@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&display=swap');
/*--------------------------
 common
----------------------------*/
html {
  overflow-x: hidden !important;
}

body {
  overflow-x: hidden !important;
}

/* img {
  image-rendering: -webkit-optimize-contrast;
} */

.contents img,
.img-wrapper img {
  width: 100%;
  max-width: 100%;
  height: auto;
}
.goodsDetailFreespace_ .goods-modal #refa_spec .spec_title01 img, .goodsDetailFreespace_ .goods-modal #refa_spec .spec_title02 img {
  width: auto;
}

a {
  text-decoration: none;
  transition: all .3s;
}

.pc-only {
  display: inherit !important;
}

.sp-only {
  display: none !important;
}

@media screen and (max-width: 767px) {
  .pc-only {
    display: none !important;
  }
  .sp-only {
    display: inherit !important;
  }
}

/*--------------------------
  banner
----------------------------*/
.banner {
  background-color: #c3dfdb;
  margin: 0 auto 112px;
}
@media screen and (max-width: 767px) {
  .banner {
    margin: 0 auto 12.8vw;
  }
}
.banner .banner__img {
  margin: auto;
  max-width: 1400px;
}
@media screen and (max-width: 960px) {
  .banner .banner__img {
    padding-left: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .banner .banner__img {
    padding: 0;
  }
}



/*--------------------------
  howto
----------------------------*/
.howto {
  margin-bottom: 80px;
}
@media screen and (max-width: 1080px) and (min-width: 767px) {
  .howto {
    margin-left: 4vw;
    margin-right: 4vw;
  }
}
@media screen and (max-width: 767px) {
  .howto {
      margin-bottom: 10.66666667vw;
  }
}
.howto__box {
  background-color: #edf5f4;
  padding: 0 20px 40px;
  margin: 0 auto;
  max-width: 1000px;
}
@media screen and (max-width: 767px) {
  .howto__box {
      max-width: 92vw;
      padding: 0 0 6.666666667vw;
  }
}
.howto__box__inner {
  margin: 0 auto;
  max-width: 840px;
}
@media screen and (max-width: 767px) {
  .howto__box__inner {
      max-width: 80.8vw;
  }
}
.howto__box .c-ttl {
  padding-bottom: 0;
  top: -12px;
  z-index: 1;
  margin-bottom: 20px;
}
.howto__box .c-ttl::after {
  display: none;
}
@media screen and (max-width: 767px) {
  .howto__box .c-ttl {
    top: -3.6vw;
    margin-bottom: 5.2vw;
  }
}
.howto__box__ttl {
  border-bottom: 1px solid #000000;
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 16px;
  padding-bottom: 24px;
  margin-bottom: 40px;
}
.howto__box__ttl img {
  width: 86px;
}
.howto__box__ttl__txt {
  text-align: center;
}
.howto__box__ttl__txt .sub {
  position: relative;
  color: #87b1ad;
  font-size: 16px;
  letter-spacing: 0.02em;
  line-height: 1;
  padding: 0 15px;
  width: max-content;
  margin-left: auto;
  margin-right: auto;
}
.howto__box__ttl__txt .sub::before,
.howto__box__ttl__txt .sub::after {
  position: absolute;
  content: '';
  display: block;
  background: center / contain no-repeat url(../img/ic-slash.png);
  width: 9px;
  height: 15px;
  bottom: 0;
}
.howto__box__ttl__txt .sub::before {
  left: 0;
}
.howto__box__ttl__txt .sub::after {
  right: 0;
  transform: scale(-1,1);
}
.howto__box__ttl__txt .main {
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1;
  margin-top: 14px;
}
@media screen and (max-width: 767px) {
  .howto__box__ttl {
    column-gap: 3.2vw;
    justify-content: flex-start;
    padding-bottom: 3.2vw;
    margin-bottom: 6.8vw;
  }
  .howto__box__ttl img {
    width: 17.33333333vw;
  }
  .howto__box__ttl__txt {
    text-align: left;
  }
  .howto__box__ttl__txt .sub {
    font-size: 3.2vw;
    padding: 0 3.466666667vw;
  }
  .howto__box__ttl__txt .sub::before,
  .howto__box__ttl__txt .sub::after {
    width: 1.86666667vw;
    height: 3.0666666667vw;
  }
  .howto__box__ttl__txt .main {
    font-size: 6.13333333vw;
    margin-top: 2.4vw;
    line-height: 1.21739;
  }
}
.howto__box__item {
  display: flex;
  align-items: center;
  column-gap: 6%;
}
@media screen and (max-width: 767px) {
  .howto__box__item {
    flex-direction: column;
    row-gap: 5.6vw;
  }
}
.howto__box__img {
  flex-shrink: 0;
  width: 41.43%;
}
@media screen and (max-width: 767px) {
  .howto__box__img {
      width: 100%;
  }
}
.howto__box__text {
  flex: 1;
}
.howto__box__text .ttl {
  color: #87b1ad;
  font-size: 17px;
  line-height: 1;
  margin-bottom: 16px;
  letter-spacing: 0.12em;
  font-weight: 500;
}
.howto__box__text .txt {
  font-size: 14px;
  line-height: 1.92857143;
  letter-spacing: 0.06em;
  color: #2d221f;
}
.howto__box__text .note {
  font-size: 12px;
  color: #2d221f;
  line-height: 1.63636363;
  padding-left: 1.8em;
  text-indent: -1.8em;
  margin-top: 16px;
}
@media screen and (max-width: 767px) {
  .howto__box__text .ttl {
    text-align: center;
    font-size: 3.8666666667vw;
    margin-bottom: 3.2vw;
  }
  .howto__box__text .txt {
    font-size: 3.6vw;
  }
  .howto__box__text .note {
    font-size: 2.933333333vw;
    margin-top: 3.2vw;
  }
}

/*--------------------------
  support
----------------------------*/
@media (min-width: 768px) {

  section.support {
    background-color: #fff;
    margin: 60px 0;
  }
  section.support img{
    height: auto;
  }
  section.support .inner {
    width: 720px;
    margin: auto;
    display: flex;
    padding: 40px 39px 35px 43px;
    border: 1px solid #8F999F;
  }

  section.support .inner .block-left,
  section.support .inner .block-right {
    width: 300px;
  }

  section.support .inner .block-left {
    margin-right: 38px;
  }

  section.support .inner .block-right {
    display: flex;
    align-items: center;
  }

  section.support .text-1 {
    font-family: 'YuMincho Medium', 'Yu Mincho Medium', serif;
    font-size: 1.125rem;
    line-height: calc(26.6 / 18);
    letter-spacing: 0.08em;
    margin-bottom: 10px;
  }

  section.support .text-2 {
    font-size: 0.875rem;
    line-height: calc(25.2 / 14);
    letter-spacing: 0.08em;
    color: #5C656B;
  }

  section.support .link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 300px;
    height: 56px;
    color: #fff;
    background-color: #010000;
    position: relative;
    text-decoration: none;
    font-size: 0.875rem;
    font-weight: bold;
    line-height: calc(19.6 / 14);
    letter-spacing: 0.08em;
  }

  section.support .link:before {
    content: '';
    background-image: url('../img/ic-support-wh.png');
    background-repeat: no-repeat;
    background-size: contain;
    width: 22px;
    height: 22px;
    display: block;
    position: relative;
    left: -7px;
    top: -2px;
  }

  section.support .link:after {
    content: '';
    background-image: url('../img/ic-arrow-white.png');
    background-repeat: no-repeat;
    background-size: contain;
    width: 14px;
    height: 14px;
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 12px;
  }
}
@media (max-width: 767.98px) {
  section.support {
    background-color: #fff;
    margin: 60px calc(15 / 375 * 100vw);
  }

  section.support .inner {
    margin: auto;
    padding: 27px calc(15 / 375 * 100vw) 30px calc(15 / 375 * 100vw);
    border: 1px solid #8F999F;
  }

  section.support .inner .block-right {
    display: flex;
    align-items: center;
  }

  section.support .text-1 {
    font-family: 'YuMincho Medium', 'Yu Mincho Medium', serif;
    font-size: 1.125rem;
    line-height: calc(25.2 / 18);
    letter-spacing: 0.08em;
    margin-bottom: 6px;
  }

  section.support .text-2 {
    font-size: 0.875rem;
    line-height: calc(25.2 / 14);
    letter-spacing: 0.08em;
    color: #5C656B;
  }

  section.support .link {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 56px;
    color: #fff;
    background-color: #010000;
    position: relative;
    text-decoration: none;
    font-size: 0.875rem;
    font-weight: bold;
    line-height: calc(19.6 / 14);
    letter-spacing: 0.08em;
    width: 100%;
    margin-top: 8px;
  }

  section.support .link:before {
    content: '';
    background-image: url('../img/ic-support-wh.png');
    background-repeat: no-repeat;
    background-size: contain;
    width: 22px;
    height: 22px;
    display: block;
    position: relative;
    left: -13px;
  }

  section.support .link:after {
    content: '';
    background-image: url('../img/ic-arrow-white.png');
    background-repeat: no-repeat;
    background-size: contain;
    width: 14px;
    height: 14px;
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 12px;
  }
}
/*--------------------------
 TIPS
----------------------------*/
@media (min-width: 768px){
  #refaHairTips{
    background-color: #F4F4F6;
    padding: 76px 0 79px 0;
  }
  #refaHairTips .block-inner{
    max-width: 1000px;
    margin: auto;
  }
  #refaHairTips .block-inner .caption{
    text-align: center;
    font-size: 1rem;
    color: #000000;
    line-height: calc(28.8 / 16);
    letter-spacing: 1.28px;
    margin-bottom: 31px;
  }
  #refaHairTips .block-inner-2{
    text-align: center;
  }
  #refaHairTips .block-inner .picture-wrapper{
    text-align: center;
    margin-bottom: 39px;
  }
  #refaHairTips .block-inner .picture-wrapper{
    max-width: 720px;
    width: 100%;
    margin-left: auto;
    margin-right: auto
  }
  #refaHairTips .block-title{
    text-align: center;
    margin-bottom: 40px;
  }
  #refaHairTips .block-title .sub{
    font-family :'YuMincho Medium','Yu Mincho Medium',serif;
    font-size: 1.5rem;
    line-height: calc(33.6 / 24);
    letter-spacing: 0.08em; 
    display: block;
  }
  #refaHairTips .block-title .main{
    font-family :'YuMincho Medium','Yu Mincho Medium',serif;
    font-size: 2.5rem;
    line-height: calc(56 / 40);
    letter-spacing: 0.08em; 
    display: block;
  }
  #refaHairTips .block-title:after{
    content:'';
    width: 44px;
    height: 1px;
    background-color: #3C4249;
    margin: 19px auto 0 auto;
    display: block;
  }
  #refaHairTips .btn-link{
    border: 1px solid #8F999F;
    width: 315px;
    margin: 30px auto 0  auto;
  }
  #refaHairTips .btn-link a{
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    width: 100%;
    min-height: 56px;
    font-size: 0.875rem;
    line-height: calc(19.6 / 14);
    letter-spacing: 1.12px;
    color: #000000;
    padding:10px 40px 10px 34px;
    position: relative;
  }
  #refaHairTips .btn-link a:after{
    content:'';
    background-image: url('/assets/beauty/refa/haircare/common/img/ic-arrow-gray.png');
    background-repeat: no-repeat;
    background-size: contain;
    width: 14px;
    height: 14px;
    display: block;
    position: absolute;
    right: 12px;
  }
}
@media (max-width: 767.98px){
  #refaHairTips{
    background-color: #F4F4F6;
    padding: 52px calc(15 / 375 * 100vw) 60px calc(15 / 375 * 100vw);
  }
  #refaHairTips .block-inner{
    margin: auto;
  }
  #refaHairTips .block-inner .caption{
    font-size: 1rem;
    color: #000000;
    line-height: calc(28.8 / 16);
    letter-spacing: 0.083em;
    margin-bottom: 18px;
  }
  #refaHairTips .block-inner .picture-wrapper{
    text-align: center;
    margin-bottom: 27px;
  }
  #refaHairTips .block-inner .picture-wrapper{
    width: 100%;
    margin-left: auto;
    margin-right: auto
  }
  #refaHairTips .block-title{
    text-align: center;
    margin-bottom: 34px;
  }
  #refaHairTips .block-title .sub{
    font-family :'YuMincho Medium','Yu Mincho Medium',serif;
    font-size: 1.25rem;
    line-height: calc(28 / 20);
    letter-spacing: 0.08em; 
    display: block;
    margin-bottom: 7px;
  }
  #refaHairTips .block-title .main{
    font-family :'YuMincho Medium','Yu Mincho Medium',serif;
    font-size: 1.75rem;
    line-height: calc(39.2 / 28);
    letter-spacing: 0.08em; 
    display: block;
  }
  #refaHairTips .block-title:after{
    content:'';
    width: 44px;
    height: 1px;
    background-color: #3C4249;
    margin: 21px auto 0 auto;
    display: block;
  }
  #refaHairTips .btn-link{
    border: 1px solid #8F999F;
    width: 315px;
    margin: 0 auto 0  auto;
  }
  #refaHairTips .btn-link a{
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    width: 100%;
    min-height: 56px;
    font-size: 0.875rem;
    line-height: calc(19.6 / 14);
    letter-spacing: 1.12px;
    color: #000000;
    padding:10px 40px 10px 34px;
    position: relative;
  }
  #refaHairTips .btn-link a:after{
    content:'';
    background-image: url('/assets/beauty/refa/haircare/common/img/ic-arrow-gray.png');
    background-repeat: no-repeat;
    background-size: contain;
    width: 14px;
    height: 14px;
    display: block;
    position: absolute;
    right: 12px;
  }
}

