@charset "UTF-8";
/*--------------------------------------------------------------
Foundation
--------------------------------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Inter&family=Zen+Old+Mincho&display=swap");
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, i, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td, figure, figcaption,
button, input, textarea, select, i {
  border: 0;
  font-style: inherit;
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
  font-family: inherit;
  letter-spacing: inherit;
  color: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
  line-height: 1.5;
}

html {
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

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

body {
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.5;
  background: #fff;
  color: #000;
  overflow-x: hidden;
  overflow-y: scroll;
  font-family: "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "Hiragino Sans", "メイリオ", "Meiryo", sans-serif;
  font-weight: 500;
}

ul, li {
  list-style: none;
}

table {
  border-collapse: collapse;
  width: 100%;
}

a:hover,
a:active,
a:focus {
  outline: 0;
}

a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all .2s ease-in;
  transition: all .2s ease-in;
  -webkit-transition-property: opacity, color, background, box-shadow, -webkit-transform;
  transition-property: opacity, color, background, box-shadow, -webkit-transform;
  transition-property: opacity, color, background, transform, box-shadow;
  transition-property: opacity, color, background, transform, box-shadow, -webkit-transform;
  opacity: 1;
  line-height: inherit;
}

img {
  vertical-align: middle;
}

img,
input[type="image"] {
  border: 0;
  height: auto;
  max-width: 100%;
}

input[type="submit"], input[type="button"], button {
  cursor: pointer;
  -webkit-appearance: none;
  border-radius: 0;
  font-size: inherit;
  letter-spacing: inherit;
  background: none;
}

strong {
  font-weight: bold;
}

a {
  text-decoration: none;
}

a:hover,
input[type="image"]:hover {
  opacity: 0.7;
}

p {
  line-height: inherit;
}

p * {
  line-height: inherit;
}

main {
  overflow: hidden;
}

.m_ft {
  font-family: 'Zen Old Mincho', serif;
  font-weight: 400;
}

.ft_e {
  font-family: "garamond-premier-pro", serif;
  font-weight: 400;
}

.ft_i {
  font-family: 'Inter', sans-serif;
  font-weight: 400;
}

/*--------------------------------------------------------------
Component
--------------------------------------------------------------*/
.evt {
  visibility: hidden;
}

.c_anchor {
  position: absolute;
  width: 100%;
  left: 0;
}

.scroll_fixed {
  position: relative;
}

.fixed_wrap {
  width: 100%;
  position: relative;
  left: 0;
  top: 0;
}

.fixed_wrap.fixed {
  position: fixed;
}

.fixed_wrap.fixed.abs {
  position: absolute;
  top: auto;
  bottom: 0;
}

.scroll_move .move {
  position: relative;
}

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

form {
  position: relative;
}

form label.error {
  position: absolute;
  color: red;
  top: 4.2em;
  left: 0;
}

.f_mail form label.error {
  top: 3.3em;
}

/*--------------------------------------------------------------
Utility
--------------------------------------------------------------*/
.u_wrap {
  overflow: hidden;
}

html {
  font-size: 10px;
}

@media screen and (min-width: 768px) and (max-width: 1300px) {
  html {
    font-size: calc(100vw * 10 / 1300);
  }
}

@media screen and (max-width: 767px) {
  html {
    font-size: calc(100vw * 10 / 750);
  }
}

.u_clearfix:after,
.u_clearfix > li:after {
  height: 0;
  visibility: hidden;
  content: ".";
  display: block;
  clear: both;
}

* html .u_clearfix,
* html .u_clearfix > li {
  zoom: 1;
}

* + html .u_clearfix,
* + html .u_clearfix li {
  zoom: 1;
}

.u_switch_img {
  opacity: 1;
}

.u_relative {
  position: relative;
}

@media screen and (min-width: 768px) {
  .u_visible_sp {
    display: none;
  }
  .u_tel {
    pointer-events: none;
    cursor: default;
  }
  .u_tel:hover {
    opacity: 1;
  }
}

@media screen and (max-width: 767px) {
  .u_visible_pc {
    display: none;
  }
  .u_inner {
    margin: 0 6rem;
  }
}

/*--------------------------------------------------------------
Layout/PageBase
--------------------------------------------------------------*/
#header {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 66;
}

#header a {
  display: block;
}

@media screen and (max-width: 767px) {
  #header {
    height: 8rem;
  }
}

.h_logo {
  position: absolute;
  left: 5.4rem;
  top: 4.8rem;
}

@media screen and (max-width: 767px) {
  .h_logo {
    left: 2.3rem;
    top: 3.2rem;
  }
}

.h_logo img {
  width: 17rem;
  transition: opacity .2s ease-in;
}

body.h_b .h_logo img {
  opacity: 0;
}

body.h_b .h_logo a {
  background: url(../img/logo_w.svg) no-repeat center top/contain;
}

#footer {
  padding: 14.8rem 0 4rem;
}

@media screen and (max-width: 767px) {
  #footer {
    padding: 11rem 0 2rem;
    margin-bottom: 14rem;
  }
}

.f_logo {
  text-align: center;
}

.f_logo img {
  width: 19.9rem;
}

@media screen and (min-width: 768px) {
  .f_logo {
    position: absolute;
  }
}

@media screen and (min-width: 768px) {
  .f_inner {
    width: 126.5rem;
    margin: 0 auto;
    position: relative;
  }
}

.f_mail {
  font-size: 1.6rem;
  margin-bottom: 6rem;
}

@media screen and (max-width: 767px) {
  .f_mail {
    font-size: 2.4rem;
    margin: 6rem 0 5rem;
  }
}

.f_mail * {
  letter-spacing: .05em;
}

@media screen and (min-width: 768px) {
  .f_mail {
    margin-left: 50%;
  }
}

.f_mail dt {
  margin-bottom: 1.8em;
}

.f_mail form {
  display: flex;
  gap: .75em;
}

.f_mail input {
  border: solid 1px #000;
  line-height: 3.125;
}

.f_mail input::placeholder {
  color: #a3a3a3;
}

.f_mail input:-ms-input-placeholder {
  color: #a3a3a3;
}

.f_mail input::-ms-input-placeholder {
  color: #a3a3a3;
}

.f_mail input[type="email"] {
  width: 21.5em;
  padding: 0 .8em;
}

.f_mail input[type="submit"] {
  width: 5.25em;
}

.f_nav {
  display: flex;
  gap: 9.5rem;
  margin-bottom: 16rem;
}

@media screen and (min-width: 768px) {
  .f_nav {
    margin-left: 50%;
  }
}

@media screen and (max-width: 767px) {
  .f_nav {
    margin: 9rem 0 7rem;
  }
}

