/******************************/
/* SLIDER */
/******************************/
.p-main-slider .bx-wrapper {
  margin-bottom: 0;
}
.p-main-slider .bx-wrapper .bx-viewport {
  border: 0;
  box-shadow: none;
  left: 0;
}
.p-main-slider .bx-wrapper img {
  margin: 0 auto;
  width: 100%;
  height: 100vh;
  object-fit: cover;
}
.p-main-slider .bx-wrapper .bx-pager {
  box-sizing: border-box;
  padding-top: 0;
  padding-right: 25px;
  bottom: 45px;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .p-main-slider .bx-wrapper .bx-pager {
    display: none;
  }
}
.p-main-slider .bx-wrapper .bx-pager.bx-default-pager a {
  margin-left: 5px;
  margin-right: 5px;
  background: #ffffff;
}
.p-main-slider .bx-wrapper .bx-pager.bx-default-pager a.active {
  position: relative;
  background: #000000;
}
.p-main-slider .bx-wrapper .bx-pager.bx-default-pager a:hover {
  background: #333333;
}
.p-main-slider .bx-wrapper .bx-pager-item {
  text-align: left;
}
.p-main-slider .bx-wrapper .bx-controls-direction a {
  z-index: 100;
}
.p-main-slider .bx-wrapper .bx-prev, .p-main-slider .bx-wrapper .bx-next {
  margin-top: 0;
  width: 60px;
  height: 60px;
  background: rgba(255, 255, 255, 0.7);
}
@media screen and (max-width: 767px) {
  .p-main-slider .bx-wrapper .bx-prev, .p-main-slider .bx-wrapper .bx-next {
    width: 40px;
    height: 40px;
  }
}
.p-main-slider .bx-wrapper .bx-prev::before, .p-main-slider .bx-wrapper .bx-next::before {
  box-sizing: border-box;
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -6px;
  margin-left: -6px;
  width: 13px;
  height: 13px;
  border-right: 2px solid #000000;
  border-bottom: 2px solid #000000;
}
@media screen and (max-width: 767px) {
  .p-main-slider .bx-wrapper .bx-prev::before, .p-main-slider .bx-wrapper .bx-next::before {
    margin-top: -5px;
    margin-left: -5px;
    width: 10px;
    height: 10px;
  }
}
.p-main-slider .bx-wrapper .bx-prev:hover, .p-main-slider .bx-wrapper .bx-next:hover {
  background: rgba(255, 255, 255, 0.9);
}
.p-main-slider .bx-wrapper .bx-prev {
  left: 0;
}
.p-main-slider .bx-wrapper .bx-prev::before {
  transform: rotate(135deg);
}
.p-main-slider .bx-wrapper .bx-next {
  right: 0;
}
.p-main-slider .bx-wrapper .bx-next::before {
  transform: rotate(-45deg);
}
.p-main-slider + .p-line-informaiton {
  margin-top: 0;
}
/******************************/
/* NEWS */
/******************************/
.p-line-informaiton {
  margin-top: 80px;
  padding-top: 40px;
  padding-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .p-line-informaiton {
    margin-top: 55px;
    padding-top: 25px;
    padding-bottom: 25px;
  }
}
.p-line-informaiton + .p-concept {
  margin-top: 0;
}
.p-line-informaiton__wrap {
  margin-left: auto;
  margin-right: auto;
  max-width: 1280px;
  padding-left: 15px;
  padding-right: 15px;
}
@media screen and (max-width: 767px) {
  .p-line-informaiton__wrap {
    margin-left: 0;
    margin-right: 0;
    padding-left: 50px;
    padding-right: 50px;
  }
}
.p-line-informaiton-list__item {
  overflow: hidden;
  display: flex !important;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .p-line-informaiton-list__item {
    overflow: visible;
    display: block !important;
  }
}
.p-line-informaiton-list__date {
  width: 160px;
}
@media screen and (max-width: 1023px) {
  .p-line-informaiton-list__date {
    width: 120px;
  }
}
@media screen and (max-width: 767px) {
  .p-line-informaiton-list__date {
    margin-bottom: 5px;
    width: auto;
  }
}
.p-line-informaiton-list__ttl {
  flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-right: 90px;
}
@media screen and (max-width: 767px) {
  .p-line-informaiton-list__ttl {
    overflow: visible;
    white-space: normal;
    padding-right: 0;
  }
}
.p-line-informaiton-list .slick-prev, .p-line-informaiton-list .slick-next {
  z-index: 10;
  height: 35px;
  width: 35px;
  border-radius: 0;
  background: transparent;
}
@media screen and (max-width: 767px) {
  .p-line-informaiton-list .slick-prev, .p-line-informaiton-list .slick-next {
    height: 45px;
    width: 45px;
  }
}
.p-line-informaiton-list .slick-prev:before, .p-line-informaiton-list .slick-next:before {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -8px;
  width: 8px;
  height: 8px;
  transform: rotate(-45deg) translateX(-50%);
}
.p-line-informaiton-list .slick-prev:hover, .p-line-informaiton-list .slick-next:hover {
  background: #f5f5f5;
}
.p-line-informaiton-list .slick-prev {
  left: auto;
  right: 35px;
}
@media screen and (max-width: 767px) {
  .p-line-informaiton-list .slick-prev {
    right: auto;
    left: -50px;
  }
}
.p-line-informaiton-list .slick-prev:before {
  border-left: 2px solid #000000;
  border-top: 2px solid #000000;
}
.p-line-informaiton-list .slick-next {
  right: 0;
}
@media screen and (max-width: 767px) {
  .p-line-informaiton-list .slick-next {
    right: -50px;
  }
}
.p-line-informaiton-list .slick-next:before {
  margin-left: -3px;
  border-right: 2px solid #000000;
  border-bottom: 2px solid #000000;
}
.js-news-slider {
  display: none;
}
.js-news-slider.slick-initialized{
  display: block;
}
/******************************/
/* CONCEPT */
/******************************/
.p-concept {
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 90px;
  margin-bottom: 120px;
}
@media screen and (max-width: 767px) {
  .p-concept {
    display: block;
    margin-top: 60px;
    margin-bottom: 60px;
  }
}
.p-concept__img {
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50%;
  min-height: 600px;
  background-image: url(https://img.shop-pro.jp/tmpl_img/87/bg.gif);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .p-concept__img {
    width: auto;
  }
}
.p-concept__txt {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 30px 90px;
  width: 50%;
}
@media screen and (max-width: 1023px) {
  .p-concept__txt {
    padding: 30px 30px;
  }
}
@media screen and (max-width: 767px) {
  .p-concept__txt {
    padding: 45px 20px;
    width: auto;
  }
}
.p-concept__ttl {
  margin-top: 0;
  margin-bottom: 25px;
  font-size: 28px;
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  .p-concept__ttl {
    margin-bottom: 15px;
    font-size: 22px;
  }
}
.p-concept__body {
  line-height: 2;
}
/******************************/
/* RECOMMEND ITEMS */
/******************************/
.p-recommend {
  overflow: hidden;
  margin-top: 120px;
}
@media screen and (max-width: 767px) {
  .p-recommend {
    margin-top: 60px;
  }
}
@media screen and (max-width: 767px) {
  .p-recommend-list {
    margin-left: 0;
    margin-right: 0;
  }
}
.p-recommend-item-list {
  display: flex;
  flex-wrap: wrap;
}
.p-recommend-item-list__item {
  position: relative;
  box-sizing: border-box;
  width: 25%;
  word-break: break-all;
}
@media screen and (max-width: 1023px) {
  .p-recommend-item-list__item {
    margin-bottom: 20px;
    width: 33.3333%;
  }
}
@media screen and (max-width: 767px) {
  .p-recommend-item-list__item {
    width: 50%;
  }
}
.p-recommend-item-list__item.is-hidden {
  display: none;
}
.p-recommend-item-list__item:hover .c-item-list__txt {
  opacity: 1;
}
.p-recommend-bg img {
  width: 100%;
}
@media screen and (max-width: 1023px) {
  .p-recommend-bg img {
    object-fit: cover;
    height: 270px;
  }
}
/******************************/
/* TOP RANKING */
/******************************/
.p-ranking {
  overflow: hidden;
  margin-top: 120px;
  margin-bottom: 120px;
}
@media screen and (max-width: 767px) {
  .p-ranking {
    margin-top: 90px;
    margin-bottom: 60px;
  }
}
.p-ranking-list {
  box-sizing: border-box;
}
.p-ranking-list__item {
  position: relative;
  box-sizing: border-box;
  word-break: break-all;
}
.p-ranking-list__item.is-hidden {
  display: none;
}
.p-ranking-list__item:hover .c-item-list__txt {
  opacity: 1;
}
.p-ranking-list__num {
  box-sizing: border-box;
  position: absolute;
  top: 30px;
  left: 30px;
  z-index: 100;
  padding-top: 3px;
  min-width: 60px;
  line-height: 57px;
  font-size: 28px;
  font-weight: bold;
  background: #ffffff;
  color: #2d2d2d;
  text-align: center;
  transition: all ease 0.1s;
}
@media screen and (max-width: 1023px) {
  .p-ranking-list__num {
    top: 20px;
    left: 20px;
    padding-top: 3px;
    min-width: 45px;
    line-height: 42px;
    font-size: 21px;
  }
}
@media screen and (max-width: 767px) {
  .p-ranking-list__num {
    top: 10px;
    left: 10px;
    padding-top: 3px;
    min-width: 30px;
    line-height: 27px;
    font-size: 17px;
  }
}
.p-ranking-list__num.is-1 {
  background: #dbc131;
  color: #ffffff;
}
.p-ranking-list__num.is-2 {
  background: #bababa;
  color: #ffffff;
}
.p-ranking-list__num.is-3 {
  background: #c09257;
  color: #ffffff;
}
@keyframes rankingfadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/******************************/
/* TOP 店舗紹介 */
/******************************/
.p-shop {
  margin-top: 120px;
  margin-bottom: 120px;
}
@media screen and (max-width: 767px) {
  .p-shop {
    display: block;
    margin-top: 75px;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 60px;
  }
}
.p-shop__img {
  margin-bottom: 30px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-shop__img {
    margin-left: -20px;
    margin-right: -20px;
  }
}
.p-shop__txt {
  text-align: center;
}
.p-shop__ttl {
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .p-shop__ttl {
    margin-bottom: 15px;
    font-size: 20px;
  }
}
.p-shop__body {
  line-height: 2;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .p-shop__body {
    font-size: 13px;
  }
}
.p-shop__url {
  margin-top: 15px;
}
.p-shop__url a {
  color: #2d2d2d;
}
.p-free {
  overflow: hidden;
  margin-top: 120px;
}
@media screen and (max-width: 767px) {
  .p-free {
    margin-top: 60px;
  }
}
.p-free img {
  display: block;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  width: 100vw;
}
@media screen and (max-width: 1023px) {
  .p-free img {
    object-fit: cover;
    height: 270px;
  }
}



