@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Shippori+Mincho:wght@400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Volkhov:wght@400;700&text=0123456789,&display=swap");
/*文字シャギーを解消*/
h4, h5, h6, p, li, ol, dl, label, select, button, span, table, .no-shaggy {
  transform: rotate(0.03deg);
}

h1, h2, h3, h4, h5 {
  font-family: "Shippori Mincho", serif;
}

/*--------------------------------------------------
 IEのアラート
-------------------------------------------------*/
#forIE {
  display: none;
}

@media all and (-ms-high-contrast: none) {
  #forIE {
    display: block;
  }
  html, body {
    overflow: hidden;
  }
}
.ie_alert {
  position: fixed;
  width: 100%;
  height: 100%;
  background: #FFF;
  text-align: center;
  padding: 10% 0;
  z-index: 1000;
}
.ie_alert span, .ie_alert p, .ie_alert a {
  color: #333;
}
.ie_alert span {
  display: block;
  font-size: 3rem;
}
.ie_alert p {
  font-size: 20px;
}

/*--------------------------------------------------
  基本
-------------------------------------------------*/
.my-lg {
  margin: 80px auto;
}
@media screen and (max-width: 576px) {
  .my-lg {
    margin: 50px auto;
  }
}

.py-lg {
  padding: 80px 0;
}

