@charset "UTF-8";
/*! destyle.css v4.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-tap-highlight-color: transparent;
  /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  /* 1 */
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit;
  /* 2 */
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px;
  /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/**
 * Fix appearance for Firefox
 */
[type=number] {
  -moz-appearance: textfield;
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit;
  /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

html {
  font-size: 10px;
}
@media screen and (max-width: 1200px) {
  html {
    font-size: 0.8333333333vw;
  }
}
@media screen and (max-width: 767px) {
  html {
    font-size: 1.3333333333vw;
  }
}

body {
  font-family: YuGothic, "Yu Gothic", Meiryo, メイリオ, "MS PGothic", "ＭＳ Ｐゴシック", sans-serif;
  font-family: "Noto Serif JP", serif;
  font-size: 2.6rem;
  font-weight: 400;
  line-height: 1.6;
  color: #111;
  background: #fff;
  letter-spacing: 0.08rem;
  text-size-adjust: 100%;
  min-width: 100%;
  overflow-x: hidden;
  overscroll-behavior: contain;
}
@media screen and (max-width: 767px) {
  body {
    min-width: 100%;
    font-size: 3.2rem;
  }
}
body * {
  outline: none;
  font-feature-settings: "palt" 1;
}

::-webkit-scrollbar-track {
  border-radius: 0px;
  background: #e5e5e5;
}

::-webkit-scrollbar-thumb {
  background: #727272;
  border-radius: 0px;
  margin: 2px;
  box-shadow: none;
  border-radius: 100px;
  border: 1px solid rgba(0, 0, 0, 0.2);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: inherit;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
  image-rendering: -webkit-optimize-contrast;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
}
@media screen and (max-width: 767px) {
  img {
    image-rendering: auto;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), (-webkit-min-device-pixel-ratio: 1.5) {
  img {
    image-rendering: auto;
  }
}

picture {
  display: block;
  line-height: 0;
}

a {
  transition: opacity 0.3s;
}
a:hover {
  opacity: 0.6;
}
a[href^="tel:"] {
  cursor: default;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  a[href^="tel:"] {
    pointer-events: auto;
  }
}

a,
em,
strong,
i {
  font-style: normal;
  font-weight: inherit;
  color: inherit;
  text-decoration: none;
}

dl dt {
  font-weight: inherit;
}

figure {
  line-height: 0;
}
figure figcaption {
  line-height: 1.6;
}

table {
  width: 100%;
}
table th {
  font-weight: 400;
}

iframe {
  border: none;
}

input,
textarea,
select,
button {
  font-family: "Noto Sans JP", "Hiragino Sans";
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.6;
  color: #111;
  background: #fff;
  letter-spacing: 0.08rem;
  text-size-adjust: 100%;
  min-width: 100%;
  overflow-x: hidden;
  width: 100%;
  padding: 0;
  border: none;
  border-radius: 0;
}
@media screen and (max-width: 767px) {
  input,
  textarea,
  select,
  button {
    font-size: 1.5rem;
  }
}

label {
  display: inline-block;
  cursor: pointer;
}

textarea {
  display: block;
  resize: vertical;
  vertical-align: bottom;
}

input[type=submit],
input[type=reset],
input[type=button],
button {
  transition: opacity 0.3s;
  cursor: pointer;
}
input[type=submit]:hover,
input[type=reset]:hover,
input[type=button]:hover,
button:hover {
  opacity: 0.6;
}

.f-serif {
  font-family: "Noto Serif JP", serif;
}

@media screen and (max-width: 767px) {
  a:hover {
    opacity: 1;
  }
}

@media screen and (max-width: 767px) {
  img {
    width: 100%;
  }
}

.js_fadeTop {
  opacity: 0;
}

@media screen and (max-width: 767px) {
  html.is-lock,
  body.is-lock {
    overflow: hidden;
  }
}

.sp-only {
  display: none;
}
@media screen and (max-width: 767px) {
  .sp-only {
    display: block;
  }
}

.pc-only {
  display: block;
}
@media screen and (max-width: 767px) {
  .pc-only {
    display: none;
  }
}

.js_accordion dt {
  cursor: pointer;
}
.js_accordion dd {
  display: none;
}

.js_tab .js_tab_content {
  position: relative;
}
.js_tab .js_tab_content > * {
  position: absolute;
  top: 0;
  width: 100%;
  height: 1px;
  z-index: 1;
  opacity: 0;
  overflow: hidden;
  transform: translateY(20px);
  transition: all 0.5s;
}
.js_tab .js_tab_content > *.is-tab {
  position: relative;
  opacity: 1;
  z-index: 2;
  height: auto;
  transform: translateY(0);
}

.js_tab02 .js_tab_content02 {
  position: relative;
}
.js_tab02 .js_tab_content02 > * {
  position: absolute;
  top: 0;
  width: 100%;
  height: 1px;
  z-index: 1;
  opacity: 0;
  overflow: hidden;
  transition: all 0.5s;
}
.js_tab02 .js_tab_content02 > *.is-tab {
  position: relative;
  opacity: 1;
  z-index: 2;
  height: auto;
  transform: translateY(0);
}

.js_anim_scroll {
  transition: opacity 0.7s, transform 0.7s;
  transform: translateY(40px);
  opacity: 0;
  transition-delay: 0.2s;
}
.js_anim_scroll.is-anim {
  transform: translateY(0);
  opacity: 1;
}

.js_anim_scroll_group > * {
  display: inline-block;
  transition: opacity 0.6s, transform 0.6s;
  transform: translateY(20px);
  opacity: 0;
}
.js_anim_scroll_group > *:nth-child(2) {
  transition-delay: 0.06s;
}
.js_anim_scroll_group > *:nth-child(3) {
  transition-delay: 0.12s;
}
.js_anim_scroll_group > *:nth-child(4) {
  transition-delay: 0.18s;
}
.js_anim_scroll_group > *:nth-child(5) {
  transition-delay: 0.24s;
}
.js_anim_scroll_group > *:nth-child(6) {
  transition-delay: 0.3s;
}
.js_anim_scroll_group > *:nth-child(7) {
  transition-delay: 0.36s;
}
.js_anim_scroll_group > *:nth-child(8) {
  transition-delay: 0.42s;
}
.js_anim_scroll_group > *:nth-child(9) {
  transition-delay: 0.48s;
}
.js_anim_scroll_group > *:nth-child(10) {
  transition-delay: 0.54s;
}
.js_anim_scroll_group > *:nth-child(11) {
  transition-delay: 0.6s;
}
.js_anim_scroll_group > *:nth-child(12) {
  transition-delay: 0.66s;
}
.js_anim_scroll_group > *:nth-child(13) {
  transition-delay: 0.72s;
}
.js_anim_scroll_group > *:nth-child(14) {
  transition-delay: 0.78s;
}
.js_anim_scroll_group > *:nth-child(15) {
  transition-delay: 0.84s;
}
.js_anim_scroll_group > *:nth-child(16) {
  transition-delay: 0.9s;
}
.js_anim_scroll_group > *:nth-child(17) {
  transition-delay: 0.96s;
}
.js_anim_scroll_group > *:nth-child(18) {
  transition-delay: 1.02s;
}
.js_anim_scroll_group > *:nth-child(19) {
  transition-delay: 1.08s;
}
.js_anim_scroll_group > *:nth-child(20) {
  transition-delay: 1.14s;
}
.js_anim_scroll_group > *:nth-child(21) {
  transition-delay: 1.2s;
}
.js_anim_scroll_group > *:nth-child(22) {
  transition-delay: 1.26s;
}
.js_anim_scroll_group > *:nth-child(23) {
  transition-delay: 1.32s;
}
.js_anim_scroll_group > *:nth-child(24) {
  transition-delay: 1.38s;
}
.js_anim_scroll_group.is-anim > * {
  transform: translateY(0);
  opacity: 1;
}

.delay01 {
  transition-delay: 0.3s;
}

.delay02 {
  transition-delay: 0.6s;
}

.delay03 {
  transition-delay: 0.9s;
}

.delay04 {
  transition-delay: 1.2s;
}

.delay05 {
  transition-delay: 1.5s;
}

.delay06 {
  transition-delay: 1.8s;
}

.delay07 {
  transition-delay: 2.1s;
}

.delay08 {
  transition-delay: 2.4s;
}

.delay09 {
  transition-delay: 2.7s;
}

.delay10 {
  transition-delay: 3s;
}

.m_box_fixed {
  position: relative;
  max-width: 120rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .m_box_fixed {
    padding: 0;
  }
}

#l_container {
  position: relative;
  width: 100%;
  margin: 0 auto;
  box-shadow: 0 0 7rem rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 1360px) {
  #l_container {
    width: 100%;
    box-sizing: content-box;
  }
}
@media screen and (max-width: 767px) {
  #l_container {
    width: 75rem;
  }
}
#l_container .sec__inner {
  max-width: 120rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  #l_container .sec__inner {
    width: 75rem;
  }
}

