@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

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

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

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 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: 1em; /* 2 */
}

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

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          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: 1em; /* 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
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * 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] {
  -webkit-appearance: button;
}

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

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 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 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  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;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * 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 odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

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

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

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

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

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

a {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}

button {
  background-color: transparent;
  color: inherit;
  border-width: 0;
  padding: 0;
  cursor: pointer;
}

figure {
  margin: 0;
}

input::-moz-focus-inner {
  border: 0;
  padding: 0;
  margin: 0;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-size: inherit;
  font-weight: inherit;
}

p {
  margin: 0;
}

cite {
  font-style: normal;
}

fieldset {
  border-width: 0;
  padding: 0;
  margin: 0;
}

html {
  font-size: 10px;
}

body {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
  -webkit-font-kerning: auto;
          font-kerning: auto;
  letter-spacing: calc(1px - 0.0625em);
  font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", sans-serif;
  line-height: 1.2;
  color: #0a1423;
  background: #FFF;
}

html,
body {
  height: 100%;
}

.wrapper {
  background: #FFF;
}

.bottomWrapper {
  position: relative;
  background: #FFF;
  z-index: 1;
  overflow: hidden;
}

a {
  color: #0a1423;
  text-decoration: none;
}

strong {
  font-weight: 700;
}

em {
  font-style: normal;
}

.clearfix:after {
  display: block;
  content: "";
  clear: both;
}

.lg {
  display: none;
}
@media screen and (max-width:1280px) {
  .lg {
    display: inline-block;
  }
}

.md {
  display: none;
}
@media screen and (max-width:1024px) {
  .md {
    display: inline-block;
  }
}

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

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

img {
  width: auto;
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
  image-rendering: -moz-crisp-edges;
  image-rendering: -o-crisp-edges;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: crisp-edges;
  -ms-interpolation-mode: nearest-neighbor;
}

a.disabled {
  pointer-events: none;
}

img.inline-svg {
  opacity: 0;
}

.header {
  position: relative;
  z-index: 1;
}

a:hover {
  opacity: 1 !important;
}

.lp-nav {
  z-index: 2;
  font-size: 1.317715959vw;
  font-family: "ヒラギノ丸ゴ W6 JIS2004";
  color: #32983b;
  background: #FFF;
  position: absolute;
  width: 100%;
}
@media screen and (min-width:1600px) {
  .lp-nav {
    font-size: 21.0834553441px;
  }
}
@media screen and (max-width:768px) {
  .lp-nav {
    font-size: 13px;
    position: relative;
    margin-bottom: -5.3333333333vw;
  }
}
.lp-nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width:768px) {
  .lp-nav ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media screen and (max-width:768px) {
  .lp-nav li {
    margin-top: 0.5em;
  }
}
.lp-nav li:first-child a, .lp-nav li.wrapped a {
  padding-left: 2em;
}
.lp-nav li:first-child a::after, .lp-nav li.wrapped a::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 1em;
  height: 100%;
  background: url(../images/nav_line.svg) center center no-repeat;
  background-size: 100% auto;
}
@media screen and (max-width:768px) {
  .lp-nav li:first-child a::after, .lp-nav li.wrapped a::after {
    background-size: 50% auto;
  }
}
.lp-nav li a {
  display: inline-block;
  padding: 1em 2em 1em 1em;
  color: #32983b;
  position: relative;
}
@media screen and (max-width:768px) {
  .lp-nav li a {
    padding: 0.5em 2em 0.5em 1em;
  }
}
.lp-nav li a::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 1em;
  height: 100%;
  background: url(../images/nav_line.svg) center center no-repeat;
  background-size: 100% auto;
}
@media screen and (max-width:768px) {
  .lp-nav li a::before {
    background-size: 50% auto;
  }
}

.lp-wrap {
  background: #ffe5d1;
  width: 100%;
  overflow-x: clip;
  font-family: "ヒラギノ丸ゴ W4 JIS2004";
  position: relative;
}
.lp-wrap img {
  max-width: initial;
  vertical-align: top;
}

.lp-header {
  position: relative;
  padding: 5.6368960469vw 0vw 0vw 0vw;
  max-width: 1600px;
  margin: auto;
}
@media screen and (min-width:1600px) {
  .lp-header {
    padding: 90.1903367496px 0px 0px 0px;
  }
}
@media screen and (max-width:768px) {
  .lp-header {
    padding-top: 8vw;
  }
}
.lp-header__main-ill {
  text-align: center;
}
.lp-header__main-ill::before {
  content: "";
  position: absolute;
  left: -59.224011713vw;
  top: -1.0248901903vw;
  width: 219.8389458272vw;
  height: 38.2137628111vw;
  background-image: url(../images/header_bg.svg);
  background-position: center bottom;
  background-size: 100% auto;
}
@media screen and (min-width:1600px) {
  .lp-header__main-ill::before {
    left: -947.5841874085px;
    top: -16.3982430454px;
    width: 3517.4231332357px;
    height: 611.420204978px;
  }
}
@media screen and (max-width:768px) {
  .lp-header__main-ill::before {
    width: 400.4vw;
    left: 50%;
    -webkit-transform: translateX(-55%);
            transform: translateX(-55%);
    top: -10.6666666667vw;
    height: 69.6vw;
  }
}
.lp-header__main-ill svg,
.lp-header__main-ill img {
  width: 71.2298682284vw;
  height: auto;
  position: relative;
}
@media screen and (min-width:1600px) {
  .lp-header__main-ill svg,
  .lp-header__main-ill img {
    width: 1139.6778916545px;
  }
}
@media screen and (max-width:768px) {
  .lp-header__main-ill svg,
  .lp-header__main-ill img {
    width: 98%;
  }
}
.lp-header__confetti {
  position: absolute;
  left: 16.3982430454vw;
  top: 6.0029282577vw;
  width: 68.1551976574vw;
  height: 24.1581259151vw;
}
@media screen and (min-width:1600px) {
  .lp-header__confetti {
    left: 262.3718887262px;
    top: 96.046852123px;
    width: 1090.4831625183px;
    height: 386.5300146413px;
  }
}
@media screen and (max-width:768px) {
  .lp-header__confetti {
    width: 96%;
    left: 2%;
    top: 8vw;
    height: auto;
  }
}
.lp-header__confetti svg,
.lp-header__confetti img {
  max-width: initial;
  width: 100%;
  height: auto;
}
.lp-header__inner {
  position: relative;
  max-width: 1600px;
  margin: auto;
}
.lp-header__bg {
  position: absolute;
  left: -34.1874084919vw;
  top: 8.4919472914vw;
  width: 188.140556369vw;
}
@media screen and (min-width:1600px) {
  .lp-header__bg {
    left: -546.9985358712px;
    top: 135.8711566618px;
    width: 3010.2489019034px;
  }
}
@media screen and (max-width:768px) {
  .lp-header__bg {
    display: none;
  }
}
.lp-header__bg img {
  width: 100%;
}
.lp-header__mv-ill {
  position: absolute;
  left: -5.4172767204vw;
  top: 7.3206442167vw;
  width: 110.8345534407vw;
}
@media screen and (min-width:1600px) {
  .lp-header__mv-ill {
    left: -86.6764275256px;
    top: 117.1303074671px;
    width: 1773.3528550512px;
  }
}
@media screen and (max-width:768px) {
  .lp-header__mv-ill {
    position: relative;
    left: 0;
    top: 0;
    width: 90%;
    max-width: 400px;
    margin: 20px auto 0 auto;
  }
}
.lp-header__mv-ill svg,
.lp-header__mv-ill img {
  width: 100%;
  height: auto;
}
.lp-header__confetti2 {
  position: absolute;
  left: 1.317715959vw;
  top: 8.6383601757vw;
  width: 97.0717423133vw;
}
@media screen and (min-width:1600px) {
  .lp-header__confetti2 {
    left: 21.0834553441px;
    top: 138.2137628111px;
    width: 1553.1478770132px;
  }
}
@media screen and (max-width:768px) {
  .lp-header__confetti2 {
    top: 16vw;
    width: 120vw;
    max-width: 500px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.lp-header__confetti2 svg,
.lp-header__confetti2 img {
  width: 100%;
  height: auto;
}
.lp-header__title {
  text-align: center;
  padding: 8.8579795022vw 0vw 0vw 0vw;
}
@media screen and (min-width:1600px) {
  .lp-header__title {
    padding: 141.7276720351px 0px 0px 0px;
  }
}
@media screen and (max-width:768px) {
  .lp-header__title {
    padding-top: 16vw;
  }
}
.lp-header__title img {
  width: 15.7393850659vw;
}
@media screen and (min-width:1600px) {
  .lp-header__title img {
    width: 251.8301610542px;
  }
}
@media screen and (max-width:768px) {
  .lp-header__title img {
    width: 50%;
    max-width: 150.5px;
  }
}
.lp-header__subtitle {
  text-align: center;
  font-size: 2.7818448023vw;
  font-weight: 700;
  color: #32983b;
  padding: 4.7584187408vw 0vw 3.2942898975vw 0vw;
  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: 46.8521229868vw;
  margin: auto;
  font-family: "ヒラギノ丸ゴ W8 JIS2004";
}
@media screen and (min-width:1600px) {
  .lp-header__subtitle {
    font-size: 44.5095168375px;
  }
}
@media screen and (min-width:1600px) {
  .lp-header__subtitle {
    padding: 76.1346998536px 0px 52.7086383602px 0px;
  }
}
@media screen and (min-width:1600px) {
  .lp-header__subtitle {
    width: 749.6339677892px;
  }
}
@media screen and (max-width:768px) {
  .lp-header__subtitle {
    font-size: 22px;
    padding: 30px 0px;
    width: auto;
    margin: 0 15px;
  }
}
.lp-header__subtitle img {
  width: 14.6412884334vw;
}
@media screen and (min-width:1600px) {
  .lp-header__subtitle img {
    width: 234.2606149341px;
  }
}
@media screen and (max-width:768px) {
  .lp-header__subtitle img {
    width: 30%;
  }
}
.lp-header__lead {
  color: #32983b;
  font-size: 1.3909224012vw;
  line-height: 2;
  width: 42.4597364568vw;
  margin: auto;
  background: url(../images/mv_lead_bg.svg) center center no-repeat;
  background-size: contain;
  font-family: "ヒラギノ丸ゴ W6 JIS2004";
  position: relative;
  z-index: 3;
}
@media screen and (min-width:1600px) {
  .lp-header__lead {
    font-size: 22.2547584187px;
  }
}
@media screen and (min-width:1600px) {
  .lp-header__lead {
    width: 679.3557833089px;
  }
}
@media screen and (max-width:768px) {
  .lp-header__lead {
    width: auto;
    margin: 0 15px;
    font-size: 16px;
  }
}
.lp-header .-note {
  text-align: center;
  font-size: 1.1713030747vw;
  line-height: 1.6;
  color: #32983b;
  font-family: "ヒラギノ丸ゴ W4 JIS2004";
  margin-top: 2em;
}
@media screen and (min-width:1600px) {
  .lp-header .-note {
    font-size: 18.7408491947px;
  }
}
@media screen and (max-width:768px) {
  .lp-header .-note {
    font-size: 13px;
  }
}

.block-message__inner {
  position: relative;
  background: url(../images/message_border.svg) center center;
  background-size: 300.1464128843vw auto;
}
@media screen and (min-width:1600px) {
  .block-message__inner {
    background-size: 4802.3426061493px auto;
  }
}
@media screen and (max-width:768px) {
  .block-message__inner {
    background-size: 3000px auto;
  }
}
.block-message__title {
  text-align: center;
  padding: 5.8565153734vw 0vw 9.1508052709vw 0vw;
  background: url(../images/message_bg.svg) bottom center no-repeat;
  background-size: 307.9795021962vw auto;
}
@media screen and (min-width:1600px) {
  .block-message__title {
    padding: 93.7042459736px 0px 146.4128843338px 0px;
  }
}
@media screen and (max-width:768px) {
  .block-message__title {
    padding: 40px 0 55px;
    position: relative;
    z-index: 2;
  }
}
.block-message__title img {
  width: 20.5710102489vw;
}
@media screen and (min-width:1600px) {
  .block-message__title img {
    width: 329.1361639824px;
  }
}
@media screen and (max-width:768px) {
  .block-message__title img {
    width: 196.7px;
  }
}
@media screen and (min-width:1600px) {
  .block-message__title {
    background-size: 4927.6720351391px auto;
  }
}
@media screen and (max-width:768px) {
  .block-message__title {
    background-size: 2103px auto;
  }
}
.block-message__bg-wrap {
  position: relative;
  max-width: 1600px;
  margin: auto;
}
@media screen and (max-width:768px) {
  .block-message__bg-wrap {
    position: initial;
  }
}
.block-message__bg {
  position: absolute;
  left: 5.710102489vw;
  top: -1.3909224012vw;
  width: 88.6530014641vw;
}
@media screen and (min-width:1600px) {
  .block-message__bg {
    left: 91.3616398243px;
    top: -22.2547584187px;
    width: 1418.4480234261px;
  }
}
.block-message__bg svg,
.block-message__bg img {
  height: auto;
  width: 100%;
}
@media screen and (max-width:768px) {
  .block-message__bg svg,
  .block-message__bg img {
    display: none;
  }
}
@media screen and (max-width:768px) {
  .block-message__bg {
    left: 0;
    top: -75px;
    width: 100%;
    height: calc(100% + 150px);
    background: url(../images/sp_confetti.svg) center center;
    background-size: 600px auto;
  }
  .block-message__bg img {
    display: none;
  }
}
.block-message__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1.8301610542vw;
  width: 82.7232796486vw;
  margin: auto;
  padding: 3.6603221083vw 0vw 3.6603221083vw 0vw;
}
@media screen and (min-width:1600px) {
  .block-message__list {
    width: 1323.5724743777px;
  }
}
@media screen and (min-width:1600px) {
  .block-message__list {
    padding: 58.5651537335px 0px 58.5651537335px 0px;
  }
}
@media screen and (min-width:1600px) {
  .block-message__list {
    gap: 29.2825768668px;
  }
}
@media screen and (max-width:768px) {
  .block-message__list {
    width: auto;
    gap: 15px;
    padding: 25px 0;
  }
}
.block-message__list a {
  display: block;
  position: relative;
}

.box-message {
  width: 18.4480234261vw;
  height: 20.9370424597vw;
  background: url(../images/message_frame.svg) bottom center no-repeat;
  background-size: 100% auto;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  -webkit-transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
          transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
  text-align: center;
}
@media screen and (min-width:1600px) {
  .box-message {
    width: 295.168374817px;
    height: 334.9926793558px;
  }
}
a:hover .box-message {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
@media screen and (min-width:1600px) {
  .box-message {
    background-size: 100% auto;
  }
}
@media screen and (max-width:768px) {
  .box-message {
    width: 176.4px;
    height: 200.2px;
  }
}
li:nth-of-type(1) .box-message, li:nth-of-type(3) .box-message {
  margin: 3.6603221083vw 2.196193265vw 0vw 2.196193265vw;
}
@media screen and (min-width:1600px) {
  li:nth-of-type(1) .box-message, li:nth-of-type(3) .box-message {
    margin: 58.5651537335px 35.1390922401px 0px 35.1390922401px;
  }
}
@media screen and (max-width:768px) {
  li:nth-of-type(1) .box-message, li:nth-of-type(3) .box-message {
    margin: 0;
  }
}
li:nth-of-type(4) .box-message, li:nth-of-type(7) .box-message {
  margin: 5.8565153734vw 0vw 0vw 0vw;
}
@media screen and (min-width:1600px) {
  li:nth-of-type(4) .box-message, li:nth-of-type(7) .box-message {
    margin: 93.7042459736px 0px 0px 0px;
  }
}
@media screen and (max-width:768px) {
  li:nth-of-type(4) .box-message, li:nth-of-type(7) .box-message {
    margin: 0;
  }
}
.box-message .-ph {
  position: absolute;
  left: -0.7320644217vw;
  top: 0.7320644217vw;
  width: 7.3206442167vw;
  height: 7.3206442167vw;
  border-radius: 50%;
  overflow: hidden;
  border: 0.439238653vw solid #32983b;
}
@media screen and (min-width:1600px) {
  .box-message .-ph {
    left: -11.7130307467px;
    top: 11.7130307467px;
    width: 117.1303074671px;
    height: 117.1303074671px;
  }
}
@media screen and (max-width:768px) {
  .box-message .-ph {
    left: 20px;
    top: 20px;
    width: 60px;
    height: 60px;
  }
}
.box-message .-ph img {
  width: 100%;
  height: auto;
}
.box-message__sub {
  font-weight: 600;
  color: #f87826;
  padding: 0vw 0vw 1.4641288433vw 0vw;
  font-size: 1.1713030747vw;
  line-height: 1;
  font-family: "ヒラギノ丸ゴ W6 JIS2004";
}
@media screen and (min-width:1600px) {
  .box-message__sub {
    padding: 0px 0px 23.4260614934px 0px;
  }
}
@media screen and (min-width:1600px) {
  .box-message__sub {
    font-size: 18.7408491947px;
  }
}
@media screen and (max-width:768px) {
  .box-message__sub {
    font-size: 13px;
    padding-bottom: 10px;
  }
}
.box-message__sub span {
  color: #FFF;
  background: #f87826;
  border-radius: 0.4em;
  display: inline-block;
  padding: 0.3em;
  margin-right: 0.5em;
}
@media screen and (max-width:768px) {
  .box-message__sub span {
    display: block;
    width: 60%;
    margin: auto;
    margin-bottom: 5px;
  }
}
.box-message__name {
  font-family: "ヒラギノ丸ゴ W6 JIS2004";
  font-weight: 600;
  color: #32983b;
  padding: 9.5168374817vw 0vw 0.7320644217vw 0vw;
  font-size: 2.196193265vw;
  line-height: 1;
}
@media screen and (min-width:1600px) {
  .box-message__name {
    padding: 152.2693997072px 0px 11.7130307467px 0px;
  }
}
@media screen and (min-width:1600px) {
  .box-message__name {
    font-size: 35.1390922401px;
  }
}
@media screen and (max-width:768px) {
  .box-message__name {
    font-size: 24px;
    padding: 85px 0 10px;
  }
}
.box-message__name span {
  -webkit-transition-property: background;
  transition-property: background;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  -webkit-transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
          transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, rgba(255, 255, 255, 0)), color-stop(50%, #ffde0e));
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 50%, #ffde0e 50%);
  background-size: 200%;
  background-position: 0 0;
}
a:hover .box-message__name span {
  background-position: -100% 0;
}
.box-message__name span span {
  font-size: 1.4641288433vw;
}
@media screen and (min-width:1600px) {
  .box-message__name span span {
    font-size: 23.4260614934px;
  }
}
@media screen and (max-width:768px) {
  .box-message__name span span {
    font-size: 14px;
  }
}
.box-message__btn {
  padding: 0.3660322108vw 0.3660322108vw 0.3660322108vw 0.3660322108vw;
  background: #f87826;
  border-radius: 50%;
  -webkit-box-shadow: 0 3px 0 3px #32983b;
          box-shadow: 0 3px 0 3px #32983b;
  display: inline-block;
  -webkit-transition-property: background-color, -webkit-box-shadow;
  transition-property: background-color, -webkit-box-shadow;
  transition-property: background-color, box-shadow;
  transition-property: background-color, box-shadow, -webkit-box-shadow;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  -webkit-transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
          transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
@media screen and (min-width:1600px) {
  .box-message__btn {
    padding: 5.8565153734px 5.8565153734px 5.8565153734px 5.8565153734px;
  }
}
@media screen and (max-width:768px) {
  .box-message__btn {
    padding: 5px;
  }
}
a:hover .box-message__btn {
  background-color: #ffde0e;
  -webkit-box-shadow: 0 0px 0 0px #32983b;
          box-shadow: 0 0px 0 0px #32983b;
}
.box-message__btn img {
  width: 2.196193265vw;
}
@media screen and (min-width:1600px) {
  .box-message__btn img {
    width: 35.1390922401px;
  }
}
@media screen and (max-width:768px) {
  .box-message__btn img {
    width: 25px;
  }
}

.lp-7th {
  position: relative;
}
.lp-7th__inner {
  background: #FFF url(../images/present_bg.svg) center center repeat;
  background-size: 36.6032210835vw auto;
  background-attachment: fixed;
}
@media screen and (min-width:1600px) {
  .lp-7th__inner {
    background-size: 585.6515373353px auto;
  }
}
@media screen and (max-width:768px) {
  .lp-7th__inner {
    background-size: 250px auto;
  }
}
.lp-7th::before {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  top: 9.5168374817vw;
  height: 47.5841874085vw;
  background: url(../images/movie_bg_1.svg) bottom center repeat;
  background-size: auto 100%;
}
@media screen and (min-width:1600px) {
  .lp-7th::before {
    top: 152.2693997072px;
    height: 761.3469985359px;
  }
}
@media screen and (max-width:768px) {
  .lp-7th::before {
    height: 400px;
    top: 100px;
    background-size: auto 200px;
  }
}
.lp-7th::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  top: 54.9048316252vw;
  height: 4.9780380673vw;
  background: url(../images/7th_bottom_bg.svg) bottom center repeat;
  background-size: auto 100%;
}
@media screen and (min-width:1600px) {
  .lp-7th::after {
    top: 878.4773060029px;
    height: 79.6486090776px;
  }
}
@media screen and (max-width:768px) {
  .lp-7th::after {
    top: 480px;
    height: 47.6px;
  }
}
.lp-7th__title {
  position: relative;
  text-align: center;
  padding: 3.6603221083vw 0vw 19.0336749634vw 0vw;
  background: url(../images/7th_head_bg.svg) bottom center no-repeat;
  background-size: 311.6398243045vw auto;
}
@media screen and (min-width:1600px) {
  .lp-7th__title {
    padding: 58.5651537335px 0px 304.5387994143px 0px;
  }
}
@media screen and (min-width:1600px) {
  .lp-7th__title {
    background-size: 4986.2371888726px auto;
  }
}
@media screen and (max-width:768px) {
  .lp-7th__title {
    background-size: 2554.2px auto;
    padding: 25px 0 160px 0;
  }
}
.lp-7th__title img {
  width: 29.6486090776vw;
}
@media screen and (min-width:1600px) {
  .lp-7th__title img {
    width: 474.3777452416px;
  }
}
@media screen and (max-width:768px) {
  .lp-7th__title img {
    width: 283.5px;
  }
}

.box-movie {
  position: relative;
  z-index: 1;
  background: #FFE5D1;
  width: 72.4743777452vw;
  margin: auto;
  border-radius: 60px;
  margin-top: 4.39238653vw;
  border: 6px solid #FFF;
  padding: 20px;
  overflow: hidden;
}
@media screen and (min-width:1600px) {
  .box-movie {
    width: 1159.5900439239px;
  }
}
@media screen and (min-width:1600px) {
  .box-movie {
    margin-top: 70.2781844802px;
  }
}
@media screen and (max-width:768px) {
  .box-movie {
    border-radius: 20px;
    width: auto;
    margin: 30px 30px 0 30px;
    border: 4px solid #FFF;
    padding: 15px;
  }
}
.box-movie__inner {
  background: #FFF url(../images/movie_bg.svg) top center no-repeat;
  background-size: 102.8550512445vw auto;
  border-radius: 60px;
}
@media screen and (min-width:1600px) {
  .box-movie__inner {
    background-size: 1645.6808199122px auto;
  }
}
@media screen and (max-width:768px) {
  .box-movie__inner {
    border-radius: 20px;
    background-size: 937.0424597365px auto;
  }
}
.box-movie__shoulder {
  width: 23.4260614934vw;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transform: translate(-30%, -30%);
          transform: translate(-30%, -30%);
}
@media screen and (min-width:1600px) {
  .box-movie__shoulder {
    width: 374.8169838946px;
  }
}
@media screen and (max-width:768px) {
  .box-movie__shoulder {
    width: 180px;
  }
}
.box-movie__shoulder img {
  width: 100%;
  height: auto;
}
.box-movie__parts {
  position: absolute;
  width: 10.980966325vw;
  right: 0;
  top: 0;
}
@media screen and (min-width:1600px) {
  .box-movie__parts {
    width: 175.6954612006px;
  }
}
.box-movie__parts img {
  width: 100%;
  height: auto;
}
@media screen and (max-width:768px) {
  .box-movie__parts {
    width: 80px;
    top: 10px;
    right: 10px;
  }
}
.box-movie__title {
  width: 34.0409956076vw;
  text-align: center;
  margin: auto;
  padding: 5.8565153734vw 0vw 0vw 0vw;
}
@media screen and (min-width:1600px) {
  .box-movie__title {
    width: 544.6559297218px;
  }
}
@media screen and (min-width:1600px) {
  .box-movie__title {
    padding: 93.7042459736px 0px 0px 0px;
  }
}
@media screen and (max-width:768px) {
  .box-movie__title {
    width: 232.5px;
    padding-top: 80px;
  }
}
.box-movie__title img {
  width: 100%;
  height: auto;
}
.box-movie h4 {
  line-height: 1.6;
  font-size: 2.0497803807vw;
  font-family: "ヒラギノ丸ゴ W8 JIS2004";
  padding-bottom: 1.4em;
  padding: 5% 5% 0 5%;
}
@media screen and (min-width:1600px) {
  .box-movie h4 {
    font-size: 32.7964860908px;
  }
}
@media screen and (max-width:768px) {
  .box-movie h4 {
    font-size: 18px;
    padding-bottom: 0.7em;
  }
}
.box-movie__col {
  padding: 5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media screen and (max-width:768px) {
  .box-movie__col {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media screen and (max-width:500px) {
  .box-movie__col {
    display: block;
  }
}
.box-movie__detail {
  width: 45%;
}
@media screen and (max-width:500px) {
  .box-movie__detail {
    width: auto;
  }
}
.box-movie__detail p {
  line-height: 2;
  font-size: 1.1713030747vw;
}
@media screen and (min-width:1600px) {
  .box-movie__detail p {
    font-size: 18.7408491947px;
  }
}
@media screen and (max-width:768px) {
  .box-movie__detail p {
    font-size: 15px;
  }
}
.box-movie__image {
  width: 45%;
}
@media screen and (max-width:500px) {
  .box-movie__image {
    width: auto;
    margin-top: 30px;
  }
}
.box-movie__image figure img {
  width: 100%;
  height: auto;
}
.box-movie__image h4 {
  display: none;
}
.box-movie__image p {
  display: none;
}

.block-7th__title {
  text-align: center;
  padding: 4.7584187408vw 0vw 0vw 0vw;
}
@media screen and (min-width:1600px) {
  .block-7th__title {
    padding: 76.1346998536px 0px 0px 0px;
  }
}
@media screen and (max-width:768px) {
  .block-7th__title {
    padding: 30px 15px 0 15px;
  }
}
.block-7th__title img {
  width: 47.1449487555vw;
}
@media screen and (min-width:1600px) {
  .block-7th__title img {
    width: 754.3191800878px;
  }
}
@media screen and (max-width:768px) {
  .block-7th__title img {
    width: 100%;
    max-width: 450.8px;
  }
}
.block-7th__present-title {
  text-align: center;
  width: 100%;
  padding: 0vw 0vw 4.7584187408vw 0vw;
}
@media screen and (min-width:1600px) {
  .block-7th__present-title {
    padding: 0px 0px 76.1346998536px 0px;
  }
}
.block-7th__present-title img {
  width: 58.5651537335vw;
  vertical-align: top;
}
@media screen and (min-width:1600px) {
  .block-7th__present-title img {
    width: 937.0424597365px;
  }
}
@media screen and (max-width:768px) {
  .block-7th__present-title img {
    width: 100%;
    max-width: 560px;
  }
}
.block-7th__anniversary {
  text-align: center;
  padding: 2.196193265vw 0vw 0.7320644217vw 0vw;
  background: url(../images/present_title_bg.svg) center center no-repeat;
  background-size: 227.2327964861vw auto;
}
@media screen and (min-width:1600px) {
  .block-7th__anniversary {
    padding: 35.1390922401px 0px 11.7130307467px 0px;
  }
}
@media screen and (max-width:768px) {
  .block-7th__anniversary {
    padding: 30px 0 10px;
  }
}
@media screen and (min-width:1600px) {
  .block-7th__anniversary {
    background-size: 3635.7247437775px auto;
  }
}
@media screen and (max-width:768px) {
  .block-7th__anniversary {
    background-size: 454.4655929722vw auto;
  }
}
.block-7th__anniversary img {
  width: 15.7393850659vw;
}
@media screen and (min-width:1600px) {
  .block-7th__anniversary img {
    width: 251.8301610542px;
  }
}
@media screen and (max-width:768px) {
  .block-7th__anniversary img {
    width: 50%;
    max-width: 150.5px;
  }
}
.block-7th__btn {
  text-align: center;
}
.block-7th__btn a {
  display: inline-block;
  padding: 0.5em 1.5em;
  background: #f87826;
  border-radius: 3em;
  -webkit-box-shadow: 0 10px 0 10px #32983b;
          box-shadow: 0 10px 0 10px #32983b;
  line-height: 1.4;
  font-size: 2.3426061493vw;
  font-family: "ヒラギノ丸ゴ W6 JIS2004";
  color: #FFF;
  -webkit-transition-property: background-color, color, -webkit-box-shadow;
  transition-property: background-color, color, -webkit-box-shadow;
  transition-property: background-color, box-shadow, color;
  transition-property: background-color, box-shadow, color, -webkit-box-shadow;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  -webkit-transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
          transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
@media screen and (min-width:1600px) {
  .block-7th__btn a {
    font-size: 37.4816983895px;
  }
}
@media screen and (max-width:768px) {
  .block-7th__btn a {
    font-size: 24px;
    -webkit-box-shadow: 0 6px 0 6px #32983b;
            box-shadow: 0 6px 0 6px #32983b;
  }
}
.block-7th__btn a:hover {
  background-color: #ffde0e;
  -webkit-box-shadow: 0 0px 0 0px #32983b;
          box-shadow: 0 0px 0 0px #32983b;
  color: #32983b;
}
.block-7th__list {
  width: 80.5270863836vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 5%;
  margin: auto;
}
@media screen and (min-width:1600px) {
  .block-7th__list {
    width: 1288.4333821376px;
  }
}
@media screen and (max-width:768px) {
  .block-7th__list {
    width: auto;
    padding: 0 30px;
  }
}
.block-7th__item {
  width: 47.5%;
  margin-top: 5%;
}
@media screen and (max-width:500px) {
  .block-7th__item {
    width: auto;
    margin-top: 30px;
  }
}

.box-present {
  font-size: 1.756954612vw;
  min-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width:1600px) {
  .box-present {
    font-size: 28.1112737921px;
  }
}
@media screen and (max-width:768px) {
  .box-present {
    font-size: 18px;
  }
}
.box-present__icon {
  margin-bottom: -1.5em;
  text-align: center;
  position: relative;
  z-index: 1;
}
.box-present__icon img {
  width: 95%;
  height: auto;
}
.box-present__wrap {
  border-radius: 40px;
  background: #32983b;
  padding: 1em;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width:768px) {
  .box-present__wrap {
    border-radius: 20px;
    padding: 0.8em;
  }
}
.box-present__inner {
  padding: 3em 1em 1em 1em;
  border-radius: 40px;
  background: #FFF url(../images/box_bg.svg) center -2em no-repeat;
  background-size: 58.8579795022vw auto;
  min-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (min-width:1600px) {
  .box-present__inner {
    background-size: 941.7276720351px auto;
  }
}
@media screen and (max-width:768px) {
  .box-present__inner {
    border-radius: 20px;
    background: #FFF url(../images/box_bg.svg) center -3.5em no-repeat;
    background-size: 804px auto;
    padding: 3em 0.8em 0.8em 0.8em;
  }
}
.box-present__image {
  text-align: center;
  padding: 0 0 1em 0;
}
.box-present__image img {
  width: 90%;
}
@media screen and (max-width:768px) {
  .box-present__image img {
    width: 100%;
  }
}
.box-present__num {
  position: relative;
  font-family: "ヒラギノ丸ゴ W6 JIS2004";
  text-align: center;
  margin-bottom: 1em;
  font-size: 1.4641288433vw;
}
@media screen and (min-width:1600px) {
  .box-present__num {
    font-size: 23.4260614934px;
  }
}
@media screen and (max-width:768px) {
  .box-present__num {
    font-size: 16px;
  }
}
.box-present__num > span {
  display: inline-block;
  background: #32983b;
  color: #ffde0e;
  padding: 0.2em 0.4em;
  border: 1px solid #ffde0e;
  border-radius: 3px;
  -webkit-box-shadow: 0 3px 0 #ffde0e;
          box-shadow: 0 3px 0 #ffde0e;
}
.box-present__title {
  font-family: "ヒラギノ丸ゴ W6 JIS2004";
  line-height: 1.6;
}
.box-present__title span {
  display: block;
  padding-top: 0.3em;
  line-height: 1;
}
.box-present__title img {
  width: 100%;
  vertical-align: top;
}
.box-present__group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media screen and (max-width:768px) {
  .box-present__group {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.box-present__profile {
  width: 32%;
}
@media screen and (max-width:768px) {
  .box-present__profile {
    width: 37%;
  }
}
.box-present__profile img {
  border-radius: 50%;
  width: 100%;
  -webkit-box-shadow: 0 -10px 0 10px #32983b;
          box-shadow: 0 -10px 0 10px #32983b;
}
@media screen and (max-width:768px) {
  .box-present__profile img {
    -webkit-box-shadow: 0 -6px 0 6px #32983b;
            box-shadow: 0 -6px 0 6px #32983b;
  }
}
.box-present__profile figcaption {
  font-size: 1.317715959vw;
  font-family: "ヒラギノ丸ゴ W6 JIS2004";
  color: #32983b;
  line-height: 1.3;
  padding-top: 0.4em;
  text-align: center;
}
@media screen and (min-width:1600px) {
  .box-present__profile figcaption {
    font-size: 21.0834553441px;
  }
}
@media screen and (max-width:768px) {
  .box-present__profile figcaption {
    font-size: 14px;
  }
}
.box-present__profile figcaption span {
  font-size: 1.0248901903vw;
}
@media screen and (min-width:1600px) {
  .box-present__profile figcaption span {
    font-size: 16.3982430454px;
  }
}
@media screen and (max-width:768px) {
  .box-present__profile figcaption span {
    font-size: 11px;
  }
}
.box-present__comment {
  width: 60%;
}
@media screen and (max-width:768px) {
  .box-present__comment {
    width: 55%;
  }
}
.box-present__comment h4 {
  font-family: "ヒラギノ丸ゴ W6 JIS2004";
  line-height: 1.6;
  text-align: center;
  color: #32983b;
  font-size: 1.4641288433vw;
}
@media screen and (min-width:1600px) {
  .box-present__comment h4 {
    font-size: 23.4260614934px;
  }
}
@media screen and (max-width:768px) {
  .box-present__comment h4 {
    font-size: 16px;
  }
}
.box-present__comment h4 span {
  display: block;
}
.box-present__comment h4 span img {
  width: 100%;
}
.box-present__comment p {
  font-size: 1.0248901903vw;
  line-height: 1.5;
  color: #32983b;
  font-family: "ヒラギノ丸ゴ W5 JIS2004";
}
@media screen and (min-width:1600px) {
  .box-present__comment p {
    font-size: 16.3982430454px;
  }
}
@media screen and (max-width:768px) {
  .box-present__comment p {
    font-size: 13px;
  }
}

.lp-detail-top {
  padding-top: 10%;
}
.lp-detail-top img {
  width: 100%;
}
@media screen and (max-width:768px) {
  .lp-detail-top {
    width: 140%;
    margin-left: -20%;
  }
}

.lp-detail {
  padding: 0vw 3.6603221083vw 10.980966325vw 3.6603221083vw;
}
@media screen and (min-width:1600px) {
  .lp-detail {
    padding: 0px 58.5651537335px 175.6954612006px 58.5651537335px;
  }
}
@media screen and (max-width:768px) {
  .lp-detail {
    padding: 0 15px 50px 15px;
  }
}
.lp-detail__box {
  position: relative;
  width: 80.5270863836vw;
  margin: auto;
  margin-top: -10.980966325vw;
}
@media screen and (min-width:1600px) {
  .lp-detail__box {
    width: 1288.4333821376px;
  }
}
@media screen and (min-width:1600px) {
  .lp-detail__box {
    margin-top: -175.6954612006px;
  }
}
@media screen and (max-width:768px) {
  .lp-detail__box {
    width: auto;
    margin-top: -20%;
  }
}
.lp-detail h2 {
  position: relative;
  text-align: center;
  font-size: 2.7818448023vw;
  font-weight: 700;
  color: #32983b;
  padding: 4.7584187408vw 0vw 4.7584187408vw 0vw;
  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: 68.8140556369vw;
  margin: auto;
  font-family: "ヒラギノ丸ゴ W8 JIS2004";
}
@media screen and (min-width:1600px) {
  .lp-detail h2 {
    font-size: 44.5095168375px;
  }
}
@media screen and (min-width:1600px) {
  .lp-detail h2 {
    padding: 76.1346998536px 0px 76.1346998536px 0px;
  }
}
@media screen and (min-width:1600px) {
  .lp-detail h2 {
    width: 1101.0248901903px;
  }
}
@media screen and (max-width:768px) {
  .lp-detail h2 {
    font-size: 22px;
    padding: 30px 0px;
    width: auto;
    white-space: nowrap;
    line-height: 1.4;
  }
  .lp-detail h2 > span {
    display: inline-block;
    padding: 0 10px;
  }
}
.lp-detail h2 img {
  width: 14.6412884334vw;
}
@media screen and (min-width:1600px) {
  .lp-detail h2 img {
    width: 234.2606149341px;
  }
}
@media screen and (max-width:768px) {
  .lp-detail h2 img {
    width: 20%;
  }
}
.lp-detail h3 {
  font-size: 2.196193265vw;
  font-weight: 700;
  color: #32983b;
  font-family: "ヒラギノ丸ゴ W8 JIS2004";
  margin-bottom: 1em;
  margin-top: 2em;
}
@media screen and (min-width:1600px) {
  .lp-detail h3 {
    font-size: 35.1390922401px;
  }
}
@media screen and (max-width:768px) {
  .lp-detail h3 {
    font-size: 24px;
    margin-top: 1.5em;
    margin-bottom: 0.5em;
  }
}
.lp-detail h4 {
  font-size: 1.6105417277vw;
  font-weight: 700;
  color: #32983b;
  font-family: "ヒラギノ丸ゴ W8 JIS2004";
  border-bottom: 3px solid #32983b;
  padding-bottom: 10px;
  margin-bottom: 1em;
  padding-bottom: 1em;
  margin-top: 2em;
}
@media screen and (min-width:1600px) {
  .lp-detail h4 {
    font-size: 25.7686676428px;
  }
}
@media screen and (max-width:768px) {
  .lp-detail h4 {
    font-size: 20px;
    margin-top: 1.5em;
    margin-bottom: 0.5em;
    padding-bottom: 0.5em;
  }
}
.lp-detail p {
  font-size: 1.317715959vw;
  line-height: 1.8;
  margin-bottom: 1.8em;
}
@media screen and (min-width:1600px) {
  .lp-detail p {
    font-size: 21.0834553441px;
  }
}
@media screen and (max-width:768px) {
  .lp-detail p {
    font-size: 15px;
    margin-bottom: 1em;
  }
}
.lp-detail a {
  text-decoration: underline;
  color: #32983b;
}
.lp-detail ul {
  font-size: 1.1713030747vw;
  line-height: 1.8;
}
@media screen and (min-width:1600px) {
  .lp-detail ul {
    font-size: 18.7408491947px;
  }
}
@media screen and (max-width:768px) {
  .lp-detail ul {
    font-size: 15px;
  }
}
.lp-detail ul li {
  margin-bottom: 0.6em;
  padding-left: 2em;
}
.lp-detail ul li::before {
  content: "";
  width: 1em;
  height: 1em;
  position: absolute;
  border-radius: 50%;
  background: #32983b;
  left: 0;
  margin-top: 0.4em;
}
.lp-detail ol {
  font-size: 1.1713030747vw;
  line-height: 1.8;
  counter-reset: number;
}
@media screen and (min-width:1600px) {
  .lp-detail ol {
    font-size: 18.7408491947px;
  }
}
@media screen and (max-width:768px) {
  .lp-detail ol {
    font-size: 15px;
  }
}
.lp-detail ol li {
  margin-bottom: 0.6em;
  background: #ffe5d1;
  font-size: 1.756954612vw;
  line-height: 1.8;
  padding: 10px;
  color: #32983b;
  font-family: "ヒラギノ丸ゴ W6 JIS2004";
  padding-left: 3em;
  position: relative;
}
@media screen and (min-width:1600px) {
  .lp-detail ol li {
    font-size: 28.1112737921px;
  }
}
@media screen and (max-width:768px) {
  .lp-detail ol li {
    font-size: 20px;
  }
}
.lp-detail ol li::before {
  counter-increment: number;
  content: counter(number);
  font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
  font-size: 2em;
  position: absolute;
  font-weight: 700;
  left: 0.5em;
  top: 0.2em;
  line-height: 1;
  -webkit-text-stroke: 2px #32983b;
  text-stroke: 2px #32983b;
  paint-order: stroke;
  color: #FFF;
}

.btn {
  text-align: center;
}
.btn a {
  display: inline-block;
  padding: 0.5em 1.5em;
  background: #f87826;
  border-radius: 3em;
  -webkit-box-shadow: 0 10px 0 10px #32983b;
          box-shadow: 0 10px 0 10px #32983b;
  line-height: 1.4;
  font-size: 2.3426061493vw;
  font-family: "ヒラギノ丸ゴ W6 JIS2004";
  color: #FFF;
  text-decoration: none;
  margin-bottom: 10px;
  -webkit-transition-property: background-color, color, -webkit-box-shadow;
  transition-property: background-color, color, -webkit-box-shadow;
  transition-property: background-color, box-shadow, color;
  transition-property: background-color, box-shadow, color, -webkit-box-shadow;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  -webkit-transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
          transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
@media screen and (min-width:1600px) {
  .btn a {
    font-size: 37.4816983895px;
  }
}
@media screen and (max-width:768px) {
  .btn a {
    font-size: 24px;
    -webkit-box-shadow: 0 6px 0 6px #32983b;
            box-shadow: 0 6px 0 6px #32983b;
  }
}
.btn a:hover {
  background-color: #ffde0e;
  -webkit-box-shadow: 0 0px 0 0px #32983b;
          box-shadow: 0 0px 0 0px #32983b;
  color: #32983b;
}

#modal {
  visibility: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  z-index: 10003;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  opacity: 0;
  -webkit-transform: translateY(80px);
          transform: translateY(80px);
}
#modal.is-view {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

@supports (-webkit-touch-callout: none) {
  #modal {
    pointer-events: auto;
  }
}
.modal-inner {
  padding: 50px 15px;
  width: 100%;
  height: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width:768px) {
  .modal-inner {
    padding: 30px 10px;
  }
}

#modal-container {
  position: relative;
  margin: auto;
  width: 100%;
  max-width: 800px;
  background: #FFE5D1;
  margin: auto;
  border-radius: 30px;
  border: 6px solid #FFF;
  padding: 20px;
  pointer-events: all;
  overflow: hidden;
}
@media screen and (max-width:768px) {
  #modal-container {
    border-radius: 15px;
    border: 3px solid #FFF;
    padding: 10px;
  }
}

#modal-overlay {
  visibility: hidden;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10002;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  opacity: 0;
  background: #ffe5d1 url(../images/message_border.svg) center center;
  background-size: 300.1464128843vw auto;
}
@media screen and (min-width:1600px) {
  #modal-overlay {
    background-size: 4802.3426061493px auto;
  }
}
#modal-overlay.is-view {
  visibility: visible;
  opacity: 1;
}

#modal-close {
  position: absolute !important;
  right: 15px;
  top: 15px;
  z-index: 10;
  height: 50px;
  width: 50px;
  background: #f87826 url(../images/close.svg) center center no-repeat;
  background-size: 60% auto;
  cursor: pointer;
  border-radius: 50%;
  -webkit-box-shadow: 0 3px 0 3px #32983b;
          box-shadow: 0 3px 0 3px #32983b;
  -webkit-transition-property: background-color, -webkit-box-shadow, -webkit-transform;
  transition-property: background-color, -webkit-box-shadow, -webkit-transform;
  transition-property: background-color, box-shadow, transform;
  transition-property: background-color, box-shadow, transform, -webkit-box-shadow, -webkit-transform;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  -webkit-transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
          transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
@media screen and (max-width:768px) {
  #modal-close {
    height: 40px;
    width: 40px;
    background-size: 50% auto;
  }
}
#modal-close:hover {
  background-color: #ffde0e;
  -webkit-box-shadow: 0 0px 0 0px #32983b;
          box-shadow: 0 0px 0 0px #32983b;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.modal-message {
  background: #FFF url(../images/movie_bg.svg) top center no-repeat;
  background-size: 65.8857979502vw auto;
  padding: 30px;
  border-radius: 30px;
}
@media screen and (min-width:1600px) {
  .modal-message {
    background-size: 1054.1727672035px auto;
  }
}
@media screen and (max-width:768px) {
  .modal-message {
    background-size: 800px auto;
    border-radius: 15px;
    padding: 100px 15px 15px 15px;
  }
}
.modal-message__parts {
  position: absolute;
  left: 15px;
  top: 15px;
}
@media screen and (max-width:768px) {
  .modal-message__parts img {
    width: 120px;
    height: auto;
  }
}
.modal-message__profile {
  text-align: center;
}
.modal-message__profile img {
  border-radius: 50%;
  width: 160px;
  -webkit-box-shadow: 0 -10px 0 10px #32983b;
          box-shadow: 0 -10px 0 10px #32983b;
}
@media screen and (max-width:768px) {
  .modal-message__profile img {
    width: 120px;
    -webkit-box-shadow: 0 -8px 0 8px #32983b;
            box-shadow: 0 -8px 0 8px #32983b;
  }
}
.modal-message__profile figcaption {
  font-size: 24px;
  font-family: "ヒラギノ丸ゴ W6 JIS2004";
  color: #32983b;
  line-height: 1.3;
  padding-top: 0.4em;
  text-align: center;
}
.modal-message__profile figcaption span {
  font-size: 14px;
}
.modal-message__message {
  font-size: 18px;
  line-height: 2;
  margin-top: 2em;
}
@media screen and (max-width:768px) {
  .modal-message__message {
    font-size: 16px;
  }
}
.modal-message .-btn {
  display: inline-block;
  padding: 0.5em 1.5em;
  background: #f87826;
  border-radius: 3em;
  -webkit-box-shadow: 0 5px 0 5px #32983b;
          box-shadow: 0 5px 0 5px #32983b;
  line-height: 1.4;
  font-size: 18px;
  font-family: "ヒラギノ丸ゴ W6 JIS2004";
  color: #FFF;
  text-align: center;
  margin-top: 2em;
  margin-bottom: 2em;
  -webkit-transition-property: background-color, color, -webkit-box-shadow;
  transition-property: background-color, color, -webkit-box-shadow;
  transition-property: background-color, box-shadow, color;
  transition-property: background-color, box-shadow, color, -webkit-box-shadow;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  -webkit-transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
          transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
@media screen and (max-width:768px) {
  .modal-message .-btn {
    font-size: 16px;
  }
}
.modal-message .-btn:hover {
  background-color: #ffde0e;
  -webkit-box-shadow: 0 0px 0 0px #32983b;
          box-shadow: 0 0px 0 0px #32983b;
  color: #32983b;
}

.tac {
  text-align: center;
}

svg > g {
  -webkit-transform-origin: center center;
          transform-origin: center center;
  transform-box: fill-box;
}

svg.m-con > g {
  opacity: 0;
}

.lp-nav a::before,
.lp-nav a::after {
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: center bottom;
          transform-origin: center bottom;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 1.5s;
          transition-duration: 1.5s;
  -webkit-transition-delay: 3s;
          transition-delay: 3s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
}
.lp-nav.in-view a::before,
.lp-nav.in-view a::after {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.lp-header__main-ill svg #fire1,
.lp-header__main-ill svg #fire2,
.lp-header__main-ill svg #fire3,
.lp-header__main-ill svg #fire4,
.lp-header__main-ill svg #fire5,
.lp-header__main-ill svg #fire6,
.lp-header__main-ill svg #fire7 {
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: center bottom;
          transform-origin: center bottom;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  transform-box: fill-box;
}
.lp-header__main-ill svg #fire1 {
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  -webkit-transition-delay: 1.5s;
          transition-delay: 1.5s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
}
.lp-header__main-ill svg #fire2 {
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  -webkit-transition-delay: 1.7s;
          transition-delay: 1.7s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
}
.lp-header__main-ill svg #fire3 {
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  -webkit-transition-delay: 2s;
          transition-delay: 2s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
}
.lp-header__main-ill svg #fire4 {
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  -webkit-transition-delay: 2.3s;
          transition-delay: 2.3s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
}
.lp-header__main-ill svg #fire5 {
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  -webkit-transition-delay: 2.6s;
          transition-delay: 2.6s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
}
.lp-header__main-ill svg #fire6 {
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  -webkit-transition-delay: 2.9s;
          transition-delay: 2.9s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
}
.lp-header__main-ill svg #fire7 {
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  -webkit-transition-delay: 3.1s;
          transition-delay: 3.1s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
}
.lp-header__main-ill svg #candle_ {
  opacity: 0;
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
  -webkit-transform-origin: left bottom;
          transform-origin: left bottom;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 1s;
          transition-duration: 1s;
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  transform-box: fill-box;
}
.lp-header__main-ill.in-view svg.svg-loaded #candle_ {
  opacity: 1;
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
}
.lp-header__main-ill.in-view svg.svg-loaded #fire1,
.lp-header__main-ill.in-view svg.svg-loaded #fire2,
.lp-header__main-ill.in-view svg.svg-loaded #fire3,
.lp-header__main-ill.in-view svg.svg-loaded #fire4,
.lp-header__main-ill.in-view svg.svg-loaded #fire5,
.lp-header__main-ill.in-view svg.svg-loaded #fire6,
.lp-header__main-ill.in-view svg.svg-loaded #fire7 {
  -webkit-transform: scale(1);
          transform: scale(1);
  opacity: 1;
}

.lp-header__inner .lp-header__title {
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-transition-duration: 1.5s;
          transition-duration: 1.5s;
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
          transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
  opacity: 0;
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.lp-header__inner .lp-header__subtitle {
  clip-path: polygon(50% 0, 50% 0, 50% 100%, 50% 100%);
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
  -webkit-transition-duration: 1.4s;
          transition-duration: 1.4s;
}
.lp-header__inner .lp-header__lead {
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  opacity: 0;
  -webkit-transition-duration: 0.8s;
          transition-duration: 0.8s;
}
.lp-header__inner .-note {
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  opacity: 0;
  -webkit-transition-duration: 0.8s;
          transition-duration: 0.8s;
}
.lp-header__inner.in-view .lp-header__title {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.lp-header__inner.in-view .lp-header__subtitle {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}
.lp-header__inner.in-view .lp-header__lead {
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  opacity: 1;
}
.lp-header__inner.in-view .-note {
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  opacity: 1;
}

.block-message__list li {
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-transition-duration: 1.5s;
          transition-duration: 1.5s;
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
          transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
  opacity: 0;
}
.block-message__list li:nth-of-type(1) {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.block-message__list li:nth-of-type(2) {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
.block-message__list li:nth-of-type(3) {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}
.block-message__list li:nth-of-type(4) {
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}
.block-message__list li:nth-of-type(5) {
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}
.block-message__list li:nth-of-type(6) {
  -webkit-transition-delay: 1.2s;
          transition-delay: 1.2s;
}
.block-message__list li:nth-of-type(7) {
  -webkit-transition-delay: 1.4s;
          transition-delay: 1.4s;
}
.block-message__list.in-view li {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.lp-7th::before {
  clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 1.5s;
          transition-duration: 1.5s;
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-property: clip-path;
  transition-property: clip-path;
}
.lp-7th.in-view::before {
  /* 下まで100%に広げる */
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}
.lp-7th::after {
  clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 1.5s;
          transition-duration: 1.5s;
  -webkit-transition-delay: 0.12s;
          transition-delay: 0.12s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-property: clip-path;
  transition-property: clip-path;
}
.lp-7th.in-view::after {
  /* 下まで100%に広げる */
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}