.lineup--bgclr--01 {
  background: linear-gradient(90deg, #6ec6cb, #71b97e);
}
.lineup--bgclr--02 {
  background: linear-gradient(90deg, #d9383f, #e0815e);
}
.lineup--bgclr--03 {
  background: linear-gradient(90deg, #438a6c, #98caa0);
}
.lineup--bgclr--04 {
  background: linear-gradient(90deg, #e3515b, #e78296);
}
.lineup--bgclr--05 {
  background: linear-gradient(90deg, #7e4b25, #f3cc45);
}
.lineup--bgclr--06 {
  background: linear-gradient(90deg, #33b2b6, #a0c7e0);
}
.lineup--bgclr--07 {
  background: linear-gradient(90deg, #c77278, #e8848c);
}
.lineup--bgclr--08 {
  background: linear-gradient(90deg, #2f8cbf, #67c0d4);
}
.lineup--bgclr--09 {
  background: linear-gradient(90deg, #000000, #cb5735);
}
.lineup--bgclr--10 {
  background: linear-gradient(90deg, #534f8c, #977fac);
}
.lineup--bgclr--11 {
  background: linear-gradient(90deg, #231815, #386eaa);
}
.lineup--bgclr--12 {
  background: linear-gradient(90deg, #567693, #aebfd2);
}
.lineup--bgclr--13 {
  background: linear-gradient(90deg, #B81C22, #CF737A);
}

.t-gray {
  color: #666666;
}

.t-white {
  color: #ffffff;
}

.t-price {
  color: #FF0000;
}

.t-star {
  color: #FFCC00;
}

.t-nostar {
  color: #e6e6e6;
}

.t-brown {
  color: #3d1f0d;
}

@media screen and (max-width: 767px) {
  .bg-gray {
    background-color: #666666;
    color: #ffffff;
    padding: 0.2rem;
  }
}

.bg-azuki {
  background-color: #660000;
  color: #ffffff;
}

.btn-shipping {
  background: #FF0000;
  color: white;
  padding: 0.3rem 0.2rem 0.1rem;
  line-height: 1em;
}
h1 {
  font-size: 2rem;
  font-weight: 700;
  line-height: 2.5rem;
  display: inline-block;
  padding-bottom: 0.5rem;
  position: relative;
}
@media screen and (max-width: 576px) {
  h1 {
    font-size: 1.8rem;
  }
}

h2 {
  font-size: 1.6rem;
  font-weight: 700;
}
@media screen and (max-width: 576px) {
  h2 {
    font-size: 1.4rem;
  }
}

h3 {
  font-size: 1.4rem;
  font-weight: 700;
}
@media screen and (max-width: 576px) {
  h3 {
    font-size: 1.2rem;
  }
}

.borderSlide:after {
  content: "";
  width: 0%;
  height: 0;
  border-bottom: 2px solid #333333;
  position: absolute;
  left: 0;
  bottom: 0;
  transition: 0.8s all;
}
.borderSlide.is-animated:after {
  width: 100%;
}

.fw-r {
  font-weight: 400;
}

.fw-m {
  font-weight: 500;
}

.fw-b {
  font-weight: 700;
}

body {
  color: #333333;
  font-family: "Volkhov", sans-serif;
  font-size: 18px;
  letter-spacing: 0.05rem;
  background-size: 100px;
  background-image: url(images/asa_bg.jpg);
  background-repeat: repeat;
}

.b-2 {
  border: 2px solid #333333;
}

.border-brown {
  border: 1px solid #7c6560;
}

main {
  overflow: hidden;
}

a {
  text-decoration: none;
  color: unset;
}

small {
  font-size: 0.75em;
  vertical-align: top;
}

.wrapper--shadow {
  border-radius: 1rem;
  box-shadow: 10px 7px 20px 5px rgba(0, 0, 0, 0.15);
  background-color: white;
}
@media screen and (max-width: 576px) {
  .wrapper--shadow {
    border-radius: 0.5rem;
  }
}

.bg--r, .bg--l {
  height: 400px;
  position: absolute;
  z-index: -1;
}
.bg--r img, .bg--l img {
  height: 100%;
}

.modal--houzai {
  width: 60%;
  margin: 5%;
}
@media screen and (max-width: 767px) {
  .modal--houzai {
    width: 50%;
  }
}
.modal--beans {
  position: absolute;
  width: 45%;
  top: 72%;
  left: 51%;
}
@media screen and (max-width: 767px) {
  .modal--beans {
    width: 40%;
  }
}

#intro .bg--r {
  right: -20%;
  top: -60%;
}
@media screen and (max-width: 992px) {
  #intro .bg--r {
    top: -30%;
    right: -30%;
  }
}
@media screen and (max-width: 767px) {
  #intro .bg--r {
    top: -20%;
  }
}
@media screen and (max-width: 576px) {
  #intro .bg--r {
    right: -30%;
    top: -10%;
  }
}

#kodawari .bg--l {
  left: -10%;
  top: 60%;
}
@media screen and (max-width: 992px) {
  #kodawari .bg--l {
    left: -25%;
  }
}
#kodawari .bg--r {
  right: -5%;
  top: 0;
}
@media screen and (max-width: 992px) {
  #kodawari .bg--r {
    right: -8%;
  }
}

#flow .bg--l {
  mix-blend-mode: color-burn;
  left: 3%;
  top: 30%;
}
@media screen and (max-width: 1200px) {
  #flow .bg--l {
    height: 300px;
    top: 38%;
    left: -5%;
  }
}
@media screen and (max-width: 992px) {
  #flow .bg--l {
    top: 35%;
    left: -3%;
  }
}
#flow .bg--r {
  mix-blend-mode: color-burn;
  right: 3%;
  top: 30%;
}
@media screen and (max-width: 1200px) {
  #flow .bg--r {
    height: 300px;
    top: 38%;
    right: -5%;
  }
}
@media screen and (max-width: 992px) {
  #flow .bg--r {
    top: 35%;
    right: -3%;
  }
}

#points .bg--l {
  left: -10%;
  top: 80%;
}
@media screen and (max-width: 992px) {
  #points .bg--l {
    left: -25%;
  }
}
#points .bg--r {
  right: -5%;
  top: 10%;
}
@media screen and (max-width: 992px) {
  #points .bg--r {
    right: -8%;
  }
}

#baisen .bg--r {
  right: -5%;
  top: -50%;
}
@media screen and (max-width: 992px) {
  #baisen .bg--r {
    right: -8%;
  }
}

