@charset "UTF-8";
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

/* change border color to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}
/*  マージン */
/*  上マージン */
/*  左マージン */
/*  右マージン */
/*  下マージン */
/* パディング */
/* 上パディング */
/* 左パディング */
/* 右パディング */
/* 下パディング */
/* 上位置 */
/* 左位置 */
/* 右位置 */
/* 下位置 */
/*  マージン */
/*  上マージン */
/*  左マージン */
/*  右マージン */
/*  下マージン */
/* パディング */
/* 上パディング */
/* 左パディング */
/* 右パディング */
/* 下パディング */
/* 上位置 */
/* 左位置 */
/* 右位置 */
/* 下位置 */
/* カラー */
/* トランジション */
/* z-index */
/*Common ----------------------------------------------------------------------------*/
html {
  font-size: 62.5%;
}

.l-main {
  padding-bottom: 0;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.04em;
  color: #000;
}

body.is-fixed {
  position: fixed;
  width: 100%;
  overflow-y: scroll;
}

img {
  -webkit-backface-visibility: hidden;
}

a {
  text-decoration: none;
  color: #000;
}

/* # =================================================================
   #  PC・SP出しわけ
   # ================================================================= */
/* # =================================================================
   #  非表示
   # ================================================================= */
.is-hide {
  display: none !important;
}

/* # =================================================================
   #  レイアウト
   # ================================================================= */
.u-container {
  width: 996px;
  margin-left: auto;
  margin-right: auto;
}

.u-left {
  float: left;
}

.u-right {
  float: right;
}

.u-center {
  margin-left: auto;
  margin-right: auto;
}

.u-hide {
  display: none;
}

.u-block {
  display: block;
}

.u-iblock {
  display: inline-block;
}

.u-inline {
  display: inline;
}

.u-opacity1 {
  opacity: 1;
}

.u-over {
  overflow: hidden;
}

.u-vertical-center {
  top: 50%;
  transform: translateY(-50%);
}

.u-horizontal-center {
  left: 50%;
  transform: translateX(-50%);
}

.u-reverse {
  display: flex;
  flex-direction: column-reverse;
}

/* # =================================================================
   # テキスト
   # ================================================================= */
.u-indent-1 {
  padding-left: 1em;
  text-indent: -1em;
}

.u-indent0 {
  text-indent: 0 !important;
}

.u-indent1 {
  text-indent: 1em !important;
}

.u-palt {
  font-feature-settings: "palt";
}

.u-italic {
  font-style: italic;
}

/* # =================================================================
   #  フォントウェイト
   # ================================================================= */
.u-regular {
  font-weight: 400;
}

.u-medium {
  font-weight: 500;
}

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

/* # =================================================================
   # 文字揃え
   # ================================================================= */
.u-text-right {
  text-align: right !important;
}

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

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

.u-vertical-middle {
  vertical-align: middle;
}

.u-vertical-top {
  vertical-align: top;
}

.u-vertical-bottom {
  vertical-align: bottom;
}

.u-ellipsis {
  white-space: nowrap;
  overflow-wrap: normal;
  text-overflow: ellipsis;
  overflow: hidden;
}

/* # =================================================================
   #  擬似要素
   # ================================================================= */
.u-pseudo {
  display: block;
  content: "";
  position: absolute;
}

.u-underline {
  position: relative;
  display: inline-block;
}
.u-underline::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0vw;
  width: 100%;
  height: 0.2777777778vw;
  /* 線の太さ */
  border-radius: 999px;
}

/* # =================================================================
   #  色
   # ================================================================= */
.u-c-orange {
  color: #e57037;
}

.u-c-red {
  color: #E65354;
}

.u-c-green {
  color: #18AC58;
}

.u-c-blue {
  color: #1e8cd1;
}

.u-c-yellow {
  color: #fccd26;
}

.u-c-pink {
  color: #e75e88;
}

.u-c-purple {
  color: #B285EA;
}

.u-c-bluegreen {
  color: #0ab4bf;
}

.u-c-yellowgreen {
  color: #84c81a;
}

.u-c-brown {
  color: #d59868;
}

.u-c-beige {
  color: #fdead9;
}

.u-c-gray {
  color: #979696;
}

.u-c-darkgray {
  color: #292929;
}

.u-c-lightgreen {
  color: #e7f7ee;
}

.u-c-lightpink {
  color: #fdeff3;
}

.u-c-lightyellow {
  color: #fff8df;
}

.u-c-lightpurple {
  color: #f7f3fd;
}

.u-c-lightgreen-2 {
  color: #edf7dd;
}

.u-c-lightbluegreen {
  color: #daf4f5;
}

