@charset "UTF-8";
/* CSS INFORMATION =====================================================
File name : base.css
Description : 共通
===================================================================== */
/* ========================================================
    base
======================================================== */
* {
  margin: 0;
  padding: 0;
  font-size: 100%;
  line-height: 1.8;
  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_purple {
  color: #c99bc7;
}

.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: 10px;
  }
}

body {
  width: 100%;
  color: #004f98;
  font-family: "Yu Mincho", "YuMincho", serif;
  font-size: 2.8rem;
  font-weight: 400;
  text-align: left;
  letter-spacing: 0.04em;
  background-color: #ffffff;
}
@media screen and (min-width: 768px) {
  body {
    font-size: 2rem;
  }
}

.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-image: url(../images/common/common_bg01_sp.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% auto;
  z-index: -3;
}
@media screen and (min-width: 768px) {
  .wrapper::before {
    background-image: url(../images/common/common_bg01_pc.png);
  }
}

.main {
  position: relative;
  width: 100%;
  padding: 11rem 0 24rem 0;
}
@media screen and (min-width: 768px) {
  .main {
    padding: 5.5vw 0 20rem 0;
  }
}
@media screen and (min-width: 1600px) {
  .main {
    padding: 8.8rem 0 20rem 0;
  }
}

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

/* ========================================================
    header
======================================================== */
.header {
  position: relative;
  width: 100%;
}
.header .spmenu {
  position: fixed;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  z-index: 100;
}
@media screen and (min-width: 768px) {
  .header .spmenu {
    display: none;
  }
}
.header .spmenu_btn {
  position: relative;
  width: 5rem;
  aspect-ratio: 1/1;
  margin: 3rem 3rem 0 auto;
  z-index: 103;
}
.header .spmenu_open {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  font-size: 0;
  background-image: url(../images/common/btn_menu_open.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  cursor: pointer;
}
.header .spmenu_close {
  position: relative;
  display: none;
  width: 100%;
  height: 100%;
  font-size: 0;
  background-image: url(../images/common/btn_menu_close.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  cursor: pointer;
}
.header .spmenu_cont {
  position: absolute;
  left: 0;
  top: 0;
  display: none;
  width: 100%;
  height: 100vh;
  background-color: #ffffff;
  z-index: 101;
}
.header .spmenu_cont::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(../images/common/common_bg01_sp.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% auto;
  z-index: -3;
}
.header .spmenu_inner {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  padding: 12.5rem 5rem;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  z-index: 102;
}
.header .spmenu_list {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  flex-wrap: nowrap;
  width: 100%;
}
.header .spmenu_list > li {
  width: 100%;
  margin-top: 5rem;
}
.header .spmenu_list > li:first-child {
  margin-top: 0;
}
.header .spmenu_list > li > a {
  display: block;
  width: 100%;
  text-align: center;
}
.header .spmenu_list > li > a.disabled {
  pointer-events: none;
}
.header .spmenu_list > li > a.disabled > span {
  color: #bbbbbb;
}
.header .spmenu_list > li > a > span {
  display: block;
  color: #004f98;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
}
.header .spmenu_sns {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 100%;
  margin-top: 10rem;
}
.header .spmenu_sns > li {
  width: 4rem;
  aspect-ratio: 1/1;
  margin: 0 4rem;
}
.header .spmenu_sns > li > a {
  display: block;
  width: 100%;
  height: 100%;
}
.header .spmenu_sns > li > a > svg {
  display: block;
  width: 100%;
  aspect-ratio: 1/1;
  fill: #004f98;
}
.header .pcmenu {
  display: none;
}
@media screen and (min-width: 768px) {
  .header .pcmenu {
    position: fixed;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    z-index: 100;
  }
}
.header .pcmenu_cont {
  position: relative;
  width: 100%;
  background-color: #ffffff;
  z-index: 101;
}
.header .pcmenu_inner {
  position: relative;
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
  padding: 2vw 0;
}
@media screen and (min-width: 1600px) {
  .header .pcmenu_inner {
    padding: 3.2rem 0;
  }
}
.header .pcmenu_list {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 100%;
}
.header .pcmenu_list > li {
  width: auto;
  margin: 0 0.75vw;
}
@media screen and (min-width: 1600px) {
  .header .pcmenu_list > li {
    margin: 0 1.2rem;
  }
}
.header .pcmenu_list > li > a {
  display: block;
  width: 100%;
  text-align: center;
}
.header .pcmenu_list > li > a:hover {
  opacity: 1;
}
.header .pcmenu_list > li > a:hover > span {
  color: #c99bc7;
}
.header .pcmenu_list > li > a.disabled {
  pointer-events: none;
}
.header .pcmenu_list > li > a.disabled > span {
  color: #bbbbbb;
}
.header .pcmenu_list > li > a > span {
  display: block;
  color: #004f98;
  font-size: 1.5vw;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
}
@media screen and (min-width: 1600px) {
  .header .pcmenu_list > li > a > span {
    font-size: 2.4rem;
  }
}
.header .pcmenu_sns {
  position: absolute;
  right: 1.875vw;
  top: 1.8125vw;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
  width: auto;
}
@media screen and (min-width: 1600px) {
  .header .pcmenu_sns {
    right: 3rem;
    top: 2.9rem;
  }
}
.header .pcmenu_sns > li {
  width: 1.875vw;
  aspect-ratio: 1/1;
  margin-left: 1.5vw;
}
@media screen and (min-width: 1600px) {
  .header .pcmenu_sns > li {
    width: 3rem;
    margin-left: 2.4rem;
  }
}
.header .pcmenu_sns > li > a {
  display: block;
  width: 100%;
  height: 100%;
}
.header .pcmenu_sns > li > a:hover {
  opacity: 1;
}
.header .pcmenu_sns > li > a:hover > svg {
  fill: #c99bc7;
}
.header .pcmenu_sns > li > a > svg {
  display: block;
  width: 100%;
  aspect-ratio: 1/1;
  fill: #004f98;
}

/* ========================================================
    footer
======================================================== */
.footer {
  position: relative;
  width: 100%;
}
.footer .copyright {
  position: relative;
  width: 100%;
  padding: 3.2rem 0;
}
.footer .copyright:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #004ca1 0%, #c99bc7 100%);
}
.footer .copyright_text {
  position: relative;
  width: 100%;
  color: #ffffff;
  font-family: "Arial", sans-serif;
  font-size: 2.4rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .footer .copyright_text {
    font-size: 1.6rem;
  }
}
.footer .pagetop {
  position: absolute;
  right: 1.5rem;
  bottom: calc(100% + 2rem);
  display: block;
  z-index: 10;
}
@media screen and (min-width: 1230px) {
  .footer .pagetop {
    right: calc(50% - 60rem);
  }
}
.footer .pagetop_btn {
  position: relative;
  width: 13.6rem;
  aspect-ratio: 136/115;
}
@media screen and (min-width: 768px) {
  .footer .pagetop_btn {
    width: 10rem;
  }
}
.footer .pagetop_btn > a {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 0;
  background-image: url(../images/common/btn_pagetop.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
}
@media screen and (min-width: 768px) {
  .footer .pagetop_btn > a:hover {
    background-image: url(../images/common/btn_pagetop_h.png);
    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.95);
  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;
  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 */