*{
  all:unset;
  display:revert;
}

@font-face {
   font-family: HHHGlogo;
   /*src: url('./wf/Russian.ttf') format("truetype");*/
   /*src: url('./wf/faith_and_glory_two-webfont.woff') format("woff");*/
   /*src: url('./wf/chicle-regular.woff') format("woff");*/
   /*src: url('./wf/bad_land-webfont.woff') format("woff");*/
   /*src: url('./wf/H.H.-Samuel-font-defharo.woff') format("woff");*/
   /*src: url('./wf/Mengkengs.woff') format("woff");*/
   /*src: url('./wf/im-fell-great-primer.sc.woff') format("woff");*/
   /*src: url('./wf/LocalBrewerySans.woff') format("woff");*/
   /*src: url('./wf/WasatshBrush-MVMlY.woff') format("woff");*/
   src: url('wf/Raflesia.ttf') format("truetype");
}
.hhhglogo {
  font-family: HHHGlogo;
  -ms-font-feature-settings: "normal";
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

* {
  padding: 0;
  margin: 0;
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

s {
  text-decoration: line-through;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

.del{
  text-decoration: line-through;
}
.caution {
  color: var(--color-theme);
}

img, video, canvas {
  overflow: hidden; /* or auto */
}

* {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-o-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
}


:root {
  --color-theme: #a9c0cd;
  --color-bg: #FFFFFF;
  --color-bg-blue: #9ed3c0;
  --color-bg-gray: #ced4da;
  --color-body: #212529;
  --color-strong: #221815;
  --color-link: #a2a05e;
  --spacing-inline:92px;
  --hg-padding-sm:16px;
  --hg-padding:32px;
  --hg-padding-lg:64px;
  --hg-sec-gap-sm:32px;
  --hg-sec-gap:64px;
  --hg-sec-gap-lg:128px;
}

.sm-hide {
  display: block;
}
.lg-hide {
  display: none !important;
}


body {
  background-color: var(--color-bg);
  color: var(--color-body);
  font-family: "IBM Plex Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.05em;
}

a:link,
a:active,
a:hover,
a:visited {
  color: var(--color-body);
  text-decoration: none;
}

p a:link,
p a:active,
p a:hover,
p a:visited {
  border-bottom: 1px solid var(--color-body);
}

a:hover {
  opacity: 0.4;
}

/* font */

.font-en {
	font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}
.font-ja {
  font-family: "IBM Plex Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.1em;
}

h1,
h2,
h3,
h4 {
  display: block;
  width: 100%;
  margin: 0;
  font-weight: normal;
  font-weight: 400;
  font-style: normal;
}

h1,
.font-h1 {
	font-size: 54px;
  line-height: 1.8;
  letter-spacing: 0.05em;
  font-weight: 600;
}
.hhhglogo.site-title {
  font-size: 74px;
  line-height: 1.2;
  letter-spacing: -0.01em;
}

h2,
.font-h2,
.rte .font-h2{
	font-size: 40px;
	letter-spacing: 0.05em;
  line-height: 1.8;
  font-weight: 600;
}

h3,
.font-h3 {
  font-size: 32px;
  line-height: 1.8;
  letter-spacing: 0.05em;
  font-weight: 600;
}

h4,
.font-h4 {
  font-size: 20px;
  line-height: 1.8;
  letter-spacing: 0.05em;
  font-weight: 600;
}


h5,
.font-h5 {
  font-size: 13px;
  line-height: 1.8;
  letter-spacing: 0.05em;
  font-weight: 600;
}


.font-body1,
.font-body1 p {
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 2;
  font-weight: 500;
}

.font-body2,
.font-body2 p {
  font-size: 13px;
  letter-spacing: 0.05em;
  line-height: 1.80;
  font-weight: 500;
}

.font-lead {
	font-size: 16px;
	font-weight: 600;
	line-height:2;
  letter-spacing: 0.1em;
}

.font-caption {
  font-size: 13px;
  line-height: 2.0;
}

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

.font-nav {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.05em;
}

ul {
  list-style: none;
}



.font-strong {
  font-weight: 500;
}

p,
table,
ul li,
dl dt,
dl dd {
  color: var(--color-body);
}

dl a,
li a,
p a{
  text-decoration: none;
  color: var(--color-link);
}

dl a:hover,
li a:hover,
p a:hover,
a:hover img{
  opacity: 0.6;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all  0.2s ease-in-out;
}

a {
  cursor: pointer;
}

.color-strong{
  color: var(--color-strong);
}

/* /font */


/* common */
.wrap {
  overflow-x: hidden;
}
.announcement{
  display: block;
  width: 100%;
  position: fixed;
  left: 0;
  padding:8px;
  text-align: center;
  background-color: var(--color-theme);
  z-index: 3;
}

.inner {
  padding-inline: var(--hg-padding-lg);
  width: 100%;
  position: relative;
}
.inner-s {
	max-width: 980px;
}

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

.rte{
  display: flex;
  flex-wrap: wrap;
  gap:2.0em 0;
}

.rte.rte-s{
  gap:var(--hg-padding-sm);
}


.rte p{
  display: block;
  width: 100%;
}

.rte dl {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.rte dt,
.rte dd {
  width: 100%;
}

.rte dt .label {
  display: inline-block;
  font-size: 16px;
  line-height: 1;
  border:1px solid var(--color-body);
  padding: 10px 16px 8px;
  border-radius: 32px;
  font-weight: 500
}

.rte dd{
  margin-block-start: var(--hg-padding-sm);
  margin-block-end: var(--hg-padding-lg);
}
.rte dd:last-child {
  margin-block-end: 0;
}

.rte dd ul {
  list-style: disc;
  padding-left: var(--hg-padding-sm);
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 8px 0;
}

.btn{
  display: inline-block;
  border-bottom: 0px;
  padding: 10px 18px 8px;
  line-height: 1 !important;
  font-size: 13px !important;
  border-radius: 16px;
}

.btn.btn-secondary{
  background-color: var(--color-body);
  border: 1px solid var(--color-body);
  color: #FFFFFF;
}

.btn.btn-ticket{
  background-color: #FFFFFF;
  border: 1px solid var(--color-theme);
  color: var(--color-body);
  position: absolute;
  right: var(--hg-padding-lg);
  top:50%;
  transform: translate(0, -50%);
}

.link-arrow-left {
  width: 24px;
  display: block;
  position: absolute;
  left: var(--hg-padding-lg);
  top:50%;
  transform: translate(0, -50%);
}


/* header */

#hero {
	position: relative;
	width: 100%;
	height: 100svh;
  z-index: 1;
}

.hero__body {
	z-index: 2;
	padding: var(--hg-padding-lg) var(--hg-padding-lg) calc(var(--hg-padding-lg) * 1.5);
	align-content: space-between;
	display: flex;
	flex-wrap: wrap;
	height: 100svh;
}

@media screen and (min-width: 769px) {
  .hero__body {
    position: relative;
  }
}

	.site-title span {
		color: var(--color-theme);
	}

	.hero__body .date {
		font-weight: 700;
	}

.hero__img {
	position: absolute;
	width: 50%;
	height: 100%;
	max-width: 600px;
	right: 0;
	top:0;
	z-index: 1;
}

.hero__img img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.hero__body-theme {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0 32px;
}

.hero__body-theme-demo {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0 32px;
	position: absolute;
	top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding-inline: var(--hg-padding-lg);
}

.theme-en {
	font-size: 36px;
	font-weight: 600;
	letter-spacing: 0.05em;
}

.theme-mark {
	font-size: 36px;
	font-weight: 600;
}

.theme-ja {
	font-size: 36px;
	font-weight: 600;
	width: 39px;
}

.hero__body-lead {

}

.hero__body-lead .font-lead {
	width: 50%;
}

.hero__body-title,
.hero__body-theme,
.hero__body-lead {
	width: 100%;
}

#nav {
  position: fixed;
  width: 100%;
  left: 0;
  bottom: 0;
  background-color: var(--color-theme);
  z-index: 3;
  padding: 16px;
}

#nav ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0 16px;
}

#nav ul li {
  display: inline-block;
}

