@charset "UTF-8";
/*=============================================================
 01_base
=============================================================*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap");

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
dl,
dt,
dd {
  padding: 0;
  margin: 0;
}

ol,
ul {
  list-style-type: none;
}

/*-----------------------------------------------
 root
-----------------------------------------------*/
html {
  overflow-y: scroll;
}

body {
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-weight: 400;
}

/*-----------------------------------------------
 font
-----------------------------------------------*/
html {
  font-size: medium;
}

body {
  font-size: 62.5%;
  /* 16px -> 10px */
}

div {
  line-height: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

dt,
dd,
li,
caption,
th,
td,
input,
button,
textarea,
select,
h1,
h2,
h3,
h4,
h5,
h6,
address {
  line-height: 0;
  font-size: 140%;
  margin: 0;
  padding: 0;
}

p {
  line-height: 1.5;
  font-size: 140%;
  margin: 0;
  padding: 0;
}

h1 *,
h2 *,
h3 *,
h4 *,
h5 *,
h6 *,
p input,
p button,
p select,
li h1,
li h2,
li h3,
li h4,
li h5,
li h6,
li p,
li dt,
li dd,
li li,
li th,
li td,
li input,
li button,
li textarea,
li select,
dd h1,
dd h2,
dd h3,
dd h4,
dd h5,
dd h6,
dd p,
dd dt,
dd dd,
dd li,
dd th,
dd td,
dd input,
dd button,
dd textarea,
dd select,
tr h1,
tr h2,
tr h3,
tr h4,
tr h5,
tr h6,
tr p,
tr dt,
tr dd,
tr li,
tr input,
tr button,
tr textarea,
tr select {
  font-size: 100%;
}

input,
button,
select,
option,
textarea {
  font-size: 14px;
}

figure {
  margin: 0;
}

a,
a:link,
a:visited {
  color: #1d99c1;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

section {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

br.sp {
  display: none;
}

@media only screen and (max-width: 768px) {
  br.sp {
    display: inline;
  }
}

@media only screen and (max-width: 768px) {
  br.pc {
    display: none;
  }
}

/*-----------------------------------------------
 cf 
-----------------------------------------------*/
.clearfix {
  min-height: 1px;
}

.clearfix::after {
  content: " ";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

* html .clearfix {
  height: 1px;
  /*¥*/
  /*/
height: auto;
overflow: hidden;
/**/
}

/*-----------------------------------------------
 hover
-----------------------------------------------*/
.hover :hover {
  opacity: 0.8;
  animation: btn 0.5s;
  -webkit-animation: btn 0.5s;
  -moz-animation: btn 0.5s;
}

@media only screen and (max-width: 768px) {
  .hover :hover {
    animation: unset;
    -webkit-animation: unset;
    -moz-animation: unset;
  }
}

@keyframes btn {
  0% {
    opacity: 1;
  }

  10% {
    opacity: 0.4;
  }

  100% {
    opacity: 0.8;
  }
}

@-webkit-keyframes btn {
  0% {
    opacity: 1;
  }

  10% {
    opacity: 0.4;
  }

  100% {
    opacity: 0.8;
  }
}

body {
  background: url("../img/bg.png") repeat;
  font-family: "Noto Sans JP", sans-serif;
  min-width: 1100px;
}

@media only screen and (max-width: 769px) {
  body {
    min-width: 300px;
  }
}

body::after {
  content: "";
  width: 100%;
  height: 100%;
  background: url("../img/bg_deco-pc.png") top center / contain;
  position: fixed;
  top: 0;
  z-index: 1;
  animation: bgscroll-col 15s linear infinite;
}

@media only screen and (max-width: 769px) {
  body::after {
    content: "";
    width: 100%;
    height: 100%;
    background: url("../img/bg_deco-sp.png") top center / contain;
    position: fixed;
    top: 0;
    z-index: 1;
    animation: bgscroll-col 16 linear infinite;
  }
}


@-webkit-keyframes bgscroll-col {
  0% {
    background-position: 0 0;
  }

  100% {
    background-position: 0 calc(668/1800*100vw);
  }
}


.bnr-award {
  text-align: center;
  margin-top: 72px;
  z-index: 2;
  position: relative;
}

@media only screen and (max-width: 769px) {
  .bnr-award {
    margin: calc(57/640*100vw) 4.6875vw 0;
  }
}

@media only screen and (max-width: 769px) {
  .bnr-award img {
    width: 100%;
  }
}

#header {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 80px;
  background-color: #5e4e4e;
  z-index: 6;
}

@media only screen and (max-width: 769px) {
  #header {
    min-height: 12.5vw;
    height: auto;
  }
}

@media only screen and (max-width: 769px) {
  #header img {
    width: 100%;
  }
}

#header .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 1200px;
  margin: 0 auto;
  padding: 7px 0;
}

