@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Oswald:wght@200..700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Oswald:wght@200..700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@300;400;500;700;900&family=Noto+Sans+JP:wght@300;400;500;700;900&display=swap");
/* clear
===============================================================*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, a, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

html, body {
  height: auto;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

*, *::before, *::after {
  box-sizing: border-box;
}

i, u, abbr, code, pre, address {
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
}

input, select {
  vertical-align: middle;
}

button:hover img {
  opacity: 0.85;
}

button {
  display: inline-block;
  text-align: center;
  text-decoration: none;
  outline: none;
}

button::before, button::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: "";
}

button, button::before, button::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

button:hover {
  cursor: pointer;
}

ul, ol, li {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

img {
  max-width: 100%;
  height: auto;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

/* reset
===============================================================*/
html {
  width: 100%;
}

body {
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  width: 100%;
  word-wrap: break-word;
  overflow-wrap: break-word;
  line-height: 1;
}

h1, h2, h3, h4, h5, h6 {
  word-break: break-all;
  font-weight: normal;
  font-size: 1.4rem;
  margin: 0;
}

a {
  color: var(--font);
  text-decoration: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

a:hover {
  opacity: 0.85;
}

/* layout
===============================================================*/
#wrapper {
  width: 100%;
  position: relative;
}

/*clearfix*/
.clearfix {
  width: 100%;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

/*font*/
.serif {
  font-family: Georgia, "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Sawarabi Mincho", serif !important;
}

.gothic {
  font-family: BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif !important;
}

/*margin*/
.mg0 {
  margin: 0 !important;
}

.mg10 {
  margin: 10px !important;
}

.mg20 {
  margin: 20px !important;
}

.mg30 {
  margin: 30px !important;
}

.mg40 {
  margin: 40px !important;
}

.mg50 {
  margin: 50px !important;
}

.mgT0 {
  margin-top: 0px !important;
}

.mgT10 {
  margin-top: 10px !important;
}

.mgT20 {
  margin-top: 20px !important;
}

.mgT30 {
  margin-top: 30px !important;
}

.mgT40 {
  margin-top: 40px !important;
}

.mgT50 {
  margin-top: 50px !important;
}

.mgB0 {
  margin-bottom: 0px !important;
}

.mgB10 {
  margin-bottom: 10px !important;
}

.mgB20 {
  margin-bottom: 20px !important;
}

.mgB30 {
  margin-bottom: 30px !important;
}

.mgB40 {
  margin-bottom: 40px !important;
}

.mgB50 {
  margin-bottom: 50px !important;
}

.mgL0 {
  margin-left: 0px !important;
}

.mgL10 {
  margin-left: 10px !important;
}

.mgL20 {
  margin-left: 20px !important;
}

.mgL30 {
  margin-left: 30px !important;
}

.mgL40 {
  margin-left: 40px !important;
}

.mgL50 {
  margin-left: 50px !important;
}

.mgR0 {
  margin-right: 0px !important;
}

.mgR10 {
  margin-right: 10px !important;
}

.mgR20 {
  margin-right: 20px !important;
}

.mgR30 {
  margin-right: 30px !important;
}

.mgR40 {
  margin-right: 40px !important;
}

.mgR50 {
  margin-right: 50px !important;
}

/*padding*/
.pa0 {
  padding: 0 !important;
}

.pa5 {
  padding: 5px !important;
}

.pa10 {
  padding: 10px !important;
}

.pa20 {
  padding: 20px !important;
}

.pa30 {
  padding: 30px !important;
}

.pa40 {
  padding: 40px !important;
}

.pa50 {
  padding: 50px !important;
}

.paT0 {
  padding-top: 0px !important;
}

.paT10 {
  padding-top: 10px !important;
}

.paT20 {
  padding-top: 20px !important;
}

.paT30 {
  padding-top: 30px !important;
}

.paT40 {
  padding-top: 40px !important;
}

.paT50 {
  padding-top: 50px !important;
}

.paB0 {
  padding-bottom: 0px !important;
}

.paB10 {
  padding-bottom: 10px !important;
}

.paB20 {
  padding-bottom: 20px !important;
}

.paB30 {
  padding-bottom: 30px !important;
}

.paB40 {
  padding-bottom: 40px !important;
}

.paB50 {
  padding-bottom: 50px !important;
}

.paL0 {
  padding-left: 0px !important;
}

.paL10 {
  padding-left: 10px !important;
}

.paL20 {
  padding-left: 20px !important;
}

.paL30 {
  padding-left: 30px !important;
}

.paL40 {
  padding-left: 40px !important;
}

.paL50 {
  padding-left: 50px !important;
}

.paR0 {
  padding-right: 0px !important;
}

.paR10 {
  padding-right: 10px !important;
}

.paR20 {
  padding-right: 20px !important;
}

.paR30 {
  padding-right: 30px !important;
}

.paR40 {
  padding-right: 40px !important;
}

.paR50 {
  padding-right: 50px !important;
}

/*indent*/
.indent_1 {
  text-indent: -1em;
  margin-left: 1em;
}

.indent_2 {
  text-indent: -2em;
  margin-left: 2em;
}

.indent_3 {
  text-indent: -3em;
  margin-left: 3em;
}

.indent_4 {
  text-indent: -4em;
  margin-left: 4em;
}

.indent_5 {
  text-indent: -5em;
  margin-left: 5em;
}

:root {
  /* --key-color: #468f84; */
}

/* 背景不要の場合
===============================================================*/
.wrap-in_1920 {
  width: 100%;
  max-width: 1920px;
  margin-inline: auto;
}

.wrap-in_1600 {
  width: 100%;
  max-width: 1600px;
  margin-inline: auto;
}

.wrap-in_1400 {
  width: 100%;
  max-width: 1400px;
  margin-inline: auto;
}

.wrap-in_1200 {
  width: 100%;
  max-width: 1200px;
  margin-inline: auto;
}

.wrap-in_1120 {
  width: 100%;
  max-width: 1120px;
  margin-inline: auto;
}

.wrap-in_1040 {
  width: 100%;
  max-width: 1040px;
  margin-inline: auto;
}

.wrap-in_1000 {
  width: 100%;
  max-width: 1000px;
  margin-inline: auto;
}

.wrap-in_800 {
  width: 100%;
  max-width: 800px;
  margin-inline: auto;
}

.wrap-in_600 {
  width: 100%;
  max-width: 600px;
  margin-inline: auto;
}

@media screen and (max-width: 768px) {
  .wrap-in_1920, .wrap-in_1600, .wrap-in_1400, .wrap-in_1200, .wrap-in_1120, .wrap-in_1040, .wrap-in_1000, .wrap-in_800, .wrap-in_600 {
    width: 90%;
    padding-inline: 5%;
  }
}
/* 背景を幅100％に広げる場合
===============================================================*/
@media screen and (min-width: 769px) {
  .wrap1920 {
    padding-inline: calc(50% - 960px);
  }
  .wrap1600 {
    padding-inline: calc(50% - 800px);
  }
  .wrap1400 {
    padding-inline: calc(50% - 700px);
  }
  .wrap1200 {
    padding-inline: calc(50% - 600px);
  }
  .wrap1120 {
    padding-inline: calc(50% - 560px);
  }
  .wrap1040 {
    padding-inline: calc(50% - 520px);
  }
  .wrap1000 {
    padding-inline: calc(50% - 500px);
  }
  .wrap800 {
    padding-inline: calc(50% - 400px);
  }
  .wrap600 {
    padding-inline: calc(50% - 300px);
  }
}
@media screen and (max-width: 768px) {
  .wrap1920, .wrap1600, .wrap1400, .wrap1200, .wrap1120, .wrap1040, .wrap1000, .wrap800, .wrap600 {
    padding-inline: 3%;
  }
}
/* スクロールアップ
===============================================================*/
.scroll-fade {
  opacity: 0;
  transition: all 2s;
}

.scroll-up {
  opacity: 0;
  transform: translateY(100px);
  transition: all 1s;
}

.-delay {
  opacity: 0;
  transform: translateY(200px);
  transition: all 3s;
}

.scroll-up.done, .scroll-fade.done {
  opacity: 1;
  transform: translate(0, 0);
}

.load-fade {
  opacity: 0;
  transition: all 2s;
}

.load-up {
  opacity: 0;
  transform: translateY(100px);
  transition: all 2s;
}

.load-up.done, .load-fade.done {
  opacity: 1;
  transform: translate(0, 0);
}

/* リンク
===============================================================*/
a {
  color: var(--font);
  text-decoration: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

a:hover {
  opacity: 0.85;
}

/* アンカー
===============================================================*/
.anchor {
  padding-top: 50px;
  margin-top: -50px;
}

.anchor2 {
  padding-top: 150px;
  margin-top: -150px;
}
@media screen and (max-width: 768px) {
  .anchor2 {
    padding-top: 8%;
    margin-top: -8%;
  }
}

/* iPhoneでの背景固定
===============================================================*/
.bg {
  display: none;
}
@media screen and (max-width: 768px) {
  .bg {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-image: url("../image/bg_smp.jpg");
    background-size: cover;
    background-position: center;
    z-index: -1;
  }
}

/* 表示切替
===============================================================*/
@media (min-width: 768px) {
  .sp-only {
    display: none;
  }
  .pc-only {
    display: block;
  }
}
@media (max-width: 767px) {
  .sp-only {
    display: block;
  }
  .pc-only {
    display: none;
  }
}
.pc-narrow-only {
  display: none;
}
@media screen and (min-width: 769px) and (max-width: 1250px) {
  .pc-narrow-only {
    display: block;
  }
}

.pc-not-tub-only {
  display: none;
}
@media screen and (min-width: 1060px) {
  .pc-not-tub-only {
    display: block;
  }
}

.display-none {
  display: none !important;
}

.display-block {
  display: block !important;
}

.display-flex {
  display: flex !important;
}

/* 上に戻るボタン
===============================================================*/
/* ベーススタイル
===============================================================*/
body {
  font-size: 16px;
  line-height: 1.5;
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Yu Gothic", "YuGothic", "Meiryo", sans-serif;
}
@media screen and (max-width: 768px) {
  body {
    font-size: 14px;
  }
}
body main {
  position: relative;
}
body main article {
  position: relative;
}
body main article section {
  position: relative;
  margin-block: 50px;
}

h1 {
  position: relative;
  font-weight: 800;
  font-size: 36px;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  h1 {
    font-size: 20px;
    margin-bottom: 1em;
  }
}

h2 {
  position: relative;
  font-weight: 800;
  font-size: 36px;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  h2 {
    font-size: 18px;
    margin-bottom: 1em;
  }
}
h3 {
  font-size: 20px;
  font-weight: 800;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  h3 {
    font-size: 16px;
    margin-top: 1em;
  }
}
h3 span {
  font-size: 80%;
}

h4 {
  font-size: 18px;
  font-weight: 800;
  margin-bottom: 0.5em;
}
@media screen and (max-width: 768px) {
  h4 {
    font-size: 16px;
  }
}

p {
  font-size: 14px;
}

/* カラム
===============================================================*/
.col2, .col3, .col4 {
  display: flex;
  justify-content: space-between;
  gap: 2%;
}

@media screen and (max-width: 768px) {
  .col2 {
    display: block;
  }
}
.col2 > * {
  width: 48%;
}
@media screen and (max-width: 768px) {
  .col2 > * {
    width: 100%;
  }
}

.col3 > * {
  width: 31%;
}
@media screen and (max-width: 768px) {
  .col3 > * {
    width: 48%;
  }
}

.col4 > * {
  width: 23%;
}
@media screen and (max-width: 768px) {
  .col4 > * {
    width: 31%;
  }
}

header {
  background: rgba(255, 255, 255, 0.85);
  background: #e60012;
  position: fixed;
  z-index: 500;
  width: 100%;
  top: 0;
  filter: drop-shadow(3px 0 3px rgba(0, 0, 0, 0.2));
  display: flex;
}
@media screen and (min-width: 769px) {
  header {
    justify-content: space-between;
    padding-inline: calc(50% - 600px);
  }
}
@media screen and (max-width: 768px) {
  header {
    margin-top: 0;
  }
}
header h1 {
  margin: 0;
  padding: 10px 20px;
}
header h1 img {
  display: block;
  width: auto;
}
@media screen and (max-width: 768px) {
  header h1 img {
    height: 30px;
  }
}
@media screen and (min-width: 769px) {
  header h1 {
    width: 350px;
  }
}
header .header-right {
  width: calc(100% - 300px);
  display: flex;
  align-items: center;
  justify-content: right;
}
@media screen and (max-width: 768px) {
  header .header-right {
    width: calc(100% - 270px);
  }
}
header .header-right .icon {
  padding: 0 10px;
  transform: translateY(0.3em);
}
@media screen and (max-width: 768px) {
  header .header-right .icon {
    transform: translateY(0.2em);
  }
}
header .header-right .icon a {
  width: 30px;
  display: block;
}
header .header-right .icon a img {
  width: 100%;
}
header .header-right nav ul {
  display: flex;
  flex-wrap: wrap;
  margin: 10px 0 10px 0;
}
@media screen and (max-width: 768px) {
  header .header-right nav ul {
    margin-top: 0;
    background-color: #fff;
  }
}
header .header-right nav ul li {
  padding: 3px 15px;
}
header .header-right nav ul li::after {
  content: "";
  position: absolute;
  width: 0;
  height: 1px;
  background: #00a1e9;
  margin-left: -20px;
  left: 50%;
  bottom: -10px;
  transition: 0.5s all;
}
header .header-right nav ul li a {
  font-weight: 700;
  font-size: 16px;
  position: relative;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  header .header-right nav ul li a {
    font-size: 16px;
  }
}
header .header-right nav ul li a:hover {
  color: #ff0f00;
  opacity: 1;
}
header .header-right nav ul li a:hover::after {
  width: 40px;
}
header .header-right nav ul li a.current {
  color: #ff0f00;
}
header .header-right nav ul li a.grayout {
  color: #aaa;
  cursor: default;
  pointer-events: none;
}
header .header-right .entry_btn {
  font-size: 18px;
  padding: 0.4em 20px;
  margin: 10px 0;
}
@media screen and (max-width: 768px) {
  header .header-right .entry_btn {
    position: fixed;
    font-size: 16px;
    top: 0;
    right: 50px;
    margin: 0;
    padding: 0.75em 20px;
    height: 100%;
  }
}

#sp_trig {
  display: none;
}

@media screen and (max-width: 768px) {
  #sp_trig {
    margin: 0;
    display: block;
    width: 50px;
    height: 50px;
    background: #e60012;
    color: #fff;
    padding: 6px 5px 0;
    text-align: center;
    cursor: pointer;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 100;
    cursor: pointer;
  }
  #sp_trig u {
    display: block;
    width: 80%;
    height: 2px;
    border-radius: 10px;
    margin: 5px auto 5px;
    background: #fff;
    transition: 0.5s all;
  }
  #sp_trig u:nth-child(1) {
    margin-top: 10px;
  }
  #sp_trig.open u:nth-child(1) {
    transform: translateY(7px) rotate(-45deg);
  }
  #sp_trig.open u:nth-child(2) {
    opacity: 0;
  }
  #sp_trig.open u:nth-child(3) {
    transform: translateY(-7px) rotate(45deg);
  }
  #sp_trig span {
    font-size: 10px;
    line-height: 1;
    font-weight: bold;
    display: block;
  }
  nav {
    width: calc(100% - 50px);
    max-width: 400px;
    background: #fff;
    height: 100%;
    position: fixed;
    top: 0;
    left: -100%;
    opacity: 0;
    transition: 0.5s all;
    z-index: 100;
  }
  nav.open {
    opacity: 1;
    left: 0;
  }
  nav ul {
    flex-wrap: wrap;
  }
  nav ul li {
    width: 100%;
    border-bottom: 1px solid #ccc;
    padding: 0;
  }
  nav ul li a {
    padding: 20px;
    text-align: center;
    display: block;
    color: #e60012 !important;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  nav ul li a {
    text-align: left;
    padding: 15px 10px;
  }
}
@media screen and (max-width: 768px) {
  nav ul li a:hover {
    background: #fff;
    color: #333;
    opacity: 1;
  }
  nav ul li a:hover::after {
    display: none;
  }
  #sp_logo {
    background: #fff;
    padding: 20px 10px;
  }
  #sp_logo img {
    display: block;
    margin: 0 auto;
  }
  #sp_siteid {
    width: 80%;
  }
  #sp_metro {
    width: 40%;
  }
  #sp_close {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    position: fixed;
    z-index: 99;
    cursor: pointer;
    top: 0;
    left: 0;
    display: none;
  }
  .entry-item {
    width: 32%;
    margin: 0 0.6% 20px;
  }
  #page-top {
    width: 40px;
    height: 40px;
    bottom: 14%;
    right: 5px;
  }
  #page-top::before {
    width: 15px;
    height: 15px;
  }
}
.footer {
  background-color: #ebe4cf;
  padding: 2em;
  z-index: 2;
  position: relative;
  text-align: center;
}
.footer .bnr-area {
  display: flex;
  justify-content: center;
  gap: 2%;
  margin-bottom: 1em;
}
.footer .bnr-area a {
  display: block;
  max-width: 350px;
  width: 70%;
  margin-block: auto;
}
.footer .bnr-area a img {
  width: 100%;
}
.footer footer {
  position: relative;
  color: #000;
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .footer footer {
    font-size: 14px;
  }
}
.footer #page-top {
  bottom: 30px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  position: fixed;
  right: 10px;
  z-index: 10;
  background: #fff;
  opacity: 0;
  visibility: hidden;
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 768px) {
  .footer #page-top {
    width: 50px;
    height: 50px;
  }
}
.footer #page-top.visible {
  opacity: 1;
  visibility: visible;
}
.footer #page-top:hover {
  scale: 1.1;
}
.footer #page-top::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  border-top: 2px solid #1a489c;
  border-left: 2px solid #1a489c;
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translateY(-60%) translateX(-50%) rotate(45deg);
  -webkit-transform: translateY(-60%) translateX(-50%) rotate(45deg);
}
@media screen and (max-width: 768px) {
  .footer #page-top::before {
    width: 20px;
    height: 20px;
  }
}

