body {
  background: #000;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  width: 100%;
  height: 100%;
  font-size: 13px;
  line-height: 1.8em;
  margin: 0;
  letter-spacing: 0;
}

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

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

.no-wrap { display: inline-block; text-indent: 0;}
.no-space { letter-spacing: -0.2em; }
.boxfade { width: 100%; }
.fontS { font-size: 80%;}
.fontL { font-size: 110%; }
.fontB { font-weight: 700; }

.warningfontL {
  padding-left: 1em;
  text-indent: -1em;
  line-height: 1.8em;
}

.warningfontS {
  font-size: 11px;
  line-height: 1.5em;
  padding-left: 1em;
  text-indent: -1em;
}

.responsive-img {
  max-width: 100%;
  height: auto;
  display: block;
}

a {
  transition: all 0.3s ease;
}

a:hover{
  opacity: 0.7;
}

/*---------------------------------------------
main
----------------------------------------------*/

#content {
  width: 100%;
  position: relative;
  overflow-x: hidden;
}

#main {
  background: url("../images/main_pc.jpg") no-repeat center;
  background-size: 100% 100%;
  width: 100%;
  aspect-ratio: 15 / 9;
  line-height: 0;
  margin: 0;
  padding: 0;
  position: relative;
  overflow: hidden;
  -webkit-user-select: none;
  user-select: none;
}

#main_catch01,#main_catch02,#main_catch03,#main_title{
  width: 100%;
  pointer-events: none;
}

#btn_ouboLink{
  width: 12%;
  position: absolute;
  bottom: 5%;
  right: 1%;
  z-index: 10;
}

/*---------------------------------------------
photo
----------------------------------------------*/

@keyframes imgslide {
  from { transform: translateX(0); }
  to { transform: translateX(100%); }
}

@keyframes imgslide2 {
  from { transform: translateX(0); }
  to { transform: translateX(-100%); }
}

#photoAll01,
#photoAll02 {
  position: relative;
  width: 150%;
  overflow: hidden;
  pointer-events: none;
  display: block;
  aspect-ratio: 8.18 / 1;
}

#photo01A {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: url("../images/photo01.jpg") no-repeat right;
  background-size: 100% 100%;
  animation: imgslide 60s linear infinite;
}

#photo01B {
  position: absolute;
  top: 0;
  left: -100%;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: url("../images/photo01.jpg") no-repeat right;
  background-size: 100% 100%;
  animation: imgslide 60s linear infinite;
}

#photo02A {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: url("../images/photo02.jpg") no-repeat right;
  background-size: 100% 100%;
  animation: imgslide2 60s linear infinite;
}

#photo02B {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: url("../images/photo02.jpg") no-repeat right;
  background-size: 100% 100%;
  animation: imgslide2 60s linear infinite;
}

/*---------------------------------------------
screen
----------------------------------------------*/

#screen_all{
  background: url("../images/screen_bg_pc.jpg") no-repeat center;
  background-size: cover;
  width: 100%;
  padding: 40px 0;
}

#screen_main{
  width: 80%;
  max-width: 1400px;
  min-width: 700px;
  margin: 0 auto;
}

#screen_m{
  width: 70%;
  min-width: 700px;
  margin: 0 auto;
  pointer-events: none;
}

#screen_logoAll{
  width: 85%;
  min-width: 700px;
  margin: 30px auto;
  display: flex;
  flex-wrap: wrap;
  justify-content:space-between;
  pointer-events: none;
}

.screen_logo{
  width: 30%;
  margin: 1.5% 1%;
  border: 1px solid #545454;
  line-height: 0;
}

#screen_btn{
  width: 350px;
  margin: 0 auto;
  font-size: 18px;
  line-height: 60px;
  font-weight: 700;
  text-align: center;
}

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

.screen_warning{
  width: 100%;
  text-align: center;
  font-size: 11px;
  margin-top: 35px;
}

/*---------------------------------------------
point
----------------------------------------------*/

#point_all{
  background: url("../images/imax_bg_pc.jpg") no-repeat center;
  background-size: cover;
  width: 100%;
  padding: 40px 0;
}

