@charset "UTF-8";
@import url("https://use.typekit.net/scn8hdt.css");
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 300;
  src: url("../font/NotoSansJP-DemiLight.woff2") format("woff2"), url("../font/NotoSansJP-DemiLight.woff") format("woff"), url("../font/NotoSansJP-DemiLight.otf") format("opentype"); }
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 400;
  src: url("../font/NotoSansJP-Regular.woff2") format("woff2"), url("../font/NotoSansJP-Regular.woff") format("woff"), url("../font/NotoSansJP-Regular.otf") format("opentype"); }
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 500;
  src: url("../font/NotoSansJP-Medium.woff2") format("woff2"), url("../font/NotoSansJP-Medium.woff") format("woff"), url("../font/NotoSansJP-Medium.otf") format("opentype"); }
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 600;
  src: url("../font/NotoSansJP-Bold.woff2") format("woff2"), url("../font/NotoSansJP-Bold.woff") format("woff"), url("../font/NotoSansJP-Bold.otf") format("opentype"); }
@font-face {
  font-family: "futura-pt";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../font/Futura-medium-500.woff2") format("woff2"), url("../font/Futura-medium-500.woff") format("woff"); }
/* =================================
リセット
================================= */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
main, menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
  box-sizing: border-box; }

article, aside, details, figcaption, figure,
footer, header, hgroup, main, nav, section {
  display: block; }

ol, ul {
  list-style: none; }

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

img, video {
  max-width: 100%;
  height: auto;
  display: block; }

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

button, input, select, textarea {
  background: none;
  border: none;
  padding: 0;
  margin: 0;
  font: inherit;
  letter-spacing: inherit;
  color: inherit;
  text-align: inherit;
  outline: none; }

button {
  cursor: pointer; }

* {
  -webkit-tap-highlight-color: transparent; }

/* =================================
全ページ共通
================================= */
html {
  height: 100%; }

body {
  display: none;
  height: 100%;
  letter-spacing: .1em;
  line-height: 1.8;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  text-size-adjust: none; }

.wrapper {
  position: relative;
  z-index: 0;
  min-height: 100vh;
  padding: 1.5%;
  color: #f2f2f2;
  background: #303030; }

.container {
  border: 1px solid #f2f2f2; }

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

a {
  display: block;
  text-decoration: none;
  margin: 0 auto; }
  a:hover {
    text-decoration: none;
    opacity: .5;
    transition: all .2s ease-in; }

.relative_wrap {
  position: relative; }

.smp {
  display: none; }

.inner:not(.mainn .inner) {
  width: 85%;
  margin: 0 auto; }

button:hover {
  text-decoration: none;
  opacity: .5;
  transition: all .2s ease-in; }

.btn {
  position: relative;
  margin: 0 auto;
  max-width: 400px;
  width: 90%;
  display: block;
  cursor: pointer; }
  .btn * {
    height: 64px;
    border-radius: 32px;
    display: block; }
  .btn .bg {
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    background: #ff8a00;
    position: absolute;
    top: -10px;
    left: 0;
    right: 0;
    margin: auto;
    transition: top 0.2s cubic-bezier(0.4, 0, 0.2, 1); }
  .btn .border {
    border: 1px solid #fff; }
  .btn:hover {
    opacity: 1; }
    .btn:hover .bg {
      top: 0; }

.arw:after {
  content: "";
  position: absolute;
  top: -4px;
  right: 8%;
  bottom: 0;
  width: 8px;
  height: 8px;
  margin: auto;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(135deg); }

.check a {
  position: relative;
  padding-left: 1.5em; }
  .check a:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    width: 12px;
    height: 12px;
    border: 1px solid #fcf1ee;
    box-sizing: border-box; }
  .check a:after {
    content: '';
    position: absolute;
    top: -6px;
    left: 4px;
    bottom: 0;
    margin: auto;
    width: 10px;
    height: 6px;
    border-left: 1px solid #fcf1ee;
    border-bottom: 1px solid #fcf1ee;
    transform: rotate(-45deg); }

.turn_wrap {
  position: relative;
  overflow: hidden; }
  .turn_wrap > img, .turn_wrap > strong, .turn_wrap > em {
    opacity: 0;
    transition: opacity 0.6s cubic-bezier(0.4, 0, 0.2, 1);
    will-change: transform; }
  .turn_wrap.is_show > img, .turn_wrap.is_show > strong, .turn_wrap.is_show > em {
    opacity: 1; }
  .turn_wrap:before, .turn_wrap:after {
    content: "";
    position: absolute;
    inset: 0;
    transform: translateX(0); }
  .turn_wrap:before {
    background: #303030;
    transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1) 0s;
    z-index: 2; }
  .turn_wrap:after {
    background: #1a1a1a;
    transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1) 0.6s;
    z-index: 1; }
  .turn_wrap.is_show::before, .turn_wrap.is_show::after {
    transform: translateX(101%); }

@media (prefers-reduced-motion: reduce) {
  .turn_wrap *,
  .turn_wrap::before,
  .turn_wrap::after {
    transition: none !important; } }
@media screen and (max-width: 768px) {
  .wrapper {
    padding: 3%; }

  .pc {
    display: none; }

  .smp {
    display: inherit; }

  .btn {
    max-width: 300px; }
    .btn * {
      height: 50px;
      border-radius: 25px; }
    .btn .bg {
      top: -8px; } }
