@charset "UTF-8";
html {
  font-size: 100%;
  overflow-x: clip;
}

body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  margin: 0;
  overflow-x: clip;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.6;
  color: #3b4043;
}
body.is-scroll-lock {
  height: 100vh;
  overflow: hidden;
}

main {
  display: flex;
  flex: 1;
  flex-direction: column;
}

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

a {
  color: #9f1627;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}

h1,
h2 {
  margin: 0;
  font-size: inherit;
  font-weight: inherit;
}

button {
  padding: 0;
  font: inherit;
  color: inherit;
  appearance: none;
  cursor: pointer;
  background: none;
  border: none;
}

input {
  outline: none;
}

select {
  font: inherit;
  color: inherit;
  appearance: none;
  outline: none;
  background: none;
  border: none;
  box-shadow: none;
}

input[type=radio] {
  padding: 0;
  margin: 0;
  border: none;
}

hr {
  width: 100%;
  height: 1px;
  background: #c3c3c3;
  border: 0;
}

.is-hidden {
  display: none;
}

.button-normal__button {
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 23px 8px;
  background: #fff;
  border: 1px solid #c3c3c3;
  border-radius: 50px;
  transition: all 0.3s;
}
.button-normal__button:hover {
  background: #f5f7f9;
  border: 1px solid #c3c3c3;
}
.button-normal__button:hover .button-normal__button-text {
  color: #3b4043;
}
.button-normal__button-text {
  font-size: 16px;
  color: #3b4043;
}

.small-button__link {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 130px;
  height: 40px;
  background: white;
  border: 1px solid #9f1627;
  border-radius: 999px;
}
.small-button__label::after {
  display: inline-block;
  padding-top: 1px;
  padding-left: 1px;
  vertical-align: middle;
  content: url("/assets/images/common/icon-logout.svg");
}

.button-general {
  position: relative;
  display: flex;
  gap: 8px;
  align-items: center;
  justify-content: center;
  padding: 8px 16px;
  background: #fff;
  border: 1px solid #d3992c;
  border-radius: 50px;
}
.button-general.is-expensive-button {
  padding: 16px;
}
.button-general::after {
  position: absolute;
  right: 16px;
  box-sizing: border-box;
  display: inline-block;
  width: 8px;
  height: 8px;
  line-height: 1;
  color: #d3992c;
  content: "";
  border: 0.1em solid currentcolor;
  border-bottom: 0;
  border-left: 0;
  transform: translateX(-25%) rotate(45deg);
  transition: all 0.3s;
}
.button-general:hover {
  background: #9f1627;
  border: 1px solid #9f1627;
}
.button-general:hover::after {
  right: 12px;
}
.button-general:hover .button-general__icon {
  fill: #fff;
}
.button-general:hover .button-general__text {
  color: #fff;
}
.button-general__icon {
  width: 20px;
  height: auto;
  fill: #9f1627;
}
.button-general__text {
  font-size: 15px;
}

.button-primary__button {
  box-sizing: border-box;
  display: inline-flex;
  gap: 8px;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 23px 8px;
  background: #9f1627;
  border: 1px solid #9f1627;
  border-radius: 50px;
  transition: all 0.3s;
}
.button-primary__button:hover {
  background: #fff;
  border: 1px solid #9f1627;
}
.button-primary__button:hover .button-primary__icon svg {
  fill: #9f1627;
}
.button-primary__button:hover .button-primary__button-text {
  color: #9f1627;
}
.button-primary__icon {
  display: inline-flex;
  width: 20px;
  height: 20px;
  fill: white;
  transition: fill 0.2s ease;
}
.button-primary__icon .icon {
  width: 16px;
  height: 16px;
  fill: white;
  transition: fill 0.2s ease;
}
.button-primary__button-text {
  font-size: 16px;
  color: #fff;
}

.button-secondary__button {
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 19px 8px;
  background: #fff;
  border: 1px solid #d3992c;
  border-radius: 50px;
  transition: all 0.3s;
}
.button-secondary__button:hover {
  background: #d3992c;
}
.button-secondary__button:hover .button-secondary__button-text {
  color: #fff;
}
.button-secondary__button-text {
  font-size: 16px;
  color: #3b4043;
}

.member-button {
  display: flex;
  flex-direction: row;
  gap: 8px;
  align-items: center;
  justify-content: center;
  padding: 20px 32px;
  background: #9f1627;
  border: 1px solid #9f1627;
  border-radius: 50px;
  transition: all 0.3s;
}
.member-button svg {
  fill: #fff;
}
.member-button:hover {
  background: #fff;
  border: 1px solid #9f1627;
  transition: 0.3 all;
}
.member-button:hover svg {
  fill: #9f1627;
}
.member-button:hover .member-button__text {
  color: #9f1627;
}
.member-button__text {
  font-size: 18px;
  color: #fff;
}

.link {
  font-family: "Futura Medium Italic", Futura, "Hiragino Kaku Gothic ProN", "Noto Sans JP", sans-serif;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  font-style: italic;
}
.link::after {
  position: relative;
  right: 0;
  box-sizing: border-box;
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-left: 16px;
  line-height: 1;
  color: #d3992c;
  content: "";
  border: 0.1em solid currentcolor;
  border-bottom: 0;
  border-left: 0;
  transform: translateX(-25%) rotate(45deg);
  transition: all 0.3s;
}
.link:hover {
  text-decoration: underline;
}
.link:hover::after {
  right: -8px;
}

.text-fiedl {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  width: 100%;
}
.text-fiedl__label {
  font-size: 16px;
}
.text-fiedl__input {
  box-sizing: border-box;
  padding: 24px;
  font-size: 16px;
  color: #3b4043;
  border: 1px solid #eaeaea;
}
.text-fiedl__input::placeholder {
  font-size: 16px;
  color: #c3c3c3;
  font-family: "Futura Medium Italic", Futura, "Hiragino Kaku Gothic ProN", "Noto Sans JP", sans-serif;
}
.text-fiedl__input:focus {
  border-color: #9f1627;
}

.text-area {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  width: 100%;
}
.text-area__label {
  font-size: 16px;
}
.text-area__input {
  box-sizing: border-box;
  width: 100%;
  min-height: 300px;
  padding: 24px;
  font-size: 16px;
  color: #3b4043;
  resize: vertical;
  outline: none;
  border: 1px solid #eaeaea;
}
.text-area__input:focus {
  border-color: #9f1627;
}

.password-field {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  width: 100%;
}
.password-field__label {
  font-size: 16px;
}
.password-field__inner {
  position: relative;
}
.password-field__input {
  box-sizing: border-box;
  width: 100%;
  padding: 24px;
  font-size: 16px;
  color: #3b4043;
  border: 1px solid #eaeaea;
}
.password-field__input::placeholder {
  font-size: 16px;
  color: #c3c3c3;
  font-family: "Futura Medium Italic", Futura, "Hiragino Kaku Gothic ProN", "Noto Sans JP", sans-serif;
}
.password-field__input:focus {
  border-color: #9f1627;
}
.password-field__switch {
  position: absolute;
  top: 20px;
  right: 20px;
}
.password-field__switch img {
  width: 40px;
}
.password-field__conditions {
  padding: 0;
  margin: 8px 0;
  font-size: 14px;
}

.radio-group {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  width: 100%;
}
.radio-group__label {
  font-size: 16px;
}
.radio-group__list {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 0;
  margin: 0;
}
@media (min-width: 1024px) {
  .radio-group__list {
    flex-direction: row;
  }
}
.radio-group__item {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.error {
  display: none;
}

.is-error-message {
  display: block;
}
.is-error-message .error-message {
  padding: 8px;
  background: #ff4d55;
  border-radius: 4px;
}
.is-error-message .error-message__text {
  padding: 0;
  margin: 0;
  font-size: 13px;
  color: #fff;
}

.is-error {
  border: 1px solid #ff4d55;
}

.required {
  width: 27px;
  padding: 0 4px;
  margin-left: 8px;
  font-size: 13px;
  color: #fff;
  background: #ff4d55;
  border-radius: 4px;
}

.accordion {
  background: #f4f4f4;
}
.accordion__summary {
  position: relative;
  padding: 16px;
  font-weight: bold;
  cursor: pointer;
  list-style: none;
}
.accordion__summary::-webkit-details-marker {
  display: none;
}
.accordion__summary::after {
  position: absolute;
  top: 0;
  right: 16px;
  bottom: 0;
  width: 6px;
  height: 6px;
  margin: auto;
  content: "";
  border: 0;
  border-top: solid 2px #333;
  border-right: solid 2px #333;
  transform: rotate(135deg);
}
.accordion[open] .accordion__summary::after {
  transform: rotate(-45deg);
}
.accordion__content {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
  padding: 16px 20px 24px;
  background: #fbfafa;
}

.questionnaire-field {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  width: 100%;
}
.questionnaire-field__label {
  font-size: 16px;
}
.questionnaire-field__select {
  box-sizing: border-box;
  width: 100%;
  padding: 16px 24px;
  font-size: 16px;
  color: #3b4043;
  background: #fff;
  border: 1px solid #eaeaea;
}
.questionnaire-field__other {
  padding: 8px;
}
.questionnaire-field__textarea {
  resize: vertical;
}

[hidden] {
  display: none !important;
}

.confirm__item {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}
.confirm__item:not(:last-of-type) {
  margin-bottom: 48px;
}
.confirm__item-value {
  padding: 0 24px;
  margin: 0;
}

.is-megativ-margin {
  margin-top: -32px;
}

.signup,
.resetting,
.complete,
.profile-edit-complete,
.account-delete,
.account-delete-complet {
  display: flex;
  flex: 1;
}

.auth-completion {
  flex: 1;
  padding: 4.875rem 16px 4rem;
  background: #f5f7f9;
}
@media (min-width: 1024px) {
  .auth-completion {
    padding: 9.75rem 16px 3rem;
  }
}
.auth-completion.is-no-margin {
  padding: 58px 16px 64px;
}
.auth-completion__inner {
  box-sizing: border-box;
  max-width: 760px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr;
  gap: 56px;
  padding: 27px 16px 44px;
  background: red;
  background: rgba(255, 255, 255, 0.7);
  border-radius: 10px;
}
@media (min-width: 1024px) {
  .auth-completion__inner {
    max-width: 760px;
    padding: 54px 80px 88px;
  }
}
.auth-completion__title {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
  justify-items: center;
}
.auth-completion__title-description {
  padding: 0;
  margin: 0;
}
.auth-completion__title-description.is-note {
  color: #fc001f;
}
.auth-completion__form {
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
  justify-items: center;
}
.auth-completion__questionnaire {
  width: 100%;
}
.auth-completion__subscription-heading {
  display: grid;
  grid-template-columns: 1fr;
  gap: 8px;
  padding-bottom: 16px;
}
.auth-completion__subscription-text {
  padding: 0;
  margin: 0;
}
.auth-completion__policy {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
  justify-items: center;
  width: 100%;
  padding-top: 32px;
  border-top: 1px solid #c3c3c3;
}
@media (min-width: 1024px) {
  .auth-completion__policy {
    padding-top: 64px;
    margin-top: 72px;
  }
}
.auth-completion__policy-text {
  padding: 0;
  margin: 0;
}
.auth-completion__buttons {
  display: flex;
  flex-direction: column;
  gap: 24px;
  width: 100%;
  margin-top: 0;
}
@media (min-width: 1024px) {
  .auth-completion__buttons {
    flex-direction: row;
  }
}
.auth-completion__buttons.is-single-button {
  max-width: 340px;
}
.auth-completion__buttons.is-margin {
  margin-top: 56px;
}

.page-heading {
  display: grid;
  grid-template-columns: 1fr;
  gap: 8px;
  box-sizing: border-box;
  width: 100%;
  max-width: 1200px;
  padding: 0 16px;
  margin: 40px auto;
}
.page-heading.is-no-margin {
  margin-bottom: 8px;
}
.page-heading__breadcrumbs {
  overflow: hidden;
}

.page-title-main {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}
.page-title-main__design {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 21px;
  color: #9f1627;
}
.page-title-main__design::before {
  display: block;
  width: 13px;
  height: 13px;
  content: "";
  background-color: #c8952a; /* オレンジ */
  border-radius: 50%;
}
.page-title-main__design {
  font-family: "Futura Medium Italic", Futura, "Hiragino Kaku Gothic ProN", "Noto Sans JP", sans-serif;
}
.page-title-main__text {
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: flex-start;
  padding: 0;
  margin: 0;
  font-size: 1.75rem;
  font-weight: bold;
}
@media (min-width: 768px) {
  .page-title-main__text {
    flex-direction: row;
    gap: 16px;
    align-items: center;
    font-size: 2.375rem;
  }
}
.page-title-main__number {
  padding: 0 8px;
  font-size: 1rem;
  color: #fff;
  background: #d3992c;
  border-radius: 5px;
}
@media (min-width: 768px) {
  .page-title-main__number {
    font-size: 1.5rem;
  }
}
.page-title-main__temple ruby {
  ruby-position: top;
}
.page-title-main__temple rt {
  font-size: 13px;
  font-weight: normal;
}

.title-mark {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 21px;
  color: #9f1627;
}
.title-mark::before {
  display: block;
  width: 13px;
  height: 13px;
  content: "";
  background-color: #c8952a; /* オレンジ */
  border-radius: 50%;
}
.title-mark {
  font-family: "Futura Medium Italic", Futura, "Hiragino Kaku Gothic ProN", "Noto Sans JP", sans-serif;
}

.page-title-small {
  font-size: 21px;
  font-weight: bold;
}
@media (min-width: 768px) {
  .page-title-small {
    font-size: 24px;
  }
}

.page-title__text {
  font-size: 1.5rem;
  font-weight: bold;
}
@media (min-width: 1024px) {
  .page-title__text {
    font-size: 30px;
  }
}

.auth-page-heading {
  display: grid;
  grid-template-columns: 1fr;
  gap: 15px;
  box-sizing: border-box;
  width: 100%;
  max-width: 1200px;
  padding: 0 16px;
  margin: 40px auto;
}
.lang-switcher__toggle {
  display: flex;
  gap: 8px;
  align-items: center;
  font-size: 13px;
  color: #9f1627;
}
.lang-switcher__toggle:hover {
  opacity: 0.7;
}
.lang-switcher__toggle::after {
  box-sizing: border-box;
  display: inline-block;
  width: 8px;
  height: 8px;
  line-height: 1;
  vertical-align: middle;
  color: #9f1627;
  content: "";
  border: 0.1em solid currentcolor;
  border-bottom: 0;
  border-left: 0;
  transform: translateY(-25%) rotate(135deg);
  transition: transform 0.25s ease;
}
.lang-switcher__toggle.is-open::after {
  transform: translateY(25%) rotate(-45deg);
}
.lang-switcher__panel {
  position: absolute;
  z-index: 1;
  display: none;
  visibility: hidden;
  width: 90px;
  background: #fff;
}
.lang-switcher__panel.is-open {
  display: block;
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}
.lang-switcher__list {
  padding: 0;
  margin-top: 10px;
  font-size: 13px;
  appearance: none;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.lang-switcher__item {
  padding: 4px 8px;
  list-style-type: none;
}
.lang-switcher__item:hover {
  background: #9f1627;
}
.lang-switcher__item:hover .lang-switcher__link {
  color: #fff;
}
.lang-switcher__link {
  display: block;
}
.lang-switcher__apply {
  height: 40px;
  margin-top: 16px;
}
.lang-switcher--drawer {
  padding: 0 16px;
}
.lang-switcher--drawer .lang-switcher__toggle {
  justify-content: center;
  width: 100%;
  padding: 16px;
  font-size: 16px;
  border: 1px solid #ccc;
}
.lang-switcher--drawer .lang-switcher__toggle::after {
  position: absolute;
  right: 32px;
}
.lang-switcher--drawer .lang-switcher__panel {
  position: static;
  width: 100%;
}
.lang-switcher--drawer .lang-switcher__list {
  margin-top: 0;
  border-top: none;
  border-radius: 0;
}
.lang-switcher--drawer .lang-switcher__item {
  padding: 8px 24px;
}
.lang-switcher--drawer .lang-switcher__link {
  font-size: 14px;
}

.tab {
  padding: 0 16px;
  margin-inline: calc(50% - 50vw);
  overflow: auto hidden;
  scrollbar-width: none;
}
@media (min-width: 768px) {
  .tab {
    padding: 0;
    margin: 0;
  }
}
.tab__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
  align-items: center;
  min-width: 700px;
  padding: 8px 16px;
  margin: 0;
  background: #fff;
  border-radius: 50px;
}
.tab__list.bg-blue {
  background: #f5f7f9;
}
.tab__item {
  padding: 0;
  margin: 0;
  list-style: none;
}
.tab__link {
  display: block;
  padding: 12px 8px;
  color: #3b4043;
  text-align: center;
  border-radius: 50px;
  transition: 0.3s;
}
.tab__link:hover {
  color: #fff;
}
.tab__link.is-tokushima:hover, .tab__link.is-tokushima.is-active {
  color: #fff;
  background: #4a86a8;
}
.tab__link.is-kochi:hover, .tab__link.is-kochi.is-active {
  color: #fff;
  background: #b65a6a;
}
.tab__link.is-ehime:hover, .tab__link.is-ehime.is-active {
  color: #fff;
  background: #6371a7;
}
.tab__link.is-kagawa:hover, .tab__link.is-kagawa.is-active {
  color: #fff;
  background: #4f7a5a;
}

.tab-panel {
  display: none;
}
.tab-panel.is-active {
  display: block;
}

.temple-card__prefecture {
  display: inline-block;
  padding: 0 8px;
  margin-bottom: 8px;
  border-radius: 5px;
}
.temple-card__prefecture-text {
  padding: 0;
  margin: 0;
  font-size: 15px;
  color: #fff;
}
.temple-card__prefecture.is-tokushima {
  background: #4a86a8;
}
.temple-card__prefecture.is-kochi {
  background: #b65a6a;
}
.temple-card__prefecture.is-ehime {
  background: #6371a7;
}
.temple-card__prefecture.is-kagawa {
  background: #4f7a5a;
}
.temple-card__inner {
  position: relative;
}
.temple-card__favorite {
  position: absolute;
  top: 16px;
  right: 16px;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 43px;
  height: 43px;
  background: rgba(255, 255, 255, 0.7);
  border-radius: 50%;
}
.temple-card__favorite-icon {
  display: block;
  width: 17px;
  fill: #fff;
  stroke: #3b4043;
  stroke-width: 2;
}
.temple-card__favorite.is-active .temple-card__favorite-icon {
  fill: #9f1627;
  stroke: #9f1627;
}
.temple-card__figure {
  position: relative;
  padding: 0;
  margin: 0;
  overflow: hidden;
  border-radius: 10px;
}
.temple-card__figure::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.4) 40%, rgba(0, 0, 0, 0) 70%);
}
.temple-card__figure img {
  display: block;
  width: 100%;
  height: auto;
  transition: transform 0.5s ease;
}
.temple-card__link {
  position: relative;
  display: block;
}
.temple-card__link:hover .temple-card__figure {
  opacity: 0.8;
}
.temple-card__link:hover .temple-card__image {
  transform: scale(1.1);
}
.temple-card__link:hover .temple-card__name::after {
  right: -4px;
}
.temple-card__name {
  position: absolute;
  bottom: 16px;
  left: 1rem;
  display: flex;
  align-items: center;
  width: 90%;
  margin: 0;
}
.temple-card__name::after {
  position: absolute;
  right: 0;
  box-sizing: border-box;
  display: inline-block;
  width: 12px;
  height: 12px;
  line-height: 1;
  color: #d3992c;
  content: "";
  border: 4px solid currentcolor;
  border-bottom: 0;
  border-left: 0;
  transform: translateX(-25%) rotate(45deg);
  transition: all 0.3s ease;
}
.temple-card__number {
  display: inline-block;
  padding: 3px 6px;
  font-size: 15px;
  color: #fff;
  background: #3b4043;
  border-radius: 3px;
}
.temple-card__label {
  flex: 1;
  margin-left: 8px;
  font-size: 21px;
  line-height: 1.3;
  color: #fff;
}
.temple-card__label ruby {
  font-weight: normal;
}
.temple-card__buttons {
  padding: 0;
}
.temple-card__buttons-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 0;
  margin: 16px 0 0;
}
@media (min-width: 1024px) {
  .temple-card__buttons-list {
    flex-direction: row;
    gap: 16px;
  }
}
.temple-card__buttons-item {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
@media (min-width: 1024px) {
  .temple-card__buttons-item {
    flex: 1;
  }
}

.ruby-under {
  font-weight: normal;
  ruby-position: under;
}

.stamp {
  background: #fff;
  border: 1px solid #c3c3c3;
  border-radius: 10px;
}
.stamp.is-done {
  border: 1px solid #d3992c;
}
.stamp__heading {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 3px;
  background: #c3c3c3;
  border-radius: 7px 7px 0 0;
}
.stamp__heading.is-done {
  background: #d3992c;
}
.stamp__temple-number {
  font-size: 0.875rem;
  color: #fff;
}
.stamp__temple-name {
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 1.2;
  color: #fff;
}
.stamp__design {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.stamp__figure {
  padding: 8px 12px;
  margin: 0;
}
.stamp__prefecture {
  padding: 0 0 8px;
  margin: 0;
  font-size: 0.875rem;
  text-align: center;
}

.bubble {
  position: relative;
  display: inline-block;
  display: grid;
  justify-items: center;
  max-width: 310px;
  padding: 16px 16px 0;
  margin: 0 auto 26px;
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 0 15px #777;
}
.bubble::before {
  position: absolute;
  bottom: -28px;
  left: 50%;
  content: "";
  border-color: #777 transparent transparent;
  border-style: solid;
  border-width: 26px 20px 0;
  opacity: 0.4;
  filter: blur(4px);
  transform: translateX(-50%);
}
.bubble::after {
  position: absolute;
  bottom: -22px;
  left: 50%;
  content: "";
  border-color: #fff transparent transparent;
  border-style: solid;
  border-width: 26px 20px 0;
  transform: translateX(-50%);
}
.bubble__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.bubble__laps {
  font-size: 1.3125rem;
  font-weight: bold;
}
.bubble__title {
  font-size: 1.125rem;
  font-weight: bold;
}
.bubble__temple-number {
  font-size: 3.75rem;
  color: #9f1627;
  font-family: "Futura Medium Italic", Futura, "Hiragino Kaku Gothic ProN", "Noto Sans JP", sans-serif;
}
.bubble__temple-text {
  font-size: 1.5rem;
  font-weight: bold;
}

.main-visual {
  box-sizing: border-box;
  width: 100vw;
  margin: 0 calc(50% - 50vw);
}
@media (min-width: 1024px) {
  .main-visual {
    box-sizing: border-box;
    width: 100%;
    max-width: 1200px;
    padding: 0 16px;
    margin: 40px auto;
    margin-top: 0;
    margin-bottom: 0;
  }
}
.main-visual__figure {
  padding: 0;
  margin: 0;
}
.main-visual__image {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  object-position: center;
}
@media (min-width: 1024px) {
  .main-visual__image {
    aspect-ratio: 3/1;
    border-radius: 20px;
  }
  .main-visual__image.is-top {
    object-position: top;
  }
}

.small-title {
  display: flex;
  padding: 0;
  margin: 0;
}
.small-title::before {
  display: block;
  width: 13px;
  height: 13px;
  margin-top: 7px;
  margin-right: 10px;
  content: "";
  background-color: #c8952a;
  border-radius: 50%;
}
.small-title__text {
  font-size: 18px;
  font-weight: bold;
}
@media (min-width: 1024px) {
  .small-title__text {
    font-size: 24px;
  }
}

.breadcrumbs {
  overflow: auto hidden;
  white-space: nowrap;
  scrollbar-width: none;
}
@media (min-width: 1024px) {
  .breadcrumbs {
    padding: 0;
    overflow: visible;
    white-space: normal;
  }
}
.breadcrumbs__list {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.breadcrumbs__link {
  font-size: 14px;
}
.breadcrumbs__link:hover {
  text-decoration: underline;
}
.breadcrumbs__text {
  font-size: 14px;
}

.favorite-button {
  position: absolute;
  top: 16px;
  right: 16px;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 43px;
  height: 43px;
  background: rgba(255, 255, 255, 0.7);
  border-radius: 50%;
}
.favorite-button__icon {
  display: block;
  width: 17px;
  fill: #fff;
  stroke: #3b4043;
  stroke-width: 2;
}
.favorite-button.is-active .favorite-button__icon {
  fill: #9f1627;
  stroke: #9f1627;
}

.news__list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
  padding: 0;
  margin: 0;
}
.news__item {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.news__link {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 16px;
  background: #fff;
  border-radius: 5px;
  transition: all 0.3s ease;
}
.news__link:hover {
  background: #f2e4ca;
}
.news__link:hover .news__date::after {
  right: 10px;
}
.news__date {
  position: relative;
  padding: 0;
  margin: 0;
  font-size: 13px;
  color: #9f1627;
}
.news__date::after {
  position: absolute;
  top: 5px;
  right: 14px;
  box-sizing: border-box;
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-left: auto;
  line-height: 1;
  vertical-align: middle;
  color: #d3992c;
  content: "";
  border: 0.1em solid currentcolor;
  border-bottom: 0;
  border-left: 0;
  transform: translateX(-25%) rotate(45deg);
  transition: all 0.3s;
}
.news__text {
  padding: 0;
  margin: 0;
  font-size: 14px;
  color: #3b4043;
}

.movie-card__link {
  position: relative;
  display: block;
}
.movie-card__link::after {
  position: absolute;
  right: 16px;
  bottom: 16px;
  box-sizing: border-box;
  display: inline-block;
  width: 12px;
  height: 12px;
  line-height: 1;
  color: #d3992c;
  content: "";
  border: 4px solid currentcolor;
  border-bottom: 0;
  border-left: 0;
  transform: translateX(-25%) rotate(45deg);
  transition: all 0.3s ease;
}
.movie-card__link:hover .movie-card__image {
  transform: scale(1.1);
}
.movie-card__link:hover::after {
  right: 8px;
}
.movie-card__figure {
  position: relative;
  aspect-ratio: 8/5;
  padding: 0;
  margin: 0;
  overflow: hidden;
  border-radius: 10px;
}
.movie-card__figure::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(to bottom, transparent 30%, rgba(0, 0, 0, 0.8) 100%);
}
.movie-card__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform 0.5s ease;
}
.movie-card__label {
  position: absolute;
  bottom: 8px;
  z-index: 1;
  padding-left: 16px;
}
.movie-card__label-name {
  padding: 0;
  margin: 0;
  font-size: 14px;
  color: #fff;
}
@media (min-width: 768px) {
  .movie-card__label-name {
    font-size: 16px;
  }
}

.feature-carousel__inner {
  position: relative;
}
.feature-carousel__clip {
  width: 100%;
  overflow: hidden;
  border-radius: 16px;
}
.feature-carousel__track {
  display: flex;
  padding: 0;
  margin: 0;
  list-style: none;
  transition: transform 0.4s ease;
  will-change: transform;
}
.feature-carousel__slide {
  flex: 0 0 100%;
  min-width: 0;
}
.feature-carousel__btn {
  position: absolute;
  top: 50%;
  z-index: 1;
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  padding: 0;
  cursor: pointer;
  background: rgba(255, 255, 255, 0.85);
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  transform: translateY(-50%);
  transition: background 0.2s;
}
.feature-carousel__btn svg {
  width: 18px;
  height: 18px;
  stroke: #3b4043;
}
.feature-carousel__btn:hover {
  background: #fff;
}
.feature-carousel__btn:disabled {
  opacity: 0.3;
  cursor: default;
}
.feature-carousel__btn--prev {
  left: 12px;
}
.feature-carousel__btn--next {
  right: 12px;
}
.feature-carousel__dots {
  display: flex;
  gap: 6px;
  align-items: center;
  justify-content: flex-end;
  margin-top: 12px;
}
.feature-carousel__dot {
  width: 8px;
  height: 8px;
  padding: 0;
  cursor: pointer;
  background: rgba(0, 0, 0, 0.2);
  border: none;
  border-radius: 50%;
  transition: background 0.2s, transform 0.2s;
}
.feature-carousel__dot.is-active {
  background: #9f1627;
  transform: scale(1.3);
}

.feature-card {
  display: flex;
  flex-direction: column;
  gap: 0;
  padding: 12px;
  text-decoration: none;
  background: #fff;
  border-radius: 16px;
}
@media (min-width: 768px) {
  .feature-card {
    flex-direction: row;
    align-items: stretch;
    padding: 16px;
    gap: 20px;
  }
}
.feature-card__figure {
  overflow: hidden;
  border-radius: 10px;
  aspect-ratio: 4/3;
  margin: 0;
  padding: 0;
}
@media (min-width: 768px) {
  .feature-card__figure {
    flex: 0 0 57%;
    aspect-ratio: unset;
    align-self: stretch;
  }
}
.feature-card__image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform 0.5s ease;
}
.feature-card:hover .feature-card__image {
  transform: scale(1.05);
}
.feature-card__body {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 16px 8px 8px;
}
@media (min-width: 768px) {
  .feature-card__body {
    flex: 1;
    justify-content: center;
    padding: 8px 8px 8px 0;
  }
}
.feature-card__pref {
  display: inline-flex;
  align-self: flex-start;
  padding: 4px 14px;
  font-size: 12px;
  font-weight: 500;
  color: #3b4043;
  background: rgba(0, 0, 0, 0.07);
  border-radius: 100px;
}
.feature-card__location {
  display: flex;
  gap: 4px;
  align-items: center;
  margin: 0;
  font-size: 12px;
  color: rgba(0, 0, 0, 0.5);
}
.feature-card__location svg {
  flex-shrink: 0;
  width: 14px;
  height: 14px;
}
.feature-card__title {
  margin: 4px 0 0;
  font-size: clamp(15px, 3.5vw, 20px);
  font-weight: bold;
  line-height: 1.7;
  color: #3b4043;
}
.feature-card__name {
  margin: 0;
  font-size: 13px;
  color: rgba(0, 0, 0, 0.5);
}

