/* =================================================
Base
================================================= */

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

h1, h2, h3, h4, h5 {
  position: absolute;
  text-indent: -999999px;
}

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


/* =================================================
Utility
================================================= */

.pc {
  display: none;
}

a:hover {
  opacity: 1;
}

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

.videoWrapper {
  position: relative;
  height: 0;
  padding-bottom: 56.25%;
}

.videoWrapper iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}


/* =================================================
Animation
================================================= */

@keyframes fadeanm {
  0% { opacity: 0; }
  100% { opacity: 1; }
}

@keyframes scaleanm {
  0% { transform: scale(1.4); opacity: 0; }
  100% { transform: scale(1); opacity: 1; }
}

@keyframes mainImg01anm {
  0% { transform: translateX(20%); opacity: 0; }
  100% { transform: translateX(0); opacity: 1; }
}

@keyframes mainImg02anm {
  0% { transform: translateX(-20%); opacity: 0; }
  100% { transform: translateX(0); opacity: 1; }
}

@keyframes mainM01anm {
  0% { transform: translateY(0); opacity: 1; }
  100% { transform: translateY(100%); opacity: 1; }
}

@keyframes mainM02anm {
  0% { transform: translateY(0); opacity: 1; }
  100% { transform: translateY(-100%); opacity: 1; }
}

@keyframes mainCoinanm {
  0% { transform: rotateZ(180deg); opacity: 0; }
  100% { transform: rotateZ(0deg); opacity: 1; }
}


/* =================================================
Main
================================================= */

#content {
  position: relative;
  width: 100%;
  padding: 50px 0 0;
  overflow-x: hidden;
}

#mainAll {
  position: relative;
  width: 100%;
  overflow: hidden;
}

#mainAll::before {
  content: "";
  display: block;
  padding-top: 140%;
}

#logo {
  position: absolute;
  top: 43.23%;
  left: 17.8%;
  z-index: 11;
  width: 63%;
  height: 23.71%;
  background: url("../images/top2/logo.png") no-repeat center / contain;
  text-indent: -999999px;
  overflow: hidden;
  animation: scaleanm 0.5s cubic-bezier(0,.64,.41,1) 2.4s forwards;
  opacity: 0;
}

#coin {
  position: absolute;
  top: 39%;
  left: 23.33%;
  z-index: 10;
  width: 15.2%;
  height: 10.85%;
  background: url("../images/top2/coin.png") no-repeat center / contain;
  text-indent: -999999px;
  overflow: hidden;
  animation: mainCoinanm .5s ease 2.6s forwards;
  opacity: 0;
}

#roadshow {
  position: absolute;
  top: 67.52%;
  left: 57.6%;
  z-index: 10;
  width: 21.46%;
  height: 10%;
  background: url("../images/top2/roadshow_sp.png") no-repeat center / contain;
  text-indent: -999999px;
  overflow: hidden;
  animation: fadeanm 1s cubic-bezier(0,.64,.41,1) 2.8s forwards;
  opacity: 0;
}

#odlegend {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 3.3%;
  background: url("../images/top2/catch1_sp.png") no-repeat center / contain;
  text-indent: -999999px;
  overflow: hidden;
}


#catch2 {
  position: absolute;
  top: 0.5%;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 5.7%;
  background: url("../images/top2/catch2_sp.png") no-repeat center / contain;
  text-indent: -999999px;
  overflow: hidden;
  animation: fadeanm 1s cubic-bezier(0,.64,.41,1) 2.6s forwards;
  opacity: 0;
}

#catch3 {
  position: absolute;
  top: 6.85%;
  left: 41.2%;
  z-index: 10;
  width: 17.33%;
  height: 1.52%;
  background: url("../images/top2/catch3_sp.png") no-repeat center / contain;
  text-indent: -999999px;
  overflow: hidden;
  animation: fadeanm 1s cubic-bezier(0,.64,.41,1) 2.8s forwards;
  opacity: 0;
}

#main_img01 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  width: 100%;
  height: 100%;
  background: url("../images/top2/img_aoshima97_sp.png") no-repeat center / contain;
  text-indent: -999999px;
  overflow: hidden;
  animation: mainImg01anm 1s cubic-bezier(0,.64,.41,1) 2s forwards;
  opacity: 0;
}

#main_img02 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  width: 100%;
  height: 100%;
  background: url("../images/top2/img_aoshima26_sp.png") no-repeat center / contain;
  text-indent: -999999px;
  overflow: hidden;
  animation: mainImg02anm 1s cubic-bezier(0,.64,.41,1) 2.2s forwards;
  opacity: 0;
}