@media only screen and (max-width: 769px) {
  #header .wrap {
    width: 100%;
    padding: 0;
  }
}

#header .logo {
  margin-left: 80px;
  margin-right: 22px;
}

@media only screen and (max-width: 769px) {
  #header .logo {
    position: relative;
    width: 45.625vw;
    margin-left: 3.125vw;
    margin-right: 0;
    margin-top: -3.125vw;
    z-index: 2;
  }
}

#header .btn-nav {
  display: none;
}

@media only screen and (max-width: 769px) {
  #header .btn-nav {
    display: block;
    position: absolute;
    bottom: 3.75vw;
    right: 3.125vw;
    width: 6.5625vw;
    height: 5.46875vw;
  }
}

@media only screen and (max-width: 769px) {
  #header .btn-nav span {
    display: block;
    width: 6.5625vw;
    height: 0.78125vw;
    background-color: #fff;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
}

@media only screen and (max-width: 769px) {
  #header .btn-nav span:nth-child(1) {
    position: absolute;
    top: 0;
    left: 0;
  }
}

@media only screen and (max-width: 769px) {
  #header .btn-nav span:nth-child(2) {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

@media only screen and (max-width: 769px) {
  #header .btn-nav span:nth-child(3) {
    position: absolute;
    top: 4.6875vw;
    left: 0;
  }
}

@media only screen and (max-width: 769px) {
  #header .btn-nav.on span:nth-child(1) {
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
  }
}

#header .btn-nav.on span:nth-child(2) {
  opacity: 0;
}

@media only screen and (max-width: 769px) {
  #header .btn-nav.on span:nth-child(3) {
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(-45deg);
    transform: translateY(-50%) rotate(-45deg);
  }
}

#header .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media only screen and (max-width: 769px) {
  #header .box {
    display: none;
    width: 100%;
    position: absolute;
    bottom: 12.5vw;
    left: 0;
    background-color: #fde62f;
  }
}

#header nav {
  margin-right: 30px;
}

@media only screen and (max-width: 769px) {
  #header nav {
    margin-right: 0;
  }
}

#header nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: right;
  width: 630px;
}

@media only screen and (max-width: 769px) {
  #header nav ul {
    width: 100%;
    display: block;
    text-align: center;
  }
}

#header nav ul li {
  padding: 32px 22px;
  border-left: 1px solid #fff;
}

#header nav ul li a {
  font-size: 16px;
  color: #fff;
  text-decoration: none;
}

@media only screen and (max-width: 769px) {
  #header nav ul li {
    padding: 3.4375vw 0;
    border-left: none;
    border-bottom: 1px solid #5e4e4e;
  }

  #header nav ul li a {
    font-size: 16px;
    color: #5e4e4e;
    text-decoration: none;
  }
}


#header nav ul li:last-child {
  border-right: 1px solid #fff;
}

@media only screen and (max-width: 769px) {
  #header nav ul li:last-child {
    border-right: none;
  }
}

#header .sns ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 142px;
}

@media only screen and (max-width: 769px) {
  #header .sns ul {
    width: 22.1875vw;
    margin: 3.125vw auto 4.6875vw;
  }
}

#kv {
  position: relative;
  background: url("../img/kv/kv_bg.png") repeat-x;
  padding-bottom: 0;
  overflow: hidden;
  animation: bgscroll 20s linear infinite;
}


@media only screen and (max-width: 769px) {
  #kv img {
    width: 100%;
  }
}


@-webkit-keyframes bgscroll {
  0% {
    background-position: 0 0;
  }

  100% {
    background-position: 50vw 0;
  }
}

@keyframes bgscroll {
  0% {
    background-position: 0 0;
  }

  100% {
    background-position: 50vw 0;
  }
}


