@charset "UTF-8";
/*=============================================================
 01_base
=============================================================*/
/*=============================================================
 tools
=============================================================*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400..900&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 {
  overflow: hidden;
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-weight: 400;
}

/*-----------------------------------------------
 font
-----------------------------------------------*/
html {
  overflow-x: hidden;
  font-size: medium;
}

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

div {
  line-height: 0;
  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;
  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;
  }
}
@-webkit-keyframes kv-equalizer {
  0%, 100% {
    transform: scaleY(1);
  }
  20% {
    transform: scaleY(0.7);
  }
  40% {
    transform: scaleY(1.05);
  }
  70% {
    transform: scaleY(0.9);
  }
  80% {
    transform: scaleY(1.1);
  }
}
@keyframes kv-equalizer {
  0%, 100% {
    transform: scaleY(1);
  }
  20% {
    transform: scaleY(0.7);
  }
  40% {
    transform: scaleY(1.05);
  }
  70% {
    transform: scaleY(0.9);
  }
  80% {
    transform: scaleY(1.1);
  }
}
@-webkit-keyframes eq1 {
  0% {
    height: 0%;
  }
  25% {
    height: 80%;
  }
  50% {
    height: 40%;
  }
  75% {
    height: 100%;
  }
  100% {
    height: 0%;
  }
}
@keyframes eq1 {
  0% {
    height: 0%;
  }
  25% {
    height: 80%;
  }
  50% {
    height: 40%;
  }
  75% {
    height: 100%;
  }
  100% {
    height: 0%;
  }
}
@-webkit-keyframes eq2 {
  0% {
    height: 90%;
  }
  25% {
    height: 30%;
  }
  50% {
    height: 70%;
  }
  75% {
    height: 20%;
  }
  100% {
    height: 90%;
  }
}
@keyframes eq2 {
  0% {
    height: 90%;
  }
  25% {
    height: 30%;
  }
  50% {
    height: 70%;
  }
  75% {
    height: 20%;
  }
  100% {
    height: 90%;
  }
}
body {
  font-family: "Noto Sans JP", sans-serif;
}

.re-image {
  width: 100%;
  height: auto;
}

.sp {
  display: none;
}
@media only screen and (max-width: 640px) {
  .sp {
    display: block;
  }
}

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

