@charset "UTF-8";
/* ================ foundation ================ */
/* ================ base ================ */
html {
  scroll-behavior: smooth;
}

body {
  position: relative;
  color: #292929;
  font-family: YakuHanJPs, "Inter", "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: 0.05em;
  caret-color: transparent;
}
body::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
}
@media (max-width: 1024px) {
  body {
    font-size: 16px;
  }
}
body::before {
  visibility: hidden;
  opacity: 0;
  position: fixed;
  z-index: 10;
  background: #000;
  transition: 0.3s ease;
}
body.is-active {
  overflow: hidden;
}
body.is-active::before {
  visibility: visible;
  opacity: 0.5;
}

/* ================ a ================ */
a {
  color: #08C;
  transition: 0.3s ease;
}
a:hover {
  opacity: 0.7;
}

/* ================ img ================ */
img {
  display: block;
  width: 100%;
}

/* ================ text ================ */
strong {
  font-weight: 600;
}

i,
em {
  font-style: normal;
}

/*! destyle.css v4.0.1 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
  min-width: 0;
}

/* 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;
  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-top-width: 1px;
  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] {
  -webkit-text-decoration: underline dotted;
          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;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

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

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

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

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

legend {
  padding: 0;
}

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

/**
 * 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. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Fix appearance for Firefox
 */
[type=number] {
  -moz-appearance: textfield;
}

/**
 * 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]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

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

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

/* ================ layout ================ */
/* ================ footer ================ */
.l-footer {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background: #F3F2EC;
}
.l-footer__inner {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  max-width: 1240px;
  margin-inline: auto;
  padding: 64px 40px;
}
@media screen and (max-width: 1024px) {
  .l-footer__inner {
    padding: 32px 20px;
  }
}
.l-footer__logo img {
  width: 280px;
}
@media screen and (max-width: 1024px) {
  .l-footer__logo img {
    width: 200px;
  }
}
.l-footer__sns {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin-top: 24px;
}
@media (max-width: 1024px) {
  .l-footer__sns {
    margin-top: 16px;
  }
}
@media screen and (max-width: 1024px) {
  .l-footer__sns {
    gap: 16px;
  }
}
.l-footer__sns i {
  padding: 8px;
  color: #292929;
}
.l-footer__links {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 24px;
}
@media (max-width: 1024px) {
  .l-footer__links {
    margin-top: 16px;
  }
}
@media screen and (max-width: 1024px) {
  .l-footer__links {
    display: none;
  }
}
.l-footer__link {
  position: relative;
  display: block;
  padding: 8px 36px 8px 14px;
  border-radius: 100px;
  border: 1px solid #A88E00;
  background: #FFF;
  color: #A88E00;
  font-size: 13px;
  line-height: 1;
}
.l-footer__link::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
}
@media (max-width: 1024px) {
  .l-footer__link {
    font-size: 13px;
  }
}
.l-footer__link::before {
  top: 50%;
  left: auto;
  right: 16px;
  transform: translateY(-50%);
  width: 11px;
  height: 11px;
  background: url(../images/common/icon-link-gold.svg) no-repeat;
  background-size: 11px;
}
.l-footer__link:hover {
  opacity: 1;
  background: #A88E00;
  color: #FFF;
}
.l-footer__link:hover::before {
  background: url(../images/common/icon-link-white.svg) no-repeat;
  background-size: 11px;
}
.l-footer__link.nolink {
  padding-right: 14px;
  pointer-events: none;
}
.l-footer__link.nolink::before {
  content: none;
}
.l-footer__copyright {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 32px 0;
}
@media screen and (max-width: 1024px) {
  .l-footer__copyright {
    padding: 32px 0 80px;
  }
}
.l-footer__copyright.aichi {
  background: #EB6112;
}
.l-footer__copyright.gifu {
  background: #579B2B;
}
.l-footer__copyright p {
  color: #FFF;
  font-size: 14px;
  font-weight: 300;
  line-height: 1;
  letter-spacing: 0.1em;
}
@media (max-width: 1024px) {
  .l-footer__copyright p {
    font-size: 12px;
  }
}

/* ================ bottom-button ================ */
.l-bottom-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  align-items: flex-start;
  position: fixed;
  bottom: 0;
  right: 0;
  transform: translateY(120px);
  z-index: 3;
  transition: 0.3s ease;
}
@media screen and (max-width: 1024px) {
  .l-bottom-btn {
    bottom: 16px;
    width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  .l-bottom-btn .btn {
    padding: 12px;
  }
}
.l-bottom-btn .btn p {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.1em;
}
@media (max-width: 1024px) {
  .l-bottom-btn .btn p {
    font-size: 14px;
  }
}
.l-bottom-btn .pagetop {
  display: block;
  position: relative;
  position: relative;
  height: 110px;
  padding: 0 24px;
}
.l-bottom-btn .pagetop::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
}
.l-bottom-btn .pagetop::after {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
}
@media screen and (max-width: 1024px) {
  .l-bottom-btn .pagetop {
    display: none;
  }
}
.l-bottom-btn .pagetop::before {
  top: auto;
  bottom: -10px;
  left: 26px;
  width: 1px;
  height: 50px;
  background: #292929;
  transition: 0.3s ease;
}
.l-bottom-btn .pagetop::after {
  top: auto;
  bottom: 30px;
  left: 30px;
  transform: rotate(-45deg);
  width: 1px;
  height: 10px;
  background: #292929;
  transition: 0.3s ease;
}
.l-bottom-btn .pagetop:hover {
  opacity: 1;
}
.l-bottom-btn .pagetop:hover::before {
  transform: translateY(-6px);
}
.l-bottom-btn .pagetop:hover::after {
  transform: translateY(-6px) rotate(-45deg);
}
.l-bottom-btn .pagetop p {
  color: #292929;
  font-size: 10px;
  line-height: 1;
  writing-mode: vertical-rl;
}
@media (max-width: 1024px) {
  .l-bottom-btn .pagetop p {
    font-size: 10px;
  }
}
.l-bottom-btn.sticky {
  transform: translateY(0);
}

/* ================ hamburger ================ */
.l-hamburger__cnt {
  overflow-y: scroll;
  position: fixed;
  top: 0;
  right: 0;
  transform: translateX(100%);
  z-index: 21;
  width: 600px;
  height: 100vh;
  padding: 48px 64px 80px;
  background: #F3F2EC;
  transition: 0.3s ease;
}
@media screen and (max-width: 1024px) {
  .l-hamburger__cnt {
    width: 100%;
    height: 100%;
    padding: 24px 20px 80px;
  }
}
.l-hamburger__cnt .cnt__logo {
  display: inline-block;
}
.l-hamburger__cnt .cnt__logo img {
  width: 280px;
}
@media screen and (max-width: 1024px) {
  .l-hamburger__cnt .cnt__logo img {
    max-width: 200px;
  }
}
.l-hamburger__cnt .cnt__nav {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 6px;
  margin-top: 40px;
}
@media (max-width: 1024px) {
  .l-hamburger__cnt .cnt__nav {
    margin-top: 20px;
  }
}
.l-hamburger__cnt .cnt__nav .nav__btn {
  width: 100%;
  padding: 12px 16px;
  box-shadow: 1px 1px 0 #292929;
}
.l-hamburger__cnt .cnt__nav .nav__btn:hover {
  transform: translate(1px, 1px);
  box-shadow: 0 0 0 #292929;
}
.l-hamburger__cnt .cnt__app {
  margin-top: 32px;
}
@media (max-width: 1024px) {
  .l-hamburger__cnt .cnt__app {
    margin-top: 16px;
  }
}
.l-hamburger__cnt .cnt__fm {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 16px;
  margin-top: 32px;
  padding: 32px 16px 24px;
  background: #FFF;
}
@media (max-width: 1024px) {
  .l-hamburger__cnt .cnt__fm {
    margin-top: 16px;
  }
}
@media screen and (max-width: 1024px) {
  .l-hamburger__cnt .cnt__fm {
    padding: 24px 16px 16px;
  }
}
.l-hamburger__cnt .cnt__fm .fm__box {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 16px;
}
.l-hamburger__cnt .cnt__fm .fm__logo {
  display: inline-block;
}
.l-hamburger__cnt .cnt__fm .fm__logo.fmyokohama img {
  width: auto;
  height: 80px;
}
.l-hamburger__cnt .cnt__fm .fm__logo.zipfm img {
  width: auto;
  height: 40px;
}
.l-hamburger__cnt .cnt__fm .fm__sns {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
}
.l-hamburger__cnt .cnt__fm .fm__sns i {
  padding: 8px;
  color: #292929;
}
.l-hamburger__cnt.is-active {
  transform: translateX(0);
}