#nav ul li a {
  color: #FFFFFF;
  color: var(--color-body);
}



/* main */
#main {
  position: relative;
  z-index: 1;
}

.sec {
	padding-block: var(--hg-sec-gap);
	display: grid;
	gap: var(--hg-padding) 0;
}

.sec:last-child {
  padding-block-end: 0;
}

.sec:last-child .sec-child:last-child {
  margin-block-end: 0; 
}

.sec-bg {
  background-color: #dee2e6;
}

#message.sec,
#timetable.sec{
  padding-block-end: 0;
}

.sec__header {
	
}

.sec__body {
	display: grid;
	gap: var(--hg-padding-lg) 0;
}

.sec-child {
  margin-block: var(--hg-sec-gap-sm);
  display: grid;
  gap: var(--hg-padding-lg) 0;
}

.sec-child:first-child {
  margin-block-start: 0;
}

.sec-child__header {
  
}

.sec-child__body {
  display: grid;
  gap: var(--hg-padding-lg) 0;
}



.sec__body-media,
.sec-child__body-media {
	display: flex;
	flex-wrap: wrap;
}

.sec-child__body-media.media-image-right {
  flex-direction: row-reverse;
} 

  .img-wrap,
  .iframe-wrap {
    position: relative;
    width: 100%;
    aspect-ratio: 6 / 4; /* 横6:縦4に固定 */
    overflow: hidden;
  }
  .img-wrap.img-wrap-sq {
    position: relative;
    aspect-ratio: 1 / 1; /* 横6:縦4に固定 */;
  }

  .img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover; /* はみ出す部分を切り抜き */
    object-position: center; /* 中央でトリミング */
    display: block;
  }
  .iframe-wrap iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
  }

	.align-items-center {
		align-items:center;
	}

