@charset "UTF-8";
/* @import must be at top of file, otherwise CSS will not work */
/* =========================================================

Foundation

========================================================= */
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
* 1. Set default font family to sans-serif.
* 2. Prevent iOS text size adjust after orientation change, without disabling
*    user zoom.
*/
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
* Remove default margin.
*/
body {
  margin: 0;
  position: relative;
}

/* HTML5 display definitions
========================================================================== */
/**
* Correct `block` display not defined for any HTML5 element in IE 8/9.
* Correct `block` display not defined for `details` or `summary` in IE 10/11
* and Firefox.
* Correct `block` display not defined for `main` in IE 11.
*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
* 1. Correct `inline-block` display not defined in IE 8/9.
* 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
*/
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
* Prevent modern browsers from displaying `audio` without controls.
* Remove excess height in iOS 5 devices.
*/
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
* Address `[hidden]` styling not present in IE 8/9/10.
* Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
*/
[hidden],
template {
  display: none;
}

/* Links
========================================================================== */
/**
* Remove the gray background color from active links in IE 10.
*/
a {
  background-color: transparent;
}

/**
* Improve readability when focused and also mouse hovered in all browsers.
*/
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
========================================================================== */
/**
* Address styling not present in IE 8/9/10/11, Safari, and Chrome.
*/
abbr[title] {
  border-bottom: 1px dotted;
}

/**
* Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
*/
b,
strong {
  font-weight: bold;
}

/**
* Address styling not present in Safari and Chrome.
*/
dfn {
  font-style: italic;
}

/**
* Address variable `h1` font-size and margin within `section` and `article`
* contexts in Firefox 4+, Safari, and Chrome.
*/
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
* Address styling not present in IE 8/9.
*/
mark {
  background: #ff0;
  color: #000;
}

/**
* Address inconsistent and variable font size in all browsers.
*/
small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
========================================================================== */
/**
* Remove border when inside `a` element in IE 8/9/10.
*/
img {
  border: 0;
}

/**
* Correct overflow not hidden in IE 9/10/11.
*/
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
========================================================================== */
/**
* Address margin not present in IE 8/9 and Safari.
*/
figure {
  margin: 0;
}

/**
* Address differences between Firefox and other browsers.
*/
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
}

/**
* Contain overflow in all browsers.
*/
pre {
  overflow: auto;
}

/**
* Address odd `em`-unit font size rendering in all browsers.
*/
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
========================================================================== */
/**
* Known limitation: by default, Chrome and Safari on OS X allow very limited
* styling of `select`, unless a `border` property is set.
*/
/**
* 1. Correct color not being inherited.
*    Known issue: affects color of disabled elements.
* 2. Correct font properties not being inherited.
* 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
*/
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
* Address `overflow` set to `hidden` in IE 8/9/10/11.
*/
button {
  overflow: visible;
}

/**
* Address inconsistent `text-transform` inheritance for `button` and `select`.
* All other form control elements do not inherit `text-transform` values.
* Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
* Correct `select` style inheritance in Firefox.
*/
button,
select {
  text-transform: none;
}

/**
* 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
*    and `video` controls.
* 2. Correct inability to style clickable `input` types in iOS.
* 3. Improve usability and consistency of cursor style between image-type
*    `input` and others.
*/
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
* Re-set default cursor for disabled elements.
*/
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
* Remove inner padding and border in Firefox 4+.
*/
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
* Address Firefox 4+ setting `line-height` on `input` using `!important` in
* the UA stylesheet.
*/
input {
  line-height: normal;
}

/**
* It's recommended that you don't attempt to style these elements.
* Firefox's implementation doesn't respect box-sizing, padding, or width.
*
* 1. Address box sizing set to `content-box` in IE 8/9/10.
* 2. Remove excess padding in IE 8/9/10.
*/
input[type=checkbox],
input[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
* Fix the cursor style for Chrome's increment/decrement buttons. For certain
* `font-size` values of the `input`, it causes the cursor style of the
* decrement button to change from `default` to `text`.
*/
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
* 1. Address `appearance` set to `searchfield` in Safari and Chrome.
* 2. Address `box-sizing` set to `border-box` in Safari and Chrome
*    (include `-moz` to future-proof).
*/
input[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/**
* Remove inner padding and search cancel button in Safari and Chrome on OS X.
* Safari (but not Chrome) clips the cancel button when the search input has
* padding (and `textfield` appearance).
*/
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
* Define consistent border, margin, and padding.
*/
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
* 1. Correct `color` not being inherited in IE 8/9/10/11.
* 2. Remove padding so people aren't caught out if they zero out fieldsets.
*/
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
* Remove default vertical scrollbar in IE 8/9/10/11.
*/
textarea {
  overflow: auto;
}

/**
* Don't inherit the `font-weight` (applied by a rule above).
* NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
*/
optgroup {
  font-weight: bold;
}

/* Tables
========================================================================== */
/**
* Remove most spacing between table cells.
*/
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/******************************************************************************
* FONT
*******************************************************************************/
* {
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -moz-box-sizing: border-box;
}

footer,
header,
section {
  display: block;
}

dd,
dt,
li,
p,
pre,
td,
th {
  line-break: strict;
  word-break: break-strict;
}

dd,
div,
dl,
dt,
li,
ol,
p,
ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

input[type=text],
textarea {
  -webkit-appearance: none;
  border-radius: 0;
}

button:focus,
input:focus,
select:focus,
textarea:focus {
  outline: 0;
}

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #FFF inset;
          box-shadow: 0 0 0px 1000px #FFF inset;
}

figure {
  margin: 0px;
}

/******************************************************************************

* BASIC

*******************************************************************************/
html {
  font-size: 62.5%;
}

body {
  /*height: 100%;*/
  color: #000000;
  font-size: 1rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  position: relative;
  font-weight: 400;
  background: #F7DCDF;
  scroll-behavior: auto;
}
.is-modal-open body {
  background: rgba(255, 221, 219, 0.95);
}

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

a {
  color: #fff;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
a:hover {
  color: #fff;
  text-decoration: none;
}
a:focus {
  text-decoration: none;
}

a,
a:focus,
a:active,
a:hover,
a:visited,
:focus,
:active,
:hover,
:visited {
  outline: none !important;
  text-decoration: none;
}

/* =========================================================

Layout

========================================================= */
/*@import "layout/parallax";*/
/* =========================================================

Object

========================================================= */
/* ---------------------------------------------------------

Component

--------------------------------------------------------- */
/* ---------------------------------------------------------

Project

--------------------------------------------------------- */
html.is-modal-open,
body.is-modal-open {
  overflow: hidden;
  -ms-touch-action: none;
      touch-action: none;
}

.img-responsive {
  display: inline-block;
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

.sp-inline {
  display: none !important;
}
@media (max-width: 767px) {
  .sp-inline {
    display: inline !important;
  }
}

.pc-inline {
  display: block !important;
}
@media (max-width: 767px) {
  .pc-inline {
    display: none !important;
  }
}

.sp-block {
  display: none !important;
}
@media (max-width: 767px) {
  .sp-block {
    display: block !important;
  }
}

.pc-block {
  display: block !important;
}
@media (max-width: 767px) {
  .pc-block {
    display: none !important;
  }
}

#header {
  position: fixed;
  width: 100%;
  height: 65px;
  z-index: 111111;
  opacity: 0;
  -webkit-transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1s;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1s;
  -webkit-transition-delay: 2.5s;
          transition-delay: 2.5s;
}
@media (max-width: 767px) {
  #header {
    -webkit-transition-delay: 0s;
            transition-delay: 0s;
  }
}
.is-page-loaded #header {
  opacity: 1;
}
#header svg {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 182px;
}
@media (max-width: 767px) {
  #header svg {
    width: 145px;
    opacity: 0;
  }
}
#header svg path {
  -webkit-transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1.5s;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1.5s;
  fill: #fff;
}

.is-modal-open .wapper {
  opacity: 0;
  -webkit-transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1s;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1s;
}

