@charset "UTF-8";

/*common*/
.red {
  color: #d9271d;
}
.yellow{
  color: #fff600;
}
.white{
  color: #fff;
}
.gold{
  color: #af8f2e;
}
.line{
  background:linear-gradient(transparent 50%, #faff81 50%);
}
.b_line{
  background:linear-gradient(transparent 0%, #002a68 0%);
  padding: 10px 5px;
  color: #fff;
}
.red_line{
  background:linear-gradient(transparent 0%, #e32b00 0%);
  padding: 10px 5px;
  color: #fff;
}
.y_line{
  background:linear-gradient(transparent 0%, #fff600 0%);
  padding: 10px 5px;
  color: #002a68;
}
.w_line{
  background:linear-gradient(transparent 0%, #fff 0%);
  padding: 10px 5px;
  color: #002a68;
}
.under{
  text-decoration: underline;
  text-underline-offset: 5px;
}
.center{
  text-align: center;
  margin: auto;
}
.right{
  text-align: right;
}
.f_m{
  font-family: 'Noto Serif JP', serif;
}
.fs{
  font-size: 0.8em;
}
.fm{
  font-size: 1.1em;
}
.fl{
  font-size: 1.3em;
}
.fl2{
  font-size: 1.4em;
}
.fl3{
  font-size: 2em;
}
.flex{
  display:flex;
  align-items: center;
}

.fleximg{margin-right: 3%;}
.whiteBox{
  background: #fff;
  padding: 4%;
  filter: drop-shadow(5px 5px 0px rgba(0,0,0,0.1));
  border: 1px solid #ccc;
}


.btn{
  animation: anime1 0.5s ease 0s infinite alternate;
  transform-origin:center;
}
@keyframes anime1 {
  from {
    transform: scale(0.9,0.9);
  }
  to {
    transform: scale(1,1);}
}


.btnBox { position: relative; overflow: hidden; margin: 0 auto; text-align: center;color: #000;
} 
/*.btnBox span { height: 100%; width: 30px; background: #fff; position: absolute; left: 0; opacity: 0; transform: rotate(45deg); animation: shine 3s ease-in-out infinite; -webkit-transform: rotate(45deg); -webkit-animation: shine 3s ease-in-out infinite }
@keyframes shine {
	0% { transform: scale(0) rotate(45deg); opacity: 0 }
	80% { transform: scale(0) rotate(45deg); opacity: 0.3 }
	81% { transform: scale(4) rotate(45deg); opacity: 0.5 }
	100% { transform: scale(50) rotate(45deg); opacity: 0 }
}
@-webkit-keyframes shine {
	0% { -webkit-transform: scale(0) rotate(45deg); opacity: 0 }
	80% { -webkit-transform: scale(0) rotate(45deg); opacity: 0.3 }
	81% { -webkit-transform: scale(4) rotate(45deg); opacity: 0.5 }
	100% { -webkit-transform: scale(50) rotate(45deg); opacity: 0 }
}*/
.cv_wrap .cv_copy{
	font-weight: bold;
	font-size: 1.1em;
}
.cv_wrap .cv_txt{
	font-size: 0.9em;
}
.cv_wrap p{
  margin-bottom: 1%;
}
.cv_wrap{
  background: url(../img/cv_bg.jpg) no-repeat bottom;
  background-size: cover;
  text-align:center;
  padding: 4% 2% 3%;
  color: #fff;
  line-height: 1.4;
  font-size: 0.8em;
}
.cv_wrap strong{
  color: #fffd2c;
}
 .cv_wrap .whiteBox{
   color: #000;
   margin-bottom: 2%;
}  
 .cv_wrap h3{
   margin-bottom: 2%;
   font-size: 1.2em;
   font-weight: bold;
}   
 .cv_wrap h4{
   /*margin-top: 2%;*/
   font-size: 1.3em;
   font-weight: bold;
   background: #af8f2e;
   display: inline-block;
   padding: 0.8% 5%;
   margin-bottom: 1%;
}
.cv_note{
  margin:1% 0 0;
}  
.blinking{
  margin-bottom: 0;
	-webkit-animation:blink 1.5s ease-in-out infinite alternate;
    -moz-animation:blink 1.5s ease-in-out infinite alternate;
    animation:blink 1.5s ease-in-out infinite alternate;
}
@-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;}
}
.pay .cont_wrap p {
  margin-bottom: 0;
}
.payBox{
	background: #fff;
	padding: 4%;
	font-size: 0.8em;
	margin: 2% auto auto;
	color: #000;
	font-weight: normal;
}
.payBox h3,.payBox h4{
	font-weight: bold;
}
#main{
  overflow: hidden;
}

.cont_wrap{
  width: 900px;
  margin: auto;
}
.cont_wrap p{
  margin-bottom: 5%;
}
.cont_wrap p.blinking{
  margin-bottom: 2%;
}
img.imgcenter{
  width: 100%;
}  
.sen{
    background-image: linear-gradient(180deg, #cbab8c 1px, transparent 1px);
    background-size: 100% 2.5em;
    line-height: 2.5em;
    padding-bottom: 40px;
}
/*pagetop*/
 div#pagetop{ 
  position:fixed; 
  bottom:100px;
  right:0px;
  z-index: 10;
 } 
#btnfix .pagetop{
  z-index: 100;
  position:fixed;
  bottom: 15%;
  right: 0px !important;
}
#btnfix .linkfix{
  position:fixed;
  bottom:0px;
  width: 100%;
  background: #008d00;
  text-align: center;
  display: flex;
  height: 120px;
  justify-content: center;
  align-items: center;
  align-items: center;
  border-bottom: 8px solid #002d76;
  background-image: linear-gradient(180deg, rgba(9, 56, 96, 1), rgba(26, 112, 172, 1));
}
#btnfix .linkfix img{
  width: 70%;
}

