@charset "UTF-8";
/*
Site Name: へんしんバイクC14
Version: 2023.11.30
*/
/*! ==================================================

  このCSSファイルはSassから生成されていますので
  編集しないようご注意ください。

================================================== */
/* !HTML5 elements
---------------------------------------------------------- */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

/* !Reseting
---------------------------------------------------------- */
body,
div,
pre,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
th,
td,
figure,
figcaption {
  margin: 0;
  padding: 0;
}

input,
textarea {
  font-size: 100%;
  margin: 0;
}

label {
  cursor: pointer;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 100%;
}

fieldset,
img {
  border: 0;
}

img {
  height: auto;
  max-width: 100%;
  vertical-align: top;
}

address,
caption,
cite,
code,
dfn,
em,
th,
var {
  font-style: normal;
  font-weight: normal;
}

ol,
ul {
  list-style: none;
}

caption,
th {
  text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: 300;
}

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

a,
input {
  outline: none;
}

input,
textarea {
  border-radius: 0;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
}

input[type=button],
input[type=submit] {
  -webkit-appearance: none;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
}

abbr,
acronym {
  border: 0;
}

* {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

/*
======================================================
  body
--------------------------------------------------- */
html {
  font-size: 62.5%;
  -webkit-overflow-scrolling: touch;
}

body {
  color: #262626;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
  line-height: 1;
  -webkit-overflow-scrolling: touch;
  -webkit-text-size-adjust: none;
     -moz-text-size-adjust: none;
      -ms-text-size-adjust: none;
          text-size-adjust: none;
  width: 100%;
  word-wrap: break-word;
}

#wrapper {
  overflow-x: hidden;
}

@media screen and (min-width: 768px) {
  #content {
    padding-top: 80px;
  }
}
@media screen and (max-width: 767px) {
  #content {
    padding-top: 50px;
  }
}

/*
======================================================
  header
--------------------------------------------------- */
#header {
  background-color: #fff;
  border-bottom: 1px solid #262626;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 100;
}
@media screen and (min-width: 768px) {
  #header {
    height: 80px;
  }
}
@media screen and (max-width: 767px) {
  #header {
    height: 50px;
  }
}

.header__inner {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (min-width: 768px) {
  .header__inner {
    margin: 0 30px;
  }
}
@media screen and (max-width: 767px) {
  .header__inner {
    margin: 0 15px;
  }
}

@media screen and (min-width: 768px) {
  .header__logo {
    width: 290px;
  }
}
@media screen and (max-width: 767px) {
  .header__logo {
    width: 178px;
  }
}

@media screen and (min-width: 1025px) {
  .header__btn-cart {
    height: 56px;
    width: 320px;
  }
}
@media screen and (max-width: 1024px) {
  .header__btn-cart {
    height: 56px;
    width: 220px;
  }
}
@media screen and (max-width: 767px) {
  .header__btn-cart {
    height: 34px;
    width: 135px;
  }
}
.header__btn-cart a {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #e60012;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 500;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  text-decoration: none;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .header__btn-cart a {
    border-radius: 28px;
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 1024px) {
  .header__btn-cart a {
    padding-left: 10px;
  }
}
@media screen and (max-width: 767px) {
  .header__btn-cart a {
    border-radius: 17px;
    font-size: 1.3rem;
  }
}
.header__btn-cart a::before, .header__btn-cart a::after {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  position: absolute;
}
.header__btn-cart a::before {
  background-image: url(../images/icon_cart.svg);
}
@media screen and (min-width: 768px) {
  .header__btn-cart a::before {
    height: 30px;
    left: 20px;
    width: 35px;
  }
}
@media screen and (max-width: 767px) {
  .header__btn-cart a::before {
    height: 17px;
    left: 10px;
    top: calc(50% - 8px);
    width: 19px;
  }
}
.header__btn-cart a::after {
  background-image: url(../images/arrow_white.svg);
}
@media screen and (min-width: 768px) {
  .header__btn-cart a::after {
    height: 20px;
    right: 20px;
    width: 12px;
  }
}
@media screen and (max-width: 767px) {
  .header__btn-cart a::after {
    height: 10px;
    position: absolute;
    right: 10px;
    top: calc(50% - 5px);
    width: 6px;
  }
}

/*
======================================================
  loading
--------------------------------------------------- */
/*
======================================================
  footer
--------------------------------------------------- */
#footer {
  background-color: #f7f6f2;
  text-align: center;
}
@media screen and (min-width: 768px) {
  #footer {
    padding: 0 0 20px;
  }
}
@media screen and (max-width: 767px) {
  #footer {
    padding: 10px 0 20px;
  }
}

.footer__logo {
  margin: 0 auto;
  width: 200px;
}

ul.footer__list {
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  ul.footer__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  ul.footer__list {
    margin-top: 15px;
  }
}
ul.footer__list li {
  font-size: 1.2rem;
  letter-spacing: 0.24px;
}
@media screen and (min-width: 768px) {
  ul.footer__list li {
    margin: 0 15px;
  }
}
@media screen and (max-width: 767px) {
  ul.footer__list li {
    padding: 8px 0;
  }
}
ul.footer__list li a {
  color: #262626;
  text-decoration: none;
}

.footer__logo-vitamin-i-factory {
  margin: 60px auto 0;
  width: 180px;
}
@media screen and (max-width: 767px) {
  .footer__logo-vitamin-i-factory {
    margin: 40px auto 0;
  }
}

.footer__address {
  font-size: 1.1rem;
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .footer__address {
    margin-top: 15px;
  }
}

.footer__copy {
  font-size: 1rem;
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .footer__copy {
    margin-top: 50px;
  }
}

/*
======================================================
  common
--------------------------------------------------- */
.pc-br,
img.pc {
  display: none;
}
@media screen and (width >= 768px) {
  .pc-br,
  img.pc {
    display: block;
  }
}

.sp-br,
img.sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .sp-br,
  img.sp {
    display: block;
  }
}