.f_nav li {
  font-size: 1.6rem;
}

@media screen and (max-width: 767px) {
  .f_nav li {
    font-size: 2.4rem;
  }
}

.f_nav li + li {
  margin-top: 1em;
}

@media screen and (min-width: 768px) {
  .f_sns {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 767px) {
  .f_sns {
    text-align: center;
    font-size: 2.4rem;
    margin-bottom: 9rem;
  }
}

.f_sns dt {
  margin-bottom: .9em;
}

.f_sns dd {
  display: flex;
  gap: 1.5625em;
}

@media screen and (max-width: 767px) {
  .f_sns dd {
    justify-content: center;
  }
}

.f_sns img {
  width: 1.5em;
}

.f_sns img.line {
  width: 1.6875em;
}

@media screen and (min-width: 768px) {
  .f_insta {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 767px) {
  .f_insta {
    text-align: center;
    font-size: 2.4rem;
    margin-bottom: 9rem;
  }
  .f_insta p {
    margin-bottom: 1em;
  }
}

.f_insta img {
  width: 2.4rem;
}

@media screen and (max-width: 767px) {
  .f_insta img {
    width: 3.6rem;
  }
}

.f_copy {
  text-align: center;
  font-size: 1.6rem;
}

@media screen and (max-width: 767px) {
  .f_copy {
    font-size: 1.8rem;
  }
}

/*--------------------------------------------------------------
Project
--------------------------------------------------------------*/
#loading {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 66;
}

#loading:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: #fff;
  left: 0;
  top: 0;
}

#loading .logo {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  left: 0;
  z-index: 11;
  text-align: center;
  overflow: hidden;
}

#loading .logo img {
  width: 21.9rem;
  transform: translateY(100%);
}

#loading .progress {
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 1px;
  z-index: 11;
}

#loading .progress:before {
  content: '';
  position: absolute;
  height: 100%;
  background: #000;
  width: 0;
}

body.load #loading:before {
  transform-origin: right top;
  transform: scale(1, 0);
  transition: 1s transform cubic-bezier(0.275, 0, 0, 1) 3s;
}

body.load #loading .progress {
  width: 0;
  transition: 1s width cubic-bezier(0.275, 0, 0, 1) 2s;
}

body.load #loading .progress:before {
  width: 100%;
  transition: 2s width cubic-bezier(0.275, 0, 0, 1);
}

body.load #loading .logo {
  opacity: 0;
  margin-top: -5rem;
  transition: 1s cubic-bezier(0.275, 0, 0, 1) 2s;
}

body.load #loading .logo img {
  transform: none;
  transition: 1s transform cubic-bezier(0.275, 0, 0, 1) 0.5s;
}

.top_main {
  position: relative;
  height: 100vh;
  min-height: 70rem;
}

@media screen and (max-width: 767px) {
  .top_main {
    margin-top: 12.3rem;
    height: calc(100vh - 12.3rem);
  }
}

.top_main .box {
  margin-left: calc(50% - 24rem);
}

@media screen and (max-width: 767px) {
  .top_main .box {
    margin-left: 12.4rem;
  }
}

.top_main .img {
  position: relative;
  height: 100vh;
  min-height: 70rem;
}

@media screen and (max-width: 767px) {
  .top_main .img {
    height: calc(100vh - 21.5rem);
  }
}

.top_main .img img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.top_main .catch {
  top: 14.5rem;
  z-index: 2;
  left: 6rem;
  position: absolute;
}

@media screen and (min-width: 768px) {
  .top_main .catch {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    padding-bottom: 22rem;
  }
}

@media screen and (min-width: 1400px) {
  .top_main .catch {
    left: calc(50% - 63rem);
  }
}

.top_main .catch img {
  transform: translateY(100%);
  display: block;
}

.top_main .catch.show img {
  transform: none;
  transition: 1s transform cubic-bezier(0.275, 0, 0, 1) 0.5s;
}

.top_main .catch.show .b img {
  transition-delay: .7s;
}

.top_main .catch.show .c img {
  transition-delay: 1.4s;
}

.top_main .catch i {
  display: block;
  overflow: hidden;
}

.top_main .catch .a img {
  width: 10.7rem;
}

@media screen and (max-width: 767px) {
  .top_main .catch .a img {
    width: 17.6rem;
  }
}

.top_main .catch .b {
  margin: 2.8rem 0;
}

.top_main .catch .b img {
  width: 52.8rem;
}

@media screen and (max-width: 767px) {
  .top_main .catch .b img {
    width: 58rem;
  }
}

.top_main .catch .c img {
  width: 23.5rem;
}

@media screen and (max-width: 767px) {
  .top_main .catch .c img {
    width: 33.6rem;
  }
}

.top_main .scroll {
  position: absolute;
  left: 2rem;
}

@media screen and (min-width: 768px) {
  .top_main .scroll {
    top: calc(100vh - 5rem);
    transform: translateY(-100%);
  }
}

@media screen and (max-width: 767px) {
  .top_main .scroll {
    bottom: 9.2rem;
  }
}

.top_main .scroll a {
  display: block;
  padding-bottom: 8.5rem;
  position: relative;
}

.top_main .scroll a:before {
  content: '';
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  background: #231815;
  width: 1px;
  height: 7rem;
  bottom: 0;
}

.top_main .scroll a:after {
  content: '';
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: .7rem;
  height: .7rem;
  background: #231815;
  border-radius: 50%;
  bottom: 4.5rem;
  animation: circlemove 1.6s ease-out infinite;
}

@media screen and (min-width: 1660px) {
  .top_main .scroll {
    left: calc(50% - 80rem);
  }
}

.top_main .scroll img {
  width: 1.1rem;
}

