@charset "UTF-8";
/*! 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;
  font-family: "Yu Gothic", "游ゴシック体", "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  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 {
  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] {
  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 */
  /* 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;
  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 {
  box-shadow: 0 0 0px 1000px #FFF inset;
}

figure {
  margin: 0px;
}

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

* BASIC

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

body {
  /*height: 100%;*/
  color: #fff;
  font-size: 1rem;
  font-family: "Noto Sans JP", sans-serif;
  position: relative;
  font-weight: 400;
}

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

a {
  color: #fff;
  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;
}

.ladies-kv {
  width: 100%;
  height: calc(100vh - 64px);
  position: relative;
}
.ladies-kv .kv__ladies {
  height: 100%;
}
.ladies-kv .kv__bg-ladies {
  background-image: url(../../assets/images/ladies/ladies_kv_pc.webp);
}
@media (max-width: 767px) {
  .ladies-kv .kv__bg-ladies {
    background-image: url(../../assets/images/ladies/ladies_kv_sp.webp);
    background-position: center center;
  }
}
@media (max-width: 767px) {
  .ladies-kv {
    height: calc(100vh - 40px);
  }
}

.page-top {
  position: fixed;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1;
  bottom: 110px;
  right: 25px;
  z-index: 111111;
  opacity: 0;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1s;
  transition-delay: 1.8s;
}
@media (max-width: 767px) {
  .page-top {
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: 600;
    line-height: 1;
    right: 12px;
    bottom: 85px;
  }
}
.is-page-loaded .page-top {
  opacity: 1;
  transform: translateY(0);
}
.page-top a {
  display: table;
  background: #fff;
  color: #3E3E3E;
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  padding: 8px 15px;
  border-radius: 50px;
}
.page-top a:hover {
  opacity: 0.5;
}

.ticket {
  position: fixed;
  width: 25vw;
  bottom: 25px;
  right: 25px;
  z-index: 111111;
  opacity: 0;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1s;
  transition-delay: 1.8s;
}
@media (max-width: 767px) {
  .ticket {
    width: 100%;
    right: 0;
    padding: 0 12px;
    bottom: 10px;
  }
}
.ticket a {
  display: table;
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
}
.ticket a:hover {
  opacity: 0.5;
}
.is-page-loaded .ticket {
  opacity: 1;
  transform: translateY(0);
}

.ladies-index {
  padding: 60px 0 0;
}
@media (max-width: 767px) {
  .ladies-index {
    padding: 30px 0 0;
  }
}

.wrapper {
  max-width: 1040px;
  margin: 0 auto;
  position: relative;
}
@media (max-width: 1040px) {
  .wrapper {
    max-width: 100%;
    padding: 0 40px;
  }
}
@media (max-width: 767px) {
  .wrapper {
    max-width: 100%;
    overflow: hidden;
    padding: 0 25px;
  }
}

.section-lead {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 2;
  text-align: center;
}
@media (max-width: 767px) {
  .section-lead {
    text-align: left;
  }
}

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

.index__ttl {
  display: none;
  font-size: 17px;
  font-size: 1.7rem;
  font-weight: 300;
  line-height: 1;
  font-family: brandon-grotesque, serif;
  font-style: italic;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .index__ttl {
    display: block;
  }
}

.index__list {
  max-width: 590px;
  margin: 60px auto 0;
}
@media (max-width: 767px) {
  .index__list {
    margin: 40px auto 0;
    width: 100%;
  }
  .index__list .row {
    margin-left: -7px;
    margin-right: -7px;
  }
  .index__list .col-xs-6 {
    padding-left: 7px;
    padding-right: 7px;
  }
}

.index__item {
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .index__item {
    margin-bottom: 20px;
  }
}
.index__item a {
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1s;
}
.index__item a:hover {
  opacity: 0.5;
}
.index__item:nth-child(2) {
  transition-delay: 0.1s;
}
.index__item:nth-child(3) {
  transition-delay: 0.15s;
}
.index__item:nth-child(4) {
  transition-delay: 0.2s;
}
.index__item:nth-child(5) {
  transition-delay: 0.25s;
}
@media (max-width: 767px) {
  .index__item:nth-child(5) {
    margin-bottom: 0px;
  }
}
.index__item:nth-child(6) {
  transition-delay: 0.3s;
}
@media (max-width: 767px) {
  .index__item:nth-child(6) {
    margin-bottom: 0px;
  }
}

