@charset "UTF-8";

body {
    font-family:  "Noto Sans JP", "Yu Gothic Medium", "Hiragino Kaku Gothic ProN", "Meiryo", "MS PGothic", sans-serif;
	background-color: #DDF9FC;}

.w1200{
max-width:1200px;
width: 100%;
margin: 0px auto;
}
.w1000{
max-width:1000px;
width: 100%;
margin: 0px auto;
}
.content{
text-align: center;
}

.w100{
max-width:640px;
width: 100%;
margin: 0px auto;
}

.sp{display: block; padding: 0; margin: 0;}
.pc{display: none;}
.indent{margin-left: 16px;}


.tab li {
  float: left;
  cursor: pointer;
  list-style: none;
  width: 50%;
}

.area ul {
  display: none;
}

.area ul.show {
  display: block;
}

#f-btn{
position: fixed;
bottom: 0px;
width: 100%;
background-color: rgba(0,0,0,0.35);
max-height:100px;
padding: 5px 2px;
z-index: 100;
display: none;
text-align: center;
}

#f-btn .f-btn-blue{
width: 35%;
height: auto;
margin: 0 2px;
}
#f-btn .f-btn-red{
width: 62%;
height: auto;
margin: 0 2px;
}

.pagetop{
  position: fixed;
  bottom: 10%;
  right: -15%;
  display: none;
  z-index:99;
}

.pagetop img{
  width: 50%;
  display: none;
}

.mv {
width: 100vw;
background:linear-gradient(290deg,rgba(226,243,253,1),rgba(255,255,255,1),rgba(253,239,238,1));
text-align: center;
margin: 0px auto;
}

.bg-white{
background-color: #fff;
}

.bg-black{
background-color: #000;
color: #fff;
}

.bg-brown{
background-color: rgba(70,41,37,0.8);
}

.bg-kodawari{
background-image: url("../pcimg/bg-kodawari.jpg");
background-size: 100%;
background-repeat: repeat-y;
}

.bg-cta{
background:linear-gradient(122deg,rgba(253,85,85,1),rgba(199,144,241,1),rgba(55,176,221,1));
background-size: 100%;
background-repeat: repeat-y;
}

.bg-sns{
background-image: url("../pcimg/bg-sns.jpg");
background-size: 100vw;
background-repeat: no-repeat;
background-position: bottom right;
}

.fix_btn_base{
position: relative;
margin: 0;
padding: 0;
vertical-align: top;
border: none;
margin-bottom: 100px;
}

.fix_btn{
position: absolute;
top:0;
left: 50%;
transform: translateX(-50%);
display: block;
width: 100%;
max-width: 600px;
margin: 0 auto;
}

.movie,.movie2{
text-align: center;
margin: 0px auto 20px;
}
.movie3 {
    text-align: center;
    padding-bottom: 20px;
}
.movie video{
width: 90%;
max-width: 500px;
}
.movie2 video{
width: 84%;
max-width: 500px;
}
.movie3 video{
width: 84%;
max-width: 500px;
}
.kensa_img{
position: absolute;
left: 55%;
bottom: 50px;
}
.kensa_img:hover{
opacity: 0.7;
transition-duration: 0.3s;
}
.volnade{
width:100%;
}
.footer{
padding-top: 20px;
padding-bottom: 20px;
margin: 30px auto 0;
background-color: #fff;
color: #333;
}

.footer_nav_wrap{
display: flex;
justify-content:center;
font-size: 1.4rem;
text-align: left;
}
.footer_nav_wrap2{
display: flex;
justify-content:space-around;
text-align: left;
}
.footer_con{
width: 60%;
margin: 10px;
word-break: break-all;
}
.footer_con img{
width: auto;
display: block;
margin: 0 auto;
}
.footer_con_sub{
width: 40%;
}
.table_footer th,td{
text-align: left;
vertical-align: top;
}
.table_footer th{
width:20%;
}
.table_footer td{
width:80%;
}
a {
  color: inherit;
  word-break: break-all;
}

.logo{
width: 160px;
display: block;
padding-bottom: 10px;
}

