@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&family=Oswald:wght@200..700&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

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

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

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

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

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

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

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

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

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

address {
  font-style: inherit;
}

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  appearance: radio;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
}

button[disabled],
[type=button][disabled],
[type=reset][disabled],
[type=submit][disabled] {
  cursor: default;
}

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

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none;
}

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

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

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

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

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

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

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

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

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

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

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

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

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

/* Table */
/* ============================================ */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
}

/* Misc */
/* ============================================ */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

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

/*======================================================
# Media Query
====================================================== */
/*======================================================
# vw
====================================================== */
html {
  scroll-behavior: smooth;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  color: #000000;
  overflow-x: hidden;
}

main {
  overflow-x: hidden;
}

img {
  vertical-align: bottom;
}

/*======================================================
# サムネイル
====================================================== */
/*======================================================
# 円
====================================================== */
/*======================================================
# アローアイコン
====================================================== */
.l-inner {
  overflow: hidden;
}
@media screen and (max-width: 1000px) {
  .l-inner {
    padding: 0 20px;
  }
}

.p-mv {
  width: 100%;
  height: fit-content;
  position: relative;
}
@media screen and (max-width: 1000px) {
  .p-mv {
    margin: 0 calc(50% - 50vw);
    width: 100vw;
    overflow: hidden;
  }
}
.p-mv__bg {
  opacity: 0.1;
  transform: scale(1.15);
  animation: zoomImage 1.6s forwards;
}
.p-mv__bg picture {
  width: 100%;
}
.p-mv__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-mv__logo {
  width: 14.5680819912vw;
  position: absolute;
  top: 46px;
  right: 58px;
  z-index: 2;
}
@media screen and (max-width: 1000px) {
  .p-mv__logo {
    width: 106px;
    top: 20px;
    left: 20px;
    right: unset;
  }
}
.p-mv__logo img {
  width: 100%;
  height: auto;
}
.p-mv__lead {
  width: 45.9736456808vw;
  height: auto;
  position: absolute;
  top: 14.1288433382vw;
  right: 4.7584187408vw;
  z-index: 10;
}
@media screen and (max-width: 1000px) {
  .p-mv__lead {
    width: calc(100% - 20px);
    left: 50%;
    right: unset;
    transform: translateX(-50%);
    bottom: 22px;
    top: unset;
  }
}
.p-mv__lead img {
  width: 100%;
  height: auto;
}