@-webkit-keyframes float-animation {

  0%,
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  50% {
    -webkit-transform: translateY(-5%);
    transform: translateY(-5%);
  }
}

@keyframes float-animation {

  0%,
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  50% {
    -webkit-transform: translateY(-5%);
    transform: translateY(-5%);
  }
}

#kv .flower {
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url(../img/kv/flower_img-pc.png);
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-animation: float-animation 6s infinite ease-in-out;
  animation: float-animation 6s infinite ease-in-out;
}

@media only screen and (max-width: 769px) {
  #kv .flower {
    background-image: url(../img/kv/flower_img-sp.png);
  }
}

#kv .inner {
  width: 1100px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

@media only screen and (max-width: 769px) {
  #kv .inner {
    width: auto;
  }
}

#kv .logo {
  position: relative;
  top: 11px;
  left: 0;
  opacity: 0;
  z-index: 2;
}

@media only screen and (max-width: 769px) {
  #kv .logo {
    width: calc(136/640*100vw);
    top: 2.03125vw;
    margin: 0 0 0 calc(28/640*100vw);
  }
}

#kv .catch {
  text-align: center;
  position: absolute;
  z-index: 1;
  width: 100%;
}

#kv .catch img {
  position: absolute;
}

#kv .catch img:nth-child(1) {
  top: 189px;
  right: -12px;
}

#kv .catch img:nth-child(2) {
  top: 222px;
  left: 12px;
}


@media only screen and (max-width: 769px) {
  #kv .catch img:nth-child(1) {
    width: calc(138/640*100vw);
    top: calc(438/640*100vw);
    right: calc(2/640*100vw);
  }

  #kv .catch img:nth-child(2) {
    width: calc(109/640*100vw);
    top: calc(451/640*100vw);
    left: calc(3/640*100vw);
  }
}

#kv .kv_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  text-align: center;
  margin-top: 167px;
  margin-left: -94px;
}

@media only screen and (max-width: 769px) {
  #kv .kv_list {
    margin: calc(358/640*100vw) 0 0;
  }
}

#kv .kv_list li {
  overflow: hidden;
  position: relative;
}

@media only screen and (max-width: 769px) {
  #kv .kv_list li {
    width: 100%;
  }
}

#kv .kv_list li:nth-child(1)::before {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

#kv .kv_list li:nth-child(2)::before {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

#kv .kv_list li:nth-child(3)::before {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

#kv .kv_list li::before {
  content: "";
  position: absolute;
  display: block;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(85%, rgba(255, 255, 255, 0.9)), color-stop(94%, rgba(255, 255, 255, 0.2)), color-stop(98%, rgba(255, 255, 255, 0.7)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 85%, rgba(255, 255, 255, 0.2) 94%, rgba(255, 255, 255, 0.7) 98%, rgba(255, 255, 255, 0) 100%);
  width: 50px;
  height: 50px;
  top: -60px;
  left: -60px;
  -webkit-animation-name: shine-run;
  animation-name: shine-run;
  -webkit-animation-delay: 5s;
  animation-delay: 5s;
  -webkit-animation-duration: 5s;
  animation-duration: 5s;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

@-webkit-keyframes shine-run {
  40% {
    opacity: 0;
  }

  60% {
    -webkit-transform: scale(0) rotate(50deg);
    transform: scale(0) rotate(50deg);
    opacity: 0;
  }

  80% {
    -webkit-transform: scale(1) rotate(50deg);
    transform: scale(1) rotate(50deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(250) rotate(50deg);
    transform: scale(250) rotate(50deg);
    opacity: 0;
  }
}

@keyframes shine-run {
  40% {
    opacity: 0;
  }

  60% {
    -webkit-transform: scale(0) rotate(50deg);
    transform: scale(0) rotate(50deg);
    opacity: 0;
  }

  80% {
    -webkit-transform: scale(1) rotate(50deg);
    transform: scale(1) rotate(50deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(250) rotate(50deg);
    transform: scale(250) rotate(50deg);
    opacity: 0;
  }
}

#kv .number {
  position: absolute;
  top: 4px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 2;
}

#kv .number img {
  opacity: 0;
}

@media only screen and (max-width: 769px) {
  #kv .number {
    top: calc(7/640*100vw);
    width: calc(112/640*100vw);
  }
}

