@font-face {
  font-family: SemplicitaPro-Semibold;
  src: url(../font/semplicitapro-semibold.otf) format("opentype");
}
html {
  font-size: 1px;
}

body {
  font-family: "Noto Serif JP", serif;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  color: #000;
  background: linear-gradient(to right, #463944 0%, #464e73 38.07%, #3d4767 52.83%, #263346 100%);
  box-sizing: border-box;
  margin: 0;
  border: 0;
  font-feature-settings: "palt";
  line-height: 1.4;
  font-size: 16px;
}

* {
  box-sizing: border-box;
}

h1, h2, h3, h4, figure {
  margin: 0;
}

.d-flex {
  display: flex;
}

.flex-reserve {
  flex-direction: row-reverse;
}

ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

p {
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
}

a {
  text-decoration: none;
}

.align-items-center {
  align-items: center;
}

.pc {
  display: flex !important;
}

.pc-block {
  display: block !important;
}

.font-mincho {
  font-family: "Hina Mincho", serif;
}

.sp {
  display: none !important;
}

.sp-block {
  display: none !important;
}

.justify-content-center {
  justify-content: center;
}

.justify-content-between {
  justify-content: space-between;
}

.justify-content-around {
  justify-content: space-around;
}

.justify-content-end {
  justify-content: flex-end;
}

.align-items-baseline {
  align-items: baseline;
}

.text-center {
  text-align: center !important;
}

.center {
  margin-left: auto;
  margin-right: auto;
}

img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.jusify-content-left {
  justify-content: left !important;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(50px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-50px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(-100px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translateX(100px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes scaled_x {
  0% {
    clip-path: inset(0 100% 0 0);
  }
  100% {
    opacity: 1;
    clip-path: inset(0);
  }
}
@keyframes scaled_x_reserve {
  0% {
    clip-path: inset(0 0 0 100%);
  }
  100% {
    opacity: 1;
    clip-path: inset(0);
  }
}
@keyframes scaled_x_down {
  0% {
    clip-path: inset(0 0 100% 0);
  }
  100% {
    opacity: 1;
    clip-path: inset(0);
  }
}
.anim {
  opacity: 0;
}
.anim.fadeInUp.is-animated {
  animation: fadeInUp 1s ease-in-out forwards;
}
.anim.fadeInDown.is-animated {
  animation: fadeInDown 0.5s ease-in-out forwards;
}
.anim.fadeIn.is-animated {
  animation: fadeIn 1s ease-in-out forwards;
}
.anim.fadeInLeft.is-animated {
  animation: fadeInLeft 1s ease-in-out forwards;
}
.anim.fadeInRight.is-animated {
  animation: fadeInRight 1s ease-in-out forwards;
}
.anim.scaled_x.is-animated {
  transform-origin: left;
  animation: scaled_x 1s ease-in-out forwards;
}
.anim.scaled_x_reserve.is-animated {
  transform-origin: right;
  animation: scaled_x_reserve 1s ease-in-out forwards;
}
.anim.scaled_x_down.is-animated {
  transform-origin: right;
  animation: scaled_x_down 1s ease-in-out forwards;
}

@media screen and (max-width: 768px) {
  html {
    font-size: 0.133333vw;
  }
  .pc {
    display: none !important;
  }
  .pc-block {
    display: none !important;
  }
  .sp {
    display: flex !important;
  }
  .sp-block {
    display: block !important;
  }
}
.submit__banner {
  transition: 0.3s;
}
.submit__banner:hover {
  opacity: 0.7;
}

.left__content {
  width: calc(50% - 187.5rem);
  height: 100vh;
  padding: 40rem;
  position: fixed;
  left: 0;
  top: 0;
}
.left__content .content__inner {
  width: 425rem;
  height: 100%;
  max-width: 100%;
  margin: 0 0 0 auto;
  display: flex;
  align-items: center;
}
.left__content .content__inner .p__logo {
  width: 378rem;
  display: flex;
}

.right__content {
  width: calc(50% - 187.5rem);
  height: 100vh;
  display: flex;
  align-items: center;
  padding: 40rem;
  position: fixed;
  right: 0;
  top: 0;
}
.right__content .content__inner {
  width: 355rem;
  max-width: 100%;
  margin: 0 auto 0 0;
}
.right__content .content__inner .up__menu {
  width: 100%;
}
.right__content .content__inner .up__menu ul li {
  border-top: 1rem solid #fff;
  position: relative;
}
.right__content .content__inner .up__menu ul li:hover .arrow {
  transform: translate(10rem, -50%);
}
.right__content .content__inner .up__menu ul li:last-child {
  border-bottom: 1rem solid #fff;
}
.right__content .content__inner .up__menu ul li .arrow {
  width: 6rem;
  display: flex;
  position: absolute;
  right: 10rem;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.3s;
}
.right__content .content__inner .up__menu ul li a {
  font-weight: 500;
  font-size: 14rem;
  letter-spacing: 0.03em;
  line-height: 28rem;
  display: block;
  padding: 15rem 0;
  text-align: left;
  color: #fff;
  position: relative;
}
.right__content .content__inner .submit__btn {
  width: 100%;
  display: flex;
  margin-top: 30rem;
}

.content__wrapper {
  width: 375rem;
  padding-top: 1rem;
  margin: auto;
  position: relative;
  background: white;
}

header {
  width: 376rem;
  height: 50rem;
  padding-left: 15rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: fixed;
  left: 50%;
  top: 0;
  z-index: 30;
  background: linear-gradient(to right, #463944 0%, #464e73 38.07%, #3d4767 52.83%, #263346 100%);
  transform: translate(-50%);
}
header .logo {
  width: 116rem;
  display: flex;
  position: relative;
  z-index: 1;
}
header .sp-menu {
  width: 50rem;
  height: 50rem;
  position: relative;
  z-index: 1;
  cursor: pointer;
}
header .sp-menu.open span:nth-child(1) {
  top: 25rem;
  transform: translate(-50%) rotate(45deg);
}
header .sp-menu.open span:nth-child(2) {
  width: 0;
}
header .sp-menu.open span:nth-child(3) {
  top: 25rem;
  transform: translate(-50%) rotate(-45deg);
}
header .sp-menu span {
  width: 20rem;
  height: 2rem;
  display: block;
  background: linear-gradient(to right, #EBC158, #E1A731 16.7598%, #FFF8B8 31.5642%, #EBC158 49.7177%, #E1A731 66.4804%, #DCAB33 82.6786%, #FFE399 99.4413%);
  position: absolute;
  left: 50%;
  top: 17rem;
  transform: translate(-50%);
  transition: 0.3s;
}
header .sp-menu span + span {
  top: 25rem;
}
header .sp-menu span + span + span {
  top: 34rem;
}
header nav {
  width: 100%;
  height: auto;
  padding: 70rem 15rem 30rem;
  background: linear-gradient(to right, #463944 0%, #464e73 38.07%, #3d4767 52.83%, #263346 100%);
  position: absolute;
  display: none;
  left: 50%;
  top: 0;
  transform: translate(-50%);
}
header nav .nav__inner {
  height: 100%;
  overflow: auto;
}
header nav .g__txt {
  font-family: "Noto Serif JP", serif;
  font-weight: normal;
  font-size: 17.6rem;
  letter-spacing: 0.05em;
  line-height: 1.4;
  text-align: center;
  background-image: linear-gradient(to top, #EBC158, #E1A731 16.7598%, #FFF8B8 31.5642%, #EBC158 49.7177%, #E1A731 66.4804%, #DCAB33 82.6786%, #FFE399 99.4413%);
  -webkit-background-clip: text;
          background-clip: text;
  color: transparent;
}
header nav .g__txt span {
  font-size: 33rem;
  display: block;
}
header nav .up__menu {
  width: 100%;
  margin-top: 0;
}
header nav .up__menu ul li {
  border-top: 1rem solid #fff;
  position: relative;
  padding-left: 8rem;
}
header nav .up__menu ul li:hover .arrow {
  transform: translate(10rem, -50%);
}
header nav .up__menu ul li:last-child {
  border-bottom: 1rem solid #fff;
}
header nav .up__menu ul li .arrow {
  width: 6rem;
  display: flex;
  position: absolute;
  right: 18rem;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.3s;
}
header nav .up__menu ul li a {
  font-weight: 500;
  font-size: 14rem;
  letter-spacing: 0.03em;
  line-height: 28rem;
  display: block;
  padding: 15rem 0;
  text-align: left;
  color: #fff;
  position: relative;
}
header nav .submit__banner {
  width: 100%;
  margin-top: 30rem;
  display: flex;
}
header nav .c__mark {
  width: 320rem;
  margin: auto;
  margin-top: 15rem;
  display: flex;
}

.frontview {
  width: 100%;
  margin-top: 49rem;
  display: flex;
  position: relative;
}

.section-title.--white .en__txt {
  color: white;
}
.section-title.--white .ja__txt {
  color: white;
}
.section-title .en__txt {
  font-weight: bold;
  font-size: 40rem;
  letter-spacing: 0.05em;
  line-height: 48rem;
  text-align: center;
  color: #3b3a4c;
}
.section-title .ja__txt {
  font-weight: bold;
  font-size: 16rem;
  letter-spacing: 0.05em;
  line-height: 1.6;
  margin-top: 8rem;
  text-align: center;
  color: #3b3a4c;
}

.line__btn {
  width: 325rem;
  margin: auto;
  margin-top: 40rem;
  display: flex;
}

.section-pickup {
  padding: 100rem 0 0;
}
.section-pickup .pick__lbl {
  width: 325rem;
  height: 40rem;
  margin: auto;
  margin-bottom: 30rem;
  background: linear-gradient(to right, #ebc158 1.67%, #e1a731 16.76%, #fff8b8 31.56%, #ebc158 49.72%, #e6b647 57.64%, #e1a731 66.48%, #dcab33 82.68%, #e5ba4e 87.85%, #fde195 98.98%, #ffe399 99.44%);
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  font-size: 17px;
  letter-spacing: 0.05em;
  line-height: 34px;
  text-align: center;
  color: #231815;
}
.section-pickup .pickup__content {
  margin-top: 20rem;
  position: relative;
}
.section-pickup .pickup__content .swiper-button-next, .section-pickup .pickup__content .swiper-button-prev {
  color: black;
  width: 15rem;
}
.section-pickup .pickup__content .pick__slider {
  width: 325rem;
  margin: auto;
}
.section-pickup .pickup__content .pick__slider .c__item {
  width: 100%;
  border-radius: 20rem;
  padding: 3rem;
  overflow: hidden;
  background: linear-gradient(to right, #ebc158 1.67%, #e1a731 16.76%, #fff8b8 31.56%, #ebc158 49.72%, #e6b647 57.64%, #e1a731 66.48%, #dcab33 82.68%, #e5ba4e 87.85%, #fde195 98.98%, #ffe399 99.44%);
}
.section-pickup .pickup__content .pick__slider .c__item .c__inner {
  width: 100%;
  border-radius: 20rem;
  background: white;
}
.section-pickup .pickup__content .pick__slider .c__item .c__inner .c__image {
  width: 100%;
  display: flex;
}
.section-pickup .pickup__content .pick__slider .c__item .c__inner .content__text {
  padding: 20rem 0 30rem;
  text-align: center;
}
.section-pickup .pickup__content .pick__slider .c__item .c__inner .content__text .c__lbl {
  font-weight: bold;
  font-size: 14rem;
  letter-spacing: 0.05em;
  padding: 2rem 15rem;
  line-height: 20rem;
  text-align: center;
  color: #fff;
  border-radius: 10rem;
  background: #dcab33;
  display: inline-block;
}
.section-pickup .pickup__content .pick__slider .c__item .c__inner .content__text .t__txt {
  font-weight: bold;
  font-size: 22rem;
  letter-spacing: 0.02em;
  line-height: 34rem;
  margin-top: 5rem;
  text-align: center;
  color: #3b3a4c;
}
.section-pickup .pickup__content .pick__slider .c__item .c__inner .content__text .c__txt {
  font-weight: bold;
  font-size: 14rem;
  letter-spacing: 0.05em;
  line-height: 30rem;
  margin-top: 4rem;
  text-align: center;
  color: #3b3a4c;
}
.section-pickup .gap__bg {
  width: 100%;
  display: flex;
}
.section-pickup .intro__content {
  width: 100%;
  padding: 0 25rem;
  margin-top: 20rem;
  background: url(../img/bg.webp);
  background-repeat: repeat;
  background-size: cover;
}
.section-pickup .intro__content .e__txt {
  font-weight: normal;
  font-size: 12px;
  letter-spacing: 0.05em;
  line-height: 1.5;
  text-align: left;
  color: #3b3a4c;
}
.section-pickup .intro__content .j__txt {
  font-weight: bold;
  font-size: 17px;
  letter-spacing: 0.05em;
  line-height: 34px;
  text-align: left;
  color: #3b3a4c;
}
.section-pickup .intro__content .c__lbl {
  font-weight: bold;
  font-size: 17px;
  letter-spacing: 0;
  line-height: 34px;
  padding: 5rem 0;
  margin-top: 30rem;
  background: linear-gradient(to right, #463944 0%, #464e73 38.07%, #3d4767 52.83%, #263346 100%);
  text-align: center;
  color: #fff;
}
.section-pickup .intro__content .c__lbl.c01 {
  margin-top: 15rem;
}
.section-pickup .intro__content .c__txt {
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.06em;
  line-height: 28px;
  margin-top: 35rem;
  text-align: left;
  color: #3b3a4c;
}
.section-pickup .intro__content .c__txt span {
  background: #3b3a4c;
  color: white;
}
.section-pickup .intro__content .pick__main {
  width: 100%;
  margin-top: 30rem;
  display: flex;
}

.section-about {
  padding: 30rem 0 0;
  background: url(../img/bg.webp);
  background-repeat: repeat;
  background-size: cover;
}
.section-about .detail__txt {
  width: 325px;
  margin: auto;
  margin-top: 20rem;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.06em;
  line-height: 28px;
  text-align: left;
  color: #3b3a4c;
}
.section-about .detail__txt span {
  background: #3b3a4c;
  color: white;
}
.section-about .point__content {
  width: 100%;
  margin-top: 40rem;
  background: linear-gradient(to right, #463944 0%, #464e73 38.07%, #3d4767 52.83%, #263346 100%);
  padding: 30rem 25rem;
}
.section-about .point__content .p__item {
  padding-bottom: 30rem;
  margin-bottom: 30rem;
  border-bottom: 1px dashed #fff;
}
.section-about .point__content .p__item .e__txt {
  font-weight: normal;
  font-size: 12px;
  letter-spacing: 0.05em;
  line-height: 1.8;
  text-align: left;
  color: #fff;
}
.section-about .point__content .p__item .j__txt {
  font-weight: 500;
  font-size: 17px;
  letter-spacing: 0.05em;
  line-height: 25px;
  margin-top: 5rem;
  text-align: left;
  color: transparent;
  background: linear-gradient(to right, #ebc158 1.67%, #e1a731 16.76%, #fff8b8 31.56%, #ebc158 49.72%, #e6b647 57.64%, #e1a731 66.48%, #dcab33 82.68%, #e5ba4e 87.85%, #fde195 98.98%, #ffe399 99.44%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.section-about .point__content .p__item .c__txt {
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.06em;
  line-height: 28px;
  margin-top: 10rem;
  text-align: left;
  color: #fff;
}
.section-about .point__content .p__item:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}

.section-work {
  padding: 75rem 0 20rem;
  background: url(../img/bg.webp);
  background-repeat: repeat;
  background-size: cover;
}
.section-work .work__content {
  width: 325rem;
  margin: auto;
  margin-top: 40rem;
}
.section-work .work__content .c__item {
  width: 100%;
  margin-bottom: 40rem;
}
.section-work .work__content .c__item .c__lbl {
  font-weight: bold;
  font-size: 18px;
  letter-spacing: 0.05em;
  line-height: 30px;
  text-align: center;
  color: #fff;
  background: linear-gradient(to right, #463944 0%, #464e73 38.07%, #3d4767 52.83%, #263346 100%);
}
.section-work .work__content .c__item .c__txt {
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.06em;
  line-height: 21px;
  margin-top: 20rem;
  text-align: justify;
  color: #3b3a4c;
}
.section-work .work__content .c__item .c__txt span {
  color: #E4007F;
}
.section-work .work__content .c__item:last-child {
  margin-bottom: 0;
}

.section-reason {
  padding: 30rem 25rem;
}
.section-reason .c__image {
  width: 100%;
  margin-top: 25rem;
  display: flex;
}
.section-reason .c__lbl {
  width: 100%;
  height: auto;
  margin-top: 30rem;
  padding-left: 15rem;
  background: linear-gradient(to right, #ebc158 1.67%, #e1a731 16.76%, #fff8b8 31.56%, #ebc158 49.72%, #e6b647 57.64%, #e1a731 66.48%, #dcab33 82.68%, #e5ba4e 87.85%, #fde195 98.98%, #ffe399 99.44%);
}
.section-reason .c__lbl span {
  font-weight: bold;
  font-size: 19px;
  letter-spacing: 0.03em;
  line-height: 30px;
  text-align: left;
  color: #000;
}

.section-model {
  margin-top: 70rem;
  margin-bottom: 20rem;
  padding: 30rem 0;
  background: linear-gradient(to right, #463944 0%, #464e73 38.07%, #3d4767 52.83%, #263346 100%);
}
.section-model .model__btns {
  width: 345rem;
  margin: auto;
  margin-top: 20rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.section-model .model__btns .model__btn {
  width: 165px;
  height: 45px;
  margin-bottom: 15rem;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.section-model .model__btns .model__btn.active {
  background: linear-gradient(to right, #ebc158 1.67%, #e1a731 16.76%, #fff8b8 31.56%, #ebc158 49.72%, #e6b647 57.64%, #e1a731 66.48%, #dcab33 82.68%, #e5ba4e 87.85%, #fde195 98.98%, #ffe399 99.44%);
}
.section-model .model__btns .model__btn span {
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 30px;
  text-align: center;
  color: #3b3a4c;
}
.section-model .model__content {
  width: 325px;
  height: auto;
  border-radius: 10px;
  background: #fff;
  margin: auto;
  margin-top: 40rem;
  padding: 20rem;
  display: none;
}
.section-model .model__content.active {
  display: block;
  animation: fadeIn 0.3s forwards;
}
.section-model .model__content .c__lbl {
  width: 200px;
  height: 20px;
  margin: auto;
  border-radius: 10px;
  background: #3b3a4c;
  display: flex;
  justify-content: center;
  align-items: center;
}
.section-model .model__content .c__lbl span {
  font-weight: bold;
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 30px;
  text-align: center;
  color: #fff;
}
.section-model .model__content .c__txt {
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 30px;
  margin-top: 10rem;
  text-align: center;
  color: #3b3a4c;
}
.section-model .model__content .price {
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 1;
  margin-top: 20rem;
  text-align: center;
  color: #3b3a4c;
  padding-bottom: 20rem;
  border-bottom: 1px solid #3b3a4c;
}
.section-model .model__content .price.c01 {
  margin-top: 10rem;
  padding-bottom: 0;
  border-bottom: 0;
}
.section-model .model__content .price span {
  font-size: 36rem;
}
.section-model .model__content .f__txt {
  font-weight: bold;
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 30px;
  margin-top: 5rem;
  text-align: center;
  color: #3b3a4c;
}
.section-model .model__content .d__txt {
  font-weight: bold;
  font-size: 14px;
  letter-spacing: 0.06em;
  line-height: 28px;
  margin-top: 16rem;
  text-align: left;
  color: #3b3a4c;
}
.section-model .model__content .q__txt {
  font-weight: 500;
  font-size: 13px;
  letter-spacing: 0.06em;
  line-height: 26px;
  margin-top: 20rem;
  text-align: justify;
  color: #3b3a4c;
}
.section-model .model__content .c__image {
  width: 100%;
  margin-top: 20rem;
}
.section-model .career__content {
  padding-top: 50rem;
}

.section-flow {
  padding: 0 0 80rem;
  margin-top: -46rem;
  background: url(../img/bg.webp);
  background-repeat: repeat;
  background-size: cover;
}
.section-flow .flow__content {
  margin-top: 70rem;
  position: relative;
}
.section-flow .flow__content .swiper-button-next, .section-flow .flow__content .swiper-button-prev {
  color: black;
  width: 15rem;
}
.section-flow .flow__content .swiper-button-prev {
  left: 20rem;
}
.section-flow .flow__content .swiper-button-next {
  right: 20rem;
}
.section-flow .flow__content .flow__slider {
  width: 250rem;
  margin: auto;
}
.section-flow .flow__content .flow__slider .c__item {
  width: 100%;
  position: relative;
  display: flex;
}
.section-flow .flow__content .flow__slider .c__item .link {
  width: 216rem;
  display: flex;
  position: absolute;
  left: 50%;
  top: 210rem;
  transform: translate(-50%);
}
.section-flow .c__lbl {
  width: 325px;
  height: 25px;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 45rem;
  background: linear-gradient(to right, #463944 0%, #464e73 38.07%, #3d4767 52.83%, #263346 100%);
  font-weight: bold;
  font-size: 17px;
  letter-spacing: 0.05em;
  line-height: 30px;
  text-align: center;
  color: #fff;
}
.section-flow .f__txt {
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 0.03em;
  line-height: 48px;
  margin-top: 20rem;
  text-align: center;
  color: #3b3a4c;
}

footer {
  padding: 40rem 0 25rem;
  background: linear-gradient(to right, #463944 0%, #464e73 38.07%, #3d4767 52.83%, #263346 100%);
}
footer .f__logo {
  width: 270rem;
  margin: auto;
  display: flex;
}
footer .line {
  width: 325rem;
  margin: 30rem auto;
  border-bottom: 1px solid #fff;
}
footer .address__txt {
  font-weight: 500;
  font-size: 14rem;
  letter-spacing: 0.03em;
  line-height: 28rem;
  text-align: center;
  color: #fff;
}
footer .copyright {
  font-weight: 500;
  font-size: 11rem;
  letter-spacing: 0.03em;
  line-height: 28rem;
  margin-top: 25rem;
  text-align: center;
  color: #fff;
}

@media screen and (max-width: 1200px) {
  html {
    font-size: 0.083vw;
  }
}
@media screen and (max-width: 768px) {
  html {
    font-size: 0.2666vw;
  }
  header nav {
    width: 100%;
    left: 0;
    transform: unset;
    height: 100vh;
    padding: 72rem 15rem 30rem;
  }
  header {
    width: 100%;
    left: 0;
    transform: unset;
  }
  .sp-banner {
    width: 345rem;
    display: flex;
    position: fixed;
    left: 50%;
    bottom: 10rem;
    transform: translate(-50%);
    z-index: 3;
  }
  footer {
    padding: 40rem 0 75rem;
  }
  .right__content {
    display: none;
  }
}/*# sourceMappingURL=style.css.map */