/* =============================================
　　root
============================================= */

:root {

	--color-primary:#ffc80b;
	--color-secondary:#562C08;
	--color-accent:;
	--color-base:;

	--color-miffy-yellow:#fdcd00;
	--color-miffy-orange:#DF5E0F;
	--color-miffy-green:#15722C;
	--color-miffy-blue:#004C97;
	--color-miffy-brown:#a28366;
	--color-miffy-brown2:#875a3c;
	--color-miffy-brown:#827B6C;

	--color-miffy-yellow:#ffc80b;
	--color-miffy-orange:#f26522;
	--color-miffy-green:#247033;
	--color-miffy-blue:#005599;
	--color-miffy-brown:#917f70;
	--color-miffy-brown2:#875a3c;
	--color-miffy-brown:#917f70;


	--spot-font-header-h:clamp(7rem, 3.571rem + 7.14vw, 10rem);
	--spot-font-header-p:clamp(1.8rem, 1.114rem + 1.43vw, 2.4rem);


	--spot-font-size-title: clamp(2.1rem, 1.114rem + 1.43vw, 2.8rem);
	--spot-font-size-name:clamp(2.6rem, 1.914rem + 1.43vw, 3.2rem);
 	--spot-font-size-text:clamp(1.4rem, 1.171rem + 0.48vw, 1.6rem);

	--layout-space-section:2.4rem;
	--layout-space-div:1.6rem;
}

@media screen and (min-width: 1025px) {
	:root {
		--layout-space-section:4.8rem;
		--layout-space-div:3.2rem;
	}
}

.htb-pagetop {
opacity: 1;
visibility: visible;
}
@media screen and (max-width: 1024px) {
  body.p-bottom .h-header__cta {
    bottom:0px;
  }
}

/****************************************
nav
****************************************/

#miffy .dialog-menu {
	position: fixed;
	z-index:-2;
	top:79px;
	right: 0;
	left: 0;
	margin: 0 auto;
	transition: all 0.4s;
	opacity: 0;
	transform: translateY(-100%);
	width: 100%;
	max-height: max-content;
}

#miffy.scroll .dialog-menu {
	top:79px;
	opacity: 1;
	z-index: 1001;
	display: flex;
	justify-content: center;
	transform: translateY(0);
	align-items: center;
	overflow: visible;
	justify-content: space-evenly;
	background: var(--color-primary);
	padding:0.5rem;
	border-radius: 0;
	border:0px #fff solid;
	border-top: 0;
	background: #fff;
	border-bottom: 2px var(--color-primary) solid;
}

/* ダイアログメニューの表示前*/
dialog.js-dialog-menu.show-from,
dialog.js-dialog-menu.hide-to{
  translate: 0% -100%;
}


#miffy.upfixed .dialog-menu {
	top:137px;
  transform: translateX(0);
}

#miffy.app.upfixed .dialog-menu {
	top:79px;
	transform: translateX(0);
}

#miffy .dialog-menu .dialog-menu-btn {
	width: 60px;
	height: 60px;
	position: absolute;
	border: 2px var(--color-primary) solid;
	border-radius: 9999px;
	padding: 1rem;
	top: 0.5rem;
	right: 0.5rem;
	background: #fff;
}
#miffy .dialog-menu-btn span {
	background-color:var(--color-primary);
	height: 2px;
	width: 100%;
}
#miffy .dialog-menu-btn.js-dialog-menu-close {
  background: transparent;
  top:1rem;
  right:1rem;
}
#miffy .dialog-menu-btn.js-dialog-menu-close span {
  background-color: var(--color-dialog-menu-btn);
}

#miffy .dialog-menu a {
	display: block;
	width:100%;
	height: 40px;
}
#miffy .dialog-menu img{
  width: auto;
  height: 100%;
}

#miffy .js-dialog-menu {
	background:var(--color-primary);
	width: 100%;
	max-height: max-content;
}
#miffy .js-dialog-menu .logo {
  height: auto;
  margin: 1.6rem auto;
  max-height: 140px;
  width: 100%;
}
#miffy .js-dialog-menu .body {
	padding: 0 2.4rem 2.4rem;
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 2.4rem;
}

#miffy .js-dialog-menu .body > ul{
	margin:30px 0 60px;
	padding: 0;
	list-style: none;
	display: flex;
	flex-direction: column;
	gap: 20px;
}

#miffy .js-dialog-menu .body > ul > li{
	border-bottom: 1px rgb(254 254 254 / 50%) solid;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
}
#miffy .js-dialog-menu .body > ul li a,
#miffy .js-dialog-menu .body > ul li dt{
	font-weight: 700;
	font-size: 16px;
	line-height: 100%;
	vertical-align: middle;
	color: var(--color-dialog-menu-link);
	text-decoration: none;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	height: 100%;
	background: transparent;
	padding:2rem;
	cursor: pointer;
}

#miffy .js-dialog-menu .body > ul > li > ul a,
#miffy .js-dialog-menu .body > ul > li > dl dd a{
	font-weight: 500;
	font-size: 13px;
	line-height: 100%;
	vertical-align: middle;
	color: var(--color-black);
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	height: 100%;
}
#miffy .js-dialog-menu .body > ul > li > dl dd a em{
	font-weight: 700;
	font-size: 16px;
}

#miffy .js-dialog-menu .body ul > li a:after {
	content: "";
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	-webkit-mask-position: center;
	mask-position: center;
	-webkit-mask-size: contain;
	mask-size: contain;
	background-color: currentColor;
	background-repeat: no-repeat;
	background-position: center;
	width: 16px;
	height: 16px;
	display: block;
	mask-image: url(data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%3Csvg%20id%3D%22_%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_2%22%20data-name%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC%202%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20123.93%20123.93%22%3E%20%3Cg%20id%3D%22_%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_1-2%22%20data-name%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC%201%22%3E%20%3Cpath%20d%3D%22M61.97%2C0C27.74%2C0%2C0%2C27.74%2C0%2C61.97s27.74%2C61.97%2C61.97%2C61.97%2C61.97-27.74%2C61.97-61.97S96.19%2C0%2C61.97%2C0ZM81.11%2C65.62l-23.24%2C23.24c-1.01%2C1.01-2.33%2C1.51-3.65%2C1.51s-2.64-.5-3.65-1.51c-2.02-2.02-2.02-5.29%2C0-7.3l19.59-19.59-19.59-19.59c-2.02-2.02-2.02-5.29%2C0-7.3s5.29-2.02%2C7.3%2C0l23.24%2C23.24c2.02%2C2.02%2C2.02%2C5.29%2C0%2C7.3Z%22%2F%3E%20%3C%2Fg%3E%3C%2Fsvg%3E);
}

#miffy .js-dialog-menu .body > ul li dt:after {
	content: "";
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	-webkit-mask-position: center;
	mask-position: center;
	-webkit-mask-size: contain;
	mask-size: contain;
	background-color: currentColor;
	background-repeat: no-repeat;
	background-position: center;
	width: 16px;
	height: 16px;
	display: block;
	mask-image: url('data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%3Csvg%20id%3D%22_%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_2%22%20data-name%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC%202%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2015.5%2015.5%22%3E%20%3Cdefs%3E%20%3Cstyle%3E%20.cls-1%20%7B%20fill%3A%20none%3B%20stroke%3A%20%23fff%3B%20stroke-linecap%3A%20round%3B%20stroke-linejoin%3A%20round%3B%20stroke-width%3A%201.5px%3B%20%7D%20%3C%2Fstyle%3E%20%3C%2Fdefs%3E%20%3Cg%20id%3D%22_%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_1-2%22%20data-name%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC%201%22%3E%20%3Cpath%20class%3D%22cls-1%22%20d%3D%22M7.75.75v14%22%2F%3E%20%3Cpath%20class%3D%22cls-1%22%20d%3D%22M.75%2C7.75h14%22%2F%3E%20%3C%2Fg%3E%3C%2Fsvg%3E');
	color: var(--color-dialog-menu-link);
	position: relative;
	top: 0;
	right:0;
	transform: unset;
}

