@charset "UTF-8";
/* ====================================================================

  #適用範囲
  #トップページ
  prefix : 's-' ('s'ingle)

 */
/* --------------------------------------------------------------------
  #共通
 */
.s-heading {
  text-align: center;
  margin-bottom: 10px;
}
@media print, screen and (min-width:769px) {
  .s-heading {
    margin-bottom: 20px;
  }
}

.s-heading__en {
  display: block;
  font-family: "Barlow", sans-serif;
  font-weight: bold;
  letter-spacing: 0.2em;
  font-size: 1.65rem;
  margin-bottom: 10px;
}
@media print, screen and (min-width:769px) {
  .s-heading__en {
    font-size: 2.4rem;
    margin-bottom: 15px;
  }
}

.s-heading__jp {
  display: block;
  letter-spacing: 0.2em;
  font-weight: bold;
  font-size: 1.4rem;
}
@media print, screen and (min-width:769px) {
  .s-heading__jp {
    font-size: 1.2rem;
  }
}

/* --------------------------------------------------------------------
  #トップ
 */
.s-top {
  position: relative;
  margin-bottom: 20px;
}
@media print, screen and (min-width:769px) {
  .s-top {
    margin-bottom: 70px;
  }
}

.s-top-container {
  position: relative;
  pointer-events: none;
  z-index: 1;
  padding-top: 21.6vw;
}
@media print, screen and (min-width:769px) {
  .s-top-container {
    padding-top: 236px;
  }
}

/**
  見出し
 */
.s-top-catch {
  margin-bottom: 15vw;
}
@media print, screen and (min-width:769px) {
  .s-top-catch {
    margin-bottom: 45px;
  }
}

.s-top-catch__main {
  display: inline-block;
  font-size: 2.4rem;
  font-weight: bold;
  letter-spacing: 0.3em;
  margin-left: -6px;
  padding: 6px 0;
  background-color: #fff;
}
@media print, screen and (min-width:769px) {
  .s-top-catch__main {
    font-size: 4rem;
  }
}

.s-top-catch__sub {
  display: inline-block;
  padding: 6px 6px 6px 0;
  background-color: #fff;
  font-weight: bold;
  margin-top: 10px;
  font-size: 1rem;
  letter-spacing: 0.3em;
}
@media print, screen and (min-width:769px) {
  .s-top-catch__sub {
    font-size: 1.8rem;
    margin-top: 20px;
    padding: 10px 10px 10px 0;
  }
}

/**
  NEWS
 */
.s-top-news {
  background-color: #fff;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .s-top-news {
    display: flex;
  }
}
@media print, screen and (min-width:769px) {
  .s-top-news {
    width: 412px;
    padding: 20px 20px 0 0;
  }
}

.s-top-news__title {
  font-family: "Barlow", sans-serif;
  font-weight: bold;
  letter-spacing: 0.2em;
  font-size: 1.2rem;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .s-top-news__title {
    margin-right: 10px;
  }
}
@media print, screen and (min-width:769px) {
  .s-top-news__title {
    font-size: 1.6rem;
    margin-bottom: 10px;
  }
}

.s-top-news__list {
  display: flex;
  flex-wrap: wrap;
}
.s-top-news__list > dt, .s-top-news__list > dd {
  font-size: 1.1rem;
  margin-bottom: 6px;
  line-height: 1.5;
}
.s-top-news__list > dt {
  width: 22%;
}
.s-top-news__list > dd {
  width: 78%;
}
@media print, screen and (min-width:769px) {
  .s-top-news__list > dt, .s-top-news__list > dd {
    font-size: 1.4rem;
  }
}

/**
  MV slide
 */
.s-top-mv {
  position: absolute;
  top: 0;
  padding-left: 20%;
  width: 100%;
}
@media print, screen and (min-width:769px) {
  .s-top-mv {
    height: 450px;
  }
}

.s-top-mv__slide {
  position: relative;
  width: 100%;
}
.s-top-mv__slide .slide-item {
  width: 100%;
  height: 45vw;
}
.s-top-mv__slide .slide-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .s-top-mv__slide {
    height: 45vw;
  }
}
@media print, screen and (min-width:769px) {
  .s-top-mv__slide .slide-item {
    height: 450px;
  }
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
  .s-top-mv .slick-controll {
    margin-left: -20%;
  }
}

