@charset "UTF-8";
/*!  02_base
================================================ */
body {
  width: 100%;
  position: relative;
  min-width: 320px;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 24px;
  font-size: 3.75vw;
  font-weight: 400;
  color: #4b3f3c;
  -webkit-text-size-adjust: 100%;
  text-align: justify;
}
@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
=============================================================*/
/* ローディング画面
------------------------------------- */
#loading {
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 9999;
}
#loading .spinner {
  display: inline-block;
  width: calc(182 / 640 * 100%);
  background-color: #fff;
}
#loading .spinner .emblem {
  position: relative;
  width: 100%;
  margin: 0 auto;
}
@media print, screen and (min-width: 641px) {
  #loading .spinner .emblem {
    width: 182px;
  }
}
#loading .spinner .emblem-item01 {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: calc(148 / 182 * 100%);
}
@media print, screen and (min-width: 641px) {
  #loading .spinner .emblem-item01 {
    width: 148px;
  }
}
#loading .spinner .emblem-item02 {
  -webkit-animation: rotate 30s linear infinite;
          animation: rotate 30s linear infinite;
}
#loading.off {
  opacity: 0;
  display: none;
  z-index: -3;
}

/* ローディングアニメーション */
.a-loading-open {
  -webkit-animation: a-loading-open 0.5s ease-in forwards;
          animation: a-loading-open 0.5s ease-in forwards;
}

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

@keyframes a-rotate {
  0% {
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
  }
  100% {
    -webkit-transform: rotateY(360deg);
            transform: rotateY(360deg);
  }
}
@-webkit-keyframes a-loading-open {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes a-loading-open {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
/* オープニングアニメーション
------------------------------------- */
#loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 10;
}
#loader.off {
  opacity: 0;
  display: none;
  z-index: -3;
}
#loader .loader-slide {
  width: 100%;
  height: 100%;
  background-color: #fff;
}
#loader .loader-slide.open {
  -webkit-animation: a-slideOut 1s ease-out 1s forwards;
          animation: a-slideOut 1s ease-out 1s forwards;
}

@-webkit-keyframes a-slideOut {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}

@keyframes a-slideOut {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}
/*!  navigation
================================================ */
/* .btn-menu
-------------------------------------------------*/
.btn-menu {
  position: fixed;
  top: 0;
  right: 0;
  width: 15.625vw;
  height: 15.625vw;
  background: url(../images/nav/sp/btn-menu.png) 100% 0/100% auto no-repeat;
  cursor: pointer;
  z-index: 55;
}
@media print, screen and (min-width: 641px) {
  .btn-menu {
    right: calc(50% - 500px);
    width: 60px;
    height: 60px;
    background-image: url(../images/nav/pc/btn-menu.png);
  }
}
.open-menu .btn-menu {
  background: url(../images/nav/sp/btn-menu-close.png) 100% 0/100% auto no-repeat;
}
@media print, screen and (min-width: 641px) {
  .open-menu .btn-menu {
    background-image: url(../images/nav/pc/btn-menu-close.png);
  }
}

.award-nav {
  position: fixed;
  z-index: 50;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #9f6c22 0%, #fac23c 13%, #996725 25%, #e3be64 38%, white 50%, #e3be64 62%, #996725 75%, #fac23c 88%, white 100%);
  text-align: center;
  -webkit-transform: translateY(-150%);
          transform: translateY(-150%);
  transition: all 0.5s ease 0s;
  width: 100%;
}
@media print, screen and (min-width: 641px) {
  .award-nav {
    background: rgba(255, 255, 255, 0.8);
  }
}
.award-nav::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 204, 0.5);
}
@media print, screen and (min-width: 641px) {
  .award-nav::before {
    display: none;
  }
}
.award-nav::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 102, 0.3);
}
@media print, screen and (min-width: 641px) {
  .award-nav::after {
    display: none;
  }
}
.open-menu .award-nav {
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
}
.award-nav .emblem {
  position: relative;
  width: calc(139 / 640 * 100%);
  margin: 0 auto 3.90625vw;
}
@media print, screen and (min-width: 641px) {
  .award-nav .emblem {
    width: 98px;
    margin: 0 auto 18px;
  }
}
.award-nav .emblem-item01 {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: calc(87 / 139 * 100%);
}
@media print, screen and (min-width: 641px) {
  .award-nav .emblem-item01 {
    width: 62px;
  }
}
.award-nav .emblem-item02 {
  -webkit-animation: rotate 30s linear infinite;
          animation: rotate 30s linear infinite;
}
.award-nav .award-nav-container {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: none;
  z-index: 1;
}
.award-nav .award-contents {
  padding: 5vw 0;
}
@media print, screen and (min-width: 641px) {
  .award-nav .award-contents {
    position: relative;
    width: 100%;
    max-width: 1000px;
    margin: 0 auto 0;
    padding: 80px 0;
  }
}
.award-nav .award-winner {
  margin-bottom: 11.25vw;
}
@media print, screen and (min-width: 641px) {
  .award-nav .award-winner {
    margin-bottom: 0;
  }
}
.award-nav .award-winner li {
  background-color: #fff;
}
.award-nav .btn-top {
  width: calc(79 / 640 * 100%);
  margin: 0 auto;
  cursor: pointer;
}
@media print, screen and (min-width: 641px) {
  .award-nav .btn-top {
    position: absolute;
    top: 170px;
    right: 0;
    width: 51px;
    margin-bottom: 0;
  }
}

