@charset "UTF-8";
/*//////////////////////////////////////////////////////////

Copyright (C) apricot-design All Rights Reserved.
------------------------------------------------------------
CSS information
 file name  :  reset.css
 style info :  リセットファイル
 admin info :  apricot-design

//////////////////////////////////////////////////////////*/
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
  display: block;
}

audio[controls], canvas, video {
  display: inline-block;
  *display: inline;
  zoom: 1;
}

html {
  overflow-y: scroll;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body, div, dl, dt, dd, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td, ul {
  margin: 0;
  padding: 0;
}

body, button, input, select, textarea {
  font-family: inherit;
  font-size: 100%;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b, strong {
  font-weight: bold;
}

blockquote {
  margin: 1em 40px;
}

dfn {
  font-style: italic;
}

mark {
  background: #ff0;
  color: #000;
}

pre, code, kbd, samp {
  font-family: monospace, monospace;
  _font-family: "courier new", monospace;
  font-size: 1em;
}

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

q {
  quotes: none;
}
q:before, q:after {
  content: "";
  content: none;
}

small {
  font-size: inherit;
}

sub {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

ul, ol {
  margin: 0;
  padding: 0;
}

dd {
  margin: 0px;
}

nav ul, nav ol {
  list-style: none;
}

img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}

svg:not(:root) {
  overflow: hidden;
}

figure, form {
  margin: 0;
}

fieldset {
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  *margin-left: -7px;
}

button, input, select, textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}

button, input {
  line-height: normal;
  *overflow: visible;
}

button {
  cursor: pointer;
  -webkit-appearance: button;
}

input[type=button], input[type=reset], input[type=submit] {
  cursor: pointer;
  -webkit-appearance: button;
}
input[type=checkbox], input[type=radio] {
  box-sizing: border-box;
}
input[type=search] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  font-size: 100%;
}

img, abbr, acronym, fieldset {
  border: 0;
}

li {
  list-style: none;
}

/*画像を縦に並べた時に余白が出ないように*/
img {
  vertical-align: top;
  font-size: 0;
  line-height: 0;
}

/*box-sizingを全ブラウザに対応*/
* {
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
*:before, *:after {
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

.ie6_error, .no_script {
  background: #F66;
  padding: 100px;
  text-align: center;
  font-size: 150%;
  color: #333;
}

.flt {
  float: left;
}

.flr {
  float: right;
}

.txt_l, td.txt_l, .txt_l td {
  text-align: left;
}

.txt_r, td.txt_r, .txt_r td {
  text-align: right;
}

.txt_c, td.txt_c, .txt_c td {
  text-align: center;
}

.valign_t, td.valign_t, .valign_t td {
  vertical-align: top;
}

.valign_m, td.valign_m, .valign_m td {
  vertical-align: middle;
}

.valign_b, td.valign_b, .valign_b td {
  vertical-align: bottom;
}

.clear {
  clear: both;
}

.clearfix:before {
  content: "";
  display: block;
}
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}
.clearfix {
  zoom: 1;
}

.img_bd {
  border: solid 1px #E8E8E8;
}

.c_red {
  color: #FF3425;
}

.mincho {
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

.gothic {
  font-family: "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
}

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

@keyframes fade_in {
  100% {
    transform: translate(0, 0);
    opacity: 1;
  }
}
[class^=fade_anim] {
  opacity: 0;
}
[class^=fade_anim].ignition {
  animation: fade_in 1s ease-out forwards;
}

.fade_anim.ignition {
  animation: fade_in 1s ease-in forwards;
}

.fade_anim_bottom {
  transform: translate(0, 60px);
}

.fade_anim_left {
  transform: translate(-40px, 0);
}

.fade_anim_right {
  transform: translate(60px, 0);
}

html {
  width: 100%;
}

body {
  font: 400 16px/1.5 "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  text-align: left;
}

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

a {
  text-decoration: none;
  color: inherit;
  transition: 0.3s;
}
a:link, a:active, a:visited {
  text-decoration: none;
}

picture {
  display: block;
}
picture img {
  display: block;
  width: 100%;
}

.add_ttl {
  border-left: 3px solid #fff;
  margin-bottom: 1em;
  padding-left: 0.5em;
  line-height: 1.6;
  font-size: 1.5em;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .add_ttl {
    font-size: 1.3em;
  }
}

.add_ttl_02 {
  position: relative;
  padding-left: 1.4em;
  margin-bottom: 0.5em;
  line-height: 1.6;
  font-size: 1.3em;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .add_ttl_02 {
    font-size: 1.2em;
  }
}
.add_ttl_02:before {
  position: absolute;
  content: "●";
  left: 0;
  top: 0;
  color: #fff;
}

a.add_link {
  text-decoration: underline;
}
a.add_link:hover {
  opacity: 0.5;
}

.html {
  scroll-behavior: smooth;
  scroll-padding-top: 160px;
}
@media screen and (max-width: 767px) {
  .html {
    scroll-padding-top: 80px;
  }
}

#l__container_wrap {
  overflow: hidden;
  position: relative;
}

#l__container {
  padding-top: 160px;
}
@media screen and (max-width: 767px) {
  #l__container {
    padding-top: 80px;
  }
}

.section_wrap {
  padding: 6em 0 7.5em;
}
@media screen and (max-width: 767px) {
  .section_wrap {
    padding: 3.75em 0 7.5em;
  }
}

.opacity {
  transition: 0.3s;
}
.opacity:hover {
  opacity: 0.7;
}

img {
  max-width: 100%;
  height: auto;
}
img[src$=".svg"] {
  max-width: 100%;
  width: unset;
  height: auto;
}

.img_only {
  display: block;
}
.img_only img {
  display: block;
  width: 100%;
  max-width: unset;
}

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

@media screen and (min-width: 768px) {
  .sp {
    display: none !important;
  }
}

