@charset "utf-8";
/* CSS Document */

/* reset *************************************************************/
h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
  font-size: 100%;
  font-weight: normal;
  line-height: 1.3;
  display: block;
}
article,
footer,
header {
  display: block;
}
ul,
li {
  list-style: none;
  padding: 0;
  margin: 0;
}
dl,
dt,
dd {
  padding: 0;
  margin: 0;
}
table,
tr,
td {
  border: 0;
  padding: 0;
  margin: 0;
}
a {
  display: block;
  color: #ff6699;
  text-decoration: none;
}
img {
  vertical-align: baseline;
  border: 0;
  padding: 0;
  margin: 0;
}
div {
  margin: 0;
  padding: 0;
}

/* //reset *************************************************************/

* {
  box-sizing: border-box;
}
body {
  font-family: "Source Han Sans", sans-serif;
  font-size: 62.5%;
  background-color: #fff;
  position: relative;
  line-height: 1;
  margin: 0;
  animation: fadeIn 2s ease 0s 1 normal;
    -webkit-animation: fadeIn 2s ease 0s 1 normal;
}

@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

body::before {
  background-image: url(../img/bg.webp);
  background-repeat: no-repeat;
  background-position: 50% top;
  background-size: 750px auto;
  content: "";
  display: block;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}

img,
video {
  max-width: 100%;
  width: auto;
  height: auto;
  margin: 0 auto;
  vertical-align: bottom;
}
video {
  max-width: 100%;
  /* 白線消す*/
  filter: drop-shadow(0px 0px rgba(0, 0, 0, 0));
  outline: none;
  border: none;
}

#wrapper {
  overflow: hidden;
}


/******************************/
/*ヘッダー*/
/******************************/

.header {
  position: relative;
  margin: 0 auto;
}

.fv_bg{
  position: absolute;
  width: 100%;
  margin: 0 auto;
  z-index: 1;
}

.fv_design{
 position: relative;
  z-index: 2;
  width: 98.53%;
  margin: 0 auto;
  padding-top: 2%;
  margin-bottom: 5%;
}

.btn1{
  position:relative;
  width: 83.46%;
  margin: 0 auto;
  margin-top: 3%;
  z-index: 111;
}

.fv_bigcat{
  position: relative;
  width:100%;
  margin:0 auto;
  margin-top: -5%;
  z-index: 1;
}


/******************************/
/*section*/
/******************************/


.section{
  position: relative;
  margin:0 auto;
}

.section_bg{
  position: absolute;
  width:100%;
  margin:0 auto;
  margin-top: -26%;
  z-index:2;
}

/******************************/
/*section1*/
/******************************/

.section1{
  position: relative;
  margin:0 auto;
}

.sec1_title{
  position: relative;
  margin:0 auto;
  width: 85.466%;
  padding-top:4%;
  z-index: 3;
}

.sec1_shape{
  position: relative;
  margin:0 auto;
  width:92.4%;
  padding-top:4%;
  margin-bottom:8%;
  z-index: 3;
}

.sec1_text{
  position: absolute;
  display:block;
  text-align: center;
  right:0;
  left:0;
  top:46%;
  z-index: 4;
}

.sec1_tx{
  display: inline-block;
  right:0;
  left:0;
  color:#ffffff;
  text-align: left;
  font-family:"Hiragino Kaku Gothic ProN W3", serif;
  line-height:1.5;
  text-shadow:  0px 0px 4px #939ce1,
                0px 0px 4px #939ce1,
                0px 0px 4px #939ce1;
}