#keyvisual {
  position: relative;
  height: 802px;
  z-index: 2;
}
@media only screen and (max-width: 1100px) {
  #keyvisual {
    height: 72.9090909091vw;
  }
}
@media only screen and (max-width: 640px) {
  #keyvisual {
    height: 148.75vw;
  }
}
#keyvisual .keyvisual__deco1 {
  position: absolute;
  top: 50px;
  left: calc(50% - 340px);
  width: 1106px;
}
@media only screen and (max-width: 1100px) {
  #keyvisual .keyvisual__deco1 {
    top: 4.5454545455vw;
    left: calc(50% - 30.9090909091vw);
    width: 100.5454545455vw;
  }
}
@media only screen and (max-width: 640px) {
  #keyvisual .keyvisual__deco1 {
    width: 72.34375vw;
    top: 11.5625vw;
    left: 10.3125vw;
  }
}
#keyvisual .keyvisual__deco2 {
  position: absolute;
  top: -120px;
  left: calc(50% - 648px);
  width: 1373px;
}
@media only screen and (max-width: 1100px) {
  #keyvisual .keyvisual__deco2 {
    top: -10.9090909091vw;
    left: calc(50% - 58.9090909091vw);
    width: 124.8181818182vw;
  }
}
@media only screen and (max-width: 640px) {
  #keyvisual .keyvisual__deco2 {
    width: 159.6875vw;
    top: -14.375vw;
    left: -21.09375vw;
  }
}
#keyvisual .keyvisual__deco3 {
  position: absolute;
  top: 220px;
  left: calc(50% - 780px);
  width: 295px;
}
@media only screen and (max-width: 1100px) {
  #keyvisual .keyvisual__deco3 {
    top: 20vw;
    left: calc(50% - 70.9090909091vw);
    width: 26.8181818182vw;
  }
}
@media only screen and (max-width: 640px) {
  #keyvisual .keyvisual__deco3 {
    top: 14.0625vw;
    left: calc(50% - 8.125vw);
    width: 25.625vw;
  }
}
#keyvisual .keyvisual__deco3 img {
  -webkit-animation: kv-equalizer 3s forwards infinite;
          animation: kv-equalizer 3s forwards infinite;
}
#keyvisual .keyvisual__deco4 {
  position: absolute;
  top: 550px;
  right: calc(50% - 700px);
  width: 295px;
}
@media only screen and (max-width: 1100px) {
  #keyvisual .keyvisual__deco4 {
    top: 50vw;
    right: calc(50% - 63.6363636364vw);
    width: 26.8181818182vw;
  }
}
@media only screen and (max-width: 640px) {
  #keyvisual .keyvisual__deco4 {
    top: 160vw;
    right: calc(50% - 62.8125vw);
    width: 41.71875vw;
  }
}
#keyvisual .keyvisual__deco4 img {
  -webkit-animation: kv-equalizer 2.5s 0.6s forwards infinite;
          animation: kv-equalizer 2.5s 0.6s forwards infinite;
}
#keyvisual .keyvisual__illust {
  position: absolute;
  top: -50px;
  left: calc(50% - 580px);
  width: 1026px;
}
@media only screen and (max-width: 1100px) {
  #keyvisual .keyvisual__illust {
    top: -4.5454545455vw;
    left: calc(50% - 52.7272727273vw);
    width: 93.2727272727vw;
  }
}
@media only screen and (max-width: 640px) {
  #keyvisual .keyvisual__illust {
    top: -3.125vw;
    left: -15.625vw;
    width: 135.46875vw;
  }
}
#keyvisual .keyvisual__emblem {
  position: absolute;
  top: 0;
  left: calc(50% - 600px);
  width: 151px;
}
@media only screen and (max-width: 1100px) {
  #keyvisual .keyvisual__emblem {
    left: calc(50% - 54.5454545455vw);
    width: 13.7272727273vw;
  }
}
@media only screen and (max-width: 640px) {
  #keyvisual .keyvisual__emblem {
    left: 3.125vw;
    width: 17.34375vw;
  }
}
#keyvisual .keyvisual__medal {
  position: absolute;
  top: 164px;
  left: calc(50% - 585px);
  width: 121px;
}
@media only screen and (max-width: 1100px) {
  #keyvisual .keyvisual__medal {
    top: 14.9090909091vw;
    left: calc(50% - 53.1818181818vw);
    width: 11vw;
  }
}
@media only screen and (max-width: 640px) {
  #keyvisual .keyvisual__medal {
    top: 0.46875vw;
    left: 21.25vw;
    width: 15.625vw;
  }
}
#keyvisual .keyvisual__catch {
  position: absolute;
  top: -68px;
  right: calc(50% - 650px);
  width: 391px;
}
@media only screen and (max-width: 1100px) {
  #keyvisual .keyvisual__catch {
    top: -6.1818181818vw;
    right: calc(50% - 59.0909090909vw);
    width: 35.5454545455vw;
  }
}
@media only screen and (max-width: 640px) {
  #keyvisual .keyvisual__catch {
    top: 67.96875vw;
    left: -5.15625vw;
    width: 47.34375vw;
  }
}
#keyvisual .keyvisual__author {
  position: absolute;
  top: 358px;
  right: calc(50% - 540px);
  width: 140px;
}
@media only screen and (max-width: 1100px) {
  #keyvisual .keyvisual__author {
    top: 32.5454545455vw;
    right: calc(50% - 49.0909090909vw);
    width: 12.7272727273vw;
  }
}
@media only screen and (max-width: 640px) {
  #keyvisual .keyvisual__author {
    top: 105.9375vw;
    right: 5vw;
    width: 20vw;
  }
}
#keyvisual .keyvisual__title {
  position: absolute;
  top: 0px;
  right: calc(50% - 245px);
  width: 133px;
}
@media only screen and (max-width: 1100px) {
  #keyvisual .keyvisual__title {
    right: calc(50% - 22.2727272727vw);
    width: 12.0909090909vw;
  }
}
@media only screen and (max-width: 640px) {
  #keyvisual .keyvisual__title {
    top: 0vw;
    right: calc(50% - 46.875vw);
    width: 23.125vw;
  }
}
#keyvisual .keyvisual__ribbon {
  position: absolute;
  bottom: 170px;
  left: 50%;
  transform: translateX(-50%);
  width: 448px;
  height: 48px;
}
@media only screen and (max-width: 1100px) {
  #keyvisual .keyvisual__ribbon {
    bottom: 15.4545454545vw;
    width: 40.7272727273vw;
    height: 4.3636363636vw;
  }
}
@media only screen and (max-width: 640px) {
  #keyvisual .keyvisual__ribbon {
    bottom: 24.375vw;
    width: 65vw;
    height: 6.875vw;
  }
}
#keyvisual .keyvisual__ribbon span {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
#keyvisual .keyvisual__ribbon span img {
  width: auto;
  height: 100%;
}
#keyvisual .keyvisual__release {
  position: absolute;
  bottom: 104px;
  left: 50%;
  transform: translateX(-50%);
  width: 636px;
}
@media only screen and (max-width: 1100px) {
  #keyvisual .keyvisual__release {
    bottom: 9.4545454545vw;
    width: 57.8181818182vw;
  }
}
@media only screen and (max-width: 640px) {
  #keyvisual .keyvisual__release {
    bottom: 15.3125vw;
    width: 94.6875vw;
  }
}
#keyvisual .keyvisual__btns {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  display: grid;
  grid-template-columns: repeat(2, 293px);
  align-items: center;
  gap: 0 20px;
}
@media only screen and (max-width: 1100px) {
  #keyvisual .keyvisual__btns {
    bottom: 1.8181818182vw;
    grid-template-columns: repeat(2, 26.6363636364vw);
    gap: 0 1.8181818182vw;
  }
}
@media only screen and (max-width: 640px) {
  #keyvisual .keyvisual__btns {
    bottom: 4.0625vw;
    grid-template-columns: repeat(2, 37.34375vw);
    gap: 0 3.75vw;
  }
}
#keyvisual .keyvisual__deco1 {
  opacity: 0;
  transition: all 0.3s 1.8s ease;
}
#keyvisual .keyvisual__illust {
  opacity: 0;
  transform: scale(1.2) rotate(-15deg);
  filter: brightness(2);
  transition: all 1.4s 0.6s ease;
}
#keyvisual .keyvisual__illust img {
  filter: blur(10px);
  transition: all 1.4s 0.7s ease;
}
#keyvisual .keyvisual__emblem {
  opacity: 0;
  transition: all 0.6s 1.6s ease;
}
#keyvisual .keyvisual__medal {
  opacity: 0;
  transform: rotateY(-360deg) scale(1.1);
  transition: all 1s 1.6s ease;
}
#keyvisual .keyvisual__title {
  opacity: 0;
  filter: brightness(5);
  transform: scale(1.1);
  transition: all 1s 1s ease;
}
#keyvisual .keyvisual__catch {
  opacity: 0;
  filter: blur(10px);
  transition: all 1s ease;
}
#keyvisual .keyvisual__author {
  opacity: 0;
  transition: all 0.8s 1.4s ease;
}
#keyvisual .keyvisual__release, #keyvisual .keyvisual__btns {
  opacity: 0;
  transition: all 0.6s 2s ease;
}
#keyvisual .keyvisual__ribbon span {
  width: 0%;
  transition: all 0.5s 1.6s ease;
}
#keyvisual.move-on .keyvisual__deco1 {
  opacity: 1;
}
#keyvisual.move-on .keyvisual__illust {
  opacity: 1;
  filter: brightness(1);
  transform: scale(1) rotate(0deg);
}
#keyvisual.move-on .keyvisual__illust img {
  filter: blur(0px);
}
#keyvisual.move-on .keyvisual__emblem {
  opacity: 1;
}
#keyvisual.move-on .keyvisual__medal {
  opacity: 1;
  transform: rotateY(0deg) scale(1);
}
#keyvisual.move-on .keyvisual__title {
  opacity: 1;
  transform: scale(1);
  filter: brightness(1);
}
#keyvisual.move-on .keyvisual__catch {
  opacity: 1;
  filter: blur(0px);
}
#keyvisual.move-on .keyvisual__author {
  opacity: 1;
}
#keyvisual.move-on .keyvisual__ribbon span {
  width: 100%;
}
#keyvisual.move-on .keyvisual__release, #keyvisual.move-on .keyvisual__btns {
  opacity: 1;
}

