@charset "UTF-8";
/* Scss Document */
* {
  margin: 0;
  padding: 0;
}

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

a {
  word-break: break-all;
  border-bottom: none;
  text-decoration: none;
}
a img {
  border-bottom: none;
}
a:hover {
  text-decoration: none;
}
a:hover img {
  border-bottom: none;
}

img {
  vertical-align: top;
}

ul, li {
  list-style: none;
}

button {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
  cursor: pointer;
}

/* FORM */
input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

input[type=checkbox],
input[type=radio] {
  display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

.radio input {
  display: inline-block;
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
  appearance: checkbox;
}

/* Scss Document */
.headShake:hover {
  /* Start the shake animation and make the animation last for 0.5 seconds */
  animation: shake 0.5s;
  /* When the animation is finished, start again */
  animation-iteration-count: infinite;
}

@keyframes shake {
  0% {
    transform: translate(1px, 1px) rotate(0deg);
  }
  10% {
    transform: translate(-1px, -2px) rotate(-1deg);
  }
  20% {
    transform: translate(-3px, 0px) rotate(1deg);
  }
  30% {
    transform: translate(3px, 2px) rotate(0deg);
  }
  40% {
    transform: translate(1px, -1px) rotate(1deg);
  }
  50% {
    transform: translate(-1px, 2px) rotate(-1deg);
  }
  60% {
    transform: translate(-3px, 1px) rotate(0deg);
  }
  70% {
    transform: translate(3px, 1px) rotate(-1deg);
  }
  80% {
    transform: translate(-1px, -1px) rotate(1deg);
  }
  90% {
    transform: translate(1px, 2px) rotate(0deg);
  }
}
/* COLOR */
/* PURPLE */
/* PURPLE */
/* PURPLE */
/* BLACK */
/* GRAY */
/* BLUE */
/* GREEN */
/* BLACK */
/* BLACK */
/* BLACK */
/* vp:480px */
/* vp:896px */
/* vp:1024px */
.width-1 {
  width: 5% !important;
}

.width-2 {
  width: 10% !important;
}

.width-3 {
  width: 15% !important;
}

.width-4 {
  width: 20% !important;
}

.width-5 {
  width: 25% !important;
}

.width-6 {
  width: 30% !important;
}

.width-7 {
  width: 35% !important;
}

.width-8 {
  width: 40% !important;
}

.width-9 {
  width: 45% !important;
}

.width-10 {
  width: 50% !important;
}

.width-11 {
  width: 55% !important;
}

.width-12 {
  width: 60% !important;
}

.width-13 {
  width: 65% !important;
}

.width-14 {
  width: 70% !important;
}

.width-15 {
  width: 75% !important;
}

.width-16 {
  width: 80% !important;
}

.width-17 {
  width: 85% !important;
}

.width-18 {
  width: 90% !important;
}

.width-19 {
  width: 95% !important;
}

.width-20 {
  width: 100% !important;
}

.margin-1 {
  margin: 5px !important;
}

.margin-2 {
  margin: 10px !important;
}

.margin-3 {
  margin: 15px !important;
}

.margin-4 {
  margin: 20px !important;
}

.margin-5 {
  margin: 25px !important;
}

.margin-6 {
  margin: 30px !important;
}

.margin-7 {
  margin: 35px !important;
}

.margin-8 {
  margin: 40px !important;
}

.margin-9 {
  margin: 45px !important;
}

.margin-10 {
  margin: 50px !important;
}

.margin-11 {
  margin: 55px !important;
}

.margin-12 {
  margin: 60px !important;
}

.margin-13 {
  margin: 65px !important;
}

.margin-14 {
  margin: 70px !important;
}

.margin-15 {
  margin: 75px !important;
}

.margin-16 {
  margin: 80px !important;
}

.margin-17 {
  margin: 85px !important;
}

.margin-18 {
  margin: 90px !important;
}

.margin-19 {
  margin: 95px !important;
}

.margin-20 {
  margin: 100px !important;
}

.marginTop-1 {
  margin-top: 5px !important;
}

.marginTop-2 {
  margin-top: 10px !important;
}

.marginTop-3 {
  margin-top: 15px !important;
}

.marginTop-4 {
  margin-top: 20px !important;
}

.marginTop-5 {
  margin-top: 25px !important;
}

.marginTop-6 {
  margin-top: 30px !important;
}

.marginTop-7 {
  margin-top: 35px !important;
}

.marginTop-8 {
  margin-top: 40px !important;
}

.marginTop-9 {
  margin-top: 45px !important;
}

.marginTop-10 {
  margin-top: 50px !important;
}

.marginTop-11 {
  margin-top: 55px !important;
}

.marginTop-12 {
  margin-top: 60px !important;
}

.marginTop-13 {
  margin-top: 65px !important;
}

.marginTop-14 {
  margin-top: 70px !important;
}

.marginTop-15 {
  margin-top: 75px !important;
}

.marginTop-16 {
  margin-top: 80px !important;
}

.marginTop-17 {
  margin-top: 85px !important;
}

.marginTop-18 {
  margin-top: 90px !important;
}

.marginTop-19 {
  margin-top: 95px !important;
}

.marginTop-20 {
  margin-top: 100px !important;
}

.marginBottom-1 {
  margin-bottom: 5px !important;
}

.marginBottom-2 {
  margin-bottom: 10px !important;
}

.marginBottom-3 {
  margin-bottom: 15px !important;
}

.marginBottom-4 {
  margin-bottom: 20px !important;
}

.marginBottom-5 {
  margin-bottom: 25px !important;
}

.marginBottom-6 {
  margin-bottom: 30px !important;
}

.marginBottom-7 {
  margin-bottom: 35px !important;
}

.marginBottom-8 {
  margin-bottom: 40px !important;
}

.marginBottom-9 {
  margin-bottom: 45px !important;
}

.marginBottom-10 {
  margin-bottom: 50px !important;
}

.marginBottom-11 {
  margin-bottom: 55px !important;
}

.marginBottom-12 {
  margin-bottom: 60px !important;
}

.marginBottom-13 {
  margin-bottom: 65px !important;
}

.marginBottom-14 {
  margin-bottom: 70px !important;
}

.marginBottom-15 {
  margin-bottom: 75px !important;
}

.marginBottom-16 {
  margin-bottom: 80px !important;
}

.marginBottom-17 {
  margin-bottom: 85px !important;
}

.marginBottom-18 {
  margin-bottom: 90px !important;
}

.marginBottom-19 {
  margin-bottom: 95px !important;
}

.marginBottom-20 {
  margin-bottom: 100px !important;
}

.padding-1 {
  padding: 5px !important;
}

.padding-2 {
  padding: 10px !important;
}

.padding-3 {
  padding: 15px !important;
}

.padding-4 {
  padding: 20px !important;
}

.padding-5 {
  padding: 25px !important;
}

.padding-6 {
  padding: 30px !important;
}

.padding-7 {
  padding: 35px !important;
}

.padding-8 {
  padding: 40px !important;
}

.padding-9 {
  padding: 45px !important;
}

.padding-10 {
  padding: 50px !important;
}

.padding-11 {
  padding: 55px !important;
}

.padding-12 {
  padding: 60px !important;
}

.padding-13 {
  padding: 65px !important;
}

.padding-14 {
  padding: 70px !important;
}

.padding-15 {
  padding: 75px !important;
}

.padding-16 {
  padding: 80px !important;
}

.padding-17 {
  padding: 85px !important;
}

.padding-18 {
  padding: 90px !important;
}

.padding-19 {
  padding: 95px !important;
}

.padding-20 {
  padding: 100px !important;
}

@media screen and (min-width:481px) and (max-width: 896px) {
  .sp_width-1 {
    width: 5% !important;
  }
  .sp_width-2 {
    width: 10% !important;
  }
  .sp_width-3 {
    width: 15% !important;
  }
  .sp_width-4 {
    width: 20% !important;
  }
  .sp_width-5 {
    width: 25% !important;
  }
  .sp_width-6 {
    width: 30% !important;
  }
  .sp_width-7 {
    width: 35% !important;
  }
  .sp_width-8 {
    width: 40% !important;
  }
  .sp_width-9 {
    width: 45% !important;
  }
  .sp_width-10 {
    width: 50% !important;
  }
  .sp_width-11 {
    width: 55% !important;
  }
  .sp_width-12 {
    width: 60% !important;
  }
  .sp_width-13 {
    width: 65% !important;
  }
  .sp_width-14 {
    width: 70% !important;
  }
  .sp_width-15 {
    width: 75% !important;
  }
  .sp_width-16 {
    width: 80% !important;
  }
  .sp_width-17 {
    width: 85% !important;
  }
  .sp_width-18 {
    width: 90% !important;
  }
  .sp_width-19 {
    width: 95% !important;
  }
  .sp_width-20 {
    width: 100% !important;
  }
  .sp_margin-1 {
    margin: 5px !important;
  }
  .sp_margin-2 {
    margin: 10px !important;
  }
  .sp_margin-3 {
    margin: 15px !important;
  }
  .sp_margin-4 {
    margin: 20px !important;
  }
  .sp_margin-5 {
    margin: 25px !important;
  }
  .sp_margin-6 {
    margin: 30px !important;
  }
  .sp_margin-7 {
    margin: 35px !important;
  }
  .sp_margin-8 {
    margin: 40px !important;
  }
  .sp_margin-9 {
    margin: 45px !important;
  }
  .sp_margin-10 {
    margin: 50px !important;
  }
  .sp_margin-11 {
    margin: 55px !important;
  }
  .sp_margin-12 {
    margin: 60px !important;
  }
  .sp_margin-13 {
    margin: 65px !important;
  }
  .sp_margin-14 {
    margin: 70px !important;
  }
  .sp_margin-15 {
    margin: 75px !important;
  }
  .sp_margin-16 {
    margin: 80px !important;
  }
  .sp_margin-17 {
    margin: 85px !important;
  }
  .sp_margin-18 {
    margin: 90px !important;
  }
  .sp_margin-19 {
    margin: 95px !important;
  }
  .sp_margin-20 {
    margin: 100px !important;
  }
  .sp_marginTop-1 {
    margin-top: 5px !important;
  }
  .sp_marginTop-2 {
    margin-top: 10px !important;
  }
  .sp_marginTop-3 {
    margin-top: 15px !important;
  }
  .sp_marginTop-4 {
    margin-top: 20px !important;
  }
  .sp_marginTop-5 {
    margin-top: 25px !important;
  }
  .sp_marginTop-6 {
    margin-top: 30px !important;
  }
  .sp_marginTop-7 {
    margin-top: 35px !important;
  }
  .sp_marginTop-8 {
    margin-top: 40px !important;
  }
  .sp_marginTop-9 {
    margin-top: 45px !important;
  }
  .sp_marginTop-10 {
    margin-top: 50px !important;
  }
  .sp_marginTop-11 {
    margin-top: 55px !important;
  }
  .sp_marginTop-12 {
    margin-top: 60px !important;
  }
  .sp_marginTop-13 {
    margin-top: 65px !important;
  }
  .sp_marginTop-14 {
    margin-top: 70px !important;
  }
  .sp_marginTop-15 {
    margin-top: 75px !important;
  }
  .sp_marginTop-16 {
    margin-top: 80px !important;
  }
  .sp_marginTop-17 {
    margin-top: 85px !important;
  }
  .sp_marginTop-18 {
    margin-top: 90px !important;
  }
  .sp_marginTop-19 {
    margin-top: 95px !important;
  }
  .sp_marginTop-20 {
    margin-top: 100px !important;
  }
  .sp_marginBottom-1 {
    margin-bottom: 5px !important;
  }
  .sp_marginBottom-2 {
    margin-bottom: 10px !important;
  }
  .sp_marginBottom-3 {
    margin-bottom: 15px !important;
  }
  .sp_marginBottom-4 {
    margin-bottom: 20px !important;
  }
  .sp_marginBottom-5 {
    margin-bottom: 25px !important;
  }
  .sp_marginBottom-6 {
    margin-bottom: 30px !important;
  }
  .sp_marginBottom-7 {
    margin-bottom: 35px !important;
  }
  .sp_marginBottom-8 {
    margin-bottom: 40px !important;
  }
  .sp_marginBottom-9 {
    margin-bottom: 45px !important;
  }
  .sp_marginBottom-10 {
    margin-bottom: 50px !important;
  }
  .sp_marginBottom-11 {
    margin-bottom: 55px !important;
  }
  .sp_marginBottom-12 {
    margin-bottom: 60px !important;
  }
  .sp_marginBottom-13 {
    margin-bottom: 65px !important;
  }
  .sp_marginBottom-14 {
    margin-bottom: 70px !important;
  }
  .sp_marginBottom-15 {
    margin-bottom: 75px !important;
  }
  .sp_marginBottom-16 {
    margin-bottom: 80px !important;
  }
  .sp_marginBottom-17 {
    margin-bottom: 85px !important;
  }
  .sp_marginBottom-18 {
    margin-bottom: 90px !important;
  }
  .sp_marginBottom-19 {
    margin-bottom: 95px !important;
  }
  .sp_marginBottom-20 {
    margin-bottom: 100px !important;
  }
  .sp_padding-1 {
    padding: 5px !important;
  }
  .sp_padding-2 {
    padding: 10px !important;
  }
  .sp_padding-3 {
    padding: 15px !important;
  }
  .sp_padding-4 {
    padding: 20px !important;
  }
  .sp_padding-5 {
    padding: 25px !important;
  }
  .sp_padding-6 {
    padding: 30px !important;
  }
  .sp_padding-7 {
    padding: 35px !important;
  }
  .sp_padding-8 {
    padding: 40px !important;
  }
  .sp_padding-9 {
    padding: 45px !important;
  }
  .sp_padding-10 {
    padding: 50px !important;
  }
  .sp_padding-11 {
    padding: 55px !important;
  }
  .sp_padding-12 {
    padding: 60px !important;
  }
  .sp_padding-13 {
    padding: 65px !important;
  }
  .sp_padding-14 {
    padding: 70px !important;
  }
  .sp_padding-15 {
    padding: 75px !important;
  }
  .sp_padding-16 {
    padding: 80px !important;
  }
  .sp_padding-17 {
    padding: 85px !important;
  }
  .sp_padding-18 {
    padding: 90px !important;
  }
  .sp_padding-19 {
    padding: 95px !important;
  }
  .sp_padding-20 {
    padding: 100px !important;
  }
}
html {
  font-size: 62.5%; /*16px x 0.625 = 10px(=1rem) */
  font-feature-settings: "palt";
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

body {
  display: none;
  font-family: tbchibirgothicplusk-pro, "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-style: normal;
  color: #3B3439;
  font-size: 1.6rem;
  font-display: swap;
  letter-spacing: 0.15rem;
  line-height: 2;
}
@media screen and (min-width:897px) and (max-width: 1024px) {
  body {
    font-size: 1.5625vw;
  }
}
@media screen and (min-width:481px) and (max-width: 896px) {
  body {
    font-size: 1.7857142857vw;
  }
}
@media screen and (max-width:480px) {
  body {
    font-size: 3.3333333333vw;
  }
}
body .article p {
  padding-bottom: 1.6rem;
}
@media screen and (min-width:897px) and (max-width: 1024px) {
  body .article p {
    font-size: 1.5625vw;
  }
}
@media screen and (min-width:481px) and (max-width: 896px) {
  body .article p {
    font-size: 1.7857142857vw;
  }
}
@media screen and (max-width:480px) {
  body .article p {
    font-size: 3.3333333333vw;
  }
}

img {
  max-width: 100%;
}

a {
  color: #3B3439;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
a:hover, a:active {
  color: #94848F;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

::selection {
  background: #BF70A5;
  color: #fff;
}

::-moz-selection {
  background: #BF70A5;
  color: #fff;
}

.sp-non {
  display: block;
}
@media screen and (max-width:480px) {
  .sp-non {
    display: none;
  }
}

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

header {
  position: relative;
  height: 100vh;
  background-image: url("../img/bg.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
}
header::before {
  position: absolute;
  content: "";
  background-image: url("../img/kv3.png");
  width: 65%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  max-width: 1200px;
  margin: auto;
  right: 0;
  left: 0;
}
@media screen and (max-width: 1024px) {
  header::before {
    width: 100%;
  }
}
header .fix {
  position: fixed;
  height: 100vh;
  padding: 15px 0;
  display: flex;
  flex-flow: column;
  justify-content: space-between;
  right: 0;
  z-index: 9998;
}
header .fix .logo {
  width: 20vw;
  height: 20vh;
  margin: 15px 30px -15px auto;
  display: flex;
  align-items: top;
  justify-content: flex-end;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media screen and (max-width: 1024px) {
  header .fix .logo {
    display: none;
  }
}
@media all and (-ms-high-contrast: none) {
  header .fix .logo {
    /* IE対応 */
    display: block;
  }
}
header .fix nav {
  width: 260px;
  margin: 0 30px 0 auto;
  line-height: 1.5;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
header .fix nav .nav-menu {
  font-family: trajan-pro-3, "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", serif;
  font-weight: 700;
  font-style: normal;
  color: #3B3439;
  font-size: 1.6rem;
  font-display: swap;
  font-size: 2.5rem;
  text-align: right;
}
@media screen and (min-width:897px) and (max-width: 1024px) {
  header .fix nav .nav-menu {
    font-size: 1.5625vw;
  }
}
@media screen and (min-width:481px) and (max-width: 896px) {
  header .fix nav .nav-menu {
    font-size: 1.7857142857vw;
  }
}
@media screen and (max-width:480px) {
  header .fix nav .nav-menu {
    font-size: 3.3333333333vw;
  }
}
header .fix nav .nav-menu a {
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media screen and (min-width: 1201px) and (max-width: 1500px) {
  header .fix nav .nav-menu {
    font-size: 1.953125vw;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1200px) {
  header .fix nav .nav-menu {
    font-size: 1.7578125vw;
  }
}
@media screen and (min-width:481px) and (max-width: 1024px) {
  header .fix nav .nav-menu {
    font-size: 3.3482142857vw;
  }
}
@media screen and (max-width:480px) {
  header .fix nav .nav-menu {
    font-size: 6.25vw;
  }
}
header .fix .sns {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 36px;
  margin: 0 30px 0 auto;
}
header .fix .sns li {
  margin-bottom: 10px;
  background-color: #BF70A5;
}
header .fix .sns li:last-child {
  margin-bottom: 15px;
}
header .fix .sns a {
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media all and (-ms-high-contrast: none) {
  header .fix .sns {
    display: block;
    position: absolute;
    bottom: 30px;
    right: 30px;
    margin: 0;
  }
}
@media screen and (min-width:897px) and (max-width: 1024px) {
  header .fix {
    padding: 12.5px 0;
  }
}
@media screen and (min-width:481px) and (max-width: 896px) {
  header .fix {
    padding: 10px 0;
  }
}
@media screen and (max-width:480px) {
  header .fix {
    padding: 7.5px 0;
  }
}
header .kv {
  width: 85%;
}
@media screen and (max-width: 1024px) {
  header .kv {
    width: 100%;
  }
}
header .language {
  font-family: "Trebuchet MS", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", serif;
  font-weight: 700;
  font-style: normal;
  color: #3B3439;
  font-size: 1.6rem;
  font-display: swap;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9998;
  font-size: 2rem;
  font-weight: 100;
  background-color: #BF70A5;
  padding: 30px;
}
@media screen and (min-width:897px) and (max-width: 1024px) {
  header .language {
    font-size: 1.5625vw;
  }
}
@media screen and (min-width:481px) and (max-width: 896px) {
  header .language {
    font-size: 1.7857142857vw;
  }
}
@media screen and (max-width:480px) {
  header .language {
    font-size: 3.3333333333vw;
  }
}
header .language * {
  color: #000;
}
@media screen and (min-width:897px) and (max-width: 1024px) {
  header .language {
    font-size: 1.953125vw;
    padding: 25px;
  }
}
@media screen and (min-width:481px) and (max-width: 896px) {
  header .language {
    font-size: 2.2321428571vw;
    padding: 20px;
  }
}
@media screen and (max-width:480px) {
  header .language {
    font-size: 4.1666666667vw;
    padding: 15px;
  }
}
header .language .language-menu {
  display: flex;
}
header .language .language-menu .now-page {
  font-weight: 700;
}
header.is_scroll .logo {
  width: 10vw;
  margin: 15px 30px 0 auto;
}
@media screen and (max-width:480px) {
  header {
    height: 65vh;
  }
  header::before {
    background-size: 85%;
    background-position: 55% 85%;
  }
  header .sp-logo {
    display: block;
    width: 80%;
    margin: 0 auto;
    padding-top: 55px;
  }
}
@media screen and (min-width:481px) and (max-width: 1024px) {
  header::before {
    background-size: 85%;
    background-position: 50% 50%;
  }
  header .sp-logo {
    display: block;
    width: 80%;
    margin: 0 auto;
    padding-top: 30px;
  }
}
@media screen and (max-width: 896px) and (orientation: landscape) {
  header {
    height: 190vh;
  }
  header::before {
    background-size: 85%;
    background-position: 50% 95%;
  }
  header .sp-logo {
    display: block;
    width: 80%;
    margin: 0 auto;
    padding-top: 55px;
  }
}
header.iOS {
  background: url("../img/bg.png") center/cover no-repeat;
}

#under header {
  height: initial;
  height: auto;
  background-image: none;
}
#under header .sp-logo {
  display: none;
}
#under header .kv {
  display: none;
}
#under header::before {
  background-image: none;
}

.container-w {
  max-width: 1200px;
  margin: auto;
}
@media screen and (min-width: 1401px) and (max-width: 1800px) {
  .container-w {
    width: 65%;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1400px) {
  .container-w {
    width: 65%;
  }
}
@media screen and (max-width: 1024px) {
  .container-w {
    width: 90%;
  }
}

.container-h {
  min-height: 100vh;
}
@media screen and (max-width: 1024px) {
  .container-h {
    min-height: initial;
    min-height: auto;
  }
}

main #banner {
  overflow: hidden; /*Slick*/
  padding-bottom: 35px;
  width: calc(100% - 30px);
  margin: auto;
}
@media screen and (min-width:897px) and (max-width: 1024px) {
  main #banner {
    width: calc(100% - 25px);
  }
}
@media screen and (min-width:481px) and (max-width: 896px) {
  main #banner {
    width: calc(100% - 20px);
  }
}
@media screen and (max-width:480px) {
  main #banner {
    width: calc(100% - 15px);
  }
}
main #news {
  position: relative;
}
main #news .news-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  /* IE対応 */
}
main #news .news-list .news-article {
  position: relative;
  max-width: 27%;
  padding: 15px;
  margin: 0 9.5% 70px 0;
  background-color: #f9f9ff;
  border: 1px solid #d9d9d9;
  -webkit-box-shadow: 2px 2px 3px #777;
  -moz-box-shadow: 2px 2px 3px #777;
  box-shadow: 2px 2px 3px #777;
  border-radius: 1px;
}
main #news .news-list .news-article time {
  padding: 7px 0 0;
}
main #news .news-list .news-article:nth-child(3n) {
  margin-right: 0;
}
@media screen and (max-width:480px) {
  main #news .news-list .news-article {
    margin: 0 auto 50px;
    max-width: 90%;
  }
  main #news .news-list .news-article:nth-child(3n) {
    margin: 0 auto 50px;
  }
}
@media screen and (min-width:481px) and (max-width: 1024px) {
  main #news .news-list .news-article {
    margin: 0 auto 40px;
  }
}
@media screen and (max-width: 896px) and (orientation: landscape) {
  main #news .news-list .news-article {
    margin: 0 auto 50px;
    max-width: 40%;
  }
  main #news .news-list .news-article:nth-child(3n) {
    margin: 0 auto 50px;
  }
}
main #news .news-list .news-article .news-article-thumb {
  overflow: hidden;
  position: relative;
}
main #news .news-list .news-article .news-article-thumb img {
  aspect-ratio: 14/9;
  object-fit: contain;
}
main #news .news-list .news-article a .news-article-thumb img {
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
main #news .news-list .news-article a:hover .news-article-thumb img {
  display: block;
  transform: scale(1.2, 1.2);
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media all and (-ms-high-contrast: none) {
  main #news .news-list .news-article {
    width: 27%;
  }
}
@media screen and (max-width: 1024px) {
  main #news {
    padding-bottom: 0;
  }
}
main #about {
  position: relative;
  overflow: hidden;
  /*ribon*/
}
main #about .h2-title {
  text-align: left;
}
main #about .about-inner {
  display: flex;
  justify-content: space-between;
  padding-bottom: 100px;
}
main #about .about-inner .about-img {
  width: 50%;
  margin-top: -50px;
  position: relative;
  order: 2;
}
main #about .about-inner .about-img #slick-about {
  position: relative;
  max-width: 600px;
  margin: auto;
}
main #about .about-inner .about-img #slick-about .slide-dots {
  position: absolute;
  bottom: 43px;
  left: 0;
  margin-bottom: 0;
}
@media screen and (max-width: 1024px) {
  main #about .about-inner .about-img #slick-about .slide-dots {
    bottom: 50px;
    left: 0;
  }
}
main #about .about-inner .about-img::before {
  content: "";
  display: block;
  background-image: url("../img/fan.png");
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: 35%;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 10;
}
main #about .about-inner .about-text {
  width: 45%;
  font-weight: 700;
  position: relative;
  order: 1;
}
main #about .about-inner .about-text h3 {
  max-width: 362px;
}
@media screen and (max-width: 1024px) {
  main #about .about-inner .about-text h3 {
    width: 70%;
    margin: auto;
    text-align: center;
    padding: 20px 0;
  }
}
main #about .about-inner .about-text .text {
  padding: 60px 20px 20px;
}
main #about .about-inner .about-text .text p {
  font-size: 2rem;
}
@media screen and (min-width:897px) and (max-width: 1024px) {
  main #about .about-inner .about-text .text {
    padding-top: 20px;
  }
  main #about .about-inner .about-text .text p {
    font-size: 1.85546875vw;
  }
}
@media screen and (min-width:481px) and (max-width: 896px) {
  main #about .about-inner .about-text .text {
    padding-top: 20px;
  }
  main #about .about-inner .about-text .text p {
    font-size: 2.0089285714vw;
  }
}
@media screen and (max-width:480px) {
  main #about .about-inner .about-text .text {
    padding-top: 20px;
  }
  main #about .about-inner .about-text .text p {
    font-size: 3.75vw;
  }
}
main #about .about-inner .about-text .btn-normal {
  position: absolute;
  bottom: 0;
}
@media screen and (max-width: 1450px) {
  main #about .about-inner .about-text .btn-normal {
    position: static;
    margin: 15px auto;
  }
}
@media screen and (max-width: 1024px) {
  main #about .about-inner .about-logo-img {
    transform: rotate(3deg);
  }
}
@media screen and (max-width: 1024px) {
  main #about .about-inner {
    padding-bottom: 50px;
    display: block;
  }
  main #about .about-inner .about-img {
    width: 100%;
    margin-top: 0;
  }
  main #about .about-inner .about-text {
    width: 100%;
    margin-right: 0;
  }
}
main #about::before, main #about::after {
  content: "";
  width: 100%;
  height: 25px;
  position: absolute;
  background-repeat: repeat-x;
  background-size: contain;
}
@media screen and (min-width:897px) and (max-width: 1024px) {
  main #about::before, main #about::after {
    height: 20px;
  }
}
@media screen and (min-width:481px) and (max-width: 896px) {
  main #about::before, main #about::after {
    height: 10px;
  }
}
@media screen and (max-width:480px) {
  main #about::before, main #about::after {
    height: 3vw;
  }
}
main #about::before {
  background-image: url("../img/ribon-top.png");
  top: 0;
  filter: drop-shadow(0px 5px 10px rgba(0, 0, 0, 0.2));
  -webkit-filter: drop-shadow(0px 5px 10px rgba(0, 0, 0, 0.2));
  -moz-filter: drop-shadow(0px 5px 10px rgba(0, 0, 0, 0.2));
}
main #about::after {
  background-image: url("../img/ribon-bottom.png");
  bottom: 0;
  filter: drop-shadow(0px -5px 10px rgba(0, 0, 0, 0.2));
  -webkit-filter: drop-shadow(0px -5px 10px rgba(0, 0, 0, 0.2));
  -moz-filter: drop-shadow(0px -5px 10px rgba(0, 0, 0, 0.2));
}
@media screen and (max-width:480px) {
  main #about::after {
    bottom: -3px;
  }
}
main #schedule {
  position: relative;
  /*padding-bottom: 100px;*/
}
main #schedule .schedule-list {
  margin-bottom: 75px;
}
@media screen and (max-width: 1024px) {
  main #schedule .schedule-list {
    margin-bottom: 0;
  }
}
main #schedule .schedule-list .schedule-article {
  width: calc(100% - 30px);
  background-color: #fff;
  border: 2px solid rgba(191, 112, 165, 0.4);
  padding: 10px 30px;
  margin: 20px auto;
}
main #schedule .schedule-list .schedule-article a {
  display: flex;
  align-items: center;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