@keyframes zoomImage {
  0% {
    opacity: 0.1;
    transform: scale(1.1);
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
.p-about {
  margin-top: 40px;
}
@media screen and (max-width: 1000px) {
  .p-about {
    margin-top: 17px;
  }
}
.p-about__text {
  font-size: 16px;
  line-height: 2;
  text-align: center;
}
@media screen and (max-width: 1000px) {
  .p-about__text {
    text-align: left;
    font-size: 14px;
    line-height: 1.8571428571;
  }
}

.p-nav {
  max-width: 1040px;
  margin: 4.39238653vw auto 0;
}
@media screen and (max-width: 1000px) {
  .p-nav {
    margin: 30px auto 0;
  }
}
.p-nav__logo {
  width: 136px;
  margin: 0 auto;
}
@media screen and (max-width: 1000px) {
  .p-nav__logo {
    width: 102px;
  }
}
.p-nav__logo img {
  width: 100%;
  height: auto;
}
.p-nav__logo-pickupnew {
  overflow: hidden;
}
.p-nav__logo-pickupnew img {
  transition: 2s;
}
.p-nav__logo-keyword {
  overflow: hidden;
}
.p-nav__logo-keyword img {
  transition: 2s;
}
.p-nav__list {
  display: flex;
  flex-wrap: wrap;
  margin-left: -16px;
  margin-top: 24px;
}
@media screen and (max-width: 1000px) {
  .p-nav__list {
    margin-left: unset;
    margin-top: 12px;
  }
}
.p-nav__list.is-active .p-nav__item {
  animation: fadeInUp 1.2s ease-in-out forwards;
}
.p-nav__item {
  width: calc(33.3333333333% - 16px);
  margin-left: 16px;
  margin-top: 16px;
  opacity: 0;
  transition: opacity 0.8s ease-in-out, transform 0.8s cubic-bezier(0.4, 1, 1, 1);
  will-change: opacity, transform;
}
@media screen and (max-width: 1000px) {
  .p-nav__item {
    width: 100%;
    margin-left: unset;
    margin-top: 8px;
  }
}
.p-nav__item img {
  width: 100%;
  height: auto;
}
.p-nav__item a {
  transition: all 0.3s;
}
.p-nav__item a:hover {
  opacity: 0.7;
  transition: all 0.3s;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.p-scene {
  max-width: 1366px;
  padding-right: 117px;
  margin: 150px auto 0;
  display: flex;
  justify-content: flex-end;
  opacity: 0;
  transition: opacity 0.5s ease-out;
}
.p-scene.is-visible {
  opacity: 1;
}
@media screen and (max-width: 1000px) {
  .p-scene {
    flex-direction: column;
    margin: 68px auto 0;
    padding-right: unset;
  }
}
.p-scene + .p-scene {
  margin: 180px auto 0;
}
@media screen and (max-width: 1000px) {
  .p-scene + .p-scene {
    margin: 67px auto 0;
  }
}
.p-scene-head {
  margin-right: auto;
  position: absolute;
  left: 0;
  z-index: 1;
}
@media screen and (max-width: 1000px) {
  .p-scene-head {
    margin-right: unset;
    position: unset;
  }
}
.p-scene-body {
  max-width: 376px;
  margin-right: 140px;
  margin-top: 40px;
}
@media screen and (max-width: 1240px) {
  .p-scene-body {
    margin-right: 70px;
  }
}
@media screen and (max-width: 1000px) {
  .p-scene-body {
    max-width: unset;
    margin-right: unset;
    margin: 10px calc(50% - 50vw) 0;
    width: 100vw;
    position: relative;
  }
}
.p-scene-body-02__image-1 {
  width: 334px;
  margin-left: 36px;
}
@media screen and (max-width: 1000px) {
  .p-scene-body-02__image-1 {
    width: 88.829787234vw;
    margin-left: 15.9574468085vw;
  }
}
.p-scene-body-02__image-2 {
  position: relative;
  margin-top: -50px;
  margin-left: 0;
  margin-right: auto;
  margin-bottom: 32px;
  width: 239px;
}
@media screen and (max-width: 1000px) {
  .p-scene-body-02__image-2 {
    width: 63.5638297872vw;
  }
}
.p-scene-body-02__image-2-img {
  transform: rotate(-3deg);
}
.p-scene-body-02__image-3 {
  width: 176px;
  margin-left: 24px;
  margin-bottom: 28px;
}
@media screen and (max-width: 1000px) {
  .p-scene-body-02__image-3 {
    width: 46.8085106383vw;
  }
}
.p-scene-body-02__image-4 {
  width: 280px;
  margin-left: auto;
  margin-right: 30px;
}
@media screen and (max-width: 1000px) {
  .p-scene-body-02__image-4 {
    width: 74.4680851064vw;
  }
}
.p-scene-body-03 .p-scene__tagbox {
  margin: -359px auto 73px;
  max-width: 284px;
  position: relative;
  z-index: 10;
}
.p-scene-body-04__inner {
  position: relative;
  padding-bottom: 370px;
}
@media screen and (max-width: 1000px) {
  .p-scene-body-04__inner {
    padding-bottom: 98.4042553191vw;
  }
}
.p-scene-body-04__image-1 {
  position: relative;
  width: 292px;
  margin-left: 84px;
}
@media screen and (max-width: 1000px) {
  .p-scene-body-04__image-1 {
    width: 77.6595744681vw;
    margin-left: 22.3404255319vw;
  }
}
.p-scene-body-04__image-2 {
  position: absolute;
  width: 177px;
  left: -56px;
  bottom: 160px;
}
@media screen and (max-width: 1000px) {
  .p-scene-body-04__image-2 {
    width: 47.0744680851vw;
    left: -14.8936170213vw;
    bottom: 42.5531914894vw;
  }
}
.p-scene-body-04__image-3 {
  position: absolute;
  width: 230px;
  margin-left: 20px;
  bottom: 30px;
  z-index: 3;
}
@media screen and (max-width: 1000px) {
  .p-scene-body-04__image-3 {
    width: 61.170212766vw;
    margin-left: 5.3191489362vw;
    bottom: 7.9787234043vw;
  }
}
.p-scene-body--bg01 {
  background: #E26F45;
  padding-top: 60px;
  padding-left: 82px;
}
.p-scene-body--bg01 img {
  display: block;
  max-width: 274px;
  height: auto;
}
@media screen and (max-width: 1000px) {
  .p-scene-body--bg01 {
    padding-top: 15.9574468085vw;
    padding-left: 21.8085106383vw;
  }
  .p-scene-body--bg01 img {
    max-width: 72.8723404255vw;
  }
}
.p-scene-body-06__inner {
  position: relative;
  padding-top: 132px;
  padding-bottom: 60px;
}
@media screen and (max-width: 1000px) {
  .p-scene-body-06__inner {
    padding-top: 35.1063829787vw;
    padding-bottom: 15.9574468085vw;
  }
}
.p-scene-body-06__inner .p-scene-body--bgImage {
  position: absolute;
  top: 0;
  z-index: -1;
}
.p-scene-body-06__image-1 {
  width: 300px;
  display: block;
  margin: 0 auto;
  margin-bottom: 70px;
}
@media screen and (max-width: 1000px) {
  .p-scene-body-06__image-1 {
    margin-bottom: 18.6170212766vw;
    width: 79.7872340426vw;
  }
}
.p-scene-body-06__image-2 {
  width: 252px;
  display: block;
  margin: 0 auto;
}
@media screen and (max-width: 1000px) {
  .p-scene-body-06__image-2 {
    width: 67.0212765957vw;
  }
}
.p-scene-body-06__image-4 {
  width: 280px;
  display: block;
  margin: 0 auto;
}
@media screen and (max-width: 1000px) {
  .p-scene-body-06__image-4 {
    width: 74.4680851064vw;
  }
}
.p-scene-body--bgImage {
  overflow: hidden;
}
.p-scene-body--bgImage .zoom {
  transform: scale(1.2);
  opacity: 0;
}
.p-scene-body--bgImage .zoom img {
  transition: 1.6s;
  filter: blur(12px);
}
.p-scene-body--bgImage .zoom.is-active {
  transform: scale(1);
  opacity: 1;
}
.p-scene-body--bgImage .zoom.is-active img {
  filter: blur(0);
}
.p-scene-body--bg04 {
  background: #70B9A6;
}
.p-scene-body--bg06 {
  background: #E2C943;
  padding: 53px 0;
}
@media screen and (max-width: 1000px) {
  .p-scene-body--bg06 {
    padding: 14.0957446809vw 0;
  }
}
.p-scene-body .zoom {
  transition: opacity 1s, transform 1s;
  transform: scale(1.1);
  opacity: 0;
}
.p-scene-body .zoom.pinkborder {
  border-top: 6px solid #E98881;
}
.p-scene-body .zoom.purpleborder {
  border-right: 6px solid #C497BC;
}
.p-scene-body .zoom.is-active {
  transform: scale(1);
  opacity: 1;
}
.p-scene-body .zoom.is-active a::after {
  transition: opacity 1s;
  opacity: 1;
}
.p-scene-body .zoom a {
  display: block;
  width: fit-content;
  position: relative;
  transition: all 0.3s;
  overflow: hidden;
  z-index: 5;
}
.p-scene-body .zoom a.blueborder::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 6px;
  background-color: #79B1BD;
  top: 0;
  left: 0;
  z-index: 30;
}
.p-scene-body .zoom a.blueborder::after {
  top: 1px;
}
.p-scene-body .zoom a::after {
  content: "";
  width: 100%;
  height: 100%;
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 3;
  opacity: 0;
}
.p-scene-body .zoom a:has(.p-scene-body-02__image-4-img), .p-scene-body .zoom a:has(.p-scene-body-02__image-1-img) {
  transform: rotate(3deg);
}
.p-scene-body .zoom a:hover img {
  opacity: 0.9;
  transition: all 0.3s;
  transform: scale(1.05);
}
.p-scene-body img {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 9;
  transition: all 0.3s;
}
.p-scene-body2 {
  max-width: 376px;
  margin-right: 140px;
  margin-top: 50px;
}
@media screen and (max-width: 1000px) {
  .p-scene-body2 {
    max-width: unset;
    margin-right: unset;
    margin: 30px calc(50% - 50vw) 0;
    width: 100vw;
    position: relative;
  }
}
.p-scene-body2 .zoom {
  transition: opacity 0.6s, transform 0.6s, -webkit-transform 0.6s;
  transform: scale(1.1);
  opacity: 0;
}
.p-scene-body2 .zoom.is-active {
  transform: scale(1);
  opacity: 1;
}
.p-scene-body2 img {
  width: 100%;
  height: auto;
}
.p-scene-bottom {
  margin-top: 40px;
  max-width: 336px;
}
@media screen and (max-width: 1000px) {
  .p-scene-bottom {
    margin-top: 30px;
    max-width: unset;
  }
}
.p-scene__number {
  width: 143px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.p-scene__number--text:first-of-type span {
  bottom: -55px;
}
.p-scene__number--text:last-of-type span {
  top: -55px;
}
@media screen and (max-width: 1000px) {
  .p-scene__number {
    width: auto;
    flex-direction: row;
    align-items: center;
    margin-left: 25px;
  }
}
.p-scene__number.is-active .p-scene__number--text:first-of-type span {
  animation: popanime cubic-bezier(0.65, 0.05, 0.36, 1) 1s 0.1s forwards;
}
.p-scene__number.is-active .p-scene__number--text:last-of-type span {
  animation: popanime2 cubic-bezier(0.65, 0.05, 0.36, 1) 1s 0.1s forwards;
}
.p-scene__number--text {
  font-family: "Oswald", sans-serif;
  font-size: 25px;
  line-height: 1.48;
  margin-right: 20px;
  overflow: hidden;
}
@media screen and (max-width: 1000px) {
  .p-scene__number--text {
    font-size: 14px;
    line-height: 1.5;
    margin-right: unset;
  }
}
.p-scene__number--text:first-of-type span {
  position: relative;
}
.p-scene__number--text:last-of-type span {
  position: relative;
}
.p-scene__number--text.Scene01 {
  color: #E26F45;
}
.p-scene__number--text.Scene02 {
  color: #79B1BD;
}
.p-scene__number--text.Scene03 {
  color: #C497BC;
}
.p-scene__number--text.Scene04 {
  color: #70B9A6;
}
.p-scene__number--text.Scene05 {
  color: #E98881;
}
.p-scene__number--text.Scene06 {
  color: #E2C943;
}
.p-scene__number--border {
  width: 100%;
  height: 2px;
  background: #000000;
  display: block;
  margin: 10px 0;
}
@media screen and (max-width: 1000px) {
  .p-scene__number--border {
    width: 1px;
    height: 23px;
    margin: 0px 10px;
  }
}
.p-scene__scene {
  margin-left: 55px;
}
@media screen and (max-width: 1000px) {
  .p-scene__scene {
    margin-left: unset;
    width: 109px;
  }
}
.p-scene__scene img {
  max-width: 100%;
}
@media screen and (max-width: 1000px) {
  .p-scene__tagbox {
    position: relative;
  }
}
.p-scene__tag {
  width: fit-content;
  margin: 32px 0 0 79px;
  position: relative;
  z-index: 30;
  overflow: hidden;
}
@media screen and (max-width: 1000px) {
  .p-scene__tag {
    margin: unset;
    position: absolute;
  }
  .p-scene__tag.tag1 {
    top: 10.1063829787vw;
    right: 5.3191489362vw;
  }
  .p-scene__tag.tag2 {
    bottom: 0px;
    right: 1.756954612vw;
  }
  .p-scene__tag.tag3 {
    top: -6.6489361702vw;
    left: -6.914893617vw;
  }
  .p-scene__tag.tag4 {
    top: 22.6063829787vw;
    right: -21.2765957447vw;
  }
  .p-scene__tag.tag5 {
    top: 10.6382978723vw;
    right: 20.7446808511vw;
  }
  .p-scene__tag.tag6 {
    bottom: 12.7659574468vw;
    right: -11.170212766vw;
  }
}
.p-scene__tag span {
  background: #fff;
  border: 1px solid #000;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -1;
  transition: opacity 2s, transform 2s;
  opacity: 0;
}
.p-scene__tag span.is-active {
  opacity: 1;
}
.p-scene__tag img {
  max-width: 100%;
}
.p-scene__title {
  font-weight: 700;
  line-height: 1.6;
}
.p-scene__title .box {
  color: #fff;
  position: relative;
  padding: 0 6px;
}
.p-scene__title .bg {
  position: absolute;
  width: 0%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -1;
}
.p-scene__title .bg.is-active {
  animation: bganime 0.8s;
  animation-timing-function: cubic-bezier(0.4, -0.02, 0.25, 1);
  width: 100%;
}
.p-scene__title .bg.Scene01 {
  background: #E26F45;
}
.p-scene__title .bg.Scene02 {
  background: #79B1BD;
}
.p-scene__title .bg.Scene03 {
  background: #C497BC;
}
.p-scene__title .bg.Scene04 {
  background: #70B9A6;
}
.p-scene__title .bg.Scene05 {
  background: #E98881;
}
.p-scene__title .bg.Scene06 {
  background: #E2C943;
}
.p-scene__text {
  font-size: 14px;
  line-height: 1.8571428571;
  margin-top: 17px;
}
.p-scene__detail {
  margin-top: 28px;
}
.p-scene__detail--item {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.p-scene__detail--item + .p-scene__detail--item {
  margin-top: 17px;
}
.p-scene__detail--head .name {
  margin-bottom: 4px;
  font-size: 12px;
  display: block;
}
.p-scene__detail--head .price {
  font-size: 15px;
  font-weight: 400;
  font-family: "Lato", sans-serif;
  display: block;
}
.p-scene__detail--head .price span {
  font-size: 9px;
}
.p-scene__detail--body {
  width: 158px;
  display: flex;
  justify-content: space-between;
}
.p-scene__detail--link {
  height: 30px;
  background: #000000;
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 1.8571428571;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  font-family: "Roboto", sans-serif;
  transition: all 0.3s;
}
.p-scene__detail--link:hover {
  transition: all 0.3s;
  opacity: 0.7;
}
.p-scene__detail--link.half {
  width: 76px;
}
.p-scene__openbox {
  margin-top: 16px;
}
@media screen and (max-width: 1000px) {
  .p-scene__openbox {
    display: none;
  }
}
.p-scene__button {
  display: none;
}
@media screen and (max-width: 1000px) {
  .p-scene__button {
    border: #D9D9D9 1px solid;
    border-radius: 50px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
    font-family: "Lato", sans-serif;
    text-transform: uppercase;
    margin-top: 16px;
  }
}

@keyframes popanime {
  from {
    bottom: -55px; /* 親要素外に配置させて見えなくしておく */
  }
  to {
    bottom: 0px;
  }
}
@keyframes popanime2 {
  from {
    top: -55px; /* 親要素外に配置させて見えなくしておく */
  }
  to {
    top: 0px;
  }
}
@keyframes bganime {
  from {
    width: 0%;
  }
  to {
    width: 100%;
  }
}
.p-scene#Scene02 {
  margin-top: 184px;
}
@media screen and (max-width: 1000px) {
  .p-scene#Scene02 {
    margin-top: 68px;
  }
}
.p-scene#Scene02 .p-scene-body.p-scene-body-02 {
  margin-top: 73px;
}
@media screen and (max-width: 1000px) {
  .p-scene#Scene02 .p-scene-body.p-scene-body-02 {
    margin-top: 13px;
  }
}
.p-scene#Scene02 .p-scene-bottom {
  margin-top: 75px;
}
@media screen and (max-width: 1000px) {
  .p-scene#Scene02 .p-scene-bottom {
    margin-top: 39px;
  }
}
.p-scene#Scene02 .p-scene__tagbox {
  margin-top: -60px;
  display: block;
}
@media screen and (max-width: 1000px) {
  .p-scene#Scene02 .p-scene__tagbox {
    margin-left: 15px;
  }
}
@media screen and (max-width: 1000px) {
  .p-scene#Scene02 .p-scene__tag.tag2 {
    bottom: -20px;
  }
}