/*--------------------------------------------------
  セクション
-------------------------------------------------*/
#mainvisual {
  width: auto;
  height: 100%;
  max-height: 800px;
  background-size: 100px;
  background-image: url(images/asa_bg.jpg);
  background-repeat: repeat;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  #mainvisual {
    max-height: 650px;
  }
}
@media screen and (max-width: 576px) {
  #mainvisual {
    max-height: 500px;
  }
}
#mainvisual .borderSlideTop {
  display: inline-block;
}
#mainvisual .borderSlideTop:after {
  content: "";
  width: 100%;
  height: 0;
  border-bottom: 2px solid white;
  position: absolute;
  bottom: 0;
  left: 0;
  transform-origin: left center;
  -webkit-animation: borderSlideTop 0.8s;
          animation: borderSlideTop 0.8s;
}

@-webkit-keyframes borderSlideTop {
  0% {
    transform: scaleX(0);
  }
  100% {
    transform: scaleX(1);
  }
}

@keyframes borderSlideTop {
  0% {
    transform: scaleX(0);
  }
  100% {
    transform: scaleX(1);
  }
}
.fv-wrapper {
  margin: auto;
  position: relative;
}
.fv-wrapper--video {
  text-align: center;
}
.fv-wrapper--video:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}
.fv-wrapper--video video {
  width: auto;
  height: 100%;
  max-height: 800px;
}
.fv-wrapper--video video:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, rgba(102, 51, 0, 0.3), rgba(0, 0, 0, 0), rgba(102, 51, 0, 0.3));
}
@media screen and (max-width: 767px) {
  .fv-wrapper--video video {
    max-height: 650px;
    left: 25%;
    transform: translateX(-25%);
  }
}
@media screen and (max-width: 576px) {
  .fv-wrapper--video video {
    max-height: 500px;
  }
}
.fv-wrapper--items {
  width: 82%;
  max-width: 1300px;
  height: auto;
  position: absolute;
  display: relative;
  top: 0;
  left: 0;
  right: 0;
  padding-top: 1%;
  margin: auto;
  z-index: 1;
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  .fv-wrapper--items {
    width: 90%;
    padding-top: 5%;
  }
}
.fv-wrapper--items--wrapper {
  height: 650px;
}
.fv-wrapper--items--ttl h1 {
  text-align: left;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .fv-wrapper--items--ttl h1 {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 576px) {
  .fv-wrapper--items--ttl h1 {
    font-size: 1.3rem;
  }
}
.fv-wrapper--items--gentei {
  border: 2px solid #fff;
  border-radius: 10rem;
  text-align: center;
  padding: 1.7rem 1.5rem;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .fv-wrapper--items--gentei {
    padding: 0.5rem;
    border-radius: 0;
    font-size: 1rem;
  }
}
.fv-wrapper--items--logo {
  margin-top: 10%;
  max-width: 800px;
}
@media screen and (max-width: 992px) {
  .fv-wrapper--items--logo {
    margin-top: 20%;
  }
}
@media screen and (max-width: 767px) {
  .fv-wrapper--items--logo {
    max-width: 500px;
    margin-top: 15%;
  }
}
@media screen and (max-width: 576px) {
  .fv-wrapper--items--logo {
    margin-top: 20%;
  }
}
.fv-wrapper--items--announce {
  width: 400px;
  height: auto;
  position: absolute;
  top: auto;
  bottom: 30px;
  right: 0;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .fv-wrapper--items--announce {
    width: 350px;
    bottom: 10px;
    right: 0;
  }
}
@media screen and (max-width: 576px) {
  .fv-wrapper--items--announce {
    width: 250px;
    right: 3%;
  }
}
.fv-wrapper--items--announce a {
  transition: 0.4s;
}
.fv-wrapper--items--announce a:hover {
  opacity: 0.8;
}
.fv-wrapper--items--announce--sp {
  display: none;
}
@media screen and (max-width: 440px) {
  .fv-wrapper--items--announce--sp {
    display: inline-block;
  }
}
.fv-wrapper--items--newmsg {
  width: 300px;
  height: auto;
  position: absolute;
  top: auto;
  bottom: 40px;
  right: 400px;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .fv-wrapper--items--newmsg {
    width: 40%;
    bottom: 30px;
    right: 350px;
  }
}
@media screen and (max-width: 576px) {
  .fv-wrapper--items--newmsg {
    width: 40%;
    right: 270px;
    bottom: 20px;
  }
}
@media screen and (max-width: 440px) {
  .fv-wrapper--items--newmsg {
    display: none;
  }
}

#intro {
  position: relative;
}
#intro h1 {
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  #intro h1 {
    margin-bottom: 1.5rem;
  }
}

