@charset "UTF-8";

html {
font-size:16px;
 overflow-x: hidden;
 overflow-y: scroll;
 -webkit-overflow-scrolling: touch;
 }

body{
font-family: 'ヒラギノ角ゴシック','Hiragino Sans',YuGothic,'Yu Gothic','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3','Yu Gothic UI','MS UI Gothic',sans-serif;

/*
font-family: 'Yu Mincho Light','YuMincho','Yu Mincho','游明朝体','ヒラギノ明朝 ProN','Hiragino Mincho ProN','游明朝体+36ポかな','YuMincho +36p Kana',sans-serif;
*/
	/*スマホのスクロールをスムーズにするらしい*/
	-webkit-overflow-scrolling: touch;
}

@media(max-width:500px){
  html{
  font-size:3.5vw;
  }
}

img{
  width:100%;
	max-width: 100%;
	height: auto;
  align-self: flex-start;/*追加safari対策*/
}

a {
  display: block;
}

.wrapper{
  width:100%;
  overflow-x: hidden;
}

.block{
  display: block;
}

.relative{
  position: relative;
  z-index: 1 !important;
}

@media(max-width:500px){
  .wrapper{
    width:100vw;
  }
}

/*固定バックグラウンド
.monster{
width: 100%;
}
.monster::before{
    content: "";
    position: fixed;
    width: 100%;
    height: 100%;
    background-image: url(../image/hanabi-bg.png);
    top: 0;
    left: 0;
    background-position: top center;
    z-index: -2;
    background-size: cover;
}
*/

.u_yellow{
  background:linear-gradient(transparent 75%, #FFEF00 0%);
}

.blur {
	position: relative;
}
.blur:before {
	content: "";
	position: absolute;
	top: -7px;
	left: 0;
	background: inherit;
	background-clip: content-box;
	width: 100%;
	height: 100px;
	-webkit-filter: blur(2px);
	filter: blur(2px);
  z-index: 5 !important;
}

.blur_bottom {
	position: relative;
}
.blur_bottom:before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	background: inherit;
	background-clip: content-box;
	width: 100%;
	height: 100px;
	-webkit-filter: blur(5px);
	filter: blur(5px);
  /*z-index: 5 !important;*/
}

.top{
  width: 100%;
  height: 700px;
  display: flex;
  justify-content: center;
}

.top1-bg{
    background: url(../image/top1-bg.png) no-repeat;
    background-position: center center;
    background-size: cover;/*contain*/
}

.top2-bg{
    background: url(../image/top2-bg.png) no-repeat;
    background-position: center center;
    background-size: cover;/*contain*/
}

.video-container {
  /*height: 100vh;*/
  position: relative;
  overflow: hidden;
  /*background-color: #fff000;*/
}

/*
.video{
object-fit: fill;
position: absolute;
height: 100%;
width: 100%;
top: 0;
left: 0;
}
*/

.video{
 width: auto;
 height: auto;
 z-index: 0 !important;
}

/*position: fixed;
right: 0;
bottom: 0;
min-width: 100%;
min-height: 100%;
width: auto;
/*background: url('../image/monster_preview.png') no-repeat;
background-size: cover;*/

.videoin_img{
  position:absolute;
  top:40%;
  left:20%;
  width:60%;
  display:flex;
  justify-content:center;
  align-items: center;
  z-index: 1 !important;
  animation: buru 2s infinite;
  animation-delay: 0s;
}

@media(max-width:550px){
  .videoin_img{
    position:absolute;
    top:40%;
    left:5%;
    width:90%;
  }
}

@keyframes buru {
    0% {transform: translate(0px, 0px) rotateZ(0deg)}
    5% {transform: translate(20px, 20px) rotateZ(1deg)}
    10% {transform: translate(0px, 20px) rotateZ(0deg)}
    15% {transform: translate(20px, 0px) rotateZ(-1deg)}
    20% {transform: translate(0px, 0px) rotateZ(0deg)}
    25% {transform: translate(0px, 0px) rotateZ(0deg)}
    30% {transform: translate(20px, 20px) rotateZ(1deg)}
    35% {transform: translate(0px, 20px) rotateZ(0deg)}
    40% {transform: translate(20px, 0px) rotateZ(-1deg)}
    45% {transform: translate(0px, 0px) rotateZ(0deg)}
    50% {transform: translate(0px, 0px) rotateZ(0deg)}
    55% {transform: translate(20px, 20px) rotateZ(1deg)}
    60% {transform: translate(0px, 20px) rotateZ(0deg)}
    65% {transform: translate(20px, 0px) rotateZ(-1deg)}
    70% {transform: translate(0px, 0px) rotateZ(0deg)}
    75% {transform: translate(0px, 0px) rotateZ(0deg)}
    80% {transform: translate(20px, 20px) rotateZ(1deg)}
    85% {transform: translate(0px, 20px) rotateZ(0deg)}
    90% {transform: translate(20px, 0px) rotateZ(-1deg)}
    100% {transform: translate(0px, 0px) rotateZ(0deg)}
}

