@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

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

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

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  margin: 0.67em 0;
  font-size: 2em;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

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

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

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted; /* 2 */
  border-bottom: none; /* 1 */
}

/**
 * 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 */ /* stylelint-disable-line */
  font-size: 1em; /* 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 {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  margin: 0; /* 2 */
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  color: inherit; /* 2 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  font: inherit; /* 2 */
  -webkit-appearance: button; /* 1 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

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

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

/**
 * Swiper 8.4.7
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2023 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: January 30, 2023
 */
@font-face {
  font-family: "swiper-icons";
  src: url("data:application/font-woff;charset=utf-8;base64, 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") format("woff");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-pointer-events {
  touch-action: pan-y;
}
.swiper-pointer-events.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}
.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* 3D Effects */
.swiper-3d, .swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}
.swiper-3d .swiper-wrapper,
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}
.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none; /* For Firefox */
  -ms-overflow-style: none; /* For Internet Explorer and Edge */
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}
.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  width: var(--swiper-centered-offset-after);
}
.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  height: var(--swiper-centered-offset-after);
}
.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}

.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}
.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}
.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-fade .swiper-slide-active, .swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

/* ------------------------------------------------------------
 * tag setting
------------------------------------------------------------ */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 1.5em 0 1em;
}
h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child {
  margin-top: 0;
}

p,
ul,
ol,
table {
  margin: 1em 0;
}
p:last-child,
ul:last-child,
ol:last-child,
table:last-child {
  margin-bottom: 0;
}
p:first-child,
ul:first-child,
ol:first-child,
table:first-child {
  margin-top: 0;
}