.sec__ttlBox__equalizer {
  position: absolute;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  width: 130px;
  height: 50px;
}
@media only screen and (max-width: 1100px) {
  .sec__ttlBox__equalizer {
    width: 11.8181818182vw;
    height: 4.5454545455vw;
  }
}
@media only screen and (max-width: 640px) {
  .sec__ttlBox__equalizer {
    width: 20.3125vw;
    height: 7.8125vw;
  }
}
.sec__ttlBox__equalizer span {
  display: block;
  width: 8px;
  background-color: gray;
  mask-image: repeating-linear-gradient(to bottom, #000 0, #000 2px, transparent 2px, transparent 5px);
  -webkit-mask-image: repeating-linear-gradient(to bottom, #000 0, #000 2px, transparent 2px, transparent 5px);
}
@media only screen and (max-width: 1100px) {
  .sec__ttlBox__equalizer span {
    width: 0.7272727273vw;
    mask-image: repeating-linear-gradient(to bottom, #000 0, #000 0.1818181818vw, transparent 0.1818181818vw, transparent 0.4545454545vw);
    -webkit-mask-image: repeating-linear-gradient(to bottom, #000 0, #000 0.1818181818vw, transparent 0.1818181818vw, transparent 0.4545454545vw);
  }
}
@media only screen and (max-width: 640px) {
  .sec__ttlBox__equalizer span {
    width: 1.25vw;
    mask-image: repeating-linear-gradient(to bottom, #000 0, #000 0.3125vw, transparent 0.3125vw, transparent 0.78125vw);
    -webkit-mask-image: repeating-linear-gradient(to bottom, #000 0, #000 0.3125vw, transparent 0.3125vw, transparent 0.78125vw);
  }
}
.sec__ttlBox__equalizer span:nth-child(1) {
  -webkit-animation: eq1 2s infinite linear;
          animation: eq1 2s infinite linear;
}
.sec__ttlBox__equalizer span:nth-child(2) {
  -webkit-animation: eq2 2s 0.2s infinite linear;
          animation: eq2 2s 0.2s infinite linear;
}
.sec__ttlBox__equalizer span:nth-child(3) {
  -webkit-animation: eq1 2s 0.5s infinite linear;
          animation: eq1 2s 0.5s infinite linear;
}
.sec__ttlBox__equalizer span:nth-child(4) {
  -webkit-animation: eq2 2s infinite linear;
          animation: eq2 2s infinite linear;
}
.sec__ttlBox__equalizer span:nth-child(5) {
  -webkit-animation: eq1 2s 0.3s infinite linear;
          animation: eq1 2s 0.3s infinite linear;
}
.sec__ttlBox__equalizer span:nth-child(6) {
  -webkit-animation: eq2 2s 0.7s infinite linear;
          animation: eq2 2s 0.7s infinite linear;
}
.sec__ttlBox__equalizer span:nth-child(7) {
  -webkit-animation: eq1 2s 0.1s infinite linear;
          animation: eq1 2s 0.1s infinite linear;
}
.sec__ttlBox__equalizer span:nth-child(8) {
  -webkit-animation: eq2 2s 0.2s infinite linear;
          animation: eq2 2s 0.2s infinite linear;
}
.sec__ttlBox__equalizer span:nth-child(9) {
  -webkit-animation: eq1 2s infinite linear;
          animation: eq1 2s infinite linear;
}
.sec__ttlBox__equalizer span:nth-child(10) {
  -webkit-animation: eq2 2s 0.4s infinite linear;
          animation: eq2 2s 0.4s infinite linear;
}
.sec__ttlBox__title {
  position: relative;
}

#story {
  padding: 55px 0 88px;
}
@media only screen and (max-width: 1100px) {
  #story {
    padding: 5vw 0 8vw;
  }
}
@media only screen and (max-width: 640px) {
  #story {
    padding: 25.3125vw 0 15.625vw;
  }
}
#story .sec__ttlBox {
  position: relative;
  width: 292px;
  left: 60px;
  margin: 0 auto;
}
@media only screen and (max-width: 1100px) {
  #story .sec__ttlBox {
    width: 26.5454545455vw;
    left: 5.4545454545vw;
  }
}
@media only screen and (max-width: 640px) {
  #story .sec__ttlBox {
    left: 0vw;
    width: 45.46875vw;
  }
}
#story .sec__ttlBox__equalizer {
  top: 65px;
  left: calc(100% - 20px);
}
@media only screen and (max-width: 1100px) {
  #story .sec__ttlBox__equalizer {
    top: 5.9090909091vw;
    left: calc(100% - 1.8181818182vw);
  }
}
@media only screen and (max-width: 640px) {
  #story .sec__ttlBox__equalizer {
    top: 10.15625vw;
    left: calc(100% - 3.125vw);
  }
}
#story .sec__ttlBox__equalizer span {
  background-color: #84bbff;
}
#story .story__wrap {
  position: relative;
  z-index: 2;
}
#story .story__deco {
  position: absolute;
  top: 48px;
  left: calc(50% - 835px);
  width: 1567px;
}
@media only screen and (max-width: 1100px) {
  #story .story__deco {
    top: 4.3636363636vw;
    left: calc(50% - 75.9090909091vw);
    width: 142.4545454545vw;
  }
}
@media only screen and (max-width: 640px) {
  #story .story__deco {
    top: -30vw;
    left: 60%;
    transform: translateX(-50%);
    width: 214.84375vw;
  }
}
#story .story__text {
  width: 938px;
  margin: 0 auto;
}
@media only screen and (max-width: 1100px) {
  #story .story__text {
    width: 85.2727272727vw;
  }
}
@media only screen and (max-width: 640px) {
  #story .story__text {
    width: 100%;
  }
}
#story .sec__ttlBox {
  opacity: 0;
  filter: blur(10px);
  transform: translateX(-60px) translateY(50px);
  transition: all 0.8s ease;
}
@media only screen and (max-width: 640px) {
  #story .sec__ttlBox {
    transform: translateX(-9.375vw) translateY(7.8125vw);
  }
}
#story .story__deco {
  opacity: 0;
  transform: scale(0.8) rotate(-10deg);
  transition: all 0.8s ease;
}
@media only screen and (max-width: 640px) {
  #story .story__deco {
    transform: translateX(-50%) scale(0.8) rotate(-10deg);
  }
}
#story .story__deco img {
  transform: scale(0.7);
  transition: all 0.6s 0.5s ease;
}
#story .story__text {
  opacity: 0;
  transition: all 0.3s 0.5s ease;
}
#story .story__text img {
  filter: brightness(3);
  transition: all 0.3s 0.8s ease;
}
#story.move-on .sec__ttlBox {
  opacity: 1;
  filter: blur(0px);
  transform: translate(0px, 0px);
}
#story.move-on .story__deco {
  opacity: 1;
  transform: scale(1) rotate(0deg);
}
@media only screen and (max-width: 640px) {
  #story.move-on .story__deco {
    transform: translateX(-50%) scale(1) rotate(0deg);
  }
}
#story.move-on .story__deco img {
  transform: scale(1) rotate(0deg);
}
#story.move-on .story__text {
  opacity: 1;
}
#story.move-on .story__text img {
  filter: brightness(1);
}