.p-scene#Scene03 {
  margin-top: 192px;
}
@media screen and (max-width: 1000px) {
  .p-scene#Scene03 {
    margin-top: 68px;
  }
}
@media screen and (max-width: 1000px) {
  .p-scene#Scene03 .p-scene-bottom {
    margin-top: -43px;
  }
}
@media screen and (max-width: 1000px) {
  .p-scene#Scene03 .p-scene-body2.u-md-only {
    margin-top: 40px;
  }
}

.p-bottom__button {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 336px;
  width: 100%;
  height: 78px;
  margin: 160px auto 0;
  border: 1px solid #000;
}
@media screen and (max-width: 1000px) {
  .p-bottom__button {
    margin: 80px auto 0;
    position: relative;
  }
  .p-bottom__button::after {
    position: absolute;
    content: "";
    background: #000;
    left: 50%;
    transform: translateX(-50%);
    bottom: -80px;
    width: 100%;
    height: 1px;
  }
}
.p-bottom__staff {
  margin: 80px auto 0;
  font-family: "Oswald", sans-serif;
  text-align: center;
}
@media screen and (max-width: 1000px) {
  .p-bottom__staff {
    padding-top: 80px;
    text-align: left;
    width: fit-content;
  }
}
.p-bottom__staff p {
  font-size: 14px;
  line-height: 1.7142857143;
  font-weight: 300;
}
.p-bottom__staff li {
  font-size: 14px;
  line-height: 1.7142857143;
  font-weight: 300;
}
.p-bottom__staff li span {
  font-weight: 500;
  display: inline-block;
  margin-right: 1em;
}

