.w-layout-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
}

body {
  font-family: Roboto, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 40px;
  line-height: 45px;
  font-weight: 300;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  line-height: 36px;
  font-weight: 400;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 30px;
  font-weight: 400;
}

p {
  margin-bottom: 10px;
  font-size: 15px;
  line-height: 24px;
}

.nav {
  position: absolute;
  display: flex;
  overflow: visible;
  width: 100%;
  height: 70px;
  justify-content: center;
  background-color: transparent;
}

.nav-container {
  position: fixed;
  width: 100%;
  max-width: none;
  margin-top: 10px;
  margin-right: 0px;
  margin-left: 0px;
}

.nav-menu {
  display: flex;
  height: 100%;
  align-items: center;
}

.catch {
  display: flex;
  width: 100%;
  height: 100vh;
  flex-direction: column;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
}

.catch-image {
  position: relative;
  display: flex;
  overflow: hidden;
  width: 100%;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  text-align: left;
}

.arasuji-wrap {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  background-image: url('../images/arasuji_back.gif');
  background-position: 100% 0%;
  background-size: cover;
  background-repeat: no-repeat;
  text-align: center;
}

.nav-link {
  overflow: visible;
  width: 14em;
  height: auto;
  margin-right: 10px;
  padding: 10px;
  flex: 0 auto;
  border-radius: 0%;
  background-color: #000;
  color: #fff;
  text-align: center;
}

.nav-link.w--current {
  color: #fff;
}

.nav-link.attention {
  border: 2px solid #000;
  background-color: #fff;
  color: #000;
}

