body {
  font-family: 'Poppins', 'Noto Sans JP', sans-serif;
}

* {
  scroll-behavior: smooth;
}

.serif,
h1,
h2,
h3 {
  font-family: 'Sawarabi Mincho', serif;
}

@media (max-width: 992px) {
  .header-main__menu-toggle {
    background-color: #fff !important;
    display: block;
    width: auto;
    height: auto;
  }
  .header-main__menu-toggle a {
    display: inline-block;
  }
  .header-main__menu-toggle a img {
    width: 100px;
    height: auto;
  }
}

h3 {
  letter-spacing: 1px;
}

p {
  text-align: justify;
}

.kv {
  width: 100%;
  height: 600px;
}

@media screen and (max-width: 767px) {
  .kv {
    height: 493px;
  }
}

.js-kv-slider {
  position: relative;
  width: 100%;
  height: 100%;
}

.prev-arrow {
  position: absolute;
  top: 50%;
  left: 20px;
  width: 48px;
  height: 48px;
  cursor: pointer;
  text-align: center;
  z-index: 999;
}

@media screen and (max-width: 767px) {
  .prev-arrow {
    display: none !important;
  }
}

.prev-arrow::before {
  width: 48px;
  height: 48px;
  line-height: 48px;
  font-size: 40px;
  color: #fff;
}

.next-arrow {
  position: absolute;
  top: 50%;
  right: 20px;
  width: 48px;
  height: 48px;
  cursor: pointer;
  text-align: center;
  z-index: 999;
}

@media screen and (max-width: 767px) {
  .next-arrow {
    display: none !important;
  }
}

.next-arrow::before {
  width: 48px;
  height: 48px;
  line-height: 48px;
  font-size: 40px;
  color: #fff;
}

.slick-slide {
  top: 0 !important;
}

.slick-dots {
  display: block !important;
}

.kv-contents {
  position: relative;
  width: 100%;
  height: 600px;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center center;
}

@media (max-width: 1070px) {
  .kv-contents {
    background-size: auto 100%;
  }
}

@media screen and (max-width: 767px) {
  .kv-contents {
    height: 493px;
  }
}