.inner, .splide, .inner_l, .inner_s {
  width: 100%;
  max-width: calc(1120px + clamp(50px, 5.5vw, 80px) * 2);
  padding: 0 clamp(50px, 5.5vw, 80px);
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .inner, .splide, .inner_l, .inner_s {
    padding: 0 5.3vw;
  }
}

.inner_s {
  max-width: calc(960px + clamp(50px, 5.5vw, 80px) * 2);
}

.inner_l {
  max-width: calc(1280px + clamp(50px, 5.5vw, 80px) * 2);
}

body {
  background-color: #000;
  color: #fff;
}
body:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: url(../images/bg_body.jpg) no-repeat top center/cover;
}

.ttl_cmn_01 {
  font-size: 2.5em;
  text-align: center;
  background: url(../images/icon_star.svg) no-repeat center top/1.05em;
  padding: 1em 0 0;
  margin: 0 0 1.25em;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .ttl_cmn_01 {
    font-size: 2em;
  }
}

.ttl_cmn_page {
  font-size: 2.5em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .ttl_cmn_page {
    font-size: 2em;
  }
}

#hbm_btn {
  z-index: 2;
  position: absolute;
  top: 50%;
  right: clamp(50px, 5.5vw, 80px);
  transform: translateY(-50%);
  background: none;
  border: none;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 52px;
  height: 52px;
}
@media screen and (max-width: 767px) {
  #hbm_btn {
    right: 5.3vw;
  }
}
#hbm_btn .box {
  position: relative;
  display: block;
  width: 100%;
  height: 23px;
}
#hbm_btn .bar {
  display: block;
  width: 100%;
  height: 1px;
  background-color: #fff;
  position: absolute;
  left: 0;
  top: 0;
}
#hbm_btn .bar:nth-child(1) {
  top: 0;
}
#hbm_btn .bar:nth-child(2) {
  top: 50%;
}
#hbm_btn .bar:nth-child(3) {
  top: 100%;
}
#hbm_btn .bar {
  transition: 0.5s;
}
#hbm_btn.is-active .bar:nth-child(1) {
  top: 50%;
  transform: rotate(150deg);
}
#hbm_btn.is-active .bar:nth-child(2) {
  top: 50%;
  transform: rotateY(90deg);
}
#hbm_btn.is-active .bar:nth-child(3) {
  top: 50%;
  transform: rotate(-150deg);
}

.btn_viewmore, .link_calender {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  border: 1px solid #fff;
  margin: 0 auto;
  width: clamp(280px, 100%, 340px);
  height: 80px;
}
@media screen and (max-width: 767px) {
  .btn_viewmore, .link_calender {
    height: 60px;
  }
}
.btn_viewmore, .link_calender {
  position: relative;
}
.btn_viewmore:after, .link_calender:after {
  content: "";
  display: block;
  width: 20px;
  aspect-ratio: 1/1;
  background: url(../images/arrow_right_01.svg) no-repeat center/contain;
  position: absolute;
  top: 50%;
  right: 2em;
  transform: translateY(-50%);
  transition: right 0.3s;
}
.btn_viewmore:hover, .link_calender:hover {
  background-color: rgba(0, 0, 0, 0.7);
  backdrop-filter: blur(10px);
}
.btn_viewmore:hover:after, .link_calender:hover:after {
  right: 1.5em;
}

.link_calender {
  padding-right: 2em;
}
.link_calender:before {
  content: "";
  display: block;
  width: 23px;
  aspect-ratio: 23/29;
  flex-shrink: 0;
  background: url(../images/icon_pdf.svg) no-repeat center/contain;
  margin: 0 0.75em 0 0;
}

.link_pamphlet {
  margin-top: 3.75em;
}
@media screen and (max-width: 767px) {
  .link_pamphlet {
    margin-top: 2.5em;
  }
}

.btn_reservation {
  margin-top: 5em;
}

.btn_cmn_cidery {
  display: block;
  width: 100%;
  padding: 0.8125em 2.5em;
  border: 1px solid #fff;
  text-align: center;
  position: relative;
}

.btn_cmn_cidery:after {
  content: "";
  display: block;
  width: 20px;
  aspect-ratio: 1/1;
  background: url(../images/arrow_right_01.svg) no-repeat center/contain;
  position: absolute;
  top: calc(50% - 10px);
  right: 1em;
  transition: right 0.3s;
}

.btn_cmn_cidery:hover {
  background-color: #000;
}

.btn_cmn_cidery:hover:after {
  right: 0.75em;
}

.list_kome li {
  padding-left: 1em;
  text-indent: -1em;
}

.list_kome li::before {
  content: "※";
}

.list_dot li {
  padding-left: 1em;
  text-indent: -1em;
}

.list_dot li::before {
  content: "・";
}

.list_news {
  margin: 0 0 3.75em;
}
.list_news li {
  border-bottom: 1px solid #fff;
}
.list_news li:first-child {
  border-top: 1px solid #fff;
}

.dlist_sponsor .group {
  display: flex;
  align-items: baseline;
  gap: 1em;
  font-size: 0.875em;
}
.dlist_sponsor .group dt {
  flex-shrink: 0;
}

.list_about_img {
  display: flex;
  gap: 2%;
}
.list_about_img li {
  width: 100%;
}