/* ================ header ================ */
.l-header-fm {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
  position: fixed;
  top: 24px;
  left: 40px;
  z-index: 11;
  transform: translateY(-110px);
  transition: 0.3s ease;
}
@media screen and (max-width: 1024px) {
  .l-header-fm {
    left: 16px;
  }
}
.l-header-fm__logo.azs img {
  width: auto;
  height: 64px;
}
@media screen and (max-width: 1024px) {
  .l-header-fm__logo.azs img {
    height: 56px;
  }
}
@media screen and (max-width: 1024px) {
  .l-header-fm__logo.zipfm {
    display: none;
  }
}
.l-header-fm__logo.zipfm img {
  width: auto;
  height: 24px;
}
.l-header-fm__sns {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
}
@media screen and (max-width: 1024px) {
  .l-header-fm__sns {
    display: none;
  }
}
.l-header-fm__sns i {
  padding: 8px;
  color: #292929;
}
.l-header-fm.is-active {
  visibility: hidden;
  opacity: 0;
}
.l-header__nav {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row-reverse;
  gap: 24px;
  position: fixed;
  top: 24px;
  right: 40px;
  z-index: 41;
  transform: translateY(-110px);
  transition: 0.3s ease;
}
@media screen and (max-width: 1024px) {
  .l-header__nav {
    top: 16px;
    right: 16px;
  }
}
.l-header__nav .nav__line {
  display: block;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 9px;
  position: relative;
  width: 80px;
  height: 80px;
  padding-bottom: 12px;
  border-radius: 50%;
  background: #4B4B4B;
  transition: 0.3s ease;
  cursor: pointer;
}
.l-header__nav .nav__line::before {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  font-family: "Font Awesome 6 Free";
  font-size: 14px;
  font-weight: 900;
  content: "\f078";
  transition: 0.3s ease;
}
@media screen and (max-width: 1024px) {
  .l-header__nav .nav__line {
    gap: 7px;
    width: 56px;
    height: 56px;
  }
}
.l-header__nav .nav__line::before {
  top: auto;
  bottom: 18px;
  left: 50%;
  transform: translateX(-50%);
  color: #FFF;
  font-size: 9px;
  font-weight: 300;
  line-height: 1;
  text-indent: 0.3em;
  letter-spacing: 0.3em;
  content: "MENU";
}
@media (max-width: 1024px) {
  .l-header__nav .nav__line::before {
    font-size: 7px;
  }
}
@media screen and (max-width: 1024px) {
  .l-header__nav .nav__line::before {
    bottom: 14px;
  }
}
.l-header__nav .nav__line span {
  display: block;
  width: 32px;
  height: 2px;
  background: #FFF;
  transition: 0.3s ease;
}
@media screen and (max-width: 1024px) {
  .l-header__nav .nav__line span {
    width: 24px;
    height: 1px;
  }
}
.l-header__nav .nav__line:hover {
  opacity: 0.7;
}
.l-header__nav .nav__en {
  color: #292929;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.1em;
}
@media (max-width: 1024px) {
  .l-header__nav .nav__en {
    font-size: 12px;
  }
}
@media screen and (max-width: 1024px) {
  .l-header__nav .nav__en {
    display: none;
  }
}
.l-header__nav.is-active {
  flex-direction: column;
  gap: 12px;
}
.l-header__nav.is-active .nav__line::before {
  content: "CLOSE";
}
.l-header__nav.is-active .nav__line span {
  position: absolute;
}
.l-header__nav.is-active .nav__line span:first-child {
  transform: rotate(160deg);
}
.l-header__nav.is-active .nav__line span:last-child {
  transform: rotate(-160deg);
}
@media screen and (max-width: 1024px) {
  .l-header__nav.is-active .nav__en {
    display: block;
  }
}
.l-header.sticky .l-header-fm, .l-header.sticky .l-header__nav {
  transform: translateY(0);
}

/* ================ main ================ */
.l-main {
  overflow: hidden;
}

/* ================ object - component ================ */
/* ================ softy ================ */
.c-softy {
  opacity: 0;
  transform: translateY(40px);
  transition: 1s ease;
}
.c-softy.active {
  opacity: 1;
  transform: translateY(0);
}

/* ================ passing ================ */
.c-passing {
  overflow: hidden;
}
.c-passing img {
  opacity: 0;
  z-index: 0;
  transform: scale(1.5);
  transition: 2s ease;
}
.c-passing.active img {
  opacity: 1;
  transform: scale(1);
}

/* ================ button ================ */
.c-btn--pri {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  padding: 16px 24px;
  border: 1px solid #292929;
  background: #f0e7ca;
  box-shadow: 2px 2px 0 #292929;
}
@media screen and (max-width: 1024px) {
  .c-btn--pri {
    width: 50%;
    padding: 16px;
  }
}
@media screen and (max-width: 600px) {
  .c-btn--pri {
    width: 90%;
  }
}
.c-btn--pri:hover {
  opacity: 1;
  transform: translate(2px, 2px);
  box-shadow: 0 0 0 #292929;
}
.c-btn--pri p {
  font-size: 15px;
  color: #292929;
  font-weight: 500;
  line-height: 1.2;
}
@media (max-width: 1024px) {
  .c-btn--pri p {
    font-size: 15px;
  }
}
.c-btn--pri.slim {
  padding: 12px 16px;
  box-shadow: 1px 1px 0 #292929;
}
.c-btn--pri.slim:hover {
  transform: translate(1px, 1px);
  box-shadow: 0 0 0 #292929;
}
.c-btn--pri.slim p {
  font-size: 13px;
}
@media (max-width: 1024px) {
  .c-btn--pri.slim p {
    font-size: 13px;
  }
}
.c-btn--pri.link {
  justify-content: space-between;
  position: relative;
  padding-right: 40px;
}
.c-btn--pri.link::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
}
.c-btn--pri.link::before {
  top: 50%;
  left: auto;
  right: 16px;
  transform: translateY(-50%);
  width: 14px;
  height: 14px;
  background: url(../images/common/icon-link.svg) no-repeat;
  background-size: 14px;
}
.c-btn--pri.link p {
  flex: 1;
}
.c-btn--pri.slim.link::before {
  width: 12px;
  height: 12px;
  background-size: 12px;
}
.c-btn--pri.orange {
  background: #f7b875;
}

.c-app-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 12px;
  width: 100%;
  padding: 20px 24px 24px;
  border: 1px solid #7F7F7F;
}
@media screen and (max-width: 1024px) {
  .c-app-wrap {
    gap: 8px;
    padding: 12px 16px 16px;
  }
}
.c-app-wrap p {
  font-size: 15px;
  font-weight: 500;
  line-height: 1.4;
  text-align: center;
}
@media (max-width: 1024px) {
  .c-app-wrap p {
    font-size: 15px;
  }
}
.c-app-wrap .btns {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .c-app-wrap .btns {
    gap: 8px;
  }
}
.c-app-wrap .btns .btn {
  overflow: hidden;
  width: min(240px, 100%);
}

/* ================ flex-box ================ */
.c-flex {
  display: flex;
  gap: 80px;
}
@media screen and (max-width: 1024px) {
  .c-flex {
    flex-direction: column !important;
    gap: 0;
  }
}
.c-flex__image {
  flex: 1;
}
.c-flex__image img {
  -o-object-fit: cover;
     object-fit: cover;
}
.c-flex__image.r-over {
  margin-right: calc(50% - 50vw);
}
.c-flex__image.l-over {
  margin-left: calc(50% - 50vw);
}
.c-flex__content {
  flex: 1;
}
.c-flex.reverse {
  flex-direction: row-reverse;
}

.c-r-over {
  margin-right: calc(50% - 50vw);
}
@media screen and (max-width: 1024px) {
  .c-r-over {
    margin-right: auto;
  }
}

.c-l-over {
  margin-left: calc(50% - 50vw);
}
@media screen and (max-width: 1024px) {
  .c-l-over {
    margin-left: auto;
  }
}

/* ================ heading ================ */
.c-head--pri {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 16px;
}
@media (max-width: 1024px) {
  .c-head--pri {
    gap: 8px;
  }
}
.c-head--pri img {
  width: 56px;
}
.c-head--pri .wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.c-head--pri .wrap .ja {
  font-family: YakuHanMPs, "Cormorant Infant", "Shippori Mincho", serif;
  font-size: 36px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.1em;
}
@media (max-width: 1024px) {
  .c-head--pri .wrap .ja {
    font-size: 24px;
  }
}
.c-head--pri .wrap .en {
  font-family: YakuHanMPs, "Cormorant Infant", "Shippori Mincho", serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}
@media (max-width: 1024px) {
  .c-head--pri .wrap .en {
    font-size: 16px;
  }
}
.c-head--pri + * {
  margin-top: 48px;
}
@media (max-width: 1024px) {
  .c-head--pri + * {
    margin-top: 24px;
  }
}

/* ================ link ================ */
.c-anchor {
  width: 0;
  margin-top: -100px;
  padding-top: 100px;
}
@media screen and (max-width: 1024px) {
  .c-anchor {
    margin-top: -80px;
    padding-top: 80px;
  }
}

/* ================ cs ================ */
.c-cs {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 80px;
  font-family: YakuHanMPs, "Cormorant Infant", "Shippori Mincho", serif;
  font-size: 28px;
  font-weight: 300;
  line-height: 1;
  text-transform: capitalize;
  letter-spacing: 0.2em;
}
@media (max-width: 1024px) {
  .c-cs {
    margin-top: 40px;
  }
}
@media (max-width: 1024px) {
  .c-cs {
    font-size: 22px;
  }
}

/* ================ list-style ================ */
.c-ul--pri {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding-left: 16px;
  margin-top: 8px;
  margin-bottom: 8px;
}
.c-ul--pri li {
  list-style: circle;
  line-height: 1.4;
}

.c-ol--pri {
  display: flex;
  flex-direction: column;
  gap: 4px;
  counter-reset: num;
  margin-top: 8px;
  margin-bottom: 8px;
}
.c-ol--pri li {
  position: relative;
  padding-left: 24px;
  line-height: 1.4;
}
.c-ol--pri li::before {
  position: absolute;
  top: 0;
  left: 0;
  padding-left: 2px;
  counter-increment: num;
  content: counter(num);
}

/* ================ parallax ================ */
.c-parallax__wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  position: relative;
  background-color: #F2F2F2;
}
.c-parallax__img {
  position: absolute;
  left: 0;
  width: 100%;
}
.c-parallax__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-parallax__20 {
  top: -3%;
  height: 130%;
}

/* ================ text ================ */
.c-txt--line-1 span {
  display: inline-block;
  position: relative;
  margin: 0 20px;
  line-height: 1.2;
}
.c-txt--line-1 span::before, .c-txt--line-1 span::after {
  position: absolute;
  top: 50%;
  width: 1px;
  height: 100%;
  background: #292929;
  content: "";
}
.c-txt--line-1 span::before {
  left: -16px;
  transform: translateY(-50%) rotate(-25deg);
}
.c-txt--line-1 span::after {
  right: -16px;
  transform: translateY(-50%) rotate(25deg);
}
.c-txt--caution {
  position: relative;
  padding-left: 1rem;
  font-size: 0.9em;
  line-height: 1.4;
}
.c-txt--caution::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "※";
}
.c-txt--caution + .c-txt--caution {
  margin-top: 2px;
}

