html,body{
  font-family: Inter, "Hiragino Sans" , "ヒラギノ角ゴ ProN", Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, "游ゴシック Medium", YuGothic, YuGothicM, sans-serif;
	font-weight: 400;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: #111;
	line-height: 1.6;
}
header,footer,div,section,article,nav,a,p,span,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,img,dl,dt,dd,form,input,textarea{ box-sizing: border-box; }
::selection { background: #ddd; }
::-moz-selection { background: #ddd; }
a,a img{
  color: #000;
  transition: 0.3s;
  text-decoration: none;
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* Internet Explorer */
  -khtml-user-select: none; /* KHTML browsers (e.g. Konqueror) */
  -webkit-user-select: none; /* Chrome, Safari, and Opera */
  -webkit-touch-callout: none; /* Disable Android and iOS callouts*/
}
a:hover,a:hover img{ opacity: 0.7;cursor: pointer; }
img{
	max-width: 100%;
	display: block;
}
.clear{ clear: both; }
.overflow{ overflow: hidden; }

.red{ color: #C70E14; }




header{
  background-color: #0e294b;
  position: relative;
}
header h1 img{
  width: 100rem;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
header .content{
  position: relative;
  z-index: 1;
}
header::before{
  content: "";
  background: url(../images/mv_bg.jpg) center center no-repeat #0e294b;
  background-size: cover;
  display: block;
  width: 100%;
  height: calc(100% - 20rem);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}


a.btn_more{
  display: block;
  width: 48.7rem;
  margin: 0 auto;
}


.sec-cp{
  border: 5rem solid #0e294b;
  border-top: 0;
  padding: 6rem 0 0rem;
  position: relative;
}
.sec-cp::before{
  content: "";
  background: url(../images/sankaku.png) center top no-repeat;
  background-size: cover;
  display: block;
  width: 6.7rem;
  height: 3rem;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.sec-cp .box-1,
.sec-cp .box-2{
  background: #f2efe9;
  border-radius: 1rem;
  overflow: hidden;
  margin-bottom: 4rem;
}
.sec-cp .box-2{
  background: #f2efe9;
}
.sec-cp .box-1 .inner,
.sec-cp .box-2 .inner{
  padding: 2rem 8rem;
}
.sec-cp .inner.pb0{
  padding-bottom: 0;
}
.sec-cp h2.h2-1{
  margin-bottom: 2rem;
}
.sec-cp .box-1 h3.h3-1{
  font-size: 3rem;
  line-height: 7rem;
  text-align: center;
  background: #0e294b;
  color: #fff;
}
.sec-cp .box-1 ul.ul-1{
  display: flex;
  justify-content: space-between;
}
.sec-cp .box-1 ul.ul-1 li{
  display: block;
  width: 32%;
  padding:1rem 0;
  background: #fff;
  border-radius: 1rem;
}
.sec-cp .box-1 ul.ul-1 li a.btn{
  display: block;
  width: 24rem;
  margin: 0 auto 0.8rem;
}
.sec-cp a.btn-1{
  display: block;
  width: 52rem;
  margin: 2rem auto 0;
}
.sec-cp .wrap{
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin: 4rem 0 6rem;
}
.sec-cp .wrap .txt{
  width: calc(100% - 38rem);
}
.sec-cp .wrap img.img{
  width: 30rem;
}
.sec-cp .wrap .txt h4{
  font-size: 3rem;
  padding-bottom: 2rem;
  margin-bottom: 3rem;
  border-bottom: 1px solid #BABABA;
}
.sec-cp .wrap .txt ol{
  list-style: none;
  margin-bottom: 3rem;
  counter-reset: item;
}
.sec-cp .wrap .txt ol li{
  display: block;
  margin-bottom: 1em;
  padding-left: 2em;
  position: relative;
}
.sec-cp .wrap .txt ol li:before {
  counter-increment: item;
  content: "("counter(item)")";
  font-weight: 700;
  position: absolute;
  left: 0;
  top: 0;
}
.sec-cp .wrap .txt p{
  font-size: 2rem;
  font-weight: 700;
  margin-top: 3rem;
}
.sec-cp .box-2 .small{
  font-size: 1.4rem;
  text-align: center;
  margin-top: 3rem;
}
.sec-cp .box-2 .box{
  background: #fff;
  border: 0.6rem solid #F8991D;
  border-radius: 1rem;
  margin-top: 4rem;
  padding: 3rem;
  text-align: center;
}
.sec-cp .box-2 .box p{
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 3rem;
}


.sec-hint{
  background: #f2efe9;
  padding: 6rem 0;
}
.sec-hint h2 img{
  width: 68rem;
  margin: 0 auto;
}


.sec-charm{
  padding: 4rem;
  background: url(../images/mv_bg.jpg) center center no-repeat #0e294b;
  background-size: cover;
  display: block;
  width: 100%;
}
.wh{
  background: #FFFFFF;
  padding:0 0 4rem;
  border-radius:1rem;
}
.sec-charm h2 img{
  width: 90rem;
  margin: 0 auto 1rem;
}

.sec-charm .btn{
  width: 22rem;
  margin: 0rem 0 2rem 15rem;
}


.whatisfx{
  background-color: #050D2E;
  color: #fff;
  border-radius: 1rem;
  padding: 4.5rem;
  margin: 4.5rem auto 0;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.whatisfx img.image{
  width: 53.3rem;
  border-radius: 1rem;
}
.whatisfx .txt{
  width: 41.2rem;
}
.whatisfx .txt h3{
  font-size: 2.7rem;
  line-height: 1.4;
}
.whatisfx .txt p{
  font-size: 1.6rem;
  margin: 2rem 0 2.5rem;
}


.sec-line{
  background: #009245;
  padding: 4.8rem;
  text-align: center;
}
.sec-line .content{
  background: #FFFFFF;
  padding:0 0 4rem;
  border-radius:1rem;
}
.sec-line h2 img{
  width: 108rem;
  border-radius:1rem;
  margin: 0 auto;
}
.sec-line a.btn{
  display: block;
  width: 46.4rem;
  margin: 1rem auto 1rem;
}
.sec-line a.a-1{
  color: #E2171D;
  text-decoration: underline;
  font-weight: 700;
}


.sec-about{
  padding: 4.8rem;
  background:#cd0000;
}

.sec-about .content{
  background:#FFFFFF;
  padding:4rem 4rem;
  border-radius:1rem;
}

.sec-about h2{
  margin-bottom: 6rem;
}


.sec-reason{
  padding: 6rem 0;
  background: url(../images/reason_bg.jpg) center center no-repeat;
  background-size: cover;
}
.sec-reason .box-1{
  background-color: #fff;
  padding: 8rem 0 9rem;
}
.sec-reason h2{
  margin-bottom: 3rem;
}
.sec-reason ul{
  display: flex;
  justify-content: space-between;
  margin: 0 2%;
}
.sec-reason ul li{
  display: block;
  width: 25%;
  text-align: center;
  font-weight: 700;
}
.sec-reason ul li img{
  width: 16.8rem;
  margin: 0 auto 2rem;
}
.sec-reason ul li a{
  display: inline-block;
  color: #C70E14;
  text-decoration: underline;
  margin-top: 1em;
}
.sec-reason ul li .small{
  font-size: 1.5rem;
}


.sec-brand{
  padding: 9rem 0 12rem;
  background-image: url(../images/sankaku_l.png),url(../images/sankaku_r.png);
  background-repeat: no-repeat;
  background-size: 30.8rem auto;
  background-position: left top,right top;
}
.sec-brand h2{
  margin-bottom: 6rem;
}
.sec-brand ul.brand{
  padding: 0 6rem;
}
.sec-brand ul.brand li{
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.sec-brand ul.brand li img.image{
  width: 50.5rem;
}
.sec-brand ul.brand li .txt{
  width: 39.5rem;
}
.sec-brand ul.brand li .txt{
  padding-top: 3rem;
}
.sec-brand ul.brand li h3{
  margin-bottom: 4.5rem;
}
.sec-brand ul.brand li h4{
  font-size: 2.4rem;
  margin-bottom: 2rem;
}
.sec-brand ul.brand li a.link_play{
  display: inline-block;
  font-weight: 700;
  padding-left: 4.8rem;
  margin-top: 3rem;
}
.sec-brand ul.brand li a.link_play{
  line-height: 3.6rem;
  background: url(../images/icon_play.png) left center no-repeat;
  background-size: contain;
}


.sec-form{
  background: linear-gradient(155deg, #0036AF 0%, #125BFF 21%, #0032A3 52%, #001B58 100%);
  padding: 6rem 0;
}
.sec-form .box-1{
  background-color: #fff;
  padding: 6rem 19rem;
  border-radius: 1rem;
}
.sec-form .box-1 h2 img{
  margin-bottom: 4.5rem;
}
.sec-form .box-1 form dl{
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.sec-form .box-1 form dl dt{
  width: 36%;
  font-weight: 700;
  margin-bottom: 3rem;
}
.sec-form .box-1 form dl dt:first-child{
  color: #2FA3C6;
}
.sec-form .box-1 form dl dd{
  width: 64%;
  margin-bottom: 3rem;
}
.sec-form .box-1 form input[type=text]{
  width: 100%;
  background-color: #E6E6E6;
  border-radius: 1rem;
  border: 0;
  line-height: 6rem;
  padding: 0 1em;
}
.sec-form .box-1 form p.note{
  font-size: 1.5rem;
  color: #6A6A6A;
}
.sec-form .box-1 form p.note a{
  color: #C70E14;
  font-weight: 700;
}
.sec-form .box-1 form button{
  display: block;
  background-color: transparent;
  border: 0;
  margin-top: 3rem;
  transition: 0.3s;
}
.sec-form .box-1 form button:hover{
  opacity: 0.7;
}


footer{
  background: #0e294b;
  padding: 6rem 0;
  text-align: center;
  font-size: 1.3rem;
  color: #fff;
}
footer a{ color: #fff; }
footer a.btn_support{
  display: block;
  width: 41.2rem;
  margin: 0 auto 3rem;
}
footer ul{
  display: flex;
  justify-content: center;
  margin: 0 auto 1em;
}
footer ul li{
  display: block;
}
footer ul li:after{
  content: "/";
  margin: 0 0.5em;
}
footer ul li:last-child:after{
  content: none;
}




/* ヘッダー動き */
.fade-1,.fade-2,.fade-3{
  opacity: 0;
  transition: 1s;
}
.fade-1{
  transition-delay: 0.5s;
}
.fade-2{
  transition-delay: 1s;
  transform: translateY(3rem);
}
.fade-1.load,.fade-2.load{
  opacity: 1;
  transform: translate(0);
}
@media (max-width: 768px){
.fade-1,.fade-2{
  transition-delay: 0.5s;
  transform: translateY(3rem);
}
}


/* スクロールしてふわっと表示 */
.fadein,.fadeinbottom,.fadeinleft {
  opacity: 0;
  transition: 1s;
}
.fadeinbottom,
.fadeinleft {
  transform: translateY(3rem);
}

.fadein.scrollin,.fadeinbottom.scrollin,.fadeinleft.scrollin {
  opacity: 1;
  transform: translate(0);
}

@media (min-width: 769px){
.fadeinleft {
  transform: translateX(3rem);
}
.count2.scrollin {
  transition-delay: 0.2s;
}
.count3.scrollin {
  transition-delay: 0.4s;
}
.count4.scrollin {
  transition-delay: 0.6s;
}
}


/* ボタン用アニメーション */
.pulse{ animation: pulse 1s infinite; }

@keyframes pulse {
  from { transform: scale3d(1, 1, 1); }
  50% { transform: scale3d(1.05, 1.05, 1.05); }
  to { transform: scale3d(1, 1, 1); }
}


/* ロード画面 */
#loading {
  width: 100%;
  height: 100%;
  transition: all 1s;
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
}
.spinner {
  width: 6rem;
  height: 6rem;

  position: absolute;
  top: 50%;
  left: 50%;
  margin: -3rem 0 0 -3rem;
}
.double-bounce1, .double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #751EC3;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  
  -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
  animation: sk-bounce 2.0s infinite ease-in-out;
}
.double-bounce2 {
  background-color: #FC1A06;
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}
@-webkit-keyframes sk-bounce {
  0%, 100% { -webkit-transform: scale(0.0) }
  50% { -webkit-transform: scale(1.0) }
}
@keyframes sk-bounce {
  0%, 100% { 
  transform: scale(0.0);
  -webkit-transform: scale(0.0);
  } 50% { 
  transform: scale(1.0);
  -webkit-transform: scale(1.0);
  }
}
.loaded {
  opacity: 0;
  visibility: hidden;
}


/* ページトップ */
#pagetop {
  display: none;
  position: fixed;
  bottom: 1em;
  right: 1em;
  z-index: 997;
}
#pagetop a {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 30px;
  width: 40px;
  height: 40px;
  background-color: #C70E14;
}
#pagetop a img {
  width: 16px;
}




/*　thanks.html PC
------------------------------------------------------------------------------------------------*/

#thanks{
  text-align: center;
  padding-bottom: 6rem;
}
#thanks h1 a{
  display: block;
  width: 21.6rem;
  margin: 3rem auto 6rem;
}
#thanks h2{
  font-size: 3rem;
  margin-bottom: 0.6em;
}
#thanks p{
  margin-bottom: 3rem;
}
#thanks a.bnr{
  display: block;
  max-width: 42.7rem;
  width: 100%;
  margin: 2rem auto;
}
#thanks a.btn{
  display: block;
  max-width: 46rem;
  width: 90%;
  margin: 4rem auto 0;
}