@media screen and (min-width: 1025px) {
  a {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  a:hover {
    opacity: 0.7;
  }
}

.super-txt {
  font-size: 70%;
  vertical-align: super;
}

.marker {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(0%, #009ad1));
  background: linear-gradient(transparent 50%, #009ad1 0%);
}

.fadein {
  opacity: 0;
  -webkit-transform: translateY(40px);
          transform: translateY(40px);
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
}
.fadein.animated {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

_:-ms-lang(x)::-ms-backdrop,
.arrow {
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Helvetica", "Arial", "Hiragino Sans", "ヒラギノ角ゴシック", "メイリオ", "Meiryo", "YuGothic", "Yu Gothic", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.label-en {
  text-align: center;
}
.label-en img {
  height: 14px;
  width: auto;
}

.ttl-en {
  text-align: center;
}
.ttl-en img {
  height: 33px;
  width: auto;
}
@media screen and (max-width: 767px) {
  .ttl-en img {
    height: 28px;
  }
}

.red {
  color: #c23131;
}

.btn-line {
  margin: 0 auto;
  width: 360px;
}
@media screen and (max-width: 767px) {
  .btn-line {
    width: 84%;
  }
}
.btn-line a {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 2px solid #262626;
  border-radius: 30px;
  color: #262626;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.6rem;
  font-weight: 500;
  height: 60px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  text-decoration: none;
  width: 100%;
}
.btn-line a::after {
  background-image: url(../images/icon_link.svg);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: 15px;
  position: absolute;
  right: 25px;
  width: 16px;
}

.btn-cart {
  height: 60px;
  width: 360px;
}
@media screen and (min-width: 768px) {
  .btn-cart {
    margin: 33px auto 6px;
  }
}
@media screen and (max-width: 767px) {
  .btn-cart {
    margin: 40px auto 0;
    width: 84%;
  }
}
.btn-cart a {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #e60012;
  border-radius: 30px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 500;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  text-decoration: none;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .btn-cart a {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  .btn-cart a {
    font-size: 1.6rem;
  }
}
.btn-cart a::before, .btn-cart a::after {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  position: absolute;
}
.btn-cart a::before {
  background-image: url(../images/icon_cart.svg);
  height: 32px;
  left: 20px;
  width: 36px;
}
.btn-cart a::after {
  background-image: url(../images/arrow_white.svg);
  height: 15px;
  right: 20px;
  width: 10px;
}

picture.lazy img {
  opacity: 0;
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
}
picture.lazy img.lazyloaded {
  opacity: 1;
}

/*
======================================================
  about
--------------------------------------------------- */
#about {
  background-color: #f7f6f2;
}
@media screen and (min-width: 768px) {
  #about {
    padding: 90px 0;
  }
}
@media screen and (max-width: 767px) {
  #about {
    padding: 50px 0;
  }
}

.about__ttl {
  color: #009ad1;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.53;
  padding-top: 15px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .about__ttl {
    letter-spacing: 1.3px;
  }
}

.about__txt {
  font-size: 2rem;
  font-weight: 500;
  line-height: 2;
  padding: 35px 0 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .about__txt {
    font-size: 1.8rem;
    padding: 30px 4% 0;
  }
}

@media screen and (min-width: 768px) {
  ul.about__ride-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 0 auto;
    padding-top: 55px;
    width: 92%;
  }
}
@media screen and (min-width: 1280px) {
  ul.about__ride-list {
    width: 1200px;
  }
}
@media screen and (max-width: 767px) {
  ul.about__ride-list {
    margin: 0 auto;
    padding-top: 10px;
    width: 82%;
  }
}
@media screen and (min-width: 768px) {
  ul.about__ride-list li {
    width: 31%;
  }
}
@media screen and (min-width: 1280px) {
  ul.about__ride-list li {
    width: 370px;
  }
}
@media screen and (max-width: 767px) {
  ul.about__ride-list li {
    margin-top: 30px;
  }
}
@media screen and (min-width: 768px) {
  ul.about__ride-list li picture img {
    border-radius: 10px;
  }
}
@media screen and (min-width: 1280px) {
  ul.about__ride-list li picture img {
    border-radius: 14px;
  }
}
@media screen and (max-width: 767px) {
  ul.about__ride-list li picture img {
    border-radius: 8px;
  }
}

dl.about__ride-cap {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1;
  margin-top: 12px;
}
dl.about__ride-cap dt {
  color: #c23131;
  font-size: 1.4rem;
  font-weight: 700;
  margin-right: 10px;
}
dl.about__ride-cap dd {
  font-size: 1.4rem;
  font-weight: 700;
}

/*
======================================================
  data
--------------------------------------------------- */
#data {
  background-color: #f7f6f2;
}
@media screen and (min-width: 768px) {
  #data {
    padding: 90px 0;
  }
}
@media screen and (max-width: 767px) {
  #data {
    padding: 50px 0 60px;
  }
}

.data__ttl {
  text-align: center;
}
.data__ttl span {
  color: #009ad1;
  display: inline-block;
  font-size: 2rem;
  font-weight: 700;
  position: relative;
}
@media screen and (max-width: 767px) {
  .data__ttl span {
    font-size: 1.6rem;
  }
}
.data__ttl span::before, .data__ttl span::after {
  background-color: #009ad1;
  bottom: -15px;
  content: "";
  display: block;
  height: 32px;
  position: absolute;
  width: 1px;
}
.data__ttl span::before {
  left: -30px;
  -webkit-transform: rotate(-35deg);
          transform: rotate(-35deg);
}
@media screen and (max-width: 767px) {
  .data__ttl span::before {
    left: -15px;
  }
}
.data__ttl span::after {
  right: -30px;
  -webkit-transform: rotate(35deg);
          transform: rotate(35deg);
}
@media screen and (max-width: 767px) {
  .data__ttl span::after {
    right: -15px;
  }
}

.data__graph-label {
  text-align: center;
}
.data__graph-label img {
  height: 8.5px;
  width: auto;
}

.data__graph-ttl {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #262626;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.8rem;
  font-weight: 400;
  height: 40px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
  position: relative;
  width: 278px;
}
.data__graph-ttl::after {
  border: 1px solid #262626;
  bottom: -5px;
  content: "";
  display: block;
  height: 40px;
  position: absolute;
  right: -6px;
  width: 278px;
}

ul.data__graph-list {
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  ul.data__graph-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-top: 50px;
    width: 750px;
  }
}
@media screen and (max-width: 767px) {
  ul.data__graph-list {
    width: 90%;
  }
}
ul.data__graph-list li {
  width: 350px;
}
@media screen and (max-width: 767px) {
  ul.data__graph-list li {
    padding-top: 40px;
    text-align: center;
    width: 100%;
  }
}

.data__graph-item {
  margin: 30px auto 0;
  width: 350px;
}
@media screen and (max-width: 767px) {
  .data__graph-item {
    margin: 25px auto 0;
  }
}

.data__graph-txt {
  margin: 0 auto;
}
@media screen and (min-width: 1025px) {
  .data__graph-txt {
    padding-top: 30px;
    width: 750px;
  }
}
@media screen and (max-width: 1024px) {
  .data__graph-txt {
    padding-top: 30px;
    width: 90%;
  }
}
.data__graph-txt p {
  font-size: 1.5rem;
  line-height: 1.73;
}
@media screen and (max-width: 767px) {
  .data__graph-txt p {
    font-size: 1.4rem;
    line-height: 1.85;
  }
}

.data__inbox {
  margin: 0 auto;
}
@media screen and (min-width: 1025px) {
  .data__inbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-top: 60px;
    width: 1000px;
  }
}
@media screen and (max-width: 1024px) {
  .data__inbox {
    width: 630px;
  }
}
@media screen and (max-width: 767px) {
  .data__inbox {
    padding-top: 20px;
    width: 94%;
  }
}

.data__inbox-inner {
  background-color: #fff;
  border: 1px solid #545350;
  padding: 30px 0;
}
@media screen and (min-width: 1025px) {
  .data__inbox-inner {
    width: 485px;
  }
}
@media screen and (max-width: 1024px) {
  .data__inbox-inner {
    margin-top: 30px;
    padding: 20px 0;
  }
}
@media screen and (max-width: 767px) {
  .data__inbox-inner {
    margin-top: 20px;
  }
}

.data__inbox-ttl {
  font-size: 2rem;
  text-align: center;
}
.data__inbox-ttl img {
  display: block;
  margin: 12px auto 0;
  width: 68px;
}

ol.ranking__list {
  border-bottom: 1px solid #808080;
  margin: 0 auto;
  padding-top: 25px;
  width: 330px;
}
@media screen and (max-width: 767px) {
  ol.ranking__list {
    width: 89%;
  }
}
ol.ranking__list li {
  border-top: 1px solid #808080;
  padding: 5px 0;
}
ol.ranking__list li:nth-of-type(4), ol.ranking__list li:nth-of-type(5) {
  padding: 10px 0;
}

