@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 {
  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 spin-right {
  0% {
    transform: rotate(0deg); /* 初期位置 */
  }
  100% {
    transform: rotate(360deg); /* 360度回転 */
  }
}
@keyframes spin-right {
  0% {
    transform: rotate(0deg); /* 初期位置 */
  }
  100% {
    transform: rotate(360deg); /* 360度回転 */
  }
}
@-webkit-keyframes floatX {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(20px);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes floatX {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(20px);
  }
  100% {
    transform: translateX(0);
  }
}
@-webkit-keyframes floatX2 {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(-20px);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes floatX2 {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(-20px);
  }
  100% {
    transform: translateX(0);
  }
}
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: 911px;
  z-index: 2;
  overflow: hidden;
}
@media only screen and (max-width: 1250px) {
  #keyvisual {
    height: 72.88vw;
  }
}
@media only screen and (max-width: 640px) {
  #keyvisual {
    height: 148.125vw;
  }
}
#keyvisual .keyvisual__bg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../img/kv_bg-pc.webp") no-repeat bottom center;
  background-size: cover;
}
@media only screen and (max-width: 640px) {
  #keyvisual .keyvisual__bg {
    background-image: url("../img/kv_bg-sp.webp");
  }
}
#keyvisual .keyvisual__deco1 {
  position: absolute;
  bottom: 0px;
  right: 0;
  width: 390px;
}
@media only screen and (max-width: 1250px) {
  #keyvisual .keyvisual__deco1 {
    width: 31.2vw;
  }
}
@media only screen and (max-width: 640px) {
  #keyvisual .keyvisual__deco1 {
    bottom: -10.15625vw;
    right: -7.03125vw;
    width: 44.84375vw;
  }
}
#keyvisual .keyvisual__deco2 {
  position: absolute;
  bottom: 0px;
  right: 0;
  width: 192px;
}
@media only screen and (max-width: 1250px) {
  #keyvisual .keyvisual__deco2 {
    width: 15.36vw;
  }
}
@media only screen and (max-width: 640px) {
  #keyvisual .keyvisual__deco2 {
    top: 15.9375vw;
    right: -1.875vw;
    width: 18.90625vw;
  }
}
#keyvisual .keyvisual__illust {
  position: absolute;
  bottom: 0px;
  left: calc(50% - 512px);
  width: 1150px;
}
@media only screen and (max-width: 1250px) {
  #keyvisual .keyvisual__illust {
    left: calc(50% - 40.96vw);
    width: 92vw;
  }
}
@media only screen and (max-width: 640px) {
  #keyvisual .keyvisual__illust {
    left: inherit;
    right: 0;
    width: 97.65625vw;
  }
}
#keyvisual .keyvisual__emblem {
  position: absolute;
  top: 0;
  left: calc(50% - 500px);
  width: 151px;
}
@media only screen and (max-width: 1250px) {
  #keyvisual .keyvisual__emblem {
    left: calc(50% - 40vw);
    width: 12.08vw;
  }
}
@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% - 487px);
  width: 121px;
}
@media only screen and (max-width: 1250px) {
  #keyvisual .keyvisual__medal {
    top: 13.12vw;
    left: calc(50% - 38.96vw);
    width: 9.68vw;
  }
}
@media only screen and (max-width: 640px) {
  #keyvisual .keyvisual__medal {
    top: 17.8125vw;
    left: 3.75vw;
    width: 15.625vw;
  }
}
#keyvisual .keyvisual__catch {
  position: absolute;
  top: 0;
  right: calc(50% - 519px);
  width: 287px;
}
@media only screen and (max-width: 1250px) {
  #keyvisual .keyvisual__catch {
    right: calc(50% - 41.52vw);
    width: 22.96vw;
  }
}
@media only screen and (max-width: 640px) {
  #keyvisual .keyvisual__catch {
    top: 4.6875vw;
    left: 0.15625vw;
    width: 99.6875vw;
  }
}
#keyvisual .keyvisual__author {
  position: absolute;
  top: 55px;
  right: calc(50% - 200px);
  width: 230px;
}
@media only screen and (max-width: 1250px) {
  #keyvisual .keyvisual__author {
    top: 4.4vw;
    right: calc(50% - 16vw);
    width: 18.4vw;
  }
}
@media only screen and (max-width: 640px) {
  #keyvisual .keyvisual__author {
    top: 3.125vw;
    right: 20vw;
    width: 36.25vw;
  }
}
#keyvisual .keyvisual__title {
  position: absolute;
  bottom: 280px;
  left: 50%;
  transform: translateX(-50%);
  width: 741px;
}
@media only screen and (max-width: 1250px) {
  #keyvisual .keyvisual__title {
    bottom: 22.4vw;
    width: 59.28vw;
  }
}
@media only screen and (max-width: 640px) {
  #keyvisual .keyvisual__title {
    bottom: 28.4375vw;
    width: 90.625vw;
  }
}
#keyvisual .keyvisual__ribbon {
  position: absolute;
  bottom: 210px;
  left: 50%;
  transform: translateX(-50%);
  width: 448px;
  height: 48px;
}
@media only screen and (max-width: 1250px) {
  #keyvisual .keyvisual__ribbon {
    bottom: 16.8vw;
    width: 35.84vw;
    height: 3.84vw;
  }
}
@media only screen and (max-width: 640px) {
  #keyvisual .keyvisual__ribbon {
    bottom: 55.9375vw;
    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: 140px;
  left: 50%;
  transform: translateX(-50%);
  width: 636px;
}
@media only screen and (max-width: 1250px) {
  #keyvisual .keyvisual__release {
    bottom: 11.2vw;
    width: 50.88vw;
  }
}
@media only screen and (max-width: 640px) {
  #keyvisual .keyvisual__release {
    bottom: 18.75vw;
    width: 94.6875vw;
  }
}
#keyvisual .keyvisual__btns {
  position: absolute;
  bottom: 58px;
  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: 1250px) {
  #keyvisual .keyvisual__btns {
    bottom: 4.64vw;
    grid-template-columns: repeat(2, 23.44vw);
    gap: 0 1.6vw;
  }
}
@media only screen and (max-width: 640px) {
  #keyvisual .keyvisual__btns {
    bottom: 8.125vw;
    grid-template-columns: repeat(2, 37.34375vw);
    gap: 0 3.75vw;
  }
}
#keyvisual .keyvisual__bg {
  transform: scale(1.2);
  transition: all 1.5s 0s ease-in-out;
  transform-origin: top center;
}
#keyvisual .keyvisual__deco1 {
  transform: scale(1.2) translateY(100px);
  transition: all 1.5s 0s ease-in-out;
}
@media only screen and (max-width: 1250px) {
  #keyvisual .keyvisual__deco1 {
    transform: scale(1.2) translateY(8vw);
  }
}
@media only screen and (max-width: 640px) {
  #keyvisual .keyvisual__deco1 {
    transform: scale(1.2) translateY(15.625vw);
  }
}
#keyvisual .keyvisual__deco2 {
  opacity: 0;
  transform: scale(1.4);
  transition: all 1.3s 0.1s ease-in-out;
}
#keyvisual .keyvisual__illust {
  opacity: 0;
  transform: translateY(120px);
  transition: all 0.8s 0.5s ease;
}
@media only screen and (max-width: 1250px) {
  #keyvisual .keyvisual__illust {
    transform: translateY(9.6vw);
  }
}
@media only screen and (max-width: 640px) {
  #keyvisual .keyvisual__illust {
    transform: translateY(18.75vw);
  }
}
#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: blur(10px);
  transition: all 0.8s 1s ease;
}
#keyvisual .keyvisual__title img {
  filter: brightness(3);
  transition: all 0.8s 1s ease;
}
#keyvisual .keyvisual__catch {
  opacity: 0;
  transition: all 0.6s ease;
}
#keyvisual .keyvisual__catch img {
  filter: brightness(3);
  transition: all 0.6s 0.2s ease;
}
#keyvisual .keyvisual__author {
  opacity: 0;
  transition: all 0.8s 1.2s ease;
}
#keyvisual .keyvisual__ribbon span {
  width: 0%;
  transition: all 0.5s 1.4s ease;
}
#keyvisual .keyvisual__release, #keyvisual .keyvisual__btns {
  opacity: 0;
  transition: all 0.6s 1.8s ease;
}
#keyvisual.move-on .keyvisual__bg, #keyvisual.move-on .keyvisual__deco1 {
  transform: scale(1) translateY(0);
}
#keyvisual.move-on .keyvisual__deco2 {
  opacity: 1;
  transform: scale(1);
}
#keyvisual.move-on .keyvisual__illust {
  opacity: 1;
  transform: scale(1) translateY(0);
}
#keyvisual.move-on .keyvisual__catch {
  opacity: 1;
}
#keyvisual.move-on .keyvisual__catch img {
  filter: brightness(1);
}
#keyvisual.move-on .keyvisual__title {
  opacity: 1;
  filter: blur(0px);
}
#keyvisual.move-on .keyvisual__title img {
  filter: brightness(1);
}
#keyvisual.move-on .keyvisual__emblem, #keyvisual.move-on .keyvisual__author {
  opacity: 1;
}
#keyvisual.move-on .keyvisual__medal {
  opacity: 1;
  transform: rotateY(0deg) scale(1);
}
#keyvisual.move-on .keyvisual__ribbon span {
  width: 100%;
}
#keyvisual.move-on .keyvisual__release, #keyvisual.move-on .keyvisual__btns {
  opacity: 1;
}

