@charset "UTF-8";
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
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, 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, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  font-size: 100%;
}

ul, ol {
  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;
}

del {
  text-decoration: line-through;
}

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

hr {
  display: block;
  height: 1px;
  border: 0;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

* {
  box-sizing: border-box;
}

:root {
  --campus-sp-size: 750;
  --campus-pc-size: 1920;
  --sp-size: 100vw;
  --pc-size: 620px;
}

* {
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  overflow-x: hidden;
}

body {
  width: 100%;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, sans-serif;
  font-weight: 400;
  line-height: 1.2;
  word-wrap: break-word;
  letter-spacing: 0.04em;
  overflow-x: hidden;
}
@media screen and (max-width: 767px) {
  body {
    font-size: calc(26 / var(--campus-sp-size) * var(--sp-size));
  }
}
@media screen and (min-width: 768px) {
  body {
    font-size: calc(26 / var(--campus-sp-size) * var(--pc-size));
  }
}

img {
  max-width: 100%;
}

.header, .main {
  color: #41268b;
}
.header a, .main a {
  color: #b79e66;
  text-decoration: none;
}
.header img, .main img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
  user-drag: none;
  -webkit-user-drag: none;
  -moz-user-select: none;
}

a {
  color: #333;
  text-decoration: none;
  display: inline-block;
}

ul, li {
  list-style: none;
}

img {
  height: auto;
}

sup {
  vertical-align: text-top;
  font-size: unset;
}

sub {
  vertical-align: sub;
  font-size: smaller;
}

@media screen and (min-width: 768px) {
  .sp {
    display: none !important;
  }
}
@media screen and (min-width: 1501px) {
  .desktop {
    display: inline-block;
  }
}
.ep-header-container, .header-container {
  display: none;
}

.ep-layout-sp {
  display: block;
  visibility: visible;
  width: var(--pc-size);
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .ep-layout-sp {
    width: 100%;
  }
}
.ep-layout-sp .main {
  width: 100%;
  box-shadow: none;
}

.header_wrap {
  position: relative;
}

