@charset "UTF-8";
/* default settings */
/* reset browser (chrome, safari, firefox, ie, edge)
/* only for new website (remove if you are updating for other website)
@import "reset";
/* =================================================================== */
/*! HTML5 Boilerplate v8.0.0 | MIT License | https://html5boilerplate.com/*/
/* main.css 2.1.0 | MIT License | https://github.com/h5bp/main.css#readme*/
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.*/
/* ==========================================================================
 * Base styles: opinionated defaults
 * ==========================================================================*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Zen+Kaku+Gothic+New:wght@300;400;500;700;900&display=swap");
html {
  color: #000;
  line-height: 1.5;
  font-size: 16px;
  font-family: "Zen Kaku Gothic New", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-weight: 400;
}
@media (max-width: 833px) {
  html {
    font-size: 4.2666666667vw;
  }
}

/*
* Remove text-shadow in selection highlight:
* https://twitter.com/miketaylr/status/12228805301
*
* Vendor-prefixed and regular ::selection selectors cannot be combined:
* https://stackoverflow.com/a/16982510/7133471
*
* Customize the background color to match your design.*/
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}
\::-moz-selection,
::selection {
  background: #b3d4fc;
  text-shadow: none;
}

/*
 * A better looking default horizontal rule*/
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440*/
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/*
 * Remove default fieldset styles.*/
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/*
 * Allow only vertical resizing of textareas.*/
textarea {
  resize: vertical;
}

/* ==========================================================================
 * Author's custom styles
 * ==========================================================================*/
/* ==========================================================================
 * Helper classes
 * ==========================================================================*/
/*
 * Hide visually and from screen readers*/
.hidden,
[hidden] {
  display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 *
 * 1. For long content, line feeds are not interpreted as spaces and small width
 *    causes content to wrap 1 word per line:
 *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe*/
.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
  /* 1*/
}
.sr-only.focusable:active, .sr-only.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  white-space: inherit;
  width: auto;
}

/*
* Extends the .sr-only class to allow the element
* to be focusable when navigated to via the keyboard:
* https://www.drupal.org/node/897638*/
/*
 * Hide visually and from screen readers, but maintain layout*/
.invisible {
  visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.*/
.clearfix::before {
  content: " ";
  display: table;
}
.clearfix::after {
  content: " ";
  display: table;
  clear: both;
}

/* ==========================================================================
* EXAMPLE Media Queries for Responsive Design.
* These examples override the primary ('mobile first') styles.
* Modify as content requires.
* ==========================================================================*/
@media only screen and (min-width: 35em) { /* Style adjustments for viewports that meet the condition*/ }
@media print, (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 1.25dppx), (min-resolution: 120dpi) { /* Style adjustments for high resolution devices*/ }
/* ==========================================================================
 * Print styles.
 * Inlined to avoid the additional HTTP request:
 * https://www.phpied.com/delay-loading-your-print-css/
 * ==========================================================================*/
@media print {
  * {
    background: #fff !important;
    color: #000 !important;
    /* Black prints faster*/
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    text-shadow: none !important;
  }
  *::before, *::after {
    background: #fff !important;
    color: #000 !important;
    /* Black prints faster*/
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    text-shadow: none !important;
  }
  a {
    text-decoration: underline;
  }
  a:visited {
    text-decoration: underline;
  }
  a[href]::after {
    content: " (" attr(href) ")";
  }
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  /*
   * Don't show links that are fragment identifiers,
   * or use the `javascript:` pseudo protocol*/
  a[href^="#"]::after, a[href^="javascript:"]::after {
    content: "";
  }
  pre {
    white-space: pre-wrap !important;
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  /*
   * Printing Tables:
   * https://web.archive.org/web/20180815150934/http://css-discuss.incutio.com/wiki/Printing_Tables*/
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
ul, li, ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6, p {
  margin: 0;
  padding: 0;
}

@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
            transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale3d(1.3, 1.3, 1.3);
            transform: scale3d(1.3, 1.3, 1.3);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}

@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
            transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale3d(1.3, 1.3, 1.3);
            transform: scale3d(1.3, 1.3, 1.3);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}
@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
}