/*　PC
------------------------------------------------------------------------------------------------*/
@media (min-width: 769px){
.sp{ display: none !important; }

html{ font-size: 10px; }
body{ font-size: 1.8em; }

.content{
  width: 100%;
	max-width: 1080px;
  padding: 0 20px;
	margin: 0 auto;
}




/*　タブレット
------------------------------------------------------------------------------------------------*/
@media (max-width: 1180px){

html{ font-size: 0.85vw; }

.content{
  padding: 0 4.24%;
}




}/*　タブレットここまで */
}/*　PCここまで */




/*　スマホ
------------------------------------------------------------------------------------------------*/
@media (max-width: 768px){
.pc{ display: none !important; }

html{ font-size: 2.6vw; }
body{ font-size: 1.4em; }

.content{
	width: 100%;
	padding: 0 5%;
}


header{
  padding-bottom: 2rem;
}
header::before{
  content: "";
  background: url(../images/mv_bg_sp.jpg) center center no-repeat #0e294b;
  background-size: cover;
  height: calc(100% - 52rem);
}
header h1 img{
  width: 100%;
}
header .campaign img{
  margin-bottom: 1.5rem;
}
header img.campaign_sub{
  margin-top: 2rem;
}


a.btn_more{
  width: 94%;
}


.sec-cp{
  border: 0;
  padding: 6rem 0 2rem;
}
.sec-cp::before{
  background: url(../images/sankaku_sp.png) center top no-repeat;
  background-size: cover;
  width: 100%;
  margin-top:-0.2px;
}
.sec-cp .box-1,
.sec-cp .box-2{
  margin-bottom: 2rem;
}
.sec-cp .box-1 .inner,
.sec-cp .box-2 .inner{
  padding: 2rem 1.5rem;
}
.sec-cp .inner.pb0{
  padding-bottom: 2rem;
}
.sec-cp h2.h2-1{
  margin-bottom: 3rem;
}
.sec-cp .box-1 h3.h3-1{
  font-size: 2rem;
  line-height: 5rem;
}
.sec-cp .box-1 ul.ul-1{
  display: block;
}
.sec-cp .box-1 ul.ul-1 li{
  width: 100%;
  padding-bottom: 1.2rem;
  margin-bottom: 1.5rem;
}
.sec-cp .box-1 ul.ul-1 li:last-child{
  padding-bottom: 0;
  margin-bottom: 3rem;
}
.sec-cp a.btn-1{
  width: 100%;
  margin: 1rem auto 0;
}
.sec-cp .wrap{
  display: block;
  margin: 6rem 0 3rem;
}
.sec-cp .wrap .txt{
  width: 100%;
}
.sec-cp .wrap img.img{
  margin: 4rem auto 0;
}
.sec-cp .wrap .txt h4{
  font-size: 2rem;
  padding-bottom: 1rem;
  margin-bottom: 2.5rem;
}
.sec-cp .wrap .txt ol{
  margin-bottom: 2rem;
}
.sec-cp .wrap .txt p{
  font-size: 1.6rem;
  margin-top: 2rem;
}
.sec-cp .box-2 .small{
  font-size: 1.2rem;
  margin-top: 2rem;
}
.sec-cp .box-2 .box{
  border: 0.4rem solid #EC6517;
  margin-top: 3rem;
  padding: 2rem 1rem 2.5rem;
}
.sec-cp .box-2 .box p{
  font-size: 1.8rem;
  line-height: 1.3;
  margin-bottom: 2rem;
}
.sec-cp .box-2 .box p span{
  font-size: 1.2rem;
}


.sec-hint{
  padding: 3rem 0;
}


.sec-charm{
  padding: 2rem;
}
.sec-charm h2 img{
  width: 32.8rem;
}
.sec-charm ul.ul-1 li{
  display: block;
  margin-bottom: 4rem;
}
.sec-charm ul.ul-1 li img.img{
  width: 100%;
  margin-bottom: 2rem;
}
.sec-charm ul.ul-1 li .txt{
  width: 100%;
}
.sec-charm ul.ul-1 li .txt h3{
  font-size: 1.8rem;
  margin-bottom: 1.5rem;
}
.sec-charm .btn{
  width: 50%;
  margin: 0rem 0 2rem 5.5rem;
}


.whatisfx{
  padding: 1.8rem 1.8rem 3rem;
  margin: 2rem 0 0;
  display: block;
}
.whatisfx .txt{
  width: 100%;
  margin-top: 3rem;
}
.whatisfx .txt h3{
  font-size: 1.8rem;
}
.whatisfx .txt p{
  font-size: inherit;
  margin: 2rem 0;
}
.whatisfx .txt a img{
  width: 100%;
}


.sec-line{
  padding: 2rem 2rem;
}
.sec-line a.btn{
  width: 100%;
  margin: 1rem auto 1rem;
}
.sec-line .content{
  background: #FFFFFF;
  padding:0 0 1rem;
  border-radius:1rem;
}

.sec-about{
  padding: 2rem;
}
.sec-about .content{
  background:#FFFFFF;
  padding:2rem;
}
.sec-about h2{
  margin-bottom: 1rem;
}



.sec-brand{
  padding: 6rem 0;
  background-color: #fff;
  background-size: 11rem auto;
}
.sec-brand h2{
  margin-bottom: 4.5rem;
}
.sec-brand ul.brand{
  padding: 0;
}
.sec-brand ul.brand li{
  display: block;
}
.sec-brand ul.brand li img.image,
.sec-brand ul.brand li .txt{
  width: 100% !important;
}
.sec-brand ul.brand li .txt{
  padding-top: 0 !important;
}
.sec-brand ul.brand li h3{
  margin-bottom: 3rem;
}
.sec-brand ul.brand li h4{
  font-size: 1.8rem;
}

footer{
  padding: 5rem 0;
  font-size: 1.2rem;
}
footer a.btn_support{
  width: 100%;
}
footer ul{
 display: inline-block;
}
footer ul li{
  display: inline;
}


}/*　スマホここまで */




