@charset="utf-8";
/*main theme*/
main {
	width: 100%;
  color: #202e40;
  font-size: 1.7rem;
}
section {
  max-width: 1000px;
  margin: 0 auto 160px auto;
}
a {
  text-decoration: none;
  color: #202e40;
}
#page_top {
	background-color: #202e40;
}
.beige {
  color: #D9BD8B;
}

/*animation Fade*/
  /*fade up*/
.slidein_up.delighter {
	transition: all .3s ease-out;
	opacity: 0;
}
.slidein_up.delighter.started {
	transform: translate(0%, -32px);
	opacity: 1;
}
  /*fade down*/
.slidein_down.delighter {
	transition: all .3s ease-out;
	opacity: 0;
}
.slidein_down.delighter.started {
	transform: translate(0%, 32px);
	opacity: 1;
}
  /*fade left*/
.slidein_left {
	transform: translate(-64px);
    opacity: 0;
    transition: all .3s ease-out;
}
.slidein_left.delighter.started {
    transform: none;
    opacity: 1;
  }
  /*fade right*/
.slidein_right{
	transform: translate(64px);
    opacity: 0;
    transition: all .3s ease-out;
}
.slidein_right.delighter.started {
	transform: none;
    opacity: 1;
}

/*Font Family*/
.f-mincho {
  font-family: 'Sawarabi Mincho', sans-serif;
}
.f-serif {
    font-family: 'EB Garamond', serif;
}

/*margin*/
.mg_b160 {
  margin-bottom: 160px;
}
.mg_b50 {
  margin-bottom: 50px;
}
@media (max-width: 767px) {
.mg_b100 {
  margin-bottom: 100px;
}
}
@media (min-width: 768px) {
.mg_b100 {
  margin-bottom: 100px;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}
}