dl.ranking__item {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
dl.ranking__item dt {
  text-align: center;
  width: 56px;
}
dl.ranking__item dt img {
  width: 33px;
}
ol.ranking__list li:nth-of-type(4) dl.ranking__item dt img, ol.ranking__list li:nth-of-type(5) dl.ranking__item dt img {
  width: 20px;
}
dl.ranking__item dd {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 1.5rem;
  font-weight: 500;
  padding-right: 20px;
  text-align: center;
}

.ranking__img {
  margin: 0 auto;
  padding-top: 30px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .ranking__img {
    width: 89%;
  }
}

.voice__balloon {
  background: #cee3eb;
  border: 1px solid #afd3e0;
  border-radius: 4px;
  display: block;
  margin: 20px 30px 15px;
  padding: 10px 30px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .voice__balloon {
    margin: 20px 0 15px;
    padding: 10px 12px;
  }
}
.voice__balloon::before {
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  border-top: 15px solid #afd3e0;
  bottom: -15px;
  content: "";
  height: 0;
  position: absolute;
  right: 150px;
  -webkit-transform: skewX(45deg);
          transform: skewX(45deg);
  -webkit-transform-origin: left top;
          transform-origin: left top;
  width: 0;
}
.voice__balloon::after {
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  border-top: 15px solid #cee3eb;
  bottom: -13px;
  content: "";
  height: 0;
  position: absolute;
  right: 152px;
  -webkit-transform: skewX(45deg);
          transform: skewX(45deg);
  -webkit-transform-origin: left top;
          transform-origin: left top;
  width: 0;
}
.voice__balloon p {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.5;
}

ul.voice__list {
  padding-top: 10px;
}
@media screen and (max-width: 767px) {
  ul.voice__list {
    margin: 0 auto;
    padding-top: 0;
    width: 92%;
  }
}
ul.voice__list li:nth-child(even) .voice__balloon {
  background: #fff;
}
ul.voice__list li:nth-child(even) .voice__balloon::before {
  right: 90px;
}
ul.voice__list li:nth-child(even) .voice__balloon::after {
  border-top: 15px solid #fff;
  right: 92px;
}
ul.voice__list li:nth-of-type(1) .voice__balloon::before, ul.voice__list li:nth-of-type(5) .voice__balloon::before {
  right: 120px;
}
ul.voice__list li:nth-of-type(1) .voice__balloon::after, ul.voice__list li:nth-of-type(5) .voice__balloon::after {
  right: 122px;
}

/*
======================================================
  debut
--------------------------------------------------- */
#debut {
  background-color: #f7f6f2;
}
@media screen and (min-width: 768px) {
  #debut {
    padding: 0 0 90px;
  }
}
@media screen and (max-width: 767px) {
  #debut {
    padding: 0 0 100px;
  }
}

.debut__ttl {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #f0ece4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 2.4rem;
  font-weight: 700;
  height: 74px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 1280px) {
  .debut__ttl {
    margin: 0 auto;
    width: 1200px;
  }
}
@media screen and (max-width: 767px) {
  .debut__ttl {
    font-size: 2rem;
    height: 48px;
  }
}
.debut__ttl img {
  height: 18px;
  margin-left: 15px;
  width: auto;
}
@media screen and (max-width: 767px) {
  .debut__ttl img {
    height: 16px;
  }
}

@media screen and (min-width: 1025px) {
  ul#debut__slide-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 auto;
    padding-top: 50px;
    width: 90%;
  }
}
@media screen and (max-width: 1024px) {
  ul#debut__slide-item {
    padding-top: 50px;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  ul#debut__slide-item {
    padding-top: 25px;
  }
}
ul#debut__slide-item li {
  text-align: center;
}
@media screen and (min-width: 1025px) {
  ul#debut__slide-item li {
    margin: 0 30px;
    width: 32%;
  }
}
@media screen and (min-width: 1280px) {
  ul#debut__slide-item li {
    width: 370px;
  }
}
@media screen and (max-width: 1024px) {
  ul#debut__slide-item li {
    margin: 0;
    width: 100%;
  }
  ul#debut__slide-item li img {
    display: block;
    margin: 0 auto;
    max-width: 370px;
  }
}
@media screen and (max-width: 767px) {
  ul#debut__slide-item li img {
    width: 94%;
  }
}

@media screen and (min-width: 1025px) {
  #debut__slide-nav-inbox {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  #debut__slide-nav-inbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 30px;
  }
}

@media screen and (max-width: 1024px) {
  ul#debut__slide-nav {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  ul#debut__slide-nav li {
    font-size: 1.6rem;
    font-weight: 400;
    margin: 0 15px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  ul#debut__slide-nav li.nav-current {
    border-bottom: 2px solid #262626;
    padding-bottom: 0.3em;
  }
}

.debut-prev,
.debut-next {
  border: 2px solid #262626;
  border-radius: 50%;
  height: 40px;
  position: relative;
  width: 40px;
}
.debut-prev::before,
.debut-next::before {
  background-image: url(../images/arrow_black.svg);
  background-position: center center;
  background-size: contain;
  content: "";
  display: block;
  height: 17px;
  left: calc(50% - 6px);
  position: absolute;
  top: calc(50% - 8.5px);
  width: 10px;
}

.debut-prev {
  margin-right: 15px;
}
.debut-prev::before {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.debut-next {
  margin-left: 15px;
}
.debut-next::before {
  left: calc(50% - 4px);
}

#debut__slide .slick-dots {
  bottom: -50px;
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  text-align: center;
  width: 100%;
}
#debut__slide .slick-dots li {
  cursor: pointer;
  display: inline-block;
  height: 20px;
  margin: 0 15px;
  padding: 0;
  width: 20px;
}
#debut__slide .slick-dots li button {
  background: transparent;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  display: block;
  height: 20px;
  outline: none;
  position: relative;
  width: 20px;
}
#debut__slide .slick-dots li button:hover,
#debut__slide .slick-dots li button:focus {
  outline: none;
}
#debut__slide .slick-dots li button:hover::before,
#debut__slide .slick-dots li button:focus::before {
  opacity: 1;
}
#debut__slide .slick-dots li button::before {
  background-color: #000;
  border-radius: 50%;
  content: "";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  height: 20px;
  left: 50%;
  opacity: 0.25;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 20px;
}
#debut__slide .slick-dots li.slick-active button::before {
  background-color: #000;
  opacity: 0.75;
}

#debut__slide .slick-prev,
#debut__slide .slick-next {
  background-color: #fff;
  border: 2px solid #262626;
  border-radius: 50%;
  color: transparent;
  cursor: pointer;
  display: block;
  font-size: 0;
  height: 100px;
  line-height: 0;
  outline: none;
  padding: 0;
  position: absolute;
  width: 100px;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  #debut__slide .slick-prev,
  #debut__slide .slick-next {
    top: 50%;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
}
@media screen and (max-width: 767px) {
  #debut__slide .slick-prev,
  #debut__slide .slick-next {
    bottom: -60px;
    height: 40px;
    width: 40px;
  }
}
#debut__slide .slick-prev::before,
#debut__slide .slick-next::before {
  background-image: url(../images/arrow_black.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: 34px;
  left: calc(50% - 6px);
  position: absolute;
  top: calc(50% - 17px);
  width: 20px;
}
@media screen and (max-width: 767px) {
  #debut__slide .slick-prev::before,
  #debut__slide .slick-next::before {
    height: 17px;
    top: calc(50% - 8.5px);
    width: 10px;
  }
}
#debut__slide .slick-prev {
  left: 5%;
}
#debut__slide .slick-prev::before {
  left: calc(50% - 12px);
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
@media screen and (max-width: 767px) {
  #debut__slide .slick-prev::before {
    left: calc(50% - 6px);
  }
}
#debut__slide .slick-next {
  right: 5%;
}
#debut__slide .slick-next::before {
  left: calc(50% - 8px);
}
@media screen and (max-width: 767px) {
  #debut__slide .slick-next::before {
    left: calc(50% - 4px);
  }
}

/*
======================================================
  detail
--------------------------------------------------- */
#detail {
  background-color: #f7f6f2;
}
@media screen and (min-width: 768px) {
  #detail {
    padding: 90px 0;
  }
}
@media screen and (max-width: 767px) {
  #detail {
    padding: 50px 0 60px;
  }
}

#detail__slider {
  padding-top: 50px;
  width: 100%;
}

@media screen and (min-width: 768px) {
  ul#detail__list li {
    margin: 0 15px;
    width: 370px;
  }
}
@media screen and (max-width: 767px) {
  ul#detail__list li {
    margin: 0 10px;
    width: 290px;
  }
}

@media screen and (min-width: 768px) {
  dl.detail__item {
    width: 370px;
  }
}
@media screen and (max-width: 767px) {
  dl.detail__item {
    width: 290px;
  }
}
dl.detail__item dt img {
  border-radius: 10px;
}
dl.detail__item dd {
  font-size: 1.6rem;
  line-height: 1.6;
  padding-top: 0.8em;
  text-align: center;
}

