@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) {
  .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/20231201/20231201_bg_eW9byviQ.jpg) repeat-y;
  background-size: cover;
  z-index: -10;
}

#content #special {
  background-position: center top;
  background-repeat: no-repeat;
  position: relative;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

.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;
  margin: 5.56vw 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;
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 8.33vw;
}
.sp_hum .header_inr-right .menu ul li:last-of-type {
  padding-right: 0;
}
.sp_hum .header_inr-right .menu ul li a {
  position: relative;
  font-family: "Jost", sans-serif;
  font-size: 5vw;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 0.01em;
}
@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 {
  position: relative;
  padding: 4vw 0;
}
@media only screen and (max-width: 900px) {
  #content #special .mobile section {
    padding: 10vw 0;
  }
}
#content #special .mobile section img {
  width: 100%;
}
#content #special .mobile section.frame {
  border-bottom: 2px solid #a07a46;
}
#content #special .mobile section.frame:before {
  content: "";
  display: block;
  width: 100%;
  height: 2.5vw;
  position: absolute;
  top: -1.2vw;
  background: url(../../images/20231201/20231201_frame_eW9byviQ.png) no-repeat;
  background-size: contain;
  z-index: 10;
}
@media only screen and (max-width: 900px) {
  #content #special .mobile section.frame:before {
    height: 7.1111111111vw;
    top: -3.6666666667vw;
  }
}
#content #special .mobile section.frame:after {
  content: "";
  display: block;
  width: 100%;
  height: 0.3vw;
  position: absolute;
  bottom: 0.1vw;
  background: url(../../images/20231201/20231201_dot-line_eW9byviQ.png) no-repeat;
  background-size: contain;
  z-index: 10;
}
@media only screen and (max-width: 900px) {
  #content #special .mobile section.frame:after {
    height: 1.1111111111vw;
  }
}
#content #special .mobile section._info .swiper-slide, #content #special .mobile section._plan .swiper-slide {
  padding: 2vw;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #fff;
  border: 1px solid #a07a46;
}
@media only screen and (max-width: 900px) {
  #content #special .mobile section._info .swiper-slide, #content #special .mobile section._plan .swiper-slide {
    padding: 5vw;
  }
}
#content #special .mobile section._info .swiper-slide a, #content #special .mobile section._plan .swiper-slide a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
#content #special .mobile section._info .swiper-slide .tag, #content #special .mobile section._plan .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._info .swiper-slide .tag, #content #special .mobile section._plan .swiper-slide .tag {
    padding: 2.1111111111vw 2.2222222222vw 1.8888888889vw;
    margin-top: 3.8888888889vw;
    font-size: 2.8888888889vw;
  }
}
#content #special .mobile section._info .swiper-slide p, #content #special .mobile section._plan .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._info .swiper-slide p, #content #special .mobile section._plan .swiper-slide p {
    margin-top: 2.2222222222vw;
    font-size: 3.5vw;
  }
}
#content #special .mobile section._info .swiper-slide p:nth-of-type(2), #content #special .mobile section._plan .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._info .swiper-slide p:nth-of-type(2), #content #special .mobile section._plan .swiper-slide p:nth-of-type(2) {
    height: 30vw;
  }
}
#content #special .mobile section._info .swiper-button-next,
#content #special .mobile section._info .swiper-rtl .swiper-button-prev, #content #special .mobile section._plan .swiper-button-next,
#content #special .mobile section._plan .swiper-rtl .swiper-button-prev {
  right: 3.25vw;
}
@media only screen and (max-width: 900px) {
  #content #special .mobile section._info .swiper-button-next,
  #content #special .mobile section._info .swiper-rtl .swiper-button-prev, #content #special .mobile section._plan .swiper-button-next,
  #content #special .mobile section._plan .swiper-rtl .swiper-button-prev {
    right: 8.8888888889vw;
  }
}
#content #special .mobile section._info .swiper-button-prev,
#content #special .mobile section._info .swiper-rtl .swiper-button-next, #content #special .mobile section._plan .swiper-button-prev,
#content #special .mobile section._plan .swiper-rtl .swiper-button-next {
  left: 3.5vw;
}
@media only screen and (max-width: 900px) {
  #content #special .mobile section._info .swiper-button-prev,
  #content #special .mobile section._info .swiper-rtl .swiper-button-next, #content #special .mobile section._plan .swiper-button-prev,
  #content #special .mobile section._plan .swiper-rtl .swiper-button-next {
    left: 9.7222222222vw;
  }
}
#content #special .mobile section._info .swiper-pagination, #content #special .mobile section._plan .swiper-pagination {
  bottom: 5.21vw;
}
@media only screen and (max-width: 900px) {
  #content #special .mobile section._info .swiper-pagination, #content #special .mobile section._plan .swiper-pagination {
    bottom: 11.11vw;
  }
}
#content #special .mobile section._info .swiper-pagination-bullet,
#content #special .mobile section._plan .swiper-pagination-bullet {
  background: #a98657;
  opacity: 0.5;
}
#content #special .mobile section._info .swiper-pagination-bullet.swiper-pagination-bullet-active,
#content #special .mobile section._plan .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #a98657;
  opacity: 1;
}
#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: 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: 6.6666666667vw;
    height: 13.3333333333vw;
  }
}
#content #special .mobile section .swiper-button-prev:after {
  content: "";
  width: 100%;
  height: 100%;
  font-family: inherit;
  font-size: inherit;
  background: url(../../images/20231201/20231201_slider-arrow-left_eW9byviQ.png) no-repeat;
  background-size: contain;
}
#content #special .mobile section .swiper-button-next:after {
  content: "";
  width: 100%;
  height: 100%;
  font-family: inherit;
  font-size: inherit;
  background: url(../../images/20231201/20231201_slider-arrow-right_eW9byviQ.png) no-repeat;
  background-size: contain;
}
#content #special .mobile section .coming-soon {
  width: 15vw;
  margin: 4vw auto;
}
@media only screen and (max-width: 900px) {
  #content #special .mobile section .coming-soon {
    width: 38.8888888889vw;
    margin-top: 8.8888888889vw;
  }
}
#content #special .mobile ._left {
  width: 30%;
  height: 100%;
  position: fixed;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 0;
}
@media only screen and (max-width: 900px) {
  #content #special .mobile ._left {
    display: none;
  }
}
#content #special .mobile ._left img {
  width: 100%;
}
#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:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../../images/20231201/20231201_mv-charaStar-left_eW9byviQ_1.png) no-repeat center top;
  background-size: auto 100%;
  -webkit-animation: starLeft1 3.5s infinite;
          animation: starLeft1 3.5s infinite;
}
@-webkit-keyframes starLeft1 {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes starLeft1 {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
#content #special .mobile ._left ._chara:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../../images/20231201/20231201_mv-charaStar-left_eW9byviQ_2.png) no-repeat center top;
  background-size: auto 100%;
  -webkit-animation: starLeft2 3.5s infinite;
          animation: starLeft2 3.5s infinite;
}
@-webkit-keyframes starLeft2 {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes starLeft2 {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
#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;
}
#content #special .mobile ._left ._chara ul li:nth-of-type(2) {
  position: relative;
  top: 2vw;
}
#content #special .mobile ._left ._chara ul li:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../../images/20231201/20231201_mv-charaImg_eW9byviQ.png) no-repeat;
  background-size: cover;
}
#content #special .mobile ._left ._chara ul li img {
  height: 81.5%;
  -o-object-fit: cover;
     object-fit: cover;
}
#content #special .mobile ._left ._logo-15thAnniv {
  width: 10vw;
  position: absolute;
  right: 5%;
  bottom: 5%;
}
#content #special .mobile ._right {
  width: 30%;
  height: 100%;
  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 img {
  width: 100%;
}
#content #special .mobile ._right ._chara {
  width: 100%;
  padding: 3.5vw 0px 3vw;
  position: absolute;
  top: 15%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