#kv h1 {
  position: absolute;
  top: 65px;
  left: calc(50% - 420.5px);
  opacity: 0;
  z-index: 3;
}

@media only screen and (max-width: 769px) {
  #kv h1 {
    width: calc(635/640*100vw);
    top: calc(87/640*100vw);
    left: 0;
    -webkit-transform: unset;
    transform: unset;
  }
}

#content {
  position: relative;
  z-index: 2;
}

@media only screen and (max-width: 769px) {
  #content img {
    width: 100%;
  }
}

#content section .inner {
  width: 1100px;
  margin: 0 auto;
}

@media only screen and (max-width: 769px) {
  #content section .inner {
    width: auto;
  }
}

#news {
  margin-top: -33px;
}

@media only screen and (max-width: 769px) {
  #news {
    margin-top: calc(-87/640*100vw);
  }
}

#news .inner {
  background-color: #fff;
  padding: 0 20px 19px;
  border-radius: 10px;
  border: solid 2px #564040;
}

@media only screen and (max-width: 769px) {
  #news .inner {
    padding: 0 3.125vw calc(10/640*100vw) calc(10/640*100vw);
    border-radius: 0;
  }
}

#news h2 {
  margin-bottom: 12px;
}

@media only screen and (max-width: 769px) {
  #news h2 {
    margin-bottom: 0.78125vw;
    width: calc(366/640*100vw);
  }
}

#news h2 img {
  margin-top: -41px;
}

@media only screen and (max-width: 769px) {
  #news h2 img {
    margin-top: calc(-45/640*100vw);
  }
}

#news .list ul {
  height: 113px;
  overflow-y: scroll;
}

@media only screen and (max-width: 769px) {
  #news .list ul {
    height: 27.96875vw;
  }
}

#news .list ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 8px 0;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  border-bottom: 1px dotted #da533b;
}

@media only screen and (max-width: 769px) {
  #news .list ul li {
    display: block;
    padding: 1.5625vw 0;
  }
}

#news .list ul li time {
  position: relative;
  font-size: 14px;
  line-height: 1.5;
  padding-right: 20px;
}

@media only screen and (max-width: 769px) {
  #news .list ul li time {
    font-size: 14px;
    font-size: 2.1875vw;
    margin-bottom: 0.78125vw;
  }
}

#news .list ul li time::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 5px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-left: 6px solid black;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
}

@media only screen and (max-width: 769px) {
  #news .list ul li time::after {
    display: none;
  }
}

#news .list ul li p {
  width: 942px;
  font-size: 16px;
}

@media only screen and (max-width: 769px) {
  #news .list ul li p {
    width: auto;
    font-size: 16px;
    font-size: 2.5vw;
  }
}

#news .list ul li a {
  color: #000;
}

#lineup {
  margin-top: 57px;
}

@media only screen and (max-width: 769px) {
  #lineup {
    margin: calc(34/640*100vw) 1.5625vw 0;
  }
}

#lineup .inner {
  padding: 0;
}

@media only screen and (max-width: 769px) {
  #lineup .inner {
    padding: 0 1.5625vw;
  }
}

#lineup h2 {
  text-align: center;
}

@media only screen and (max-width: 769px) {
  #lineup h2 {
    width: calc(383/640*100vw);
    margin: 0 auto;
  }
}

#lineup h2 img {
  margin-left: 70px;
}

@media only screen and (max-width: 769px) {
  #lineup h2 img {
    margin-left: calc(28/640*100vw);
  }
}

#lineup .crown {
  padding: 40px 0;
  text-align: center;
}

@media only screen and (max-width: 769px) {
  #lineup .crown {
    width: 7.5vw;
    padding: 7.5vw 0;
    margin: 0 auto;
  }
}

#lineup .block {
  /*padding: 36px 50px 34px;*/
  padding: 42px 50px 95px;
}


@media only screen and (max-width: 769px) {
  #lineup .block {
    padding: calc(30/640*100vw) calc(27/640*100vw) calc(11/640*100vw) calc(28/640*100vw);
    border-width: 0.78125vw;
    border-radius: 0.78125vw;
  }
}


#lineup .block .story {
  position: relative;
  padding-bottom: 55px;
  overflow: hidden;
}