.p-footer {
  padding-top: 120px;
  padding-bottom: 40px;
}
@media (max-width: 1000px) {
  .p-footer {
    padding-top: 80px;
    padding-bottom: 20px;
  }
}
.p-footer__inner {
  max-width: 980px;
  margin-inline: auto;
}
@media (max-width: 1000px) {
  .p-footer__inner {
    width: auto;
  }
}

.p-footer__unit--underline {
  border-bottom: 1px solid #daf06e;
  margin-bottom: 100px;
  padding-bottom: 150px;
}
@media (max-width: 1000px) {
  .p-footer__unit--underline {
    margin-bottom: 50px;
    padding-bottom: 75px;
  }
}

.p-footer__snsNav {
  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;
  width: 368px;
  margin-inline: auto;
}
@media (max-width: 1000px) {
  .p-footer__snsNav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
  }
}

.p-footer__snsItem {
  display: block;
  height: auto;
}

.p-footer__snsItem--website {
  width: 163px;
}
@media (max-width: 1000px) {
  .p-footer__snsItem--website {
    width: 109px;
  }
  .p-footer__snsItem--website a {
    display: block;
  }
  .p-footer__snsItem--website a img {
    width: 100%;
    height: auto;
  }
}

.p-footer__snsItem--instagram {
  width: 80px;
}
@media (max-width: 1000px) {
  .p-footer__snsItem--instagram {
    width: 54px;
    margin-top: 60px;
  }
  .p-footer__snsItem--instagram a {
    display: block;
  }
  .p-footer__snsItem--instagram a img {
    width: 100%;
    height: auto;
  }
}

