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

.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_pink {
  color: #e27171;
}
.color_lightblue {
  color: #1890ac;
}

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

.gDef-contents {
  width: 100%;
  color: #001b40;
  font-family: "Noto Sans JP", sans-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: 1100px;
  margin: 0 auto;
  padding: 0 5rem;
}

/* ========================================================
    header
======================================================== */
.header {
  position: relative;
  width: 100%;
  z-index: 1;
}

.mv {
  position: relative;
  width: 100%;
}
.mv::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(../images/common/mv_bg01_sp.jpg);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 100% 100%;
  z-index: -2;
}
@media screen and (min-width: 768px) {
  .mv::before {
    background-image: url(../images/common/mv_bg01_pc.jpg);
    background-size: auto 100%;
  }
}
@media screen and (min-width: 1600px) {
  .mv::before {
    background-size: 100% auto;
  }
}
.mv_ttl {
  position: relative;
  width: 100%;
  margin: 0;
}
@media screen and (min-width: 768px) {
  .mv_ttl {
    width: 145.4545454545%;
    margin: 0 -22.7272727273%;
  }
}
@media screen and (min-width: 1100px) {
  .mv_ttl {
    width: 1600px;
    margin: 0 0 0 50%;
    transform: translateX(-50%);
  }
}
.mv_ttl > a {
  display: block;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .mv_ttl > a:hover {
    opacity: 1;
  }
}
.mv_link_list {
  position: absolute;
  left: 0;
  top: 3rem;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 46.6666666667%;
  aspect-ratio: 350/90;
  background-image: url(../images/common/mv_bg02_sp.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  filter: drop-shadow(0 3px 8px rgba(76, 134, 161, 0.3));
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .mv_link_list {
    width: 38.1818181818%;
    aspect-ratio: 420/90;
    background-image: url(../images/common/mv_bg02_pc.png);
  }
}
@media screen and (min-width: 1100px) {
  .mv_link_list {
    width: 420px;
  }
}
.mv_link_list > li:nth-child(1) {
  width: 38.5714285714%;
  margin-left: 5.7142857143%;
  padding-bottom: 0.2rem;
}
@media screen and (min-width: 768px) {
  .mv_link_list > li:nth-child(1) {
    width: 32.1428571429%;
    margin-left: 14.2857142857%;
  }
}
.mv_link_list > li:nth-child(2) {
  width: 44.2857142857%;
  margin-left: 1.4285714286%;
  padding-bottom: 1rem;
}
@media screen and (min-width: 768px) {
  .mv_link_list > li:nth-child(2) {
    width: 36.9047619048%;
    margin-left: 4.7619047619%;
  }
}
.mv_link_list > li > a {
  display: block;
  width: 100%;
  height: 100%;
}
.mv_sns_list {
  position: absolute;
  right: 2.6666666667%;
  top: 3rem;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .mv_sns_list {
    right: 4.5454545455%;
    top: 3.5rem;
  }
}
@media screen and (min-width: 1100px) {
  .mv_sns_list {
    right: 50px;
  }
}
.mv_sns_list > li {
  width: 13.3333333333%;
  aspect-ratio: 100/90;
  margin-left: 1.3333333333%;
}
@media screen and (min-width: 768px) {
  .mv_sns_list > li {
    width: 8.1818181818%;
    margin-left: 0.9090909091%;
  }
}
@media screen and (min-width: 1100px) {
  .mv_sns_list > li {
    width: 90px;
    margin-left: 10px;
  }
}
.mv_sns_list > li > a {
  display: block;
  width: 100%;
  height: 100%;
  line-height: 1;
  text-align: center;
  background-image: url(../images/common/mv_bg03.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  filter: drop-shadow(0 3px 8px rgba(76, 134, 161, 0.3));
}
@media screen and (min-width: 768px) {
  .mv_sns_list > li > a:hover {
    transform: rotate(3deg);
    opacity: 1;
  }
}
.mv_sns_list > li > a > span {
  display: block;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 1.8rem;
  font-weight: 800;
  letter-spacing: 0em;
  transform: rotate(0.03deg);
}
@media screen and (min-width: 768px) {
  .mv_sns_list > li > a > span {
    font-size: 1.4545454545vw;
  }
}
@media screen and (min-width: 1100px) {
  .mv_sns_list > li > a > span {
    font-size: 1.6rem;
  }
}
.mv_sns_list > li > a > svg {
  width: 4rem;
  aspect-ratio: 1/1;
  margin-top: 0.7rem;
  fill: #001b40;
}
@media screen and (min-width: 768px) {
  .mv_sns_list > li > a > svg {
    width: 2.7272727273vw;
    margin-top: 0.9090909091vw;
  }
}
@media screen and (min-width: 1100px) {
  .mv_sns_list > li > a > svg {
    width: 30px;
    margin-top: 10px;
  }
}

#top .mv_ttl > a {
  pointer-events: none;
}

.next {
  position: relative;
  width: 100%;
  height: 15.6rem;
  margin-top: -6.5rem;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .next {
    height: 10.5454545455%;
    margin-top: -1.6363636364%;
  }
}
@media screen and (min-width: 1100px) {
  .next {
    height: 11.6rem;
    margin-top: -1.8rem;
  }
}
.next::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(../images/common/next_bg01_sp.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% 100%;
  z-index: -2;
}
@media screen and (min-width: 768px) {
  .next::before {
    background-image: url(../images/common/next_bg01_pc.png);
    background-size: auto 100%;
  }
}
@media screen and (min-width: 1600px) {
  .next::before {
    background-size: 100% 100%;
  }
}
.next_column {
  position: relative;
  width: 100%;
  transform: translateY(-3rem);
}
@media screen and (min-width: 768px) {
  .next_column {
    transform: translateY(-3.2rem);
  }
}
@media screen and (min-width: 1100px) {
  .next_column {
    transform: translateY(-4rem);
  }
}
.next_ttl {
  width: 25.0769230769%;
  margin: 0 0 0 -2rem;
}
@media screen and (min-width: 768px) {
  .next_ttl {
    width: 16.3%;
    margin: 0 0 0 7.5%;
  }
}
.next_date {
  width: 100%;
  margin-top: 0.5rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .next_date {
    margin-top: -0.4545454545%;
  }
}
@media screen and (min-width: 1100px) {
  .next_date {
    margin-top: -0.5rem;
  }
}
.next_date > em {
  color: #227259;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 4.6rem;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0em;
  transform: rotate(0.03deg);
}
@media screen and (min-width: 768px) {
  .next_date > em {
    font-size: 4.1818181818vw;
  }
}
@media screen and (min-width: 1100px) {
  .next_date > em {
    font-size: 4.6rem;
  }
}
.next_date > em > span {
  font-size: 70%;
}

/* ========================================================
    nav
======================================================== */
.nav_list {
  position: fixed;
  right: 0;
  top: 10rem;
  display: none;
  width: auto;
  z-index: 100;
}
.nav_list > li {
  width: 13rem;
  aspect-ratio: 130/110;
  margin-top: 1rem;
}
.nav_list > li.nav_search > a figure {
  width: 3.7rem;
}
.nav_list > li.nav_tver > a figure {
  width: 10.5rem;
}
.nav_list > li.nav_youtube > a figure {
  width: 5rem;
}
.nav_list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  flex-wrap: nowrap;
  width: 100%;
  height: 100%;
  padding-right: 1rem;
  border-radius: 2rem 0 0 2rem;
  background-color: #ffffff;
  transform: translateX(1rem);
  filter: drop-shadow(0 3px 8px rgba(76, 134, 161, 0.3));
}
@media screen and (min-width: 768px) {
  .nav_list > li > a:hover {
    transform: translateX(0);
    opacity: 1;
  }
}
.nav_list > li > a span {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 1.8rem;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0;
  transform: rotate(0.03deg);
}
.nav_list > li > a span.fs16 {
  font-size: 1.6rem;
}
.nav_list > li > a span.fs12 {
  font-size: 1.2rem;
}
.nav_list > li > a figure {
  margin: 0.8rem 0;
  line-height: 1;
}
.nav_list > li > a figure:first-child {
  margin-top: 0;
}
.nav_list > li > a figure:last-child {
  margin-bottom: 0;
}

