
.page-template-page-lookbook2025_sep-php {
  
}
.page-template-page-lookbook2025_sep-php .footer,
.page-template-page-lookbook2025_sep-php .backtotop {
  display: none;
}


@media screen and (max-width: 820px) {

  .page-template-page-lookbook2025_sep-php {
    background-color: #fff;
  }
}
@media screen and (max-width: 430px) {

  .page-template-page-lookbook2025_sep-php {
    background-color: #fff;
  }
}

@keyframes huwahuwa {
  0% {
    transform: translate(-50%, 0);
  }
  50% {
    transform: translate(-50%, 10px);
  }
  100% {
    transform: translate(-50%, 0);
  }
}
.lookbook2025sep {
  height: calc(100vh - 84px);
  overflow: hidden;
  max-width: 1070px;
  width: 100%;
  margin: 0 auto;
  font-family: 'Noto Sans JP', sans-serif;
  position: relative;
}
@media screen and (max-width: 820px) {

  .lookbook2025sep {
    height: auto;
    padding-bottom: 0;
    padding-top: 0;
  }

  .lookbook2025sep .swiper-wrapper .section_top {
    background-color: transparent !important;
  }

  .lookbook2025sep .swiper-wrapper .section_top:before {
    content: "";
    width: 100%;
    height: 100vw;
    background-color: #fff;
    bottom: 0;
    left: 0;
    position: absolute;
  }
}
@media screen and (max-width: 430px) {

  .lookbook2025sep {
    padding-bottom: 0;
    padding-top: 0;
  }

  .lookbook2025sep .swiper-wrapper .section_top:before {
    height: 90vw;
  }
}
.lookbook2025sep .num_sp {
  transition: all 0.6s ease;
}

.top_title{
  position: absolute;
  top: 62%;
  transform: translateY(-50%);
  left: 5%;
  z-index: 10;
  width: 31%;
}
@media screen and (max-width: 430px) {
  .top_title{
    top: 40px;
    left: 50%;
    transform: translateX(-50%);
    max-width: 280px;
    width: 100%;
  }
}
.tb_txt_march{
  position: absolute;
  top: 0;
  padding-top: 30px;
  right: 30px;
  transition: top 0.5s ease;
}

