  @import url("https://cdn.jsdelivr.net/npm/yakuhanjp@3.4.1/dist/css/yakuhanjp_s.min.css");@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,700&subset=japanese");/*
Typography
*/


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

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-delay: -1ms;
    animation-duration: 1ms;
    animation-iteration-count: 1;
    background-attachment: initial;
    scroll-behavior: auto;
    transition-delay: 0s;
    transition-duration: 0s;
  }
}
html {
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
       text-size-adjust: 100%;
}

a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, dialog, div, dl, dt, em, embed, fieldset, figcaption, figure, font, footer, form, header, hgroup, hr, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, meter, nav, object, ol, output, p, pre, progress, q, rp, rt, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video, xmp {
  border: 0;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

audio, embed, img, object {
  height: auto;
  max-width: 100%;
  vertical-align: middle;
  width: auto;
}

img, picture {
  display: block;
  max-width: 100%;
}

button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
  text-transform: none;
}

button, input, select, textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-family: inherit;
  font-size: 100%;
  margin: 0;
}

button, [type=button], [type=reset], [type=submit], label[for], select,
summary, [role=tab], [role=button] {
  cursor: pointer;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
  margin: 0;
  padding: 0;
}

iframe {
  border: 0;
  display: block;
  height: auto;
  max-width: 100%;
}

ol, ul {
  list-style-type: "";
}