#content #special .mobile ._right ._chara:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../../images/20231201/20231201_mv-charaStar-right_eW9byviQ_1.png) no-repeat center top;
  background-size: 100%;
  -webkit-animation: starRight1 3.5s infinite;
          animation: starRight1 3.5s infinite;
}
@-webkit-keyframes starRight1 {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes starRight1 {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
#content #special .mobile ._right ._chara:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../../images/20231201/20231201_mv-charaStar-right_eW9byviQ_2.png) no-repeat center top;
  background-size: 100%;
  -webkit-animation: starRight2 3.5s infinite;
          animation: starRight2 3.5s infinite;
}
@-webkit-keyframes starRight2 {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes starRight2 {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
#content #special .mobile ._right ._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 ._right ._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;
}
#content #special .mobile ._right ._chara ul li:nth-of-type(2) {
  position: relative;
  top: -2vw;
}
#content #special .mobile ._right ._chara ul li:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../../images/20231201/20231201_mv-charaImg_eW9byviQ.png) no-repeat;
  background-size: cover;
}
#content #special .mobile ._right ._chara ul li img {
  height: 81.5%;
  -o-object-fit: cover;
     object-fit: cover;
}
#content #special .mobile ._right ._menu {
  width: 60%;
  position: fixed;
  left: 0;
  bottom: 2%;
}
#content #special .mobile ._right ._menu li a {
  display: block;
  width: 100%;
  height: 100%;
}
#content #special .mobile ._right ._menu li:not(:first-of-type) {
  margin-top: 0.5vw;
}
#content #special .mobile ._container {
  width: 38%;
  margin: 0 auto;
}
@media only screen and (max-width: 900px) {
  #content #special .mobile ._container {
    width: 100%;
  }
}
#content #special .mobile ._container ._inr {
  width: 100%;
  margin: 0 auto;
  -webkit-box-shadow: 0px 5px 16px 0px rgba(169, 134, 87, 0.5);
          box-shadow: 0px 5px 16px 0px rgba(169, 134, 87, 0.5);
  background: #fdeeee;
}
#content #special .mobile ._container ._inr ._mv {
  position: relative;
  padding-top: 0;
}
@media only screen and (max-width: 900px) {
  #content #special .mobile ._container ._inr ._mv {
    padding-top: 4.4444444444vw;
  }
}
#content #special .mobile ._container ._inr ._mv:before {
  content: "";
  width: 88%;
  height: 100%;
  position: absolute;
  top: 54%;
  left: 49.5%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  background: url(../../images/20231201/20231201_mv-charaStar_eW9byviQ_1.png) no-repeat;
  background-size: contain;
  -webkit-animation: star1 3.5s infinite;
          animation: star1 3.5s infinite;
}
@-webkit-keyframes star1 {
  0% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes star1 {
  0% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
#content #special .mobile ._container ._inr ._mv:after {
  content: "";
  display: block;
  width: 89%;
  height: 100%;
  position: absolute;
  top: 54%;
  left: 50.5%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  background: url(../../images/20231201/20231201_mv-charaStar_eW9byviQ_2.png) no-repeat;
  background-size: contain;
  -webkit-animation: star2 3.5s infinite;
          animation: star2 3.5s infinite;
}
@-webkit-keyframes star2 {
  0% {
    opacity: 1;
  }
  60% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes star2 {
  0% {
    opacity: 1;
  }
  60% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
#content #special .mobile ._container ._inr ._mv ._title {
  width: 86%;
  padding-top: 5%;
  margin: 0 auto;
}
@media only screen and (max-width: 900px) {
  #content #special .mobile ._container ._inr ._mv ._title {
    padding-top: 0%;
  }
}
#content #special .mobile ._container ._inr ._mv ._chara {
  padding: 2vw 0px 4vw;
}
@media only screen and (max-width: 900px) {
  #content #special .mobile ._container ._inr ._mv ._chara {
    padding: 4.4444444444vw 0 7.7777777778vw;
  }
}
#content #special .mobile ._container ._inr ._mv ._chara ul {
  width: 81%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 auto;
}
@media only screen and (max-width: 900px) {
  #content #special .mobile ._container ._inr ._mv ._chara ul {
    width: 81.6666666667vw;
  }
}
#content #special .mobile ._container ._inr ._mv ._chara ul li {
  width: 9.6vw;
  height: 21.8vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 900px) {
  #content #special .mobile ._container ._inr ._mv ._chara ul li {
    width: 25.5555555556vw;
    height: 57.8888888889vw;
  }
}
#content #special .mobile ._container ._inr ._mv ._chara ul li:nth-of-type(2) {
  position: relative;
  top: 2vw;
}
@media only screen and (max-width: 900px) {
  #content #special .mobile ._container ._inr ._mv ._chara ul li:nth-of-type(2) {
    top: 6.1111111111vw;
  }
}
#content #special .mobile ._container ._inr ._mv ._chara ul li:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../../images/20231201/20231201_mv-charaImg_eW9byviQ.png) no-repeat;
  background-size: cover;
}
#content #special .mobile ._container ._inr ._mv ._chara ul li img {
  height: 81.5%;
  -o-object-fit: cover;
     object-fit: cover;
}
#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 ._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 ._plan {
  background: #fff;
}
#content #special .mobile ._container ._inr ._plan h2 {
  width: 23.54vw;
  margin: 0 auto 1vw;
}
@media only screen and (max-width: 900px) {
  #content #special .mobile ._container ._inr ._plan h2 {
    width: 60.26vw;
    margin: 0 auto 6.67vw;
  }
}
#content #special .mobile ._container ._inr ._movie h2 {
  width: 19.5vw;
  margin: 0 auto 1vw;
}
@media only screen and (max-width: 900px) {
  #content #special .mobile ._container ._inr ._movie h2 {
    width: 61.33vw;
    margin-bottom: 4vw;
  }
}
#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 {
  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 {
  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 {
  margin-top: 4vw;
  background: #a68456;
  color: #fff;
}
@media only screen and (max-width: 900px) {
  #content #special .mobile ._container ._inr ._copyright {
    margin-top: 0;
  }
}
#content #special .mobile ._container ._inr ._copyright p {
  width: 90%;
  margin: 0 auto;
  text-align: center;
  line-height: 1.5;
  font-size: 1vw;
  font-weight: 400;
}
@media only screen and (max-width: 900px) {
  #content #special .mobile ._container ._inr ._copyright p {
    font-size: 2.5vw;
  }
}
#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 {
  opacity: 1;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