.tb_txt_march img{
  width: 45px;
}
.tb_txt_head{
  position: absolute;
  top: 0;
  right: 0;
  width: 50vw;
  background-color: #748E99;
  padding-top: 40px;
  padding-left: 40px;
  padding-bottom: 15px;
  transition: all 0.4s ease;
}
.tb_txt_head img{
  height: 14px;
  transition: all 0.4s ease;
}
@media screen and (max-width: 430px) {
  .tb_txt_head{
    width: 100vw;
    padding-left: 25px;
  }
  .swiper-slide{
    overflow: hidden; 
  }
  #swiper_images .slide_wrap{
    transform: none !important;
  }
  .lookbook2025sep .col2.slide_wrap{
    padding-top: 60px;
  }
  .section01 .img{
    
  }
  #swiper_images.scrolled .tb_txt_head{
    padding-top: 15px;
    padding-bottom: 15px;
  }
  #swiper_images.scrolled .tb_txt_head img{
    height: 13px;
  }
}
#swiper_images.scrolled .swiper-wrapper,
#swiper_images.scrolled .section01_slide{
  transform: none !important;
}
#swiper_images.scrolled .tb_txt_head,
#swiper_images.scrolled .tb_txt_march{
  position: fixed;
  top: 66px;
  z-index: 10000;
}
@media screen and (max-width: 430px) {
  .tb_txt_head{
    padding-top: 35px;
    padding-bottom: 35px;
  }
  .tb_txt_march{
    right: 25px;
  }
  .tb_txt_march img{
    width: 35px;
  }
  #swiper_images.scrolled .tb_txt_head,
  #swiper_images.scrolled .tb_txt_march{
    top: 56px;
  }
}
@media screen and (min-width: 821px) {
  .tb_show{
    display: none !important;
  }
  .lookbook2025sep .num_sp {
    position: absolute;
    z-index: 11;
    left: 60%;
    top: 70px;
    width: 34%;
  }
}
@media screen and (max-width: 820px) {

  .lookbook2025sep .num_sp {
    background-color: #fff;
    position: fixed;
    top: 50px;
    display: block;
    padding-top: 25px;
    padding-bottom: 25px;
    z-index: 10;
    width: 100dvw;
  }

  .lookbook2025sep .num_sp .num_sp__img {
    display: block;
    width: 300px;
    height: auto;
    margin: 0 auto;
  }
  .lookbook2025sep #slider_icon{
    display: block;
  }
  .lookbook2025sep #slider_icon_end{
    display: none;
  }
}
@media screen and (max-width: 430px) {

  .lookbook2025sep .num_sp .num_sp__img {
    width: calc(100% - 80px);
    transition: all 0.6s ease;
    margin-left: 40px;
  }

  .lookbook2025sep .num_sp.scrolled {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .lookbook2025sep .num_sp.scrolled .num_sp__img {
    width: auto;
    height: 33px;
  }
}
.lookbook2025sep #slider_icon_wrap {
  box-shadow: 2px 3px 10px rgba(0, 0, 0, 0.15);
  z-index: 10;
  position: fixed;
  bottom: 37px;
  left: 50%;
  transform: translate(-50%, 0);
  /*animation: 1.5s ease-in-out  infinite alternate forwards running huwahuwa;*/
  cursor: pointer;
  width: 140px;
  height: 50px;
  background-color: #C47748;
  border-radius: 10px;
  transition: all 0.4 ease-out;
  overflow: hidden;
  z-index: 41;
}
#slider_icon_center{
  position: relative;
  height: 100%;
}
#slider_icon_center:before{
  content: "";
  width: 50%;
  height: 100%;
  background-color: #6A5952;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.4s ease-out;
}
.lookbook2025sep #slider_icon_wrap:hover #slider_icon{
  background-color: #B7A193;
}

@media screen and (max-width: 820px) {
  .lookbook2025sep #slider_icon_wrap.endSp #slider_icon{
    display: none !important;
  }
  .lookbook2025sep #slider_icon_wrap.endSp #slider_icon_end{
    display: block !important;
  }
  .lookbook2025sep #slider_icon_wrap.centerSp{
    opacity: 0;
    pointer-events: none;
  }
}
@media screen and (max-width: 430px) {

  .lookbook2025sep #slider_icon_wrap.endSp {
    
  }
}

.lookbook2025sep #slider_icon_wrap:hover {
  animation: 10.5s ease-in-out  infinite alternate forwards running huwahuwa;
}
.lookbook2025sep #slider_icon_wrap .arr {
  fill: #fff;
}
.lookbook2025sep #slider_icon_center {
  display: none;
}
.lookbook2025sep #slider_icon_center .slider_icon_center_box {
  width: 50%;
  height: 100%;
  transition: all 0.5s ease;
  position: relative;
}
.lookbook2025sep #slider_icon_center #slider_icon_c_prev{
  position: absolute;
  top: 0;
  right: 0;
}

.lookbook2025sep #slider_icon_center #slider_icon_c_prev:hover{
  background-color: #B7A193;
}
.lookbook2025sep #slider_icon_center #slider_icon_c_next:hover{
  background-color: #B7A193;
}
.lookbook2025sep #slider_icon_center #slider_icon_c_prev .arr{
  transform: translateY(-50%) rotate(180deg);
  right: 22px;
  position: absolute;
  top: 50%;
}
.lookbook2025sep #slider_icon_center .slider_icon_center_box .arr {
  width: 26px;
  position: absolute;
  top: 50%;
  left: 22px;
  transform: translateY(-50%);
  transition: all 0.5s ease;
}
.lookbook2025sep #slider_icon_end {
  display: none;
  height: 100%;
}
.lookbook2025sep #slider_icon_end:hover{
  background-color: #B7A193;
}
.lookbook2025sep #slider_icon_end .arr {
  width: 26px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(180deg);
  transition: all 0.5s ease;
  fill: #fff;
}

