@charset "UTF-8";
/*!  02_base
================================================ */
body {
  width: 100%;
  position: relative;
  min-width: 320px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 24px;
  font-size: 3.75vw;
  font-weight: 400;
  color: #000;
  -webkit-text-size-adjust: 100%;
  font-feature-settings: "palt";
}
@media print, screen and (min-width: 641px) {
  body {
    min-width: 1200px;
    width: 100%;
    font-size: 16px;
  }
}
body.fixed {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
}
body a {
  color: #000;
  text-decoration: none;
}
@media print, screen and (min-width: 641px) {
  body a[href^="tel:"] {
    pointer-events: none;
  }
}
@media print, screen and (min-width: 641px) {
  body a:hover {
    opacity: 0.8;
    -webkit-animation: btn 0.5s;
            animation: btn 0.5s;
  }
}
@-webkit-keyframes btn {
  0% {
    opacity: 1;
  }
  10% {
    opacity: 0.4;
  }
  100% {
    opacity: 0.8;
  }
}
@keyframes btn {
  0% {
    opacity: 1;
  }
  10% {
    opacity: 0.4;
  }
  100% {
    opacity: 0.8;
  }
}

img {
  width: 100%;
  max-width: 100%;
  height: auto;
}

@media print, screen and (min-width: 641px) {
  .viewSp {
    display: none !important;
  }
}

.viewPc {
  display: none !important;
}
@media print, screen and (min-width: 641px) {
  .viewPc {
    display: block !important;
  }
}

/*=============================================================
 01_base
=============================================================*/
/*=============================================================
 02_layout
=============================================================*/
body {
  color: #000;
}

/*!  main
================================================ */
/*!  loading
================================================ */
#loading {
  position: fixed;
  width: 100%;
  height: 100vh;
  z-index: 99;
  background-color: #fff;
}
#loading .chara {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) !important;
  opacity: 0;
}
#loading .chara img {
  -webkit-animation: a-rotate 1s ease 0s infinite;
  animation: a-rotate 1s ease 0s infinite;
}

@-webkit-keyframes a-rotate {
  0% {
    transform: rotateY(0deg);
  }
  100% {
    transform: rotateY(360deg);
  }
}

@keyframes a-rotate {
  0% {
    transform: rotateY(0deg);
  }
  100% {
    transform: rotateY(360deg);
  }
}
/*!  header
================================================ */
#header {
  position: relative;
  z-index: 50;
}
#header .inner {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 1200px;
  height: 94px;
  margin: 0 auto;
  z-index: 5;
}
@media only screen and (max-width: 768px) {
  #header .inner {
    width: auto;
    height: 25.78125vw;
    left: 0;
    transform: unset;
  }
}
@media only screen and (max-width: 768px) {
  #header img {
    width: 100%;
  }
}
#header .btn-nav {
  position: fixed;
  top: 14px;
  right: calc(50% - 600px);
  width: 70px;
  height: 70px;
  z-index: 50;
  background: url("../images/global/btn_open.png") no-repeat top center;
  background-size: contain;
  transition: all 0.3s ease;
  cursor: pointer;
}
@media only screen and (max-width: 768px) {
  #header .btn-nav {
    top: 2.5vw;
    right: 1.5625vw;
    width: 15.625vw;
    height: 15.625vw;
  }
}
#header .btn-nav.active {
  background: url("../images/global/btn_close.png") no-repeat top center;
  background-size: contain;
}
#header .gnav {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: url("../images/menu/bg.png") no-repeat top center;
  background-size: cover;
  z-index: 30;
  overflow-y: scroll;
}
@media only screen and (max-width: 768px) {
  #header .gnav {
    height: 100vh;
    background: url("../images/menu/bg-sp.png") no-repeat top center;
    background-size: 100%;
  }
}
#header .gnav nav {
  position: relative;
  width: 987px;
  margin: 0 auto;
  padding: 35px 0 48px;
}
@media only screen and (max-width: 768px) {
  #header .gnav nav {
    width: auto;
    padding: 7.8125vw 0 39.84375vw;
  }
}
#header .gnav nav::before {
  content: "";
  width: 150vw;
  height: 5px;
  background-color: #00a692;
  position: absolute;
  top: 0;
  left: -25vw;
}
@media only screen and (max-width: 768px) {
  #header .gnav nav::before {
    width: 100vw;
    height: 0.78125vw;
    left: 0;
  }
}
#header .gnav nav::after {
  content: "";
  width: 150vw;
  height: 5px;
  background-color: #00a692;
  position: absolute;
  bottom: 0;
  left: -25vw;
}
@media only screen and (max-width: 768px) {
  #header .gnav nav::after {
    width: 100vw;
    height: 0.78125vw;
    left: 0;
  }
}
#header .gnav nav .emblem {
  text-align: center;
}
@media only screen and (max-width: 768px) {
  #header .gnav nav .emblem {
    text-align: left;
    margin-left: 11.5625vw;
    margin-bottom: 1.875vw;
  }
}
#header .gnav nav .emblem img {
  width: 71px;
}
#header .gnav nav p {
  margin: -10px 0 10px;
}
@media only screen and (max-width: 768px) {
  #header .gnav nav p {
    width: 40.15625vw;
    margin: 0 0 1.5625vw 11.5625vw;
  }
}
#header .gnav nav p img {
  width: auto;
}
#header .gnav nav .btn-top {
  position: absolute;
  right: 0;
  top: 110px;
}
@media only screen and (max-width: 768px) {
  #header .gnav nav .btn-top {
    width: 15vw;
    right: 11.71875vw;
    top: inherit;
    bottom: 49.375vw;
  }
}
#header .gnav nav .btn-top img {
  width: 46px;
}
@media only screen and (max-width: 768px) {
  #header .gnav nav .btn-top img {
    width: 100%;
  }
}
#header .gnav nav ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 30px;
}
@media only screen and (max-width: 768px) {
  #header .gnav nav ul {
    display: block;
    width: 76.40625vw;
    margin: 0 auto 9.6875vw;
  }
}
#header .gnav nav ul li {
  position: relative;
  margin-bottom: 10px;
}
@media only screen and (max-width: 768px) {
  #header .gnav nav ul li {
    margin-bottom: 1.5625vw;
  }
}
#header .gnav nav ul li a {
  display: block;
}
#header .gnav nav ul li a:hover {
  -webkit-animation: unset;
          animation: unset;
  opacity: 1;
}
#header .gnav nav ul li .image {
  position: absolute;
  top: 10px;
  left: 10px;
  width: 182px;
  height: 162px;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  #header .gnav nav ul li .image {
    top: 1.5625vw;
    left: 1.5625vw;
    width: 28.4375vw;
    height: 25.3125vw;
  }
}
#header .gnav nav ul li .image img {
  transition: all 0.3s ease;
}
#header .gnav nav ul li:hover .image img {
  transform: scale(1.1);
}
@media only screen and (max-width: 768px) {
  #header .gnav nav ul li:hover .image img {
    transform: scale(1);
  }
}
#header .gnav nav .logo {
  text-align: center;
  width: 160px;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  #header .gnav nav .logo {
    width: 25vw;
  }
}
#header .gnav nav .logo img {
  width: 100%;
}