#detail__slider .slick-prev,
#detail__slider .slick-next {
  background-color: #fff;
  border: 2px solid #262626;
  border-radius: 50%;
  color: transparent;
  cursor: pointer;
  display: block;
  font-size: 0;
  height: 100px;
  line-height: 0;
  outline: none;
  padding: 0;
  position: absolute;
  top: 80px;
  width: 100px;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  #detail__slider .slick-prev,
  #detail__slider .slick-next {
    height: 40px;
    width: 40px;
  }
}
#detail__slider .slick-prev::before,
#detail__slider .slick-next::before {
  background-image: url(../images/arrow_black.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: 34px;
  left: calc(50% - 6px);
  position: absolute;
  top: calc(50% - 17px);
  width: 20px;
}
@media screen and (max-width: 767px) {
  #detail__slider .slick-prev::before,
  #detail__slider .slick-next::before {
    height: 17px;
    top: calc(50% - 8.5px);
    width: 10px;
  }
}
#detail__slider .slick-prev {
  left: 5%;
}
#detail__slider .slick-prev::before {
  left: calc(50% - 12px);
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
@media screen and (max-width: 767px) {
  #detail__slider .slick-prev::before {
    left: calc(50% - 6px);
  }
}
#detail__slider .slick-next {
  right: 5%;
}
#detail__slider .slick-next::before {
  left: calc(50% - 8px);
}
@media screen and (max-width: 767px) {
  #detail__slider .slick-next::before {
    left: calc(50% - 4px);
  }
}

.slick-num {
  font-weight: 600;
  padding-top: 25px;
  text-align: center;
}

/*
======================================================
  fv
--------------------------------------------------- */
#video {
  position: relative;
}
@media screen and (min-width: 768px) {
  #video {
    padding-top: 56.25%;
  }
}
@media screen and (max-width: 767px) {
  #video {
    padding-top: 56.25%;
  }
}
#video::before {
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
}

.video__inner {
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
}
.video__inner video {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  width: 100%;
}

#fv {
  background-color: #f7f6f2;
  overflow: hidden;
  text-align: center;
}
@media screen and (min-width: 768px) {
  #fv {
    padding-top: 70px;
  }
}
@media screen and (max-width: 767px) {
  #fv {
    padding-top: 42px;
  }
}

.fv__logo {
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}
@media screen and (min-width: 768px) {
  .fv__logo {
    width: 648px;
  }
}
@media screen and (max-width: 767px) {
  .fv__logo {
    width: 89.74%;
  }
}

.fv__logo::before,
.fv__ttl::before,
ul.fv__emblem li::before {
  background: #f7f6f2;
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
  -webkit-transition: all 0.8s 0s ease;
  transition: all 0.8s 0s ease;
  width: 100%;
  z-index: 1;
}
.fv__logo.active::before,
.fv__ttl.active::before,
ul.fv__emblem li.active::before {
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}

img.fv__logo-img {
  display: block;
  position: relative;
  z-index: 0;
}
.fv__ttl {
  display: inline-block;
  font-weight: 700;
  overflow: hidden;
  position: relative;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .fv__ttl {
    font-size: 3.8rem;
    letter-spacing: 2px;
    line-height: 1.52;
    padding-top: 25px;
  }
}
@media screen and (max-width: 767px) {
  .fv__ttl {
    font-size: 6.6vw;
    line-height: 1.53;
    padding-top: 10px;
  }
}
ul.fv__emblem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          /*justify-content: space-between;*/
    justify-content: center;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  ul.fv__emblem {
    padding-top: 25px;
    width: 370px;
  }
}
@media screen and (max-width: 767px) {
  ul.fv__emblem {
    padding-top: 22px;
    width: 86%;
  }
}
ul.fv__emblem li {
  overflow: hidden;
  position: relative;
}
@media screen and (min-width: 768px) {
  ul.fv__emblem li {
    width: 227px;
  }
}
@media screen and (max-width: 767px) {
  ul.fv__emblem li {
    width: 56%;
  }
}

img.fv__emblem-img {
  display: block;
  opacity: 0;
  position: relative;
  -webkit-transition: all 0.5s 0.3s ease;
  transition: all 0.5s 0.3s ease;
  z-index: 0;
}
ul.fv__emblem li.active img.fv__emblem-img {
  opacity: 1;
}

/*
======================================================
  hojorin
--------------------------------------------------- */
#hojorin {
  background-color: #f0ebe4;
}
@media screen and (min-width: 768px) {
  #hojorin {
    padding: 40px 0 70px;
  }
}
@media screen and (max-width: 767px) {
  #hojorin {
    padding: 0 0 50px;
  }
}

.hojorin__inner {
  margin: 0 auto;
}
@media screen and (min-width: 1025px) {
  .hojorin__inner {
    width: 885px;
  }
}
@media screen and (max-width: 1024px) {
  .hojorin__inner {
    width: 90%;
  }
}

@media screen and (min-width: 768px) {
  dl.hojorin__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (min-width: 1025px) {
  dl.hojorin__content dt {
    margin-right: 50px;
    width: 335px;
  }
}
@media screen and (max-width: 1024px) {
  dl.hojorin__content dt {
    margin-right: 50px;
    width: 40%;
  }
}
@media screen and (max-width: 767px) {
  dl.hojorin__content dt {
    margin: 0 auto;
    width: 66%;
  }
}
dl.hojorin__content dt img {
  border-radius: 50%;
}
@media screen and (min-width: 768px) {
  dl.hojorin__content dt img {
    margin-top: -70px;
  }
}
@media screen and (max-width: 767px) {
  dl.hojorin__content dt img {
    margin-top: -15px;
  }
}
@media screen and (min-width: 768px) {
  dl.hojorin__content dd {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
@media screen and (max-width: 767px) {
  dl.hojorin__content dd {
    padding-top: 10px;
  }
}
dl.hojorin__content dd .hojorin__content-ttl {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 1.2px;
}
@media screen and (max-width: 767px) {
  dl.hojorin__content dd .hojorin__content-ttl {
    font-size: 2.2rem;
  }
}
dl.hojorin__content dd .hojorin__content-ttl img {
  margin-right: 15px;
  width: 55px;
}
dl.hojorin__content dd p {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.85;
  padding-top: 15px;
}

/*
======================================================
  intro
--------------------------------------------------- */
@media screen and (min-width: 768px) {
  #intro {
    padding: 0 0 90px;
  }
}
@media screen and (max-width: 767px) {
  #intro {
    padding: 0 0 50px;
  }
}

.intro__ttl {
  background-color: #b993bf;
  color: #fff;
  font-size: 2.6rem;
  font-weight: 600;
  letter-spacing: 1px;
  padding: 25px 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .intro__ttl {
    font-size: 2rem;
    padding: 13px 0;
  }
}

.intro__img {
  position: relative;
}
@media screen and (min-width: 1025px) {
  .intro__img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 50px auto 0;
    width: 90%;
  }
}
@media screen and (min-width: 1280px) {
  .intro__img {
    width: 1068px;
  }
}
@media screen and (max-width: 1024px) {
  .intro__img {
    margin: 50px auto 0;
    width: 470px;
  }
}
@media screen and (max-width: 767px) {
  .intro__img {
    margin: 30px auto 0;
    width: 90%;
  }
}

@media screen and (min-width: 1025px) {
  .intro__img-inner {
    padding-top: 30.89%;
  }
}
@media screen and (max-width: 1024px) {
  .intro__img-inner {
    padding-top: 152%;
  }
}
.intro__img-inner::before {
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
}

.intro__img-gdaward {
  position: absolute;
  top: 0;
  width: 53.71%;
  z-index: 2;
}
@media screen and (min-width: 1025px) {
  .intro__img-gdaward {
    width: 17.6%;
  }
}

