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

- Base

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

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

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

- フォント

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

-

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

- 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);
}

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

- イージング

================================================ */
.m-note.top-spice__note {
  margin-top: 50px;
}
.m-note.top-spice__note p {
  font-size: 1.4rem;
}
.m-note.top-spice__note p:first-child {
  line-height: 2.143;
}

.top-takeout {
  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;
  margin-top: 70px;
  padding: 30px 32px 40px 104px;
  background-color: #FFFFFF;
  border: solid 4px #adc2bf;
}

.top-poster.-shibuyajihen,
.top-takeout.-shibuyajihen {
  border: solid 4px #adc2bf;
}

.top-takeout__icon {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 99px;
  -webkit-transform: translateY(-20px);
          transform: translateY(-20px);
}

.top-takeout__desc {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  margin-left: 94px;
}

.top-takeout__ttl {
  font-size: 2rem;
  line-height: 1.5;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

ul.top-takeout__list {
  margin-top: 17px;
}
ul.top-takeout__list li {
  font-size: 1.4rem;
  line-height: 1.429;
}
ul.top-takeout__list li:not(:first-child) {
  margin-top: 10px;
}

.top-poster {
  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;
  margin-top: 37px;
  padding: 49px 36px 44px 60px;
  background-color: #FFFFFF;
  border: solid 4px #adc2bf;
}

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

.top-poster__note {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  margin-left: 47px;
  padding-top: 98px;
  position: relative;
}
.top-poster__note::before {
  content: "";
  position: absolute;
  top: 0;
  left: 129px;
  background-image: url("../images/common/icon_att.png");
  background-size: contain;
  background-repeat: no-repeat;
  width: 94px;
  height: 76px;
}
.top-poster__note p {
  font-size: 1.4rem;
  line-height: 1.429;
}

.top-poster__list {
  margin-top: 10px;
}
.top-poster__list p:last-child {
  margin-top: 10px;
}

#panelArea {
  padding-top: 40px;
  margin-top: -40px;
}

/*--- media screen ---*/
@media screen and (max-width: 768px) {
  #voice,
  #panelArea,
  #touchPanel,
  #movie,
  #store,
  #shop,
  #panel,
  #originalGoods,
  #broadcast,
  #drawing,
  #webChallenge,
  #collabo2,
  #collabo,
  #file {
    padding-top: 40px;
    margin-top: -40px;
  }
  .m-note.top-spice__note {
    margin-top: 4.533vw;
  }
  .m-note.top-spice__note p {
    font-size: 2.6041666667vw;
  }
  .m-note.top-spice__note p:first-child {
    line-height: 2.143;
  }
  .top-takeout {
    margin-top: 10.4vw;
    padding: 4.533vw 4.533vw 6.933vw 6.933vw;
    border: solid 0.533vw #adc2bf;
  }
  .top-poster.-shibuyajihen,
  .top-takeout.-shibuyajihen {
    border: solid 0.533vw #adc2bf;
  }
  .top-takeout__icon {
    width: 13.333vw;
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
  .top-takeout__desc {
    margin-left: 6.4vw;
  }
  .top-takeout__ttl {
    font-size: 2.6041666667vw;
  }
  ul.top-takeout__list {
    margin-top: 1.333vw;
  }
  ul.top-takeout__list li {
    font-size: 2.6041666667vw;
    line-height: 1.429;
  }
  ul.top-takeout__list li:not(:first-child) {
    margin-top: 0.533vw;
  }
  .top-poster {
    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;
    margin-top: 5.067vw;
    padding: 17.867vw 3.2vw 9.067vw 5.867vw;
    border: solid 0.533vw #adc2bf;
  }
  .top-poster__smaple {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 38.133vw;
  }
  .top-poster__note {
    margin-left: 4.8vw;
    padding-top: 0;
  }
  .top-poster__note::before {
    top: -12vw;
    left: -9.867vw;
    width: 12.533vw;
    height: 10.4vw;
  }
  .top-poster__note p {
    font-size: 2.6041666667vw;
    line-height: 1.429;
  }
  .top-poster__list {
    margin-top: 2.667vw;
  }
  .top-poster__list p:last-child {
    margin-top: 2.667vw;
  }
}
/* ================================================

- MV

================================================ */
.top-bg {
  background-color: #08204c;
}

.top-mv {
  background-image: url("../images/sc1_bg.jpg");
  background-size: cover;
  background-position: top center;
  position: relative;
}
.top-mv::after {
  content: "";
  position: absolute;
  bottom: -130px;
  left: 0;
  width: 100%;
  height: 325px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(70%, rgb(8, 32, 76)));
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgb(8, 32, 76) 70%);
}

.top-mv {
  position: relative;
}

.top-mv__main {
  max-width: 960px;
  width: 100%;
  margin: -50px auto 0;
  position: relative;
}

.top-mv__schedule {
  max-width: 808px;
  width: 100%;
  position: absolute;
  left: 50%;
  bottom: 122px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 1;
}

.top-mv__schedule__btn {
  max-width: 206px;
  width: 100%;
  position: absolute;
  right: 16px;
  z-index: 1;
}
.top-mv__schedule__btn a {
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}

.top-mv__schedule__btn.-menu1 {
  top: 14px;
}

.top-mv__schedule__btn.-menu2 {
  bottom: 18px;
}

@media (hover: hover) {
  .top-mv__schedule__btn a:-moz-any-link:hover {
    opacity: 0.8;
  }
  .top-mv__schedule__btn a:any-link:hover {
    opacity: 0.8;
  }
}
.top-mv__btn {
  width: 180px;
  position: absolute;
  top: 410px;
  left: calc(50% + 389px);
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -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:hover {
  opacity: 0.8;
}
.top-mv__btn a:hover img.-front {
  opacity: 0;
}
.top-mv__btn a:hover img.-back {
  opacity: 1;
}
.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;
}

