@charset "UTF-8";
/* __00: 初期設定 */
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: フォント指定*/
@import url("https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@400;500;700;900&display=swap");
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: リセットCSS と body要素の文字（色・書体）と背景色*/
:root {
  --white: #fff;
  --black: #40210f;
  --gray: #c5c5c5;
  --light_gray: #e7e7e7;
  --red: #e73820;
  --yellow: #d1950b;
  --blue: #2660ab;
  --green: #8dc21f;
  --pink: #ea6da4;
  --bg_color: #f9f1e7;
  --color1: #004a7a;
  --font-family: "Zen Maru Gothic", sans-serif;
  --font-family-gothic: YuGothic, "Yu Gothic Medium", "Yu Gothic", -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, Verdana, Meiryo, sans-serif;
}

/* Body要素の背景色 */
/* Body要素の文字色 */
/*index: コンテンツ幅 */
/* リセット用のプレイスフォルダ */
body, html, div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  border: 0;
  font-family: inherit;
  font-feature-settings: "palt" on;
  font-weight: inherit;
  font-style: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}

body {
  line-height: 1;
}

body, html {
  text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  background-color: #ffffff;
  color: var(--black);
}
body a {
  color: var(--red);
}
body a:hover {
  color: var(--red);
}
body a:active {
  color: var(--red);
}

body {
  font-family: var(--font-family);
  font-size: 62.5%;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 2;
}

/* リセット処理関数 */
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: メディアクエリー*/
/* 切り替えポイントの設定 */
/* 処理 */
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: スクリーンリーダー*/
/* スクリーンリーダーテキスト の名称設定 */
/* 処理 */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute;
}

:focus {
  outline: 0;
}

ol,
ul {
  list-style: none;
}

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

caption,
th,
td {
  font-weight: normal;
  text-align: left;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
}

blockquote,
q {
  quotes: "" "";
}

a img {
  border: 0;
}

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

/* __10: 共通設定 */
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
:root {
  --width: 2000;
  --font-size-xxx-large: clamp(34 * 0.05rem, calc(34 / var(--width)) * 100vw, 34 * 0.1rem);
  --font-size-xx-large: clamp(32 * 0.05rem, calc(32 / var(--width)) * 100vw, 32 * 0.1rem);
  --font-size-x-large: clamp(30 * 0.05rem, calc(30 / var(--width)) * 100vw, 30 * 0.1rem);
  --font-size-large: clamp(28 * 0.05rem, calc(28 / var(--width)) * 100vw, 28 * 0.1rem);
  --font-size-medium: clamp(23 * 0.05rem, calc(23 / var(--width)) * 100vw, 23 * 0.1rem);
  --font-size-small: clamp(21 * 0.05rem, calc(21 / var(--width)) * 100vw, 21 * 0.1rem);
  --font-size-x-small: clamp(18 * 0.05rem, calc(18 / var(--width)) * 100vw, 18 * 0.1rem);
  --font-size-xx-small: clamp(14 * 0.05rem, calc(14 / var(--width)) * 100vw, 14 * 0.1rem);
}

@media only screen and (max-width: 768px) {
  :root {
    --width: 750;
  }
}
html {
  scroll-behavior: smooth;
  overscroll-behavior-y: contain;
  -webkit-overflow-scrolling: touch;
  font-size: 62.5%;
}
html * {
  box-sizing: border-box;
  font-feature-settings: "palt" on;
  word-break: break-all;
  line-break: strict;
}

::-webkit-scrollbar {
  display: none;
}

body {
  font-size: 1.6rem;
  background: #fff;
}
@media only screen and (max-width: 960px) {
  body {
    font-size: 1.5rem;
  }
}
@media only screen and (max-width: 768px) {
  body {
    font-size: 1.4rem;
  }
}
body.open {
  overflow: hidden;
  touch-action: pinch-zoom;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  pointer-events: none;
}

figure {
  margin: 0;
}

#wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  min-height: calc(var(--vh, 1vh) * 100);
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  #wrapper {
    min-height: 100vh;
  }
}

main {
  width: 100%;
  margin: 0 auto;
}

@media only screen and (max-width: 768px) {
  .nosp {
    display: none !important;
  }
}

.nopc {
  display: none;
}
@media only screen and (max-width: 768px) {
  .nopc {
    display: block;
  }
}

.anchor {
  display: block;
  padding-top: 2rem;
  margin-top: -2rem;
  pointer-events: none;
}
@media only screen and (max-width: 768px) {
  .anchor {
    padding-top: 2rem;
    margin-top: -2rem;
  }
}