.intro__img-c14 {
  position: absolute;
  z-index: 1;
}
@media screen and (min-width: 1025px) {
  .intro__img-c14 {
    bottom: 10px;
    width: 44%;
  }
}
@media screen and (min-width: 1025px) {
  .intro__img-c14.no-pedal {
    left: 0;
  }
}
@media screen and (max-width: 1024px) {
  .intro__img-c14.no-pedal {
    top: 5%;
    width: 100%;
  }
}
@media screen and (min-width: 1025px) {
  .intro__img-c14.pedal {
    right: 0;
  }
}
@media screen and (max-width: 1024px) {
  .intro__img-c14.pedal {
    bottom: 2%;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .intro__img-c14.pedal {
    bottom: 3%;
  }
}

.intro__img-arrow {
  position: absolute;
  z-index: 3;
}
@media screen and (min-width: 1025px) {
  .intro__img-arrow {
    left: 46.4%;
    top: 44%;
    width: 7.1%;
  }
}
@media screen and (max-width: 1024px) {
  .intro__img-arrow {
    height: 38px;
    left: 39.74%;
    position: absolute;
    top: calc(50% - 19px);
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    width: 20.57%;
  }
}

.intro__img-txt-pedal {
  position: absolute;
  z-index: 2;
}
@media screen and (min-width: 1025px) {
  .intro__img-txt-pedal {
    bottom: 0;
    height: 4.2%;
    left: 74.8%;
    width: 6.9%;
  }
}
@media screen and (max-width: 1024px) {
  .intro__img-txt-pedal {
    bottom: 0;
    height: 18px;
    left: 41%;
    width: 21.14%;
  }
}
@media screen and (max-width: 767px) {
  .intro__img-txt-pedal {
    height: 14px;
    width: 21.14%;
  }
}
.intro__img-txt-pedal span {
  display: block;
  position: relative;
}
.intro__img-txt-pedal span img {
  position: absolute;
  width: 100%;
  z-index: 2;
}
.intro__img-txt-pedal::before {
  background-color: #c23131;
  content: "";
  display: block;
  left: 51.35%;
  position: absolute;
  -webkit-transform: rotate(-10deg);
          transform: rotate(-10deg);
  width: 3px;
  z-index: 4;
}
@media screen and (min-width: 1025px) {
  .intro__img-txt-pedal::before {
    bottom: 136%;
    height: 240%;
  }
}
@media screen and (max-width: 1024px) {
  .intro__img-txt-pedal::before {
    bottom: 24px;
    height: 206%;
  }
}
@media screen and (max-width: 767px) {
  .intro__img-txt-pedal::before {
    bottom: 136%;
  }
}

.intro__txt {
  font-size: 2.8rem;
  font-weight: 500;
  letter-spacing: 1.5px;
  line-height: 1.85;
  padding-top: 50px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .intro__txt {
    font-size: 5.65vw;
    letter-spacing: 0;
    padding-top: 40px;
  }
}

.btn__ar {
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .btn__ar {
    padding-top: 50px;
    width: 315px;
  }
}
@media screen and (max-width: 767px) {
  .btn__ar {
    padding-top: 50px;
    width: 84%;
  }
}
.btn__ar a.btn-line {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 2px solid #262626;
  border-radius: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 20px;
  position: relative;
  width: 100%;
}
.btn__ar a.btn-line img {
  width: 60%;
}
.btn__ar a.btn-line::after {
  background-image: url(../images/arrow_black.svg);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: 15px;
  position: absolute;
  right: 25px;
  width: 9px;
}

.btn__ar-lead {
  text-align: center;
}
.btn__ar-lead span {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 400;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
@media screen and (min-width: 768px) {
  .btn__ar-lead span {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .btn__ar-lead span {
    font-size: 3.88vw;
  }
}
.btn__ar-lead span img {
  margin-right: 8px;
  vertical-align: top;
  width: 37px;
}
.btn__ar-lead span::before, .btn__ar-lead span::after {
  background-color: #262626;
  content: "";
  display: block;
  height: 32px;
  position: absolute;
  width: 1px;
}
.btn__ar-lead span::before {
  left: -3px;
  -webkit-transform: rotate(-35deg);
          transform: rotate(-35deg);
}
@media screen and (min-width: 768px) {
  .btn__ar-lead span::before {
    left: -10px;
  }
}
.btn__ar-lead span::after {
  right: -3px;
  -webkit-transform: rotate(35deg);
          transform: rotate(35deg);
}
@media screen and (min-width: 768px) {
  .btn__ar-lead span::after {
    right: -10px;
  }
}

.bnr-voice {
  margin: 40px auto 0;
  width: 400px;
}
@media screen and (max-width: 767px) {
  .bnr-voice {
    margin: 30px auto 0;
    width: 90%;
  }
}
.bnr-voice a {
  color: #262626;
  display: inline-block;
  position: relative;
  text-decoration: none;
  width: 100%;
}
.bnr-voice a::after {
  background-image: url(../images/icon_bnr_arrow.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 50%;
  content: "";
  display: block;
  height: 18px;
  position: absolute;
  right: 15px;
  top: calc(50% - 9px);
  width: 18px;
}
.bnr-voice a dl.bnr-voice__item {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #e3ded5;
  border-radius: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 130px;
}
.bnr-voice a dl.bnr-voice__item dt {
  width: 140px;
}
.bnr-voice a dl.bnr-voice__item dt img {
  border-radius: 8px 0 0 8px;
}
.bnr-voice a dl.bnr-voice__item dd {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 15px;
}
.bnr-voice a dl.bnr-voice__item dd h3 {
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.36px;
  line-height: 1.44;
}
@media screen and (max-width: 767px) {
  .bnr-voice a dl.bnr-voice__item dd h3 {
    font-size: 1.6rem;
  }
}
.bnr-voice a dl.bnr-voice__item dd p {
  font-size: 1.4rem;
  letter-spacing: 0.28px;
  line-height: 1.5;
  margin-top: 10px;
}
.bnr-voice a dl.bnr-voice__item dd p strong {
  color: #c23131;
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0.24px;
}
.bnr-voice a dl.bnr-voice__item dd p small {
  font-size: 1.2rem;
}

/*
======================================================
  lineup
--------------------------------------------------- */
#lineup {
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  #lineup {
    padding: 90px 0;
  }
}
@media screen and (max-width: 767px) {
  #lineup {
    padding: 50px 0 60px;
  }
}

@media screen and (min-width: 1025px) {
  #lineup__slider {
    padding-top: 50px;
  }
}
@media screen and (max-width: 1024px) {
  #lineup__slider {
    padding-top: 20px;
  }
}

ul#lineup__list li {
  text-align: center;
}

.lineup__item-img {
  margin: 0 auto;
  text-align: center;
}
@media screen and (min-width: 1025px) {
  .lineup__item-img {
    height: 304px;
    width: 1000px;
  }
  .lineup__item-img img {
    margin: 0 auto;
    width: 480px;
  }
}
@media screen and (max-width: 1024px) {
  .lineup__item-img {
    width: 46%;
  }
  .lineup__item-img img {
    margin-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  .lineup__item-img {
    width: 66%;
  }
}

.lineup__item-name {
  border-bottom: 3px solid #666;
  color: #666;
  display: inline-block;
  font-family: "Avenir Next", "Noto Sans JP", sans-serif;
  font-size: 3rem;
  font-style: normal;
  font-weight: 700;
  height: 42px;
  letter-spacing: 0.52px;
  margin: 0 auto;
  margin-top: 28px;
    padding: 0 6px;
  text-align: center;
}
.lineup__item-name.skyblue {
  border-bottom: 3px solid #009ad1;
  color: #009ad1;
}
.lineup__item-name.white {
  border-bottom: 3px solid #666;
  color: #666;
}
.lineup__item-name.purple {
  border-bottom: 3px solid #d3add9;
  color: #d3add9;
}
.lineup__item-name.rubyred {
  border-bottom: 3px solid #c23131;
  color: #c23131;
}

ul#lineup__list li .price {
    font-size: 2.2rem;
    font-weight: 500;
    margin-top: 15px;
}
ul#lineup__list li .price .min {
    font-size: 1.4rem;
    margin-left: 2px;
}

#lineup__slider {
  padding-bottom: 40px;
}