#miffy .js-dialog-menu .body > ul li dt.active:after {
	mask-image:  url('data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%3Csvg%20id%3D%22_%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_2%22%20data-name%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC%202%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2015.5%201.5%22%3E%20%3Cdefs%3E%20%3Cstyle%3E%20.cls-1%20%7B%20fill%3A%20none%3B%20stroke%3A%20%23281815%3B%20stroke-linecap%3A%20round%3B%20stroke-linejoin%3A%20round%3B%20stroke-width%3A%201.5px%3B%20%7D%20%3C%2Fstyle%3E%20%3C%2Fdefs%3E%20%3Cg%20id%3D%22_%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_1-2%22%20data-name%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC%201%22%3E%20%3Cpath%20class%3D%22cls-1%22%20d%3D%22M.75.75h14%22%2F%3E%20%3C%2Fg%3E%3C%2Fsvg%3E');
}
#miffy .js-dialog-menu .body > ul li dd {
  padding: 0;
  background: transparent;
  border: 0;
}


@media screen and (min-width: 1024px) {
	#miffy.upfixed .dialog-menu,
	#miffy.scroll .dialog-menu {
	  top: 84px;
	  transform: translateX(0);
	}
	#miffy .dialog-menu .dialog-menu-btn {
		width: 80px;
		height: 80px;
		padding: 2rem;
	}

	#miffy .dialog-menu a {
	  height: 60px;
	}
}


/* =============================================
　　swiper
============================================= */


#miffy .swiper {
  width: 100%;
  min-width: 0;
}

#miffy .swiper-slide {
  min-width: 0;
  display: flex;
  height: auto;
}
#miffy .swiper-wrapper {
  display: flex !important;
   justify-content: flex-start;
   height: auto;
}


#miffy .swiper-horizontal>.swiper-pagination-bullets,
#miffy .swiper-pagination-bullets.swiper-pagination-horizontal,
#miffy .swiper-pagination-custom,
#miffy .swiper-pagination-fraction {
	position: relative;
	margin-top: 4rem;
	bottom:0;
	top:0;
}
#miffy .swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--color-black);
}
#miffy .swiper-pagination-bullet {
  width:10px;
  height:10px;
  display: inline-block;
}

#miffy .swiper-button-next,
#miffy .swiper-button-prev {
  position: absolute;
  width: auto;
  height: auto;
}
#miffy .swiper-button-next:after,
#miffy .swiper-button-prev:after {
	content: "";
	mask-repeat: no-repeat;
	mask-position: center;
	mask-size: contain;
	background-color:#000;
	background-repeat: no-repeat;
	background-position: center;
	width: 50px;
	height:50px;
	display: block;
	mask-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20id%3D%22_%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_2%22%20data-name%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC%202%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20157.58%20157.58%22%3E%20%3Cg%20id%3D%22_%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_1-2%22%20data-name%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC%201%22%3E%20%3Cpath%20d%3D%22M78.79%2C0C35.27%2C0%2C0%2C35.27%2C0%2C78.79s35.27%2C78.79%2C78.79%2C78.79%2C78.79-35.27%2C78.79-78.79S122.3%2C0%2C78.79%2C0ZM67.88%2C111.24l-2.63-2.63%2C29.81-29.81-29.81-29.81%2C2.63-2.63%2C32.45%2C32.45-32.45%2C32.45Z%22%2F%3E%20%3C%2Fg%3E%3C%2Fsvg%3E');
}

#miffy .swiper-button-prev:after {
  transform: rotate(180deg);
}
#miffy .js-swiper-loop .swiper-wrapper {
  transition-timing-function: linear;
}


/* =============================================
　　text-
============================================= */


.text-heading{
  font-size: var(--xmas-font-size-headding);
  text-align: center;
  font-weight: 300;
}
.text-read{
  font-size: var(--font-size-read);
  font-weight: 500;
}

.text-base{
  font-size: var(--font-size-base);
  font-weight: 500;
}
.text-2xl{
  font-size: var(--font-size-2xl);
}
.text-xl{
  font-size: var(--font-size-xl);
}
.text-lg{
  font-size: var(--font-size-lg);
}
.text-md{
  font-size: var(--font-size-md);
}
.text-sm{
  font-size: var(--font-size-sm);
}
.text-xs{
  font-size: var(--font-size-xs);
}
.text-xxs{
  font-size: var(--font-size-xxs);
}

[class^="text-"] small {
  font-size:70%;
}

/* =============================================
　　.align-
============================================= */

.align-c{
text-align: var(--align-center);
}
.align-c-sp{
text-align: var(--align-center-sp);
}
.align-l{
text-align: var(--align-left);
}
.align-l-sp{
text-align: var(--align-left-sp);
}
.align-r{
text-align: var(--align-right);
}
.align-r-sp{
text-align: var(--align-right-sp);
}

/* =============================================
　　img
============================================= */

.img {
	position: relative;
	height: 100%;
	display: flex;
	flex-direction: column;
}
figure{
	position: relative;
	display: flex;
	height: 100%;
}
figure figcaption{
  position: absolute;
  bottom: 5px;
  right: 15px;
  color: #fff;
  font-family: var(--font-family-Zen-Go);
  font-weight: 600;
  font-size: 12px;
  
}
figure figcaption[data-color="black"]{
  color: #000;
}
figure figcaption img{
  aspect-ratio: auto !important;
  width: 80px;
}


/* =============================================
　　.section
============================================= */

#miffy main{
	font-family: var(--font-family-Zen-Maru-Go);
	position: relative;
	color:var(--color-secondary);
	font-weight:500;
}


  /* アニメーションさせたい要素の基本スタイル */
  .fade-in {
    opacity: 0;
    transition: opacity 0.8s ease-out;
  }
  .fade-in.active {
    opacity: 1;
  }
  .fade-in-up {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.8s ease-out, transform 0.8s ease-out;
  }
  .fade-in-up.active {
    opacity: 1;
    transform: translateY(0);
  }



 /* アニメーションの定義 */
  @keyframes riseUp {
    /* 開始時（下から、透明な状態） */
    from {
      opacity: 0;
      transform: translateY(30px);
    }
    /* 終了時（定位置で、不透明な状態） */
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }


article {
  position: relative;
}
picture {
  width: 100%;
  display: flex;
}

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

.c-section{
	max-width: 100%;
	position: relative;
	padding:var(--layout-space-section) 0;
	position: relative;
	z-index: 1;
	display: flex;
	gap: calc(var(--layout-space-section) * 1.5);
	flex-direction: column;
	align-items: center;
	justify-content: center;
	overflow: hidden;
}
.c-section__body{
	width: 100%;
	position: relative;
	padding:0;
	display: flex;
	align-items: center;
	justify-content: center;
	justify-items: center;
	gap: var(--layout-space-section);
	flex-wrap: wrap;
	flex-direction: column;
}
.c-section__contents{
	width: 100%;
	position: relative;
	padding:0 var(--layout-space-section);
	display: flex;
	align-items: center;
	justify-content: center;
	justify-items: center;
	gap: var(--layout-space-section);
	flex-wrap: wrap;
	flex-direction: column;
	max-width: 1440px;
}

.contents__inner {
  display: grid;
  gap: 2rem;
  justify-content: center;
  justify-items: center;
}

