/*! destyle.css v1.0.14 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model */
/* ============================================ */
* {
  box-sizing: border-box;
}

::before,
::after {
  box-sizing: inherit;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 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 */
  border: 0;
  border-top: 1px solid;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 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 {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * 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;
  vertical-align: bottom;
}

embed,
object,
iframe {
  border: 0;
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  border: 0;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  appearance: radio;
}

/**
 * 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] {
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
}

button[disabled],
[type=button][disabled],
[type=reset][disabled],
[type=submit][disabled] {
  cursor: default;
}

/**
 * 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;
}

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  border: 0;
  min-width: 0;
}

/**
 * 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 {
  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;
}

/**
 * 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 outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * 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 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* 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;
}

/*
 * Remove outline for editable content.
 */
[contenteditable] {
  outline: none;
}

/* Table */
/* ============================================ */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

/* Misc */
/* ============================================ */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

body {
  background-color: #ece7d5;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #172a88;
  overflow-x: hidden;
  line-height: 1;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  body {
    font-size: 1.6rem;
  }
}

html {
  width: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  scroll-behavior: auto;
  font-size: 62.5%;
}

@media screen and (min-width: 769px) {
  .sp-only {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .pc-only {
    display: none;
  }
}
.fadein {
  opacity: 0;
  transform: translate(0, 0);
  transition: all 1s;
  -ms-filter: blur(5px);
  filter: blur(5px);
}

.fadein.active {
  opacity: 1;
  transform: translate(0, 0);
  -ms-filter: none;
  transition: all 1s;
  filter: none;
}

.zoom-in {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.zoom-in img {
  opacity: 0;
  -ms-filter: blur(5px);
  filter: blur(5px);
  transform: scale(1.07);
  transition: all 1s;
  object-fit: cover;
}

.zoom-in.active img {
  opacity: 1;
  filter: none;
  transform: scale(1);
  object-fit: cover;
}

.contact-fixed-button {
  opacity: 0;
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 10;
  transition: all 0.3s ease;
  visibility: hidden;
  transition: opacity 0.5s ease, visibility 0.5s ease;
}
.contact-fixed-button.visible {
  opacity: 1;
  visibility: visible;
}
.contact-fixed-button a {
  position: relative;
  display: inline-block;
  background-color: #fff;
  border-top: 1px solid #000;
  border-left: 1px solid #000;
  font-size: 2rem;
  padding: 1.3rem 6rem 1.3rem 3rem;
}
.contact-fixed-button a span {
  font-size: 1.6rem;
  display: inline-block;
  position: relative;
  overflow: hidden;
  font-weight: 500;
  color: transparent;
  text-shadow: 0 -1.5em 0 #000, 0 0 0 #000;
  transition: text-shadow 0.3s;
}
.contact-fixed-button a::before {
  position: absolute;
  content: "";
  background: url(../img/arrow-s.png) 0 0/cover no-repeat;
  width: 1.8rem;
  height: 1.8rem;
  object-fit: cover;
  right: 2rem;
  top: 50%;
  transform: translateY(-50%) rotate(90deg);
}
.contact-fixed-button a:hover span {
  text-shadow: 0 0 0 #000, 0 1.5em 0 #000;
}

:root {
  --color-white:#ece7d5;
  --color-gray:#F5F5F5;
  --color-blue:#172a88;
  --color-orange:#de6d1c;
  --font-serif: "Gloock", serif;
  --font-gothic: "Zen Kaku Gothic New", serif;
  --font-gothic2: "Smooch Sans", "Zen Kaku Gothic New", serif;
  --font-en-gothic: anton, sans-serif;
  --font-en-serif: "minion-pro", serif;
}

header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 999;
  animation-delay: 2s;
  transition: all 0.5s;
}
header #nav .global-nav {
  position: fixed;
  background-color: #edeadf;
  height: 100vh;
  -ms-overflow-style: none;
  scrollbar-width: none;
  transition: all 0.5s ease;
  top: 0;
  right: 0;
  opacity: 0;
  visibility: hidden;
  width: 0%;
  overflow: scroll;
}
header #nav .global-nav::-webkit-scrollbar {
  display: none;
}
header #nav .global-nav .nav-contents {
  position: absolute;
}
@media screen and (min-width: 769px) {
  header #nav .global-nav .nav-contents {
    padding: 10rem 3rem;
  }
}
@media screen and (max-width: 768px) {
  header #nav .global-nav .nav-contents {
    top: 10rem;
    left: 2rem;
  }
}
header #nav .global-nav .nav-contents .menu-link {
  overflow: auto;
}
@media screen and (min-width: 769px) {
  header #nav .global-nav .nav-contents .menu-link {
    margin-bottom: 8rem;
  }
}
@media screen and (max-width: 768px) {
  header #nav .global-nav .nav-contents .menu-link {
    margin-bottom: 6rem;
  }
}
header #nav .global-nav .nav-contents .menu-link li {
  padding: 2.5rem 0;
}
@media screen and (max-width: 768px) {
  header #nav .global-nav .nav-contents .menu-link li {
    padding: 2rem 0;
  }
}
header #nav .global-nav .nav-contents .menu-link li a {
  font-family: var(--font-en-gothic);
  color: var(--color-blue);
  width: 100%;
  display: block;
  overflow: hidden;
  font-weight: 500;
  font-size: 4rem;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  header #nav .global-nav .nav-contents .menu-link li a {
    font-size: 3.2rem;
  }
}
header #nav .global-nav .nav-contents .menu-link li a img.hover-link {
  object-fit: cover;
}
@media screen and (min-width: 769px) {
  header #nav .global-nav .nav-contents .menu-link li a img.hover-link {
    height: 4rem;
  }
}
@media screen and (max-width: 768px) {
  header #nav .global-nav .nav-contents .menu-link li a img.hover-link {
    height: 2.7rem;
  }
}
header #nav .global-nav .nav-contents .menu-link li a span {
  font-family: var(--font-gothic);
  font-weight: bold;
  font-size: 1.3rem;
  letter-spacing: 0.7rem;
}
@media screen and (max-width: 768px) {
  header #nav .global-nav .nav-contents .menu-link li a span {
    font-size: 1rem;
  }
}
header #nav .global-nav .nav-contents .menu-link li a:hover {
  opacity: 0.7;
}