main #schedule .schedule-list .schedule-article a div {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
main #schedule .schedule-list .schedule-article a div time {
  width: 100px;
  order: 1;
  word-break: keep-all;
}
main #schedule .schedule-list .schedule-article a div .category-tag {
  order: 2;
  margin: 0 40px;
}
@media screen and (max-width: 1024px) {
  main #schedule .schedule-list .schedule-article a div .category-tag {
    order: 1;
  }
}
@media screen and (min-width:897px) and (max-width: 1024px) {
  main #schedule .schedule-list .schedule-article a div .category-tag {
    margin: 0 20px 0 0;
  }
}
@media screen and (min-width:481px) and (max-width: 896px) {
  main #schedule .schedule-list .schedule-article a div .category-tag {
    margin: 0 15px 0 0;
  }
}
@media screen and (max-width:480px) {
  main #schedule .schedule-list .schedule-article a div .category-tag {
    margin: 0 10px 0 0;
  }
}
main #schedule .schedule-list .schedule-article:first-child {
  margin-top: 0;
}
@media screen and (max-width: 1024px) {
  main #schedule .schedule-list .schedule-article a {
    display: block;
    align-items: center;
  }
  main #schedule .schedule-list .schedule-article a div {
    display: flex;
    align-items: center;
  }
  main #schedule .schedule-list .schedule-article a div time {
    order: 2;
  }
}
@media screen and (max-width:480px) {
  main #schedule .schedule-list .schedule-article {
    padding: 5px;
  }
}
@media screen and (min-width:481px) and (max-width: 1024px) {
  main #schedule .schedule-list .schedule-article {
    padding: 10px;
  }
}
main #schedule::before {
  content: "";
  background-image: url("../img/back-chara02.png");
  width: 100%;
  height: 100%;
  position: absolute;
  background-size: 90%;
  background-repeat: no-repeat;
  background-position: bottom left;
  z-index: -1;
  max-width: 500px;
}
@media screen and (min-width:897px) and (max-width: 1024px) {
  main #schedule::before {
    background-size: 50%;
  }
}
@media screen and (min-width:481px) and (max-width: 896px) {
  main #schedule::before {
    background-size: 50%;
  }
}
@media screen and (max-width:480px) {
  main #schedule::before {
    background-size: 40%;
  }
}
main #movie {
  position: relative;
  overflow: hidden;
  background-color: #BF70A5;
}
main #movie .h2-title {
  color: #fff;
}
main #movie .container-w {
  width: 1000px;
  padding-bottom: 120px;
}
@media screen and (max-width: 1024px) {
  main #movie .container-w {
    width: 90%;
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 1024px) {
  main #movie.container-h {
    height: 50vh;
  }
}

