@charset "UTF-8";
/* ===========================
 remへの計算式
=========================== */

/* ===========================
共通箇所
=========================== */
body:before {
  display: none;
}

#header .entrybtn {
  width: 100px;
  height: 30px;
  border-radius: 9999px;
  background: -webkit-gradient(linear, left top, right top, from(#f85b00), to(#ffa033));
  background: linear-gradient(90deg, #f85b00 0%, #ffa033 100%);
}

#header .tab1 {
  display: none;
}

#header .tab2 {
  display: none;
}

#fmenu {
  padding: 0;
  margin-bottom: 1.875rem;
}
#fmenu a {
  color: #fff;
}
#fmenu .list-inline {
  line-height: 1;
}
#fmenu .list-inline li {
  font-size: 0.75rem;
  padding: 0.5rem 0.1875rem 0 0;
}
#fmenu .list-inline li::after {
  color: #fff;
  margin-left: 0.5rem;
}

footer {
  max-width: 23.4375rem;
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0 0 1.5625rem;
  z-index: 2;
}
footer .copyright {
  color: #fff;
  background: none;
  padding: 0;
}
/* ===========================
 トップページコンテンツ
=========================== */
.wrap {
  will-change: transform;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}

.butterfly {
  width: 5.5625rem;
  -webkit-transform: rotate(-8.35deg);
          transform: rotate(-8.35deg);
  position: absolute;
  z-index: 2;
}
.butterfly img.reverse {
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}