.marquee-left {
  position: fixed;
  width: 40px;
  background: #ffbbbc;
  left: 0;
  top: 0;
  z-index: 111;
  height: 100vh;
}
@media (max-width: 767px) {
  .marquee-left {
    display: none !important;
  }
}

.marquee-right {
  position: fixed;
  width: 40px;
  background: #ffbbbc;
  right: 0;
  top: 0;
  z-index: 111;
  height: 100vh;
}
@media (max-width: 767px) {
  .marquee-right {
    display: none !important;
  }
}

.marquee-left .loop-wrap {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.marquee-left .loop-wrap .content {
  margin: 12px 0;
}

.marquee-left .loop-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  /* ▼縦並び */
  -webkit-animation: marquee-up 40s linear infinite;
          animation: marquee-up 40s linear infinite;
}

@-webkit-keyframes marquee-up {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}

@keyframes marquee-up {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}
.marquee-right .loop-wrap {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.marquee-right .loop-wrap .content {
  margin: 12px 0;
}

.marquee-right .loop-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  /* ▼縦並び */
  -webkit-animation: marquee-down 40s linear infinite;
          animation: marquee-down 40s linear infinite;
}

@-webkit-keyframes marquee-down {
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}

@keyframes marquee-down {
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}
.u-hover-text span {
  position: relative;
  display: table;
  -webkit-transition: -webkit-transform 0.45s cubic-bezier(0.25, 1, 0.35, 1);
  transition: -webkit-transform 0.45s cubic-bezier(0.25, 1, 0.35, 1);
  transition: transform 0.45s cubic-bezier(0.25, 1, 0.35, 1);
  transition: transform 0.45s cubic-bezier(0.25, 1, 0.35, 1), -webkit-transform 0.45s cubic-bezier(0.25, 1, 0.35, 1);
}

.u-hover-text span:before {
  content: attr(data-text);
  position: absolute;
  left: 0;
  top: 100%;
  /* 下に配置 */
  width: 100%;
}

.u-hover-text:hover span {
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}

main {
  position: relative;
}

.kv {
  width: 100%;
  position: relative;
}

.kv__body {
  width: 100%;
  position: relative;
}
.kv__bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100lvh;
}
.kv__bg img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100vw;
  height: 100lvh;
}

.kv__inner {
  width: 100%;
  height: 100dvh;
  position: relative;
  overflow: hidden;
  top: 0;
  left: 0;
  -webkit-mask-image: url(../img/blur.webp);
          mask-image: url(../img/blur.webp);
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 0 auto;
  mask-size: 0 auto;
}
@media (max-width: 767px) {
  .kv__inner {
    width: calc(100% - 0px);
    left: 0;
  }
}
.is-page-loaded .kv__inner {
  -webkit-mask-size: 300% auto;
          mask-size: 300% auto;
  -webkit-transition: 5s ease 0s;
  transition: 5s ease 0s;
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}
@media (max-width: 767px) {
  .is-page-loaded .kv__inner {
    -webkit-mask-size: 500% auto;
            mask-size: 500% auto;
    z-index: 11111;
    position: relative;
  }
}

.kv__img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 767px) {
  .kv__img {
    display: block;
  }
}

.kv__img-item {
  width: 50%;
  height: 100%;
  overflow: hidden;
}
@media (max-width: 767px) {
  .kv__img-item {
    width: 100%;
    height: 50svh;
  }
}
.kv__img-item img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100vw;
  height: 100vh;
  -webkit-transform: scale(1.15);
          transform: scale(1.15);
  -webkit-transition: cubic-bezier(0.215, 0.61, 0.355, 1) 3s;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 3s;
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}
@media (max-width: 767px) {
  .kv__img-item img {
    height: 50.5svh;
  }
}
.is-page-loaded .kv__img-item img {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.kv__ttl {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1111;
  opacity: 0;
  -webkit-transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1.2s;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1.2s;
  -webkit-transition-delay: 2s;
          transition-delay: 2s;
}
@media (max-width: 767px) {
  .kv__ttl {
    width: 100%;
    text-align: center;
    margin-top: -2rem;
  }
}
.kv__ttl img {
  width: 29.1005291vw;
}
@media (max-width: 767px) {
  .kv__ttl img {
    width: 81.025641vw;
  }
}
.is-page-loaded .kv__ttl {
  opacity: 1;
}

.intro {
  padding: 19rem;
}
@media (max-width: 767px) {
  .intro {
    padding: 9.6rem 0 0;
  }
}

.intro__inner {
  width: 50.1322751vw;
  margin: 0 auto;
  position: relative;
}
@media (max-width: 767px) {
  .intro__inner {
    width: 85.641256vw;
  }
}

.intro__bg {
  width: 50.1322751vw;
  height: 41.1375661vw;
  position: relative;
}
@media (max-width: 767px) {
  .intro__bg {
    width: 85.641256vw;
    height: 135.128205vw;
  }
}
.intro__bg img {
  -o-object-fit: cover;
     object-fit: cover;
}

.intro__textarea {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
}

.intro__ttl {
  margin: 0 auto 3.2rem;
  display: table;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .intro__ttl {
    margin: 0 auto 2.4rem;
  }
}
.intro__ttl img {
  width: 13.75666138vw;
}
@media (max-width: 767px) {
  .intro__ttl img {
    width: 53.333333vw;
  }
}

.intro__ribbon {
  margin: 0 auto 3.2rem;
  display: table;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .intro__ribbon {
    margin: 0 auto 2.4rem;
  }
}
.intro__ribbon img {
  width: 13.492635vw;
}
@media (max-width: 767px) {
  .intro__ribbon img {
    width: 26.15384623vw;
  }
}

.intro__lead {
  text-align: center;
  font-size: min(1.066667vw, 16px);
  letter-spacing: 0.64px;
  line-height: 2;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .intro__lead {
    font-size: min(3vw, 12px);
  }
}

.movie {
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .movie {
    padding-top: 9.6rem;
  }
}

.movie__inner {
  width: 63.6243386vw;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .movie__inner {
    width: 85.6410256vw;
  }
}

.movie__heading {
  position: relative;
  z-index: 1;
  text-align: center;
}
.movie__heading svg {
  width: 28.5980149vw;
  height: 4.23280423vw;
}
@media (max-width: 767px) {
  .movie__heading svg {
    width: 58.974359vw;
    height: 8.20512821vw;
  }
}

.movie__lead {
  font-size: min(1.066667vw, 16px);
  line-height: 2;
  text-align: center;
  margin-top: 3.2rem;
}
@media (max-width: 767px) {
  .movie__lead {
    font-size: min(3vw, 12px);
  }
}

.movie__img {
  overflow: hidden;
  margin-top: 6.2rem;
  position: relative;
  cursor: pointer;
  border-radius: 32px;
}
@media (max-width: 767px) {
  .movie__img {
    margin-top: 3.2rem;
  }
}
.movie__img img {
  border-radius: 32px;
  -webkit-transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1.2s;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1.2s;
}
.movie__img:hover img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.movie__img:hover .u-hover-text span {
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}

.movie__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 8px 8px 8px 16px;
  background: #f7a6a7;
  border-radius: 30px;
  width: 139px;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  position: absolute;
  left: 3.2rem;
  bottom: 3.2rem;
}
@media (max-width: 767px) {
  .movie__btn {
    padding: 6px 6px 6px 12px;
    font-size: 10px;
    left: 0.8rem;
    bottom: 0.8rem;
  }
}
.movie__btn svg {
  margin-left: auto;
}

.movie__btn-inner {
  overflow: hidden;
}

