
/* ==============================================================================================
*  reset
* ============================================================================================ */
*, ::before, ::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, main, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input, select {
  vertical-align: middle;
}


/* ==============================================================================================
*  root
* ============================================================================================ */
:root {
  /*font*/
  --font-main:"Noto Sans JP","ヒラギノ角ゴシック", "YuGothic", "游ゴシック体", "Yu Gothic", "游ゴシック", "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
  --font-sub: "Noto Serif JP","游明朝",YuMincho,"ヒラギノ明朝 ProN W3",Hiragino Mincho ProN,"HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝", serif;
  --font-ryumin: a-otf-ryumin-pr6n,'Noto Serif JP',"游明朝",YuMincho,"ヒラギノ明朝 ProN W3",Hiragino Mincho ProN,"HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝", serif;
  
  /*color*/
  --color-main:#007564;
  --color-key:#FFFCD1;
  --color-sub01:#1E1F22;
  --color-sub02:#BE9C4D;
  --color-sub03:#00418D;
  --color-sub04:#F7EEDA;
  --color-sub05:#F2F2F2;
}


/* ==============================================================================================
*  base
* ============================================================================================ */
html,body {
  overflow-x: hidden;
}
body {
  font-family: "Noto Sans JP","ヒラギノ角ゴシック", "YuGothic", "游ゴシック体", "Yu Gothic", "游ゴシック", "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
  font-size: 3.733vw;/*28px*/
  line-height: 6.667vw;/*50px*/
}





/* common style ----------------------------------------------------------------*/

.tit_main {
  position: relative;
  margin-bottom: 10.667vw;/*80px*/
  font-size: 6.5vw;
  font-weight: 500;
  font-family: var(--font-sub);
  text-align: center;
  letter-spacing: 6px;
  line-height: 9.067vw;/*68px*/
}
.tit_main::after {
  content: "";
  display: block;
  width: 80px;
  height: 2px;
  margin: 20px auto 0;
  background-color: var(--color-main);
}
.tit_serif {
  color: var(--color-main);
  font-size: 5.2vw;
  font-weight: 500;
  font-family: var(--font-sub);
  text-align: center;
  line-height: 8.267vw;
  letter-spacing: 0.4vw;
}


/* text style */
.t_center {
  text-align: center;
}
sup {
  font-size: 60%;
	vertical-align: top;
	position: relative;
	top: -0.2em;
}
sub {
	font-size: 60%;
	vertical-align: bottom;
	position: relative;
	bottom: -0.2em;
}
.notes_txt {
  font-size: 2.667vw;/*20px*/
  line-height: 4vw;/*30px*/
}


.sample_area {
  margin: 0 8vw;
}
.sample_bnr_btn {
  position: relative;
  max-width: 632px;
  height: 1155px;
  margin: auto;
  background: url(../img/bnr_sample_sp.png) left top no-repeat;
}
.sample_bnr_btn ul {
  position: absolute;
  top: 100px;
  right: 40px;
  width: 250px;
  height: 110px;
}
.sample_bnr_btn ul li {
  list-style: none;
  margin-bottom: 10px;
}
.sample_bnr_btn ul li a {
  position: relative;
  display: block;
  height: 50px;
  padding-right: 20px;
  background-color: var(--color-key);
  color: var(--color-main);
  font-size: 16px;
  font-weight: 500;
  line-height: 50px;
  letter-spacing: 1px;
  text-decoration: none;
  text-align: center;
  transition: all 0.3s;
  box-sizing: content-box;
}
.sample_bnr_btn ul li a::after {
  content: "";
  width: 21px;
  height: 7px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
  background: url(../img/icon_arw.svg) left top no-repeat;
  transition: all 0.3s;
}
.sample_bnr_btn ul li a:hover {
  background-color: #fff;
}
.sample_bnr_btn ul li a:hover::after {
  right: 15px;
}


.sample_bnr_btn_sp {
}
img {
  width: 100%;
  vertical-align: bottom;
}