#lineup__slider .slick-prev,
#lineup__slider .slick-next {
  background-color: #fff;
  border: 2px solid #262626;
  border-radius: 50%;
  color: transparent;
  cursor: pointer;
  display: block;
  font-size: 0;
  height: 100px;
  line-height: 0;
  outline: none;
  padding: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  width: 100px;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  #lineup__slider .slick-prev,
  #lineup__slider .slick-next {
    height: 40px;
    width: 40px;
  }
}
#lineup__slider .slick-prev::before,
#lineup__slider .slick-next::before {
  background-image: url(../images/arrow_black.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: 34px;
  left: calc(50% - 6px);
  position: absolute;
  top: calc(50% - 17px);
  width: 20px;
}
@media screen and (max-width: 767px) {
  #lineup__slider .slick-prev::before,
  #lineup__slider .slick-next::before {
    height: 17px;
    top: calc(50% - 8.5px);
    width: 10px;
  }
}
#lineup__slider .slick-prev {
  left: 5%;
}
#lineup__slider .slick-prev::before {
  left: calc(50% - 12px);
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
@media screen and (max-width: 767px) {
  #lineup__slider .slick-prev::before {
    left: calc(50% - 6px);
  }
}
#lineup__slider .slick-next {
  right: 5%;
}
#lineup__slider .slick-next::before {
  left: calc(50% - 8px);
}
@media screen and (max-width: 767px) {
  #lineup__slider .slick-next::before {
    left: calc(50% - 4px);
  }
}

.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  bottom: -55px;
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  text-align: center;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .slick-dots {
    bottom: -45px;
  }
}

.slick-dots li {
  cursor: pointer;
  display: inline-block;
  height: 20px;
  margin: 0 15px;
  padding: 0;
  position: relative;
  width: 20px;
}

.slick-dots li button {
  background: transparent;
  border: 0;
  color: transparent;
  cursor: pointer;
  display: block;
  font-size: 0;
  height: 20px;
  line-height: 0;
  outline: none;
  width: 20px;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button::before {
  background-color: #000;
  border-radius: 50%;
  content: "";
  display: block;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  height: 20px;
  left: 50%;
  line-height: 20px;
  position: absolute;
  text-align: center;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 20px;
}

#lineup__slider .slick-dots li:nth-of-type(1) button::before {
  background-color: #99d7ed;
}
#lineup__slider .slick-dots li:nth-of-type(2) button::before {
  background-color: #e7e7e7;
}
#lineup__slider .slick-dots li:nth-of-type(3) button::before {
  background-color: #e4d8ee;
}
#lineup__slider .slick-dots li:nth-of-type(4) button::before {
  background-color: #e7acac;
}
#lineup__slider .slick-dots li.slick-active:nth-of-type(1) button::before {
  background-color: #6bcbed;
  border: 2px solid #009ad1;
}
#lineup__slider .slick-dots li.slick-active:nth-of-type(2) button::before {
  background-color: #fff;
  border: 2px solid #666;
}
#lineup__slider .slick-dots li.slick-active:nth-of-type(3) button::before {
  background-color: #d9c1ee;
  border: 2px solid #d3add9;
}
#lineup__slider .slick-dots li.slick-active:nth-of-type(4) button::before {
  background-color: #e77d7d;
  border: 2px solid #c23131;
}

#lineup .btn-line {
  margin-top: 30px;
}

/*
======================================================
  modal
--------------------------------------------------- */
.modal {
  display: none;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99;
}

.modal__bg {
  background: rgba(0, 0, 0, 0.5);
  bottom: 0;
  height: 100%;
  left: 0;
  margin: auto;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 99;
}

.modal__content {
  background: #fff;
  border-radius: 22px;
  display: inline-block;
  height: 430px;
  left: 50%;
  max-height: 80vh;
  overflow-y: auto;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 750px;
  z-index: 100;
}
@media screen and (max-width: 767px) {
  .modal__content {
    height: 516px;
    left: 50%;
    max-height: 85vh;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 90%;
  }
}
@media screen and (max-width: 480px) {
  .modal__content {
    height: 532px;
  }
}

ul.modal__img-list {
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  ul.modal__img-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-top: 40px;
    width: 670px;
  }
}
@media screen and (max-width: 767px) {
  ul.modal__img-list {
    padding-top: 22px;
    width: 306px;
  }
}
@media screen and (min-width: 768px) {
  ul.modal__img-list li {
    width: 320px;
  }
}
@media screen and (max-width: 767px) {
  ul.modal__img-list li {
    margin-top: 17px;
  }
  ul.modal__img-list li:first-child {
    margin-top: 0;
  }
}

.modal__txt {
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .modal__txt {
    padding-top: 20px;
    width: 670px;
  }
}
@media screen and (max-width: 767px) {
  .modal__txt {
    padding-top: 12px;
    width: 87%;
  }
}
.modal__txt p {
  font-size: 1.6rem;
  line-height: 1.75;
}
@media screen and (max-width: 767px) {
  .modal__txt p {
    font-size: 1.4rem;
    line-height: 1.57;
  }
}

.modal__close {
  margin: 0 auto;
  padding-top: 30px;
  width: 510px;
}
@media screen and (max-width: 767px) {
  .modal__close {
    padding-top: 15px;
    width: 100%;
  }
}
.modal__close a {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 2px solid #262626;
  color: #262626;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.4rem;
  height: 38px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-decoration: none;
  width: 100%;
}

body {
  position: static;
}

body.fixed {
  height: 100%;
  left: 0;
  position: fixed;
  width: 100%;
}

/*
======================================================
  nayami
--------------------------------------------------- */
#nayami {
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  #nayami {
    padding: 90px 0;
  }
}
@media screen and (max-width: 767px) {
  #nayami {
    padding: 50px 0 60px;
  }
}

.nayami__label {
  text-align: center;
}
.nayami__label span {
  display: inline-block;
  font-size: 2rem;
  font-weight: 500;
  position: relative;
}
@media screen and (max-width: 767px) {
  .nayami__label span {
    font-size: 1.9rem;
  }
}
.nayami__label span::before, .nayami__label span::after {
  background-color: #262626;
  bottom: -15px;
  content: "";
  display: block;
  height: 32px;
  position: absolute;
  width: 1px;
}
.nayami__label span::before {
  left: -30px;
  -webkit-transform: rotate(-35deg);
          transform: rotate(-35deg);
}
@media screen and (max-width: 767px) {
  .nayami__label span::before {
    left: -15px;
  }
}
.nayami__label span::after {
  right: -30px;
  -webkit-transform: rotate(35deg);
          transform: rotate(35deg);
}
@media screen and (max-width: 767px) {
  .nayami__label span::after {
    right: -15px;
  }
}

.nayami__ttl {
  font-size: 2.6rem;
  font-weight: 600;
  line-height: 1.46;
  padding-top: 20px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .nayami__ttl {
    font-size: 2.2rem;
  }
}

ul.nayami__list {
  margin: 0 auto;
}
@media screen and (min-width: 1025px) {
  ul.nayami__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-top: 40px;
    width: 1000px;
  }
}
@media screen and (max-width: 1024px) {
  ul.nayami__list {
    padding-top: 15px;
    width: 290px;
  }
}
ul.nayami__list li {
  border: dotted 3px #262626;
  border-radius: 50%;
  height: 290px;
  width: 290px;
}
@media screen and (max-width: 1024px) {
  ul.nayami__list li {
    margin-top: 25px;
  }
}
ul.nayami__list li:nth-of-type(1) {
  border: dotted 3px #cbd4b4;
}
ul.nayami__list li:nth-of-type(2) {
  border: dotted 3px #c5b4d4;
}
ul.nayami__list li:nth-of-type(3) {
  border: dotted 3px #d4b4b6;
}

dl.nayami__item {
  width: 100%;
}
dl.nayami__item dt {
  padding-top: 35px;
  text-align: center;
}
dl.nayami__item dt img {
  height: 60px;
  width: auto;
}
dl.nayami__item dd {
  text-align: center;
}
dl.nayami__item dd h3 {
  font-size: 2rem;
  font-weight: 500;
  padding-top: 20px;
}
dl.nayami__item dd p {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
  padding-top: 15px;
}

