@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

/*--Link------------------------------------------------------------*/
a:hover, a:active { text-decoration: none; }
a:focus { outline: none; }

._hover {
    transition: opacity 0.3s linear;
    opacity: 1;
}
._hover:hover {
    opacity: 0.7;
}

/*--style----------------------------------------------------------*/
.w_txt { font-weight: 700; }
.t_center { text-align: center; }
.t_right { text-align: right; }

/*--header----------------------------------------------------------*/
header {
  width: 100%;
  padding: .2rem 0;
}
header h1 {
  display: flex;
  justify-content: center;
}
header h1 img {
  max-width: .8rem;
}

/*-- Retina --*/
@media screen and (max-width: 768px) {
  header h1 img {
    width: .5rem;
  }
}

/*-- main ----------------------------------------------------------*/
#contents .container_big {
  padding-block: .8rem;
}
#contents .bg_beige {
  background-color: #faf5f0;
}

.sec_ttl img {
  margin: 0 auto;
}

.column2_box {
  width: 50%;
}

@media screen and (max-width: 768px) {
  #contents .container_big {
    padding-block: .4rem;
  }
  .column2_box {
    width: 100%;
  }
}

/*-- mv ----------------------------------------------------------*/
#contents #mv .container_big {
  padding-top: 0;
}

/*-- price ----------------------------------------------------------*/
.price .container_small {
  margin-top: .3rem;
}
.price_box {
  padding-right: .4rem;
  max-width: 40%;
}
.price_img {
  max-width: 60%;
}
.scent_purchase_set {
  width: 100%;
  margin-top: .2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.scent-picker {
  width: calc(100% - 3em);
}

.scentSelect {
  width: 100%;
  border: 1px solid #000;
  padding: .1rem;
  background-color: var(--white);
}
.price_btn {
  margin-top: .2rem;
}

@media screen and (max-width: 768px) {
  .price_box {
    padding-right: 0;
    max-width: 100%;
  }
  .price_box > img {
    width: 70%;
    margin: 0 auto;
  }
  .price_img {
    max-width: 100%;
    margin-top: .3rem;
  }
}

/*--#reason-----------------------------------------------------*/
#reason .flex_between {
  align-items: stretch;
}

#reason .column2_box {
  width: 48%;
}

#reason .column2_box dl dt {
  color: var(--green);
  font-size: var(--stacksize_ML);
  text-decoration: underline;
  font-weight: 800;
  margin-top: .4rem;
}
#reason .column2_box dl dt span {
  font-size: var(--stacksize_txt);
}

@media screen and (max-width: 768px) {
  #reason .container_big {
    padding-top: 0;
  }
  #reason .column2_box {
    width: 100%;
    display: flex;
    flex-direction: column;
  }
  #reason .column2_box:last-of-type {
    flex-direction: column-reverse;
  }
  #reason .column2_box dl dt {
    margin-top: .2rem;
  }
  #reason .column2_box:last-of-type img {
    margin-top: .2rem;
  }
}

/*--#functionality-----------------------------------------------------*/
#functionality .flex_between {
  margin-top: .4rem;
}

#functionality h3 {
  color:  var(--green);
  font-size: var(--stacksize_L);
  font-weight: 800;
  margin-top: .2rem;
}

@media screen and (max-width: 768px) {
  #functionality .flex_between {
    margin-top: .1rem;
  }
  #functionality .column2_box:last-of-type {
    margin-top: .2rem;
  }
}

/*-- #quality -----------------------------------------------------*/
#quality {
  background: url("../img/quality_bg.png") no-repeat center;
  background-size: cover;
  padding-block: .8rem;
}

#quality .container_big {
  background-color: var(--white);
  border-radius: .3rem;
}

#quality .sec_ttl {
  border-bottom: 1px solid var(--green);
  padding-bottom: .2rem;
  margin-inline: .15rem;
}

#quality dl {
  margin: .2rem .4rem 0;
}

#quality dl dt {
  color: var(--green);
  font-size: var(--stacksize_M);
  font-weight: 800;
  margin-top: .3rem;
}

@media screen and (max-width: 768px) {
  #quality {
    padding-block: .4rem;
  }
}

/*-- #scene -----------------------------------------------------*/
#scene {
  background: url("../img/scene_bg.png") no-repeat center top;
  background-size: cover;
  padding: .5rem 0 0;
}

#scene .container_big {
  padding: 0;
}

#scene .sec_ttl {
  max-width: 80%;
  margin: 0 auto .4rem;
}

@media screen and (max-width: 768px) {
  #scene {
    padding: .4rem 0 0;
  }
}

/*-- #voice -----------------------------------------------------*/
#voice .sec_ttl {
  max-width: 70%;
  margin: 0 auto .4rem;
}

#voice .flex_between {
  margin-top: .4rem;
}

#voice .flex_between img {
  max-width: 25%;
}

#voice dl {
  margin-left: .4rem;
}
#voice dl dt {
  color: var(--green);
  font-size: var(--stacksize_M);
  font-weight: 800;
  margin-bottom: .1rem;
}

#voice .flex_between {
  margin-top: .4rem;
}

@media screen and (max-width: 768px) {
  #voice .sec_ttl {
    margin: 0 auto;
  }
  #voice .flex_between {
    margin-top: .3rem;
  }
  #voice dl {
    margin-left: .2rem;
  }
}

/*--footer----------------------------------------------------------*/
footer {
  text-align: center;
  background-color: var(--black);
  padding: .4rem 0;
}

footer small {
  color: var(--white);
  font-size: var(--stacksize_S);
  font-weight: 600;
}

footer .foot_list {
  display: flex;
  justify-content: center;
  margin-top: .2rem;
}
footer .foot_list li {
  border-left: 1px solid var(--white);
  padding-inline: .15rem;
  line-height: 1.4;
  display: flex;
  align-items: center;
  justify-content: center;
}
footer .foot_list li:first-of-type {
  border-left: none;
}
footer .foot_list a {
  color: var(--white);
  font-size: var(--stacksize_S);
}

@media screen and (max-width: 768px) {
  footer .foot_list {
    flex-direction: column;
  }
  footer .foot_list li {
    border-left: none;
    padding: .05rem .15rem;
  }
}



/*--#subpage_ttl-----------------------------------------------------*/
#subpage_ttl .container_big {
  padding-bottom: 0;
}

#subpage_ttl .container_big h2 {
  display: flex;
  justify-content: center;
}

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


/*--#policies_dtl-----------------------------------------------------*/
#policies_dtl {
  padding-bottom: .8rem;
}

.policies_txt {
  counter-reset: num;
}

.policies_txt dt {
  color: var(--green);
  font-size: var(--stacksize_M);
  text-decoration: underline;
  font-weight: 800;
  margin: .3rem 0 .05rem;
}

.policies_txt dd ul li {
  font-size: clamp(.16rem, 2.5vw, .18rem);
  position: relative;
  padding-left: 1.2em;
  margin-left: 1em;
}
.policies_txt dd ul li:before {
  content: "・";
  position: absolute;
  left: 0;
  top: -.05em;
}

.policies_txt + .policies_txt  {
  margin-top: .6rem;
  padding-top: .2rem;
  border-top: #ccc 1px solid; 
}

.policies_txt dd ol {
  counter-increment: num;
}

.policies_txt dd ol li {
  font-size: clamp(.16rem, 2.5vw, .18rem);
  position: relative;
  padding-left: 1.2em;
  margin-left: 1em;
}
.policies_txt dd ol li:before {
  content: counter(num) ". ";
}


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