/* loading ----------------------------------------------------------------------------------------*/
.mr-loading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #002F27;
  z-index: 900;
  -webkit-transition: opacity .8s ease,height 0s ease .8s;
  transition: opacity .8s ease,height 0s ease .8s; }
  .mr-loading .mr-loading__logo {
    -webkit-transition: all .8s ease;
    transition: all .8s ease;
    opacity: 1; }
  body.loadstart .mr-loading .mr-loading__logo {
    opacity: 1; }
  body.loaded .mr-loading .mr-loading__logo {
    opacity: 0; }
  body.loaded.is-active .mr-loading {
    opacity: 0;
    height: 0;
    overflow: hidden; }
  .mr-loading__logo {
    width: 10.6vw;
    height: 12vw;
    background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA1NC4zNiA2Mi4wMiI+PGRlZnM+PHN0eWxlPi5jbHMtMXtmaWxsOiNmZmY7fTwvc3R5bGU+PC9kZWZzPjxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTIyLjE4IDQ1Ljc2di0yMi4zN2w5LjM5IDExLjUgOS4zNi0xMS40OXYyMi4zNmg0LjI1di0yOS41aC0zLjdsLTkuOSAxMi4xMS0xMC0xMi4xMWgtMy42NXYyOS41aDQuMjVtMjcuNDYgOC4yNGEzNS43IDM1LjcgMCAwIDEtMTYuNTcgMy43MnEtMTIuOTQgMC0yMC40OC03LjZjLTUuMDItNS4xMi03LjUyLTExLjQ1LTcuNTItMTkuMTJzMi41My0xNCA3LjYxLTE5YTI1Ljg5IDI1Ljg5IDAgMCAxIDE5LjA5LTcuNjcgNDMgNDMgMCAwIDEgMjEuNDIgNi4xdi01LjI4cS0xMS4xOS01LjE1LTIwLjczLTUuMTUtMTQgMC0yMy4yMiA4LjgxYTI5LjE5IDI5LjE5IDAgMCAwLTkuMjQgMjIuMDUgMjkuMzcgMjkuMzcgMCAwIDAgOS40MSAyMi4yNHE5LjQyIDguOSAyMy40OCA4LjlhNDkuMyA0OS4zIDAgMCAwIDIxLjQ3LTUuMTF2LTIzLjEzaC00LjcxeiIvPjwvc3ZnPg==) no-repeat center center;
    background-size: 10.6vw auto; }



/* kv_area --------------------------------------------------------------------------------------*/
#kv_area {
  position: relative;
  background: #086453;
  color: #fff;
  overflow: hidden;
}
#kv_area .inner {
  max-width: 682px;
  margin: auto;
  z-index: 10;
}

#kv_area .kv_sp_only svg{
  display: block;
  position: relative;
  max-width: 89.333vw;
  margin: auto;
  z-index: 2;
}
#kv_area .kv_sp_only::before {
  content: "";
  background: url(../../assets/img/kv/sp/kv_bg_sp.png) no-repeat center center;
  background-size: cover;
  position: absolute;
  right: 0;
  left: -100px;
  top: 0;
  width: calc(100% + 200px);
  height: 100%;
  z-index: 0;
  margin: auto;
}

#kv_area .kv_sp_only::after {
  content: "";
  background: url(../../assets/img/kv/sp/kv_bg_sp_an.png) no-repeat center center;
  background-size: cover;
  position: absolute;
  right: 0;
  left: -100px;
  top: -5%;
  width: calc(110% + 200px);
  height: 110%;
  z-index: 1;
  margin: auto;
}


.sp_wire_bangle,
.sp_txt,
.sp_item {
  opacity: 0;
}

.kv_pc_only {
  display: none;
}


.kv_sp_only::after  {
  filter: opacity(0%);
}

.active .kv_sp_only::after  {
  animation-name:kv_bg_anime;
  animation-duration: 2s;
  animation-delay: 6s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
  animation-direction: alternate;
}

@keyframes kv_bg_anime {
  0% {
    filter: opacity(0%);
    transform: rotate(-5deg);
  }
  100% {
    filter: opacity(40%);
    transform: rotate(0deg);
  }
}

.kv_sp_only::before {
  opacity:0;
  transform: translateX(-5%);
}

.active .kv_sp_only::before {
  transform: translateX(0);
  opacity: 1;
  transition: 1.2s ease;
}

.kv_sp_only svg {
  position: relative;
  z-index: 2;
}