.c-section__header{
	position: relative;
	display: grid;
	align-items: center;
	justify-content: center;
	justify-items: center;
	gap: var(--layout-space-div);
	padding: calc(var(--layout-space-section) * 2) var(--layout-space-section) 0;
	max-width: 1440px;
}
.c-section__header:before{
	content: "";
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	-webkit-mask-position: center;
	mask-position: center;
	-webkit-mask-size:  cover;
	mask-size:  cover;
	background-color: currentColor;
	width: 80%;
	height: 8px;
	display: block;
	transition: all 0.4s;
	border-radius: 9999px;
	mask-image: url('data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%3Csvg%20id%3D%22_%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_2%22%20data-name%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC%202%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20750%203.73%22%3E%20%3Cdefs%3E%20%3Cstyle%3E%20.cls-1%20%7B%20fill%3A%20%23eb612c%3B%20%7D%20%3C%2Fstyle%3E%20%3C%2Fdefs%3E%20%3Cg%20id%3D%22a%22%3E%20%3Cpath%20class%3D%22cls-1%22%20d%3D%22M0%2C.36C.74.75.81.36%2C1.6.36s.79.2%2C1.58.2h1.58c.79%2C0%2C.79-.13%2C1.58-.13s.79.1%2C1.58.1.79-.29%2C1.58-.29.79.11%2C1.58.11.79.06%2C1.58.06.79-.1%2C1.58-.1.8.11%2C1.59.11.79-.15%2C1.58-.15h1.58c.79%2C0%2C.79-.09%2C1.58-.09h1.58c.79%2C0%2C.79.24%2C1.58.24h1.58c.79%2C0%2C.79.06%2C1.59.06s.79-.15%2C1.58-.15.79-.17%2C1.58-.17.79.13%2C1.58.13.79.1%2C1.58.1.79-.07%2C1.59-.07.79.07%2C1.58.07.79-.07%2C1.58-.07.79.05%2C1.58.05.79.12%2C1.58.12.79-.14%2C1.58-.14.8-.1%2C1.59-.1.79.08%2C1.58.08.79-.08%2C1.58-.08h1.54c.79%2C0%2C.79.06%2C1.58.06s.79-.09%2C1.58-.09.79.22%2C1.58.22.79-.15%2C1.58-.15h1.58c.79%2C0%2C.79-.08%2C1.58-.08h1.59c.79%2C0%2C.79.18%2C1.58.18s.79-.22%2C1.58-.22.79.28%2C1.58.28.79-.07%2C1.58-.07.79-.12%2C1.58-.12h1.58c.79%2C0%2C.79.23%2C1.58.23s.79-.17%2C1.58-.17.79.18%2C1.58.18.79-.22%2C1.58-.22.79.17%2C1.58.17.79-.19%2C1.58-.19h3.16c.79%2C0%2C.79.16%2C1.58.16s.79-.06%2C1.58-.06.83-.03%2C1.65-.03.79.25%2C1.58.25.79-.24%2C1.59-.24.79.14%2C1.58.14h1.58c.79%2C0%2C.79.1%2C1.58.1s.79-.25%2C1.58-.25.79-.06%2C1.58-.06.79.29%2C1.58.29h3.16c.79%2C0%2C.79-.28%2C1.58-.28s.79.14%2C1.58.14.79-.13%2C1.58-.13.8.13%2C1.59.13h1.58c.79%2C0%2C.79.15%2C1.58.15h1.58c.79%2C0%2C.79.06%2C1.58.06h1.58c.79%2C0%2C.79-.25%2C1.58-.25s.8.1%2C1.59.1.79.09%2C1.58.09h1.58c.79%2C0%2C.79-.17%2C1.58-.17s.79-.11%2C1.59-.11.79.21%2C1.58.21h1.58c.79%2C0%2C.79-.27%2C1.58-.27s.79.25%2C1.58.25.79-.16%2C1.59-.16h1.55c.79%2C0%2C.79.17%2C1.58.17s.79-.09%2C1.58-.09.79-.15%2C1.58-.15.79.29%2C1.58.29.79-.27%2C1.58-.27.79.13%2C1.58.13.8-.13%2C1.59-.13h3.16c.79%2C0%2C.79.1%2C1.58.1h1.58c.79%2C0%2C.79.16%2C1.58.16h1.58c.79%2C0%2C.79.15%2C1.58.15s.79-.14%2C1.58-.14.79.11%2C1.58.11h3.16c.8%2C0%2C.8-.15%2C1.59-.15s.79-.12%2C1.58-.12h3.16c.79%2C0%2C.79.16%2C1.58.16h1.58c.79%2C0%2C.79.06%2C1.58.06h3.16c.79%2C0%2C.79-.08%2C1.58-.08s.8.27%2C1.59.27.79-.22%2C1.58-.22h9.49c.79%2C0%2C.79.09%2C1.58.09s.79-.11%2C1.58-.11.79.27%2C1.58.27.79-.14%2C1.59-.14h1.58c.79%2C0%2C.79.06%2C1.58.06h1.58c.79%2C0%2C.79-.07%2C1.58-.07s.8-.09%2C1.59-.09.79.11%2C1.58.11.79.14%2C1.58.14h3.16c.79%2C0%2C.79-.26%2C1.58-.26s.8-.06%2C1.59-.06.79.35%2C1.58.35.79-.2%2C1.58-.2.79-.06%2C1.58-.06.79.11%2C1.58.11.79-.13%2C1.58-.13h1.58c.79%2C0%2C.79.22%2C1.58.22h1.59c.79%2C0%2C.79-.22%2C1.58-.22s.79.06%2C1.58.06.79.08%2C1.58.08.79-.07%2C1.58-.07h1.58c.79%2C0%2C.79.11%2C1.58.11s.79-.05%2C1.58-.05.79.11%2C1.59.11h1.58c.79%2C0%2C.79-.18%2C1.58-.18s.79-.08%2C1.58-.08h1.58c.79%2C0%2C.79-.08%2C1.58-.08s.79.14%2C1.58.14h1.59c.79%2C0%2C.79-.16%2C1.58-.16s.79.2%2C1.58.2.79-.11%2C1.58-.11.79.07%2C1.58.07.8-.17%2C1.59-.17.79.3%2C1.58.3h1.58c.79%2C0%2C.79.06%2C1.58.06s.8-.08%2C1.59-.08h1.58c.79%2C0%2C.79-.25%2C1.58-.25h3.16c.79%2C0%2C.8.24%2C1.59.24s.79-.19%2C1.58-.19h1.58c.79%2C0%2C.79.26%2C1.58.26s.79-.18%2C1.58-.18.79.11%2C1.58.11.79-.07%2C1.58-.07.8-.11%2C1.59-.11.79.13%2C1.58.13.79.13%2C1.58.13.79-.11%2C1.58-.11.79-.17%2C1.58-.17.79.16%2C1.58.16h1.58c.79%2C0%2C.8-.17%2C1.59-.17s.79.25%2C1.58.25h6.33c.8%2C0%2C.79-.16%2C1.58-.16s.79.2%2C1.58.2.79-.19%2C1.58-.19h3.17c.8%2C0%2C.79-.09%2C1.58-.09s.79.24%2C1.58.24.79-.19%2C1.58-.19h1.59c.8%2C0%2C.79-.18%2C1.58-.18h1.58c.79%2C0%2C.79.29%2C1.58.29h1.58c.79%2C0%2C.79-.16%2C1.59-.16s.79.16%2C1.58.16.79-.12%2C1.58-.12.79.1%2C1.58.1h1.58c.79%2C0%2C.79-.25%2C1.58-.25s.79.06%2C1.59.06.79.19%2C1.58.19.79-.17%2C1.58-.17.79.09%2C1.58.09.79-.18%2C1.58-.18.79.3%2C1.58.3.79-.21%2C1.59-.21.79-.12%2C1.58-.12.79.05%2C1.58.05h1.58c.79%2C0%2C.79.2%2C1.58.2s.79-.1%2C1.59-.1.79.18%2C1.58.18.79-.26%2C1.58-.26.79.1%2C1.58.1.8.1%2C1.59.1h1.58c.79%2C0%2C.79-.11%2C1.58-.11h1.58c.79%2C0%2C.79.14%2C1.58.14h1.57c.79%2C0%2C.79-.15%2C1.58-.15h1.58c.79%2C0%2C.79-.09%2C1.58-.09s.79.06%2C1.58.06h6.32c.79%2C0%2C.79.19%2C1.58.19s.79-.17%2C1.58-.17.79-.09%2C1.58-.09.79-.05%2C1.58-.05.79.27%2C1.59.27.79-.24%2C1.58-.24h1.58c.79%2C0%2C.79.31%2C1.58.31h3.17c.79%2C0%2C.79-.21%2C1.58-.21s.79.21%2C1.58.21h1.58c.8%2C0%2C.79-.35%2C1.59-.35s.79.24%2C1.58.24.79-.13%2C1.58-.13h3.16c.79%2C0%2C.79.06%2C1.58.06h1.58c.79%2C0%2C.79.09%2C1.58.09h1.58c.79%2C0%2C.79-.16%2C1.58-.16s.79.33%2C1.58.33h4.74c.79%2C0%2C.79-.13%2C1.58-.13h4.77c.79%2C0%2C.79-.23%2C1.58-.23s.79.23%2C1.58.23.79-.05%2C1.58-.05.79-.19%2C1.58-.19.79.25%2C1.58.25h1.58c.79%2C0%2C.79.08%2C1.58.08h1.58c.79%2C0%2C.79-.2%2C1.58-.2s.79.22%2C1.59.22h1.58c.79%2C0%2C.79-.11%2C1.58-.11h3.16c.79%2C0%2C.79-.15%2C1.59-.15s.79.25%2C1.58.25h4.75c.79%2C0%2C.79-.18%2C1.58-.18h3.16c.79%2C0%2C.79.14%2C1.59.14s.79.06%2C1.58.06.79-.26%2C1.58-.26.79-.06%2C1.58-.06.79.31%2C1.58.31.79-.13%2C1.58-.13h3.16c.79%2C0%2C.79-.09%2C1.58-.09s.79.07%2C1.58.07.8.15%2C1.59.15.79-.13%2C1.58-.13.79.12%2C1.58.12.79-.13%2C1.58-.13.79.21%2C1.58.21.79-.18%2C1.58-.18h1.58c.79%2C0%2C.79-.1%2C1.58-.1s.79.1%2C1.59.1.79-.07%2C1.58-.07.79.25%2C1.58.25h1.58c.8%2C0%2C.8-.09%2C1.59-.09h1.58c.79%2C0%2C.79-.22%2C1.58-.22s.79.16%2C1.59.16.79-.19%2C1.58-.19h1.58c.79%2C0%2C.79.19%2C1.58.19s.8.08%2C1.59.08.79-.11%2C1.58-.11.79-.19%2C1.58-.19h1.58c.79%2C0%2C.79.23%2C1.58.23s.79-.07%2C1.58-.07h1.59c.79%2C0%2C.79-.1%2C1.58-.1h1.58c.79%2C0%2C.79.27%2C1.58.27s.79-.26%2C1.58-.26.79.12%2C1.58.12h1.59c.79%2C0%2C.79.09%2C1.58.09s.79-.27%2C1.58-.27.79.11%2C1.58.11h1.59c.79%2C0%2C.79.21%2C1.58.21s.79-.12%2C1.59-.12.79.09%2C1.58.09.79-.06%2C1.58-.06.79-.22%2C1.58-.22.8.15%2C1.59.15.79.16%2C1.58.16.79-.17%2C1.58-.17.79.05%2C1.58.05h1.59c.8%2C0%2C.79-.08%2C1.58-.08h1.58c.79%2C0%2C.79-.06%2C1.58-.06h3.17c.79%2C0%2C.79-.06%2C1.58-.06s.79-.08%2C1.58-.08.79.16%2C1.59.16.79-.09%2C1.58-.09h3.17c.79%2C0%2C.79.15%2C1.58.15s.79-.28%2C1.58-.28h4.75c.79%2C0%2C.79.06%2C1.58.06s.8.2%2C1.59.2.79-.25%2C1.58-.25.79.28%2C1.58.28.79-.22%2C1.59-.22h9.5c.79%2C0%2C.79-.05%2C1.58-.05h3.13c.79%2C0%2C.79.24%2C1.58.24h1.58c.79%2C0%2C.79-.29%2C1.59-.29s.79.22%2C1.58.22h1.58c.79%2C0%2C.8-.17%2C1.59-.17s.79.13%2C1.58.13.79-.16%2C1.59-.16h1.58c.79%2C0%2C.79-.08%2C1.58-.08s.79.19%2C1.59.19.79.11%2C1.58.11h9.5c.79%2C0%2C.79-.08%2C1.59-.08s.79.15%2C1.58.15.79-.3%2C1.58-.3h1.59c.8%2C0%2C.79.08%2C1.58.08s.79.15%2C1.59.15h1.58c.79%2C0%2C.79-.26%2C1.58-.26s.79.2%2C1.59.2.79.05%2C1.58.05.79-.13%2C1.58-.13.79.11%2C1.58.11.79-.12%2C1.58-.12.79-.06%2C1.58-.06h1.59c.8%2C0%2C.79.12%2C1.58.12s.79.1%2C1.58.1.79-.23%2C1.58-.23.8.1%2C1.59.1.79-.08%2C1.58-.08h1.59c.79%2C0%2C.79.06%2C1.58.06s.79.07%2C1.58.07.79.08%2C1.58.08.79-.2%2C1.59-.2.79.25%2C1.58.25.79-.24%2C1.58-.24h1.58c.79%2C0%2C.8.3%2C1.59.3s.79-.17%2C1.58-.17.8.18%2C1.59.18.79-.24%2C1.58-.24h1.58c.79%2C0%2C.8-.05%2C1.59-.05s.79.22%2C1.58.22.79-.11%2C1.59-.11.79.23%2C1.58.23h1.59c.79%2C0%2C.79-.35%2C1.58-.35s.79.05%2C1.58.05.8.29%2C1.59.29.79-.33%2C1.58-.33.8.2%2C1.59.2.79.13%2C1.58.13.79-.11%2C1.59-.11h1.58c.79%2C0%2C.79-.14%2C1.59-.14s.79.2%2C1.58.2.79-.13%2C1.59-.13.79-.18%2C1.58-.18.8.29%2C1.59.29.79-.14%2C1.58-.14.8-.05%2C1.59-.05h1.58c.79%2C0%2C.8.15%2C1.59.15h1.59c.8%2C0%2C.79-.07%2C1.58-.07s.79.07%2C1.59.07.79-.29%2C1.58-.29.79.13%2C1.59.13.79.2%2C1.58.2.79-.25%2C1.59-.25h1.58c.79%2C0%2C.79.08%2C1.59.08s.79.11%2C1.58.11.8-.06%2C1.59-.06.79-.26%2C1.59-.26.79.32%2C1.58.32.8-.19%2C1.59-.19h3.17c.79%2C0%2C.8.09%2C1.59.09h1.59c.8%2C0%2C.79-.06%2C1.59-.06s.79.15%2C1.59.15%2C1.19-1.11%2C1.66-.25v3c-.46.86-.85.07-1.64.07s-.79.13-1.58.13-.79-.35-1.58-.35-.79.28-1.58.28-.79-.27-1.58-.27h-1.58c-.79%2C0-.79.16-1.59.16h-1.58c-.79%2C0-.79-.16-1.58-.16s-.79.09-1.58.09-.79-.11-1.58-.11l-1.55.06c-.79%2C0-.79.19-1.58.19s-.79.1-1.58.1-.79-.34-1.58-.34-.8.3-1.59.3-.79-.3-1.58-.3h-1.58c-.79%2C0-.79.32-1.58.32s-.79-.3-1.58-.3h-1.59c-.8%2C0-.79.27-1.58.27s-.79-.12-1.58-.12-.79.06-1.58.06-.79-.12-1.58-.12h-4.75c-.79%2C0-.79.09-1.58.09h-1.58c-.79%2C0-.79-.11-1.58-.11s-.79-.09-1.58-.09-.79.08-1.58.08h-1.58c-.79%2C0-.79-.15-1.59-.15h-1.62c-.79%2C0-.79.23-1.58.23s-.79-.09-1.58-.09-.79.12-1.58.12-.79-.13-1.58-.13-.79.08-1.58.08-.79-.21-1.58-.21-.79.22-1.58.22-.79-.13-1.58-.13-.79.07-1.58.07-.79-.08-1.58-.08h-1.58c-.79%2C0-.79.06-1.58.06h-3.16c-.79%2C0-.79-.11-1.58-.11s-.79.18-1.58.18-.79-.06-1.58-.06-.79.16-1.58.16-.79-.19-1.59-.19-.79.06-1.58.06-.79-.13-1.58-.13-.79.15-1.58.15h-1.58c-.79%2C0-.79.07-1.58.07h-3.16c-.79%2C0-.79-.27-1.58-.27h-1.58c-.79%2C0-.79.2-1.58.2s-.79.06-1.58.06-.79-.18-1.58-.18h-1.59c-.8%2C0-.79.2-1.58.2s-.79-.11-1.58-.11-.79.11-1.58.11-.79-.12-1.58-.12-.79-.18-1.58-.18-.79.3-1.58.3-.79-.22-1.59-.22-.79.12-1.58.12h-4.73c-.79%2C0-.79.06-1.59.06s-.79.06-1.58.06-.79-.27-1.58-.27-.79.16-1.58.16-.79.17-1.58.17-.79-.16-1.58-.16-.8-.12-1.59-.12-.79.19-1.58.19-.79.06-1.58.06-.79-.09-1.58-.09-.79-.09-1.58-.09h-1.58c-.79%2C0-.79.2-1.58.2h-1.59c-.8%2C0-.79-.17-1.58-.17s-.79.06-1.58.06-.79.16-1.58.16-.79-.33-1.58-.33-.79.26-1.58.26-.79-.13-1.58-.13-.79-.11-1.58-.11-.79.17-1.58.17h-3.16c-.79%2C0-.79-.06-1.59-.06s-.79.19-1.58.19-.79-.06-1.58-.06-.79-.25-1.58-.25-.79.15-1.58.15-.79.11-1.58.11-.79-.27-1.58-.27h-1.58c-.79%2C0-.79.18-1.58.18s-.79-.17-1.58-.17-.79.07-1.58.07-.8.21-1.59.21h-1.58c-.79%2C0-.79-.06-1.58-.06h-3.16c-.79%2C0-.79-.06-1.58-.06s-.79.1-1.59.1-.79-.07-1.58-.07h-1.58c-.79%2C0-.79.12-1.58.12s-.79-.19-1.58-.19-.79.17-1.59.17-.79-.18-1.58-.18-.79-.11-1.58-.11-.79.31-1.58.31-.79-.28-1.58-.28-.8.1-1.59.1-.79.19-1.58.19-.79-.32-1.58-.32h-1.58c-.79%2C0-.79.15-1.58.15s-.79-.15-1.58-.15-.8.26-1.59.26h-9.48c-.79%2C0-.79-.15-1.58-.15s-.8.06-1.59.06-.79-.11-1.58-.11h-1.58c-.79%2C0-.79.1-1.58.1s-.79-.12-1.58-.12-.79.07-1.58.07h-1.58c-.79%2C0-.79.21-1.58.21s-.79-.06-1.59-.06-.79-.22-1.58-.22h-1.58c-.79%2C0-.79.23-1.58.23s-.79-.07-1.58-.07-.79-.15-1.58-.15h-1.58c-.79%2C0-.8.09-1.59.09h-1.58c-.79%2C0-.79.08-1.58.08h-3.16c-.79%2C0-.8-.11-1.59-.11s-.79-.09-1.58-.09h-1.58c-.79%2C0-.79.15-1.58.15s-.8-.06-1.59-.06-.79.08-1.58.08h-3.12c-.79%2C0-.79-.14-1.58-.14s-.8.15-1.59.15-.79-.2-1.58-.2h-1.58c-.79%2C0-.79.15-1.58.15s-.79-.08-1.58-.08-.79.06-1.58.06-.79.06-1.58.06-.8.15-1.59.15-.79-.18-1.58-.18-.79.06-1.58.06-.79-.1-1.58-.1-.79.15-1.58.15-.79-.28-1.58-.28h-1.58c-.79%2C0-.8.14-1.59.14s-.79.15-1.58.15-.79-.16-1.58-.16-.79.1-1.58.1-.79-.25-1.58-.25h-3.17c-.79%2C0-.79.24-1.58.24h-1.58c-.79%2C0-.79-.09-1.58-.09s-.8-.07-1.59-.07-.79.17-1.58.17-.79-.19-1.58-.19-.79.08-1.58.08h-1.59c-.8%2C0-.79.07-1.58.07s-.79-.22-1.58-.22-.79.17-1.58.17-.79-.15-1.58-.15-.79.3-1.59.3-.79-.17-1.58-.17h-1.58c-.79%2C0-.79.1-1.58.1s-.79-.17-1.58-.17h-1.58c-.79%2C0-.79.27-1.59.27s-.79-.26-1.58-.26-.79.07-1.58.07-.79.19-1.58.19-.79-.21-1.58-.21-.79-.08-1.58-.08h-1.59c-.79%2C0-.79.16-1.58.16h-9.49c-.79%2C0-.79-.1-1.58-.1h-3.17c-.79%2C0-.79.06-1.58.06h-3.16c-.78%2C0-.78-.25-1.57-.25h-1.58c-.79%2C0-.79.33-1.58.33h-1.58c-.79%2C0-.79-.15-1.58-.15s-.79-.18-1.58-.18h-1.58c-.79%2C0-.79.28-1.58.28s-.79-.23-1.58-.23h-1.58c-.79%2C0-.79.09-1.58.09s-.79-.13-1.58-.13-.79.27-1.58.27-.79-.08-1.59-.08-.79-.06-1.58-.06h-1.58c-.79%2C0-.79-.14-1.58-.14s-.79.19-1.58.19h-1.59c-.79%2C0-.79-.2-1.58-.2s-.79.27-1.58.27-.79-.32-1.58-.32-.79.15-1.59.15-.79-.1-1.58-.1-.79.17-1.58.17-.79-.2-1.58-.2-.79.33-1.58.33h-1.58c-.79%2C0-.79-.33-1.58-.33s-.79.11-1.58.11h-3.16c-.79%2C0-.79.06-1.58.06s-.79.06-1.58.06-.79-.26-1.58-.26-.79.13-1.58.13-.79.14-1.58.14h-1.61c-.79%2C0-.79-.13-1.58-.13s-.79.18-1.58.18-.79-.09-1.58-.09h-1.58c-.79%2C0-.79-.12-1.58-.12s-.79-.15-1.58-.15-.79.32-1.58.32h-1.58c-.79%2C0-.79-.25-1.58-.25s-.79.09-1.58.09-.79.06-1.58.06-.79-.11-1.59-.11-.79.06-1.58.06h-1.58c-.79%2C0-.79.11-1.58.11s-.79-.23-1.58-.23h-6.33c-.8%2C0-.8.1-1.59.1s-.79.18-1.58.18-.79-.23-1.58-.23-.79-.08-1.58-.08-.79.21-1.59.21-.79.14-1.58.14h-1.58c-.79%2C0-.79-.24-1.58-.24s-.79-.07-1.58-.07h-1.58c-.79%2C0-.79.24-1.58.24s-.79-.07-1.58-.07-.79.09-1.58.09-.79-.16-1.58-.16-.8.08-1.59.08-.79-.16-1.58-.16-.79.22-1.58.22-.79-.13-1.58-.13h-3.16c-.79%2C0-.79.08-1.58.08h-1.58c-.79%2C0-.79-.16-1.59-.16s-.79.18-1.58.18-.79.13-1.58.13-.79-.18-1.58-.18-.79.2-1.59.2h-3.16c-.79%2C0-.79-.06-1.59-.06s-.79.16-1.58.16h-1.58c-.79%2C0-.79-.26-1.58-.26s-.8.21-1.59.21h-3.16c-.79%2C0-.79-.06-1.58-.06h-1.58c-.79%2C0-.79.23-1.58.23s-.8-.35-1.59-.35-.79.11-1.58.11-.79.08-1.58.08-.79.17-1.58.17-.79-.19-1.58-.19h-1.58c-.8%2C0-.8-.08-1.59-.08h-1.61c-.79%2C0-.79.17-1.58.17s-.79.07-1.58.07-.8-.1-1.59-.1-.79.13-1.58.13-.79-.27-1.59-.27-.79.18-1.58.18h-1.58c-.79%2C0-.79-.13-1.59-.13h-3.16c-.79%2C0-.79.13-1.58.13s-.79-.08-1.58-.08-.8-.14-1.59-.14h-1.58c-.79%2C0-.79.32-1.58.32s-.79-.15-1.58-.15-.79-.14-1.58-.14h-3.1c-.79%2C0-.79.07-1.58.07s-.8.08-1.59.08-.79.17-1.58.17-.79-.31-1.59-.31h-1.66c-.79%2C0-.79.3-1.58.3s-.79-.05-1.58-.05-.8-.22-1.59-.22-.79.11-1.58.11-.79-.17-1.58-.17-.79.11-1.58.11-.8-.09-1.59-.09-.79.28-1.58.28h-3.14c-.79%2C0-.79-.19-1.58-.19s-.79.18-1.58.18-.8-.08-1.59-.08-.79-.19-1.58-.19-.79.24-1.59.24-.79-.1-1.58-.1h-1.58c-.79%2C0-.79.15-1.58.15s-.8-.12-1.59-.12-.79-.11-1.58-.11-.79.2-1.58.2-.79-.18-1.59-.18-.79-.14-1.58-.14-.79.1-1.58.1h-3.17c-.79%2C0-.79.19-1.59.19h-1.58c-.79%2C0-.79-.18-1.58-.18s-.79.18-1.59.18-.79-.1-1.58-.1-.79-.12-1.58-.12h-3.17c-.79%2C0-.79.24-1.58.24s-.8-.34-1.59-.34-.79.1-1.58.1h-3.17c-.79%2C0-.79-.13-1.58-.13s-.8.09-1.59.09h-1.58c-.79%2C0-.79.21-1.59.21s-.79-.24-1.58-.24h-3.17c-.79%2C0-.79.24-1.58.24s-.79-.22-1.58-.22-.79.22-1.58.22-.79-.22-1.58-.22-.79.22-1.58.22-.8-.24-1.59-.24-.79.15-1.58.15h-1.58c-.79%2C0-.79-.15-1.58-.15s-.8.24-1.59.24-.79-.22-1.58-.22-.79.27-1.59.27-.79-.16-1.58-.16-.79.11-1.58.11h-1.58c-.79%2C0-.79.11-1.59.11h-1.58c-.79%2C0-.79-.21-1.58-.21s-.79-.11-1.59-.11h-4.75c-.79%2C0-.79.34-1.58.34s-.79-.27-1.59-.27-.79-.11-1.58-.11l-1.62-.02c-.79%2C0-.8.08-1.59.08s-.79.08-1.58.08-.8-.21-1.59-.21-.79.13-1.58.13-.79.19-1.59.19-.79-.07-1.58-.07-.79-.27-1.59-.27-.79.27-1.58.27-.79.06-1.58.06-.74-.08-1.55-.08h-1.58c-.8%2C0-.8.08-1.59.08s-.79-.06-1.58-.06-.8-.27-1.59-.27h-1.59c-.79%2C0-.79.13-1.58.13s-.79.13-1.59.13-.79-.13-1.58-.13-.79-.15-1.59-.15-.79.29-1.58.29-.8-.28-1.59-.28-.79.24-1.58.24-.8.1-1.59.1-.79-.21-1.58-.21-.8.08-1.59.08h-1.58c-.79%2C0-.8.07-1.59.07s-.79-.12-1.58-.12-.8.22-1.59.22-.79-.17-1.59-.17-.79.12-1.58.12-.8-.18-1.59-.18-.79-.1-1.59-.1-.79.21-1.58.21-.8-.21-1.59-.21h-1.59c-.8%2C0-.79.17-1.58.17s-.8-.12-1.59-.12-.79-.1-1.59-.1h-1.59c-.8%2C0-1.4-.24-1.61.16V.36Z%22%2F%3E%20%3C%2Fg%3E%3C%2Fsvg%3E');

	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	max-width: 800px;
	  mask-image: none;
}

