@charset "UTF-8";
/* ================================================

- Base

================================================ */
[v-cloak] {
  display: none;
}

_:-ms-lang(x)::-ms-backdrop, [v-cloak] {
  display: block;
}

body {
  overflow-x: hidden;
  -ms-scroll-chaining: chained;
      overscroll-behavior: auto;
}

body.-bodyScrollStop {
  overflow: hidden;
  -ms-scroll-chaining: none;
      overscroll-behavior: contain;
}

:root {
  --cc-pink: #ff007f;
  --cc-blue: #4d88ff;
  --w1280: 1280px;
  --space: 30px;
}

/* ================================================

- フォント

================================================ */
/* ================================================

-

================================================ */
/* ================================================

- RWD表示切り替え

================================================ */
@media all and (min-width: 769px) {
  .nopc {
    display: none !important;
  }
}
@media all and (max-width: 768px) {
  .nosp {
    display: none !important;
  }
}
/* ================================================

- flex

================================================ */
/* ================================================

- margin

================================================ */
/* magrin-topを5px刻みで50pxまで */
.mTop0 {
  margin-top: 0px;
}

.mTop5 {
  margin-top: 5px;
}

.mTop10 {
  margin-top: 10px;
}

.mTop15 {
  margin-top: 15px;
}

.mTop20 {
  margin-top: 20px;
}

.mTop25 {
  margin-top: 25px;
}

.mTop30 {
  margin-top: 30px;
}

.mTop35 {
  margin-top: 35px;
}

.mTop40 {
  margin-top: 40px;
}

.mTop45 {
  margin-top: 45px;
}

.mTop50 {
  margin-top: 50px;
}

/* magrin-bottomを5px刻みで50pxまで */
.mBottom0 {
  margin-bottom: 0px;
}

.mBottom5 {
  margin-bottom: 5px;
}

.mBottom10 {
  margin-bottom: 10px;
}

.mBottom15 {
  margin-bottom: 15px;
}

.mBottom20 {
  margin-bottom: 20px;
}

.mBottom25 {
  margin-bottom: 25px;
}

.mBottom30 {
  margin-bottom: 30px;
}

.mBottom35 {
  margin-bottom: 35px;
}

.mBottom40 {
  margin-bottom: 40px;
}

.mBottom45 {
  margin-bottom: 45px;
}

.mBottom50 {
  margin-bottom: 50px;
}

/* ================================================

- z-index

================================================ */
/* ================================================

-

================================================ */
.lozad {
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.lozad[data-loaded=true] {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

/* ================================================

- イージング

================================================ */
/* ================================================

- トップ共通

================================================ */
@media (hover: hover) {
  .top-yugioh__logoItem a:-moz-any-link:hover, .top-official__btn a:-moz-any-link:hover, .top-yugioh__btn3 a:-moz-any-link:hover, .top-yugioh__series__btn a:-moz-any-link:hover, .top-follow__btn a:-moz-any-link:hover, .status-btn__image a:-moz-any-link:hover, .top-originalVoice__btn a:-moz-any-link:hover, ul.top-menu__list li a:-moz-any-link:hover, ul.top-news__sns__list li a:-moz-any-link:hover, .top-mv__btn a:-moz-any-link:hover {
    opacity: 0.8;
  }
  .top-yugioh__logoItem a:any-link:hover,
  .top-official__btn a:any-link:hover,
  .top-yugioh__btn3 a:any-link:hover,
  .top-yugioh__series__btn a:any-link:hover,
  .top-follow__btn a:any-link:hover,
  .status-btn__image a:any-link:hover,
  .top-originalVoice__btn a:any-link:hover,
  ul.top-menu__list li a:any-link:hover,
  ul.top-news__sns__list li a:any-link:hover,
  .top-mv__btn a:any-link:hover {
    opacity: 0.8;
  }
  .top-originalVoice__btn button:enabled:hover {
    opacity: 0.8;
  }
}
.top-yugioh__logoItem a,
.top-official__btn a,
.top-yugioh__btn3 a,
.top-yugioh__series__btn a,
.top-follow__btn a,
.status-btn__image a,
.top-originalVoice__btn a,
.top-originalVoice__btn button,
.top-mv__btn a {
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}

.wrapper {
  position: relative;
}

.view-main {
  max-width: 750px;
  width: 100%;
  margin: 0 auto;
  background-color: #FFFFFF;
  -webkit-box-shadow: 0 0 16px rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 16px rgba(0, 0, 0, 0.5);
}

/*--- media screen ---*/
@media screen and (max-width: 768px) {
  .view-main {
    -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0.5);
            box-shadow: 0 0 0 rgba(0, 0, 0, 0.5);
  }
  #file {
    padding-top: 70px;
    margin-top: -70px;
  }
  #collabo {
    padding-top: 50px;
    margin-top: -50px;
  }
  #yugioh,
  #follow,
  #drawing,
  #webChallenge {
    padding-top: 40px;
    margin-top: -40px;
  }
}
/* ================================================

- MV

================================================ */
.top-mv {
  position: relative;
}

.top-mv__inner {
  max-width: 750px;
  width: 100%;
  margin: 0 auto;
}