.u-c-stronggreen {
  color: #0E8A44;
}

.u-c-strongpink {
  color: #E0376B;
}

.u-c-strongorange {
  color: #DB581F;
}

.u-f-orange {
  fill: #e57037;
}

.u-f-red {
  fill: #E65354;
}

.u-f-green {
  fill: #18AC58;
}

.u-f-blue {
  fill: #1e8cd1;
}

.u-f-yellow {
  fill: #fccd26;
}

.u-f-pink {
  fill: #e75e88;
}

.u-f-purple {
  fill: #B285EA;
}

.u-f-bluegreen {
  fill: #0ab4bf;
}

.u-f-yellowgreen {
  fill: #84c81a;
}

.u-f-brown {
  fill: #d59868;
}

.u-f-beige {
  fill: #fdead9;
}

.u-f-gray {
  fill: #979696;
}

.u-f-darkgray {
  fill: #292929;
}

.u-bg-orange {
  background-color: #e57037;
}

.u-bg-red {
  background-color: #E65354;
}

.u-bg-green {
  background-color: #18AC58;
}

.u-bg-blue {
  background-color: #1e8cd1;
}

.u-bg-yellow {
  background-color: #fccd26;
}

.u-bg-pink {
  background-color: #e75e88;
}

.u-bg-purple {
  background-color: #B285EA;
}

.u-bg-bluegreen {
  background-color: #0ab4bf;
}

.u-bg-yellowgreen {
  background-color: #84c81a;
}

.u-bg-brown {
  background-color: #d59868;
}

.u-bg-beige {
  background-color: #fdead9;
}

.u-bg-gray {
  background-color: #979696;
}

.u-bg-darkgray {
  background-color: #292929;
}

.u-bg-lightgreen {
  background-color: #e7f7ee;
}

.u-bg-lightpink {
  background-color: #fdeff3;
}

.u-bg-lightyellow {
  background-color: #fff8df;
}

.u-bg-lightpurple {
  background-color: #f7f3fd;
}

.u-bg-lightgreen-2 {
  background-color: #edf7dd;
}

.u-bg-lightbluegreen {
  background-color: #daf4f5;
}

.u-af-bg-black::after {
  background-color: black;
}

.u-af-bg-orange::after {
  background-color: #e57037;
}

.u-af-bg-red::after {
  background-color: #E65354;
}

.u-af-bg-green::after {
  background-color: #18AC58;
}

.u-af-bg-blue::after {
  background-color: #1e8cd1;
}

.u-af-bg-yellow::after {
  background-color: #fccd26;
}

.u-af-bg-pink::after {
  background-color: #e75e88;
}

.u-af-bg-purple::after {
  background-color: #B285EA;
}

.u-af-bg-bluegreen::after {
  background-color: #0ab4bf;
}

.u-af-bg-yellowgreen::after {
  background-color: #84c81a;
}

.u-af-bg-brown::after {
  background-color: #d59868;
}

.u-af-bg-beige::after {
  background-color: #fdead9;
}

.u-af-bg-gray::after {
  background-color: #979696;
}

.u-af-bg-darkgray::after {
  background-color: #292929;
}

.u-jcc {
  justify-content: center;
}

.is-show--fadeIn {
  opacity: 1;
  transform: translateY(0);
}

.u-alignitem--start {
  align-items: start;
}

.u-alignitem--end {
  align-items: end;
}

.a-fadeUp,
.a-fadeUp--chain1,
.a-fadeUp--chain2,
.a-fadeUp--onlyScroll {
  opacity: 0;
  transition: all 0.5s ease;
}
.a-fadeUp.is-show,
.a-fadeUp--chain1.is-show,
.a-fadeUp--chain2.is-show,
.a-fadeUp--onlyScroll.is-show {
  opacity: 1;
  transform: translateY(0);
}

.a-fadeIn {
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease;
}
.a-fadeIn.is-show {
  opacity: 1;
  visibility: visible;
}
.a-piko--eternal .a-piko--target {
  animation: piko 3s linear 0s infinite;
}

.a-piko--small--eternal .a-piko--target {
  animation: piko--small 3s linear 0s infinite;
}

.a-yure--eternal .a-yure--target {
  animation: yure 2s linear 0s infinite;
}

.a-purun--eternal .a-purun--target {
  animation: purun 4s linear 0s infinite;
}

.a-unyo--eternal .a-unyo--target {
  animation: unyounyo 3s linear 0s infinite;
}

