
/* ==============================================================================================
*  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: 16px;
}





/* common style ----------------------------------------------------------------*/

img {
  max-width: 100%;
}

.tit_main {
  position: relative;
  margin-bottom: 60px;
  font-size: 34px;
  font-weight: 500;
  font-family: var(--font-sub);
  text-align: center;
  letter-spacing: 6px;
}
.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: 30px;
  font-weight: 500;
  font-family: var(--font-sub);
  line-height: 46px;
  text-align: center;
}

.t_center {
  text-align: center;
}
sup {
  font-size: 60%;
	vertical-align: top;
	position: relative;
	top: -0.3em;
}
sub {
	font-size: 60%;
	vertical-align: bottom;
	position: relative;
	bottom: -0.3em;
}


.sample_area {
  padding: 50px 0;
}
.sample_bnr {
    max-width: 950px;
    margin: 0 auto;
}
.sample_bnr #btn01:hover rect,
.sample_bnr #btn02:hover rect {
  fill: #fff;
}
.sample_bnr_btn {
  position: relative;
  width: 971px;
  height: 268px;
  margin: auto;
  background: url(../img/bnr_sample.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;
}




/* 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: 70px;
    height: 80px;
    background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA1NC4zNiA2Mi4wMiI+PGRlZnM+PHN0eWxlPi5jbHMtMXtmaWxsOiNmZmY7fTwvc3R5bGU+PC9kZWZzPjxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTIyLjE4IDQ1Ljc2di0yMi4zN2w5LjM5IDExLjUgOS4zNi0xMS40OXYyMi4zNmg0LjI1di0yOS41aC0zLjdsLTkuOSAxMi4xMS0xMC0xMi4xMWgtMy42NXYyOS41aDQuMjVtMjcuNDYgOC4yNGEzNS43IDM1LjcgMCAwIDEtMTYuNTcgMy43MnEtMTIuOTQgMC0yMC40OC03LjZjLTUuMDItNS4xMi03LjUyLTExLjQ1LTcuNTItMTkuMTJzMi41My0xNCA3LjYxLTE5YTI1Ljg5IDI1Ljg5IDAgMCAxIDE5LjA5LTcuNjcgNDMgNDMgMCAwIDEgMjEuNDIgNi4xdi01LjI4cS0xMS4xOS01LjE1LTIwLjczLTUuMTUtMTQgMC0yMy4yMiA4LjgxYTI5LjE5IDI5LjE5IDAgMCAwLTkuMjQgMjIuMDUgMjkuMzcgMjkuMzcgMCAwIDAgOS40MSAyMi4yNHE5LjQyIDguOSAyMy40OCA4LjlhNDkuMyA0OS4zIDAgMCAwIDIxLjQ3LTUuMTF2LTIzLjEzaC00LjcxeiIvPjwvc3ZnPg==) no-repeat center center;
    background-size: 70px auto;
  }



/* kv_area --------------------------------------------------------------------------------------*/
#kv_area {
  position: relative;
  background-color: #002F27;
  color: #fff;
  overflow: hidden;
}
#kv_area .inner {
  max-width: 1166px;
  margin: auto;
  z-index: 10;
}
#kv_area .kv_pc_only svg{
  display: block;
  position: relative;
  max-width: 85.359vw;
  margin: auto;
  z-index: 2;
}
#kv_area .kv_pc_only::before {
  content: "";
  background: url(../../assets/img/kv/pc/kv_bg.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_pc_only::after {
  content: "";
  background: url(../../assets/img/kv/pc/kv_bg_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;
}

.kv_pc_only::after  {
  filter: opacity(0%);
}
.active .kv_pc_only::after  {
  animation-name:kv_bg_anime;
  animation-duration: 2.5s;
  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(-1.5deg);*/
  }
  100% {
    filter: opacity(70%);
    /*transform: rotate(0deg);*/
  }
}

.pc_wire_bangle,
.pc_txt,
.pc_item {
  opacity: 0;
}

.kv_sp_only {
  display: none;
}


.kv_pc_only::before {
  opacity:0;
  transform: translateX(-100px);
}

.active .kv_pc_only::before {
  transform: translateX(0);
  opacity: 1;
  transition: 1.2s ease;
}

.kv_pc_only svg {
  position: relative;
  z-index: 2;
}

/* 初期設定 */
.kv_pc_only {
  .kv_wire_bangle{
    transform: translateX(100px);
    opacity: 0;
  }
  .kv_item{
    opacity: 0;
  }
  .kv_logo{
    opacity: 0;
  }
  .kv_txt01,
  .kv_txt03,
  .kv_txt04,
  .kv_note{
    transform: translateY(50px);
    opacity: 0;
  }
  .kv_txt02{
    
    opacity: 0;
  }
  .kv_line{
    transform: scale(0,1);
    transform-origin: 25%;
    opacity: 0;
  }
}

.active .kv_pc_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:5s;
  }
  .kv_txt04{
    transition-delay:5s;
  }
  .kv_note{
    transition-delay:5s;
  }
  .kv_item{
    transition-delay:1s;
  }
  
}