.nopost {
  font-weight: bold;
  text-align: center;
  width: 100%;
}
.nopost-wrapper {
  width: 100%;
  padding: 6rem 0;
}
@media only screen and (max-width: 768px) {
  .nopost-wrapper {
    padding: 3rem 0;
  }
}

.container {
  width: 100%;
  padding-left: clamp(1.5rem, 4%, 3rem);
  padding-right: clamp(1.5rem, 4%, 3rem);
}

.image {
  overflow: hidden;
}

a svg {
  fill: #1a1311;
  transition: 0.3s;
}
@media (hover: hover) and (pointer: fine) {
  a:hover svg {
    fill: var(--yellow);
  }
}

/* __20: 外部ファイル読み込み */
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/* blocks */
/* 目次 */
/* __00: blocksファイル読み込み */
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/* __00: blocksファイル読み込み */
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/* header */
/* 目次 */
/* __0: 共通設定 */
/* __10: ロゴ */
/* __20: 外部ファイル読み込み */
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/* __0: 共通設定 */
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
#header {
  z-index: 100;
  position: fixed;
}

.site-header {
  width: 100%;
  height: 100%;
  padding: clamp(2rem, 8vh, 8rem) 0 2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  overflow-y: auto;
}
.site-header::-webkit-scrollbar {
  display: none;
}
@media only screen and (max-width: 768px) {
  .site-header {
    display: block;
    padding: 0;
  }
}

/* __10: ロゴ */
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
.site-header__logo {
  position: fixed;
  right: 0;
  top: 0;
  display: grid;
  place-items: center;
  width: calc((100% - 37.5vw) / 2);
  height: 100vh;
}
@media screen and (min-width: 2001px) {
  .site-header__logo {
    width: calc((100vw - 750px) / 2);
  }
}
@media screen and (max-width: 1000px) {
  .site-header__logo {
    width: calc((100vw - 375px) / 2);
  }
}
@media only screen and (max-width: 768px) {
  .site-header__logo {
    position: relative;
    display: block;
    text-align: center;
    margin: 5rem auto 0;
    width: 100%;
    height: auto;
  }
}
.site-header__logo .sitelogo {
  width: 80%;
  max-width: 600px;
}
@media only screen and (max-width: 768px) {
  .site-header__logo .sitelogo {
    width: 61.3333333333vw;
    max-width: 300px;
    margin: 0 auto;
    padding: 0 0 4rem;
  }
}
@media only screen and (max-width: 768px) {
  .site-header__logo h1 {
    text-align: center;
  }
}

@media only screen and (max-width: 768px) {
  #site-h__logo {
    display: none;
  }
}