/*--- media screen ---*/
@media screen and (max-width: 768px) {
  .top-mv {
    background-image: none;
  }
  .top-mv__main {
    margin: 40px auto 0;
  }
  .top-mv__schedule {
    width: 93.6vw;
    bottom: -12.6vw;
  }
  .top-mv__schedule__btn {
    width: 35.6vw;
    right: 3.467vw;
  }
  .top-mv__schedule__btn.-menu1 {
    top: 2.133vw;
  }
  .top-mv__schedule__btn.-menu2 {
    bottom: 3.467vw;
  }
  .top-mv__btn {
    width: 18.667vw;
    position: absolute;
    top: auto;
    left: auto;
    right: 1.867vw;
    bottom: 92.533vw;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
/* ================================================

- sc2 news

================================================ */
.top-newsMenu {
  margin-top: -116px;
  padding-bottom: 92px;
}

.top-news__row {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-align: stretch;
  -webkit-box-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  margin-top: 4px;
}

.top-news__ttl {
  max-width: 85px;
  width: 100%;
}

.top-news__main {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 512px;
  position: relative;
}

.top-news__main__inner {
  position: relative;
}

.top-news__list {
  height: 132px;
  overflow-y: scroll;
  padding: 0 0 15px 0x;
  scrollbar-color: transparent transparent;
  scrollbar-width: thin;
  position: relative;
}
.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;
  padding-top: 10px;
  padding-bottom: 14px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 1.4rem;
  line-height: 1.429;
  color: #FFFFFF;
  background-color: #000000;
}
.top-news__list dl dt {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 96px;
}
.top-news__list dl dd {
  text-decoration: underline;
}
.top-news__list dl dd a {
  color: #2c496d;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.top-news__list dl dd a:hover {
  opacity: 0.7;
}
.top-news__list dl:not(:first-of-type) {
  margin-top: 3px;
}

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

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

.top-news__list::-webkit-scrollbar-thumb {
  background-color: transparent;
}

.top-news__sns {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 264px;
  margin-left: 20px;
  padding: 18px 0 4px;
  background-color: #FFFFFF;
  position: relative;
  z-index: 1;
  -webkit-box-shadow: 0px 6px 5.64px 0.36px rgba(176, 176, 218, 0.004);
          box-shadow: 0px 6px 5.64px 0.36px rgba(176, 176, 218, 0.004);
}

.top-news__sns__ttl {
  width: 198px;
  margin: 0 auto;
}

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;
  margin-top: 19px;
  gap: 50px;
}
ul.top-news__sns__list li a {
  display: block;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
ul.top-news__sns__list li a:hover {
  opacity: 0.7;
}
ul.top-news__sns__list li.-twitter {
  width: 35px;
}
ul.top-news__sns__list li.-instagram {
  width: 40px;
}
ul.top-news__sns__list li.-cocoweb {
  width: 64px;
}

.top-menu {
  max-width: 800px;
  width: 100%;
  margin: 26px auto 0;
}

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: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 14px 12px;
}
ul.top-menu__list li {
  width: calc(20% - 12px);
  position: relative;
}
ul.top-menu__list li a {
  display: block;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
ul.top-menu__list li a:hover {
  opacity: 0.7;
}

.top-schedule {
  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: 100%;
  min-height: 121px;
  background-color: #000000;
}
.top-schedule p {
  font-size: 2.4rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
  color: #FFFFFF;
}

/*--- media screen ---*/
@media screen and (max-width: 768px) {
  .top-newsMenu {
    margin-top: 16vw;
    padding-bottom: 19.333vw;
  }
  .top-newsMenu__inner {
    padding: 0 4vw;
  }
  .top-news__row {
    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;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 0.533vw;
  }
  .top-news__ttl {
    max-width: 100%;
    width: 15.733vw;
  }
  .top-news__main {
    width: 100%;
  }
  .top-news__list {
    height: 22.667vw;
    padding: 0 0 4vw 0x;
  }
  .top-news__list dl {
    padding-top: 1.467vw;
    padding-bottom: 2.267vw;
    padding-left: 3.733vw;
    padding-right: 2.667vw;
    font-size: 2.4739583333vw;
  }
  .top-news__list dl dt {
    width: 17.2vw;
  }
  .top-news__list dl:not(:first-child) {
    margin-top: 0.533vw;
  }
  .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 transparent;
            box-shadow: inset 0 0 0.8vw transparent;
  }
  .top-news__sns {
    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;
    width: 100%;
    margin-left: 0;
    margin-top: 9.667vw;
    padding: 4.8vw 2.667vw 4.533vw 7.467vw;
    -webkit-box-shadow: 0px 6px 5.64px 0.36px rgba(176, 176, 218, 0.004);
            box-shadow: 0px 6px 5.64px 0.36px rgba(176, 176, 218, 0.004);
  }
  .top-news__sns__ttl {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 45.6vw;
    margin: 0;
  }
  ul.top-news__sns__list {
    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: 8vw;
    margin-top: 0;
    margin-left: 8.533vw;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  ul.top-news__sns__list li:not(:first-child) {
    margin-left: 0;
  }
  ul.top-news__sns__list li.-twitter {
    width: 6.267vw;
  }
  ul.top-news__sns__list li.-instagram {
    width: 6.667vw;
  }
  ul.top-news__sns__list li.-cocoweb {
    width: 10.533vw;
  }
  .top-menu {
    max-width: 100%;
    margin: 9.333vw auto 0;
  }
  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: center;
    -webkit-box-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 2.4vw 2vw;
  }
  ul.top-menu__list li {
    width: calc(33.3333333333% - 1.3333333333vw);
    position: relative;
  }
  .top-schedule {
    min-height: 18.133vw;
  }
  .top-schedule p {
    font-size: 3.90625vw;
    line-height: 1.333;
    text-align: center;
  }
}
/* ================================================

- sc3 file

================================================ */
.top-file {
  padding: 90px 0 147px;
  background-color: #FFFFFF;
  background-image: url("../images/sc3_file_bg.jpg");
  background-size: cover;
  background-repeat: repeat;
  background-position: center top;
}

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

.top-file__ttl {
  max-width: 857px;
  width: 857px;
}

.top-file__desc {
  margin-top: 11px;
}
.top-file__desc p {
  font-size: 1.6rem;
  line-height: 1.25;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  text-shadow: 1px 1px 0 #FFF, -1px -1px 0 #FFF, -1px 1px 0 #FFF, 1px -1px 0 #FFF, 0px 1px 0 #FFF, 0 -1px 0 #FFF, -1px 0 0 #FFF, 1px 0 0 #FFF;
}
.top-file__desc p span {
  font-size: 1.6rem;
}

.top-file__attn {
  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;
  min-height: 30px;
  margin-top: 12px;
  padding: 2px 10px;
  background-color: #cf0000;
}
.top-file__attn p {
  font-size: 1.6rem;
  line-height: 1.5;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  color: #fff000;
  text-align: center;
}

.top-file__attn.-panel {
  border: solid 2px #FFFFFF;
}

.top-file__block {
  margin-top: 15px;
}

.top-file__block.-block2 {
  margin-top: 50px;
}

.top-file__subTtl {
  font-size: 2.4rem;
  letter-spacing: -0.05em;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
}

ul.top-file__list {
  margin-top: -6px;
}
ul.top-file__list li {
  width: 803px;
  position: relative;
}
ul.top-file__list li .-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;
  left: 0;
  bottom: 0;
  background-color: rgba(208, 208, 208, 0.8);
  width: 803px;
  height: 210px;
}
ul.top-file__list li .-endfilter p {
  font-size: 2.4rem;
  letter-spacing: -0.05em;
  line-height: 1.5;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  text-shadow: 1px 1px 0 #FFFFFF, -1px -1px 0 #FFFFFF, -1px 1px 0 #FFFFFF, 1px -1px 0 #FFFFFF, 0px 1px 0 #FFFFFF, 0 -1px 0 #FFFFFF, -1px 0 0 #FFFFFF, 1px 0 0 #FFFFFF;
  -webkit-transform: rotate(0.03deg);
          transform: rotate(0.03deg);
}
ul.top-file__list li .-endfilter.-red {
  color: #ff0000;
}
ul.top-file__list li:not(:first-child) {
  margin-top: 15px;
}

ul.top-file__list.-comingsoon {
  margin-top: 12px;
}

