@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100..900&family=Noto+Sans+JP:wght@100..900&family=Zen+Kaku+Gothic+New:wght@700;900&display=swap");
body {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", HiraKakuProN-W3, Meryo, "メイリオ", sans-serif;
  font-size: 16px;
  color: #333;
  margin: 0;
  line-height: 1.5;
}
@media (max-width: 540px) {
  body {
    font-size: 14px;
  }
}

* {
  box-sizing: border-box;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  pointer-events: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-touch-callout: none;
  -moz-user-select: none;
  touch-callout: none;
}

a {
  transition-property: opacity;
  transition-duration: 400ms;
  color: #333;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.2);
  word-break: break-all;
}
a.txt_link {
  color: #009370;
}

@media (min-width: 541px) {
  a:hover {
    opacity: 0.75;
  }
}

.f-jp {
  font-family: "Noto Sans JP", sans-serif;
  -moz-font-feature-settings: "palt";
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  letter-spacing: 0.08em;
}

.f-jp2 {
  font-family: "Zen Kaku Gothic New", sans-serif;
}

.f-en {
  font-family: "Inter", sans-serif;
}

.sp-xl {
  margin-left: -0.4em;
}

.sp-l {
  margin-left: -0.15em;
}

.sp-m {
  margin-left: -0.1em;
}

.sp-s {
  margin-left: -0.075em;
}

.btn {
  display: inline-flex;
  gap: 8px;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  border-radius: 50px;
  font-weight: 700;
  white-space: nowrap;
  border: none;
  cursor: pointer;
}
.btn-br {
  background: #575050;
  color: #fff;
}
.btn-gr {
  background: var(--Green, #3B9521);
  color: #fff;
}
.btn-bk {
  background-color: #333;
  color: #fff;
}
.btn-sm {
  font-size: 14px;
  height: 40px;
  padding: 0 20px;
}
.btn-md {
  font-size: 18px;
  height: 56px;
  padding: 0 24px;
}
@media (max-width: 540px) {
  .btn-md {
    font-size: 16px;
    height: 48px;
  }
}
.btn-lg {
  height: 64px;
  font-size: 22px;
  padding: 0 64px;
}
@media (max-width: 540px) {
  .btn-lg {
    padding: 0 32px;
  }
}

@media (min-width: 541px) {
  .is-mb {
    display: none;
  }
}
@media (max-width: 540px) {
  .is-pc {
    display: none;
  }
}
h1, h2, h3 {
  font-weight: 700;
}

.anker {
  margin-top: -72px;
  padding-top: 72px;
}

article {
  overflow: hidden;
}
@media (min-width: 541px) {
  article {
    min-width: 1120px;
  }
}

section {
  padding: 80px 0 80px;
}
@media (max-width: 540px) {
  section {
    padding-top: 48px;
  }
}
section .inner {
  max-width: 1220px;
  margin: 0 auto;
  padding: 0 20px;
}

.sec-title {
  text-align: center;
  margin-bottom: 48px;
}
@media (max-width: 540px) {
  .sec-title {
    margin-bottom: 32px;
  }
}
.sec-title-head {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 50px;
  font-weight: 900;
  line-height: 100%;
  letter-spacing: 0.04em;
  margin: 0 0 16px;
}
@media (max-width: 540px) {
  .sec-title-head {
    font-size: 32px;
    margin-bottom: 12px;
  }
}
.sec-title-head span {
  font-size: 68px;
}
@media (max-width: 540px) {
  .sec-title-head span {
    font-size: 52px;
  }
}
.sec-title-desc {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.04em;
}
@media (max-width: 540px) {
  .sec-title-desc {
    font-size: 16px;
  }
}

header {
  align-items: center;
  justify-content: space-between;
  display: flex;
  padding: 0 40px;
  position: fixed;
  width: 100%;
  z-index: 40;
  background-color: rgb(255, 255, 255);
  backdrop-filter: blur(20px);
  height: 72px;
  transition-property: box-shadow;
  transition-duration: 400ms;
  transition-timing-function: ease;
}
@media (min-width: 541px) {
  header {
    min-width: 1120px;
  }
}
@media (max-width: 540px) {
  header {
    padding: 0 16px;
    height: 52px;
  }
}
header .logo {
  transition-property: all;
  transition-duration: 200ms;
}
header .logo.logo1 {
  transition-delay: 0.1s;
}
@media (max-width: 540px) {
  header .logo.logo1 img {
    height: 26px;
  }
}
header .logo.logo2 {
  position: absolute;
  transform: translateY(-60px);
}
header .logo.logo2 img {
  height: 48px;
}
@media (max-width: 540px) {
  header .logo.logo2 img {
    height: 36px;
  }
}
header .logo a {
  display: block;
}
header.logo-c .logo.logo1 {
  transform: translateY(-60px);
  transition-delay: 0s;
}
header.logo-c .logo.logo2 {
  transform: translateY(0);
  transition-delay: 0.1s;
}
header.fix {
  box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.04);
}
header nav ul {
  list-style: none;
  align-items: center;
  display: flex;
  font-family: "Noto Sans JP", sans-serif;
  -moz-font-feature-settings: "palt";
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  letter-spacing: 0.08em;
  font-weight: 700;
  gap: 40px;
  font-style: 18px;
}
header nav ul li a {
  text-decoration: none;
  align-items: center;
  display: flex;
  gap: 8px;
}
@media (max-width: 540px) {
  header nav {
    display: none;
    position: absolute;
    top: 48px;
    right: 8px;
    background-color: #fff;
    box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.16);
    width: fit-content;
    border-radius: 8px;
    z-index: 2;
  }
  header nav ul {
    flex-direction: column;
    padding: 0;
    gap: 0;
    align-items: flex-start;
    margin: 8px 0;
  }
  header nav ul li {
    width: 100%;
  }
  header nav ul li a {
    padding: 8px 24px 8px 16px;
  }
}

