@charset "UTF-8";
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd,
ul,
li {
  margin: 0;
  padding: 0;
}

ol,
li,
ul[role=list],
ol[role=list] {
  list-style: none;
}

html:focus-within {
  scroll-behavior: smooth;
}

body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.8;
  color: #fff;
  overflow-x: hidden;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  font-feature-settings: "palt";
  background: #000;
}

a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

img,
picture {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

input,
button,
textarea,
select {
  font: inherit;
}

a {
  color: #fff;
  text-decoration: underline;
}
a:hover {
  opacity: 0.8;
}

@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *,
*::before,
*::after {
    -webkit-animation-duration: 0.01ms !important;
            animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
            animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
.sec_title {
  font-family: "Bodoni Moda", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", serif;
  text-align: center;
  margin: 0 auto 1em;
  font-size: clamp(2.6rem, 4vw, 2.8rem);
  font-weight: 400;
}

.buy_title {
  margin-bottom: 15px;
}

.buy_btn {
  background: #843586;
  color: #fff;
  padding: 10px 20px;
  border-radius: 80px;
  display: block;
  margin: 0 auto 20px;
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 200px;
  text-decoration: unset;
}

.main_container {
  width: 100%;
  margin: 0 auto;
}
.main_container .inner {
  max-width: 480px;
  background: rgba(0, 0, 0, 0.7607843137);
  margin: 0 auto;
  z-index: 2;
  position: relative;
}
@media screen and (max-width: 768px) {
  .main_container .inner {
    max-width: unset;
  }
}
.main_container .mv {
  height: 100vh;
  max-height: 900px;
  position: relative;
}
.main_container .mv img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 0;
}
.main_container .mv .tate {
  font-family: serif;
  font-size: 7rem;
  writing-mode: vertical-rl;
  font-feature-settings: initial;
  position: absolute;
  top: 20%;
  line-height: 1;
  text-shadow: 0 10px 10px #000, 0 -10px 10px #000;
}
@media screen and (max-width: 768px) {
  .main_container .mv .tate {
    top: 10%;
    font-size: 17.95vw;
  }
}
.main_container .mv .tate.in1 {
  right: 20%;
  margin: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 768px) {
  .main_container .mv .tate.in1 {
    right: 18%;
  }
}
.main_container .mv .tate.in2 {
  right: 0;
  left: 0;
  margin: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.main_container .mv .tate.in3 {
  left: 20%;
  margin: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 768px) {
  .main_container .mv .tate.in3 {
    left: 18%;
  }
}
.main_container .mv .catch {
  text-align: center;
  font-family: serif;
  position: absolute;
  z-index: 2;
  bottom: 15%;
  left: 0;
  right: 0;
  margin: auto;
  line-height: 2;
  font-size: clamp(1.8rem, 4vw, 2rem);
}
@media screen and (max-width: 768px) {
  .main_container .mv .catch {
    font-size: 4.62vw;
  }
}
.main_container .intro {
  padding: 0 4% 10%;
  text-align: center;
  line-height: 2.4;
}
.main_container .splide {
  width: 1000px;
  margin-left: calc(50% - 500px);
  box-shadow: 10px 20px 20px rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 768px) {
  .main_container .splide {
    margin: auto;
    width: 100%;
  }
}
.main_container .splide .splide__arrow {
  background: #333;
  opacity: 0.8;
}
.main_container .splide .splide__arrow svg {
  fill: #fff;
}
.main_container .splide .title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: absolute;
  z-index: 2;
  left: 0;
  right: 0;
  top: 5%;
  margin: auto;
  font-family: serif;
  font-size: clamp(2.6rem, 4vw, 3rem);
  writing-mode: vertical-rl;
  font-feature-settings: initial;
  text-shadow: 0 10px 10px #000, 0 -10px 10px #000;
}
.main_container .splide img {
  width: 100%;
}
.main_container .splide .caption {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 0.1em 0.8em;
  background: #333;
  color: #fff;
  font-size: 1.2rem;
}
.main_container .detail {
  padding: 20px 0 0;
}
.main_container .detail .wrap {
  padding: 40px 0;
  width: 90%;
  margin: 0 auto 1em;
  border-radius: 10px;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);
  background: rgba(255, 255, 255, 0.1098039216);
}
.main_container .detail .wrap img {
  width: 90%;
  max-width: 100%;
  display: block;
  margin: 0 auto 30px;
}
.main_container .detail .wrap .spec {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 60px;
}
.main_container .prof {
  padding: 80px 20px;
}
.main_container .prof:first-of-type {
  margin-bottom: 40px;
  border-bottom: 1px dashed #666;
  padding-bottom: 40px;
}
.main_container .prof .img {
  max-width: 200px;
  display: block;
  margin: 0 auto 10px;
}
.main_container .prof .info:first-of-type {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px dashed #aaa;
}
.main_container .prof .info .sec_title {
  text-align: center;
  font-size: 2rem;
}
.main_container .prof .info .name {
  text-align: center;
  font-size: 1.7rem;
  margin-bottom: 0.5em;
  font-weight: 600;
}
.main_container .prof .info .name .mini {
  font-size: 1.5rem;
  font-weight: 500;
}
.main_container .prof .info .name .mini:after {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 80px;
  background: #1797ff;
  display: inline-block;
  margin: 0 10px 0 5px;
}
.main_container .prof .info .lead {
  text-align: justify;
}
.main_container .prof .info a {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 5px;
}
.main_container .event {
  background: #2b267a;
  padding: 80px 4% 60px;
  text-align: center;
}
.main_container .event img,
.main_container .event .lead {
  font-size: 2.2rem;
  margin: 0 auto 1em;
  font-family: "Bodoni Moda", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", serif;
}

.footer {
  max-width: 480px;
  margin: 0 auto;
  z-index: 2;
  position: relative;
  text-align: center;
  padding: 80px 4% 10px;
  overflow: hidden;
}
.footer .title {
  margin-bottom: 0.5em;
}
.footer .buy_btn {
  margin-bottom: 30px;
}
.footer .copy {
  font-size: 1.2rem;
  padding-top: 40px;
}
.footer .ruru {
  position: absolute;
  bottom: 0;
  left: 1%;
}

.side_container {
  background: url(../img/bg.jpg);
  background-size: 100%;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .side_container {
    background-size: cover;
  }
}
.side_container .side_wrap {
  width: calc((100% - 480px) / 2);
  height: 100%;
  position: absolute;
  top: 0;
  padding: 4% 2%;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .side_container .side_wrap {
    display: none;
  }
}
.side_container .side_l {
  left: 0;
}
.side_container .side_l img {
  max-width: 450px;
}
.side_container .side_r {
  right: 0;
}
.side_container .side_r .yakou {
  position: absolute;
  top: 5%;
  left: 0;
  right: 0;
  margin: auto;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.side_container .side_r .wrap {
  margin: auto;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
/*# sourceMappingURL=common.css.map */