.under{
  background: linear-gradient(transparent 50%, #f59ace 50%);
}

/******************************/
/*section2*/
/******************************/

.section2{
  position: relative;
  margin:0 auto;
}

.sec2_title{
  position: relative;
  margin:0 auto;
  width: 85.466%;
  margin-top:8%;
  z-index: 3;
}

.sec2_content1{
  position: relative;
  margin:0 auto;
}

.sec2_point1{
  position: relative;
  margin:0 auto;
  width:94.13%;
  margin-top:4%;
  z-index: 3;
}

.sec2_texttitle1{
  position: absolute;
  display:block;
  text-align: left;
  z-index: 4;
  left:11%;
  top:34.5%;
}

.sec2_txt1{
 text-wrap: balance;
  font-size: 3rem;
  font-family:"Hiragino Kaku Gothic ProN W6", serif;
  color:#ffffff;
  line-height:1.2;
  text-align: left;
  padding-bottom:1%;
}

.sec2_txt_ex1{
 text-wrap: balance;
  font-size: 1.2rem;
  font-family:"Hiragino Kaku Gothic ProN W3", serif;
  color:#313131;
  line-height:1.2;
  text-align: left;
}

.sec2_content2{
  position: relative;
  margin:0 auto;
}

.sec2_point2{
  position: relative;
  margin:0 auto;
  width:94.13%;
  margin-top:4%;
  z-index: 3;
}

.sec2_texttitle2{
  position: absolute;
  display:block;
  text-align: right;
  z-index: 4;
  right:11%;
  top:34.5%;
}

.sec2_txt2{
  text-wrap: balance;
  font-size: 3rem;
  font-family:"Hiragino Kaku Gothic ProN W6", serif;
  color:#fa8b8b;
  line-height:1.2;
  text-align: right;
  padding-bottom:1%;
}

.sec2_txt_ex2{
  text-wrap: balance;
  font-size: 1.2rem;
  font-family:"Hiragino Kaku Gothic ProN W3", serif;
  color:#313131;
  line-height:1.2;
  text-align: right;
}

.sec2_content3{
  position: relative;
  margin:0 auto;
}

.sec2_point3{
  position: relative;
  margin:0 auto;
  width:94.13%;
  margin-top:4%;
  margin-bottom:4%;
  z-index: 3;
}

.sec2_texttitle3{
  position: absolute;
  display:block;
  text-align: left;
  z-index: 4;
  left:11%;
  top:34.5%;
}

.sec2_txt3{
  text-wrap: balance;
  font-size: 3rem;
  font-family:"Hiragino Kaku Gothic ProN W6", serif;
  color:#ffffff;
  line-height:1.2;
  text-align: left;
  padding-bottom:1%;
}

.sec2_txt_ex3{
  text-wrap: balance;
  font-size: 1.2rem;
  font-family:"Hiragino Kaku Gothic ProN W3", serif;
  color:#313131;
  line-height:1.2;
  text-align: left;
}

.btn2{
  position:relative;
  width: 83.46%;
  margin: 0 auto;
  margin-top: 5%;
  z-index: 111;
}

/******************************/
/*section3*/
/******************************/

.section3{
  position: relative;
  margin:0 auto;
}

.sec3_title{
  position: relative;
  margin:0 auto;
  width: 85.466%;
  margin-top:8%;
  z-index: 3;
}

.sec3_review1{
  position:relative;
  width: 92.8%;
  margin: 0 auto;
  margin-top: 5%;
  z-index: 3;
}

.sec3_review2{
  position:relative;
  width: 92.8%;
  margin: 0 auto;
  margin-top: 5%;
  z-index: 3;
}

.sec3_review3{
  position:relative;
  width: 92.8%;
  margin: 0 auto;
  margin-top: 5%;
  z-index: 3;
}

.btn3{
  position:relative;
  width: 83.46%;
  margin: 0 auto;
  margin-top: 6%;
  z-index: 111;
}

/******************************/
/*section4*/
/******************************/

.section4{
  position: relative;
  margin:0 auto;
}

.sec4_title{
  position: relative;
  margin:0 auto;
  width: 85.466%;
  margin-top:8%;
  z-index: 3;
}

.flow_video{
  position: relative;
  margin-top: 8%;
  display: block;
  width: 90%;
  text-align: center;
  z-index: 3;
}

.btn4{
  position:relative;
  width: 83.46%;
  margin: 0 auto;
  margin-top: 6%;
  margin-bottom: 20%;
  z-index: 111;
}

/******************************/
/*sectionfinal*/
/******************************/

.section_final{
  position: relative;
  margin:0 auto;
}

.sectionfinal_bg{
  position: absolute;
  width:100%;
  margin:0 auto;

}

.secfinal_bigcathip{
  position: relative;
  width:100%;
  margin:0 auto;
  margin-top:-30%;
  z-index:2;
}


/******************************/
/*footer*/
/******************************/
#footer {
  position: relative;
  font-size: 2rem;
  color:#fff;
  width: 100%;
  text-align: center;
  margin-top: 30px;
}
#footer a{
  color: #fff;
  display: inline-block;
  padding-left: 2%;
}
#footer .copy {
  padding: 3.57142857142% 0;
  background: #000;
}
.mameyan{
  padding-left: 2%;
}
.center {
  text-align: center;
}

/******************************/
/*ボタンアニメーション*/
/******************************/
.btnanime {
  animation-name: btnanime; /* アニメーション名の指定 */
  animation-delay: 0s; /* アニメーションの開始時間指定 */
  animation-duration: 1s; /* アニメーション動作時間の指定 */
  animation-timing-function: ease-in-out;
  /* アニメーションの動き（徐々に早く徐々に遅く）*/
  animation-iteration-count: infinite; /* アニメーションをループさせる */
}
@keyframes btnanime {
  0% {
    transform: scale(1);
  }
  40% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  60% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}

.fadeInDown {
 -webkit-animation-fill-mode:both;
 -ms-animation-fill-mode:both;
 animation-fill-mode:both;
 -webkit-animation-duration:1s;
 -ms-animation-duration:1s;
 animation-duration:1s;
 -webkit-animation-name: fadeInDown;
 animation-name: fadeInDown;
 visibility: visible !important;
}
@-webkit-keyframes fadeInDown {
 0% { opacity: 0; -webkit-transform: translateY(-20px); }
 100% { opacity: 1; -webkit-transform: translateY(0); }
}
@keyframes fadeInDown {
 0% { opacity: 0; -webkit-transform: translateY(-20px); -ms-transform: translateY(-20px); transform: translateY(-20px); }
 100% { opacity: 1; -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); }
}