.top-file__note {
  max-width: 800px;
  width: 100%;
  margin: 40px auto 0;
}
/*--- media screen ---*/
@media screen and (max-width: 768px) {
  .top-file {
    padding: 10.667vw 0 16.333vw;
    background-image: url("../images/sc3_file_bg_sp.jpg");
  }
  .top-file__inner {
    padding: 0 4vw;
  }
  .top-file__ttl {
    width: 92.8vw;
  }
  .top-file__desc {
    margin-top: 0.8vw;
  }
  .top-file__desc p {
    font-size: 3.125vw;
    line-height: 1.5;
  }
  .top-file__desc p span {
    font-size: 2.6041666667vw;
  }
  .top-file__attn {
    min-height: 7.467vw;
    margin-top: 2.667vw;
    padding: 1px 1.867vw;
  }
  .top-file__attn p {
    font-size: 2.6041666667vw;
    line-height: 1.2;
    text-align: left;
    white-space: normal;
  }
  .top-file__attn.-panel {
    border: solid 0.267vw #FFFFFF;
  }
  .top-file__attn.-panel,
  .top-file__attn.-originalGoods {
    min-height: 4.1vw;
    padding: 1px 0;
  }
  .top-file__attn.-panel p,
  .top-file__attn.-originalGoods p {
    font-size: 2.0833333333vw;
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
    white-space: nowrap;
  }
  .top-file__block {
    margin-top: 7.2vw;
  }
  .top-file__block.-block2 {
    margin-top: 11.867vw;
  }
  .top-file__subTtl {
    font-size: 3.90625vw;
  }
  ul.top-file__list {
    margin-top: 0;
  }
  ul.top-file__list li {
    width: 100%;
    position: relative;
  }
  ul.top-file__list li .-endfilter {
    width: calc(100% - 0.533vw);
    height: 98.6vw;
  }
  ul.top-file__list li .-endfilter p {
    font-size: 3.90625vw;
  }
  ul.top-file__list li:not(:first-child) {
    margin-top: 7.467vw;
  }
  ul.top-file__list.-comingsoon {
    margin-top: 2.933vw;
  }
  .top-file__note {
    margin: 9vw auto 0;
  }
}
/* ================================================

- sc4 collabo

================================================ */
.bg-kaigyoku__btn {
  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;
  min-height: 269px;
  padding-top: 130px;
  background-color: #FFFFFF;
  background-image: url("../images/shibuyajihen/sc4_collabo_bg_1.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.bg-shibuyajihen__btn {
  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;
  min-height: 269px;
  padding-top: 35px;
  background-color: #FFFFFF;
  background-image: url("../images/shibuyajihen/sc4_collabo_bg_2.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.top-kaigyoku {
  padding: 137px 0 190px;
  background-color: #FFFFFF;
  background-image: url("../images/sc4_collabo_kaigyoku_bg.jpg");
  background-size: 1440px;
  background-repeat: repeat;
  background-position: center top;
}

.top-shibuyajihen {
  padding: 87px 0 219px;
  background-color: #FFFFFF;
  background-image: url("../images/sc4_collabo_kaigyoku_bg.jpg");
  background-size: 1440px;
  background-repeat: repeat;
  background-position: center top;
}

.top-menu__btn {
  display: block;
  max-width: 808px;
  width: 100%;
  margin: 0 auto;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.top-menu__btn:hover {
  opacity: 0.7;
}

.top-menu__btn.-notShow {
  cursor: default;
}
.top-menu__btn.-notShow:hover {
  opacity: 1;
}

.top-menu__btn.-shibuyajihen {
  margin: 51px auto 0;
}

.top-collabo {
  margin-top: 86px;
}

.top-collabo.-shibuyajihen {
  margin-top: 0;
}

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

.top-collabo__head.-shibuyajihen {
  margin-top: 0;
}

.top-collabo__ttl {
  max-width: 342px;
  width: 100%;
}

.top-collabo__batch {
  position: absolute;
  top: 17px;
  right: -2px;
  max-width: 210px;
  width: 100%;
}

.top-collabo__head__summary {
  margin-top: 7px;
  text-align: left;
}
.top-collabo__head__summary p {
  font-size: 1.6rem;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.5;
}

.top-collabo__head__note {
  margin-top: 13px;
}

.top-collabo__schedule {
  max-width: 800px;
  width: 100%;
  margin: 17px auto 0;
}

.top-collabo__schedule.-schedule2 {
  margin: 102px auto 0;
}

.top-collabo__schedule.-shibuyajihen {
  margin: 140px auto 0;
}

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

.top-collaboMain__item {
  max-width: 800px;
  width: 100%;
  margin: 20px auto 0;
}

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

/*--- media screen ---*/
@media screen and (max-width: 768px) {
  .bg-kaigyoku__btn {
    min-height: 40.267vw;
    padding-top: 19.733vw;
    background-image: url("../images/shibuyajihen/sc4_collabo_bg_1_sp.jpg");
  }
  .bg-shibuyajihen__btn {
    min-height: 40.267vw;
    padding-top: 5.333vw;
    background-image: url("../images/shibuyajihen/sc4_collabo_bg_2_sp.jpg");
  }
  .top-kaigyoku {
    padding: 19.733vw 0 25.067vw;
    background-size: 384vw;
  }
  .top-shibuyajihen {
    padding: 11.067vw 0 25.067vw;
    background-size: 384vw;
  }
  .top-menu__btn {
    width: 100vw;
  }
  .top-menu__btn.-shibuyajihen {
    margin: 20px auto 0;
  }
  .top-collabo {
    margin-top: 10.667vw;
  }
  .top-collabo__inner {
    padding: 0 4vw;
  }
  .top-collabo__ttl {
    max-width: 91.2vw;
    width: 44.533vw;
  }
  .top-collabo__batch {
    top: -1.067vw;
    right: 1.867vw;
    width: 27.467vw;
  }
  .top-collabo__head__summary {
    margin-top: 0.8vw;
    text-align: left;
  }
  .top-collabo__head__summary p {
    font-size: 3.125vw;
    white-space: nowrap;
  }
  .top-collabo__head__note {
    margin-top: 0.8vw;
  }
  .top-collabo__head__note p {
    text-shadow: 1px 1px 0 #FFFFFF, -1px -1px 0 #FFFFFF, -1px 1px 0 #FFFFFF, 1px -1px 0 #FFFFFF, 0px 1px 0 #FFFFFF, 0 -1px 0 #FFFFFF, -1px 0 0 #FFFFFF, 1px 0 0 #FFFFFF;
  }
  .top-collabo__schedule {
    width: 92vw;
    margin: 14px auto 0;
  }
  .top-collabo__schedule.-schedule2 {
    margin: 33px auto 0;
  }
  ul.top-collaboMain__list {
    margin-top: 2.4vw;
  }
  .top-collaboMain__item {
    width: 92vw;
    margin: 11px auto 0;
  }
  .top-collaboMain__item:not(:first-of-type) {
    margin-top: 2.667vw;
  }
}
/* ================================================

- sc5 mainMenu

================================================ */
.top-mainMenu {
  margin-top: 160px;
}

.top-mainMenu.-shibuyajihen {
  margin-top: 189px;
}

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

.top-mainMenu__ttl {
  max-width: 299px;
  width: 100%;
}

.top-mainMenu__ttl.-shibuyajihen {
  max-width: 443px;
}

.top-mainMenu__batch {
  position: absolute;
  top: -40px;
  right: 0;
  max-width: 98px;
  width: 100%;
}

.top-mainMenu__head__desc {
  margin-top: 8px;
  text-align: left;
}
.top-mainMenu__head__desc p {
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.top-mainMenu__head__note {
  margin-top: 5px;
}

.top-mainMenu__attn.top-file__attn {
  margin-top: 23px;
}

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;
  margin-top: 14px;
}
ul.top-mainMenu__list li {
  width: calc(50% - 10px);
}
ul.top-mainMenu__list li:not(:nth-child(2n)) {
  margin-right: 20px;
}
ul.top-mainMenu__list li:not(:nth-child(-n+2)) {
  margin-top: 20px;
}

/*--- media screen ---*/
@media screen and (max-width: 768px) {
  .top-mainMenu {
    margin-top: 12.8vw;
  }
  .top-mainMenu.-shibuyajihen {
    margin-top: 14.133vw;
  }
  .top-mainMenu__inner {
    padding: 0 4vw;
  }
  .top-mainMenu__ttl {
    width: 38.133vw;
  }
  .top-mainMenu__ttl.-shibuyajihen {
    width: 59.067vw;
  }
  .top-mainMenu__batch {
    top: -2.933vw;
    right: 0;
    width: 13.067vw;
  }
  .top-mainMenu__head__desc {
    margin-top: 1.6vw;
  }
  .top-mainMenu__head__desc p {
    font-size: 3.125vw;
  }
  .top-mainMenu__head__note {
    margin-top: 0.8vw;
  }
  .top-mainMenu__attn.top-file__attn {
    margin-top: 3.2vw;
  }
  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;
    margin-top: 1.6vw;
  }
  ul.top-mainMenu__list li {
    width: calc(50% - 0.6665vw);
  }
  ul.top-mainMenu__list li:not(:nth-child(2n)) {
    margin-right: 1.333vw;
  }
  ul.top-mainMenu__list li:not(:nth-child(-n+2)) {
    margin-top: 2.4vw;
  }
}
/* ================================================

- sc6 sc7 specialMenu

================================================ */
.top-specialMenu {
  margin-top: 90px;
}

.sc7.top-specialMenu {
  margin-top: 130px;
}

.top-specialMenu.-shibuyajihen {
  margin-top: 133px;
}

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

.top-specialMenu__ttl {
  max-width: 681px;
  width: 100%;
}

.top-specialMenu__batch {
  position: absolute;
  top: 2px;
  right: 0;
  max-width: 98px;
  width: 100%;
}

.top-specialMenu__head__desc {
  margin-top: 0;
  text-align: left;
}
.top-specialMenu__head__desc p {
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.top-specialMenu__head__note {
  margin-top: 9px;
}
.top-specialMenu__head__note p {
  font-size: 1.4rem;
  line-height: 1.429;
}

ul.top-specialMenu__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;
  margin-top: 17px;
}
ul.top-specialMenu__list li {
  width: calc(50% - 10px);
}
ul.top-specialMenu__list li:not(:nth-child(2n)) {
  margin-right: 20px;
}
ul.top-specialMenu__list li:not(:nth-child(-n+2)) {
  margin-top: 20px;
}

/*--- media screen ---*/
@media screen and (max-width: 768px) {
  .top-specialMenu {
    margin-top: 26.667vw;
  }
  .sc7.top-specialMenu {
    margin-top: 17.067vw;
  }
  .top-specialMenu.-shibuyajihen {
    margin-top: 17.333vw;
  }
  .top-specialMenu__inner {
    padding: 0 4vw;
  }
  .top-specialMenu__ttl {
    width: 85.867vw;
  }
  .top-specialMenu__batch {
    top: -6.133vw;
    right: 0;
    width: 13.067vw;
  }
  .top-specialMenu__head__desc {
    margin-top: 2.133vw;
    text-align: left;
  }
  .top-specialMenu__head__desc p {
    font-size: 2.6041666667vw;
    letter-spacing: -0.04em;
  }
  .top-specialMenu__head__note {
    margin-top: 1.867vw;
  }
  .top-specialMenu__head__note p {
    font-size: 2.6041666667vw;
    line-height: 1.429;
  }
  ul.top-specialMenu__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;
    margin-top: 2.667vw;
  }
  ul.top-specialMenu__list li {
    width: calc(50% - 0.6665vw);
  }
  ul.top-specialMenu__list li:not(:nth-child(2n)) {
    margin-right: 1.333vw;
  }
  ul.top-specialMenu__list li:not(:nth-child(-n+2)) {
    margin-top: 2.4vw;
  }
}
/* ================================================

- sc8 webChallenge

================================================ */
.top-webChallenge {
  padding: 156px 0 280px;
  background-image: url("../images/sc8_webChallenge_bg.jpg");
  background-size: 48px;
  background-repeat: repeat;
  background-position: center top;
}

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

.top-webChallenge__ttl {
  max-width: 694px;
  width: 100%;
}

.top-webChallenge__desc {
  margin-top: 43px;
}
.top-webChallenge__desc p {
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  white-space: nowrap;
  -webkit-font-feature-settings: "palt" 1;
  font-feature-settings: "palt" 1;
}

.top-webChallenge__note {
  margin-top: 12px;
}
.top-webChallenge__note p {
  font-size: 1.4rem;
  line-height: 1.5;
}

.top-webChallenge__period {
  max-width: 760px;
  width: 100%;
  margin-top: 33px;
  position: relative;
}
.top-webChallenge__period .-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;
  inset: 0;
  background-color: rgba(228, 233, 245, 0.8);
  width: 100%;
  height: 100%;
}
.top-webChallenge__period .-endfilter p {
  font-size: 2.4rem;
  letter-spacing: -0.05em;
  line-height: 1.5;
  font-weight: bold;
  text-shadow: 1px 1px 0 #FFFFFF, -1px -1px 0 #FFFFFF, -1px 1px 0 #FFFFFF, 1px -1px 0 #FFFFFF, 0px 1px 0 #FFFFFF, 0 -1px 0 #FFFFFF, -1px 0 0 #FFFFFF, 1px 0 0 #FFFFFF;
  -webkit-transform: rotate(0.03deg);
          transform: rotate(0.03deg);
}

