@charset "UTF-8";
/*----------------------------------------
vw（Viewport Width)
-----------------------------------------*/
/*commmon
---------------------------------------*/
.clearfix:after {
  clear: both;
  content: ".";
  display: block;
  font-size: 0;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}

.dis_pc {
  display: block;
}

.dis_sp {
  display: none;
}

@media only screen and (max-width: 900px) {
  body{
    margin: 0;
  }

  .dis_sp {
    display: block;
  }
  .dis_pc {
    display: none;
  }
}
/*大枠
---------------------------------------*/
#loader {
  width: 48px;
  height: 48px;
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -50px;
  margin-left: -50px;
  z-index: 30;
}

#fade {
  width: 100%;
  height: 100%;
  display: none;
  background-color: #FFFFFF;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 25;
}

header {
  min-width: inherit;
  height: 5vw !important;
}
@media only screen and (max-width: 900px) {
  header {
    height: 14vw !important;
  }
}
header .logo {
  width: 13vw;
}
@media only screen and (max-width: 900px) {
  header .logo {
    width: 38.8vw;
  }
}

.header-container, footer {
  overflow: hidden;
}

#content {
  margin: 0;
  padding: 0;
}


#header_nav {
  position: relative;
  background: #fff;
  z-index: 1;
}

#content:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: url(../../images/pc/bg.jpg) repeat-y;
  background-size: cover;
  z-index: -10;
}

#content #special {
  background-position: center top;
  background-repeat: no-repeat;
  position: relative;
}

#content #special .mobile{
  font-weight: 500;
  font-family: "Zen Maru Gothic", sans-serif;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

@media only screen and (max-width: 900px) {
  #content #special .mobile{
    overflow-x: hidden;
  }
}

#content #special ._kavoon{
  font-family: "Kavoon", serif;
  font-weight: 400;
  font-style: normal;
}

#content section{
  position: relative;
  z-index: 1;
}

#content section a{
  text-decoration: none;
}

#content #special ul{
  padding: 0;
}

.img-box img {
  width: 100%;
}

.sp_hum {
  display: none;
  width: 100%;
  height: auto;
  position: sticky;
  bottom: 8vw;
  left: 0;
  padding: 3.4%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 10000;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
@media only screen and (max-width: 900px) {
  .sp_hum {
    display: block;
  }
}
.sp_hum._on {
  opacity: 1;
  visibility: visible;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.sp_hum .header_inr {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  margin: 0 auto;
}
.sp_hum .header_inr-right {
  margin-left: auto;
}
.sp_hum .header_inr-right .ham {
  width: 9.5555555556vw;
  height: 9.5555555556vw;
  position: relative;
  margin-left: auto;
  background: url(../../images/20231201/20231201_hum-bg_eW9byviQ.png) no-repeat;
  background-size: contain;
  cursor: pointer;
}
.sp_hum .header_inr-right .ham span {
  display: block;
  width: 4.4444444444vw;
  height: 2px;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%) scaleY(0.5);
          transform: translateX(-50%) translateY(-50%) scaleY(0.5);
  background: #fff;
  opacity: 1;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
.sp_hum .header_inr-right .ham span:nth-of-type(1) {
  top: 35%;
}
.sp_hum .header_inr-right .ham span:nth-of-type(2) {
  top: 50%;
}
.sp_hum .header_inr-right .ham span:nth-of-type(3) {
  top: 65%;
}
.sp_hum .header_inr-right .ham.close {
  background: url(../../images/20231201/20231201_hum-bg-close_eW9byviQ.png) no-repeat;
  background-size: contain;
  z-index: 10010;
}
.sp_hum .header_inr-right .ham.close span {
  opacity: 1;
  background: #a68456;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.sp_hum .header_inr-right .ham.close span:nth-of-type(1) {
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
          transform: translateX(-50%) translateY(-50%) rotate(45deg);
}
.sp_hum .header_inr-right .ham.close span:nth-of-type(2) {
  opacity: 0;
  -webkit-transform: translateX(-50%) translateY(-50%) translateX(50%);
          transform: translateX(-50%) translateY(-50%) translateX(50%);
}
.sp_hum .header_inr-right .ham.close span:nth-of-type(3) {
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
          transform: translateX(-50%) translateY(-50%) rotate(-45deg);
}
.sp_hum .header_inr-right .menu {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 900px) {
  .sp_hum .header_inr-right .menu {
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    z-index: -10000;
  }
}
.sp_hum .header_inr-right .menu .overlay {
  display: none;
}
@media only screen and (max-width: 900px) {
  .sp_hum .header_inr-right .menu .overlay {
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
    background: #a68456;
    z-index: 10001;
  }
}
.sp_hum .header_inr-right .menu ul {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 900px) {
  .sp_hum .header_inr-right .menu ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
            transform: translateY(-50%) translateX(-50%);
    text-align: center;
    z-index: 10010;
  }
}
.sp_hum .header_inr-right .menu ul li {
  position: relative;
  height: 4.4444444444vw;
  margin: 7.7777777778vw 0;
}
@media only screen and (max-width: 900px) {
  .sp_hum .header_inr-right .menu ul li {
    padding: 0;
  }
}
.sp_hum .header_inr-right .menu ul li:not(:last-of-type):after {
  content: "";
  display: block;
  width: 58.8888888889vw;
  height: 4.4444444444vw;
  margin: 6.1111111111vw auto;
  background: url(../../images/20231201/20231201_menu-line-sp_eW9byviQ.png) no-repeat;
  background-size: contain;
}
.sp_hum .header_inr-right .menu ul li:last-of-type {
  padding-right: 0;
}
.sp_hum .header_inr-right .menu ul li a {
  width: 100%;
  height: 100%;
  position: relative;
  font-size: 13px;
  font-weight: bold;
  color: #000;
}
@media only screen and (max-width: 900px) {
  .sp_hum .header_inr-right .menu ul li a {
    color: #fff;
  }
}
.sp_hum .header_inr-right .menu ul li a.select {
  border-bottom: 1px solid #000;
}
.sp_hum .header_inr-right .menu ul li a img {
  width: auto !important;
  height: 100%;
}
@media only screen and (max-width: 900px) {
  .sp_hum .header_inr-right .menu.open {
    display: block;
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
    visibility: visible;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    z-index: 10000;
  }
}

#content #special .mobile {
  width: 100%;
  position: relative;
}
#content #special .mobile ._nolink {
  cursor: default;
}
#content #special .mobile section img {
  width: 100%;
}
#content #special .mobile section._lineup .swiper{
  background: #FFB1C3;
  padding: 9.86111111111111vw 0 10vw;
  position: relative;
  margin-bottom: 2.7777777777777777vw;
}
#content #special .mobile section._lineup .swiper:before{
  content: "";
  background: #fff url(../../images/pc/lineup-top.png)no-repeat top left;
  background-size: 100%;
  width: 100%;
  height: 25vw;
  position: absolute;
  top: 0;
  left: 0;
}
#content #special .mobile section._lineup .swiper:after{
  content: "";
  background: #fff url(../../images/pc/lineup-btm.png)no-repeat top left;
  background-size: 100%;
  width: 100%;
  height: 22.5vw;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media only screen and (max-width: 900px) {
  #content #special .mobile section._lineup .swiper{
    padding: 25vw 0 30vw;
    margin-bottom: 12vw;
  }
  
  #content #special .mobile section._lineup .swiper:before{
    height: 85vw;
  }

  #content #special .mobile section._lineup .swiper:after{
    background-size: 100%;
    height: 58vw;
  }
}
#content #special .mobile section._info .swiper-slide {
  border-radius: 20px;
  overflow: hidden;
}