.slick-dots li {
  z-index: 1;
}

.modal_wrap div {
  cursor: pointer;
}

.modal_overlay {
  display: flex;
  justify-content: center;
  overflow: auto;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  background: rgba(27, 35, 132, 0.95);
  overscroll-behavior: contain;
  overflow-y: scroll;
  scrollbar-width: none;
  -ms-overflow-style: none;
  touch-action: none;
}
.modal_overlay.bk {
  background: rgba(196, 24, 125, 0.95);
}

.modal_overlay::before,
.modal_overlay::after {
  content: "";
  width: 1px;
  height: calc(100vh + 1px);
  display: flex;
}

.modal_overlay::-webkit-scrollbar {
  display: none;
}

.modal_wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.modal_trigger {
  position: absolute;
  width: 100%;
  height: 100%;
}

.modal_content {
  width: 90%;
  max-width: 800px;
  padding: 60px 40px;
  box-sizing: border-box;
  transform: translateY(0);
  transition: 0.5s;
  text-align: center;
}

.modal_content .txt {
  font-size: 1.25rem;
  line-height: 1.7;
  margin-block: 20px;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .modal_content .txt {
    font-size: 0.9rem;
    margin-bottom: 0;
  }
}

@media screen and (max-width: 767px) {
  .modal_content {
    padding: 5%;
    width: 94%;
    display: block;
  }
  .modal_content figure {
    width: 40%;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) and (max-width: 768px) {
  .modal_content figure {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .modal_content.long-txt figure {
    width: 30%;
  }
  .modal_content.long-txt {
    padding: 2% 5%;
  }
  .modal_content .modal_prof {
    width: 100%;
    margin-left: 0;
  }
  .modal_content .modal_prof .name {
    font-size: 20px;
  }
  .modal_content .modal_prof .name span {
    font-size: 0.6em;
  }
  .modal_content .modal_prof .txt {
    font-size: 14px;
    line-height: 1.5;
  }
  .close_button {
    width: 60px;
    height: 60px;
    border-radius: 30px;
    font-size: 50px;
  }
}
@media screen and (max-width: 767px) and (max-width: 768px) {
  .close_button img {
    width: 40%;
  }
}
body.zoomed-out .mv {
  background-color: #74c5f0;
  background-size: 160%;
  background-position: top center;
}
body.zoomed-out .mv .title {
  display: flex;
  margin-inline: 0;
}
@media screen and (min-width: 1100px) {
  body.zoomed-out .mv .title {
    max-width: 700px;
    width: 40vw;
    left: calc(50% - min(350px, 20vw));
    top: min(420px, 23vw);
  }
}
@media screen and (max-width: 1099px) and (min-width: 769px) {
  body.zoomed-out .mv .title {
    width: 40vw;
    left: calc(50% - 20vw);
    top: min(240px, 23vw);
  }
}
@media screen and (max-width: 768px) {
  body.zoomed-out .mv .title {
    width: 40vw;
    left: calc(50% - 20vw);
    top: min(140px, 19vw);
  }
}
body.zoomed-out .mv .kv {
  top: auto;
  left: auto;
  display: flex;
  width: 100%;
  justify-content: center;
  margin-inline: 0 !important;
}
@media screen and (min-width: 1100px) {
  body.zoomed-out .mv .kv {
    margin-top: max(-150px, -8vw);
  }
}
@media screen and (max-width: 1099px) and (min-width: 769px) {
  body.zoomed-out .mv .kv {
    margin-top: max(-150px, -8vw);
  }
}
@media screen and (max-width: 768px) {
  body.zoomed-out .mv .kv {
    margin-top: max(-150px, -12vw);
  }
}
@media screen and (min-width: 1100px) {
  body.zoomed-out main article {
    padding-top: min(1200px, 65vw);
  }
}
@media screen and (max-width: 1099px) and (min-width: 769px) {
  body.zoomed-out main article {
    padding-top: min(700px, 65vw);
  }
}
@media screen and (max-width: 768px) {
  body.zoomed-out main article {
    padding-top: min(500px, 65vw);
  }
}
body.zoomed-out .scroll-up {
  transition: all 0s;
  opacity: 1;
  transform: translate(0, 0) !important;
}
body.zoomed-out .scroll {
  display: none !important;
}

body {
  font-size: 18px;
  font-family: "Noto Sans JP", sans-serif;
}

#wrapper {
  visibility: hidden;
  position: relative;
}
@media screen and (max-width: 768px) {
  #wrapper {
    background: none;
  }
}