@-webkit-keyframes animeToTop {
  0% {
    -webkit-transform: translateY(1.25rem);
            transform: translateY(1.25rem);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes animeToTop {
  0% {
    -webkit-transform: translateY(1.25rem);
            transform: translateY(1.25rem);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.maincopy {
  position: fixed;
  top: 60px;
  left: 0;
  height: calc(100vh - 60px);
  width: calc(50% - 187.5px);
  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;
}
.maincopy .txt {
  width: 14.1875rem;
  position: relative;
}
.maincopy .butterfly {
  right: -3.875rem;
  top: -3.4375rem;
}

.contents {
  max-width: 23.4375rem;
  margin: 0 auto;
  position: relative;
}
.webp .contents {
  background: url(../images/top/bg_top.webp) no-repeat center top/100%;
}
.no-webp .contents {
  background: url(../images/top/bg_top.jpg) no-repeat center top/100%;
}

.o-hidden {
  overflow: hidden;
}

.butterfly-scroller {
  position: fixed;
  margin: 0 auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  inset: 0;
  pointer-events: none;
  max-width: 23.4375rem;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.butterfly-scroller .butterfly-svg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.main-butterfly {
  left: 10.9375rem;
  top: 21.875rem;
  pointer-events: none;
  will-change: transform;
}
.main-butterfly.is-reverse img {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}

.mv {
  padding: 7.25rem 0 0;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.mv__ttl {
  max-width: 13.875rem;
  margin: 0 auto 1.875rem;
}
.mv__img {
  max-width: 17.5625rem;
  margin: 0 auto;
  position: relative;
}
.mv__img .fire {
  width: 7.4375rem;
  margin: 0 auto;
  position: absolute;
  left: 0.75rem;
  right: 0;
  bottom: 1.5625rem;
  z-index: 2;
  opacity: 0.85;
}
.mv__img .butterfly {
  margin: 0 auto;
  left: 0;
  right: 0;
  bottom: 1.875rem;
}

.intro {
  padding-top: 5rem;
  margin-bottom: 6.5625rem;
}
.intro__txt {
  font-size: 0.8125rem;
  color: #fff;
  font-weight: 400;
  letter-spacing: 0.03em;
  text-align: center;
  line-height: 1.55;
  opacity: 0;
}
.intro__txt.mt {
  margin-bottom: 1.125rem;
}
.intro__txt:last-of-type.mt {
  margin-bottom: 0;
}
.intro__txt.active {
  -webkit-animation: animeToTop 0.6s ease-in-out forwards;
          animation: animeToTop 0.6s ease-in-out forwards;
}

.voice {
  overflow: hidden;
}
.voice__list {
  max-width: 21.6875rem;
  margin: 0 auto;
}
.voice__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 4.0625rem;
}
.voice__item:last-child {
  margin-bottom: 0;
}
.voice__item:nth-child(2n-1) .voice__txt {
  padding-left: 1rem;
}
.voice__item:nth-child(2n) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.voice__item.item01 .voice__txt .butterfly {
  left: -4.75rem;
  top: 1.0625rem;
}
.voice__item.item01 .voice__txt .flower {
  width: 7.5625rem;
  left: -3.5rem;
  bottom: -0.875rem;
}
.voice__item.item02 .voice__txt .butterfly {
  right: -4.75rem;
  top: 2.75rem;
}
.voice__item.item02 .voice__txt .flower {
  width: 7.5rem;
  right: -1.875rem;
  bottom: 0;
}
.voice__item.item03 .voice__txt .butterfly {
  left: -4.75rem;
  top: 2.1875rem;
}
.voice__item.item03 .voice__txt .flower {
  width: 8.5625rem;
  left: -1.375rem;
  bottom: -0.625rem;
}
.voice__item.item04 .voice__txt {
  padding-left: 0.9375rem;
}
.voice__item.item04 .voice__txt .butterfly {
  right: -3.125rem;
  top: 2.8125rem;
}
.voice__item.item04 .voice__txt .flower {
  width: 6.5625rem;
  right: -2.5rem;
  bottom: -1.625rem;
}
.voice__item.item05 .voice__txt .butterfly {
  left: -4.375rem;
  top: 1.5625rem;
}
.voice__item.item05 .voice__txt .flower {
  width: 7.75rem;
  left: -2.25rem;
  bottom: -0.625rem;
}
.voice__img {
  width: 48.9%;
}
.voice__txt {
  width: 51.1%;
  margin-top: 3.4375rem;
  position: relative;
}
.voice__txt .txt {
  font-size: 1rem;
  line-height: 1.35;
  letter-spacing: 0.01em;
  cursor: pointer;
}
.voice__txt .txt .arrow {
  width: 1rem;
  display: inline-block;
  margin: 0.25rem 0 0 0.3125rem;
}
.voice__txt .flower {
  position: absolute;
}

.modal {
  opacity: 0;
  visibility: hidden;
  z-index: -9999;
  -webkit-transition: opacity 0.4s, visibility 0.4s;
  transition: opacity 0.4s, visibility 0.4s;
  overflow: hidden;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
  height: 100vh;
  width: 100%;
}
.webp .modal {
  background: url(../images/top/bg_modal.webp) no-repeat center top/cover;
}
.no-webp .modal {
  background: url(../images/top/bg_modal.jpg) no-repeat center top/cover;
}
.modal__inner {
  width: 100%;
  height: 100%;
  overflow-y: scroll;
  padding: 30px 0 40px;
}
.modal__img {
  margin-bottom: 30px;
  position: relative;
}
.modal__img .flower {
  position: absolute;
  bottom: -0.8125rem;
}
.modal#modal1 .flower {
  width: 11.0625rem;
  right: 0;
}
.modal#modal2 .flower {
  width: 9.4375rem;
  left: 0;
}
.modal#modal3 .flower {
  width: 9.5rem;
  right: 0;
}
.modal#modal4 .flower {
  width: 9.625rem;
  left: 0;
}
.modal#modal5 .flower {
  width: 11.0625rem;
  right: 0;
}
.modal__txt {
  font-size: 13px;
  font-weight: 600;
  line-height: 1.45;
  text-align: center;
}
.modal__close {
  width: 27.85px;
  height: 27.85px;
  position: absolute;
  right: 8px;
  top: 40px;
  cursor: pointer;
  background: #154200;
  border-radius: 50%;
}
.modal__close span {
  display: block;
  width: 10px;
  height: 1px;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform-origin: center;
          transform-origin: center;
}
.modal__close span:first-child {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
.modal__close span:last-child {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}
.modal.open {
  opacity: 1;
  visibility: visible;
  z-index: 9999;
}

.foot {
  overflow: hidden;
  padding: 8.75rem 0 17.5rem;
  position: relative;
}
.foot .butterfly {
  left: 6.875rem;
  top: 5.9375rem;
}
.foot__img {
  max-width: 14.6875rem;
  margin: 0 auto;
  -webkit-transform: translateX(-0.3125rem);
          transform: translateX(-0.3125rem);
  position: relative;
}
.foot__img .fire {
  width: 10.1875rem;
  margin: 0 auto;
  position: absolute;
  left: 0.75rem;
  right: 0;
  top: 1.5625rem;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  opacity: 0.5;
  -webkit-filter: blur(8px);
          filter: blur(8px);
}
.foot__entry {
  position: absolute;
  left: 0;
  right: 0;
  top: 4.375rem;
  width: 13.125rem;
  margin: 0 auto;
  z-index: 9;
}
@media (min-width: 960px) {
  html {
    font-size: 16px;
  }
}
@media (max-width: 959px) {
  html {
    font-size: 4.2666666667vw;
  }
}
@media screen and (min-width: 960px) {
  body:after {
    content: "";
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: -1;
  }
  .webp body:after {
    background: url(../images/top/bg_main.webp) no-repeat center top/cover;
  }
  .no-webp body:after {
    background: url(../images/top/bg_main.jpg) no-repeat center top/cover;
  }
  #header .entrybtn {
    margin-right: 30px;
  }
  #header .link {
    display: none;
  }
  #header .h_nav {
    display: none;
  }
  #top_nav {
    width: 348px;
    height: calc(100vh - 60px);
    background: #003c15;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: fixed;
    top: 60px;
    right: 0;
    z-index: 3;
    overflow-y: auto;
    padding: 80px 30px 10px;
  }
  #top_nav .h_nav_in br.pc {
    display: none;
  }
  #top_nav .h_nav_in .g_nav {
    text-align: left;
    margin: 0 0 24px;
    font-size: 12px;
  }
  #top_nav .h_nav_in .g_nav .mi {
    padding: 5px 0;
    color: #fff;
  }
  #top_nav .h_nav_in .g_nav li {
    line-height: 1.6;
    border-bottom: 1px solid rgba(184, 184, 184, 0.5);
    margin-bottom: 17px;
    padding-bottom: 17px;
  }
  #top_nav .h_nav_in .g_nav li.sp {
    display: block !important;
  }
  #top_nav .h_nav_in .g_nav li:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
  }
  #top_nav .h_nav_in .g_nav li a {
    text-decoration: none !important;
  }
  #top_nav .h_nav_in .g_nav li a {
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    display: block;
  }
  #top_nav .h_nav_in .g_nav li a.init-bottom {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.5);
    margin-bottom: 8px;
  }
  #top_nav .h_nav_in .g_nav li ul:not(.linkh) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 7px 0;
  }
  #top_nav .h_nav_in .g_nav li ul:not(.linkh) li {
    width: 50%;
  }
  #top_nav .h_nav_in .g_nav li ul li {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
  }
  #top_nav .h_nav_in .g_nav li ul li.w100 {
    width: 100%;
  }
  #top_nav .h_nav_in .g_nav li .linkh li {
    padding-bottom: 0;
    margin-bottom: 5px;
  }
  #top_nav .h_nav_in .g_nav li .linkh li a {
    font-size: 12px;
  }
  #top_nav .h_nav_in .g_nav li .linkh li:last-child {
    margin-bottom: 0;
  }
  #pagetop {
    display: none;
  }
  .wrap {
    padding-top: 60px;
  }
  .modal {
    max-width: 23.4375rem;
    height: calc(100vh - 60px);
    top: 60px;
  }
}
@media screen and (max-width: 959px) {
  #header {
    padding-top: 15px;
    background: none;
    height: 70px;
  }
  #header .h_nav {
    background: none;
  }
  #header .entrybtn {
    top: 27px;
  }
  .tcon {
    border: 1px solid #a08964;
    background: #fff;
  }
  .tcon-menu__lines {
    background: #856533;
  }
  .tcon-menu__lines::before,
  .tcon-menu__lines::after {
    background: #856533;
  }
  .tcon:hover .tcon-menu__lines {
    background: #856533;
  }
  .tcon-menu--xcross.tcon-transform .tcon-menu__lines {
    background: transparent;
  }
  .tcon:hover .tcon-menu__lines::before,
  .tcon:hover .tcon-menu__lines::after {
    background: #856533;
  }
  #header.nav_active .ham-btn .tcon-menu__lines::after,
  #header.nav_active .ham-btn .tcon-menu__lines::before {
    background-color: #856533;
  }
}
@media screen and (max-width: 1099px) {
  .maincopy {
    display: none;
  }
}
@media screen and (max-width: 1099px) and (min-width: 960px) {
  .contents {
    margin-left: 9.375rem;
  }
}