@charset "UTF-8";
/*----------------------------------
 変数
----------------------------------*/
/* base width */
/* header */
/* gnav */
/* inner */
/* font */
/* opacity */
/* transition */
/*----------------------------------
 フォント
----------------------------------*/
@font-face {
  font-family: "CircularPro-Book";
  font-display: swap;
  src: url("../../../../usr/freepage/stretchdown/font/CircularPro-Book.woff") format("woff");
  src: url("../../../../usr/freepage/stretchdown/font/CircularPro-Book.ttf") format("truetype");
  font-weight: 400;
}

@font-face {
  font-family: "CircularPro-BookItalic";
  font-display: swap;
  src: url("../../../../usr/freepage/stretchdown/font/CircularPro-BookItalic.woff") format("woff");
  src: url("../../../../usr/freepage/stretchdown/font/CircularPro-BookItalic.ttf") format("truetype");
  font-weight: 700;
  font-style: italic;
}

@font-face {
  font-family: "CircularPro-Black";
  font-display: swap;
  src: url("../../../../usr/freepage/stretchdown/font/CircularPro-Black.woff") format("woff");
  src: url("../../../../usr/freepage/stretchdown/font/CircularPro-Black.ttf") format("truetype");
  font-weight: 900;
}

@font-face {
  font-family: "Eloquence-Regular";
  font-display: swap;
  src: url("../../../../usr/freepage/stretchdown/font/Eloquence-Regular.woff") format("woff");
  src: url("../../../../usr/freepage/stretchdown/font/Eloquence-Regular.ttf") format("truetype");
  font-weight: 400;
}

/*----------------------------------
 デバイス
----------------------------------*/
.u-sp-only {
  display: block;
}

@media screen and (min-width: 600px) {
  .u-sp-only {
    display: none;
  }
}

.u-pc-only {
  display: none;
}

@media screen and (min-width: 600px) {
  .u-pc-only {
    display: block;
  }
}

html {
  font-size: 62.5%;
}

body {
  position: relative;
  color: #333;
  font-family: "source-han-sans-japanese", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, "Helvetica Neue", Arial, sans-serif;
  font-size: clamp(10px, 1vw, 14px);
  font-weight: 500;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0;
  line-height: 1.5;
}

@media screen and (min-width: 600px) {
  body {
    font-size: 1.8rem;
    min-width: 1280px;
    letter-spacing: 0;
  }
}

a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  text-decoration: none;
  color: #333;
}

a:hover {
  opacity: 1;
  text-decoration: underline;
}

@media screen and (min-width: 600px) {
  a:hover {
    opacity: 0.7;
  }
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

.wrapper {
  position: relative;
  overflow: hidden;
}

*:focus {
  outline: none;
}

/*----------------------------------
 グロナビ（PC）
----------------------------------*/
.c-gnav {
  position: relative;
  display: inline-block;
  vertical-align: top;
  background: rgba(18, 18, 18, 0.7);
  width: 100%;
  margin: 0 0 -36px;
  /* メニュー上段 */
  /* メニュー下段 */
}

@media screen and (min-width: 600px) {
  .c-gnav {
    margin: 0 0 -60px;
  }
}

.c-gnav__inner {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  padding: 12px 15px;
}

@media screen and (min-width: 600px) {
  .c-gnav__inner {
    width: 1220px;
    padding: 15px 20px;
  }
}

.c-gnav__logo {
  width: 32.45%;
  height: auto;
}

@media screen and (min-width: 600px) {
  .c-gnav__logo {
    width: 248px;
    height: 30px;
  }
}

.c-gnav__logo img {
  vertical-align: top;
}

.c-gnav__menu-wrap {
  width: 63%;
}

@media screen and (min-width: 600px) {
  .c-gnav__menu-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: auto;
  }
}

.c-gnav__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 218px;
}

@media screen and (min-width: 600px) {
  .c-gnav__menu {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    max-width: none;
    margin: 0 -6px 0 44px;
  }
}

@media screen and (max-width: 599px) {
  .c-gnav__menu:nth-child(n + 2) {
    border-top: 1px solid #fff;
    padding: 10px 0 0;
    margin: 10px 0 0;
  }
}

.c-gnav__menu-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-left: 1px solid #fff;
  font-family: "CircularPro-Black", sans-serif;
  font-size: clamp(9px, 1vw, 13px);
  line-height: 1.11;
  min-height: 11px;
}

@media screen and (min-width: 600px) {
  .c-gnav__menu-item {
    border-left: none;
    font-size: 1.5rem;
    min-height: auto;
    margin: 0 37px 0 0;
  }
}

.c-gnav__menu-item:first-child {
  border-left: none;
}

.c-gnav__menu-item:last-child {
  margin-right: 0;
}

.c-gnav__menu-link {
  color: #fff;
}

.c-gnav__menu-link:hover {
  text-decoration: none;
}

@media screen and (max-width: 599px) {
  .c-gnav__menu--top .c-gnav__menu-item:nth-child(n + 2) {
    padding: 0 0 0 8px;
  }
}

@media screen and (max-width: 599px) {
  .c-gnav__menu--bottom .c-gnav__menu-item:nth-child(n + 2) {
    padding: 0 0 0 16px;
  }
}

.c-gnav.is-fixed {
  position: fixed !important;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  margin: 0;
}

.c-btn {
  background-color: #000;
  border: 1px solid #000;
  border-radius: 50px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 100%;
}

.c-btn:hover {
  background-color: #fff;
  border: 1px solid #000;
  color: #000;
}

.c-btn:hover .c-btn-link {
  color: #000;
  text-decoration: none;
  opacity: 1;
}

.c-btn-link {
  display: block;
  color: #fff;
  font-size: clamp(9px, 1vw, 13px);
  text-align: center;
  text-decoration: none;
  width: 100%;
  height: 100%;
  padding: 3px 1em;
}

@media screen and (min-width: 600px) {
  .c-btn-link {
    border-radius: 50px;
    font-size: 1.8rem;
    padding: 9px 1em;
  }
}

/* ------ アイテムを見る ------ */
.c-btn-detail {
  width: 56%;
}

@media screen and (min-width: 600px) {
  .c-btn-detail {
    width: 325px;
  }
}