@keyframes piko {
  0% {
    transform: translate(0%, 0%);
  }
  15% {
    transform: translate(10%, 0%) rotate(15deg);
  }
  30% {
    transform: translate(0%, 0%) rotate(0deg);
  }
  100% {
    transform: translate(0%, 0%) rotate(0deg);
  }
}
@keyframes piko--small {
  0% {
    transform: translate(0%, 0%);
  }
  15% {
    transform: translate(0%, 0%) rotate(7deg);
  }
  30% {
    transform: translate(0%, 0%) rotate(0deg);
  }
  100% {
    transform: translate(0%, 0%) rotate(0deg);
  }
}
@keyframes poyon {
  0% {
    transform: scale(0.8, 1.4) translate(0%, -100%);
  }
  10% {
    transform: scale(0.8, 1.4) translate(0%, -15%);
  }
  20% {
    transform: scale(1.4, 0.6) translate(0%, 30%);
  }
  30% {
    transform: scale(0.9, 1.1) translate(0%, -10%);
  }
  40% {
    transform: scale(1, 1) translate(0%, 0%);
  }
  100% {
    transform: scale(1, 1) translate(0%, 0%);
  }
}
@keyframes unyounyo {
  0% {
    transform: scale(1, 1);
  }
  12.5% {
    transform: scale(0.95, 1.05);
  }
  37.5% {
    transform: scale(1.05, 0.95);
  }
  62.5% {
    transform: scale(0.95, 1.05);
  }
  87.5% {
    transform: scale(1.05, 0.95);
  }
  100% {
    transform: scale(1, 1);
  }
}
@keyframes purun {
  0% {
    transform: scale(1, 1);
  }
  5% {
    transform: scale(0.9, 1.1);
  }
  10% {
    transform: scale(1.1, 0.9);
  }
  15% {
    transform: scale(0.95, 1.05);
  }
  20% {
    transform: scale(1, 1);
  }
  100% {
    transform: scale(1, 1);
  }
}
@keyframes yure {
  0% {
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(6deg);
  }
  75% {
    transform: rotate(-6deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
.a-circleSpread {
  animation: revealCircle 5s ease-out forwards;
}

@keyframes revealCircle {
  to {
    clip-path: circle(150% at 50% 50%);
  }
}
.l-mv__bg__pin__wrapper,
.l-mv__bg__illust__wrapper,
.p-mv_lead,
.p-mv__logo__wrapper,
.l-mv__schedule__wrapper,
.l-mv__car__wrapper {
  opacity: 0;
  transition: all 0.5s ease;
}
.l-mv__bg__pin__wrapper.is-show,
.l-mv__bg__illust__wrapper.is-show,
.p-mv_lead.is-show,
.p-mv__logo__wrapper.is-show,
.l-mv__schedule__wrapper.is-show,
.l-mv__car__wrapper.is-show {
  opacity: 1;
  transform: translateY(0);
}

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 3;
  height: 5.5555555556vw;
}
header .p-header {
  background-color: white;
  width: 100%;
  padding: 1.3888888889vw 0vw;
  border-bottom: 2px solid #000;
}
header .p-header .l-inner {
  display: flex;
}
header .p-header .l-inner .l-header__logos {
  margin-left: 29.8611111111vw;
  display: flex;
  align-items: center;
  gap: 0vw 1.3888888889vw;
}
header .p-header .l-inner .p-header__copy {
  font-size: 0.9722222222vw;
  font-weight: 700;
  line-height: 150%;
}
header .p-header .l-inner .p-header__logo {
  display: block;
  width: 16.875vw;
}
header .p-header .l-inner .p-header__logo__img {
  width: 100%;
}
header .p-header .l-inner .l-header__sns {
  display: flex;
  align-items: center;
  margin-left: 9.8611111111vw;
  gap: 0vw 1.7361111111vw;
}
header .p-header .l-inner .l-header__sns .p-header__sns {
  display: block;
  width: 2.0833333333vw;
}
header .p-header .l-inner .l-header__sns .p-header__sns__icon {
  width: 100%;
}

.p-lead {
  font-size: 1.1111111111vw;
  font-weight: 400;
  line-height: 180%;
  letter-spacing: 0.04em;
}
.p-lead span {
  font-weight: 800;
}

.l-illust__wrapper {
  top: 0;
  left: 0;
  height: 100%;
  position: absolute;
}
.l-illust__wrapper .p-illust__box {
  position: absolute;
}
.l-illust__wrapper .p-illust__box .p-illust__img {
  width: 100%;
}

.c-button {
  display: flex;
  align-items: center;
  width: 28.8888888889vw;
  height: 4.8611111111vw;
  padding: 1.3888888889vw;
}
.c-button__text {
  color: #FFF;
  width: 100%;
  text-align: center;
  font-size: 1.1111111111vw;
  font-weight: 700;
  line-height: 150%;
}
.c-button__arrow {
  width: 1.4305555556vw;
  height: 1.4305555556vw;
}

.c-gotop {
  width: 6.9444444444vw;
  position: fixed;
  bottom: 2.0833333333vw;
  right: 2.0833333333vw;
  z-index: 5;
}
.c-gotop img {
  width: 100%;
}

#mv {
  width: 100%;
  height: 78.0555555556vw;
  background-color: #0ab4bf;
  position: relative;
  overflow: hidden;
}
#mv .l-mv_bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 31.1111111111vw;
  left: 0;
  z-index: 1;
}
#mv .l-mv_bg .l-illust__wrapper {
  width: 100%;
}
#mv .l-mv_bg .l-illust__wrapper .l-mv__bg__wrapper {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 87.5vw;
  position: relative;
  overflow: hidden;
}
#mv .l-mv_bg .l-illust__wrapper .l-mv__bg__wrapper .p-mv__bg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  animation: revealCircle 5s ease-out forwards;
  /* 初期状態：中心の点 */
  clip-path: circle(0% at 50% 50%);
}
#mv .l-mv_bg .l-illust__wrapper .l-mv__bg__pin__wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#mv .l-mv_bg .l-illust__wrapper .l-mv__bg__pin__wrapper .p-illust__pin--1 {
  width: 2.3611111111vw;
  top: 29.6527777778vw;
  left: 10.0694444444vw;
}
#mv .l-mv_bg .l-illust__wrapper .l-mv__bg__pin__wrapper .p-illust__pin--2 {
  width: 2.3611111111vw;
  top: 0.8333333333vw;
  left: 59.7916666667vw;
}
#mv .l-mv_bg .l-illust__wrapper .l-mv__bg__pin__wrapper .p-illust__pin--3 {
  width: 2.3611111111vw;
  top: 19.0972222222vw;
  left: 77.5vw;
}
#mv .l-mv_bg .l-illust__wrapper .l-mv__bg__illust__wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#mv .l-mv_bg .l-illust__wrapper .l-mv__bg__illust__wrapper .p-illust__soba {
  width: 11.4583333333vw;
  top: 6.5277777778vw;
  left: 63.3333333333vw;
}
#mv .l-mv_bg .l-illust__wrapper .l-mv__bg__illust__wrapper .p-illust__truck {
  width: 18.8194444444vw;
  top: 3.2638888889vw;
  left: 10.4166666667vw;
}
#mv .l-mv_bg .l-illust__wrapper .l-mv__bg__illust__wrapper .p-illust__sign__p--1 {
  width: 3.8888888889vw;
  top: 4.375vw;
  left: 29.8611111111vw;
}
#mv .l-mv_bg .l-illust__wrapper .l-mv__bg__illust__wrapper .p-illust__sign__p--2 {
  width: 3.8888888889vw;
  top: 42.4305555556vw;
  left: 88.8888888889vw;
}
#mv .l-mv_bg .l-illust__wrapper .l-mv__bg__illust__wrapper .p-illust__hiking {
  width: 12.3611111111vw;
  top: 0vw;
  left: 38.75vw;
}
#mv .l-mv_bg .l-illust__wrapper .l-mv__bg__illust__wrapper .p-illust__long-tailed {
  width: 8.4722222222vw;
  top: 1.5972222222vw;
  left: 50.7638888889vw;
}
#mv .l-mv_bg .l-illust__wrapper .l-mv__bg__illust__wrapper .p-illust__fall {
  width: 14.8611111111vw;
  top: 8.6111111111vw;
  left: 28.0555555556vw;
}
#mv .l-mv_bg .l-illust__wrapper .l-mv__bg__illust__wrapper .p-illust__castle {
  width: 10.4166666667vw;
  top: 12.2916666667vw;
  left: 51.8055555556vw;
}
#mv .l-mv_bg .l-illust__wrapper .l-mv__bg__illust__wrapper .p-illust__kokeshi {
  width: 4.5833333333vw;
  top: 34.0972222222vw;
  left: 79.8611111111vw;
}
#mv .l-mv_bg .l-illust__wrapper .l-mv__bg__illust__wrapper .p-illust__strawberry {
  width: 11.3194444444vw;
  top: 12.9166666667vw;
  left: 75.8333333333vw;
}
#mv .l-mv_bg .l-illust__wrapper .l-mv__bg__illust__wrapper .p-illust__sign__arrow {
  width: 3.9583333333vw;
  top: 19.6527777778vw;
  left: 72.4305555556vw;
}
#mv .l-mv_bg .l-illust__wrapper .l-mv__bg__illust__wrapper .p-illust__ramen {
  width: 6.8055555556vw;
  top: 22.7777777778vw;
  left: 9.375vw;
}
#mv .l-mv_bg .l-illust__wrapper .l-mv__bg__illust__wrapper .p-illust__softcream {
  width: 4.0277777778vw;
  top: 18.4027777778vw;
  left: 15.4166666667vw;
  transform: rotate(-20deg);
}
#mv .l-mv_bg .l-illust__wrapper .l-mv__bg__illust__wrapper .p-illust__family {
  width: 20.8333333333vw;
  top: 29.6527777778vw;
  left: 0.9027777778vw;
}
#mv .l-mv_bg .l-illust__wrapper .l-mv__bg__illust__wrapper .p-illust__sign__sapa--small {
  width: 15.0694444444vw;
  top: 20.0694444444vw;
  left: 25.4166666667vw;
}
#mv .l-mv_bg .l-illust__wrapper .l-mv__bg__illust__wrapper .p-illust__sign__sapa--big {
  width: 13.4027777778vw;
  top: 37.3611111111vw;
  left: 49.4444444444vw;
}
#mv .l-mv_bg .l-illust__wrapper .l-mv__bg__illust__wrapper .p-illust__sapa {
  width: 24.5833333333vw;
  top: 36.8055555556vw;
  left: 21.1805555556vw;
}
#mv .l-mv_bg .l-illust__wrapper .l-mv__bg__illust__wrapper .p-illust__melon {
  width: 7.5694444444vw;
  top: 28.9583333333vw;
  left: 32.1527777778vw;
}
#mv .l-mv_bg .l-illust__wrapper .l-mv__bg__illust__wrapper .p-illust__peanut {
  width: 6.875vw;
  top: 27.0138888889vw;
  left: 40.4861111111vw;
}
#mv .l-mv_bg .l-illust__wrapper .l-mv__bg__illust__wrapper .p-illust__sign__wc {
  width: 5vw;
  top: 28.75vw;
  left: 25.9722222222vw;
}
#mv .l-mv_bg .l-illust__wrapper .l-mv__bg__illust__wrapper .p-illust__cherryblossom {
  width: 11.0416666667vw;
  top: 22.3611111111vw;
  left: 53.1944444444vw;
}
#mv .l-mv_bg .l-illust__wrapper .l-mv__bg__illust__wrapper .p-illust__akabeko {
  width: 8.4027777778vw;
  top: 16.8055555556vw;
  left: 62.7777777778vw;
}
#mv .l-mv_bg .l-illust__wrapper .l-mv__bg__illust__wrapper .p-illust__spring {
  width: 14.9305555556vw;
  top: 32.0833333333vw;
  left: 63.6111111111vw;
}
#mv .l-mv_bg .l-illust__wrapper .l-mv__bg__illust__wrapper .p-illust__yuagari {
  width: 14.8611111111vw;
  top: 21.6666666667vw;
  left: 81.1111111111vw;
}
#mv .l-mv_bg .l-illust__wrapper .l-mv__bg__illust__wrapper .p-illust__peach {
  width: 4.5833333333vw;
  top: 29.1666666667vw;
  left: 78.1944444444vw;
}
#mv .l-mv_bg .l-illust__wrapper .l-mv__bg__illust__wrapper .p-illust__oke {
  width: 4.5833333333vw;
  top: 41.3888888889vw;
  left: 65.2777777778vw;
}
#mv .l-mv_bg .l-illust__wrapper .l-mv__bg__illust__wrapper .p-illust__sign__spring {
  width: 4.375vw;
  top: 41.875vw;
  left: 80.0694444444vw;
}
#mv .l-mv__inner {
  position: relative;
  z-index: 2;
  width: 62.5vw;
  margin: 0 auto;
  padding-top: 3.4722222222vw;
  padding-bottom: 7.7083333333vw;
}
#mv .l-mv__inner .p-mv_lead {
  margin-bottom: 1.4583333333vw;
  color: #FFF;
  font-size: 1.8055555556vw;
  font-weight: 700;
  line-height: 160%;
  text-align: center;
}
#mv .l-mv__inner .p-mv__logo__wrapper {
  width: 100%;
  margin-bottom: 1.875vw;
}
#mv .l-mv__inner .p-mv__logo__wrapper .p-mv__logo {
  width: 100%;
}
#mv .l-mv__inner .l-mv__schedule__wrapper {
  margin-bottom: 20vw;
  display: flex;
  gap: 0vw 2.0138888889vw;
  justify-content: center;
}
#mv .l-mv__inner .l-mv__schedule__wrapper .p-mv__schedule {
  display: flex;
  align-items: center;
  margin-top: 0.9027777778vw;
  height: 3.8888888889vw;
  color: #FFF;
  font-family: Overpass;
  font-size: 2.6388888889vw;
  font-weight: 700;
  line-height: 100%;
  padding: 0.625vw 1.3194444444vw 0vw 1.1805555556vw;
  border: 0.1388888889vw solid #FFF;
}
#mv .l-mv__inner .l-mv__schedule__wrapper .p-mv__comingsoon {
  color: #FFF;
  font-family: Overpass;
  font-size: 4.1666666667vw;
  font-weight: 700;
  line-height: 150%;
}
#mv .l-mv__inner .l-mv__car__wrapper {
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  width: 27.7777777778vw;
  aspect-ratio: 50/39;
  top: 28.6805555556vw;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
}
#mv .l-mv__inner .l-mv__car__wrapper .p-mv__car {
  width: 100%;
}
#mv .l-mv__inner .p-mv__lead__wrapper {
  margin: 0 auto;
  width: 55.5555555556vw;
  padding: 3.8888888889vw 3.8888888889vw 3.8888888889vw 3.8888888889vw;
  border-radius: 2.7777777778vw 0 2.7777777778vw 0;
  border: 0.1388888889vw solid #000;
  background-color: #FFF;
}
#mv .l-mv__inner .p-mv__lead__wrapper .p-mv__headings {
  margin-bottom: 1.1111111111vw;
  text-align: center;
  font-size: 2.0833333333vw;
  font-weight: 700;
  line-height: 170%;
}
#mv .l-mv__inner .p-mv__lead__wrapper .p-mv__headings span {
  font-size: 2.9166666667vw;
}