.c-section__header > div{
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	justify-items: center;
	gap: var(--layout-space-div);
	font-size:var(--spot-font-header-p);
}
.c-section__header h2{
	font-weight: 900;
	font-size:var(--spot-font-header-h);
	white-space: nowrap;
	line-height: 100%;
}
.c-section__header p{
	font-weight:700;
	color:var(--color-secondary);
}
.c-section__header img{
	width: 90%;
	max-width: 100%;
	max-height: 200px;
	object-fit: contain;
}


.spot-list {
  display: flex;
  flex-direction: column;
  gap: calc(var(--layout-space-section) * 2.5);
}

.spot {
  display: grid;
  gap: 2.4em;
}

.spot .spot-inner {
  display: grid;
  gap: 1.6em;
    position: relative;
}
.spot-img {
  position: relative;
  overflow: hidden;
  height: 100%;
}
.spot-img img{
	aspect-ratio: 4 / 3;
	border-radius: 4rem;
}

.spot-item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  justify-content: flex-start;
  height: auto;
  transition: 0.6s all;
  position: relative;
  gap: 1.6em;
}
.spot-item .txt {
  padding: 0 calc(5% / 1);
  display: flex;
  gap: 2.4rem;
  position: relative;
  align-items: center;
  align-content: space-between;
  flex-direction: column;
  justify-content: flex-start;
}