.sec__body-media-img {
	width: 50%;
	max-width: 640px;
}

.sec__body-media-body {
	width: 50%;
	padding-inline: var(--hg-padding-lg);
}

.sec-child__body-media-img {
  width: 320px;
}
.sec-child__body-media-body {
  width: calc(100% - 320px);
  padding-inline-start: var(--hg-padding);
}

.sec-child__body-media.media-image-right .sec-child__body-media-body{
  padding-inline-start: 0;
  padding-inline-end: var(--hg-padding);
}
.sec-child__body-media-text {
  margin-block-start: var(--hg-padding-sm);
}

.media-image-access .sec-child__body-media-body{
  width: 100%;
  padding-inline: 0;
}

.media-image-access .sec-child__body-media-img {
  width: 100%;
  padding-inline: 0;
  margin-block-start: var(--hg-padding);
}

.social-media {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: var(--hg-padding-sm) 0;
}

.link-sns {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-size: 13px;
  font-weight: 500;
}

.link-sns img{
  width: 32px;
  height: 32px;
  display: inline-block;
}

.link-sns span {
  display: inline-block;
  padding-left: 8px;
}

.marche-list {
  display: flex;
  flex-wrap: wrap;
  gap: 16px 16px;
}

.marche-list .store {
  width: calc(50% - 8px);
}


.store-demo {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row-reverse;
  padding: var(--hg-padding);
  border: 1px solid var(--color-body);
}

  .store-demo .store__img {
    width: 50%;
    padding-inline-end: var(--hg-padding);
  }
  .store-demo .store__body {
    width: 50%;
  }

