@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Outfit:wght@100..900&display=swap');

body {
  font-family: "Outfit", "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", "Meiryo", sans-serif;
}

@media screen and (max-width: 767px) {
  .pcOnly {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .spOnly {
    display: none;
  }
}

.header {
  display: none;
}

.header_new {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
}

@media screen and (min-width: 768px) {
  .header_new:hover {
    background: #fff;
  }
}

.header_top {
  background: #3d4679;
  text-align: center;
}

.header_top a {
  line-height: 40px;
  color: #fff;
  font-size: 14px;
  display: inline-block;
}

.header_middle {
  max-width: 1200px;
  margin: 10px auto 0;
  display: grid;
  grid-template-columns: 35% 1fr;
  align-items: center;
  justify-content: space-between;
  padding: 0 25px;
  border-radius: 30px;
}

.header_new .logo {
  max-width: 130px;
  display: block;
  font-size: 0;
}

.header_gnav {
  display: flex;
  align-items: center;
  justify-content: space-around;
  padding: 0 15px;
  border-radius: 100px;
  background: #ffffffab;
}

.gnavList {
  display: flex;
  align-items: center;
  gap: 0 1.2vw;
}

.gnavList li:first-child {
  margin-left: 0;
}

.gnavList>li>a {
  font-weight: 700;
  display: block;
  padding: 20px 0;
}

.header_right,
.header_right>ul {
  display: flex;
  align-items: center;
  gap: 0 12px;
}

.hdt_onlineBtn a {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 36px;
  background: #3d4679;
  padding: 0 15px;
  text-align: center;
  border-radius: 18px;
  color: #fff;
  font-weight: 700;
  font-size: 12px;
}

.header_right i {
  font-size: 24px;
}

.hdt_onlineBtn a i,
.hdt_onlineBtn a img {
  font-size: 20px;
  width: 20px;
  margin-right: 5px;
  vertical-align: middle;
}

.header_new .header-btm {
  opacity: 0;
  -webkit-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
  -webkit-transition: all 0.4s cubic-bezier(0.86, 0, 0.07, 1);
  transition: all 0.4s cubic-bezier(0.86, 0, 0.07, 1);
  padding-bottom: 1rem;
  /* 		color: white; */
  position: fixed;
  top: 0;
  left: 0;
  z-index: 95;
  width: 300px;
  height: 100vh;
  max-height: 100%;
  overflow: scroll;
  overflow-x: hidden;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  background-color: #fff;
}

@media (max-width: 768px) {
  .gnavList {
    display: none;
  }

  .header_new {}

  .header_new .logo {
    display: block;
    max-width: 90px;
    padding: 0;
  }

  .header_middle {
    grid-template-columns: 10% 30% 1fr;
    padding: 10px 15px 5px;
    margin-top: 0;
  }

  .header_right,
  .header_right>ul {
    gap: 0 3px;
  }

  .header_gnav {
    padding: 5px 15px;
  }

  .hdt_onlineBtn a {
    padding: 1vw 2vw;
    line-height: 24px;
    font-size: 12px;
  }

  .hdt_onlineBtn a i {
    line-height: 0;
  }

  .header_top a {
    line-height: 26px;
    font-size: 12px;
  }

  .header_new .header-btm.isOpen {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  .header_right>ul li {
    width: 20px;
    margin-left: 5px;
  }

  .header_right i {
    font-size: 20px;
  }

  .btn-menu {
    font-size: 20px;
  }

}

@media (min-width: 769px) {
  .wrap-btn {
    display: none;
  }
}

.header_new {
  transition: .3s;
}

.header_new.active {
  background: #fff;
  transition: .3s;
  box-shadow: 0 0 10px -5px #000;
  padding-top: 0;

}

.home .header_new:not(.active) .gnavList>li>a,
.home .header_new:not(.active) .header_right>ul>li>a {
  /*   color: #fff; */
}

.home .header_new:not(.active) .header_right>ul>li>a i svg path {
  /*   fill: #fff; */
}

.megaMenu {
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: #fff;
  transition: .3s;
  max-height: 80vh;
  overflow-y: auto;
}

.megaMenu.open {
  pointer-events: all;
  opacity: 1;
  transition: .3s;
  box-shadow: 0px 10px 10px -12px #000;
}

.megaMenu_inner {
  max-width: 1200px;
  margin: 0 auto;
  padding-bottom: 40px;
}

.mega_dogBlock {
  padding: 40px 0 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0 30px;
}

.mega_dogBlock h3 {
  font-size: 32px !important;
  color: #474747;
  display: flex;
  gap: 0 10px;
  align-items: center;
  font-weight: 700;
  margin-bottom: 20px;
  flex: 1 0 100%;
}

.mega_dogBlock h3 small {
  font-weight: 500;
  font-size: 14px;
  color: #3d4679;
}

.mega_dogBlock_block {
  width: calc(50% - 15px);
}

.mega_dogBlock_block.full {
  width: 100%;
}

.mega_dogBlock_block h4 {
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: 2px solid #3d4679;
  font-size: 20px;
  font-weight: 500;
  display: flex;
  align-items: center;
  padding-right: 30px;
  gap: 0 10px;
}

.mega_dogBlock_block h4 small {
  font-size: 14px;
  color: #3d4679;
}

/* .mega_dogBlock_block h4::before {
  content: "";
  background: #3d4679;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  right: 0;
  border-radius: 50%;
  transform: translateY(-50%);
} */
.mega_dogBlock_block h4::after {
  content: "";
  position: absolute;
  top: calc(50% - 3px);
  right: 8px;
  width: 6px;
  height: 6px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  transform: rotate(45deg) translateY(-50%);
}

.block_cate {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 10px;
}

.block_cate li {
  margin: 0;
  flex: 0 0 calc((100% - 20px) / 3);
  max-width: 188px;
}

.block_cate li a {
  display: flex;
  align-items: center;
  padding: 10px;
  padding-right: 20px;
  border-radius: 40px;
  border: 1px solid #DFDFDF;
  font-size: 14px;
  position: relative;
}

.block_cate li a::after {
  content: "";
  width: 6px;
  height: 6px;
  border-top: 1px solid #1b1b1b;
  border-right: 1px solid #1b1b1b;
  position: absolute;
  top: 50%;
  right: 15px;
  transform: rotate(45deg) translateY(-50%);
}

.block_cate li a span {
  overflow: hidden;
  border-radius: 50%;
  width: 40px;
  line-height: 0;
  margin-right: 5px;
}

.block_brand {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.block_brand li {
  margin: 0;
  flex: 0 0 calc((100% - 40px) / 5);
}

.block_brand li a {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  /* border-radius: 10px; */
  overflow: hidden;
  height: 100%;
}

.block_brand li a picture {
  /* display: flex;
  background: #fff;
  align-items: center;
  justify-content: center;
  height: 109px;
  border-radius: 15px;
  border: 1px solid #dfdfdf; */
}

.main_title h2 {
  margin-bottom: 50px;
  color: #3d4679;
  font-family: Outfit;
  font-size: 48px;
  font-weight: 700;
  line-height: 48px;
  letter-spacing: 3px;
  text-align: center;
  text-transform: uppercase;
}

.main_title h2 small {
  color: #1B1B1B;
  font-family: Noto Sans JP;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 1px;
  text-align: center;
  display: block;
  margin-top: 20px;
}

@media (max-width: 768px) {
  .main_title h2 {
    margin-bottom: 20px;
    font-size: 28px;
    line-height: 36px;
  }

  .main_title h2 small {
    font-size: 14px;
    margin-top: 10px;
  }
}

section {
  margin-top: 100px;
}

@media (max-width: 768px) {
  section {
    margin-top: 60px;
  }
}

.btnWrap {
  text-align: center;
  margin-top: 50px;
}

.button {
  display: inline-block;
  width: 240px;
  background: #1b1b1b;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  line-height: 60px;
  border-radius: 30px;
  position: relative;
  text-align: center;
}

.button.arrow::after {
  content: "";
  width: 6px;
  height: 6px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%) rotate(45deg);
}

@media (max-width: 768px) {
  .btnWrap {
    margin-top: 25px;
  }

  .button {
    font-size: 16px;
    line-height: 40px;
    width: 200px;
  }
}

.contentsSlider li {
  padding: 0 15px;
}

.bnrslider_deco ul {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 10px;
  display: flex;
  align-items: flex-end;
  gap: 15px;
}

.bnrslider_deco ul li {
  height: 55px;
}

.bnrslider_deco ul li img {
  max-height: 100%;
  width: auto;
}

.bnrSlide li {
  padding: 0 15px;
}

.bnrSlide.mright {
  padding-bottom: 30px;
}

@media (max-width: 768px) {
  .bnrSlide li {
    padding: 0 7.5px;
  }

  .bnrSlide.mright {
    padding-bottom: 15px;
  }

  body.home .content:not(.mainvisual):not(.recommend):not(.voice),
  body.home .content.topics .topics-lists {
    width: 100%;
  }

  .contentsSlider .slick-list {
    padding-right: 40px;
  }
}

.content.tabWrap {
  max-width: 1400px;
  padding: 0 20px;
  margin: 0 auto 70px;
}

.tabWrap .tabSwitch {
  display: flex;
  align-items: baseline;
  justify-content: center;
  max-width: 1400px;
  margin: 0 auto;
  margin-bottom: 20px;
}

.tabWrap .tabSwitch li {
  flex: 0 0 33.33%;
  max-width: 160px;
  position: relative;
}

.tabWrap .tabSwitch li::after {
  content: "";
  width: 2px;
  height: 25px;
  background: #dfdfdf;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

.tabWrap .tabSwitch li:nth-child(1)::before {
  content: "";
  width: 2px;
  height: 25px;
  background: #dfdfdf;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.tabWrap .tabSwitch li span {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  text-align: center;
  font-size: 10px;
  max-width: 100px;
  line-height: 100px;
  border-radius: 10px;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}

.tabWrap .tabSwitch li span img {
  display: block;
  margin: 0 auto;
  width: 100px;
}

@media (max-width: 768px) {
  .tabWrap .tabSwitch li {
    flex: 0 0 25%;
  }

  .tabWrap .tabSwitch li span {
    max-width: 50px;
    line-height: 50px;
  }

  .tabWrap .tabSwitch li span img {
    width: 50px;
  }
}

.tabWrap .tabSwitch li span img.on {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  transition: .1s;
}

.tabWrap .tabSwitch li.active span {
  color: #fff;
}

.tabWrap .tabSwitch li.active span img.on {
  opacity: 1;
  transition: .1s;
}

.tabWrap .tab--typeB .tabSwitch {
  gap: 30px;
  margin-bottom: 55px;
}

.tabWrap .tab--typeB .tabSwitch li {
  flex: 0 0 48%;
  max-width: 380px;
}

.tabWrap .tab--typeB .tabSwitch li::after,
.tabWrap .tab--typeB .tabSwitch li:nth-child(1)::before {
  content: none;
}

.tabWrap .tab--typeB .tabSwitch li span::after {
  content: "";
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 30px 19px 0 19px;
  border-color: #CCCCCC transparent transparent transparent;
  position: absolute;
  bottom: -25px;
  left: 0;
  right: 0;
  margin: auto;
}

.tabWrap .tab--typeB .tabSwitch li span {
  width: 100%;
  max-width: 100%;
  display: block;
  text-align: center;
  line-height: normal;
  font-size: 24px;
  padding: 18px;
  font-weight: 700;
  background: #ccc;
  color: #fff;
  overflow: visible;
}

.tabWrap .tab--typeB .tabSwitch li span small {
  font-size: 20px;
  display: block;
  font-weight: 400;
}

.tabWrap .tab--typeB .tabSwitch li.active span {
  background-color: #481707;
}

.tabWrap .tab--typeB .tabSwitch li.active span::after {
  border-color: #481707 transparent transparent transparent;
}

.tabWrap .tab--typeB .tabSwitch li .dicon {
  position: relative;
  padding-left: 10px;
}

.tabWrap .tab--typeB .tabSwitch li:nth-child(1) .dicon {
  padding-top: 10px;
}

.tabWrap .tab--typeB .tabSwitch li .dicon .on {
  opacity: 0;
  transition: .15s;
  position: absolute;
  bottom: 0;
  left: 10px;
}

.tabWrap .tab--typeB .tabSwitch li.active .dicon .on {
  opacity: 1;
  transition: .15s;
}

.tabContent:not(.active) {
  display: none;
}

.bnrSlider .slick-slide {
  padding: 0 15px;
}

.bnrSlider {
  overflow: hidden;
  margin-bottom: 50px;
}

.bnrSlider ul:not(.contentsSlider) {
  display: flex;
  align-items: center;
  justify-content: center;
}

.bnrSlider ul:not(.contentsSlider) li {
  padding: 0 15px;
}

/* .bnrSlider .slick-list{
 overflow: visible;
 padding: 0 40px;
} */
.bnrSlider .slick-next {
  right: 2px;
}

.bnrSlider .slick-prev {
  left: 2px;
  z-index: 2;
}

.bnrSlider .slick-prev,
.bnrSlider .slick-next {
  width: 30px;
  height: 30px;
  background: #1b1b1b;
  border-radius: 50%;
  color: #fff;
}

.bnrSlider .slick-prev:before,
.bnrSlider .slick-next:before {
  width: 10px;
  height: 10px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  display: block;
  font-size: 0;
  position: absolute;
  top: 9px;
}

.bnrSlider .slick-prev:before {
  transform: rotate(-135deg);
  left: 12px;
}

.bnrSlider .slick-next:before {
  transform: rotate(45deg);
  right: 12px;
}

.brandBnrs {
  max-width: 1400px;
  margin: 0 auto 70px;
}

.brandBnrs h3 {
  margin-bottom: 20px;
  padding-bottom: 5px;
  border-bottom: 1px solid #1b1b1b;
  font-weight: 700;
}

.brandBnrs ul {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 20px;
}

.brandBnrs ul li {}

.brandBnrs ul li a {
  display: block;
  width: 100%;
  text-align: center;
  height: 100%;
}
.brandBnrs ul li a picture {
  /* display: flex;
  background: #fff;
  align-items: center;
  justify-content: center; */
  /* height: calc(100% - 24px);
  border-radius: 15px;
  border: 1px solid #dfdfdf; */
}
.brandBnrs ul li a span {
  line-height: 24px;
}
.brandBnrs ul li a img {
  width: 100%;
}

.brandBnrs .more {
  display: none;
}

@media (max-width: 767px) {
  .bnrSlider {
    margin: 0 -20px 30px;
    width: calc(100% + 40px);
    max-width: 100vw;
  }

  .bnrSlider .slick-list {
    padding: 0 40px 0 0;
  }

  .bnrSlider .slick-prev,
  .bnrSlider .slick-next {
    display: none !important;
  }

  .brandBnrs {
    margin-bottom: 0;
  }

  .brandBnrs ul {
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
  }

  .brandBnrs.hide ul {
    height: 300px;
    overflow: hidden;
    position: relative;
    transition: height 0.3s cubic-bezier(0.65, 0, 0.35, 1) 0s;
  }

  .brandBnrs.hide ul.hideUl::before {
    content: "";
    display: block;
    position: absolute;
    bottom: 0px;
    width: 100%;
    height: 90px;
    background: linear-gradient(rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
    z-index: 1;
  }

  .brandBnrs.hide ul:not(.hideUl)::before {
    opacity: 0;
    transition: height 0.3s cubic-bezier(0.65, 0, 0.35, 1) 0s;
  }

  .brandBnrs ul li {}

  .brandBnrs .more {
    display: block;
    margin-top: 1.5rem;
    width: 100%;
    line-height: 1.5;
    position: relative;
    text-align: center;
    transition: all 0.3s cubic-bezier(0.65, 0, 0.35, 1);
  }

  .brandBnrs .more a {
    font-size: 16px;
    line-height: 1.5;
    height: 1.5625rem;
    transition: all 0.3s cubic-bezier(0.65, 0, 0.35, 1);
    text-decoration: none;
    padding-right: 22px;
    bottom: 1px;
    position: relative;
  }

  .brandBnrs .more a:before,
  .brandBnrs .more a:after {
    content: '';
    display: inline-block;
    position: absolute;
    width: 15px;
    height: 1px;
    background-color: #000066;
    top: 9px;
    right: 0;
    transition: all 0.3s;
  }

  .brandBnrs .more a:after {
    transform: rotate(90deg);
  }

  .brandBnrs .more.close a:after {
    transform: rotate(0);
    opacity: 0;
    transition: all 0.3s;
  }

  .bnrSlider .slick-slide {
    padding: 0 5px;
  }

  .content.tabWrap {
    margin-bottom: 0;
  }

}

.content.products {
  background: #f5f5f5;
  padding: 100px 0;
}

@media (max-width: 767px) {
  .content.products {
    padding: 60px 0;
  }
}

body.home .content.pickup {
  background: transparent;
  padding: 0;
}


/* @media screen and (min-width: 768px) {
  body.home .content.topics .slick-slide{
    width: 310px !important;
  }
  body.home .content.pickup .slick-slide{
    width: 320px !important;
  }
} */



.contentSec {
  background: url(../images/re_img/content_bg.png) no-repeat top center;
  background-size: 1920px;
  padding-bottom: 30px;
}

.contentSec_content {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
}

.contentSec_content li {
  overflow: hidden;
  border-radius: 10px;
  background: #fff;
  flex: 0 0 calc((100% - 30px) / 2);
}

.contentSec_content li a {
  display: flex;
}

.contentSec_content li span:nth-child(1) {
  flex: 0 0 220px;
  line-height: 0;
}

.contentSec_content li span:nth-child(2) {
  flex: 0 0 calc(100% - 220px);
  padding: 20px;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
}

@media (max-width: 768px) {
  .contentSec {
    padding-top: 70px;
    background: url(../images/re_img/content_bg.png) no-repeat, linear-gradient(to bottom, #ffffff 58%, #f5f5f5 58%);
    background-size: auto 100%, 100%;
    background-position: top -70px right, bottom;

  }

  .tabWrap .tab--typeB .tabSwitch li span {
    font-size: 14px;
    padding: 10px;
  }

  .contentSec_content {
    gap: 20px 10px;
  }

  .contentSec_content li {
    border-radius: 0;
    /* flex: 0 0 calc((100% - 10px) / 2); */
    flex: 1 0 100%;
  }

  .contentSec_content li a {
    /* display: block; */
  }

  .contentSec_content li span:nth-child(1) {
    overflow: hidden;
    border-radius: 10px;
    margin-bottom: 15px;
    flex: 0 0 120px;
  }

  .contentSec_content li span:nth-child(2) {
    padding: 0;
    font-size: 14px;
    flex: 0 0 calc(100% - 120px);
  }
}

.companySec {
  margin-top: 0;
}

.companySec_inner {
  max-width: 1200px;
  padding: 50px;
  background: rgba(255, 255, 255, .9);
  margin: -10% auto 0;
  position: relative;
  z-index: 2;
  border-radius: 100px 100px 0 0;
}

.companySec_inner p {
  font-size: 20px;
  line-height: 30px;
  text-align: center;
}

.companySec_inner .snsList {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  margin: 30px 0;
}

@media screen and (max-width: 767px) {
  .companySec_inner .snsList {
    margin: 15px 0 55px;
  }

}

.companySec_inner .snsList i {
  font-size: 24px;
}

.companySec_inner .linkList {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  margin-top: 30px;
}

.companySec_inner .linkList li a {
  font-size: 20px;
}

.companySec_inner .linkList li a span {
  text-decoration: underline;
}

.companySec_inner .linkList li a i {
  font-size: 30px;
  margin-right: 5px;
  color: #3d4679;
  vertical-align: bottom;
}

@media (max-width: 768px) {
  .companySec_inner {
    margin-top: -75%;
    padding: 20px 20px 25px;
    border-radius: 50px 50px 0 0;
  }

  .companySec_inner p {
    font-size: 14px;
    line-height: 30px;
  }

  .companySec_inner .linkList {
    gap: 5px 0;
    flex-wrap: wrap;
    max-width: 80vw;
    margin: 15px auto 0;
  }

  .companySec_inner .linkList li {
    flex: 0 0 50%;
  }

  .companySec_inner .linkList li a {
    font-size: 16px;
  }

  .companySec_inner .linkList li a i {
    font-size: 24px;
  }
}

.brandList {
  display: flex;
  justify-content: center;
  gap: 30px;
}

.brandList li {
  flex: 0 0 50%;
  max-width: 400px;
}

.brandList li h3 {
  margin-top: 20px;
  font-weight: 500;
  margin-bottom: 10px;
}

.brandList li p {
  font-size: 14px;
  line-height: 24px;
}

.petio_friends {
  max-width: 1400px;
  margin: 0 auto;
  background: #F5F5F5;
  box-shadow: 4px 4px 4px 0px #47474733;
  padding: 50px;
  border-radius: 100px;
}

.petio_friends h2 {
  text-align: center;
  margin-bottom: 40px;
}

.petio_friends p {
  margin-bottom: 20px;
  text-align: center;
  font-size: 20px;
  line-height: 30px;
}

.friend_points {
  display: flex;
  justify-content: center;
  gap: 30px;
  margin-bottom: 40px;
}

.friend_points li {
  max-width: 200px;
  overflow: hidden;
  border-radius: 10px;
  background: #fff;
}

.friend_points li h4 {
  line-height: 44px;
  font-size: 16px;
  background: #C81432;
  color: #fff;
  font-weight: 700;
  text-align: center;
}

.petio_friends .button {
  width: 100%;
  max-width: 400px;
}

.gallery_sns {
  background: #474747;
  padding: 40px 0;
}

.gallery_sns_inner {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
}

.gallery_sns_inner p {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  line-height: 30px;
  text-align: center;
}

.gallery_sns_inner .snsList {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
}

.gallery_sns_inner .snsList li a {
  display: block;
  text-align: center;
  background: #fff;
  border-radius: 50%;
  padding: 15px;
}

.gallery_sns_inner .snsList li i {
  font-size: 30px;
  line-height: 60px;
}

@media (max-width: 768px) {
  .gallery_sns {
    padding: 20px 0;
  }

  .gallery_sns_inner {
    gap: 20px;
    flex-wrap: wrap;
  }

  .gallery_sns_inner p {
    font-size: 14px;
    flex: 0 0 100%;
    text-align: center;
  }
}

.youtubeSec .youtube ul {
  max-width: 1400px;
  width: 100%;
}

.youtubeSec .youtube p {
  color: #1b1b1b;
  font-weight: 500;
  font-size: 18px;
  text-align: center;
}

.newsSec .border-lists {
  max-width: 1200px;
  margin: 0 auto;
}

.newsSec .news-lists>li dl .date {
  padding: 8px 0;
  color: #1b1b1b;
  width: 80px;
}

.newsSec .news-lists>li dl .terms {
  width: auto;
}

.newsSec .news-lists>li dl a {
  padding: 8px 0;
}

.newsSec .news-lists>li dl .title a {
  color: #1b1b1b;
  font-size: 14px;
}

.newsSec .news-lists>li dl .title {
  padding-left: 20px;
}

.newsSec .border-lists>li:first-child {
  border-top: 0;
}

.newsSec .news-lists>li dl .terms {
  display: flex;
  gap: 5px;
  align-items: center;
  padding: 8px 0;
}

.newsSec .news-lists>li dl .terms a {
  padding: 0 10px;
  color: #fff;
  border-radius: 15px;
  background: #2DA9C5;
}

.newsSec .border-lists>li:not(:last-child) {
  margin-bottom: 20px;
}

@media (max-width: 768px) {
  .newsSec .border-lists {
    padding: 0 15px;
  }

  .newsSec .news-lists>li dl .date,
  .newsSec .news-lists>li dl .terms {
    padding: 0;
  }

  .newsSec .news-lists>li dl .title {
    padding-left: 0;
  }

  .newsSec .news-lists>li dl .title a {
    padding-left: 0;
    background: none;
  }

  .youtubeSec {
    padding: 0 15px;
  }

  .petio_friends {
    width: 92%;
    padding: 30px 20px;
  }

  .petio_friends h2 {
    margin: 0 auto;
    margin-bottom: 30px;
    width: 230px;
  }

  .petio_friends p {
    font-size: 14px;
  }

  .friend_points {
    gap: 15px;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 30px;
  }

  .friend_points::before {
    content: "";
    margin-left: -1px;
  }

  .friend_points li {
    flex: 0 0 calc((100% - 15px) / 2);
  }

  .petio_friends .button {
    max-width: 280px;
  }

  .brandList {
    padding: 0 15px;
    display: block;
  }

  .brandList li {
    margin: 0 auto;
  }

  .brandList li:first-child {
    margin-bottom: 20px;
  }
}

.newLogos {
  margin-bottom: 100px;
}

.newLogos .logo-contents {
  padding: 0;
}

.newLogos .logo-contents .inner {
  padding: 0;
  width: 1200px;
  max-width: 100%;
  min-width: 1px;
}

.newLogos .logo-contents ul {
  display: flex;
  gap: 30px;
  justify-content: center;
}

.newLogos .logo-contents ul li a {
  font-size: 0;
}

@media (max-width: 768px) {
  .newLogos {
    margin-bottom: 60px;
  }

  .newLogos .logo-contents .inner {
    padding: 0 15px;
  }

  .newLogos .logo-contents ul {
    gap: 15px;
    flex-wrap: wrap;
  }

  .newLogos .logo-contents ul li {
    flex: 0 0 calc((100% - 15px) / 2);
  }
}

body.home .content.topics,
body.home .content.pickup .pickup-lists {
  width: 1400px;
}

@media (max-width: 1200px) {

  body.home .content.topics,
  body.home .content.pickup .pickup-lists {
    width: 100%;
  }
}

/* MV */
.mainSliderSec {
  overflow: hidden;
  margin-top: 0;
}

.mainSliderSec__inner {
  max-width: 1230px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.mainSlider .slick-list {
  overflow: visible;
}

.mainSlider .slick-slide {
  padding: 0;
}

.mainSlider .slick-list img {
  max-width: 100%;
  margin: auto;
}

.mainSlider .slick-prev,
.mainSlider .slick-next {
  width: 30px;
  height: 30px;
  background: #1b1b1b;
  border-radius: 50%;
  color: #fff;
  z-index: 10;
}

.mainSlider .slick-prev:before,
.mainSlider .slick-next:before {
  width: 10px;
  height: 10px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  display: block;
  font-size: 0;
  position: absolute;
  top: 9px;
}

.mainSlider .slick-prev {
  left: 0;
}

.mainSlider .slick-next {
  right: 0;
}

.mainSlider .slick-prev:before {
  transform: rotate(-135deg);
  left: 12px;
}

.mainSlider .slick-next:before {
  transform: rotate(45deg);
  right: 12px;
}

.slick-dots li button:before {
  font-size: 0;
  width: 10px;
  height: 10px;
  background: #efefef;
  border-radius: 50%;
}

.slick-dots li.slick-active button:before {
  background: #1b1b1b;
}

.mainSlider {
  margin-bottom: 30px;
}

.mainSlider .slick-dots {
  bottom: -30px;
  text-align: right;
}

.contentsSlider {
  margin-bottom: 30px;
}

.contentsSlider .slick-dots {
  max-width: 1200px;
  bottom: -30px;
  justify-content: flex-end !important;
  padding: 0 !important;
  text-align: right;
}

.contentsSlider .slick-dots li {
  width: 20px !important;
}

body.home .content.topics .topics-lists .image,
body.home .content.pickup .pickup-lists .image {
  border-radius: 10px;
  height: auto;
}


@media (max-width: 768px) {
  .mainSlider .slick-slide {
    padding: 0;
  }

  body.home .content.topics .topics-lists li {
    margin-bottom: 0 !important;
  }

  .contentsSlider li {
    padding: 0 7.5px;
  }

  .contentsSlider .slick-dots {
    bottom: -10px;
  }
}

.contentsSlider .slick-next {
  right: 2px;
}

.contentsSlider .slick-prev {
  left: 2px;
  z-index: 2;
}

.contentsSlider .slick-prev,
.contentsSlider .slick-next {
  width: 30px;
  height: 30px;
  background: #1b1b1b;
  border-radius: 50%;
  color: #fff;
}

.contentsSlider .slick-prev:before,
.contentsSlider .slick-next:before {
  width: 10px;
  height: 10px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  display: block;
  font-size: 0;
  position: absolute;
  top: 9px;
}

.contentsSlider .slick-prev:before {
  transform: rotate(-135deg);
  left: 12px;
}

.contentsSlider .slick-next:before {
  transform: rotate(45deg);
  right: 12px;
}

@media (max-width: 767px) {

  .contentsSlider .slick-prev,
  .contentsSlider .slick-next {
    display: none !important;
  }
}

/* footer */
.new_footer {
  padding: 0;
  background: #fff;
}

.new_footer_inner {
  padding: 20px 0;
  background: #F5F5F5;
}

.new_footer_fnav {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  gap: 30px;
}

.new_footer_fnav--block {
  flex: 0 0 calc((100% - 120px) / 5);
  max-width: 20%;
}

.new_footer_fnav--block h3 {
  padding: 10px 0 7px;
  border-bottom: 1px solid #dfdfdf;
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 10px;
  line-height: 23px;
}

.new_footer_fnav--block ul li a {
  line-height: 24px;
  font-size: 14px;
}

.new_footer_lower {
  max-width: 1200px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto;
  padding: 20px 0;
}

.flogo {
  width: 151px;
}

.new_footer_lower .right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 30px;
}

.new_footer_lower .right .snsList {
  display: flex;
  align-items: center;
  gap: 15px;
}

.new_footer_lower .right .snsList i {
  font-size: 24px;
}

.flinkList {
  display: flex;
  align-items: center;
}

.flinkList li:not(:last-child) {
  padding-right: 1em;
  margin-right: 1em;
  border-right: 1px solid #1b1b1b;
  line-height: 14px;
}

.flinkList li a {
  font-size: 12px;
}

.new_footer_copy {
  padding: 20px 0;
  background: #3d4679;
}

.new_footer_copy p {
  text-align: center;
  color: #fff;
  font-size: 14px;
}

@media (min-width: 769px) and (max-width: 1200px) {
  .new_footer_fnav {
    flex-wrap: wrap;
    padding: 0 15px;
  }

  .new_footer_fnav--block {
    flex: 0 0 calc((100% - 30px) / 2);
    max-width: 50%;
  }
}

@media (max-width: 768px) {
  .new_footer_fnav {
    flex-wrap: wrap;
    padding: 0 15px;
  }

  .new_footer_fnav--block {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .new_footer_lower {
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px;
    padding-bottom: 0;
  }

  .flogo {
    flex: 0 0 100%;
    text-align: center;
    margin: 0 auto;
  }

  .flogo img {
    width: 151px;
  }

  .new_footer_lower .right {
    flex-wrap: wrap;
    gap: 15px;
    justify-content: center;
    flex: 0 0 100%;
  }

  .new_footer_lower .right .snsList {
    flex: 0 0 100%;
    justify-content: center;
  }

  .flinkList {
    display: block;
    width: 100%;
    border-top: 1px solid #dfdfdf;
  }

  .flinkList li,
  .flinkList li:not(:last-child) {
    padding: 0;
    margin: 0;
    border: 0;
  }

  .flinkList li a {
    display: block;
    position: relative;
    line-height: 24px;
    padding: 8px 20px;
    font-size: 14px;
    font-weight: 500;
    border-bottom: 1px solid #dfdfdf;
  }

  .flinkList li a::after {
    content: "";
    width: 6px;
    height: 6px;
    border-top: 2px solid #1b1b1b;
    border-right: 2px solid #1b1b1b;
    position: absolute;
    top: 50%;
    transform: rotate(45deg) translateY(-50%);
    right: 20px !important;
  }

  .new_footer_copy {
    padding: 10px 0;
  }
}

/* DRAWER */
.drawer__search {
  padding: 20px 15px;
  border-bottom: 1px solid #dfdfdf;
}

.searchForm {
  position: relative;
  width: 100%;
}

.searchForm .searchForm__inner {
  position: relative;
  height: 40px;
  background: #FFF;
  display: flex;
  align-items: center;
  border: 1px solid #dfdfdf;
  border-radius: 100px;
}

.searchForm input[type="text"] {
  padding: 10px 45px 10px 14px;
  background: transparent;
  border: none;
  line-height: 1;
  width: 100%;
  display: block;
  font-size: 12px;
  transform-origin: center left;
  border-radius: 100px;
}

.searchForm .searchForm__submit {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  background: transparent;
  border: none;
  line-height: 1;
  padding: 0 6px;
  cursor: pointer;
  font-size: 18px;
  width: 40px;
}

.drawer__accountText {
  padding: 15px 20px;
  border-bottom: 1px solid #dfdfdf;
}

.drawer__accountText h2 {
  line-height: 1.6;
  font-size: 14px;
  margin-bottom: 0;
}

.drawer__accountNav {
  list-style: none;
  display: -ms-flex;
  display: flex;
  flex-wrap: wrap;
}

.drawer__accountNav li {
  list-style: none;
  max-width: 50%;
  flex: 0 0 50%;
}

.drawer__accountNav li.drawer__accountNavFull {
  max-width: 100%;
  flex: 0 0 100%;
}

.drawer__accountNav li a {
  background: #fff;
  border-bottom: 1px solid #dfdfdf;
  font-size: 12px;
  font-weight: 500;
  padding: 13px 15px;
  display: -ms-flex;
  display: flex;
  align-items: center;
}

.drawer__accountNav li a:nth-child(odd) {
  border-right: 1px solid #dfdfdf;
}

.drawer__accountNav li a img,
.drawer__accountNav li a i {
  display: inline-block;
  margin-right: 5px;
  font-size: 20px;
}

.drawer__accountNav li a::after {
  content: none !important;
}

.drawer__naviList li {
  list-style: none;
  text-align: left;
}

.drawer__naviList li a {
  display: block;
  position: relative;
  line-height: 24px;
  padding: 13px 20px;
  font-weight: 500;
  border-bottom: 1px solid #dfdfdf;
}

.drawer__naviList li a::after {
  content: "";
  width: 6px;
  height: 6px;
  border-top: 2px solid #1b1b1b;
  border-right: 2px solid #1b1b1b;
  position: absolute;
  top: 50%;
  transform: rotate(45deg) translateY(-50%);
  right: 20px !important;
}

.drawer__naviList li.hasChildren--click>a::after {
  border: 0;
  background: #1b1b1b;
  width: 10px;
  height: 2px;
  transform: rotate(0) translateY(-50%);
}

.drawer__naviList li.hasChildren--click>a::before {
  content: "";
  background: #1b1b1b;
  width: 2px;
  height: 12px;
  position: absolute;
  top: 50%;
  right: 24px;
  transform: translateY(-50%);
  transition: .15s;
}

.drawer__naviList li.hasChildren--click>a.open::before {
  transition: .15s;
  opacity: 0;
  transform: translateY(-50%);
}

.drawer__naviList li.hasChildren--click>ul>h3 {
  background: #3d4679;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  display: flex;
  align-items: center;
}

.drawer__naviList li.hasChildren--click>ul>h3 img {
  width: 50px;
}

.drawer__naviList li.hasChildren--click>ul>li>a {
  display: -ms-flex;
  display: flex;
  align-items: center;
  padding: 10px 20px 10px 40px;
}

.drawer__naviList li.hasChildren--click>ul>li>a span:first-child {
  max-width: 30px;
  flex: 0 0 30px;
  margin-right: 10px;
}

.drawer__naviList li.hasChildren--click>ul>li>a img {
  max-width: 100%;
}

.drawer__snsNav {
  padding: 20px 15px;
}

.snsNav {
  list-style: none;
  display: -ms-flex;
  display: flex;
  align-items: center;
  justify-content: center;
}

.snsNav li {
  list-style: none;
  margin: 0 10px;
}

.snsNav i {
  font-size: 24px;
}

.drawer__close {
  display: -ms-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 12px 15px;
  background: #1b1b1b;
  color: #fff;
}

.drawer__close i {
  font-size: 20px;
}

body.open {
  overflow: hidden;
}

.hdrSns li a,
.snsList li a {
  display: flex;
  align-items: center;
  justify-content: center;
}

.hdrSns li a img {
  min-width: 20px;
}

.brandlist_sec {
  padding: 80px 0;
  background: #F5F5F5;
  background-size: 1920px;
  position: relative;
}

.brandlist_sec::after {
  content: "";
  width: 351px;
  height: 517px;
  background: url(../images/re_img/footprints.png) no-repeat top center;
  position: absolute;
  top: -50px;
  right: 2%;
  z-index: 0;
}

.brandlist_sec>div {
  z-index: 1;
  position: relative;
}

@media (max-width: 768px) {
  .brandlist_sec {
    background: #F5F5F5;
    padding: 60px 0;
  }

  .brandlist_sec::after {
    content: none;
  }
}

/* visumo */
.ecbn-selection-page-tabs {
  text-align: center !important;
}
@media (max-width: 720px) {
    .ecbn-selection-page-wrapper .ecbn-selection-page-tabs-area .ecbn-selection-page-tabs li, .ecbn-selection-wrapper .ecbn-selection-page-tabs-area .ecbn-selection-page-tabs li {
        width: 50% !important;
    }

    body.home .pickup li .lead {
      text-align: left;
    }
}

.pagination {
  margin-bottom: 50px;
}

.topSearchSec {
  padding: 0 15px;
}
@media (min-width: 768px) {
  .topSearchSec {
    display: none;
  }
}