.modal-youtube {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.modal-youtube.is-active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.modal-youtube__content {
  position: relative;
  z-index: 1;
  width: 1160px;
  height: 652px;
  background: transparent;
  /* 黒が出るならここを変更（#fffとか） */
}
@media (max-width: 1300px) {
  .modal-youtube__content {
    width: 955px;
    height: 537px;
  }
}
@media (max-height: 780px) {
  .modal-youtube__content {
    width: 670px;
    height: 377px;
  }
}
@media (max-width: 1023px) {
  .modal-youtube__content {
    width: 670px;
    height: 377px;
  }
}
@media (max-width: 767px) {
  .modal-youtube__content {
    width: 350px;
    height: 197px;
  }
}

.modal-youtube__frame {
  width: 100%;
  height: 100%;
}

.modal-youtube__frame iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.modal-youtube__close {
  position: absolute;
  top: -48px;
  right: -48px;
  background: none;
  border: none;
  color: #fff;
  font-size: 24px;
  z-index: 222;
  cursor: pointer;
}
@media (max-width: 767px) {
  .modal-youtube__close {
    top: -40px;
    right: 8px;
  }
  .modal-youtube__close svg {
    width: 44px;
    height: 44px;
  }
}

.index {
  position: relative;
  z-index: 1;
  padding-top: 12.8rem;
  overflow: hidden;
}
@media (max-width: 767px) {
  .index {
    padding-top: 9.6rem;
  }
}

.index__heading {
  display: table;
  margin: 0 auto 3.6rem;
}
@media (max-width: 767px) {
  .index__heading {
    margin: 0 auto 2.8rem;
  }
}
.index__heading svg {
  width: 22.28835979vw;
  height: 2.11640212vw;
}
@media (max-width: 767px) {
  .index__heading svg {
    width: 59.48717949vw;
    height: 5.64102564vw;
  }
}

.index__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 28px;
}
@media (max-width: 767px) {
  .index__list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    display: block;
    padding: 0 7.17948718vw;
  }
}