@media screen and (min-width: 768px) {
  .pc.top-btn-area {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .pc.top-btn-area {
    opacity: 0;
    pointer-events: none;
  }
  .pc.top-btn-area a {
    pointer-events: none;
  }
}
/*---------------------------------------------------------------------------------------
  fadeIn
----------------------------------------------------------------------------------------*/
.fade-in {
  opacity: 0;
  transition: opacity 0.7s ease-out, transform 0.7s ease-out;
}
.fade-in.fade-in-top {
  transform: translate(0, -30px);
}
.fade-in.fade-in-right {
  transform: translate(50px, 0);
}
.fade-in.fade-in-bottom {
  transform: translate(0, 50px);
}
.fade-in.fade-in-left {
  transform: translate(-30px, 0);
}
.fade-in.fade-in-scale {
  transform: scale(0.995);
}
.fade-in.fade-in-active {
  opacity: 1;
  transform: translate(0, 0) scale(1);
}
.fade-in.duration2s {
  transition-duration: 2s;
}
.fade-in.delay5ms {
  transition-delay: 0.5s;
}
.fade-in.delay7ms {
  transition-delay: 0.7s;
}
.fade-in.delay1s {
  transition-delay: 1s;
}

@media screen and (max-width: 767px) {
  .fade-in.fade-in-top {
    transform: translate(0, -8vw);
  }
  .fade-in.fade-in-right {
    transform: translate(var(--transform-x), 0);
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .fade-in.fade-in-right {
    transform-x: calc(60 / var(--campus-sp-size) * var(--sp-size));
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) {
  .fade-in.fade-in-right {
    transform-x: calc(60 / var(--campus-sp-size) * var(--pc-size));
  }
}
@media screen and (max-width: 767px) {
  .fade-in.fade-in-bottom {
    transform: translate(0, var(--transform-y));
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .fade-in.fade-in-bottom {
    transform-y: calc(60 / var(--campus-sp-size) * var(--sp-size));
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) {
  .fade-in.fade-in-bottom {
    transform-y: calc(60 / var(--campus-sp-size) * var(--pc-size));
  }
}
@media screen and (max-width: 767px) {
  .fade-in.fade-in-left {
    transform: translate(-8vw, 0);
  }
  .fade-in.fade-in-active {
    opacity: 1;
    transform: translate(0, 0) scale(1);
  }
}
/*---------------------------------------------------------------------------------------
  header
----------------------------------------------------------------------------------------*/
.wrapper {
  position: sticky;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  overflow-x: hidden;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
}
@media screen and (max-width: 767px) {
  .header {
    padding-top: calc(45 / var(--campus-sp-size) * var(--sp-size));
  }
}
@media screen and (min-width: 768px) {
  .header {
    padding-top: calc(45 / var(--campus-sp-size) * var(--pc-size));
  }
}
@media screen and (max-width: 767px) {
  .header {
    padding-left: calc(50 / var(--campus-sp-size) * var(--sp-size));
  }
}
@media screen and (min-width: 768px) {
  .header {
    padding-left: calc(50 / var(--campus-sp-size) * var(--pc-size));
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .header-logo img {
    width: calc(234 / var(--campus-sp-size) * var(--sp-size));
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) {
  .header-logo img {
    width: calc(234 / var(--campus-sp-size) * var(--pc-size));
  }
}
@media screen and (min-width: 768px) {
  .header {
    padding-top: 40px;
    padding-left: 40px;
  }
  .header-logo img {
    width: 158px;
  }
}

/*---------------------------------------------------------------------------------------
  bg-fixed
----------------------------------------------------------------------------------------*/
.bg-fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  overflow: hidden;
}
.bg-fixed img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.bg-fixed.fixed3 img {
  position: relative;
}
@media screen and (max-width: 1280px) {
  .bg-fixed.fixed3 img {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .bg-fixed {
    display: block;
  }
  .bg-fixed.fixed3 {
    display: none;
  }
}
/*---------------------------------------------------------------------------------------
  footer
----------------------------------------------------------------------------------------*/
.footer-container {
  background-color: #f7f9f9;
  position: relative;
  z-index: 80;
}

.footer-container footer {
  font-family: "Tenali Ramakrishna";
}
@media screen and (max-width: 767px) {
  .footer-container footer {
    padding-bottom: calc(230 / var(--campus-sp-size) * var(--sp-size));
  }
}
@media screen and (min-width: 768px) {
  .footer-container footer {
    padding-bottom: calc(230 / var(--campus-sp-size) * var(--pc-size));
  }
}

.footer-container footer h3 {
  padding-top: 100px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .footer-container footer h3 {
    padding-top: 13.3333333333vw;
  }
}

@media screen and (min-width: 768px) {
  .footer-container footer h3 img {
    width: calc(0.34 * var(--pc-size));
  }
}
@media screen and (max-width: 767px) {
  .footer-container footer h3 img {
    width: 34vw;
  }
}

.footer-container footer .mt-50 {
  margin-top: 50px;
}

.footer-container footer ul {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 20px 0;
}

.footer-container footer ul li {
  margin: 0 2%;
}

.footer-container footer ul li a {
  text-decoration: none;
  color: #202020;
  font-size: 14px;
}

.footer-container footer ul li a img {
  max-width: 50px;
  width: 100%;
}

.footer-container footer div {
  display: flex;
  justify-content: center;
  margin-bottom: 10px;
}

.footer-container footer div p {
  font-size: 14px;
  margin: 0 3%;
}

.footer-container footer div p a {
  text-decoration: none;
  color: #888888;
}

.footer-container footer p {
  color: #888888;
  font-size: 11px;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .footer-container footer {
    padding-bottom: 60px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  .footer-container footer.is-active {
    padding-bottom: calc(280 / var(--campus-sp-size) * var(--sp-size));
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) {
  .footer-container footer.is-active {
    padding-bottom: calc(280 / var(--campus-sp-size) * var(--pc-size));
  }
}
@keyframes kv-slide-up {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes kv-slide-up-sp {
  0% {
    opacity: 0;
    transform: translateX(-50%) translateY(8px);
  }
  100% {
    opacity: 1;
    transform: translateX(-50%) translateY(0);
  }
}
@keyframes kv-slide-down {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(20px);
  }
}
@keyframes kv-slide-down-sp {
  0% {
    opacity: 1;
    transform: translateX(-50%) translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateX(-50%) translateY(8px);
  }
}
/*---------------------------------------------------------------------------------------
  side
----------------------------------------------------------------------------------------*/
.side-column {
  width: calc((100% - var(--pc-size)) / 2);
  height: 100vh;
  display: none;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  position: sticky;
  top: 50%;
  transform: translateY(-50%);
  z-index: 0;
}
.side-column.right {
  right: 0;
  position: fixed;
}

@media screen and (min-width: 768px) {
  .side-column {
    display: flex;
  }
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  .side-column {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .side-item {
    text-align: center;
    position: absolute;
    z-index: 10;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .side-item .side-item_box {
    position: relative;
    width: 266px;
  }
  .side-item .side_left {
    position: relative;
    left: 11px;
    width: 266px;
  }
  .side-item .side_left img {
    width: 100%;
  }
  .side-item .side_right {
    position: relative;
    width: 100%;
    right: 0;
    bottom: unset;
    margin: 22px auto 0;
    width: 230px;
  }
  .side-item .side_right a {
    transition: 0.4s;
  }
  .side-item .side_right a img {
    width: 100%;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) {
  .side-item .side_right a:hover {
    opacity: 0.6;
    transition: 0.4s;
  }
}
@media screen and (min-width: 768px) {
  .side-item .side_right.release {
    bottom: 17px;
  }
}
@media screen and (min-width: 768px) {
  .pc_kv_wrap .pc_kv {
    background: url(../img/pc/pc_kv.png) 0 0/cover no-repeat;
    width: 100vw;
    height: calc(100vh + 25px);
    background-position: center center;
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
  }
}
@media screen and (max-width: 1040px) {
  .pc_kv_wrap .pc_kv {
    height: 104%;
    width: 100vh;
    left: -1.3333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .pc_kv_wrap .pc_kv {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .pc_kv.kv-title.is-visible {
    opacity: 1;
    visibility: visible;
  }
  .pc_kv.kv-title.is-hiding {
    opacity: 0;
    transition: 0.8s;
    z-index: -10;
    visibility: hidden;
  }
  .anime-visible {
    transition: 0.8s;
    position: relative;
  }
  .anime-visible.is-visible {
    opacity: 1;
    transition: 0.8s;
    visibility: visible;
  }
  .anime-visible.is-hiding {
    opacity: 0;
    transition: 0.8s;
    visibility: hidden;
  }
}
main {
  margin: 0 auto;
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  main {
    width: var(--pc-size);
    max-width: 100%;
  }
}
@media screen and (max-width: 767px) {
  main {
    width: 100%;
  }
}

section.kv {
  position: relative;
}
section.kv img {
  width: 100%;
}
section.kv img.kv_catch {
  position: absolute;
  left: 0;
  opacity: 0;
  transition: 0.8s;
  transform: translateY(30px);
}
@media screen and (max-width: 767px) {
  section.kv img.kv_catch {
    bottom: calc(0.2666666667 * var(--pc-size));
  }
}
section.kv img.kv_catch.is-show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  transition: 0.8s;
}

.btn {
  transition: 0.3s;
}
.btn:hover {
  opacity: 0.8;
}

@media screen and (max-width: 767px) {
  img {
    max-width: 100%;
  }
}
section.top .btn_favorite,
.btn_fixed .btn_favorite {
  display: flex;
  justify-content: flex-end;
  width: 100%;
  padding: 778px 5px 0 0;
}
@media screen and (max-width: 767px) {
  section.top .btn_favorite,
  .btn_fixed .btn_favorite {
    padding: 0 0.6666666667vw 0 0;
  }
}
section.top .btn_favorite a,
.btn_fixed .btn_favorite a {
  display: inline-block;
}
section.top .btn_favorite a img,
.btn_fixed .btn_favorite a img {
  width: 300px;
}
@media screen and (max-width: 767px) {
  section.top .btn_favorite a,
  .btn_fixed .btn_favorite a {
    width: 40vw;
  }
}
section.top .btn_top,
.btn_fixed .btn_top {
  display: flex;
  justify-content: center;
  padding: 778px 5px 0 0;
}
@media screen and (max-width: 767px) {
  section.top .btn_top,
  .btn_fixed .btn_top {
    padding: 0 0.6666666667vw 0 0;
  }
}
section.top .btn_top a,
.btn_fixed .btn_top a {
  display: inline-block;
}
@media screen and (max-width: 767px) {
  section.top .btn_top a,
  .btn_fixed .btn_top a {
    width: 41.8666666667vw;
  }
}

section.top {
  background: url(../img/bg_main_01.png) 0 0/cover no-repeat;
  position: relative;
  height: calc(3.7853333333 * var(--pc-size));
}
@media screen and (max-width: 767px) {
  section.top {
    z-index: 10;
    height: 378.5333333333vw;
  }
}
section.top .mv h2 {
  position: relative;
  text-align: center;
}
@media screen and (min-width: 768px) {
  section.top .mv h2 {
    padding-top: calc(0.664 * var(--pc-size));
  }
}
@media screen and (max-width: 767px) {
  section.top .mv h2 {
    padding-top: 66.4vw;
  }
}
section.top .mv h2 img {
  display: block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: calc(1.1413333333 * var(--pc-size));
  max-width: unset;
}
@media screen and (max-width: 767px) {
  section.top .mv h2 img {
    width: 114.1333333333vw;
  }
}
section.top .item_description {
  padding-top: calc(1.1733333333 * var(--pc-size));
}
@media screen and (max-width: 767px) {
  section.top .item_description {
    padding-top: 117.3333333333vw;
  }
}

#item {
  background: url(../img/bg_main_02.png) 0 0/cover no-repeat;
  position: relative;
  z-index: 10;
  height: calc(4.6266666667 * var(--pc-size));
}
@media screen and (max-width: 767px) {
  #item {
    height: 462.6666666667vw;
  }
}
#item h3 {
  position: absolute;
  top: calc(-0.9826666667 * var(--pc-size));
}
@media screen and (max-width: 767px) {
  #item h3 {
    top: -98.2666666667vw;
  }
}
#item .item_inner {
  background-image: url(../img/bg_item.png);
  background-repeat: no-repeat;
  background-size: calc(0.8666666667 * var(--pc-size)) auto;
  background-position: center top calc(0.44 * var(--pc-size));
  min-height: calc(2.1253333333 * var(--pc-size));
}
@media screen and (max-width: 767px) {
  #item .item_inner {
    background-size: 86.6666666667vw auto;
    background-position: center top 44vw;
    min-height: 212.5333333333vw;
  }
}
#item .item_inner .btns {
  margin-top: calc(0.0533333333 * var(--pc-size));
}
@media screen and (max-width: 767px) {
  #item .item_inner .btns {
    margin-top: 5.3333333333vw;
  }
}
#item .item_inner p {
  color: #495b7e;
  text-align: center;
  line-height: 1.6;
}
#item .item_inner .txt01 {
  font-weight: 500;
  font-size: calc(0.0346666667 * var(--pc-size));
}
@media screen and (max-width: 767px) {
  #item .item_inner .txt01 {
    font-size: 3.4666666667vw;
  }
}
#item .item_inner .txt01 small {
  display: block;
  font-weight: 400;
}
#item .item_inner .txt02 {
  margin-top: calc(0.0386666667 * var(--pc-size));
  font-size: calc(0.032 * var(--pc-size));
}
@media screen and (max-width: 767px) {
  #item .item_inner .txt02 {
    margin-top: 3.8666666667vw;
    font-size: 3.2vw;
  }
}
#item .item_inner .txt03 {
  margin-top: calc(0.0066666667 * var(--pc-size));
  font-size: calc(0.0293333333 * var(--pc-size));
  color: #979a9f;
}
@media screen and (max-width: 767px) {
  #item .item_inner .txt03 {
    margin-top: 0.6666666667vw;
    font-size: 2.9333333333vw;
  }
}
#item .charm_txt {
  position: relative;
  z-index: 0;
  padding-top: calc(0.1573333333 * var(--pc-size));
}
@media screen and (max-width: 767px) {
  #item .charm_txt {
    padding-top: 15.7333333333vw;
  }
}
#item .charm_txt .txt_inner {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
  padding-top: calc(0.4933333333 * var(--pc-size));
}
@media screen and (max-width: 767px) {
  #item .charm_txt .txt_inner {
    padding-top: 49.3333333333vw;
  }
}
#item .charm_txt .txt_inner p {
  text-align: center;
  color: #495b7e;
  font-size: calc(0.0293333333 * var(--pc-size));
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  #item .charm_txt .txt_inner p {
    font-size: 2.9333333333vw;
  }
}
#item .charm_txt .txt_inner p + p {
  margin-top: calc(0.0173333333 * var(--pc-size));
}
@media screen and (max-width: 767px) {
  #item .charm_txt .txt_inner p + p {
    margin-top: 1.7333333333vw;
  }
}