/*!  main
================================================ */
/* .kv
-------------------------------------------------*/
.kv {
  background: url(../images/kv/sp/bg.jpg) no-repeat 50% 0/100% auto;
}
@media print, screen and (min-width: 641px) {
  .kv {
    width: 100%;
    background: url(../images/kv/pc/bg.jpg) no-repeat 50% top;
  }
}
.kv .contents-inner {
  position: relative;
  height: 133.75vw;
  padding: 1.5625vw 0 0;
  box-sizing: border-box;
}
@media print, screen and (min-width: 641px) {
  .kv .contents-inner {
    width: 1000px;
    height: 898px;
    margin: 0 auto;
    padding: 30px 0 0;
  }
}
.kv .logo {
  width: calc(162 / 640 *100%);
  margin: 0 0 1.40625vw 3.4375vw;
}
@media print, screen and (min-width: 641px) {
  .kv .logo {
    width: 135px;
    margin: 0 0 20px 16px;
  }
}
.kv .emblem {
  position: relative;
  width: calc(94 / 640 * 100%);
  margin: 0 0 0.625vw 6.875vw;
}
@media print, screen and (min-width: 641px) {
  .kv .emblem {
    width: 100px;
    margin: 0 0 11px 33px;
  }
}
.kv .emblem-item01 {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: calc(59 / 94 * 100%);
}
@media print, screen and (min-width: 641px) {
  .kv .emblem-item01 {
    width: 58px;
  }
}
.kv .emblem-item02 {
  -webkit-animation: rotate 30s linear infinite;
          animation: rotate 30s linear infinite;
}
.kv .emblem-award {
  width: calc(157 / 640 *100%);
  margin: 0 0 0 2.5vw;
}
@media print, screen and (min-width: 641px) {
  .kv .emblem-award {
    width: 157px;
    margin: 0 0 0 2px;
  }
}
.kv .chara {
  position: absolute;
  top: 2.65625vw;
  right: 5.46875vw;
  width: calc(411 / 640 *100%);
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
}
@media print, screen and (min-width: 641px) {
  .kv .chara {
    top: 18px;
    left: 218px;
    right: inherit;
    width: 499px;
  }
}
.kv .chara .mepachi {
  position: absolute;
  top: 27.96875vw;
  left: 5.9375vw;
  width: calc(321 / 640 *100%);
}
@media print, screen and (min-width: 641px) {
  .kv .chara .mepachi {
    width: 209px;
    top: 221px;
    left: 66px;
  }
}
.kv .chara .mepachi picture {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  transition: all 1s ease;
}
.kv .chara .mepachi .mabataki1 {
  -webkit-animation-name: mepachi2;
          animation-name: mepachi2;
  -webkit-animation-duration: 8s;
          animation-duration: 8s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
}
.kv .chara .mepachi .mabataki2 {
  -webkit-animation-name: mepachi2;
          animation-name: mepachi2;
  -webkit-animation-duration: 8s;
          animation-duration: 8s;
  -webkit-animation-delay: 0.025s;
          animation-delay: 0.025s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
}
.kv .chara .mepachi .mabataki3 {
  -webkit-animation-name: mepachi2;
          animation-name: mepachi2;
  -webkit-animation-duration: 8s;
          animation-duration: 8s;
  -webkit-animation-delay: 0.05s;
          animation-delay: 0.05s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
}
@-webkit-keyframes mepachi2 {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  51% {
    opacity: 1;
  }
  52% {
    opacity: 1;
  }
  53% {
    opacity: 0;
  }
  80% {
    opacity: 0;
  }
  81% {
    opacity: 1;
  }
  82% {
    opacity: 1;
  }
  83% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes mepachi2 {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  51% {
    opacity: 1;
  }
  52% {
    opacity: 1;
  }
  53% {
    opacity: 0;
  }
  80% {
    opacity: 0;
  }
  81% {
    opacity: 1;
  }
  82% {
    opacity: 1;
  }
  83% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
.kv h1 {
  position: absolute;
  top: 53.90625vw;
  right: 0;
  width: calc(332 / 640 *100%);
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  opacity: 0;
}
@media print, screen and (min-width: 641px) {
  .kv h1 {
    top: 120px;
    right: -23px;
    width: 460px;
  }
}
.kv .catch01 {
  position: absolute;
  top: 20vw;
  right: 1.71875vw;
  width: calc(205 / 640 *100%);
  /*    animation-delay: 1.2s;*/
  -webkit-animation-duration: 0.6s;
          animation-duration: 0.6s;
}
@media print, screen and (min-width: 641px) {
  .kv .catch01 {
    top: 464px;
    left: 237px;
    width: 325px;
  }
}
.kv .catch02 {
  position: absolute;
  top: 51.563vw;
  left: 1.71875vw;
  width: calc(295 / 640 *100%);
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
  -webkit-animation-duration: 0.6s;
          animation-duration: 0.6s;
}
@media print, screen and (min-width: 641px) {
  .kv .catch02 {
    top: 507px;
    left: 345px;
    width: 416px;
  }
}
.kv .catch03 {
  position: absolute;
  top: 104.062vw;
  right: 1.719vw;
  width: calc(405 / 640 *100%);
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
  -webkit-animation-duration: 0.6s;
          animation-duration: 0.6s;
}
@media print, screen and (min-width: 641px) {
  .kv .catch03 {
    top: 710px;
    left: 237px;
    width: 729px;
  }
}
.kv .author {
  position: absolute;
  top: 2.34375vw;
  right: 17.65625vw;
  width: calc(214 / 640 *100%);
  -webkit-animation-delay: 1.4s;
          animation-delay: 1.4s;
  -webkit-animation-duration: 0.8s;
          animation-duration: 0.8s;
}
@media print, screen and (min-width: 641px) {
  .kv .author {
    top: 518px;
    right: 5px;
    width: 177px;
  }
}
.kv .box-release {
  position: absolute;
  top: 82.5vw;
  left: 0;
  display: flex;
  width: calc(220 / 640 * 100%);
  -webkit-animation-delay: 1.4s;
          animation-delay: 1.4s;
  -webkit-animation-duration: 0.8s;
          animation-duration: 0.8s;
}
@media print, screen and (min-width: 641px) {
  .kv .box-release {
    top: 400px;
    width: 220px;
  }
}
.kv .box-release .award {
  width: calc(20 / 640 * 100%);
  background-color: #9b73cf;
  padding: 1.40625vw 0.9375vw 0.9375vw 0.625vw;
}
@media print, screen and (min-width: 641px) {
  .kv .box-release .award {
    width: 16px;
    padding: 6px 0 6px 3px;
  }
}
@media print, screen and (min-width: 641px) {
  .kv .box-release .award img {
    width: 10px;
  }
}
.kv .box-release .box-book {
  width: calc(200 / 220 * 100%);
  padding: 2.1875vw 0;
  background-color: #e6d4fa;
  border-radius: 0 3.125vw 3.125vw 0;
}
@media print, screen and (min-width: 641px) {
  .kv .box-release .box-book {
    width: 200px;
    padding: 14px 0;
    border-radius: 0 20px 20px 0;
  }
}
.kv .box-release .release {
  width: calc(173 / 200 * 100%);
  margin: 0 auto 1.09375vw;
}
@media print, screen and (min-width: 641px) {
  .kv .box-release .release {
    width: 179px;
    margin-bottom: 10px;
  }
}
.kv .box-release .cover {
  width: calc(181 / 200 * 100%);
  margin: 0 auto;
}
@media print, screen and (min-width: 641px) {
  .kv .box-release .cover {
    width: 180px;
    margin-bottom: 12px;
  }
}
.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 0;
  background-color: #e6d4fa;
}
@media print, screen and (min-width: 641px) {
  .kv .btn-sp {
    display: none;
  }
}
.kv .btn-sp ul {
  display: flex;
  justify-content: space-between;
  width: calc(567 / 640 * 100%);
  margin: 0 auto;
}
.kv .btn-sp ul li {
  width: calc(272 / 572 * 100%);
}
.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 rotate {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes fadeIndown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-500px);
            transform: translateY(-500px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes fadeIndown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-500px);
            transform: translateY(-500px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
/*@keyframes animate-fadein {
  0% { opacity: 0; }
  100% { opacity: 1; }
}
@keyframes animate-fadedown {
  0% {
    opacity: 0;
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}*/
/* .pv
-------------------------------------------------*/
.pv {
  background-color: #ffcfd3;
}
.pv .contents-inner {
  position: relative;
  padding: 6.25vw 0 7.8125vw;
}
@media print, screen and (min-width: 641px) {
  .pv .contents-inner {
    width: 1000px;
    margin: 0 auto;
    padding: 40px 0 55px;
  }
}
.pv h2 {
  width: calc(602 / 640 * 100%);
  margin: 0 auto 4.6875vw;
}
@media print, screen and (min-width: 641px) {
  .pv h2 {
    width: 731px;
    margin: 0 auto 25px;
  }
}
.pv > .contents-inner .youtube {
    width: 93.8%;
    height: 52.8vw;
    margin: 0 auto 3%;
}
@media print, screen and (min-width: 641px) {
.pv > .contents-inner .youtube {
	height:518px;
    margin: 0 auto 20px;
  }
}

/* .benefits
-------------------------------------------------*/
.benefits {
  background-color: #ffe6d7;
}
.benefits .contents-inner {
  position: relative;
  padding: 6.25vw 0 7.8125vw;
}
@media print, screen and (min-width: 641px) {
  .benefits .contents-inner {
    width: 1000px;
    margin: 0 auto;
    padding: 40px 0 55px;
  }
}
.benefits h2 {
  width: calc(573 / 640 * 100%);
  margin: 0 auto 4.6875vw;
}
@media print, screen and (min-width: 641px) {
  .benefits h2 {
    width: 771px;
    margin: 0 auto 25px;
  }
}

.benefits h3 {
  width: calc(397 / 640 * 100%);
  margin: 0 auto 4.6875vw;
}
@media print, screen and (min-width: 641px) {
  .benefits h3 {
    width: 283px;
    margin: 0 auto 25px;
  }
}

.benefits ul {
  width: calc( 592 / 620 * 100%);
  margin: 0 auto;
}
@media print, screen and (min-width: 641px) {
  .benefits ul {
    width: 894px;
  }
}
.benefits ul li {
  margin-bottom: 1.5625vw;
}
@media print, screen and (min-width: 641px) {
  .benefits ul li {
    margin-bottom: 8px;
  }
}

/* .story
-------------------------------------------------*/
.story {
  background: url("../images/story/sp/bg02.png") no-repeat left top/100% auto;
}
@media print, screen and (min-width: 641px) {
  .story {
    background: url("../images/story/pc/bg02.png") no-repeat calc(50% - 495px) bottom/802px;
  }
}
.story .contents-inner {
  position: relative;
  padding: 6.25vw 0 9.375vw;
}
@media print, screen and (min-width: 641px) {
  .story .contents-inner {
    width: 1000px;
    margin: 0 auto;
    padding: 40px 0 65px;
  }
}
.story h2 {
  width: calc(392 / 640 * 100%);
  margin: 0 auto 6.25vw;
}
@media print, screen and (min-width: 641px) {
  .story h2 {
    width: 380px;
    margin: 0 auto 44px;
  }
}
.story .story-chara {
  position: absolute;
  bottom: 0;
  right: 0;
  width: calc(201 / 640 *100%);
  z-index: 10;
}
@media print, screen and (min-width: 641px) {
  .story .story-chara {
    bottom: 230px;
    right: -74px;
    width: 334px;
    z-index: -1;
  }
}
.story p:nth-of-type(1) {
  margin: 0 auto 7.8125vw;
}
@media print, screen and (min-width: 641px) {
  .story p:nth-of-type(1) {
    width: 807px;
    margin: 0 auto 30px;
  }
}
.story p:nth-of-type(2) {
  position: relative;
  width: calc(598 / 640 * 100%);
  margin: 0 auto;
  z-index: 20;
}
@media print, screen and (min-width: 641px) {
  .story p:nth-of-type(2) {
    width: 772px;
  }
}

/* .character
-------------------------------------------------*/
.character {
  background: url("../images/character/pc/bg.png") 15.625vw 4.6875vw;
}
@media print, screen and (min-width: 641px) {
  .character {
    background: url("../images/character/pc/bg.png") center 34px;
  }
}
.character .contents-inner {
  position: relative;
  padding: 6.25vw 0 9.375vw;
}
@media print, screen and (min-width: 641px) {
  .character .contents-inner {
    padding: 40px 0 55px;
  }
}
.character h2 {
  width: calc(412 / 640 * 100%);
  margin: 0 auto 2.34375vw;
}
@media print, screen and (min-width: 641px) {
  .character h2 {
    width: 568px;
    margin: 0 auto 14px;
  }
}
.character ul li {
  margin: 0 0 2.1875vw 0;
}
@media print, screen and (min-width: 641px) {
  .character ul li {
    margin: 0 auto 8px auto;
  }
}
.character ul li:first-child {
  width: calc(597 / 640 * 100%);
  padding-left: 4.21875vw;
}
@media print, screen and (min-width: 641px) {
  .character ul li:first-child {
    width: 998px;
    padding-left: 0;
  }
}
.character ul li:nth-child(2) {
  width: calc(604 / 640 * 100%);
  padding-left: 1.5625vw;
}
@media print, screen and (min-width: 641px) {
  .character ul li:nth-child(2) {
    width: 998px;
    padding-left: 0;
  }
}
.character ul li:last-child {
  width: calc(613 / 640 * 100%);
  padding-left: 4.21875vw;
}
@media print, screen and (min-width: 641px) {
  .character ul li:last-child {
    width: 998px;
    padding-left: 0;
  }
}

/* .trial
-------------------------------------------------*/
.trial {
  position: relative;
  background: url("../images/trial/sp/bg.png") no-repeat left 45.3125vw;
  background-size: 35vw;
}
@media print, screen and (min-width: 641px) {
  .trial {
    background: url("../images/trial/pc/bg.png") no-repeat center 114px;
  }
}
.trial .contents-inner {
  position: relative;
  width: calc(600 / 640 * 100%);
  height: 60.9375vw;
  margin: 0 auto;
  padding: 6.25vw 0 9.375vw;
}
@media print, screen and (min-width: 641px) {
  .trial .contents-inner {
    width: 1000px;
    height: 332px;
    padding: 40px 0 60px;
  }
}
.trial h2 {
  width: calc(512 / 640 * 100%);
  margin: 0 auto 9.0625vw;
}
@media print, screen and (min-width: 641px) {
  .trial h2 {
    width: 807px;
    margin: 0 auto 65px;
  }
}
.trial p {
  width: calc(378 / 640 * 100%);
  margin: 0 0 11.25vw 4.6875vw;
}
@media print, screen and (min-width: 641px) {
  .trial p {
    width: 344px;
    margin: 0 0 52px 210px;
  }
}
.trial .trial-chara {
  display: block;
  position: absolute;
  top: 16.5625vw;
  right: -3.125vw;
  width: 30.78125vw;
  height: 60.15625vw;
  background: url("../images/trial/sp/img01.png") no-repeat;
  background-size: contain;
}
@media print, screen and (min-width: 641px) {
  .trial .trial-chara {
    background: url("../images/trial/pc/img01.png") no-repeat;
    top: 94px;
    right: 40px;
    width: 275px;
    height: 338px;
  }
}
.trial .trial-btn {
  display: block;
  position: absolute;
  top: 47.96875vw;
  width: 90.3125vw;
  height: 20vw;
  background: url("../images/trial/pc/btn_open.png") no-repeat;
  background-size: contain;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  cursor: pointer;
  transition: all 0.5s;
}
@media print, screen and (min-width: 641px) {
  .trial .trial-btn {
    top: 250px;
    left: calc(50% - 405px);
    -webkit-transform: none;
            transform: none;
    width: 578px;
    height: 128px;
  }
  .trial .trial-btn:hover {
    opacity: 0.7;
  }
}
.trial .trial-btn.close {
  background: url("../images/trial/pc/btn_close.png") no-repeat;
  background-size: contain;
}
.trial .trial-area {
  display: none;
  position: relative;
  width: 100%;
  height: auto;
  background: #ffe6d7;
  padding: 6.25vw 0;
}
@media print, screen and (min-width: 641px) {
  .trial .trial-area {
    padding: 40px 0;
  }
}
.trial .trial-area-inner {
  height: auto;
  font-size: 22px;
  font-size: 3.4375vw;
  line-height: 1.8;
  background: #fff;
  padding: 7.8125vw 4.6875vw;
}
@media print, screen and (min-width: 641px) {
  .trial .trial-area-inner {
    width: 860px;
    font-size: 1.6rem;
    margin: 0 auto;
    padding: 50px;
    border-radius: 20px;
  }
}
.trial .trial-area-inner ruby rt {
  font-size: 22px;
  font-size: 3.4375vw;
  font-weight: 600;
}
@media print, screen and (min-width: 641px) {
  .trial .trial-area-inner ruby rt {
    font-size: 1.6rem;
  }
}

/* .illust
-------------------------------------------------*/
.illust {
  background: url("../images/illust/pc/bg.png");
}
.illust .contents-inner {
  position: relative;
  padding: 6.25vw 0 9.375vw;
}
@media print, screen and (min-width: 641px) {
  .illust .contents-inner {
    padding: 40px 0 35px;
  }
}
.illust h2 {
  width: calc(497 / 640 * 100%);
  margin: 0 auto 4.6875vw;
}
@media print, screen and (min-width: 641px) {
  .illust h2 {
    width: 637px;
    margin: 0 auto 28px;
  }
}
.illust ul {
  display: flex;
  flex-wrap: wrap;
  width: calc(570 / 640 * 100%);
  margin: 0 auto;
}
@media print, screen and (min-width: 641px) {
  .illust ul {
    width: 955px;
  }
}
.illust ul li {
  width: calc(188 / 570 * 100%);
  margin: 0 0.3125vw 0.9375vw 0;
}
@media print, screen and (min-width: 641px) {
  .illust ul li {
    width: 188px;
    margin: 0 3px 0 0;
  }
}
@media print, screen and (min-width: 641px) {
  .illust ul li.down {
    padding-top: 86px;
  }
}

/* modal
-------------------------------------------------*/
.modal {
  position: fixed;
  left: 0;
  top: 0;
  display: none;
  width: 100%;
  height: 100%;
  z-index: 100;
}
.modal .modal-content {
  position: relative;
  width: 100%;
  height: 100%;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: none;
  overflow: -moz-scrollbars-none;
  white-space: nowrap;
  text-align: center;
  display: flex;
  align-items: center;
  z-index: 12;
}
@media print, screen and (min-width: 641px) {
  .modal .modal-content {
    display: block;
  }
}
.modal .modal-content::-webkit-scrollbar {
  display: none;
}
.modal .modal-content::after {
  content: "";
}
.modal .modal-content .modal-inner {
  position: relative;
  display: block;
  width: calc(500 / 640 * 100%);
  margin: 0 auto;
  padding-top: 12.03125vw;
  z-index: 30;
}
@media print, screen and (min-width: 641px) {
  .modal .modal-content .modal-inner {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 35%;
    padding-top: 0;
  }
}
.modal .modal-content .modal-inner img {
  border: 1px solid #c1c1c1;
}
.modal .modal-content .btn-close {
  position: absolute;
  top: 0;
  right: 0;
  width: calc(61 / 500 * 100%);
  cursor: pointer;
}
@media print, screen and (min-width: 641px) {
  .modal .modal-content .btn-close {
    right: -75px;
    width: 61px;
  }
}
.modal .modal-content .btn-close img {
  border: none;
}
@media print, screen and (min-width: 641px) {
  .modal .modal-content .btn-close:hover {
    opacity: 0.8;
    -webkit-animation: btn 0.5s;
            animation: btn 0.5s;
  }
}

.modal-bg {
  position: fixed;
  left: 0;
  top: 0;
  background-color: rgba(255, 255, 255, 0.9);
  width: 100%;
  height: 130%;
  z-index: 10;
}
@media print, screen and (min-width: 641px) {
  .modal-bg {
    height: 100%;
  }
}

/* .book
-------------------------------------------------*/
.book .contents-inner {
  position: relative;
  padding: 6.5625vw 0 10.3125vw;
}
@media print, screen and (min-width: 641px) {
  .book .contents-inner {
    width: 1000px;
    margin: 0 auto;
    padding: 37px 0 60px;
  }
}
.book h2 {
  width: calc(368 / 640 * 100%);
  margin: 0 auto 5.3125vw;
}
@media print, screen and (min-width: 641px) {
  .book h2 {
    width: 345px;
    margin: 0 auto 44px auto;
  }
}
.book .information {
  width: calc(600 / 640 * 100%);
  margin: 0 auto 44px auto;
}

.book .information:last-of-type{
   margin: 0 auto;
}

@media print, screen and (min-width: 641px) {
  .book .information {
    display: flex;
    justify-content: space-between;
    width: calc(1000px - 34px * 2);
    margin: 0 auto 44px auto;
  }
}
.book .information .cover {
  width: calc(518 / 600 * 100%);
  margin: 0 auto 4.84375vw;
}
@media print, screen and (min-width: 641px) {
  .book .information .cover {
    width: 300px;
    margin: 0;
  }
}
.book .information .cover img {
  border: 1px solid #000;
}
@media print, screen and (min-width: 641px) {
  .book .information .book-information {
    width: calc(1000px - 300px - 35px - 34px * 2);
  }
}
.book .information h3 {
  margin-bottom: 2.8125vw;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 45.75px;
  font-size: 7.1484375vw;
  font-weight: 600;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
}

@media print, screen and (min-width: 641px) {
  .book .information h3 {
    margin-bottom: 16px;
    font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
    font-size: 3.6rem;
    font-weight: 600;
  }
}

@media print, screen and (max-width: 640px) {
.book .information h3.h3long {
  letter-spacing: -1px;
}
}


.book .information .works-author {
  display: flex;
  align-items: baseline;
}
@media print, screen and (min-width: 641px) {
  .book .information .works-author {
    flex-wrap: wrap;
    margin-bottom: 3px;
  }
}
.book .information .works-author .author, .book .information .works-author .illustrator {
  margin-bottom: 0;
  -webkit-font-feature-settings: "palt" 0;
          font-feature-settings: "palt" 0;
}
.book .information .works-author .author::before, .book .information .works-author .illustrator::before {
  font-weight: 600;
}
.book .information .works-author .author {
  font-size: 30.66px;
  font-size: 4.790625vw;
  font-weight: 600;
}
@media print, screen and (min-width: 641px) {
  .book .information .works-author .author {
    font-size: 2.4rem;
  }
}
.book .information .works-author .author::before {
  content: "著：";
  font-size: 30.66px;
  font-size: 4.790625vw;
}
@media print, screen and (min-width: 641px) {
  .book .information .works-author .author::before {
    font-size: 2.4rem;
  }
}
.book .information .works-author .illustrator {
  margin-left: 3.4375vw;
  font-size: 30.66px;
  font-size: 4.790625vw;
  font-weight: 600;
}
@media print, screen and (min-width: 641px) {
  .book .information .works-author .illustrator {
    margin-left: 20px;
    font-size: 2rem;
  }
}
.book .information .works-author .illustrator::before {
  content: "イラスト：";
  font-size: 30.66px;
  font-size: 4.790625vw;
}
@media print, screen and (min-width: 641px) {
  .book .information .works-author .illustrator::before {
    font-size: 2rem;
  }
}
.book .information p {
  margin-bottom: 4.6875vw;
  font-size: 20px;
  font-size: 3.125vw;
  font-weight: 400;
  line-height: calc(32 / 20);
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
}
@media print, screen and (min-width: 641px) {
  .book .information p {
    margin-bottom: 14px;
    font-size: 1.8rem;
    line-height: calc(30 / 18);
  }
}
.book .information .isbn {
  margin-bottom: 2.1875vw;
  font-size: 17.79px;
  font-size: 2.7796875vw;
  font-weight: 600;
}
@media print, screen and (min-width: 641px) {
  .book .information .isbn {
    margin-bottom: 17px;
    font-size: 1.4rem;
  }
}
.book .information .btn {
  display: flex;
  justify-content: space-between;
  width: calc(572 / 600 * 100%);
  margin: 0 auto;
}
@media print, screen and (min-width: 641px) {
  .book .information .btn {
    width: 552px;
    margin: 0;
  }
}
.book .information .btn li {
  width: calc(272 / 572 * 100%);
}
@media print, screen and (min-width: 641px) {
  .book .information .btn li {
    width: 262px;
  }
}
.book .information .btn li.off {
  opacity: 0.5;
}

/* .rookie-award
-------------------------------------------------*/
@media print, screen and (min-width: 641px) {
  .rookie-award {
    background-color: #fff;
  }
}
.rookie-award h2 {
  margin-bottom: 3.90625vw;
  background: url(../images/rookie/sp/title.png) #1a1a1a repeat-x 0 0/auto 100%;
  overflow: hidden;
  -webkit-animation: bgroop-bnr-sp 10s linear infinite;
          animation: bgroop-bnr-sp 10s linear infinite;
}
@media print, screen and (min-width: 641px) {
  .rookie-award h2 {
    margin-bottom: 20px;
    background-image: url(../images/rookie/pc/title.png);
    -webkit-animation: bgroop-bnr-pc 20s linear infinite;
            animation: bgroop-bnr-pc 20s linear infinite;
  }
}
.rookie-award h2 span {
  display: block;
  width: 100%;
  height: 10vw;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
@media print, screen and (min-width: 641px) {
  .rookie-award h2 span {
    height: 66px;
  }
}
.rookie-award .contents-inner {
  position: relative;
  padding: 0;
}
@media print, screen and (min-width: 641px) {
  .rookie-award .contents-inner {
    width: 1000px;
    margin: 0 auto;
    padding: 0 0 22px;
  }
}
.rookie-award .rookie li a {
  display: block;
}
.rookie-award .rookie li a:hover {
  cursor: pointer;
}
@media print, screen and (min-width: 641px) {
  .rookie-award .rookie li a:hover {
    -webkit-animation: none;
            animation: none;
  }
}
@media print, screen and (min-width: 641px) {
  .rookie-award .rookie li a:hover .illust img {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
    transition-duration: 0.3s;
  }
}
.rookie-award .rookie .works-bnr {
  position: relative;
  display: flex;
  width: 100%;
  height: 49.84375vw;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.1);
}
@media print, screen and (min-width: 641px) {
  .rookie-award .rookie .works-bnr {
    width: 100%;
    height: 174px;
  }
}
.rookie-award .rookie .works-bnr .award {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4.6875vw;
  overflow: hidden;
  box-sizing: border-box;
}
@media print, screen and (min-width: 641px) {
  .rookie-award .rookie .works-bnr .award {
    width: 590px;
    height: 30px;
  }
}
.rookie-award .rookie .works-bnr .bnr {
  position: relative;
  width: 63.90625vw;
  height: 49.84375vw;
  padding: 9.0625vw 2.1875vw 5.9375vw 3.125vw;
  overflow: hidden;
  box-sizing: border-box;
}
@media print, screen and (min-width: 641px) {
  .rookie-award .rookie .works-bnr .bnr {
    width: 590px;
    height: 174px;
    padding: 33px 20px 0 118px;
  }
}
.rookie-award .rookie .works-bnr .bnr .emblem {
  position: absolute;
}
.rookie-award .rookie .works-bnr .bnr .release {
  margin: 0 0 3.75vw 13.28125vw;
  font-size: 23.37px;
  font-size: 3.6515625vw;
  line-height: calc(42.06 / 23.37);
  font-weight: 800;
  color: #fff;
}
@media print, screen and (min-width: 641px) {
  .rookie-award .rookie .works-bnr .bnr .release {
    margin: 0;
    font-size: 2rem;
    font-family: "Hiragino Sans W8", sans-serif;
    font-weight: normal;
    font-size: 1.8rem;
    line-height: 1.6;
  }
}
.rookie-award .rookie .works-bnr .bnr h3 {
  margin-bottom: 2.34375vw;
  font-size: 32.72px;
  font-size: 5.1125vw;
  line-height: calc(37.39 / 32.72);
  font-weight: 800;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
}
@media print, screen and (min-width: 641px) {
  .rookie-award .rookie .works-bnr .bnr h3 {
    margin-bottom: 2px;
    font-size: 2.67rem;
    font-family: "Hiragino Sans W8", sans-serif;
    font-weight: normal;
    line-height: calc(33.38 / 26.7);
  }
}
.rookie-award .rookie .works-bnr .bnr h3 .sub-title {
  display: block;
  font-size: 25.71px;
  font-size: 4.0171875vw;
  font-weight: 800;
}
@media print, screen and (min-width: 641px) {
  .rookie-award .rookie .works-bnr .bnr h3 .sub-title {
    font-size: 1.8rem;
    font-family: "Hiragino Sans W8", sans-serif;
  }
}
.rookie-award .rookie .works-bnr .bnr .works-author {
  display: flex;
  align-items: baseline;
  margin-top: auto;
}
.rookie-award .rookie .works-bnr .bnr .works-author .author, .rookie-award .rookie .works-bnr .bnr .works-author .illustrator {
  font-weight: 600;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
}
.rookie-award .rookie .works-bnr .bnr .works-author .author::before, .rookie-award .rookie .works-bnr .bnr .works-author .illustrator::before {
  font-size: 18.7px;
  font-size: 2.921875vw;
  font-weight: 400;
}
@media print, screen and (min-width: 641px) {
  .rookie-award .rookie .works-bnr .bnr .works-author .author::before, .rookie-award .rookie .works-bnr .bnr .works-author .illustrator::before {
    font-size: 1.78rem;
  }
}
.rookie-award .rookie .works-bnr .bnr .works-author .author {
  font-size: 23.37px;
  font-size: 3.6515625vw;
}
@media print, screen and (min-width: 641px) {
  .rookie-award .rookie .works-bnr .bnr .works-author .author {
    font-size: 2.25rem;
  }
}
.rookie-award .rookie .works-bnr .bnr .works-author .author::before {
  content: "著者：";
}
.rookie-award .rookie .works-bnr .bnr .works-author .illustrator {
  margin-left: 4.6875vw;
  font-size: 21.03px;
  font-size: 3.2859375vw;
  line-height: calc(42.06 / 23.37);
}
@media print, screen and (min-width: 641px) {
  .rookie-award .rookie .works-bnr .bnr .works-author .illustrator {
    margin-left: 22px;
    font-size: 2rem;
  }
}
.rookie-award .rookie .works-bnr .bnr .works-author .illustrator::before {
  content: "イラスト：";
}
.rookie-award .rookie .works-bnr .illust {
  width: 36.09375vw;
  overflow: hidden;
}
@media print, screen and (min-width: 641px) {
  .rookie-award .rookie .works-bnr .illust {
    width: 410px;
  }
}
@media print, screen and (min-width: 641px) {
  .rookie-award .rookie .works-bnr .illust img {
    transition-duration: 0.3s;
  }
}
.rookie-award .rookie .works-bnr.best .bnr {
  background: linear-gradient(90deg, #9f94c7 0%, #7b72df 100%);
}
.rookie-award .rookie .works-bnr.best .bnr .emblem {
  top: 5vw;
  left: 1.09375vw;
  width: calc(87 / 409 * 100%);
}
@media print, screen and (min-width: 641px) {
  .rookie-award .rookie .works-bnr.best .bnr .emblem {
    top: 38px;
    left: 6px;
    width: 100px;
  }
}
.rookie-award .rookie .works-bnr.best .bnr .illustrator {
  margin-left: 1.5625vw;
}
.rookie-award .rookie .works-bnr.best .award {
  background: url(../images/rookie/sp/award-best.png) #56509d no-repeat 0 0/auto 100%;
}
@media print, screen and (min-width: 641px) {
  .rookie-award .rookie .works-bnr.best .award {
    background-image: url(../images/rookie/pc/award-best.png);
  }
}
.rookie-award .rookie .works-bnr.excellence .award {
  background: url(../images/rookie/sp/award-excellence.png) #b0622e repeat-x 0 0/auto 100%;
  -webkit-animation: none;
          animation: none;
}
@media print, screen and (min-width: 641px) {
  .rookie-award .rookie .works-bnr.excellence .award {
    background-image: url(../images/rookie/pc/award-excellence.png);
  }
}
.rookie-award .rookie .works-bnr.excellence .bnr {
  background: linear-gradient(90deg, #f8c92d 0%, #fb8b42 100%);
}
.rookie-award .rookie .works-bnr.excellence .bnr .emblem {
  top: 5vw;
  left: 0.78125vw;
  width: calc(90 / 409 * 100%);
}
@media print, screen and (min-width: 641px) {
  .rookie-award .rookie .works-bnr.excellence .bnr .emblem {
    top: 38px;
    left: 6px;
    width: 100px;
  }
}
.rookie-award .rookie .works-bnr.recognition .bnr {
  background: linear-gradient(90deg, #db719b 0%, #b6458c 100%);
}
.rookie-award .rookie .works-bnr.recognition .bnr .emblem {
  top: 5vw;
  left: 1.09375vw;
  width: calc(89 / 409 * 100%);
}
@media print, screen and (min-width: 641px) {
  .rookie-award .rookie .works-bnr.recognition .bnr .emblem {
    top: 38px;
    left: 8px;
    width: 99px;
  }
}
.rookie-award .rookie .works-bnr.recognition .award {
  background: url(../images/rookie/sp/award-recognition.png) #984072 no-repeat 0 0/auto 100%;
}
@media print, screen and (min-width: 641px) {
  .rookie-award .rookie .works-bnr.recognition .award {
    background-image: url(../images/rookie/pc/award-recognition.png);
  }
}

@-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-information
-------------------------------------------------*/
@media print, screen and (min-width: 641px) {
  .footer-information {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 300px;
  }
}

.update {
  height: 32.34375vw;
  margin-bottom: 6.25vw;
  padding: 2.5vw 3.125vw 3.28125vw;
  background-color: #fff;
  overflow-y: scroll;
  box-sizing: border-box;
}
@media print, screen and (min-width: 641px) {
  .update {
    height: 175px;
    margin-bottom: 105px;
    padding: 8px 30px 20px;
  }
}
.update h3 {
  margin-bottom: 1.5625vw;
  font-size: 24px;
  font-size: 3.75vw;
  font-family: "Hiragino Sans W8";
  line-height: calc(35.73 / 24);
  color: #00a0e9;
  text-transform: uppercase;
}
@media print, screen and (min-width: 641px) {
  .update h3 {
    margin-bottom: 7px;
    font-size: 1.4rem;
    line-height: calc(24 / 14);
  }
}
.update ul li {
  overflow-wrap: break-word;
  word-wrap: break-word;
  font-size: 18px;
  font-size: 2.8125vw;
  line-height: calc(28 / 18);
}
@media print, screen and (min-width: 641px) {
  .update ul li {
    font-size: 1.2rem;
    line-height: calc(18 / 12);
    -webkit-font-feature-settings: "palt" 1;
            font-feature-settings: "palt" 1;
  }
}
.update ul li + li {
  margin-top: 1.25vw;
}
@media print, screen and (min-width: 641px) {
  .update ul li + li {
    margin-top: 7px;
  }
}
.update ul li time {
  display: block;
  font-weight: 700;
  color: #00a0e9;
}
/*!  footer
================================================ */
/* footer
-------------------------------------------------*/
footer {
  position: relative;
  background: linear-gradient(135deg, #9f6c22 0%, #fac23c 13%, #996725 25%, #e3be64 38%, white 50%, #e3be64 62%, #996725 75%, #fac23c 88%, white 100%);
  padding: 9.375vw 0 4.6875vw;
}
@media print, screen and (min-width: 641px) {
  footer {
    display: flex;
    flex-direction: column;
    padding: 32px 0 25px;
  }
}
footer::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 204, 0.5);
}
footer::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 102, 0.3);
}
footer .inner {
  position: relative;
  z-index: 1;
}
footer .sns-sp {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  margin: 0 auto 4.6875vw;
}
@media print, screen and (min-width: 641px) {
  footer .sns-sp {
    display: none;
  }
}
footer .sns-sp li {
  width: 9.0625vw;
  margin: 0 1.09375vw;
}
footer .emblem {
  display: none;
}
@media print, screen and (min-width: 641px) {
  footer .emblem {
    position: relative;
    display: block;
    width: 98px;
    margin: 0 auto 20px;
    order: 1;
  }
}
@media print, screen and (min-width: 641px) {
  footer .emblem-item01 {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 62px;
  }
}
@media print, screen and (min-width: 641px) {
  footer .emblem-item02 {
    -webkit-animation: rotate 30s linear infinite;
            animation: rotate 30s linear infinite;
  }
}
footer .logo {
  width: calc(260 /640 * 100%);
  margin: 0 auto 2.5vw;
}
@media print, screen and (min-width: 641px) {
  footer .logo {
    width: 160px;
    margin: 0 auto 10px;
    order: 3;
  }
}
footer .copyright-illust {
  margin-bottom: 1.25vw;
  font-size: 16px;
  font-size: 2.5vw;
  line-height: calc(20 / 16);
  text-align: center;
}
@media print, screen and (min-width: 641px) {
  footer .copyright-illust {
    margin-bottom: 20px;
    font-size: 1.4rem;
    line-height: calc(20 / 14);
    -webkit-font-feature-settings: "palt" 1;
            font-feature-settings: "palt" 1;
    order: 2;
  }
}
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: calc(24 / 14);
    -webkit-font-feature-settings: "palt" 1;
            font-feature-settings: "palt" 1;
    order: 4;
  }
}