/* 初期設定 */
.kv_sp_only {
  .kv_wire_bangle{
    transform: translateX(5%);
    opacity: 0;
  }
  .kv_item{
    opacity: 0;
  }
  .kv_logo{
    opacity: 0;
  }
  .kv_txt01,
  .kv_txt04,
  .kv_note{
    transform: translateY(3%);
    opacity: 0;
  }
  .kv_txt02{
    opacity: 0;
  }
  .kv_txt03{
    transform: translateY(-2%);
    opacity: 0;
  }
  .kv_line{
    transform: scale(0,1);
    transform-origin: 25%;
    opacity: 0;
  }
}

.active .kv_sp_only {
  .kv_wire_bangle{
    transform: translateX(0);
    opacity: 1;
    transition: 1.2s ease;
  }
  .kv_logo{
    opacity: 1;
    transition: 1.2s ease;
    transform: translateX(0px);
    transition-delay: .6s;
  }
  .kv_line{
    transform: scale(1,1);
    opacity: 1;
    transition: 1.2s ease;
  }
  .kv_txt01,
  .kv_txt02,
  .kv_txt03,
  .kv_txt04,
  .kv_note,
  .kv_item{
    opacity: 1;
    transition: 1.2s ease;
    transform: translateY(0);
  }
  .kv_logo{
    transition-delay: 1s;
  }
  .kv_txt01{
    transition-delay:2s;
  }
  .kv_line{
    transition-delay:3s;
  }
  .kv_txt02{
    transition-delay:4s;
  }
  .kv_txt03{
    transition-delay:4.8s;
  }
  .kv_txt04{
    transition-delay:5.8s;
  }
  .kv_note{
    transition-delay:5.8s;
  }
  .kv_item{
    transition-delay:1s;
  }
  
}


/* sec02 --------------------------------------------------------------------------------------*/
#sec02 {
    padding: 13.333vw 0 16vw;/*100px 0 120px*/
    background: url(../img/sec02_bg_sp.png) no-repeat center top;
    background-size: 100% auto;
    text-align: center;
}
#sec02 .inner {
    max-width: 100%;
    margin: 0 7vw;
}
#sec02 .tit_serif {
  margin-bottom: 5.333vw;/*40px*/
  line-height: 8.267vw;
  letter-spacing: 0;
}
#sec02 .notes_txt {
  margin: 5.333vw 0 12vw;/*40px 0 90px*/
}



/* sec03--------------------------------------------------------------------------------------*/
#sec03 {
  background: url(../img/sec03_bg_sp.png) no-repeat center top;
  background-size: cover;
  color: #fff;
}
#sec03 .sec03_box01 {
  position: relative;
  padding: 10.667vw 0;/*80px*/
  background-color: rgba(0,0,0,0.4);
}
#sec03 .sec03_box01 .inner {
  max-width: 100%;
  margin: 0 8vw;
}
#sec03 .read_txt {
  margin-bottom: 8vw;/*60px*/
  text-align: center;
}
#sec03 .tit_serif {
  margin-bottom: 9.333vw;/*70px*/
  color: #fff;
  font-size: 5.8vw;
}
#sec03 .tit_serif span {
  color: var(--color-key);
}
#sec03 .read_txt span {
  display: inline-block;
  margin-bottom: 10px;
  font-size: 4.2vw;
}
#sec03 .read_txt span::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  margin-top: 5px;
  background-color: #fff;
}
.f_wrap {
}
#sec03 .text_box {
  width: 100%;
}
#sec03 .text_box p {
  margin-bottom: 30px;
}
#sec03 .img_box {
  max-width: 100%;
}
#sec03 .img_box img{
  width: 100%;
}
#sec03 .img_box span {
  display: block;
  margin-top: 10px;
  font-size: 2.7vw;
}


.sec03_box02 {
  max-width: 1166px;
  margin: 0 8vw;
  padding: 13.067vw 0;
}
.trouble_box {
  margin: 0 auto 50px;
  padding: 8vw 5.333vw;
  background-color: #fff;
  border-radius: 10px;
}
.trouble_box .text_box {
  max-width: 100%;
}
.trouble_box ul {
  margin-top: 7.333vw;
}
.trouble_box ul li {
  position: relative;
  margin-bottom: 5.333vw;
  padding-left: 30px;
  list-style: none;
  color: #000;
}
.trouble_box ul li::before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 9px;
  left: 0;
  background-color: #94D1CB;
  border-radius: 50%;
}
.trouble_box .img {
  max-width: 400px;
  margin: auto;
}
.trouble_box .img img {
  width: 100%;
}
.sec03_box02 .t_center img {
  max-width: 74.667vw;/*560px*/
}

