@charset "UTF-8";
/*---------------------------------------------
  Browser Default Initialization
---------------------------------------------*/
body {
  word-break: break-all;
  text-align: justify;
}

.u-content-rain-stain-texture-item {
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  z-index: 7;
  mix-blend-mode: multiply;
  will-change: transform;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
}

.u-content-rain-stain-blur-item {
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  z-index: 6;
  border-radius: 50%;
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  -webkit-mask-image: radial-gradient(circle, rgba(0, 0, 0, 0.85) 30%, transparent 70%);
  mask-image: radial-gradient(circle, rgba(0, 0, 0, 0.85) 30%, transparent 70%);
}

[data-load-line-fade] .u-txt-lead__line {
  opacity: 0;
}

.u-fade,
.u-fadeup,
[data-spot-steps-fade] .p-spot-step,
[data-design-title-fade] .p-design-titbox__pic {
  opacity: 0;
}

.u-fadeup,
[data-spot-steps-fade] .p-spot-step {
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
}

body,
div,
dl,
dt,
dd,
ul,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td,
section,
nav,
article,
aside,
hgroup,
header,
address,
figure,
figcaption {
  margin: 0;
  padding: 0;
  line-height: 1.8;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
  font-weight: normal;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption,
th {
  text-align: left;
}

q:before,
q:after {
  content: "";
}

object,
embed {
  vertical-align: top;
}

hr,
legend {
  display: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}

img,
abbr,
acronym,
fieldset {
  border: 0;
}

img {
  width: 100%;
  vertical-align: top;
  -ms-interpolation-mode: bicubic;
}

ul li {
  list-style-type: none;
}

a,
button,
input,
textarea {
  outline: none;
  text-decoration: none;
}

@media all and (max-width: 800px) {
  img {
    max-width: 100%;
    height: auto;
  }
}

/*---------------------------------------------
  FontSize Initialization
---------------------------------------------*/
html {
  scroll-behavior: smooth;
}

body {
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0em;
  -webkit-text-size-adjust: 100%;
  font-family: YakuHanMP, "Times New Roman", Times, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Yu Mincho", YuMincho, "游明朝", serif;
  font-weight: 400;
  font-style: normal;
  color: #211815;
  background: #fff;
  -webkit-font-smoothing: antialiased;
  /* For better font rendering on macOS */
  -moz-osx-font-smoothing: grayscale;
  /* For better font rendering on macOS */
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media all and (max-width: 800px) {
  .u-pc-only {
    display: none !important;
  }
}

@media screen and (min-width: 801px), print {
  .u-sp-only {
    display: none !important;
  }
  a[href^="tel:"] {
    pointer-events: none;
    cursor: default;
  }
}

/*---------------------------------------------
  PC用ロード画面（動画の読込が終わるまで全画面マスク）
  JSが video の loadeddata/canplay を検知して .is-hide を付与 → フェードアウト
---------------------------------------------*/
.u-load-pc {
  position: fixed;
  inset: 0;
  z-index: 999999;
  background: #fff;
  background-position: top center;
  background-repeat: repeat-y;
  background-size: 100% auto;
  opacity: 1;
  -webkit-transition: opacity 1.2s cubic-bezier(0.33, 0, 0.2, 1);
  transition: opacity 1.2s cubic-bezier(0.33, 0, 0.2, 1);
  will-change: opacity;
}

.u-load-pc.is-hide {
  opacity: 0;
  pointer-events: none;
}

/*---------------------------------------------
  SP用ロード画面（ページ読込が終わるまで全画面マスク）
  JSが window.load を検知して .is-hide を付与 → フェードアウト
---------------------------------------------*/
.u-load-sp {
  position: fixed;
  inset: 0;
  z-index: 999998;
  background: #fff;
  opacity: 1;
  -webkit-transition: opacity 1.2s cubic-bezier(0.33, 0, 0.2, 1);
  transition: opacity 1.2s cubic-bezier(0.33, 0, 0.2, 1);
  will-change: opacity;
}

.u-load-sp.is-hide {
  opacity: 0;
  pointer-events: none;
}

a[href^="tel:"] {
  text-decoration: none;
}

#wrap {
  position: relative;
}

@media all and (max-width: 800px) {
  html.is-sp-loading,
  html.is-sp-load-pending,
  html.is-sp-loading body,
  html.is-sp-load-pending body {
    overflow: hidden;
  }
}

@media all and (max-width: 800px) {
  html.is-sp-loading #wrap,
  html.is-sp-load-pending #wrap {
    opacity: 0;
  }
}

@media all and (max-width: 800px) {
  html.is-sp-loading.is-load-movie-visible #wrap {
    opacity: 1;
  }
}

@media all and (max-width: 800px) {
  html.is-sp-load-skipped .u-load,
  html.is-sp-load-skipped .u-load-movie--sp {
    display: none;
  }
}

main {
  position: relative;
  z-index: 2;
}

.kigou {
  letter-spacing: -0.1em;
}

@-webkit-keyframes expand {
  from {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 1;
  }
  to {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}

@keyframes expand {
  from {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 1;
  }
  to {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}

@-webkit-keyframes skipArrowDrift {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 0.72;
  }
  45% {
    -webkit-transform: translateX(0.9vw);
            transform: translateX(0.9vw);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 0.72;
  }
}

@keyframes skipArrowDrift {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 0.72;
  }
  45% {
    -webkit-transform: translateX(0.9vw);
            transform: translateX(0.9vw);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 0.72;
  }
}

.u-load {
  position: fixed;
  z-index: 13;
}

@media all and (max-width: 800px) {
  .u-load {
    width: 100%;
    height: 100svh;
    background-size: cover;
    overflow: hidden;
    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;
  }
  .u-load:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-image: url(../images/common/bg_03.webp);
    background-position: top center;
    background-size: cover;
    z-index: 0;
  }
  .u-load__logo {
    display: block;
    width: 24.53333vw;
    z-index: 13;
    opacity: 1;
  }
}

.u-load-movie__char {
  display: inline-block;
  text-shadow: 0 0 10px rgba(255, 255, 255, 0.35);
  -webkit-transform-origin: 50% 0;
          transform-origin: 50% 0;
}

@media all and (max-width: 800px) {
  .u-load-movie {
    position: fixed;
    z-index: 14;
    width: 100%;
    height: 100svh;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
  }
  .u-load-movie::after {
    content: "";
    position: absolute;
    inset: 0;
    background: #a0a0a0;
    mix-blend-mode: multiply;
    pointer-events: none;
  }
  .u-load-movie__video {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    display: block;
  }
  .u-load-movie__skip {
    position: absolute;
    z-index: 15;
    bottom: 13%;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 25.6vw;
    height: 9.86667vw;
    cursor: pointer;
    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;
    border-radius: 8vw 8vw 8vw 8vw;
    border: solid 0.7px #fff;
    /*
      .arrow{
        position : relative;
        display : block;
        @include left_vw(5);
        @include w_vw(5);
        animation: skipArrowDrift 2.4s ease-in-out infinite;
      }
      */
  }
  .u-load-movie__skip .moji {
    width: 8.26667vw;
    display: block;
    width: 8.26667vw;
  }
  .u-load-movie .u-txt-lead {
    position: absolute;
    z-index: 15;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -80%);
            transform: translate(-50%, -80%);
    width: 53.33333vw;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .u-load-movie .u-txt-lead__line {
    margin: 0 0.7em;
    color: #fff;
    font-family: YakuHanMP, "Times New Roman", Times, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Yu Mincho", YuMincho, "游明朝", serif;
    font-weight: 500;
    font-style: normal;
    font-size: 16px;
    font-size: 4.26667vw;
    letter-spacing: 0.1em;
    overflow: hidden;
  }
}