/**
  サンプル
 */
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .s-top__sample {
    margin: 0 20px;
  }
  .s-top__sample .sample-inner {
    position: relative;
    border: 2px solid #141414;
    display: flex;
    height: 50px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .s-top__sample .sample-inner::after {
    content: "";
    display: block;
    position: absolute;
    width: 16px;
    height: 2px;
    background-color: #141414;
    top: 24px;
    right: -9px;
  }
  .s-top__sample .sample-pict {
    position: absolute;
    left: 8vw;
    width: 45px;
  }
  .s-top__sample .sample-copy1 {
    font-size: 1.4rem;
    font-weight: bold;
    letter-spacing: 0.2em;
  }
  .s-top__sample .sample-copy2 {
    margin-top: 5px;
    font-size: 1rem;
    letter-spacing: 0.2em;
  }
}
@media print, screen and (min-width:769px) {
  .s-top__sample {
    margin: 0 20px;
    width: 170px;
    height: 170px;
    border: 2px solid #141414;
    border-radius: 50%;
    background-color: #fff;
    position: absolute;
    right: 20px;
    top: 255px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    box-shadow: 0 0 20px rgba(60, 60, 60, 0.2);
    transition: 0.2s;
  }
  .s-top__sample:hover {
    opacity: 0.75;
  }
  .s-top__sample .sample-pict {
    width: 102px;
    position: absolute;
    top: -37px;
    left: calc(50% - 51px);
  }
  .s-top__sample .sample-copy1 {
    display: block;
    font-size: 1.7rem;
    font-weight: bold;
    line-height: 1.5;
    margin-top: 10px;
    letter-spacing: 0.2em;
    text-align: center;
  }
  .s-top__sample .sample-copy2 {
    display: block;
    text-align: center;
    margin-top: 5px;
    font-size: 1.2rem;
    letter-spacing: 0.1em;
  }
}

/* --------------------------------------------------------------------
  #商品カテゴリ
 */
.s-cateogry {
  position: relative;
}
.s-cateogry::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  background: url(../img/cat_bg.svg) no-repeat center bottom/contain #eaeff4;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .s-cateogry {
    margin-bottom: 45px;
  }
  .s-cateogry::after {
    position: absolute;
    width: 100%;
    height: 73.3vw;
    bottom: -3vw;
  }
}
@media print, screen and (min-width:769px) {
  .s-cateogry {
    height: 390px;
    margin-bottom: 70px;
  }
  .s-cateogry::after {
    bottom: 10px;
    height: 193px;
    background-position: center top;
  }
}

.s-category-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.s-category-list__item {
  position: relative;
  z-index: 2;
  width: 47.5%;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .s-category-list__item {
    margin-bottom: 20px;
  }
}
@media print, screen and (min-width:769px) {
  .s-category-list__item {
    width: 22%;
    transition: 0.2s;
  }
  .s-category-list__item:hover {
    opacity: 0.75;
  }
}

.s-category-list__item .item-heading {
  text-align: center;
  font-weight: bold;
  font-size: 1.2rem;
  margin-bottom: 12px;
}
.s-category-list__item .item-heading::after {
  content: "";
  display: block;
  position: absolute;
  margin-top: 6px;
  width: 2px;
  height: 13px;
  left: calc(50% - 1px);
  background: #000;
}
@media print, screen and (min-width:769px) {
  .s-category-list__item .item-heading {
    font-size: 1.8rem;
    margin-bottom: 18px;
  }
  .s-category-list__item .item-heading::after {
    margin-top: 10px;
    height: 20px;
  }
}

.s-category-list__item .item-catch {
  position: relative;
  z-index: 2;
  margin-top: -19px;
  margin-left: -10px;
}
.s-category-list__item .item-catch .item-catch__inner {
  font-weight: bold;
  color: #fff;
  padding: 2px;
  font-size: 1.2rem;
  line-height: 1.6;
  display: inline;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .s-category-list__item .item-catch .item-catch__inner {
    line-height: 2;
  }
}
@media print, screen and (min-width:769px) {
  .s-category-list__item .item-catch {
    margin-top: -25px;
    margin-left: -16px;
  }
  .s-category-list__item .item-catch .item-catch__inner {
    font-size: 1.6rem;
  }
}

.s-category-list__item--wrapping .item-catch__inner {
  background-color: #e62e8b;
}

.s-category-list__item--flyer .item-catch__inner {
  background-color: #00a7ea;
}

.s-category-list__item--poster .item-catch__inner {
  background-color: #bebf02;
}

.s-category-list__item--nakatoji .item-catch__inner {
  background-color: #42423f;
}

/* --------------------------------------------------------------------
  #おすすめ
 */