.spot-item .txt .title {
	font-size: var(--spot-font-size-title);
	font-weight: 500;
	text-align: center;
	line-height: 130%;
}
.spot-item .txt .name {
	border-bottom: 3px dotted;
	font-size: var(--spot-font-size-name);
	font-weight: 700;
	letter-spacing: -1px;
	text-align: center;
	line-height: 130%;
	padding-bottom: 1.6rem;
}
.spot-item .txt .read {
	font-size: calc(var(--spot-font-size-name) * 0.8);
	font-weight: 700;
	letter-spacing: -1px;
	text-align: center;
	line-height: 130%;
}
.spot-item .txt p {
	font-size: var(--spot-font-size-text);
}

.spot-item .btn {
	max-width: 320px;
	margin: 0 auto;
	font-size: var(--spot-font-size-text);
	background-color: #000;
	border-color: #000;
}

.detail dl{
	display: grid;
	justify-content: flex-start;
	align-items: start;
	margin: 10px auto;
	position: relative;
	gap: 10px;
	grid-template-columns:auto 1fr;
	width: 100%;
	font-size: var(--spot-font-size-text);
}
.detail dl dt{
	width: 100px;
	display: block;
	background: #000;
	color: #fff;
	border-radius: 5px;
	margin-right: 10px;
	padding: 3px 10px;
	line-height: 1.2;
	text-align: center;
}