/* ------ ONLINE STORE ------ */
.c-btn-store {
  font-family: "CircularPro-Black", sans-serif;
  width: 67%;
}

@media screen and (min-width: 600px) {
  .c-btn-store {
    width: 210px;
  }
}

/*----------------------------------
 背景
----------------------------------*/
.c-bg01,
.c-bg02 {
  background-image: -webkit-image-set(url("../../../../usr/freepage/stretchdown/img/bg01.png") 1x, url("../../../../usr/freepage/stretchdown/img/bg01@2x.png") 2x);
  background-image: image-set("../../../../usr/freepage/stretchdown/img/bg01.png" 1x, "../../../../usr/freepage/stretchdown/img/bg01@2x.png" 2x);
  background-size: 245px auto;
  background-repeat: repeat;
  background-position: left top;
}

@media screen and (min-width: 600px) {
  .c-bg01,
  .c-bg02 {
    background-size: 720px auto;
  }
}

/*----------------------------------
 スライダー（A Day In The Life of Ban Ito）
----------------------------------*/
/* ------ スライド ------ */
.life__slider {
  padding: 0 0 29px;
}

@media screen and (min-width: 600px) {
  .life__slider {
    padding: 0 0 100px;
  }
}

.life__slider .swiper-container {
  position: relative;
  width: 100%;
  height: 56.267vw;
}

@media screen and (min-width: 600px) {
  .life__slider .swiper-container {
    width: 1280px;
    height: 720px;
  }
}

.life__slider .swiper-button-prev,
.life__slider .swiper-button-next {
  position: absolute;
  top: 60%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 18px;
  height: 18px;
}

@media screen and (min-width: 600px) {
  .life__slider .swiper-button-prev,
  .life__slider .swiper-button-next {
    top: 53%;
    width: 63px;
    height: 63px;
  }
}

.life__slider .swiper-button-prev:before, .life__slider .swiper-button-prev:after,
.life__slider .swiper-button-next:before,
.life__slider .swiper-button-next:after {
  position: absolute;
  display: block;
  content: "";
}

.life__slider .swiper-button-prev:before,
.life__slider .swiper-button-next:before {
  top: 33%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  border-top: 1.5px solid #fff;
  border-right: 1.5px solid #fff;
  width: 6px;
  height: 6px;
}

@media screen and (min-width: 600px) {
  .life__slider .swiper-button-prev:before,
  .life__slider .swiper-button-next:before {
    top: 38%;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    width: 16px;
    height: 16px;
  }
}

.life__slider .swiper-button-prev .swiper-button--circle,
.life__slider .swiper-button-next .swiper-button--circle {
  background: rgba(64, 64, 64, 0.6);
  border-radius: 18px 18px;
  width: 18px;
  height: 18px;
}

@media screen and (min-width: 600px) {
  .life__slider .swiper-button-prev .swiper-button--circle,
  .life__slider .swiper-button-next .swiper-button--circle {
    border-radius: 63px 63px;
    width: 63px;
    height: 63px;
  }
}

.life__slider .swiper-button-prev {
  left: 53px;
}

@media screen and (min-width: 600px) {
  .life__slider .swiper-button-prev {
    left: 178px;
  }
}

.life__slider .swiper-button-prev:before {
  left: 41%;
  -webkit-transform: rotate(225deg);
          transform: rotate(225deg);
}

@media screen and (min-width: 600px) {
  .life__slider .swiper-button-prev:before {
    left: 45%;
  }
}

.life__slider .swiper-button-next {
  right: 53px;
}

@media screen and (min-width: 600px) {
  .life__slider .swiper-button-next {
    right: 178px;
  }
}

.life__slider .swiper-button-next:before {
  left: 30%;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

@media screen and (min-width: 600px) {
  .life__slider .swiper-button-next:before {
    left: 35%;
  }
}

.life__slider .swiper-button-next:after,
.life__slider .swiper-button-prev:after {
  display: none;
}

.life__slider .swiper-button-next.swiper-button-disabled,
.life__slider .swiper-button-prev.swiper-button-disabled {
  opacity: 0;
}

.life__slider-slide {
  height: 100%;
}

.life__slider-slide img {
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center top;
     object-position: center top;
  width: 100%;
  height: 100%;
  margin: 0 auto;
}

.life__slider-time, .life__slider-en {
  position: absolute;
  z-index: 2;
  color: #fff;
  font-family: "CircularPro-Black", sans-serif;
  text-align: center;
  text-shadow: 0px 0px 1px rgba(0, 0, 0, 0.3);
}

@media screen and (min-width: 600px) {
  .life__slider-time, .life__slider-en {
    text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.3);
  }
}

.life__slider-time {
  top: 4px;
  right: 17px;
  font-size: clamp(19px, 1vw, 23px);
  line-height: 2.02;
}

@media screen and (min-width: 600px) {
  .life__slider-time {
    top: 7px;
    right: 54px;
    font-size: 7rem;
    line-height: 1.85;
  }
}

.life__slider-time--color {
  color: #000;
}

.life__slider-en {
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  font-size: clamp(12px, 1vw, 16px);
  line-height: 1.2;
}

@media screen and (min-width: 600px) {
  .life__slider-en {
    font-size: 4rem;
    line-height: 1.25;
  }
}

.life__slider.slider {
  height: 80vh;
}

@media screen and (min-width: 600px) {
  .life__slider.slider {
    height: 720px;
  }
}

/* ------ サムネイル全体 ------ */
.life__slider-thumbnail {
  width: 100%;
  height: 11.2vw;
  margin: 16px auto 0;
  cursor: pointer;
}

@media screen and (min-width: 600px) {
  .life__slider-thumbnail {
    width: 880px;
    height: 100px;
    margin: 44px auto 0;
  }
}

.life__slider-thumbnail .life__slider-time {
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  font-size: clamp(10px, 1vw, 14px);
  line-height: 1.7;
  text-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2);
  width: 100%;
}

@media screen and (min-width: 600px) {
  .life__slider-thumbnail .life__slider-time {
    font-size: 2rem;
  }
}