#character {
  position: relative;
  padding: 55px 0 88px;
}
@media only screen and (max-width: 1100px) {
  #character {
    padding: 5vw 0 8vw;
  }
}
@media only screen and (max-width: 640px) {
  #character {
    padding: 15.625vw 0 48.75vw;
  }
}
#character .sec__ttlBox {
  position: relative;
  width: 522px;
  margin: 0 auto 113px;
}
@media only screen and (max-width: 1100px) {
  #character .sec__ttlBox {
    width: 47.4545454545vw;
    margin: 0 auto 10.2727272727vw;
  }
}
@media only screen and (max-width: 640px) {
  #character .sec__ttlBox {
    width: 81.5625vw;
    margin-bottom: 10.9375vw;
  }
}
#character .sec__ttlBox__equalizer {
  bottom: calc(100% - 12px);
  left: 50%;
  transform: translateX(-50%);
}
@media only screen and (max-width: 1100px) {
  #character .sec__ttlBox__equalizer {
    bottom: calc(100% - 1.0909090909vw);
  }
}
@media only screen and (max-width: 640px) {
  #character .sec__ttlBox__equalizer {
    bottom: calc(100% - 1.875vw);
  }
}
#character .sec__ttlBox__equalizer span {
  background-color: #5a9cbe;
}
#character .character__wrap {
  position: relative;
  z-index: 2;
}
#character .character__deco1 {
  position: absolute;
  top: 131px;
  left: calc(50% - 555px);
  width: 226px;
}
@media only screen and (max-width: 1100px) {
  #character .character__deco1 {
    top: 11.9090909091vw;
    left: calc(50% - 50.4545454545vw);
    width: 20.5454545455vw;
  }
}
@media only screen and (max-width: 640px) {
  #character .character__deco1 {
    top: -23.4375vw;
    left: 4.375vw;
    width: 35.3125vw;
  }
}
#character .character__deco2 {
  position: absolute;
  top: -16px;
  right: calc(50% - 705px);
  width: 512px;
}
@media only screen and (max-width: 1100px) {
  #character .character__deco2 {
    top: -1.4545454545vw;
    right: calc(50% - 64.0909090909vw);
    width: 46.5454545455vw;
  }
}
@media only screen and (max-width: 640px) {
  #character .character__deco2 {
    top: -42.1875vw;
    right: -6.875vw;
    width: 54.375vw;
  }
}
#character .character__bg {
  position: absolute;
  top: -270px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  pointer-events: none;
  min-width: 1400px;
}
@media only screen and (max-width: 1100px) {
  #character .character__bg {
    top: -24.5454545455vw;
  }
}
@media only screen and (max-width: 640px) {
  #character .character__bg {
    width: 100%;
    min-width: 100%;
    top: -82.5vw;
  }
}
#character .character__shapes {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
#character .character__shapes .type1 {
  width: 38px;
}
@media only screen and (max-width: 1100px) {
  #character .character__shapes .type1 {
    width: 3.4545454545vw;
  }
}
@media only screen and (max-width: 640px) {
  #character .character__shapes .type1 {
    width: 7.34375vw;
  }
}
#character .character__shapes .type2 {
  width: 53px;
}
@media only screen and (max-width: 1100px) {
  #character .character__shapes .type2 {
    width: 4.8181818182vw;
  }
}
@media only screen and (max-width: 640px) {
  #character .character__shapes .type2 {
    width: 9.84375vw;
  }
}
#character .character__shape1 {
  position: absolute;
  top: -63px;
  left: calc(50% - 252px);
}
@media only screen and (max-width: 1100px) {
  #character .character__shape1 {
    top: -5.7272727273vw;
    left: calc(50% - 22.9090909091vw);
  }
}
@media only screen and (max-width: 640px) {
  #character .character__shape1 {
    top: -6.71875vw;
    left: 21.09375vw;
  }
}
#character .character__shape2 {
  position: absolute;
  top: 260px;
  left: calc(50% - 511px);
}
@media only screen and (max-width: 1100px) {
  #character .character__shape2 {
    top: 23.6363636364vw;
    left: calc(50% - 46.4545454545vw);
  }
}
@media only screen and (max-width: 640px) {
  #character .character__shape2 {
    display: none;
  }
}
#character .character__shape3 {
  position: absolute;
  top: 235px;
  left: calc(50% - 458px);
}
@media only screen and (max-width: 1100px) {
  #character .character__shape3 {
    top: 21.3636363636vw;
    left: calc(50% - 41.6363636364vw);
  }
}
@media only screen and (max-width: 640px) {
  #character .character__shape3 {
    top: 46.875vw;
    left: 5.625vw;
  }
}
#character .character__shape4 {
  position: absolute;
  top: 130px;
  right: calc(50% - 550px);
}
@media only screen and (max-width: 1100px) {
  #character .character__shape4 {
    top: 11.8181818182vw;
    right: calc(50% - 50vw);
  }
}
@media only screen and (max-width: 640px) {
  #character .character__shape4 {
    top: 129.375vw;
    right: 14.84375vw;
  }
}
#character .character__shape5 {
  position: absolute;
  top: 370px;
  right: calc(50% - 511px);
}
@media only screen and (max-width: 1100px) {
  #character .character__shape5 {
    top: 33.6363636364vw;
    right: calc(50% - 46.4545454545vw);
  }
}
@media only screen and (max-width: 640px) {
  #character .character__shape5 {
    top: 197.65625vw;
    right: -4.84375vw;
  }
}
#character .character__shape6 {
  position: absolute;
  top: 348px;
  right: calc(50% - 458px);
}
@media only screen and (max-width: 1100px) {
  #character .character__shape6 {
    top: 31.6363636364vw;
    right: calc(50% - 41.6363636364vw);
  }
}
@media only screen and (max-width: 640px) {
  #character .character__shape6 {
    top: 192.65625vw;
    right: 5vw;
  }
}
#character .character__list {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, 470px);
  justify-content: center;
  align-items: center;
  gap: 0 30px;
}
@media only screen and (max-width: 1100px) {
  #character .character__list {
    grid-template-columns: repeat(2, 42.7272727273vw);
    gap: 0 2.7272727273vw;
  }
}
@media only screen and (max-width: 640px) {
  #character .character__list {
    display: block;
    width: 89.0625vw;
    margin: 0 auto;
  }
}
#character .character__list__item {
  position: relative;
}
#character .character__list__item__illust {
  position: absolute;
  bottom: -38px;
}
@media only screen and (max-width: 1100px) {
  #character .character__list__item__illust {
    bottom: -3.4545454545vw;
  }
}
@media only screen and (max-width: 640px) {
  #character .character__list__item.item1 {
    margin-bottom: 7.8125vw;
  }
}
#character .character__list__item.item1 .character__list__item__illust {
  width: 181px;
  right: -14px;
}
@media only screen and (max-width: 1100px) {
  #character .character__list__item.item1 .character__list__item__illust {
    width: 16.4545454545vw;
    right: -1.2727272727vw;
  }
}
@media only screen and (max-width: 640px) {
  #character .character__list__item.item1 .character__list__item__illust {
    width: 32.1875vw;
    right: 5.46875vw;
    bottom: 0;
  }
}
#character .character__list__item.item1 .character__list__item__txt {
  position: absolute;
  bottom: 130px;
  left: 30px;
  width: 272px;
}
@media only screen and (max-width: 1100px) {
  #character .character__list__item.item1 .character__list__item__txt {
    bottom: 11.8181818182vw;
    left: 2.7272727273vw;
    width: 24.7272727273vw;
  }
}
@media only screen and (max-width: 640px) {
  #character .character__list__item.item1 .character__list__item__txt {
    bottom: 24.375vw;
    left: 5.3125vw;
    width: 52.34375vw;
  }
}
#character .character__list__item.item2 .character__list__item__illust {
  width: 269px;
  left: -88px;
}
@media only screen and (max-width: 1100px) {
  #character .character__list__item.item2 .character__list__item__illust {
    width: 24.4545454545vw;
    left: -8vw;
  }
}
@media only screen and (max-width: 640px) {
  #character .character__list__item.item2 .character__list__item__illust {
    width: 45.46875vw;
    left: -1.5625vw;
    bottom: 25.15625vw;
  }
}
#character .character__list__item.item2 .character__list__item__txt {
  position: absolute;
  top: 65px;
  right: 30px;
  width: 262px;
}
@media only screen and (max-width: 1100px) {
  #character .character__list__item.item2 .character__list__item__txt {
    top: 5.9090909091vw;
    right: 2.7272727273vw;
    width: 23.8181818182vw;
  }
}
@media only screen and (max-width: 640px) {
  #character .character__list__item.item2 .character__list__item__txt {
    width: 49.53125vw;
    right: 5vw;
    top: 16.71875vw;
  }
}
#character .character__list__item.item2 .character__list__item__display {
  position: absolute;
  bottom: -155px;
  right: 30px;
  width: 334px;
}
@media only screen and (max-width: 1100px) {
  #character .character__list__item.item2 .character__list__item__display {
    bottom: -14.0909090909vw;
    right: 2.7272727273vw;
    width: 30.3636363636vw;
  }
}
@media only screen and (max-width: 640px) {
  #character .character__list__item.item2 .character__list__item__display {
    width: 62.96875vw;
    right: 2.5vw;
    bottom: -42.96875vw;
  }
}
#character .sec__ttlBox {
  opacity: 0;
  filter: blur(10px);
  transform: translateY(50px);
  transition: all 0.8s ease;
}
#character .character__list__item {
  opacity: 0;
}
#character .character__list__item__illust {
  opacity: 0;
  transition: all 0.6s 0.8s ease;
}
#character .character__list__item__txt {
  opacity: 0;
  transition: all 0.4s 1s ease;
}
#character .character__list__item__display {
  opacity: 0;
  transform: rotateY(360deg);
  transition: all 0.6s 1.3s ease;
}
#character .character__list__item__display img {
  filter: brightness(3);
  transition: all 0.6s 1.6s ease;
}
#character .character__list__item.item1 {
  transform: translateX(200px);
  transition: all 0.6s 0.3s ease;
}
#character .character__list__item.item1 .character__list__item__illust {
  transform: translateY(-30px);
}
#character .character__list__item.item2 {
  transform: translateX(-200px);
  transition: all 0.6s 0.3s ease;
}
#character .character__list__item.item2 .character__list__item__illust {
  transform: translateY(30px);
}
#character.move-on .sec__ttlBox {
  opacity: 1;
  filter: blur(0px);
  transform: translate(0px, 0px);
}
#character.move-on .character__list__item {
  opacity: 1;
  transform: translate(0);
}
#character.move-on .character__list__item__txt {
  opacity: 1;
  transform: translate(0);
}
#character.move-on .character__list__item__display {
  opacity: 1;
  transform: rotateY(0);
}
#character.move-on .character__list__item__display img {
  filter: brightness(1);
}
#character.move-on .character__list__item.item1 .character__list__item__illust, #character.move-on .character__list__item.item2 .character__list__item__illust {
  opacity: 1;
  transform: translateY(0);
}