@media only screen and (max-width: 769px) {
  #lineup .block .story {
    padding-bottom: 7.8125vw;
    overflow: visible;
  }
}

#lineup .block .story::after {
  content: "";
  position: absolute;
  top: 167px;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 5.25px;
}

@media only screen and (max-width: 769px) {
  #lineup .block .story::after {
    top: calc(-36/640*100vw);
    border-radius: calc(5.25/640*100vw);
    padding-bottom: calc(35/640*100vw);
  }
}

#lineup .block .story .ttl {
  position: absolute;
  top: 34px;
  right: 38px;
  z-index: 3;
}

@media only screen and (max-width: 769px) {
  #lineup .block .story .ttl {
    width: calc(288/640*100vw);
    right: calc(20/640*100vw);
    top: calc(-83/640*100vw);
  }
}

#lineup .block .story .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (max-width: 769px) {
  #lineup .block .story .wrap {
    display: block;
    margin-bottom: 3.125vw;
  }
}

#lineup .block .story .wrap .cover {
  position: relative;
  width: 424px;
  margin: 70px 0 0 26px;
  z-index: 2;
}

@media only screen and (max-width: 769px) {
  #lineup .block .story .wrap .cover {
    width: calc(340/640*100vw);
    margin: calc(99/640*100vw) 0 0 calc(41/640*100vw);
  }
}

#lineup .block .story .wrap .cover span {
  position: absolute;
  top: -82px;
  left: -40px;
}

@media only screen and (max-width: 769px) {
  #lineup .block .story .wrap .cover span {
    width: 16.09375vw;
    top: -5.9375vw;
    left: -5.3125vw;
  }
}

#lineup .block .story .wrap .txt-box {
  position: relative;
  margin-top: 103px;
}

@media only screen and (max-width: 769px) {
  #lineup .block .story .wrap .txt-box {
    position: static;
    width: auto;
    padding: 0.78125vw 0.78125vw 0;
    margin-top: 0;
  }
}

#lineup .block .story .wrap .txt-box p {
  position: relative;
  z-index: 2;
}

#lineup .block .story .wrap .txt-box .catch {
  margin-left: 3px;
}

@media only screen and (max-width: 769px) {
  #lineup .block .story .wrap .txt-box .catch {
    position: absolute;
    top: calc(12/640*100vw);
    right: calc(-7/640*100vw);
    left: auto;
  }
}

#lineup .block .story .wrap .txt-box .txt {
  margin: 0 25px 0 36px;
  font-size: 20px;
  line-height: 1.8;
  text-indent: 1em;
  font-feature-settings: "palt";
}

@media only screen and (max-width: 769px) {
  #lineup .block .story .wrap .txt-box .txt {
    font-size: calc(16/640*100vw);
    font-size: 2.5vw;
    line-height: 1.87;
    margin: calc(22/640*100vw) calc(16/640*100vw) 0 calc(19/640*100vw);
    font-feature-settings: normal;
  }
}

#lineup .block .story .wrap .txt-box .txt span {
  font-weight: 800;
}

#lineup .block .story .wrap .txt-box .txt span.purple {
  color: #9c4e92;
}

#lineup .block .story .wrap .txt-box .txt span.red {
  color: #dd3939;
}

#lineup .block .story .wrap .txt-box .txt span.blue {
  color: #1680bc;
}

#lineup .block .story .wrap .txt-box .txt span.green {
  color: #528345;
}


#lineup .block .story .btn-list {
  position: relative;
  z-index: 2;
  margin-top: 51px;
}

@media only screen and (max-width: 769px) {
  #lineup .block .story .btn-list {
    margin-top: 4.6875vw;
  }
}

#lineup .block .story .btn-list ul {
  width: 900px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media only screen and (max-width: 769px) {
  #lineup .block .story .btn-list ul {
    width: auto;
    margin: 0 2.34375vw;
  }
}

@media only screen and (max-width: 769px) {
  #lineup .block .story .btn-list ul li {
    width: 39.6875vw;
  }
}

#lineup .block .story .btn-list ul li a:hover {
  opacity: 0.6;
  animation: btn 0.5s;
  -webkit-animation: btn 0.5s;
  -moz-animation: btn 0.5s;
}

#lineup .block .story .btn-list ul li.off {
  position: relative;
}