.index__item {
  background: rgba(255, 255, 255, 0.5);
  border-radius: 8px;
  padding: 12px;
  width: 196px;
  height: 72px;
  border: 1px solid #F2687C;
  cursor: pointer;
  position: relative;
}
@media (max-width: 767px) {
  .index__item {
    width: 100%;
    height: auto;
    margin-bottom: 12px;
  }
  .index__item:last-child {
    margin-bottom: 0;
  }
}
.index__item a {
  display: table;
  font-family: "Zen Kaku Gothic New";
  border-radius: 8px;
  height: auto;
}
.index__item.c-button a {
  width: 100%;
  height: auto;
  position: static;
}
.index__item.c-button a svg {
  width: 20px;
  height: 14px;
}
@media (max-width: 767px) {
  .index__item.c-button a svg {
    width: 19px;
    height: 12px;
  }
}
.index__item .c-button__icon {
  position: absolute;
  background: none;
  border: none;
  right: 6px;
  bottom: 14px;
  height: 14px;
  width: 20px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
@media (max-width: 767px) {
  .index__item .c-button__icon {
    width: 19px;
    height: 12px;
  }
}

.index__btn {
  color: #f2687c;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  cursor: pointer;
}
.index__btn svg {
  margin-left: auto;
}

.index__btn-inner {
  overflow: hidden;
}

.section {
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.section--01 {
  padding-top: 9.6rem;
}
@media (max-width: 767px) {
  .section--01 {
    padding-top: 4.8rem;
  }
}
.section--02 {
  padding-top: 19.6rem;
}
@media (max-width: 767px) {
  .section--02 {
    padding-top: 9.6rem;
  }
}
.section--04 {
  padding-top: 19.6rem;
}
@media (max-width: 767px) {
  .section--04 {
    padding-top: 9.6rem;
  }
}
.section--05 {
  padding-top: 19.6rem;
}
@media (max-width: 767px) {
  .section--05 {
    padding-top: 9.6rem;
  }
}

.section-lead {
  font-size: min(0.9333333vw, 14px);
  line-height: 2.5;
  margin-top: 4.8rem;
}
@media (max-width: 767px) {
  .section-lead {
    font-size: min(3vw, 12px);
    margin-top: 2.4rem;
  }
}
.suit .section-lead {
  text-align: center;
  margin-bottom: 9.6rem;
}
@media (max-width: 767px) {
  .suit .section-lead {
    margin-bottom: 4.8rem;
  }
}

.suit {
  position: relative;
}
.suit:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 85.7142857vw;
  height: 31.0185185vw;
  background-image: url(../img/suitstyles_bg_01.webp);
  background-size: 85.7142857vw;
  background-position: center top;
  background-repeat: no-repeat;
  z-index: -1;
}
@media (max-width: 767px) {
  .suit:before {
    background-size: 89.7435897vw;
    width: 89.7435897vw;
  }
}

.suit-navy {
  position: relative;
  padding-bottom: 12.8rem;
}
@media (max-width: 767px) {
  .suit-navy {
    padding-bottom: 6.4rem;
  }
}
.suit-navy:after {
  width: 77.2486772vw;
  height: 1px;
  background: #f7a6a7;
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.suit-black {
  position: relative;
  padding: 12.8rem 0 5rem;
}
@media (max-width: 767px) {
  .suit-black {
    padding: 6.4rem 0 5rem;
  }
}

.suit__inner {
  padding: 9.6rem 0 0;
  margin: 0 auto;
  position: relative;
}
.suit__inner:before {
  content: "";
  position: absolute;
  top: 31.0185185vw;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 85.7142857vw;
  height: calc(100% - 31.0185185vw);
  background-image: url(../img/suitstyles_bg_02.webp);
  background-size: cover;
  background-position: center center;
  z-index: -1;
}
@media (max-width: 767px) {
  .suit__inner:before {
    background-size: 89.7435897vw;
    width: 89.7435897vw;
  }
}

.suit-bg {
  width: 85.7142857vw;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .suit-bg {
    width: 89.7435897vw;
  }
}

.suit__heading {
  display: table;
  margin: 0 auto;
  position: relative;
  padding-bottom: 2rem;
}
@media (max-width: 767px) {
  .suit__heading {
    padding-bottom: 1rem;
  }
}
.skirt__main .suit__heading {
  margin: 0 0 6.4rem;
}
@media (max-width: 767px) {
  .skirt__main .suit__heading {
    margin: 0 auto 2.4rem;
  }
}
.shirt .suit__heading {
  margin: 0 0 4.8rem;
}
@media (max-width: 767px) {
  .shirt .suit__heading {
    margin: 0 0 2.4rem;
  }
}
.suit__heading:after {
  content: "";
  width: 0;
  height: 2px;
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  background: #f7a6a7;
  -webkit-transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1.2s;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1.2s;
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
.suit__heading.is-onscreen:after {
  width: 100%;
}
.suit__heading svg {
  width: 18.452381vw;
  height: 3.17460317vw;
}
@media (max-width: 767px) {
  .suit__heading svg {
    width: 35.6410256vw;
    height: 6.15384615vw;
  }
}
.suit-black .suit__heading svg {
  width: 20.8994709vw;
}
@media (max-width: 767px) {
  .suit-black .suit__heading svg {
    width: 40.5128205vw;
  }
}
.skirt__main .suit__heading svg {
  width: 26.4550265vw;
  height: 4.1005291vw;
}
@media (max-width: 767px) {
  .skirt__main .suit__heading svg {
    width: 51.2820513vw;
    height: 7.94871795vw;
  }
}
.shirt .suit__heading svg {
  width: 10.1190476vw;
}
@media (max-width: 767px) {
  .shirt .suit__heading svg {
    width: 19.7435897vw;
  }
}

.suit-splide {
  position: relative;
  z-index: 1;
}

.c-splide-wrapper {
  position: relative;
  padding-top: 64px;
  margin-top: 32px;
  padding-left: 18.1878307vw;
  width: calc(100% + 12.962963vw);
}
@media (max-width: 767px) {
  .c-splide-wrapper {
    padding-left: 11.2820513vw;
    margin-top: 0px;
    width: calc(100% + 69.7435897vw);
  }
}

.splide-icon {
  position: absolute;
  top: 0;
  left: calc(18.1878307vw - 103px);
  z-index: 12;
  -webkit-transform: translateY(100px);
          transform: translateY(100px);
  -webkit-transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1.2s;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1.2s;
}
@media (max-width: 767px) {
  .splide-icon {
    left: calc(11.2820513vw - 16px);
    top: 32px;
  }
}
.splide-icon svg .svg-elem-1 {
  stroke-dashoffset: 356.8658752441px;
  stroke-dasharray: 356.8658752441px;
  -webkit-transition: stroke-dashoffset 1.5s cubic-bezier(0.47, 0, 0.745, 0.715) 0s;
  transition: stroke-dashoffset 1.5s cubic-bezier(0.47, 0, 0.745, 0.715) 0s;
}
.splide-icon.is-onscreen {
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}
.splide-icon.is-onscreen svg .svg-elem-1 {
  stroke-dashoffset: 0;
}
.splide-icon.is-onscreen .splide-circle {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

.splide-icon__text {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
  font-size: 18px;
  line-height: 1.25;
  color: #f7a6a7;
  width: 100%;
}
@media (max-width: 767px) {
  .splide-icon__text {
    font-size: 3vw;
  }
}

.splide-circle {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1.2s;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1.2s;
}
@media (max-width: 767px) {
  .splide-circle svg {
    width: 20vw;
    height: 20vw;
  }
}

.c-splide-arrows {
  position: absolute;
  right: calc(11.3756614vw + 12.962963vw);
  top: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
}
@media (max-width: 767px) {
  .c-splide-arrows {
    position: relative;
    right: inherit;
    top: inherit;
    margin-top: 1.6rem;
  }
}

.splide__slide {
  background: #fff;
}

.splide__num {
  width: 30px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .splide__num {
    width: 20px;
  }
}

.splide__item {
  padding: 12px 12px 16px;
}

.splide__slide {
  border-radius: 16px;
}

.splide__img {
  width: 100%;
  border-radius: 8px;
  margin-bottom: 12px;
  overflow: hidden;
}

.splide__ttl {
  font-size: min(0.9333333vw, 14px);
  line-height: 1.5;
  text-align: center;
  margin: 6px 12px 12px;
}
@media (max-width: 767px) {
  .splide__ttl {
    font-size: min(3vw, 12px);
  }
}

.splide__caption {
  font-size: min(0.8vw, 12px);
  line-height: 1.75;
}
@media (max-width: 767px) {
  .splide__caption {
    font-size: min(3vw, 12px);
  }
}

.section-heading path {
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  transform-box: fill-box;
  -webkit-clip-path: polygon(0% 0%, 0% 0%, 0% 0%, 0% 0%);
          clip-path: polygon(0% 0%, 0% 0%, 0% 0%, 0% 0%);
  -webkit-transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1.2s;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1.2s;
}
.section-heading.is-onscreen path {
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 150%, 0% 150%);
          clip-path: polygon(0% 0%, 100% 0%, 100% 150%, 0% 150%);
}

.suit-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 6.4rem;
}
@media (max-width: 767px) {
  .suit-row {
    display: block;
    margin-left: 0;
  }
}
.suit-box-02 .suit-row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  margin: 0 auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.suit-black .suit-box-02 .suit-row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.suit-black .suit-row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  margin-right: 6.4rem;
  margin-left: inherit;
}
@media (max-width: 767px) {
  .suit-black .suit-row {
    margin-right: 0;
  }
}

.suit-img {
  width: 43.6507937vw;
  overflow: hidden;
}
@media (max-width: 767px) {
  .suit-img {
    width: 85.6410256vw;
    margin-left: 1.2rem;
    position: relative;
    z-index: 11;
    margin-bottom: 2.4rem;
  }
  .suit-black .suit-img {
    margin-left: auto;
    margin-right: 1.2rem;
  }
}
.suit-box-02 .suit-img {
  width: 29.6957672vw;
}
@media (max-width: 767px) {
  .suit-box-02 .suit-img {
    width: 57.9487179vw;
    margin: 0 auto;
  }
}
.suit-img img {
  overflow: hidden;
  border-radius: 1.6rem;
}
@media (max-width: 767px) {
  .suit-img img {
    border-radius: 1.2rem;
  }
}

@media (max-width: 767px) {
  .suit-box-02 {
    margin-top: 3.2rem;
  }
}

.suit-textarea {
  margin-top: 6.4rem;
  width: 40.7407407vw;
  padding: 4.23280423vw 4.23280423vw 12.8rem;
  height: 100%;
  position: relative;
  background-size: cover;
  background-position: center center;
  border-top-right-radius: 24px;
  border-bottom-right-radius: 24px;
}
@media (max-width: 767px) {
  .suit-textarea {
    width: 85.6410256vw;
    border-radius: 12px;
    padding: calc(88.4615385vw + 6.3rem) 4.1025641vw 3.2rem;
    margin: calc(-88.4615385vw - 6.3rem) auto 0;
  }
  .suit-box .suit-textarea {
    background-image: url(../img/suit_bg_01_sp.webp) !important;
  }
  .suit-box-02 .suit-textarea {
    background-image: url(../img/suit_bg_02_sp.webp) !important;
  }
}
.suit-black .suit-box .suit-textarea {
  border-top-left-radius: 24px;
  border-bottom-left-radius: 24px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
@media (max-width: 767px) {
  .suit-black .suit-box .suit-textarea {
    border-radius: 12px;
    margin: calc(-88.4615385vw - 6.3rem) auto 0;
  }
}
.suit-box-02 .suit-textarea {
  width: 33.9285714vw;
  padding: 6.4rem 4.23280423vw;
  border-top-left-radius: 24px;
  border-bottom-left-radius: 24px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.suit-black .suit-box-02 .suit-textarea {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0;
  border-top-right-radius: 24px;
  border-bottom-right-radius: 24px;
}
@media (max-width: 767px) {
  .suit-black .suit-box-02 .suit-textarea {
    border-radius: 12px;
  }
}
@media (max-width: 767px) {
  .suit-box-02 .suit-textarea {
    width: 85.6410256vw;
    border-radius: 12px;
    padding: calc(76.9230769vw + 0rem) 4.1025641vw 3.2rem;
    margin: -70.7692308vw auto 0;
  }
  .suit-box .suit-box-02 .suit-textarea {
    background-image: url(../img/suit_bg_01_sp.webp) !important;
  }
}

.skirt__main {
  width: 81.4814815vw;
  margin: 0 auto 7.8rem;
}
@media (max-width: 767px) {
  .skirt__main {
    width: 85.6410256vw;
    margin: 0 auto 6.4rem;
  }
}

.skirt__main-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.skirt__new {
  margin-bottom: 2.8rem;
  -webkit-animation: downup 3s infinite;
          animation: downup 3s infinite;
}
@media (max-width: 767px) {
  .skirt__new {
    width: 30px;
    margin: 0 auto 1.6rem;
  }
}

.skirt__main-textarea {
  width: 36.5079365vw;
  margin-top: 4.3rem;
}
@media (max-width: 767px) {
  .skirt__main-textarea {
    width: 100%;
    margin-top: 0rem;
  }
}

.skirt-main__img {
  width: 40.7407407vw;
  margin-left: auto;
}
.skirt-main__img img {
  border-radius: 16px;
}
@media (max-width: 767px) {
  .skirt-main__img {
    width: 100%;
    margin-bottom: 2.4rem;
  }
  .skirt-main__img img {
    border-radius: 12px;
  }
}

.shirt {
  padding-top: 14.8rem;
  position: relative;
}
@media (max-width: 767px) {
  .shirt {
    padding-top: 9.6rem;
  }
}

.shirt__inner {
  width: 77.2486772vw;
  margin: 0 auto 7.8rem;
}
@media (max-width: 767px) {
  .shirt__inner {
    width: 85.6410256vw;
    margin: 0 auto;
  }
}

.shirt-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 767px) {
  .shirt-row {
    display: block;
  }
}

.shirt-textarea {
  position: relative;
  z-index: 2;
  width: 22.9497354vw;
}
.shirt-textarea .lead {
  white-space: nowrap;
  line-height: 2.5;
}
@media (max-width: 767px) {
  .shirt-textarea .lead {
    white-space: wrap;
  }
}
@media (max-width: 767px) {
  .shirt-textarea {
    width: 100%;
  }
}

.shirt-img {
  width: 50.0661376vw;
  overflow: hidden;
  margin-left: auto;
}
@media (max-width: 767px) {
  .shirt-img {
    width: 100%;
    position: relative;
    overflow: visible;
  }
}
.shirt-img img {
  border-radius: 16px;
}
.shirt-img .shirt-img__sub-lead {
  font-size: min(0.8vw, 12px);
  line-height: 1.75;
  padding: 0 1.3vw;
}
@media (max-width: 767px) {
  .shirt-img .shirt-img__sub-lead {
    font-size: min(3vw, 12px);
  }
}
.shirt-img .price {
  font-size: min(0.6677777vw, 10px);
  margin-top: 1.8rem;
  padding: 0 1.3vw;
}

@media (max-width: 767px) {
  .shirt-img__sub-lead {
    font-size: min(3vw, 12px);
    line-height: 1.75;
    padding-right: 29.4871795vw;
  }
}

.shirt-splide__ttl {
  display: table;
  margin: 9.6rem auto 1.2rem;
}
@media (max-width: 767px) {
  .shirt-splide__ttl {
    margin: 6.4rem auto 1.2rem;
  }
  .shirt-splide__ttl img {
    width: 184px;
  }
}

@media (max-width: 767px) {
  .shirt-img__main {
    margin: 2.3rem 0 1.6rem;
  }
}

.shirt-img__sub {
  width: 17.7910053vw;
  position: absolute;
  top: 84px;
  right: 40px;
  opacity: 0;
  -webkit-transform: translateX(100px);
          transform: translateX(100px);
  -webkit-transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1.2s;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1.2s;
}
@media (max-width: 767px) {
  .shirt-img__sub {
    width: 32.5641026vw;
    right: -28px;
    top: 24px;
  }
}
.shirt-img__sub.is-onscreen {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.shirt-img__sub img {
  margin-bottom: 2.4rem;
  border-radius: 0;
}

.shirt-tiktok {
  background: #f7a6a7;
  border-radius: 16px;
  padding: 8px 24px 8px 8px;
  margin-top: 12px;
}

.shirt-tiktok__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.shirt-tiktok__img {
  width: 60px;
  border-radius: 8px;
  overflow: hidden;
}

.shirt-tiktok__ttl {
  font-size: min(1.2vw, 18px);
  line-height: 1.75;
  color: #fff;
  margin-left: 2.4rem;
  font-weight: 500;
}
@media (max-width: 767px) {
  .shirt-tiktok__ttl {
    font-size: min(3.5vw, 14px);
  }
}

.c-step-card {
  padding: 8px 8px 12px;
  border-radius: 16px;
  background: #fff;
}

.c-step-card__img {
  overflow: hidden;
}
.c-step-card__img img {
  border-radius: 8px;
}

.shirt-tiktok__icon {
  margin-left: auto;
}

.c-step-card__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  margin-top: 12px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.c-step-card__desc {
  font-size: min(0.8vw, 12px);
  line-height: 1.75;
  width: calc(100% - 30px);
}
@media (max-width: 767px) {
  .c-step-card__desc {
    font-size: min(2.75vw, 11px);
  }
}

.c-step-card__step-no {
  width: 30px;
}
@media (max-width: 767px) {
  .c-step-card__step-no {
    width: 20px;
  }
}

.c-step-card__bottom {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 12px;
  padding-top: 12px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.c-step-card__pager {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
  width: 100%;
  font-size: min(0.9333vw, 14px);
  line-height: 1;
  gap: 2.8rem;
}
@media (max-width: 767px) {
  .c-step-card__pager {
    font-size: min(3.5vw, 14px);
  }
}

.c-step-card__pager-item {
  opacity: 0.5;
  cursor: pointer;
}
.c-step-card__pager-item.is-active {
  opacity: 1;
}

.js-shirt-next {
  margin-left: auto;
}

.blouse {
  padding-top: 12.8rem;
}
@media (max-width: 767px) {
  .blouse {
    padding-top: 9.6rem;
  }
}
.blouse .suit__heading svg {
  width: 30.1587302vw;
}
@media (max-width: 767px) {
  .blouse .suit__heading svg {
    width: 58.4615385vw;
  }
}
.blouse .section-lead {
  text-align: center;
}

.blouse-box__inner {
  width: 77.2486772vw;
  margin: 9.6rem auto 0;
  border-top: 1px solid #fff;
}
@media (max-width: 767px) {
  .blouse-box__inner {
    width: 85.6410256vw;
    margin: 4.8rem auto 0;
  }
}

.blouse-box__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: min(0.93333vw, 14px);
  line-height: 2.5;
  width: 63.4920635vw;
  margin: 0 auto;
  gap: 55px;
  position: relative;
  z-index: 1;
  -webkit-transform: translateY(-25px);
          transform: translateY(-25px);
}
@media (max-width: 767px) {
  .blouse-box__head {
    display: block;
    width: 100%;
    font-size: min(3vw, 12px);
  }
}
.blouse-box__head p {
  margin-top: 4.9rem;
}
@media (max-width: 767px) {
  .blouse-box__head p {
    margin-top: 1rem;
    text-align: center;
  }
}

.blouse-box__head-img {
  width: 9.92063492vw;
  max-width: 150px;
  -webkit-animation: downup 6s infinite;
          animation: downup 6s infinite;
}
@media (max-width: 767px) {
  .blouse-box__head-img {
    width: 25.1282051vw;
    margin: 0 auto;
  }
}

.blouse-box__head-lead {
  width: calc(100% - 9.92063492vw);
  max-width: calc(100% - 150px);
}
@media (max-width: 767px) {
  .blouse-box__head-lead {
    width: 100%;
    max-width: 100%;
  }
}

.blouse-splide {
  margin-top: -6rem;
}
@media (max-width: 767px) {
  .blouse-splide {
    margin-top: 1.1rem;
  }
}
.blouse-splide .price {
  text-align: center;
  margin-top: 0;
  margin-bottom: 1.8rem;
}
@media (max-width: 767px) {
  .blouse-splide .price {
    margin-bottom: 1.2rem;
  }
}

.blouse-other {
  padding-top: 4.8rem;
  margin: 9.6rem auto 0;
  width: 77.2486772vw;
  border-top: 1px solid #fff;
}
@media (max-width: 767px) {
  .blouse-other {
    padding-top: 2.4rem;
    margin: 4.8rem auto 0;
    width: 100%;
  }
  .blouse-other .blouse-other__textarea {
    width: 85.6410256vw;
    margin: 0 auto;
  }
}
.blouse-other .section-heading {
  margin: 2.4rem 0;
}
.blouse-other .section-heading svg {
  width: 17.9232804vw;
  height: 1.98412698vw;
}
@media (max-width: 767px) {
  .blouse-other .section-heading svg {
    width: 46.4102564vw;
    height: 5.12820513vw;
  }
}
.blouse-other .c-heading {
  font-size: min(0.93333vw, 14px);
}
@media (max-width: 767px) {
  .blouse-other .c-heading {
    font-size: min(4vw, 12px);
  }
  .blouse-other .c-heading .c-heading-item {
    padding: 0 6px;
  }
}

.blouse-other__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6.4rem;
}
@media (max-width: 767px) {
  .blouse-other__inner {
    display: block;
    overflow: visible;
  }
}
.blouse-other__inner .lead {
  line-height: 2.5;
}

.blouse-other__img {
  width: 43.3201058vw;
}
@media (max-width: 767px) {
  .blouse-other__img {
    width: 123.076923vw;
    margin-top: 2.4rem;
    overflow: scroll;
  }
}

.blouse-other__img-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
}
@media (max-width: 767px) {
  .blouse-other__img-inner {
    gap: 12px;
    overflow: scroll;
  }
}

.blouse-other__img-item {
  position: relative;
  overflow: hidden;
}
.blouse-other__img-item img {
  border-radius: 6px;
}

.blouse-other__img-ttl {
  position: absolute;
  top: 1.6rem;
  left: 1.6rem;
}
@media (max-width: 767px) {
  .blouse-other__img-ttl {
    top: 1.2rem;
    left: 1.2rem;
  }
}

.blouse-other__img-elm {
  width: 1.32275132vw;
  position: absolute;
  left: 2.6rem;
  bottom: 3.2rem;
}
@media (max-width: 767px) {
  .blouse-other__img-elm {
    width: 4.1025641vw;
  }
}
.blouse-other__img-elm img {
  border-radius: 0;
}
@media (max-width: 767px) {
  .blouse-other__img-elm {
    left: 1.6rem;
    bottom: 1.2rem;
  }
}

.blouse__other-sp {
  margin-top: 2.4rem;
  overflow: visible;
  -webkit-transform: translateX(7.179vw);
          transform: translateX(7.179vw);
}

.blouse__other-sp-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  /* スライド間の余白 */
  overflow-x: auto;
  /* 横スクロール */
  -ms-scroll-snap-type: x mandatory;
      scroll-snap-type: x mandatory;
  /* スナップで気持ちよく止まる（任意） */
  -webkit-overflow-scrolling: touch;
  padding: 0 15vw 0 27vw;
  /* 左右に余白 */
}

