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

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

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

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

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

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

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

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

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

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

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

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

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

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

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

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

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

/**
 * Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

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

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

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

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

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

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

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

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}
caption {
  text-align: left;
}
td,
th {
  vertical-align: top;
  padding: 0;
}
th {
  text-align: left;
  font-weight: bold;
}
html {
  font-size: 62.5%;
}
body {
  font-family: var(--primaly-font);
  color: var(--font-primaly-color);
  font-size: 1.6rem;
  line-height: 1.75;
  word-wrap: break-word;
  overflow-wrap: break-word;
  overflow-x: hidden;
  position: relative;
  min-width: 375px;
  width: 100%;
  z-index: 1;
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.l-container {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
img {
  width: 100%;
  max-width: 100%;
  display: block;
}
#wrapper {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

@media screen and (max-width: 939px) {
  body {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) and (min-width: 561px) {
  html {
    font-size: 1.7825311943vw;
  }
}
@media screen and (max-width: 375px) {
  html {
    font-size: 2.6666666667vw;
  }
}
.loader-wrap {
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background: #ffffff;
  z-index: 999999;
}
.loader {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  border: 2px solid var(--main-color);
  -webkit-animation: load 1s 0s infinite cubic-bezier(0.21, 0.53, 0.56, 0.8);
  animation: load 1s 0s infinite cubic-bezier(0.21, 0.53, 0.56, 0.8);
}

@-webkit-keyframes load {
  0% {
    -webkit-transform: scale(0.1);
    transform: scale(0.1);
    opacity: 1;
  }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0.7;
  }
  100% {
    opacity: 0;
  }
}
@keyframes load {
  0% {
    -webkit-transform: scale(0.1);
    transform: scale(0.1);
    opacity: 1;
  }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0.7;
  }
  100% {
    opacity: 0;
  }
}
.p-common-download {
  background-color: #ffffff;
}
.p-common-download-inner {
  padding: 10rem 0;
  width: 100%;
  height: 100%;
  color: #ffffff;
  background-image: radial-gradient(at 60% 3%, hsl(184, 100%, 56%) 0px, transparent 50%), radial-gradient(at 24% 18%, hsl(339, 95%, 86%) 0px, transparent 50%), radial-gradient(at 70% 100%, hsl(329, 91%, 72%) 0px, transparent 50%), radial-gradient(at 74% 48%, hsl(45, 100%, 61%) 0px, transparent 50%), radial-gradient(at 9% 80%, hsl(224, 77%, 58%) 0px, transparent 50%);
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 6rem 6rem 0 0;
}
.p-common-download-app {
  text-align: center;
}
.p-common-download-app-logo {
  width: 6.4rem;
  display: inline-block;
  vertical-align: middle;
}
.p-common-download-app-qr {
  width: 12.4rem;
}
.p-common-download-app-txt {
  font-size: 1.8rem;
  font-weight: 700;
}
.p-common-download-app-link {
  margin-top: 2.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.p-common-download-app-link li {
  margin: 0.8rem;
}
.p-common-download-app-link a {
  display: inline-block;
  height: 8.2rem;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.p-common-download-app-link a img {
  width: auto;
  height: inherit;
}
.p-common-download-app-link .qr {
  margin-right: 2.8rem;
}
.p-common-download-note {
  text-align: center;
  margin: 2.4rem auto 0;
}
.p-common-download-note p {
  font-size: 1.4rem;
  line-height: 1.45;
}
.p-common-download-note p + p {
  margin-top: 0.2rem;
}
.p-common-download-device {
  width: 100%;
  margin: 2.4rem auto 0;
}
.p-common-download-device-inner {
  font-size: 1.4rem;
  background-color: #ffff31;
  color: var(--font-primaly-color);
  border-radius: 0.6rem;
  overflow: hidden;
}
.p-common-download-device-title {
  font-weight: 700;
  text-align: center;
  display: inline-block;
}
.p-common-download-device-txt {
  line-height: 1.3;
}

@media (hover: hover) {
  .p-common-download-app-link li a:hover {
    opacity: 0.6;
  }
}
@media screen and (min-width: 940px) {
  .p-common-download-device {
    max-width: 66rem;
  }
  .p-common-download-device-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .p-common-download-app-logo {
    margin-right: 0.8rem;
  }
  .p-common-download-device-title {
    padding: 1.6rem 2.4rem;
  }
  .p-common-download-device-txt {
    width: calc(100% - 4em - 64px);
    padding: 1.6rem 1rem 1.6rem 0.4rem;
  }
}
@media screen and (max-width: 939px) {
  .p-common-download-inner {
    padding: 2.8rem 0 3.2rem;
    border-radius: 4rem 4rem 0 0;
  }
  .p-common-download-app-logo {
    display: block;
    margin: auto;
    text-align: center;
  }
  .p-common-download-app-txt {
    display: block;
    font-size: 1.6rem;
    margin-top: 0.8rem;
    line-height: 1.45;
  }
  .p-common-download-app-link {
    margin-top: 0.4rem;
  }
  .p-common-download-app-link li {
    margin: 0.5rem;
  }
  .p-common-download-app-link a {
    height: 6.4rem;
  }
  .p-common-download-device {
    margin: 1.2rem auto 0;
  }
  .p-common-download-device-inner {
    font-size: 1.2rem;
    text-align: center;
    border-radius: 0.3rem;
    padding: 1rem;
  }
  .p-common-download-device-title {
    margin-bottom: 0.8rem;
    line-height: 1;
  }
  .p-common-download-device-txt {
    text-align: left;
  }
  .p-common-download-note {
    margin: 0.4rem auto 0;
    text-align: left;
  }
  .p-common-download-note p {
    font-size: 1.2rem;
  }
  .p-common-download-note p p {
    margin-top: 0;
  }
}
.slick-slider:not(.slick-vertical) .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.slick-slider:not(.slick-vertical) .slick-track::before, .slick-slider:not(.slick-vertical) .slick-track::after {
  content: none;
}
.slick-slide {
  float: none;
  height: initial;
}
.slick-slide a {
  height: 100%;
}

@media screen and (max-width: 939px) {
  .slick-dots li {
    width: 18px;
    margin: 0 5px;
  }
  .slick-dots li button {
    width: 18px;
    padding: 0 5px;
  }
  .slick-dots li button::before {
    width: 18px;
    height: 3px;
  }
}
:root {
  --font-primaly-color: #141414;
  --main-color: #15336c;
  --sub-color: #3080cb;
  --color-red: #c60101;
  --color-yellow: #f6e525;
  --gray: #eeeeee;
  --color-kenpoku: #601986;
  --color-kentyu: #37653a;
  --color-kennan: #4dafda;
  --color-aizu: #b0282b;
  --color-minamiaizu: #f7b52c;
  --color-sousou: #004e81;
  --color-iwaki: #4b91aa;
  --primaly-font: "Noto Sans JP", sans-serif, "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic","Noto Sans JP", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Avenir", sans-serif;
  --jost-font: "Jost", sans-serif;
  --zenkaku-font: "Zen Kaku Gothic Antique", sans-serif;
  --inter-font: "Inter", sans-serif;
  --din-font: "Inter", sans-serif;
}

/* layout **********************************************************/
.l-contents {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.p-home-contents {
  width: 100%;
  position: relative;
}
.l-lower-content {
  margin-top: 90px;
  margin-bottom: 100px;
}
.l-lower-header {
  margin-top: 14rem;
}
.l-lower-header .l-lower-head {
  position: relative;
  display: inline-block;
  text-align: center;
  width: 100%;
}
.l-lower-header .l-lower-head::before, .l-lower-header .l-lower-head::after {
  content: "";
  display: inline-block;
  width: 25.3rem;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.l-lower-header .l-lower-head::before {
  background-image: url("../images/common/header_lower_l.svg");
  background-position: center right;
  left: 0;
}
.l-lower-header .l-lower-head::after {
  background-image: url("../images/common/header_lower_r.svg");
  background-position: center left;
  right: 0;
}
.l-lower-header .l-lower-head h2 {
  display: inline-block;
  text-align: center;
  background-color: var(--main-color);
  color: #ffffff;
  font-weight: 700;
  font-size: 2.8rem;
  padding: 0.7rem 1rem 0.8rem;
  margin: 0 auto;
  max-width: calc(100% - 50.4rem);
  width: 100%;
}

/*Mobile*/
@media screen and (max-width: 939px) {
  body:not(.l-home, .l-teaser) .l-main {
    padding-top: 50px;
  }
  .l-lower-header {
    margin-top: 4rem;
  }
  .l-lower-header .l-lower-head::before, .l-lower-header .l-lower-head::after {
    width: 6.1rem;
    height: 100%;
  }
  .l-lower-header .l-lower-head::before {
    background-image: url("../images/common/header_lower_l_sp.svg");
  }
  .l-lower-header .l-lower-head::after {
    background-image: url("../images/common/header_lower_r_sp.svg");
  }
  .l-lower-header .l-lower-head h2 {
    font-size: 1.8rem;
    padding: 0.6rem 1rem 0.7rem;
    max-width: calc(100% - 12rem);
    line-height: 1.45;
  }
  .l-lower-content {
    margin-top: 3.2rem;
    margin-bottom: 6rem;
  }
}
.l-inner-lv1 {
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 2rem;
}
.l-inner-lv2 {
  max-width: calc(1080px + 4rem);
  margin: 0 auto;
  padding: 0 2rem;
}
.l-inner-lv3 {
  max-width: calc(1160px + 4rem);
  margin: 0 auto;
  padding: 0 2rem;
}

/*Mobile*/
@media screen and (max-width: 767px) {
  .l-inner-lv1,
  .l-inner-lv2,
  .l-inner-lv3 {
    max-width: 100%;
    padding: 0 16px;
  }
}
.l-teaser .l-footer {
  background-color: #1d0516;
  color: #ffffff;
}
body:not(.l-teaser) {
  position: relative;
}
body:not(.l-teaser) .l-footer::after {
  content: "";
  display: inline-block;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url("../images/teaser/building.png");
  width: 21.3rem;
  height: 9.3rem;
  position: absolute;
  right: 1rem;
  bottom: 0;
}
.p-footer-info-wrapper,
.copyright {
  position: relative;
  z-index: 1;
}
.l-footer {
  background-color: #a50707;
  color: #ffffff;
  font-size: 1.5rem;
  position: relative;
  z-index: 5;
  overflow: hidden;
}
.p-footer-info-txt {
  margin-top: 0.5rem;
  max-width: 48rem;
}
.p-footer-info-txt h2 {
  font-size: 1.2rem;
}
.p-footer-info-txt dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 1.3rem;
  line-height: 1.5;
}
.p-footer-info-txt dt {
  font-weight: 500;
}
.p-footer-info-txt dd a {
  text-decoration: none;
}
.p-footer-info-txt dd a:hover {
  text-decoration: underline;
}
.p-footer-info-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 3.3rem;
  padding-bottom: 1.6rem;
  font-size: 1.2rem;
}
.p-footer-info-left {
  padding-top: 1.2rem;
}
.p-footer-info-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 22px;
  padding: 0 0 28px;
}
.p-footer-info-logo {
  max-width: 164px;
  height: 100%;
}
.p-footer-info-float-right {
  float: right;
}
.p-footer-info-detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  margin-top: 3px;
}
.copyright {
  padding: 5px 0 21px;
  text-align: center;
  font-size: 1.2rem;
}
.p-footer-link .p-footer-link-item {
  width: 239px;
  border: 1px solid #cccccc;
  font-size: 0;
}
.p-footer-link a {
  display: inline-block;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.p-footer-link a img {
  width: 100%;
}
.p-footer-link a:hover {
  opacity: 0.6;
}
#pagetop {
  position: fixed;
  bottom: 1.6rem;
  right: 1.6rem;
  z-index: 100;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
#pagetop.is-show {
  opacity: 1;
  visibility: visible;
}
#pagetop a {
  position: relative;
  display: block;
  width: 8rem;
  height: 8rem;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
#pagetop a::before {
  content: "";
  display: inline-block;
  width: 5.2rem;
  height: 5.2rem;
  background-color: var(--color-red);
  border-radius: 100vh;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-image: url("../images/common/ico_pagetop.png");
  background-size: 2.7rem 1.4rem;
  background-repeat: no-repeat;
  background-position: center center;
}
#pagetop a img {
  -webkit-transform-origin: center;
  transform-origin: center;
  -webkit-animation: 26s linear infinite rotationAnm;
  animation: 26s linear infinite rotationAnm;
}
#pagetop a:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