/* ------ サムネイル個別 ------ */
.life__slider-thumbnail .swiper-slide {
  height: 100%;
  overflow: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.life__slider-thumbnail .swiper-slide img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.life__slider-thumbnail .swiper-slide .life__slider-slide {
  height: 100%;
}

.life__slider-thumbnail .swiper-slide.swiper-slide-thumb-active .life__slider-slide:before,
.life__slider-thumbnail .swiper-slide:hover .life__slider-slide:before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  z-index: 1;
  display: block;
  content: "";
  background: rgba(255, 255, 255, 0.6);
  width: 100%;
  height: 100%;
}

.life__slider-thumbnail .swiper-slide.swiper-slide-thumb-active .life__slider-time, .life__slider-thumbnail .swiper-slide:hover .life__slider-time {
  color: #000;
}

/* inner（ベース） */
.l-inner {
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  padding: 0 15px;
}

@media screen and (min-width: 600px) {
  .l-inner {
    width: calc((880px) + (20px*2));
    padding: 0 20px;
  }
}

/*
header {
  background-color: #000;
  width: 100%;
  height: 50px;
}
*/

@media screen and (min-width: 600px) {
  header {
    height: 90px;
  }
}

header .l-inner {
  height: 100%;
  padding: 0 20px 0 12px;
}

@media screen and (min-width: 600px) {
  header .l-inner {
    width: 1280px;
    padding: 0 43px 0 23px;
  }
}

.header__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}

.header__logo {
  width: 59px;
  height: 31px;
}

@media screen and (min-width: 600px) {
  .header__logo {
    width: 94px;
    height: 50px;
  }
}

.header__sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header__sns-icon:nth-child(n + 2) {
  margin: 0 0 0 19px;
}

@media screen and (min-width: 600px) {
  .header__sns-icon:nth-child(n + 2) {
    margin: 0 0 0 30px;
  }
}

.header__sns-icon img {
  width: 17px;
  height: 17px;
}

@media screen and (min-width: 600px) {
  .header__sns-icon img {
    width: 25px;
    height: 25px;
  }
}

.header__sns--youtube img {
  vertical-align: middle;
  width: 20px;
  height: 14px;
}

@media screen and (min-width: 600px) {
  .header__sns--youtube img {
    width: 30px;
    height: 21px;
  }
}

/*----------------------------------
 kv
----------------------------------*/
.kv {
  position: relative;
  background-image: -webkit-image-set(url("../../../../usr/freepage/stretchdown/img/kv_sp.jpg") 1x, url("../../../../usr/freepage/stretchdown/img/kv_sp@2x.jpg") 2x);
  background-image: image-set("../../../../usr/freepage/stretchdown/img/kv_sp.jpg" 1x, "../../../../usr/freepage/stretchdown/img/kv_sp@2x.jpg" 2x);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  overflow: hidden;
  padding-top: 156.5333333333333%;
}

@media screen and (min-width: 600px) {
  .kv {
    background-image: url("../../../../usr/freepage/stretchdown/img/kv.jpg");
    padding-top: 50%;
  }
}

/*----------------------------------
 message
----------------------------------*/
.message {
  background-color: #b68240;
}

.message .l-inner {
  padding: 29px 15px;
}

@media screen and (min-width: 600px) {
  .message .l-inner {
    padding: 66px 20px;
  }
}

.message__txt {
  color: #fff;
  font-size: clamp(11px, 1vw, 15px);
  font-weight: 900;
  text-align: center;
  letter-spacing: .005em;
  line-height: 1.45;
}

@media screen and (min-width: 600px) {
  .message__txt {
    font-size: 3rem;
    letter-spacing: .01em;
    line-height: 1.53;
  }
}

/*----------------------------------
 about
----------------------------------*/
.about {
  margin: -31px 0 0;
}

@media screen and (min-width: 600px) {
  .about {
    margin: -27px 0 0;
  }
}

.about .l-inner {
  padding: 91px 15px 27px;
}

@media screen and (min-width: 600px) {
  .about .l-inner {
    padding: 111px 20px 72px;
  }
}

.about__logo {
  width: 77.4%;
  margin: -3px auto 0 46px;
}

@media screen and (min-width: 600px) {
  .about__logo {
    width: 940px;
    margin: 0;
  }
}

.about__txt {
  color: #000;
  font-size: clamp(11px, 1vw, 15px);
  font-weight: 900;
  letter-spacing: .02em;
  line-height: 1.45;
  text-align: justify;
  width: 79%;
  margin: 10px 10% 0;
}

@media screen and (min-width: 600px) {
  .about__txt {
    font-size: 2.7rem;
    letter-spacing: .034em;
    line-height: 1.51;
    text-align: left;
    width: 900px;
    margin: 30px 0 0;
  }
}

/*----------------------------------
 A Day In The Life of Ban Ito
----------------------------------*/
.life {
  background-color: #b9802a;
  overflow: hidden;
}

.life .l-inner {
  padding: 28px 15px 23px;
}

@media screen and (min-width: 600px) {
  .life .l-inner {
    padding: 79px 20px 44px;
  }
}

.life__ttl, .life__lead {
  color: #fff;
  text-align: center;
}

.life__ttl {
  font-family: "Eloquence-Regular", sans-serif;
  font-size: clamp(21px, 1vw, 25px);
  font-weight: 400;
}

@media screen and (min-width: 600px) {
  .life__ttl {
    font-size: 5.6rem;
  }
}

.life__lead {
  font-size: clamp(10px, 1vw, 14px);
  margin: 6px 0 0;
}

@media screen and (min-width: 600px) {
  .life__lead {
    font-size: 2.2rem;
    line-height: 1.54;
    margin: 19px 0 0;
  }
}

.life__intro .life__inner-out {
  position: relative;
  border-top: 1.2px solid #000;
  width: 78%;
  margin: 0 auto;
  padding: 2px 0 0;
}

@media screen and (min-width: 600px) {
  .life__intro .life__inner-out {
    border-top: 3px solid #000;
    width: 100%;
    padding: 8px 0 0;
  }
}

.life__intro .life__inner-out:after {
  position: absolute;
  bottom: -55px;
  right: -39px;
  display: block;
  content: "";
  background-image: -webkit-image-set(url("../../../../usr/freepage/stretchdown/img/life_ban01_sp.png") 1x, url("../../../../usr/freepage/stretchdown/img/life_ban01_sp@2x.png") 2x);
  background-image: image-set(url("../../../../usr/freepage/stretchdown/img/life_ban01_sp.png") 1x, url("../../../../usr/freepage/stretchdown/img/life_ban01_sp@2x.png") 2x);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 22.4vw;
  height: 33.6vw;
}