#content {
  padding-top: 4.8611111111vw;
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
  aspect-ratio: 1440/3033;
  background-image: url("../images/illust_road.png");
}
#content .l-content__wrapper:not(:last-child) {
  margin-bottom: 3.4722222222vw;
}
#content .l-content__wrapper .l-content__headings__wrapper {
  margin-bottom: 2.0833333333vw;
  margin-left: 15.5555555556vw;
  display: flex;
  gap: 0vw 1.3888888889vw;
  align-items: start;
}
#content .l-content__wrapper .l-content__headings__wrapper .p-content__headings__icon {
  width: 6.5277777778vw;
}
#content .l-content__wrapper .l-content__headings__wrapper .p-content__headings__text {
  font-size: 1.9444444444vw;
  font-weight: 700;
  line-height: 150%;
}
#content .l-content__wrapper .l-content__headings__wrapper .p-content__headings__text--01 {
  margin-top: 0.3472222222vw;
}
#content .l-content__wrapper .l-content__headings__wrapper .p-content__headings__text--03 {
  margin-top: 0.3472222222vw;
}
#content .l-content__wrapper .l-content__headings__wrapper .p-content__headings__text .l-content__headings__strong__wrapper {
  display: flex;
  align-items: center;
  margin-top: 0.3472222222vw;
}
#content .l-content__wrapper .l-content__headings__wrapper .p-content__headings__text .l-content__headings__strong__wrapper--01 {
  margin-left: 0.9027777778vw;
}
#content .l-content__wrapper .l-content__headings__wrapper .p-content__headings__text .l-content__headings__strong__wrapper--03 {
  margin-top: 0vw;
}
#content .l-content__wrapper .l-content__headings__wrapper .p-content__headings__text .l-content__headings__strong__wrapper .p-content__headings__strong__img {
  height: 3.9583333333vw;
}
#content .l-content__wrapper .l-content__headings__wrapper .p-content__headings__text .l-content__headings__strong__wrapper .p-content__headings__strong__text {
  font-size: 2.6388888889vw;
}
#content .l-content__wrapper .l-content__headings__wrapper .p-content__headings__text .l-content__headings__strong__wrapper .p-content__headings__strong__text--01 {
  margin-left: 0.2777777778vw;
}
#content .l-content__wrapper .l-content__headings__wrapper .p-content__headings__text .l-content__headings__strong__wrapper .p-content__headings__strong__text--02 {
  margin-left: 2.5vw;
}
#content .l-content__wrapper .l-content__headings__wrapper .p-content__headings__text .l-content__headings__strong__wrapper .p-content__headings__strong__text--03 {
  padding-right: 0.2777777778vw;
}
#content .l-content__wrapper .l-content__main__wrapper {
  display: flex;
}
#content .l-content__wrapper .l-content__main__wrapper--right {
  justify-content: end;
}
#content .l-content__wrapper .l-content__main__wrapper .l-content__main__inner {
  position: relative;
  display: flex;
  align-items: center;
  width: 88.8888888889vw;
  padding: 4.4444444444vw 0vw;
  gap: 0vw 2.2222222222vw;
}
#content .l-content__wrapper .l-content__main__wrapper .l-content__main__inner.u-bg-lightgreen {
  border-radius: 0vw 0vw 2.7777777778vw 0vw;
}
#content .l-content__wrapper .l-content__main__wrapper .l-content__main__inner.u-bg-lightpink {
  border-radius: 2.7777777778vw 0vw 0vw 0vw;
}
#content .l-content__wrapper .l-content__main__wrapper .l-content__main__inner.u-bg-lightyellow {
  border-radius: 0vw 0vw 2.7777777778vw 0vw;
}
#content .l-content__wrapper .l-content__main__wrapper .l-content__main__inner--left {
  padding-left: 11.1111111111vw;
}
#content .l-content__wrapper .l-content__main__wrapper .l-content__main__inner--right {
  padding-left: 4.4444444444vw;
}
#content .l-content__wrapper .l-content__main__wrapper .l-content__main__inner .l-content__main__photo {
  width: 40vw;
  display: flex;
  flex-flow: column;
}
#content .l-content__wrapper .l-content__main__wrapper .l-content__main__inner .l-content__main__photo .p-content__main__photo {
  border-radius: 1.3888888889vw 0 1.3888888889vw 0;
  width: 100%;
}
#content .l-content__wrapper .l-content__main__wrapper .l-content__main__inner .l-content__main__photo .p-content__main__photo--1st {
  width: 35.5555555556vw;
  margin-bottom: 1.3888888889vw;
}
#content .l-content__wrapper .l-content__main__wrapper .l-content__main__inner .l-content__main__photo .p-content__main__photo--2nd {
  width: 35.5555555556vw;
  margin-top: 1.3888888889vw;
}
#content .l-content__wrapper .l-content__main__wrapper .l-content__main__inner .p-lead {
  width: 31.1111111111vw;
}
#content .l-illust__wrapper .p-illust__cafe {
  width: 12.6388888889vw;
  top: 29.375vw;
  left: 3.5416666667vw;
}
#content .l-illust__wrapper .p-illust__cars {
  width: 23.8888888889vw;
  top: -1.7361111111vw;
  left: 63.2638888889vw;
  transform: rotate(-7deg);
}
#content .l-illust__wrapper .p-illust__strawberry {
  width: 10.3472222222vw;
  top: 43.0555555556vw;
  left: 55.5555555556vw;
}
#content .l-illust__wrapper .p-illust__truck {
  width: 14.3055555556vw;
  top: 40.4166666667vw;
  left: 68.9583333333vw;
}
#content .l-illust__wrapper .p-illust__fall {
  width: 12.3611111111vw;
  top: 4.4444444444vw;
  left: 13.8888888889vw;
}
#content .l-illust__wrapper .p-illust__dog {
  width: 14.375vw;
  top: 38.8194444444vw;
  left: 6.3194444444vw;
}
#content .l-illust__wrapper .p-illust__cherryblossom {
  width: 7.3611111111vw;
  top: 36.25vw;
  left: 22.5vw;
}
#content .l-illust__wrapper .p-illust__hiking {
  width: 10.625vw;
  top: 8.4027777778vw;
  left: 70.8333333333vw;
}
#content .l-illust__wrapper .p-illust__bike {
  width: 14.5833333333vw;
  top: 7.6388888889vw;
  left: 4.7916666667vw;
}
#content .l-illust__wrapper .p-illust__omiage {
  width: 11.5277777778vw;
  top: 2.9861111111vw;
  left: 61.9444444444vw;
}
#content .l-illust__wrapper .p-illust__kuri {
  width: 5.7638888889vw;
  top: 33.125vw;
  left: 74.8611111111vw;
}
#content .l-illust__wrapper .p-illust__softcream {
  width: 3.6805555556vw;
  top: 34.4444444444vw;
  left: 68.8888888889vw;
  transform: rotate(-20deg);
}
#content .l-illust__wrapper .p-illust__apple {
  width: 6.0416666667vw;
  top: 39.375vw;
  left: 62.8472222222vw;
}
#content .l-illust__wrapper .p-illust__soba {
  width: 8.9583333333vw;
  top: 33.125vw;
  left: 54.9305555556vw;
}
#sns {
  position: relative;
  margin-top: -15.2777777778vw;
  padding-top: 6.5277777778vw;
  margin-bottom: 5.5555555556vw;
}
#sns .l-sns__wrapper {
  margin: 0 auto;
  margin-bottom: 5.4166666667vw;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  width: 51.1111111111vw;
  height: 19.5833333333vw;
  background-image: url(../images/deco_snsframe.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
#sns .p-sns__headings {
  margin-bottom: 0.6944444444vw;
  font-size: 1.3888888889vw;
  font-weight: 700;
  line-height: 160%;
  letter-spacing: 0.04em;
}
#sns .p-sns__lead {
  margin-bottom: 2.3611111111vw;
  text-align: center;
  font-size: 0.9722222222vw;
  line-height: 170%;
  letter-spacing: 0.04em;
}
#sns .l-sns__icons {
  justify-content: center;
  display: flex;
  align-items: center;
}
#sns .l-sns__icons .p-sns__icons__headings {
  width: 12.2222222222vw;
  margin-right: 2.7777777778vw;
}
#sns .l-sns__icons .l-sns__links {
  display: flex;
  gap: 0vw 2.0833333333vw;
}
#sns .l-sns__icons .p-sns__link {
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
}
#sns .l-sns__icons .p-sns__link__icon {
  height: 3.4722222222vw;
  margin-bottom: 0.5555555556vw;
}
#sns .l-sns__icons .p-sns__link__text {
  font-size: 0.8333333333vw;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.04em;
}
#sns .sns-logo {
  display: block;
  margin: 0 auto;
  margin-bottom: 1.0416666667vw;
  width: 25.2777777778vw;
}
#sns .sns-logo__img {
  width: 100%;
}
#sns .c-button {
  margin: 0 auto;
  margin-bottom: 5.3472222222vw;
}
#sns .p-lead {
  width: 51.1111111111vw;
  margin: 0 auto;
  text-align: center;
  font-weight: 500;
  line-height: 180%;
}
#sns .l-illust__wrapper .p-illust__sns {
  width: 10.0694444444vw;
  top: 8.5416666667vw;
  left: 16.3888888889vw;
}
#sns .l-illust__wrapper .p-illust__sns .p-illust__img {
  transform-origin: 50% 90%;
}
@media (min-width: 768px) and (max-width: 959px) {
  .l-outline.specialpage_footer {
    padding-top: 0 !important;
  }
}
@media (min-width: 769px) {
  .is-pc {
    display: block !important;
  }
  .is-sp {
    display: none !important;
  }
  .is-pc-flex {
    display: flex !important;
  }
  .is-sp-flex {
    display: none !important;
  }
  br.is-pc {
    display: inline-block;
  }
  br.is-tab {
    display: none;
  }
  br.is-sp {
    display: none;
  }
  .is-pc-flex {
    display: flex;
  }
  .is-sp-flex {
    display: none;
  }
  .a-fadeUp,
  .a-fadeUp--chain1,
  .a-fadeUp--chain2,
  .a-fadeUp--onlyScroll {
    transform: translateY(1.3888888889vw);
  }
  .a-opa5 {
    transition: all 0.5s ease;
  }
  .a-opa5:hover {
    opacity: 0.5;
  }
  .l-mv__bg__pin__wrapper,
  .l-mv__bg__illust__wrapper,
  .p-mv_lead,
  .p-mv__logo__wrapper,
  .l-mv__schedule__wrapper,
  .l-mv__car__wrapper {
    transform: translateY(1.3888888889vw);
  }
}
@media (max-width: 768px) {
  .is-pc {
    display: none !important;
  }
  .is-tab {
    display: none !important;
  }
  .is-sp {
    display: block !important;
  }
  .is-pc-flex {
    display: none !important;
  }
  .is-sp-flex {
    display: flex !important;
  }
  br.is-pc {
    display: none;
  }
  br.is-sp {
    display: inline-block;
  }
  .is-pc-flex {
    display: none;
  }
  .is-sp-flex {
    display: flex;
  }
  .u-container {
    width: 100%;
    padding: 0 15px;
  }
  .u-underline::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0vw;
    width: 100%;
    height: 0.5128205128vw;
    /* 線の太さ */
    border-radius: 999px;
  }
  .a-fadeUp,
  .a-fadeUp--chain1,
  .a-fadeUp--chain2,
  .a-fadeUp--onlyScroll {
    transform: translateY(5.1282051282vw);
  }
  .l-mv__bg__pin__wrapper,
  .l-mv__bg__illust__wrapper,
  .p-mv_lead,
  .p-mv__logo__wrapper,
  .l-mv__schedule__wrapper,
  .l-mv__car__wrapper {
    transform: translateY(5.1282051282vw);
  }
}
/*# sourceMappingURL=style-pc.css.map */