.sec03_box03 {
  margin-top: -30px;
  padding: 20vw 0 6.667vw;
  background: url(../img/sec03_box03_bg_sp.png) no-repeat center top;
  background-size: 100% auto;
}
.sec03_box03 ul {
  display: block;
  width: 100%;
  max-width: 630px;
  margin: auto;
  padding: 0 5%;
}
.sec03_box03 ul li {
  margin-bottom: 4vw;/*30px*/
  list-style: none;
}
.sec03_box03 ul.js-active li:first-child{
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
.sec03_box03 ul.js-active li:last-child {
  -webkit-transition-delay: 1s;
  transition-delay: 1s;
}


/* sec04--------------------------------------------------------------------------------------*/
#sec04 {
  padding: 12.8vw 0 12vw;/*96px 0 90px*/
  background-image: url("../img/sec04_bg_top_sp.png"), url("../img/sec04_bg_btm_sp.png");
  background-repeat: no-repeat, repeat-x;
  background-size: 100% auto, 100% auto;
  background-position: left top, left bottom;
  background-color: #fff;
}
#sec04 .inner {
  max-width: 100%;
  margin: 0 7%;
}
#sec04 .sec04_tit {
  margin-bottom: 11.333vw;/*85px*/
  text-align: center;
}
#sec04 .tit_serif {
  margin: 0 0 7.333vw;/*55px*/
  font-size: 5.333vw;/*40px*/
  line-height: 8vw;/*60px*/
}
#sec04 .tit_bg {
  width: 57.6vw;
  margin: 6.667vw auto;
  padding: 2px 0 4px;
  background-color: var(--color-main);
  color: #fff;
  border-radius: 6px;
  font-weight: 500;
  text-align: center;
}
.explanation {
  margin-bottom: 9.333vw;/*70px*/
}
.explanation dt {
  margin-bottom: 5.333vw;
  color: var(--color-main);
  text-align: center;
}
.explanation dt strong {
  font-size: 4.2vw;
}
.explanation dt span {
  display: block;
  font-size: 2.9vw;
}
.explanation dd {
}

#sec04 .arrow {
  max-width: 26.667vw;/*200px*/
  margin: 13.333vw auto 21.333vw;/*100px auto 160px*/
}
#sec04 .arrow img {
  width: 100%;
}
.effect_list {
  display: flex;
  justify-content: space-between;
  max-width: 582px;
  margin: 68px auto 7.2vw !important;
}
.effect_list li {
  list-style: none;
}
.effect_list li.slick-slide {
  padding: 0 20px;
}
.effect_list .slick-dots {
  bottom: -13.333vw;/*-100px*/
}
.effect_list li h4 {
  display: flex;
  align-items: center;
  padding-bottom: 2vw;
  border-bottom: 1px solid var(--color-main);
  font-family: var(--font-sub);
  font-size: 4.267vw;/*32px*/
  font-weight: 500;
  line-height: 6.933vw;/*52px*/
  letter-spacing: 2px;
}
.effect_list li .tit_no {
  display: inline-block;
  max-width: 94px;
  margin-right: 20px;
  vertical-align: middle;
}
.effect_list li .tit_no img {
  width: 100%;
}
.effect_list li .effect_txt {
  margin-top: 5.333vw;/*40px*/
}
#sec04 .notes_txt {

}
.arrows_btn {
  position: relative;
  height: 32px;
  margin: 3.333vw 0;
  text-align: center;
}
.arrows_btn .slick-prev {
  left: 0;
  width: 16px;
  height: 32px;
  background: url(../img/arw_prev.png) left top no-repeat;
}
.arrows_btn .slick-next {
  right: 0;
  width: 17px;
  height: 32px;
  background: url(../img/arw_next.png) left top no-repeat;
}

.txt_marker {
  background: linear-gradient(transparent 65%, #FDFCE0 65%);
}

/* detail_area --------------------------------------------------------------------------------------*/
#detail_area {
  padding: 18.667vw 0 10.667vw;
}
#detail_area .inner {
  max-width: 100%;
  margin: 0 8vw;
}
#detail_area .tit_serif {
  margin-bottom: 10.667vw;
}
.detail_box {
}
.item_img {
  max-width: 40.267vw;
  margin: auto;
}
.item_name {
  font-size: 4.533vw;/*34px*/
  font-weight: 500;
  line-height: 7.733vw;/*58px*/
  text-align: center;
}
.price {
  font-size: 3.2vw;/*24px*/
  line-height: 6.133vw;/*46px*/
  text-align: center;
}
.ex_txt {
  margin-top: 40px;
}

