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

- MV

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

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

.top-mv__btn {
  width: 278px;
  position: absolute;
  top: 436px;
  right: 11px;
  -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;
}

/*--- media screen ---*/
@media screen and (max-width: 768px) {
  .top-mv {
    margin-top: 40px;
  }
  .top-mv__btn {
    width: 37.067vw;
    top: 58.133vw;
    right: 1.467vw;
  }
}
/* ================================================

- sc2 news

================================================ */
.top-news {
  padding: 80px 0 82px;
}

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

.top-news__schedule__ttl {
  width: 360px;
  margin: 0 auto;
}

.top-news__schedule {
  width: 702px;
  margin: 37px auto 0;
}

.top-news__schedule__block {
  margin-top: 20px;
  padding: 14px 20px 17px;
  background-color: #ffffff;
}

.top-news__main {
  margin-top: 82px;
}

.top-news__ttl {
  width: 360px;
  margin: 0 auto;
}

.top-news__main__inner {
  margin-top: 35px;
}

.top-news__list {
  height: 285px;
  padding-right: 15px;
  overflow-y: scroll;
  scrollbar-color: #ffe770 #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: 2.4rem;
  line-height: 1.8;
}
.top-news__list dl dt {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 170px;
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 700;
}
.top-news__list dl dd {
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 400;
}
.top-news__list dl:not(:first-child) {
  margin-top: 17px;
}

.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: #ffe770;
}

.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: 100%;
  margin-top: 50px;
  padding: 20px 55px 27px 26px;
  background-color: #FFFFFF;
}

.top-news__sns__ttl {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  font-size: 2.4rem;
  line-height: 1.5;
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 800;
  text-align: left;
}

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: 24px;
}
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: 54px;
}
ul.top-news__sns__list li.-cocoweb {
  width: 79px;
}

.top-news__schedule__note p strong {
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 800;
}
.top-news__schedule__note p:not(:first-of-type) {
  margin-top: 4px;
}

/*--- media screen ---*/
@media screen and (max-width: 768px) {
  .top-news {
    padding: 10.667vw 0 10.933vw;
  }
  .top-news__inner {
    padding: 0 3.2vw;
  }
  .top-news__schedule__ttl {
    width: 48vw;
    margin: 0 auto;
  }
  .top-news__schedule {
    width: 93.6vw;
    margin: 4.933vw auto 0;
  }
  .top-news__schedule__block {
    margin-top: 2.667vw;
    padding: 1.867vw 2.667vw 2.267vw;
    background-color: #ffffff;
  }
  .top-news__main {
    margin-top: 10.933vw;
  }
  .top-news__ttl {
    width: 48vw;
    margin: 0 auto;
  }
  .top-news__main__inner {
    margin-top: 4.667vw;
  }
  .top-news__list {
    height: 38vw;
    padding-right: 2vw;
  }
  .top-news__list dl {
    font-size: 3.2vw;
  }
  .top-news__list dl dt {
    width: 22.667vw;
  }
  .top-news__list dl:not(:first-child) {
    margin-top: 2.267vw;
  }
  .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 {
    margin-top: 6.667vw;
    padding: 2.667vw 7.333vw 3.6vw 3.467vw;
  }
  .top-news__sns__ttl {
    font-size: 3.2vw;
  }
  ul.top-news__sns__list {
    gap: 3.2vw;
  }
  ul.top-news__sns__list li.-twitter {
    width: 7.2vw;
  }
  ul.top-news__sns__list li.-cocoweb {
    width: 10.533vw;
  }
  .top-news__schedule__note p:not(:first-of-type) {
    margin-top: 0.533vw;
  }
}
/* ================================================

- ナビ

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

ul.top-menu__list {
  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;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 23px 0;
}
ul.top-menu__list li {
  width: 218px;
}
ul.top-menu__list li a {
  display: block;
}
ul.top-menu__list li.-youtube {
  width: 460px;
}

/*--- media screen ---*/
@media screen and (max-width: 768px) {
  .top-menu {
    margin-top: 10.8vw;
  }
  ul.top-menu__list {
    gap: 3.067vw 0;
  }
  ul.top-menu__list li {
    width: 29.067vw;
  }
  ul.top-menu__list li.-youtube {
    width: 61.333vw;
  }
}
/* ================================================

- sc3 file

================================================ */
.top-file {
  padding: 75px 0 76px;
}

.top-file__head {
  padding: 0 24px;
  position: relative;
  z-index: 1;
}

.top-file__ttl {
  width: 461px;
}

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

.top-file__summary {
  position: relative;
}

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

.top-file__attn {
  margin-top: 75px;
}

.top-file__attn2 {
  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: 25px;
  padding: 15px 19px 14px;
  background-color: #FFFFFF;
  border: solid 2px #cc0000;
}
.top-file__attn2 p {
  font-size: 2rem;
  line-height: 1.5;
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 800;
  color: #cc0000;
  text-align: left;
}

.top-file__attn3 {
  width: 702px;
  margin: 16px auto 0;
}

.top-file__character {
  position: absolute;
  top: -36px;
  right: 30px;
  width: 268px;
  z-index: -1;
}

ul.top-file__list {
  width: 716px;
  margin: 77px auto 0;
  position: relative;
  z-index: 1;
}
ul.top-file__list li {
  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;
  inset: 0;
  background-color: rgba(255, 255, 255, 0.9);
  width: 100%;
  height: 100%;
}
ul.top-file__list li .-endfilter p {
  font-size: 3.6rem;
  line-height: 1.5;
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 800;
  color: #000000;
}
ul.top-file__list li:not(:first-of-type) {
  margin-top: 65px;
}

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

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

/*--- media screen ---*/
@media screen and (max-width: 768px) {
  .top-file {
    padding: 10vw 0 10.133vw;
  }
  .top-file__head {
    padding: 0 3.2vw;
  }
  .top-file__ttl {
    width: 61.467vw;
  }
  .top-file__summarys {
    margin-top: 4.667vw;
  }
  .top-file__summary2 {
    margin-top: 0.667vw;
  }
  .top-file__attn {
    margin-top: 10vw;
  }
  .top-file__attn2 {
    margin-top: 3.333vw;
    padding: 2vw 2.533vw 1.867vw;
    border: solid 0.267vw #cc0000;
  }
  .top-file__attn2 p {
    font-size: 2.6666666667vw;
  }
  .top-file__attn3 {
    width: 93.6vw;
    margin: 2.133vw auto 0;
  }
  .top-file__character {
    top: -4.8vw;
    right: 4vw;
    width: 35.733vw;
  }
  ul.top-file__list {
    width: 95.467vw;
    margin: 10.267vw auto 0;
  }
  ul.top-file__list li {
    position: relative;
  }
  ul.top-file__list li .-endfilter p {
    font-size: 4.8vw;
  }
  ul.top-file__list li:not(:first-of-type) {
    margin-top: 8.667vw;
  }
  .top-file__note {
    margin-top: 8.4vw;
    padding: 0 3.2vw;
  }
  .top-file__btn {
    margin-top: 10.667vw;
  }
}
/* ================================================

- sc3 collabo

================================================ */
.top-collabo {
  padding: 0 0 60px;
}

.top-collabo__head {
  padding: 0 25px;
  position: relative;
  z-index: 1;
}

.top-collabo__ttl {
  width: 431px;
  margin: 0 auto;
}

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

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

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

.top-collabo__attn {
  margin-top: 24px;
}

.top-collabo__character {
  position: absolute;
  top: -200px;
  right: 0;
  width: 485px;
  z-index: -1;
}

.top-collaboMain__block {
  width: 709px;
  margin: 78px auto 0;
  position: relative;
  z-index: 1;
}

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

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

.top-collaboMain__schedule {
  width: 702px;
  margin: 0 auto 20px;
}