.special-carousel__clip {
  width: 100%;
  overflow: hidden;
  border-radius: 16px;
}
.special-carousel__track {
  display: flex;
  padding: 0;
  margin: 0;
  cursor: grab;
  list-style: none;
  transition: transform 0.4s ease;
  will-change: transform;
}
.special-carousel__track:active {
  cursor: grabbing;
}
.special-carousel__slide {
  flex: 0 0 100%;
  min-width: 0;
}
.special-carousel__controls {
  position: relative;
  display: flex;
  gap: 12px;
  justify-content: center;
  height: 40px;
  margin-top: 12px;
}
.special-carousel__dots {
  display: flex;
  gap: 6px;
  align-items: center;
}
.special-carousel__dot {
  width: 8px;
  height: 8px;
  padding: 0;
  cursor: pointer;
  background: #fff;
  border: 1px solid #d3992c;
  border-radius: 50%;
  transition: background 0.2s, transform 0.2s;
}
.special-carousel__dot.is-active {
  background: #d3992c;
  transform: scale(1.3);
}
.special-carousel__buttons {
  position: absolute;
  right: 10px;
  display: flex;
  flex-shrink: 0;
  gap: 8px;
}
.special-carousel__button {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  padding: 0;
  cursor: pointer;
  background: #fff;
  border: 1px solid #d3992c;
  border-radius: 50%;
  transition: background 0.2s;
}
.special-carousel__button svg {
  width: 18px;
  height: 18px;
  stroke: #d3992c;
}
.special-carousel__button:hover {
  background: #d3992c;
}
.special-carousel__button:hover svg {
  stroke: #fff;
}
.special-carousel__button:disabled {
  cursor: default;
  opacity: 0.3;
}