.dlist_about {
  max-width: -moz-max-content;
  max-width: max-content;
  margin: 0 auto 4.5em;
}
.dlist_about .group:not(:last-child) {
  margin-bottom: 0.5em;
}
@media screen and (max-width: 767px) {
  .dlist_about .group:not(:last-child) {
    margin-bottom: 2em;
  }
}
.dlist_about .group {
  display: flex;
  align-items: center;
  gap: 1.5em;
}
@media screen and (max-width: 767px) {
  .dlist_about .group {
    flex-direction: column;
    justify-content: center;
    gap: 0.75em;
  }
}
.dlist_about .group dt {
  font-size: 1.125em;
  padding: 0.25em 1em;
  border: 1px solid #fff;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .dlist_about .group dt {
    font-size: 1em;
  }
}
.dlist_about .group dd {
  flex-grow: 1;
  font-size: 1.5em;
}
@media screen and (max-width: 767px) {
  .dlist_about .group dd {
    font-size: 1.25em;
  }
}
.dlist_about .group .from {
  display: inline-block;
  font-weight: 700;
}
.dlist_about .group .to {
  display: inline-block;
  padding-left: 70px;
  position: relative;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .dlist_about .group .to {
    padding-left: 30px;
  }
}
.dlist_about .group .to:before {
  content: "";
  display: inline-block;
  width: 50px;
  height: 3px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 10px;
}
@media screen and (max-width: 767px) {
  .dlist_about .group .to:before {
    width: 20px;
    height: 2px;
    left: 5px;
  }
}
.dlist_about .group .large {
  font-size: 3.75rem;
  font-weight: 700;
  margin: 0 0.125em;
}
@media screen and (max-width: 767px) {
  .dlist_about .group .large {
    font-size: 2rem;
  }
}

.list_goods {
  display: flex;
  flex-wrap: wrap;
  gap: 3.625em 6%;
  margin-bottom: 3.75em;
}
.list_goods li {
  width: 47%;
}
@media screen and (max-width: 767px) {
  .list_goods li {
    width: 100%;
  }
}

.list_store {
  display: flex;
  flex-wrap: wrap;
  gap: 3.75em 2%;
}
@media screen and (max-width: 767px) {
  .list_store {
    padding-left: 5.3vw;
    padding-right: 5.3vw;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) {
  .list_store {
    padding-left: clamp(50px, 5.5vw, 80px);
    padding-right: clamp(50px, 5.5vw, 80px);
  }
}
.list_store li {
  width: 32%;
}
@media screen and (max-width: 767px) {
  .list_store li {
    width: 100%;
  }
}

.list_onsen {
  display: flex;
  flex-wrap: wrap;
  gap: 3.75em 2%;
}
.list_onsen li {
  width: 32%;
}
@media screen and (max-width: 767px) {
  .list_onsen li {
    width: 100%;
  }
}

.card_news a {
  display: flex;
  align-items: center;
  gap: 1em;
  padding: 1.25em 1.5em;
}
@media screen and (max-width: 767px) {
  .card_news a {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.5em;
    padding: 1em 3em 1em 0;
  }
}
.card_news a .date {
  font-size: 1.125em;
  width: 100px;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .card_news a .date {
    font-size: 0.75em;
  }
}
.card_news a .ttl {
  flex-grow: 1;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.card_news a .more {
  display: block;
  flex-shrink: 0;
  padding: 0 2em 0 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .card_news a .more {
    margin-left: auto;
  }
}
.card_news a .more:after {
  content: "";
  display: block;
  width: 20px;
  aspect-ratio: 1/1;
  background: url(../images/arrow_right_01.svg) no-repeat center/contain;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-8px);
  transition: right 0.3s;
}
.card_news a:hover {
  background-color: rgba(0, 0, 0, 0.7);
  backdrop-filter: blur(10px);
}
.card_news a:hover .more:after {
  right: -0.5em;
}
@media screen and (max-width: 767px) {
  .card_news a {
    position: relative;
  }
  .card_news a:after {
    content: "";
    display: block;
    width: 20px;
    aspect-ratio: 1/1;
    background: url(../images/arrow_right_01.svg) no-repeat center/contain;
    position: absolute;
    top: 50%;
    right: 1em;
    transform: translateY(-8px);
    transition: right 0.3s;
  }
  .card_news a:hover:after {
    right: 0.25em;
  }
}

.card_goods .image {
  width: 100%;
  aspect-ratio: 450/300;
}
.card_goods .image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.card_goods .box_flex {
  display: flex;
  align-items: baseline;
  gap: 1em;
  padding-top: 1.75em;
}
@media screen and (max-width: 767px) {
  .card_goods .box_flex {
    display: block;
    padding-top: 1em;
  }
}
.card_goods .box_flex .name {
  font-size: 1.5em;
  letter-spacing: 0.1em;
  flex-grow: 1;
}
.card_goods .box_flex .name small {
  font-size: 0.75em;
}
@media screen and (max-width: 767px) {
  .card_goods .box_flex .name {
    font-size: 1.125em;
  }
}
.card_goods .box_flex .price {
  font-size: 1.125em;
  letter-spacing: 0.1em;
  width: -moz-max-content;
  width: max-content;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .card_goods .box_flex .price {
    margin-left: auto;
    font-size: 1em;
  }
}

.card_pickup {
  display: block;
}
.card_pickup .image {
  display: block;
  aspect-ratio: 350/250;
  overflow: hidden;
}
.card_pickup .image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.5s;
}
.card_pickup .ttl {
  font-size: 1.5em;
  font-weight: 700;
  line-height: 1.6;
  margin: 0.5em 0;
}
@media screen and (max-width: 767px) {
  .card_pickup .ttl {
    font-size: 1.125em;
  }
}
.card_pickup .descr {
  letter-spacing: 0.1em;
}
.card_pickup:hover .image img {
  transform: scale(1.1);
}

