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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

:root {
  --gray: #c8c8c8;
  --white: #ffffff;
  --black: #000;
  --grayblack: #465252;
  --lightBlack: #2b3137;
  --red:#F36337;
  --yellow: #E9B649;
  --gold:#b98534;
  --brown:#ba8632;
  --darkbrown:#644e12;
  --blue:#2DC8C6;
  --light-blue:#03bbda;
  --navy:#091c31;
  --green:#45C125;
  --greenblack:#455151;
  --orange:#ff6b41;
}

/* base default*/
html,
body {
  margin: 0;
  padding: 0;
  width: 100%;
}

* {
  box-sizing: border-box;
}
*::before, *::after {
  box-sizing: border-box;
}

html {
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
  scroll-padding-top: 20px;
}

body {
  background-color: var(--white);
  color: var(--black);
  overflow-x: hidden;
}

main {
  position: relative;
  z-index: 0;
  flex: 1;
  overflow: hidden;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

p {
  margin: 0;
  letter-spacing: 0;
  line-height: 1.7;
}

a {
  color: inherit;
  text-decoration: none;
}
a:hover {
  opacity: 0.8;
  transition: 0.2s;
}
a:active {
  opacity: 1;
}
a:focus {
  outline: none;
  opacity: 1;
}

figure {
  display: flex;
}

picture {
  display: flex;
}

img {
  width: 100%;
  height: auto;
}

address {
  font-style: normal;
}

/* Layout (prefix: l-)
  ------------------------------------------------*/
.l-wrapper {
  position: relative;
  margin-inline: auto;
  padding-inline: 4vw;
  max-width: 1300px;
  width: 100%;
  z-index: 50;
}

@media screen and (max-width: 768px) {
  .l-wrapper.l-wrapper-sp_none {
    padding-inline: 0;
  }
}

.l-siteWrapper {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  min-height: 100dvh;
}

.header {
  width: 100%;
  background-color: var(--green);
  position: fixed;
  z-index: 9999;
  box-shadow: 0px 0px 10px -2px #6a7678;
}

.header__wrap {
  display: flex;
  padding: 5px 0;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
  margin: 0 auto;
  width: 1000px;
  height: 56px;
}

.header_ttl_sp img {
  width: 120px;
}

@media screen and (max-width: 1020px) {
  .header_ttl_sp {
    padding: 2px 0 0 10px;
  }
}
@media screen and (max-width: 768px) {
  .header {
    border-bottom: none;
    background-color: var(--green);
    height: 10vw;
  }
  .header_ttl_sp {
    display: block;
    position: relative;
    float: left;
    padding: 2px 0 0 3.24%;
    z-index: 9;
  }
  .header_ttl_sp img {
    width: 22.2vw;
  }
  .header__wrap {
    height: 100%;
    max-width: 100%;
    background: url("../img/header_dottedline_sp.png") no-repeat center bottom;
  }
}
.header_ttl_sp a {
  display: flex;
}

.footer {
  margin: 0 auto;
  margin-top: 0;
  padding: 19px 0 14px 0;
  color: #fff;
  background-color: var(--green);
}

.footer__body {
  padding: 0 20px;
  display: flex;
  max-width: 1000px;
  text-align: center;
  margin: 0 auto;
  justify-content: space-between;
}

.footer_menu {
  display: inline-block;
  margin-bottom: 5px;
  font-size: 12px;
}

.footer_menu li {
  float: left;
  list-style-type: none;
  vertical-align: top;
}

.footer_menu li img {
  margin-top: -5px;
  margin-right: 10px;
  width: 105px;
}

.copyright {
  clear: both;
  font-size: 13px;
  color: #fff;
}

@media screen and (max-width: 768px) {
  .footer {
    text-align: center;
    padding: 0;
    max-width: 100%;
    padding-top: 20px;
    padding-bottom: 0px;
  }
  .footer__body {
    display: block;
    height: 50px;
    padding: 0;
  }
  .copyright {
    font-size: 11px;
    color: #fff;
    background-color: #121212;
    padding: 30px 0 30px 0;
  }
  .footer_menu li img {
    margin: 0;
    padding-bottom: 0px;
  }
  .logo {
    display: none;
  }
  .footer_menu li {
    float: none;
  }
}
/* Component (prefix: c-)
  ------------------------------------------------*/
.c-sentence__paragraph {
  display: block;
}

.c-heading {
  font-size: 1.5rem;
  font-weight: 600;
  text-align: center;
}

.c-scroll_line_box {
  height: min(45px, 3.4615384615vw);
  width: 100%;
  background-image: url("../img/3rd_anniversary_title_bg.png");
  background-size: cover;
  background-repeat: no-repeat;
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
  display: flex;
  align-items: center;
  overflow: hidden;
  z-index: 200;
}

.c-bg_loop_wrap {
  line-height: 0;
  display: flex;
  overflow: hidden;
}

.c-bg_loop_wrap img {
  height: min(17px, 1.3076923077vw);
  width: auto;
  animation: loop-slide 40s infinite linear 1s both;
}

.c-bg_loop_wrap img {
  animation: loop-slide 40s infinite linear 1s both;
}

@keyframes loop-slide {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
@media screen and (max-width: 768px) {
  .c-scroll_line_box {
    height: 6vw;
  }
  .c-bg_loop_wrap img {
    height: 2.2666666667vw;
  }
}
/* JavaScript (prefix: js- or [data-js])
------------------------------------------------*/
/* Project (prefix: p-)
  ------------------------------------------------*/
.p-top-mv {
  margin: 0 auto;
  padding-top: 56px;
  text-align: center;
  height: auto;
}
@media screen and (max-width: 768px) {
  .p-top-mv {
    grid-template-columns: repeat(2, 1fr);
    padding-top: 0;
    width: 100%;
    height: auto;
  }
}

.p-top-mv__body {
  position: relative;
  margin: 0 auto;
  text-align: center;
  z-index: 1000;
}
.p-top-mv__body img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-intro {
  background-image: url(../img/intro_bg.png);
  background-size: 100% 100%;
  background-position: center top;
  background-repeat: no-repeat;
  padding-bottom: 12.6923076923vw;
  position: relative;
  z-index: 3000;
}
@media screen and (max-width: 768px) {
  .p-intro {
    background-image: url(../img/intro_bg_sp.png);
    padding-top: 11.3333333333vw;
    padding-bottom: 11.3333333333vw;
  }
}

.p-intro__wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.p-intro__text {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: min(148px, 11.3846153846vw);
  padding-bottom: min(40px, 3.0769230769vw);
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .p-intro__text {
    padding-top: 0;
    padding-bottom: 2.9333333333vw;
  }
}
.p-intro__text picture {
  max-width: min(735px, 56.5384615385vw);
}
@media screen and (max-width: 768px) {
  .p-intro__text picture {
    max-width: 88.4vw;
  }
}

.p-intro__btnbox {
  display: grid;
  gap: min(14px, 1.0769230769vw);
  justify-content: center;
  grid-template-columns: repeat(4, 1fr);
}
@media screen and (max-width: 768px) {
  .p-intro__btnbox {
    padding-top: 0;
    padding-bottom: 2.9333333333vw;
    grid-template-columns: repeat(2, 1fr);
    -moz-column-gap: 6.6666666667vw;
         column-gap: 6.6666666667vw;
    row-gap: 0;
  }
}
.p-intro__btnbox .p-intro__btn picture {
  max-width: min(217px, 16.6923076923vw);
}
@media screen and (max-width: 768px) {
  .p-intro__btnbox .p-intro__btn picture {
    max-width: 32.5333333333vw;
  }
}
.p-intro__btnbox .p-intro__btn:nth-child(even) {
  margin-top: min(90px, 6.9230769231vw);
}
@media screen and (max-width: 768px) {
  .p-intro__btnbox .p-intro__btn:nth-child(even) {
    margin-top: 0;
  }
}

.p-intro__image {
  position: absolute;
  right: 0;
  left: 0;
  margin: 0 auto;
  bottom: -9.6153846154vw;
  max-width: 80.5384615385vw;
  z-index: 100;
}
@media screen and (max-width: 768px) {
  .p-intro__image {
    max-width: 88.8vw;
    bottom: -10vw;
  }
}

.p-intro__image-surf {
  position: absolute;
  top: 0;
  right: 50%;
  left: 0;
  margin: 0 auto;
  max-width: min(178px, 13.6923076923vw);
}
@media screen and (max-width: 768px) {
  .p-intro__image-surf {
    top: -8%;
    max-width: 22vw;
  }
}

.p-intro__text-bottom {
  margin-top: min(32px, 2.4615384615vw);
}
@media screen and (max-width: 768px) {
  .p-intro__text-bottom {
    margin-top: -5.3333333333vw;
  }
}
.p-intro__text-bottom picture {
  max-width: min(914px, 70.3076923077vw);
}
@media screen and (max-width: 768px) {
  .p-intro__text-bottom picture {
    max-width: 87.8666666667vw;
  }
}

.p-tour {
  margin-top: -9.2307692308vw;
}
.p-tour--01 {
  background-color: #45c125;
  background-image: linear-gradient(90deg, rgba(113, 205, 94, 0.5019607843) 2px, transparent 2px), linear-gradient(rgba(113, 205, 94, 0.5019607843) 2px, transparent 2px);
  background-position: center bottom;
  background-size: 2.5384615385vw 2.5384615385vw;
  position: relative;
  z-index: 50;
}
@media screen and (max-width: 768px) {
  .p-tour--01 {
    background-size: 3.4666666667vw 3.4666666667vw;
    background-image: linear-gradient(90deg, rgba(113, 205, 94, 0.5019607843) 1px, transparent 1px), linear-gradient(rgba(113, 205, 94, 0.5019607843) 1px, transparent 1px);
  }
}
.p-tour--01::after {
  content: "";
  position: absolute;
  bottom: -7.3076923077vw;
  left: 0;
  width: 100%;
  height: 7.3846153846vw;
  background-color: #45c125;
  background-image: linear-gradient(90deg, rgba(113, 205, 94, 0.5019607843) 2px, transparent 2px), linear-gradient(rgba(113, 205, 94, 0.5019607843) 2px, transparent 2px);
  background-position: center top;
  background-size: 2.5384615385vw 2.5384615385vw;
  background-repeat: repeat;
  -webkit-clip-path: polygon(50% 100%, 0 0, 100% 0);
          clip-path: polygon(50% 100%, 0 0, 100% 0);
  z-index: 998;
}
@media screen and (max-width: 768px) {
  .p-tour--01::after {
    background-size: 3.4666666667vw 3.4666666667vw;
    background-image: linear-gradient(90deg, rgba(113, 205, 94, 0.5019607843) 1px, transparent 1px), linear-gradient(rgba(113, 205, 94, 0.5019607843) 1px, transparent 1px);
  }
}
.p-tour--02 {
  background: url("../img/2_bg.png") center bottom 3.8461538462vw;
  background-repeat: repeat;
  background-size: 2.8461538462vw 4.6153846154vw;
  position: relative;
  z-index: 49;
}
@media screen and (max-width: 768px) {
  .p-tour--02 {
    background: url("../img/2_bg.png") center bottom 6.6666666667vw;
    background-size: 4.9333333333vw 8vw;
  }
}
.p-tour--02::after {
  content: "";
  position: absolute;
  bottom: -7.3076923077vw;
  left: 0;
  width: 100%;
  height: 7.3846153846vw;
  background: url("../img/2_bg.png") top 0.7692307692vw center;
  background-repeat: repeat;
  background-size: 2.8461538462vw 4.6153846154vw;
  -webkit-clip-path: polygon(50% 100%, 0 0, 100% 0);
          clip-path: polygon(50% 100%, 0 0, 100% 0);
  z-index: 449;
}
@media screen and (max-width: 768px) {
  .p-tour--02::after {
    background: url("../img/2_bg.png") top 1.3333333333vw center;
    background-size: 4.9333333333vw 8vw;
  }
}
.p-tour--03 {
  background-color: #2dc8c6;
  background-image: linear-gradient(90deg, rgba(83, 210, 208, 0.8274509804) 2px, transparent 2px), linear-gradient(rgba(83, 210, 208, 0.8274509804) 2px, transparent 2px);
  background-position: center bottom;
  background-size: 2.5384615385vw 2.5384615385vw;
  position: relative;
  z-index: 48;
}
@media screen and (max-width: 768px) {
  .p-tour--03 {
    background-size: 3.4666666667vw 3.4666666667vw;
    background-image: linear-gradient(90deg, rgba(83, 210, 208, 0.8274509804) 1px, transparent 1px), linear-gradient(rgba(83, 210, 208, 0.8274509804) 1px, transparent 1px);
  }
}
.p-tour--03::after {
  content: "";
  position: absolute;
  bottom: -7.3076923077vw;
  left: 0;
  width: 100%;
  height: 7.3846153846vw;
  background-color: #2dc8c6;
  background-image: linear-gradient(90deg, rgba(83, 210, 208, 0.8274509804) 2px, transparent 2px), linear-gradient(rgba(83, 210, 208, 0.8274509804) 2px, transparent 2px);
  background-position: center top;
  background-size: 2.5384615385vw 2.5384615385vw;
  background-repeat: repeat;
  -webkit-clip-path: polygon(50% 100%, 0 0, 100% 0);
          clip-path: polygon(50% 100%, 0 0, 100% 0);
  z-index: 996;
}
@media screen and (max-width: 768px) {
  .p-tour--03::after {
    background-size: 3.4666666667vw 3.4666666667vw;
    background-image: linear-gradient(90deg, rgba(83, 210, 208, 0.8274509804) 1px, transparent 1px), linear-gradient(rgba(83, 210, 208, 0.8274509804) 1px, transparent 1px);
  }
}
.p-tour--04 {
  background: url("../img/4_bg.png");
  position: relative;
  background-repeat: repeat;
  background-size: 5.6153846154vw 4.6153846154vw;
  background-position: center center;
  z-index: 47;
}
@media screen and (max-width: 768px) {
  .p-tour--04 {
    background-size: 9.7333333333vw 8vw;
  }
}

.p-tour__content {
  padding-top: 9.2307692308vw;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.p-tour__bg-img {
  position: absolute;
  z-index: 10;
  width: 100%;
}
.p-tour__bg-img--02 {
  top: -26%;
}
@media screen and (max-width: 768px) {
  .p-tour__bg-img--02 {
    top: -18%;
  }
}
.p-tour__bg-img--03 {
  top: -25%;
}
@media screen and (max-width: 768px) {
  .p-tour__bg-img--03 {
    top: -5%;
  }
}

.p-tour__title {
  position: relative;
  z-index: 50;
}
.p-tour__title--01 {
  padding-top: min(111px, 8.5384615385vw);
}
.p-tour__title--01 picture {
  max-width: min(753px, 57.9230769231vw);
}
@media screen and (max-width: 768px) {
  .p-tour__title--01 picture {
    max-width: 88.9333333333vw;
  }
}
.p-tour__title--02 {
  padding-top: min(250px, 19.2307692308vw);
}
.p-tour__title--02 picture {
  max-width: min(879px, 67.6153846154vw);
}
@media screen and (max-width: 768px) {
  .p-tour__title--02 picture {
    max-width: 100%;
  }
}
.p-tour__title--03 {
  padding-top: min(185px, 14.2307692308vw);
}
@media screen and (max-width: 768px) {
  .p-tour__title--03 {
    padding-top: 17.3333333333vw;
  }
}
.p-tour__title--03 picture {
  max-width: min(786px, 60.4615384615vw);
}
@media screen and (max-width: 768px) {
  .p-tour__title--03 picture {
    max-width: 86.9333333333vw;
  }
}
.p-tour__title--04 {
  padding-top: min(250px, 19.2307692308vw);
}
.p-tour__title--04 picture {
  max-width: min(1011px, 77.7692307692vw);
}
@media screen and (max-width: 768px) {
  .p-tour__title--04 picture {
    max-width: 100%;
  }
}

.p-tour__main {
  position: relative;
  z-index: 60;
  padding-bottom: min(30px, 2.3076923077vw);
}
.p-tour__main picture {
  max-width: min(1135px, 87.3076923077vw);
}
@media screen and (max-width: 768px) {
  .p-tour__main picture {
    max-width: 95.8666666667vw;
  }
}
.p-tour__main--02 {
  margin-top: max(-27 * 1px, calc(100 / 1300) * -27 * 1vw);
}
@media screen and (max-width: 768px) {
  .p-tour__main--02 {
    margin-top: 1.3333333333vw;
  }
}
.p-tour__main--02 picture {
  max-width: min(948px, 72.9230769231vw);
}
@media screen and (max-width: 768px) {
  .p-tour__main--02 picture {
    max-width: 90.8vw;
  }
}
.p-tour__main--03 {
  margin-top: max(-88 * 1px, calc(100 / 1300) * -88 * 1vw);
}
@media screen and (max-width: 768px) {
  .p-tour__main--03 {
    margin-top: -9.0666666667vw;
  }
}
.p-tour__main--03 picture {
  max-width: min(1098px, 84.4615384615vw);
}
@media screen and (max-width: 768px) {
  .p-tour__main--03 picture {
    max-width: 90.8vw;
  }
}
.p-tour__main--04 {
  margin-top: max(-166 * 1px, calc(100 / 1300) * -166 * 1vw);
}
@media screen and (max-width: 768px) {
  .p-tour__main--04 {
    margin-top: -18.6666666667vw;
  }
}
.p-tour__main--04 picture {
  max-width: min(1098px, 84.4615384615vw);
}
@media screen and (max-width: 768px) {
  .p-tour__main--04 picture {
    max-width: 90.8vw;
  }
}

.p-tour__deco--01 {
  position: absolute;
  right: 0;
  left: 0;
  margin: 0 auto;
  bottom: -4.5%;
  max-width: min(785px, 60.3846153846vw);
  z-index: 999;
}
@media screen and (max-width: 768px) {
  .p-tour__deco--01 {
    max-width: 87.3333333333vw;
    bottom: -3.5%;
  }
}
.p-tour__deco--02 {
  position: absolute;
  right: 0;
  left: 0;
  margin: 0 auto;
  bottom: -5%;
  max-width: min(921px, 70.8461538462vw);
  transform: translateX(2%);
  z-index: 999;
}
@media screen and (max-width: 768px) {
  .p-tour__deco--02 {
    max-width: 82.6666666667vw;
    bottom: -3.5%;
  }
}
.p-tour__deco--03 {
  position: absolute;
  right: 0;
  left: 0;
  margin: 0 auto;
  bottom: -4.3%;
  max-width: min(921px, 70.8461538462vw);
  transform: translateX(2%);
  z-index: 999;
}
@media screen and (max-width: 768px) {
  .p-tour__deco--03 {
    max-width: 91.4666666667vw;
    bottom: -3.2%;
  }
}
.p-tour__deco--04 {
  margin-top: min(-140px, -10.7692307692vw);
  transform: translateX(2%);
  z-index: 999;
}
@media screen and (max-width: 768px) {
  .p-tour__deco--04 {
    margin-top: -13.3333333333vw;
    margin-bottom: 25.0666666667vw;
  }
}
.p-tour__deco--04 picture {
  margin: 0 auto;
  max-width: min(803px, 61.7692307692vw);
}
@media screen and (max-width: 768px) {
  .p-tour__deco--04 picture {
    max-width: 82.6666666667vw;
  }
}

.p-talk {
  max-width: min(900px, 69.2307692308vw);
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .p-talk {
    max-width: 84.2666666667vw;
  }
}

.p-talk_dialogue {
  display: flex;
  align-items: center;
  gap: min(24px, 1.8461538462vw);
  padding-bottom: min(18px, 1.3846153846vw);
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .p-talk_dialogue {
    align-items: flex-start;
    padding-bottom: 5.3333333333vw;
    gap: 3.7333333333vw;
  }
}

.p-talk_dialogue:nth-child(even) {
  flex-direction: row-reverse;
  text-align: center;
}

.p-talk_dialogue_icon {
  width: min(107px, 8.2307692308vw);
}
@media screen and (max-width: 768px) {
  .p-talk_dialogue_icon {
    width: 14.2666666667vw;
  }
}

.p-talk_dialogue_text {
  flex: 1;
  display: block;
  position: relative;
  max-width: 100%;
  margin: 0;
  padding: min(22px, 1.6923076923vw) min(56px, 4.3076923077vw) min(20px, 1.5384615385vw);
  border-radius: 25px;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  font-size: min(20px, 1.5384615385vw);
  line-height: min(32px, 2.4615384615vw);
  text-align: left;
  color: var(--greenblack);
  background-color: var(--white);
  border: 2px solid var(--greenblack);
  box-shadow: 4px 4px 0 rgba(0, 0, 0, 0.1);
  z-index: 85;
  font-feature-settings: "palt";
}
@media screen and (max-width: 1032px) {
  .p-talk_dialogue_text {
    border-radius: 20px;
  }
}
@media screen and (max-width: 768px) {
  .p-talk_dialogue_text {
    max-width: 84vw;
    font-size: 3.2vw;
    line-height: 5.3333333333vw;
    letter-spacing: -0.02em;
    border: 2px solid var(--greenblack);
    border-radius: 20px;
    padding: 4vw 4vw 4.6666666667vw;
  }
}
@media screen and (max-width: 576px) {
  .p-talk_dialogue_text {
    border-radius: 15px;
    border: 1.5px solid var(--greenblack);
  }
}
.p-talk_dialogue_text::before {
  content: "";
  position: absolute;
  top: 10%;
  left: 0;
  border-style: solid;
  border-width: 0 16px 11.3px 0;
  border-color: transparent var(--greenblack) transparent transparent;
  translate: -100% 22.5px;
  transform: skew(0, -20deg);
  transform-origin: right;
}
@media screen and (max-width: 1032px) {
  .p-talk_dialogue_text::before {
    border-width: 0 14px 9.3px 0;
  }
}
@media screen and (max-width: 768px) {
  .p-talk_dialogue_text::before {
    border-width: 0 21px 16.3px 0;
  }
}
@media screen and (max-width: 576px) {
  .p-talk_dialogue_text::before {
    border-width: 0 15px 9px 0;
  }
}
.p-talk_dialogue_text::after {
  content: "";
  position: absolute;
  top: 10%;
  left: 0;
  border-style: solid;
  border-width: 0 11.4px 7.2px 0;
  border-color: transparent #fff transparent transparent;
  translate: -100% 24.5px;
  transform: skew(0, 341deg);
  transform-origin: right;
}
@media screen and (max-width: 1032px) {
  .p-talk_dialogue_text::after {
    border-width: 0 9.4px 5.2px 0;
  }
}
@media screen and (max-width: 768px) {
  .p-talk_dialogue_text::after {
    border-width: 0 16.4px 12.2px 0;
  }
}
@media screen and (max-width: 576px) {
  .p-talk_dialogue_text::after {
    border-width: 0 12px 7.3px 0;
    translate: -100% 23.5px;
  }
}
.p-talk_dialogue_text span {
  color: var(--yellow);
  background-color: var(--orange);
  padding-right: min(4px, 0.3076923077vw);
  padding-left: min(4px, 0.3076923077vw);
}

.p-talk_dialogue:nth-child(even) .p-talk_dialogue_text::before {
  left: auto;
  right: 0;
  border-width: 0 0 11.3px 16px;
  border-color: transparent transparent transparent var(--greenblack);
  translate: 100% 22.5px;
  transform: skew(0, 20deg);
  transform-origin: left;
}
@media screen and (max-width: 1032px) {
  .p-talk_dialogue:nth-child(even) .p-talk_dialogue_text::before {
    border-width: 0 0 9.3px 14px;
  }
}
@media screen and (max-width: 768px) {
  .p-talk_dialogue:nth-child(even) .p-talk_dialogue_text::before {
    border-width: 0 0 16.3px 21px;
  }
}
@media screen and (max-width: 576px) {
  .p-talk_dialogue:nth-child(even) .p-talk_dialogue_text::before {
    border-width: 0 0 9px 15px;
  }
}

.p-talk_dialogue:nth-child(even) .p-talk_dialogue_text::after {
  left: auto;
  right: 0;
  border-width: 0 0 7.2px 11.4px;
  border-color: transparent transparent transparent #fff;
  translate: 100% 24.5px;
  transform: skew(0, -341deg);
  transform-origin: left;
}
@media screen and (max-width: 1032px) {
  .p-talk_dialogue:nth-child(even) .p-talk_dialogue_text::after {
    border-width: 0 0 5.2px 9.4px;
  }
}
@media screen and (max-width: 768px) {
  .p-talk_dialogue:nth-child(even) .p-talk_dialogue_text::after {
    border-width: 0 0 12.2px 16.4px;
  }
}
@media screen and (max-width: 576px) {
  .p-talk_dialogue:nth-child(even) .p-talk_dialogue_text::after {
    border-width: 0 0 7.3px 12px;
    translate: 100% 23.5px;
  }
}

.p-info__comic {
  margin: 0 auto;
  padding-top: min(100px, 7.6923076923vw);
  padding-bottom: min(197px, 15.1538461538vw);
}
.p-info__comic--03 {
  padding-top: min(150px, 11.5384615385vw);
}
@media screen and (max-width: 768px) {
  .p-info__comic--03 {
    padding-top: 14.6666666667vw;
  }
}
@media screen and (max-width: 768px) {
  .p-info__comic {
    padding-bottom: 17.0666666667vw;
  }
}

.p-info__comic--sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .p-info__comic--sp {
    display: block;
  }
}

.p-info__comic-inner {
  background-color: #fcc44d;
  border: solid 2px var(--greenblack);
  position: relative;
  left: min(25px, 1.9230769231vw);
  max-width: min(850px, 65.3846153846vw);
  transform: rotate(6deg);
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .p-info__comic-inner {
    max-width: 76vw;
    left: 0;
    border: solid 1px var(--greenblack);
    transform: rotate(3deg);
  }
}
.p-info__comic-inner--04 {
  background-color: var(--red);
}

.p-info__wrapper {
  background-color: var(--white);
  border: solid 2px var(--greenblack);
  position: relative;
  z-index: 1000;
  transform: rotate(-6deg);
  width: min(850px, 65.3846153846vw);
  padding: 0 min(36px, 2.7692307692vw) min(93px, 7.1538461538vw);
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .p-info__wrapper {
    width: 76vw;
    border: solid 1px var(--greenblack);
    transform: rotate(-3deg);
  }
}

.p-info__title {
  position: absolute;
  transform: translateY(-25%) rotate(-6deg);
  max-width: min(462px, 35.5384615385vw);
  left: -11.5%;
  z-index: 2000;
}
@media screen and (max-width: 768px) {
  .p-info__title {
    transform: translateY(-50%) rotate(-3deg);
    max-width: 47.3333333333vw;
    left: -10.5%;
  }
}
.p-info__title::before {
  position: absolute;
  content: "";
  top: 100%;
  left: 0;
  border: none;
  border-bottom: solid min(50px, 3.8461538462vw) transparent;
  border-right: solid min(50px, 3.8461538462vw) var(--greenblack);
}

.p-info__comic-box {
  display: flex;
  justify-content: center;
  padding: min(97px, 7.4615384615vw) 0 min(40px, 3.0769230769vw);
  gap: min(18px, 1.3846153846vw);
}
@media screen and (max-width: 768px) {
  .p-info__comic-box {
    flex-direction: column;
    align-items: center;
    gap: 6.6666666667vw;
    padding: 6vw 0;
  }
}

.p-info__comic-img {
  position: relative;
}
.p-info__comic-img picture {
  width: min(362px, 27.8461538462vw);
}
@media screen and (max-width: 768px) {
  .p-info__comic-img picture {
    width: 64vw;
  }
}
.p-info__comic-img::before {
  content: "";
  position: absolute;
  background-image: url(../img/badge.png);
  left: -7%;
  bottom: -4%;
  right: 0;
  background-size: 100% auto;
  background-position: bottom center;
  max-width: min(179px, 13.7692307692vw);
  aspect-ratio: 179/179;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .p-info__comic-img::before {
    max-width: 23.8666666667vw;
    aspect-ratio: 179/179;
  }
}
.p-info__comic-img--modal::before {
  display: none;
}

.p-info__comic-img--03 {
  position: relative;
}
.p-info__comic-img--03 picture {
  width: min(362px, 27.8461538462vw);
}
@media screen and (max-width: 768px) {
  .p-info__comic-img--03 picture {
    width: 64vw;
  }
}
.p-info__comic-img--03::before {
  content: "";
  position: absolute;
  background-image: url(../img/badge_ribbon.png);
  left: -8%;
  bottom: -16%;
  right: 0;
  background-size: 100% auto;
  background-position: bottom center;
  max-width: min(186px, 14.3076923077vw);
  aspect-ratio: 186/279;
  z-index: 900;
}
@media screen and (max-width: 768px) {
  .p-info__comic-img--03::before {
    max-width: 24.8vw;
    aspect-ratio: 186/279;
    bottom: -5%;
  }
}

.p-info__comic-text {
  max-width: min(400px, 30.7692307692vw);
  color: var(--greenblack);
  font-feature-settings: "palt";
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .p-info__comic-text {
    max-width: 64vw;
  }
}

.p-info__comic-title {
  font-size: min(30px, 2.3076923077vw);
  text-align: center;
  letter-spacing: 0.02em;
  line-height: min(35px, 2.6923076923vw);
}
@media screen and (max-width: 768px) {
  .p-info__comic-title {
    font-size: 5.7333333333vw;
    line-height: 6.4vw;
  }
}
.p-info__comic-title span {
  font-size: min(24px, 1.8461538462vw);
  display: inline;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .p-info__comic-title span {
    font-size: 4.2666666667vw;
    line-height: 0.8;
  }
}

.p-info__comic_author {
  font-size: min(18px, 1.3846153846vw);
  line-height: min(23px, 1.7692307692vw);
  text-align: center;
  padding-top: min(25px, 1.9230769231vw);
  padding-bottom: min(10px, 0.7692307692vw);
  border-bottom: dotted 2px rgba(0, 0, 0, 0.4392156863);
}
@media screen and (max-width: 768px) {
  .p-info__comic_author {
    font-size: 3.3333333333vw;
    line-height: 4vw;
    border-bottom: none;
  }
}
.p-info__comic_author span {
  font-size: min(16px, 1.2307692308vw);
  display: inline;
}
@media screen and (max-width: 768px) {
  .p-info__comic_author span {
    font-size: 3.3333333333vw;
    line-height: 4vw;
  }
}
.p-info__comic_author--03 {
  padding-top: min(15px, 1.1538461538vw);
  padding-bottom: min(5px, 0.3846153846vw);
}

.p-info__comic-description {
  padding-top: min(25px, 1.9230769231vw);
  font-size: min(15px, 1.1538461538vw);
}
@media screen and (max-width: 768px) {
  .p-info__comic-description {
    font-size: 3.3333333333vw;
    line-height: 6vw;
  }
}

.green span {
  color: var(--green);
}

.red span {
  color: var(--red);
}

.blue span {
  color: var(--blue);
}

.yellow span {
  color: var(--yellow);
}

.p-info__btn_area {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: min(16px, 1.2307692308vw);
  position: relative;
  z-index: 40;
}

.p-info__btn_bottom-area {
  display: flex;
  gap: min(20px, 1.5384615385vw);
}

@media screen and (max-width: 768px) {
  .p-info__btn_store {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2.6666666667vw;
  }
}
.p-info__btn_store picture {
  max-width: min(438px, 33.6923076923vw);
}
@media screen and (max-width: 768px) {
  .p-info__btn_store picture {
    max-width: 64vw;
  }
}

.p-info__deco--01 {
  position: absolute;
  bottom: -2%;
  left: -6%;
  z-index: 10;
  max-width: min(483px, 37.1538461538vw);
}
@media screen and (max-width: 768px) {
  .p-info__deco--01 {
    max-width: 64.4vw;
    bottom: 13%;
    z-index: -1;
    left: -8%;
  }
}
.p-info__deco--02 {
  position: absolute;
  top: -23%;
  left: -25%;
  transform: rotate(-6deg);
}
.p-info__deco--02 picture {
  max-width: min(93px, 7.1538461538vw);
}
@media screen and (max-width: 768px) {
  .p-info__deco--02 {
    display: none;
  }
}
.p-info__deco--03 {
  position: absolute;
  top: 7%;
  left: -12%;
  z-index: 500;
  transform: rotate(-6deg);
}
@media screen and (max-width: 768px) {
  .p-info__deco--03 {
    top: auto;
    bottom: -8%;
    left: -5%;
    transform: rotate(-3deg);
  }
}
.p-info__deco--03 picture {
  width: min(1016px, 78.1538461538vw);
}
@media screen and (max-width: 768px) {
  .p-info__deco--03 picture {
    width: 86.9333333333vw;
  }
}
.p-info__deco--04 {
  position: absolute;
  top: -14%;
  right: -10%;
  z-index: 1000;
  transform: rotate(-6deg);
}
.p-info__deco--04 picture {
  width: min(323px, 24.8461538462vw);
}
@media screen and (max-width: 768px) {
  .p-info__deco--04 {
    display: none;
  }
}
.p-info__deco--05 {
  position: absolute;
  top: 10.5%;
  left: -13%;
  z-index: 600;
  transform: rotate(-6deg);
}
@media screen and (max-width: 768px) {
  .p-info__deco--05 {
    top: auto;
    bottom: -10%;
    left: -5%;
    transform: rotate(-3deg);
  }
}
.p-info__deco--05 picture {
  width: min(1017px, 78.2307692308vw);
}
@media screen and (max-width: 768px) {
  .p-info__deco--05 picture {
    width: 74.8vw;
  }
}
.p-info__deco--06 {
  position: absolute;
  top: -16%;
  right: 20%;
  z-index: 1000;
  transform: rotate(-6deg);
}
@media screen and (max-width: 768px) {
  .p-info__deco--06 {
    top: -10%;
    right: 9%;
    transform: rotate(-3deg);
  }
}
.p-info__deco--06 picture {
  width: min(203px, 15.6153846154vw);
}
@media screen and (max-width: 768px) {
  .p-info__deco--06 picture {
    width: 27.0666666667vw;
  }
}
.p-info__deco--07 {
  position: absolute;
  top: 8%;
  left: -8%;
  z-index: 400;
  transform: rotate(-6deg);
}
@media screen and (max-width: 768px) {
  .p-info__deco--07 {
    top: auto;
    bottom: -9%;
    left: auto;
    right: -10%;
    transform: rotate(-3deg);
  }
}
.p-info__deco--07 picture {
  width: min(1016px, 78.1538461538vw);
}
@media screen and (max-width: 768px) {
  .p-info__deco--07 picture {
    width: 60.1333333333vw;
  }
}
.p-info__deco--08 {
  position: absolute;
  top: 20%;
  left: -5%;
  z-index: 400;
  transform: rotate(-6deg);
}
@media screen and (max-width: 768px) {
  .p-info__deco--08 {
    top: auto;
    bottom: -22%;
    left: -7%;
    transform: rotate(-3deg);
  }
}
.p-info__deco--08 picture {
  width: min(991px, 76.2307692308vw);
}
@media screen and (max-width: 768px) {
  .p-info__deco--08 picture {
    width: 91.4666666667vw;
  }
}

.p-info__modal {
  display: none;
}

@media screen and (max-width: 768px) {
  .p-info__modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 10001;
    display: none;
  }
  .p-info__modal-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    z-index: 1;
  }
  .p-info__modal-content .p-info__comic-box {
    padding: 13.3333333333vw 2.6666666667vw;
  }
  .p-info__modal-content .p-info__comic-img picture {
    width: 76vw;
  }
  .p-info__modal-content .p-info__comic-img--03 picture {
    width: 76vw;
  }
  .p-info__modal-content .p-info__comic-text {
    max-width: 76vw;
  }
  .p-info__modal-content .p-info__btn_area {
    gap: 3.7333333333vw;
  }
  .p-info__modal-content .p-info__btn_store picture {
    max-width: 70.6666666667vw;
  }
  .p-info__modal-box {
    position: absolute;
    top: 0;
    right: 0;
    width: 92vw;
    background: #fff;
    height: 100vh;
    overflow-y: auto;
    z-index: 10000;
    padding: 0 2.6666666667vw 10.6666666667vw;
    box-sizing: border-box;
    transform: translateX(100%);
    transition: transform 0.4s ease;
  }
  .p-info__modal.is-open .p-info__modal-box {
    transform: translateX(0);
  }
  .p-info__modal-close {
    position: absolute;
    top: 0;
    right: 0;
    background: none;
    border: none;
    font-size: 14.6666666667vw;
    font-weight: 100;
    line-height: 10.6666666667vw;
    color: var(--greenblack);
    cursor: pointer;
    z-index: 3;
  }
  body.modal-open {
    overflow: hidden;
  }
}
.p-end {
  position: relative;
  margin-top: min(-50px, -3.8461538462vw);
}
@media screen and (max-width: 768px) {
  .p-end {
    margin-top: 0vw;
  }
}