* {
  box-sizing: border-box;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

html {
  font-size: 10px;
}

body {
  font-family: "ヒラギノ角ゴ Pro W3", "HiraKakuPro-W3", "Hiragino Kaku Gothic Pro", "游ゴシック", yugothic, "メイリオ", meiryo, "ＭＳ Ｐゴシック", "MS PGothic", arial, verdana, sans-serif;
  font-size: 1.6rem;
  line-height: 1.8;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
}

a {
  color: inherit;
}
@media screen and (min-width: 769px) {
  a {
    transition: opacity 0.3s;
  }
  a:hover {
    opacity: 0.5;
  }
}

/* ------------------------------------------------------------
 * layout utility
------------------------------------------------------------ */
.l-station {
  display: flex;
  color: #4b4e56;
  font-size: 1.2rem;
}
.l-station:before {
  content: "";
  display: inline-block;
  flex: 0 0 auto;
  width: 10px;
  height: 15px;
  margin: 4px 4px 0 0;
  background: url(../images/icon-pin-station.svg) no-repeat center center;
  background-size: contain;
}

@media screen and (min-width: 769px) {
  /* href="tel:〜"の場合、PC/タブレットではリンク判定無しを前提とする */
  a[href^="tel:"] {
    display: inline-block;
    color: inherit;
    text-decoration: none;
    pointer-events: none;
    cursor: default;
  }
}
button {
  -webkit-appearance: none;
  appearance: none;
  cursor: pointer;
}

.ff-en {
  font-family: "Roboto Condensed", sans-serif;
}

.ff-helvetica {
  font-family: "Helvetica Neue", sans-serif;
}

/* ======================================================================
 *  メイン横幅調節用
====================================================================== */
.adjust-width {
  width: 95%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .adjust-width {
    width: 100%;
    padding-right: 5.33vw;
    padding-left: 5.33vw;
  }
}

/* ======================================================================
 *  l-container
====================================================================== */
.l-container {
  padding-top: 0;
}
/*======================================================================
 * Header
======================================================================*/
/*------------------------------------------------------------
 * 管理画面用 css
------------------------------------------------------------*/
.-public-preview {
  padding-top: 0;
}
.-public-preview .g-header-gug {
  position: relative;
}

/*------------------------------------------------------------
 * header
------------------------------------------------------------*/
.g-header-gug {
  display: flex;
  align-items: center;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 113px;
  transition: height 0.25s;
  z-index: 1000;
}
@media screen and (min-width: 769px) {
  .g-header-gug.-js-scroll {
    height: 90px;
  }
}
@media screen and (max-width: 768px) {
  .g-header-gug {
    height: auto;
  }
  .g-header-gug .toggle-button {
    display: flex;
    align-items: center;
    position: relative;
    width: 30px;
    height: 20px;
    z-index: 2;
  }
  .g-header-gug .toggle-button span {
    display: block;
    width: 100%;
    height: 2px;
    background: #231815;
    transition: background-color 0.3s ease-in-out;
  }
  .g-header-gug .toggle-button span::before, .g-header-gug .toggle-button span::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    background: #231815;
    transition: transform 0.3s ease-in-out;
  }
  .g-header-gug .toggle-button span::before {
    top: 0;
  }
  .g-header-gug .toggle-button span::after {
    bottom: 0;
  }
  .g-header-gug .toggle-button.-js-opened span {
    background: transparent;
  }
  .g-header-gug .toggle-button.-js-opened span::before, .g-header-gug .toggle-button.-js-opened span::after {
    top: 0;
    bottom: 0;
    margin: auto;
  }
  .g-header-gug .toggle-button.-js-opened span::before {
    transform: rotate(-45deg);
  }
  .g-header-gug .toggle-button.-js-opened span::after {
    transform: rotate(45deg);
  }
}
.g-header-gug .header-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 100%;
  width: 100%;
  margin: 0 auto;
  padding: 30px 6.25em;
  transition: padding 0.3s ease;
}
@media screen and (max-width: 1366px) {
  .g-header-gug .header-inner {
    padding: 30px;
  }
}
@media screen and (max-width: 768px) {
  .g-header-gug .header-inner {
    justify-content: flex-end;
    padding: 20px;
  }
}
.g-header-gug .header-menu {
  font-family: "Helvetica Neue", sans-serif;
}
.g-header-gug .header-menu ul {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 0;
  list-style: none;
}
.g-header-gug .header-menu a {
  text-decoration: none;
}
.g-header-gug .header-menu .main-menu {
  margin: 0 0 0 0;
}
.g-header-gug .header-menu .main-menu > ul {
  display: flex;
  align-items: center;
}
.g-header-gug .header-menu .main-menu > ul > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 96px;
  padding: 0 1em;
  color: #000;
  font-size: 2.7rem;
  font-weight: 400;
  letter-spacing: 0.02em;
  cursor: pointer;
}
.g-header-gug .header-menu .main-menu > ul > li > a:hover {
  opacity: 1;
}
@media screen and (min-width: 769px) {
  .g-header-gug .header-menu .main-menu > ul > li > a {
    position: relative;
  }
  .g-header-gug .header-menu .main-menu > ul > li > a:after {
    opacity: 0;
    content: "";
    display: inline-block;
    position: absolute;
    top: calc(50% - 21px);
    left: calc(50% - 48px);
    width: 96px;
    height: 42px;
    background: url(../images/icon-menu-hover.png) no-repeat center center;
    background-size: contain;
    transition: opacity 0.25s;
  }
  .g-header-gug .header-menu .main-menu > ul > li > a:hover:after {
    opacity: 1;
  }
}
@media screen and (max-width: 1366px) {
  .g-header-gug .header-menu .main-menu > ul > li > a {
    font-size: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .g-header-gug .header-menu {
    display: block;
    position: fixed;
    top: 0;
    left: 100%;
    width: 100%;
    height: 100%;
    padding: 65px 20px;
    background: #fff;
    border: none;
    transition: transform 0.3s ease;
    overflow-y: auto;
  }
  .g-header-gug .header-menu.-js-opened {
    transform: translateX(-100%);
  }
  .g-header-gug .header-menu .main-menu {
    margin: 0 0 60px;
  }
  .g-header-gug .header-menu .main-menu > ul {
    display: block;
  }
  .g-header-gug .header-menu .main-menu > ul > li {
    padding: 0;
    font-size: 2.2rem;
    font-weight: 400;
    letter-spacing: 0.02em;
  }
  .g-header-gug .header-menu .main-menu > ul > li > a {
    display: block;
    padding: 15px 0;
    font-size: 2.2rem;
    font-weight: 400;
    text-align: center;
    letter-spacing: 0.02em;
  }
}
.g-header-gug .header-sns {
  margin: 0 0 0 0;
}
.g-header-gug .header-sns > ul {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 0;
  list-style: none;
}
.g-header-gug .header-sns > ul > li {
  padding: 0 18px;
  font-weight: bold;
}
.g-header-gug .header-sns > ul > li a {
  color: #000;
  cursor: pointer;
  text-decoration: none;
  transition: opacity 0.25s ease;
}
.g-header-gug .header-sns > ul > li a:hover {
  opacity: 0.7;
}
@media screen and (max-width: 1366px) {
  .g-header-gug .header-sns > ul > li {
    padding: 0 15px;
  }
}
.g-header-gug .icon-insta {
  max-width: 34px;
}
@media screen and (max-width: 768px) {
  .g-header-gug .icon-insta {
    max-width: 23px;
  }
}
.g-header-gug .icon-fb {
  max-width: 19px;
}
@media screen and (max-width: 768px) {
  .g-header-gug .icon-fb {
    max-width: 13px;
  }
}
.g-header-gug .icon-twitter {
  max-width: 40px;
}
@media screen and (max-width: 768px) {
  .g-header-gug .icon-twitter {
    max-width: 28px;
  }
}

/*======================================================================
 * footer
======================================================================*/
/*------------------------------------------------------------
 * 共通フッター
------------------------------------------------------------*/
.g-footer {
  margin-top: 9.375em;
}
.g-footer .footer-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 28px;
  text-align: center;
}
.g-footer .footer-logo .logo:not(:first-child) {
  margin-left: 5em;
}
.g-footer .copyright {
  padding: 28px 15px;
  background: #787771;
  color: #FFF;
  font-size: 1.1rem;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .g-footer .footer-logo {
    flex-wrap: wrap;
  }
  .g-footer .footer-logo .logo {
    width: 48%;
    margin: 0 0 40px;
    padding: 0 0.5em;
    text-align: center;
  }
  .g-footer .footer-logo .logo:not(:first-child) {
    margin-left: 0;
  }
  .g-footer .copyright {
    padding: 22px 15px;
  }
}

