@charset "utf-8";

/* =====================================================
    調整
===================================================== */
html {
	background-color: transparent !important;
}

.h_bar, 
#beltbnr {
	display: none;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.clearfix:before {
  content: "";
  display: block;
  clear: both;
}

.clearfix {
  display: block;
}

#specialty {
  overflow: hidden;
}

#specialty a {
  text-decoration: none;
}

#specialty figure {
  margin: 0;
}

#specialty a:hover img {
  opacity: 1 !important;
}

/*--sticky用--*/
html, body, div.wrapper_ {
  overflow: visible !important;
}

/*--SPのみ表示用--*/
@media only screen and (max-width: 429px) {
  .sp {
    display: block;
  }

  .pc {
    display: none;
  }
}

@media only screen and (min-width: 430px) and (max-width: 767px) {
  .sp {
    display: none;
  }

  .pc {
    display: none;
  }
}

/*--PCのみ表示用--*/
@media only screen and (min-width: 768px) {
  .sp {
    display: none;
  }

  .pc {
    display: block;
  }
}

/* =====================================================
    FONT
===================================================== */
:root {
  --leading-trim: calc((1em - 1lh) / 2);
}

@supports not (top: 1lh) {
  :root {
    --leading-trim: 0px;
  }
}

.noto-sans-jp-400 {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.noto-sans-jp-700 {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}

.avenir-next-lt-pro-400 {
  font-family: "avenir-next-lt-pro", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.avenir-next-lt-pro-400it {
  font-family: "avenir-next-lt-pro", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.avenir-next-lt-pro-800 {
  font-family: "avenir-next-lt-pro", sans-serif;
  font-weight: 800;
  font-style: normal;
}

.avenir-next-lt-pro-800it {
  font-family: "avenir-next-lt-pro", sans-serif;
  font-weight: 800;
  font-style: italic;
}


/* =====================================================
    KV
===================================================== */
.kv_inner {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
}


/* =====================================================
    LEAD
===================================================== */
.lead_inner {
  width: calc(100% - 20px * 2);
  margin: 40px auto 0;
}

.lead_inner p {
  font-size: min(3.255813953488372vw, 14px);
  line-height: 2;
  color: #000000;
  text-align: justify;
  margin-block: var(--leading-trim);
}

@media only screen and (min-width: 768px) {
  .lead_inner {
    width: 100%;
    max-width: 900px;
    margin: 80px auto 0;
  }

  .lead_inner p {
    text-align: center;
  }
}


/* =====================================================
    DETAIL
===================================================== */
.detail_inner {
  width: 100%;
  margin: 60px auto 0;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
}

.detail_inner h3 {
  font-size: min(9.30232558139535vw, 40px);
  line-height: 1.5;
  color: #000000;
  text-align: center;
  margin-block: var(--leading-trim);
  order: 2;
}

.detail_inner .datail_img {
  width: 100%;
  position: relative;
  order: 1;
}

.detail_inner .detail_img_sub {
  width: 16.27%;
  position: absolute;
  transform: translate(-50%,-50%);
}

.detail_inner .detail_img_sub.detail01 {
  top: 11.16vw;
  left: 10.46vw;
}

.detail_inner .detail_img_sub.detail02 {
  top: 9.30vw;
  left: 89.53vw;
}

.detail_inner .detail_img_sub.detail03 {
  top: 39.30vw;
  left: 10.46vw;
}

.detail_inner .detail_img_sub.detail04 {
  top: 42.32vw;
  left: 89.53vw;
}

.detail_inner .detail_img_sub.detail05 {
  top: 73.25vw;
  left: 12.79vw;
}

.detail_inner .detail_img_sub p {
  color: #ffffff;
  width: 100%;
  height: 100%;
  margin: 0;
  position: absolute;
  left: 0;
  bottom: 0;
  border-radius: 50%;
  background: rgba(0,0,0,0.4);
  opacity: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 1s cubic-bezier(0.5, 1, 0.89, 1);
}

.detail_inner .detail_img_sub.is-active p {
  opacity: 1;
}

.arrow {
  position: relative;
  display: inline-block;
  width: 1px;
  height: 22px;
  margin: 0 9.9px;
  border-radius: 9999px;
  background-color: #ffffff;
}

.arrow::before,
.arrow::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: calc(50% - 0.5px);
  width: 1px;
  height: 15px;
  border-radius: 9999px;
  background-color: #ffffff;
  transform-origin: 50% calc(100% - 0.5px);
}

.arrow::before {
  transform: rotate(45deg);
}

.arrow::after {
  transform: rotate(-45deg);
}

.detail_caption {
  width: calc(100% - 30px * 2);
  margin: 40px auto 0;
}

.detail_caption h4 {
  font-size: min(4.651162790697675vw, 20px);
  line-height: 1.5;
  color: #000000;
  text-align: center;
  margin-block: var(--leading-trim);
}

.detail_caption p {
  padding-top: 20px;
  font-size: min(3.255813953488372vw, 14px);
  line-height: 2;
  color: #000000;
  text-align: justify;
  margin-block: var(--leading-trim);
}

@media only screen and (min-width: 768px) {
  .detail_inner {
    max-width: 600px;
    margin: 120px auto 0;
  }

  .detail_inner .detail_img_sub.detail01 {
    top: 66.5px;
    left: 62.5px;
  }

  .detail_inner .detail_img_sub.detail02 {
    top: 55.5px;
    left: 536.5px;
  }

  .detail_inner .detail_img_sub.detail03 {
    top: 235.5px;
    left: 62.5px;
  }

  .detail_inner .detail_img_sub.detail04 {
    top: 253.5px;
    left: 536.5px;
  }

  .detail_inner .detail_img_sub.detail05 {
    top: 439.5px;
    left: 76.5px;
  }

  .arrow {
    height: 26px;
    margin: 0 12.8px;
  }

  .arrow::before,
  .arrow::after {
    height: 19px;
  }

  .detail_caption {
    width: 100%;
    max-width: 600px;
    margin: 80px auto 0;
  }

  .detail_caption p {
    text-align: center;
  }
}


/* =====================================================
    MATERIAL/COLLAR/SILHOUETTE/STITCH/HEM
===================================================== */
.material_inner, 
.collar_inner, 
.silhouette_inner, 
.stitch_inner, 
.hem_inner {
  width: 100%;
  margin: 60px auto 0;
}

.material_inner p, 
.collar_inner p, 
.silhouette_inner p, 
.stitch_inner p, 
.hem_inner p {
  width: calc(100% - 30px * 2);
  margin: 0 auto;
  padding-top: 30px;
  font-size: min(3.255813953488372vw, 14px);
  line-height: 2;
  color: #000000;
  text-align: justify;
  margin-block: var(--leading-trim);
}

@media only screen and (min-width: 768px) {
  .material_inner, 
  .collar_inner, 
  .silhouette_inner, 
  .stitch_inner, 
  .hem_inner {
    width: 800px;
    margin: 80px auto 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    align-items: center;
    gap: 40px;
  }

  .material_inner p, 
  .collar_inner p, 
  .silhouette_inner p, 
  .stitch_inner p, 
  .hem_inner p {
    padding-top: 0;
  }

  .material_img, 
  .silhouette_img, 
  .hem_img {
    order: 1;
  }

  .collar_img, 
  .stitch_img {
    order: 2;
  }

  .material_inner p, 
  .silhouette_inner p, 
  .hem_inner p {
    order: 2;
  }

  .collar_inner p, 
  .stitch_inner p {
    order: 1;
  }
}


/* =====================================================
    ITEM
===================================================== */
.item_inner {
  width: 100%;
  margin: 80px auto 0;
}

.item_inner p {
  width: calc(100% - 20px * 2);
  margin: 0 auto;
  padding-top: 20px;
  font-size: min(3.255813953488372vw, 14px);
  line-height: 2;
  color: #000000;
  text-align: justify;
  margin-block: var(--leading-trim);
}

@media only screen and (min-width: 768px) {
  .item_inner {
    max-width: 500px;
    margin: 120px auto 0;
  }
}


/* =====================================================
    STYLE
===================================================== */
.style_inner {
  width: 100%;
  margin: 80px auto 0;
}

.style_inner h3 {
  font-size: min(9.30232558139535vw, 40px);
  line-height: 1.5;
  color: #3F84C6;
  text-align: center;
  margin-block: var(--leading-trim);
  order: 2;
}

.style_caption {
  width: calc(100% - 30px * 2);
  margin: 40px auto 0;
}

.style_caption h4 {
  font-size: min(4.651162790697675vw, 20px);
  line-height: 1.5;
  color: #000000;
  text-align: center;
  margin-block: var(--leading-trim);
}

.style_caption p {
  padding-top: 20px;
  font-size: min(3.255813953488372vw, 14px);
  line-height: 2;
  color: #000000;
  text-align: justify;
  margin-block: var(--leading-trim);
}

@media only screen and (min-width: 768px) {
  .style_inner {
    max-width: 600px;
    margin: 120px auto 0;
  }

  .style_caption {
    width: 100%;
    max-width: 600px;
  }

  .style_caption p {
    text-align: center;
  }

}


/* =====================================================
    LOOK
===================================================== */
.look {
  width: 100%;
  margin: 60px auto 0;
}

.look_title {
  width: calc(100% - 20px * 2);
  margin: 0 auto;
  padding: 20px 0;
  position: relative;
}

.look_title p {
  font-size: min(2.7906976744186047vw, 12px);
  line-height: 2;
  color: #3F84C6;
  text-align: left;
  margin-block: var(--leading-trim);
  position: absolute;
  top: 10px;
  left: 10px;
  opacity: 0;
  transition: opacity 1s ease 1s;
}

.look_title h4 {
  font-size: min(6.976744186046512vw, 30px);
  line-height: 1.5;
  color: #3F84C6;
  text-align: center;
  margin-block: var(--leading-trim);
  opacity: 0;
  transition: opacity 1s ease 1s;
}

.look_content {
  width: 100%;
  margin: 40px auto 0;
}

.look_slider {
  width: 100%;
  margin: 0 auto;
  padding: 0 0 35px;
}

.look_caption {
  width: calc(100% - 30px * 2);
  margin: 30px auto 0;
}

.look_subtitle {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.look_subtitle .month_box {
  width: 50px;
  height: 50px;
  position: relative;
}

.look_subtitle .month_line {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
}

.look_subtitle .month_jp {
  font-size: 20px;
  line-height: 1.5;
  color: #3F84C6;
  text-align: center;
  margin-block: var(--leading-trim);
  opacity: 0;
  transition: opacity 1s ease 1s;
}

.look_subtitle .month_jp span:nth-of-type(2) {
  font-size: 10px;
}

.look_subtitle .month_en {
  padding-top: 3px;
  font-size: 8px;
  line-height: 1.5;
  color: #3F84C6;
  text-align: center;
  margin-block: var(--leading-trim);
  opacity: 0;
  transition: opacity 1s ease 1s;
}

.look_subtitle h5 {
  padding-left: 15px;
  font-size: min(4.651162790697675vw, 20px);
  line-height: 1.5;
  color: #000000;
  text-align: center;
  margin-block: var(--leading-trim);
}

.look_caption > p {
  padding-top: 20px;
  font-size: min(3.255813953488372vw, 14px);
  line-height: 2;
  color: #000000;
  text-align: justify;
  margin-block: var(--leading-trim);
}

.look_subimg {
  width: calc(100% - 90px);
  margin-left: 30px;
  margin-right: 60px;
  margin-top: 60px;
}

@media only screen and (min-width: 768px) {
  .look {
    max-width: 900px;
    margin: 80px auto 0;
  }

  .look_title {
    width: 100%;
  }

  .look_title h4 {
    padding-right: 20px;
    text-align: right;
  }

  .look_content {
    max-width: 860px;
    margin: 60px auto 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    align-items: flex-start;
    gap: 60px;
  }

  .look_slider {
    max-width: 460px;
    order: 2;
  }

  .look_caption {
    width: 100%;
    max-width: 340px;
    order: 1;
  }

  .look_subimg {
    width: 380px;
    margin: 60px auto 0;
  }
}


/* =====================================================
    BAND COLLAR SHIRT
===================================================== */
.item_shirt_inner {
  width: calc(100% - 20px * 2);
  margin: 80px auto 0;
  padding: 20px 20px 40px;
  background: #3F84C6;
}

.item_shirt_inner h4 {
  font-size: min(4.651162790697675vw, 20px);
  line-height: 1.5;
  color: #ffffff;
  text-align: center;
  margin-block: var(--leading-trim);
}

.item_shirt_img {
  width: calc(100% - 10px * 2);
  margin: 20px auto 0;
}

.item_shirt_size {
  padding-top: 40px;
  font-size: min(3.7209302325581395vw, 16px);
  line-height: 1.5;
  color: #ffffff;
  text-align: left;
  margin-block: var(--leading-trim);
}

.item_shirt_color {
  padding-top: 20px;
  font-size: min(3.7209302325581395vw, 16px);
  line-height: 1.5;
  color: #ffffff;
  text-align: left;
  margin-block: var(--leading-trim);
}

@media only screen and (min-width: 768px) {
  .item_shirt_inner {
    width: 100%;
    max-width: 800px;
    margin: 120px auto 0;
    padding: 40px 30px;
  }

  .item_shirt_content {
    margin: 40px auto 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    align-items: center;
    gap: 20px;
  }

  .item_shirt_img {
    width: calc(100% - 10px * 2);
    margin: 0 auto;
  }

  .item_shirt_spec {
    width: calc(100% - 10px * 2);
    margin: 0 auto;
  }
}


/* =====================================================
    CREDIT
===================================================== */
.item .credit_inner {
  width: calc(100% - 20px * 2);
  margin: 20px auto 0;
}

.look .credit_inner {
  width: 100%;
  margin: 20px auto 0;
}

.item_shirt .credit_inner {
  width: 100%;
  margin: 20px auto 0;
}

.credit_list {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.credit_list:nth-of-type(n+2) {
  margin-top: 10px;
}

.credit_name {
  text-align: left;
}

.credit_name a {
  font-size: min(2.7906976744186047vw, 12px);
  line-height: 1.5;
  color: #000000;
  text-align: left;
  margin-block: var(--leading-trim);
}

.credit_btn a {
  font-size: min(3.255813953488372vw, 14px);
  line-height: 1.5;
  color: #ffffff;
  text-align: center;
  margin-block: var(--leading-trim);
  padding: 0px 10px;
  background: #3F84C6;
  border: 1px solid #3F84C6;
  transition: .3s cubic-bezier(0.5, 1, 0.89, 1);
}

.credit_btn a:hover {
  color: #3F84C6;
  background: #ffffff;
}

.credit_btn a.ask_btn {
  font-size: min(3.255813953488372vw, 14px);
  line-height: 1.5;
  color: #000000;
  text-align: center;
  margin-block: var(--leading-trim);
  padding: 0px 10px;
  background: #eeeeee;
  border: 1px solid #eeeeee;
  transition: .3s cubic-bezier(0.5, 1, 0.89, 1);
}

.credit_btn a.ask_btn:hover {
  background: #ffffff;
}

.look .credit_list:nth-of-type(1) .credit_name a {
  color: #3F84C6;
}

.look .credit_list:last-of-type p {
  font-size: min(2.7906976744186047vw, 12px);
  line-height: 1.5;
  color: #000000;
  text-align: left;
  margin-block: var(--leading-trim);
}

.item_shirt .credit_name a {
  font-size: min(3.7209302325581395vw, 16px);
  line-height: 1.5;
  color: #ffffff;
  text-align: left;
  margin-block: var(--leading-trim);
}

.item_shirt .credit_btn a {
  font-size: min(3.255813953488372vw, 14px);
  line-height: 1.5;
  color: #3F84C6;
  text-align: center;
  margin-block: var(--leading-trim);
  padding: 0px 10px;
  background: #ffffff;
  border: 1px solid #ffffff;
  transition: .3s cubic-bezier(0.5, 1, 0.89, 1);
}

.item_shirt .credit_btn a:hover {
  color: #ffffff;
  background: #3F84C6;
  border: 1px solid #ffffff;
}

@media only screen and (min-width: 768px) {
  .look .credit_inner {
    margin: 40px auto 0;
  }
}


/* =====================================================
    OTHER BUTTON
===================================================== */
.other_btn {
  margin: 80px auto;
  text-align: center;
}

.other_btn a {
  font-size: min(3.255813953488372vw, 14px);
  color: #3F84C6;
  text-align: center;
  transition: .3s cubic-bezier(0.45, 0, 0.55, 1);
  margin: 0 auto;
  padding: 20px;
  background: #ffffff;
  border: 1px solid #3F84C6;
  display: inline-block;
}

.other_btn a:hover {
  color: #ffffff;
  background: #3F84C6;
}

/* @media only screen and (min-width: 768px) {
} */


/* =====================================================
    SWIPER
===================================================== */
.swiper-area {
  position: relative;
}

.js-swiper-pagination {
  bottom: -35px !important;
}

.swiper-pagination-bullet {
  width: 20px;
  height: 10px;
  margin: 0 5px !important;
  background: none;
  border: 1px solid #000000;
  border-radius: 0;
  opacity: 1;
}

.swiper-pagination-bullet-active {
  background: #000000;
}


/* =====================================================
    FADE IN
===================================================== */
.js-fadein {
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 1s ease, transform 1s ease;
}

.js-fadein.is-active {
  opacity: 1;
  transform: translateY(0);
}


/* =====================================================
    HOVER
===================================================== */
.item_img img, 
.item_shirt_img img {
  transition: filter 0.3s ease;
  filter: brightness(100%);
}

.item_img img:hover, 
.item_shirt_img img:hover {
  filter: brightness(70%);
}


/* =====================================================
    TITLE ANIMATION
===================================================== */
.look_title.is-active p, 
.look_title.is-active h4 {
  opacity: 1;
}

.look_title:before, 
.look_title::after {
  content: '';
  position: absolute;
  width: 0;
  height: 1px;
  background: #3F84C6;
  transform: translateX(-50%);
  transition: all 1s;
}

.look_title::before{
  top: 0;
  left: 50%;
}

.look_title::after{
  bottom: 0;
  left: 50%;
}

.look_title.is-active:before, 
.look_title.is-active::after {
  width: 100%;
}


/* =====================================================
    SUBTITLE ANIMATION
===================================================== */
.look_subtitle.is-active .month_jp, 
.look_subtitle.is-active .month_en {
  opacity: 1;
}

.look_subtitle .month_box::before, 
.look_subtitle .month_box::after, 
.look_subtitle .month_line::before,
.look_subtitle .month_line::after {
  content: "";
  position: absolute;
  background: #3F84C6;
  transition: all 1s;
}

.look_subtitle .month_box::before {
  top: 0;
  left: 0;
  width: 0%;
  height: 1px;
}

.look_subtitle .month_box::after {
  top: 0;
  right: 0;
  width: 1px;
  height: 0%;
}

.look_subtitle .month_line::before {
  bottom: 0;
  right: 0;
  width: 0%;
  height: 1px;
}

.look_subtitle .month_line::after {
  bottom: 0;
  left: 0;
  width: 1px;
  height: 0%;
}

.look_subtitle.is-active .month_box:before, 
.look_subtitle.is-active .month_line:before {
  width: 100%;
}

.look_subtitle.is-active .month_box::after, 
.look_subtitle.is-active .month_line::after {
  height: 100%;
}