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

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

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


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

.sp {
  display: none;
}

a:hover {
  opacity: 0.7;
}

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

#damImg {
  position: absolute;
  top: -100%;
  left: -100%;
  z-index: 20;
  width: 64px;
  height: 64px;
}

.txtRed { color: #ca000e; }
.txtWhite { color: #fff; }
.txtCenter { text-align: center; }
.fontB { font-weight: 700; }
.fontL { font-size: 120%; }
.fontS { font-size: 80%; }


/* =================================================
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 scaleanm2 {
  0% { transform: scale(0.9); opacity: 0; }
  100% { transform: scale(1); opacity: 1; }
}

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

@keyframes mainHIBanm {
  0% { transform: translateX(100px); opacity: 0; }
  100% { transform: translateX(0); opacity: 1; }
}


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

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

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

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

.main {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}

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

@keyframes topscaleanm2 {
  0% { transform: scale(0.9); }
  100% { transform: scale(1); }
}

#main01bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: url("../images/top3/main01_pc.jpg") no-repeat center;
  background-size: cover;
  animation: topscaleanm 0.8s cubic-bezier(0, .64, .41, 1) 0.1s forwards;
}

#main02bg {
  position: absolute;
  top: -5%;
  left: -5%;
  z-index: 1;
  width: 110%;
  height: 110%;
  background: url("../images/top3/main02_pc.jpg") no-repeat center;
  background-size: 100% auto;
  animation: topscaleanm2 1s cubic-bezier(0, .64, .41, 1) 0.1s forwards;
}

#logo01 {
  position: absolute;
  top: 44.4%;
  left: 9%;
  z-index: 10;
  width: 39.6%;
  animation: scaleanm 0.5s cubic-bezier(0, .64, .41, 1) 0.5s forwards;
  opacity: 0;
  pointer-events: none;
}

#roadshow01 {
  position: absolute;
  top: 6.6%;
  left: 4.76%;
  z-index: 10;
  width: 20.5%;
  animation: fadeanm 1s ease 1.1s forwards;
  opacity: 0;
  pointer-events: none;
}

#coin {
  position: absolute;
  top: 38.25%;
  left: 12.4%;
  z-index: 9;
  width: 9.6%;
  height: 18%;
  background: url("../images/top3/coin.png") no-repeat center;
  background-size: contain;
  animation: mainCoinanm .5s ease 0.8s forwards;
  opacity: 0;
  pointer-events: none;
}

#olc01 {
  position: absolute;
  top: 2.68%;
  left: 5.7%;
  z-index: 10;
  width: 92%;
  height: 2.3%;
  background: url("../images/top3/olc01.png") no-repeat center;
  background-size: contain;
  pointer-events: none;
}

#logo02 {
  position: absolute;
  top: 43.75%;
  left: 31.36%;
  z-index: 10;
  width: 39.6%;
  animation: scaleanm 0.5s cubic-bezier(0, .64, .41, 1) 0.5s forwards;
  opacity: 0;
  pointer-events: none;
}

#roadshow02 {
  position: absolute;
  top: 63.87%;
  left: 10%;
  z-index: 10;
  width: 17.23%;
  animation: fadeanm 1s ease 1.2s forwards;
  opacity: 0;
  pointer-events: none;
}

#heisback {
  position: absolute;
  top: 32%;
  left: 10%;
  z-index: 9;
  width: 30%;
  height: 10.8%;
  background: url("../images/top3/heisback.png") no-repeat left;
  background-size: contain;
  animation: mainHIBanm .5s cubic-bezier(0, .64, .41, 1) 0.8s forwards;
  opacity: 0;
  pointer-events: none;
}

#olc02 {
  position: absolute;
  top: 2.68%;
  left: 5.7%;
  z-index: 10;
  width: 92%;
  height: 2.3%;
  background: url("../images/top3/olc02.png") no-repeat center;
  background-size: contain;
  pointer-events: none;
}


/* =================================================
SLIDER
================================================= */

.fade-slider {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  display: none;
}

.slide {
  position: absolute;
  inset: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: clamp(24px, 4vw, 48px);
  font-weight: bold;
  opacity: 0;
  transition: opacity 1s ease;
  pointer-events: none;
}

.slide.active {
  opacity: 1;
  pointer-events: auto;
}

/* ナビ */

.slider-nav {
  position: absolute;
  bottom: 20px;
  right: 20px;
  z-index: 50;
  display: flex;
  justify-content: center;
  gap: 8px;
}

.slider-dot {
  width: 25px;
  height: 25px;
  border: 1.5px solid #fff;
  background: #000;
  cursor: pointer;
  transition: .3s;
}

.slider-dot:hover {
  background: #d6000f;
}

.slider-dot.active {
  background: #d6000f;
}


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

#bnrLall {
  display: flex;
  justify-content: center;
  width: 100%;
  margin-left: 30px;
  padding: 20px 0;
  background-image: linear-gradient(143deg, #440005, #820707);
  line-height: 0;
  text-align: center;
  box-sizing: border-box;
}

.bnrimg,.bnrimgS {
  width: 18%;
  margin: 0 0.5%;
}


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

#topmovarea {
  position: relative;
  z-index: 2;
  width: 100%;
  padding: 5vw 0;
  background: #fff url("../images/top/bg_keepout_w.jpg") no-repeat center / cover;
  background-attachment: fixed;
  overflow: hidden;
  line-height: 0;
}

#topmovarea .movie {
  width: 75%;
  max-width: 1400px;
  min-width: 640px;
  margin: 0 auto;
  transform: translateX(30px);
}