.block-7th__title {
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  opacity: 0;
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
  -webkit-transition-duration: 0.8s;
          transition-duration: 0.8s;
  -webkit-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
          transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
}
.block-7th__anniversary {
  clip-path: polygon(50% 0, 50% 0, 50% 100%, 50% 100%);
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
  -webkit-transition-duration: 1.4s;
          transition-duration: 1.4s;
}
.block-7th__present-title {
  opacity: 0;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
          transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-transition-duration: 1s;
          transition-duration: 1s;
}
.block-7th__btn {
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  opacity: 0;
  -webkit-transition-delay: 1.4s;
          transition-delay: 1.4s;
  -webkit-transition-duration: 0.8s;
          transition-duration: 0.8s;
  -webkit-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
          transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
}
.block-7th.in-view .block-7th__title {
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  opacity: 1;
}
.block-7th.in-view .block-7th__anniversary {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}
.block-7th.in-view .block-7th__present-title {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.block-7th.in-view .block-7th__btn {
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  opacity: 1;
}

.box-present {
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 1s;
          transition-duration: 1s;
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  opacity: 0;
}
.box-present__inner {
  background-position: center -10em;
  -webkit-transition-property: background-position;
  transition-property: background-position;
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
  -webkit-transition-duration: 3s;
          transition-duration: 3s;
  -webkit-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
          transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.box-present__icon {
  /* 初期：下辺だけの高さ 0% 状態（下にぺったり） */
  clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0 100%);
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 1s;
          transition-duration: 1s;
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-property: clip-path;
  transition-property: clip-path;
}
.box-present.in-view {
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  opacity: 1;
}
.box-present.in-view .box-present__icon {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}
.box-present.in-view .box-present__inner {
  background-position: center -2em;
}
@media screen and (max-width:768px) {
  .box-present.in-view .box-present__inner {
    background-position: center -3.5em;
  }
}

.anime-clip-y {
  /* 最初は上側に極小（全て0%のライン） */
  clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 1.5s;
          transition-duration: 1.5s;
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-property: clip-path;
  transition-property: clip-path;
}
.anime-clip-y.in-view {
  /* 下まで100%に広げる */
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}

.anime-clip {
  clip-path: polygon(0 0, 0 0, 0 0);
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 1s;
          transition-duration: 1s;
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-property: clip-path;
  transition-property: clip-path;
}
.anime-clip.in-view {
  clip-path: polygon(0 0, 200% 0, 0 200%);
}

.anime-in {
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 1.8s;
          transition-duration: 1.8s;
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
  -webkit-transform: scale(1.3);
          transform: scale(1.3);
  opacity: 0;
}
.anime-in.scroll-on {
  -webkit-transform: scale(1);
          transform: scale(1);
  opacity: 1;
}

.anime-move-y {
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 1s;
          transition-duration: 1s;
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  opacity: 0;
}
.anime-move-y.in-view {
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  opacity: 1;
}

.anime-move {
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 1.8s;
          transition-duration: 1.8s;
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
  -webkit-transform: translateX(-50px);
          transform: translateX(-50px);
  opacity: 0;
}
.anime-move.scroll-on {
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
  opacity: 1;
}

.anime-img-in {
  overflow: hidden;
}
.anime-img-in img {
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 1s;
          transition-duration: 1s;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  opacity: 0;
}
.anime-img-in.scroll-on img {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}

.anime-img-clip {
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 1.3s;
          transition-duration: 1.3s;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-property: clip-path;
  transition-property: clip-path;
  clip-path: inset(0 100% 0 0);
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.anime-img-clip.scroll-on {
  clip-path: inset(0 0 0 0);
}

.anime-img-clip-tb {
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 1.5s;
          transition-duration: 1.5s;
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-property: clip-path;
  transition-property: clip-path;
  clip-path: inset(0 0 100% 0);
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.anime-img-clip-tb.scroll-on {
  clip-path: inset(0 0 0 0);
}

.ba {
  transition-property: -webkit-transform;
  -webkit-transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 2s;
  transition-duration: 2s;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}
@-webkit-keyframes blankText {
  0% {
    width: 0;
  }
  50% {
    width: 83.9156px;
  }
  70% {
    width: 83.9156px;
  }
  100% {
    width: 0;
  }
}
@keyframes blankText {
  0% {
    width: 0;
  }
  50% {
    width: 83.9156px;
  }
  70% {
    width: 83.9156px;
  }
  100% {
    width: 0;
  }
}
img {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-touch-callout: none;
  -moz-user-select: none;
  touch-callout: none;
  -ms-user-select: none;
  user-select: none;
}/*# sourceMappingURL=style.css.map */