/* sec02 --------------------------------------------------------------------------------------*/
#sec02 {
    padding: 100px 0;
    background: url(../img/sec02_bg.png) no-repeat center top;
    background-size: cover;
    text-align: center;
}
#sec02 .inner {
    max-width: 998px;
    margin: 0 auto;
}
#sec02 .tit_serif {
  margin-bottom: 40px;
  line-height: 50px;
}
#sec02 .notes_txt {
  margin: 40px 0;
  font-size: 12px;
}



/* sec03--------------------------------------------------------------------------------------*/
#sec03 {
  background: #39A090 url(../img/sec03_bg.png) no-repeat center top;
  background-size: cover;
  color: #fff;
}
#sec03 .sec03_box01 {
  position: relative;
  padding: 80px 0 60px;
  background-color: rgba(0,0,0,0.4);
}
#sec03 .sec03_box01 .inner {
  max-width: 998px;
  margin: 0 auto;
  padding: 0 5.857vw;
  box-sizing: content-box;
}
#sec03 .read_txt {
  margin-bottom: 50px;
  text-align: center;
}
#sec03 .tit_serif {
  margin-bottom: 30px;
  color: #fff;
}
#sec03 .tit_serif span {
  color: var(--color-key);
}
#sec03 .read_txt span {
  display: inline-block;
  margin-bottom: 10px;
  font-size: 20px;
}
#sec03 .read_txt span::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  margin-top: 5px;
  background-color: #fff;
}
.f_wrap {
  display: flex;
  justify-content: space-between;
}
#sec03 .text_box {
  width: calc(100% - 415px);
  line-height: 32px;
}
#sec03 .text_box p {
  margin-bottom: 30px;
}
#sec03 .img_box {
  max-width: 380px;
  margin-left: 30px;
}
#sec03 .img_box img{
  width: 100%;
}
#sec03 .img_box span {
  display: block;
  margin-top: 10px;
  font-size: 12px;
  text-align: right;
}


.sec03_box02 {
  max-width: 1166px;
  margin: auto;
  padding: 80px 0 70px;
}
.trouble_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 70px;
  padding: 40px 84px;
  background-color: #fff;
  border-radius: 10px;
}
.trouble_box .text_box {
  max-width: 474px;
}
.trouble_box ul {
  margin-top: 40px;
}
.trouble_box ul li {
  position: relative;
  margin-bottom: 30px;
  padding-left: 30px;
  list-style: none;
  color: #000;
  line-height: 32px;
}
.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-right: 56px;
}
.trouble_box .img img {
  width: 100%;
}

.sec03_box03 {
  margin-top: -80px;
  padding: 140px 0 100px;
  background: url(../img/sec03_box03_bg.png) no-repeat center top;
  background-size: 100% auto;
}
.sec03_box03 ul {
  display: flex;
  justify-content: space-between;
  max-width: 998px;
  margin: auto;
  padding: 0 5.857vw;
  box-sizing: content-box;
}
.sec03_box03 ul li {
  width: calc((100% - 40px) / 2);
  list-style: none;
  text-align: center;
}
.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;
}
.notes_txt {
  font-size: 12px;
}


/* sec04--------------------------------------------------------------------------------------*/
#sec04 {
  padding: 96px 0 90px;
  background-image: url("../img/sec04_bg_top.png"), url("../img/sec04_bg_btm.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: 998px;
  margin: 0 auto;
  padding: 0 8vw;
  box-sizing: content-box;
}
#sec04 .sec04_tit {
  margin-bottom: 66px;
  text-align: center;
}
#sec04 .tit_serif {
  margin: 70px 0 50px;
}
#sec04 .tit_bg {
  max-width: 250px;
  margin: 40px auto;
  padding: 2px 0 4px;
  background-color: var(--color-main);
  color: #fff;
  border-radius: 6px;
  font-size: 22px;
  line-height: 28px;
  text-align: center;
}
.explanation {
  margin-bottom: 90px;
}
.explanation dt {
  margin-bottom: 25px;
  color: var(--color-main);
}
.explanation dt strong {
  font-size: 24px;
  line-height: 54px;
}
.explanation dd {
  line-height: 32px;
}