#product--01 .product--logo, #product--02 .product--logo {
  max-width: 450px;
}
#product--01 .product--icon, #product--02 .product--icon {
  display: flex;
}
#product--01 .product--icon div, #product--02 .product--icon div {
  width: 130px;
}
#product--01 .product--img, #product--02 .product--img {
  max-width: 600px;
}
@media screen and (max-width: 992px) {
  #product--01 .product--img, #product--02 .product--img {
    max-width: 500px;
  }
}
#product--01 .product--fukidashi, #product--02 .product--fukidashi {
  max-width: 400px;
}
@media screen and (max-width: 576px) {
  #product--01 h1, #product--02 h1 {
    font-size: 1.8rem;
    line-height: 1.5;
  }
}
@media (max-width: 430px) {
  #product--01 h1, #product--02 h1 {
    font-size: 1.5rem;
  }
}
#product--01 h1:after, #product--02 h1:after {
  border-bottom: 2px solid #333333;
}

.kakaku {
  font-size: 4.1rem;
  line-height: 3.8rem;
}
.kakaku span {
  font-size: 2rem;
}
@media screen and (max-width: 576px) {
  .kakaku span {
    font-size: 1.5rem;
  }
}

#kodawari {
  position: relative;
}
#kodawari h2 {
  line-height: 2.2rem;
}
#kodawari .kodawari--lgfs {
  font-size: 3rem;
}

#flow {
  background-color: rgba(102, 51, 0, 0.5);
  position: relative;
}
#flow h1 {
  font-size: 1.8rem;
}
@media screen and (max-width: 992px) {
  #flow h1 {
    font-size: 1.8rem;
  }
}
#flow h2 {
  height: 3.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
}
#flow .borderSlide:after {
  border-bottom: 2px solid white;
}

#hiki {
  background-color: rgba(102, 51, 0, 0.15);
  position: relative;
}
#hiki h1 {
  font-size: 1.8rem;
}
@media screen and (max-width: 992px) {
  #hiki h1 {
    font-size: 1.8rem;
  }
}
#hiki h2 {
  height: 2.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
}
#hiki .baisen-bar {
  width: 100%;
  height: 30px;
  background-image: linear-gradient(90deg, #663300, #CC9966);
  position: relative;
}
@media screen and (max-width: 992px) {
  #hiki .baisen-bar {
    width: 30px;
    height: 121%;
    background-image: linear-gradient(180deg, #663300, #CC9966);
  }
}
@media screen and (max-width: 767px) {
  #hiki .baisen-bar {
    height: 121%;
  }
}
@media screen and (max-width: 576px) {
  #hiki .baisen-bar {
    height: 121%;
  }
}
@media (max-width: 430px) {
  #hiki .baisen-bar {
    height: 120%;
  }
}
#hiki .baisen-bar:before {
  content: "";
  background-image: url("images/baisen_bar_02.svg");
  transform: rotate(180deg);
  background-color: #BFB4A8;
  display: inline-block;
  height: 30px;
  width: 40px;
  vertical-align: middle;
  left: 0;
  position: absolute;
}
@media screen and (max-width: 992px) {
  #hiki .baisen-bar:before {
    height: 34px;
    transform: rotate(270deg);
    left: -16%;
    top: 0;
    border-top: 2px solid rgb(191, 180, 168);
    border-bottom: 2px solid rgb(191, 180, 168);
  }
}
#hiki .baisen-bar:after {
  content: "";
  background-image: url("images/baisen_bar_01.svg");
  transform: rotate(180deg);
  background-color: #BFB4A8;
  display: inline-block;
  height: 30px;
  width: 40px;
  vertical-align: middle;
  right: 0;
  position: absolute;
}
@media screen and (max-width: 992px) {
  #hiki .baisen-bar:after {
    height: 34px;
    transform: rotate(270deg);
    right: -17%;
    bottom: 0;
    border-top: 2px solid rgb(191, 180, 168);
    border-bottom: 2px solid rgb(191, 180, 168);
  }
}