.top-mv__btn {
  width: 165px;
  position: absolute;
  bottom: 243px;
  right: 17px;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
  z-index: 2;
}
.top-mv__btn a {
  display: block;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
.top-mv__btn a img.-back {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.top-mv__btn a img.-back {
  opacity: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.top-mv__btn a img.-front {
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}

.top-mv__schedule {
  width: 100%;
}

/*--- media screen ---*/
@media screen and (max-width: 768px) {
  .top-mv {
    margin-top: 40px;
  }
  .top-mv__btn {
    width: 22vw;
    bottom: 32.4vw;
    right: 2.267vw;
  }
}
/* ================================================

- sc2 news

================================================ */
.top-news {
  padding: 30px 0 74px;
}

.top-news__inner {
  padding: 0;
}

.top-news__shop {
  padding: 0 40px;
}

.top-news__main {
  width: 710px;
  min-height: 362px;
  margin: 60px auto 0;
  background-image: url("../images/sc2_news_bg.png");
  background-size: 710px;
  background-repeat: repeat;
  background-position: top center;
}

.top-news__main__inner {
  padding: 102px 49px 0;
}

.top-news__list {
  height: 220px;
  padding-right: 15px;
  overflow-y: scroll;
  scrollbar-color: #002D46 #efefef;
  scrollbar-width: thin;
}
.top-news__list dl {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-align: start;
  -webkit-box-align: start;
          align-items: flex-start;
  font-size: 2rem;
  line-height: 1.8;
  letter-spacing: 0.05em;
}
.top-news__list dl dt {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 150px;
  color: #3a6631;
  font-family: "M PLUS 2", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 700;
}
.top-news__list dl dd {
  font-family: "M PLUS 2", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 500;
}
.top-news__list dl:not(:first-child) {
  margin-top: 9px;
}

.top-news__list::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}

.top-news__list::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px #efefef;
          box-shadow: inset 0 0 6px #efefef;
}

.top-news__list::-webkit-scrollbar-thumb {
  background-color: #002D46;
}

.top-news__sns {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  width: 700px;
  margin: 46px auto 0;
  padding: 21px 24px 18px 21px;
  background-color: #FFFFFF;
  border-radius: 16px;
}

.top-news__sns__ttl {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 406px;
}

ul.top-news__sns__list {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  gap: 32px;
}
ul.top-news__sns__list li a {
  display: block;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
ul.top-news__sns__list li.-twitter {
  width: 69px;
}
ul.top-news__sns__list li.-cocoweb {
  width: 94px;
}

.top-news__shop__note p strong {
  font-family: "M PLUS 2", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 800;
}

/*--- media screen ---*/
@media screen and (max-width: 768px) {
  .top-news {
    padding: 4vw 0 9.867vw;
  }
  .top-news__shop {
    padding: 0 5.333vw;
  }
  .top-news__main {
    width: 94.667vw;
    min-height: 48.267vw;
    margin: 8vw auto 0;
    background-size: 94.667vw;
  }
  .top-news__main__inner {
    padding: 13.6vw 6.533vw 0;
  }
  .top-news__list {
    height: 29.333vw;
    padding-right: 2vw;
  }
  .top-news__list dl {
    font-size: 2.6666666667vw;
  }
  .top-news__list dl dt {
    width: 20vw;
  }
  .top-news__list dl:not(:first-child) {
    margin-top: 1.2vw;
  }
  .top-news__list::-webkit-scrollbar {
    width: 0.533vw;
    height: 0.533vw;
  }
  .top-news__list::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 0.8vw #efefef;
            box-shadow: inset 0 0 0.8vw #efefef;
  }
  .top-news__sns {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
            justify-content: space-between;
    -ms-flex-align: center;
    -webkit-box-align: center;
            align-items: center;
    width: 93.333vw;
    margin: 6.133vw auto 0;
    padding: 2.8vw 3.2vw 2.4vw 2.8vw;
    border-radius: 2.133vw;
  }
  .top-news__sns__ttl {
    width: 54.133vw;
  }
  ul.top-news__sns__list {
    gap: 4.267vw;
  }
  ul.top-news__sns__list li.-twitter {
    width: 9.2vw;
  }
  ul.top-news__sns__list li.-cocoweb {
    width: 12.533vw;
  }
}
/* ================================================

- ナビ

================================================ */
.top-menu {
  margin-top: 52px;
}

ul.top-menu__list {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: start;
  -webkit-box-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 39px 25px;
}
ul.top-menu__list li {
  width: 337px;
}
ul.top-menu__list li a {
  display: block;
}

/*--- media screen ---*/
@media screen and (max-width: 768px) {
  .top-menu {
    margin-top: 6.933vw;
  }
  ul.top-menu__list {
    gap: 5.2vw 3.333vw;
  }
  ul.top-menu__list li {
    width: 44.933vw;
  }
}
/* ================================================

- sc3 file

================================================ */
.top-file {
  background-image: url("../images/sc3_file_bg.png");
  background-size: 706px;
  background-repeat: no-repeat;
  background-position: top center;
  position: relative;
}
.top-file::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-image: url("../images/sc3_file_bg_frame.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top center;
  width: 706px;
  height: 5362px;
  z-index: 2;
  pointer-events: none;
}

.top-file__content {
  padding: 45px 0 100px;
}

.top-file__head {
  padding: 0 43px;
  position: relative;
  z-index: 2;
}

.top-file__ttl {
  width: 442px;
}

.top-file__summarys {
  margin-top: 18px;
}

.top-file__summary {
  position: relative;
}

.top-file__summary2 {
  position: relative;
}

.top-file__attn2 {
  margin-top: 9px;
  padding: 0 7px;
}
.top-file__attn2 p {
  font-size: 1.6rem;
  line-height: 1.375;
  font-family: "M PLUS 2", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  text-align: left;
}

.top-file__btn {
  margin-top: 25px;
}

.top-file__character {
  position: absolute;
  top: -140px;
  right: -22px;
  width: 258px;
  z-index: -1;
}

.top-file__choice {
  width: 621px;
  margin: 35px auto 0;
}

.top-file__schedule {
  width: 658px;
  margin: 22px auto 0;
}

.top-file__schedule.-schedule2 {
  margin: 80px auto 0;
}

.top-slider {
  margin-top: 32px;
}

.top-file__sldie {
  max-width: 685px;
  margin: 0 auto;
  min-height: 892px;
  padding-top: 17px;
  background-image: url("../images/sc3_file_slide1_bg.png");
  background-size: 582px;
  background-repeat: no-repeat;
  background-position: top center;
  position: relative;
}
.top-file__sldie .-endfilter {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  position: absolute;
  top: 0;
  left: 50%;
  translate: -50% 0;
  background-color: rgba(255, 255, 255, 0.9);
  width: 582px;
  height: 100%;
  z-index: 100;
}
.top-file__sldie .-endfilter p {
  font-size: 3.6rem;
  line-height: 1.5;
  font-family: "M PLUS 2", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 700;
  color: #000000;
}

.top-file__sldie.-bg2 {
  background-image: url("../images/sc3_file_slide2_bg.png");
}

.top-file__sldie:not(:first-of-type) {
  margin-top: 33px;
}

.swiper.slider__main {
  margin-top: 52px;
  padding-bottom: 55px;
}
.swiper.slider__main .swiper-slide {
  cursor: -webkit-grab;
  cursor: grab;
}
.swiper.slider__tmb .swiper-slide {
  opacity: 0;
  width: 539px;
  cursor: -webkit-grab;
  cursor: grab;
}
.swiper.slider__tmb .swiper-slide.swiper-slide-active {
  opacity: 1;
}

/* swiper
**********************/
.swiper-button-prev.slide__prev,
.swiper-button-next.slide__next {
  position: absolute;
  top: 292px;
  cursor: pointer;
  z-index: 11;
  -webkit-transition: opacity 0.3s cubic-bezier(0.77, 0, 0.175, 1);
  transition: opacity 0.3s cubic-bezier(0.77, 0, 0.175, 1);
}
.swiper-button-prev.slide__prev::after,
.swiper-button-next.slide__next::after {
  content: "";
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  width: 23px;
  height: 74px;
}
.swiper-button-prev.slide__prev:hover,
.swiper-button-next.slide__next:hover {
  opacity: 0.7;
}

.swiper-button-prev.swiper-button-disabled.slide__prev,
.swiper-button-next.swiper-button-disabled.slide__next {
  opacity: 0;
}

/* 前ページボタンのスタイル */
.swiper-button-prev.slide__prev {
  left: 105px;
}
.swiper-button-prev.slide__prev::after {
  left: 0;
  background-image: url("../images/slide_prev.png");
}

/* 次ページボタンのスタイル */
.swiper-button-next.slide__next {
  right: 105px;
}
.swiper-button-next.slide__next::after {
  right: 0;
  background-image: url("../images/slide_next.png");
}

.swiper-pagination.slider__pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: 0;
}

