@charset "UTF-8";
/*! destyle.css v3.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;
  font-weight: inherit;
  margin: 0;
}

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

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

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  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 dotted; /* 2 */
}

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

/**
 * 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;
}

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

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

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

select:disabled {
  opacity: inherit;
}

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

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

legend {
  padding: 0;
}

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

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

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

/**
 * 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. Fix font inheritance.
 */
::-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]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

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

th {
  text-align: left;
  font-weight: bold;
}

:root {
  --base-font-family: yu-mincho-pr6n, sans-serif;
  --base-font-size: 1rem;
  --base-font-weight: 400;
  --base-line-height: 2.5;
  --base-letter-space: 0;
  --base-opacity: 0.6;
  --base-color-text: #fff;
  --base-color-bg: #fff;
  --color-key: #004E9C;
  --color-text-emphases: #00B41E;
  --color-btn-member: #FA528E;
}

/*
 * html, body
---------------------------------------*/
html {
  font-size: 16px;
}

body {
  opacity: 0;
  position: relative;
  font-family: var(--base-font-family);
  font-size: var(--base-font-size);
  font-weight: var(--base-font-weight);
  color: var(--base-color-text);
  line-height: var(--base-line-height);
  letter-spacing: var(--base-letter-space);
  background: var(--base-color-bg);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
  overflow-wrap: break-word;
  transition: opacity 0.3s ease;
}

* {
  box-sizing: border-box;
}

header, footer {
  width: 100%;
}

a {
  text-decoration: none;
  transition: opacity 0.3s ease;
  color: inherit;
  /* &:hover{
    text-decoration: none;
    outline: 0;
    opacity: 0.8;
  } */
}
a.underline {
  text-decoration: underline;
}
a img, a svg {
  border: 0;
  transition: opacity 0.3s ease;
}
a img:hover, a svg:hover {
  transition: opacity 0.3s ease;
}

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

ul.disc {
  margin-left: 1em;
}
ul.disc li {
  list-style: disc;
}