#point_main{
  width: 80%;
  max-width: 1400px;
  min-width: 700px;
  margin: 0 auto;
}

#point_m{
  width: 100%;
  pointer-events: none;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #d9d1ba;
}

#point_txt{
  width: 100%;
  font-size: 16px;
  line-height: 1.8em;
}

/*---------------------------------------------
4title
----------------------------------------------*/

#title4_all{
  background: #000 url("../images/4title_bg_pc.jpg") no-repeat left top fixed;
  background-size: 100% auto;
  width: 100%;
  padding: 40px 0;
}

#title4_main{
  width: 80%;
  max-width: 1400px;
  min-width: 700px;
  margin: 0 auto;
}

.title4_block{
  width: 68%;
  min-width: 550px;
  margin: 0 0 20px auto;
  padding: 18px;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  justify-content:space-between;
  align-items:center;
}

.title4_pos{
  width: 28%;
  pointer-events: none;
  line-height: 0;
}

.title4_txtAll{
  width: 68%;
}

.title4_mm{
  width: 100%;
  font-size: 22px;
  line-height: 1.8em;
  color: #ffd900;
  font-weight: 700;
  text-align: center;
  margin-bottom: 10px;
}

.title4_txt{
  width: 100%;
  font-size: 16px;
  line-height: 1.8em;
}

.title4_imax_bg{ background-image: linear-gradient(#3d5079, #77180d);}
.title4_dc_bg{ background-image: linear-gradient(#60a3d3, #2e5684);}
.title4_4d_bg{ background-image: linear-gradient(#7e0d00, #8c4201);}
.title4_35mm_bg{ background-image: linear-gradient(#25339f, #83b3df);}

/*---------------------------------------------
present
----------------------------------------------*/

#present_all{
  background: #000 url("../images/present_bg_pc.jpg") no-repeat center fixed;
  background-size: 100% auto;
  width: 100%;
  padding: 0 0 40px;
}

#present_titleAll{
  background: url("../images/present_titlebg.png") no-repeat center;
  background-size: 100% 100%;
  width: 100%;
  padding: 40px 0;
  pointer-events: none;
  min-width: 700px;
  text-align: center;
}

#present_title{
  width: 64%;
  max-width: 1250px;
  min-width: 630px;
  margin: 0 auto;
}

#present_main{
  width: 80%;
  max-width: 1400px;
  min-width: 700px;
  margin: 0 auto 40px;
}

#present_imgAll{
  background: url("../images/present_plate_pc.png") no-repeat center;
  background-size: cover;
  width: 100%;
  padding: 35px 0;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  pointer-events: none;
}

.present_img{
  width: 22%;
  margin: 0.8% 1%;
  pointer-events: none;
  box-shadow: 2px 2px 8px #000;
  line-height: 0;
}

.present_warningAll{
  width: 100%;
  margin-top: 20px;
}

.present_warning{
  font-size: 11px;
  line-height: 1.7em;
  margin: 0 auto 0.3em;
  text-align: center;
}

#present_step_m{
  background-image: linear-gradient(90deg, transparent, #ff0000 30% 70%, transparent);
  width: 100%;
  text-align: center;
  line-height: 2em;
  font-size: 28px;
  color: #fff;
  font-weight: 700;
  margin: 40px auto;
}

.present_oub_block{
  width: 100%;
  margin-bottom: 50px;
}

.present_step{
  width: 100%;
  margin-bottom: 15px;
  text-align: center;
}

.present_step img{
  width: 45%;
  max-width: 500px;
  min-width: 350px;
}

.present_step_txt{
  width: 100%;
  text-align: center;
  font-weight: 700;
  font-size: 27px;
  line-height: 1.6em;
}

.txt_yellow{
  color: #ffd900;
}

.present_warningAll2{
  width: 80%;
  margin: 20px auto 0;
}

.present_warning2{
  font-size: 11px;
  line-height: 1.7em;
  margin: 0 auto 0.3em;
  padding-left: 1em;
  text-indent: -1em;
}

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

#present_oubo_m{
  width: 100%;
  margin: 30px auto 15px;
  text-align: center;
  line-height: 1em;
  font-style: italic;
  font-weight: 700;
  font-size: 24px;
  color: #ffd900;
}

#present_oubo_btn{
  width: 60%;
  margin: 0 auto;
}

#present_kikanAll{
  width: 77%;
  margin: 40px auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  pointer-events: none;
 }