#content {
  background: url("../img/content_bg.jpg") repeat-y top center;
  background-size: 100% auto;
}
#content::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: url("../img/contents_frame-pc.png") no-repeat center center;
  background-size: 100% auto;
}
@media only screen and (max-width: 640px) {
  #content::before {
    background-image: url("../img/contents_frame-sp.png");
  }
}

section .sec__ttlBox {
  position: relative;
}
section .sec__ttlBox__title {
  position: relative;
}

#story {
  position: relative;
  padding: 75px 0 95px;
  background: url("../img/story_bg-pc.webp") no-repeat top center;
  background-size: 100% auto;
  z-index: 2;
}
@media only screen and (max-width: 1250px) {
  #story {
    padding: 6vw 0 7.6vw;
  }
}
@media only screen and (max-width: 640px) {
  #story {
    padding: 0 0 16.40625vw;
    background-image: url("../img/story_bg-sp.webp");
  }
}
#story .sec__ttlBox {
  width: 285px;
  margin: 0 auto 40px;
}
@media only screen and (max-width: 1250px) {
  #story .sec__ttlBox {
    width: 22.8vw;
    margin: 0 auto 3.2vw;
  }
}
@media only screen and (max-width: 640px) {
  #story .sec__ttlBox {
    width: 44.53125vw;
    margin-bottom: 6.25vw;
  }
}
#story .sec__ttlBox__deco {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 103px;
}
@media only screen and (max-width: 1250px) {
  #story .sec__ttlBox__deco {
    width: 8.24vw;
  }
}
@media only screen and (max-width: 640px) {
  #story .sec__ttlBox__deco {
    width: 16.09375vw;
  }
}
#story .story__deco1 {
  position: absolute;
  top: -33px;
  right: calc(50% - 600px);
  width: 263px;
}
@media only screen and (max-width: 1250px) {
  #story .story__deco1 {
    top: -2.64vw;
    right: calc(50% - 48vw);
    width: 21.04vw;
  }
}
@media only screen and (max-width: 640px) {
  #story .story__deco1 {
    top: -4.375vw;
    right: 2.96875vw;
    width: 21.5625vw;
  }
}
#story .story__deco2 {
  position: absolute;
  top: 173px;
  left: calc(50% - 461px);
  width: 114px;
}
@media only screen and (max-width: 1250px) {
  #story .story__deco2 {
    top: 13.84vw;
    left: calc(50% - 36.88vw);
    width: 9.12vw;
  }
}
@media only screen and (max-width: 640px) {
  #story .story__deco2 {
    top: 25.625vw;
    left: 5.15625vw;
    width: 12.65625vw;
  }
}
#story .story__deco3 {
  position: absolute;
  top: 717px;
  right: calc(50% - 715px);
  width: 546px;
}
@media only screen and (max-width: 1250px) {
  #story .story__deco3 {
    top: 57.36vw;
    right: calc(50% - 57.2vw);
    width: 43.68vw;
  }
}
@media only screen and (max-width: 640px) {
  #story .story__deco3 {
    top: 182.8125vw;
    right: 4.375vw;
    width: 55.625vw;
  }
}
#story .story__deco4 {
  position: absolute;
  top: 825px;
  left: calc(50% - 838px);
  width: 226px;
}
@media only screen and (max-width: 1250px) {
  #story .story__deco4 {
    top: 66vw;
    left: calc(50% - 67.04vw);
    width: 18.08vw;
  }
}
@media only screen and (max-width: 640px) {
  #story .story__deco4 {
    top: 191.40625vw;
    left: 6.25vw;
    width: 16.875vw;
  }
}
#story .story__deco5 {
  position: absolute;
  top: 510px;
  left: 0;
  width: 283px;
}
@media only screen and (max-width: 1250px) {
  #story .story__deco5 {
    top: 40.8vw;
    width: 22.64vw;
  }
}
@media only screen and (max-width: 640px) {
  #story .story__deco5 {
    top: 149.21875vw;
    left: 0;
    width: 23.4375vw;
  }
}
#story .story__text {
  position: relative;
  width: 1037px;
  margin: 0 auto;
}
@media only screen and (max-width: 1250px) {
  #story .story__text {
    width: 82.96vw;
  }
}
@media only screen and (max-width: 640px) {
  #story .story__text {
    width: 91.875vw;
  }
}
#story .sec__ttlBox__deco {
  opacity: 0;
  transform: scale(0.9) translateX(-50%) translateY(30px);
  transition: all 1s ease;
}
@media only screen and (max-width: 640px) {
  #story .sec__ttlBox__deco {
    transform: scale(0.9) translateX(-50%) translateY(4.6875vw);
  }
}
#story .sec__ttlBox__title {
  opacity: 0;
  transform: scale(1.1);
  transition: all 0.6s 0.4s ease;
}
#story .story__deco1 img {
  opacity: 0;
  transition: all 1s 0.3s ease-in-out;
}
#story .story__deco2 img {
  opacity: 0;
  transition: all 1s 0.4s ease-in-out;
}
#story .story__text {
  opacity: 0;
  filter: blur(10px);
  transition: all 0.8s 0.6s ease;
}
#story.move-on .sec__ttlBox__deco {
  opacity: 1;
  transform: scale(1) translateX(-50%) translateY(0px);
}
#story.move-on .sec__ttlBox__title {
  opacity: 1;
  transform: scale(1);
}
#story.move-on .story__deco1 img, #story.move-on .story__deco2 img {
  opacity: 1;
}
#story.move-on .story__text {
  opacity: 1;
  filter: blur(0px);
}