#under {
  /* NEWS + SCHEDULE 詳細ページ */
  /* GOODS 詳細ページ */
  /* RELEASE 関連 */
}
@media screen and (min-width:481px) and (max-width: 1024px) {
  #under .news .news-list .news-article {
    max-width: 45%;
    margin-right: 10%;
    margin-bottom: 60px;
  }
  #under .news .news-list .news-article:nth-child(3n) {
    margin-right: 10%;
  }
  #under .news .news-list .news-article:nth-child(2n) {
    margin-right: 0;
  }
}
#under #schedule .tab {
  display: flex;
  justify-content: center;
  padding-bottom: 70px;
}
#under #schedule .tab a {
  vertical-align: sub;
}
#under #schedule .tab .category-tag {
  width: 120px;
  margin-right: 20px;
}
#under #schedule .tab .category-tag:last-child {
  margin-right: 0;
}
@media screen and (max-width:480px) {
  #under #schedule .tab {
    padding-bottom: 30px;
  }
  #under #schedule .tab .category-tag {
    padding: 10px;
    margin-right: 10px;
  }
}
#under #schedule::before {
  content: none;
}
#under .profile section {
  display: flex;
}
@media screen and (max-width: 1024px) {
  #under .profile section {
    display: block;
  }
}
#under .profile .tab {
  width: 30%;
}
#under .profile .tab li {
  font-family: "Trebuchet MS", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", serif;
  font-weight: 700;
  font-style: normal;
  color: #3B3439;
  font-size: 1.6rem;
  font-display: swap;
  height: 30%;
  font-size: 4rem;
  font-weight: 700;
  padding: 15px;
  margin-bottom: 5%;
  border: 3px solid #3B3439;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
}
@media screen and (min-width:897px) and (max-width: 1024px) {
  #under .profile .tab li {
    font-size: 1.5625vw;
  }
}
@media screen and (min-width:481px) and (max-width: 896px) {
  #under .profile .tab li {
    font-size: 1.7857142857vw;
  }
}
@media screen and (max-width:480px) {
  #under .profile .tab li {
    font-size: 3.3333333333vw;
  }
}
#under .profile .tab li:last-child {
  margin-bottom: 0;
}
@media screen and (min-width:897px) and (max-width: 1024px) {
  #under .profile .tab li {
    font-size: 3.7109375vw;
    padding: 15px;
  }
  #under .profile .tab li .active {
    font-size: 3.7109375vw;
  }
}
@media screen and (min-width:481px) and (max-width: 896px) {
  #under .profile .tab li {
    font-size: 3.5714285714vw;
    padding: 10px;
  }
  #under .profile .tab li .active {
    font-size: 3.5714285714vw;
  }
}
@media screen and (max-width:480px) {
  #under .profile .tab li {
    font-size: 4.1666666667vw;
    padding: 5px;
  }
  #under .profile .tab li .active {
    font-size: 4.1666666667vw;
  }
}
#under .profile .tab #hidarin {
  position: relative;
  z-index: 1;
}
#under .profile .tab #hidarin:before {
  position: absolute;
  content: "";
  background-repeat: no-repeat;
  background-size: 30%;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0.4;
}
#under .profile .tab #hidarin:before {
  background-image: url("../img/hidarin.png");
  background-position: center left;
}
#under .profile .tab #hidarin.active:before {
  background-size: 50%;
  background-image: url("../img/hidarin02.png");
}
#under .profile .tab #manaka {
  position: relative;
  z-index: 1;
}
#under .profile .tab #manaka:before {
  position: absolute;
  content: "";
  background-repeat: no-repeat;
  background-size: 30%;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0.4;
}
#under .profile .tab #manaka:before {
  background-image: url("../img/manaka.png");
  background-position: center;
  background-size: 35%;
}
#under .profile .tab #manaka.active:before {
  background-size: 70%;
  background-image: url("../img/manaka02.png");
}
#under .profile .tab #miggy {
  position: relative;
  z-index: 1;
}
#under .profile .tab #miggy:before {
  position: absolute;
  content: "";
  background-repeat: no-repeat;
  background-size: 30%;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0.4;
}
#under .profile .tab #miggy:before {
  background-image: url("../img/miggy.png");
  background-position: center right;
  background-size: 40%;
}
#under .profile .tab #miggy.active:before {
  background-size: 65%;
  background-image: url("../img/miggy02.png");
}
#under .profile .tab .active {
  border: 3px solid #BF70A5;
  color: #fff;
  background-color: #efdbe8;
}
#under .profile .tab .active a {
  color: #fff;
}
@media screen and (max-width: 1024px) {
  #under .profile .tab {
    display: flex;
    width: 100%;
  }
  #under .profile .tab li {
    width: 33%;
    height: auto;
    height: initial;
    margin-right: 5px;
    margin-bottom: 40px;
  }
  #under .profile .tab li:last-child {
    margin-right: 0;
    margin-bottom: 40px;
  }
}
#under .profile .profile-list {
  width: 65%;
  margin: 0 2.5%;
}
#under .profile .profile-list .profile-member {
  text-align: center;
  height: 100%;
  width: 100%;
}
#under .profile .profile-list .profile-member.hidarin::after, #under .profile .profile-list .profile-member.hidarin::before {
  top: 15%;
}
@media screen and (max-width: 1024px) {
  #under .profile .profile-list .profile-member.hidarin::before {
    top: -6px;
  }
  #under .profile .profile-list .profile-member.hidarin::after {
    top: 18px;
  }
  #under .profile .profile-list .profile-member.hidarin::after, #under .profile .profile-list .profile-member.hidarin::before {
    left: 15%;
  }
}
#under .profile .profile-list .profile-member.miggy::after, #under .profile .profile-list .profile-member.miggy::before {
  top: 85%;
}
@media screen and (max-width: 1024px) {
  #under .profile .profile-list .profile-member.miggy::before {
    top: -6px;
  }
  #under .profile .profile-list .profile-member.miggy::after {
    top: 18px;
  }
  #under .profile .profile-list .profile-member.miggy::after, #under .profile .profile-list .profile-member.miggy::before {
    left: 85%;
  }
}
#under .profile .profile-list .profile-member .profile-member-inner {
  height: 100%;
  padding: 30px;
  display: flex;
  align-items: center;
  justify-content: space-around;
}
#under .profile .profile-list .profile-member .profile-member-inner .profile-img {
  width: 35%;
}
#under .profile .profile-list .profile-member .profile-member-inner .profile-text {
  width: 50%;
  margin: 0 7.5%;
  color: #3B3439;
  align-self: flex-start;
  text-align: left;
  word-break: break-all;
}
#under .profile .profile-list .profile-member .profile-member-inner .profile-text h3 {
  text-align: center;
  font-size: 5rem;
  padding: 20px 0 40px;
}
@media screen and (min-width:897px) and (max-width: 1024px) {
  #under .profile .profile-list .profile-member .profile-member-inner .profile-text h3 {
    font-size: 3.90625vw;
    padding: 17px 0 35px;
  }
}
@media screen and (min-width:481px) and (max-width: 896px) {
  #under .profile .profile-list .profile-member .profile-member-inner .profile-text h3 {
    font-size: 3.3482142857vw;
    padding: 15px 0 30px;
  }
}
@media screen and (max-width:480px) {
  #under .profile .profile-list .profile-member .profile-member-inner .profile-text h3 {
    font-size: 5.8333333333vw;
    padding: 10px 0 20px;
  }
}
@media screen and (min-width:897px) and (max-width: 1024px) {
  #under .profile .profile-list .profile-member .profile-member-inner {
    padding: 20px;
  }
}
@media screen and (min-width:481px) and (max-width: 896px) {
  #under .profile .profile-list .profile-member .profile-member-inner {
    padding: 15px;
  }
}
@media screen and (max-width:480px) {
  #under .profile .profile-list .profile-member .profile-member-inner {
    padding: 10px;
  }
}
@media screen and (max-width: 1024px) {
  #under .profile .profile-list {
    width: 100%;
    margin: 2.5% 0;
  }
  #under .profile .profile-list .profile-member .profile-member-inner {
    display: block;
  }
  #under .profile .profile-list .profile-member .profile-member-inner .profile-img {
    width: 50%;
    margin: 25px auto;
  }
  #under .profile .profile-list .profile-member .profile-member-inner .profile-text {
    width: 80%;
    margin: 25px auto;
  }
}
#under .goods .article-list {
  display: flex;
  flex-wrap: wrap;
}
#under .goods .article-list article {
  width: 20%;
  padding-bottom: 30px;
  margin-right: 6.5%;
}
#under .goods .article-list article:nth-child(4n) {
  margin-right: 0;
}
#under .goods .article-list article:hover {
  opacity: 0.7;
}
@media screen and (max-width:480px) {
  #under .goods .article-list {
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #under .goods .article-list article {
    width: 48%;
    margin-right: 4%;
  }
  #under .goods .article-list article:nth-child(even) {
    margin-right: 0;
  }
}
#under .contact .container-w {
  max-width: 1000px;
  margin: auto;
}
@media screen and (max-width: 1024px) {
  #under .contact .container-h {
    min-height: 80vh;
  }
}
#under .contact p {
  padding-bottom: 30px;
}
@media screen and (min-width:897px) and (max-width: 1024px) {
  #under .contact p {
    padding-bottom: 25px;
  }
}
@media screen and (min-width:481px) and (max-width: 896px) {
  #under .contact p {
    padding-bottom: 20px;
  }
}
@media screen and (max-width:480px) {
  #under .contact p {
    padding-bottom: 15px;
  }
}
#under .contact .contact-form .contact-form-lists {
  font-family: "Trebuchet MS", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", serif;
  font-weight: 700;
  font-style: normal;
  color: #3B3439;
  font-size: 1.6rem;
  font-display: swap;
  font-size: 2rem;
  padding-bottom: 15px;
}
@media screen and (min-width:897px) and (max-width: 1024px) {
  #under .contact .contact-form .contact-form-lists {
    font-size: 1.5625vw;
  }
}
@media screen and (min-width:481px) and (max-width: 896px) {
  #under .contact .contact-form .contact-form-lists {
    font-size: 1.7857142857vw;
  }
}
@media screen and (max-width:480px) {
  #under .contact .contact-form .contact-form-lists {
    font-size: 3.3333333333vw;
  }
}
@media screen and (min-width:897px) and (max-width: 1024px) {
  #under .contact .contact-form .contact-form-lists {
    font-size: 1.7578125vw;
    padding-bottom: 12px;
  }
}
@media screen and (min-width:481px) and (max-width: 896px) {
  #under .contact .contact-form .contact-form-lists {
    font-size: 2.2321428571vw;
    padding-bottom: 10px;
  }
}
@media screen and (max-width:480px) {
  #under .contact .contact-form .contact-form-lists {
    font-size: 4.1666666667vw;
    padding-bottom: 8px;
  }
}
#under .contact .contact-form .contact-form-lists .form-content {
  background-color: #efdbe8;
  width: 100%;
  padding: 15px 10px;
}
@media screen and (min-width:897px) and (max-width: 1024px) {
  #under .contact .contact-form .contact-form-lists .form-content {
    padding: 12px 10px;
  }
}
@media screen and (min-width:481px) and (max-width: 896px) {
  #under .contact .contact-form .contact-form-lists .form-content {
    padding: 10px 10px;
  }
}
@media screen and (max-width:480px) {
  #under .contact .contact-form .contact-form-lists .form-content {
    padding: 8px 10px;
  }
}
#under .contact .contact-form .radio {
  text-align: center;
}
#under .contact .contact-form .btn-normal {
  margin: auto;
  opacity: 0.5;
}
#under .contact .contact-form .btn-normal:hover {
  cursor: default;
  color: #fff;
  background-color: #BF70A5;
}
#under .contact .contact-form .btn-normal.checked {
  opacity: 1;
}
#under .contact .contact-form .btn-normal.checked:hover {
  cursor: pointer;
  color: #BF70A5;
  background-color: #fff;
}
#under .article {
  position: relative;
  padding-bottom: 100px;
}
#under .article .category-tag {
  display: inline-block;
  min-width: auto;
  min-width: initial;
  margin-right: 15px;
  padding: 15px;
  vertical-align: top;
}
@media screen and (min-width:897px) and (max-width: 1024px) {
  #under .article .category-tag {
    margin-right: 12.5px;
    padding: 12.5px;
  }
}
@media screen and (min-width:481px) and (max-width: 896px) {
  #under .article .category-tag {
    margin-right: 10px;
    padding: 10px;
    vertical-align: bottom;
  }
}
@media screen and (max-width:480px) {
  #under .article .category-tag {
    margin-right: 7px;
    padding: 7px;
    vertical-align: bottom;
  }
}
#under .article .container-w {
  max-width: 1000px;
  margin: auto;
}
#under .article::before {
  position: fixed;
  content: "";
  background-image: url("../img/bg-chara.png");
  background-repeat: no-repeat;
  background-size: 30% auto;
  background-position: 50% 50%;
  width: 100%;
  height: 100%;
  opacity: 0.2;
  z-index: -1;
}
@media screen and (min-width:897px) and (max-width: 1024px) {
  #under .article::before {
    background-size: 40% auto;
  }
}
@media screen and (min-width:481px) and (max-width: 896px) {
  #under .article::before {
    background-size: 50% auto;
  }
}
@media screen and (max-width:480px) {
  #under .article::before {
    background-size: 60% auto;
  }
}
#under .article .article-img {
  width: 50%;
  margin: auto;
  padding: 20px 0;
}
#under .article .article-img img {
  max-height: 300px;
}
#under .article .article-img-small {
  font-size: 1rem;
  width: 50%;
  margin: auto;
  padding: 5px 0 20px;
}
@media screen and (min-width:897px) and (max-width: 1024px) {
  #under .article .article-img-small {
    font-size: 1.3671875vw;
  }
}
@media screen and (min-width:481px) and (max-width: 896px) {
  #under .article .article-img-small {
    font-size: 1.4508928571vw;
  }
}
@media screen and (max-width:480px) {
  #under .article .article-img-small {
    font-size: 2.5vw;
  }
}
#under .article .youtube-container {
  width: 70%;
  margin: 30px auto;
}
@media screen and (max-width:480px) {
  #under .article .youtube-container {
    width: 100%;
    margin: 10px auto;
  }
}
#under .article .movie-thumbnail {
  margin: 30px auto;
}
@media screen and (max-width:480px) {
  #under .article .movie-thumbnail {
    margin: 10px auto;
  }
}
#under .article .article-summary {
  padding: 3.2rem 3.2rem 1.6rem;
  margin-bottom: 1.6rem;
  border: solid 2px #BF70A5;
  background-color: rgba(191, 112, 165, 0.2);
  border-radius: 3px;
}
#under .article .article-summary p, #under .article .article-summary dd {
  margin-left: 1.6rem;
}
@media screen and (min-width:897px) and (max-width: 1024px) {
  #under .article .article-summary {
    padding: 2.4rem 2.4rem 0.7rem;
  }
  #under .article .article-summary p, #under .article .article-summary dd {
    margin-left: 1.4rem;
  }
}
@media screen and (min-width:481px) and (max-width: 896px) {
  #under .article .article-summary {
    padding: 1.6rem;
  }
  #under .article .article-summary p, #under .article .article-summary dd {
    margin-left: 1.2rem;
  }
}
@media screen and (max-width:480px) {
  #under .article .article-summary {
    padding: 1.6rem;
  }
  #under .article .article-summary p, #under .article .article-summary dd {
    margin-left: 1rem;
  }
}
#under .article small {
  display: inline-block;
  font-size: 1.3rem;
}
@media screen and (min-width:897px) and (max-width: 1024px) {
  #under .article small {
    font-size: 1.26953125vw;
  }
}
@media screen and (min-width:481px) and (max-width: 896px) {
  #under .article small {
    font-size: 1.4508928571vw;
  }
}
@media screen and (max-width:480px) {
  #under .article small {
    font-size: 2.7083333333vw;
  }
}
#under .article-goods article {
  display: flex;
}
#under .article-goods article .goods-img {
  width: 35%;
}
#under .article-goods article .goods-info {
  width: 55%;
  margin: 0 5%;
}
#under .article-goods article .goods-info .article-title {
  border-bottom: none;
  padding: 1rem;
  margin-bottom: 0;
}
#under .article-goods article .goods-info .goods-info-unit {
  border-bottom: 1px dotted #BF70A5;
  padding: 20px 0;
}
#under .article-goods article .goods-info .goods-info-unit:last-child {
  border: none;
}
#under .article-goods article .goods-info .goods-info-unit .goods-info-unit-q {
  font-family: "Trebuchet MS", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", serif;
  font-weight: 700;
  font-style: normal;
  color: #3B3439;
  font-size: 1.6rem;
  font-display: swap;
  font-size: 2rem;
  padding-bottom: 1rem;
}
@media screen and (min-width:897px) and (max-width: 1024px) {
  #under .article-goods article .goods-info .goods-info-unit .goods-info-unit-q {
    font-size: 1.5625vw;
  }
}
@media screen and (min-width:481px) and (max-width: 896px) {
  #under .article-goods article .goods-info .goods-info-unit .goods-info-unit-q {
    font-size: 1.7857142857vw;
  }
}
@media screen and (max-width:480px) {
  #under .article-goods article .goods-info .goods-info-unit .goods-info-unit-q {
    font-size: 3.3333333333vw;
  }
}
#under .article-goods article .goods-info .goods-info-unit .goods-info-unit-a {
  margin-left: 1.6rem;
}
@media screen and (min-width:897px) and (max-width: 1024px) {
  #under .article-goods article .article-title {
    line-height: 4rem;
  }
}
@media screen and (min-width:481px) and (max-width: 896px) {
  #under .article-goods article .article-title {
    line-height: 2.5rem;
  }
}
@media screen and (max-width:480px) {
  #under .article-goods article {
    display: block;
  }
  #under .article-goods article .goods-img {
    width: 90%;
    margin: auto;
  }
  #under .article-goods article .goods-info {
    width: 100%;
    margin: 0;
  }
  #under .article-goods article .goods-info .article-title {
    margin: 2.5rem 0;
    padding: 0.5rem 1rem;
    line-height: 2rem;
  }
  #under .article-goods article .goods-info .goods-info-unit {
    padding: 10px 0;
  }
  #under .article-goods article .goods-info .goods-info-unit:first-child {
    padding: 0 0 10px;
  }
  #under .article-goods article .goods-info .goods-info-unit .goods-info-unit-q {
    padding-bottom: 0.7rem;
  }
  #under .article-goods article .goods-info .goods-info-unit .goods-info-unit-a {
    margin-left: 0.8rem;
  }
}
#under .article-goods .btn-normal {
  margin: 50px auto;
}
#under .release-info {
  width: 80%;
  margin: 30px auto;
  padding: 15px;
  background-color: rgba(191, 112, 165, 0.2);
  border-radius: 5px;
}
#under .release-info .release-info-title {
  font-size: 160%;
  font-weight: 900;
  padding-bottom: 0;
}
#under .release-info .release-info-artist {
  text-align: right;
  padding-bottom: 0;
  font-size: 80%;
}
#under .release-info .release-info-detail {
  display: flex;
}
#under .release-info .release-info-detail .release-info-text {
  width: 60%;
  order: 1;
}
#under .release-info .release-info-detail .release-info-img {
  width: 40%;
  padding: 15px;
  order: 2;
}
@media screen and (min-width:481px) and (max-width: 896px) {
  #under .release-info {
    width: 90%;
  }
}
@media screen and (max-width:480px) {
  #under .release-info {
    width: 100%;
  }
  #under .release-info .release-info-detail {
    display: block;
  }
  #under .release-info .release-info-detail .release-info-text {
    width: 100%;
  }
  #under .release-info .release-info-detail .release-info-img {
    width: 80%;
    margin: auto;
  }
}
#under .release-store {
  margin-bottom: 30px;
}
#under .release-store .release-store-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
#under .release-store .release-store-list li {
  border: 1px solid #ccc;
  margin: 5px;
}
@media screen and (min-width:897px) and (max-width: 1024px) {
  #under .release-store li {
    width: 15%;
  }
}
@media screen and (min-width:481px) and (max-width: 896px) {
  #under .release-store li {
    width: 20%;
  }
}
@media screen and (max-width:480px) {
  #under .release-store li {
    width: 45%;
  }
}