.lookbook2025sep #slider_icon {
  width: 100%;
  height: 70px;
}
.lookbook2025sep #slider_icon .arr {
  width: 26px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.5s ease;
  fill: #fff;
}
.lookbook2025sep #slider_icon .toptxt {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 16px;
  opacity: 0;
  transition: all 0.5s ease;
}

@media screen and (max-width: 430px) {

  .lookbook2025sep #slider_icon {
    height: 50px;
  }

  .lookbook2025sep #slider_icon .arr {
    width: 26px;
  }
}
.lookbook2025sep #slider_icon.end .arr {
  top: 44%;
  transform: translate(-50%, -50%) rotate(180deg);
}
.lookbook2025sep #slider_icon.end .toptxt {
  opacity: 1;
}
.lookbook2025sep .swiper {
  height: calc(100vh - 84px);
}
@media screen and (max-width: 820px) {

  .lookbook2025sep .swiper {
    height: auto;
  }
}
.lookbook2025sep .slide_wrap {
  position: relative;
  height: 100%;
}

.lookbook2025sep .swiper-wrapper .swiper-slide.mar_head {
  position: relative;
}
.lookbook2025sep .swiper-wrapper .mar_head:before {
  content: "";
  width: 100%;
  height: 200px;
  top: 70px;
  right: 0;
  background-color: #866C51;
  position: absolute;
  z-index: 1;
  opacity: 0.5;
}
.lookbook2025sep .swiper-wrapper .mar_head:after {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  background-color: #EDECE6;
  position: absolute;
  z-index: 0;
}
@media screen and (max-width: 820px) {

  .lookbook2025sep .swiper-wrapper {
    display: block;
  }
  #swiper_images .swiper-slide{
    background-color: #EDECE6;
  }
  .lookbook2025sep .section00 .img{
    border: none !important;
  }
}
@media screen and (max-width: 430px) {

  .lookbook2025sep .swiper-wrapper .swiper-slide {
    padding-bottom: 0;
  }
  #swiper_images{
    padding-bottom: 70px;
  }
}
.lookbook2025sep .col2 {
  display: flex;
  justify-content: space-between;
  height: 100%;
}
@media screen and (max-width: 430px) {
  .lookbook2025sep .swiper-slide {
    isolation: isolate;
  }
  .lookbook2025sep .col2 {
    display: block;
    padding-top: 0;
    position: relative;
  }
  .lookbook2025sep .col2 .img{
    z-index: 20;
    position: relative;
  }
  .lookbook2025sep .col2 .txt{
    z-index: 3;
    position: relative;
  }
  /*
  .lookbook2025sep .col2:before{
    content: "";
    background-color: #866C51;
    width: 100%;
    height: 96vw;
    opacity: 0.5;
    position: absolute;
    z-index: 0;
    top: 85vw;
  }*/
  .lookbook2025sep .col2:after{
    content: "";
    width: 105px;
    height: 183px;
    background-image: url(../images/lookbook/25_sep/num9_sp.svg);
    background-repeat: no-repeat;
    position: absolute;
    top: 179vw;
    left: 0;
    z-index: 5;
    mix-blend-mode: overlay;
    will-change: mix-blend-mode;
    opacity: 0.5;
  }


}
.lookbook2025sep .col2 .img {
  height: 100%;
  width: 50%;
  background-size: cover;
  background-position: center;
  border: 2px solid #fff;
}
@media screen and (max-width: 820px) and (min-width: 431px) {

  .lookbook2025sep .col2 .img {
    width: 50%;
  }
}
@media screen and (max-width: 430px) {

  .lookbook2025sep .col2 .img {
    width: 100%;
    height: 160vw;
  }
}
.lookbook2025sep .col2 .txt {
  width: 40%;
  padding-top: 65px;
}
@media screen and (max-width: 820px) and (min-width: 431px) {

  .lookbook2025sep .col2 .txt {
    padding-right: 80px;
    padding-top: 110px;
    width: 45%;
  }
}
@media screen and (max-width: 430px) {

  .lookbook2025sep .col2 .txt {
    width: 100%;
    padding: 0 0 60px;

  }
}