.nav-link-img {
  position: fixed;
  overflow: hidden;
}
@media screen and (min-width: 769px) {
  .nav-link-img {
    top: 0;
    left: 0;
    width: 40%;
    height: 100%;
  }
}
@media screen and (max-width: 768px) {
  .nav-link-img {
    display: none;
  }
}
.nav-link-img #displayImage {
  width: 100%;
  height: 100%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: left;
  transition: all 0.5s;
}

.hamburger {
  cursor: pointer;
  width: 7rem;
  height: 7rem;
  position: absolute;
  top: 2rem;
  right: 2rem;
  z-index: 999;
  background-color: var(--color-blue);
}
@media screen and (max-width: 768px) {
  .hamburger {
    width: 6.5rem;
    height: 6.5rem;
    top: 1rem;
    right: 1rem;
  }
}
.hamburger .hamburger__line {
  width: 6rem;
  position: absolute;
  background-color: var(--color-white);
  will-change: top, left, transform;
  transition: top 0.8s ease, left 0.8s ease, transform 0.8s ease;
}
.hamburger .hamburger__line--1 {
  width: 4rem;
  top: 1.3rem;
  left: 50%;
  transform: translateX(-50%);
  height: 0.7rem;
}
.hamburger .hamburger__line--2 {
  width: 4rem;
  top: 2.7rem;
  left: 50%;
  transform: translateX(-50%);
  height: 0.7rem;
}
.hamburger .hamburger__text {
  font-family: var(--font-en-gothic);
  position: absolute;
  top: 4.1rem;
  left: 50%;
  transform: translateX(-50%);
  color: var(--color-white);
  font-size: 1.7rem;
  font-weight: 500;
  letter-spacing: 0.1rem;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .hamburger .hamburger__text {
    font-size: 1.5rem;
    top: 4rem;
  }
}

.nav-open header {
  mix-blend-mode: normal;
}
.nav-open #nav .global-nav {
  width: 350px;
  right: 0;
  opacity: 1;
  visibility: visible;
}
@media screen and (max-width: 768px) {
  .nav-open #nav .global-nav {
    width: 70%;
    max-width: 250px;
  }
}
.nav-open #nav .global-nav .menu-link li a {
  color: #000;
}
.nav-open .hamburger__line--1 {
  top: 2rem;
  left: 50%;
  transform: translateX(-50%) rotate(30deg);
}
.nav-open .hamburger__line--2 {
  top: 2rem;
  left: 50%;
  transform: translateX(-50%) rotate(-30deg);
}

.lp-bg {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100vh;
  z-index: -1;
}
.lp-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: right;
}