#lineup .block .story .btn-list ul li.off img {
  position: relative;
}

#lineup .block .story .btn-list ul li.off::after {
  content: "";
  background-color: #838486;
  display: block;
  width: 99.7%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 1px;
  border-radius: 50px;
  mix-blend-mode: color;
}

@media only screen and (max-width: 769px) {
  #lineup .block .story .btn-list ul li.off::after {
    width: 99.5%;
    height: 97%;
    left: 0.2%;
    border-radius: 7.8125vw;
  }
}

#lineup .block .story .store {
  position: relative;
  width: 900px;
  margin: 20px auto 0;
  padding-bottom: 6px;
  z-index: 2;
  border: 1px solid #000;
  background-color: #fde62f;
}

@media only screen and (max-width: 769px) {
  #lineup .block .story .store {
    width: auto;
    margin: 2.5vw 3.75vw 0;
  }
}

#lineup .block .story .store:hover {
  opacity: 0.6;
  animation: btn 0.5s;
  -webkit-animation: btn 0.5s;
  -moz-animation: btn 0.5s;
}

#lineup .block .story .store.off {
  background-color: #838486;
  color: #c1c2c3;
  border-color: #5c6e87;
  pointer-events: none;
}

#lineup .block .story .store.off h4 {
  cursor: default;
}

#lineup .block .story .store.off h4::before {
  background-color: #c1c2c3;
}

#lineup .block .story .store.off h4::after {
  background-color: #c1c2c3;
}

#lineup .block .story .store h4 {
  position: relative;
  width: 100%;
  padding: 25px 0 22px;
  font-size: 28px;
  font-weight: 500;
  letter-spacing: 0.12em;
  line-height: 1;
  text-align: center;
  cursor: pointer;
}

@media only screen and (max-width: 769px) {
  #lineup .block .story .store h4 {
    font-size: 24px;
    font-size: 3.75vw;
    padding: 2.96875vw 0 1.875vw;
    text-indent: 2.5em;
  }
}

#lineup .block .story .store h4::before {
  content: "";
  position: absolute;
  top: 50%;
  left: calc(50% - 4.5em);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 27px;
  height: 27px;
  background-color: #010101;
  -webkit-mask-image: url("../img/lineup/icon_cart.svg");
  mask-image: url("../img/lineup/icon_cart.svg");
}

@media only screen and (max-width: 769px) {
  #lineup .block .story .store h4::before {
    width: 3.75vw;
    height: 3.75vw;
    -webkit-mask-size: 100%;
    mask-size: 100%;
    top: 60%;
    left: calc(50% - 3.5em);
  }
}

#lineup .block .story .store h4::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 25px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 25px;
  height: 17px;
  background-color: #010101;
  -webkit-mask-image: url(../img/lineup/icon_arrow.svg);
  mask-image: url("../img/lineup/icon_arrow.svg");
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media only screen and (max-width: 769px) {
  #lineup .block .story .store h4::after {
    width: 3.59375vw;
    height: 2.34375vw;
    right: 2.8125vw;
    -webkit-mask-size: 100%;
    mask-size: 100%;
  }
}

#lineup .block .story .store h4.on::after {
  -webkit-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}

#lineup .block .story .store .storeLinks {
  display: none;
}

#lineup .block .story .store .storeLinks ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 10px;
}

#lineup .block .story .store .storeLinks ul li {
  width: 18.4%;
  margin: 0 0 10px 0;
  padding: 0 7px;
}

@media only screen and (max-width: 769px) {
  #lineup .block .story .store .storeLinks ul li {
    width: 30.8%;
    margin: 0 0 1.5625vw 0;
    padding: 0 0.9375vw;
  }
}

#lineup .block .story .store .storeLinks ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 60px;
  border: 1px solid #ccc;
  background: #fff;
}

#lineup .block .story .store .storeLinks ul li img {
  width: 98%;
}

#lineup .block .character {
  margin-top: 52px;
  position: relative;
}

@media only screen and (max-width: 769px) {
  #lineup .block .character {
    margin-top: calc(22/640*100vw);
  }
}

/*#lineup .block .character::after {
  content: "";
  margin-top: 22px;
  background-image: radial-gradient(circle farthest-side, #000, #000 30%, transparent 30%, transparent);
  background-size: 10px;
  background-repeat: repeat-x;
  display: block;
  position: relative;
  height: 3px;
}*/

