@charset "UTF-8";
/* CSS INFORMATION =====================================================
File name : base.css
Description : 共通
===================================================================== */
/* ========================================================
    base
======================================================== */
* {
  margin: 0;
  padding: 0;
  font-size: 100%;
  line-height: 2;
  box-sizing: border-box;
}

img {
  width: 100%;
  vertical-align: bottom;
  border: none;
}

a {
  text-decoration: none;
  word-break: break-all;
  transition: 0.3s ease;
}
@media screen and (min-width: 768px) {
  a:hover {
    opacity: 0.7;
  }
}

dt {
  font-weight: 400;
}

em {
  font-style: normal;
}

.sp {
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .sp {
    display: none;
  }
}

.pc {
  display: none;
}
@media screen and (min-width: 768px) {
  .pc {
    display: inline-block;
  }
}

.color_white {
  color: #ffffff;
}
.color_green {
  color: #1c5e17;
}

.text_align_left {
  text-align: left;
}
.text_align_center {
  text-align: center;
}
.text_align_right {
  text-align: right;
}
.text_indent {
  display: block;
  padding-left: 1em;
  text-indent: -1em;
}

/* ========================================================
    layout
======================================================== */
html {
  font-size: 1.3333333333vw;
}
@media screen and (min-width: 768px) {
  html {
    font-size: 0.9090909091vw;
  }
}
@media screen and (min-width: 1100px) {
  html {
    font-size: 10px;
  }
}

body {
  width: 100%;
  color: #c2ad48;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.6rem;
  font-weight: 400;
  text-align: left;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 768px) {
  body {
    font-size: 1.6rem;
  }
}
body.chinese {
  font-family: "Noto Sans SC", sans-serif;
}
body.chinese .reviews_item > dd > span {
  font-family: "Noto Sans SC", sans-serif;
}
body.chinese .awards_item > dt > span {
  font-family: "Noto Sans SC", sans-serif;
}
body.chinese .awards_item > dd > em {
  font-family: "Noto Sans SC", sans-serif;
}
body.chinese .awards_item > dd > span {
  font-family: "Noto Sans SC", sans-serif;
}

.wrapper {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.wrapper::before {
  content: "";
  position: fixed;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100vh;
  /*height: 100svh;*/
  background-color: #072000;
  background-image: url(../images/common/common_bg01_sp.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% auto;
  z-index: -2;
}
@media screen and (min-width: 768px) {
  .wrapper::before {
    background-image: url(../images/common/common_bg01_pc.jpg);
  }
}

.main {
  position: relative;
  width: 100%;
  padding-bottom: 16rem;
}
@media screen and (min-width: 768px) {
  .main {
    padding-bottom: 12rem;
  }
}

.inner {
  position: relative;
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 5rem;
}

/* ========================================================
    header
======================================================== */
.header {
  position: relative;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .header {
    position: absolute;
    left: 0;
    top: 0;
  }
}
.header .headarea {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 100%;
  padding: 2rem;
}
.header .headarea::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #030e05;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .header .headarea::before {
    content: none;
  }
}
.header .headarea_rsc {
  position: relative;
  width: 8.4rem;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .header .headarea_rsc {
    width: 10rem;
  }
}
.header .headarea_rsc > a {
  display: block;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .header .headarea_rsc > a:hover {
    opacity: 1;
  }
}
.header .headarea_btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-direction: row;
  flex-wrap: nowrap;
  width: auto;
  z-index: 1;
}
.header .headarea_btn_english {
  position: relative;
  width: auto;
}
.header .headarea_btn_english > a {
  display: block;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .header .headarea_btn_english > a:hover {
    opacity: 1;
  }
}
@media screen and (min-width: 768px) {
  .header .headarea_btn_english > a:hover > span {
    color: #ffffff;
  }
}
.header .headarea_btn_english > a > span {
  position: relative;
  display: block;
  color: #c2ad48;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .header .headarea_btn_english > a > span {
    font-size: 2rem;
  }
}
.header .headarea_btn_english > a > span::before {
  content: "●";
  display: inline-block;
  margin-right: 0.1em;
}
.header .headarea_btn_ticket {
  position: relative;
  width: 20rem;
  margin-left: 3rem;
  aspect-ratio: 200/64;
}
@media screen and (min-width: 768px) {
  .header .headarea_btn_ticket {
    width: 18rem;
    margin-left: 2.7rem;
  }
}
.header .headarea_btn_ticket > a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 100%;
  height: 100%;
  background-color: rgb(197, 0, 0, var(--tw-bg-opacity, 1));
  border-radius: 5px;
}
@media screen and (min-width: 768px) {
  .header .headarea_btn_ticket > a:hover {
    opacity: 1;
  }
}
@media screen and (min-width: 768px) {
  .header .headarea_btn_ticket > a:hover::after {
    top: calc(50% + 0.5rem);
  }
}
.header .headarea_btn_ticket > a::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  display: block;
  width: calc(100% - 1rem);
  height: calc(100% - 1rem);
  /*border: 0.2rem solid $color-green;*/
  transform: translate(-50%, -50%);
}
.header .headarea_btn_ticket > a::after {
  content: "";
  position: absolute;
  right: 12%;
  top: 50%;
  display: block;
  width: 1.2rem;
  width: 6%;
  /*aspect-ratio: 15 / 22;
  background-image: url(../images/common/arrow_bg01.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  transform: translateY(-50%) rotate(90deg);*/
  transition: 0.3s ease;
}
.header .headarea_btn_ticket > a > span {
  display: inline-block;
  color: #ffffff;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1;
  transform: translateY(-0.04em);
}
@media screen and (min-width: 768px) {
  .header .headarea_btn_ticket > a > span {
    font-size: 1.8rem;
  }
}