#feature {
  background: url(../img/bg_main_03.png) 0 0/cover no-repeat;
  position: relative;
  z-index: 10;
  height: calc(2.8933333333 * var(--pc-size));
  padding-top: calc(0.0133333333 * var(--pc-size));
}
@media screen and (max-width: 767px) {
  #feature {
    height: 289.3333333333vw;
    padding-top: 1.3333333333vw;
  }
}
#feature .feature_txt {
  padding-top: calc(0.0333333333 * var(--pc-size));
}
@media screen and (max-width: 767px) {
  #feature .feature_txt {
    padding-top: 3.3333333333vw;
  }
}
#feature .feature_txt p {
  text-align: center;
  color: #495b7e;
  font-size: calc(0.032 * var(--pc-size));
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  #feature .feature_txt p {
    font-size: 3.2vw;
  }
}
#feature .feature_txt p + p {
  margin-top: calc(0.0333333333 * var(--pc-size));
}
@media screen and (max-width: 767px) {
  #feature .feature_txt p + p {
    margin-top: 1.7333333333vw;
  }
}
#feature .feature_txt .img {
  position: relative;
  margin-top: calc(0.0533333333 * var(--pc-size));
  background-image: url(../img/img_feature_fadein_bg.png);
  background-size: 100% auto;
  background-position: center top;
  background-repeat: no-repeat;
  height: calc(1.3986666667 * var(--pc-size));
}
@media screen and (max-width: 767px) {
  #feature .feature_txt .img {
    margin-top: 5.3333333333vw;
    height: 139.8666666667vw;
  }
}
#feature .secret {
  position: relative;
  z-index: 0;
  padding-top: calc(0.0333333333 * var(--pc-size));
}
@media screen and (max-width: 767px) {
  #feature .secret {
    padding-top: 3.3333333333vw;
  }
}
#feature .secret img {
  position: relative;
  z-index: 5;
}
#feature .secret .secret_inner {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
  padding-top: calc(0.232 * var(--pc-size));
}
@media screen and (max-width: 767px) {
  #feature .secret .secret_inner {
    padding-top: 23.2vw;
  }
}
#feature .secret .secret_inner p {
  text-align: center;
  color: #495b7e;
  font-size: calc(0.032 * var(--pc-size));
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  #feature .secret .secret_inner p {
    font-size: 3.2vw;
  }
}