.swiper-pagination.slider__pagination .swiper-pagination-bullet {
  width: 16px;
  height: 16px;
  background-color: rgba(0, 0, 0, 0.3);
  opacity: 1;
}
.swiper-pagination.slider__pagination .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination.slider__pagination .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 26px;
}
.swiper-pagination.slider__pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #000000;
}

.top-file__note {
  margin-top: 24px;
  padding: 0 48px;
}

/*--- media screen ---*/
@media screen and (max-width: 768px) {
  .top-file {
    background-size: 94.133vw;
  }
  .top-file::before {
    width: 94.133vw;
    height: 714.933vw;
  }
  .top-file__content {
    padding: 6vw 0 13.333vw;
  }
  .top-file__head {
    padding: 0 5.733vw;
  }
  .top-file__ttl {
    width: 58.933vw;
  }
  .top-file__summarys {
    margin-top: 2.4vw;
  }
  .top-file__attn2 {
    margin-top: 1.2vw;
    padding: 0 0.933vw;
  }
  .top-file__attn2 p {
    font-size: 2.1333333333vw;
  }
  .top-file__btn {
    margin-top: 3.333vw;
  }
  .top-file__character {
    top: -18.667vw;
    right: -2.933vw;
    width: 33.6vw;
  }
  .top-file__choice {
    width: 82.8vw;
    margin: 4.667vw auto 0;
  }
  .top-file__schedule {
    width: 87.733vw;
    margin: 2.933vw auto 0;
  }
  .top-file__schedule.-schedule2 {
    margin: 10.667vw auto 0;
  }
  .top-slider {
    margin-top: 4.267vw;
  }
  .top-file__sldie {
    max-width: 91.333vw;
    margin: 0 auto;
    min-height: 118.933vw;
    padding-top: 2.267vw;
    background-size: 77.6vw;
  }
  .top-file__sldie .-endfilter {
    width: 77.6vw;
  }
  .top-file__sldie .-endfilter p {
    font-size: 4.8vw;
  }
  .top-file__sldie:not(:first-of-type) {
    margin-top: 4.4vw;
  }
  .swiper.slider__main {
    margin-top: 7.267vw;
    padding-bottom: 6.667vw;
  }
  .swiper.slider__main .swiper-slide {
    width: 53.333vw;
  }
  .swiper.slider__tmb .swiper-slide {
    width: 71.867vw;
  }
  /* swiper
  **********************/
  .swiper-button-prev.slide__prev,
  .swiper-button-next.slide__next {
    top: 38.933vw;
  }
  .swiper-button-prev.slide__prev::after,
  .swiper-button-next.slide__next::after {
    width: 3.067vw;
    height: 9.867vw;
  }
  /* 前ページボタンのスタイル */
  .swiper-button-prev.slide__prev {
    left: 12vw;
  }
  /* 次ページボタンのスタイル */
  .swiper-button-next.slide__next {
    right: 12vw;
  }
  .swiper-pagination.slider__pagination .swiper-pagination-bullet {
    width: 2.133vw;
    height: 2.133vw;
  }
  .swiper-pagination.slider__pagination .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
  .swiper-pagination.slider__pagination .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 3.467vw;
  }
  .top-file__note {
    margin-top: 3.2vw;
    padding: 0 6.4vw;
  }
}
/* ================================================

- sc3 collabo

================================================ */
.top-collabo {
  min-height: 5326px;
  margin-top: 22px;
  background-image: url("../images/sc4_collabo_bg.png");
  background-size: 706px;
  background-repeat: no-repeat;
  background-position: top center;
  position: relative;
}
.top-collabo::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-image: url("../images/sc4_collabo_bg_frame.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top center;
  width: 706px;
  height: 5326px;
  z-index: 2;
  pointer-events: none;
}