.lookbook2025sep .col2 .txt .num {
  width: auto;
  max-width: none;
  height: 61px;
  margin-bottom: 40px;
}
@media screen and (max-width: 820px) {

  .lookbook2025sep .col2 .txt .num {
    display: none;
  }
}
.lookbook2025sep .col2 .txt .comment {
  font-size: 13px;
  line-height: 2.2;
  margin-bottom: 35px;
  max-width: 320px;
  letter-spacing: 0.05em;
  font-weight: 500;
}
@media screen and (max-width: 430px) {

  .lookbook2025sep .col2 .txt .comment {
    max-width: none;
    padding: 35px 40px;
    position: relative;

  }
  .lookbook2025sep .col2 .txt .comment span{
    position: relative;
    z-index: 5;
  }
  .lookbook2025sep .col2 .txt .comment:before{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 150%;
    background-color: rgba(134, 108, 81, 0.5);
    z-index: 0;
  }
}
.lookbook2025sep .col2 .txt .prices {
  max-width: 320px;
}
.lookbook2025sep .col2 .txt .prices_short {
  max-width: 230px;
}
.lookbook2025sep .col2 .txt .prices_long {
  max-width: none;
}
@media screen and (max-width: 430px) {

  .lookbook2025sep .col2 .txt .prices {
    max-width: none;
    padding-left: 40px;
    padding-right: 40px;
  }
}
.lookbook2025sep .col2 .txt .prices li {
  
  border-bottom: #BCBCBC 1px solid;
}
.lookbook2025sep .col2 .txt .prices li:first-child {
  margin-top: 0;
}
.lookbook2025sep .col2 .txt .prices li a {
  font-size: 12px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: 'Roboto', sans-serif;
  padding: 5px 0;
}
.lookbook2025sep .col2 .txt .prices li a.multLine{
  align-items: flex-start;
}
@media screen and (min-width: 431px) {
  .lookbook2025sep .col2 .txt .prices li a .name{
    
  }
}
.name .smallTxt{
  font-size: 9px;
}

.lookbook2025sep .col2 .txt .prices li a .comingsoon {
  font-size: 10px;
}
@media screen and (max-width: 430px) {

  .lookbook2025sep .col2 .txt .prices li a .comingsoon {
    min-width: 74px;
    text-align: right;
  }
}
.lookbook2025sep .col2 .txt .prices li a .buy {
  margin-left: 0;
  font-size: 12px;
  height: 20px;
  width: 70px;
  padding: 0;
  text-align: center;
  transition: all 0.4s ease;
  line-height: 20px;
  position: relative;
  background-color: #A17562;
  border-radius: 2px;
  color: #fff;
  font-family: 'Crimson Pro', serif;
}

.lookbook2025sep .col2 .txt .prices li a .res {
  min-width: 90px;
  text-align: left;
  letter-spacing: 0.05em;
  opacity: 0.7;
}
.lookbook2025sep .col2 .txt .prices li a:hover .buy {
  background-color: rgba(161, 117, 98, 0.5);
  
}
@media screen and (max-width: 430px) {

  .lookbook2025sep .section_top {
    padding-top: 60px;
    padding-bottom: 100px !important;
  }
}
.lookbook2025sep .section_top .ttl {
  max-width: 410px;
  width: 90%;
}
@media screen and (max-width: 820px) and (min-width: 431px) {

  .lookbook2025sep .section_top .ttl {
    width: 25%;
  }
}
@media screen and (min-width: 431px) {

  .lookbook2025sep .section_top .ttl {
    position: absolute;
    left: 6%;
    top: 50%;
    transform: translateY(-50%);
  }
}
@media screen and (max-width: 430px) {

  .lookbook2025sep .section_top .ttl {
    width: 235px;
    margin-bottom: 45px;
    margin-left: 40px;
  }
}