/* .kv
-------------------------------------------------*/
.kv {
  background: url("../images/kv/sp/chara.png") no-repeat 50% 0/100% auto;
  border-top: solid 5px #00a692;
  -webkit-animation: fadeIn 2s ease forwards;
          animation: fadeIn 2s ease forwards;
  opacity: 0;
}
@media print, screen and (min-width: 641px) {
  .kv {
    width: 100%;
    background: url(../images/kv/pc/chara.png) no-repeat 50% top;
  }
}
.kv .contents-inner {
  position: relative;
  height: 115.3125vw;
  padding: 1.5625vw 0 0;
  box-sizing: border-box;
}
@media print, screen and (min-width: 641px) {
  .kv .contents-inner {
    width: 1000px;
    height: 846px;
    margin: 0 auto;
    padding: 20px 0 0;
  }
}
.kv .logo {
  width: 25.3125%;
  margin: 0 0 0.78125vw 3.125vw;
}
@media print, screen and (min-width: 641px) {
  .kv .logo {
    width: 135px;
    margin: 0 0 10px 16px;
  }
}
.kv .emblem {
  position: relative;
  width: 14.84375%;
  margin: 0 0 1.25vw 6.25vw;
}
@media print, screen and (min-width: 641px) {
  .kv .emblem {
    width: 96px;
    margin: 0 0 11px 33px;
  }
}
.kv .emblem-award {
  width: 24.375%;
  margin: 0 0 0 1.71875vw;
}
@media print, screen and (min-width: 641px) {
  .kv .emblem-award {
    width: 157px;
    margin: 0 0 0 2px;
  }
}
.kv h1 {
  position: absolute;
  top: 1.5625vw;
  left: 36.40625vw;
  width: 30.78125%;
  -webkit-animation: fadeIn 1.4s ease 2.6s forwards;
          animation: fadeIn 1.4s ease 2.6s forwards;
  opacity: 0;
}
@media print, screen and (min-width: 641px) {
  .kv h1 {
    top: 63px;
    left: 768px;
    width: 233px;
  }
}
.kv .pop {
  position: absolute;
  top: 75.78125vw;
  right: 36.71875vw;
  width: 29.375%;
  -webkit-animation: fadeIn 0.4s ease 3s forwards;
          animation: fadeIn 0.4s ease 3s forwards;
  opacity: 0;
}
@media print, screen and (min-width: 641px) {
  .kv .pop {
    top: 578px;
    right: 228px;
    width: 188px;
  }
}
.kv .catch01 {
  position: absolute;
  top: 45.78125vw;
  right: 3.125vw;
  width: 4.84375%;
  -webkit-animation: fadeDown 0.4s ease-in 2s forwards;
          animation: fadeDown 0.4s ease-in 2s forwards;
  opacity: 0;
}
@media print, screen and (min-width: 641px) {
  .kv .catch01 {
    top: 0;
    right: 578px;
    width: 48px;
  }
}
.kv .catch02 {
  position: absolute;
  top: 60.78125vw;
  right: 9.53125vw;
  width: 3.125%;
  -webkit-animation: fadeDown 0.4s ease-in 2.1s forwards;
          animation: fadeDown 0.4s ease-in 2.1s forwards;
  opacity: 0;
}
@media print, screen and (min-width: 641px) {
  .kv .catch02 {
    top: 152px;
    right: 638px;
    width: 27px;
  }
}
.kv .catch03 {
  position: absolute;
  top: 42.65625vw;
  right: 13.90625vw;
  width: 13.75%;
  -webkit-animation: fadeDown 0.4s ease-in 2.2s forwards;
          animation: fadeDown 0.4s ease-in 2.2s forwards;
  opacity: 0;
}
@media print, screen and (min-width: 641px) {
  .kv .catch03 {
    top: 100px;
    right: 677px;
    width: 62px;
  }
}
.kv .author {
  position: absolute;
  top: 48.125vw;
  left: 0.78125vw;
  width: 31.25%;
  -webkit-animation: fadeIn 0.4s ease 3s forwards;
          animation: fadeIn 0.4s ease 3s forwards;
  opacity: 0;
}
@media print, screen and (min-width: 641px) {
  .kv .author {
    top: 518px;
    left: 756px;
    width: 108px;
  }
}
.kv .box-sns {
  position: absolute;
  display: flex;
  justify-content: space-between;
  top: 105.3125vw;
  right: 2.8125vw;
  width: 60.46875%;
  -webkit-animation: fadeIn 0.4s ease 3s forwards;
          animation: fadeIn 0.4s ease 3s forwards;
  opacity: 0;
}
@media print, screen and (min-width: 641px) {
  .kv .box-sns {
    top: 770px;
    right: 0;
    width: 395px;
  }
}
.kv .box-sns .btn-twitter {
  width: 29.21875vw;
  margin-right: 2.1875vw;
}
@media print, screen and (min-width: 641px) {
  .kv .box-sns .btn-twitter {
    width: 192px;
    margin-right: 14px;
  }
}
.kv .box-sns .btn-tiktok {
  width: 29.21875vw;
  margin-right: 14px;
}
.kv .box-sns .btn-anime {
  width: 29.21875vw;
}
@media print, screen and (min-width: 641px) {
  .kv .box-sns .btn-tiktok {
    width: 192px;
  }
  .kv .box-sns .btn-anime {
    width: 192px;
  }
}
.kv .box-release {
  position: absolute;
  top: 62.8125vw;
  left: 0;
  display: flex;
  width: 34.375%;
  -webkit-animation: fadeIn 0.4s ease 3s forwards;
          animation: fadeIn 0.4s ease 3s forwards;
  opacity: 0;
}
@media print, screen and (min-width: 641px) {
  .kv .box-release {
    top: 378px;
    width: 220px;
  }
}
.kv .box-release .award {
  width: 3.125%;
  background-color: #533bca;
  padding: 2.34375vw 0.9375vw 2.1875vw 0.9375vw;
}
@media print, screen and (min-width: 641px) {
  .kv .box-release .award {
    position: absolute;
    top: 0;
    right: 0;
    width: 16px;
    padding: 6px 0 12px 5px;
  }
}
@media print, screen and (min-width: 641px) {
  .kv .box-release .award img {
    width: 10px;
  }
}
.kv .box-release .box-book {
  width: 90.9090909091%;
  padding: 2.1875vw 0;
  background-color: #000;
}
@media print, screen and (min-width: 641px) {
  .kv .box-release .box-book {
    width: 200px;
    padding: 13px 0;
  }
}
.kv .box-release .release {
  width: 89.5%;
  margin: 0 auto 1.09375vw;
}
@media print, screen and (min-width: 641px) {
  .kv .box-release .release {
    width: 175px;
    margin-bottom: 7px;
  }
}
.kv .box-release .cover {
  width: 90%;
  margin: 0 auto;
  border: 1px solid #1a1a1a;
}
@media print, screen and (min-width: 641px) {
  .kv .box-release .cover {
    width: 180px;
    margin-bottom: 13px;
  }
}
.kv .box-release .btn {
  display: none;
}
@media print, screen and (min-width: 641px) {
  .kv .box-release .btn {
    display: block;
    width: 180px;
    margin: 0 auto;
  }
}
@media print, screen and (min-width: 641px) {
  .kv .box-release .btn li + li {
    margin-top: 9px;
  }
}
@media print, screen and (min-width: 641px) {
  .kv .box-release .btn li.off {
    background-color: #fff;
  }
}
@media print, screen and (min-width: 641px) {
  .kv .box-release .btn li.off img {
    opacity: 0.5;
  }
}
@media print, screen and (min-width: 641px) {
  .kv .box-release .btn li a {
    display: block;
  }
}
.kv .btn-sp {
  padding: 3.125vw 5.3125vw;
  background-color: #000;
}
@media print, screen and (min-width: 641px) {
  .kv .btn-sp {
    display: none;
  }
}
.kv .btn-sp ul {
  display: flex;
  justify-content: space-between;
}
.kv .btn-sp ul li {
  width: 47.5524475524%;
}
.kv .btn-sp ul li.off {
  opacity: 0.5;
}
.kv .btn-sp ul li a {
  display: block;
}
.kv .sns {
  display: none;
}
@media print, screen and (min-width: 641px) {
  .kv .sns {
    position: absolute;
    top: 15px;
    right: 72px;
    display: flex;
    justify-content: flex-end;
  }
}
@media print, screen and (min-width: 641px) {
  .kv .sns li + li {
    margin-left: 5px;
  }
}

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

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fadeDown {
  from {
    opacity: 0;
    transform: translateY(-300px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeDown {
  from {
    opacity: 0;
    transform: translateY(-300px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* .commentary
-------------------------------------------------*/
.commentary {
  position: relative;
  background-color: #751db3;
}
.commentary::after {
  position: absolute;
  display: block;
  content: "";
  bottom: 0;
  width: 100%;
  height: 12.34375vw;
  background: url("../images/commentary/sp/bg-bottom.png") no-repeat center top/cover;
}
@media print, screen and (min-width: 641px) {
  .commentary::after {
    background: url("../images/commentary/pc/bg-bottom.png") no-repeat center top/cover;
    height: 151px;
  }
}
.commentary .contents-inner {
  position: relative;
  width: 93.75vw;
  margin: 0 auto;
  padding: 8.28125vw 0 23.4375vw;
}
@media print, screen and (min-width: 641px) {
  .commentary .contents-inner {
    width: 1000px;
    margin: 0 auto;
    padding: 40px 0 266px;
  }
}
.commentary h2 {
  width: 94.0625vw;
  margin: 0 0 6.5625vw -1.40625vw;
}
@media print, screen and (min-width: 641px) {
  .commentary h2 {
    width: 681px;
    margin: 0 auto 50px;
  }
}
.commentary .box:not(:last-of-type) {
  margin-bottom: 9.0625vw;
}
@media print, screen and (min-width: 641px) {
  .commentary .box:not(:last-of-type) {
    margin-bottom: 60px;
  }
}
.commentary .box h3 {
  margin-bottom: 6.5625vw;
}
@media print, screen and (min-width: 641px) {
  .commentary .box h3 {
    margin-bottom: 45px;
  }
}
.commentary .box .txt:not(:last-child) {
  margin-bottom: 6.875vw;
}
@media print, screen and (min-width: 641px) {
  .commentary .box .txt:not(:last-child) {
    margin-bottom: 68px;
  }
}

/* .recommend
-------------------------------------------------*/
.recommend {
  position: relative;
  background-color: #000;
  background: url("../images/recommend/sp/bg.png") no-repeat center top/cover;
}
@media print, screen and (min-width: 641px) {
  .recommend {
    background: url("../images/recommend/pc/bg.png") no-repeat center top/cover;
  }
}
.recommend::after {
  position: absolute;
  display: block;
  content: "";
  bottom: 0;
  width: 100%;
  height: 15vw;
  background: url("../images/recommend/sp/bg-bottom.png") no-repeat center top/cover;
}
@media print, screen and (min-width: 641px) {
  .recommend::after {
    background: url("../images/recommend/pc/bg-bottom.png") no-repeat center top/cover;
    height: 176px;
  }
}
.recommend .contents-inner {
  position: relative;
  padding: 6.25vw 0 25vw;
}
@media print, screen and (min-width: 641px) {
  .recommend .contents-inner {
    width: 1000px;
    margin: 0 auto;
    padding: 40px 0 285px;
  }
}
.recommend h2 {
  width: 76.875%;
  margin: 0 auto 10.15625vw;
}
@media print, screen and (min-width: 641px) {
  .recommend h2 {
    width: 935px;
    margin: 0 auto 75px;
  }
}
.recommend .box ul {
  position: relative;
  padding: 0 6.5625vw;
}
@media print, screen and (min-width: 641px) {
  .recommend .box ul {
    padding: 0;
  }
}
.recommend .box .slick-arrow {
  width: 4.21875vw;
  height: 11.875vw;
  font-size: 0;
  border: none;
  background: url("../images/recommend/arrow.png") no-repeat top center;
  background-size: contain;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}
@media print, screen and (min-width: 641px) {
  .recommend .box .slick-arrow {
    width: 35px;
    height: 100px;
    cursor: pointer;
  }
}
.recommend .box .slick-arrow.slick-prev {
  left: 1.25vw;
  transform: scale(-1, -1) translateY(-50%);
  transform-origin: top;
}
@media print, screen and (min-width: 641px) {
  .recommend .box .slick-arrow.slick-prev {
    left: -50px;
  }
}
.recommend .box .slick-arrow.slick-next {
  right: 1.25vw;
}
@media print, screen and (min-width: 641px) {
  .recommend .box .slick-arrow.slick-next {
    right: -50px;
  }
}
.recommend .box1 {
  margin-bottom: 8.4375vw;
}
@media print, screen and (min-width: 641px) {
  .recommend .box1 {
    margin-bottom: 85px;
  }
}
.recommend .box1 h3 {
  width: 27.34375%;
  margin: 0 auto 3.125vw;
}
@media print, screen and (min-width: 641px) {
  .recommend .box1 h3 {
    width: 199px;
    margin: 0 auto 35px;
  }
}
.recommend .box2 h3 {
  width: 31.875%;
  margin: 0 auto 3.125vw;
}
@media print, screen and (min-width: 641px) {
  .recommend .box2 h3 {
    width: 233px;
    margin: 0 auto 35px;
  }
}

/* .benefit
-------------------------------------------------*/
.benefit {
  position: relative;
  background: #8e99b4;
}
.benefit::after {
  position: absolute;
  display: block;
  content: "";
  bottom: 0;
  width: 100%;
  height: 17.8125vw;
  background: url("../images/benefit/sp/bg-bottom.png") no-repeat center top/cover;
}
@media print, screen and (min-width: 641px) {
  .benefit::after {
    background: url("../images/benefit/pc/bg-bottom.png") no-repeat center top/cover;
    height: 55px;
  }
}
.benefit .contents-inner {
  position: relative;
  margin-bottom: 7.8125vw;
  padding: 5.625vw 0 5.3125vw;
}
@media print, screen and (min-width: 641px) {
  .benefit .contents-inner {
    width: 1000px;
    margin: 0 auto 110px;
    padding: 40px 0 120px;
  }
}
.benefit h2 {
  width: 76.875%;
  margin: 0 auto 4.0625vw;
}
@media print, screen and (min-width: 641px) {
  .benefit h2 {
    width: 492px;
    margin: 0 auto 33px;
  }
}
.benefit ul {
  position: relative;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 87.5%;
  margin: 0 auto;
}
@media print, screen and (min-width: 641px) {
  .benefit ul {
    width: 100%;
  }
}
.benefit ul::before {
  position: absolute;
  display: block;
  content: "";
  top: -6.25vw;
  left: -6.5625vw;
  width: 29.84375vw;
  height: 19.375vw;
  background: url("../images/benefit/sp/bg01.png") no-repeat center top/cover;
  z-index: 1;
}
@media print, screen and (min-width: 641px) {
  .benefit ul::before {
    top: -30px;
    left: -100px;
    width: 366px;
    height: 114px;
    background: url("../images/benefit/pc/bg01.png") no-repeat center top/cover;
  }
}
@media print, screen and (min-width: 641px) {
  .benefit ul::after {
    position: absolute;
    display: block;
    content: "";
    bottom: -40px;
    right: -146px;
    width: 481px;
    height: 127px;
    background: url("../images/benefit/pc/bg02.png") no-repeat center top/cover;
  }
}
.benefit ul li {
  z-index: 10;
  margin-bottom: 3.4375vw;
}
/*.benefit ul li:nth-child(2) {
  margin-right: -1.25vw;
  margin-left: -1.25vw;
}
.benefit ul li:nth-child(3) {
  margin-right: -1.5625vw;
}*/
.benefit ul li:nth-child(1) {
  position: relative;
}
@media print, screen and (min-width: 641px) {
  .benefit ul li {
    width: 491px;
    margin-bottom: 20px;
  }
  .benefit ul li:nth-child(2) {
    width: 500px;
    margin-left: 0px;
  }
  .benefit ul li:nth-child(3) {
    width: 501px;
    margin-right: -10px;
  }
  .benefit ul li:nth-child(1) {
    width: 1000px;
  }
}
.benefit .benefit-btn {
  position: absolute;
  top: 45.3125vw;
  left: 47.1875vw;
  width: 36.875vw;
}
@media print, screen and (min-width: 641px) {
  .benefit .benefit-btn {
    top: 172px;
    left: 312px;
    width: 351px;
  }
}

/* .fair
-------------------------------------------------*/
.fair {
  position: relative;
  background: #bd118a;
}
.fair::after {
  position: absolute;
  display: block;
  content: "";
  bottom: -4vw;
  width: 100%;
  height: 17.8125vw;
  background: url("../images/fair/sp/bg-bottom.png") no-repeat center top/cover;
}
@media print, screen and (min-width: 641px) {
  .fair::after {
    background: url("../images/fair/pc/bg-bottom.png") no-repeat center top/cover;
    height: 55px;
  }
}
.fair .contents-inner {
  position: relative;
  margin-bottom: 13.8125vw;
  padding: 5.625vw 0 15.3125vw;
}
@media print, screen and (min-width: 641px) {
  .fair .contents-inner {
    width: 800px;
    margin: 0 auto 130px;
    padding: 40px 0 60px;
  }
}
.fair h2 {
  width: 76.875%;
  margin: 0 auto 4.0625vw;
}
@media print, screen and (min-width: 641px) {
  .fair h2 {
    width: 492px;
    margin: 0 auto 33px;
  }
}
.fair .box-fair{
  position: relative;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 87.5%;
  margin: 0 auto;
}
@media print, screen and (min-width: 641px) {
  .fair box-fair {
    width: 100%;
  }
}
.fair box-fair::before {
  position: absolute;
  display: block;
  content: "";
  top: -6.25vw;
  left: -6.5625vw;
  width: 29.84375vw;
  height: 19.375vw;
  background: url("../images/fair/sp/bg01.png") no-repeat center top/cover;
  z-index: 1;
}
@media print, screen and (min-width: 641px) {
  .fair box-fair::before {
    top: -30px;
    left: -100px;
    width: 366px;
    height: 114px;
    background: url("../images/fair/pc/bg01.png") no-repeat center top/cover;
  }
}
@media print, screen and (min-width: 641px) {
  .fair box-fair::after {
    position: absolute;
    display: block;
    content: "";
    bottom: -40px;
    right: -146px;
    width: 481px;
    height: 127px;
    background: url("../images/fair/pc/bg02.png") no-repeat center top/cover;
  }
}
.fair .fair-btn img{
  position: absolute;
  top:  116.7vw;
  left: 25.1875vw;
  width: 36.875vw;
}
@media print, screen and (min-width: 641px) {
  .fair .fair-btn img{
    top: 942px;
    left: 172px;
    width: 351px;
  }
}


/* .comicalize
-------------------------------------------------*/
.comicalize {
  position: relative;
  background: #a98c6f;
}
.comicalize::after {
  position: absolute;
  display: block;
  content: "";
  bottom: -14vw;
  width: 100%;
  height: 17.8125vw;
  background: url("../images/comicalize/sp/bg-bottom.png") no-repeat center top/cover;
}
@media print, screen and (min-width: 641px) {
  .comicalize::after {
    background: url("../images/comicalize/pc/bg-bottom.png") no-repeat center top/cover;
    height: 55px;
    bottom: -2vw;
  }
}
.comicalize .contents-inner {
  position: relative;
  margin-bottom: 18.8125vw;
  padding-top: 5.625vw;
}
@media print, screen and (min-width: 641px) {
  .comicalize .contents-inner {
    width: 800px;
    margin: 0 auto 110px;
    padding: 40px 0 60px;
  }
}
.comicalize h2 {
  width: 76.875%;
  margin: 0 auto 4.0625vw;
}
@media print, screen and (min-width: 641px) {
  .comicalize h2 {
    width: 492px;
    margin: 0 auto 33px;
  }
}
.comicalize .box-comicalize{
  position: relative;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 87.5%;
  margin: 0 auto;
  justify-content: center;
  webkit-justify-content: center;
    -webkit-align-items: center;
    align-items: center;
}
@media print, screen and (min-width: 641px) {
  .comicalize box-comicalize {
    width: 100%;
  }
}
.comicalize box-comicalize::before {
  position: absolute;
  display: block;
  content: "";
  top: -6.25vw;
  left: -6.5625vw;
  width: 29.84375vw;
  height: 19.375vw;
  background: url("../images/comicalize/pc/bg01.png") no-repeat center top/cover;
  z-index: 1;
}
@media screen and (max-width: 641px) {
  .comicalize box-comicalize::before {
    top: -30px;
    left: -100px;
    width: 366px;
    height: 114px;
    background: url("../images/comicalize/pc/bg01.png") no-repeat center top/cover;
  }
}
@media print, screen and (min-width: 641px) {
  .comicalize .box-comicalize::after {
    position: absolute;
    display: block;
    content: "";
    bottom: -40px;
    right: -146px;
    width: 481px;
    height: 127px;
    background: url("../images/comicalize/pc/bg02.png") no-repeat center top/cover;
  }
}
.comicalize .box-comicalize .comicalize-btn ul{
    text-align: center;
    margin-top: 20px
}
.comicalize .box-comicalize .comicalize-btn ul li{
  width: 351px;
  margin: 10px auto; 
}
@media screen and (max-width: 641px) {
.comicalize .box-comicalize .comicalize-btn ul li img{
  width: 47.5524475524%;
  margin: 1% auto; 
}
}
/*@media print, screen and (min-width: 641px) { 
  .comicalize .box-comicalize .comicalize-btn ul li img{
  width: 47.5524475524%;
  margin: 0 auto;
}
}*/
/* .story
-------------------------------------------------*/
.story {
  position: relative;
  background: #533bca url("../images/story/sp/bg01.png") no-repeat left top/100% auto;
}
@media print, screen and (min-width: 641px) {
  .story {
    background: #533bca url("../images/story/pc/bg01.png") no-repeat center 28px/auto;
  }
}
.story::before {
  position: absolute;
  display: block;
  content: "";
  top: -3.90625vw;
  width: 100%;
  height: 3.90625vw;
  background: url("../images/story/sp/bg-top.png") no-repeat center top/cover;
}
@media print, screen and (min-width: 641px) {
  .story::before {
    top: -55px;
    height: 70px;
    background: url("../images/story/pc/bg-top.png") no-repeat center top/cover;
  }
}
.story::after {
  position: absolute;
  display: block;
  content: "";
  bottom: -21.875vw;
  width: 100%;
  height: 21.875vw;
  background: url("../images/story/sp/bg-bottom.png") no-repeat center top/cover;
}
@media print, screen and (min-width: 641px) {
  .story::after {
    bottom: -200px;
    height: 200px;
    background: url("../images/story/pc/bg-bottom.png") no-repeat center top/cover;
  }
}
.story .contents-inner {
  position: relative;
  margin-bottom: 21.875vw;
  padding: 5.625vw 0 5.3125vw;
}
@media print, screen and (min-width: 641px) {
  .story .contents-inner {
    width: 1000px;
    margin: 0 auto 200px;
    padding: 33px 0 65px;
  }
}
.story h2 {
  width: 58.125%;
  margin: 0 auto 3.4375vw;
}
@media print, screen and (min-width: 641px) {
  .story h2 {
    width: 405px;
    margin: 0 auto 28px;
  }
}
.story p:first-of-type {
  width: 94.375%;
  margin: 0 auto 5.78125vw;
}
@media print, screen and (min-width: 641px) {
  .story p:first-of-type {
    width: 1004px;
    margin: 0 auto 40px;
  }
}
.story p:nth-of-type(2) {
  width: 88.125%;
  margin: 0 auto;
}
@media print, screen and (min-width: 641px) {
  .story p:nth-of-type(2) {
    width: 971px;
  }
}

/* .character
-------------------------------------------------*/
.character {
  position: relative;
  background: #1a1a1a;
  padding-top: 6.25vw;
  /*padding: mixin.vw(45) mixin.vw(20) 0;*/
}
@media print, screen and (min-width: 641px) {
  .character {
    margin: 0 auto;
    padding: 40px 0 5px;
  }
}
.character::after {
  position: absolute;
  display: block;
  content: "";
  bottom: -5.46875vw;
  width: 100%;
  height: 5.46875vw;
  background: url("../images/character/sp/bg-bottom.png") no-repeat center top/cover;
}
@media print, screen and (min-width: 641px) {
  .character::after {
    bottom: 0;
    height: 32px;
    background: url("../images/character/pc/bg-bottom.png") no-repeat center top/cover;
  }
}
.character h2 {
  text-align: right;
  margin: 0 0 5.15625vw 0;
}
@media print, screen and (min-width: 641px) {
  .character h2 {
    text-align: center;
    margin: 0 0 75px 0;
  }
}
.character h2 img {
  width: 90.78125%;
}
@media print, screen and (min-width: 641px) {
  .character h2 img {
    width: 846px;
  }
}
.character h3 {
  position: relative;
  width: 92.65625vw;
  margin: 0 auto 2.8125vw;
}
@media print, screen and (min-width: 641px) {
  .character h3 {
    width: 1050px;
    margin: 0 auto 22px;
    padding-left: 146px;
  }
  .character h3 img {
    width: 846px;
  }
  .character h3::after {
    position: absolute;
    display: block;
    content: "";
    top: 50px;
    left: 113px;
    width: 35px;
    height: 338px;
    background: url("../images/character/pc/title-gh-line.png") no-repeat center top;
    z-index: 1;
  }
}
@media print, screen and (min-width: 641px) {
  .character h3.cw {
    width: 1050px;
    margin: 0 auto 22px auto;
    padding-left: 207px;
  }
  .character h3.cw img {
    width: 877px;
  }
  .character h3.cw::after {
    left: 150px;
    width: 58px;
    background: url("../images/character/pc/title-cw-line.png") no-repeat center top;
  }
}
.character .character-thum {
  position: relative;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0 6.875vw;
}
@media print, screen and (min-width: 641px) {
  .character .character-thum {
    width: 900px;
    margin: 0 auto;
    padding: 0 8px 0 0;
  }
}
.character .character-thum li {
  width: 23.90625vw;
  margin-bottom: 6.875vw;
}
@media print, screen and (min-width: 641px) {
  .character .character-thum li {
    width: 128px;
    margin-bottom: 36px;
  }
}
@media print, screen and (min-width: 641px) {
  .character .slide-cw .character-thum {
    padding: 0 8px 0 26px;
  }
}
.character .thumb-media {
  position: relative;
}
.character .thumb-media .thum-off {
  position: relative;
  transition: all 0.5s 0s ease;
  z-index: 10;
}
.character .thumb-media .thum-on {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.character .thumb-media:hover .thum-off {
  opacity: 0;
}
.character .thumb-media-active .thum-off {
  opacity: 0;
}
.character .thumb-media-active .thum-on::after {
  position: absolute;
  display: block;
  content: "";
  bottom: -4.375vw;
  left: 50%;
  width: 5.625vw;
  height: 2.96875vw;
  background: url("../images/character/thum-arrow.png") no-repeat center top/contain;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
@media print, screen and (min-width: 641px) {
  .character .thumb-media-active .thum-on::after {
    bottom: -32px;
    left: 50%;
    width: 36px;
    height: 19px;
  }
}
.character .character-main {
  position: relative;
  margin-bottom: 10.9375vw;
  /*margin: 0 0 0 mixin.vw(-20);*/
}
@media print, screen and (min-width: 641px) {
  .character .character-main {
    width: 1060px;
    margin: 0 auto 110px auto;
    /*padding: 0 0 0 40px;*/
    z-index: 10;
  }
}
@media print, screen and (min-width: 641px) {
  .character .character-main img {
    width: 1060px;
  }
}
.character .character-main h4 {
  width: 22.5vw;
  margin: 2.5vw auto 3.4375vw;
}
@media print, screen and (min-width: 641px) {
  .character .character-main h4 {
    width: 120px;
    margin: 16px 0 26px 100px;
  }
}
.character .character-main p {
  font-weight: 400;
  font-size: 3.4375vw;
  color: #fff;
  text-align: center;
  line-height: 1.8;
  padding: 0 3.125vw;
}
@media print, screen and (min-width: 641px) {
  .character .character-main p {
    width: 1000px;
    font-size: 20px;
    margin: 0 auto;
    padding: 0 14px 0 0;
  }
}
.character .character-main li:nth-child(4) p {
  width: 92.03125vw;
}

.swiper-fade .swiper-slide {
  transition-property: opacity, transform !important;
  pointer-events: none;
}

/* .book
-------------------------------------------------*/
.book {
  position: relative;
  padding: 0 3.125vw;
}
@media print, screen and (min-width: 641px) {
  .book {
    width: 1000px;
    margin: 0 auto;
    padding: 0;
  }
}
.book h2 {
  width: 42.5%;
  margin: 0 auto 4.6875vw;
}
@media print, screen and (min-width: 641px) {
  .book h2 {
    width: 303px;
    margin: 0 auto 33px;
  }
}
.book .contents-inner {
  position: relative;
  padding: 11.25vw 0 8.28125vw;
}
@media print, screen and (min-width: 641px) {
  .book .contents-inner {
    width: 1000px;
    margin: 0 auto;
    padding: 70px 0 90px;
  }
}
@media print, screen and (min-width: 641px) {
  .book .information {
    display: flex;
    justify-content: space-between;
  }
}
.book .information:not(:last-child) {
  margin-bottom: 9.375vw;
}
@media print, screen and (min-width: 641px) {
  .book .information:not(:last-child) {
    margin-bottom: 60px;
  }
}
.book .cover {
  width: 80.9375%;
  margin: 0 auto 5vw;
}
@media print, screen and (min-width: 641px) {
  .book .cover {
    width: 300px;
    height: 425px;
    margin: 0;
  }
}
.book .information-book {
  width: 100%;
}
@media print, screen and (min-width: 641px) {
  .book .information-book {
    width: 630px;
  }
}
.book .information-book h3 {
  font-size: 7.1875vw;
  font-weight: 900;
  line-height: 1;
  margin-bottom: 4.21875vw;
}
@media print, screen and (min-width: 641px) {
  .book .information-book h3 {
    font-size: 36px;
    margin-bottom: 20px;
  }
}
.book .information-book .information-author {
  display: flex;
  align-items: baseline;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 3.75vw;
}
@media print, screen and (min-width: 641px) {
  .book .information-book .information-author {
    margin-bottom: 18px;
  }
}
.book .information-book .information-author .author {
  font-size: 4.6875vw;
  margin: 0 3.75vw 0 0;
}
@media print, screen and (min-width: 641px) {
  .book .information-book .information-author .author {
    font-size: 24px;
    margin-bottom: 18px;
  }
}
.book .information-book .information-author .illustrator {
  font-size: 3.125vw;
  margin-bottom: 0;
}
@media print, screen and (min-width: 641px) {
  .book .information-book .information-author .illustrator {
    font-size: 20px;
    margin-bottom: 18px;
  }
}
.book .information-book .information-isbn {
  font-size: 2.65625vw;
  font-weight: 700;
  margin-bottom: 4.21875vw;
}
@media print, screen and (min-width: 641px) {
  .book .information-book .information-isbn {
    font-size: 14px;
    margin-bottom: 33px;
  }
}
.book .information-book .information-text p {
  font-size: 3.125vw;
  line-height: 1.6;
  margin-bottom: 5.15625vw;
}
@media print, screen and (min-width: 641px) {
  .book .information-book .information-text p {
    font-size: 18px;
    margin-bottom: 40px;
  }
}
.book .information-book .information-text p:last-child {
  margin-bottom: 8.4375vw;
}
@media print, screen and (min-width: 641px) {
  .book .information-book .information-text p:last-child {
    margin-bottom: 37px;
  }
}
.book .information-book .information-btn {
  display: flex;
  justify-content: space-between;
  width: 89.0625vw;
  margin: 0 auto;
}
@media print, screen and (min-width: 641px) {
  .book .information-book .information-btn {
    width: 550px;
    margin: 0;
  }
}
.book .information-book .information-btn li {
  width: 42.1875vw;
}
@media print, screen and (min-width: 641px) {
  .book .information-book .information-btn li {
    width: 262px;
  }
}
.book .information-book .information-btn li.off {
  opacity: 0.5;
}

/* .rookie
-------------------------------------------------*/
.rookie {
  position: relative;
  background: url("../images/rookie/sp/bg.png") no-repeat center top/contain;
  z-index: 40;
}
@media print, screen and (min-width: 641px) {
  .rookie {
    background: #fff url("../images/rookie/pc/bg.png") no-repeat center top/contain;
  }
}
.rookie h2 {
  margin-bottom: 3.90625vw;
  background: url(../images/rookie/title.png) #1a1a1a repeat-x 0 0;
  background-size: 85.9375vw;
  overflow: hidden;
  -webkit-animation: bgroop-bnr-sp 5s linear infinite;
          animation: bgroop-bnr-sp 5s linear infinite;
}
@media print, screen and (min-width: 641px) {
  .rookie h2 {
    margin-bottom: 40px;
    background-image: url(../images/rookie/title.png);
    background-size: 580px;
    -webkit-animation: bgroop-bnr-pc 20s linear infinite;
            animation: bgroop-bnr-pc 20s linear infinite;
  }
}
.rookie h2 span {
  display: block;
  width: 100%;
  height: 10vw;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
@media print, screen and (min-width: 641px) {
  .rookie h2 span {
    height: 66px;
  }
}
.rookie .contents-inner {
  position: relative;
  padding: 0;
}
@media print, screen and (min-width: 641px) {
  .rookie .contents-inner {
    width: 1000px;
    margin: 0 auto;
    padding: 0 0 22px;
  }
}
.rookie .rookie-list {
  width: 79.375%;
  margin: 0 auto;
}
@media print, screen and (min-width: 641px) {
  .rookie .rookie-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 986px;
  }
}
.rookie .rookie-list li {
  position: relative;
  display: inline-block;
  margin-bottom: 1.71875vw;
  padding: 1.5625vw;
}
@media print, screen and (min-width: 641px) {
  .rookie .rookie-list li {
    width: 468px;
    margin-bottom: 10px;
    padding: 10px;
  }
}
.rookie .rookie-list li:last-child .info h3 {
  font-size: 3.4375vw;
  line-height: 1;
}
@media print, screen and (min-width: 641px) {
  .rookie .rookie-list li:last-child .info h3 {
    font-size: 21px;
  }
}
.rookie .rookie-list li a:hover {
  cursor: pointer;
  opacity: 1;
}
@media print, screen and (min-width: 641px) {
  .rookie .rookie-list li a:hover {
    -webkit-animation: none;
            animation: none;
  }
}
@media print, screen and (min-width: 641px) {
  .rookie .rookie-list li a:hover .illust {
    overflow: hidden;
  }
  .rookie .rookie-list li a:hover .illust img {
    transform: scale(1.2);
  }
}
.rookie .rookie-list .illust {
  display: inline-block;
  width: 28.4375vw;
  margin-right: 1.5625vw;
}
@media print, screen and (min-width: 641px) {
  .rookie .rookie-list .illust {
    overflow: hidden;
    width: 182px;
    margin-right: 10px;
  }
}
.rookie .rookie-list .illust img {
  transition: all 0.3s ease;
}
.rookie .rookie-list .info {
  display: inline-block;
  width: 40.625vw;
  color: #fff;
  vertical-align: top;
}
@media print, screen and (min-width: 641px) {
  .rookie .rookie-list .info {
    width: 270px;
  }
}
.rookie .rookie-list .info .emblem {
  position: absolute;
  top: 1.25vw;
  right: 1.25vw;
  width: 10.3125vw;
}
@media print, screen and (min-width: 641px) {
  .rookie .rookie-list .info .emblem {
    top: 6px;
    right: 6px;
    width: 66px;
  }
}
.rookie .rookie-list .info .aword {
  width: 25vw;
  margin: 0.3125vw 0 2.8125vw;
}
@media print, screen and (min-width: 641px) {
  .rookie .rookie-list .info .aword {
    width: 160px;
    margin: 4px 0 9px;
  }
}
.rookie .rookie-list .info h3 {
  font-size: 4.375vw;
  font-weight: 900;
  line-height: 1.2;
}
@media print, screen and (min-width: 641px) {
  .rookie .rookie-list .info h3 {
    font-size: 28px;
  }
}
.rookie .rookie-list .info h3 span {
  font-size: 2.5vw;
}
@media print, screen and (min-width: 641px) {
  .rookie .rookie-list .info h3 span {
    font-size: 16px;
  }
}
.rookie .rookie-list li.best {
  background: #e20031;
}
.rookie .rookie-list li.best .emblem {
  width: 11.875vw;
}
@media print, screen and (min-width: 641px) {
  .rookie .rookie-list li.best .emblem {
    width: 76px;
  }
}
.rookie .rookie-list li.excellence01 {
  background: #3f21d5;
}
.rookie .rookie-list li.honourable01 {
  background: #1589ff;
}
.rookie .rookie-list li.excellence02 {
  background: #ff4200;
}
.rookie .rookie-list li.recognition {
  background: #00b615;
}
.rookie .rookie-list li.honourable02 {
  background: #ff2084;
}

@-webkit-keyframes bgroop-bnr-sp {
  0% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0 50%;
  }
}

@keyframes bgroop-bnr-sp {
  0% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0 50%;
  }
}
@-webkit-keyframes bgroop-bnr-pc {
  0% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0 50%;
  }
}
@keyframes bgroop-bnr-pc {
  0% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0 50%;
  }
}
@-webkit-keyframes aword-bnr-sp {
  0% {
    background-position: 100% 0;
  }
  100% {
    background-position: 0 0;
  }
}
@keyframes aword-bnr-sp {
  0% {
    background-position: 100% 0;
  }
  100% {
    background-position: 0 0;
  }
}
@-webkit-keyframes aword-bnr-pc {
  0% {
    background-position: 530px 0;
  }
  100% {
    background-position: 0 0;
  }
}
@keyframes aword-bnr-pc {
  0% {
    background-position: 530px 0;
  }
  100% {
    background-position: 0 0;
  }
}
/*!  footer
================================================ */
/* footer
-------------------------------------------------*/
footer {
  position: relative;
  background: #00a692;
  padding: 5vw 0 4.6875vw;
}
@media print, screen and (min-width: 641px) {
  footer {
    padding: 32px 0 25px;
  }
}
footer .emblem {
  width: 14.6875%;
  margin: 0 auto 5.15625vw;
}
@media print, screen and (min-width: 641px) {
  footer .emblem {
    width: 94px;
    margin: 0 auto 27px;
  }
}
footer .sns-sp {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  margin: 0 auto 5.625vw;
}
@media print, screen and (min-width: 641px) {
  footer .sns-sp {
    display: none;
  }
}
footer .sns-sp li {
  width: 8.75vw;
  margin: 0 1.09375vw;
}
footer .logo {
  width: 40.625%;
  margin: 0 auto 4.6875vw;
}
@media print, screen and (min-width: 641px) {
  footer .logo {
    width: 148px;
    margin: 0 auto 15px;
  }
}
footer .copyright-illust {
  margin-bottom: 1.25vw;
  font-size: 16px;
  font-size: 2.5vw;
  line-height: 1.25;
  text-align: center;
}
@media print, screen and (min-width: 641px) {
  footer .copyright-illust {
    margin-bottom: 10px;
    font-size: 1.4rem;
    line-height: 1.4285714286;
    font-feature-settings: "palt" 1;
  }
}
footer .copyright {
  font-size: 16px;
  font-size: 2.5vw;
  line-height: 1.1;
  text-align: center;
}
@media print, screen and (min-width: 641px) {
  footer .copyright {
    font-size: 1.4rem;
    line-height: 1.7142857143;
    font-feature-settings: "palt" 1;
  }
}

/*!  書店リスト
================================================ */
.shoplist {
  font-size: 3.125vw;
  background: #533bca;
}
@media print, screen and (min-width: 641px) {
  .shoplist {
    font-size: 16px;
  }
}
.shoplist .contents-inner {
  width: 100%;
  background: #fff;
  padding-bottom: 3.125vw;
}
@media print, screen and (min-width: 641px) {
  .shoplist .contents-inner {
    width: 640px;
    margin: 0 auto;
  }
}
.shoplist .contents-inner h1 {
  margin-bottom: 3.125vw;
}
@media print, screen and (min-width: 641px) {
  .shoplist .contents-inner h1 {
    width: 640px;
    margin-bottom: 22px;
  }
}
.shoplist .contents-inner table {
  width: 92.1875vw;
  margin: 0 auto;
}
@media print, screen and (min-width: 641px) {
  .shoplist .contents-inner table {
    width: 588px;
    margin: 0 auto;
  }
}
.shoplist .contents-inner th {
  text-align: center;
  background: #c5cdff;
  padding: 12px;
  border: solid 1px #736e71;
}
.shoplist .contents-inner tr td:first-child {
  width: 20%;
  font-weight: bold;
  text-align: center;
  background: #c5cdff;
  border-left: solid 1px #736e71;
}
.shoplist .contents-inner td {
  padding: 12px;
  border: solid 1px #736e71;
  border-top: none;
  border-left: none;
}

footer.footer-shoplist {
  background: #533bca;
  padding: 0;
}
footer.footer-shoplist .contents-inner {
  background: #00a692;
  padding: 5vw 0 4.6875vw;
}
@media print, screen and (min-width: 641px) {
  footer.footer-shoplist .contents-inner {
    width: 640px;
    margin: 0 auto;
    padding: 32px 0 25px;
  }
}