footer {
  position: relative;
  text-align: center;
  min-height: 20vh;
}
footer .privacypolicy {
  display: block;
  margin: 3rem 0;
}
footer .copy {
  font-size: 1.3rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width:897px) and (max-width: 1024px) {
  footer .copy {
    font-size: 1.26953125vw;
  }
}
@media screen and (min-width:481px) and (max-width: 896px) {
  footer .copy {
    font-size: 1.4508928571vw;
  }
}
@media screen and (max-width:480px) {
  footer .copy {
    font-size: 2.7083333333vw;
  }
}

#under footer .gototop {
  display: none;
}

.h2-title {
  font-family: trajan-pro-3, "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", serif;
  font-weight: 700;
  font-style: normal;
  color: #3B3439;
  font-size: 1.6rem;
  font-display: swap;
  font-size: 7rem;
  text-align: center;
  padding: 100px 0;
}
@media screen and (min-width:897px) and (max-width: 1024px) {
  .h2-title {
    font-size: 1.5625vw;
  }
}
@media screen and (min-width:481px) and (max-width: 896px) {
  .h2-title {
    font-size: 1.7857142857vw;
  }
}
@media screen and (max-width:480px) {
  .h2-title {
    font-size: 3.3333333333vw;
  }
}
@media screen and (min-width:897px) and (max-width: 1024px) {
  .h2-title {
    font-size: 5.859375vw;
    padding: 80px 0;
  }
}
@media screen and (min-width:481px) and (max-width: 896px) {
  .h2-title {
    font-size: 5.5803571429vw;
    padding: 60px 0;
  }
}
@media screen and (max-width:480px) {
  .h2-title {
    font-size: 8.3333333333vw;
    padding: 40px 0;
  }
}