#character {
  position: relative;
  padding: 95px 0 102px;
  z-index: 0;
}
@media only screen and (max-width: 1250px) {
  #character {
    padding: 7.6vw 0 8.16vw;
  }
}
@media only screen and (max-width: 640px) {
  #character {
    padding: 16.40625vw 0 10.9375vw;
  }
}
#character .magicCircle {
  position: absolute;
  top: 80px;
  left: 50%;
  transform: translateX(-50%);
  width: 915px;
  z-index: -1;
}
@media only screen and (max-width: 1250px) {
  #character .magicCircle {
    top: 6.4vw;
    width: 73.2vw;
  }
}
@media only screen and (max-width: 640px) {
  #character .magicCircle {
    top: 17.96875vw;
    width: 105.15625vw;
  }
}
#character .magicCircle img {
  -webkit-animation: spin-right 40s infinite linear;
          animation: spin-right 40s infinite linear;
}
#character .sec__ttlBox {
  display: grid;
  grid-template-columns: 460px 502px;
  align-items: center;
  justify-content: center;
  gap: 0 36px;
  margin-bottom: 28px;
}
@media only screen and (max-width: 1250px) {
  #character .sec__ttlBox {
    grid-template-columns: 36.8vw 40.16vw;
    gap: 0 2.88vw;
    margin-bottom: 2.24vw;
  }
}
@media only screen and (max-width: 640px) {
  #character .sec__ttlBox {
    grid-template-columns: 71.875vw 8.28125vw;
    justify-content: space-between;
    gap: 0;
    width: 82.8125vw;
    margin: 0 auto 5.46875vw;
  }
}
#character .sec__ttlBox__deco {
  padding-top: 20px;
}
@media only screen and (max-width: 1250px) {
  #character .sec__ttlBox__deco {
    padding-top: 1.6vw;
  }
}
@media only screen and (max-width: 640px) {
  #character .sec__ttlBox__deco {
    height: 2.65625vw;
    padding-top: 3.125vw;
    box-sizing: content-box;
  }
}
@media only screen and (max-width: 640px) {
  #character .sec__ttlBox__deco img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
#character .character__deco1 {
  position: absolute;
  top: 138px;
  left: calc(50% - 1105px);
  width: 591px;
}
@media only screen and (max-width: 1250px) {
  #character .character__deco1 {
    top: 11.04vw;
    left: calc(50% - 88.4vw);
    width: 47.28vw;
  }
}
@media only screen and (max-width: 640px) {
  #character .character__deco1 {
    top: 25vw;
    left: -21.875vw;
    width: 68.59375vw;
  }
}
#character .character__deco1 img {
  -webkit-animation: floatX 5s ease-in-out infinite;
          animation: floatX 5s ease-in-out infinite;
}
#character .character__deco2 {
  position: absolute;
  bottom: 54px;
  right: calc(50% - 320px);
  width: 187px;
}
@media only screen and (max-width: 1250px) {
  #character .character__deco2 {
    bottom: 4.32vw;
    right: calc(50% - 25.6vw);
    width: 14.96vw;
  }
}
@media only screen and (max-width: 640px) {
  #character .character__deco2 {
    bottom: 122.8125vw;
    left: 14.0625vw;
    width: 29.21875vw;
  }
}
#character .character__deco2 img {
  -webkit-animation: floatX 4s ease-in-out infinite;
          animation: floatX 4s ease-in-out infinite;
}
#character .character__deco3 {
  position: absolute;
  bottom: 14px;
  right: calc(50% - 740px);
  width: 346px;
}
@media only screen and (max-width: 1250px) {
  #character .character__deco3 {
    bottom: 1.12vw;
    right: calc(50% - 59.2vw);
    width: 27.68vw;
  }
}
@media only screen and (max-width: 640px) {
  #character .character__deco3 {
    bottom: 117.1875vw;
    right: -5.9375vw;
    width: 54.0625vw;
  }
}
#character .character__deco3 img {
  -webkit-animation: floatX 4.5s 0.2s ease-in-out infinite;
          animation: floatX 4.5s 0.2s ease-in-out infinite;
}
#character .character__list {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  align-items: center;
  justify-content: center;
  gap: 0 6px;
  max-width: 2000px;
  margin: 0 auto;
  z-index: 2;
}
@media only screen and (max-width: 1250px) {
  #character .character__list {
    grid-template-columns: repeat(2, 38.56vw);
    gap: 0.48vw;
  }
}
@media only screen and (max-width: 640px) {
  #character .character__list {
    display: block;
    width: 75.3125vw;
    margin: 0 auto;
    min-width: unset;
  }
}
@media only screen and (max-width: 640px) {
  #character .character__list__item:not(:last-child) {
    margin-bottom: 1.5625vw;
  }
}
#character .sec__ttlBox__title {
  opacity: 0;
  transform: translateX(100px);
  transition: all 0.6s ease;
}
@media only screen and (max-width: 1250px) {
  #character .sec__ttlBox__title {
    transform: translateX(8vw);
  }
}
@media only screen and (max-width: 640px) {
  #character .sec__ttlBox__title {
    transform: translateX(15.625vw);
  }
}
#character .sec__ttlBox__deco {
  opacity: 0;
  transform: translateX(-120px);
  transition: all 0.4s 0.1s ease-out;
}
@media only screen and (max-width: 1250px) {
  #character .sec__ttlBox__deco {
    transform: translateX(-9.6vw);
  }
}
@media only screen and (max-width: 640px) {
  #character .sec__ttlBox__deco {
    transform: translateX(-18.75vw);
  }
}
#character .character__list__item {
  opacity: 0;
  transform: rotateY(360deg) translateY(60px);
  transition: all 0.8s 0.5s ease;
}
@media only screen and (max-width: 1250px) {
  #character .character__list__item {
    transform: rotateY(360deg) translateY(4.8vw);
  }
}
@media only screen and (max-width: 640px) {
  #character .character__list__item {
    transform: rotateY(360deg) translateY(9.375vw);
  }
}
#character .character__list__item img {
  filter: grayscale(1);
  transition: all 0.8s 0.7s ease;
}
#character .character__list__item:nth-child(2) {
  transition-delay: 0.6s;
}
#character .character__list__item:nth-child(2) img {
  transition-delay: 0.8s;
}
#character .character__list__item:nth-child(3) {
  transition-delay: 0.7s;
}
#character .character__list__item:nth-child(3) img {
  transition-delay: 0.9s;
}
#character .character__list__item:nth-child(4) {
  transition-delay: 0.8s;
}
#character .character__list__item:nth-child(4) img {
  transition-delay: 1s;
}
#character.move-on .sec__ttlBox__title, #character.move-on .sec__ttlBox__deco {
  opacity: 1;
  transform: translateX(0);
}
#character.move-on .character__list__item {
  opacity: 1;
  transform: rotateY(0deg) translateY(0);
}
#character.move-on .character__list__item img {
  filter: grayscale(0);
}

