
@charset "utf-8";
/* CSS Document */

/* btn setting
=====================================================*/
@keyframes shadPC {
  0% { box-shadow: 0 0 0 0 #EF8F00; }
  70% { box-shadow: 0 0 0 12px rgb(102 27 41 / 0%); }
  100% { box-shadow: 0 0 0 0 rgb(102 27 41 / 0%); }
}
@keyframes shadSP {
  0% { box-shadow: 0 0 0 0 #EF8F00; }
  70% { box-shadow: 0 0 0 8px rgb(102 27 41 / 0%); }
  100% { box-shadow: 0 0 0 0 rgb(102 27 41 / 0%); }
}

#container {
  width: 100%;
  padding-top: 0;
}

#ext {
  width: 100%;
  background: #DDE079;
  /* background:linear-gradient(#F3E4C5,#EDDBB3); */
  padding-bottom: 70px;
}

#ext img {
  width: 100%;
}

#ext .inner_cont {
  width: 100%;
  /* max-width: 725px; */
  max-width: 960px;
  margin: 0 auto 60px;
  background-image: none;
  box-shadow: 0 0 10px rgba(0,0,0,0.6);
  font-family: "Noto Serif JP", serif;
  color: #2E1B00;
  text-align: center;
}

#f_navi_area .f_navi_box {
  width: 100%;
  max-width: 1200px;
}
  

/* mv
=====================================================*/
.mv_area {
  position: relative;
  /*padding: 3vh 0 0;*/
  box-sizing: content-box;
  /*background: url("/client_info/LETAO/view/userweb/images/ext/pampleorange/pampleorange_mv_bg_pc.png") center top/contain no-repeat #000000;*/
  /*box-shadow: 0px 5px 10px rgba(0,0,0,0.6);*/
  /* margin-bottom: 20px; */
}
/*@media screen and (max-height: 740px) and (min-width: 769px){
  .mv_area {
    padding-bottom: 70vh;
  }
}
@media screen and (max-height: 640px) and (min-width: 769px){
  .mv_area {
    padding-bottom: 85vh;
  }
}
@media screen and (max-height: 540px) and (min-width: 769px){
  .mv_area {
    padding-bottom: 100vh;
  }
}*/

.mv_area .mv_bg {
  box-shadow: 0 5px 5px rgba(0,0,0,0.3);
}

.mv_area .mv_logo {
  position: absolute;
  bottom: 5%;
  left: 10%;
  /* transform: translate(50%, 0); */
  width: 100%;
  max-width: 126px;
  margin: 0;
  z-index: 2;
}

.mv_area .mv_txt {
  position: absolute;
  top: 7%;
  right: 17%;
  /* transform: translate(-50%, 0); */
  margin: auto;
  max-width: 255px;
  z-index: 2;
}
@media screen and (max-width: 744px){
  .mv_area .mv_logo {
top: 65%;
width: 50%;
  }
}
@media screen and (max-width: 767px){
  /* mv_area
  =====================================================*/
  #ext .mv_area {
    position: relative;
    height: 100vh;
    min-height: 180vw;
    background: url(/client_info/LETAO/view/userweb/images/ext/melon_solaire/itemlp_mv_bg.jpg) center top/cover no-repeat;
  }
  
  #ext .mv_area .mv_bg {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 100%;
    margin: auto;
  }
  
  #ext .mv_area .mv_bg img {
    display: none;
  }
  
  #ext .mv_area .mv_logo {
    width: 10%;
    top: 82%;
  }

  #ext .mv_area .mv_txt {
    top: 9%;
    right: 14%;
    /* width: 12%; */
    max-width: 80px;
  }
}


/* main_area
=====================================================*/
.main_area {
  background-color: #ffffff;
}

.main_area .main_area_txt {
  width: 93%;
  max-width: 670px;
  margin: auto;
  padding: 17% 0 15%;
}


/* details_area
=====================================================*/
.details_area {
  padding: 0 5% 5%;
  background-color: #ffffff;
}

.details_read {
  position: relative;
  padding: 155px 0;
  margin: 0 auto;
  background: #DDE079;
  /* background:linear-gradient(#F3E4C5,#EDDBB3); */
}

.details_read img:not(#_) {
  display: block;
  width: 60%;
  margin: 0 auto;
  max-width: 635px;
}
.details_img {
  margin-bottom: 50px;
}

.details_ttl:not(#_) {
  margin: 0 auto 60px;
  padding: 25% 0 0%;
  font-size: 76px;
  color: #6E7122;
}

.details_sub_ttl:not(#_) {
  margin: 0 auto 90px;
  font-size: 46px;
  font-family: "Shippori Mincho", serif;
  line-height: 1.5em;
  font-weight: 500;
  /* color: #DF5164; */
}
.details_txt:not(#_) {
  margin-bottom: 90px;
  /* color: #6A241D; */
  font-family: "Shippori Mincho", serif;
  font-size: 32px;
  line-height: 2em;
}
.details_txt .sp {
  display: none;
}
/* .details_txt:last-of-type:not(#_) {
  margin-bottom: 80px;
} */