@keyframes circlemove {
  0% {
    bottom: 7rem;
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  80% {
    opacity: 0.9;
  }
  100% {
    bottom: -.5rem;
    opacity: 0;
  }
}

.h_logo {
  opacity: 0;
  transition: opacity 1s cubic-bezier(0.275, 0, 0, 1) 4s;
}

body.load .h_logo {
  opacity: 1;
}

.fixed_btn {
  position: absolute;
}

@media screen and (min-width: 768px) {
  .fixed_btn {
    top: 5rem;
    right: 6rem;
  }
}

@media screen and (max-width: 767px) {
  .fixed_btn {
    position: fixed;
    bottom: 2rem;
    width: 100%;
    right: 0;
    opacity: 0;
    transition: opacity .4s ease-in;
  }
}

.fixed_btn.fixed {
  position: fixed;
  z-index: 60;
}

@media screen and (max-width: 767px) {
  .fixed_btn.fixed {
    opacity: 1;
  }
}

.fixed_btn a {
  display: block;
}

@media screen and (min-width: 768px) {
  .fixed_btn a {
    background: #231815 url(../img/ico_member.svg) no-repeat 2.2em center/1.5rem;
    color: #fff;
    font-size: 1.4rem;
    border-radius: 3em;
    border: solid 1px #231815;
    line-height: 5rem;
    width: 20.8rem;
    text-align: center;
    padding-left: 1.5em;
    font-weight: bold;
  }
  .fixed_btn a:hover {
    background-color: #fff;
    background-image: url(../img/ico_member_b.svg);
    color: #231815;
  }
}

@media screen and (max-width: 767px) {
  .fixed_btn a {
    background: url(../img/btn_regist.svg) no-repeat center top/contain;
    color: transparent;
    height: 9.1rem;
    width: 37.5rem;
    margin: 0 auto;
  }
}

.top_sec {
  height: 400vh;
  overflow: hidden;
  background: #030914;
  color: #fff;
}

.top_sec .mark {
  margin-top: 100vh;
  z-index: 10;
  position: relative;
}

.top_sec .fixed_wrap {
  height: 100vh;
}

.top_sec .fixed_wrap.show .bg img, .top_sec .fixed_wrap.show .bg video {
  filter: blur(3rem);
}

.top_sec .fixed_wrap.show figure {
  filter: blur(3rem);
}

.top_sec .fixed_wrap.show p, .top_sec .fixed_wrap.show dl {
  opacity: 4;
}

.top_sec .fixed_wrap.show p {
  transition-delay: .7s;
}

.top_sec .fixed_wrap.show dl {
  transition-delay: 1s;
}

.top_sec .box {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

@media screen and (min-width: 768px) {
  .top_sec .box {
    width: 120rem;
    margin: auto;
  }
}

@media screen and (max-width: 767px) {
  .top_sec .box.d {
    transform: none;
    top: 15%;
    height: 100%;
    padding-top: 10rem;
  }
  .top_sec .box.d dd {
    position: absolute;
    width: 100%;
  }
}

.top_sec .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
}

.top_sec .bg img {
  position: absolute;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  height: 120%;
  object-fit: cover;
}

.top_sec .bg video {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.top_sec img, .top_sec figure, .top_sec video {
  transition: filter 1s;
}

.top_sec figcaption {
  font-size: 1.6rem;
  margin: 1rem;
}

.top_sec p, .top_sec dl {
  opacity: 0;
  transition: opacity .5s ease-in;
}

.top_sec p {
  font-size: 5.1rem;
  margin-bottom: .6em;
}

.top_sec dt {
  font-size: 3.6rem;
  margin-bottom: 1em;
}

@media screen and (max-width: 767px) {
  .top_sec dt {
    margin-bottom: 1.4em;
  }
}

.top_sec dd {
  font-size: 1.8rem;
  line-height: 2;
}

@media screen and (max-width: 767px) {
  .top_sec dd {
    font-size: 2.8rem;
    line-height: 1.71;
  }
}

.top_sec dd .btn {
  margin-top: 2em;
}

@media screen and (max-width: 767px) {
  .top_sec dd .btn {
    text-align: center;
  }
}

.top_sec dd .btn a {
  display: inline-block;
  background: #fff;
  color: #000;
  line-height: 3.5em;
  padding: 0 1em;
}

@media screen and (max-width: 767px) {
  .top_sec dd .btn a {
    width: 62.7rem;
  }
}

.top_sec figure {
  position: absolute;
}

.top_sec figure.a {
  width: 50%;
}

.top_sec figure.a img {
  opacity: .5;
}

.top_sec figure.b {
  right: 0;
  width: 60.3rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  max-width: 31.4%;
}

.top_sec figure.c {
  bottom: 0;
  right: 0;
  width: 50rem;
}

@media screen and (min-width: 768px) {
  .top_sec dl {
    width: 60rem;
  }
  .top_sec.a dl {
    margin-left: 50%;
  }
  .top_sec.b dl {
    margin-left: 50%;
  }
  .top_sec p {
    position: absolute;
  }
}

.top_sec02 {
  position: relative;
  padding: 24rem 0 19rem;
}

@media screen and (min-width: 768px) {
  .top_sec02 {
    padding: 22rem 0 9rem;
  }
  .top_sec02 .box {
    width: 110.8rem;
    height: 81.5rem;
    margin: 0 auto;
    position: relative;
    padding: 19.5rem 14.8rem 0;
  }
  .top_sec02 figure {
    width: 66.7rem;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    z-index: -1;
  }
}

@media screen and (max-width: 767px) {
  .top_sec02 figure {
    margin-left: 4rem;
    margin-right: -6rem;
    margin-bottom: -3.5rem;
  }
}

@media screen and (max-width: 767px) {
  .top_sec02 p {
    margin-bottom: -9.5rem;
    position: relative;
  }
}

.top_sec02 p img {
  width: 53rem;
}

@media screen and (max-width: 767px) {
  .top_sec02 p img {
    width: 34.8rem;
  }
}

.top_sec02 dt {
  font-size: 3.2rem;
  margin: 1em 0 .5em;
}

@media screen and (max-width: 767px) {
  .top_sec02 dt {
    font-size: 4.2rem;
    margin: 0 0 1.2em;
  }
}

.top_sec02 dd {
  font-size: 1.8rem;
  line-height: 2;
}

@media screen and (max-width: 767px) {
  .top_sec02 dd {
    font-size: 2.8rem;
    line-height: 1.71;
  }
}

.top_ethical {
  margin-bottom: 28rem;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .top_ethical {
    margin-bottom: 14rem;
  }
}

.top_ethical .ttl {
  font-size: 1.4rem;
  margin-bottom: 11rem;
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  .top_ethical .ttl {
    font-size: 2.4rem;
    margin-left: 1em;
  }
}

.top_ethical li {
  width: 246.2rem;
  padding-right: 8rem;
}

@media screen and (max-width: 767px) {
  .top_ethical li {
    max: 137.3rem;
  }
}

.top_ethical li {
  width: 252.5rem;
  padding-right: 8rem;
}

@media screen and (max-width: 767px) {
  .top_ethical li {
    width: 196.1rem;
  }
}

.top_ethical .slick-track {
  width: 1262.5rem !important;
}

@media screen and (max-width: 767px) {
  .top_ethical .slick-track {
    width: 980.5rem !important;
  }
}

@media screen and (min-width: 768px) {
  .top_ethical .box {
    width: 106.4rem;
    margin: 0 auto;
  }
}

.top_sec03 {
  position: relative;
}

.top_sec03 .bg {
  position: absolute;
  width: 100%;
  height: 100%;
}

.top_sec03 .bg img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}

@media screen and (max-width: 767px) {
  .top_sec03 {
    padding: 26rem 0 33rem;
  }
  .top_sec03 .fixed_wrap {
    height: 100vh;
  }
  .top_sec03 .fixed_wrap:not(.fixed) {
    position: absolute;
  }
}

@media screen and (min-width: 768px) {
  .top_sec03 .fixed_wrap {
    position: static;
  }
  .top_sec03 .box {
    width: 65.4rem;
    margin: 0 auto;
    padding: 33.3rem 0;
  }
}

.top_sec03 dl {
  color: #fff;
  position: relative;
  z-index: 1;
}

.top_sec03 dl.b {
  margin-top: 11.5rem;
}

@media screen and (max-width: 767px) {
  .top_sec03 dl.b {
    margin-top: 48rem;
  }
}

.top_sec03 dl.b dt {
  font-size: 2.4rem;
  position: relative;
  line-height: 1.875;
  padding-bottom: .9em;
}

@media screen and (max-width: 767px) {
  .top_sec03 dl.b dt {
    font-size: 3.4rem;
    padding-bottom: 1.2em;
  }
}

.top_sec03 dl.b dt:before {
  content: '';
  position: absolute;
  width: 11em;
  border-bottom: solid 1px #fff;
  bottom: 0;
  left: 0;
}

@media screen and (max-width: 767px) {
  .top_sec03 dl.b dt:before {
    width: 25.7rem;
  }
}

.top_sec03 dl.c {
  margin-top: 29.7rem;
}

.top_sec03 dt {
  font-size: 3.6rem;
  margin-bottom: 1em;
}

@media screen and (max-width: 767px) {
  .top_sec03 dt {
    font-size: 4.6rem;
  }
}

.top_sec03 dd {
  font-size: 1.6rem;
  line-height: 2;
}

@media screen and (max-width: 767px) {
  .top_sec03 dd {
    font-size: 2.8rem;
    line-height: 1.75;
  }
}

.top_sec03 .img {
  position: absolute;
  transform: translateY(15rem);
}

@media screen and (max-width: 767px) {
  .top_sec03 .img {
    transform: translateY(5rem);
  }
}

.top_sec03 .img.a {
  width: 44.8rem;
  right: calc(50% - 70rem);
  top: -41.6rem;
}

@media screen and (max-width: 767px) {
  .top_sec03 .img.a {
    width: 26.9rem;
    right: 0;
    top: -27rem;
  }
}

.top_sec03 .img.b {
  width: 25.2rem;
  top: -16.8rem;
  left: calc(50% - 47.6rem);
}

@media screen and (max-width: 767px) {
  .top_sec03 .img.b {
    width: 15.1rem;
    left: 0;
    top: -3.5rem;
  }
}

.top_sec03 .img.c {
  width: 34.2rem;
  top: 41rem;
}

@media screen and (max-width: 767px) {
  .top_sec03 .img.c {
    width: 20.5rem;
    top: 79.5rem;
    transform: translateY(20rem);
  }
}

.top_sec03 .img.d {
  width: 41.4rem;
  top: 53.8rem;
  right: 0;
}

@media screen and (max-width: 767px) {
  .top_sec03 .img.d {
    width: 24.8rem;
    top: 190rem;
    transform: translateY(25rem);
  }
}

.top_sec03 .img.e {
  width: 29.8rem;
  left: 11.1rem;
  bottom: 12.8rem;
}

@media screen and (max-width: 767px) {
  .top_sec03 .img.e {
    width: 17.9rem;
    left: 0;
    bottom: 7.2rem;
    transform: translateY(40rem);
  }
}

.top_sec03 .img.f {
  width: 24rem;
  left: 40.9rem;
  bottom: -11.1rem;
}

@media screen and (max-width: 767px) {
  .top_sec03 .img.f {
    width: 14.4rem;
    left: 17.9rem;
    bottom: -7.2rem;
    transform: translateY(40rem);
  }
}

.top_sec03 .img.g {
  width: 27rem;
  right: calc(50% - 70rem);
  bottom: -24.7rem;
}

@media screen and (max-width: 767px) {
  .top_sec03 .img.g {
    right: 0;
    width: 16.2rem;
    bottom: -31.7rem;
    transform: translateY(40rem);
  }
}

.top_sec04 {
  text-align: center;
  padding: 23.5rem 0 29rem;
}

@media screen and (max-width: 767px) {
  .top_sec04 {
    padding: 31rem 0 15rem;
  }
}

.top_sec04 dt {
  font-size: 3.6rem;
  margin-bottom: 1em;
}

@media screen and (max-width: 767px) {
  .top_sec04 dt {
    font-size: 4.6rem;
  }
}

.top_sec04 dd {
  font-size: 1.8rem;
  line-height: 2.28;
}

@media screen and (max-width: 767px) {
  .top_sec04 dd {
    font-size: 2.8rem;
    line-height: 1.75;
    text-align: left;
  }
  .top_sec04 dd br {
    display: none;
  }
}

.top_lineup {
  background: #010103;
  color: #fff;
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 18.5rem 0 20.5rem;
}

@media screen and (max-width: 767px) {
  .top_lineup {
    padding: 15rem 0 25rem;
  }
}

.top_lineup .ttl {
  text-align: center;
  margin-bottom: 40rem;
}

.top_lineup .ttl img {
  width: 34.6rem;
}

.top_lineup li {
  position: relative;
}

@media screen and (min-width: 768px) {
  .top_lineup li + li {
    margin-top: 29%;
  }
}

@media screen and (min-width: 768px) and (min-width: 1920px) {
  .top_lineup li + li {
    margin-top: 56.5rem;
  }
}

@media screen and (max-width: 767px) {
  .top_lineup li {
    margin-top: 51rem;
  }
  .top_lineup li:nth-child(2) {
    margin-top: 62.5rem;
  }
  .top_lineup li:nth-child(3) {
    margin-top: 69rem;
  }
  .top_lineup li:nth-child(3) {
    margin-top: 58rem;
  }
}

.top_lineup figure img, .top_lineup .bg img {
  width: 100%;
}

.top_lineup dt {
  font-size: 4.8rem;
  line-height: 1;
  letter-spacing: .05em;
  margin-bottom: .7em;
}

@media screen and (max-width: 767px) {
  .top_lineup dt {
    font-size: 4.8rem;
    margin-top: 4.5rem;
  }
}

.top_lineup dd {
  font-size: 1.8rem;
  line-height: 2.33;
}

@media screen and (max-width: 767px) {
  .top_lineup dd {
    font-size: 2.8rem;
    line-height: 1.75;
  }
  .top_lineup dd br {
    display: none;
  }
}

.top_lineup .btn {
  margin-top: 4rem;
}

@media screen and (max-width: 767px) {
  .top_lineup .btn {
    margin-top: 5.5rem;
  }
}

.top_lineup .bg {
  position: absolute;
  transform: translateY(10%);
  z-index: -1;
}

@media screen and (max-width: 767px) {
  .top_lineup .bg.a {
    width: 57.7rem;
    top: -54.7rem;
  }
  .top_lineup .bg.b {
    width: 54.8rem;
    top: -73.3rem;
    transform: translateY(20%);
  }
  .top_lineup .bg.c {
    width: 53.4rem;
    top: -73.7rem;
    transform: translateY(50%);
  }
  .top_lineup .bg.d {
    width: 57.2rem;
    top: -46.4rem;
    transform: translateY(80%);
  }
}

@media screen and (min-width: 768px) {
  .top_lineup .bg.a {
    width: 50%;
    top: -36.4rem;
  }
}

@media screen and (min-width: 768px) and (min-width: 1920px) {
  .top_lineup .bg.a {
    width: 96rem;
  }
}

@media screen and (min-width: 768px) {
  .top_lineup .bg.b {
    width: 36%;
    top: -54.1rem;
    transform: translateY(40%);
  }
}

@media screen and (min-width: 768px) and (min-width: 1920px) {
  .top_lineup .bg.b {
    width: 70rem;
  }
}

@media screen and (min-width: 768px) {
  .top_lineup .bg.c {
    width: 32%;
    top: -49.6rem;
    transform: translateY(70%);
  }
}

@media screen and (min-width: 768px) and (min-width: 1920px) {
  .top_lineup .bg.c {
    width: 60.5rem;
  }
}

@media screen and (min-width: 768px) {
  .top_lineup .bg.d {
    width: 43%;
    top: -47.9rem;
    transform: translateY(100%);
  }
}

@media screen and (min-width: 768px) and (min-width: 1920px) {
  .top_lineup .bg.d {
    width: 81.7rem;
  }
}

.top_lineup li {
  position: relative;
}

.top_lineup li:nth-child(odd) .bg {
  right: 0;
}

.top_lineup li:nth-child(even) .bg {
  left: 0;
}

@media screen and (min-width: 768px) {
  .top_lineup li:nth-child(even) .row {
    flex-flow: row-reverse;
  }
  .top_lineup li:nth-child(even) dl {
    padding-left: 7.3rem;
  }
}

.top_lineup .row {
  position: relative;
  z-index: 1;
}

@media screen and (min-width: 768px) {
  .top_lineup .row {
    display: flex;
    width: 125.2rem;
    margin: 0 auto;
    justify-content: space-between;
  }
}

@media screen and (max-width: 767px) {
  .top_lineup .row {
    margin: 0 6.5rem;
  }
}

@media screen and (min-width: 768px) {
  .top_lineup dl {
    width: 50%;
    margin-top: 6.5rem;
  }
  .top_lineup figure {
    width: 56rem;
  }
}

.top_mois {
  padding: 21rem 0 24rem;
}

.top_mois.b {
  background: #000000;
  color: #fff;
}

.top_mois.b .ttl {
  background-image: url(../img/ico_moissanite_w.svg);
}

@media screen and (max-width: 767px) {
  .top_mois {
    padding: 16rem 0 10rem;
  }
}

.top_mois .ttl {
  text-align: center;
  font-size: 3.6rem;
  line-height: 1.3;
  background: url(../img/ico_moissanite.svg) no-repeat center bottom/0.666em;
  padding-bottom: .5em;
  margin-bottom: 8rem;
}

@media screen and (max-width: 767px) {
  .top_mois .ttl {
    font-size: 4.6rem;
  }
}

.top_mois dt {
  font-size: 2.4rem;
  margin: .8em 0 .6em;
}

@media screen and (max-width: 767px) {
  .top_mois dt {
    font-size: 4.08rem;
  }
}

.top_mois dd {
  font-size: 1.6rem;
}

@media screen and (max-width: 767px) {
  .top_mois dd {
    font-size: 2.8rem;
    line-height: 1.67;
  }
}

.top_mois li img {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .top_mois li + li {
    margin-top: 10rem;
  }
}

@media screen and (min-width: 768px) {
  .top_mois ul {
    display: flex;
    justify-content: space-between;
    width: 129.5rem;
    margin: 0 auto;
  }
  .top_mois li {
    width: 40rem;
  }
}

.c_line i {
  width: 2em;
  display: inline-block;
  border-bottom: solid 1px #231815;
  position: relative;
  top: -.3em;
}

.top_party {
  background: #010103;
  color: #fff;
  position: relative;
  padding: 21rem 0 29rem;
}

@media screen and (max-width: 767px) {
  .top_party {
    padding: 19rem 0 16.5rem;
  }
}

.top_party .box {
  position: relative;
}

@media screen and (min-width: 768px) {
  .top_party .box {
    width: 120rem;
    margin: 0 auto;
  }
}

.top_party .bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 67%;
}