sub,
sup {
  font-size: 0.75em;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

summary {
  display: block;
}
summary::-webkit-details-marker {
  display: none;
}

svg {
  vertical-align: bottom;
}

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

td, th {
  padding: 0;
  text-align: left;
}

textarea {
  field-sizing: content;
}

a, area, button, input, label, select, summary, textarea, [tabindex] {
  touch-action: manipulation;
}

a {
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

*:focus:not(:focus-visible),
*:before:focus:not(:focus-visible),
*:after:focus:not(:focus-visible) {
  outline: none;
}

button::-moz-focus-inner {
  border: 0;
}

* {
  -webkit-touch-callout: none;
}

input, select, textarea {
  font-size: 1rem;
}

input[type=text], input[type=tel], input[type=email], textarea {
  -webkit-appearance: none;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

input[type=submit] {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border-radius: 0;
}

.fb_iframe_widget > span {
  vertical-align: baseline !important;
}

#map-canvas img {
  max-width: none;
}

#map-canvas label {
  display: inline;
  width: auto;
}

/*
Basic style
*/
:root {
  --c-primary: #007dbc;
  --c-secondary: #e3f1f8;
  --c-black: #3c3c3c;
  --c-white: #fff;
  --leading-trim: calc((1em - 1lh) / 2);
  --leading-trim-en: calc((1cap - 1lh) / 2);
}

body {
  background-color: var(--c-white);
  color: var(--c-black);
  font-family: YakuHanJPs, "Noto Sans JP", "BIZ UDPGothic", Meiryo, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  min-height: 100dvh;
  overflow-x: hidden;
  overscroll-behavior-y: none;
}

a {
  color: var(--c-primary);
  text-decoration: none;
  transition: filter 0.4s;
}
a:focus {
  filter: brightness(110%);
  text-decoration: none;
}
@media (hover: hover) and (pointer: fine) {
  a:hover {
    filter: brightness(110%);
    text-decoration: none;
  }
}

b,
strong,
.-bold {
  font-weight: 700;
}

sup {
  display: inline-block;
  margin-right: -0.2em;
  transform: scale(0.8) translateX(-0.2em);
}

.svg-spacer {
  fill: transparent;
}

@media (979px <= width) {
  .-sm {
    display: none !important;
  }
}

@media (width < 768px) {
  .-md {
    display: none !important;
  }
}
@media (979px <= width) {
  .-md {
    display: none !important;
  }
}

@media (width < 979px) {
  .-lg {
    display: none !important;
  }
}

@media (width < 1200px) {
  .-xl {
    display: none !important;
  }
}

/*
Header
*/
:root {
  --header-h-sm: 57px;
  --header-h-lg: 97px;
}

.is-fixed {
  position: fixed;
  width: 100%;
}

.header {
  background-color: var(--c-white);
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 3;
}
.header__inner {
  align-items: center;
  display: block grid;
  height: var(--header-h-sm);
  margin-inline: auto;
  padding-left: 10px;
  position: relative;
  width: 100%;
}
@media (979px <= width) {
  .header__inner {
    grid-template-columns: 274px 1fr var(--header-h-lg);
    height: var(--header-h-lg);
    padding-left: 32px;
  }
}
.header__logo {
  width: 207px;
}
@media (979px <= width) {
  .header__logo {
    width: 274px;
  }
}
.header__freedial {
  display: none;
}
@media (979px <= width) {
  .header__freedial {
    display: block;
    margin-left: auto;
    margin-right: 32px;
    width: 340px;
  }
}
.header__freedial span {
  display: block;
  font-size: 12px;
  line-height: 1;
  margin-top: 4px;
  text-align: right;
}

.navTrigger {
  cursor: pointer;
  height: 100%;
  padding: 12px;
  position: absolute;
  right: 0;
  top: 0;
  width: var(--header-h-sm);
}
@media (979px <= width) {
  .navTrigger {
    padding: 32px;
    position: relative;
    right: auto;
    top: auto;
    width: 100%;
  }
}
.navTrigger::before {
  color: var(--c-primary);
  content: "MENU";
  display: block;
  font-size: 11px;
  font-weight: 700;
  line-height: 1;
  margin-block: var(--leading-trim-en);
  margin-bottom: 12px;
  text-align: center;
  transform: translateY(-4px);
  width: 33px;
}
.navTrigger span {
  background-color: var(--c-primary);
  display: block;
  height: 2px;
  transition: background-color 0.5s;
  width: 33px;
}
.navTrigger span::before, .navTrigger span::after {
  background-color: var(--c-primary);
  content: "";
  display: block;
  height: 2px;
  position: absolute;
  transition: transform 0.5s;
  width: 33px;
}
.navTrigger span::before {
  transform: translateY(-10px);
}
.navTrigger span::after {
  transform: translateY(10px);
}
@media (979px <= width) {
  .navTrigger:hover span::before {
    transform: translateY(0);
  }
  .navTrigger:hover span::after {
    transform: translateY(0);
  }
}
.navTrigger.is-open::before {
  content: "CLOSE";
  font-size: 10px;
}
.navTrigger.is-open span {
  background-color: transparent;
}
.navTrigger.is-open span::before {
  rotate: 45deg;
  transform: translateY(0);
  transition: rotate 0.5s;
}
.navTrigger.is-open span::after {
  rotate: -45deg;
  transform: translateY(0);
  transition: rotate 0.5s;
}

.nav {
  align-items: center;
  background-color: var(--c-secondary);
  display: flex;
  flex-direction: column;
  height: 0;
  left: 0;
  opacity: 0;
  position: fixed;
  top: -100vh;
  transition: opacity 1s cubic-bezier(0.19, 1, 0.22, 1);
  width: 100vw;
  z-index: 2;
}
.nav.is-open {
  height: 100vh;
  opacity: 1;
  padding-top: calc(var(--header-h-sm) + 80px);
  top: 0;
}
@media (979px <= width) {
  .nav.is-open {
    justify-content: center;
    padding-top: var(--header-h-lg);
  }
}
.nav__logo {
  margin-bottom: 12vw;
  width: 56.5333333333vw;
}
@media (979px <= width) {
  .nav__logo {
    margin-bottom: 64px;
    width: 288px;
  }
}
.nav__link {
  font-size: 4.2666666667vw;
  font-weight: 700;
  margin-block: var(--leading-trim);
  margin-bottom: 11.2vw;
}
@media (979px <= width) {
  .nav__link {
    font-size: 22px;
    margin-bottom: 55px;
  }
}
.nav__btns {
  padding-top: 6.6666666667vw;
}
@media (979px <= width) {
  .nav__btns {
    display: flex;
    padding-top: 50px;
  }
}

/*
Footer
*/
.footer {
  padding-top: 11.2vw;
}
@media (979px <= width) {
  .footer {
    padding-top: 75px;
  }
}
.footer__freedial {
  margin: 0 auto 6.4vw;
  width: 75.4666666667vw;
}
@media (979px <= width) {
  .footer__freedial {
    margin: 40px auto 20px;
    width: 306px;
  }
}
.footer__freedial span {
  display: block;
  font-size: 12px;
  line-height: 1;
  margin-top: 4px;
  text-align: center;
}
@media (979px <= width) {
  .footer__freedial span {
    font-size: 13px;
    margin-top: 8px;
  }
}
.footer__links {
  border-bottom: 1px solid var(--c-primary);
  border-top: 1px solid var(--c-primary);
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto 8vw;
  padding: 2.6666666667vw 2.6666666667vw 4vw;
  row-gap: 2.6666666667vw;
  width: 89.8666666667vw;
}
@media (979px <= width) {
  .footer__links {
    flex-wrap: nowrap;
    justify-content: space-between;
    margin-bottom: 32px;
    padding: 10px 20px;
    row-gap: 0;
    width: 479px;
  }
}
.footer__links a {
  align-items: center;
  color: var(--c-black);
  display: flex;
  font-size: 3.4666666667vw;
  width: 50%;
}
@media (979px <= width) {
  .footer__links a {
    font-size: 15px;
    width: auto;
  }
}
.footer__links a:focus {
  text-decoration: underline;
}
@media (hover: hover) and (pointer: fine) {
  .footer__links a:hover {
    text-decoration: underline;
  }
}
.footer__links a::before {
  border-right: 3px solid var(--c-primary);
  border-top: 3px solid var(--c-primary);
  content: "";
  display: block;
  height: 0.3lh;
  margin-right: 2.1333333333vw;
  rotate: 45deg;
  width: 0.3lh;
}
@media (979px <= width) {
  .footer__links a::before {
    margin-right: 8px;
  }
}
.footer__sns {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  margin: 0 auto 7.4666666667vw;
  width: 74.6666666667vw;
}
@media (979px <= width) {
  .footer__sns {
    margin-bottom: 50px;
    width: 240px;
  }
}
.footer__sns a {
  margin-inline: auto;
  width: 10.6666666667vw;
}
@media (979px <= width) {
  .footer__sns a {
    width: 40px;
  }
}
.footer__bottom {
  background-color: var(--c-primary);
  padding: 6.6666666667vw 0 13.3333333333vw;
}
@media (979px <= width) {
  .footer__bottom {
    padding: 40px 0 140px;
  }
}
.footer__text {
  color: var(--c-white);
  font-size: 3.7333333333vw;
  margin-bottom: 4.2666666667vw;
  text-align: center;
  width: 100%;
}
@media (979px <= width) {
  .footer__text {
    font-size: 16px;
    margin-bottom: 40px;
  }
}
.footer__text span {
  display: block;
  font-size: 4vw;
  font-weight: 700;
  margin-bottom: 2.1333333333vw;
}
@media (979px <= width) {
  .footer__text span {
    font-size: 18px;
    margin-bottom: 6px;
  }
}

.copyright {
  color: var(--c-white);
  font-size: 2.6666666667vw;
  text-align: center;
  width: 100%;
}
@media (979px <= width) {
  .copyright {
    font-size: 14px;
  }
}

/*
Button
*/
.btn {
  background-color: var(--c-primary);
  border-radius: 5.6vw;
  color: var(--c-white);
  display: block;
  font-size: 4.5333333333vw;
  font-weight: 700;
  height: 11.2vw;
  line-height: 2;
  margin-block: var(--leading-trim);
  margin-bottom: 8vw;
  padding: 1.0666666667vw;
  text-align: center;
  width: 69.3333333333vw;
}
@media (979px <= width) {
  .btn {
    border-radius: 28px;
    font-size: 17px;
    height: 56px;
    margin: 0 10px;
    padding: 11px;
    width: 282px;
  }
}
.btn.-faq {
  background-color: #66b1d7;
}
.btn.-entry {
  background-color: #e71421;
}
.btn.-official {
  background-color: var(--c-white);
  color: var(--c-primary);
  margin-inline: auto;
}
@media (979px <= width) {
  .btn.-official {
    border-radius: 30px;
    font-size: 26px;
    height: 60px;
    padding: 4px;
    width: 313px;
  }
}
.btn.-footer {
  background-color: #66b1d7;
  margin-inline: auto;
}
@media (979px <= width) {
  .btn.-footer {
    border-radius: 30px;
    font-size: 26px;
    height: 60px;
    padding: 4px;
    width: 313px;
  }
}

/*
Fv
*/
.fv {
  padding-top: var(--header-h-sm);
  position: relative;
}
@media (979px <= width) {
  .fv {
    padding-top: var(--header-h-lg);
  }
}
.fv__img img {
  width: 100vw;
}
.fv__title {
  position: absolute;
  right: 13.4666666667vw;
  top: 26.6666666667vw;
  width: 73.0666666667vw;
}
@media (979px <= width) {
  .fv__title {
    max-width: 561px;
    right: 11.2vw;
    top: 23.4666666667vw;
    width: 40vw;
  }
}
.fv__btn {
  align-items: center;
  /*background-color: #e71421;*/
  border-radius: 100%;
  bottom: 2.6666666667vw;
  /*box-shadow: 0 0.5rem 0.75rem -0.5rem rgba(0, 0, 0, 0.25);*/
  color: var(--c-white);
  display: flex;
  font-size: 2.9333333333vw;
  font-weight: 700;
  height: 30.72vw;
  justify-content: center;
  position: fixed;
  right: 10.6666666667vw;
  text-align: center;
  transition: filter 0.4s, scale 0.4s;
  width: 30.72vw;
  z-index: 1;
  opacity: 0.9;
}

@media (979px <= width) {
  .fv__btn {
    bottom: 2.6666666667vw;
    font-size: 16px;
    height: 165px;
    right: 2.6666666667vw;
    width: 165px;
	opacity: 0.9;
  }
}
.fv__btn:hover {
  scale: 1.1;
}

/*
About
*/
.about {
  padding: 50.6666666667vw 0 69.3333333333vw;
  position: relative;
}
@media (979px <= width) {
  .about {
    padding: 10px 70px;
  }
}
.about__title {
  color: var(--c-primary);
  font-size: 6.4vw;
  font-weight: 700;
  margin-bottom: 4.8vw;
  text-align: center;
}
@media (979px <= width) {
  .about__title {
    font-size: 43px;
    margin-bottom: 52px;
  }
}
.about__text {
  font-size: 3.7333333333vw;
  line-height: 2.428;
  margin-bottom: 7.4666666667vw;
  text-align: center;
}
@media (979px <= width) {
  .about__text {
    font-size: 20px;
    line-height: 2.72;
    margin-bottom: 280px;
	margin-top:200px;
  }
}
.about__schedule {
  color: var(--c-primary);
  margin-bottom: 7.4666666667vw;
  text-align: center;
}
@media (979px <= width) {
  .about__schedule {
    margin-bottom: 80px;
  }
}
.about__schedule dt {
  font-size: 3.8666666667vw;
}
@media (979px <= width) {
  .about__schedule dt {
    font-size: 26px;
  }
}
.about__schedule dd {
  border-bottom: 1px solid var(--c-primary);
  display: inline;
  font-feature-settings: "palt";
  font-size: 5.3333333333vw;
  font-weight: 700;
  padding: 0.2666666667vw 0 1.0666666667vw;
}
@media (979px <= width) {
  .about__schedule dd {
    font-size: 41px;
    letter-spacing: 0.02em;
    padding: 0 0 10px;
  }
}
.about__schedule dd span {
  font-size: 3.7333333333vw;
}
@media (979px <= width) {
  .about__schedule dd span {
    font-size: 28px;
  }
}
.about__img {
  position: absolute;
}
@media (979px <= width) {
  .about__img img {
    margin-bottom: 12px;
  }
}
.about__img figcaption {
  font-size: 2.4vw;
  text-align: center;
}
@media (979px <= width) {
  .about__img figcaption {
    font-size: 10px;
  }
}
.about__img.-img01 {
  height: 29.8666666667vw;
  left: 5.3333333333vw;
  top: 5.3333333333vw;
  width: 29.8666666667vw;
}
@media (979px <= width) {
  .about__img.-img01 {
    height: 285px;
    left: calc(50% - 620px);
    top: 278px;
    width: 285px;
  }
}
.about__img.-img02 {
  bottom: 29.3333333333vw;
  height: 31.2vw;
  right: 8vw;
  width: 31.2vw;
}
@media (979px <= width) {
  .about__img.-img02 {
    bottom: auto;
    height: 239px;
    right: calc(50% - 600px);
    top: 364px;
    width: 239px;
  }
}
.about__img.-img03 {
  bottom: 10.6666666667vw;
  height: 26.6666666667vw;
  left: 9.3333333333vw;
  width: 26.6666666667vw;
}
@media (979px <= width) {
  .about__img.-img03 {
    bottom: 240px;
    height: 205px;
    left: calc(50% - 500px);
    width: 205px;
  }
}
.about__small {
  display: block;
  font-size: 2.6666666667vw;
  line-height: 1.5;
  text-align: center;
}
@media (979px <= width) {
  .about__small {
    font-size: 14px;
  }
}
.about__small span {
  font-weight: 700;
}

.movie {
  padding: 50.6666666667vw 0 69.3333333333vw;
  position: relative;
}
@media (979px <= width) {
  .movie {
    padding: 150px 0 170px;
  }
}
.movie__title {
  color: var(--c-primary);
  font-size: 6.4vw;
  font-weight: 700;
  margin-bottom: 4.8vw;
  text-align: center;
}
@media (979px <= width) {
  .movie__title {
    font-size: 43px;
    margin-bottom: 52px;
  }
}
.movie__text {
  font-size: 3.7333333333vw;
  line-height: 2.428;
  margin-bottom: 7.4666666667vw;
  text-align: center;
}

@media (979px <= width) {
  .movie__text {
    font-size: 20px;
    line-height: 2.72;
    margin-bottom: 80px;
  }
}
.movie__schedule {
  color: var(--c-primary);
  margin-bottom: 7.4666666667vw;
  text-align: center;
}
@media (979px <= width) {
  .movie__schedule {
    margin-bottom: 80px;
  }
}
.movie__schedule dt {
  font-size: 3.8666666667vw;
}
@media (979px <= width) {
  .movie__schedule dt {
    font-size: 26px;
  }
}
.movie__schedule dd {
  border-bottom: 1px solid var(--c-primary);
  display: inline;
  font-feature-settings: "palt";
  font-size: 5.3333333333vw;
  font-weight: 700;
  padding: 0.2666666667vw 0 1.0666666667vw;
}
@media (979px <= width) {
  .movie__schedule dd {
    font-size: 41px;
    letter-spacing: 0.02em;
    padding: 0 0 10px;
  }
}
.movie__schedule dd span {
  font-size: 3.7333333333vw;
}
@media (979px <= width) {
  .movie__schedule dd span {
    font-size: 28px;
  }
}
.movie__img {
  position: absolute;
}
@media (979px <= width) {
  .movie__img img {
    margin-bottom: 12px;
  }
}
.movie__img figcaption {
  font-size: 2.4vw;
  text-align: center;
}
@media (979px <= width) {
  .movie__img figcaption {
    font-size: 10px;
  }
}
.movie__img.-img01 {
  height: 29.8666666667vw;
  left: 5.3333333333vw;
  top: 5.3333333333vw;
  width: 29.8666666667vw;
}
@media (979px <= width) {
  .movie__img.-img01 {
    height: 285px;
    left: calc(50% - 620px);
    top: 278px;
    width: 285px;
  }
}
.movie__img.-img02 {
  bottom: 29.3333333333vw;
  height: 31.2vw;
  right: 8vw;
  width: 31.2vw;
}
@media (979px <= width) {
  .movie__img.-img02 {
    bottom: auto;
    height: 239px;
    right: calc(50% - 600px);
    top: 364px;
    width: 239px;
  }
}
.movie__img.-img03 {
  bottom: 10.6666666667vw;
  height: 26.6666666667vw;
  left: 9.3333333333vw;
  width: 26.6666666667vw;
}
@media (979px <= width) {
  .movie__img.-img03 {
    bottom: 380px;
    height: 205px;
    left: calc(50% - 500px);
    width: 205px;
  }
}
.movie__small {
  display: block;
  font-size: 2.6666666667vw;
  line-height: 1.5;
  text-align: center;
}
@media (979px <= width) {
  .movie__small {
    font-size: 14px;
  }
}
.movie__small span {
  font-weight: 700;
}
/*
Flow
*/
.flow {
  background-color: var(--c-secondary);
  padding: 18.1333333333vw 0;
}
@media (979px <= width) {
  .flow {
    padding: 170px 0 185px;
  }
}
.flow__title {
  color: var(--c-primary);
  font-size: 6.4vw;
  font-weight: 700;
  margin-bottom: 13.3333333333vw;
  text-align: center;
}
@media (979px <= width) {
  .flow__title {
    font-size: 43px;
    margin-bottom: 90px;
  }
}
.flow__item {
  background-color: var(--c-white);
  margin-bottom: 21.3333333333vw;
  margin-inline: auto;
  position: relative;
  width: 89.8666666667vw;
}
@media (979px <= width) {
  .flow__item {
    align-items: center;
    display: grid;
    grid-template-columns: 244px 1fr;
    margin-bottom: 105px;
    max-width: 1000px;
    min-height: 235px;
    width: 100%;
  }
}
@media (979px <= width) {
  .flow__item.-alt {
    grid-template-rows: 248px 1fr;
  }
  .flow__item.-alt .flow__detail {
    grid-area: 2/1/3/3;
  }
}
.flow__item::after {
  background-color: #99cbe4;
  bottom: -13.8666666667vw;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  content: "";
  display: block;
  height: 6.4vw;
  left: 38.4666666667vw;
  position: absolute;
  width: 12.9333333333vw;
}
@media (979px <= width) {
  .flow__item::after {
    bottom: -72px;
    height: 39px;
    left: 461px;
    width: 78px;
  }
}
.flow__item:last-child {
  margin-bottom: 0;
}
.flow__item:last-child::after {
  display: none;
}
.flow__num {
  margin-inline: auto;
  padding: 10.1333333333vw 0 6.6666666667vw;
  width: 13.3333333333vw;
}
@media (979px <= width) {
  .flow__num {
    padding: 0;
    width: 78px;
  }
}
.flow__text {
  color: var(--c-primary);
  padding-bottom: 10.6666666667vw;
  text-align: center;
}
@media (979px <= width) {
  .flow__text {
    padding: 47px 0 42px;
    text-align: left;
  }
}
.flow__text p {
  font-size: 4.5333333333vw;
  line-height: 1.66;
}
@media (979px <= width) {
  .flow__text p {
    font-size: 34px;
    line-height: 1.5;
    margin-bottom: 8px;
  }
}
.flow__text span {
  font-size: 3.2vw;
  line-height: 2.5;
}
@media (979px <= width) {
  .flow__text span {
    font-size: 20px;
  }
}
.flow__btn {
  border: 1px solid var(--c-primary);
  border-radius: 4.9333333333vw;
  display: block;
  font-size: 4.2666666667vw;
  height: 9.8666666667vw;
  line-height: 1;
  margin-inline: auto;
  margin-top: 6.6666666667vw;
  padding: calc(2.8vw - 2px);
  text-align: center;
  transition: background-color 0.4s;
  width: 67.7333333333vw;
}
@media (979px <= width) {
  .flow__btn {
    border-radius: 21px;
    font-size: 22px;
    height: 42px;
    margin-left: 5px;
    margin-top: 20px;
    padding: 8px;
    width: 294px;
  }
}
.flow__btn:focus {
  background-color: var(--c-primary);
  color: var(--c-white);
}
@media (hover: hover) and (pointer: fine) {
  .flow__btn:hover {
    background-color: var(--c-primary);
    color: var(--c-white);
  }
}
.flow__detail {
  padding-bottom: 1.6vw;
}
@media (979px <= width) {
  .flow__detail {
    display: flex;
    justify-content: center;
    padding-bottom: 28px;
  }
}
.flow__card {
  display: block;
  margin-bottom: 3.2vw;
  margin-inline: auto;
  margin-top: 1.3333333333vw;
  width: 80vw;
}
@media (979px <= width) {
  .flow__card {
    display: grid;
    grid-template-columns: 188px 1fr;
    margin: 0 10px;
    width: 500px;
  }
}
.flow__card dt {
  position: relative;
}
.flow__card dt img {
  width: 100%;
}
@media (979px <= width) {
  .flow__card dt img {
    display: block;
    height: 181px;
    width: 188px;
  }
}
.flow__card dt small {
  background-color: #f2f2f2;
  bottom: 0;
  font-size: 2.4vw;
  padding: 0 1.3333333333vw;
  position: absolute;
  right: 0;
}
@media (979px <= width) {
  .flow__card dt small {
    background-color: transparent;
    bottom: auto;
    font-size: 10px;
    left: 0;
    padding: 0;
    right: auto;
  }
}
.flow__card dd {
  background-color: #f2f2f2;
  font-size: 3.2vw;
  line-height: 1.6;
  padding: 2.4vw 2.6666666667vw 3.2vw;
}
@media (979px <= width) {
  .flow__card dd {
    font-size: 15px;
    line-height: 1.8;
    padding: 30px 20px 0 25px;
  }
}
.flow__card dd span {
  display: block;
  font-size: 4vw;
  font-weight: 700;
  line-height: 2;
  text-align: center;
}
@media (979px <= width) {
  .flow__card dd span {
    font-size: 19px;
    margin-bottom: 2px;
    text-align: left;
  }
}

/*
Benefits
*/
.benefits {
  padding: 16vw 0 15.4666666667vw;
}
@media (979px <= width) {
  .benefits {
    padding: 175px 0 2px;
  }
}
.benefits__title {
  color: var(--c-primary);
  font-size: 6.4vw;
  font-weight: 700;
  margin-bottom: 11.4666666667vw;
  text-align: center;
}
@media (979px <= width) {
  .benefits__title {
    font-size: 43px;
    margin-bottom: 68px;
  }
}
.benefits__catch {
  align-items: center;
  color: var(--c-primary);
  display: flex;
  font-size: 3.92vw;
  justify-content: center;
  margin-bottom: 16vw;
  position: relative;
  text-align: center;
}
@media (979px <= width) {
  .benefits__catch {
    font-size: 30px;
    line-height: 1.7;
    margin-bottom: 65px;
  }
}
.benefits__catch::before, .benefits__catch::after {
  background-color: var(--c-primary);
  content: "";
  display: block;
  height: 10.6666666667vw;
  width: 1px;
}
@media (979px <= width) {
  .benefits__catch::before, .benefits__catch::after {
    height: 78px;
  }
}
.benefits__catch::before {
  transform: translateX(-6.4vw) rotate(-30deg);
}
.benefits__catch::after {
  transform: translateX(6.4vw) rotate(30deg);
}
.benefits__list {
  display: grid;
  margin-inline: auto;
  row-gap: 15.2vw;
  width: 53.6vw;
}
@media (979px <= width) {
  .benefits__list {
    grid-template-columns: 288px 1fr 288px;
    width: 965px;
  }
}
.benefits__item {
  align-items: center;
  background-color: var(--c-secondary);
  border-radius: 100%;
  display: grid;
  height: 53.6vw;
  position: relative;
  width: 53.6vw;
}
@media (979px <= width) {
  .benefits__item {
    height: 288px;
    margin-inline: auto;
    width: 288px;
  }
}
.benefits__item img {
  left: 17.6vw;
  position: absolute;
  top: -5.3333333333vw;
  width: 18.4vw;
}
@media (979px <= width) {
  .benefits__item img {
    left: 95px;
    top: -35px;
    width: 98px;
  }
}
.benefits__item p {
  color: var(--c-primary);
  font-size: 5.3333333333vw;
  line-height: 1.5;
  text-align: center;
}
@media (979px <= width) {
  .benefits__item p {
    font-size: 29px;
  }
}
.benefits__item p.-alt {
  transform: translateY(2.1333333333vw);
}
@media (979px <= width) {
  .benefits__item p.-alt {
    transform: translateY(10px);
  }
}
.benefits__item p span {
  font-size: 3.7333333333vw;
  line-height: 2;
}
@media (979px <= width) {
  .benefits__item p span {
    font-size: 18px;
  }
}
.benefits__item p span.-dot {
  font-size: 0;
  line-height: 0;
}
.benefits__item p span.-dot::after {
  background-color: var(--c-primary);
  border-radius: 100%;
  content: "";
  display: block;
  height: 1.0666666667vw;
  margin: 1.0666666667vw auto;
  width: 1.0666666667vw;
}
@media (979px <= width) {
  .benefits__item p span.-dot::after {
    height: 6px;
    margin: 6px auto;
    width: 6px;
  }
}
.benefits__plus {
  margin: 18.4vw auto 34.1333333333vw;
  position: relative;
  width: 15.832vw;
}
@media (979px <= width) {
  .benefits__plus {
    margin: 90px auto 180px;
    width: 74px;
  }
}
.benefits__plus::before, .benefits__plus::after {
  background-color: #66b1d7;
  content: "";
  display: block;
  height: 3.408vw;
  position: absolute;
  width: 15.832vw;
}
@media (979px <= width) {
  .benefits__plus::before, .benefits__plus::after {
    height: 16px;
    width: 74px;
  }
}
.benefits__plus::after {
  transform: rotate(90deg);
}
.benefits__present {
  background-color: #66b1d7;
  margin-bottom: 8vw;
  margin-inline: auto;
  overflow: hidden;
  padding-top: 8vw;
  width: 89.8666666667vw;
}
@media (979px <= width) {
  .benefits__present {
    align-items: center;
    display: grid;
    grid-template-columns: 195px 1fr;
    height: 242px;
    margin-bottom: 62px;
    overflow: visible;
    padding-top: 0;
    position: relative;
    width: 1000px;
  }
}
.benefits__more {
  margin-bottom: 5.3333333333vw;
  margin-inline: auto;
  width: 23.6266666667vw;
}
@media (979px <= width) {
  .benefits__more {
    margin-bottom: 0;
    translate: 5px;
    width: 110px;
  }
}
.benefits__text {
  color: var(--c-white);
  font-size: 6.9333333333vw;
  font-weight: 700;
  transform: translateX(10.6666666667vw);
}
@media (979px <= width) {
  .benefits__text {
    font-size: 32px;
    transform: translateX(0);
  }
}
.benefits__text span {
  font-size: 10.1333333333vw;
  line-height: 0;
  margin-right: 0.5333333333vw;
}
@media (979px <= width) {
  .benefits__text span {
    font-size: 47px;
    margin-right: 5px;
  }
}
.benefits__alice {
  margin-inline: auto;
  transform: translateX(2.1333333333vw);
  width: 61.8666666667vw;
}
@media (979px <= width) {
  .benefits__alice {
    bottom: 0;
    position: absolute;
    right: 30px;
    translate: 0;
    width: 290px;
  }
}
.benefits__extra {
  color: var(--c-primary);
  font-size: 6.4vw;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
}
@media (979px <= width) {
  .benefits__extra {
    font-size: 37px;
  }
}


/*
UNWFP
*/
.unwfp {
  background-color: var(--c-primary);
  padding: 10.6666666667vw 4.8vw 2.1333333333vw;
  width: 100%;
}
@media (979px <= width) {
  .unwfp {
    padding: 115px 0 95px;
  }
}
.unwfp__logo {
  margin-bottom: 8vw;
  margin-inline: auto;
  width: 62.9333333333vw;
}
@media (979px <= width) {
  .unwfp__logo {
    margin-bottom: 88px;
    width: 368px;
  }
}
.unwfp__title {
  color: var(--c-white);
  font-size: 5.8666666667vw;
  font-weight: 700;
  position: relative;
  text-align: center;
}
@media (979px <= width) {
  .unwfp__title {
    font-size: 31px;
  }
}
.unwfp__title::after {
  background-color: var(--c-white);
  content: "";
  display: block;
  height: 0.2666666667vw;
  margin: 2.1333333333vw auto 5.3333333333vw;
  width: 18.6666666667vw;
}
@media (979px <= width) {
  .unwfp__title::after {
    height: 2px;
    margin: 10px auto 32px;
    width: 100px;
  }
}
.unwfp__text {
  color: var(--c-white);
  font-size: 3.7333333333vw;
  line-height: 1.85;
  margin-bottom: 12.2666666667vw;
  text-align: justify;
}
@media (979px <= width) {
  .unwfp__text {
    font-size: 16px;
    margin-bottom: 48px;
    margin-inline: auto;
    width: 620px;
  }
}

/*
Print
*/
@media print {
  * {
    background: transparent !important;
    border-color: black !important;
    box-shadow: none !important;
    color: black !important;
    text-shadow: none !important;
  }
  body {
    width: 210mm;
  }
  header,
  footer {
    display: none !important;
  }
  footer::after {
    content: "";
  }
  .-noprint {
    display: none;
  }
}
@page {
  margin: 0;
  size: A4;
}

.p-change_list_movie {
  width: 80%;
  height:80%
  margin: 71px auto 0
}
@media screen and (min-width:1025px) {
  .p-change_list_movie {
    max-width: px
	max-height: 
  }
}
@media screen and (max-width:1024px) {
  .p-change_list_movie {
    width: 100%;
    margin: 35px auto 0
  }
}
.p-change_list_movie_ttl {
  margin-bottom: 10px;
  text-align: center;
	  color: var(--c-primary);
    font-size: 2.5vw;
    font-weight: 700;
    line-height: 1.2;
    text-align: center;
}
@media screen and (max-width:1024px) {
  .p-change_list_movie_ttl {
    margin-bottom: 15px
		text-align: center;
	  color: var(--c-primary);
    font-size: 6.4vw;
    font-weight: 700;
    line-height: 1.4;
    text-align: center;
}
  }
}
.p-change_list_movie_ttl_cont {
  display: inline-block;
  line-height: 1;
  position: relative;
  z-index: 0;
  padding: 0 1.2em;
  font-weight: 700;
  font-size: 22px;
  font-size: 1.4rem
}
@media screen and (max-width:1024px) {
  .p-change_list_movie_ttl_cont {
    line-height: 1.4;
    /*font-size: 18px;*/
    font-size: 1.2rem
  }
}
.p-change_list_movie_ttl_cont:before, .p-change_list_movie_ttl_cont:after {
  position: absolute;
  z-index: 0;
  width: 1em;
  height: 1em;
  line-height: 1
}
@media screen and (min-width:1025px) {
  .p-change_list_movie_ttl_cont:before, .p-change_list_movie_ttl_cont:after {
    top: 0
  }
}
@media screen and (max-width:1024px) {
  .p-change_list_movie_ttl_cont:before, .p-change_list_movie_ttl_cont:after {
    bottom: 0
  }
}
.p-change_list_movie_ttl_cont:before {
  left: 0;
  content: "\FF3C"
}
.p-change_list_movie_ttl_cont:after {
  right: 0;
  content: "\FF0F"
}
.p-change_list_movie_thumb {
  position: relative;
  width: 100%;
  padding-top: 56.25%
}
.p-change_list_movie_thumb iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%
}
.p-change_list_movie_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 45px
}
.p-change_list_movie_row_img {
  width: 29%
}
@media screen and (min-width:1025px) {
  .p-change_list_movie_row_img {
    max-width: 220px
  }
}
@media screen and (max-width:1024px) {
  .p-change_list_movie_row_img {
    width: 32%
  }
}
.p-change_list_movie_row_cont {
  width: 68%
}
@media screen and (min-width:1025px) {
  .p-change_list_movie_row_cont {
    max-width: 529px
  }
}
@media screen and (max-width:1024px) {
  .p-change_list_movie_row_cont {
    width: 62%
  }
}
.p-change_list_movie_row_cont .c-txt_bold {
  display: block;
  margin-bottom: 10px
}
.p-change_list_movie_row_txt {
  font-weight: 500
}