.link {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}



@media screen and (min-width: 1025px) {

	.c-section__header {
		grid-template-columns: 1fr max-content;
		gap: 400px;
		align-items: start;
		justify-content: space-between;
		width: 100%;
	}
	.c-section__header.reverse {
		grid-template-columns: max-content min-content;
	}
	.c-section__header.reverse  img {
		order: 0;
	}
  .c-section__header.reverse > div {
  }
	.c-section__header > div {
	  align-items: flex-start;
	}
	.c-section__header img {
		order: 2;
		width: 100%;
		max-width: 500px;
		min-height: 300px;
		object-position: top;
	}

	.spot .spot-inner {
		gap: 2em;
		max-width: 1440px;
		grid-template-columns: 1.5fr 1fr;
		align-items: center;
	}
	.spot:nth-child(even) .spot-inner {
		grid-template-columns:1fr 1.5fr;
	}
	.spot:nth-child(even) .spot-img {
	    order: 2;
	}
}



/* =============================================
　　article#fv
============================================= */

article#fv{
	position: relative;
}
article#fv:before {
  content: "";
}

article#fv .c-section {
  padding:0;
}

article#fv .c-section__contents {
  position: relative;
  display: block;
}

article#fv img{
}

@media screen and (min-width: 1025px) {
	article#fv img {
	  aspect-ratio: 16 / 9;
	  aspect-ratio: 250 / 107;
	      aspect-ratio: 2000 / 1237;
	}
}