@media screen and (min-width: 1920px) {
  .top_party .bg {
    width: 128rem;
  }
}

@media screen and (max-width: 767px) {
  .top_party .bg {
    width: 100%;
  }
}

.top_party .ttl {
  text-align: center;
  font-size: 4rem;
  margin-bottom: 6.5rem;
}

@media screen and (max-width: 767px) {
  .top_party .ttl {
    font-size: 5rem;
  }
}

.top_party .ttl em {
  display: block;
  font-size: 2em;
  line-height: 1;
}

@media screen and (max-width: 767px) {
  .top_party .ttl em {
    line-height: 1;
    font-size: 9rem;
    margin: .3em 0;
  }
}

.top_party .lead {
  margin-bottom: 14rem;
}

@media screen and (min-width: 768px) {
  .top_party .lead {
    width: 58.5rem;
    margin: 0 auto 7rem;
  }
}

.top_party .lead dt {
  font-size: 3.2rem;
  text-align: center;
  margin-bottom: .8em;
}

@media screen and (max-width: 767px) {
  .top_party .lead dt {
    font-size: 4.2rem;
  }
}

.top_party .lead dd {
  font-size: 1.6rem;
  line-height: 2.125;
}

@media screen and (max-width: 767px) {
  .top_party .lead dd {
    font-size: 2.8rem;
    line-height: 1.57;
  }
}