#main_img01Mark{ display: none;}

#main_bg01 {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  width: 50%;
  height: 100%;
  background: #cb0d1e;
}

#main_bg02 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 50%;
  height: 100%;
  background: #fff;
}

#main_bg01m {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 15;
  width: 50%;
  height: 100%;
  background: #000;
  animation: mainM01anm 1s cubic-bezier(0,.64,.41,1) 1.7s forwards;
}

#main_bg02m {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 15;
  width: 50%;
  height: 100%;
  background: #000;
  animation: mainM02anm 1s cubic-bezier(0,.64,.41,1) 1.9s forwards;
}

/* =================================================
BNR
================================================= */

#bnrLall {
  width: 100%;
  padding: 15px 0;
  background-image: linear-gradient(143deg, #440005, #820707);
  line-height: 0;
  text-align: center;
}

.bnrimg {
  width: 86%;
  margin: 8px auto;
}


/* =================================================
Movie
================================================= */

#topmovarea {
  position: relative;
  z-index: 2;
  width: 100%;
  padding: 6vw 0;
  background: #fff url("../images/top/bg_keepout_w.jpg") no-repeat center / cover;
  border-bottom: 1px solid #2e1e20;
  overflow: hidden;
  line-height: 0;
}

#topmovarea .movie {
  width: 90%;
  margin: 0 auto;
}

#topmovarea .movie .inner {
  position: relative;
  height: 0;
  padding-bottom: 56.25%;
  background-color: #000;
  overflow: hidden;
}

#topmovarea .movie .inner iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 3px solid #595959;
  box-sizing: border-box;
}

#topmovarea .movie .tab_area {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  margin-top: 0.6em;
  overflow-y: auto;
}

#topmovarea .movie .tab_area ul {
  width: 100%;
}

#topmovarea .movie .tab_area li {
  position: relative;
  background: linear-gradient(-20deg, #bf0017, #850010);
  border-bottom: 2px solid #950000;
  border-radius: 3px;
  box-shadow: 0 2px 5px rgba(0,0,0,.3);
  font-weight: 700;
  color: #fff;
  text-align: center;
  letter-spacing: 0;
  overflow: hidden;
}

#topmovarea .movie .tab_area li.wide2 {
  width: 49%;
  height: 38px;
  margin: 2px 0.5%;
  font-size: 11px;
}

#topmovarea .movie .tab_area li.wide4 {
  width: 24%;
  height: 40px;
  margin: 2px 0.5%;
  font-size: 12px;
}

#topmovarea .movie .tab_area li a {
  display: block;
  width: 100%;
  height: 100%;
  background: #850010;
  color: #fefefe;
  text-decoration: none;
  opacity: 1;
}

#topmovarea .movie .tab_area li a.active {
  background: #c30018;
}

.movbtnM {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
  z-index: 1;
}

#topmovarea .movie .tab_area li.movtitle {
  width: 100%;
  height: 30px;
  margin: 15px 0 10px;
  background: #000;
  color: #fff;
  font-size: 13px;
  font-weight: 800;
  line-height: 30px;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}


/* =================================================
Footer
================================================= */

footer {
  width: 100%;
  padding: 30px 0 40px;
  background: #010101;
}

#odorucom,
#sharearea,
#privacy,
#copyright {
  width: 100%;
  text-align: center;
}

#odorucom {
  margin: 50px auto;
  font-size: 15px;
  letter-spacing: 3px;
  color: #fff;
  font-family: "Cal Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
}

#sharearea {
  width: 240px;
  margin: 0 auto;
  font-size: 13px;
  text-align: right;
  font-family: "Cal Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  background: url("../images/sns/share.png") no-repeat left / auto 13px;
}

#sharearea a,
#privacy a {
  color: #d6000f;
}

#privacy,
#copyright {
  margin: 20px auto;
  font-size: 10px;
  color: #d6000f;
}

#btnpagetop {
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 15;
  width: 50px;
  height: 50px;
  background: #d6000f;
  text-align: center;
  line-height: 50px;
  transition: .3s;
  font-size: 15px;
}

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


/* =================================================
Effect
================================================= */

.ef-fade,
.ef-fade1,
.ef-fade2,
.ef-fade3,
.ef-fade4,
.ef-fade5,
.ef-fade6,
.ef-Left,
.ef-Right,
.ef-Up,
.ef-scale {
  opacity: 0;
  transition: .8s linear 0.1s;
}

.fade {
  opacity: 1;
  transform: none;
}