@media screen and (max-width: 820px) and (min-width: 431px) {

  .lookbook2025sep .section_top {
    height: 62vw;
  }
}
@media screen and (min-width: 431px) {

  .lookbook2025sep .section_top .tb_sp {
    display: none;
  }
}
@media screen and (max-width: 430px) {

  .lookbook2025sep .section_top .pc_tb {
    display: none;
  }
}

.lookbook2025sep .section00 .img {
  background-image: url(../images/lookbook/25_sep/kv_pc_bg.webp);
  background-position: top left;
  width: 100%;
}
@media screen and (min-width: 431px) {
  .lookbook2025sep .section00 .titles_box{
    background-color: rgba(134, 108, 80, 0.5);
    position: absolute;
    top: 0;
    left: 0;
    width: 30%;
    height: 100%;
  }
  .section0_title{
    position: absolute;
    left: 50%;
    top: 17vh;
    transform: translateX(-50%);
    width: 57%;
  }
  .section0_num9{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 55%;
    mix-blend-mode: overlay;
    opacity: 0.5;
  }
}
@media screen and (max-width: 820px) and (min-width: 431px) {
  .lookbook2025sep .section00 {
    height: 60vw;
  }
}
@media screen and (max-width: 430px) {
  .lookbook2025sep .section00 .titles_box{
    display: none;
  }
  .lookbook2025sep .section00 .slide_wrap{
    padding-top: 0;
  }
  .lookbook2025sep .section00 .img{
    background-image: url(../images/lookbook/25_sep/kv_sp.jpg);
    background-position: top;
  }
}

.lookbook2025sep .section01 .img {
  background-image: url(../images/lookbook/25_sep/001.jpg);
}
@media screen and (max-width: 820px) and (min-width: 431px) {

  .lookbook2025sep .section01 {
    height: 74vw;
  }
}
.lookbook2025sep .section02 .img {
  background-image: url(../images/lookbook/25_sep/002.jpg);
}
@media screen and (max-width: 820px) and (min-width: 431px) {

  .lookbook2025sep .section02 {
    height: 74vw;
  }
}
.lookbook2025sep .section03 .img {
  background-image: url(../images/lookbook/25_sep/003.jpg);
}
@media screen and (max-width: 820px) and (min-width: 431px) {

  .lookbook2025sep .section03 {
    height: 74vw;
  }
}
.lookbook2025sep .section04 .img {
  background-image: url(../images/lookbook/25_sep/004.jpg);
}
@media screen and (max-width: 820px) and (min-width: 431px) {
  .lookbook2025sep .section04 {
    height: 74vw;
  }
}

.lookbook2025sep .section05 .img {
  background-image: url(../images/lookbook/25_sep/005.jpg);
}
@media screen and (max-width: 820px) and (min-width: 431px) {
  .lookbook2025sep .section05 {
    height: 74vw;
  }
}

.lookbook2025sep .section06 .img {
  background-image: url(../images/lookbook/25_sep/006.jpg);
}
@media screen and (max-width: 820px) and (min-width: 431px) {
  .lookbook2025sep .section06 {
    height: 74vw;
  }
}