/* ========================================================
    footer
======================================================== */
.footer {
  position: relative;
  width: 100%;
  z-index: 1;
}
.footer_sns {
  position: relative;
  width: 100%;
  padding: 10rem 0;
}
.footer_sns::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;
}
.footer_sns_column {
  position: relative;
  width: 100%;
}
.footer_sns_ttl {
  position: relative;
  width: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .footer_sns_ttl {
    width: 80%;
  }
}
.footer_sns_list {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  margin-top: 4rem;
}
@media screen and (min-width: 768px) {
  .footer_sns_list {
    margin-top: 2rem;
  }
}
.footer_sns_list > li {
  width: 62.7692307692%;
  aspect-ratio: 408/110;
  margin: 2rem 0 0 0;
}
@media screen and (min-width: 768px) {
  .footer_sns_list > li {
    width: 248px;
    aspect-ratio: 248/90;
    margin: 2rem 1.4rem 0 1.4rem;
  }
}
.footer_sns_list > li > a {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 100%;
  height: 100%;
  padding: 2px;
  border: 3px solid #30876c;
  border-radius: 2rem;
  background-color: #ffffff;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .footer_sns_list > li > a:hover {
    transform: rotate(3deg);
    opacity: 1;
  }
}
.footer_sns_list_icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 25%;
  background-color: #ffffff;
}
@media screen and (min-width: 768px) {
  .footer_sns_list_icon {
    width: 30%;
  }
}
.footer_sns_list_icon > svg {
  width: 4rem;
  aspect-ratio: 1/1;
  fill: #30876c;
}
@media screen and (min-width: 768px) {
  .footer_sns_list_icon > svg {
    width: 30px;
  }
}
.footer_sns_list_text {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 75%;
  border-radius: 0 1.5rem 1.5rem 0;
  background-color: #30876c;
}
@media screen and (min-width: 768px) {
  .footer_sns_list_text {
    width: 70%;
  }
}
.footer_sns_list_text > span {
  position: relative;
  padding-right: 1.1em;
  color: #ffffff;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 3.2rem;
  font-weight: 500;
  letter-spacing: -0.1em;
  transform: rotate(0.03deg);
}
@media screen and (min-width: 768px) {
  .footer_sns_list_text > span {
    font-size: 2.2rem;
  }
}
.footer_sns_list_text > span::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  display: block;
  width: 0.8em;
  aspect-ratio: 28/27;
  background-image: url(../images/common/arrow_bg01.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  transform: translateY(-50%);
}
.footer_copyright {
  position: relative;
  width: 100%;
  padding: 4rem 0;
}
.footer_copyright::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #fedf33;
  z-index: -2;
}
.footer_copyright_staff {
  position: relative;
  width: 90%;
  max-width: 1000px;
  margin: 0 auto 2rem auto;
  padding: 1rem 0;
  color: #9b6200;
  font-size: 2.4rem;
  text-align: center;
  border-radius: 5rem;
  background-color: #ffffff;
}
@media screen and (min-width: 768px) {
  .footer_copyright_staff {
    font-size: 1.6rem;
  }
}
.footer_copyright_text {
  position: relative;
  width: 100%;
  color: #9b6200;
  font-size: 2.4rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .footer_copyright_text {
    font-size: 1.6rem;
  }
}