@media screen and (min-width: 600px) {
  .life__intro .life__inner-out:after {
    bottom: -151px;
    right: -78px;
    background-image: url("../../../../usr/freepage/stretchdown/img/life_ban01.png");
    width: 252px;
    height: 377px;
  }
}

.life__intro .life__inner-in {
  border-top: 0.5px solid #000;
  border-bottom: 0.5px solid #000;
  padding: 7px 0.5em 16px;
}

@media screen and (min-width: 600px) {
  .life__intro .life__inner-in {
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    padding: 8px 1em 22px;
  }
}

.life__outro {
  width: 72%;
  height: 4px;
  margin: 21px auto 0;
}

@media screen and (min-width: 600px) {
  .life__outro {
    width: 880px;
    height: 4px;
    margin: 45px auto 0;
  }
}

.life__outro .life__inner-out {
  border-top: 0.5px solid #000;
  width: 100%;
  margin: 0 auto;
  padding: 2px 0 0;
}

@media screen and (min-width: 600px) {
  .life__outro .life__inner-out {
    border-top: 1px solid #000;
    width: 100%;
    padding: 8px 0 0;
  }
}

.life__outro .life__inner-in {
  border-top: 1.2px solid #000;
}

@media screen and (min-width: 600px) {
  .life__outro .life__inner-in {
    border-top: 3px solid #000;
  }
}

/*----------------------------------
 Style Sample
----------------------------------*/
.style {
  background-color: #b9802a;
  overflow: hidden;
  padding: 0 0 39px;
}

@media screen and (min-width: 600px) {
  .style {
    padding: 0 0 74px;
  }
}

.style__modal-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 auto;
}

@media screen and (min-width: 600px) {
  .style__modal-container {
    width: 1280px;
  }
}

.style__modal-content {
  padding: 0 15px;
}

@media screen and (min-width: 600px) {
  .style__modal-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding: 40px 0 0 43px;
  }
}

.style__modal-item {
  position: relative;
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
  cursor: pointer;
  width: calc(100% / 3);
  height: 33.333vw;
}

@media screen and (min-width: 600px) {
  .style__modal-item {
    height: 427px;
  }
}

.style__modal-item:hover .style__modal-link:hover {
  opacity: 1;
}

.style__modal-item:hover .style__modal-link:after {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  z-index: 1;
  display: block;
  content: "";
  background: rgba(255, 255, 255, 0.6);
  width: 100%;
  height: 100%;
}

.style__modal-item:nth-child(1) {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  background-image: url("../../../../usr/freepage/stretchdown/img/style_bg_ban_ito.jpg");
}

.style__modal-item:nth-child(2) {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  background-image: url("../../../../usr/freepage/stretchdown/img/style_bg_tsutomu_sugisaka.jpg");
}

.style__modal-item:nth-child(3) {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  background-image: url("../../../../usr/freepage/stretchdown/img/style_bg_daisuke_ichimiya.jpg");
}

.style__modal-item:nth-child(4) {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
  background-image: url("../../../../usr/freepage/stretchdown/img/style_bg_mia_aoyagi.jpg");
}

.style__modal-item:nth-child(5) {
  -webkit-box-ordinal-group: 7;
      -ms-flex-order: 6;
          order: 6;
  background-image: url("../../../../usr/freepage/stretchdown/img/style_bg_tasuku_matsuura.jpg");
}

.style__modal-item:nth-child(6) {
  -webkit-box-ordinal-group: 8;
      -ms-flex-order: 7;
          order: 7;
  background-image: url("../../../../usr/freepage/stretchdown/img/style_bg_daisuke_mizuma.jpg");
}

.style__modal-item:nth-child(7) {
  -webkit-box-ordinal-group: 9;
      -ms-flex-order: 8;
          order: 8;
  background-image: url("../../../../usr/freepage/stretchdown/img/style_bg_takemitsu_ueno.jpg");
}

.style__modal-item:nth-child(8) {
  -webkit-box-ordinal-group: 10;
      -ms-flex-order: 9;
          order: 9;
  background-image: url("../../../../usr/freepage/stretchdown/img/style_bg_tsukasa_mizuguchi.jpg");
}

.style__modal-item:nth-child(9) {
  -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5;
  background-color: #000;
  cursor: auto;
  pointer-events: none;
}

.style__modal-item:nth-child(9):hover:after {
  display: none;
}

.style__modal-item:nth-child(9) .style__modal-item-ttl {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  color: #fff;
  font-family: "CircularPro-BookItalic", sans-serif;
  font-style: italic;
  font-size: clamp(20px, 1vw, 24px);
  font-weight: 700;
  text-align: center;
  letter-spacing: .01em;
  line-height: 0.97;
}

@media screen and (min-width: 600px) {
  .style__modal-item:nth-child(9) .style__modal-item-ttl {
    font-size: 6.8rem;
    letter-spacing: .02em;
  }
}

.style__modal-link {
  position: relative;
  display: block;
  color: #fff;
  text-align: center;
  width: 100%;
  height: 100%;
}

.style__modal-link-content {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  width: 100%;
}

@media screen and (min-width: 600px) {
  .style__modal-link-content {
    top: 48%;
  }
}

.style__modal-link .style__modal-link-name {
  display: inline-block;
  border-bottom: 1px solid #fff;
  font-family: "CircularPro-Black", sans-serif;
  line-height: 1.4;
}

@media screen and (min-width: 600px) {
  .style__modal-link .style__modal-link-name {
    border-bottom: 2px solid #fff;
    font-size: 2.2rem;
    line-height: 1.36;
  }
}

.style__modal-link .style__modal-link-job {
  font-size: clamp(8px, 1vw, 12px);
  font-weight: 700;
  line-height: 1.5;
}

@media screen and (min-width: 600px) {
  .style__modal-link .style__modal-link-job {
    font-size: 1.3rem;
    line-height: 3.07;
  }
}

.style__modal-desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  border-top: 0.5px solid #fff;
  border-bottom: 0.5px solid #fff;
  color: #fff;
  min-height: 134px;
  margin: 30px 0 0;
  padding: 10px 0;
}

