/**handles:style**/
@charset "UTF-8";
/*
Theme Name: AGEKI_BASE_THEME
Theme URI: https://inabe-ageki-base.com/
Description: いなべ阿下喜ベース.
Author: ECCOM Creation Co.,Ltd.
Author URI: https://creative.eccom.jp/
Version: 1.0.1
.
. いなべ阿下喜ベース Webサイト
.
*/
/* 変数
------------------------------------*/
:root {
  --color-gray: #F9F9F9;
  --color-blue: #005491;
  --color-font: #000000;
  --contents-width: 720px;
}

/* 外部CSS
------------------------------------*/
/*!
 * ress.css • v2.0.4
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%; /* Prevent adjustments of font size after orientation changes in iOS */
  word-break: normal;
  -moz-tab-size: 4;
  tab-size: 4;
}

*,
::before,
::after {
  background-repeat: no-repeat; /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit; /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  padding: 0; /* Reset `padding` and `margin` of all elements */
  margin: 0;
}

/* # =================================================================
   # General elements
   # ================================================================= */
hr {
  overflow: visible; /* Show the overflow in Edge and IE */
  height: 0; /* Add the correct box sizing in Firefox */
}

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

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

small {
  font-size: 80%; /* Set font-size to 80% in `small` elements */
}

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

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

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

a:active,
a:hover {
  outline-width: 0; /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace; /* Specify the font family of code elements */
}

pre {
  font-size: 1em; /* Correct the odd `em` font sizing in all browsers */
}

b,
strong {
  font-weight: bolder; /* Add the correct font weight in Chrome, Edge, and Safari */
}

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* # =================================================================
   # Forms
   # ================================================================= */
input {
  border-radius: 0;
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

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

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

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

textarea {
  overflow: auto; /* Internet Explorer 11+ */
  resize: vertical; /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit; /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold; /* Restore the font weight unset by the previous rule */
}

button {
  overflow: visible; /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

button,
select {
  text-transform: none; /* Firefox 40+, Internet Explorer 11- */
}

/* Apply cursor pointer to button elements */
button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
  cursor: pointer;
  color: inherit;
}

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

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

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

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
}

/* Style select like a standard input */
select {
  -moz-appearance: none; /* Firefox 36+ */
  -webkit-appearance: none; /* Chrome 41+ */
}

select::-ms-expand {
  display: none; /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor; /* Internet Explorer 11+ */
}

legend {
  border: 0; /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit; /* Correct the color inheritance from `fieldset` elements in IE */
  display: table; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge and IE */
  white-space: normal; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge 18- and IE */
}

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

/* # =================================================================
   # Specify media element style
   # ================================================================= */
img {
  border-style: none; /* Remove border when inside `a` element in IE 8/9/10 */
}

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

svg:not([fill]) {
  fill: currentColor;
}

/* # =================================================================
   # Accessibility
   # ================================================================= */
/* Hide content from screens but not screenreaders */
@media screen {
  [hidden~=screen] {
    display: inherit;
  }
  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}
/* Specify the progress cursor of updating elements */
[aria-busy=true] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
  cursor: default;
}

/* 共通パーツ
------------------------------------*/
html {
  height: 100%;
  width: 100%;
}

/* safari css hack */
@media screen and (-webkit-min-device-pixel-ratio: 0) and (max-width: 1px) {
  html {
    overflow-x: auto;
    overflow-y: hidden;
  }
}
body {
  color: var(--color-font);
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-feature-settings: “palt” 1;
  -webkit-font-smoothing: antialiased;
  font-size: 14px;
  font-style: normal;
  font-weight: 900;
  height: 100%;
  letter-spacing: 0.06;
  line-height: 2;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  overflow-wrap: break-word;
  padding: 0;
  position: relative;
  width: 100%;
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  body {
    min-width: 320px;
    overflow-x: hidden;
  }
}
body.is-fixed {
  overflow-y: hidden;
  position: fixed;
}

img {
  border: 0;
  height: auto;
  max-width: 100%;
}

p {
  margin: 0;
  padding: 0;
}

input {
  border-radius: 0;
}

ul, ol {
  margin: 0;
  padding: 0;
}

a {
  color: inherit;
  text-decoration: none;
}
a[href="#"] {
  opacity: 0.2;
  pointer-events: none;
}

button,
input[type=submit],
a {
  transition: opacity 0.2s ease, transform 0.2s ease, color 0.2s ease;
}

/* iOSでのデフォルトスタイルをリセット */
input[type=submit],
button,
input[type=button] {
  border-radius: 0;
  appearance: none;
  border: none;
  box-sizing: border-box;
}
input[type=submit]::-webkit-search-decoration,
button::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
  display: none;
}
input[type=submit]:focus,
button:focus,
input[type=button]:focus {
  outline-offset: -2px;
}

.c-preload * {
  animation: none !important;
  transition: none !important;
}
.c-preload .c-wrap::after {
  animation: none !important;
}

.c-header {
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(15px);
  height: 110px;
  opacity: 1;
  pointer-events: auto;
  position: fixed;
  left: 0;
  top: 0;
  transition: opacity 0.3s ease;
  width: 100%;
  z-index: 10;
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .c-header {
    height: 87px;
  }
}
.c-header.is-hide {
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}
.c-header.is-hide .c-header__hamburger {
  pointer-events: none;
}
.c-header .c-header__inner {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: space-between;
  padding: 8px 32px 0;
  position: relative;
}
.c-header .c-header__logo {
  display: block;
  line-height: 0;
}
.c-header .c-header__logo .c-header__logo-link {
  display: block;
  width: 110px;
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .c-header .c-header__logo .c-header__logo-link {
    width: 60px;
  }
}
.c-header .c-header__logo img {
  width: 100%;
}
.c-header .c-header__menu {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 8px 16px;
  justify-content: flex-end;
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .c-header .c-header__menu {
    display: none;
  }
}
.c-header .c-header__menu .c-header__menu-sub {
  display: flex;
  gap: 24px;
  list-style: none;
}
.c-header .c-header__menu .c-header__menu-sub li a {
  align-items: center;
  color: #000;
  display: flex;
  gap: 3px;
  font-size: 14px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.84px;
  padding: 5px 0;
}
.c-header .c-header__menu .c-header__menu-sub li a:hover {
  opacity: 0.7;
}
.c-header .c-header__menu .c-header__menu-cta {
  display: flex;
  gap: 16px;
  list-style: none;
}
.c-header .c-header__menu .c-header__menu-cta li a {
  background: #231815;
  border-radius: 4px;
  color: #FFF;
  display: flex;
  gap: 8px;
  font-size: 14px;
  font-weight: 700;
  justify-content: center;
  line-height: normal;
  letter-spacing: 0.84px;
  min-width: 140px;
  padding: 8px 16px;
}
.c-header .c-header__menu .c-header__menu-cta li a:hover {
  opacity: 0.7;
}
.c-header .c-header__menu .c-header__menu-main {
  width: 100%;
}
.c-header .c-header__menu .c-header__menu-main ul {
  display: flex;
  gap: 40px;
  justify-content: flex-end;
  list-style: none;
}
.c-header .c-header__menu .c-header__menu-main ul li a {
  color: #000;
  display: block;
  font-size: 16px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.96px;
  padding: 5px 0;
}
.c-header .c-header__menu .c-header__menu-main ul li a:hover {
  opacity: 0.7;
}
.c-header .c-header__hamburger {
  align-items: center;
  display: none;
  flex-direction: column;
  height: 65px;
  justify-content: center;
  outline: none;
  pointer-events: auto;
  position: fixed;
  right: 16px;
  top: 8px;
  width: 70px;
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .c-header .c-header__hamburger {
    display: flex;
  }
}
.c-header .c-header__hamburger::before {
  background: url("https://inabe-ageki-base.com/wp/wp-content/themes/ageki_theme02/images/icon-hamburger.svg") no-repeat center center/contain;
  content: "";
  display: block;
  height: 16px;
  width: 35px;
}
.c-header .c-header__hamburger::after {
  content: "メニュー";
  display: inline-block;
  color: #231815;
  font-size: 10px;
  font-weight: 700;
  line-height: 10px; /* 100% */
  margin: 6px 0 0;
}
.c-header .c-header__hamburger.is-active::before {
  background-image: url("https://inabe-ageki-base.com/wp/wp-content/themes/ageki_theme02/images/icon-close.svg");
}
.c-header .c-header__hamburger.is-active::after {
  content: "閉じる";
}
.c-footer {
  background: #fff;
  padding: 64px 24px 0;
  position: relative;
}
.c-footer .c-footer__upper {
  display: flex;
  gap: 56px;
  margin: 0 auto;
  max-width: 1312px;
  padding: 0 0 0 40px;
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .c-footer .c-footer__upper {
    flex-direction: column;
    padding: 0;
  }
}
.c-footer .c-footer__upper .c-footer__main {
  list-style: none;
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .c-footer .c-footer__upper .c-footer__main {
    margin: 0 auto;
    max-width: 550px;
    width: 100%;
  }
}
.c-footer .c-footer__upper .c-footer__main li a {
  display: block;
  font-size: 16px;
  font-size: 16px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.96px;
  max-width: 200px;
  padding: 16px 0;
}
.c-footer .c-footer__upper .c-footer__main li a:hover {
  opacity: 0.6;
}
.c-footer .c-footer__upper .c-footer__sub {
  display: flex;
  list-style: none;
  gap: 56px;
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .c-footer .c-footer__upper .c-footer__sub {
    margin: 0 auto;
    max-width: 550px;
  }
}
@media screen and (max-width: 650px) {
  .c-footer .c-footer__upper .c-footer__sub {
    flex-direction: column;
    margin: 0;
  }
}
.c-footer .c-footer__upper .c-footer__sub > li > a {
  display: block;
  font-size: 16px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.96px;
  max-width: 200px;
  padding: 16px 0;
}
.c-footer .c-footer__upper .c-footer__sub > li > a:hover {
  opacity: 0.6;
}
.c-footer .c-footer__upper .c-footer__sub > li ul {
  list-style: none;
}
.c-footer .c-footer__upper .c-footer__sub > li ul li a {
  display: block;
  font-size: 12px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.72px;
  padding: 16px 0 16px 1em;
}
.c-footer .c-footer__upper .c-footer__sub > li ul li a:hover {
  opacity: 0.6;
}
.c-footer .c-footer__upper .c-footer__other {
  list-style: none;
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .c-footer .c-footer__upper .c-footer__other {
    margin: 0 auto;
    max-width: 550px;
    width: 100%;
  }
}
.c-footer .c-footer__upper .c-footer__other li a {
  align-items: center;
  display: flex;
  font-size: 16px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.96px;
  padding: 16px 0;
  padding: 16px 0;
}
.c-footer .c-footer__upper .c-footer__other li a:hover {
  opacity: 0.6;
}
.c-footer .c-footer__upper .c-footer__other li a img {
  margin: 0 4px 0 0;
}
.c-footer .c-footer__bottom {
  display: flex;
  gap: 4.4444444444vw;
  justify-content: center;
  margin: 96px auto 0;
  max-width: 1312px;
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .c-footer .c-footer__bottom {
    align-items: center;
    flex-direction: column;
  }
}
.c-footer .c-footer__bottom .c-footer__logo {
  align-items: center;
  display: flex;
  flex-direction: column;
  line-height: 0;
  width: min(28.6111111111vw, 412px);
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .c-footer .c-footer__bottom .c-footer__logo {
    width: 100%;
  }
}
.c-footer .c-footer__bottom .c-footer__info {
  display: flex;
  flex-direction: column;
  gap: 32px;
  list-style: none;
  width: min(25vw, 360px);
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .c-footer .c-footer__bottom .c-footer__info {
    align-items: center;
    margin: 64px 0 0;
    width: 100%;
  }
}
@media screen and (max-width: 650px) {
  .c-footer .c-footer__bottom .c-footer__info {
    align-items: flex-start;
  }
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .c-footer .c-footer__bottom .c-footer__info .c-footer__info-items {
    min-width: 330px;
  }
}
@media screen and (max-width: 650px) {
  .c-footer .c-footer__bottom .c-footer__info .c-footer__info-items {
    min-width: unset;
  }
}
.c-footer .c-footer__bottom .c-footer__info .c-footer__info-items .c-footer__info-items-title {
  border-radius: 4px;
  background: #151A37;
  color: #FFF;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.56px;
  padding: 10px;
}
.c-footer .c-footer__bottom .c-footer__info .c-footer__info-items .c-footer__info-items-text {
  color: #000;
  font-size: 16px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.64px;
  margin: 16px 0 0;
}
.c-footer .c-footer__bottom .c-footer__info .c-footer__info-items .c-footer__info-items-text b {
  font-weight: 900;
}
.c-footer .c-footer__bottom .c-footer__info .c-footer__info-items .c-footer__info-items-text small {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.48px;
}
.c-footer .c-footer__bottom .c-footer__map {
  text-align: right;
  width: min(28.6111111111vw, 412px);
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .c-footer .c-footer__bottom .c-footer__map {
    margin: 64px auto 0;
    max-width: 550px;
    width: 100%;
  }
}
.c-footer .c-footer__bottom .c-footer__map iframe {
  filter: grayscale(100%);
  width: 100%;
}
.c-footer .c-footer__bottom .c-footer__map a {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.56px;
  line-height: normal;
  text-decoration: underline;
}
.c-footer .c-footer__bottom .c-footer__map a:hover {
  text-decoration: none;
}
.c-footer .c-footer__banner {
  border: 1px solid var(--color-gray);
  border-radius: 20px;
  display: flex;
  margin: 96px auto 0;
  max-width: 1312px;
  overflow: hidden;
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .c-footer .c-footer__banner {
    margin: 96px auto 0;
    max-width: 550px;
  }
}
@media screen and (max-width: 650px) {
  .c-footer .c-footer__banner {
    flex-direction: column;
  }
}
.c-footer .c-footer__banner:hover {
  opacity: 0.7;
}
.c-footer .c-footer__banner .c-footer__banner-text {
  align-items: center;
  display: flex;
  flex-direction: column;
  font-family: "Zen Kaku Gothic Antique";
  font-size: 24px;
  font-weight: 500;
  justify-content: center;
  line-height: normal;
  letter-spacing: 0.96px;
  width: 50%;
}
@media screen and (max-width: 650px) {
  .c-footer .c-footer__banner .c-footer__banner-text {
    padding: 11.0256410256vw 0;
    width: 100%;
  }
}
.c-footer .c-footer__banner .c-footer__banner-photo {
  display: block;
  height: 162px;
  line-height: 0;
  width: 50%;
}
@media screen and (max-width: 650px) {
  .c-footer .c-footer__banner .c-footer__banner-photo {
    height: 41.5384615385vw;
    width: 100%;
  }
}
.c-footer .c-footer__banner .c-footer__banner-photo img {
  height: 100%;
  object-fit: cover;
  object-position: right top;
  width: 100%;
}
.c-footer .c-footer__copyright {
  background: var(--color-gray);
  text-align: center;
  font-family: "Zen Kaku Gothic Antique";
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin: 64px -24px 0;
  letter-spacing: 0.48px;
  padding: 32px;
}

.c-scrolltop {
  align-items: center;
  background: #005491;
  border-radius: 50%;
  display: flex;
  color: #FFF;
  font-size: 16px;
  font-weight: 700;
  height: 130px;
  justify-content: center;
  line-height: normal;
  letter-spacing: 0.64px;
  position: absolute;
  right: 64px;
  top: -65px;
  width: 130px;
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .c-scrolltop {
    font-size: 12px;
    height: 104px;
    left: auto;
    right: 24px;
    top: -52px;
    width: 104px;
  }
}

.c-drawer {
  min-height: calc(100% - 87px);
  height: calc(100% - 87px);
  opacity: 0;
  overflow: hidden;
  pointer-events: none;
  position: fixed;
  left: 0;
  top: 87px;
  transition: opacity 0.3s ease;
  width: 100%;
  z-index: 100;
}
.c-drawer.is-active {
  opacity: 1;
  pointer-events: auto;
  overflow-y: scroll;
}
.c-drawer .c-sp-menu__inner {
  display: flex;
  flex-direction: column;
  gap: 48px;
  padding: 64px 24px;
  position: relative;
}
.c-drawer .c-sp-menu__inner::before {
  background: #fff;
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: -3;
}
.c-drawer .c-sp-menu__inner::after {
  background: url("https://inabe-ageki-base.com/wp/wp-content/themes/ageki_theme02/images/bg-gray.png") repeat center left/100px;
  content: "";
  display: block;
  height: 100%;
  opacity: 0.4;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: -2;
}
.c-drawer .c-sp-menu__footer {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 48px;
  margin: 96px 0 0;
}
.c-drawer .c-sp-menu__deco {
  position: absolute;
  z-index: -1;
}
.c-drawer .c-sp-menu__deco.is-01 {
  left: -42px;
  top: 106px;
}
.c-drawer .c-sp-menu__deco.is-02 {
  right: -20px;
  top: 455px;
}
.c-drawer .c-sp-menu__deco.is-03 {
  left: -63px;
  top: 916px;
}

.c-headline-page {
  color: #000;
  font-size: 32px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1.28px;
  text-align: center;
}

.c-headline-section {
  font-size: 32px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1.28px;
  text-align: center;
}

.c-loader {
  height: 100vh;
  overflow: hidden;
  pointer-events: none;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1000;
  width: 100vw;
}
.c-loader::before {
  background: #fff;
  content: "";
  display: block;
  height: 100%;
  pointer-events: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: -1;
}
.c-loader.is-play::before {
  opacity: 0;
  transition: opacity 6s ease 2s;
}
.c-loader.is-play .c-loader__wrapper {
  opacity: 1;
  transform: scale(1.05);
  transition: opacity 4s ease 0.3s, transform 4s ease 0.3s;
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .c-loader.is-play .c-loader__wrapper {
    transform: scale(1.1);
  }
}
.c-loader.is-play .c-loader__onsen {
  opacity: 0;
  transition: opacity 1s ease 3s;
}
.c-loader.is-play .c-loader__yuge {
  transition: transform 1.3s cubic-bezier(0.85, -0.01, 0.64, 1) 2.4s;
}
.c-loader.is-play .c-loader__yuge.is-01 {
  transform: translate3d(-100%, 0, 0);
}
.c-loader.is-play .c-loader__yuge.is-02 {
  transform: translate3d(-100%, 0, 0);
}
.c-loader.is-play .c-loader__yuge.is-03 {
  transform: translate3d(100%, 0, 0);
}
.c-loader.is-play .c-loader__yuge.is-04 {
  transform: translate3d(100%, 0, 0);
}
.c-loader.is-hide {
  display: none;
}
.c-loader .c-loader__wrapper {
  height: 100%;
  opacity: 0;
  position: relative;
}
.c-loader .c-loader__onsen {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
  z-index: 5;
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .c-loader .c-loader__onsen {
    width: 120px;
  }
}
.c-loader .c-loader__yuge {
  max-width: none;
  position: absolute;
}
.c-loader .c-loader__yuge.is-01 {
  left: -15.2083333333vw;
  top: -17.9166666667vw;
  width: 89.1666666667vw;
  z-index: 1;
}
@media screen and (max-width: 650px) {
  .c-loader .c-loader__yuge.is-01 {
    left: -71.7948717949vw;
    top: -10.5128205128vw;
    width: 167.6923076923vw;
  }
}
.c-loader .c-loader__yuge.is-02 {
  left: -27.0138888889vw;
  top: 14.1666666667vw;
  width: 73.5416666667vw;
  z-index: 4;
}
@media screen and (max-width: 650px) {
  .c-loader .c-loader__yuge.is-02 {
    left: -94.1025641026vw;
    top: 62.5641025641vw;
    width: 138.4615384615vw;
  }
}
.c-loader .c-loader__yuge.is-03 {
  left: 40.2083333333vw;
  top: -32.7083333333vw;
  width: 72.9166666667vw;
  z-index: 2;
}
@media screen and (max-width: 650px) {
  .c-loader .c-loader__yuge.is-03 {
    left: 26.6666666667vw;
    top: -38.4615384615vw;
    width: 137.1794871795vw;
  }
}
.c-loader .c-loader__yuge.is-04 {
  left: 27.7777777778vw;
  top: 21.25vw;
  width: 94.3055555556vw;
  z-index: 3;
}
@media screen and (max-width: 650px) {
  .c-loader .c-loader__yuge.is-04 {
    left: 12.3076923077vw;
    top: 62.5641025641vw;
    width: 177.4358974359vw;
  }
}

.c-wrap {
  margin-top: 110px;
  position: relative;
  width: 100vw;
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .c-wrap {
    margin-top: 87px;
  }
}
.c-wrap::before {
  background: url("https://inabe-ageki-base.com/wp/wp-content/themes/ageki_theme02/images/bg-gray.png") repeat center left/100px;
  content: "";
  display: block;
  height: 100%;
  opacity: 0.3;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: -5;
}
.c-wrap::after {
  animation: fuwafuwa 4s linear infinite;
  background: url("https://inabe-ageki-base.com/wp/wp-content/themes/ageki_theme02/images/bg-yuge@2x.png") repeat-y center top/100%;
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  left: 0;
  top: 110px;
  width: 100%;
  z-index: -4;
}
@media screen and (max-width: 650px) {
  .c-wrap::after {
    background: url("https://inabe-ageki-base.com/wp/wp-content/themes/ageki_theme02/images/bg-yuge-sp@2x.png") repeat-y center top/100%;
    top: -20px;
  }
}
@keyframes fuwafuwa {
  0% {
    opacity: 0;
    transform: translate3d(0, 200px, 0);
  }
  20% {
    opacity: 1;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate3d(0, 0px, 0);
  }
}

.c-contents {
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  padding: 0 24px;
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .c-contents {
    width: 100%;
  }
}