#point {
  position: relative;
  z-index: 5;
  background: url(../img/bg_main_04.png) 0 0/cover no-repeat;
  height: calc(4.0306666667 * var(--pc-size));
  margin-top: calc(-0.1813333333 * var(--pc-size));
  padding-top: calc(0.856 * var(--pc-size));
}
@media screen and (max-width: 767px) {
  #point {
    margin-top: -18.1333333333vw;
    height: 403.0666666667vw;
    padding-top: 85.6vw;
  }
}
#point:before {
  position: absolute;
  z-index: 10;
  top: calc(0.232 * var(--pc-size));
  left: calc(0.1933333333 * var(--pc-size));
  width: calc(0.9333333333 * var(--pc-size));
  height: calc(1.1 * var(--pc-size));
  background: url(../img/img_point_before.png) no-repeat;
  background-size: 100% 100%;
  content: "";
}
@media screen and (max-width: 767px) {
  #point:before {
    top: 23.2vw;
    left: 19.3333333333vw;
    width: 93.3333333333vw;
    height: 110vw;
  }
}
#point h2 {
  position: relative;
  z-index: 20;
}
#point ul {
  margin-top: 145px;
  margin-top: calc(0.1933333333 * var(--pc-size));
}
@media screen and (max-width: 767px) {
  #point ul {
    margin-top: 19.3333333333vw;
  }
}