/* other_area --------------------------------------------------------------------------------------*/
#other_area {
  padding: 13.333vw 0;
  background-color: #FFFDE8;
}
#other_area .inner {
  max-width: 100%;
}
#other_area h2 {
  margin: 0 5.333vw 40px;
}
#other_area dl {
  padding: 0 6.4vw;
}
#other_area dl dt {
  margin: 20px 0;
  color: var(--color-main);
  text-align: center;
}
#other_area dl dt strong {
  font-size: 4.267vw;/*32px*/
  font-weight: 700;
}
#other_area dl dt span {
  display: block;
  font-size: 2.933vw;/*22px*/
}
#other_area dl dd {
  padding-bottom: 40px;
  border-bottom: 2px dashed var(--color-main);
}
#other_area dl dd:last-child {
  border-bottom: 0;
}


#other_area dl dt,
#other_area dl dd {
  opacity: 0;
  transform: translate(0, 30px);
  transition: all 1s ease-out;
}
#other_area dl.js-active dt,
#other_area dl.js-active dd {
  opacity: 1;
  transform: translate(0, 0);
}
#other_area dl.js-active dt.no1,
#other_area dl.js-active dd.no1 {
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
#other_area dl.js-active dt.no2,
#other_area dl.js-active dd.no2 {
  -webkit-transition-delay: 1.3s;
  transition-delay: 1.3s;
}
#other_area dl.js-active dt.no3,
#other_area dl.js-active dd.no3 {
  -webkit-transition-delay: 2.0s;
  transition-delay: 2.0s;
}


/* howto_area --------------------------------------------------------------------------------------*/
#howto_area {
  padding: 20vw 0 16vw;/*150px 0 120px*/
  background: url(../img/howto_bg_sp.png) center top no-repeat;
  background-size: 100% auto;
  color: #fff;
}
#howto_area .inner {
  margin: 0 8vw;
}
#howto_area .tit_main {
  color: #fff;
}
#howto_area .tit_main::after {
  background-color: #fff;
}
#howto_area .howto_text {
  margin-bottom: 20px;
}
#howto_area .howto_text p {
  margin-bottom: 40px;
}
#howto_area .howto_img {
  max-width: 630px;
  margin: 0 auto 40px;
  text-align: center;
}
#howto_area .notes_txt {
  margin-bottom: 40px;
}



/* voice_area --------------------------------------------------------------------------------------*/
#voice_area {
  padding: 20vw 0 13.333vw;
  background: url(../img/voice_bg_sp.png) center top no-repeat;
  background-size: 100% auto;
}
#voice_area h2 {
  text-align: center;
}
#voice_area h3 {
  margin-bottom: 10.667vw;/*80px*/
}
.voice_wrap {
  margin: 0 5.333vw;
}
.voice_wrap picture {
  display: block;
  margin-bottom: 4vw;
  text-align: center;
}
.voice01 {
  max-width: 90.533vw;
}
.voice02 {
  max-width: 94.4vw;
}
.voice03 {
  max-width: 92vw;
}
.voice04 {
  max-width: 92.267vw;
}
.voice05 {
  max-width: 87.2vw;
}
#voice_area .notes_txt {
  text-align: center;
}