/*header*/
header{
}
h1{
  text-align: center;
}
h2{
  text-align: center;
  padding: 0 0 4% 0;
}
h1 img{
  width:100%;
}

.title {
  text-align: center;
  font-weight: bold;
  font-size: 1.2em;
  position: relative;
  padding: .5em .7em .4em;
  margin-bottom: 3%;
  line-height: 1.5;
	
 padding: 1rem 2rem;
  border-top: 6px double #000;
  border-bottom: 6px double #000;	
}

.title2 {
  position: relative;
  display: block;
  padding: 1% 1%;
  max-width: 100%;
  text-align: center;
  font-weight: bold;
  font-size: 1.2em;
  margin-bottom: 3%;
  line-height: 1.3;
  background-image: linear-gradient(327deg, rgba(245, 15, 15, 1), rgba(194, 4, 4, 1));
  color: #fff;
  -webkit-transform: skew(-15deg);
  transform: skew(-15deg);
}
.title3{
  background: #d9271d;
  color: #fff;
  padding: 1%;
  text-align: center;
  font-weight: bold;
  font-size: 1.2em;
}
.title4 {
  position: relative;
  display: block;
  padding: 1% 1%;
  max-width: 100%;
  text-align: center;
  font-weight: bold;
  font-size: 1.2em;
  margin-bottom: 3%;
  line-height: 1.3;
	background: #00368a;
  color: #fff;
}
.title4:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #00368a;
}
.title4.black {
  background: #000;
}
.title4.black:before {
  border-top: 15px solid #000;
}
.title4.gold {
  background: #af8f2e;
}
.title4.gold:before {
  border-top: 15px solid #af8f2e;
}
.title4.diamond {
  background: #0058b3;
}
.title4.diamond:before {
  border-top: 15px solid #0058b3;
}


header .btn{
  padding: 0;
  text-align: center;
}
header .btn a{
  display: block;
  margin: auto 0;
}
.mv {
  /*width: 100%;*/
  position: relative;
}

/*movie*/
.movie{
	background: url(../img/mv_bg.jpg) no-repeat bottom;
	background-size: cover;
	text-align:center;
	font-weight: bold;
	color: #fff;
	padding: 4% 2%;
}
.movie h3{
  font-size: 1.2em;
  line-height: 1.4;
}

.cv_txt p{
  margin-bottom:1%;
}


/*reason*/
.reason{
}
.reason .cont_wrap{
  padding: 6% 0;
}
.reason h2{
  text-align: center;
}
.reason ul{
  margin: auto auto 8%;
}
.reason li{
  align-items: center;
  border: 1px solid #eee;
  border: solid 3px #00368a;
  padding: 2% 4% 2%;
  margin:auto auto 5%;
  background: #fff;
  filter: drop-shadow(5px 5px 0px rgba(0,0,0,0.1));
}
.reason li h3{
  display:flex;
  justify-content: left;
  text-align: left;
  color: #00368a;
  margin-bottom: 2%;
  align-items: center;
}
.reason li h3 p{
  display: block;
  line-height: 1.3;
  font-weight: bold;
  font-size: 1.5em;
  margin: 0 0 0 2%;
}
.reason li p{
  margin-bottom: 4%;
}
.reason li img{
  width: 100%;
}
.reason li img.figure{
  width: auto;
}

/*cause*/
.cause h4{
  font-size: 1.3em;
  font-weight: bold;
  text-align: center;
  margin-bottom: 1%;
  color: #af8f2e;
  line-height: 1.3;
}
.profileBox{
  background: #fff;
  padding: 4%;
  border: 1px solid #eee;
  border-top: #aa8002 5px solid;
  filter: drop-shadow(3px 3px 3px rgba(0,0,0,0.2));  
}


