@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: #000;
  -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: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: 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.act {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#loading.off {
  opacity: 0;
  display: none;
  z-index: -3;
}
#loading.off .spinner {
  display: none;
}

/* ローディングアニメーション */
.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;
}
#loader .loader-slide.off {
  opacity: 0;
  display: none;
  -webkit-animation: none;
          animation: none;
  -webkit-transform: none;
          transform: none;
  background-color: transparent;
}

@-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: 13.75vw;
  height: 13.75vw;
  background: url(../images/nav/sp/btn-menu.png) 100% 0/100% auto no-repeat;
  cursor: pointer;
  z-index: 5;
}
@media print, screen and (min-width: 641px) {
  .btn-menu {
    right: calc(50% - 600px);
    width: 79px;
    height: 79px;
    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: 4;
  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%);
  -webkit-transition: all 0.5s ease 0s;
  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;
  }
}

/*!  .wrapper
================================================ */
.wrapper {
  position: relative;
  background: linear-gradient(135deg, #9f6c22 0%, #fac23c 13%, #996725 25%, #e3be64 38%, white 50%, #e3be64 62%, #996725 75%, #fac23c 88%, white 100%);
}
@media print, screen and (min-width: 641px) {
  .wrapper {
    min-width: 1200px;
    width: 100%;
    min-height: 100vh;
    height: 100%;
  }
}
.wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 204, 0.5);
}
.wrapper::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 102, 0.3);
}
/*!  .container
================================================ */
.container {
  position: relative;
  z-index: 1;
}
@media print, screen and (min-width: 641px) {
  .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 1200px;
    margin: 0 auto;
  }
}

/*!  .sidebar
================================================ */
.sidebar {
  position: relative;
  padding: 1.875vw 0 2.5vw 0;
}
@media print, screen and (min-width: 641px) {
  .sidebar {
    width: 300px;
    padding: 187px 0 33px;
    background: url(../images/global/pc/sidebar-bg01.png), url(../images/global/pc/sidebar-bg02.png);
    background-position: 0 0, 100% 100%;
    background-repeat: no-repeat;
    background-color: rgba(255, 255, 255, 0.3);
  }
}
.sidebar .emblem {
  position: absolute;
  top: 0.9375vw;
  left: 0.9375vw;
  width: calc(83 / 640 * 100%);
}
@media print, screen and (min-width: 641px) {
  .sidebar .emblem {
    top: 17px;
    left: 60px;
    width: calc(182 / 300 * 100%);
    max-width: 182px;
  }
}
.sidebar .emblem-item01 {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: calc(51 / 83 * 100%);
}
@media print, screen and (min-width: 641px) {
  .sidebar .emblem-item01 {
    width: calc(114 / 182 * 100%);
    max-width: 114px;
  }
}
.sidebar .emblem-item02 {
  -webkit-animation: rotate 30s linear infinite;
          animation: rotate 30s linear infinite;
}
.sidebar h1 {
  width: calc(448 / 640 * 100%);
  margin: 0 auto 1.09375vw;
}
@media print, screen and (min-width: 641px) {
  .sidebar h1 {
    width: 100%;
    margin-bottom: 0;
    padding: 77px calc((300px - 237px) / 2) 60px;
    background: url(../images/global/pc/award-title-bg.png) 0 0/334px auto no-repeat;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
.sidebar .txt01 {
  width: calc(517 / 640 * 100%);
  margin: 0 auto 0.625vw;
}
@media print, screen and (min-width: 641px) {
  .sidebar .txt01 {
    width: calc(274 / 300 * 100%);
    max-width: 274px;
    margin: -6px auto 14px;
  }
}
.sidebar .txt02 {
  width: calc(621 / 640 * 100%);
  margin: 0 auto;
}
@media print, screen and (min-width: 641px) {
  .sidebar .txt02 {
    width: calc(234 / 300 * 100%);
    max-width: 234px;
  }
}

@-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);
  }
}
/* .
-------------------------------------------------*/
/*!  .content
================================================ */
@media print, screen and (min-width: 641px) {
  .content {
    width: calc(100% - 300px);
  }
}

/* header
-------------------------------------------------*/
@media print, screen and (min-width: 641px) {
  header {
    padding: 20px 90px 21px 0;
  }
}
header .sns {
  display: none;
}
@media print, screen and (min-width: 641px) {
  header .sns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 153px;
    margin: 0 0 0 auto;
  }
}
@media print, screen and (min-width: 641px) {
  header .sns li {
    width: 37px;
    margin: 0 7px;
  }
}