/*--- media screen ---*/
@media screen and (max-width: 768px) {
  .top-collabo {
    padding: 0 0 8vw;
  }
  .top-collabo__head {
    padding: 0 3.333vw;
  }
  .top-collabo__ttl {
    width: 57.467vw;
  }
  .top-collabo__summarys {
    margin-top: 2.933vw;
  }
  .top-collabo__summary2 {
    margin-top: 0.667vw;
  }
  .top-collabo__btn {
    margin-top: 10.667vw;
  }
  .top-collabo__attn {
    margin-top: 3.2vw;
  }
  .top-collabo__character {
    top: -26.667vw;
    right: 0;
    width: 64.667vw;
  }
  .top-collaboMain__block {
    width: 94.533vw;
    margin: 10.4vw auto 0;
  }
  .top-collaboMain__item {
    width: 95.467vw;
  }
  .top-collaboMain__item:not(:first-of-type) {
    margin-top: 10.667vw;
  }
  .top-collaboMain__schedule {
    width: 93.6vw;
    margin: 0 auto 2.667vw;
  }
}
/* ================================================

- sc5 mainMenu

================================================ */
.top-mainMenu {
  padding: 0 0 75px;
}

.top-mainMenu__head {
  padding: 0 24px;
  position: relative;
  z-index: 1;
}

.top-mainMenu__ttl {
  width: 379px;
  margin: 0 auto;
}

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

.top-mainMenu__summary {
  position: relative;
}

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

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

.top-mainMenu__character {
  position: absolute;
  top: -200px;
  right: 0;
  width: 494px;
  z-index: -1;
}

.top-mainMenu__schedule {
  width: 702px;
  margin: 80px auto 0;
  position: relative;
  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: 38px 10px;
  width: 716px;
  margin: 80px auto 0;
}

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

/*--- media screen ---*/
@media screen and (max-width: 768px) {
  .top-mainMenu {
    padding: 0 0 10vw;
  }
  .top-mainMenu__head {
    padding: 0 3.2vw;
  }
  .top-mainMenu__ttl {
    width: 50.533vw;
  }
  .top-mainMenu__summarys {
    margin-top: 4vw;
  }
  .top-mainMenu__summary2 {
    margin-top: 0.667vw;
  }
  .top-mainMenu__attn {
    margin-top: 5.067vw;
  }
  .top-mainMenu__character {
    top: -26.667vw;
    right: 0;
    width: 65.867vw;
  }
  .top-mainMenu__schedule {
    width: 93.6vw;
    margin: 10.667vw auto 0;
  }
  ul.top-mainMenu__list {
    gap: 5.067vw 1.333vw;
    width: 95.467vw;
    margin: 10.667vw auto 0;
  }
  .top-mainMenu__item {
    width: calc(50% - 0.6665vw);
  }
}
/* ================================================

- sc6 miniMenu

================================================ */
.top-miniMenu {
  padding: 0 0 80px;
}

.top-miniMenu__head {
  padding: 0 25px;
  position: relative;
  z-index: 1;
}

.top-miniMenu__ttl {
  width: 538px;
  margin: 0 auto;
}

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

.top-minMenu__summary2 {
  margin-top: 4px;
}

.top-miniMenu__character {
  position: absolute;
  top: -200px;
  right: 0;
  width: 405px;
  z-index: -1;
}

.top-minMenu__schedule {
  width: 702px;
  margin: 83px auto 0;
  position: relative;
  z-index: 1;
}

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: 52px 10px;
  width: 716px;
  margin: 80px auto 0;
}

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

/*--- media screen ---*/
@media screen and (max-width: 768px) {
  .top-miniMenu {
    padding: 0 0 10.667vw;
  }
  .top-miniMenu__head {
    padding: 0 3.333vw;
  }
  .top-miniMenu__ttl {
    width: 71.733vw;
  }
  .top-minMenu__summarys {
    margin-top: 4vw;
  }
  .top-minMenu__summary2 {
    margin-top: 0.533vw;
  }
  .top-miniMenu__character {
    top: -26.667vw;
    right: 0;
    width: 54vw;
  }
  .top-minMenu__schedule {
    width: 93.6vw;
    margin: 11.067vw auto 0;
  }
  ul.top-miniMenu__list {
    gap: 6.933vw 1.333vw;
    width: 95.467vw;
    margin: 10.667vw auto 0;
  }
  .top-miniMenu__item {
    width: calc(50% - 0.6665vw);
  }
}
/* ================================================

- sc7 sideMenu

================================================ */
.other-layout {
  padding: 80px 0 78px;
}

.other-layout__inner {
  padding: 0 24px;
}

.top-sideMenu__spice__note p {
  font-size: 2.4rem;
  line-height: 1.8;
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 500;
}
.top-sideMenu__spice__note p a {
  color: #000000;
  text-decoration: underline;
}

.top-sideMenu__takeout {
  width: 100%;
  margin-top: 57px;
  padding: 20px 24px 16px 24px;
  background-color: #FFFFFF;
  border: solid 1px #cccccc;
}

.top-sideMenu__takeout__head {
  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: 21px;
}

.top-sideMenu__takeout__icon {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 61px;
}

.top-sideMenu__takeout__ttl {
  font-size: 3.2rem;
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 700;
}

.top-sideMenu__takeout__summary {
  margin-top: 16px;
}

ul.top-sideMenu__takeout__list li {
  font-size: 2rem;
  line-height: 1.5;
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 500;
}

.top-sideMenu__poster {
  width: 100%;
  margin-top: 80px;
  padding: 20px 22px 13px 25px;
  background-color: #FFFFFF;
  border: solid 1px #cccccc;
}

.top-sideMenu__poster__smaple {
  width: 420px;
  margin: 0 auto;
}

.top-sideMenu__poster__inner {
  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: 16px;
  gap: 14px;
}

.top-sideMenu__poster__attn {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 97px;
}

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

.top-sideMenu__poster__summary p {
  font-size: 2rem;
  line-height: 1.5;
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 500;
}

.top-sideMenu__poster__note p {
  font-size: 2rem;
  line-height: 1.5;
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 500;
}

/*--- media screen ---*/
@media screen and (max-width: 768px) {
  .other-layout {
    padding: 10.667vw 0 10.4vw;
  }
  .other-layout__inner {
    padding: 0 3.2vw;
  }
  .top-sideMenu__spice__note p {
    font-size: 3.2vw;
  }
  .top-sideMenu__takeout {
    margin-top: 7.6vw;
    padding: 2.667vw 3.2vw 2.133vw 3.2vw;
  }
  .top-sideMenu__takeout__head {
    gap: 2.8vw;
  }
  .top-sideMenu__takeout__icon {
    width: 8.133vw;
  }
  .top-sideMenu__takeout__ttl {
    font-size: 4.2666666667vw;
  }
  .top-sideMenu__takeout__summary {
    margin-top: 2.133vw;
  }
  ul.top-sideMenu__takeout__list li {
    font-size: 2.6666666667vw;
  }
  .top-sideMenu__poster {
    margin-top: 10.667vw;
    padding: 2.667vw 2.933vw 1.733vw 3.333vw;
  }
  .top-sideMenu__poster__smaple {
    width: 56vw;
  }
  .top-sideMenu__poster__inner {
    margin-top: 2.133vw;
    gap: 1.867vw;
  }
  .top-sideMenu__poster__attn {
    width: 12.933vw;
  }
  .top-sideMenu__poster__summary p {
    font-size: 2.6666666667vw;
  }
  .top-sideMenu__poster__note p {
    font-size: 2.6666666667vw;
  }
}
/* ================================================

- sc8 webChallenge

================================================ */
.top-webChallenge {
  padding: 80px 0 80px;
}

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

.top-webChallenge__ttl {
  width: 351px;
}

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