#content #special a:hover {
  opacity: 0.8;
  -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;
}



/*font
---------------------------------------*/
.jost {
  font-family: "Jost", sans-serif;
}
.m-plus-1p {
  font-family: "M PLUS 1p", sans-serif;
}

/*_menu
---------------------------------------*/
#content #special .mobile ._right ._menu li a {
  font-family: "Jost", sans-serif;
  color: #8C693A;
  font-size: 1.4vw;
  line-height: 1.2;
  font-weight: 500;
  letter-spacing: 0.01em;
  padding-left: 2vw;
  position: relative;
}
#content #special .mobile ._right ._menu li a span {
  font-family: "M PLUS 1p", sans-serif;
  font-size: 1.3vw;
}
#content #special .mobile ._right ._menu li._on a::before {
  content: "";
  width: 1.15vw;
  height: 1.15vw;
  background-image: url(../../images/menu-on.svg);
  background-repeat: no-repeat;
  background-size: cover;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}
#content #special .mobile ._right ._menu li._on a::after {
  content: "";
  display: block;
  width: calc(100% - 2vw);
  height: 100%;
  border-bottom: 0.16vw dotted #8C693A;
  position: absolute;
  bottom: 0;
}

/*NEWS
---------------------------------------*/
#content #special .mobile section#news {
  background-color: #EC6D81;
  padding: 0.78vw 1.82vw 1.20vw;
  margin-bottom: 5.21vw;
  position: relative;
}
#news h2 {
  color: #ffffff;
  font-size: 2.60vw;
  line-height: 3.75vw;
  font-weight: 500;
  letter-spacing: 0.02em;
  text-align: center;
}
#news .news-contents {
  display: flex;
  justify-content: center;
  align-items: baseline;
  gap: 1.09vw;
  color: #ffffff;
}
#news .news-contents__date {
  font-size: 1.56vw;
  line-height: 2.24vw;
  font-weight: 400;
}
#news .news-contents__txt {
  font-size: 1.46vw;
  line-height: 2.24vw;
  font-weight: 500;
}
#news::after {
  /* EVENTエリア非表示時は装飾を消す 
  content: none;
  */
  /*
  EVENTエリアを表示する場合は以下に変更*/
  content: "";
  
  display: block;
  width: 100%;
  height: 2.5vw;
  margin :auto;
  position:absolute;
  left:0;
  right:0;
  bottom: -6.41vw;
  background: url(../../images/20231201/20231201_frame_eW9byviQ.png) no-repeat;
  background-size: contain;
  z-index: 10;
}
@media only screen and (max-width: 900px) {
  #content #special .mobile section#news {
    background-color: #EC6D81;
    padding: 1.67vw 3.89vw 2.56vw;
    margin-bottom: 11.11vw;
    position: relative;
  }
  #news h2 {
    font-size: 8.34vw;
    line-height: 12vw;
  }
  #news .news-contents {
    gap: 2.33vw;
  }
  #news .news-contents__date {
    font-size: 4.6vw;
    line-height: 7.17vw;
  }
  #news .news-contents__txt {
    font-size: 4vw; 
    line-height: 7.17vw;
  }
  #news::after {
    height: 7.1111111111vw;
    bottom: -14.7vw;
  }
}