.special-card {
  display: flex;
  flex-direction: column;
  text-decoration: none;
}
@media (min-width: 768px) {
  .special-card {
    flex-direction: row;
    gap: 48px;
    align-items: stretch;
  }
}
.special-card__figure {
  aspect-ratio: 30/19;
  padding: 0;
  margin: 0;
  overflow: hidden;
  border-radius: 10px;
}
@media (min-width: 768px) {
  .special-card__figure {
    flex: 0 0 57%;
    align-self: stretch;
    max-width: 600px;
  }
}
.special-card__image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform 0.5s ease;
}
.special-card:hover .special-card__image {
  transform: scale(1.05);
}
.special-card__body {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 16px 8px 8px;
}
@media (min-width: 768px) {
  .special-card__body {
    flex: 1;
    justify-content: center;
    padding: 8px 8px 8px 0;
  }
}
.special-card__pref {
  display: inline-flex;
  align-self: flex-start;
  padding: 4px 14px;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  border-radius: 100px;
}
.special-card__pref.is-tokushima {
  background: #4a86a8;
}
.special-card__pref.is-kochi {
  background: #b65a6a;
}
.special-card__pref.is-ehime {
  background: #6371a7;
}
.special-card__pref.is-kagawa {
  background: #4f7a5a;
}
.special-card__location {
  display: flex;
  gap: 4px;
  align-items: center;
  padding-bottom: 8px;
  margin: 0;
  font-size: 16px;
  color: #3b4043;
  border-bottom: 1px solid #eaeaea;
}
.special-card__location svg {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  fill: #d3992c;
}
.special-card__title {
  margin: 4px 0 0;
  font-size: 21px;
  font-weight: bold;
  line-height: 1.7;
  color: #3b4043;
}
.special-card__name {
  margin: 0;
  font-size: 18px;
  font-weight: bold;
  color: #d3992c;
}

.pref-map {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 1024px) {
  .pref-map {
    flex-direction: row;
    gap: 32px;
  }
}
.pref-map__map-area svg {
  display: block;
  width: 100%;
  height: auto;
}
.pref-map__map-area .pref-path {
  cursor: pointer;
  fill: #f2e4ca;
  transition: fill 0.2s ease;
}
.pref-map__map-area [data-pref=kochi]:hover,
.pref-map__map-area [data-pref=kochi].is-active {
  fill: #b65a6a;
}
.pref-map__map-area [data-pref=ehime]:hover,
.pref-map__map-area [data-pref=ehime].is-active {
  fill: #6371a7;
}
.pref-map__map-area [data-pref=kagawa]:hover,
.pref-map__map-area [data-pref=kagawa].is-active {
  fill: #4f7a5a;
}
.pref-map__map-area [data-pref=tokushima]:hover,
.pref-map__map-area [data-pref=tokushima].is-active {
  fill: #4a86a8;
}
.pref-map__map-area .pref-label {
  font-size: 30px;
  pointer-events: none;
  transition: fill 0.2s ease, font-size 0.2s ease;
}
@media (min-width: 768px) {
  .pref-map__map-area .pref-label {
    font-size: 18px;
  }
}
.pref-map__map-area .pref-label.is-active {
  font-size: 30px;
  fill: #fff;
}
@media (min-width: 768px) {
  .pref-map__map-area .pref-label.is-active {
    font-size: 21px;
  }
}
.pref-map__side-panel {
  position: relative;
  display: flex;
  flex: 0 0 260px;
  flex-direction: column;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.12);
}
@media (min-width: 768px) {
  .pref-map__side-panel {
    flex: 0 0 300px;
  }
}
@media (min-width: 1024px) {
  .pref-map__side-panel {
    flex: 0 0 320px;
  }
}
.pref-map__popup {
  display: none;
}
.pref-map__popup.is-visible {
  display: flex;
  flex-direction: column;
}
.pref-map__popup-label {
  font-size: 13px;
  font-weight: 700;
  color: #3b4043;
}
.pref-map__popup-list {
  box-sizing: border-box;
  width: 100%;
  padding: 16px 16px 24px;
  margin: 0;
  list-style: none;
}
@media (min-width: 1024px) {
  .pref-map__popup-list {
    width: 480px;
  }
}
.pref-map__popup-item {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}
.pref-map__popup-item + .pref-map__popup-item {
  margin-top: 8px;
}
.pref-map__popup-figure {
  aspect-ratio: 16/9;
  margin: 0;
  overflow: hidden;
  border-radius: 8px;
}
.pref-map__popup-image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.pref-map__popup-description {
  padding: 0;
  margin: 0;
  font-size: 14px;
  color: #3b4043;
}
@media (min-width: 768px) {
  .pref-map__popup-description {
    font-size: 16px;
  }
}
.pref-map__popup-button {
  height: 55px;
}

.pref-map__panel-btn {
  position: absolute;
  top: 40%;
  width: 30px;
  height: 30px;
  padding: 0;
  cursor: pointer;
  background: #fff;
  border: 1px solid #d3992c;
  border-radius: 50%;
  transition: background 0.2s, border-color 0.2s;
}
@media (min-width: 768px) {
  .pref-map__panel-btn {
    width: 36px;
    height: 36px;
  }
}
.pref-map__panel-btn svg {
  width: 14px;
  height: 14px;
  stroke: #d3992c;
}
.pref-map__panel-btn--prev {
  left: 0;
}
.pref-map__panel-btn--next {
  right: 0;
}
.pref-map__panel-btn:hover {
  background: #d3992c;
}
.pref-map__panel-btn:hover svg {
  stroke: #fff;
}

.main-carousel {
  overflow: hidden;
}
.main-carousel__wrapper {
  overflow: visible;
}
.main-carousel__track {
  display: flex;
  gap: 12px;
  padding: 0;
  margin: 0;
  cursor: grab;
  list-style: none;
  transition: transform 0.4s ease;
  will-change: transform;
}
.main-carousel__track:active {
  cursor: grabbing;
}
.main-carousel__slide {
  flex: 0 0 calc(83.3333333333% - 12px);
  min-width: 0;
  max-width: 1200px;
}
.main-carousel__link {
  position: relative;
  display: inline-block;
}
.main-carousel__link:hover .main-carousel__image {
  transform: scale(1.1);
}
.main-carousel__figure {
  position: relative;
  aspect-ratio: 1/1;
  padding: 0;
  margin: 0;
  overflow: hidden;
  border-radius: 10px;
}
@media (min-width: 1024px) {
  .main-carousel__figure {
    aspect-ratio: 12/5;
  }
}
.main-carousel__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
  transition: transform 0.5s ease;
}
.main-carousel__inner {
  position: absolute;
  bottom: -24px;
  width: 100%;
}
.main-carousel__label {
  position: relative;
  padding: 16px;
  margin: 0 24px;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 10px;
}
.main-carousel__label::after {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  font-size: 13px;
  color: #fff;
  content: "NEW";
  background: #9f1627;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  font-family: "Futura Medium Italic", Futura, "Hiragino Kaku Gothic ProN", "Noto Sans JP", sans-serif;
}
@media (min-width: 768px) {
  .main-carousel__label::after {
    width: 70px;
    height: 70px;
    font-size: 16px;
  }
}
.main-carousel__label-date {
  padding: 0;
  margin: 0;
  font-size: 13px;
  color: #3b4043;
  font-family: "Futura Medium Italic", Futura, "Hiragino Kaku Gothic ProN", "Noto Sans JP", sans-serif;
}
.main-carousel__label-name {
  padding: 0;
  margin: 0;
  font-size: 16px;
  color: #3b4043;
}
@media (min-width: 768px) {
  .main-carousel__label-name {
    font-size: 21px;
    font-weight: bold;
  }
}
.main-carousel__controls {
  position: relative;
  display: flex;
  gap: 16px;
  align-items: center;
  justify-content: center;
  height: 40px;
  margin-top: 24px;
}
.main-carousel__buttons {
  position: absolute;
  right: 10px;
  display: flex;
  gap: 8px;
}
.main-carousel__button {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  padding: 0;
  cursor: pointer;
  background: #fff;
  border: 1px solid #d3992c;
  border-radius: 50%;
  transition: background 0.2s;
}
.main-carousel__button svg {
  width: 18px;
  height: 18px;
  stroke: #d3992c;
}
.main-carousel__button:hover {
  background: #d3992c;
}
.main-carousel__button:hover svg {
  stroke: #fff;
}
.main-carousel__button:disabled {
  cursor: default;
  opacity: 0.3;
}
.main-carousel__dots {
  display: flex;
  gap: 6px;
  align-items: center;
}
.main-carousel__dot {
  width: 8px;
  height: 8px;
  padding: 0;
  cursor: pointer;
  background: #fff;
  border: 1px solid #d3992c;
  border-radius: 50%;
  transition: background 0.2s, transform 0.2s;
}
.main-carousel__dot.is-active {
  background: #d3992c;
  transform: scale(1.3);
}

.special-contents-heading {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}
.special-contents-heading__title {
  display: flex;
  flex-direction: column;
  gap: 8px;
  justify-content: flex-start;
}
.special-contents-heading__tag {
  display: inline-block;
  width: fit-content;
  padding: 0 8px;
  font-size: 15px;
  color: #fff;
  text-align: center;
  background: #d3992c;
  border-radius: 2px;
}
.special-contents-heading__text {
  font-size: 1.75rem;
}
@media (min-width: 768px) {
  .special-contents-heading__text {
    font-size: 2.375rem;
  }
}
.special-contents-heading__read {
  padding: 0;
  margin: 0;
  font-size: 14px;
}
@media (min-width: 768px) {
  .special-contents-heading__read {
    font-size: 16px;
  }
}

.glossary-section__title {
  box-sizing: border-box;
  width: 100%;
  max-width: 1200px;
  padding: 0 16px;
  margin: 40px auto;
}
.glossary-section__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  .glossary-section__header {
    margin-bottom: 32px;
  }
}
.glossary-section__more {
  flex-shrink: 0;
  font-size: 13px;
  color: #9f1627;
  text-decoration: none;
}
.glossary-section__more:hover {
  text-decoration: underline;
}
.glossary-section__button {
  max-width: 340px;
  padding: 32px 0;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .glossary-section__button {
    padding-bottom: 0;
  }
}

.glossary-carousel {
  box-sizing: border-box;
  width: 100%;
  padding-left: max(16px, (100vw - 1200px) / 2 + 16px);
  margin: 40px 0 0;
}
.glossary-carousel__outer {
  overflow: hidden;
}
.glossary-carousel__track {
  display: flex;
  gap: 16px;
  padding: 0;
  margin: 0;
  list-style: none;
  transition: transform 0.4s ease;
  will-change: transform;
}
.glossary-carousel .glossary__item {
  flex: 0 0 300px;
}
.glossary-carousel__controls {
  position: relative;
  right: 10px;
  display: flex;
  gap: 8px;
  justify-content: flex-end;
  max-width: 1160px;
  margin-top: 20px;
}
.glossary-carousel__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  padding: 0;
  cursor: pointer;
  background: #fff;
  border: 1px solid #d3992c;
  border-radius: 50%;
  transition: background 0.2s, border-color 0.2s;
}
.glossary-carousel__btn svg {
  width: 16px;
  height: 16px;
  stroke: #d3992c;
}
.glossary-carousel__btn:hover {
  background: #d3992c;
}
.glossary-carousel__btn:hover svg {
  stroke: #fff;
}
.glossary-carousel__btn:disabled {
  cursor: default;
  opacity: 0.3;
}

.glossary-card {
  position: relative;
  height: 100%;
  padding: 20px;
  background: #fff;
  border: 2px solid transparent;
  border-radius: 12px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.07);
  transition: border-color 0.25s ease, box-shadow 0.25s ease;
}
.glossary-card::before {
  display: block;
  width: 10px;
  height: 10px;
  margin-bottom: 12px;
  content: "";
  background: #9f1627;
  border-radius: 50%;
}
.glossary-card__term {
  margin: 0 0 10px;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.4;
  color: #3b4043;
}
.glossary-card__reading {
  font-size: 13px;
  font-weight: 400;
}
.glossary-card__description {
  margin: 0;
  font-size: 13px;
  line-height: 1.7;
}
@media (min-width: 768px) {
  .glossary-card__description {
    font-size: 14px;
  }
}
.glossary-carousel__slide.is-active .glossary-card {
  border-color: #9f1627;
  box-shadow: 0 4px 20px rgba(159, 22, 39, 0.15);
}

.article-headline {
  margin-top: 32px;
  font-size: 16px;
}
@media (min-width: 1024px) {
  .article-headline {
    font-size: 20px;
  }
}
.article-body {
  margin: 0 0 24px;
  font-size: 14px;
  line-height: 1.7;
  color: #3b4043;
}
@media (min-width: 768px) {
  .article-body {
    margin: 0 0 16px;
    font-size: 16px;
  }
}
.article-body:last-child {
  margin-bottom: 0;
}
.article-body.is-margin {
  margin-top: 24px;
}
.article-figure {
  display: flex;
  flex-direction: column;
  padding: 0;
  margin: 0 0 24px;
  overflow: hidden;
}
.article-figure--no-margin {
  margin-bottom: 0;
}
.article-figure--radius {
  overflow: hidden;
  border-radius: 5px;
}
.article-figure-image {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: center;
}
.article-figure-caption {
  display: block;
  padding-top: 8px;
  font-size: 13px;
  line-height: 1.6;
  color: #888;
  text-align: left;
}
.article-quote {
  position: relative;
  padding: 16px 24px 16px 40px;
  margin: 0;
  background: #f7f5f0;
  border-radius: 8px;
}
@media (min-width: 768px) {
  .article-quote {
    padding: 16px 32px 16px 60px;
    margin: 40px 0 0;
  }
}
.article-quote::before {
  position: absolute;
  top: 16px;
  left: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 40px;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  color: #d3992c;
  content: "“";
}
.article-quote-text {
  margin: 0 0 12px;
  font-size: 15px;
  line-height: 1.9;
  color: #3b4043;
}
.article-quote-text:last-child {
  margin-bottom: 0;
}
.article-quote-attribution {
  display: block;
  font-size: 13px;
  color: #666;
  text-align: right;
}
@media (min-width: 768px) {
  .article-quote-attribution {
    font-size: 14px;
  }
}
.article-episode {
  padding: 16px;
  margin: 0;
  border: 1px solid #d3992c;
  border-radius: 5px;
}
@media (min-width: 768px) {
  .article-episode {
    padding: 24px;
  }
}
.article-episode-title {
  padding: 0 0 16px;
  margin: 0;
  font-weight: bold;
}
.article-episode-description {
  padding: 0;
  margin: 0;
  font-size: 14px;
}
@media (min-width: 768px) {
  .article-episode-description {
    font-size: 16px;
  }
}
.article-stay-card {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 16px;
  border: 1px solid #d3992c;
  border-radius: 10px;
}
.article-stay-card-title {
  display: flex;
  gap: 8px;
  align-items: center;
  padding: 0;
  margin: 0;
}
.article-stay-card-content {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.article-google-map {
  position: relative;
  width: 100%;
  aspect-ratio: 16/9;
}
.article-google-map iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.article-room-card {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 24px;
  border: 1px solid #d3992c;
  border-radius: 10px;
}
.article-room-card-title {
  padding: 0;
  margin: 0;
}
.article-room-card-figure {
  padding: 0;
  margin: 0;
}
.article-room-card-content {
  font-size: 14px;
}
@media (min-width: 768px) {
  .article-room-card-content {
    font-size: 16px;
  }
}
.article-service-card {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
  padding: 16px;
  border: 1px solid #d3992c;
  border-radius: 10px;
}
.article-service-inner {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}
@media (min-width: 768px) {
  .article-service-inner {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
    padding: 16px;
  }
}
.article-service-item {
  padding: 0 0 0 20px;
}
.article-service-item--check {
  position: relative;
}
.article-service-item--check::before {
  position: absolute;
  top: 0.5em;
  left: -1.3em;
  display: block;
  width: 10px;
  height: 5px;
  content: "";
  border-bottom: 2px solid #25af01;
  border-left: 2px solid #25af01;
  transform: rotate(-45deg);
}
.article-service-item--cross {
  position: relative;
}
.article-service-item--cross::before {
  position: absolute;
  left: -1.3em;
  font-size: 18px;
  font-weight: 400;
  color: #de9b00;
  content: "×";
}
.article-service-item-title {
  padding: 0;
  margin: 0;
}
.article-service-item-description {
  padding: 0;
  margin: 0;
  font-size: 14px;
}
@media (min-width: 768px) {
  .article-service-item-description {
    font-size: 16px;
  }
}
.article-close-card {
  padding: 24px;
  border: 1px solid #d3992c;
  border-radius: 10px;
}
.article-close-card-title {
  display: flex;
  gap: 16px;
  align-items: center;
  padding: 0;
  margin: 0;
}
.article-close-card-content {
  font-size: 14px;
}
@media (min-width: 768px) {
  .article-close-card-content {
    font-size: 16px;
  }
}
.article__youtube {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  aspect-ratio: 16/9;
  padding-bottom: 32px;
}
.article__youtube iframe {
  width: 100%;
  height: 100%;
}
.article-social-share {
  display: flex;
  gap: 16px;
  align-items: center;
  justify-content: center;
  margin-top: 60px;
}
.article-social-share-button {
  position: relative;
}
.article-social-share-button.is-copied::after {
  content: "コピーしました";
  position: absolute;
  bottom: calc(100% + 8px);
  left: 50%;
  transform: translateX(-50%);
  padding: 4px 8px;
  background-color: #333;
  color: #fff;
  font-size: 11px;
  white-space: nowrap;
  border-radius: 4px;
  pointer-events: none;
}

.sns-x {
  width: 30px;
  height: 20px;
}

.sns-instagram {
  width: 30px;
  height: 30px;
}

.back-to-top {
  position: fixed;
  right: 20px;
  bottom: 10px;
  z-index: 10;
  pointer-events: none;
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 0.3s ease, transform 0.3s ease;
}
.back-to-top.is-visible {
  pointer-events: auto;
  opacity: 1;
  transform: translateY(0);
}
.back-to-top__button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  cursor: pointer;
  background: #d3992c;
  border: none;
  border-radius: 50%;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  transition: background 0.2s;
}
.back-to-top__button:hover {
  background: #fff;
  border: 1px solid #d3992c;
}
.back-to-top__button:hover svg {
  stroke: #d3992c;
}
.back-to-top__button svg {
  width: 20px;
  height: 20px;
  stroke: #fff;
}