#content #special .mobile section._lineup .swiper-slide:nth-child(2),
#content #special .mobile section._lineup .swiper-slide:nth-child(5) {
  margin-right: 0 !important;
}

#content #special .mobile section._lineup .swiper-slide a, #content #special .mobile section._info .swiper-slide a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
#content #special .mobile section._lineup .swiper-slide .tag, #content #special .mobile section._info .swiper-slide .tag {
  display: inline-block;
  padding: 0.5vw;
  margin-top: 1vw;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 1.1vw;
  background: #ec6d81;
  color: #fff;
}
@media only screen and (max-width: 900px) {
  #content #special .mobile section._lineup .swiper-slide .tag, #content #special .mobile section._info .swiper-slide .tag {
    padding: 2.1111111111vw 2.2222222222vw 1.8888888889vw;
    margin-top: 3.8888888889vw;
    font-size: 2.8888888889vw;
  }
}
#content #special .mobile section._lineup .swiper-slide p, #content #special .mobile section._info .swiper-slide p {
  margin-top: 0.5vw;
  line-height: 1.75;
  font-size: 1.1vw;
}
@media only screen and (max-width: 900px) {
  #content #special .mobile section._lineup .swiper-slide p, #content #special .mobile section._info .swiper-slide p {
    margin-top: 2.2222222222vw;
    font-size: 2.6666666667vw;
  }
}
#content #special .mobile section._lineup .swiper-slide p:nth-of-type(2), #content #special .mobile section._info .swiper-slide p:nth-of-type(2) {
  height: 12vw;
  overflow: hidden;
  text-align: justify;
  word-wrap: break-word;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5; /* 任意の行数を指定 */
}
@media only screen and (max-width: 900px) {
  #content #special .mobile section._lineup .swiper-slide p:nth-of-type(2), #content #special .mobile section._info .swiper-slide p:nth-of-type(2) {
    height: 26vw;
  }
}
#content #special .mobile section._lineup .swiper-button-next,
#content #special .mobile section._lineup .swiper-rtl .swiper-button-prev {
  right: 0.3472222222222222vw;
}
#content #special .mobile section._info .swiper-button-next,
#content #special .mobile section._info .swiper-rtl .swiper-button-prev{
  right: 4vw;
}
#content #special .mobile section._lineup .swiper-button-next,
#content #special .mobile section._lineup .swiper-button-prev{
  top: 30%;
  transform: translateY(0);
}
@media only screen and (max-width: 900px) {
  #content #special .mobile section._lineup .swiper-button-next,
  #content #special .mobile section._lineup .swiper-rtl .swiper-button-prev {
    right: 1vw;
  }
  #content #special .mobile section._info .swiper-button-next,
  #content #special .mobile section._info .swiper-rtl .swiper-button-prev{
    right: 14vw;
  }
  #content #special .mobile section._lineup .swiper-button-next,
  #content #special .mobile section._lineup .swiper-button-prev{
    width: 10vw;
    height: 10vw;
  }
}
#content #special .mobile section._lineup .swiper-button-prev,
#content #special .mobile section._lineup .swiper-rtl .swiper-button-next {
  left: 0.3472222222222222vw;
}
#content #special .mobile section._info .swiper-button-prev,
#content #special .mobile section._info .swiper-rtl .swiper-button-next{
  left: 4vw;
}
@media only screen and (max-width: 900px) {
  #content #special .mobile section._lineup .swiper-button-prev,
  #content #special .mobile section._lineup .swiper-rtl .swiper-button-next {
    left: 1.2vw;
  }
  #content #special .mobile section._info .swiper-button-prev,
  #content #special .mobile section._info .swiper-rtl .swiper-button-next {
    left: 14vw;
  }
}
.swiper-pagination-bullets.swiper-pagination-horizontal{ width: auto; padding: 0 2.7777777777777777vw; }
#content #special .mobile section._lineup .swiper-pagination { position: relative; margin-top: 2%; }
#content #special .mobile section._lineup .swiper-pagination-bullets .swiper-pagination-bullet{ 
  position: relative;
  width: calc(50% - 0.7vw);
  height: 12.430555555555555vw;
  margin: 0 0 4vw;
  border-radius: 0;
  opacity: 1;
  transition: .3s;
}
#content #special .mobile section._lineup .swiper-pagination-bullets .swiper-pagination-bullet:hover{
  opacity: 0.6;
}
#content #special .mobile section._lineup .swiper-pagination-bullets .swiper-pagination-bullet:before{
  content: "つみちぇん";
  width: 100%;
  height: auto;
  font-weight: 900;
  font-size: 20px;
  line-height: 1;
  line-height: 29px;
  color: #757575;
  position: absolute;
  bottom: -2em;
  left: 50%;
  transform: translateX(-50%);
}
#content #special .mobile section._lineup .swiper-pagination-bullets .swiper-pagination-bullet:nth-child(1){
  background: url(../../images/pc/lineup-01.png)no-repeat top center;
  background-size: auto 100%;
}
#content #special .mobile section._lineup .swiper-pagination-bullets .swiper-pagination-bullet:nth-child(2){
  background: url(../../images/pc/lineup-12.png)no-repeat top center;
  background-size: auto 100%;
}
#content #special .mobile section._lineup .swiper-pagination-bullets .swiper-pagination-bullet:nth-child(2):before{
  content: "MEGA CAT \APROJECT";
  white-space: pre;
  bottom: -3em;
}
#content #special .mobile section._lineup .swiper-pagination-bullets .swiper-pagination-bullet:nth-child(3){
  background: url(../../images/pc/lineup-02.png)no-repeat top center;
  background-size: auto 100%;
}
#content #special .mobile section._lineup .swiper-pagination-bullets .swiper-pagination-bullet:nth-child(3):before{
  content: "解体パズルFANTASY";
}
@media only screen and (max-width: 1536px) {
  #content #special .mobile section._lineup .swiper-pagination-bullets .swiper-pagination-bullet:nth-child(1),
  #content #special .mobile section._lineup .swiper-pagination-bullets .swiper-pagination-bullet:nth-child(3){
    margin-bottom: 6vw;
  }
  #content #special .mobile section._lineup .swiper-pagination-bullets .swiper-pagination-bullet:nth-child(3):before{
    bottom: -3.2em;
  }
}
#content #special .mobile section._lineup .swiper-pagination-bullets .swiper-pagination-bullet:nth-child(4){
  background: url(../../images/pc/lineup-03.png)no-repeat top center;
  background-size: auto 100%;
}
#content #special .mobile section._lineup .swiper-pagination-bullets .swiper-pagination-bullet:nth-child(4):before{
  content: "ゆらコレ";
}
#content #special .mobile section._lineup .swiper-pagination-bullets .swiper-pagination-bullet:nth-child(5){
  background: url(../../images/pc/lineup-13.png)no-repeat top center;
  background-size: auto 100%;
}
#content #special .mobile section._lineup .swiper-pagination-bullets .swiper-pagination-bullet:nth-child(5):before{
  content: "ちょこりん\Aコレクション";
  white-space: pre;
  bottom: -3em;
}
#content #special .mobile section._lineup .swiper-pagination-bullets .swiper-pagination-bullet:nth-child(6){
  background: url(../../images/pc/lineup-04.png)no-repeat top center;
  background-size: auto 100%;
}
#content #special .mobile section._lineup .swiper-pagination-bullets .swiper-pagination-bullet:nth-child(6):before{
  content: "お茶友";
}
@media only screen and (max-width: 900px) {
  #content #special .mobile section._lineup .swiper-pagination-bullets .swiper-pagination-bullet:nth-child(5),
  #content #special .mobile section._lineup .swiper-pagination-bullets .swiper-pagination-bullet:nth-child(6){
    margin-bottom: 6vw;
  }
}
#content #special .mobile section._lineup .swiper-pagination-bullets .swiper-pagination-bullet:nth-child(7){
  background: url(../../images/pc/lineup-05.png)no-repeat top center;
  background-size: auto 100%;
}
#content #special .mobile section._lineup .swiper-pagination-bullets .swiper-pagination-bullet:nth-child(7):before{
  content: "ぷらっとこれくしょん";
  font-size: 18px;
}
@media only screen and (max-width: 1536px) {
  #content #special .mobile section._lineup .swiper-pagination-bullets .swiper-pagination-bullet:nth-child(6),
  #content #special .mobile section._lineup .swiper-pagination-bullets .swiper-pagination-bullet:nth-child(7){
    margin-bottom: 6vw;
  }
  #content #special .mobile section._lineup .swiper-pagination-bullets .swiper-pagination-bullet:nth-child(7):before{
    content: "ぷらっと\Aこれくしょん";
    white-space: pre;
    font-size: 20px;
    bottom: -3.2em;
  }
}
#content #special .mobile section._lineup .swiper-pagination-bullets .swiper-pagination-bullet:nth-child(8){
  background: url(../../images/pc/lineup-06.png?ver001)no-repeat top center;
  background-size: auto 100%;
}
#content #special .mobile section._lineup .swiper-pagination-bullets .swiper-pagination-bullet:nth-child(8):before{
  content: "とびマス";
}
#content #special .mobile section._lineup .swiper-pagination-bullets .swiper-pagination-bullet:nth-child(9){
  background: url(../../images/pc/lineup-07.png)no-repeat top center;
  background-size: auto 100%;
}
#content #special .mobile section._lineup .swiper-pagination-bullets .swiper-pagination-bullet:nth-child(9):before{
  content: "ぴたきゅーと";
}
#content #special .mobile section._lineup .swiper-pagination-bullets .swiper-pagination-bullet:nth-child(10){
  background: url(../../images/pc/lineup-08.png)no-repeat top center;
  background-size: auto 100%;
}
#content #special .mobile section._lineup .swiper-pagination-bullets .swiper-pagination-bullet:nth-child(10):before{
  content: "ちびコレクト";
}
#content #special .mobile section._lineup .swiper-pagination-bullets .swiper-pagination-bullet:nth-child(11){
  background: url(../../images/pc/lineup-09.png)no-repeat top center;
  background-size: auto 100%;
}
#content #special .mobile section._lineup .swiper-pagination-bullets .swiper-pagination-bullet:nth-child(11):before{
  content: "アクリルスタンド";
}
#content #special .mobile section._lineup .swiper-pagination-bullets .swiper-pagination-bullet:nth-child(12){
  background: url(../../images/pc/lineup-10.png)no-repeat top center;
  background-size: auto 100%;
}
#content #special .mobile section._lineup .swiper-pagination-bullets .swiper-pagination-bullet:nth-child(12):before{
  content: "缶バッジ";
}
#content #special .mobile section._lineup .swiper-pagination-bullets .swiper-pagination-bullet:nth-child(13){
  background: url(../../images/pc/lineup-11.png)no-repeat top center;
  background-size: auto 100%;
}
#content #special .mobile section._lineup .swiper-pagination-bullets .swiper-pagination-bullet:nth-child(13):before{
  content: "ラバーマスコット";
}
@media only screen and (max-width: 1440px) {
  #content #special .mobile section._lineup .swiper-pagination-bullets .swiper-pagination-bullet{
    margin: 0 0 6vw;
  }
}
@media only screen and (max-width: 1366px) {
  #content #special .mobile section._lineup .swiper-pagination-bullets .swiper-pagination-bullet:before{
    font-size: 18px;
  }
}
@media only screen and (max-width: 900px) {
  #content #special .mobile section._lineup .swiper-pagination-bullets .swiper-pagination-bullet:before{
    line-height: 1.2;
  }
  #content #special .mobile section._lineup .swiper-pagination-bullets .swiper-pagination-bullet{ 
    height: 50vw;
    margin-bottom: 17vw !important;
  }
  #content #special .mobile section._lineup .swiper-pagination-bullets .swiper-pagination-bullet:nth-child(3)::before{
    bottom: -2em;
  }
  #content #special .mobile section._lineup .swiper-pagination-bullets .swiper-pagination-bullet:before,
  #content #special .mobile section._lineup .swiper-pagination-bullets .swiper-pagination-bullet:nth-child(7):before{
    font-size: 1em;
  }
}