#points {
  background-color: rgba(102, 51, 0, 0.3);
  position: relative;
}
#points h1 {
  font-size: 1.8rem;
}
@media screen and (max-width: 992px) {
  #points h1 {
    font-size: 1.8rem;
  }
}
#points h2 {
  height: 3.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
}

@media screen and (max-width: 576px) {
  .points--02 h1 {
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 576px) {
  #reviews h1 {
    font-size: 1.6rem;
  }
}
#reviews h2 {
  height: 3rem;
  font-size: 1.5rem;
  display: flex;
  align-items: center;
  margin-bottom: 0;
}
@media screen and (max-width: 992px) {
  #reviews h2 {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 767px) {
  #reviews h2 {
    font-size: 1.4rem;
  }
}

#baisen {
  position: relative;
}
#baisen .baisen-bar {
  width: 100%;
  height: 30px;
  background-image: linear-gradient(90deg, #CC9966, #663300);
  position: relative;
}
@media screen and (max-width: 992px) {
  #baisen .baisen-bar {
    width: 30px;
    height: 120%;
    background-image: linear-gradient(180deg, #CC9966, #663300);
  }
}
@media screen and (max-width: 767px) {
  #baisen .baisen-bar {
    height: 120%;
  }
}
@media screen and (max-width: 576px) {
  #baisen .baisen-bar {
    height: 120%;
  }
}
@media (max-width: 430px) {
  #baisen .baisen-bar {
    height: 115%;
  }
}
#baisen .baisen-bar:before {
  content: "";
  background-image: url("images/baisen_bar_01.svg");
  background-color: #D2CDC9;
  display: inline-block;
  height: 30px;
  width: 40px;
  vertical-align: middle;
  left: 0;
  position: absolute;
}
@media screen and (max-width: 992px) {
  #baisen .baisen-bar:before {
    height: 34px;
    transform: rotate(90deg);
    left: -16%;
    top: 0;
    border-top: 2px solid rgb(210, 205, 201);
    border-bottom: 2px solid rgb(210, 205, 201);
  }
}
#baisen .baisen-bar:after {
  content: "";
  background-image: url("images/baisen_bar_02.svg");
  background-color: #D2CDC9;
  display: inline-block;
  height: 30px;
  width: 40px;
  vertical-align: middle;
  right: 0;
  position: absolute;
}
@media screen and (max-width: 992px) {
  #baisen .baisen-bar:after {
    height: 34px;
    transform: rotate(90deg);
    right: -17%;
    bottom: 0;
    border-top: 2px solid rgb(210, 205, 201);
    border-bottom: 2px solid rgb(210, 205, 201);
  }
}

#lineup {
  background-size: 100px;
  background-image: url(images/lineup_bg.jpg);
  background-repeat: repeat;
  margin-top: -30px;
}
#lineup h2 {
  text-align: center;
  height: 3.5rem;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
