@charset "UTF-8";
/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300..700;1,300..700&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Shippori+Mincho&display=swap");
html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  width: 100%;
  word-break: break-word;
  overflow-x: hidden;
  overflow-y: auto;
  background-image: radial-gradient(#E6E6E6 1px, transparent 1px), radial-gradient(#E6E6E6 1px, transparent 1px), radial-gradient(#E6E6E6 1px, transparent 1px), radial-gradient(#E6E6E6 1px, transparent 1px), radial-gradient(#E6E6E6 1px, transparent 1px);
  background-size: 4px 10px;
  background-repeat: repeat-y;
  background-position: 8% 0%, 29% 0%, 50% 0%, 71% 0%, 92% 0%;
}

main {
  overflow-x: hidden;
  position: relative;
}

/* 基本フォントスタイル
//////////////////////// */
body,
body input,
body button,
body textarea {
  font-family: "Shippori Mincho", "Hiragino Mincho ProN", "Yu Mincho", "游明朝", "MS PMincho", serif;
  font-size: 1.6rem;
  color: #1A1A1A;
  font-style: normal;
  font-weight: 400;
  color: #1A1A1A;
  letter-spacing: 0.2rem;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body p,
body input p,
body button p,
body textarea p {
  line-height: 1.8;
}

.f--en {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
}

.f--title {
  font-family: "Cormorant Garamond", serif;
  font-weight: 400;
  font-size: 8rem;
  color: #960048;
  text-align: center;
  position: relative;
}
.f--title::after {
  display: block;
  content: "";
  width: 10rem;
  height: 1px;
  background-color: #960048;
  position: absolute;
  left: 50%;
  bottom: -3rem;
  transform: translateX(-50%);
}

.f--bold {
  font-weight: 800;
}

.f--red {
  color: #960048;
}

.f--14 {
  font-size: 1.4rem !important;
}

.f--24 {
  font-size: 2.4rem !important;
}

.f--38 {
  font-size: 3.8rem !important;
}

.f--48 {
  font-size: 4.8rem !important;
}

.lh-2 {
  line-height: 1.4;
}

.lh-10 {
  display: block;
  content: "";
  margin: 1.2rem 0;
}

*, *:before, *:after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* imgタグ
//////////////////////// */
img {
  width: 100%;
  max-width: 100%;
  vertical-align: bottom;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

a {
  text-decoration: none;
  color: #1A1A1A;
  display: block;
}

@media screen and (max-width: 1240px) {
  .br_pc {
    display: none;
  }
}

@media screen and (max-width: 1024px) {
  .br_pc2 {
    display: none;
  }
}

@media screen and (min-width: 1560px) {
  .br_tab {
    display: none;
  }
}

.br_sp {
  display: none;
}
@media screen and (max-width: 1024px) {
  .br_sp {
    display: block;
  }
}

.br_sp2 {
  display: none;
}
@media screen and (max-width: 750px) {
  .br_sp2 {
    display: block;
  }
}

@media screen and (max-width: 1240px) {
  .o-pc {
    display: none !important;
  }
}

.o-sp2 {
  display: none;
}
@media screen and (max-width: 1350px) {
  .o-sp2 {
    display: block !important;
  }
}

.o-sp {
  display: none;
}
@media screen and (max-width: 1240px) {
  .o-sp {
    display: block !important;
  }
}

@media screen and (max-width: 1024px) {
  .o-pcs {
    display: none !important;
  }
}

.o-sps {
  display: none;
}
@media screen and (max-width: 1024px) {
  .o-sps {
    display: block !important;
  }
}

.c-btn {
  width: 100%;
  transition: transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
  cursor: pointer;
  display: inline-block;
}
.c-btn a, .c-btn button, .c-btn input {
  letter-spacing: 0.2rem;
  display: block;
  width: 100%;
  height: 100%;
  border: none;
  border-radius: 3rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.c-btn__red {
  width: 14rem;
  height: 3rem;
}
.c-btn__red a, .c-btn__red button, .c-btn__red input {
  line-height: 3.1rem;
  font-weight: 600;
  font-size: 1.3rem;
}
.c-btn a, .c-btn button, .c-btn input {
  background-color: #960048;
  color: #fff;
}
.c-btn__gray a, .c-btn__gray button, .c-btn__gray input {
  background-color: #989898;
}
.c-btn:hover {
  transform: scale(1.2);
}
.c-btn:active {
  transform: scale(0.9);
}
.c-btn.btn-submit input[type=submit] {
  cursor: pointer;
}
.c-btn.btn-submit input[type=submit]:disabled {
  background-color: #c0c0c0 !important;
  cursor: not-allowed;
}
.c-btn.btn-submit:hover {
  transform: scale(1.04);
}
.c-btn.c-btn__gray:hover {
  transform: scale(1.04);
}
.c-btn:has(input:disabled):hover {
  transform: none;
}

input[type=text], input[type=email], input[type=tel], input[type=password], input[type=email], input[type=number], input[type=search], select, textarea {
  -webkit-appearance: none;
  width: 100%;
  border: solid 1px #989898;
  transition: all 0.2s;
  height: 8rem;
  padding: 0 24px;
  border-radius: 8rem;
  font-size: 1.6rem;
  letter-spacing: 0;
  background-color: #fff;
  color: #1A1A1A;
}
input[type=text]:focus, input[type=email]:focus, input[type=tel]:focus, input[type=password]:focus, input[type=email]:focus, input[type=number]:focus, input[type=search]:focus, select:focus, textarea:focus {
  outline: none;
  background-color: #F8EFF3;
}

@media screen and (max-width: 1024px) {
  input[type=text]:focus, input[type=email]:focus, input[type=tel]:focus, input[type=password]:focus, input[type=email]:focus, input[type=number]:focus, input[type=search]:focus, select:focus, textarea:focus {
    outline: none;
    background-color: #fff;
  }
}
.w-50 {
  width: 50%;
}
@media screen and (max-width: 1024px) {
  .w-50 {
    width: 100%;
  }
}

textarea {
  height: 30rem;
  padding: 24px;
  border-radius: 3rem;
}

.select {
  position: relative;
  color: #1A1A1A;
}
.select::after {
  display: block;
  content: "";
  background-image: url(../img/arrow-03.svg);
  width: 1.6rem;
  height: 1.2rem;
  position: absolute;
  right: 2.8rem;
  top: 50%;
  transform: translateY(-50%);
  background-size: cover;
  background-repeat: no-repeat;
}

.checkbox-1 {
  border: none;
}

.checkbox-1 label {
  display: flex;
  align-items: center;
  gap: 0 0.5em;
  position: relative;
  cursor: pointer;
  margin-bottom: 3rem;
  width: 50%;
}
.checkbox-1 label:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 1024px) {
  .checkbox-1 label {
    width: 100%;
  }
}

.checkbox-1 label::before,
.checkbox-1 label:has(:checked)::after {
  content: "";
}

.checkbox-1 label::before {
  width: 3rem;
  height: 3rem;
  border-radius: 3rem;
  border: solid 1px #1A1A1A;
}

.checkbox-1 label:has(:checked)::before {
  background-color: #960048;
  border: solid 4px #960048;
}

.checkbox-1 label:has(:checked)::after {
  position: absolute;
  top: 6px;
  left: 10px;
  transform: rotate(45deg);
  width: 9px;
  height: 14px;
  border: solid #fff;
  border-width: 0 3px 3px 0;
}

.checkbox-1 input {
  display: none;
}

.error-txt {
  color: red;
  text-align: center;
  margin-top: -3rem;
  margin-bottom: 5rem;
}
@media screen and (max-width: 1240px) {
  .error-txt {
    margin-top: -1rem;
  }
}

@media screen and (max-width: 1240px) {
  body,
  body input,
  body textarea {
    font-size: 1.4rem;
  }
  body.is--fixed,
  body input.is--fixed,
  body textarea.is--fixed {
    overflow: hidden;
    position: fixed;
    width: 100%;
  }
}

.nav-menu__pc {
  visibility: hidden;
}

.header.top .nav-menu li a {
  display: inline-block;
  padding: 4rem 0;
  position: relative;
  text-decoration: none;
  transition: color 0.2s ease;
  overflow: hidden;
}
.header.top .nav-menu li a::after {
  content: "";
  position: absolute;
  left: 0;
  top: 4.7rem;
  width: 100%;
  height: 1px;
  background-color: #960048;
  transform: translateX(-100%);
  opacity: 0;
}
.header.top .nav-menu li a:hover {
  color: #960048;
}
.header.top .nav-menu li a:hover::after {
  animation: underline-flow 0.6s forwards;
}
@keyframes underline-flow {
  0% {
    transform: translateX(-100%);
    opacity: 1;
  }
  50% {
    transform: translateX(0%);
    opacity: 1;
  }
  100% {
    transform: translateX(100%);
    opacity: 0;
  }
}

.page-top {
  position: fixed;
  bottom: 5%;
  right: 5%;
  z-index: 100;
  opacity: 0;
  transform: translateY(100px);
  transition: opacity 0.3s ease, transform 0.3s ease;
}
.page-top a {
  color: #960048;
  writing-mode: vertical-rl;
  font-size: 1.4rem;
}
.page-top a span {
  display: inline-block;
}
.page-top a span img {
  width: 1.1rem;
  transform: rotate(180deg);
}
.page-top:hover {
  transition: opacity 0.3s ease;
}
.page-top:hover:hover {
  opacity: 0.6;
}
.page-top.visible {
  display: block;
  opacity: 1;
  transform: translateY(0);
  animation: bounceIn 0.6s ease;
}
.page-top.disappear {
  opacity: 0;
  transform: translateY(100px);
  transition: opacity 0.5s ease, transform 0.5s ease;
}
@keyframes bounceIn {
  0% {
    opacity: 0;
    transform: translateY(100px);
  }
  60% {
    opacity: 1;
    transform: translateY(-20px);
  }
  80% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(0);
  }
}

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

.header {
  width: 100%;
  padding: 0 4%;
  z-index: 10;
  position: relative;
}
.header__inner {
  height: 13rem;
  padding: 1rem 4rem 0;
  border-bottom: solid 2px #1A1A1A;
  width: 100%;
  margin: 0 auto;
}
.header__inner .lang {
  display: flex;
}
.header__inner .lang li.active {
  color: #1A1A1A;
  position: relative;
}
.header__inner .lang li.active::after {
  display: block;
  content: "";
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 0.8rem;
  background-color: #1A1A1A;
  position: absolute;
  top: 3rem;
  left: 50%;
  transform: translateX(-50%);
}
.header__inner .lang a {
  color: #989898;
  transition: all 0.2s ease 0s;
}
.header__inner .lang a:hover {
  color: #960048;
}
.header__inner .logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.header__inner .logo img {
  width: 20rem;
  height: auto;
}
.header .nav-menu {
  position: absolute;
  left: 4%;
  top: 18rem;
  z-index: 10;
}
.header .lang,
.header .c-btn {
  display: none;
}
.header.top .lang {
  display: flex;
}
.header.top .c-btn {
  display: block;
  position: absolute;
  top: 50%;
  right: 4rem;
  transform: translateY(-50%);
}
.header.top .header__inner {
  justify-content: space-between;
}

@media screen and (max-width: 1350px) {
  .header__inner {
    height: 8rem;
    padding: 0;
    justify-content: center;
  }
  .header__inner .lang {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  .header__inner .lang li.active::after {
    top: 2rem;
  }
  .header__inner .logo {
    padding-top: 0.8rem;
  }
  .header__inner .logo img {
    width: 10rem;
  }
  .header__inner .c-btn__red {
    display: none !important;
  }
  .header .nav-btn {
    display: none;
  }
  .header .nav-menu__sp {
    display: none !important;
  }
  .header.top .nav-btn {
    top: 3.4rem;
    right: 8%;
    width: 3.2rem;
    height: 2.2rem;
    position: absolute;
    z-index: 200;
  }
  .header.top .nav-btn span {
    display: block;
    background-color: #1A1A1A;
    height: 0.2rem;
    width: 100%;
    position: absolute;
    left: 0;
    transition: all 0.2s cubic-bezier(0.42, 0, 1, 1);
  }
  .header.top .nav-btn span.line01 {
    top: 0;
  }
  .header.top .nav-btn span.line02 {
    top: 0.9rem;
  }
  .header.top .nav-btn span.line03 {
    top: 1.8rem;
  }
  .header.top .nav-btn.active .line01 {
    width: 3rem;
    border-top: 2px solid #1A1A1A;
    transform: rotate(45deg);
    top: 1rem;
  }
  .header.top .nav-btn.active .line02 {
    opacity: 0;
  }
  .header.top .nav-btn.active .line03 {
    width: 3rem;
    border-top: 2px solid #1A1A1A;
    transform: rotate(-45deg);
    top: 1rem;
  }
  .header.top .nav-menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100dvh;
    background-color: #fff;
    display: flex !important;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transform: translateY(-100%);
    opacity: 0;
    pointer-events: none;
    transition: transform 0.6s ease, opacity 0.4s ease;
    z-index: 100;
    overflow-y: scroll;
  }
}
@media screen and (max-width: 1350px) and (max-width: 950px) and (orientation: landscape) {
  .header.top .nav-menu {
    justify-content: flex-start;
  }
}
@media screen and (max-width: 1350px) {
  .header.top .nav-menu.active {
    transform: translateY(0);
    opacity: 1;
    pointer-events: auto;
  }
  .header.top .nav-menu li a {
    font-size: 2rem;
  }
  .header.top .header__inner {
    justify-content: center;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.footer {
  overflow: hidden;
  height: 90vh;
  position: relative;
}
.footer .nav-menu li a {
  display: inline-block;
  padding: 4rem 0;
  position: relative;
  text-decoration: none;
  transition: color 0.2s ease;
  overflow: hidden;
}
.footer .nav-menu li a::after {
  content: "";
  position: absolute;
  left: 0;
  top: 4.7rem;
  width: 100%;
  height: 1px;
  background-color: #960048;
  transform: translateX(-100%);
  opacity: 0;
}
.footer .nav-menu li a:hover {
  color: #960048;
}
.footer .nav-menu li a:hover::after {
  animation: underline-flow 0.6s forwards;
}
@keyframes underline-flow {
  0% {
    transform: translateX(-100%);
    opacity: 1;
  }
  50% {
    transform: translateX(0%);
    opacity: 1;
  }
  100% {
    transform: translateX(100%);
    opacity: 0;
  }
}
.footer__inner .nav-menu {
  position: absolute;
  right: 10%;
  bottom: 20rem;
  z-index: 10;
}
.footer__inner .nav-menu li {
  text-align: right;
}
.footer__inner .logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.footer__inner .logo img {
  width: 40rem;
  height: auto;
}
.footer__inner .copy {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 84%;
  border-top: solid 2px #1A1A1A;
  padding: 3rem 0;
}
.footer__inner .copy p {
  font-weight: 600;
  font-size: 1.4rem;
  text-align: center;
}
.footer__inner .copy .c-btn-box {
  position: absolute;
  right: 4rem;
  top: 50%;
  transform: translateY(-50%);
}
.footer .bg02 {
  position: absolute;
  top: 0;
  left: 50%;
  width: 260%;
  height: 260%;
  margin-left: -130%;
  background: url(../img/bg-03.svg) no-repeat;
  background-size: 100% 100%;
}
@media screen and (max-width: 1024px) {
  .footer {
    height: 60vh;
  }
  .footer__inner .logo {
    top: 36%;
  }
  .footer__inner .copy {
    width: 90%;
  }
  .footer__inner .copy p {
    font-size: 1.2rem;
    text-align: center;
  }
  .footer__inner .copy .c-btn-box {
    display: none;
  }
  .footer .bg02 {
    top: -8rem;
  }
}

.mv {
  position: relative;
}
.mv .mv-bg .image {
  position: absolute;
}
.mv .mv-bg .image:nth-child(1) {
  top: -20%;
  right: -8%;
  width: 46%;
  opacity: 0.8;
}
.mv .mv-bg .image:nth-child(2) {
  bottom: -7%;
  left: 50%;
  width: 11%;
}
.mv .mv-bg .image:nth-child(3) {
  bottom: 2%;
  left: -4%;
  width: 22%;
}
.mv .mv-bg .image:nth-child(4) {
  left: 13%;
  top: -12%;
  width: 16%;
}
.mv__inner {
  height: calc(100vh - 13rem);
  position: relative;
}
.mv__inner .main-copy-wrap {
  position: absolute;
  width: 100%;
  text-align: center;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.mv__inner .main-copy-wrap .main-copy {
  font-size: 5.6rem;
  font-weight: 400;
  color: #960048;
  line-height: 3;
  letter-spacing: 1rem;
}
.mv__inner .main-copy-wrap .main-copy .line {
  display: inline !important;
}
.mv__inner .l-scroll {
  position: absolute;
  bottom: 4%;
  right: 10%;
}
.mv__inner .l-scroll .view-more {
  color: #960048;
  writing-mode: vertical-rl;
  font-size: 1.4rem;
}
.mv__inner .l-scroll .view-more span {
  display: inline-block;
}
.mv__inner .l-scroll .view-more span img {
  width: 1.1rem;
}
@media screen and (max-width: 1240px) {
  .mv .mv-bg .image {
    position: absolute;
  }
  .mv .mv-bg .image:nth-child(1) {
    top: -23%;
    right: -19%;
    width: 57%;
  }
  .mv .mv-bg .image:nth-child(2) {
    bottom: -22%;
    left: 56%;
    width: 34%;
  }
  .mv .mv-bg .image:nth-child(3) {
    bottom: -7%;
    left: -16%;
    width: 43%;
  }
  .mv .mv-bg .image:nth-child(4) {
    left: -1%;
    top: -8%;
    width: 24%;
  }
  .mv__inner .main-copy-wrap {
    width: 90%;
  }
  .mv__inner .main-copy-wrap .main-copy {
    font-size: 5rem;
    line-height: 2.5;
  }
}
@media screen and (max-width: 750px) {
  .mv__inner {
    height: calc(100dvh - 8rem);
  }
  .mv__inner .main-copy-wrap {
    text-align: left;
    width: 90%;
  }
  .mv__inner .main-copy-wrap .main-copy {
    font-size: 3.3rem;
    line-height: 2;
    letter-spacing: 0.4rem;
    text-align: left;
  }
  .mv .mv-bg .image {
    position: absolute;
  }
  .mv .mv-bg .image:nth-child(1) {
    top: -2%;
    right: -33%;
    width: 78%;
  }
  .mv .mv-bg .image:nth-child(2) {
    bottom: -6%;
    left: 58%;
    width: 42%;
  }
  .mv .mv-bg .image:nth-child(3) {
    bottom: 5%;
    left: -15%;
    width: 53%;
  }
  .mv .mv-bg .image:nth-child(4) {
    left: 0%;
    top: 2%;
    width: 27%;
  }
}
@media screen and (max-width: 950px) and (orientation: landscape) {
  .mv__inner {
    height: calc(100vh - 8rem);
  }
  .mv__inner .main-copy-wrap .main-copy {
    font-size: 3.6rem;
    line-height: 2;
    text-align: center;
  }
  .mv .mv-bg .image {
    position: absolute;
  }
  .mv .mv-bg .image:nth-child(1) {
    top: -34%;
    right: -25%;
    width: 44%;
  }
  .mv .mv-bg .image:nth-child(2) {
    bottom: -22%;
    left: 70%;
    width: 16%;
  }
  .mv .mv-bg .image:nth-child(3) {
    bottom: -7%;
    left: -14%;
    width: 38%;
  }
  .mv .mv-bg .image:nth-child(4) {
    left: 2%;
    top: -38%;
    width: 19%;
  }
}

.floating-btn {
  position: fixed;
  bottom: 4rem;
  right: 3rem;
  z-index: 100;
  opacity: 0;
  transform: translateY(100px);
  transition: opacity 0.3s ease, transform 0.3s ease;
}
.floating-btn a {
  width: 13rem;
  height: 13rem;
  border-radius: 13rem;
  background-color: #960048;
  box-shadow: 0 1rem 2rem 0 rgba(0, 0, 0, 0.25);
  color: #ffffff;
  font-weight: 700;
  font-size: 1.3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: column;
}
.floating-btn a img {
  margin-bottom: 0.6rem;
  width: 4rem;
  height: auto;
  display: block;
}
.floating-btn:hover {
  transition: opacity 0.3s ease;
}
.floating-btn:hover:hover {
  opacity: 0.6;
}
.floating-btn.visible {
  display: block;
  opacity: 1;
  transform: translateY(0);
  animation: bounceIn 0.6s ease;
}
.floating-btn.disappear {
  opacity: 0;
  transform: translateY(100px);
  transition: opacity 0.5s ease, transform 0.5s ease;
}
@keyframes bounceIn {
  0% {
    opacity: 0;
    transform: translateY(100px);
  }
  60% {
    opacity: 1;
    transform: translateY(-20px);
  }
  80% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(0);
  }
}
@media screen and (max-width: 1024px) {
  .floating-btn {
    bottom: 3rem;
    right: 2rem;
  }
  .floating-btn a {
    width: 10rem;
    height: 10rem;
    border-radius: 10rem;
    font-size: 1.2rem;
    letter-spacing: 1px;
  }
  .floating-btn a img {
    margin-bottom: 0.6rem;
    width: 3rem;
  }
}

.l-section__inner {
  width: 100%;
  padding: 10% 8%;
}
.l-section__inner .section-title {
  margin-bottom: 20rem;
}
.l-section__inner .flex {
  display: flex;
  align-items: center;
}
.l-section__inner .lead {
  letter-spacing: 0.8rem;
}
.l-section__inner .text {
  font-size: 1.8rem;
  line-height: 3;
  letter-spacing: 0;
}
@media screen and (max-width: 1024px) {
  .l-section__inner {
    padding: 20% 4%;
  }
  .l-section__inner .section-title {
    margin-bottom: 10rem;
    font-size: 5rem;
  }
  .l-section__inner .section-title::after {
    bottom: -2rem;
  }
  .l-section__inner .lead {
    letter-spacing: 0.4rem;
  }
  .l-section__inner .text {
    line-height: 2;
  }
}
.l-section.section01 .lead {
  font-size: 5rem;
  text-align: center;
  margin-bottom: 10rem;
}
.l-section.section01 .text {
  text-align: center;
}
@media screen and (max-width: 1240px) {
  .l-section.section01 .lead {
    font-size: 5rem;
  }
}
@media screen and (max-width: 1024px) {
  .l-section.section01 .lead {
    font-size: 3.2rem;
    margin-bottom: 5rem;
  }
  .l-section.section01 .text {
    text-align: left;
  }
}
.l-section.section02 {
  position: relative;
}
.l-section.section02 .l-section__inner {
  text-align: center;
}
.l-section.section02 .image {
  width: 33%;
}
.l-section.section02 .image img {
  width: 35rem;
  height: auto;
}
.l-section.section02 .lead {
  font-size: 4rem;
  margin-bottom: 5rem;
  text-align: left;
}
.l-section.section02 .text {
  text-align: left;
}
.l-section.section02 .bg {
  position: absolute;
  top: -10%;
  right: -43%;
  background: url(../img/bg-01.svg) no-repeat;
  width: 100%;
  height: 100%;
  background-size: 100% 100%;
}
.l-section.section02 .btn-wrap {
  display: block;
  align-items: center;
  justify-content: center;
  -moz-column-gap: 3rem;
       column-gap: 3rem;
  padding: 0 10%;
  margin-top: 10rem;
}
@media only screen and (min-width: 1100px) {
  .l-section.section02 .btn-wrap {
    display: flex;
    margin-top: 16rem;
  }
}
.l-section.section02 .c-btn {
  position: relative;
  margin-top: 5rem;
}
.l-section.section02 .c-btn:hover {
  transform: scale(1.04);
}
.l-section.section02 .c-btn a {
  font-size: 1.6rem;
  font-weight: 600;
  padding: 2.6rem 0;
  border-radius: 4rem;
}
.l-section.section02 .c-btn::after {
  display: block;
  content: "";
  background-image: url(../img/arrow-02.svg);
  width: 2.1rem;
  height: 1.35rem;
  position: absolute;
  right: 2.8rem;
  top: 50%;
  transform: translateY(-50%);
  background-size: cover;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 1560px) {
  .l-section.section02 .flex {
    display: block;
    text-align: center;
  }
  .l-section.section02 .image {
    width: 50%;
    margin: 0 auto 10rem;
  }
  .l-section.section02 .image img {
    margin: 0;
  }
  .l-section.section02 .lead {
    font-size: 3.5rem;
  }
  .l-section.section02 .lead, .l-section.section02 .text {
    text-align: center;
  }
}
@media screen and (max-width: 1024px) {
  .l-section.section02 .flex {
    display: block;
  }
  .l-section.section02 .image {
    width: 70%;
    margin: 0 auto 6rem;
  }
  .l-section.section02 .image img {
    margin: 0;
  }
  .l-section.section02 .lead {
    font-size: 3rem;
    margin-bottom: 5rem;
  }
  .l-section.section02 .text {
    text-align: left;
  }
  .l-section.section02 .btn-wrap {
    margin-top: 5rem;
  }
  .l-section.section02 .btn-wrap .c-btn {
    width: 100%;
    height: 6rem;
  }
  .l-section.section02 .btn-wrap .c-btn a {
    padding: 0;
  }
}
.l-section.section03 {
  position: relative;
}
.l-section.section03 .section-title {
  padding-bottom: 16px;
}
.l-section.section03 table {
  width: 75%;
  margin: 0 auto;
}
.l-section.section03 table th {
  width: 25%;
}
.l-section.section03 table th, .l-section.section03 table td {
  text-align: left;
  font-size: 1.8rem;
  font-weight: 400;
  padding: 5rem;
  border-bottom: solid 1px #989898;
  line-height: 1.6;
}
.l-section.section03 .bg {
  position: absolute;
  bottom: -42%;
  left: -42%;
  background: url(../img/bg-02.svg) no-repeat;
  width: 100%;
  height: 100%;
  background-size: 100% 100%;
}
@media only screen and (max-width: 1560px) {
  .l-section.section03 table {
    width: 90%;
  }
  .l-section.section03 table th {
    width: 20%;
    padding: 5rem 0 5rem 2rem;
  }
  .l-section.section03 table td {
    padding: 5rem 1rem 5rem 2rem;
  }
}
@media screen and (max-width: 1024px) {
  .l-section.section03 table {
    width: 100%;
  }
  .l-section.section03 table th, .l-section.section03 table td {
    width: 100%;
    display: block;
    padding: 3rem 1rem;
  }
  .l-section.section03 table td {
    padding-top: 2rem;
  }
  .l-section.section03 table th {
    border-bottom: none;
    padding-bottom: 0;
  }
}
.l-section.section04 {
  overflow: hidden;
}
.l-section.section04 .section-title {
  margin-bottom: 16rem;
}
.l-section.section04 .text {
  text-align: center;
  margin-bottom: 10rem;
}
.l-section.section04 .form-block {
  letter-spacing: 0;
  text-align: center;
}
.l-section.section04 .form-block table {
  width: 80%;
  margin: 0 auto 4rem;
}
.l-section.section04 .form-block table th, .l-section.section04 .form-block table td {
  text-align: left;
  font-size: 1.6rem;
  font-weight: 400;
  padding: 3rem 0;
  vertical-align: middle;
}
.l-section.section04 .form-block table th {
  width: 30%;
  white-space: nowrap;
}
.l-section.section04 .form-block table .required {
  color: #fff;
  background-color: #960048;
  border-radius: 2rem;
  padding: 0.4rem 1.2rem;
  margin-left: 1rem;
}
.l-section.section04 .form-block .agree {
  display: flex;
  flex-wrap: wrap;
  border: none;
  justify-content: center;
  align-items: center;
  gap: 0;
  font-size: 1.8rem;
  position: relative;
  margin-bottom: 5rem;
  font-weight: 600;
}
.l-section.section04 .form-block .agree a {
  text-decoration: underline;
  margin-left: 1.4rem;
}
.l-section.section04 .form-block .agree a:hover {
  transition: opacity 0.3s ease;
}
.l-section.section04 .form-block .agree a:hover:hover {
  opacity: 0.6;
}
.l-section.section04 .form-block .agree label {
  width: auto;
  margin: 0;
}
.l-section.section04 .form-block .agree label::before {
  border-radius: 0.6rem;
}
.l-section.section04 .form-block .btn-submit {
  position: relative;
  margin: 0 auto;
  width: 70rem;
}
.l-section.section04 .form-block .btn-submit::after {
  display: block;
  content: "";
  background-image: url(../img/arrow-02.svg);
  width: 2.1rem;
  height: 1.35rem;
  position: absolute;
  right: 2.8rem;
  top: 50%;
  transform: translateY(-50%);
  background-size: cover;
  background-repeat: no-repeat;
}
.l-section.section04 .form-block .btn-submit a, .l-section.section04 .form-block .btn-submit button, .l-section.section04 .form-block .btn-submit input {
  background-color: #960048;
  color: #fff;
  font-size: 2rem;
  font-weight: 600;
  padding: 2.6rem 0;
  border-radius: 4rem;
}
@media only screen and (max-width: 1560px) {
  .l-section.section04 .form-block table {
    width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  .l-section.section04 .text {
    text-align: left;
  }
  .l-section.section04 .form-block table {
    width: 100%;
    margin-bottom: 0;
  }
  .l-section.section04 .form-block table th, .l-section.section04 .form-block table td {
    display: block;
    width: 100%;
    padding: 2rem 0;
  }
  .l-section.section04 .form-block table th {
    padding-bottom: 0;
    font-weight: 600;
  }
  .l-section.section04 .form-block table td {
    padding-bottom: 4rem;
  }
  .l-section.section04 .form-block table td .checkbox-1 {
    margin-top: 2rem;
  }
  .l-section.section04 .form-block .agree {
    font-size: 1.5rem;
    margin-bottom: 4rem;
  }
  .l-section.section04 .form-block .btn-submit {
    width: 100%;
    height: 6rem;
  }
  .l-section.section04 .form-block .btn-submit input {
    padding: 0;
  }
}
.l-section.section05 {
  position: relative;
}
.l-section.section05 .section-title {
  padding-bottom: 16px;
}
.l-section.section05 .company-copy {
  margin: 14rem auto 0;
  text-align: center;
}
.l-section.section05 .company-copy .section-title {
  font-size: 5rem;
  margin-bottom: 4rem;
  color: #1A1A1A;
}
.l-section.section05 .company-copy .section-title::after {
  display: none;
}
.l-section.section05 .company-copy .text {
  font-size: 2.4rem;
}
.l-section.section05 .bg {
  position: absolute;
  bottom: -40%;
  right: -43%;
  background: url(../img/bg-01.svg) no-repeat;
  width: 70%;
  height: 70%;
  background-size: 70% 70%;
}

.bg-text {
  overflow: hidden;
  width: 100%;
  white-space: nowrap;
}
.bg-text .marquee-track {
  display: inline-flex;
  animation: marquee 20s linear infinite;
}
.bg-text .marquee-track p {
  font-size: 120px;
  color: #960048;
  opacity: 0.1;
  font-weight: 800;
  margin: 0;
  padding-right: 2rem;
}

@keyframes marquee {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
.privacy__inner {
  padding: 10% 20%;
}
.privacy__inner .section-title {
  font-size: 5rem;
  margin-bottom: 10rem;
}
.privacy__inner .section-title span {
  display: block;
}
.privacy__inner .privacy-list {
  margin-top: 3rem;
}
.privacy__inner .privacy-list li {
  margin-bottom: 3rem;
  line-height: 1.6;
}
.privacy__inner .privacy-list li .title {
  font-weight: 600;
  margin-bottom: 1rem;
}
.privacy__inner .privacy-list li ul {
  margin: 2rem 0 0 3rem;
  list-style: disc;
}
.privacy__inner .privacy-list li ul li {
  margin-bottom: 1rem;
}
@media screen and (max-width: 1024px) {
  .privacy__inner {
    padding: 10% 4%;
  }
}

.contact__inner {
  padding: 10% 8%;
  text-align: center;
}
.contact__inner .section-title {
  font-size: 3rem;
  margin-bottom: 10rem;
}
.contact__inner .confirm-table {
  margin: 0 auto 8rem;
  width: 70%;
}
.contact__inner .confirm-table th, .contact__inner .confirm-table td {
  padding: 3rem 0;
  text-align: left;
  line-height: 1.4;
}
.contact__inner .confirm-table th {
  width: 30%;
}
.contact__inner .btn-block {
  display: flex;
  justify-content: space-between;
}
.contact__inner .btn-block .c-btn {
  height: 6rem;
  width: 45%;
  border-radius: 4rem;
}
.contact__inner .btn-block .c-btn input, .contact__inner .btn-block .c-btn button {
  font-weight: 600;
  cursor: pointer;
}
.contact__inner .txt {
  text-align: center;
  line-height: 2;
  margin-bottom: 10rem;
}
@media screen and (max-width: 1024px) {
  .contact__inner {
    padding: 16% 8%;
  }
  .contact__inner .section-title {
    margin-bottom: 5rem;
    font-size: 2.4rem;
  }
  .contact__inner .section-title::after {
    bottom: -2rem;
  }
  .contact__inner .confirm-table {
    width: 100%;
  }
  .contact__inner .confirm-table th, .contact__inner .confirm-table td {
    display: block;
    width: 100%;
    padding: 0;
  }
  .contact__inner .confirm-table th {
    padding: 4rem 0 2rem;
  }
  .contact__inner .txt {
    text-align: left;
  }
  .contact__inner .btn-block {
    display: block;
  }
  .contact__inner .btn-block .c-btn {
    width: 100%;
  }
  .contact__inner .btn-block .c-btn:last-child {
    margin-top: 3rem;
  }
  .contact__inner .c-btn__red {
    height: 6rem;
    width: 100%;
  }
  .contact__inner .c-btn__red input,
  .contact__inner .c-btn__red button {
    font-size: 1.4rem;
  }
}

@keyframes MoveLeft {
  from {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes MoveLeft2 {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-200%);
  }
}
/*---------------------------------------------------

  アニメーションcss

----------------------------------------------------*/
.bg {
  transform: scale(0);
  opacity: 0;
  transition: transform 3s ease-out, opacity 2s ease-out;
}

.bg,
.bg02 {
  transform: scale(0);
  opacity: 0;
  transition: transform 2s ease-out, opacity 1s ease-out;
}

.show .bg {
  transform: scale(1.5);
  opacity: 1;
}
.show .bg02 {
  transform: scale(1);
  opacity: 1;
}

.fadeUpTrigger.section-title {
  opacity: 0;
}
.fadeUpTrigger.section-title.fadeUp {
  animation-name: blurAnime;
  animation-duration: 2s;
  animation-fill-mode: forwards;
}

@keyframes blurAnime {
  from {
    filter: blur(10px);
    transform: scale(2);
    opacity: 0;
  }
  to {
    filter: blur(0);
    transform: scale(1);
    opacity: 1;
  }
}
.l-section .fadeInUp {
  opacity: 0;
}
.l-section.show .fadeInUp {
  animation: fadeInUp 1.7s ease-out forwards;
}

@keyframes fadeInUp {
  0% {
    transform: translateY(600px);
    opacity: 0;
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.footer .nav-menu {
  opacity: 0;
  transition: opacity 2s ease-in-out;
}
.footer .logo {
  opacity: 0;
  transform: translate(-50%, -50%) translateY(30px) scale(0.8);
  filter: blur(4px);
  transition: opacity 0.8s ease, transform 0.8s ease, filter 0.8s ease;
}
.footer.show .nav-menu {
  opacity: 1;
}
.footer.show .logo {
  opacity: 1;
  transform: translate(-50%, -50%) translateY(0) scale(1);
  filter: blur(0);
}

.mv .mv-bg .image img {
  opacity: 0;
  transform: scale(0.6);
  transition: transform 1.5s ease, opacity 1.5s ease;
}
.mv .mv-bg .image.is-show:nth-child(1) img {
  opacity: 1;
  transform: scale(1.05);
  transition-delay: 0.5s;
  animation: floaty1 3s ease-in-out infinite;
  animation-delay: 2s;
}
.mv .mv-bg .image.is-show:nth-child(2) img {
  opacity: 1;
  transform: scale(1.05);
  transition-delay: 0.8s;
  animation: bounce2 2.8s ease-in-out infinite;
  animation-delay: 2.3s;
}
.mv .mv-bg .image.is-show:nth-child(3) img {
  opacity: 1;
  transform: scale(1.05);
  transition-delay: 1.1s;
  animation: floaty3 2s ease-in-out infinite;
  animation-delay: 2.6s;
}
.mv .mv-bg .image.is-show:nth-child(4) img {
  opacity: 1;
  transform: scale(1.05);
  transition-delay: 1.3s;
  animation: bounce4 5s ease-in-out infinite;
  animation-delay: 2.9s;
}
.mv .main-copy {
  text-align: center;
  display: inline-block;
  white-space: normal;
  opacity: 0;
  transition: opacity 0.8s ease;
}
.mv .main-copy.is-show {
  opacity: 1;
}
.mv .main-copy.is-show .char {
  display: inline-block;
  opacity: 0;
  transform: translateY(50px) scale(0.8);
  animation: charFadeUp 0.6s forwards cubic-bezier(0.3, 1.5, 0.5, 1);
}

@keyframes floaty1 {
  0% {
    transform: scale(1.05) translateY(0) rotate(0deg);
  }
  50% {
    transform: scale(1.05) translateY(-10px) rotate(1deg);
  }
  100% {
    transform: scale(1.05) translateY(0) rotate(0deg);
  }
}
@keyframes floaty3 {
  0% {
    transform: scale(1.05) translateY(0) rotate(0deg);
  }
  50% {
    transform: scale(1.05) translateY(-8px) rotate(1.5deg);
  }
  100% {
    transform: scale(1.05) translateY(0) rotate(0deg);
  }
}
@keyframes bounce2 {
  0% {
    transform: scale(1.05) translateY(0);
  }
  30% {
    transform: scale(1.05) translateY(-20px);
  }
  50% {
    transform: scale(1.05) translateY(0);
  }
  70% {
    transform: scale(1.05) translateY(-10px);
  }
  100% {
    transform: scale(1.05) translateY(0);
  }
}
@keyframes bounce4 {
  0% {
    transform: scale(1.05) translateY(0);
  }
  20% {
    transform: scale(1.05) translateY(-18px);
  }
  40% {
    transform: scale(1.05) translateY(0);
  }
  60% {
    transform: scale(1.05) translateY(-12px);
  }
  100% {
    transform: scale(1.05) translateY(0);
  }
}
@keyframes charFadeUp {
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}
.header.top .header__inner {
  opacity: 0;
  transform: translateY(-20px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}
.header.top .header__inner.is-show {
  opacity: 1;
  transform: translateY(0);
}
.header.top .nav-btn {
  opacity: 0;
  transform: translateY(-20px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}
.header.top .nav-btn.is-show {
  opacity: 1;
  transform: translateY(0);
}
.header.top .nav-menu__pc {
  opacity: 0;
  visibility: hidden;
  transition: opacity 2s ease, visibility 1s ease;
  pointer-events: none;
}
.header.top .nav-menu__pc.is-show {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.l-scroll {
  opacity: 0;
  transform: translateY(-40px);
  transition: opacity 1s ease, transform 1s ease;
}
.l-scroll.is-show {
  opacity: 1;
  transform: translateY(0);
  animation: floatUpDown 2s ease-in-out infinite;
}

@keyframes floatUpDown {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}/*# sourceMappingURL=style.css.map */