.c-contents-kv {
  padding: 64px 0 0;
}
.c-contents-kv .c-contents-kv__headline {
  text-align: center;
}
.c-contents-kv .c-contents-kv__text {
  font-size: 16px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.64px;
  margin: 48px auto 0;
  max-width: var(--contents-width);
  text-align: center;
}
.c-contents-kv .c-contents-kv__sort {
  margin: 64px 0 0;
}
.c-contents-kv .c-contents-kv__slider {
  margin: 96px calc(50% - 50vw) 0;
  padding: 0 24px;
}
.c-contents-kv .c-contents-kv__slider ul {
  list-style: none;
}
.c-contents-kv .c-contents-kv__slider ul li {
  aspect-ratio: 806/455;
  border-radius: 4px;
  overflow: hidden;
  max-width: 806px;
  width: 100%;
}
@media screen and (max-width: 650px) {
  .c-contents-kv .c-contents-kv__slider ul li {
    aspect-ratio: 290/400;
    width: 290px;
  }
}
.c-contents-kv .c-contents-kv__slider ul li img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.c-breads {
  display: flex;
  justify-content: flex-end;
  list-style: none;
  gap: 0 16px;
  padding: 30px 0;
  width: 100%;
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .c-breads {
    flex-wrap: wrap;
    justify-content: flex-end;
  }
}
.c-breads li {
  align-items: center;
  display: flex;
  gap: 0 16px;
  max-width: 100%;
}
.c-breads li::after {
  content: "/";
}
.c-breads li:last-child::after {
  display: none;
}
.c-breads li a,
.c-breads li span {
  font-size: 14px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.56px;
  letter-spacing: 0.12em;
  line-height: 1;
  overflow: hidden;
  padding: 10px 0;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .c-breads li a,
  .c-breads li span {
    font-size: 12px;
    letter-spacing: 0.06em;
    padding: 5px 0 5px 5px;
  }
}
.c-breads li a:hover {
  opacity: 0.5;
}

.c-block-banner {
  display: flex;
  justify-content: center;
  gap: 32px;
  list-style: none;
  margin: 96px 0;
}
@media screen and (max-width: 650px) {
  .c-block-banner {
    align-items: center;
    flex-direction: column;
    margin-top: 64px;
  }
}
.c-block-banner .c-block-banner__items {
  max-width: 360px;
}
.c-block-banner .c-block-banner__items .c-block-banner__items-link {
  display: flex;
  flex-direction: column;
  gap: 24px;
  width: 100%;
}
.c-block-banner .c-block-banner__items .c-block-banner__items-photo {
  aspect-ratio: 360/208;
  border-radius: 4px;
  display: block;
  overflow: hidden;
  width: 100%;
}
.c-block-banner .c-block-banner__items .c-block-banner__items-text {
  color: #000;
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.64px;
  text-align: center;
}
.c-block-banner .c-block-banner__items .c-block-banner__items-text::after {
  background: url("https://inabe-ageki-base.com/wp/wp-content/themes/ageki_theme02/images/icon-arrow.svg") no-repeat center center/contain;
  content: "";
  display: inline-block;
  height: 12px;
  margin: 0 0 0 16px;
  width: 7px;
}

.c-badge {
  display: block;
  position: fixed;
  right: 0;
  top: calc(90dvh - 145px);
  width: 80px;
  z-index: 10;
}
@media screen and (max-width: 650px) {
  .c-badge {
    top: calc(95dvh - 109px);
    width: 60px;
  }
}
.c-badge:hover {
  opacity: 0.6;
}
.c-badge img {
  width: 100%;
}

.a-bowan.is-animated {
  animation: bowan 2s ease forwards;
}

.a-kv {
  opacity: 0;
}
.a-kv.is-animated {
  animation: fadeIn 1s ease-in forwards;
}

.a-fadein {
  opacity: 0;
}
.a-fadein.is-animated {
  animation: fadeIn 1s ease-in forwards;
}