.blouse__other-sp-list::-webkit-scrollbar {
  display: none;
  /* スクロールバーを非表示に */
}

.blouse__other-sp-item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  /* ★スライド幅（画面の8割くらいが気持ちいい） */
  scroll-snap-align: start;
}

.bag .lead {
  line-height: 2;
}
.bag .suit__heading {
  margin: 0 0 6.4rem;
}
@media (max-width: 767px) {
  .bag .suit__heading {
    margin: 0 auto 3.4rem;
  }
}
.bag .suit__heading svg {
  width: 5.95238095vw;
}
@media (max-width: 767px) {
  .bag .suit__heading svg {
    width: 11.5384615vw;
  }
}
.bag .c-heading {
  font-size: min(1.3333vw, 20px);
  margin-bottom: 2.4rem;
}
@media (max-width: 767px) {
  .bag .c-heading {
    font-size: min(4vw, 16px);
  }
}

.pumps .lead {
  line-height: 2;
}
.pumps .suit__heading {
  margin: 0 0 6.4rem;
}
@media (max-width: 767px) {
  .pumps .suit__heading {
    margin: 0 auto 3.4rem;
  }
}
.pumps .suit__heading svg {
  width: 11.3756614vw;
}
@media (max-width: 767px) {
  .pumps .suit__heading svg {
    width: 22.0512821vw;
  }
}
.pumps .c-heading {
  font-size: min(1.3333vw, 20px);
  margin-bottom: 2.4rem;
}
@media (max-width: 767px) {
  .pumps .c-heading {
    font-size: min(4vw, 16px);
  }
}