@media screen and (min-width: 801px), print {
  .u-load-movie--pc {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1;
    height: 100vh;
    width: calc(50% - 253px);
    overflow: hidden;
  }
  .u-load-movie--pc::after {
    content: "";
    position: absolute;
    inset: 0;
    background: #a0a0a0;
    mix-blend-mode: multiply;
    pointer-events: none;
  }
  .u-load-movie--pc .u-load-movie__video {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    display: block;
  }
  .u-load-movie--pc .u-txt-lead {
    position: absolute;
    z-index: 2;
    top: 100px;
    left: 50%;
    -webkit-transform: translate(-50%, 0%);
            transform: translate(-50%, 0%);
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .u-load-movie--pc .u-txt-lead__line {
    margin: 0 0.55em;
    color: #fff;
    font-family: YakuHanMP, "Times New Roman", Times, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Yu Mincho", YuMincho, "游明朝", serif;
    font-weight: 500;
    font-style: normal;
    font-size: 17.5px;
    letter-spacing: 0.1em;
    overflow: hidden;
  }
}

@media (min-width: 801px) and (max-width: 1100px) {
  .u-load-movie--pc {
    display: none;
  }
}

.u-rain-text__char {
  display: inline-block;
  text-shadow: 0 0 10px rgba(255, 255, 255, 0.35);
  -webkit-transform-origin: 50% 0;
          transform-origin: 50% 0;
}

@media all and (max-width: 800px) {
  .l-header {
    display: none;
  }
}

@media screen and (min-width: 801px), print {
  .l-header {
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1;
    height: 100vh;
    width: calc(50% - 253px);
    overflow: hidden;
    background: #da0030;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 35px;
  }
  .l-header.h800,
  html.is-pc-h800 .l-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .l-header.h800 .l-header-nav,
  html.is-pc-h800 .l-header .l-header-nav {
    height: 626px;
    margin: 0 0 0 80px;
  }
  .l-header__logo {
    width: 111px;
    display: block;
  }
  .l-header__logo2 {
    margin: 33px auto 0;
    width: 128.4px;
    display: block;
  }
  .l-header-lists {
    margin: 43px auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 13px;
  }
  .l-header-list a {
    position: relative;
    display: block;
    overflow: hidden;
    color: #fff;
    width: 180px;
    height: 30px;
    text-align: center;
  }
  .l-header-list a:hover .en, .l-header-list a:focus-visible .en {
    -webkit-transform: translateY(-120%);
            transform: translateY(-120%);
  }
  .l-header-list a:hover .jp, .l-header-list a:focus-visible .jp {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  .l-header-list .en,
  .l-header-list .jp {
    position: absolute;
    inset: 0;
    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;
    line-height: 1;
    white-space: nowrap;
    -webkit-transition: -webkit-transform 0.8s cubic-bezier(0.22, 1, 0.36, 1);
    transition: -webkit-transform 0.8s cubic-bezier(0.22, 1, 0.36, 1);
    transition: transform 0.8s cubic-bezier(0.22, 1, 0.36, 1);
    transition: transform 0.8s cubic-bezier(0.22, 1, 0.36, 1), -webkit-transform 0.8s cubic-bezier(0.22, 1, 0.36, 1);
    will-change: transform;
  }
  .l-header-list .en {
    font-family: "Arapey", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 17px;
    letter-spacing: 0.1em;
  }
  .l-header-list .jp {
    font-family: YakuHanMP, "Times New Roman", Times, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Yu Mincho Demibold", "Yu Mincho", YuMincho, "游明朝", serif;
    font-weight: 700;
    font-style: normal;
    font-size: 14px;
    -webkit-transform: translateY(120%);
            transform: translateY(120%);
  }
  .l-header-circles {
    position: relative;
    height: 124px;
    width: 238px;
    margin: 10px auto 0;
  }
  .l-header-circle {
    display: block;
    position: absolute;
    width: 124px;
    height: 124px;
    top: 0;
    border-radius: 50%;
  }
  .l-header-circle img {
    position: relative;
    z-index: 2;
  }
  .l-header-circle__ring {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    overflow: visible;
    pointer-events: none;
  }
  .l-header-circle::before {
    content: '';
    position: absolute;
    inset: -1px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.82);
    opacity: 1;
    pointer-events: none;
    -webkit-transform: scale(1);
            transform: scale(1);
    will-change: transform, opacity;
  }
  .l-header-circle::after {
    display: none;
  }
  .l-header-circle.is-rippling::before {
    -webkit-animation: headerCircleBurst 5.4s ease-in-out forwards;
            animation: headerCircleBurst 5.4s ease-in-out forwards;
  }
  .l-header-circle:first-of-type {
    left: 0;
  }
  .l-header-circle:last-of-type {
    right: 0;
  }
  .l-header-steps {
    position: absolute;
    left: 50%;
    bottom: 35px;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    margin: 0 auto;
    width: 100%;
    max-width: 346px;
  }
  .l-header-steps li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    height: 78px;
  }
  .l-header.h850,
  html.is-pc-h850 .l-header {
    padding-top: 28px;
    padding-bottom: 28px;
  }
  .l-header.h850 .l-header__logo2,
  html.is-pc-h850 .l-header .l-header__logo2 {
    margin-top: 26px;
  }
  .l-header.h850 .l-header-lists,
  html.is-pc-h850 .l-header .l-header-lists {
    margin: 34px auto;
    gap: 11px;
  }
  .l-header.h850 .l-header-circles,
  html.is-pc-h850 .l-header .l-header-circles {
    margin-top: 8px;
  }
  .l-header.h850 .l-header-steps,
  html.is-pc-h850 .l-header .l-header-steps {
    bottom: 28px;
  }
  .l-header.h850 .l-header-steps li,
  html.is-pc-h850 .l-header .l-header-steps li {
    height: 72px;
  }
  .l-header.h800,
  html.is-pc-h800 .l-header {
    padding-top: 28px;
    padding-bottom: 28px;
  }
  .l-header.h800 .l-header__logo,
  html.is-pc-h800 .l-header .l-header__logo {
    width: 104px;
  }
  .l-header.h800 .l-header__logo2,
  html.is-pc-h800 .l-header .l-header__logo2 {
    width: 116px;
    margin-top: 22px;
  }
  .l-header.h800 .l-header-lists,
  html.is-pc-h800 .l-header .l-header-lists {
    margin: 28px auto;
    gap: 9px;
  }
  .l-header.h800 .l-header-list a,
  html.is-pc-h800 .l-header .l-header-list a {
    height: 27px;
  }
  .l-header.h800 .l-header-list .en,
  html.is-pc-h800 .l-header .l-header-list .en {
    font-size: 16px;
  }
  .l-header.h800 .l-header-list .jp,
  html.is-pc-h800 .l-header .l-header-list .jp {
    font-size: 13px;
  }
  .l-header.h800 .l-header-circles,
  html.is-pc-h800 .l-header .l-header-circles {
    width: 220px;
    height: 114px;
    margin-top: 6px;
  }
  .l-header.h800 .l-header-circle,
  html.is-pc-h800 .l-header .l-header-circle {
    width: 114px;
    height: 114px;
  }
  .l-header.h800 .l-header-steps,
  html.is-pc-h800 .l-header .l-header-steps {
    bottom: 24px;
    max-width: 320px;
  }
  .l-header.h800 .l-header-steps li,
  html.is-pc-h800 .l-header .l-header-steps li {
    height: 66px;
  }
  .l-header.h750,
  html.is-pc-h750 .l-header {
    padding-top: 28px;
    padding-bottom: 28px;
  }
  .l-header.h750 .l-header__logo,
  html.is-pc-h750 .l-header .l-header__logo {
    width: 90px;
  }
  .l-header.h750 .l-header__logo2,
  html.is-pc-h750 .l-header .l-header__logo2 {
    width: 92px;
    margin-top: 16px;
  }
  .l-header.h750 .l-header-lists,
  html.is-pc-h750 .l-header .l-header-lists {
    margin: 22px auto;
    gap: 7px;
  }
  .l-header.h750 .l-header-list a,
  html.is-pc-h750 .l-header .l-header-list a {
    height: 24px;
  }
  .l-header.h750 .l-header-list .en,
  html.is-pc-h750 .l-header .l-header-list .en {
    font-size: 15px;
  }
  .l-header.h750 .l-header-list .jp,
  html.is-pc-h750 .l-header .l-header-list .jp {
    font-size: 12px;
  }
  .l-header.h750 .l-header-circles,
  html.is-pc-h750 .l-header .l-header-circles {
    width: 190px;
    height: 96px;
    margin-top: 4px;
  }
  .l-header.h750 .l-header-circle,
  html.is-pc-h750 .l-header .l-header-circle {
    width: 96px;
    height: 96px;
  }
  .l-header.h750 .l-header-steps,
  html.is-pc-h750 .l-header .l-header-steps {
    bottom: 18px;
    max-width: 286px;
  }
  .l-header.h750 .l-header-steps li,
  html.is-pc-h750 .l-header .l-header-steps li {
    height: 58px;
  }
  .l-header-nav {
    margin: 137px 0 0 80px;
    width: 370px;
  }
  .l-header-nav-lists {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
  .l-header-nav-list {
    display: block;
  }
  .l-header-nav-list a {
    display: block;
    width: 180px;
  }
  .l-header-boxs {
    margin: 44px 0 0;
  }
  .l-header-box {
    margin: 22px 0 0;
    width: 241px;
    height: 41px;
    border: solid 2px #005D48;
    background: #FFEFE1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 10px 15px;
  }
  .l-header-box__inner {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .l-header-box__inner .txt {
    font-family: YakuHanJP, "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Yu Gothic", YuGothic, Meiryo, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 16.44px;
    line-height: 1;
  }
  .l-header-box__inner .txt2 {
    font-family: YakuHanJP, "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Yu Gothic", YuGothic, Meiryo, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 16.44px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    line-height: 1;
  }
  .l-header-box__inner .cnt {
    font-family: "Arapey", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 36px;
    line-height: 1;
    padding: 0 4px 0 0;
    letter-spacing: -0.05em;
  }
  .l-header-box__inner .cnt.act {
    -webkit-animation: poyooon2 8s 0.1s forwards;
            animation: poyooon2 8s 0.1s forwards;
  }
  .l-header-box__inner .cnt.act2 {
    -webkit-animation: poyooon 6s 0.1s forwards;
            animation: poyooon 6s 0.1s forwards;
  }
}

@media screen and (min-width: 801px) and (max-height: 580px), print and (max-height: 580px) {
  .l-header .l-header-circles {
    display: none;
  }
}

@media (min-width: 1101px) and (max-width: 1240px) {
  .l-header.h800 .l-header-nav,
  html.is-pc-h800 .l-header .l-header-nav {
    height: 626px;
    margin: 0 0 0 30px;
  }
  .l-header-nav {
    margin: 137px 0 0 30px;
  }
  .l-header-steps {
    width: calc(100% - 48px);
    max-width: 320px;
  }
  .l-header-box {
    margin: 22px 0 0;
    width: 231px;
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
    -webkit-transform-origin: left;
            transform-origin: left;
  }
}

@media (min-width: 801px) and (max-width: 1100px) {
  .l-header {
    right: 0;
    width: calc(100% - 506px);
  }
  .l-header-steps {
    width: calc(100% - 40px);
    max-width: 300px;
  }
  .l-header-nav {
    margin: 137px 0 0 30px;
  }
  .l-header-box {
    margin: 22px 0 0;
    width: 231px;
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
    -webkit-transform-origin: left;
            transform-origin: left;
  }
}

@media (min-width: 1101px) and (max-width: 1240px) {
  .l-header-nav {
    margin: 137px 0 0 30px;
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
}

@media (min-width: 801px) and (max-width: 840px) {
  .l-header-nav {
    margin: 137px 0 0 15px;
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
}

/* PC表示でブラウザ高さが極端に低い場合（450px以下）は
   .l-header-steps を非表示にしてヘッダーの主要素を優先表示 */
@media screen and (min-width: 801px) and (max-height: 450px) {
  .l-header-steps {
    display: none;
  }
}

@-webkit-keyframes rotateOnce {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    /* 回転の開始位置 */
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
    /* 1回転（360度） */
  }
}

@keyframes rotateOnce {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    /* 回転の開始位置 */
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
    /* 1回転（360度） */
  }
}

.encount {
  -webkit-clip-path: inset(0 100% 0 0);
          clip-path: inset(0 100% 0 0);
  -webkit-transition: -webkit-clip-path 1.4s;
  transition: -webkit-clip-path 1.4s;
  transition: clip-path 1.4s;
  transition: clip-path 1.4s, -webkit-clip-path 1.4s;
}

.encount.act {
  -webkit-clip-path: inset(0 0 0 0);
          clip-path: inset(0 0 0 0);
}

#content {
  background-image: url(../images/common/bg_02.webp);
  background-position: top center;
  background-repeat: repeat-y;
  background-size: 100% auto;
}

#content:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-image: url(../images/common/bg_02.webp);
  background-position: top center;
  background-repeat: repeat-y;
  background-size: 100% auto;
  z-index: 0;
}

