@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;
}

#gDefHeader,
#gDefHeader *,
#gDefFooter,
#gDefFooter *,
#gDefSide,
#gDefSide * {
  font-size: inherit;
  line-height: inherit;
}

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 {
    color: #17b8aa;
  }
}

dt {
  font-weight: 400;
}

.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_green {
  color: #17b8aa;
}

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

body {
  width: 100%;
  color: #000000;
  font-family: "Zen Maru Gothic", serif;
  font-size: 3rem;
  font-weight: 400;
  text-align: left;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  body {
    font-size: 2rem;
  }
}

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

.main {
  position: relative;
  width: 100%;
  background-color: #000000;
}

/* ========================================================
    header
======================================================== */
.header {
  position: relative;
  width: 100%;
}

.spmenu {
  position: relative;
  display: block;
}
@media screen and (min-width: 768px) {
  .spmenu {
    display: none;
  }
}
.spmenu_open {
  position: fixed;
  left: 50%;
  top: 60px;
  display: block;
  width: 41.7333333333vw;
  transform: translateX(-50%);
  z-index: 10;
  cursor: pointer;
}
.spmenu_cont {
  position: fixed;
  left: 0;
  top: 60px;
  display: none;
  width: 100%;
  height: 100vh;
  height: 100svh;
  background-color: #ffffff;
  z-index: 1000;
}
.spmenu_area {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  z-index: 1010;
}
.spmenu_inner {
  position: relative;
  -ms-flex-item-align: start;
  align-self: flex-start;
  width: 100%;
  margin: auto;
  padding: 16rem 0 10rem 0;
  z-index: 1030;
}
.spmenu_close {
  position: fixed;
  left: 50%;
  top: 60px;
  display: block;
  width: 41.7333333333vw;
  transform: translateX(-50%);
  z-index: 10;
  cursor: pointer;
}
.spmenu_logo {
  position: relative;
  width: 49.4666666667vw;
  margin: 0 auto;
}
.spmenu_holding {
  position: relative;
  width: 50.1333333333vw;
  margin: 3rem auto 0 auto;
}
.spmenu_list {
  position: relative;
  width: 73.3333333333vw;
  margin: 10rem auto 0 auto;
  border-top: 0.2rem solid #000000;
}
.spmenu_list > li {
  border-bottom: 0.2rem solid #000000;
}
.spmenu_list > li > a {
  display: block;
  width: 100%;
  padding: 3rem 0;
  text-align: center;
}
.spmenu_list > li > a > span {
  font-size: 3.4rem;
  font-weight: 500;
  line-height: 1;
}
.spmenu_sns {
  position: relative;
  width: 73.3333333333vw;
  margin: 12rem auto 0 auto;
}
.spmenu_sns > li {
  margin-top: 3rem;
}
.spmenu_sns > li:first-child {
  margin-top: 0;
}
.spmenu_sns > li > a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 100%;
}
.spmenu_sns > li > a > figure {
  display: block;
  width: 12.6666666667vw;
}
.spmenu_sns > li > a > span {
  display: block;
  width: 57.3333333333vw;
  color: #bdbdbd;
  font-size: 3rem;
  font-weight: 900;
}