.card_store {
  display: block;
}
.card_store.no-link {
  pointer-events: none !important;
}
.card_store .image {
  display: block;
  aspect-ratio: 350/250;
  overflow: hidden;
}
.card_store .image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.5s;
}
.card_store .ttl {
  font-size: 1.5em;
  font-weight: 700;
  line-height: 1.6;
  margin: 0.5em 0;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .card_store .ttl {
    font-size: 1.25em;
  }
}
.card_store .descr {
  letter-spacing: 0.1em;
}
.card_store .dlist_store {
  margin-top: 1em;
}
.card_store .dlist_store .group {
  display: flex;
  align-items: baseline;
  gap: 1em;
}
.card_store .dlist_store .group:not(:last-of-type) {
  margin-bottom: 0.75em;
}
.card_store .dlist_store dt {
  border: 1px solid #fff;
  min-width: 90px;
  text-align: center;
}
.card_store:hover .image img {
  transform: scale(1.1);
}

.card_onsen .image {
  display: block;
  aspect-ratio: 350/250;
  overflow: hidden;
}
.card_onsen .image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.5s;
}
.card_onsen .ttl {
  font-size: 1.5em;
  font-weight: 700;
  line-height: 1.6;
  margin: 0.5em 0;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .card_onsen .ttl {
    font-size: 1.25em;
  }
}
.card_onsen .descr {
  letter-spacing: 0.1em;
}
.card_onsen .link_website {
  display: block;
  width: 100%;
  padding: 0.5em;
  border: 1px solid #fff;
  margin-top: 2em;
  text-align: center;
  position: relative;
}
.card_onsen .link_website:after {
  content: "";
  display: block;
  width: 20px;
  aspect-ratio: 1/1;
  background: url(../images/arrow_right_01.svg) no-repeat center/contain;
  position: absolute;
  top: 50%;
  right: 1em;
  transform: translateY(-50%);
  transition: right 0.3s;
}
.card_onsen .link_website:hover {
  background-color: rgba(0, 0, 0, 0.7);
  backdrop-filter: blur(10px);
}
.card_onsen .link_website:hover:after {
  right: 0.5em;
}

.splide__arrow {
  display: block;
  width: 32px;
  aspect-ratio: 1/1;
  background: url(../images/arrow_right_01.svg) no-repeat center/contain;
  border: none;
}
.splide__arrow--prev {
  transform: rotateY(180deg);
}
@media screen and (max-width: 767px) {
  .splide__arrow--prev {
    left: -0.7em;
  }
}
@media screen and (max-width: 767px) {
  .splide__arrow--next {
    right: -0.7em;
  }
}
.splide__arrow svg {
  display: none;
}
.splide__arrow:disabled {
  display: none;
}

.coming-soon {
  text-align: center;
  font-size: 1.25em;
  font-weight: 700;
}

#gnavi {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(10px);
  padding: 0 8% 0 2%;
  transform: translateX(100%);
  transition: transform 0.5s;
}
#gnavi.is-active {
  transform: translate(0);
}
#gnavi nav {
  margin: 160px 0;
}
@media screen and (max-width: 767px) {
  #gnavi nav {
    margin: 120px 0;
  }
}
#gnavi nav ul li {
  margin-bottom: 0.75em;
}
#gnavi nav ul li a {
  padding-left: 2em;
  position: relative;
}
#gnavi nav ul li a:before {
  content: "";
  display: block;
  width: 2em;
  aspect-ratio: 1/1;
  background: url(../images/icon_star.svg) no-repeat center top/contain;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  opacity: 0;
}
#gnavi nav ul li a.current:before, #gnavi nav ul li a:hover:before {
  opacity: 1;
}
#gnavi .archive {
  margin-top: 2.5rem;
}
#gnavi .archive > p {
  margin-bottom: 0.75rem;
}

.breadcrumb {
  padding: 1em 0 0;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .breadcrumb {
    font-size: 0.75em;
  }
}

.navigation.pagination .nav-links {
  text-align: right;
}
.navigation.pagination .nav-links .page-numbers {
  display: inline-block;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 1.5em;
  aspect-ratio: 2/2.5;
  border-bottom: 1px solid transparent;
  margin-left: 0.5em;
}
.navigation.pagination .nav-links .page-numbers.current {
  border-color: #fff;
}

.loading {
  position: fixed;
}

.l-header {
  height: 160px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  z-index: 1;
  top: 0;
  width: 100%;
  background: linear-gradient(180deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
  padding-left: 5.3vw;
  padding-right: 5.3vw;
}
@media screen and (min-width: 768px) {
  .l-header {
    padding-left: clamp(50px, 5.5vw, 80px);
    padding-right: clamp(50px, 5.5vw, 80px);
  }
}
@media screen and (max-width: 767px) {
  .l-header {
    height: 80px;
    justify-content: flex-start;
  }
  .l-header .header_logo {
    height: 75%;
  }
  .l-header .header_logo a {
    display: block;
    height: 100%;
  }
  .l-header .header_logo a img {
    height: 100%;
    width: auto;
  }
}

#footer .content {
  display: flex;
  gap: 7%;
}
@media screen and (max-width: 767px) {
  #footer .content {
    flex-direction: column;
    gap: 1.5em;
  }
}
#footer .content > div {
  width: 100%;
}
#footer .content > div.box_right p {
  font-size: 0.875rem;
  margin-bottom: 1em;
}
#footer .logo {
  margin-bottom: 1em;
}
#footer .name {
  font-size: 1.125em;
  letter-spacing: 0.1em;
  margin-bottom: 1em;
}
#footer address {
  font-size: 1.125em;
  letter-spacing: 0.1em;
}
#footer .copyright {
  text-align: center;
  font-size: 0.875em;
  padding: 2.5em 0;
}

.home .sec_lead,
.home .sec_top_topics {
  margin: 0 0 7.5em;
}
@media screen and (max-width: 767px) {
  .home .sec_lead,
  .home .sec_top_topics {
    margin-bottom: 5em;
  }
}
.home .sec_lead {
  padding-top: 1.5em;
}
.home .sec_lead h2 {
  font-size: 1.5em;
  text-align: center;
  line-height: 1.6;
  margin: 0 0 1em;
}
.home .sec_lead p {
  text-align: center;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .home .sec_lead p {
    text-align: left;
  }
}