@keyframes left_in {
  0% {
    transform: translateX(-100px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes right_in {
  0% {
    transform: translateX(100px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
.voice_wrap [class*="voice"] {
  opacity: 0;
}
.voice01.js-active {
  animation: right_in 1.2s forwards;
  animation-timing-function:ease;
  animation-delay: .5s;
}
.voice02.js-active {
  animation: left_in 1.2s forwards;
  animation-timing-function:ease;
  animation-delay: .5s;
}
.voice03.js-active {
  animation: right_in 1.2s forwards;
  animation-timing-function:ease;
  animation-delay: .5s;
}
.voice04.js-active {
  animation: left_in 1.2s forwards;
  animation-timing-function:ease;
  animation-delay: .5s;
}
.voice05.js-active {
  animation: right_in 1.2s forwards;
  animation-timing-function:ease;
  animation-delay: .5s;
}

/* approach_area --------------------------------------------------------------------------------------*/
#approach_area {
  padding: 13.333vw 0;
}
#approach_area h3.tit_serif {
  margin-bottom: 6.133vw;
}
.approach_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 100%;
  margin: 0 8vw;
}
.ap_box,
.arrow_line {
  max-width: 100%;
  transition: all .75s ease .1s;
}
.arrow_line {
  margin: 8vw auto;
}
.ap_box dl {
  margin-top: 5.333vw;/*40px*/
}
.ap_box dl dt {
  margin-bottom: 15px;
  color: var(--color-main);
  font-size: 4.8vw;
  font-weight: 500;
  font-family: var(--font-sub);
  text-align: center;
}
.ap_box dl dt .tit_no {
  display: inline-block;
  max-width: 50px;
  margin-right: 20px;
  vertical-align: middle;
}
.ap_box dl dt .tit_no img {
  width: 100%;
}
.ap_box dl dd {
  text-align: center;
}
.arrow_line,
.ap_box.no01:not(.svg_anime),
.ap_box.no02:not(.svg_anime),
.ap_box.no03:not(.svg_anime),
.ap_box.no04:not(.svg_anime) {
  -webkit-transform: translateY(-30px);
  transform: translateY(-30px);
  opacity: 0;
}


.ap_box.no04 {
  padding-bottom: 0;
}

.arrow_line.js-active,
.ap_box.no01:not(.svg_anime).js-active,
.ap_box.no02:not(.svg_anime).js-active,
.ap_box.no03:not(.svg_anime).js-active,
.ap_box.no04:not(.svg_anime).js-active {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  transition: all 0.5s ease;
  -webkit-transition-delay: 1.0s !important;
  transition-delay: 1.0s !important;
}
/*
.delay_5 {
  -webkit-transition-delay: 0.5s !important;
  transition-delay: 0.5s !important;
}
.delay_10 {
  -webkit-transition-delay: 1.0s !important;
  transition-delay: 1.0s !important;
}
.delay_15 {
  -webkit-transition-delay: 1.5s !important;
  transition-delay: 1.5s !important;
}
.delay_20 {
  -webkit-transition-delay: 2.0s !important;
  transition-delay: 2.0s !important;
}
.delay_25 {
  -webkit-transition-delay: 2.5s !important;
  transition-delay: 2.5s !important;
}
.delay_30 {
  -webkit-transition-delay: 3.0s !important;
  transition-delay: 3.0s !important;
}
.delay_35 {
  -webkit-transition-delay: 3.5s !important;
  transition-delay: 3.5s !important;
}
.delay_40 {
  -webkit-transition-delay: 4.0s !important;
  transition-delay: 4.0s !important;
}
*/

/* svg_anime */
:root {
  --ap_transition: 1s;
  --ap_transition-d: .5s;
}
.ap_box svg{
  width: 100%;
  aspect-ratio: 569/490;
}


.ap01_woman{
  transform:translateX(10%);
  opacity: 0;
}

.ap01_image{
  transform:translateX(-10%);
  opacity: 0;
}

#ap01 + dl{
  opacity: 0;
}

.js-active .ap01_image{
  opacity: 1;
  transform:translateX(0%);
  transition: var(--ap_transition) ease;
}

.js-active .ap01_woman{
  opacity: 1;
  transform:translateX(0%);
  transition: var(--ap_transition) ease;
  transition-delay: var(--ap_transition-d);
}

.js-active #ap01 + dl {
  opacity:1;
  transition :var(--ap_transition) ease;
  transition-delay: calc(var(--ap_transition-d) * 2);
}

.ap_box.no01.svg_anime::after {
  transition-delay: calc((var(--ap_transition-d) * 2) + .5s) !important;
}

.ap_box.no02.svg_anime svg{
  box-sizing: border-box;
  padding-right: 5vw;
}

.ap02_clerk{
  transform:translateX(-10%);
  opacity: 0;
}

.ap02_woman{
  transform:translateX(10%);
  opacity: 0;
}

.ap02_item{
  opacity: 0;
}

#ap02 + dl{
  opacity: 0;
}