#section-firstview {
  position: relative;
  width: 100%;
  height: 100svh;
  color: #fff;
  font-weight: bold;
  margin-bottom: 20rem;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  #section-firstview {
    margin-bottom: 13rem;
  }
}
#section-firstview .firstview-bg {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
@media screen and (min-width: 769px) {
  #section-firstview .firstview-bg {
    left: 50%;
    transform: translateX(-50%);
  }
}
@media screen and (max-width: 768px) {
  #section-firstview .firstview-bg {
    left: 0;
  }
}
#section-firstview .firstview-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (min-width: 769px) {
  #section-firstview .firstview-bg img {
    object-position: center bottom;
  }
}
@media screen and (max-width: 768px) {
  #section-firstview .firstview-bg img {
    object-position: 30% bottom;
  }
}
#section-firstview .section-firstview__inner {
  position: relative;
  width: calc(100% - 5rem);
  height: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #section-firstview .section-firstview__inner {
    width: calc(100% - 3rem);
  }
}
#section-firstview .section-firstview__inner .firstview__title {
  position: absolute;
  width: 40%;
  max-width: 557px;
  top: 53%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 1080px) {
  #section-firstview .section-firstview__inner .firstview__title {
    width: 60%;
    top: 45%;
  }
}
@media screen and (max-width: 768px) {
  #section-firstview .section-firstview__inner .firstview__title {
    width: 60%;
    min-width: 250px;
    top: 50%;
  }
}
#section-firstview .section-firstview__inner .firstview__title .firstview__title-img img {
  width: 100%;
}
#section-firstview .section-firstview__inner .firstview_contents-list {
  position: absolute;
  left: 0;
  bottom: 3rem;
  font-family: var(--font-en-serif);
  line-height: 1.3;
  font-size: 2rem;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  #section-firstview .section-firstview__inner .firstview_contents-list {
    font-size: 1.3rem;
    bottom: 3rem;
  }
}
#section-firstview .section-firstview__inner .firstview_circle {
  position: absolute;
  right: 0;
  bottom: 5rem;
  font-family: var(--font-serif);
  width: 28rem;
  height: 28rem;
  text-align: center;
}
@media screen and (max-width: 1080px) {
  #section-firstview .section-firstview__inner .firstview_circle {
    width: 23rem;
    height: 23rem;
  }
}
@media screen and (max-width: 550px) {
  #section-firstview .section-firstview__inner .firstview_circle {
    width: 14rem;
    height: 14rem;
    bottom: 14rem;
  }
}
#section-firstview .section-firstview__inner .firstview_circle .circle-inner-text {
  position: absolute;
  display: inline-block;
  color: #faee00;
  font-size: 3rem;
  top: 52%;
  left: 50%;
  transform: translate(-50%, -50%);
  letter-spacing: 0.2rem;
  line-height: 1.3;
  letter-spacing: normal;
}
@media screen and (max-width: 1080px) {
  #section-firstview .section-firstview__inner .firstview_circle .circle-inner-text {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 768px) {
  #section-firstview .section-firstview__inner .firstview_circle .circle-inner-text {
    font-size: 1.7rem;
  }
}
#section-firstview .section-firstview__inner .firstview_circle .circle-text-img {
  position: absolute;
  top: 0;
  left: 0;
  animation: rotate 100s linear infinite;
}
@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
#section-firstview .section-firstview__inner .firstview_circle .circle-text-img img {
  width: 100%;
  height: 100%;
}

h2.section-title {
  display: flex;
  flex-direction: column;
  color: var(--color-blue);
  font-family: var(--font-en-gothic);
  font-weight: 500;
  font-size: 8rem;
  line-height: 1.1;
  padding: 0 0 0 0.5rem;
  margin-bottom: 7rem;
  text-align: left;
}
@media screen and (max-width: 768px) {
  h2.section-title {
    margin-bottom: 5rem;
    font-size: 4rem;
  }
}
h2.section-title span {
  font-weight: bold;
  font-size: 1.5rem;
  letter-spacing: 1rem;
}
@media screen and (max-width: 768px) {
  h2.section-title span {
    font-size: 1rem;
  }
}

#section-about {
  padding: 0rem 0 15rem;
}
@media screen and (max-width: 768px) {
  #section-about {
    padding: 0rem 0 8rem;
  }
}
#section-about .section-about__inner {
  width: 90%;
  margin: 0 auto;
  text-align: center;
}
#section-about .section-about__inner .section-title {
  width: 40%;
  margin: 0 auto 10rem;
}
@media screen and (max-width: 768px) {
  #section-about .section-about__inner .section-title {
    width: 80%;
    margin: 0 auto 5rem;
  }
}
#section-about .section-about__inner .section-title img {
  width: 100%;
}
#section-about .section-about__inner .about-text {
  line-height: 2;
  font-weight: 600;
  font-size: 2rem;
}
@media screen and (max-width: 1080px) {
  #section-about .section-about__inner .about-text {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 450px) {
  #section-about .section-about__inner .about-text {
    font-size: 1.4rem;
    line-height: 1.7;
  }
}

#section-event-scenes {
  margin-bottom: 20rem;
}
@media screen and (max-width: 450px) {
  #section-event-scenes {
    margin-bottom: 10rem;
  }
}
#section-event-scenes .benefit-slider {
  margin-bottom: 5rem;
}
#section-event-scenes .benefit-slider .splide__slide img {
  height: auto;
  width: 100%;
}