.ladies-section {
  padding-top: 100px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .ladies-section {
    padding-top: 60px;
  }
}
.ladies-section--ticket {
  max-width: 625px;
  padding: 100px 0;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .ladies-section--ticket {
    padding: 40px 25px 60px;
  }
}
@media (max-width: 767px) {
  .ladies-section--special {
    padding-top: 40px;
  }
}
.ladies-section--formal {
  padding-bottom: 100px;
}
@media (max-width: 767px) {
  .ladies-section--formal {
    padding-bottom: 0px;
  }
}

.section-heading {
  position: relative;
}

.section-heading__head {
  position: relative;
}
@media (max-width: 767px) {
  .section-heading__head {
    padding-top: 20px;
  }
}
.section-heading__head-tag {
  position: absolute;
  bottom: 6px;
  left: 0;
}
.section-heading__head-ttl {
  position: absolute;
  bottom: 10px;
  right: 0;
}

.section-heading__ttl {
  padding: 30px 0 20px;
  position: relative;
}
.ladies-section--other .section-heading__ttl {
  padding: 30px 0 10px;
}
.section-heading__ttl:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background: #3E3E3E;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1s;
}
.section-heading__ttl.is-onscreen:after {
  width: 100%;
}
.section-heading__ttl:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 1px;
  background: #3E3E3E;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1s;
}
.section-heading__ttl.is-onscreen:before {
  width: 100%;
}
.section-heading__ttl-en {
  font-size: 32px;
  font-size: 3.2rem;
  font-weight: 200;
  line-height: 1;
  font-family: brandon-grotesque, serif;
  font-style: italic;
  text-align: center;
}
.section-heading__ttl-en span {
  padding: 0 0 15px;
}
.section-heading__ttl-jp {
  font-size: 20px;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1;
  text-align: center;
}
.section-heading__ttl-jp span {
  padding: 0 0 20px;
}

.section__img {
  margin: 10px auto 20px;
  width: 325px;
}

.fade-in-text {
  overflow: hidden;
  display: block;
}
.fade-in-text span {
  transform: translateY(100%);
  display: block;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1s;
}
.fade-in-text.is-onscreen span {
  transform: translateY(0%);
}