.page_header .ttl_cmn_page + p {
  text-align: center;
  margin-top: 2em;
  line-height: 1.8;
}

.page-sparkle .sec_about,
.page-sparkle .sec_description {
  margin-bottom: 7em;
}
@media screen and (max-width: 767px) {
  .page-sparkle .sec_about,
  .page-sparkle .sec_description {
    margin-bottom: 5em;
  }
}
.page-sparkle .sec_about {
  padding-top: 4.5em;
}
@media screen and (max-width: 767px) {
  .page-sparkle .sec_about {
    padding-top: 3.75em;
  }
}
.page-sparkle .sec_description h2 {
  font-size: 1.5em;
  font-weight: 700;
  text-align: center;
  margin-bottom: 1em;
}
.page-sparkle .sec_description h2 + p {
  text-align: center;
  line-height: 1.8;
}
.page-sparkle .sec_map {
  margin-bottom: 4.5em;
}
@media screen and (max-width: 767px) {
  .page-sparkle .sec_map {
    margin-bottom: 3.75em;
  }
  .page-sparkle .sec_map .js-scrollable {
    margin-left: min((50vw - 50%) * -1, 0px);
    margin-right: min((50vw - 50%) * -1, 0px);
  }
  .page-sparkle .sec_map .map {
    width: 560px;
    max-width: unset;
  }
}

.page-goods .page_header {
  margin-bottom: 7.5em;
}
@media screen and (max-width: 767px) {
  .page-goods .page_header {
    margin-bottom: 3.75em;
  }
}
.page-goods .list_kome li:last-child {
  margin-top: 1.5em;
}

.page-menu .page_header {
  margin-bottom: 7.5em;
}
@media screen and (max-width: 767px) {
  .page-menu .page_header {
    margin-bottom: 3.75em;
  }
}

.sec_pickup {
  margin-bottom: 7.5em;
}
@media screen and (max-width: 767px) {
  .sec_pickup {
    margin-bottom: 3.75em;
  }
}

.page-plan .page_header,
.page-campaign .page_header {
  margin-bottom: 3.75em;
}
.page-plan .sec_detail,
.page-campaign .sec_detail {
  margin: 0 0 7.5em;
}
.page-plan .prize,
.page-campaign .prize {
  margin-top: 7em;
}
.page-plan .prize .large,
.page-campaign .prize .large {
  font-size: 1.25em;
  font-weight: 700;
  margin-bottom: 1.5em;
}
.page-plan .prize .gallery,
.page-campaign .prize .gallery {
  display: flex;
  gap: 3.125%;
}
.page-plan .prize .gallery li,
.page-campaign .prize .gallery li {
  width: 31.25%;
  aspect-ratio: 3/2;
}
.page-plan .prize .gallery li img,
.page-campaign .prize .gallery li img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.page-plan .prize .dlist_prize dt,
.page-campaign .prize .dlist_prize dt {
  font-size: 1.25em;
  font-weight: 700;
  margin: 2em 0 0.5em;
}
.page-plan .prize .dlist_prize dd,
.page-campaign .prize .dlist_prize dd {
  line-height: 1.8em;
}
.page-plan .prize .attention,
.page-campaign .prize .attention {
  margin: 2em 0 3.5em;
}
.page-plan .mt2em,
.page-campaign .mt2em {
  margin-top: 2em;
}
.page-plan .benefits .large,
.page-campaign .benefits .large {
  font-size: 1.25em;
  margin-bottom: 1.75em;
}
.page-plan .benefits .box_flex,
.page-campaign .benefits .box_flex {
  display: flex;
  gap: 3%;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .page-plan .benefits .box_flex,
  .page-campaign .benefits .box_flex {
    display: block;
  }
}
.page-plan .benefits .box_flex .box_image,
.page-campaign .benefits .box_flex .box_image {
  width: 31.25%;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .page-plan .benefits .box_flex .box_image,
  .page-campaign .benefits .box_flex .box_image {
    width: 100%;
    margin-bottom: 1.5em;
  }
}
.page-plan .benefits .box_flex .box_text,
.page-campaign .benefits .box_flex .box_text {
  flex-grow: 1;
}
.page-plan .sec_onsen .about,
.page-campaign .sec_onsen .about {
  margin: 6em 0 0;
}
.page-plan .sec_onsen .about h3,
.page-campaign .sec_onsen .about h3 {
  font-size: 1.5em;
  font-weight: 700;
  margin-bottom: 1em;
  text-align: center;
}
.page-plan .sec_onsen .about h3 + p,
.page-campaign .sec_onsen .about h3 + p {
  text-align: center;
  letter-spacing: 0.1em;
  margin-bottom: 4.5em;
}
.page-plan .sec_onsen .about .bg_parallax,
.page-campaign .sec_onsen .about .bg_parallax {
  margin-left: min((50vw - 50%) * -1, 0px);
  margin-right: min((50vw - 50%) * -1, 0px);
  aspect-ratio: 1440/338;
  background: url(../images/onsen_bg_about_01.jpg) no-repeat center/cover;
}
@media screen and (max-width: 767px) {
  .page-plan .sec_onsen .about .bg_parallax,
  .page-campaign .sec_onsen .about .bg_parallax {
    aspect-ratio: 1500/1000;
  }
}

.dlist_detail > .group:not(:last-of-type) {
  margin-bottom: 5em;
}
.dlist_detail > .group > dt {
  display: flex;
  align-items: center;
  gap: 1.5em;
  margin-bottom: 2em;
}
.dlist_detail > .group > dt span {
  flex-shrink: 0;
  font-size: 1.5em;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .dlist_detail > .group > dt span {
    font-size: 1.25em;
  }
}
.dlist_detail > .group > dt:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #fff;
}
.dlist_detail .space {
  margin-bottom: 1.5em;
}

