@charset "utf-8";

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    width:100%;
    height:100%;
    min-height: 100%;
background: #c90a00;


}

body {
    width:100%;
    height: auto;
    min-height: 100%;
    margin: 0;
    padding: 0;
    font-size: 16px;
        font-feature-settings: 'palt';
        word-break: break-word;
    color: #fff;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
    background: url(../img/bg_gold.jpg)no-repeat top center;
    background-size: cover;
    background-attachment: fixed;
    
}



a {
    color:#fff;
text-decoration: underline;
}

a:hover,
a:active {
    text-decoration: none;
    opacity: 0.7;
}

form a {
    text-decoration: none;
}





p {
    margin: 0;
    padding: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
}

* {
    box-sizing: border-box;
}

img {
    vertical-align: bottom;
    -webkit-user-drag: none; /* Chrome, Safari, Operaを禁止する場合 */
    -khtml-user-drag: none; /* Konquerorを禁止する場合 */
    -moz-user-drag: none; /* Firefoxを禁止する場合 */
}

.sp {
    display: none;
    margin: 0;
    padding: 0;
}

.pc {
    display: inline;
    margin: 0;
    padding: 0;
}

#wrapper{
    width:100%;
    min-height:100%;
    margin:0;
    padding:0;
        position: relative;


}






#header{
    width: 100%;
    text-align: center;
    margin:0 auto;
padding:50px 0;
position: relative;
    z-index: 100;

}

#header a{
text-decoration: none;
}





h1 {
    margin:0 auto 1em;
    padding:0;

}

h1 img{
    margin: 0;
    padding: 0;
    width: 100%;
    max-width: 900px;
}



h2 {
    margin:0 auto;
    padding:0;
    line-height: 1.2;

}

h2 img{
    margin: 0;
    padding: 0;
    width: 100%;
    max-width: 680px;
}


#main {
    width:100%;
    height: auto;
    margin: 0 auto;
    padding:2rem 0 0;
    text-align: center;
position: relative;
z-index: 500;

}


.contents{
width: 100%;
max-width: 700px;
margin: 0 auto;
padding: 0;

}




#lead{
    width: 100%;
    text-align:center;
    line-height:1.6em;
    margin: 0 auto 30px;
    padding:1em;
    font-size: 100%;
    font-weight: 500;
color: #000;
background: rgba(255, 255, 255, 0.8);
/* background: #fff; */
border:5px solid #7f4f21;
border-radius: 10px;

}

#lead p{
    margin: 0 auto;
    padding: 0;
    font-size: 1.1rem;
}

#overview,#present,#theater,#attention,#link{
    width: 100%;
    text-align:center;
    position: relative;
    line-height:1.6em;
    margin: 0 auto 30px;
    padding:0;
    font-size: 100%;
color: #fff;
background: #c90a00;
border:1px solid #000;

}





h3{
    margin: 0;
    padding: 0.5em;
    text-align: center;
    font-size: 1.5rem;
    color: #fff;
   background: #000; 
    font-family: "Noto Serif JP", serif;
font-weight: 900;
   
}
.inner{
    margin: 0;
    padding: 1em;
    position: relative;
}



#overview p.limit{
margin: 1em auto 0.5em;
padding: 0.5em;
    font-size: 1.3rem;
    color: #000;
    background: #fff;

font-weight: 700;

}
#overview p{
    margin: 0 auto 1rem;
    padding: 0;
    font-size: 1.1rem;
    color: #fff;
    font-weight: 500;
    vertical-align: middle;

}




.chance{
    margin: 0 auto ;
    padding: 0;
       width: 100%;

    display: inline-block;
   position: relative;

}

.chance img{
    margin: 0 auto -0.5rem;
    padding: 0;
    max-width: 130px;
    display: block;

}

.chance:before, .chance:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 38%;
  height: 2px;
  border-top: solid 2px #fff;
  border-bottom: solid 2px #fff;
}

.chance:before {
  left:0;
}
.chance:after {
  right: 0;
}


#present dl{
    width: 100%;
    text-align:center;
    line-height:1.6em;
    margin: 0 auto;
    padding:1em;
    font-size: 100%;
    text-align: center;
    font-weight: 500;
color: #000;



}
#present dt{
    margin: 0 auto ;
    padding: 0.5rem;
    font-size: 1.4rem;
    color: #fff;
    /* background: rgb(0, 0, 0,0.3); */
    background-size: 100% auto;
    font-family: "Noto Serif JP", serif;
    font-weight: 900;
    position: relative;
    /* border:1px solid #fff; */
    border-top: 6px double #fff;
  border-bottom: 6px double #fff;

}
#present dt p{
    margin: 0;
    padding: 0;
    position: relative;
}




#present dd{
    margin: 0 auto 2rem;
    padding: 1rem;

}

#present dd img{
    margin: 0 auto;
    padding: 0;
width: 100%;
}

#present dd:first-of-type img{
    max-width: 320px;
}

#present dd:last-of-type img{
    max-width: 550px;
}

#present dd:last-of-type{
    margin: 0 auto 1rem;
}


#present dd p{
    margin: 0 auto 0.5em;
}