.main {
  text-align: center;
  padding: 72px 0 0;
  position: relative;
}
@media (max-width: 540px) {
  .main {
    padding: 0 !important;
  }
}
.main .inner {
  display: flex;
  height: calc(100svh - 500px);
  min-height: 500px;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media (max-width: 540px) {
  .main .inner {
    height: calc(100svh - 160px);
    padding-bottom: 40px;
  }
}
.main-title-logo {
  margin-bottom: 56px;
}
@media (max-height: 700px) {
  .main-title-logo {
    margin-bottom: 40px;
  }
}
@media (max-width: 540px) {
  .main-title-logo {
    width: 240px;
    margin-bottom: 32px;
  }
}
.main-title-copy {
  font-size: 50px;
  font-weight: 900;
  line-height: 1;
  margin-bottom: 32px;
}
@media (max-width: 540px) {
  .main-title-copy {
    margin-bottom: 16px;
  }
}
.main-title-copy img {
  display: block;
}
.main-title-info {
  font-size: 22px;
  font-weight: 800;
  letter-spacing: 0.08em;
}
@media (max-width: 540px) {
  .main-title-info {
    font-size: 16px;
  }
}
.main-countdown {
  position: absolute;
  bottom: -220px;
  left: 0;
  align-items: center;
  justify-content: center;
  display: flex;
  width: 262px;
  height: 262px;
  background: rgba(242, 147, 4, 0.8);
  color: #fff;
  border-radius: 50%;
  font-family: "Zen Kaku Gothic New", sans-serif;
  padding-bottom: 40px;
  opacity: 0;
  transform: translateY(180px);
  transition-property: transform;
  transition-duration: 500ms;
  transition-delay: 0s;
  transition-timing-function: ease-out;
}
.main-countdown.show {
  opacity: 1;
  transform: translateY(0);
}
.main-countdown > div {
  font-size: 20px;
  font-weight: 700;
}
.main-countdown > div .day {
  font-size: 36px;
  letter-spacing: 0.08em;
  line-height: 1;
}
.main-countdown > div .day span {
  font-size: 80px;
}
@media (max-width: 540px) {
  .main-countdown {
    width: 157.2px;
    height: 157.2px;
    left: 20px;
    bottom: -80px;
    padding-bottom: 20px;
  }
  .main-countdown > div {
    transform: scale(0.6);
  }
  .main-countdown > div .day {
    white-space: nowrap;
  }
}
.main-secondary {
  font-family: "Zen Kaku Gothic New", sans-serif;
  background-image: url(../img/main-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  color: #fff;
  font-size: 20px;
  align-items: center;
  justify-content: center;
  display: flex;
  padding: 128px 0 160px;
  position: relative;
  z-index: 5;
  opacity: 0;
  transform: translateY(64px);
  transition-property: transform, opacity;
  transition-duration: 800ms;
  transition-delay: 1.8s;
  transition-timing-function: ease-out;
}
.main-secondary.show {
  transform: translateY(0);
  opacity: 1;
}
@media (max-width: 540px) {
  .main-secondary {
    padding: 80px 16px 80px 32px;
    font-size: 14px;
    justify-content: center;
  }
}
.main-secondary > div {
  width: fit-content;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 540px) {
  .main-secondary > div {
    align-items: flex-start;
  }
}
.main-secondary-head {
  writing-mode: vertical-rl;
  font-feature-settings: "vert" on;
  font-size: 40px;
  display: inline-block;
  background-color: #333;
  line-height: 1;
  letter-spacing: 0.3em;
  padding: 8px 2px 0;
  margin-bottom: -56px;
}
@media (max-width: 540px) {
  .main-secondary-head {
    font-size: 26px;
    margin-bottom: -134px;
  }
}
@media (min-width: 541px) {
  .main-secondary-lines {
    padding-left: 390px;
  }
}
.main-secondary-lines p {
  text-align: left;
  letter-spacing: 0.08em;
  margin: 0 0 32px;
  line-height: 175%;
}
@media (max-width: 540px) {
  .main-secondary-lines p {
    margin-bottom: 16px;
  }
}
.main-secondary-lines p.line1 {
  margin-left: 280px;
}
@media (max-width: 540px) {
  .main-secondary-lines p.line1 {
    margin-left: 64px;
  }
}
@media (max-width: 540px) {
  .main-secondary-lines p.line2 {
    margin-left: 64px;
  }
}
.main-secondary-lines p.line3 {
  margin-left: 190px;
  margin-bottom: 0;
}
@media (max-width: 540px) {
  .main-secondary-lines p.line3 {
    margin-left: 64px;
  }
}

.border {
  position: absolute;
  left: 0;
  width: 100%;
  height: auto;
  z-index: 6;
}
.border-1 {
  bottom: -2px;
}
.border-2 {
  top: -2px;
}
.border-3 {
  top: 400px;
  z-index: 0;
  opacity: 0.5;
}
@media (max-width: 540px) {
  .border-3 {
    top: 800px;
  }
}
.border-4 {
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 0;
  opacity: 0.8;
}
@media (max-width: 540px) {
  .border-4 {
    top: auto;
    bottom: 800px;
    opacity: 0.3;
  }
}
.border-5 {
  bottom: 400px;
  z-index: 0;
  opacity: 0.2;
}
@media (max-width: 540px) {
  .border.bg {
    width: 1400px;
  }
}

.intro {
  background: var(--Bg-beige-light, #FAF9F5);
  padding: 24px 0 40px;
  position: relative;
}
@media (max-width: 540px) {
  .intro {
    padding: 40px 0 80px;
  }
}
.intro .inner {
  align-items: center;
  justify-content: center;
  display: flex;
  gap: 88px;
}
@media (max-width: 540px) {
  .intro .inner {
    flex-direction: column;
    gap: 40px;
  }
}
@media (max-width: 540px) {
  .intro-logo {
    width: 220px;
  }
}
.intro-title {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 24px;
}
@media (max-width: 540px) {
  .intro-title {
    font-size: 24px;
  }
}
.intro-txt {
  letter-spacing: 0.12em;
  font-weight: 600;
  line-height: 2;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.intro-txt p {
  margin: 0;
}

.voice {
  background: #F2E1E1;
  position: relative;
  padding-top: 240px;
  padding-bottom: 240px;
  color: #5C3333;
}
.voice a {
  color: #5C3333;
}
@media (max-width: 540px) {
  .voice {
    padding-top: 100px;
    padding-bottom: 120px;
  }
}
.voice-wrap {
  display: flex;
  flex-direction: column;
  gap: 80px;
}
@media (max-width: 540px) {
  .voice-wrap {
    gap: 48px;
  }
}
.voice-wrap .item {
  align-items: flex-start;
  display: flex;
  gap: 48px;
}
@media (min-width: 541px) {
  .voice-wrap .item:nth-child(odd) {
    padding-right: 120px;
  }
  .voice-wrap .item:nth-child(even) {
    padding-left: 120px;
  }
}
@media (min-width: 1200px) {
  .voice-wrap .item:nth-child(odd) {
    padding-right: 160px;
  }
  .voice-wrap .item:nth-child(even) {
    padding-left: 288px;
  }
}
@media (max-width: 540px) {
  .voice-wrap .item {
    flex-direction: column;
    gap: 16px;
  }
}
.voice-wrap .item .left {
  position: relative;
}
@media (min-width: 541px) {
  .voice-wrap .item .left {
    min-width: 240px;
  }
}
@media (max-width: 540px) {
  .voice-wrap .item .left {
    align-items: center;
    display: flex;
    gap: 24px;
  }
}
.voice-wrap .item .photo img {
  border-radius: 16px;
}
@media (max-width: 540px) {
  .voice-wrap .item .photo img {
    width: 128px;
  }
}
.voice-wrap .item .right {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media (max-width: 540px) {
  .voice-wrap .item .right {
    gap: 16px;
  }
}
.voice-wrap .item .head {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.08em;
  display: flex;
  flex-direction: column;
  gap: 2px;
  position: relative;
}
@media (max-width: 540px) {
  .voice-wrap .item .head {
    padding-left: 0;
  }
}
.voice-wrap .item .head span {
  font-size: 18px;
}
.voice-wrap .item .head a {
  display: block;
  padding-bottom: 6px;
  text-decoration: none;
}
.voice-wrap .item .head a:hover {
  text-decoration: underline;
}
.voice-wrap .item .head .txt-s {
  font-size: 12px;
}
@media (max-width: 540px) {
  .voice-wrap .item .head .txt-s {
    font-size: 11px;
    font-weight: 500;
  }
}
.voice-wrap .item p {
  margin: 0;
  font-weight: 500;
  line-height: 2;
  font-size: 14px;
}
@media (max-width: 540px) {
  .voice-wrap .item p {
    font-size: 13px;
  }
}
.voice-label {
  position: absolute;
  left: 196px;
  top: -20px;
}
@media (max-width: 540px) {
  .voice-label {
    left: 90px;
    top: -30px;
    transform: scale(0.7);
  }
}

.history {
  background: linear-gradient(180deg, #7DB06B 75%, #EBFBE5 100%);
  padding-top: 40px;
  padding-bottom: 0;
  position: relative;
  overflow: hidden;
}
.history .inner {
  padding: 0;
}
.history-cursor-image {
  position: fixed;
  top: 0;
  left: 0;
  width: 174px;
  height: 110px;
  pointer-events: none;
  transform: translate(0%, -100%);
  z-index: 9999;
  opacity: 0;
  transition: opacity 0.3s ease;
  display: block;
}
.history-cursor-image.visible {
  opacity: 1;
}
.history-cursor-image.hidden {
  opacity: 0 !important;
  transition: opacity 0.3s ease;
}
.history-cursor-image-sp {
  transform: translateY(120px);
  position: fixed;
  bottom: 8px;
  right: 8px;
  z-index: 20;
}
@media (min-width: 541px) {
  .history-cursor-image-sp {
    display: none;
  }
}
.history-cursor-image-sp.visible {
  animation-name: boundup;
  animation-duration: 1.5s;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}
.history-cursor-image-sp.hidden {
  animation-name: hide;
  animation-duration: 0.4s;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}
@keyframes boundup {
  0% {
    transform: translateY(120px);
  }
  25% {
    transform: translateY(-10px);
  }
  50% {
    transform: translateY(5px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes hide {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(120px);
  }
}
.history-btn {
  align-items: center;
  justify-content: center;
  display: inline-flex;
  color: #fff;
  font-weight: 800;
  font-family: "Noto Sans JP", sans-serif;
  -moz-font-feature-settings: "palt";
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  letter-spacing: 0.08em;
  letter-spacing: 0.04em;
  border-radius: 8px;
  cursor: pointer;
  position: relative;
  background-repeat: no-repeat;
  background-position: left top;
  transform: rotate(-2deg);
  transition-property: all;
  transition-duration: 250ms;
}
.history-btn span {
  position: relative;
  z-index: 2;
  white-space: nowrap;
}
.history-btn:before, .history-btn:after {
  content: "";
  display: block;
  position: absolute;
}
.history-btn:after {
  top: 0;
  left: 0;
  border-radius: 8px;
  box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.24);
  width: calc(100% - 13px);
  height: 100%;
  z-index: 0;
}
.history-btn:before {
  top: 0;
  right: -16px;
  background-image: url(../img/history-arrow01-lg.svg);
  width: 59px;
  height: 84px;
  background-repeat: no-repeat;
  background-position: right top;
  background-size: cover;
  z-index: 1;
}
@media (max-width: 540px) {
  .history-btn:before {
    width: 40px;
    height: 60px;
    right: -10px;
  }
}
.history-btn.md:before {
  width: 41px;
  height: 60px;
}
@media (max-width: 540px) {
  .history-btn.md:before {
    width: 32px;
    height: 48px;
  }
}
.history-btn.left {
  transform: rotate(2deg);
}
.history-btn.left:after {
  left: auto;
  right: 0;
}
.history-btn.left:before {
  transform: rotate(180deg);
  right: initial;
  left: -16px;
}
@media (max-width: 540px) {
  .history-btn.left:before {
    left: -10px;
  }
}
.history-btn.c1:after {
  background: #56401B;
}
.history-btn.c1:before {
  background-image: url(../img/history-arrow01-lg.svg);
}
.history-btn.c2:after {
  background: #7C5B23;
}
.history-btn.c2:before {
  background-image: url(../img/history-arrow02-lg.svg);
}
.history-btn.c2.md:before {
  background-image: url(../img/history-arrow02-md.svg);
}
.history-btn.c3 {
  color: #333;
}
.history-btn.c3:after {
  background: #fff;
}
.history-btn.c3:before {
  filter: brightness(10);
}
.history-btn.lg {
  min-width: 320px;
  height: 84px;
  padding: 0 32px 0 24px;
  font-size: 24px;
}
@media (max-width: 540px) {
  .history-btn.lg {
    padding: 0 24px 0 16px;
    font-size: 18px;
    height: 60px;
    min-width: 240px;
  }
}
.history-btn.lg.left {
  padding: 0 24px 0 32px;
}
@media (max-width: 540px) {
  .history-btn.lg.left {
    padding: 0 16px 0 24px;
  }
}
.history-btn.md {
  min-width: 280px;
  height: 60px;
  padding: 0 32px 0 24px;
  font-size: 18px;
}
@media (max-width: 540px) {
  .history-btn.md {
    padding: 0 24px 0 16px;
    font-size: 16px;
    height: 48px;
    min-width: 200px;
  }
}
.history-btn.md.left {
  padding: 0 16px 0 24px;
}
.history-btn:hover {
  transform: rotate(0deg) scale(1.15);
}
.history-2005 {
  width: 528px;
  height: 355px;
  margin: 0 auto -32px;
  text-align: center;
  background-image: url(../img/history-2005-bg.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  position: relative;
  z-index: 2;
}
@media (max-width: 540px) {
  .history-2005 {
    background-image: url(../img/history-2005-bg-sp.svg);
    width: 360px;
    height: 310px;
    padding-top: 8px;
    margin-bottom: -24px;
  }
}
.history-2005 .year {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 64px;
  font-weight: 900;
  line-height: 100%;
  color: #533838;
  margin-bottom: 16px;
}
@media (max-width: 540px) {
  .history-2005 .year {
    font-size: 48px;
    margin-bottom: 8px;
  }
}
.history-2005 .heading {
  font-family: "Noto Sans JP", sans-serif;
  -moz-font-feature-settings: "palt";
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  letter-spacing: 0.08em;
  font-size: 24px;
  font-weight: 900;
}
@media (max-width: 540px) {
  .history-2005 .heading {
    font-size: 18px;
  }
}
.history-2005 p {
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 175%;
  margin-bottom: 16px;
}
@media (max-width: 540px) {
  .history-2005 p {
    font-size: 13px;
  }
}
.history-2025 {
  text-align: center;
  position: relative;
  z-index: 2;
  background-image: url(../img/history-route2.svg);
  background-repeat: no-repeat;
  background-position: center 112px;
  padding-bottom: calc(13.61vw + 40px);
}
@media (max-width: 540px) {
  .history-2025 {
    background-position: center 78px;
    background-size: 6.5px auto;
    padding-bottom: 100px;
  }
}
@media (max-width: 540px) {
  .history-2025 img {
    height: 178px;
    object-fit: cover;
  }
}
.history-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  z-index: 5;
  gap: 120px;
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: url(../img/history-route.svg);
  background-repeat: no-repeat;
  background-position: center top;
}
@media (max-width: 540px) {
  .history-wrap {
    gap: 64px;
    background-size: auto 3208px;
    padding-bottom: 64px;
    background-image: url(../img/history-route-sp.svg);
  }
}
.history-wrap-block {
  justify-content: center;
  display: flex;
  gap: 40px;
  position: relative;
  z-index: 3;
}
@media (max-width: 540px) {
  .history-wrap-block {
    gap: 16px;
  }
}
.history-wrap-block .year {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 64px;
  font-weight: 900;
  line-height: 100%;
  color: #533838;
  position: relative;
}
@media (max-width: 540px) {
  .history-wrap-block .year {
    font-size: 40px;
  }
}
.history-wrap-block .year:before {
  content: "";
  display: block;
  position: absolute;
  width: 64px;
  height: 73px;
  top: 0;
  background-image: url(../img/history-marker.svg);
  background-repeat: no-repeat;
  background-position: left top;
  z-index: 1;
}
@media (max-width: 540px) {
  .history-wrap-block .year:before {
    transform: scale(0.6);
    top: -60px;
  }
}
.history-wrap-block .event {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
}
.history-wrap-block .event .illust {
  position: absolute;
  top: -40px;
}
.history-wrap-block .event .illust.second {
  top: 80px;
}
.history-wrap-block .event .illust.third {
  top: 160px;
}
@media (max-width: 540px) {
  .history-wrap-block .event .illust {
    top: -70px;
    transform: scale(0.6);
  }
  .history-wrap-block .event .illust.second {
    top: 45px;
  }
  .history-wrap-block .event .illust.third {
    top: 120px;
  }
}
.history-wrap-block:nth-child(odd) {
  padding-left: 176px;
}
.history-wrap-block:nth-child(odd) .year:before {
  left: -88px;
}
@media (max-width: 540px) {
  .history-wrap-block:nth-child(odd) .year:before {
    left: 2px;
  }
}
@media (max-width: 540px) {
  .history-wrap-block:nth-child(odd) {
    padding-left: 0;
  }
  .history-wrap-block:nth-child(odd) .event .illust {
    right: -20px !important;
  }
}
.history-wrap-block:nth-child(even) {
  flex-direction: row-reverse;
  padding-right: 176px;
}
.history-wrap-block:nth-child(even) .year:before {
  right: -88px;
}
@media (max-width: 540px) {
  .history-wrap-block:nth-child(even) .year:before {
    right: 2px;
  }
}
@media (max-width: 540px) {
  .history-wrap-block:nth-child(even) {
    padding-right: 0;
  }
  .history-wrap-block:nth-child(even) .event .illust {
    left: -20px !important;
  }
}
@media (max-width: 540px) {
  .history-wrap-block .event .illust.illust01 {
    top: -76px;
  }
  .history-wrap-block .event .illust.illust02 {
    top: -60px;
    left: -30px !important;
  }
  .history-wrap-block .event .illust.illust04 {
    top: 64px;
    left: 190px !important;
  }
  .history-wrap-block .event .illust.illust05 {
    top: -58px;
    left: -38px !important;
  }
  .history-wrap-block .event .illust.illust06 {
    top: -76px;
    right: -38px !important;
  }
  .history-wrap-block .event .illust.illust07 {
    right: 178px !important;
    left: auto !important;
  }
  .history-wrap-block .event .illust.illust08 {
    top: 62px;
    right: -33px !important;
  }
  .history-wrap-block .event .illust.illust09 {
    top: -53px;
  }
  .history-wrap-block .event .illust.illust10 {
    top: -88px;
    left: -36px !important;
  }
  .history-wrap-block .event .illust.illust11 {
    left: 230px !important;
  }
  .history-wrap-block .event .illust.illust12 {
    top: -96px;
    right: -8px !important;
  }
}
.history-view {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 2;
}
@media (max-width: 540px) {
  .history-view {
    max-width: 400px;
    left: -50%;
    right: -50%;
  }
}
.history-view-wrap {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}
.history-view.view1 {
  top: 3%;
}
@media (max-width: 540px) {
  .history-view.view1 {
    top: 5%;
  }
}
.history-view.view2 {
  top: 20%;
}
@media (max-width: 540px) {
  .history-view.view2 {
    top: 17%;
  }
}
.history-view.view22 {
  top: 34.5%;
}
@media (max-width: 540px) {
  .history-view.view22 {
    top: 28.5%;
  }
}
.history-view.view3 {
  top: 49%;
}
@media (max-width: 540px) {
  .history-view.view3 {
    top: 51%;
  }
}
.history-view.view4 {
  top: 65.5%;
}
@media (max-width: 540px) {
  .history-view.view4 {
    top: 60.5%;
  }
}
.history-view.view6 {
  top: 80%;
}
@media (max-width: 540px) {
  .history-view.view6 {
    top: 80%;
  }
}
.history-view.view5 {
  top: 84%;
}
@media (max-width: 540px) {
  .history-view.view5 {
    top: 85.5%;
  }
}

.campaign {
  padding-top: 40px;
  background: #1A896C;
}
@media (max-width: 540px) {
  .campaign {
    position: relative;
    z-index: 30;
  }
}
@media (max-width: 540px) {
  .campaign-top {
    z-index: 30;
  }
}
.campaign .inner {
  max-width: 880px;
}
.campaign-list {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media (max-width: 540px) {
  .campaign-list {
    gap: 16px;
  }
}
.campaign-list > div {
  text-align: left;
}
.campaign-list > div:nth-child(even) {
  text-align: right;
}
.campaign-list a {
  display: inline-block;
  border-radius: 16px;
  border: 2px solid #fff;
  overflow: hidden;
  width: fit-content;
}
@media (max-width: 540px) {
  .campaign-list a {
    border: 2px solid #fff;
  }
}
.campaign-list a img {
  max-height: 200px;
}

.goods {
  background: #fff;
}
.goods .inner {
  max-width: 1080px;
}
@media (max-width: 540px) {
  .goods {
    position: relative;
    z-index: 30;
  }
}
.goods-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 64px 48px;
}
@media (max-width: 540px) {
  .goods-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px 16px;
  }
}
.goods-grid .item {
  font-weight: 500;
  text-decoration: none;
}
.goods-grid .item img {
  border-radius: 16px;
  margin-bottom: 8px;
}

.message {
  background: #F1F7ED;
  color: #437e16;
}
@media (max-width: 540px) {
  .message {
    position: relative;
    z-index: 30;
  }
}
.message .inner {
  max-width: 800px;
}
.message-wrap-txt {
  margin-bottom: 48px;
}
.message-wrap-txt p {
  line-height: 1.75;
  text-align: justify;
}
.message-wrap-img {
  overflow: hidden;
  border-radius: 8px;
}
@media (max-width: 540px) {
  .message-wrap-img img {
    height: calc((100vw - 40px) * 0.42);
    object-fit: cover;
  }
}

footer {
  text-align: center;
  padding: 40px 20px;
}
footer .link {
  margin-bottom: 40px;
  display: flex;
  gap: 40px;
  justify-content: center;
  font-size: 14px;
}
@media (max-width: 540px) {
  footer .link {
    gap: 24px;
  }
}
footer .link a {
  color: #333;
}
@media (max-width: 540px) {
  footer .ft-logo {
    width: 100px;
  }
}
footer .copyright {
  font-size: 12px;
  margin-top: 24px;
  letter-spacing: 0.1em;
}
@media (max-width: 540px) {
  footer .copyright {
    font-size: 10px;
  }
}

.quiz article {
  background: #1A896C;
  min-height: 100svh;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  min-width: auto;
}
.quiz #card {
  background: #fff;
  max-width: 800px;
  width: 100%;
  padding: 24px 24px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 540px) {
  .quiz #card {
    padding-top: 12px;
  }
}
@media (max-width: 540px) {
  .quiz.top #card {
    padding-top: 24px;
  }
}
.quiz h1 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 40px;
  position: relative;
  z-index: 2;
}
@media (max-width: 540px) {
  .quiz h1 {
    margin-bottom: 24px;
  }
}
@media (max-width: 540px) {
  .quiz .top-img {
    margin-left: -24px;
    margin-right: -24px;
    margin-top: -72px;
    min-width: 432px;
  }
  .quiz .top-img-wrap {
    display: flex;
    justify-content: center;
  }
}
.quiz #progress {
  margin-bottom: -16px;
  color: #12765B;
  font-size: 24px;
  font-style: normal;
  font-weight: 900;
  line-height: 100%; /* 24px */
  display: flex;
  justify-content: center;
  align-items: baseline;
  gap: 4px;
  position: relative;
  z-index: 2;
}
.quiz #progress span {
  font-family: "Inter", sans-serif;
  font-size: 56px;
  transform: translateY(2px);
}
.quiz #content {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 32px;
  align-items: center;
  max-width: 560px;
  width: 100%;
}
.quiz #content.fade {
  opacity: 0;
  transition: opacity 0s ease;
}
.quiz #content.fade.show {
  opacity: 1;
  transition: opacity 0.6s ease;
}
.quiz .question {
  color: #12765B;
  text-align: left;
  font-feature-settings: "palt" on;
  font-size: 18px;
  font-style: normal;
  font-weight: 900;
  letter-spacing: 0.04em;
  margin: 0;
  display: flex;
  padding: 32px 24px 24px 24px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  align-self: stretch;
  border-radius: 16px;
  background: #D6EDE7;
  max-width: 560px;
  width: 100%;
  position: relative;
}
.quiz .question:after {
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  pointer-events: none;
  position: absolute;
  border-color: rgba(0, 153, 255, 0);
  border-top-width: 18px;
  border-bottom-width: 18px;
  border-left-width: 23px;
  border-right-width: 23px;
  margin-left: -23px;
  border-top-color: #D6EDE7;
  top: 100%;
  left: 50%;
}
.quiz .choice {
  font-family: "Noto Sans JP", sans-serif;
  display: flex;
  width: 100%;
  min-height: 82px;
  padding: 0px 24px;
  align-items: center;
  gap: 16px;
  align-self: stretch;
  cursor: pointer;
  border-radius: 12px;
  border: 4px solid var(--Green, #3B9521);
  background: var(--Bg-beige-light, #FAF9F5);
  box-shadow: 0px 2px 24px 0px rgba(0, 0, 0, 0.08);
  color: var(--Black, #333);
  text-align: left;
  font-feature-settings: "palt" on;
  font-size: 20px;
  font-weight: 900;
  line-height: 125%; /* 30px */
  letter-spacing: 0.04em;
  position: relative;
}
@media (max-width: 540px) {
  .quiz .choice {
    padding: 8px 16px;
    min-height: 74px;
  }
}
.quiz .choice-wrap {
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: 100%;
}
.quiz .choice:hover {
  background: #e6f2ff;
}
.quiz .choice:before {
  font-family: "Inter", sans-serif;
  color: var(--Green, #3B9521);
  font-size: 32px;
  font-style: normal;
  font-weight: 900;
}
.quiz .choice:nth-child(1):before {
  content: "A";
}
.quiz .choice:nth-child(2):before {
  content: "B";
}
.quiz .choice:nth-child(3):before {
  content: "C";
}
.quiz .choice.correct {
  background: rgba(0, 188, 0, 0.2);
  border-color: #00BC00;
  cursor: initial;
  pointer-events: none;
}
.quiz .choice.incorrect:after {
  content: "";
  display: block;
  position: absolute;
  width: 32px;
  height: 32px;
  top: 0;
  bottom: 0;
  left: 20px;
  margin: auto;
  background-image: url(../quiz/img/icon-cross.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  z-index: 1;
}
.quiz .choice.incorrect, .quiz .choice.nochoice {
  color: rgba(51, 51, 51, 0.3);
  border: 4px solid rgba(59, 149, 33, 0.3);
  box-shadow: none;
  cursor: initial;
  pointer-events: none;
}
.quiz .choice.incorrect:before, .quiz .choice.nochoice:before {
  opacity: 0.3;
}
.quiz .answer-result {
  text-align: center;
  font-size: 40px;
  font-weight: 900;
  line-height: 150%; /* 72px */
  letter-spacing: 0.04em;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.quiz .answer-comment {
  margin-top: 24px;
  margin-bottom: 0;
  color: #56401B;
  font-size: 16px;
  font-weight: 800;
  text-align: left;
  max-width: 480px;
  display: flex;
  gap: 8px;
  background-color: #f5f2ea;
  padding: 12px 16px;
  border-radius: 8px;
}
.quiz .answer-comment span {
  white-space: nowrap;
}
.quiz #result {
  font-weight: bold;
  text-align: center;
  margin-top: -12px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: center;
}
.quiz #result h2 {
  margin: 0;
  font-feature-settings: "palt" on;
  font-family: "Noto Sans JP";
  font-size: 40px;
  font-style: normal;
  font-weight: 900;
  line-height: 1;
}
@media (max-width: 540px) {
  .quiz #result h2 {
    font-size: 32px;
  }
}
.quiz #result .grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  grid-template-rows: repeat(2, auto);
}
@media (max-width: 540px) {
  .quiz #result .grid {
    gap: 8px;
  }
}
.quiz #result .grid .div1 {
  grid-area: 2/1/3/3;
  display: flex;
  padding: 24px;
  text-align: left;
  justify-content: center;
  align-items: center;
  gap: 24px;
  align-self: stretch;
  border-radius: 16px;
  background: var(--Bg-beige, #F5F2EA);
  color: #56401B;
}
.quiz #result .grid .div1.level5 {
  background-image: url(../quiz/img/level-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
}
@media (max-width: 540px) {
  .quiz #result .grid .div1 {
    flex-direction: column-reverse;
    gap: 16px;
  }
}
.quiz #result .grid .div1 .left {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.quiz #result .grid .div1 .left .head {
  font-size: 18px;
}
@media (max-width: 540px) {
  .quiz #result .grid .div1 .left .head {
    text-align: center;
  }
}
.quiz #result .grid .div1 .left .head span {
  font-size: 28px;
  font-weight: 900;
  color: var(--Green, #3B9521);
  font-feature-settings: "palt" on;
  margin-right: 4px;
}
.quiz #result .grid .box1 {
  display: flex;
  padding: 24px 24px;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  flex: 1 0 0;
  border-radius: 16px;
  background: #D6EDE7;
  color: #12765B;
}
@media (max-width: 540px) {
  .quiz #result .grid .box1 {
    padding: 16px 16px 24px;
  }
}
.quiz #result .grid .box1 .label {
  display: flex;
  padding: 0px 16px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 30px;
  background: #FFF;
  font-feature-settings: "palt" on;
  font-style: normal;
  font-weight: 900;
}
@media (max-width: 540px) {
  .quiz #result .grid .box1 .label {
    line-height: 1.25;
    padding: 4px 12px;
    min-width: 118px;
  }
}
.quiz #result .grid .box1 .result {
  line-height: 100%;
  font-size: 20px;
  display: flex;
  gap: 4px;
  justify-content: center;
  align-items: baseline;
}
@media (max-width: 540px) {
  .quiz #result .grid .box1 .result {
    font-size: 16px;
  }
}
.quiz #result .grid .box1 .num {
  font-size: 64px;
  font-weight: 800;
  line-height: 1;
}
@media (max-width: 540px) {
  .quiz #result .grid .box1 .num {
    font-size: 48px;
  }
}
.quiz #result .text-sm {
  color: var(--Gray, #666);
}
.quiz .btn {
  transition-property: all;
  transition-duration: 400ms;
}
.quiz .btn-start {
  min-width: 280px;
  box-shadow: 0px 2px 24px 0px rgba(0, 0, 0, 0.08);
}
@media (min-width: 541px) {
  .quiz .btn:hover {
    transform: scale(1.08);
  }
}
.quiz .btn-restart {
  min-width: 240px;
  box-shadow: 0px 2px 24px 0px rgba(0, 0, 0, 0.08);
}