#present_kikanAll img{
  width: 85%;
}

#present_kikan01{
  width: 50%;
  border-right: 2px solid #9e7d00;
  box-sizing: border-box;
  text-align: center;
  padding: 10px 0;
}

#present_kikan02{
  width: 50%;
  box-sizing: border-box;
  text-align: center;
  padding: 10px 0;
}

#present_kiyakuAll{
  width: 70%;
  margin: 40px auto;
  display: flex;
  flex-wrap: wrap;
  justify-content:space-between;
 }

.present_kiyakubtn{
  width: 49%;
  font-size: 13px;
  line-height: 65px;
  border: 1px solid #5e5e5e;
  text-align: center;
}

.present_kiyakubtn a{
  background-color: #00000080;
  width: 100%;
  height: 100%;
  display: block;
  color: #d1d1d1;
}

/*---------------------------------------------
kiyaku
----------------------------------------------*/

#kiyakuAll{
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 30;
  display: none;
}

#kiyaku_bg{
  background: #000;
  opacity: 0.9;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

#kiyaku_btn_close{
  background: url("../images/btn_close.png") no-repeat center;
  background-size: contain;
  width: 60px;
  height: 60px;
  position: fixed;
  top: 5px;
  right: 5px;
  z-index: 11;
  cursor: pointer;
  transition: all 0.3s ease;
}

#kiyaku_btn_close:hover{
  transform: rotateZ(90deg);
}

#kiyaku_box{
  width: 80%;
  height: 80%;
  max-width: 1100px;
  min-width: 700px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  z-index: 2;
  overflow-x: none;
  overflow-y: auto;
}

#kiyaku_box::-webkit-scrollbar { width: 5px; height: 5px;}
#kiyaku_box::-webkit-scrollbar-track { background: #505050;}
#kiyaku_box::-webkit-scrollbar-thumb { background: #fff;}

#kiyaku_midashi{
  width: 97%;
  padding: 15px 0;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.7em;
  border-top: 3px double #B3B3B3;
  border-bottom: 3px double #B3B3B3;
  text-align: center;
  color: #ffd900;
}

#kiyaku_txt{
  width: 97%;
  padding-top: 15px;
  font-size: 12px;
  line-height: 1.6em;
}

/*---------------------------------------------
footer
----------------------------------------------*/

footer {
  background: url("../images/footer_bg_pc.jpg") no-repeat center top;
  background-size: cover;
  width: 100%;
  padding: 50px 0 170px;
  font-size: 11px;
  line-height: 1.5em;
  text-align: center;
  position: relative;
  overflow: hidden;
}

#bnrarea{
  width: 80%;
  max-width: 1200px;
  min-width: 700px;
  display: flex;
  flex-wrap: wrap;
  justify-content:space-between;
  margin: 0 auto;
}

.bnrImg{
  width: 31.3%;
  border: 1px solid #545454;
  line-height: 0;
}

#copyright {
  width: 100%;
  margin: 50px auto 0;
  font-size: 11px;
  line-height: 1.8em;
  text-align: center;
}

#btnpagetop {
  width: 60px;
  height: 60px;
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 20;
  line-height: 60px;
  text-align: center;
  font-size: 15px;
  -webkit-user-select: none;
  user-select: none;
}

#btnpagetop a {
  background: #cd0000;
  width: 100%;
  height: 100%;
  display: block;
  color: #000;
}


/*---------------------------------------------
ef
----------------------------------------------*/

.ef-fade {
  opacity: 0;
  transition: 1s ease 0.3s;
}

.fade {
  opacity: 1.0;
  transform: translate(0, 0);
  transform: scale(1, 1);
}