.kv-contents--01 {
  background-image: url(../../images/lp/mamezara/0719_27.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.kv-contents--02 {
  background-image: url(../../images/lp/mamezara/0429_48.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.kv-container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  max-width: 1200px;
  height: 100%;
  margin: 0 auto;
}

.kv-container::after {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  display: block;
  width: 200vw;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
}

.kv-container-mask {
  position: relative;
}

.kv-container-mask::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: -50%;
  width: 200vw;
  height: 100%;
  background-color: #454545;
  opacity: 0.4;
}

.kv-title {
  z-index: 1;
  bottom: 120px;
  color: #292929;
  text-align: center;
}

.kv-title--white {
  color: #fff;
}

.kv-title--shadow {
  text-shadow: 0 0 6px #888888;
}

@media screen and (max-width: 767px) {
  .kv-title {
    top: auto;
    left: 50px;
    bottom: 120px;
  }
}

@media screen and (max-width: 479px) {
  .kv-title {
    left: 40px;
    bottom: 40px;
  }
}

.kv-title p {
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 400;
}

@media screen and (max-width: 767px) {
  .kv-title p {
    margin-bottom: 5px;
    font-size: 18px;
  }
}

.kv-title h1 {
  font-size: 40px;
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .kv-title h1 {
    font-size: 35px;
  }
}

.kv-title h2 {
  font-size: 40px;
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .kv-title h2 {
    font-size: 28px;
  }
}

.kv-title a {
  padding: 16px 42px;
  background-color: #fff;
  color: #292929;
  font-size: 16px;
}

@media screen and (max-width: 767px) {
  .kv-title a {
    font-size: 16px;
    padding: 8px 20px;
  }
}

.kv-title a:hover {
  background-color: #ee3333;
  color: #fff;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.fade-in {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

.pt-8 {
  padding-top: 64px;
}

.py-8 {
  padding-top: 64px;
  padding-bottom: 64px;
}

.my-4 {
  margin-top: 32px;
  margin-bottom: 32px;
}

.lineup__original h2 {
  margin-bottom: 35px;
  padding: 0 15px;
  font-size: 2em;
}

@media screen and (max-width: 767px) {
  .lineup__original h2 {
    font-size: 1.55em;
    text-align: center;
  }
}

.story h2 {
  font-size: 1.5rem;
}

.story p {
  font-size: 1.2rem;
  line-height: 2;
}

@media screen and (max-width: 767px) {
  .story p {
    font-size: 16px;
    text-align: center;
  }
}

.lineup__original-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .lineup__original-group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.lineup__original-group h2 {
  position: relative;
  width: 60px;
  text-align: center;
  padding-bottom: 0.5em;
  font-size: 32px;
  font-weight: bold;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .lineup__original-group h2 {
    text-align: left;
    width: auto;
    font-size: 24px;
    white-space: nowrap;
    margin-bottom: 10px;
  }
}

.lineup__original-group h2 .black {
  display: inline-block;
  background-color: #000;
  padding: 4px 12px;
  color: #fff;
  margin-right: 8px;
}

.lineup__original-group h2 .color {
  display: inline-block;
  background-image: linear-gradient(135deg, #e94361 0 25%, #43cfe8 25% 50%, #43e866 50% 75%, #e8e843 75%);
  -webkit-background-clip: text;
  color: transparent;
}

.lineup__original-group h2 .color .rotate-md {
  display: inline-block;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  color: #43cfe8;
}

@media screen and (max-width: 767px) {
  .lineup__original-group h2 .color .rotate-md {
    -webkit-transform: none;
    transform: none;
  }
}

.lineup__original-group h2::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  display: block;
  width: 1px;
  height: 160px;
  margin: 20px auto;
  background-color: #ddd;
}

@media screen and (max-width: 767px) {
  .lineup__original-group h2::after {
    width: 1px;
    height: 50px;
    margin: 10px auto;
    background-color: #ddd;
  }
}

.lineup__original-group.reverse {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

@media screen and (max-width: 767px) {
  .lineup__original-group.reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.text-light-gray {
  color: #c3c3c3;
}

.lineup__original-group__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.lineup__original-group__title h2 {
  letter-spacing: 2px;
}

.lineup__original-group__title img {
  display: block;
  width: 200px;
  height: 51%;
  margin-top: 20px;
  -o-object-fit: cover;
  object-fit: cover;
}

@media screen and (max-width: 767px) {
  .lineup__original-group__title img {
    width: 100%;
    height: 100px;
    margin: 10px 0 20px;
  }
}

.lineup__original-group-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-bottom: 40px;
  width: 76%;
}

@media screen and (max-width: 767px) {
  .lineup__original-group-list {
    width: 100%;
    margin-bottom: 60px;
    padding-bottom: 0;
  }
}

@media screen and (max-width: 479px) {
  .lineup__original-group-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 30px;
  }
}

.lineup__original-group-item {
  width: 100%;
  min-height: 1px;
  padding: 0 15px;
}

.lineup__original-group-item__name {
  margin-bottom: 10px;
  color: #6f5337;
  font-size: 24px;
  font-weight: bold;
}

.lineup__original-group-item__price {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: end;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  margin: 0 0 15px 0;
}

.lineup__original-group-item__price span {
  font-size: 16px;
  margin-left: 4px;
  padding-bottom: 3px;
}

.lineup__original-group-item__desc {
  margin-bottom: 20px;
}

.lineup__original-group-item .c-product-btn {
  background-color: #8c7254;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-size: 16px;
  border-radius: 0;
  padding: 10px 24px;
  -webkit-transition: .2s;
  transition: .2s;
}

.lineup__original-group-item .c-product-btn:hover {
  background-color: #ee3333;
  color: #fff;
}

@media screen and (max-width: 479px) {
  .lineup__original-group-item .c-product-btn {
    width: 100%;
    text-align: center;
  }
}

.lineup__original-group-item__head {
  width: 100%;
  padding: 10px 30px 30px;
}

@media screen and (max-width: 767px) {
  .lineup__original-group-item__head {
    padding: 20px 15px 30px;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: rgba(255, 255, 255, 0);
  }
}

.lineup__original-group-item__body {
  padding: 0 26px;
}

@media screen and (max-width: 767px) {
  .lineup__original-group-item__body {
    padding: 5px;
  }
}

.lineup__original-group-item__body__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  padding: 30px;
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  background-color: #fff;
  border-radius: 8px;
}

@media (max-width: 930px) {
  .lineup__original-group-item__body__inner {
    padding: 20px 20px 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.lineup__original-group-item__thumb {
  width: 100%;
}

.lineup__original-group-item__thumb img {
  display: block;
  width: 100%;
  max-width: 320px;
  height: auto;
  margin: auto;
}

@media screen and (max-width: 991px) {
  .lineup__original-group-item__thumb img {
    max-width: 250px;
    margin: auto;
  }
}

.lineup__original-group-item__text {
  width: 100%;
}

.lineup__original-btnarea {
  padding: 0 15px;
  text-align: right;
}

.lineup__popular {
  margin-bottom: 70px;
  padding: 0 15px;
}

.lineup__popular h2 {
  margin-bottom: 30px;
  color: #323232;
  font-size: 2em;
  font-weight: 500;
  line-height: 1.2;
}

.lineup__poplar-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 35px;
}

@media screen and (max-width: 479px) {
  .lineup__poplar-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.lineup__poplar-item {
  width: 210px;
  margin-right: 30px;
}

@media screen and (max-width: 479px) {
  .lineup__poplar-item {
    width: 100%;
  }
}

.lineup__poplar-item__thumb {
  margin-bottom: 18px;
}

.lineup__poplar-item__thumb img {
  width: 100%;
  max-width: 100%;
  height: auto;
}

.lineup__poplar-item__type {
  margin-bottom: 12px;
  color: #929292;
  font-weight: 500;
  line-height: 18px;
}

.lineup__poplar-item__name {
  color: #333333;
  display: block;
  max-width: 100%;
  margin-bottom: 10px;
  font-size: 1.077em;
  font-weight: 500;
  line-height: 1.4;
}

.lineup__poplar-item__price {
  margin-bottom: 0;
  color: #ee3333;
  font-size: 16px;
  font-weight: 400;
}

.lineup__poplar-note {
  color: #929292;
  font-size: 80%;
  font-weight: 400;
  text-align: right;
}

.service {
  padding: 80px 0;
}

.service-title {
  text-align: center;
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .service-title {
    margin-bottom: 0;
  }
}

.service-title h2 {
  color: #fff;
  font-size: 24px;
  font-weight: bold;
}

.service-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 767px) {
  .service-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.service-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 100%;
  padding: 10px;
}

@media screen and (max-width: 479px) {
  .service-item {
    padding: 20px;
  }
}

.service-item__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  background-color: #fff;
  padding: 20px 20px 30px;
}

.service-item__thumb {
  position: relative;
  margin-bottom: 20px;
}

.service-item__thumb img {
  width: 100%;
  max-width: 100%;
  height: auto;
}

.service-item__text {
  font-size: 16px;
}

.service-item__text h3 {
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: normal;
  font-weight: bold;
}

.service-item__text .c-product-btn {
  -webkit-transition: .2s;
  transition: .2s;
}

.service-item__text .c-product-btn:hover {
  background-color: #ee3333;
  color: #fff;
}

@media screen and (max-width: 479px) {
  .service-item__text .c-product-btn {
    font-size: 12px;
  }
}

.service-item__desc {
  margin-bottom: 20px;
}

.service-item .c-product-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #8c7254;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-size: 16px;
  border-radius: 0;
  margin-top: auto;
  padding: 10px 24px;
  -webkit-transition: .2s;
  transition: .2s;
}

.service-item .c-product-btn:hover {
  background-color: #ee3333;
  color: #fff;
}

@media screen and (max-width: 479px) {
  .service-item .c-product-btn {
    width: 100%;
    text-align: center;
  }
}

.performance {
  margin-top: 40px;
  margin-bottom: 70px;
}

@media screen and (max-width: 479px) {
  .performance {
    margin-bottom: 20px;
  }
}

.performance-title {
  position: relative;
  margin-top: 40px;
  margin-bottom: 20px;
  padding-left: 20px;
  text-align: left;
}

.performance-title::before {
  content: 'WORKS';
  position: absolute;
  top: -19px;
  margin: auto;
  font-size: 40px;
  line-height: 1;
  font-weight: bold;
  color: #ebebeb;
  z-index: -1;
}

.performance-title::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 16px;
  display: block;
  width: 50%;
  height: 1px;
  margin: auto;
  background-color: #ebebeb;
}