.top-webChallenge__summary {
  position: relative;
}

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

.top-webChallenge__character {
  position: absolute;
  top: -30px;
  right: 0;
  width: 364px;
  z-index: -1;
}

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

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

.top-webChallenge__item.-item2 {
  margin: 67px auto 0;
}

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

.top-webChallenge__subTtl {
  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: 160px;
  min-height: 48px;
  margin: 77px auto 0;
  font-size: 2.8rem;
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 800;
  color: #4b2b1b;
  text-align: center;
  background-color: #ffe770;
  border-radius: calc(infinity * 1px);
}

.top-webChallenge__subTtl.-white {
  background-color: #FFFFFF;
}

.top-webChallenge__subTtl.-point {
  width: 300px;
}

.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 1p", sans-serif;
  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 1p", sans-serif;
  font-weight: 500;
  text-align: center;
}

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

.top-webChallenge__root__item {
  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: 108px;
  background-color: #ffe770;
  position: relative;
}
.top-webChallenge__root__item p {
  font-size: 2.4rem;
  line-height: 1.5;
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 800;
  text-align: center;
}
.top-webChallenge__root__item p span.-ttl {
  font-size: 2.8rem;
}
.top-webChallenge__root__item p span.-ttl2 {
  font-size: 3.8rem;
}
.top-webChallenge__root__item p span.-red {
  color: #fe0000;
}
.top-webChallenge__root__item p a {
  color: #000000;
  text-decoration: underline;
  position: relative;
}
.top-webChallenge__root__item p a::before {
  content: "";
  position: absolute;
  right: -20px;
  top: 50%;
  translate: 0 -50%;
  width: 16px;
  height: 16px;
  border-top: solid 2px #000000;
  border-right: solid 2px #000000;
  rotate: 45deg;
}

.top-webChallenge__root__item:not(:first-of-type) {
  margin-top: 89px;
}
.top-webChallenge__root__item:not(:first-of-type)::before {
  content: "";
  position: absolute;
  top: -64px;
  left: 50%;
  translate: -50% 0;
  background-color: #ffe770;
  width: 64px;
  min-height: 42px;
  -webkit-clip-path: polygon(50% 100%, 0 0, 100% 0);
          clip-path: polygon(50% 100%, 0 0, 100% 0);
}

.m-btn.top-webChallenge__btn {
  margin-top: 80px;
}
.m-btn.top-webChallenge__btn a {
  min-height: 100px;
  font-size: 3.6rem;
  background-image: url("../images/btn_bg.jpg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top center;
}
.m-btn.top-webChallenge__btn a::after {
  display: none;
}

.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: 90px;
}

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

.top-webChallenge__calculation__sample {
  width: 678px;
  margin-left: 25px;
}

.top-webChallenge__receipt {
  margin-top: 80px;
  padding: 0 24px;
}

.top-webChallenge__receipt__col {
  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;
  margin-top: 20px;
  padding-right: 23px;
}

.top-webChallenge__receipt__txt {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  font-size: 2.4rem;
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 800;
  line-height: 1.5;
  letter-spacing: 0.01em;
}

.top-webChallenge__receipt__sample {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 336px;
}

/*--- media screen ---*/
@media screen and (max-width: 768px) {
  .top-webChallenge {
    padding: 10.667vw 0 10.667vw;
  }
  .top-webChallenge__head {
    padding: 0 3.2vw;
  }
  .top-webChallenge__ttl {
    width: 46.8vw;
  }
  .top-webChallenge__summarys {
    margin-top: 3.333vw;
    max-width: 56.8vw;
  }
  .top-webChallenge__summary2 {
    margin-top: 0.667vw;
  }
  .top-webChallenge__character {
    top: -4vw;
    right: 0;
    width: 48.533vw;
  }
  .top-webChallenge__schedule {
    width: 93.6vw;
    margin: 10vw auto 0;
  }
  .top-webChallenge__item {
    width: 95.467vw;
    margin: 10.667vw auto 0;
  }
  .top-webChallenge__item.-item2 {
    margin: 8.933vw auto 0;
  }
  .top-webChallenge__item__note {
    margin-top: 3.733vw;
  }
  .top-webChallenge__subTtl {
    width: 21.333vw;
    min-height: 6.4vw;
    margin: 10.267vw auto 0;
    font-size: 3.7333333333vw;
    border-radius: calc(infinity * 1vw);
  }
  .top-webChallenge__subTtl.-point {
    width: 40vw;
  }
  .top-webChallenge__alert {
    width: 48.533vw;
    min-height: 4.8vw;
    margin: 5.333vw auto 0;
    font-size: 2.6666666667vw;
    border: solid 0.267vw #cc0000;
  }
  .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 {
    width: 93.6vw;
    margin: 5.333vw auto 0;
  }
  .top-webChallenge__root__item {
    min-height: 14.4vw;
  }
  .top-webChallenge__root__item p {
    font-size: 3.2vw;
  }
  .top-webChallenge__root__item p span.-ttl {
    font-size: 3.7333333333vw;
  }
  .top-webChallenge__root__item p span.-ttl2 {
    font-size: 5.0666666667vw;
  }
  .top-webChallenge__root__item p a::before {
    right: -2.667vw;
    width: 2.133vw;
    height: 2.133vw;
    border-top: solid 0.267vw #000000;
    border-right: solid 0.267vw #000000;
    rotate: 45deg;
  }
  .top-webChallenge__root__item:not(:first-of-type) {
    margin-top: 11.867vw;
  }
  .top-webChallenge__root__item:not(:first-of-type)::before {
    top: -8.533vw;
    left: 50%;
    translate: -50% 0;
    width: 8.533vw;
    min-height: 5.6vw;
  }
  .m-btn.top-webChallenge__btn {
    margin-top: 10.667vw;
  }
  .m-btn.top-webChallenge__btn a {
    min-height: 13.333vw;
    font-size: 4.8vw;
  }
  .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: 12vw;
  }
  .top-webChallenge__calculation {
    margin-top: 5.333vw;
  }
  .top-webChallenge__calculation__sample {
    width: 90.4vw;
    margin-left: 3.333vw;
  }
  .top-webChallenge__receipt {
    margin-top: 10.667vw;
    padding: 0 3.2vw;
  }
  .top-webChallenge__receipt__col {
    margin-top: 2.667vw;
    padding-right: 3.067vw;
  }
  .top-webChallenge__receipt__txt {
    font-size: 3.2vw;
  }
  .top-webChallenge__receipt__sample {
    width: 44.8vw;
  }
}
/* ================================================

- sc9 オリジナルボイス

================================================ */
.top-originalVoice {
  padding: 95px 0 80px;
}

.top-originalVoice__head {
  padding: 0 24px 0 20px;
  position: relative;
  z-index: 1;
}

.top-originalVoice__ttl {
  width: 501px;
}

.top-originalVoice__character {
  position: absolute;
  top: -77px;
  right: 0;
  width: 350px;
  z-index: -1;
}

.top-originalVoice__layout {
  margin-top: 219px;
  padding: 0 24px;
  position: relative;
  z-index: 1;
}

.top-originalVoice__block__ttl {
  padding: 28px 25px;
  background-color: #fffded;
}
.top-originalVoice__block__ttl img {
  width: 537px;
}

.top-originalVoice__block__ttl.-ttl2 img {
  width: 515px;
}

.top-originalVoice__block {
  background-color: #FFFFFF;
  overflow: hidden;
  -webkit-box-shadow: 0px 5px 8px 0px rgba(0, 0, 0, 0.5);
          box-shadow: 0px 5px 8px 0px rgba(0, 0, 0, 0.5);
}

.top-originalVoice__block:not(:first-of-type) {
  margin-top: 80px;
}

.top-originalVoice__block__inner {
  padding: 43px 24px 30px;
}

