@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP|Noto+Serif+JP|Roboto:400,700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@500&display=swap");
/*googleフォントからNoto Sans JP,oto Serif JP,Robotoを引用*/
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:wght@100;300;400;500;700;900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;700&display=swap");
/* reset css */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, a, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, main, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  text-decoration: none;
  background: transparent;
}

html {
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
       text-size-adjust: 100%;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  min-width: 320px;
  word-break: break-all;
  font-variant-numeric: tabular-nums;
  font-feature-settings: "tnum";
}

*, *::before, *::after {
  box-sizing: border-box;
}

header, footer, section, main, article, aside, menu, nav, details, figcaption, figure {
  display: block;
}

input, select {
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
  border-style: none;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
  border-style: none;
  outline: none;
}

ul, ol {
  list-style: none;
}

hr {
  display: none;
}

/* clearfix (modern) */
.cl::after {
  content: "";
  clear: both;
  display: block;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
}

blockquote, q {
  quotes: "" "";
}

button {
  outline: 0;
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

/*クリック禁止*/
.cannot {
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-drag: none;
  -khtml-user-drag: none;
  cursor: default;
}

/*-- 使い方 --*/
/*PC,SPでの出し分け*/
@media screen and (min-width: 769px) {
  .is_pc {
    display: none !important;
  }
}

@media screen and (max-width: 768px) {
  .is_sp {
    display: none !important;
  }
}

html {
  font-size: 10px;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  line-height: 1.5;
  /*背景画像もプリントアウト対象にする*/
  -webkit-print-color-adjust: exact;
}

a {
  color: inherit;
}

section {
  position: relative;
  z-index: 1;
}
section .wrapper {
  margin: 0 auto;
  position: relative;
}
section .wrapper .h2block {
  font-family: "M PLUS Rounded 1c";
  text-align: center;
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  section .wrapper .h2block {
    margin-bottom: 12px;
  }
}
section .wrapper .h2block h2 {
  position: relative;
}

.furyu-logo {
  background-color: #fff;
  margin: clamp(8px, 1.5vw, 32px) clamp(8px, 1.5vw, 32px) 0 auto;
  max-width: clamp(120px, 18vw, 180px);
  padding: clamp(8px, 2vw, 16px);
  position: absolute;
  inset: 0;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .furyu-logo {
    max-width: clamp(120px, 25vw, 180px);
  }
}

#top #kv {
  border-bottom: 4px solid #000;
}
#top #kv .kv-logo {
  width: 31.25%;
  position: absolute;
  top: 1.875vw;
  left: 12.5%;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  #top #kv .kv-logo {
    width: 56.25%;
    top: 10%;
    left: 50%;
    transform: translateX(-50%);
  }
}
#top #kv .kv-logo img {
  width: 100%;
}
#top #kv .swiper-wrapper {
  width: 100%;
  height: auto;
  position: relative;
}
@media screen and (max-width: 768px) {
  #top #kv .swiper-wrapper {
    height: auto;
    aspect-ratio: 1/2;
  }
}
#top #kv .swiper-slide {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  padding-top: 28.829%;
}
@media screen and (max-width: 768px) {
  #top #kv .swiper-slide {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
  }
}
#top #kv .slide-inner {
  width: 75%;
  margin: 0 auto;
}
#top #kv .slide-txt {
  width: 41.6666666667%;
  margin-right: auto;
  color: #000;
  font-family: "M PLUS Rounded 1c";
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #top #kv .slide-txt {
    width: 100%;
    position: static;
  }
}
#top #kv .slide-txt .ttl {
  font-size: 1.094vw;
  margin-bottom: 4px;
}
@media screen and (max-width: 768px) {
  #top #kv .slide-txt .ttl {
    font-size: 4.375vw;
  }
}
#top #kv .slide-txt .product {
  font-size: 1.094vw;
  margin-bottom: 4px;
}
@media screen and (max-width: 768px) {
  #top #kv .slide-txt .product {
    font-size: 4.375vw;
  }
}
#top #kv .slide-txt .name {
  font-size: 1.875vw;
}
@media screen and (max-width: 768px) {
  #top #kv .slide-txt .name {
    font-size: 7.5vw;
  }
}
#top #kv .slide-copy {
  font-family: "M PLUS Rounded 1c";
  font-size: 0.781vw;
  font-weight: bold;
  text-align: right;
  margin-bottom: 0.781vw;
}
@media screen and (max-width: 768px) {
  #top #kv .slide-copy {
    font-size: 3.125vw;
    text-align: center;
    margin-top: 3.75vw;
    margin-bottom: 3.125vw;
  }
}
#top #whats .wrapper {
  width: 87.5%;
  margin: 0 auto;
  padding: 48px 0;
}
@media screen and (max-width: 768px) {
  #top #whats .wrapper {
    width: 100%;
    padding: 24px 0;
  }
}
#top #whats .grid {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  #top #whats .grid {
    flex-wrap: wrap;
  }
}
#top #whats .grid .col-l,
#top #whats .grid .col-r {
  width: 28.5714285714%;
  position: relative;
}
@media screen and (max-width: 768px) {
  #top #whats .grid .col-l,
#top #whats .grid .col-r {
    width: 50%;
  }
}
#top #whats .grid .col-l span,
#top #whats .grid .col-r span {
  width: 7.5vw;
  height: 7.5vw;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-family: "M PLUS Rounded 1c";
  font-size: 1.406vw;
  font-weight: bold;
  text-align: center;
  position: absolute;
  border-radius: 50%;
}
@media screen and (max-width: 768px) {
  #top #whats .grid .col-l span,
#top #whats .grid .col-r span {
    width: 16.25vw;
    height: 16.25vw;
    font-size: 3.125vw;
  }
}
@media screen and (max-width: 768px) {
  #top #whats .grid .col-l {
    order: 0;
  }
}
#top #whats .grid .col-l span {
  top: 0;
  right: 0;
  background-color: #f09dc1;
}
#top #whats .grid .col-c {
  width: 42.8571428571%;
}
@media screen and (max-width: 768px) {
  #top #whats .grid .col-c {
    width: 100%;
    order: 2;
  }
}
#top #whats .grid .col-c .txt {
  font-family: "M PLUS Rounded 1c";
  font-size: 1.563vw;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #top #whats .grid .col-c .txt {
    font-size: 5vw;
  }
}
#top #whats .grid .col-c .txt .pink {
  color: #f09dc1;
}
#top #whats .grid .col-c .txt .blue {
  color: #7fcef3;
}
#top #whats .grid .col-c .desc {
  font-size: 1.09vw;
  text-align: center;
  padding-top: 3.75vw;
}
@media screen and (max-width: 768px) {
  #top #whats .grid .col-c .desc {
    font-size: 3.75vw;
    padding-top: 5vw;
  }
}
@media screen and (max-width: 768px) {
  #top #whats .grid .col-r {
    order: 1;
  }
}
#top #whats .grid .col-r span {
  left: 0;
  bottom: 0;
  background-color: #7fcef3;
}

