/* ------------------------------------------------------ */
/* LOOK BOOK テスト */
/* ------------------------------------------------------ */
.mv_area {
  width: 100%;
  height: 100%;
  position: relative;
  margin-bottom: 50px;
}
.mv_area .mv_title {
  font-size: 25px;
  letter-spacing: 8px;
  text-align: center;
  font-family: futura-pt-condensed, sans-serif;
  margin-bottom: 50px;
}
.mv_area .mv_title img {
  width: 100%;
}
.media_area {
  width: 100%;
  /* height: 400px; */
}
.media_area .media {
  width: 100%;
  position: relative;
}
.media_area .media.long {
  padding: 0 30px;
}
.media_area .media.long::after {
  content: '';
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.3));
  width: calc(100% - 60px);
  height: 60px;
  position: absolute;
  bottom: 0;
  left: 30px;
}
.media_area .media img {
  width: 100%;
  height: 100%;
}
.media_area .media video {
  width: 100%;
  height: 100%;
  display: block;
  /* height: 400px; */
}
.media_area .look,
.media_area .book {
  position: absolute;
  width: 300px;
  height: 55px;
  left: 50%;
  transform: translateX(-50%);
}
.media_area .look img,
.media_area .book img {
  width: 100%;
}
.media_area .look {
  top: 60px;
}
.media_area .book {
  bottom: -24px;
}
.media_area .media .audio_sw {
  position: absolute;
  bottom: 6%;
	right: 6%;
  z-index: 1;
}
.media_area .media.long .audio_sw {
  bottom: 3%;
  right: 11%;
}
.media_area .media .audio_sw div {
  width: 30px;
  height: 30px;
}
.media_area .media .audio_sw .start {
  background: url(/wp/wp-content/themes/base/lookbook/images/icon-on.svg) no-repeat center center / contain;
}
.media_area .media .audio_sw .stop {
  background: url(/wp/wp-content/themes/base/lookbook/images/icon-off.svg) no-repeat center center / contain;
}
.media_area .media .scroll {
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 1;
  width: max-content;
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  font-size: 11px;
  letter-spacing: 0.1em;
  padding-bottom: 14px;
}
.media_area .media .scroll::after {
  content: '';
  width: 14px;
  height: 14px;
  border-bottom: solid 1px #fff;
  border-right: solid 1px #fff;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: rotate(45deg) translateX(-50%);
}

#Content_area {
  margin-bottom: 90px;
}

#Content_area .top_area {
  margin-bottom: 0;
}
.top_area figure.img__column--1 {
  max-width: 50%;
  margin: 0 auto 50px;
}
.top_area figure.img__column--2 {
  width: 100%;
  margin: 0 auto 50px;
}
.top_area .img__column--3 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 50px;
}
.post_txt_area h1 {
  text-align: center;
  font-family: kozuka-gothic-pr6n, sans-serif;
  font-size: 18px;
  font-weight: 300;
  letter-spacing: 1.3px;
  margin-bottom: 35px;
}
.img__column--3 > li {
  display: block;
  width: 50%;
}
.img__column--1 img,
.img__column--2 img,
.img__column--3 img {
  /* margin-bottom: 50px; */
  width: 100%;
  height: auto;
}
.img__column--3 img {
  display: inline-block;
  width: 100%;
}
.youtube_area {
  padding: 0 4%;
  margin-bottom: 50px;
}
.youtube_area .wrap {
  position: relative;
  padding-top: 65%;
}
.youtube_area .wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.collection_area {
  padding: 0 4%;
}
.collection_area + .collection_area {
  margin-top: -2px;
}
.collection_area.acc_wrap .acc_btn {
  /* font-family: din-condensed, sans-serif; */
  font-size: 14px;
  font-weight: 700;
  background-color: #f6f3f4;
  padding: 12px 15px;
  position: relative;
  border-top: solid 2px #03071f;
  border-bottom: solid 2px #03071f;
}
.collection_area.acc_wrap .acc_btn::before,
.collection_area.acc_wrap .acc_btn::after {
  content: '';
  background-color: #03071f;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
  margin: auto;
  width: 15px;
  height: 2px;
}
.collection_area.acc_wrap .acc_btn::after {
  transform: rotate(90deg);
}
.collection_area ul {
  /* height: 100px; */
  /* border-left: solid 3px #000;
  margin-top: 15px;
  overflow-y: scroll; */
  background-color: #f6f3f4;
  display: none;
  width: 100%;
}
.collection_area ul li {
  font-size: 12px;
  letter-spacing: 1px;
  border-bottom: 1px dashed #03071f;
  /* border-bottom: solid 1px #000; */
  /* padding-left: 8px; */
}
/* .collection_area ul li:not(:first-child) {
  margin-top: 9.3px;
} */
.collection_area ul li a {
  /* font-family: kozuka-gothic-pr6n, sans-serif; */
  box-sizing: border-box;
  font-weight: 700;
  display: inline-block;
  position: relative;
  padding: 12px 10px;
  width: 100%;
}
/* .collection_area ul li a::after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  top: 50%;
  right: 6px;
  transform: translateY(-50%);
  border-style: solid;
  border-width: 5px 0 5px 6px;
  border-color: transparent transparent transparent #000000;
} */