.p-footer__link {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 30px;
  width: 100%;
  max-width: 770px;
  height: 110px;
  margin-inline: auto;
}

@media (max-width: 1000px) {
  .p-footer__link {
    gap: 12px;
  }
}
.p-footer__linkItem {
  position: relative;
  overflow: hidden;
}

@media (min-width: 1001px) {
  .p-footer__linkItem {
    width: calc(50% - 1.5rem);
  }
}
@media (max-width: 1000px) {
  .p-footer__linkItem {
    width: calc(50% - 0.6rem);
    height: 70px;
  }
}
.p-footer__linkInner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #daf06e;
}
@media (max-width: 1000px) {
  .p-footer__linkInner {
    height: 70px;
  }
}

.p-footer__linkInner svg {
  display: block;
  width: auto;
  height: 100%;
}

.p-footer__linkInner path {
  fill: #000000;
}

.p-footer__note {
  margin-top: 260px;
  text-align: center;
  font-size: 14px;
  line-height: 1.7857142857;
  font-family: "Noto Serif JP", serif;
}
@media (max-width: 1000px) {
  .p-footer__note {
    margin-top: 105px;
    text-align: justify;
    font-size: 12px;
    line-height: 1.75;
  }
}

.p-footer__logo {
  margin-inline: auto;
}