.top-originalVoice__block__inner.-manu {
  padding: 80px 24px 76px;
}

.top-originalVoice__schedule {
  width: 655px;
  margin: 0 auto;
}

.top-originalVoice__list__schedule {
  width: 654px;
  margin: 0 auto;
}

.top-originalVoice__btn {
  display: block;
  margin-top: 80px;
}

.top-originalVoice__btn2 {
  display: block;
  margin-top: 80px;
}
.top-originalVoice__btn2 a,
.top-originalVoice__btn2 button {
  width: 654px;
  min-height: 100px;
}
.top-originalVoice__btn2 a::after,
.top-originalVoice__btn2 button::after {
  display: none;
}

/* Safariで表示されるデフォルトの三角形アイコンを消します */
summary.top-originalVoice__btn2::-webkit-details-marker,
summary.top-originalVoice__btn::-webkit-details-marker {
  display: none;
}

.top-originalVoice__list {
  margin-top: 78px;
}

.top-originalVoice__list.-other {
  margin-top: 40px;
}

.top-originalVoice__list__item:not(:first-of-type) {
  margin-top: 112px;
  position: relative;
}
.top-originalVoice__list__item:not(:first-of-type)::before {
  content: "";
  position: absolute;
  top: -83px;
  left: 50%;
  translate: -50% 0;
  background-color: #ffe770;
  width: 64px;
  min-height: 42px;
  -webkit-clip-path: polygon(50% 100%, 0 0, 100% 0);
          clip-path: polygon(50% 100%, 0 0, 100% 0);
}

.top-originalVoice__list__photo {
  width: 614px;
  margin: 0 auto;
}

.top-originalVoice__list__photo.-min {
  width: 400px;
}

.top-originalVoice__list__summary {
  margin-top: 32px;
  text-align: center;
}
.top-originalVoice__list__summary p {
  font-size: 2.4rem;
  line-height: 1.8;
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 400;
}
.top-originalVoice__list__summary p span.-color {
  color: #ff0000;
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 800;
}

.top-originalVoice__list__summary__note p {
  font-size: 2rem;
  line-height: 1.5;
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 400;
}

.top-originalVoice__other {
  margin-top: 114px;
  padding: 10px 10px 7px;
  text-align: center;
  background-color: #FFFFFF;
  border: solid 8px #ffe770;
}
.top-originalVoice__other p {
  font-size: 2.8rem;
  line-height: 1.2;
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 800;
}

.top-originalVoice__note {
  padding: 72px 45px 77px 48px;
}
.top-originalVoice__note li {
  font-size: 2rem;
  line-height: 1.5;
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 400;
  text-wrap: pretty;
}

/*--- media screen ---*/
@media screen and (max-width: 768px) {
  .top-originalVoice {
    padding: 12.667vw 0 10.667vw;
  }
  .top-originalVoice__head {
    padding: 0 3.2vw 0 2.667vw;
  }
  .top-originalVoice__ttl {
    width: 66.8vw;
  }
  .top-originalVoice__character {
    top: -10.267vw;
    right: 0;
    width: 46.667vw;
  }
  .top-originalVoice__layout {
    margin-top: 29.2vw;
    padding: 0 3.2vw;
  }
  .top-originalVoice__block__ttl {
    padding: 3.733vw 3.333vw;
  }
  .top-originalVoice__block__ttl img {
    width: 71.6vw;
  }
  .top-originalVoice__block__ttl.-ttl2 img {
    width: 68.667vw;
  }
  .top-originalVoice__block {
    -webkit-box-shadow: 0px 0.667vw 1.067vw 0px rgba(0, 0, 0, 0.5);
            box-shadow: 0px 0.667vw 1.067vw 0px rgba(0, 0, 0, 0.5);
  }
  .top-originalVoice__block:not(:first-of-type) {
    margin-top: 10.667vw;
  }
  .top-originalVoice__block__inner {
    padding: 5.733vw 3.2vw 4vw;
  }
  .top-originalVoice__block__inner.-manu {
    padding: 10.667vw 3.2vw 10.133vw;
  }
  .top-originalVoice__schedule {
    width: 87.333vw;
  }
  .top-originalVoice__list__schedule {
    width: 87.2vw;
  }
  .top-originalVoice__btn {
    margin-top: 10.667vw;
  }
  .top-originalVoice__btn2 {
    margin-top: 10.667vw;
  }
  .top-originalVoice__btn2 a,
  .top-originalVoice__btn2 button {
    width: 87.2vw;
    min-height: 13.333vw;
  }
  .top-originalVoice__list {
    margin-top: 10.4vw;
  }
  .top-originalVoice__list.-other {
    margin-top: 5.333vw;
  }
  .top-originalVoice__list__item:not(:first-of-type) {
    margin-top: 14.933vw;
  }
  .top-originalVoice__list__item:not(:first-of-type)::before {
    top: -11.067vw;
    left: 50%;
    translate: -50% 0;
    width: 8.533vw;
    min-height: 5.6vw;
  }
  .top-originalVoice__list__photo {
    width: 81.867vw;
  }
  .top-originalVoice__list__photo.-min {
    width: 53.333vw;
  }
  .top-originalVoice__list__summary {
    margin-top: 4.267vw;
  }
  .top-originalVoice__list__summary p {
    font-size: 3.2vw;
  }
  .top-originalVoice__list__summary__note p {
    font-size: 2.6666666667vw;
  }
  .top-originalVoice__other {
    margin-top: 15.2vw;
    padding: 1.333vw 1.333vw 0.933vw;
    border: solid 1.067vw #ffe770;
  }
  .top-originalVoice__other p {
    font-size: 3.7333333333vw;
  }
  .top-originalVoice__note {
    padding: 9.6vw 6vw 10.267vw 6.4vw;
  }
  .top-originalVoice__note li {
    font-size: 2.6666666667vw;
  }
}
/* ================================================

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

================================================ */
.top-follow {
  padding: 82px 0 80px;
}

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

.top-follow__ttl {
  width: 532px;
}

.top-follow__summarys {
  width: 455px;
  margin-top: 30px;
  position: relative;
}

.top-follow__schedule {
  width: 702px;
  margin: 66px auto 0;
}

.top-follow__character {
  position: absolute;
  top: -65px;
  right: 0;
  width: 278px;
  z-index: -1;
}

.m-btn.top-follow__btn {
  margin-top: 80px;
  position: relative;
  z-index: 1;
}
.m-btn.top-follow__btn a {
  min-height: 100px;
  font-size: 2.4rem;
}

/*--- media screen ---*/
@media screen and (max-width: 768px) {
  .top-follow {
    padding: 10.933vw 0 10.667vw;
  }
  .top-follow__head {
    padding: 0 3.2vw;
  }
  .top-follow__ttl {
    width: 70.933vw;
  }
  .top-follow__summarys {
    width: 60.667vw;
    margin-top: 4vw;
  }
  .top-follow__schedule {
    width: 93.6vw;
    margin: 8.8vw auto 0;
  }
  .top-follow__character {
    top: -8.667vw;
    right: 0;
    width: 37.067vw;
  }
  .m-btn.top-follow__btn {
    margin-top: 10.667vw;
  }
  .m-btn.top-follow__btn a {
    min-height: 13.333vw;
    font-size: 3.2vw;
  }
}
/* ================================================

- sc10 originalGoods

================================================ */
.top-originalGoods {
  padding: 85px 0 85px;
  position: relative;
  z-index: 1;
}

.top-originalGoods__head {
  padding: 0 24px;
  position: relative;
  z-index: 1;
}

.top-originalGoods__ttl {
  width: 503px;
}

.top-originalGoods__character {
  position: absolute;
  top: -43px;
  right: 0;
  width: 320px;
  z-index: -1;
}

