@charset "UTF-8";
/*! destyle.css v3.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

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

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

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

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

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

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

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

dd {
  margin-left: 0;
}

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

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

address {
  font-style: inherit;
}

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

select:disabled {
  opacity: inherit;
}

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

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

legend {
  padding: 0;
}

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

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

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

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

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

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

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

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

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

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

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

caption {
  text-align: left;
}

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

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

/*
 * フォントサイズ可変
 * -------------------------------------------------------------------
 */
/* ------------------------------------------------------------------ */
/* ------------------------------------------------------------------ */
/* ------------------------------------------------------------------ */
/* ------------------------------------------------------------------ */
/* ------------------------------------------------------------------ */
/* ------------------------------------------------------------------ */
/* ------------------------------------------------------------------ */
/* ------------------------------------------------------------------ */
/* ------------------------------------------------------------------ */
/* ------------------------------------------------------------------ */
/*
* 余白
* -------------------------------------------------------------------
*/
/* ------------------------------------------------------------------ */
/*
* ボタンスタイル
* -------------------------------------------------------------------
*/
/* ------------------------------------------------------------------ */
/*
 * 装飾 
 * -------------------------------------------------------------------
 */
/*
 * HTML
 * -------------------------------------------------------------------
 */
@supports (-webkit-touch-callout: none) {
  html {
    height: -webkit-fill-available;
  }
  body {
    min-height: -webkit-fill-available;
  }
}
html {
  font-size: 62.5%;
}

body {
  font-family: "Noto Sans JP", "Barlow", -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.05em;
  font-weight: 500;
  color: #1A1A1A;
  display: flex;
  flex-flow: column;
  min-height: 100vh;
}

/*
 * main
 * -------------------------------------------------------------------
 */
.main {
  display: block;
  flex: 1;
}

/*
 * 改行
 * -------------------------------------------------------------------
 */
.br-pc {
  display: none;
}

@media screen and (min-width: 1025px) {
  .br-sp {
    display: none;
  }
  .br-pc {
    display: block;
  }
}
/*
 * 応募するボタン　追従
 * -------------------------------------------------------------------
 */
 /*
.btn_app {
  z-index: 100;
  position: fixed;
  display: inline-block;
  right: 8px;
  bottom: -12rem;
  z-index: 100;
  font-size: calc(1.8rem + (1vw - 0.77rem) * 0.7782);
  line-height: 1.5;
  font-weight: 500;
  transition: 0.4s;
  /*このクラスが付与されるとフッター前で固定表示する*
}
@media screen and (max-width: 767px) {
  .btn_app {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 1025px) {
  .btn_app {
    font-size: 2rem;
  }
}
.btn_app::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  transform: translate3d(-8px, 8px, 0);
  background: linear-gradient(180deg, rgb(116, 235, 213) 0%, rgb(159, 172, 230) 100%);
  z-index: -1;
}
.btn_app__btn-link {
  position: relative;
  text-align: center;
  height: 80px;
  padding: 0 4rem 0 0;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  background: linear-gradient(90deg, rgb(17, 94, 208) 50%, rgb(116, 235, 213) 100%);
  background-size: 180% auto;
  transition: all 0.4s ease-out;
  height: 60px;
  width: 165px;
}
.btn_app__btn-link::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 12px;
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  background: url(../img/common/icon.svg#icon_arrow-short-usage) no-repeat;
  background-size: contain;
  vertical-align: middle;
  transition: all 0.4s;
}
@media (hover: hover) {
  .btn_app__btn-link:hover {
    background-position: right center;
  }
  .btn_app__btn-link:hover::after {
    right: 6px;
  }
}
@media screen and (min-width: 1025px) {
  .btn_app__btn-link {
    width: 196px;
  }
}
@media (hover: hover) {
  .btn_app__btn-link:hover {
    transform: translate3d(-8px, 8px, 0);
  }
  .btn_app__btn-link:hover::after {
    right: 8px;
  }
}
.btn_app.is-hidden {
  visibility: hidden;
  opacity: 0;
}
 */

/*
 * 応募するボタン　追従
 * -------------------------------------------------------------------
 */
 .btn_app {
  z-index: 100;
  position: fixed;
  display: flex;
  flex-direction: row-reverse;
  right: 8px;
  bottom: -12rem;
  z-index: 100;
  font-size: calc(1.8rem + (1vw - 0.77rem) * 0.7782);
  line-height: 1.5;
  font-weight: 500;
  transition: 0.4s;
  /*このクラスが付与されるとフッター前で固定表示する*/
}
@media screen and (max-width: 767px) {
  .btn_app {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 428px) {
  .btn_app {
    font-size: 4vw;
    max-width: 50%;
  }
}
@media screen and (min-width: 1025px) {
  .btn_app {
    font-size: 2rem;
  }
}
.btn_app::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  transform: translate3d(-8px, 8px, 0);
  background: linear-gradient(180deg, rgb(116, 235, 213) 0%, rgb(159, 172, 230) 100%);
  z-index: -1;
}
.btn_app__btn-link {
  position: relative;
  text-align: center;
  height: 80px;
  padding: 0 4rem 0 1rem;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  background: linear-gradient(90deg, rgb(17, 94, 208) 50%, rgb(116, 235, 213) 100%);
  background-size: 180% auto;
  transition: all 0.4s ease-out;
  height: 60px;
  width: auto;
}
.btn_app__btn-link::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 12px;
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  background: url(../img/common/icon.svg#icon_arrow-short-usage) no-repeat;
  background-size: contain;
  vertical-align: middle;
  transition: all 0.4s;
}

.btn_app2 {
  z-index: 100;
  position: fixed;
  display: flex;
  flex-direction: row-reverse;
  right: 230px;
  bottom: -12rem;
  z-index: 100;
  font-size: calc(1.8rem + (1vw - 0.77rem) * 0.7782);
  line-height: 1.5;
  font-weight: 500;
  transition: 0.4s;
  /*このクラスが付与されるとフッター前で固定表示する*/
}

@media screen and (max-width: 767px) {
  .btn_app2 {
    font-size: 1.8rem;
    right: 210px;
  }
}
@media screen and (max-width: 428px) {
  .btn_app2 {
    font-size: 4vw;
    left: 18px;
    right: initial;
    max-width: 50%;
  }
}
@media screen and (min-width: 1025px) {
  .btn_app2 {
    font-size: 2rem;
    right: 250px;
  }
}

.btn_app2::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  transform: translate3d(-8px, 8px, 0);
  background: linear-gradient(180deg, rgb(242, 242, 130) 0%, rgb(102, 255, 194) 100%);
  z-index: -1;
}

.btn_app__btn-link2 {
  position: relative;
  text-align: center;
  height: 80px;
  padding: 0 4rem 0 1rem;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  background: linear-gradient(90deg, rgb(6, 199, 85) 50%, rgb(224, 224, 114) 100%);
  background-size: 180% auto;
  transition: all 0.4s ease-out;
  height: 60px;
  width: auto;
}
.btn_app__btn-link2::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 12px;
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  background: url(../img/common/icon.svg#icon_arrow-short-usage) no-repeat;
  background-size: contain;
  vertical-align: middle;
  transition: all 0.4s;
}

@media (hover: hover) {
  .btn_app__btn-link:hover,
  .btn_app__btn-link2:hover {
    background-position: right center;
  }
  .btn_app__btn-link:hover::after,
  .btn_app__btn-link2:hover::after {
    right: 6px;
  }
}
@media screen and (min-width: 1025px) {
  .btn_app__btn-link,
  .btn_app__btn-link2 {
    width: 225px;
  }
}
@media (hover: hover) {
  .btn_app__btn-link:hover,
  .btn_app__btn-link2:hover {
    transform: translate3d(-8px, 8px, 0);
  }
  .btn_app__btn-link:hover::after,
  .btn_app__btn-link2:hover::after {
    right: 8px;
  }
}
.btn_app.is-hidden {
  visibility: hidden;
  opacity: 0;
}
.btn_app2.is-hidden2 {
  visibility: hidden;
  opacity: 0;
}


/*
 * footer
 * -------------------------------------------------------------------
 */
.footer {
  position: relative;
  background: linear-gradient(130deg, rgb(142, 197, 252) 0%, rgb(181, 196, 252) 50%, rgb(224, 195, 252) 100%);
  padding: 5rem 0;
}
.footer__container {
  text-align: center;
}
.footer__logo {
  margin-right: 1rem;
}
.footer__logo-inner {
  margin: 0 auto;
  width: clamp(140px, 18.2529335072vw, 180px);
}
.footer__logo-inner img {
  display: inline-block;
  width: 100%;
}
.footer__list {
  font-weight: 700;
  padding: 2rem 0;
  display: inline-block;
  text-align: left;
}
.footer__list {
    display: flex;
    justify-content: center;
    margin: 0 auto;
    padding: 4rem 0;
  }
.footer__list-item {
  position: relative;
}
.footer__list-item a {
  cursor: pointer;
  transition: all 0.4s;
  word-wrap: break-word;
}
.footer__list-item a:hover {
  opacity: 0.7;
}
@media screen and (min-width: 768px) {
  .footer__list-item {
    display: flex;
  }
}
@media screen and (min-width: 768px) {
  .footer__list-item:not(:last-of-type) {
    padding-right: 3rem;
  }
}
@media screen and (min-width: 768px) {
  .footer__list-item:not(:last-of-type)::after {
    content: "";
    width: 1px;
    height: 20px;
    background-color: #1A1A1A;
    position: absolute;
    left: 100%;
    top: 50%;
    transform: translateY(-50%);
  }
}
@media screen and (min-width: 768px) {
  .footer__list-item:not(:first-of-type) {
    padding-left: 3rem;
  }
}
.footer__copy {
  font-family: "Barlow", sans-serif;
  text-align: center;
}

/**
 * Swiper 8.2.4
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2022 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: June 13, 2022
 */
@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color:#007aff;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.swiper-android .swiper-slide, .swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-pointer-events {
  touch-action: pan-y;
}

.swiper-pointer-events.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-autoheight, .swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-3d, .swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-cube-shadow, .swiper-3d .swiper-slide, .swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top, .swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}

.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
}

.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  transform: translateZ(0);
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}

:root {
  --swiper-navigation-size:44px;
}

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-next.swiper-button-hidden, .swiper-button-prev.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}

.swiper-navigation-disabled .swiper-button-next, .swiper-navigation-disabled .swiper-button-prev {
  display: none !important;
}

.swiper-button-next:after, .swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev, .swiper-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}

.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
  content: "next";
}

.swiper-button-lock {
  display: none;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 0.3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-pagination-disabled > .swiper-pagination, .swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: 50%;
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-pagination-vertical.swiper-pagination-bullets, .swiper-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 0.2s transform, 0.2s top;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s left;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s right;
}

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}