/* =============================================
　　article#term
============================================= */

article#term{
	position: relative;
}
article#term:before {
  content: "";
}

article#term .c-section {
  z-index: 1;
  padding-top:0;
}

article#term .c-section__body {
	background: var(--color-primary);
	  background: #fff;
}

article#term .c-section .logo {
  width: 90%;
  max-width:560px;
	padding:var(--layout-space-section) 0 ;
}

article#term .wakuwaku {
  position: absolute;
  top: -3rem;
  width: 50%;
  left: 5%;
  z-index: 10;
}

article#term .c-section p.text {
	padding:0 var(--layout-space);
	text-align: center;
	font-size: var(--font-size-md);
	max-width: 800px;
}


#term .news-box{
	font-size: var(--font-size-sm);
	text-align: center;
	display: flex;
	flex-direction: column;
	align-items: center;
	background: #fff;
	border-radius: 1rem;
	color: #000;
	overflow: hidden;
	align-items: stretch;
	border: 2px var(--color-primary) solid;
}
#term .news-box dt{
	padding: 1rem;
	background: var(--color-primary);
	width: 100%;
	white-space: nowrap;
	display: flex;
	align-items: center;
	justify-content: center;
}
#term .news-box dd{
	padding: 1rem;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}
#term .news-box dd a {
  color: #000 !important;
    text-align: left;
}


#term .movie {
	width: 100%;
	z-index: 1;
	position: relative;
	aspect-ratio: 4 / 3;
	  overflow: hidden;
}
#term .movie video {
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	width: 100%;
	height: 100%;
	min-width: 100%;
	min-height: 100%;
	transform: translate(-50%,-50%);
}


@media screen and (min-width: 1025px) {

	article#term .wakuwaku {
	  top: -5rem;
	  width: 50%;
	  max-width:400px;
	  left: 20%;
	}

	#term .news-box {
	  flex-direction: row;
	}
	#term .news-box dt {
	  width: auto;
	}
	#term .movie {
	    aspect-ratio: 16 / 7;
	    margin: 0 auto;
	    max-width:1000px;
	    min-width:1000px;
	}

}

/* =============================================
　　article#navigation
============================================= */
#miffy ul.navigation {
	display: grid !important;
	grid-template-columns: 1fr 1fr;
	gap:calc(var(--layout-space-div) * 0.5 );
	align-items: center;
	justify-content: center;
	max-width: 1200px;
	margin: 0 auto!important;
}
#miffy ul.navigation a{
	display: flex;
	flex-direction: column;
	gap:calc(var(--layout-space-div) * 0.5 );
	border-radius: 2rem;
	padding: calc(var(--layout-space-div) * 2 ) var(--layout-space-div)!important;
	background:#000;
	color:#fff;
	font-weight: 500!important;
	text-decoration: none;
	text-align: center;	
	position: relative;
	transition: all 0.4s;
	align-items: center!important;
	justify-content: center!important;
	overflow: hidden;
}
#miffy ul.navigation a:after{
	display:none!important;
}


#miffy ul.navigation a:hover {
  opacity: 1;
  transform: translateY(-5px);
}

#miffy ul.navigation a:hover:before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, transparent, rgba(255, 255, 255, 0.3), transparent);
  transform: translateY(-100%);
  animation: shimmer 1.5s infinite;
}
@keyframes shimmer {
  100% {
    /* 最終的に右端の外側へ移動させる */
    transform: translateY(100%);
  }
}

#miffy ul.navigation div{
	line-height: 120%;
	font-size:clamp(1.2rem, 0.057rem + 2.38vw, 2.2rem);
}
#miffy ul.navigation div:last-child{
	font-weight: 900;
	font-size: clamp(2.8rem, 1.2rem + 3.33vw, 4.2rem);
	white-space: nowrap;
}
#miffy ul.navigation a.event{
	background: var(--color-miffy-green)!important;
}
#miffy ul.navigation a.gourmet{
	background: var(--color-miffy-orange)!important;
}
#miffy ul.navigation a.goods{
	background: var(--color-miffy-blue)!important;
}
#miffy ul.navigation a.hotels{
	background: var(--color-miffy-brown)!important;
}


#miffy ul.navigation a.event >div:first-child:after{
	content: "NEW";
	position: absolute;
	top: 0;
	left: 0;
	background: var(--color-miffy-yellow);
	font-weight: bold;
	font-size: 1.4rem;
	color: #000;
	width: 50px;
	/* height: 30px; */
	border-radius: 02rem 0 2rem 0;
	line-height: 30px;
}


picture.test{
  position: relative;
    justify-content: center;
}
picture.test:before{
  content: "監修中";
  position: absolute;
  font-size: 24px;
  z-index: 9;
  color: #fff;
  background: red;
  top: 50%;
  left: auto;
  right: auto;
  padding: 1rem;
  margin: 0 auto;
}

@media screen and (min-width: 1025px) {

	#miffy ul.navigation {
		grid-template-columns: 1fr 1fr 1fr 1fr;
	}
	#miffy ul.navigation a.event >div:first-child:after{
		font-size: 1.8rem;
		color: #000;
		width: 55px;
		line-height: 40px;
	}

}

/* =============================================
　　article#event
============================================= */

article#event .c-section__header,
article#event .spot-item .txt p.name{
	color:var(--color-miffy-green);
}

/* =============================================
　　article#gourmet
============================================= */

article#gourmet .c-section__header,
article#gourmet .spot-item .txt p.name{
	color:var(--color-miffy-orange);
}
article#gourmet .spot-img img{
	aspect-ratio: 1200 / 673;
}
article#gourmet .spot-item .txt p {
  display: grid;
  grid-template-columns: 1fr max-content;
}
article#gourmet .spot-item .txt p img{
    max-height: 120px;
}

@media screen and (min-width: 1025px) {
	article#gourmet .spot-item .txt p img{
	    max-height: 150px;
	}
}

/* =============================================
　　article#goods
============================================= */

article#goods .c-section__header,
article#goods .spot-item .txt p.name{
	color:var(--color-miffy-blue);
}





/* =============================================
　　article#hotel
============================================= */


article#hotels .c-section__header, article#hotels .spot-item .txt p.name {
  color: var(--color-miffy-brown);
}

article#hotels .tokuten .inner,
article#hotels .plan .inner {
	display: grid;
	gap: 4rem;
}

article#hotels .item {
	background: #ffffff;
	border-radius: 2rem;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	justify-content: flex-start;
	height:auto;
	transition: 0.6s all;
	padding-bottom: 2rem;
	position: relative;
}

article#hotels  .swiper-slide:not(.swiper-slide-active) .item {
  transform: scale(0.95);
}


article#hotels .item .txt {
  padding: calc(5% / 1) calc(5% / 1);
  display: flex;
  gap: 10px;
  position: relative;
  align-items: center;
  align-content: space-between;
  flex-direction: column;
  justify-content: flex-start;
}

article#hotels  .item .txt p{
  text-align: center;
}

article#hotels  .item .txt p.name{
	color: var(--color-htbnavy);
	border-bottom: 1px solid;
}

article#hotels  .item .img {
  width: 100%;
  overflow: hidden;
}

article#hotels  .item img {
  width: 100%;
  aspect-ratio: 4 / 3;
}

article#hotels  .swiper-slide-active .item img {
  transform: scale(1.15);
  transform-origin: bottom;
}

article#hotels  .item img {
  width: 100%;
  aspect-ratio: 4 / 3;
}

article#hotels  .btn{
	background-color: var(--color-miffy-brown);
	border-color: var(--color-miffy-brow);
	max-width: 260px;
	margin: 0 auto;
}

article#hotels .js-swiper-hotels{
  padding-left:3.4rem;
}
.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal {
  padding-right: 3.4rem;
}


article#hotels .js-swiper-hotels .item {
  padding-bottom: 2rem;
}



article#hotels .item > .txt:first-of-type {
	flex: 1;
	justify-content: center;
}