.s-recommend {
  position: relative;
  overflow: hidden;
  margin-bottom: 45px;
}
@media print, screen and (min-width:769px) {
  .s-recommend {
    margin-bottom: 70px;
  }
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
  .s-recommend__heading {
    margin-bottom: 20px;
  }
}
@media print, screen and (min-width:769px) {
  .s-recommend__heading {
    position: absolute;
    width: 220px;
    margin-top: 60px;
    left: calc(50% - 540px);
  }
  .s-recommend__heading .s-heading__en,
  .s-recommend__heading .s-heading__jp {
    text-align: left;
  }
}
@media screen and (min-width: 769px) and (max-width: 1310px) {
  .s-recommend__heading {
    left: calc(50% - 500px);
  }
}

@media print, screen and (min-width:769px) {
  .s-recommend-slide {
    padding: 0 10px;
    margin-left: calc(50% - 300px);
  }
}

.s-recommend-slide__item {
  position: relative;
  padding: 0 0.2%;
}
.s-recommend-slide__item > a, .s-recommend-slide__item > span {
  display: block;
}
@media print, screen and (min-width:769px) {
  .s-recommend-slide__item {
    padding: 0 0.7%;
    transition: 0.2s;
  }
  .s-recommend-slide__item:hover {
    opacity: 0.75;
  }
}

.s-recommend-slide__item .item-heading {
  position: relative;
  z-index: 2;
  text-align: center;
  font-weight: bold;
  font-size: 1.2rem;
  margin-bottom: 12px;
  height: 30px;
}
.s-recommend-slide__item .item-heading::after {
  content: "";
  display: block;
  position: absolute;
  width: 2px;
  height: 13px;
  left: calc(50% - 1px);
  bottom: -20px;
  background: #000;
}
@media print, screen and (min-width:769px) {
  .s-recommend-slide__item .item-heading {
    font-size: 1.8rem;
    margin-bottom: 18px;
    height: 37px;
    display: block;
  }
  .s-recommend-slide__item .item-heading::after {
    margin-top: 10px;
    height: 20px;
    bottom: -28px;
  }
}