@media screen and (max-width: 767px){ 
 /* details_area
=====================================================*/
.details_read {
  padding: 40px 0;
}

.details_read img:not(#_) {
  display: block;
  width: 80%;
  margin: 0 auto;
}
.details_ttl:not(#_) {
  margin: 0 auto 25px;
  font-size: 24px;
}
.details_img {
  margin: 20px 0;
}
.details_sub_ttl:not(#_) {
  margin: 0 auto 30px;
  font-size: 18px;
}
.details_txt:not(#_) {
  margin: 0;
  font-size: 13px;
}
.details_txt:last-of-type:not(#_) {
  margin-bottom: 40px;
}
.details_txt .sp {
  display:  block;
}
}


/* link_area
=====================================================*/
.link_area {
  padding: 10% 5%;
  background-color: #ffffff;
}

.link_ttl:not(#_) {
  margin: 0 0 70px;
  font-size: 70px;
  font-weight: 500;
  letter-spacing: .2rem;
  color: #6E7122;
}

.link_cont:not(#_) {
  margin-bottom: 80px;
  text-align-last: left;
}

.link_area .link_cont:last-of-type {
  margin-bottom: 0;
}

.link_area .link_img {
  margin: 0 auto;
  /* padding: 5%; */
}
.link_item_name:not(#_) {
  margin: 0 0 30px 0;
  padding: 40px 0 30px;
  font-size: 56px;
  line-height: 1em;
  border-bottom: 1px solid #231815;
}
.link_item_name span:not(#_) {
  font-size: 32px;
}
.link_item_name .sp:not(#_) {
  display:none;
}
.link_item_set:not(#_) {
  margin: 0;
  font-size: 32px;
  line-height: 1.7em;
  letter-spacing: -0.05em;
}
.link_item_set span:not(#_) {
  display: inline-block;
  margin-top: 50px;
  font-weight: bold;
}
.link_item_price:not(#_) {
  margin: 0;
  font-size: 55px;
  line-height: 3em;
  letter-spacing: .1rem;
}
.link_item_price span:not(#_) {
  padding: 0 2%;
  background: #DF9E10;
  border-radius: 5px;
  color: #fff;
  font-size: 32px;
}
.link_item_price .price_small:not(#_) {
  background: transparent;
  font-size: 42px;
  color: #231815
}
.link_item_price span.red:not(#_) {
  border: 2px solid #E5004C;
  border-radius: 10px;
  color: #E5004C;
  background: #fff;
}

.link_area .link_btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 864px;
  height: 97px;
  margin: auto;
  font-size: 42px;
  color: #FFFFFF;
  text-decoration: none;
  background-color: #EF8F00;
  border: 2px solid #EF8F00;
  transition: color 0.6s, background-color 0.8s;

  font-family: 'Zen Old Mincho', serif;
  font-weight: 400;
}
.link_area .link_cont .link_btn a:hover {
  font-weight: 400;
  color: #EF8F00;
  background-color: #FFFFFF;
  background-position: right center;
  background-size: 200% auto;
  animation: shadPC 1.6s infinite;
}

@media screen and (max-width: 767px){
  /* item
  =====================================================*/
  .link_area .link_cont .link_btn a:hover {
    font-weight: 400;
    color: #EF8F00;
    background-color: #FFFFFF;
    background-position: right center;
    background-size: 200% auto;
    animation: shadPC 1.6s infinite;
  }
  .link_area {
    padding: 0 5% 10%;
    /* padding-bottom: 50px; */
    /* margin-bottom: 50px; */
  }
  
  .link_ttl:not(#_) {
    margin: 0 0 24px;
    font-size: 24px;
  }
  
  .link_cont:not(#_) {
    margin-bottom: 25px;
  }
  .link_item_name:not(#_) {
    margin: 0 0 20px 0;
    padding: 30px 0 20px;
    font-size: 20px;
    letter-spacing: -0.04em;
  }
  .link_item_name span:not(#_) {
    display: inline-block;
    margin-top: 20px;
    font-size: 12px;
  }
  .link_item_name .sp:not(#_) {
    display:block;
  }
  .link_item_set:not(#_) {
    font-size: 12px;
    line-height: 1.3rem;
  }
  .link_item_set span:not(#_) {
    margin-top: 25px;
  }
  .link_item_price:not(#_) {
    font-size: 17px;
  }
  .link_item_price span:not(#_) {
    font-size: 13px;
  }
  .link_item_price .price_small:not(#_) {
    font-size: 13px;
  }
  .link_item_price span.red:not(#_) {
    border: 1px solid #E5004C;
    border-radius: 3px;
    /* color: #E5004C;
    background: #fff; */
  }

  .link_area .link_btn a {
    height: 42px;
    font-size: 18px;
    background-position: right center;
    background-size: 200% auto;
    animation: shadSP 1.6s infinite;
  }

  
  #link_btn {
    width: 90%;
  }
}


#link_btn {
  width: 100%;
  max-width: 960px;
  margin: auto;
}



@media screen and (max-width: 767px){
  #ext {
    width: 100%;
    padding-bottom: 40px;
  }
  
  #ext .inner_cont {
    max-width: 320px;
    margin-bottom: 30px;
    /* padding: 0 8%; */
  }


  
}