h3 {
  font-size: 1.8rem;
  line-height: 3.2rem;
}
@media screen and (min-width:897px) and (max-width: 1024px) {
  h3 {
    font-size: 1.7578125vw;
    line-height: 3rem;
  }
}
@media screen and (min-width:481px) and (max-width: 896px) {
  h3 {
    font-size: 2.0089285714vw;
    line-height: 2.5rem;
  }
}
@media screen and (max-width:480px) {
  h3 {
    font-size: 3.75vw;
    line-height: 2.2rem;
  }
}

.goods-cat-title {
  text-align: center;
  margin: 10rem 0;
}
.goods-cat-title:first-of-type {
  margin-top: 0;
}
.goods-cat-title span {
  text-align: center;
  background-color: #3B3439;
  display: inline-block;
  padding: 15px 30px;
  color: #3B3439;
  text-shadow: 1px 1px 0 #fff, -1px -1px 0 #fff, -1px 1px 0 #fff, 1px -1px 0 #fff, 0px 1px 0 #fff, -1px 0 #fff, -1px 0 0 #fff, 1px 0 0 #fff;
  border-radius: 2px;
}
@media screen and (max-width:480px) {
  .goods-cat-title:first-of-type {
    margin-top: 0;
  }
  .goods-cat-title span {
    text-shadow: none;
    color: #fff;
  }
}
@media screen and (min-width:897px) and (max-width: 1024px) {
  .goods-cat-title {
    margin: 5rem 0;
  }
}
@media screen and (min-width:481px) and (max-width: 896px) {
  .goods-cat-title {
    margin: 4rem 0;
  }
}
@media screen and (max-width:480px) {
  .goods-cat-title {
    margin: 3rem 0;
  }
}