.video_text{
width:90%;
max-width: 900px;
height: auto;
 display:flex;
 justify-content:center;
 align-items: center;
 z-index: 2 !important;
}
@media screen and (max-width: 500px) {
    .video_text{
    width:31%;
    height: auto;
     display:flex;
     justify-content:center;
     align-items: center;
    }
}


.header1{
  width:100%;
  height: 100px;
  position:sticky;
  top:0;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9 !important;
}


.head-in{
  width:100%;
  max-width: 1200px;
  padding:0 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media(max-width:550px){
  .header1{
    height: 60px;
  }
  .head-in{
    padding:0 10px;
  }

}

.sec-between {
  width:100%;
  height: 100vh;
  /*background-color: #ff0*/;
}

.between1-bg{
  background-image: url(../image/stone-bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.between2-bg{
  background-image: url(../image/sun_earth-bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.between3-bg{
  background-image: url(../image/white-bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.gutter1 {
  width:auto;
  max-width: 1200px;
  height: auto;
  padding:40px 0;
}

.gutter2 {
  width:100%;
  max-width: 1200px;
  height: auto;
  padding:40px 0;
}

@media(max-width:550px){
  .gutter1 {
    width:100vw;
    height: auto;
    padding:40px 0;
  }

  .gutter2 {
    width:100vw;
    height: auto;
    padding:40px 0;
  }

}

.w250{
  width:250px;
}

/*---------------------------------------*/

.mr-50_0{
  margin-right:-50px;
}

.ml-50_0{
  margin-left:-50px;
}

@media(max-width:550px){
  .mr-50_0{
    margin-right:-7vw;
  }

  .ml-50_0{
    margin-left:-7vw;
  }
}

.box {
text-align: center;
display: flex;
justify-content: flex-start;
align-items: center;
}

.question{
  color:#666;
  font-size:2em;
  font-weight:100;
  line-height: 50px;
  background-color: rgba(255,255,255,0.7);
  text-align: center;
  display: flex;
  justify-content: center;
  padding:0 20px;
  border:solid #DF0175;
  border-width: 0 0 0 8px;
}
.question-item{
  width:650px;
  color:#333;
  background-color: rgba(255,255,255,0.7);
  padding:20px 20px;
  border:solid;
  border-width: 0 0 0 8px;
}

@media(max-width:550px){
  .question-item{
    width:100%;
  }
}

.paddrl10x{
  padding:0 10px;
}
.paddrl20x{
  padding:0 20px;
}
.paddrl30x{
  padding:0 30px;
}
.paddrl40x{
  padding:0 40px;
}

.hf_orange{
  color:#DC3210;
}
.bc_pink{
  border-color:#DF0175;
}

.bc_blue{
  border-color:#1C2A83;
}

.bc_orange{
  border-color:#DA5F2F;
}

.bc_green{
  border-color:#53A949;
}

.box:not(:last-of-type) {
margin-right: 5%;
}
.example {
width: 0;
height: 0;
}
.example.ex01 {
border-style: solid;
border-width: 30px 30px 0 0;
border-color: #a0dde2 transparent transparent transparent;
}
.example.ex02 {
border-style: solid;
border-width: 0 30px 30px 0;
border-color: transparent #e2a0b4 transparent transparent;
}
.example.ex03 {
border-style: solid;
border-width: 0 0 30px 30px;
border-color: transparent transparent #eec496 transparent;
}
.example.ex04 {
border-style: solid;
border-width: 50px 0 0 25px;/*30pxがline-heightと同じ値*/
border-color: transparent transparent transparent rgba(255, 255, 255, 0.7);
}


.bg-m0 {
        display: block;
        position: sticky;
        top: 0;
        z-index: -1;
        height: 0;
        max-height: 0;
        overflow: visible;
      }

.bg-m0::after {
       content: "";
       position: absolute;
       display: block;
       top: 0;
       left: 0;
       width: 100%;
       height: 100vh;
       background-image: url("../image/m-bg0.png");
       background-position: center;
       background-repeat: no-repeat;
       -webkit-background-size: contain;
       background-size: cover;
     }

/*背景切り替えテスト*/
.bg-m1 {
   display: none;
}

@media(max-width:500px) {
 .bg-m1 {
         display: block;
         position: sticky;
         top: 0;
         z-index: -1;
         height: 0;
         max-height: 0;
         overflow: visible;
       }

 .bg-m1::after {
        content: "";
        position: absolute;
        display: block;
        top: 0;
        left: 0;
        width: 100%;
        height: 100vh;
        background-image: url("../image/m-bg3.png");
        background-position: center;
        background-repeat: no-repeat;
        -webkit-background-size: contain;
        background-size: cover;
      }
}

/*背景*/
.m-bg0{
  	display:block;
  	width:100%;
  	height: 100%;
  	background-image: url(../image/m-bg0.png);/*固定する背景画像*/
    background-repeat: no-repeat;
  	background-size:cover;/*背景画像のサイズを指定*/
  	background-attachment: fixed;/*背景画像を固定したままにするかしないか*/
    z-index: -2 !important;
}

.m-bg1{
  width: 100%;
  height: auto;
  background: url(../image/m-bg1.png);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}

.m-bg3{
  	display:block;
  	width:100%;
  	height: 100%;
  	background-image: url(../image/m-bg3.png);/*固定する背景画像*/
    background-repeat: no-repeat;
    background-position: center center;
  	background-size:cover;/*背景画像のサイズを指定*/
  	background-attachment: fixed;/*背景画像を固定したままにするかしないか*/
    z-index: -2 !important;
}

.m-bg4{
  	display:block;
  	width:100%;
  	height: 100%;
  	background-image: url(../image/m-bg0.png);/*固定する背景画像*/
    background-repeat: no-repeat;
  	background-size:cover;/*背景画像のサイズを指定*/
  	background-attachment: fixed;/*背景画像を固定したままにするかしないか*/
    z-index: -2 !important;
}

.m-bg5{
  width: 100%;
  height: auto;
  background: url(../image/m-bg5.png);
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: cover;
}

.m-bg6{
  display:block;
  width:100%;
  height: 100%;
  background-image: url(../image/m-bg6.png);/*固定する背景画像*/
  background-repeat: no-repeat;
  background-position: center center;
  background-size:cover;/*背景画像のサイズを指定*/
  background-attachment: fixed;/*背景画像を固定したままにするかしないか*/
  z-index: -2 !important;
}

/*sp 背景*/
@media(max-width:550px){
    .m-bg0{
        background-image: url(../image/m-bg0.png),linear-gradient(to bottom, #070008, #3A0512 20%, #3A0512 80%, #070008);
        background-position: bottom center;
        background-repeat: no-repeat;
        background-attachment: local;
      	background-size:contain;/*背景画像のサイズを指定*/
    }
    .m-bg1{
      background-image: url(../image/m-bg1_sp.png),linear-gradient(to bottom, #262626, #7A7B7B 20%, #7A7B7B 50%, #1E0808 80%, #160908);
      background-repeat: no-repeat;
      background-position: center center;
      background-attachment: local;
      background-size:contain;
    }
    .m-bg3{
      	background-image: url(../image/m-bg3_sp.png),linear-gradient(to bottom, #121315, #360507 20%, #360507 50%, #D3943E 80%, #E4B55A);
        background-repeat: no-repeat;
        background-position: bottom center;
        background-attachment: local;
      	background-size:contain;/*背景画像のサイズを指定*/
    }
    .m-bg4{
        background-image: url(../image/m-bg0_sp.png),linear-gradient(to bottom, #070008, #3A0512 20%, #3A0512 80%, #070008);
        background-position: center center;
        background-repeat: no-repeat;
        background-attachment: local;
      	background-size:cover;/*背景画像のサイズを指定*/
    }
    .m-bg5{
      background-image: url(../image/m-bg5.png),linear-gradient(to bottom, #fff, #fff 20%, #fff 80%, #fff);
      background-position: bottom center;
      background-repeat: no-repeat;
      background-size: contain;
    }
    .m-bg6{
      background-image: url(../image/m-bg6_sp.png),linear-gradient(to bottom, #1F0807, #2C0A0A 20%, #2C0A0A 80%, #1F0807);
      background-position: center center;
      background-repeat: no-repeat;
      background-attachment: local;
      background-size:contain;/*背景画像のサイズを指定*/
    }
}

.reg_flm{
  width:503px;/*558px;*/
  height: 310px;/*344px;*/
  display: flex;
  justify-content: center;
  align-items: center;
}

@media(max-width:1200px) and (min-width:501px){
  .reg_flm{
    padding:20% 20%;
    width:auto;
    height:auto;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.reg_flm-bg{
  background-image: url("../image/reg-flm.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.w-circle{
  margin:0 0.2em;
  border-radius: 50%;
  width:1.8em;
  height: 1.8em;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.y1{color:#FFF134;}

.w-border{
  /*width:80%;*/
  display: inline-block;
  margin-top: 0.9em;
  border-top:3px solid #fff;
  border-right: none;
  border-bottom: none;
  border-left: none;
}

.g-mark-bg{
  background-image: url("../image/g-mark-bg.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.reason-flm{
  width:320px;
  height:400px;
  padding:20px;
}

.perform-flm{
  width:350px;
  height:225px;
  padding:43px 35px;
}

.perform-bg{
  background-image: url("../image/perform-bg.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.reason-title{
  width:100%;
  height: 8em;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.reason-com{
  width:100%;
  height: 5em;
}

.bg-white07{
  background-color: rgba(255,255,255,0.7);
}

.bg-transparent{
  background-color: transparent;
}

.white08{
  color:rgba(255,255,255,0.8);
}

.red08{
  color:rgba(204,51,102,0.8);
}

.blue08{
  color:rgba(94,144,179,0.8);
}

.green08{
  color:rgba(0,128,0,0.8);
}

.yellow08{
  color:rgba(250,210,106,0.8);
}

.title_left{
    position: absolute;
    top:5em;
    left:22%;
}

.title_right{
  position: absolute;
  top:5em;
  left:68%;
}

.title_left1{
  width:15%;
    position: absolute;
    top:150px;
    left:2%;
}

.title_right1{
  width:10%;
  position: absolute;
  top:150px;
  left:88%;
}

.flx-c-sp{
display: none;
}
@media(max-width:500px){

  .title_left1{
    width:20%;
    position: absolute;
    bottom:-200px;
    left:0;
  }

  .title_right1{
    width:20%;
    position: absolute;
    bottom:-200px;
    left:50%;
  }
  .flx-c-sp{
  display: flex;
  justify-content: space-around;
  }
}

.tate-txt{
  /*color:#fff;*/
  display: inline-block;
  text-align: left;/*上揃い*/
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  /*text-orientation: upright;*/
}

@media(max-width:550px){
  .sp-yoko-txt{
    /*color:#fff;*/
    display: inline-block;
    text-align: center;/*上揃い*/
    -webkit-writing-mode:horizontal-tb;
    writing-mode: horizontal-tb;
    /*text-orientation: upright;*/
  }
}

.sk4{
    display     : inline-block;    /* 変形するためのブロック化 */
    font-size   : 12px;/*1.1em;             文字サイズ */
    line-height : 1em;             行の高さ */
    transform   : scale(1);   /* 変形 横,縦 */

    /*width:1em;
    height: 1em;*/
    padding:0 4px;/*0 0.2em;*/
    border: 1px #000 solid;
}
.sk-{
    display     : inline-block;
    font-size   : 4px;
    line-height : 1.8em;
    transform   : scale(1);
    color:#000;
    /*padding:0;*/
    padding:0 0 0 1px;
  /*width:0.8em;height: 0.8em;*/

}

@media (max-width:500px){
  .sk4{
      font-size   : 16px;/*1.1em;             文字サイズ */
      line-height : 1em;             行の高さ */
      padding:0 4px;

  }
  .sk-{
      font-size   :8px;
      /*
      line-height : 1em;
      padding:0;
      */
  }
}

.bg-cap1{
    padding:0 4px;
    background-color: #fff;
    color:#000;
}
.bg-cap2{
    background-color: #000;
    color:#fff;
}
.bg-cap3{
    background-color: #D32D26;
    color:#fff;
}
.bg-cap4{
    background-color: #1E2082;
    color:#fff;
}
.bg-cap5{
    background-color: #FFF134;
    color:#000;
}
.bg-cap6{
    background-color: #196739;
    color:#fff;
}

.kingaku{
  width:100%;
  height:2em;
  background-color: #D42D26;
  padding:0 15px;
}

.sikiri{
  border-top:3px solid #666;
  line-height: 2em;
  margin-top:1.2em;
}

.regist_button	{
    display: block;
    position: relative;
	z-index: 1;
    border: 2px rgba(255,255,255,0.2)solid;
    border-radius: 0.4em;
}

.regist_button::after	{
	content: "";
    width: calc( 100% + 2px);
    height: calc( 100% + 2px);
    position: absolute;
    top: -1px;
    left: -1px;
    box-shadow: 0 0 3em #fff;
    border-radius: 0.4em;
    -webkit-animation: blink 1s ease-in-out infinite alternate;
    -moz-animation: blink 1s ease-in-out infinite alternate;
    animation: blink 1s ease-in-out infinite alternate;
    z-index: -1;
    background-color: #fff;
}

.regist_button2	{
    display: block;
    position: relative;
	z-index: 1;
    border: 1px rgba(255,255,255,0.2) solid;
    border-radius: 1.9em;
}

.regist_button2::after	{
	content: "";
    width: calc( 100% + 1px);
    height: calc( 100% + 1px);
    position: absolute;
    top: -1px;
    left: -1px;
    box-shadow: 0 0 3em #fff;
    border-radius: 1.9em;
    -webkit-animation: blink 1s ease-in-out infinite alternate;
    -moz-animation: blink 1s ease-in-out infinite alternate;
    animation: blink 1s ease-in-out infinite alternate;
    z-index: -1;
    background-color: #fff;
}

@-webkit-keyframes blink{
   0% {opacity:0;}
   100% {opacity:1;}
}
@-moz-keyframes blink{
   0% {opacity:0;}
   100% {opacity:1;}
}
@keyframes blink{
   0% {opacity:0;}
   100% {opacity:1;}
}


#loading-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;/*#CCC5C1;*/
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  z-index: 9999;
}

/*
.loader {
  width: 1em;
  height: 1em;
  border-radius: 50%;
  position: relative;
  text-indent: -9999em;
  -webkit-animation: load5 1.1s infinite ease;
  animation: load5 1.1s infinite ease;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
}
*/


.loader,
.loader:after {
  border-radius: 50%;
  width: 10em;
  height: 10em;
}
.loader {
  margin: 60px auto;
  font-size: 10px;
  position: relative;
  text-indent: -9999em;
  border-top: 1.1em solid rgba(255, 255, 255, 0.2);
  border-right: 1.1em solid rgba(255, 255, 255, 0.2);
  border-bottom: 1.1em solid rgba(255, 255, 255, 0.2);
  border-left: 1.1em solid #ffffff;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear;
}
@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}




@-webkit-keyframes load5 {
  0%,
  100% {
    box-shadow: 0em -2.6em 0em 0em #ffffff, 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.5), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.7);
  }
  12.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.7), 1.8em -1.8em 0 0em #ffffff, 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.5);
  }
  25% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.5), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.7), 2.5em 0em 0 0em #ffffff, 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  37.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.5), 2.5em 0em 0 0em rgba(255, 255, 255, 0.7), 1.75em 1.75em 0 0em #ffffff, 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  50% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.5), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.7), 0em 2.5em 0 0em #ffffff, -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  62.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.5), 0em 2.5em 0 0em rgba(255, 255, 255, 0.7), -1.8em 1.8em 0 0em #ffffff, -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  75% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.5), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.7), -2.6em 0em 0 0em #ffffff, -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  87.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.5), -2.6em 0em 0 0em rgba(255, 255, 255, 0.7), -1.8em -1.8em 0 0em #ffffff;
  }
}
@keyframes load5 {
  0%,
  100% {
    box-shadow: 0em -2.6em 0em 0em #ffffff, 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.5), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.7);
  }
  12.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.7), 1.8em -1.8em 0 0em #ffffff, 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.5);
  }
  25% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.5), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.7), 2.5em 0em 0 0em #ffffff, 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  37.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.5), 2.5em 0em 0 0em rgba(255, 255, 255, 0.7), 1.75em 1.75em 0 0em #ffffff, 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  50% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.5), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.7), 0em 2.5em 0 0em #ffffff, -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  62.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.5), 0em 2.5em 0 0em rgba(255, 255, 255, 0.7), -1.8em 1.8em 0 0em #ffffff, -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  75% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.5), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.7), -2.6em 0em 0 0em #ffffff, -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  87.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.5), -2.6em 0em 0 0em rgba(255, 255, 255, 0.7), -1.8em -1.8em 0 0em #ffffff;
  }
}

.completed {
  opacity: 0;
  visibility: hidden;
}

.foot-item{
  margin-top: 8px;
  color:#fff;
  border:#fff solid;
  border-width: 0 1px 0 0;
}

.foot-item:first-of-type{
  border:#fff solid;
  border-width: 0 1px 0 1px;
}

.foot-item:nth-of-type(7){
  border:#fff solid;
  border-width: 0 1px 0 1px;
}

@media(max-width:550px){

  .foot-item:nth-of-type(4){
    border:#fff solid;
    border-width: 0 1px 0 1px;
  }
  .foot-item:nth-of-type(7){
    border:#fff solid;
    border-width: 0 1px 0 1px;
  }
  .foot-item:nth-of-type(9){
    border:#fff solid;
    border-width: 0 1px 0 1px;
  }
  .foot-item:last-of-type{
    border:#fff solid;
    border-width: 0 1px 0 1px;
  }

}

.foot-in{
  padding:0 50px;
}
@media(max-width:550px){
  .foot-in{
    padding:0 20px;
  }
}

.w650{
  width:650px;
}

.c{
  text-align: center;
}

/*Home Fit------------------------------------------*/
.sanmei{
  position:relative;
  width:630px;
  height:240px;
  border-radius: 12px;
  background-color: #FCE5EE;
}

.sanmei-in{
  width:600px;
  height:210px;
  position: absolute;
  border-radius: 12px;
  top:16px;
  left:16px;
  background-color: #fff;
  /*display: flex;
  justify-content: center;
  align-items: center;*/
  padding:16px 0;
}

@media(max-width:550px){
  .sanmei{
    position:relative;
    width:98vw;
    height:180px;
    border-radius: 12px;
    background-color: #FCE5EE;
  }

  .sanmei-in{
    width:90vw;
    height:160px;
    position: absolute;
    border-radius: 12px;
    top:16px;
    left:16px;
    background-color: #fff;
    /*display: flex;
    justify-content: center;
    align-items: center;*/
    padding:16px 0;
  }
}

.bdr_blk{
  border: 1px solid #000;
  border-radius: 8px;
  padding:0 5px;
  margin: 0 8px;
}

.hf_red{
  color:#D40148;
}


.line-ttl{
  width:350px;
  height:300px;
  padding:10px 20px;
  position: relative;
  border:2px solid #D5004A;
  border-radius: 8px;
  background-color: #fff;
}

.line-ttl::before{
  content:"";
  width:350px;
  height:300px;
  position: absolute;
  top:-8px;
  left:-8px;
  border:1px solid #D5004A;
  border-radius: 8px;
  background-color: #fff;
}

@media(max-width:550px){
  .line-ttl{
    width:267px;/*297*/
    height:229px;/*254*/
    padding:16px 10px;/*12px 18px;*/
  }

  .line-ttl::before{
    width:267px;
    height:229px;
  }
}

.ln-p{
  position:relative;
  z-index:3 !important;
  color:#D5004A;
  font-size: 1.8em;
}

.hf-c{
  display: flex;
}

.hf-circle{
  display: inline-block;
  width:1.4em;
  height: 1.4em;
  background-color: #D5004A;
  border-radius: 1.4em;
  font-size: 1.4em;
  color:#fff;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
}


.homefit1-flm{
  width:100%;
  max-width: 1200px;
  padding:30px 0 0 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.homefit1-flm-bg{
  background-image: url("../image/homefit1-flm-bg.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

/*.homefit2-flm{
  width:100%;
  max-width: 1200px;
  padding:0;
  display: flex;
  justify-content: center;
  align-items: center;
}*/

.homefit2-flm-bg{
  background-image: url("../image/hf-img2-bg.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size:cover;
}

.promise-flm{
  width:330px;
  height: 422px;
  padding:0 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.promise1-flm-bg{
  background-image: url("../image/promise1-flm-bg.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size:cover;
}

.promise2-flm-bg{
  background-image: url("../image/promise2-flm-bg.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size:cover;
}

.promise3-flm-bg{
  background-image: url("../image/promise3-flm-bg.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size:cover;
}

.hf-gradient{
  padding:20px 20px;
  border-radius: 10px;

}

.hf-gradient1-bg{
  background: linear-gradient(to right bottom, #DFB4CC ,#C0B4D2 ,#96B1D9 ,#019FE1);
}

.hf-gradient2-bg{
  background: linear-gradient(to right bottom, #019FE1 ,#96B1D9 ,#C0B4D2, #DFB4CC);
}

.hf-gradient3-bg{
  background: linear-gradient(to right, #EEBDCD , #CEE8F1);
}

.hf-gradient4-bg{
  background: linear-gradient(to right, #EBBBCF , #CEE8F0);
}

.hf-gradient5-bg{
  background: linear-gradient(to right, #EEBDCD , #CEE8F0);
}

.s-plan{
  position: relative;
  margin-top: 20px;
  padding: 0 20px 0 0;
  width:330px;
  height:176px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}


.s-plan-bg{
  background-image: url("../image/s-plan-bg.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size:cover;
}

.s-planin{
  position: absolute;
  top:18.5%;
  left:5%;
  width:115px;
  height: 115px;
  z-index: 2 !important;
}

.reason-flm{
  width:1200px;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}

.reason-flm-bg{
  background-image: url("../image/homefit2-bg.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size:cover;
}

.information-ttl-bg{
  background-image: url("../image/information-ttl-bg.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size:cover;
}

.reason-item{
  width:330px;
  height: 560px;/*520px*/
  padding:20px;
  border:1px solid #D5004A;
  border-radius: 10px;
  background-color: #fff;
}

@media(max-width:550px){
  .reason-item{
    width:330px;
    height: auto;
  }
  .slide-flm{
    height: 50vw;
    width:100%;
  }
}

.brd_blk{
  border:1px #000 solid;
  display:flex;
  justify-content: center;
  align-items: center;
}

.paddupdw15x{
  padding:15px 0;
}

.rd_out{
  width:4.5em;
  border-radius: 8px;
  background-color: #D5004A;
  color:#fff;
  padding:0 6px;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media(max-width:550px){

}


.sankaku_l{
width: 0;
height: 0;
border-style: solid;
border-width: 0 50px 50px 0;
border-color: transparent #000 transparent transparent;
}

.sankaku_r{
  width: 0;
height: 0;
border-style: solid;
border-width: 50px 50px 0 0;
border-color: #000 transparent transparent transparent;
}

.p-circle{
  background-image: url("../image/p-circle.png");
  background-position:57% bottom;
  background-repeat: no-repeat;
  background-size:50%;
}

.r-circle{
  background-image: url("../image/r-circle.png");
  background-position:57% bottom;
  background-repeat: no-repeat;
  background-size:50%;
}

@media(max-width:550px){
  .p-circle{
    background-position:57% bottom;
    background-size:90%;
  }

  .r-circle{
    background-position:57% bottom;
    background-size:90%;
  }
}

.jim-flm{
  border-radius: 10px;
}

.jim-bg{
  background-image: url("../image/jim-bg.jpg");
  background-position:center;
  background-repeat: no-repeat;
  background-size:cover;
}

.jim-top{
  width:100%;
  height: 120px;
  padding:10px 0 0 0;
  border-radius: 10px 10px 0 0;
  background-color: #1C2A83;
}

.jim-top-sankaku_l{
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 600px 50px 0;
  border-color: transparent #1C2A83 transparent transparent;
}

.jim-top-sankaku_r{
width: 0;
height: 0;
border-style: solid;
border-width: 50px 600px 0 0;
border-color: #1C2A83 transparent transparent transparent;
}

@media(max-width:550px){
  .jim-bg{
    background-image: url("../image/jim-bg_sp.jpg");
  }
  .jim-top-sankaku_l{
    border-width: 0 46vw 30px 0;
  }

  .jim-top-sankaku_r{
  border-width: 30px 46vw 0 0;
  }
}

.jim-item-top{
  width:450px;
  border-radius: 10px 10px 0 0;
  background-color:#C52953;
  display: flex;
  justify-content: center;
  padding:30px 0;
}

.jim-item{
  width:450px;/*330*/
  border-radius: 0 0 10px 10px;
  background-color: #fff;
  padding:10px 10px;
}

@media(max-width:550px){
  .jim-item-top{
    width:90vw;
  }

  .jim-item{
    width:90vw;/*330*/
  }

}

.brd-gray{
  margin:0 auto;
  width:70%;
  border:#383838 2px solid;
  background-color: #E0E0E0;
  padding:10px 40px;
  font-size: 1.4em;
}

.radius-white{
  height: 330px;
  padding:30px;
  border-radius: 10px;
  background-color: #fff;
}

.radius-gray{
  width:100%;
  height: 100%;
  border-radius: 10px;
  background-color: #F1F3F6;
  padding:20px 40px;
}

@media(max-width:1150px){
  .radius-white{
    height: auto;
    padding:30px;

  }

  .radius-gray{
    width:100%;
    height: 100%;
  }
}

.before{
  width:160px;
  height:290px;
  border-radius: 10px;
  /*background: linear-gradient(to right, #18284B , #18284B);*/
  padding:30px 10px 10px 10px;
}

.after{
  width:160px;
  height:290px;
  border-radius: 10px;
  /*background: linear-gradient(to right, #4994D0 , #5EB07A);*/
  padding:30px 10px 10px 10px;
}

.radius1-white{
  width:100%;
  height: auto;
  padding:10px;
  border-radius: 10px;
  background-color: #fff;
}

.brd_kon1{
  border: solid #2D3556;
  border-width: 1px 0 1px 1px;
  border-radius: 5px 0 0 5px;
  width:90px;
  height:40px;
  display: flex;
  justify-content: center;
  align-items: center;
  color:#2D3556;
  font-size: 1.2em;
}

.brd_kon2{
  border: solid #2D3556;
  border-width: 1px 1px 1px 1px;
  border-radius: 0 5px 5px 0;
  width:150px;
  height:40px;
  display: flex;
  justify-content: center;
  align-items: center;
  color:#C52953;
  font-size: 1.2em;
  font-weight: bold;
}

.hf_kon{
  color:#2D3556;
  font-size: 1em;
}

.bar_kon{
  border:1px solid #CAD9E1;
}

@media(max-width:950px){
.tb-fwrap{
  flex-wrap: wrap;
  }
}

@media(max-width:550px){
.sp-fwrap{
  flex-wrap: wrap;
  }
}

.naname{
  width:50%;
  height:300px;
  background:transparent;
  /*margin:0 auto;
  text-align:center;*/
  transform:skewX(-17deg);
  overflow: hidden;
  margin-left: -50px;
}

.skewx_30{
  transform:skewX(17deg);
}

@media(max-width:550px){
  .naname{
    width:100%;
    height:300px;
    margin-left: 0;
  }
}

.leaf-flm{
  width:243px;/*270*/
  height: 109px;/*121*/
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

@media(max-width:550px){
  .leaf-flm{
    width:45vw;/*270*/
    height: 20vw;/*121*/
  }
}

.leaf-flm-bg{
  background-image: url("../image/leaf-flm-bg.png");
  background-position:center;
  background-repeat: no-repeat;
  background-size:cover;
}

.mokuhyo{
  color:#A6804E;
  font-family: 'Yu Mincho Light','YuMincho','Yu Mincho','游明朝体','ヒラギノ明朝 ProN','Hiragino Mincho ProN', sans-serif;
  font-weight: bold;
}

@media(max-width:550px){
  .sp-h50vh{
    height:60vh;
  }
}

.padd-tr1{
  padding:10px 20px 100px 20px;
}

.padd-tr11{
  padding:80px 20px 100px 20px;
}

.padd-tr2{
  padding:10px 20px 100px 20px;
}

.padd-tr21{
  padding:120px 20px 100px 20px;
}

@media(max-width:550px){
  .padd-tr1{
    padding:10px 20px 20px 20px;
  }

  .padd-tr11{
    padding:20px 20px 20px 20px;
  }

  .padd-tr2{
    padding:10px 20px 20px 20px;
  }

  .padd-tr21{
    padding:20px 20px 20px 20px;
  }
  .room-slider-item{
    height: 60vw;
    width: auto;
  }

  .room-slider-item-img {
    width: auto;
  height:60vw;
  object-fit: cover; /* この一行を追加するだけ！ */
  }

}

span.del {
  text-decoration-line: line-through;
  text-decoration-style:solid;
  text-decoration-color: red;
}

.del2{
  display: inline-block;
  width:80%;
  position:relative;
  border-top:1px double red;
}

.del2::after{
  position:absolute;
  top:15px;
  left:0;
  border-top:1px double red;
  z-index: 20 !important;
}

.del3{
  background-image:url(../image/del.png);
  background-repeat:repeat-x;
  background-position: center;
}
