@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*/
.productPrice__note, .productPrice__number small {
  font-size: clamp(1.2rem, 1.127rem + 0.364vw, 1.4rem);
}

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

.productInfo__detailPurchase a, .productInfo__detailText {
  font-size: clamp(1.6rem, 1.527rem + 0.364vw, 1.8rem);
}

.productInfo__detailTitle {
  font-size: clamp(2.6rem, 2.455rem + 0.727vw, 3rem);
}

/*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;
}

.main {
  padding-bottom: 80px;
  background-color: #f7f4ed;
}
@media (max-width: 767.98px) {
  .main {
    padding-bottom: 60px;
  }
}

.productInfo__inner {
  width: 100%;
  max-width: 1200px;
  padding: 200px 40px 40px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 60px;
}
@media (max-width: 767.98px) {
  .productInfo__inner {
    padding: 100px 40px 40px;
    flex-direction: column;
    gap: 30px;
  }
}
.productInfo__img {
  width: calc(45% - 60px);
  max-width: 350px;
  margin: 0 auto;
}
@media (max-width: 767.98px) {
  .productInfo__img {
    width: 100%;
  }
}
.productInfo__detail {
  width: 55%;
}
@media (max-width: 767.98px) {
  .productInfo__detail {
    width: 100%;
  }
}
.productInfo__detailTitle {
  margin: 0 0 40px;
  padding: 0 0 40px;
  color: #595757;
  line-height: 1.4;
  border-bottom: #ceb77d 1px solid;
  font-family: "Zen Old Mincho", "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-weight: 500;
}
.productInfo__detailTitle small {
  font-size: 80%;
}
.productInfo__detailTitle span {
  padding: 15px 0 0;
  display: block;
}
@media (max-width: 767.98px) {
  .productInfo__detailTitle {
    margin: 0 0 25px;
    padding: 0 0 25px;
  }
}
.productInfo__detailText {
  color: #595757;
}
.productInfo__detailPrice {
  margin: 20px 0 0;
}
.productInfo__detailPurchase {
  margin: 40px 0 0;
  text-align: right;
}
.productInfo__detailPurchase--coming a {
  opacity: 0.6;
  pointer-events: none;
  -webkit-user-select: none;
  user-select: none;
}
@media (max-width: 767.98px) {
  .productInfo__detailPurchase {
    margin: 50px 0 0;
    text-align: center;
  }
}
.productInfo__detailPurchase a {
  width: 10em;
  padding: 7px;
  color: #ceb77d;
  border: #ceb77d 1px solid;
  display: inline-block;
  text-align: center;
}
.productInfo__detailPurchase a:hover {
  opacity: 1;
  color: #FFFFFF;
  background: #ceb77d;
  transition: 0.3s;
}
.productInfo__button {
  width: 100%;
  padding: 50px 0 100px;
  text-align: center;
}
@media (max-width: 767.98px) {
  .productInfo__button {
    padding: 50px 0;
  }
}
.productInfo__button a {
  color: #918080;
  text-decoration: none;
  display: inline;
  position: relative;
}
.productInfo__button a::after {
  content: "";
  width: 25px;
  height: 25px;
  background-image: url("../images/common/arrow_button.png");
  background-size: contain;
  background-position: center top;
  background-repeat: no-repeat;
  transform: rotate(180deg);
  background-size: contain;
  background-position: center center;
  display: block;
  position: absolute;
  top: 0.05em;
  left: -2em;
}
.productInfo__button a span {
  position: relative;
  top: -0.05em;
}

.productPrice__item {
  display: flex;
  align-items: center;
}
@media (max-width: 992.98px) {
  .productPrice__item {
    margin-bottom: 1em;
    flex-wrap: wrap;
  }
  .productPrice__item:last-of-type {
    margin-bottom: 0;
  }
}
.productPrice__item span {
  display: block;
}
@media (max-width: 992.98px) {
  .productPrice__title {
    width: 100%;
  }
}
@media (max-width: 767.98px) {
  .productPrice__title {
    width: auto;
  }
}
@media (max-width: 600.98px) {
  .productPrice__title {
    width: 100%;
  }
}/*# sourceMappingURL=product.css.map */