/* __30: 外部ファイル読み込み */
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: ドロワーナビゲーション */
.site-header__drawer-nav {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  min-height: calc(var(--vh, 1vh) * 100);
  min-height: 100svh;
  overflow: hidden;
  z-index: 999;
  background: rgba(236, 245, 250, 0.9);
  pointer-events: none;
  clip-path: inset(0 0 0 100%);
  transition: clip-path 0.3s cubic-bezier(0.4, 0, 1, 1) 0.3s;
}
.site-header__drawer-nav .drawer-nav__inner {
  margin: 0 auto;
  position: relative;
  opacity: 0;
  will-change: opacity;
  transition: opacity 0.3s cubic-bezier(0.4, 0, 1, 1) 0.3s;
  width: 100%;
  height: 100vh;
  min-height: 100vh;
  min-height: 100svh;
  padding: 0 5.3333333333vw;
  overflow-y: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.site-header__drawer-nav .drawer-nav__inner::-webkit-scrollbar {
  display: none;
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: グローバルナビ */
.site-header__grobal-nav {
  position: fixed;
  left: 0;
  top: 0;
  display: grid;
  place-items: center;
  width: calc((100% - 37.5vw) / 2);
  height: 100vh;
}
@media screen and (min-width: 2001px) {
  .site-header__grobal-nav {
    width: calc((100vw - 750px) / 2);
  }
}
@media screen and (max-width: 1000px) {
  .site-header__grobal-nav {
    width: calc((100vw - 375px) / 2);
  }
}
@media only screen and (max-width: 768px) {
  .site-header__grobal-nav {
    display: none;
  }
}

.grobal-nav {
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .grobal-nav {
    padding-bottom: 6rem;
  }
}
.grobal-nav > li {
  padding: 2rem 0;
}
.grobal-nav a {
  text-decoration: none;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  color: #e74128;
  font-size: clamp(1.65rem, 1.65vw, 3.3rem);
  font-weight: 700;
  line-height: 1;
  transition: 0.3s cubic-bezier(0.4, 0, 1, 1) 0s;
}
@media only screen and (max-width: 768px) {
  .grobal-nav a {
    font-size: clamp(1.65rem, 4.4vw, 3.3rem);
  }
}
@media (hover: hover) and (pointer: fine) {
  .grobal-nav a:hover {
    color: #e74128;
  }
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: オープン時 */
body.open .site-header__drawer-nav {
  pointer-events: all;
  clip-path: inset(0 0 0 0);
  transition: clip-path 0.3s cubic-bezier(0.4, 0, 1, 1);
}
body.open .site-header__drawer-nav .drawer-nav__inner {
  opacity: 1;
  transition: opacity 0.3s cubic-bezier(0.4, 0, 1, 1);
}
body.open .site-header__tool-nav .tool-nav li a {
  color: var(--white);
}
body.open .site-header__tool-nav .tool-nav li a .label::before {
  background-color: var(--white);
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/* header */
/* 目次 */
/* __0: 共通設定 */
/* __10: ロゴ */
/* __20: 外部ファイル読み込み

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/* __0: 共通設定 */
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: footer */
.site-footer {
  margin-top: clamp(3rem, 60 / var(--width) * 100vw, 6rem);
  padding: clamp(3rem, 60 / var(--width) * 100vw, 6rem) 0;
  position: relative;
  overflow: hidden;
}
.site-footer__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: fit-content;
  z-index: -1;
}
.site-footer__nav {
  padding-left: clamp(1.5rem, 4%, 3rem);
  padding-right: clamp(1.5rem, 4%, 3rem);
}
.site-footer__nav .footer-contents {
  display: grid;
  grid-template-columns: clamp(8rem, 160 / var(--width) * 100vw, 16rem) 1fr;
  gap: clamp(0.5rem, 10 / var(--width) * 100vw, 1rem);
}
.site-footer__nav p {
  color: var(--white);
  font-size: clamp(1.1rem, 22 / var(--width) * 100vw, 2.2rem);
  line-height: 1.4;
}
.site-footer .copy {
  color: var(--white);
  font-size: clamp(0.75rem, 15 / var(--width) * 100vw, 1.5rem);
  margin-bottom: 0;
  text-align: center;
}

#totop {
  right: clamp(1.25rem, 25 / var(--width) * 100vw, 2.5rem);
  bottom: clamp(12rem, 240 / var(--width) * 100vw, 24rem);
}

/* __20: 外部ファイル読み込み */
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/* __00: moduleファイル読み込み */
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/* animation */
/* 目次 */
/* __00: 初期設定 */
/* __10: ホバー */
/* __20: スプラッシュ */
/* __30: マスク */
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/* __00: 初期設定 */
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
.hintBrowser {
  will-change: transform, opacity;
}

.fadein {
  will-change: opacity;
}
.fadein__train {
  will-change: opacity;
}

.parallaxImg {
  will-change: transform;
  transform: scale(1.2);
}

.slide__left, .slide__up__train {
  will-change: transform;
}

.cover__create {
  position: relative;
}
.cover__create > span.cover {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
  will-change: transform;
}

/* __10: ホバー */
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
.hover.--underline {
  position: relative;
  background: linear-gradient(transparent, var(--yellow)) 0 100%/0 2px no-repeat;
  transition: 0.3s cubic-bezier(0.4, 0, 1, 1) 0s;
}
.hover.--underline::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  left: 0;
  bottom: 0;
  z-index: 1;
  background-color: var(--yellow);
  will-change: transform;
  transform-origin: right;
  transform: scaleX(0);
}
@media (hover: hover) and (pointer: fine) {
  .hover.--underline:hover {
    background-size: 100% 2px;
    color: var(--yellow);
  }
}
.hover.--underline-label .label {
  display: inline;
  position: relative;
  transition: 0.3s cubic-bezier(0.4, 0, 1, 1) 0s;
}
.hover.--underline-label .label::before {
  position: absolute;
  content: "";
  display: block;
  width: 0%;
  height: 40%;
  left: 0;
  bottom: 0;
  z-index: -1;
  background-color: var(--white);
  transition: 0.3s cubic-bezier(0.4, 0, 1, 1) 0s;
}
@media (hover: hover) and (pointer: fine) {
  .hover.--underline-label:hover .label::before {
    width: 100%;
  }
}
@media only screen and (hover: hover) and (pointer: fine) and (max-width: 960px) {
  .hover.--underline-label:hover .label::before {
    display: none;
  }
}
.hover.--underline-bg {
  display: inline;
  transition: background-size 0.3s cubic-bezier(0.4, 0, 1, 1) 0s;
  background-repeat: no-repeat;
  background-position: right bottom 2px;
  background-size: 0% 1px;
}
.hover.--underline-bg:hover {
  background-position: left bottom 2px;
  background-size: 100% 1px;
}

/* __20: スプラッシュ */
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
#splash {
  position: fixed;
  z-index: 99999;
  left: 0;
  top: 0;
  background: var(--bg_color);
  width: 100%;
  min-height: 100vh;
  min-height: calc(var(--vh, 1vh) * 100);
  min-height: 100svh;
  pointer-events: none;
  clip-path: inset(0);
}
#splash img {
  position: absolute;
  inset: 0;
  margin: auto;
  width: 183px;
  height: 113px;
}
#splash.active {
  transition: clip-path 3s cubic-bezier(0.23, 1, 0.32, 1) 2s;
  clip-path: inset(0 0 0 100%);
}
#splash.visited {
  transition: clip-path 1s cubic-bezier(0.23, 1, 0.32, 1);
  clip-path: inset(0 0 0 100%);
}
#lower #splash.visited {
  transition: clip-path 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}