#footer {
  padding: 1rem 0;
  background-color: #198214;
  color: #fff;
  font-size: 1.4rem;
  font-family: "Noto Sans JP", "Hiragino Sans";
}
@media screen and (max-width: 767px) {
  #footer {
    padding: 2rem 0 20rem;
    font-size: 2.4rem;
  }
}
#footer .copy {
  text-align: center;
}

#l_header {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 20;
  width: 100%;
  background-color: #fff;
}
#l_header .l_header__wrap {
  height: 8rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 767px) {
  #l_header .l_header__wrap {
    height: 16rem;
  }
}
#l_header .logo {
  margin-left: 1rem;
}
@media screen and (max-width: 767px) {
  #l_header .logo {
    margin-left: 2rem;
  }
}
#l_header .logo img {
  width: 24.1rem;
}
@media screen and (max-width: 767px) {
  #l_header .logo img {
    width: 48.2rem;
  }
}
#l_header .header__menu .menu {
  display: flex;
  gap: 0 4rem;
  margin-right: 17.1rem;
}
#l_header .header__menu .menu li {
  font-size: 1.6rem;
}
#l_header .header-form {
  position: absolute;
  top: 2.5rem;
  right: 3rem;
  bottom: 0;
  left: auto;
  z-index: 1;
  font-family: "Noto Sans JP", "Hiragino Sans";
}
@media screen and (max-width: 767px) {
  #l_header .header-form {
    top: 5rem;
    right: 4rem;
  }
}
#l_header .header-form .header-form__button {
  width: 10.2rem;
  height: 3rem;
  color: #000;
  font-size: 1.3rem;
  border: 0.2rem solid #CCCCCC;
  border-radius: 2rem;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  #l_header .header-form .header-form__button {
    width: 20rem;
    height: 6rem;
    font-size: 2.6rem;
    border: 0.4rem solid #CCCCCC;
    border-radius: 4rem;
  }
}
#l_header .header-form .header-form__button img {
  width: 0.8rem;
  height: auto;
  margin-top: 0.2rem;
  margin-left: 0.3rem;
}
@media screen and (max-width: 767px) {
  #l_header .header-form .header-form__button img {
    width: 1.6rem;
    margin-top: 0.4rem;
    margin-left: 0.6rem;
  }
}
#l_header .header-form .header-form__button.is-active img {
  -webkit-transform: scale(1, -1);
  transform: scale(1, -1);
}
#l_header .header-form .header-language {
  display: none;
  border: 0.1rem solid #ddd;
  border-radius: 0.8rem;
  background-color: #fff;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  #l_header .header-form .header-language {
    border: 0.2rem solid #ddd;
    border-radius: 1.6rem;
  }
}
#l_header .header-form .header-language__item {
  font-size: 1.3rem;
}
@media screen and (max-width: 767px) {
  #l_header .header-form .header-language__item {
    font-size: 2.6rem;
  }
}
#l_header .header-form .header-language__item + .header-language__item {
  border-top: 0.1rem solid #ddd;
}
@media screen and (max-width: 767px) {
  #l_header .header-form .header-language__item + .header-language__item {
    border-top: 0.2rem solid #ddd;
  }
}
#l_header .header-form .header-language__item a {
  display: block;
  padding: 1rem 1.5rem;
}
@media screen and (max-width: 767px) {
  #l_header .header-form .header-language__item a {
    padding: 2rem 3rem;
  }
}
#l_header .header-form .header-language__item .is-active {
  background-color: #198214;
  color: #fff;
  pointer-events: none;
}
#l_header .header-form .header-language__item .coming {
  display: block;
  padding: 1rem 1.5rem;
}
@media screen and (max-width: 767px) {
  #l_header .header-form .header-language__item .coming {
    padding: 2rem 3rem;
  }
}
#l_header .header-form .header-language__item .coming__txt {
  display: block;
  font-size: 1.1rem;
  margin: 0 -1rem;
}
#l_header .js_drawer_btn {
  position: absolute;
  top: 5rem;
  right: 4rem;
  cursor: pointer;
  width: 6rem;
  height: 4.8rem;
  z-index: 9999;
}
#l_header .js_drawer_btn span {
  display: inline-block;
  transition: all 0.4s;
  position: absolute;
  left: 0;
  height: 0.4rem;
  border-radius: 0.5rem;
  background: #198214;
  width: 100%;
}
#l_header .js_drawer_btn span:nth-of-type(1) {
  top: 0;
}
#l_header .js_drawer_btn span:nth-of-type(2) {
  top: 2.4rem;
}
#l_header .js_drawer_btn span:nth-of-type(3) {
  top: 4.8rem;
}
#l_header .js_drawer_btn.is-open {
  position: fixed;
  right: 4rem;
}
#l_header .js_drawer_btn.is-open span:nth-of-type(1) {
  top: 1.6rem;
  left: 1rem;
  transform: translateY(0.6rem) rotate(-35deg);
  width: 100%;
  transition: all 0.3s;
  background: #fff;
  box-shadow: 0 0 0.3rem rgba(0, 0, 0, 0.3);
}
#l_header .js_drawer_btn.is-open span:nth-of-type(2) {
  opacity: 0;
}
#l_header .js_drawer_btn.is-open span:nth-of-type(3) {
  top: 2.7rem;
  left: 1rem;
  transform: translateY(-0.6rem) rotate(35deg);
  width: 100%;
  transition: all 0.3s;
  background: #fff;
  box-shadow: 0 0 0.3rem rgba(0, 0, 0, 0.3);
}
#l_header .drawer {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: -9999;
  display: none;
  opacity: 0;
  transition: all 0.3s;
  pointer-events: none;
}
#l_header .drawer.is-open {
  pointer-events: auto;
  display: block;
  z-index: 9998;
  transition: all 0.3s;
  animation: fadeIn 0.5s cubic-bezier(0.33, 1, 0.68, 1) forwards;
}
#l_header .drawer .gnav {
  background-color: #198214;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  max-height: 100%;
  overflow-y: scroll;
  overscroll-behavior-y: contain;
  padding-top: 16rem;
  font-family: "Noto Sans JP", "Hiragino Sans";
}
#l_header .drawer .gnav ul {
  padding: 0 4rem 4.4rem;
}
#l_header .drawer .gnav ul .menu {
  letter-spacing: 0.3rem;
}
#l_header .drawer .gnav ul .menu > a {
  width: 100%;
  height: 14rem;
  display: flex;
  align-items: center;
  line-height: 1;
  color: #000;
  text-align: center;
  font-size: 3.2rem;
  position: relative;
  background-color: #fff;
  border-radius: 2rem;
}
#l_header .drawer .gnav ul .menu > a::before {
  content: "";
  display: inline-block;
  width: 11rem;
  height: 11rem;
  background: url("../img/menu_icon01.svg") no-repeat center top;
  background-size: contain;
  margin-left: 16rem;
  margin-right: 3.5rem;
}
#l_header .drawer .gnav ul .menu > a:hover {
  opacity: 1;
}
#l_header .drawer .gnav ul .menu.menu01 a::before {
  background: url("../img/menu_icon01.svg") no-repeat center top;
  background-size: contain;
}
#l_header .drawer .gnav ul .menu.menu02 a::before {
  background: url("../img/menu_icon02.svg") no-repeat center top;
  background-size: contain;
}
#l_header .drawer .gnav ul .menu.menu03 a::before {
  background: url("../img/menu_icon03.svg") no-repeat center top;
  background-size: contain;
}
#l_header .drawer .gnav ul .menu.menu04 a::before {
  background: url("../img/menu_icon04.svg") no-repeat center top;
  background-size: contain;
}
#l_header .drawer .gnav ul .menu.menu05 button {
  width: 100%;
  height: 14rem;
  display: flex;
  align-items: center;
  line-height: 1;
  color: #000;
  text-align: center;
  font-size: 3.2rem;
  position: relative;
  background-color: #fff;
  border-radius: 2rem;
}
#l_header .drawer .gnav ul .menu.menu05 button::before {
  content: "";
  display: inline-block;
  width: 11rem;
  height: 11rem;
  background: url("../img/menu_icon05.svg") no-repeat center top;
  background-size: contain;
  margin-left: 16rem;
  margin-right: 3.5rem;
}
#l_header .drawer .gnav ul .menu.menu05 button::after {
  content: "";
  display: block;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  right: 6rem;
  width: 4rem;
  height: 2rem;
  background: url("../img/icon_arr_gr.svg") no-repeat center;
  background-size: cover;
  transition: all 0.3s;
  transform: rotate(0deg);
}
#l_header .drawer .gnav ul .menu.menu05 button.is-active::after {
  transform: rotate(180deg);
  transition: all 0.3s;
}
#l_header .drawer .gnav ul .menu.menu05 button:hover {
  opacity: 1;
}
#l_header .drawer .gnav ul .menu.menu05 .lang__list {
  background-color: #fff;
  margin-top: 4rem;
  padding: 1rem;
  border-radius: 2rem;
  display: none;
  position: relative;
}
#l_header .drawer .gnav ul .menu.menu05 .lang__list::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0.2rem;
  width: 2.4rem;
  height: 2rem;
  background: url("../img/icon_arr_wh02.svg") no-repeat center top;
  background-size: contain;
  transform: translate(-50%, -100%);
}
#l_header .drawer .gnav ul .menu.menu05 .lang__list li a {
  width: 100%;
  display: block;
  border: 0.2rem solid #198214;
  border-radius: 1.2rem;
  background-color: #fff;
  line-height: 1;
  font-size: 2.8rem;
  color: #0B6407;
  text-align: center;
  padding: 2.5rem 0;
}
#l_header .drawer .gnav ul .menu.menu05 .lang__list li a.is-active {
  border: 0.2rem solid #fff;
  background-color: #198214;
  color: #fff;
  pointer-events: none;
}
#l_header .drawer .gnav ul .menu.menu05 .lang__list li .coming {
  width: 100%;
  display: block;
  border: 0.2rem solid #198214;
  border-radius: 1.2rem;
  background-color: #fff;
  line-height: 1;
  font-size: 2.8rem;
  color: #0B6407;
  text-align: center;
  padding: 1.25rem 0;
}
#l_header .drawer .gnav ul .menu.menu05 .lang__list li .coming__txt {
  font-size: 2rem;
  display: block;
  padding-top: 0.5rem;
}
#l_header .drawer .gnav ul .menu.menu05 .lang__list li + li {
  margin-top: 1rem;
}
#l_header .drawer .gnav ul .menu + li {
  margin-top: 2rem;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.floating__nav {
  display: block;
  position: fixed;
  left: 0;
  width: 100%;
  background-color: #fff;
  transition: all 0.3s;
  box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.2);
  bottom: 0;
  z-index: 10;
  transition: all 0.3s;
  animation: fadeIn 0.5s cubic-bezier(0.33, 1, 0.68, 1) forwards;
}
.floating__nav .gnav {
  font-family: "Noto Sans JP", "Hiragino Sans";
}
.floating__nav .gnav ul {
  display: flex;
}
.floating__nav .gnav ul .menu {
  width: 20%;
  letter-spacing: 0.1rem;
}
.floating__nav .gnav ul .menu > a {
  width: 100%;
  height: 12rem;
  padding: 1rem 0 0 0;
  line-height: 1;
  color: #000;
  text-align: center;
  font-size: 2.2rem;
  position: relative;
  background-color: #fff;
  display: block;
}
.floating__nav .gnav ul .menu > a::before {
  content: "";
  display: block;
  width: 6.5rem;
  height: 6.5rem;
  background: url("../img/menu_icon01.svg") no-repeat center top;
  background-size: contain;
  margin: 0 auto;
}
.floating__nav .gnav ul .menu.menu01 a::before {
  background: url("../img/menu_icon01.svg") no-repeat center top;
  background-size: contain;
}
.floating__nav .gnav ul .menu.menu02 a::before {
  background: url("../img/menu_icon02.svg") no-repeat center top;
  background-size: contain;
}
.floating__nav .gnav ul .menu.menu03 a {
  width: 15rem;
  height: 15rem;
  margin-top: -5rem;
  padding: 1.5rem 0 0 0;
  color: #fff;
  background: #198214;
  border: 0.2rem solid #fff;
  border-radius: 15rem;
  display: block;
}
.floating__nav .gnav ul .menu.menu03 a::before {
  width: 7rem;
  height: 7rem;
  background: url("../img/menu_icon03_wh.svg") no-repeat center top;
  background-size: contain;
}
.floating__nav .gnav ul .menu.menu04 a::before {
  background: url("../img/menu_icon04.svg") no-repeat center top;
  background-size: contain;
}
.floating__nav .gnav ul .menu.menu05 {
  position: relative;
}
.floating__nav .gnav ul .menu.menu05 > a {
  width: 100%;
  height: 12rem;
  padding: 1rem 0 0 0;
  line-height: 1;
  color: #000;
  text-align: center;
  font-size: 2.2rem;
  position: relative;
  background-color: #fff;
  display: block;
  transition: all 0.3s;
}
.floating__nav .gnav ul .menu.menu05 > a::before {
  content: "";
  display: block;
  width: 6.5rem;
  height: 6.5rem;
  background: url("../img/menu_icon05.svg") no-repeat center top;
  background-size: contain;
  margin: 0 auto;
}
.floating__nav .gnav ul .menu.menu05 > a.is-active {
  color: #fff;
  background-color: #198214;
  transition: all 0.3s;
}
.floating__nav .gnav ul .menu.menu05 > a.is-active::before {
  background: url("../img/menu_icon05_wh.svg") no-repeat center top;
  background-size: contain;
  margin: 0 auto;
}
.floating__nav .gnav ul .menu.menu05 .lang__list {
  background-color: #fff;
  display: none;
  position: fixed;
  right: 0;
  bottom: 12rem;
  width: 30rem;
}
.floating__nav .gnav ul .menu.menu05 .lang__list li a {
  width: 100%;
  display: block;
  background-color: #399635;
  line-height: 1;
  font-size: 3.2rem;
  color: #fff;
  text-align: center;
  padding: 2.5rem 0;
}
.floating__nav .gnav ul .menu.menu05 .lang__list li a.is-active {
  background-color: #0B6407;
  pointer-events: none;
}
.floating__nav .gnav ul .menu.menu05 .lang__list li .coming {
  width: 100%;
  display: block;
  background-color: #399635;
  line-height: 1;
  font-size: 3.2rem;
  color: #fff;
  text-align: center;
  padding: 1.5rem 0;
}
.floating__nav .gnav ul .menu.menu05 .lang__list li .coming__txt {
  font-size: 2rem;
  display: block;
  padding-top: 0.5rem;
}
.floating__nav .gnav ul .menu.menu05 .lang__list li + li {
  border-top: 0.2rem solid #fff;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
#page_top {
  overflow: hidden;
  width: 100%;
  background: url("../img/bg_cont.webp") repeat center top #FDF7F2;
  background-size: auto;
  position: relative;
  /* sec-enter */
}
@media screen and (max-width: 1200px) {
  #page_top {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  #page_top {
    background: url("../img/bg_cont_sp.webp") repeat center top #FDF7F2;
    background-size: 100% auto;
  }
}
#page_top #sec-main {
  position: relative;
}
#page_top .sec-enter {
  position: relative;
  margin-top: 8rem;
  padding-bottom: 8rem;
}
@media screen and (max-width: 767px) {
  #page_top .sec-enter {
    margin-top: 16rem;
    padding-bottom: 8rem;
  }
}
#page_top .sec-enter h2 {
  padding-top: 6.9rem;
  font-size: 4.2rem;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0.5rem;
}
@media screen and (max-width: 767px) {
  #page_top .sec-enter h2 {
    padding-top: 8rem;
    font-size: 5.2rem;
  }
}
#page_top .sec-enter .head__txt {
  padding-top: 4.2rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #page_top .sec-enter .head__txt {
    padding-top: 8rem;
  }
}
#page_top .sec-enter .head__txt .t01 {
  font-size: 1.6rem;
  font-weight: 600;
  letter-spacing: 0.2rem;
}
@media screen and (max-width: 767px) {
  #page_top .sec-enter .head__txt .t01 {
    font-size: 3.2rem;
  }
}
#page_top .sec-enter .head__txt .t02 {
  font-size: 1.4rem;
  letter-spacing: 0.2rem;
  padding-top: 2rem;
}
@media screen and (max-width: 767px) {
  #page_top .sec-enter .head__txt .t02 {
    font-size: 2.8rem;
  }
}
#page_top .sec-enter .head__btn {
  padding-top: 3.5rem;
  width: 36rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  #page_top .sec-enter .head__btn {
    padding-top: 7rem;
    width: 67rem;
  }
}
#page_top .sec-enter .head__btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 36rem;
  height: 6rem;
  background-color: #005299;
  border: 0.1rem solid #234081;
  border-radius: 0.5rem;
  font-size: 1.8rem;
  color: #fff;
  position: relative;
}
@media screen and (max-width: 767px) {
  #page_top .sec-enter .head__btn a {
    width: 67rem;
    height: 12rem;
    border: 0.2rem solid #234081;
    border-radius: 1rem;
    font-size: 3.6rem;
  }
}
#page_top .sec-enter .head__btn a::before {
  content: "";
  display: block;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  right: 1.8rem;
  width: 2.4rem;
  height: 0.5rem;
  background: url("../img/icon_arr.svg") no-repeat center;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  #page_top .sec-enter .head__btn a::before {
    right: 3.7rem;
    width: 5rem;
    height: 1rem;
  }
}
#page_top .sec-enter .enter__wrap {
  padding: 6rem 5rem 0;
}
@media screen and (max-width: 767px) {
  #page_top .sec-enter .enter__wrap {
    padding: 8rem 4rem 0;
  }
}
#page_top .sec-enter .enter__wrap .box {
  padding: 3.5rem 0 0 0;
  background: #fff;
  box-shadow: 0px 0px 0.5rem rgba(0, 0, 0, 0.1);
  font-family: "Noto Sans JP", "Hiragino Sans";
  letter-spacing: 0.1rem;
}
@media screen and (max-width: 767px) {
  #page_top .sec-enter .enter__wrap .box {
    padding: 4.4rem 0 0 0;
  }
}
#page_top .sec-enter .enter__wrap .box + .box {
  margin-top: 4rem;
}
#page_top .sec-enter .enter__wrap .box h3 {
  font-size: 2.3rem;
  font-weight: 600;
  color: #005299;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #page_top .sec-enter .enter__wrap .box h3 {
    font-size: 4.4rem;
  }
}
#page_top .sec-enter .enter__wrap .box h3 span {
  display: inline-block;
  padding-bottom: 2rem;
  position: relative;
}
#page_top .sec-enter .enter__wrap .box h3 span::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 5rem;
  height: 0.1rem;
  background-color: #005299;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  #page_top .sec-enter .enter__wrap .box h3 span::after {
    width: 10rem;
    height: 0.2rem;
  }
}
#page_top .sec-enter .enter__wrap .box .flow {
  display: flex;
  justify-content: center;
  gap: 0 9.3rem;
  padding-top: 3.8rem;
  padding-bottom: 1.9rem;
}
@media screen and (max-width: 767px) {
  #page_top .sec-enter .enter__wrap .box .flow {
    display: block;
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}
#page_top .sec-enter .enter__wrap .box .flow_cont {
  display: flex;
  flex-direction: column;
  position: relative;
}
@media screen and (max-width: 767px) {
  #page_top .sec-enter .enter__wrap .box .flow_cont {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  #page_top .sec-enter .enter__wrap .box .flow_cont + .flow_cont {
    margin-top: 8rem;
  }
}
#page_top .sec-enter .enter__wrap .box .flow_cont:not(:last-child)::after {
  content: "";
  width: 1.5rem;
  height: 3rem;
  position: absolute;
  top: 4.8rem;
  right: -6rem;
  background: url("../img//enter/icon_arr_blue.svg") no-repeat center;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  #page_top .sec-enter .enter__wrap .box .flow_cont:not(:last-child)::after {
    display: none;
  }
}
#page_top .sec-enter .enter__wrap .box .flow_cont__txt {
  flex-grow: 1;
  font-size: 1.6rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #page_top .sec-enter .enter__wrap .box .flow_cont__txt {
    font-size: 3.2rem;
  }
}
#page_top .sec-enter .enter__wrap .box .flow_cont__txt span {
  display: block;
  font-size: 1.2rem;
  padding-top: 0.5rem;
}
@media screen and (max-width: 767px) {
  #page_top .sec-enter .enter__wrap .box .flow_cont__txt span {
    font-size: 2.4rem;
    padding-top: 1rem;
  }
}
#page_top .sec-enter .enter__wrap .box .flow_cont__img {
  padding-top: 1.8rem;
  margin: 0 auto;
  width: 22rem;
}
@media screen and (max-width: 767px) {
  #page_top .sec-enter .enter__wrap .box .flow_cont__img {
    padding-top: 3.6rem;
    width: 44rem;
  }
}
#page_top .sec-enter .enter__wrap .box .seat01 {
  display: flex;
  justify-content: center;
  gap: 0 9.3rem;
  padding-top: 3rem;
  padding-bottom: 1.9rem;
}
@media screen and (max-width: 767px) {
  #page_top .sec-enter .enter__wrap .box .seat01 {
    display: block;
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}
#page_top .sec-enter .enter__wrap .box .seat01_cont {
  display: flex;
  flex-direction: column;
  position: relative;
}
@media screen and (max-width: 767px) {
  #page_top .sec-enter .enter__wrap .box .seat01_cont {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  #page_top .sec-enter .enter__wrap .box .seat01_cont + .seat01_cont {
    margin-top: 8rem;
  }
}
#page_top .sec-enter .enter__wrap .box .seat01_cont__txt {
  flex-grow: 1;
  font-size: 1.6rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #page_top .sec-enter .enter__wrap .box .seat01_cont__txt {
    font-size: 3.2rem;
  }
}
#page_top .sec-enter .enter__wrap .box .seat01_cont__img {
  margin: 0 auto;
  width: 22rem;
}
@media screen and (max-width: 767px) {
  #page_top .sec-enter .enter__wrap .box .seat01_cont__img {
    padding-top: 3.6rem;
    width: 44rem;
  }
}
#page_top .sec-enter .enter__wrap .box .seat02 {
  display: flex;
  justify-content: center;
  gap: 0 7.3rem;
  padding-top: 3.8rem;
  padding-bottom: 1.9rem;
}
@media screen and (max-width: 767px) {
  #page_top .sec-enter .enter__wrap .box .seat02 {
    display: block;
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}
#page_top .sec-enter .enter__wrap .box .seat02_cont {
  display: flex;
  flex-direction: column;
  position: relative;
}
@media screen and (max-width: 767px) {
  #page_top .sec-enter .enter__wrap .box .seat02_cont {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  #page_top .sec-enter .enter__wrap .box .seat02_cont + .seat02_cont {
    margin-top: 8rem;
  }
}
#page_top .sec-enter .enter__wrap .box .seat02_cont:not(:last-child)::after {
  content: "";
  width: 1.5rem;
  height: 3rem;
  position: absolute;
  top: 11rem;
  right: -4rem;
  background: url("../img//enter/icon_arr_blue.svg") no-repeat center;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  #page_top .sec-enter .enter__wrap .box .seat02_cont:not(:last-child)::after {
    display: none;
  }
}
#page_top .sec-enter .enter__wrap .box .seat02_cont__txt {
  flex-grow: 1;
  font-size: 1.6rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #page_top .sec-enter .enter__wrap .box .seat02_cont__txt {
    font-size: 3.2rem;
  }
}
#page_top .sec-enter .enter__wrap .box .seat02_cont__txt span {
  display: block;
  font-size: 1.2rem;
  padding-top: 0.5rem;
}
@media screen and (max-width: 767px) {
  #page_top .sec-enter .enter__wrap .box .seat02_cont__txt span {
    font-size: 2.4rem;
    padding-top: 1rem;
  }
}
#page_top .sec-enter .enter__wrap .box .seat02_cont__img {
  padding-top: 1.8rem;
  margin: 0 auto;
  width: 22rem;
}
@media screen and (max-width: 767px) {
  #page_top .sec-enter .enter__wrap .box .seat02_cont__img {
    padding-top: 3.6rem;
    width: 44rem;
  }
}
#page_top .sec-enter .enter__wrap .box.box-note {
  padding-top: 0;
}
#page_top .sec-enter .enter__wrap .box.box-note h3 {
  font-size: 2.2rem;
  font-weight: 600;
  color: #fff;
  text-align: center;
  background-color: #B81C22;
}
@media screen and (max-width: 767px) {
  #page_top .sec-enter .enter__wrap .box.box-note h3 {
    font-size: 4.4rem;
  }
}
#page_top .sec-enter .enter__wrap .box.box-note h3 span {
  display: inline-block;
  padding: 2.2rem;
  padding-bottom: 2.6rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  #page_top .sec-enter .enter__wrap .box.box-note h3 span {
    padding: 2.8rem;
    padding-bottom: 2.4rem;
  }
}
#page_top .sec-enter .enter__wrap .box.box-note h3 span::after {
  display: none;
}
#page_top .sec-enter .enter__wrap .box.box-note .note {
  display: flex;
  justify-content: center;
  gap: 0;
  padding-top: 3.8rem;
}
@media screen and (max-width: 767px) {
  #page_top .sec-enter .enter__wrap .box.box-note .note {
    padding-top: 3rem;
  }
}
#page_top .sec-enter .enter__wrap .box.box-note .note_cont {
  display: flex;
  flex-direction: column;
  position: relative;
}
#page_top .sec-enter .enter__wrap .box.box-note .note_cont__txt {
  flex-grow: 1;
  font-size: 1.6rem;
  line-height: 2.2rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #page_top .sec-enter .enter__wrap .box.box-note .note_cont__txt {
    font-size: 3.2rem;
    line-height: 4.4rem;
  }
}
#page_top .sec-enter .enter__wrap .box.box-note .note_cont__txt span {
  color: #B81C22;
  font-weight: 600;
}
#page_top .sec-enter .enter__wrap .box.box-note .note_cont__img {
  padding-top: 1.8rem;
  margin: 0 auto;
  width: 22rem;
}
@media screen and (max-width: 767px) {
  #page_top .sec-enter .enter__wrap .box.box-note .note_cont__img {
    padding-top: 3.6rem;
    padding-bottom: 6rem;
    width: 44rem;
  }
}