/*cont*/
.cont{
}
.cont ul{
  margin: 5% auto auto;
}
.cont li{
  background: #fff;
  padding: 0 4% 1% 4%;
  margin-bottom: 10%;
  border-top: 4px solid #d9271d;
  border-radius: 2px;
  filter: drop-shadow(5px 5px 5px rgba(0,0,0,0.3));
}
.cont h3{
  text-align: center;
  margin: -17px auto auto;
}
.cont h3 div{
    background-image: linear-gradient(327deg, rgba(245, 15, 15, 1), rgba(194, 4, 4, 1));
  color: #fff;
  display: inline-block;
  padding: 0.5% 3%;
  margin: 0 auto 3%;
  font-weight: bold;
-webkit-transform: skew(-15deg);
    transform: skew(-15deg);	
}
.cont h4{
  font-weight: bold;
  line-height: 1.4;
  padding-bottom: 2%;
  color: #d9271d;
  font-size: 1.3em;
  text-align: center;
}
.cont li .img{
  filter: none;
}
.goldcont{
	background: url(../img/bg_gold.jpg);
	background-size: 100% auto;
}
.goldcont li{
  background: #fff;
  padding: 0 4% 1% 4%;
  margin-bottom: 10%;
  border-top: 4px solid #af8f2e;
}
.goldcont h3 div{
 -webkit-transform: skew(-15deg);
  transform: skew(-15deg);
background-image: linear-gradient(327deg, rgba(208, 180, 6, 1), rgba(157, 135, 0, 1));
}

.goldcont h4{
  color: #af8f2e;
}
.diamondcont{
	background: url(../img/bg_diamond.jpg);
	background-size: 100% auto;
}
.diamondcont li{
  background: #fff;
  padding: 0 4% 1% 4%;
  margin-bottom: 10%;
  border-top: 4px solid #0058b3;
}
.diamondcont h3 div{
 -webkit-transform: skew(-15deg);
  transform: skew(-15deg);
  background-image: linear-gradient(327deg, rgba(75, 130, 239, 1), rgba(3, 50, 143, 1));
}
.diamondcont h4{
  color: #0058b3;
}

.check{
  /*border: 1px solid #999;*/
  padding: 4% 4% 2%;
  margin-bottom: 2%;
  background: #fff;
  filter: drop-shadow(5px 5px 0px rgba(0,0,0,0.1));
  border: 1px solid #ccc;
	
}
.check li{
  margin-bottom: 13px;
  background: url(../img/check.png) no-repeat left !important;
  background-size: 40px;
  padding: 5px 0 18px 60px;
  font-weight: bold;
  border-bottom: 1px solid #999;
  text-align: left;
}
.check li:last-child{
  margin-bottom: 0px;
  border: none;
}



/*voice*/
.voice{
}

.voice h2{
  text-align: center;
  margin-bottom: 4%;
}
.voice .voiceBox{margin: 0 auto 5% 0%;}
.voice .voiceBox li{
  background: url(../img/tip.png) no-repeat left top #fff;
  padding: 3% 4% 3%;
  text-align: left;
  margin-bottom: 4%;
  border-radius: 2px;
  filter: drop-shadow(5px 5px 0px rgba(0,0,0,0.1));
  border:4px solid #0058b3;
	
}

.voice li dt{
  padding-bottom: 3%;
  margin-bottom: 3%;
  align-items: center;
  font-size: 1.2em;
  font-weight: bold;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #666;
}
.voice li dt img{
  display: block;
}
.voice li dt span{
  display: block;
  font-weight: normal;
  font-size: 1.7rem;
  color:#000;
  margin-top: 3%;
}
.voice li img{
  display: block;
  margin-right: 3%;
  filter: drop-shadow(5px 5px 0px rgba(0,0,0,0.2));
}

/*day*/
.dayBox{
  margin-bottom: 5%;
  border: 3px solid #d9271d;
  background: #fff;
}
.day04{
  text-align: center;
  padding: 3%;
  background: url(../img/bg4.png) no-repeat center;
}

/*sec*/
.sec{
  padding: 5% 4%;
}
.bg1{  background: url(../img/bg.png) repeat;
}

