@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700&display=swap");
body {
  font-family: "Zen Kaku Gothic New", serif;
  color: #211918;
}

.u-desktop {
  display: none;
  visibility: hidden;
}

@media screen and (min-width: 768px) {
  .u-desktop {
    display: block;
    visibility: visible;
  }
}
@media screen and (min-width: 768px) {
  .u-mobile {
    display: none !important;
    visibility: hidden;
  }
}
.aispeedorder__logo img {
  -webkit-transform: translateX(-50px);
          transform: translateX(-50px);
  -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;
  opacity: 0;
}
.aispeedorder__logo.started img {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}

.aispeedorder__logo .right:first-child {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}

.aispeedorder__logo .right:nth-child(2) {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

.aispeedorder__logo .right:nth-child(3) {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}

html {
  font-size: 16px;
  font-size: 1rem;
  font-family: "Zen Kaku Gothic New", serif;
}

/* hover */
a {
  text-decoration: none;
  color: inherit;
}

img {
  display: block;
}

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

/* Remove default padding */
ul,
ol {
  padding: 0;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Set core root defaults */
html {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* Remove list styles on ul, ol elements with a class attribute */
ul,
ol {
  list-style: none;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img {
  max-width: 100%;
  display: block;
}

/* Natural flow and rhythm in articles by default */
article > * + * {
  margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Blur images when they have no alt attribute */
img:not([alt]) {
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="10" /></filter></svg>#filter');
  -webkit-filter: blur(10px);
  filter: blur(10px);
}

/* フォームリセット */
input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

input[type=checkbox],
input[type=radio] {
  display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

main {
  overflow: hidden;
}

.aispeedorder {
  background-color: #eeeeee;
  padding-top: 224px;
  padding-bottom: 160px;
  position: relative;
}
.aispeedorder:after {
  position: absolute;
  width: 100%;
  height: 64px;
  background: #fff;
  content: "";
  top: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  .aispeedorder:after {
    height: 40px;
  }
}

@media screen and (max-width: 767px) {
  .aispeedorder {
    padding-top: 40px;
    margin-top: 40px;
    padding-bottom: 80px;
  }
}
@media screen and (min-width: 768px) {
  .aispeedorder__inner.inner {
    max-width: 1112px;
  }
}
@media screen and (max-width: 767px) {
  .aispeedorder__main {
    position: relative;
    gap: 0px;
  }
}
@media screen and (min-width: 768px) {
  .aispeedorder__main {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 40px min(59.3984962406%, 632px);
    grid-template-columns: 1fr min(59.3984962406%, 632px);
    gap: 40px;
  }
}
@media screen and (max-width: 767px) {
  .aispeedorder__mainText {
    padding: 0 24px;
  }
}
@media screen and (max-width: 767px) {
  .aispeedorder__logo {
    width: 71.5%;
    margin-top: 40px;
  }
  .aispeedorder__logo img + img {
    margin-top: 10px;
  }
}
@media screen and (min-width: 768px) {
  .aispeedorder__logo {
    width: 100%;
    max-width: 350px;
  }
  .aispeedorder__logo img:nth-child(2) {
    margin-top: 24px;
  }
  .aispeedorder__logo img:nth-child(3) {
    margin-top: 21px;
  }
}
@media screen and (min-width: 768px) {
  .aispeedorder__msg {
    margin-top: 40px;
    max-width: 312px;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .aispeedorder__msg {
    margin-top: 20px;
    width: 74.3%;
  }
}
.aispeedorder__text {
  margin-top: 20px;
}

@media screen and (min-width: 768px) {
  .aispeedorder__text {
    margin-top: 80px;
  }
}
.aispeedorder__desc {
  color: rgba(33, 25, 24, 0.8);
  font-size: 14px;
  line-height: 2;
}

@media screen and (max-width: 767px) {
  .aispeedorder__desc {
    margin-top: 20px;
  }
}
.aispeedorder__detail {
  font-size: 12px;
  color: rgba(33, 25, 24, 0.4);
  margin-top: 16px;
  line-height: 1.6;
}

@media screen and (min-width: 768px) {
  .aispeedorder__detail {
    margin-top: 70px;
  }
}
@media screen and (max-width: 767px) {
  .aispeedorder__hero {
    width: 100vw;
  }
}
.aispeedorder__hero,
.aispeedorder__image {
  overflow: hidden;
}

.aispeedorder__point {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .aispeedorder__point {
    margin-top: 30px;
    padding: 0 24px;
  }
}

.aispeedorder__point-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -6px;
  margin-right: -6px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .aispeedorder__point-img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: -2px;
    margin-right: -2px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

.aispeedorder__point-img-item {
  padding: 0 6px;
  width: 25%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .aispeedorder__point-img-item {
    padding: 0 2px;
    width: 50%;
    margin-bottom: 4px;
  }
}

.aispeedorder__caption {
  font-size: 12px;
  margin-top: 12px;
  line-height: 2;
}

.aispeedorder__point-list {
  margin-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -32px;
  margin-right: -32px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .aispeedorder__point-list {
    display: block;
    margin-left: 0px;
    margin-right: 0px;
  }
}

.aispeedorder__point-item {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 32px;
  width: 33.3333%;
}
@media screen and (max-width: 767px) {
  .aispeedorder__point-item {
    width: 100%;
    padding: 0;
    margin-bottom: 40px;
  }
}

.aispeedorder__point-ttl img {
  margin-bottom: 20px;
}

.aispeedorder__point-heading {
  font-size: 16px;
  margin-bottom: 12px;
  font-weight: 700;
}

.aispeedorder__point-desc {
  font-size: 12px;
  opacity: 0.8;
  color: #211918;
  font-weight: 400;
  line-height: 1.6;
}

.aispeedorder__point-caption {
  margin-top: 10px;
  font-size: 10px;
  line-height: 1.5;
  opacity: 0.8;
}
.aispeedorder__point-caption.red {
  color: #ff1c00;
}

@media screen and (min-width: 768px) {
  .aispeedorder__btnarea {
    margin-top: 80px;
    margin-bottom: 80px;
  }
}
.aispeedorder__btnarea {
  margin-top: 80px;
  margin-bottom: 0px;
  padding-bottom: 0;
}

.aispeedorder__btnTitle {
  text-align: center;
}

.aispeedorder__btnTitle-desc {
  font-weight: 700;
  line-height: 2;
  font-size: 18px;
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .aispeedorder__btnTitle-desc {
    margin-bottom: 16px;
  }
}

.aispeedorder__btnTitle-logo {
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .aispeedorder__btnTitle-logo {
    width: calc(100% - 200px);
  }
}
@media screen and (max-width: 767px) {
  .aispeedorder__btnTitle-logo {
    width: calc(100% - 80px);
    margin-bottom: 16px;
  }
}
.aispeedorder__btn {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .aispeedorder__btn {
    margin-top: 24px;
  }
}

.aispeedorder__btn > .button {
  margin-inline: auto;
}

@media screen and (min-width: 768px) {
  .aispeedorder__btn > .button {
    max-width: 400px;
  }
}
@media screen and (max-width: 767px) {
  .aispeedorder__btn > .button {
    max-width: 320px;
    width: 100%;
  }
}
.aispeedorder__btn-ticket {
  display: block;
  margin: 160px auto;
}
@media screen and (max-width: 767px) {
  .aispeedorder__btn-ticket {
    margin: 80px 0;
  }
}
.aispeedorder__btn-ticket a {
  display: table;
  width: 560px;
  margin: 0 auto;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .aispeedorder__btn-ticket a {
    width: 100%;
    padding: 0 24px;
  }
}
.aispeedorder__btn-ticket a:hover {
  opacity: 0.6;
}

.aispeedorder__btn-ticket-ttl {
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .aispeedorder__btn-ticket-ttl {
    font-size: 16px;
    margin-bottom: 16px;
  }
}

.button {
  position: relative;
  display: block;
  background-color: #fff;
  overflow: hidden;
  width: 224px;
  border: 1px solid #211918;
  border-radius: 4px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media screen and (min-width: 768px) {
  .button {
    max-width: 280px;
    width: 100%;
  }
}
.button span {
  width: 100%;
  text-align: center;
  color: #211918;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 700;
  padding: 16px;
  display: inline-block;
  position: relative;
}

@media screen and (min-width: 768px) {
  .button span {
    padding: 20px;
    font-size: 20px;
  }
}
.button:hover {
  background-color: #211918;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.button:hover span {
  color: #fff;
}

#footer {
  background-color: #000;
}

.copyright {
  height: 24px;
  line-height: 24px;
  color: #fff;
  font-size: 10px;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .copyright {
    height: 54px;
    line-height: 54px;
  }
}
.page_home {
  padding-top: 40px;
}

@media screen and (min-width: 768px) {
  .page_home {
    padding-top: 64px;
  }
}
#header {
  background-color: #000;
  width: 100%;
  z-index: 1001;
}

#header.fixed {
  position: fixed;
  top: 0;
  left: 0;
}

#header .site-logo {
  width: 120px;
  padding: 12px 0;
  line-height: 0;
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  #header .site-logo {
    width: 184px;
    padding: 20px 0;
  }
}
#header #menu {
  width: 18px;
  position: absolute;
  top: 12px;
  left: 12px;
  line-height: 0;
  z-index: 10000;
  cursor: pointer;
}

@media screen and (min-width: 768px) {
  #header #menu {
    width: 26px;
    top: 18px;
    right: 18px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    left: 24px;
  }
}
#header #online-shop {
  width: 20px;
  position: absolute;
  top: 12px;
  right: 12px;
  line-height: 0;
  z-index: 10000;
  cursor: pointer;
}