/* ================ visual ================ */
.c-visual {
  height: 480px;
}
@media screen and (max-width: 1024px) {
  .c-visual {
    height: 240px;
  }
}
.c-visual img {
  -o-object-fit: cover;
     object-fit: cover;
}

/* ================ background ================ */
.c-bg--base {
  position: relative;
}
.c-bg--base::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
}
.c-bg--base::before {
  z-index: -3;
  background: url(../images/common/image-bg-1.webp);
}
.c-bg--oogi {
  position: relative;
  position: relative;
  background: none !important;
}
.c-bg--oogi::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
}
.c-bg--oogi::after {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
}
.c-bg--oogi::before {
  opacity: 0.5;
  z-index: -3;
  background: #F3F2EC;
}
.c-bg--oogi::after {
  opacity: 0.05;
  z-index: -2;
  background: url(../images/common/tile-1.svg);
  background-size: 56px;
}

/* ================ object - project ================ */
/* ================================================ */
/* mv
/* ================================================ */
.p-mv {
  z-index: 2;
  width: 100%;
  height: 90vh;
}
.p-mv__inner {
  display: grid;
  grid-template-columns: 2fr 1fr 2fr;
  align-items: stretch;
  position: relative;
  width: 100%;
  height: inherit;
}
@media screen and (max-width: 1024px) {
  .p-mv__inner {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column-reverse;
  }
}
.p-mv__inner .cloud {
  position: absolute;
}
.p-mv__inner .cloud.left {
  opacity: 0.15;
  bottom: -160px;
  left: -56px;
  width: 360px;
}
@media screen and (max-width: 1024px) {
  .p-mv__inner .cloud.left {
    bottom: 26%;
    left: -28px;
    width: 144px;
  }
}
.p-mv__inner .cloud.right {
  opacity: 0.15;
  top: 48px;
  right: 16px;
  width: 300px;
}
@media screen and (max-width: 1024px) {
  .p-mv__inner .cloud.right {
    top: 58%;
    right: 8px;
    width: 120px;
  }
}
.p-mv__left, .p-mv__right {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  justify-content: flex-start;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .p-mv__left, .p-mv__right {
    overflow: hidden;
    width: 100%;
  }
}
.p-mv__left .photo, .p-mv__right .photo {
  flex: 1;
  width: 100%;
}
.p-mv__left .photo img, .p-mv__right .photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 1024px) {
  .p-mv__left .photo {
    display: none;
  }
}
.p-mv__left .detail {
  width: 100%;
  padding: 40px 0 40px 40px;
}
@media screen and (max-width: 1024px) {
  .p-mv__left .detail {
    width: auto;
    padding: 24px 20px;
  }
}
.p-mv__left .detail .detail-inner {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
  padding: 20px;
  border: 1px solid #7F7F7F;
}
@media screen and (max-width: 1024px) {
  .p-mv__left .detail .detail-inner {
    padding: 12px 16px;
  }
}
.p-mv__left .detail .detail-inner .day {
  font-family: YakuHanMPs, "Cormorant Infant", "Shippori Mincho", serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: 0.1em;
}
@media (max-width: 1024px) {
  .p-mv__left .detail .detail-inner .day {
    font-size: 16px;
  }
}
.p-mv__left .detail .detail-inner .day i {
  font-size: 28px;
}
@media (max-width: 1024px) {
  .p-mv__left .detail .detail-inner .day i {
    font-size: 20px;
  }
}
.p-mv__left .detail .detail-inner .day span {
  font-size: 40px;
}
@media (max-width: 1024px) {
  .p-mv__left .detail .detail-inner .day span {
    font-size: 28px;
  }
}
.p-mv__left .detail .detail-inner .place {
  font-family: YakuHanMPs, "Cormorant Infant", "Shippori Mincho", serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: 0.1em;
  text-align: center;
}
@media (max-width: 1024px) {
  .p-mv__left .detail .detail-inner .place {
    font-size: 15px;
  }
}
.p-mv__center {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  .p-mv__center {
    width: 100%;
    padding-top: 8px;
  }
}
.p-mv__center .logo {
  display: flex;
  justify-content: center;
  align-items: center;
  width: min(144px, 40%);
}
@media screen and (max-width: 1024px) {
  .p-mv__center .logo {
    width: min(240px, 45%);
  }
}
.p-mv__center .logo img {
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .p-mv__right {
    flex: 1;
    justify-content: flex-end;
  }
}
.p-mv__right .photo {
  transform: translateY(40px);
  margin-top: 120px;
}
@media screen and (max-width: 1024px) {
  .p-mv__right .photo {
    transform: none;
    margin-top: 0;
    -webkit-mask-image: url("../images/common/mask.svg");
            mask-image: url("../images/common/mask.svg");
    -webkit-mask-size: cover;
            mask-size: cover;
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    -webkit-mask-position: center bottom;
            mask-position: center bottom;
  }
}
.p-mv__right .catch {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row-reverse;
  align-items: flex-start;
  gap: 10px;
  position: absolute;
  z-index: 1;
  top: 80px;
  left: 80px;
}
@media (max-width: 1024px) {
  .p-mv__right .catch {
    gap: 5px;
  }
}
@media screen and (max-width: 1024px) {
  .p-mv__right .catch {
    top: 20px;
    left: auto;
    right: 20px;
  }
}
.p-mv__right .catch span {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 24px 18px 24px 12px;
  border: 1px solid #7F7F7F;
  background: #FFF;
  font-family: YakuHanMPs, "Cormorant Infant", "Shippori Mincho", serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.2em;
  writing-mode: vertical-rl;
}
@media (max-width: 1024px) {
  .p-mv__right .catch span {
    font-size: 14px;
  }
}
@media screen and (max-width: 1024px) {
  .p-mv__right .catch span {
    padding: 14px 10px;
  }
}
.p-mv__right .catch span i {
  transform: translateX(2px);
  width: 24px;
  padding-bottom: 3px;
  font-size: 1.1em;
  letter-spacing: 0.1em;
  writing-mode: horizontal-tb;
}
@media screen and (max-width: 1024px) {
  .p-mv__right .catch span i {
    transform: translateX(-1px);
    width: 14px;
  }
}

.splide,
.splide__track,
.splide__list,
.splide__slide {
  width: 100%;
  height: 100%;
}

.splide__slide {
  display: flex;
  justify-content: center;
  align-items: center;
}
.splide__slide span {
  width: 100%;
  height: 100%;
}
.splide__slide span img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.splide__slide.is-active span, .splide__slide.is-prev span,
.splide__slide span.is-prev {
  animation: scale 8s linear 0s normal both;
}

@keyframes scale {
  0% {
    transform: scale(1.3);
  }
  100% {
    transform: scale(1);
  }
}
/* ================================================ */
/* section
/* ================================================ */
.p-section {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
  padding: 128px 72px;
}
@media screen and (max-width: 1024px) {
  .p-section {
    padding: 64px 0;
  }
}
.p-section__inner {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative;
  width: min(1160px, 100%);
}
@media screen and (max-width: 1024px) {
  .p-section__inner {
    width: 86%;
  }
}

/* ================================================ */
/* contents
/* ================================================ */
/* ================ concept ================ */
.p-concept__inner {
  width: min(964px, 100%);
}
@media screen and (max-width: 1024px) {
  .p-concept__inner {
    width: 86%;
  }
}
.p-concept__head {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 8px;
  font-family: YakuHanMPs, "Cormorant Infant", "Shippori Mincho", serif;
  font-size: 44px;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.1em;
}
@media (max-width: 1024px) {
  .p-concept__head {
    gap: 4px;
  }
}
@media (max-width: 1024px) {
  .p-concept__head {
    font-size: 28px;
  }
}
.p-concept__head span {
  font-size: 24px;
}
@media (max-width: 1024px) {
  .p-concept__head span {
    font-size: 18px;
  }
}
.p-concept__cnt {
  margin-top: 48px;
}
@media (max-width: 1024px) {
  .p-concept__cnt {
    margin-top: 24px;
  }
}
.p-concept__txt-box {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 16px;
}
@media screen and (max-width: 1024px) {
  .p-concept__txt-box {
    align-items: flex-start;
  }
}
.p-concept__txt-box p {
  line-height: 2;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .p-concept__txt-box p {
    line-height: 1.7;
    text-align: left;
  }
}
.p-concept__btns {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
  width: 100%;
  margin-top: 80px;
}
@media (max-width: 1024px) {
  .p-concept__btns {
    gap: 20px;
  }
}
@media (max-width: 1024px) {
  .p-concept__btns {
    margin-top: 40px;
  }
}
@media screen and (max-width: 1024px) {
  .p-concept__btns {
    flex-direction: column;
    gap: 16px;
  }
}
.p-concept__btn {
  position: relative;
  width: min(360px, 100%);
}
.p-concept__btn::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
}
.p-concept__btn::before {
  left: 7px;
  width: calc(100% - 14px);
  background: #F3F2EC;
  transition: 0.3s ease;
}
.p-concept__btn:hover {
  opacity: 1;
}
.p-concept__btn:hover::before {
  transform: translateX(-7px);
  width: 100%;
}
.p-concept__btn .inner {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  width: 100%;
  height: 100%;
  padding: 20px 32px;
  position: relative;
  position: relative;
  border-top: 1px solid #292929;
  border-bottom: 1px solid #292929;
}
@media (max-width: 1024px) {
  .p-concept__btn .inner {
    gap: 12px;
  }
}
.p-concept__btn .inner::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
}
.p-concept__btn .inner::after {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
}
@media screen and (max-width: 1024px) {
  .p-concept__btn .inner {
    padding: 16px;
  }
}
.p-concept__btn .inner::before, .p-concept__btn .inner::after {
  position: absolute;
  width: 1px;
  height: calc(100% + 14px);
  background: #292929;
  transition: 0.3s ease;
}
.p-concept__btn .inner::before {
  top: -7px;
  left: 7px;
}
.p-concept__btn .inner::after {
  top: -7px;
  left: auto;
  right: 7px;
}
.p-concept__btn .inner:hover {
  opacity: 1;
}
.p-concept__btn .inner:hover::before {
  transform: translate(-7px, 7px);
  height: 100%;
}
.p-concept__btn .inner:hover::after {
  transform: translate(7px, 7px);
  height: 100%;
}
.p-concept__btn .inner img {
  width: auto;
  height: 40px;
}
@media screen and (max-width: 1024px) {
  .p-concept__btn .inner img {
    height: 32px;
  }
}
.p-concept__btn .inner p {
  color: #292929;
  font-family: YakuHanMPs, "Cormorant Infant", "Shippori Mincho", serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0.1em;
}
@media (max-width: 1024px) {
  .p-concept__btn .inner p {
    font-size: 16px;
  }
}
.p-concept__silhouette {
  position: absolute;
  bottom: -200px;
  right: -400px;
  z-index: -1;
}
@media screen and (max-width: 1024px) {
  .p-concept__silhouette {
    bottom: 100px;
    right: -200px;
  }
}
.p-concept__silhouette img {
  opacity: 0.03;
  width: 680px;
}
@media screen and (max-width: 1024px) {
  .p-concept__silhouette img {
    width: 480px;
  }
}

