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


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

#content{
width: 100%;
min-width: 1200px;
}

.sp{ display: none;}

.txtOrenge{ color: #ff6600;}
.fontL{ font-size: 110%;}
.fontS{ font-size: 70%;}
.fontB{ font-weight: 800;}

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

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

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

#headerTxt{
width: 100%;
padding: 30px 0;
text-align: center;
color: #0a1b3c;
font-size: 18px;
line-height: 1.8em;
font-weight: 800;
}

.contentM{
background-color: #0f2b60;
width: 100%;
line-height: 50px;
text-align: center;
font-size: 23px;
font-weight: 800;
color: #fff;
}

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

toko

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

#tokoAll{
width: 100%;
padding: 25px 0 45px;
}

#tokomain{
width: 1200px;
margin: 0 auto;
font-size: 11px;
}

.moreBtn{
background: #ff6600;
width: 190px; height: 50px;
line-height: 50px;
text-align: center;
font-size: 16px;
font-weight: 600;
color: #fff;
margin: 0 auto;
}

.c2-user-name{
color: #0f2b60;
}

.c2-item__inner{
background: #fff;
border: 1px solid #D6D6D6;
border-radius: 0;
font-size: 13px;
}


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

oubo

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

#ouboAll{
width: 100%;
padding: 45px 0;
}

#ouboAll img{ margin: 10px 5px 0; line-height: 0;}

.ouboblock{
width: 1100px;
margin: 0 auto;
border-left: 2px solid #3b5ba1;
border-right: 2px solid #3b5ba1;
border-bottom: 2px solid #3b5ba1;
margin-bottom: 35px;
}

.oubostepM{
background: #3b5ba1;
width: 100%;
color: #fff;
font-family: "field-gothic", sans-serif;
font-weight: 900;
font-style: normal;
font-size: 22px;
line-height: 30px;
text-align: center;
letter-spacing: 2px;
}

.oubostepTxt{
width: 100%;
text-align: center;
padding: 30px 0;
font-size: 18px;
line-height: 2em;
font-weight: 600;
color: #0e2048;
}

#oubokikan{
background: #e0004e;
width: 650px; height: 55px;
line-height: 55px;
color: #fff;
margin: 15px auto;
border-radius: 22px;
font-size: 22px;
font-weight: 800;
text-align: center;
}


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

present

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

#presentAll{
width: 100%;
padding: 25px 0 45px;
}

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

.presentBlock{
width: 32%;
margin: 15px 0;
position: relative;
overflow: hidden;
}

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

#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;}
#presentImg04{ background: url("../images/img_present04.jpg") no-repeat center;}
#presentImg01,#presentImg02,#presentImg03,#presentImg04{
background-size: cover;
width: 100%; height: 100%;
position: absolute;
top: 0; left: 0;
z-index: 1;
text-indent:-999999px;
}


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

movie

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

#movieAll{
width: 100%;
padding: 25px 0 45px;
border-top: 2px dotted #2A366E;
}

#moviemain{
background: #000;
width: 960px; height: 540px;
margin: 60px auto;
overflow: hidden;
}

.videoWrapper2 {
position: relative;
padding-bottom: 56.25%; /* 16:9 */
height: 0;
}

.videoWrapper2 iframe {
position: absolute;
top: 0; left: 0px;
width: 100%; height: 100%;
}


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

warning

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

#warning{
background-color: #dbdbdb;
width: 100%;
padding: 40px 0;
}

#warningTxtAll{
width: 1100px;
height: 300px;
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: #ff6600;
}

#warningTxt{
width: 95%;
font-size: 11px;
line-height: 1.6em;
font-weight: 400;
}

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

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



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

footer

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

footer{
background: url("../images/bg_footer.jpg") no-repeat center;
background-size: cover;
width: 100%;
padding: 30px 0 50px;
font-size: 14px; 
letter-spacing: 1px;
line-height: 1.5em;
text-align: center;
}

#btnTop{
width: 100px;
text-align: center;
font-family: "field-gothic", sans-serif;
font-weight: 900;
font-style: normal;
font-size: 30px;
margin: 0 auto 70px;
}

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

#privacy{
font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
width: 400px; height: 10px;
margin: 0 auto 15px;
font-size: 10px;
line-height: 10px;
text-align: center;
color: #fff;
}

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

#copyright{
font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
width: 400px; height: 10px;
margin: 0 auto;
font-size: 10px;
line-height: 10px;
text-align: center;
color: #fff;
}

#btnpagetop{
background: #fff;
width: 60px; height: 60px;
line-height: 60px;
text-align: center;
position: fixed;
bottom: 15px; right: 15px;
z-index: 20;
font-size: 21px;
transition: all .3s;
filter:drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.4));
border-radius: 5px;
}

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

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