#section-areamap {
  padding: 0rem 0 10rem;
  margin-bottom: 10rem;
}
@media screen and (max-width: 768px) {
  #section-areamap {
    padding: 0rem 0 7rem;
    margin-bottom: 5rem;
  }
}
#section-areamap .section-areamap__inner {
  width: 90%;
  margin: 0 auto;
  text-align: center;
}
#section-areamap .section-areamap__inner .areamap__inner_flex {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1024px) {
  #section-areamap .section-areamap__inner .areamap__inner_flex {
    flex-direction: column;
  }
}
#section-areamap .section-areamap__inner .areamap__inner_flex .areamap-img {
  width: 55%;
}
@media screen and (max-width: 1024px) {
  #section-areamap .section-areamap__inner .areamap__inner_flex .areamap-img {
    width: 100%;
  }
}
#section-areamap .section-areamap__inner .areamap__inner_flex .areamap-img img {
  width: 100%;
}
#section-areamap .section-areamap__inner .areamap__inner_flex .area_link-list {
  width: 40%;
  text-align: left;
}
@media screen and (max-width: 1024px) {
  #section-areamap .section-areamap__inner .areamap__inner_flex .area_link-list {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  #section-areamap .section-areamap__inner .areamap__inner_flex .area_link-list li {
    width: 100%;
  }
}
#section-areamap .section-areamap__inner .areamap__inner_flex .area_link-list li a {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  color: var(--color-blue);
  border: 2px solid var(--color-blue);
  border-radius: 999px;
  font-size: 2.2rem;
  font-weight: bold;
  padding: 0.8rem 5rem 1rem 2rem;
  margin-bottom: 1rem;
  text-align: left;
}
#section-areamap .section-areamap__inner .areamap__inner_flex .area_link-list li a::after {
  position: absolute;
  content: "";
  top: 50%;
  right: 2rem;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: 0.4rem solid transparent;
  border-bottom: 0.4rem solid transparent;
  border-left: 0.8rem solid var(--color-blue);
}
@media screen and (max-width: 1024px) {
  #section-areamap .section-areamap__inner .areamap__inner_flex .area_link-list li a {
    font-size: 2rem;
  }
}
@media screen and (max-width: 768px) {
  #section-areamap .section-areamap__inner .areamap__inner_flex .area_link-list li a {
    width: 100%;
    font-size: 1.6rem;
    padding: 0.8rem 4rem 1rem 1.5rem;
  }
}
#section-areamap .section-areamap__inner .areamap__inner_flex .area_link-list li a .area-shop {
  display: inline-block;
  margin-right: 2rem;
  width: 5rem;
  height: 2.5rem;
}
@media screen and (max-width: 768px) {
  #section-areamap .section-areamap__inner .areamap__inner_flex .area_link-list li a .area-shop {
    margin-right: 1rem;
  }
}
#section-areamap .section-areamap__inner .areamap__inner_flex .area_link-list li a .area-shop img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
#section-areamap .section-areamap__inner .areamap__inner_flex .area_link-list li a .area-num {
  display: inline-block;
  margin-right: 2rem;
  width: 2rem;
  height: 2.5rem;
}
@media screen and (max-width: 768px) {
  #section-areamap .section-areamap__inner .areamap__inner_flex .area_link-list li a .area-num {
    margin-right: 1rem;
  }
}
@media screen and (max-width: 450px) {
  #section-areamap .section-areamap__inner .areamap__inner_flex .area_link-list li a .area-num {
    left: 0.3rem;
  }
}
#section-areamap .section-areamap__inner .areamap__inner_flex .area_link-list li a .area-num img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
#section-areamap .section-areamap__inner .areamap__inner_flex .area_link-list li a .small-text {
  font-size: 0.8em;
}
#section-areamap .section-areamap__inner .areamap__inner_flex .area_link-list li a:hover {
  background-color: var(--color-blue);
  color: var(--color-white);
}
#section-areamap .section-areamap__inner .areamap__inner_flex .area_link-list li a:hover .area-shop img, #section-areamap .section-areamap__inner .areamap__inner_flex .area_link-list li a:hover .area-num img {
  filter: brightness(118%) contrast(300%) invert(100%) saturate(0%) sepia(100%);
}
#section-areamap .section-areamap__inner .areamap__inner_flex .area_link-list li a:hover::after {
  border-left: 0.8rem solid var(--color-white);
  right: 1.8rem;
}