/* ========================================================
    footer
======================================================== */
.footer {
  position: relative;
  width: 100%;
}
.footer .footsns {
  position: relative;
  width: 100%;
  padding: 0;
}
.footer .footsns_list {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: row;
  flex-wrap: wrap;
  width: 64.6153846154%;
  margin: 0 auto -4rem auto;
}
@media screen and (min-width: 768px) {
  .footer .footsns_list {
    width: 100%;
    margin: 0;
  }
}
.footer .footsns_list > li {
  width: 23.8095238095%;
  aspect-ratio: 1/1;
  margin: 0 4.7619047619% 4rem 4.7619047619%;
}
@media screen and (min-width: 768px) {
  .footer .footsns_list > li {
    width: 8%;
    margin: 0 2% !important;
  }
}
.footer .footsns_list > li.youtube > a > svg {
  width: 44%;
}
.footer .footsns_list > li.red > a > svg {
  width: 70%;
}
.footer .footsns_list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #ffffff;
}
@media screen and (min-width: 768px) {
  .footer .footsns_list > li > a:hover {
    background-color: #c2ad48;
    opacity: 1;
  }
}
.footer .footsns_list > li > a > svg {
  width: 36%;
  aspect-ratio: 1/1;
  fill: #1c5e17;
}
.footer .footlogo {
  position: relative;
  width: 100%;
  padding: 9.6rem 0;
}
@media screen and (min-width: 768px) {
  .footer .footlogo {
    padding: 7.2rem 0;
  }
}
.footer .footlogo_text {
  position: relative;
  width: 100%;
  color: #ffffff;
  font-size: 2.4rem;
  line-height: 1.6;
  text-align: center;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .footer .footlogo_text {
    font-size: 1.8rem;
  }
}
.footer .footlogo_img {
  position: relative;
  width: 58.4615384615%;
  margin: -2rem auto;
}
@media screen and (min-width: 768px) {
  .footer .footlogo_img {
    width: 38%;
    margin: -2.4rem auto;
  }
}
.footer .footlogo_img > a {
  display: block;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .footer .footlogo_img > a:hover {
    opacity: 1;
  }
}
.footer .footarea {
  position: relative;
  width: 100%;
  padding: 4.8rem 0;
  border-top: 0.2rem solid #c2ad48;
}
@media screen and (min-width: 768px) {
  .footer .footarea {
    padding: 3.6rem 0;
  }
}
.footer .footarea_copyright {
  position: relative;
  width: 100%;
  font-size: 2.4rem;
  line-height: 1.6;
  text-align: center;
  transform: translateY(-0.1em);
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .footer .footarea_copyright {
    font-size: 1.8rem;
  }
}
.footer .footarea_bnr {
  position: relative;
  width: 100%;
  height: auto;
  margin: 4rem 0 -2rem 0;
}
@media screen and (min-width: 768px) {
  .footer .footarea_bnr {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    margin: 0;
  }
}
.footer .footarea_bnr_01 {
  position: relative;
  width: 31.2rem;
  margin: 0 auto 4rem auto;
  transform: none;
}
@media screen and (min-width: 768px) {
  .footer .footarea_bnr_01 {
    position: absolute;
    left: 4rem;
    top: 50%;
    width: 20.28rem;
    margin: 0;
    transform: translateY(-50%);
  }
}
.footer .footarea_bnr_02 {
  position: relative;
  width: 32.2rem;
  margin: 0 auto 4rem auto;
  transform: none;
}
@media screen and (min-width: 768px) {
  .footer .footarea_bnr_02 {
    position: absolute;
    right: 4rem;
    top: 50%;
    width: 20.93rem;
    margin: 0;
    transform: translateY(-50%);
  }
}

/* ========================================================
    popup
======================================================== */
.popup {
  position: fixed;
  left: 0;
  top: 0;
  display: none;
  width: 100%;
  height: 100vh;
  height: 100svh;
  background-color: rgba(28, 94, 23, 0.8);
  z-index: 1000;
}
.popup_area {
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  z-index: 1010;
}
.popup_bg {
  position: fixed;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100vh;
  height: 100svh;
  z-index: 1020;
  cursor: pointer;
}
.popup_inner {
  position: relative;
  align-self: flex-start;
  width: calc(100% - 10rem);
  max-width: 1000px;
  margin: auto;
  padding: 6rem 0;
  z-index: 1030;
}
.popup_close {
  position: relative;
  width: 4.6rem;
  aspect-ratio: 1/1;
  margin: 0 0 2.4rem auto;
  background-image: url(../images/common/btn_close.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  cursor: pointer;
}
.popup_movie_embed {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.popup_movie_embed * {
  line-height: inherit;
}
.popup_movie_embed iframe {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
}
.popup_movie_embed .video-js {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
}
.popup_list > li {
  display: none;
}/*# sourceMappingURL=base.css.map */