html,body{
    font-family:"游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Sans" , "ヒラギノ角ゴ ProN", Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, sans-serif;
	font-weight: 400;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: #040b00;
  background-color: #ffffff;
	line-height: 1.8;
}
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: #777;
  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; }

.big1{ font-size: 2.4rem; }
.big2{ font-size: 2rem;}
.orange{ color: #F07600; }
.maker1,.maker2,.maker3{
  color: #fff;
  padding: 0 0.15em 0.15em;
  margin: 0 0.1em;
}
.maker1{ background: linear-gradient(to right, #060f30,#4580db); }
.blue{color:#060f30;}
em{
    color:#cd0000;
    font-weight: bold;
    font-style: normal;
}

small-3{
  font-size: 70%;
}

header{
  background: url(../images/header-bg.jpg) center center no-repeat;
  background-size: cover;
  padding:0;
  position: relative;
}
header img{
  width:100%;
  margin: 0 auto;
}

input[type=text]{
  display: block;
  font-size:4rem;
  width: 70rem;
  line-height: 8rem;
  border: 2px solid #CCCCCC;
  border-radius: 1rem;
  font-weight: 700;
  text-align: center;
  margin: 2.5rem auto 1rem;
  background: #f3f3f3;
}
input[type="image"] {
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  display: block;
}
input[type="image"]:hover,
input[type="image"]:active {
	opacity: 0.8;
  cursor: pointer;
}
input[type="email"] {
  display: block;
  font-size:2.4rem;
  width: 62rem;
  line-height: 8rem;
  border: 2px solid #CCCCCC;
  border-radius: 1rem;
 background: #f3f3f3;
  font-weight: 700;
  text-align: center;
  margin: 2.5rem auto 1rem;
}

.form_box{
    background: #ffffff;
    width:100%;
    border-radius: 1rem;
    padding:3rem 6rem;
    margin:0 auto;
}

.sec-1{
  /*background: linear-gradient(to right bottom,#fbf5a6,#fcf6a1);*/
  background-color: #fcf7b9;
  padding:4rem 0;
}

.sec-2{
  background: #fff;
  padding: 4rem 0 1rem;
}
.sec-2 .sec-2-img {
  margin: 3rem 0;
}

.sec-2 ul{
  display: flex;
  justify-content: space-between;
  margin-bottom:0rem;
}
.sec-2 ul li{
  display: block;
  width: 48%;
  padding-bottom: 0rem;
  font-size: 1.2rem;
  line-height: 1.5;
  text-align: left;
}
.sec-2 ul li img{
    border-radius:10px;
}
.sec-2 ul li .name{
    font-size: 1.8rem;
    font-weight: bold;
    margin: 2rem 0 1rem;
}
.sec-2 ul li .name2{
    font-size: 1.8rem;
    font-weight: bold;
    line-height:1.2rem;
    margin: 2rem 0 1rem;
}
.scroll {
		overflow:auto;
		width:100%; height:300px;
		padding:8px;
        border:1px dotted #ddd;
        border-radius:8px;
        background: #fafafa;
        margin-bottom:3rem;
}

.sec-3{
  background: #fcf7b9;
  padding:4rem 0 8rem;
  font-size:95%;
}
.sec-3 .content{
  background: #fff;
  border-radius:10px;
  width:940px;
  padding:6rem;
}
.video{
    width:100%;
    height:496px;
    margin:6rem 0 2rem;
}


.note{
    font-size:1.2rem;
    margin:3rem auto 0rem;
    padding-bottom:3rem;
    text-align :left;
}

.sec-5{
  background: #fff;
  padding: 4rem 0 4rem;
  position: relative;
  color:#111;
  font-size:1.6rem;
}
.sec-5 h2 img{
  width: 72.8rem;
  margin: 0 auto 5rem;
}
.sec-5 ul{
  display: flex;
  justify-content: space-between;
  margin-bottom:1rem;
}
.sec-5 ul li{
  display: block;
  width: 31.5%;
  border-radius: 1rem;
  padding-bottom: 0rem;
  font-size: 2rem;
  line-height: 1.5;
  text-align: center;
  position: relative;
  cursor: pointer;
}
.sec-5 .name{
  color:#040b00;
  font-size:2rem;
  font-weight: bold;
  margin-bottom:2rem;
}
.sec-5 .name span{
  font-size:2rem;
  }
.sec-5 .name span small{
  font-size:1.2rem;
  }
.sec-5 .sub{
  color:#040b00;
  font-size:1.2rem;
  margin-top:2rem;
}

.comment{
    background:#fff;
    padding:2.4rem 4rem;
    border-radius:1rem;
    margin:2.4rem 0;
}

footer{
  background: #fff;
  padding: 2.5rem 0;
  font-size: 1.4rem;
  text-align: center;
}
.footer-logo{
    margin:2rem auto;
    width:400px;
}
footer a{
	color: #040b00;
}



/* ヘッダー動き */
.fade-1,.fade-2,.fade-3,.fade-4{
  opacity: 0;
  transition: 1s;
}
.fade-1{
  transform: translateY(2em);
  transition-delay: 0.5s;
}
.fade-2{
  transform: translateY(2em);
  transition-delay: 1s;
}
.fade-3{
  transform: scale3d(1.1);
  transition-delay: 1.5s;
}
.fade-4{
  transform: scale3d(1.1);
  transition-delay: 2s;
}

.fade-1.load,.fade-2.load,.fade-3.load,.fade-4.load{
  opacity: 1;
  transform: translate(0);
}


/* スクロールしてふわっと表示 */
.fadein,.fadeinleft,.fadeinright,.fadeinbottom,.fadeinbig {
  opacity: 0;
  transition: 1s;
}
.fadeinleft {
  transform: translateX(2em);
}
.fadeinright {
  transform: translateX(-2em);
}
.fadeinbottom {
  transform: translateY(2em);
}
.fadeinbig{
	transform: scale3d(1.05);
}

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

@media (min-width: 769px){
.count2.scrollin {
  transition-delay: 0.2s;
}
.count3.scrollin {
  transition-delay: 0.4s;
}
}


/* ボタン用アニメーション */
button img{ 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: linear-gradient(to right bottom,#0B2245,#092E61);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
}
#loading img {
  width: 30.8rem;

}
@keyframes logo-loading {
  0%, 100% { opacity: 1; }
  50% { opacity: 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: linear-gradient(to bottom,#219CDC,#1B73F6);
}
#pagetop a img {
  width: 16px;
}
.red{
    color:#ec0000;
}
.mark{
    background: #fff000;
}



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

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

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




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

html{ font-size: 0.9vw; }

.content{
  padding: 0 4.54%;
}




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




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

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

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

.big1{ font-size: 1.8rem;line-height:2.4rem; }
.sp-big1{ font-size: 2.4rem;line-height: 1.5; }
.sp-big2{ font-size: 2rem; }
.sp-big3{ font-size: 1.6rem; }
.maker1,.maker2,.maker3{
  color: #fff;
  padding: 0 0 0.15em;
  margin: 0 0.1em 0 0;
}


header{
  padding: 0;
}
header img.logo{
  width: 14.6rem;
  left: 2rem;
  top: 2rem;
}
header h1 img{
  width: 100%;
}

.note{
    font-size:1.2rem;
    margin:2rem auto 0;
    text-align :  left;
}

.form_box{
    background: #ffffff;
    width:100%;
    border-radius: 0.5rem;
    padding:0.1rem 1.5rem 0;
}
.sec-1{
 /* background: linear-gradient(to right bottom,#fffbc0,#f5f0b1);*/
 background-color: #fcf7b9;
  padding:2rem 0;
}
.sec-2{
  background: #fff;
  padding:2rem 0 4rem;
}
.sec-2 .text{
  padding:0 1rem;
}
.sec-2 ul li .sub{
    margin: 2rem 0;
}
.sec-3{
  background: #fcf7b9;
  padding:2rem 0 2rem;
  font-size:95%;
}
.sec-3 .content{
  background: #fff;
  border-radius:10px;
  width:94%;
  padding:2rem;
  margin:0 auto;
}
.video{
    width:100%;
    height:226px;
    margin:2rem 0 1rem;
}

.sec-5{
  padding: 3rem 0 4rem;
}
.sec-5 ul{
  display: block;
  margin-bottom:0.1rem;
}
.sec-5 ul li{
display: inline-block;
vertical-align: top;
  width: 49%;
  margin-bottom: 0rem;
  padding-bottom: 0.5rem;
  font-size: 1.6rem;
}
.sec-5 ul li img.image{
  margin-bottom: 1.5rem;
}
.sec-5 .name{
  color:#040b00;
  font-size:1.6rem;
  font-weight: bold;
  margin-bottom:2rem;
}
.sec-5 .name span{
  font-size:2rem;
  }
.sec-5 .name span small{
  font-size:1.2rem;
  }
.sec-5 .sub{
  color:#040b00;
  font-size:1.1rem;
  margin-top:2rem;
  letter-spacing: 0rem;
}

.comment{
    padding:2rem 2rem;
    margin:1rem 0 0rem;
    border-radius:0.5rem;
    line-height:1.4;
}


footer{
  padding: 2rem 0 2rem;
  font-size: 1.1rem;
  margin-top: 0px;
}
.footer-logo{
    margin:1rem auto;
    width:380px;
}
footer a{
	color: #040b00;
}

#loading img {
  width: 24.6rem;
}

input[type="email"] {
    height: 64px;
    line-height: 60px;
    margin-bottom: 10px;
    font-size: 1.5rem;
    background: #f3f3f3;
    width:100%;
    border: 1px solid #CCCCCC;
  }

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


 /* レター */
.message{
  content: "";
  display: block;
  width: 100%;
  background: url(../images/bonus.jpg) center center no-repeat;
  background-size: cover;
  left: 0;
  top: 0;
  z-index: 0;
  padding: 0rem 0 6rem;
}
.message .bgw{
  background: #fff;
  padding: 4rem 0rem;
  text-align: center;
  font-size:2rem;
}

.sec-bonus .wrap{
  padding-top: 6rem;
  position: relative;
}
.sec-bonus .wrap::before{
  content: "";
  display: block;
  width: 100%;
  height: 62.5rem;
  background: url(../images/bonus.jpg) center center no-repeat;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}
.tac{
    text-align: center;
    margin: 0rem auto 3rem;
}

.sec-letter {
  padding: 4rem 0;
    background: url(../images/cta.jpg) center center no-repeat;
  background-size: cover;
}
.sec-letter .box-1{
  background-color: #fff;
  padding: 0rem 0 6rem;
  margin-bottom: 3rem;
  position: relative;
  border-radius: 1rem;
}

.sec-letter h2 img{
  margin-bottom: 6rem;
}
.sec-letter .box-1 .inner{
  padding: 0 8rem;
}
.sec-letter .box-1 img.image{
  margin: 5rem 0;
}
.btn{
    animation: pulse 1s infinite; 
    width: 58rem;
    margin:2rem auto 4rem;
}
.before .wrap{
  padding-top: 6rem;
  position: relative;
}
.before .wrap::before{
  content: "";
  display: block;
  width: 100%;
  height: 82.5rem;
  background: url(../images/cta.jpg) center center no-repeat;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}
@media (max-width: 768px){
.message{
  background: url(../images/bonus_sp.jpg) center center no-repeat;
  background-size: cover;
  padding: 0rem 0 1rem;
}
.message .btn{
    animation: pulse 1s infinite; 
    width: 100%;
    margin:0rem auto 2rem;
}
.
.sec-bonus .wrap{
  padding-top: 0rem;
  position: relative;
}
.sec-bonus .wrap::before{
  content: "";
  display: block;
  width: 100%;
  height: 62.5rem;
  background: url(../images/bonus.jpg) center center no-repeat;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}
.tac{
    text-align: center;
    margin: 0rem auto 0rem;
    font-size:1.1rem;
}
.sec-letter {
  padding: 2rem 0 0.1rem;
}
.sec-letter .wrap{
  padding-top: 6rem;
  position: relative;
}
.sec-letter .wrap::before{
  content: "";
  display: block;
  width: 100%;
  height: 62.5rem;
  background: url(../images/cta.jpg) center center no-repeat;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}
.sec-letter .box-1{
  background-color: #fff;
  padding: 2rem 0 3rem;
  position: relative;
}

.sec-letter .box-1 .inner{
  padding: 0 2rem;
}
.btn{
    animation: pulse 1s infinite; 
    width: 100%;
    margin:0rem auto 2rem;
}
.before .wrap{
  padding-top: 2rem;
  position: relative;
}
.before .wrap::before{
  content: "";
  display: block;
  width: 100%;
  height: 42.5rem;
  background: url(../images/cta.jpg) center center no-repeat;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}
}

.trueModal {
  display: none;
  max-width: 78rem;
  padding: 4rem 4rem 2rem;
}
.trueModal .head {
  margin-bottom: 3rem;
}
.trueModal .head p {
  margin-bottom: 1rem;
  font-size: 1.6rem;
  line-height: 1.4;
  color: #040B22;
}
.trueModal .head h3 {
  font-size: 2.4rem;
  line-height: 1;
  color: #040B22;
}
.trueModal .main p {
  margin-bottom: 3rem;
  font-size: 1.6rem;
  line-height: 2.7rem;
  color: #040B22;
}
.trueModal .main p a{
color: #040B22;
}
.trueModal .more-box {
  text-align: center;
}
.trueModal .more-box .btn {
  animation: none; 
  transition: all 300ms ease-in-out;
  display: inline-block;
  width: 100%;
  max-width: 20rem;
  line-height: 6rem;
  border: 1px solid #040B22;
  border-radius: 33px;
  text-align: center;
  background: #fff;
  font-size: 1.8rem;
  color: #040B22;
}
.trueModal .more-box .btn:hover {
  background: #040B22;
  color: #fff;
}
.sec-5 ul li img {
  transition: all 300ms ease-in-out;
}
.sec-5 ul li:hover img {
  opacity: 0.7;
}
@media (max-width: 768px) {
  .fancybox-slide {
    padding: 2rem;
  }
  .trueModal {
    padding: 3rem 3rem;
  }
  .trueModal .head {
    margin-bottom: 3rem;
  }
  .trueModal .head p {
    font-size: 1.2rem;
    line-height: 2rem;
  }
  .trueModal .head h3 {
    font-size: 2rem;
  }
  .trueModal .main p {
    font-size: 1.2rem;
    line-height: 2rem;
  }
  .trueModal .more-box .btn {
      animation: none; 
    line-height: 4.5rem;
    font-size: 1.4rem;
  }
}