@media screen and (min-width: 600px) {
  .style__modal-desc {
    display: block;
    border-top: none;
    border-bottom: none;
    width: 390px;
    min-height: auto;
    margin: 48px 0 0 95px;
  }
}

.style__modal-desc-prof {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 38%;
}

@media screen and (min-width: 600px) {
  .style__modal-desc-prof {
    display: block;
    width: auto;
  }
}

.style__modal-desc-catch {
  font-size: clamp(11px, 1vw, 15px);
  font-weight: 900;
  line-height: 1.45;
  text-align: justify;
}

@media screen and (min-width: 600px) {
  .style__modal-desc-catch {
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.55;
    margin: 0 0 56px;
  }
}

.style__modal-desc-name {
  display: inline-block;
  font-size: clamp(11px, 1vw, 15px);
  font-weight: 900;
  line-height: 1.45;
  margin: 0 .6em 0 0;
}

@media screen and (min-width: 600px) {
  .style__modal-desc-name {
    display: block;
    border-top: 0.5px solid #fff;
    font-size: 3.3rem;
    font-weight: 700;
    line-height: 1.21;
    margin: 0;
    padding: 10px 0 0;
  }
}

.style__modal-desc-job {
  display: inline-block;
}

@media screen and (min-width: 600px) {
  .style__modal-desc-job {
    display: block;
    font-size: 2rem;
    line-height: 1.7;
    text-align: right;
  }
}

.style__modal-desc-txt {
  border-left: 0.5px solid #fff;
  line-height: 1.6;
  text-align: justify;
  width: 58%;
  padding: 0 0 0 8px;
}

@media screen and (min-width: 600px) {
  .style__modal-desc-txt {
    border-top: 0.5px solid #fff;
    border-bottom: 0.5px solid #fff;
    border-left: none;
    font-size: 1.6rem;
    line-height: 1.68;
    width: auto;
    margin: 3px 0 0;
    padding: 8px 0 10px;
  }
}

/*----------------------------------
 Style Sample（モーダルウィンドウ）
----------------------------------*/
.modal-area {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  z-index: 10000;
  -webkit-box-shadow: 0 1px 10px 5px rgba(0, 0, 0, 0.2);
          box-shadow: 0 1px 10px 5px rgba(0, 0, 0, 0.2);
  width: 100%;
  height: 100%;
  opacity: 0;
  margin: 0 auto;
  pointer-events: none;
}

.modal-area.isShow {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  pointer-events: auto;
  opacity: 1;
}

.modal-area .swiper-button-prev,
.modal-area .swiper-button-next {
  position: absolute;
  top: 35%;
  -webkit-transform: translate3d(0, -50%, 0);
          transform: translate3d(0, -50%, 0);
  width: 66px;
  height: 66px;
}

@media screen and (min-width: 600px) {
  .modal-area .swiper-button-prev,
  .modal-area .swiper-button-next {
    top: 53.7%;
    width: 66px;
    height: 66px;
  }
}

.modal-area .swiper-button-prev:before,
.modal-area .swiper-button-next:before {
  display: block;
  content: "";
  border-top: 1.5px solid #fff;
  border-right: 1.5px solid #fff;
  width: 9px;
  height: 9px;
}

@media screen and (min-width: 600px) {
  .modal-area .swiper-button-prev:before,
  .modal-area .swiper-button-next:before {
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    width: 16px;
    height: 16px;
  }
}

.modal-area .swiper-button-prev {
  left: 22px;
}

@media screen and (min-width: 600px) {
  .modal-area .swiper-button-prev {
    left: -20px;
  }
}

.modal-area .swiper-button-prev:before {
  -webkit-transform: rotate(225deg);
          transform: rotate(225deg);
}

.modal-area .swiper-button-next {
  right: 22px;
}

@media screen and (min-width: 600px) {
  .modal-area .swiper-button-next {
    left: 390px;
  }
}

.modal-area .swiper-button-next:before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.modal-area .swiper-button-next:after,
.modal-area .swiper-button-prev:after {
  display: none;
}

.modal-area .swiper-button-next.swiper-button-disabled,
.modal-area .swiper-button-prev.swiper-button-disabled {
  opacity: 0;
}

.modal-area-mask {
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100vh;
}

.modal-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 10000;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  background-color: #333;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  padding: 33px 0;
  overflow-y: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

@media screen and (min-width: 600px) {
  .modal-inner {
    width: 1280px;
    max-height: 720px;
    padding: 0 0 33px;
  }
}

.modal-inner::-webkit-scrollbar {
  display: none !important;
}

.swiper-modal-container {
  width: 100%;
}

@media screen and (min-width: 600px) {
  .swiper-modal-container {
    width: 880px;
  }
}

.slider-thumbnail-modal-container {
  width: 100%;
  margin: 23px 0 0;
  overflow: hidden;
}

@media screen and (min-width: 600px) {
  .slider-thumbnail-modal-container {
    width: 880px;
    margin: 34px 0 0;
  }
}

.slider-thumbnail-modal-container .swiper-wrapper {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.slider-thumbnail-modal-container .swiper-slide {
  width: 17.067vw;
  height: 26.667vw;
  overflow: hidden;
  cursor: pointer;
}

@media screen and (min-width: 600px) {
  .slider-thumbnail-modal-container .swiper-slide {
    width: 94px !important;
    height: 94px !important;
  }
}

.slider-thumbnail-modal-container .swiper-slide:hover:after {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  z-index: 1;
  display: block;
  content: "";
  background: rgba(255, 255, 255, 0.6);
  width: 100%;
  height: 100%;
}

.slider-thumbnail-modal-container .swiper-slide.swiper-slide-thumb-active:after {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  z-index: 1;
  display: block;
  content: "";
  background: rgba(255, 255, 255, 0.6);
  width: 100%;
  height: 100%;
}

.slider-thumbnail-modal-container .swiper-slide {
  overflow: hidden;
}

.slider-thumbnail-modal-container .swiper-slide img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.slider-thumbnail-modal-container .swiper-button-prev,
.slider-thumbnail-modal-container .swiper-button-next {
  top: 70%;
  width: 9px;
  height: 9px;
}

@media screen and (min-width: 600px) {
  .slider-thumbnail-modal-container .swiper-button-prev,
  .slider-thumbnail-modal-container .swiper-button-next {
    display: none;
  }
}

.slider-thumbnail-modal-container .swiper-button-prev {
  left: 55px;
}

.slider-thumbnail-modal-container .swiper-button-next {
  right: 55px;
}

@media screen and (min-width: 600px) {
  .style__modal-img {
    width: 351px;
  }
}

.style__modal-img img {
  display: block;
  width: 65%;
  margin: 0 auto;
}

@media screen and (min-width: 600px) {
  .style__modal-img img {
    width: 100%;
  }
}

.modal-close-btn {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 30px;
  height: 30px;
  z-index: 10;
  cursor: pointer;
}

@media screen and (min-width: 600px) {
  .modal-close-btn {
    top: 36px;
    right: 34px;
    width: 40px;
    height: 40px;
  }
}

/*----------------------------------
 .poduct
----------------------------------*/
@media screen and (min-width: 600px) {
  .poduct__body-child-item:nth-of-type(odd) .poduct__detail {
    margin: 0 auto 0 0;
  }
}

@media screen and (min-width: 600px) {
  .poduct__body-child-item:nth-of-type(odd) .poduct__img {
    left: auto;
  }
}

.poduct__head {
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff;
  width: 100%;
  overflow: hidden;
}

.poduct__head .l-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin: 0 auto;
  padding: 14px 0 14px 27px;
}

