@charset "UTF-8";
/*
 * メディアクエリ用ミックスイン
 *
 * $from: 指定した画面幅を超過した状態をブレークポイントに設定する
 * $until: 指定した画面幅以下の状態をブレークポイントに設定する
 */
@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Zen+Old+Mincho:wght@400;500;700&display=swap");
/*path*/
/*color*/
/*font-family*/
/*font-size*/
.productCommitment__text, .productCommitment__number {
  font-size: clamp(1.2rem, 1.127rem + 0.364vw, 1.4rem);
}

.wrapper {
  font-size: clamp(1.4rem, 1.327rem + 0.364vw, 1.6rem);
}

.productHeader__sloganText, .productHeader__title span:nth-of-type(2) {
  font-size: clamp(1.6rem, 1.527rem + 0.364vw, 1.8rem);
}

.productCommitment__caption {
  font-size: clamp(1.6rem, 1.455rem + 0.727vw, 2rem);
}

.productHeader__sloganTitle {
  font-size: clamp(2rem, 1.782rem + 1.091vw, 2.6rem);
}

.productHeader__title span:nth-of-type(1) {
  font-size: clamp(3.2rem, 3.055rem + 0.727vw, 3.6rem);
}

.productCommitment__number span {
  font-size: clamp(4.2rem, 3.909rem + 1.455vw, 5rem);
}

/*arrow*/
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
html {
  font-size: 62.5%; /* 10px */
  overflow-y: scroll;
}

.wrapper {
  width: 100%;
  margin: 0 auto;
  font-family: "Zen Kaku Gothic New", "Yu Gothic", "Hiragino Kaku Gothic ProN", sans-serif;
  list-style: none;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.1em;
  line-height: 1.8;
  font-feature-settings: "palt";
  -webkit-font-feature-settings: "palt";
  position: relative;
  word-break: break-all;
}
.wrapper a {
  text-decoration: none;
  transition: opacity 0.3s;
}
.wrapper a:hover {
  opacity: 0.6;
}
@media screen and (max-width: 768px) {
  .wrapper a:hover {
    opacity: 1;
  }
}
.wrapper img {
  width: 100%;
  height: auto;
}
.wrapper::selection {
  background-color: #ceb77d;
  color: #000000;
}

/*
Copyright (c) 2010, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.com/yui/license.html
version: 2.8.1
*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, p, blockquote, th, td, section, figure {
  margin: 0;
  padding: 0;
}

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

fieldset, img {
  border: 0;
}

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

del, ins {
  text-decoration: none;
}

li {
  list-style: none;
}

caption, th {
  text-align: left;
}

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

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

abbr, acronym {
  border: 0;
  font-variant: normal;
}

sup {
  vertical-align: baseline;
}

sub {
  vertical-align: baseline;
}

legend {
  color: #000;
}

input, button, textarea, select, optgroup, option {
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
}

input, button, textarea, select {
  *font-size: 100%;
}

article,
aside,
footer,
header,
nav,
section,
main {
  display: block;
}

* {
  box-sizing: border-box;
}

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

.productHeader {
  width: 100%;
}
.productHeader__inner {
  padding: 100px 0;
}
.productHeader__title {
  margin-bottom: 50px;
  text-align: center;
  line-height: 1.5;
}
.productHeader__title span {
  display: block;
}
.productHeader__title span:nth-of-type(2) {
  color: #ceb77d;
  letter-spacing: 0.3em;
}
.productHeader__visual {
  width: 100%;
  padding-top: 44%;
  background-image: url("../images/product-feature/bg_productHeader.jpg");
  background-size: contain;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left top;
  position: relative;
}
@media (max-width: 767.98px) {
  .productHeader__visual {
    padding-top: 73.33%;
  }
}
.productHeader__slogan {
  padding: 50px;
  position: absolute;
  top: 50%;
  right: 0%;
  transform: translate(0%, -50%);
  background-color: rgba(0, 0, 0, 0.5);
  text-align: center;
}
@media (max-width: 767.98px) {
  .productHeader__slogan {
    width: 90%;
    margin-bottom: -100px;
    padding: 30px;
    top: auto;
    bottom: 0;
    transform: translate(0, 0);
    background-color: rgba(0, 0, 0, 0.7);
  }
}
@media (max-width: 499.98px) {
  .productHeader__slogan {
    margin-bottom: -150px;
  }
}
.productHeader__sloganTitle {
  margin-bottom: 10px;
  color: #ceb77d;
  font-family: "Zen Old Mincho", "Yu Mincho", "Hiragino Mincho ProN", serif;
}
@media (max-width: 499.98px) {
  .productHeader__sloganTitle {
    text-align: left;
  }
}
.productHeader__sloganText {
  color: #FFFFFF;
}
@media (max-width: 499.98px) {
  .productHeader__sloganText {
    text-align: left;
  }
  .productHeader__sloganText br {
    display: none;
  }
}

.productCommitment {
  width: 100%;
}
@media (max-width: 767.98px) {
  .productCommitment {
    margin-top: 50px;
  }
}
@media (max-width: 499.98px) {
  .productCommitment {
    margin-top: 100px;
  }
}
.productCommitment__inner {
  width: 100%;
  max-width: 1200px;
  padding: 0 40px 100px;
  margin: 0 auto;
}
@media (max-width: 767.98px) {
  .productCommitment__inner {
    padding-bottom: 40px;
  }
}
.productCommitment__title {
  color: #ceb77d;
  text-align: center;
}
.productCommitment__chart {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  padding: 70px 0;
}
@media (max-width: 767.98px) {
  .productCommitment__chart {
    padding: 40px 0;
  }
}
.productCommitment__chart svg {
  width: 100%;
  height: auto;
}
.productCommitment__item {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  padding: 50px 30px;
  border-top: #ceb77d 1px solid;
  display: flex;
  align-items: center;
}
@media (max-width: 767.98px) {
  .productCommitment__item {
    padding: 40px 10px;
    flex-wrap: wrap;
  }
}
.productCommitment__detail {
  width: 60%;
  padding-right: 5%;
}
@media (max-width: 767.98px) {
  .productCommitment__detail {
    width: 100%;
    padding-right: 0;
  }
}
.productCommitment__img {
  width: 50%;
  opacity: 0;
}
.productCommitment__img.current {
  opacity: 1;
  transition: 1.5s;
  transition-delay: 0.5s;
}
@media (max-width: 767.98px) {
  .productCommitment__img {
    width: 100%;
    margin: 30px auto 0;
  }
}
.productCommitment__number {
  color: #ceb77d;
  display: flex;
  align-items: center;
}
.productCommitment__number span {
  color: #000000;
  line-height: 1;
  position: relative;
  top: -0.1em;
  margin-right: 10px;
}
.productCommitment__caption {
  margin: 10px 0;
  text-align: left;
  font-family: "Zen Old Mincho", "Yu Mincho", "Hiragino Mincho ProN", serif;
  color: #ceb77d;
  line-height: 1.5;
}
.productCommitment__text {
  text-align: justify;
}

.productCommitment__item--reverse {
  flex-direction: row-reverse;
}
.productCommitment__item--reverse .productCommitment__detail {
  padding-right: 0;
  padding-left: 5%;
}
@media (max-width: 767.98px) {
  .productCommitment__item--reverse .productCommitment__detail {
    padding-left: 0;
  }
}/*# sourceMappingURL=product-feature.css.map */