#content #special .mobile section._lineup .swiper-pagination-bullets .swiper-pagination-bullet:nth-child(2n){
  margin-left: 0.7vw;
}
#content #special .mobile section._lineup .swiper-slide ._box{
  padding: 0 1.597222222222222vw;
  text-align: center;
}
@media only screen and (max-width: 900px) {
  #content #special .mobile section._lineup .swiper-slide ._box{
    padding: 0 6vw;
  }
}
#content #special .mobile section._lineup .swiper-slide ._box p{
  color: #fff;
  font-size: 20px;
  font-weight: 900;
  line-height: 1.85;
  margin: 2.7777777777777777vw 0 3.75vw;
  
}
@media only screen and (max-width: 900px) {
  #content #special .mobile section._lineup .swiper-slide ._box p{
    font-size: 1.1em;
    margin-bottom: 12vw;
  }
}
#content #special .mobile section._lineup .swiper-slide ._box a{
  width: auto;
  margin: 0 3vw;
}
#content #special .mobile a._all{
  background: linear-gradient(90deg, #9A8DEE 0%, #9A8DEE 100%);
  border-radius: 999px;
  width: auto;
  display: inline-block;
  padding: 1.1111111111111112vw 5.555555555555555vw 1.1111111111111112vw 4.166666666666666vw ;
  border: 1px solid #000;
  position: relative;
  font-weight: 700;
  font-size: 21px;
  color: #fff;
}
#content #special .mobile a._all:before{
  content: "";
  background: url(../../images/pc/arrow.png)no-repeat center;
  background-size: auto;
  width: 2.7777777777777777vw;
  height: 2.7777777777777777vw;
  position: absolute;
  top: 50%;
  right: 0.9722222222222222vw;
  transform: translateY(-50%);
}
#content #special .mobile a._all:after{
  content: "";
  background: #D8E983;
  border: 1px solid #000;
  width: 100%;
  height: 100%;
  border-radius: 999px;
  position: absolute;
  bottom: -8px;
  left: 0;
  z-index: -1;
}

