@charset "UTF-8";

/*common*/
#main{
  font-family: 'Kosugi Maru', sans-serif;
}

.red {
  color: #ff4e78;
}
.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%, #ff4e78 0%);
  padding: 10px 5px;
  color: #fff;
}
.y_line{
  background:linear-gradient(transparent 0%, #fff88e 0%);
  padding: 10px 5px;
  color: #333;
}
.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/bg5.jpg) no-repeat;
  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{
   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;
}
#main{
  overflow: hidden;
}

.cont_wrap{
  width: 900px;
  margin: auto;
}
.cont_wrap p{
  margin-bottom: 5%;
}
.cont_wrap p.blinking{
  margin-bottom: 2%;
}
.cont_wrap p.last {
    margin-bottom: 2px;
}
img.imgcenter{
  width: 100%;
}  

.nayami{
	background: url(../img/nayami_bg.jpg) no-repeat bottom;
	background-size: cover;	
	padding: 2% 2% 9%
}

.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-color: rgba(256, 256, 256, 0.9);
  text-align: center;
  display: flex;
  height: 120px;
  justify-content: center;
  align-items: center;
  align-items: center;
 filter:drop-shadow(1px 1px 20px rgba(0, 0, 0, 0.2));  
}
#btnfix .linkfix img{
  width: 85%;
}


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


.title1 {
	position: relative;
	padding: 1rem 2rem calc(1rem + 10px);
	background-image: linear-gradient(90deg, rgba(0, 173, 194, 1), rgba(190, 83, 250, 1));
	margin-bottom: 4%;
	font-size: 1.9rem;
	text-align: center;
	line-height: 1.4;
	color: #fff;
	font-weight: bold;
}

.title1:before {
  position: absolute;
  top: -7px;
  left: -7px;
  width: 100%;
  height: 100%;
  content: '';
  border: 2px solid #3d1db5;
}


.title2 {
	position: relative;
	padding: 1rem 1rem;
	font-size: 2.4rem;
	font-weight: bold;
	margin-bottom: 3%;
}