#lineup h3 {
  text-align: center;
  height: 3rem;
  align-items: center;
  justify-content: center;
  display: flex;
  margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  #lineup h3 {
    height: 2rem;
  }
}
@media (max-width: 1399px) and (min-width: 1200px) {
  #lineup .fs-small {
    font-size: 1.3rem;
  }
}
#lineup div[class^=lineup--] .lineup-head {
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: 100% 0%;
  padding: 0.5rem 0;
  margin-bottom: 0.5rem;
  text-align: center;
  font-size: 1.4rem;
  font-weight: 700;
  transition: 0.6s;
}
#lineup div[class^=lineup--] .lineup-head.is-animated {
  background-size: 100% 20%;
}
#lineup div[class^=lineup--] .lineup-head span {
  font-size: 2.2rem;
}
#lineup .lineup--01, #lineup .lineup--02, #lineup .lineup--03, #lineup .lineup--04, #lineup .lineup--05, #lineup .lineup--06, #lineup .lineup--07, #lineup .lineup--08, #lineup .lineup--09, #lineup .lineup--10, #lineup .lineup--11, #lineup .lineup--12, #lineup .lineup--13 {
  position: relative;
}
#lineup .lineup--13 .lineup-head {
  background-image: linear-gradient(90deg, #B81C22, #CF737A);
}
#lineup .lineup--12 .lineup-head {
  background-image: linear-gradient(90deg, #567693, #aebfd2);
}
#lineup .lineup--01 .lineup-head {
  background-image: linear-gradient(90deg, #6ec6cb, #71b97e);
}
#lineup .lineup--02 .lineup-head {
  background-image: linear-gradient(90deg, #d9383f, #e0815e);
}
#lineup .lineup--03 .lineup-head {
  background-image: linear-gradient(90deg, #438a6c, #98caa0);
}
#lineup .lineup--04 .lineup-head {
  background-image: linear-gradient(90deg, #e3515b, #e78296);
}
#lineup .lineup--05 .lineup-head {
  background-image: linear-gradient(90deg, #7e4b25, #f3cc45);
}
#lineup .lineup--06 .lineup-head {
  background-image: linear-gradient(90deg, #33b2b6, #a0c7e0);
}
#lineup .lineup--07 .lineup-head {
  background-image: linear-gradient(90deg, #c77278, #e8848c);
}
#lineup .lineup--08 .lineup-head {
  background-image: linear-gradient(90deg, #2f8cbf, #67c0d4);
}
#lineup .lineup--09 .lineup-head {
  background-image: linear-gradient(90deg, #000000, #cb5735);
}
#lineup .lineup--10 .lineup-head {
  background-image: linear-gradient(90deg, #534f8c, #977fac);
}
#lineup .lineup--11 .lineup-head {
  background-image: linear-gradient(90deg, #231815, #386eaa);
}
#lineup .lineup--seal {
  text-align: center;
  margin-bottom: 1rem;
}
#lineup .lineup--seal img {
  width: 200px;
  height: 200px;
}
@media screen and (max-width: 767px) {
  #lineup .lineup--seal img {
    width: 250px;
    height: 250px;
  }
}
#lineup .lineup--stamp {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
#lineup .lineup--btn {
  border-radius: 3rem;
  background-color: #660000;
  color: #ffffff;
  font-size: 1.4rem;
}
#lineup .lineup--btn i {
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  #lineup .lineup--btn {
    font-size: 1.3rem;
  }
  #lineup .lineup--btn i {
    font-size: 1.5rem;
  }
}
#lineup .lineup--icon {
  display: inline-grid;
  font-size: 19px;
  font-weight: 700;
  align-content: center;
  line-height: 1em;
  position: absolute;
  letter-spacing: -0.01em;
  padding-top: 1%;
  top: -7px;
  left: -10px;
  color: #ffffff;
  background-color: #d10a0a;
  width: 83px;
  height: 83px;
  border-radius: 50%;
  z-index: 1;
}
@media screen and (max-width: 1400px) {
  #lineup .lineup--icon {
    width: 75px;
    height: 75px;
    left: -20px;
    font-size: 17px;
  }
}
@media screen and (max-width: 1200px) {
  #lineup .lineup--icon {
    left: -15px;
  }
}
@media screen and (max-width: 992px) {
  #lineup .lineup--icon {
    width: 83px;
    height: 83px;
    font-size: 19px;
    left: -5px;
  }
}
@media screen and (max-width: 767px) {
  #lineup .lineup--icon {
    top: -3%;
    left: 0.5%;
    width: 6rem;
    height: 6rem;
    font-size: 1.4rem;
  }
}
#lineup .lineup--item h2 {
  font-size: 1.6rem;
}
#lineup .lineup--text {
  height: 6rem;
}
@media screen and (max-width: 992px) {
  #lineup .lineup--text {
    height: 5rem;
  }
}
@media screen and (max-width: 767px) {
  #lineup .lineup--text {
    height: 3rem;
  }
}
@media screen and (max-width: 576px) {
  #lineup .lineup--text {
    height: auto;
  }
}
#lineup ul {
  padding-left: 0;
  margin-bottom: 0;
}
#lineup li {
  list-style: none;
}