#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: 6px solid #595959;
  box-sizing: border-box;
}

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

#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: 800;
  color: #fff;
  text-align: center;
  overflow: hidden;
}

#topmovarea .movie .tab_area li.wide2 {
  width: 49.6%;
  height: 50px;
  margin: 0.2%;
  font-size: 14px;
}

#topmovarea .movie .tab_area li.wide4 {
  width: 24.6%;
  height: 50px;
  margin: 0.2%;
  font-size: 13px;
}

#topmovarea .movie .tab_area li.wide5 {
  width: 19.6%;
  height: 3.5em;
  margin: 0.2%;
  font-size: 1vw;
}

#topmovarea .movie .tab_area li.wideFree {
  width: 200px;
  height: 3.5em;
  margin: 0.2%;
  font-size: 14px;
}

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

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

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


/* =================================================
ABOUT
================================================= */

#aboutAll {
  width: 100%;
  overflow-x: hidden;
}

@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: 100%;
  overflow: hidden;
  pointer-events: none;
  display: block;
}

#photoAll01::before,
#photoAll02::before {
  content: "";
  display: block;
  padding-top: 13.8%;
}

#photo01A {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: url("../images/about/img01.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/about/img01.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/about/img02.jpg") no-repeat left;
  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/about/img02.jpg") no-repeat left;
  background-size: 100% 100%;
  animation: imgslide2 60s linear infinite;
}

#aboutMainAll {
  display: grid;
  padding-left: 60px; /* 左側に60pxの空きをつくる */
  width: 100%;
  box-sizing: border-box; /* パディングを含めて100%幅にする設定 */;
}

#aboutMain {
  background: url("../images/about/bg2_pc.jpg") no-repeat center;
  background-size: cover;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  padding: 0.5em 0 5em;
}

.aboutBlock {
  width: 50%;
}

#aboutM01 {
  background: url("../images/about/m01.png") no-repeat center bottom;
  background-size: 98%;
}

#aboutM02 {
  background: url("../images/about/m02.png") no-repeat center bottom;
  background-size: 92% auto;
}

#aboutM01,
#aboutM02 {
  position: relative;
  width: 100%;
  pointer-events: none;
}

#aboutM01::before,
#aboutM02::before {
  content: "";
  display: block;
  padding-top: 13.43%;
}

#aboutM01b {
  display: none;
}

.aboutTitle {
  width: 100%;
  margin: 2.5em auto 1.5em;
  font-family: "Anton", sans-serif;
  font-size: 1.2vw;
  font-weight: 400;
  font-style: normal;
  line-height: 1;
  letter-spacing: 1em;
  text-align: center;
}

.aboutTxt,
.aboutTxt2 {
  width: 85%;
  margin: 0 auto;
  font-size: 0.9vw;
  font-weight: 700;
  line-height: 2.2em;
  letter-spacing: 0.05em;
}


/* =================================================
Billing
================================================= */

#billingAll {
  width: 100%;
  padding: 4em 0;
  background: #ffffff;
}

#billing {
  width: 90%;
  max-width: 1300px;
  margin: 0 auto 3em;
  padding-left: 50px;
  pointer-events: none;
}

#sevenbears {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 80%;
  max-width: 1200px;
  margin: 0 auto;
  padding-left: 50px;
}

.sb_pic {
  width: 6.6%;
  pointer-events: none;
}


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

footer {
  width: 100%;
  padding: 30px 0 40px 30px;
  background: #000 url("../images/common/footer_new.png") no-repeat right -5% center / auto 150%;
  box-sizing: border-box;
}

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

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

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

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

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

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

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

#btnpagetop:hover {
  opacity: .7;
}


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

.ef-fade {
  opacity: 0;
  transition: .6s linear 0.3s;
}

.ef-fade2 {
  transform: translateY(10px);
  opacity: 0;
  transition: .6s ease 0.5s;
}

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