#lineup .h2block {
  display: flex;
  justify-content: center;
  overflow: hidden;
}
#lineup .h2block img {
  width: 1920px;
  max-width: none;
  z-index: 11;
}
@media screen and (max-width: 768px) {
  #lineup .h2block img {
    width: 960px;
  }
}
#lineup .character-list {
  width: 75%;
  display: flex;
  flex-flow: row wrap;
  padding: 0 0 48px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #lineup .character-list {
    width: 87.5%;
    padding-bottom: 24px;
  }
}
#lineup .character-list-item {
  width: 33.3333333333%;
}
@media screen and (max-width: 768px) {
  #lineup .character-list-item {
    width: 50%;
  }
}

#backnumber {
  padding-bottom: 48px;
}
@media screen and (max-width: 768px) {
  #backnumber {
    padding-bottom: 24px;
  }
}
#backnumber .h2block {
  display: flex;
  justify-content: center;
  overflow: hidden;
}
#backnumber .h2block img {
  width: 1920px;
  max-width: none;
  z-index: 11;
}
@media screen and (max-width: 768px) {
  #backnumber .h2block img {
    width: 960px;
  }
}
#backnumber .character-list {
  width: 75%;
  display: flex;
  flex-flow: row wrap;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #backnumber .character-list {
    width: 87.5%;
  }
}
#backnumber .character-list-item {
  width: 25%;
}
@media screen and (max-width: 768px) {
  #backnumber .character-list-item {
    width: 50%;
  }
}
#backnumber .hide-list {
  display: none;
}
#backnumber .more-btn {
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  width: 75%;
  color: #fff;
  font-family: "M PLUS Rounded 1c";
  font-size: 1.094vw;
  font-weight: bold;
  background-color: #F09DC1;
  border: 4px solid #000;
  padding: 12px 0;
  position: relative;
  margin: 24px auto 0;
  border-radius: 100px;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  #backnumber .more-btn {
    width: 87.5%;
    font-size: 1.4rem;
    margin-top: 12px;
  }
}
#backnumber .more-btn::before {
  content: "もっと見る";
}
#backnumber .more-btn svg {
  width: 1.875vw;
  height: 1.875vw;
}
@media screen and (max-width: 768px) {
  #backnumber .more-btn svg {
    width: 24px;
    height: 24px;
  }
}
#backnumber .more-btn.on-click svg {
  transform: rotate(180deg);
}
#backnumber .more-btn.on-click::before {
  content: "閉じる";
}

footer {
  background: #f7f7f7;
  padding: 118px 0;
  position: relative;
  z-index: 20;
}
@media screen and (max-width: 768px) {
  footer {
    padding: 128px 0;
  }
}
footer .inbox .logo1 {
  padding-top: 0;
  padding-bottom: 32px;
}
footer .inbox .logo2 {
  padding: 32px 0;
}
footer #copyright {
  padding-bottom: 0;
}
footer #copyright li:last-child {
  padding-top: 32px;
}
/*# sourceMappingURL=style.css.map */