/* 店舗別特典 */

@media print, screen and (min-width: 641px) {
.bonus_archives{
  width:891px;
  margin:30px auto 0;
}
}

.accordion-check {
    display: none;
}


.accordion-check:checked + .accordion-title1 {
    content: url(../images/benefits/sp/btn-benefits1-close.png);
}
.accordion-check:checked + .accordion-title2 {
    content: url(../images/benefits/sp/btn-benefits2-close.png);
}

@media print, screen and (min-width: 641px) {
.accordion-check:checked + .accordion-title1{
  content: url(../images/benefits/pc/btn-benefits1-close.png);
}
.accordion-check:checked + .accordion-title2{
  content: url(../images/benefits/pc/btn-benefits2-close.png);
}	
}

.accordion-title1 {
    box-sizing: border-box;
    width: calc(586 / 640 * 100%);
    margin:20px auto 0;
    content: url(../images/benefits/sp/btn-benefits1.png);
    display: block;
}
.accordion-title2 {
    box-sizing: border-box;
    width: calc(586 / 640 * 100%);
    margin:20px auto 0;
    content: url(../images/benefits/sp/btn-benefits2.png);
    display: block;
}

@media print, screen and (min-width: 641px) {
.accordion-title1{
  width:894px;
  content: url(../images/benefits/pc/btn-benefits1.png);
}
.accordion-title2{
  width:894px;
  content: url(../images/benefits/pc/btn-benefits2.png);
}	
}

.accordion-content {
    display: block;
    height: 0;
    opacity: 0;
    padding: 0;
    transition: .5s;
    visibility: hidden;
}

.accordion-check:checked + .accordion-title1 + .accordion-content {
    height: auto;
    opacity: 1;
    padding: 8px 0 0 0;
    visibility: visible;
}
.accordion-check:checked + .accordion-title2 + .accordion-content {
    height: auto;
    opacity: 1;
    padding: 8px 0 0 0;
    visibility: visible;
}