@media screen and (max-width: 767px) {
  .performance-title {
    margin: 0;
  }
}

.performance-title h2 {
  color: #323232;
  font-size: 24px;
  line-height: 1.2;
  font-weight: bold;
}

@media screen and (max-width: 479px) {
  .performance-title h2 {
    font-size: 24px;
  }
}

.transaction {
  margin-bottom: 40px;
  overflow: hidden;
}

.transaction p {
  font-size: 1rem;
  line-height: 1;
  margin-bottom: 10px;
}

.transaction-title {
  text-align: center;
}

.transaction-title h3 {
  color: #323232;
  font-size: 1.7rem;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  .transaction-title h3 {
    font-size: 1.5rem;
  }
}

.step {
  margin-bottom: 60px;
}

.step-title {
  margin-bottom: 20px;
  text-align: center;
}

.step-title h2 {
  color: #323232;
  font-size: 1.7em;
  line-height: 1.5;
}

.performance-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 479px) {
  .performance-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.performance-item {
  padding: 7.5px 0;
  width: 100%;
  min-height: 1px;
  padding: 10px;
}

@media screen and (max-width: 767px) {
  .performance-item {
    padding: 10px 20px;
  }
}

.performance-item__thumb {
  width: 100%;
  max-width: 100%;
  height: auto;
}

.performance-item__name {
  margin-bottom: 0;
  text-align: right;
  color: #929292;
  font-size: small;
}

.voice {
  margin-bottom: 100px;
}

@media screen and (max-width: 479px) {
  .voice {
    margin-bottom: 10px;
  }
}

.voice-title {
  margin-bottom: 60px;
  text-align: center;
}

.voice-title h2 {
  color: #323232;
  font-size: 2em;
  font-weight: 500;
  line-height: 1.2;
}

.voice-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 479px) {
  .voice-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.voice-item {
  width: 33.33333333%;
  min-height: 1px;
  padding: 0 15px;
}

@media screen and (max-width: 479px) {
  .voice-item {
    width: 100%;
    margin-bottom: 35px;
  }
}

.voice-item__name strong {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(95%, transparent), color-stop(60%, #ddc499));
  background: linear-gradient(transparent 95%, #ddc499 60%);
  font-size: 16px;
  font-weight: bolder;
}

.voice-item__info {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ebebeb;
}

.text-animation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}

.text-animation span {
  display: block;
  margin-top: -36px;
  -webkit-transition: .6s ease-in-out;
  transition: .6s ease-in-out;
  -webkit-transform: rotate(20deg);
  transform: rotate(20deg);
}

.h1-animation, .h1-line-animation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}

.h1-animation span, .h1-line-animation span {
  display: block;
  margin-top: -54px;
  -webkit-transition: .6s ease-in-out;
  transition: .6s ease-in-out;
  -webkit-transform: rotate(20deg);
  transform: rotate(20deg);
}

.step-item__thumb {
  width: 54px;
  height: 54px;
  margin-bottom: 20px;
}

.step-item {
  padding: 20px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

@media screen and (max-width: 767px) {
  .step-item {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.question {
  padding: 0 20px;
}

.fadein {
  opacity: 0;
  -webkit-transition: 1s;
  transition: 1s;
}
