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

.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;
}
.gDef-contents 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_blue {
  color: #0000ff;
}
.color_blue_bg {
  background-color: #0000ff;
}
.color_skyblue {
  color: #00cccc;
}
.color_skyblue_bg {
  background-color: #00cccc;
}
.color_pink {
  color: #ff00ff;
}
.color_pink_bg {
  background-color: #ff00ff;
}
.color_green {
  color: #00ff00;
}
.color_green_bg {
  background-color: #00ff00;
}
.color_red {
  color: #e20000;
}
.color_red_bg {
  background-color: #e20000;
}
.color_darkyellow {
  color: #f5dc00;
}
.color_darkyellow_bg {
  background-color: #f5dc00;
}

.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.78125vw;
  }
}
@media screen and (min-width: 1280px) {
  html {
    font-size: 10px;
  }
}

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

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

.main {
  position: relative;
  width: 100%;
}

.inner {
  position: relative;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 3.5rem;
}
@media screen and (min-width: 768px) {
  .inner {
    padding: 0 2rem;
  }
}

/* ========================================================
    header
======================================================== */
.header {
  position: relative;
  width: 100%;
}
.header .mv {
  position: relative;
  width: 100%;
  padding: 12.5rem 0 0 0;
}
.header .mv::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  z-index: -4;
}
.header .mv::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 54rem;
  height: 48rem;
  background-image: url(../images/common/common_bg03_sp.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  transform: scale(1, 1);
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .header .mv::after {
    background-image: url(../images/common/common_bg03_pc.png);
  }
}
.header .mv_ttl {
  position: relative;
  width: 82.3529411765%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .header .mv_ttl {
    width: 45.1612903226%;
  }
}
.header .mv_ttl > a {
  display: block;
  width: 100%;
  pointer-events: none;
}

/* ========================================================
    footer
======================================================== */
.footer {
  position: relative;
  width: 100%;
}
.footer .link {
  position: relative;
  width: 100%;
  padding: 14.5rem 0 12rem 0;
}
@media screen and (min-width: 768px) {
  .footer .link {
    padding: 12rem 0 8rem 0;
  }
}
.footer .link::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #00ff00;
  z-index: -4;
}
.footer .link_bg01 {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 29.2rem;
  background-image: url(../images/common/link_bg01_sp.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  z-index: -2;
}
@media screen and (min-width: 768px) {
  .footer .link_bg01 {
    height: 28.9rem;
    background-image: url(../images/common/link_bg01_pc.png);
    background-size: auto 100%;
  }
}
@media screen and (min-width: 1920px) {
  .footer .link_bg01 {
    background-size: 100% 100%;
  }
}
.footer .link_bg02 {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 29.2rem;
  background-image: url(../images/common/link_bg02_sp.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  z-index: -3;
}
@media screen and (min-width: 768px) {
  .footer .link_bg02 {
    height: 28.9rem;
    background-image: url(../images/common/link_bg02_pc.png);
    background-size: auto 100%;
  }
}
@media screen and (min-width: 1920px) {
  .footer .link_bg02 {
    background-size: 100% 100%;
  }
}
.footer .link_column {
  position: relative;
  width: 100%;
}
.footer .link_btnlist {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  flex-wrap: wrap;
  width: 100%;
}
.footer .link_btnlist > li {
  width: 88.2352941176%;
  aspect-ratio: 600/144;
  margin-top: 4rem;
}
@media screen and (min-width: 768px) {
  .footer .link_btnlist > li {
    width: 36.2903225806%;
    aspect-ratio: 450/108;
    margin-top: 3rem;
  }
}
.footer .link_btnlist > li:first-child {
  margin-top: 0;
}
.footer .link_btnlist > li > a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 100%;
  height: 100%;
  border-radius: 0 7.2rem 7.2rem 0;
  background-color: #000000;
}
@media screen and (min-width: 768px) {
  .footer .link_btnlist > li > a:hover {
    opacity: 1;
  }
}
@media screen and (min-width: 768px) {
  .footer .link_btnlist > li > a:hover::before {
    right: -1.6rem;
  }
}
@media screen and (min-width: 768px) {
  .footer .link_btnlist > li > a:hover::after {
    right: 1.4rem;
  }
}
.footer .link_btnlist > li > a::before {
  content: none;
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 0 7.2rem 7.2rem 0;
  background-color: #000000;
  transition: 0.3s ease;
}
@media screen and (min-width: 768px) {
  .footer .link_btnlist > li > a::before {
    content: "";
  }
}
.footer .link_btnlist > li > a::after {
  content: "";
  position: absolute;
  right: 4rem;
  top: 50%;
  display: block;
  width: 2.2rem;
  aspect-ratio: 22/33;
  background-image: url(../images/common/arrow_bg01.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  transform: translateY(-50%);
  transition: 0.3s ease;
}
@media screen and (min-width: 768px) {
  .footer .link_btnlist > li > a::after {
    right: 3rem;
    width: 1.6rem;
  }
}
.footer .link_btnlist > li > a > span {
  color: #ffffff;
  font-size: 3.2rem;
  font-weight: 700;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .footer .link_btnlist > li > a > span {
    font-size: 2.4rem;
  }
}
.footer .stream {
  position: fixed;
  right: 3.5rem;
  bottom: 10rem;
  display: none;
  width: auto;
  z-index: 100;
}
.footer .stream_list {
  position: relative;
  width: 20rem;
}
@media screen and (min-width: 768px) {
  .footer .stream_list {
    width: 16rem;
  }
}
.footer .stream_list > li {
  width: 100%;
}
.footer .stream_list > li > a {
  display: block;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .footer .stream_list > li > a:hover {
    opacity: 1;
  }
}

/* ========================================================
    popup
======================================================== */
.popup {
  position: fixed;
  left: 0;
  top: 0;
  display: none;
  width: 100%;
  height: 100vh;
  height: 100svh;
  background-color: rgba(0, 0, 0, 0.9);
  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: 100%;
  max-width: 980px;
  margin: auto;
  padding: 5rem 0;
  z-index: 1030;
}
.popup_close {
  position: relative;
  width: 5.8rem;
  aspect-ratio: 1/1;
  margin: 0 3.5rem 1.6rem auto;
  background-image: url(../images/common/icon_close.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
}
@media screen and (min-width: 980px) {
  .popup_close {
    margin: 0 0 1.6rem auto;
  }
}
.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 */