@media only screen and (max-width: 1534px) {
  #content #special .mobile a._all{
    padding: 1.1111111111111112vw 0 1.1111111111111112vw ;
  }
}

@media only screen and (max-width: 900px) {
  #content #special .mobile a._all{
    padding: 4vw 5.555555555555555vw 4vw 4.166666666666666vw ;
    font-size: 1.1em;
  }

  #content #special .mobile a._all:before{
    background-size: contain;
    width: 6vw;
    height: 6vw;
    right: 4vw;
  }
}

#content #special .mobile a._all:hover{
  background: linear-gradient(90deg, #9A8DEE 0%, #F065F5 100%);
  transform: translateY(8px);
}
#content #special .mobile a._all:hover:after{
  opacity: 0;
}

#content #special .mobile section._info a._all{
  margin-top: 3.194444444444444vw;
  width: 80%;
}
@media only screen and (max-width: 900px) {
  #content #special .mobile section._info a._all{
    margin-top: 6vw;
  }
}
#content #special .mobile section .swiper-button-next,
#content #special .mobile section .swiper-rtl .swiper-button-prev,
#content #special .mobile section .swiper-button-prev,
#content #special .mobile section .swiper-rtl .swiper-button-next {
  width: 2.5vw;
  height: 2.5vw;
  margin-top: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media only screen and (max-width: 900px) {
  #content #special .mobile section .swiper-button-next,
  #content #special .mobile section .swiper-rtl .swiper-button-prev,
  #content #special .mobile section .swiper-button-prev,
  #content #special .mobile section .swiper-rtl .swiper-button-next {
    width: 8vw;
    height: 8vw;
  }

  #content #special .mobile section._info a._all{
    width: 70%;
  }
}
#content #special .mobile section .swiper-button-prev:after {
  content: "";
  width: 100%;
  height: 100%;
  font-family: inherit;
  font-size: inherit;
  background: url(../../images/pc/arrow02.png) no-repeat;
  background-size: contain;
  transform: scale(-1,1);
}
#content #special .mobile section .swiper-button-next:after {
  content: "";
  width: 100%;
  height: 100%;
  font-family: inherit;
  font-size: inherit;
  background: url(../../images/pc/arrow02.png) no-repeat;
  background-size: contain;
}