@media screen and (min-width: 600px) {
  .poduct__head .l-inner {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: calc((880px) + (40px));
    padding: 39px 20px;
  }
}

.poduct__head-ttl {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: clamp(17px, 1vw, 21px);
  font-weight: 900;
  line-height: 1;
}

@media screen and (min-width: 600px) {
  .poduct__head-ttl {
    font-size: 3.4rem;
    line-height: 1.47;
  }
}

.poduct__head-lead {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: clamp(12px, 1vw, 16px);
  line-height: 1.58;
  margin: 0 0 0 auto;
}

@media screen and (min-width: 600px) {
  .poduct__head-lead {
    font-size: 2.2rem;
    line-height: 1.54;
    margin: 10px 0 0;
  }
}

.poduct__main {
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  margin: 0 auto;
  padding: 12px 15px 28px;
}

@media screen and (min-width: 600px) {
  .poduct__main {
    padding: 110px 20px 145px;
  }
}

.poduct__main-inner {
  position: relative;
  width: 78.26%;
  margin: 0 auto;
  padding: 2px 0 0;
}

@media screen and (min-width: 600px) {
  .poduct__main-inner {
    width: 880px;
    padding: 41px 0 0;
  }
}

.poduct__main-inner:before, .poduct__main-inner:after {
  position: absolute;
  left: 50%;
  -webkit-transform: translateY(0) translateX(-50%);
          transform: translateY(0) translateX(-50%);
  display: block;
  background-color: #333;
  content: "";
  width: 100%;
  height: 1px;
}

.poduct__main-inner:before {
  top: 27px;
}

@media screen and (min-width: 600px) {
  .poduct__main-inner:before {
    top: 0;
  }
}

.poduct__main-inner:after {
  bottom: 11px;
}

@media screen and (min-width: 600px) {
  .poduct__main-inner:after {
    bottom: 23px;
  }
}

.poduct__img {
  position: relative;
  z-index: 1;
  margin: 0 auto;
}

@media screen and (min-width: 600px) {
  .poduct__img {
    position: absolute;
    margin: 0;
  }
}

.poduct__detail {
  position: relative;
  z-index: 1;
  width: 100%;
  margin: 8px auto 0;
}

@media screen and (min-width: 600px) {
  .poduct__detail {
    width: 325px;
    margin: 0 0 0 auto;
  }
}

.poduct__detail-name {
  color: #231815;
  font-family: "CircularPro-Black", sans-serif;
  font-size: clamp(15px, 1vw, 19px);
  text-align: center;
  line-height: 1;
  margin: 0 auto 8px;
}

@media screen and (min-width: 600px) {
  .poduct__detail-name {
    font-size: 3.4rem;
    margin: 0 auto 18px;
  }
}

.poduct__detail-price {
  color: #231815;
  font-family: "CircularPro-Black", sans-serif;
  text-align: center;
  line-height: 1.1;
}

@media screen and (min-width: 600px) {
  .poduct__detail-price {
    font-size: 1.8rem;
    line-height: 1.33;
  }
}

.poduct__detail-txt {
  line-height: 1.5;
  text-align: justify;
  margin: 15px auto 0;
}

@media screen and (min-width: 600px) {
  .poduct__detail-txt {
    font-size: 1.8rem;
    line-height: 1.66;
    margin: 30px auto 0;
  }
}

.poduct__detail .c-btn-detail {
  margin: 13px auto 0;
}

@media screen and (min-width: 600px) {
  .poduct__detail .c-btn-detail {
    margin: 50px auto 0;
  }
}

/* ------ 商品個別 ------ */
.poduct__body {
  /* ラージバッフル */
  /* ミディアムバッフル */
}

.poduct__body--large .poduct__head {
  background-image: -webkit-image-set(url("../../../../usr/freepage/stretchdown/img/styleproduct_head_bg_l_sp.jpg") 1x, url("../../../../usr/freepage/stretchdown/img/styleproduct_head_bg_l_sp@2x.jpg") 2x);
  background-image: image-set("../../../../usr/freepage/stretchdown/img/styleproduct_head_bg_l_sp.jpg" 1x, "../../../../usr/freepage/stretchdown/img/styleproduct_head_bg_l_sp@2x.jpg" 2x);
}

@media screen and (min-width: 600px) {
  .poduct__body--large .poduct__head {
    background-image: url("../../../../usr/freepage/stretchdown/img/styleproduct_head_bg_l.jpg");
  }
}

.poduct__body--large .poduct__detail-name {
  width: 37.78%;
  height: auto;
}

@media screen and (min-width: 600px) {
  .poduct__body--large .poduct__detail-name {
    width: 228px;
    height: 58px;
  }
}

.poduct__body--large .poduct__main {
  background-image: -webkit-image-set(url("../../../../usr/freepage/stretchdown/img/styleproduct_main_bg_l_sp.jpg") 1x, url("../../../../usr/freepage/stretchdown/img/styleproduct_main_bg_l_sp@2x.jpg") 2x);
  background-image: image-set("../../../../usr/freepage/stretchdown/img/styleproduct_main_bg_l_sp.jpg" 1x, "../../../../usr/freepage/stretchdown/img/styleproduct_main_bg_l_sp@2x.jpg" 2x);
}