.top-originalGoods__schedule {
  width: 654px;
  margin: 79px auto 0;
  position: relative;
  z-index: 1;
}

.top-originalGoods__btn1 {
  margin-top: 80px;
  position: relative;
  z-index: 1;
}
.top-originalGoods__btn1 a {
  font-size: 3.6rem;
  min-height: 100px;
}

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

.top-originalGoods__btn3 {
  margin-top: 80px;
}

.m-attn.top-originalGoods__attn {
  min-height: 90px;
  margin-top: 78px;
}
.m-attn.top-originalGoods__attn p {
  font-size: 2rem;
}

.top-originalGoods__block {
  width: 716px;
  margin: 79px auto 0;
  position: relative;
  z-index: 1;
}

.top-originalGoods__item:not(:first-of-type) {
  margin-top: 67px;
}

.top-originalGoods__note {
  margin-top: 63px;
  padding: 0 24px;
}

/*--- media screen ---*/
@media screen and (max-width: 768px) {
  .top-originalGoods {
    padding: 11.333vw 0 11.333vw;
  }
  .top-originalGoods__head {
    padding: 0 3.2vw;
  }
  .top-originalGoods__ttl {
    width: 67.067vw;
  }
  .top-originalGoods__character {
    top: -5.733vw;
    right: 0;
    width: 42.667vw;
  }
  .top-originalGoods__schedule {
    width: 87.2vw;
    margin: 10.533vw auto 0;
  }
  .top-originalGoods__btn1 {
    margin-top: 10.667vw;
  }
  .top-originalGoods__btn1 a {
    font-size: 4.8vw;
    min-height: 13.333vw;
  }
  .top-originalGoods__btn2 {
    margin-top: 5.333vw;
  }
  .top-originalGoods__btn3 {
    margin-top: 10.667vw;
  }
  .m-attn.top-originalGoods__attn {
    min-height: 12vw;
    margin-top: 10.4vw;
  }
  .m-attn.top-originalGoods__attn p {
    font-size: 2.6666666667vw;
  }
  .top-originalGoods__block {
    width: 95.467vw;
    margin: 10.533vw auto 0;
  }
  .top-originalGoods__item:not(:first-of-type) {
    margin-top: 8.933vw;
  }
  .top-originalGoods__note {
    margin-top: 8.4vw;
    padding: 0 3.2vw;
  }
}
/* ================================================

- パネル

================================================ */
.top-panel {
  padding: 70px 0 80px;
}

.top-panel__head {
  padding: 0 20px;
  position: relative;
  z-index: 1;
}

.top-panel__ttl {
  width: 495px;
}

.top-panel__summary {
  margin-top: 20px;
}
.top-panel__summary p {
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 800;
}
.top-panel__schedule {
  width: 702px;
  margin: 76px auto 0;
  position: relative;
  z-index: 1;
}

.top-panel__character {
  position: absolute;
  top: -30px;
  right: 0;
  width: 318px;
  z-index: -1;
}

.top-panel__standy {
  width: 716px;
  margin: 78px auto 0;
  position: relative;
  z-index: 1;
}

/*--- media screen ---*/
@media screen and (max-width: 768px) {
  .top-panel {
    padding: 9.333vw 0 10.667vw;
  }
  .top-panel__head {
    padding: 0 2.667vw;
  }
  .top-panel__ttl {
    width: 66vw;
  }
  .top-panel__summary {
    margin-top: 2.667vw;
  }
  .top-panel__schedule {
    width: 93.6vw;
    margin: 10.133vw auto 0;
  }
  .top-panel__character {
    top: -4vw;
    right: 0;
    width: 42.4vw;
  }
  .top-panel__standy {
    width: 95.467vw;
    margin: 10.4vw auto 0;
  }
}
/* ================================================

- 対象店舗

================================================ */
.top-panel__content {
  margin-top: 70px;
  padding: 0 24px;
}

.top-panel__subTtl {
  font-size: 3.4rem;
  line-height: 1;
  letter-spacing: -0.02em;
  -webkit-font-feature-settings: "palt" 1;
  font-feature-settings: "palt" 1;
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 800;
  text-align: center;
  white-space: nowrap;
}

.top-panel__list {
  width: 100%;
  margin: 40px auto 0;
}
.top-panel__list dl dt {
  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: 80px;
  font-size: 2.8rem;
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 800;
  color: #402213;
  cursor: pointer;
  position: relative;
  background-color: #ffe770;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.top-panel__list dl dt::after {
  content: "";
  position: absolute;
  right: 29px;
  top: 45%;
  translate: 0 -50%;
  width: 16px;
  height: 16px;
  border-bottom: solid 2px #402213;
  border-right: solid 2px #402213;
  rotate: 45deg;
}
.top-panel__list dl dt.-active::after {
  top: 55%;
  rotate: 225deg;
}
.top-panel__list dl dd {
  display: none;
}
.top-panel__list dl dd.-active {
  display: block;
  margin-top: 40px;
  margin-bottom: 40px;
  -webkit-animation: isShow 1.3s linear 0s;
          animation: isShow 1.3s linear 0s;
}
.top-panel__list dl:not(:first-of-type) {
  margin-top: 20px;
}

@media (hover: hover) {
  .top-panel__list dl dt:hover {
    opacity: 0.8;
  }
  .top-panel__list dl dt:hover::after {
    opacity: 0.8;
  }
}
@-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 li {
  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;
}
ul.top-panel__list__item li span {
  font-size: 2.4rem;
  line-height: 1;
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 400;
}
ul.top-panel__list__item li span:first-of-type {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 104px;
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 800;
}
ul.top-panel__list__item li span:last-of-type {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
}
ul.top-panel__list__item li:not(:first-child) {
  margin-top: 25px;
}

/*--- media screen ---*/
@media screen and (max-width: 768px) {
  .top-panel__content {
    margin-top: 9.333vw;
    padding: 0 3.2vw;
  }
  .top-panel__subTtl {
    font-size: 4.5333333333vw;
  }
  .top-panel__list {
    margin: 5.333vw auto 0;
  }
  .top-panel__list dl dt {
    min-height: 10.667vw;
    font-size: 3.7333333333vw;
  }
  .top-panel__list dl dt::after {
    width: 2.133vw;
    height: 2.133vw;
  }
  .top-panel__list dl dd.-active {
    margin-top: 5.333vw;
    margin-bottom: 5.333vw;
  }
  .top-panel__list dl:not(:first-of-type) {
    margin-top: 2.667vw;
  }
  _:-ms-lang(x)::-ms-backdrop, .top-panel__list dl dd {
    margin-top: 2.267vw;
    margin-bottom: 2.133vw;
  }
  ul.top-panel__list__item li span {
    font-size: 3.2vw;
  }
  ul.top-panel__list__item li span:first-of-type {
    width: 13.867vw;
  }
  ul.top-panel__list__item li:not(:first-child) {
    margin-top: 3.333vw;
  }
}
/* ================================================

- sc12 shop

================================================ */
.top-shop {
  padding: 80px 0 78px;
}

.top-shop__head {
  padding: 0 24px;
  position: relative;
  z-index: 1;
}

.top-shop__ttl {
  width: 437px;
}

.top-shop__summary {
  margin-top: 30px;
}

.top-shop__schedule {
  width: 702px;
  margin: 70px auto 0;
  position: relative;
  z-index: 1;
}

.top-shop__character {
  position: absolute;
  top: -27px;
  right: 0;
  width: 365px;
  z-index: 1;
}

.top-shop__photo {
  width: 702px;
  margin: 80px auto 0;
  position: relative;
  z-index: 1;
}

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

.top-shop__note {
  margin-top: 34px;
  padding: 0 24px;
}

.top-shop__btn {
  margin-top: 38px;
}
.top-shop__btn a {
  min-height: 100px;
  font-size: 2.4rem;
}