.single-post .article__header {
  padding: 0 0 2em;
}
.single-post .article__header .date {
  margin-bottom: 1.5em;
}
.single-post .article__header .ttl {
  font-size: 2.5em;
  line-height: 1.25;
}
@media screen and (max-width: 767px) {
  .single-post .article__header .ttl {
    font-size: 2em;
  }
}
.single-post .article__content {
  padding: 3em 0;
  margin-bottom: 3em;
  line-height: 1.8;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
.single-post .article__content p {
  margin-bottom: 1.8em;
}

/* 謎解きイベント */
.page-riddles .page_header {
  margin-bottom: 5em;
}

@media screen and (max-width: 767px) {
  .page-riddles .page_header {
    margin-bottom: 3.75em;
  }
}
@media screen and (max-width: 767px) {
  .page-riddles .ttl_cmn_page {
    font-size: clamp(20px, 6.9vw, 2em);
  }
}
.page-riddles .sec_story {
  margin-bottom: 6em;
}

.page-riddles .sec_story .ttl_cmn_01 + p {
  text-align: center;
  letter-spacing: 0.1em;
  line-height: 1.8;
}

.page-riddles .sec_flow {
  margin-bottom: 7em;
}

@media screen and (max-width: 767px) {
  .page-riddles .sec_flow .figure {
    max-width: 310px;
    margin: 0 auto;
  }
}
.page-riddles .dlist_outline {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 0 6%;
}

@media screen and (max-width: 767px) {
  .page-riddles .dlist_outline {
    display: block;
  }
}
.page-riddles .dlist_outline .group {
  width: 100%;
}

.page-riddles .dlist_outline .group:nth-child(3), .page-riddles .dlist_outline .group:nth-child(4), .page-riddles .dlist_outline .group:nth-child(5), .page-riddles .dlist_outline .group:nth-child(6) {
  width: 47%;
}

@media screen and (max-width: 767px) {
  .page-riddles .dlist_outline .group:nth-child(3), .page-riddles .dlist_outline .group:nth-child(4), .page-riddles .dlist_outline .group:nth-child(5), .page-riddles .dlist_outline .group:nth-child(6) {
    width: 100%;
  }
}
.page-riddles .list_num li {
  padding-left: 1em;
  text-indent: -1em;
}

.page-riddles .list_num li::before {
  content: attr(data-num);
}

.page-riddles .list_num li:not(:last-child) {
  margin-bottom: 1em;
}

/* 2024 06 21　シードルフェスタ */
.page-cider-festa .page_header {
  margin-bottom: 6em;
}

.page-cider-festa .page_header .ttl_sub {
  text-align: center;
  font-weight: 700;
  letter-spacing: 0.1em;
  margin-bottom: 0.5em;
}

@media screen and (max-width: 767px) {
  .page-cider-festa .page_header .ttl_sub {
    font-size: 0.875em;
  }
}
@media screen and (max-width: 767px) {
  .page-cider-festa .page_header .ttl_cmn_page + p {
    font-size: 0.9375em;
    text-align: left;
  }
}
.page-cider-festa .splide {
  max-width: unset;
  padding: 0;
}

.page-cider-festa .splide__slide {
  display: block;
  overflow: hidden;
  position: relative;
}

.page-cider-festa .splide__slide:after {
  content: "";
  display: block;
  width: 100%;
  padding-top: 68%;
}

.page-cider-festa .splide__slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}

.page-cider-festa .slider,
.page-cider-festa .sec_outline {
  margin-bottom: 6em;
}

.page-cider-festa .sec_cidery {
  margin-bottom: 7.5em;
}

.page-cider-festa .sec_booth .ttl_cmn_01 + .descr {
  font-size: 1.125em;
  text-align: center;
  margin-bottom: 3.75em;
}

.page-cider-festa .sec_booth .ttl_cmn_01 + .descr .prepare {
  padding: 6em 0 2.25em;
  text-align: center;
}

.page-cider-festa .sec_booth .descr + .list_cidery {
  margin-bottom: 5em;
}

.page-cider-festa .dlist_outline {
  display: flex;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 0 6%;
}

.page-cider-festa .dlist_outline .group {
  width: 100%;
}

.page-cider-festa .dlist_outline .group:nth-child(-n+8) {
  width: 47%;
}

@media screen and (max-width: 767px) {
  .page-cider-festa .dlist_outline .group:nth-child(-n+8) {
    width: 100%;
  }
}
.list_cidery {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 5em 3.5%;
}

@media screen and (max-width: 767px) {
  .list_cidery {
    padding: 0 5.3vw;
  }
}
.list_cidery > li {
  width: 31%;
}

@media screen and (max-width: 767px) {
  .list_cidery > li {
    width: 100%;
  }
}
.card_cidery__image {
  display: block;
  overflow: hidden;
  position: relative;
  margin-bottom: 1.75em;
}

.card_cidery__image:after {
  content: "";
  display: block;
  width: 100%;
  padding-top: 71.42%;
}

.card_cidery__image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}

.card_cidery__kind, .card_cidery__date {
  font-size: 1.125em;
  font-weight: 700;
  letter-spacing: 0.1em;
}

.card_cidery__name {
  font-size: 1.5625em;
  font-weight: 700;
  letter-spacing: 0.1em;
  padding: 0.25em 0;
}

.card_cidery__description {
  margin-top: 1.75em;
}

.card_cidery__detail {
  margin: 2em 0;
}

.card_cidery__detail dt {
  display: flex;
  align-items: center;
  gap: 1em;
  margin-bottom: 0.5em;
}

.card_cidery__detail dt span {
  flex-shrink: 0;
}

.card_cidery__detail dt:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #fff;
}

.card_cidery .btn_cmn_cidery:not(:first-child) {
  margin-top: 1.25em;
}

