@charset "UTF-8";
/* CSS INFORMATION =====================================================
File name : base.css
Description : 共通
===================================================================== */
/* ========================================================
    base
======================================================== */
.gDef-top-banner {
  background-color: #d6d8dd;
}

.gDef-contents * {
  margin: 0;
  padding: 0;
  font-size: 100%;
  line-height: 1.8;
  box-sizing: border-box;
}
.gDef-contents img {
  width: 100%;
  vertical-align: bottom;
  border: none;
}
.gDef-contents a {
  text-decoration: none;
  word-break: break-all;
  transition: 0.3s ease;
}
@media screen and (min-width: 768px) {
  .gDef-contents a:hover {
    opacity: 0.7;
  }
}
.gDef-contents 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_pink {
  color: #e62e8b;
}
.color_blue {
  color: #00afff;
}

.text_align_left {
  text-align: left;
}
.text_align_center {
  text-align: center;
}
.text_align_right {
  text-align: right;
}

.font_NotoSans {
  font-family: "Noto Sans", sans-serif;
}

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

.gDef-contents {
  width: 100%;
  color: #000000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.8rem;
  font-weight: 500;
  text-align: left;
  letter-spacing: 0.08em;
}
@media screen and (min-width: 768px) {
  .gDef-contents {
    font-size: 1.8rem;
  }
}

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

.main {
  position: relative;
  width: 100%;
}
.main > :last-child {
  padding-bottom: 27rem;
}
@media screen and (min-width: 768px) {
  .main > :last-child {
    padding-bottom: 18rem;
  }
}

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

.bg01::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(../images/common/common_bg01.png);
  background-repeat: repeat;
  background-position: center top;
  background-size: auto auto;
  z-index: -2;
}
.bg01 + .bg01 {
  padding-top: 0;
}

.bg02::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(../images/common/common_bg03_sp.png);
  background-repeat: repeat-y;
  background-position: left 50% top 22rem;
  background-size: 100% auto;
  z-index: -2;
}
@media screen and (min-width: 768px) {
  .bg02::before {
    background-image: url(../images/common/common_bg03_pc.png);
    background-position: left 50% top -58rem;
    background-size: auto auto;
  }
}
@media screen and (min-width: 1600px) {
  .bg02::before {
    background-size: 100% auto;
  }
}
.bg02::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(../images/common/common_bg02.png);
  background-repeat: repeat;
  background-position: center top;
  background-size: auto auto;
  mix-blend-mode: multiply;
  z-index: -1;
}

.bg03::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(../images/common/common_bg03_sp.png);
  background-repeat: repeat-y;
  background-position: left 50% top 22rem;
  background-size: 100% auto;
  z-index: -2;
}
@media screen and (min-width: 768px) {
  .bg03::before {
    background-image: url(../images/common/common_bg03_pc.png);
    background-position: left 50% top -58rem;
    background-size: auto auto;
  }
}
@media screen and (min-width: 1600px) {
  .bg03::before {
    background-size: 100% auto;
  }
}

/* ========================================================
    header
======================================================== */
.header {
  position: relative;
  width: 100%;
}
.header:has(+ main > .bg01:first-child) .nav::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(../images/common/common_bg01.png);
  background-repeat: repeat;
  background-position: center top;
  background-size: auto auto;
  z-index: -2;
}
.header:has(+ main > .bg02:first-child) .nav::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(../images/common/common_bg03_sp.png);
  background-repeat: repeat-y;
  background-position: left 50% bottom 99rem;
  background-size: 100% auto;
  z-index: -2;
}
@media screen and (min-width: 768px) {
  .header:has(+ main > .bg02:first-child) .nav::before {
    background-image: url(../images/common/common_bg03_pc.png);
    background-position: left 50% bottom 58rem;
    background-size: auto auto;
  }
}
@media screen and (min-width: 1600px) {
  .header:has(+ main > .bg02:first-child) .nav::before {
    background-size: 100% auto;
  }
}
.header:has(+ main > .bg02:first-child) .nav::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(../images/common/common_bg02.png);
  background-repeat: repeat;
  background-position: center top;
  background-size: auto auto;
  mix-blend-mode: multiply;
  z-index: -1;
}
.header:has(+ main > .bg03:first-child) .nav::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(../images/common/common_bg03_sp.png);
  background-repeat: repeat-y;
  background-position: left 50% bottom 99rem;
  background-size: 100% auto;
  z-index: -2;
}
@media screen and (min-width: 768px) {
  .header:has(+ main > .bg03:first-child) .nav::before {
    background-image: url(../images/common/common_bg03_pc.png);
    background-position: left 50% bottom 58rem;
    background-size: auto auto;
  }
}
@media screen and (min-width: 1600px) {
  .header:has(+ main > .bg03:first-child) .nav::before {
    background-size: 100% auto;
  }
}

.mv {
  position: relative;
  width: 100%;
}
.mv_ttl {
  position: relative;
  width: 100%;
}

.submv {
  position: relative;
  width: 100%;
}
.submv_ttl {
  position: relative;
  width: 100%;
}
.submv_ttl a {
  position: relative;
  display: block;
}
@media screen and (min-width: 768px) {
  .submv_ttl a:hover {
    opacity: 1;
  }
}