/* ================ summary ================ */
.p-summary__inner {
  max-width: 964px;
}
.p-summary__lists {
  position: relative;
  width: 100%;
}
.p-summary__list {
  display: grid;
  grid-template-columns: 1fr 3fr;
  gap: 4px;
}
@media screen and (max-width: 1024px) {
  .p-summary__list {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    align-items: center;
  }
}
.p-summary__list.aichi:first-child dt {
  border-top: 1px solid #EB6112;
}
@media screen and (max-width: 1024px) {
  .p-summary__list.aichi:first-child dt {
    border-top: 1px solid #CCC;
  }
}
.p-summary__list.gifu:first-child dt {
  border-top: 1px solid #579B2B;
}
@media screen and (max-width: 1024px) {
  .p-summary__list.gifu:first-child dt {
    border-top: 1px solid #CCC;
  }
}
.p-summary__list:first-child dd {
  border-top: 1px solid #CCC;
}
@media screen and (max-width: 1024px) {
  .p-summary__list:first-child dd {
    border-top: none;
  }
}
.p-summary__list.aichi dt {
  border-bottom: 1px solid #EB6112;
}
@media screen and (max-width: 1024px) {
  .p-summary__list.aichi dt {
    border: none;
  }
}
@media screen and (max-width: 1024px) {
  .p-summary__list.aichi dt p {
    color: #EB6112;
  }
}
.p-summary__list.gifu dt {
  border-bottom: 1px solid #579B2B;
}
@media screen and (max-width: 1024px) {
  .p-summary__list.gifu dt {
    border: none;
  }
}
@media screen and (max-width: 1024px) {
  .p-summary__list.gifu dt p {
    color: #579B2B;
  }
}
.p-summary__list dt {
  padding: 28px 16px;
}
@media screen and (max-width: 1024px) {
  .p-summary__list dt {
    padding: 16px 8px 0;
  }
}
.p-summary__list dt p {
  position: relative;
  font-weight: 500;
  line-height: 1.7;
}
.p-summary__list dt p::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
}
@media screen and (max-width: 1024px) {
  .p-summary__list dt p {
    line-height: 1.4;
  }
}
.p-summary__list dd {
  padding: 28px 16px;
  border-bottom: 1px solid #CCC;
  line-height: 1.7;
}
@media screen and (max-width: 1024px) {
  .p-summary__list dd {
    padding: 0 8px 16px;
    line-height: 1.4;
  }
}
.p-summary__img {
  width: 100%;
  aspect-ratio: 16/9;
  margin-top: 80px;
}
@media (max-width: 1024px) {
  .p-summary__img {
    margin-top: 40px;
  }
}

/* ================ guide ================ */
.p-guide__inner {
  max-width: 964px;
}
.p-guide__cards {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 8px;
}
.p-guide__cards i {
  color: #A88E00;
  font-size: 24px;
}
@media (max-width: 1024px) {
  .p-guide__cards i {
    font-size: 18px;
  }
}
.p-guide__card {
  display: flex;
  justify-content: center;
  align-items: center;
  align-items: stretch;
  width: 100%;
  border: 1px solid #A88E00;
  background: #FFF;
}
@media screen and (max-width: 1024px) {
  .p-guide__card {
    flex-direction: column;
  }
}
.p-guide__card .card__step {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  width: 200px;
  background: #A88E00;
  color: #FFF;
  font-family: YakuHanMPs, "Cormorant Infant", "Shippori Mincho", serif;
  font-size: 20px;
  line-height: 1;
  letter-spacing: 0.2em;
}
@media (max-width: 1024px) {
  .p-guide__card .card__step {
    font-size: 16px;
  }
}
@media screen and (max-width: 1024px) {
  .p-guide__card .card__step {
    width: 100%;
    padding: 12px;
  }
}
.p-guide__card .card__cnt {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  justify-content: left;
  gap: 40px;
  padding: 28px 48px 28px 40px;
}
@media screen and (max-width: 1024px) {
  .p-guide__card .card__cnt {
    flex-direction: column;
    gap: 16px;
    padding: 20px;
  }
}
.p-guide__card .card__img {
  width: 120px;
}
@media screen and (max-width: 1024px) {
  .p-guide__card .card__img {
    width: 100px;
  }
}
.p-guide__card .card__wrap {
  flex: 1;
}
.p-guide__card .card__head {
  font-family: YakuHanMPs, "Cormorant Infant", "Shippori Mincho", serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.4;
}
@media (max-width: 1024px) {
  .p-guide__card .card__head {
    font-size: 18px;
  }
}
.p-guide__card .card__txt {
  margin-top: 16px;
  font-size: 16px;
  line-height: 1.7;
}
@media (max-width: 1024px) {
  .p-guide__card .card__txt {
    margin-top: 12px;
  }
}
@media (max-width: 1024px) {
  .p-guide__card .card__txt {
    font-size: 15px;
  }
}
@media screen and (max-width: 1024px) {
  .p-guide__card .card__txt {
    line-height: 1.4;
  }
}
.p-guide__card .card__price {
  display: inline-block;
  margin-top: 8px;
  padding: 8px 24px;
  background: #F2F2F2;
  font-weight: 500;
  line-height: 1.4;
}
@media (max-width: 1024px) {
  .p-guide__card .card__price {
    margin-top: 8px;
  }
}
@media screen and (max-width: 1024px) {
  .p-guide__card .card__price {
    width: 100%;
    text-align: center;
  }
}
.p-guide__card .card__price span {
  margin-left: 4px;
}
.p-guide__info {
  max-width: 964px;
  margin-top: 40px;
  margin-inline: auto;
}
@media (max-width: 1024px) {
  .p-guide__info {
    margin-top: 20px;
  }
}
.p-guide__caution {
  overflow: hidden;
  max-width: 768px;
  margin-top: 40px;
  margin-inline: auto;
  border: 1px solid #D44;
  background: #FFF;
}
@media (max-width: 1024px) {
  .p-guide__caution {
    margin-top: 20px;
  }
}
.p-guide__caution-title {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 12px;
  background: #D44;
  color: #FFF;
  font-size: 18px;
  line-height: 1;
  letter-spacing: 0.1em;
}
@media (max-width: 1024px) {
  .p-guide__caution-title {
    font-size: 18px;
  }
}
.p-guide__caution-box {
  padding: 24px 40px;
  color: #D44;
}
@media screen and (max-width: 1024px) {
  .p-guide__caution-box {
    padding: 20px;
  }
}