html {
  -webkit-tap-highlight-color: transparent;
}
@media (max-width: 833px) {
  html.is-disabled {
    overflow: hidden;
  }
}

body.is-loading {
  overflow: hidden;
}

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

@media (min-width: 1350px) {
  .trans {
    -webkit-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
  }
  .trans:hover {
    opacity: 0.8;
  }
}

@media (max-width: 1349px) {
  .only-pc {
    display: none !important;
  }
}
@media (max-width: 833px) {
  .only-pc {
    display: none !important;
  }
}
@media (min-width: 1350px) {
  .only-tb {
    display: none !important;
  }
}
@media (max-width: 833px) {
  .only-tb {
    display: none !important;
  }
}
@media (min-width: 1350px) {
  .only-sp {
    display: none !important;
  }
}

.fade-slidein {
  position: relative;
  -webkit-transform: translateY(3.75rem);
          transform: translateY(3.75rem);
  opacity: 0;
}
.fade-slidein.animated {
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  opacity: 1;
  -webkit-transition: all ease 0.8s;
  transition: all ease 0.8s;
}

.fadeInLeft {
  opacity: 0;
  -webkit-transform: translateX(-18%);
          transform: translateX(-18%);
}
.fadeInLeft.animated {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}

.fadeInRight {
  opacity: 0;
  -webkit-transform: translateX(18%);
          transform: translateX(18%);
}
.fadeInRight.animated {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}

@media (max-width: 1349px) {
  #wrapper {
    width: 25.4375rem;
    margin-inline: auto;
    overflow-x: hidden;
  }
}
@media (max-width: 833px) {
  #wrapper {
    width: 100%;
  }
}