#content #special .mobile ._left ._chara {
  width: 100%;
  padding: 2vw 0px 4vw;
  position: absolute;
  top: 18%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
#content #special .mobile ._left ._chara ul {
  width: 90%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 auto;
}
#content #special .mobile ._left ._chara ul li {
  width: 8.4vw;
  height: 19vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  overflow: hidden;
  border: 1px solid #000;
}
#content #special .mobile ._right {
  background: url(../../images/pc/menu.png)no-repeat center right;
  background-size: 100% auto;
  width: 35.1%;
  height: 100vh;
  position: fixed;
  top: 50%;
  right: 0%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 0;
}
@media only screen and (max-width: 900px) {
  #content #special .mobile ._right {
    display: none;
  }
}
#content #special .mobile ._right ul{
  list-style: none;
}
#content #special .mobile ._right img {
  width: 100%;
}
#content #special .mobile ._right ._menu {
  position: fixed;
  left: 7.083333333333333vw;
  top: 50%;
  transform: translateY(-50%);
}
#content #special .mobile ._right ._menu li {
  display: flex;
  flex-flow: column;
  justify-content: center;
  gap: 1.5em;
  padding: 1em 0;
}
#content #special .mobile ._right ._menu li a {
  position: relative;
  display: inline;
  text-decoration: none;
  text-align: center;
}
#content #special .mobile ._right ._menu li:nth-child(-n+2) a:after {
	content: "";
	width: 100%;
	height: 4px;
	background-image: radial-gradient(circle, rgb(154, 141, 238) 2px, transparent 3px);
	background-position: left -4px bottom;
	background-repeat: repeat-x;
	background-size: 17px 4px;
	position: absolute;
	bottom: -0.5em;
	left: 50%;
	transform: translateX(-50%);
}
#content #special .mobile ._right ._menu li:nth-child(-n+3) a:hover{
  background: linear-gradient(90deg, #9a8dee 30%, #f065f5 100%);
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
}
#content #special .mobile ._right ._menu li a._kavoon{
  position: relative;
  font-weight: 400;
  font-size: 36px;
  line-height: 45px;
  text-align: center;
  color: #9A8DEE;
}
#content #special .mobile ._right ._menu li a._kavoon:before{
  content: "";
  background: url(../../images/pc/arrow03.png)no-repeat top left;
  width: 15px;
  height: 24px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