.p-footer__logo--instagram {
  width: 48px;
  margin-top: 8rem;
  display: block;
  margin: 80px auto 0;
}
@media (max-width: 1000px) {
  .p-footer__logo--instagram {
    width: 32px;
    margin-top: 60px;
  }
}
.p-footer__logo--instagram img {
  width: 100%;
  height: auto;
}

.p-footer__logo--corporate {
  width: 180px;
  height: auto;
  display: block;
  margin: 48px auto 0;
}
@media (max-width: 1000px) {
  .p-footer__logo--corporate {
    width: 120px;
    margin-top: 40px;
  }
}
.p-footer__logo--corporate img {
  width: 100%;
  height: auto;
}

.p-footer__copyright {
  text-align: center;
  margin-top: 48px;
  font-size: 15px;
  line-height: 1;
  font-family: "Noto Serif JP", serif;
}
@media (max-width: 1000px) {
  .p-footer__copyright {
    margin-top: 60px;
    font-size: 10px;
    line-height: 1;
  }
}

.u-hover {
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

.u-hover:hover {
  opacity: 0.8;
}

@media (min-width: 1001px) {
  .u-pcNone {
    display: none !important;
  }
}
@media (max-width: 1000px) {
  .u-spNone {
    display: none !important;
  }
}
.u-pt0 {
  padding-top: 0 !important;
}

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

.u-mt0 {
  margin-top: 0 !important;
}

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

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

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

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

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

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

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

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

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

.u-mb0 {
  margin-bottom: 0 !important;
}

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

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

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

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

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

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

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

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

.u-mr0 {
  margin-right: 0 !important;
}

@media screen and (max-width: 1000px) {
  .u-smt0 {
    margin-top: 0 !important;
  }
  .u-smt5 {
    margin-top: 5px !important;
  }
  .u-smt10 {
    margin-top: 10px !important;
  }
  .u-smt15 {
    margin-top: 15px !important;
  }
  .u-smt20 {
    margin-top: 20px !important;
  }
  .u-smb0 {
    margin-bottom: 0 !important;
  }
  .u-smb5 {
    margin-bottom: 5px !important;
  }
  .u-smb10 {
    margin-bottom: 10px !important;
  }
  .u-smb15 {
    margin-bottom: 15px !important;
  }
  .u-smb20 {
    margin-bottom: 20px !important;
  }
  .u-sml0 {
    margin-left: 0 !important;
  }
}
.u-w03per {
  width: 3% !important;
}

.u-w05per {
  width: 5% !important;
}

.u-w10per {
  width: 10% !important;
}

.u-w13per {
  width: 13% !important;
}

.u-w15per {
  width: 15% !important;
}

.u-w20per {
  width: 20% !important;
}

.u-w23per {
  width: 23% !important;
}

.u-w25per {
  width: 25% !important;
}

.u-w30per {
  width: 30% !important;
}

.u-w33per {
  width: 33% !important;
}

.u-w35per {
  width: 35% !important;
}

.u-w40per {
  width: 40% !important;
}

.u-w43per {
  width: 43% !important;
}

.u-w45per {
  width: 45% !important;
}

.u-w50per {
  width: 50% !important;
}

.u-w53per {
  width: 53% !important;
}

.u-w55per {
  width: 55% !important;
}

.u-w60per {
  width: 60% !important;
}

.u-w63per {
  width: 63% !important;
}

.u-w65per {
  width: 65% !important;
}

.u-w70per {
  width: 70% !important;
}

.u-w73per {
  width: 73% !important;
}

.u-w75per {
  width: 75% !important;
}

.u-w80per {
  width: 80% !important;
}

.u-w83per {
  width: 83% !important;
}

.u-w85per {
  width: 85% !important;
}

.u-w90per {
  width: 90% !important;
}

.u-w93per {
  width: 93% !important;
}

.u-w95per {
  width: 95% !important;
}

.u-table-fixed {
  table-layout: fixed;
}

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

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

@media screen and (max-width: 1000px) {
  .s-text-center {
    text-align: center;
  }
}

/* background
--------------------------------------------------------------*/
.u-bg-blue {
  background: #F4F8FF;
}

/* hidden
--------------------------------------------------------------*/
.u-xl-only {
  display: none;
}
@media screen and (max-width: 1140px) {
  .u-xl-only {
    display: block;
  }
}

.u-xl-hidden {
  display: block;
}
@media screen and (max-width: 1140px) {
  .u-xl-hidden {
    display: none;
  }
}

.u-md-only {
  display: none;
}
@media screen and (max-width: 1000px) {
  .u-md-only {
    display: block;
  }
}
@media screen and (max-width: 1000px) {
  .u-md-only--flex {
    display: flex;
  }
}

.u-md-hidden {
  display: block;
}
@media screen and (max-width: 1000px) {
  .u-md-hidden {
    display: none;
  }
}
.u-md-hidden--flex {
  display: flex;
}
@media screen and (max-width: 1000px) {
  .u-md-hidden--flex {
    display: none;
  }
}

@media (min-width: 901px) {
  .u-animation {
    position: relative;
    overflow: hidden;
    z-index: 3;
    transition: all 0.3s;
  }
  .u-animation span {
    display: block;
    position: relative;
    z-index: 5;
  }
  .u-animation::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    background: #000; /*背景色*/
    width: 100%;
    height: 100%;
    transition: transform 0.3s cubic-bezier(0.8, 0, 0.2, 1) 0s;
    transform: scale(0, 1);
    transform-origin: right top;
  }
  .u-animation:hover::before {
    transform-origin: left top;
    transform: scale(1, 1);
  }
  .u-animation.black:hover {
    color: #fff;
    transition: all 0.3s;
  }
  .u-animation.yellow:hover path {
    fill: #daf06e;
    transition: all 0.3s;
  }
}

/*# sourceMappingURL=style.css.map */
