﻿/* パンくず 追加スタイル PC */
@media only screen and (min-width: 768px) {
  .breadcrumb__list {
    padding-bottom: 1.6rem;
  }
}

/* :root {
  --tx-red: #D42F33;
  --tx-navy: #02136F;
  --tx-gray: #888888;
} */

#summaryText,
#Foot {
  position: relative;
  z-index: 98;
}

/* ページ共通___________________________*/
#whattowear260319 {
  --font-helvetica: "helvetica-neue-lt-pro", sans-serif;
  --font-hiragino: hiragino-kaku-gothic-pron, sans-serif;

  --fw-light: 300;
  --fw-regular: 400;
  --fw-medium: 500;
  --fw-semibold: 500;
  --fw-bold: 600;

  --color-gray-bg: #F3F5F4;
  --color-gray: #A5A5A5;
  --color-gray-border: #BEBEBE;
  --color-white: #fff;
  --color-black: #000;

  font-family: var(--font-hiragino);
  font-weight: var(--fw-light);
  font-style: normal;
  text-align: center;
  overflow: clip;
  color: var(--color-black);
  background-color: var(--color-white);
}

.main-area * {
  letter-spacing: 0.02em;
}

.main-area img,
.main-area picture {
  width: 100%;
  height: auto;
}

.main-area a,
.main-area picture {
  display: inline-block;
}

@media screen and (max-width: 767px) {
   #whattowear260319 .hidden-mobile{
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .main-area {
    margin: 0 auto;
  }

  .main-area a {
    transition: all 0.3s;
  }

  #whattowear260319 .hidden-desktop{
    display: none;
  }
}

/* ▽_____________ lp_foot_btn ______________▽ */
.main-area .lp_foot_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
  font-family: var(--font-hiragino);
  font-weight: var(--fw-bold);
  font-style: normal;
  letter-spacing: 0.05em;
  margin-right: auto;
  margin-left: auto;

  /* background: #353839;
  color: #fff */
}

.main-area .lp_foot_btn.allitems_btn {
  color: var(--color-black);
  border: 1px solid var(--color-black);
}

.main-area .lp_foot_btn.top_btn {
  color: #fff;
  background: var(--color-black);
}

_:lang(x)+_:-webkit-full-screen-document,
.main-area .lp_foot_btn,
.iphone .main-area .lp_foot_btn {
  font-weight: 400;
}

@media screen and (max-width: 767px) {
  .main-area .lp_foot_btn {
    font-size: calc(13*(100vw / 375));
    width: calc(275*(100vw / 375));
    height: calc(50*(100vw / 375));
  }

  .main-area .lp_foot_btn.allitems_btn {
    margin-bottom: calc(10 * (100vw /375));
  }

}

@media screen and (min-width: 768px) {
  .main-area .lp_foot_btn {
    font-size: 13px;
    width: calc(275*(100vw / 1400));
    height: calc(50*(100vw / 1400));
  }

  .main-area .lp_foot_btn.allitems_btn {
    margin-bottom: calc(10 * (100vw /1400));
  }

}


/* ===============================================### 
　　　　　　　　　　　　　　　共通
###=============================================== */
.content_box{
  background-color: var(--color-gray-bg);
}

.content_area .list-item a,
.content_area .list-item img{
  height: 100%;
}

.fv_text01,
.fv_text02{
  font-family: var(--font-hiragino);
  font-weight: var(--fw-light);
  letter-spacing: 0.05em;
  text-align: center;
}

.fv_text02{
  line-height: 1.8;
}

.content_area .ancchor_txt{
  font-family: var(--font-helvetica);
  font-weight: var(--fw-regular);
  line-height: 1;
  letter-spacing: 0.05em;
  text-align: center;
}

.content_area .link_area{
  display: flex;
  flex-wrap: wrap;
}