/* ================ ticket ================ */
.p-ticket {
  z-index: 2;
  padding-bottom: 0;
}
.p-ticket__inner {
  position: relative;
}
.p-ticket__tickets {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 24px;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .p-ticket__tickets {
    gap: 16px;
  }
}
.p-ticket__ticket {
  overflow: hidden;
  width: 100%;
  border: 1px solid #35596d;
  background: #FFF;
}
.p-ticket__ticket .ttl-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  padding: 16px 28px;
  background: #35596d;
}
@media screen and (max-width: 1024px) {
  .p-ticket__ticket .ttl-wrap {
    padding: 16px;
  }
}
.p-ticket__ticket .ttl-wrap .ttl {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  color: #FFF;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.05em;
}
@media (max-width: 1024px) {
  .p-ticket__ticket .ttl-wrap .ttl {
    font-size: 18px;
  }
}
.p-ticket__ticket .ttl-wrap .ttl i {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
}
.p-ticket__ticket .ttl-wrap .ttl span {
  padding: 6px 12px;
  background: #FFF;
  color: #35596d;
  font-size: 13px;
  font-weight: 500;
}
@media (max-width: 1024px) {
  .p-ticket__ticket .ttl-wrap .ttl span {
    font-size: 13px;
  }
}
.p-ticket__ticket .cnt-wrap {
  display: grid;
  grid-template-columns: 0.6fr 0.4fr;
  align-items: stretch;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .p-ticket__ticket .cnt-wrap {
    grid-template-columns: 1fr;
  }
}
.p-ticket__ticket .cnt-wrap .left-cnt {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 40px 56px;
}
@media screen and (max-width: 1024px) {
  .p-ticket__ticket .cnt-wrap .left-cnt {
    padding: 20px;
  }
}
.p-ticket__ticket .cnt-wrap .left-cnt .detail-wrap .items {
  width: 100%;
  margin-bottom: 16px;
  font-size: 16px;
  font-weight: 500;
}
@media (max-width: 1024px) {
  .p-ticket__ticket .cnt-wrap .left-cnt .detail-wrap .items {
    font-size: 14px;
  }
}
.p-ticket__ticket .cnt-wrap .left-cnt .detail-wrap .items span {
  display: inline-block;
  margin: 2px;
  padding: 14px 16px;
  border: 1px solid #7F7F7F;
  background: #F7F7F7;
  font-size: 14px;
  line-height: 1;
}
@media (max-width: 1024px) {
  .p-ticket__ticket .cnt-wrap .left-cnt .detail-wrap .items span {
    font-size: 14px;
  }
}
@media screen and (max-width: 1024px) {
  .p-ticket__ticket .cnt-wrap .left-cnt .detail-wrap .items span {
    padding: 8px 8px;
  }
}
.p-ticket__ticket .cnt-wrap .left-cnt .detail-wrap .items span.highlight {
  border: 2px solid #A88E00;
  background: rgba(168, 142, 0, 0.1);
  color: #A88E00;
  font-weight: 600;
}
.p-ticket__ticket .cnt-wrap .left-cnt .detail-wrap .items i {
  margin: 0 4px;
  font-size: 14px;
}
@media (max-width: 1024px) {
  .p-ticket__ticket .cnt-wrap .left-cnt .detail-wrap .items i {
    font-size: 12px;
  }
}
@media screen and (max-width: 1024px) {
  .p-ticket__ticket .cnt-wrap .left-cnt .detail-wrap .items i {
    margin: 0 2px;
  }
}
.p-ticket__ticket .cnt-wrap .left-cnt .img-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  align-items: flex-start;
  gap: 16px;
  margin-top: 16px;
}
@media screen and (max-width: 1024px) {
  .p-ticket__ticket .cnt-wrap .left-cnt .img-wrap {
    gap: 8px;
  }
}
@media (max-width: 1024px) {
  .p-ticket__ticket .cnt-wrap .left-cnt .img-wrap {
    margin-top: 8px;
  }
}
.p-ticket__ticket .cnt-wrap .left-cnt .img-wrap figure {
  width: min(200px, 100%);
}
.p-ticket__ticket .cnt-wrap .left-cnt .img-wrap figure img {
  border: 1px solid #CCC;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-ticket__ticket .cnt-wrap .left-cnt .img-wrap figure figcaption {
  margin-top: 8px;
  font-size: 13px;
  font-weight: 500;
  line-height: 1;
  text-align: center;
}
@media (max-width: 1024px) {
  .p-ticket__ticket .cnt-wrap .left-cnt .img-wrap figure figcaption {
    margin-top: 8px;
  }
}
@media (max-width: 1024px) {
  .p-ticket__ticket .cnt-wrap .left-cnt .img-wrap figure figcaption {
    font-size: 11px;
  }
}
.p-ticket__ticket .cnt-wrap .left-cnt .price-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 12px;
  width: 100%;
  margin-top: 24px;
  padding: 20px;
  border-top: 1px solid #7F7F7F;
  border-bottom: 1px solid #7F7F7F;
}
@media (max-width: 1024px) {
  .p-ticket__ticket .cnt-wrap .left-cnt .price-wrap {
    margin-top: 16px;
  }
}
@media screen and (max-width: 1024px) {
  .p-ticket__ticket .cnt-wrap .left-cnt .price-wrap {
    padding: 16px;
  }
}
.p-ticket__ticket .cnt-wrap .left-cnt .price-wrap .app {
  margin-right: 8px;
  padding: 4px 8px;
  background: #D44;
  color: #FFF;
  font-size: 14px;
  font-weight: 500;
}
@media (max-width: 1024px) {
  .p-ticket__ticket .cnt-wrap .left-cnt .price-wrap .app {
    font-size: 14px;
  }
}
.p-ticket__ticket .cnt-wrap .left-cnt .price-wrap div {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
}
.p-ticket__ticket .cnt-wrap .left-cnt .price-wrap .price {
  line-height: 1.2;
}
.p-ticket__ticket .cnt-wrap .left-cnt .price-wrap .price span {
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.05em;
}
@media (max-width: 1024px) {
  .p-ticket__ticket .cnt-wrap .left-cnt .price-wrap .price span {
    font-size: 20px;
  }
}
.p-ticket__ticket .cnt-wrap .left-cnt .price-wrap .price i {
  margin: 0 8px;
}
.p-ticket__ticket .cnt-wrap .left-cnt .price-wrap .extra-coin {
  font-size: 14px;
  line-height: 1;
}
@media (max-width: 1024px) {
  .p-ticket__ticket .cnt-wrap .left-cnt .price-wrap .extra-coin {
    font-size: 14px;
  }
}
.p-ticket__ticket .cnt-wrap .left-cnt .ticket-wrap {
  width: 100%;
}
.p-ticket__ticket .cnt-wrap .left-cnt .ticket-wrap h4 {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.4;
}
@media (max-width: 1024px) {
  .p-ticket__ticket .cnt-wrap .left-cnt .ticket-wrap h4 {
    font-size: 18px;
  }
}
.p-ticket__ticket .cnt-wrap .left-cnt .ticket-wrap h4 + * {
  margin-top: 8px;
}
@media (max-width: 1024px) {
  .p-ticket__ticket .cnt-wrap .left-cnt .ticket-wrap h4 + * {
    margin-top: 8px;
  }
}
.p-ticket__ticket .cnt-wrap .left-cnt .ticket-wrap + div {
  margin-top: 80px;
}
@media (max-width: 1024px) {
  .p-ticket__ticket .cnt-wrap .left-cnt .ticket-wrap + div {
    margin-top: 40px;
  }
}
.p-ticket__ticket .cnt-wrap .right-cnt {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background: rgba(240, 231, 202, 0.3);
}
.p-ticket__ticket .cnt-wrap .right-cnt .ttl {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 16px;
  background: #f0e7ca;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.05em;
}
@media (max-width: 1024px) {
  .p-ticket__ticket .cnt-wrap .right-cnt .ttl {
    font-size: 15px;
  }
}
@media screen and (max-width: 1024px) {
  .p-ticket__ticket .cnt-wrap .right-cnt .ttl {
    padding: 12px;
  }
}
.p-ticket__ticket .cnt-wrap .right-cnt .wrap {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  align-items: stretch;
  gap: 16px;
  width: 100%;
  padding: 40px;
}
@media (max-width: 1024px) {
  .p-ticket__ticket .cnt-wrap .right-cnt .wrap {
    gap: 8px;
  }
}
@media screen and (max-width: 1024px) {
  .p-ticket__ticket .cnt-wrap .right-cnt .wrap {
    padding: 20px;
  }
}
.p-ticket__ticket .cnt-wrap .right-cnt .wrap .cash {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 16px;
  border: 1px solid #7F7F7F;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.4;
  text-align: center;
}
@media (max-width: 1024px) {
  .p-ticket__ticket .cnt-wrap .right-cnt .wrap .cash {
    font-size: 15px;
  }
}
.p-ticket__ticket .cnt-wrap .right-cnt .wrap .btn-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 8px;
}
@media (max-width: 1024px) {
  .p-ticket__ticket .cnt-wrap .right-cnt .wrap .btn-wrap {
    gap: 4px;
  }
}
.p-ticket__ticket .cnt-wrap .right-cnt .wrap .btn-wrap .btn {
  width: 100%;
}
.p-ticket__ticket.extra-coin {
  border: 1px solid #2EA7E0;
}
.p-ticket__ticket.extra-coin .ttl-wrap {
  background: #2EA7E0;
}
.p-ticket__ticket.extra-coin .cnt-wrap .left-cnt {
  padding: 40px 60px;
}
@media screen and (max-width: 1024px) {
  .p-ticket__ticket.extra-coin .cnt-wrap .left-cnt {
    padding: 20px;
  }
}
.p-ticket__ticket.extra-coin .cnt-wrap .left-cnt .price-wrap {
  padding: 20px 12px;
}
@media screen and (max-width: 1024px) {
  .p-ticket__ticket.extra-coin .cnt-wrap .left-cnt .price-wrap {
    padding: 16px 0;
  }
}

/* ================ app ================ */
.p-app {
  margin-top: -80px;
  padding-top: 160px;
}
@media screen and (max-width: 1024px) {
  .p-app {
    margin-top: -40px;
    padding-top: 80px;
  }
}
.p-app__inner {
  position: relative;
}
.p-app__head {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.7;
  text-align: center;
  text-decoration: underline;
  text-underline-offset: 8px;
  text-decoration-thickness: 1px;
}
@media (max-width: 1024px) {
  .p-app__head {
    font-size: 18px;
  }
}
.p-app__wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 64px;
  max-width: 964px;
  margin-top: 48px;
}
@media (max-width: 1024px) {
  .p-app__wrap {
    margin-top: 24px;
  }
}
@media screen and (max-width: 1024px) {
  .p-app__wrap {
    flex-direction: column;
    gap: 16px;
  }
}
.p-app__img {
  flex: 1;
}
@media screen and (max-width: 1024px) {
  .p-app__img {
    max-width: 200px;
  }
}
.p-app__cnt {
  flex: 1.25;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  line-height: 1.7;
}
@media screen and (max-width: 1024px) {
  .p-app__cnt {
    width: 100%;
    align-items: center;
  }
}
.p-app__cnt .cnt__lists {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  width: 100%;
  padding: 24px 28px;
  background: #F3F2EC;
}
@media screen and (max-width: 1024px) {
  .p-app__cnt .cnt__lists {
    padding: 16px;
  }
}
.p-app__cnt .cnt__lists p {
  color: #A88E00;
  font-weight: 600;
  line-height: 1.4;
}
.p-app__cnt .cnt__lists ul {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding-left: 8px;
}
@media screen and (max-width: 1024px) {
  .p-app__cnt .cnt__lists ul {
    gap: 4px;
  }
}
.p-app__cnt .cnt__lists ul li {
  position: relative;
  padding-left: 24px;
  font-size: 15px;
  line-height: 1.4;
}
.p-app__cnt .cnt__lists ul li::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
}
@media (max-width: 1024px) {
  .p-app__cnt .cnt__lists ul li {
    font-size: 15px;
  }
}
.p-app__cnt .cnt__lists ul li:before {
  height: 15px;
  margin-top: 4px;
  background: url(../images/common/icon-check.svg) no-repeat;
  background-size: contain;
}
.p-app__download {
  width: min(572px, 100%);
  margin-top: 48px;
  margin-inline: auto;
}
@media (max-width: 1024px) {
  .p-app__download {
    margin-top: 24px;
  }
}