/* =================================
ヘッダー
================================= */
.header {
  position: fixed;
  top: 4vw;
  left: 4%;
  z-index: 3;
  width: 100%;
  transition: .5s; }
  .header input, .header label {
    display: none; }
  .header ul {
    letter-spacing: 0;
    text-align: left;
    color: #fff; }
  .header li {
    margin-bottom: 2px; }
    .header li:last-of-type {
      margin-bottom: 0; }
  .header a {
    display: inline-block; }

@media screen and (max-width: 768px) {
  .header {
    top: 0;
    left: 0; }
    .header input, .header label {
      display: inherit; }
    .header #trigger,
    .header #burger,
    .header #burger:before,
    .header #burger:after {
      position: absolute;
      top: 26px;
      right: 24px;
      background: #fff;
      width: 20px;
      height: 2px;
      transition: .2s ease;
      cursor: pointer;
      z-index: 1; }
    .header #trigger {
      height: 25px;
      background: none; }
    .header #burger:before {
      content: " ";
      top: 7px;
      left: 0; }
    .header #burger:after {
      content: " ";
      top: 14px;
      left: 0; }
    .header #menu_toggle:checked + #trigger + #burger {
      width: 25px;
      top: 32px;
      transform: rotate(180deg);
      transition: transform .2s ease; }
      .header #menu_toggle:checked + #trigger + #burger:before {
        width: 15px;
        top: -5px;
        left: 13px;
        transform: rotate(45deg);
        transition: transform .2s ease; }
      .header #menu_toggle:checked + #trigger + #burger:after {
        width: 15px;
        top: 5px;
        left: 13px;
        transform: rotate(-45deg);
        transition: transform .2s ease; }
    .header #menu {
      animation: none !important;
      position: absolute;
      top: -22px;
      right: -22px;
      width: 100px;
      height: 100px;
      border: 1px solid #fff;
      background: #ff8a00;
      border-radius: 50%;
      border-top-right-radius: 0;
      animation: not-checked-anim .2s both;
      transition: .2s; }
    .header #menu_toggle:checked + #trigger + #burger + #menu {
      animation: checked-anim 1s ease both;
      border-top-left-radius: 0;
      border-bottom-right-radius: 0;
      border: 0;
      top: 0;
      right: 0;
      width: 100vw;
      height: 100vh;
      height: 100dvh;
      border-radius: 0; }
    .header #menu_toggle:checked + #trigger ~ #menu ul > li {
      display: block; }
    .header [type="checkbox"]:not(:checked), .header [type="checkbox"]:checked {
      display: none; }
  @keyframes checked-anim {
    50% {
      width: 3000px;
      height: 3000px; }
    100% {
      width: 100%;
      height: 100%;
      height: 100vh;
      height: 100dvh;
      border-radius: 0; } }
  @keyframes not-checked-anim {
    0% {
      width: 3000px;
      height: 3000px; } }
    .header ul {
      position: absolute;
      right: 28px;
      top: 65px;
      font-size: 16px;
      color: #303030; }
    .header li {
      display: none;
      margin-block: 8px; }
    .header a:before, .header a:after {
      border-color: #303030; } }
/* =================================
フッター
================================= */
.credit_area {
  padding-bottom: 120px; }
  .credit_area .flex_wrap {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    max-width: 1160px;
    margin: 0 auto 75px;
    border-top: 1px solid #fff;
    padding-top: 75px; }
    .credit_area .flex_wrap a {
      color: #ff8a00;
      text-decoration: underline;
      text-underline-offset: 0.6em;
      text-decoration-thickness: 1px; }
      .credit_area .flex_wrap a:hover {
        opacity: 1;
        text-decoration: none; }
  .credit_area .link {
    text-align: left; }
    .credit_area .link a {
      font-size: 16px; }
  .credit_area .credit {
    text-align: right;
    line-height: 2.3; }
    .credit_area .credit span {
      display: inline-block; }
    .credit_area .credit a {
      display: inline; }
  .credit_area .btn .bg {
    background: #303030;
    border: 1px solid #fff; }
    .credit_area .btn .bg.arw:after {
      left: 8%;
      right: auto;
      transform: rotate(-135deg); }

.footer_lp_area {
  background: #303030;
  color: #f2f2f2;
  padding: 1.5%;
  position: relative;
  z-index: 0; }
  .footer_lp_area .credit_area {
    border: 1px solid #f2f2f2; }
  .footer_lp_area .flex_wrap {
    border: 0; }

footer {
  border-left: 1px solid #f2f2f2;
  border-right: 1px solid #f2f2f2;
  border-bottom: 1px solid #f2f2f2; }
  footer div {
    border-bottom: 1px solid #f2f2f2; }
  footer ul {
    padding: 28px 0;
    line-height: 3; }
  footer li {
    display: inline-block;
    margin: 0 10px; }
  footer .copy {
    font-size: 12px;
    padding: 20px 0; }

@media print, screen and (max-width: 768px) {
  .footer_lp_area {
    padding: 3%; }

  .credit_area {
    padding-bottom: 80px; }
    .credit_area .flex_wrap {
      flex-direction: column-reverse;
      row-gap: 50px;
      margin-bottom: 80px;
      padding-top: 60px; }
    .credit_area .link {
      margin: 0; }
    .credit_area .credit {
      text-align: left; }

  footer ul {
    padding: 25px 0; }
  footer .copy {
    padding: 15px 0; } }