.coat .lead {
  line-height: 2;
}
.coat .c-splide-wrapper {
  margin-bottom: 9.6rem;
}
@media (max-width: 767px) {
  .coat .c-splide-wrapper {
    margin-bottom: 6.4rem;
  }
}
.coat .splide__num {
  margin-bottom: 1.2rem;
}
.coat .bag__inner {
  margin-bottom: 6.4rem;
}
@media (max-width: 767px) {
  .coat .bag__inner {
    margin-bottom: 0rem;
  }
}
.coat .suit__heading {
  margin: 0 0 6.4rem;
}
.coat .suit__heading svg {
  width: 24.3386243vw;
}
@media (max-width: 767px) {
  .coat .suit__heading svg {
    width: 47.1794872vw;
  }
}
@media (max-width: 767px) {
  .coat .suit__heading {
    margin: 0 auto 3.4rem;
  }
}
.coat .img {
  margin: 2.4rem 0;
  overflow: hidden;
}
.coat .img img {
  border-radius: 16px;
}
.coat .c-heading {
  font-size: min(1.3333vw, 20px);
  margin-bottom: 2.4rem;
}
@media (max-width: 767px) {
  .coat .c-heading {
    font-size: min(4vw, 16px);
  }
}

.bag__inner {
  width: 85.7142857vw;
  margin: 0 auto;
}

.bag__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 767px) {
  .bag__row {
    display: block;
  }
}

.bag__textarea {
  width: 40.7407407vw;
  margin-top: 9.6rem;
  padding-left: 4.23280423vw;
}
@media (max-width: 767px) {
  .bag__textarea {
    width: 100%;
    padding-left: 0vw;
    margin-top: 0;
  }
}

.bag__img {
  width: 40.7407407vw;
  margin-left: auto;
  overflow: hidden;
}
@media (max-width: 767px) {
  .bag__img {
    width: 100%;
    margin-bottom: 2.4rem;
  }
}
.bag__img img {
  border-radius: 16px;
}
@media (max-width: 767px) {
  .bag__img img {
    border-radius: 12px;
  }
}

.present {
  padding-top: 19rem;
}
.present .price p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3px;
}
@media (max-width: 767px) {
  .present {
    padding-top: 4.8rem;
  }
}
.present .price {
  width: 50.1322751vw;
  margin: 3rem auto 0;
}
.present .price p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3px;
}
@media (max-width: 767px) {
  .present .price {
    width: 72.28205128vw;
    margin: 1.6rem auto 0;
  }
}

.present__inner {
  width: 63.6243386vw;
  margin: 0 auto;
  position: relative;
}
@media (max-width: 767px) {
  .present__inner {
    width: 85.6410256vw;
  }
}

.present__bg {
  width: 63.6243386vw;
  height: 66.1375661vw;
  position: relative;
}
@media (max-width: 767px) {
  .present__bg {
    width: 85.6410256vw;
    height: 147.179487vw;
  }
}
.present__bg img {
  -o-object-fit: cover;
     object-fit: cover;
}

.present__img {
  width: 50.1322751vw;
  overflow: hidden;
  border-radius: 64px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .present__img {
    width: 72.28205128vw;
    border-radius: 32px;
  }
}

.present__textarea {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
}

.present__ttl {
  margin: 0 auto 3.2rem;
  display: table;
  position: relative;
  z-index: 1;
}
.present__ttl img {
  width: 13.75666138vw;
}

.present__ribbon {
  margin: 0 auto 3.2rem;
  display: table;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .present__ribbon {
    margin: 0 auto 1.6rem;
  }
}
.present__ribbon img {
  width: 13.492635vw;
}
@media (max-width: 767px) {
  .present__ribbon img {
    width: 26.1538462vw;
  }
}

.present__lead {
  text-align: center;
  font-size: min(1.066667vw, 16px);
  letter-spacing: 0.64px;
  line-height: 2;
  position: relative;
  z-index: 1;
  margin: 3rem 0;
}
@media (max-width: 767px) {
  .present__lead {
    font-size: min(3vw, 12px);
    margin: 1.4rem 0 1.6rem;
    line-height: 2.5;
  }
}

.present__heading {
  text-align: center;
  font-size: min(1.866667vw, 28px);
}
@media (max-width: 767px) {
  .present__heading {
    font-size: min(4vw, 16px);
    line-height: 1.75;
  }
}

.special__ttl {
  padding-top: 12.8rem;
  text-align: center;
  font-size: min(1.866667vw, 28px);
  font-weight: 500;
  line-height: 1.75;
}
@media (max-width: 767px) {
  .special__ttl {
    font-size: min(4vw, 16px);
    padding-top: 6.4rem;
  }
}