/*event
---------------------------------------*/
#event {
  background-color: #ffffff;
  border-bottom: 2px solid #a07a46;
  padding: 3.41vw 2.60vw 3.23vw;
  position: relative;
}
#event:before {
  content: "";
  display: block;
  width: 100%;
  height: 0.3vw;
  position: absolute;
  top: 0.3vw;
  background: url(../../images/20231201/20231201_dot-line_eW9byviQ.png) no-repeat;
  background-size: contain;
}
#event:after {
  content: "";
  display: block;
  width: 100%;
  height: 0.3vw;
  position: absolute;
  bottom: 0.1vw;
  background: url(../../images/20231201/20231201_dot-line_eW9byviQ.png) no-repeat;
  background-size: contain;
  z-index: 10;
}
#event h2 {
  width: 23.54vw;
  margin: 0 auto 2.60vw;
}
#event .event-contents {
  width: 33.96vw;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.67vw;
  margin: 0 auto 2.08vw;
}
#event .event-contents__item {
  position: relative;
}
#event .event-contents__badge {
  width: 4.95vw;
  height: 4.95vw;
  position: absolute;
  top: -0.73vw;
  left: 12vw;
}
#event .event-contents__img {
  display: block;
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
  margin-bottom: 1.30vw;
}
#event .event-contents__ttl {
  font-size: 1.4vw;
  line-height: 2.29vw;
  font-weight: 500;
  text-align: center;
}
#event .event-contents__release {
  font-size: 1.25vw;
  line-height: 2.29vw;
  font-weight: 500;
  text-align: center;
}
#event .event-txt {
  width: 33.96vw;
  font-size: 1.4vw;
  line-height: 2.19vw;
  font-weight: 500;
  margin: 0 auto;
  text-align: center;
}
#event .event-txt2 {
  width: 33.96vw;
  font-size: 1vw;
  line-height: 2.19vw;
  font-weight: 500;
  margin: 0 auto;
  text-align: center;
}
#event ._btn {
  width: 23.44vw;
  height: 5.21vw;
  margin: 2.60vw auto 0;
  background: url(../../images/event-btn.png) no-repeat;
  background-size: cover;
}
#event ._btn a {
  display: block;
  width: 100%;
  height: 100%;
}
.event-modal {
  position: fixed;
  inset: 0;
  display: none;
  z-index: 9999;
}
.event-modal.is-open {
  display: block;
}
.event-modal__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.7);
}
.event-modal__content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
  max-width: 31.25vw;
}
.event-modal__img {
  width: 100%;
  display: block;
}
.event-modal__close {
  position: absolute;
  top: -4vw;
  right: 0;
  font-size: 4vw;
  color: #fff;
  padding: 0;
  background: none;
  border: none;
  cursor: pointer;
}
@media only screen and (max-width: 900px) {
  #event {
    padding: 7.28vw 5.56vw 6.89vw;
  }
  #event:before {
    height: 1.1111111111vw;
    top: 1vw;
  }
  #event:after {
    height: 0.67vw;
    bottom: 0.22vw;
  }
  #event h2 {
    width: 50.22vw;
    margin: 0 auto 5.56vw;
  }
  #event .event-contents {
    width: 80vw;
    gap: 3.56vw;
    margin: 0 auto 4.44vw;
  }
  #event .event-contents__badge {
    width: 12.67vw;
    height: 12.67vw;
    top: -1.87vw;
    left: 28vw;
  }
  #event .event-contents__img {
    margin-bottom: 2.78vw;
  }
  #event .event-contents__ttl {
    font-size: 3vw;
    line-height: 4vw;
  }
  #event .event-contents__release {
    font-size: 3vw;
    line-height: 7.34vw;
  }
  #event .event-txt {
    width: 80vw;
    font-size: 4vw;
    line-height: 7.01vw;
    text-align: center;
  }
    #event .event-txt2 {
    width: 80vw;
    font-size: 3vw;
    line-height: 7.01vw;
    text-align: center;
  }
  #event ._btn {
    width: 60vw;
    height: 13.33vw;
    margin: 5.56vw auto 0;
  }
  .event-modal__content {
    max-width: 66.67vw;
  }
  .event-modal__close {
    top: -8vw;
    font-size: 8vw;
  }
}