#content #special .mobile ._right ._menu li a._kavoon span {
	padding-left: 0.6em;
}
#content #special .mobile ._right ._menu li:not(:first-of-type) {
  margin-top: 0.5vw;
}

#content #special .mobile ._container {
  position: relative;
  width: 30%;
  margin: 0 auto;
}
#content #special .mobile ._container:before{
  content: "";
  background: url(../../images/pc/texts.png)no-repeat top right;
  background-size: contain;
  width: 5.069444444444445vw;
  height: 41vw;
  position: fixed;
  top: 2vw;
  left: 30%;
}
@media only screen and (max-width: 900px) {
  #content #special .mobile ._container {
    width: 100%;
  }
}
#content #special .mobile ._container ._inr {
  width: 100%;
  margin: 0 auto;
  background: #fff;
}
#content #special .mobile ._container ._inr ._mv {
  position: relative;
  margin-bottom: 4.513888888888888vw;
}
@media only screen and (max-width: 900px) {
  #content #special .mobile ._container ._inr ._mv {
    margin-bottom: 14vw;
  }
}
#content #special .mobile ._container ._inr ._mv ._chara ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 auto;
}
#content #special .mobile ._container ._inr ._mv ._chara ul li {
  width: 33.333333333%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  overflow: hidden;
}
#content #special .mobile ._container ._inr ._mv ._chara ul li.spot img{
  transition: opacity 1.5s ease-in-out;
}

#content #special .mobile ._container ._inr ._mv ._chara ul li.spot img.show {
  opacity: 1;
}

#content #special .mobile ._container ._inr ._comment {
  background: #fff;
}
#content #special .mobile ._container ._inr ._comment h2 {
  width: 24.75vw;
  margin: 0 auto;
}
@media only screen and (max-width: 900px) {
  #content #special .mobile ._container ._inr ._comment h2 {
    width: 65.5555555556vw;
  }
}
#content #special .mobile ._container ._inr ._comment p {
  margin-top: 3vw;
  text-align: center;
  line-height: 1.75;
  font-size: 1.2vw;
  color: #231815;
}
@media only screen and (max-width: 900px) {
  #content #special .mobile ._container ._inr ._comment p {
    margin-top: 7.7777777778vw;
    font-size: 2.8888888889vw;
  }
}
#content #special .mobile ._container ._inr ._comment p span {
  display: block;
  margin-top: 1vw;
}
@media only screen and (max-width: 900px) {
  #content #special .mobile ._container ._inr ._comment p span {
    margin-top: 2.2222222222vw;
  }
}
#content #special .mobile ._container h2 {
  position: relative;
  text-align: center;
  padding-bottom: 2.7777777777777777vw ;
  margin-bottom: 2.7777777777777777vw;
}

#content #special .mobile ._container ._lineup h2::before{
  content: "";
  width: 23.26388888888889vw;
  height: 4px;
  background-image: radial-gradient(circle, #75b4c5 2px, transparent 3px);
  background-position: left -4px bottom;
  background-repeat: repeat-x;
  background-size: 17px 4px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

@media only screen and (max-width: 900px) {
  #content #special .mobile ._container ._lineup h2{
    padding-bottom: 10vw;
    margin-bottom: 14vw;
  }

  #content #special .mobile ._container ._lineup h2::before{
    width: 87%;
  }
}

#content #special .mobile ._container h2 p{
  margin: 0;
  color: #75B4C5;
}

#content #special .mobile ._container h2 p:first-child{
  font-weight: 400;
  font-size: 72px;
  line-height: 1.5;
}

#content #special .mobile ._container h2 p:last-child{
  font-weight: 900;
  font-size: 17px;
  line-height: 25px;
  letter-spacing: 0.16em;
}

#content #special .mobile ._container ._info h2 p:first-child{
  font-size: 54px;
}