.suit-slide {
  margin-top: 30px;
  position: relative;
  padding-bottom: 20px;
}
@media (max-width: 767px) {
  .suit-slide {
    margin-top: 40px;
    padding-bottom: 0px;
  }
}
.suit-slide:before {
  content: "";
  width: 3000px;
  height: 400px;
  background: #F8F1DF;
  position: absolute;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
@media (max-width: 767px) {
  .suit-slide:before {
    top: 20px;
    height: 415px;
  }
}
.suit-slide .swiper-slide {
  margin-right: 10px;
  padding-bottom: 50px;
}
@media (max-width: 767px) {
  .suit-slide .swiper-slide {
    padding-bottom: 60px;
  }
}

.suit-slide__img {
  padding-right: 40px;
  position: relative;
  z-index: 111;
}
@media (max-width: 767px) {
  .suit-slide__img {
    width: 328px;
    padding-right: 0px;
    margin: 0 auto;
  }
}

.suit-slide__list {
  margin-top: 120px;
  position: relative;
}
@media (max-width: 767px) {
  .suit-slide__list {
    margin-top: 20px;
  }
}
.suit-slide__list:before {
  content: "";
  width: calc(100vw);
  height: 100%;
  background: #F8F1DF;
  position: absolute;
  top: 0px;
  left: -100vw;
  z-index: 1111;
}
@media (max-width: 767px) {
  .suit-slide__list:before {
    background: #fff;
  }
}

.suit-slide__item {
  background: #fff;
  padding: 10px;
  border-radius: 5px;
  border: 1px solid #3E3E3E;
}
.suit-slide__item-num {
  background: #C69E6E;
  color: #fff;
  display: table;
  font-size: 10px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1;
  font-family: brandon-grotesque, serif;
  padding: 2px 12px;
  border-radius: 10px;
  margin-bottom: 8px;
}
.suit-slide__item-heading {
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.8;
}
.suit-slide__item-caption {
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 2;
  color: #7B7A7A;
}

.credit {
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 2;
  color: #A7A3A3;
  font-feature-settings: "palt";
}
.suit-slide .credit {
  width: 50%;
  position: absolute;
  top: 430px;
  right: 0;
}
@media (max-width: 767px) {
  .suit-slide .credit {
    position: static;
    width: 100%;
    padding: 0 10px;
    margin-top: 40px;
  }
}
.formal-slide .credit {
  width: 50%;
  position: absolute;
  top: 568px;
  right: 0;
}
@media (max-width: 767px) {
  .formal-slide .credit {
    position: static;
    width: 100%;
    padding: 0 15px;
  }
}

.point__lead {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .point__lead {
    margin-bottom: 20px;
    text-align: left;
  }
}

.point__list--2 {
  position: relative;
  padding: 100px 0 20px;
}
@media (max-width: 767px) {
  .point__list--2 {
    padding: 60px 0 0px;
  }
}
.point__list--2:after {
  content: "";
  width: 3000px;
  height: 100%;
  background: #F7F7F7;
  position: absolute;
  top: 0;
  left: -50%;
  z-index: -1;
}

.point__item {
  padding-bottom: 80px;
  position: relative;
}
@media (max-width: 767px) {
  .point__item {
    padding-bottom: 20px;
  }
}

.point__inner {
  position: relative;
}
@media (max-width: 767px) {
  .point__inner {
    margin-bottom: 20px;
  }
  .point__inner--2 {
    margin-bottom: 0px;
  }
  .point__inner .row {
    margin-left: -5px;
    margin-right: -5px;
  }
  .point__inner .col-sm-6 {
    padding-left: 5px;
    padding-right: 5px;
  }
  .point__inner .point__detail-item {
    margin-bottom: 20px;
  }
}

.point__heading {
  font-size: 20px;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.15;
  text-align: center;
  margin-top: 12px;
}
.point__heading span {
  margin: 10px auto 0;
  display: table;
  position: relative;
}
.point__heading span:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 6px;
  background: #F8F1DF;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1s;
  transition-delay: 0.5s;
  z-index: -1;
}
.point__heading.is-onscreen span:before {
  width: 100%;
}

.point {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .point {
    padding-top: 60px;
  }
}

.point__cat {
  position: absolute;
  top: 0;
  right: 0;
}

.point__img {
  position: relative;
}

.point__img-cat {
  position: absolute;
  left: 0;
  bottom: 0;
  color: #fff;
  background: #000;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  padding: 6px 0;
  width: 100%;
}

.point__caption {
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 2;
  margin-top: 10px;
  color: #7B7A7A;
  opacity: 0.8;
  text-align: left;
}

@media (max-width: 767px) {
  .point__detail .row {
    margin-left: -5px;
    margin-right: -5px;
  }
  .point__detail .col-xs-6 {
    padding-left: 5px;
    padding-right: 5px;
  }
}

.point__detail--2 {
  margin-top: 30px;
}

.point__detail-item {
  margin-bottom: 20px;
}

.change {
  position: relative;
  padding-top: 20px;
}
.change:after {
  content: "";
  width: 3000px;
  height: calc(100% - 130px);
  background: #F8F1DF;
  position: absolute;
  top: 130px;
  left: -50%;
  z-index: -1;
}

.change__intro {
  width: 50%;
  margin-left: 41.667%;
  padding: 0 25px 0 45px;
  overflow: hidden;
  transform: translateY(60px);
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1s;
  transition-delay: 0.2s;
}
@media (max-width: 767px) {
  .change__intro {
    padding: 0;
    width: calc(100% + 50px);
    margin-left: -25px;
  }
}
.change__intro.is-onscreen {
  transform: translateY(0px);
}