.top-collabo__inner {
  padding: 45px 0 40px;
}

.top-collabo__head {
  padding: 0 47px;
  position: relative;
  z-index: 2;
}

.top-collabo__ttl {
  width: 458px;
}

.top-collabo__summarys {
  margin-top: 39px;
}

.top-collabo__btn {
  margin-top: 129px;
}

.top-collabo__attn {
  margin-top: 10px;
  padding: 0 7px;
}
.top-collabo__attn p {
  font-size: 1.6rem;
  line-height: 1.375;
  font-family: "M PLUS 2", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  text-align: left;
}

.top-collabo__character {
  position: absolute;
  top: -77px;
  right: -22px;
  width: 281px;
  z-index: -1;
}

.top-collaboMain__block {
  position: relative;
  z-index: 1;
}

.top-collaboMain__schedule {
  width: 658px;
  margin: 40px auto 0;
}

.top-collaboMain__schedule.-schedule2 {
  margin: 32px auto 0;
}

ul.top-collaboMain__list {
  margin-top: 19px;
}

ul.top-collaboMain__list.-list2 {
  margin-top: 8px;
}
ul.top-collaboMain__list.-list2 .top-collaboMain__item:not(:first-of-type) {
  margin-top: 0;
}

.top-collaboMain__item {
  width: 672px;
  margin-left: auto;
  margin-right: auto;
}

.top-collaboMain__item:not(:first-of-type) {
  margin-top: 9px;
}

/*--- media screen ---*/
@media screen and (max-width: 768px) {
  .top-collabo {
    min-height: 710.133vw;
    margin-top: 2.933vw;
    background-size: 94.133vw;
  }
  .top-collabo::before {
    width: 94.133vw;
    height: 710.133vw;
  }
  .top-collabo__inner {
    padding: 6vw 0 5.333vw;
  }
  .top-collabo__head {
    padding: 0 6.267vw;
  }
  .top-collabo__ttl {
    width: 61.067vw;
  }
  .top-collabo__summarys {
    margin-top: 5.2vw;
  }
  .top-collabo__btn {
    margin-top: 17.2vw;
  }
  .top-collabo__attn {
    margin-top: 1.333vw;
    padding: 0 0.933vw;
  }
  .top-collabo__attn p {
    font-size: 2.1333333333vw;
  }
  .top-collabo__character {
    top: -10.267vw;
    right: -2.933vw;
    width: 37.467vw;
  }
  .top-collaboMain__schedule {
    width: 87.733vw;
    margin: 5.333vw auto 0;
  }
  .top-collaboMain__schedule.-schedule2 {
    margin: 4.267vw auto 0;
  }
  ul.top-collaboMain__list {
    margin-top: 2.533vw;
  }
  ul.top-collaboMain__list.-list2 {
    margin-top: 1.067vw;
  }
  .top-collaboMain__item {
    width: 89.6vw;
  }
  .top-collaboMain__item:not(:first-of-type) {
    margin-top: 1.2vw;
  }
}
/* ================================================

- sc5 mainMenu

================================================ */
.top-mainMenu {
  width: 708px;
  min-height: 2562px;
  margin: 51px auto 0;
  background-image: url("../images/sc5_mainMenu_bg.png");
  background-size: 708px;
  background-repeat: no-repeat;
  background-position: top center;
}

.top-mainMenu__inner {
  padding: 0 34px;
}

.top-mainMenu__content {
  padding-top: 44px;
}

.top-mainMenu__head {
  position: relative;
  z-index: 1;
}

.top-mainMenu__ttl {
  width: 440px;
}

.top-mainMenu__summarys {
  margin-top: 40px;
}

.top-mainMenu__summary {
  position: relative;
}

.top-mainMenu__summary2 {
  position: relative;
}

.top-mainMenu__character {
  position: absolute;
  top: -53px;
  right: -54px;
  width: 256px;
  z-index: -1;
}

ul.top-mainMenu__list {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-align: start;
  -webkit-box-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 15px 18px;
  margin: 31px auto 0;
}

.top-mainMenu__item {
  width: calc(50% - 9px);
}

/*--- media screen ---*/
@media screen and (max-width: 768px) {
  .top-mainMenu {
    width: 94.4vw;
    min-height: 341.6vw;
    margin: 6.8vw auto 0;
    background-size: 94.4vw;
  }
  .top-mainMenu__inner {
    padding: 0 4.533vw;
  }
  .top-mainMenu__content {
    padding-top: 5.867vw;
  }
  .top-mainMenu__ttl {
    width: 58.667vw;
  }
  .top-mainMenu__summarys {
    margin-top: 5.333vw;
  }
  .top-mainMenu__character {
    top: -7.067vw;
    right: -7.2vw;
    width: 34.133vw;
  }
  ul.top-mainMenu__list {
    gap: 2vw 2.4vw;
    margin: 4.133vw auto 0;
  }
  .top-mainMenu__item {
    width: calc(50% - 1.2vw);
  }
}
/* ================================================

- sc6 miniMenu

================================================ */
.top-miniMenu {
  width: 708px;
  min-height: 2445px;
  margin: 44px auto 0;
  background-image: url("../images/sc6_miniMenu_bg.png");
  background-size: 708px;
  background-repeat: no-repeat;
  background-position: top center;
}