.main {
  background-color: #FCF2E3;
  position: relative;
}
.main__sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
@media (max-width: 833px) {
  .main__sticky {
    display: none;
  }
}
.main__bg {
  position: absolute;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100%;
  background: url("../images/bgd_main_tb_deco_top.png") #FCF2E3 repeat-x left top/auto 5.9375rem;
}
@media (max-width: 1349px) {
  .main__bg {
    background-image: url("../images/bgd_main_tb_deco_top_sp.png");
    background-size: auto 6rem;
  }
}
@media (max-width: 833px) {
  .main__bg {
    display: none;
  }
}
.main__bg:before, .main__bg:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
}
.main__bg:before {
  top: 0;
  bottom: 0;
  background: url("../images/bg_textture.png");
  mix-blend-mode: multiply;
  z-index: 1;
}
.main__bg:after {
  top: 5.9375rem;
  bottom: 5.9375rem;
  background-color: #E84217;
}
@media (max-width: 1349px) {
  .main__bg:after {
    top: 9.5625rem;
    bottom: 9.5625rem;
  }
}
.main__border {
  position: absolute;
  top: 0;
  left: 50%;
  bottom: 0;
  width: 25.4375rem;
  background: url("../images/deco_left.png") repeat-y left top/1rem auto, url("../images/deco_right.png") repeat-y right top/1rem auto;
  background-color: #FCF2E3;
  z-index: 2;
}
@media (min-width: 1350px) {
  .main__border {
    -webkit-transform: translateX(-3.5rem);
            transform: translateX(-3.5rem);
  }
}
@media (max-width: 1349px) {
  .main__border {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.main__border::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url("../images/bg_textture.png");
  mix-blend-mode: multiply;
  z-index: 1;
}
.main__inner {
  position: relative;
  width: 23.4375rem;
  background-color: #FCF2E3;
  z-index: 1;
}
.main__inner::before {
  content: "";
  background: url("../images/bg_textture.png") center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  mix-blend-mode: multiply;
}
@media (min-width: 1350px) {
  .main__inner {
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-2.5rem);
            transform: translateX(-2.5rem);
  }
}
@media (max-width: 1349px) {
  .main__inner {
    margin-inline: auto;
  }
}
@media (max-width: 833px) {
  .main__inner {
    width: 100%;
  }
}
@media (min-width: 1350px) {
  .main__pagi {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    pointer-events: auto;
    width: calc(50% + -3.5rem);
    z-index: 2;
  }
}
@media (min-width: 1350px) {
  .main__pagi .navi-left {
    height: 100%;
  }
}
@media (min-width: 1350px) {
  .main__pagi .navi-left__wrap {
    height: 100%;
    width: 19.3125rem;
    margin-inline: auto;
    -webkit-transform-origin: top center;
            transform-origin: top center;
    pointer-events: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (min-width: 1350px) {
  .main__pagi .navi-left__menu {
    margin-top: 1.25rem;
    width: 100%;
  }
}
.main__pagi .navi-left__menu a {
  text-decoration: none;
  display: block;
  color: #fff;
  font-weight: bold;
  font-size: 0.875rem;
  letter-spacing: 0;
  position: relative;
  line-height: 1.4;
}
@media screen and (min-width: 1025px) {
  .main__pagi .navi-left__menu a {
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease;
  }
}
.main__pagi .navi-left__menu a:after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 0.5rem;
  height: 0.8125rem;
  background: url("../images/navi_arr.png") no-repeat center/contain;
  right: 1.125rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (min-width: 1025px) {
  .main__pagi .navi-left__menu a:after {
    -webkit-transition: right 0.3s ease-in-out;
    transition: right 0.3s ease-in-out;
  }
}
.main__pagi .navi-left__menu .navi-left__menu__logo img {
  margin-left: 1rem;
}
.main__pagi .navi-left__img {
  width: 7rem;
  height: 6.9375rem;
  margin-inline: auto;
  position: relative;
}
.main__pagi .navi-left__img .txt {
  position: absolute;
  top: 0;
  left: 0;
  width: 7.125rem;
}
.main__pagi .navi-left__img .txt img {
  width: 100%;
}
.main__pagi .navi-left__img .img {
  position: relative;
  z-index: 1;
  padding-top: 1.375rem;
}
.main__pagi .navi-left__img .img img {
  width: 100%;
}
.main__pagi .navi-left__anchor {
  margin-top: 0.4375rem;
  padding-left: 1.0625rem;
}
.main__pagi .navi-left__anchor a {
  padding-block: 1.0625rem;
  padding-inline: 4.5rem 0.9375rem;
  text-align: left;
  position: relative;
  font-weight: 600;
}
.main__pagi .navi-left__anchor a:not(:last-child) {
  border-bottom: 2px solid #FCF2E3;
}
@media (min-width: 1350px) {
  .main__pagi .navi-left__anchor a:hover:after {
    right: 0;
  }
}
.main__pagi .navi-left__anchor a:after {
  right: 0.625rem;
}
.main__pagi .navi-left__anchor a.item--01 {
  padding-bottom: 0.9375rem;
  background: url("../images/navi_icon01.png") no-repeat left top -2px/4.3125rem;
}
.main__pagi .navi-left__anchor a.item--02 {
  letter-spacing: -0.05em;
  background: url("../images/navi_icon02.png") no-repeat left 2px top -0.375rem/4.3125rem;
}
.main__pagi .navi-left__anchor a.item--03 {
  background: url("../images/navi_icon03.png") no-repeat left top 1px/4rem;
  position: relative;
}
.main__pagi .navi-left__anchor a.item--04 {
  padding-block: 0.5rem;
  background: url("../images/navi_icon04.png") no-repeat left top/4rem;
}
.main__pagi .navi-left__anchor a.item--04 .small {
  display: block;
  letter-spacing: 0.03em;
  font-size: 0.75rem;
  margin-top: 1px;
  margin-left: -0.25rem;
}
.main__pagi .navi-left__anchor a.item--05 {
  background: url("../images/navi_icon05.png") no-repeat left 0.9375rem top -2px/2.5rem;
}
.main__pagi .navi-left__link {
  margin-top: 0.9375rem;
  text-align: center;
}
.main__pagi .navi-left__link .item {
  padding-block: 0;
  padding-right: 1rem;
  position: relative;
  height: 2.1875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  letter-spacing: 0.06em;
}
.main__pagi .navi-left__link .item:not(:last-child) {
  margin-bottom: 0.4375rem;
}
.main__pagi .navi-left__link .item:after {
  right: 0.875rem;
}
@media (min-width: 1350px) {
  .main__pagi .navi-left__link .item:hover:after {
    right: 0.625rem;
  }
}
.main__pagi .navi-left__link .item--01 {
  font-family: "游ゴシック", "YuGothic", sans-serif;
  border: 0.125rem solid #027749;
  text-indent: 0.875rem;
}
.main__pagi .navi-left__link .item--02 {
  color: #fff;
  background: url("../img/nav_bg.png") no-repeat center/100% 100%;
}
.main__pagi .navi-left__link .item--02:after {
  background-image: url("../img/navi_arr-white.png");
}
.main__pagi .navi-left__fix {
  pointer-events: auto;
  width: 16.0625rem;
  margin-top: 1.125rem;
  margin-inline: auto;
  text-indent: 0.625rem;
}
.main__pagi .navi-left__fix a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  border-radius: 62.4375rem;
  -webkit-box-shadow: 0.375rem 0.3125rem 0 0 rgba(0, 0, 0, 0.3);
          box-shadow: 0.375rem 0.3125rem 0 0 rgba(0, 0, 0, 0.3);
  height: 3rem;
  padding: 1.3125rem 1.75rem 1.3125rem 0.625rem;
  background-color: #ec1234;
  font-size: 1.25rem;
  color: #fff;
  font-weight: 700;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 3.9375rem;
}
.main__pagi .navi-left__fix a:after {
  right: 1.5rem;
  width: 0.625rem;
  height: 1.0625rem;
  background-image: url("../img/navi_arr-white.png");
}
.main__pagi .navi-left__fix a:hover:after {
  right: 1.25rem;
}
.main__pagi .navi-left__logo {
  position: absolute;
  bottom: 1.5rem;
  left: 2.25rem;
}
.main__wrapper {
  position: relative;
  z-index: 2;
}

.navi-fix {
  pointer-events: auto;
  z-index: 50;
  position: fixed;
  width: 12.3125rem;
  opacity: 0;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: opacity 0.6s ease, -webkit-transform 0.6s ease;
  transition: opacity 0.6s ease, -webkit-transform 0.6s ease;
  transition: opacity 0.6s ease, transform 0.6s ease;
  transition: opacity 0.6s ease, transform 0.6s ease, -webkit-transform 0.6s ease;
  bottom: 1.25rem;
  right: 0;
}
.navi-fix a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  background-color: #fff;
  color: #E84217;
  font-weight: 700;
  padding: 0.3125rem 0.625rem 0.3125rem 1.125rem;
  border-radius: 62.4375rem 0 0 62.4375rem;
  -webkit-box-shadow: 0.3125rem 0.3125rem 0 0 rgba(0, 0, 0, 0.3);
          box-shadow: 0.3125rem 0.3125rem 0 0 rgba(0, 0, 0, 0.3);
  height: 2.5625rem;
  font-size: 1rem;
  letter-spacing: 0.06em;
  line-height: 1.4;
}
.navi-fix a:after {
  content: "";
  position: absolute;
  background: url("../images/navi_arr-orange.png") no-repeat center/contain;
  right: 2.1875rem;
  height: 1.375rem;
  width: 0.6875rem;
}
.navi-fix.is-show {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.navi-fix.is-landscape {
  bottom: 0.625rem;
}

.page-top {
  width: 5.625rem;
  position: fixed;
  bottom: 1.875rem;
  z-index: 100;
  opacity: 0;
  -webkit-transition: opacity 0.6s ease;
  transition: opacity 0.6s ease;
  cursor: pointer;
}
.page-top.is-show {
  opacity: 1;
}
@media (min-width: 1350px) {
  .page-top {
    right: 1.875rem;
  }
}
@media (max-width: 1349px) {
  .page-top {
    width: 4.6875rem;
    left: 0.625rem;
  }
}

.btn-fixed-right a {
  text-decoration: none;
  line-height: 1;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  position: fixed;
}
.btn-fixed-right .btn01 {
  width: 17.5rem;
  height: 2.1875rem;
  position: fixed;
  right: 0;
  z-index: 99;
  bottom: 13rem;
  border: 1px solid #F7D01E;
  border-right: 0;
}
@media (min-width: 1350px) {
  .btn-fixed-right .btn01 {
    -webkit-transition: width 0.3s;
    transition: width 0.3s;
    -webkit-transform-origin: left;
            transform-origin: left;
  }
  .btn-fixed-right .btn01:hover {
    width: 20.625rem;
  }
}
.btn-fixed-right .btn01 a {
  margin-top: -0.125rem;
  padding-left: 1rem;
  font-size: 0.875rem;
  font-weight: bold;
  color: #F7D01E;
  letter-spacing: 0;
  height: 2.1875rem;
}
.btn-fixed-right .btn02 {
  width: 17.5rem;
  height: 2.1875rem;
  background: url("../images/navi_bgd_white.png") no-repeat center/100% 100%;
  position: fixed;
  right: 0;
  bottom: 10.3125rem;
  z-index: 99;
}
@media (min-width: 1350px) {
  .btn-fixed-right .btn02 {
    -webkit-transition: width 0.3s;
    transition: width 0.3s;
    -webkit-transform-origin: left;
            transform-origin: left;
  }
  .btn-fixed-right .btn02:hover {
    width: 20rem;
  }
}
.btn-fixed-right .btn02 a {
  margin-top: -0.0625rem;
  padding-left: 1rem;
  font-size: 0.8125rem;
  font-weight: bold;
  color: #E84217;
  letter-spacing: 0.06em;
  height: 2.1875rem;
}

.header {
  background-color: #fff;
  text-align: center;
  position: relative;
  z-index: 13;
}
@media (min-width: 1350px) {
  .header {
    padding: 0.875rem 0 1rem;
    height: 5rem;
  }
}
@media (max-width: 1349px) {
  .header {
    padding-inline: 0.8125rem 1.1875rem;
    height: 3.9375rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background: url("../images/deco_left.png") repeat-y left top/1rem auto, url("../images/deco_right.png") repeat-y right top/1rem auto;
  }
  .header:before {
    content: "";
    position: absolute;
    top: 0;
    left: 1rem;
    right: 1rem;
    bottom: 0;
    background-color: #fff;
    z-index: -1;
  }
}
@media (max-width: 833px) {
  .header {
    background: #fff;
  }
  .header:before {
    display: none;
  }
}
.header__logo {
  display: inline-block;
  margin: 0;
  line-height: 0;
}
@media (min-width: 1350px) {
  .header__logo {
    width: 4.375rem;
    height: 3.3125rem;
  }
}
@media (max-width: 1349px) {
  .header__logo {
    width: 3.25rem;
  }
}
.header__logo a {
  display: block;
}
.header__icon {
  position: fixed;
  right: calc(50% - 22.375rem / 2);
  top: 0.8125rem;
  width: 2.375rem;
  z-index: 100;
}
@media (max-width: 833px) {
  .header__icon {
    right: 0.875rem;
  }
}
.header__icon i {
  width: 100%;
  height: 0.25rem;
  background-color: #027749;
  display: block;
  margin-block: 0.375rem;
  border-radius: 0.3125rem;
}

.menu-mobile {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 101;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  background: url("../images/bg_menu.png") #FCF2E3 repeat-x left top/auto 5.25rem;
}
.menu-mobile:before, .menu-mobile:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
}
.menu-mobile:before {
  top: 0;
  bottom: 0;
  background: url("../images/bg_textture.png");
  mix-blend-mode: multiply;
  z-index: 1;
}
.menu-mobile:after {
  background-color: #E84217;
  top: 5.25rem;
  bottom: 3.125rem;
}
@media (max-width: 833px) {
  .menu-mobile:after {
    top: 2.625rem;
    bottom: 1.5625rem;
  }
}
@media (max-width: 833px) {
  .menu-mobile {
    background-size: auto 3.8125rem;
  }
  .menu-mobile:after {
    top: 5.25rem;
    bottom: 3.125rem;
  }
}
.menu-mobile__wrap {
  height: 100%;
  position: relative;
  z-index: 2;
}
.menu-mobile__inner {
  padding-block: 9.5625rem 6.25rem;
  height: 100%;
  overflow-x: hidden;
  overflow-y: scroll;
  position: relative;
}
.menu-mobile__close {
  position: absolute;
  top: 5.75rem;
  right: calc(50% - 23.625rem / 2);
  width: 2.875rem;
  height: 2.875rem;
  z-index: 2;
  cursor: pointer;
}
@media (max-width: 833px) {
  .menu-mobile__close {
    right: 0.625rem;
  }
}
.menu-mobile__close:before, .menu-mobile__close:after {
  position: absolute;
  left: 1.3125rem;
  content: " ";
  height: 100%;
  width: 0.25rem;
  background-color: #fff;
  border-radius: 1.25rem;
}
.menu-mobile__close:before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.menu-mobile__close:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.menu-mobile__list {
  width: 18.3125rem;
  margin-inline: auto;
}
.menu-mobile__list a {
  color: #FCF2E3;
  font-size: 0.875rem;
  font-weight: 700;
  display: block;
  text-decoration: none;
  position: relative;
}
.menu-mobile__list .menu-anchor__item {
  padding-block: 1.0625rem;
  padding-inline: 4.625rem 1.125rem;
  text-align: left;
}
.menu-mobile__list .menu-anchor__item:not(:last-child) {
  border-bottom: 0.125rem solid #FCF2E3;
}
.menu-mobile__list .menu-anchor__item:after {
  content: "";
  position: absolute;
  border: solid #FCF2E3;
  border-width: 0 0.125rem 0.125rem 0;
  display: inline-block;
  padding: 0.1875rem;
  right: 0.625rem;
  top: 50%;
  -webkit-transform: rotate(-45deg) translateY(-50%);
          transform: rotate(-45deg) translateY(-50%);
}
.menu-mobile__list .menu-anchor__item--01 {
  padding-bottom: 0.9375rem;
  background: url("../images/navi_icon01.png") no-repeat left top -2px/4.3125rem;
}
.menu-mobile__list .menu-anchor__item--02 {
  padding-block: 1rem;
  letter-spacing: -0.05em;
  background: url("../images/navi_icon02.png") no-repeat left 0.1875rem top -0.4375rem/4.3125rem;
}
.menu-mobile__list .menu-anchor__item--03 {
  padding-block: 1rem;
  background: url("../images/navi_icon03.png") no-repeat left 0.1875rem top/4rem;
  position: relative;
}
.menu-mobile__list .menu-anchor__item--04 {
  padding-block: 0.4375rem;
  background: url("../images/navi_icon04.png") no-repeat left 0.125rem top/4rem;
}
.menu-mobile__list .menu-anchor__item--04 .small {
  display: block;
  letter-spacing: 0.03em;
  font-size: 0.75rem;
  margin-top: 1px;
  margin-left: -0.25rem;
}
.menu-mobile__list .menu-anchor__item--05 {
  background: url("../images/navi_icon05.png") no-repeat left 1.0625rem top -0.1875rem/2.5rem;
}
.menu-mobile__list .menu-link {
  margin-top: 0.3125rem;
}
.menu-mobile__list .menu-link__item {
  padding-inline: 1rem;
  text-align: center;
  color: #E84217;
  padding-block: 0.4375rem;
}
.menu-mobile__list .menu-link__item:not(:last-child) {
  margin-bottom: 0.4375rem;
}
.menu-mobile__list .menu-link__item--01 {
  background-color: #F7D01E;
}
.menu-mobile__list .menu-link__item--02 {
  background: url("../images/nav_bg.png") no-repeat center/100% 100%;
  letter-spacing: 0.06em;
}
.menu-mobile.is-show {
  opacity: 1;
  pointer-events: auto;
}