.change__intro-img {
  overflow: hidden;
}
.change__intro-img img {
  opacity: 0;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1.5s;
}
.is-onscreen .change__intro-img img {
  opacity: 1;
}

.change__ttl {
  font-size: 54px;
  font-size: 5.4rem;
  font-weight: 300;
  line-height: 1;
  font-family: brandon-grotesque, serif;
  font-style: italic;
  text-align: center;
  color: #fff;
  margin-top: -25px;
}
.change__ttl span {
  padding: 0 0 15px;
}

.change__heading {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1;
  text-align: center;
}
.change__heading span {
  padding: 0 0 20px;
}

.change__arrow {
  transition-delay: 0.5s;
  margin: 0 auto;
  display: table;
  transform: translateY(30px);
}

.change__list {
  padding-bottom: 100px;
}
@media (max-width: 767px) {
  .change__list {
    padding-bottom: 40px;
  }
}

.change__item {
  margin-top: 40px;
}

.change__img {
  padding: 0 50px 0 70px;
}
@media (max-width: 767px) {
  .change__img {
    padding: 0;
    margin-bottom: 25px;
  }
}
.change__img--2 {
  padding: 0 70px 0 50px;
}
@media (max-width: 767px) {
  .change__img--2 {
    padding: 0;
  }
}

.change__img-wrap {
  overflow: hidden;
}
.change__img-wrap img {
  transform: scale(1.15);
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1.5s;
  transition-delay: 0.3s;
  opacity: 0;
}
.is-onscreen .change__img-wrap img {
  transform: scale(1);
  opacity: 1;
}

.change__color {
  font-size: 64px;
  font-size: 6.4rem;
  font-weight: 100;
  line-height: 1;
  font-family: brandon-grotesque, serif;
  font-style: italic;
}

.change__copy {
  font-size: 20px;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.5;
  margin: 10px 0 20px;
}
@media (max-width: 767px) {
  .change__copy {
    font-size: 19px;
    font-size: 1.9rem;
    font-weight: 600;
    line-height: 1.5;
  }
}

.change__caption {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2;
  margin-bottom: 20px;
  color: #7B7A7A;
}

.part2__list {
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .part2__list {
    margin-bottom: 0px;
  }
}

.part2__ltem {
  margin-top: 80px;
}
@media (max-width: 767px) {
  .part2__ltem {
    margin-top: 40px;
  }
}
.part2__ltem--2 .part2__cat {
  white-space: nowrap;
}
@media (max-width: 767px) {
  .part2__ltem--2 .part2__cat {
    text-align: right;
    font-size: 40px;
    font-size: 4rem;
    font-weight: 100;
    line-height: 1;
  }
}
.part2__ltem--2 .part2__textarea p {
  padding-right: calc(8.333% + 60px);
}
@media (max-width: 767px) {
  .part2__ltem--2 .part2__textarea p {
    padding-right: 0;
  }
}
.part2__ltem--2 .part2__img-wrap {
  margin-top: -10px;
}
@media (max-width: 767px) {
  .part2__ltem--2 .part2__item-bottom .credit {
    margin-top: 10px;
  }
}

.part2__item-bottom {
  margin-top: 40px;
}
@media (max-width: 767px) {
  .part2__item-bottom {
    margin-top: 0px;
  }
  .part2__item-bottom .row {
    margin-left: -5px;
    margin-right: -5px;
  }
  .part2__item-bottom .col-sm-3 {
    padding-left: 5px;
    padding-right: 5px;
    margin-bottom: 20px;
  }
  .part2__item-bottom .col-sm-3:last-child {
    margin-bottom: 0;
  }
}
.part2__item-bottom .credit {
  text-align: left;
  margin-top: 10px;
}
@media (max-width: 767px) {
  .part2__item-bottom .credit {
    margin-top: 15px;
  }
}

