@charset "utf-8";
.p-inner img {
  width: 100%;
}

.concept_bg {
  background: url(https://www.kissmylife.jp/renewal2023/images/product/common/hat_concept-bg.jpg?1334) no-repeat left center / cover;
  padding: 50px 30px 100px;
}

.link-btn01 a {
  display: block;
  max-width: 400px;
  margin: 20px auto 0;
  background-color: #d1ba9e;
  text-align: center;
  padding: 17px 20px 17px 5px;
  color: #fff;
  transition: 0.3s;
  position: relative;
  border-radius: inherit;
  font-size: 14px;
}

.link-btn01 a:before,
.link-btn01 a:after {
  content: "";
  position: absolute;
  background-color: #fff;
  transition: 0.3s;
  height: 1px;
}

.link-btn01 a:before {
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  width: 30px;
}

.link-btn01 a:after {
  top: 50%;
  right: 10px;
  transform: translateY(calc(-50% - 3px)) rotate(30deg);
  width: 12px;
}

.details-introtext span {
  color: #a56666;
}

.details-img {
  position: relative;
}

.details-text-box {
  position: relative;
  bottom: 90px;
  margin: 0 auto;
  text-align: left;
  width: 90%;
}

@media screen and (max-width: 767px) {
  .details-text-box {
    position: relative;
    bottom: 110px;
    padding: 0 20px;
    font-size: 14px;
    margin-bottom: -50px;
    width: 95%;
  }
}

/* ブラサイズ計算 */
.calc-bnr {
  max-width: 90%;
  margin: 30px auto 0;
}

.calc-title {
  background-color: #9f7171;
  text-align: center;
  color: #fff;
  font-weight: bold;
  margin-bottom: 3px;
  line-height: 3;
}

.calc-sec {
  background-color: #f5f0f0;
  padding: 20px;
  margin-left: auto;
  margin-right: auto;
}

.calc-wrap {
  display: flex;
  padding-top: 30px;
  justify-content: center;
  font-size: 14px;
}

@media screen and (max-width: 767px) {
  .calc-wrap {
    display: block;
  }

  .calc-img {
    display: none;
  }
}

.calc-result {
  margin-top: 20px;
  background-color: #fff;
  border-radius: 10px;
  padding: 10px 20px;
  line-height: 2;
}

.error {
  color: #9f7171;
}

button {
  margin-top: 10px;
}

.result-text {
  color: #9f7171;
  font-weight: bold;
  text-align: center;
}

select:focus {
  outline: 2px solid #9f7171;
}

.calc-img {
  max-width: 200px;
  margin-left: 30px;
}

/* プルダウンメニューのスタイル */
select {
  appearance: none;
  /* 標準の矢印アイコンを非表示 */
  -webkit-appearance: none;
  /* Safari対応 */
  -moz-appearance: none;
  /* Firefox対応 */
  font-size: 16px;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
  width: 200px;
  position: relative;
}

button {
  background-color: #9f7171;
  color: white;
  border: none;
  padding: 10px 20px;
  font-size: 16px;
  border-radius: 5px;
  cursor: pointer;
}

button:hover {
  background-color: #7c4a4a;
}

.review-sec {
  background-color: #f5f0f0;
  padding: 20px;
}

.review-wrap {
  margin-top: -88px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .review-wrap {
    margin-top: -50px;
  }
}

.review-title {
  max-width: 86%;
}

.staff-img {
  margin-top: 50px;
}

.lookbook-img:nth-of-type(n + 2) {
  margin-top: 50px;
}

.size-info {
  text-align: center;
  margin-top: 30px;
  background-color: #f5f1eb;
  padding: 20px;
}

.info-title {
  font-size: 20px;
  color: #8d3333;
  margin-bottom: 20px;
}

.info-text {
  text-align: left;
}
.size-text {
  margin-top: 10px;
}
.setup_wrap {
  display: flex;
  gap: 20px;
  text-align: left;
  margin-top: 30px;
}
.setup_item {
  width: 33%;
}
.swany__textile-txt {
  text-align: left;
}
.luxe-content {
  background-color: #F9F7F7;
  padding: 50px 0;
}
.luxe_title {
  color: #9F7170;
}
.luxe_bg {
  position: absolute;
  bottom: -20%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  width: 90%;
}

/* === 医療帽子 商品詳細テンプレート拡張（.details-text-box 以外：グローバルと衝突するのは .details-point-text のみ専用化） === */
.stick-content2::after {
  background: none;
}

.hat-about-wrap {
  margin-top: 50px;
}

.hat-about-title {
  font-size: clamp(18px, 3vw, 24px);
}

.hat-about-text {
  background-color: #E0D5C0;
  padding: 50px;
}

.hat-about-img {
  background-color: #F6F2EC;
  padding: 50px;
}

@media screen and (max-width: 767px) {
  .hat-about-text {
    padding: 20px;
  }

  .hat-about-img {
    padding: 20px;
  }
}
/*260423追加ここから*/
/* 特長: 画像の下半分＋下のテキストを連続のベージュ（.details-text-box の bottom 等と食い違うため文は .details-point-text） */
#p-details .details-point-wrap {
  display: flex;
  justify-content: center;
}

#p-details .details-point-wrap:not(:last-child) {
  margin-bottom: 3.5rem;
}

@media screen and (max-width: 767px) {
  #p-details .details-point-wrap:not(:last-child) {
    margin-bottom: 2rem;
  }
}

#p-details .details-point-card {
  width: fit-content;
  max-width: 100%;
  display: flex;
  flex-direction: column;
  align-items: stretch;
}

#p-details .details-point-figure {
  position: relative;
  line-height: 0;
}

#p-details .details-point-figure img {
  position: relative;
  z-index: 1;
  display: block;
  max-width: 100%;
  height: auto;
}

#p-details .details-point-sand {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  bottom: 0;
  background: #E8E2D0;
  z-index: 0;
  pointer-events: none;
}

#p-details .details-point-card .details-point-text {
  margin: 0;
  background: #E8E2D0;
  padding: 1.1em 1.15em 1.3em;
  box-sizing: border-box;
  text-align: left;
  position: relative;
  z-index: 1;
  width: 100%;
  top: 0;
}
@media screen and (max-width: 767px) {
  #p-details .details-point-card .details-point-text {
    font-size: 14px;
  }
}
/*260423追加ここまで*/