#section-contents {
  padding: 0rem 0 5rem;
  margin-bottom: 10rem;
}
@media screen and (max-width: 768px) {
  #section-contents {
    padding: 0rem 0 7rem;
    margin-bottom: 5rem;
  }
}
#section-contents .section-contents__inner {
  width: 90%;
  margin: 0 auto;
}
#section-contents .section-contents__inner .workshop-block {
  padding-bottom: 12rem !important;
}
#section-contents .section-contents__inner .workshop-block .contents-list li {
  margin-bottom: 0 !important;
}
@media screen and (min-width: 769px) {
  #section-contents .section-contents__inner .workshop-block .shop-name {
    width: calc(50% - 1.5rem);
  }
  #section-contents .section-contents__inner .workshop-block .shop-info {
    width: calc(50% - 1.5rem);
  }
}
#section-contents .section-contents__inner .workshop-block .shop-info {
  position: relative;
}
#section-contents .section-contents__inner .workshop-block .shop-info .reservation-button {
  position: absolute;
  right: 0;
}
#section-contents .section-contents__inner .sgm-shop_list {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  #section-contents .section-contents__inner .sgm-shop_list {
    flex-direction: column;
  }
}
#section-contents .section-contents__inner .sgm-shop_list .shop-block {
  width: 49.5%;
}
@media screen and (max-width: 768px) {
  #section-contents .section-contents__inner .sgm-shop_list .shop-block {
    width: 100%;
  }
}
#section-contents .section-contents__inner .shop-name {
  position: relative;
  font-family: var(--font-gothic);
  color: var(--color-blue);
  font-weight: 700;
  text-align: left;
  font-size: 0.9em;
  line-height: 1.1;
  margin-bottom: 0.5rem;
}
#section-contents .section-contents__inner .shop-name .instagram-link {
  position: absolute;
  display: inline-block;
  width: 2.5rem;
  top: -0.5rem;
  right: 0;
}
@media screen and (max-width: 768px) {
  #section-contents .section-contents__inner .shop-name .instagram-link {
    width: 2rem;
  }
}
#section-contents .section-contents__inner .shop-name .instagram-link a:hover {
  opacity: 0.5;
}
#section-contents .section-contents__inner .shop-name .instagram-link a img {
  width: 100%;
}
#section-contents .section-contents__inner .open-week-list {
  width: 100%;
  display: flex;
  align-items: center;
}
#section-contents .section-contents__inner .open-week-list li.week {
  width: 5rem;
  margin-right: 0.7rem;
}
@media screen and (max-width: 768px) {
  #section-contents .section-contents__inner .open-week-list li.week {
    width: 3.3rem;
    margin-right: 0.3rem;
  }
}
#section-contents .section-contents__inner .open-week-list li.week img {
  width: 100%;
}
#section-contents .section-contents__inner .reservation-button {
  width: 40%;
  min-width: 100px;
  margin-left: 1rem;
}
@media screen and (max-width: 768px) {
  #section-contents .section-contents__inner .reservation-button {
    width: 50%;
    margin-left: 0.5rem;
  }
}
#section-contents .section-contents__inner .reservation-button a {
  width: 100%;
  display: inline-block;
  background-color: #f67a71;
  font-family: var(--font-gothic);
  color: var(--color-white);
  font-size: 0.9em;
  font-weight: bold;
  padding: 0.7rem 0;
  border-radius: 999px;
  text-align: center;
}
#section-contents .section-contents__inner .reservation-button a:hover {
  opacity: 0.6;
}
#section-contents .section-contents__inner .contents-block {
  padding-bottom: 9rem;
}
@media screen and (max-width: 768px) {
  #section-contents .section-contents__inner .contents-block {
    margin-bottom: 2rem;
  }
}
@media screen and (max-width: 768px) {
  #section-contents .section-contents__inner .contents-block .contents-block_head {
    display: flex;
    justify-content: space-between;
    margin-bottom: 3rem;
  }
  #section-contents .section-contents__inner .contents-block .contents-block_head .contents-block__title {
    width: 50%;
  }
  #section-contents .section-contents__inner .contents-block .contents-block_head .thumbnail-block {
    width: 40%;
  }
  #section-contents .section-contents__inner .contents-block .contents-block_head .thumbnail-block img {
    width: 100%;
    border: 5px double var(--color-blue);
  }
}
#section-contents .section-contents__inner .contents-block .contents-block__title h3 {
  font-family: var(--font-gothic);
  text-align: left;
  color: var(--color-blue);
  font-weight: bold;
  font-size: 3rem;
  margin-bottom: 1.5rem;
  display: flex;
  align-items: end;
}
@media screen and (max-width: 768px) {
  #section-contents .section-contents__inner .contents-block .contents-block__title h3 {
    font-size: 2rem;
  }
}
@media screen and (max-width: 450px) {
  #section-contents .section-contents__inner .contents-block .contents-block__title h3 {
    font-size: 1.8rem;
  }
}
#section-contents .section-contents__inner .contents-block .contents-block__title h3 .area-num {
  display: inline-block;
  margin-right: 1.5rem;
}
#section-contents .section-contents__inner .contents-block .contents-block__title h3 .area-num img {
  height: 6rem;
}
@media screen and (max-width: 768px) {
  #section-contents .section-contents__inner .contents-block .contents-block__title h3 .area-num img {
    height: 4.5rem;
  }
}
@media screen and (max-width: 450px) {
  #section-contents .section-contents__inner .contents-block .contents-block__title h3 .area-num img {
    height: 3.5rem;
  }
}
#section-contents .section-contents__inner .contents-block .contents-block__title h3 .area-shop {
  display: inline-block;
  margin-right: 1.5rem;
}
#section-contents .section-contents__inner .contents-block .contents-block__title h3 .area-shop img {
  height: 3.3rem;
}
@media screen and (max-width: 768px) {
  #section-contents .section-contents__inner .contents-block .contents-block__title h3 .area-shop img {
    height: 2.5rem;
  }
}
@media screen and (max-width: 450px) {
  #section-contents .section-contents__inner .contents-block .contents-block__title h3 .area-shop img {
    height: 2rem;
  }
}
#section-contents .section-contents__inner .contents-block .open-time {
  margin-bottom: 2rem;
  line-height: 1.3;
}
@media screen and (max-width: 768px) {
  #section-contents .section-contents__inner .contents-block .open-time {
    margin-bottom: 1.5rem;
  }
}
#section-contents .section-contents__inner .contents-block .open-time span {
  display: inline-block;
  border: 2px solid var(--color-blue);
  padding: 0.5rem 0.7rem 0.7rem;
  font-weight: bold;
  font-size: 0.85em;
}
@media screen and (max-width: 768px) {
  #section-contents .section-contents__inner .contents-block .open-time span {
    padding: 0.5rem 0.5rem 0.5rem;
  }
}
#section-contents .section-contents__inner .contents-block .topics-text {
  position: relative;
  display: inline-block;
  background: #ecd69a;
  padding: 0.6rem 1rem 0.8rem 7.5rem;
  font-weight: bold;
  margin-bottom: 2rem;
  line-height: 1.3;
  margin-left: 3rem;
}
@media screen and (max-width: 768px) {
  #section-contents .section-contents__inner .contents-block .topics-text {
    display: block;
  }
}
#section-contents .section-contents__inner .contents-block .topics-text::before {
  position: absolute;
  content: "";
  background: url(../img/special-label.png) 0 0/contain no-repeat;
  width: 11rem;
  height: 5.5rem;
  top: 50%;
  left: -4rem;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  #section-contents .section-contents__inner .contents-block .topics-text::before {
    width: 9rem;
    height: 4.8rem;
  }
}
@media screen and (max-width: 768px) {
  #section-contents .section-contents__inner .contents-block .topics-text {
    margin-bottom: 1.5rem;
    padding: 0.6rem 0.5rem 0.8rem 5.5rem;
  }
}
#section-contents .section-contents__inner .contents-block .contents-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
}
#section-contents .section-contents__inner .contents-block .contents-list > li {
  margin-bottom: 1rem;
}
@media screen and (min-width: 1025px) {
  #section-contents .section-contents__inner .contents-block .contents-list > li {
    width: 32.3333333333%;
    margin-right: 1%;
  }
}
@media screen and (max-width: 1024px) and (min-width: 769px) {
  #section-contents .section-contents__inner .contents-block .contents-list > li {
    width: 39.7%;
    margin-right: 1%;
  }
}
@media screen and (max-width: 768px) {
  #section-contents .section-contents__inner .contents-block .contents-list > li {
    width: 49.5%;
  }
  #section-contents .section-contents__inner .contents-block .contents-list > li:first-child {
    margin-right: 1%;
  }
}
#section-contents .section-contents__inner .contents-block .contents-list > li .shop-img {
  border: 1px solid var(--color-blue);
}
#section-contents .section-contents__inner .contents-block .contents-list > li .shop-img a {
  display: inline-block;
}
#section-contents .section-contents__inner .contents-block .contents-list > li .shop-img a:hover {
  opacity: 0.7;
}
#section-contents .section-contents__inner .contents-block .contents-list > li .shop-img a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#section-contents .section-contents__inner .contents-block .contents-list > li .shop-img.special-label {
  position: relative;
}
#section-contents .section-contents__inner .contents-block .contents-list > li .shop-img.special-label::after {
  position: absolute;
  content: "";
  top: -2rem;
  left: -2rem;
  background: url(../img/shops/special-label.png) 0 0/contain no-repeat;
  width: 10rem;
  height: 5rem;
}
@media screen and (max-width: 768px) {
  #section-contents .section-contents__inner .contents-block .contents-list > li .shop-img.special-label::after {
    top: -1.7rem;
    left: -1.5rem;
  }
}
#section-contents .section-contents__inner .contents-block .thumbnail-flexbox {
  width: 100%;
}
@media screen and (min-width: 769px) {
  #section-contents .section-contents__inner .contents-block .thumbnail-flexbox {
    display: flex;
  }
}
#section-contents .section-contents__inner .contents-block .thumbnail-flexbox .thumbnail-block {
  width: 100%;
}
@media screen and (min-width: 1025px) {
  #section-contents .section-contents__inner .contents-block .thumbnail-flexbox .thumbnail-block {
    width: 16.3666666667%;
    margin-right: 0.7%;
  }
}
@media screen and (max-width: 1024px) and (min-width: 769px) {
  #section-contents .section-contents__inner .contents-block .thumbnail-flexbox .thumbnail-block {
    width: 19.7%;
    margin-right: 0.7%;
  }
}
#section-contents .section-contents__inner .contents-block .thumbnail-flexbox .thumbnail-block img {
  width: 100%;
  border: 6px double var(--color-blue);
}
#section-contents .section-contents__inner .contents-block .thumbnail-flexbox .contents-list-3column {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
}
@media screen and (min-width: 1025px) {
  #section-contents .section-contents__inner .contents-block .thumbnail-flexbox .contents-list-3column {
    width: 83.8333333333%;
  }
}
@media screen and (max-width: 1024px) and (min-width: 769px) {
  #section-contents .section-contents__inner .contents-block .thumbnail-flexbox .contents-list-3column {
    width: 80.5%;
  }
}
#section-contents .section-contents__inner .contents-block .thumbnail-flexbox .contents-list-3column > li {
  margin-bottom: 6%;
}
@media screen and (min-width: 1025px) {
  #section-contents .section-contents__inner .contents-block .thumbnail-flexbox .contents-list-3column > li {
    width: 19.5%;
  }
  #section-contents .section-contents__inner .contents-block .thumbnail-flexbox .contents-list-3column > li:not(:nth-child(5n)) {
    margin-right: 0.6%;
  }
}
@media screen and (max-width: 1024px) and (min-width: 769px) {
  #section-contents .section-contents__inner .contents-block .thumbnail-flexbox .contents-list-3column > li {
    width: 24.5%;
  }
  #section-contents .section-contents__inner .contents-block .thumbnail-flexbox .contents-list-3column > li:not(:nth-child(4n)) {
    margin-right: 0.6%;
  }
}
@media screen and (max-width: 768px) {
  #section-contents .section-contents__inner .contents-block .thumbnail-flexbox .contents-list-3column > li {
    width: 32.6333333333%;
  }
  #section-contents .section-contents__inner .contents-block .thumbnail-flexbox .contents-list-3column > li:not(:nth-child(3n)) {
    margin-right: 1%;
  }
}
#section-contents .section-contents__inner .contents-block .thumbnail-flexbox .contents-list-3column > li .shop-img {
  border: 1px solid var(--color-blue);
  margin-bottom: 1rem;
}
#section-contents .section-contents__inner .contents-block .thumbnail-flexbox .contents-list-3column > li .shop-img.kitchin-car a {
  position: relative;
  z-index: 1;
}
#section-contents .section-contents__inner .contents-block .thumbnail-flexbox .contents-list-3column > li .shop-img.kitchin-car a::after {
  position: absolute;
  content: "";
  background: url(../img/icon_kitchin-car.svg) 0 0/cover no-repeat;
  width: 3.2rem;
  height: 3.2rem;
  top: 1rem;
  left: 1rem;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  #section-contents .section-contents__inner .contents-block .thumbnail-flexbox .contents-list-3column > li .shop-img.kitchin-car a::after {
    top: 0.3rem;
    left: 0.3rem;
  }
}
#section-contents .section-contents__inner .contents-block .thumbnail-flexbox .contents-list-3column > li .shop-img a {
  display: inline-block;
}
#section-contents .section-contents__inner .contents-block .thumbnail-flexbox .contents-list-3column > li .shop-img a:hover {
  opacity: 0.7;
}
#section-contents .section-contents__inner .contents-block .thumbnail-flexbox .contents-list-3column > li .shop-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#section-contents .section-contents__inner .contents-block .thumbnail-flexbox .contents-list-3column > li .shop-img.special-label {
  position: relative;
}
#section-contents .section-contents__inner .contents-block .thumbnail-flexbox .contents-list-3column > li .shop-img.special-label::after {
  position: absolute;
  content: "";
  top: -2rem;
  left: -2rem;
  background: url(../img/shops/special-label.png) 0 0/contain no-repeat;
  width: 10rem;
  height: 5rem;
}