@keyframes bowan {
  0% {
    filter: blur(5px);
    opacity: 0;
    transform: translate3d(0, 100px, 0);
  }
  100% {
    filter: blur(0);
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
    filter: blur(3px);
    transform: translate3d(0, 15px, 0);
  }
  50% {
    opacity: 1;
  }
  60% {
    filter: blur(0);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.c-button-primary {
  background: #000;
  border-radius: 4px;
  display: inline-block;
  padding: 8px 24px;
  text-align: center;
  transition: background-color 0.3s ease;
  width: 100%;
}
.c-button-primary span {
  color: #FFF;
  font-size: 16px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.64px;
  position: relative;
}
.c-button-primary span::before {
  background: url("https://inabe-ageki-base.com/wp/wp-content/themes/ageki_theme02/images/icon-arrow-white.svg") no-repeat center center/100%;
  content: "";
  display: block;
  height: 12px;
  position: absolute;
  right: -20px;
  top: 6px;
  transition: background-image 0.3s ease;
  width: 7px;
}
.c-button-primary:hover {
  background: #777;
}
.c-button-primary.is-white {
  background: #fff;
  border: 2px solid var(--color-font);
}
.c-button-primary.is-white span {
  color: var(--color-font);
}
.c-button-primary.is-white span::before {
  background-image: url("https://inabe-ageki-base.com/wp/wp-content/themes/ageki_theme02/images/icon-arrow.svg");
}
.c-button-primary.is-white:hover {
  background: #F0F0F0;
  border-color: #C9C9C9;
}
.c-button-primary.is-external span::before {
  background-image: url("https://inabe-ageki-base.com/wp/wp-content/themes/ageki_theme02/images/icon-external.svg");
  top: 7px;
  width: 12px;
}
.c-button-primary.is-pdf span::before {
  background-image: url("https://inabe-ageki-base.com/wp/wp-content/themes/ageki_theme02/images/icon-pdf.svg");
  height: 15px;
  top: 1px;
  right: -31px;
  width: 15px;
}
.c-button-primary.is-thick {
  padding: 18px 24px;
}
.c-button-primary.is-thick span::before {
  top: 6px;
}

.c-button-ghost {
  background: #FAFAFA;
  border-radius: 24px;
  border: 2px solid #000;
  border: 2px solid var(--color-font);
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.56px;
  padding: 9px 44px 9px 24px;
  position: relative;
}
.c-button-ghost::before {
  background: url("https://inabe-ageki-base.com/wp/wp-content/themes/ageki_theme02/images/icon-arrow.svg") no-repeat center center/100%;
  content: "";
  display: block;
  height: 15px;
  position: absolute;
  right: 24px;
  top: 11px;
  transform: rotate(90deg);
  width: 8px;
}

.c-list-sns {
  list-style: none;
  display: flex;
  gap: 16px;
  margin: 48px 0 0;
}
.c-list-sns li {
  display: contents;
}
.c-list-sns li a {
  border: 1px solid #000;
  border-radius: 4px;
  background: #FFF;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 16px; /* 114.286% */
  min-height: 195px;
  display: block;
  padding: 16px;
  writing-mode: vertical-rl;
}
.c-list-sns li a:hover {
  opacity: 0.6;
}
.c-list-sns li a img {
  margin: 0 0 8px;
}

.c-list-menu {
  align-items: flex-end;
  display: flex;
  flex-direction: column;
  list-style: none;
}
.c-list-menu li a {
  align-items: center;
  display: flex;
  gap: 16px;
  font-size: 16px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.96px;
  padding: 16px 0;
}
.c-list-menu li a::after {
  background: url("https://inabe-ageki-base.com/wp/wp-content/themes/ageki_theme02/images/icon-arrow.svg") no-repeat center center/contain;
  content: "";
  display: block;
  height: 15px;
  margin: 0 0 -3px;
  width: 8px;
}

.c-list-sort {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  justify-content: center;
  list-style: none;
  max-width: var(--contents-width);
  margin: 38px auto 0;
}
@media screen and (max-width: 650px) {
  .c-list-sort {
    justify-content: flex-end;
  }
}
.c-list-news {
  display: flex;
  gap: 80px;
  list-style: none;
  justify-content: center;
  padding: 32px 0 0;
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .c-list-news {
    align-items: center;
    flex-direction: column;
  }
}
.c-list-news li a {
  display: inline-block;
  font-size: 18px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.72px;
  width: 263px;
  overflow: hidden;
  padding: 10px 0;
  position: relative;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.c-list-news li a.is-prev {
  padding-left: 30px;
}
.c-list-news li a.is-prev::before {
  background: url("https://inabe-ageki-base.com/wp/wp-content/themes/ageki_theme02/images/icon-arrow-circle.svg") no-repeat center center/contain;
  content: "";
  display: block;
  height: 24px;
  position: absolute;
  left: 0;
  top: 12px;
  rotate: 180deg;
  width: 24px;
}
.c-list-news li a.is-next {
  padding-right: 25px;
}
.c-list-news li a.is-next::after {
  background: url("https://inabe-ageki-base.com/wp/wp-content/themes/ageki_theme02/images/icon-arrow-circle.svg") no-repeat center center/contain;
  content: "";
  display: block;
  height: 24px;
  position: absolute;
  right: 0;
  top: 12px;
  width: 24px;
}
.c-list-news li a.is-dummy {
  opacity: 0.25;
  pointer-events: none;
}

.c-list-open {
  background: #FFF;
  border-radius: 4px;
  margin: 64px auto 0;
  max-width: 912px;
  padding: 48px 24px;
}
.c-list-open.is-onsen {
  max-width: 1113px;
}
.c-list-open.is-onsen .c-list-open__list {
  max-width: 572px;
}
.c-list-open.is-restaurant .c-list-open__list {
  max-width: 544px;
}
.c-list-open.is-lampo {
  margin: 30px auto 0;
  max-width: 1113px;
  padding: 47px 24px 44px;
}
.c-list-open.is-lampo .c-list-open__list .c-list-open__items {
  align-items: center;
  justify-content: center;
}
.c-list-open.is-lampo .c-list-open__list .c-list-open__items .c-list-open__items-text {
  line-height: 1.2;
  width: auto;
}
.c-list-open .c-list-open__list {
  display: flex;
  flex-direction: column;
  gap: 32px;
  list-style: none;
  margin: 0 auto;
  max-width: 524px;
}
.c-list-open .c-list-open__list .c-list-open__items {
  align-items: flex-start;
  display: flex;
  gap: 32px;
}
@media screen and (max-width: 650px) {
  .c-list-open .c-list-open__list .c-list-open__items {
    flex-direction: column;
    gap: 12px;
  }
}
.c-list-open .c-list-open__list .c-list-open__items .c-list-open__items-headline {
  background: #151A37;
  border-radius: 4px;
  color: #FFF;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.56px;
  padding: 5px 10px;
  text-align: center;
  width: 80px;
}
.c-list-open .c-list-open__list .c-list-open__items .c-list-open__items-text {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.7;
  letter-spacing: 0.64px;
  width: calc(100% - 112px);
}
@media screen and (max-width: 650px) {
  .c-list-open .c-list-open__list .c-list-open__items .c-list-open__items-text {
    font-weight: 600;
    width: 100%;
  }
}
.c-list-open .c-list-open__list .c-list-open__items .c-list-epen__items-open {
  font-size: 23px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.64px;
  margin: 0 0 24px;
}
@media screen and (max-width: 650px) {
  .c-list-open .c-list-open__list .c-list-open__items .c-list-epen__items-open {
    margin: 4px 0 24px;
  }
}
.c-list-open .c-list-open__list .c-list-open__items .c-list-open__items-list {
  display: flex;
  flex-direction: column;
  gap: 24px;
  list-style: none;
}
.c-list-open .c-list-open__list .c-list-open__items .c-list-open__items-list li {
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.64px;
  padding: 0 0 0 1em;
  text-indent: -1em;
}
.c-list-open .c-list-open__list .c-list-open__items .c-list-open__items-list li::before {
  content: "・";
  display: inline;
}
.c-list-open .c-list-open__list .c-list-open__items .c-list-open__items-list li span {
  font-size: 14px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.56px;
}

.c-list-card {
  display: flex;
  flex-wrap: wrap;
  gap: 48px 24px;
  justify-content: center;
  list-style: none;
  margin: 64px auto 0;
  max-width: 1314px;
}
.c-list-card .c-list-card__items {
  animation: fadein 1.2s ease forwards;
}
@keyframes fadein {
  0% {
    opacity: 0;
    filter: blur(3px);
    transform: translate3d(0, 15px, 0);
  }
  50% {
    opacity: 1;
  }
  60% {
    filter: blur(0);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.c-list-card .c-list-card__items .c-list-card__items-link {
  display: flex;
  flex-direction: column;
  position: relative;
  width: 422px;
}
@media screen and (max-width: 650px) {
  .c-list-card .c-list-card__items .c-list-card__items-link {
    width: 100%;
  }
}
.c-list-card .c-list-card__items .c-list-card__items-link:hover {
  opacity: 0.7;
}
.c-list-card .c-list-card__items .c-list-card__items-link:hover .c-list-card__items-photo img {
  transform: scale(1.05);
}
.c-list-card .c-list-card__items .c-list-card__items-term {
  background: #000;
  border-radius: 4px 0px;
  color: #FFF;
  font-size: 16px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.64px;
  padding: 4px 10px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.c-list-card .c-list-card__items .c-list-card__items-photo {
  aspect-ratio: 422/249;
  border-radius: 4px;
  display: block;
  line-height: 0;
  overflow: hidden;
  z-index: -1;
}
.c-list-card .c-list-card__items .c-list-card__items-photo img {
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  transition: transform 0.3s ease;
  width: 100%;
}
.c-list-card .c-list-card__items .c-list-card__items-category {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
  margin: 16px 0 0;
}
.c-list-card .c-list-card__items .c-list-card__items-category li {
  background: #C9C9C9;
  border-radius: 4px;
  color: #FFF;
  font-size: 16px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.64px;
  padding: 4px 10px;
}
.c-list-card .c-list-card__items .c-list-card__items-headline {
  font-size: 24px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.96px;
  margin: 8px 0 0;
  overflow: hidden;
  text-overflow: ellipsis;
}
.c-list-card .c-list-card__items .c-list-card__items-text {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 16px;
  font-weight: 700;
  -webkit-line-clamp: 2;
  line-height: normal;
  letter-spacing: 0.64px;
  margin: 8px 0 0;
  overflow: hidden;
}
.c-list-card .c-list-card__items .c-list-card__items-date {
  color: #D9D9D9;
  font-size: 16px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 2.24px;
  margin: 8px 0 0;
}
@media screen and (max-width: 650px) {
  .c-list-card .c-list-card__items .c-list-card__items-date {
    font-weight: 600;
  }
}

/* ユーティリティー
------------------------------------*/
.u-mt-0 {
  margin-top: 0px !important;
}

.u-mt-1 {
  margin-top: 10px !important;
}

.u-mt-2 {
  margin-top: 20px !important;
}

.u-mt-3 {
  margin-top: 30px !important;
}

.u-mt-4 {
  margin-top: 40px !important;
}

.u-mt-5 {
  margin-top: 50px !important;
}

.u-mt-6 {
  margin-top: 60px !important;
}

.u-mt-7 {
  margin-top: 70px !important;
}

.u-mt-8 {
  margin-top: 80px !important;
}

.u-mt-9 {
  margin-top: 90px !important;
}

.u-mt-10 {
  margin-top: 100px !important;
}

.u-mt-11 {
  margin-top: 110px !important;
}

.u-mt-12 {
  margin-top: 120px !important;
}

.u-mt-13 {
  margin-top: 130px !important;
}

.u-mt-14 {
  margin-top: 140px !important;
}

.u-mt-15 {
  margin-top: 150px !important;
}

.u-mt-16 {
  margin-top: 160px !important;
}

.u-mt-17 {
  margin-top: 170px !important;
}

.u-mt-18 {
  margin-top: 180px !important;
}

.u-mt-19 {
  margin-top: 190px !important;
}

.u-mt-20 {
  margin-top: 200px !important;
}

.u-mt-21 {
  margin-top: 210px !important;
}

.u-mt-22 {
  margin-top: 220px !important;
}

.u-mt-23 {
  margin-top: 230px !important;
}

.u-mt-24 {
  margin-top: 240px !important;
}

.u-mt-25 {
  margin-top: 250px !important;
}

.u-mt-26 {
  margin-top: 260px !important;
}

.u-mt-27 {
  margin-top: 270px !important;
}

.u-mt-28 {
  margin-top: 280px !important;
}

.u-mt-29 {
  margin-top: 290px !important;
}

.u-mt-30 {
  margin-top: 300px !important;
}

.u-mt-31 {
  margin-top: 310px !important;
}

.u-mt-32 {
  margin-top: 320px !important;
}

.u-mt-33 {
  margin-top: 330px !important;
}

.u-mt-34 {
  margin-top: 340px !important;
}

.u-mt-35 {
  margin-top: 350px !important;
}

.u-mt-36 {
  margin-top: 360px !important;
}

.u-mt-37 {
  margin-top: 370px !important;
}

.u-mt-38 {
  margin-top: 380px !important;
}

.u-mt-39 {
  margin-top: 390px !important;
}

.u-mt-40 {
  margin-top: 400px !important;
}

.u-mt-41 {
  margin-top: 410px !important;
}

.u-mt-42 {
  margin-top: 420px !important;
}

.u-mt-43 {
  margin-top: 430px !important;
}

.u-mt-44 {
  margin-top: 440px !important;
}

.u-mt-45 {
  margin-top: 450px !important;
}

.u-mt-46 {
  margin-top: 460px !important;
}

.u-mt-47 {
  margin-top: 470px !important;
}

.u-mt-48 {
  margin-top: 480px !important;
}

.u-mt-49 {
  margin-top: 490px !important;
}

.u-mt-50 {
  margin-top: 500px !important;
}

@media screen and (min-width: 1px) and (max-width: 980px) {
  .u-tab-mt-0 {
    margin-top: 0px !important;
  }
  .u-tab-mt-1 {
    margin-top: 10px !important;
  }
  .u-tab-mt-2 {
    margin-top: 20px !important;
  }
  .u-tab-mt-3 {
    margin-top: 30px !important;
  }
  .u-tab-mt-4 {
    margin-top: 40px !important;
  }
  .u-tab-mt-5 {
    margin-top: 50px !important;
  }
  .u-tab-mt-6 {
    margin-top: 60px !important;
  }
  .u-tab-mt-7 {
    margin-top: 70px !important;
  }
  .u-tab-mt-8 {
    margin-top: 80px !important;
  }
  .u-tab-mt-9 {
    margin-top: 90px !important;
  }
  .u-tab-mt-10 {
    margin-top: 100px !important;
  }
  .u-tab-mt-11 {
    margin-top: 110px !important;
  }
  .u-tab-mt-12 {
    margin-top: 120px !important;
  }
  .u-tab-mt-13 {
    margin-top: 130px !important;
  }
  .u-tab-mt-14 {
    margin-top: 140px !important;
  }
  .u-tab-mt-15 {
    margin-top: 150px !important;
  }
  .u-tab-mt-16 {
    margin-top: 160px !important;
  }
  .u-tab-mt-17 {
    margin-top: 170px !important;
  }
  .u-tab-mt-18 {
    margin-top: 180px !important;
  }
  .u-tab-mt-19 {
    margin-top: 190px !important;
  }
  .u-tab-mt-20 {
    margin-top: 200px !important;
  }
  .u-tab-mt-21 {
    margin-top: 210px !important;
  }
  .u-tab-mt-22 {
    margin-top: 220px !important;
  }
  .u-tab-mt-23 {
    margin-top: 230px !important;
  }
  .u-tab-mt-24 {
    margin-top: 240px !important;
  }
  .u-tab-mt-25 {
    margin-top: 250px !important;
  }
  .u-tab-mt-26 {
    margin-top: 260px !important;
  }
  .u-tab-mt-27 {
    margin-top: 270px !important;
  }
  .u-tab-mt-28 {
    margin-top: 280px !important;
  }
  .u-tab-mt-29 {
    margin-top: 290px !important;
  }
  .u-tab-mt-30 {
    margin-top: 300px !important;
  }
  .u-tab-mt-31 {
    margin-top: 310px !important;
  }
  .u-tab-mt-32 {
    margin-top: 320px !important;
  }
  .u-tab-mt-33 {
    margin-top: 330px !important;
  }
  .u-tab-mt-34 {
    margin-top: 340px !important;
  }
  .u-tab-mt-35 {
    margin-top: 350px !important;
  }
  .u-tab-mt-36 {
    margin-top: 360px !important;
  }
  .u-tab-mt-37 {
    margin-top: 370px !important;
  }
  .u-tab-mt-38 {
    margin-top: 380px !important;
  }
  .u-tab-mt-39 {
    margin-top: 390px !important;
  }
  .u-tab-mt-40 {
    margin-top: 400px !important;
  }
  .u-tab-mt-41 {
    margin-top: 410px !important;
  }
  .u-tab-mt-42 {
    margin-top: 420px !important;
  }
  .u-tab-mt-43 {
    margin-top: 430px !important;
  }
  .u-tab-mt-44 {
    margin-top: 440px !important;
  }
  .u-tab-mt-45 {
    margin-top: 450px !important;
  }
  .u-tab-mt-46 {
    margin-top: 460px !important;
  }
  .u-tab-mt-47 {
    margin-top: 470px !important;
  }
  .u-tab-mt-48 {
    margin-top: 480px !important;
  }
  .u-tab-mt-49 {
    margin-top: 490px !important;
  }
  .u-tab-mt-50 {
    margin-top: 500px !important;
  }
}
@media screen and (max-width: 650px) {
  .u-sp-mt-0 {
    margin-top: 0px !important;
  }
  .u-sp-mt-1 {
    margin-top: 10px !important;
  }
  .u-sp-mt-2 {
    margin-top: 20px !important;
  }
  .u-sp-mt-3 {
    margin-top: 30px !important;
  }
  .u-sp-mt-4 {
    margin-top: 40px !important;
  }
  .u-sp-mt-5 {
    margin-top: 50px !important;
  }
  .u-sp-mt-6 {
    margin-top: 60px !important;
  }
  .u-sp-mt-7 {
    margin-top: 70px !important;
  }
  .u-sp-mt-8 {
    margin-top: 80px !important;
  }
  .u-sp-mt-9 {
    margin-top: 90px !important;
  }
  .u-sp-mt-10 {
    margin-top: 100px !important;
  }
  .u-sp-mt-11 {
    margin-top: 110px !important;
  }
  .u-sp-mt-12 {
    margin-top: 120px !important;
  }
  .u-sp-mt-13 {
    margin-top: 130px !important;
  }
  .u-sp-mt-14 {
    margin-top: 140px !important;
  }
  .u-sp-mt-15 {
    margin-top: 150px !important;
  }
  .u-sp-mt-16 {
    margin-top: 160px !important;
  }
  .u-sp-mt-17 {
    margin-top: 170px !important;
  }
  .u-sp-mt-18 {
    margin-top: 180px !important;
  }
  .u-sp-mt-19 {
    margin-top: 190px !important;
  }
  .u-sp-mt-20 {
    margin-top: 200px !important;
  }
  .u-sp-mt-21 {
    margin-top: 210px !important;
  }
  .u-sp-mt-22 {
    margin-top: 220px !important;
  }
  .u-sp-mt-23 {
    margin-top: 230px !important;
  }
  .u-sp-mt-24 {
    margin-top: 240px !important;
  }
  .u-sp-mt-25 {
    margin-top: 250px !important;
  }
  .u-sp-mt-26 {
    margin-top: 260px !important;
  }
  .u-sp-mt-27 {
    margin-top: 270px !important;
  }
  .u-sp-mt-28 {
    margin-top: 280px !important;
  }
  .u-sp-mt-29 {
    margin-top: 290px !important;
  }
  .u-sp-mt-30 {
    margin-top: 300px !important;
  }
  .u-sp-mt-31 {
    margin-top: 310px !important;
  }
  .u-sp-mt-32 {
    margin-top: 320px !important;
  }
  .u-sp-mt-33 {
    margin-top: 330px !important;
  }
  .u-sp-mt-34 {
    margin-top: 340px !important;
  }
  .u-sp-mt-35 {
    margin-top: 350px !important;
  }
  .u-sp-mt-36 {
    margin-top: 360px !important;
  }
  .u-sp-mt-37 {
    margin-top: 370px !important;
  }
  .u-sp-mt-38 {
    margin-top: 380px !important;
  }
  .u-sp-mt-39 {
    margin-top: 390px !important;
  }
  .u-sp-mt-40 {
    margin-top: 400px !important;
  }
  .u-sp-mt-41 {
    margin-top: 410px !important;
  }
  .u-sp-mt-42 {
    margin-top: 420px !important;
  }
  .u-sp-mt-43 {
    margin-top: 430px !important;
  }
  .u-sp-mt-44 {
    margin-top: 440px !important;
  }
  .u-sp-mt-45 {
    margin-top: 450px !important;
  }
  .u-sp-mt-46 {
    margin-top: 460px !important;
  }
  .u-sp-mt-47 {
    margin-top: 470px !important;
  }
  .u-sp-mt-48 {
    margin-top: 480px !important;
  }
  .u-sp-mt-49 {
    margin-top: 490px !important;
  }
  .u-sp-mt-50 {
    margin-top: 500px !important;
  }
}
.u-mr-0 {
  margin-right: 0px !important;
}

.u-mr-1 {
  margin-right: 10px !important;
}

.u-mr-2 {
  margin-right: 20px !important;
}

.u-mr-3 {
  margin-right: 30px !important;
}

.u-mr-4 {
  margin-right: 40px !important;
}

.u-mr-5 {
  margin-right: 50px !important;
}

.u-mr-6 {
  margin-right: 60px !important;
}

.u-mr-7 {
  margin-right: 70px !important;
}

.u-mr-8 {
  margin-right: 80px !important;
}

.u-mr-9 {
  margin-right: 90px !important;
}

.u-mr-10 {
  margin-right: 100px !important;
}

.u-mr-11 {
  margin-right: 110px !important;
}

.u-mr-12 {
  margin-right: 120px !important;
}

.u-mr-13 {
  margin-right: 130px !important;
}

.u-mr-14 {
  margin-right: 140px !important;
}

.u-mr-15 {
  margin-right: 150px !important;
}

.u-mr-16 {
  margin-right: 160px !important;
}

.u-mr-17 {
  margin-right: 170px !important;
}

.u-mr-18 {
  margin-right: 180px !important;
}

.u-mr-19 {
  margin-right: 190px !important;
}

.u-mr-20 {
  margin-right: 200px !important;
}

.u-mr-21 {
  margin-right: 210px !important;
}

.u-mr-22 {
  margin-right: 220px !important;
}

.u-mr-23 {
  margin-right: 230px !important;
}

.u-mr-24 {
  margin-right: 240px !important;
}

.u-mr-25 {
  margin-right: 250px !important;
}

.u-mr-26 {
  margin-right: 260px !important;
}

.u-mr-27 {
  margin-right: 270px !important;
}

.u-mr-28 {
  margin-right: 280px !important;
}

.u-mr-29 {
  margin-right: 290px !important;
}

.u-mr-30 {
  margin-right: 300px !important;
}

.u-mr-31 {
  margin-right: 310px !important;
}

.u-mr-32 {
  margin-right: 320px !important;
}

.u-mr-33 {
  margin-right: 330px !important;
}

.u-mr-34 {
  margin-right: 340px !important;
}

.u-mr-35 {
  margin-right: 350px !important;
}

.u-mr-36 {
  margin-right: 360px !important;
}

.u-mr-37 {
  margin-right: 370px !important;
}

.u-mr-38 {
  margin-right: 380px !important;
}

.u-mr-39 {
  margin-right: 390px !important;
}

.u-mr-40 {
  margin-right: 400px !important;
}

.u-mr-41 {
  margin-right: 410px !important;
}

.u-mr-42 {
  margin-right: 420px !important;
}

.u-mr-43 {
  margin-right: 430px !important;
}

.u-mr-44 {
  margin-right: 440px !important;
}

.u-mr-45 {
  margin-right: 450px !important;
}

.u-mr-46 {
  margin-right: 460px !important;
}

.u-mr-47 {
  margin-right: 470px !important;
}

.u-mr-48 {
  margin-right: 480px !important;
}

.u-mr-49 {
  margin-right: 490px !important;
}

.u-mr-50 {
  margin-right: 500px !important;
}

@media screen and (min-width: 1px) and (max-width: 980px) {
  .u-tab-mr-0 {
    margin-right: 0px !important;
  }
  .u-tab-mr-1 {
    margin-right: 10px !important;
  }
  .u-tab-mr-2 {
    margin-right: 20px !important;
  }
  .u-tab-mr-3 {
    margin-right: 30px !important;
  }
  .u-tab-mr-4 {
    margin-right: 40px !important;
  }
  .u-tab-mr-5 {
    margin-right: 50px !important;
  }
  .u-tab-mr-6 {
    margin-right: 60px !important;
  }
  .u-tab-mr-7 {
    margin-right: 70px !important;
  }
  .u-tab-mr-8 {
    margin-right: 80px !important;
  }
  .u-tab-mr-9 {
    margin-right: 90px !important;
  }
  .u-tab-mr-10 {
    margin-right: 100px !important;
  }
  .u-tab-mr-11 {
    margin-right: 110px !important;
  }
  .u-tab-mr-12 {
    margin-right: 120px !important;
  }
  .u-tab-mr-13 {
    margin-right: 130px !important;
  }
  .u-tab-mr-14 {
    margin-right: 140px !important;
  }
  .u-tab-mr-15 {
    margin-right: 150px !important;
  }
  .u-tab-mr-16 {
    margin-right: 160px !important;
  }
  .u-tab-mr-17 {
    margin-right: 170px !important;
  }
  .u-tab-mr-18 {
    margin-right: 180px !important;
  }
  .u-tab-mr-19 {
    margin-right: 190px !important;
  }
  .u-tab-mr-20 {
    margin-right: 200px !important;
  }
  .u-tab-mr-21 {
    margin-right: 210px !important;
  }
  .u-tab-mr-22 {
    margin-right: 220px !important;
  }
  .u-tab-mr-23 {
    margin-right: 230px !important;
  }
  .u-tab-mr-24 {
    margin-right: 240px !important;
  }
  .u-tab-mr-25 {
    margin-right: 250px !important;
  }
  .u-tab-mr-26 {
    margin-right: 260px !important;
  }
  .u-tab-mr-27 {
    margin-right: 270px !important;
  }
  .u-tab-mr-28 {
    margin-right: 280px !important;
  }
  .u-tab-mr-29 {
    margin-right: 290px !important;
  }
  .u-tab-mr-30 {
    margin-right: 300px !important;
  }
  .u-tab-mr-31 {
    margin-right: 310px !important;
  }
  .u-tab-mr-32 {
    margin-right: 320px !important;
  }
  .u-tab-mr-33 {
    margin-right: 330px !important;
  }
  .u-tab-mr-34 {
    margin-right: 340px !important;
  }
  .u-tab-mr-35 {
    margin-right: 350px !important;
  }
  .u-tab-mr-36 {
    margin-right: 360px !important;
  }
  .u-tab-mr-37 {
    margin-right: 370px !important;
  }
  .u-tab-mr-38 {
    margin-right: 380px !important;
  }
  .u-tab-mr-39 {
    margin-right: 390px !important;
  }
  .u-tab-mr-40 {
    margin-right: 400px !important;
  }
  .u-tab-mr-41 {
    margin-right: 410px !important;
  }
  .u-tab-mr-42 {
    margin-right: 420px !important;
  }
  .u-tab-mr-43 {
    margin-right: 430px !important;
  }
  .u-tab-mr-44 {
    margin-right: 440px !important;
  }
  .u-tab-mr-45 {
    margin-right: 450px !important;
  }
  .u-tab-mr-46 {
    margin-right: 460px !important;
  }
  .u-tab-mr-47 {
    margin-right: 470px !important;
  }
  .u-tab-mr-48 {
    margin-right: 480px !important;
  }
  .u-tab-mr-49 {
    margin-right: 490px !important;
  }
  .u-tab-mr-50 {
    margin-right: 500px !important;
  }
}
@media screen and (max-width: 650px) {
  .u-sp-mr-0 {
    margin-right: 0px !important;
  }
  .u-sp-mr-1 {
    margin-right: 10px !important;
  }
  .u-sp-mr-2 {
    margin-right: 20px !important;
  }
  .u-sp-mr-3 {
    margin-right: 30px !important;
  }
  .u-sp-mr-4 {
    margin-right: 40px !important;
  }
  .u-sp-mr-5 {
    margin-right: 50px !important;
  }
  .u-sp-mr-6 {
    margin-right: 60px !important;
  }
  .u-sp-mr-7 {
    margin-right: 70px !important;
  }
  .u-sp-mr-8 {
    margin-right: 80px !important;
  }
  .u-sp-mr-9 {
    margin-right: 90px !important;
  }
  .u-sp-mr-10 {
    margin-right: 100px !important;
  }
  .u-sp-mr-11 {
    margin-right: 110px !important;
  }
  .u-sp-mr-12 {
    margin-right: 120px !important;
  }
  .u-sp-mr-13 {
    margin-right: 130px !important;
  }
  .u-sp-mr-14 {
    margin-right: 140px !important;
  }
  .u-sp-mr-15 {
    margin-right: 150px !important;
  }
  .u-sp-mr-16 {
    margin-right: 160px !important;
  }
  .u-sp-mr-17 {
    margin-right: 170px !important;
  }
  .u-sp-mr-18 {
    margin-right: 180px !important;
  }
  .u-sp-mr-19 {
    margin-right: 190px !important;
  }
  .u-sp-mr-20 {
    margin-right: 200px !important;
  }
  .u-sp-mr-21 {
    margin-right: 210px !important;
  }
  .u-sp-mr-22 {
    margin-right: 220px !important;
  }
  .u-sp-mr-23 {
    margin-right: 230px !important;
  }
  .u-sp-mr-24 {
    margin-right: 240px !important;
  }
  .u-sp-mr-25 {
    margin-right: 250px !important;
  }
  .u-sp-mr-26 {
    margin-right: 260px !important;
  }
  .u-sp-mr-27 {
    margin-right: 270px !important;
  }
  .u-sp-mr-28 {
    margin-right: 280px !important;
  }
  .u-sp-mr-29 {
    margin-right: 290px !important;
  }
  .u-sp-mr-30 {
    margin-right: 300px !important;
  }
  .u-sp-mr-31 {
    margin-right: 310px !important;
  }
  .u-sp-mr-32 {
    margin-right: 320px !important;
  }
  .u-sp-mr-33 {
    margin-right: 330px !important;
  }
  .u-sp-mr-34 {
    margin-right: 340px !important;
  }
  .u-sp-mr-35 {
    margin-right: 350px !important;
  }
  .u-sp-mr-36 {
    margin-right: 360px !important;
  }
  .u-sp-mr-37 {
    margin-right: 370px !important;
  }
  .u-sp-mr-38 {
    margin-right: 380px !important;
  }
  .u-sp-mr-39 {
    margin-right: 390px !important;
  }
  .u-sp-mr-40 {
    margin-right: 400px !important;
  }
  .u-sp-mr-41 {
    margin-right: 410px !important;
  }
  .u-sp-mr-42 {
    margin-right: 420px !important;
  }
  .u-sp-mr-43 {
    margin-right: 430px !important;
  }
  .u-sp-mr-44 {
    margin-right: 440px !important;
  }
  .u-sp-mr-45 {
    margin-right: 450px !important;
  }
  .u-sp-mr-46 {
    margin-right: 460px !important;
  }
  .u-sp-mr-47 {
    margin-right: 470px !important;
  }
  .u-sp-mr-48 {
    margin-right: 480px !important;
  }
  .u-sp-mr-49 {
    margin-right: 490px !important;
  }
  .u-sp-mr-50 {
    margin-right: 500px !important;
  }
}
.u-mb-0 {
  margin-bottom: 0px !important;
}

.u-mb-1 {
  margin-bottom: 10px !important;
}

.u-mb-2 {
  margin-bottom: 20px !important;
}

.u-mb-3 {
  margin-bottom: 30px !important;
}

.u-mb-4 {
  margin-bottom: 40px !important;
}

.u-mb-5 {
  margin-bottom: 50px !important;
}

.u-mb-6 {
  margin-bottom: 60px !important;
}

.u-mb-7 {
  margin-bottom: 70px !important;
}

.u-mb-8 {
  margin-bottom: 80px !important;
}

.u-mb-9 {
  margin-bottom: 90px !important;
}

.u-mb-10 {
  margin-bottom: 100px !important;
}

.u-mb-11 {
  margin-bottom: 110px !important;
}

.u-mb-12 {
  margin-bottom: 120px !important;
}

.u-mb-13 {
  margin-bottom: 130px !important;
}

.u-mb-14 {
  margin-bottom: 140px !important;
}

.u-mb-15 {
  margin-bottom: 150px !important;
}

.u-mb-16 {
  margin-bottom: 160px !important;
}

.u-mb-17 {
  margin-bottom: 170px !important;
}

.u-mb-18 {
  margin-bottom: 180px !important;
}

.u-mb-19 {
  margin-bottom: 190px !important;
}

.u-mb-20 {
  margin-bottom: 200px !important;
}

.u-mb-21 {
  margin-bottom: 210px !important;
}

.u-mb-22 {
  margin-bottom: 220px !important;
}

.u-mb-23 {
  margin-bottom: 230px !important;
}

.u-mb-24 {
  margin-bottom: 240px !important;
}

.u-mb-25 {
  margin-bottom: 250px !important;
}

.u-mb-26 {
  margin-bottom: 260px !important;
}

.u-mb-27 {
  margin-bottom: 270px !important;
}

.u-mb-28 {
  margin-bottom: 280px !important;
}

.u-mb-29 {
  margin-bottom: 290px !important;
}

.u-mb-30 {
  margin-bottom: 300px !important;
}

.u-mb-31 {
  margin-bottom: 310px !important;
}

.u-mb-32 {
  margin-bottom: 320px !important;
}

.u-mb-33 {
  margin-bottom: 330px !important;
}

.u-mb-34 {
  margin-bottom: 340px !important;
}

.u-mb-35 {
  margin-bottom: 350px !important;
}

.u-mb-36 {
  margin-bottom: 360px !important;
}

.u-mb-37 {
  margin-bottom: 370px !important;
}

.u-mb-38 {
  margin-bottom: 380px !important;
}

.u-mb-39 {
  margin-bottom: 390px !important;
}

.u-mb-40 {
  margin-bottom: 400px !important;
}

.u-mb-41 {
  margin-bottom: 410px !important;
}

.u-mb-42 {
  margin-bottom: 420px !important;
}

.u-mb-43 {
  margin-bottom: 430px !important;
}

.u-mb-44 {
  margin-bottom: 440px !important;
}

.u-mb-45 {
  margin-bottom: 450px !important;
}

.u-mb-46 {
  margin-bottom: 460px !important;
}

.u-mb-47 {
  margin-bottom: 470px !important;
}

.u-mb-48 {
  margin-bottom: 480px !important;
}

.u-mb-49 {
  margin-bottom: 490px !important;
}

.u-mb-50 {
  margin-bottom: 500px !important;
}

@media screen and (min-width: 1px) and (max-width: 980px) {
  .u-tab-mb-0 {
    margin-bottom: 0px !important;
  }
  .u-tab-mb-1 {
    margin-bottom: 10px !important;
  }
  .u-tab-mb-2 {
    margin-bottom: 20px !important;
  }
  .u-tab-mb-3 {
    margin-bottom: 30px !important;
  }
  .u-tab-mb-4 {
    margin-bottom: 40px !important;
  }
  .u-tab-mb-5 {
    margin-bottom: 50px !important;
  }
  .u-tab-mb-6 {
    margin-bottom: 60px !important;
  }
  .u-tab-mb-7 {
    margin-bottom: 70px !important;
  }
  .u-tab-mb-8 {
    margin-bottom: 80px !important;
  }
  .u-tab-mb-9 {
    margin-bottom: 90px !important;
  }
  .u-tab-mb-10 {
    margin-bottom: 100px !important;
  }
  .u-tab-mb-11 {
    margin-bottom: 110px !important;
  }
  .u-tab-mb-12 {
    margin-bottom: 120px !important;
  }
  .u-tab-mb-13 {
    margin-bottom: 130px !important;
  }
  .u-tab-mb-14 {
    margin-bottom: 140px !important;
  }
  .u-tab-mb-15 {
    margin-bottom: 150px !important;
  }
  .u-tab-mb-16 {
    margin-bottom: 160px !important;
  }
  .u-tab-mb-17 {
    margin-bottom: 170px !important;
  }
  .u-tab-mb-18 {
    margin-bottom: 180px !important;
  }
  .u-tab-mb-19 {
    margin-bottom: 190px !important;
  }
  .u-tab-mb-20 {
    margin-bottom: 200px !important;
  }
  .u-tab-mb-21 {
    margin-bottom: 210px !important;
  }
  .u-tab-mb-22 {
    margin-bottom: 220px !important;
  }
  .u-tab-mb-23 {
    margin-bottom: 230px !important;
  }
  .u-tab-mb-24 {
    margin-bottom: 240px !important;
  }
  .u-tab-mb-25 {
    margin-bottom: 250px !important;
  }
  .u-tab-mb-26 {
    margin-bottom: 260px !important;
  }
  .u-tab-mb-27 {
    margin-bottom: 270px !important;
  }
  .u-tab-mb-28 {
    margin-bottom: 280px !important;
  }
  .u-tab-mb-29 {
    margin-bottom: 290px !important;
  }
  .u-tab-mb-30 {
    margin-bottom: 300px !important;
  }
  .u-tab-mb-31 {
    margin-bottom: 310px !important;
  }
  .u-tab-mb-32 {
    margin-bottom: 320px !important;
  }
  .u-tab-mb-33 {
    margin-bottom: 330px !important;
  }
  .u-tab-mb-34 {
    margin-bottom: 340px !important;
  }
  .u-tab-mb-35 {
    margin-bottom: 350px !important;
  }
  .u-tab-mb-36 {
    margin-bottom: 360px !important;
  }
  .u-tab-mb-37 {
    margin-bottom: 370px !important;
  }
  .u-tab-mb-38 {
    margin-bottom: 380px !important;
  }
  .u-tab-mb-39 {
    margin-bottom: 390px !important;
  }
  .u-tab-mb-40 {
    margin-bottom: 400px !important;
  }
  .u-tab-mb-41 {
    margin-bottom: 410px !important;
  }
  .u-tab-mb-42 {
    margin-bottom: 420px !important;
  }
  .u-tab-mb-43 {
    margin-bottom: 430px !important;
  }
  .u-tab-mb-44 {
    margin-bottom: 440px !important;
  }
  .u-tab-mb-45 {
    margin-bottom: 450px !important;
  }
  .u-tab-mb-46 {
    margin-bottom: 460px !important;
  }
  .u-tab-mb-47 {
    margin-bottom: 470px !important;
  }
  .u-tab-mb-48 {
    margin-bottom: 480px !important;
  }
  .u-tab-mb-49 {
    margin-bottom: 490px !important;
  }
  .u-tab-mb-50 {
    margin-bottom: 500px !important;
  }
}
@media screen and (max-width: 650px) {
  .u-sp-mb-0 {
    margin-bottom: 0px !important;
  }
  .u-sp-mb-1 {
    margin-bottom: 10px !important;
  }
  .u-sp-mb-2 {
    margin-bottom: 20px !important;
  }
  .u-sp-mb-3 {
    margin-bottom: 30px !important;
  }
  .u-sp-mb-4 {
    margin-bottom: 40px !important;
  }
  .u-sp-mb-5 {
    margin-bottom: 50px !important;
  }
  .u-sp-mb-6 {
    margin-bottom: 60px !important;
  }
  .u-sp-mb-7 {
    margin-bottom: 70px !important;
  }
  .u-sp-mb-8 {
    margin-bottom: 80px !important;
  }
  .u-sp-mb-9 {
    margin-bottom: 90px !important;
  }
  .u-sp-mb-10 {
    margin-bottom: 100px !important;
  }
  .u-sp-mb-11 {
    margin-bottom: 110px !important;
  }
  .u-sp-mb-12 {
    margin-bottom: 120px !important;
  }
  .u-sp-mb-13 {
    margin-bottom: 130px !important;
  }
  .u-sp-mb-14 {
    margin-bottom: 140px !important;
  }
  .u-sp-mb-15 {
    margin-bottom: 150px !important;
  }
  .u-sp-mb-16 {
    margin-bottom: 160px !important;
  }
  .u-sp-mb-17 {
    margin-bottom: 170px !important;
  }
  .u-sp-mb-18 {
    margin-bottom: 180px !important;
  }
  .u-sp-mb-19 {
    margin-bottom: 190px !important;
  }
  .u-sp-mb-20 {
    margin-bottom: 200px !important;
  }
  .u-sp-mb-21 {
    margin-bottom: 210px !important;
  }
  .u-sp-mb-22 {
    margin-bottom: 220px !important;
  }
  .u-sp-mb-23 {
    margin-bottom: 230px !important;
  }
  .u-sp-mb-24 {
    margin-bottom: 240px !important;
  }
  .u-sp-mb-25 {
    margin-bottom: 250px !important;
  }
  .u-sp-mb-26 {
    margin-bottom: 260px !important;
  }
  .u-sp-mb-27 {
    margin-bottom: 270px !important;
  }
  .u-sp-mb-28 {
    margin-bottom: 280px !important;
  }
  .u-sp-mb-29 {
    margin-bottom: 290px !important;
  }
  .u-sp-mb-30 {
    margin-bottom: 300px !important;
  }
  .u-sp-mb-31 {
    margin-bottom: 310px !important;
  }
  .u-sp-mb-32 {
    margin-bottom: 320px !important;
  }
  .u-sp-mb-33 {
    margin-bottom: 330px !important;
  }
  .u-sp-mb-34 {
    margin-bottom: 340px !important;
  }
  .u-sp-mb-35 {
    margin-bottom: 350px !important;
  }
  .u-sp-mb-36 {
    margin-bottom: 360px !important;
  }
  .u-sp-mb-37 {
    margin-bottom: 370px !important;
  }
  .u-sp-mb-38 {
    margin-bottom: 380px !important;
  }
  .u-sp-mb-39 {
    margin-bottom: 390px !important;
  }
  .u-sp-mb-40 {
    margin-bottom: 400px !important;
  }
  .u-sp-mb-41 {
    margin-bottom: 410px !important;
  }
  .u-sp-mb-42 {
    margin-bottom: 420px !important;
  }
  .u-sp-mb-43 {
    margin-bottom: 430px !important;
  }
  .u-sp-mb-44 {
    margin-bottom: 440px !important;
  }
  .u-sp-mb-45 {
    margin-bottom: 450px !important;
  }
  .u-sp-mb-46 {
    margin-bottom: 460px !important;
  }
  .u-sp-mb-47 {
    margin-bottom: 470px !important;
  }
  .u-sp-mb-48 {
    margin-bottom: 480px !important;
  }
  .u-sp-mb-49 {
    margin-bottom: 490px !important;
  }
  .u-sp-mb-50 {
    margin-bottom: 500px !important;
  }
}
.u-ml-0 {
  margin-left: 0px !important;
}

.u-ml-1 {
  margin-left: 10px !important;
}

.u-ml-2 {
  margin-left: 20px !important;
}

.u-ml-3 {
  margin-left: 30px !important;
}

.u-ml-4 {
  margin-left: 40px !important;
}

.u-ml-5 {
  margin-left: 50px !important;
}

.u-ml-6 {
  margin-left: 60px !important;
}

.u-ml-7 {
  margin-left: 70px !important;
}

.u-ml-8 {
  margin-left: 80px !important;
}

.u-ml-9 {
  margin-left: 90px !important;
}

.u-ml-10 {
  margin-left: 100px !important;
}

.u-ml-11 {
  margin-left: 110px !important;
}

.u-ml-12 {
  margin-left: 120px !important;
}

.u-ml-13 {
  margin-left: 130px !important;
}

.u-ml-14 {
  margin-left: 140px !important;
}

.u-ml-15 {
  margin-left: 150px !important;
}

.u-ml-16 {
  margin-left: 160px !important;
}

.u-ml-17 {
  margin-left: 170px !important;
}

.u-ml-18 {
  margin-left: 180px !important;
}

.u-ml-19 {
  margin-left: 190px !important;
}

.u-ml-20 {
  margin-left: 200px !important;
}

.u-ml-21 {
  margin-left: 210px !important;
}

.u-ml-22 {
  margin-left: 220px !important;
}

.u-ml-23 {
  margin-left: 230px !important;
}

.u-ml-24 {
  margin-left: 240px !important;
}

.u-ml-25 {
  margin-left: 250px !important;
}

.u-ml-26 {
  margin-left: 260px !important;
}

.u-ml-27 {
  margin-left: 270px !important;
}

.u-ml-28 {
  margin-left: 280px !important;
}

.u-ml-29 {
  margin-left: 290px !important;
}

.u-ml-30 {
  margin-left: 300px !important;
}

.u-ml-31 {
  margin-left: 310px !important;
}

.u-ml-32 {
  margin-left: 320px !important;
}

.u-ml-33 {
  margin-left: 330px !important;
}

.u-ml-34 {
  margin-left: 340px !important;
}

.u-ml-35 {
  margin-left: 350px !important;
}

.u-ml-36 {
  margin-left: 360px !important;
}

.u-ml-37 {
  margin-left: 370px !important;
}

.u-ml-38 {
  margin-left: 380px !important;
}

.u-ml-39 {
  margin-left: 390px !important;
}

.u-ml-40 {
  margin-left: 400px !important;
}

.u-ml-41 {
  margin-left: 410px !important;
}

.u-ml-42 {
  margin-left: 420px !important;
}

.u-ml-43 {
  margin-left: 430px !important;
}

.u-ml-44 {
  margin-left: 440px !important;
}

.u-ml-45 {
  margin-left: 450px !important;
}

.u-ml-46 {
  margin-left: 460px !important;
}

.u-ml-47 {
  margin-left: 470px !important;
}

.u-ml-48 {
  margin-left: 480px !important;
}

.u-ml-49 {
  margin-left: 490px !important;
}

.u-ml-50 {
  margin-left: 500px !important;
}

@media screen and (min-width: 1px) and (max-width: 980px) {
  .u-tab-ml-0 {
    margin-left: 0px !important;
  }
  .u-tab-ml-1 {
    margin-left: 10px !important;
  }
  .u-tab-ml-2 {
    margin-left: 20px !important;
  }
  .u-tab-ml-3 {
    margin-left: 30px !important;
  }
  .u-tab-ml-4 {
    margin-left: 40px !important;
  }
  .u-tab-ml-5 {
    margin-left: 50px !important;
  }
  .u-tab-ml-6 {
    margin-left: 60px !important;
  }
  .u-tab-ml-7 {
    margin-left: 70px !important;
  }
  .u-tab-ml-8 {
    margin-left: 80px !important;
  }
  .u-tab-ml-9 {
    margin-left: 90px !important;
  }
  .u-tab-ml-10 {
    margin-left: 100px !important;
  }
  .u-tab-ml-11 {
    margin-left: 110px !important;
  }
  .u-tab-ml-12 {
    margin-left: 120px !important;
  }
  .u-tab-ml-13 {
    margin-left: 130px !important;
  }
  .u-tab-ml-14 {
    margin-left: 140px !important;
  }
  .u-tab-ml-15 {
    margin-left: 150px !important;
  }
  .u-tab-ml-16 {
    margin-left: 160px !important;
  }
  .u-tab-ml-17 {
    margin-left: 170px !important;
  }
  .u-tab-ml-18 {
    margin-left: 180px !important;
  }
  .u-tab-ml-19 {
    margin-left: 190px !important;
  }
  .u-tab-ml-20 {
    margin-left: 200px !important;
  }
  .u-tab-ml-21 {
    margin-left: 210px !important;
  }
  .u-tab-ml-22 {
    margin-left: 220px !important;
  }
  .u-tab-ml-23 {
    margin-left: 230px !important;
  }
  .u-tab-ml-24 {
    margin-left: 240px !important;
  }
  .u-tab-ml-25 {
    margin-left: 250px !important;
  }
  .u-tab-ml-26 {
    margin-left: 260px !important;
  }
  .u-tab-ml-27 {
    margin-left: 270px !important;
  }
  .u-tab-ml-28 {
    margin-left: 280px !important;
  }
  .u-tab-ml-29 {
    margin-left: 290px !important;
  }
  .u-tab-ml-30 {
    margin-left: 300px !important;
  }
  .u-tab-ml-31 {
    margin-left: 310px !important;
  }
  .u-tab-ml-32 {
    margin-left: 320px !important;
  }
  .u-tab-ml-33 {
    margin-left: 330px !important;
  }
  .u-tab-ml-34 {
    margin-left: 340px !important;
  }
  .u-tab-ml-35 {
    margin-left: 350px !important;
  }
  .u-tab-ml-36 {
    margin-left: 360px !important;
  }
  .u-tab-ml-37 {
    margin-left: 370px !important;
  }
  .u-tab-ml-38 {
    margin-left: 380px !important;
  }
  .u-tab-ml-39 {
    margin-left: 390px !important;
  }
  .u-tab-ml-40 {
    margin-left: 400px !important;
  }
  .u-tab-ml-41 {
    margin-left: 410px !important;
  }
  .u-tab-ml-42 {
    margin-left: 420px !important;
  }
  .u-tab-ml-43 {
    margin-left: 430px !important;
  }
  .u-tab-ml-44 {
    margin-left: 440px !important;
  }
  .u-tab-ml-45 {
    margin-left: 450px !important;
  }
  .u-tab-ml-46 {
    margin-left: 460px !important;
  }
  .u-tab-ml-47 {
    margin-left: 470px !important;
  }
  .u-tab-ml-48 {
    margin-left: 480px !important;
  }
  .u-tab-ml-49 {
    margin-left: 490px !important;
  }
  .u-tab-ml-50 {
    margin-left: 500px !important;
  }
}
@media screen and (max-width: 650px) {
  .u-sp-ml-0 {
    margin-left: 0px !important;
  }
  .u-sp-ml-1 {
    margin-left: 10px !important;
  }
  .u-sp-ml-2 {
    margin-left: 20px !important;
  }
  .u-sp-ml-3 {
    margin-left: 30px !important;
  }
  .u-sp-ml-4 {
    margin-left: 40px !important;
  }
  .u-sp-ml-5 {
    margin-left: 50px !important;
  }
  .u-sp-ml-6 {
    margin-left: 60px !important;
  }
  .u-sp-ml-7 {
    margin-left: 70px !important;
  }
  .u-sp-ml-8 {
    margin-left: 80px !important;
  }
  .u-sp-ml-9 {
    margin-left: 90px !important;
  }
  .u-sp-ml-10 {
    margin-left: 100px !important;
  }
  .u-sp-ml-11 {
    margin-left: 110px !important;
  }
  .u-sp-ml-12 {
    margin-left: 120px !important;
  }
  .u-sp-ml-13 {
    margin-left: 130px !important;
  }
  .u-sp-ml-14 {
    margin-left: 140px !important;
  }
  .u-sp-ml-15 {
    margin-left: 150px !important;
  }
  .u-sp-ml-16 {
    margin-left: 160px !important;
  }
  .u-sp-ml-17 {
    margin-left: 170px !important;
  }
  .u-sp-ml-18 {
    margin-left: 180px !important;
  }
  .u-sp-ml-19 {
    margin-left: 190px !important;
  }
  .u-sp-ml-20 {
    margin-left: 200px !important;
  }
  .u-sp-ml-21 {
    margin-left: 210px !important;
  }
  .u-sp-ml-22 {
    margin-left: 220px !important;
  }
  .u-sp-ml-23 {
    margin-left: 230px !important;
  }
  .u-sp-ml-24 {
    margin-left: 240px !important;
  }
  .u-sp-ml-25 {
    margin-left: 250px !important;
  }
  .u-sp-ml-26 {
    margin-left: 260px !important;
  }
  .u-sp-ml-27 {
    margin-left: 270px !important;
  }
  .u-sp-ml-28 {
    margin-left: 280px !important;
  }
  .u-sp-ml-29 {
    margin-left: 290px !important;
  }
  .u-sp-ml-30 {
    margin-left: 300px !important;
  }
  .u-sp-ml-31 {
    margin-left: 310px !important;
  }
  .u-sp-ml-32 {
    margin-left: 320px !important;
  }
  .u-sp-ml-33 {
    margin-left: 330px !important;
  }
  .u-sp-ml-34 {
    margin-left: 340px !important;
  }
  .u-sp-ml-35 {
    margin-left: 350px !important;
  }
  .u-sp-ml-36 {
    margin-left: 360px !important;
  }
  .u-sp-ml-37 {
    margin-left: 370px !important;
  }
  .u-sp-ml-38 {
    margin-left: 380px !important;
  }
  .u-sp-ml-39 {
    margin-left: 390px !important;
  }
  .u-sp-ml-40 {
    margin-left: 400px !important;
  }
  .u-sp-ml-41 {
    margin-left: 410px !important;
  }
  .u-sp-ml-42 {
    margin-left: 420px !important;
  }
  .u-sp-ml-43 {
    margin-left: 430px !important;
  }
  .u-sp-ml-44 {
    margin-left: 440px !important;
  }
  .u-sp-ml-45 {
    margin-left: 450px !important;
  }
  .u-sp-ml-46 {
    margin-left: 460px !important;
  }
  .u-sp-ml-47 {
    margin-left: 470px !important;
  }
  .u-sp-ml-48 {
    margin-left: 480px !important;
  }
  .u-sp-ml-49 {
    margin-left: 490px !important;
  }
  .u-sp-ml-50 {
    margin-left: 500px !important;
  }
}
/* 文字を操作する系ユーティリティ */
.u-minchou {
  font-family: serif;
}

.u-gothic {
  font-family: "Nunito Sans", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}

.u-fontS {
  font-size: 11px;
}

.u-fontM {
  font-size: 22px;
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .u-fontM {
    font-size: 15px;
  }
}

.u-fontL {
  font-size: 30px;
}
@media screen and (max-width: 365px) {
  .u-fontL {
    font-size: 26px;
  }
}

.u-fontN {
  font-size: 16px;
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .u-fontN {
    font-size: 14px;
  }
}

.u-font10 {
  font-size: 10px !important;
}

.u-font11 {
  font-size: 11px !important;
}

.u-font12 {
  font-size: 12px !important;
}

.u-font13 {
  font-size: 13px !important;
}

.u-font14 {
  font-size: 14px !important;
}

.u-font15 {
  font-size: 15px !important;
}

.u-font16 {
  font-size: 16px !important;
}

.u-font17 {
  font-size: 17px !important;
}

.u-font18 {
  font-size: 18px !important;
}

.u-font19 {
  font-size: 19px !important;
}

.u-font20 {
  font-size: 20px !important;
}

.u-font21 {
  font-size: 21px !important;
}

.u-font22 {
  font-size: 22px !important;
}

.u-font23 {
  font-size: 23px !important;
}

.u-font24 {
  font-size: 24px !important;
}

.u-font25 {
  font-size: 25px !important;
}

.u-font26 {
  font-size: 26px !important;
}

.u-font27 {
  font-size: 27px !important;
}

.u-font28 {
  font-size: 28px !important;
}

.u-font29 {
  font-size: 29px !important;
}

.u-font30 {
  font-size: 30px !important;
}

.u-font31 {
  font-size: 31px !important;
}

.u-font32 {
  font-size: 32px !important;
}

.u-font33 {
  font-size: 33px !important;
}

.u-font34 {
  font-size: 34px !important;
}

.u-font35 {
  font-size: 35px !important;
}

.u-font36 {
  font-size: 36px !important;
}

.u-font37 {
  font-size: 37px !important;
}

.u-font38 {
  font-size: 38px !important;
}

.u-font39 {
  font-size: 39px !important;
}

.u-font40 {
  font-size: 40px !important;
}

@media screen and (min-width: 1px) and (max-width: 980px) {
  .u-tab-font0 {
    font-size: 0px !important;
  }
  .u-tab-font1 {
    font-size: 1px !important;
  }
  .u-tab-font2 {
    font-size: 2px !important;
  }
  .u-tab-font3 {
    font-size: 3px !important;
  }
  .u-tab-font4 {
    font-size: 4px !important;
  }
  .u-tab-font5 {
    font-size: 5px !important;
  }
  .u-tab-font6 {
    font-size: 6px !important;
  }
  .u-tab-font7 {
    font-size: 7px !important;
  }
  .u-tab-font8 {
    font-size: 8px !important;
  }
  .u-tab-font9 {
    font-size: 9px !important;
  }
  .u-tab-font10 {
    font-size: 10px !important;
  }
  .u-tab-font11 {
    font-size: 11px !important;
  }
  .u-tab-font12 {
    font-size: 12px !important;
  }
  .u-tab-font13 {
    font-size: 13px !important;
  }
  .u-tab-font14 {
    font-size: 14px !important;
  }
  .u-tab-font15 {
    font-size: 15px !important;
  }
  .u-tab-font16 {
    font-size: 16px !important;
  }
  .u-tab-font17 {
    font-size: 17px !important;
  }
  .u-tab-font18 {
    font-size: 18px !important;
  }
  .u-tab-font19 {
    font-size: 19px !important;
  }
  .u-tab-font20 {
    font-size: 20px !important;
  }
  .u-tab-font21 {
    font-size: 21px !important;
  }
  .u-tab-font22 {
    font-size: 22px !important;
  }
  .u-tab-font23 {
    font-size: 23px !important;
  }
  .u-tab-font24 {
    font-size: 24px !important;
  }
  .u-tab-font25 {
    font-size: 25px !important;
  }
  .u-tab-font26 {
    font-size: 26px !important;
  }
  .u-tab-font27 {
    font-size: 27px !important;
  }
  .u-tab-font28 {
    font-size: 28px !important;
  }
  .u-tab-font29 {
    font-size: 29px !important;
  }
  .u-tab-font30 {
    font-size: 30px !important;
  }
  .u-tab-font31 {
    font-size: 31px !important;
  }
  .u-tab-font32 {
    font-size: 32px !important;
  }
  .u-tab-font33 {
    font-size: 33px !important;
  }
  .u-tab-font34 {
    font-size: 34px !important;
  }
  .u-tab-font35 {
    font-size: 35px !important;
  }
  .u-tab-font36 {
    font-size: 36px !important;
  }
  .u-tab-font37 {
    font-size: 37px !important;
  }
  .u-tab-font38 {
    font-size: 38px !important;
  }
  .u-tab-font39 {
    font-size: 39px !important;
  }
  .u-tab-font40 {
    font-size: 40px !important;
  }
}
@media screen and (max-width: 650px) {
  .u-sp-font0 {
    font-size: 0px !important;
  }
  .u-sp-font1 {
    font-size: 1px !important;
  }
  .u-sp-font2 {
    font-size: 2px !important;
  }
  .u-sp-font3 {
    font-size: 3px !important;
  }
  .u-sp-font4 {
    font-size: 4px !important;
  }
  .u-sp-font5 {
    font-size: 5px !important;
  }
  .u-sp-font6 {
    font-size: 6px !important;
  }
  .u-sp-font7 {
    font-size: 7px !important;
  }
  .u-sp-font8 {
    font-size: 8px !important;
  }
  .u-sp-font9 {
    font-size: 9px !important;
  }
  .u-sp-font10 {
    font-size: 10px !important;
  }
  .u-sp-font11 {
    font-size: 11px !important;
  }
  .u-sp-font12 {
    font-size: 12px !important;
  }
  .u-sp-font13 {
    font-size: 13px !important;
  }
  .u-sp-font14 {
    font-size: 14px !important;
  }
  .u-sp-font15 {
    font-size: 15px !important;
  }
  .u-sp-font16 {
    font-size: 16px !important;
  }
  .u-sp-font17 {
    font-size: 17px !important;
  }
  .u-sp-font18 {
    font-size: 18px !important;
  }
  .u-sp-font19 {
    font-size: 19px !important;
  }
  .u-sp-font20 {
    font-size: 20px !important;
  }
  .u-sp-font21 {
    font-size: 21px !important;
  }
  .u-sp-font22 {
    font-size: 22px !important;
  }
  .u-sp-font23 {
    font-size: 23px !important;
  }
  .u-sp-font24 {
    font-size: 24px !important;
  }
  .u-sp-font25 {
    font-size: 25px !important;
  }
  .u-sp-font26 {
    font-size: 26px !important;
  }
  .u-sp-font27 {
    font-size: 27px !important;
  }
  .u-sp-font28 {
    font-size: 28px !important;
  }
  .u-sp-font29 {
    font-size: 29px !important;
  }
  .u-sp-font30 {
    font-size: 30px !important;
  }
  .u-sp-font31 {
    font-size: 31px !important;
  }
  .u-sp-font32 {
    font-size: 32px !important;
  }
  .u-sp-font33 {
    font-size: 33px !important;
  }
  .u-sp-font34 {
    font-size: 34px !important;
  }
  .u-sp-font35 {
    font-size: 35px !important;
  }
  .u-sp-font36 {
    font-size: 36px !important;
  }
  .u-sp-font37 {
    font-size: 37px !important;
  }
  .u-sp-font38 {
    font-size: 38px !important;
  }
  .u-sp-font39 {
    font-size: 39px !important;
  }
  .u-sp-font40 {
    font-size: 40px !important;
  }
}
.u-fontMain {
  color: var(color-main);
}

.u-fontWhite {
  color: #fff;
}

.u-fontRed {
  color: #E36B38;
}

.u-kakko {
  text-indent: -0.5em;
}

.u-normal {
  font-weight: 500 !important;
}

.u-bold {
  font-weight: 700 !important;
}

.u-semibold {
  font-weight: 600 !important;
}

.u-ls__thin {
  letter-spacing: -0.05em;
}

.u-ls__wide {
  letter-spacing: 0.1em;
}

.u-lh1 {
  line-height: 1 !important;
}

.u-lh2 {
  line-height: 2 !important;
}

.u-lh3 {
  line-height: 3 !important;
}

.u-lh4 {
  line-height: 4 !important;
}

.u-textleft, .textleft, .alignleft {
  text-align: left !important;
}

.u-textcenter, .textcenter, .aligncenter {
  text-align: center !important;
}

.u-textright, .textright, .alignright {
  text-align: right !important;
}

.u-textjustify, .textjustify, .alignjustify {
  text-align: justify !important;
}

@media screen and (max-width: 650px) {
  .u-textcenter-sp {
    text-align: center !important;
  }
}

@media screen and (max-width: 650px) {
  .u-textleft-sp {
    text-align: left !important;
  }
}

@media screen and (max-width: 650px) {
  .u-textright-sp {
    text-align: right !important;
  }
}

.u-marker-green {
  background: linear-gradient(transparent 45%, #CCEAE2 45%);
}

/* 表示&非表示を操作する系ユーティリティ */
.u-hide {
  display: none;
}

@media screen and (max-width: 650px) {
  .u-pc {
    display: none;
  }
}

.u-tab {
  display: none;
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .u-tab {
    display: inline-block;
  }
}

@media screen and (min-width: 1px) and (max-width: 980px) {
  .u-tab-none {
    display: none !important;
  }
}

.u-sp {
  display: none;
}
@media screen and (max-width: 650px) {
  .u-sp {
    display: inline-block;
  }
}

.u-small {
  display: none;
}
@media screen and (max-width: 365px) {
  .u-small {
    display: inline-block;
  }
}

@media screen and (max-width: 365px) {
  .u-small-none {
    display: none;
  }
}

/* 居場所がなかったのでここに */
.u-inlineblock {
  display: inline-block;
}

.u-padding0 {
  padding: 0 !important;
}

/* サブページ
------------------------------------*/
.p-top-kv {
  padding: 32px 0 0;
  position: relative;
}
@media screen and (max-width: 650px) {
  .p-top-kv {
    margin: -87px -24px 0;
    padding: 0;
  }
}
.p-top-kv .p-top-kv__slider {
  margin: 0 auto;
  overflow: visible;
  width: 100%;
}
.p-top-kv .p-top-kv__slider .swiper-wrapper .swiper-slide a,
.p-top-kv .p-top-kv__slider .swiper-wrapper .swiper-slide span {
  aspect-ratio: 1326/570;
  display: block;
  height: 100%;
  width: 100%;
}
@media screen and (max-width: 650px) {
  .p-top-kv .p-top-kv__slider .swiper-wrapper .swiper-slide a,
  .p-top-kv .p-top-kv__slider .swiper-wrapper .swiper-slide span {
    aspect-ratio: 390/590;
  }
}
.p-top-kv .p-top-kv__slider .swiper-wrapper .swiper-slide a img,
.p-top-kv .p-top-kv__slider .swiper-wrapper .swiper-slide span img {
  mask: url("https://inabe-ageki-base.com/wp/wp-content/themes/ageki_theme02/images/top-kv-mask.svg") no-repeat center top/cover;
  height: 100%;
  object-fit: cover;
  width: 100%;
}
@media screen and (max-width: 650px) {
  .p-top-kv .p-top-kv__slider .swiper-wrapper .swiper-slide a img,
  .p-top-kv .p-top-kv__slider .swiper-wrapper .swiper-slide span img {
    mask-image: url("https://inabe-ageki-base.com/wp/wp-content/themes/ageki_theme02/images/top-kv-mask-sp.svg");
  }
}
.p-top-kv .p-top-kv__slider .swiper-wrapper .swiper-slide a:hover {
  opacity: 0.8;
}
.p-top-kv .p-top-kv__slider .swiper-pagination {
  line-height: 0;
  position: absolute;
  bottom: auto;
  left: auto;
  right: 40px;
  top: 40px;
  width: auto;
}
@media screen and (max-width: 650px) {
  .p-top-kv .p-top-kv__slider .swiper-pagination {
    right: 25px;
    top: 25px;
  }
}
.p-top-kv .p-top-kv__slider .swiper-pagination .swiper-pagination-bullet {
  height: 10px;
  width: 10px;
}
.p-top-kv .p-top-kv__slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: var(--color-font);
}
.p-top-kv .p-top-kv__slider .p-top-kv__deco {
  animation: ponpon 8s linear infinite;
  opacity: 0;
  position: absolute;
  z-index: 1;
}
@media screen and (max-width: 650px) {
  .p-top-kv .p-top-kv__slider .p-top-kv__deco {
    animation-duration: 3s;
  }
}
.p-top-kv .p-top-kv__slider .p-top-kv__deco.is-01 {
  animation-delay: 0s;
  bottom: 0;
  left: 1.3194444444vw;
  width: 9.4444444444vw;
}
@media screen and (max-width: 650px) {
  .p-top-kv .p-top-kv__slider .p-top-kv__deco.is-01 {
    display: none;
  }
}
.p-top-kv .p-top-kv__slider .p-top-kv__deco.is-02 {
  animation-delay: 1.6s;
  bottom: 4.8611111111vw;
  left: 11.875vw;
  width: 9.375vw;
}
@media screen and (max-width: 650px) {
  .p-top-kv .p-top-kv__slider .p-top-kv__deco.is-02 {
    display: none;
  }
}
.p-top-kv .p-top-kv__slider .p-top-kv__deco.is-03 {
  animation-delay: 4s;
  bottom: 4.6527777778vw;
  left: 32.8472222222vw;
  width: 13.3333333333vw;
}
@media screen and (max-width: 650px) {
  .p-top-kv .p-top-kv__slider .p-top-kv__deco.is-03 {
    display: none;
  }
}
.p-top-kv .p-top-kv__slider .p-top-kv__deco.is-04 {
  animation-delay: 2.4s;
  bottom: 31px;
  right: 23.9583333333vw;
  width: 9.9305555556vw;
}
@media screen and (max-width: 650px) {
  .p-top-kv .p-top-kv__slider .p-top-kv__deco.is-04 {
    animation-delay: 0.5s;
    bottom: 19.2307692308vw;
    left: 35.3846153846vw;
    right: auto;
    width: 28.9743589744vw;
  }
}
.p-top-kv .p-top-kv__slider .p-top-kv__deco.is-05 {
  animation-delay: 0.8s;
  bottom: 8px;
  right: 12.8472222222vw;
  width: 9.1666666667vw;
}
@media screen and (max-width: 650px) {
  .p-top-kv .p-top-kv__slider .p-top-kv__deco.is-05 {
    animation-delay: 0s;
    bottom: 3.8461538462vw;
    left: -1.5384615385vw;
    right: auto;
    width: 28.9743589744vw;
  }
}
.p-top-kv .p-top-kv__slider .p-top-kv__deco.is-06 {
  animation-delay: 3.2s;
  bottom: 4.8717948718vw;
  right: -1.6666666667vw;
  width: 8.9583333333vw;
}
@media screen and (max-width: 650px) {
  .p-top-kv .p-top-kv__slider .p-top-kv__deco.is-06 {
    animation-delay: 1s;
    bottom: 5.641025641vw;
    right: 0.5128205128vw;
    width: 24.1025641026vw;
  }
}
@keyframes ponpon {
  0% {
    filter: blur(5px);
    opacity: 0;
    transform: translate3d(0, 40px, 0);
  }
  30% {
    filter: blur(3px);
    opacity: 1;
  }
  60% {
    filter: blur(1px);
    opacity: 1;
  }
  100% {
    filter: blur(5px);
    opacity: 0;
    transform: translate3d(0, -20px, 0);
  }
}
.p-top-kv .p-top-kv__slider .p-top-kv__sns {
  list-style: none;
  display: flex;
  gap: 16px;
  position: absolute;
  bottom: 57px;
  right: 40px;
  z-index: 10;
}
@media screen and (max-width: 650px) {
  .p-top-kv .p-top-kv__slider .p-top-kv__sns {
    flex-direction: column;
    gap: 8px;
    right: 0;
    bottom: 20px;
  }
}
.p-top-kv .p-top-kv__slider .p-top-kv__sns li {
  display: contents;
}
.p-top-kv .p-top-kv__slider .p-top-kv__sns li a {
  border: 1px solid #000;
  border-radius: 4px;
  background: #FFF;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 16px; /* 114.286% */
  display: block;
  padding: 16px;
  writing-mode: vertical-rl;
}
@media screen and (max-width: 650px) {
  .p-top-kv .p-top-kv__slider .p-top-kv__sns li a {
    border-radius: 4px 0 0 4px;
    border-right: none;
    font-size: 12px;
    letter-spacing: 3px;
    line-height: normal;
  }
}
@media screen and (max-height: 570px) {
  .p-top-kv .p-top-kv__slider .p-top-kv__sns li a {
    padding: 10px 16px;
    letter-spacing: 0;
  }
}
.p-top-kv .p-top-kv__slider .p-top-kv__sns li a img {
  margin: 0 0 8px;
}

.p-top-concept {
  margin: 96px calc(50% - 50vw) 0;
  overflow: hidden;
  padding: 320px 24px;
  position: relative;
}
@media screen and (max-width: 650px) {
  .p-top-concept {
    padding: 96px 24px;
  }
}
.p-top-concept .p-top-concept__bg {
  height: 100%;
  margin: 0 calc(50% - 50vw);
  position: absolute;
  left: 0;
  top: 0;
  width: 100vw;
  z-index: -1;
}
.p-top-concept .p-top-concept__bg img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.p-top-concept .p-top-concept__wrapper {
  display: flex;
  flex-direction: column;
  gap: 64px;
  justify-content: center;
  height: 100%;
  width: 100%;
}
.p-top-concept .p-top-concept__wrapper .p-top-concept__headline {
  color: #FFF;
  font-size: 56px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 7.84px;
  text-align: center;
}
@media screen and (max-width: 650px) {
  .p-top-concept .p-top-concept__wrapper .p-top-concept__headline {
    font-size: 36px;
  }
}
.p-top-concept .p-top-concept__wrapper .p-top-concept__headline span {
  display: block;
  font-size: 32px;
  letter-spacing: 1.28px;
}
@media screen and (max-width: 650px) {
  .p-top-concept .p-top-concept__wrapper .p-top-concept__headline span {
    font-size: 24px;
  }
}
.p-top-concept .p-top-concept__wrapper .p-top-concept__text {
  color: #FFF;
  font-size: 16px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.64px;
  margin: 0 auto;
  max-width: 720px;
  text-align: center;
}
.p-top-concept .p-top-concept__deco {
  opacity: 0;
  position: absolute;
}
.p-top-concept .p-top-concept__deco.is-01 {
  left: calc(50% - 900px);
  top: 84px;
}
@media screen and (max-width: 650px) {
  .p-top-concept .p-top-concept__deco.is-01 {
    left: -39px;
    top: -18px;
    width: 151px;
  }
}
.p-top-concept .p-top-concept__deco.is-02 {
  bottom: 47px;
  left: calc(50% + 405px);
}
@media screen and (max-width: 650px) {
  .p-top-concept .p-top-concept__deco.is-02 {
    bottom: -55px;
    left: auto;
    right: -31px;
    width: 124px;
  }
}

.p-top-recommend {
  margin: 180px 0 0;
  position: relative;
}
@media screen and (max-width: 650px) {
  .p-top-recommend {
    margin: 80px 0 0;
  }
}
.p-top-recommend .p-top-recommend__list {
  display: flex;
  flex-direction: column;
  gap: 64px;
  list-style: none;
  margin: 0 auto;
  max-width: 1316px;
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .p-top-recommend .p-top-recommend__list {
    gap: 32px;
  }
}
.p-top-recommend .p-top-recommend__list .p-top-recommend__items:nth-child(1) .p-top-recommend__items-body img {
  width: 140px;
}
.p-top-recommend .p-top-recommend__list .p-top-recommend__items:nth-child(2) .p-top-recommend__items-body img {
  width: 156px;
}
.p-top-recommend .p-top-recommend__list .p-top-recommend__items:nth-child(3) .p-top-recommend__items-body {
  width: 522px;
}
@media screen and (max-width: 650px) {
  .p-top-recommend .p-top-recommend__list .p-top-recommend__items:nth-child(3) .p-top-recommend__items-body {
    width: 100%;
  }
}
.p-top-recommend .p-top-recommend__list .p-top-recommend__items:nth-child(3) .p-top-recommend__items-body img {
  width: 230px;
}
.p-top-recommend .p-top-recommend__list .p-top-recommend__items:nth-child(even) .p-top-recommend__items-body {
  margin: 0 auto 0 0;
}
.p-top-recommend .p-top-recommend__list .p-top-recommend__items .p-top-recommend__items-link {
  display: block;
  height: min(37.1527777778vw, 535px);
  overflow: hidden;
  padding: 0 80px;
  position: relative;
  width: 100%;
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .p-top-recommend .p-top-recommend__list .p-top-recommend__items .p-top-recommend__items-link {
    padding: 0;
  }
}
@media screen and (max-width: 650px) {
  .p-top-recommend .p-top-recommend__list .p-top-recommend__items .p-top-recommend__items-link {
    aspect-ratio: 322/535;
    height: 100%;
    width: 100%;
  }
}
.p-top-recommend .p-top-recommend__list .p-top-recommend__items .p-top-recommend__items-link:hover .p-top-recommend__items-bg {
  opacity: 0.8;
}
.p-top-recommend .p-top-recommend__list .p-top-recommend__items span.p-top-recommend__items-link:hover .p-top-recommend__items-bg {
  opacity: 1;
}
.p-top-recommend .p-top-recommend__list .p-top-recommend__items .p-top-recommend__items-bg {
  mask: url("https://inabe-ageki-base.com/wp/wp-content/themes/ageki_theme02/images/top-recommend-mask.svg") no-repeat center center/contain;
  height: 100%;
  opacity: 1;
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
  transition: opacity 0.3s ease;
  width: 100%;
  z-index: -1;
}
@media screen and (max-width: 650px) {
  .p-top-recommend .p-top-recommend__list .p-top-recommend__items .p-top-recommend__items-bg {
    mask-image: url("https://inabe-ageki-base.com/wp/wp-content/themes/ageki_theme02/images/top-recommend-mask-sp.svg");
  }
}
.p-top-recommend .p-top-recommend__list .p-top-recommend__items .p-top-recommend__items-body {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 32px;
  height: 100%;
  justify-content: center;
  margin: 0 0 0 auto;
  padding: 32px;
  width: 400px;
}
@media screen and (max-width: 650px) {
  .p-top-recommend .p-top-recommend__list .p-top-recommend__items .p-top-recommend__items-body {
    justify-content: flex-end;
    width: 100%;
  }
}
.p-top-recommend .p-top-recommend__list .p-top-recommend__items .p-top-recommend__items-body .p-top-recommend__items-text {
  color: #F2F2F2;
  font-size: 16px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.64px;
}
.p-top-recommend .p-top-recommend__list .p-top-recommend__items .p-top-recommend__items-body .p-top-recommend__items-button {
  max-width: 390px;
  width: 100%;
}
.p-top-recommend .p-top-recommend__deco {
  opacity: 0;
  position: absolute;
}
.p-top-recommend .p-top-recommend__deco.is-01 {
  left: calc(50% - 883px);
  top: 250px;
}
.p-top-recommend .p-top-recommend__deco.is-02 {
  left: calc(50% + 320px);
  top: 898px;
}

.p-top-other {
  margin: 180px 0 0;
}
@media screen and (max-width: 650px) {
  .p-top-other {
    margin: 96px 0 0;
  }
}
.p-top-other .p-top-other__list {
  display: flex;
  gap: 40px;
  list-style: none;
  margin: 64px auto 0;
  max-width: 1312px;
  overflow-x: scroll;
  width: 100%;
}
@media screen and (max-width: 650px) {
  .p-top-other .p-top-other__list {
    gap: 24px;
  }
}
.p-top-other .p-top-other__list .p-top-other__items {
  width: 410px;
}
.p-top-other .p-top-other__list .p-top-other__items .p-top-other__items-photo {
  aspect-ratio: 410/401;
  border-radius: 4px;
  display: block;
  line-height: 0;
  overflow: hidden;
  width: 100%;
}
@media screen and (max-width: 650px) {
  .p-top-other .p-top-other__list .p-top-other__items .p-top-other__items-photo {
    aspect-ratio: 299/260;
    width: 299px;
  }
}
.p-top-other .p-top-other__list .p-top-other__items .p-top-other__items-photo img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.p-top-other .p-top-other__list .p-top-other__items .p-top-other__items-body {
  margin: 24px 0 0;
}
.p-top-other .p-top-other__list .p-top-other__items .p-top-other__items-headline {
  font-size: 24px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.96px;
}
.p-top-other .p-top-other__list .p-top-other__items .p-top-other__items-text {
  font-size: 16px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.64px;
  margin: 24px 0 0;
}

.p-top-news {
  margin: 180px 0 0;
}
.p-top-news .p-top-news__button {
  margin: 64px auto 0;
  max-width: 390px;
}

.p-top-inabe {
  margin: 180px auto 0;
  max-width: 1312px;
  padding: 104px 0 240px;
  position: relative;
}
@media screen and (max-width: 650px) {
  .p-top-inabe {
    margin: 96px 0 0;
    padding: 64px 0 170px;
  }
}
.p-top-inabe .p-top-inabe__text {
  font-size: 16px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.64px;
  margin: 48px 0 0;
  text-align: center;
}
.p-top-inabe .p-top-inabe__list {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  justify-content: center;
  list-style: none;
  margin: 64px 0 0;
}
@media screen and (max-width: 650px) {
  .p-top-inabe .p-top-inabe__list {
    gap: 32px 16px;
  }
}
.p-top-inabe .p-top-inabe__list .p-top-inabe__items {
  width: 240px;
}
@media screen and (max-width: 650px) {
  .p-top-inabe .p-top-inabe__list .p-top-inabe__items {
    width: calc(50% - 8px);
  }
}
.p-top-inabe .p-top-inabe__list .p-top-inabe__items .p-top-inabe__items-photo {
  aspect-ratio: 240/208;
  border-radius: 4px;
  display: block;
  line-height: 0;
  overflow: hidden;
  width: 100%;
}
@media screen and (max-width: 650px) {
  .p-top-inabe .p-top-inabe__list .p-top-inabe__items .p-top-inabe__items-photo {
    aspect-ratio: 163/160;
  }
}
.p-top-inabe .p-top-inabe__list .p-top-inabe__items .p-top-inabe__items-photo img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.p-top-inabe .p-top-inabe__list .p-top-inabe__items .p-top-inabe__items-headline {
  font-size: 16px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.64px;
  margin: 16px 0 0;
  text-align: center;
  text-shadow: 0px 0px 15px rgba(0, 0, 0, 0.25);
}
@media screen and (max-width: 650px) {
  .p-top-inabe .p-top-inabe__list .p-top-inabe__items .p-top-inabe__items-headline {
    font-weight: 600;
  }
}
.p-top-inabe .p-top-inabe__more {
  margin: 64px 0 0;
}
.p-top-inabe .p-top-inabe__more .p-top-inabe__more-link {
  cursor: pointer;
  display: block;
  margin: 0 auto;
  max-width: 500px;
}
.p-top-inabe .p-top-inabe__more .p-top-inabe__more-link:hover {
  opacity: 0.7;
}
.p-top-inabe .p-top-inabe__more .p-top-inabe__more-link:hover .p-top-inabe__more-text {
  text-decoration: none;
}
.p-top-inabe .p-top-inabe__more .p-top-inabe__more-text {
  font-size: 14px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.56px;
  text-align: center;
  text-decoration: underline;
}
.p-top-inabe .p-top-inabe__more .p-top-inabe__more-text::after {
  background: url("https://inabe-ageki-base.com/wp/wp-content/themes/ageki_theme02/images/icon-external-black.svg") no-repeat center center/contain;
  content: "";
  display: inline-block;
  height: 12px;
  margin: 0 0 -1px 3px;
  width: 12px;
}
.p-top-inabe .p-top-inabe__more .p-top-inabe__more-logo {
  align-items: center;
  display: flex;
  gap: 32px;
  justify-content: center;
  margin: 24px 0 0;
}
@media screen and (max-width: 650px) {
  .p-top-inabe .p-top-inabe__more .p-top-inabe__more-logo {
    margin: 16px 0 0;
  }
}
.p-top-inabe .p-top-inabe__more .p-top-inabe__more-logo::after {
  background: url("https://inabe-ageki-base.com/wp/wp-content/themes/ageki_theme02/images/icon-arrow.svg") no-repeat center center/contain;
  content: "";
  display: block;
  height: 15px;
  width: 8px;
}
@media screen and (max-width: 650px) {
  .p-top-inabe .p-top-inabe__more .p-top-inabe__more-logo::after {
    height: 8px;
    width: 4px;
  }
}
.p-top-inabe .p-top-inabe__more .p-top-inabe__more-logo img {
  width: 348px;
}
@media screen and (max-width: 650px) {
  .p-top-inabe .p-top-inabe__more .p-top-inabe__more-logo img {
    width: 219px;
  }
}
.p-top-inabe .p-top-inabe__bg {
  height: 100%;
  margin: 0 calc(50% - 50vw);
  position: absolute;
  left: 0;
  top: 0;
  width: 100vw;
  z-index: -1;
}
.p-top-inabe .p-top-inabe__bg.is-pc {
  display: block;
}
@media screen and (max-width: 650px) {
  .p-top-inabe .p-top-inabe__bg.is-pc {
    display: none;
  }
}
.p-top-inabe .p-top-inabe__bg.is-sp {
  display: none;
}
@media screen and (max-width: 650px) {
  .p-top-inabe .p-top-inabe__bg.is-sp {
    display: block;
  }
}
.p-top-inabe .p-top-inabe__bg img {
  height: 100%;
  object-fit: cover;
  object-position: center bottom;
  width: 100%;
}

.p-onsen-day {
  padding: 96px 0;
}
.p-onsen-day .p-onsen-day__text {
  font-size: 18px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.72px;
  margin: 24px 0 0;
  text-align: center;
}
.p-onsen-day .p-onsen-day__slider {
  max-width: 1312px;
  margin: 64px auto 0;
  width: 100%;
}
.p-onsen-day .p-onsen-day__slider ul {
  height: 360px;
}
.p-onsen-day .p-onsen-day__slider ul li {
  aspect-ratio: 1312/360;
  border-radius: 4px;
  line-height: 0;
  overflow: hidden;
}
.p-onsen-day .p-onsen-day__slider ul li img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.p-onsen-day .p-onsen-day__slider .swiper-pagination {
  line-height: 0;
  margin: 32px 0 0;
  position: static;
}
.p-onsen-day .p-onsen-day__slider .swiper-pagination .swiper-pagination-bullet {
  height: 10px;
  width: 10px;
}
.p-onsen-day .p-onsen-day__slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: var(--color-font);
}
.p-onsen-day .p-onsen-day__detail {
  align-items: center;
  display: flex;
  gap: min(4.4444444444vw, 64px);
  margin: 80px auto 0;
  max-width: 1312px;
  padding: 0 min(4.4444444444vw, 64px);
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .p-onsen-day .p-onsen-day__detail {
    flex-direction: column-reverse;
    gap: 24px;
  }
}
@media screen and (max-width: 650px) {
  .p-onsen-day .p-onsen-day__detail {
    padding: 0 0 64px;
  }
}
.p-onsen-day .p-onsen-day__detail .p-onsen-day__detail-body {
  display: flex;
  flex-direction: column;
  gap: 28px;
  width: min(31.25vw, 450px);
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .p-onsen-day .p-onsen-day__detail .p-onsen-day__detail-body {
    width: 100%;
  }
}
.p-onsen-day .p-onsen-day__detail .p-onsen-day__detail-body .p-onsen-day__detail-headline {
  font-size: 32px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1.28px;
}
.p-onsen-day .p-onsen-day__detail .p-onsen-day__detail-body .p-onsen-day__detail-headline span {
  font-size: 24px;
  letter-spacing: 0.06px;
}
.p-onsen-day .p-onsen-day__detail .p-onsen-day__detail-body .p-onsen-day__detail-text {
  font-size: 16px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.64px;
}
.p-onsen-day .p-onsen-day__detail .p-onsen-day__detail-body .p-onsen-day__detail-button {
  max-width: 300px;
}
@media screen and (max-width: 650px) {
  .p-onsen-day .p-onsen-day__detail .p-onsen-day__detail-body .p-onsen-day__detail-button {
    max-width: none;
  }
}
.p-onsen-day .p-onsen-day__detail .p-onsen-day__detail-photo {
  aspect-ratio: 670/354;
  border-radius: 4px;
  display: block;
  line-height: 0;
  overflow: hidden;
  width: min(46.5277777778vw, 670px);
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .p-onsen-day .p-onsen-day__detail .p-onsen-day__detail-photo {
    width: 100%;
  }
}
@media screen and (max-width: 650px) {
  .p-onsen-day .p-onsen-day__detail .p-onsen-day__detail-photo {
    height: 354px;
  }
}
.p-onsen-day .p-onsen-day__detail .p-onsen-day__detail-photo img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.p-onsen-day .p-onsen-day__type {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  justify-content: center;
  list-style: none;
  margin: 0 auto;
  max-width: 1312px;
  padding: 96px 0;
  position: relative;
}
@media screen and (max-width: 650px) {
  .p-onsen-day .p-onsen-day__type::before {
    background: #fff;
    content: "";
    display: block;
    height: 100%;
    margin: 0 calc(50% - 50vw);
    position: absolute;
    left: 0;
    top: 0;
    width: 100vw;
    z-index: -1;
  }
}
.p-onsen-day .p-onsen-day__type li {
  background: #fff;
  border-radius: 4px;
  border: 1px solid #989898;
  font-size: 24px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.96px;
  max-width: 310px;
  padding: 40px 15px;
  text-align: center;
  width: 100%;
}
.p-onsen-day .p-onsen-day__type li span {
  font-size: 18px;
  letter-spacing: 0.72px;
}

.p-onsen-amenity {
  margin: 0 auto;
  max-width: 1312px;
  padding: 96px 0;
  width: 100%;
}
.p-onsen-amenity .p-onsen-amenity__list {
  display: flex;
  flex-wrap: wrap;
  gap: 56px;
  list-style: none;
  margin: 64px 0 0;
}
.p-onsen-amenity .p-onsen-amenity__list .p-onsen-amenity__items {
  width: calc(50% - 28px);
}
@media screen and (max-width: 650px) {
  .p-onsen-amenity .p-onsen-amenity__list .p-onsen-amenity__items {
    width: 100%;
  }
}
.p-onsen-amenity .p-onsen-amenity__list .p-onsen-amenity__items .p-onsen-amenity__items-headline {
  border-bottom: 1px solid #000;
  font-size: 20px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.8px;
  padding: 0 0 16px;
  text-align: center;
}
.p-onsen-amenity .p-onsen-amenity__list .p-onsen-amenity__items .p-onsen-amenity__items-list {
  display: flex;
  flex-wrap: wrap;
  font-size: 12px;
  font-weight: 700;
  gap: 16px 0;
  line-height: 26px; /* 216.667% */
  letter-spacing: 0.48px;
  margin: 36px 0 0;
}
.p-onsen-amenity .p-onsen-amenity__list .p-onsen-amenity__items .p-onsen-amenity__items-list dt {
  width: 70%;
}
.p-onsen-amenity .p-onsen-amenity__list .p-onsen-amenity__items .p-onsen-amenity__items-list dd {
  text-align: right;
  width: 30%;
}
.p-onsen-amenity .p-onsen-amenity__note {
  display: block;
  font-size: 12px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.48px;
  margin: 80px 0 0;
  text-align: right;
}
@media screen and (max-width: 650px) {
  .p-onsen-amenity .p-onsen-amenity__note {
    margin: 48px 0 0;
  }
}

.p-onsen-lounge {
  margin: 0 auto;
  max-width: 1312px;
  padding: 96px 0;
  position: relative;
}
@media screen and (max-width: 650px) {
  .p-onsen-lounge::before {
    background: #fff;
    content: "";
    display: block;
    height: 100%;
    margin: 0 calc(50% - 50vw);
    position: absolute;
    left: 0;
    top: 0;
    width: 100vw;
    z-index: -1;
  }
}
.p-onsen-lounge .p-onsen-lounge__list {
  display: flex;
  flex-wrap: wrap;
  gap: 64px;
  justify-content: center;
  list-style: none;
  margin: 64px 0 0;
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .p-onsen-lounge .p-onsen-lounge__list {
    gap: 24px;
  }
}
.p-onsen-lounge .p-onsen-lounge__list .p-onsen-lounge__items {
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: 394px;
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .p-onsen-lounge .p-onsen-lounge__list .p-onsen-lounge__items {
    width: calc(50% - 12px);
  }
}
.p-onsen-lounge .p-onsen-lounge__list .p-onsen-lounge__items .p-onsen-lounge__items-photo {
  aspect-ratio: 395/238;
  border-radius: 4px;
  display: block;
  line-height: 0;
  overflow: hidden;
  width: 100%;
}
@media screen and (max-width: 650px) {
  .p-onsen-lounge .p-onsen-lounge__list .p-onsen-lounge__items .p-onsen-lounge__items-photo {
    height: 180px;
  }
}
.p-onsen-lounge .p-onsen-lounge__list .p-onsen-lounge__items .p-onsen-lounge__items-photo img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.p-onsen-lounge .p-onsen-lounge__list .p-onsen-lounge__items .p-onsen-lounge__items-text {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.96px;
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .p-onsen-lounge .p-onsen-lounge__list .p-onsen-lounge__items .p-onsen-lounge__items-text {
    font-size: 16px;
    letter-spacing: 0.64px;
  }
}
.p-onsen-lounge .p-onsen-lounge__list .p-onsen-lounge__items .p-onsen-lounge__items-text span {
  font-size: 18px;
  letter-spacing: 0.72px;
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .p-onsen-lounge .p-onsen-lounge__list .p-onsen-lounge__items .p-onsen-lounge__items-text span {
    font-size: 16px;
    letter-spacing: 0.64px;
  }
}

.p-onsen-sauna {
  padding: 96px 0 180px;
  margin: 0 auto;
  max-width: 1312px;
}
@media screen and (max-width: 650px) {
  .p-onsen-sauna {
    padding-bottom: 110px;
  }
}
.p-onsen-sauna .p-onsen-sauna__text {
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.64px;
  margin: 24px 0 0;
  text-align: center;
}
.p-onsen-sauna .p-onsen-sauna__summary {
  margin: 96px 0 0;
}
.p-onsen-sauna .p-onsen-sauna__summary .p-onsen-sauna__summary-slider {
  margin: 0 auto;
  max-width: 1120px;
}
.p-onsen-sauna .p-onsen-sauna__summary .p-onsen-sauna__summary-slider .p-onsen-sauna__summary-wrapper {
  list-style: none;
}
.p-onsen-sauna .p-onsen-sauna__summary .p-onsen-sauna__summary-slider .p-onsen-sauna__summary-wrapper .p-onsen-sauna__summary-items .p-onsen-sauna__summary-items-photo {
  aspect-ratio: 1120/360;
  border-radius: 4px;
  display: block;
  line-height: 0;
  overflow: hidden;
  width: 100%;
}
@media screen and (max-width: 650px) {
  .p-onsen-sauna .p-onsen-sauna__summary .p-onsen-sauna__summary-slider .p-onsen-sauna__summary-wrapper .p-onsen-sauna__summary-items .p-onsen-sauna__summary-items-photo {
    aspect-ratio: 342/360;
  }
}
.p-onsen-sauna .p-onsen-sauna__summary .p-onsen-sauna__summary-slider .p-onsen-sauna__summary-wrapper .p-onsen-sauna__summary-items .p-onsen-sauna__summary-items-photo img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.p-onsen-sauna .p-onsen-sauna__summary .p-onsen-sauna__summary-slider .swiper-pagination {
  line-height: 0;
  margin: 32px 0 0;
  position: static;
}
.p-onsen-sauna .p-onsen-sauna__summary .p-onsen-sauna__summary-slider .swiper-pagination .swiper-pagination-bullet {
  height: 10px;
  width: 10px;
}
.p-onsen-sauna .p-onsen-sauna__summary .p-onsen-sauna__summary-slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: var(--color-font);
}
.p-onsen-sauna .p-onsen-sauna__summary .p-onsen-sauna__summary-text {
  font-size: 16px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.64px;
  margin: 32px 0 0;
  text-align: center;
}
.p-onsen-sauna .p-onsen-sauna__main {
  display: flex;
  flex-direction: column;
  gap: 24px;
  list-style: none;
  margin: 96px auto 0;
  max-width: 1312px;
}
.p-onsen-sauna .p-onsen-sauna__main .p-onsen-sauna__main-items {
  aspect-ratio: 1312/600;
  align-items: center;
  display: flex;
  justify-content: flex-end;
  padding: min(6.1111111111vw, 88px);
  position: relative;
  width: 100%;
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .p-onsen-sauna .p-onsen-sauna__main .p-onsen-sauna__main-items {
    justify-content: center;
  }
}
@media screen and (max-width: 650px) {
  .p-onsen-sauna .p-onsen-sauna__main .p-onsen-sauna__main-items {
    aspect-ratio: 342/540;
    padding: 32px;
  }
}
@media screen and (max-width: 650px) {
  .p-onsen-sauna .p-onsen-sauna__main .p-onsen-sauna__main-items:nth-child(1) .p-onsen-sauna__main-items-body .p-onsen-sauna__main-items-logo {
    width: 100px;
  }
}
@media screen and (max-width: 650px) {
  .p-onsen-sauna .p-onsen-sauna__main .p-onsen-sauna__main-items:nth-child(2) .p-onsen-sauna__main-items-body .p-onsen-sauna__main-items-logo {
    width: 160px;
  }
}
@media screen and (max-width: 650px) {
  .p-onsen-sauna .p-onsen-sauna__main .p-onsen-sauna__main-items:nth-child(3) .p-onsen-sauna__main-items-body .p-onsen-sauna__main-items-logo {
    width: 140px;
  }
}
.p-onsen-sauna .p-onsen-sauna__main .p-onsen-sauna__main-items .p-onsen-sauna__main-items-photo {
  height: 100%;
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: -1;
}
.p-onsen-sauna .p-onsen-sauna__main .p-onsen-sauna__main-items .p-onsen-sauna__main-items-body {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 64px;
  max-width: 450px;
}
.p-onsen-sauna .p-onsen-sauna__main .p-onsen-sauna__main-items .p-onsen-sauna__main-items-body .p-onsen-sauna__main-items-text {
  color: #FFF;
  display: flex;
  flex-direction: column;
  font-size: 16px;
  font-weight: 700;
  gap: 32px;
  line-height: normal;
  letter-spacing: 0.64px;
}
.p-onsen-sauna .p-onsen-sauna__sub {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  margin: 24px 0 0;
}
@media screen and (max-width: 650px) {
  .p-onsen-sauna .p-onsen-sauna__sub {
    flex-direction: column;
  }
}
.p-onsen-sauna .p-onsen-sauna__sub .p-onsen-sauna__sub-items {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-height: 460px;
  padding: 24px;
  position: relative;
  width: calc(50% - 12px);
}
@media screen and (max-width: 650px) {
  .p-onsen-sauna .p-onsen-sauna__sub .p-onsen-sauna__sub-items {
    height: 82.0512820513vw;
    min-height: unset;
    width: 100%;
  }
}
.p-onsen-sauna .p-onsen-sauna__sub .p-onsen-sauna__sub-items::before {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 71.04%, rgba(0, 0, 0, 0.6) 100%), url(https://inabe-ageki-base.com/wp/wp-content/themes/ageki_theme02/<path-to-image>) transparent -41.305px -21.345px/116.662% 109.097% no-repeat;
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 1;
}
.p-onsen-sauna .p-onsen-sauna__sub .p-onsen-sauna__sub-items .p-onsen-sauna__sub-items-photo {
  height: 100%;
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: -1;
}
.p-onsen-sauna .p-onsen-sauna__sub .p-onsen-sauna__sub-items .p-onsen-sauna__sub-items-body {
  position: absolute;
  width: calc(100% - 48px);
  z-index: 2;
}
.p-onsen-sauna .p-onsen-sauna__sub .p-onsen-sauna__sub-items .p-onsen-sauna__sub-items-body .p-onsen-sauna__sub-items-title {
  color: #FFF;
  font-size: 24px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.96px;
}
.p-onsen-sauna .p-onsen-sauna__sub .p-onsen-sauna__sub-items .p-onsen-sauna__sub-items-body .p-onsen-sauna__sub-items-text {
  color: #FFF;
  font-size: 16px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.64px;
  margin: 12px 0 0;
}
@media screen and (max-width: 650px) {
  .p-onsen-sauna .p-onsen-sauna__sub .p-onsen-sauna__sub-items .p-onsen-sauna__sub-items-body .p-onsen-sauna__sub-items-text {
    font-weight: 600;
  }
}
.p-onsen-sauna .p-onsen-sauna__slider {
  margin: 24px auto 0;
  max-width: 1312px;
  position: relative;
  width: 100%;
}
.p-onsen-sauna .p-onsen-sauna__slider .p-onsen-sauna__slider-items {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-height: 460px;
  padding: 24px;
  position: relative;
  width: 100%;
}
@media screen and (max-width: 650px) {
  .p-onsen-sauna .p-onsen-sauna__slider .p-onsen-sauna__slider-items {
    height: 82.0512820513vw;
    min-height: unset;
    padding: 24px 40px;
    width: 100%;
  }
}
.p-onsen-sauna .p-onsen-sauna__slider .p-onsen-sauna__slider-items::before {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 71.04%, rgba(0, 0, 0, 0.6) 100%), url(https://inabe-ageki-base.com/wp/wp-content/themes/ageki_theme02/<path-to-image>) transparent -41.305px -21.345px/116.662% 109.097% no-repeat;
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 1;
}
.p-onsen-sauna .p-onsen-sauna__slider .p-onsen-sauna__slider-items .p-onsen-sauna__slider-items-photo {
  height: 100%;
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: -1;
}
.p-onsen-sauna .p-onsen-sauna__slider .swiper-button-prev,
.p-onsen-sauna .p-onsen-sauna__slider .swiper-button-next {
  background: url("https://inabe-ageki-base.com/wp/wp-content/themes/ageki_theme02/images/icon-arrow-white.svg") no-repeat center center/contain;
  content: "";
  display: block;
  height: 30px;
  margin: 0;
  top: calc(50% - 15px);
  width: 15px;
}
.p-onsen-sauna .p-onsen-sauna__slider .swiper-button-prev::after,
.p-onsen-sauna .p-onsen-sauna__slider .swiper-button-next::after {
  display: none;
}
.p-onsen-sauna .p-onsen-sauna__slider .swiper-button-prev {
  left: 20px;
  rotate: 180deg;
}
@media screen and (max-width: 650px) {
  .p-onsen-sauna .p-onsen-sauna__slider .swiper-button-prev {
    left: 8px;
  }
}
.p-onsen-sauna .p-onsen-sauna__slider .swiper-button-next {
  right: 20px;
}
@media screen and (max-width: 650px) {
  .p-onsen-sauna .p-onsen-sauna__slider .swiper-button-next {
    right: 8px;
  }
}
.p-onsen-sauna .p-onsen-sauna__slider .p-onsen-sauna__slider-copy {
  position: absolute;
  bottom: 24px;
  left: 24px;
  width: calc(100% - 48px);
  z-index: 1;
}
@media screen and (max-width: 650px) {
  .p-onsen-sauna .p-onsen-sauna__slider .p-onsen-sauna__slider-copy {
    left: 40px;
    width: calc(100% - 80px);
  }
}
.p-onsen-sauna .p-onsen-sauna__slider .p-onsen-sauna__slider-copy .p-onsen-sauna__slider-copy-title {
  color: #FFF;
  font-size: 24px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.96px;
}
.p-onsen-sauna .p-onsen-sauna__slider .p-onsen-sauna__slider-copy .p-onsen-sauna__slider-copy-text {
  color: #FFF;
  font-size: 16px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.64px;
  margin: 12px 0 0;
}
@media screen and (max-width: 650px) {
  .p-onsen-sauna .p-onsen-sauna__slider .p-onsen-sauna__slider-copy .p-onsen-sauna__slider-copy-text {
    font-weight: 600;
  }
}

.p-onsen-lampo .p-onsen-lampo__text {
  color: #000;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.64px;
  margin: 6px 0 0;
}
.p-onsen-lampo .p-onsen-lampo__date {
  color: #000;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1.44px;
  margin: 16px 0 0;
  text-align: center;
}
.p-onsen-lampo .p-onsen-lampo__list {
  display: flex;
  gap: 24px;
  list-style: none;
  padding: 0;
}
@media screen and (max-width: 650px) {
  .p-onsen-lampo .p-onsen-lampo__list {
    flex-direction: column;
  }
}
.p-onsen-lampo .p-onsen-lampo__list li img {
  width: 100%;
}

.p-onsen-fee .p-onsen-fee__table {
  border-spacing: 4px;
  font-size: 18px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.72px;
  margin: 48px auto 0;
  max-width: 1080px;
  text-align: center;
  width: 100%;
}
@media screen and (max-width: 650px) {
  .p-onsen-fee .p-onsen-fee__table {
    display: none;
  }
}
.p-onsen-fee .p-onsen-fee__table thead tr th {
  background: var(--color-blue);
  color: #FFF;
  height: 60px;
  text-align: center;
  width: 27.4074074074%;
}
.p-onsen-fee .p-onsen-fee__table thead tr th:nth-child(1), .p-onsen-fee .p-onsen-fee__table thead tr th:nth-child(2) {
  background: none;
  width: 240px;
}
.p-onsen-fee .p-onsen-fee__table tbody tr {
  height: 75px;
}
.p-onsen-fee .p-onsen-fee__table tbody tr th {
  background: var(--color-blue);
  color: #FFF;
  width: 240px;
}
.p-onsen-fee .p-onsen-fee__table tbody tr td {
  background: #fff;
}
.p-onsen-fee .p-onsen-fee__table tbody tr td.is-day {
  background: #DFE6EB;
}
.p-onsen-fee .p-onsen-fee__table-sp {
  border-spacing: 4px;
  display: none;
  margin: 64px 0 0;
  text-align: center;
  width: 100%;
}
@media screen and (max-width: 650px) {
  .p-onsen-fee .p-onsen-fee__table-sp {
    display: table;
    margin: 40px 0 0;
  }
}
.p-onsen-fee .p-onsen-fee__table-sp thead th {
  background: var(--color-blue);
  color: #FFF;
  font-size: 22px;
  font-weight: 700;
  height: 111px;
  line-height: normal;
  letter-spacing: 0.88px;
}
.p-onsen-fee .p-onsen-fee__table-sp tbody tr th {
  background: #D9D9D9;
  font-size: 16px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.64px;
  height: 60px;
}
.p-onsen-fee .p-onsen-fee__table-sp tbody tr td {
  background: #fff;
  font-size: 18px;
  font-weight: 700;
  height: 139px;
  line-height: normal;
  letter-spacing: 0.72px;
}
.p-onsen-fee .p-onsen-fee__list {
  display: flex;
  flex-direction: column;
  gap: 4px;
  list-style: none;
  margin: 64px auto 0;
  max-width: 1072px;
  width: 100%;
}
@media screen and (max-width: 650px) {
  .p-onsen-fee .p-onsen-fee__list {
    gap: 40px;
    margin: 40px 0 0;
  }
}
.p-onsen-fee .p-onsen-fee__list .p-onsen-fee__items {
  height: 75px;
  display: flex;
  gap: 4px;
}
@media screen and (max-width: 650px) {
  .p-onsen-fee .p-onsen-fee__list .p-onsen-fee__items {
    flex-direction: column;
    height: auto;
  }
}
.p-onsen-fee .p-onsen-fee__list .p-onsen-fee__items .p-onsen-fee__items-title {
  align-items: center;
  background: var(--color-blue);
  color: #FFF;
  display: flex;
  font-size: 16px;
  font-weight: 700;
  justify-content: center;
  line-height: normal;
  letter-spacing: 0.64px;
  text-align: center;
  width: 240px;
}
@media screen and (max-width: 650px) {
  .p-onsen-fee .p-onsen-fee__list .p-onsen-fee__items .p-onsen-fee__items-title {
    height: 111px;
    width: 100%;
  }
}
.p-onsen-fee .p-onsen-fee__list .p-onsen-fee__items .p-onsen-fee__items-text {
  align-items: center;
  background: #fff;
  display: flex;
  font-size: 18px;
  font-weight: 700;
  justify-content: center;
  line-height: normal;
  letter-spacing: 0.72px;
  text-align: center;
  width: calc(100% - 244px);
}
@media screen and (max-width: 650px) {
  .p-onsen-fee .p-onsen-fee__list .p-onsen-fee__items .p-onsen-fee__items-text {
    height: 75px;
    width: 100%;
  }
}
.p-onsen-fee .p-onsen-fee__note {
  display: flex;
  flex-direction: column;
  gap: 36px;
  list-style: none;
  margin: 64px auto 0;
  max-width: 1080px;
}
.p-onsen-fee .p-onsen-fee__note li {
  font-size: 18px;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.72px;
}
.p-onsen-fee .p-onsen-fee__open {
  padding: 64px 0 0;
}

.p-onsen-prohibitions {
  padding: 96px 0 140px;
}
@media screen and (max-width: 650px) {
  .p-onsen-prohibitions {
    padding: 64px 0;
  }
}
.p-onsen-prohibitions .p-onsen-prohibitions__text {
  font-size: 16px;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.64px;
  margin: 32px 0 0;
  text-align: center;
}
.p-onsen-prohibitions .p-onsen-prohibitions__list {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  justify-content: center;
  list-style: none;
  margin: 64px auto 0;
  max-width: 1312px;
}
@media screen and (max-width: 650px) {
  .p-onsen-prohibitions .p-onsen-prohibitions__list {
    flex-direction: column;
  }
}
.p-onsen-prohibitions .p-onsen-prohibitions__list li {
  align-items: center;
  display: flex;
  font-size: 14px;
  font-weight: 700;
  gap: 16px;
  line-height: normal;
  letter-spacing: 0.56px;
}
.p-restaurant-cuisine {
  margin: 192px 0 0;
}
.p-restaurant-cuisine .p-restaurant-cuisine__list {
  background: #FFF;
  border-radius: 4px;
  border: 1px solid #D9D9D9;
  display: flex;
  flex-direction: column;
  gap: 64px;
  margin: 64px auto 0;
  max-width: 1216;
  padding: 48px;
}
@media screen and (max-width: 650px) {
  .p-restaurant-cuisine .p-restaurant-cuisine__list {
    margin-top: 48px;
    padding: 48px 24px;
  }
}
.p-restaurant-cuisine .p-restaurant-cuisine__list .p-restaurant-cuisine__items {
  align-items: center;
  display: flex;
  gap: min(2.9166666667vw, 42px);
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .p-restaurant-cuisine .p-restaurant-cuisine__list .p-restaurant-cuisine__items {
    flex-direction: column;
    gap: 42px;
  }
}
.p-restaurant-cuisine .p-restaurant-cuisine__list .p-restaurant-cuisine__items:nth-child(even) {
  flex-direction: row-reverse;
  justify-content: flex-end;
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .p-restaurant-cuisine .p-restaurant-cuisine__list .p-restaurant-cuisine__items:nth-child(even) {
    flex-direction: column;
    gap: 42px;
    justify-content: flex-start;
  }
}
.p-restaurant-cuisine .p-restaurant-cuisine__list .p-restaurant-cuisine__items:nth-child(even) .p-restaurant-cuisine__items-body {
  padding: 0 0 0 32px;
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .p-restaurant-cuisine .p-restaurant-cuisine__list .p-restaurant-cuisine__items:nth-child(even) .p-restaurant-cuisine__items-body {
    padding: 0;
  }
}
.p-restaurant-cuisine .p-restaurant-cuisine__list .p-restaurant-cuisine__items .p-restaurant-cuisine__items-photo {
  aspect-ratio: 785/363;
  border-radius: 4px;
  display: block;
  line-height: 0;
  overflow: hidden;
  width: min(54.5138888889vw, 785px);
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .p-restaurant-cuisine .p-restaurant-cuisine__list .p-restaurant-cuisine__items .p-restaurant-cuisine__items-photo {
    aspect-ratio: 294/363;
    width: 100%;
  }
}
.p-restaurant-cuisine .p-restaurant-cuisine__list .p-restaurant-cuisine__items .p-restaurant-cuisine__items-photo img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.p-restaurant-cuisine .p-restaurant-cuisine__list .p-restaurant-cuisine__items .p-restaurant-cuisine__items-body {
  width: min(27.0138888889vw, 389px);
}
@media screen and (min-width: 1px) and (max-width: 980px) {
  .p-restaurant-cuisine .p-restaurant-cuisine__list .p-restaurant-cuisine__items .p-restaurant-cuisine__items-body {
    width: 100%;
  }
}
.p-restaurant-cuisine .p-restaurant-cuisine__list .p-restaurant-cuisine__items .p-restaurant-cuisine__items-body .p-restaurant-cuisine__items-headline {
  font-size: 24px;
  font-weight: 900;
  line-height: normal;
  letter-spacing: 0.96px;
}
@media screen and (max-width: 650px) {
  .p-restaurant-cuisine .p-restaurant-cuisine__list .p-restaurant-cuisine__items .p-restaurant-cuisine__items-body .p-restaurant-cuisine__items-headline {
    font-weight: 700;
  }
}
.p-restaurant-cuisine .p-restaurant-cuisine__list .p-restaurant-cuisine__items .p-restaurant-cuisine__items-body .p-restaurant-cuisine__items-text {
  font-size: 20px;
  font-weight: 700;
  line-height: 26px; /* 162.5% */
  letter-spacing: 0.64px;
}
@media screen and (max-width: 650px) {
  .p-restaurant-cuisine .p-restaurant-cuisine__list .p-restaurant-cuisine__items .p-restaurant-cuisine__items-body .p-restaurant-cuisine__items-text {
    font-weight: 600;
  }
}
.p-restaurant-cuisine .p-restaurant-cuisine__list .p-restaurant-cuisine__items .p-restaurant-cuisine__items-body .p-restaurant-cuisine__items-text:last-child {
  margin: 32px 0 0;
}
.p-restaurant-cuisine .p-restaurant-cuisine__list .p-restaurant-cuisine__items .p-restaurant-cuisine__items-body .p-restaurant-cuisine__items-text span {
  color: #000;
  display: block;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.64px;
  margin: 4px 0 0;
}
.p-restaurant-cuisine .p-restaurant-cuisine__list .p-restaurant-cuisine__items .p-restaurant-cuisine__items-body .p-restaurant-cuisine__items-detail {
  font-size: 16px;
  font-weight: 700;
  line-height: 26px; /* 162.5% */
  letter-spacing: 0.64px;
  margin: 22px 0 0;
}
@media screen and (max-width: 650px) {
  .p-restaurant-cuisine .p-restaurant-cuisine__list .p-restaurant-cuisine__items .p-restaurant-cuisine__items-body .p-restaurant-cuisine__items-detail {
    font-weight: 600;
  }
}

.p-restaurant-other {
  display: flex;
  flex-wrap: wrap;
  gap: 64px;
  justify-content: center;
  list-style: none;
  margin: 192px 0 0;
}
.p-restaurant-other .p-restaurant-other__items {
  display: flex;
  flex-direction: column;
  gap: 32px;
  max-width: 395px;
  width: 100%;
}
.p-restaurant-other .p-restaurant-other__items .p-restaurant-other__items-headline {
  border-bottom: 1px solid #000;
  font-size: 18px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.72px;
  text-align: center;
  padding: 0 0 16px;
}
.p-restaurant-other .p-restaurant-other__items .p-restaurant-other__items-text {
  font-size: 18px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.72px;
  text-align: center;
}
@media screen and (max-width: 650px) {
  .p-restaurant-other .p-restaurant-other__items .p-restaurant-other__items-text {
    font-weight: 600;
  }
}

.p-restaurant-button {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  justify-content: center;
  list-style: none;
  margin: 96px 0 0;
}
.p-restaurant-button li {
  max-width: 390px;
  width: 100%;
}

.p-hotel-reservation .p-hotel-reservation__button {
  margin: 96px auto 0;
  max-width: 390px;
}
.p-hotel-reservation .p-hotel-reservation__text {
  font-size: 16px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.64px;
  margin: 12px 0 0;
  text-align: center;
}

.p-hotel-breakfast {
  margin: 192px 0 0;
}
@media screen and (max-width: 650px) {
  .p-hotel-breakfast {
    margin: 128px 0 0;
  }
}
.p-hotel-breakfast .p-hotel-breakfast__photo {
  margin: 64px auto 0;
  max-width: 850px;
}
.p-hotel-breakfast .p-hotel-breakfast__photo img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.p-hotel-breakfast .p-hotel-breakfast__text {
  font-size: 16px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.64px;
  text-align: center;
  margin: 64px 0 0;
}
@media screen and (max-width: 650px) {
  .p-hotel-breakfast .p-hotel-breakfast__text {
    margin: 48px 0 0;
  }
}
.p-hotel-breakfast .p-hotel-breakfast__list {
  display: flex;
  flex-wrap: wrap;
  gap: min(4.4444444444vw, 64px) min(1.6666666667vw, 24px);
  list-style: none;
  margin: 192px auto 0;
  max-width: 1312px;
}
@media screen and (max-width: 650px) {
  .p-hotel-breakfast .p-hotel-breakfast__list {
    flex-direction: column;
    gap: 16px;
    margin: 128px -24px 0;
  }
}
.p-hotel-breakfast .p-hotel-breakfast__list li {
  aspect-ratio: 644/363;
  border-radius: 4px;
  overflow: hidden;
  width: calc(50% - 12px);
}
@media screen and (max-width: 650px) {
  .p-hotel-breakfast .p-hotel-breakfast__list li {
    aspect-ratio: 390/363;
    width: 100%;
  }
}
@media screen and (max-width: 650px) {
  .p-hotel-breakfast .p-hotel-breakfast__list li:last-child {
    aspect-ratio: 644/363;
  }
}
.p-hotel-breakfast .p-hotel-breakfast__list li:last-child img {
  object-fit: contain;
}
.p-hotel-breakfast .p-hotel-breakfast__list li img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.p-hotel-breakfast .p-hotel-breakfast__button {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 24px;
  justify-content: center;
  list-style: none;
  margin: 96px 0 0;
}
@media screen and (max-width: 650px) {
  .p-hotel-breakfast .p-hotel-breakfast__button {
    align-items: center;
    flex-direction: column;
  }
}
.p-hotel-breakfast .p-hotel-breakfast__button .p-hotel-breakfast__button-items {
  max-width: 390px;
  width: 100%;
}
.p-hotel-breakfast .p-hotel-breakfast__button .p-hotel-breakfast__button-text {
  text-align: center;
  width: 100%;
}

.p-info-headline {
  background: #151A37;
  border-radius: 4px;
  color: #FFF;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.56px;
  min-width: 120px;
  padding: 5px 10px;
  text-align: center;
}

.p-info {
  margin: 64px auto 0;
  max-width: var(--contents-width);
}

.p-info-open {
  border-bottom: 1px solid #C9C9C9;
  border-top: 1px solid #C9C9C9;
  margin: 48px 0 0;
  padding: 48px 0;
}
.p-info-open .p-info-open__list {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  list-style: none;
  margin: 24px 0 0;
  max-width: 600px;
}
.p-info-open .p-info-open__list .p-info-open__items-headline {
  font-size: 16px;
  font-weight: 900;
  line-height: normal;
  letter-spacing: 0.64px;
}
.p-info-open .p-info-open__list .p-info-open__items-list {
  list-style: none;
}
.p-info-open .p-info-open__list .p-info-open__items-list li {
  font-size: 14px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.56px;
}
.p-info-open .p-info-open__list .p-info-open__items-list li::before {
  content: "・";
  display: inline;
}
.p-info-open .p-info-open__list .p-info-open__items-note {
  font-size: 14px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.56px;
  margin: 16px 0 0;
}

.p-info-address {
  margin: 58px 0 0;
}
.p-info-address .p-info-address__header {
  align-items: flex-start;
  display: flex;
  gap: 32px;
}
@media screen and (max-width: 650px) {
  .p-info-address .p-info-address__header {
    flex-direction: column;
  }
}
.p-info-address .p-info-address__header .p-info-address__header-text {
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.64px;
}
.p-info-address .p-info-address__map {
  margin: 24px 0 0;
  text-align: right;
}
.p-info-address .p-info-address__map iframe {
  width: 100%;
}
.p-info-address .p-info-address__map .p-info-address__map-link {
  font-size: 14px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.56px;
  text-decoration: underline;
}
.p-info-address .p-info-address__map .p-info-address__map-link:hover {
  text-decoration: none;
}
.p-info-address .p-info-address__list {
  display: flex;
  flex-direction: column;
  gap: 48px;
  list-style: none;
  margin: 48px 0 0;
}
.p-info-address .p-info-address__list .p-info-address__items .p-info-address__items-headline {
  font-size: 16px;
  font-weight: 900;
  line-height: normal;
  letter-spacing: 0.64px;
}
.p-info-address .p-info-address__list .p-info-address__items .p-info-address__items-text {
  font-size: 16px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.64px;
  margin: 24px 0 0;
}

.p-visit-header {
  margin: 63px auto 0;
}

.p-visit-summary {
  margin: 0 calc(50% - 50vw);
  padding: 110px 24px 115px;
  position: relative;
}
.p-visit-summary img {
  height: 100%;
  object-fit: cover;
  object-position: center bottom;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: -1;
}
.p-visit-summary p {
  color: #FFF;
  font-family: "Zen Kaku Gothic Antique";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 26px; /* 162.5% */
  letter-spacing: 0.64px;
  text-align: center;
}
@media screen and (max-width: 650px) {
  .p-visit-summary p {
    text-align: left;
  }
}

.p-visit-history .p-visit-history__inner {
  align-items: start;
  background: #FFF;
  border: 1px solid #D9D9D9;
  display: grid;
  gap: 48px;
  grid-template-columns: repeat(2, 1fr);
  margin: 0 auto;
  max-width: 1312px;
  padding: 36px 48px 50px;
}
@media screen and (max-width: 650px) {
  .p-visit-history .p-visit-history__inner {
    gap: 42px;
    grid-template-columns: 1fr;
    padding: 12px 24px 24px;
  }
}
.p-visit-history .p-visit-history__body h3 {
  color: #000;
  font-family: "Zen Kaku Gothic Antique";
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.88px;
}
.p-visit-history .p-visit-history__body dl {
  display: flex;
  flex-wrap: wrap;
  gap: 3px 16px;
  margin: 12px 0 0;
}
@media screen and (max-width: 650px) {
  .p-visit-history .p-visit-history__body dl {
    flex-direction: column;
    gap: 0;
    margin: 10px 0 0;
  }
}
.p-visit-history .p-visit-history__body dl dt {
  color: #000;
  font-family: "Zen Kaku Gothic Antique";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.56px;
  width: 185px;
}
@media screen and (max-width: 650px) {
  .p-visit-history .p-visit-history__body dl dt {
    margin: 12px 0 0;
    width: 100%;
  }
}
@media screen and (max-width: 650px) {
  .p-visit-history .p-visit-history__body dl dt:first-child {
    margin: 0;
  }
}
.p-visit-history .p-visit-history__body dl dd {
  color: #000;
  font-family: "Zen Kaku Gothic Antique";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.64px;
  width: calc(100% - 201px);
}
@media screen and (max-width: 650px) {
  .p-visit-history .p-visit-history__body dl dd {
    width: 100%;
  }
}
.p-visit-history .p-visit-history__photo {
  border-radius: 4px;
  display: block;
  line-height: 0;
  overflow: hidden;
}
@media screen and (max-width: 650px) {
  .p-visit-history .p-visit-history__photo {
    aspect-ratio: 294/254;
  }
}
.p-visit-history .p-visit-history__photo img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.p-visit-renewal .p-visit-renewal__list {
  display: grid;
  gap: 8px;
  grid-template-columns: repeat(2, 1fr);
  list-style: none;
  margin: 0 auto;
  max-width: 1312px;
}
@media screen and (max-width: 650px) {
  .p-visit-renewal .p-visit-renewal__list {
    grid-template-columns: 1fr;
  }
}
.p-visit-renewal .p-visit-renewal__list li {
  line-height: 0;
  position: relative;
}
@media screen and (max-width: 650px) {
  .p-visit-renewal .p-visit-renewal__list li {
    aspect-ratio: 342/270;
  }
}
.p-visit-renewal .p-visit-renewal__list li::before {
  background: #000;
  color: #FFF;
  content: "BEFORE";
  font-family: "Zen Kaku Gothic Antique";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.64px;
  padding: 7px 0 8px;
  position: absolute;
  left: 0;
  top: 0;
  text-align: center;
  width: 224px;
}
@media screen and (max-width: 650px) {
  .p-visit-renewal .p-visit-renewal__list li::before {
    padding: 2px 0 3px;
    width: 140px;
  }
}
.p-visit-renewal .p-visit-renewal__list li:nth-child(even)::before {
  background: #FFF;
  color: #000;
  content: "AFTER";
}
.p-visit-renewal .p-visit-renewal__list li img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.p-visit-course .p-visit-course__items {
  background: #fff;
  border-radius: 4px;
  margin: 0 auto;
  max-width: 952px;
  padding: 0 0 48px;
}
@media screen and (max-width: 650px) {
  .p-visit-course .p-visit-course__items {
    padding: 0 0 24px;
  }
}
.p-visit-course .p-visit-course__headline {
  background: #000;
  border-radius: 4px 4px 0 0;
  color: #FFF;
  font-family: "Zen Kaku Gothic Antique";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.96px;
  padding: 15px 0;
  text-align: center;
}
.p-visit-course .p-visit-course__list {
  list-style: none;
  padding: 15px 24px 0;
}
.p-visit-course .p-visit-course__list li:first-child h4 {
  margin: 0;
}
.p-visit-course .p-visit-course__list li h4 {
  color: #000;
  font-family: "Zen Kaku Gothic Antique";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.64px;
  margin: 20px 0 0;
}
.p-visit-course .p-visit-course__list li p {
  color: #000;
  font-family: "Zen Kaku Gothic Antique";
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.56px;
  margin: 5px 0 0 18px;
  text-indent: -1em;
  padding: 0 0 0 1em;
}
.p-visit-course .p-visit-course__button {
  margin: 0 auto;
  max-width: 390px;
  width: 100%;
}
@media screen and (max-width: 650px) {
  .p-visit-course .p-visit-course__button {
    padding: 0 24px;
  }
}

.p-faq-header {
  margin: 63px auto 0;
  max-width: var(--contents-width);
}

.p-faq-body {
  padding: 32px 0 0;
}
.p-faq-body:last-child {
  margin-bottom: 140px;
}
.p-faq-body .p-faq-body__list {
  display: flex;
  flex-direction: column;
  gap: 32px;
  max-width: 672px;
  margin: 32px auto 0;
  list-style: none;
}
.p-faq-body .p-faq-body__list .p-faq-body__items {
  background: #FFF;
  border-radius: 20px;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
  cursor: pointer;
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 30px 60px 30px 30px;
  position: relative;
}
.p-faq-body .p-faq-body__list .p-faq-body__items::before {
  background: url("https://inabe-ageki-base.com/wp/wp-content/themes/ageki_theme02/images/icon-arrow.svg") no-repeat center center/contain;
  content: "";
  display: block;
  height: 20px;
  position: absolute;
  right: 34px;
  top: 38px;
  transform: rotate(90deg);
  width: 20px;
}
.p-faq-body .p-faq-body__list .p-faq-body__items.is-active::before {
  transform: rotate(-90deg);
}
.p-faq-body .p-faq-body__list .p-faq-body__items.is-active .p-faq-body__items-text {
  height: auto;
  min-height: 52px;
  -webkit-text-fill-color: unset;
}
@media screen and (max-width: 650px) {
  .p-faq-body .p-faq-body__list .p-faq-body__items.is-active .p-faq-body__items-text {
    max-height: none;
  }
}
.p-faq-body .p-faq-body__list .p-faq-body__items.is-active .p-faq-body__items-text a {
  pointer-events: auto;
}
.p-faq-body .p-faq-body__list .p-faq-body__items .p-faq-body__items-wrapper {
  display: grid;
  gap: 15px;
}
.p-faq-body .p-faq-body__list .p-faq-body__items .p-faq-body__items-headline {
  font-size: 16px;
  font-weight: 700;
  line-height: normal;
  padding: 0 0 0 51px;
  position: relative;
}
.p-faq-body .p-faq-body__list .p-faq-body__items .p-faq-body__items-headline::before {
  align-items: center;
  background: var(--color-blue);
  border-radius: 50%;
  content: "Q";
  color: #FFF;
  display: flex;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  height: 36px;
  justify-content: center;
  line-height: 1;
  letter-spacing: 0;
  position: absolute;
  left: 0;
  top: 5px;
  text-align: center;
  width: 36px;
}
@media screen and (max-width: 650px) {
  .p-faq-body .p-faq-body__list .p-faq-body__items .p-faq-body__items-headline::before {
    top: 4px;
  }
}
.p-faq-body .p-faq-body__list .p-faq-body__items .p-faq-body__items-text {
  background: linear-gradient(180deg, #000 0%, rgba(0, 0, 0, 0) 100%);
  background-clip: text;
  font-size: 14px;
  font-weight: 500;
  line-height: normal;
  height: 52px;
  overflow: hidden;
  position: relative;
  padding: 0 0 0 51px;
  -webkit-text-fill-color: transparent;
}
@media screen and (max-width: 650px) {
  .p-faq-body .p-faq-body__list .p-faq-body__items .p-faq-body__items-text {
    max-height: 90px;
  }
}
.p-faq-body .p-faq-body__list .p-faq-body__items .p-faq-body__items-text::before {
  align-items: center;
  background: #C6C6C6;
  border-radius: 50%;
  content: "A";
  color: #FFF;
  display: flex;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  height: 36px;
  justify-content: center;
  line-height: 1;
  letter-spacing: 0;
  margin: 0 15px 0 0;
  position: absolute;
  left: 0;
  top: 4px;
  -webkit-text-fill-color: #fff;
  width: 36px;
}
@media screen and (max-width: 650px) {
  .p-faq-body .p-faq-body__list .p-faq-body__items .p-faq-body__items-text::before {
    top: 4px;
  }
}
.p-faq-body .p-faq-body__list .p-faq-body__items .p-faq-body__items-text a {
  pointer-events: none;
  text-decoration: underline;
}
.p-faq-body .p-faq-body__list .p-faq-body__items .p-faq-body__items-text a:hover {
  text-decoration: none;
}

.p-news-header {
  margin: 64px auto;
  max-width: 1312px;
}
.p-news-header .p-news-header__list {
  display: flex;
  flex-direction: column;
  gap: 48px;
  list-style: none;
  margin: 48px 0 0;
}
.p-news-header .p-news-header__list .p-news-header__items {
  align-items: center;
  display: flex;
  gap: 16px;
}
@media screen and (max-width: 650px) {
  .p-news-header .p-news-header__list .p-news-header__items {
    align-items: flex-start;
    flex-direction: column;
  }
}
.p-news-header .p-news-header__list .p-news-header__items .p-news-header__items-title {
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.72px;
  min-width: 88px;
}
.p-news-header .p-news-header__list .p-news-header__items .p-news-header__items-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
  width: calc(100% - 104px);
}
@media screen and (max-width: 650px) {
  .p-news-header .p-news-header__list .p-news-header__items .p-news-header__items-list {
    width: 100%;
  }
}
.p-news-header .p-news-header__list .p-news-header__items .p-news-header__items-list li a {
  background: #FFF;
  border-radius: 24px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.56px;
  padding: 11px 24px;
}
.p-news-header .p-news-header__list .p-news-header__items .p-news-header__items-list li a.is-active {
  background: var(--color-font);
  color: #fff;
}

.p-news-button {
  margin: 48px 0 96px;
  text-align: center;
}
@media screen and (max-width: 650px) {
  .p-news-button {
    margin-bottom: 192px;
  }
}
.p-news-button .p-news-button__link {
  align-items: center;
  color: #000;
  display: flex;
  font-size: 16px;
  font-weight: 700;
  gap: 8px;
  justify-content: center;
  line-height: normal;
  letter-spacing: 0.64px;
  margin: 0 auto;
  text-align: center;
  padding: 24px 0;
  max-width: 390px;
  width: 100%;
}
.p-news-button .p-news-button__link::after {
  background: url("https://inabe-ageki-base.com/wp/wp-content/themes/ageki_theme02/images/icon-plus.svg") no-repeat center center/contain;
  content: "";
  display: inline-block;
  height: 18px;
  width: 18px;
}

.p-news-detail__header {
  align-items: flex-start;
  display: flex;
  gap: 48px;
  margin: 46px auto;
  max-width: 1000px;
}
@media screen and (max-width: 650px) {
  .p-news-detail__header {
    flex-direction: column;
  }
}
.p-news-detail__header .p-news-detail__header-body {
  width: 50%;
}
@media screen and (max-width: 650px) {
  .p-news-detail__header .p-news-detail__header-body {
    width: 100%;
  }
}
.p-news-detail__header .p-news-detail__header-body .p-news-detail__header-term {
  background: #151A37;
  border-radius: 4px;
  color: #FFF;
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.64px;
  padding: 4px 10px;
}
.p-news-detail__header .p-news-detail__header-body .p-news-detail__header-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 8px 0 0;
}
.p-news-detail__header .p-news-detail__header-body .p-news-detail__header-tags li {
  background: #151A37;
  border-radius: 4px;
  color: #FFF;
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.64px;
  padding: 4px 10px;
}
.p-news-detail__header .p-news-detail__header-body .p-news-detail__header-headline {
  font-size: 32px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1.28px;
  margin: 24px 0 0;
  max-width: 440px;
}
@media screen and (max-width: 650px) {
  .p-news-detail__header .p-news-detail__header-body .p-news-detail__header-headline {
    font-size: 24px;
    letter-spacing: 0.96px;
    max-width: none;
  }
}
.p-news-detail__header .p-news-detail__header-body .p-news-detail__header-date {
  font-size: 16px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 2.24px;
  margin: 24px 0 0;
}
.p-news-detail__header .p-news-detail__header-photo {
  aspect-ratio: 476/272;
  border-radius: 4px;
  display: block;
  line-height: 0;
  overflow: hidden;
  width: 50%;
}
@media screen and (max-width: 650px) {
  .p-news-detail__header .p-news-detail__header-photo {
    width: 100%;
  }
}
.p-news-detail__header .p-news-detail__header-photo img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.p-news-detail__body {
  background: #fff;
  border: 1px solid #D9D9D9;
  border-radius: 4px;
  display: flex;
  flex-direction: column;
  gap: 64px;
  margin: 0 auto;
  max-width: 960px;
  padding: 64px;
}
@media screen and (max-width: 650px) {
  .p-news-detail__body {
    gap: 32px;
    padding: 64px 24px;
  }
}
.p-news-detail__body a {
  text-decoration: underline;
}
.p-news-detail__body a:hover {
  text-decoration: none;
}
.p-news-detail__body ul {
  list-style: none;
}
.p-news-detail__body ul li {
  font-size: 14px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.56px;
  padding: 0 0 0 15px;
  position: relative;
}
.p-news-detail__body ul li::before {
  background: var(--color-font);
  border-radius: 50%;
  color: #fff;
  content: "";
  display: block;
  height: 12px;
  letter-spacing: 0;
  line-height: 1;
  position: absolute;
  left: 0;
  top: 5px;
  width: 12px;
}
.p-news-detail__body ol {
  counter-reset: item 0;
  list-style: none;
}
.p-news-detail__body ol li {
  font-size: 14px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.56px;
  padding: 0 0 0 15px;
  position: relative;
}
.p-news-detail__body ol li::before {
  align-items: center;
  background: var(--color-font);
  border-radius: 50%;
  color: #fff;
  content: counter(item);
  counter-increment: item;
  display: flex;
  justify-content: center;
  font-size: 9px;
  height: 12px;
  letter-spacing: 0;
  line-height: 1;
  position: absolute;
  left: 0;
  top: 5px;
  width: 12px;
}

.p-news-detail__footer {
  margin: 64px 0 0;
}

.p-contact-header {
  margin: 64px 0 0;
  position: relative;
}
.p-contact-header .p-contact-header__text {
  font-size: 16px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.64px;
  margin: 64px 0 0;
  text-align: center;
}
.p-contact-header .p-contact-header__text a {
  text-decoration: underline;
}
.p-contact-header .p-contact-header__text a:hover {
  text-decoration: none;
}
.p-contact-header .p-contact-header__link {
  align-items: center;
  display: flex;
  font-size: 18px;
  font-weight: 700;
  gap: 16px;
  justify-content: center;
  line-height: normal;
  letter-spacing: 0.72px;
  margin: 40px 0 0;
  text-decoration: underline;
}
.p-contact-header .p-contact-header__link:hover {
  text-decoration: none;
}
.p-contact-header .p-contact-header__link::after {
  background: url("https://inabe-ageki-base.com/wp/wp-content/themes/ageki_theme02/images/icon-arrow-circle.svg") no-repeat center center/contain;
  border-radius: 50%;
  content: "";
  display: inline-block;
  height: 24px;
  width: 24px;
}
.p-contact-header .p-contact-header__badge {
  align-items: center;
  background: #000;
  border-radius: 50%;
  display: flex;
  color: #FFF;
  font-family: "Zen Kaku Gothic Antique";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  height: 144px;
  justify-content: center;
  line-height: normal;
  letter-spacing: 0.64px;
  position: absolute;
  right: 15px;
  top: -44px;
  text-align: center;
  width: 144px;
}
@media screen and (max-width: 650px) {
  .p-contact-header .p-contact-header__badge {
    display: none;
  }
}

.p-contact-form.wpforms-container {
  margin: 32px auto 0 !important;
  max-width: var(--contents-width);
  padding: 0 0 140px;
  width: 100% !important;
}
.p-contact-form.wpforms-container .wpforms-form .wpforms-field-container .wpforms-field {
  margin: 0 0 56px;
  padding: 0;
}
.p-contact-form.wpforms-container .wpforms-form .wpforms-field-container .wpforms-field.wpforms-field-select {
  position: relative;
}
.p-contact-form.wpforms-container .wpforms-form .wpforms-field-container .wpforms-field.wpforms-field-select::after {
  border-top: 1px solid var(--color-font);
  border-right: 1px solid var(--color-font);
  content: "";
  display: block;
  height: 12px;
  position: absolute;
  right: 20px;
  bottom: 33px;
  rotate: 135deg;
  width: 12px;
}
.p-contact-form.wpforms-container .wpforms-form .wpforms-field-container .wpforms-field.wpforms-field-html {
  margin: 0;
}
.p-contact-form.wpforms-container .wpforms-form .wpforms-field-container .wpforms-field.wpforms-field-checkbox .wpforms-field-label {
  line-height: 1.2;
}
.p-contact-form.wpforms-container .wpforms-form .wpforms-field-container .wpforms-field.wpforms-field-radio.is-column ul {
  flex-direction: column;
  align-items: flex-start;
}
.p-contact-form.wpforms-container .wpforms-form .wpforms-field-container .wpforms-field.wpforms-field-radio .wpforms-field-label {
  line-height: 1.2;
}
.p-contact-form.wpforms-container .wpforms-form .wpforms-field-container .wpforms-field .wpforms-field-label {
  margin: 0 0 24px;
}
.p-contact-form.wpforms-container .wpforms-form .wpforms-field-container .wpforms-field .wpforms-field-label::before {
  background: #9fa0a0;
  border-radius: 4px;
  color: #fff;
  content: "任意";
  display: inline-block;
  font-family: "Nunito sans", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.64px;
  margin: -7px 24px 0 0;
  padding: 4px 10px;
}
.p-contact-form.wpforms-container .wpforms-form .wpforms-field-container .wpforms-field.wpforms-field-textarea {
  margin: 0;
}
.p-contact-form.wpforms-container .wpforms-form .wpforms-field-container .wpforms-field .wpforms-field-label,
.p-contact-form.wpforms-container .wpforms-form .wpforms-field-container .wpforms-field .wpforms-field-label-inline {
  display: block;
  font-size: 24px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.96px;
  position: relative;
}
.p-contact-form.wpforms-container .wpforms-form .wpforms-field-container .wpforms-field .wpforms-field-label .wpforms-required-label,
.p-contact-form.wpforms-container .wpforms-form .wpforms-field-container .wpforms-field .wpforms-field-label-inline .wpforms-required-label {
  background: #000;
  border-radius: 4px;
  color: #FFF;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.64px;
  padding: 4px 10px;
  position: absolute;
  left: 0;
  top: 3px;
}
.p-contact-form.wpforms-container .wpforms-form .wpforms-field-container .wpforms-field .wpforms-field-label a,
.p-contact-form.wpforms-container .wpforms-form .wpforms-field-container .wpforms-field .wpforms-field-label-inline a {
  text-decoration: underline;
}
.p-contact-form.wpforms-container .wpforms-form .wpforms-field-container .wpforms-field .wpforms-field-label a:hover,
.p-contact-form.wpforms-container .wpforms-form .wpforms-field-container .wpforms-field .wpforms-field-label-inline a:hover {
  text-decoration: none;
}
.p-contact-form.wpforms-container .wpforms-form .wpforms-field-container .wpforms-field input,
.p-contact-form.wpforms-container .wpforms-form .wpforms-field-container .wpforms-field select,
.p-contact-form.wpforms-container .wpforms-form .wpforms-field-container .wpforms-field textarea {
  background: #FFF;
  border: 2px solid #D9D9D9;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 700;
  height: auto;
  line-height: normal;
  letter-spacing: 0.64px;
  padding: 16px 24px;
}
.p-contact-form.wpforms-container .wpforms-form .wpforms-field-container .wpforms-field input::placeholder,
.p-contact-form.wpforms-container .wpforms-form .wpforms-field-container .wpforms-field select::placeholder,
.p-contact-form.wpforms-container .wpforms-form .wpforms-field-container .wpforms-field textarea::placeholder {
  color: #C6C6C6;
}
.p-contact-form.wpforms-container .wpforms-form .wpforms-field-container .wpforms-field input:focus,
.p-contact-form.wpforms-container .wpforms-form .wpforms-field-container .wpforms-field select:focus,
.p-contact-form.wpforms-container .wpforms-form .wpforms-field-container .wpforms-field textarea:focus {
  border: 2px solid var(--color-font);
  box-shadow: none;
}
.p-contact-form.wpforms-container .wpforms-form .wpforms-field-container .wpforms-field textarea {
  min-height: 240px;
  padding: 10px 30px;
}
.p-contact-form.wpforms-container .wpforms-form .wpforms-field-container .wpforms-field ul {
  display: flex;
  flex-wrap: wrap;
  gap: 24px 32px;
  list-style: none;
}
@media screen and (max-width: 650px) {
  .p-contact-form.wpforms-container .wpforms-form .wpforms-field-container .wpforms-field ul {
    align-items: flex-start;
    flex-direction: column;
  }
}
.p-contact-form.wpforms-container .wpforms-form .wpforms-field-container .wpforms-field select {
  cursor: pointer;
}
.p-contact-form.wpforms-container .wpforms-form .wpforms-field-container .wpforms-field input[type=checkbox],
.p-contact-form.wpforms-container .wpforms-form .wpforms-field-container .wpforms-field input[type=radio] {
  display: none !important;
}
.p-contact-form.wpforms-container .wpforms-form .wpforms-field-container .wpforms-field input[type=checkbox] + label,
.p-contact-form.wpforms-container .wpforms-form .wpforms-field-container .wpforms-field input[type=radio] + label {
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.64px;
  line-height: 1;
  margin: 0 auto 0;
  padding: 0 0 0 28px;
  position: relative;
  text-align: left;
  width: auto;
}
.p-contact-form.wpforms-container .wpforms-form .wpforms-field-container .wpforms-field input[type=checkbox] + label::before,
.p-contact-form.wpforms-container .wpforms-form .wpforms-field-container .wpforms-field input[type=radio] + label::before {
  background: #EDEDED;
  border: 1px solid #989898;
  border-radius: 50%;
  content: "";
  display: block;
  height: 20px;
  position: absolute;
  left: 0;
  top: calc(50% - 9px);
  width: 20px;
}
.p-contact-form.wpforms-container .wpforms-form .wpforms-field-container .wpforms-field input[type=checkbox] + label::after,
.p-contact-form.wpforms-container .wpforms-form .wpforms-field-container .wpforms-field input[type=radio] + label::after {
  background: var(--color-font);
  border-radius: 50%;
  content: "";
  display: block;
  height: 8px;
  opacity: 0;
  position: absolute;
  top: calc(50% - 3px);
  left: 6px;
  transform: rotate(45deg);
  transition: transform 0.1s ease-in-out, opacity 0.1s ease-in-out;
  width: 8px;
}
.p-contact-form.wpforms-container .wpforms-form .wpforms-field-container .wpforms-field input[type=checkbox]:checked + label,
.p-contact-form.wpforms-container .wpforms-form .wpforms-field-container .wpforms-field input[type=radio]:checked + label {
  color: var(--color-text);
}
.p-contact-form.wpforms-container .wpforms-form .wpforms-field-container .wpforms-field input[type=checkbox]:checked + label::after,
.p-contact-form.wpforms-container .wpforms-form .wpforms-field-container .wpforms-field input[type=radio]:checked + label::after {
  opacity: 1;
}
.p-contact-form.wpforms-container .wpforms-form .wpforms-field-container .wpforms-field .wpforms-field-sublabel {
  display: none;
}
.p-contact-form.wpforms-container .wpforms-form .wpforms-field-container .agree-checkbox {
  margin: 0 0 24px;
}
.p-contact-form.wpforms-container .wpforms-form .wpforms-field-container .agree-checkbox ul {
  justify-content: center;
}
@media screen and (max-width: 650px) {
  .p-contact-form.wpforms-container .wpforms-form .wpforms-field-container .agree-checkbox ul {
    align-items: center;
  }
}
.p-contact-form.wpforms-container .wpforms-form .wpforms-field-container .agree-checkbox .wpforms-error {
  text-align: center;
}
.p-contact-form.wpforms-container .wpforms-form .wpforms-submit-container {
  margin: 0;
  text-align: center;
}
.p-contact-form.wpforms-container .wpforms-form .wpforms-submit-container .wpforms-submit {
  background: #000;
  border-radius: 4px;
  box-shadow: none;
  color: #FFF;
  font-size: 16px;
  font-weight: 700;
  height: auto;
  line-height: normal;
  letter-spacing: 0.64px;
  padding: 18px 24px;
  position: relative;
  max-width: 366px;
  width: 100%;
}
.p-contact-form.wpforms-container .wpforms-form .wpforms-submit-container .wpforms-submit:hover {
  opacity: 0.7;
}
.p-contact-form.wpforms-container .wpforms-form .wpforms-submit-container .wpforms-submit::before {
  background: url("https://inabe-ageki-base.com/wp/wp-content/themes/ageki_theme02/images/icon-arrow-white.svg") no-repeat center center/100%;
  content: "";
  display: block;
  height: 12px;
  position: absolute;
  right: 38px;
  top: 24px;
  width: 7px;
}
@media screen and (max-width: 650px) {
  .p-contact-form.wpforms-container .wpforms-form .wpforms-submit-container .wpforms-submit::before {
    right: 20px;
  }
}
.p-contact-form.wpforms-container .wpforms-confirmation-container-full {
  background: transparent;
  border: none;
}
.p-contact-form.wpforms-container .wpforms-confirmation-container-full p {
  text-align: center;
}
.p-contact-form.wpforms-container .wpforms-confirmation-container-full p a {
  text-decoration: underline;
}
.p-contact-form.wpforms-container .wpforms-confirmation-container-full p a:hover {
  text-decoration: none;
}

.p-privacy-body {
  margin: 64px auto 0;
  max-width: var(--contents-width);
}
.p-privacy-body .p-privacy-body__note {
  font-size: 16px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.64px;
  margin: 64px 0 0;
  text-align: center;
}
.p-privacy-body h2 {
  font-size: 18px;
  font-weight: 700;
  line-height: 21px; /* 116.667% */
  letter-spacing: 0.9px;
  margin: 64px 0 0;
}
.p-privacy-body p:not(.p-privacy-body__note) {
  font-size: 12px;
  font-weight: 700;
  line-height: 18px; /* 150% */
  letter-spacing: 0.6px;
  margin: 10px 0 0;
}

.p-thanks-body {
  margin: 64px 0 0;
}
@media screen and (max-width: 650px) {
  .p-thanks-body {
    margin: 32px 0 0;
  }
}
.p-thanks-body .p-thanks-body__text {
  font-size: 16px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.64px;
  margin: 64px 0 0;
  text-align: center;
}
@media screen and (max-width: 650px) {
  .p-thanks-body .p-thanks-body__text {
    margin: 32px 0 0;
  }
}
.p-thanks-body .p-thanks-body__button {
  margin: 64px auto 0;
  max-width: 212px;
}
@media screen and (max-width: 650px) {
  .p-thanks-body .p-thanks-body__button {
    margin-top: 32px;
  }
}/*# sourceMappingURL=style.css.map */