/* ================ sakagura ================ */
.p-sakagura__inner {
  position: relative;
}
.p-sakagura__catch {
  font-family: YakuHanMPs, "Cormorant Infant", "Shippori Mincho", serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.4;
  text-align: center;
}
@media (max-width: 1024px) {
  .p-sakagura__catch {
    font-size: 24px;
  }
}
.p-sakagura__cnt {
  width: 100%;
  margin-top: 64px;
}
@media (max-width: 1024px) {
  .p-sakagura__cnt {
    margin-top: 32px;
  }
}
.p-sakagura__head {
  position: relative;
  padding-left: 24px;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.4;
}
.p-sakagura__head::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
}
@media (max-width: 1024px) {
  .p-sakagura__head {
    font-size: 16px;
  }
}
@media screen and (max-width: 1024px) {
  .p-sakagura__head {
    padding-left: 20px;
  }
}
.p-sakagura__head::before {
  top: 50%;
  transform: translateY(-50%);
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #292929;
}
@media screen and (max-width: 1024px) {
  .p-sakagura__head::before {
    width: 10px;
    height: 10px;
  }
}
.p-sakagura__head.adsfas {
  margin-top: 40px;
}
@media (max-width: 1024px) {
  .p-sakagura__head.adsfas {
    margin-top: 20px;
  }
}
.p-sakagura__links {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: center;
  align-items: stretch;
  gap: 16px;
  margin-top: 16px;
}
@media (max-width: 1024px) {
  .p-sakagura__links {
    margin-top: 8px;
  }
}
@media screen and (max-width: 1024px) {
  .p-sakagura__links {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    align-items: center;
  }
}
@media screen and (max-width: 600px) {
  .p-sakagura__links {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    align-items: center;
    gap: 8px;
  }
}
.p-sakagura__link {
  width: 100%;
  background: rgba(168, 142, 0, 0.25);
}
.p-sakagura__link p {
  display: flex;
  justify-content: center;
  align-items: center;
  justify-content: left;
}
.p-sakagura__link p span.tag {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 36px;
  margin-right: 4px;
  padding: 5px 0;
  font-size: 10px;
  font-weight: 500;
  line-height: 1;
  white-space: nowrap;
}
@media (max-width: 1024px) {
  .p-sakagura__link p span.tag {
    font-size: 10px;
  }
}
.p-sakagura__link p span.new {
  background: tomato;
  color: #FFF;
}
.p-sakagura__link.nolink {
  pointer-events: none;
}
.p-sakagura__link.nolink::before {
  content: none;
}

/* ================ osake ================ */
.p-osake__inner {
  position: relative;
}
.p-osake__container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 24px;
  width: 100%;
}
.p-osake__cnt {
  width: 100%;
  border: 1px solid #A88E00;
  background: #FFF;
  transition: 0.3s ease;
}
.p-osake__name {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  width: 100%;
  padding: 12px;
  background: #A88E00;
}
.p-osake__name span {
  color: #FFF;
  font-size: 20px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.1em;
}
@media (max-width: 1024px) {
  .p-osake__name span {
    font-size: 18px;
  }
}
.p-osake__name span:first-child::after {
  content: ".";
}
.p-osake__sakagura {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 80px;
  width: 100%;
  padding: 40px 80px;
}
@media screen and (max-width: 1024px) {
  .p-osake__sakagura {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    padding: 28px 20px;
  }
}
.p-osake__sakagura .area-sp {
  padding: 4px 10px 4px 12px;
  border: 1px solid #7F7F7F;
  color: #7F7F7F;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.05em;
}
@media (max-width: 1024px) {
  .p-osake__sakagura .area-sp {
    font-size: 14px;
  }
}
.p-osake__sakagura .area {
  display: flex;
  justify-content: center;
  align-items: center;
  justify-content: right;
}
@media screen and (max-width: 1024px) {
  .p-osake__sakagura .area {
    display: none;
  }
}
.p-osake__sakagura .area img {
  width: 160px;
}
.p-osake__sakagura .logo {
  width: 160px;
  height: 160px;
}
.p-osake__sakagura .detail {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
@media screen and (max-width: 1024px) {
  .p-osake__sakagura .detail {
    width: 100%;
  }
}
.p-osake__sakagura .detail .txt {
  font-size: 15px;
  line-height: 1.7;
}
@media (max-width: 1024px) {
  .p-osake__sakagura .detail .txt {
    font-size: 15px;
  }
}
.p-osake__sakagura .detail .btn {
  width: 100%;
  margin-top: 16px;
}
@media (max-width: 1024px) {
  .p-osake__sakagura .detail .btn {
    margin-top: 16px;
  }
}
@media screen and (max-width: 1024px) {
  .p-osake__sakagura .detail .btn {
    width: 50%;
    margin-inline: auto;
  }
}
@media screen and (max-width: 600px) {
  .p-osake__sakagura .detail .btn {
    width: 90%;
  }
}
.p-osake__cards {
  display: flex;
  justify-content: center;
  align-items: center;
  align-items: stretch;
  width: 100%;
  border-top: 1px solid #A88E00;
}
@media screen and (max-width: 1024px) {
  .p-osake__cards {
    flex-direction: column;
  }
}
.p-osake__card {
  flex: 1;
  border-right: 1px solid #A88E00;
}
@media screen and (max-width: 1024px) {
  .p-osake__card {
    border: none;
    border-bottom: 1px solid #A88E00;
  }
}
.p-osake__card:last-child {
  border: none;
}
.p-osake__card .card__ttl {
  display: flex;
  justify-content: center;
  align-items: center;
  align-items: flex-start;
  gap: 8px;
  width: 100%;
  padding: 16px 28px;
  background: #F3F2EC;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.1em;
}
@media (max-width: 1024px) {
  .p-osake__card .card__ttl {
    font-size: 18px;
  }
}
@media screen and (max-width: 1024px) {
  .p-osake__card .card__ttl {
    padding: 12px 16px;
  }
}
.p-osake__card .card__ttl span:first-child::after {
  content: ".";
}
.p-osake__card .card__ttl span:last-child {
  flex: 1;
}
.p-osake__card .card__cnt {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 28px;
}
@media screen and (max-width: 1024px) {
  .p-osake__card .card__cnt {
    padding: 28px 20px;
  }
}
.p-osake__card .card__lists {
  display: grid;
  grid-template-columns: 1fr 1.75fr;
  gap: 4px;
  width: 100%;
  font-size: 14px;
}
@media (max-width: 1024px) {
  .p-osake__card .card__lists {
    font-size: 14px;
  }
}
.p-osake__card .card__lists dt {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 8px;
  border-bottom: 1px solid #292929;
  color: #292929;
  font-weight: 400;
  line-height: 1;
}
.p-osake__card .card__lists dd {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 4px;
  padding: 8px;
  border-bottom: 1px solid #CCC;
  line-height: 1;
}
.p-osake__card .card__lists dd img {
  height: 14px;
}
.p-osake__card .card__txt {
  width: 100%;
  margin-top: 20px;
  font-size: 15px;
  line-height: 1.5;
}
@media (max-width: 1024px) {
  .p-osake__card .card__txt {
    margin-top: 20px;
  }
}
@media (max-width: 1024px) {
  .p-osake__card .card__txt {
    font-size: 15px;
  }
}
.p-osake__card .card__soda-rock {
  margin-top: 16px;
  padding: 4px 12px;
  color: #FFF;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.2;
}
@media (max-width: 1024px) {
  .p-osake__card .card__soda-rock {
    margin-top: 8px;
  }
}
@media (max-width: 1024px) {
  .p-osake__card .card__soda-rock {
    font-size: 12px;
  }
}
.p-osake__card .card__soda-rock.soda {
  background: #22b7b0;
}
.p-osake__card .card__soda-rock.rock {
  background: #4153e0;
}
.p-osake__card .card__soda-rock.space {
  margin-top: 2px;
}
.p-osake__card .card__coin {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  margin-top: 16px;
}
@media (max-width: 1024px) {
  .p-osake__card .card__coin {
    margin-top: 16px;
  }
}
.p-osake__card .card__coin.aichi p {
  color: #EB6112;
}
.p-osake__card .card__coin.gifu p {
  color: #579B2B;
}
.p-osake__card .card__coin p {
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.1em;
}
.p-osake__card .card__coin p span {
  margin-left: 4px;
  font-size: 32px;
}
@media (max-width: 1024px) {
  .p-osake__card .card__coin p span {
    font-size: 24px;
  }
}
.p-osake__card .card__coin img {
  width: auto;
  height: 24px;
}
.p-osake__card .card__sale {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 200px;
  margin-top: 8px;
  margin-inline: auto;
  padding: 8px;
}
@media (max-width: 1024px) {
  .p-osake__card .card__sale {
    margin-top: 8px;
  }
}
@media screen and (max-width: 1024px) {
  .p-osake__card .card__sale {
    padding: 4px;
  }
}
.p-osake__card .card__sale p {
  font-size: 13px;
  line-height: 1;
  letter-spacing: 0.1em;
}
@media (max-width: 1024px) {
  .p-osake__card .card__sale p {
    font-size: 13px;
  }
}
.p-osake__card .card__sale.on {
  border: 1px solid #35596d;
}
.p-osake__card .card__sale.on p {
  color: #35596d;
}
.p-osake__card .card__sale.on p:last-child {
  display: none;
}
.p-osake__card .card__sale.on.aichi {
  border: 1px solid #EB6112;
}
.p-osake__card .card__sale.on.aichi p {
  color: #EB6112;
}
.p-osake__card .card__sale.on.gifu {
  border: 1px solid #579B2B;
}
.p-osake__card .card__sale.on.gifu p {
  color: #579B2B;
}
.p-osake__card .card__sale.off {
  border: 1px solid #CCC;
}
.p-osake__card .card__sale.off p {
  color: #CCC;
}
.p-osake__card .card__sale.off p:first-child {
  display: none;
}

/* ================ otsumami ================ */
.p-otsumami__inner {
  position: relative;
}
.p-otsumami__cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
  align-items: flex-start;
  gap: 64px;
  width: 100%;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .p-otsumami__cards {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    align-items: center;
    gap: 48px;
  }
}
.p-otsumami__cards .flex {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 64px;
}
@media screen and (max-width: 1024px) {
  .p-otsumami__cards .flex {
    display: contents;
  }
}
.p-otsumami__card {
  width: 100%;
}
.p-otsumami__card .card__img {
  display: block;
  overflow: hidden;
  position: relative;
  border: 1px solid #CCC;
}
.p-otsumami__card .card__img .logo {
  position: absolute;
  top: 16px;
  left: 16px;
  z-index: 1;
  width: 160px;
}
@media screen and (max-width: 1024px) {
  .p-otsumami__card .card__img .logo {
    width: 104px;
  }
}
.p-otsumami__card .card__img .logo.small {
  width: 120px;
}
@media screen and (max-width: 1024px) {
  .p-otsumami__card .card__img .logo.small {
    width: 78px;
  }
}
.p-otsumami__card .card__img .logo.large {
  width: 200px;
}
@media screen and (max-width: 1024px) {
  .p-otsumami__card .card__img .logo.large {
    width: 130px;
  }
}
.p-otsumami__card .card__img .img {
  height: 320px;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.3s ease;
}
@media screen and (max-width: 600px) {
  .p-otsumami__card .card__img .img {
    height: 200px;
  }
}
.p-otsumami__card .card__img:hover .img {
  transform: scale(1.1);
}
.p-otsumami__card .card__img.no-link {
  pointer-events: none;
}
.p-otsumami__card .card__ttl {
  margin-top: 24px;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.05em;
}
@media (max-width: 1024px) {
  .p-otsumami__card .card__ttl {
    margin-top: 24px;
  }
}
@media (max-width: 1024px) {
  .p-otsumami__card .card__ttl {
    font-size: 20px;
  }
}
.p-otsumami__card .card__sub-ttl {
  position: relative;
  margin-top: 24px;
  padding-left: 16px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.05em;
}
.p-otsumami__card .card__sub-ttl::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
}
@media (max-width: 1024px) {
  .p-otsumami__card .card__sub-ttl {
    margin-top: 16px;
  }
}
@media (max-width: 1024px) {
  .p-otsumami__card .card__sub-ttl {
    font-size: 16px;
  }
}
.p-otsumami__card .card__sub-ttl::before {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  background: #35596d;
  border-radius: 50%;
}
.p-otsumami__card .card__txt {
  margin-top: 16px;
  line-height: 1.5;
}
@media (max-width: 1024px) {
  .p-otsumami__card .card__txt {
    margin-top: 12px;
  }
}
.p-otsumami__card .card__lists {
  margin-top: 16px;
  gap: 8px;
}
@media (max-width: 1024px) {
  .p-otsumami__card .card__lists {
    margin-top: 12px;
  }
}
.p-otsumami__card .card__list {
  position: relative;
  width: 100%;
  padding-bottom: 2px;
}
.p-otsumami__card .card__list::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
}
.p-otsumami__card .card__list::before {
  top: auto;
  bottom: 0;
  transform: translate(-24px);
  width: calc(100% + 24px);
  height: 1px;
  background: #E9E9E9;
}
.p-otsumami__card .card__list .wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  justify-content: space-between;
  align-items: flex-start;
  gap: 16px;
}
.p-otsumami__card .card__list .wrap .name {
  flex: 1;
  font-size: 15px;
  line-height: 1.4;
}
@media (max-width: 1024px) {
  .p-otsumami__card .card__list .wrap .name {
    font-size: 15px;
  }
}
.p-otsumami__card .card__list .wrap .coin {
  font-size: 12px;
  line-height: 1.4;
}
@media (max-width: 1024px) {
  .p-otsumami__card .card__list .wrap .coin {
    font-size: 12px;
  }
}
.p-otsumami__card .card__list .wrap .coin span {
  margin-right: 4px;
  color: #EB6112;
  font-size: 24px;
  font-weight: 600;
  line-height: 1;
}
@media (max-width: 1024px) {
  .p-otsumami__card .card__list .wrap .coin span {
    font-size: 18px;
  }
}
.p-otsumami__card .card__btn {
  width: 60%;
  margin-top: 16px;
  margin-left: auto;
}
@media (max-width: 1024px) {
  .p-otsumami__card .card__btn {
    margin-top: 16px;
  }
}
@media screen and (max-width: 1024px) {
  .p-otsumami__card .card__btn {
    width: 50%;
    margin-inline: auto;
  }
}
@media screen and (max-width: 600px) {
  .p-otsumami__card .card__btn {
    width: 90%;
  }
}