.store-demo__body-title-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
  .store-demo__body-logo {
    width: 96px;
  }

  .store-demo__body-title {
    display: block;
    width: calc(100% - 96px);
    padding-left: 8px;
  }
  .store-demo__body-text {
    margin-block-start: var(--hg-padding-sm);
  }

  .store-demo__body-text .rte {
    gap:var(--hg-padding-sm);
  }

/* img-list-1/3 */
.marche-list .store {
  width: calc(33.333% - 16px);
}


.store {
  display: flex;
  flex-direction: column;
  padding: var(--hg-padding);
  border: 1px solid var(--color-body);
}

.store__img {
  margin-top: auto; /* これで下端へ押し下げ */
  margin-block: auto 0;
}
  .store .store__img {
    width: 100%;
    padding-inline-end: 0;
  }
  .store .store__body {
    width: 100%;
  }

.store__body-title-wrap {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;

}
  .store__body-logo {
    width: 96px;
  }

  .store__body-title {
    display: block;
    width: calc(100% - 96px);
    padding-right: 8px;
  }
  .store__body-text {
    margin-block-start: var(--hg-padding-sm);
    margin-block-end: var(--hg-padding-sm);
  }

  .store__body-text .rte {
    gap:var(--hg-padding-sm);
  }



dl.timetable {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}

dl.timetable dt {
  width: 160px;
  border-bottom: 1px solid var(--color-body);
  padding-block: 8px;
}
dl.timetable dd {
  width: calc(100% - 160px);
  margin: 0;
  border-bottom: 1px solid var(--color-body);
  padding-block: 8px;
}

/* img-list */

.img-list {
  overflow-x: auto;
  scroll-snap-type: x mandatory;  /* 横方向にスナップ */
  scroll-behavior: smooth;        /* スクロールも滑らか */
  -webkit-overflow-scrolling: touch;
}

.img-list ul {
  display: flex;
  gap: 1px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.img-list li {
  flex: 0 0 auto;
  scroll-snap-align: start;   /* 要素の先頭で止まる */
  scroll-snap-stop: always;   /* 強制的にスナップさせやすい */
}

.img-list img {
  height: 400px;
  width: auto;
  display: block;
  object-fit: cover;
}

/* accordion */
.accordion {
  overflow: hidden;
}


.accordion-vehicle-title + .accordion-item{
  border-top: 1px solid var(--color-body);
}
.accordion-item {
  border-bottom: 1px solid var(--color-body);
}

.accordion-title {
  /* リセット */
  width: 100%;
  border: 0;
  cursor: pointer;
  padding: 16px 0;
  text-align: left;

  /* レイアウト */
  display: flex;
  align-items: center;
  justify-content: space-between;

  transition: background-color 0.4s ease;
}

.accordion-title:hover,
.accordion-title:focus-visible {
  opacity: 0.6;
  outline: none;
}

.accordion-title__icon {
  flex: none;
  font-weight: 700;
  /* 視覚的に安定させたい時は幅固定してもOK */
  width: 1.2em;
  text-align: center;
}

.accordion-content {
  max-height: 0;
  overflow: hidden;
  padding: 0 0;         /* 閉じてるときは上下0、左右のみ */
  background: #fff;
  transition: max-height 0.4s ease;
}

.accordion-content.is-open {
  /* 開いているときだけ上下パディング */
  padding: 16px 0px 32px;
}

@media (prefers-reduced-motion: reduce) {
  .accordion-content {
    transition: none;
  }
}

.accordion-vehicle-title {
  margin-block-start: var(--hg-padding-lg);
  margin-block-end: var(--hg-padding-sm);
}

.accordion-vehicle-title:first-child {
  margin-block-start: 0;
}

.vehicle-title:first-child {
  margin-block-start: 0px;
}

.root-item {
  display: block;
  width: 100%;
  max-width: 240px;
  text-align: center;
  padding: 8px 8px;
  background-color: var(--color-bg-gray);
}

.root-vehicle {
  position: relative;
}

.vehicle-title {
  padding: var(--hg-padding) 0 var(--hg-padding) var(--hg-padding);
}
.root-bar {
  position: absolute;
  width: 2px;
  height: 100%;
  left: 16px;
  top: 0;
  background-color: var(--color-body);
}

.hiking {
  display: inline-block;
  padding-right: 18px;
  background-image: url(icon-hiking.svg);
  background-size: 14px auto;
  background-position: right calc(50% - 2px);
  background-repeat: no-repeat;
  overflow: visible;

}

#footer {
  background-color: var(--color-theme);
  padding-block-start: var(--hg-padding);
  padding-block-end: var(--hg-padding-lg);
  padding-inline: var(--hg-padding);
}