.nayami__item-more {
  margin-top: 20px;
}
.nayami__item-more a {
  color: #009ad1;
  display: inline-block;
  font-size: 1.4rem;
  font-weight: 700;
  padding: 0 0 0 20px;
  position: relative;
  text-decoration: none;
}
.nayami__item-more a::before {
  background-image: url(../images/icon_triangle_blue.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: 14px;
  left: 0;
  position: absolute;
  top: calc(50% - 7px);
  width: 14px;
}

/*
======================================================
  pick up
--------------------------------------------------- */
.pickup {
  background-color: #e3ded5;
}
@media screen and (min-width: 768px) {
  .pickup {
    padding: 90px 0;
  }
}
@media screen and (max-width: 767px) {
  .pickup {
    padding: 50px 0 60px;
  }
}

.pickup__ttl {
  font-size: 2.6rem;
  font-weight: 500;
  letter-spacing: 1.3px;
  line-height: 1.53;
  padding-top: 20px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .pickup__ttl {
    font-size: 2.4rem;
  }
}

ul.pickup__list {
  margin: 0 auto;
}
@media screen and (min-width: 1025px) {
  ul.pickup__list {
    padding-top: 20px;
    width: 90%;
  }
}
@media screen and (min-width: 1280px) {
  ul.pickup__list {
    width: 1200px;
  }
}
@media screen and (max-width: 1024px) {
  ul.pickup__list {
    padding-top: 20px;
    width: 70%;
  }
}
@media screen and (max-width: 767px) {
  ul.pickup__list {
    padding-top: 10px;
    width: 94%;
  }
}
ul.pickup__list li {
  padding-top: 30px;
}
@media screen and (max-width: 767px) {
  ul.pickup__list li {
    padding-top: 20px;
  }
}
ul.pickup__list li dl.pickup__item {
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 1025px) {
  ul.pickup__list li dl.pickup__item {
    border-radius: 23px;
    min-height: 360px;
  }
}
@media screen and (max-width: 1024px) {
  ul.pickup__list li dl.pickup__item {
    border-radius: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
@media screen and (min-width: 1025px) {
  ul.pickup__list li dl.pickup__item dt {
    height: 100%;
    width: 39.16%;
  }
}
@media screen and (min-width: 1280px) {
  ul.pickup__list li dl.pickup__item dt {
    width: 470px;
  }
}
@media screen and (min-width: 1025px) {
  ul.pickup__list li dl.pickup__item dt img {
    min-height: 360px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media screen and (max-width: 1024px) {
  ul.pickup__list li dl.pickup__item dt img {
    border-radius: 0 0 20px 20px;
    width: 100%;
  }
}
@media screen and (min-width: 1025px) {
  ul.pickup__list li dl.pickup__item dd {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

@media screen and (min-width: 768px) {
  #pedal {
    display: block;
    margin-top: -80px;
    padding-top: 80px;
  }
}
@media screen and (max-width: 767px) {
  #pedal {
    display: block;
    margin-top: -50px;
    padding-top: 50px;
  }
}

@media screen and (min-width: 1025px) {
  #pickup-01 ul.pickup__list li:nth-child(odd) > dl.pickup__item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  #pickup-01 ul.pickup__list li:nth-child(odd) > dl.pickup__item dt img {
    border-radius: 0 23px 23px 0;
  }
  #pickup-02 ul.pickup__list li:nth-child(odd) > dl.pickup__item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  #pickup-02 ul.pickup__list li:nth-child(odd) > dl.pickup__item dt img {
    border-radius: 23px 0 0 23px;
  }
  #pickup-01 ul.pickup__list li:nth-child(even) > dl.pickup__item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  #pickup-01 ul.pickup__list li:nth-child(even) > dl.pickup__item dt img {
    border-radius: 23px 0 0 23px;
  }
  #pickup-02 ul.pickup__list li:nth-child(even) > dl.pickup__item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  #pickup-02 ul.pickup__list li:nth-child(even) > dl.pickup__item dt img {
    border-radius: 0 23px 23px 0;
  }
  ul.pickup__list li #pedal > dl.pickup__item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  ul.pickup__list li #pedal > dl.pickup__item dt img {
    border-radius: 0 23px 23px 0;
  }
}
.pickup__item-header {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 40px 40px 0;
}
@media screen and (max-width: 767px) {
  .pickup__item-header {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    padding: 20px 20px 0;
  }
}
.pickup__item-header span {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #c23131;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 15px;
  width: 50px;
}
@media screen and (max-width: 767px) {
  .pickup__item-header span {
    height: 34px;
    margin-right: 10px;
    width: 34px;
  }
}
.pickup__item-header span img {
  height: 18px;
  width: auto;
}
@media screen and (max-width: 767px) {
  .pickup__item-header span img {
    height: 14px;
  }
}
.pickup__item-header h3 {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.6;
}

.pickup__item-body {
  padding: 20px 40px 10px;
}
@media screen and (max-width: 1024px) {
  .pickup__item-body {
    padding: 20px 40px 30px;
  }
}
@media screen and (max-width: 767px) {
  .pickup__item-body {
    padding: 15px 20px 25px;
  }
}
.pickup__item-body p {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.87;
}

.link__blue {
  margin-top: 20px;
}
.link__blue a {
  color: #009ad1;
  display: inline-block;
  font-size: 1.6rem;
  font-weight: 500;
  padding: 0 0 0 20px;
  position: relative;
  text-decoration: none;
}
.link__blue a::before {
  background-image: url(../images/icon_triangle_blue.svg);
  background-position: center center;
  background-size: contain;
  content: "";
  display: block;
  height: 14px;
  left: 0;
  position: absolute;
  top: calc(50% - 7px);
  width: 12px;
}
@media screen and (max-width: 767px) {
  .link__blue a::before {
    bottom: 0;
    top: auto;
  }
}
.link__blue a span {
  border: 1px solid #009ad1;
  border-radius: 4px;
  display: inline-block;
  font-size: 1.4rem;
  font-weight: 700;
  margin-right: 10px;
  padding: 0.3em;
}
@media screen and (max-width: 767px) {
  .link__blue a span {
    margin-bottom: 6px;
  }
}

.pickup__tool {
  margin-top: 60px;
}

.pickup__tool-label {
  text-align: center;
}
.pickup__tool-label span {
  display: inline-block;
  font-size: 2rem;
  font-weight: 500;
  position: relative;
}
@media screen and (max-width: 767px) {
  .pickup__tool-label span {
    font-size: 1.9rem;
  }
}
.pickup__tool-label span::before, .pickup__tool-label span::after {
  background-color: #262626;
  bottom: -15px;
  content: "";
  display: block;
  height: 32px;
  position: absolute;
  width: 1px;
}
.pickup__tool-label span::before {
  left: -30px;
  -webkit-transform: rotate(-35deg);
          transform: rotate(-35deg);
}
@media screen and (max-width: 767px) {
  .pickup__tool-label span::before {
    left: -15px;
  }
}
.pickup__tool-label span::after {
  right: -30px;
  -webkit-transform: rotate(35deg);
          transform: rotate(35deg);
}
@media screen and (max-width: 767px) {
  .pickup__tool-label span::after {
    right: -15px;
  }
}

.pickup__tool-ttl {
  font-size: 2.6rem;
  font-weight: 600;
  line-height: 1.46;
  padding-top: 20px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .pickup__tool-ttl {
    font-size: 2.2rem;
  }
}

.pickup__tool-img {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 auto;
}
@media screen and (min-width: 1025px) {
  .pickup__tool-img {
    padding-top: 20px;
    width: 750px;
  }
}
@media screen and (max-width: 1024px) {
  .pickup__tool-img {
    padding-top: 20px;
    width: 90%;
  }
}

.pickup__tool-img-01 {
  width: 332px;
}
@media screen and (max-width: 1024px) {
  .pickup__tool-img-01 {
    width: 44.57%;
  }
}

.pickup__tool-img-arrow {
  width: 76px;
}
@media screen and (max-width: 1024px) {
  .pickup__tool-img-arrow {
    width: 10.28%;
  }
}

.pickup__tool-img-02 {
  width: 264px;
}
@media screen and (max-width: 1024px) {
  .pickup__tool-img-02 {
    width: 35.42%;
  }
}

.pickup__tool-txt {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.87;
  padding-top: 20px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .pickup__tool-txt {
    margin: 0 auto;
    width: 90%;
  }
}