/*NEW ITEM
---------------------------------------*/
#content #special .mobile ._container ._inr ._info h2 {
  width: 26.09vw;
  margin: 0 auto 2.60vw;
}
@media only screen and (max-width: 900px) {
  #content #special .mobile ._container ._inr ._info h2 {
    width: 66.80vw;
    margin: 0 auto 6.67vw;
  }
}

/*G.E.M.シリーズ
---------------------------------------*/
#series {
  background-color: #ffffff;
}
#series h2 {
  width: 23.54vw;
  margin: 0 auto 2.60vw;
}
#series .series-contents {
  display: grid;
  gap: 2.08vw;
  width: 33.96vw;
  margin: 0 auto;
}
#series .series-contents p {
  color: #4D4A46;
  font-size: 1.15vw;
  line-height: 2.19vw;
}
#series ._btn {
  width: 23.44vw;
  height: 5.21vw;
  margin: 2.60vw auto 0;
  background: url(../../images/line_up-btn.png) no-repeat;
  background-size: cover;
}
#series ._btn a {
  display: block;
  width: 100%;
  height: 100%;
}
.fade-slider {
  position: relative;
}
.fade-slider img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  transition: opacity 0.8s;
}
.fade-slider img.is-active {
  opacity: 1;
  position: relative;
}
@media only screen and (max-width: 900px) {
  #series h2 {
    width: 60.26vw;
    margin: 0 auto 6.67vw;
  }
  #series .series-contents {
    gap: 4.44vw;
    width: 80vw;
  }
  #series .series-contents p {
    font-size: 4vw;
    line-height: 7.01vw;
  }
  #series ._btn {
    width: 60vw;
    height: 13.33vw;
    margin: 5.56vw auto 0;
  }
}