article#hotels .fivehotels {
	display: grid;
	gap: 2rem;
	text-align: center;
}

article#hotels .tokuten {
	background: var(--color-miffy-brown);
	padding: 6rem 0;
	border-radius:10rem 0rem 10rem 0rem;
	display: grid;
	gap: 0rem;
	text-align: center;
	color: #fff
}

article#hotels .js-swiper-tokuten .item {
	background: rgb(255 255 255 / 20%);
	color: #fff;
	border: 0;
	overflow: visible;
	margin-top:2rem;
	background: transparent;
}

article#hotels .tokuten .text-point {
	position: absolute;
	background: var(--color-miffy-yellow);
	border-radius: 9999px;
	padding: 1rem 3rem;
	line-height: 100%;
	color: #000;
	left: 0;
	right: 0;
	top: -20px;
	display: table;
	margin: 0 auto;
	font-size: 16px;
	z-index: 1;
}

article#hotels .tokuten .img {
  border-radius: 2rem 2rem 0 0;
  height: auto;
}

article#hotels .tokuten .item .img:after {
  content: "";
}
article#hotels .tokuten .item .img p{
	color:#fff;
	border: 0;
	line-height: 120%;
	position: absolute;
	bottom: 1rem;
	left: 0;
	width: 100%;
	z-index: 1;
}
article#hotels .tokuten .item img{
}
article#hotels .tokuten .swiper-button-prev:after,
article#hotels .tokuten .swiper-button-next:after {
  background-color: #ffffff;
}


article#hotels .plan {
	padding: 6rem 1.6rem 3rem;
	display: grid;
	gap: 2rem;
	text-align: center;
	color: #000;
	  background: #fff;
	position: relative;
	margin:0 1.6rem;
	border:0px #96723b solid;
	border-radius: 4rem;
}


article#hotels .plan .title{
  position: absolute;
  top: -20px;
  left: 0;
  right: 0;
  background: var(--color-secondary);
  color: #fff;
  display: table;
  margin: 0 auto;
  padding: 0 2rem;
  border-radius: 9999px;
}

article#hotels .plan .plan-list{
  display: grid;
  gap: 2rem;
}
article#hotels .plan .plan-list .item{
	display: grid;
	grid-template-columns: 1fr 1.5fr;
	padding: 0;
	gap:0rem;
	align-items: center;
	border-color:var(--color-secondary);
	border: 2px var(--color-secondary) solid;
}

article#hotels .plan .plan-list .item img {
  aspect-ratio: 1 / 1;
}
article#hotels .plan .plan-list .item .txt {
  padding:0.5rem;
  display: block;
}
article#hotels .plan .plan-list .item .txt p{
  line-height: 140%;
}
article#hotels .plan .plan-list .item .link {
  grid-column: 1 / 4;
}
article#hotels .plan .plan-list .item .link .btn {
	max-width: none;
	margin: 0 auto;
	border-radius: 0;
	background-color:var(--color-secondary);
	border-color:var(--color-secondary);
	width: 100%;
}



@media screen and (min-width: 1025px) {
	 article#hotels .spot .spot-inner {
	    grid-template-columns: 1fr;
	  }
	article#hotels .spot-img img{
		aspect-ratio: 16 / 9;
	}

	article#hotels .spot-item .txt p {
	  max-width: 800px;
	}
	article#hotels  .swiper-slide:not(.swiper-slide-active) .item {
	  transform: scale(1);
	}
	article#hotels  .swiper-slide-active .item img {
	  transform: scale(1);
	}

	article#hotels .c-section__body {
	  padding: 0 var(--layout-space-section);
	  max-width: 1440px;
	}

	article#hotels .tokuten {
	  padding: 6rem;
	  width: 100%;
	  max-width: 1440px;
	}
	article#hotels .tokuten .inner {
	  margin: 0 auto;
	}
	article#hotels .plan {
	  padding: 6rem;
	      max-width: 940px;
	  max-width: 1440px;

	}
	article#hotels .plan .inner {
	  margin: 0 auto;
	}

	article#hotels .plan .plan-list {
	  gap: 4rem;
	  grid-template-columns: 1fr 1fr;
	}
	article#hotels .plan .plan-list .item {
	  grid-template-columns: 1fr 1.1fr;;
	}
	article#hotels .plan .plan-list .item img {
	  aspect-ratio: 16 / 9;
	}


}

/* =============================================
　　article#attraction
============================================= */

article#attraction{
  background: var(--color-primary);
  margin-top:var(--layout-space-section);
}

article#attraction .c-section {
  padding: calc(var(--layout-space-section) * 1.5) 0;
}
article#attraction .spot.spot-slider .spot-inner {
  display: flex;
  gap: 0.8rem;
  flex-direction: column;
}
article#attraction .spot.spot-slider .spot-item .txt {
  gap:0.8rem;
}
article#attraction .spot.spot-slider .spot-img {
  height: auto;
}
article#attraction .spot.spot-slider .spot-img img{
  aspect-ratio: 173 / 115;
    border-radius: 1rem;
}

article#attraction .swiper {
  overflow: visible;
}


@media screen and (min-width: 1025px) {
	article#attraction .spot.spot-slider .spot-inner {
		grid-template-columns:1fr;
	}
}

.miffy-copyright {
  display: flex
;
  flex-direction: column;
  gap: 0.5rem;
}

.miffy-copyright img {
  height: 10px;
}
@media screen and (min-width: 1025px) {
	.miffy-copyright img{
		height:14px;
	}
}




.friends-item{
}
.friends-item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  justify-content: flex-start;
  height: auto;
  transition: 0.6s all;
  position: relative;
  max-width: 960px;
  margin: 0 auto;
  border:5px dotted var(--color-miffy-green);
  border-radius: 0 0 5rem 5rem;
  border-top: 0;
}
.friends-item .spot-item .txt {
  gap: 1rem;
}
.friends-item .spot-item .txt .title {
  font-size: calc(var(--spot-font-size-title) * 0.8);
}
.friends-item .spot-item .txt .name {
  border-bottom:0;
  font-size: calc(var(--spot-font-size-name) * 0.8);
}

.friends-items-inner{
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 2rem;
	align-items: end;
	justify-content: center;
	  padding: 0 2rem 2rem;
}
.friends-items-inner .items{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: cente
}

.friends-items-inner .items picture {
  width: 100%;
  display: flex;
  background: #000;
  border-radius: 9999px;
  overflow: hidden;
  aspect-ratio: 1 / 1;
    border-radius: 2rem;
}

.friends-items-inner .items img{
	aspect-ratio: 1 / 1.2;
	object-fit: cover;
	object-position: top;

	aspect-ratio: 1 / 1;
	object-fit: contain;
	object-position: bottom;
	width: 80%;

	object-position: top;
	object-fit: cover;
	width: 80%;
	padding-top: 1.5rem;
	padding-top: 0.2rem;
}
.friends-items-inner .items p{
  font-size: calc(var(--spot-font-size-text) * 1.2);
  font-weight: 600;
}
.friends-items-inner .items:nth-child(n+3){
	margin-top: -0rem;
}
.friends-items-inner .items:first-child picture {
  background:var(--color-miffy-orange);
}
.friends-items-inner .items:nth-child(2) picture {
  background:var(--color-miffy-green);
}
.friends-items-inner .items:nth-child(3) picture {
  background:var(--color-miffy-yellow);
}
.friends-items-inner .items:nth-child(4) picture {
  background:var(--color-miffy-blue);
}
/*
.friends-items-inner .items:first-child p {
  color:var(--color-miffy-yellow);
}
.friends-items-inner .items:nth-child(2) p{
  color:var(--color-miffy-yellow);
}
.friends-items-inner .items:nth-child(3) p {
  color:var(--color-miffy-yellow);
}
.friends-items-inner .items:nth-child(4) p {
  color:var(--color-miffy-yellow);
}
*/

@media screen and (min-width: 1025px) {
	.friends-items-inner{
		grid-template-columns: 1fr 1fr 1fr 1fr;
	}
}