.footer-top {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.footer-top-wrap {
  display: flex;
  width: 80%;
  flex-direction: row;
  justify-content: space-between;
}

.footer-bottom {
  display: flex;
  padding-top: 15px;
  padding-bottom: 15px;
  flex-direction: column;
  align-items: center;
}

.footer-bottom-wrap {
  display: flex;
  width: 80%;
  justify-content: space-between;
  align-items: center;
  flex: 0 0 auto;
}

.legal {
  width: 50%;
  color: #000;
  font-size: 12px;
  text-align: right;
}

.arasuji-text {
  z-index: 2;
  margin-bottom: 0px;
  padding: 50px 36px 36px;
  flex: 0 0 auto;
  line-height: 1.5em;
  text-align: justify;
}

.footer-logo {
  width: 180px;
  margin-top: 40px;
  margin-bottom: 40px;
  flex: 0 0 auto;
}

.ayano-tachie {
  position: relative;
  top: 10%;
  right: 30%;
  z-index: 2;
  height: 130vh;
}

.kohei-tachie {
  position: absolute;
  left: 67%;
  top: 16%;
  bottom: 0px;
  z-index: 1;
  height: 100vh;
}

.preloader {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 9999;
  display: none;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  background-color: #fa98a2;
}

.title-logo {
  position: absolute;
  left: 5%;
  top: 45%;
  right: auto;
  bottom: auto;
  z-index: 3;
  width: 75vh;
  max-width: 90%;
}

.yelow {
  color: #fdf351;
}

.body {
  background-color: #fa98a3;
  background-image: url('../images/bg.png');
  background-position: 0px 0px;
  background-size: cover;
}

.content-title {
  z-index: 2;
  width: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #000;
  color: #fff;
}

.white-back {
  padding: 3px 6px;
  background-color: #fff;
  color: #190c0b;
}

.ranoon {
  position: relative;
  left: auto;
  top: auto;
  right: 1%;
  bottom: 0%;
  z-index: 5;
  height: 15vh;
}

.ranking {
  position: absolute;
  left: auto;
  top: auto;
  right: 2%;
  bottom: 5%;
  z-index: 5;
}

.konorano {
  height: 15vh;
}

.contents {
  padding-top: 50px;
  padding-bottom: 50px;
}

.contents.nobg {
  background-color: hsla(0, 0%, 100%, 0.75);
}

.flex-container {
  display: flex;
  overflow: hidden;
  flex-direction: row;
  align-items: center;
  flex: 1;
  border: 2px solid #000;
  background-color: #fff;
}

.feature-image-mask {
  width: 50%;
  margin-right: 40px;
}

.feature-image {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.maruyomi-gentei {
  position: static;
  width: 5em;
  margin-right: auto;
  padding: 10px;
  background-color: #000;
  color: #fff;
  font-size: 20px;
  text-align: center;
}

.maruyomi-title {
  margin-top: -11px;
  padding-top: 5px;
  padding-bottom: 5px;
  background-color: #000;
  color: #fff;
  font-size: 30px;
  text-align: center;
}

.maruyomi-wrap {
  position: relative;
  width: 50%;
  margin-right: 40px;
}

.bold-text {
  color: #fdf351;
  text-decoration: none;
}

.link-block {
  display: flex;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.link-block.none {
  display: none;
}

.black-back {
  padding: 3px 6px;
  background-color: #000;
  color: #fff;
}

.link {
  width: 10em;
  margin: 25px auto;
  padding: 15px;
  border: 2px solid #000;
  border-radius: 100%;
  background-image: url('../images/dot_black.png');
  background-position: 0px 0px;
  background-size: 10px;
  font-size: 15px;
  text-align: center;
  text-decoration: none;
}

.link.attention {
  margin-bottom: auto;
}

.chosha {
  position: absolute;
  left: 10%;
  top: 82%;
  z-index: 3;
  width: 25vh;
}

.youtube {
  margin-top: 10px;
  margin-bottom: 10px;
}

.text-back-white {
  background-color: hsla(0, 0%, 100%, 0.8);
  opacity: 1;
}

.character-wrap {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  order: 0;
  text-align: center;
}

.character-box {
  position: relative;
  display: flex;
  width: 70%;
  margin: 20px auto;
}

.character-box.center {
  margin-left: auto;
}

.character-box-2 {
  width: 50%;
  padding-right: 1em;
  padding-bottom: 1em;
  padding-left: 1em;
  text-align: justify;
}

.character-name {
  position: static;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 10px;
  background-color: #000;
  color: #fff;
}

.character-name-furigana {
  text-align: right;
}

.pink {
  color: #fa98a2;
}

.purple {
  color: #d2b6ff;
}

.orange {
  color: #f0a053;
}

.title-text {
  background-color: #000;
  color: #fff;
  line-height: 24px;
  text-align: center;
}

.columns-wrap {
  margin-top: 20px;
}

.content-text {
  line-height: 24px;
  text-align: justify;
}

.content-text.center {
  text-align: left;
}

.columns-area {
  margin-bottom: 1em;
}

.kanko-wrap {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  background-color: #fff;
  text-align: center;
}

.main-grid {
  padding: 36px;
  grid-column-gap: 36px;
  grid-row-gap: 36px;
}

.arasuji {
  margin-bottom: 0px;
  padding: 1.5em 1em;
  line-height: 1.5em;
  text-align: justify;
}

.grid-box {
  padding-bottom: 10px;
  border: 2px solid #000;
}

.shoei-title {
  margin-top: -1px;
  margin-bottom: 0px;
  padding: 7px;
  background-color: #000;
  color: #fff;
}

.link-tameshi {
  width: 10em;
  margin: 10px auto;
  padding: 10px 15px;
  border: 2px solid #000;
  border-radius: 100%;
  background-image: url('../images/dot_black.png');
  background-position: 0px 0px;
  background-size: 10px;
  font-size: 15px;
  text-align: center;
  text-decoration: none;
}

.link-tsuhan {
  width: 10em;
  margin: 5px auto;
  padding: 10px;
  border: 2px solid #000;
  border-radius: 100%;
  background-color: #000;
  background-image: url('../images/dot_white.png');
  background-position: 0px 0px;
  background-size: 10px;
  font-size: 12px;
  line-height: 20px;
  text-align: center;
  text-decoration: none;
}

.link-tsuhan.none {
  display: none;
}

.catch-text {
  margin-top: 1.5em;
  margin-bottom: 0px;
  padding-right: 16px;
  padding-left: 16px;
}

.sns-wrap {
  display: flex;
  align-items: center;
}

.utility-page-wrap {
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  justify-content: center;
  align-items: center;
}

.utility-page-content {
  display: flex;
  width: 260px;
  flex-direction: column;
  text-align: center;
}

.nav-link-maruyomi {
  position: fixed;
  left: 15px;
  top: 15px;
  right: auto;
  bottom: auto;
  display: none;
  padding: 8px;
  border: 2px solid #000;
  border-radius: 100%;
  background-color: #fff;
  background-image: url('../images/dot_black.png');
  background-position: 0px 0px;
  background-size: 10px;
  text-decoration: none;
}

.nav-link-maruyomi-text {
  padding: 10px;
  color: #fff;
  text-align: center;
}

.maruyomi-chui {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 0.5em;
  line-height: 12px;
  text-align: right;
}

.image-4 {
  width: 70px;
  filter: brightness(0%);
}

.lightbox-link {
  width: 100%;
  max-width: 100%;
}

.character-box-1 {
  width: 50%;
  margin-right: auto;
  margin-left: auto;
  order: 1;
}

.data-graph {
  position: absolute;
  left: auto;
  top: 80px;
  right: 0%;
  bottom: auto;
  max-height: 100%;
  max-width: 50%;
  padding: 8px;
}

.data-title {
  display: none;
}

.profile-ayano {
  width: 100%;
  height: 0px;
  padding-bottom: 100%;
  border: 2px solid #000;
  background-image: url('../images/profile_ayano.jpg');
  background-position: 28% 15%;
  background-size: auto;
}

.kokuchi-text {
  margin-top: 1.5em;
  margin-bottom: 1.5em;
  padding-right: 16px;
  padding-left: 16px;
  background-color: transparent;
  color: #f51e1e;
}

.profile-ayumi {
  width: 100%;
  height: 0px;
  padding-bottom: 100%;
  border: 2px solid #000;
  background-image: url('../images/profile_ayumi.jpg');
  background-position: 28% 15%;
  background-size: auto;
}

.blue {
  color: #a8d8e6;
}

.profile-mei {
  width: 100%;
  height: 0px;
  padding-bottom: 100%;
  border: 2px solid #000;
  background-image: url('../images/profile_mei.jpg');
  background-position: 37% 15%;
  background-size: auto;
}

.profile-sachi {
  width: 100%;
  height: 0px;
  padding-bottom: 100%;
  border: 2px solid #000;
  background-image: url('../images/profile_sachi.jpg');
  background-position: 38% 15%;
  background-size: auto;
}

.profile-kohei {
  width: 100%;
  height: 0px;
  margin-bottom: 11px;
  padding-bottom: 100%;
  border: 2px solid #000;
  background-color: #fff;
  background-image: url('../images/kohei_tachie-min.png');
  background-position: 8% 10%;
  background-size: auto;
}

.character-box-kohei {
  width: 100%;
  text-align: justify;
}

.twitter-link {
  display: block;
  width: 40px;
  height: 40px;
  margin-right: 15px;
}

.line-link {
  display: block;
  width: 40px;
  height: 40px;
  margin-right: 15px;
}

.facebook-link {
  display: block;
  width: 40px;
  height: 40px;
}

.logo {
  display: block;
  width: 300px;
  margin-right: auto;
  margin-left: auto;
}

.link-2 {
  text-decoration: none;
}

.text-span-3 {
  background-color: #000;
  color: #fef458;
}

.bold-text-4 {
  color: #000;
}

.link-block-imasugu {
  display: flex;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.twitter-share {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  z-index: auto;
}

@media screen and (min-width: 1280px) {
  .nav-link.w--current {
    color: #fff;
  }
}

@media screen and (max-width: 991px) {
  .nav-container {
    left: auto;
    top: 0%;
    right: 0%;
    bottom: auto;
    z-index: 100;
    width: auto;
  }

  .nav-menu {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    width: 10em;
    max-height: 100%;
    padding-top: 85px;
    background-color: hsla(0, 0%, 100%, 0.75);
  }

  .catch {
    background-color: transparent;
  }

  .catch-image {
    height: 100vh;
    justify-content: center;
  }

  .arasuji-wrap {
    background-position: 50% 0%;
  }

  .nav-link {
    margin-right: 0px;
    margin-bottom: 15px;
    margin-left: 0px;
    background-color: #000;
  }

  .ayano-tachie {
    left: -14%;
    right: auto;
  }

  .kohei-tachie {
    left: 57%;
    right: auto;
    bottom: 0px;
  }

  .menu-button {
    background-color: transparent;
  }

  .menu-button.w--open {
    z-index: 100;
    background-color: transparent;
  }

  .link-icon {
    padding: 3px;
    border-radius: 100%;
    background-color: #fff;
    color: #000;
    font-size: 36px;
  }

  .content-title {
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 28px;
  }

  .feature-image {
    margin-left: 15px;
  }

  .maruyomi-title {
    font-size: 26px;
  }

  .maruyomi-wrap {
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .black-back.yelow {
    color: #fef365;
  }

  .link {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 14px;
  }

  .link.attention {
    font-size: 14px;
  }

  .character-wrap {
    background-position: 50% 0%;
  }

  .character-box {
    width: 85%;
  }

  .kanko-wrap {
    background-position: 50% 0%;
  }

  .nav-link-maruyomi {
    left: 15px;
    top: 15px;
    right: auto;
    bottom: auto;
    display: block;
    background-color: #fff;
  }

  .twitter-link {
    top: 28px;
    right: 60px;
    z-index: 9999;
  }

  .twitter-share {
    position: absolute;
  }
}

@media screen and (max-width: 767px) {
  .catch-image {
    justify-content: center;
  }

  .arasuji-wrap {
    text-align: center;
  }

  .arasuji-text {
    padding: 2em 1.5em;
  }

  .footer-logo {
    width: 100%;
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .ayano-tachie {
    position: absolute;
    left: auto;
    top: 0%;
    right: 42%;
    max-width: none;
  }

  .kohei-tachie {
    left: 56%;
    max-width: none;
  }

  .title-logo {
    left: auto;
    width: 65vh;
  }

  .content-title {
    margin: 0px auto;
  }

  .contents {
    padding: 40px 20px;
  }

  .flex-container {
    flex-direction: column;
  }

  .feature-image-mask {
    display: flex;
    width: 80%;
    margin-right: auto;
    margin-left: auto;
  }

  .feature-image {
    margin-left: 0px;
  }

  .maruyomi-wrap {
    width: 80%;
    margin-right: auto;
    margin-left: auto;
  }

  .chosha {
    left: 8%;
    right: 4%;
    bottom: auto;
    width: 20vh;
  }

  .character-wrap {
    text-align: center;
  }

  .character-box {
    width: 95%;
    margin-right: auto;
    margin-left: auto;
  }

  .character-name {
    margin-bottom: 5px;
  }

  .content-text.center {
    text-align: center;
  }

  .column-content {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .colmun-title {
    background-color: #000;
  }

  .kanko-wrap {
    text-align: center;
  }

  .main-grid {
    display: block;
    padding: 16px;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .grid-box {
    margin-bottom: 32px;
  }

  .sns-wrap {
    display: flex;
    width: 100%;
    padding-top: 24px;
    padding-bottom: 24px;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }

  .nav-link-maruyomi {
    left: 15px;
    top: 15px;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .nav-link-maruyomi-text {
    font-size: 12px;
  }

  .maruyomi-chui {
    margin-bottom: 16px;
  }

  .kokuchi-text {
    margin-top: 0.5em;
    margin-bottom: 0.5em;
  }

  .profile-kohei {
    background-position: 25% 10%;
  }

  .link-block-2 {
    display: none;
  }

  .link-block-3 {
    width: 75%;
    margin: 20px auto;
  }

  .twitter-share {
    bottom: 16px;
  }
}

@media screen and (max-width: 479px) {
  .nav-container {
    margin-top: 0px;
  }

  .catch-image {
    max-height: 999px;
  }

  .arasuji-wrap {
    background-position: 70% 0%;
  }

  .footer-top-wrap {
    margin-top: 10px;
    margin-bottom: 10px;
    flex-direction: column;
    align-items: center;
    flex: 0 0 auto;
  }

  .ayano-tachie {
    position: relative;
    left: -90px;
    top: 0%;
    height: 100vh;
    max-height: 1100px;
  }

  .kohei-tachie {
    left: 58%;
    top: auto;
    bottom: 0px;
    height: 80vh;
  }

  .body {
    background-color: #fa98a2;
  }

  .content-title {
    padding-top: 0px;
    padding-bottom: 0px;
    font-size: 24px;
  }

  .html-embed {
    overflow: auto;
  }

  .ranking {
    right: auto;
    bottom: 12%;
  }

  .contents.nobg {
    background-color: transparent;
  }

  .feature-image-mask {
    width: 90%;
  }

  .maruyomi-gentei {
    width: 6em;
    padding: 0px 5px;
    font-size: 16px;
  }

  .maruyomi-title {
    padding-top: 3px;
    padding-bottom: 3px;
    font-size: 20px;
  }

  .maruyomi-wrap {
    width: 90%;
    margin-top: 0px;
  }

  .link-block {
    display: flex;
    margin-bottom: 10px;
    flex-direction: row;
  }

  .link {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-left: 15px;
    font-size: 12px;
  }

  .link.attention {
    margin-top: 0px;
    font-size: 14px;
  }

  .chosha {
    left: auto;
    top: 74px;
  }

  .character-wrap {
    padding-right: 0px;
    padding-left: 0px;
    background-image: linear-gradient(180deg, transparent, transparent);
  }

  .character-box {
    display: flex;
    width: 90%;
    flex-direction: column;
  }

  .character-box-2 {
    width: 100%;
    padding-right: 0em;
    padding-bottom: 0em;
    padding-left: 0em;
  }

  .character-name {
    margin-bottom: 0px;
    padding: 3px;
    font-size: 20px;
  }

  .character-name-furigana {
    font-size: 12px;
  }

  .title-text {
    padding-top: 2px;
    padding-bottom: 2px;
    font-size: 16px;
  }

  .content-text {
    margin-top: 5px;
    padding-left: 3px;
  }

  .content-text.center {
    margin-top: 5px;
    padding-left: 0px;
  }

  .column-content {
    padding: 5px 0px;
  }

  .kanko-wrap {
    background-position: 70% 0%;
  }

  .link-tameshi {
    margin-bottom: 0px;
    padding-left: 15px;
  }

  .link-tsuhan {
    width: 9em;
    margin-bottom: 0px;
    padding: 10px 5px;
  }

  .catch-text {
    padding-right: 5px;
    padding-left: 5px;
  }

  .nav-link-maruyomi {
    left: 10px;
  }

  .maruyomi-chui {
    margin-bottom: 0px;
  }

  .character-box-1 {
    width: 100%;
    order: -1;
  }

  .data-graph {
    position: static;
    display: block;
    max-width: 90%;
    margin-right: auto;
    margin-left: auto;
  }

  .data-title {
    display: block;
    margin-bottom: 0px;
    padding: 2px 10px;
    background-color: #000;
    color: #fff;
    font-size: 16px;
    line-height: 24px;
  }

  .character-box-kohei {
    width: 100%;
    padding-right: 0em;
    padding-bottom: 0em;
    padding-left: 0em;
  }

  .twitter-link {
    top: 18px;
    right: 49px;
    width: 42px;
    height: 42px;
  }

  .link-block-imasugu {
    display: flex;
    margin-top: 10px;
    margin-bottom: 10px;
    flex-direction: row;
  }

  .twitter-share {
    bottom: 0px;
  }
}