@media only screen and (max-width: 900px) {
  #content #special .mobile ._container h2 p:first-child{
    line-height: 1.2;
  }

  #content #special .mobile ._container ._lineup h2 p:first-child{
    font-size: 3em;
  }

  #content #special .mobile ._container ._info h2 p:first-child{
    font-size: 2.8em;
  }
}
#content #special .mobile ._container ._inr ._order {
  overflow: hidden;
}
#content #special .mobile ._container ._inr ._order h2 {
  width: 27.5vw;
  margin: 0 auto 1vw;
}
@media only screen and (max-width: 900px) {
  #content #special .mobile ._container ._inr ._order h2 {
    width: 74.4444444444vw;
    margin-bottom: 4.4444444444vw;
  }
}
#content #special .mobile ._container ._inr ._order ._img-box {
  width: 29vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 auto 2vw;
}
@media only screen and (max-width: 900px) {
  #content #special .mobile ._container ._inr ._order ._img-box {
    width: 76.6666666667vw;
    margin-bottom: 5.5555555556vw;
  }
}
#content #special .mobile ._container ._inr ._order ._img-box li {
  width: 49%;
}
#content #special .mobile ._container ._inr ._order ._img-box li {
  margin-bottom: 1.3vw;
}
#content #special .mobile ._container ._inr ._order ._img-box li:nth-last-of-type(1) {
  margin-bottom: 0!important;
}
#content #special .mobile ._container ._inr ._order ._img-box li:nth-last-of-type(2) {
  margin-bottom: 0!important;
}
@media only screen and (max-width: 900px) {
  #content #special .mobile ._container ._inr ._order ._img-box li {
    margin-bottom: 5vw;
  }
  #content #special .mobile ._container ._inr ._order ._img-box li:nth-last-of-type(1) {
    margin-bottom: 0!important;
  }
  #content #special .mobile ._container ._inr ._order ._img-box li:nth-last-of-type(2) {
    margin-bottom: 0!important;
  }
}
#content #special .mobile ._container ._inr ._order .swiper {
  position: relative;
}
#content #special .mobile ._container ._inr ._order .swiper .swiper-wrapper {
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}
#content #special .mobile ._container ._inr ._order ._btn {
  width: 26.25vw;
  height: 4.25vw;
  margin: 2vw auto 0;
  background: url(../../images/20231201/20231201_btn-bg_eW9byviQ.png) no-repeat;
  background-size: contain;
}
@media only screen and (max-width: 900px) {
  #content #special .mobile ._container ._inr ._order ._btn {
    width: 68.8888888889vw;
    height: 11.1111111111vw;
    margin-top: 5.5555555556vw;
  }
}
#content #special .mobile ._container ._inr ._order ._btn a {
  display: block;
  width: 100%;
  height: 100%;
}
#content #special .mobile ._container ._inr ._info {
  text-align: center;
  margin-bottom: 5.069444444444445vw;
}
@media only screen and (max-width: 900px) {
  #content #special .mobile ._container ._inr ._info{
    margin-bottom: 12vw;
  }
}
#content #special .mobile ._container ._inr ._movie ._inr {
  width: 26.25vw;
  margin: 0 auto;
  background: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
@media only screen and (max-width: 900px) {
  #content #special .mobile ._container ._inr ._movie ._inr {
    width: 68.8888888889vw;
  }
}
#content #special .mobile ._container ._inr ._movie ._inr .swiper-button-prev,
#content #special .mobile ._container ._inr ._movie ._inr .swiper-rtl .swiper-button-next {
  top: inherit;
  bottom: 7.5vw;
  left: 4vw;
  right: auto;
}
@media only screen and (max-width: 900px) {
  #content #special .mobile ._container ._inr ._movie ._inr .swiper-button-prev,
  #content #special .mobile ._container ._inr ._movie ._inr .swiper-rtl .swiper-button-next {
    bottom: 12vw;
    left: 9vw;
  }
}
#content #special .mobile ._container ._inr ._movie ._inr .swiper-button-next,
#content #special .mobile ._container ._inr ._movie ._inr .swiper-rtl .swiper-button-prev {
  top: inherit;
  bottom: 7.5vw;
  right: 3.75vw;
  left: auto;
}
@media only screen and (max-width: 900px) {
  #content #special .mobile ._container ._inr ._movie ._inr .swiper-button-next,
  #content #special .mobile ._container ._inr ._movie ._inr .swiper-rtl .swiper-button-prev {
    bottom: 12vw;
    right: 9vw;
  }
}
#content #special .mobile ._container ._inr ._movie ._inr .swiperMain .iframe-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
#content #special .mobile ._container ._inr ._movie ._inr .swiperMain .iframe-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#content #special .mobile ._container ._inr ._movie ._inr .swiperMain ._text-box {
  height: 8vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  background: #ec6d81;
  color: #fff;
}
@media only screen and (max-width: 900px) {
  #content #special .mobile ._container ._inr ._movie ._inr .swiperMain ._text-box {
    height: 20vw;
  }
}
#content #special .mobile ._container ._inr ._movie ._inr .swiperMain ._text-box p {
  line-height: 1.5;
  font-size: 1.25vw;
  font-weight: 500;
}
@media only screen and (max-width: 900px) {
  #content #special .mobile ._container ._inr ._movie ._inr .swiperMain ._text-box p {
    font-size: 3vw;
  }
}
#content #special .mobile ._container ._inr ._movie ._inr .swiperThumbnail {
  width: 90%;
  margin-top: 2vw;
  margin-bottom: 4vw;
}
@media only screen and (max-width: 900px) {
  #content #special .mobile ._container ._inr ._movie ._inr .swiperThumbnail {
    margin-top: 5.5555555556vw;
  }
}
#content #special .mobile ._container ._inr ._movie ._inr .swiperThumbnail .movie-thumb {
  opacity: 0.5 !important;
}
#content #special .mobile ._container ._inr ._movie ._inr .swiperThumbnail .movie-thumb.swiper-slide-active {
  opacity: 1 !important;
}
#content #special .mobile ._container ._inr ._special {
  background: #fff;
}
#content #special .mobile ._container ._inr ._special h2 {
  width: 28vw;
  margin: 0 auto;
  padding-bottom: 2vw;
}
@media only screen and (max-width: 900px) {
  #content #special .mobile ._container ._inr ._special h2 {
    width: 73.3333333333vw;
  }
}
#content #special .mobile ._container ._inr ._copyright{
  border-top: 1px solid #8983AC;
}
#content #special .mobile ._container ._inr ._copyright p {
  margin: 2.7777777777777777vw 1.4583333333333333vw 0;
  padding-bottom: 6vw;
  text-align: center;
  color: #8984AC;
  font-weight: 700;
  font-size: 15px;
  line-height: 1.8;
  text-align: center;
}
@media only screen and (max-width: 900px) {
  #content #special .mobile ._container ._inr ._copyright {
    margin-top: 0;
  }

  #content #special .mobile ._container ._inr ._copyright p {
    font-weight: 700;
    font-size: 0.7em;
    line-height: 1.87;
    margin: 8vw 5vw 0vw;
  }
}
#content #special .mobile ._container ._inr ._copyright p span {
  display: inline-block;
}
#content #special .mobile ._container ._inr ._margin {
  padding-bottom: 10vw;
}
#content #special .mobile ._band {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 100;
  -webkit-animation: infinity-scroll-left 30s infinite linear 0.5s both;
          animation: infinity-scroll-left 30s infinite linear 0.5s both;
}
@-webkit-keyframes infinity-scroll-left {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@keyframes infinity-scroll-left {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
#content #special .mobile footer {
  position: relative;
  z-index: 0;
}

/* #content #special a {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
} */

#content .mainArea {
  position: relative;
  width: 1366px;
  height: 780px;
  margin: 0 auto;
}