.article-title {
  font-size: 3rem;
  line-height: 4rem;
  padding: 3rem 0;
  margin-bottom: 6rem;
  border-bottom: 1px solid #94848F;
}
@media screen and (min-width:897px) and (max-width: 1024px) {
  .article-title {
    font-size: 2.9296875vw;
    line-height: 4rem;
    padding: 2rem 0;
    margin-bottom: 4rem;
  }
}
@media screen and (min-width:481px) and (max-width: 896px) {
  .article-title {
    font-size: 2.7901785714vw;
    line-height: 3.5rem;
    padding: 1.5rem 0;
    margin-bottom: 3rem;
  }
}
@media screen and (max-width:480px) {
  .article-title {
    font-size: 4.1666666667vw;
    line-height: 3rem;
    padding: 1rem 0;
    margin-bottom: 2rem;
  }
}

.article-title-type02 {
  color: #BF70A5;
  border-left: 10px solid #BF70A5;
  padding-left: 15px;
}
@media screen and (max-width:480px) {
  .article-title-type02 {
    border-left: 5px solid #BF70A5;
    padding-left: 10px;
  }
}

.article-title-h4 {
  font-weight: 700;
  background-color: #3B3439;
  display: inline-block;
  padding: 5px 10px;
  margin-bottom: 15px;
  color: #fff;
  border-radius: 2px;
  font-size: 1.8rem;
}
@media screen and (min-width:897px) and (max-width: 1024px) {
  .article-title-h4 {
    font-size: 1.66015625vw;
  }
}
@media screen and (min-width:481px) and (max-width: 896px) {
  .article-title-h4 {
    font-size: 1.7857142857vw;
  }
}
@media screen and (max-width:480px) {
  .article-title-h4 {
    font-size: 3.125vw;
  }
}

#under {
  /* NEWS + SCHEDULE + GOODS 詳細ページ */
}
#under .h2-title {
  padding: 140px 0 125px;
}
@media screen and (min-width:897px) and (max-width: 1024px) {
  #under .h2-title {
    padding: 112.5px 0 100px;
  }
}
@media screen and (min-width:481px) and (max-width: 896px) {
  #under .h2-title {
    padding: 90px 0 80px;
  }
}
@media screen and (max-width:480px) {
  #under .h2-title {
    padding: 67.5px 0 60px;
  }
}
#under .article .h2-title, #under .article-goods .h2-title {
  padding: 75px 0 60px;
  font-size: 5rem;
}
@media screen and (min-width:897px) and (max-width: 1024px) {
  #under .article .h2-title, #under .article-goods .h2-title {
    font-size: 3.90625vw;
    padding: 112.5px 0 50px;
  }
}
@media screen and (min-width:481px) and (max-width: 896px) {
  #under .article .h2-title, #under .article-goods .h2-title {
    font-size: 3.3482142857vw;
    padding: 50px 0 40px;
  }
}
@media screen and (max-width:480px) {
  #under .article .h2-title, #under .article-goods .h2-title {
    font-size: 4.1666666667vw;
    padding: 37.5px 0 30px;
  }
}

/* LOADING */
#loading {
  position: fixed;
  width: 100vw;
  height: 100vh;
  transition: all 1s;
  background-color: #fff;
  top: 0;
  left: 0;
  z-index: 9999;
}
#loading .loading-logo {
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}
#loading .loading-chara {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 500px;
}
@media screen and (max-width: 1024px) {
  #loading .loading-chara {
    width: 250px;
  }
}

.loaded {
  opacity: 0;
  visibility: hidden;
}