ul.check{
    margin: 0 auto;
    padding: 0 0 0 1.5em;
    text-align: left;
    list-style-type: none;
    color: #fff;
    font-size: 100%;
}
ul.check li{
    margin: 0 0 0.5em;
    padding: 0;
}

ul.check li:before{
    content: "※";
    margin: 0 0 0 -1em;
}


#theater{
    text-align: center;
}

#theater dl{
    margin: 0 auto;
    padding: 0;
}

#theater dl dt{
    margin: 0 auto;
    padding: 0.5em;
    font-size: 1.3rem;
    color: #fff;
    font-family: "Noto Serif JP", serif;
    font-weight: 700;
border-top: 6px double #fff;
  border-bottom: 6px double #fff;
    text-align: left;
}



#theater dl dd{
    margin: 0 auto 1em;
    padding: 1em 0.5em;
    text-align: left;
}

#theater dl dd p{
    font-size: 1rem;
    margin: 0 auto;
    padding: 0;
    line-height: 1.6;
    font-weight: 400;
}

#theater dl dd:last-of-type{
    margin: 0 auto;
}



#attention ul {
margin: 0 auto;
    padding: 0 0 0 2em;
    position: relative;
    z-index: 50;
    text-align: left;
}

#attention li {
margin: 0 0 1em;
padding: 0;
list-style-type: disc;
}

#attention ul li.topic{
    margin: 0 0 1em 1em;
    list-style-type:circle;
}

#attention a {
    text-decoration: underline;

}

#attention p{
     margin: 0 auto 1em;
    padding: 0;
    line-height: 1.5;
}


#attention span{
font-size: 80%;
color: #000;
font-weight: 500;
display: inline-block;
line-height: 1.3;

}




#link p{
position: relative;
z-index: 50;
}
#link #check{
position: relative;
z-index: 50;
}

#link form{
position: relative;
z-index: 50;
}

label {
color: #ffd21c;
position: relative;
z-index: 50;
font-weight: 700;
}



.caution-box {
    width:90%;
    display: block;
      padding:1em 1.5em;
      margin:2em auto 1em;
color: #fff;
border: 2px solid #fff;
text-align: left;
position: relative;
z-index: 50;


}

.caution-box h4 {
    text-align: center;
    margin: 0 auto 1em;
    padding: 0 0 0.5em;
    font-size: 110%;
    color: #fff;
border-bottom:2px solid #fff;
font-family: "Noto Serif JP", serif;
font-weight: 700;

}

.caution-box p{
font-size: 90%;
}

#link a:hover{
opacity: 1;
}


input[type="submit"] {
    display: block;
    margin: 0 auto;
    font-size: 28px;
    width: 100%;
    max-width: 400px;
    height: 70px;
    text-align: center;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-user-select: none;
    cursor: pointer;
    color:#fff;
    background: #000;
border: 1px solid #000;
    letter-spacing: 2px;
    text-decoration: none;
    font-family: "Noto Serif JP", serif;
    font-weight: 900;


}

input[type="submit"]:hover {
    padding: 13px;
    transition: all 0.1s ease;
    -webkit-transition: all 0.1s ease;
    color: #c90a00;
    background: #fff;
    border: 1px solid #c90a00;
opacity: 1;

}

input[type="submit"][disabled] {
    opacity: 0.3;
    cursor: default;
}

input[type="submit"][disabled]:hover {
    cursor: default;
    color:#fff;
    background: #000;
border: 1px solid #000;
}



#footer {
margin: 0 auto;
    padding: 2em 0 0;
    width: 100%;
    text-align: center;
        position: relative;
    z-index: 500;


}


#footer a {
    text-decoration: none;
}

#footer .copyright {
    width: 100%;
    margin: 1em auto 0;
    padding: 0;
}

#footer small {
    display: block;
    font-size: 70%;
    margin: 0 auto;
    padding: 1em 0;
color: #000;


}







/**/




@media screen and (max-width: 1024px) {

    body{
    background: none;
}

body:before {
    background: url('../img/bg_gold.jpg') no-repeat top center;
    background-size: cover;
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    z-index: -1;
}

h1 img{
    max-width: 80vw;
}

}

@media screen and (max-width: 896px) {
img{
max-width: 90%;
}




h2 img{
    max-width: 70vw;
}


}


@media screen and (max-width:758px) {




    .sp {
        display: inline;
    }

    .pc {
        display: none;
    }

    #header{
       padding: 50px 0 0;
    }

h1{
    margin: 0 auto 0.5em;
}



    #main {
        padding: 2rem 0.5rem 0;
    }
h3{
    font-size: 1.3rem;
}


#overview p{
    text-align: left;
    font-size: 1rem;
}

.chance:before, .chance:after{
    width: 25%;
}

#overview p.limit{
    text-align: center;
}


#present dl{
    padding: 0.5em 0;
}

#present dt{
    font-size: 1.3rem;
}

#present dd:first-of-type img{
    max-width: 200px;
}

#present dd:last-of-type{
    margin: 0 auto;
}

#theater dl dt{
    font-size: 1.2rem;
}

#attention ul{
    padding: 0 0 0 1.5em;
}

.caution-box{
    width: 100%;
}

    .roadshow{
        max-width: 70vw;
    }

}





@media screen and (max-width: 320px) {
    .official{
        width: 90vw;
    }


}