/******************************/
/*フェードイン*/
/******************************/

.fadein {
  opacity: 0;
  transform: translate(0, 0);
  transition: all 1.7s;
  &.fadein-left {
    transform: translate(-30px, 0);
  }
  &.fadein-right {
    transform: translate(30px, 0);
  }
  &.fadein-up {
    transform: translate(0, -30px);
  }
  &.fadein-bottom {
    transform: translate(0, 30px);
  }
  &.scrollin {
    opacity: 1 !important;
    transform: translate(0, 0) !important;
  }
}


/*---------
slider
-------------*/
.autoplay-slider {
  display: flex;
  min-width: 100%;
  width: max-content;
}
.slider-left {
  animation: 60s linear infinite sliderAnimation;
}
.slider-right {
  animation: 60s linear infinite reverse sliderAnimation;
}

.slide {
  width: 30vw;
  max-width: 250px;
  height: (30vw * 0.6);
  max-height: 214px;
  margin: 7px;
  position: relative;
}
@keyframes sliderAnimation {
  100% {
    transform: translateX(-50%);
  }
}



@media screen and (min-width: 751px) {
  body {
    font-size: 27px;
  }
  #wrapper {
    width: 750px;
    margin: auto;
  }
  body::before {
    display: inline-block;
    background-size: cover;
  }
}
@media screen and (max-width: 750px) {
  body {
    font-size: 14px;
  }
  #wrapper {
    width: 100%;
  }
  .sec1_column_txt{
    font-size: 3.5vw;
  }
  .sec3_explanation{
    font-size: 2.8vw;
  }
  body::before {
    display: block;
    background-size: 100% auto;
  }
  .sec1_subtitle03{
    top:-3%;
  }
  footer p {
    font-size: 3vw;
  }
  .sec1_tx{
    font-size: 3.5vw;
  }
  .sec2_txt1{
  font-size: 6.5vw;
  }
  .sec2_txt_ex1{
  font-size: 2.5vw;
  }
  .sec2_txt2{
  font-size: 6.5vw;
  }
  .sec2_txt_ex2{
  font-size: 2.5vw;
  }
  .sec2_txt3{
  font-size: 6.5vw;
  }
  .sec2_txt_ex3{
  font-size: 2.5vw;
  }
  #footer{
  font-size: 3vw;
}
}


/* アニメーション設定 */
.scr-target {
  /* アニメーション開始から終了までの所要時間 */
  animation-duration: 1.5s;
  /* アニメーションが開始するまでの遅延時間 */
  animation-delay: 0.3s;
  /* アニメーションのループ回数 - infiniteで無限ループ */
  animation-iteration-count: 1;
  /* キーフレームアニメーションで指定したプロパティをアニメーション開始前、終了後に適用するかどうか */
  animation-fill-mode: both;
}
.scr-target[class*="fadeIn"],
.scr-target[class*="zoom"] {
  opacity: 0;
}

/* フェードイン */
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}
.anime__fadeIn.is-active {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

/* フェードイン(上から) */
@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.anime__fadeInDown.is-active {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

/* フェードイン(下から) */
@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 30%, 0);
    transform: translate3d(0, 30%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 30%, 0);
    transform: translate3d(0, 30%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.anime__fadeInUp.is-active {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

/* フェードイン(左から) */
@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-20%, 0, 0);
    transform: translate3d(-20%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-20%, 0, 0);
    transform: translate3d(-20%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.anime__fadeInLeft.is-active {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

/* フェードイン(右から) */
@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(20%, 0, 0);
    transform: translate3d(20%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(20%, 0, 0);
    transform: translate3d(20%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.anime__fadeInRight.is-active {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

/* ズームイン */
@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  100% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  100% {
    opacity: 1;
  }
}
.anime__zoomIn.is-active {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

/* ズームアウト */
@-webkit-keyframes zoomOut {
  from {
    opacity: 0;
    -webkit-transform: scale3d(1.6, 1.6, 1.6);
    transform: scale3d(1.6, 1.6, 1.6);
  }
  100% {
    opacity: 1;
  }
}
@keyframes zoomOut {
  from {
    opacity: 0;
    -webkit-transform: scale3d(1.6, 1.6, 1.6);
    transform: scale3d(1.6, 1.6, 1.6);
  }
  100% {
    opacity: 1;
  }
}
.anime__zoomOut.is-active {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}

/*---------
回転
-------------*/
@keyframes rotate {
  0% {
    transform: rotate(5deg);
  }
  100% {
    transform: rotate(-5deg);
  }
}

@keyframes rotate2 {
  0% {
    transform: rotate(4deg);
  }
  100% {
    transform: rotate(-4deg);
  }
}