.pcmenu {
  display: none;
}
@media screen and (min-width: 768px) {
  .pcmenu {
    position: fixed;
    left: 0;
    top: 60px;
    display: block;
    width: 9.2592592593vh;
    height: 100vh;
    height: 100svh;
    background-color: #ffffff;
    z-index: 10;
  }
  .pcmenu.topmenu {
    left: 9.2592592593vh;
    background-color: transparent;
  }
  .pcmenu.topmenu > :not(.pcmenu_cont) {
    opacity: 0;
  }
  .pcmenu.topmenu .pcmenu_cont {
    left: 9.2592592593vh;
  }
  .pcmenu.topmenu .pcmenu_close {
    display: none;
  }
  .pcmenu.topmenu .pcmenu_logo {
    margin-top: 8.3333333333vh;
  }
  .pcmenu.topmenu .pcmenu_holding {
    margin-top: 6.4814814815vh;
  }
  .pcmenu_open {
    position: relative;
    width: 100%;
    cursor: pointer;
  }
  .pcmenu_logo_min {
    position: relative;
    width: 6.6666666667vh;
    margin: 4.4444444444vh auto 0 auto;
  }
  .pcmenu_btn_min {
    position: relative;
    margin-top: 3.3333333333vh;
    text-align: center;
  }
  .pcmenu_btn_min * {
    line-height: 1;
  }
  .pcmenu_btn_min > a {
    position: relative;
    display: inline-block;
    padding: 6.6666666667vh 1.6666666667vh;
    border-radius: 2.5rem;
    background-color: #17b8aa;
  }
  .pcmenu_btn_min > a:hover {
    background-color: #000000;
  }
  .pcmenu_btn_min > a:hover::before {
    background-image: url(../images/common/icon_ticket_h.png);
  }
  .pcmenu_btn_min > a:hover::after {
    background-image: url(../images/common/arrow_bg02_h.png);
  }
  .pcmenu_btn_min > a::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 3.8888888889vh;
    display: block;
    width: 2.037037037vh;
    aspect-ratio: 22/19;
    background-image: url(../images/common/icon_ticket.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    transform: translateX(-50%);
    transition: 0.3s ease;
  }
  .pcmenu_btn_min > a::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 2.2222222222vh;
    display: block;
    width: 2.2222222222vh;
    aspect-ratio: 38/26;
    background-image: url(../images/common/arrow_bg02.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    transform: translateX(-40%);
    transition: 0.3s ease;
  }
  .pcmenu_btn_min > a > span {
    color: #ffffff;
    font-size: 1.6666666667vh;
    font-weight: 500;
    writing-mode: vertical-lr;
  }
  .pcmenu_sns_min {
    position: relative;
    width: 4.8148148148vh;
    margin: 25.9259259259vh auto 0 auto;
  }
  .pcmenu_sns_min * {
    line-height: 1;
  }
  .pcmenu_sns_min > li {
    margin-top: 1.1111111111vh;
  }
  .pcmenu_sns_min > li:first-child {
    margin-top: 0;
  }
  .pcmenu_sns_min > li.x > a:hover > figure::after {
    background-image: url(../images/common/icon_x_h.png);
  }
  .pcmenu_sns_min > li.instagram > a:hover > figure::after {
    background-image: url(../images/common/icon_instagram_h.png);
  }
  .pcmenu_sns_min > li > a {
    display: block;
    width: 100%;
  }
  .pcmenu_sns_min > li > a:hover > figure::after {
    content: "";
  }
  .pcmenu_sns_min > li > a:hover > figure img {
    opacity: 0;
  }
  .pcmenu_sns_min > li > a > figure {
    position: relative;
    display: block;
  }
  .pcmenu_sns_min > li > a > figure::after {
    content: none;
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
  }
  .pcmenu_cont {
    position: fixed;
    left: 0;
    top: 60px;
    display: none;
    width: 37.037037037vh;
    height: 100vh;
    height: 100svh;
    background-color: #ffffff;
    z-index: 1000;
  }
  .pcmenu_area {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    z-index: 1010;
  }
  .pcmenu_inner {
    position: relative;
    -ms-flex-item-align: start;
    align-self: flex-start;
    width: 100%;
    margin: auto;
    padding: 0;
    z-index: 1030;
  }
  .pcmenu_close {
    position: relative;
    width: 9.2592592593vh;
    cursor: pointer;
  }
  .pcmenu_logo {
    position: relative;
    width: 25.9259259259vh;
    margin: 5.5555555556vh auto 0 auto;
  }
  .pcmenu_holding {
    position: relative;
    width: 25.9259259259vh;
    margin: 3.2407407407vh auto 0 auto;
  }
  .pcmenu_list {
    position: relative;
    width: 25.9259259259vh;
    margin: 6.4814814815vh auto 0 auto;
  }
  .pcmenu_list * {
    line-height: 1;
  }
  .pcmenu_list > li {
    margin-top: 3.2407407407vh;
  }
  .pcmenu_list > li:first-child {
    margin-top: 0;
  }
  .pcmenu_list > li > a {
    display: block;
    width: 100%;
  }
  .pcmenu_list > li > a:hover > span {
    color: #17b8aa;
  }
  .pcmenu_list > li > a > span {
    color: #000000;
    font-size: 2.2222222222vh;
    font-weight: 500;
  }
  .pcmenu_sns {
    position: relative;
    width: 25.9259259259vh;
    margin: 6.4814814815vh auto 0 auto;
  }
  .pcmenu_sns * {
    line-height: 1;
  }
  .pcmenu_sns > li {
    margin-top: 1.1111111111vh;
  }
  .pcmenu_sns > li:first-child {
    margin-top: 0;
  }
  .pcmenu_sns > li.x > a:hover > figure::after {
    background-image: url(../images/common/icon_x_h.png);
  }
  .pcmenu_sns > li.instagram > a:hover > figure::after {
    background-image: url(../images/common/icon_instagram_h.png);
  }
  .pcmenu_sns > li > a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: nowrap;
    width: 100%;
  }
  .pcmenu_sns > li > a:hover > figure::after {
    content: "";
  }
  .pcmenu_sns > li > a:hover > figure img {
    opacity: 0;
  }
  .pcmenu_sns > li > a:hover > span {
    color: #000000;
  }
  .pcmenu_sns > li > a > figure {
    position: relative;
    display: block;
    width: 4.8148148148vh;
  }
  .pcmenu_sns > li > a > figure::after {
    content: none;
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
  }
  .pcmenu_sns > li > a > span {
    display: block;
    width: 19.4444444444vh;
    color: #bdbdbd;
    font-size: 1.6666666667vh;
    font-weight: 900;
  }
}