.part2__img-wrap {
  overflow: hidden;
  position: relative;
  z-index: -1;
}
.part2__img-wrap img {
  transform: scale(1.15);
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1.5s;
  transition-delay: 0.3s;
  opacity: 0;
}
.is-onscreen .part2__img-wrap img {
  transform: scale(1);
  opacity: 1;
}
@media (max-width: 767px) {
  .part2__img-wrap {
    margin-top: -20px;
  }
}

.part2__img {
  padding-right: 20px;
}
@media (max-width: 767px) {
  .part2__img {
    padding: 0px;
  }
}

.part2__textarea {
  margin-top: 50px;
}
@media (max-width: 767px) {
  .part2__textarea {
    margin-top: 0px;
  }
}

.part2__cat {
  text-align: left;
  font-size: 64px;
  font-size: 6.4rem;
  font-weight: 100;
  line-height: 1;
  font-family: brandon-grotesque, serif;
  font-style: italic;
  margin-bottom: 35px;
  position: relative;
  z-index: 11111;
}
@media (max-width: 767px) {
  .part2__cat {
    margin-bottom: 0;
  }
}

.part2__copy {
  text-align: left;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.5;
  margin: 10px 0 20px;
}
@media (max-width: 767px) {
  .part2__copy {
    margin: 20px 0 20px;
  }
}

.part2__caption {
  text-align: left;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2;
  margin-bottom: 20px;
  color: #7B7A7A;
}

.other__item {
  margin-top: 80px;
}
@media (max-width: 767px) {
  .other__item {
    margin-top: 40px;
  }
}
.other__item .credit {
  text-align: left;
}
@media (max-width: 767px) {
  .other__item .credit {
    margin-bottom: 20px;
  }
}
.other__item--2 {
  margin-top: -40px;
}
@media (max-width: 767px) {
  .other__item--2 {
    margin-top: 20px;
  }
}
.other__item--3 {
  margin-top: 60px;
}
@media (max-width: 767px) {
  .other__item--3 {
    margin-top: 20px;
  }
}

.other__item-bottom {
  margin-top: -40px;
}
@media (max-width: 767px) {
  .other__item-bottom {
    margin-top: 20px;
  }
}

.other__img-wrap {
  overflow: hidden;
  position: relative;
  z-index: -1;
}
.other__img-wrap img {
  transform: scale(1.15);
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1.5s;
  transition-delay: 0.3s;
  opacity: 0;
}
.is-onscreen .other__img-wrap img {
  transform: scale(1);
  opacity: 1;
}
@media (max-width: 767px) {
  .other__img-wrap {
    margin-top: -20px;
  }
}

.other__img {
  padding-right: 20px;
}
@media (max-width: 767px) {
  .other__img {
    padding: 0px;
  }
}
.other__img--2 {
  padding-left: 20px;
  padding-right: 0px;
}
@media (max-width: 767px) {
  .other__img--2 {
    padding: 0px;
  }
}
.other__img--3 {
  margin-top: 130px;
}
@media (max-width: 767px) {
  .other__img--3 {
    margin-top: 0px;
  }
}
.other__img--4 {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .other__img--4 {
    margin-top: 0px;
  }
}

.other__textarea {
  margin-top: 100px;
}
@media (max-width: 767px) {
  .other__textarea {
    margin-top: 0px;
  }
}
.other__textarea--2 {
  margin-top: 0;
}
.other__textarea--3 {
  margin-top: 60px;
}
@media (max-width: 767px) {
  .other__textarea--3 {
    margin-top: 0px;
  }
}
.other__textarea--3 {
  margin-top: 60px;
}
@media (max-width: 767px) {
  .other__textarea--3 {
    margin-top: 0px;
  }
}