#top {
  bottom: min(10px, 0.7692307692vw);
  position: fixed;
  right: min(50px, 3.8461538462vw);
  z-index: 9999;
  max-width: min(144px, 11.0769230769vw);
}
@media screen and (max-width: 768px) {
  #top {
    max-width: 25.8666666667vw;
  }
}

/* Utility (prefix: u-)
  ------------------------------------------------*/
.u-uppercase {
  text-transform: uppercase;
}

.u-lowercase {
  text-transform: lowercase;
}

.u-centerposition {
  display: flex;
  justify-content: center;
  align-items: center;
}

.u-visually-hidden {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  margin: -1px;
  padding: 0;
  width: 1px;
  height: 1px;
  border: 0;
  white-space: nowrap;
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
}

.u-bold {
  font-weight: bold;
}

.u-color\:white {
  color: #fff;
}

.u-block {
  display: block;
}

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

.u-center {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .u-center {
    text-align: left;
  }
}

.u-font-size\:smallish {
  font-size: var(--font-size-smallish);
}

.u-font-size\:biggish {
  font-size: var(--font-size-biggish);
}

.u-font-size\:big {
  font-size: var(--font-size-big);
}

@media screen and (max-width: 768px) {
  .u-inline {
    display: inline;
  }
}

@media screen and (max-width: 768px) {
  .u-block_sp {
    display: block;
  }
}

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

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

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

@media screen and (max-width: 768px) {
  .u-sp_center {
    text-align: center;
  }
}

.u-stripe {
  position: absolute;
  top: 0;
  width: min(24px, 1.8461538462vw);
  height: 100%;
  background-color: #ffffff;
  background-image: url(../img/border.png);
  background-repeat: repeat-y;
  background-size: min(20px, 1.5384615385vw) auto;
  z-index: 9999;
  pointer-events: none;
}

.u-stripe-left {
  left: 0;
  border-right: min(4px, 0.3076923077vw) solid #ffffff;
}

.u-stripe-right {
  right: 0;
  border-left: min(4px, 0.3076923077vw) solid #ffffff;
}

.content {
  position: relative;
  z-index: 1;
  padding: 40px;
}/*# sourceMappingURL=style.css.map */