/************** sec **************/
.sec_ttl__wrapper{
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.sec_ttl{
  font-family: var(--font-helvetica);
  font-weight: var(--fw-regular);
  letter-spacing: 0.1em;
  line-height: 1;
}

.sec_text__wrapper{
  margin-right: auto;
  margin-left: auto;
}

.sec_text{
  font-family: var(--font-hiragino);
  font-weight: var(--fw-light);
  letter-spacing: 0.05em;
  line-height: 1.8;
  text-align: left;
}

.img_sub{
  margin-right: auto;
  margin-left: auto;
}

.credit_list{
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-right: auto;
  margin-left: auto;
}

.crdt{
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.crdt__wrapper{
  position: relative;
  display: flex;
  justify-content: center;
  width: 100%;
}

.crdt__wrapper::after{
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 1px;
  width: 100%;
  background: repeating-linear-gradient(
    to right,
    var(--color-gray) 0,
    var(--color-gray) 2px,
    transparent 2px,
    transparent 4px
  );
}

.crdt span{
  font-family: var(--font-helvetica);
  font-weight: var(--fw-regular);
  letter-spacing: 0.05em;
  line-height: 1;
}

.sec_fv{
  position: relative;
}

.sec_fv::after{
  content: "";
  position: absolute;
  z-index: 2;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 1px;
  background-color: #DEDEDE;
}

/* -------------------------------------------------### 
slick
###------------------------------------------------- */
/* .main-area .content_area .slick-dots li,
.main-area .content_area .slick-dots li button{
  width: 0,;
  height: 0;
  margin: 0;
} */

/* .main-area .content_area .slick-dots li button:before{
  line-height: 0;
  opacity: 1;
  color: var(--color-white);
}

.main-area .content_area .slick-dots li.slick-active button:before{
  color: var(--color-white);
} */

#whattowear260319 .content_area .slick-dots li.slick-active button:before{
  line-height: 1;
}

#whattowear260319 .content_area .slick-dots {
  position: absolute;
  bottom: 0;
  display: flex !important;
  justify-content: flex-end;
  align-items: center;
}

#whattowear260319 .content_area .slick-dots button {
  font-size: 0;
  border-radius: 50%;
  background-color: transparent;
  border: none;
  padding: 0;
  cursor: pointer;
}

#whattowear260319 .content_area .slick-dots li{
  margin: 0;
}

#whattowear260319 .content_area .slick-dots li button:before{
  width: 0;
  height: 0;
  opacity: 0;
}

#whattowear260319 .content_area .slick-dots li button:before{
  font-size: 0;
}

#whattowear260319 .content_area .slick-dots button{
  background-color: transparent;
  border: 1px solid var(--color-white);
  opacity: 1;
}

#whattowear260319 .content_area .slick-active button {
  background-color: var(--color-white);
  border: 1px solid var(--color-white);
  opacity: 1;
}

/* -------------------------------------------------### 
fadeIn
###------------------------------------------------- */
.js-fadeIn {
  opacity: 0;
  will-change: opacity;
  transition: ease-in, opacity 2500ms;
}

.show {
  opacity: 1;
}