#content .mainArea .title {
  position: absolute;
  top: 440px;
  left: 265px;
  z-index: 5;
}

#content .mainArea .comment {
  position: absolute;
  top: 565px;
  left: 315px;
  z-index: 4;
}

#content .mainArea .bglogo01 {
  position: absolute;
  top: 135px;
  left: 105px;
  z-index: 6;
  background: url("../../images/pc/logo_bg.png") no-repeat center;
}

#content .mainArea .bglogo02 {
  position: absolute;
  top: 420px;
  left: 1085px;
  z-index: 6;
  background: url("../../images/pc/logo_bg.png") no-repeat center;
}

#content .bglogo01 img {
  -webkit-animation: blink 1.5s ease-in-out infinite alternate;
  animation: blink 1.5s ease-in-out infinite alternate;
}

@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0.4;
  }
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0.4;
  }
}
#content .bglogo02 img {
  -webkit-animation: blink 2.5s ease-in-out infinite alternate;
  animation: blink 2.5s ease-in-out infinite alternate;
}

@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0.4;
  }
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0.4;
  }
}
#content .mainArea .mainAreaImage {
  text-align: center;
  position: relative;
  z-index: 3;
}

#content ul.itemList li {
  display: block;
  position: absolute;
  z-index: 2;
}

#content ul.itemList li img {
  width: 100%;
}

#content ul.itemList li.img01 {
  width: 150px;
  height: 150px;
  top: 64px;
  left: 375px;
}

#content ul.itemList li.img02 {
  width: 150px;
  height: 150px;
  top: 38px;
  left: 662px;
}

#content ul.itemList li.img03 {
  width: 180px;
  height: 180px;
  top: 30px;
  left: 878px;
}

#content ul.itemList li.img04 {
  width: 180px;
  height: 180px;
  top: 274px;
  left: 270px;
}

#content ul.itemList li.img05 {
  width: 180px;
  height: 180px;
  top: 264px;
  left: 562px;
}

#content ul.itemList li.img06 {
  width: 150px;
  height: 150px;
  top: 270px;
  left: 900px;
}

#content ul.bnList {
  width: 860px;
  margin: 0 auto;
  padding: 20px 0 10px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#content ul.bnList li {
  width: 400px;
  margin: 15px;
  display: block;
  text-align: center;
}

#content ul.bnList li img {
  width: 100%;
}

#content ul.linkList {
  width: 860px;
  margin: 0 auto;
  padding: 10px 0 60px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#content ul.linkList li {
  width: 374px;
  display: block;
  text-align: center;
}

footer #copyrights01 dl .copy-toggle.-open {
  display: block !important;
}

/*-------- フッター --------*/
footer {
  width: 100%;
  position: relative !important;
  z-index: 999;
}
footer .ft_about {
  font-size: 1vw;
}
@media only screen and (max-width: 900px) {
  footer .ft_about {
    font-size: 2.3vw;
  }
}

footer #box_inner {
  width: 1200px;
  margin: 0 auto;
  position: relative;
}

footer #box_inner #footer_sns {
  position: absolute;
  top: 90px;
  left: 0;
}

footer #box_inner #footer_sns .fb-like {
  margin: 0 10px 0 0;
}

footer #box_inner #footer_sns .fb_iframe_widget > span {
  vertical-align: baseline !important;
}

#twitter-widget-0 {
  vertical-align: top;
}

._BG{
  background: linear-gradient(180deg, #FFFFFF 59.69%, #FFFFE8 100%);
}

.sp_footer_wrap{
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  font-feature-settings: "palt";
}

.disabled-slide {
  width: 0 !important;
  opacity: 0;
  pointer-events: none;
  overflow: hidden;
}