.loader {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  transition: opacity 0.3s ease;
}
.loader.is-hidden {
  pointer-events: none;
  opacity: 0;
}
.loader__inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 150px;
  height: 150px;
}
.loader__spinner {
  position: absolute;
  inset: 0;
  border: 3px solid rgba(0, 0, 0, 0.1);
  border-top-color: #333;
  border-radius: 50%;
  animation: loader-spin 0.8s linear infinite;
}
.loader__logo {
  position: relative;
  z-index: 1;
  width: 110px;
}

@keyframes loader-spin {
  to {
    transform: rotate(360deg);
  }
}
.login {
  min-height: 100dvh;
  padding: 4.875rem 16px 1.5rem;
  background: url("/assets/images/common/login/login-background.webp") center/cover no-repeat;
}
@media (min-width: 1024px) {
  .login {
    padding: 9.75rem 16px 3rem;
  }
}
.login__inner {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
  justify-items: center;
  padding: 27px 16px 44px;
  margin: 0 auto;
  background: rgba(255, 255, 255, 0.7);
  border-radius: 10px;
}
@media (min-width: 1024px) {
  .login__inner {
    max-width: 760px;
    padding: 54px 85px 88px;
  }
}
.login__title {
  font-size: 30px;
  color: #3b4043;
}
.login__form {
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
  width: 100%;
}
.login__forget {
  display: flex;
  justify-content: flex-end;
  padding: 0;
  margin-top: -16px;
}
.login__forget-link:hover {
  text-decoration: underline;
}
.login__button-primary {
  width: 100%;
  max-width: 340px;
  margin: 0 auto;
}
.login__button-secondary {
  width: 100%;
  max-width: 240px;
  margin: 0 auto;
}

.registration__title {
  padding: 0 0 2.5rem;
  box-sizing: border-box;
  max-width: 760px;
  margin: 0 auto;
}
.registration__title-text {
  font-size: 30px;
}
.registration__title-descrption {
  padding: 0;
  margin: 0;
}

.note {
  font-size: 14px;
  color: red;
}

.my-page__inner {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .my-page__inner {
    grid-template-columns: clamp(240px, 30%, 340px) 1fr;
    gap: 2.5rem;
    align-items: start;
    max-width: 1160px;
  }
}
.my-page__contet {
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
}
.my-page__news {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}
.my-page__member {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}
.my-page__member hr {
  margin-bottom: 32px;
}
.my-page__member-inner {
  padding: 16px;
  background: #fff;
  border-radius: 5px;
}
.my-page__favorite {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}
.my-page__history {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}
.my-page__history-button {
  padding: 16px;
  background: #fff;
  border-radius: 5px;
}
.my-page__history-button-inner {
  max-width: 340px;
  margin: 0 auto;
}

.member {
  display: grid;
  grid-template-columns: 1fr;
  gap: 8px;
}
.member__label {
  padding: 0;
  margin: 0;
  font-size: 16px;
  color: #c3c3c3;
}
.member__value {
  padding: 0;
  margin: 0;
  font-size: 16px;
}
.member__value:not(:last-of-type) {
  padding-bottom: 40px;
}
.member__edit {
  display: flex;
  justify-content: flex-end;
  margin: 24px 0;
}
.member__withdrawal-link:hover {
  text-decoration: underline;
}

