body {
background: #fff;
color: #000;
font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif"; font-weight: 400;
font-weight: 400;
font-style: normal;
width: 100%;
height:100%;
font-size: 14px;
line-height:2em;
margin: 0px;
letter-spacing: 0;
}

#wrap{
width: 100%;
position: relative;
}

#content{
width: 100%;
margin: 0 auto;
}

.pc{ display: block;}
.sp{ display: none;}

.txtRed{ color: #fe7f94;}
.fontL{ font-size: 110%;}
.fontS{ font-size: 80%;}
.fontB{ font-weight: 500;}

.no-wrap { display: inline-block;}

a {text-decoration: underline; color: #e1556c;}

.linkLabel{
margin-top:-0;
padding-top:0;
text-indent: -99999px;
}

.warning{
width: 100%;
text-align: center;
font-size: 11px;
font-weight: 500;
line-height: 1.6em;
}

/*---------------------------------------------

header

----------------------------------------------*/

header{
background: url("../images/header_pc.jpg") no-repeat center;
background-size: cover;
width: 100%;
position: relative;
overflow: hidden;
}

header:before{
content:"";
display: block;
padding-top: 23.33%;
}

#logo{
width: 20%; height: 50%;
position: absolute;
top: 18%; left: 40%;
z-index: 2;
}

#logo a{
width: 100%; height: 100%;
display: block;
}

#headerTxt{
width: 80%;
padding: 1.5em 0;
margin: 0 auto;
text-align: center;
font-size: 18px;
line-height: 1.8em;
}

.contentM{
width: 100%;
line-height: 55px;
text-align: center;
font-size: 20px;
color: #5c64d9;
font-weight: 600;
border-top: 3px dotted #5c64d9;
border-bottom: 3px dotted #5c64d9;
}

#movieArea{
width: 80%;
max-width: 960px;
min-width: 860px;
margin: 4em auto 0;
}

/*---------------------------------------------

oubo

----------------------------------------------*/

#ouboAll{
width: 80%;
max-width: 1000px;
min-width: 860px;
margin: 0 auto;
padding: 3em 0 5em;
}

.ouboblock{
width: 100%;
margin: 0 auto 3em;
overflow: hidden;
box-shadow: 0 0 15px rgba(0,0,0,0.2);
}

.oubostepM{
background: url("../images/step1_bg.jpg") no-repeat center;
background-size: cover;
width: 100%;
color: #fff;
font-size: 20px;
line-height: 45px;
text-align: center;
font-weight: 600;
}

.oubostepM2{
background: url("../images/step2_bg.jpg") no-repeat center;
background-size: cover;
width: 100%;
color: #fff;
font-size: 20px;
line-height: 45px;
text-align: center;
font-weight: 600;
}

.oubostepTxt{
width: 100%;
text-align: center;
padding: 1.5em 0;
font-size: 18px;
line-height: 1.8em;
}

.oubostepTxt a{text-decoration: underline; color: #e1556c;}

#oubokikan{
background: #fe7f94;
width: 650px; height: 60px;
line-height: 60px;
color: #fffdb7;
margin: 0 auto 1.5em;
border-radius: 30px;
font-size: 22px;
font-weight: 600;
text-align: center;
}

.warningTxtAll{
width: 100%;
}

.warningTxt{
/*padding-left: 1em;
text-indent: -1em;*/
text-align: center;
font-size: 11px;
line-height: 1.6em;
margin: 0.5em auto;
}


/*---------------------------------------------

present

----------------------------------------------*/

#presentAll{
width: 80%;
max-width: 1100px;
min-width: 900px;
padding: 3em 0 5em;
margin: 0 auto;
}

#presentImgAll{
width: 100%;
display: flex;
flex-wrap: wrap;
align-items:center;
justify-content:space-between;
margin: 0 auto;
}

.presentBlock{
width: 30%;
position: relative;
overflow: hidden;
box-shadow: 0 0 15px rgba(0,0,0,0.2);
}

.presentBlock:before{
content:"";
display: block;
padding-top: 128%;
}

#presentImg01{ background: url("../images/img_present01.jpg") no-repeat center;}
#presentImg02{ background: url("../images/img_present02.jpg") no-repeat center;}
#presentImg03{ background: url("../images/img_present03.jpg") no-repeat center;}
#presentImg01,#presentImg02,#presentImg03{
background-size: contain;
width: 100%; height: 100%;
position: absolute;
top: 0; left: 0;
z-index: 1;
text-indent:-999999px;
}


/*---------------------------------------------

warning

----------------------------------------------*/

#warning{
background: #ece9f6;
width: 100%;
padding: 3em 0;
}

#warningTxtAll{
width: 80%;
max-width: 1100px;
min-width: 800px;
height: 350px;
margin: 0 auto;
overflow-x: hidden;
overflow-y: auto;
}

#warningTxtAll::-webkit-scrollbar{
width: 5px;
height: 5px;
}

#warningTxtAll::-webkit-scrollbar-track {
background: #fff;
}

#warningTxtAll::-webkit-scrollbar-thumb {
background: #fe7f94;
}

#warningTxt{
width: 95%;
font-size: 11px;
line-height: 1.7em;
color: #4c4d57;
}

.warningfontS{
padding-left: 1em;
text-indent: -1em;
}

#warningTxt a{
text-decoration: underline;
color: #000;
}


/*---------------------------------------------

footer

----------------------------------------------*/

footer{
background: url("../../images/top2/footer_bg.jpg") no-repeat center;
background-size: cover;
width: 100%;
padding: 2vw 0 6vw;
font-size: 10px; 
letter-spacing: 1px;
line-height: 1.5em;
text-align: center;
font-family: "Shippori Mincho B1", serif;
font-weight: 500;
font-style: normal;
}

#btntop{
width: 100%;
text-align: center;
font-size: 25px;
line-height: 0;
margin: 1em 0 2em;
}

#btntop a{
text-decoration: none;
color: #fff;
}

#copyright{
background-size: contain;
width: 400px; height: 10px;
margin: 0 auto 20px;
font-size: 10px;
line-height: 10px;
text-align: center;
letter-spacing: 1px;
color: #fff;
}

#privacy{
background-size: contain;
width: 400px;
margin: 0 auto;
font-size: 10px;
line-height: 4em;
text-align: center;
letter-spacing: 1px;
color: #fff;
}

#privacy a{ color: #fff; text-decoration: underline;}

#btnpagetop{
background: #ed6b80;
width: 60px; height: 60px;
position: fixed;
bottom: 0; right: 0;
z-index: 20;
line-height: 60px;
text-align: center;
font-size: 14px;
}

#btnpagetop a{
width: 100%; height: 100%;
display: block;
color: #fff;
text-decoration: none;
}

#btnpagetop:hover{
opacity: 0.7;
cursor: pointer;
}
