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: 12px;
  line-height: 1.8em;
  margin: 0;
}

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

a:hover { opacity: 1; }

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

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

.linkLabel {
  text-indent: -99999px;
}

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

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

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


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

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

#main {
  background: url("../images/main_sp.jpg") no-repeat center;
  background-size: 100% 100%;
  width: 100%;
  aspect-ratio: 7.5 / 13;
  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: 22%;
  position: absolute;
  bottom: 2%;
  right: 1.5%;
  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: 250%;
  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 40s 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 40s 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 40s 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 40s linear infinite;
}

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

#screen_all{
  background: url("../images/screen_bg_sp.jpg") no-repeat right top;
  background-size: cover;
  width: 100%;
  padding: 20px 0;
}

#screen_main{
  width: 88%;
  margin: 0 auto;
}

#screen_m{
  width: 100%;
  margin: 0 auto;
  pointer-events: none;
}

#screen_logoAll{
  width: 100%;
  margin: 20px auto;
  display: flex;
  flex-wrap: wrap;
  justify-content:space-between;
  pointer-events: none;
}

.screen_logo{
  width: 31.3%;
  margin: 1%;
  border: 1px solid #545454;
  box-sizing: border-box;
  line-height: 0;
}

#screen_btn{
  background: #fff;
  width: 200px;
  margin: 0 auto;
  font-size: 12px;
  line-height: 40px;
  font-weight: 700;
  text-align: center;
}

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

.screen_warning{
  width: 100%;
  font-size: 10px;
  margin-top: 20px;
  padding-left: 1em;
  text-indent: -1em;
  line-height: 1.5em;
}

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

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

#point_main{
  width: 88%;
  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: 13px;
  line-height: 1.8em;
  text-align: justify;
}


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

#title4_all{
  background: #000 url("../images/4title_bg_sp.jpg") no-repeat bottom;
  background-size: 100% auto;
  width: 100%;
  padding: 20px 0 18em;
}

#title4_main{
  width: 92%;
  margin: 0 auto;
}

.title4_block{
  width: 100%;
  margin: 0 auto 10px;
  padding: 3%;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  justify-content:space-between;
}

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

.title4_txtAll{
  width: 64%;
}

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

.title4_txt{
  width: 100%;
  font-size: 12px;
  line-height: 1.8em;
  text-align: justify;
}

.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
----------------------------------------------*/

#oubo{
  margin-top: -42px;
  padding-top: 42px;
  line-height: 0;
}

#present_all{
  width: 100%;
  padding: 0 0 30px;
  position: relative;
  clip-path: inset(0);
}

#present_all::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh; /* 画面いっぱいに広げる */
  background: url("../images/present_bg_sp.jpg") no-repeat center;
  background-size: cover;
  z-index: -1;
  will-change: transform; /* スクロール時のガタつき防止 */
}

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

#present_title{
  width: 86%;
  margin: 0 auto;
}

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

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

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

.present_warningAll{
  width: 96%;
  margin: 20px auto 0;
}

.present_warning{
  font-size: 10px;
  line-height: 1.5em;
  margin: 0 auto 0.3em;
  padding-left: 1em;
  text-indent: -1em;
}

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

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

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

.present_step img{
  width: 90%;
}

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

.txt_yellow{
  color: #ffd900;
}

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

.present_warning2{
  font-size: 10px;
  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: 20px auto 10px;
  text-align: center;
  line-height: 1.5em;
  font-style: italic;
  font-weight: 700;
  font-size: 13px;
  color: #ffd900;
}

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

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

#present_kikanAll img{
  width: 85%;
}

#present_kikan01{
  width: 100%;
  text-align: center;
  padding: 0 0 10px;
}

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

#present_kiyakuAll{
  width: 88%;
  margin: 20px auto 0;
  display: flex;
  flex-wrap: wrap;
  justify-content:space-between;
 }

.present_kiyakubtn{
  background-color: #00000080;
  width: 49%; height: 45px;
  text-align: center;
  font-size: 10px;
  line-height: 1.6em;
  border: 1px solid #5e5e5e;
  margin-bottom: 10px;
  display: table;
}

.present_kiyakubtn a{
  width: 100%;
  height: 100%;
  display: block;
  color: #d1d1d1;
  display: table-cell;
  vertical-align: middle;
}

/*---------------------------------------------
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: 50px;
  height: 50px;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 11;
}

#kiyaku_box{
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 3;
  overflow-x: none;
  overflow-y: auto;
}

#kiyaku_midashi{
  width: 88%;
  padding: 10px 0;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.7em;
  border-top: 3px double #B3B3B3;
  border-bottom: 3px double #B3B3B3;
  text-align: center;
  color: #ffd900;
  margin: 50px auto 0;
}

#kiyaku_txt{
  width: 88%;
  padding: 15px 0 50px;
  font-size: 11px;
  line-height: 1.6em;
  margin: 0 auto;
}

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

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

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

.bnrImg{
  width: 100%;
  border: 1px solid #545454;
  line-height: 0;
  margin-bottom: 10px;
}

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

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

#btnpagetop a {
  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);
}