.top-miniMenu__inner {
  padding: 0 38px;
}

.top-miniMenu__content {
  padding-top: 44px;
}

.top-miniMenu__head {
  position: relative;
  z-index: 1;
}

.top-miniMenu__ttl {
  width: 435px;
}

.top-minMenu__summarys {
  margin-top: 38px;
}

.top-miniMenu__character {
  position: absolute;
  top: -37px;
  right: -60px;
  width: 331px;
  z-index: -1;
}

.top-minMenu__price {
  width: 628px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.top-minMenu__price.-price1 {
  margin-top: 36px;
}

.top-minMenu__price.-price2 {
  margin-top: 69px;
}

ul.top-miniMenu__list {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-align: start;
  -webkit-box-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 12px 18px;
  margin: 20px auto 0;
}

ul.top-miniMenu__list.-list2 {
  margin-top: 30px;
}

.top-miniMenu__item {
  width: calc(50% - 9px);
}

/*--- media screen ---*/
@media screen and (max-width: 768px) {
  .top-miniMenu {
    width: 94.4vw;
    min-height: 326vw;
    margin: 5.867vw auto 0;
    background-size: 94.4vw;
  }
  .top-miniMenu__inner {
    padding: 0 5.067vw;
  }
  .top-miniMenu__content {
    padding-top: 5.867vw;
  }
  .top-miniMenu__ttl {
    width: 58vw;
  }
  .top-minMenu__summarys {
    margin-top: 5.067vw;
  }
  .top-miniMenu__character {
    top: -4.933vw;
    right: -8vw;
    width: 44.133vw;
  }
  .top-minMenu__price {
    width: 83.733vw;
  }
  .top-minMenu__price.-price1 {
    margin-top: 4.8vw;
  }
  .top-minMenu__price.-price2 {
    margin-top: 9.2vw;
  }
  ul.top-miniMenu__list {
    gap: 1.6vw 2.4vw;
    margin: 2.667vw auto 0;
  }
  .top-miniMenu__item {
    width: calc(50% - 1.2vw);
  }
}
/* ================================================

- sc7 other

================================================ */
.top-other {
  margin-top: 58px;
}

.top-other__inner {
  padding: 0 10px 0 15px;
}

.top-other__list p {
  font-size: 2.4rem;
  line-height: 1.636;
  letter-spacing: 0.05em;
  font-family: "M PLUS 2", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  color: #FFFFFF;
}
.top-other__list p a {
  color: #FFFFFF;
}

/*--- media screen ---*/
@media screen and (max-width: 768px) {
  .top-other {
    margin-top: 7.733vw;
  }
  .top-other__inner {
    padding: 0 1.333vw 0 2vw;
  }
  .top-other__list p {
    font-size: 3.2vw;
  }
}
/* ================================================

- sc7 takeout

================================================ */
.top-takeout {
  width: 700px;
  min-height: 369px;
  margin: 70px auto 0;
  background-image: url("../images/sc7_takeout_bg.png");
  background-size: 700px;
  background-repeat: no-repeat;
  background-position: top center;
}

.top-takeout__inner {
  padding: 42px 39px 0 64px;
}

.top-takeout__layout {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  gap: 46px;
}

.top-takeout__icon {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 105px;
}

.top-takeout__summary {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
}

.top-takeout__summary__ttl {
  font-size: 2.3rem;
  letter-spacing: 0;
  font-family: "M PLUS 2", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 700;
}

.top-takeout__list {
  margin-top: 16px;
}
.top-takeout__list li {
  font-size: 1.5rem;
  line-height: 1.2;
  letter-spacing: 0.03em;
  font-family: "M PLUS 2", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
}
.top-takeout__list li:not(:first-of-type) {
  margin-top: 10px;
}

/*--- media screen ---*/
@media screen and (max-width: 768px) {
  .top-takeout {
    width: 93.333vw;
    min-height: 49.2vw;
    margin: 9.333vw auto 0;
    background-size: 93.333vw;
  }
  .top-takeout__inner {
    padding: 5.6vw 5.2vw 0 8.533vw;
  }
  .top-takeout__layout {
    gap: 6.133vw;
  }
  .top-takeout__icon {
    width: 14vw;
  }
  .top-takeout__summary__ttl {
    font-size: 3.0666666667vw;
  }
  .top-takeout__list {
    margin-top: 2.133vw;
  }
  .top-takeout__list li {
    font-size: 2vw;
  }
  .top-takeout__list li:not(:first-of-type) {
    margin-top: 1.333vw;
  }
}
/* ================================================

- sc7 sideMenu

================================================ */
.top-poster {
  width: 700px;
  min-height: 369px;
  margin: 51px auto 0;
  background-image: url("../images/sc7_poster_bg.png");
  background-size: 700px;
  background-repeat: no-repeat;
  background-position: top center;
}

.top-poster__inner {
  padding: 56px 27px 0 50px;
}

.top-poster__layout {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  gap: 30px;
}

.top-poster__smaple {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 279px;
}

.top-poster__content {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
}

.top-poster__attn {
  width: 80px;
  margin: 0 auto;
  translate: -17px 0;
}

.top-poster__summarys {
  margin-top: 12px;
}

.top-poster__summary p {
  font-size: 1.5rem;
  line-height: 1.5867;
  letter-spacing: 0;
  font-family: "M PLUS 2", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 500;
}

.top-poster__note {
  margin-top: 10px;
}
.top-poster__note p {
  font-size: 1.4rem;
  line-height: 1.4;
  letter-spacing: 0;
  font-family: "M PLUS 2", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
}
.top-poster__note p:not(:first-of-type) {
  margin-top: 10px;
}

/*--- media screen ---*/
@media screen and (max-width: 768px) {
  .top-poster {
    width: 93.333vw;
    min-height: 49.2vw;
    margin: 6.8vw auto 0;
    background-size: 93.333vw;
  }
  .top-poster__inner {
    padding: 7.467vw 3.6vw 0 6.667vw;
  }
  .top-poster__layout {
    gap: 4.533vw;
  }
  .top-poster__smaple {
    width: 37.2vw;
  }
  .top-poster__attn {
    width: 10.667vw;
    translate: -2.267vw 0;
  }
  .top-poster__summarys {
    margin-top: 1.6vw;
  }
  .top-poster__summary p {
    font-size: 2vw;
  }
  .top-poster__note {
    margin-top: 1.333vw;
  }
  .top-poster__note p {
    font-size: 1.8666666667vw;
  }
  .top-poster__note p:not(:first-of-type) {
    margin-top: 1.333vw;
  }
}
/* ================================================

- sc8 webChallenge

================================================ */
.top-webChallenge {
  width: 701px;
  min-height: 2779px;
  margin: 62px auto 0;
  background-image: url("../images/sc8_webChallenge_bg.png");
  background-size: 701px;
  background-repeat: no-repeat;
  background-position: top center;
}

.top-webChallenge__content {
  padding-top: 44px;
}

.top-webChallenge__head {
  padding: 0 37px;
  position: relative;
  z-index: 1;
}

.top-webChallenge__ttl {
  width: 432px;
}

.top-webChallenge__summarys {
  margin-top: 23px;
  max-width: 426px;
}

.top-webChallenge__summary {
  position: relative;
}

.top-webChallenge__summary2 {
  margin-top: 5px;
  position: relative;
}

.top-webChallenge__character {
  position: absolute;
  top: -4px;
  right: -25px;
  width: 295px;
  z-index: -1;
}

.top-webChallenge__schedule {
  width: 628px;
  margin: 49px auto 0;
  position: relative;
  z-index: 1;
}

.top-webChallenge__item {
  width: 721px;
  margin: 20px auto 0;
  position: relative;
  z-index: 1;
}

.top-webChallenge__item__txt {
  margin-top: 24px;
  text-align: center;
}
.top-webChallenge__item__txt p {
  font-size: 2rem;
  line-height: 1.4;
  font-family: "M PLUS 2", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.05em;
}

.top-webChallenge__item__note {
  margin-top: 20px;
  text-align: center;
}

.top-webChallenge__alert {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  width: 364px;
  min-height: 36px;
  margin: 40px auto 0;
  font-size: 2rem;
  font-family: "M PLUS 2", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 800;
  text-align: center;
  color: #cc0000;
  background-color: #FFFFFF;
  border: solid 2px #cc0000;
}

.top-webChallenge__ol {
  width: 702px;
  margin: 40px auto 0;
}

.top-webChallenge__ol__note {
  margin-top: 43px;
  font-size: 2rem;
  font-family: "M PLUS 2", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 500;
  text-align: center;
}

.top-webChallenge__root {
  position: relative;
  margin-top: 37px;
  padding-top: 59px;
}

.top-webChallenge__subTtl {
  width: 206px;
  position: absolute;
  top: 0;
  left: 50%;
  translate: -50% 0;
  z-index: 1;
}

.top-webChallenge__root__item {
  width: 628px;
  min-height: 127px;
  margin: 0 auto;
  padding-top: 23px;
  background-image: url("../images/sc8_webChallenge_flow_bg.png");
  background-size: 628px;
  background-repeat: repeat;
  background-position: top center;
  position: relative;
}
.top-webChallenge__root__item p {
  font-size: 2rem;
  line-height: 1.4;
  font-family: "M PLUS 2", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 700;
  text-align: center;
}
.top-webChallenge__root__item p span.-red {
  color: #ff0000;
}
.top-webChallenge__root__item p a {
  color: #000000;
  text-decoration: underline;
  position: relative;
}
.top-webChallenge__root__item p a::before {
  content: "▶︎";
  position: absolute;
  right: -25px;
  top: 50%;
  translate: 0 -50%;
}

.top-webChallenge__root__item.-line3 {
  padding-top: 10px;
}

.top-webChallenge__root__item:not(:first-of-type) {
  margin-top: 9px;
}

.top-webChallenge__root__item.-last {
  padding-right: 270px;
}
.top-webChallenge__root__item.-last p {
  text-align: right;
}

.top-webChallenge__root__receipt {
  width: 253px;
  position: absolute;
  top: -14px;
  right: 10px;
}

.top-webChallenge__root__result {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  width: 628px;
  min-height: 114px;
  margin: 5px auto 0;
  background-color: #ff0041;
}
.top-webChallenge__root__result p {
  font-size: 3rem;
  line-height: 1.4;
  letter-spacing: 0.05em;
  font-family: "M PLUS 2", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 500;
  text-align: center;
  color: #FFFFFF;
}

.top-webChallenge__note.m-note {
  margin-top: 7px;
}
.top-webChallenge__note.m-note p {
  font-family: "M PLUS 2", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0;
  text-align: center;
}

.top-webChallenge__btn {
  width: 508px;
  margin: 44px auto 0;
}
.top-webChallenge__btn a {
  display: block;
}

.m-btn.top-webChallenge__btn.-after button,
.m-btn.top-webChallenge__btn.-after a,
.m-btn.top-webChallenge__btn.-before button,
.m-btn.top-webChallenge__btn.-before a {
  min-height: 100px;
  color: #FFFFFF;
  cursor: default;
  background-image: none;
  background-color: #cccccc;
}
.m-btn.top-webChallenge__btn.-after button::after,
.m-btn.top-webChallenge__btn.-after a::after,
.m-btn.top-webChallenge__btn.-before button::after,
.m-btn.top-webChallenge__btn.-before a::after {
  display: none;
}
.m-btn.top-webChallenge__btn.-after button::before,
.m-btn.top-webChallenge__btn.-after a::before,
.m-btn.top-webChallenge__btn.-before button::before,
.m-btn.top-webChallenge__btn.-before a::before {
  display: none;
}
.m-btn.top-webChallenge__btn.-after button:hover,
.m-btn.top-webChallenge__btn.-after a:hover,
.m-btn.top-webChallenge__btn.-before button:hover,
.m-btn.top-webChallenge__btn.-before a:hover {
  background-color: #cccccc;
}

.top-webChallenge__point {
  margin-top: 49px;
}

.top-webChallenge__calculation__sample {
  width: 628px;
  margin: 0 auto;
}

/*--- media screen ---*/
@media screen and (max-width: 768px) {
  .top-webChallenge {
    width: 93.467vw;
    min-height: 370.533vw;
    margin: 8.267vw auto 0;
    background-size: 93.467vw;
  }
  .top-webChallenge__content {
    padding-top: 5.867vw;
  }
  .top-webChallenge__head {
    padding: 0 4.933vw;
  }
  .top-webChallenge__ttl {
    width: 57.6vw;
  }
  .top-webChallenge__summarys {
    margin-top: 3.067vw;
    max-width: 56.8vw;
  }
  .top-webChallenge__summary2 {
    margin-top: 0.667vw;
  }
  .top-webChallenge__character {
    top: -0.533vw;
    right: -3.333vw;
    width: 39.333vw;
  }
  .top-webChallenge__schedule {
    width: 83.733vw;
    margin: 6.533vw auto 0;
  }
  .top-webChallenge__item {
    width: 96.133vw;
    margin: 2.667vw auto 0;
  }
  .top-webChallenge__item__txt {
    margin-top: 3.2vw;
  }
  .top-webChallenge__item__txt p {
    font-size: 2.6666666667vw;
  }
  .top-webChallenge__item__note {
    margin-top: 2.667vw;
  }
  .top-webChallenge__alert {
    width: 48.533vw;
    min-height: 4.8vw;
    margin: 5.333vw auto 0;
    font-size: 2.6666666667vw;
  }
  .top-webChallenge__ol {
    width: 93.6vw;
    margin: 5.333vw auto 0;
  }
  .top-webChallenge__ol__note {
    margin-top: 5.733vw;
    font-size: 2.6666666667vw;
  }
  .top-webChallenge__root {
    margin-top: 4.933vw;
    padding-top: 7.867vw;
  }
  .top-webChallenge__subTtl {
    width: 27.467vw;
  }
  .top-webChallenge__root__item {
    width: 83.733vw;
    min-height: 16.933vw;
    padding-top: 3.067vw;
    background-size: 83.733vw;
  }
  .top-webChallenge__root__item p {
    font-size: 2.6666666667vw;
  }
  .top-webChallenge__root__item p a::before {
    right: -3.333vw;
  }
  .top-webChallenge__root__item.-line3 {
    padding-top: 1.333vw;
  }
  .top-webChallenge__root__item:not(:first-of-type) {
    margin-top: 1.2vw;
  }
  .top-webChallenge__root__item.-last {
    padding-right: 36vw;
  }
  .top-webChallenge__root__receipt {
    width: 33.733vw;
    top: -1.867vw;
    right: 1.333vw;
  }
  .top-webChallenge__root__result {
    width: 83.733vw;
    min-height: 15.2vw;
    margin: 0.667vw auto 0;
  }
  .top-webChallenge__root__result p {
    font-size: 4vw;
  }
  .top-webChallenge__note.m-note {
    margin-top: 0.933vw;
  }
  .top-webChallenge__btn {
    width: 67.733vw;
    margin: 5.867vw auto 0;
  }
  .m-btn.top-webChallenge__btn.-after button,
  .m-btn.top-webChallenge__btn.-after a,
  .m-btn.top-webChallenge__btn.-before button,
  .m-btn.top-webChallenge__btn.-before a {
    min-height: 13.333vw;
  }
  .top-webChallenge__point {
    margin-top: 6.533vw;
  }
  .top-webChallenge__calculation__sample {
    width: 83.733vw;
  }
}
/* ================================================

- sc16 フォロー＆リツィート

================================================ */
.top-follow {
  width: 701px;
  min-height: 1042px;
  margin: 60px auto 0;
  background-image: url("../images/sc16_follow_bg.png");
  background-size: 701px;
  background-repeat: no-repeat;
  background-position: top center;
}

.top-follow__content {
  padding-top: 68px;
}

.top-follow__head {
  padding: 0 36px;
  position: relative;
  z-index: 1;
}

.top-follow__ttl {
  width: 586px;
}

.top-follow__summarys {
  position: relative;
}

.top-follow__character {
  position: absolute;
  top: 112px;
  right: -24px;
  width: 237px;
  z-index: -1;
}

.top-follow__schedule {
  width: 628px;
  margin: 37px auto 0;
  position: relative;
}

.top-follow__btn {
  width: 548px;
  margin: 48px auto 0;
}
.top-follow__btn a {
  display: block;
}

/*--- media screen ---*/
@media screen and (max-width: 768px) {
  .top-follow {
    width: 93.467vw;
    min-height: 138.933vw;
    margin: 8vw auto 0;
    background-size: 93.467vw;
  }
  .top-follow__content {
    padding-top: 9.067vw;
  }
  .top-follow__head {
    padding: 0 4.8vw;
  }
  .top-follow__ttl {
    width: 78.133vw;
  }
  .top-follow__character {
    top: 14.933vw;
    right: -3.2vw;
    width: 31.6vw;
  }
  .top-follow__schedule {
    width: 83.733vw;
    margin: 4.933vw auto 0;
  }
  .top-follow__btn {
    width: 73.067vw;
    margin: 6.4vw auto 0;
  }
}
/* ================================================

- sc13 遊☆戯☆王

================================================ */
.top-yugioh {
  margin-top: 68px;
}

.top-yugioh__inner {
  padding: 0 32px;
}

.top-yugioh__contact {
  width: 682px;
  margin: 0 auto;
}

.top-yugioh__logo {
  width: 223px;
  margin: 63px auto 0;
}

.top-yugioh__logoTxt {
  width: 617px;
  margin: 22px auto 0;
}

.top-yugioh__series {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-align: start;
  -webkit-box-align: start;
          align-items: flex-start;
  width: 100%;
  margin-top: 67px;
}

.top-yugioh__series__item {
  width: 327px;
}

.top-yugioh__series__logo {
  width: 269px;
  margin: 0 auto;
}

.top-yugioh__series__btn {
  margin-top: 25px;
}
.top-yugioh__series__btn a {
  display: block;
}

.top-yugioh__summary.m-summary {
  margin-top: 34px;
  padding: 0 20px;
}
.top-yugioh__logoList {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-align: start;
  -webkit-box-align: start;
          align-items: flex-start;
  width: 100%;
  margin-top: 49px;
}

.top-yugioh__logoItem {
  width: 207px;
}
.top-yugioh__logoItem a {
  display: block;
}

.top-yugioh__appTxt {
  width: 419px;
  margin: 25px auto 0;
}

.top-yugioh__logo3 {
  width: 469px;
  margin: 88px auto 0;
}

.top-yugioh__btn3 {
  width: 427px;
  margin: 25px auto 0;
}
.top-yugioh__btn3 a {
  display: block;
}

.top-yugioh__summary2.m-summary {
  margin-top: 12px;
}
.top-yugioh__summary2.m-summary p {
  text-align: center;
}

/*--- media screen ---*/
@media screen and (max-width: 768px) {
  .top-yugioh {
    margin-top: 9.067vw;
  }
  .top-yugioh__inner {
    padding: 0 4.267vw;
  }
  .top-yugioh__contact {
    width: 90.933vw;
  }
  .top-yugioh__logo {
    width: 29.733vw;
    margin: 8.4vw auto 0;
  }
  .top-yugioh__logoTxt {
    width: 82.267vw;
    margin: 2.933vw auto 0;
  }
  .top-yugioh__series {
    margin-top: 8.933vw;
  }
  .top-yugioh__series__item {
    width: 43.6vw;
  }
  .top-yugioh__series__logo {
    width: 35.867vw;
  }
  .top-yugioh__series__btn {
    margin-top: 3.333vw;
  }
  .top-yugioh__summary.m-summary {
    margin-top: 4.533vw;
    padding: 0 2.667vw;
  }
  .top-yugioh__logoList {
    margin-top: 6.533vw;
  }
  .top-yugioh__logoItem {
    width: 27.6vw;
  }
  .top-yugioh__appTxt {
    width: 55.867vw;
    margin: 3.333vw auto 0;
  }
  .top-yugioh__logo3 {
    width: 62.533vw;
    margin: 11.733vw auto 0;
  }
  .top-yugioh__btn3 {
    width: 56.933vw;
    margin: 3.333vw auto 0;
  }
  .top-yugioh__summary2.m-summary {
    margin-top: 1.6vw;
  }
}
/* ================================================

- sc14 ココス

================================================ */
.top-cocosWeb {
  margin-top: 122px;
  padding-bottom: 90px;
}

.top-cocosWeb__inner {
  padding: 0 24px;
}

.top-cocosWeb__logo {
  width: 290px;
  margin: 0 auto;
}

.top-cocosWeb__summary {
  margin-top: 43px;
  padding: 0 35px;
}

.top-official__btn {
  width: 610px;
  margin: 36px auto 0;
}

/*--- media screen ---*/
@media screen and (max-width: 768px) {
  .top-cocosWeb {
    margin-top: 16.267vw;
    padding-bottom: 12vw;
  }
  .top-cocosWeb__inner {
    padding: 0 3.2vw;
  }
  .top-cocosWeb__logo {
    width: 38.667vw;
  }
  .top-cocosWeb__summary {
    margin-top: 5.733vw;
    padding: 0 4.667vw;
  }
  .top-official__btn {
    width: 81.333vw;
    margin: 4.8vw auto 0;
  }
}
/* ================================================

- トランジション

================================================ */
.v-enter-active,
.v-leave-active {
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-timing-function: cubic-bezier(0.17, 0.67, 0.83, 0.67);
          transition-timing-function: cubic-bezier(0.17, 0.67, 0.83, 0.67);
}

.v-enter-active {
  opacity: 0;
  -webkit-transform: translateY(-30px);
          transform: translateY(-30px);
}

.v-enter-to,
.v-leave-active {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.v-leave-to {
  opacity: 0;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
}

/* ================================================

-

================================================ */