.top_party .ttl2 {
  text-align: center;
  font-size: 3.2rem;
  margin-bottom: 4rem;
}

@media screen and (max-width: 767px) {
  .top_party .ttl2 {
    font-size: 4.2rem;
  }
}

.top_party ul {
  display: flex;
  justify-content: center;
  gap: 2.6rem;
  margin-bottom: 15rem;
}

@media screen and (max-width: 767px) {
  .top_party ul {
    flex-wrap: wrap;
    gap: 4.5rem 2.5rem;
    margin-bottom: 17rem;
  }
}

@media screen and (max-width: 767px) {
  .top_party li {
    width: calc(33.33% - 1.7rem);
  }
}

.top_party li p {
  text-align: center;
  margin-top: .8em;
  font-size: 2rem;
}

@media screen and (max-width: 767px) {
  .top_party li p {
    font-size: 2.4rem;
  }
}

.top_party .regist {
  border: solid 1px #fff;
}

@media screen and (min-width: 768px) {
  .top_party .regist {
    width: 50.2rem;
    margin: 0 auto;
  }
}

.top_party .regist dt {
  font-weight: bold;
  font-size: 1.6rem;
  background: #fff;
  color: #231815;
  text-align: center;
  line-height: 3;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .top_party .regist dt {
    font-size: 2.4rem;
  }
}