#information {
  padding: 88px 0 100px;
}
@media only screen and (max-width: 1100px) {
  #information {
    padding: 8vw 0 9.0909090909vw;
  }
}
#information .sec__ttlBox {
  position: relative;
  width: 684px;
  margin: 0 auto 26px;
}
@media only screen and (max-width: 1100px) {
  #information .sec__ttlBox {
    width: 62.1818181818vw;
    margin: 0 auto 2.3636363636vw;
  }
}
@media only screen and (max-width: 640px) {
  #information .sec__ttlBox {
    width: 96.71875vw;
    margin: 0 auto 5.46875vw;
  }
}
#information .sec__ttlBox__equalizer {
  bottom: calc(100% - 28px);
  left: 50%;
  transform: translateX(-50%);
}
@media only screen and (max-width: 1100px) {
  #information .sec__ttlBox__equalizer {
    bottom: calc(100% - 2.5454545455vw);
  }
}
@media only screen and (max-width: 640px) {
  #information .sec__ttlBox__equalizer {
    bottom: calc(100% - 4.375vw);
  }
}
#information .sec__ttlBox__equalizer span {
  background-color: #23b0c8;
}
#information .information__list {
  position: relative;
  width: 1200px;
  margin: 0 auto;
  padding: 20px;
  background-color: #e9e9e9;
}
@media only screen and (max-width: 1200px) {
  #information .information__list {
    left: 50%;
    transform: translateX(-50%);
  }
}
@media only screen and (max-width: 1100px) {
  #information .information__list {
    width: 109.0909090909vw;
    padding: 1.8181818182vw;
  }
}
@media only screen and (max-width: 640px) {
  #information .information__list {
    width: 100%;
    padding: 3.75vw 3.125vw;
  }
}
#information .information__list::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% + 40px);
  height: calc(100% + 40px);
  border: 1px solid #e9e9e9;
}
@media only screen and (max-width: 1100px) {
  #information .information__list::before {
    width: calc(100% + 3.6363636364vw);
    height: calc(100% + 3.6363636364vw);
  }
}
@media only screen and (max-width: 640px) {
  #information .information__list::before {
    width: calc(100% + 6.25vw);
    height: calc(100% + 6.25vw);
  }
}
#information .information__list__wrap {
  padding: 40px 118px;
  background-color: #fff;
  border-radius: 100px 0 100px 0px;
}
@media only screen and (max-width: 1100px) {
  #information .information__list__wrap {
    padding: 3.6363636364vw 10.7272727273vw;
    border-radius: 9.0909090909vw 0 9.0909090909vw 0px;
  }
}
@media only screen and (max-width: 640px) {
  #information .information__list__wrap {
    padding: 7.03125vw;
    border-radius: 15.625vw 0 15.625vw 0;
  }
}
#information .information__book__wrap {
  display: grid;
  grid-template-columns: 328px 1fr;
  gap: 0 20px;
}
@media only screen and (max-width: 1100px) {
  #information .information__book__wrap {
    grid-template-columns: 29.8181818182vw 1fr;
    gap: 0 1.8181818182vw;
  }
}
@media only screen and (max-width: 640px) {
  #information .information__book__wrap {
    grid-template-columns: 20.9375vw 1fr;
    gap: 0 2.8125vw;
  }
}
#information .information__book__cover img {
  border: 1px solid #000;
}
#information .information__book__title {
  font-size: 22px;
  line-height: 1.3;
  margin-bottom: 15px;
}
@media only screen and (max-width: 1100px) {
  #information .information__book__title {
    font-size: 2vw;
    margin-bottom: 1.3636363636vw;
  }
}
@media only screen and (max-width: 640px) {
  #information .information__book__title {
    font-size: 2.8125vw;
    margin-bottom: 1.875vw;
  }
}
#information .information__book__author {
  font-size: 14px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 1100px) {
  #information .information__book__author {
    font-size: 1.2727272727vw;
    margin-bottom: 1.8181818182vw;
  }
}
@media only screen and (max-width: 640px) {
  #information .information__book__author {
    font-size: 1.875vw;
    margin-bottom: 1.5625vw;
  }
}
#information .information__book__catch {
  font-size: 16px;
  color: #e60000;
  font-weight: bold;
  margin-bottom: 20px;
}
@media only screen and (max-width: 1100px) {
  #information .information__book__catch {
    font-size: 1.4545454545vw;
    margin-bottom: 1.8181818182vw;
  }
}
@media only screen and (max-width: 640px) {
  #information .information__book__catch {
    font-size: 2.5vw;
    margin-bottom: 0.9375vw;
  }
}
#information .information__book__summary {
  font-size: 14px;
  margin-bottom: 15px;
}
@media only screen and (max-width: 1100px) {
  #information .information__book__summary {
    font-size: 1.4545454545vw;
    margin-bottom: 1.3636363636vw;
  }
}
@media only screen and (max-width: 640px) {
  #information .information__book__summary {
    font-size: 2.1875vw;
    margin-bottom: 0.9375vw;
  }
}
#information .information__book__info {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
#information .information__book__info p {
  font-size: 14px;
  padding: 8px 0;
  border-bottom: 1px dashed #979797;
}
@media only screen and (max-width: 1100px) {
  #information .information__book__info p {
    font-size: 1.2727272727vw;
    padding: 0.7272727273vw 0;
  }
}
@media only screen and (max-width: 640px) {
  #information .information__book__info p {
    font-size: 1.875vw;
    padding: 1.25vw 0;
  }
}
#information .information__book__info p span {
  font-weight: bold;
  margin-right: 2em;
}
#information .information__book__isbn {
  grid-area: 1/1/2/3;
}
#information .information__book__link {
  position: relative;
  padding: 16px 25px 20px;
  background: #e9e9e9;
  z-index: 0;
  margin-top: 20px;
}
@media only screen and (max-width: 1100px) {
  #information .information__book__link {
    padding: 1.4545454545vw 2.2727272727vw 1.8181818182vw;
    margin-top: 1.8181818182vw;
  }
}
@media only screen and (max-width: 640px) {
  #information .information__book__link {
    padding: 2.5vw 3.90625vw 3.125vw;
    margin-top: 3.125vw;
  }
}
#information .information__book__link::before {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 431px;
  height: 76px;
  content: "";
  background: url(https://dengekibunko.jp/themes/dengekibunko/images/components/typography/bg-triangle.svg);
  background-repeat: no-repeat;
  background-size: 100%;
}
@media only screen and (max-width: 1100px) {
  #information .information__book__link::before {
    width: 39.1818181818vw;
    height: 6.9090909091vw;
  }
}
@media only screen and (max-width: 640px) {
  #information .information__book__link::before {
    width: 67.34375vw;
    height: 11.875vw;
  }
}
#information .information__book__link__txt {
  font-size: 18px;
  margin-bottom: 10px;
}
@media only screen and (max-width: 1100px) {
  #information .information__book__link__txt {
    font-size: 1.6363636364vw;
    margin-bottom: 0.9090909091vw;
  }
}
@media only screen and (max-width: 640px) {
  #information .information__book__link__txt {
    font-size: 2.1875vw;
    margin-bottom: 1.5625vw;
  }
}
#information .information__book__store {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
}
@media only screen and (max-width: 1100px) {
  #information .information__book__store {
    gap: 0.9090909091vw;
  }
}
@media only screen and (max-width: 640px) {
  #information .information__book__store {
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5625vw;
  }
}
#information .information__book__store li {
  height: 60px;
  border-radius: 5px;
  border: 1px solid #979797;
  overflow: hidden;
  box-sizing: border-box;
}
@media only screen and (max-width: 1100px) {
  #information .information__book__store li {
    height: 5.4545454545vw;
    border-radius: 0.4545454545vw;
  }
}
@media only screen and (max-width: 640px) {
  #information .information__book__store li {
    height: 7.8125vw;
    border-radius: 0.78125vw;
    padding: 0.78125vw 0;
  }
}
#information .information__book__store li a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  background-color: #fff;
  transition: all 0.4s ease;
}
#information .information__book__store li a:hover {
  opacity: 0.7;
}
@media only screen and (max-width: 640px) {
  #information .information__book__store li a:hover {
    opacity: 1;
  }
}
#information .information__book__store li img {
  width: 100px;
}
@media only screen and (max-width: 1100px) {
  #information .information__book__store li img {
    width: 9.0909090909vw;
  }
}
@media only screen and (max-width: 640px) {
  #information .information__book__store li img {
    width: 10.9375vw;
  }
}
#information .sec__ttlBox {
  opacity: 0;
  filter: blur(10px);
  transform: translateY(50px);
  transition: all 0.8s ease;
}
#information .information__list {
  opacity: 0;
  transform: scaleX(0.8);
  transition: all 0.4s 0.5s ease;
}
@media only screen and (max-width: 1200px) {
  #information .information__list {
    transform: translateX(-50%) scaleX(0.8);
  }
}
#information .information__list::before {
  opacity: 0;
  transform: translate(-50%, -50%) scale(0.5);
  transition: all 0.4s 0.7s ease;
}
#information .information__book {
  opacity: 0;
  filter: blur(10px);
  transition: all 0.5s 0.9s ease;
}
#information.move-on .sec__ttlBox {
  opacity: 1;
  filter: blur(0px);
  transform: translate(0px, 0px);
}
#information.move-on .information__list {
  opacity: 1;
  transform: scaleX(1);
}
@media only screen and (max-width: 1200px) {
  #information.move-on .information__list {
    transform: translateX(-50%) scaleX(1);
  }
}
#information.move-on .information__list::before {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}
#information.move-on .information__book {
  opacity: 1;
  filter: blur(0px);
}