.p-change_list_movie {
  width: 80%;
  margin: 71px auto 0
}
@media screen and (min-width:1025px) {
  .p-change_list_movie {
    max-width: 780px
  }
}
@media screen and (max-width:1024px) {
  .p-change_list_movie {
    width: 100%;
    margin: 35px auto 0
  
}
.p-change_list_movie_ttl {
  margin-bottom: 10px;
  text-align: center;
	text-align: center;
	  color: var(--c-primary);
    font-size: 3.3vw;
    font-weight: 700;
    line-height: 1.1;
    text-align: center;
}
}
@media screen and (max-width:1024px) {
  .p-change_list_movie_ttl {
    margin-bottom: 15px
		text-align: center;
	  color: var(--c-primary);
    font-size: 6.4vw;
    font-weight: 700;
    line-height: 1.4;
    text-align: center;
}
  }
}
.p-change_list_movie_ttl_cont {
  display: inline-block;
  line-height: 1;
  position: relative;
  z-index: 0;
  padding: 0 1.2em;
  font-weight: 700;
  font-size: 22px;
  font-size: 2.2rem
}
@media screen and (max-width:1024px) {
  .p-change_list_movie_ttl_cont {
    line-height: 1.4;
    font-size: 18px;
    font-size: 1.8rem
  }
}
.p-change_list_movie_ttl_cont:before, .p-change_list_movie_ttl_cont:after {
  position: absolute;
  z-index: 0;
  width: 1em;
  height: 1em;
  line-height: 1
}
@media screen and (min-width:1025px) {
  .p-change_list_movie_ttl_cont:before, .p-change_list_movie_ttl_cont:after {
    top: 0
  }
}
@media screen and (max-width:1024px) {
  .p-change_list_movie_ttl_cont:before, .p-change_list_movie_ttl_cont:after {
    bottom: 0
  }
}
.p-change_list_movie_ttl_cont:before {
  left: 0;
  content: "\FF3C"
}
.p-change_list_movie_ttl_cont:after {
  right: 0;
  content: "\FF0F"
}
.p-change_list_movie_thumb {
  position: relative;
  width: 100%;
  padding-top: 56.25%
}
.p-change_list_movie_thumb iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%
}
.p-change_list_movie_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 45px
}
.p-change_list_movie_row_img {
  width: 29%
}
@media screen and (min-width:1025px) {
  .p-change_list_movie_row_img {
    max-width: 220px
  }
}
@media screen and (max-width:1024px) {
  .p-change_list_movie_row_img {
    width: 32%
  }
}
.p-change_list_movie_row_cont {
  width: 68%
}
@media screen and (min-width:1025px) {
  .p-change_list_movie_row_cont {
    max-width: 529px
  }
}
@media screen and (max-width:1024px) {
  .p-change_list_movie_row_cont {
    width: 62%
  }
}
.p-change_list_movie_row_cont .c-txt_bold {
  display: block;
  margin-bottom: 10px
}
.p-change_list_movie_row_txt {
  font-weight: 500
}

.strikethrough {
  text-decoration: line-through;
}