.top_party .regist a {
  display: block;
  font-size: 2.4rem;
  line-height: 10rem;
  color: #fff;
  background: url(../img/ico_arrow.svg) no-repeat calc(100% - 1.5em) center/3.9rem;
  padding-left: 2em;
  border-top: solid 1px #231815;
}

@media screen and (max-width: 767px) {
  .top_party .regist a {
    font-size: 3.1rem;
    line-height: 13rem;
    background-size: 5rem;
  }
}

.top_party .regist a:hover {
  background-color: #fff;
  background-image: url(../img/ico_arrow_b.svg);
  opacity: 1;
  color: #231815;
}

.top_party .mail {
  text-align: center;
  font-size: 2.6rem;
}

@media screen and (min-width: 768px) {
  .top_party .mail {
    width: 59.5rem;
    margin: 0 auto;
    font-size: 1.8rem;
  }
}

.top_party .mail dt {
  font-size: 2.22em;
  letter-spacing: .05em;
  margin-bottom: .8em;
}

.top_party .mail input {
  border: solid 1px #fff;
  line-height: 3.33;
  background: none;
}

.top_party .mail input::placeholder {
  color: #a3a3a3;
}

.top_party .mail input:-ms-input-placeholder {
  color: #a3a3a3;
}

.top_party .mail input::-ms-input-placeholder {
  color: #a3a3a3;
}

.top_party .mail input[type="email"] {
  width: 100%;
  padding: 0 .8em;
  line-height: 3.88;
  margin-bottom: 2.5em;
}

.top_party .mail input[type="submit"] {
  width: 13.33em;
  display: block;
  margin: 0 auto;
  border-radius: 3em;
}

.top_party .mail input[type="submit"]:hover {
  color: #231815;
  background: #fff;
}

.top_insta {
  background: #efefef;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .top_insta .desc {
    padding: 12rem 0;
  }
}

.top_insta .ttl {
  font-size: 4rem;
  margin-bottom: .8em;
}

@media screen and (max-width: 767px) {
  .top_insta .ttl {
    font-size: 6rem;
  }
}

.top_insta p {
  font-size: 2.4rem;
  margin-bottom: 2.5em;
}

@media screen and (max-width: 767px) {
  .top_insta p {
    font-size: 3.2rem;
  }
}

.top_insta .btn a {
  display: inline-block;
  font-size: 1.8rem;
  line-height: 3.88;
  background: #000;
  color: #fff;
  width: 16.66em;
  border-radius: 3em;
}

@media screen and (max-width: 767px) {
  .top_insta .btn a {
    font-size: 2.6rem;
  }
}

.top_insta .btn a:before {
  content: '';
  background: url(../img/ico_insta_w.svg) no-repeat 50%/contain;
  width: 1.166em;
  height: 1.166em;
  display: inline-block;
  vertical-align: -.25em;
  margin-right: 1.2em;
}

@media screen and (min-width: 768px) {
  .top_insta {
    align-items: center;
    display: flex;
  }
  .top_insta > * {
    width: 50%;
  }
}

.top_insta ul {
  display: flex;
  flex-wrap: wrap;
}

.top_insta li {
  width: 33.33%;
}

.top_insta li a {
  display: block;
  background: no-repeat 50% / cover;
  padding-top: 100%;
}

.top_line {
  text-align: center;
  padding: 17rem 0;
}

.top_line .ttl {
  font-size: 3.2rem;
  margin-bottom: 1.5em;
}

@media screen and (max-width: 767px) {
  .top_line .ttl {
    font-size: 4rem;
  }
}

.top_line .btn a {
  display: inline-block;
}

.top_line .btn img {
  width: 36.9rem;
}

@media screen and (max-width: 767px) {
  .top_line .btn img {
    width: 44rem;
  }
}