#other {
  padding: 28px 0 62px;
  background-color: #e9e9e9;
}

#other::after {
  display: none !important;
}

#other h2 {
  margin-bottom: 20px;
  text-align: center;
}

#other h2 img {
  width: auto;
}

#other ul {
  display: flex;
  flex-wrap: wrap;
  width: 1068px;
  margin: 0 auto;
}

#other ul li {
  margin: 0 5px 8px;
}

@media screen and (max-width: 641px) {
  #other {
    padding: 5.3125vw 0 6.5625vw;
  }
  #other h2 {
    width: 89.6875vw;
    margin: 0 auto 4.375vw;
  }
  #other h2 img {
    width: 100%;
  }
  #other ul {
    display: block;
    width: 81.875vw;
  }
  #other li {
    width: 81.875vw;
    margin: 0 0 2.5vw;
  }
  #other li img {
    width: 100%;
    height: auto;
  }
}
.g-footer {
  position: relative;
  text-align: center;
  color: #fff;
  background: #211f20;
  z-index: 2;
}
.g-footer a {
  margin: 0;
  padding: 0;
  line-height: 1em;
  border: 0;
  vertical-align: baseline;
  box-sizing: border-box;
  word-wrap: break-word;
}
.g-footer.special {
  padding-bottom: 60px;
}
.g-footer .g-footer__inner {
  padding: 20px 0 15px;
}
.g-footer .g-footer__notice {
  font-size: 10px;
  line-height: 1.8;
  max-width: 300px;
  margin: 0 auto 10px;
}
.g-footer .g-footer__corporate {
  max-width: 290px;
  margin: 0 auto 10px;
}
.g-footer .g-footer__search-btn.c-search__btn {
  border-left: 1px solid #3c3c3c;
  background: #3c3c3c;
}
.g-footer .g-footer__search-btn.c-search__btn:hover {
  border-left: 1px solid #d6d6d6;
  background: #d6d6d6;
}
.g-footer .g-footer__copyright {
  font-size: 12px;
  margin: 0;
}
.g-footer .g-footer__btn {
  font-size: 12px;
  font-weight: 700;
  display: block;
  box-sizing: border-box;
  max-width: 140px;
  margin: 0 auto 20px;
  padding: 4px 34px;
  transition: opacity 0.2s ease-out;
  color: #211f20;
  background: #fff;
}
.g-footer .g-footer__btn:active, .g-footer .g-footer__btn:focus, .g-footer .g-footer__btn:hover, .g-footer .g-footer__btn:visited {
  text-decoration: none;
  color: #211f20;
}
.g-footer .g-footer__btn:hover {
  opacity: 0.7;
}
@media screen and (min-width: 768px) {
  .g-footer.special {
    padding-bottom: 110px;
  }
  .g-footer .g-footer__notice {
    font-size: 12px;
    max-width: 530px;
    margin: 0 auto 20px;
  }
  .g-footer .g-footer__btn {
    margin: 0 auto 12px;
  }
}
.g-footer .g-footer-nav {
  background: #fff;
}
.g-footer .g-footer-navbar {
  font-size: 12px;
  background: #e60000;
}
.g-footer .g-footer-navbar__list {
  display: inline-flex;
  margin: 0;
  padding: 16px 33px;
  list-style: none;
  text-align: center;
  flex-wrap: wrap;
  justify-content: center;
}
.g-footer .g-footer-navbar__item {
  color: #211f20;
  justify-content: center;
}
.g-footer .g-footer-navbar__item, .g-footer .g-footer-navbar__link {
  display: flex;
  align-items: center;
}
.g-footer .g-footer-navbar__link {
  width: 100%;
  height: 28px;
  font-size: 0.7em;
  padding: 0 10px;
  color: #fff;
  justify-content: flex-start;
}
.g-footer .g-footer-navbar__link:active, .g-footer .g-footer-navbar__link:focus, .g-footer .g-footer-navbar__link:hover, .g-footer .g-footer-navbar__link:visited {
  text-decoration: none;
  color: #fff;
}
@media screen and (min-width: 576px) {
  .g-footer .g-footer-navbar__item {
    width: 33.33333%;
  }
}
@media screen and (min-width: 768px) {
  .g-footer .g-footer-navbar {
    font-size: 14px;
  }
  .g-footer .g-footer-navbar__list {
    padding: 0;
  }
  .g-footer .g-footer-navbar__item {
    width: auto;
    padding: 0 5px;
    border: 0;
  }
  .g-footer .g-footer-navbar__link {
    height: 40px;
    margin: 0;
    padding: 0;
  }
  .g-footer .g-footer-navbar__link:hover {
    text-decoration: underline;
  }
}
@media screen and (min-width: 992px) {
  .g-footer .g-footer-navbar {
    font-size: 16px;
  }
  .g-footer .g-footer-navbar__item {
    padding: 0 10px;
  }
}
.g-footer .g-footer-links {
  font-size: 12px;
  display: flex;
  margin: 0 0 5px;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.g-footer .g-footer-links__item {
  width: 50%;
  margin-bottom: 10px;
  padding: 0 20px;
}
.g-footer .g-footer-links__item:before {
  font-family: FontAwesome;
  padding-right: 5px;
  box-sizing: content-box;
}
.g-footer .g-footer-links__link {
  transition: opacity 0.2s ease-out;
}
.g-footer .g-footer-links__link, .g-footer .g-footer-links__link:active, .g-footer .g-footer-links__link:focus, .g-footer .g-footer-links__link:hover, .g-footer .g-footer-links__link:visited {
  text-decoration: none;
  color: #fff;
}
.g-footer .g-footer-links__link:hover {
  text-decoration: underline;
}
@media screen and (min-width: 768px) {
  .g-footer .g-footer-links {
    font-size: 14px;
    display: inline-flex;
    margin: 0 0 36px;
    flex-wrap: nowrap;
  }
  .g-footer .g-footer-links__item {
    width: 100%;
    margin: 0;
  }
}
.g-footer .c-list-sns {
  display: flex;
  margin-bottom: 16px;
  justify-content: center;
}
.g-footer .c-list-sns__link {
  font-size: 10px;
  display: inline-flex;
  flex-direction: column;
  width: 80px;
  min-width: 60px;
  height: 70px;
  padding: 18px;
  transition: opacity 0.2s ease-out;
  color: #fff;
  align-items: center;
  justify-content: space-between;
}
.g-footer .c-list-sns__link:active, .g-footer .c-list-sns__link:focus, .g-footer .c-list-sns__link:hover, .g-footer .c-list-sns__link:visited {
  text-decoration: none;
  color: #fff;
}
.g-footer .c-list-sns__link:hover {
  opacity: 0.7;
}
.g-footer .c-list-sns__link:before {
  font-size: 25px !important;
  line-height: 1;
}
.g-footer .c-list-sns__link.-facebook:before {
  width: 17px;
  height: 17px;
  content: "";
  background: url(../img/global/sns_facebook.svg) no-repeat;
  background-size: contain;
}
.g-footer .c-list-sns__link.-x:before {
  width: 13px;
  height: 14px;
  content: "";
  background: url(../img/global/sns_x.svg) no-repeat;
  background-size: contain;
}
.g-footer .c-list-sns__link.-line:before {
  width: 20px;
  height: 18px;
  content: "";
  background: url(../img/global/sns_line.svg) no-repeat;
  background-size: contain;
}
.g-footer .c-list-sns__link.-hatena:before, .g-footer .c-list-sns__link.-line:before {
  font: normal normal normal 14px/1 icomoon;
  font-family: icomoon;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.g-footer .c-list-sns__link.-hatena:before {
  width: 18px;
  height: 15px;
  content: "";
  background: url(../img/global/sns_hateb.svg) no-repeat;
  background-size: contain;
}
.g-footer .c-list-sns__link.-x {
  background: #211f20;
}
.g-footer .c-list-sns__link.-youtube {
  background: #e62d27;
}
.g-footer .c-list-sns__link.-line {
  background: #00b900;
}
.g-footer .c-list-sns__link.-facebook {
  background: #3b5998;
}
.g-footer .c-list-sns__link.-hatena {
  background: #00a1de;
}
.g-footer .c-list-sns.-row .c-list-sns__link {
  flex-direction: column;
  width: 60px;
  height: 40px;
  align-items: center;
}
.g-footer .c-list-sns.-row .c-list-sns__link:before {
  line-height: 1;
  padding-right: 0;
}
.g-footer .c-list-sns.-header {
  margin: -6px 0 0;
  flex: 1;
  justify-content: flex-end;
}
.g-footer .c-list-sns.-header.-top {
  margin: -10px 0 0;
}
@media screen and (min-width: 768px) {
  .g-footer .c-list-sns__link {
    flex-direction: inherit;
    box-sizing: border-box;
    height: 30px;
    padding: 7px 9px;
    justify-content: center;
  }
  .g-footer .c-list-sns__link:before {
    font-size: 18px !important;
    padding-right: 5px;
    box-sizing: content-box;
  }
  .g-footer .c-list-sns__link.-hatena:before {
    font-size: 15px !important;
  }
}