.spec {
  font-size: 1.4rem;
  margin-bottom: 5px;
}
.t-red{
 color: #f56278;
}
.p_mark{
background-color: #fff;
display: inline-block;
line-height: 80px;
}
.footer_nav_wrap li{
padding-bottom: 5px;
}
.p_mark img{
width: 80px;
height: auto;
vertical-align: middle;
}
.copyright {
  font-size: 1.1rem;
  text-align: center;
  margin: 30px 0 0;
  padding: 10px;
}

.kashitsuki_box {
    border: 2px solid #DD0000;
    padding: 15px 20px 25px;
    text-align: left;
    margin: 0px auto 40px;;
    box-sizing: border-box;
}
.kakushi_label{
display: inline-block;
}

.kashitsuki_box td{
padding: 20px 10px;
}
/*アニメーション*/


@keyframes sizeScale1 {
    0% {
        width: 92%;
    }
    40% {
        width: 100%;
    }
    100% {
        width: 92%;
    }
}



.fix_btn {
    animation: sizeScale1 1.5s;
    animation-iteration-count:infinite;
}
.nobori_btn {
	width: 96%;
	margin: 2em auto;
	max-width: 800px;
	text-align: center;
	background-color: #EC7E04;
	font-size: 4em;
	font-weight: bold;
	color: #FFFFFF;
	border-radius: 10px;
	-webkit-box-shadow: 5px 5px 10px 0 #8A8A8A;
	border: 3px solid #fff;
	box-shadow: 5px 5px 10px 0 #8A8A8A;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.nobori_btn a {
	width: 100%;
	padding: 0.3em 0;
	display: block;
	text-decoration: none;
}



@keyframes sizeScale2 {
        0% {
            width: 560px;
        }
        40% {
            width: 640px;
        }
        100% {
            width: 560px;
        }
    }
    
    @keyframes sizeScale3 {
        0% {
            width: 400px;
        }
        40% {
            width: 460px;
        }
        100% {
            width: 400px;
        }
    }

 
@media screen and (min-width:641px) {

.pc{
display: inherit;
margin: 0 auto;
}

.sp{
display: none;
}
.indent{margin-left: 0;}

.pagetop{
bottom: 6%;
right: 150px;
display: block;
}

.pagetop img{
width: 56px;
display: block;
}

.fix_btn2{
display: block;
width: 60%;
max-width: 640px;
margin: 0 auto;
position: absolute;
top: 10px;
left: 50%;
transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}

.fix_btn2{
animation: sizeScale2 1.5s;
animation-iteration-count:infinite;
}

.marT150{
margin-top: 150px;
}

}

@media screen and (max-width:950px) {
.fix_btn2{
bottom: 40px;
animation: sizeScale3 1.5s;
animation-iteration-count:infinite;
}
}

@media screen and (max-width:640px){
.footer_nav_wrap{
flex-direction: column;
}
.footer_nav_wrap2{
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.footer_con{
width: 90%;
margin: 20px auto 40px;
}
.footer_con_sub{
width: 90%;
margin: 0 auto;
margin-bottom: 10px;
}
div.footer_con{
text-align: center;
margin-bottom: 10px;
}

.logo{
margin: 20px auto 0;
}
  
.left_jusyo{
height: 60px;
width: auto;
padding-bottom: 10px;
}
.right_jusyo{
height: 60px;
width: auto;
}
.p_mark{
width: 80px;
margin-left: 35px;
}

.kakushi_dl{
width:90%;
}
.volnade th,.volnade td{
display: block;
width: 100%;
}
.volnade td img{
width: 50%;
display: block;
margin: 0 auto;
}
.kashitsuki_box{
padding: 15px 15px 25px;
}
.kashitsuki_box td{
padding: 0 0 20px;
}
}


#c_5_con,#c_10_con,#c_20_con,#c_500_con{
display:none;
}


/*movie*/
.movie_wrap{
position: relative;
}
.movie2{
position: absolute;
bottom: 30px;
left: 50%;
transform: translateX(-50%);
}