/*HUM MENU*/
@media screen and (max-width: 1024px) {
  header .hum-menu {
    text-align: center;
    position: fixed;
    top: -60px;
    right: 20px;
    z-index: 9998;
  }
  header .hum-menu .menu-link {
    color: #3B3439;
    display: inline-block;
    font-size: 1.125rem;
    text-transform: uppercase;
    font-weight: 700;
    position: relative;
    left: 50%;
    word-break: keep-all;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
}
@media screen and (max-width: 1024px) and (min-width:481px) and (max-width: 1024px) {
  header .hum-menu .menu-link {
    margin: 100px 15px 0 -20px;
  }
}
@media screen and (max-width: 1024px) and (max-width:480px) {
  header .hum-menu .menu-link {
    margin: 94px 0 0 -20px;
  }
}
@media screen and (max-width: 1024px) {
  header .hum-menu .menu-link:before {
    content: "";
    background: #3B3439;
    height: 4px;
    width: 100%;
    position: absolute;
    top: -10px;
    left: 50%;
    margin: 0 0 0 -20px;
    display: block;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
}
@media screen and (max-width: 1024px) {
  header .hum-menu .menu-link:after {
    content: "";
    background: #3B3439;
    height: 4px;
    width: 100%;
    position: absolute;
    top: -20px;
    left: 50%;
    margin: 0 0 0 -20px;
    display: block;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
}
@media screen and (max-width: 1024px) {
  header .hum-menu .menu-link.close:before {
    transform: rotate(45deg);
    top: -15px;
    width: 25px;
    margin: 0 0 0 -13px;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  header .hum-menu .menu-link.close:after {
    transform: rotate(-45deg);
    top: -15px;
    width: 25px;
    margin: 0 0 0 -13px;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
}
@media screen and (max-width: 1024px) {
  header .fix {
    background: #BF70A5;
    color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    display: flex;
    visibility: hidden;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: opacity 0.5s ease, visibility 0.6s ease;
  }
  header .fix .logo {
    align-items: center;
    display: flex;
    margin: auto;
    height: 30vh;
    max-width: 362px;
    width: 80%;
  }
  header .fix nav {
    margin: auto;
    width: auto;
    width: initial;
    height: 40vh;
  }
  header .fix nav .nav-menu {
    text-align: center;
  }
  header .fix .sns {
    margin: auto;
    width: 70%;
    height: 30vh;
  }
  header .fix .sns .sns-menu {
    display: flex;
    margin: auto;
  }
  header .fix .sns .sns-list {
    margin: 7px;
  }
  header .fix .sns .sns-list img {
    max-width: 50px;
  }
}
@media screen and (max-width: 1024px) {
  .open .fix {
    visibility: visible;
    opacity: 1;
  }
  .open .language {
    z-index: 9997;
  }
}
/*SCROLL*/
@media screen and (max-width:480px) {
  /*category*/
  .scroll-cat {
    display: inline-block;
    width: 100%;
    padding: 1.5em 0 1.5em 1.5em;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .scroll-cat .scroll-cat-inner {
    position: relative;
    width: 200%;
  }
  .scroll-cat .scroll-cat-inner::after {
    position: absolute;
    top: 0;
    left: 100%;
    width: 1.5em;
    height: 1px;
    content: "";
  }
}
.scroll {
  overflow-x: auto;
  white-space: nowrap;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 3px;
}
.scroll .scroll-inner {
  display: inline-block;
  vertical-align: text-top;
  padding: 0 15px;
}
.scroll::-webkit-scrollbar {
  height: 10px;
}
.scroll::-webkit-scrollbar-track {
  background: #fff;
  border: none;
  border-radius: 10px;
  box-shadow: inset 0 0 2px rgba(191, 112, 165, 0.2);
}
.scroll::-webkit-scrollbar-thumb {
  background: #BF70A5;
  border-radius: 10px;
  box-shadow: none;
}

/*other*/
.link {
  color: #BF70A5;
}
.link:hover {
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  border-bottom: 1px solid #94848F;
}

.btn-normal {
  font-family: "Trebuchet MS", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", serif;
  font-weight: 700;
  font-style: normal;
  color: #3B3439;
  font-size: 1.6rem;
  font-display: swap;
  background-color: #BF70A5;
  color: #fff;
  display: block;
  text-align: center;
  width: 120px;
  margin: 15px 0;
  padding: 13px 18px;
  border-radius: 5px;
  border: solid 2px #BF70A5;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media screen and (min-width:897px) and (max-width: 1024px) {
  .btn-normal {
    font-size: 1.5625vw;
  }
}
@media screen and (min-width:481px) and (max-width: 896px) {
  .btn-normal {
    font-size: 1.7857142857vw;
  }
}
@media screen and (max-width:480px) {
  .btn-normal {
    font-size: 3.3333333333vw;
  }
}
.btn-normal:hover {
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  color: #BF70A5;
  background-color: #fff;
}

.btn-more {
  width: fit-content;
  display: block;
  margin: 20px auto 50px;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .btn-more {
    position: static;
    margin: auto;
  }
}
@media screen and (min-width:897px) and (max-width: 1024px) {
  .btn-more {
    width: 5vw;
    padding: 100px 0;
  }
}
@media screen and (min-width:481px) and (max-width: 896px) {
  .btn-more {
    padding: 50px 0;
    width: 7.5vw;
  }
}
@media screen and (max-width:480px) {
  .btn-more {
    padding: 25px 0;
    width: 10vw;
  }
}

.category-tag {
  font-family: "Trebuchet MS", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", serif;
  font-weight: 700;
  font-style: normal;
  color: #3B3439;
  font-size: 1.6rem;
  font-display: swap;
  background-color: #BF70A5;
  color: #fff;
  min-width: 100px;
  padding: 15px 0;
  text-align: center;
  font-size: 1.4rem;
  letter-spacing: -0.01rem;
  word-break: keep-all;
  line-height: 1;
}
.category-tag a {
  color: #fff;
}
@media screen and (min-width:897px) and (max-width: 1024px) {
  .category-tag {
    font-size: 1.5625vw;
  }
}
@media screen and (min-width:481px) and (max-width: 896px) {
  .category-tag {
    font-size: 1.7857142857vw;
  }
}
@media screen and (max-width:480px) {
  .category-tag {
    font-size: 3.3333333333vw;
  }
}
@media screen and (min-width:897px) and (max-width: 1024px) {
  .category-tag {
    min-width: 80px;
    padding: 12px;
    font-size: 1.3671875vw;
  }
}
@media screen and (min-width:481px) and (max-width: 896px) {
  .category-tag {
    font-size: 1.5625vw;
    min-width: 60px;
    padding: 10px;
  }
}
@media screen and (max-width:480px) {
  .category-tag {
    font-size: 2.9166666667vw;
    min-width: 60px;
    padding: 8px;
  }
}

.word-balloon {
  position: relative;
  display: inline-block;
  margin: 0 0 1.5em 15px;
  padding: 7px 10px;
  min-width: 120px;
  max-width: 100%;
  color: #555;
  font-size: 16px;
  background: #efdbe8;
  border: solid 3px #BF70A5;
  box-sizing: border-box;
}
.word-balloon:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -24px;
  margin-top: -12px;
  border: 12px solid transparent;
  border-right: 12px solid #ECD4E4;
  z-index: 2;
}
.word-balloon:after {
  content: "";
  position: absolute;
  top: 50%;
  left: -30px;
  margin-top: -14px;
  border: 14px solid transparent;
  border-right: 14px solid #BF70A5;
  z-index: 1;
}
.word-balloon p {
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 1024px) {
  .word-balloon {
    margin: 0;
  }
  .word-balloon:before {
    margin-top: -21px;
    border: 50px solid transparent;
    top: -8px;
    left: 50%;
    margin-top: none;
    margin-left: -40px;
    border-right: none;
    transform: rotate(225deg);
    border-bottom: 50px solid #ECD4E4;
  }
  .word-balloon:after {
    top: 16px;
    left: 50%;
    margin-top: -50px;
    border: 50px solid transparent;
    margin-left: -40px;
    border-right: none;
    transform: rotate(225deg);
    border-bottom: 50px solid #BF70A5;
  }
}

time {
  padding: 7px 0;
  font-family: "Trebuchet MS", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", serif;
  font-weight: 700;
  font-style: normal;
  color: #3B3439;
  font-size: 1.6rem;
  font-display: swap;
}
@media screen and (min-width:897px) and (max-width: 1024px) {
  time {
    font-size: 1.5625vw;
  }
}
@media screen and (min-width:481px) and (max-width: 896px) {
  time {
    font-size: 1.7857142857vw;
  }
}
@media screen and (max-width:480px) {
  time {
    font-size: 3.3333333333vw;
  }
}
@media screen and (min-width:897px) and (max-width: 1024px) {
  time {
    padding: 6px 0;
  }
}
@media screen and (min-width:481px) and (max-width: 896px) {
  time {
    padding: 5px 0;
  }
}
@media screen and (max-width:480px) {
  time {
    padding: 4px 0;
  }
}

.pager {
  display: flex;
  justify-content: center;
}
.pager li {
  font-family: "Trebuchet MS", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", serif;
  font-weight: 700;
  font-style: normal;
  color: #3B3439;
  font-size: 1.6rem;
  font-display: swap;
  padding: 10px;
}
@media screen and (min-width:897px) and (max-width: 1024px) {
  .pager li {
    font-size: 1.5625vw;
  }
}
@media screen and (min-width:481px) and (max-width: 896px) {
  .pager li {
    font-size: 1.7857142857vw;
  }
}
@media screen and (max-width:480px) {
  .pager li {
    font-size: 3.3333333333vw;
  }
}
.pager .current {
  border-radius: 3px;
  color: #fff;
  background-color: #BF70A5;
}

.list {
  padding-left: 2rem;
}
.list li {
  list-style: initial;
}

.bold {
  font-weight: 700;
}

.tac {
  text-align: center;
}

.tar {
  text-align: right;
}

.theme-color {
  color: #BF70A5;
}

.tab a {
  pointer-events: none;
}
.tab .active {
  border: 2px solid #BF70A5;
  color: #BF70A5;
  background-color: #fff;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.tab .active a {
  color: #BF70A5;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.tab .bg-highlight-color1 {
  color: #fff;
  background-color: #707BBF;
}
.tab .bg-highlight-color1.active {
  border: 2px solid #707BBF;
  color: #707BBF;
  background-color: #fff;
}
.tab .bg-highlight-color1.active a {
  color: #707BBF;
}
.tab .bg-highlight-color2 {
  color: #fff;
  background-color: #70BF9D;
}
.tab .bg-highlight-color2.active {
  border: 2px solid #70BF9D;
  color: #70BF9D;
  background-color: #fff;
}
.tab .bg-highlight-color2.active a {
  color: #70BF9D;
}

.bg-highlight-color1 {
  background-color: #707BBF;
}

.bg-highlight-color2 {
  background-color: #70BF9D;
}

.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

.gototop {
  width: 180px;
  position: absolute;
  right: 0;
  left: 45px;
  bottom: 110px;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.gototop a {
  opacity: 1;
}
.gototop:hover {
  opacity: 1;
}
@media screen and (max-width: 1024px) {
  .gototop {
    width: 100px;
    left: 8px;
    bottom: 120px;
  }
}
@media screen and (max-height: 700px) {
  .gototop {
    width: 80px;
    left: 8px;
    bottom: 100px;
  }
}

.comingsoon {
  font-family: "Trebuchet MS", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", serif;
  font-weight: 700;
  font-style: normal;
  color: #3B3439;
  font-size: 1.6rem;
  font-display: swap;
  font-size: 7rem;
}
@media screen and (min-width:897px) and (max-width: 1024px) {
  .comingsoon {
    font-size: 1.5625vw;
  }
}
@media screen and (min-width:481px) and (max-width: 896px) {
  .comingsoon {
    font-size: 1.7857142857vw;
  }
}
@media screen and (max-width:480px) {
  .comingsoon {
    font-size: 3.3333333333vw;
  }
}
@media screen and (min-width:897px) and (max-width: 1024px) {
  .comingsoon {
    font-size: 5.859375vw;
  }
}
@media screen and (min-width:481px) and (max-width: 896px) {
  .comingsoon {
    font-size: 5.5803571429vw;
  }
}
@media screen and (max-width:480px) {
  .comingsoon {
    font-size: 4.1666666667vw;
  }
}

.centered {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
}

.scrollWrap {
  position: absolute;
  left: 0;
  bottom: 50px;
  height: 200px;
}
.scrollWrap .scrollInner p {
  font-family: "Trebuchet MS", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", serif;
  font-weight: 700;
  font-style: normal;
  color: #3B3439;
  font-size: 1.6rem;
  font-display: swap;
  font-size: 2.5rem;
  text-align: end;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
@media screen and (min-width:897px) and (max-width: 1024px) {
  .scrollWrap .scrollInner p {
    font-size: 1.5625vw;
  }
}
@media screen and (min-width:481px) and (max-width: 896px) {
  .scrollWrap .scrollInner p {
    font-size: 1.7857142857vw;
  }
}
@media screen and (max-width:480px) {
  .scrollWrap .scrollInner p {
    font-size: 3.3333333333vw;
  }
}
.scrollWrap .scroll {
  width: 5px;
  height: 100px;
  margin: 50px auto 0;
  background-color: #eee;
  position: relative;
  overflow: hidden;
}
.scrollWrap .scroll::before {
  content: "";
  width: 5px;
  height: 100px;
  margin: 50px auto 0;
  background-color: #3B3439;
  position: absolute;
  top: -150px;
  left: 0;
  -webkit-animation: arrow 2.5s ease 0s infinite normal;
  animation: arrow 2.5s ease 0s infinite normal;
}
@keyframes arrow {
  0% {
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
  }
  60% {
    -webkit-transform: translate3d(-50%, 100px, 0);
    transform: translate3d(-50%, 100px, 0);
  }
  100% {
    -webkit-transform: translate3d(-50%, 100px, 0);
    transform: translate3d(-50%, 100px, 0);
  }
}
@media screen and (max-width:480px) {
  .scrollWrap {
    bottom: 0;
  }
  .scrollWrap .scroll {
    margin: 25px auto 0;
  }
}

.tape::before, .tape::after {
  content: "";
  position: absolute;
  background-image: url(../img/tape.png);
  background-repeat: no-repeat;
  background-size: 26px;
  z-index: -1;
  width: 35px;
  height: 100px;
}
.tape:nth-child(even)::before, .tape:nth-child(even)::after {
  background-image: url(../img/tape02.png);
}
.tape::before {
  top: -35px;
  right: -32px;
  transform: rotate(-45deg);
  opacity: 0.85;
}
.tape::after {
  top: -27px;
  left: -29px;
  transform: rotate(45deg);
  opacity: 0.8;
}
@media screen and (max-width: 896px) {
  .tape::before, .tape::after {
    background-size: 15px;
  }
  .tape::before {
    top: -30px;
    right: -47px;
  }
  .tape::after {
    top: -17px;
    left: -32px;
  }
}

.border::before, .border::after {
  position: absolute;
  content: "";
  display: block;
  background-color: #BF70A5;
  overflow: hidden;
  transition: 0.5s;
  z-index: 1;
}
.border::before {
  width: 0px;
  height: 1px;
  bottom: -30px;
  left: -29px;
  transform: translate3d(0, 100%, 0);
}
.border::after {
  height: 0px;
  width: 1px;
  left: -30px;
  bottom: -30px;
  transform: translate3d(100%, 0, 0);
}
.border:hover::before {
  width: 100%;
}
.border:hover::after {
  height: 100%;
}
@media screen and (max-width: 1024px) {
  .border::before, .border::after {
    content: none;
  }
}

.new-icon {
  position: absolute;
  width: 130px;
  top: -50px;
  left: -55px;
  z-index: 10;
}
.new-icon:hover {
  opacity: 1;
}
@media screen and (min-width:897px) and (max-width: 1024px) {
  .new-icon {
    width: 80px;
    top: -30px;
    left: -35px;
  }
}
@media screen and (min-width:481px) and (max-width: 896px) {
  .new-icon {
    width: 70px;
    top: -25px;
    left: -25px;
  }
}
@media screen and (max-width:480px) {
  .new-icon {
    width: 70px;
    margin: auto;
    top: -25px;
    left: 0;
    right: 0;
    transform: rotate(30deg);
  }
}

.bg-check {
  width: 100%;
  background: linear-gradient(90deg, rgba(191, 112, 165, 0.4) 50%, transparent 50%), linear-gradient(rgba(191, 112, 165, 0.4) 50%, transparent 50%);
  background-color: #fff;
  background-size: 61px 59px;
  background-attachment: fixed;
}

.dot {
  background-image: radial-gradient(rgba(153, 153, 153, 0.18) 5%, transparent 9%), radial-gradient(rgba(153, 153, 153, 0.18) 5%, transparent 9%);
  background-position: 0 0, 9px 9px;
  background-size: 18px 18px;
}
.hidden {
  overflow: hidden;
}

/* 画面枠 */
.frame:before,
.frame:after,
body:before,
body:after {
  content: "";
  background: #BF70A5;
  position: fixed;
  display: block;
  z-index: 9998;
}

.frame:before { /* 上 */
  height: 15px;
  left: 0;
  right: 0;
  top: 0;
}
@media screen and (min-width:897px) and (max-width: 1024px) {
  .frame:before {
    height: 12.5px;
  }
}
@media screen and (min-width:481px) and (max-width: 896px) {
  .frame:before {
    height: 10px;
  }
}
@media screen and (max-width:480px) {
  .frame:before {
    height: 7.5px;
  }
}

.frame:after { /* 右 */
  width: 15px;
  top: 0;
  right: 0;
  bottom: 0;
}
@media screen and (min-width:897px) and (max-width: 1024px) {
  .frame:after {
    width: 12.5px;
  }
}
@media screen and (min-width:481px) and (max-width: 896px) {
  .frame:after {
    width: 10px;
  }
}
@media screen and (max-width:480px) {
  .frame:after {
    width: 7.5px;
  }
}

body:before { /* 下 */
  height: 15px;
  right: 0;
  bottom: 0;
  left: 0;
}
@media screen and (min-width:897px) and (max-width: 1024px) {
  body:before {
    height: 12.5px;
  }
}
@media screen and (min-width:481px) and (max-width: 896px) {
  body:before {
    height: 10px;
  }
}
@media screen and (max-width:480px) {
  body:before {
    height: 7.5px;
  }
}

body:after { /* 左 */
  width: 15px;
  top: 0;
  bottom: 0;
  left: 0;
}
@media screen and (min-width:897px) and (max-width: 1024px) {
  body:after {
    width: 12.5px;
  }
}
@media screen and (min-width:481px) and (max-width: 896px) {
  body:after {
    width: 10px;
  }
}
@media screen and (max-width:480px) {
  body:after {
    width: 7.5px;
  }
}

article {
  position: relative;
}

.share-btn {
  position: absolute;
  top: 0;
  left: -100px;
  width: 60px;
  height: 100%;
  z-index: 1;
  filter: drop-shadow(-5px 7px 6px rgba(0, 0, 0, 0.08));
}
.share-btn__wrap {
  top: 11rem;
  position: sticky;
  padding: 1.5rem 0;
  border: 0.5px solid rgba(191, 112, 165, 0.5);
  background-color: rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(1px);
  border-radius: 30px;
}
.share-btn__title {
  font-weight: 400;
  font-size: 1.2rem;
  color: rgba(0, 0, 0, 0.4);
  margin: auto;
  text-align: center;
  /*@include mq(tab) {@include fz_vw_1024(25);}
  @include mq(sp-side) {@include fz_vw_896(27);}
   @include mq(sp) {@include fz_vw_480(27);}*/
}
.share-btn__item {
  transition: 0.5s;
  padding: 1.25rem 1.25rem 0;
  text-align: center;
}
.share-btn__item img {
  width: 3.5rem;
  filter: drop-shadow(0 0 2px rgba(0, 0, 0, 0.15));
}
.share-btn__item:first-child {
  padding-top: 0.5rem;
}
.share-btn__item:hover {
  transform: scale(0.9);
  filter: drop-shadow(0 0 2px rgba(0, 0, 0, 0));
}
@media screen and (max-width: 1024px) {
  .share-btn {
    width: 100%;
    height: auto;
    top: auto;
    bottom: -90px;
    left: 0;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-flow: column;
  }
  .share-btn__wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 1.25rem;
  }
  .share-btn__title {
    writing-mode: initial;
    margin: initial;
    padding: 0.75rem;
  }
  .share-btn__inner {
    display: flex;
  }
  .share-btn__item {
    padding: 0.75rem;
  }
  .share-btn__item img {
    width: 3rem;
  }
  .share-btn__item:first-child {
    padding-top: 0.75rem;
  }
}

#slick-banner .slick-current, #slick-movie .slick-current {
  cursor: pointer;
}
#slick-banner .slick-list, #slick-movie .slick-list {
  overflow: visible;
}
#slick-banner .slick-slide:not(.slick-center), #slick-movie .slick-slide:not(.slick-center) {
  -webkit-filter: opacity(50%);
  -moz-filter: opacity(50%);
  -o-filter: opacity(50%);
  -ms-filter: opacity(50%);
  filter: opacity(50%);
  transition: 0.2s linear;
}
@media screen and (max-width: 1024px) {
  #slick-banner .slide-dots, #slick-movie .slide-dots {
    margin-left: -30px;
  }
}

#slick-banner img {
  width: 100%;
  margin: auto;
  height: auto;
  max-width: 630px;
}

#slick-movie .slick-slide {
  margin-right: 2vw !important;
  margin-left: 2vw !important;
}