/*G.E.M.てのひらシリーズ
---------------------------------------*/
#tenohira h2 {
  width: 23.54vw;
  margin: 0 auto 2.60vw;
}
#tenohira .tenohira-contents {
  display: grid;
  gap: 2.08vw;
  width: 33.96vw;
  margin: 0 auto;
}
#tenohira .tenohira-contents p {
  color: #4D4A46;
  font-size: 1.15vw;
  line-height: 2.19vw;
}
#tenohira ._btn {
  width: 23.44vw;
  height: 5.21vw;
  margin: 2.60vw auto 0;
  background: url(../../images/line_up-btn.png) no-repeat;
  background-size: cover;
}
#tenohira ._btn a {
  display: block;
  width: 100%;
  height: 100%;
}
#tenohira::after {
  content: "";
  display: block;
  width: 100%;
  height: 2.5vw;
  margin :auto;
  position:absolute;
  left:0;
  right:0;
  bottom: -1.2vw;
  background: url(../../images/20231201/20231201_frame_eW9byviQ.png) no-repeat;
  background-size: contain;
  z-index: 10;
}
@media only screen and (max-width: 900px) {
  #tenohira h2 {
    width: 60.26vw;
    margin: 0 auto 6.67vw;
  }
  #tenohira .tenohira-contents {
    width: 80vw;
    gap: 4.44vw;
  }
  #tenohira .tenohira-contents p {
    font-size: 4vw;
    line-height: 7.01vw;
  }
  #tenohira ._btn {
    width: 60vw;
    height: 13.33vw;
    margin: 5.56vw auto 0;
  }
  #tenohira::after {
    height: 7.1111111111vw;
    bottom: -3.6vw;
  }
}