.biophilic_img {
  display: flex;
  justify-content: center;
}

.biophilic_img .base {
  opacity: 0;
  transition: all 1.2s ease-out;
}

.biophilic_img.js-active .base {
  opacity: 1;
  -webkit-transition-delay: 0.7s;
  transition-delay: 0.7s;
}

.biophilic_img .zoom {
  opacity: 0;
  transform: translateX(-70px) scale(0.2);
  transform-origin: left 70%;
}
.biophilic_img.js-active .zoom {
  opacity: 1;
  transform: translateX(0) scale(1);
  transition: all .5s ease-out;
  transition-delay: 1s;
}



.effect_list {
  display: flex;
  justify-content: space-between;
  margin: 68px 0 54px;
}
.effect_list li {
  width: calc((100% - 30px) / 2);
  max-width: 470px;
  list-style: none;
}
.effect_list li h4 {
  display: flex;
  align-items: center;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--color-main);
  font-family: var(--font-sub);
  font-size: 24px;
  font-weight: 500;
  line-height: 36px;
  letter-spacing: 2px;
}
.effect_list li .tit_no {
  display: inline-block;
  max-width: 64px;
  margin-right: 20px;
  vertical-align: middle;
}
.effect_list li .tit_no img {
  width: 100%;
}
.effect_list li .effect_txt {
  margin-top: 25px;
  line-height: 35px;
}
#sec04 .notes_txt {
  text-align: center;
}

.txt_marker {
  background: linear-gradient(transparent 65%, #FDFCE0 65%);
}

/* detail_area --------------------------------------------------------------------------------------*/
#detail_area {
  padding: 120px 0 80px;
}
#detail_area .inner {
  max-width: 998px;
  margin: 0 auto;
}
#detail_area .tit_serif {
  margin-bottom: 40px;
  font-size: 28px;
  line-height: 46px;
  text-align: left;
}
.detail_box {
  position: relative;
  padding-left: 300px;
}
.item_img {
  position: absolute;
  left: 0;
  top: 20px;
}
.item_name {
  font-size: 20px;
  font-weight: 500;
  line-height: 36px;
}
.ex_txt {
  margin-top: 40px;
  line-height: 35px;
}

/* other_area --------------------------------------------------------------------------------------*/
#other_area {
  padding: 100px 0;
  background-color: #FFFDE8;
}
#other_area .inner {
  max-width: 998px;
  margin: 0 auto;
}
#other_area h2 {
  margin-bottom: 40px;
}
#other_area dl {
}
#other_area dl dt {
  display: flex;
  align-items: flex-end;
  margin: 30px 0 8px;
  color: var(--color-main);
}
#other_area dl dt strong {
  margin-right: 15px;
  font-size: 24px;
  font-weight: 700;
  line-height: 54px;
}
#other_area dl dt span {
  font-size: 16px;
  line-height: 50px;
}
#other_area dl dd {
  padding-bottom: 40px;
  border-bottom: 2px dashed var(--color-main);
}

#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: 120px 0 100px;
  background: url(../img/howto_bg.png) center top no-repeat;
  background-size: 100% auto;
  color: #fff;
  text-align: center;
}
#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 {
  margin-bottom: 40px;
}
#howto_area .notes_txt {
  margin-bottom: 40px;
  font-size: 12px;
  text-align: center;
}



/* voice_area --------------------------------------------------------------------------------------*/
#voice_area {
  padding: 140px 0 80px;
  background: url(../img/voice_bg.png) center top no-repeat;
  background-size: cover;
}
#voice_area h2 {
  text-align: center;
}
#voice_area h3 {
  margin-bottom: 80px;
  line-height: 40px;
}
.voice_wrap {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
#voice_area .notes_txt {
  font-size: 12px;
  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;
}
.js-active .voice01 {
  animation: left_in 1.2s forwards;
  animation-timing-function:ease;
  animation-delay: .5s;
}
.js-active .voice02 {
  animation: right_in 1.2s forwards;
  animation-timing-function:ease;
  animation-delay: 1.0s;
}
.js-active .voice03 {
  animation: left_in 1.2s forwards;
  animation-timing-function:ease;
  animation-delay: 1.5s;
}
.js-active .voice04 {
  animation: right_in 1.2s forwards;
  animation-timing-function:ease;
  animation-delay: 2s;
}
.js-active .voice05 {
  animation: right_in 1.2s forwards;
  animation-timing-function:ease;
  animation-delay: 2.5s;
}