@media screen and (min-width: 600px) {
  .poduct__body--large .poduct__main {
    background-image: url("../../../../usr/freepage/stretchdown/img/styleproduct_main_bg_l.jpg");
  }
}

.poduct__body--large .poduct__img {
  width: 96%;
}

@media screen and (min-width: 600px) {
  .poduct__body--large .poduct__img {
    top: -80px;
    left: -58px;
    width: 556px;
  }
}

.poduct__body--medium .poduct__head {
  background-image: -webkit-image-set(url("../../../../usr/freepage/stretchdown/img/styleproduct_head_bg_m_sp.jpg") 1x, url("../../../../usr/freepage/stretchdown/img/styleproduct_head_bg_m_sp@2x.jpg") 2x);
  background-image: image-set("../../../../usr/freepage/stretchdown/img/styleproduct_head_bg_m_sp.jpg" 1x, "../../../../usr/freepage/stretchdown/img/styleproduct_head_bg_m_sp@2x.jpg" 2x);
}

@media screen and (min-width: 600px) {
  .poduct__body--medium .poduct__head {
    background-image: url("../../../../usr/freepage/stretchdown/img/styleproduct_head_bg_m.jpg");
  }
}

.poduct__body--medium .poduct__body-child {
  background-image: -webkit-image-set(url("../../../../usr/freepage/stretchdown/img/styleproduct_main_bg_m_sp.jpg") 1x, url("../../../../usr/freepage/stretchdown/img/styleproduct_main_bg_m_sp@2x.jpg") 2x);
  background-image: image-set("../../../../usr/freepage/stretchdown/img/styleproduct_main_bg_m_sp.jpg" 1x, "../../../../usr/freepage/stretchdown/img/styleproduct_main_bg_m_sp@2x.jpg" 2x);
}

@media screen and (min-width: 600px) {
  .poduct__body--medium .poduct__body-child {
    background-image: url("../../../../usr/freepage/stretchdown/img/styleproduct_main_bg_m.jpg");
  }
}

/* Stretchdown™ Pant */
@media screen and (max-width: 599px) {
  .poduct__body--pant .poduct__detail {
    margin: -4px auto 0;
  }
}

.poduct__body--pant .poduct__detail-name {
  width: 37.78%;
  height: auto;
}

@media screen and (min-width: 600px) {
  .poduct__body--pant .poduct__detail-name {
    width: 228px;
    height: 58px;
  }
}

.poduct__body--pant .poduct__img {
  top: -10px;
  width: 66.48%;
}

@media screen and (min-width: 600px) {
  .poduct__body--pant .poduct__img {
    top: -112px;
    right: 74px;
    width: 383px;
  }
}

/* Stretchdown™ Jacket */
.poduct__body--jacket {
  margin: -12px 0 0;
}

@media screen and (min-width: 600px) {
  .poduct__body--jacket {
    margin: 0;
  }
}

@media screen and (min-width: 600px) {
  .poduct__body--jacket .poduct__main {
    padding-top: 18px;
  }
}

@media screen and (max-width: 599px) {
  .poduct__body--jacket .poduct__detail {
    margin: -4px auto 0;
  }
}

.poduct__body--jacket .poduct__detail-name {
  width: 37.78%;
  height: auto;
}

@media screen and (min-width: 600px) {
  .poduct__body--jacket .poduct__detail-name {
    width: 228px;
    height: 58px;
  }
}

.poduct__body--jacket .poduct__img {
  top: -5px;
  width: 89.26%;
}

@media screen and (min-width: 600px) {
  .poduct__body--jacket .poduct__img {
    top: -52px;
    left: -10px;
    width: 514px;
  }
}

/* Stretchdown™ Hoody */
@media screen and (min-width: 600px) {
  .poduct__body--hoody .poduct__main {
    padding-top: 18px;
  }
}

@media screen and (max-width: 599px) {
  .poduct__body--hoody .poduct__detail {
    margin: 10px auto 0;
  }
}

.poduct__body--hoody .poduct__detail-name {
  width: 37.78%;
  height: auto;
}

@media screen and (min-width: 600px) {
  .poduct__body--hoody .poduct__detail-name {
    width: 228px;
    height: 58px;
  }
}

.poduct__body--hoody .poduct__img {
  top: 0;
  width: 94.07%;
}

@media screen and (min-width: 600px) {
  .poduct__body--hoody .poduct__img {
    top: -88px;
    right: -46px;
    width: 542px;
  }
}

/*----------------------------------
 .tech
----------------------------------*/
.tech {
  background-color: #b68240;
  padding: 36px 0;
}

@media screen and (min-width: 600px) {
  .tech {
    padding: 67px 0;
  }
}

@media screen and (max-width: 599px) {
  .tech .l-inner {
    width: 80%;
  }
}

.tech__intro {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  padding: 0 0;
}

@media screen and (min-width: 600px) {
  .tech__intro {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding: 26px 0;
  }
}

.tech__intro-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding: 5px 0 7px 4px;
}

@media screen and (min-width: 600px) {
  .tech__intro-box:nth-child(1) {
    padding: 0 12px 0 16px;
  }
}

.tech__intro-box:nth-child(1) .tech__intro-img img {
  width: 72%;
}

@media screen and (min-width: 600px) {
  .tech__intro-box:nth-child(1) .tech__intro-img img {
    width: auto;
  }
}

@media screen and (min-width: 600px) {
  .tech__intro-box:nth-child(2) {
    padding: 0 0 0 27px;
  }
}

.tech__intro-box:nth-child(2) .tech__intro-img img {
  width: 79%;
}

@media screen and (min-width: 600px) {
  .tech__intro-box:nth-child(2) .tech__intro-img img {
    width: auto;
  }
}

.tech__intro-box:nth-child(n + 2) {
  border-top: 1px solid #000;
}

@media screen and (min-width: 600px) {
  .tech__intro-box:nth-child(n + 2) {
    border-top: none;
    border-left: 1px solid #000;
  }
}