.modaal-container {
  max-width: 600px;
}

.card_recommend__image {
  aspect-ratio: 3/2;
}

.card_recommend__image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.card_recommend__ttl {
  font-size: 1.125em;
  font-weight: 700;
  padding: 0.5em 0;
}

@media screen and (max-width: 767px) {
  .list_booth {
    padding: 0 5.3vw;
  }
}
.list_booth > li {
  margin-bottom: 3.75em;
}

.card_booth__ttl {
  font-size: 1.5em;
  letter-spacing: 0.1em;
  border-bottom: 1px solid #fff;
  padding: 0.75em 0;
  margin-bottom: 1.75em;
}

.card_booth__content {
  display: flex;
  align-items: flex-start;
  gap: 2em 4.6%;
  line-height: 1.8;
}

@media screen and (max-width: 767px) {
  .card_booth__content {
    flex-direction: column;
  }
}
.card_booth__content .box_image {
  flex-shrink: 0;
  width: 50%;
}

@media screen and (max-width: 767px) {
  .card_booth__content .box_image {
    width: 100%;
  }
}
.card_booth__policy {
  margin-top: 1.5em;
}

.card_booth__policy ul {
  counter-reset: number 0;
}

.card_booth__policy ul li {
  padding-left: 1em;
  text-indent: -1em;
}

.card_booth__policy ul li:before {
  counter-increment: number 1;
  content: counter(number) ".";
  display: inline-block;
  width: 1em;
  text-indent: 0;
}

.card_booth .btn_cmn_cidery {
  margin-top: 3.75em;
  max-width: 345px;
}

/* 2024 06 25　ビアガーデン */
.page-beer-garden .page_header {
  margin-bottom: 5em;
}
@media screen and (max-width: 767px) {
  .page-beer-garden .page_header {
    margin-bottom: 3.75em;
  }
}
.page-beer-garden .sec_detail {
  margin: 0 0 5em;
}
@media screen and (max-width: 767px) {
  .page-beer-garden .sec_detail {
    margin-bottom: 3.75em;
  }
}
.page-beer-garden .dlist_outline {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 0 6%;
}
.page-beer-garden .dlist_outline .group {
  width: 47%;
}
@media screen and (max-width: 767px) {
  .page-beer-garden .dlist_outline .group {
    width: 100%;
  }
}

.nav_coming_soon {
  pointer-events: none;
}

/* マッチング旅 */
.page-matching .page_header {
  margin-bottom: 5em;
}
@media screen and (max-width: 767px) {
  .page-matching .page_header {
    margin-bottom: 3.75em;
  }
}
.page-matching .dlist_col2 {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 0 6%;
}
.page-matching .dlist_col2 .group {
  width: 47%;
}
.page-matching .dlist_col2 .group:last-child {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .page-matching .dlist_col2 .group {
    width: 100%;
  }
}
.page-matching .sec_outline,
.page-matching .sec_gather,
.page-matching .sec_back,
.page-matching .sec_activity {
  margin-bottom: 7.5em;
}
@media screen and (max-width: 767px) {
  .page-matching .sec_outline,
  .page-matching .sec_gather,
  .page-matching .sec_back,
  .page-matching .sec_activity {
    margin-bottom: 5em;
  }
}

.tb_schedule {
  border-spacing: 1em 0.5em;
  border-collapse: separate;
  margin-bottom: 2em;
}
.tb_schedule th {
  vertical-align: baseline;
}
@media screen and (max-width: 767px) {
  .tb_schedule th {
    width: 4em;
  }
}

.link_to_reservation {
  display: block;
  width: 100%;
  max-width: 345px;
  padding: 0.75em;
  border: 1px solid #fff;
  margin-top: 2em;
  text-align: center;
  position: relative;
  margin: 6.875em auto 0;
}
@media screen and (max-width: 767px) {
  .link_to_reservation {
    margin-top: 3.75em;
  }
}
.link_to_reservation:after {
  content: "";
  display: block;
  width: 20px;
  aspect-ratio: 1/1;
  background: url(../images/arrow_right_01.svg) no-repeat center/contain;
  position: absolute;
  top: 50%;
  right: 1em;
  transform: translateY(-50%);
  transition: right 0.3s;
}
.link_to_reservation:hover {
  background-color: rgba(0, 0, 0, 0.7);
  backdrop-filter: blur(10px);
}
.link_to_reservation:hover:after {
  right: 0.5em;
}

.dlist_cmn_matching .group:not(:last-child) {
  margin-bottom: 5em;
}
.dlist_cmn_matching .group dt {
  font-size: 1.5em;
  border-bottom: 1px solid #fff;
  padding-bottom: 1em;
  margin-bottom: 1.75em;
}
@media screen and (max-width: 767px) {
  .dlist_cmn_matching .group dt {
    margin-bottom: 1.25em;
  }
}
.dlist_cmn_matching .group dd {
  display: flex;
  gap: 0 4.5%;
}
@media screen and (max-width: 767px) {
  .dlist_cmn_matching .group dd {
    flex-direction: column;
    gap: 1.75em;
  }
}
.dlist_cmn_matching .group dd .box_image {
  width: 50%;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .dlist_cmn_matching .group dd .box_image {
    width: 100%;
  }
}
.dlist_cmn_matching .group dd .box_text {
  line-height: 1.8;
}

/* ナイトツアーSPイベント */
.page-starry-performance-party .page_header {
  margin-bottom: 5em;
}
@media screen and (max-width: 767px) {
  .page-starry-performance-party .page_header {
    margin-bottom: 3.75em;
  }
}
.page-starry-performance-party .dlist_col2 {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 0 6%;
}
.page-starry-performance-party .dlist_col2 .group {
  width: 47%;
}
@media screen and (max-width: 767px) {
  .page-starry-performance-party .dlist_col2 .group {
    width: 100%;
  }
}
.page-starry-performance-party .img_gallery {
  display: flex;
  align-items: flex-start;
  gap: 20px 2%;
  margin-top: 5em;
}
@media screen and (max-width: 767px) {
  .page-starry-performance-party .img_gallery {
    flex-direction: column;
  }
}
.page-starry-performance-party .img_gallery .image {
  width: 100%;
}