@media screen and (min-width: 768px) {
  #header #online-shop {
    width: 28px;
    top: 18px;
    right: 24px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
}
.stickybtn-scroll {
  position: fixed;
  z-index: 99;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  width: 20px;
  top: 50%;
  -webkit-transform: translateY(calc(-50% + 30px));
          transform: translateY(calc(-50% + 30px));
  left: 40px;
}
.stickybtn-scroll:hover {
  -webkit-transform: translateY(calc(-50% + 35px));
          transform: translateY(calc(-50% + 35px));
}
@media screen and (max-width: 767px) {
  .stickybtn-scroll {
    width: 15px;
    top: inherit;
    bottom: 10px;
    left: 10px;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

.stickybtn_list {
  position: fixed;
  bottom: 40px;
  right: 40px;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .stickybtn_list {
    bottom: 10px;
    right: 10px;
    width: calc(100% - 60px);
    -webkit-box-pack: right;
        -ms-flex-pack: right;
            justify-content: right;
  }
}

.stickybtn_listItem {
  width: auto;
  margin: 0 5px;
}

.stickybtn_listItem img {
  -o-object-fit: contain;
  object-fit: contain;
  width: auto;
  height: 100%;
}

.stickybtn_listItem a {
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.stickybtn_listItem a:hover {
  opacity: 0.8;
}

.stickybtn_listItem-toku img {
  border-radius: 4px;
}

.hero {
  position: relative;
}

.hero__blur {
  position: absolute;
  top: 0;
  z-index: 2;
}

.hero__blur img {
  -webkit-animation-name: animate-hero;
  animation-name: animate-hero;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

.hero__main {
  background-color: #f8f8f8;
  position: relative;
  overflow: hidden;
}

.hero__mainInner {
  position: relative;
  width: 100%;
  height: 100%;
}

.hero__image {
  overflow: hidden;
  z-index: -1;
  pointer-events: none;
  opacity: 0;
  -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;
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.started .hero__image {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.hero__title {
  width: 22.5vw;
  position: absolute;
  z-index: 11;
  left: 18.9%;
  top: 28.1%;
  opacity: 0;
  -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;
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
.started .hero__title {
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .hero__title {
    width: 39vw;
    left: 24px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

.hero__handwriting-first {
  width: 14.42vw;
  display: block;
  position: absolute;
  z-index: 1111;
  top: 30.1%;
  right: 25.4%;
  opacity: 0;
  -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;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}
.started .hero__handwriting-first {
  opacity: 1;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}
@media screen and (max-width: 767px) {
  .hero__handwriting-first {
    width: 25vw;
    right: 27.3px;
    top: 28%;
  }
}

.hero__handwriting-start {
  width: 10.76vw;
  display: block;
  position: absolute;
  top: 34%;
  z-index: 1111;
  right: 24.89%;
  opacity: 0;
  -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;
  -webkit-transition-delay: 1.6s;
          transition-delay: 1.6s;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
}
.started .hero__handwriting-start {
  opacity: 1;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}
@media screen and (max-width: 767px) {
  .hero__handwriting-start {
    width: 18.6vw;
    right: 24.1px;
    top: 32.18%;
  }
}

.hero__caption {
  position: absolute;
  font-weight: bold;
  color: #fff;
  top: 40px;
  right: 40px;
  width: 133px;
  z-index: 11;
}
@media screen and (max-width: 767px) {
  .hero__caption {
    top: 10px;
    right: 10px;
    width: 121px;
  }
}

.hero__desc {
  margin: 80px auto 160px;
}
@media screen and (max-width: 767px) {
  .hero__desc {
    margin: 40px auto 80px;
  }
}

.hero__desc p {
  font-size: 16px;
  font-weight: 700;
  line-height: 2;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .hero__desc p {
    text-align: left;
    font-size: 14px;
    padding: 0 24px;
  }
}

.js-coordinate-swiper {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .js-coordinate-swiper {
    overflow: hidden;
  }
}

.suit__coordinate {
  background: #54b6e2;
  padding: 80px 0;
  /* 画像のサイズ調整 */
}
@media screen and (max-width: 767px) {
  .suit__coordinate {
    padding: 40px 0;
  }
}
.suit__coordinate--2 {
  background: #9fa8b9;
}
@media screen and (min-width: 768px) {
  .suit__coordinate .swiper-wrapper {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4, 1fr);
  }
}
.suit__coordinate .swiper-slide {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.suit__coordinate p {
  font-size: 12px;
  color: #fff;
  margin-top: 4px;
  font-weight: 400;
  line-height: 1.8;
  opacity: 0.8;
}
@media screen and (min-width: 768px) {
  .suit__coordinate .swiper-slide img {
    height: auto;
    width: 100%;
  }
}

.suit__coordinate-ttl {
  width: 175px;
  margin-bottom: 24px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .suit__coordinate-ttl {
    width: 100%;
    margin-bottom: 16px;
  }
  .suit__coordinate-ttl img {
    width: 115px;
  }
}

.suit__coordinate-arrow {
  position: absolute;
  right: 0px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.suit__coordinate-inner {
  max-width: 1064px;
  margin: 0 auto;
  -webkit-transform: translateX(20px);
          transform: translateX(20px);
}
@media screen and (max-width: 767px) {
  .suit__coordinate-inner {
    width: calc(100% - 48px);
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}

.suit__coordinate-list {
  gap: 40px;
}
@media screen and (max-width: 767px) {
  .suit__coordinate-list {
    gap: 0px;
  }
}

.navysuit {
  width: calc(100% - 40px);
}
@media screen and (max-width: 767px) {
  .navysuit {
    width: calc(100% - 24px);
  }
}

.navysuit__main {
  position: relative;
}

.navysuit__textarea {
  position: absolute;
  top: 16.2%;
  right: 15.8%;
  width: 29.57%;
}
@media screen and (max-width: 767px) {
  .navysuit__textarea {
    position: static;
    background: #54b6e2;
    width: 100%;
    padding: 0 24px;
  }
}
.navysuit__textarea p {
  font-size: 14px;
  line-height: 2;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .navysuit__textarea p {
    font-size: 12px;
  }
}

.navysuit__ttl {
  width: 18.44vw;
}
@media screen and (max-width: 767px) {
  .navysuit__ttl {
    width: 67vw;
  }
}

.navysuit__handwriting {
  width: 15.95vw;
  margin-top: 14px;
  margin-bottom: 70px;
}
@media screen and (max-width: 767px) {
  .navysuit__handwriting {
    width: 57.9vw;
    margin-bottom: 40px;
  }
}

.blacksuit {
  width: calc(100% - 40px);
  -webkit-transform: translateX(40px);
          transform: translateX(40px);
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .blacksuit {
    width: calc(100% - 24px);
    -webkit-transform: translateX(24px);
            transform: translateX(24px);
    margin-top: 40px;
  }
}

.blacksuit__main {
  position: relative;
}

.blacksuit__textarea {
  position: absolute;
  top: 13.88%;
  left: 14.93%;
  width: 30.4%;
}
.blacksuit__textarea p {
  font-size: 14px;
  line-height: 2;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .blacksuit__textarea p {
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  .blacksuit__textarea {
    position: static;
    background: #9fa8b9;
    width: 100%;
    padding: 0 24px;
  }
}

.blacksuit__ttl {
  width: 19.54vw;
}
@media screen and (max-width: 767px) {
  .blacksuit__ttl {
    width: 71vw;
  }
}

.blacksuit__handwriting {
  width: 16.39vw;
  margin-top: 14px;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .blacksuit__handwriting {
    width: 59.5vw;
  }
}

.suit-4s {
  position: relative;
  margin-top: 160px;
}
@media screen and (max-width: 767px) {
  .suit-4s {
    margin-top: 80px;
  }
}

.suit-4s__bg {
  margin-bottom: 90px;
}
@media screen and (max-width: 767px) {
  .suit-4s__bg {
    margin-bottom: 64px;
    width: calc(100% - 48px);
    -webkit-transform: translateX(24px);
            transform: translateX(24px);
  }
}

.suit-4s__inner {
  position: relative;
  width: calc(100% - 80px);
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .suit-4s__inner {
    width: calc(100% - 0px);
  }
}

.suit-4s__textarea {
  position: absolute;
  width: 30.45vw;
  top: 11.3%;
  left: 7.9%;
}
@media screen and (max-width: 767px) {
  .suit-4s__textarea {
    width: 100%;
    padding: 0 24px;
    top: 40px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.suit-4s__textarea p {
  color: #fff;
  font-size: 14px;
  line-height: 2;
}

.suit-4s__copy {
  width: 18.8vw;
  margin-bottom: 36px;
}
@media screen and (max-width: 767px) {
  .suit-4s__copy {
    width: 74.4vw;
    margin-bottom: 18px;
  }
}

.suit-4s__logo {
  margin-bottom: 54px;
}

.suit-4s__elm {
  position: absolute;
  width: 45.09vw;
  top: 11.3%;
  right: 7.9%;
}
@media screen and (max-width: 767px) {
  .suit-4s__elm {
    width: 145%;
    top: 297px;
    right: inherit;
    left: -24px;
  }
}

.suit-4s__desc-2 {
  font-size: 12px;
  line-height: 2;
  font-weight: 500;
  padding: 0 24px;
}

.suit-4s__detail {
  max-width: 1064px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .suit-4s__detail {
    margin-top: 60px;
    padding: 0 24px;
  }
}

.suit-4s__ttl {
  width: 43.7vw;
  max-width: 597px;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .suit-4s__ttl {
    width: 82.9vw;
    margin-bottom: 40px;
  }
}

.suit-4s__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -14px;
  margin-left: -14px;
}
@media screen and (max-width: 767px) {
  .suit-4s__list {
    display: block;
    margin-left: 0px;
    margin-left: 0;
  }
}

.suit-4s__item {
  width: 25%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 14px;
}
@media screen and (max-width: 767px) {
  .suit-4s__item {
    width: 100%;
    padding: 0;
    margin-bottom: 40px;
  }
  .suit-4s__item:nth-child(1) {
    padding-right: 22.8%;
  }
  .suit-4s__item:nth-child(2) {
    padding-left: 22.8%;
  }
  .suit-4s__item:nth-child(3) {
    padding-right: 22.8%;
  }
  .suit-4s__item:nth-child(4) {
    padding-left: 22.8%;
  }
}

.suit-4s__cat {
  margin: 12px 0px;
}
.suit-4s__cat img {
  margin-bottom: 6px;
}
.suit-4s__cat p {
  font-size: 12px;
  font-weight: 600;
  line-height: 1.5;
}

.suit-4s__desc {
  font-size: 12px;
  line-height: 1.6;
}

.suit-3piece {
  padding-top: 160px;
}
@media screen and (max-width: 767px) {
  .suit-3piece {
    padding: 40px 24px 0;
  }
}

.suit-3piece__ttl-sub {
  width: 200px;
  margin: 0 auto;
}
.suit-3piece__ttl-main {
  width: 351px;
  margin: 18px auto 33px;
}
@media screen and (max-width: 767px) {
  .suit-3piece__ttl-main {
    width: 177px;
  }
}

.suit-3piece__desc {
  font-size: 14px;
  font-weight: 500;
  line-height: 2;
  text-align: center;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .suit-3piece__desc {
    font-size: 12px;
    text-align: left;
    margin-bottom: 30px;
  }
}

.suit-3piece__inner {
  max-width: 1064px;
  margin: 0 auto;
}

.suit-3piece__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  margin-left: -16px;
  margin-right: -16px;
}
@media screen and (max-width: 767px) {
  .suit-3piece__list {
    display: block;
    margin-left: 0;
    margin-right: 0;
  }
}

.suit-3piece__item-main {
  width: 69%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 16px;
}
@media screen and (max-width: 767px) {
  .suit-3piece__item-main {
    width: 100%;
    padding: 0;
    margin-bottom: 24px;
  }
}

.suit-3piece__item-sub {
  width: 31%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 16px;
}
.suit-3piece__item-sub .suit-3piece__img {
  margin-bottom: 6px;
}
@media screen and (max-width: 767px) {
  .suit-3piece__item-sub .suit-3piece__img {
    padding-left: 20%;
  }
  .suit-3piece__item-sub .suit-3piece__img:nth-child(1) {
    padding-right: 20%;
    padding-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .suit-3piece__item-sub {
    width: 100%;
    padding: 0;
    margin-bottom: 24px;
  }
}

.suit-3piece__caption {
  font-size: 12px;
  line-height: 1.6;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .suit-3piece__caption {
    width: 100%;
    padding: 0;
    margin-bottom: 24px;
    padding-right: 20%;
  }
  .suit-3piece__caption--2 {
    padding-left: 20%;
    padding-right: inherit;
  }
}

.shirtandtie {
  padding-top: 160px;
}
@media screen and (max-width: 767px) {
  .shirtandtie {
    padding-top: 56px;
    padding: 56px 24px 0;
  }
}

.shirtandtie__ttl-main {
  width: 514px;
  margin: 0px auto 55px;
}
@media screen and (max-width: 767px) {
  .shirtandtie__ttl-main {
    width: 259px;
    margin: 0px auto 33px;
  }
}

.shirtandtie__desc {
  font-size: 14px;
  font-weight: 500;
  line-height: 2;
  text-align: center;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .shirtandtie__desc {
    font-size: 12px;
    text-align: left;
    margin-bottom: 30px;
  }
}

.shirtandtie__list {
  max-width: 1064px;
  margin: 0 auto;
}

.shirtandtie__item {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .shirtandtie__item {
    margin-bottom: 24px;
  }
}

.shirtandtie__bg {
  position: relative;
}

.shirtandtie__textarea {
  position: absolute;
  width: 432px;
  top: 50%;
  right: 7.5%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #fff;
}
@media screen and (max-width: 767px) {
  .shirtandtie__textarea {
    position: static;
    width: 100%;
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
    background: #00a9e3;
    padding: 0 24px 40px;
  }
}

.shirtandtie__textarea-2 {
  position: absolute;
  width: 432px;
  top: 50%;
  left: 7.5%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #fff;
}
@media screen and (max-width: 767px) {
  .shirtandtie__textarea-2 {
    position: static;
    width: 100%;
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
    background: #838997;
    padding: 0 24px;
    padding: 0 24px 40px;
  }
}

.shirtandtie__heading {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
  .shirtandtie__heading {
    font-size: 16px;
    margin-bottom: 16px;
  }
}

.shirtandtie__caption {
  font-size: 14px;
  line-height: 2;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .shirtandtie__caption {
    font-size: 12px;
    margin-bottom: 24px;
  }
}

.shirtandtie__credit {
  font-size: 12px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.8);
}

.bagshoes {
  padding-top: 120px;
  max-width: 1064px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .bagshoes {
    padding: 36px 24px 0;
  }
}

.bagshoes__ttl-main {
  width: 645px;
  margin: 0px auto 55px;
}
@media screen and (max-width: 767px) {
  .bagshoes__ttl-main {
    width: 328px;
    margin: 0px auto 20px;
  }
}

.bagshoes__desc {
  font-size: 14px;
  font-weight: 500;
  line-height: 2;
  text-align: center;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .bagshoes__desc {
    font-size: 12px;
    text-align: left;
    margin-bottom: 30px;
  }
}

.bagshoes__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -20px;
  margin-right: -20px;
}
@media screen and (max-width: 767px) {
  .bagshoes__list {
    display: block;
    margin-left: 0px;
    margin-right: 0px;
  }
}

.bagshoes__item {
  width: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 20px;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .bagshoes__item {
    width: 100%;
    padding: 0px;
    margin-bottom: 24px;
  }
  .bagshoes__item:nth-child(1) {
    padding-right: 25.6%;
  }
  .bagshoes__item:nth-child(2) {
    padding-left: 25.6%;
  }
  .bagshoes__item:nth-child(3) {
    padding-right: 25.6%;
  }
  .bagshoes__item:nth-child(4) {
    padding-left: 25.6%;
  }
}

.bagshoes__caption {
  font-size: 12px;
  line-height: 1.6;
  margin: 12px 0;
}

.bagshoes__credit {
  font-size: 12px;
  opacity: 0.8;
  line-height: 1.6;
}

.coat {
  padding: 120px 40px 36px;
}
@media screen and (max-width: 767px) {
  .coat {
    padding: 56px 24px 0px;
  }
}

.coat__ttl-main {
  width: 245px;
  margin: 0px auto 55px;
}
@media screen and (max-width: 767px) {
  .coat__ttl-main {
    width: 124px;
    margin: 0px auto 20px;
  }
}

.coat__desc {
  font-size: 14px;
  font-weight: 500;
  line-height: 2;
  text-align: center;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .coat__desc {
    font-size: 12px;
    text-align: left;
    margin-bottom: 33px;
  }
}

.coat__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -20px;
  margin-right: -20px;
  margin-bottom: 64px;
  /* 画像のサイズ調整 */
}
@media screen and (max-width: 767px) {
  .coat__item {
    display: block;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 30px;
  }
}
.coat__item.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.coat__item.bottom {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}
@media screen and (min-width: 768px) {
  .coat__item .swiper-wrapper {
    display: block;
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4, 1fr);
  }
}
.coat__item .swiper-slide {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  .coat__item .swiper-slide img {
    height: auto;
    width: 100%;
  }
}

.coat__img {
  width: 50%;
  padding: 0 20px;
}
@media screen and (max-width: 767px) {
  .coat__img {
    width: 100%;
    padding: 0px;
  }
}

.coat__textarea {
  width: 41.5%;
  padding: 0 20px;
  margin-top: 144px;
}
@media screen and (max-width: 767px) {
  .coat__textarea {
    width: 100%;
    padding: 0px;
    margin-top: 16px;
  }
}

.coat__heading {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 6px;
}

.coat__textarea-desc {
  font-size: 14px;
  line-height: 2;
  margin-bottom: 14px;
}

.coat__credit {
  font-size: 12px;
  opacity: 0.8;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .coat__credit {
    margin-top: 6px;
  }
}

.coat__point-ttl {
  width: 92px;
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .coat__point-ttl {
    width: 100%;
    margin-bottom: 16px;
    position: relative;
    margin-top: 30px;
  }
  .coat__point-ttl img {
    width: 60px;
  }
}

.coat__point-list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .coat__point-list-item {
    display: block;
    margin-bottom: 0px;
  }
}
.coat__point-list-item:last-child {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .coat__point-list-item:last-child {
    margin-bottom: 0px;
  }
}

.coat__point-list-img {
  width: 188px;
}
@media screen and (max-width: 767px) {
  .coat__point-list-img {
    width: 100%;
  }
}

.coat__point-textarea {
  width: calc(100% - 188px);
  padding-left: 16px;
}
@media screen and (max-width: 767px) {
  .coat__point-textarea {
    width: 100%;
    padding-left: 0px;
  }
}
.coat__point-textarea p {
  font-size: 12px;
  line-height: 1.6;
}

.coat__point-heading {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 12px;
}
@media screen and (max-width: 767px) {
  .coat__point-heading {
    font-size: 14px;
    margin-top: 12px;
  }
}

.inner {
  width: 100%;
  margin-inline: auto;
  padding-inline: 24px;
}
@media screen and (max-width: 767px) {
  .inner {
    padding-inline: 0;
  }
}

.modal {
  visibility: hidden;
  opacity: 0;
  position: fixed;
  z-index: 10002;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.is-show {
  visibility: visible;
  opacity: 1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.modal__overlay {
  background-color: rgba(33, 25, 24, 0.95);
  width: 100%;
  height: 100%;
}

.modal__container {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  padding-inline: 24px;
}

@media screen and (min-width: 768px) {
  .modal__container {
    max-width: 1328px;
  }
}
.modal__wrapper {
  position: relative;
  margin-inline: auto;
}

.modal__contents {
  position: relative;
}

@media screen and (min-width: 768px) {
  .modal__contents {
    max-width: 1063px;
    margin-inline: auto;
    width: calc(100% - 108px);
  }
}
.modal__contents > iframe {
  display: block;
  width: 100%;
  height: 100%;
  aspect-ratio: 16/9;
}

.modal__close {
  cursor: pointer;
  width: 5.8565153734vw;
  height: 5.8565153734vw;
  max-height: 80px;
  max-width: 80px;
  position: absolute;
  top: -40px;
  right: 0;
}

.movie {
  background: #fff;
  margin-top: 120px;
}
@media screen and (max-width: 767px) {
  .movie {
    margin-top: 80px;
    padding: 0 24px;
  }
}

@media screen and (max-width: 767px) {
  .movie__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 16px;
  }
}
@media screen and (min-width: 768px) {
  .movie__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 1112px;
    gap: 40px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 40px;
  }
}
.movie__title {
  width: 238px;
}

@media screen and (max-width: 767px) {
  .movie__title {
    width: 47.6063829787vw;
  }
}
@media screen and (max-width: 767px) {
  .movie__text {
    display: contents;
  }
}
@media screen and (min-width: 768px) {
  .movie__text {
    max-width: 309px;
    width: 100%;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}
.movie__desc {
  font-size: 14px;
  color: rgba(33, 25, 24, 0.8);
  line-height: 2;
}

@media screen and (max-width: 767px) {
  .movie__desc {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}
@media screen and (min-width: 768px) {
  .movie__desc {
    margin-top: 24px;
  }
}
.movie__thumb {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .movie__thumb {
    position: relative;
  }
}
@media screen and (min-width: 768px) {
  .movie__thumb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (max-width: 767px) {
  .movie__thumb > figure {
    width: calc(100% - 10px);
  }
}
@media screen and (min-width: 768px) {
  .movie__thumb > figure {
    max-width: 635px;
    width: 100%;
  }
}
.movie__btn {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-color: transparent;
  overflow: hidden;
  -ms-flex-item-align: end;
  align-self: flex-end;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

@media screen and (max-width: 767px) {
  .movie__btn {
    position: absolute;
    right: 0;
    bottom: -8px;
  }
}
@media screen and (min-width: 768px) {
  .movie__btn {
    position: relative;
    max-width: 160px;
    max-height: 160px;
    height: 11.7130307467vw;
    width: 11.7130307467vw;
    margin-bottom: -40px;
    margin-left: -80px;
  }
}
.movie__btn:before {
  content: "";
  display: block;
  background-color: #fff;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  -webkit-transform: translate(-116px, -116px);
          transform: translate(-116px, -116px);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

@media screen and (min-width: 768px) {
  .movie__btn:before {
    max-width: 160px;
    max-height: 160px;
    height: 11.7130307467vw;
    width: 11.7130307467vw;
  }
}
.movie__btn:hover {
  -webkit-transform: translate(-4px, -4px);
  transform: translate(-4px, -4px);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.movie__btn:hover:before {
  -webkit-transform: scale(1.4);
  transform: scale(1.4);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.movie__btn > figure {
  position: absolute;
  top: 0;
  left: 0;
}

.reserve {
  background-color: #edeff0;
  border-radius: 0.25rem;
  padding: 24px;
  padding: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 28px;
  gap: 1.75rem;
}

@media screen and (min-width: 768px) {
  .reserve {
    padding: min(4.39238653vw, 3.75rem) min(5.8565153734vw, 5rem);
    gap: min(2.9282576867vw, 2.5rem);
    border-radius: 0.5rem;
  }
}
.reserve__heading {
  border-bottom: 1px solid #1c1c1c;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 9px;
  padding-bottom: 0.5625rem;
}

@media screen and (max-width: 767px) {
  .reserve__heading {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
@media screen and (min-width: 768px) {
  .reserve__heading {
    padding-bottom: 0.875rem;
    gap: min(5.8565153734vw, 5rem);
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
}
.reserve__headingMain {
  font-size: 32px;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.04em;
}

@media screen and (min-width: 768px) {
  .reserve__headingMain {
    font-size: min(8.78477306vw, 7.5rem);
  }
}
.reserve__text {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 0.04em;
}

@media screen and (min-width: 768px) {
  .reserve__text {
    font-size: 1.25rem;
  }
}
.reserve__discount {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 2px 7px;
  gap: 0.125rem 0.4375rem;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 32px;
  font-size: 2rem;
  text-transform: uppercase;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 0.4375rem auto;
  grid-template-columns: auto auto;
}

@media screen and (min-width: 768px) {
  .reserve__discount {
    font-size: min(4.6852122987vw, 4rem);
    gap: 0 min(0.7320644217vw, 0.625rem);
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
}
.reserve__discount span {
  letter-spacing: 0.04em;
}

.reverse__discountText {
  font-size: 10px;
  font-size: 0.625rem;
  -ms-grid-column-span: 2;
  grid-column: span 2;
  font-weight: 700;
  margin-left: 1em;
}

@media screen and (min-width: 768px) {
  .reverse__discountText {
    font-size: min(1.4641288433vw, 1.25rem);
    margin-left: min(0.2928257687vw, 0.25rem);
    margin-bottom: min(-0.7320644217vw, -0.625rem);
  }
}
.reserve__discountRate {
  font-size: 48px;
  font-size: 3rem;
  line-height: 48px;
  line-height: 3rem;
  font-style: italic;
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 2;
  grid-row: 2;
}

@media screen and (min-width: 768px) {
  .reserve__discountRate {
    font-size: min(7.027818448vw, 6rem);
    line-height: 1.3333333333;
  }
}
.reserve__discountPer {
  font-size: 32px;
  font-size: 2rem;
}

@media screen and (min-width: 768px) {
  .reserve__discountPer {
    font-size: min(4.6852122987vw, 4rem);
  }
}
.reserve__discountOff {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 2;
  grid-row: 2;
}

@media screen and (min-width: 768px) {
  .reserve__discountOff {
    font-size: min(4.6852122987vw, 4rem);
    margin-bottom: min(0.2928257687vw, 0.25rem);
  }
}
.reserve__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 16px;
  gap: 1rem;
}

@media screen and (min-width: 768px) {
  .reserve__list {
    gap: min(2.9282576867vw, 2.5rem);
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr min(2.9282576867vw, 2.5rem) 1fr min(2.9282576867vw, 2.5rem) 1fr;
    grid-template-columns: repeat(3, 1fr);
  }
}
.reserve__item {
  background-color: #fff;
  padding: 13px 16px;
  padding: 0.8125rem 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6px;
  gap: 0.375rem;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 2;
  counter-increment: number;
  letter-spacing: 0.04em;
}

@media screen and (min-width: 768px) {
  .reserve__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0.75rem;
    padding: min(1.1713030747vw, 1rem) min(2.3426061493vw, 2rem) min(2.3426061493vw, 2rem);
    font-size: 0.875rem;
  }
}
.reserve__item:before {
  content: counter(number);
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: italic;
  font-size: 20px;
  font-size: 1.25rem;
  width: 26px;
  width: 1.625rem;
  line-height: 1.3;
  text-align: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

@media screen and (min-width: 768px) {
  .reserve__item:before {
    font-size: 2.5rem;
    line-height: 3.3125rem;
  }
}
.reserve__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 40px;
  gap: 2.5rem;
  font-size: 14px;
  font-size: 0.875rem;
}

.reserve__container p {
  line-height: 2;
  font-weight: 500;
}

.reserve__announce {
  color: #6a6a6a;
  font-size: 12px;
  font-size: 0.75rem;
  letter-spacing: 0.04em;
}

.reserve__announce li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.reserve__announce li:before {
  content: "※";
}

.reserve__cta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  gap: 2.5rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 12px;
  margin-bottom: 0.75rem;
  font-weight: 500;
}

@media screen and (min-width: 1024px) {
  .reserve__cta {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: min(8.5651537335vw, 7.3125rem);
    margin-bottom: 0;
  }
}
.reserve__cta a.btn {
  margin-inline: auto;
  background-color: white;
  border: none;
}

@media screen and (min-width: 1024px) {
  .reserve__cta a.btn {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-inline: auto 1.25rem;
    width: 18.1875rem;
    padding: 0;
    background-color: white;
    border: none;
  }
}
.reserve__ctaText {
  font-size: 14px;
  font-size: 0.875rem;
  max-width: 610px;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.04em;
}

@media screen and (min-width: 768px) {
  .reserve__ctaText {
    font-size: 1.25rem;
  }
}
.btn._md_ {
  margin-inline: auto;
}

@media screen and (max-width: 767px) {
  .btn._md_ {
    max-width: 20.5rem;
    padding-inline: 0.75rem;
  }
}
@media screen and (min-width: 768px) {
  .btn._md_ {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 1.25rem;
    padding-inline: 3rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .btn._md_:hover:before {
    -webkit-transform: scale(20);
    transform: scale(20);
  }
  .btn._md_:hover .btn__inner:after {
    background-image: url(../images/icon-arrow-wh.svg);
  }
  .btn._md_:hover .btn__inner._pin_:after {
    background-image: url(../images/icon-pin-wh.svg);
  }
}
.btn._md_ span {
  padding-block: 11px;
  padding-block: 0.6875rem;
}

@media screen and (min-width: 768px) {
  .btn._md_ span {
    padding-block: 1.375rem;
  }
}
.btn__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 7px;
  gap: 0.4375rem;
}

@media screen and (min-width: 768px) {
  .btn__inner {
    gap: 0.625rem;
  }
}
.btn__inner:after {
  content: "";
  background-image: url(../images/icon-arrow-bk.svg);
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  width: 14px;
  width: 0.875rem;
  height: 14px;
  height: 0.875rem;
  position: relative;
  z-index: 2;
}

@media screen and (min-width: 768px) {
  .btn__inner:after {
    width: 1.5625rem;
    height: 1.5625rem;
  }
}
.btn__inner._pin_ {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.btn__inner._pin_:after {
  background-image: url(../images/icon-pin.svg);
}

.section07__reserve {
  max-width: 1206px;
  width: calc(100% - 5rem);
  margin: 160px auto 0;
}
@media screen and (max-width: 767px) {
  .section07__reserve {
    width: calc(100% - 48px);
    margin: 80px auto 0;
  }
}

.section07__announce {
  margin-top: 24px;
  margin-top: 1.5rem;
  max-width: 1206px;
  width: calc(100% - 5rem);
  margin: 24px auto 160px;
}
@media screen and (max-width: 767px) {
  .section07__announce {
    margin: 24px auto 80px;
  }
}

.section__announce {
  font-size: 10px;
  font-size: 0.625rem;
  color: #6a6a6a;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 400;
  letter-spacing: 0.04em;
}

@media screen and (min-width: 768px) {
  .section__announce {
    font-size: 0.75rem;
  }
}
.section__announce:before {
  content: "※";
}

.section__announce._mt_ {
  margin-top: 10px;
  margin-top: 0.625rem;
}

.btn {
  border: 1px solid #1c1c1c;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
  width: 100%;
  overflow: hidden;
  position: relative;
  font-weight: 500;
  font-size: 14px;
  font-size: 0.875rem;
  white-space: nowrap;
  letter-spacing: 0;
}

.btn:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 36px;
  width: 2.25rem;
  height: 36px;
  height: 2.25rem;
  background-color: #1c1c1c;
  border-radius: 50%;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-out, -webkit-transform 0.3s ease-out;
  transition: opacity 0.3s ease-out, -webkit-transform 0.3s ease-out;
  transition: opacity 0.3s ease-out, transform 0.3s ease-out;
  transition: opacity 0.3s ease-out, transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}

.btn span {
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}

.btn span:after {
  content: attr(data-text);
  color: #fff;
  top: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  height: 100%;
  width: 100%;
}

@media (hover: hover) and (pointer: fine) {
  .btn:hover span {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  .btn:hover:before {
    -webkit-transition: 0.6s;
    transition: 0.6s;
    -webkit-transform: scale(10);
    transform: scale(10);
    opacity: 1;
  }
}
.btn._md_ {
  margin-inline: auto;
}

@media screen and (max-width: 767px) {
  .btn._md_ {
    max-width: 20.5rem;
    padding-inline: 0.75rem;
  }
}
@media screen and (min-width: 768px) {
  .btn._md_ {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 1.25rem;
    padding-inline: 3rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .btn._md_:hover:before {
    -webkit-transform: scale(20);
    transform: scale(20);
  }
  .btn._md_:hover .btn__inner:after {
    background-image: url(../images/icon-arrow-wh.svg);
  }
  .btn._md_:hover .btn__inner._pin_:after {
    background-image: url(../images/icon-pin-wh.svg);
  }
}
.btn._md_ span {
  padding-block: 11px;
  padding-block: 0.6875rem;
}

@media screen and (min-width: 768px) {
  .btn._md_ span {
    padding-block: 1.375rem;
  }
}
.btn__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 7px;
  gap: 0.4375rem;
}

@media screen and (min-width: 768px) {
  .btn__inner {
    gap: 0.625rem;
  }
}
.btn__inner:after {
  content: "";
  background-image: url(../images/icon-arrow-bk.svg);
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  width: 14px;
  width: 0.875rem;
  height: 14px;
  height: 0.875rem;
  position: relative;
  z-index: 2;
}

@media screen and (min-width: 768px) {
  .btn__inner:after {
    width: 1.5625rem;
    height: 1.5625rem;
  }
}
.btn__inner._pin_ {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.btn__inner._pin_:after {
  background-image: url(../images/icon-pin.svg);
}

.zoom-in {
  overflow: hidden;
}
.zoom-in img {
  opacity: 0;
  -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;
  -webkit-transform: scale(1.08);
          transform: scale(1.08);
}
.zoom-in.started img {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}
@media screen and (max-width: 767px) {
  .zoom-in.zoom-in-sp img {
    opacity: 1;
  }
}

.zoom-in-02 {
  overflow: hidden;
}
.zoom-in-02 img {
  opacity: 0;
  -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;
  -webkit-transform: scale(1.15);
          transform: scale(1.15);
}
.zoom-in-02.started img {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.fade-in {
  overflow: hidden;
  opacity: 0;
  -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;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
}
.fade-in.started {
  opacity: 1;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}
.fade-in.delay-01 {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
.fade-in.delay-02 {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.fade-in.delay-03 {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
.fade-in.delay-04 {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}

.fade-in-02 {
  overflow: hidden;
  opacity: 0;
  -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;
  -webkit-transform: translateX(-50px);
          transform: translateX(-50px);
}
.fade-in-02.started {
  opacity: 1;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}
.fade-in-02.delay-01 {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
.fade-in-02.delay-02 {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.fade-in-02.delay-03 {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
.fade-in-02.delay-04 {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}

.fade-in-03 {
  overflow: hidden;
  opacity: 0;
  -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;
  -webkit-filter: blur(4px);
          filter: blur(4px);
}
.fade-in-03.started {
  opacity: 1;
  -webkit-filter: blur(0);
          filter: blur(0);
}

.mask-in {
  overflow: hidden;
}
.mask-in img {
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  -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;
}
.mask-in.started img {
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
}