@-webkit-keyframes rotationAnm {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(-1turn);
    transform: rotate(-1turn);
  }
}
@keyframes rotationAnm {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(-1turn);
    transform: rotate(-1turn);
  }
}
@media screen and (max-width: 939px) {
  body:not(.l-teaser) .l-footer::after {
    width: 12.9rem;
    height: 5.6rem;
    bottom: 5.6rem;
    right: 0.8rem;
  }
  .l-footer {
    font-size: 1.4rem;
    padding-bottom: 5.6rem;
  }
  .p-footer-info-logo {
    margin: 0 auto;
  }
  .p-footer-info-wrapper {
    display: block;
    padding-top: 2.8rem;
  }
  .p-footer-info-left {
    padding-top: 0;
    padding-bottom: 1.6rem;
  }
  .p-footer-info-row,
  .p-footer-info-detail {
    display: block;
  }
  .p-footer-info-row {
    padding: 0;
  }
  .p-footer-info-detail {
    max-width: 100%;
    margin-top: 6px;
  }
  .p-footer-info-txt {
    margin-top: 14px;
    margin-bottom: 10px;
  }
  .p-footer-info-txt dl {
    margin-right: 0;
  }
  .p-footer-info-txt dd {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .p-footer-link {
    text-align: center;
    width: 100%;
  }
  .p-footer-link a {
    display: inline-block;
  }
  .p-footer-link .p-footer-link-item {
    width: 144px;
    margin: 0 auto;
  }
  .copyright {
    font-size: 1.2rem;
    padding: 0 0 16px;
  }
  #pagetop {
    bottom: 6.2rem;
    right: 1rem;
  }
  #pagetop a {
    width: 5.6rem;
    height: 5.6rem;
  }
  #pagetop a::before {
    width: 3.8rem;
    height: 3.8rem;
    background-size: 2rem 1.1rem;
  }
}
.l-header {
  position: fixed;
  top: 10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 999;
  width: 100%;
  max-width: 1400px;
  padding: 0 20px;
}
.l-header .logo {
  width: 20.4rem;
  height: 8.5rem;
}
.l-header .logo a {
  cursor: pointer;
  display: inline-block;
  width: 100%;
  height: 100%;
}
.l-header-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.l-global-nav {
  position: relative;
}
.l-global-nav .l-global-nav-list {
  padding: 0.8rem 1rem;
  border-radius: 0.6rem;
  font-size: 0;
}
.l-global-nav .l-global-nav-list li {
  font-size: 1.5rem;
  font-weight: 500;
  text-align: center;
  line-height: 1.4;
  color: #ffffff;
  overflow: hidden;
  height: 100%;
}
.l-global-nav .l-global-nav-list li + li {
  margin-left: 0.2rem;
}
.l-global-nav .l-global-nav-list li a {
  text-decoration: none;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  vertical-align: middle;
  z-index: 1;
  padding: 0 1.2rem;
  min-height: 5.2rem;
  height: 100%;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.l-header-spbtn {
  display: none;
}

/*Mobile*/
@media screen and (min-width: 940px) {
  .l-home .l-header {
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }
  .l-home .l-header.is-show {
    opacity: 1;
    visibility: visible;
  }
  .l-global-nav {
    border-radius: 0.6rem;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .l-global-nav .l-global-nav-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.6);
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
  }
  .l-global-nav .l-global-nav-list li {
    border-radius: 0.3rem;
  }
  .l-nav-sns {
    display: none;
  }
}
/*Mobile*/
@media screen and (max-width: 939px) {
  body.is-open {
    overflow: hidden;
  }
  body.is-open::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.3);
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    z-index: 10;
  }
  body.is-open.l-home .logo {
    opacity: 1;
    visibility: visible;
  }
  .l-home .l-header.is-show .logo {
    opacity: 1;
    visibility: visible;
  }
  .l-home .l-header .l-header-inner {
    background-color: transparent;
    -webkit-box-shadow: initial;
    box-shadow: initial;
  }
  .l-home .l-header .logo {
    opacity: 0;
    visibility: hidden;
  }
  .l-header {
    padding: 0.8rem 0;
    top: 0;
  }
  .l-header .logo {
    width: 8.6rem;
    height: 3.4rem;
  }
  .l-header-inner {
    padding: 0 1.6rem;
  }
  .l-header-spbtn {
    display: inline-block;
    outline: 0;
    position: relative;
    width: 2.4rem;
    height: 2.1rem;
    top: 0.8rem;
    right: 0;
    background: none;
    border: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    z-index: 999;
  }
  .l-header-spbtn::before {
    content: "";
    display: inline-block;
    width: 4rem;
    height: 4rem;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: rgba(0, 0, 0, 0.6);
    -webkit-backdrop-filter: blur(0.8rem);
    backdrop-filter: blur(0.8rem);
    border-radius: 0.3rem;
  }
  .l-header-spbtn span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 0.2rem;
    background-color: #ffffff;
    border-radius: 0.2rem;
    display: inline-block;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .l-header-spbtn span:nth-of-type(1) {
    top: 0.2rem;
  }
  .l-header-spbtn span:nth-of-type(2) {
    top: 1.1rem;
  }
  .l-header-spbtn span:nth-of-type(3) {
    bottom: 0;
  }
  .l-header-spbtn.is-open::before {
    background-color: rgba(255, 255, 255, 0.6);
  }
  .l-header-spbtn.is-open span {
    background-color: #000000;
  }
  .l-header-spbtn.is-open span:nth-of-type(1n) {
    -webkit-transform: translateY(0.9rem) rotate(-45deg);
    transform: translateY(0.9rem) rotate(-45deg);
  }
  .l-header-spbtn.is-open span:nth-of-type(2n) {
    left: 200%;
    opacity: 0;
    -webkit-transform: translateY(1rem);
    transform: translateY(1rem);
    -webkit-animation: active-menu06-bar02 0.8s forwards;
    animation: active-menu06-bar02 0.8s forwards;
  }
  .l-header-spbtn.is-open span:nth-of-type(3n) {
    -webkit-transform: translateY(-0.8rem) rotate(45deg);
    transform: translateY(-0.8rem) rotate(45deg);
  }
  @-webkit-keyframes active-menu06-bar02 {
    100% {
      height: 0;
    }
  }
  @keyframes active-menu06-bar02 {
    100% {
      height: 0;
    }
  }
  .l-global-nav {
    position: absolute;
    top: 6rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: calc(100% - 2rem);
    height: calc(100vh - 5rem - 2rem);
    border-radius: 0.6rem;
    background-color: rgba(255, 255, 255, 0.8);
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    padding: 2.4rem 2.4rem;
  }
  .l-global-nav.is-open {
    opacity: 1;
    visibility: visible;
  }
  .l-global-nav .l-global-nav-list li {
    font-size: 1.4rem;
    margin: 0 auto;
    border-bottom: 1px solid var(--gray);
    color: var(--primary-font);
  }
  .l-global-nav .l-global-nav-list li a {
    display: block;
    padding: 1.6rem 0;
  }
  .l-nav-sns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 24px;
  }
  .l-nav-sns li {
    margin: 5px;
  }
  .l-nav-sns li a {
    display: inline-block;
    width: 30px;
    height: 30px;
  }
}
.l-floatSns {
  position: fixed;
  background-color: #ffffff;
  border-radius: 5.4rem 0 0 5.4rem;
  padding: 3rem 0.8rem 3rem 1.5rem;
  z-index: 901;
}
.l-floatSns h3 {
  font-weight: 700;
  font-size: 1.4rem;
}
.l-floatSns ul li a {
  display: block;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.l-floatSns ul li a img {
  width: inherit;
  height: inherit;
}

@media (hover: hover) {
  .l-global-nav .l-global-nav-list li a:hover, .l-global-nav .l-global-nav-list li a:focus, .l-global-nav .l-global-nav-list li a:active {
    background-color: var(--color-red);
  }
  .l-floatSns ul li a:hover {
    opacity: 0.6;
  }
}
@media screen and (min-width: 940px) {
  .l-floatSns {
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-box-shadow: -2px 2px 3px 0px rgba(0, 0, 0, 0.2);
    box-shadow: -2px 2px 3px 0px rgba(0, 0, 0, 0.2);
  }
  .l-floatSns h3 {
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    text-orientation: upright;
    margin: 0 auto 0.8rem;
  }
  .l-floatSns ul li + li {
    margin-top: 0.8rem;
  }
  .l-floatSns ul li a {
    width: 3.2rem;
    height: 3.2rem;
  }
}
@media screen and (max-width: 939px) {
  .l-floatSns {
    position: fixed;
    left: 0;
    bottom: 0;
    border-radius: 0.6rem 0.6rem 0 0;
    padding: 0.8rem 1rem;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-shadow: 0px 0px 3px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 3px 2px rgba(0, 0, 0, 0.2);
  }
  .l-floatSns h3 {
    text-align: center;
    margin-right: 1rem;
  }
  .l-floatSns ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .l-floatSns ul li {
    margin: 0.5rem;
  }
  .l-floatSns ul li a {
    width: 3rem;
    height: 3rem;
  }
  body.is-open .l-floatSns {
    display: none;
  }
}
/* object **********************************************************/
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.only-pc {
  display: block;
}
.only-pc.-inline {
  display: inline-block;
}
.only-sp {
  display: none;
}
.only-sp.-inline {
  display: none;
}

/*Mobile*/
@media screen and (max-width: 939px) {
  .only-pc {
    display: none;
  }
  .only-pc.-inline {
    display: none;
  }
  .only-sp {
    display: block;
  }
  .only-sp.-inline {
    display: inline-block;
  }
}
.c-header-lv1 {
  text-align: center;
}
.c-header-lv1 h2 {
  font-style: italic;
  font-size: 4.6rem;
  font-family: var(--font-inter);
  font-weight: 700;
  color: var(--main-color);
  line-height: 1;
  position: relative;
}
.c-header-lv1 h2::before {
  content: "";
  display: inline-block;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url("../images/common/deco_header.svg");
  width: 5.7rem;
  height: 7.7rem;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  margin-top: 0.3rem;
}
.c-header-lv1 > span {
  font-style: normal;
  display: block;
  font-size: 1.4rem;
  font-weight: 700;
  color: var(--sub-color);
  margin-top: 2.1rem;
}

@media screen and (max-width: 939px) {
  .c-header-lv1 h2 {
    font-size: 2.8rem;
  }
  .c-header-lv1 h2::before {
    width: 4.1rem;
    height: 5.6rem;
    margin-top: 0.2rem;
  }
  .c-header-lv1 > span {
    font-size: 1rem;
    margin-top: 1.7rem;
  }
}
.c-parallax {
  z-index: -2;
  top: 0;
  width: 100%;
}
.c-parallax.is-active {
  position: fixed;
}
.c-parallax img {
  width: 100%;
  height: 100vh;
  -o-object-fit: cover;
  object-fit: cover;
}
.c-toggle {
  display: inline-block;
  width: 5.6rem;
  height: 3rem;
  background-color: var(--sub-color);
  border-radius: 2em;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  position: absolute;
  right: 0;
}
.c-toggle::before, .c-toggle::after {
  content: "";
  display: inline-block;
  background-color: #ffffff;
  position: absolute;
  left: 50%;
  top: 50%;
}
.c-toggle::before {
  width: 1.4rem;
  height: 0.2rem;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.c-toggle::after {
  width: 0.2rem;
  height: 1.4rem;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.is-close .c-toggle {
  background-color: #878787;
}
.is-close .c-toggle::after {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
  transform: translate(-50%, -50%) rotate(90deg);
}

@media screen and (max-width: 939px) {
  .c-toggle {
    width: 2.6rem;
    height: 2rem;
  }
  .c-toggle::before {
    width: 0.8rem;
    height: 0.1rem;
  }
  .c-toggle::after {
    width: 0.1rem;
    height: 0.8rem;
  }
}
.c-btn-lv1 {
  max-width: 24rem;
}
.c-btn-lv1 a {
  position: relative;
  width: 100%;
  display: inline-block;
  text-decoration: none;
  color: #ffffff;
  font-size: 1.6rem;
  font-weight: 700;
  padding: 1.3rem 5.4rem 1.3rem 1rem;
  text-align: center;
  background-color: var(--main-color);
  border-radius: 0.6rem;
  letter-spacing: 0.05em;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.c-btn-lv1 a .title {
  display: inline-block;
  position: relative;
  z-index: 1;
  line-height: 1;
}
.c-btn-lv1 a .arrow {
  border-radius: 0.3rem;
  width: 4rem;
  padding: 1.5rem 0.6rem;
  background-color: #ffffff;
  position: absolute;
  right: 1rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  overflow: hidden;
}
.c-btn-lv1 a .arrow::before, .c-btn-lv1 a .arrow::after {
  content: "";
  display: inline-block;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(../images/common/ico_arrow_navy.svg);
  width: 1.8rem;
  height: 1.8rem;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.c-btn-lv1 a .arrow::after {
  -webkit-transform: translate3d(-30px, 0, 0);
  transform: translate3d(-30px, 0, 0);
}

@media (hover: hover) {
  .c-btn-lv1 a:hover .arrow, .c-btn-lv1 a:focus .arrow, .c-btn-lv1 a:active .arrow {
    background-color: var(--color-red);
  }
  .c-btn-lv1 a:hover .arrow::before, .c-btn-lv1 a:hover .arrow::after, .c-btn-lv1 a:focus .arrow::before, .c-btn-lv1 a:focus .arrow::after, .c-btn-lv1 a:active .arrow::before, .c-btn-lv1 a:active .arrow::after {
    background-image: url(../images/common/ico_arrow_wh.svg);
  }
  .c-btn-lv1 a:hover .arrow::before, .c-btn-lv1 a:focus .arrow::before, .c-btn-lv1 a:active .arrow::before {
    -webkit-transform: translate3d(30px, 0, 0);
    transform: translate3d(30px, 0, 0);
  }
  .c-btn-lv1 a:hover .arrow::after, .c-btn-lv1 a:focus .arrow::after, .c-btn-lv1 a:active .arrow::after {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@media screen and (max-width: 939px) {
  .c-btn-lv1 {
    max-width: 20rem;
  }
  .c-btn-lv1 a {
    font-size: 1.4rem;
    padding: 1rem 5rem 1rem 1rem;
    border-radius: 0.3rem;
  }
  .c-btn-lv1 a .arrow {
    width: 3.2rem;
    padding: 1.2rem 0.5rem;
    right: 1rem;
  }
  .c-btn-lv1 a .arrow::before, .c-btn-lv1 a .arrow::after {
    width: 1.4rem;
    height: 1.4rem;
  }
}
.c-dl-lv1 dt {
  font-size: 1.4rem;
  font-weight: 700;
  padding: 0.2rem 1.4rem;
  border-radius: 0.3rem;
  border-left: 0.3rem solid var(--main-color);
  background-color: #f1f1f1;
}
.c-dl-lv1 dd {
  padding: 0.4rem 1.4rem 0;
  font-size: 1.4rem;
}
.c-dl-lv1 dd a {
  text-decoration: none;
}
.c-dl-lv1 > div + div {
  margin-top: 1.2rem;
}
.c-dl-lv1 .collabomenu dd ul li + li {
  margin-top: 0.4rem;
}

@media (hover: hover) {
  .c-dl-lv1 dd a:hover, .c-dl-lv1 dd a:focus, .c-dl-lv1 dd a:active {
    text-decoration: underline;
  }
}
@media screen and (max-width: 939px) {
  .c-dl-lv1 dt {
    font-size: 1.2rem;
    padding: 0.2rem 1rem 0.2rem 0.8rem;
    border-radius: 0.3rem;
    border-left-width: 0.3rem;
  }
  .c-dl-lv1 dd {
    padding: 0.2rem 0.8rem 0;
    font-size: 1.2rem;
  }
  .c-dl-lv1 > div + div {
    margin-top: 1rem;
  }
  .c-dl-lv1 .collabomenu dd ul li + li {
    margin-top: 0.5rem;
  }
}
.c-blur {
  position: relative;
  overflow: hidden;
  border-radius: 4rem;
  padding: 6rem;
}
.c-blur::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.3);
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  border-radius: 4rem;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
}

@media screen and (max-width: 939px) {
  .c-blur {
    border-radius: 2rem;
    padding: 2rem;
  }
  .c-blur::before {
    border-radius: 2rem;
  }
}
.l-home .slick-prev,
.l-home .slick-next {
  width: 5.2rem;
  height: 5.2rem;
  background-color: rgba(0, 0, 0, 0.9);
  z-index: 5;
  border-radius: 100vh;
}
.l-home .slick-prev::before,
.l-home .slick-next::before {
  content: "" !important;
  display: inline-block;
  width: 1.8rem;
  height: 1.8rem;
  position: absolute;
  top: 50%;
  left: 50%;
}
.l-home .slick-prev::before {
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  -webkit-transform: translate(-50%, -50%) rotate(-135deg);
  transform: translate(-50%, -50%) rotate(-135deg);
  margin-left: 0.2rem;
}
.l-home .slick-next::before {
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
  margin-left: -0.2rem;
}
.l-home .l-header {
  opacity: 0;
  visibility: hidden;
}
.l-home .l-header.is-show {
  opacity: 1;
  visibility: visible;
}
.l-home .slick-dots {
  position: relative;
  bottom: 0;
  bottom: auto;
}
.l-home .slick-dots li {
  width: 1rem;
  height: 0;
  margin: 0 0.4rem;
}
.l-home .slick-dots li button {
  width: 0.8rem;
  height: 0;
  vertical-align: middle;
}
.l-home .slick-dots li button::before {
  content: "";
  display: block;
  width: 0.8rem !important;
  height: 0.8rem !important;
  border-radius: 100vh;
  background-color: #ffffff;
  font-family: initial;
  font-size: 0;
  line-height: 0;
  text-align: center;
  opacity: 1;
}
.l-home .slick-dots li.slick-active button::before {
  background-color: #fce974;
  opacity: 1;
}
.l-home .slick-dotted.slick-slider {
  margin-bottom: 10px;
}

@media screen and (max-width: 940px) {
  .l-home .slick-prev,
  .l-home .slick-next {
    width: 2.4rem;
    height: 2.4rem;
  }
  .l-home .slick-prev::before,
  .l-home .slick-next::before {
    width: 1rem;
    height: 1rem;
  }
  .l-home .slick-prev {
    left: -1.2rem;
  }
  .l-home .slick-prev::before {
    margin-left: 0.1rem;
  }
  .l-home .slick-next {
    right: -1.2rem;
  }
  .l-home .slick-next::before {
    margin-left: -0.1rem;
  }
  .l-home .slick-dots li {
    width: 1rem;
    margin: 0 0.2rem;
  }
  .l-home .slick-dots li button {
    width: 0.6rem;
  }
  .l-home .slick-dots li button::before {
    width: 0.6rem !important;
    height: 0.6rem !important;
  }
  .l-home .slick-dotted.slick-slider {
    margin-bottom: 0.8rem;
  }
}
.p-home-key {
  width: 100%;
}
.p-home-key-body {
  width: 100%;
  height: 100%;
  position: relative;
}
.p-home-key-mov {
  position: relative;
  z-index: -1;
  width: 100%;
}
.p-home-key-mov video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.p-home-key-visual {
  position: relative;
  width: 100%;
  height: 100vh;
}
.p-home-key-visual-man {
  position: absolute;
  display: inline-block;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.p-home-key-visual-man.-omega {
  max-width: 228px;
  max-height: 322px;
  width: 16.691068814vw;
  height: 23.5724743777vw;
  margin-left: -30.7467057101vw;
}
.p-home-key-visual-man.-zero {
  max-width: 233px;
  max-height: 322px;
  width: 17.0571010248vw;
  height: 23.5724743777vw;
  margin-left: 30.7467057101vw;
}
.p-home-key-visual-man img {
  height: 100%;
}
.p-home-key-logo {
  position: absolute;
  left: 50%;
  bottom: 1rem;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.p-home-key-logo::after {
  content: "";
  display: inline-block;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url("../images/common/copyright.svg");
  width: 3.6rem;
  height: 0.7rem;
  position: absolute;
  right: 0;
  bottom: 0;
}
.p-home-key-logo-img {
  width: 34.1142020497vw;
  height: 14.2752562225vw;
}
.p-home-key-logo-img img {
  height: 100%;
}
.p-home-key-period {
  background: -webkit-gradient(linear, left top, right top, from(#bdc3c9), color-stop(50%, #ffffff), to(#bdc3c9));
  background: linear-gradient(90deg, #bdc3c9 0%, #ffffff 50%, #bdc3c9 100%);
  background-repeat: no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.p-home-key-period-head {
  padding: 2.6rem 2.6rem;
  background-color: #d6241b;
}
.p-home-key-period-head img {
  width: 5rem;
  height: 5rem;
}
.p-home-key-period-date {
  width: 49.7rem;
  height: 4rem;
  margin-left: 1.6rem;
}
.p-home-key-circle {
  aspect-ratio: 1/1;
  background: radial-gradient(circle, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0.96) 56%, rgba(255, 255, 255, 0) 80%, rgba(255, 255, 255, 0) 100%);
  opacity: 1;
  border-radius: 50%;
  margin-top: 114px;
  top: 50%;
  left: 50%;
  position: absolute;
  -webkit-transform: translate(-50%, -50%) scale(0);
  transform: translate(-50%, -50%) scale(0);
  width: 0;
  z-index: 1;
}
.p-home-key-circle.is-bigger {
  -webkit-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
}

@media screen and (min-width: 1366px) {
  .p-home-key-visual-man.-omega {
    max-width: 228px;
    max-height: 322px;
    width: 16.691068814vw;
    height: 23.5724743777vw;
    margin-left: -30.7467057101vw;
  }
  .p-home-key-visual-man.-zero {
    max-width: 233px;
    max-height: 322px;
    width: 17.0571010248vw;
    height: 23.5724743777vw;
    margin-left: 30.7467057101vw;
  }
}
@media screen and (min-width: 940px) {
  .p-home-key-logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
}
@media screen and (max-width: 939px) {
  .p-home-key-circle {
    margin-top: 26.3045793397vw;
  }
  .p-home-key-period-head {
    position: relative;
  }
  .p-home-key-period-head::before {
    content: "";
    display: block;
    width: 100vw;
    position: absolute;
    top: 0;
    right: -0.1rem;
    bottom: 0;
    background-color: #d6241b;
  }
  .p-home-key-period-head img {
    width: 3.6rem;
    height: 3.6rem;
    position: relative;
    z-index: 1;
  }
  .p-home-key-period-date {
    width: 16.7rem;
    height: 5.7rem;
    margin-left: 1.6rem;
  }
  .p-home-key-logo {
    bottom: 0.6rem;
  }
  .p-home-key-logo-img {
    width: 20.6rem;
    height: 8.61rem;
    margin: 0 auto 0.8rem;
  }
  .p-home-key-visual-man.-omega {
    max-width: 270px;
    max-height: 372px;
    width: 35.15625vw;
    height: 48.4375vw;
    margin-left: -34.375vw;
  }
  .p-home-key-visual-man.-zero {
    max-width: 264px;
    max-height: 372px;
    width: 34.375vw;
    height: 48.4375vw;
    margin-left: 36.1979166666vw;
  }
}
.c-parallax {
  position: fixed;
}
.c-parallax.special {
  z-index: -3;
}
.c-parallax.is-hidden {
  opacity: 0;
}
.p-home-news {
  padding: 8rem 4rem 0;
  position: relative;
  z-index: 100;
}
.p-home-news iframe {
  position: relative;
  z-index: 5;
  width: 100%;
  height: auto;
}
.p-home-news .c-header-lv1 {
  margin-bottom: 2.4rem;
}
.p-home-news-content {
  position: relative;
}
.p-home-news-inner {
  background-color: #ffffff;
  position: relative;
  border-radius: 4rem;
  padding: 5.2rem 1rem 3rem;
}
.p-home-news-content-inner {
  position: relative;
  margin: 0 auto;
}
.p-home-news-list {
  padding-right: 1.6rem;
}
.p-home-news-item {
  background-color: #ffffff;
  position: relative;
  border-top: 1px solid var(--main-color);
}
.p-home-news-item:last-child {
  border-bottom: 1px solid var(--main-color);
}
.p-home-news-item-header {
  padding: 1.6rem 7.2rem 1.6rem 1.6rem;
  position: relative;
}
.p-home-news-item-header:has(.c-toggle) {
  cursor: pointer;
}
.p-home-news-item-header .c-toggle {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 1rem;
}
.p-home-news-item-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.p-home-news-date,
.p-home-news-cat {
  display: inline-block;
}
.p-home-news-date {
  font-size: 1.4rem;
}
.p-home-news-cat {
  color: #ffffff;
  background-color: #1950b8;
  padding: 0.4rem 1.4rem 0.3rem;
  border-radius: 100vh;
  line-height: 1;
  font-size: 1.2rem;
  margin-left: 1rem;
}
.p-home-news-ttl {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.p-home-news-ttl .-new {
  display: inline-block;
  font-size: 1.2rem;
  margin-left: 0.6rem;
  background-color: #f6e525;
  line-height: 1;
  padding: 0.3rem 0.5rem;
  border-radius: 0.3rem;
  margin-top: -0.3rem;
  vertical-align: middle;
  font-weight: 500;
}
.p-home-news-txt {
  padding: 1.6rem 3rem 3rem;
  display: none;
}

@media screen and (min-width: 940px) {
  .p-home-news-ttl {
    margin-left: 1.6rem;
  }
  .p-home-news-item-head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}
@media screen and (max-width: 939px) {
  .p-home-news {
    padding: 6.4rem 0 0;
  }
  .p-home-news .c-header-lv1 {
    margin-bottom: 2.2rem;
  }
  .p-home-news-inner {
    border-radius: 2rem;
    padding: 3.2rem 0 2rem;
  }
  .p-home-news-list {
    padding-right: 1rem;
  }
  .p-home-news-item-head {
    position: relative;
    width: 100%;
  }
  .p-home-news-item {
    position: relative;
  }
  .p-home-news-item-header {
    padding: 1rem 3rem 1rem 0;
  }
  .p-home-news-item-header .c-toggle {
    right: 0;
  }
  .p-home-news-txt {
    padding: 0 0 10px;
  }
  .p-home-news-date {
    font-size: 1.2rem;
  }
  .p-home-news-cat {
    font-size: 1rem;
    padding: 4px 10px 3px;
    margin-left: 6px;
  }
  .p-home-news-ttl {
    font-size: 1.4rem;
    margin-top: 3px;
    line-height: 1.45;
  }
  .p-home-news-ttl .-new {
    font-size: 1rem;
    padding: 3px 4px 2px;
  }
}
.p-home-movie {
  margin-top: 10rem;
  margin-bottom: 10rem;
  position: relative;
  z-index: 5;
}
.p-home-movie .c-header-lv1 {
  text-align: left;
  margin-top: 2.2rem;
}
.p-home-movie .c-header-lv1 h2 {
  display: inline-block;
  color: #ffffff;
  font-size: 3.4rem;
}
.p-home-movie .c-header-lv1 h2::before {
  background-image: url("../images/common/deco_header_wh.svg");
}
.p-home-movie-view > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-home-movie-item {
  position: relative;
  max-width: calc(50% - 1rem);
  width: 100%;
  margin: 0.4rem;
  aspect-ratio: 16/9;
}
.p-home-movie-item iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

@media screen and (min-width: 940px) {
  .p-home-movie .wrap {
    display: block;
    width: 100%;
    height: 100%;
    padding: 75px 20px 20px;
    background-image: url("../images/home/yt_frame.png");
  }
  .p-home-movie .youtube::before {
    content: "";
    display: inline-block;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    width: calc(100% + 48px);
    padding-top: 75px;
    position: absolute;
    top: -75px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 5;
  }
}
@media screen and (max-width: 939px) {
  .p-home-movie {
    margin-top: 0;
    margin-bottom: 6.4rem;
  }
  .p-home-movie .c-header-lv1 {
    text-align: center;
    margin-bottom: 2.8rem;
  }
  .p-home-movie .c-header-lv1 h2 {
    font-size: 2.8rem;
  }
  .p-home-movie-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .p-home-movie-header {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    text-align: center;
  }
  .p-home-movie-btn {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    margin: 1.6rem auto 0;
  }
  .p-home-movie-view {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin: 0;
  }
  .p-home-movie-view > ul {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  .p-home-movie-item {
    margin: 0.2rem;
    max-width: 100%;
  }
}
.p-home-insta {
  margin-top: 10rem;
  position: relative;
  z-index: 5;
}
.p-home-insta .c-header-lv1 h2 {
  display: inline-block;
  color: #ffffff;
  font-size: 3.4rem;
}
.p-home-insta .c-header-lv1 h2::before {
  background-image: url("../images/common/deco_header_wh.svg");
}
.p-home-insta-header.c-header-lv1 {
  margin-top: 2.2rem;
  text-align: left;
  display: inline-block;
}
.p-home-insta-btn {
  margin-top: 8rem;
  width: 100%;
  max-width: 20.4rem;
}
.p-home-insta-view {
  width: 100%;
}
.p-home-insta-view > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-home-insta-item {
  display: block;
  width: 25%;
  padding-top: 21.3030746705vw;
  position: relative;
  border-radius: 0.3rem;
  overflow: hidden;
}
.p-home-insta-item a {
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.3);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  position: absolute;
  top: 0;
  left: 0;
}
.p-home-insta-item a:hover img, .p-home-insta-item a:focus img, .p-home-insta-item a:active img {
  -webkit-transform: translate(-50%, -50%) scale(1.1);
  transform: translate(-50%, -50%) scale(1.1);
}
.p-home-insta-item a img {
  width: 100%;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 5;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  -webkit-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
  -webkit-transform-origin: center;
  transform-origin: center;
}

@media screen and (min-width: 1366px) {
  .p-common-grid-item {
    padding-top: 29.1rem;
  }
}
@media screen and (min-width: 940px) {
  .p-common-grid-item + .p-common-grid-item {
    margin-left: 0.4rem;
  }
  .p-common-grid-inner {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 23.6rem 1fr;
    grid-template-columns: 23.6rem 1fr;
  }
  .p-common-grid-header {
    -ms-grid-row: 1;
    grid-row: 1/1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2;
  }
  .p-common-grid-btn {
    max-width: 20.4rem;
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2/3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2;
  }
  .p-common-grid-view {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    grid-row: 1/3;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2/3;
  }
}
@media screen and (max-width: 939px) {
  .p-home-insta {
    margin-top: 3.2rem;
  }
  .p-home-insta .c-header-lv1 h2 {
    font-size: 2.8rem;
  }
  .p-home-insta-header.c-header-lv1 {
    text-align: center;
    margin-bottom: 3rem;
  }
  .p-home-insta-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .p-home-insta-header {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .p-home-insta-btn {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    margin: 1.6rem auto 0;
  }
  .p-home-insta-view {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin: 0 -0.2rem;
  }
  .p-home-insta-view > ul {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .p-home-insta-item {
    width: 48.994974874%;
    padding-top: 26.1rem;
    margin: 0.2rem;
  }
}
.p-home-intro-slider {
  width: 100%;
  margin-top: 12rem;
  margin-bottom: 10rem;
}
.p-home-intro-slider .slick-prev,
.p-home-intro-slider .slick-next {
  background-color: rgba(255, 255, 255, 0.8);
}
.p-home-intro-slider .slick-prev {
  left: 23%;
}
.p-home-intro-slider .slick-prev::before {
  border-top: 2px solid #000000;
  border-right: 2px solid #000000;
}
.p-home-intro-slider .slick-next {
  right: 23%;
}
.p-home-intro-slider .slick-next::before {
  border-top: 2px solid #000000;
  border-right: 2px solid #000000;
}
.p-home-intro-slider-inner {
  overflow: hidden;
  position: relative;
  width: 100%;
  z-index: 5;
}
.p-home-intro-slider-photo {
  margin: 1rem 2rem;
  -webkit-box-shadow: 0.3rem 0.3rem 0.5rem 0px rgba(255, 255, 255, 0.2);
  box-shadow: 0.3rem 0.3rem 0.5rem 0px rgba(255, 255, 255, 0.2);
}
.p-home-intro-slider-photo span {
  display: block;
}
.p-home-intro-slider-photo a {
  overflow: hidden;
  display: block;
}
.p-home-intro-slider-photo a img {
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.p-home-intro-slider-photo a:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

@media screen and (max-width: 939px) {
  .p-home-intro-slider {
    margin-top: 6rem;
    margin-bottom: 5.2rem;
  }
  .p-home-intro-slider .slick-prev {
    left: 5%;
  }
  .p-home-intro-slider .slick-next {
    right: 5%;
  }
  .p-home-intro-slider-photo {
    margin: 1rem 0.8rem;
    -webkit-box-shadow: 0.2rem 0.2rem 0.3rem 0px rgba(255, 255, 255, 0.2);
    box-shadow: 0.2rem 0.2rem 0.3rem 0px rgba(255, 255, 255, 0.2);
  }
}
.p-home-about {
  border-radius: 4rem;
  padding: 10rem 0 10rem;
  background-color: rgba(255, 255, 255, 0.3);
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
}
.p-home-about-howto {
  margin-bottom: 60px;
}
.p-home-about-txt {
  text-align: center;
  margin-bottom: 40px;
}
.p-home-about-txt h2 {
  color: var(--main-color);
  font-weight: 700;
  font-size: 2.8rem;
  margin-bottom: 16px;
}
.p-home-about-detail {
  margin: 0 auto;
}
.p-home-about-detail > div {
  font-size: 1.4rem;
  margin-bottom: 0.3rem;
  border-radius: 0.6rem;
  overflow: hidden;
}
.p-home-about-detail > div.-max {
  width: 100%;
}
.p-home-about-detail > div dt {
  padding: 3rem 2rem;
  background-color: #ffffff;
  text-align: center;
  font-weight: 700;
  letter-spacing: 0.05em;
  position: relative;
}
.p-home-about-detail > div dd {
  padding: 3rem;
  width: 100%;
  background-color: #ffffff;
}
.p-home-about-detail > div dd .sns,
.p-home-about-detail > div dd .related {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-home-about-detail > div dd .sns li,
.p-home-about-detail > div dd .related li {
  margin: 0 16px;
}
.p-home-about-detail > div dd .sns li a,
.p-home-about-detail > div dd .related li a {
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.p-home-about-detail > div dd .sns li a:hover,
.p-home-about-detail > div dd .related li a:hover {
  opacity: 0.6;
}
.p-home-about-detail > div dd .sns img {
  margin: auto;
  width: 64px;
}
.p-home-about-detail > div dd .sns .title {
  display: block;
  font-weight: 700;
}
.p-home-about-detail > div dd .related {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.p-home-about-detail > div dd .related li.-pref {
  border: 1px solid #cccccc;
}
.p-home-about-detail > div dd .related img {
  width: 124px;
}
.p-home-about-guidebook {
  margin-top: 8rem;
  text-align: center;
  border-radius: 0.6rem;
  background-color: #ffffff;
  padding: 6.4rem 4rem 4rem;
  position: relative;
}
.p-home-about-guidebook h2 {
  font-size: 1.8rem;
  display: block;
  color: #ffffff;
  position: relative;
  margin-bottom: 40px;
  margin-top: -90px;
  line-height: 1.45;
}
.p-home-about-guidebook h2 .title {
  display: inline-block;
  padding: 10px 40px;
  border-radius: 2em;
  background-color: var(--sub-color);
  font-weight: 700;
}
.p-home-about-guidebook h2::before {
  content: "";
  border-style: solid;
  border-width: 8px 8px 0 8px;
  border-color: var(--sub-color) transparent transparent transparent;
  position: absolute;
  bottom: -8px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.p-home-about-guidebook .-small {
  margin-top: 32px;
  display: block;
  font-size: 1.5rem;
  text-align: center;
  line-height: 1.45;
}
.p-home-about-guidebook-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
.p-home-about-guidebook-item {
  margin: 1rem 2rem;
  max-width: 27rem;
  width: 100%;
}
.p-home-about-guidebook-item a {
  display: inline-block;
  padding: 1.2rem 1rem 1.2rem;
  font-weight: 700;
  background-color: #ffffff;
  border: 0.2rem solid var(--sub-color);
  position: relative;
  border-radius: 100vh;
  letter-spacing: 0.08em;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  width: 100%;
}
.p-home-about-guidebook-item a::before {
  content: "";
  display: inline-block;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(../images/common/ico_pdf.svg);
  width: 1.9rem;
  height: 2rem;
  margin-right: 0.8rem;
  vertical-align: middle;
  margin-top: -0.2rem;
}
.p-home-about-guidebook-item a:hover, .p-home-about-guidebook-item a:focus, .p-home-about-guidebook-item a:active {
  background-color: var(--sub-color);
  color: #ffffff;
}

@media screen and (min-width: 940px) {
  .p-home-about-detail > div {
    width: calc(50% - 0.15rem);
  }
  .p-home-about-detail > div dt::after {
    content: "";
    display: inline-block;
    width: 0.2rem;
    height: calc(100% - 3em);
    border-right: 0.2rem dotted #cccccc;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .p-home-about-detail .-half + .-half {
    margin-left: 0.3rem;
  }
  .p-home-about-guidebook h2 .title {
    min-width: 320px;
  }
  .p-home-about-detail {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .p-home-about-detail > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .p-home-about-detail > div.-max {
    width: 100%;
  }
  .p-home-about-detail > div dt {
    width: 9em;
  }
  .p-home-about-detail > div dd {
    max-width: calc(100% - 9em);
  }
}
@media screen and (max-width: 939px) {
  .p-home-about {
    padding: 4rem 0;
    border-radius: 2rem;
  }
  .p-home-about-txt h2 {
    font-size: 1.8rem;
  }
  .p-home-about-txt p {
    text-align: left;
  }
  .p-home-about-howto {
    margin-bottom: 1.6rem;
  }
  .p-home-about-detail > div {
    border-radius: 0.3rem;
    font-size: 1.2rem;
  }
  .p-home-about-detail > div.-max dd {
    text-align: left;
  }
  .p-home-about-detail > div dt {
    padding: 0.8rem 1rem 0.2rem;
    font-size: 1.2rem;
  }
  .p-home-about-detail > div dd {
    padding: 0.2rem 1rem 0.8rem;
    font-size: 1.2rem;
    text-align: center;
  }
  .p-home-about-detail > div dd .sns,
  .p-home-about-detail > div dd .related {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .p-home-about-detail > div dd .sns img {
    width: 4rem;
  }
  .p-home-about-guidebook {
    margin-top: 3.6rem;
    border-radius: 0.3rem;
    padding: 5rem 1rem 2rem;
  }
  .p-home-about-guidebook h2 {
    font-size: 1.4rem;
    margin-bottom: 1.6rem;
    margin-top: -6.4rem;
  }
  .p-home-about-guidebook h2 .title {
    padding: 1rem 1.6rem;
    font-size: 1.4rem;
  }
  .p-home-about-guidebook h2::before {
    border-width: 0.6rem 0.6rem 0 0.6rem;
    bottom: -0.5rem;
  }
  .p-home-about-guidebook-list {
    display: block;
  }
  .p-home-about-guidebook-item {
    margin: 0 auto;
  }
  .p-home-about-guidebook-item + .p-home-about-guidebook-item {
    margin-top: 0.6rem;
  }
  .p-home-about-guidebook-item a {
    padding: 0.8rem 1rem 0.9rem;
    letter-spacing: 0.05em;
  }
  .p-home-about-guidebook-item a::before {
    width: 1.6rem;
    height: 1.7rem;
    margin-right: 6px;
    margin-top: -2px;
  }
}
/* 特典画像GET */
.p-home-special {
  padding: 20rem 4rem 42rem;
  position: relative;
}
.p-home-special::after {
  content: "";
  display: inline-block;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url("../images/home/round_cut.svg");
  width: 100%;
  height: 22.4743777452vw;
  position: absolute;
  bottom: -1px;
  left: 0;
}
.p-home-special .p-home-sct-head h2 {
  max-width: 300px;
  width: 100%;
  margin: 0 auto;
}
.p-home-special .sub {
  position: absolute;
  left: -3.6rem;
  margin: -2rem auto 0;
  max-width: 52rem;
}
.p-home-special .p-home-sct-head-lead {
  margin-top: 2.4rem;
  text-align: center;
  font-weight: 700;
}
.p-home-special-inner {
  background-color: #ffffff;
  border-radius: 100vw;
  padding: 10rem 6rem 18rem;
  position: relative;
}
.p-home-special-area {
  position: relative;
  padding: 80px 0 60px;
}
.p-home-special-area-btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  margin: 4rem auto;
}
.p-home-special-area-btn {
  margin: 0.5rem 0.8rem;
}
.p-home-special-area-btn a {
  font-size: 1.8rem;
  font-weight: 700;
  border-radius: 2em;
  min-width: 12rem;
  width: 100%;
  display: inline-block;
  text-align: center;
  padding: 0.8rem 2rem;
  color: #ffffff;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.p-home-special-area-btn a:hover {
  opacity: 0.6;
}
.p-home-special-area-btn.-kenpoku a {
  background-color: #87699a;
}
.p-home-special-area-btn.-kentyu a {
  background-color: #707551;
}
.p-home-special-area-btn.-kennan a {
  background-color: #6bb0d4;
}
.p-home-special-area-btn.-aizu a {
  background-color: #ba655a;
}
.p-home-special-area-btn.-minamiaizu a {
  background-color: #c79f62;
}
.p-home-special-area-btn.-sousou a {
  background-color: #1e5a7a;
}
.p-home-special-area-btn.-iwaki a {
  background-color: #60b0af;
}
.p-home-special-area-map {
  margin-top: 11.6rem;
}
.p-home-special-area-map img {
  height: auto;
}
.p-home-special-pict + .p-home-special-pict {
  margin-top: 4rem;
}
.modal-box {
  display: none;
}
.modaal-content-container {
  padding: 0;
}
.modaal-container {
  max-width: 1100px;
  border-radius: 10px;
  overflow: hidden;
}
.modaal-close {
  background-color: rgba(0, 0, 0, 0.6);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
}
.modaal-close::before, .modaal-close::after {
  width: 0.2rem;
  top: 1.4rem;
  left: 2.4rem;
}
.p-home-special-modal-inner {
  display: inline-block;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url("../images/home/modal/bg.jpg");
  width: 100%;
  height: 100%;
}
.p-home-special-modal-inner {
  padding: 40px;
}
.p-home-special-modal-ttl {
  max-width: 100rem;
  width: 100%;
  margin: 0 auto 2.8rem;
}
.p-home-special-modal-ttl-area {
  margin-bottom: 40px;
}
.p-home-special-modal-ttl-area span {
  width: 29rem;
  height: 5.7rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 2.2rem;
  font-weight: 900;
  color: #ffffff;
  letter-spacing: 0.05em;
  margin: auto;
  position: relative;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(../images/home/modal/bg_area.png);
}
.p-home-special-modal-card-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  margin: -8px;
}
.p-home-special-modal-card {
  padding: 14px 8px;
  text-align: center;
}
.p-home-special-modal-card a {
  display: block;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.p-home-special-modal-card a:hover {
  opacity: 0.6;
}
.p-home-special-modal-note {
  max-width: 44rem;
  margin: 3.2rem auto 0;
}
.p-home-special-modal-note dl > div {
  position: relative;
}
.p-home-special-modal-note dl > div + div {
  margin-top: 6px;
}
.p-home-special-modal-note dl > div dt {
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  position: relative;
}
.p-home-special-modal-note dl > div dt::before {
  content: "";
  display: inline-block;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  vertical-align: middle;
}
.p-home-special-modal-note dl > div.-download dt::before {
  background-image: url("../images/home/modal/ico_dl.png");
  width: 24px;
  height: 18px;
  margin-top: -1px;
  margin-right: 6px;
}
.p-home-special-modal-note dl > div.-present dt::before {
  background-image: url("../images/home/modal/ico_present.png");
  width: 128px;
  height: 21px;
  margin-right: 6px;
  margin-top: -1px;
}
.p-home-special-modal-note dl dt,
.p-home-special-modal-note dl dd {
  font-size: 1.2rem;
}
.scrollText {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: -5px;
  overflow: hidden;
  width: 12030px;
}
.scrollText .item {
  width: 4010px;
  height: 128px;
  white-space: nowrap;
  margin: 0;
  -webkit-animation: marquee-left 110s linear infinite;
  animation: marquee-left 110s linear infinite;
}
.scrollText .item img {
  width: inherit;
  height: inherit;
}
.scrollText .item + .item {
  margin-left: 100px;
}

@-webkit-keyframes marquee-left {
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}

@keyframes marquee-left {
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@media screen and (min-width: 940px) {
  .p-home-special-modal-card {
    width: 16.6666666667%;
  }
}
@media screen and (max-width: 939px) {
  .p-home-special {
    padding: 6rem 1rem 25rem;
  }
  .p-home-special::after {
    background-image: url("../images/home/round_cut_sp.svg");
    height: 39.0625vw;
  }
  .p-home-special .l-inner-lv3 {
    padding: 0 1rem;
  }
  .p-home-special .p-home-sct-header {
    padding: 0 1rem;
    max-width: calc(100% - 38rem);
    margin: 0 auto 1.2rem;
  }
  .p-home-special .p-home-sct-header h2 {
    max-width: 18.6rem;
  }
  .p-home-special .p-home-sct-head-lead {
    margin-top: 1rem;
    font-size: 1.2rem;
  }
  .p-home-special .sub {
    left: 0.4rem;
    margin: 0rem auto 0;
    max-width: 22rem;
  }
  .p-home-special-inner {
    padding: 0 0 2.8rem;
  }
  .p-home-special-area-map {
    margin-top: 9.5rem;
  }
  .p-home-special-area {
    padding: 6rem 0 2.4rem;
  }
  .p-home-special-area-btn-box {
    margin: 1.6rem auto 1.6rem;
    max-width: calc(100% - 16rem);
  }
  .p-home-special-area-btn {
    margin: 0.2rem 0.3rem;
  }
  .p-home-special-area-btn a {
    font-size: 1.2rem;
    padding: 0.4rem 1rem;
    min-width: 6.4rem;
  }
  .p-home-special-pict + .p-home-special-pict {
    margin-top: 1.6rem;
  }
  .p-home-special-modal {
    margin-bottom: 2rem;
  }
  .p-home-special-modal-ttl {
    margin: 0 auto 1.4rem;
  }
  .p-home-special-modal-ttl-area {
    margin-bottom: 1.6rem;
  }
  .p-home-special-modal-ttl-area span {
    font-size: 1.6rem;
    width: 18.1rem;
    height: 3.6rem;
  }
  .p-home-special-modal-card {
    width: 33.3333333333%;
  }
  .p-home-special-modal-inner {
    padding: 16px;
  }
}
@media screen and (max-width: 767px) {
  .p-home-special .p-home-sct-header {
    padding: 0 5rem;
    max-width: 100%;
  }
  .p-home-sct-head-lead {
    line-height: 1.45;
  }
  .p-home-special-area-btn-box {
    max-width: calc(100% - 4rem);
  }
  .p-home-special-modal-card {
    width: 50%;
  }
}
.p-home-faq {
  background-color: #ffffff;
  padding: 100px 0;
}
.p-home-faq .p-home-faq-header {
  margin-bottom: 3.2rem;
}
.p-home-faq-content {
  position: relative;
  z-index: 5;
}
.p-home-faq-accordion-item {
  overflow: hidden;
}
.p-home-faq-accordion-item + .p-home-faq-accordion-item {
  margin-top: 5px;
}
.p-home-faq-title {
  background-color: #f7f7f7;
  font-weight: 700;
  padding: 1.8rem 7.6rem 1.8rem 8.2rem;
  position: relative;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.p-home-faq-title::before, .p-home-faq-title::after {
  content: "";
  display: inline-block;
  position: absolute;
}
.p-home-faq-title::before {
  background-color: var(--sub-color);
  width: 6.4rem;
  height: 6.4rem;
  border-radius: 0 0 100vh 0;
  top: 0;
  left: 0;
}
.p-home-faq-title::after {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url("../images/home/faq_q.svg");
  width: 2rem;
  height: 2.4rem;
  left: 16px;
}
.p-home-faq-title .c-toggle {
  right: 1.6rem;
}
.p-home-faq-accordion-inner {
  background-color: #f7f7f7;
  padding: 3.2rem;
  position: relative;
  display: none;
}
.p-home-faq-accordion-txt {
  position: relative;
  padding: 3.2rem 3.2rem 3.2rem 6.2rem;
  display: block;
  border-radius: 0.6rem;
  background-color: #ffffff;
}
.p-home-faq-accordion-txt::before {
  content: "";
  display: inline-block;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url("../images/home/faq_a.svg");
  width: 2.6rem;
  height: 2.8rem;
  position: absolute;
  left: 1.6rem;
}

@media screen and (min-width: 940px) {
  .p-home-faq-title::after {
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
@media screen and (max-width: 939px) {
  .p-home-faq {
    padding: 4.8rem 0 4rem;
  }
  .p-home-faq .p-home-faq-header {
    margin-bottom: 1.8rem;
  }
  .p-home-faq-title::before,
  .p-home-faq-accordion-inner::before {
    width: 5rem;
    height: 5.2rem;
  }
  .p-home-faq-accordion-item + .p-home-faq-accordion-item {
    margin-top: 3px;
  }
  .p-home-faq-title {
    padding: 0.8rem 3.8rem 0.8rem 5.6rem;
    line-height: 1.45;
  }
  .p-home-faq-title::after {
    width: 1.6rem;
    height: 2rem;
    top: 1rem;
    left: 1.2rem;
  }
  .p-home-faq-title .c-toggle {
    right: 0.6rem;
  }
  .p-home-faq-accordion-inner {
    padding: 0.6rem 1rem 1rem 1rem;
  }
  .p-home-faq-accordion-txt {
    padding: 2rem 1rem 2rem 4rem;
  }
  .p-home-faq-accordion-txt::before {
    top: 2rem;
    left: 1rem;
    width: 1.9rem;
    height: 2rem;
  }
}
.l-topics {
  margin-right: 10px;
  width: 100%;
  min-width: auto;
  /* Firefox */
}
.l-topics::-webkit-scrollbar {
  width: 8px;
}
.l-topics::-webkit-scrollbar-track {
  background-color: #dddddd;
  border-radius: 2em;
}
.l-topics::-webkit-scrollbar-thumb {
  background-color: var(--main-color);
  border-radius: 2em;
}
.l-topics .p-home-news-txt p {
  margin-top: 16px;
}
.l-topics .p-home-news-txt p:first-child {
  margin-top: 0;
}
.l-topics .p-home-news-txt h2 {
  margin-top: 24px;
  line-height: 1.45;
}
.l-topics .p-home-news-txt ul {
  margin: 8px 0;
}
.l-topics .p-home-news-txt a {
  text-decoration: underline;
  color: var(--main-color);
}
.l-topics .p-home-news-txt a:hover {
  text-decoration: none;
}
.l-topics .p-home-news-txt .figure {
  margin-top: 2em;
}
.l-topics .p-home-news-txt figure {
  margin: 1.5em auto;
  max-width: 600px;
}
.l-topics .p-home-news-txt figure figcaption {
  margin-top: 0.5em;
  font-size: 1.5rem;
}
.l-topics .p-home-news-txt figure figcaption b {
  display: block;
  font-size: 1.6rem;
  text-align: center;
}
.l-topics .p-home-news-txt .highlight li + li {
  margin-top: 8px;
}
.l-topics .p-home-news-txt .highlight li > span {
  display: inline-block;
  padding: 5px 6px 3px;
  line-height: 1.45;
  background-color: rgba(255, 245, 0, 0.6);
  border-radius: 3px;
}
.l-topics .p-home-news-txt .photo {
  margin: 24px auto 0;
}
.l-topics .p-home-news-txt .row li {
  text-align: center;
}
.l-topics .p-home-news-txt .row li .title {
  display: inline-block;
  margin-top: 8px;
}
.l-topics .p-home-news-txt .row li .title b {
  display: block;
}

@media screen and (min-width: 940px) {
  .l-topics {
    overflow-y: auto;
    min-width: auto;
  }
  .l-topics .photo {
    max-width: 640px;
  }
  .l-topics .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin: 20px -5px;
  }
  .l-topics .row li {
    padding: 5px;
    width: 33.3333333333%;
  }
  .l-topics .row li .thumb {
    height: 280px;
  }
  .l-topics .row li .thumb img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%;
  }
  .l-topics .row li .title b {
    display: block;
  }
}
@media screen and (max-width: 939px) {
  .l-topics::-webkit-scrollbar {
    width: 6px;
  }
  .l-topics .p-home-news-txt p {
    margin-top: 8px;
  }
  .l-topics .p-home-news-txt h2 {
    margin-top: 16px;
  }
  .l-topics .p-home-news-txt ul {
    margin: 6px 0;
  }
  .l-topics .p-home-news-txt figure {
    max-width: 100%;
  }
  .l-topics .p-home-news-txt figure figcaption {
    font-size: 1.4rem;
  }
  .l-topics .p-home-news-txt figure figcaption b {
    font-size: 1.4rem;
  }
  .l-topics .p-home-news-txt .highlight li + li {
    margin-top: 6px;
  }
  .l-topics .p-home-news-txt .highlight li > span {
    padding: 4px 5px 3px;
  }
  .l-topics .p-home-news-txt .row {
    margin-top: 16px;
  }
  .l-topics .p-home-news-txt .row li + li {
    margin-top: 16px;
  }
}
.l-spot:not(.-single) {
  background-color: #fffcdb;
  background-image: url("../images/spot/bg_dots.png");
  background-repeat: repeat;
  background-size: 12.5rem 12.6rem;
}
.l-spot.-single .l-lower-content {
  margin-bottom: 0;
}
.l-spot.-single .slick-dots > li:first-child:last-child {
  display: none;
}
.p-common-archive-cats {
  margin-bottom: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
.p-common-archive-cat {
  font-size: 1.8rem;
  margin: 0 0.1rem;
  font-weight: 700;
  line-height: 1;
  border-radius: 100vh;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.p-common-archive-cat a {
  display: inline-block;
  padding: 1.3rem 1.5rem;
  color: #4e4e4e;
}
.p-common-archive-cat a small {
  font-size: 1.6rem;
}
.p-common-archive-cat.-kenpoku a {
  color: var(--color-kenpoku);
}
.p-common-archive-cat.-kentyu a {
  color: var(--color-kentyu);
}
.p-common-archive-cat.-kennan a {
  color: var(--color-kennan);
}
.p-common-archive-cat.-aizu a {
  color: var(--color-aizu);
}
.p-common-archive-cat.-minamiaizu a {
  color: var(--color-minamiaizu);
}
.p-common-archive-cat.-sousou a {
  color: var(--color-sousou);
}
.p-common-archive-cat.-iwaki a {
  color: var(--color-iwaki);
}
.p-common-archive-cat.is-current {
  font-size: 2.4rem;
  background-color: #ffffff;
}
.p-common-archive-cat.is-current small {
  font-size: 2rem;
}
.p-spot-archive-about {
  border-radius: 100vh;
  background-color: #ffffff;
  padding: 1.6rem;
  max-width: 68rem;
  margin: 0 auto 4.6rem;
  text-align: center;
}
.p-spot-archive-about ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.p-spot-archive-about ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: var(--main-color);
  margin: 0 1.6rem;
}
.p-spot-archive-about ul li .ico {
  width: 8rem;
  height: auto;
  vertical-align: middle;
  margin-top: -0.2rem;
  margin-right: 0.8rem;
}
.p-spot-archive-about ul li .ico img {
  display: block;
  width: 100%;
  height: auto;
}
.p-spot-archive-about ul li p {
  font-weight: 700;
  font-size: 1.6rem;
}
.p-spot-archive-about-lead {
  text-align: center;
  font-weight: 700;
  display: inline-block;
  margin: 0 auto 1.4rem;
}
.p-spot-archive-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
.p-spot-archive-card-item {
  border-radius: 0.4rem;
  width: 30.8943089431%;
  border-top: 0.4rem solid;
  border-bottom: 0.4rem solid;
  background: #ffffff;
}
.p-spot-archive-card-item.-kenpoku {
  border-color: var(--color-kenpoku);
}
.p-spot-archive-card-item.-kenpoku .p-spot-archive-area {
  border-color: var(--color-kenpoku);
}
.p-spot-archive-card-item.-kentyu {
  border-color: var(--color-kentyu);
}
.p-spot-archive-card-item.-kentyu .p-spot-archive-area {
  border-color: var(--color-kentyu);
}
.p-spot-archive-card-item.-kennan {
  border-color: var(--color-kennan);
}
.p-spot-archive-card-item.-kennan .p-spot-archive-area {
  border-color: var(--color-kennan);
}
.p-spot-archive-card-item.-aizu {
  border-color: var(--color-aizu);
}
.p-spot-archive-card-item.-aizu .p-spot-archive-area {
  border-color: var(--color-aizu);
}
.p-spot-archive-card-item.-minamiaizu {
  border-color: var(--color-minamiaizu);
}
.p-spot-archive-card-item.-minamiaizu .p-spot-archive-area {
  border-color: var(--color-minamiaizu);
}
.p-spot-archive-card-item.-sousou {
  border-color: var(--color-sousou);
}
.p-spot-archive-card-item.-sousou .p-spot-archive-area {
  border-color: var(--color-sousou);
}
.p-spot-archive-card-item.-iwaki {
  border-color: var(--color-iwaki);
}
.p-spot-archive-card-item.-iwaki .p-spot-archive-area {
  border-color: var(--color-iwaki);
}
.p-spot-archive-card-item a {
  height: 100%;
  display: block;
}
.p-spot-archive-card-item-thumb {
  overflow: hidden;
  position: relative;
}
.p-spot-archive-card-item-photo {
  background-color: #ffffff;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  width: 100%;
  height: 0;
  padding-top: 75.4098360656%;
  display: block;
  overflow: hidden;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.p-spot-archive-area {
  display: inline-block;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1;
  border: 1px solid;
  border-radius: 100vh;
  padding: 0.3rem 0.6rem;
  margin-top: 0.2rem;
}
.p-spot-archive-card-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 10px;
}
.p-spot-archive-card-ico {
  position: absolute;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px 0 0 0;
  background-color: rgba(255, 255, 255, 0.96);
  padding: 8px 8px 5px 10px;
}
.p-spot-archive-card-ico::before, .p-spot-archive-card-ico::after {
  content: "";
  display: inline-block;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url("../images/spot/ico_spot_tip.svg");
  width: 0.4rem;
  height: 0.4rem;
  position: absolute;
}
.p-spot-archive-card-ico::before {
  left: -0.4rem;
  bottom: 0;
}
.p-spot-archive-card-ico::after {
  top: -0.4rem;
  right: 0;
}
.p-spot-archive-card-ico-item {
  margin: 0 5px;
  width: 32px;
  height: 32px;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: 100%;
  vertical-align: middle;
}
.p-spot-archive-card-ico-item.-collabo {
  background-image: url("../images/spot/badge_collabo.png");
}
.p-spot-archive-card-ico-item.-present {
  background-image: url("../images/spot/badge_present.png");
}
.p-spot-num {
  font-size: 2rem;
  font-weight: 700;
  color: #ffffff;
  position: relative;
  text-align: center;
  display: inline-block;
  width: 3.2rem;
  height: 3.2rem;
}
.p-spot-num::before {
  content: "";
  display: inline-block;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  width: inherit;
  height: inherit;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.p-spot-num span {
  position: relative;
  z-index: 1;
  display: inline-block;
  vertical-align: middle;
  line-height: 3.2rem;
  margin-top: -1rem;
}
.p-spot-archive-card-heading {
  font-size: 2rem;
  font-weight: 700;
  margin: 0.3rem 0.3rem 0 0.6rem;
  line-height: 1.45;
}
.p-spot-archive-card-heading small {
  font-size: 1.6rem;
}
.p-common-pagination {
  margin: 2.4rem auto;
}
.p-common-pagination ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.p-common-pagination li {
  margin: 4px;
}
.p-common-pagination li a,
.p-common-pagination li span {
  display: inline-block;
  vertical-align: middle;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  border-radius: 3px;
  color: #1a1a1a;
  background-color: #ffffff;
  text-decoration: none;
  font-weight: 700;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  font-family: var(--jost-font);
}
.p-common-pagination li span:not(.current) {
  opacity: 0.4;
}
.p-common-pagination li .current {
  background-color: #1a1a1a;
  color: #ffffff !important;
  width: 38px;
  height: 38px;
  line-height: 38px;
}
.p-common-pagination li .prev,
.p-common-pagination li .next {
  position: relative;
  background-color: initial;
}
.p-common-pagination li .prev::before,
.p-common-pagination li .next::before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  border-top: solid 2px #1a1a1a;
  border-right: solid 2px #1a1a1a;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.p-common-pagination li .prev::before {
  -webkit-transform: translate(-50%, -50%) rotate(225deg);
  transform: translate(-50%, -50%) rotate(225deg);
}
.p-common-pagination li .next::before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}

@media (hover: hover) {
  .p-spot-archive-card-item a:hover .p-spot-num span, .p-spot-archive-card-item a:focus .p-spot-num span, .p-spot-archive-card-item a:active .p-spot-num span {
    text-decoration: none;
  }
  .p-spot-archive-card-item a:hover .p-spot-archive-card-item-photo, .p-spot-archive-card-item a:focus .p-spot-archive-card-item-photo, .p-spot-archive-card-item a:active .p-spot-archive-card-item-photo {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  .p-common-archive-cat:hover, .p-common-archive-cat:focus, .p-common-archive-cat:active {
    background-color: #ffffff;
  }
  .p-common-pagination li a:hover, .p-common-pagination li a:focus, .p-common-pagination li a:active {
    background-color: #1a1a1a;
    color: #ffffff;
  }
  .p-common-pagination li a:hover.prev, .p-common-pagination li a:hover.next, .p-common-pagination li a:focus.prev, .p-common-pagination li a:focus.next, .p-common-pagination li a:active.prev, .p-common-pagination li a:active.next {
    background-color: initial;
  }
  .p-common-pagination li a:hover.prev::before, .p-common-pagination li a:hover.next::before, .p-common-pagination li a:focus.prev::before, .p-common-pagination li a:focus.next::before, .p-common-pagination li a:active.prev::before, .p-common-pagination li a:active.next::before {
    border-top-color: #ffffff;
    border-right-color: #ffffff;
  }
}
@media screen and (min-width: 940px) {
  .p-spot-archive-card {
    margin: 0 -1.2195121951% 4rem;
  }
  .p-spot-archive-card-item {
    max-width: 380px;
    margin: 1.8rem 1.2195121951%;
  }
  .p-spot-archive-card-heading {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}
@media screen and (max-width: 939px) {
  .p-spot-archive-card-ico {
    border-radius: 8px 0 0 0;
    padding: 3px 0px 5px 4px;
  }
  .p-spot-archive-card-ico-item {
    margin: 0 2px;
    width: 24px;
    height: 24px;
  }
  .p-common-archive-cats {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin-bottom: 1.5rem;
  }
  .p-common-archive-cat {
    font-size: 1.4rem;
  }
  .p-common-archive-cat a {
    padding: 0.8rem 1.4rem;
  }
  .p-common-archive-cat a small {
    font-size: 1.2rem;
  }
  .p-common-archive-cat.is-current {
    font-size: 1.6rem;
  }
  .p-common-archive-cat.is-current small {
    font-size: 1.4rem;
  }
  .p-spot-archive-about-lead {
    display: block;
    text-align: center;
    font-size: 1.2rem;
    margin: 0 auto 1.2rem;
  }
  .p-spot-archive-about {
    border-radius: 0.3rem;
    border-width: 0.2rem;
    padding: 1rem;
    margin: 0 auto 2rem;
    max-width: 28rem;
    text-align: center;
  }
  .p-spot-archive-about ul li {
    margin: 0 0.8rem;
    display: block;
  }
  .p-spot-archive-about ul li .ico {
    width: 7.2rem;
    margin-top: 0;
    margin-right: 0;
  }
  .p-spot-archive-about ul li p {
    font-size: 1.2rem;
    margin-top: 0.2rem;
  }
  .p-spot-archive-card {
    margin: 0 -1rem;
  }
  .p-spot-archive-card-item {
    width: calc(50% - 1.1rem);
    margin: 0.5rem;
    border-radius: 0.3rem;
    border-top-width: 0.3rem;
    border-bottom-width: 0.3rem;
  }
  .p-spot-archive-card-item-photo::before {
    padding-top: 73.3333333333%;
  }
  .p-spot-archive-card-meta {
    padding: 0.6rem 0.5rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  .p-spot-archive-area {
    font-size: 1rem;
    padding: 0.2rem 0.5rem;
    margin-top: 0.4rem;
    margin-left: 0.5rem;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .p-spot-archive-card-heading {
    font-size: 1.4rem;
    line-height: 1.45;
    margin: 0.2rem 0 0;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    width: 100%;
    display: block;
  }
  .p-spot-archive-card-heading small {
    font-size: 1.4rem;
  }
  .p-common-pagination {
    margin: 2rem auto 0;
  }
  .p-common-pagination li {
    margin: 0.3rem;
  }
  .p-common-pagination li a,
  .p-common-pagination li span {
    width: 3rem;
    height: 3rem;
    line-height: 3rem;
  }
  .p-common-pagination li .current {
    width: 3.4rem;
    height: 3.4rem;
    line-height: 3.4rem;
  }
  .p-common-pagination li .prev::before,
  .p-common-pagination li .next::before {
    width: 0.6rem;
    height: 0.6rem;
  }
}
.-aizu .p-spot-num::before {
  background-image: url(../images/spot/num_aizu.png);
}
.-aizu .p-spot-content-header-area span {
  background-color: var(--color-aizu);
}
.-minamiaizu .p-spot-num::before {
  background-image: url(../images/spot/num_minamiaizu.png);
}
.-minamiaizu .p-spot-content-header-area span {
  background-color: var(--color-minamiaizu);
}
.-kenpoku .p-spot-num::before {
  background-image: url(../images/spot/num_kenpoku.png);
}
.-kenpoku .p-spot-content-header-area span {
  background-color: var(--color-kenpoku);
}
.-kentyu .p-spot-num::before {
  background-image: url(../images/spot/num_kentyu.png);
}
.-kentyu .p-spot-content-header-area span {
  background-color: var(--color-kentyu);
}
.-kennan .p-spot-num::before {
  background-image: url(../images/spot/num_kennan.png);
}
.-kennan .p-spot-content-header-area span {
  background-color: var(--color-kennan);
}
.-iwaki .p-spot-num::before {
  background-image: url(../images/spot/num_iwaki.png);
}
.-iwaki .p-spot-content-header-area span {
  background-color: var(--color-iwaki);
}
.-sousou .p-spot-num::before {
  background-image: url(../images/spot/num_sousou.png);
}
.-sousou .p-spot-content-header-area span {
  background-color: var(--color-sousou);
}
body.l-spot.-single .l-main {
  position: relative;
}
body.l-spot.-single .l-main::before {
  content: "";
  display: inline-block;
  background-color: #fffcdb;
  -webkit-clip-path: circle(54.4% at 50% 0);
  clip-path: circle(54.4% at 50% 0);
  background-image: url("../images/spot/bg_dots.png");
  background-repeat: repeat;
  background-size: 12.5rem 12.6rem;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.p-spot-facility {
  position: relative;
  height: 100%;
}
.p-spot-content-header {
  position: relative;
  z-index: 5;
}
.p-spot-header-inner {
  padding: 4rem 6.4rem;
  width: 100%;
}
.p-spot-content-header-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.p-spot-campaign {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.p-spot-campaign-item {
  width: 12rem;
  height: 12rem;
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  margin: 0 5px;
}
.p-spot-campaign-item.-collabo {
  background-image: url("../images/spot/badge_collabo.png");
  background-size: 12rem 10.8rem;
}
.p-spot-campaign-item.-present {
  background-size: 12rem 10.8rem;
  background-image: url("../images/spot/badge_present.png");
}
.p-spot-body {
  margin-top: 40px;
}
.p-spot-content-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  font-weight: 700;
  margin-top: 14px;
}
.p-spot-content-heading .p-spot-content-head-rb {
  font-size: 2.8rem;
  margin-top: 0.3rem;
  line-height: 1.45;
  letter-spacing: 0.05em;
}
.p-spot-content-heading .p-spot-content-head-rb small {
  font-size: 1.8rem;
}
.p-spot-content-heading .p-spot-content-head-rt {
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  line-height: 1.45;
}
.l-spot.-single .p-spot-num {
  margin-right: 1rem;
}
.p-spot-content-header-area {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.p-spot-content-header-area span {
  font-size: 1.5rem;
  font-weight: 700;
  display: inline-block;
  line-height: 1.2;
  color: #ffffff;
  margin: 0;
  padding: 0.8rem 1.6rem;
  background-color: #717171;
}

/* スライダー */
.p-spot-slider {
  position: relative;
  width: 100%;
}
.p-spot-slider .slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 2rem;
}
.p-spot-slider .slick-dots button {
  display: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  padding: 0;
  border: none;
  background-color: transparent;
}
.p-spot-slider .slick-dots li {
  width: 5.2rem;
  height: 0.4rem;
  margin: 0 0.5rem;
  background-color: #e0e0e0;
  cursor: pointer;
  position: relative;
  border-radius: 100vh;
  overflow: hidden;
}
.p-spot-slider .slick-dots li::before {
  content: "";
  display: inline-block;
  background-color: var(--main-color);
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
}
.p-spot-slider .slick-dots li.slick-active::before {
  background-color: var(--main-color);
  -webkit-animation: progressbar-anime 5.5s linear forwards;
  animation: progressbar-anime 5.5s linear forwards;
}

@-webkit-keyframes progressbar-anime {
  from {
    width: 0%;
  }
  to {
    width: 100%;
  }
}

@keyframes progressbar-anime {
  from {
    width: 0%;
  }
  to {
    width: 100%;
  }
}
.p-spot-slider-item .p-spot-slider-photo {
  overflow: hidden;
  -webkit-transition: 0.7s;
  transition: 0.7s;
  -webkit-transform: scale(0.6) !important;
  transform: scale(0.6) !important;
  -webkit-filter: blur(10px);
  filter: blur(10px);
}
.p-spot-slider-item.slick-current .p-spot-slider-photo {
  opacity: 1;
  z-index: 1;
  -webkit-transform: scale(1) !important;
  transform: scale(1) !important;
  -webkit-filter: blur(0);
  filter: blur(0);
}
.p-spot-slider-item img {
  width: 100%;
}
.p-spot-slider-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0;
  padding: 0;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.p-spot-slider-wrap {
  width: 100%;
  position: relative;
}
.p-spot-slider-list {
  width: 100%;
  position: relative;
  margin: 0;
  padding: 0;
}
.p-spot-slider-item {
  position: relative;
  height: 100%;
}
.p-spot-slider-photo {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: 1;
  display: block;
}
.p-spot-slider-photo::before {
  content: "";
  display: block;
  padding-top: 56.5789473684%;
}

@media screen and (max-width: 939px) {
  body.l-spot.-single .l-main::before {
    background-size: 7.5rem 7.6rem;
  }
  .p-spot-slider .slick-dotted.slick-slider {
    margin-bottom: 2.8rem;
  }
  .p-spot-slider .slick-dots {
    margin-top: 1.6rem;
  }
  .p-spot-slider .slick-dots li {
    width: 3rem;
    height: 0.3rem;
    margin: 0 0.3rem;
  }
}
/* コンテンツ */
body.l-spot {
  background-color: #bae3f9;
  background-image: url("../images/spot/bg_line.png");
  background-repeat: repeat;
  background-position: center;
  background-size: 16.9rem 16.9rem;
}
.p-spot-facility {
  position: relative;
  z-index: 1;
}
.p-spot-info {
  margin-top: 6.4rem;
}
.p-spot-info-inner {
  position: relative;
  background-color: #ffffff;
  border-radius: 2rem;
  padding: 6.4rem;
}
.p-spot-info-descript {
  margin: 0;
  position: relative;
  padding-top: 5.2rem;
}
.p-spot-info-descript::before {
  content: "";
  display: inline-block;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url("../images/spot/header_facility.svg");
  width: 38.7rem;
  height: 5.1rem;
}
.p-spot-info-descript p {
  position: relative;
  z-index: 1;
}
.p-spot-info-row {
  margin-bottom: 4rem;
}
.p-spot-bnr {
  margin-top: 4rem;
  overflow: hidden;
}
.p-spot-bnr a img {
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.p-spot-map {
  width: 100%;
  border-radius: 0.6rem;
  overflow: hidden;
  margin-top: 4rem;
  height: 29rem;
}
.p-spot-map iframe {
  width: 100%;
  height: inherit;
}
.p-spot-info-detail {
  width: 100%;
  z-index: 5;
}
.p-spot-common-detail > div:not(:last-child) {
  margin-bottom: 10px;
}

/*pickup*/
.p-spot-pickup {
  padding-top: 19rem;
  padding-bottom: 10rem;
  position: relative;
}
.p-spot-pickup::before, .p-spot-pickup::after {
  content: "";
  display: inline-block;
  background-position: top center;
  background-size: 43.2rem 328.8rem;
  background-repeat: repeat-y;
  width: 43.2rem;
  height: 100%;
  position: absolute;
  top: 0;
}
.p-spot-pickup::before {
  background-image: url("../images/spot/bg_cloud_l.png");
  left: 0;
}
.p-spot-pickup::after {
  background-image: url("../images/spot/bg_cloud_r.png");
  right: 0;
}
.p-spot-pickup > .l-inner-lv2 {
  position: relative;
  z-index: 10;
}
.p-spot-pickup-header {
  text-align: center;
  margin-bottom: 8rem;
}
.p-spot-pickup-heading {
  max-width: 66.3rem;
  margin: 0 auto;
}
.p-spot-pickup-header-lead {
  margin-top: -2.4rem;
}
.p-spot-pickup-header-lead .p-spot-pickup-header-lead-item + .p-spot-pickup-header-lead-item {
  margin-top: 0.8rem;
}
.p-spot-pickup-header-lead .p-spot-pickup-header-lead-item > span {
  display: inline;
  background-color: #15336c;
  border-radius: 0.6rem;
  padding: 0.3rem 0.7rem 0.5rem;
  color: #ffffff;
  font-weight: 700;
  position: relative;
  -webkit-box-shadow: 0.3rem 0.3rem 0 rgba(21, 51, 108, 0.55);
  box-shadow: 0.3rem 0.3rem 0 rgba(21, 51, 108, 0.55);
}
.p-spot-sight,
.p-spot-gourmet {
  padding: 6rem 4rem;
}
.p-spot-gourmet .p-spot-pickup-sct:not(:last-child)::before {
  border-top-color: #d2b8cc;
}
.p-spot-pickup-sct {
  position: relative;
}
.p-spot-pickup-sct:last-of-type {
  margin-bottom: 0;
}
.p-spot-pickup-sct:not(:last-child) {
  margin-bottom: 8rem;
  padding-bottom: 8rem;
}
.p-spot-pickup-sct:not(:last-child)::before {
  content: "";
  display: inline-block;
  border-top: 1px solid #b4c9a0;
  width: calc(100% - 20rem);
  height: 8px;
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translatex(-50%);
  transform: translatex(-50%);
}
.p-spot-pickup-sct-inner {
  position: relative;
}
.p-spot-pickup-info {
  border-radius: 2rem;
  background-color: rgba(255, 255, 255, 0.86);
  padding: 2.6rem;
}
.p-spot-pickup-txt {
  margin-top: 1.4rem;
  line-height: 1.5;
}
.p-spot-pickup-data .title {
  display: inline-block;
  color: #ffffff;
  margin-left: 1rem;
  margin-bottom: 0.8rem;
  letter-spacing: 0.1em;
  line-height: 1;
}
.p-spot-pickup-data .title > span {
  position: relative;
  display: inline-block;
  padding: 0.4rem 1.6rem 0.5rem;
  font-weight: 700;
  font-size: 1.4rem;
  background-color: var(--main-color);
}
.p-spot-pickup-data .title > span::before, .p-spot-pickup-data .title > span::after {
  content: "";
  display: inline-block;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(../images/spot/ico_ribbon.svg);
  width: 1.1rem;
  height: 2.3rem;
  position: absolute;
  top: 0;
}
.p-spot-pickup-data .title > span::before {
  left: -1rem;
}
.p-spot-pickup-data .title > span::after {
  right: -1rem;
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.p-spot-pickup-data dl {
  font-size: 1.4rem;
}
.p-spot-pickup-data dl > div + div {
  margin-top: 0.2rem;
}
.p-spot-pickup-data dl dt {
  font-weight: normal;
}
.p-spot-pickup-data dl dd {
  text-decoration: none;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.p-spot-pickup-data dl dd a {
  text-decoration: none;
}
.p-spot-pickup-item-header .en {
  display: block;
  line-height: 1.2;
  margin-top: 0.4rem;
  font-family: var(--din-font);
  font-weight: 700;
  letter-spacing: 0.2em;
  color: #ffffff;
  text-shadow: 2px 2px 0px #727171, -2px 2px 0px #727171, 2px -2px 0px #727171, -2px -2px 0px #727171, 2px 0px 0px #727171, 0px 2px 0px #727171, -2px 0px 0px #727171, 0px -2px 0px #727171;
}
.p-spot-pickup-item-heading {
  font-size: 2.4rem;
  font-weight: 700;
  color: #15336c;
  line-height: 1.45;
}
.p-spot-sight {
  background-color: #eaf3df;
  border-radius: 2rem;
}
.p-spot-sight .p-spot-pickup-content-header {
  max-width: 425px;
  margin: 0 auto 3.2rem;
}
.p-spot-gourmet {
  background-color: #f2e4f0;
  border-radius: 2rem;
  margin-top: 6.4rem;
}
.p-spot-gourmet .p-spot-pickup-content-header {
  max-width: 333px;
  margin: 0 auto 3.2rem;
}
.p-spot-return-btn {
  margin: 4.2rem auto 0;
}

@media (hover: hover) {
  .p-spot-bnr a:hover img, .p-spot-bnr a:focus img, .p-spot-bnr a:active img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  .p-spot-pickup-data dl dd a:hover, .p-spot-pickup-data dl dd a:focus, .p-spot-pickup-data dl dd a:active {
    text-decoration: underline;
  }
}
@media screen and (min-width: 940px) {
  .p-spot-pickup-sct-inner {
    position: relative;
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: auto 1fr;
    grid-template-rows: auto 1fr;
  }
  .p-spot-header-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-radius: 100vh;
    background-color: #ffffff;
  }
  .p-spot-info-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .p-spot-info-descript {
    max-width: 48.6rem;
  }
  .p-spot-info-descript::before {
    position: absolute;
    top: -1.8rem;
    left: -3.2rem;
  }
  .p-spot-info-detail {
    margin-left: 4.6rem;
    max-width: calc(100% - 48.6rem - 4.6rem);
  }
  .p-spot-pickup-sct:nth-of-type(even) .p-spot-pickup-photo,
  .p-spot-pickup-sct:nth-of-type(even) .p-spot-pickup-data {
    margin-left: auto;
  }
  .p-spot-pickup-sct:nth-of-type(even) .p-spot-pickup-data {
    padding-left: 8rem;
  }
  .p-spot-pickup-sct:nth-of-type(even) .p-spot-pickup-info {
    margin: 6rem 0 0 0;
    right: auto;
    right: initial;
    left: 0;
  }
  .p-spot-pickup-photo {
    width: 58.5%;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    grid-row: 1/3;
  }
  .p-spot-pickup-info {
    width: 47%;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 1;
    grid-row-start: 1;
    margin: 6rem 0 0 auto;
    position: absolute;
    right: 0;
  }
  .p-spot-pickup-data {
    width: 58.5%;
    -ms-grid-column: 1;
    grid-column-start: 1;
    margin-top: 1.8rem;
    display: inline-block;
  }
  .p-spot-pickup-data dl > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (max-width: 939px) {
  body.l-spot .l-main::before {
    -webkit-clip-path: circle(46.7% at 50% 0);
    clip-path: circle(46.7% at 50% 0);
    background-size: 9.4rem 9.4rem;
  }
  .l-spot.-single .p-spot-num {
    margin-right: 0.6rem;
  }
  /* コンテンツ */
  .p-spot-body {
    margin-top: 16px;
  }
  .p-spot-campaign {
    margin-top: 8px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #ffffff;
    padding: 1rem 2.4rem;
    border-radius: 100vh;
  }
  .p-spot-campaign-item {
    width: 7.2rem;
    height: 7.2rem;
    margin: 0 0.3rem;
  }
  .p-spot-campaign-item.-collabo {
    background-size: 7.2rem 6.4rem;
  }
  .p-spot-campaign-item.-present {
    background-size: 7.2rem 6.4rem;
  }
  .p-spot-content-head {
    border: 3px solid var(--main-color);
    border-radius: 1.4rem;
    background-color: #ffffff;
    padding: 1.2rem 1.4rem;
  }
  .p-spot-header-inner {
    padding: 0;
  }
  .p-spot-content-heading {
    margin-top: 0.6rem;
  }
  .p-spot-content-heading .p-spot-content-head-rb {
    font-size: 1.8rem;
    margin-top: 0;
  }
  .p-spot-content-heading .p-spot-content-head-rt {
    font-size: 1rem;
  }
  .p-spot-num {
    width: 2.4rem;
    height: 2.4rem;
    font-size: 1.4rem;
  }
  .p-spot-num span {
    margin-top: -0.7rem;
    line-height: 1.6;
  }
  .p-spot-content-header-area span {
    padding: 0.3rem 1rem;
    font-size: 1.2rem;
  }
  .p-spot-info {
    margin-top: 3.2rem;
  }
  .p-spot-info-inner {
    padding: 3.2rem 2rem 2rem;
    border-radius: 1.6rem;
  }
  .p-spot-info-descript {
    padding-top: 0;
  }
  .p-spot-info-descript::before {
    width: 26rem;
    height: 3.4rem;
    margin-bottom: 0.8rem;
  }
  .p-spot-map {
    margin-top: 2.4rem;
    height: 32rem;
    border-radius: 0.3rem;
  }
  .p-spot-map iframe {
    width: 100%;
  }
  .p-spot-bnr {
    margin-top: 3.2rem;
  }
  .p-spot-info-detail {
    margin-top: 3.2rem;
    margin-bottom: 0;
  }
  .p-spot-info-detail .p-spot-common-detail {
    width: 100%;
    padding: 32px 0;
  }
  .p-spot-info-detail .p-spot-common-detail::before {
    right: 0;
  }
  .p-spot-info-detail .p-spot-common-detail > div:not(:last-child) {
    margin-bottom: 16px;
  }
  .p-spot-info-detail .p-spot-common-detail dt {
    margin-bottom: 10px;
    margin-bottom: 5px;
  }
  .p-spot-info-detail .p-spot-common-detail dd {
    font-size: 1.3rem;
  }
  .p-spot-info-detail .p-spot-common-detail .collabomenu a {
    margin-top: 8px;
    display: inline-block;
    font-size: 12px;
  }
  .p-spot-common-detail > div:not(:last-child) {
    margin-bottom: 10px;
  }
  .p-spot-common-detail dt {
    font-size: 1.2rem;
  }
  .p-spot-common-detail dt span {
    padding: 0 8px 0 0;
  }
  .p-spot-common-detail dt::after {
    width: calc(100% - 3em);
  }
  /*pickup*/
  .p-spot-pickup {
    padding-top: 6.4rem;
    padding-bottom: 6rem;
  }
  .p-spot-pickup::before, .p-spot-pickup::after {
    background-size: 20rem 136.4rem;
    width: 20rem;
  }
  .p-spot-pickup-header {
    margin-bottom: 3.2rem;
  }
  .p-spot-pickup-heading {
    width: 32rem;
    height: 11.6rem;
  }
  .p-spot-pickup-header-lead {
    margin-top: -0.9rem;
  }
  .p-spot-pickup-header-lead .p-spot-pickup-header-lead-item + .p-spot-pickup-header-lead-item {
    margin-top: 0.2rem;
  }
  .p-spot-pickup-header-lead .p-spot-pickup-header-lead-item > span {
    font-size: 1.2rem;
    border-radius: 0.3rem;
    padding: 0.2rem 0.5rem 0.3rem;
    -webkit-box-shadow: 0.2rem 0.2rem 0 rgba(21, 51, 108, 0.55);
    box-shadow: 0.2rem 0.2rem 0 rgba(21, 51, 108, 0.55);
  }
  .p-spot-sight,
  .p-spot-gourmet {
    padding: 2.8rem 1.6rem 1.6rem;
  }
  .p-spot-sight .p-spot-pickup-content-header {
    width: 25.2rem;
    height: 4.6rem;
    margin: 0 auto 1.6rem;
  }
  .p-spot-gourmet {
    margin-top: 5rem;
  }
  .p-spot-gourmet .p-spot-pickup-content-header {
    width: 19.7rem;
    height: 4.6rem;
    margin: 0 auto 1.6rem;
  }
  .p-spot-pickup-sct:not(:last-child) {
    margin-bottom: 3.2rem;
    padding-bottom: 3.8rem;
  }
  .p-spot-pickup-sct:not(:last-child)::before {
    height: 0.6rem;
  }
  .p-spot-pickup-info {
    padding: 2rem 1.6rem 1.2rem 1.6rem;
    margin-top: 1.2rem;
    border-radius: 1.6rem 1.6rem 0 0;
  }
  .p-spot-pickup-item-header .en {
    margin-top: 0.2rem;
    font-size: 1.2rem;
    letter-spacing: 0.1em;
    text-shadow: 1px 1px 0px #727171, -1px 1px 0px #727171, 1px -1px 0px #727171, -1px -1px 0px #727171, 1px 0px 0px #727171, 0px 1px 0px #727171, -1px 0px 0px #727171, 0px -1px 0px #727171;
  }
  .p-spot-pickup-item-heading {
    font-size: 1.8rem;
  }
  .p-spot-pickup-photo {
    margin: auto;
  }
  .p-spot-pickup-txt {
    font-size: 1.3rem;
    margin-top: 0.8rem;
  }
  .p-spot-pickup-txt p {
    line-height: 1.5;
  }
  .p-spot-pickup-data {
    padding: 0 1.6rem 1rem 1.6rem;
    background-color: rgba(255, 255, 255, 0.86);
    border-radius: 0 0 1.6rem 1.6rem;
  }
  .p-spot-pickup-data .title {
    margin-top: 0.9rem;
    margin-left: 1rem;
    margin-bottom: 0.8rem;
  }
  .p-spot-pickup-data .title > span {
    font-size: 1.2rem;
    letter-spacing: 0.05em;
    padding: 0.3rem 1.1rem 0.3rem;
  }
  .p-spot-pickup-data .title > span::before, .p-spot-pickup-data .title > span::after {
    width: 0.8rem;
    height: 1.8rem;
  }
  .p-spot-pickup-data .title > span::before {
    left: -0.8rem;
  }
  .p-spot-pickup-data .title > span::after {
    right: -0.8rem;
  }
  .p-spot-pickup-data dl {
    padding-bottom: 1rem;
  }
  .p-spot-pickup-data dl > div + div {
    margin-top: 0.6rem;
  }
  .p-spot-pickup-data dl dt {
    font-size: 1.2rem;
    margin-bottom: 0.3rem;
    line-height: 1;
  }
  .p-spot-pickup-data dl dd {
    font-size: 1.2rem;
    line-height: 1.45;
  }
  .p-spot-return-btn {
    margin: 3rem auto 0;
  }
}
.l-quiz {
  background-color: #fffcdb;
  background-image: url("../images/spot/bg_dots.png");
  background-repeat: repeat;
  background-size: 12.5rem 12.6rem;
}
.p-quiz-list {
  list-style: none;
}
.p-quiz-list .no-article {
  text-align: center;
  font-weight: 700;
}
.p-quiz-list-item {
  padding: 3.2rem;
  border-radius: 3.2rem;
  background-color: #ffffff;
}
.p-quiz-list-item + .p-quiz-list-item {
  margin-top: 1.6rem;
}
.p-quiz-period-detail-item + .p-quiz-period-detail-item {
  margin-left: 3.4rem;
  position: relative;
}
.p-quiz-period-detail-item + .p-quiz-period-detail-item::before {
  content: "";
  display: inline-block;
  width: 1.6rem;
  height: 0.1rem;
  background-color: var(--font-primaly-color);
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: -2.4rem;
}
.p-quiz-summary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  margin-bottom: 1.8rem;
}
.p-quiz-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-quiz-meta-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-quiz-num {
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  color: #ffffff;
  width: 3.6rem;
  height: 3.6rem;
  position: relative;
  margin-right: 0.8rem;
}
.p-quiz-num::before {
  content: "";
  display: inline-block;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  width: inherit;
  height: inherit;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.p-quiz-num span {
  position: relative;
  z-index: 1;
  display: inline-block;
  vertical-align: middle;
  line-height: 3.6rem;
  margin-top: -0.7rem;
}
.p-quiz-area {
  margin-right: 1.6rem;
}
.p-quiz-area span {
  color: #ffffff;
  font-weight: 700;
  padding: 0.4rem 0.8rem 0.5rem;
  margin-top: 0.7rem;
  display: inline-block;
  line-height: 1.2;
  font-size: 1.2rem;
}
.p-quiz-spot {
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 1.45;
  margin-top: 0.2rem;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.-aizu .p-quiz-num::before {
  background-image: url(../images/spot/num_aizu.png);
}
.-aizu .p-quiz-area span {
  background-color: var(--color-aizu);
}
.-minamiaizu .p-quiz-num::before {
  background-image: url(../images/spot/num_minamiaizu.png);
}
.-minamiaizu .p-quiz-area span {
  background-color: var(--color-minamiaizu);
}
.-kenpoku .p-quiz-num::before {
  background-image: url(../images/spot/num_kenpoku.png);
}
.-kenpoku .p-quiz-area span {
  background-color: var(--color-kenpoku);
}
.-kentyu .p-quiz-num::before {
  background-image: url(../images/spot/num_kentyu.png);
}
.-kentyu .p-quiz-area span {
  background-color: var(--color-kentyu);
}
.-kennan .p-quiz-num::before {
  background-image: url(../images/spot/num_kennan.png);
}
.-kennan .p-quiz-area span {
  background-color: var(--color-kennan);
}
.-iwaki .p-quiz-num::before {
  background-image: url(../images/spot/num_iwaki.png);
}
.-iwaki .p-quiz-area span {
  background-color: var(--color-iwaki);
}
.-sousou .p-quiz-num::before {
  background-image: url(../images/spot/num_sousou.png);
}
.-sousou .p-quiz-area span {
  background-color: var(--color-sousou);
}
.-ex .p-quiz-num::before {
  background-image: url(../images/spot/num_ex.png);
}
.p-quiz-period {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.4rem;
  padding: 0 4rem 0 4.2rem;
  margin: 0.5rem 0;
  position: relative;
}
.p-quiz-period .-new,
.p-quiz-period .-end {
  font-size: 1.2rem;
  line-height: 1.2;
  font-weight: 500;
  border-radius: 100vh;
  display: inline-block;
  padding: 0.2rem 0.6rem 0.3rem;
  position: absolute;
}
.p-quiz-period .-new {
  background-color: var(--color-yellow);
  left: 0;
}
.p-quiz-period .-end {
  background-color: var(--color-red);
  color: #ffffff;
  right: 0;
}
.p-quiz-period-detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-quiz-question {
  position: relative;
}
.p-quiz-question-head {
  font-size: 2.1rem;
  font-weight: 700;
  line-height: 1;
  font-family: var(--inter-font);
  background-color: var(--main-color);
  color: #ffffff;
  padding: 0.5rem 0.6rem;
  border-radius: 100vh;
  position: absolute;
  top: -0.2rem;
  left: 0;
  width: 3.2rem;
  height: 3.2rem;
}
.p-quiz-question-head > span {
  text-align: center;
  margin-left: 0.2rem;
}
.p-quiz-question-txt {
  padding-left: 4.4rem;
}
.p-quiz-img {
  max-width: 64rem;
  width: 100%;
  margin: 1.6rem auto 0;
}
.p-quiz-answer {
  margin-top: 1.8rem;
}
.p-quiz-answer-head {
  display: inline-block;
  border: 1px solid var(--main-color);
  background-color: #ffffff;
  line-height: 1;
  padding: 0.3rem 0.6rem 0.3rem;
  border-radius: 0.3rem;
  font-size: 1.4rem;
}
.p-quiz-answer-txt {
  display: inline-block;
  font-weight: 700;
}

@media screen and (max-width: 939px) {
  .l-quiz {
    background-size: 7.5rem 7.6rem;
  }
  .p-quiz-list-item {
    padding: 1rem;
    border-radius: 1rem;
  }
  .p-quiz-list-item + .p-quiz-list-item {
    margin-top: 1rem;
  }
  .p-quiz-summary {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    margin-bottom: 1rem;
  }
  .p-quiz-meta {
    display: block;
  }
  .p-quiz-num {
    font-size: 1.4rem;
    width: 2.4rem;
    height: 2.4rem;
    margin-right: 0.4rem;
  }
  .p-quiz-num span {
    line-height: 1.6rem;
    margin-top: -0.6rem;
  }
  .p-quiz-area {
    margin-top: 0.2rem;
    margin-right: 0;
    line-height: 1;
  }
  .p-quiz-area span {
    padding: 0.3rem 0.6rem;
    font-size: 1rem;
    margin-top: 0.1rem;
  }
  .p-quiz-spot {
    margin-top: 0.2rem;
    font-size: 1.4rem;
    line-height: 1.45;
  }
  .p-quiz-period {
    display: inline-block;
    font-size: 1.2rem;
    padding: 0;
    margin: 0 0 0.4rem;
  }
  .p-quiz-period .-new,
  .p-quiz-period .-end {
    font-size: 1rem;
    padding: 0.1rem 0.5rem 0.2rem;
    line-height: 1.2;
    position: relative;
  }
  .p-quiz-period:has(.-new) {
    padding-top: 2rem;
  }
  .p-quiz-period .-new {
    position: absolute;
    top: 0;
  }
  .p-quiz-period-detail {
    display: inline-block;
    line-height: 1.45;
  }
  .p-quiz-period-detail-item {
    display: inline-block;
  }
  .p-quiz-period-detail-item + .p-quiz-period-detail-item {
    margin-left: 2.2rem;
  }
  .p-quiz-period-detail-item + .p-quiz-period-detail-item::before {
    width: 1.2rem;
    left: -1.7rem;
  }
  .p-quiz-question {
    position: relative;
  }
  .p-quiz-question-head {
    font-size: 1.5rem;
    width: 2.2rem;
    height: 2.2rem;
    padding: 0.3rem 0.5rem;
    top: 0;
  }
  .p-quiz-question-head > span {
    margin-left: 0;
    line-height: 1rem;
  }
  .p-quiz-question-txt {
    padding-left: 3rem;
    line-height: 1.45;
  }
  .p-quiz-img {
    max-width: calc(100% - 2rem);
    margin: 1rem auto 0;
  }
  .p-quiz-answer {
    margin-top: 1rem;
  }
  .p-quiz-answer-head {
    padding: 0.2rem 0.4rem 0.2rem;
    font-size: 1.2rem;
  }
}
.p-course-pre {
  color: #ffffff;
}
.p-course-pre h3 {
  font-family: var(--jost-font);
  font-weight: 700;
  font-size: 4rem;
  text-align: center;
  letter-spacing: 0.05em;
  line-height: 1;
}
.p-course-pre-message {
  text-align: center;
  margin-top: 2.4rem;
  font-weight: 700;
}

@media screen and (max-width: 939px) {
  .p-course-pre h3 {
    font-size: 2.4rem;
    letter-spacing: 0.025em;
  }
  .p-course-pre-message {
    margin-top: 1rem;
  }
}
.p-author-sct {
  overflow: hidden;
  color: #ffffff;
}
.p-author-sct p {
  line-height: 1.75;
}
.p-author-photo {
  max-width: 32rem;
  width: 100%;
}
.p-author-sct-txt-box {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.p-author-sct-txt-box p + p {
  margin-top: 2.4rem;
}
.p-author-sct + .p-author-sct {
  margin-top: 6.4rem;
}
.p-author-body-header {
  font-size: 2.2rem;
  padding-bottom: 8px;
  margin-bottom: 24px;
  border-bottom: 2px solid #ffffff;
  -o-border-image: linear-gradient(to right, #ffffff 0%, transparent 100%);
  border-image: -webkit-gradient(linear, left top, right top, from(#ffffff), to(transparent));
  border-image: linear-gradient(to right, #ffffff 0%, transparent 100%);
  border-image-slice: 1;
  overflow: hidden;
}
.p-author-body-header .en {
  display: block;
  font-family: var(--jost-font);
  font-weight: 700;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  margin-top: 0.4rem;
  line-height: 1.2;
}
.p-author-body-heading {
  font-weight: 700;
}

@media screen and (min-width: 940px) {
  .p-author-sct.-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .p-author-photo {
    float: left;
    margin-right: 4rem;
    margin-bottom: 1rem;
  }
}
@media screen and (max-width: 939px) {
  .p-author-body-header .en {
    font-size: 1.2rem;
    margin-top: 0.2rem;
  }
  .p-author-body-heading {
    font-size: 1.6rem;
  }
  .p-author-photo {
    margin: 0 auto 2rem;
  }
  .p-author-sct-txt-box p + p {
    margin-top: 1.4rem;
  }
  .p-author-sct + .p-author-sct {
    margin-top: 3.2rem;
  }
  .p-author-sct h4 {
    font-size: 1.6rem;
    margin-bottom: 1.6rem;
  }
}
.p-404 {
  padding-top: 6.4rem;
}
.p-404-heading {
  text-align: center;
  font-weight: 700;
  color: #ffffff;
  line-height: 1.45;
}
.p-404-heading > span {
  font-family: var(--inter-font);
  font-size: 4.8rem;
  display: block;
}
.p-404-lead {
  text-align: center;
  margin-top: 5.4rem;
  color: #ffffff;
}
.p-404-back {
  margin: 4.6rem auto 0;
}

@media screen and (max-width: 939px) {
  .p-404 {
    padding-top: 4rem;
  }
  .p-404-heading > span {
    font-size: 3.2rem;
  }
  .p-404-lead {
    margin-top: 2.4rem;
  }
  .p-404-back {
    margin: 2.4rem auto 0;
  }
}