/* 収穫祭 */
.page-harvest .page_header {
  margin-bottom: 5em;
}
@media screen and (max-width: 767px) {
  .page-harvest .page_header {
    margin-bottom: 3.75em;
  }
}
.page-harvest .list_harvest_content {
  margin: 0 0 5em;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2.5em 2%;
}
.page-harvest .list_harvest_content > li {
  width: 23.5%;
}
.page-harvest .list_harvest_content > li .box_image {
  margin-bottom: 0.5em;
}
@media screen and (max-width: 767px) {
  .page-harvest .list_harvest_content > li {
    width: 100%;
  }
}
.page-harvest .gallery {
  display: flex;
  align-items: flex-start;
  gap: 2%;
  margin: 0 0 2.5em;
}
.page-harvest .gallery .image {
  width: 100%;
}
.page-harvest .dlist_col2 {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 0 6%;
}
.page-harvest .dlist_col2 .group {
  width: 47%;
}
@media screen and (max-width: 767px) {
  .page-harvest .dlist_col2 .group {
    width: 100%;
  }
}
.page-harvest .dlist_col2 .group:first-child, .page-harvest .dlist_col2 .group:last-child {
  width: 100%;
}
.page-harvest .link_form {
  max-width: 50%;
  margin: 0 auto 5em;
}
@media screen and (max-width: 767px) {
  .page-harvest .link_form {
    max-width: unset;
  }
}

.prepare {
  margin: 5rem 0;
}
.prepare p {
  font-size: 1.6rem;
  text-align: center;
  margin-bottom: 1.5rem;
}

.page_header .list_ast {
  text-align: center;
}
.page_header .list_ast li {
  margin-top: 1rem;
  padding-left: 1em;
  text-indent: -1em;
}
.page_header .list_ast li::before {
  content: "＊";
}

.special {
  margin-bottom: 7em;
}
@media screen and (max-width: 767px) {
  .special {
    margin-bottom: 5em;
  }
}
.special .images {
  display: flex;
  margin-bottom: 2.5em;
}
@media screen and (max-width: 767px) {
  .special .images {
    flex-direction: column;
  }
}
.special .images.images_01 .image {
  display: block;
  overflow: hidden;
  aspect-ratio: 35/22;
}
.special .images.images_01 .image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.special .images.images_02 {
  margin-top: 3.75em;
}
.special .name {
  font-size: 1.25rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  margin-bottom: 1em;
}
.special .texts {
  letter-spacing: 0.08em;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .special .texts {
    font-size: 15px;
  }
}
.special .texts p {
  margin-bottom: 1em;
}
.special .texts p:last-child {
  margin-bottom: 0;
}

.sec_wish {
  margin-bottom: 7.5em;
}
@media screen and (max-width: 767px) {
  .sec_wish {
    margin-bottom: 3.75em;
  }
}
.sec_wish h2 + p {
  text-align: center;
  margin-bottom: 50px;
}

.list_wish {
  display: flex;
  gap: 2%;
}
@media screen and (max-width: 767px) {
  .list_wish {
    flex-direction: column;
    gap: 2rem;
  }
}
.list_wish li {
  width: 100%;
}
.list_wish li a {
  position: relative;
}
.list_wish li a:after {
  content: "";
  display: block;
  width: 80px;
  aspect-ratio: 1/1;
  background: url(../images/ico_play.svg) no-repeat center/contain;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.list_events {
  margin-top: 5rem;
  display: flex;
  flex-wrap: wrap;
  gap: 3.75em 5%;
}
@media screen and (max-width: 767px) {
  .list_events {
    padding-left: 5.3vw;
    padding-right: 5.3vw;
    margin-top: 3.75rem;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) {
  .list_events {
    padding-left: clamp(50px, 5.5vw, 80px);
    padding-right: clamp(50px, 5.5vw, 80px);
  }
}
.list_events > li {
  width: 30%;
}
@media screen and (max-width: 767px) {
  .list_events > li {
    width: 100%;
  }
}

.card_events {
  display: block;
}
.card_events .image {
  display: block;
  aspect-ratio: 350/250;
  overflow: hidden;
}
.card_events .image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.5s;
}
.card_events .ttl {
  font-size: 1.5em;
  font-weight: 700;
  line-height: 1.6;
  margin: 0.5em 0;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .card_events .ttl {
    font-size: 1.25em;
  }
}
.card_events .descr {
  letter-spacing: 0.1em;
  margin-bottom: 1em;
}
.card_events dl dt {
  display: flex;
  align-items: center;
  gap: 1em;
  margin-bottom: 0.5em;
}
.card_events dl dt span {
  flex-shrink: 0;
}
.card_events dl dt:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #fff;
}
.card_events .link_website {
  display: block;
  width: 100%;
  padding: 0.5em;
  border: 1px solid #fff;
  margin-top: 2em;
  text-align: center;
  position: relative;
}
.card_events .link_website:after {
  content: "";
  display: block;
  width: 20px;
  aspect-ratio: 1/1;
  background: url(../images/arrow_right_01.svg) no-repeat center/contain;
  position: absolute;
  top: 50%;
  right: 1em;
  transform: translateY(-50%);
  transition: right 0.3s;
}
.card_events .link_website:hover {
  background-color: rgba(0, 0, 0, 0.7);
  backdrop-filter: blur(10px);
}
.card_events .link_website:hover:after {
  right: 0.5em;
}