.special__img {
  width: 50.1322751vw;
  margin: 3.2rem auto 3rem;
  position: relative;
}
.special__img .c-button__icon {
  position: absolute;
  background: none;
  border: none;
  right: 48px;
  bottom: 48px;
  height: 14px;
  width: 24px;
}
@media (max-width: 767px) {
  .special__img .c-button__icon {
    right: 36px;
    bottom: 36px;
  }
}
@media (max-width: 767px) {
  .special__img {
    width: 85.6410256vw;
    margin: 2.4rem auto 9.6rem;
  }
}
.special__img a {
  width: 100% !important;
  height: 100% !important;
  -webkit-transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1.2s;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1.2s;
}
.js-marquee-splide {
  width: 100%;
  margin: 0 auto;
}
.js-marquee-splide .splide__slide {
  border-radius: 8px;
}

.marquee-item img {
  display: block;
  height: auto;
  /* 好きな高さに */
  width: 25vw;
}
@media (max-width: 767px) {
  .marquee-item img {
    width: 60vw;
  }
}

/* 高さを揃えたいときは .marquee-item に固定幅でもOK */
.marquee-item {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.look-box {
  margin-bottom: 4.8rem;
}

.look-textarea__tag {
  padding: 0 0.8rem;
  background: #fff;
  color: #f2687c;
  display: table;
  font-weight: 500;
  font-size: min(0.93333vw, 14px);
  line-height: 2;
  letter-spacing: 0.04em;
  margin-bottom: 1.2rem;
}
@media (max-width: 767px) {
  .look-textarea__tag {
    font-size: min(3vw, 12px);
    padding: 0 0.6rem;
  }
}

.look-textarea {
  width: 13.5582011vw;
}
@media (max-width: 767px) {
  .look-textarea {
    width: 50%;
  }
}
.look-textarea .price {
  white-space: nowrap;
  margin-top: 1.2rem;
}
@media (max-width: 767px) {
  .look-textarea .price {
    white-space: wrap;
  }
}

.look-textarea__heading {
  font-size: min(0.93333vw, 14px);
  line-height: 1.75;
  font-weight: 500;
}
@media (max-width: 767px) {
  .look-textarea__heading {
    font-size: min(3vw, 12px);
  }
}

.look-circle {
  overflow: hidden;
  height: 120px;
  position: relative;
}
@media (max-width: 767px) {
  .look-circle {
    height: 40px;
  }
}

.look-circle__inner {
  position: absolute;
  top: 0;
  width: 9050px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (max-width: 767px) {
  .look-circle__inner {
    width: 4000px;
  }
}
.look-circle__inner img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-animation: rotation 350s linear infinite;
          animation: rotation 350s linear infinite;
}

@-webkit-keyframes rotation {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg);
  }
}

@keyframes rotation {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg);
  }
}
.look-box__ttl {
  background: #fff;
  display: table;
  margin: -20px auto 0;
  padding: 0 2.4rem;
  color: #f2687c;
  font-weight: 500;
  font-size: min(1.3333vw, 20px);
  line-height: 2;
  letter-spacing: 0.04em;
}
@media (max-width: 767px) {
  .look-box__ttl {
    font-size: min(4vw, 16px);
    padding: 0 1.6rem;
    margin: 0px auto 0;
  }
}