.top-webChallenge__period.-shibuyajihen {
  margin-top: 27px;
}

.top-webChallenge__item {
  max-width: 760px;
  width: 100%;
  margin-top: 50px;
  position: relative;
}
.top-webChallenge__item .-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;
  inset: 0;
  background-color: rgba(228, 233, 245, 0.8);
  width: 100%;
  height: 100%;
}
.top-webChallenge__item .-endfilter p {
  font-size: 2.4rem;
  letter-spacing: -0.05em;
  line-height: 1.5;
  font-weight: bold;
  text-shadow: 1px 1px 0 #FFFFFF, -1px -1px 0 #FFFFFF, -1px 1px 0 #FFFFFF, 1px -1px 0 #FFFFFF, 0px 1px 0 #FFFFFF, 0 -1px 0 #FFFFFF, -1px 0 0 #FFFFFF, 1px 0 0 #FFFFFF;
  -webkit-transform: rotate(0.03deg);
          transform: rotate(0.03deg);
}

.top-webChallenge__item.-shibuyajihen {
  margin-top: 57px;
}

.top-webChallenge__item__note {
  margin-top: 9px;
  font-weight: bold;
  -webkit-font-feature-settings: "palt" 1;
  font-feature-settings: "palt" 1;
  white-space: nowrap;
}

.top-webChallenge__subTtl {
  max-width: 191px;
  width: 100%;
  margin: 150px auto 0;
}

.top-webChallenge__alert {
  margin-top: 23px;
  font-size: 2.2rem;
  letter-spacing: -0.04em;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
}

.top-webChallenge__ol {
  max-width: 804px;
  width: 804px;
  margin: 34px auto 0;
  -webkit-transform: translateX(-5px);
          transform: translateX(-5px);
}

.top-webChallenge__ol__note {
  margin-top: 32px;
  font-size: 1.4rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
}