/* approach_area --------------------------------------------------------------------------------------*/
#approach_area {
  padding: 140px 0 20px;
}
#approach_area h3.tit_serif {
  margin-bottom: 80px;
}
.approach_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 950px;
  margin: auto;
}
.ap_box {
  max-width: 395px;
  margin-bottom: 60px;
  transition: all .75s ease .1s;
}
.ap_box::after {
  transition: all .75s ease .1s;
}
.ap_box.no01::after,
.ap_box.no02::after,
.ap_box.no03::after {
  content: "";
  display: block;
  width: 98px;
  height: 40px;
  background: url(../img/arrow.png) left top no-repeat;
  opacity: 0;
}
.ap_box .img {
  margin-bottom: 60px;
}
.ap_box dl dt {
  margin-bottom: 25px;
  color: var(--color-main);
  font-size: 22px;
  font-weight: 500;
  font-family: var(--font-sub);
}
.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 {
  line-height: 35px;
}

.ap_box.no01:not(.svg_anime) {
  position: relative;
  -webkit-transform: translateX(-30px);
  transform: translateX(-30px);
  opacity: 0;
}
.ap_box.no01::after {
  position: absolute;
  top: 260px;
  right: -90px;
  transform: rotate(-90deg);
  -webkit-transition-delay: 1.5s !important;
  transition-delay: 1.5s !important;
}
.ap_box.no02:not(.svg_anime) {
  order: 1;
  padding-bottom: 98px;
  -webkit-transform: translateX(-30px);
  transform: translateX(-30px);
  opacity: 0;
}
.ap_box.no02::after {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 20px;
  margin: auto;
  -webkit-transition-delay: 2.5s !important;
  transition-delay: 2.5s !important;
}
.ap_box.no03:not(.svg_anime) {
  order: 3;
  position: relative;
  -webkit-transform: translateY(-30px);
  transform: translateY(-30px);
  opacity: 0;
}
.ap_box.no03::after {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: -110px;
  transform: rotate(90deg);
  -webkit-transition-delay: 3.5s !important;
  transition-delay: 3.5s !important;
}
.ap_box.no04:not(.svg_anime) {
  order: 2;
  -webkit-transform: translateX(30px);
  transform: translateX(30px);
  opacity: 0;
}


.js-active .ap_box.no01 {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
}
.js-active .ap_box.no01::after {
  right: -110px;/*-120px*/
  opacity: 1;
}
.js-active .ap_box.no02 {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
}
.js-active .ap_box.no02::after {
  bottom: 0;
  opacity: 1;
}
.js-active .ap_box.no03 {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}
.js-active .ap_box.no03::after {
  left: -130px;
  opacity: 1;
}
.js-active .ap_box.no04 {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
}

.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_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;
}

.ap_box.no01{
  order: 1;
}

.ap01_woman{
  transform:translateX(10%);
  opacity: 0;
}

.ap01_image{
  transform:translateX(-10%);
  opacity: 0;
}

#ap01 + dl{
  opacity: 0;
}

.js-active .ap_box .ap01_image{
  opacity: 1;
  transform:translateX(0%);
  transition: var(--ap_transition) ease;
}

.js-active .ap_box .ap01_woman{
  opacity: 1;
  transform:translateX(0%);
  transition: var(--ap_transition) ease;
  transition-delay: var(--ap_transition-d);
}

.js-active .ap_box #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{
  order: 2;
  padding-bottom: 98px;
}

.ap02_clerk{
  transform:translateX(-10%);
  opacity: 0;
}

.ap02_woman{
  transform:translateX(10%);
  opacity: 0;
}

.ap02_item{
  opacity: 0;
}

#ap02 + dl{
  opacity: 0;
}

.js-active .ap_box .ap02_clerk,
.js-active .ap_box .ap02_woman{
  opacity: 1;
  transform:translateX(0%);
  transition :var(--ap_transition) ease;
  transition-delay: calc((var(--ap_transition-d) * 2) + 1s);
}

.js-active .ap_box .ap02_item{
  opacity: 1;
  transition :var(--ap_transition) ease;
  transition-delay: calc((var(--ap_transition-d) * 2) + 1.8s);
}

.js-active .ap_box #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;
}

.ap_box.no03{
  order: 3;
}

.ap03_clerk{
  transform:translateX(10%);
  opacity: 0;
}

.ap03_woman{
  transform:translateX(10%);
  opacity: 0;
}

.ap03_star{
  opacity: 0;
}

#ap03 + dl{
  opacity: 0;
}

.js-active .ap_box .ap03_clerk{
  opacity: 1;
  transform:translateX(0%);
  transition :var(--ap_transition) ease;
  transition-delay: calc((var(--ap_transition-d) * 2) + 3s);
}