.s-recommend-slide__item .item-pict {
  position: relative;
}
.s-recommend-slide__item .item-pict .item-pict__ribbon {
  position: absolute;
  top: -5px;
  left: 6px;
  width: 25px;
  height: 26px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 1rem;
  font-family: "Barlow", sans-serif;
  font-weight: bold;
  letter-spacing: 0.2em;
  padding-bottom: 6px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
@media print, screen and (min-width:769px) {
  .s-recommend-slide__item .item-pict .item-pict__ribbon {
    top: -10px;
    left: 10px;
    font-size: 1.6rem;
    width: 49px;
    height: 51px;
    padding-bottom: 10px;
  }
}
.s-recommend-slide__item .item-pict .item-pict__ribbon--red {
  background-image: url(../img/rec_ribbon_red.svg);
}
.s-recommend-slide__item .item-pict .item-pict__ribbon--gray {
  background-image: url(../img/rec_ribbon_gray.svg);
}

.s-recommend-slide__item .item-catch {
  position: absolute;
  bottom: 5px;
  left: 0;
  font-size: 1.2rem;
  padding-right: 10px;
}
.s-recommend-slide__item .item-catch .item-catch__inner {
  padding: 2px 0;
  display: inline;
  background: rgba(255, 255, 255, 0.8);
  line-height: 1.6;
}
@media print, screen and (min-width:769px) {
  .s-recommend-slide__item .item-catch {
    left: 5px;
    font-size: 1.6rem;
    bottom: 36px;
    height: 30px;
    font-weight: bold;
  }
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
  .s-recommend-more {
    margin-left: auto;
    margin-right: auto;
    display: block;
    width: 150px;
    margin: 20px auto 0;
  }
  .s-recommend-more .btn-style-a {
    width: 150px;
  }
}
@media print, screen and (min-width:769px) {
  .s-recommend-more {
    position: absolute;
    left: calc(50% - 540px);
    width: 150px;
    top: 158px;
  }
  .s-recommend-more .btn-style-a {
    width: 200px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1310px) {
  .s-recommend-more {
    left: calc(50% - 500px);
  }
}

/* --------------------------------------------------------------------
  #TOPICS
 */
.s-topics {
  background-color: #eaeff4;
  padding: 20px;
  margin-bottom: 40px;
}
@media print, screen and (min-width:769px) {
  .s-topics {
    padding: 40px 0;
    margin-bottom: 80px;
  }
}

@media print, screen and (min-width:769px) {
  .s-topics-list {
    display: flex;
    justify-content: center;
  }
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
  .s-topics-list__item {
    margin-bottom: 20px;
  }
}
@media print, screen and (min-width:769px) {
  .s-topics-list__item {
    width: 430px;
    margin-right: 40px;
  }
  .s-topics-list__item:last-child {
    margin-right: 0;
  }
}

.s-topics-list__item .item-inner {
  display: block;
  text-align: center;
  background-color: #fff;
  padding: 4px;
}
@media print, screen and (min-width:769px) {
  .s-topics-list__item .item-inner {
    transition: 0.2s;
  }
  .s-topics-list__item .item-inner:hover {
    opacity: 0.75;
  }
}

.s-topics-list__item .item-copy {
  padding: 10px;
  line-height: 1.3;
  font-size: 1.1rem;
}
@media print, screen and (min-width:769px) {
  .s-topics-list__item .item-copy {
    font-size: 1.4rem;
    padding: 15px;
  }
}

/* --------------------------------------------------------------------
#Feature
 */
.s-feature {
  margin-bottom: 40px;
}
@media print, screen and (min-width:769px) {
  .s-feature {
    margin-bottom: 80px;
  }
}

.s-feature-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 15px;
}
@media print, screen and (min-width:769px) {
  .s-feature-list {
    margin-bottom: 30px;
  }
}

.s-feature-list__item {
  width: 48%;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .s-feature-list__item {
    margin-bottom: 20px;
  }
}
@media print, screen and (min-width:769px) {
  .s-feature-list__item {
    width: 23%;
  }
}

.s-feature-list__item .item-pict {
  margin-left: auto;
  margin-right: auto;
  width: 50px;
  margin-bottom: 12px;
}
@media print, screen and (min-width:769px) {
  .s-feature-list__item .item-pict {
    width: 80px;
  }
}

.s-feature-list__item .item-title {
  text-align: center;
  margin-bottom: 12px;
  font-weight: bold;
  font-size: 1.2rem;
  line-height: 1.3;
}
@media print, screen and (min-width:769px) {
  .s-feature-list__item .item-title {
    font-size: 1.4rem;
    margin-bottom: 12px;
  }
}

.s-feature-list__item .item-text {
  line-height: 1.6;
  font-size: 1rem;
  text-align: justify;
  text-justify: inter-ideograph;
}
@media print, screen and (min-width:769px) {
  .s-feature-list__item .item-text {
    font-size: 1.3rem;
  }
}

.s-feature-btn {
  margin-left: auto;
  margin-right: auto;
  width: 150px;
}
@media print, screen and (min-width:769px) {
  .s-feature-btn {
    width: 200px;
  }
}

/* --------------------------------------------------------------------
#insta
 */
.s-insta {
  position: relative;
  margin-bottom: 40px;
}
.s-insta::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 150px;
  top: 51px;
  background-color: #f8f8fb;
}
@media print, screen and (min-width:769px) {
  .s-insta {
    margin-bottom: 80px;
  }
  .s-insta::after {
    height: 276px;
    top: 111px;
  }
}

.s-insta__title {
  position: relative;
  z-index: 1;
  margin-left: auto;
  margin-right: auto;
  width: 90px;
}
@media print, screen and (min-width:769px) {
  .s-insta__title {
    width: 181px;
  }
}

.s-insta-btn {
  margin-left: auto;
  margin-right: auto;
  width: 150px;
}
@media print, screen and (min-width:769px) {
  .s-insta-btn {
    width: 200px;
  }
}

.s-insta-container {
  overflow: hidden;
}

.s-insta-list {
  position: relative;
  z-index: 2;
  display: flex;
  min-height: 200px;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .s-insta-list {
    width: 1000px;
  }
}
@media print, screen and (min-width:769px) {
  .s-insta-list {
    margin: 0 0 30px;
    justify-content: center;
    min-height: 300px;
  }
}

.s-insta-list__item {
  width: 160px;
  padding: 16px;
}
.s-insta-list__item:nth-child(2n) {
  margin-top: 20px;
}
@media print, screen and (min-width:769px) {
  .s-insta-list__item {
    padding: 46px;
    width: 320px;
  }
  .s-insta-list__item:nth-child(2n) {
    margin-top: 40px;
  }
}

/* --------------------------------------------------------------------
#banner
 */
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .s-banner {
    margin: 0 20px 60px;
  }
}
@media print, screen and (min-width:769px) {
  .s-banner {
    margin-bottom: 120px;
  }
}

.s-banner__item {
  margin-left: auto;
  margin-right: auto;
}
@media print, screen and (min-width:769px) {
  .s-banner__item {
    width: 800px;
    transition: 0.2s;
  }
  .s-banner__item:hover {
    opacity: 0.75;
  }
}