.tech__intro-img {
  width: 28.5%;
}

@media screen and (min-width: 600px) {
  .tech__intro-img {
    width: auto;
    margin: 0 35px 0 0;
  }
}

.tech__intro-txt {
  border-left: 1px solid #000;
  color: #fff;
  text-align: justify;
  width: 82%;
  padding: 0 0 0 8px;
}

@media screen and (min-width: 600px) {
  .tech__intro-txt {
    border-left: none;
    font-size: 1.8rem;
    width: 259px;
    padding: 0;
  }
}

.tech__intro-txt span {
  letter-spacing: .01em;
}

@media screen and (min-width: 600px) {
  .tech__intro-txt span {
    letter-spacing: -0.02em;
  }
}

.tech__feature {
  margin: 20px 0 0;
}

@media screen and (min-width: 600px) {
  .tech__feature {
    margin: 68px 0 0;
  }
}

.tech__feature-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media screen and (min-width: 600px) {
  .tech__feature-body {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.tech__feature-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 100%;
}

@media screen and (min-width: 600px) {
  .tech__feature-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 255px;
  }
}

.tech__feature-item:nth-child(n + 2) {
  margin: 20px 0 0;
}

@media screen and (min-width: 600px) {
  .tech__feature-item:nth-child(n + 2) {
    margin: 0 0 0 57px;
  }
}

.tech__feature-img img {
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
  width: 26.667vw;
  height: 26.667vw;
}

@media screen and (min-width: 600px) {
  .tech__feature-img img {
    width: 255px;
    height: 255px;
  }
}

.tech__feature-detail {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  color: #fff;
  margin: 3px 0 0 20px;
}

@media screen and (min-width: 600px) {
  .tech__feature-detail {
    border-left: 1px solid #000;
    margin: 30px 0 0;
    padding: 0 0 0 17px;
  }
}

.tech__feature-detail-head {
  font-size: clamp(13px, 1vw, 17px);
  font-weight: 900;
  line-height: 1.4;
}

@media screen and (min-width: 600px) {
  .tech__feature-detail-head {
    font-size: 2.7rem;
    line-height: 1.11;
  }
}

.tech__feature-detail-txt {
  text-align: justify;
}

@media screen and (min-width: 600px) {
  .tech__feature-detail-txt {
    margin: 9px 0 0;
  }
}

.tech__feature-figure {
  border-top: 1px solid #000;
  margin: 21px auto 0;
  padding: 24px 0 0;
}

@media screen and (min-width: 600px) {
  .tech__feature-figure {
    border-top: none;
    margin: 71px auto 0;
    padding: 0;
  }
}

/*----------------------------------
 .lineup
----------------------------------*/
.lineup .l-inner {
  padding: 16px 15px 19px;
}

@media screen and (min-width: 600px) {
  .lineup .l-inner {
    padding: 37px 20px 110px;
  }
}

.lineup__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 8px 18px;
}

@media screen and (min-width: 600px) {
  .lineup__body {
    padding: 0 48px;
  }
}

.lineup__head {
  color: #000;
  font-family: "CircularPro-Black", sans-serif;
  font-size: clamp(20px, 1vw, 24px);
  text-align: center;
  line-height: 1;
}

@media screen and (min-width: 600px) {
  .lineup__head {
    font-size: 4.5rem;
    line-height: 2.15;
  }
}

.lineup__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 49%;
}

@media screen and (min-width: 600px) {
  .lineup__item {
    width: 390px;
  }
}

@media screen and (max-width: 599px) {
  .lineup__item:nth-child(n + 5) {
    margin: 7px 0 0;
  }
}

.lineup__item-img {
  width: 95%;
  margin: 0 auto;
}

@media screen and (min-width: 600px) {
  .lineup__item-img {
    width: 347px;
  }
}

.lineup__item-gender {
  color: #e94851;
  font-family: "CircularPro-Black", sans-serif;
  font-size: clamp(10px, 1vw, 14px);
  text-align: center;
  line-height: 1.2;
}

@media screen and (min-width: 600px) {
  .lineup__item-gender {
    font-size: 2.2rem;
    line-height: 1.18;
  }
}

.lineup__item-name {
  color: #000;
  font-family: "CircularPro-Black", sans-serif;
  font-size: clamp(12px, 1vw, 16px);
  text-align: center;
  line-height: 1.12;
}

@media screen and (min-width: 600px) {
  .lineup__item-name {
    font-size: 2.2rem;
    letter-spacing: -0.01em;
    line-height: 1.18;
  }
}

.lineup__item-price {
  color: #000;
  font-family: "CircularPro-Black", sans-serif;
  text-align: center;
  line-height: 1.35;
}

@media screen and (min-width: 600px) {
  .lineup__item-price {
    font-size: 2rem;
    letter-spacing: -0.01em;
    line-height: 1.3;
  }
}

.lineup__item-color {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 4px auto 0;
}

@media screen and (min-width: 600px) {
  .lineup__item-color {
    margin: 23px auto 0;
  }
}

.lineup__item-color li {
  border-radius: 50%;
  width: 11px;
  height: 11px;
}

@media screen and (min-width: 600px) {
  .lineup__item-color li {
    width: 27px;
    height: 27px;
  }
}

.lineup__item-color li:nth-child(n + 2) {
  margin: 0 0 0 7px;
}

@media screen and (min-width: 600px) {
  .lineup__item-color li:nth-child(n + 2) {
    margin: 0 0 0 12px;
  }
}

.lineup__item-color .color-green01 {
  background-color: #4e6665;
}

.lineup__item-color .color-navy01 {
  background-color: #1f2127;
}

.lineup__item-color .color-navy02 {
  background-color: #324456;
}

.lineup__item-color .color-navy03 {
  background-color: #58646e;
}

.lineup__item-color .color-brown01 {
  background-color: #80561f;
}

.lineup__item-color .color-beige01 {
  background-color: #676557;
}

.lineup__item-color .color-pink01 {
  background-color: #563a4c;
}

.lineup__item-color .color-green02 {
  background-color: #4d5546;
}

.lineup__item .c-btn-store {
  margin: 11px auto 0;
}

@media screen and (min-width: 600px) {
  .lineup__item .c-btn-store {
    margin: 28px auto 0;
  }
}
/*# sourceMappingURL=style.css.map */