.js-active .ap02_clerk,
.js-active .ap02_woman{
  opacity: 1;
  transform:translateX(0%);
  transition :var(--ap_transition) ease;
  transition-delay: calc((var(--ap_transition-d) * 2) + 1s);
}

.js-active .ap02_item{
  opacity: 1;
  transition :var(--ap_transition) ease;
  transition-delay: calc((var(--ap_transition-d) * 2) + 1.8s);
}

.js-active #ap02 + dl {
  opacity:1;
  transition :var(--ap_transition) ease;
  transition-delay: calc((var(--ap_transition-d) * 2) + 2s);
}

.ap_box.no02.svg_anime::after {
  transition-delay: calc((var(--ap_transition-d) * 2) + 2.3s) !important;
}


.ap03_clerk{
  transform:translateX(10%);
  opacity: 0;
}

.ap03_woman{
  transform:translateX(10%);
  opacity: 0;
}

.ap03_star{
  opacity: 0;
}

#ap03 + dl{
  opacity: 0;
}

.js-active .ap03_clerk{
  opacity: 1;
  transform:translateX(0%);
  transition :var(--ap_transition) ease;
  transition-delay: calc((var(--ap_transition-d) * 2) + 3s);
}

.js-active .ap03_woman{
  opacity: 1;
  transform:translateX(0%);
  transition :var(--ap_transition) ease;
  transition-delay: calc((var(--ap_transition-d) * 2) + 3.5s);
}

.js-active .ap03_star{
  opacity: 1;
  transition :var(--ap_transition) ease;
  transition-delay:calc((var(--ap_transition-d) * 2) + 4s);
}

.js-active #ap03 + dl {
  opacity:1;
  transition :var(--ap_transition) ease;
  transition-delay: calc((var(--ap_transition-d) * 2) + 4.5s);
}

.ap_box.no03.svg_anime::after {
  transition-delay: calc((var(--ap_transition-d) * 2) + 5s) !important;
}

.js-active .ap_box.no04{
  transition-delay: calc((var(--ap_transition-d) * 2) + 5.5s) !important;
}

/* mg_brand --------------------------------------------------------------------------------------*/
#mg_brand {
  min-height: 750px;
  padding: 16vw 0 42.667vw;
  background: url(../img/mg_brand_bg_sp.png) center bottom no-repeat;
  background-size: 100% auto;
  box-sizing: border-box;
}

#mg_brand .inner {
  max-width: 100%;
  margin: 0 5%;
  text-align: center;
}
#mg_brand .inner h2 {
  max-width: 56.533vw;/*424px*/
  margin: 0 auto 12vw;/*90px*/
}
#mg_brand .inner .text {
  margin-bottom: 10vw;/*75px*/
  font-size: 3.467vw;/*26px*/
  line-height: 7.2vw;/*54px*/
}
#mg_brand .text span {
  color: #B5853F;
}
#mg_brand .read_txt {
  margin-bottom: 8vw;/*60px*/
  color: #B5853F;
  font-size: 6.4vw;/*48px*/
  font-family: var(--font-ryumin);
  font-weight: 300;
  line-height: 9.867vw;/*74px*/
  letter-spacing: 1px;
}
.lenergie_de_la_beaute img {
  max-width: 70.4vw;
}


/* laforre_info --------------------------------------------------------------------------------------*/
#laforre_info {
  padding: 18.667vw 0 14.667vw;
  background-color: #C6D7E1;
}
#laforre_info h2 {
  margin-bottom: 55px;
  text-align: center;
}
#laforre_info .sp_logo {
  max-width: 73.333vw;/*550px*/
  margin: 60px auto;
}
#laforre_info .wrap_box {
  max-width: 100%;
  margin: 0 7%;
}
#laforre_info .photo_box {
  max-width: 72vw;/*540px*/
  margin: auto;
}
#laforre_info .txt_box {
  width: 100%;
}
#laforre_info .txt_box h3 {
  margin-bottom: 30px;
  font-family: var(--font-sub);
  font-size: 5.333vw;/*40px*/
  font-weight: 500;
  text-align: center;
  line-height: 8vw;/*60px*/
}
#laforre_info .txt_box p {
  margin-bottom: 8vw;
}
#laforre_info .site_link {
  padding-top: 5.333vw;
}
#laforre_info .site_link a {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 100%;
  height: 13.333vw;
  margin: auto;
  background-color: #fff;
  color: #000;
  text-align: center;
  font-weight: 500;
  text-decoration: none;
  transition: all 0.3s;
}
#laforre_info .site_link a:hover {
  background-color: var(--color-key);
  color: var(--color-main);
}