#lower #splash {
  display: none;
}
#lower #splash img {
  display: none;
}

/* __30: マスク */
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
#mask {
  position: fixed;
  z-index: 99999;
  left: 0;
  top: 0;
  background: var(--white);
  width: 100%;
  min-height: 100vh;
  min-height: calc(var(--vh, 1vh) * 100);
  min-height: 100lvh;
  pointer-events: none;
  clip-path: inset(0 100% 0 0);
  transition: clip-path 1s cubic-bezier(0.23, 1, 0.32, 1);
}
#lower #mask {
  display: none;
}
#mask.active {
  clip-path: inset(0);
}

.drawer-nav-btn {
  all: unset;
  position: fixed;
  right: 10px;
  bottom: 15px;
  z-index: 1000;
  display: none;
  transition: 0.5s cubic-bezier(0.4, 0, 1, 1);
  filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.2));
}
@media only screen and (max-width: 768px) {
  .drawer-nav-btn {
    display: block;
  }
}
.drawer-nav-btn .d-btn__toggle_box {
  cursor: pointer;
  height: 70px;
  aspect-ratio: 1/1;
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding: 10px 0;
  background: #ffef00;
  border-radius: 999px;
  text-align: center;
}
.drawer-nav-btn .d-btn__toggle_line {
  will-change: transform;
  transform: rotateZ(0);
  transition: 0.5s cubic-bezier(0.4, 0, 1, 1);
  width: 40px;
  height: 2px;
  background: #004a7a;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
}
.drawer-nav-btn .d-btn__toggle_line:nth-child(1) {
  top: 22px;
}
.drawer-nav-btn .d-btn__toggle_line:nth-child(2) {
  top: 32px;
}
.drawer-nav-btn .d-btn__label {
  font-size: 1.4rem;
  white-space: nowrap;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  display: block;
  position: relative;
  width: 100%;
  transform: scale(0.8);
}
.drawer-nav-btn .d-btn__label span {
  will-change: transform;
  transition: opacity 0.5s cubic-bezier(0.4, 0, 1, 1);
  position: absolute;
  left: 0;
  right: 0;
  bottom: 8px;
  margin: auto;
  width: 100%;
  display: block;
  color: #004a7a;
}
.drawer-nav-btn .d-btn__label .--close {
  opacity: 0;
}

/* __10: ハンバーガーメニュー - open*/
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
.drawer-nav-btn.open .d-btn__toggle_line {
  top: 27px;
}
.drawer-nav-btn.open .d-btn__toggle_line:nth-child(1) {
  transform: rotateZ(18deg);
}
.drawer-nav-btn.open .d-btn__toggle_line:nth-child(2) {
  transform: rotateZ(-18deg);
}
.drawer-nav-btn.open .d-btn__label .--open {
  opacity: 0;
}
.drawer-nav-btn.open .d-btn__label .--close {
  opacity: 1;
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/* totop */
/* 目次 */
/* __00: 初期設定 */
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/* __00: 初期設定 */
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
#totop {
  all: unset;
  display: none;
  position: fixed;
  position: absolute;
  right: 10px;
  bottom: 40px;
  width: 4.9vw;
  aspect-ratio: 1/1;
  cursor: pointer;
  z-index: 99;
  transition: 0.3s;
}
@media only screen and (max-width: 768px) {
  #totop {
    width: 13.0666666667vw;
    bottom: 3rem;
  }
}