/*--- media screen ---*/
@media screen and (max-width: 768px) {
  .top-shop {
    padding: 10.667vw 0 10.4vw;
  }
  .top-shop__head {
    padding: 0 3.2vw;
  }
  .top-shop__ttl {
    width: 58.267vw;
  }
  .top-shop__summary {
    margin-top: 4vw;
  }
  .top-shop__schedule {
    width: 93.6vw;
    margin: 9.333vw auto 0;
  }
  .top-shop__character {
    top: -3.6vw;
    right: 0;
    width: 48.667vw;
  }
  .top-shop__photo {
    width: 93.6vw;
    margin: 10.667vw auto 0;
  }
  .top-shop__photo.-photo2 {
    margin: 5.3335vw auto 0;
  }
  .top-shop__note {
    margin-top: 4.533vw;
    padding: 0 3.2vw;
  }
  .top-shop__btn {
    margin-top: 5.067vw;
  }
  .top-shop__btn a {
    min-height: 13.333vw;
    font-size: 3.2vw;
  }
}
/* ================================================

- sc12 store

================================================ */
.top-store {
  padding: 80px 0 80px;
  position: relative;
  z-index: 1;
}

.top-shop__head {
  padding: 0 24px;
  position: relative;
  z-index: 1;
}

.top-store__logo {
  width: 180px;
  margin-left: 2px;
}

.top-store__ttl {
  width: 424px;
  margin-top: 3px;
}

.top-store__summary {
  margin-top: 34px;
  position: relative;
}
.top-store__summary p {
  text-shadow: 1px 1px 0 #ffffff, -1px -1px 0 #ffffff, -1px 1px 0 #ffffff, 1px -1px 0 #ffffff, 1px 0px 0 #ffffff, -1px 0px 0 #ffffff, 0px 1px 0 #ffffff, 0px -1px 0 #ffffff;
  -webkit-text-stroke: 6px #ffffff;
}
.top-store__summary p.-cover {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-text-stroke: 0 #ffffff;
}

.top-store__character {
  position: absolute;
  top: -52px;
  right: 0;
  width: 432px;
  z-index: -1;
}

.top-store__goods {
  width: 716px;
  margin: 72px auto 0;
  position: relative;
  z-index: 1;
}

.top-store__goods__item:not(:first-of-type) {
  margin-top: 65px;
}

.top-store__note {
  margin-top: 64px;
  padding: 0 24px;
}

.top-store__btn {
  margin-top: 78px;
}
.top-store__btn a {
  min-height: 100px;
  font-size: 2.4rem;
}
.top-store__btn a::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 25px;
  translate: 0 -50%;
  background-image: url("data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Capa_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%22512px%22%20height%3D%22512px%22%20viewBox%3D%220%200%20512%20512%22%20enable-background%3D%22new%200%200%20512%20512%22%20xml%3Aspace%3D%22preserve%22%3E%3Cg%3E%20%3Cg%3E%20%3Cg%3E%20%3Cg%3E%20%3Cpath%20fill%3D%22%234B2B1B%22%20d%3D%22M369.778%2C512H85.334c-22.795%2C0-44.223-8.877-60.34-24.995C8.877%2C470.888%2C0.001%2C449.458%2C0.001%2C426.666%20V142.222c0-22.794%2C8.877-44.222%2C24.994-60.339s37.545-24.994%2C60.34-24.994h113.777c15.71%2C0%2C28.445%2C12.734%2C28.445%2C28.445%20s-12.734%2C28.445-28.445%2C28.445H85.334c-7.598%2C0-14.74%2C2.959-20.112%2C8.331c-5.372%2C5.372-8.332%2C12.515-8.332%2C20.113v284.444%20c0%2C7.598%2C2.959%2C14.74%2C8.332%2C20.114c5.372%2C5.371%2C12.514%2C8.331%2C20.112%2C8.331h284.443c7.598%2C0%2C14.74-2.959%2C20.113-8.333%20c5.372-5.372%2C8.331-12.515%2C8.331-20.113V312.889c0-15.71%2C12.735-28.444%2C28.446-28.444s28.446%2C12.734%2C28.446%2C28.444v113.777%20c0%2C22.794-8.877%2C44.221-24.995%2C60.34C413.999%2C503.123%2C392.57%2C512%2C369.778%2C512L369.778%2C512z%20M199.112%2C341.332%20c-7.28%2C0-14.56-2.776-20.113-8.331c-11.108-11.108-11.108-29.119%2C0-40.227L414.884%2C56.889H312.89%20c-15.71%2C0-28.444-12.734-28.444-28.445S297.179%2C0%2C312.89%2C0h170.667c3.934%2C0%2C7.681%2C0.799%2C11.089%2C2.243%20c3.181%2C1.345%2C6.167%2C3.295%2C8.781%2C5.849c0.001%2C0.001%2C0.001%2C0.001%2C0.002%2C0.002c0.019%2C0.019%2C0.038%2C0.037%2C0.056%2C0.056%20c0.005%2C0.005%2C0.012%2C0.011%2C0.017%2C0.016c0.014%2C0.014%2C0.03%2C0.029%2C0.044%2C0.044c0.01%2C0.01%2C0.019%2C0.019%2C0.029%2C0.029%20c0.011%2C0.011%2C0.023%2C0.023%2C0.032%2C0.032c0.02%2C0.02%2C0.042%2C0.041%2C0.062%2C0.062c0.02%2C0.02%2C0.042%2C0.042%2C0.062%2C0.062%20c0.011%2C0.01%2C0.023%2C0.023%2C0.031%2C0.032c0.011%2C0.01%2C0.019%2C0.019%2C0.029%2C0.029c0.016%2C0.015%2C0.03%2C0.029%2C0.044%2C0.045%20c0.005%2C0.004%2C0.012%2C0.011%2C0.016%2C0.016c0.019%2C0.019%2C0.038%2C0.038%2C0.056%2C0.057c0%2C0.001%2C0.001%2C0.001%2C0.002%2C0.002%20c2.554%2C2.615%2C4.504%2C5.602%2C5.849%2C8.782c1.444%2C3.408%2C2.244%2C7.154%2C2.244%2C11.089V199.11c0%2C15.71-12.735%2C28.445-28.446%2C28.445%20s-28.444-12.734-28.444-28.445V97.116L219.22%2C333.003C213.671%2C338.557%2C206.392%2C341.332%2C199.112%2C341.332L199.112%2C341.332z%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  width: 25px;
  height: 25px;
}

/*--- media screen ---*/
@media screen and (max-width: 768px) {
  .top-store {
    padding: 10.667vw 0 10.667vw;
  }
  .top-shop__head {
    padding: 0 3.2vw;
  }
  .top-store__logo {
    width: 24vw;
    margin-left: 0.267vw;
  }
  .top-store__ttl {
    width: 56.533vw;
    margin-top: 0.4vw;
  }
  .top-store__summary {
    margin-top: 4.533vw;
  }
  .top-store__summary p {
    text-shadow: 1px 1px 0 #ffffff, -1px -1px 0 #ffffff, -1px 1px 0 #ffffff, 1px -1px 0 #ffffff, 1px 0px 0 #ffffff, -1px 0px 0 #ffffff, 0px 1px 0 #ffffff, 0px -1px 0 #ffffff;
    -webkit-text-stroke: 0.8vw #ffffff;
  }
  .top-store__character {
    top: -6.933vw;
    right: 0;
    width: 57.6vw;
  }
  .top-store__goods {
    width: 95.467vw;
    margin: 9.6vw auto 0;
  }
  .top-store__goods__item:not(:first-of-type) {
    margin-top: 8.667vw;
  }
  .top-store__note {
    margin-top: 8.533vw;
    padding: 0 3.2vw;
  }
  .top-store__btn {
    margin-top: 10.4vw;
  }
  .top-store__btn a {
    min-height: 13.333vw;
    font-size: 3.2vw;
  }
  .top-store__btn a::before {
    width: 3.333vw;
    height: 3.333vw;
  }
}
/* ================================================

- sc17 PR配信

================================================ */
.top-youtube {
  padding: 80px 0 80px;
}