.swiper-horizontal > .swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-horizontal, .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite, .swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-vertical, .swiper-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-lock {
  display: none;
}

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-scrollbar-disabled > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-scrollbar.swiper-scrollbar-vertical, .swiper-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader, .swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color:#fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color:#000;
}

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-grid > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-grid-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}

.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-fade .swiper-slide-active, .swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube {
  overflow: visible;
}

.swiper-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-cube.swiper-rtl .swiper-slide {
  transform-origin: 100% 0;
}

.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-next, .swiper-cube .swiper-slide-next + .swiper-slide, .swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-slide-shadow-bottom, .swiper-cube .swiper-slide-shadow-left, .swiper-cube .swiper-slide-shadow-right, .swiper-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}

.swiper-cube .swiper-cube-shadow:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  filter: blur(50px);
}

.swiper-flip {
  overflow: visible;
}

.swiper-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-flip .swiper-slide-active, .swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-flip .swiper-slide-shadow-bottom, .swiper-flip .swiper-slide-shadow-left, .swiper-flip .swiper-slide-shadow-right, .swiper-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  transition-property: transform, opacity, height;
}

.swiper-cards {
  overflow: visible;
}

.swiper-cards .swiper-slide {
  transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
}

/*! Lity - v2.4.1 - 2020-04-26
* http://sorgalla.com/lity/
* Copyright (c) 2015-2020 Jan Sorgalla; Licensed MIT */
.lity {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  white-space: nowrap;
  background: #0b0b0b;
  background: rgba(0, 0, 0, 0.9);
  outline: none !important;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.lity.lity-opened {
  opacity: 1;
}

.lity.lity-closed {
  opacity: 0;
}

.lity * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.lity-wrap {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  outline: none !important;
}

.lity-wrap:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
}

.lity-loader {
  z-index: 9991;
  color: #fff;
  position: absolute;
  top: 50%;
  margin-top: -0.8em;
  width: 100%;
  text-align: center;
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.lity-loading .lity-loader {
  opacity: 1;
}

.lity-container {
  z-index: 9992;
  position: relative;
  text-align: left;
  vertical-align: middle;
  display: inline-block;
  white-space: normal;
  max-width: 100%;
  max-height: 100%;
  outline: none !important;
}

.lity-content {
  z-index: 9993;
  width: 100%;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  -o-transition: -o-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease, -o-transform 0.3s ease;
}

.lity-loading .lity-content,
.lity-closed .lity-content {
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
}

.lity-content:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}