.js-active .ap_box .ap03_woman{
  opacity: 1;
  transform:translateX(0%);
  transition :var(--ap_transition) ease;
  transition-delay: calc((var(--ap_transition-d) * 2) + 3.5s);
}

.js-active .ap_box .ap03_star{
  opacity: 1;
  transition :var(--ap_transition) ease;
  transition-delay:calc((var(--ap_transition-d) * 2) + 4s);
}

.js-active .ap_box #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;
}

.ap_box.no04.svg_anime {
  order: 2;
  -webkit-transform: translateX(30px);
  transform: translateX(30px);
  opacity: 0;
}

.js-active .ap_box.no04.svg_anime {
  -webkit-transform: translateX(0px);
  transform: translateX(0px);
  opacity: 1;
  transition-delay: calc((var(--ap_transition-d) * 2) + 5.5s) !important;
}


/* mg_brand --------------------------------------------------------------------------------------*/
#mg_brand {
  min-height: 850px;
  padding: 80px 0 420px;
  background: url(../img/mg_brand_bg.png) center bottom no-repeat;
  background-size: 100% auto;
  box-sizing: border-box;
}

#mg_brand .inner {
  max-width: 1000px;
  margin: auto;
  text-align: center;
}
#mg_brand .inner h2 {
  margin-bottom: 62px;
}
#mg_brand .inner p {
  margin-bottom: 50px;
}
#mg_brand .inner .text {
  font-size: 16px;
  line-height: 32px;
}
#mg_brand .text span {
  color: #B5853F;
}
#mg_brand .read_txt {
  color: #B5853F;
  font-size: 34px;
  font-family: var(--font-ryumin);
  font-weight: 300;
  line-height: 40px;
  letter-spacing: 1px;
}


/* laforre_info --------------------------------------------------------------------------------------*/
#laforre_info {
  padding: 90px 0;
  background-color: #C6D7E1;
  color: #333;
}
#laforre_info h2 {
  margin-bottom: 55px;
  text-align: center;
}
#laforre_info .wrap_box {
  display: flex;
  justify-content: space-between;
  max-width: 918px;
  margin: auto;
}
#laforre_info .photo_box {
  max-width: 272px;
}
#laforre_info .txt_box {
  width: calc(100% - 320px);
}
#laforre_info .txt_box h3 {
  margin-bottom: 30px;
  font-family: var(--font-sub);
  font-size: 20px;
  font-weight: 500;
}
#laforre_info .txt_box p {
  margin-bottom: 30px;
  font-size: 14px;
  line-height: 24px;
}
#laforre_info .site_link a {
  display: block;
  max-width: 382px;
  height: 56px;
  background-color: #fff;
  color: #000;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  line-height: 56px;
  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 {
  padding: 100px 0;
  background-color: #F5F5F5;
  color: #333;
}
#support_area h2 {
  margin-bottom: 70px;
  font-size: 24px;
  font-weight: 500;
  text-align: center;
}
.support_wrap {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.support_box {
  max-width: 280px;
  margin: 0 20px;
  text-align: center;
  line-height: 32px;
}
.support_box .text {
  margin-top: 20px;
}


/* footer --------------------------------------------------------------------------------------*/
footer {
  height: 190px;
  margin-top: 120px;
  background-color: #475359;
  color: #fff;
  text-align: center;
}
footer .inner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 190px;
}
footer .copyright {
  margin-top: 10px;
  font-family: var(--font-sub);
  font-size: 14px;
}




/* ==========================================================
  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;
    background: #232B2F;
    display: block;
    border-radius: 50%;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    position: relative;
    margin-left: auto;
    bottom: 0;
    right: 4%;
    cursor: pointer;
  }
    .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: center;
          -ms-flex-align: center;
              align-items: center;
      -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: 192px;
  }
  .__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; }
.float-btn-ban {
  width: 660px;
}
.__scroll_bottom .float-btn.is-movie {
  -webkit-transform: translateY(0px);
          transform: translateY(0px); }
.__scroll_bottom .float-btn-pagetop {
  bottom: -278px;
}

.sp_only {
  display: none;
}



@media screen and ( max-width:1260px ) {
  .sec03_box02 {
    max-width: 85.359vw;
    margin: auto;
    padding: 80px 0 70px;
  }
  #sec03 .text_box {
    width: calc(100% - 30.381vw);
    line-height: 32px;
  }
  .trouble_box {
    margin-bottom: 70px;
    padding: 40px 6.149vw;
    box-sizing: content-box;
  }
  .trouble_box .img {
    max-width: 29.283vw;
    margin-right: 4.1vw;
  }
}