/* 20240318追加 ギフト */
.gift {
  margin: 60px 0;
  padding: 0 1rem;
}
.gift__box {
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
  border: 2px solid #c6d5de;
  padding: 22px;
  display: flex;
  align-items: center;
}
.gift__box::after {
  position: absolute;
  content: '';
  display: block;
  width: 98%;
  height: 93%;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  z-index: -1;
  border: 1px solid #C6D5DE;
}
.gift__box__text {
  flex: 1;
  text-align: center;
  letter-spacing: 0.08em;
}
.gift__box__text img {
  width: 38px;
  height: 38px;
}
.gift__box__text .ttl {
  margin: 14px 0;
}
.gift__box__text .ttl span {
  font-size: 22px;
  font-weight: 700;
  background:linear-gradient(transparent 60%, rgba(198, 213, 222, 0.5) 60%);
}
.gift__box__text .text {
  font-size: 20px;
  line-height: 1.8;
}
.gift__box__img {
  width: 44.5%;
}
@media screen and (max-width: 767.98px) {
  .gift {
    margin: 16vw 0;
    padding: 0;
  }
  .gift__box {
    max-width: 92vw;
    padding: 10.4vw 5.6vw 5.6vw;
    flex-direction: column;
    row-gap: 5vw;
  }
  .gift__box::after {
    width: 87.333333vw;
    height: 97%;
  }
  .gift__box__text img {
    width: 7.2vw;
    height: 7.2vw;
  }
  .gift__box__text .ttl {
    margin: 4vw 0;
  }
  .gift__box__text .ttl span {
    font-size:  calc(38 / 750 * 100vw);
  }
  .gift__box__text .text {
    font-size:  calc(30 / 750 * 100vw);
    line-height: 1.86;
  }
  .gift__box__img {
    width: 100%;
  }
}