.top-youtube__logo {
  width: 180px;
  margin: 0 auto;
}

.top-youtube__ttl {
  width: 709px;
  margin: 0 auto;
}

.top-youtube__summary {
  margin-top: 23px;
  text-align: center;
}

.top-youtube__character {
  width: 406px;
  margin: 17px auto 0;
  translate: -26px 0;
}

.m-btn.top-youtube__btn {
  margin-top: 40px;
}
.m-btn.top-youtube__btn a {
  min-height: 100px;
  font-size: 2.4rem;
}
.m-btn.top-youtube__btn a::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 25px;
  translate: 0 -50%;
  background-image: url("data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Capa_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%22512px%22%20height%3D%22512px%22%20viewBox%3D%220%200%20512%20512%22%20enable-background%3D%22new%200%200%20512%20512%22%20xml%3Aspace%3D%22preserve%22%3E%3Cg%3E%20%3Cg%3E%20%3Cg%3E%20%3Cg%3E%20%3Cpath%20fill%3D%22%234B2B1B%22%20d%3D%22M369.778%2C512H85.334c-22.795%2C0-44.223-8.877-60.34-24.995C8.877%2C470.888%2C0.001%2C449.458%2C0.001%2C426.666%20V142.222c0-22.794%2C8.877-44.222%2C24.994-60.339s37.545-24.994%2C60.34-24.994h113.777c15.71%2C0%2C28.445%2C12.734%2C28.445%2C28.445%20s-12.734%2C28.445-28.445%2C28.445H85.334c-7.598%2C0-14.74%2C2.959-20.112%2C8.331c-5.372%2C5.372-8.332%2C12.515-8.332%2C20.113v284.444%20c0%2C7.598%2C2.959%2C14.74%2C8.332%2C20.114c5.372%2C5.371%2C12.514%2C8.331%2C20.112%2C8.331h284.443c7.598%2C0%2C14.74-2.959%2C20.113-8.333%20c5.372-5.372%2C8.331-12.515%2C8.331-20.113V312.889c0-15.71%2C12.735-28.444%2C28.446-28.444s28.446%2C12.734%2C28.446%2C28.444v113.777%20c0%2C22.794-8.877%2C44.221-24.995%2C60.34C413.999%2C503.123%2C392.57%2C512%2C369.778%2C512L369.778%2C512z%20M199.112%2C341.332%20c-7.28%2C0-14.56-2.776-20.113-8.331c-11.108-11.108-11.108-29.119%2C0-40.227L414.884%2C56.889H312.89%20c-15.71%2C0-28.444-12.734-28.444-28.445S297.179%2C0%2C312.89%2C0h170.667c3.934%2C0%2C7.681%2C0.799%2C11.089%2C2.243%20c3.181%2C1.345%2C6.167%2C3.295%2C8.781%2C5.849c0.001%2C0.001%2C0.001%2C0.001%2C0.002%2C0.002c0.019%2C0.019%2C0.038%2C0.037%2C0.056%2C0.056%20c0.005%2C0.005%2C0.012%2C0.011%2C0.017%2C0.016c0.014%2C0.014%2C0.03%2C0.029%2C0.044%2C0.044c0.01%2C0.01%2C0.019%2C0.019%2C0.029%2C0.029%20c0.011%2C0.011%2C0.023%2C0.023%2C0.032%2C0.032c0.02%2C0.02%2C0.042%2C0.041%2C0.062%2C0.062c0.02%2C0.02%2C0.042%2C0.042%2C0.062%2C0.062%20c0.011%2C0.01%2C0.023%2C0.023%2C0.031%2C0.032c0.011%2C0.01%2C0.019%2C0.019%2C0.029%2C0.029c0.016%2C0.015%2C0.03%2C0.029%2C0.044%2C0.045%20c0.005%2C0.004%2C0.012%2C0.011%2C0.016%2C0.016c0.019%2C0.019%2C0.038%2C0.038%2C0.056%2C0.057c0%2C0.001%2C0.001%2C0.001%2C0.002%2C0.002%20c2.554%2C2.615%2C4.504%2C5.602%2C5.849%2C8.782c1.444%2C3.408%2C2.244%2C7.154%2C2.244%2C11.089V199.11c0%2C15.71-12.735%2C28.445-28.446%2C28.445%20s-28.444-12.734-28.444-28.445V97.116L219.22%2C333.003C213.671%2C338.557%2C206.392%2C341.332%2C199.112%2C341.332L199.112%2C341.332z%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  width: 25px;
  height: 25px;
}
.m-btn.top-youtube__btn a:not([href]) {
  color: #FFFFFF;
}
.m-btn.top-youtube__btn a:not([href])::before {
  display: none;
}
.m-btn.top-youtube__btn a:not([href])::after {
  display: none;
}

/*--- media screen ---*/
@media screen and (max-width: 768px) {
  .top-youtube {
    padding: 10.667vw 0 10.667vw;
  }
  .top-youtube__logo {
    width: 24vw;
  }
  .top-youtube__ttl {
    width: 94.533vw;
  }
  .top-youtube__summary {
    margin-top: 3.067vw;
  }
  .top-youtube__character {
    width: 54.133vw;
    margin: 2.267vw auto 0;
    translate: -3.467vw 0;
  }
  .m-btn.top-youtube__btn {
    margin-top: 5.333vw;
  }
  .m-btn.top-youtube__btn a {
    min-height: 13.333vw;
    font-size: 3.2vw;
  }
  .m-btn.top-youtube__btn a::before {
    width: 3.333vw;
    height: 3.333vw;
  }
  .m-btn.top-youtube__btn a:not([href])::before {
    display: none;
  }
}
/* ================================================

- sc14 オフィシャル

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

- sc14 ココス

================================================ */
.top-cocosWeb {
  padding: 70px 0 228px;
}

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

.top-cocosWeb__content {
  margin-top: 148px;
}

.top-official__logo {
  width: 550px;
  margin: 0 auto;
}

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

.top-cocosWeb__summary {
  margin-top: 23px;
}

.top-cocosWeb__summary.-cocos {
  margin-top: 32px;
}

.m-btn.top-official__btn {
  margin-top: 70px;
}
.m-btn.top-official__btn a {
  min-height: 100px;
  font-size: 2.4rem;
}

/*--- media screen ---*/
@media screen and (max-width: 768px) {
  .top-cocosWeb {
    padding: 9.333vw 0 30.4vw;
  }
  .top-cocosWeb__inner {
    padding: 0 3.2vw;
  }
  .top-cocosWeb__content {
    margin-top: 19.733vw;
  }
  .top-official__logo {
    width: 73.333vw;
  }
  .top-cocosWeb__logo {
    width: 44.133vw;
  }
  .top-cocosWeb__summary {
    margin-top: 3.067vw;
  }
  .top-cocosWeb__summary.-cocos {
    margin-top: 4.267vw;
  }
  .m-btn.top-official__btn {
    margin-top: 9.333vw;
  }
  .m-btn.top-official__btn a {
    min-height: 13.333vw;
    font-size: 3.2vw;
  }
}
/* ================================================

- トランジション

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

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

- アクリルスタンドパネル販売、および初日のご入店について

================================================ */
.storeSales-accordion__btn {
  /* display: list-item; */ /* 外を指定してデフォルトの三角形アイコンを消します */
  display: block;
}
.storeSales-accordion__btn a,
.storeSales-accordion__btn button {
  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: 702px;
  min-height: 150px;
  font-size: 2.8rem;
  line-height: 1.2;
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 800;
  color: #D52D2E;
  border: solid 8px #D52D2E;
  position: relative;
}
.storeSales-accordion__btn a small,
.storeSales-accordion__btn button small {
  display: block;
  margin-top: 5px;
  font-size: 2.4rem;
}
.storeSales-accordion__btn a::before,
.storeSales-accordion__btn button::before {
  content: "";
  position: absolute;
  right: 30px;
  top: 45%;
  translate: 0 -50%;
  width: 25px;
  height: 25px;
  border-top: solid 5px #D52D2E;
  border-right: solid 5px #D52D2E;
  rotate: 135deg;
}