/* ===============================================### 
　　　　　　　　　　　　　　　SP
###=============================================== */
/************** anchor-links **************/
@media screen and (max-width: 767px) {
  .content_box{
    padding-bottom: calc(84* (100vw /375));
  }

  .anchor-links {
    position: fixed;
    display: flex;
    justify-content: space-around;
    align-items: center;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 10;
    box-shadow: 0px -2px 5px rgba(0, 0, 0, 0.2);
    overflow-x: scroll;
    height: calc(37* (100vw /375));
  }

  .anchor-links a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: calc(37* (100vw /375));
    text-decoration: none;
    font-size: calc(10* (100vw /375));
    white-space: nowrap;
    font-family: var(--font-helvetica);
    font-weight: var(--fw-regular);
    font-style: normal;
    background-color: var(--color-white);
    color: var(--color-black);
    padding: 0 calc(8* (100vw /375));
  }

  .anchor-links a:nth-of-type(2n) {
    background-color: var(--color-white);
  }

  .anchor-links a:not(:last-of-type){
    border-right: #DEDEDE 1px solid;
  }

  .anchor-links .nmbr{
    font-size: calc(15* (100vw /375));
    padding-left: calc(3* (100vw /375));
  }

  .anchor-links .nmbr span{
    font-size: calc(11* (100vw /375));
  }
  /************** contents_area **************/
  .mv_img{
    position: relative;
  }

  .mv_ttl{
    position: absolute;
    width: calc(249.66* (100vw /375));
    left: 50%;
    transform: translateX(-50%);
    bottom: calc(25.6* (100vw /375));
  }

  .star{
    width: calc(295* (100vw /375));
    padding-top: calc(45 * (100vw /375));
    margin: 0 auto;
  }

  .fv_text01{
    font-size: calc(15* (100vw /375));
    margin-bottom: calc(25* (100vw /375));
  }

  .fv_text02{
    font-size: calc(13* (100vw /375));
    margin-bottom: calc(32* (100vw /375));
    white-space: nowrap;
  }

  .content_area .ancchor_txt{
    font-size: calc(14* (100vw /375));
    margin-bottom: calc(15* (100vw /375));
  }

  .content_area .link_area{
    gap: calc(9* (100vw /375)) calc(8* (100vw /375));
  }

  .content_area .list-item{
    width: calc(143* (100vw /375));
    height: calc(51* (100vw /375));
  }

  .ancchor_box{
    margin-bottom: calc(118* (100vw /375));
  }

  .sec_fv::after{
    width: calc(375* (100vw /375));
    bottom: calc(-60* (100vw /375));
  }

  /************** slick **************/
  #whattowear260319 .content_area .slick-dots {
    bottom: calc(10.6* (100vw /375));
    right: calc(10* (100vw /375));
    gap: 0 calc(8* (100vw /375));
  }

  #whattowear260319 .content_area .slick-dots li button:before,
  #whattowear260319 .content_area .slick-dots li,
  #whattowear260319 .content_area .slick-dots li button,
  #whattowear260319 .content_area .slick-dots button {
    width: calc(6* (100vw /375)); /* 横長ドットに変更 */
    height: calc(6* (100vw /375));
  }

  /************** sec **************/
  .sec{
    padding-bottom: calc(60* (100vw /375));
  }

  .sec_ttl__wrapper{
    width: calc(254 * (100vw /375));
    margin: 0 auto calc(20* (100vw /375));
  }

  .temp15 .sec_ttl__wrapper{
    width: calc(179* (100vw /375));
  }

  .temp20 .sec_ttl__wrapper{
    width: calc(210* (100vw /375));
  }

  .temp25 .sec_ttl__wrapper{
    width: calc(226* (100vw /375));
  }

  .temp-circle{
    width:calc(64* (100vw /375));
  }

  .sec_ttl{
    font-size: calc(20* (100vw /375));
  }

  .img_main{
    width: 100%;
    margin-bottom: calc(30* (100vw /375));
  }

  .sec_text__wrapper{
    width: calc(275* (100vw /375));
    margin-bottom: calc(30* (100vw /375));
  }

  .sec_text{
    font-size: calc(13* (100vw /375));
  }

  .style-comment{
    width: calc(134* (100vw /375));
    margin: 0 auto calc(20* (100vw /375)) 0;
  }

  #whattowear260319 .img_sub{
    width: calc(245* (100vw /375));
    margin-bottom: calc(20* (100vw /375))!important;
  }

  .credit_list{
    width: calc(245* (100vw /375));
    row-gap: calc(15.5* (100vw /375));
  }

  .crdt__wrapper{
    padding-bottom: calc(10.7* (100vw /375));
  }

  .crdt{
    width: calc(225* (100vw /375));
  }

  .crdt span{
    font-size: calc(12* (100vw /375));
  }

  .crdt a{
    width: calc(60* (100vw /375));
  }

  /************** slick**************/
  #whattowear260319 .content_area .slick-dots {
    right: calc(10* (100vw /375));
    bottom: calc(11* (100vw /375));
    gap: 0 calc(8* (100vw /375));
  }

  #whattowear260319 .content_area .slick-dots li button:before,
  #whattowear260319 .content_area .slick-dots li,
  #whattowear260319 .content_area .slick-dots li button,
  #whattowear260319 .content_area .slick-dots button {
    width: calc(6* (100vw /375)); /* 横長ドットに変更 */
    height: calc(6* (100vw /375));
  }
}