.button {
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  gap: 8px;
  align-items: center;
  justify-content: center;
  padding: 8px 16px;
  background: #fff;
  border: 1px solid #d3992c;
  border-radius: 50px;
  transition: all 0.3s;
}
.button:hover {
  background: #d3992c;
}
.button:hover svg {
  fill: white;
}
.button:hover .button-text {
  color: #fff;
}
.favorite {
  padding: 16px;
  background: #fff;
  border-radius: 5px;
}
.favorite__list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 8px;
  align-items: center;
  padding: 8px 16px;
  margin: 0;
  background: #f5f7f9;
  border-radius: 8px;
}
@media (min-width: 1024px) {
  .favorite__list {
    grid-template-columns: repeat(4, 1fr);
    border-radius: 50px;
  }
}
.favorite__item {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.favorite__link {
  display: block;
  padding: 8px;
  color: #3b4043;
  text-align: center;
  border-radius: 50px;
  transition: all 0.3s;
}
.favorite__link:hover {
  color: #fff;
}
.favorite__link.is-tokushima:hover {
  background: #4a86a8;
}
.favorite__link.is-kochi:hover {
  background: #b65a6a;
}
.favorite__link.is-ehime:hover {
  background: #6371a7;
}
.favorite__link.is-kagawa:hover {
  background: #4f7a5a;
}

.viewing-achieved__inner {
  margin-top: 60px;
  overflow-x: scroll;
}
.viewing-achieved__figure {
  position: relative;
  width: 1200px;
  margin: 0 auto;
}
.viewing-achieved__day {
  position: absolute;
  top: 332px;
  left: 250px;
  z-index: 1;
}
.viewing-achieved__year {
  position: absolute;
  font-family: shinryu, sans-serif;
  font-size: 18px;
  font-weight: bold;
  writing-mode: vertical-rl;
  text-orientation: upright;
}
.viewing-achieved__month {
  position: absolute;
  top: 110px;
  font-family: shinryu, sans-serif;
  font-size: 18px;
  font-weight: bold;
  writing-mode: vertical-rl;
  text-orientation: upright;
}
.viewing-achieved__date {
  position: absolute;
  top: 188px;
  font-family: shinryu, sans-serif;
  font-size: 18px;
  font-weight: bold;
  writing-mode: vertical-rl;
  text-orientation: upright;
}
.viewing-achieved__user {
  position: absolute;
  top: 300px;
  left: 203px;
}
.viewing-achieved__name {
  height: 310px;
  padding: 0;
  margin: 0;
  font-family: shinryu, sans-serif;
  font-size: 25px;
  font-weight: bold;
  overflow-wrap: break-word;
  writing-mode: vertical-rl;
  text-orientation: upright;
}

.my-page-favorite__inner {
  box-sizing: border-box;
  width: 100%;
  max-width: 1200px;
  padding: 0 16px;
  margin: 40px auto;
  display: grid;
  grid-template-columns: 1fr;
  gap: 48px;
  padding: 0;
  margin-top: 0;
}
.my-page-favorite__number {
  padding: 8px 24px;
  margin-bottom: 32px;
  background: #eaeaea;
  border-radius: 20px 20px 0 0;
}
.my-page-favorite__number-text {
  padding: 0;
  margin: 0;
  font-size: 18px;
}
.my-page-favorite__list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 48px;
  padding: 0;
  margin: 0;
}
@media (min-width: 1024px) {
  .my-page-favorite__list {
    grid-template-columns: repeat(3, 1fr);
  }
}
.my-page-favorite__item {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.my-page-history__inner {
  box-sizing: border-box;
  width: 100%;
  max-width: 1200px;
  padding: 0 16px;
  margin: 40px auto;
  display: grid;
  grid-template-columns: 1fr;
  gap: 48px;
  padding: 0;
  margin-top: 0;
}
.my-page-history__inner br {
  display: none;
}
@media (min-width: 768px) {
  .my-page-history__inner br {
    display: block;
  }
}
.my-page-history__download {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 24px 16px;
  margin-top: -40px;
  background: #fff;
  border: 1px solid #d3992c;
}
.my-page-history__download-text {
  padding: 0 0 16px;
  margin: 0;
  font-weight: bold;
  color: #d3992c;
}
.my-page-history__download-inner {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
}
@media (min-width: 768px) {
  .my-page-history__download-inner {
    grid-template-columns: repeat(2, minmax(0, 300px));
    gap: 16px;
  }
}
.my-page-history__download-figure {
  padding: 0;
  margin: 0;
}
.my-page-history__download-figure-caption {
  font-size: 14px;
  color: #888;
}
.my-page-history__achievement {
  display: grid;
  flex-direction: column;
  gap: 24px;
  padding: 24px;
  background: #fff;
  border: 1px solid #d3992c;
  border-radius: 10px;
}
.my-page-history__achievement.is-hidden {
  display: none;
}
.my-page-history__achievement-description {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 0;
  margin: 0;
}
.my-page-history__achievement-description dt {
  padding: 0;
  margin: 0;
  font-size: 21px;
  font-weight: bold;
}
.my-page-history__achievement-description dd {
  padding: 0;
  margin: 0;
}
.my-page-history__achievement-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 0;
  margin: 0;
}
@media (min-width: 480px) {
  .my-page-history__achievement-list {
    flex-direction: row;
  }
}
.my-page-history__achievement-item {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.my-page-history__achievement-link:hover {
  text-decoration: underline;
}
.my-page-history__stamp {
  box-sizing: border-box;
  width: 100%;
  max-width: 1200px;
  padding: 0 16px;
  margin: 40px auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px 8px;
}
@media (min-width: 1024px) {
  .my-page-history__stamp {
    grid-template-columns: repeat(6, 1fr);
    gap: 16px 8px;
  }
}

.temples__temple {
  box-sizing: border-box;
  width: 100%;
  max-width: 1200px;
  padding: 0 16px;
  margin: 40px auto;
  display: flex;
  flex-direction: column;
  gap: 64px;
}
.temples__wrapper {
  position: relative;
  margin-bottom: 40px;
}
@media (min-width: 1024px) {
  .temples__wrapper {
    margin-bottom: 64px;
  }
}
@media (min-width: 1024px) {
  .temples__inner {
    display: grid;
    grid-template-columns: 0.9fr 0.3fr;
    gap: 40px;
  }
}
.temples__map {
  padding: 0;
  margin: 0;
}
.temples__bg {
  position: absolute;
  right: 0;
  bottom: 110px;
  z-index: 1;
  width: 55%;
  max-width: 270px;
  padding: 0;
  margin: 0;
  margin-right: -20px;
  overflow: hidden;
}
@media (min-width: 1024px) {
  .temples__bg {
    bottom: 0;
    max-width: 430px;
  }
}
.temples__information {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
@media (min-width: 1024px) {
  .temples__information {
    gap: 20px;
    margin-top: 56px;
  }
}
.temples__information dt {
  padding: 0;
  margin: 0;
}
.temples__information dd {
  padding: 0;
  margin: 0;
  font-size: 14px;
}
.temples__information dd br {
  display: none;
}
@media (min-width: 1024px) {
  .temples__information dd {
    font-size: 18px;
  }
  .temples__information dd br {
    display: block;
  }
}
.temples__number {
  padding: 8px 24px;
  margin-bottom: 32px;
  background: #eaeaea;
  border-radius: 20px 20px 0 0;
}
.temples__number-text {
  padding: 0;
  margin: 0;
  font-size: 18px;
}
.temples__list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 48px;
  padding: 0;
  margin: 0;
}
@media (min-width: 1024px) {
  .temples__list {
    grid-template-columns: repeat(3, 1fr);
  }
}
.temples__item {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.temple__main-visual {
  margin-bottom: 0;
  overflow: hidden;
}
.temple__inner {
  display: grid;
  gap: 54px;
  margin-top: 64px;
}
.temple__infomation {
  overflow: hidden;
}
.about {
  display: grid;
  gap: 16px;
}
.about__wrapper {
  position: relative;
  background: #f5f7f9;
}
.about__wrapper::before {
  position: absolute;
  top: -10px;
  left: -32px;
  width: 296px;
  height: 152px;
  pointer-events: none;
  content: "";
  background: url("/assets/images/common/cloud-bg.png") no-repeat right top;
  background-size: contain;
}
.about__temple-bg {
  position: relative;
  right: -15px;
  width: 160px;
  padding: 0;
  margin: 0 0 0 auto;
}
@media (min-width: 1024px) {
  .about__temple-bg {
    top: 90px;
    right: -130px;
    width: 247px;
    margin: -100px 0 0 auto;
  }
}
.about__inner {
  box-sizing: border-box;
  width: 100%;
  max-width: 1200px;
  padding: 0 16px;
  margin: 40px auto;
  position: relative;
  z-index: 2;
  padding: 0 16px 32px;
  margin-bottom: 0;
}
@media (min-width: 1024px) {
  .about__inner {
    padding: 32px 16px;
    padding-bottom: 64px;
  }
}
.about__description-text {
  padding: 0;
  margin: 0;
  font-size: 14px;
}
@media (min-width: 1024px) {
  .about__description-text {
    font-size: 16px;
  }
}
.about__list {
  padding: 0 0 40px;
  margin: 0;
}
@media (min-width: 1024px) {
  .about__list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px 80px;
    padding-bottom: 80px;
  }
}
.about__item {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.about__item:first-of-type dl {
  padding-top: 0;
}
@media (min-width: 1024px) {
  .about__item:first-of-type dl {
    padding-top: 16px;
  }
}
.about__item-inner {
  display: grid;
  grid-template-columns: auto auto;
  gap: 16px;
  align-items: center;
  justify-content: start;
  padding: 16px 0;
  margin: 0;
  border-bottom: 1px solid #d3992c;
}
.about__label {
  padding: 0 0 0 16px;
  margin: 0;
  font-size: 16px;
  color: #d3992c;
}
@media (min-width: 1024px) {
  .about__label {
    padding: 0 0 0 32px;
    font-size: 18px;
  }
}
.about__text {
  padding: 0;
  margin: 0;
  font-size: 14px;
}
@media (min-width: 1024px) {
  .about__text {
    font-size: 16px;
  }
}
.about__yohanesu {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
  padding: 24px;
  overflow: hidden;
  background: #fff;
  border-radius: 10px;
}
@media (min-width: 1024px) {
  .about__yohanesu {
    padding: 40px 64px;
  }
}
.about__yohanesu::before {
  position: absolute;
  top: -11px;
  left: -81px;
  width: 146px;
  height: 56px;
  pointer-events: none;
  content: "";
  background: url("/assets/images/icons/icon-double-quotation.svg") no-repeat right top;
  background-size: contain;
}
@media (min-width: 1024px) {
  .about__yohanesu::before {
    top: -11px;
    left: -94px;
    width: 204px;
    height: 86px;
  }
}
.about__yohanesu::after {
  position: absolute;
  right: -81px;
  bottom: -11px;
  width: 146px;
  height: 56px;
  pointer-events: none;
  content: "";
  background: url("/assets/images/icons/icon-double-quotation.svg") no-repeat right top;
  background-size: contain;
  transform: rotate(180deg);
}
@media (min-width: 1024px) {
  .about__yohanesu::after {
    right: -116px;
    bottom: -32px;
    width: 204px;
    height: 86px;
  }
}
.about__yohanesu-comment {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.about__yohanesu-title {
  position: relative;
  z-index: 1;
  padding: 0;
  margin: 0;
}
.about__yohanesu-description {
  padding: 0;
  margin: 0;
  font-size: 14px;
}
@media (min-width: 1024px) {
  .about__yohanesu-description {
    font-size: 16px;
  }
}
.about__yohanesu-info {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template: "title" auto "text" auto "image" auto/1fr;
  gap: 16px;
  padding-top: 24px;
  background: none;
  border-top: 1px solid #d3992c;
}
@media (min-width: 1024px) {
  .about__yohanesu-info {
    grid-template: "title image" auto "text image" auto/1fr auto;
    gap: 16px;
    padding: 8px 32px;
    background: #fff;
    border: 1px solid #d3992c;
    border-radius: 10px;
  }
}
.about__yohanesu-info-title {
  grid-area: title;
  padding: 0;
  margin: 0;
  font-size: 16px;
  font-weight: normal;
  color: #d3992c;
}
@media (min-width: 768px) {
  .about__yohanesu-info-title {
    align-self: end;
  }
}
.about__yohanesu-info-description {
  grid-area: text;
  padding: 0;
  margin: 0;
  font-size: 14px;
}
.about__yohanesu-info-description br {
  display: none;
}
@media (min-width: 1024px) {
  .about__yohanesu-info-description {
    font-size: 16px;
  }
  .about__yohanesu-info-description br {
    display: block;
  }
}
.about__yohanesu-info-figure {
  grid-area: image;
  max-width: 300px;
  padding: 0;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .about__yohanesu-info-figure {
    max-width: 150px;
  }
}
.movie {
  position: relative;
}
.movie__figure {
  padding: 0;
  margin: 0;
}
.movie__image {
  width: 100%;
  height: 400px;
  aspect-ratio: 4/3;
  padding: 0;
  margin: 0;
  object-fit: cover;
  object-position: center;
}
@media (min-width: 1024px) {
  .movie__image {
    height: 400px;
  }
}
.movie__inner {
  position: absolute;
  top: 50%;
  left: 50%;
  display: flex;
  flex-direction: column;
  gap: 32px;
  justify-content: center;
  width: 95%;
  height: 90%;
  background: rgba(255, 255, 255, 0.6);
  border-radius: 10px;
  backdrop-filter: blur(5px);
  transform: translate(-50%, -50%);
}
@media (min-width: 1024px) {
  .movie__inner {
    gap: 56px;
    max-width: 1200px;
  }
}
.movie__heading {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: center;
}
.movie__heading-text {
  padding: 0;
  margin: 0;
  font-size: 21px;
}
@media (min-width: 1024px) {
  .movie__heading-text {
    font-size: 28px;
  }
}
.movie__buttons-list {
  width: 100%;
  padding: 0;
  margin: 0;
}
@media (min-width: 1024px) {
  .movie__buttons-list {
    display: flex;
    flex-direction: row;
    justify-content: center;
  }
}
.movie__buttons-item {
  padding: 0 24px;
  margin: 0;
  list-style-type: none;
}
@media (min-width: 1024px) {
  .movie__buttons-item {
    width: 267px;
  }
}
.movie__buttons-item:first-of-type {
  padding-bottom: 16px;
}

.information {
  box-sizing: border-box;
  width: 100%;
  max-width: 1200px;
  padding: 0 16px;
  margin: 40px auto;
}
.information__heading {
  padding-bottom: 24px;
}
@media (min-width: 1024px) {
  .information__heading {
    padding-bottom: 40px;
  }
}
.information__list {
  padding: 0 0 54px;
  margin: 0;
}
@media (min-width: 1024px) {
  .information__list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px 80px;
    padding: 0 40px 80px;
  }
}
.information__item {
  padding: 16px 0;
  margin: 0;
  list-style-type: none;
  border-bottom: 1px solid #d3992c;
}
.information__inner {
  display: grid;
  grid-template-columns: 1fr;
  gap: 8px;
}
@media (min-width: 1024px) {
  .information__inner {
    grid-template-columns: auto auto;
    gap: 16px;
    align-items: center;
    justify-content: start;
    margin: 0;
  }
}
.information__label {
  display: flex;
  gap: 10px;
  align-items: center;
  padding: 0 0 0 16px;
  margin: 0;
  font-size: 16px;
  color: #d3992c;
}
@media (min-width: 1024px) {
  .information__label {
    padding: 0 0 0 32px;
    font-size: 18px;
  }
}
.information__description {
  padding: 0 0 0 16px;
  margin: 0;
  font-size: 14px;
}
@media (min-width: 1024px) {
  .information__description {
    font-size: 16px;
  }
}
.information__map {
  position: relative;
  width: 100%;
  aspect-ratio: 75/59;
  padding-bottom: 24px;
}
@media (min-width: 1024px) {
  .information__map {
    aspect-ratio: 16/7;
    padding-bottom: 62px;
  }
}
.information__map iframe {
  inset: 0;
  width: 100vw;
  height: 100%;
  margin: 0 calc(50% - 50vw);
  border: 0;
}
.information__stay {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}
.information__stay-list {
  padding: 0;
  margin: 0;
}
.information__stay-item {
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: center;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.interview {
  display: grid;
  gap: 16px;
}
.interview__wrapper {
  position: relative;
  overflow: hidden;
  background: #f5f7f9;
}
.interview__wrapper::before {
  position: absolute;
  top: -11px;
  right: -48px;
  width: 272px;
  height: 169px;
  pointer-events: none;
  content: "";
  background: url("/assets/images/common/flower-bg.svg") no-repeat right top;
  background-size: contain;
}
@media (min-width: 1024px) {
  .interview__wrapper::before {
    top: -11px;
    right: -54px;
    width: 329px;
    height: 243px;
  }
}
.interview__wrapper::after {
  position: absolute;
  bottom: -28px;
  left: -48px;
  width: 272px;
  height: 169px;
  pointer-events: none;
  content: "";
  background: url("/assets/images/common/flower-white-bg.svg") no-repeat right top;
  background-size: contain;
}
@media (min-width: 1024px) {
  .interview__wrapper::after {
    right: -116px;
    bottom: -48px;
    width: 329px;
    height: 243px;
  }
}
.interview__inner {
  box-sizing: border-box;
  width: 100%;
  max-width: 1200px;
  padding: 0 16px;
  margin: 40px auto;
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
}
.interview__title {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.interview__title-description {
  padding: 0;
  margin: 0;
}
.interview__list {
  padding: 0;
  margin: 0;
}
@media (min-width: 1024px) {
  .interview__list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 60px;
  }
}
.interview__link {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}
.interview__link:hover .interview__image {
  transform: scale(1.1);
}
.interview__item {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.interview__item:not(:last-of-type) {
  margin-bottom: 48px;
}
.interview__figure {
  padding: 0;
  margin: 0;
  overflow: hidden;
  border-radius: 10px;
}
.interview__image {
  display: block;
  width: 100%;
  height: auto;
  transition: transform 0.5s ease;
}
.interview__inn {
  display: flex;
  flex-direction: column;
  gap: 8px;
  color: #3b4043;
}
.interview__inn-description {
  padding: 0;
  margin: 0;
  font-size: 14px;
}

.next {
  padding: 0 16px;
  margin: 0 auto;
}
@media (min-width: 1024px) {
  .next {
    max-width: 1000px;
  }
}
.next__link {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
  padding: 32px 16px;
  color: #3b4043;
  border: 1px solid #d3992c;
  border-radius: 5px;
}
@media (min-width: 1024px) {
  .next__link {
    grid-template-columns: auto 360px;
    align-items: center;
    justify-content: space-around;
    padding: 16px;
  }
  .next__link::after {
    position: absolute;
    right: 16px;
    box-sizing: border-box;
    display: inline-block;
    width: 16px;
    height: 16px;
    line-height: 1;
    color: #d3992c;
    content: "";
    border: 0.1em solid currentcolor;
    border-bottom: 0;
    border-left: 0;
    transform: translateX(-25%) rotate(45deg);
    transition: all 0.3s;
  }
}
.next__link:hover::after {
  right: 10px;
}
.next__link:hover .next__temple-description-image {
  transform: scale(1.1);
}
.next__list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
  padding: 0;
  margin: 0;
}
.next__temple {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 0;
  margin: 0;
}
@media (min-width: 1024px) {
  .next__temple {
    display: block;
  }
}
.next__temple-information {
  display: flex;
  flex-direction: row;
  gap: 16px;
}
.next__temple-information img {
  max-width: 30px;
}
.next__temple-next {
  font-size: 15px;
}
.next__temple-name {
  font-size: 28px;
}
.next__temple-description {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 0;
  margin: 0;
}
.next__temple-description-text {
  font-size: 15px;
}
.next__temple-description-figure {
  padding: 0;
  margin: 0;
  overflow: hidden;
  border-radius: 10px;
}
.next__temple-description-image {
  transition: transform 0.5s ease;
}

.contact-us__wrapper {
  padding: 48px 16px;
  margin-bottom: -48px;
  background: #f5f7f9;
}
.contact-us__description {
  box-sizing: border-box;
  margin: 0 auto 32px;
}
@media (min-width: 1024px) {
  .contact-us__description {
    max-width: 780px;
  }
}
.contact-us__description-text {
  padding: 0;
  margin: 0;
}
.contact-us__inner {
  box-sizing: border-box;
  padding: 48px 16px;
  margin: 0 auto;
  background: #fff;
  border-radius: 10px;
}
@media (min-width: 1024px) {
  .contact-us__inner {
    max-width: 780px;
    padding: 48px;
  }
}
.contact-us__form {
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
  justify-items: center;
}
.contact-us__policy {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.contact-us__buttons {
  display: flex;
  flex-direction: column;
  gap: 24px;
  width: 100%;
  max-width: 340px;
  margin-top: 32px;
}
.contact-us__buttons.confirm-button {
  max-width: none;
  margin-top: 64px;
}
@media (min-width: 1024px) {
  .contact-us__buttons.confirm-button {
    flex-direction: row;
  }
}
.contact-us .auth-completion__form {
  margin-top: 64px;
}

.news__wrapper {
  padding: 48px 16px;
  margin-bottom: -48px;
  background: #f5f7f9;
}
.news__inner {
  box-sizing: border-box;
  width: 100%;
  max-width: 1200px;
  padding: 0 16px;
  margin: 40px auto;
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
  padding: 0;
  margin-top: 0;
}
@media (min-width: 1024px) {
  .news__inner {
    gap: 56px;
  }
}
.news__inner.is-detail {
  gap: 24px;
  padding: 32px;
  background: #fff;
  border-radius: 5px;
}
.news__page-list {
  display: flex;
  flex-direction: row;
  gap: 16px;
  align-items: center;
  justify-content: center;
  padding: 0;
  margin: 0;
}
.news__page-link {
  display: block;
  padding: 8px;
  line-height: 1;
  color: #d3992c;
  font-family: "Futura Medium Italic", Futura, "Hiragino Kaku Gothic ProN", "Noto Sans JP", sans-serif;
}
.news__page-link.is-active {
  color: #3b4043;
  background: #fff;
  border: 1px solid #d3992c;
  border-radius: 5px;
}
.news__page-item {
  padding: 0;
  margin: 0;
  font-size: 16px;
  color: #d3992c;
  list-style-type: none;
}
.news__page-item:first-of-type a {
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  color: #3b4043;
}
.news__page-item:first-of-type a::before {
  position: absolute;
  top: 12px;
  left: -8px;
  box-sizing: border-box;
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-left: auto;
  line-height: 1;
  vertical-align: middle;
  color: #d3992c;
  content: "";
  border: 0.1em solid currentcolor;
  border-bottom: 0;
  border-left: 0;
  transform: translateX(-25%) rotate(-135deg);
  transition: all 0.3s;
}
.news__page-item:last-of-type a {
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  color: #3b4043;
}
.news__page-item:last-of-type a::after {
  position: absolute;
  top: 12px;
  right: -8px;
  box-sizing: border-box;
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-left: auto;
  line-height: 1;
  vertical-align: middle;
  color: #d3992c;
  content: "";
  border: 0.1em solid currentcolor;
  border-bottom: 0;
  border-left: 0;
  transform: translateX(-25%) rotate(45deg);
  transition: all 0.3s;
}
.news__page-item:not(:first-child, :last-child) a:hover {
  padding: 8px;
  color: #3b4043;
  background: #fff;
}
.news__page-item a:hover {
  text-decoration: underline;
}
.news__page-item a:hover::before {
  left: -12px;
}
.news__page-item a:hover::after {
  right: -12px;
}
.news__detail-date {
  display: flex;
  justify-content: flex-start;
  padding: 0;
  margin: 0;
}
.news__detail-box {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
  padding-bottom: 32px;
}
.news__detail-title {
  font-size: 24px;
}
.news__detail-text {
  padding: 0;
  margin: 0;
}
.news__detail-figure {
  padding: 0;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .news__detail-figure {
    max-width: 50%;
  }
}
.news__button {
  width: 100%;
  max-width: 340px;
  margin: 0 auto;
}

.movie-detail__youtube {
  box-sizing: border-box;
  width: 100%;
  max-width: 1200px;
  padding: 0 16px;
  margin: 40px auto;
  z-index: 0;
  width: 100%;
  aspect-ratio: 16/9;
}
.movie-detail__inner {
  position: relative;
  width: 100%;
  height: 100%;
}
.movie-detail__credit {
  display: flex;
  justify-content: flex-end;
  padding: 0;
  margin: 0;
  font-size: 14px;
  color: #8c8c8c;
}
.movie-detail__announcement {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  display: none;
  width: 100%;
  height: 100%;
  background: rgba(212, 211, 211, 0.8);
  transform: translate(-50%, -50%);
}
.movie-detail__announcement-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.movie-detail__announcement-text {
  font-size: 14px;
  font-weight: bold;
  line-height: 2;
  text-align: center;
}
@media (min-width: 768px) {
  .movie-detail__announcement-text {
    font-size: 21px;
  }
}
.movie-detail__announcement-button {
  width: 200px;
  height: 30px;
}
@media (min-width: 768px) {
  .movie-detail__announcement-button {
    width: 340px;
    height: auto;
  }
}
.movie-detail__announcement.is-active {
  display: block;
}
.movie-detail__cover {
  left: 0;
  display: flex;
  gap: 16px;
  justify-content: center;
  padding: 16px;
  margin-top: 32px;
  background: rgba(255, 255, 255, 0.8);
}
.movie-detail__pause, .movie-detail__mute {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  background: #fff;
  border: 1px solid #d3992c;
  border-radius: 50px;
}
.movie-detail__pause .movie-detail__pause-icon,
.movie-detail__pause .movie-detail__mute-icon, .movie-detail__mute .movie-detail__pause-icon,
.movie-detail__mute .movie-detail__mute-icon {
  display: none;
}
.movie-detail__pause.is-active .movie-detail__play-icon,
.movie-detail__pause.is-active .movie-detail__volume-icon, .movie-detail__mute.is-active .movie-detail__play-icon,
.movie-detail__mute.is-active .movie-detail__volume-icon {
  display: none;
}
.movie-detail__pause.is-active .movie-detail__pause-icon,
.movie-detail__pause.is-active .movie-detail__mute-icon, .movie-detail__mute.is-active .movie-detail__pause-icon,
.movie-detail__mute.is-active .movie-detail__mute-icon {
  display: block;
}
.movie-detail__pause-icon {
  width: 20px;
  height: 20px;
  fill: #d3992c;
}
.movie-detail__mute-icon {
  width: 32px;
  height: 24px;
  fill: #d3992c;
}
.movie-detail__play-icon {
  width: 24px;
  padding-left: 5px;
  fill: #d3992c;
}
.movie-detail__volume-icon {
  width: 20px;
  padding-right: 2px;
}

.video-container {
  display: block;
  width: 100%;
  height: 100%;
}

.privacy__wrapper {
  padding: 48px 16px;
  margin-bottom: -48px;
  background: #f5f7f9;
}
.privacy__read {
  max-width: 1200px;
  margin: 0 auto;
}
.privacy__inner {
  box-sizing: border-box;
  width: 100%;
  max-width: 1200px;
  padding: 0 16px;
  margin: 40px auto;
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
  padding: 32px;
  background: #fff;
  border-radius: 10px;
}
.privacy__description-text {
  padding: 0;
  margin: 0;
}
.privacy__list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
  padding: 0;
  margin: 0;
}
.privacy__list dt {
  padding: 0;
  margin: 0;
}
.privacy__list dd {
  display: grid;
  grid-template-columns: 1fr;
  gap: 8px;
  padding: 0;
  margin: 0;
}
.privacy__list dd ul {
  padding: 0;
  margin: 0;
}
.privacy__list dd li {
  position: relative;
  margin-left: 24px;
}
@media (min-width: 1024px) {
  .privacy__list dd li {
    margin-left: 24px;
  }
}
.privacy__list dd li::marker {
  color: #d3992c;
}
.privacy__list dd a:hover {
  text-decoration: underline;
}
.glossary__content {
  box-sizing: border-box;
  width: 100%;
  max-width: 1200px;
  padding: 0 16px;
  margin: 40px auto;
}
.glossary__tab {
  padding: 24px 0 32px;
}
.glossary__tab.under-tab .glossary__tab-link {
  border-top: 2px solid #d3992c;
  border-bottom: none;
}
.glossary__tab.under-tab .glossary__tab-link.is-active {
  position: relative;
  color: #d3992c;
}
.glossary__tab.under-tab .glossary__tab-link.is-active::before {
  position: absolute;
  top: -3px;
  left: 50%;
  content: "";
  border-style: solid;
  border-top: 0;
  border-right: 5px solid transparent;
  border-bottom: 6px solid #d3992c;
  border-left: 5px solid transparent;
  transform: translate(-50%, -50%);
}
.glossary__tab.under-tab .glossary__tab-link.is-active::after {
  content: none;
}
.glossary__tab-list {
  display: flex;
  flex-flow: row wrap;
  gap: 16px;
  padding: 0;
  margin: 0;
}
.glossary__tab-item {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.glossary__tab-link {
  font-size: 16px;
  font-weight: bold;
  color: #3b4043;
  border-bottom: 2px solid #d3992c;
}
@media (min-width: 1024px) {
  .glossary__tab-link {
    font-size: 18px;
  }
}
.glossary__tab-link.is-active {
  position: relative;
  color: #d3992c;
}
.glossary__tab-link.is-active::after {
  position: absolute;
  bottom: -8px;
  left: 50%;
  content: "";
  border-style: solid;
  border-top: 5px solid #d3992c;
  border-right: 5px solid transparent;
  border-bottom: 0;
  border-left: 5px solid transparent;
  transform: translate(-50%, -50%);
}
.glossary__list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
  padding: 0;
  margin: 0;
}
@media (min-width: 768px) {
  .glossary__list {
    grid-template-columns: repeat(3, 1fr);
  }
}
.glossary__item {
  padding: 24px;
  font-size: 18px;
  background: #f5f7f9;
  border-radius: 10px;
}
.glossary__item:last-child {
  border-bottom: none;
}
.glossary__term {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  gap: 8px 0;
  align-items: center;
  padding-bottom: 16px;
  margin-left: 24px;
  font-size: 18px;
  line-height: 1;
}
.glossary__term::before {
  position: absolute;
  top: 0;
  left: -20px;
  display: block;
  width: 13px;
  height: 13px;
  content: "";
  background-color: #c8952a;
  border-radius: 50%;
}
.glossary__reading {
  font-size: 14px;
  font-weight: normal;
}
.glossary__description {
  padding: 16px 0 0;
  margin: 0;
  font-size: 16px;
  line-height: 1.8;
  color: #3b4043;
  border-top: 1px solid #eaeaea;
}

.tab__link.is-glossary {
  padding: 10px 4px;
  font-size: 13px;
}
@media (min-width: 1024px) {
  .tab__link.is-glossary {
    padding: 12px 8px;
    font-size: 14px;
  }
}
.tab__link.is-glossary:hover, .tab__link.is-glossary.is-active {
  color: #fff;
  background: #9f1627;
}

.guide__content {
  box-sizing: border-box;
  width: 100%;
  max-width: 1200px;
  padding: 0 16px;
  margin: 40px auto;
}
.guide__read-description {
  padding-bottom: 56px;
}
.guide__read-description-text {
  padding: 0;
  margin: 0;
}
.guide__list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
  padding: 0;
  margin: 0;
}
@media (min-width: 1024px) {
  .guide__list {
    grid-template-columns: repeat(3, 1fr);
  }
}
.guide__item {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.special__main-visual {
  position: relative;
  padding: 8px 0 32px;
  background: #f5f7f9;
}
.special__main-visual::before {
  position: absolute;
  top: -10px;
  left: -32px;
  width: 296px;
  height: 152px;
  pointer-events: none;
  content: "";
  background: url("/assets/images/common/cloud-bg.png") no-repeat right top;
  background-size: contain;
}
.special__main-visual-title {
  box-sizing: border-box;
  width: 100%;
  max-width: 1200px;
  padding: 0 16px;
  margin: 40px auto;
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  gap: 8px;
  padding: 0 16px;
  margin: 24px auto;
}
@media (min-width: 768px) {
  .special__main-visual-title {
    margin: 48px auto;
  }
}
.special__main-visual-read {
  padding: 0;
  margin: 0;
}
@media (min-width: 768px) {
  .special__main-visual-read {
    padding-left: 20px;
  }
}
.special__documentary {
  box-sizing: border-box;
  width: 100%;
  max-width: 1200px;
  padding: 0 16px;
  margin: 40px auto;
}
.special__documentary-list {
  padding: 0;
  margin: 0;
}
@media (min-width: 768px) {
  .special__documentary-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
  }
}
.special__documentary-item {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.special__documentary-item:not(:last-of-type) {
  margin-bottom: 48px;
}
@media (min-width: 768px) {
  .special__documentary-item:not(:last-of-type) {
    margin-bottom: 0;
  }
}
.special__documentary-link {
  display: flex;
  flex-direction: column;
  gap: 16px;
  font-size: 18px;
  font-weight: bold;
  color: #3b4043;
}
.special__documentary-link:hover .special__documentary-text::after {
  margin-left: 20px;
}
.special__documentary-link:hover .special__documentary-image {
  transform: scale(1.1);
}
.special__documentary-figure {
  aspect-ratio: 16/9;
  padding: 0;
  margin: 0;
  overflow: hidden;
  border-radius: 5px;
}
.special__documentary-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform 0.5s ease;
}
.special__documentary-text {
  display: flex;
  align-items: center;
  padding: 0;
  margin: 0;
}
.special__documentary-text::after {
  box-sizing: border-box;
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-left: 16px;
  line-height: 1;
  color: #d3992c;
  content: "";
  border: 0.1em solid currentcolor;
  border-bottom: 0;
  border-left: 0;
  transform: translateX(-25%) rotate(45deg);
  transition: all 0.3s;
}
.special__interview,
.special .special__message {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  max-width: 1200px;
  padding: 0 16px;
  margin: 40px auto;
  margin-top: 120px;
  margin-bottom: 80px;
}
@media (min-width: 768px) {
  .special__interview,
  .special .special__message {
    padding-top: 40px;
  }
}
.special__interview-illustrations,
.special .special__message-illustrations {
  position: absolute;
  top: -66px;
  right: 24px;
  width: 66px;
  height: 161px;
  padding: 0;
  margin: 0;
}
@media (min-width: 768px) {
  .special__interview-illustrations,
  .special .special__message-illustrations {
    top: 68px;
    width: 96px;
    height: 234px;
  }
}
.special__interview-list,
.special .special__message-list {
  padding: 0 0 32px;
  margin: 0;
}
@media (min-width: 768px) {
  .special__interview-list,
  .special .special__message-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 4%;
  }
}
.special__interview-item,
.special .special__message-item {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
  align-content: start;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
@media (min-width: 768px) {
  .special__interview-item:last-of-type,
  .special .special__message-item:last-of-type {
    margin-top: 150px;
  }
}
.special__interview-item.no-margin,
.special .special__message-item.no-margin {
  margin-top: 0;
}
.special__interview-item:not(:last-of-type),
.special .special__message-item:not(:last-of-type) {
  padding-bottom: 32px;
}
.special__interview-figure,
.special .special__message-figure {
  aspect-ratio: 28/15;
  padding: 0;
  margin: 0;
  overflow: hidden;
  border-radius: 10px;
}
.special__interview-image,
.special .special__message-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform 0.5s ease;
}
.special__interview-profile,
.special .special__message-profile {
  padding: 8px 0;
  border-top: 1px solid #eaeaea;
  border-bottom: 1px solid #eaeaea;
}
.special__interview-profile-label,
.special .special__message-profile-label {
  padding: 0;
  margin: 0;
  font-size: 14px;
  color: #d3992c;
}
@media (min-width: 768px) {
  .special__interview-profile-label,
  .special .special__message-profile-label {
    font-size: 16px;
  }
}
.special__interview-profile-detail,
.special .special__message-profile-detail {
  padding: 0;
  margin: 0;
  font-size: 14px;
}
@media (min-width: 768px) {
  .special__interview-profile-detail,
  .special .special__message-profile-detail {
    font-size: 16px;
  }
}
.special__interview-profile-text,
.special .special__message-profile-text {
  padding: 0;
  margin: -8px 0 0;
  font-size: 14px;
}
@media (min-width: 768px) {
  .special__interview-profile-text,
  .special .special__message-profile-text {
    font-size: 16px;
  }
}
.special__interview-link,
.special .special__message-link {
  font-family: "Futura Medium Italic", Futura, "Hiragino Kaku Gothic ProN", "Noto Sans JP", sans-serif;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  font-style: italic;
}
.special__interview-link::after,
.special .special__message-link::after {
  position: relative;
  right: 0;
  box-sizing: border-box;
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-left: 16px;
  line-height: 1;
  color: #d3992c;
  content: "";
  border: 0.1em solid currentcolor;
  border-bottom: 0;
  border-left: 0;
  transform: translateX(-25%) rotate(45deg);
  transition: all 0.3s;
}
.special__interview-link:hover,
.special .special__message-link:hover {
  text-decoration: underline;
}
.special__interview-link:hover::after,
.special .special__message-link:hover::after {
  right: -8px;
}
.special__inn {
  position: relative;
  margin-bottom: 80px;
  overflow: hidden;
  background: #f5f7f9;
}
.special__inn::before {
  position: absolute;
  top: -11px;
  right: -48px;
  width: 272px;
  height: 169px;
  pointer-events: none;
  content: "";
  background: url("/assets/images/common/flower-bg.svg") no-repeat right top;
  background-size: contain;
}
@media (min-width: 1024px) {
  .special__inn::before {
    top: -11px;
    right: -54px;
    width: 329px;
    height: 243px;
  }
}
.special__inn::after {
  position: absolute;
  bottom: -28px;
  left: -48px;
  z-index: 0;
  width: 272px;
  height: 169px;
  pointer-events: none;
  content: "";
  background: url("/assets/images/common/flower-white-bg.svg") no-repeat right top;
  background-size: contain;
}
@media (min-width: 1024px) {
  .special__inn::after {
    right: -116px;
    bottom: -48px;
    width: 329px;
    height: 243px;
  }
}
.special__inn-inner {
  box-sizing: border-box;
  width: 100%;
  max-width: 1200px;
  padding: 0 16px;
  margin: 40px auto;
  position: relative;
  z-index: 1;
}
.special__how-to {
  box-sizing: border-box;
  width: 100%;
  max-width: 1200px;
  padding: 0 16px;
  margin: 40px auto;
}

.how-to {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
}
.how-to__profile {
  display: grid;
  grid-template-columns: 1fr;
  padding: 24px;
  border: 1px solid #d3992c;
  border-radius: 10px;
}
@media (min-width: 768px) {
  .how-to__profile {
    grid-template-columns: 1fr auto;
    gap: 24px;
    align-items: center;
    padding: 32px 24px;
  }
}
.how-to__profile-title {
  display: flex;
  flex-direction: row;
  gap: 8px;
  align-items: flex-end;
  padding: 0;
  margin: 0;
}
.how-to__profile-name {
  font-size: 24px;
  font-weight: normal;
  line-height: 1;
  color: #d3992c;
}
.how-to__profile-kana {
  font-size: 15px;
  font-weight: normal;
  line-height: 1;
  color: #d3992c;
}
.how-to__profile-detail-figure {
  margin: 0 16px;
  overflow: hidden;
  border-radius: 10px;
}
@media (min-width: 768px) {
  .how-to__profile-detail-figure {
    max-width: 275px;
    margin: 0;
  }
}
.how-to__profile-detail-figure img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.how-to__movie-list {
  display: grid;
  padding: 0;
  margin: 0;
}
@media (min-width: 768px) {
  .how-to__movie-list {
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
  }
}
.how-to__movie-item {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.how-to__movie-item:not(:last-of-type) {
  padding-bottom: 24px;
}
@media (min-width: 768px) {
  .how-to__movie-item:not(:last-of-type) {
    padding-bottom: 0;
  }
}
.how-to__movie-item.is-hidden-sp {
  display: none;
}
@media (min-width: 768px) {
  .how-to__movie-item.is-hidden-sp {
    display: list-item;
  }
}
.how-to__movie-item.is-hidden {
  display: none;
}
.how-to__more {
  display: flex;
  justify-content: center;
  margin-top: 32px;
}
@media (min-width: 768px) {
  .how-to__more--sp {
    display: none;
  }
}
.how-to__more--pc {
  display: none;
}
@media (min-width: 768px) {
  .how-to__more--pc {
    display: flex;
  }
}
.how-to__more-btn {
  display: inline-flex;
  gap: 8px;
  align-items: center;
  padding: 12px 40px;
  font-size: 14px;
  font-weight: 500;
  color: #9f1627;
  cursor: pointer;
  background: #fff;
  border: 1px solid #d3992c;
  border-radius: 100px;
  transition: background 0.2s, border-color 0.2s;
}
.how-to__more-btn::after {
  display: block;
  width: 8px;
  height: 8px;
  content: "";
  border-right: 2px solid #d3992c;
  border-bottom: 2px solid #d3992c;
  transform: rotate(45deg) translateY(-2px);
}
.how-to__more-btn:hover {
  color: #fff;
  background: #9f1627;
}
.how-to__more-btn:hover::after {
  border-color: #fff;
}

.home__topics {
  padding-bottom: 64px;
}
@media (min-width: 768px) {
  .home__topics {
    padding-bottom: 80px;
  }
}
.home__map {
  padding-bottom: 64px;
}
@media (min-width: 768px) {
  .home__map {
    padding-bottom: 80px;
  }
}
.home__registration {
  padding-bottom: 24px;
}
@media (min-width: 768px) {
  .home__registration {
    padding-bottom: 40px;
  }
}
.home__charm {
  padding-bottom: 24px;
}
@media (min-width: 768px) {
  .home__charm {
    padding-bottom: 40px;
  }
}
.home__inn {
  padding-bottom: 64px;
}
@media (min-width: 768px) {
  .home__inn {
    padding-bottom: 80px;
  }
}
.home__inn .special__inn {
  margin-bottom: 0;
}
.home__glossary {
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  .home__glossary {
    padding-bottom: 40px;
  }
}

.hero-visual {
  position: relative;
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
}
.hero-visual__title {
  position: absolute;
  top: 112px;
  padding: 16px;
  margin: 0;
}
@media (min-width: 768px) {
  .hero-visual__title {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translate(0, -50%);
  }
}
.hero-visual__background {
  padding: 0;
  margin: 0;
}
.hero-visual__background-image {
  width: 100%;
  height: 100vh;
  object-fit: cover;
}
.hero-visual__background-image.is-desktop {
  display: none;
}
@media (min-width: 768px) {
  .hero-visual__background-image.is-desktop {
    display: block;
  }
}
.hero-visual__background-image.is-mobile {
  display: block;
}
@media (min-width: 768px) {
  .hero-visual__background-image.is-mobile {
    display: none;
  }
}

.map__heading {
  box-sizing: border-box;
  width: 100%;
  max-width: 1200px;
  padding: 0 16px;
  margin: 40px auto;
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}
.map__area {
  max-width: 1280px;
  padding: 0 16px;
  margin: 0 auto;
}
.discover__mark {
  padding-bottom: 16px;
}
.discover__inner {
  position: relative;
  padding-bottom: 32px;
  overflow: hidden;
  background: #f5f7f9;
}
@media (min-width: 1024px) {
  .discover__inner {
    padding-bottom: 64px;
  }
}
.discover__inner::before {
  position: absolute;
  top: -10px;
  left: -32px;
  width: 296px;
  height: 152px;
  pointer-events: none;
  content: "";
  background: url("/assets/images/common/cloud-bg.png") no-repeat right top;
  background-size: contain;
}
@media (min-width: 1024px) {
  .discover__inner::before {
    right: -50px;
    left: inherit;
    width: 453px;
    height: 232px;
  }
}
.discover__inner::after {
  position: absolute;
  right: -32px;
  bottom: -32px;
  width: 296px;
  height: 152px;
  pointer-events: none;
  content: "";
  background: url("/assets/images/common/cloud-bg.png") no-repeat right top;
  background-size: contain;
}
@media (min-width: 1024px) {
  .discover__inner::after {
    left: -65px;
    width: 453px;
    height: 232px;
  }
}
.discover__heading {
  box-sizing: border-box;
  width: 100%;
  max-width: 1200px;
  padding: 0 16px;
  margin: 40px auto;
  position: relative;
}
.discover__list {
  padding: 0;
  margin: 0;
}
@media (min-width: 768px) {
  .discover__list {
    max-width: 1380px;
    padding-top: 32px;
    margin: 0 auto;
  }
}
.discover__item {
  position: relative;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.discover__item-bg {
  position: relative;
  right: -15px;
  width: 160px;
  padding: 0;
  margin: -70px 0 0 auto;
}
@media (min-width: 1024px) {
  .discover__item-bg {
    display: none;
  }
}
.discover__item:last-of-type {
  padding-top: 0;
}
@media (min-width: 1024px) {
  .discover__item:last-of-type {
    padding-top: 50px;
  }
}
.discover__item:last-of-type .discover__item-bg {
  display: none;
}
@media (min-width: 1024px) {
  .discover__item:last-of-type .discover__item-bg {
    display: block;
    width: 247px;
  }
}
.discover__item:last-of-type .discover__movie-youtube {
  margin-left: auto;
}
@media screen and (width >= 1120px) {
  .discover__item:last-of-type .discover__movie-description {
    top: 46px;
    left: 50px;
  }
}
.discover__movie-description {
  position: relative;
  top: -30px;
  z-index: 1;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  gap: 16px;
  justify-content: center;
  padding: 24px 16px;
  margin: 16px;
  background: rgba(255, 255, 255, 0.7);
  border-radius: 10px;
  backdrop-filter: blur(10px);
}
@media screen and (width >= 1120px) {
  .discover__movie-description {
    position: absolute;
    top: -110px;
    right: 45px;
    width: 50%;
    width: 450px;
    padding: 35px 32px;
  }
}
.discover__movie-text {
  padding: 0;
  margin: 0;
}
.discover__movie-youtube {
  position: relative;
  z-index: 1;
  width: 100%;
  aspect-ratio: 16/9;
}
@media (min-width: 768px) {
  .discover__movie-youtube {
    max-width: 900px;
  }
}
.discover__movie-youtube iframe {
  width: 100%;
  height: 100%;
}

.registration-member {
  box-sizing: border-box;
  width: 100%;
  max-width: 1200px;
  padding: 0 16px;
  margin: 40px auto;
}
.registration-member__inner {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: center;
  padding: 32px 24px;
  background-image: linear-gradient(115deg, rgb(211, 153, 44), rgb(255, 249, 222));
  border-radius: 20px;
}
@media (min-width: 768px) {
  .registration-member__inner {
    display: grid;
    grid-template: "mark mark" auto "heading button" auto/auto auto;
    gap: 16px;
  }
}
.registration-member__inner::after {
  position: absolute;
  bottom: -40px;
  left: -60px;
  width: 100%;
  height: 256px;
  pointer-events: none;
  content: "";
  background: url("/assets/images/home/registration-bg.svg") no-repeat;
  background-size: contain;
}
@media (min-width: 768px) {
  .registration-member__inner::after {
    width: 415px;
    height: 280px;
  }
}
.registration-member__heading {
  display: flex;
  flex-direction: column;
  grid-area: heading;
  gap: 16px;
}
.registration-member__title-design {
  grid-area: mark;
}
@media (min-width: 768px) {
  .registration-member__title {
    margin-right: 0;
  }
}
.registration-member__title-text {
  font-size: 28px;
  color: #fff;
  text-align: center;
}
@media (min-width: 768px) {
  .registration-member__title-text {
    text-align: left;
  }
}
.registration-member__title-text br {
  display: block;
}
@media (min-width: 768px) {
  .registration-member__title-text {
    font-size: 34px;
  }
  .registration-member__title-text br {
    display: none;
  }
}
.registration-member__title-text .page-title-main__text {
  display: block;
}
.registration-member__title-read {
  position: relative;
  z-index: 1;
  padding: 32px 0 0;
  margin: 0;
}
@media (min-width: 768px) {
  .registration-member__title-read {
    padding: 8px 0 0 16px;
  }
}
.registration-member__title-read h3 {
  margin-top: 0;
  color: #fff;
}
.registration-member__title-read ul {
  padding: 0;
  margin: 0;
}
.registration-member__title-read li {
  padding: 0;
  margin: 0;
  font-size: 14px;
  color: #fff;
  list-style-type: none;
}
@media (min-width: 768px) {
  .registration-member__title-read li {
    font-size: 16px;
  }
}
.registration-member__button {
  position: relative;
  z-index: 1;
  grid-area: button;
  margin: 0 auto;
}

.charm__heading {
  box-sizing: border-box;
  width: 100%;
  max-width: 1200px;
  padding: 0 16px;
  margin: 40px auto;
}
.charm__inner {
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
}
@media (min-width: 768px) {
  .charm__inner {
    box-sizing: border-box;
    width: 100%;
    max-width: 1200px;
    padding: 0 16px;
    margin: 40px auto;
    grid-template-columns: repeat(2, 1fr);
  }
}
.charm__list {
  display: grid;
  grid-template: "top top" auto "middle bottom" auto/1fr 1fr;
  gap: 8px;
  padding: 0 16px;
  margin: 0;
}
@media (min-width: 768px) {
  .charm__list {
    gap: 24px 16px;
    padding: 0;
  }
}
.charm__list:last-of-type {
  grid-template: "middle bottom" auto "top top" auto/1fr 1fr;
}
.charm__item {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.charm__item:first-child {
  grid-area: top;
}
.charm__item:nth-child(2) {
  grid-area: middle;
}
.charm__item:last-child {
  grid-area: bottom;
}
.charm__item:not(:first-child) .charm__item-link {
  display: grid;
  grid-template-columns: 1fr;
  gap: 8px;
}
.charm__item-link {
  font-weight: bold;
  color: #3b4043;
}
.charm__item-link:hover .charm__item-title::after {
  margin-left: 20px;
}
.charm__figure {
  aspect-ratio: 1/1;
  padding: 0;
  margin: 0;
  overflow: hidden;
  border-radius: 10px;
}
.charm__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.charm__item-title {
  display: flex;
  align-items: center;
  padding: 0;
  margin: 0;
  line-height: 1.2;
}
.charm__item-title::after {
  box-sizing: border-box;
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-left: 8px;
  line-height: 1;
  color: #d3992c;
  content: "";
  border: 0.1em solid currentcolor;
  border-bottom: 0;
  border-left: 0;
  transform: translateX(-25%) rotate(45deg);
  transition: all 0.3s;
}
.charm__list-right {
  padding: 0;
  margin: 0;
}

.induction {
  box-sizing: border-box;
  width: 100%;
  max-width: 1200px;
  padding: 0 16px;
  margin: 40px auto;
  padding: 40px 0;
  border-top: 1px solid #eaeaea;
  border-bottom: 1px solid #eaeaea;
}
@media (min-width: 768px) {
  .induction {
    margin-top: 110px;
  }
}
.induction__list {
  padding: 0 16px;
  margin: 0;
}
@media (min-width: 768px) {
  .induction__list {
    display: grid;
    grid-template-columns: repeat(2, auto);
    gap: 32px;
  }
}
.induction__item {
  display: grid;
  grid-template-columns: 0.5fr 1fr;
  gap: 16px;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.induction__item:not(:last-of-type) {
  padding-bottom: 32px;
}
@media (min-width: 768px) {
  .induction__item:not(:last-of-type) {
    padding-bottom: 0;
  }
}
.induction__figure {
  max-width: 130px;
  height: 100%;
  min-height: 180px;
  aspect-ratio: 18/13;
  padding: 0;
  margin: 0;
  overflow: hidden;
  border-radius: 5px;
}
@media (min-width: 768px) {
  .induction__figure {
    width: 100%;
    max-width: none;
    height: auto;
    aspect-ratio: 25/27;
  }
}
.induction__image {
  height: 100%;
  object-fit: cover;
}
.induction__inner {
  display: flex;
  flex-direction: column;
  gap: 8px;
  justify-content: space-between;
}
.induction__title {
  padding: 0 0 8px;
  margin: 0;
  font-size: 18px;
  border-bottom: 1px solid #eaeaea;
}
@media (min-width: 768px) {
  .induction__title {
    font-size: 21px;
  }
}
.induction__description {
  padding: 0;
  margin: 0;
  font-size: 14px;
}
@media (min-width: 768px) {
  .induction__description {
    display: flex;
    flex-grow: 1;
    align-items: center;
    font-size: 16px;
  }
}
.induction__link {
  font-family: "Futura Medium Italic", Futura, "Hiragino Kaku Gothic ProN", "Noto Sans JP", sans-serif;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  font-style: italic;
}
.induction__link::after {
  position: relative;
  right: 0;
  box-sizing: border-box;
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-left: 16px;
  line-height: 1;
  color: #d3992c;
  content: "";
  border: 0.1em solid currentcolor;
  border-bottom: 0;
  border-left: 0;
  transform: translateX(-25%) rotate(45deg);
  transition: all 0.3s;
}
.induction__link:hover {
  text-decoration: underline;
}
.induction__link:hover::after {
  right: -8px;
}

.inn__title-design {
  padding-bottom: 16px;
}
.inn__title {
  box-sizing: border-box;
  width: 100%;
  max-width: 1200px;
  padding: 0 16px;
  margin: 40px auto;
  position: relative;
}
.news-home__mark {
  box-sizing: border-box;
  width: 100%;
  max-width: 1200px;
  padding: 0 16px;
  margin: 40px auto;
}
.news-home__title {
  box-sizing: border-box;
  width: 100%;
  max-width: 1200px;
  padding: 0 16px;
  margin: 40px auto;
}
.news-home__inner {
  box-sizing: border-box;
  width: 100%;
  max-width: 1200px;
  padding: 0 16px;
  margin: 40px auto;
}
.news-home__inner .news__link {
  background: #f5f7f9;
}
.news-home__inner .news__link:hover {
  background: #f2e4ca;
}
.news-home__button {
  max-width: 340px;
  margin: 0 auto;
}

.article__hero {
  position: relative;
}
@media (min-width: 768px) {
  .article__hero {
    min-width: 1200px;
    height: 570px;
    overflow: hidden;
  }
}
.article__hero-image {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  object-position: center;
}
@media (min-width: 768px) {
  .article__hero-image {
    aspect-ratio: 16/9;
  }
}
.article__hero-image--top {
  object-position: top;
}
@media (min-width: 768px) {
  .article__hero-image--bottom {
    object-position: bottom;
  }
}
@media (min-width: 768px) {
  .article__hero-image--center {
    object-position: center;
  }
}
.article__hero-image--right {
  object-position: -370px;
}
@media (min-width: 768px) {
  .article__hero-image--right {
    object-position: center -100px;
  }
}
.article__hero-overlay {
  box-sizing: border-box;
  width: 100%;
  max-width: 1200px;
  padding: 0 16px;
  margin: 40px auto;
  position: absolute;
  bottom: 24px;
  left: 50%;
  margin-bottom: 10px;
  transform: translate(-50%);
}
.article__hero-overlay.is-text-shadow {
  text-shadow: 2px 3px 3px rgba(0, 0, 0, 0.4);
}
.article__hero-inner {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.article__hero-number {
  width: fit-content;
  padding: 0 8px;
  font-size: 1rem;
  color: #fff;
  background: #d3992c;
  border-radius: 5px;
}
.article__hero-title {
  font-size: 1.75rem;
  color: #fff;
}
@media (min-width: 768px) {
  .article__hero-title {
    font-size: 2.375rem;
  }
}
.article__hero-catch {
  margin-top: 0;
  font-size: 14px;
  color: #fff;
}
@media (min-width: 768px) {
  .article__hero-catch {
    font-size: 1rem;
  }
}
.article__breadcrumbs {
  box-sizing: border-box;
  width: 100%;
  max-width: 1200px;
  padding: 0 16px;
  margin: 40px auto;
  margin: 8px auto;
}
.article__section {
  box-sizing: border-box;
  width: 100%;
  max-width: 1200px;
  padding: 0 16px;
  margin: 40px auto;
  margin-bottom: 0;
}
.article__container {
  padding: 0 0 40px;
}
.article__episode-inner {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
}
@media (min-width: 768px) {
  .article__episode-inner {
    grid-template-columns: repeat(2, 1fr);
  }
}
.article__stay .sns-icon__list {
  display: flex;
  gap: 8px;
  align-items: center;
  padding: 0;
  margin: 0;
}
.article__stay .sns-icon__item {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.article__stay .sns-icon__link:hover {
  opacity: 0.7;
}
.article__stay .sns-icon__link .sns-x {
  width: 30px;
  height: 20px;
}
.article__stay .sns-icon__link .sns-instagram {
  width: 30px;
  height: 30px;
}
.article__stay-info {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
  margin: 16px 0 32px;
}
@media (min-width: 768px) {
  .article__stay-info {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}
.article__stay-features-inner {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
}
@media (min-width: 768px) {
  .article__stay-features-inner {
    grid-template-columns: repeat(2, 1fr);
  }
}
.article__stay-features-note {
  padding: 16px 0 0;
}
.article__stay-features-note.is-border-top {
  border-top: 1px solid #d4d4d4;
}
.article__stay-features-note-text {
  padding: 0;
  margin: 0;
  font-size: 14px;
}
.article__stay-features-beginner {
  padding: 16px;
  background: #f5f7f9;
  border-radius: 10px;
}
.article__stay-features-beginner h4 {
  padding: 0 0 8px;
  margin: 0;
}
.article__stay-features-beginner p {
  padding: 0;
  margin: 0;
  font-size: 14px;
}
@media (min-width: 768px) {
  .article__stay-features-beginner p {
    font-size: 16px;
  }
}
.article__deep-highlights {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}
@media (min-width: 768px) {
  .article__deep-highlights {
    grid-template-columns: repeat(3, 1fr);
  }
}
.article__deep-highlights .labele {
  padding: 8px;
  font-size: 14px;
  background: #f5f7f9;
  border-radius: 5px;
}
.article__deep-information {
  padding: 8px 24px 16px;
  margin-top: 32px;
  background: #f7f5f0;
  border-radius: 10px;
}
.article__deep-information .deep-information__item {
  padding: 0;
  margin: 0;
  font-size: 14px;
}
@media (min-width: 768px) {
  .article__deep-information .deep-information__item {
    font-size: 16px;
  }
}
.article__deep-information .deep-information__link:hover {
  text-decoration: underline;
}
.article__deep-information ul {
  padding-left: 16px;
}
.article__deep-information li {
  font-size: 14px;
}
@media (min-width: 768px) {
  .article__deep-information li {
    font-size: 16px;
  }
}
.article__deep-information dl {
  font-size: 14px;
}
@media (min-width: 768px) {
  .article__deep-information dl {
    font-size: 16px;
  }
}
.article__deep-information dd {
  padding: 0;
  margin: 0;
}
.article__deep-information a:hover {
  text-decoration: underline;
}
.article__photo-gallery-inner {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}
@media (min-width: 768px) {
  .article__photo-gallery-inner {
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
  }
}
@media (min-width: 768px) {
  .article__move-inner {
    max-width: 350px;
  }
}
.article__cta-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
  padding: 18px 0 32px;
  margin: 0;
}
@media (min-width: 768px) {
  .article__cta-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
  }
}
.article__cta-item {
  padding: 0;
  margin: 0;
  overflow: hidden;
  list-style-type: none;
  border: 1px solid #d3992c;
  border-radius: 10px;
}
.article__cta-item-inner {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 16px;
}
.article__cta-item-title {
  padding: 0;
  margin: 0;
  color: #3b4043;
}
.article__cta-item-description {
  padding: 0;
  margin: 0;
  font-size: 14px;
  color: #3b4043;
}
@media (min-width: 768px) {
  .article__cta-item-description {
    font-size: 16px;
  }
}
.article__cta-item-link.is-disabled {
  position: relative;
  color: #ccc;
  text-decoration: none;
  pointer-events: none;
  cursor: default;
}
.article__cta-item-link.is-disabled::after {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99;
  width: 100%;
  height: 100%;
  pointer-events: none;
  content: "";
  background: black;
  opacity: 0.1;
}
.article__cta-item-link img {
  height: 150px;
  transition: transform 0.5s ease;
}
@media (min-width: 768px) {
  .article__cta-item-link img {
    height: 250px;
  }
}
.article__cta-item-link:hover img {
  transform: scale(1.1);
}
.article__cta-item-link:hover p {
  color: #9f1627;
  text-decoration: underline;
}
.article__cta-next {
  padding: 16px;
  background: #f5f7f9;
}
.article__cta-next .next__link {
  background: #fff;
}
.article__cta a:hover {
  text-decoration: underline;
}

.info-label {
  padding-bottom: 16px;
  border-bottom: 1px solid #d4d4d4;
}
.info-label.is-top-border {
  padding-top: 16px;
  margin-top: 8px;
  border-top: 1px solid #d4d4d4;
}
.info-label.is-border-none {
  border-bottom: none;
}
.info-label__list {
  display: flex;
  justify-content: space-between;
  padding: 0;
  margin: 0;
}
.info-label__list:not(:last-of-type) {
  padding-bottom: 8px;
}
.info-label__name {
  font-size: 14px;
}
@media (min-width: 768px) {
  .info-label__name {
    font-size: 16px;
  }
}
.info-label__detail {
  padding: 0;
  margin: 0;
  font-size: 14px;
}
@media (min-width: 768px) {
  .info-label__detail {
    font-size: 16px;
  }
}
.info-label__detail.is-margin-bottom {
  margin-bottom: 8px;
}
.info-label__note-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 8px;
  padding: 0;
  margin: 0;
}
.info-label__note-item {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.info-label__access-list {
  padding: 0;
  margin: 0;
}
.info-label__access-item {
  padding: 0;
  margin: 0;
  font-size: 14px;
  list-style-type: none;
}
@media (min-width: 768px) {
  .info-label__access-item {
    font-size: 16px;
  }
}

small {
  display: block;
  font-size: 13px;
  color: #8c8c8c;
}

.is-right-text {
  text-align: right;
}

.zen-ohenro {
  margin-top: 32px;
}
.zen-ohenro__item {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
  padding-top: 24px;
  padding-bottom: 48px;
  border-top: 1px solid #d4d4d4;
}
.zen-ohenro__item h3 {
  padding: 0;
  margin: 0;
}
@media (min-width: 768px) {
  .zen-ohenro__item h3 br {
    display: none;
  }
}
.zen-ohenro__inner {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}
@media (min-width: 768px) {
  .zen-ohenro__inner {
    grid-template-columns: 0.4fr 0.6fr;
    gap: 32px;
  }
}
.zen-ohenro__figure {
  padding: 0;
  margin: 0;
}
.zen-ohenro__button {
  margin-top: 24px;
}
@media (min-width: 768px) {
  .zen-ohenro__button {
    width: 320px;
  }
}
.zen-ohenro__button span {
  font-size: 14px;
}
@media (min-width: 768px) {
  .zen-ohenro__button span {
    font-size: 16px;
  }
}

.page-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  display: grid;
  grid-template-columns: auto auto;
  align-items: center;
  padding: 8px 16px;
  background: #fff;
  transition: transform 0.25s ease;
}
.page-header.is-hidden {
  transform: translateY(-100%);
}
.page-header.is-shadow {
  border-radius: 0;
  box-shadow: 0 6px 13px -12px #777;
}
@media (min-width: 768px) {
  .page-header {
    align-items: end;
    padding: 18px 24px;
  }
}
.page-header__logo {
  width: fit-content;
}
.page-header__logo-figure {
  max-width: 130px;
  padding: 0;
  margin: 0;
}
@media (min-width: 1024px) {
  .page-header__logo-figure {
    max-width: 180px;
  }
}
.page-header__nav-link {
  position: relative;
  display: inline-block;
  text-decoration: none;
}
.page-header__nav-link::after {
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 100%;
  height: 2px;
  content: "";
  background: #d3992c;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: transform 0.3s;
}
.page-header__nav-link:hover::after {
  transform: scale(1, 1);
}
.page-header__nav-desktop {
  display: none;
}
@media (min-width: 768px) {
  .page-header__nav-desktop {
    display: block;
  }
}
.page-header__nav-mobile {
  display: block;
}
@media (min-width: 768px) {
  .page-header__nav-mobile {
    display: none;
  }
}

.footer {
  padding: 18px 24px;
  background: #463437;
}
.footer__copy {
  padding: 0;
  margin: 0;
  font-size: 0.875rem;
  color: #fff;
}

.footer-public {
  margin-top: 48px;
}
.footer-public__member {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 480px;
  margin-bottom: 24px;
  background-image: url("/assets/images/common/footer-image-desktop.jpg");
  background-repeat: no-repeat;
  background-position: 52% 10%;
  background-size: auto 480px;
}
@media (min-width: 1024px) {
  .footer-public__member {
    align-items: normal;
    background-position: center;
    background-size: cover;
  }
}
.footer-public__heading {
  box-sizing: border-box;
  width: 100%;
  max-width: 1200px;
  padding: 0 16px;
  margin: 40px auto;
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: center;
  padding: 16px 8px;
  margin-top: 0;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .footer-public__heading {
    align-items: flex-start;
    padding: 32px 24px 16px;
  }
}
.footer-public__heading-title {
  display: flex;
  flex-direction: column;
  gap: 11px;
  text-shadow: 2px 3px 3px rgba(0, 0, 0, 0.4);
}
@media (min-width: 1024px) {
  .footer-public__heading-title {
    gap: 16px;
    width: 100%;
  }
}
.footer-public__heading-title .page-title-main__text {
  color: #fff;
}
.footer-public__heading-read {
  padding: 8px 16px;
  margin: 0;
  color: #3b4043;
  background: rgba(245, 247, 249, 0.8);
  border: 1px solid #d3992c;
  border-radius: 10px;
}
@media (min-width: 768px) {
  .footer-public__heading-read {
    padding: 8px 16px;
  }
}
.footer-public__heading-read h3 {
  padding: 0 0 8px;
  margin: 0;
  color: #d3992c;
}
.footer-public__heading-read ul {
  padding: 0;
  margin: 0;
}
.footer-public__heading-read li {
  padding: 0;
  margin: 0;
  font-size: 14px;
  font-weight: bold;
  list-style-type: none;
}
@media (min-width: 768px) {
  .footer-public__heading-read li {
    font-size: 14px;
  }
}
.footer-public__heading-read br {
  display: none;
}
@media (min-width: 1024px) {
  .footer-public__heading-read {
    width: 60%;
    text-align: left;
  }
  .footer-public__heading-read br {
    display: block;
  }
}
.footer-public__login {
  box-sizing: border-box;
  width: 100%;
  max-width: 1200px;
  padding: 0 16px;
  margin: 40px auto;
  width: auto;
  margin-top: 0;
  margin-bottom: 0;
}
@media (min-width: 1024px) {
  .footer-public__login {
    width: 100%;
  }
}
.footer-public__login:hover .footer-public__bubble {
  transform: translateY(-3px);
}
.footer-public__bubble {
  position: relative;
  top: 1px;
  left: 24px;
  display: inline-block;
  padding: 8px 16px;
  font-size: 14px;
  color: #9f1627;
  background-color: #fff;
  border: 2px solid #9f1627;
  border-radius: 14px;
}
.footer-public__bubble::before {
  position: absolute;
  bottom: 0;
  left: 11%;
  content: "";
  border-color: #9f1627 transparent transparent;
  border-style: solid;
  border-width: 20px 10px 0;
  translate: -50% 100%;
}
.footer-public__bubble::after {
  position: absolute;
  bottom: 1px;
  left: 11%;
  content: "";
  border-color: #fff transparent transparent;
  border-style: solid;
  border-width: 15.5px 7.8px 0;
  translate: -50% 100%;
}
.footer-public__bubble-text {
  padding: 0;
  margin: 0;
  color: #9f1627;
}
.footer-public__global-nav {
  box-sizing: border-box;
  width: 100%;
  max-width: 1200px;
  padding: 0 16px;
  margin: 40px auto;
  display: grid;
  grid-template: "logo" auto "nav" auto "button" auto/1fr;
  gap: 16px;
  margin-bottom: 24px;
}
@media (min-width: 1024px) {
  .footer-public__global-nav {
    grid-template: "logo logo" auto "nav button" auto/auto 1fr;
    align-items: center;
  }
}
.footer-public__global-nav-logo-link {
  grid-area: logo;
}
.footer-public__global-nav-logo {
  max-width: 130px;
  padding: 0;
  margin: 0;
}
.footer-public__global-nav-list {
  display: grid;
  grid-area: nav;
  grid-template-columns: repeat(3, auto);
  gap: 12px;
  padding: 0;
  margin: 0;
}
@media (min-width: 1024px) {
  .footer-public__global-nav-list {
    grid-template-columns: repeat(6, auto);
    gap: 16px;
    width: fit-content;
  }
}
.footer-public__global-nav-item {
  display: inline-block;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.footer-public__global-nav-link {
  font-size: 14px;
  color: #3b4043;
}
.footer-public__global-nav-button {
  grid-area: button;
  width: 100%;
  margin: 0 auto;
}
@media (min-width: 1024px) {
  .footer-public__global-nav-button {
    width: 180px;
    margin: 0;
  }
}
.footer-public__wrapper {
  padding: 12px 0 8px;
  background: #463437;
}
.footer-public__inner {
  box-sizing: border-box;
  width: 100%;
  max-width: 1200px;
  padding: 0 16px;
  margin: 40px auto;
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
  margin-top: 0;
  margin-bottom: 0;
}
.footer-public__copy {
  display: flex;
  justify-content: center;
}
.footer-public__copy-text {
  padding: 0;
  margin: 0;
  font-size: 13px;
  color: #fff;
  font-family: "Futura Medium Italic", Futura, "Hiragino Kaku Gothic ProN", "Noto Sans JP", sans-serif;
}
.footer-public__nav-list {
  display: grid;
  grid-template-columns: repeat(3, auto);
  padding: 0;
  margin: 0;
}
@media (min-width: 1024px) {
  .footer-public__nav-list {
    grid-auto-flow: column;
    gap: 16px;
    justify-content: start;
  }
}
.footer-public__nav-item {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
@media (min-width: 1024px) {
  .footer-public__nav-item {
    width: fit-content;
  }
}
.footer-public__nav-link {
  font-size: 13px;
  color: #fff;
}
.footer-public__nav-link:hover {
  opacity: 0.7;
}

.is-mobile {
  display: block;
}
@media (min-width: 1024px) {
  .is-mobile {
    display: none;
  }
}

.is-desktop {
  display: none;
}
@media (min-width: 1024px) {
  .is-desktop {
    display: block;
  }
}

.nav-desktop__controls-list {
  display: flex;
  flex-direction: row;
  gap: 24px;
  justify-content: flex-end;
  padding: 0 0 10px;
  margin: 0;
}
.nav-desktop__controls-item {
  list-style-type: none;
}
.nav-desktop__controls-link {
  display: flex;
  gap: 8px;
  font-size: 13px;
}
.nav-desktop__controls-link:hover {
  opacity: 0.7;
}
.nav-desktop__nav-list {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
  padding: 0;
  margin: 0;
}
.nav-desktop__nav-item {
  position: relative;
  display: flex;
  gap: 8px;
  align-items: center;
  padding: 0 16px;
  color: #9f1627;
  list-style-type: none;
}
.nav-desktop__nav-item:last-of-type {
  padding-right: 0;
}
@media (min-width: 768px) {
  .nav-desktop__nav-item:not(:last-of-type) {
    border-right: 1px solid #5d5d5d;
  }
}
.nav-desktop__nav-item.is-public {
  border-right: none;
}
.nav-desktop__nav-item.is-public .nav-desktop__nav-link {
  color: #3b4043;
}
.nav-desktop__nav-item.is-public.is-active .nav-desktop__nav-link {
  color: #d3992c;
}
.nav-desktop__nav-link {
  position: relative;
  display: flex;
  gap: 8px;
  font-size: clamp(0.8125rem, 0.7556818182rem + 0.2424242424vw, 0.9375rem);
  text-decoration: none;
}
.nav-desktop__nav-link::after {
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 100%;
  height: 2px;
  content: "";
  background: #d3992c;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: transform 0.3s;
}
.nav-desktop__nav-link:hover::after {
  transform: scale(1, 1);
}

.nav-mobile__controls-list {
  display: flex;
  flex-direction: row;
  gap: 8px;
  align-items: center;
  justify-content: flex-end;
  padding: 0;
  margin: 0;
}
.nav-mobile__controls-item {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.nav-mobile__hamburger {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 40px;
  padding: 0;
  appearance: none;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-tap-highlight-color: transparent;
}
.nav-mobile__hamburger span {
  position: absolute;
  left: 50%;
  width: 24px;
  height: 2px;
  background: #9f1627;
  border-radius: 999px;
  transform: translateX(-50%);
  transition: transform 0.25s ease, top 0.25s ease, opacity 0.2s ease, width 0.25s ease;
}
.nav-mobile__hamburger span:nth-child(1) {
  top: 15px;
}
.nav-mobile__hamburger span:nth-child(2) {
  top: 21px;
}
.nav-mobile__hamburger span:nth-child(3) {
  top: 27px;
}
.nav-mobile__hamburger:hover {
  opacity: 0.85;
}
.nav-mobile__hamburger:focus-visible {
  outline: 2px solid #d3992c;
  outline-offset: 3px;
  border-radius: 10px;
}
.nav-mobile__hamburger.is-active span:nth-child(1) {
  top: 21px;
  transform: translateX(-50%) rotate(45deg);
}
.nav-mobile__hamburger.is-active span:nth-child(2) {
  width: 0;
  opacity: 0;
}
.nav-mobile__hamburger.is-active span:nth-child(3) {
  top: 21px;
  transform: translateX(-50%) rotate(-45deg);
}
.nav-mobile__drawer {
  position: fixed;
  inset: 0;
  z-index: 1000;
  pointer-events: none;
  background: rgba(0, 0, 0, 0.35);
  opacity: 0;
  transition: opacity 0.25s ease;
}
.nav-mobile__drawer.is-open {
  pointer-events: auto;
  opacity: 1;
}
.nav-mobile__panel {
  position: fixed;
  inset: 0;
  display: flex;
  flex-direction: column;
  gap: 32px;
  height: 100dvh;
  overflow-y: auto;
  background: #fff;
  /* アニメーション */
  opacity: 0;
  transform: translateY(-80%);
  transition: transform 0.45s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.25s ease;
}
.nav-mobile__heading {
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  align-items: center;
  height: 78px;
  padding: 16px;
}
.nav-mobile__logo {
  max-width: 130px;
  padding: 0;
  margin: 0;
}
.nav-mobile__log-out {
  width: 300px;
  height: 50px;
  margin: 0 auto;
}
.nav-mobile__drawer.is-open .nav-mobile__panel {
  opacity: 1;
  transform: translateY(0);
}
.nav-mobile__close {
  position: absolute;
  top: 14px;
  right: 24px;
  font-size: 26px;
  background: none;
  border: 0;
}
.nav-mobile__login {
  display: flex;
  gap: 12px;
  align-items: center;
  justify-content: space-between;
  padding: 14px 18px;
  margin-top: 48px;
  margin-bottom: 20px;
  font-weight: 600;
  color: #fff;
  text-decoration: none;
  background: #b40000;
  border-radius: 999px;
}
.nav-mobile__login img {
  width: 18px;
}
.nav-mobile__login .arrow {
  margin-left: auto;
}
.nav-mobile__nav-list {
  padding: 0 16px;
  margin: 0;
  list-style: none;
}
.nav-mobile__nav-item {
  border-top: 1px solid #eaeaea;
}
.nav-mobile__nav-item:last-of-type {
  border-bottom: 1px solid #eaeaea;
}
.nav-mobile__nav-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 24px 16px;
  color: #333;
  text-decoration: none;
}
.nav-mobile__nav-link::after {
  box-sizing: border-box;
  display: inline-block;
  width: 8px;
  height: 8px;
  line-height: 1;
  vertical-align: middle;
  color: #333;
  color: #d3992c;
  content: "";
  border: 0.1em solid currentcolor;
  border-bottom: 0;
  border-left: 0;
  transform: translateX(-25%) rotate(45deg);
}

/*# sourceMappingURL=style.css.map */