.wf-active #wrapper {
  visibility: visible;
}

header {
  background: #fff;
}
@media screen and (max-width: 768px) {
  header {
    margin-top: 0;
  }
}
header nav ul li a {
  color: #000;
}
header nav ul li a:hover::after {
  width: 40px;
}
#sp_trig {
  display: none;
}

@media screen and (max-width: 768px) {
  #sp_trig {
    display: block;
    color: #000;
  }
}
body main article {
  position: relative;
  padding-top: 100vh;
}
@media screen and (min-width: 769px) and (max-width: 1250px) {
  body main article {
    padding-top: 90vw;
  }
}
@media screen and (max-width: 768px) {
  body main article {
    padding-top: 90vw;
  }
}
body main article .article-bg {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 40%, #faf5ec 50%);
  padding-top: 50px;
}
body main article p {
  line-height: 1.7;
}
body main article p a {
  color: var(--pt-color);
  border-bottom: 1px solid var(--pt-color);
}
@media screen and (max-width: 768px) {
  body main article p {
    font-size: 1.4rem;
    margin-bottom: 5%;
  }
}
body main article section {
  color: #3f3d59;
  position: relative;
  background-color: #fff;
  border-radius: 10px;
  padding: 3% 8%;
  max-width: 1200px;
  width: 96%;
  margin: 30px auto 0;
  filter: drop-shadow(0 0 3px rgb(255, 255, 255));
}
@media screen and (min-width: 1921px) {
  body main article section {
    padding: 50px 100px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1250px) {
  body main article section {
    width: 90%;
    margin-inline: auto;
    padding: 3% 7%;
  }
}
@media screen and (max-width: 768px) {
  body main article section {
    width: 90%;
    margin-inline: auto;
    padding: 5% 5% 3%;
  }
}
body main article section img {
  width: 100%;
}
body main article section figcaption {
  font-size: 80%;
  margin-top: 0.5em;
}

a, p, li, dd, span {
  font-family: "Noto Sans JP", sans-serif;
}

h1, h2, h3, h4, dt {
  font-family: "Zen Maru Gothic", sans-serif;
}

h2 {
  color: #e60012;
  font-size: 36px;
  text-align: center;
  margin-bottom: 2em;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  h2 {
    font-size: 18px;
    margin-bottom: 1em;
    padding-bottom: 0.5em;
  }
}
h2::after {
  content: "";
  background: url(../image/h2-deco.png) no-repeat;
  width: 80px;
  height: 20px;
  display: block;
  position: absolute;
  left: calc(50% - 40px);
  bottom: -1em;
  background-size: 100%;
}
.scroll-wrap {
  position: relative;
  max-width: 1200px;
  width: 96%;
  margin: 0 auto;
}
.scroll-wrap .scroll {
  position: absolute;
  right: 47%;
  top: -150px;
  writing-mode: vertical-rl;
  font-size: 14px;
  background-color: #e60012;
  color: #fff;
  border-radius: 1em;
  padding: 1em 0;
  transition: opacity 1s ease;
}
@media screen and (max-width: 768px) {
  .scroll-wrap .scroll {
    top: -20vw;
  }
}
.scroll-wrap .scroll::before {
  animation: scroll 2s infinite;
  background-color: #e60012;
  bottom: -65px;
  content: "";
  height: 50px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  width: 2px;
}
@keyframes scroll {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  51% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
}

.entry_btn {
  display: inline-block;
  border: 2px solid #a17376;
  background-color: #a17376;
  color: #fff;
  font-weight: 700;
  align-self: center;
  transition: all 0.3s;
}
.entry_btn:hover {
  border: 2px solid #a17376;
  background-color: #fff;
  text-decoration: none;
  color: #a17376;
  opacity: 1;
}
.entry_btn.grayout {
  border: 2px solid #aaa;
  background-color: #aaa;
  cursor: default;
  pointer-events: none;
}

.baloon {
  position: absolute;
  top: -80px;
  left: 20px;
  width: 80px;
}
@media screen and (min-width: 769px) and (max-width: 1250px) {
  .baloon {
    left: -5%;
  }
}
@media screen and (max-width: 768px) {
  .baloon {
    width: 40px;
    top: -40px;
    left: -5%;
  }
}
.baloon.right {
  left: auto;
  right: 20px;
}
@media screen and (min-width: 769px) and (max-width: 1250px) {
  .baloon.right {
    right: -5%;
  }
}
@media screen and (max-width: 768px) {
  .baloon.right {
    right: -5%;
  }
}
.baloon img {
  width: 100%;
}

/* MV
===============================================================*/
.mv {
  position: fixed;
  margin-top: 60px;
  margin-top: 0;
  background: url(../image/fanfanfes_kv_bg.jpg) no-repeat;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100vh;
}
@media screen and (max-width: 768px) {
  .mv {
    margin-top: 50px;
  }
}
.mv .title {
  position: absolute;
  top: 32.5vh;
  width: 60vh;
  left: calc(50% - 30vh);
  animation: floating 3s ease-in-out infinite;
}
@media screen and (max-width: 940px) and (min-width: 769px) {
  .mv .title {
    top: 33vw;
    width: 60vw;
    left: 20vw;
    margin-top: 0;
  }
}
@media screen and (max-width: 768px) {
  .mv .title {
    top: 27vw;
    width: 60%;
    left: 21%;
    margin-top: 0;
  }
}
.mv .title img {
  width: 100%;
  height: auto;
  display: block;
}
@keyframes floating {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-15px);
  }
}
.mv .kv {
  margin-top: -10vh;
  width: 140vh;
  margin-left: calc(50vw - 70vh);
  position: relative;
}
@media screen and (max-width: 940px) and (min-width: 769px) {
  .mv .kv {
    top: -10vw;
    width: 140vw;
    left: -20vw;
    margin-top: 0;
    margin-left: 0;
  }
}
@media screen and (max-width: 768px) {
  .mv .kv {
    width: 140vw;
    margin: -17.5vw -20vw;
    transform: scale(1);
  }
}
.mv .kv img {
  height: auto;
}
.lead p {
  font-size: 20px;
  font-family: "Zen Maru Gothic", sans-serif;
  line-height: 2;
  font-weight: bold;
  letter-spacing: -0.07em;
  text-align: center;
}
@media screen and (min-width: 769px) and (max-width: 1250px) {
  .lead p {
    font-size: 1.6vw;
  }
}
@media screen and (min-width: 769px) and (max-width: 1000px) {
  .lead p {
    font-size: 1.6vw;
  }
}
@media screen and (min-width: 414px) and (max-width: 768px) {
  .lead p {
    font-size: 3.6vw;
  }
}
@media screen and (max-width: 768px) {
  .lead p {
    font-size: 4.1vw;
    letter-spacing: -0.07em;
  }
}
.lead p + p {
  margin-top: 0.8em;
}