.lookbook2025sep__nav {
  display: none !important;
  position: fixed;
  z-index: 12;
  background-color: #fff;
}
@media screen and (min-width: 431px) {

  .lookbook2025sep__nav {
    height: 375px;
    width: 190px;
    bottom: 40px;
    right: -125px;
    filter: drop-shadow(0px 4px 10px rgba(0, 0, 0, 0.2));
    display: flex;
    transition: all 0.6s ease;
  }

  .lookbook2025sep__nav:hover {
    right: 0;
  }

  .lookbook2025sep__nav:hover .lookbook2025sep__nav__top__arr {
    transform: translate(-50%, -50%) rotate(0);
  }
}
@media screen and (max-width: 430px) {

  .lookbook2025sep__nav {
    width: 100%;
    bottom: -126px;
    height: 190px;
    filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.2));
    transition: all 0.6s ease;
  }
}
@media screen and (min-width: 431px) {

  .lookbook2025sep__nav__bg {
    display: none;
  }
}
@media screen and (max-width: 430px) {

  .lookbook2025sep__nav__bg {
    z-index: 11;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.6);
    position: fixed;
    top: 0;
    left: 0;
    opacity: 0;
    pointer-events: none;
    transition: all 0.6s ease;
  }
}
.lookbook2025sep__nav__top {
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 431px) {

  .lookbook2025sep__nav__top {
    width: 65px;
    border-right: #A3A3A3 1px solid;
  }
}
@media screen and (max-width: 430px) {

  .lookbook2025sep__nav__top {
    padding: 0 20px;
    height: 65px;
    border-bottom: #A3A3A3 1px solid;
  }
}
.lookbook2025sep__nav__top__arr {
  position: absolute;
  transform: translate(-50%, -50%) rotate(-180deg);
  top: 50%;
  left: 50%;
  transition: all 0.3s ease;
}
@media screen and (min-width: 431px) {

  .lookbook2025sep__nav__top__arr {
    width: 18px;
  }
}
@media screen and (max-width: 430px) {

  .lookbook2025sep__nav__top__arr {
    display: none !important;
  }
}
.lookbook2025sep__nav__top__arrSp {
  position: absolute;
  transform: translate(-50%, -50%) rotate(-180deg);
  top: 50%;
  left: 50%;
  transition: all 0.3s ease;
  height: 12px;
}
@media screen and (min-width: 431px) {

  .lookbook2025sep__nav__top__arrSp {
    display: none !important;
  }
}
.lookbook2025sep__nav__top__ttl {
  width: 18px;
  margin: 20px auto;
  display: block;
}
@media screen and (max-width: 430px) {

  .lookbook2025sep__nav__top__ttl {
    display: none !important;
  }
}
.lookbook2025sep__nav__top__ttlSp {
  height: 20px;
  margin: 20px auto;
  display: block;
}
@media screen and (min-width: 431px) {

  .lookbook2025sep__nav__top__ttlSp {
    display: none !important;
  }
}
@media screen and (min-width: 431px) {

  .lookbook2025sep__nav__bottom {
    width: 125px;
  }
}
@media screen and (max-width: 430px) {

  .lookbook2025sep__nav__bottom {
    height: 125px;
    display: flex;
  }
}
.lookbook2025sep__nav__bottom__a {
  display: block;
  height: 126px;
  padding-top: 30px;
}
@media screen and (min-width: 431px) {

  .lookbook2025sep__nav__bottom__a {
    border-top: #A3A3A3 1px solid;
  }

  .lookbook2025sep__nav__bottom__a:first-child {
    border-top: none;
  }
}
@media screen and (max-width: 430px) {

  .lookbook2025sep__nav__bottom__a {
    border-left: #A3A3A3 1px solid;
    width: 33.333%;
  }

  .lookbook2025sep__nav__bottom__a:first-child {
    border-left: none;
  }
}
.lookbook2025sep__nav__bottom__txt {
  width: auto;
  max-width: 87px;
  max-height: 72px;
  display: block;
  margin: auto;
}
.lookbook2025sep.openNav .lookbook2025sep__nav {
  bottom: 0;
}
.lookbook2025sep.openNav .lookbook2025sep__nav__top__arrSp {
  transform: translate(-50%, -50%) rotate(0);
}
.lookbook2025sep.openNav .lookbook2025sep__nav__bg {
  opacity: 1;
  pointer-events: all;
}
#slideCounter{
  position: fixed;
  bottom: 40px;
  z-index: 5;
  font-size: 26px;
  font-weight: 900;
  display: none;
  font-family: 'Crimson Pro', serif;
}
@media screen and (min-width: 1081px) {
  #slideCounter{
    left: calc(50vw - 480px);
  }
}
@media screen and (max-width: 1080px) {
  #slideCounter{
    left: 40px;
  }
}
#lookbook_txt_pc {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  background-color: #EDECE6;
}