.iv {
  opacity: 0;
  transform: translateY(16px);
  transition-property: opacity, transform;
  transition-duration: 600ms;
  transition-delay: 0.2s;
}
.iv.inv {
  opacity: 1;
  transform: translateY(0);
}
.iv.d1 {
  transition-delay: 0.4s;
}
.iv.d2 {
  transition-delay: 0.6s;
}
.iv.d3 {
  transition-delay: 0.8s;
}
.iv.d4 {
  transition-delay: 1s;
}

.main-secondary-head,
.main-secondary-lines p {
  opacity: 0;
  transition: opacity 1s ease, transform 1s ease;
}

.main-secondary-head {
  transform: translateY(-30px);
}

.main-secondary-head.animate {
  opacity: 1;
  transform: translateY(0);
}

.main-secondary-lines p {
  transform: translateX(40px);
}

.main-secondary-lines p.animate {
  opacity: 1;
  transform: translateX(0);
}

.modal {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 100;
}
.modal-close {
  width: 24px;
  height: 24px;
  position: absolute;
  top: 16px;
  right: 16px;
  background-image: url(../img/icon-close.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left top;
  cursor: pointer;
  z-index: 2;
}
@media (max-width: 540px) {
  .modal-close {
    left: auto;
    right: 0;
    top: 0;
    width: 52px;
    height: 52px;
    background-position: center center;
    background-size: 20px 20px;
  }
}
.modal-overlay {
  position: fixed;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(10, 10, 10, 0);
  transition-property: opacity;
  transition-duration: 600ms;
  display: none;
  pointer-events: none;
  z-index: 90;
}
.modal-overlay.show {
  display: block;
  animation: fadein 0.6s ease;
  animation-fill-mode: forwards;
}
.modal-overlay.out {
  animation: fadeout 0.3s ease;
  animation-fill-mode: forwards;
}
.modal-wrapper {
  padding: 48px 0;
  position: relative;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 540px) {
  .modal-wrapper {
    padding: 0 8px;
  }
}
.modal-wrapper-inner {
  width: 448px;
  min-height: 300px;
  padding: 24px;
  background: #fff;
  margin: auto;
  pointer-events: all;
  z-index: 110;
  border-radius: 16px;
  box-shadow: 0px 2px 40px 0px rgba(0, 0, 0, 0.24);
}
@media (max-width: 540px) {
  .modal-wrapper-inner {
    width: 100%;
    padding: 24px 16px;
  }
}
.modal-wrapper-inner.lg {
  width: 688px;
}
.modal-wrapper-inner .modal-img {
  margin-bottom: 16px;
  border-radius: 8px;
  overflow: hidden;
}
.modal-wrapper-inner .modal-img.lined {
  border: 1px solid #ddd;
}
.modal-wrapper-inner .head {
  align-items: center;
  display: flex;
  gap: 12px;
  margin-bottom: 8px;
}
.modal-wrapper-inner .head .year {
  color: var(--Green, #3B9521);
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 36px;
  font-weight: 900;
  line-height: 100%;
  padding-bottom: 4px;
}
.modal-wrapper-inner .head h3 {
  font-size: 18px;
  margin: 0 0 0;
  line-height: 1.25;
  font-feature-settings: "palt";
}
.modal-wrapper-inner p {
  font-size: 14px;
  margin: 0;
  font-weight: 500;
}
@media (max-width: 540px) {
  .modal-wrapper-inner p {
    font-size: 13px;
  }
}
.modal-wrapper-inner .btns {
  align-items: center;
  justify-content: center;
  display: flex;
  gap: 16px;
  padding-top: 24px;
}
.modal-wrapper-inner .btns button, .modal-wrapper-inner .btns a {
  display: inline-flex;
  gap: 8px;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  border-radius: 50px;
  font-weight: 700;
  white-space: nowrap;
  font-size: 16px;
  height: 48px;
  padding: 0 24px;
  border: 1px solid var(--Green, #3B9521);
  background: #fff;
  cursor: pointer;
  color: var(--Green, #3B9521);
}
@media (max-width: 540px) {
  .modal-wrapper-inner .btns button, .modal-wrapper-inner .btns a {
    font-size: 16px;
    height: 48px;
  }
}
.modal-wrapper-inner .btns button.fill, .modal-wrapper-inner .btns a.fill {
  background-color: var(--Green, #3B9521);
  color: #fff;
}
.modal-wrapper-inner .btns button.lg, .modal-wrapper-inner .btns a.lg {
  height: 56px;
  padding: 0 32px;
  font-size: 18px;
}
.modal.show {
  display: block;
}
.modal.show .modal-wrapper-inner {
  opacity: 0;
  animation: fadein2 0.25s ease;
  animation-delay: 0.1s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}
.modal.out {
  animation: fadeout2 0.2s ease;
  animation-fill-mode: forwards;
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadein2 {
  0% {
    opacity: 0;
    transform: scale(0.8);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes fadeout {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeout2 {
  0% {
    opacity: 1;
    transform: scale(1);
  }
  100% {
    opacity: 0;
    transform: scale(0.9);
  }
}

.menu-wrap {
  background-color: #fff;
  position: fixed;
  width: 55px;
  height: 52px;
  top: 0;
  right: 8px;
  align-items: center;
  justify-content: center;
  display: flex;
  cursor: pointer;
  z-index: 1;
}
@media (min-width: 541px) {
  .menu-wrap {
    display: none;
  }
}

.menu-trigger {
  display: inline-block;
  transition: all 0.2s;
  box-sizing: border-box;
  position: relative;
  width: 32px;
  height: 21px;
}
.menu-trigger span {
  display: inline-block;
  transition: all 0.2s;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #555;
  border-radius: 3px;
}
.menu-trigger span:nth-of-type(1) {
  top: 0;
}
.menu-trigger span:nth-of-type(2) {
  top: 0;
  bottom: 0;
  margin: auto;
}
.menu-trigger span:nth-of-type(3) {
  bottom: 0;
}
.menu-trigger.on span:nth-of-type(1) {
  animation: menu_bar01 0.251s forwards;
}
.menu-trigger.on span:nth-of-type(2) {
  transition: all 0s 0s;
  opacity: 1;
}
.menu-trigger.on span:nth-of-type(3) {
  animation: menu_bar02 0.251s forwards;
}
.menu-trigger.active span:nth-of-type(1) {
  animation: active_menu_bar01 0.251s forwards;
}
.menu-trigger.active span:nth-of-type(2) {
  opacity: 0;
}
.menu-trigger.active span:nth-of-type(3) {
  animation: active_menu_bar03 0.251s forwards;
}

@keyframes menu_bar01 {
  0% {
    transform: translateY(9px) rotate(45deg);
  }
  50% {
    transform: translateY(9px) rotate(0);
  }
  100% {
    transform: translateY(0) rotate(0);
  }
}
@keyframes menu_bar02 {
  0% {
    transform: translateY(-9px) rotate(-45deg);
  }
  50% {
    transform: translateY(-9px) rotate(0);
  }
  100% {
    transform: translateY(0) rotate(0);
  }
}
@keyframes active_menu_bar01 {
  0% {
    transform: translateY(0) rotate(0);
  }
  50% {
    transform: translateY(9px) rotate(0);
  }
  100% {
    transform: translateY(9px) rotate(45deg);
  }
}
@keyframes active_menu_bar03 {
  0% {
    transform: translateY(0) rotate(0);
  }
  50% {
    transform: translateY(-9px) rotate(0);
  }
  100% {
    transform: translateY(-9px) rotate(-45deg);
  }
}
