@charset "UTF-8";
/* 下線が右から左へ消える
---------------------------------------------------------- */
/* 下線が左から右へ出現する
---------------------------------------------------------- */
/* ==========================================================================//
//
//　common
//
// ========================================================================== */
body.colab {
  /* for iOS */
  -webkit-text-size-adjust: 100%;
}

body.outer {
  position: relative;
  width: 100%;
  margin: 0;
  padding: 0;
  font-family: adobe-garamond-pro, serif;
  font-style: normal;
  font-weight: 400;
  font-weight: 400;
  color: #2E2E2E;
  font-size: 12px;
  line-height: 2.16;
  text-align: center;
  padding-top: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media all and (min-width: 751px) {
  body.outer {
    font-size: 14px;
    line-height: 2.42;
  }
}

* {
  margin: 0;
  padding: 0;
  font-size: 100%;
  font-style: normal;
}

img {
  /* for Chrome */
  -webkit-backface-visibility: hidden;
}

h1, h2, h3, h4, h5, h6 {
  -webkit-margin-before: 0;
          margin-block-start: 0;
  -webkit-margin-after: 0;
          margin-block-end: 0;
  -webkit-margin-start: 0;
          margin-inline-start: 0;
  -webkit-margin-end: 0;
          margin-inline-end: 0;
  line-height: 1.2;
  padding: 0;
  margin: 0;
}

section, picture {
  display: block;
}

img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

a img {
  border: none;
}

a {
  text-decoration: none;
}

ul, li {
  list-style: none;
}

input, label, select, textarea {
  vertical-align: middle;
}

.disp_non {
  display: none;
}

@media all and (max-width: 750px) {
  .forSP {
    display: block;
  }
}
@media all and (min-width: 751px) {
  .forSP {
    display: none;
  }
}

@media all and (max-width: 750px) {
  .forPC {
    display: none;
  }
}
@media all and (min-width: 751px) {
  .forPC {
    display: block;
  }
}

/* inner
---------------------------------------------------------- */
.inner {
  margin: 0 auto;
  padding: 0 20px;
}
@media all and (min-width: 751px) {
  .inner {
    padding: 0 83px;
    max-width: 1200px;
  }
}

/* 共通
---------------------------------------------------------- */
/* スライドの詳細設定
---------------------------------------------------------- */
.swiper-wrapper {
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}

/* 矢印を非表示 */
.splide__arrows {
  display: none;
}

.splide__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media all and (min-width: 751px) {
  .splide__list .splide__slide .image img {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 100%;
  }
}

#look_slide {
  /* ↓counter~はスライドに番号をつけるための記述 */
}
#look_slide .splide__pagination {
  margin: 15px auto 0;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  counter-reset: pagination-num;
  width: 89.35%;
  gap: 15px;
}
@media all and (min-width: 751px) {
  #look_slide .splide__pagination {
    margin: 30px auto 0;
    width: min(1200px, 87.9%);
    gap: 20px;
  }
}
#look_slide .splide__pagination__page {
  cursor: pointer;
  position: relative;
  background-color: transparent;
  border: none;
  font-size: 12.5px;
  font-family: adobe-garamond-pro, serif;
  font-style: normal;
  font-weight: 400;
  color: #2E2E2E;
}
@media all and (min-width: 751px) {
  #look_slide .splide__pagination__page {
    font-size: 16px;
  }
}
#look_slide .splide__pagination__page::before {
  counter-increment: pagination-num;
  content: counter(pagination-num);
}
#look_slide .splide__pagination__page::after {
  content: "";
  position: absolute;
  background-color: #2E2E2E;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
  height: 1px;
  opacity: 0;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
#look_slide .splide__pagination__page.is-active::after {
  opacity: 1;
}
@media (min-width: 751px) and (hover: hover) {
  #look_slide .splide__pagination__page:hover::after {
    opacity: 1;
  }
}