#check-list {
  background-color: rgba(102, 51, 0, 0.3);
}
#check-list video {
  width: 100%;
}
@media screen and (max-width: 576px) {
  #check-list h1 {
    font-size: 1.6rem;
  }
}

.goods-bnr {
  text-align: center;
}
.goods-bnr a {
  display: inline-block;
  border: solid 1px #888888;
  transition: 0.4s;
}
.goods-bnr a:hover {
  opacity: 0.8;
}

#q-and-a a {
  transition: 0.4s;
  text-decoration: underline;
}
#q-and-a a:hover {
  color: #FF0000;
}

.sns-area {
  max-width: 750px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .sns-area p {
    font-size: 0.8rem;
  }
}
.sns-area img {
  max-width: 60px;
  height: auto;
}
@media screen and (max-width: 767px) {
  .sns-area img {
    max-width: 40px;
  }
}

/*--------------------------------------------------
  ボタン
-------------------------------------------------*/
.btn--to-lineup {
  display: inline-block;
  padding: 0.2rem;
  transition: 0.8s;
}
.btn--to-lineup:hover {
  color: #333333;
  opacity: 0.6;
}
.btn--to-lineup--ub {
  border-bottom: 2px solid #333333;
}
.btn--apply {
  background-color: #660000;
  border-radius: 5rem;
  color: #ffffff;
  font-size: 1.8rem;
  transition: 0.8s;
}
@media screen and (max-width: 767px) {
  .btn--apply {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 576px) {
  .btn--apply {
    font-size: 1.3rem;
  }
}
.btn--apply:hover {
  background-color: #330000;
  color: #ffffff;
}

/*--------------------------------------------------
  セット
-------------------------------------------------*/
.item-name {
  font-size: 1.9rem;
  font-weight: bold;
  line-height: 1.2;
}

.item-set {
  font-size: 0.9rem;
}

.attention-text {
  font-size: 0.85rem;
}
.attention-text a {
  text-decoration: underline;
  color: #6c757d !important;
}
.attention-text a:hover {
  text-decoration: none;
}

/*--------------------------------------------------
 説明用LPのためのスタイル
-------------------------------------------------*/
.font-1rem {
  font-size: 1rem;
}

.font-1-3rem {
  font-size: 1.3rem;
}

.border-3 {
  border-width: 3px !important;
}

.title {
  font-size: 1.3rem;
}

.bg-color--set-img {
  background-color: #bdc3c7;
}

.bg-color--set-txt {
  background-color: #ecf0f1;
}

.bg-lightblue {
  background: #20a3ea;
}

.border-lightblue {
  border-color: #20a3ea !important;
}

/* --------------------------------------------------
pagetop
-------------------------------------------------*/
.pagetop {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  right: 0.5rem;
  bottom: 0.5rem;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: rgb(128, 128, 128);
  color: #fff;
  transition: 0.3s;
  opacity: 0;
}

.first_view-houzai {
  display: flex;
  overflow: visible;
  position: relative;
  z-index: 5;
  transform: translate(-675px);
  /* 150(1ラベルの幅）/1800(全体の幅)x何か月目 =
  translate(-1800px * 0.80 * 0.5) の0.5(画像どれだけずらすか)の部分*/
}
@media screen and (max-width: 576px) {
  .first_view-houzai {
    transform: translate(-513px);
  }
}
.first_view-houzai ul {
  width: 1350px;
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
}
@media screen and (max-width: 576px) {
  .first_view-houzai ul {
    width: 1026px;
  }
}

.anim1 ul {
  -webkit-animation: flowing 40s infinite normal linear 0.5s both;
          animation: flowing 40s infinite normal linear 0.5s both;
}

.first_view-houzai li {
  height: 100%;
}
@media screen and (max-width: 576px) {
  .first_view-houzai li {
    width: 1026px;
    height: 85.5px;
  }
}

.first_view-houzai li > img {
  height: 112.5px;
}
@media screen and (max-width: 576px) {
  .first_view-houzai li > img {
    height: 100%;
  }
}

@-webkit-keyframes flowing {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}

@keyframes flowing {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
.houzai_mt_m5 {
  top: -5px;
}