.title2:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 10px;
  content: '';
  background-image: -webkit-repeating-linear-gradient(135deg, #000, #000 1px, transparent 2px, transparent 5px);
  background-image: repeating-linear-gradient(-45deg, #000, #000 1px, transparent 2px, transparent 5px);
  background-size: 7px 7px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.voice .title2:after {
  background-image: repeating-linear-gradient(-45deg, #000, #fff 1px, transparent 2px, transparent 5px);
}

.title3 {
	position: relative;
	padding: 1rem 1rem;
	color: #fff;
	border-radius: 10px;
	background: #db9595;
	font-size: 2.1rem;
	line-height: 1.4;
	font-weight: bold;
	margin-bottom: 3%;
}

.title3:after {
  position: absolute;
  bottom: -9px;
  left: 1em;
  width: 0;
  height: 0;
  content: '';
  border-width: 10px 10px 0 10px;
  border-style: solid;
  border-color: #db9595 transparent transparent transparent;
}

.title3.blue {
	background: #00afab;
}

.title3.blue:after {
  border-color: #00afab transparent transparent transparent;
}



.title4 {
	padding: 1.5rem 2rem;
	color: #fff;
	border-radius: 10px;
	background: #db9595;
	font-size: 2rem;
	line-height: 1.4;
	font-weight: bold;
	margin-bottom: 3%;
}





header .btn{
  padding: 0;
  text-align: center;
}
header .btn a{
  display: block;
  margin: auto 0;
}
.mv {
  /*width: 100%;*/
  position: relative;
}
/*story*/
.story{
  background: url(../img/bg5.jpg) no-repeat;
  background-size: cover;
  text-align:center;
  font-weight: bold;
  padding-bottom: 2%;
}
.story h2{padding: 1%;margin-bottom: 2%;font-size: 1.6em;color:#fff;background-image: linear-gradient(90deg, rgba(0, 173, 194, 1), rgba(190, 83, 250, 1));}
.story h3{
  color: #fff;
  font-size: 1.2em;
  line-height: 1.4;
  border-bottom: 1px solid #fff;
  display: inline-block;
  padding-bottom: 1%;
  margin-bottom: 2%;
}

/*storymenu*/
.storymenu{
  width: 1000px;
  margin: 3% auto 0;
}
.storybtn{
  margin: 1% auto 3% auto;
  display: flex;
  width: 100%;
  justify-content: space-between;
}
.storybtn li{
  margin-bottom: 3%;
}
.storybtn li img{
  width: 100%;
  padding: 0 5px;
}
.storybtn li a{
  display:block;
  text-decoration:none;
}


/*point*/
.point {
  padding: 3% 2% 5%;
}

.point li{
  margin: auto;
  border: 3px solid #249bb4;
  text-align: left;
  border-radius: 7px;
  margin-bottom: 3%;
}
.point .point_title{
  background-size: cover;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100px;
  padding: 0 20px;
  background-image: linear-gradient(90deg, rgba(0, 179, 160, 1), rgba(0, 156, 225, 1));
	
}
.point .point_title .time{
  color: #fff;
  background: url(../img/point_time.png) left no-repeat;
  padding: 10px 0 10px 62px;
  font-size: 2.5rem;
  font-weight: bold;
  font-family: Inter, Roboto, 'Helvetica Neue', 'Arial Nova', 'Nimbus Sans', Arial, sans-serif;
}
.point .point_box{
  padding: 2% 2% 1%;
  background: #fff;
}
.point .point_box img{
  display: block;
  margin: auto;
}
.point .point_box h5{
  margin: 2% 4% 3%;
  font-weight: bold;
  line-height: 1.4;
}  
.point .point_box a{
  display: block;
  padding: 3% 0;
}
 .point .point_box h5 span{
   display: inline-block;
    background: #009edc;
   padding: 2px 10px;
   color: #fff;
   margin-bottom: 1px;
  }

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

.cv_txt strong{
  margin-bottom:1%;
  display: inline-block;
  color: #fff;
  padding: 0 2%;
  background-image: linear-gradient(90deg, rgba(255, 81, 39, 1), rgba(255, 154, 26, 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*/

.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 #ff4e78;
  border-radius: 2px;
  filter: drop-shadow(5px 5px 5px rgba(0,0,0,0.3));
}
.cont h3{
  text-align: center;
  margin: -17px auto -10px;
}
.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 0;
    font-weight: bold;
    /* -webkit-transform: skew(-15deg); */
    /* transform: skew(-15deg); */
    background: #ff4e78;
    border-radius: 6px;
}
.cont h4{
  font-weight: bold;
  line-height: 1.4;
  padding-bottom: 2%;
  color: #ff4e78;
  font-size: 1.3em;
  text-align: center;
}
.cont li .img{
  filter: none;
}
.cont span{
  font-weight: normal;
}

.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 .cont_wrap {
    padding: 5% 2%;
}
.voice li{
  background: #fff;
  border:#e7b7b7 3px solid;
  margin-bottom: 3%;
  filter: drop-shadow(5px 5px 0px rgba(0, 0, 0, 0.1));
}
.voice .voice_txt{
  padding: 0;
  display: flex;
  font-weight: bold;
  background: #e7b7b7;
	background: url(../img/bg5.jpg) no-repeat top;
	background-size: cover;  
  padding: 4% 4% 0 ;
  color: #fff;
}

.voice .voice_txt .title2{
  padding: 0 0 10px;
  font-size: 2rem;
  text-align: left;
}
.voice .voice_txt img{
  display: block;
  margin-right: 50px;
  box-shadow: 8px 8px 0 4px rgba(0,0,0,0.30);
  border:#e7b7b7 3px solid;
  
}
.voice_talk{
  padding: 4%;
}
.voice .note {
    font-size: 0.65em;
    letter-spacing: -1px;
    text-align: right;
    margin-bottom: 0px;
}
/*day*/
.dayBox{
  margin-bottom: 5%;
  border: 3px solid #ff4e78;
  background: #fff;
}
.day04{
  text-align: center;
  padding: 3%;
  background: url(../img/bg4.png) no-repeat center;
}


/*qa*/
.qa{
	background: red;
}

.qa dl{
  text-align: left;
  margin-bottom: 3%;
  padding-bottom: 3%;
}
.qa dl.none{
  border-bottom: none;
}
/*.qa dt {
  padding: 4% 0 3% 13%;
  font-weight: bold;
  font-size: 1.2em;
  background: url("../img/q.png") no-repeat left;
  background-size: 10%;
}*/
.qa dt.title3{
  filter: drop-shadow(2px 2px 1px rgba(0,0,0,0.1));
}
.qa dd {
  /*background: url("../img/a.png") no-repeat left;
  background-size: 10%;
  padding: 4% 0 4% 4%;*/
  background: #fff;
  border-radius: 10px;
  padding: 4% 4% 1% 4%;
  filter: drop-shadow(5px 5px 0px rgba(0, 0, 0, 0.1));
}



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

.bg2{
	background: #e7b7b7;
}
.bg3{
	background: url(../img/bg2.jpg) repeat;
}
.bg4{
  background: url(../img/bg4.jpg) no-repeat center top;
  background-size: cover;
}
.bg5{
	background: url(../img/bg5.jpg) no-repeat;
	background-size: cover;
}
.bg6{
	background: url(../img/bg6.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;
}

.goldcont{
	background-image: url(../img/cont_bg1.png), url(../img/cont_bg2.png);
    background-position: right top 3px, left bottom -1px;
    background-size: 15% auto, 15% auto;
    background-repeat: repeat-y, repeat-y;
	background-color: #ffe68d;
}
.diamondcont{
	background-image: url(../img/cont_bg1.png), url(../img/cont_bg2.png);
    background-position: right top 3px, left bottom -1px;
    background-size: 15% auto, 15% auto;
    background-repeat: repeat-y, repeat-y;
	background-color: #e1c968;	background-color: #99d0ff;
}



/*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: #db9595;
  padding: 1% 0 9%;
  color:#fff;
}
footer#footer a{
  font-size: 1rem;
  color: #fff;
  text-decoration: none;
}
footer#footer .copy {
  font-size: 1rem;
  margin-top: 4px;
}


@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%;
}    
.title1{
  font-size: 1.2em;
  padding: 3% 1.5%;
  line-height: 1.3;
  letter-spacing: -0.01px;
  margin-bottom: 5%;
}
.title2,.title3{
  font-size: 1.1em;
	line-height: 1.3;
}
	
.title4 {
  padding: 2% 2%;
  margin-bottom: 6%;
  line-height: 1.23;
  font-size: 1.6rem;
}
  
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_txt strong {
	font-size: 0.9em;
}	
	
 .cv_wrap{
  padding: 5% 2%;
} 
/*storymenu */ 
.storymenu{
  width: 100%;
}   
.story h2{
  font-size: 1.2em;
  padding: 1px;
}
.story h3{
  font-size: 1.3rem;
}  
/*storybtn*/
.storybtn{
  margin: 1% auto 3% auto;
  display: flex;
  width: 100%;
  justify-content: space-between;
  flex-wrap: wrap; 
}
.storybtn li{
	width: 50%;
}	
	
/*point*/ 
.point {
  padding: 5% 2%;
}
.point .point_title {
  height: 50px;
  padding: 0 5px;
} 
.point .point_title img{
  height: 70px;
  width: 70px !important;
}
.point .point_title .time {
  padding: 10px 0 10px 40px;
  font-size: 1.6rem;
  background-size:35px;
}  
.point .point_cont{
  width: 100%;
  background-size:contain;
}
.point .point_cont li{
  margin-bottom: 15px;
}
.point .point_box {
}  
.point .point_box .copy{
}
.point .point_box img{
}
.point a{
  display:block;
  width: 78%;
  margin: 6px auto auto;
}
  
/*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 .cont_wrap {
    padding: 5% 0.5%;
}  
.voice .voice_txt{
  display: block;
  padding-bottom: 1%;
}
.voice .voice_txt img{
  margin: 0;
  width: 60% !important;
  margin: auto auto 0;
}
.voice .voice_txt .title2{
  font-size: 1.6rem;
  padding-bottom: 6%;
} 
.voice .title2:after {
  background-image: repeating-linear-gradient(-45deg, #fff, #fff 1px, transparent 2px, transparent 5px);
}  

  
/*reason*/
.reason .cont_wrap{
  padding: 15% 2% 2%;
}  
.reason h2 img{
} 
.reason h3{
  margin: auto auto 4%;
}
.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 29%;
}
footer#footer .copy {
  font-size: 0.61rem;
}

}

@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%;
}
}