@media only screen and (max-width: 769px) {
  #lineup .block .character::after {
    margin-top: 6.09375vw;
    height: 0.46875vw;
    background-size: 1.09375vw;
  }
}

#lineup .block .character .list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 -40px;
}

@media only screen and (max-width: 769px) {
  #lineup .block .character .list ul {
    margin: 0 calc(-27/640*100vw) 0 calc(-28/640*100vw);
  }

  #lineup .block .character .list ul li {
    width: 100%;
  }
}

@media only screen and (max-width: 769px) {
  #lineup .block .character .list ul li+li {
    margin-top: 3.28125vw;
  }
}

#lineup .block .comment {
  margin-top: 28px;
  padding-bottom: 20px;
  position: relative;
  text-align: center;
}

@media only screen and (max-width: 769px) {
  #lineup .block .comment {
    margin-top: calc(26/640*100vw);
    padding-bottom: calc(21/640*100vw);
  }
}

#lineup .block .comment .ttl {
  position: relative;
  z-index: 1;
  margin-left: -87px;
}

@media only screen and (max-width: 769px) {
  #lineup .block .comment .ttl {
    margin-left: calc(58/640*100vw);
    width: calc(370/640*100vw);
  }
}

#lineup .block .comment .txt {
  position: relative;
  z-index: 1;
  margin: 26px auto 0;
  text-align: center;
}

@media only screen and (max-width: 769px) {
  #lineup .block .comment .txt {
    width: 79.6875vw;
    margin: calc(18/640*100vw) auto calc(10/640*100vw);
  }
}

#lineup .block .pv {
  margin-top: 15px;
  padding-bottom: 44px;
  text-align: center;
  position: relative;
}

@media only screen and (max-width: 769px) {
  #lineup .block .pv {
    width: 100%;
    margin: 0 auto;
    padding-bottom: 7.03125vw;
  }
}


#lineup .block .pv .ttl {
  position: relative;
  z-index: 1;
}

@media only screen and (max-width: 769px) {
  #lineup .block .pv .ttl {
    width: calc(98/640*100vw);
    margin: 0 auto 0;
  }
}

#lineup .block .pv .video {
  margin: 17px auto 0;
  z-index: 1;
  position: relative;
  width: 800px;
  height: 450px;
}

@media only screen and (max-width: 769px) {
  #lineup .block .pv .video {
    width: calc(508/640*100vw);
    height: calc(286/640*100vw);
    margin: calc(19/640*100vw) auto 0;
  }
}

#lineup .block .pv .video img {
  width: 100%;
  height: auto;
}

#lineup .block .pv .video iframe {
  width: 100%;
  height: 100%;
}

#lineup .block {
  background: url("../img/lineup/book_bg.png") repeat top center / 100% auto;
  border-radius: 5px;
  position: relative;
  border: solid 3px rgb(86, 64, 64);
  border-radius: 10px;
}

#lineup .block::before {
  content: "";
  position: absolute;
  display: block;
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  border: dotted 3px rgb(86, 64, 64);
  top: 6px;
  left: 6px;
  border-radius: 5px;
}

@media only screen and (max-width: 769px) {
  #lineup .block {
    border-radius: calc(5/640*100vw);
    border: solid calc(3/640*100vw) rgb(86, 64, 64);
    border-radius: calc(10/640*100vw);
  }

  #lineup .block::before {
    width: calc(100% - (20/640*100vw));
    height: calc(100% - (20/640*100vw));
    border: dotted calc(3/640*100vw) rgb(86, 64, 64);
    top: calc(6/640*100vw);
    left: calc(6/640*100vw);
    border-radius: calc(5/640*100vw);
  }

}

#lineup .block.block1 {
  margin-top: 17px;
}

@media only screen and (max-width: 769px) {
  #lineup .block.block1 {
    margin-top: calc(9/640*100vw);
  }
}

@media only screen and (max-width: 769px) {
  #lineup .block.block1 .story .catch {
    width: 25.3125vw;
    left: 3.75vw;
  }
}

#lineup .block.block1 .character::after {
  background-image: radial-gradient(circle farthest-side, #564040, #564040 30%, transparent 30%, transparent);
}