/* アニメーション
---------------------------------------------------------- */
@-webkit-keyframes fadeInAnime {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeInAnime {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeUpAnime {
  0% {
    opacity: 0;
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes fadeUpAnime {
  0% {
    opacity: 0;
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes fadeLeftAnime {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-30px);
            transform: translateX(-30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes fadeLeftAnime {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-30px);
            transform: translateX(-30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-webkit-keyframes fadeRightAnime {
  0% {
    opacity: 0;
    -webkit-transform: translateX(30px);
            transform: translateX(30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes fadeRightAnime {
  0% {
    opacity: 0;
    -webkit-transform: translateX(30px);
            transform: translateX(30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-webkit-keyframes slideToRight {
  0% {
    clip-path: inset(0 100% 0 0);
  }
  100% {
    clip-path: inset(0);
  }
}
@keyframes slideToRight {
  0% {
    clip-path: inset(0 100% 0 0);
  }
  100% {
    clip-path: inset(0);
  }
}
@-webkit-keyframes slideToLeft {
  0% {
    clip-path: inset(0 0 0 100%);
  }
  100% {
    clip-path: inset(0);
  }
}
@keyframes slideToLeft {
  0% {
    clip-path: inset(0 0 0 100%);
  }
  100% {
    clip-path: inset(0);
  }
}
.fadeUp {
  -webkit-animation: fadeUpAnime 1.5s forwards;
          animation: fadeUpAnime 1.5s forwards;
  opacity: 0;
}

.fadeLeft {
  -webkit-animation: fadeLeftAnime 1.5s forwards;
          animation: fadeLeftAnime 1.5s forwards;
  opacity: 0;
}

.fadeRight {
  -webkit-animation: fadeRightAnime 1.5s forwards;
          animation: fadeRightAnime 1.5s forwards;
  opacity: 0;
}

.fadeIn {
  -webkit-animation: fadeInAnime 1.5s forwards;
          animation: fadeInAnime 1.5s forwards;
  opacity: 0;
}

.delay02 {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}

.delay04 {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}

.delay06 {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}

.delay08 {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}

.delay10 {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

@media all and (min-width: 751px) {
  .delay02_pc {
    -webkit-animation-delay: 0.2s;
            animation-delay: 0.2s;
  }
  .delay04_pc {
    -webkit-animation-delay: 0.4s;
            animation-delay: 0.4s;
  }
  .delay06_pc {
    -webkit-animation-delay: 0.6s;
            animation-delay: 0.6s;
  }
  .delay08_pc {
    -webkit-animation-delay: 0.8s;
            animation-delay: 0.8s;
  }
}
.fadeUpTrigger,
.fadeLeftTrigger,
.fadeRightTrigger,
.fadeInTrigger {
  opacity: 0;
}

.delayScroll > * {
  opacity: 0;
}

/* ==========================================================================//
//
// introduction,LOOK,PRODUCTS,ABOUT
//
// ========================================================================== */
/* 共通
---------------------------------------------------------- */
.sec_ttl {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.03em;
}
@media all and (min-width: 751px) {
  .sec_ttl {
    font-size: 18px;
  }
}

/* コンテンツ幅からはみ出る */
.protrude {
  margin: 0 calc(50% - 50vw);
}

/* PC時のみコンテンツ幅からはみ出る */
@media all and (min-width: 751px) {
  .protrude_pc {
    margin: 0 calc(50% - 50vw);
  }
}

/* メインビジュアル
---------------------------------------------------------- */
.mv {
  position: relative;
}
.mv #mv_splide {
  pointer-events: none;
}
.mv .mv_copy {
  position: absolute;
  bottom: 20px;
  right: 20px;
  font-size: 11px;
  letter-spacing: 0.03em;
  line-height: 1;
}
@media all and (min-width: 751px) {
  .mv .mv_copy {
    bottom: 40px;
    right: 60px;
    font-size: 16px;
  }
}

/* introduction↓
---------------------------------------------------------- */
.introduction {
  margin: 90px 0 0;
}
@media all and (min-width: 751px) {
  .introduction {
    margin: 160px 0 0;
  }
}
.introduction .ttl {
  font-weight: 400;
  line-height: 2.1;
  font-family: hiragino-mincho-pron, serif, sans-serif;
  font-style: normal;
  font-weight: 300;
}
@media all and (min-width: 751px) {
  .introduction .ttl {
    line-height: 2.42;
  }
}
.introduction .ttl span {
  display: block;
}
.introduction .ttl span:last-child {
  margin-top: 25px;
}
@media all and (min-width: 751px) {
  .introduction .ttl span:last-child {
    margin-top: 50px;
  }
}

/* （PRODUCTS）
---------------------------------------------------------- */
section.sec_products .sec_ttl {
  margin: 120px 0 45px;
}
@media all and (min-width: 751px) {
  section.sec_products .sec_ttl {
    margin: 168px 0 80px;
  }
}
section.sec_products .products_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 40px 15px;
}
@media all and (min-width: 751px) {
  section.sec_products .products_list {
    gap: 90px 60px;
  }
}
section.sec_products .products_list .item {
  width: calc((100% - 15px) / 2);
}
@media all and (min-width: 751px) {
  section.sec_products .products_list .item {
    width: calc((100% - 60px) / 2);
  }
}
section.sec_products .products_list .detail {
  margin-top: 15px;
  letter-spacing: 0.03em;
}
@media all and (min-width: 751px) {
  section.sec_products .products_list .detail {
    margin-top: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 20px;
    font-size: 16px;
  }
}
section.sec_products .products_list .detail .item_name {
  text-align: left;
  font-weight: 400;
}
@media all and (max-width: 750px) {
  section.sec_products .products_list .detail .item_name {
    font-size: 13px;
    line-height: 1.46;
  }
}
section.sec_products .products_list .detail a {
  color: #2E2E2E;
  display: -webkit-box;
  overflow: hidden;
  line-height: 1.4;
}
section.sec_products .products_list .detail a .line {
  text-decoration: none; /* デフォルトの下線を非表示にする */
  background-image: -webkit-gradient(linear, left top, right top, from(#2E2E2E), to(#2E2E2E));
  background-image: linear-gradient(90deg, #2E2E2E, #2E2E2E); /* 線の色 */
  background-repeat: no-repeat;
  background-position: left bottom 2px; /* 線の起点を左・下に設定 */
  background-size: 100% 1.2px; /* 線の横幅を0、縦幅を1pxに */
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
@media all and (min-width: 751px) {
  section.sec_products .products_list .detail a .line {
    background-position: left bottom 2px;
  }
}
@media (min-width: 751px) and (hover: hover) {
  section.sec_products .products_list .detail a:hover span {
    background-size: 0% 1.2px; /* 線の横幅を100%にする */
    background-position: left bottom 2px; /* 線の起点を左・下に設定 */
  }
}
@media (min-width: 751px) and (hover: hover) and (min-width: 751px) {
  section.sec_products .products_list .detail a:hover span {
    background-position: left bottom 2px;
  }
}
@media all and (max-width: 750px) {
  section.sec_products .products_list .detail a {
    margin-top: 15px;
    font-size: 12.5px;
  }
}

/* （LOOK）
---------------------------------------------------------- */
section.sec_look .sec_ttl {
  margin: 120px 0 45px;
}
@media all and (min-width: 751px) {
  section.sec_look .sec_ttl {
    margin: 200px 0 80px;
  }
}
section.sec_look .look_list {
  /* モデルの名前、SNS */
  /* 商品詳細 */
  /* 右寄せ */
  /* 個別指定 */
}
section.sec_look .look_list .name_area {
  margin-bottom: 30px;
  text-align: left;
}
@media all and (min-width: 751px) {
  section.sec_look .look_list .name_area {
    margin-bottom: 40px;
  }
}
section.sec_look .look_list .name_area .name {
  font-weight: 400;
}
@media all and (max-width: 750px) {
  section.sec_look .look_list .name_area .name span {
    display: block;
  }
}
section.sec_look .look_list .name_area .name .en {
  font-size: 20px;
  letter-spacing: 0.03em;
}
@media all and (min-width: 751px) {
  section.sec_look .look_list .name_area .name .en {
    font-size: 28px;
  }
}
section.sec_look .look_list .name_area .name .jp {
  padding: 7px 0 0;
  font-size: 13px;
  font-family: hiragino-mincho-pron, serif, sans-serif;
  font-style: normal;
  font-weight: 300;
}
@media all and (min-width: 751px) {
  section.sec_look .look_list .name_area .name .jp {
    padding: 0 0 0 24px;
    font-size: 16px;
  }
}
section.sec_look .look_list .name_area .sns {
  margin-top: 17px;
  padding-left: 26px;
  display: block;
  position: relative;
  font-size: 14px;
  letter-spacing: 0.03em;
  line-height: 1.4;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #2E2E2E;
}
@media all and (min-width: 751px) {
  section.sec_look .look_list .name_area .sns {
    margin-top: 14px;
    padding-left: 30px;
    font-size: 17px;
    display: -webkit-box;
    overflow: hidden;
  }
  section.sec_look .look_list .name_area .sns .line {
    text-decoration: none;
    background-image: -webkit-gradient(linear, left top, right top, from(#2E2E2E), to(#2E2E2E));
    background-image: linear-gradient(90deg, #2E2E2E, #2E2E2E);
    background-repeat: no-repeat;
    background-position: left bottom 2px;
    background-size: 0% 1.2px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
  }
}
@media all and (min-width: 751px) and (min-width: 751px) {
  section.sec_look .look_list .name_area .sns .line {
    background-position: left bottom 2px;
  }
}
@media (min-width: 751px) and (min-width: 751px) and (hover: hover) {
  section.sec_look .look_list .name_area .sns:hover span {
    background-size: 100% 1.2px;
    background-position: left bottom 2px;
  }
}
@media (min-width: 751px) and (min-width: 751px) and (hover: hover) and (min-width: 751px) {
  section.sec_look .look_list .name_area .sns:hover span {
    background-position: left bottom 2px;
  }
}
section.sec_look .look_list .name_area .sns::before {
  position: absolute;
  content: "";
  background-image: url(../img/look/insta.png);
  background-repeat: no-repeat;
  background-size: cover;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 16px;
  height: 16px;
}
@media all and (min-width: 751px) {
  section.sec_look .look_list .name_area .sns::before {
    width: 18px;
    height: 18px;
  }
}
@media all and (min-width: 751px) {
  section.sec_look .look_list .out_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
section.sec_look .look_list .detail_list {
  margin-top: 40px;
}
section.sec_look .look_list .detail_list .item {
  text-align: left;
}
section.sec_look .look_list .detail_list .item:not(:first-child) {
  margin-top: 25px;
}
@media all and (min-width: 751px) {
  section.sec_look .look_list .detail_list .item:not(:first-child) {
    margin-top: 32px;
  }
}
section.sec_look .look_list .detail_list .item a {
  margin-bottom: 12px;
  letter-spacing: 0.03em;
  line-height: 1.2;
  color: #2E2E2E;
  display: -webkit-box;
  overflow: hidden;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 13px;
}
section.sec_look .look_list .detail_list .item a .line {
  text-decoration: none; /* デフォルトの下線を非表示にする */
  background-image: -webkit-gradient(linear, left top, right top, from(#2E2E2E), to(#2E2E2E));
  background-image: linear-gradient(90deg, #2E2E2E, #2E2E2E); /* 線の色 */
  background-repeat: no-repeat;
  background-position: left bottom 2px; /* 線の起点を左・下に設定 */
  background-size: 100% 1.2px; /* 線の横幅を0、縦幅を1pxに */
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
@media all and (min-width: 751px) {
  section.sec_look .look_list .detail_list .item a .line {
    background-position: left bottom 2px;
  }
}
@media (min-width: 751px) and (hover: hover) {
  section.sec_look .look_list .detail_list .item a:hover span {
    background-size: 0% 1.2px; /* 線の横幅を100%にする */
    background-position: left bottom 2px; /* 線の起点を左・下に設定 */
  }
}
@media (min-width: 751px) and (hover: hover) and (min-width: 751px) {
  section.sec_look .look_list .detail_list .item a:hover span {
    background-position: left bottom 2px;
  }
}
@media all and (min-width: 751px) {
  section.sec_look .look_list .detail_list .item a {
    margin-bottom: 10px;
    font-size: 18px;
  }
}
section.sec_look .look_list .detail_list .item p {
  line-height: 1.83;
  font-family: hiragino-mincho-pron, serif, sans-serif;
  font-style: normal;
  font-weight: 300;
}
@media all and (min-width: 751px) {
  section.sec_look .look_list .detail_list .item p {
    line-height: 1.85;
  }
}
section.sec_look .look_list .right {
  text-align: right;
}
section.sec_look .look_list .right .detail_list {
  display: inline-block;
}
section.sec_look .look_list .look_contents.n_green .out_wrap {
  margin-top: 35px;
}
@media all and (min-width: 751px) {
  section.sec_look .look_list .look_contents.n_green .out_wrap {
    margin-top: 100px;
  }
}
@media all and (max-width: 750px) {
  section.sec_look .look_list .look_contents.n_green .out_wrap .image {
    margin: 0 auto;
    width: 82.1%;
  }
  section.sec_look .look_list .look_contents.n_green .out_wrap .image:last-child {
    margin-top: 10px;
  }
}
@media all and (min-width: 751px) {
  section.sec_look .look_list .look_contents.n_green .detail_list {
    margin-top: 80px;
  }
}
@media all and (max-width: 750px) {
  section.sec_look .look_list .look_contents.n_green .between_image {
    margin: 80px calc(50% - 47.4vw) 0;
  }
}
@media all and (min-width: 751px) {
  section.sec_look .look_list .look_contents.n_green .between_image {
    margin-top: 130px;
  }
}
@media all and (min-width: 751px) {
  section.sec_look .look_list .look_contents.n_red {
    margin-top: 160px;
  }
}
@media all and (min-width: 751px) {
  section.sec_look .look_list .look_contents.n_red #look_slide .splide__pagination {
    margin: 40px auto 0;
  }
}
@media all and (max-width: 750px) {
  section.sec_look .look_list .look_contents.n_red .out_wrap {
    margin: 0 auto;
    width: 82.1%;
  }
  section.sec_look .look_list .look_contents.n_red .out_wrap .image:last-child {
    margin: 10px 0;
  }
}
@media all and (min-width: 751px) {
  section.sec_look .look_list .look_contents.n_red .detail_list {
    margin-top: -20px;
  }
}
section.sec_look .look_list .look_contents.t_green {
  margin-top: 120px;
}
@media all and (min-width: 751px) {
  section.sec_look .look_list .look_contents.t_green {
    margin-top: 200px;
  }
}
section.sec_look .look_list .look_contents.t_green .image01,
section.sec_look .look_list .look_contents.t_green .image02 {
  width: 91%;
}
@media all and (min-width: 751px) {
  section.sec_look .look_list .look_contents.t_green .image01,
  section.sec_look .look_list .look_contents.t_green .image02 {
    width: min(800px, 66.7%);
  }
}
section.sec_look .look_list .look_contents.t_green .image01 {
  margin: 35px 0 10px;
}
@media all and (min-width: 751px) {
  section.sec_look .look_list .look_contents.t_green .image01 {
    margin: 126px 0 0;
  }
}
section.sec_look .look_list .look_contents.t_green .image02 {
  margin-left: auto;
}
section.sec_look .look_list .look_contents.t_green .image03 {
  margin: 35px auto 0;
}
@media all and (min-width: 751px) {
  section.sec_look .look_list .look_contents.t_green .image03 {
    margin: 80px auto 0;
    width: min(640px, 53.4%);
  }
}
section.sec_look .look_list .look_contents.t_khaki {
  margin-top: 80px;
}
@media all and (min-width: 751px) {
  section.sec_look .look_list .look_contents.t_khaki {
    margin-top: 160px;
  }
}
section.sec_look .look_list .look_contents.t_khaki .images {
  margin-top: 35px;
}
@media all and (min-width: 751px) {
  section.sec_look .look_list .look_contents.t_khaki .images {
    margin-top: 80px;
  }
}
@media all and (min-width: 751px) {
  section.sec_look .look_list .look_contents.t_khaki .images .space_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 60px;
  }
}
@media all and (max-width: 750px) {
  section.sec_look .look_list .look_contents.t_khaki .images .space_wrap .image {
    width: 82.1%;
  }
  section.sec_look .look_list .look_contents.t_khaki .images .space_wrap .image:last-child {
    margin-bottom: 10px;
  }
}
@media all and (min-width: 751px) {
  section.sec_look .look_list .look_contents.t_khaki .images .space_wrap .image {
    width: min(570px, 47.5%);
  }
}
@media all and (max-width: 750px) {
  section.sec_look .look_list .look_contents.t_khaki .images .space_wrap .image02 {
    margin: 10px 0 0 auto;
  }
}
section.sec_look .look_list .look_contents.t_khaki .images .image03 {
  margin: 0 auto;
  width: 335px, 89%;
}
@media all and (min-width: 751px) {
  section.sec_look .look_list .look_contents.t_khaki .images .image03 {
    margin: 80px auto 0;
    width: min(720px, 60%);
  }
}
section.sec_look .look_list .look_contents.t_khaki .between_image {
  margin-top: 100px;
}
@media all and (min-width: 751px) {
  section.sec_look .look_list .look_contents.t_khaki .between_image {
    margin-top: 170px;
  }
}
section.sec_look .look_list .look_contents.k_yellow {
  margin-top: 100px;
}
@media all and (min-width: 751px) {
  section.sec_look .look_list .look_contents.k_yellow {
    margin-top: 180px;
  }
}
section.sec_look .look_list .look_contents.k_yellow .out_wrap {
  margin-top: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  gap: 10px;
}
@media all and (min-width: 751px) {
  section.sec_look .look_list .look_contents.k_yellow .out_wrap {
    margin-top: 80px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 0;
  }
}
section.sec_look .look_list .look_contents.k_black {
  margin-top: 80px;
}
@media all and (min-width: 751px) {
  section.sec_look .look_list .look_contents.k_black {
    margin-top: 160px;
  }
}
section.sec_look .look_list .look_contents.k_black #look_slide {
  margin-bottom: 35px;
}
@media all and (min-width: 751px) {
  section.sec_look .look_list .look_contents.k_black #look_slide {
    margin-bottom: 100px;
  }
}
section.sec_look .look_list .look_contents.k_black #look_slide .splide__pagination {
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
}
section.sec_look .look_list .look_contents.k_black #bar_slide {
  /* スライドの数 */
}
@media all and (max-width: 750px) {
  section.sec_look .look_list .look_contents.k_black #bar_slide {
    overflow: hidden;
    padding: 0 20px;
  }
}
@media all and (min-width: 751px) {
  section.sec_look .look_list .look_contents.k_black #bar_slide {
    pointer-events: none;
  }
}
@media all and (max-width: 750px) {
  section.sec_look .look_list .look_contents.k_black #bar_slide.sp_bar02 {
    margin-top: 25px;
  }
}
section.sec_look .look_list .look_contents.k_black #bar_slide .splide__pagination {
  display: none;
}
section.sec_look .look_list .look_contents.k_black #bar_slide .splide__pagination .splide__pagination__page {
  display: none;
}
@media all and (max-width: 750px) {
  section.sec_look .look_list .look_contents.k_black #bar_slide .splide__track {
    overflow: visible;
  }
}
@media all and (max-width: 750px) {
  section.sec_look .look_list .look_contents.k_black #bar_slide .splide__list {
    gap: 10px;
  }
}

/* ==========================================================================//
//
// footer
//
// ========================================================================== */
.footer {
  margin: 117px 0 40px;
  /* PAGE TOP */
}
@media all and (min-width: 751px) {
  .footer {
    margin: 167px 0 48px;
  }
}
.footer .logo {
  margin: 30px auto;
  width: min(72px, 21.5%);
}
@media all and (min-width: 751px) {
  .footer .logo {
    margin: 0;
    width: min(74px, 17.25%);
  }
}
.footer .logo a {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
@media (min-width: 751px) and (hover: hover) {
  .footer .logo a:hover {
    opacity: 0.6;
  }
}
@media all and (min-width: 751px) {
  .footer .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (min-width: 751px) and (max-width: 1279px) {
  .footer .wrap {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.footer .wrap .copy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  gap: 14px 0;
}
@media all and (min-width: 751px) {
  .footer .wrap .copy {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 0 31px;
  }
}
.footer .wrap .copy p {
  display: inline-block;
  text-align: center;
  font-size: 11px;
  letter-spacing: 0.03em;
  line-height: 1;
}
@media all and (min-width: 751px) {
  .footer .wrap .copy p {
    text-align: left;
    font-size: 14px;
  }
}
.footer .wrap .link {
  margin-top: 40px;
}
@media all and (min-width: 751px) {
  .footer .wrap .link {
    margin-top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    -webkit-box-pack: right;
        -ms-flex-pack: right;
            justify-content: right;
    gap: 0 40px;
  }
}
@media screen and (min-width: 751px) and (max-width: 1279px) {
  .footer .wrap .link {
    margin-top: 60px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.footer .wrap .sns_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0 16px;
}
@media all and (min-width: 751px) {
  .footer .wrap .sns_list {
    gap: 0 20px;
  }
}
.footer .wrap .sns_list .sns_item a {
  font-size: 13px;
  letter-spacing: 0.03em;
  color: #2E2E2E;
  display: -webkit-box;
  overflow: hidden;
}
.footer .wrap .sns_list .sns_item a .line {
  text-decoration: none; /* デフォルトの下線を非表示にする */
  background-image: -webkit-gradient(linear, left top, right top, from(#2E2E2E), to(#2E2E2E));
  background-image: linear-gradient(90deg, #2E2E2E, #2E2E2E); /* 線の色 */
  background-repeat: no-repeat;
  background-position: left bottom 2px; /* 線の起点を左・下に設定 */
  background-size: 100% 1.2px; /* 線の横幅を0、縦幅を1pxに */
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
@media all and (min-width: 751px) {
  .footer .wrap .sns_list .sns_item a .line {
    background-position: left bottom 2px;
  }
}
@media (min-width: 751px) and (hover: hover) {
  .footer .wrap .sns_list .sns_item a:hover span {
    background-size: 0% 1.2px; /* 線の横幅を100%にする */
    background-position: left bottom 2px; /* 線の起点を左・下に設定 */
  }
}
@media (min-width: 751px) and (hover: hover) and (min-width: 751px) {
  .footer .wrap .sns_list .sns_item a:hover span {
    background-position: left bottom 2px;
  }
}
@media all and (min-width: 751px) {
  .footer .wrap .sns_list .sns_item a {
    font-size: 14px;
  }
}
.footer .page_top {
  text-align: right;
}
@media all and (min-width: 751px) {
  .footer .page_top {
    margin-bottom: 40px;
  }
}
.footer .page_top a {
  margin-left: auto;
  display: inline-block;
  position: relative;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  font-size: 11px;
  letter-spacing: 0.03em;
  color: #2E2E2E;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
@media all and (min-width: 751px) {
  .footer .page_top a {
    font-size: 14px;
  }
}
.footer .page_top a::before {
  position: absolute;
  content: "";
  width: 40px;
  height: 1px;
  background-color: #8B8B8B;
  top: -30px;
  left: 50%;
  -webkit-transform: translateX(-50%) rotate(90deg);
          transform: translateX(-50%) rotate(90deg);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
@media all and (min-width: 751px) {
  .footer .page_top a::before {
    top: -38px;
    width: 54px;
  }
}
.footer .page_top a::after {
  position: absolute;
  content: "";
  width: 6px;
  height: 1px;
  background-color: #8B8B8B;
  top: -48px;
  left: 58%;
  -webkit-transform: translateX(-50%) rotate(50deg);
          transform: translateX(-50%) rotate(50deg);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
@media all and (min-width: 751px) {
  .footer .page_top a::after {
    width: 10px;
    top: -61px;
    left: 60%;
    -webkit-transform: translateX(-50%) rotate(50deg);
            transform: translateX(-50%) rotate(50deg);
  }
}
@media (min-width: 751px) and (hover: hover) {
  .footer .page_top a:hover {
    -webkit-transform: translateY(-13px);
            transform: translateY(-13px);
  }
}