img, video {
  border: 0;
  width: 100%;
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

video {
  width: 100%;
}

iframe {
  max-width: 100%;
}

picture {
  display: block;
}
picture img {
  width: inherit;
}

button {
  outline: none;
}

/*
 * SP-PC切り替え
---------------------------------------*/
@media screen and (max-width: 750px) {
  .pc {
    display: none !important;
  }
}

@media print, screen and (min-width: 751px) {
  .sp {
    display: none !important;
  }
}

/*
 * wrapper
---------------------------------------*/
.wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
@media all and (-ms-high-contrast: none) {
  .wrapper {
    flex-direction: inherit;
  }
}

/*
 * main
---------------------------------------*/
.main {
  position: relative;
  overflow-x: clip;
  flex: 1;
  width: 100%;
  max-width: 750px;
  margin: 0 auto;
}

/* フェード
------------------------------------------------------ */
.js-fade-in {
  opacity: 0;
  transition-property: transform, opacity;
  transition-duration: 2.5s;
  transition-timing-function: cubic-bezier(0.25, 1, 0.5, 1);
}
.js-fade-in.fade-outQuit {
  transition-timing-function: cubic-bezier(0.83, 0, 0.17, 1);
}
.js-fade-in.fade-in-up {
  transform: translate3d(0, 50px, 0) !important;
}
.js-fade-in.fade-in-down {
  transform: translate3d(0, -100px, 0) !important;
}
.js-fade-in.fade-in-left {
  transform: translate3d(-100px, 50px, 0) !important;
}
.js-fade-in.fade-in-right {
  transform: translate3d(100px, 50px, 0) !important;
}
.js-fade-in.js-scroll-in {
  opacity: 1 !important;
  transform: translate3d(0, 0, 0) !important;
}

/* ポップアップ
------------------------------------------------------ */
.js-popup {
  transform: translateY(40px) scale(0.8);
  transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.1s cubic-bezier(0.22, 1, 0.36, 1);
  opacity: 0;
}
.js-popup.js-scroll-in {
  transform: translateY(0) scale(1);
  opacity: 1;
}

@keyframes popup {
  0% {
    transform: translateY(40px) scale(0.8);
    opacity: 0;
  }
  100% {
    transform: translateY(0) scale(1);
  }
  80%, 100% {
    opacity: 1;
  }
}
/* アコーディオン
------------------------------------------------------ */
.js-accordion {
  max-height: 0;
  overflow: hidden;
  transition: 1s cubic-bezier(0.23, 1, 0.32, 1) max-height;
  padding-top: 0;
}

/* 回転 */
@keyframes animation-rotate {
  0% {
    transform: translate3d(0px, 0px, 0px) rotate(0deg);
  }
  50% {
    transform: translate3d(0px, 0px, 0px) rotate(180deg);
  }
  100% {
    transform: translate3d(0px, 0px, 0px) rotate(360deg);
  }
}
.bg-color-white {
  background-color: #fff;
}

.bg-color-gray {
  background-color: #F9F9F9;
}

.bg-color-black {
  background-color: #000;
}

.text-lead {
  font-size: min(2.1333333333vw, 1rem);
  line-height: 1.5;
}
@media print, screen and (min-width: 751px) {
  .text-lead {
    font-size: min(2.4vw, 1.125rem);
    line-height: 1.6666666667;
  }
}

.text-normal {
  font-family: yu-gothic-pr6n, sans-serif;
  font-size: min(1.6vw, 0.75rem);
  line-height: 1.8333333333;
  letter-spacing: 0.04em;
}
@media print, screen and (min-width: 751px) {
  .text-normal {
    font-size: min(1.8666666667vw, 0.875rem);
    line-height: 2.1428571429;
  }
}

.btn-wrapper {
  border-radius: 50vw;
  overflow: hidden;
}

.btn {
  filter: drop-shadow(0 min(0.5333333333vw, 0.25rem) min(0.8vw, 0.375rem) rgba(0, 0, 0, 0.5));
}

.box1 {
  margin-top: min(18.6666666667vw, 8.75rem);
}

.box2 {
  position: relative;
}
.box2:before {
  content: "";
  position: absolute;
  top: 18%;
  left: 0;
  display: block;
  width: 100%;
  height: 78%;
  background: linear-gradient(transparent 0%, rgba(255, 186, 68, 0.3) 2%, #FFBA44 20%, #FFBA44 78%, rgba(255, 186, 68, 0.3) 85%, rgba(255, 186, 68, 0.3) 90%, rgba(255, 186, 68, 0) 100%);
  background-image: url(../images/img02_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
}
.box2 .box2-2__inner {
  padding-top: min(12.2666666667vw, 5.75rem);
  padding-inline: min(4.5333333333vw, 2.125rem) min(4.2666666667vw, 2rem);
}
.box2 .box2-1 {
  filter: drop-shadow(0 0 min(0.76vw, 0.35625rem) rgba(0, 0, 0, 0.5));
}

.box3 .box3__inner {
  padding-top: min(3.2vw, 1.5rem);
  padding-inline: min(4.2666666667vw, 2rem) min(5.3333333333vw, 2.5rem);
}

.box4 {
  /* background: linear-gradient(
    transparent 0%,
    rgba(253, 207, 81, 0.32) 10%,
    rgba(253, 207, 81, 0.7) 13%,
    #FDCF51 17%,
    #FDCF51 100%
  ); */
  background-image: url(../images/img04_bg.svg);
  background-repeat: no-repeat;
  background-size: cover;
}
.box4 .box4__inner {
  padding-top: min(31.3333333333vw, 14.6875rem);
  padding-bottom: min(13.6vw, 6.375rem);
  padding-inline: min(4.8vw, 2.25rem) min(5.3333333333vw, 2.5rem);
}

.voice {
  position: relative;
}
.voice .voice__inner {
  padding-top: min(4vw, 1.875rem);
  padding-inline: min(5.8666666667vw, 2.75rem) min(5.3333333333vw, 2.5rem);
}
.voice .voice-slider {
  position: relative;
  overflow: hidden;
}
.voice .voice__item {
  filter: drop-shadow(0 min(0.5333333333vw, 0.25rem) min(0.5333333333vw, 0.25rem) rgb(0, 0, 0));
  padding: min(1.0666666667vw, 0.5rem);
}
.voice .voice-prev, .voice .voice-next {
  font-size: min(1.3333333333vw, 0.625rem);
  top: 46.2%;
  width: min(5.8666666667vw, 2.75rem);
  height: min(14vw, 6.5625rem);
}
.voice .voice-prev:after, .voice .voice-next:after {
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='55' fill='none'%3E%3Cpath fill='%23fff' fill-opacity='.3' d='M0 27.5 22 0 9.214 27.5 22 55 0 27.5Z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
}
.voice .voice-prev {
  left: -1.2em;
}
.voice .voice-next {
  right: -1.6em;
}
.voice .voice-next:after {
  transform: rotate(180deg);
}
.voice .voice-nav {
  position: absolute;
  font-size: min(1.3333333333vw, 0.625rem);
  bottom: -6.2em;
}
.voice .voice-nav .swiper-pagination-bullet {
  width: min(2.6666666667vw, 1.25rem);
  height: min(2.6666666667vw, 1.25rem);
  opacity: 1;
  background: #606060;
  margin-inline: min(0.8vw, 0.375rem);
}
.voice .voice-nav .swiper-pagination-bullet-active {
  background: #D9D9D9;
}

.box5 {
  background: linear-gradient(#F07C2B, #FE9A3B);
}
.box5 .box5__inner {
  padding-bottom: min(13.8666666667vw, 6.5rem);
}
.box5 .box5__btn {
  padding-inline: min(6.1333333333vw, 2.875rem) min(5.8666666667vw, 2.75rem);
  margin-top: min(5.8666666667vw, 2.75rem);
}

.box6 {
  background-color: #151611;
  /* background: linear-gradient(
    #151611 0%,
    #151611 99%,
    rgba(21, 22, 17, 0.54) 100%
  ); */
}
.box6 .box6__inner {
  padding-block: min(8.2666666667vw, 3.875rem) min(2.4vw, 1.125rem);
  padding-inline: min(1.3333333333vw, 0.625rem);
}

.box7 {
  background-image: image-set(url(../images/img07_bg.webp) type("image/webp"), url(../images/img07_bg.png) type("image/png"));
  background-repeat: no-repeat;
  background-size: contain;
}
.box7 .box7__inner {
  padding-block: min(13.6vw, 6.375rem) min(11.2vw, 5.25rem);
}

.fixed-btn {
  position: fixed;
  bottom: 22px;
  left: 50%;
  width: min(88vw, 41.25rem);
  transform: translateX(-50%);
  margin-inline: auto;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0.4s, opacity 0.4s;
  z-index: 10;
}
.fixed-btn.is-show {
  visibility: visible;
  opacity: 1;
}

.footer {
  background-color: #151611;
}
.footer .footer__inner {
  width: min(30.4vw, 14.25rem);
  padding-block: min(10.1333333333vw, 4.75rem) min(9.3333333333vw, 4.375rem);
  margin-inline: auto;
}

.reflection {
  position: relative;
  overflow: hidden;
}
.reflection::before {
  content: "";
  position: absolute;
  display: block;
  background: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.9));
  width: 50px;
  height: 50px;
  top: -60px;
  left: -60px;
  animation-name: reflection;
  animation-delay: 0s;
  animation-duration: 3s;
  animation-timing-function: ease-in;
  animation-iteration-count: infinite;
  pointer-events: none;
}

@keyframes reflection {
  0% {
    transform: scale(0) rotate(50deg);
    opacity: 0;
  }
  40% {
    transform: scale(1) rotate(50deg);
    opacity: 1;
  }
  100% {
    transform: scale(250) rotate(50deg);
    opacity: 0;
  }
}
/* 画像の隙間バグ修正 */
img {
  display: block;
}
.box1 {
  margin-top: 0;
}
/*# sourceMappingURL=style.css.map */