/* Safariで表示されるデフォルトの三角形アイコンを消します */
summary.storeSales-accordion__btn::-webkit-details-marker {
  display: none;
}

.storeSales-wrapper {
  width: 702px;
  margin: 80px auto 60px;
  background-color: #FFFFFF;
}

.storeSales-summarys {
  margin-top: 70px;
  padding: 0 22px 70px;
}

.storeSales-head {
  margin-bottom: 30px;
  text-align: center;
}
.storeSales-head p {
  font-size: 2.8rem;
  line-height: 1.5;
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 800;
}

.storeSales-head__note {
  margin-top: 20px;
}

.storeSales-head__note + .storeSales-summarys__ttl {
  margin-top: 77px;
}

.storeSales-block:not(:first-of-type) {
  margin-top: 40px;
}

.storeSales-summarys__ttl {
  padding: 10px 20px 9px;
  background-color: #ffe770;
}
.storeSales-summarys__ttl p {
  padding-left: 1.5em;
  font-size: 2.8rem;
  line-height: 1.5;
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 800;
  color: #402213;
  position: relative;
}
.storeSales-summarys__ttl p::before {
  content: attr(data-num);
  position: absolute;
  top: 0;
  left: 0;
}

.storeSales-summarys__ttl.-ttl2 {
  margin-top: 72px;
}

ol.m-indet--number li {
  padding-left: 1.25em;
  position: relative;
}
ol.m-indet--number li::before {
  content: attr(data-label);
  position: absolute;
  top: 0;
  left: 0;
}

.storeSales-summarys__list {
  margin-top: 34px;
}
.storeSales-summarys__list li {
  font-size: 2.4rem;
  line-height: 1.8;
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 800;
}
.storeSales-summarys__list li span.-color {
  color: #cc0000;
}
.storeSales-summarys__list li strong {
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 800;
}
.storeSales-summarys__list li:not(:first-of-type) {
  margin-top: 43px;
}

.storeSales-summary p {
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 400;
}

/*--- media screen ---*/
@media screen and (max-width: 768px) {
  .storeSales-accordion__btn a,
  .storeSales-accordion__btn button {
    width: 93.6vw;
    min-height: 20vw;
    font-size: 3.7333333333vw;
    border: solid 1.067vw #D52D2E;
  }
  .storeSales-accordion__btn a small,
  .storeSales-accordion__btn button small {
    margin-top: 0.667vw;
    font-size: 3.2vw;
  }
  .storeSales-accordion__btn a::before,
  .storeSales-accordion__btn button::before {
    right: 4vw;
    top: 45%;
    translate: 0 -50%;
    width: 3.333vw;
    height: 3.333vw;
    border-top: solid 0.667vw #D52D2E;
    border-right: solid 0.667vw #D52D2E;
    rotate: 135deg;
  }
  .storeSales-wrapper {
    width: 93.6vw;
    margin: 10.667vw auto 8vw;
  }
  .storeSales-summarys {
    margin-top: 9.333vw;
    padding: 0 2.933vw 9.333vw;
  }
  .storeSales-head {
    margin-bottom: 4vw;
  }
  .storeSales-head p {
    font-size: 3.7333333333vw;
  }
  .storeSales-head__note {
    margin-top: 2.667vw;
  }
  .storeSales-head__note + .storeSales-summarys__ttl {
    margin-top: 10.267vw;
  }
  .storeSales-block:not(:first-of-type) {
    margin-top: 5.333vw;
  }
  .storeSales-summarys__ttl {
    padding: 1.333vw 2.667vw 1.2vw;
  }
  .storeSales-summarys__ttl p {
    padding-left: 1.5em;
    font-size: 3.7333333333vw;
  }
  .storeSales-summarys__ttl.-ttl2 {
    margin-top: 9.6vw;
  }
  ol.m-indet--number li {
    padding-left: 1.25em;
  }
  .storeSales-summarys__list {
    margin-top: 4.533vw;
  }
  .storeSales-summarys__list li {
    font-size: 3.2vw;
  }
  .storeSales-summarys__list li:not(:first-of-type) {
    margin-top: 5.733vw;
  }
}
/* ================================================

- アコーディオン

================================================ */
.menu-accordion {
  padding-top: 80px;
}

.menu-accordion__summary {
  /* display: list-item; */ /* 外を指定してデフォルトの三角形アイコンを消します */
  display: block;
  width: 702px;
  margin: 0 auto;
  padding-bottom: 80px;
  cursor: pointer;
  position: relative;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.menu-accordion__summary::before {
  content: "";
  position: absolute;
  right: 25px;
  top: 37px;
  width: 16px;
  height: 16px;
  border-top: solid 2px #46250c;
  border-right: solid 2px #46250c;
  rotate: 135deg;
}
.menu-accordion__summary:hover {
  opacity: 0.7;
}

.menu-accordion__details.-open .menu-accordion__summary::before {
  top: 45px;
  border-top: solid 2px #46250c;
  border-right: solid 2px #46250c;
  rotate: 315deg;
}

/* Safariで表示されるデフォルトの三角形アイコンを消します */
summary.menu-accordion__summary::-webkit-details-marker {
  display: none;
}

.menu-accordion__icon {
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
  position: absolute;
  top: 28px;
  right: 40px;
}
.menu-accordion__icon::before, .menu-accordion__icon::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  width: 16px;
  height: 2px;
  background-color: #FFFFFF;
}
.menu-accordion__icon::before {
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.menu-accordion__icon::after {
  -webkit-transition: -webkit-transform 0.4s ease-in-out;
  transition: -webkit-transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
  -webkit-transform: translateY(-50%) rotate(-90deg);
          transform: translateY(-50%) rotate(-90deg);
}

/* アコーディオンが開いた時のスタイル */
details.menu-accordion__details.open .menu-accordion__icon::after {
  -webkit-transform: translateY(-50%) rotate(0deg);
          transform: translateY(-50%) rotate(0deg);
}

.menu-accordion__content {
  background-color: var(--cc-blue);
}

.js-details.open .menu-accordion__content__txt {
  opacity: 1;
}

/*--- media screen ---*/
@media screen and (max-width: 768px) {
  .menu-accordion {
    padding-top: 10.667vw;
  }
  .menu-accordion__summary {
    width: 93.6vw;
    margin: 0 auto;
    padding-bottom: 10.667vw;
  }
  .menu-accordion__summary::before {
    content: "";
    position: absolute;
    right: 3.333vw;
    top: 4.933vw;
    width: 2.133vw;
    height: 2.133vw;
    border-top: solid 1px #46250c;
    border-right: solid 1px #46250c;
    rotate: 135deg;
  }
  .menu-accordion__details.-open .menu-accordion__summary::before {
    top: 6vw;
    border-top: solid 1px #46250c;
    border-right: solid 1px #46250c;
    rotate: 315deg;
  }
  .menu-accordion__icon {
    top: 3.733vw;
    right: 5.333vw;
  }
  .menu-accordion__icon::before, .menu-accordion__icon::after {
    width: 2.133vw;
    height: 0.267vw;
  }
}