#information {
  position: relative;
  padding: 102px 0 124px;
  background: url("../img/info_bg.webp") no-repeat bottom center;
  background-size: 100% auto;
  z-index: 0;
}
@media only screen and (max-width: 1250px) {
  #information {
    padding: 8.16vw 0 9.92vw;
  }
}
@media only screen and (max-width: 640px) {
  #information {
    padding: 10.9375vw 0 7.03125vw;
  }
}
#information .magicCircle {
  position: absolute;
  top: 80px;
  left: 50%;
  transform: translateX(-50%);
  width: 915px;
  z-index: -1;
}
@media only screen and (max-width: 1250px) {
  #information .magicCircle {
    top: 6.4vw;
    width: 73.2vw;
  }
}
@media only screen and (max-width: 640px) {
  #information .magicCircle {
    top: 9.375vw;
    width: 105.15625vw;
  }
}
#information .magicCircle img {
  -webkit-animation: spin-right 40s infinite linear;
          animation: spin-right 40s infinite linear;
}
#information .sec__ttlBox {
  position: relative;
  display: grid;
  grid-template-columns: 579px 407px;
  justify-content: center;
  align-items: center;
  gap: 0 36px;
  width: 1028px;
  margin: 0 auto;
  z-index: 0;
}
@media only screen and (max-width: 1250px) {
  #information .sec__ttlBox {
    grid-template-columns: 46.32vw 32.56vw;
    gap: 0 2.88vw;
    width: 82.24vw;
  }
}
@media only screen and (max-width: 640px) {
  #information .sec__ttlBox {
    grid-template-columns: 76.875vw 7.1875vw;
    justify-content: space-between;
    gap: 0;
    width: 86.71875vw;
    margin-bottom: 3.125vw;
  }
}
#information .sec__ttlBox__deco1 {
  padding-top: 20px;
}
@media only screen and (max-width: 1250px) {
  #information .sec__ttlBox__deco1 {
    padding-top: 1.6vw;
  }
}
@media only screen and (max-width: 640px) {
  #information .sec__ttlBox__deco1 {
    height: 2.65625vw;
    padding-top: 3.125vw;
    box-sizing: content-box;
  }
}
@media only screen and (max-width: 640px) {
  #information .sec__ttlBox__deco1 img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
#information .sec__ttlBox__deco2 {
  position: absolute;
  width: 236px;
  top: -65px;
  right: -185px;
  z-index: -1;
}
@media only screen and (max-width: 1250px) {
  #information .sec__ttlBox__deco2 {
    width: 18.88vw;
    top: -5.2vw;
    right: -14.8vw;
  }
}
@media only screen and (max-width: 640px) {
  #information .sec__ttlBox__deco2 {
    top: -15.9375vw;
    right: -8.59375vw;
    width: 22.03125vw;
  }
}
#information .sec__ttlBox__deco3 {
  position: absolute;
  top: -30px;
  left: 152px;
  width: 135px;
}
@media only screen and (max-width: 1250px) {
  #information .sec__ttlBox__deco3 {
    top: -2.4vw;
    left: 12.16vw;
    width: 10.8vw;
  }
}
@media only screen and (max-width: 640px) {
  #information .sec__ttlBox__deco3 {
    top: -4.21875vw;
    left: 32.5vw;
    width: 15.15625vw;
  }
}
#information .information__deco1 {
  position: absolute;
  top: 200px;
  right: -120px;
  width: 591px;
  z-index: -1;
}
@media only screen and (max-width: 1250px) {
  #information .information__deco1 {
    top: 16vw;
    right: -9.6vw;
    width: 47.28vw;
  }
}
@media only screen and (max-width: 640px) {
  #information .information__deco1 {
    top: 25.78125vw;
    right: -30.9375vw;
    width: 53.125vw;
  }
}
#information .information__deco1 img {
  -webkit-animation: floatX2 5s ease-in-out infinite;
          animation: floatX2 5s ease-in-out infinite;
}
#information .information__deco2 {
  position: absolute;
  top: -57px;
  left: calc(50% - 900px);
  width: 381px;
  z-index: -1;
}
@media only screen and (max-width: 1250px) {
  #information .information__deco2 {
    top: -4.56vw;
    left: calc(50% - 72vw);
    width: 30.48vw;
  }
}
@media only screen and (max-width: 640px) {
  #information .information__deco2 {
    top: -10.625vw;
    left: -1.5625vw;
    width: 38.90625vw;
  }
}
#information .information__deco3 {
  position: absolute;
  bottom: 105px;
  right: calc(50% - 732px);
  width: 301px;
  z-index: -1;
}
@media only screen and (max-width: 1250px) {
  #information .information__deco3 {
    bottom: 8.4vw;
    right: calc(50% - 58.56vw);
    width: 24.08vw;
  }
}
#information .information__block {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1216px;
  height: 883px;
  margin: 0 auto;
  background: url("../img/info_base-pc.png") no-repeat top center;
  background-size: 100% 100%;
}
@media only screen and (max-width: 1250px) {
  #information .information__block {
    width: 97.28vw;
    height: 70.64vw;
  }
}
@media only screen and (max-width: 640px) {
  #information .information__block {
    width: 93.28125vw;
    height: 168.75vw;
    background-image: url("../img/info_base-sp.png");
  }
}
#information .information__book {
  width: 1060px;
  margin: 0 auto;
}
@media only screen and (max-width: 1250px) {
  #information .information__book {
    width: 84.8vw;
  }
}
@media only screen and (max-width: 640px) {
  #information .information__book {
    width: 78.90625vw;
  }
}
#information .information__book__wrap {
  display: grid;
  grid-template-columns: 242px 1fr;
  gap: 0 20px;
  padding: 0 40px;
}
@media only screen and (max-width: 1250px) {
  #information .information__book__wrap {
    grid-template-columns: 19.36vw 1fr;
    gap: 0 1.6vw;
    padding: 0 3.2vw;
  }
}
@media only screen and (max-width: 640px) {
  #information .information__book__wrap {
    grid-template-columns: 20.9375vw 1fr;
    gap: 0 2.8125vw;
    padding: 0;
  }
}
#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: 1250px) {
  #information .information__book__title {
    font-size: 1.76vw;
    margin-bottom: 1.2vw;
  }
}
@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: 1250px) {
  #information .information__book__author {
    font-size: 1.12vw;
    margin-bottom: 1.6vw;
  }
}
@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.28vw;
    margin-bottom: 1.6vw;
  }
}
@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.28vw;
    margin-bottom: 1.2vw;
  }
}
@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.12vw;
    padding: 0.64vw 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: 1250px) {
  #information .information__book__link {
    padding: 1.28vw 2vw 1.6vw;
    margin-top: 1.6vw;
  }
}
@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: 1250px) {
  #information .information__book__link::before {
    width: 34.48vw;
    height: 6.08vw;
  }
}
@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: 1250px) {
  #information .information__book__link__txt {
    font-size: 1.44vw;
    margin-bottom: 0.8vw;
  }
}
@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: 1250px) {
  #information .information__book__store {
    gap: 0.8vw;
  }
}
@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: 4.8vw;
    border-radius: 0.4vw;
  }
}
@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: 8vw;
  }
}
@media only screen and (max-width: 640px) {
  #information .information__book__store li img {
    width: 10.9375vw;
  }
}
#information .sec__ttlBox__title {
  opacity: 0;
  transform: translateX(100px);
  transition: all 0.6s ease;
}
@media only screen and (max-width: 1250px) {
  #information .sec__ttlBox__title {
    transform: translateX(8vw);
  }
}
@media only screen and (max-width: 640px) {
  #information .sec__ttlBox__title {
    transform: translateX(15.625vw);
  }
}
#information .sec__ttlBox__deco1 {
  opacity: 0;
  transform: translateX(-120px);
  transition: all 0.4s 0.1s ease-out;
}
@media only screen and (max-width: 1250px) {
  #information .sec__ttlBox__deco1 {
    transform: translateX(-9.6vw);
  }
}
@media only screen and (max-width: 640px) {
  #information .sec__ttlBox__deco1 {
    transform: translateX(-18.75vw);
  }
}
#information .sec__ttlBox__deco2 {
  opacity: 0;
  transform: scale(0.9) translate(-20px, -20px);
  transition: all 0.8s 0s ease;
  transform-origin: bottom left;
}
@media only screen and (max-width: 1250px) {
  #information .sec__ttlBox__deco2 {
    transform: translate(-1.6vw, -1.6vw);
  }
}
@media only screen and (max-width: 640px) {
  #information .sec__ttlBox__deco2 {
    transform: translate(-3.125vw, -3.125vw);
  }
}
#information .sec__ttlBox__deco3 {
  opacity: 0;
  transform: scale(0.9) rotate(-20deg) translate(20px, -10px);
  transition: all 0.8s 0.2s ease;
  transform-origin: right top;
}
@media only screen and (max-width: 1250px) {
  #information .sec__ttlBox__deco3 {
    transform: translate(1.6vw, -0.8vw);
  }
}
@media only screen and (max-width: 640px) {
  #information .sec__ttlBox__deco3 {
    transform: translate(3.125vw, -1.5625vw);
  }
}
#information .information__block {
  opacity: 0;
  transform: scale(0.95);
  transition: all 0.6s 0.5s ease;
}
#information .information__book {
  opacity: 0;
  filter: blur(10px);
  transition: all 0.6s 0.8s ease;
}
#information.move-on .sec__ttlBox__title, #information.move-on .sec__ttlBox__deco1 {
  opacity: 1;
  transform: translateX(0);
}
#information.move-on .sec__ttlBox__deco2 {
  opacity: 1;
  transform: scale(1) translate(0, 0);
}
#information.move-on .sec__ttlBox__deco3 {
  opacity: 1;
  transform: scale(1) rotate(0deg) translate(0, 0);
}
#information.move-on .information__block {
  opacity: 1;
  transform: 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;
  }
}