.other__cat {
  text-align: left;
  font-size: 64px;
  font-size: 6.4rem;
  font-weight: 100;
  line-height: 1;
  font-family: brandon-grotesque, serif;
  font-style: italic;
  margin-bottom: 35px;
  position: relative;
  z-index: 111;
}
@media (max-width: 767px) {
  .other__cat {
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .other__item--3 .other__cat {
    text-align: right;
  }
}
@media (max-width: 767px) {
  .other__item-bottom .other__cat {
    text-align: right;
  }
}

.other__copy {
  text-align: left;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.5;
  margin: 10px 0 20px;
}
@media (max-width: 767px) {
  .other__copy {
    margin: 20px 0 20px;
  }
}

.other__caption {
  text-align: left;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2;
  margin-bottom: 20px;
  color: #7B7A7A;
}

.special__head {
  background-image: url(../../assets/images/ladies/special_bg.webp);
  background-size: cover;
  background-position: center center;
  padding-top: 100px;
  position: relative;
}
.special__head:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 70px;
  background: #fff;
  bottom: 0;
  left: 0;
}
@media (max-width: 767px) {
  .special__head:after {
    content: none;
  }
}
@media (max-width: 767px) {
  .special__head {
    padding-top: 60px;
  }
}

.special__textarea {
  width: 320px;
  margin: 70px auto 0;
}
@media (max-width: 767px) {
  .special__textarea {
    margin: 0 auto;
  }
}

.special__copy {
  text-align: center;
}
.special__copy img {
  margin-bottom: 10px;
}

.special__attention {
  font-size: 10px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.4;
  color: #fff;
  position: relative;
  margin-top: 3px;
}
.special__attention p {
  transform: scale(0.8);
  margin-left: -11%;
}

.special__credit {
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 2;
  color: #fff;
  margin-top: 25px;
}

.special__bottom {
  margin-top: 60px;
  margin-bottom: 20px;
}
.special__bottom .special__img {
  transition-delay: 0.3s;
  padding: 0 20px;
}
@media (max-width: 767px) {
  .special__bottom .special__img {
    padding: 0 50px;
  }
}
@media (max-width: 767px) {
  .special__bottom {
    margin-top: 30px;
    margin-bottom: 0px;
  }
}

.special__heading span {
  display: block;
}
.special__heading .sub {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 2;
}
.special__heading .main {
  font-size: 20px;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.5;
  color: #EDD79B;
}

.special__arrow {
  opacity: 0;
  transform: translate(30px, 0px);
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1.5s;
}
@media (max-width: 767px) {
  .special__arrow {
    transform: translate(0, -30px);
  }
}
.special__arrow.is-onscreen {
  opacity: 1;
  transform: translate(0, 0px);
}
@media (max-width: 767px) {
  .special__arrow.is-onscreen {
    transform: translate(0, 0px);
  }
}
.special__arrow img {
  display: table;
}
@media (max-width: 767px) {
  .special__arrow img {
    transform: rotate(90deg);
    margin: 20px auto;
  }
}

.special__info {
  text-align: center;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.5;
  margin-top: 20px;
}

.special__img-2 {
  width: 350px;
  margin: 40px auto 0;
  position: relative;
  z-index: 11;
}
@media (max-width: 767px) {
  .special__img-2 {
    margin-top: 30px;
    margin-left: -25px;
    width: calc(100% + 50px);
  }
}

.scene-slide__list {
  margin: 80px 0;
  max-width: 100%;
  overflow: hidden;
}
@media (max-width: 767px) {
  .scene-slide__list {
    width: 100%;
    overflow: hidden;
  }
}
@media (max-width: 767px) {
  .scene-slide__list {
    margin: 40px 0;
  }
}

.scene__list {
  position: relative;
  padding: 0 55px;
}
@media (max-width: 767px) {
  .scene__list {
    padding: 0;
  }
  .scene__list--bottom {
    margin-top: 20px;
  }
}
.scene__list:after {
  content: "";
  width: 1px;
  height: 0;
  background: #3E3E3E;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1.5s;
}
@media (max-width: 767px) {
  .scene__list:after {
    content: none;
  }
}
.scene__list.is-onscreen:after {
  height: 100%;
}

.scene__item p {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2;
  color: #7B7A7A;
  text-align: left;
  margin-top: 12px;
  margin-bottom: 12px;
}

.scene__cat {
  margin-bottom: 10px;
  text-align: left;
}
.scene__cat--2 {
  margin-top: 30px;
}

.scene__ttl {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1;
  text-align: center;
  border-radius: 100px;
  border: 1px solid #3E3E3E;
  background: #F8F1DF;
  padding: 3px 0;
}