/*slick setting*/
.slide-dots {
  text-align: center;
}
.slide-dots li {
  display: inline-block;
  margin: 0 15px;
}
.slide-dots li button {
  position: relative;
  text-indent: -9999px;
}
.slide-dots li button:before {
  content: "・";
  color: #BF70A5;
  font-size: 5rem;
  line-height: 0.5;
  text-indent: 0px;
  position: absolute;
  top: 0;
  left: 0;
}
.slide-dots li.slick-active button:before {
  content: "・";
  opacity: 0.6;
}

.slide-arrow {
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  width: 25px;
  z-index: 10;
}
.slide-arrow.next-arrow {
  right: 0.85vw;
}
.slide-arrow.prev-arrow {
  left: 0.85vw;
}
@media screen and (min-width:897px) and (max-width: 1024px) {
  .slide-arrow {
    width: 20px;
  }
  .slide-arrow.next-arrow {
    right: 1.75vw;
  }
  .slide-arrow.prev-arrow {
    left: 1.75vw;
  }
}
@media screen and (min-width:481px) and (max-width: 896px) {
  .slide-arrow {
    width: 15px;
  }
  .slide-arrow.next-arrow {
    right: 2vw;
  }
  .slide-arrow.prev-arrow {
    left: 2vw;
  }
}
@media screen and (max-width:480px) {
  .slide-arrow {
    width: 10px;
  }
  .slide-arrow.next-arrow {
    right: 0;
  }
  .slide-arrow.prev-arrow {
    left: 0;
  }
}

#thumbnail-list {
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}
#thumbnail-list .thumbnail-item {
  width: 23.5%;
  margin: 1.6% 2% 0 0;
  box-sizing: border-box;
  position: relative;
}
#thumbnail-list .thumbnail-item:last-child {
  margin-right: 0;
}
#thumbnail-list .thumbnail-item:after {
  content: "";
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  transition: 0.3s opacity linear;
}
#thumbnail-list .thumbnail-item.thumbnail-current:after {
  opacity: 0;
}

.item-title {
  text-align: center;
  color: #fff;
  font-weight: 900;
  font-size: 1.6rem;
}
@media screen and (min-width:897px) and (max-width: 1024px) {
  .item-title {
    font-size: 1.46484375vw;
  }
}
@media screen and (min-width:481px) and (max-width: 896px) {
  .item-title {
    font-size: 1.5625vw;
  }
}
@media screen and (max-width:480px) {
  .item-title {
    font-size: 2.7083333333vw;
  }
}

.js-modal-video {
  position: relative;
}
.js-modal-video .play-icon::before {
  position: absolute;
  content: "";
  display: block;
  width: 27px;
  height: 27px;
  margin: auto;
  top: 0;
  bottom: 0;
  right: -6px;
  left: 0;
  border-style: solid;
  border-width: 14px 0 14px 27px;
  border-color: transparent transparent transparent #fff;
  z-index: 2;
}
.js-modal-video .play-icon::after {
  position: absolute;
  content: "";
  margin: auto;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  cursor: pointer;
  display: block;
  width: 70px;
  height: 70px;
  border-radius: 42.5px;
  background-color: rgba(0, 0, 0, 0.5);
  filter: drop-shadow(0 0 15px #000);
  box-shadow: 0 0 15px #000;
  border: 5px solid #fff;
  z-index: 1;
}
.js-modal-video .thumbg {
  position: relative;
  overflow: hidden;
  height: 0;
  padding-top: 56.25%;
  cursor: pointer;
}
.js-modal-video .thumbg div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -1;
}
@media screen and (max-width: 1024px) {
  .js-modal-video .play-icon::before {
    width: 18px;
    height: 14px;
    border-width: 7px 0 7px 14px;
  }
  .js-modal-video .play-icon::after {
    border: 2px solid #fff;
    width: 40px;
    height: 40px;
  }
}/*# sourceMappingURL=style.css.map */