#lineup {
  position: relative;
  z-index: 0;
  background: url(../img/bg_main_05.png) 0 0/cover no-repeat;
  min-height: calc(3.6933333333 * var(--pc-size));
  padding-top: calc(0.2266666667 * var(--pc-size));
  padding-bottom: calc(0.0533333333 * var(--pc-size));
}
@media screen and (max-width: 767px) {
  #lineup {
    min-height: 369.3333333333vw;
    padding-top: 22.6666666667vw;
    padding-bottom: 5.3333333333vw;
  }
}
#lineup .lineup_container {
  position: relative;
  background-color: #fff;
  border-radius: 20px;
  width: calc(0.8666666667 * var(--pc-size));
  margin: calc(0.0693333333 * var(--pc-size)) auto 0;
  padding: calc(0.0813333333 * var(--pc-size)) 0 calc(0.0533333333 * var(--pc-size));
}
@media screen and (max-width: 767px) {
  #lineup .lineup_container {
    width: 86.6666666667vw;
    margin: 6.9333333333vw;
    padding: 8.1333333333vw 0 5.3333333333vw;
    border-radius: 2.6666666667vw;
  }
}
#lineup .img_limited {
  position: absolute;
  z-index: 10;
  top: calc(-0.0706666667 * var(--pc-size));
  left: calc(-0.0453333333 * var(--pc-size));
  width: calc(0.3213333333 * var(--pc-size));
}
@media screen and (max-width: 767px) {
  #lineup .img_limited {
    top: -7.0666666667vw;
    right: -4.5333333333vw;
    width: 32.1333333333vw;
  }
}
#lineup .lineup_inner {
  padding-top: calc(0.0586666667 * var(--pc-size));
  padding-left: calc(0.0613333333 * var(--pc-size));
}
@media screen and (max-width: 767px) {
  #lineup .lineup_inner {
    padding-top: 5.8666666667vw;
    padding-left: 6.1333333333vw;
  }
}
@media screen and (max-width: 767px) {
  #lineup .lineup_inner img {
    width: 71.3333333333vw;
  }
}
#lineup .lineup_inner img + img {
  margin-top: calc(0.0346666667 * var(--pc-size));
}
@media screen and (max-width: 767px) {
  #lineup .lineup_inner img + img {
    margin-top: 3.4666666667vw;
  }
}
#lineup .btns {
  margin-top: calc(0.0533333333 * var(--pc-size));
}
@media screen and (max-width: 767px) {
  #lineup .btns {
    margin-top: 5.3333333333vw;
  }
}