/* ========================================================
    footer
======================================================== */
.footer {
  position: relative;
  width: 100%;
  padding: 0 0 6rem 0;
  background-color: #000000;
}
@media screen and (min-width: 768px) {
  .footer {
    padding: 0 0 2.6041666667vw 0;
  }
}
.footer::before {
  content: "";
  position: absolute;
  left: 0;
  top: -1px;
  display: block;
  width: 100%;
  aspect-ratio: 750/140;
  border-radius: 0 0 8rem 8rem;
  background-color: #ffffff;
}
@media screen and (min-width: 768px) {
  .footer::before {
    aspect-ratio: 1920/150;
  }
}
.footer_column {
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding-top: 0;
}
@media screen and (min-width: 768px) {
  .footer_column {
    padding-top: 11.71875vw;
  }
}
.footer_list {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .footer_list {
    position: absolute;
    left: 0;
    bottom: calc(100% - 11.71875vw);
  }
}
.footer_list > li {
  width: 29.8666666667vw;
  margin: 0 4vw;
}
@media screen and (min-width: 768px) {
  .footer_list > li {
    width: 11.6666666667vw;
    margin: 0 0.5208333333vw;
  }
}
.footer_list > li:nth-child(n+3) {
  margin-top: 6rem;
}
@media screen and (min-width: 768px) {
  .footer_list > li:nth-child(n+3) {
    margin-top: 0;
  }
}
.footer_list > li:nth-child(n+3) > a > span {
  color: #ffffff;
}
@media screen and (min-width: 768px) {
  .footer_list > li:nth-child(n+3) > a > span {
    color: #000000;
  }
}
@media screen and (min-width: 768px) {
  .footer_list > li.list01 > a:hover::after {
    background-image: url(../images/common/footer_img01_h.png);
  }
}
.footer_list > li.list01 > a::after {
  background-image: url(../images/common/footer_img01.png);
}
@media screen and (min-width: 768px) {
  .footer_list > li.list02 > a:hover::after {
    background-image: url(../images/common/footer_img02_h.png);
  }
}
.footer_list > li.list02 > a::after {
  background-image: url(../images/common/footer_img02.png);
}
@media screen and (min-width: 768px) {
  .footer_list > li.list03 > a:hover::after {
    background-image: url(../images/common/footer_img03_h.png);
  }
}
.footer_list > li.list03 > a::after {
  background-image: url(../images/common/footer_img03.png);
}
@media screen and (min-width: 768px) {
  .footer_list > li.list04 > a:hover::after {
    background-image: url(../images/common/footer_img04_h.png);
  }
}
.footer_list > li.list04 > a::after {
  background-image: url(../images/common/footer_img04.png);
}
.footer_list > li > a {
  position: relative;
  display: block;
  width: 100%;
  padding-bottom: 20.6666666667vw;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .footer_list > li > a {
    padding-bottom: 8.3333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .footer_list > li > a:hover > span {
    color: #17b8aa;
  }
}
.footer_list > li > a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 100%;
  aspect-ratio: 224/150;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  transition: 0.3s ease;
}
.footer_list > li > a > span {
  color: #000000;
  font-size: 3.4rem;
  font-weight: 500;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .footer_list > li > a > span {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 1000px) {
  .footer_list > li > a > span {
    font-size: 2.2rem;
  }
}
.footer_bnr {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  margin: 15rem auto 0 auto;
}
@media screen and (min-width: 768px) {
  .footer_bnr {
    width: 53.125vw;
    margin: 6.7708333333vw auto 0 auto;
  }
}
.footer_bnr > li {
  width: 76.8vw;
  margin: 3rem 0 0 0;
}
@media screen and (min-width: 768px) {
  .footer_bnr > li {
    width: 16.6666666667vw;
    margin: 1.0416666667vw 0.5208333333vw 0 0.5208333333vw;
  }
}
.footer_bnr > li > a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .footer_bnr > li > a:hover::after {
    content: "";
  }
}
.footer_bnr > li > a::after {
  content: none;
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  border: 0.3rem solid #17b8aa;
}
.footer_totop {
  position: relative;
  width: 26.5333333333vw;
  aspect-ratio: 199/170;
  margin: 18rem auto 0 auto;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .footer_totop {
    position: absolute;
    right: 6.0416666667vw;
    top: calc(1.6145833333vw - 1px);
    width: 7.1875vw;
    aspect-ratio: 138/119;
    margin: 0;
  }
}
.footer_totop > a {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 0;
  background-image: url(../images/common/footer_totop_sp.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  transition: none;
}
@media screen and (min-width: 768px) {
  .footer_totop > a {
    background-image: url(../images/common/footer_totop_pc.png);
  }
}
@media screen and (min-width: 768px) {
  .footer_totop > a:hover {
    background-image: url(../images/common/footer_totop_pc_h.png);
  }
}
.footer_copyright {
  position: relative;
  margin-top: 6rem;
  color: #ffffff;
  font-size: 2.6rem;
  line-height: 1.8;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .footer_copyright {
    margin-top: 7.8125vw;
    font-size: 1.8rem;
  }
}

/* ========================================================
    submv
======================================================== */
.submv {
  position: relative;
  width: 100%;
  padding: 0;
  background-color: #000000;
}
.submv_column {
  position: relative;
  width: 100%;
  margin: 0 auto;
}
.submv_logo {
  position: absolute;
  left: 50%;
  top: 10rem;
  display: block;
  width: 17.3333333333%;
  transform: translateX(-50%);
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .submv_logo {
    display: none;
  }
}
.submv_logo > a {
  display: block;
  width: 100%;
  height: 100%;
}
.submv_img {
  position: relative;
  width: 100%;
  padding: 57rem 0 10rem 0;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% auto;
}
@media screen and (min-width: 768px) {
  .submv_img {
    aspect-ratio: 1920/340;
    padding: 10.4166666667vw 0 0 0;
    background-position: right top;
    background-size: auto 100%;
  }
}
.submv_ttl {
  position: relative;
  padding: 0 5rem;
}
@media screen and (min-width: 768px) {
  .submv_ttl {
    padding: 0 18.75vw;
  }
}
.submv_ttl > span {
  position: relative;
  padding-left: 5rem;
  color: #ffffff;
  font-size: 6.4rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.4em;
}
@media screen and (min-width: 768px) {
  .submv_ttl > span {
    padding-left: 2.6041666667vw;
    font-size: 3.3333333333vw;
  }
}
.submv_ttl > span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  display: block;
  width: 0.2rem;
  height: 1em;
  background-color: #ffffff;
  transform: translateY(-42%);
}/*# sourceMappingURL=base.css.map */