@media only screen and (max-width: 769px) {
  #lineup .block.block1 .character::after {
    margin-top: 1px;
  }
}

#lineup .block.block1 .character .list ul li:nth-child(1) {
  margin: -54px 0 0 6px;
}

@media only screen and (max-width: 769px) {
  #lineup .block.block1 .character .list ul li:nth-child(1) {
    margin: calc(-3/640*100vw) 0 0 calc(22/640*100vw);
    width: calc(542/640*100vw);
  }

  #lineup .block.block1 .character .list ul li:nth-child(2) {
    margin: calc(-98/640*100vw) 0 0 calc(58/640*100vw);
    width: calc(539/640*100vw);
  }
}

#lineup .block.block2 {
  margin-top: 81px;
  padding-bottom: 64px;
}

@media only screen and (max-width: 769px) {
  #lineup .block.block2 {
    margin-top: calc(72/640*100vw);
    padding-bottom: calc(11/640*100vw);
  }
}

@media only screen and (max-width: 769px) {
  #lineup .block.block2 .story {
    padding-bottom: calc(20/640*100vw);
  }

  #lineup .block.block2 .story::after {
    padding-bottom: calc(43/640*100vw);
  }

  #lineup .block.block2 .story .wrap .catch {
    right: calc(-2/640*100vw);
    top: calc(71/640*100vw);
    width: calc(157/640*100vw);
  }
}

#lineup .block.block2 .character::after {
  margin-top: 16px;
}

#lineup .block.block2 .character .list ul li:nth-child(1) {
  margin: 4px 0 0 13px;
}

#lineup .block.block2 .character .list ul li:nth-child(2) {
  margin: 20px 43px 0 0;
}

@media only screen and (max-width: 769px) {
  #lineup .block.block2 .character::after {
    margin-top: calc(51/640*100vw);
  }

  #lineup .block.block2 .character .list ul li:nth-child(1) {
    width: calc(487/640*100vw);
    margin: calc(50/640*100vw) 0 0 calc(58/640*100vw);
  }

  #lineup .block.block2 .character .list ul li:nth-child(2) {
    width: calc(500/640*100vw);
    margin: calc(-10/640*100vw) 0 0 calc(46/640*100vw);
  }
}

#lineup .block.block2 .comment {
  margin-top: 60px;
}

@media only screen and (max-width: 769px) {
  #lineup .block.block2 .comment {
    margin-top: calc(26/640*100vw);
  }
}

#pagetop {
  position: sticky;
  bottom: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 2;
}

@media only screen and (max-width: 769px) {
  #pagetop {
    width: 100%;
    bottom: 25vw;
    display: block;
  }
}

#pagetop .inner {
  margin: 0;
  max-width: 1100px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

@media only screen and (max-width: 1260px) {
  #pagetop .inner {
    display: none;
  }
}

#pagetop a {
  position: absolute;
  bottom: 0;
  margin-left: 20px;
}

#pagetop a:hover {
  opacity: 0.6;
  animation: btn 0.5s;
  -webkit-animation: btn 0.5s;
  -moz-animation: btn 0.5s;
}

@media only screen and (max-width: 1260px) {
  #pagetop a {
    right: 20px;
  }
}

@media only screen and (max-width: 769px) {
  #pagetop a {
    width: 9.0625vw;
    margin-left: 0;
    right: 3.125vw;
    bottom: -10.9375vw;
  }
}

@media only screen and (max-width: 769px) {
  #pagetop a img {
    width: 100%;
  }
}

#footer {
  background-color: #fde62f;
  border-top: 1px solid #000;
  padding-bottom: 125px;
  margin-top: 73px;
  position: relative;
  z-index: 2;
}

@media only screen and (max-width: 769px) {
  #footer {
    padding-bottom: 19.53125vw;
    margin-top: 11.40625vw;
  }
}

#footer .link {
  width: 100%;
  background-color: #fff;
  margin-bottom: 20px;
}

#footer .link ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media only screen and (max-width: 769px) {
  #footer .link ul li {
    width: 100%;
  }
}

@media only screen and (max-width: 769px) {
  #footer .link ul li img {
    width: 100%;
  }
}

#footer .copy {
  font-size: 10px;
  color: #5e4e4e;
  text-align: center;
}