/* ゆらゆらアニメーション */
@keyframes sway {
  /* 最初と最後の位置 */
  0%, 100% {
    transform: translateY(0px);
  }
  /* 途中の位置 */
  50% {
    transform: translateY(10px);
  }
}
@keyframes swayReverse {
  /* 最初と最後の位置 */
  0%, 100% {
    transform: translateY(10px);
  }
  /* 途中の位置 */
  50% {
    transform: translateY(0px);
  }
}
body {
  background: #ecf5fa;
  position: relative;
}
body::before {
  position: absolute;
  content: "";
  background-image: url(../images/common/bg-top.svg);
  background-size: cover;
  background-position: 0 0;
  width: 100%;
  height: 6.5vw;
  top: 0;
  background-repeat: no-repeat;
}
body::after {
  position: fixed;
  content: "";
  background-image: url(../images/common/bg-bottom.svg);
  background-size: cover;
  background-position: 0 0;
  width: 100%;
  height: 22.7vw;
  bottom: 0;
}

.body__bg {
  position: fixed;
  inset: 0;
  margin: auto;
}
.body__bg::before {
  content: "";
  position: absolute;
  inset: 0;
  margin: auto;
}
@media only screen and (max-width: 768px) {
  .body__bg {
    display: none;
  }
}
.body__bg img {
  width: 100%;
  height: auto;
}

#wrapper {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  background: #fff;
  width: clamp(37.5rem, 750 / var(--width) * 100vw, 75rem);
  margin: auto;
}
@media only screen and (max-width: 768px) {
  #wrapper {
    width: 100%;
    box-shadow: unset;
  }
}

.button {
  background: var(--color1);
  border: 2px solid var(--color1);
  border-radius: 100vw;
  color: var(--white);
  display: block;
  font-size: clamp(2.5rem, 2.5vw, 10rem);
  padding: 0.5rem 0;
  line-height: 1.2;
  letter-spacing: -0.02rem;
  text-align: center;
  text-decoration: none;
}
.button:hover {
  background: var(--white);
  color: var(--color1);
}
@media only screen and (max-width: 768px) {
  .button {
    border-width: 1px;
    font-size: clamp(1.75rem, 4.6666666667vw, 3.5rem);
  }
}

.button-wrapper {
  width: 70%;
  margin: 0 auto;
}