#section-information {
  padding: 5rem 0 5rem;
  margin-bottom: 5rem;
}
@media screen and (max-width: 768px) {
  #section-information {
    padding: 0rem 0 7rem;
    margin-bottom: 4rem;
  }
}
#section-information .section-information__inner {
  width: 90%;
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
  font-weight: bold;
}
#section-information .section-information__inner p {
  font-size: 0.9em;
  line-height: 1.7;
}
#section-information .section-information__inner .information-box {
  margin: 3rem 0;
  padding: 2rem 0;
  border-top: 2px solid var(--color-blue);
  border-bottom: 2px solid var(--color-blue);
}
#section-information .section-information__inner .information-box .information-box_inner {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  #section-information .section-information__inner .information-box .information-box_inner {
    flex-direction: column;
  }
}
#section-information .section-information__inner .information-box .information-box_inner .information-title {
  width: 25%;
  max-width: 300px;
}
@media screen and (max-width: 768px) {
  #section-information .section-information__inner .information-box .information-box_inner .information-title {
    width: 50%;
    margin-bottom: 2rem;
  }
}
#section-information .section-information__inner .information-box .information-box_inner .information-title img {
  width: 100%;
}
#section-information .section-information__inner .information-box .information-box_inner .information-table {
  width: 60%;
  text-align: left;
}
@media screen and (max-width: 768px) {
  #section-information .section-information__inner .information-box .information-box_inner .information-table {
    width: 100%;
  }
}
#section-information .section-information__inner .information-box .information-box_inner .information-table tr th {
  width: 20%;
  font-family: var(--font-gothic2);
  font-weight: bold;
  font-size: 1.3em;
  padding: 1.5rem 0;
}
@media screen and (max-width: 768px) {
  #section-information .section-information__inner .information-box .information-box_inner .information-table tr th {
    width: 25%;
  }
}
#section-information .section-information__inner .information-box .information-box_inner .information-table tr td {
  width: 70%;
  vertical-align: middle;
  padding: 1rem 0;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  #section-information .section-information__inner .information-box .information-box_inner .information-table tr td {
    width: 75%;
  }
}
#section-information .section-information__inner .information-box .information-box_inner .information-table tr td a {
  text-decoration: underline;
}
#section-information .section-information__inner .information-box .information-box_inner .information-table tr td a:hover {
  opacity: 0.5;
}
#section-information .section-information__inner .google-map {
  margin-top: 4rem;
}
#section-information .section-information__inner .google-map iframe {
  width: 100%;
  height: 40vh;
  min-height: 400px;
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
}
@media screen and (max-width: 768px) {
  #section-information .section-information__inner .google-map iframe {
    height: 30vh;
    min-height: 250px;
  }
}