.top-webChallenge__btn {
  margin-top: 37px;
}
.top-webChallenge__btn.-before {
  opacity: 0.7;
}
.top-webChallenge__btn.-before button {
  font-size: 2.1rem;
  cursor: default;
  position: relative;
  background-color: #999999;
  border: none;
}
.top-webChallenge__btn.-before button small {
  font-size: 1.2rem;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.top-webChallenge__btn.-before button:hover {
  opacity: 1;
}

.top-webChallenge__btn.-after button {
  cursor: default;
  background-color: #b2b2b1;
}
.top-webChallenge__btn.-after button::after {
  content: "応募は終了しました。";
}
.top-webChallenge__btn.-after button:hover {
  background-color: #b2b2b1;
}

.top-webChallenge__calculation {
  margin-top: 84px;
}

.top-webChallenge__calculation__ttl {
  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: 100%;
  min-height: 56px;
  margin: 0 auto;
  font-size: 2.2rem;
  font-weight: bold;
  white-space: nowrap;
  text-align: center;
  color: #FFFFFF;
  background-color: #000000;
}

.top-webChallenge__receipt {
  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: 100%;
  padding: 17px 50px 20px 66px;
  background-color: #FFFFFF;
  border-bottom: solid 7px #000000;
}

.top-webChallenge__receipt.-point {
  padding: 20px 52px 22px 27px;
}

.top-webChallenge__point__txt {
  font-size: 1.8rem;
  line-height: 1.364;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  white-space: nowrap;
}

.top-webChallenge__receipt__txt {
  font-size: 1.6rem;
  line-height: 1.875;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.top-webChallenge__receipt__sample {
  width: 384px;
}

/*--- media screen ---*/
@media screen and (max-width: 768px) {
  .top-webChallenge {
    padding: 16vw 0 32.067vw;
    background-image: url("../images/sc8_webChallenge_bg.jpg");
    background-size: 12.8vw;
  }
  .top-webChallenge__inner {
    padding: 0 4vw;
  }
  .top-webChallenge__ttl {
    width: 92.267vw;
  }
  .top-webChallenge__desc {
    margin-top: 4.067vw;
  }
  .top-webChallenge__desc p {
    font-size: 3.125vw;
    white-space: normal;
  }
  .top-webChallenge__note {
    margin-top: 0;
  }
  .top-webChallenge__note p {
    font-size: 2.34375vw;
  }
  .top-webChallenge__period {
    width: 92vw;
    margin-top: 3.133vw;
  }
  .top-webChallenge__period .-endfilter p {
    font-size: 3.6458333333vw;
  }
  .top-webChallenge__period.-shibuyajihen {
    margin-top: 3.467vw;
  }
  .top-webChallenge__item {
    width: 92vw;
    margin-top: 5.333vw;
  }
  .top-webChallenge__item .-endfilter p {
    font-size: 3.6458333333vw;
  }
  .top-webChallenge__item.-shibuyajihen {
    margin-top: 5.333vw;
  }
  .top-webChallenge__item__note {
    margin-top: 2.133vw;
    white-space: normal;
  }
  .top-webChallenge__subTtl {
    max-width: 50.933vw;
    width: 26.133vw;
    margin: 28.533vw auto 0;
  }
  .top-webChallenge__alert {
    margin-top: 3.733vw;
    font-size: 3.125vw;
  }
  .top-webChallenge__ol {
    width: 68.267vw;
    margin: 4.8vw auto 0;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  .top-webChallenge__ol__note {
    margin-top: 5.6vw;
    font-size: 2.34375vw;
  }
  .top-webChallenge__btn {
    margin-top: 10.933vw;
  }
  .top-webChallenge__btn.-before button {
    font-size: 3.6458333333vw;
  }
  .top-webChallenge__btn.-before button small {
    font-size: 2.6041666667vw;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  .top-webChallenge__calculation {
    margin-top: 16.267vw;
  }
  .top-webChallenge__calculation__ttl {
    min-height: 6.933vw;
    font-size: 2.8645833333vw;
  }
  .top-webChallenge__receipt {
    padding: 1.067vw 6.933vw 4.533vw 6.133vw;
    border-bottom: solid 0.8vw #000000;
  }
  .top-webChallenge__receipt.-point {
    padding: 3.2vw 6.933vw 3.467vw 6.133vw;
  }
  .top-webChallenge__point__txt {
    font-size: 2.8645833333vw;
    line-height: 1.1;
    text-align: left;
    white-space: nowrap;
  }
  .top-webChallenge__receipt__txt {
    font-size: 2.8645833333vw;
    line-height: 1.362;
  }
  .top-webChallenge__receipt__sample {
    width: 50.667vw;
  }
}
/* ================================================

- sc9 店内放送

================================================ */
/*--- media screen ---*/
/* ================================================

- sc9 タッチパネル

================================================ */
.top-touchPanel {
  padding: 109px 0 75px;
  background-image: url("../images/sc9_touchPanel_bg.jpg");
  background-size: 720px;
  background-repeat: repeat;
  background-position: center top;
}

.top-touchPanel__content {
  margin-top: 0;
}

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

.top-touchPanel__ttl {
  max-width: 540px;
  width: 540px;
  -webkit-transform: translateX(-10px);
          transform: translateX(-10px);
}

.top-touchPanel__summary {
  margin-top: 10px;
  text-align: left;
}
.top-touchPanel__summary p {
  font-size: 2.2rem;
  line-height: 1.3636;
  font-weight: bold;
  letter-spacing: -0.04em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.top-touchPanel__period {
  max-width: 530px;
  width: 100%;
  margin-top: 11px;
}

.top-touchPanel__period2 {
  max-width: 550px;
  width: 100%;
  margin: 27px auto 0;
}

.top-touchPanel__period.-shibuyajihen1 {
  max-width: 481px;
  width: 100%;
  margin: 41px auto 0;
  -webkit-transform: translateX(-19px);
          transform: translateX(-19px);
}

.top-touchPanel__period.-shibuyajihen2 {
  max-width: 420px;
  width: 100%;
  margin: 23px auto 0;
  -webkit-transform: translateX(-4px);
          transform: translateX(-4px);
}

.top-touchPanel__label {
  max-width: 800px;
  width: 100%;
  margin: 26px auto 0;
}

.top-touchPanel__label.-label2 {
  margin: 114px auto 0;
}

.top-touchPanel__character {
  position: absolute;
  bottom: -34px;
  right: 37px;
  width: 223px;
  z-index: -1;
}

.top-touchPanel__label__summary {
  margin-top: 13px;
}
.top-touchPanel__label__summary p {
  font-size: 2rem;
  line-height: 1.5;
  font-weight: bold;
  letter-spacing: -0.04em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  white-space: nowrap;
}

.top-touchPanel__label__summary.-summary2 {
  margin-top: 12px;
}

.top-touchPanel__schedule {
  max-width: 434px;
  width: 100%;
  margin: 28px auto 0;
  -webkit-transform: translateX(-33px);
          transform: translateX(-33px);
}

.top-touchPanel__method {
  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: 800px;
  min-height: 50px;
  margin: 64px auto 0;
  background-color: #FFFFFF;
  border-radius: 25px;
}
.top-touchPanel__method p {
  font-size: 3rem;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
}

.top-touchPanel__method.-method1 p {
  color: #20957e;
}

.top-touchPanel__method.-method2 {
  margin: 28px auto 0;
}
.top-touchPanel__method.-method2 p {
  color: #0fadff;
}

.top-touchPanel__method.-shibuyajihen1 p {
  color: #d30000;
}

.top-touchPanel__method.-shibuyajihen2 {
  margin: 21px auto 0;
}
.top-touchPanel__method.-shibuyajihen2 p {
  color: #373186;
}

ul.top-touchPanel__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;
  margin-top: 23px;
}
ul.top-touchPanel__list li {
  width: calc(33.3333333333% - 26.6666666667px);
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
}
ul.top-touchPanel__list li:not(:first-child) {
  margin-left: 40px;
}
ul.top-touchPanel__list li:not(:first-child)::before {
  content: "";
  position: absolute;
  top: 88px;
  left: -27px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 11.5px 0 11.5px 20px;
  border-color: transparent transparent transparent #000000;
}

ul.top-touchPanel__list.-list2 {
  margin-top: 61px;
}
ul.top-touchPanel__list.-list2 li:not(:first-child)::before {
  top: 71px;
}
ul.top-touchPanel__list.-list2 .top-touchPanel__item__img {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
}

.top-touchPanel__item__img {
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-preferred-size: 200px;
      flex-basis: 200px;
}

.top-touchPanel__item__img.-last {
  width: 200px;
}

.top-touchPanel__item__txt {
  margin-top: 12px;
  font-size: 1.6rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  line-height: 1.5;
  -webkit-font-feature-settings: "palt" 1;
  font-feature-settings: "palt" 1;
}

.top-touchPanel__item__txt.-txt2 {
  min-height: 0;
}

.top-touchPanel__item__txt.-txt3 {
  width: 257px;
}

.top-touchPanel__item__note {
  margin-top: 10px;
}
.top-touchPanel__item__note p {
  display: block;
  font-size: 1.4rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  line-height: 1.429;
}

.top-touchPanel__item__note.-txt2 {
  margin-top: 17px;
}

.top-touchPanel__list__note {
  margin-top: 62px;
}
.top-touchPanel__list__note p {
  font-size: 1.4rem;
  line-height: 1.43;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}

.top-touchPanel__list__note.-center {
  text-align: center;
}

.top-touchPanel__attn {
  max-width: 690px;
  width: 100%;
  margin: 40px auto 0;
  padding: 33px 40px 76px 32px;
  background-color: #FFFFFF;
}

.top-touchPanel__attn__ttl {
  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;
  font-size: 3rem;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: -0.04em;
  color: #000000;
  text-align: center;
}
.top-touchPanel__attn__ttl::after, .top-touchPanel__attn__ttl::before {
  content: "";
  height: 4px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.top-touchPanel__attn__ttl::before {
  margin-right: 45px;
  background-color: #000000;
}
.top-touchPanel__attn__ttl::after {
  margin-left: 45px;
  background-color: #000000;
}

.top-touchPanel__attn__list {
  margin-top: 15px;
}
.top-touchPanel__attn__list li {
  font-size: 1.5rem;
  line-height: 1.6;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}

.top-touchPanel__icon2,
.top-touchPanel__icon1 {
  width: 96px;
  position: absolute;
  right: 1px;
}

.top-touchPanel__icon1 {
  bottom: -16px;
}

.top-touchPanel__icon2 {
  top: -26px;
}

.top-touchPanel__end {
  margin-top: 52px;
  margin-bottom: 70px;
  padding-top: 5px;
  padding-bottom: 30px;
  position: relative;
}
.top-touchPanel__end .-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;
  left: 0;
  bottom: 0;
  background-color: rgba(208, 208, 208, 0.8);
  width: 800px;
  height: 100%;
}
.top-touchPanel__end .-endfilter p {
  font-size: 2.4rem;
  letter-spacing: -0.05em;
  line-height: 1.5;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  text-shadow: 1px 1px 0 #FFFFFF, -1px -1px 0 #FFFFFF, -1px 1px 0 #FFFFFF, 1px -1px 0 #FFFFFF, 0px 1px 0 #FFFFFF, 0 -1px 0 #FFFFFF, -1px 0 0 #FFFFFF, 1px 0 0 #FFFFFF;
  -webkit-transform: rotate(0.03deg);
          transform: rotate(0.03deg);
}

.touchPanel1 {
  margin-top: 30px;
}

.touchPanel2 {
  margin-top: 25px;
}

.top-touchPanel__main {
  margin-top: 52px;
}

/*--- media screen ---*/
@media screen and (max-width: 768px) {
  .top-touchPanel {
    padding: 15.733vw 0 28.6vw;
  }
  .top-touchPanel__inner {
    padding: 0 4vw;
  }
  .top-touchPanel__content {
    margin-top: 0;
  }
  .top-touchPanel__ttl {
    width: 65.067vw;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  .top-touchPanel__summary {
    margin-top: 2.133vw;
    text-align: left;
  }
  .top-touchPanel__summary p {
    font-size: 2.8645833333vw;
  }
  .top-touchPanel__period {
    width: 51.333vw;
    margin-top: 3.8vw;
  }
  .top-touchPanel__period2 {
    width: 47.867vw;
    margin: 3.733vw auto 0;
  }
  .top-touchPanel__period.-shibuyajihen1 {
    width: 84.933vw;
    margin: 2.533vw auto 0;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  .top-touchPanel__period.-shibuyajihen2 {
    width: 74.133vw;
    margin: 4vw auto 0;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  .top-touchPanel__label {
    width: 92vw;
    margin: 3.733vw auto 0;
  }
  .top-touchPanel__label.-label2 {
    margin: 22.8vw auto 0;
  }
  .top-touchPanel__character {
    bottom: -3.933vw;
    right: -2.467vw;
    width: 42.133vw;
  }
  .top-touchPanel__label__summary {
    margin-top: 1.933vw;
  }
  .top-touchPanel__label__summary p {
    font-size: 2.8645833333vw;
    white-space: normal;
  }
  .top-touchPanel__label__summary.-summary2 {
    margin-top: 4.133vw;
  }
  .top-touchPanel__schedule {
    width: 78.133vw;
    margin: 4.8vw auto 0;
    -webkit-transform: translateX(-0.533vw);
            transform: translateX(-0.533vw);
  }
  .top-touchPanel__method {
    width: 90.667vw;
    min-height: 6.133vw;
    margin: 6.067vw auto 0;
    border-radius: 3.112vw;
  }
  .top-touchPanel__method p {
    font-size: 3.6458333333vw;
  }
  .top-touchPanel__method.-method2 {
    margin: 6.2vw auto 0;
  }
  ul.top-touchPanel__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;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 6.133vw;
  }
  ul.top-touchPanel__list li {
    width: 100%;
    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;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0 4vw;
  }
  ul.top-touchPanel__list li:not(:first-child) {
    margin-left: 0;
    margin-top: 16.533vw;
  }
  ul.top-touchPanel__list li:not(:first-child)::before {
    top: -11.2vw;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    border-width: 4.8vw 2.8vw 0 2.8vw;
    border-color: #000000 transparent transparent transparent;
  }
  ul.top-touchPanel__list.-list2 {
    margin-top: 5.867vw;
  }
  ul.top-touchPanel__list.-list2 li:not(:first-child)::before {
    top: -11.2vw;
  }
  .top-touchPanel__item__img {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: end;
    -webkit-box-pack: end;
            justify-content: flex-end;
    -ms-flex-align: center;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    width: 81.6vw;
    margin: 0 auto;
  }
  .top-touchPanel__item__img.-last {
    width: 61.333vw;
  }
  .top-touchPanel__item__txt {
    margin-top: 3.2vw;
    font-size: 3.125vw;
  }
  .top-touchPanel__item__txt.-txt3 {
    width: 100%;
  }
  .top-touchPanel__item__note {
    margin-top: 1.333vw;
  }
  .top-touchPanel__item__note p {
    font-size: 2.6041666667vw;
  }
  .top-touchPanel__item__note.-txt2 {
    margin-top: 1.333vw;
  }
  .top-touchPanel__list__note {
    margin-top: 13.333vw;
  }
  .top-touchPanel__list__note p {
    font-size: 2.6041666667vw;
  }
  .top-touchPanel__list__note.-center {
    text-align: center;
  }
  .top-touchPanel__attn {
    margin: 30px auto 0;
    padding: 6.733vw 4.25vw 7.267vw 4.25vw;
  }
  .top-touchPanel__attn__ttl {
    font-size: 3.6458333333vw;
  }
  .top-touchPanel__attn__ttl::after, .top-touchPanel__attn__ttl::before {
    height: 0.267vw;
  }
  .top-touchPanel__attn__ttl::before {
    margin-right: 5.333vw;
  }
  .top-touchPanel__attn__ttl::after {
    margin-left: 5.333vw;
  }
  .top-touchPanel__attn__list {
    margin-top: 2.4vw;
  }
  .top-touchPanel__attn__list li {
    font-size: 2.6041666667vw;
  }
  .top-touchPanel__icon2,
  .top-touchPanel__icon1 {
    width: 13.067vw;
    right: -1.067vw;
  }
  .top-touchPanel__icon1 {
    bottom: -0.267vw;
  }
  .top-touchPanel__icon2 {
    top: -2.667vw;
  }
  .top-touchPanel__end .-endfilter {
    width: 100%;
    height: calc(100% + 2.415vw);
  }
  .top-touchPanel__end .-endfilter p {
    font-size: 3.6458333333vw;
  }
  .touchPanel1 {
    margin-top: 3.733vw;
  }
  .touchPanel2 {
    margin-top: 2.933vw;
  }
  .top-touchPanel__main {
    margin-top: 4.831vw;
    margin-bottom: 9.662vw;
    padding-top: 0;
    padding-bottom: 7.246vw;
  }
}
/* ================================================

- sc10 originalGoods

================================================ */
.top-originalGoods {
  padding: 154px 0 230px;
  background-color: #fffbf0;
}

.top-originalGoods__ttl {
  max-width: 878px;
  width: 878px;
  margin: 0 auto;
}

.top-originalGoods__period {
  max-width: 783px;
  width: 783px;
  margin-top: 9px;
}

.top-originalGoods__item__bind {
  margin-top: 26px;
}

.top-originalGoods__item__bind.-item2 {
  margin-top: 40px;
}

.top-originalGoods__item__bind.-shibuyajihen {
  margin-top: 100px;
}

.top-originalGoods__item__bind.-item2.-shibuyajihen {
  margin-top: 119px;
}

.top-originalGoods__item {
  max-width: 800px;
  width: 100%;
  position: relative;
}
.top-originalGoods__item .-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;
  inset: 0;
  background-color: rgba(228, 233, 245, 0.8);
  width: 100%;
  height: 100%;
}
.top-originalGoods__item .-endfilter p {
  font-size: 2.4rem;
  letter-spacing: -0.05em;
  line-height: 1.5;
  font-weight: bold;
  text-shadow: 1px 1px 0 #FFFFFF, -1px -1px 0 #FFFFFF, -1px 1px 0 #FFFFFF, 1px -1px 0 #FFFFFF, 0px 1px 0 #FFFFFF, 0 -1px 0 #FFFFFF, -1px 0 0 #FFFFFF, 1px 0 0 #FFFFFF;
  -webkit-transform: rotate(0.03deg);
          transform: rotate(0.03deg);
}

.top-originalGoods__item__note {
  margin-top: 7px;
}
.top-originalGoods__item__note p span {
  font-size: 1.6rem;
  font-weight: bold;
}

.top-originalGoods__item__note.-shibuyajihen {
  margin-top: 16px;
}

.top-originalGoods__item__cs {
  max-width: 800px;
  width: 100%;
  margin: 97px auto 0;
}

/*--- media screen ---*/
@media screen and (max-width: 768px) {
  .top-originalGoods {
    padding: 11.467vw 0 18.267vw;
  }
  .top-originalGoods__inner {
    padding: 0 4vw;
  }
  .top-originalGoods__ttl {
    width: 91.467vw;
    margin: 0;
  }
  .top-originalGoods__period {
    width: 92vw;
    margin-top: 2.667vw;
  }
  .top-originalGoods__item__bind {
    margin-top: 3.467vw;
  }
  .top-originalGoods__item__bind.-item2 {
    margin-top: 7.2vw;
  }
  .top-originalGoods__item__bind.-shibuyajihen {
    margin-top: 3.6vw;
  }
  .top-originalGoods__item__bind.-item2.-shibuyajihen {
    margin-top: 2.4vw;
  }
  .top-originalGoods__item {
    width: 92vw;
  }
  .top-originalGoods__item .-endfilter p {
    font-size: 3.6458333333vw;
  }
  .top-originalGoods__item__note {
    margin-top: 0;
  }
  .top-originalGoods__item__note p span {
    font-size: 2.88vw;
  }
  .top-originalGoods__item__note.-shibuyajihen {
    margin-top: 6px;
  }
  .top-originalGoods__item__cs {
    width: 92vw;
    margin: 7.733vw auto 0;
  }
}
/* ================================================

- パネル

================================================ */
.top-panel {
  padding: 114px 0 220px;
  background-image: url("../images/sc11_panel_bg.jpg");
  background-size: 130px;
  background-repeat: repeat;
  background-position: top center;
  position: relative;
}

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

.top-panel__ttl {
  max-width: 883px;
  width: 883px;
  -webkit-transform: translateX(7px);
          transform: translateX(7px);
}

.top-panel__summary {
  margin-top: 11px;
  -webkit-transform: translateX(7px);
          transform: translateX(7px);
}
.top-panel__summary p {
  font-size: 2.2rem;
  line-height: 1.545;
  font-weight: bold;
  color: #FFFFFF;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: -0.04em;
}

.top-panel__main {
  margin-top: 22px;
}

.top-panel__main__item {
  max-width: 510px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}
.top-panel__main__item .-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;
  inset: 0;
  background-color: rgba(228, 233, 245, 0.8);
  width: 100%;
  height: 100%;
}
.top-panel__main__item .-endfilter p {
  font-size: 2.4rem;
  letter-spacing: -0.05em;
  line-height: 1.5;
  font-weight: bold;
  text-shadow: 1px 1px 0 #FFFFFF, -1px -1px 0 #FFFFFF, -1px 1px 0 #FFFFFF, 1px -1px 0 #FFFFFF, 0px 1px 0 #FFFFFF, 0 -1px 0 #FFFFFF, -1px 0 0 #FFFFFF, 1px 0 0 #FFFFFF;
  -webkit-transform: rotate(0.03deg);
          transform: rotate(0.03deg);
}

.top-panel__main__item.-shibuyajihen {
  max-width: 800px;
}

.top-panel__main__cs {
  max-width: 800px;
  width: 100%;
  margin: 58px auto 0;
}

.studyPanel {
  margin-top: 40px;
}

.studyPanel__inner2 {
  margin-top: 23px;
}

.studyPanel__inner__contet {
  margin-top: 23px;
}

/*--- media screen ---*/
@media screen and (max-width: 768px) {
  .top-panel {
    padding: 13.867vw 0 27.333vw;
    background-image: url("../images/sc11_panel_bg.jpg");
    background-size: 34.667vw;
  }
  .top-panel__inner {
    padding: 0 4vw;
  }
  .top-panel__ttl {
    width: 92.8vw;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  .top-panel__summary {
    margin-top: 3.8vw;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  .top-panel__summary p {
    font-size: 2.8645833333vw;
  }
  .top-panel__main {
    margin-top: 4vw;
  }
  .top-panel__main__item {
    width: 92vw;
  }
  .top-panel__main__cs {
    margin: 5.867vw auto 0;
  }
  .studyPanel {
    margin-top: 19px;
  }
  .studyPanel__inner2 {
    margin-top: 12px;
  }
  .studyPanel__inner__contet {
    margin-top: 0;
  }
}
/* ================================================

- 対象店舗

================================================ */
.top-panel__content {
  margin-top: 87px;
}

.top-panel__subTtl {
  max-width: 686px;
  width: 100%;
  margin: 0 auto;
}

.top-panel__list {
  max-width: 600px;
  width: 100%;
  margin: 46px auto 0;
}
.top-panel__list dl {
  background-color: #FFFFFF;
}
.top-panel__list dl dt {
  padding: 22px 0 20px 19px;
  font-size: 2.4rem;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #c52c24;
  cursor: pointer;
  position: relative;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.top-panel__list dl dt::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 29px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 7.5px 0 7.5px;
  border-color: #c52c24 transparent transparent transparent;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.top-panel__list dl dt:hover {
  opacity: 0.7;
}
.top-panel__list dl dt:hover::after {
  opacity: 0.7;
}
.top-panel__list dl dt.-active::after {
  border-width: 0 7.5px 12px 7.5px;
  border-color: transparent transparent #c52c24 transparent;
}
.top-panel__list dl dd {
  display: none;
}
.top-panel__list dl dd.-active {
  display: block;
  margin-top: 20px;
  padding-bottom: 28px;
  -webkit-animation: isShow 1.3s linear 0s;
          animation: isShow 1.3s linear 0s;
}
.top-panel__list dl:last-child {
  border-bottom: solid 4px #c52c24;
}
.top-panel__list dl:not(:first-child) {
  border-top: solid 4px #c52c24;
}

@-webkit-keyframes isShow {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes isShow {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
_:-ms-lang(x)::-ms-backdrop, .top-panel__list dl dt::after {
  display: none;
}

_:-ms-lang(x)::-ms-backdrop, .top-panel__list dl dd {
  display: block;
  margin-top: 17px;
  margin-bottom: 16px;
}

ul.top-panel__list__item {
  padding: 0 10px;
}
ul.top-panel__list__item li {
  display: grid;
  grid-template-columns: 108px repeat(2, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 30px;
  grid-row-gap: 0px;
  margin-top: 18px;
  color: #c52c24;
}
ul.top-panel__list__item li span {
  font-size: 1.6rem;
  line-height: 1;
}
ul.top-panel__list__item li:first-child {
  margin-top: 0;
}

/*--- media screen ---*/
@media screen and (max-width: 768px) {
  .top-panel__content {
    margin-top: 16.8vw;
  }
  .top-panel__subTtl {
    max-width: 100%;
    width: 82.933vw;
  }
  .top-panel__list {
    margin-top: 8.267vw;
    padding: 0 5.6vw;
  }
  .top-panel__list dl dt {
    padding: 2.8vw 0 2.667vw 2.533vw;
    font-size: 3.125vw;
  }
  .top-panel__list dl dt::after {
    right: 3.867vw;
    border-width: 1.6vw 1vw 0 1vw;
  }
  .top-panel__list dl dt.-active::after {
    border-width: 0 1vw 1.6vw 1vw;
  }
  .top-panel__list dl dd.-active {
    margin-top: 2.667vw;
    padding-bottom: 5.333vw;
  }
  .top-panel__list dl:last-child {
    border-bottom: solid 2px #c52c24;
  }
  .top-panel__list dl:not(:first-child) {
    border-top: solid 2px #c52c24;
  }
  ul.top-panel__list__item {
    padding: 0 1.333vw;
  }
  ul.top-panel__list__item li {
    display: grid;
    grid-template-columns: 14.4vw repeat(2, 1fr);
    grid-template-rows: 1fr;
    grid-column-gap: 2.667vw;
    grid-row-gap: 0px;
    margin-top: 2.4vw;
  }
  ul.top-panel__list__item li span {
    font-size: 2.0833333333vw;
  }
}
/* ================================================

- sc12 shop

================================================ */
.top-shop {
  padding: 163px 0 160px;
  background-color: #fffbf0;
}

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

.top-shop__ttl {
  max-width: 727px;
  width: 100%;
  margin: 0 auto;
}

.top-shop__photo {
  margin: 38px auto 0;
}

.top-shop__photo.-photo2 {
  margin: 45px auto 0;
}

.top-shop__period {
  max-width: 454px;
  width: 100%;
  margin: 86px auto 0;
}

.top-shop__btn {
  margin-top: 41px;
}
.top-shop__btn a {
  background-color: #cac485;
}

.top-shop__note {
  margin-top: 83px;
  text-align: center;
}

/*--- media screen ---*/
@media screen and (max-width: 768px) {
  .top-shop {
    padding: 16.8vw 0 17.8vw;
  }
  .top-shop__inner {
    padding: 0 4vw;
  }
  .top-shop__ttl {
    width: 50.4vw;
  }
  .top-shop__photo {
    margin: 6.6vw auto 0;
  }
  .top-shop__btn {
    margin-top: 9.067vw;
  }
  .top-shop__note {
    margin-top: 5.867vw;
    text-align: center;
    -webkit-font-feature-settings: "palt" 1;
    font-feature-settings: "palt" 1;
    white-space: nowrap;
  }
}
/* ================================================

- sc12 store

================================================ */
/*--- media screen ---*/
/* ================================================

- sc15 movie

================================================ */
/*--- media screen ---*/
/* ================================================

- sc14 呪術廻戦オフィシャル

================================================ */
.top-official {
  padding: 164px 0 156px;
  background-image: url("../images/sc9_touchPanel_bg.jpg");
  background-size: 720px;
  background-repeat: repeat;
  background-position: center top;
}

.top-official__logo {
  max-width: 254px;
  width: 100%;
  margin: 0 auto;
}

.top-official__visual {
  max-width: 393px;
  width: 100%;
  margin: 112px auto 0;
}

.top-official__summary {
  margin-top: 63px;
  padding: 0 90px;
  text-align: center;
}
.top-official__summary p {
  font-size: 1.6rem;
  line-height: 1.874;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-feature-settings: "palt" 1;
  font-feature-settings: "palt" 1;
}

.m-btn.top-official__btn {
  margin-top: 120px;
}
.m-btn.top-official__btn a {
  background-color: #2a4b71;
  color: #FFFFFF;
}
.m-btn.top-official__btn a::before {
  border-color: transparent transparent transparent #FFFFFF;
}

/*--- media screen ---*/
@media screen and (max-width: 768px) {
  .top-official {
    padding: 20.533vw 0 23.467vw;
    background-size: 192vw;
  }
  .top-official__inner {
    padding: 0 4vw;
  }
  .top-official__logo {
    width: 47.467vw;
  }
  .top-official__visual {
    width: 85.2vw;
    margin: 16.4vw auto 0;
  }
  .top-official__summary {
    margin-top: 8vw;
    padding: 0;
  }
  .top-official__summary p {
    font-size: 3.125vw;
    line-height: 1.875;
  }
  .m-btn.top-official__btn {
    margin-top: 12.4vw;
  }
}
/* ================================================

- sc14 ココス

================================================ */
.top-cocosWeb {
  padding: 140px 0 177px;
  background-color: #FFFFFF;
}

.top-cocosWeb__cocos {
  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;
}

.top-cocosWeb__logo {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 223px;
}

.top-cocosWeb__summary {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  margin-left: 30px;
}
.top-cocosWeb__summary p {
  font-size: 1.6rem;
  line-height: 1.5;
}

.m-btn.top-cocosWeb__btn {
  margin-top: 90px;
}
.m-btn.top-cocosWeb__btn a {
  background-color: #fabf13;
  color: #5c1411;
}
.m-btn.top-cocosWeb__btn a::before {
  border-color: transparent transparent transparent #5c1411;
}

/*--- media screen ---*/
@media screen and (max-width: 768px) {
  .top-cocosWeb {
    padding: 20.667vw 0 20.533vw;
  }
  .top-cocosWeb__inner {
    padding: 0 4vw;
  }
  .top-cocosWeb__cocos {
    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;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .top-cocosWeb__logo {
    width: 40.267vw;
    margin: 0 auto;
  }
  .top-cocosWeb__summary {
    margin-left: 0;
    margin-top: 7.733vw;
    padding: 0 2.933vw;
    text-align: center;
  }
  .top-cocosWeb__summary p {
    font-size: 3.125vw;
    line-height: 1.5;
    white-space: nowrap;
  }
  .m-btn.top-cocosWeb__btn {
    margin-top: 6.667vw;
  }
}
/* ================================================

- sc10 QA

================================================ */
/*--- media screen ---*/
/* ================================================

- トランジション

================================================ */
.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);
}