.date {
  position: relative;
  width: 100%;
  padding: 4rem 0;
  background-color: #00a0e9;
}
@media screen and (min-width: 768px) {
  .date {
    padding: 1.8181818182% 0;
  }
}
@media screen and (min-width: 1100px) {
  .date {
    padding: 2rem 0;
  }
}
.date_img {
  position: relative;
  width: 115.3846153846%;
  margin: 0 -7.6923076923%;
}
@media screen and (min-width: 768px) {
  .date_img {
    width: 100%;
    margin: 0;
  }
}

.nav {
  position: relative;
  width: 100%;
  padding: 5.2rem 0;
  background-color: rgba(23, 23, 23, 0.6);
}
@media screen and (min-width: 768px) {
  .nav {
    padding: 3.6rem 0;
  }
}
.nav_menu {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 115.3846153846%;
  margin: 0 -7.6923076923%;
}
@media screen and (min-width: 768px) {
  .nav_menu {
    width: 100%;
    margin: 0;
  }
}
.nav_menu > li {
  margin-left: 10.6666666667%;
}
@media screen and (min-width: 768px) {
  .nav_menu > li {
    margin-left: 11%;
  }
}
.nav_menu > li:first-child {
  margin-left: 0;
}
.nav_menu > li > a {
  position: relative;
  display: block;
  line-height: 1;
}
.nav_menu > li > a.nolink {
  pointer-events: none;
}
@media screen and (min-width: 768px) {
  .nav_menu > li > a:hover {
    opacity: 1;
  }
}
@media screen and (min-width: 768px) {
  .nav_menu > li > a:hover::before {
    content: "";
  }
}
.nav_menu > li > a::before {
  content: none;
  position: absolute;
  left: -3rem;
  top: -1rem;
  display: block;
  width: calc(100% + 6rem);
  height: calc(100% + 2.4rem);
  border-radius: 6rem;
  background-color: #e62e8b;
  box-shadow: -2px 0 0 0 #005963, 2px 0 0 0 #5d00bc;
  transition: 0.3s ease;
}
.nav_menu > li > a > span {
  position: relative;
  color: #ffffff;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .nav_menu > li > a > span {
    font-size: 2.4rem;
  }
}

/* ========================================================
    footer
======================================================== */
.footer {
  position: relative;
  width: 100%;
  z-index: 1;
}
.footer::before {
  top: -15px;
  height: calc(100% + 15px);
}
@media screen and (min-width: 768px) {
  .footer::before {
    top: -5px;
    height: calc(100% + 5px);
  }
}
.footer_copyright {
  position: relative;
  width: 100%;
  padding: 10rem 0;
}
@media screen and (min-width: 768px) {
  .footer_copyright {
    padding: 5rem 0;
  }
}
.footer_copyright::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 100%;
  display: block;
  width: 100%;
  height: 15px;
  border-top: 2px solid #5f5f5f;
  border-bottom: 2px solid #5f5f5f;
}
@media screen and (min-width: 768px) {
  .footer_copyright::before {
    height: 5px;
    border-top: 1px solid #5f5f5f;
    border-bottom: 1px solid #5f5f5f;
  }
}
.footer_copyright p {
  color: #5f5f5f;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 2.2rem;
  font-weight: 700;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .footer_copyright p {
    font-size: 1.6rem;
  }
}
.footer_pagetop {
  position: absolute;
  right: 0;
  bottom: 24rem;
  display: block;
  transform: rotate(90deg);
  transform-origin: top right;
}
@media screen and (min-width: 768px) {
  .footer_pagetop {
    right: 2.5rem;
    bottom: 12rem;
  }
}
.footer_pagetop > a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 100%;
  padding: 2.5rem 3rem;
}
@media screen and (min-width: 768px) {
  .footer_pagetop > a {
    padding: 1rem 3rem;
  }
}
@media screen and (min-width: 768px) {
  .footer_pagetop > a:hover {
    opacity: 1;
  }
}
@media screen and (min-width: 768px) {
  .footer_pagetop > a:hover .footer_pagetop_text.hover {
    width: 100%;
    filter: drop-shadow(0 0 20px #ff4af9);
  }
}
@media screen and (min-width: 768px) {
  .footer_pagetop > a:hover .footer_pagetop_text.hover::before {
    background-color: #ff4af9;
  }
}
.footer_pagetop_text {
  color: transparent;
  font-size: 5rem;
  font-weight: 900;
  line-height: 1;
  -webkit-text-stroke: 1px #e62e8b;
  text-stroke: 1px #e62e8b;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .footer_pagetop_text {
    font-size: 3rem;
  }
}
.footer_pagetop_text.hover {
  content: attr(data-text);
  position: absolute;
  left: 2rem;
  top: 0;
  width: 0%;
  padding: 1rem 0 1rem 3rem;
  -webkit-text-stroke: 1px #ff4af9;
  text-stroke: 1px #ff4af9;
  overflow: hidden;
  transition: 0.5s;
  inset: 0;
}
.footer_pagetop_text.hover::before {
  content: "";
  position: absolute;
  right: 1.2rem;
  top: 0;
  display: block;
  width: 1rem;
  height: 10rem;
  background-color: #e62e8b;
}
@media screen and (min-width: 768px) {
  .footer_pagetop_text.hover::before {
    width: 0.6rem;
    height: 5rem;
  }
}
.footer_pagetop_text > span {
  display: inline-block;
  margin-right: 1rem;
  line-height: 1;
  transform: translateY(-0.1rem) scale(0.8, 1.6);
}/*# sourceMappingURL=base.css.map */