#other {
  position: relative;
  background-color: #fff;
  background-image: url(../img/bg_main_06.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center top;
  min-height: calc(3.84 * var(--pc-size));
  padding-top: calc(0.0933333333 * var(--pc-size));
  padding-bottom: calc(0.08 * var(--pc-size));
}
@media screen and (max-width: 767px) {
  #other {
    min-height: 384vw;
    padding-top: 9.3333333333vw;
    padding-bottom: 8vw;
  }
}
#other p {
  margin-top: calc(0.0266666667 * var(--pc-size));
  text-align: center;
  color: #101010;
  font-size: calc(0.0346666667 * var(--pc-size));
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  #other p {
    margin-top: 2.6666666667vw;
    font-size: 3.4666666667vw;
  }
}
#other p em {
  display: block;
  margin-top: calc(0.0066666667 * var(--pc-size));
  font-size: calc(0.0373333333 * var(--pc-size));
}
@media screen and (max-width: 767px) {
  #other p em {
    margin-top: 0.6666666667vw;
    font-size: 3.7333333333vw;
  }
}
#other p span {
  font-size: calc(0.024 * var(--pc-size));
}
@media screen and (max-width: 767px) {
  #other p span {
    font-size: 2.4vw;
  }
}
#other .btns {
  margin-top: calc(0.0533333333 * var(--pc-size));
}
@media screen and (max-width: 767px) {
  #other .btns {
    margin-top: 5.3333333333vw;
  }
}
#other .other_inner {
  width: calc(0.8666666667 * var(--pc-size));
  margin: calc(0.1333333333 * var(--pc-size)) auto 0;
  padding: calc(0.0666666667 * var(--pc-size)) calc(0.08 * var(--pc-size)) calc(0.0533333333 * var(--pc-size));
  border: 2px solid #ecddbe;
  border-radius: calc(0.0106666667 * var(--pc-size));
}
@media screen and (max-width: 767px) {
  #other .other_inner {
    width: 86.6666666667vw;
    margin: 13.3333333333vw auto 0;
    padding: 6.6666666667vw 8vw 5.3333333333vw;
    border-radius: 1.0666666667vw;
  }
}
#other .other_inner_txt {
  font-size: calc(0.032 * var(--pc-size));
}
@media screen and (max-width: 767px) {
  #other .other_inner_txt {
    font-size: 3.2vw;
  }
}
#other .other_inner_txt_bottom {
  margin-top: calc(0.0666666667 * var(--pc-size));
  padding-top: calc(0.0533333333 * var(--pc-size));
  border-top: 2px solid #ecddbe;
}
@media screen and (max-width: 767px) {
  #other .other_inner_txt_bottom {
    margin-top: 6.6666666667vw;
    padding-top: 5.3333333333vw;
  }
}

.btn_top .btn.arrow {
  position: relative;
}
.btn_top .btn.arrow:after {
  margin: auto 0;
  transition: 0.4s;
  position: absolute;
  content: "";
  background: url(../img/pc/arrow.png) center 0/100% no-repeat;
}
@media screen and (min-width: 768px) {
  .btn_top .btn.arrow:after {
    width: calc(0.0346666667 * var(--pc-size));
    height: calc(0.0133333333 * var(--pc-size));
    right: calc(0.04 * var(--pc-size));
    top: calc(0.0613333333 * var(--pc-size));
  }
}
@media screen and (max-width: 767px) {
  .btn_top .btn.arrow:after {
    width: 3.4666666667vw;
    height: 1.3333333333vw;
    right: 4vw;
    top: 6.1333333333vw;
  }
}
.btn_top .btn.arrow:hover {
  opacity: 0.7;
  transition: 0.4s;
}
@media screen and (min-width: 768px) {
  .btn_top .btn.arrow:hover:after {
    transform: translateX(8px);
  }
}
@media screen and (max-width: 767px) {
  .btn_top .btn.arrow:hover:after {
    transform: translate(8px, 2px);
  }
}