.news h2 {
  margin-bottom: 1em;
}
.news ul {
  background-color: #fff;
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  .news ul {
    padding: 10px 0 0.1px;
  }
}
.news ul li:not(:last-of-type) {
  border-bottom: 1px solid #ddd;
  margin-bottom: 0.5em;
  padding-bottom: 0.5em;
}
.news ul li .date {
  font-size: 14px;
  margin-bottom: 0;
  color: #e60012;
}
.news ul li .title {
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .news ul li .title {
    font-size: 14px;
  }
}
.news ul li .title a {
  color: #1a489c !important;
  border-bottom: 1px solid #1a489c;
}

.overview p + h3 {
  border-top: none;
}
.overview .summary dl {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .overview .summary dl {
    justify-content: space-between;
  }
}
.overview .summary dl dt {
  width: 6em;
  font-weight: bold;
  font-size: 20px;
  background-color: #e60012;
  display: inline-block;
  height: 1.6em;
  border-radius: 20px;
  text-align: center;
  color: #fff;
  margin-right: 2em;
}
@media screen and (max-width: 768px) {
  .overview .summary dl dt {
    font-size: 14px;
    width: 6em;
  }
}
.overview .summary dl dd {
  width: calc(100% - 8em);
  font-size: 20px;
  line-height: 1.7;
  border-bottom: 1px dotted #ddd;
  padding-bottom: 0.5em;
  margin-bottom: 0.5em;
}
@media screen and (max-width: 768px) {
  .overview .summary dl dd {
    width: 100%;
    font-size: 14px;
    padding-block: 0.5em 1em;
    margin-bottom: 1em;
  }
}
.overview .summary dl dd a {
  color: #1a489c;
  text-decoration: underline;
}
.overview .summary dl dd a::after {
  content: "";
  background: url(../image/icon_blank.png) no-repeat;
  background-size: 14px;
  width: 14px;
  height: 14px;
  display: inline-block;
  margin-inline: 5px;
}
.overview .summary dl dd span {
  font-size: 85%;
  line-height: 1.2;
  font-weight: normal;
}