/* support_area --------------------------------------------------------------------------------------*/
#support_area {
  margin-bottom: 16vw;
  padding: 13.333vw 0 16vw;/*100px 0 120px*/
  background-color: #F5F5F5;
}
#support_area h2 {
  margin-bottom: 8vw;/*60px*/
  font-size: 4.267vw;/*32px*/
  font-weight: 500;
  line-height: 7.467vw;/*56px*/
  text-align: center;
}
.support_wrap {
  display: flex;
  justify-content: center;
}
.support_box {
  max-width: 68vw;/*510px*/
  margin: 0 20px;
  text-align: center;
  line-height: 5.6vw;/*42px*/
}
.support_box .text {
  margin-top: 4vw;/*30px*/
}


/* footer --------------------------------------------------------------------------------------*/
footer {
  margin-top: 36vw;
  background-color: #475359;
  color: #fff;
  text-align: center;
}
footer .inner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 5.333vw 0;
    box-sizing: content-box;
}
footer .copyright {
  margin-top: 2.667vw;
  font-family: var(--font-sub);
  font-size: 2.667vw;/*20px*/
  letter-spacing: 1px;
  line-height: normal;
}
footer .f_logo {
  max-width: 70vw;
}



/* ==========================================================
  anime
========================================================== */
/* 下からフェードイン */
.fade {
  opacity: 0;
  transform: translate(0, 30px);
  transition: all 1s ease-out;
  
}
.js-active.fade,
.js-active .fade {
  opacity: 1;
  transform: translate(0, 0);
  -webkit-transition-delay: 0.7s;
  transition-delay: 0.7s;
}

/* ==========================================================
  pagetop
========================================================== */
.float-btn {
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 200;
  text-align: center;
  -webkit-transform: translateY(400px);
          transform: translateY(400px);
  -webkit-transition: all .4s ease;
  transition: all .4s ease; }
  .float-btn.is-movie {
    right: 2%; }
  .float-btn-pagetop {
    width: 60px;
    height: 60px;
    margin-bottom: -12px;
    background: #232B2F;
    display: block;
    border-radius: 50%;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    position: relative;
    margin-left: auto;
    right: 4%; }
    .float-btn-pagetop a {
      width: 100%;
      height: 100%;
      display: block; }
    .float-btn-pagetop.is-movie {
      margin-bottom: 0; }
    .float-btn-pagetop:hover {
      opacity: .5; }
    .float-btn-pagetop:after {
      content: "";
      width: 18px;
      height: 18px;
      position: absolute;
      top: calc(50% - 1vw);
      left: calc(50% - 2vw);
      border-top: 2px solid #fff;
      border-left: 2px solid #fff;
      -webkit-transform: rotate(45deg);
              transform: rotate(45deg); }
  .float-btn-ban {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-transform: opacity .4s ease;
            transform: opacity .4s ease; }
    .float-btn-ban .ban {
      width: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: flex-end;
          -ms-flex-align: flex-end;
              align-items: flex-end;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      color: #fff; }
  .__scrolled .float-btn {
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  .__scroll_bottom .float-btn {
    bottom: 24.533vw; }
    .__scroll_bottom .float-btn .float-btn-ban {
      opacity: 1; }
    .__scroll_bottom .float-btn.is-movie {
      -webkit-transform: translateY(0vw);
              transform: translateY(0vw); }

.__scrolled .float-btn {
  height: auto;
  opacity: 1; }

    .float-btn-pagetop.is-movie {
      margin-bottom: 0;
      margin-right: 4%; }
    .float-btn-pagetop:after {
      top: calc(50% - 6px);
      left: 22px; }
    .__scroll_bottom .float-btn.is-movie {
      -webkit-transform: translateY(0px);
              transform: translateY(0px); }

/* slick ---------------------------------------------------------------------------*/
.slick-dots li button {
  width: 15px;
  height: 15px;
  background-color: #F2F2F2;
  border-radius: 50%;
  text-indent: -999px;
}
.slick-dots li.slick-active button {
  background-color: #555;
}



.pc_only {
  display: none;
}