.copy {
  font-size: var(--font-size-x-small);
  margin: clamp(2.5rem, 50 / var(--width) * 100vw, 5rem) 0;
  color: var(--color1);
  text-align: center;
  line-height: 1.4;
  letter-spacing: -1px;
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: header */
.site-header {
  all: unset;
}

.grobal-nav {
  gap: clamp(2.5rem, 50 / var(--width) * 100vw, 5rem);
  display: grid;
}
.grobal-nav li {
  display: flex;
  align-items: center;
  padding: 0;
}
@media only screen and (max-width: 768px) {
  .grobal-nav li {
    padding: 0 15%;
  }
}
.grobal-nav li .icon {
  width: 20px;
  height: 30px;
  margin-right: 10px;
}
.grobal-nav a span {
  color: var(--color1) !important;
  transition: 0.3s;
}
@media (hover: hover) and (pointer: fine) {
  .grobal-nav a:hover span {
    color: var(--pink) !important;
  }
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: mv */
.site-mv {
  position: relative;
}
.site-mv .logo {
  position: absolute;
  top: clamp(5.25rem, 105 / var(--width) * 100vw, 10.5rem);
  left: clamp(2rem, 40 / var(--width) * 100vw, 4rem);
  width: clamp(4.4rem, 88 / var(--width) * 100vw, 8.8rem);
}
.site-mv .mv_copy {
  color: #40210f;
  font-size: var(--font-size-x-large);
  font-weight: 900;
  text-align: center;
  padding: var(--font-size-x-large) 0;
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: about */
.block.--about {
  padding: var(--font-size-x-large) 0;
}
.block.--about .title {
  margin-bottom: var(--font-size-medium);
}
.block.--about .title img {
  width: clamp(9.55rem, 191 / var(--width) * 100vw, 19.1rem);
  display: block;
  margin: auto;
}
.block.--about .title .label {
  display: block;
  background: #fff;
  color: #40210f;
  font-size: var(--font-size-xx-large);
  font-weight: 900;
  text-align: center;
}
.block.--about .lead {
  font-size: var(--font-size-medium);
  line-height: 2.2608695652;
  width: 95%;
  margin: auto;
}
.block.--about .lead b {
  color: var(--pink);
  font-weight: inherit;
}
.block.--about figure {
  padding-bottom: 20px;
}
.block.--about .text1 {
  border: 5px solid var(--color1);
  border-radius: 100vw;
  color: var(--color1);
  font-size: clamp(2.5rem, 50 / var(--width) * 100vw, 5rem);
  font-weight: 900;
  line-height: 1.4;
  margin: clamp(1.5rem, 30 / var(--width) * 100vw, 3rem) 0 0;
  text-align: center;
}
.block.--about .text2 {
  color: var(--color1);
  font-size: clamp(2rem, 40 / var(--width) * 100vw, 4rem);
  font-weight: 900;
  line-height: 1.2;
  margin: clamp(0.5rem, 10 / var(--width) * 100vw, 1rem) 0;
}
.block.--about .text2 span {
  color: var(--red);
  font-size: 125%;
}
.block.--about ul {
  color: var(--color1);
  font-size: clamp(1.35rem, 27 / var(--width) * 100vw, 2.7rem);
}
.block.--about ul li {
  font-weight: 700;
  line-height: 1.4;
}
.block.--about ul li span {
  display: table-cell;
}
.block.--about .copy {
  border: 1px solid var(--color1);
  margin: clamp(1rem, 20 / var(--width) * 100vw, 2rem) 0;
  padding: clamp(0.75rem, 15 / var(--width) * 100vw, 1.5rem) clamp(0.5rem, 10 / var(--width) * 100vw, 1rem);
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: event */
.block.--event .event_list {
  display: grid;
  gap: 30px;
}
.block.--event .event_list .item:first-of-type figure {
  width: calc(100% + clamp(3.3rem, 8.8%, 6.6rem));
  margin-left: clamp(-3.3rem, -4.4%, -1.65rem);
}
.block.--event .title {
  width: 100%;
  margin: auto;
  margin-bottom: clamp(1rem, 20 / var(--width) * 100vw, 2rem);
}
.block.--event .pr {
  position: relative;
}
.block.--event .grid {
  display: grid;
  grid-template-columns: 41.5384615385% 52.9230769231%;
  justify-content: space-between;
  position: relative;
}
.block.--event .grid .label {
  position: absolute;
  top: 2.3076923077%;
  width: 58.4615384615%;
}
.block.--event .grid .label img {
  width: 100%;
}
.block.--event .grid .image {
  background: #fff;
  border-radius: var(--font-size-x-large);
  padding: clamp(0.5rem, 10 / var(--width) * 100vw, 1rem);
  display: grid;
  gap: clamp(0.5rem, 10 / var(--width) * 100vw, 1rem);
  grid-column: 2/3;
  grid-row: 1/3;
}
.block.--event .grid .image img {
  border-radius: var(--font-size-x-small);
}
.block.--event .grid .name {
  display: flex;
  align-items: center;
}
.block.--event .grid .name dt {
  padding-right: 1.5em;
  color: #e37d59;
  font-size: var(--font-size-x-small);
  white-space: nowrap;
}
.block.--event .grid .name dd {
  font-size: var(--font-size-medium);
  line-height: 125%;
}
.block.--event .grid .name dd span {
  font-size: 0.6666666667em;
  line-height: 1.1;
}
.block.--event .grid .data {
  margin-top: auto;
  grid-column: 1/2;
  grid-row: 2/3;
}
.block.--event .grid .data dl {
  display: grid;
  grid-template-columns: var(--font-size-medium) 1fr;
  align-items: center;
  gap: 5px;
  border-bottom: 1px solid #40210f;
}
.block.--event .grid .data dl dt {
  padding-left: 2px;
  line-height: 1;
}
.block.--event .grid .data dl dd {
  font-size: var(--font-size-x-small);
}
.block.--event .grid .data dl dd span {
  font-size: 0.8em;
}
.block.--event .deco {
  position: absolute;
  inset: 0;
  margin: auto;
  pointer-events: none;
}
.block.--event .deco i {
  display: inline-block;
  position: absolute;
}
.block.--event .item:nth-child(1) .label {
  width: 58.4615384615%;
}
.block.--event .item:nth-child(1) .deco i:nth-child(1) {
  top: 13.6286201022%;
  right: -3.8461538462%;
  width: 31.8461538462%;
}
.block.--event .item:nth-child(2) .label {
  width: 71.3846153846%;
}
.block.--event .item:nth-child(2) .deco i:nth-child(1) {
  top: 8.7108013937%;
  left: 5.3846153846%;
  width: 18.3076923077%;
}
.block.--event .item:nth-child(2) .deco i:nth-child(2) {
  top: 15.6794425087%;
  right: 8.4615384615%;
  width: 15.3846153846%;
}
.block.--event .item:nth-child(2) .deco i:nth-child(3) {
  top: 54.0069686411%;
  left: 31.5384615385%;
  width: 8.6153846154%;
}
.block.--event .item:nth-child(2) .deco i:nth-child(4) {
  bottom: -7.8397212544%;
  right: 0%;
  width: 8.9230769231%;
}
.block.--event .item:nth-child(3) .label {
  width: 50.4615384615%;
}
.block.--event .item:nth-child(3) .deco i:nth-child(1) {
  top: 11.3240418118%;
  left: 0.7692307692%;
  width: 21.5384615385%;
}
.block.--event .item:nth-child(3) .deco i:nth-child(2) {
  top: 15.6794425087%;
  right: -0.7692307692%;
  width: 25.5384615385%;
}
.block.--event .item:nth-child(3) .deco i:nth-child(3) {
  top: 54.8780487805%;
  left: 25.3846153846%;
  width: 23.0769230769%;
}
.block.--event .item:nth-child(4) .label {
  width: 58.7692307692%;
}
.block.--event .item:nth-child(4) .--life {
  margin-top: clamp(5rem, 100 / var(--width) * 100vw, 10rem);
}
.block.--event .item:nth-child(4) .deco i:nth-child(1) {
  top: 3.4843205575%;
  right: 1.5384615385%;
  width: 27.6923076923%;
}
.block.--event .item:nth-child(4) .deco i:nth-child(2) {
  top: 51.393728223%;
  left: 25.3846153846%;
  width: 20%;
}
.block.--event .item:nth-child(4) .deco i:nth-child(3) {
  bottom: -17.4216027875%;
  right: -6.9230769231%;
  width: 24.6153846154%;
}
.block.--event .item:nth-child(5) .label {
  width: 58.7692307692%;
}
.block.--event .item:nth-child(5) .deco i:nth-child(1) {
  top: 8.7108013937%;
  left: -6.9230769231%;
  width: 20.7692307692%;
}
.block.--event .item:nth-child(5) .deco i:nth-child(2) {
  top: 21.7770034843%;
  right: -3.0769230769%;
  width: 31.2307692308%;
}
.block.--event .item:nth-child(5) .deco i:nth-child(3) {
  top: 54.0069686411%;
  left: 33.8461538462%;
  width: 8.7692307692%;
}
.block.--event .--life {
  position: relative;
}
.block.--event .--life::before {
  content: "";
  position: absolute;
  width: clamp(4.15rem, 83 / var(--width) * 100vw, 8.3rem);
  aspect-ratio: 83/87;
  background-image: url(../images/deco/life2.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 0 0;
  bottom: 0;
}
.block.--event .copy {
  font-size: var(--font-size-x-small);
  margin: clamp(2.5rem, 50 / var(--width) * 100vw, 5rem) 0;
}

.acdn-toggle {
  appearance: none;
  border: 2px solid #40210f;
  border-width: 0 2px 2px;
  background: #f6b897;
  font-size: var(--font-size-medium);
  font-weight: 500;
  line-height: 2;
  width: 100%;
  position: relative;
  transition: 0.3s;
  cursor: pointer;
}
.acdn-toggle::before {
  content: "";
  position: absolute;
  inset: 0;
  left: auto;
  right: 3.1446540881%;
  margin: auto;
  background: var(--white);
  width: 4.4025157233%;
  height: 28.8888888889%;
  transition: 0.3s;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}
.acdn-toggle.is-active {
  border-width: 2px 2px 0;
}
.acdn-toggle.is-active::before {
  clip-path: polygon(0 100%, 50% 0, 100% 100%);
}
@media (hover: hover) and (pointer: fine) {
  .acdn-toggle:hover {
    border-width: 2px 2px 0;
  }
}

.acdn-box {
  display: none;
}

.acdn-content {
  background: rgba(255, 255, 255, 0.6);
  padding: clamp(1.25rem, 25 / var(--width) * 100vw, 2.5rem) clamp(1.75rem, 35 / var(--width) * 100vw, 3.5rem);
  font-size: var(--font-size-x-small);
}
.acdn-content hr {
  border: unset;
  height: 2px;
  background: var(--black);
}
.acdn-content .note {
  padding-left: 1em;
  text-indent: -1em;
  margin-left: 1.5em;
  margin-top: 0.5em;
}
.acdn-content .data {
  display: grid;
  gap: 1em;
}
.acdn-content .data dt span {
  color: var(--white);
}
.acdn-content .data dd {
  padding-left: 1.5em;
  line-height: 1.7894736842;
  letter-spacing: -0.02em;
}
.acdn-content .data dd a {
  color: inherit;
  text-decoration: none;
  transition: 0.3s;
}
@media (hover: hover) and (pointer: fine) {
  .acdn-content .data dd a:hover {
    color: var(--pink);
    text-decoration: underline;
  }
}
.acdn-content .date {
  text-align: center;
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: timeschedule */
.block.--timeschedule {
  background-color: #fff23f;
  padding: var(--font-size-x-large) 0;
  margin: clamp(2.5rem, 50 / var(--width) * 100vw, 5rem) 0;
}
.block.--timeschedule .title {
  font-size: clamp(2.5rem, 50 / var(--width) * 100vw, 5rem);
  font-weight: 600;
  color: var(--color1);
  display: grid;
  grid-template-columns: clamp(8rem, 160 / var(--width) * 100vw, 16rem) 1fr;
  gap: clamp(0.5rem, 10 / var(--width) * 100vw, 1rem);
  align-items: center;
  margin-bottom: clamp(-1rem, -20 / var(--width) * 100vw, -2rem);
}
.block.--timeschedule .title span {
  font-weight: 900;
  line-height: 1;
}
.block.--timeschedule .title span:nth-child(1) {
  transform: translateY(clamp(1rem, 20 / var(--width) * 100vw, 2rem));
}
.block.--timeschedule .table_base {
  background-color: var(--white);
  border-radius: 20px;
  overflow: hidden;
  width: 100%;
}
.block.--timeschedule .table_base tr:nth-child(even) {
  background-color: #fffac8;
}
.block.--timeschedule .table_base tr:last-of-type {
  border-radius: 20px;
}
.block.--timeschedule .table_base th {
  font-size: clamp(2.25rem, 45 / var(--width) * 100vw, 4.5rem);
  color: var(--color1);
  text-align: center;
  font-weight: 900;
  padding-left: 10px;
}
.block.--timeschedule .table_base td {
  font-family: var(--font-family-gothic);
  font-size: clamp(1.35rem, 27 / var(--width) * 100vw, 2.7rem);
  color: var(--color1);
  font-weight: 700;
  padding-left: 10px;
}
.block.--timeschedule .table_base th, .block.--timeschedule .table_base td {
  vertical-align: middle;
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: workshop */
.block.--workshop .text {
  margin: clamp(0.75rem, 15 / var(--width) * 100vw, 1.5rem) auto;
  width: 85%;
}
.block.--workshop .workshop-list {
  display: grid;
  gap: clamp(1.35rem, 27 / var(--width) * 100vw, 2.7rem);
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: stamprally */
.block.--stamprally .title {
  margin: clamp(1.5rem, 30 / var(--width) * 100vw, 3rem) 0;
  margin-bottom: clamp(0.5rem, 10 / var(--width) * 100vw, 1rem);
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: raffle */
.block.--raffle figure {
  padding: 30px 0;
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: popup表示 */
.popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  justify-content: center;
  align-items: center;
  z-index: 11111;
}
.popup .popup-content {
  position: relative;
  background: #fff;
  padding: 20px;
  max-width: 90vw;
  max-height: 90vh;
  border-radius: 8px;
  text-align: center;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}
.popup .popup-content h2 {
  font-size: 28px;
  font-weight: 600;
  color: var(--color1);
  margin-bottom: 10px;
}
.popup .popup-content .popup-map-wrapper {
  overflow-x: auto;
  white-space: nowrap;
  max-width: 100%;
}
.popup .popup-content .popup-map-wrapper .popup-map {
  display: block;
  min-width: 700px;
  max-width: 750px;
  height: auto;
  overflow-x: auto;
  width: 100%;
}
.popup .close-btn {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 24px;
  cursor: pointer;
  color: var(--color1);
}/*# sourceMappingURL=style.css.map */