@-webkit-keyframes downup {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  25% {
    -webkit-transform: translateY(4px);
            transform: translateY(4px);
  }
  50% {
    -webkit-transform: translateY(-4px);
            transform: translateY(-4px);
  }
  75% {
    -webkit-transform: translateY(4px);
            transform: translateY(4px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes downup {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  25% {
    -webkit-transform: translateY(4px);
            transform: translateY(4px);
  }
  50% {
    -webkit-transform: translateY(-4px);
            transform: translateY(-4px);
  }
  75% {
    -webkit-transform: translateY(4px);
            transform: translateY(4px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.look-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 77.2486772vw;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .look-row {
    display: block;
    width: 85.6410256vw;
  }
}

.look-left {
  width: 36.5079365vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 767px) {
  .look-left {
    width: 100%;
    margin-top: 3.2rem;
  }
}

.look-right {
  width: 36.5079365vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: auto;
  margin-top: 9.6rem;
}
@media (max-width: 767px) {
  .look-right {
    width: 100%;
    margin-top: 3.2rem;
  }
}

.look-img {
  width: 22.9497354vw;
}
@media (max-width: 767px) {
  .look-img {
    width: 50%;
  }
}

.fade-in {
  opacity: 0;
  -webkit-transform: translateY(40px);
          transform: translateY(40px);
  -webkit-transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1.2s;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1.2s;
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
.fade-in.is-onscreen {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.c-heading {
  color: #f7a6a7;
  font-size: min(1.6vw, 24px);
  line-height: 2;
  font-weight: 400;
  letter-spacing: 0.096em;
}
@media (max-width: 767px) {
  .c-heading {
    font-size: min(4vw, 16px);
  }
}
.suit-box-02 .c-heading {
  font-size: min(1.3333vw, 20px);
}
@media (max-width: 767px) {
  .suit-box-02 .c-heading {
    font-size: min(4vw, 16px);
  }
}
.suit .c-heading {
  margin-bottom: 6.4rem;
}
@media (max-width: 767px) {
  .suit .c-heading {
    margin-bottom: 2.4rem;
  }
}
.skirt__main .c-heading {
  margin-bottom: 2.4rem;
}
.suit-box-02 .c-heading {
  margin-bottom: 3.2rem;
}
@media (max-width: 767px) {
  .suit-box-02 .c-heading {
    margin-bottom: 2.4rem;
  }
}

.c-heading-item {
  position: relative;
  display: table;
  padding: 0 8px;
  margin-bottom: 4px;
  -webkit-clip-path: inset(0 100% 0 0);
          clip-path: inset(0 100% 0 0);
  -webkit-transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1.2s;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1.2s;
}
.c-heading-item--1 {
  margin-left: 2.4rem;
}
@media (max-width: 767px) {
  .c-heading-item--1 {
    margin-left: 1.6rem;
  }
}
.c-heading-item--2 {
  margin-left: 4.8rem;
}
@media (max-width: 767px) {
  .c-heading-item--2 {
    margin-left: 1.6rem;
  }
}
.is-onscreen .c-heading-item {
  -webkit-clip-path: inset(0 0% 0 0);
          clip-path: inset(0 0% 0 0);
}
.c-heading-item span {
  position: relative;
  z-index: 1;
}
.c-heading-item:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: #fff;
  left: 0;
  top: 0;
}

.c-button {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 250%;
  /* 40px */
  text-transform: uppercase;
}
.c-button:hover .c-button__icon-front {
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.c-button:hover .c-button__icon-back {
  -webkit-transform: translate(100%, -50%);
          transform: translate(100%, -50%);
}
.c-button:hover .c-button__text:after {
  width: 100%;
  right: inherit;
  left: 0;
}
.c-button a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 174px;
  height: 64px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  cursor: pointer;
  color: #000;
}
.c-button a:hover .c-button__icon-front {
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.c-button a:hover .c-button__icon-back {
  -webkit-transform: translate(100%, -50%);
          transform: translate(100%, -50%);
}
.c-button a:hover .c-button__text:after {
  width: 100%;
  right: inherit;
  left: 0;
}

.c-button__inner {
  width: calc(100% - 113px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.c-button__icon {
  width: 64px;
  height: 64px;
  border-radius: 64px;
  -webkit-transition: cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
  border: 1px solid #f4abaa;
  margin-left: 31px;
  position: relative;
  background: rgba(255, 255, 255, 0.5);
}

.c-button__icon-circle {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -45%);
          transform: translate(-50%, -45%);
  overflow: hidden;
  width: 26px;
  height: 40px;
  z-index: 11;
}

.c-button__icon-front {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-200%, -50%);
          transform: translate(-200%, -50%);
  -webkit-transition: cubic-bezier(0.215, 0.61, 0.355, 1) 0.8s;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 0.8s;
}
.c-button__icon-front svg {
  position: relative;
}

.c-button__icon-back {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: cubic-bezier(0.215, 0.61, 0.355, 1) 0.8s;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 0.8s;
}
.c-button__icon-back svg {
  position: relative;
}

.off {
  padding: 190px 7.14285714vw 130px;
  position: relative;
  z-index: 111;
}
@media (max-width: 767px) {
  .off {
    padding: 0 4.717948718% 64px;
  }
}
.off .off__img {
  background: rgba(255, 255, 255, 0.5);
  border: 1px solid #f4abaa;
}

.off-02 {
  padding: 130px 4.23280423% 0;
  position: relative;
}
@media (max-width: 767px) {
  .off-02 {
    padding: 64px 24px;
  }
}
.off-02 .off__img {
  background: #ffffff;
  border: 1px solid #f4abaa;
}

.off__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -15px;
  margin-right: -15px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 767px) {
  .off__row {
    display: block;
    margin: 0;
  }
}

.off__left {
  width: 50%;
  padding: 0 15px;
}
.off__left a {
  -webkit-transition: cubic-bezier(0.215, 0.61, 0.355, 1) 0.8s;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 0.8s;
}
.off__left a:hover {
  opacity: 0.8;
}
@media (max-width: 767px) {
  .off__left {
    width: 100%;
    padding: 0;
  }
}

.off__img {
  width: calc(100% - 30px);
  background: #f2f2f2;
  border-radius: 64px;
  padding: 266px 0;
}
@media (max-width: 767px) {
  .off__img {
    width: 100%;
    padding: 32px 0;
    border-radius: 16px;
  }
}
.off__img img {
  width: 28.4vw;
  margin: 0 auto;
  display: table;
}
@media (max-width: 767px) {
  .off__img img {
    width: 164px;
  }
}

.off__img-ttl {
  text-align: center;
  width: 100%;
}

.off__img-ttl01 {
  font-family: "Zen Kaku Gothic New";
  font-size: 1.6vw;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  /* 24px */
  position: relative;
  display: table;
  margin: 0 auto 2.4rem;
  padding-bottom: 14px;
  color: #f2687c;
}
@media (max-width: 767px) {
  .off__img-ttl01 {
    font-size: 3vw;
    padding-bottom: 6px;
    margin: 0 auto 1.2rem;
  }
}
.off__img-ttl01:after {
  content: "";
  width: 0%;
  height: 2px;
  background: #fff;
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1s;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1s;
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
.is-onscreen .off__img-ttl01:after {
  width: 100%;
}

.off__img-ttl02 {
  text-align: center;
  font-family: "Zen Kaku Gothic New";
  font-size: 2.533333vw;
  font-style: normal;
  font-weight: 700;
  line-height: 1.25;
  /* 47.5px */
  margin: 0 0 5rem;
  color: #f2687c;
}
@media (max-width: 767px) {
  .off__img-ttl02 {
    font-size: 4vw;
    margin: 0 0 2.4rem;
  }
}
.off .off__img-ttl02 {
  color: #f2687c;
}

.off__img-ttl03 {
  width: 34.1269841vw;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .off__img-ttl03 {
    width: 52.564103vw !important;
  }
  .off__img-ttl03 img {
    width: 52.564103vw !important;
  }
}

.off__img-ttl04 {
  width: 22.0238095vw;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .off__img-ttl04 {
    width: 33.3333333vw;
  }
}

.off__right {
  width: 50%;
  padding: 0 15px;
}
@media (max-width: 767px) {
  .off__right {
    width: 100%;
    padding: 18px 0 0;
  }
}

.off__heading {
  color: #000;
  font-family: "Zen Kaku Gothic New";
  font-size: 2.1333333vw;
  font-style: normal;
  font-weight: 500;
  line-height: 200%;
  /* 64px */
}
@media (max-width: 767px) {
  .off__heading {
    font-size: 18px;
  }
}

.off__lead {
  color: #000;
  font-family: "Zen Kaku Gothic New";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 250%;
  /* 35px */
  margin: 32px 0 48px;
}
@media (max-width: 767px) {
  .off__lead {
    font-size: 12px;
    margin: 32px 0 36px;
  }
}

.off__info {
  color: #4d4d4d;
  font-family: "Zen Kaku Gothic New";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 200%;
  /* 24px */
  margin-top: 64px;
}
@media (max-width: 767px) {
  .off__info {
    margin-top: 36px;
  }
}
.off__info p {
  margin-bottom: 6px;
  text-indent: -1em;
  padding-left: 1em;
}

.lead {
  font-family: "Zen Kaku Gothic New";
  font-size: min(0.93333vw, 14px);
  line-height: 1.75;
  font-weight: 400;
}
@media (max-width: 767px) {
  .lead {
    font-size: min(3vw, 12px);
  }
}

.price {
  font-family: "Zen Kaku Gothic New";
  font-size: min(0.8vw, 12px);
  font-style: normal;
  font-weight: 400;
  line-height: 1.75;
  /* 24px */
  opacity: 0.6 !important;
  margin-top: 2.8rem;
}
.price a {
  color: #000;
  text-decoration: underline;
}
@media (max-width: 767px) {
  .price {
    font-size: min(2.5vw, 10px);
    margin-top: 1.2rem;
  }
}

.credit {
  padding: 120px 7.14285714vw 190px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #6f6f6f;
  margin-top: -6.4rem;
}
@media (max-width: 767px) {
  .credit {
    padding: 96px 24px 116px;
    display: block;
  }
}

.credit__info {
  color: #6f6f6f;
  font-family: "Zen Kaku Gothic New";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 200%;
  /* 24px */
}
.credit__info p {
  margin-bottom: 6px;
  text-indent: -1em;
  padding-left: 1em;
}
@media (max-width: 767px) {
  .credit__info {
    margin-bottom: 64px;
  }
}

.credit__list {
  width: 441px;
  margin-left: auto;
}
@media (max-width: 767px) {
  .credit__list {
    width: 100%;
  }
}

.credit__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 12px;
  color: #6f6f6f;
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 200%;
  /* 24px */
}

.credit__job {
  width: 50%;
}
@media (max-width: 767px) {
  .credit__job {
    width: 128px;
  }
}

.credit__name {
  width: calc(100% - 128px);
}

.footer {
  padding: 15px 0;
  border-top: 1px solid #000;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .footer {
    padding: 15px 0 70px;
  }
}
.footer p {
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 200%;
  /* 24px */
  text-align: center;
}

.flowbtn {
  position: fixed;
  bottom: 32px;
  right: 76px;
  z-index: 1111111;
  opacity: 0;
}
@media (max-width: 767px) {
  .flowbtn {
    bottom: 10px;
    right: 50%;
    -webkit-transform: translateX(50%);
            transform: translateX(50%);
    width: 100%;
  }
}
.flowbtn a {
  -webkit-transition: cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
}
.is-modal-open .flowbtn {
  opacity: 0 !important;
  -webkit-transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1s;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1s;
}

.flowbtn__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
}
@media (max-width: 767px) {
  .flowbtn__list {
    gap: 6px;
    border-top-right-radius: 4px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.flowbtn__item {
  position: relative;
}
.flowbtn__item--1 {
  width: 196px;
}
@media (max-width: 767px) {
  .flowbtn__item--1 {
    width: 38.4615385vw;
  }
}
.flowbtn__item--2 {
  width: 229px;
}
@media (max-width: 767px) {
  .flowbtn__item--2 {
    width: 45.1282051vw;
  }
}
.flowbtn__item a {
  width: 100%;
}
.flowbtn__item .c-button__icon {
  position: absolute;
  width: 25px;
  margin: 0;
  background: none;
  border: none;
  right: 15px;
}
@media (max-width: 767px) {
  .flowbtn__item .c-button__icon {
    width: 20px;
    right: 10px;
    height: 38px;
    margin-top: 1px;
  }
  .flowbtn__item .c-button__icon .c-button__icon-circle {
    width: 20px;
    height: 38px;
  }
  .flowbtn__item .c-button__icon svg {
    width: 20px;
  }
}

/* ---------------------------------------------------------


Utility

--------------------------------------------------------- */