/* ------------------------------------------------------ */
/* 下部エリア */
/* ------------------------------------------------------ */
.lookbook #Furisode_area {
  margin-bottom: 0;
}
.lookbook #Furisode_area .cat_list_wrap {
  margin-bottom: 0;
}
.lookbook #Photo_area {
  margin-bottom: 25px;
}
.lookbook #Photo_hakama_area {
    height: 380px;
    background: url(../hakama_photo/images/bg_photoplan.webp) no-repeat center center / cover;
    position: relative;
    transition: all .15s 0s ease-in-out;
}
.lookbook #Photo_hakama_area .inner {
  height: 100%;
}
.lookbook #Photo_hakama_area .txt_wrap {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: calc(100% - 20px);
  position: relative;
}
.lookbook #Photo_hakama_area .photo01, .lookbook #Photo_hakama_area .photo02 {
  position: absolute;
  width: 60px;
}
.lookbook #Photo_hakama_area .photo01 {
  top: 165px;
  left: -10px;
}
.lookbook #Photo_hakama_area .photo02 {
  top: 135px;
  right: -10px;
  width: 70px;
}
.lookbook #Photo_hakama_area .btn {
  background: none;
  border: solid 2px #fff;
  position: absolute;
  bottom: 26px;
  left: 0;
  right: 0;
  margin: auto;
}
.lookbook #Photo_hakama_area img {
  height: auto;
  width: 100%;
}
.lookbook #Hakama_area .cat_list_wrap .list .txt_wrap {
  height: 210px;
}
.lookbook #Hakama_area .sec01 .list .cate_logo {
  position: absolute;
  top: 0;
  right: 5.5%;
  width: 145px;
  height: auto;
}
.lookbook #Hakama_area .cat_list_wrap .list .big {
  position: static;
}
.lookbook #Hakama_area .cat_list_wrap .swiper-button-prev,
.lookbook #Hakama_area .cat_list_wrap .swiper-button-next {
  bottom: 140px;
}
#footer .shop_area {
  display: block;
}

/* ------------------------------------------------------ */
/* 20241101add_LOOK BOOK 一覧ページ
/* ------------------------------------------------------ */
.lookbook.archive {
  margin-top: 60px;
}
.lookbook.archive .mv_title {
  padding: 28px 0;
  text-align: center;
}
.lookbook.archive .mv_title > img {
  width: 200px;
}
.lookbook.archive .lookbook_category {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
}
.lookbook.archive .lookbook_category a {
  font-size: 16px;
  line-height: 1.375;
  font-family: 'Oswald', sans-serif;
  letter-spacing: 0.1em;
  padding: 3px 20px;
}
.lookbook.archive .lookbook_category a.current {
  color: #EB6DA5;
}
.lookbook.archive .lookbook_category a + a {
  border-left: dashed 1px #000;
}
.lookbook.archive .list_area {
  padding: 0 15px;
}
.lookbook.archive .list_area .list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 10px;
  margin-bottom: 40px;
}
.lookbook.archive .list_area .list_item {
  width: calc(50% - 5px);
}
.lookbook.archive .list_thumb {
  width: 100%;
  aspect-ratio: 720 / 640;
}
.lookbook.archive .list_thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.lookbook.archive .list_title {
  font-size: 1.2rem;
  margin-top: 8px;
  line-height: 1.17;
}