.scene-hoewto {
  background: #F7F7F7;
  padding: 100px 0 20px;
  margin-top: 100px;
}
@media (max-width: 767px) {
  .scene-hoewto {
    margin-top: 10px;
    padding: 40px 0 20px;
  }
}

.scene-hoewto__ttl {
  padding: 0 0 20px;
  position: relative;
}
.scene-hoewto__ttl:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background: #3E3E3E;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1s;
}
.scene-hoewto__ttl.is-onscreen:after {
  width: 100%;
}
.scene-hoewto__ttl-en {
  font-size: 40px;
  font-size: 4rem;
  font-weight: 100;
  line-height: 1;
  font-family: brandon-grotesque, serif;
  font-style: italic;
  text-align: center;
}
.scene-hoewto__ttl-en span {
  padding: 0 0 15px;
}
.scene-hoewto__ttl-jp {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1;
  text-align: center;
}
.scene-hoewto__ttl-jp span {
  padding: 0 0 20px;
}

.formal__cat {
  position: absolute;
  top: 0;
  right: 0;
}

.formal__img {
  position: relative;
}

.formal__img-cat {
  position: absolute;
  left: 0;
  bottom: 0;
  color: #fff;
  background: #000;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  padding: 6px 0;
  width: 100%;
}

.formal__caption {
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 2;
  margin-top: 10px;
  color: #7B7A7A;
  opacity: 0.8;
  text-align: left;
}

.formal-slide {
  margin-top: 50px;
  position: relative;
  padding: 30px 0;
}
@media (max-width: 767px) {
  .formal-slide {
    margin-top: 40px;
    padding: 0;
  }
  .formal-slide .swiper-button-prev {
    display: none;
  }
  .formal-slide .swiper-button-next {
    display: none;
  }
}
.formal-slide:before {
  content: "";
  width: 3000px;
  height: 558px;
  background: #E5E4E4;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
@media (max-width: 767px) {
  .formal-slide:before {
    height: 395px;
    top: 40px;
  }
}
.formal-slide .swiper-slide {
  margin-right: 10px;
  padding-bottom: 50px;
}
@media (max-width: 767px) {
  .formal-slide .swiper-slide {
    flex-basis: 50%;
    margin-right: 0;
    padding: 0 5px;
    padding-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .formal-slide .swiper-wrapper {
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .formal-slide .col-xs-12 {
    padding: 0;
  }
}

.formal-slide__img {
  width: 151px;
  position: relative;
  z-index: 111;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .formal-slide__img {
    padding: 0;
    width: 151px;
    margin: 0 auto 10px;
  }
}

.formal-slide__inner {
  padding-left: 40px;
}
@media (max-width: 767px) {
  .formal-slide__inner {
    padding-left: 0px;
  }
}

.formal-slide__list {
  margin-top: 25px;
  position: relative;
}
.formal-slide__list:before {
  content: "";
  width: calc(100vw);
  height: 100%;
  background: #E5E4E4;
  position: absolute;
  top: 0px;
  left: -100vw;
  z-index: 1111;
}
@media (max-width: 767px) {
  .formal-slide__list:before {
    content: none;
  }
}

@media (max-width: 767px) {
  .formal-slide__item {
    opacity: 0;
    transform: translateY(50px);
    transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1s;
  }
  .formal-slide__item.is-onscreen {
    opacity: 1;
    transform: translateY(0);
  }
}

.formal__heading {
  font-size: 20px;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.15;
  text-align: left;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .formal__heading {
    text-align: center;
    display: table;
    margin: 40px auto 23px;
  }
}
.formal__heading span {
  display: table;
  position: relative;
}
@media (max-width: 767px) {
  .formal__heading span {
    margin: 0 auto 7px;
  }
}
.formal__heading span:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 6px;
  background: #F8F1DF;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 1s;
  transition-delay: 0.5s;
  z-index: -1;
}
.formal__heading.is-onscreen span:before {
  width: 100%;
}

.ticket__btn {
  margin: 0 auto;
  display: table;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
}
.ticket__btn:hover {
  opacity: 0.5;
}