.f_img img {
  widtgh: 100%;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.top_mv {
  height: 100vh;
  position: relative;
  position: relative;
}

.top_mv .embed {
  bottom: 0;
  left: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
}

.top_mv iframe {
  position: absolute;
  height: 56.25vw;
  left: 50%;
  min-height: 100%;
  min-width: 100%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 177.77778vh;
}

.top_mv .scroll {
  position: absolute;
  left: 2rem;
}

@media screen and (min-width: 768px) {
  .top_mv .scroll {
    bottom: 5.5rem;
  }
}

@media screen and (max-width: 767px) {
  .top_mv .scroll {
    bottom: 0;
  }
}

.top_mv .scroll a {
  display: block;
  padding-bottom: 8.5rem;
  position: relative;
}

.top_mv .scroll a:before {
  content: '';
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  background: #fff;
  width: 1px;
  height: 7rem;
  bottom: 0;
}

.top_mv .scroll a:after {
  content: '';
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: .7rem;
  height: .7rem;
  background: #fff;
  border-radius: 50%;
  bottom: 4.5rem;
  animation: circlemove 1.6s ease-out infinite;
}

@media screen and (min-width: 1660px) {
  .top_mv .scroll {
    left: calc(50% - 80rem);
  }
}

.top_mv .scroll img {
  width: 1.1rem;
}

.top_mv p {
  position: absolute;
  z-index: 3;
  right: 3.5rem;
  top: 3.5rem;
  color: #fff;
  font-size: 4.2rem;
  text-align: right;
  line-height: 1.57;
}

@media screen and (max-width: 767px) {
  .top_mv p {
    top: 8rem;
    right: 3rem;
  }
}

.top_mv .logo {
  width: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
  text-align: center;
}

.top_mv .logo img {
  width: 41.2rem;
}

@media screen and (max-width: 767px) {
  .top_mv .logo img {
    width: 33rem;
  }
}

.top_rivet {
  background: #000;
  color: #fff;
  padding: 24rem 0;
  text-align: center;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .top_rivet {
    padding: 19rem 0;
  }
}

.top_rivet .ttl {
  font-size: 4.2rem;
}

@media screen and (max-width: 767px) {
  .top_rivet .ttl {
    font-size: 4.8rem;
  }
}

.top_rivet .img {
  margin: 7.5rem -6rem 4.5rem;
}

@media screen and (min-width: 768px) {
  .top_rivet .img {
    margin: 5rem auto 2.5rem;
    width: 102rem;
  }
}

.top_rivet .note {
  background: rgba(255, 255, 255, 0.17);
}

@media screen and (min-width: 768px) {
  .top_rivet .note {
    display: inline-block;
    padding: 1.5em 3em;
    margin-bottom: 17rem;
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 767px) {
  .top_rivet .note {
    font-size: 2.6rem;
    padding: 1em 0;
    margin-bottom: 13rem;
  }
}

.top_rivet .date {
  font-size: 8.4rem;
  line-height: 1.16;
  margin-bottom: 45rem;
}

.top_rivet .img1 {
  position: absolute;
  z-index: -1;
  width: 96.9rem;
  left: 0;
  margin-top: -60rem;
}

@media screen and (max-width: 767px) {
  .top_rivet .img1 {
    width: auto;
    margin-right: 30%;
    margin-top: -50rem;
  }
}

.top_rivet .ttl2 {
  text-align: center;
  font-size: 3.6rem;
  background: url(../img/ttl_icon.svg) no-repeat center bottom/2em;
  padding-bottom: .8em;
  letter-spacing: .1em;
  margin-bottom: 8rem;
}

@media screen and (max-width: 767px) {
  .top_rivet .ttl2 {
    font-size: 4.6rem;
  }
}

.top_rivet li {
  text-align: left;
  position: relative;
}

.top_rivet li img {
  width: 100%;
  margin-bottom: 2rem;
}

@media screen and (max-width: 767px) {
  .top_rivet li img {
    margin-bottom: 3rem;
  }
}

@media screen and (max-width: 767px) {
  .top_rivet li + li {
    margin-top: 5rem;
  }
}

.top_rivet .img2 {
  position: absolute;
  right: 0;
  margin-top: -55rem;
  z-index: -1;
  width: 133.5rem;
}

@media screen and (max-width: 767px) {
  .top_rivet .img2 {
    width: auto;
    margin-top: -40rem;
    margin-left: 6rem;
  }
}

.top_rivet .list1 {
  margin-bottom: 64rem;
}

@media screen and (max-width: 767px) {
  .top_rivet .list1 {
    width: 56rem;
    margin: 0 auto 61rem;
  }
}

.top_rivet .list1 dt {
  font-size: 2.4rem;
  line-height: 1.45;
  margin-bottom: .8em;
}

@media screen and (max-width: 767px) {
  .top_rivet .list1 dt {
    font-size: 3.4rem;
  }
}

.top_rivet .list1 dd {
  font-size: 1.6rem;
  line-height: 1.56;
}

@media screen and (max-width: 767px) {
  .top_rivet .list1 dd {
    font-size: 2.8rem;
  }
}

.top_rivet .list2 {
  margin-bottom: 13rem;
}

@media screen and (max-width: 767px) {
  .top_rivet .list2 {
    margin: 0 -6rem 13rem;
  }
}

.top_rivet .list2 p {
  font-size: 2rem;
  line-height: 1.65;
}

@media screen and (max-width: 767px) {
  .top_rivet .list2 p {
    font-size: 3rem;
    padding: 0 3.5rem;
  }
}

.top_rivet .list2 i {
  position: absolute;
  background: #000;
  font-size: 2rem;
  letter-spacing: .1em;
  padding: .6em 1.5em;
  min-width: 6em;
  text-align: center;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .top_rivet .list2 i {
    font-size: 3.2rem;
  }
}

.top_rivet .hope {
  margin-bottom: 9rem;
}

.top_rivet .hope dt {
  font-size: 4.2rem;
  letter-spacing: .1em;
  margin-bottom: .9em;
}

@media screen and (max-width: 767px) {
  .top_rivet .hope dt {
    font-size: 4.8rem;
  }
}

.top_rivet .hope dt img {
  display: block;
  margin: 0 auto 5rem;
  width: 17rem;
}

.top_rivet .hope dd {
  max-width: 58rem;
  margin: 0 auto;
  text-align: left;
  font-size: 1.6rem;
  line-height: 2;
}

@media screen and (max-width: 767px) {
  .top_rivet .hope dd {
    font-size: 2.6rem;
  }
}

.top_rivet .btn a {
  display: inline-block;
}

.top_rivet .btn img {
  width: 44.2rem;
}

@media screen and (max-width: 767px) {
  .top_rivet .btn img {
    width: 53rem;
  }
}

@media screen and (min-width: 768px) {
  .top_rivet .u_inner {
    width: 129.5rem;
    margin: 0 auto;
  }
  .top_rivet .list1 {
    display: flex;
    justify-content: space-between;
  }
  .top_rivet .list1 li {
    width: 40rem;
  }
  .top_rivet .list2 {
    display: flex;
    flex-wrap: wrap;
    gap: 9.4rem;
  }
  .top_rivet .list2 li {
    width: calc(50% - 4.7rem);
  }
}

.top_art {
  background: #000;
  color: #fff;
  padding: 45rem 0 8rem;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .top_art {
    padding: 32rem 0 10rem;
  }
}

.top_art .img {
  position: absolute;
  width: 104rem;
  top: 6.7rem;
  left: 0;
  z-index: -1;
}

@media screen and (max-width: 767px) {
  .top_art .img {
    top: 0;
    width: 100%;
  }
}

.top_art .movie {
  margin: 3rem auto 9rem;
}

@media screen and (min-width: 768px) {
  .top_art .movie {
    width: 60rem;
  }
}

@media screen and (max-width: 767px) {
  .top_art .movie {
    margin: 2rem -6rem 12rem;
  }
}

.top_art .in {
  position: relative;
  height: 0;
  padding-top: 100%;
  overflow: hidden;
}

.top_art .in video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  filter: drop-shadow(0px 0px transparent);
}

.top_art dt {
  font-size: 4.8rem;
  line-height: 1.1;
  margin-bottom: .6em;
}

@media screen and (max-width: 767px) {
  .top_art dt {
    text-align: center;
  }
}

.top_art dd {
  font-size: 1.8rem;
  line-height: 2.33;
}

@media screen and (max-width: 767px) {
  .top_art dd {
    font-size: 2.8rem;
    line-height: 1.75;
  }
  .top_art dd figure {
    margin-bottom: 3rem;
  }
}

.top_art .btn {
  margin-top: 3.5rem;
}

@media screen and (min-width: 768px) {
  .top_art .u_inner {
    width: 120rem;
    margin: 0 auto;
  }
  .top_art .row {
    display: flex;
    justify-content: center;
    gap: 7.7rem;
    align-items: center;
  }
  .top_art .row figure {
    width: 56rem;
  }
  .top_art .row dl {
    width: 54rem;
  }
}

.top_lineup .btn a, .top_art .btn a {
  display: block;
  font-size: 1.6rem;
  border: solid 1px #fff;
  background: url(../img/ico_arrow.svg) no-repeat calc(100% - 2em) center/3rem;
  line-height: 8rem;
  width: 30rem;
  padding-left: 1.5em;
}

@media screen and (max-width: 767px) {
  .top_lineup .btn a, .top_art .btn a {
    font-size: 2.6rem;
    width: 61.7rem;
    line-height: 13.3rem;
    margin: 0 auto;
    background-size: 4.8rem;
  }
}

.top_lineup .btn a:hover, .top_art .btn a:hover {
  background-color: #fff;
  background-image: url(../img/ico_arrow_b.svg);
  color: #231815;
  opacity: 1;
}

.low {
  margin-top: 17rem;
}

@media screen and (min-width: 768px) {
  .form .u_inner {
    width: 78rem;
    margin: 0 auto;
  }
}

.form .ttl {
  text-align: center;
  font-size: 8.4rem;
  line-height: 1;
  letter-spacing: .025em;
  position: relative;
  padding-bottom: .3em;
  margin-bottom: 14rem;
}

@media screen and (max-width: 767px) {
  .form .ttl {
    margin-bottom: 8rem;
  }
}

.form .ttl:before {
  content: '';
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 1.1em;
  border-bottom: solid 1px #231815;
  bottom: 0;
}

.form th {
  width: 8em;
  padding: .8em 0;
}

.form tr > * {
  font-size: 2rem;
  text-align: left;
  color: #666666;
  vertical-align: top;
}

@media screen and (max-width: 767px) {
  .form tr > * {
    float: left;
    width: 100%;
    font-size: 3rem;
  }
}

.form td {
  padding-bottom: 2em;
}

@media screen and (max-width: 767px) {
  .form td {
    padding-bottom: 1em;
  }
}

.form td input[type="text"], .form td input[type="email"], .form td input[type="tel"], .form td textarea, .form td select {
  background: #eeeeef;
  width: 100%;
  padding: .8em .5em;
}

.form td textarea {
  height: 16em;
}

.form td .radio {
  display: flex;
  gap: 0 2em;
}

@media screen and (min-width: 768px) {
  .form td .radio {
    padding-top: .8em;
  }
}

.form td .radio input {
  width: 1em;
  height: 1em;
  vertical-align: -.1em;
  margin-right: .4em;
}

.form td label.error {
  position: static;
  display: block;
  font-size: .9em;
}

.form .btn {
  text-align: center;
  margin-top: 12rem;
}

@media screen and (max-width: 767px) {
  .form .btn {
    margin-top: 8rem;
  }
}

.form .btn button {
  color: #fff;
  line-height: 5;
  font-size: 2.4rem;
  width: 55.6rem;
  background: #666666 url(../img/ico_arrow.svg) no-repeat 1.4em center/1.625em;
}

@media screen and (max-width: 767px) {
  .form .btn button {
    font-size: 3.2rem;
    width: 100%;
  }
}

.form .thanks {
  text-align: center;
  font-size: 2.4rem;
  margin: 10rem 0 10rem;
}

@media screen and (max-width: 767px) {
  .form .thanks {
    font-size: 3rem;
  }
}

/*youtube追加*/
.movive_wrap{
  height: 100vh;
  background: #000;

}

.movive_wrap .mw_inner{
  display: block;
  margin: 0 auto;
  height: 100vh;
  width: 1000px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.movive_wrap iframe{
  width: 1000px;
  height: 562px;
}

@media screen and (max-width: 767px) {
.movive_wrap .mw_inner{
  width: 100%;
  }

  .movive_wrap iframe{
    max-width: 100%;
    height: 50%;
  }
}

/*lpページ*/
.h_logo_lp {
  position: absolute;
  left: 5.4rem;
  top: 4.8rem;
}

@media screen and (max-width: 767px) {
  .h_logo_lp {
    left: 2.3rem;
    top: 3.2rem;
  }
}

.h_logo_lp img {
  width: 17rem;
  transition: opacity .2s ease-in;
}


.lp{
  background: #000;
  position: relative;
}

.lp img{
  display: block;
  margin: auto;
}
.fixed_btn_lp {
  position: absolute;
}

@media screen and (min-width: 768px) {
  .fixed_btn_lp {
    top: 5rem;
    right: 6rem;
  }
}

@media screen and (max-width: 767px) {
  .fixed_btn_lp {
    position: fixed;
    bottom: 2rem;
    width: 100%;
    right: 0;
    opacity: inherit;
    transition: opacity .4s ease-in;
  }
}

.fixed_btn_lp.fixed {
  position: fixed;
  z-index: 60;
}

@media screen and (max-width: 767px) {
  .fixed_btn_lp.fixed {
    opacity: 1;
  }
}

.fixed_btn_lp a {
  display: block;
}

@media screen and (min-width: 768px) {
  .fixed_btn_lp a {
    background: #231815 url(../img/ico_member.svg) no-repeat 2.2em center/1.5rem;
    color: #fff;
    font-size: 1.4rem;
    border-radius: 3em;
    border: solid 1px #231815;
    line-height: 5rem;
    width: 20.8rem;
    text-align: center;
    padding-left: 1.5em;
    font-weight: bold;
  }
  .fixed_btn_lp a:hover {
    background-color: #fff;
    background-image: url(../img/ico_member_b.svg);
    color: #231815;
  }
}

@media screen and (max-width: 767px) {
  .fixed_btn_lp a {
    background: url(../img/btn_regist.svg) no-repeat center top/contain;
    color: transparent;
    height: 9.1rem;
    width: 37.5rem;
    margin: 0 auto;
  }
}

/*# sourceMappingURL=style.css.map */