/* 漫画モーダル */
  .modal-wrapper {
    z-index: 9999;
    position: fixed;
    top: 0; left: 0; right: 0; bottom: 0;
    padding: 40px 10px;
    text-align: center;
    background: rgba(0, 0, 0, 0.6);
    
    overflow-y: auto;
    max-height: 100vh;
  }
  .modal-window {
    position: relative;
    display: inline-block;
    background: #fff;
    padding:2%;
    margin: 10px auto;
    z-index: 2;
    border-radius: 8px;
    max-width: 560px;
    width: 90%;
    box-sizing: border-box;
    text-align: left;
  }
  .modal-window img {
    width: 100%;
    margin-bottom: 10px;
  }
  .modal-close {
    position: fixed;
    top: 0px;
    right: 0px;
    font-size: 48px;
    color: #ffffff;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    cursor: pointer;
    z-index: 10000;
  }

#openModal img {
  transition: opacity 0.4s ease;
}
#openModal:hover img {
  opacity: 0.7;
}
.modal-wrapper {
  opacity: 0;
  transition: opacity 0.4s ease;
  pointer-events: none;
}
.modal-wrapper.active {
  opacity: 1;
  pointer-events: auto;
}

/* 動画モーダル */
    .button-group {
      display: flex;
      gap: 20px;
      justify-content: center;
      margin-top: 0px;
      margin-bottom:24px;
    }

    .button-group a img {
      width: 300px;
      height: auto;
      cursor: pointer;
      transition: transform 0.3s ease;
    }

    .button-group a img:hover {
      transform: scale(1.05);
    }

    /* モーダルの共通スタイル */
    .modal {
      display: none;
      position: fixed;
      z-index: 9999;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.8);
      justify-content: center;
      align-items: center;
    }

    .modal-content {
      position: relative;
      max-width: 70%;
      max-height: 100%;
    }
    @media (max-width: 768px){
    .modal-content {
      position: relative;
      max-width: 100%;
      max-height: 150%;
    }
    }

    .modal-content video {
      width: 100%;
      max-width:480px;
      margin:2rem 0;
      height: 100%;
      border-radius: 10px;
    }
    @media (max-width: 768px){
    .modal-content video {
      width: 100%;
      height: auto;
      border-radius: 0px;
    }
    }
    
    .close {
      position: absolute;
      top: -10px;
      right: -10px;
      background: #fff;
      border-radius: 50%;
      font-size: 20px;
      width: 30px;
      height: 30px;
      line-height: 30px;
      text-align: center;
      cursor: pointer;
    }
    @media (max-width: 768px){
    .close {
      position: absolute;
      top: -24px;
      right: 10px;
      background: #fff;
      border-radius: 50%;
      font-size: 28px;
      width: 36px;
      height: 36px;
      line-height: 33px;
      text-align: center;
      cursor: pointer;
    }
    }

.videosize {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%; /* 16:9 アスペクト比 */
  height: 0;
  overflow: hidden;
}

.videosize iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}