/*
======================================================
  scroll
--------------------------------------------------- */
#scroll {
  background-color: #f7f6f2;
  overflow: hidden;
  text-align: center;
}
@media screen and (min-width: 768px) {
  #scroll {
    padding: 10px 0 90px;
  }
}
@media screen and (max-width: 767px) {
  #scroll {
    padding: 10px 0 50px;
  }
}

.scroll__txt {
  font-weight: 500;
  line-height: 1.77;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .scroll__txt {
    font-size: 1.8rem;
    padding-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  .scroll__txt {
    font-size: 4.64vw;
    padding-top: 21px;
  }
}
.scroll__txt p {
  display: inline-block;
  margin: 0 auto;
  position: relative;
}
.scroll__txt p::before, .scroll__txt p::after {
  background-color: #262626;
  bottom: 0;
  content: "";
  height: 1px;
  position: absolute;
  width: 35px;
}
@media screen and (min-width: 768px) {
  .scroll__txt p::before, .scroll__txt p::after {
    bottom: 10px;
  }
}
.scroll__txt p::before {
  left: -15px;
  -webkit-transform: rotate(55deg);
          transform: rotate(55deg);
}
@media screen and (min-width: 768px) {
  .scroll__txt p::before {
    left: -30px;
  }
}
.scroll__txt p::after {
  right: -15px;
  -webkit-transform: rotate(-55deg);
          transform: rotate(-55deg);
}
@media screen and (min-width: 768px) {
  .scroll__txt p::after {
    right: -30px;
  }
}

@media screen and (min-width: 1025px) {
  #scroll__box {
    margin-top: 25px;
  }
}
@media screen and (max-width: 1024px) {
  #scroll__box {
    height: 236px;
    margin-top: 30px;
    -ms-overflow-style: none !important;
    overflow-x: scroll;
    overflow-y: hidden;
    scrollbar-width: none !important;
    white-space: nowrap;
    width: 100%;
    word-break: keep-all;
  }
  #scroll__box::-webkit-scrollbar {
    display: none;
  }
}

ul#scroll__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 1025px) {
  ul#scroll__list {
    height: 244px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (max-width: 1024px) {
  ul#scroll__list {
    height: 230px;
    margin: 0 30px;
  }
}
@media screen and (min-width: 1025px) {
  ul#scroll__list li {
    height: 244px;
    margin: 0 2.5px;
    width: 250px;
  }
}
@media screen and (max-width: 1024px) {
  ul#scroll__list li {
    height: 230px;
    margin-right: 15px;
    width: 235px;
  }
}

.scroll__item {
  position: relative;
}
@media screen and (min-width: 1025px) {
  .scroll__item {
    height: 244px;
    width: 250px;
  }
}
@media screen and (max-width: 1024px) {
  .scroll__item {
    height: 230px;
    width: 235px;
  }
}
.scroll__item img {
  border-radius: 10px;
  bottom: 0;
  position: absolute;
  right: 0;
  width: 220px;
}
@media screen and (min-width: 1025px) {
  .scroll__item img {
    width: 235px;
  }
}
.scroll__item figcaption {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  border: 2px solid #009ad1;
  border-radius: 50%;
  color: #009ad1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
  font-size: 1.1rem;
  font-weight: 700;
  height: 85px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  left: 0;
  letter-spacing: 0.05em;
  line-height: 1.37;
  position: absolute;
  text-align: center;
  top: 0;
  width: 85px;
}
.scroll__item figcaption p strong {
  font-size: 1.6rem;
}
.scroll__item figcaption p span {
  font-size: 1.4rem;
}

#scroll ul.kome-list {
  display: inline-block;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  #scroll ul.kome-list {
    margin-top: 20px;
  }
}
#scroll ul.kome-list li {
  line-height: 1.5;
  padding-left: 1em;
  position: relative;
  font-size: 1.3rem;
  text-align: left;
}
#scroll ul.kome-list li::before {
  content: "※";
  left: 0;
  position: absolute;
  top: 0;
}

/*
======================================================
  spec
--------------------------------------------------- */
#spec {
  background-color: #f7f6f2;
}
@media screen and (min-width: 768px) {
  #spec {
    padding: 90px 0;
  }
}
@media screen and (max-width: 767px) {
  #spec {
    padding: 50px 0 40px;
  }
}

.spec__ttl {
  font-size: 2rem;
  font-weight: 400;
  letter-spacing: 0.4px;
  padding-top: 70px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .spec__ttl {
    padding-top: 50px;
  }
}

table.spec__data {
  border-left: 1px solid #808080;
  border-top: 1px solid #808080;
  margin: 30px auto 0;
  width: 700px;
}
@media screen and (max-width: 767px) {
  table.spec__data {
    width: 90%;
  }
}
table.spec__data th,
table.spec__data td {
  border-bottom: 1px solid #808080;
  border-right: 1px solid #808080;
  font-size: 1.6rem;
  line-height: 1.6;
  padding: 0.75em 1.2em;
}
@media screen and (max-width: 767px) {
  table.spec__data th,
  table.spec__data td {
    font-size: 1.3rem;
  }
}
table.spec__data th {
  text-align: left;
  vertical-align: top;
  white-space: nowrap;
  width: 20%;
}

.spec__bnr {
  margin: 0 auto;
  width: 750px;
}
@media screen and (max-width: 767px) {
  .spec__bnr {
    width: 90%;
  }
}
.spec__bnr a {
  color: #262626;
  text-decoration: none;
}

.bnr-product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
.bnr-product img {
  border-radius: 8px;
  margin-top: 25px;
}
@media screen and (max-width: 767px) {
  .bnr-product img {
    margin-top: 15px;
  }
}
.bnr-product figcaption {
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0.32px;
  line-height: 1.1;
  text-align: center;
}

/*
======================================================
  story
--------------------------------------------------- */
#story {
  background-image: url(../images/img_story_bg.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 90px 0 0;
  position: relative;
  z-index: 1;
}
#story::after {
  background-color: rgba(211, 211, 211, 0.8);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  #story {
    padding: 0;
  }
}

.story__inner {
  margin: 0 auto;
  position: relative;
  z-index: 3;
}
@media screen and (min-width: 1025px) {
  .story__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-bottom: 90px;
    width: 90%;
  }
}
@media screen and (min-width: 1280px) {
  .story__inner {
    width: 1200px;
  }
}
@media screen and (max-width: 1024px) {
  .story__inner {
    padding-bottom: 40px;
    width: 100%;
  }
}

@media screen and (min-width: 1025px) {
  .story__img {
    width: 48%;
  }
}
@media screen and (min-width: 1280px) {
  .story__img {
    width: 575px;
  }
}
@media screen and (max-width: 1024px) {
  .story__img {
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .story__img {
    width: 100%;
  }
  .story__img img {
    width: 100%;
  }
}

@media screen and (min-width: 1025px) {
  .story__txt {
    width: 48%;
  }
}
@media screen and (min-width: 1280px) {
  .story__txt {
    width: 575px;
  }
}
@media screen and (max-width: 1024px) {
  .story__txt {
    margin: 0 auto;
    padding-top: 30px;
    width: 555px;
  }
}
@media screen and (max-width: 767px) {
  .story__txt {
    padding-top: 15px;
    width: 90%;
  }
}
.story__txt p {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.87;
  padding-top: 20px;
}
@media screen and (max-width: 767px) {
  .story__txt p {
    padding-top: 15px;
  }
}

.story__label {
  margin-top: 20px;
}
.story__label img {
  height: 18px;
}
@media screen and (max-width: 767px) {
  .story__label img {
    height: 14px;
  }
}

.story__ttl {
  font-size: 2.6rem;
  font-weight: 500;
  line-height: 1.23;
  margin-top: 15px;
}
@media screen and (max-width: 767px) {
  .story__ttl {
    font-size: 2.2rem;
    margin-top: 10px;
  }
}

.story__under {
  background-color: #f2eee6;
  padding: 60px 0;
  position: relative;
  text-align: center;
  z-index: 3;
}
@media screen and (max-width: 767px) {
  .story__under {
    padding: 30px 0;
  }
}