/* ================ kakuuchi ================ */
.p-kakuuchi__inner {
  position: relative;
}
.p-kakuuchi__container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: min(964px, 100%);
  margin-inline: auto;
  border: 1px solid #CCC;
}
.p-kakuuchi__container.day-20, .p-kakuuchi__container.day-21 {
  margin-top: 40px;
}
@media (max-width: 1024px) {
  .p-kakuuchi__container.day-20, .p-kakuuchi__container.day-21 {
    margin-top: 20px;
  }
}
.p-kakuuchi__day {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 16px;
  background: #F2F2F2;
}
.p-kakuuchi__day p {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.2em;
}
@media (max-width: 1024px) {
  .p-kakuuchi__day p {
    font-size: 16px;
  }
}
.p-kakuuchi__cnt {
  width: 100%;
  padding: 64px;
}
@media screen and (max-width: 1024px) {
  .p-kakuuchi__cnt {
    padding: 20px;
  }
}
.p-kakuuchi__cnt:nth-of-type(2) {
  padding-bottom: 0;
}
.p-kakuuchi__head {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 80px;
  position: relative;
  width: 100%;
}
@media (max-width: 1024px) {
  .p-kakuuchi__head {
    gap: 40px;
  }
}
.p-kakuuchi__head h3 {
  display: inline-block;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.2em;
}
@media (max-width: 1024px) {
  .p-kakuuchi__head h3 {
    font-size: 20px;
  }
}
.p-kakuuchi__head::before, .p-kakuuchi__head::after {
  flex: 1;
  height: 1px;
  background: #7F7F7F;
  content: "";
}
.p-kakuuchi__cards {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 40px;
  margin-top: 40px;
}
@media (max-width: 1024px) {
  .p-kakuuchi__cards {
    gap: 20px;
  }
}
@media (max-width: 1024px) {
  .p-kakuuchi__cards {
    margin-top: 20px;
  }
}
@media screen and (max-width: 600px) {
  .p-kakuuchi__cards {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    align-items: center;
    align-items: flex-start;
    gap: 8px;
  }
}
.p-kakuuchi__card {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 250px;
  gap: 16px;
}
@media (max-width: 1024px) {
  .p-kakuuchi__card {
    gap: 8px;
  }
}
@media screen and (max-width: 600px) {
  .p-kakuuchi__card {
    width: 100%;
  }
}
.p-kakuuchi__card .card__link {
  position: relative;
}
.p-kakuuchi__card .card__img {
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-kakuuchi__card .card__txt-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
}
@media (max-width: 1024px) {
  .p-kakuuchi__card .card__txt-wrap {
    gap: 4px;
  }
}
.p-kakuuchi__card .card__name {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.2em;
}
@media (max-width: 1024px) {
  .p-kakuuchi__card .card__name {
    font-size: 14px;
  }
}
.p-kakuuchi__logo-wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
  align-items: flex-start;
  gap: 120px;
  width: min(768px, 100%);
  margin-top: 64px;
  margin-inline: auto;
}
@media (max-width: 1024px) {
  .p-kakuuchi__logo-wrap {
    gap: 20px;
  }
}
@media (max-width: 1024px) {
  .p-kakuuchi__logo-wrap {
    margin-top: 32px;
  }
}
@media screen and (max-width: 1024px) {
  .p-kakuuchi__logo-wrap {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    align-items: center;
    width: min(240px, 100%);
  }
}
.p-kakuuchi__logo {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 16px;
}
@media (max-width: 1024px) {
  .p-kakuuchi__logo {
    gap: 8px;
  }
}
.p-kakuuchi__logo p {
  font-size: 14px;
  line-height: 1;
}
@media (max-width: 1024px) {
  .p-kakuuchi__logo p {
    font-size: 14px;
  }
}

/* ================ faq ================ */
.p-faq__inner {
  position: relative;
}
.p-faq__lists {
  max-width: 964px;
  margin-inline: auto;
  border-top: 1px solid #35596d;
}
.p-faq__lists dt,
.p-faq__lists dd {
  position: relative;
}
.p-faq__lists dt::before,
.p-faq__lists dd::before {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  top: 14px;
  left: 24px;
  width: 40px;
  height: 40px;
  border: 1px solid #35596d;
  border-radius: 50%;
  background: #35596d;
  color: #FFF;
  font-size: 14px;
  content: "Q";
}
@media screen and (max-width: 1024px) {
  .p-faq__lists dt::before,
  .p-faq__lists dd::before {
    top: 12px;
    left: 12px;
    width: 32px;
    height: 32px;
  }
}
.p-faq__lists dt {
  padding-left: 80px;
  color: #35596d;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.4;
}
@media (max-width: 1024px) {
  .p-faq__lists dt {
    font-size: 17px;
  }
}
@media screen and (max-width: 1024px) {
  .p-faq__lists dt {
    padding-left: 44px;
  }
}
.p-faq__lists dd {
  padding-left: 80px;
  line-height: 1.7;
}
@media screen and (max-width: 1024px) {
  .p-faq__lists dd {
    padding-left: 44px;
  }
}
.p-faq__lists dd::before {
  background: #FFF;
  color: #35596d;
  content: "A";
}
.p-faq__list {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  align-items: flex-start;
  gap: 32px;
  padding: 40px 16px;
  border-bottom: 1px solid #35596d;
}
@media screen and (max-width: 1024px) {
  .p-faq__list {
    gap: 16px;
    padding: 24px 8px;
  }
}