.lity-close {
  z-index: 9994;
  width: 35px;
  height: 35px;
  position: fixed;
  right: 0;
  top: 0;
  -webkit-appearance: none;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #fff;
  font-style: normal;
  font-size: 35px;
  font-family: Arial, Baskerville, monospace;
  line-height: 35px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  border: 0;
  background: none;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.lity-close::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.lity-close:hover,
.lity-close:focus,
.lity-close:active,
.lity-close:visited {
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #fff;
  font-style: normal;
  font-size: 35px;
  font-family: Arial, Baskerville, monospace;
  line-height: 35px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  border: 0;
  background: none;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.lity-close:active {
  top: 1px;
}

/* Image */
.lity-image img {
  max-width: 100%;
  display: block;
  line-height: 0;
  border: 0;
}

/* iFrame */
.lity-iframe .lity-container,
.lity-youtube .lity-container,
.lity-vimeo .lity-container,
.lity-facebookvideo .lity-container,
.lity-googlemaps .lity-container {
  width: 100%;
  max-width: 964px;
}

.lity-iframe-container {
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  overflow: auto;
  pointer-events: auto;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-overflow-scrolling: touch;
}

.lity-iframe-container iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

.lity-hide {
  display: none;
}

/*
 * header
 * -------------------------------------------------------------------
 */
.header__logo {
  position: absolute;
  z-index: 2;
  width: 34.7vw;
  max-width: 180px;
  margin-block: 6vw;
  margin-inline: 6vw;
}
.header__logo img {
  display: block;
  width: 100%;
}

/*
 * top-mv
 * -------------------------------------------------------------------
 */
.top-mv {
  position: relative;
  background-color: #fff;
}
.top-mv .top-mv-img {
  position: relative;
  overflow: hidden;
}
.top-mv .top-mv-img__sp {
  display: inline-block;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .top-mv .top-mv-img__sp {
    display: none;
  }
}
.top-mv .top-mv-img__pc {
  display: none;
}
@media screen and (min-width: 768px) {
  .top-mv .top-mv-img__pc {
    display: block;
    display: inline-block;
    width: 100%;
  }
}
.top-mv .top-mv-text {
  position: absolute;
  top: 65vw;
  left: 1.2rem;
  max-width: 440px;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .top-mv .top-mv-text {
    top: 17.4vw;
    left: 3vw;
    width: clamp(440px, 44.3285528031vw, 560px);
  }
}
.top-mv .top-mv-text__sp {
  display: inline-block;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .top-mv .top-mv-text__sp {
    display: none;
  }
}
.top-mv .top-mv-text__pc {
  display: none;
}
@media screen and (min-width: 768px) {
  .top-mv .top-mv-text__pc {
    display: block;
    width: 100%;
  }
}
.top-mv__head {
  position: absolute;
  display: inline-block;
  top: 41.6%;
}
.top-mv__copy {
  font-family: "Barlow", sans-serif;
  line-height: 1;
}
.top-mv__copy--block {
  display: inline-block;
  padding: 0 3.8vw;
  height: 57px;
  line-height: 57px;
  background: linear-gradient(135deg, rgb(247, 153, 28) 0%, rgb(255, 210, 0) 30%, rgb(242, 232, 92) 100%);
}
@media screen and (min-width: 768px) {
  .top-mv__copy--block {
    padding: 0 2.4vw;
    height: 80px;
    line-height: 80px;
  }
}
@media screen and (min-width: 1025px) {
  .top-mv__copy--block {
    height: 100px;
    line-height: 100px;
  }
}
.top-mv__copy--block:not(:last-of-type) {
  margin-bottom: 1rem;
}
@media screen and (min-width: 768px) {
  .top-mv__copy--block:not(:last-of-type) {
    margin-bottom: 1.4rem;
  }
}
.top-mv__copy--block.first {
  font-size: calc(3.6rem + (1vw - 0.77rem) * 10.8949);
}
@media screen and (min-width: 1025px) {
  .top-mv__copy--block.first {
    font-size: 6.4rem;
  }
}
@media screen and (max-width: 767px) {
  .top-mv__copy--block.first {
    font-size: 3.6rem;
  }
}
.top-mv__copy--block.second {
  overflow-wrap: break-word;
  font-size: calc(3.1rem + (1vw - 0.77rem) * 5.5556);
}
@media screen and (max-width: 767px) {
  .top-mv__copy--block.second {
    font-size: 3.1rem;
  }
}
@media screen and (min-width: 1200px) {
  .top-mv__copy--block.second {
    font-size: 5.5rem;
  }
}
.top-mv__btn-wrap {
  position: relative;
  text-align: center;
  padding: 0 6%;
  z-index: 1;
}
@media screen and (min-width: 1025px) {
  .top-mv__btn-wrap {
    position: absolute;
    padding: 0;
    bottom: calc(50% - 17.4em);
    left: 2vw;
  }
}
.top-mv__btn {
  position: relative;
  display: inline-block;
  width: 100%;
  max-width: 290px;
}
@keyframes shiny {
  0% {
    transform: scale(0) rotate(25deg);
    opacity: 0;
  }
  50% {
    transform: scale(1) rotate(25deg);
    opacity: 1;
  }
  70% {
    transform: scale(50) rotate(25deg);
    opacity: 0;
  }
  80% {
    transform: scale(50) rotate(25deg);
    opacity: 0;
  }
  100% {
    transform: scale(50) rotate(25deg);
    opacity: 0;
  }
}
@media screen and (min-width: 1025px) {
  .top-mv__btn {
    width: 300px;
    max-width: none;
  }
}
.top-mv__btn::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  transform: translate3d(-8px, 8px, 0);
  background: linear-gradient(180deg, rgb(116, 235, 213) 0%, rgb(159, 172, 230) 100%);
  z-index: -1;
}
.top-mv__btn-link {
  position: relative;
  text-align: center;
  height: 80px;
  padding: 0 8rem 0 2rem;
  color: #fff;
  background: linear-gradient(180deg, rgb(61, 120, 208) 0%, rgb(17, 94, 208) 100%);
  transition: all 0.4s;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  font-size: clamp(2.4rem, 3.1290743155vw, 2.6rem);
  font-weight: 700;
  overflow: hidden;
}
@media screen and (min-width: 1025px) {
  .top-mv__btn-link {
    height: 100px;
    padding: 0 9rem 0 2rem;
  }
}
.top-mv__btn-link::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  background: url(../img/common/icon.svg#icon_arrow-short-usage) no-repeat;
  background-size: contain;
  vertical-align: middle;
  transition: all 0.4s;
}
@media screen and (min-width: 1025px) {
  .top-mv__btn-link::after {
    width: 50px;
    height: 50px;
    background: url(../img/common/icon.svg#icon_arrow-long-usage) no-repeat;
  }
}
.top-mv__btn-link:hover {
  background: linear-gradient(45deg, rgb(61, 120, 208) 0%, rgb(17, 94, 208) 100%);
  transform: translate3d(-8px, 8px, 0);
}
.top-mv__btn-link:hover::after {
  right: 8px;
}
.top-mv__btn-link::before {
  content: "";
  position: absolute;
  top: -100px;
  left: -100px;
  width: 50px;
  height: 50px;
  background-image: linear-gradient(100deg, rgba(255, 255, 255, 0) 10%, rgb(255, 255, 255) 100%, rgba(255, 255, 255, 0) 0%);
  animation-name: shiny;
  animation-duration: 4s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
}
.top-mv__btn-link--span {
  color: #2869AD;
  font-size: calc(1.6rem + (1vw - 0.77rem) * 0.7782);
  background: #fff;
  border-radius: 50%;
  width: 54px;
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .top-mv__btn-link--span {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 1025px) {
  .top-mv__btn-link--span {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 1025px) {
  .top-mv__btn-link--span {
    width: 60px;
    height: 60px;
  }
}

/*
 * intro オーディション開催！
 * -------------------------------------------------------------------
 */
.intro {
  position: relative;
  overflow: hidden;
  background-color: #fff;
}
.intro__container {
  position: relative;
  padding: 5rem 6% 4rem;
}
@media screen and (min-width: 1025px) {
  .intro__container {
    max-width: 1000px;
    margin: 0 auto;
    padding: 10rem 0;
  }
}
.intro__sub {
  text-align: center;
  margin: 0 0 1rem;
}
@media screen and (min-width: 1025px) {
  .intro__sub {
    margin: 0 0 2rem;
  }
}
.intro__sub-inner {
  position: relative;
  display: inline-block;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: calc(2rem + (1vw - 0.77rem) * 3.1128);
  line-height: 1.6;
  text-align: center;
  padding: 0 2rem;
}
@media screen and (max-width: 767px) {
  .intro__sub-inner {
    font-size: 2rem;
  }
}
@media screen and (min-width: 1025px) {
  .intro__sub-inner {
    font-size: 2.8rem;
  }
}
.intro__sub-inner::before {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  width: 4px;
  height: 40px;
  background: #FF8723;
  transform: rotate(-35deg);
}
.intro__sub-inner::after {
  position: absolute;
  right: 0;
  bottom: 0;
  content: "";
  width: 4px;
  height: 40px;
  background: #FF8723;
  transform: rotate(35deg);
}
.intro__head-wrap {
  position: relative;
  z-index: 1;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .intro__head-wrap {
    max-width: 640px;
  }
}
@media screen and (min-width: 1025px) {
  .intro__head-wrap {
    max-width: none;
    text-align: center;
  }
}
.intro__head {
  font-size: calc(2.4rem + (1vw - 0.77rem) * 6.2257);
  font-weight: 700;
  line-height: 1.6;
  text-align: center;
  display: inline;
  position: relative;
  background-image: linear-gradient(90deg, #FFCFA8, #FFCFA8); /* 単色の場合は同じ色、グラデーションさせる場合は別々の色 */
  background-repeat: no-repeat;
  background-position: bottom left;
  background-size: 100% 40%; /* '30%'の部分にマーカーの太さを記入 */
}
@media screen and (max-width: 767px) {
  .intro__head {
    font-size: 2.4rem;
  }
}
@media screen and (min-width: 1025px) {
  .intro__head {
    font-size: 4rem;
  }
}
.intro__text {
  font-size: calc(1.6rem + (1vw - 0.77rem) * 1.5564);
  margin: 2rem 0 0;
}
@media screen and (max-width: 767px) {
  .intro__text {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 1025px) {
  .intro__text {
    font-size: 2rem;
  }
}
@media screen and (min-width: 1025px) {
  .intro__text {
    margin: 4rem 0 0;
  }
}
.intro__back-deco--left {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 20vw;
  max-width: 134px;
}
@media screen and (min-width: 768px) {
  .intro__back-deco--left {
    bottom: auto;
    top: 12rem;
  }
}
@media screen and (min-width: 1025px) {
  .intro__back-deco--left {
    left: -8rem;
  }
}
.intro__back-deco--right {
  position: absolute;
  top: 40%;
  right: 0;
  width: 20vw;
  max-width: 100px;
}
@media screen and (min-width: 768px) {
  .intro__back-deco--right {
    top: 12rem;
  }
}
@media screen and (min-width: 1025px) {
  .intro__back-deco--right {
    right: -8rem;
  }
}

.intro-slider-container .swiper-slide {
  width: 172px !important;
}
@media screen and (min-width: 768px) {
  .intro-slider-container .swiper-slide {
    width: 280px !important;
  }
}
.intro-slider-container__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.intro-slider-container .swiper-wrapper {
  transition-timing-function: linear;
}

/*
 * appli　ご応募お待ちしております
 * -------------------------------------------------------------------
 */
.appli {
  position: relative;
  padding: 5rem 0;
  background-color: #fff;
  z-index: 1;
}
@media screen and (min-width: 1025px) {
  .appli {
    padding: 8rem 0;
  }
}
.appli__img-title {
  background: #FFEAED;
  width: calc(100% - 90px);
  position: relative;
  height: 50px;
  max-width: 440px;
}
@media screen and (min-width: 1025px) {
  .appli__img-title {
    height: 80px;
    width: 50%;
    max-width: none;
  }
}
.appli__img-title--inner {
  width: clamp(200px, 26.075619296vw, 336px);
  margin-left: 6%;
  transform: rotate(-6deg);
}
@media screen and (min-width: 1025px) {
  .appli__img-title--inner {
    margin-left: calc((100vw - 1000px) / 2);
  }
}
.appli__img-title--img {
  display: inline-block;
  width: 100%;
}
.appli .appli__worry-item {
  max-width: 440px;
  margin: 3rem auto 0;
}
@media screen and (min-width: 768px) {
  .appli .appli__worry-item {
    padding: 0 6%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    max-width: 640px;
  }
}
@media screen and (min-width: 1025px) {
  .appli .appli__worry-item {
    padding: 0;
    max-width: 1000px;
    margin: 4rem auto 2rem;
    flex-wrap: nowrap;
  }
}
.appli .appli__worry-item .appli__worry {
  position: relative;
  font-family: "Murecho", sans-serif;
  font-size: calc(1.6rem + (1vw - 0.77rem) * 0.7782);
  max-width: 260px;
}
@media screen and (max-width: 767px) {
  .appli .appli__worry-item .appli__worry {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 1025px) {
  .appli .appli__worry-item .appli__worry {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 768px) {
  .appli .appli__worry-item .appli__worry {
    width: 50%;
  }
}
@media screen and (min-width: 1025px) {
  .appli .appli__worry-item .appli__worry {
    max-width: none;
  }
}
.appli .appli__worry-item .appli__worry--fuki-text {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  z-index: 2;
  padding: 2rem 3rem 4rem;
  text-align: center;
}
.appli .appli__worry-item .appli__worry--img-inner {
  position: relative;
  text-align: center;
}
.appli .appli__worry-item .appli__worry--img {
  display: inline-block;
  width: 100%;
}
.appli .appli__worry-item .appli__worry.right {
  margin: 0 0 0 auto;
}
@media screen and (min-width: 768px) {
  .appli .appli__worry-item .appli__worry.right {
    margin: 0;
  }
}
@media screen and (min-width: 768px) {
  .appli .appli__worry-item .appli__worry.left {
    order: 3;
  }
}
.appli .appli__worry-item .appli__worry.center {
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .appli .appli__worry-item .appli__worry.center {
    margin: 0;
  }
}
.appli__experi {
  position: relative;
}
.appli__experi--text {
  position: relative;
  font-size: calc(1.6rem + (1vw - 0.77rem) * 1.5564);
  margin: 0 6%;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .appli__experi--text {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 1025px) {
  .appli__experi--text {
    font-size: 2rem;
  }
}
@media screen and (min-width: 768px) {
  .appli__experi--text {
    max-width: 500px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1025px) {
  .appli__experi--text {
    text-align: center;
  }
}
.appli__experi--span {
  background-image: linear-gradient(to right, #F8B5DB, #F8B5DB 4px, transparent 4px, transparent 16px);
  background-size: 8px 4px;
  background-position: left bottom;
  background-repeat: repeat-x;
  padding: 1.4rem 0;
  line-height: 3;
}
@media screen and (min-width: 768px) {
  .appli__experi--span {
    display: block;
    padding: 2rem 0;
    line-height: 1;
  }
}
@media screen and (min-width: 1025px) {
  .appli__experi--span {
    display: block;
    padding: 0 0 2.2rem;
  }
}
.appli__experi__back-deco--right {
  position: absolute;
  top: 40%;
  right: 0;
  width: 20vw;
  max-width: 140px;
}
@media screen and (min-width: 768px) {
  .appli__experi__back-deco--right {
    top: 12rem;
  }
}
@media screen and (min-width: 1025px) {
  .appli__experi__back-deco--right {
    right: 0;
  }
}

.appli__expecting {
  position: relative;
  padding: 5rem 6%;
  text-align: center;
}
@media screen and (min-width: 1025px) {
  .appli__expecting {
    padding: 5rem 0 8rem;
  }
}
.appli__expecting__head-wrap {
  display: inline-block;
  text-align: left;
}
.appli__expecting__head {
  font-size: calc(2.4rem + (1vw - 0.77rem) * 6.2257);
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  line-height: 1.8;
  text-align: center;
  display: inline;
  position: relative;
  background-image: linear-gradient(90deg, #FFCFA8, #FFCFA8); /* 単色の場合は同じ色、グラデーションさせる場合は別々の色 */
  background-repeat: no-repeat;
  background-position: bottom left;
  background-size: 100% 40%; /* '30%'の部分にマーカーの太さを記入 */
  background-image: linear-gradient(90deg, #FFEAED, #FFEAED);
}
@media screen and (max-width: 767px) {
  .appli__expecting__head {
    font-size: 2.4rem;
  }
}
@media screen and (min-width: 1025px) {
  .appli__expecting__head {
    font-size: 4rem;
  }
}
.appli__expecting__head-arrow {
  display: inline-block;
  width: 100%;
  height: 90px;
}
@media screen and (min-width: 1025px) {
  .appli__expecting__contents {
    max-width: 1000px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
.appli__expecting__contents .appli__expecting__list {
  position: relative;
  display: inline-block;
  text-align: left;
  margin: 1rem 0 2rem;
}
@media screen and (min-width: 1025px) {
  .appli__expecting__contents .appli__expecting__list {
    margin: 0;
    order: 2;
  }
}
.appli__expecting__contents .appli__expecting__list__list-item {
  font-size: calc(1.6rem + (1vw - 0.77rem) * 2.3346);
  text-indent: -2em;
  padding-left: 2em;
}
@media screen and (max-width: 767px) {
  .appli__expecting__contents .appli__expecting__list__list-item {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 1025px) {
  .appli__expecting__contents .appli__expecting__list__list-item {
    font-size: 2.2rem;
  }
}
@media screen and (min-width: 1025px) {
  .appli__expecting__contents .appli__expecting__list__list-item {
    text-indent: 0;
    padding-left: 0;
    line-height: 2.4;
  }
}
.appli__expecting__contents .appli__expecting__list__list-item::before {
  background: url(../img/common/icon.svg#icon_peke-pink-usage) no-repeat;
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background-size: contain;
  vertical-align: middle;
  transform: translateY(-3px);
  margin-right: 10px;
}
@media screen and (min-width: 1025px) {
  .appli__expecting__contents .appli__expecting__list__list-item::before {
    width: 26px;
    height: 26px;
    margin-right: 6px;
  }
}
.appli__expecting__img-wrap {
  position: relative;
  max-width: 360px;
  z-index: 1;
  margin: 0 auto;
}
.appli__expecting__img {
  width: 100%;
  padding: 2rem;
  border: 6px solid #F8B5DB;
}
@media screen and (min-width: 1025px) {
  .appli__expecting__img {
    padding: 3rem;
    border: 10px solid #F8B5DB;
  }
}
.appli__expecting__back-deco--left {
  position: absolute;
  bottom: -15vw;
  left: 0;
  width: 65vw;
  max-width: 424px;
}
/*
 * b-partner 主要取引先
 * -------------------------------------------------------------------
 */
.b-partner {
  position: relative;
  background: #F6ECFE;
  padding: 2rem 0 8rem;
}
.b-partner::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 60%;
  transform: skewY(-6deg);
  transform-origin: bottom left;
}
@media screen and (min-width: 768px) {
  .b-partner {
    padding: 2rem 0 12rem;
  }
}
.b-partner::before {
  background: #F6ECFE;
  z-index: 20;
}
.b-partner__img-title {
  width: calc(100% - 90px);
  position: relative;
  height: 50px;
  z-index: 20;
}
.b-partner__img-title--inner {
  width: clamp(200px, 26.075619296vw, 336px);
  margin-left: 6%;
  transform: rotate(-6deg);
}
.b-partner__img-title--img {
  display: inline-block;
  width: 100%;
}
.b-partner__title {
  position: relative;
  text-align: center;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  line-height: 1.6;
  font-size: calc(2.6rem + (1vw - 0.77rem) * 5.4475);
  z-index: 20;
}
@media screen and (max-width: 767px) {
  .b-partner__title {
    font-size: 2.6rem;
  }
}
@media screen and (min-width: 1025px) {
  .b-partner__title {
    font-size: 4rem;
  }
}
.b-partner .b-partner__list {
  position: relative;
  z-index: 21;
  padding: 0 6%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (min-width: 1025px) {
  .b-partner .b-partner__list {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0;
  }
}
.b-partner .b-partner__list__list-item {
  position: relative;
  width: 46%;
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .b-partner .b-partner__list__list-item {
    width: calc((100% - 12rem) / 4);
  }
}
.b-partner .b-partner__list__list-item::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  transform: translate3d(-6px, 6px, 0);
  background: linear-gradient(180deg, rgb(255, 153, 102) 0%, rgb(250, 172, 168) 30%, rgb(221, 214, 243) 100%);
}
.b-partner .b-partner__list__list-item--inner {
  position: relative;
  z-index: 1;
  display: flex;
  padding: 0.6rem 1rem;
  height: 70px;
  line-height: 1.6;
  justify-content: space-around;
  align-items: center;
  background: #fff;
  border: 2px solid #8B62A8;
}
@media screen and (min-width: 768px) {
  .b-partner .b-partner__list__list-item--inner {
    height: 64px;
  }
}
.b-partner .b-partner__list__list-item--inner.j-tv-hd {
  font-size: 1.5rem;
  line-height: 1.5;
}
.b-partner__note {
  text-align: right;
  padding-right: 6%;
  margin-top: 2rem;
}
@media screen and (min-width: 1025px) {
  .b-partner__note {
    text-align: left;
    padding-left: calc((100vw - 1000px) / 2);
  }
}
.b-partner__back-deco--left {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 20vw;
  max-width: 134px;
  z-index: 20;
}
@media screen and (min-width: 768px) {
  .b-partner__back-deco--left {
    bottom: auto;
    top: 12rem;
  }
}
@media screen and (min-width: 1025px) {
  .b-partner__back-deco--left {
    left: -8rem;
  }
}
.b-partner__back-deco--right {
  position: absolute;
  top: 0;
  right: 0;
  width: 20vw;
  max-width: 100px;
  z-index: 20;
}
@media screen and (min-width: 768px) {
  .b-partner__back-deco--right {
    top: 12rem;
  }
}
/*
 * works-dra-mov ドラマ映画　 圧倒的な出演実績
 * -------------------------------------------------------------------
 */
.works-dra-mov {
  position: relative;
  background-color: #FFF0A3;
  padding: 0 6% 5rem;
}
@media screen and (min-width: 1025px) {
  .works-dra-mov {
    padding: 0 0 8rem;
  }
}
.works-dra-mov::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 60%;
  transform: skewY(-6deg);
  transform-origin: bottom left;
}
/* .works-dra-mov::before {
  background: #FFF0A3;
  z-index: 1;
}
.works-dra-mov::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  z-index: 3;
  width: 100%;
  height: clamp(100px, 13.037809648vw, 120px);
  transform: skewY(-6deg);
  transform-origin: bottom left;
  background-size: auto auto;
  background-color: rgba(255, 255, 255, 0);
  background-image: repeating-linear-gradient(135deg, transparent, transparent 8px, rgb(255, 255, 255) 8px, rgb(255, 255, 255) 10px);
} */
.works-dra-mov__img-title {
  width: calc(100% - 90px);
  position: relative;
  height: 50px;
  z-index: 4;
}
.works-dra-mov__img-title--inner {
  width: clamp(200px, 26.075619296vw, 336px);
  margin-left: 6%;
  transform: rotate(-6deg);
}
.works-dra-mov__img-title--img {
  display: inline-block;
  width: 100%;
}
.works-dra-mov__container {
  position: relative;
  z-index: 4;
}
.works-dra-mov__title {
  text-align: center;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  line-height: 1.6;
  font-size: calc(2.6rem + (1vw - 0.77rem) * 5.4475);
}
@media screen and (max-width: 767px) {
  .works-dra-mov__title {
    font-size: 2.6rem;
  }
}
@media screen and (min-width: 1025px) {
  .works-dra-mov__title {
    font-size: 4rem;
  }
}
.works-dra-mov__read {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: calc(2rem + (1vw - 0.77rem) * 3.1128);
  line-height: 1.6;
  text-align: center;
  margin: 3rem 0 3rem;
}
@media screen and (max-width: 767px) {
  .works-dra-mov__read {
    font-size: 2rem;
  }
}
@media screen and (min-width: 1025px) {
  .works-dra-mov__read {
    font-size: 2.8rem;
  }
}
.works-dra-mov__read--span {
  font-family: "Barlow", sans-serif;
  color: #CC6C1D;
  padding: 0 0.6rem;
  line-height: 1;
  vertical-align: -0.05em;
  font-size: calc(3.6rem + (1vw - 0.77rem) * 3.8911);
}
@media screen and (max-width: 767px) {
  .works-dra-mov__read--span {
    font-size: 3.6rem;
  }
}
@media screen and (min-width: 1025px) {
  .works-dra-mov__read--span {
    font-size: 4.6rem;
  }
}
.works-dra-mov__head-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 64px;
}
@media screen and (min-width: 1025px) {
  .works-dra-mov__head-wrap {
    justify-content: flex-start;
    padding-left: calc((100vw - 1000px) / 2);
  }
}
.works-dra-mov__sub-head-film {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.works-dra-mov__sub-head-film.icon-bg {
  background: url(../img/common/icon.svg#icon_film-long-usage) no-repeat;
  background-size: contain;
  vertical-align: middle;
  width: 140px;
  height: 140px;
  margin-right: 1.6rem;
}
@media screen and (min-width: 1025px) {
  .works-dra-mov__sub-head-film.icon-bg {
    width: 150px;
    height: 150px;
  }
}
.works-dra-mov__sub-head {
  font-size: calc(1.6rem + (1vw - 0.77rem) * 1.5564);
  color: #fff;
}
@media screen and (max-width: 767px) {
  .works-dra-mov__sub-head {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 1025px) {
  .works-dra-mov__sub-head {
    font-size: 2rem;
  }
}
@media screen and (min-width: 768px) {
  .works-dra-mov .works-dra-mov__list {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 1025px) {
  .works-dra-mov .works-dra-mov__list {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0;
  }
}
.works-dra-mov .works-dra-mov__list__list-item {
  margin-top: 3rem;
}
@media screen and (min-width: 768px) {
  .works-dra-mov .works-dra-mov__list__list-item {
    width: 46%;
  }
}
@media screen and (min-width: 1025px) {
  .works-dra-mov .works-dra-mov__list__list-item {
    width: calc((100% - 6.2rem) / 3);
  }
}
.works-dra-mov .works-dra-mov__list__list-item.pc {
  display: none;
}
@media screen and (min-width: 768px) {
  .works-dra-mov .works-dra-mov__list__list-item.pc {
    display: block;
  }
}
.works-dra-mov .works-dra-mov__list__img {
  display: inline-block;
  width: 100%;
}
.works-dra-mov .works-dra-mov__list__title-wrap {
  text-align: center;
  margin-top: 0.6rem;
}
.works-dra-mov .works-dra-mov__list__title {
  display: inline-block;
  font-size: calc(1.6rem + (1vw - 0.77rem) * 0.7782);
  line-height: 1.6;
  font-weight: 700;
  padding: 0 0.8rem;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .works-dra-mov .works-dra-mov__list__title {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 1025px) {
  .works-dra-mov .works-dra-mov__list__title {
    font-size: 1.8rem;
  }
}

/*
 * works-cm CM
 * -------------------------------------------------------------------
 */
.works-cm {
  position: relative;
  background-color: #FEEA89;
  padding: 5rem 6% 15rem;
}
@media screen and (min-width: 1025px) {
  .works-cm {
    padding: 8rem 0 26rem;
  }
}
.works-cm__head-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 64px;
}
@media screen and (min-width: 1025px) {
  .works-cm__head-wrap {
    justify-content: flex-start;
    padding-left: calc((100vw - 1000px) / 2);
  }
}
.works-cm__sub-head-film {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.works-cm__sub-head-film.icon-bg {
  background: url(../img/common/icon.svg#icon_film-short-usage) no-repeat;
  background-size: contain;
  vertical-align: middle;
  width: 84px;
  height: 84px;
  margin-right: 1.6rem;
}
@media screen and (min-width: 1025px) {
  .works-cm__sub-head-film.icon-bg {
    width: 94px;
    height: 94px;
  }
}
.works-cm__sub-head {
  font-size: calc(1.6rem + (1vw - 0.77rem) * 1.5564);
  color: #fff;
  letter-spacing: 0.2em;
  transform: translateX(2px);
}
@media screen and (max-width: 767px) {
  .works-cm__sub-head {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 1025px) {
  .works-cm__sub-head {
    font-size: 2rem;
  }
}
.works-cm .works-cm__list {
  position: relative;
  z-index: 20;
}
.works-cm .works-cm__list__link {
  cursor: pointer;
  transition: all 0.4s;
  word-wrap: break-word;
}
.works-cm .works-cm__list__link:hover {
  opacity: 0.7;
}
@media screen and (min-width: 768px) {
  .works-cm .works-cm__list {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 1025px) {
  .works-cm .works-cm__list {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0;
  }
}
.works-cm .works-cm__list__list-item {
  margin-top: 3rem;
}
@media screen and (min-width: 768px) {
  .works-cm .works-cm__list__list-item {
    width: 46%;
  }
}
.works-cm .works-cm__list__title-wrap {
  text-align: center;
  margin-top: 0.6rem;
}
.works-cm .works-cm__list__title {
  display: inline-block;
  font-size: calc(1.6rem + (1vw - 0.77rem) * 0.7782);
  line-height: 1.6;
  font-weight: 700;
  padding: 0 0.8rem;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .works-cm .works-cm__list__title {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 1025px) {
  .works-cm .works-cm__list__title {
    font-size: 1.8rem;
  }
}
.works-cm .works-cm__list__youtube-wrap {
  position: relative;
}
.works-cm .works-cm__list__img {
  width: 100%;
}
.works-cm .works-cm__list__youtube-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 68px;
}
.works-cm::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  z-index: 3;
  width: 100%;
  height: clamp(100px, 13.037809648vw, 120px);
  transform: skewY(-6deg);
  transform-origin: bottom left;
  background-size: auto auto;
  background-color: rgba(255, 255, 255, 0);
  background-image: repeating-linear-gradient(135deg, transparent, transparent 8px, rgb(255, 255, 255) 8px, rgb(255, 255, 255) 10px);
}

.lity-close {
  color: transparent;
  position: absolute;
  top: -46px;
  right: 10px;
  width: 30px;
  height: 30px;
}
.lity-close:hover {
  color: transparent;
}
.lity-close:active {
  top: -46px;
}
.lity-close::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../img/common/icon.svg#icon_batsu-usage) no-repeat;
  background-size: contain;
  vertical-align: middle;
  width: 100%;
  height: 100%;
}

/*
 * privilege オーディションに合格すると　Point
 * -------------------------------------------------------------------
 */
.privilege {
  position: relative;
  padding: 5rem 0 0;
  background: #fff;
  position: relative;
}
.privilege::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 60%;
  transform: skewY(-6deg);
  transform-origin: bottom left;
}
.privilege::before {
  background: #fff;
  z-index: 1;
}
.privilege::after {
  position: absolute;
  content: "";
  bottom: -11vw;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 80%;
  transform: skewY(-6deg);
  transform-origin: bottom left;
  background: #fff;
}
.privilege__img-title {
  width: calc(100% - 90px);
  position: relative;
  height: 50px;
  z-index: 4;
}
.privilege__img-title--inner {
  width: clamp(200px, 26.075619296vw, 336px);
  margin-left: 6%;
  transform: rotate(-6deg);
}
.privilege__img-title--img {
  display: inline-block;
  width: 100%;
}
.privilege__container {
  position: relative;
  z-index: 20;
  overflow: hidden;
}
.privilege__title {
  position: relative;
  text-align: center;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  line-height: 1.6;
  font-size: calc(2.6rem + (1vw - 0.77rem) * 5.4475);
  z-index: 20;
}
@media screen and (max-width: 767px) {
  .privilege__title {
    font-size: 2.6rem;
  }
}
@media screen and (min-width: 1025px) {
  .privilege__title {
    font-size: 4rem;
  }
}
@media screen and (min-width: 768px) {
  .privilege__title {
    margin-bottom: -5rem;
  }
}
.privilege .privilege__point-list {
  padding: 0 6% 10rem;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .privilege .privilege__point-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
@media screen and (min-width: 1025px) {
  .privilege .privilege__point-list {
    max-width: 1000px;
    margin: 0 auto;
    overflow: visible;
    padding: 0 40px 10rem 0;
  }
}
.privilege .privilege__point-list__list-item {
  position: relative;
  margin-top: 8rem;
}
@media screen and (min-width: 768px) {
  .privilege .privilege__point-list__list-item:nth-of-type(2n) {
    top: 4rem;
  }
}
.privilege .privilege__point-list__list-item:nth-of-type(1)::after, .privilege .privilege__point-list__list-item:nth-child(5)::after {
  content: "";
  position: absolute;
  width: 100vw;
  height: 60%;
  top: 60%;
  left: 0;
  background-size: auto auto;
  background-color: rgb(255, 255, 255);
  background-image: repeating-linear-gradient(135deg, transparent, transparent 10px, rgb(249, 255, 237) 10px, rgb(249, 255, 237) 20px);
  z-index: -2;
  margin: 0 calc(50% - 50vw);
  width: 100vw;
}
.privilege .privilege__point-list__list-item:nth-of-type(3)::after {
  content: "";
  position: absolute;
  width: 100vw;
  height: 60%;
  top: 80%;
  left: 0;
  background-size: auto auto;
  background-color: rgb(255, 255, 255);
  background-image: repeating-linear-gradient(135deg, transparent, transparent 10px, rgb(249, 255, 237) 10px, rgb(249, 255, 237) 20px);
  z-index: -2;
  margin: 0 calc(50% - 50vw);
  width: 100vw;
}
@media screen and (min-width: 768px) {
  .privilege .privilege__point-list__list-item {
    display: flex;
    width: 44%;
    margin-top: 15rem;
  }
}
.privilege .privilege__point-list__list-item-wrap {
  position: relative;
  background-color: #fff;
  border: solid 1px #E6E59C;
}
.privilege .privilege__point-list__list-item-wrap::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 10px;
  left: 10px;
  background: linear-gradient(0deg, rgb(67, 198, 172) 0%, rgb(248, 255, 174) 100%);
  z-index: -1;
}
.privilege .privilege__point-list__num {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  flex-direction: column;
  font-family: "Barlow", sans-serif;
  color: #fff;
  font-size: calc(3rem + (1vw - 0.77rem) * 3.8911);
  line-height: 1;
  top: -40px;
}
@media screen and (max-width: 767px) {
  .privilege .privilege__point-list__num {
    font-size: 3rem;
  }
}
@media screen and (min-width: 1025px) {
  .privilege .privilege__point-list__num {
    font-size: 4rem;
  }
}
@media screen and (min-width: 768px) {
  .privilege .privilege__point-list__num {
    top: -60px;
  }
}
.privilege .privilege__point-list__num.num-bg {
  position: absolute;
  width: 90px;
  height: 90px;
  background: url(../img/common/icon.svg#icon_point-usage) no-repeat;
  background-size: contain;
  z-index: 2;
}
@media screen and (min-width: 1025px) {
  .privilege .privilege__point-list__num.num-bg {
    width: 110px;
    height: 110px;
  }
}
.privilege .privilege__point-list__num--span {
  display: inline-block;
  font-size: calc(2.2rem + (1vw - 0.77rem) * 2.3346);
}
@media screen and (max-width: 767px) {
  .privilege .privilege__point-list__num--span {
    font-size: 2.2rem;
  }
}
@media screen and (min-width: 1025px) {
  .privilege .privilege__point-list__num--span {
    font-size: 2.8rem;
  }
}
.privilege .privilege__point-list__img-inner {
  position: relative;
  top: -20px;
  left: 20px;
}
@media screen and (min-width: 768px) {
  .privilege .privilege__point-list__img-inner {
    top: -40px;
    left: 40px;
  }
}
.privilege .privilege__point-list__img {
  width: 100%;
}
.privilege .privilege__point-list__text-wrap {
  position: relative;
}
.privilege .privilege__point-list__en-title-inner {
  position: absolute;
  top: -40px;
  display: inline;
  background-repeat: no-repeat;
  background-position: bottom left;
  background-size: 100% 40%;
  background-image: linear-gradient(90deg, #E5FCB8, #E5FCB8);
  padding: 0 2rem;
  max-width: 60%;
}
.privilege .privilege__point-list__en-title-img {
  width: 100%;
}
.privilege .privilege__point-list__text {
  font-size: calc(1.6rem + (1vw - 0.77rem) * 1.5564);
  padding: 6%;
}
@media screen and (max-width: 767px) {
  .privilege .privilege__point-list__text {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 1025px) {
  .privilege .privilege__point-list__text {
    font-size: 2rem;
  }
}

/*
 * management マネージメント
 * -------------------------------------------------------------------
 */
.management {
  position: relative;
}
.management__img-title {
  width: clamp(200px, 26.075619296vw, 336px);
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%) rotate(-6deg);
}
@media screen and (min-width: 768px) {
  .management__img-title {
    top: 3vw;
  }
}
.management__img-title--img {
  display: inline-block;
  width: 100%;
}
.management__mv {
  position: relative;
  padding: calc(5rem + 6%) 6%;
}
@media screen and (min-width: 1025px) {
  .management__mv {
    padding: calc(8rem + 6%) 6% 6%;
  }
}
/* .management__mv::before {
  content: "";
  background: linear-gradient(180deg, rgba(251, 171, 126, 0.6) 0%, rgba(247, 206, 104, 0.6) 100%);
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -90;
} */
/* .management__mv::after {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  z-index: -100;
  width: 100%;
  height: 100vh;
  background: url("../img/up-image/manage_bk.jpg") no-repeat;
  background-size: cover;
  background-position: center;
} */
.management__mv .management__mv-list {
  margin: 2rem 0 1rem;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .management__mv .management__mv-list {
    position: relative;
    top: 30px;
    z-index: 1;
  }
}
@media screen and (min-width: 1025px) {
  .management__mv .management__mv-list {
    margin: 0 auto;
    flex-direction: row;
    justify-content: space-between;
    max-width: 670px;
  }
}
.management__mv .management__mv-list__list-item {
  position: relative;
  display: inline-block;
  font-family: "Barlow", sans-serif;
  color: #fff;
  background-color: #FF8723;
  border: 2px solid #FFF4EC;
  line-height: 1;
  font-size: calc(1.6rem + (1vw - 0.77rem) * 1.5564);
  text-align: center;
  padding: 0.6rem;
  margin-bottom: 1rem;
  width: 60%;
  max-width: 206px;
}
@media screen and (max-width: 767px) {
  .management__mv .management__mv-list__list-item {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 1025px) {
  .management__mv .management__mv-list__list-item {
    font-size: 2rem;
  }
}
.management__mv .management__mv-list__list-item::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 6px;
  right: 6px;
  background: linear-gradient(180deg, rgb(251, 171, 126) 0%, rgb(247, 206, 104) 100%);
  z-index: -1;
}
@media screen and (min-width: 1025px) {
  .management__mv .management__mv-list__list-item {
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.management__mv-contents {
  background-color: #fff;
}
@media screen and (min-width: 1025px) {
  .management__mv-contents {
    max-width: 1000px;
    margin: 0 auto;
  }
}
.management__main-container {
  position: relative;
  padding: 5rem 0;
  background-color: #FFF4EC;
}
@media screen and (min-width: 1025px) {
  .management__main-container {
    padding: 8rem 0 10rem;
  }
}
.management__title {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: calc(2.2rem + (1vw - 0.77rem) * 2.3346);
  padding: 6%;
}
@media screen and (max-width: 767px) {
  .management__title {
    font-size: 2.2rem;
  }
}
@media screen and (min-width: 1025px) {
  .management__title {
    font-size: 2.8rem;
  }
}
@media screen and (min-width: 768px) {
  .management__title {
    padding: 4% 6%;
  }
}
@media screen and (min-width: 1025px) {
  .management__title {
    text-align: center;
    font-size: 3.4rem;
  }
}
.management__title--spanA {
  color: #FF8723;
}
@media screen and (min-width: 1025px) {
  .management__title--spanA {
    display: block;
  }
}
@media screen and (min-width: 1025px) {
  .management__title--spanB {
    font-size: 2.8rem;
    display: block;
  }
}
.management__title--spanC {
  display: inline;
  position: relative;
  background-image: linear-gradient(90deg, #FFCFA8, #FFCFA8); /* 単色の場合は同じ色、グラデーションさせる場合は別々の色 */
  background-repeat: no-repeat;
  background-position: bottom left;
  background-size: 100% 40%; /* '30%'の部分にマーカーの太さを記入 */
}
.management .main-container__contents {
  position: relative;
}
.management .main-container__img-title {
  width: calc(100% - 90px);
  position: relative;
  height: 50px;
  z-index: 4;
  background-color: #FF8723;
  max-width: 440px;
  margin-bottom: 2rem;
}
@media screen and (min-width: 1025px) {
  .management .main-container__img-title {
    margin-bottom: -4rem;
    width: 40%;
    max-width: none;
  }
}
.management .main-container__img-title--inner {
  margin-left: 10%;
}
@media screen and (min-width: 1025px) {
  .management .main-container__img-title--inner {
    margin-left: calc((100vw - 1000px) / 2);
  }
}
.management .main-container__img-title--img {
  display: inline-block;
  width: 100%;
}
.management .main-container__all-img {
  position: relative;
  z-index: 20;
  padding: 0 6%;
}
@media screen and (min-width: 768px) {
  .management .main-container__all-img {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }
}
@media screen and (min-width: 1025px) {
  .management .main-container__all-img {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0;
    justify-content: space-between;
  }
}
.management .main-container__img-inner:nth-last-of-type(2n) {
  transform: rotate(-6deg);
}
@media screen and (min-width: 768px) {
  .management .main-container__img-inner {
    width: 50%;
  }
}
@media screen and (min-width: 1025px) {
  .management .main-container__img-inner {
    width: calc((100% - 0rem) / 3);
  }
  .management .main-container__img-inner:nth-last-of-type(2n) {
    transform: rotate(0);
  }
}
.management .main-container__img-inner--img {
  width: 100%;
  padding: 1.6rem;
  border: 4px solid #FFCFA8;
  background-color: #fff;
}
.management .main-container__text-wrap {
  margin: 0 0 8rem;
}
@media screen and (min-width: 1025px) {
  .management .main-container__text-wrap {
    max-width: 1000px;
    margin: 2rem auto 8rem;
  }
}
.management .main-container__text {
  font-size: calc(1.6rem + (1vw - 0.77rem) * 1.5564);
  background-color: #fff;
  padding: 12% 6% 6%;
  margin-top: -6%;
}
@media screen and (max-width: 767px) {
  .management .main-container__text {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 1025px) {
  .management .main-container__text {
    font-size: 2rem;
  }
}
@media screen and (min-width: 1025px) {
  .management .main-container__text {
    padding: 6%;
    margin-top: 0;
  }
}
.management .main-container__text--span {
  display: inline;
  position: relative;
  background-image: linear-gradient(90deg, #FFCFA8, #FFCFA8); /* 単色の場合は同じ色、グラデーションさせる場合は別々の色 */
  background-repeat: no-repeat;
  background-position: bottom left;
  background-size: 100% 40%; /* '30%'の部分にマーカーの太さを記入 */
}
.management .main-container__back-deco--right {
  position: absolute;
  top: -100px;
  right: 0;
  width: 20vw;
  max-width: 140px;
}
@media screen and (min-width: 768px) {
  .management .main-container__back-deco--right {
    top: 12rem;
  }
}
@media screen and (min-width: 1025px) {
  .management .main-container__back-deco--right {
    right: 0;
  }
}
.management .main-container__contents.at-home .main-container__img-title--inner {
  width: clamp(100px, 26.075619296vw, 110px);
}
@media screen and (min-width: 768px) {
  .management .main-container__contents.at-home .main-container__img-inner:nth-of-type(2) {
    position: relative;
    width: 300px;
    top: -20px;
  }
}
@media screen and (min-width: 1025px) {
  .management .main-container__contents.at-home .main-container__img-inner:nth-of-type(1) {
    position: relative;
    top: 140px;
  }
  .management .main-container__contents.at-home .main-container__img-inner:nth-of-type(2) {
    width: 240px;
    top: 0;
  }
  .management .main-container__contents.at-home .main-container__img-inner:nth-of-type(4) {
    position: relative;
    top: -60px;
    margin-left: auto;
    right: 110px;
  }
}
@media screen and (min-width: 1025px) {
  .management .main-container__contents.at-home .main-container__text-wrap {
    margin-top: -4rem;
  }
}
.management .main-container__contents.manage-dev .main-container__img-title--inner {
  width: clamp(260px, 26.075619296vw, 330px);
}
@media screen and (min-width: 1025px) {
  .management .main-container__contents.manage-dev .main-container__all-img {
    justify-content: center;
    align-items: flex-end;
  }
}
@media screen and (min-width: 768px) {
  .management .main-container__contents.manage-dev .main-container__img-inner:nth-of-type(2) {
    width: 300px;
  }
}
@media screen and (min-width: 1025px) {
  .management .main-container__contents.manage-dev .main-container__img-inner:nth-of-type(1) {
    width: 420px;
    margin-right: 4rem;
  }
  .management .main-container__contents.manage-dev .main-container__img-inner:nth-of-type(2) {
    width: 300px;
    top: 0;
  }
}
.management .main-container__contents.manage-beauty .main-container__img-title--inner {
  width: clamp(230px, 26.075619296vw, 240px);
}
.management .main-container__contents.manage-beauty .main-container__img-inner:nth-of-type(2) {
  width: 90%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .management .main-container__contents.manage-beauty .main-container__img-inner:nth-of-type(2) {
    width: 300px;
    margin: 0;
  }
}
@media screen and (min-width: 1025px) {
  .management .main-container__contents.manage-beauty .main-container__img-inner:nth-of-type(2) {
    width: 300px;
    top: 0;
  }
}

/*
 * flow オーディションの流れ
 * -------------------------------------------------------------------
 */
.flow {
  padding: 5rem 0;
  background: #fff;
  position: relative;
}
.flow::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 60%;
  transform: skewY(-6deg);
  transform-origin: bottom left;
}
.flow::before {
  background: #fff;
  z-index: 1;
}
.flow__img-title {
  width: calc(100% - 90px);
  position: relative;
  height: 50px;
  z-index: 4;
}
.flow__img-title--inner {
  width: clamp(200px, 26.075619296vw, 336px);
  margin-left: 6%;
  transform: rotate(-6deg);
}
.flow__img-title--img {
  display: inline-block;
  width: 100%;
}
.flow__title {
  position: relative;
  text-align: center;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  line-height: 1.6;
  font-size: calc(2.6rem + (1vw - 0.77rem) * 5.4475);
  z-index: 20;
  margin: 2rem 0;
}
@media screen and (max-width: 767px) {
  .flow__title {
    font-size: 2.6rem;
  }
}
@media screen and (min-width: 1025px) {
  .flow__title {
    font-size: 4rem;
  }
}
@media screen and (min-width: 1025px) {
  .flow__title {
    margin: 2rem 0 3rem;
  }
}
.flow__container {
  position: relative;
  z-index: 20;
  background-color: #FFEAED;
  margin: 0 4%;
}
@media screen and (min-width: 768px) {
  .flow__container {
    margin: 0 6%;
  }
}
@media screen and (min-width: 1025px) {
  .flow__container {
    max-width: 1000px;
    margin: 0 auto;
  }
}
.flow__step-title {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: calc(2.2rem + (1vw - 0.77rem) * 2.3346);
  line-height: 1.6;
  text-align: center;
  padding-top: 4rem;
}
@media screen and (max-width: 767px) {
  .flow__step-title {
    font-size: 2.2rem;
  }
}
@media screen and (min-width: 1025px) {
  .flow__step-title {
    font-size: 2.8rem;
  }
}
@media screen and (min-width: 1025px) {
  .flow__step-title {
    padding-top: 8rem;
  }
}
.flow .flow__step-list {
  padding: 4rem 6% 5rem;
}
.flow .flow__step-list__list-item {
  position: relative;
}
@media screen and (min-width: 768px) {
  .flow .flow__step-list__list-item:not(:first-of-type) {
    margin-top: -3rem;
  }
}
@media screen and (min-width: 1025px) {
  .flow .flow__step-list {
    padding: 4rem 13rem 8rem;
  }
}
.flow .flow__step-list__num {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  flex-direction: column;
  font-family: "Barlow", sans-serif;
  color: #fff;
  font-size: calc(3rem + (1vw - 0.77rem) * 3.8911);
  line-height: 1;
  position: absolute;
  top: -30px;
  left: -10px;
  width: 90px;
  height: 90px;
  background: linear-gradient(90deg, rgb(255, 153, 102) 0%, rgb(239, 124, 189) 100%);
  border-radius: 50%;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .flow .flow__step-list__num {
    font-size: 3rem;
  }
}
@media screen and (min-width: 1025px) {
  .flow .flow__step-list__num {
    font-size: 4rem;
  }
}
.flow .flow__step-list__num::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: -4px;
  right: 4px;
  width: 100%;
  height: 100%;
  border: solid 3px #FCDEFF;
  border-radius: 50%;
}
@media screen and (min-width: 768px) {
  .flow .flow__step-list__num {
    width: 100px;
    height: 100px;
  }
}
.flow .flow__step-list__num--span {
  display: inline-block;
  font-size: calc(2.2rem + (1vw - 0.77rem) * 2.3346);
}
@media screen and (max-width: 767px) {
  .flow .flow__step-list__num--span {
    font-size: 2.2rem;
  }
}
@media screen and (min-width: 1025px) {
  .flow .flow__step-list__num--span {
    font-size: 2.8rem;
  }
}
.flow .flow__step-list__contents {
  padding: 6%;
  background-color: #fff;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .flow .flow__step-list__contents {
    flex-direction: row;
    padding: 2rem 4%;
  }
}
.flow .flow__step-list__icon-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .flow .flow__step-list__icon-wrap {
    width: 45%;
  }
}
@media screen and (min-width: 768px) {
  .flow .flow__step-list__text {
    width: 55%;
  }
}
.flow .flow__step-list__img-inner {
  text-align: center;
}
.flow .flow__step-list__img {
  width: 65%;
  height: 106px;
  object-fit: cover;
}
@media screen and (min-width: 768px) {
  .flow .flow__step-list__img {
    height: 98px;
  }
}
.flow .flow__step-list__img.step2 {
  transform: translateX(12px);
}
.flow .flow__step-list__head {
  font-size: 2rem;
  color: #BD6295;
  font-weight: 700;
}
.flow .flow__step-list__arrow-inner {
  position: relative;
  z-index: 1;
  text-align: center;
}
.flow .flow__step-list__arrow-img {
  width: 80px;
  height: 80px;
}
.flow .flow__audition-detail {
  position: relative;
  z-index: 20;
  border: 10px solid #FFEAED;
  margin: 5rem 4%;
}
@media screen and (min-width: 768px) {
  .flow .flow__audition-detail {
    margin: 5rem 6%;
  }
}
@media screen and (min-width: 1025px) {
  .flow .flow__audition-detail {
    max-width: 1000px;
    margin: 5rem auto;
  }
}
.flow .flow__audition-detail__list {
  padding: 2rem 6%;
  font-size: calc(1.6rem + (1vw - 0.77rem) * 0.7782);
}
@media screen and (max-width: 767px) {
  .flow .flow__audition-detail__list {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 1025px) {
  .flow .flow__audition-detail__list {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 1025px) {
  .flow .flow__audition-detail__list-item {
    display: flex;
  }
}
.flow .flow__audition-detail__title-inner {
  text-align: center;
}
.flow .flow__audition-detail__title {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: calc(2.2rem + (1vw - 0.77rem) * 2.3346);
  line-height: 1.6;
  text-align: center;
  background-color: #FFEAED;
  display: inline-block;
  padding: 1rem 2rem;
}
@media screen and (max-width: 767px) {
  .flow .flow__audition-detail__title {
    font-size: 2.2rem;
  }
}
@media screen and (min-width: 1025px) {
  .flow .flow__audition-detail__title {
    font-size: 2.8rem;
  }
}
.flow .flow__audition-detail__btn {
  display: flex;
  justify-content: flex-end;
  margin: 0 2rem 2rem 0;
}
.flow .flow__audition-detail__btn-link {
  position: relative;
  text-align: center;
  padding: 0 4rem 0 0;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  background: linear-gradient(90deg, rgb(255, 94, 98) 50%, rgb(255, 153, 102) 100%);
  background-size: 180% auto;
  transition: all 0.4s ease-out;
  height: 40px;
  width: 100%;
  max-width: 230px;
}
.flow .flow__audition-detail__btn-link::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 12px;
  transform: translateY(-50%);
  width: 30px;
  height: 18px;
  background: url(../img/common/icon.svg#icon_arrow-short-usage) no-repeat;
  background-size: contain;
  vertical-align: middle;
  transition: all 0.4s;
}
@media (hover: hover) {
  .flow .flow__audition-detail__btn-link:hover {
    background-position: right center;
  }
  .flow .flow__audition-detail__btn-link:hover::after {
    right: 6px;
  }
}
.flow__back-deco--left {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 20vw;
  max-width: 134px;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .flow__back-deco--left {
    bottom: auto;
    top: 12rem;
  }
}
@media screen and (min-width: 1025px) {
  .flow__back-deco--left {
    left: -8rem;
  }
}
.flow__back-deco--right {
  position: absolute;
  top: 0;
  right: 0;
  width: 20vw;
  max-width: 100px;
  z-index: 20;
}
@media screen and (min-width: 768px) {
  .flow__back-deco--right {
    top: 12rem;
  }
}
@media screen and (min-width: 1025px) {
  .flow__back-deco--right {
    right: 0;
  }
}

/*
 * audition-form　オーディション参加フォーム

 * -------------------------------------------------------------------
 */
.audition-form {
  position: relative;
  background: #D7E3F6;
  /* ------------------------------------------------------------------ */
  /*ここからcontactForm.php部分*/
  /*チェックボックス*/
}
.audition-form__img-title {
  width: calc(100% - 90px);
  position: relative;
  height: 50px;
}
.audition-form__img-title--inner {
  width: clamp(200px, 26.075619296vw, 336px);
  margin-left: 6%;
  transform: rotate(-6deg);
}
.audition-form__img-title--img {
  display: inline-block;
  width: 100%;
}
.audition-form__container {
  padding: 0 6% 5rem;
}
@media screen and (min-width: 1025px) {
  .audition-form__container {
    padding: 0 0 8rem;
  }
}
.audition-form__title {
  text-align: center;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  line-height: 1.6;
  font-size: calc(2.6rem + (1vw - 0.77rem) * 5.4475);
}
@media screen and (max-width: 767px) {
  .audition-form__title {
    font-size: 2.6rem;
  }
}
@media screen and (min-width: 1025px) {
  .audition-form__title {
    font-size: 4rem;
  }
}
.audition-form .audition-form__step {
  position: relative;
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 560px;
  margin: 3rem auto 3rem;
}
@media screen and (min-width: 1025px) {
  .audition-form .audition-form__step {
    margin: 4rem auto 5rem;
  }
}
.audition-form .audition-form__step__list-item-wrap {
  position: relative;
  width: 30.33%;
}
/* .audition-form .audition-form__step__list-item-wrap:not(:first-child)::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 50%;
  left: -50%;
  transform: translateY(-50%);
  width: 100%;
  height: 3px;
  background-color: #95B4E6;
} */
.audition-form .audition-form__step__list-item-wrap.active .audition-form__step__list-item::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  transform: translate3d(-6px, 6px, 0);
  background: linear-gradient(180deg, rgb(116, 235, 213) 0%, rgb(159, 172, 230) 100%);
}
.audition-form .audition-form__step__list-item-wrap.active .audition-form__step__list-item--text {
  background: #0093E9;
  border: 2px solid #E9DCF2;
  color: #fff;
}
.audition-form .audition-form__step__list-item {
  position: relative;
  z-index: 2;
}
.audition-form .audition-form__step__list-item--text {
  position: relative;
  z-index: 1;
  display: flex;
  padding: 1rem;
  height: 70px;
  line-height: 1.6;
  justify-content: center;
  align-items: center;
  background: #D7E3F6;
  border: 3px solid #95B4E6;
  color: #95B4E6;
  font-size: calc(1.8rem + (1vw - 0.77rem) * 0.7782);
}
@media screen and (max-width: 767px) {
  .audition-form .audition-form__step__list-item--text {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 1025px) {
  .audition-form .audition-form__step__list-item--text {
    font-size: 2rem;
  }
}
.audition-form .audition-form__step__list-item--span {
  font-family: "Barlow", sans-serif;
  font-size: 2.4rem;
  margin-right: 0.8rem;
}
@media screen and (min-width: 1025px) {
  .audition-form__inner {
    max-width: 860px;
    margin: 0 auto;
  }
}
.audition-form .container {
  padding: 10% 6%;
  background: #fff;
}
@media screen and (min-width: 768px) {
  .audition-form .container {
    padding: 8% 6%;
  }
}
.audition-form .form-group {
  position: relative;
}
.audition-form .form-group:not(:last-of-type) {
  padding-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .audition-form .form-group {
    display: flex;
    justify-content: flex-start;
    align-items: baseline;
    flex-flow: row wrap;
  }
}
.audition-form .form-group__itemname {
  display: flex;
  align-items: center;
  padding-bottom: 8px;
  font-weight: 500;
  cursor: inherit;
}
@media screen and (min-width: 768px) {
  .audition-form .form-group__itemname {
    width: 35%;
  }
}
.audition-form .form-group__required {
  display: inline-block;
  font-size: 1.4rem;
  margin-left: 0.8rem;
  padding: 0.02rem 0.52rem;
  background: #0093E9;
  color: #fff;
}
.audition-form .form-group span.error-js {
  font-size: 1.6rem;
  color: red;
}
@media screen and (min-width: 768px) {
  .audition-form .form-group span.error-js {
    padding-top: 5px;
    margin-left: auto;
    width: 65%;
  }
}
@media screen and (min-width: 768px) {
  .audition-form .form-group__detail-wrap {
    width: 65%;
  }
}
.audition-form .form-group .form-control {
  border: solid 1px #707070;
  background-color: #F7FAFF;
  padding: 0.8rem 1.6rem;
  width: 100%;
  resize: vertical;
  border-radius: 2px;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .audition-form .form-group .form-control {
    width: 65%;
  }
}
.audition-form .form-group .form-control:focus {
  outline: 0;
  border: solid 2px #95B4E6;
}
.audition-form .form-group .form-control::placeholder {
  color: #BABABA;
}
.audition-form .form-group .form-control.select-wrap {
  padding: 0;
  position: relative;
}
@media screen and (min-width: 768px) {
  .audition-form .form-group .form-control.select-wrap {
    width: 100%;
  }
}
.audition-form .form-group .form-control.select-wrap::before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  background: url("../img/common/icon.svg#icon_arrow03-blue-usage") no-repeat;
  background-size: contain;
  vertical-align: middle;
  background-position: center;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
.audition-form .form-group .form-control .select-box {
  width: 100%;
  padding: 0.8rem 1.6rem;
  appearance: none;
  background-image: none;
  box-shadow: none;
  text-indent: 0.01px;
  text-overflow: ellipsis;
  cursor: pointer;
}
.audition-form .form-group .form-control .select-box:invalid {
  color: #BABABA !important;
}
.audition-form .form-group .form-control .select-box option[selected][disabled] {
  display: none;
}
.audition-form .form-group .form-control .select-box:focus {
  outline: 0;
}
@media screen and (min-width: 768px) {
  .audition-form .form-group .detail-area {
    height: 224px;
  }
}
.audition-form .form-group__form-check-inner {
  font-weight: 400;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .audition-form .form-group__form-check-inner.other {
    flex-direction: column;
  }
}
.audition-form .form-group .form-check {
  display: flex;
  margin-right: 30px;
  padding-bottom: 10px;
  /*ラジオボタン*/
}
@media screen and (min-width: 768px) {
  .audition-form .form-group .form-check {
    width: auto;
  }
}
.audition-form .form-group .form-check .form-check-input {
  display: none;
}
.audition-form .form-group .form-check .form-check-input:checked + label:after {
  opacity: 1;
}
.audition-form .form-group .form-check .form-check-label {
  position: relative;
  padding-left: 30px;
  cursor: pointer;
}
.audition-form .form-group .form-check .form-check-label:before, .audition-form .form-group .form-check .form-check-label:after {
  content: "";
  position: absolute;
  display: block;
}
.audition-form .form-group .form-check .form-check-label:before {
  top: 0;
  left: 0;
  transform: translate(0, 5px);
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 1px solid #707070;
}
.audition-form .form-group .form-check .form-check-label:after {
  top: 10px;
  left: 5px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #0093E9;
  opacity: 0;
  transition: all 0.2s;
}
.audition-form .form-group .countSpanWrapper {
  font-family: "Barlow", sans-serif;
  font-size: 1.4rem;
}
@media screen and (min-width: 768px) {
  .audition-form .form-group .countSpanWrapper {
    position: absolute;
    bottom: 0;
    right: 0;
  }
}
@media screen and (min-width: 768px) {
  .audition-form .checkbox-wrap {
    text-align: center;
  }
}
.audition-form .checkbox-wrap input[type=checkbox] {
  display: none;
}
.audition-form .checkbox-wrap .checkbox-label {
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  padding: 0 0 30px 45px;
  position: relative;
  width: auto;
  margin-top: 3rem;
}
@media screen and (min-width: 768px) {
  .audition-form .checkbox-wrap .checkbox-label {
    padding: 0 0 50px 45px;
  }
}
.audition-form .checkbox-wrap .checkbox-label::before {
  background: #fff;
  border: 2px solid #707070;
  content: "";
  display: block;
  position: absolute;
  width: 28px;
  height: 28px;
  left: 5px;
  top: 0;
  margin-top: 3px;
  border-radius: 2px;
}
.audition-form .checkbox-wrap .checkbox-label::after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 30px;
  height: 30px;
  left: 10px;
  top: 2px;
  margin-top: -3px;
  opacity: 0;
  background: url(../img/common/icon.svg#icon_peke-blue-usage) no-repeat;
  background-size: contain;
  transition: all 0.2s;
}
.audition-form .checkbox-wrap input[type=checkbox]:checked + .checkbox-label::after {
  opacity: 1;
}
.audition-form .checkbox-wrap__link {
  cursor: pointer;
  transition: all 0.4s;
  word-wrap: break-word;
  line-height: 1.6;
  margin-right: 6px;
  display: inline-block;
  color: #2869AD;
  border-bottom: 1px solid #2869AD;
}
.audition-form .checkbox-wrap__link:hover {
  opacity: 0.7;
}
@media screen and (min-width: 768px) {
  .audition-form .checkbox-mul-wrap {
    text-align: center;
  }
}
.audition-form .checkbox-mul-wrap input[type=checkbox] {
  display: none;
}
.audition-form .checkbox-mul-wrap .checkbox-label {
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  padding-left: 30px;
  position: relative;
  width: auto;
}
.audition-form .checkbox-mul-wrap .checkbox-label::before {
  background: #fff;
  border: 1px solid #707070;
  content: "";
  display: block;
  position: absolute;
  width: 24px;
  height: 24px;
  left: 0;
  top: 7px;
  border-radius: 2px;
}
.audition-form .checkbox-mul-wrap .checkbox-label::after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 22px;
  height: 22px;
  left: 2px;
  top: 6px;
  opacity: 0;
  background: url(../img/common/icon.svg#icon_peke-blue-usage) no-repeat;
  background-size: contain;
  transition: all 0.2s;
}
.audition-form .checkbox-mul-wrap input[type=checkbox]:checked + .checkbox-label::after {
  opacity: 1;
}
.audition-form .checkbox-mul-wrap__link {
  line-height: 1.6;
  margin-right: 6px;
}
.audition-form .form-sub-group__text {
  font-size: 1.4rem;
  line-height: 1.6;
  margin: 2rem 0 1.5rem;
}
@media screen and (min-width: 768px) {
  .audition-form .form-sub-group__text {
    margin: 2rem 0 0.5rem;
  }
}
.audition-form .mul-other-text {
  border: solid 1px #707070;
  background-color: #F7FAFF;
  padding: 0.8rem 1.6rem;
  width: 100%;
  resize: vertical;
  border-radius: 2px;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .audition-form .mul-other-text {
    width: 100% !important;
  }
}
.audition-form .privacy-read {
  border: 4px solid #95B4E6;
  padding: 6%;
}
.audition-form .privacy-read h4:nth-of-type(2) {
  padding-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .audition-form .privacy-read {
    margin-top: 3rem;
  }
}
@media screen and (min-width: 1025px) {
  .audition-form .privacy-read {
    padding: 4%;
  }
}
.audition-form .form-btn-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
}
.audition-form .btn-primary {
  position: relative;
  text-align: center;
  height: 80px;
  padding: 0 4rem 0 0;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  background: linear-gradient(90deg, rgb(17, 94, 208) 50%, rgb(116, 235, 213) 100%);
  background-size: 180% auto;
  transition: all 0.4s ease-out;
  cursor: pointer;
  width: 100%;
  max-width: 260px;
}
.audition-form .btn-primary::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 12px;
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  background: url(../img/common/icon.svg#icon_arrow-short-usage) no-repeat;
  background-size: contain;
  vertical-align: middle;
  transition: all 0.4s;
}
@media (hover: hover) {
  .audition-form .btn-primary:hover {
    background-position: right center;
  }
  .audition-form .btn-primary:hover::after {
    right: 6px;
  }
}
.audition-form .btn-primary:disabled {
  background: #BABABA;
}

/* ------------------------------------------------------------------ */
/*
 * audition-form　オーディション参加フォーム 確認画面

 * -------------------------------------------------------------------
 */
.header.form {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  height: clamp(60px, 16vw, 120px);
}
.header.form .header__logo {
  margin: 0;
}

@media screen and (min-width: 1025px) {
  .audition-form.confirm .audition-form__container {
    padding: 2rem 0 8rem;
  }
}
.audition-form.confirm .audition-form__comfirm-text {
  margin: 3rem 0 1rem;
}
@media screen and (min-width: 768px) {
  .audition-form.confirm .audition-form__comfirm-text {
    text-align: center;
  }
}
.audition-form.confirm .audition-form__step {
  margin: 3rem auto 5rem;
}
@media screen and (min-width: 768px) {
  .audition-form.confirm .audition-form__step {
    margin: 7rem auto 7rem;
  }
}

/* ------------------------------------------------------------------ */
/*ここからcontactForm.php部分*/
#confirm-form .form-group:not(:last-of-type) {
  padding-bottom: 2rem;
  border-bottom: 2px solid #D7E3F6;
}
#confirm-form .form-group:not(:first-of-type) {
  padding-top: 2rem;
}
#confirm-form .form-control {
  padding: 0;
  background: #fff;
  border: none;
}

.confirm-btn-wrap {
  margin-top: 4rem;
}
@media screen and (min-width: 1025px) {
  .confirm-btn-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 660px;
    margin: 6rem auto 0;
    flex-direction: row-reverse;
  }
}
.confirm-btn-wrap__btn {
  display: flex;
  justify-content: center;
  width: 100%;
  text-align: center;
}
.confirm-btn-wrap__btn:first-of-type {
  margin-bottom: 30px;
}
@media screen and (min-width: 1025px) {
  .confirm-btn-wrap__btn:first-of-type {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1025px) {
  .confirm-btn-wrap__btn {
    width: calc(50% - 2rem);
  }
}
.confirm-btn-wrap .btn-success {
  position: relative;
  text-align: center;
  height: 80px;
  padding: 0 4rem 0 0;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  background: linear-gradient(90deg, rgb(17, 94, 208) 50%, rgb(116, 235, 213) 100%);
  background-size: 180% auto;
  transition: all 0.4s ease-out;
  width: 100%;
  max-width: 260px;
}
.confirm-btn-wrap .btn-success::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 12px;
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  background: url(../img/common/icon.svg#icon_arrow-short-usage) no-repeat;
  background-size: contain;
  vertical-align: middle;
  transition: all 0.4s;
}
@media (hover: hover) {
  .confirm-btn-wrap .btn-success:hover {
    background-position: right center;
  }
  .confirm-btn-wrap .btn-success:hover::after {
    right: 6px;
  }
}
.confirm-btn-wrap .btn-secondary {
  position: relative;
  text-align: center;
  height: 80px;
  padding: 0 4rem 0 0;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  background: linear-gradient(90deg, rgb(17, 94, 208) 50%, rgb(116, 235, 213) 100%);
  background-size: 180% auto;
  transition: all 0.4s ease-out;
  padding: 0 0 0 4rem;
  width: 100%;
  max-width: 260px;
  background: #95B4E6;
}
.confirm-btn-wrap .btn-secondary::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 12px;
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  background: url(../img/common/icon.svg#icon_arrow-short-usage) no-repeat;
  background-size: contain;
  vertical-align: middle;
  transition: all 0.4s;
}
@media (hover: hover) {
  .confirm-btn-wrap .btn-secondary:hover {
    background-position: right center;
  }
  .confirm-btn-wrap .btn-secondary:hover::after {
    right: 6px;
  }
}
.confirm-btn-wrap .btn-secondary::after {
  left: 20px;
  transform: translateY(-50%) scale(-1, 1);
}
.confirm-btn-wrap .btn-secondary:hover::after {
  left: 10px;
}

/* ------------------------------------------------------------------ */
/*
 * audition-form　オーディション参加フォーム 送信完了画面

 * -------------------------------------------------------------------
 */
@media screen and (min-width: 768px) {
  .audition-form.confirm .mailform-complete__text {
    text-align: center;
  }
}

@media screen and (min-width: 1025px) {
  .complete-btn-wrap {
    max-width: 660px;
    margin: 0 auto;
  }
}
.complete-btn-wrap__btn {
  display: flex;
  justify-content: center;
  text-align: center;
}

.btn-complete {
  position: relative;
  text-align: center;
  height: 80px;
  padding: 0 4rem 0 0;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  background: linear-gradient(90deg, rgb(17, 94, 208) 50%, rgb(116, 235, 213) 100%);
  background-size: 180% auto;
  transition: all 0.4s ease-out;
  padding: 0 0 0 4rem;
  width: 100%;
  max-width: 260px;
}
.btn-complete::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 12px;
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  background: url(../img/common/icon.svg#icon_arrow-short-usage) no-repeat;
  background-size: contain;
  vertical-align: middle;
  transition: all 0.4s;
}
@media (hover: hover) {
  .btn-complete:hover {
    background-position: right center;
  }
  .btn-complete:hover::after {
    right: 6px;
  }
}
.btn-complete::after {
  left: 20px;
  transform: translateY(-50%) scale(-1, 1);
}
.btn-complete:hover::after {
  left: 10px;
}

/*
 * Module
 * -------------------------------------------------------------------
 */
/*
 * プラグイン・プラグインの上書き
 * -------------------------------------------------------------------
 */
/*
 * 各ページ
 * -------------------------------------------------------------------
 */

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