/* =================================================================
トップ共通
=================================================================*/
* {box-sizing: border-box;}
body {color: #333333;}
h2,h3,h4,h5,p {margin: 0;}
.top {box-sizing: border-box;}
.serif {font-family: 'Noto Serif JP', serif;}
a:hover {text-decoration: none;}

.cmn-title {font-size: 26px; letter-spacing: 0.15em; text-align: center; font-family: 'Noto Serif JP', serif; font-weight: 400; margin-top: 77px; position: relative; margin-bottom: 50px;}
.cmn-title:before {content: ""; display: block; width: 1px; height: 75px; background: #424242; position: absolute; left: 0; right: 0; margin: auto; top: -77px;}
.cmn-title .jp {font-size: 12px; letter-spacing: 0.25em; display: block; font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;}

.button a {display: flex; justify-content: center; align-items: center; border: 1px solid #424242; width: 280px; height: 70px; margin: auto; position: relative; font-size: 14px; letter-spacing: 0.25em; font-family: 'Noto Serif JP', serif;}
.button a:after {content: ""; display: block; width: 25px; height: 6px; background: url('https://file003.shop-pro.jp/PA01495/625/images/common/link_arrow.png'); position: absolute; right: 17px;}
.button a:hover {background: #696359; color: #fff;}
.button a:hover:after {background: url('https://file003.shop-pro.jp/PA01495/625/images/common/link_arrow_hover.png');}

.item-list {display: flex;}
.item-list .box + .box {margin-left: 45px;}

.item-list .box .image {margin-bottom: 20px;}
.item-list .box h3 {font-size: 15px; letter-spacing: 0.15em; font-weight: normal;}
.item-list .box p {font-size: 14px; letter-spacing: 0.1em; margin-top: 13px;}

@media screen and (min-width:1024px) {
  .item-list .slick-list {max-width: 400px; overflow: visible !important;}
  /* .item-list .box {width: calc((100%-45px*3)/4) !important;}
  .item-list .slick-track {width: 1200px !important;} */
}

@media screen and (max-width: 999px) {
  .cmn-title{font-size: 30px; margin-top: 53px; margin-bottom: 26px;}
  .cmn-title:before {height: 55px; top: -53px;}

  .button a {width: 250px; height: 55px;}
  .button a:after {width: 12px; height: 4px; background: url('https://file003.shop-pro.jp/PA01495/625/images/common/link_arrow_sp.png'); background-size: cover;}

  .item-list {display: block;}
  .item-list .box {padding-right: 25px;}
  .item-list .box + .box {margin-left: 0px;}
  .item-list .slick-list {padding-left: 20px; max-width: 282px; overflow: visible !important;}
  .item-list .slick-track {display: block;}
  .item-list .box .image {margin-bottom: 20px;}
  .item-list .box h3 {font-size: 14px; letter-spacing: 0.15em; font-weight: normal;}
  .item-list .box p {margin-top: 5px;}
}

/* =================================================================
メインビジュアル
=================================================================*/
.main-visual {margin: 0 auto 150px; width: 100%;}
.main-visual img {display: block; width: 100%;}
/* .main-visual .slide {width: 100%; background-position: center; background-size: cover; height: 800px; display: flex !important; justify-content: center; align-items: center; } */
/* .main-visual .main01 {background-image: url('https://file003.shop-pro.jp/PA01495/625/images/top/main-visual01.jpg');} */
/* .main-visual p {text-shadow: 0px 0px 16px rgb(138 83 49); font-weight: 600; letter-spacing: 0.7em; padding-left: 0.7em; color: #fff; font-size: 24px; text-align: center;} */

.main-visual .slick-dots {bottom: 15px;}
.main-visual-area .slick-dotted.slick-slider {margin-bottom: 0 !important;}

.main-visual-area .slick-dots li {width: 12px !important; height: 12px !important;}
.main-visual-area .slick-dots li button {width: 12px !important; height: 12px !important;}
.main-visual-area .slick-dots li button:before {content: "" !important; width: 12px !important; height: 12px !important; border-radius: 100%; background-color: #ffffff; opacity: 0.2;}
.main-visual-area .slick-dots li.slick-active button:before {opacity: 1 !important; background-color: #9d9384;}

@media screen and (max-width: 1199px) {
  .main-visual {margin-bottom: 100px;}
/*   .main-visual .main01 {background-image: url('https://file003.shop-pro.jp/PA01495/625/images/top/main-visual01_sp.jpg');} */
  .main-visual p {font-size: 18px;}
  .main-visual .slick-dots {bottom: 7px;}
  .main-visual-area .slick-dots li {width: 7px !important; height: 7px !important; margin: 0 4px;}
  .main-visual-area .slick-dots li button {width: 7px !important; height: 7px !important;}
  .main-visual-area .slick-dots li button:before {content: "" !important; width: 7px !important; height: 7px !important;}
}

/* =================================================================
News
=================================================================*/
.news {padding: 177px 0 90px; background: #e9e7e4; overflow: hidden;}
.news .news-list .slick-track {display: flex; justify-content: space-between; width: 980px;}
.news .box {max-width: 450px;}
.news .box p span {display: inline-block; margin-left: 1em;}
.news .box p span:before {content: "[";}
.news .box p span:after {content: "]";}
.news .box .image {margin-bottom: 20px;}
.news .box p {font-size: 12px;}
.news .box h3 {font-size: 15px; font-size: 15px; font-weight: normal; line-height: 1.6;}
.news .button {margin-top: 52px;}

@media screen and (max-width: 1199px) {
  .news {padding: 45px 0 60px;}
  .news .box {padding-right: 25px;}
  .news .news-list .slick-list {padding-left: 20px; max-width: 282px; overflow: visible !important;}
  .news .news-list .slick-track {display: block;}
  .news .box .image {margin-bottom: 11px;}
  .news .box h3 {font-size: 14px; margin-top: 12px;}
}

/* =================================================================
New Arrival
=================================================================*/
.new-arrival {padding: 86px 0 90px; overflow: hidden;}
.new-arrival .button {margin-top: 47px;}
.new-arrival .box:nth-child(n + 5) {display: none !important;}


@media screen and (max-width: 1199px) {
  .new-arrival {padding: 47px 0 90px;}
  .new-arrival .box:nth-child(n + 5) {display: block !important;}
}

/* =================================================================
Top Category
=================================================================*/
.top-category {padding: 95px 0 114px; background: #e9e7e4;}
.top-category .inner {max-width: 100%;}
.top-category .box {display: flex; align-items: center;}
.top-category .box .image {width: 68.572%; height: 31.3vw; position: relative;}

.top-category .box .image img {z-index:0; position: absolute; opacity: 0; transition: opacity 1.5s, transform 1s; object-fit: cover; width: 100%; height: 100%;}
.top-category .box .image img.active {z-index:1; opacity: 1; transition: opacity 1.5s, transform 1s;}
.top-category .box .image + .text {margin-left: 113px;}
.top-category .box:nth-child(odd) {justify-content: flex-end;}
.top-category .box:nth-child(odd) .image {order: 2; margin-left: 113px;}
.top-category .box:nth-child(odd) .text {order: 1;}
.top-category .box + .box {margin-top: 70px;}
.top-category h3 {font-size: 16px; display: flex; align-items: center; font-weight: normal; margin-bottom: 40px; letter-spacing: 0.15em;}
.top-category h3 span {font-size: 26px; display: flex; align-items: center;}
/*.top-category h3 span:after {content: ""; display: inline-block; width: 15px; height: 1px; background: #bababa; margin: 0 14px;}*/
.top-category li + li {margin-top: 25px;}
.top-category li a {display: flex; align-items: center; justify-content: space-between; width: 174px; font-size: 15px;}
.top-category .stock li a {display: flex; align-items: center; justify-content: space-between; width: 205px; font-size: 15px;}
.top-category .hyakka li a {display: flex; align-items: center; justify-content: space-between; width: 150px; font-size: 15px;}
.top-category li a:after {content: ""; display: block; width: 25px; height: 6px; background: url('https://file003.shop-pro.jp/PA01495/625/images/common/link_arrow.png');}

@media screen and (max-width: 1199px) {
  .top-category {padding: 50px 0 65px;}
  .top-category .box {flex-direction: column;}
  .top-category .box .image {width: 100%; height: 56vw; margin-bottom: 25px;}
  .top-category .box .text {width: 100%; padding: 0 40px;}
  .top-category .box .image + .text {margin-left: 0;}
  .top-category .box:nth-child(odd) .image {order: 1; margin-left: 0;}
  .top-category .box:nth-child(odd) .text {order: 2;}
  .top-category .box + .box {margin-top: 60px;}
  .top-category h3 {font-size: 15px; margin-bottom: 24px;}
  .top-category h3 span {font-size: 25px;}
  .top-category h3 span:after {width: 16px;}
  .top-category li + li {margin-top: 35px;}
  .top-category li a {font-size: 14px; width: 245px;}
}

/* =================================================================
Popular
=================================================================*/
.popular {padding: 86px 0 107px; background: #dedbd6; overflow: hidden;}
.popular .ranking-item-list {width: 1084px;}
.popular .slick-list{overflow: visible !important;}
.popular .image {position: relative; margin-bottom: 20px;}
.popular .rank {font-size: 26px; display: flex; justify-content: center; align-items: center; width: 40px; height: 40px; background: #dedbd6; position: absolute; left: 10px; z-index: 1;}
.popular .box {padding-right: 40px;}
.popular .box h3 {font-size: 15px; letter-spacing: 0.15em; font-weight: normal;}
.popular .box p {font-size: 14px; letter-spacing: 0.1em; margin-top: 13px;}
.popular .button {margin-top: 50px;}

@media screen and (max-width: 1199px) {
  .popular {padding: 48px 0 60px;}
  .popular .rank {font-size: 25px; width: 35px; height: 35px;}
  .popular .box {padding-right: 25px;}
  .popular .ranking-item-list .slick-list {padding-left: 20px; max-width: 282px; overflow: visible !important;}
  .popular .box h3 {font-size: 14px; letter-spacing: 0.15em; font-weight: normal;}
  .popular .box p {margin-top: 5px;}
}

/* =================================================================
Custom made
=================================================================*/
.custom-made {background: #e9e7e4; padding: 118px 0 86px;}
.custom-made .cmn-title {margin-top: -10px;}
.custom-made .inner {background: #f2f1ef; padding: 67px 60px 84px; box-sizing: border-box;}
.custom-made .message {text-align: center; font-size: 16px; letter-spacing: 0.15em; line-height: 2.25;}
.custom-made .message span {font-size: 12px;}
.custom-made .button {margin-top: 50px;}
.custom-made .button .sp-only {display: none;}
.custom-made .line-app {width: 680px; height: 200px; margin: 0 auto; border: 1px solid #424242; display: flex; align-items: center; justify-content: space-between; padding: 0 40px; box-sizing: border-box; margin: 50px auto;}
.custom-made .line-app p {display: flex; align-items: center; font-size: 16px; letter-spacing: 0.1em;}
.custom-made .line-app p img {margin-right: 20px;}
.custom-made .line-app .qr {width: 119px; border: 10px solid #fff;}
.custom-made .image {margin: 0 auto; display: block;}


@media screen and (max-width: 1199px) {
  .custom-made {padding: 85px 20px 86px;}
  .custom-made .inner {padding: 33px 30px 45px;}
  .custom-made .line-app {display: none;}
  .custom-made .cmn-title {margin-top: -14px;}
  .custom-made .message {font-size: 13px; letter-spacing: 0;}
  .custom-made .message span {display: inline-block; margin-top: 40px;}
  .custom-made .button .pc-only {display: none;}
  .custom-made .button .sp-only {display: flex;}
  .custom-made .button img {width: 30px; height: 30px; margin-right: 10px;}  
  .custom-made .image {margin-top: 35px;}
}

/* =================================================================
About
=================================================================*/
.about {background: #e9e7e4;}
.about p {text-align: center;}
.about .button {margin-top: 42px;}
.about .mv {width: 100%; height: 100%; position: relative; overflow: hidden;}
.about .mv-wrap {position: relative; height: 780px;} 
.about video {display: block; width: 100%; height: 780px; object-fit: cover; position: absolute; top: 0; left: 0;}
.about .mv-txt {position: absolute; top: 0; bottom: 0; left: 0; right: 0; z-index: 3; margin: auto; width: 800px; height: 400px; background-color: rgba(255,255,255,0.9);}
.about .mv-txt .cmn-title {margin-top: 44px;}

@keyframes infinity-scroll-left {
  from {transform: translateX(0);}
  to {transform: translateX(-100%);}
}

@keyframes infinity-scroll-right {
  from {transform: translateX(-100%);}
  to {transform: translateX(0%);}
}

.achievement_list_wrap {display: flex; overflow: hidden; margin-top: 22px; height: 210px;}
.achievement_list {display: flex; list-style: none; animation : infinity-scroll-left 100s infinite linear 0.5s both;}
.achievement_list_wrap.bottom .achievement_list {animation : infinity-scroll-right 100s infinite linear 0.5s both;}
.achievement_item {width: 340px; height: 210px; margin-right: 20px;}
.achievement_item > img{width: 100%; height: 100%; object-fit: contain;}
/* .achievement_list_wrap:hover .achievement_list{animation-play-state: paused !important;} */

@media screen and (max-width: 1199px) {
  .about .mv-wrap {height: 550px;} 
  .about .mv-txt {width: 337px; height: 440px; padding: 0 40px;}
  .about .mv-txt .cmn-title {margin-top: 28px;}
  .about p {font-size: 14px;}

  .achievement_list_wrap {margin-top: 10px; height: 105px;}
  .achievement_item {width: 170px; height: 105px; margin-right: 10px;}
}

/* =================================================================
Follow us
=================================================================*/
.follow-us {background: #e9e7e4; padding-top: 100px;}
.follow-us .sns-box {background: #f2f1ef; padding-bottom: 65px; overflow: hidden;}
.follow-us .sns-box + .sns-box {margin-top: 20px;}
.follow-us .instagram-list .box {height: 225px;}
.follow-us .slick-slide img {width: 100%; height: 100%; object-fit: cover;}
.follow-us .sns-box.line {padding-bottom: 40px;}
.follow-us .title {display: flex; justify-content: space-between; align-items: center; padding: 40px 60px; box-sizing: border-box;}
.follow-us .sns-box.line .title {padding-bottom: 0;}
.follow-us .title h3 {font-size: 20px; font-weight: 400;}
.follow-us .title h3 span {font-size: 16px; display: inline-block; margin-left: 56px;}
.follow-us .title h3 img {margin-right: 20px;}
.follow-us .qr {width: 128px; border: 6px solid #fff;}
.follow-us .box {max-width: 250px;}
.follow-us .box + .box {margin-left: 26px;}
.follow-us .button {display: none;}

.follow-us .tiktok-list {display: flex; max-width: 1080px; margin: 0 auto;}
.follow-us .tiktok-list .box {max-width: 344px; width: 344px; padding: 1px 0; background-color: #fff;}
.follow-us .tiktok-list .box + .box {margin-left: 24px;}
.follow-us .tiktok-list blockquote {padding-left: 0; border-left: 0;}

@media screen and (min-width:1024px) {
  .follow-us .sns-list {width: 1080px; margin: 0 auto;}
}

@media screen and (max-width: 1199px) {
  .follow-us {padding-top: 47px;}
  .follow-us .inner {padding: 0 0px 0 20px; overflow: hidden;}
  .follow-us .sns-box.line {margin-right: 20px;}
  .follow-us .sns-box.line .title {flex-direction: column;}
  .follow-us .sns-box.line .title span {display: none;}
  .follow-us .sns-box.line .title .qr {display: none;}
  .follow-us .sns-box.line .button {margin-top: 15px;}
  .follow-us .sns-box.line .button p {text-align: center; font-size: 13px; letter-spacing: 0.15em;}
  .follow-us .sns-box.line .button a {margin-top: 25px;}
  .follow-us .sns-box {padding-bottom: 47px;}
  .follow-us .title {justify-content: center;}
  .follow-us .title .button {display: none;}
  .follow-us .title img {width: 30px; height: 30px;}
  .follow-us .sns-list .slick-list {padding-left: 20px; max-width: 286px; overflow: visible !important;}
  .follow-us .sns-list .box{max-width: 266px; padding-right: 25px;}
  .follow-us .box + .box {margin-left: 0px;}
  .follow-us .button.sp {margin-top: 25px;}

  .follow-us .tiktok-list {flex-direction: column; align-items: center; justify-content: center;}
  .follow-us .tiktok-list .box {max-width: 335px; width: 335px;}
  .follow-us .tiktok-list .box:nth-child(n + 2) {display: none;}
}



/* =================================================================
faq
=================================================================*/
.faq {background: #e9e7e4; padding: 50px 0 120px;}
.faq .content {width: 980px; margin: 0 auto 54px;}
.faq .answer {display: none; margin-left: 0px;}
.faq .question {padding-bottom: 28px; border-bottom: 1px solid #c8c6c4;}
.faq .question .title {font-size: 16px; font-weight: normal; display: flex; align-items: flex-start; line-height: 2; position: relative; padding-right: 76px;}
.faq .question .title:before {content: "Q."; font-size: 26px; font-weight: 500; display: inline-block; margin-right: 8px; line-height: 1; font-family: 'Noto Serif JP', serif;}
.faq .question .title:after {content: ""; display: flex; width: 15px; height: 9px; background: url('https://file003.shop-pro.jp/PA01495/625/images/top/arrow_accordion.png'); flex-shrink: 0; position: absolute; right: 20px; top: 11px; transform:rotate(180deg);}
.faq .question.is-open .title:after {transform:rotate(0deg);}
.faq .answer_wrap {display: flex; align-items: flex-start; padding-top: 30px; font-size: 16px; line-height: 2;}
.faq .answer_wrap:before {content: "A."; font-size: 26px; display: inline-block; margin-right: 8px; flex-shrink: 0; line-height: 1; font-family: 'Noto Serif JP', serif;}

@media screen and (max-width: 1199px) {
.faq {padding: 43px 0 75px;}
.faq .inner {padding: 0 20px;}
.faq .content {width: 100%; margin-bottom: 25px;}
.faq .question .title {font-size: 13px; padding-right: 37px;}
.faq .question .title:before {font-size: 15px;}
.faq .question .title:after {right: 0;}
.faq .answer_wrap {font-size: 13px;}
.faq .answer_wrap:before {font-size: 15px;}
}