#section-access {
  padding: 0rem 0 5rem;
}
#section-access .section-access__inner {
  width: 90%;
  max-width: 900px;
  margin: 0 auto;
}
#section-access .section-access__inner p {
  color: var(--color-blue);
  font-weight: bold;
  font-size: 0.85em;
}
#section-access .section-access__inner .access-info {
  margin-bottom: 5rem;
}
#section-access .section-access__inner .access-info h3 {
  background-color: #e1c1c0;
  text-align: left;
  padding: 0.8rem 1rem 1rem;
  font-size: 2rem;
  color: var(--color-blue);
  font-weight: bold;
  margin-bottom: 2rem;
}
@media screen and (max-width: 768px) {
  #section-access .section-access__inner .access-info h3 {
    font-size: 1.8rem;
  }
}
#section-access .section-access__inner .access-info .access-info-table {
  width: 100%;
  border: 2px solid var(--color-blue);
  margin-bottom: 1.5rem;
}
#section-access .section-access__inner .access-info .access-info-table thead tr th {
  width: 100%;
  background-color: var(--color-blue);
  padding: 0.6rem 1rem 1rem;
  color: var(--color-white);
}
@media screen and (max-width: 768px) {
  #section-access .section-access__inner .access-info .access-info-table thead tr th {
    padding: 0.6rem 0.5rem 1rem;
  }
}
#section-access .section-access__inner .access-info .access-info-table tbody tr {
  border-bottom: 1px solid var(--color-blue);
  text-align: left;
  color: var(--color-blue);
  font-size: 0.9em;
  font-weight: bold;
}
#section-access .section-access__inner .access-info .access-info-table tbody tr th {
  width: 20%;
  padding: 1rem 2rem 1.3rem;
  border-right: 1px solid var(--color-blue);
}
@media screen and (max-width: 768px) {
  #section-access .section-access__inner .access-info .access-info-table tbody tr th {
    width: 35%;
  }
}
#section-access .section-access__inner .access-info .access-info-table tbody tr td {
  width: 100%;
  padding: 1rem 2rem 1.3rem;
  line-height: 1.4;
}
#section-access .section-access__inner .sgm-logo {
  margin: 30rem 0 20rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #section-access .section-access__inner .sgm-logo {
    margin: 15rem 0 10rem;
  }
}
#section-access .section-access__inner .sgm-logo a {
  display: inline-block;
  width: 100%;
}
#section-access .section-access__inner .sgm-logo a img {
  width: 100%;
}
#section-access .section-access__inner .sgm-logo a:hover {
  opacity: 0.7;
}