/* 20251210 renewal */
.c-ttl {
  text-align: center;
  position: relative;
  margin-bottom: 40px;
  padding-bottom: 40px;
}
.c-ttl::after {
  position: absolute;
  content: '';
  display: block;
  width: 68px;
  height: 1px;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background-color: #000;
}
.c-ttl img {
  width: auto;
  height: 25px;
}
.c-ttl-txt {
  display: block;
  font-size: 22px;
  line-height: 1;
  font-family: "Noto Serif JP", serif;
  margin-top: 24px;
  font-weight: 500;
}
@media screen and (max-width: 766px) {
  .c-ttl {
    margin-bottom: 8.4vw;
    padding-bottom: 8.4vw;
  }
  .c-ttl::after {
    width: 11.73333333333vw;
  }
  .c-ttl img {
    height: 5.0666666667vw;
  }
  .c-ttl-txt {
    font-size: 4.53333333vw;
    margin-top: 3.6vw;
  }
}
/*--------------------------
 float nav
----------------------------*/
.floatnav {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  transition: all 0.3s;
  transform: translateY(100%);
  z-index: 9999;
  width: 100%;
  background-color: #808080;
}
.floatnav.is-show {
  transform: translateY(0);
}
.floatnav__inner {
  display: flex;
}
@media screen and (min-width: 767px) {
  .floatnav__inner {
    margin: 0 auto;
    max-width: 1000px;
    height: 46px;
    justify-content: center;
  }
}
@media screen and (max-width: 1080px) and (min-width: 767px) {
  .floatnav__inner {
    max-width: 92.5925925926vw;
    height: 4.2592592593vw;
  }
}
@media screen and (max-width: 766px) {
  .floatnav__inner {
    flex-wrap: wrap;
  }
}
.floatnav__list {
  display: flex;
}
@media screen and (max-width: 766px) {
  .floatnav__list {
    justify-content: center;
    width: 100%;
    height: 7.4666666667vw;
  }
}
.floatnav__list__item {
  display: flex;
  align-items: center;
}
.floatnav__list__item:not(:last-of-type) a {
  border-right: 1px solid #fff;
}
.floatnav__list__item a {
  color: #fff;
  text-decoration: none;
}
@media screen and (max-width: 766px) {
  .floatnav__list__item a {
    font-size: calc(22 / 750 * 100vw);
    line-height: 1;
    letter-spacing: 0em;
    font-weight: 500;
  }
}
@media screen and (min-width: 767px) {
  .floatnav__list__item a {
    line-height: 1.5;
    font-weight: 500;
    font-size: 16px;
    padding: 0 32px;
  }
}
@media screen and (max-width: 1080px) and (min-width: 767px) {
  .floatnav__list__item a {
    font-size: 1.4814814815vw;
    padding: 0 2.962962963vw;
  }
}
@media screen and (max-width: 766px) {
  .floatnav__list__item a {
    padding: 0 2.6666666667vw;
  }
}
.floatnav__btn {
  display: flex;
}
@media screen and (min-width: 767px) {
  .floatnav__btn {
    height: 100%;
  }
}
@media screen and (max-width: 766px) {
  .floatnav__btn {
    width: 100%;
    height: 9.6vw;
  }
}
.floatnav__btn__buy {
  text-decoration: none;
  color: #fff;
  position: relative;
  background: center/cover no-repeat url(../img/bg-buybtn.jpg);
  display: flex;
  align-items: center;
  height: 100%;
}
@media screen and (max-width: 766px) {
  .floatnav__btn__buy {
    font-size: calc(28 / 750 * 100vw);
    line-height: 1;
    letter-spacing: 0.02em;
    font-weight: 500;
  }
}
@media screen and (min-width: 767px) {
  .floatnav__btn__buy {
    justify-content: flex-end;
    font-weight: 700;
    font-size: 17px;
    letter-spacing: 0.1em;
    padding-right: 32px;
    width: 238.5px;
  }
}
@media screen and (max-width: 1080px) and (min-width: 767px) {
  .floatnav__btn__buy {
    font-size: 1.5740740741vw;
    width: 22.0833333333vw;
  }
}
@media screen and (max-width: 766px) {
  .floatnav__btn__buy {
    flex: 1;
    padding-left: 34vw;
  }
}
.floatnav__btn__buy::before {
  position: absolute;
  content: "";
  display: block;
  top: 50%;
  transform: translateY(-50%);
  background: center/contain no-repeat url(/assets/beauty/refa/haircare/products/img/ic-cart.png);
}
@media screen and (min-width: 767px) {
  .floatnav__btn__buy::before {
    width: 23px;
    height: 24px;
    left: 40px;
  }
}
@media screen and (max-width: 1080px) and (min-width: 767px) {
  .floatnav__btn__buy::before {
    width: 2.1296296296vw;
    height: 2.2222222222vw;
    left: 3.7037037037vw;
  }
}
@media screen and (max-width: 766px) {
  .floatnav__btn__buy::before {
    width: 4.6666666667vw;
    height: 4.8vw;
    left: 27.4666666667vw;
  }
}
.floatnav__btn__totop {
  display: block;
  background-color: #404040;
  height: 100%;
  position: relative;
}
@media screen and (min-width: 767px) {
  .floatnav__btn__totop {
    width: 46px;
  }
}
@media screen and (max-width: 1080px) and (min-width: 767px) {
  .floatnav__btn__totop {
    width: 4.2592592593vw;
  }
}
@media screen and (max-width: 766px) {
  .floatnav__btn__totop {
    width: 9.6vw;
  }
}
.floatnav__btn__totop::after {
  position: absolute;
  content: "";
  display: block;
  background: center/contain no-repeat url(../img/ic-arrow-totop.png);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (min-width: 767px) {
  .floatnav__btn__totop::after {
    width: 15px;
    height: 9px;
  }
}
@media screen and (max-width: 1080px) and (min-width: 767px) {
  .floatnav__btn__totop::after {
    width: 1.3888888889vw;
    height: 0.8333333333vw;
  }
}
@media screen and (max-width: 766px) {
  .floatnav__btn__totop::after {
    width: 2.4vw;
    height: 1.4666666667vw;
  }
}

/*--------------------------
 banner ttl
----------------------------*/
.banner-ttl {
  text-align: center;
}
@media screen and (min-width: 767px) {
  .banner-ttl {
    font-size: 22px;
    line-height: 1;
    letter-spacing: 0.1em;
    font-weight: 500;
  }
}
@media screen and (max-width: 766px) {
  .banner-ttl {
    font-size: calc(32 / 750 * 100vw);
    line-height: 1;
    letter-spacing: 0.1em;
    font-weight: 500;
  }
}
@media screen and (min-width: 767px) {
  .banner-ttl {
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 766px) {
  .banner-ttl {
    width: 100vw;
    margin: 0 calc( 50% - 50vw ) 4vw;
  }
}

/*--------------------------
 subscription
----------------------------*/
@media screen and (min-width: 767px) {
  .subscription {
    margin-top: 72px;
    margin-bottom: 72px;
  }
}
@media screen and (max-width: 766px) {
  .subscription {
    margin-bottom: 9.6vw;
  }
}
.subscription__inner {
  margin: 0 auto;
}
@media screen and (min-width: 767px) {
  .subscription__inner {
    max-width: 1000px;
  }
}
@media screen and (max-width: 1080px) and (min-width: 767px) {
  .subscription__inner {
    max-width: 92.5925925926vw;
  }
}
@media screen and (max-width: 766px) {
  .subscription__inner {
    max-width: 92vw;
  }
}
.subscription__ttl {
  text-align: center;
}
@media screen and (min-width: 767px) {
  .subscription__ttl {
    margin-bottom: 28px;
  }
}
@media screen and (max-width: 766px) {
  .subscription__ttl {
    margin-bottom: 3.6vw;
  }
}
.subscription__ttl__sub {
  color: #87b1ad;
  display: block;
}
@media screen and (min-width: 767px) {
  .subscription__ttl__sub {
    font-size: 20px;
    line-height: 1;
    letter-spacing: 0.1em;
    font-weight: 500;
  }
}
@media screen and (max-width: 766px) {
  .subscription__ttl__sub {
    font-size: calc(30 / 750 * 100vw);
    line-height: 1;
    letter-spacing: 0.1em;
    font-weight: 500;
  }
}
@media screen and (min-width: 767px) {
  .subscription__ttl__sub {
    margin-bottom: 12px;
  }
}
@media screen and (max-width: 766px) {
  .subscription__ttl__sub {
    margin-bottom: 2.8vw;
  }
}
.subscription__ttl__main {
  display: block;
}
@media screen and (min-width: 767px) {
  .subscription__ttl__main {
    font-size: 22px;
    line-height: 1;
    letter-spacing: 0.12em;
    font-weight: 500;
  }
}
@media screen and (max-width: 766px) {
  .subscription__ttl__main {
    font-size: calc(34 / 750 * 100vw);
    line-height: 1;
    letter-spacing: 0.12em;
    font-weight: 500;
  }
}
.subscription__list {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 767px) {
  .subscription__list {
    align-items: center;
    row-gap: 20px;
  }
}
@media screen and (max-width: 766px) {
  .subscription__list {
    row-gap: 2.1333333333vw;
  }
}
@media screen and (min-width: 767px) {
  .subscription__list__item {
    width: 48%;
    height: 64px;
  }
}
@media screen and (max-width: 766px) {
  .subscription__list__item {
    width: 100%;
    height: 11.7333333333vw;
  }
}
.subscription__list__item a {
  display: flex;
  height: 100%;
  justify-content: space-between;
  align-items: center;
  background-color: #e6f9f7;
  border: 1px solid #c3c3c3;
  position: relative;
  text-decoration: none;
}
@media screen and (min-width: 767px) {
  .subscription__list__item a {
    border-radius: 10px;
    padding: 0 48px 0 23px;
  }
}
@media screen and (max-width: 766px) {
  .subscription__list__item a {
    border-radius: 1.3333333333vw;
    padding: 0 8.5333333333vw 0 3.7333333333vw;
  }
}
.subscription__list__item a::after {
  position: absolute;
  content: "";
  display: block;
  background: center/contain no-repeat url(../img/ic-arrow-bk.png);
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (min-width: 767px) {
  .subscription__list__item a::after {
    width: 9px;
    height: 15px;
    right: 16px;
  }
}
@media screen and (max-width: 766px) {
  .subscription__list__item a::after {
    width: 1.7333333333vw;
    height: 2.8vw;
    right: 3.2vw;
  }
}
@media screen and (min-width: 767px) {
  .subscription__list__item__text {
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0.08em;
    font-weight: 700;
  }
}
@media screen and (max-width: 766px) {
  .subscription__list__item__text {
    font-size: calc(22 / 750 * 100vw);
    line-height: 1;
    letter-spacing: 0.08em;
    font-weight: 700;
  }
}
.subscription__list__item img {
  height: auto;
}
@media screen and (min-width: 767px) {
  .subscription__list__item img {
    width: 13px;
  }
}
@media screen and (max-width: 766px) {
  .subscription__list__item img {
    width: 2.4vw;
  }
}
/*--------------------------
 fragrance
----------------------------*/
@media screen and (min-width: 767px) {
  .fragrance {
    margin-bottom: 70px;
  }
}
@media screen and (max-width: 1080px) and (min-width: 767px) {
  .fragrance {
    margin-left: 4vw;
    margin-right: 4vw;
  }
}
@media screen and (max-width: 766px) {
  .fragrance {
    margin: 0 0 10.666666667vw;
  }
}
.fragrance__box {
  position: relative;
  border: 1px solid #c3c3c3;
  margin: 0 auto;
}
@media screen and (min-width: 767px) {
  .fragrance__box {
    max-width: 1000px;
    padding: 28px 32px 28px 28px;
  }
}
@media screen and (max-width: 1080px) and (min-width: 767px) {
  .fragrance__box {
    padding: 2.5925925926vw 2.962962963vw 2.5925925926vw 2.5925925926vw;
  }
}
@media screen and (max-width: 766px) {
  .fragrance__box {
    max-width: 92vw;
    padding: 10.6666666667vw 8vw;
  }
}
.fragrance__box__bnr {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  background-color: #f7962b;
  position: absolute;
  border-radius: 50%;
  padding-top: 0.6%;
}
@media screen and (min-width: 767px) {
  .fragrance__box__bnr {
    font-size: 13.38px;
    line-height: 1.3886397608;
    letter-spacing: 0em;
    font-weight: 500;
  }
}
@media screen and (max-width: 766px) {
  .fragrance__box__bnr {
    font-size: calc(23 / 750 * 100vw);
    line-height: 1.4347826087;
    letter-spacing: 0em;
    font-weight: 500;
  }
}
@media screen and (min-width: 767px) {
  .fragrance__box__bnr {
    top: 28px;
    right: 32px;
    width: 100px;
    height: 100px;
  }
}
@media screen and (max-width: 766px) {
  .fragrance__box__bnr {
    top: 5.3333333333vw;
    right: 8vw;
    width: 23.4666666667vw;
    height: 23.4666666667vw;
  }
}
.fragrance__box__inner {
  position: relative;
  display: flex;
}
@media screen and (min-width: 767px) {
  .fragrance__box__inner {
    column-gap: 32px;
  }
}
@media screen and (max-width: 1080px) and (min-width: 767px) {
  .fragrance__box__inner {
    column-gap: 2.962962963vw;
  }
}
@media screen and (min-width: 767px) {
  .fragrance__box__img {
    width: 50%;
  }
}
@media screen and (max-width: 766px) {
  .fragrance__box__img {
    position: absolute;
    z-index: 1;
    left: 50%;
    transform: translateX(-50%);
    width: 76vw;
    top: 24vw;
  }
}
@media screen and (min-width: 767px) {
  .fragrance__box__text {
    flex: 1;
    padding-top: 36px;
  }
}
@media screen and (min-width: 767px) {
  .fragrance__box__text__ttl {
    font-size: 20px;
    line-height: 1.5;
    letter-spacing: 0.1em;
    font-weight: 500;
  }
}
@media screen and (max-width: 766px) {
  .fragrance__box__text__ttl {
    font-size: calc(34 / 750 * 100vw);
    line-height: 1.7647058824;
    letter-spacing: 0.1em;
    font-weight: 500;
  }
}
@media screen and (min-width: 767px) {
  .fragrance__box__text__ttl {
    margin-bottom: 36px;
  }
}
@media screen and (max-width: 1080px) and (min-width: 767px) {
  .fragrance__box__text__ttl {
    margin-bottom: 3.3333333333vw;
  }
}
@media screen and (max-width: 766px) {
  .fragrance__box__text__ttl {
    margin-bottom: 64vw;
  }
}
@media screen and (max-width: 1080px) and (min-width: 767px) {
  .fragrance__box__text__ttl br.sp-only {
    display: block !important;
  }
}
@media screen and (min-width: 767px) {
  .fragrance__box__text__txt {
    font-size: 16px;
    line-height: 1.875;
    letter-spacing: 0.06em;
    font-weight: 400;
  }
}
@media screen and (max-width: 766px) {
  .fragrance__box__text__txt {
    font-size: calc(28 / 750 * 100vw);
    line-height: 1.8571428571;
    letter-spacing: 0.06em;
    font-weight: 400;
  }
}
/*--------------------------
 plus
----------------------------*/
@media screen and (min-width: 767px) {
  .plus {
    margin-bottom: 120px;
  }
}
@media screen and (max-width: 1080px) and (min-width: 767px) {
  .plus {
    margin-left: 4vw;
    margin-right: 4vw;
  }
}
@media screen and (max-width: 766px) {
  .plus {
    margin: 0 0 16.8vw;
  }
}
.plus__inner {
  margin: 0 auto;
  display: flex;
}
@media screen and (min-width: 767px) {
  .plus__inner {
    max-width: 1000px;
    align-items: center;
    justify-content: space-between;
  }
}
@media screen and (max-width: 766px) {
  .plus__inner {
    max-width: 92vw;
    flex-direction: column;
    row-gap: 6vw;
  }
}
.plus__text__ttl {
  color: #87b1ad;
  font-weight: 500;
  line-height: 1;
}
.plus__text__txt {
  color: #2d221f;
}
.plus__text__btn {
  background-color: #2d221f;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: 500;
  letter-spacing: 0.08em;
}
.plus__text__btn::after {
  position: absolute;
  content: '';
  display: block;
  background: center / contain no-repeat url(../img/ic-arrow-white.png);
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (min-width: 767px) {
  .plus__img {
    width: 50%;
  }
  .plus__text {
    width: 45%;
  }
  .plus__text__ttl {
    font-size: 17px;
    margin-bottom: 15px;
  }
  .plus__text__txt {
    font-size: 14px;
    line-height: 1.928571428571;
  }
  .plus__text__btn {
    max-width: 345px;
    height: 64px;
    margin-top: 30px;
  }
  .plus__text__btn::after {
    width: 12px;
    height: 21px;
    right: 20px;
  }
  .plus__text__btn__sub {
    font-size: 12px;
  }
  .plus__text__btn__main {
    font-size: 14px;
  }
}
@media screen and (max-width: 766px) {
  .plus__text__ttl {
    text-align: center;
    font-size: 3.73333333vw;
    margin-bottom: 3.2vw;
  }
  .plus__text__txt {
    font-size: 3.466666667vw;
    line-height: 1.84615285;
  }
  .plus__text__btn {
    width: 100%;
    height: 13.8666666667vw;
    margin-top: 5.6vw;
  }
  .plus__text__btn::after {
    width: 3.2vw;
    height: 5.6vw;
    right: 10vw;
  }
  .plus__text__btn__sub {
    font-size: 3.2vw;
  }
  .plus__text__btn__main {
    font-size: 3.733333333vw;
  }
}
/*--------------------------
 buy-now
----------------------------*/
.buy-now-img {
  position: relative;
}
@media screen and (min-width: 767px) {
  .buy-now {
    margin-top: 120px;
    margin-bottom: 120px;
  }
  .buy-now .goodsproductdetail_ {
    display: flex;
    justify-content: space-between;
  }
  #goodsspec_body .buy-now .goodsproductdetail_ {
    margin-bottom: 80px;
  }
  .buy-now-img {
    width: 44.35%;
    overflow: hidden;
  }
  .buy-now-img img {
    width: 100%;
    height: auto;
  }
  #goodsspec_body .buy-now .goodsproductdetail_ .goodsspec_ {
    float: none;
  }
  section.buy-now #refa-straightlock-buy-now .button-next,
  section.buy-now #refa-straightlock-buy-now .button-prev {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    cursor: pointer;
  }
  section.buy-now #refa-straightlock-buy-now .button-next[aria-disabled="true"],
  section.buy-now #refa-straightlock-buy-now .button-prev[aria-disabled="true"] {
    display: none;
  }
  section.buy-now #refa-straightlock-buy-now .button-prev {
    left: 15px;
  }
  section.buy-now #refa-straightlock-buy-now .button-next {
    right: 15px;
  }
  section.buy-now #refa-straightlock-buy-now .button-next::after {
    content: "";
    display: block;
    background-image: url("/assets/beauty/refa/haircare/common/img/im-carousel-right.png");
    background-repeat: no-repeat;
    background-size: contain;
    width: 32px;
    height: 32px;
  }
  section.buy-now #refa-straightlock-buy-now .button-prev::after {
    content: "";
    display: block;
    background-image: url("/assets/beauty/refa/haircare/common/img/im-carousel-left.png");
    background-repeat: no-repeat;
    background-size: contain;
    width: 32px;
    height: 32px;
  }
}
@media screen and (max-width: 766px) {
  .buy-now {
    margin-top: 16vw;
  }
  #goodsspec_body .buy-now .goodsproductdetail_ {
    margin-bottom: 10.8vw;
  }
  section.buy-now #refa-straightlock-buy-now .button-next,
  section.buy-now #refa-straightlock-buy-now .button-prev {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    cursor: pointer;
  }
  section.buy-now #refa-straightlock-buy-now .button-next[aria-disabled="true"],
  section.buy-now #refa-straightlock-buy-now .button-prev[aria-disabled="true"] {
    display: none;
  }
  section.buy-now #refa-straightlock-buy-now .button-prev {
    left: 10px;
  }
  section.buy-now #refa-straightlock-buy-now .button-next {
    right: 10px;
  }
  section.buy-now #refa-straightlock-buy-now .button-next::after {
    content: "";
    display: block;
    background-image: url("/assets/beauty/refa/haircare/common/img/im-carousel-right.png");
    background-repeat: no-repeat;
    background-size: contain;
    width: 32px;
    height: 32px;
  }
  section.buy-now #refa-straightlock-buy-now .button-prev::after {
    content: "";
    display: block;
    background-image: url("/assets/beauty/refa/haircare/common/img/im-carousel-left.png");
    background-repeat: no-repeat;
    background-size: contain;
    width: 32px;
    height: 32px;
  }
}
/*--------------------------
 faq
----------------------------*/
@media (min-width: 768px) {
  section.faq {
    background-color: #c7d5de;
    padding: 64px 0 100px 0;
  }
  section.faq .block-title {
    margin: auto;
    text-align: center;
    margin-bottom: 50px;
    letter-spacing: 0.1em;
  }
  section.faq .block-title .sub {
    display: block;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 22px;
  }
  section.faq .block-title .main {
    display: block;
    margin-bottom: 12px;
  }
  section.faq .block-title .main img {
    width: 83px;
  }
  section.faq #refa-lockoil-faq {
    width: 720px;
    background-color: #fff;
    margin: auto;
  }
  section.faq #refa-lockoil-faq .list > li:nth-of-type(n + 2) {
    border-top: 1px solid #d8dee5;
  }
  section.faq #refa-lockoil-faq .question {
    display: flex;
    align-items: stretch;
    position: relative;
    padding: 20px 40px 20px 20px;
    font-size: 1rem;
    line-height: calc(25.2 / 16);
    letter-spacing: 0.08em;
    text-decoration: none;
  }
  section.faq #refa-lockoil-faq .answer .inner {
    display: flex;
    align-items: stretch;
    position: relative;
    padding: 0 34px 40px 20px;
    color: #5c656b;
    font-size: 0.875rem;
    line-height: calc(22.4 / 14);
    letter-spacing: 0.08em;
  }
  section.faq #refa-lockoil-faq .question p {
    position: relative;
    top: 2px;
  }
  section.faq #refa-lockoil-faq .answer .inner p {
    position: relative;
    top: 10px;
  }
  section.faq #refa-lockoil-faq .answer {
    display: none;
  }
  section.faq #refa-lockoil-faq .answer a {
    text-decoration: none;
    color: #5c656b;
    font-size: 0.875rem;
    line-height: calc(22.4 / 14);
    letter-spacing: 0.08em;
  }
  section.faq #refa-lockoil-faq .question:before {
    content: "";
    background-image: url("/assets/beauty/refa/haircare/products/img/ic-question.jpg");
    background-repeat: no-repeat;
    background-size: contain;
    width: 30px;
    height: 30px;
    display: block;
    margin-right: 20px;
    flex-shrink: 0;
  }
  section.faq #refa-lockoil-faq .question[aria-expanded="false"]:after {
    content: "";
    background-image: url("/assets/beauty/refa/haircare/products/img/ic-plus-black.png");
    background-repeat: no-repeat;
    background-size: contain;
    width: 11px;
    height: 11px;
    display: block;
    margin-left: 14px;
    flex-shrink: 0;
    position: absolute;
    top: 30px;
    right: 15px;
  }
  section.faq #refa-lockoil-faq .question[aria-expanded="true"]:after {
    content: "";
    background-image: url("/assets/beauty/refa/haircare/products/img/ic-minus-black.png");
    background-repeat: no-repeat;
    background-size: contain;
    width: 11px;
    height: 11px;
    display: block;
    margin-left: 14px;
    flex-shrink: 0;
    position: absolute;
    top: 30px;
    right: 15px;
  }
  section.faq #refa-lockoil-faq .question span {
    width: calc(100% - 50px - 25px);
    position: relative;
    top: 4px;
  }
  section.faq #refa-lockoil-faq .answer .inner:before {
    content: "";
    background-image: url("/assets/beauty/refa/haircare/products/img/ic-answer.jpg");
    background-repeat: no-repeat;
    background-size: contain;
    width: 30px;
    height: 30px;
    display: block;
    margin-right: 20px;
    flex-shrink: 0;
    position: relative;
    top: 6px;
  }
}
@media (min-width: 768px) and (max-width: 839.98px) {
  section.faq #refa-lockoil-faq {
    width: calc(720 / 840 * 100vw);
  }
}
@media (max-width: 767.98px) {
  section.faq {
    background-color: #c6d5de;
    padding: 14.8vw 4vw 8vw;
    margin-top: 16vw;
  }
  section.faq .block-title {
    margin: auto;
    text-align: center;
    margin-bottom: 10vw;
    letter-spacing: 0.1em;
  }
  section.faq .block-title .sub {
    display: block;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 4.53vw;
  }
  section.faq .block-title .main {
    display: block;
    margin-bottom: 3.2vw;
  }
  section.faq .block-title .main img {
    width: 16.1333333333vw;
  }
  section.faq #refa-lockoil-faq {
    background-color: #fff;
    margin: auto;
  }
  section.faq #refa-lockoil-faq .list > li:nth-of-type(n + 2) {
    border-top: 1px solid #d8dee5;
  }
  section.faq #refa-lockoil-faq .question {
    display: flex;
    align-items: stretch;
    position: relative;
    padding: 20px 40px 20px calc(15 / 375 * 100vw);
    font-size: 1rem;
    line-height: calc(25.2 / 16);
    letter-spacing: 0.08em;
    text-decoration: none;
  }
  section.faq #refa-lockoil-faq .answer .inner {
    display: flex;
    align-items: stretch;
    position: relative;
    padding: 2px 16px 40px calc(15 / 375 * 100vw);
    color: #5c656b;
    font-size: 0.875rem;
    line-height: calc(22.4 / 14);
    letter-spacing: 0.08em;
  }
  section.faq #refa-lockoil-faq .answer {
    display: none;
  }
  section.faq #refa-lockoil-faq .question:before {
    content: "";
    background-image: url("/assets/beauty/refa/haircare/products/img/ic-question.jpg");
    background-repeat: no-repeat;
    background-size: contain;
    width: 30px;
    height: 30px;
    display: block;
    margin-right: calc(15 / 375 * 100vw);
    flex-shrink: 0;
  }
  section.faq #refa-lockoil-faq .question[aria-expanded="false"]:after {
    content: "";
    background-image: url("/assets/beauty/refa/haircare/products/img/ic-plus-black.png");
    background-repeat: no-repeat;
    background-size: contain;
    width: 11px;
    height: 11px;
    display: block;
    margin-left: 14px;
    flex-shrink: 0;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
  }
  section.faq #refa-lockoil-faq .question[aria-expanded="true"]:after {
    content: "";
    background-image: url("/assets/beauty/refa/haircare/products/img/ic-minus-black.png");
    background-repeat: no-repeat;
    background-size: contain;
    width: 11px;
    height: 11px;
    display: block;
    margin-left: 14px;
    flex-shrink: 0;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
  }
  section.faq #refa-lockoil-faq .question span {
    width: calc(100% - 50px - 25px);
    position: relative;
    top: 4px;
  }
  section.faq #refa-lockoil-faq .answer .inner:before {
    content: "";
    background-image: url("/assets/beauty/refa/haircare/products/img/ic-answer.jpg");
    background-repeat: no-repeat;
    background-size: contain;
    width: 30px;
    height: 30px;
    display: block;
    margin-right: calc(15 / 375 * 100vw);
    flex-shrink: 0;
    position: relative;
    top: 5px;
  }
  section.faq #refa-lockoil-faq .question p {
    position: relative;
    top: 2px;
  }
  section.faq #refa-lockoil-faq .answer .inner p {
    position: relative;
    top: 10px;
  }
  section.faq #refa-lockoil-faq .answer a {
    text-decoration: none;
    color: #5c656b;
    font-size: 0.875rem;
    line-height: calc(22.4 / 14);
    letter-spacing: 0.08em;
  }
}
.goodsDetailFreespace_.refaseries {
  padding-bottom: 0;
}