#lookbook_txt_pc .txt {
  width: 40%;
  margin-left: auto;
  margin-right: 7%;
  background-color: transparent !important;
  padding-top: 100px;
  z-index: 5;
  position: relative;
}

#lookbook_txt_pc::after{
  content: "";
  background-image: url(../images/lookbook/25_sep/num9.svg);
  height: 198px;
  width: 120px;
  position: absolute;
  z-index: 42;
  top: 0;
  right: 0;
  background-repeat: no-repeat;
  background-size: contain;
  mix-blend-mode: overlay;
  opacity: 0.5;
}
#lookbook_txt_pc::before{
  content: "";
  background-image: url(../images/lookbook/25_sep/txt_sep.svg);
  height: 38px;
  width: 41px;
  position: absolute;
  z-index: 42;
  top: 205px;
  right: 40px;
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (min-width: 1001px) and (max-height: 710px) {
  .lookbook2025sep .swiper-wrapper .mar_head:before{
    top: 9vh;
    height: 28vh;
  }
  #lookbook_txt_pc .col2.swiper-slide-active .txt {
    padding-top: 12.4vh;
    opacity: 1;
  }
  #lookbook_txt_pc .col2:not(.swiper-slide-active) .txt {
    opacity: 0;
  }
  .lookbook2025sep .col2 .txt .comment,
  .lookbook2025sep .col2 .txt .prices{
    max-width: 80%;
    margin-bottom: 25px;
  }
  .lookbook2025sep .col2 .txt .prices li a{
    font-size: 12px;
  }
}

@media screen and (min-width: 831px) and (max-width: 1000px) and (max-height: 710px) {
  #lookbook_txt_pc .col2.swiper-slide-active .txt {
    padding-top: 18vh;
    width: calc(100vw - 80vh);
    opacity: 1;
  }
  #lookbook_txt_pc .col2:not(.swiper-slide-active) .txt {
    opacity: 0;
  }
  .lookbook2025sep .col2 .txt .comment,
  .lookbook2025sep .col2 .txt .prices{
    max-width: 85%;
  }
  .lookbook2025sep .col2 .txt .prices li a{
    font-size: 11px;
  }
  #lookbook_txt_pc .txt::before{
    top: 9vh;
  }

  #lookbook_txt_pc .txt::after{
    height: 130px;
    width: 35px;
  }
}
@media screen and (max-width: 820px) {

  #lookbook_txt_pc {
    display: none;
  }
}

.page-template-page-lookbook2025_sep-php.glay {
  background-color: #A2A2A2;
}
.page-template-page-lookbook2025_sep-php .loadAnim {
  opacity: 0;
  transition: all 0.6s ease-out;
  transform: translateY(50px);
}
.page-template-page-lookbook2025_sep-php .loadAnim.act {
  transform: translateY(0);
  opacity: 1;
}

.lookbook2025sep__latestLinks{
  position: fixed;
  background-color: #E3DFC0;
  transition: all 0.5s ease;
  z-index: 100;
  display: none !important;
}
@media screen and (min-width: 831px) {
  .lookbook2025sep__latestLinks{
    right: 0;
    bottom: 70px;
    width: 170px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    transition: all 0.5s ease-out;
  }
  .lookbook2025sep__latestLinks.close{
    right: -145px;
  }
  .lookbook2025sep__latestLinks.close .arr{
    transform: translateY(-50%) rotate(0);
  }
  .lookbook2025sep__latestLinks.close:hover{
    right: 0;
  }
  .lookbook2025sep__latestLinks.close:hover .arr{
    transform: translateY(-50%) rotate(180deg);
  }
  /*
  .lookbook2025sep__latestLinks:hover .arr{
    opacity: 0;
  }*/
}
.lookbook2025sep__latestLinks a{
  display: block;
}
@media screen and (max-width: 830px) {
  .lookbook2025sep__latestLinks{
    left: 0;
    bottom: -30vw;
    width: 100%;
    box-shadow: 0 -5px 10px rgba(0, 0, 0, 0.2);
    transition: all 0.5s ease;
  }
  .lookbook2025sep__latestLinks.open{
    bottom: 0;
  }
  
  .lookbook2025sep__latestLinks a{
    display: flex;
  }
}
@media screen and (max-width: 430px) {
  .lookbook2025sep__latestLinks{
    bottom: -100px;
  }
}