/* ========================================================
    menu
======================================================== */
.menu_head {
  position: relative;
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 100%;
  border-bottom: 1px solid #dfdfdf;
}
.menu_ttl {
  position: relative;
  width: calc(100% - 12rem);
  padding: 2rem 5rem;
}
@media screen and (min-width: 768px) {
  .menu_ttl {
    width: calc(100% - 9rem);
  }
}
.menu_ttl > span {
  position: relative;
  padding-left: 1.4em;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 3.6rem;
  font-weight: 800;
  transform: rotate(0.03deg);
}
@media screen and (min-width: 768px) {
  .menu_ttl > span {
    font-size: 2.6rem;
  }
}
.menu_ttl > span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  display: block;
  width: 1em;
  aspect-ratio: 37/38;
  background-image: url(../images/common/icon_search.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  transform: translateY(-50%);
}
.menu_close {
  position: relative;
  width: 12rem;
  border-left: 1px solid #dfdfdf;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .menu_close {
    width: 9rem;
  }
}
.menu_close::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  display: block;
  width: 3.8rem;
  aspect-ratio: 1/1;
  background-image: url(../images/common/icon_close.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  transform: translate(-50%, -50%);
}
@media screen and (min-width: 768px) {
  .menu_close::before {
    width: 3rem;
  }
}
.menu_column {
  position: relative;
  width: 55rem;
  margin: 0 auto 0 5rem;
  padding-bottom: 12rem;
}
@media screen and (min-width: 768px) {
  .menu_column {
    width: 46rem;
    padding-bottom: 8rem;
  }
}
.menu_item {
  position: relative;
  width: 100%;
  padding: 6rem 0;
  border-bottom: 1px dotted #dfdfdf;
}
@media screen and (min-width: 768px) {
  .menu_item {
    padding: 4rem 0;
  }
}
.menu_item > dt {
  width: 100%;
}
.menu_item > dt > span {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 3rem;
  font-weight: 500;
  transform: rotate(0.03deg);
}
@media screen and (min-width: 768px) {
  .menu_item > dt > span {
    font-size: 2.2rem;
  }
}
.menu_item > dd {
  width: 100%;
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .menu_item > dd {
    margin-top: 1rem;
  }
}
.menu_select {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 100%;
}
.menu_select label {
  position: relative;
  width: 13rem;
}
@media screen and (min-width: 768px) {
  .menu_select label {
    width: 11rem;
  }
}
.menu_select label.w100 {
  width: 100%;
}
.menu_select label.w100::before {
  right: 3rem;
}
.menu_select label.w100 select {
  padding-left: 3rem;
  padding-right: 5.4rem;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .menu_select label.w100 select {
    padding-right: 4.4rem;
  }
}
.menu_select label::before {
  content: "";
  position: absolute;
  right: 1rem;
  top: 50%;
  display: block;
  width: 2.4rem;
  aspect-ratio: 2/1;
  background-color: #001b40;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  .menu_select label::before {
    width: 1.4rem;
  }
}
.menu_select label select {
  width: 100%;
  padding: 1rem 3.4rem 1rem 0;
  font-size: 100%;
  color: #001b40;
  text-align: center;
  border: 1px solid #c1c1c1;
  background-color: #fafafa;
  outline: none;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .menu_select label select {
    padding: 1rem 2.4rem 1rem 0;
  }
}
.menu_select label select option:first-child {
  display: none;
}
.menu_select p {
  font-size: 3.4rem;
}
@media screen and (min-width: 768px) {
  .menu_select p {
    font-size: 2.2rem;
  }
}
.menu_tag {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  margin-top: -1rem;
}
.menu_tag > li {
  width: auto;
  margin: 1rem 1rem 0 0;
  padding: 0.2rem 1rem;
  border-radius: 1rem;
  background-color: #f8f8f8;
}
.menu_tag > li.mini {
  background-color: #ecfcff;
}
.menu_tag > li.mini > a > span {
  color: #1890ac;
  font-size: 85%;
}
.menu_tag > li > a {
  display: block;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .menu_tag > li > a:hover {
    opacity: 1;
  }
}
.menu_tag > li > a > span {
  display: block;
  color: #e27171;
  font-weight: 500;
}
.menu_btn01 {
  position: relative;
  width: 100%;
  aspect-ratio: 550/90;
  margin-top: 3rem;
}
@media screen and (min-width: 768px) {
  .menu_btn01 {
    aspect-ratio: 460/60;
    margin-top: 2rem;
  }
}
.menu_btn01:first-child {
  margin-top: 0;
}
.menu_btn01 > button {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 100%;
  height: 100%;
  border-radius: 1rem;
  background-color: #328fa4;
  transition: 0.3s ease;
}
@media screen and (min-width: 768px) {
  .menu_btn01 > button:hover {
    background-color: #0d6b80;
  }
}
.menu_btn01 > button > span {
  color: #ffffff;
  font-size: 3.6rem;
  font-weight: 500;
  letter-spacing: 0.08em;
}
@media screen and (min-width: 768px) {
  .menu_btn01 > button > span {
    font-size: 2.2rem;
  }
}
.menu_btn01 > a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 100%;
  height: 100%;
  border-radius: 1rem;
  background-color: #227259;
}
@media screen and (min-width: 768px) {
  .menu_btn01 > a:hover {
    background-color: #084a35;
    opacity: 1;
  }
}
@media screen and (min-width: 768px) {
  .menu_btn01 > a:hover::before {
    background-image: url(../images/common/arrow_bg05.png);
  }
}
.menu_btn01 > a::before {
  content: "";
  position: absolute;
  right: 5.4545454545%;
  top: 50%;
  display: block;
  width: 7.2727272727%;
  aspect-ratio: 1/1;
  background-image: url(../images/common/arrow_bg04.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) {
  .menu_btn01 > a::before {
    right: 6.5217391304%;
    width: 5.652173913%;
  }
}
.menu_btn01 > a > span {
  color: #ffffff;
  font-size: 3.6rem;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .menu_btn01 > a > span {
    font-size: 2.2rem;
  }
}
.menu_btn02 {
  position: relative;
  width: 100%;
  aspect-ratio: 550/150;
  margin-top: 6rem;
}
@media screen and (min-width: 768px) {
  .menu_btn02 {
    aspect-ratio: 460/130;
    margin-top: 4rem;
  }
}
.menu_btn02 > a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 100%;
  height: 100%;
  text-align: center;
  background-color: #ffffff;
}
@media screen and (min-width: 768px) {
  .menu_btn02 > a:hover {
    opacity: 1;
  }
}
@media screen and (min-width: 768px) {
  .menu_btn02 > a:hover::after {
    border: 6px solid #328fa4;
  }
}
.menu_btn02 > a::before {
  content: "";
  position: absolute;
  right: 5.4545454545%;
  top: 50%;
  display: block;
  width: 7.2727272727%;
  aspect-ratio: 1/1;
  background-image: url(../images/common/arrow_bg03.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  .menu_btn02 > a::before {
    right: 5.4347826087%;
    width: 8.6956521739%;
  }
}
.menu_btn02 > a::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  border: 3px solid #328fa4;
  transition: 0.3s ease;
}
.menu_btn02 > a > span {
  color: #328fa4;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 3.4rem;
  font-weight: 500;
  line-height: 1.4;
  transform: rotate(0.03deg);
}
@media screen and (min-width: 768px) {
  .menu_btn02 > a > span {
    font-size: 3rem;
  }
}

/* ========================================================
    popup
======================================================== */
.popup {
  position: fixed;
  left: 0;
  top: 0;
  display: none;
  width: 100%;
  height: 100vh;
  height: 100svh;
  background-color: rgba(0, 0, 0, 0.4);
  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 {
  -ms-flex-item-align: start;
  align-self: flex-start;
  width: 86.6666666667%;
  margin: 10rem 0 10rem auto;
  border-radius: 2rem 0 0 2rem;
  background-color: #ffffff;
  z-index: 1030;
}
@media screen and (min-width: 768px) {
  .popup_inner {
    width: 560px;
    min-width: 50%;
  }
}
.popup_list > li {
  display: none;
}/*# sourceMappingURL=base.css.map */