/* detail */
.contents .l-inner {
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .contents .l-inner {
    max-width: 992px;
  }
}
@media screen and (max-width: 1500px) and (min-width: 768px) {
  .contents .l-inner {
    max-width: 66.1333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .contents .l-inner {
    max-width: 92vw;
  }
}
.contents .p-detail__item {
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../img/bg-feature.jpg);
}
@media screen and (min-width: 768px) {
  .contents .p-detail__item {
    padding: 140px 0 148px;
  }
}
@media screen and (max-width: 1500px) and (min-width: 768px) {
  .contents .p-detail__item {
    padding: 9.3333333333vw 0 9.8666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .contents .p-detail__item {
    background-image: url(../img/bg-feature-sp.jpg);
    padding: 16vw 0;
  }
}
@media screen and (min-width: 768px) {
  .contents .p-detail__item.straight .p-detail__item-intro .text-txt {
    margin-bottom: 12px;
  }
}
@media screen and (max-width: 1500px) and (min-width: 768px) {
  .contents .p-detail__item.straight .p-detail__item-intro .text-txt {
    margin-bottom: 0.8vw;
  }
}
@media screen and (max-width: 767px) {
  .contents .p-detail__item.straight .p-detail__item-intro .text-txt {
    width: 100vw;
    margin: 0 calc( 50% - 50vw ) 4vw;
  }
}
.contents .p-detail__item.straight .p-detail__item-point .text-ttl-txt,
.contents .p-detail__item.straight .p-detail__item-point .text-subttl,
.contents .p-detail__item.straight .p-detail__item-point .text-txt,
.contents .p-detail__item.straight .p-detail__item-point .text-note {
  color: #2d221f;
}
@media screen and (min-width: 768px) {
  .contents .p-detail__item.straight .p-detail__item-point .text-ttl-txt {
    padding-top: 20px;
  }
}
@media screen and (max-width: 1500px) and (min-width: 768px) {
  .contents .p-detail__item.straight .p-detail__item-point .text-ttl-txt {
    padding-top: 1.3333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .contents .p-detail__item.straight .p-detail__item-point .text-ttl-icon {
    width: 172px;
  }
}
@media screen and (max-width: 1500px) and (min-width: 768px) {
  .contents .p-detail__item.straight .p-detail__item-point .text-ttl-icon {
    width: 11.4666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .contents .p-detail__item.straight .p-detail__item-point .text-ttl-icon {
    width: 40vw;
    margin-right: 1.3333333333vw;
  }
}
.contents .p-detail__item.straight .p-detail__item-point .text-subttl {
  border-top: 1px solid #2d221f;
  border-bottom: 1px solid #2d221f;
}
@media screen and (min-width: 768px) {
  .contents .p-detail__item.straight .p-detail__item-point.point01 .img {
    padding-bottom: 24px;
  }
}
@media screen and (max-width: 1500px) and (min-width: 768px) {
  .contents .p-detail__item.straight .p-detail__item-point.point01 .img {
    padding-bottom: 1.6vw;
  }
}
@media screen and (max-width: 767px) {
  .contents .p-detail__item.straight .p-detail__item-point.point01 .img {
    margin-left: 3.7333333333vw;
  }
}
.contents .p-detail__item.straight .p-detail__item-point.point01 .img::before {
  background: linear-gradient(150deg, #cee7e4 0%, #87b1ad 100%);
}
@media screen and (max-width: 767px) {
  .contents .p-detail__item.straight .p-detail__item-point.point01 .img::before {
    left: -4.5333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .contents .p-detail__item.straight .p-detail__item-point.point02 .text-ttl-txt {
    text-align: center;
  }
}
@media screen and (min-width: 768px) {
  .contents .p-detail__item.straight .p-detail__item-point.point02 .text-subttl {
    margin-bottom: 12px;
  }
}
@media screen and (max-width: 1500px) and (min-width: 768px) {
  .contents .p-detail__item.straight .p-detail__item-point.point02 .text-subttl {
    margin-bottom: 0.8vw;
  }
}
@media screen and (min-width: 768px) {
  .contents .p-detail__item.straight .p-detail__item-point.point02 .text-txt + .text-txt {
    margin-top: 10px;
  }
}
@media screen and (max-width: 1500px) and (min-width: 768px) {
  .contents .p-detail__item.straight .p-detail__item-point.point02 .text-txt + .text-txt {
    margin-top: 0.6666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .contents .p-detail__item.straight .p-detail__item-point.point01 .text-note,
  .contents .p-detail__item.straight .p-detail__item-point.point02 .text-note {
    margin-top: 8px;
  }
}
@media screen and (max-width: 1500px) and (min-width: 768px) {
  .contents .p-detail__item.straight .p-detail__item-point.point01 .text-note,
  .contents .p-detail__item.straight .p-detail__item-point.point02 .text-note {
    margin-top: 0.5333333333vw;
  }
}
.contents .p-detail__item-ttl {
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .contents .p-detail__item-ttl {
    margin-bottom: 140px;
  }
}
@media screen and (max-width: 1500px) and (min-width: 768px) {
  .contents .p-detail__item-ttl {
    margin-bottom: 9.3333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .contents .p-detail__item-ttl {
    margin-bottom: 17.0666666667vw;
  }
}
.contents .p-detail__item-intro {
  display: flex;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .contents .p-detail__item-intro {
    justify-content: space-between;
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 1500px) and (min-width: 768px) {
  .contents .p-detail__item-intro {
    margin-bottom: 4vw;
  }
}
@media screen and (max-width: 767px) {
  .contents .p-detail__item-intro {
    flex-direction: column;
    row-gap: 6.6666666667vw;
    margin-bottom: 10.2666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .contents .p-detail__item-intro .img {
    width: 496px;
  }
}
@media screen and (max-width: 1500px) and (min-width: 768px) {
  .contents .p-detail__item-intro .img {
    width: 33.0666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .contents .p-detail__item-intro .img {
    width: 100vw;
    margin: 0 calc(50vw - 50%);
  }
}
.contents .p-detail__item-intro .img-txt {
  display: flex;
  justify-content: center;
}
.contents .p-detail__item-intro .img-txt li {
  color: #fff;
  background-color: #e5ada6;
  line-height: 1;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .contents .p-detail__item-intro .img-txt {
    margin-top: 24px;
    column-gap: 8px;
  }
  .contents .p-detail__item-intro .img-txt li {
    border-radius: 14px;
    font-size: 14px;
    padding: 8px 13px;
  }
}
@media screen and (max-width: 1500px) and (min-width: 768px) {
  .contents .p-detail__item-intro .img-txt {
    margin-top: 1.6vw;
    column-gap: 0.53333333vw;
  }
  .contents .p-detail__item-intro .img-txt li {
    border-radius: 0.9333333333vw;
    font-size: 0.9333333333vw;
    padding: 0.53333333vw 0.8666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .contents .p-detail__item-intro .img-txt {
    column-gap: 2.13333333vw;
    margin-top: 4.266666667vw;
  }
  .contents .p-detail__item-intro .img-txt li {
    font-size: 3.3333333333vw;
    border-radius: 3.2vw;
    padding: 1.6vw 3.2vw;
  }
}
@media screen and (min-width: 768px) {
  .contents .p-detail__item-intro .text {
    width: 452px;
  }
}
@media screen and (max-width: 1500px) and (min-width: 768px) {
  .contents .p-detail__item-intro .text {
    width: 30.1333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .contents .p-detail__item-intro .text {
    width: 100%;
    text-align: center;
  }
}
@media screen and (min-width: 768px) {
  .contents .p-detail__item-intro .text-ttl {
    font-size: 24px;
    line-height: 1.7083333333;
    letter-spacing: 0.08em;
    font-weight: 400;
  }
}
@media screen and (max-width: 1500px) and (min-width: 768px) {
  .contents .p-detail__item-intro .text-ttl {
    font-size: 1.6vw;
  }
}
@media screen and (max-width: 767px) {
  .contents .p-detail__item-intro .text-ttl {
    font-size: calc(36 / 750 * 100vw);
    line-height: 1.8888888889;
    letter-spacing: 0.08em;
    font-weight: 400;
  }
}
@media screen and (min-width: 768px) {
  .contents .p-detail__item-intro .text-ttl {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1500px) and (min-width: 768px) {
  .contents .p-detail__item-intro .text-ttl {
    margin-bottom: 1.3333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .contents .p-detail__item-intro .text-ttl {
    margin-bottom: 8vw;
  }
}
.contents .p-detail__item-intro .text-txt,
.contents .p-detail__item-intro .text-notes {
  color: #221815;
}
@media screen and (min-width: 768px) {
  .contents .p-detail__item-intro .text-txt {
    margin-bottom: 36px;
    font-size: 16px;
    line-height: 2.0625;
  }
  .contents .p-detail__item-intro .text-notes {
    font-size: 12px;
    padding-left: 1.8em;
    text-indent: -1.8em;
    line-height: 1.6363636;
  }
}
@media screen and (max-width: 1500px) and (min-width: 768px) {
  .contents .p-detail__item-intro .text-txt {
    margin-bottom: 2.4vw;
    font-size: 1.0666666667vw;
  }
  .contents .p-detail__item-intro .text-notes {
    font-size: 0.8vw;
  }
}
@media screen and (max-width: 767px) {
  .contents .p-detail__item-intro .text-txt {
    margin-bottom: 8vw;
    font-size: 3.7333333333vw;
    line-height: 2.27586;
    letter-spacing: -0.02em;
  }
  .contents .p-detail__item-intro .text-notes {
    text-align: left;
    padding-left: 1.8em;
    text-indent: -1.8em;
    font-size: 2.93333333vw;
    line-height: 1.6363636;
  }
}
.contents .p-detail__item-point {
  display: flex;
}
@media screen and (min-width: 768px) {
  .contents .p-detail__item-point {
    justify-content: space-between;
  }
}
@media screen and (max-width: 767px) {
  .contents .p-detail__item-point {
    flex-direction: column;
    row-gap: 8.5333333333vw;
    align-items: center;
  }
}
@media screen and (min-width: 768px) {
  .contents .p-detail__item-point.point01 {
    margin-bottom: 67px;
  }
}
@media screen and (max-width: 1500px) and (min-width: 768px) {
  .contents .p-detail__item-point.point01 {
    margin-bottom: 4.4666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .contents .p-detail__item-point.point01 {
    margin-bottom: 20vw;
  }
}
@media screen and (min-width: 768px) {
  .contents .p-detail__item-point.point01 .text {
    width: 664px;
  }
}
@media screen and (max-width: 1500px) and (min-width: 768px) {
  .contents .p-detail__item-point.point01 .text {
    width: 44.2666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .contents .p-detail__item-point.point01 .text-ttl {
    column-gap: 17px;
  }
}
@media screen and (max-width: 1500px) and (min-width: 768px) {
  .contents .p-detail__item-point.point01 .text-ttl {
    column-gap: 1.1333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .contents .p-detail__item-point.point01 .img {
    width: 252px;
  }
}
@media screen and (max-width: 1500px) and (min-width: 768px) {
  .contents .p-detail__item-point.point01 .img {
    width: 16.8vw;
  }
}
@media screen and (max-width: 767px) {
  .contents .p-detail__item-point.point01 .img {
    width: 58.6666666667vw;
    padding-bottom: 4vw;
  }
}
.contents .p-detail__item-point.point01 .img::before {
  position: absolute;
  content: "";
  display: block;
  bottom: 0;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .contents .p-detail__item-point.point01 .img::before {
    width: 530px;
    height: 164px;
    left: -30px;
  }
}
@media screen and (max-width: 1500px) and (min-width: 768px) {
  .contents .p-detail__item-point.point01 .img::before {
    width: 35.3333333333vw;
    height: 10.9333333333vw;
    left: -2vw;
  }
}
@media screen and (max-width: 767px) {
  .contents .p-detail__item-point.point01 .img::before {
    width: 82vw;
    height: 58.6666666667vw;
  }
}
.contents .p-detail__item-point .text {
  display: flex;
  flex-direction: column;
}
.contents .p-detail__item-point.point02 .text {
  width: 100%;
}
.contents .p-detail__item-point .text-ttl {
  display: flex;
}
@media screen and (min-width: 768px) {
  .contents .p-detail__item-point .text-ttl {
    align-items: center;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1500px) and (min-width: 768px) {
  .contents .p-detail__item-point .text-ttl {
    margin-bottom: 1.3333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .contents .p-detail__item-point .text-ttl {
    flex-direction: column;
    align-items: center;
    text-align: center;
    row-gap: 4.8vw;
    margin-bottom: 6.4vw;
  }
}
.contents .p-detail__item-point .text-ttl-txt {
  color: #2d221f;
}
@media screen and (min-width: 768px) {
  .contents .p-detail__item-point .text-ttl-txt {
    font-size: 28px;
    line-height: 1.5;
    letter-spacing: 0.1em;
    font-weight: 500;
  }
}
@media screen and (max-width: 1500px) and (min-width: 768px) {
  .contents .p-detail__item-point .text-ttl-txt {
    font-size: 1.8666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .contents .p-detail__item-point .text-ttl-txt {
    font-size: calc(42 / 750 * 100vw);
    line-height: 1.5238095238;
    letter-spacing: 0.1em;
    font-weight: 500;
  }
}
.contents .p-detail__item-point .text-subttl {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .contents .p-detail__item-point .text-subttl {
    font-size: 19px;
    line-height: 1;
    letter-spacing: 0.08em;
    font-weight: 500;
  }
}
@media screen and (max-width: 1500px) and (min-width: 768px) {
  .contents .p-detail__item-point .text-subttl {
    font-size: 1.2666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .contents .p-detail__item-point .text-subttl {
    font-size: calc(30 / 750 * 100vw);
    line-height: 1.4666666667;
    letter-spacing: 0.08em;
    font-weight: 500;
  }
}
@media screen and (min-width: 768px) {
  .contents .p-detail__item-point .text-subttl {
    padding: 18px 0;
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 1500px) and (min-width: 768px) {
  .contents .p-detail__item-point .text-subttl {
    padding: 1.2vw 0;
    margin-bottom: 1.6vw;
  }
}
@media screen and (max-width: 767px) {
  .contents .p-detail__item-point .text-subttl {
    padding: 3.2vw 0;
    margin-bottom: 4.2666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .contents .p-detail__item-point .text-txt {
    font-size: 16px;
    line-height: 2.0625;
  }
}
@media screen and (max-width: 1500px) and (min-width: 768px) {
  .contents .p-detail__item-point .text-txt {
    font-size: 1.0666666667vw;
  }
} 
@media screen and (max-width: 767px) {
  .contents .p-detail__item-point .text-txt {
    font-size: calc(28 / 750 * 100vw);
    line-height: 2.0714285714;
    letter-spacing: 0.14em;
    font-weight: 400;
  }
}
@media screen and (min-width: 768px) {
  .contents .p-detail__item-point .text-txt + .text-txt {
    margin-top: 16px;
  }
}
@media screen and (max-width: 1500px) and (min-width: 768px) {
  .contents .p-detail__item-point .text-txt + .text-txt {
    margin-top: 1.0666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .contents .p-detail__item-point .text-txt + .text-txt {
    margin-top: 2.6666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .contents .p-detail__item-point .text-note {
    margin-top: auto;
  }
  .contents .p-detail__item-point .text-note.pc-mt {
    margin-top: 30px;
  }
}
@media screen and (max-width: 1500px) and (min-width: 768px) {
  .contents .p-detail__item-point .text-note.pc-mt {
    margin-top: 2vw;
  }
}
@media screen and (max-width: 767px) {
  .contents .p-detail__item-point .text-note {
    margin-top: 4.8vw;
  }
}
.contents .p-detail__item-point .text-note p {
  text-indent: -2em;
  padding-left: 2em;
}
@media screen and (min-width: 768px) {
  .contents .p-detail__item-point .text-note p {
    font-size: 12px;
    line-height: 1.6666666667;
    letter-spacing: 0.02em;
    font-weight: 400;
  }
}
@media screen and (max-width: 1500px) and (min-width: 768px) {
  .contents .p-detail__item-point .text-note p {
    font-size: 0.8vw;
  }
}
@media screen and (max-width: 767px) {
  .contents .p-detail__item-point .text-note p {
    font-size: calc(22 / 750 * 100vw);
    line-height: 1.8181818182;
    letter-spacing: 0;
    font-weight: 400;
  }
}
.contents .p-detail__item-point .img {
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .contents .p-detail__item-point .img {
    padding-top: 158px;
  }
}
@media screen and (max-width: 1500px) and (min-width: 768px) {
  .contents .p-detail__item-point .img {
    padding-top: 10.5333333333vw;
  }
}
.contents .p-detail__item-point .img-txt {
  color: #ffffff;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .contents .p-detail__item-point .img-txt {
    font-size: 17px;
    line-height: 1;
    letter-spacing: 0.16em;
    font-weight: 400;
  }
}
@media screen and (max-width: 1500px) and (min-width: 768px) {
  .contents .p-detail__item-point .img-txt {
    font-size: 1.1333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .contents .p-detail__item-point .img-txt {
    font-size: calc(28 / 750 * 100vw);
    line-height: 1;
    letter-spacing: 0.16em;
    font-weight: 400;
  }
}
@media screen and (min-width: 768px) {
  .contents .p-detail__item-point .img-txt {
    margin-top: 22px;
  }
}
@media screen and (max-width: 1500px) and (min-width: 768px) {
  .contents .p-detail__item-point .img-txt {
    margin-top: 1.4666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .contents .p-detail__item-point .img-txt {
    margin-top: 4.2666666667vw;
  }
}

/* awards */
.awards {
  background-color: #fff;
  padding: 0 0 50px;
}
@media screen and (max-width: 767px) {
  .awards {
    padding: 0 4vw 13.3333333333vw;
  }
}
.awards .awards__img {
  width: 197px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .awards .awards__img {
    width: 42vmin;
  }
}
.awards .awards__note {
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;
  width: fit-content;
  max-width: 650px;
}
@media screen and (max-width: 767px) {
  .awards .awards__note {
    margin-top: 5.3333333333vmin;
    max-width: 650px;
  }
}
.awards .awards__note p {
  text-indent: -1em;
  padding-left: 1em;
  color: #60696e;
  font-size: 12.8px;
  line-height: 2;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .awards .awards__note p {
    font-size: 2.6666666667vmin;
    line-height: 1.6;
  }
}