/* ================ access ================ */
.p-access {
  padding-bottom: 0;
}
.p-access__inner {
  max-width: 964px;
}
.p-access__map {
  width: 100%;
  height: 480px;
  border: 1px solid #A9A9A9;
}
@media screen and (max-width: 1024px) {
  .p-access__map {
    height: 50vh;
  }
}
.p-access__wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 12px;
  margin-top: 40px;
}
@media (max-width: 1024px) {
  .p-access__wrap {
    margin-top: 24px;
  }
}
@media screen and (max-width: 1024px) {
  .p-access__wrap {
    gap: 8px;
  }
}
.p-access__ttl {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.4;
}
@media (max-width: 1024px) {
  .p-access__ttl {
    font-size: 18px;
  }
}
.p-access__address {
  line-height: 1.4;
}
.p-access__traffic {
  overflow: hidden;
  width: min(768px, 100%);
  margin-top: 24px;
  margin-inline: auto;
  background: #F2F2F2;
}
@media (max-width: 1024px) {
  .p-access__traffic {
    margin-top: 16px;
  }
}
.p-access__traffic .traffic__ttl {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  padding: 8px;
  background: #35596d;
  color: #FFF;
  line-height: 1.4;
}
.p-access__traffic .traffic__cnt {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 28px 40px;
}
@media screen and (max-width: 1024px) {
  .p-access__traffic .traffic__cnt {
    padding: 20px;
  }
}
.p-access__traffic .traffic__cnt .cnt__ttl {
  font-weight: 600;
  line-height: 1.4;
}
.p-access__traffic .traffic__cnt .cnt__ttl + * {
  margin-top: 8px;
}
@media (max-width: 1024px) {
  .p-access__traffic .traffic__cnt .cnt__ttl + * {
    margin-top: 4px;
  }
}
.p-access__access {
  margin-top: 24px;
}
@media (max-width: 1024px) {
  .p-access__access {
    margin-top: 16px;
  }
}
.p-access__access .wrap {
  margin-bottom: 8px;
  padding: 80px;
  background: #F2F2F2;
}
@media screen and (max-width: 1024px) {
  .p-access__access .wrap {
    padding: 16px;
  }
}

/* ================ sponsor ================ */
.p-sponsor__inner {
  max-width: 768px;
}
.p-sponsor__wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
}
.p-sponsor__wrap.koen, .p-sponsor__wrap.kyoryoku, .p-sponsor__wrap.kyosan {
  margin-top: 80px;
}
@media (max-width: 1024px) {
  .p-sponsor__wrap.koen, .p-sponsor__wrap.kyoryoku, .p-sponsor__wrap.kyosan {
    margin-top: 40px;
  }
}
.p-sponsor__ttl {
  width: 100%;
  padding: 16px;
  border-top: 1px solid #292929;
  border-bottom: 1px solid #292929;
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  letter-spacing: 0.2em;
}
@media (max-width: 1024px) {
  .p-sponsor__ttl {
    font-size: 18px;
  }
}
@media screen and (max-width: 1024px) {
  .p-sponsor__ttl {
    padding: 12px;
  }
}
.p-sponsor__ttl + * {
  margin-top: 40px;
}
@media (max-width: 1024px) {
  .p-sponsor__ttl + * {
    margin-top: 28px;
  }
}
.p-sponsor__logos {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 24px;
}
@media (max-width: 1024px) {
  .p-sponsor__logos {
    gap: 16px;
  }
}
.p-sponsor__logo img {
  width: auto;
  max-width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-sponsor__logo.aichishuzo img {
  height: 80px;
}
@media screen and (max-width: 1024px) {
  .p-sponsor__logo.aichishuzo img {
    height: 60px;
  }
}
.p-sponsor__logo.zipfm img {
  height: 64px;
}
@media screen and (max-width: 1024px) {
  .p-sponsor__logo.zipfm img {
    height: 48px;
  }
}
.p-sponsor__present {
  margin-top: 8px;
  padding: 16px 24px;
  background: #F3F2EC;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.4;
  text-align: center;
}
@media (max-width: 1024px) {
  .p-sponsor__present {
    margin-top: 8px;
  }
}
@media (max-width: 1024px) {
  .p-sponsor__present {
    font-size: 14px;
  }
}
@media screen and (max-width: 1024px) {
  .p-sponsor__present {
    padding: 12px 18px;
    text-align: left;
  }
}
.p-sponsor__present strong {
  font-size: 17px;
}
@media (max-width: 1024px) {
  .p-sponsor__present strong {
    font-size: 16px;
  }
}

/* ================ object - utility ================ */
/* ================ decoration ================ */
.u-bdr--gray-300 {
  border: 1px solid #E9E9E9;
}
.u-bdr--gray-400 {
  border: 1px solid #CCC;
}
.u-bdr--gray-500 {
  border: 1px solid #A9A9A9;
}
.u-bdr--r4 {
  border-radius: 4px;
}
.u-bdr--r8 {
  border-radius: 8px;
}
.u-bdr--r16 {
  border-radius: 16px;
}

.u-bg--white {
  background: #FFF !important;
}

/* ================ margin ================ */
.u-mrg--t0 {
  margin-top: 0 !important;
}
.u-mrg--t0_5rem {
  margin-top: 0.5rem !important;
}
.u-mrg--t1rem {
  margin-top: 1rem !important;
}
.u-mrg--t2rem {
  margin-top: 2rem !important;
}
@media screen and (max-width: 1024px) {
  .u-mrg--t2rem {
    margin-top: 1rem !important;
  }
}
.u-mrg--t2_5rem {
  margin-top: 2.5rem !important;
}
@media screen and (max-width: 1024px) {
  .u-mrg--t2_5rem {
    margin-top: 1.25rem !important;
  }
}
.u-mrg--t3rem {
  margin-top: 3rem !important;
}
@media screen and (max-width: 1024px) {
  .u-mrg--t3rem {
    margin-top: 1.5rem !important;
  }
}
.u-mrg--t3_5rem {
  margin-top: 3.5rem !important;
}
@media screen and (max-width: 1024px) {
  .u-mrg--t3_5rem {
    margin-top: 1.75rem !important;
  }
}
.u-mrg--t4rem {
  margin-top: 4rem !important;
}
@media screen and (max-width: 1024px) {
  .u-mrg--t4rem {
    margin-top: 2rem !important;
  }
}
.u-mrg--t5rem {
  margin-top: 5rem !important;
}
@media screen and (max-width: 1024px) {
  .u-mrg--t5rem {
    margin-top: 2.5rem !important;
  }
}
.u-mrg--t6rem {
  margin-top: 6rem !important;
}
@media screen and (max-width: 1024px) {
  .u-mrg--t6rem {
    margin-top: 3rem !important;
  }
}
.u-mrg--t8rem {
  margin-top: 8rem !important;
}
@media screen and (max-width: 1024px) {
  .u-mrg--t8rem {
    margin-top: 4rem !important;
  }
}
.u-mrg--t10rem {
  margin-top: 10rem !important;
}
@media screen and (max-width: 1024px) {
  .u-mrg--t10rem {
    margin-top: 5rem !important;
  }
}
.u-mrg--r4 {
  margin-right: 4px !important;
}
.u-mrg--r8 {
  margin-right: 8px !important;
}
.u-mrg--r16 {
  margin-right: 16px !important;
}
.u-mrg--l4 {
  margin-left: 4px !important;
}
.u-mrg--l8 {
  margin-left: 8px !important;
}
.u-mrg--l16 {
  margin-left: 16px !important;
}

/* ================ padding ================ */
.u-pad--t0 {
  padding-top: 0 !important;
}

/* ================ range ================ */
.u-rng--fit {
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
.u-rng--narr-3 {
  width: min(376px, 100%);
  margin-inline: auto;
}
.u-rng--narr-2 {
  width: min(572px, 100%);
  margin-inline: auto;
}
.u-rng--narr {
  width: min(768px, 100%);
  margin-inline: auto;
}
.u-rng--mid {
  width: min(1160px, 100%);
  margin-inline: auto;
}
.u-rng--bas {
  width: min(1160px, 100%);
  margin-inline: auto;
}
.u-rng--high {
  width: min(1280px, 100%);
  margin-inline: auto;
}
.u-rng--full {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}

/* ================ text ================ */
.u-txt--left {
  text-align: left;
}
.u-txt--center {
  text-align: center;
}
.u-txt--right {
  text-align: right;
}
.u-txt--strong {
  font-weight: 500;
}
.u-txt--fz14 {
  font-size: 14px !important;
}
.u-txt--fz18 {
  font-size: 18px !important;
}
.u-txt--fz20 {
  font-size: 20px !important;
}
@media screen and (max-width: 1024px) {
  .u-txt--fz20 {
    font-size: 16px !important;
  }
}
.u-txt--fz24 {
  font-size: 24px !important;
}
@media screen and (max-width: 1024px) {
  .u-txt--fz24 {
    font-size: 18px !important;
  }
}
.u-txt--fz28 {
  font-size: 28px !important;
}
@media screen and (max-width: 1024px) {
  .u-txt--fz28 {
    font-size: 20px !important;
  }
}
.u-txt--fz32 {
  font-size: 32px !important;
}
@media screen and (max-width: 1024px) {
  .u-txt--fz32 {
    font-size: 24px !important;
  }
}
.u-txt--fz40 {
  font-size: 40px !important;
}
@media screen and (max-width: 1024px) {
  .u-txt--fz40 {
    font-size: 28px !important;
  }
}
.u-txt--white {
  color: #FFF !important;
}
.u-txt--red {
  color: #D44 !important;
}

.u-lh--1 {
  line-height: 1;
}
.u-lh--1_4 {
  line-height: 1.4;
}
.u-lh--1_7 {
  line-height: 1.7;
}

/* ================ visible ================ */
.u-pc {
  display: block !important;
}
@media screen and (max-width: 1024px) {
  .u-pc {
    display: none !important;
  }
}

.u-ta {
  display: none !important;
}
@media screen and (max-width: 1024px) {
  .u-ta {
    display: block !important;
  }
}

.u-hidden {
  display: none !important;
}/*# sourceMappingURL=style.css.map */