.footer {
  padding-block: 2.6875rem 2.75rem;
  background-color: #33764C;
  position: relative;
  z-index: 1;
}
@media (max-width: 833px) {
  .footer {
    padding-block: 1.0625rem;
  }
}
.footer .copy-right {
  margin: 0;
  text-align: center;
  font-size: 0.625rem;
  font-weight: bold;
  color: #fff;
  font-family: "游ゴシック", "YuGothic", sans-serif;
}

.tlr-modal {
  opacity: 0;
  visibility: hidden;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 100;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}
.tlr-modal.active {
  opacity: 1;
  visibility: visible;
}
.tlr-modal__bg {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
@media (min-width: 1350px) {
  .tlr-modal__bg {
    background-color: rgba(252, 242, 227, 0.9);
  }
  .tlr-modal__bg:before {
    content: "";
    background: url("../images/bg_textture.png") no-repeat center/cover;
    opacity: 0.5;
    mix-blend-mode: multiply;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;
  }
}
@media (max-width: 1349px) {
  .tlr-modal__bg {
    background: url("../images/bgd_main_tb_deco_top.png") #FCF2E3 repeat-x center top/auto 5.25rem;
  }
  .tlr-modal__bg:before, .tlr-modal__bg:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
  }
  .tlr-modal__bg:before {
    top: 0;
    bottom: 0;
    background: url("../images/bg_textture.png");
    mix-blend-mode: multiply;
    z-index: 1;
  }
  .tlr-modal__bg:after {
    top: 5.25rem;
    bottom: 5.4375rem;
    background-color: #E84217;
  }
}
@media (max-width: 833px) {
  .tlr-modal__bg {
    background-image: url("../images/bg_menu.png");
    background-size: auto 3.8125rem;
  }
}
.tlr-modal__video {
  display: none;
  z-index: 5;
  position: relative;
  text-align: center;
  width: 53.125rem;
}
@media (min-width: 1350px) {
  .tlr-modal__video {
    padding: 2.375rem 1.625rem 5.4375rem;
    background-color: #E84217;
  }
}
@media (max-width: 833px) {
  .tlr-modal__video {
    width: 20.4375rem;
    padding-bottom: 3.1875rem;
  }
}
.tlr-modal__video.current {
  display: block;
}
.tlr-modal__video iframe, .tlr-modal__video video {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.tlr-modal__video--ttl {
  font-size: 1.125rem;
  color: #fff;
  font-weight: 600;
}
@media (max-width: 1349px) {
  .tlr-modal__video--ttl {
    line-height: 1.5555555556;
  }
}
.tlr-modal__video--embed {
  position: relative;
  margin-top: 1.375rem;
  width: 100%;
}
@media (min-width: 1350px) {
  .tlr-modal__video--embed {
    max-width: 100%;
  }
}
@media (max-width: 833px) {
  .tlr-modal__video--embed {
    margin-top: 0.75rem;
    max-width: 20.4375rem;
  }
}
.tlr-modal__video--embed:before {
  content: "";
  display: block;
  padding-top: 56.25%;
}
.tlr-modal__video--btn {
  position: absolute;
  top: 3.625rem;
  right: 1rem;
  cursor: pointer;
  background-color: #FCF2E3;
  border-radius: 100%;
  width: 2.5rem;
  height: 2.5rem;
}
@media (min-width: 1350px) {
  .tlr-modal__video--btn {
    -webkit-transform: translate(0, -100%);
            transform: translate(0, -100%);
  }
}
@media (max-width: 1349px) {
  .tlr-modal__video--btn {
    top: -4.0625rem;
    right: -0.75rem;
    height: 2.3125rem;
    width: 2.3125rem;
  }
}
.tlr-modal__video--btn:before, .tlr-modal__video--btn:after {
  content: "";
  position: absolute;
  width: 0.25rem;
  height: 2rem;
  left: 1.125rem;
  top: 0.25rem;
  background-color: #E84217;
  border-radius: 1.25rem;
}
@media (max-width: 1349px) {
  .tlr-modal__video--btn:before, .tlr-modal__video--btn:after {
    height: 1.875rem;
    left: 1.0625rem;
    top: 0.25rem;
  }
}
.tlr-modal__video--btn:before {
  -webkit-transform: rotateZ(45deg);
          transform: rotateZ(45deg);
}
.tlr-modal__video--btn:after {
  -webkit-transform: rotateZ(-45deg);
          transform: rotateZ(-45deg);
}