.bg2{
  background: url(../img/bg2.jpg);
	background: contain;
}
.bg3{
  background-image: linear-gradient(90deg, rgba(213, 254, 255, 1), rgba(255, 248, 229, 1) 50%, rgba(213, 254, 255, 1));
}
.bg4{
  background: url(../img/bg3.png) no-repeat center top;
  background-size: cover;
}
.bg5{
	background: url(../img/bg5.jpg) no-repeat;
	background-size: cover;
	color: #fff !important;
}
.bg5 .title{
  border-top: 6px double #fff;
  border-bottom: 6px double #fff;	
}
.bg5 .line{
	color: yellow;
	background: none;
}
.bg6{
	background: url(../img/mv_bg.jpg) no-repeat bottom;
	background-size: cover;
}
.bg6 .cont_wrap{
  padding: 4% 6%;
  background:#fff;
}
.bg7{
  background: url(../img/bg7.jpg);
  background-size: contain;
}
.bg8{
	background: url(../img/bg8.jpg) no-repeat bottom;
	background-size: cover;
}
.bg8 .cont_wrap{
  padding: 4% 6%;
  background:#fff;
}
/*profile*/
.profile{
  background: url(../img/bg.png);
}
.profile .cont_wrap{
  padding: 0 4% 5%;
}
.profile h2{
  margin-bottom: 3%;
  background: url(../img/cv_bg.jpg) no-repeat;
  background-size: cover;
  text-align: center;
}

/*footer*/
footer#footer{
  text-align: center;
  background: url(../img/cv_bg.jpg) no-repeat center;
  background-size: cover;
	padding: 1% 0 11%;
  color:#fff;
}
footer#footer a{
  font-size: 1rem;
  color: #fff;
  text-decoration: none;
}
footer#footer .copy {
  font-size: 1rem;
  margin-top: 4px;
}
table{
	background: #ccc;
	border-collapse: separate;
	border-spacing:  1px;
	width:100%;
	margin: 3% auto;
	font-size: 0.9em;
}
table td {
	padding:2%;
	background-color:#fff;
	vertical-align: middle;
}
table th {
  background-color: #00368a;
  color: #fff;
  text-align: center;
  padding: 2%;
	vertical-align: middle;
}

@media screen and (max-width: 768px) {
/*common*/
 body{
   font-size: 1.4em;
 }
.cont_wrap{
  width: 100%;
}
.btn img{
}
.flex{
  display:block;
}
.fleximg{
  margin: auto ;
}    
h1 img{
  width: 100%;
}    
.title{
  font-size: 1.2em;
  padding: 3% 1.5%;
  line-height: 1.3;
  letter-spacing: -0.01px;
  margin-bottom: 5%;
}
.title2{
  font-size: 1.2em;
}
.title4 {
  padding: 2% 1%;
  margin-bottom: 6%;
  line-height: 1.23;
}
  
img.auto{
  width: auto;
}  
#btnfix .linkfix{
  height: 100px;
}
#btnfix .linkfix img {
 width: 90%;
}  
.spimg img{
  width: 100%;
}   
#main section img{
  width: 100%;
}
#main section img.auto{
  width: auto;
}  
.cv_wrap .cv_txt{
  /*text-align: left;*/
}
.cv_wrap .cv_txt img{
  width: 85% !important;
  margin: auto;
  display: block;
}   
 .cv_wrap{
  padding: 5% 2%;
} 
/*movie*/
.movie{
	font-size: 0.9em;
}
  
.blinking{
  padding: 0 15%;
}  

/*mv*/
.mv {
  position: relative;
  width: 100%;
  margin: auto;
  /*padding-top: 56.25%;*/
}
.mv iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.check{
  font-size: 0.9em;
}  
.check li{
  background-size: 25px !important;
  padding: 3px 0 10px 40px;
  line-height: 1.4;
  font-size: 1.1em;
}   

/*voice*/  
.voice li dt{
  font-size: 1.45rem;
  line-height: 1.4;
  letter-spacing: -0.2px;
}
.voice li dt img{
  width: 30% !important;
}
.voice li dt span{
  font-size: 1.2rem;
}
.voice li dd{
  font-size: 1em;
}
/*reason*/
.reason .cont_wrap{
  padding: 15% 2% 2%;
}  
.reason h2 img{
} 
.reason h3{
  margin: auto auto auto;
}
.reason li{
  margin-bottom: 10%;
}
.reason li h3 div{
  width: 44%;
  margin: -8% auto 2%;
}
.reason li h3 {
  display: block;
  font-size: 0.8em;
}
.reason li h3 p{
  text-align: center;
  margin: 0;
}
/*cont*/ 
.cont h4{
  font-size: 1.1em;
}

/*footer*/
footer#footer{
  padding: 2% 0 20%;
}
footer#footer .copy {
  font-size: 0.61rem;
}
table th {
	padding:0 2%;
	border-bottom:#eee 1px solid;
	width:auto;
	display: block;
	vertical-align:middle
}

table td {
	border-bottom:#eee 1px solid;
	display: block;
	width:auto;
	padding:2%;
	background: #ffff;
	vertical-align:middle
}	
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1023px) and (orientation:portrait) {
 body{
   font-size: 1.8em;
 }
/*header*/

#btnfix{
  /* height: 150px; */
}  
#btnfix .linkfix img{
  width: 60%;
}
}