.lookbook2025sep__latestLinks .arr{
  position: absolute;
  width: 42px;
  top: 50%;
  transform: translateY(-50%) rotate(180deg);
  left: -21px;
  transition: all 0.5s ease;
  cursor: pointer;
}
@media screen and (min-width: 831px) {
  .lookbook2025sep__latestLinks.open .arr{
    transform: rotate(180deg);
  }
  #swiper_images .originalText{
    display: none;
  }
}
@media screen and (max-width: 830px) {
  .lookbook2025sep__latestLinks .arr{
    top: -21px;
    left: 50%;
    transform: translateX(-50%) rotate(90deg);
  }
  .lookbook2025sep__latestLinks.open .arr{
    transform: translateX(-50%) rotate(-90deg);
  }
}
.lookbook2025sep__latestLinks .txt{
  padding: 15px 30px;
}
.lookbook2025sep__latestLinks .txt img{
  display: block;
  width: 100%;
}

.lookbook2025sep .section01 .img,
.lookbook2025sep .section02 .img,
.lookbook2025sep .section03 .img,
.lookbook2025sep .section04 .img,
.lookbook2025sep .section05 .img,
.lookbook2025sep .section06 .img{
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 89%;
  width: 43%;
  margin-left: 4%;
  margin-top: 4%;
}
@media screen and (max-width: 830px) {
  #swiper_images{
    background-color: #EDECE6;
  }
  .lookbook2025sep__latestLinks .img{
    width: 50%;
  }
  .lookbook2025sep__latestLinks .txt{
    width: 50%;
    padding: 15px 25px;
    display: flex;
  }
  .lookbook2025sep__latestLinks .txt img{
    max-width: 200px;
    margin: auto;
  }
  .lookbook2025sep .section01 .img,
  .lookbook2025sep .section02 .img,
  .lookbook2025sep .section03 .img,
  .lookbook2025sep .section04 .img,
  .lookbook2025sep .section05 .img,
  .lookbook2025sep .section06 .img{
    width: 90vw;
    height: 126vw;
    margin-top: 0;
  }
}

@media screen and (max-width: 830px) and (min-width: 431px) {
  .lookbook2025sep .section01 .img,
  .lookbook2025sep .section02 .img,
  .lookbook2025sep .section03 .img,
  .lookbook2025sep .section04 .img,
  .lookbook2025sep .section05 .img,
  .lookbook2025sep .section06 .img{
    width: 44vw;
    height: 70vw;
  }
  .section0_title{
    top: 20%;
  }
}
#swiper_images{
  transition: all 0.8s ease;
  z-index: 40;
  
}
@media screen and (min-width: 831px) {
  #swiper_images{
    pointer-events: none;
  }
}

@media (min-aspect-ratio: 16/10) and (min-width: 1300px) {
  

  #lookbook_txt_pc .txt{
    max-width: 380px;
  }

}

@media (max-aspect-ratio: 16/10) and (min-width: 831px) {

  .section0_title{
    top: 20%;
  }
  .section0_num9{
    width: 49%;
  }
  #lookbook_txt_pc .txt{
    padding-top: 100px;
  }
  .lookbook2025sep .col2 .txt .comment{
    margin-bottom: 45px;
  }
  .lookbook2025sep .section01 .img, .lookbook2025sep .section02 .img, .lookbook2025sep .section03 .img, .lookbook2025sep .section04 .img, .lookbook2025sep .section05 .img, .lookbook2025sep .section06 .img{
    height: 89%;
  }
}