@media all and (max-width: 800px) {
  #content {
    background-position: top center;
    background-repeat: repeat-y;
    background-size: 100% auto;
    overflow: hidden;
    padding: 20vw 0vw 0vw 0vw;
  }
}

@media screen and (min-width: 801px), print {
  #content {
    /*
    max-width : 375px;
    */
    max-width: 506px;
    margin: 0 auto;
    background-image: url(../images/common/bg_02_pc.webp);
    background-position: top center;
    background-repeat: repeat-y;
    background-size: 100% auto;
  }
  #content:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-image: url(../images/common/bg_02_pc.webp);
    background-position: top center;
    background-repeat: repeat-y;
    background-size: 100% auto;
    z-index: 0;
  }
}

@media (min-width: 801px) and (max-width: 1100px) {
  #content {
    width: 506px;
    margin: 0;
  }
}

.u-head01 {
  z-index: 10;
}

@media all and (max-width: 800px) {
  .u-head01 {
    position: fixed;
    top: 0;
    left: 0;
    -webkit-transition: -webkit-transform 0.5s ease;
    transition: -webkit-transform 0.5s ease;
    transition: transform 0.5s ease;
    transition: transform 0.5s ease, -webkit-transform 0.5s ease;
    will-change: transform;
    opacity: 1;
  }
  .u-head01.is-hide {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}

@-webkit-keyframes fadeInText {
  0% {
    -webkit-transform: translateY(8px) rotate(3deg);
            transform: translateY(8px) rotate(3deg);
    opacity: 0;
  }
  50% {
    -webkit-transform: translateY(-3px) rotate(-3deg);
            transform: translateY(-3px) rotate(-3deg);
    opacity: 0.5;
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
    opacity: 1;
  }
}

@keyframes fadeInText {
  0% {
    -webkit-transform: translateY(8px) rotate(3deg);
            transform: translateY(8px) rotate(3deg);
    opacity: 0;
  }
  50% {
    -webkit-transform: translateY(-3px) rotate(-3deg);
            transform: translateY(-3px) rotate(-3deg);
    opacity: 0.5;
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
    opacity: 1;
  }
}

.u-tit01 {
  text-align: center;
  font-family: "Arapey", serif;
  font-weight: 400;
  font-style: normal;
  color: #c81737;
  letter-spacing: 0.05em;
}

@media all and (max-width: 800px) {
  .u-tit01 {
    font-size: 25px;
    font-size: 6.66667vw;
  }
}

@media screen and (min-width: 801px), print {
  .u-tit01 {
    font-size: 25px;
    font-size: 32px;
  }
}

.u-txt-lead {
  writing-mode: vertical-rl;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  text-orientation: mixed;
  -webkit-text-orientation: mixed;
  -webkit-font-feature-settings: "vert";
          font-feature-settings: "vert";
  height: 24em;
  margin: 0 auto;
  line-height: 2;
}

.u-txt-lead__line {
  font-family: YakuHanMP, "Times New Roman", Times, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Yu Mincho", YuMincho, "游明朝", serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0em;
  color: #333;
  margin: 0;
  padding: 0.2em 0;
}

@media all and (max-width: 800px) {
  .u-txt-lead__line {
    font-size: 19px;
    font-size: 5.06667vw;
  }
}

@media screen and (min-width: 801px), print {
  .u-txt-lead__line {
    font-size: 19px;
    font-size: 25px;
  }
}

@-webkit-keyframes fadeOutIn {
  0% {
    opacity: 0;
    /* 最初は消えている */
  }
  100% {
    opacity: 1;
    /* 表示されたままの状態を維持 */
  }
}

@keyframes fadeOutIn {
  0% {
    opacity: 0;
    /* 最初は消えている */
  }
  100% {
    opacity: 1;
    /* 表示されたままの状態を維持 */
  }
}

/*
.p-side-box{
  position : absolute;
  left : 0;
  background: #FFEFE1;
  z-index: 3;
  display : flex;
  justify-content: center;
  align-items: center;
  transition : transform 1.3s,opacity 0.4s;
  transform: translateY(-5px);
  opacity : 0;
  &.act{
    opacity : 1;
    transform: translateY(0);
    &.noact{
      opacity : 0;
    }
  }

  span{
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    @include fontType_bold;
    letter-spacing: 0.015em;
  }
  @media all and (max-width: 800px) {
    @include h_vw(382);
    @include w_vw(35);
    @include top_vw(155);
    span{
      @include pa_vw(10,0,10,4);
      @include fz_vw(16.5);
    }
  }
  @media screen and (min-width: 801px),print {

  }
}
*/
@media all and (max-width: 800px) {
  .u-foot-nav {
    position: fixed;
    bottom: 0;
    z-index: 10;
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
    will-change: transform;
  }
  .u-foot-nav.is-hide {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
  .u-foot-nav-lists {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media screen and (min-width: 801px), print {
  .u-foot-nav {
    display: none;
  }
}

.p-mv {
  position: relative;
  z-index: 1;
}

.p-mv-rain {
  position: absolute;
  display: block;
  -webkit-animation: rainFall 3s linear infinite;
          animation: rainFall 3s linear infinite;
  will-change: transform, opacity;
}

.p-mv-rain img {
  display: block;
}

.p-mv__logo {
  display: block;
  margin: 0 auto;
}

.p-mv-scroll {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-mv-scroll__txt {
  display: block;
}

.p-mv-scroll__txt img {
  display: block;
}

.p-mv-scroll-lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.p-mv-scroll-list {
  display: block;
  opacity: 0;
  -webkit-animation-duration: 6s;
          animation-duration: 6s;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

.p-mv-scroll-list img {
  display: block;
}

.p-mv-scroll-list:nth-child(1) {
  -webkit-animation-name: scrollDrop1;
          animation-name: scrollDrop1;
}

.p-mv-scroll-list:nth-child(2) {
  -webkit-animation-name: scrollDrop2;
          animation-name: scrollDrop2;
}

.p-mv-scroll-list:nth-child(3) {
  -webkit-animation-name: scrollDrop3;
          animation-name: scrollDrop3;
}

.p-mv-scroll-list:nth-child(4) {
  -webkit-animation-name: scrollDrop4;
          animation-name: scrollDrop4;
}

.p-mv-scroll-list:nth-child(5) {
  -webkit-animation-name: scrollDrop5;
          animation-name: scrollDrop5;
}

.p-mv-scroll-list:nth-child(6) {
  -webkit-animation-name: scrollDrop6;
          animation-name: scrollDrop6;
}

@media all and (max-width: 800px) {
  .p-mv {
    padding: 8vw 0vw 0vw 0vw;
    height: 90svh;
    min-height: 160vw;
  }
  .p-mv-rain {
    width: 0.4vw;
  }
  .p-mv-rain.type1 {
    top: 20vw;
    right: 24.53333vw;
    -webkit-animation-duration: 2.8s;
            animation-duration: 2.8s;
    -webkit-animation-delay: -0.4s;
            animation-delay: -0.4s;
  }
  .p-mv-rain.type2 {
    top: 11.6vw;
    right: 27.46667vw;
    -webkit-animation-duration: 3.6s;
            animation-duration: 3.6s;
    -webkit-animation-delay: -1.7s;
            animation-delay: -1.7s;
  }
  .p-mv-rain.type3 {
    top: 3.6vw;
    right: 37.6vw;
    -webkit-animation-duration: 2.4s;
            animation-duration: 2.4s;
    -webkit-animation-delay: -2.5s;
            animation-delay: -2.5s;
  }
  .p-mv-rain.type4 {
    top: 23.6vw;
    right: 38.66667vw;
    -webkit-animation-duration: 3.1s;
            animation-duration: 3.1s;
    -webkit-animation-delay: -0.9s;
            animation-delay: -0.9s;
  }
  .p-mv-rain.type5 {
    top: 20.4vw;
    right: 47.46667vw;
    -webkit-animation-duration: 2.6s;
            animation-duration: 2.6s;
    -webkit-animation-delay: -1.8s;
            animation-delay: -1.8s;
  }
  .p-mv-rain.type6 {
    top: 2.8vw;
    right: 50.13333vw;
    -webkit-animation-duration: 3.8s;
            animation-duration: 3.8s;
    -webkit-animation-delay: -0.3s;
            animation-delay: -0.3s;
  }
  .p-mv-rain.type7 {
    top: 20.66667vw;
    right: 62.13333vw;
    -webkit-animation-duration: 2.5s;
            animation-duration: 2.5s;
    -webkit-animation-delay: -2.1s;
            animation-delay: -2.1s;
  }
  .p-mv-rain.type8 {
    top: -0.8vw;
    right: 72.8vw;
    -webkit-animation-duration: 3.3s;
            animation-duration: 3.3s;
    -webkit-animation-delay: -1.5s;
            animation-delay: -1.5s;
  }
  .p-mv-rain.type9 {
    top: 21.33333vw;
    right: 76.8vw;
    -webkit-animation-duration: 2.9s;
            animation-duration: 2.9s;
    -webkit-animation-delay: -0.7s;
            animation-delay: -0.7s;
  }
  .p-mv .u-txt-lead {
    margin: 0vw auto 0vw;
    height: 38.66667vw;
  }
  .p-mv .u-txt-lead__line {
    font-size: 14.6px;
    font-size: 3.89333vw;
    margin: 0 1.2em;
    letter-spacing: 0.15em;
  }
  .p-mv .u-txt-lead__line.txt2 {
    margin: 1.15em 1.2em 0;
  }
  .p-mv .u-txt-lead__line.txt3 {
    margin: 0.15em 1.2em 0;
  }
  .p-mv .u-txt-lead__line.txt4 {
    margin: 2em 1.2em 0;
  }
  .p-mv__logo {
    width: 56vw;
  }
  .p-mv-scroll {
    margin: 0vw auto 0vw;
    bottom: 0vw;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .p-mv-scroll__txt {
    width: 9.8vw;
  }
  .p-mv-scroll-lists {
    margin: 3.73333vw auto 0vw;
    gap: 4vw;
  }
  .p-mv-scroll-list {
    width: 1.2vw;
    height: 1.73333vw;
  }
}

@media screen and (min-width: 801px), print {
  .p-mv {
    height: 100vh;
    min-height: 660px;
    overflow: hidden;
    padding: 0;
  }
  .p-mv-rain {
    width: 2px;
  }
  .p-mv-rain.type1 {
    top: 98px;
    right: 121px;
    -webkit-animation-duration: 2.8s;
            animation-duration: 2.8s;
    -webkit-animation-delay: -0.4s;
            animation-delay: -0.4s;
  }
  .p-mv-rain.type2 {
    top: 57px;
    right: 135px;
    -webkit-animation-duration: 3.6s;
            animation-duration: 3.6s;
    -webkit-animation-delay: -1.7s;
            animation-delay: -1.7s;
  }
  .p-mv-rain.type3 {
    top: 17px;
    right: 185px;
    -webkit-animation-duration: 2.4s;
            animation-duration: 2.4s;
    -webkit-animation-delay: -2.5s;
            animation-delay: -2.5s;
  }
  .p-mv-rain.type4 {
    top: 116px;
    right: 191px;
    -webkit-animation-duration: 3.1s;
            animation-duration: 3.1s;
    -webkit-animation-delay: -0.9s;
            animation-delay: -0.9s;
  }
  .p-mv-rain.type5 {
    top: 100px;
    right: 239px;
    -webkit-animation-duration: 2.6s;
            animation-duration: 2.6s;
    -webkit-animation-delay: -1.8s;
            animation-delay: -1.8s;
  }
  .p-mv-rain.type6 {
    top: 13px;
    right: 253px;
    -webkit-animation-duration: 3.8s;
            animation-duration: 3.8s;
    -webkit-animation-delay: -0.3s;
            animation-delay: -0.3s;
  }
  .p-mv-rain.type7 {
    top: 102px;
    right: 307px;
    -webkit-animation-duration: 2.5s;
            animation-duration: 2.5s;
    -webkit-animation-delay: -2.1s;
            animation-delay: -2.1s;
  }
  .p-mv-rain.type8 {
    top: -4px;
    right: 359px;
    -webkit-animation-duration: 3.3s;
            animation-duration: 3.3s;
    -webkit-animation-delay: -1.5s;
            animation-delay: -1.5s;
  }
  .p-mv-rain.type9 {
    top: 105px;
    right: 379px;
    -webkit-animation-duration: 2.9s;
            animation-duration: 2.9s;
    -webkit-animation-delay: -0.7s;
            animation-delay: -0.7s;
  }
  .p-mv .u-txt-lead {
    position: absolute;
    z-index: 2;
    top: 112px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    height: 210px;
    margin: 0;
  }
  .p-mv .u-txt-lead__line {
    font-size: 14.6px;
    font-size: 19px;
    margin: 0 1.2em;
    letter-spacing: 0.15em;
  }
  .p-mv .u-txt-lead__line.txt2 {
    margin: 1.15em 1.2em 0;
  }
  .p-mv .u-txt-lead__line.txt3 {
    margin: 0.15em 1.2em 0;
  }
  .p-mv .u-txt-lead__line.txt4 {
    margin: 2em 1.2em 0;
  }
  .p-mv__logo {
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 330px;
    margin: 0;
  }
  .p-mv-scroll {
    position: absolute;
    z-index: 2;
    left: 50%;
    bottom: 10px;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    margin: 0;
  }
  .p-mv-scroll__txt {
    width: 48px;
  }
  .p-mv-scroll-lists {
    margin: 18px auto 0px;
    gap: 19px;
  }
  .p-mv-scroll-list {
    width: 5px;
    height: 8px;
  }
}

@media screen and (min-width: 801px) and (max-height: 896px), print and (max-height: 896px) {
  .p-mv .u-txt-lead {
    top: 12.5vh;
  }
  .p-mv__logo {
    width: 37.5vh;
  }
  .p-mv-scroll {
    bottom: 5.4vh;
  }
}

@media screen and (min-width: 801px) and (max-height: 780px), print and (max-height: 780px) {
  .p-mv .u-txt-lead {
    top: 56px;
    height: 180px;
  }
  .p-mv .u-txt-lead__line {
    margin: 0 1em;
  }
}

.p-top01 {
  position: relative;
}

.p-top01-box {
  position: relative;
  background: #fff;
}

.p-top01__tit2 {
  text-align: center;
}

.p-top01__txt {
  font-family: YakuHanMP, "Times New Roman", Times, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Yu Mincho", YuMincho, "游明朝", serif;
  font-weight: 400;
  font-style: normal;
  line-height: 2.12;
}

.p-top01__txt2 {
  font-family: YakuHanMP, "Times New Roman", Times, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Yu Mincho", YuMincho, "游明朝", serif;
  font-weight: 400;
  font-style: normal;
  line-height: 2.12;
}

.p-top01__txt3 {
  font-family: YakuHanJP, "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Yu Gothic", YuGothic, Meiryo, sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.6;
}

.p-top01__txt3 a {
  font-family: YakuHanJP, "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Yu Gothic", YuGothic, Meiryo, sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.6;
  color: #211815;
  text-decoration: underline;
}

.p-top01__txt3 .red {
  color: #c81737;
  font-family: YakuHanJP, "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Yu Gothic", YuGothic, Meiryo, sans-serif;
  font-weight: 700;
  font-style: normal;
}

.p-top01-circles {
  position: relative;
}

.p-top01-circle {
  display: block;
  position: absolute;
  top: 0;
  border-radius: 50%;
}

.p-top01-circle__ring {
  display: none;
}

.p-top01-circle::before {
  content: '';
  position: absolute;
  inset: -1px;
  border-radius: 50%;
  border: 1px solid rgba(200, 23, 55, 0.82);
  opacity: 1;
  pointer-events: none;
  -webkit-transform: scale(1);
          transform: scale(1);
  will-change: transform, opacity;
}

.p-top01-circle::after {
  display: none;
}

.p-top01-circle.is-rippling::before {
  -webkit-animation: headerCircleBurst 5.4s ease-in-out forwards;
          animation: headerCircleBurst 5.4s ease-in-out forwards;
}

.p-top01-circle:first-of-type {
  left: 0;
}

.p-top01-circle:last-of-type {
  right: 0;
}

.p-top01-item {
  position: relative;
  text-align: center;
}

.p-top01-item__num {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -14px);
          transform: translate(-50%, -14px);
  opacity: 0;
  -webkit-transition: opacity 0.4s ease, -webkit-transform 0.7s cubic-bezier(0.02, 0.21, 0.3, 0.83);
  transition: opacity 0.4s ease, -webkit-transform 0.7s cubic-bezier(0.02, 0.21, 0.3, 0.83);
  transition: transform 0.7s cubic-bezier(0.02, 0.21, 0.3, 0.83), opacity 0.4s ease;
  transition: transform 0.7s cubic-bezier(0.02, 0.21, 0.3, 0.83), opacity 0.4s ease, -webkit-transform 0.7s cubic-bezier(0.02, 0.21, 0.3, 0.83);
  will-change: transform, opacity;
  width: 62px;
  height: 96px;
  background: url(../images/top/ico_rain.webp) center center;
  background-size: contain;
  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-top01-item__num .no {
  font-family: "Arapey", serif;
  font-weight: 400;
  font-style: normal;
  color: #c81737;
  opacity: 0;
  -webkit-transition: opacity 1s ease 0.6s;
  transition: opacity 1s ease 0.6s;
}

.p-top01-item.act .p-top01-item__num {
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  opacity: 1;
}

.p-top01-item.act .p-top01-item__num .no {
  opacity: 1;
}

.p-top01-item-box {
  position: relative;
  z-index: 2;
  background: #fff;
}

.p-top01-item__txt {
  line-height: 1.7;
}

.p-top01-item__txt a {
  font-family: YakuHanMP, "Times New Roman", Times, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Yu Mincho", YuMincho, "游明朝", serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.7;
  color: #211815;
  text-decoration: underline;
}

@media all and (max-width: 800px) {
  .p-top01 {
    padding: 0vw 0vw 8vw 0vw;
  }
  .p-top01 .u-txt-lead {
    margin: 11.2vw auto 0vw;
    height: 53.33333vw;
  }
  .p-top01 .u-txt-lead__line {
    margin: 0 0.2em;
    letter-spacing: 0.05em;
  }
  .p-top01-box {
    padding: 8.8vw 4vw 8.8vw 5.33333vw;
    width: 86.66667vw;
    top: -6.26667vw;
    left: 13.33333vw;
  }
  .p-top01-circles {
    width: 86.66667vw;
    height: 44.93333vw;
    left: -12vw;
  }
  .p-top01-circle {
    width: 44.93333vw;
    height: 44.93333vw;
  }
  .p-top01__tit {
    margin: 0vw auto 0vw;
    width: 68.8vw;
  }
  .p-top01__tit2 {
    font-size: 19px;
    font-size: 5.06667vw;
  }
  .p-top01__txt {
    margin: 8vw 0vw 0vw 0vw;
    font-size: 14px;
    font-size: 3.73333vw;
  }
  .p-top01__txt2 {
    margin: 8vw 0vw 0vw 0vw;
    font-size: 14px;
    font-size: 3.73333vw;
  }
  .p-top01__txt3 {
    margin: 7.2vw 0vw 0vw 0vw;
    font-size: 11px;
    font-size: 2.93333vw;
  }
  .p-top01-items {
    margin: 6.4vw 0vw 0vw 0vw;
  }
  .p-top01-item {
    padding: 17.86667vw 0vw 0vw 0vw;
  }
  .p-top01-item__num {
    width: 16.53333vw;
    height: 25.6vw;
  }
  .p-top01-item__num .no {
    font-size: 37.5px;
    font-size: 10vw;
  }
  .p-top01-item-box {
    border-radius: 16vw 16vw 16vw 16vw;
    padding: 3.2vw 0vw 3.2vw 0vw;
    margin: 0vw auto 0vw;
    width: 80.13333vw;
    top: -10.4vw;
  }
  .p-top01-item__txt {
    font-size: 14px;
    font-size: 3.73333vw;
  }
  .p-top01-cont {
    padding: 18.66667vw 4vw 0vw 5.33333vw;
  }
  .p-top01-cont2 {
    padding: 7.2vw 4vw 8.8vw 5.33333vw;
  }
}

@media screen and (min-width: 801px), print {
  .p-top01 {
    padding: 0px 0px 39px 0px;
  }
  .p-top01 .u-txt-lead {
    margin: 55px auto 0px;
    height: 263px;
  }
  .p-top01 .u-txt-lead__line {
    margin: 0 0.2em;
    letter-spacing: 0.05em;
  }
  .p-top01-box {
    padding: 43px 19px 43px 26px;
    width: 428px;
    top: -31px;
    left: 78px;
  }
  .p-top01-circles {
    width: 428px;
    height: 222px;
    left: -60px;
  }
  .p-top01-circle {
    width: 222px;
    height: 222px;
  }
  .p-top01__tit {
    margin: 0px auto 0px;
    width: 339px;
  }
  .p-top01__tit2 {
    font-size: 19px;
    font-size: 25px;
  }
  .p-top01__txt {
    margin: 39px 0px 0px 0px;
    font-size: 14px;
    font-size: 18px;
  }
  .p-top01__txt2 {
    margin: 39px 0px 0px 0px;
    font-size: 14px;
    font-size: 18px;
  }
  .p-top01__txt3 {
    margin: 35px 0px 0px 0px;
    font-size: 11px;
    font-size: 14px;
  }
  .p-top01__txt3 a:hover {
    text-decoration: none;
  }
  .p-top01-items {
    margin: 31px 0px 0px 0px;
  }
  .p-top01-item {
    padding: 88px 0px 0px 0px;
  }
  .p-top01-item__num {
    width: 81px;
    height: 126px;
  }
  .p-top01-item__num .no {
    font-size: 37.5px;
    font-size: 49px;
  }
  .p-top01-item-box {
    border-radius: 79px 79px 79px 79px;
    padding: 15px 0px 15px 0px;
    margin: 0px auto 0px;
    width: 395px;
    top: -52px;
  }
  .p-top01-item__txt {
    font-size: 14px;
    font-size: 18px;
  }
  .p-top01-item__txt a:hover {
    text-decoration: none;
  }
  .p-top01-cont {
    padding: 92px 19px 0px 26px;
  }
  .p-top01-cont2 {
    padding: 35px 19px 43px 26px;
  }
}

.p-photostory {
  position: relative;
}

.p-photostory__logo {
  display: block;
  margin: 0 auto;
}

.p-photostory__txt {
  line-height: 2.1;
}

.p-photostory-item__txt {
  font-family: YakuHanJP, "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Yu Gothic", YuGothic, Meiryo, sans-serif;
  font-weight: 400;
  font-style: normal;
}

.p-photostory-titbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.p-photostory .u-txt-lead__line {
  margin: 0 0.2em;
}

.p-photostory-box {
  position: relative;
}

.p-photostory-box__photo {
  position: absolute;
  display: block;
  overflow: hidden;
}

.p-photostory-box__photo img {
  display: block;
  -webkit-transform: scale(1.06);
          transform: scale(1.06);
  will-change: transform;
}

.p-photostory-box .u-txt-lead {
  position: absolute;
  z-index: 3;
  line-height: 2;
}

.p-photostory-box .u-txt-lead__line {
  margin: 0 0.7em;
}

.p-photostory-box .u-txt-lead__line.kagi {
  margin: -0.5em 0.7em 0;
}

@media all and (max-width: 800px) {
  .p-photostory {
    padding: 2.66667vw 0vw 0vw 0vw;
  }
  .p-photostory__inner {
    padding: 0vw 0vw 0vw 0vw;
  }
  .p-photostory__logo {
    width: 27.57333vw;
  }
  .p-photostory .u-tit01 {
    margin: 6.66667vw auto 0vw;
  }
  .p-photostory .u-txt-lead.top {
    margin: 12vw auto 0vw;
    height: 58.66667vw;
  }
  .p-photostory-box.type1 {
    margin: 18.66667vw 0vw 0vw 0vw;
    height: 535.46667vw;
  }
  .p-photostory-box.type2 {
    margin: 0vw 0vw 0vw 0vw;
    height: 521.06667vw;
  }
  .p-photostory-box.type3 {
    margin: 0vw 0vw 0vw 0vw;
    height: 379.2vw;
  }
  .p-photostory-box.type4 {
    margin: 0vw 0vw 0vw 0vw;
    height: 432.8vw;
  }
  .p-photostory-box .u-txt-lead {
    position: absolute;
    z-index: 3;
    line-height: 2;
  }
  .p-photostory-box .u-txt-lead__line {
    font-size: 14px;
    font-size: 3.73333vw;
    margin: 0 0.7em;
    letter-spacing: 0.1em;
  }
  .p-photostory-box .u-txt-lead.type1 {
    top: 62.66667vw;
    right: 5.86667vw;
  }
  .p-photostory-box .u-txt-lead.type2 {
    top: 204.8vw;
    left: 5.86667vw;
  }
  .p-photostory-box .u-txt-lead.type3 {
    top: 378.4vw;
    right: 5.86667vw;
  }
  .p-photostory-box .u-txt-lead.type4 {
    top: 122.66667vw;
    left: 8vw;
  }
  .p-photostory-box .u-txt-lead.type5 {
    top: 405.33333vw;
    right: 5.86667vw;
  }
  .p-photostory-box .u-txt-lead.type6 {
    top: 196.8vw;
    left: 5.86667vw;
  }
  .p-photostory-box .u-txt-lead.type7 {
    top: 112vw;
    left: 3.2vw;
  }
  .p-photostory-box .u-txt-lead.type8 {
    top: 213.33333vw;
    right: 6.66667vw;
  }
  .p-photostory-box__photo.pic01 {
    width: 64.53333vw;
    left: 0;
    top: 0;
  }
  .p-photostory-box__photo.pic02 {
    width: 64.53333vw;
    top: 118.93333vw;
    right: 4vw;
  }
  .p-photostory-box__photo.pic03 {
    width: 36.8vw;
    top: 230.4vw;
    right: 0vw;
  }
  .p-photostory-box__photo.pic04 {
    width: 69.6vw;
    top: 284.26667vw;
    left: 0vw;
  }
  .p-photostory-box__photo.pic05 {
    width: 64.53333vw;
    top: 447.73333vw;
    left: 0vw;
  }
  .p-photostory-box__photo.pic06 {
    width: 92vw;
    top: 0vw;
    left: 4vw;
  }
  .p-photostory-box__photo.pic07 {
    width: 45.33333vw;
    top: 156vw;
    right: 0vw;
  }
  .p-photostory-box__photo.pic08 {
    width: 83.2vw;
    top: 220.8vw;
    right: 0vw;
  }
  .p-photostory-box__photo.pic09 {
    width: 66.66667vw;
    top: 330.93333vw;
    left: 0vw;
  }
  .p-photostory-box__photo.pic10 {
    width: 36.8vw;
    top: 464.53333vw;
    left: 0vw;
  }
  .p-photostory-box__photo.pic11 {
    width: 93.33333vw;
    top: 0vw;
    left: 6.66667vw;
  }
  .p-photostory-box__photo.pic12 {
    width: 64.53333vw;
    top: 122.66667vw;
    right: 0vw;
  }
  .p-photostory-box__photo.pic13 {
    width: 36.8vw;
    top: 217.6vw;
    right: 4vw;
  }
  .p-photostory-box__photo.pic14 {
    width: 62.66667vw;
    top: 279.2vw;
    left: 0vw;
  }
  .p-photostory-box__photo.pic15 {
    width: 32.26667vw;
    top: 327.46667vw;
    right: 0vw;
  }
  .p-photostory-box__photo.pic16 {
    width: 84.8vw;
    top: 0vw;
    right: 0vw;
  }
  .p-photostory-box__photo.pic17 {
    width: 54.26667vw;
    top: 136.26667vw;
    right: 0vw;
  }
  .p-photostory-box__photo.pic18 {
    width: 49.86667vw;
    top: 229.6vw;
    left: 0vw;
  }
  .p-photostory-box__photo.pic19 {
    width: 92vw;
    top: 303.2vw;
    left: 4vw;
  }
}

@media screen and (min-width: 801px), print {
  .p-photostory {
    padding: 65px 0px 0px 0px;
  }
  .p-photostory__inner {
    padding: 0px 0px 0px 0px;
  }
  .p-photostory__logo {
    width: 136px;
  }
  .p-photostory .u-tit01 {
    margin: 32px auto 0px;
  }
  .p-photostory .u-txt-lead.top {
    margin: 59px auto 0px;
    height: 289px;
  }
  .p-photostory-box.type1 {
    margin: 105px 0px 0px 0px;
    height: 2645px;
  }
  .p-photostory-box.type2 {
    margin: 0px 0px 0px 0px;
    height: 2574px;
  }
  .p-photostory-box.type3 {
    margin: 0px 0px 0px 0px;
    height: 1873px;
  }
  .p-photostory-box.type4 {
    margin: 0px 0px 0px 0px;
    height: 2138px;
  }
  .p-photostory-box .u-txt-lead {
    position: absolute;
    z-index: 3;
    line-height: 2;
  }
  .p-photostory-box .u-txt-lead__line {
    font-size: 14px;
    font-size: 18px;
    margin: 0 0.7em;
    letter-spacing: 0.1em;
  }
  .p-photostory-box .u-txt-lead.type1 {
    top: 309px;
    right: 28px;
  }
  .p-photostory-box .u-txt-lead.type2 {
    top: 1012px;
    left: 28px;
  }
  .p-photostory-box .u-txt-lead.type3 {
    top: 1869px;
    right: 28px;
  }
  .p-photostory-box .u-txt-lead.type4 {
    top: 606px;
    left: 39px;
    height: 527px;
  }
  .p-photostory-box .u-txt-lead.type5 {
    top: 2002px;
    right: 28px;
  }
  .p-photostory-box .u-txt-lead.type6 {
    top: 972px;
    left: 28px;
  }
  .p-photostory-box .u-txt-lead.type7 {
    top: 553px;
    left: 15px;
  }
  .p-photostory-box .u-txt-lead.type8 {
    top: 1054px;
    right: 32px;
  }
  .p-photostory-box__photo.pic01 {
    width: 318px;
    left: 0;
    top: 0;
  }
  .p-photostory-box__photo.pic02 {
    width: 318px;
    top: 587px;
    right: 19px;
  }
  .p-photostory-box__photo.pic03 {
    width: 181px;
    top: 1138px;
    right: 0px;
  }
  .p-photostory-box__photo.pic04 {
    width: 343px;
    top: 1404px;
    left: 0px;
  }
  .p-photostory-box__photo.pic05 {
    width: 318px;
    top: 2212px;
    left: 0px;
  }
  .p-photostory-box__photo.pic06 {
    width: 454px;
    top: 0px;
    left: 19px;
  }
  .p-photostory-box__photo.pic07 {
    width: 224px;
    top: 770px;
    right: 0px;
  }
  .p-photostory-box__photo.pic08 {
    width: 411px;
    top: 1091px;
    right: 0px;
  }
  .p-photostory-box__photo.pic09 {
    width: 329px;
    top: 1635px;
    left: 0px;
  }
  .p-photostory-box__photo.pic10 {
    width: 181px;
    top: 2295px;
    left: 0px;
  }
  .p-photostory-box__photo.pic11 {
    width: 461px;
    top: 0px;
    left: 32px;
  }
  .p-photostory-box__photo.pic12 {
    width: 318px;
    top: 606px;
    right: 0px;
  }
  .p-photostory-box__photo.pic13 {
    width: 181px;
    top: 1075px;
    right: 19px;
  }
  .p-photostory-box__photo.pic14 {
    width: 309px;
    top: 1379px;
    left: 0px;
  }
  .p-photostory-box__photo.pic15 {
    width: 159px;
    top: 1618px;
    right: 0px;
  }
  .p-photostory-box__photo.pic16 {
    width: 419px;
    top: 0px;
    right: 0px;
  }
  .p-photostory-box__photo.pic17 {
    width: 268px;
    top: 673px;
    right: 0px;
  }
  .p-photostory-box__photo.pic18 {
    width: 246px;
    top: 1134px;
    left: 0px;
  }
  .p-photostory-box__photo.pic19 {
    width: 454px;
    top: 1498px;
    left: 19px;
  }
}

.p-design {
  position: relative;
}

.p-design__logo {
  display: block;
  margin: 0 auto;
}

.p-design__txt {
  line-height: 2.1;
}

.p-design-item__txt {
  font-family: YakuHanJP, "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Yu Gothic", YuGothic, Meiryo, sans-serif;
  font-weight: 400;
  font-style: normal;
}

.p-design-titbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media all and (max-width: 800px) {
  .p-design {
    padding: 2.66667vw 0vw 26.66667vw 0vw;
  }
  .p-design__inner {
    padding: 0vw 4vw 0vw 4vw;
  }
  .p-design__logo {
    width: 27.57333vw;
  }
  .p-design-titbox {
    margin: 14.66667vw 0vw 0vw 0vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .p-design-titbox__pic {
    display: block;
  }
  .p-design-titbox__pic.pic01 {
    width: 59.46667vw;
  }
  .p-design-titbox__pic.pic02 {
    margin: 3.06667vw 0vw 0vw 0vw;
    width: 14.53333vw;
  }
  .p-design-titbox__pic.pic03 {
    margin: 5.06667vw 0vw 0vw 0vw;
    width: 42.93333vw;
  }
  .p-design .u-tit01 {
    margin: 8vw auto 0vw;
  }
  .p-design__photo {
    margin: 11.46667vw -4vw 0vw -4vw;
  }
  .p-design__txt {
    margin: 10.66667vw 0vw 0vw 0vw;
    font-size: 14px;
    font-size: 3.73333vw;
  }
  .p-design-items {
    margin: 11.46667vw 0vw 0vw 0vw;
  }
  .p-design-item {
    margin: 5.33333vw 0vw 0vw 0vw;
  }
  .p-design-item__txt {
    padding: 2.66667vw 0vw 0vw 0vw;
    font-size: 11px;
    font-size: 2.93333vw;
  }
}

@media screen and (min-width: 801px), print {
  .p-design {
    padding: 65px 0px 131px 0px;
  }
  .p-design__inner {
    padding: 0px 19px 0px 19px;
  }
  .p-design__logo {
    width: 136px;
  }
  .p-design-titbox {
    margin: 72px 0px 0px 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .p-design-titbox__pic {
    display: block;
  }
  .p-design-titbox__pic.pic01 {
    width: 293px;
  }
  .p-design-titbox__pic.pic02 {
    margin: 15px 0px 0px 0px;
    width: 71px;
  }
  .p-design-titbox__pic.pic03 {
    margin: 25px 0px 0px 0px;
    width: 212px;
  }
  .p-design .u-tit01 {
    margin: 39px auto 0px;
  }
  .p-design__photo {
    margin: 56px -20px 0px -20px;
  }
  .p-design__txt {
    margin: 52px 0px 0px 0px;
    font-size: 14px;
    font-size: 18px;
  }
  .p-design-items {
    margin: 56px 0px 0px 0px;
  }
  .p-design-item {
    margin: 26px 0px 0px 0px;
  }
  .p-design-item__txt {
    padding: 13px 0px 0px 0px;
    font-size: 11px;
    font-size: 14px;
  }
}

.p-spot {
  position: relative;
}

.p-spot__logo {
  display: block;
  margin: 0 auto;
}

.p-spot-intro__txt {
  font-family: YakuHanJP, "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Yu Gothic", YuGothic, Meiryo, sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: 0;
}

.p-spot-steps {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.p-spot-step {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.p-spot-filters {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.p-spot-filter {
  position: relative;
}

.p-spot-filter__btn {
  position: relative;
  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%;
  background: #fff;
  border: none;
  cursor: pointer;
  font-family: YakuHanMP, "Times New Roman", Times, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Yu Mincho", YuMincho, "游明朝", serif;
  font-weight: 500;
  font-style: normal;
  color: #c81737;
  text-align: center;
  -webkit-transition: background 0.2s, color 0.2s, -webkit-box-shadow 0.2s;
  transition: background 0.2s, color 0.2s, -webkit-box-shadow 0.2s;
  transition: background 0.2s, box-shadow 0.2s, color 0.2s;
  transition: background 0.2s, box-shadow 0.2s, color 0.2s, -webkit-box-shadow 0.2s;
}

.p-spot-filter__btn::after {
  content: "";
  position: absolute;
  top: 50%;
  display: block;
  border-style: solid;
  border-color: #c81737;
  border-width: 0 1px 1px 0;
  -webkit-transform: translateY(-70%) rotate(45deg);
          transform: translateY(-70%) rotate(45deg);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.p-spot-filter__btn.is-open::after {
  -webkit-transform: translateY(-30%) rotate(-135deg);
          transform: translateY(-30%) rotate(-135deg);
}

.p-spot-filter__label {
  display: inline-block;
}

.p-spot-filter__options {
  list-style: none;
  overflow: hidden;
  max-height: 0;
  background: #fff;
  -webkit-box-shadow: 0 4px 12px rgba(200, 23, 55, 0.08);
          box-shadow: 0 4px 12px rgba(200, 23, 55, 0.08);
  -webkit-transition: max-height 0.35s ease, margin-top 0.35s ease, padding 0.35s ease;
  transition: max-height 0.35s ease, margin-top 0.35s ease, padding 0.35s ease;
}

.p-spot-filter__options.is-open {
  max-height: 600px;
}

.p-spot-filter__option {
  font-family: YakuHanMP, "Times New Roman", Times, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Yu Mincho", YuMincho, "游明朝", serif;
  font-weight: 500;
  font-style: normal;
  color: #211815;
  text-align: center;
  cursor: pointer;
  border-bottom: solid 1px #f0e0e3;
  -webkit-transition: background 0.2s, color 0.2s;
  transition: background 0.2s, color 0.2s;
}

.p-spot-filter__option:last-child {
  border-bottom: none;
}

.p-spot-filter__option:hover {
  background: #fbf4f5;
  color: #c81737;
}

.p-spot-filter__option.is-active {
  background: #c81737;
  color: #fff;
}

.p-spot-filter__option--reset {
  font-family: YakuHanMP, "Times New Roman", Times, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Yu Mincho", YuMincho, "游明朝", serif;
  font-weight: 400;
  font-style: normal;
  color: #888;
}

.p-spot-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.p-spot-item {
  background: #fff;
  border: solid 1px #f0c5cf;
  overflow: hidden;
}

.p-spot-item.is-hidden {
  display: none;
}

.p-spot-item__head {
  background: #c81737;
  color: #fff;
  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;
  text-align: center;
}

.p-spot-item__category {
  font-family: YakuHanJP, "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Yu Gothic Medium", "Yu Gothic", YuGothic, Meiryo, sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #fff;
  letter-spacing: 0.1em;
  line-height: 1.4;
}

.p-spot-item__body {
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-spot-item__name {
  font-family: YakuHanMP, "Times New Roman", Times, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Yu Mincho", YuMincho, "游明朝", serif;
  font-weight: 500;
  font-style: normal;
  color: #211815;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 0.04em;
  width: 100%;
}

.p-spot-item__access {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}

.p-spot-item__access-item {
  font-family: YakuHanJP, "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Yu Gothic", YuGothic, Meiryo, sans-serif;
  font-weight: 400;
  font-style: normal;
  background: #ececec;
  color: #211815;
  text-align: center;
  line-height: 1.4;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
}

.p-spot-item__photo {
  display: block;
  width: 100%;
  background: #d9d9d9;
  overflow: hidden;
}

.p-spot-item__photo img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-spot-item__map {
  font-family: YakuHanMP, "Times New Roman", Times, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Yu Mincho", YuMincho, "游明朝", serif;
  font-weight: 400;
  font-style: normal;
  color: #211815;
  text-align: center;
  display: inline-block;
  border-bottom: solid 1px #c81737;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  position: relative;
}

@media all and (max-width: 800px) {
  .p-spot {
    padding: 2.66667vw 0vw 16vw 0vw;
  }
  .p-spot__inner {
    padding: 0vw 4vw 0vw 4vw;
  }
  .p-spot__logo {
    width: 27.57333vw;
  }
  .p-spot .u-tit01 {
    margin: 8vw auto 0vw;
  }
  .p-spot-intro {
    margin: 6.66667vw 0vw 0vw 0vw;
    padding: 0vw 0.66667vw 0vw 0.66667vw;
  }
  .p-spot-intro__txt {
    font-size: 11px;
    font-size: 2.93333vw;
  }
  .p-spot-steps {
    margin: 6.66667vw 0vw 0vw 0vw;
    gap: 2.8vw;
  }
  .p-spot-filters {
    margin: 8vw 0vw 0vw 0vw;
    gap: 4vw;
  }
  .p-spot-filter__btn {
    padding: 5.86667vw 10.66667vw 5.86667vw 10.66667vw;
    font-size: 14px;
    font-size: 3.73333vw;
    border-radius: 13.33333vw 13.33333vw 13.33333vw 13.33333vw;
  }
  .p-spot-filter__btn::after {
    right: 7.46667vw;
    width: 1.6vw;
    height: 1.6vw;
  }
  .p-spot-filter__options {
    border-radius: 5.33333vw 5.33333vw 5.33333vw 5.33333vw;
  }
  .p-spot-filter__options.is-open {
    margin: 2.13333vw 4vw 4vw 4vw;
  }
  .p-spot-filter__option {
    font-size: 14px;
    font-size: 3.73333vw;
    padding: 3.73333vw 4vw 3.73333vw 4vw;
  }
  .p-spot-items {
    margin: 10.4vw 0vw 0vw 0vw;
    gap: 6.66667vw;
  }
  .p-spot-item {
    border-radius: 1.6vw 1.6vw 1.6vw 1.6vw;
  }
  .p-spot-item__head {
    padding: 2.13333vw 4vw 2.13333vw 4vw;
  }
  .p-spot-item__category {
    font-size: 14px;
    font-size: 3.73333vw;
  }
  .p-spot-item__body {
    padding: 5.33333vw 3.33333vw 9.33333vw 3.33333vw;
    gap: 4vw;
  }
  .p-spot-item__name {
    font-size: 18px;
    font-size: 4.8vw;
  }
  .p-spot-item__access {
    gap: 2.66667vw;
  }
  .p-spot-item__access-item {
    font-size: 10px;
    font-size: 2.66667vw;
    padding: 1.86667vw 2.66667vw 1.86667vw 2.66667vw;
    border-radius: 1.06667vw 1.06667vw 1.06667vw 1.06667vw;
  }
  .p-spot-item__photo {
    height: 52vw;
  }
  .p-spot-item__map {
    font-size: 14px;
    font-size: 3.73333vw;
    padding: 0vw 0.53333vw 0.26667vw 0.53333vw;
    margin: 1.86667vw 0vw 0vw 0vw;
  }
}

@media screen and (min-width: 801px), print {
  .p-spot {
    padding: 65px 0px 79px 0px;
  }
  .p-spot__inner {
    padding: 0px 19px 0px 19px;
  }
  .p-spot__logo {
    width: 136px;
  }
  .p-spot .u-tit01 {
    margin: 39px auto 0px;
  }
  .p-spot-intro {
    margin: 32px 0px 0px 0px;
    padding: 0px 3px 0px 3px;
  }
  .p-spot-intro__txt {
    font-size: 11px;
    font-size: 14px;
  }
  .p-spot-steps {
    margin: 32px 0px 0px 0px;
    gap: 13px;
  }
  .p-spot-filters {
    margin: 39px 0px 0px 0px;
    gap: 19px;
  }
  .p-spot-filter__btn {
    padding: 28px 52px 28px 52px;
    font-size: 14px;
    font-size: 18px;
    border-radius: 65px 65px 65px 65px;
  }
  .p-spot-filter__btn::after {
    right: 36px;
    width: 7px;
    height: 7px;
  }
  .p-spot-filter__btn:hover {
    background: #fbf4f5;
    -webkit-box-shadow: 0 4px 12px rgba(200, 23, 55, 0.12);
            box-shadow: 0 4px 12px rgba(200, 23, 55, 0.12);
  }
  .p-spot-filter__options {
    border-radius: 26px 26px 26px 26px;
  }
  .p-spot-filter__options.is-open {
    margin: 10px 19px 19px 19px;
  }
  .p-spot-filter__option {
    font-size: 14px;
    font-size: 18px;
    padding: 18px 19px 18px 19px;
  }
  .p-spot-items {
    margin: 51px 0px 0px 0px;
    gap: 32px;
  }
  .p-spot-item {
    border-radius: 7px 7px 7px 7px;
  }
  .p-spot-item__head {
    padding: 10px 19px 10px 19px;
  }
  .p-spot-item__category {
    font-size: 14px;
    font-size: 18px;
  }
  .p-spot-item__body {
    padding: 26px 16px 46px 16px;
    gap: 19px;
  }
  .p-spot-item__name {
    font-size: 18px;
    font-size: 23px;
  }
  .p-spot-item__access {
    gap: 13px;
  }
  .p-spot-item__access-item {
    font-size: 10px;
    font-size: 13px;
    padding: 9px 13px 9px 13px;
    border-radius: 5px 5px 5px 5px;
  }
  .p-spot-item__photo {
    height: 256px;
  }
  .p-spot-item__map {
    font-size: 14px;
    font-size: 18px;
    padding: 0px 2px 1px 2px;
    margin: 9px 0px 0px 0px;
    border-bottom: 0;
  }
  .p-spot-item__map::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: #c81737;
    pointer-events: none;
  }
  .p-spot-item__map:hover::after {
    -webkit-animation: mapLineWipe 0.8s ease;
            animation: mapLineWipe 0.8s ease;
  }
}

.l-footer {
  position: relative;
  z-index: 2;
  background: rgba(255, 255, 255, 0.65);
}

.l-footer__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.l-footer-nav {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.l-footer-nav__item {
  border-bottom: dashed 1px #f0c5cf;
}

.l-footer-nav__item:first-child {
  border-top: dashed 1px #f0c5cf;
}

.l-footer-nav__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  color: #211815;
  text-decoration: none;
}

.l-footer-nav__en {
  font-family: "Arapey", serif;
  font-weight: 400;
  font-style: normal;
  color: #c81737;
  letter-spacing: 0.04em;
  line-height: 1.2;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.l-footer-nav__ja {
  font-family: YakuHanJP, "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Yu Gothic", YuGothic, Meiryo, sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.05em;
  line-height: 1.2;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.l-footer-nav__arrow {
  position: relative;
  display: inline-block;
  font-family: "Arapey", serif;
  font-weight: 400;
  font-style: normal;
  color: #c81737;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  line-height: 1;
  width: 11.5px;
  height: 11.5px;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.l-footer-nav__arrow:before {
  content: "";
  display: block;
  position: absolute;
  width: 11.5px;
  height: 11.5px;
  inset: 0;
  background: url(../images/common/ico_arrow.webp) center center;
  background-size: contain;
}

.l-footer-contact {
  text-align: center;
  margin: 0;
}

.l-footer-contact__txt {
  display: inline-block;
  border: solid 0.6px #211815;
  font-family: YakuHanJP, "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Yu Gothic", YuGothic, Meiryo, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #211815;
  text-decoration: none;
  letter-spacing: 0.04em;
}

.l-footer-tel {
  text-align: center;
}

.l-footer-tel__name {
  font-family: YakuHanMP, "Times New Roman", Times, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Yu Mincho", YuMincho, "游明朝", serif;
  font-weight: 500;
  font-style: normal;
  color: #211815;
  line-height: 1.4;
  letter-spacing: 0em;
}

.l-footer-tel__number {
  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;
  line-height: 1;
}

.l-footer-tel__number img {
  display: block;
}

.l-footer-tel__num {
  font-family: "Arapey", serif;
  font-weight: 400;
  font-style: normal;
  color: #211815;
  text-decoration: none;
  letter-spacing: 0.03em;
  line-height: 1;
}

.l-footer-tel__mark {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #211815;
  color: #fff;
  border-radius: 2px;
  line-height: 1;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.l-footer-tel__mark-num {
  font-family: "Arapey", serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0;
}

.l-footer-tel__hours {
  font-family: YakuHanJP, "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Yu Gothic", YuGothic, Meiryo, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #211815;
  line-height: 1.6;
  letter-spacing: 0.02em;
}

.l-footer__copy {
  font-family: YakuHanJP, "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Yu Gothic", YuGothic, Meiryo, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #211815;
  text-align: center;
  line-height: 1.6;
  letter-spacing: 0.02em;
}

@media all and (max-width: 800px) {
  .l-footer {
    padding: 10.66667vw 0vw 10.66667vw 0vw;
  }
  .l-footer__inner {
    padding: 0vw 4vw 0vw 4vw;
  }
  .l-footer-nav__link {
    padding: 4.53333vw 4.8vw 4.53333vw 2.13333vw;
  }
  .l-footer-nav__en {
    font-size: 15px;
    font-size: 4vw;
    width: 42.66667vw;
  }
  .l-footer-nav__ja {
    font-size: 11px;
    font-size: 2.93333vw;
  }
  .l-footer-nav__arrow {
    font-size: 15px;
    font-size: 4vw;
    width: 3.06667vw;
    height: 3.06667vw;
  }
  .l-footer-nav__arrow:before {
    width: 3.06667vw;
    height: 3.06667vw;
  }
  .l-footer-contact {
    margin: 10.13333vw 0vw 0vw 0vw;
  }
  .l-footer-contact__txt {
    font-size: 10px;
    font-size: 2.66667vw;
    padding: 0.8vw 3.46667vw 0.8vw 3.46667vw;
    border-radius: 10.66667vw 10.66667vw 10.66667vw 10.66667vw;
  }
  .l-footer-tel {
    margin: 3.2vw 0vw 0vw 0vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .l-footer-tel__name {
    font-size: 14px;
    font-size: 3.73333vw;
  }
  .l-footer-tel__number {
    margin: 2.13333vw 0vw 0vw 0vw;
  }
  .l-footer-tel__number img {
    width: 42vw;
  }
  .l-footer-tel__mark {
    width: 9.6vw;
    height: 5.86667vw;
    border-radius: 0.53333vw 0.53333vw 0.53333vw 0.53333vw;
  }
  .l-footer-tel__mark-num {
    font-size: 11px;
    font-size: 2.93333vw;
  }
  .l-footer-tel__hours {
    margin: 2.13333vw 0vw 0vw 0vw;
    font-size: 11px;
    font-size: 2.93333vw;
  }
  .l-footer__copy {
    font-size: 10px;
    font-size: 2.66667vw;
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
    margin: 8.8vw 0vw 0vw 0vw;
  }
}

@media screen and (min-width: 801px), print {
  .l-footer {
    padding: 52px 0px 52px 0px;
  }
  .l-footer__inner {
    padding: 0px 19px 0px 19px;
  }
  .l-footer-nav__link {
    padding: 22px 23px 22px 10px;
  }
  .l-footer-nav__en {
    font-size: 15px;
    font-size: 19px;
    width: 210px;
  }
  .l-footer-nav__ja {
    font-size: 11px;
    font-size: 14px;
  }
  .l-footer-nav__arrow {
    font-size: 15px;
    font-size: 19px;
    width: 15px;
    height: 15px;
  }
  .l-footer-nav__arrow:before {
    width: 15px;
    height: 15px;
  }
  .l-footer-nav__link:hover .l-footer-nav__arrow {
    -webkit-transform: translateX(5px);
            transform: translateX(5px);
  }
  .l-footer-contact {
    margin: 50px 0px 0px 0px;
  }
  .l-footer-contact__txt {
    font-size: 10px;
    font-size: 13px;
    padding: 3px 17px 3px 17px;
    border-radius: 52px 52px 52px 52px;
  }
  .l-footer-tel {
    margin: 15px 0px 0px 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .l-footer-tel__name {
    font-size: 14px;
    font-size: 18px;
  }
  .l-footer-tel__number {
    margin: 10px 0px 0px 0px;
  }
  .l-footer-tel__number img {
    width: 207px;
  }
  .l-footer-tel__mark {
    width: 47px;
    height: 28px;
    border-radius: 2px 2px 2px 2px;
  }
  .l-footer-tel__mark-num {
    font-size: 11px;
    font-size: 14px;
  }
  .l-footer-tel__hours {
    margin: 10px 0px 0px 0px;
    font-size: 11px;
    font-size: 14px;
  }
  .l-footer__copy {
    font-size: 10px;
    font-size: 13px;
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
    margin: 43px 0px 0px 0px;
  }
}

/*---------------------------------------------
  Rain Animation (.p-mv-rain)
---------------------------------------------*/
@-webkit-keyframes rainFall {
  0% {
    -webkit-transform: translateY(-10vw);
            transform: translateY(-10vw);
    opacity: 0;
  }
  20% {
    opacity: 0.9;
  }
  80% {
    opacity: 0.9;
  }
  100% {
    -webkit-transform: translateY(15vw);
            transform: translateY(15vw);
    opacity: 0;
  }
}
@keyframes rainFall {
  0% {
    -webkit-transform: translateY(-10vw);
            transform: translateY(-10vw);
    opacity: 0;
  }
  20% {
    opacity: 0.9;
  }
  80% {
    opacity: 0.9;
  }
  100% {
    -webkit-transform: translateY(15vw);
            transform: translateY(15vw);
    opacity: 0;
  }
}

/*---------------------------------------------
  Scroll Indicator Drops (.p-mv-scroll-list)
  各雨粒は上から下へ移動して止まり、6粒同時にゆっくりフェードアウトしてループ
  78% → 92% が共通のフェードアウト区間
---------------------------------------------*/
@-webkit-keyframes scrollDrop1 {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-1vw);
            transform: translateY(-1vw);
  }
  8% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  78% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  92% {
    opacity: 0;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes scrollDrop1 {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-1vw);
            transform: translateY(-1vw);
  }
  8% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  78% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  92% {
    opacity: 0;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@-webkit-keyframes scrollDrop2 {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-1vw);
            transform: translateY(-1vw);
  }
  10% {
    opacity: 0;
    -webkit-transform: translateY(-1vw);
            transform: translateY(-1vw);
  }
  22% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  78% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  92% {
    opacity: 0;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes scrollDrop2 {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-1vw);
            transform: translateY(-1vw);
  }
  10% {
    opacity: 0;
    -webkit-transform: translateY(-1vw);
            transform: translateY(-1vw);
  }
  22% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  78% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  92% {
    opacity: 0;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@-webkit-keyframes scrollDrop3 {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-1vw);
            transform: translateY(-1vw);
  }
  22% {
    opacity: 0;
    -webkit-transform: translateY(-1vw);
            transform: translateY(-1vw);
  }
  34% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  78% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  92% {
    opacity: 0;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes scrollDrop3 {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-1vw);
            transform: translateY(-1vw);
  }
  22% {
    opacity: 0;
    -webkit-transform: translateY(-1vw);
            transform: translateY(-1vw);
  }
  34% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  78% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  92% {
    opacity: 0;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@-webkit-keyframes scrollDrop4 {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-1vw);
            transform: translateY(-1vw);
  }
  34% {
    opacity: 0;
    -webkit-transform: translateY(-1vw);
            transform: translateY(-1vw);
  }
  46% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  78% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  92% {
    opacity: 0;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes scrollDrop4 {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-1vw);
            transform: translateY(-1vw);
  }
  34% {
    opacity: 0;
    -webkit-transform: translateY(-1vw);
            transform: translateY(-1vw);
  }
  46% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  78% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  92% {
    opacity: 0;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@-webkit-keyframes scrollDrop5 {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-1vw);
            transform: translateY(-1vw);
  }
  46% {
    opacity: 0;
    -webkit-transform: translateY(-1vw);
            transform: translateY(-1vw);
  }
  58% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  78% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  92% {
    opacity: 0;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes scrollDrop5 {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-1vw);
            transform: translateY(-1vw);
  }
  46% {
    opacity: 0;
    -webkit-transform: translateY(-1vw);
            transform: translateY(-1vw);
  }
  58% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  78% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  92% {
    opacity: 0;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@-webkit-keyframes scrollDrop6 {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-1vw);
            transform: translateY(-1vw);
  }
  58% {
    opacity: 0;
    -webkit-transform: translateY(-1vw);
            transform: translateY(-1vw);
  }
  68% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  78% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  92% {
    opacity: 0;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes scrollDrop6 {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-1vw);
            transform: translateY(-1vw);
  }
  58% {
    opacity: 0;
    -webkit-transform: translateY(-1vw);
            transform: translateY(-1vw);
  }
  68% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  78% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  92% {
    opacity: 0;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@-webkit-keyframes headerCircleRipple {
  0% {
    opacity: 0;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  12% {
    opacity: var(--header-ripple-opacity);
  }
  54% {
    opacity: 0;
    -webkit-transform: scale(var(--header-ripple-scale));
            transform: scale(var(--header-ripple-scale));
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(var(--header-ripple-scale));
            transform: scale(var(--header-ripple-scale));
  }
}

@keyframes headerCircleRipple {
  0% {
    opacity: 0;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  12% {
    opacity: var(--header-ripple-opacity);
  }
  54% {
    opacity: 0;
    -webkit-transform: scale(var(--header-ripple-scale));
            transform: scale(var(--header-ripple-scale));
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(var(--header-ripple-scale));
            transform: scale(var(--header-ripple-scale));
  }
}

@-webkit-keyframes headerCircleBurst {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  18% {
    opacity: 1;
    -webkit-transform: scale(0.96);
            transform: scale(0.96);
  }
  78% {
    opacity: 0;
    -webkit-transform: scale(1.34);
            transform: scale(1.34);
  }
  79% {
    opacity: 0;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes headerCircleBurst {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  18% {
    opacity: 1;
    -webkit-transform: scale(0.96);
            transform: scale(0.96);
  }
  78% {
    opacity: 0;
    -webkit-transform: scale(1.34);
            transform: scale(1.34);
  }
  79% {
    opacity: 0;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

/*---------------------------------------------
  Circle Border Animation (.p-top01-circle)
  入場時：SVGの線が時計回りに描画される
  描画後：縁から外側へ波紋が広がる動きをループ
---------------------------------------------*/
@-webkit-keyframes circleDraw {
  to {
    stroke-dashoffset: 0;
  }
}
@keyframes circleDraw {
  to {
    stroke-dashoffset: 0;
  }
}

@-webkit-keyframes circleRipple {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0.65;
  }
  60% {
    -webkit-transform: scale(1.07);
            transform: scale(1.07);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1.07);
            transform: scale(1.07);
    opacity: 0;
  }
}

@keyframes circleRipple {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0.65;
  }
  60% {
    -webkit-transform: scale(1.07);
            transform: scale(1.07);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1.07);
            transform: scale(1.07);
    opacity: 0;
  }
}

/*---------------------------------------------
  Map Link Underline Wipe (.p-spot-item__map :hover)
  下線が左→右に消えて、再び左→右に表示される
  前半(0-50%): 左から右に向かって下線が消える（左側にinsetを増やしていく）
  後半(50-100%): 左から右に向かって下線が伸びてくる（右側のinsetを減らしていく）
---------------------------------------------*/
@-webkit-keyframes mapLineWipe {
  0% {
    -webkit-clip-path: inset(0 0 0 0);
            clip-path: inset(0 0 0 0);
  }
  /* 全表示 */
  50% {
    -webkit-clip-path: inset(0 0 0 100%);
            clip-path: inset(0 0 0 100%);
  }
  /* 左側がだんだん消える → 完全に非表示 */
  50.01% {
    -webkit-clip-path: inset(0 100% 0 0);
            clip-path: inset(0 100% 0 0);
  }
  /* 右側を100%隠した状態に瞬時に切替 */
  100% {
    -webkit-clip-path: inset(0 0 0 0);
            clip-path: inset(0 0 0 0);
  }
  /* 右側inset を 0 に → 左から右へ描画される */
}
@keyframes mapLineWipe {
  0% {
    -webkit-clip-path: inset(0 0 0 0);
            clip-path: inset(0 0 0 0);
  }
  /* 全表示 */
  50% {
    -webkit-clip-path: inset(0 0 0 100%);
            clip-path: inset(0 0 0 100%);
  }
  /* 左側がだんだん消える → 完全に非表示 */
  50.01% {
    -webkit-clip-path: inset(0 100% 0 0);
            clip-path: inset(0 100% 0 0);
  }
  /* 右側を100%隠した状態に瞬時に切替 */
  100% {
    -webkit-clip-path: inset(0 0 0 0);
            clip-path: inset(0 0 0 0);
  }
  /* 右側inset を 0 に → 左から右へ描画される */
}