/*G.E.M.MOVIE
---------------------------------------*/
#MOVIE {
  margin-bottom: 5.26vw;
}
#MOVIE .swiper-slide {
  display: flex;
  justify-content: center;
}
#MOVIE .swiper-slide iframe {
  width: 100%;
  height: 100%;
  aspect-ratio: 9 / 16;
}
#MOVIE .swiper-button-next {
  right: 3.25vw;
}
#MOVIE .swiper-button-prev {
  left: 3.5vw;
}
#MOVIE .swiper-pagination-bullet {
  background: #a98657;
  opacity: 0.5;
}
#MOVIE .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #a98657;
  opacity: 1;
}
#MOVIE .swiper-pagination {
  bottom: 1.04vw;
}
@media only screen and (max-width: 900px) {
  #MOVIE {
    margin-bottom: 0;
  }
  #MOVIE .swiper-button-next {
    right: 8.8888888889vw;
  }
  #MOVIE .swiper-button-prev {
    left: 9.7222222222vw;
  }
  #MOVIE .swiper-pagination {
    bottom: 2.22vw;
  }
}

/*コンテンツ幅・装飾調整
---------------------------------------*/
#content #special .mobile section#INFO {
  /* EVENTエリア非表示時は上部余白を消す 
  padding: 0 0 7.21vw;*/
  /*
  EVENTエリアを表示する場合は以下に変更*/
  padding: 5.21vw 0 7.21vw;
  
}
#content #special .mobile ._container ._inr ._plan::before {
  content: "";
  display: block;
  width: 100%;
  height: 0.3vw;
  position: absolute;
  top: 0.3vw;
  background: url(../../images/20231201/20231201_dot-line_eW9byviQ.png) no-repeat;
  background-size: contain;
  z-index: 0;
}
@media only screen and (max-width: 900px) {
  #content #special .mobile section#INFO {
    /* EVENTエリア非表示時は上部余白を消す 
    padding: 0 0 15.33vw;*/
    /*
    EVENTエリアを表示する場合は以下に変更*/
    padding: 11.11vw 0 15.33vw;
    
  }
  #content #special .mobile ._container ._inr ._plan::before {
    height: 0.64vw;
    top: 1vw;
  }
}