.pagetop {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 90;
  margin: 0;
  padding: 18px 20px;
  width: 60px;
  height: 60px;
  background: #e20001;
  cursor: pointer;
}
.pagetop:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 16px;
  height: 16px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(-45deg);
  margin: -4px 0 0 -8px;
}

/*------------------------------------------------------------
 * GUG フッター
------------------------------------------------------------*/
.g-footer-gug {
  padding: 130px 0 190px;
}
@media screen and (max-width: 768px) {
  .g-footer-gug {
    padding: 75px 0;
  }
}
.g-footer-gug .footer-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 1450px;
}
.g-footer-gug .footer-logo .logo:not(:first-child) {
  margin-left: 5em;
}
@media screen and (max-width: 1450px) {
  .g-footer-gug .footer-logo {
    max-width: 1024px;
  }
}
@media screen and (max-width: 768px) {
  .g-footer-gug .footer-logo {
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .g-footer-gug .footer-logo .logo {
    width: 48%;
    margin-bottom: 40px;
    text-align: center;
  }
  .g-footer-gug .footer-logo .logo:not(:first-child) {
    margin-left: 0;
  }
}
.g-footer-gug .footer-bottom {
  margin-top: 170px;
}
@media screen and (max-width: 768px) {
  .g-footer-gug .footer-bottom {
    margin-top: 30px;
  }
}
.g-footer-gug .footer-bottom > .adjust-width {
  max-width: 1450px;
}
@media screen and (max-width: 1450px) {
  .g-footer-gug .footer-bottom > .adjust-width {
    max-width: 1024px;
  }
}
@media screen and (max-width: 768px) {
  .g-footer-gug .footer-bottom > .adjust-width {
    display: block;
    max-width: 280px;
    margin: 5px auto 0;
    padding: 0;
    border-top: 1px solid #D3D2C8;
  }
}
.g-footer-gug .footer-bottom > .adjust-width .copyright {
  color: #C9C8BC;
  font-size: 1.6rem;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 768px) {
  .g-footer-gug .footer-bottom > .adjust-width .copyright {
    margin-top: 20px;
    font-size: 1.1rem;
  }
}
.g-footer-gug .footer-bottom .footer-nav ul {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 0;
  list-style: none;
}
@media screen and (max-width: 768px) {
  .g-footer-gug .footer-bottom .footer-nav ul {
    display: block;
    margin-top: 50px;
    text-align: center;
  }
}
.g-footer-gug .footer-bottom .footer-nav a {
  text-decoration: none;
}
.g-footer-gug .footer-bottom .footer-nav > ul > li {
  font-size: 1.9rem;
  font-weight: 500;
  letter-spacing: 0.025em;
}
.g-footer-gug .footer-bottom .footer-nav > ul > li:not(:last-child) {
  margin-right: 60px;
}
@media screen and (max-width: 768px) {
  .g-footer-gug .footer-bottom .footer-nav > ul > li {
    margin-bottom: 1em;
    font-size: 1.5rem;
  }
  .g-footer-gug .footer-bottom .footer-nav > ul > li:not(:last-child) {
    margin-right: 0;
  }
  .g-footer-gug .footer-bottom .footer-nav > ul > li:last-child {
    margin-bottom: 0;
  }
}

/* ======================================================================
 *  Form
====================================================================== */
form input[type=text] {
  width: 100%;
  padding: 0.5em 1em;
  background-color: #fff;
  border: 1px solid #333;
  border-radius: 0;
  outline: none;
}
form select {
  color: inherit;
  -webkit-appearance: none;
  appearance: none;
  background-color: inherit;
}
form select::-ms-expand {
  display: none;
}
form textarea {
  display: block;
  resize: vertical;
}

/* ======================================================================
 *  Button
====================================================================== */
.c-button {
  display: block;
  padding: 0.5em;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #e20001;
}

/* ======================================================================
 * Title
====================================================================== */
.c-title {
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
}

/* ======================================================================
 *  Card
====================================================================== */
.c-card {
  padding: 1em;
  text-align: center;
  border: 1px solid;
}

/* ------------------------------------------------------------
 * PC/SP表示切替
------------------------------------------------------------ */
@media screen and (min-width: 769px) {
  .u-sp-only,
  ._sp-only {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .u-pc-only,
  ._pc-only {
    display: none;
  }
}
/* ------------------------------------------------------------
 * margin
------------------------------------------------------------ */
.u-mt0 {
  margin-top: 0;
}

/* ------------------------------------------------------------
 * 画像
------------------------------------------------------------ */
.u-ofi,
.js-ofi {
  font-family: "object-fit: cover; object-position: 50% 50%;";
  object-fit: cover;
  object-position: 50% 50%;
}
.u-ofi.-contain,
.js-ofi.-contain {
  font-family: "object-fit: contain; object-position: 50% 50%;";
  object-fit: contain;
}

/* ------------------------------------------------------------
 * サイト内共通 js class
------------------------------------------------------------ */
.-js-slide-toggle-trig,
[data-tab-target],
[data-tab-switch] {
  -webkit-user-select: none;
  user-select: none;
}

.u-tab-switch-target,
.-js-tab-target-hide,
.-js-tab-switch-hide {
  display: none;
}

.-js-tab-target-show,
.-js-tab-switch-show {
  display: block;
  animation: fade-in 0.25s ease-out;
}

@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}