.footer-content {
  margin-block: var(--hg-padding-sm);
}

#footer .social-media {
  flex-direction: row;
  justify-content: center;
}

.copyright {
  text-align: center;
  font-weight: 500;
}

@media screen and (max-width: 768px) {
  :root {
    --spacing-inline:62px;
    --hg-padding-sm:8px;
    --hg-padding:16px;
    --hg-padding-lg:16px;
    --hg-sec-gap-sm:16px;
    --hg-sec-gap:32px;
    --hg-sec-gap-lg:64px;
  }


  .sm-hide {
    display: none !important;
  }
  .lg-hide {
    display: block!important;
  }

  h1,
  .font-h1 {
      font-size: 36px;
      line-height: 1.5;
  }
  .hhhglogo.site-title {
    font-size: 60px;
    line-height: 1.2;
    letter-spacing: -0.01em;
  }

  h2,
  .font-h2,
  .rte .font-h2{
    font-size: 24px;
  }

  h3,
  .font-h3 {
    font-size: 20px;
  }

  h4,
  .font-h4 {
    font-size: 15px;
  }


  h5,
  .font-h5 {
    font-size: 13px;
  }


  .font-body1,
  .font-body1 p {
    font-size: 13px;
  }

  .font-body2,
  .font-body2 p {
    font-size: 13px;
  }

  .font-lead {
    font-size: 13px;
  }

  .font-caption {
    font-size: 11px;
    line-height: 2.0;
  }

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

  .font-nav {
    font-size: 24px;
  }

  .rte {
      gap: 1.5em 0;
  }

  #hero {
    position: relative;
    width: 100%;
    height: auto;
    z-index: 1;
    display: flex;
    flex-direction: column-reverse;

  }
  .hero__body {
    z-index: 2;
    padding: calc(var(--hg-padding-lg) * 2) var(--hg-padding-lg) calc(var(--hg-padding-lg) * 2);
    align-content: space-between;
    display: flex;
    flex-wrap: wrap;
    height: auto;
  }
    .hero__body-title {
      position: absolute;
      width: 100%;
      left: 0;
      top: 32px;
    }
    .hero__body-title .site-title{
      display: block;
      padding: 16px;
    }
    .hero__body-title .date.font-h3{
      display: block;
      padding: 0 16px;
      font-size: 20px;
      line-height: 1;
    }
  .hero__img {
    position: relative;
    width: 100%;
    height: 150vw;
    max-width: 100%;
    right: 0;
    top: 0;
    z-index: 1;
  }

  .hero__body-theme{
    align-items: center;
  }

  .theme-en {
    font-size: 24px;
  }
  .theme-mark {
    font-size: 24px;
  }
  .theme-ja {
    font-size: 24px;
    width: 30px;
  }
  .hero__body-lead .font-lead {
    margin-block-start: calc(var(--hg-padding-lg) * 2);
    width: 100%;
  }

  #nav {
      position: relative;
      width: 100%;
      left:auto;
      bottom: auto;
      background-color: var(--color-theme);
      z-index: 2;
      padding: 32px 16px;
  }
  .footer-menu {
      position: relative;
      width: 100%;
      left:auto;
      bottom: auto;
      background-color: var(--color-theme);
      z-index: 1;
      padding:0px 0px;
  }
  .announcement {
    text-align: left;
    padding: 8px 16px;
  }
  .footer-menu ul,
  #nav ul {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    gap: 8px 0;
  }

  .link-arrow-left-sm {
    margin-block-start: 8px;
    display: inline-block;
    background-color: #FFFFFF;
    padding: 10px 16px 8px;
    border-radius: 32px;
    font-size: 18px;
  }

  .link-arrow-left-sm .arrow {
    display: inline-block;
    width: 18px;
  }
  .btn.btn-ticket {
    position: fixed;
    display: block;
    width: 100%;
    height: auto;
    top: auto;
    left: 0;
    bottom: 0;
    background-color: var(--color-theme);
    padding: 16px;
    border-radius: 0;
    transform: translate(0, 0);
  }

  .btn.btn-ticket .arrow-right {
    width: 18px;
    position: absolute;
    right: 16px;
    top:50%;
    transform: translate(0, -50%);
  }

  .sec {
      padding-block: calc(var(--hg-sec-gap) * 1.5);
  }

  .sec__body-media,
  .sec-child__body-media {
      display: flex;
      flex-wrap: wrap;
  }
  .sec__body-media-img {
    width: 100%;
    max-width: 100%;
  }
  .sec__body-media-body {
    margin-block-start: calc(var(--hg-padding-lg) * 2);
    width: 100%;
    padding-inline: var(--hg-padding-lg);
  }

  .img-list {
    margin-block-start: calc(var(--hg-padding-lg) * 1.5);
  }
  .img-list img {
    height: 240px;
  }

  .rte dt .label {
    font-size: 13px;
  }

  .rte dd {
      margin-block-start: var(--hg-padding-sm);
      margin-block-end: calc(var(--hg-padding-lg) * 2);
  }

  .rte dd ul {
    padding-left: calc(var(--hg-padding-lg) * 1.5);
  }

  .sec-child__body-media.media-image-right {
    flex-direction: row;
    margin-block-start:  var(--hg-padding);
  }

  .sec-child__body-media-img {
      width: 50%;
      max-width: 240px;
  }
  .sec-child__body-media-img.sec-child__body-media-map{
      width: 100%;
      max-width: 100%;
  }
  .sec-child__body-media-body {
    width: calc(100% - 0px);
    margin-block-start: calc(var(--hg-padding-lg) * 1);
    padding-inline-start: 0;
    padding-inline-end: 0;
  }
  .social-media {
    gap: var(--hg-padding) 0;
  }

  .marche-list .store {
      width: 100%;
  }

  .store__body-text .rte {
    gap: var(--hg-padding);
  }
  .store__body-text {
      margin-block-start: var(--hg-padding);
      margin-block-end: var(--hg-padding);
  }

  dl.timetable dt {
      width: 120px;
  }

  dl.timetable dd {
      width: calc(100% - 120px);
  }
  .accordion-vehicle-title:first-child,
  .accordion-vehicle-title {
      margin-block-start: calc(var(--hg-padding-lg) * 2);
      margin-block-end: var(--hg-padding-sm);
  }
  .root-item {
      width: 100%;
      max-width: 100%;
  }
  .vehicle-title {
      padding: var(--hg-padding) 0 var(--hg-padding) calc(var(--hg-padding) * 2);
  }

  #footer {
      padding-block-start: calc(var(--hg-padding) * 2);
      padding-block-end: calc(var(--hg-padding) * 4);
  }
  .footer-content {
      margin-block: calc(var(--hg-padding) * 2);
  }

  #footer .social-media {
    flex-direction: row;
    justify-content: flex-start;
  }
  .copyright {
    text-align: left;
  }

  .img-wrap.img-wrap-sq-sm,
  .iframe-wrap {
    aspect-ratio: 1 / 1; /* 横6:縦4に固定 */
  }
}