/* main
-------------------------------------------------*/
main {
  padding-bottom: 11.71875vw;
}
@media print, screen and (min-width: 641px) {
  main {
    padding-bottom: 0;
  }
}

/* .front
-------------------------------------------------*/
@media print, screen and (min-width: 641px) {
  .front {
    display: none;
  }
}

/* .section
-------------------------------------------------*/
.section {
  /* .best
  -------------------------------------------------*/
  /* .excellence
  -------------------------------------------------*/
  /* .recognition
  -------------------------------------------------*/
}
.section .works-bnr {
  display: none;
}
@media print, screen and (min-width: 641px) {
  .section .works-bnr {
    position: relative;
    display: block;
    width: 100%;
    height: 166px;
    overflow: hidden;
  }
  .section .works-bnr:hover {
    cursor: pointer;
  }
  .section .works-bnr:hover .illust img {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
  }
}
@media print, screen and (min-width: 641px) {
  .section .works-bnr.coming:hover {
    cursor: default;
  }
  .section .works-bnr.coming:hover .illust img {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@media print, screen and (min-width: 641px) {
  .section .works-bnr .bnr {
    /*width: 530px;
    height: 166px;
    overflow: hidden;*/
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 530px;
    height: 166px;
    padding: 43px 17px 11px 107px;
    overflow: hidden;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
@media print, screen and (min-width: 641px) and (min-width: 641px) {
  .section .works-bnr .bnr .emblem {
    position: absolute;
    top: 50%;
    left: 6px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
@media print, screen and (min-width: 641px) and (min-width: 641px) {
  .section .works-bnr .bnr .release {
    margin-bottom: 5px;
    font-size: 5rem;
    font-family: "Hiragino Sans W8", sans-serif;
    font-size: 1.8rem;
    color: #fff;
  }
}
@media print, screen and (min-width: 641px) and (min-width: 641px) {
  .section .works-bnr .bnr h2 {
    margin-bottom: 11px;
    font-size: 2.4rem;
    font-family: "Hiragino Sans W8", sans-serif;
    line-height: calc(30 / 24);
    -webkit-font-feature-settings: "palt" 1;
            font-feature-settings: "palt" 1;
  }
}
@media print, screen and (min-width: 641px) and (min-width: 641px) {
  .section .works-bnr .bnr h2 .sub-title {
    display: block;
    font-size: 1.8rem;
    font-family: "Hiragino Sans W8", sans-serif;
  }
}
@media print, screen and (min-width: 641px) and (min-width: 641px) {
  .section .works-bnr .bnr .works-author {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    margin-top: auto;
  }
}
@media print, screen and (min-width: 641px) and (min-width: 641px) {
  .section .works-bnr .bnr .works-author .author, .section .works-bnr .bnr .works-author .illustrator {
    font-weight: 600;
  }
}
@media print, screen and (min-width: 641px) and (min-width: 641px) {
  .section .works-bnr .bnr .works-author .author::before, .section .works-bnr .bnr .works-author .illustrator::before {
    font-size: 1.6rem;
    font-weight: 400;
  }
}
@media print, screen and (min-width: 641px) and (min-width: 641px) {
  .section .works-bnr .bnr .works-author .author [data-ruby], .section .works-bnr .bnr .works-author .illustrator [data-ruby] {
    position: relative;
  }
}
@media print, screen and (min-width: 641px) and (min-width: 641px) {
  .section .works-bnr .bnr .works-author .author [data-ruby]::before, .section .works-bnr .bnr .works-author .illustrator [data-ruby]::before {
    content: attr(data-ruby);
    position: absolute;
    top: -1.1em;
    left: 0;
    right: 0;
    margin: auto;
    font-size: 1rem;
    font-weight: 400;
    white-space: nowrap;
    text-align: center;
  }
}
@media print, screen and (min-width: 641px) and (min-width: 641px) {
  .section .works-bnr .bnr .works-author .author {
    font-size: 2rem;
  }
}
@media print, screen and (min-width: 641px) and (min-width: 641px) {
  .section .works-bnr .bnr .works-author .author::before {
    content: "著者：";
  }
}
@media print, screen and (min-width: 641px) and (min-width: 641px) {
  .section .works-bnr .bnr .works-author .illustrator {
    margin-left: 22px;
    font-size: 1.8rem;
  }
}
@media print, screen and (min-width: 641px) and (min-width: 641px) {
  .section .works-bnr .bnr .works-author .illustrator::before {
    content: "イラスト：";
  }
}
@media print, screen and (min-width: 641px) and (min-width: 641px) {
  .section .works-bnr .bnr .award {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 30px;
    overflow: hidden;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
@media print, screen and (min-width: 641px) {
  .section .works-bnr .illust {
    position: absolute;
    top: 0;
    right: 0;
    width: 370px;
    height: 166px;
    overflow: hidden;
  }
}
@media print, screen and (min-width: 641px) {
  .section .works-bnr .illust img {
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
  }
}
@media print, screen and (min-width: 641px) {
  .section .works-bnr.active {
    height: 0;
  }
}
@media print, screen and (min-width: 641px) {
  .section .works-bnr.active + .works .a-fade a {
    -webkit-animation: a-image-fade 1s ease forwards 0.5s;
            animation: a-image-fade 1s ease forwards 0.5s;
  }
}
.section .works {
  position: relative;
}
@media print, screen and (min-width: 641px) {
  .section .works {
    display: none;
    padding-top: 15px;
  }
}
@media print, screen and (min-width: 641px) {
  .section .works::before {
    content: "";
    position: absolute;
    top: 57px;
    left: 0;
    display: block;
    width: 100%;
    height: calc(100% - 57px);
  }
}
@media print, screen and (min-width: 641px) {
  .section .works .works-inner {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 900px;
    padding: 0 0 0;
  }
}
.section .works .detail {
  position: absolute;
  bottom: 0;
  left: 0;
  margin-left: 4.6875vw;
  padding: 0 3.125vw 3.59375vw;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
}
@media print, screen and (min-width: 641px) {
  .section .works .detail {
    position: static;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: calc(900px - 439px);
    margin: 42px 0 0;
    padding: 48px 29px 25px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
.section .works .detail h2 {
  margin: -3.125vw 0 2.5vw;
  font-size: 44px;
  font-size: 6.875vw;
  font-family: "Hiragino Sans W8", sans-serif;
  font-weight: 800;
}
@media print, screen and (min-width: 641px) {
  .section .works .detail h2 {
    position: absolute;
    top: 20px;
    left: 131px;
    margin: 0;
    font-size: 5rem;
    font-weight: normal;
  }
}
.section .works .detail h2 .sub-title {
  display: block;
  margin-top: 0.9375vw;
  font-size: 28px;
  font-size: 4.375vw;
  font-family: "Hiragino Sans W8", sans-serif;
  font-weight: 800;
}
@media print, screen and (min-width: 641px) {
  .section .works .detail h2 .sub-title {
    margin-top: 3px;
    font-size: 2.8rem;
    font-weight: normal;
  }
}
.section .works .detail .works-author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  margin-bottom: 3.125vw;
}
@media print, screen and (min-width: 641px) {
  .section .works .detail .works-author {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 7px;
  }
}
.section .works .detail .works-author .author::before, .section .works .detail .works-author .illustrator::before {
  font-size: 16px;
  font-size: 2.5vw;
  font-weight: 400;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
}
@media print, screen and (min-width: 641px) {
  .section .works .detail .works-author .author::before, .section .works .detail .works-author .illustrator::before {
    font-size: 1.6rem;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.section .works .detail .works-author .author [data-ruby], .section .works .detail .works-author .illustrator [data-ruby] {
  position: relative;
}
.section .works .detail .works-author .author [data-ruby]::before, .section .works .detail .works-author .illustrator [data-ruby]::before {
  content: attr(data-ruby);
  position: absolute;
  top: -1.2em;
  left: 50%;
  margin: auto;
  font-size: 10px;
  font-size: 1.5625vw;
  font-weight: 400;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  white-space: nowrap;
  text-align: center;
}
@media print, screen and (min-width: 641px) {
  .section .works .detail .works-author .author [data-ruby]::before, .section .works .detail .works-author .illustrator [data-ruby]::before {
    top: -1.1em;
    font-size: 1rem;
  }
}
.section .works .detail .works-author .author {
  font-size: 24px;
  font-size: 3.75vw;
  font-weight: 600;
}
@media print, screen and (min-width: 641px) {
  .section .works .detail .works-author .author {
    font-size: 2.4rem;
  }
}
.section .works .detail .works-author .author::before {
  content: "著者：";
}
.section .works .detail .works-author .illustrator {
  margin-left: 3.75vw;
  font-size: 18px;
  font-size: 2.8125vw;
  font-weight: 600;
}
@media print, screen and (min-width: 641px) {
  .section .works .detail .works-author .illustrator {
    margin-left: 22px;
    font-size: 1.8rem;
  }
}
.section .works .detail .works-author .illustrator::before {
  content: "イラスト：";
}
.section .works .detail .release {
  margin: 0 0 0 auto;
  font-size: 28px;
  font-size: 4.375vw;
  font-family: "Hiragino Sans W8", sans-serif;
  font-weight: 800;
  line-height: calc(35.99 / 28);
  color: #fff;
  text-align: right;
}
@media print, screen and (min-width: 641px) {
  .section .works .detail .release {
    margin-top: 15px;
    font-size: 2.8rem;
    font-weight: normal;
  }
}
.section .works .detail .story {
  width: 110%;
  font-size: 18px;
  font-size: 2.8125vw;
  line-height: calc(30 / 18);
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
}
@media print, screen and (min-width: 641px) {
  .section .works .detail .story {
    width: 100%;
    margin-bottom: 20px;
    font-size: 1.4rem;
    line-height: calc(28 / 14);
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.section .works .detail .story .strong {
  font-weight: 600;
}
.section .works .detail .lead {
  margin-bottom: 1.5625vw;
  font-size: 26px;
  font-size: 4.0625vw;
  font-weight: 700;
  line-height: calc(31.09 / 26);
}
@media print, screen and (min-width: 641px) {
  .section .works .detail .lead {
    margin-bottom: 13px;
    font-size: 2.2rem;
    line-height: calc(30 / 22);
  }
}
.section .works .detail .btn-more {
  margin-top: 4.0625vw;
}
@media print, screen and (min-width: 641px) {
  .section .works .detail .btn-more {
    margin-top: auto;
  }
}
.section .works .image {
  position: relative;
  min-height: 149.6875vw;
}
@media print, screen and (min-width: 641px) {
  .section .works .image {
    width: 409px;
    min-height: auto;
    padding-left: 30px;
    overflow: hidden;
  }
}
.section .works .image a {
  display: block;
}
@media print, screen and (min-width: 641px) {
  .section .works .image a {
    -webkit-transform: translateX(-440px);
            transform: translateX(-440px);
  }
}
.section .works .image .award {
  position: absolute;
  top: 0;
  left: 0;
  width: 4.6875vw;
  height: 149.6875vw;
  padding: 1.171875vw;
  overflow: hidden;
  -webkit-animation: bgroop-sp 20s linear infinite;
          animation: bgroop-sp 20s linear infinite;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media print, screen and (min-width: 641px) {
  .section .works .image .award {
    top: 42px;
    width: 30px;
    height: calc(697px - 42px);
    padding: 7px 9.5px;
    -webkit-animation: bgroop-pc 20s linear infinite;
            animation: bgroop-pc 20s linear infinite;
  }
}
@media print, screen and (min-width: 641px) {
  .section .works.active {
    display: block;
  }
}
@media print, screen and (min-width: 641px) {
  .section .works.active .image a {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-webkit-keyframes bgroop-sp {
  0% {
    background-position: 50% -100%;
  }
  100% {
    background-position: 50% 0;
  }
}
@keyframes bgroop-sp {
  0% {
    background-position: 50% -100%;
  }
  100% {
    background-position: 50% 0;
  }
}
@-webkit-keyframes bgroop-pc {
  0% {
    background-position: 50% -100%;
  }
  100% {
    background-position: 50% 0;
  }
}
@keyframes bgroop-pc {
  0% {
    background-position: 50% -100%;
  }
  100% {
    background-position: 50% 0;
  }
}
@-webkit-keyframes bgroop-bnr {
  0% {
    background-position: 530px 0;
  }
  100% {
    background-position: 0 0;
  }
}
@keyframes bgroop-bnr {
  0% {
    background-position: 530px 0;
  }
  100% {
    background-position: 0 0;
  }
}
@-webkit-keyframes a-image-fade {
  0% {
    -webkit-transform: translateX(-440px);
            transform: translateX(-440px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes a-image-fade {
  0% {
    -webkit-transform: translateX(-440px);
            transform: translateX(-440px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@media print, screen and (min-width: 641px) {
  .section.best .works-bnr {
    background: linear-gradient(180deg, #57509e 0%, #57509e 30px, #7b72df 30px, #7b72df 100%);
  }
}
@media print, screen and (min-width: 641px) {
  .section.best .works-bnr .bnr {
    background: -webkit-gradient(linear, left top, right top, from(#9f94c7), to(#7b72df));
    background: linear-gradient(90deg, #9f94c7 0%, #7b72df 100%);
  }
}
@media print, screen and (min-width: 641px) {
  .section.best .works-bnr .bnr .emblem {
    width: 91px;
  }
}
@media print, screen and (min-width: 641px) {
  .section.best .works-bnr .bnr .release {
    margin-bottom: 15px;
  }
}
@media print, screen and (min-width: 641px) {
  .section.best .works-bnr .bnr .award {
    background: url(../images/best/pc/award-bnr.png) #56509d no-repeat 0 50%/100% auto;
  }
}
@media print, screen and (min-width: 641px) {
  .section.best .works::before {
    background: url(../images/best/pc/award-bg.png) no-repeat 100% 20px, linear-gradient(90deg, rgba(159, 148, 199, 0.9) 0%, rgba(159, 148, 199, 0.9) 439px, rgba(159, 148, 199, 0.9) 439px, rgba(123, 114, 223, 0.9) 100%);
    background-size: 123px auto, 100% auto;
  }
}
.section.best .works .detail {
  background: -webkit-gradient(linear, left top, right top, from(rgba(159, 148, 199, 0.9)), to(rgba(123, 114, 223, 0.9)));
  background: linear-gradient(90deg, rgba(159, 148, 199, 0.9) 0%, rgba(123, 114, 223, 0.9) 100%);
}
@media print, screen and (min-width: 641px) {
  .section.best .works .detail {
    background: transparent;
  }
}
.section.best .works .detail .works-author .illustrator {
  margin-left: 1.5625vw;
}
@media print, screen and (min-width: 641px) {
  .section.best .works .detail .works-author .illustrator {
    margin-left: 22px;
  }
}
.section.best .works .detail .btn-more {
  margin-top: -2.1875vw;
}
@media print, screen and (min-width: 641px) {
  .section.best .works .detail .btn-more {
    margin-top: auto;
  }
}
.section.best .works .image .award {
  background: url(../images/best/pc/award.svg) #56509d repeat-y 50% 0/100% 62.5vw;
}
@media print, screen and (min-width: 641px) {
  .section.best .works .image .award {
    background-size: 100% auto;
  }
}
@media print, screen and (min-width: 641px) {
  .section.excellence .works-bnr {
    background: linear-gradient(180deg, #b0622e 0%, #b0622e 30px, #fb8b42 30px, #fb8b42 100%);
  }
}
@media print, screen and (min-width: 641px) {
  .section.excellence .works-bnr .bnr {
    background: -webkit-gradient(linear, left top, right top, from(#f8c92d), to(#fb8b42));
    background: linear-gradient(90deg, #f8c92d 0%, #fb8b42 100%);
  }
}
@media print, screen and (min-width: 641px) {
  .section.excellence .works-bnr .bnr .emblem {
    width: 90px;
  }
}
@media print, screen and (min-width: 641px) {
  .section.excellence .works-bnr .bnr .award {
    background: url(../images/excellence/pc/award-bnr.png) #b0622e no-repeat 0 50%/100% auto;
  }
}
@media print, screen and (min-width: 641px) {
  .section.excellence .works::before {
    background: url(../images/excellence/pc/award-bg.png) no-repeat 100% 20px, linear-gradient(90deg, rgba(255, 209, 38, 0.9) 0%, rgba(255, 209, 38, 0.5) 439px, rgba(255, 209, 38, 0.9) 439px, rgba(255, 84, 79, 0.9) 100%);
    background-size: 123px auto, 100% auto;
  }
}
.section.excellence .works .detail {
  background: -webkit-gradient(linear, left top, right top, from(rgba(250, 209, 38, 0.9)), to(rgba(255, 84, 79, 0.9)));
  background: linear-gradient(90deg, rgba(250, 209, 38, 0.9) 0%, rgba(255, 84, 79, 0.9) 100%);
}
@media print, screen and (min-width: 641px) {
  .section.excellence .works .detail {
    padding-top: 103px;
    background: transparent;
  }
}
.section.excellence .works .detail h2 {
  font-size: 5.625vw;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media print, screen and (min-width: 641px) {
  .section.excellence .works .detail h2 {
    font-size: 4.8rem;
  }
}
.section.excellence .works .detail .btn-more {
  margin-top: -2.1875vw;
}
@media print, screen and (min-width: 641px) {
  .section.excellence .works .detail .btn-more {
    margin-top: auto;
  }
}
.section.excellence .works .image .award {
  background: url(../images/excellence/pc/award.svg) #b0622e repeat-y 50% 0/100% 62.5vw;
}
@media print, screen and (min-width: 641px) {
  .section.excellence .works .image .award {
    background-size: 100% auto;
  }
}
@media print, screen and (min-width: 641px) {
  .section.recognition .works-bnr {
    background: linear-gradient(180deg, #984072 0%, #984072 30px, #b8468e 30px, #b8468e 100%);
  }
}
@media print, screen and (min-width: 641px) {
  .section.recognition .works-bnr .bnr {
    background: -webkit-gradient(linear, left top, right top, from(#db719b), to(#b6458c));
    background: linear-gradient(90deg, #db719b 0%, #b6458c 100%);
  }
}
@media print, screen and (min-width: 641px) {
  .section.recognition .works-bnr .bnr .emblem {
    width: 91px;
  }
}
@media print, screen and (min-width: 641px) {
  .section.recognition .works-bnr .bnr .award {
    background: url(../images/recognition/pc/award-bnr.png) #984072 no-repeat 0 50%/100% auto;
  }
}
@media print, screen and (min-width: 641px) {
  .section.recognition .works::before {
    background: url(../images/recognition/pc/award-bg.png) no-repeat 100% 0, linear-gradient(90deg, rgba(219, 113, 155, 0.9) 0%, rgba(219, 113, 155, 0.9) 439px, rgba(219, 113, 155, 0.9) 439px, rgba(182, 69, 140, 0.9) 100%);
    background-size: 123px auto, 100% auto;
  }
}
.section.recognition .works .detail {
  background: -webkit-gradient(linear, left top, right top, from(rgba(219, 113, 155, 0.9)), to(rgba(182, 69, 140, 0.9)));
  background: linear-gradient(90deg, rgba(219, 113, 155, 0.9) 0%, rgba(182, 69, 140, 0.9) 100%);
}
@media print, screen and (min-width: 641px) {
  .section.recognition .works .detail {
    padding-top: 76px;
    padding-bottom: 105px;
    background: transparent;
  }
}
.section.recognition .works .image .award {
  background: url(../images/recognition/pc/award.svg) #984072 repeat-y 50% 0/100% 72.34375vw;
}
@media print, screen and (min-width: 641px) {
  .section.recognition .works .image .award {
    height: calc(695px - 42px);
    background-size: 100% auto;
  }
}

/* .slick
------------------------------------- */
.slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 2.34375vw;
}
.slick-dots li {
  width: 10.15625vw;
}
.slick-dots li button {
  display: block;
  width: 100%;
  height: 2.03125vw;
  background-color: #dadada;
  font-size: 0;
  line-height: 0;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
}
.slick-dots li + li {
  margin-left: 1.875vw;
}
.slick-dots li.slick-active button {
  background-color: #000;
}

/* .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;
  -webkit-box-sizing: border-box;
          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", sans-serif;
  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 {
  overflow-y: scroll;
  height: 20.3125vw;
}
@media print, screen and (min-width: 641px) {
  .update ul {
    height: 122px;
  }
}
.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;
}
.sns-sp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media print, screen and (min-width: 641px) {
  .sns-sp {
    display: none;
  }
}
.sns-sp li {
  width: 9.0625vw;
  margin: 0 1.09375vw;
}

/*!  footer
================================================ */
/* footer
-------------------------------------------------*/
footer {
  padding: 7.8125vw 0 4.6875vw;
}
@media print, screen and (min-width: 641px) {
  footer {
    padding: 0 30px 25px;
  }
}
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 0 12px;
  }
}
footer .copyright-illust {
  margin-bottom: 0.9375vw;
  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: 8px;
    font-size: 1rem;
    line-height: calc(14 / 10);
    text-align: left;
    -webkit-font-feature-settings: "palt" 1;
            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: 1rem;
    line-height: calc(14 / 10);
    text-align: left;
    -webkit-font-feature-settings: "palt" 1;
            font-feature-settings: "palt" 1;
  }
}