div.btns .btn {
  margin: 0 auto;
  border-radius: 100px;
}
@media screen and (min-width: 768px) {
  div.btns .btn {
    width: calc(0.7066666667 * var(--pc-size));
    height: calc(0.1466666667 * var(--pc-size));
    margin-bottom: calc(0.0266666667 * var(--pc-size));
  }
}
@media screen and (max-width: 767px) {
  div.btns .btn {
    width: 70.6666666667vw;
    height: 14.6666666667vw;
    margin-bottom: 2.6666666667vw;
  }
}
div.btns .btn.pink {
  background: #ec527e;
  background: linear-gradient(-25deg, #ec527e 0%, rgb(240, 148, 193) 70%, rgb(245, 240, 220) 100%);
}
div.btns .btn.gray {
  background: #E0D7D9;
  background: linear-gradient(155deg, #E0D7D9 0%, #BCA6B1 40%, #B19AA2 100%);
}
div.btns .btn.shoplist {
  background: #e3ccaa;
  background: linear-gradient(155deg, rgb(245, 245, 220) 0%, #e3ccaa 50%, #d1b896 100%);
}
div.btns .btn.aroow {
  position: relative;
  transition: 0.4s;
}
div.btns .btn.aroow:after {
  margin: auto 0;
  transition: 0.4s;
  position: absolute;
  content: "";
  background: url(../img/pc/arrow.png) center 0/100% no-repeat;
}
@media screen and (min-width: 768px) {
  div.btns .btn.aroow:after {
    width: calc(0.04 * var(--pc-size));
    height: calc(0.0133333333 * var(--pc-size));
    right: calc(0.0533333333 * var(--pc-size));
    top: calc(0.0666666667 * var(--pc-size));
  }
}
@media screen and (max-width: 767px) {
  div.btns .btn.aroow:after {
    width: 4vw;
    height: 1.3333333333vw;
    right: 5.3333333333vw;
    top: 6.6666666667vw;
  }
}
div.btns .btn.aroow:hover {
  opacity: 0.7;
  transition: 0.4s;
}
@media screen and (min-width: 768px) {
  div.btns .btn.aroow:hover:after {
    transform: translateX(8px);
  }
}
@media screen and (max-width: 767px) {
  div.btns .btn.aroow:hover:after {
    transform: translate(8px, 2px);
  }
}
div.btns a {
  width: 100%;
  display: flex;
  align-items: center;
}
@media screen and (min-width: 768px) {
  div.btns a {
    height: calc(0.1466666667 * var(--pc-size));
  }
}
@media screen and (max-width: 767px) {
  div.btns a {
    height: 14.6666666667vw;
  }
}
div.btns img {
  width: 100%;
}
div.btns.side_right_btns .btn {
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  div.btns.side_right_btns .btn {
    width: 100%;
    height: 50px;
    margin-bottom: 8px;
  }
}
div.btns.side_right_btns .btn a {
  height: 48px;
}
div.btns.side_right_btns .btn.aroow {
  position: relative;
  transition: 0.4s;
}
div.btns.side_right_btns .btn.aroow:after {
  background: url(../img/pc/arrow_short.png) center 0/100% no-repeat;
}
@media screen and (min-width: 768px) {
  div.btns.side_right_btns .btn.aroow:after {
    width: 10px;
    height: 5px;
    right: 18px;
    top: 20px;
  }
}
@media screen and (min-width: 768px) {
  div.btns.side_right_btns .btn:hover:after {
    transform: translateX(3px);
  }
}

div.btns.side_right_btns .btn.gray a:hover {
  opacity: 1;
}

div.modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  z-index: 10;
  aspect-ratio: 9/16;
}
@media screen and (min-width: 768px) {
  div.modal {
    max-width: 80vw;
    min-width: 40vw;
    width: calc(0.7333333333 * var(--pc-size));
  }
}
@media screen and (max-width: 767px) {
  div.modal {
    width: 73.3333333333vw;
  }
}
div.modal video {
  width: 100%;
  height: 100%;
}
div.modal.is-active {
  display: block;
}
div.modal .btn {
  width: 3.6vw;
  height: 3.6vw;
  position: absolute;
  bottom: 0.6666666667vw;
  right: -5.3333333333vw;
  border-radius: 100%;
  border: 1px solid #fff;
  cursor: pointer;
  transition: 0.4s;
}
div.modal .btn::before, div.modal .btn::after {
  content: "";
  display: block;
  position: absolute;
  margin: auto;
  width: 1px;
  height: 10px;
  background-color: #fff;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
div.modal .btn::before {
  transform: rotate(45deg);
}
div.modal .btn::after {
  transform: rotate(-45deg);
}
@media screen and (min-width: 768px) {
  div.modal .btn:hover {
    opacity: 0.8;
  }
}
div.modal-bg {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.8);
  transition: 0.4s;
}
div.modal-bg.is-active {
  display: block;
}
@media screen and (min-width: 768px) {
  div.modal-bg:hover {
    opacity: 0.9;
  }
}
@media screen and (min-width: 1280px) {
  .bottom-bar_wrap {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .bottom-bar_wrap {
    position: fixed;
    bottom: 0;
    z-index: 1100;
    transition: transform 0.3s ease, opacity 0.3s ease;
    transform: translateY(100%);
    opacity: 0;
    pointer-events: none;
  }
  .bottom-bar_wrap.is-visible {
    transform: translateY(0);
    opacity: 1;
    pointer-events: auto;
  }
}

.bottom-bar {
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 768px) {
  .bottom-bar {
    width: calc(0.9466666667 * var(--pc-size));
    height: calc(0.1333333333 * var(--pc-size));
    border-radius: calc(0.0533333333 * var(--pc-size)) calc(0.0533333333 * var(--pc-size)) 0 0;
  }
}
@media screen and (max-width: 767px) {
  .bottom-bar {
    width: 94.6666666667vw;
    height: 13.3333333333vw;
    border-radius: 5.3333333333vw 5.3333333333vw 0 0;
    transform: translateX(3%);
  }
}
.bottom-bar {
  background: #E67C99;
  background: linear-gradient(-25deg, rgb(230, 124, 153) 0%, rgb(240, 148, 193) 64%, rgb(245, 240, 220) 100%);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 1100;
  transition: 0.3s;
}
.bottom-bar.active {
  transform: translate(-50%, -178%);
  transition: 0.4s;
}
@media screen and (max-width: 767px) {
  .bottom-bar.active {
    transform: translate(3%, -178%);
  }
}
@media screen and (min-width: 768px) {
  .bottom-bar span {
    font-size: calc(0.0426666667 * var(--pc-size));
  }
}
@media screen and (max-width: 767px) {
  .bottom-bar span {
    font-size: 4.2666666667vw;
  }
}
.bottom-bar .icon-plus {
  position: absolute;
}
@media screen and (min-width: 768px) {
  .bottom-bar .icon-plus {
    right: calc(0.0533333333 * var(--pc-size));
    width: calc(0.04 * var(--pc-size));
    height: calc(0.04 * var(--pc-size));
  }
}
@media screen and (max-width: 767px) {
  .bottom-bar .icon-plus {
    right: 5.3333333333vw;
    width: 4vw;
    height: 4vw;
  }
}
.bottom-bar .icon-plus {
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.bottom-bar .icon-plus::before, .bottom-bar .icon-plus::after {
  content: "";
  position: absolute;
  background-color: #fff;
  transition: background-color 0.4s;
}
@media screen and (min-width: 768px) {
  .bottom-bar .icon-plus::before {
    top: calc(0.0186666667 * var(--pc-size));
    left: 0;
    width: 100%;
    height: calc(0.0026666667 * var(--pc-size));
  }
}
@media screen and (max-width: 767px) {
  .bottom-bar .icon-plus::before {
    top: 1.8666666667vw;
    left: 0;
    width: 100%;
    height: 0.2666666667vw;
  }
}
.bottom-bar .icon-plus::after {
  top: 0;
}
@media screen and (min-width: 768px) {
  .bottom-bar .icon-plus::after {
    left: calc(0.0186666667 * var(--pc-size));
    width: calc(0.0026666667 * var(--pc-size));
    height: 100%;
  }
}
@media screen and (max-width: 767px) {
  .bottom-bar .icon-plus::after {
    left: 1.8666666667vw;
    width: 0.2666666667vw;
    height: 100%;
  }
}

body.purchase-open .icon-plus {
  transform: rotate(135deg);
}

.bottom-sheet {
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 100%);
}
@media screen and (min-width: 768px) {
  .bottom-sheet {
    width: calc(0.9466666667 * var(--pc-size));
    padding: calc(0.0373333333 * var(--pc-size)) calc(0.04 * var(--pc-size)) calc(0.04 * var(--pc-size));
  }
}
@media screen and (max-width: 767px) {
  .bottom-sheet {
    width: 94.6666666667vw;
    padding: 3.7333333333vw 4vw 4vw;
    transform: translate(3%, 100%);
  }
}
.bottom-sheet {
  background: #ecdbe0;
  z-index: 1000;
  box-sizing: border-box;
  transition: transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);
  transition: 0.3s;
}
.bottom-sheet.active {
  transform: translate(-50%, 0);
}
@media screen and (max-width: 767px) {
  .bottom-sheet.active {
    transform: translate(3%, 0);
  }
}
.bottom-sheet .bottom_btns {
  display: flex;
  justify-content: space-between;
  transition: 0.4s;
}
@media screen and (min-width: 768px) {
  .bottom-sheet .bottom_btns .bottom_btn img {
    width: calc(0.2746666667 * var(--pc-size));
  }
}
@media screen and (max-width: 767px) {
  .bottom-sheet .bottom_btns .bottom_btn img {
    width: 27.4666666667vw;
  }
}
.bottom-sheet .bottom_btns .bottom_btn img {
  display: block;
}
@media screen and (min-width: 768px) {
  .bottom-sheet .bottom_btns .bottom_btn:hover {
    opacity: 0.5;
    transition: 0.4s;
  }
}

.pc_kv_wrap .pc_kv {
  pointer-events: none;
}

@media screen and (max-width: 767px) {
  section.kv.sp {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 99;
  }
  section.kv.sp img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center center;
       object-position: center center;
  }
}
#nav-toggle .ep-close img, #nav-toggle .ep-open img {
  max-width: unset;
}

.btn.comingsoon {
  pointer-events: none;
}

@media screen and (max-width: 767px) {
  .btn_fixed {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 90;
  }
}
@media screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
}
.top-btn-area .btn_fix.is-bottom-fixed {
  position: fixed !important;
  bottom: 20px !important;
  padding-top: 0 !important;
  z-index: 999;
  width: 100%;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 768px) {
  .top-btn-area .btn_fix.is-bottom-fixed {
    max-width: var(--pc-size);
  }
}
.top-btn-area .btn_fix.is-bottom-fixed {
  pointer-events: none;
}
.top-btn-area .btn_fix.is-bottom-fixed a {
  pointer-events: auto;
}

.btn_fixed {
  opacity: 0;
}

.kv-title {
  will-change: opacity;
  transform: translateZ(0);
}/*# sourceMappingURL=base.css.map */