.map h3 {
  margin-bottom: 1em;
  background-color: #e60012;
  display: inline-block;
  border-radius: 20px;
  text-align: center;
  color: #fff;
  padding: 0 1em;
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  .map h3 {
    font-size: 16px;
  }
}
.map .hall {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 0.5em;
  color: #e60012;
}
@media screen and (max-width: 768px) {
  .map .hall {
    font-size: 16px;
  }
}
.map .address {
  margin-bottom: 1em;
  font-size: 16px;
  line-height: 1.8;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .map .address {
    font-size: 14px;
  }
}
.map .address dt {
  font-weight: bold;
  margin-right: 1em;
  width: 4em;
}
@media screen and (max-width: 768px) {
  .map .address dt {
    width: 3em;
  }
}
.map .address dd {
  margin-bottom: 0.5em;
  width: calc(100% - 6em);
}
@media screen and (max-width: 768px) {
  .map .address dd {
    width: calc(100% - 4em);
  }
}
.map .googlemap {
  width: 100%;
}
.map .googlemap iframe {
  width: 100%;
}
.map .access-btn {
  text-align: center;
  display: inline-block;
  margin-inline: auto;
  margin-block: 0 2em;
  border: 1px solid #e60012;
  color: #e60012;
  padding: 0.3em 3em;
  border-radius: 30px;
  font-size: 16px;
  text-decoration: none;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .map .access-btn {
    font-size: 14px;
    padding: 0.6em 1.5em;
  }
}
.map .access-btn:hover {
  background-color: #e60012;
  color: #fff;
}

.entry {
  overflow: hidden;
  text-align: center;
  margin-block: 100px 0;
}
@media screen and (max-width: 768px) {
  .entry {
    margin-block: 50px 0;
  }
}
.entry .entry-bg {
  background-color: #f3ecd9;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  margin-inline: -200px;
  padding: 100px 200px;
}
@media screen and (max-width: 768px) {
  .entry .entry-bg {
    text-align: center;
    margin-left: -30%;
    margin-right: -30%;
    padding: 50px 40%;
  }
}
.entry .entry-bg p {
  font-size: 20px;
  margin-bottom: 2em;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .entry .entry-bg p {
    font-size: 14px;
  }
}
.entry .entry-bg .bnr {
  display: block;
}
.entry .entry-bg .comingsoon {
  font-size: 36px;
  color: #999;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .entry .entry-bg .comingsoon {
    font-size: 16px;
  }
}
.entry .entry-bg .entry_btn {
  display: inline-block;
  border-radius: 10px;
  padding: 1.4em 4em;
  font-size: 24px;
}
@media screen and (max-width: 768px) {
  .entry .entry-bg .entry_btn {
    font-size: 16px;
  }
}/*# sourceMappingURL=style.css.map */