/******************KV***********************/
  .lead_wrap {
    background: linear-gradient(
      180deg, #fff 0%, #fff 25%, #d6e9f0 25%, #d6e9f0 100%);
    padding-bottom: 160px;
  }

@media (max-width: 767px) {
  .kv {
    background-image: url(https://www.spendard.com/s/feature/2022ss_setup/img/kv_sp_2022ss_setup.jpg);
    }
}

@media (min-width: 768px) {
  .kv {
    background-image: url(https://www.spendard.com/s/feature/2022ss_setup/img/kv_2022ss_setup.jpg);
  }
}



/*/////////////////////////////POINT///////////////////////*/
h3 {
  display: none;
}
.point {
  position: relative;
  padding: 1rem 2rem;
  text-align: center;
  border: 3px solid #000;
  margin: 0 auto;
}
.point li {
  list-style-type: none;
}
@media (max-width: 767px) {   /*SP*/
  .point:before {
    font-size: 15px;
    font-size: 1.5rem;
    position: absolute;
    top: -31px;
    left: -3px;
    height: 30px;
    padding: 0 1em;
    content: 'POINT';
    color: #fff;
    background: #000;
  }
  .point {
    font-size: 1.5rem;
    line-height: 34px;
    width: 90%;
  }
  .point span.small {
    font-size: 1.2rem;  
}

}
@media (min-width: 768px) {   /*PC*/
  .point:before {
    font-size: 17px;
    font-size: 1.7rem;
    position: absolute;
    top: -57px;
    left: -3px;
    height: 55px;
    padding: 0 4em;
    content: 'POINT';
    color: #fff;
    background: #000;
  }
  .point {
    font-size: 2.5rem;
    line-height: 60px;
    width: 80%;
  }
  .point span.small {
    font-size: 2rem;  
}


}

/******************LEAD***********************/
.lead_wrap p {
  line-height: 200%;
}
  h2 {
    font-size: 4rem;
  }
  h2 span {
    font-size: 2rem;
  }

/******************navy formal***********************/
.flex {
  display: flex;
  flex-wrap: wrap;
}
.img_01 {
  width: 60%;
}
.img_02 {
  width: 60%;
  margin:  15% auto auto -20%;
}

@media (max-width: 767px) {
  h4 {
    font-size: 2.5rem;
    font-weight: bold;
    width: 100%;
    border-bottom: solid 4px #202e40;
    padding-left: 1rem;
  }
  .pc_flex {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
  .style_title {
    font-size: 2.3rem;
  }
  .style_comment {
    line-height: 200%;
  }
}

@media (min-width: 768px) {
  h4 {
    font-size: 3rem;
    font-weight: bold;
    width: 100%;
    border-bottom: solid 4px #202e40;
  }
  .pc_flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .w_50 {
    width: 50%;
  }
  .w_40 {
    width: 40%;
    margin-left: auto;
  }
.mg_t15 {
  margin-top: 5%;
}
  .style_title {
    font-size: 2.5rem;
  }
  .style_comment {
    line-height: 200%;
  }
}

/******************PROF***********************/
@media (max-width: 767px) {
  .prof_img {
    width: 30%;
    margin-left: auto;
    margin-right: auto;
  }
  .name {
    text-align: center;
    font-size: 2.4rem;
  }
}

@media (min-width: 768px) {
  .prof {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
  .prof_img {
    width: 15%;
    padding-top: 1rem;
  }
  .prof_txt {
    width: 85%;
    padding-left: 2rem;
  }
  .name {
    font-size: 2rem;
    margin-block-start: 0;
    margin-block-end: 0.5em;
  }
  .spbr {
    display: none;
  }
  .insta_acount {
    font-size: 1.4rem;
  }
  .insta_acount:hover {
    opacity: 0.5;
  }
}
/******************FOMALstyling***********************/
.formal_styling_wrap {
  border: solid 2px #202e40;
}

@media (max-width: 767px) {
  .formal_styling_wrap {
    width: 95%!important;
    padding: 30px 1rem;
  }
  .op, .jk {
    padding-top: 60px;
  }
}
@media (min-width: 768px) {
  .op, .jk {
    width: 45%;
    margin-top: 60px;
    margin-bottom: 50px;
    padding-top: 20px;
  }
  .op {
    margin-left: 3%;
    }
  }
  .jk {
    margin-right: 3%;
  }
}



/******************SLIDE***********************/
/*画像の横幅を100%にしてレスポンシブ化*/
.gallery li img, .gallery_2 li img {
  width: 100%;
  height: auto;
  vertical-align: bottom;/*画像の下にできる余白を削除*/
}

/*メイン画像下に余白をつける*/

.gallery, .gallery_2 {
  margin-bottom:5px;
}

/*矢印の設定*/

/*戻る、次へ矢印の位置*/
.slick-prev, 
.slick-next {
    position: absolute;/*絶対配置にする*/
  z-index: 3;
    top: 42%;
    cursor: pointer;/*マウスカーソルを指マークに*/
    outline: none;/*クリックをしたら出てくる枠線を消す*/
    border-top: 2px solid #ccc;/*矢印の色*/
    border-right: 2px solid #ccc;/*矢印の色*/
    height: 25px;
    width: 25px;
}

.slick-prev {/*戻る矢印の位置と形状*/
    left:2.5%;
    transform: rotate(-135deg);
}

.slick-next {/*次へ矢印の位置と形状*/
    right:2.5%;
    transform: rotate(45deg);
}

/*選択するサムネイル画像の設定*/
.choice-btn, .choice-btn_2 {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}
.choice-btn li, .choice-btn_2 li {
  cursor: pointer;
  outline: none;
  width:25%!important;
  height:80px!important;
  padding: 3%;
}

.choice-btn li img, .choice-btn_2 li img {
  opacity: 0.4;/*選択されていないものは透過40%*/
}

.choice-btn li.slick-current img, .choice-btn_2 li.slick-current img {
  opacity: 1;/*選択されているものは透過しない*/
}


ul{
  margin:0;
  padding: 0;
  list-style: none;
}


a:hover,
a:active{
  text-decoration: none;
}

/******************item_detail***********************/
@media (max-width: 767px) {
  .item_title {
    font-size: 2rem;
  }
  .price {
    margin-bottom: 3rem;
  }
}
@media (min-width: 768px) {
  .item_title {
    font-size: 3rem;
  }
}
/*detail btn*/
    .detail_btn {
      display: inline-block;
      border: solid 2px #202e40;
      padding: 1rem;
      width: 180px;
      transition: 0.3s;
    }
    .detail_btn:hover {
      background-color: #202e40;
      color: #d9bd8b;
    }
/******************HR***********************/

.hr_item {
  position: relative;
  padding: 0 65px;
  text-align: center;
  width: 80%;
  margin: 0 auto 100px;
}

.hr_item:before {
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
  width: 100%;
  height: 2px;
  content: '';
  background: #202e40;
}

.hr_item span {
  position: relative;
  padding: 0 1em;
  background: #fff;
}

/******************▼ITEM***********************/
@media (max-width: 767px) {
  .item_img, .item_img_3 {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
  .first {
    margin-bottom: 30px;
  }
  .item_comment {
    padding: 1rem;
    text-align: left!important;
  }
  .bag_comment {
    text-align: left!important;
  }

}
@media (min-width: 768px) {
.item_img {
  width: 45%;
}
.item_img_3 {
  width: 31%;
}
.bag_comment_box {
  width: 45%;
}
}


/******************帯***********************/
.hr_obi {
  width: 100%;
  height: 20px;
  background-color: #D9BD8B;

}


/******************campaign***********************/

.campaign_wrap {
  background-color: #D9BD8B;
}

article {
  background-color: #fff;
  border: solid 2px #202e40;
  margin: 100px auto;
  padding-top: 50px;
}


@media (max-width: 767px) {
.campaign_wrap {
  padding-bottom: 40px;
  padding-top: 40px;
}
article {
  width: 95%;
}
.campaign_img {
  width: 90%;
  margin: 50px auto;
}
.pcbr {
  display: none;

}

}

@media (min-width: 768px) {
.campaign_wrap {
  padding-bottom: 60px;
  padding-top: 60px;
}
article {
  width: 80%;
}

.campaign_img {
  width: 60%;
  margin: 50px auto;
}

}


/******************pants point***********************/
@media (max-width: 767px) {
  .kv_2 {
    background-image: url(https://www.spendard.com/s/feature/2022ss_setup/img/pnts.jpg);
    }

}

@media (min-width: 768px) {
  .kv_2 {
    background-image: url(https://www.spendard.com/s/feature/2022ss_setup/img/pnts2.jpg);
  }
}


/******************SONO NAVY ITEM***********************/
.item_list_wrap {
  display: grid;
}
.item_list_title {
  padding-top: 50px;
}
.item_list:hover {
  opacity: 0.5;
}
.item_list_wrap p {
  margin-block-start: 0;
    margin-block-end: 1em;
    }
@media (max-width: 767px) {
  .item_list_wrap {
    width: 95%;
    margin: 0 auto;
  column-gap: 2%;
  grid-template-columns: repeat(auto-fill, minmax(48%, 1fr));
  }

  .item_list {
    display: inline-block;
  }

}
@media (min-width: 768px) {
  .item_list_wrap {
  column-gap: 1%;
  grid-row-gap: 30px;
  grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
  }
  .item_list {
    display: inline-block;
  }
}