/* ===============================================### 
　　　　　　　　　　　　　PC
###=============================================== */
@media screen and (min-width: 768px) {
  /************** content_area **************/
  .content_box{
    width: calc(900* (100vw /1400));
    overflow-x: clip;
    padding-bottom: calc(97* (100vw /1400));
  }

  .content_area {
    display: flex;
    position: relative;
    min-height: 100vh;
  }

  /************** link_box **************/
  .fixed_cont {
    position: sticky;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    top: var(--headerHeight);
    width: calc(500* (100vw /1400));
    height: calc(100vh - var(--headerHeight));
    border-bottom: none;
  }

  .fixed_cont__inner{
    width: calc(310* (100vw /1400));
  }

  .link_box_subttl {
    font-family: var(--font-helvetica);
    font-size: 16px;
    font-weight: var(--fw-medium);
    line-height: 1.5;
    letter-spacing: 0.05em;
    text-align: center;
    margin-bottom: calc(10* (100vw /1400));
  }

  .link_box_ttl {
    font-family: var(--font-helvetica);
    font-size: 40px;
    font-weight: var(--fw-regular);
    line-height: 1;
    letter-spacing: 0.05em;
    text-align: center;
    margin-bottom: calc(51* (100vw /1400));
  }

  .content_area .ancchor_txt{
    font-size: 15px;
    margin-bottom: calc(15* (100vw /1400));
  }

  .content_area .link_area{
    gap: calc(10* (100vw /1400));
  }

  .content_area .list-item{
    width: calc(150* (100vw /1400));
    height: calc(56* (100vw /1400));
    border-radius: 3px;
    border: 1px solid var(--color-gray-border);
    transition: transform 0.2s ease;
  }

  .content_area .list-item:hover{
    border: 1px solid var(--color-black);
  }

  /************** contents_area **************/
  .star{
    width: calc(400* (100vw /1400));
    padding-top: calc(49 * (100vw /1400));
    margin: 0 auto;
  }

  .fv_text01{
    font-size: 15px;
    margin-bottom: calc(25* (100vw /1400));
  }

  .fv_text02{
    font-size: 13px;
    margin-bottom: calc(120* (100vw /1400));
  }

  /************** slick **************/
  #whattowear260319 .content_area .slick-dots {
    bottom: calc(10.6* (100vw /1400));
    right: calc(10* (100vw /1400));
    gap: 0 calc(8* (100vw /1400));
  }

  #whattowear260319 .content_area .slick-dots li button:before,
  #whattowear260319 .content_area .slick-dots li,
  #whattowear260319 .content_area .slick-dots li button,
  #whattowear260319 .content_area .slick-dots button {
    width: calc(6* (100vw /1400)); /* 横長ドットに変更 */
    height: calc(6* (100vw /1400));
  }

  /************** sec **************/
  .sec{
    padding-bottom: calc(60* (100vw /1400));
  }

  .sec_ttl__wrapper{
    width: calc(254 * (100vw /1400));
    margin: 0 auto calc(20* (100vw /1400));
  }

  .temp15 .sec_ttl__wrapper{
    width: calc(179* (100vw /1400));
  }

  .temp20 .sec_ttl__wrapper{
    width: calc(210* (100vw /1400));
  }

  .temp25 .sec_ttl__wrapper{
    width: calc(226* (100vw /1400));
  }


  .temp-circle{
    width: calc(64* (100vw /1400));
  }

  .sec_ttl{
    font-size: calc(20* (100vw /1400));
  }

  .img_main{
    width: 100%;
    margin-bottom: calc(30* (100vw /1400));
  }

  .sec_text__wrapper{
    width: calc(360* (100vw /1400));
    margin-bottom: calc(30* (100vw /1400));
  }

  .sec_text{
    font-size: 13px;
  }

  .style-comment{
    width: calc(134* (100vw /1400));
    margin: 0 auto calc(20* (100vw /1400)) 0;
  }

  #whattowear260319 .img_sub{
    width: calc(310* (100vw /1400));
    margin-bottom: calc(20* (100vw /1400))!important;
  }

  .credit_list{
    width: calc(310* (100vw /1400));
    row-gap: calc(16* (100vw /1400));
  }

  .crdt__wrapper{
    padding-bottom: calc(11* (100vw /1400));
  }

  .crdt{
    width: calc(290* (100vw /1400));
  }

  .crdt span{
    font-size: 12px;
  }

  .crdt a{
    width: calc(60* (100vw /1400));
  }

  .sec_fv::after{
    width: calc(900* (100vw /1400));
    bottom: calc(-60* (100vw /1400));
  }
}