footer {
  position: relative;
  width: 90%;
  margin: 5rem auto;
  color: #2f3030;
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 2rem;
}
@media screen and (max-width: 768px) {
  footer {
    margin: 2rem auto;
    font-size: 0.9em;
  }
}
footer .footer_info .footer_info-name {
  font-size: 0.9em;
  font-weight: bold;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  footer .footer_info .footer_info-name {
    margin-bottom: 1rem;
  }
}
footer .footer_info .footer-info-table tr {
  font-weight: bold;
  font-size: 0.9em;
}
footer .footer_info .footer-info-table tr th {
  padding-right: 5rem;
}
@media screen and (max-width: 768px) {
  footer .footer_info .footer-info-table tr th {
    padding-right: 3rem;
  }
}
footer .footer_info .footer-info-table tr td {
  line-height: 1.5;
}
footer .footer_link {
  display: flex;
}
footer .footer_link .link-icon {
  margin-left: 1.5rem;
}
@media screen and (max-width: 768px) {
  footer .footer_link .link-icon {
    margin-left: 1rem;
  }
}
footer .footer_link .link-icon a {
  display: inline-block;
  width: 4rem;
}
@media screen and (max-width: 768px) {
  footer .footer_link .link-icon a {
    width: 3rem;
  }
}
footer .footer_link .link-icon a img {
  width: 100%;
}