@charset "UTF-8";
/*=======================================================
    ### 上書きするスタイル
=======================================================*/
body {
  min-width: 375px;
  overflow-x: hidden;
}

.sp-inline-block {
  display: none;
}
@media screen and (max-width: 540px) {
  .sp-inline-block {
    display: inline-block;
  }
}

.pc-inline-block {
  display: inline-block;
}
@media screen and (max-width: 540px) {
  .pc-inline-block {
    display: none;
  }
}

.section {
  padding: 0;
}

.overflow-hidden {
  overflow: hidden;
}

.onece-news-btn-wrap {
  margin: 50px 0;
}
@media screen and (max-width: 540px) {
  .onece-news-btn-wrap {
    margin: 30px 0;
  }
}

@media screen and (max-width: 540px) {
  .anchor {
    padding-top: 10px;
  }
}

.header {
  background-color: #ffe541;
  position: static;
}

.header__inner {
  max-width: 1000px;
}

.header__logo {
  position: relative;
  z-index: 2;
}

.footer {
  margin-top: 100px;
}

@media screen and (max-width: 540px) {
  .footer__text-company {
    line-height: 2;
  }
}

.background-img {
  top: 33.85vw;
  position: fixed;
}

@media screen and (max-width: 540px) {
  .qa {
    margin-bottom: 100px;
  }
}

.qa__list {
  font-weight: 400;
}

.qa__question {
  padding: 30px 80px;
}
@media screen and (max-width: 820px) {
  .qa__question {
    padding: 25px 45px 25px 20px;
  }
}

.qa__answer {
  padding: 30px 80px;
}
@media screen and (max-width: 820px) {
  .qa__answer {
    padding: 25px 45px 25px 20px;
  }
}

.qa__question::before,
.qa__question::after {
  right: 72px;
}
@media screen and (max-width: 820px) {
  .qa__question::before,
  .qa__question::after {
    right: 20px;
  }
}

/*=======================================================
     ### 以下ページ固有スタイル
=======================================================*/
.order-history {
  display: flex;
  align-items: center;
  width: 100%;
  top: 20px;
  left: 50%;
  position: absolute;
  max-width: 1000px;
  width: 95%;
  height: 44px;
  transform: translateX(-50%);
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .order-history {
    top: 12px;
  }
}
.order-history a {
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 10px;
  right: 0;
  position: absolute;
}

.product {
  margin: 0 auto;
  padding-top: 32px;
  padding-bottom: 40px;
  width: 100%;
  max-width: 1000px;
  background-color: white;
  position: relative;
}
.product .breadcrumbs {
  width: calc(100% - 112px);
}

.product__button {
  padding: 14px 53px 14px 39px;
  width: 312px;
  text-align: center;
  font-size: 18px;
  letter-spacing: 0.9px;
  font-weight: medium;
}
.product__button--sm {
  width: 257px;
}

/*=======================================================
    ## 商品のご案内導入
=======================================================*/
.product__info {
  width: 90%;
  margin: 0 auto;
  padding-top: 30px;
}

.product__title-pop--blue {
  background-color: #1bc7de;
  color: #fff;
  text-align: center;
  border-radius: 50px;
  width: 240px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 35px;
  font-size: 14px;
  line-height: 1;
  position: relative;
  margin: 0 auto 20px;
  font-weight: 600;
}
.product__title-pop--blue:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-top: 10px solid #1bc7de;
  border-bottom: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  transform: translateY(99%);
}

.product__title {
  font-size: clamp(1.25rem, 1.0054rem + 0.7246vw, 1.875rem);
  line-height: 37.8px;
  color: #191919;
  letter-spacing: 0.094em;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-weight: 500;
  padding-bottom: 20px;
}
.product__title--top {
  padding-bottom: 40px;
}
.product__title--section {
  padding-bottom: 70px;
}
.product__title--contact {
  font-size: 20px;
}
.product__title span {
  border: 1px solid #1bc7de;
  width: 48px;
  height: 1px;
  display: block;
  background: #1bc7de;
  margin-top: clamp(1rem, 0.6576rem + 1.0145vw, 1.875rem);
}

.product__lead {
  margin: 0 auto;
  line-height: 2;
  text-align: center;
  font-size: 18px;
  font-size: clamp(1rem, 0.9511rem + 0.1449vw, 1.125rem);
  font-weight: 400;
  min-width: 344px;
  letter-spacing: 0.9px;
}

/*=======================================================
    ## 商品リスト
=======================================================*/
.product__list {
  width: calc(100% - 22.5px);
  max-width: 877px;
  margin: 0 auto;
  margin-top: 58px;
  display: flex;
  gap: 20px;
  justify-content: left;
  flex-wrap: wrap;
}

.product__card {
  max-width: 426px;
  width: 100%;
  height: 631px;
  border: 1px solid #d8d8d8;
  border-radius: 10px;
  padding-top: 21px;
  padding-bottom: 27px;
  background-color: white;
}

.product__figure {
  display: grid;
  place-items: center;
  background: #f5f5f5;
  text-align: center;
  width: 385px;
  height: 302px;
  margin: 0 auto;
}

.product__image {
  -o-object-fit: contain;
     object-fit: contain;
  width: 289px;
  height: 289px;
}

.product__card-title {
  font-weight: 600;
  font-size: 20px;
  line-height: 27.24px;
  letter-spacing: 0%;
  min-height: 53px;
  display: grid;
  text-align: center;
  padding-top: 0.3em;
  place-items: center;
  margin-top: 6px;
}

.product__description {
  margin-top: 4px;
  font-weight: 400;
  font-size: clamp(1rem, 0.9511rem + 0.1449vw, 1.125rem);
  line-height: 30px;
  max-width: 349px;
  margin: 0 auto;
  letter-spacing: 0%;
  min-height: 90px;
}

.product__price {
  font-weight: 400;
  font-size: 18px;
  line-height: 24.52px;
  max-width: 349px;
  margin: 0 auto;
  margin-top: 15px;
  text-align: right;
  min-height: 25px;
}
.product__price span {
  font-size: 12px;
}

/*=======================================================
        ## ご注文方法
=======================================================*/
.product__order {
  padding-block: 80px;
  margin-top: 100px;
  margin-bottom: 100px;
  width: 100%;
  position: relative;
  background: #fffdf3;
  line-height: normal;
}

.product__steps {
  width: clamp(500px, 73.86vw, 840px);
  margin: 0 auto;
  padding-top: 8px;
}

.product__step {
  display: flex;
  width: 100%;
  margin: 0 auto;
  padding-left: 16px;
  min-height: 103px;
  margin-top: 40px;
  position: relative;
  align-items: center;
}
.product__step:first-of-type {
  margin-top: 0;
}

.product__step-image-area {
  display: flex;
  align-items: center;
  gap: 26px;
  position: relative;
  flex: 1;
  max-width: 165px;
}

.product__step-number {
  max-width: 100%;
  height: auto;
  width: clamp(3.9375rem, 3.5951rem + 1.0145vw, 4.8125rem);
  min-width: clamp(3.9375rem, 3.5951rem + 1.0145vw, 4.8125rem);
  height: auto;
  border-radius: 100%;
  background-color: #ffe541;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-family: "Noto Sans", sans-serif;
  aspect-ratio: 1/1;
}
.product__step-number p {
  text-align: center;
  font-size: 14px;
  font-weight: 400;
}
.product__step-number p span {
  font-weight: 600;
  font-size: 30px;
  line-height: 30px;
  letter-spacing: 0%;
  text-align: center;
  display: block;
}

.product__arrow-icon {
  position: absolute;
  height: 36px;
  width: clamp(3.9375rem, 3.5951rem + 1.0145vw, 4.8125rem);
  min-width: clamp(3.9375rem, 3.5951rem + 1.0145vw, 4.8125rem);
  -o-object-fit: contain;
     object-fit: contain;
  left: 0;
  bottom: -50px;
  padding-left: 2px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.product__icon {
  -o-object-fit: contain;
     object-fit: contain;
}

.product__icon--01 {
  transform: translateY(16px);
  min-width: 48px;
}

.product__icon--02 {
  min-width: 56px;
}

.product__icon--03 {
  min-width: 44px;
}

.product__icon--04 {
  min-width: 48px;
}

.product__step-text-area {
  display: flex;
  flex-direction: column;
  gap: 20px;
  max-width: 615px;
  width: 76.87%;
  flex: 2;
  min-width: 200px;
}

.product__step-heading {
  font-weight: 400;
  font-size: clamp(1.125rem, 0.9538rem + 0.5072vw, 1.5625rem);
}

.product__step-description {
  font-weight: 400;
  padding-left: 2px;
  font-size: clamp(1rem, 0.9511rem + 0.1449vw, 1.125rem);
  line-height: 20px;
}

/*=======================================================
    ## その他おすすめ商品
=======================================================*/
.product__recommendations {
  width: 100%;
  padding-bottom: 100px;
  line-height: normal;
}

.product__recommendations-list {
  width: 100%;
  max-width: 858px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.product__recommendations-card {
  border: 1px solid #d8d8d8;
  margin: 0 12px;
  text-align: center;
  height: 100%;
  border-radius: 10px;
  background-color: white;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-inline: min(0.78vw, 15px);
  padding-top: min(0.7vw, 13.5px);
}

.product__recommendations-figure {
  width: 100%;
  height: auto;
  background-color: #f5f5f5;
  margin: 0 auto;
  display: grid;
  place-items: center;
  margin-inline: 15px;
  margin: 0 auto;
}

.product__recommendations-image {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.product__recommendations-title {
  font-size: 20px;
  line-height: normal;
  text-align: center;
  margin-top: 29px;
  font-weight: 500;
  height: 50px;
  display: grid;
  place-items: center;
}

.product__recommendations-price {
  font-weight: 400;
  font-size: 18px;
  max-width: 349px;
  margin: 0 auto;
  margin-top: 19px;
}
.product__recommendations-price span {
  font-size: 12px;
}

/*=======================================================
    ## お問い合わせ情報
=======================================================*/
.product__contact {
  margin-top: -80px;
  text-align: center;
}

.product__contact-container {
  width: 90%;
  margin: 0 auto;
}

.product__contact-icon {
  width: 32px;
  -o-object-fit: contain;
     object-fit: contain;
  display: inline-block;
  margin-right: 6px;
  vertical-align: text-bottom;
}

.product__contact-heading {
  font-size: 18px;
  font-weight: 400;
  width: 100%;
  display: inline-block;
}

.product__contact-link {
  color: #1bc7de;
  text-decoration: underline;
  font-weight: 700;
}

.product__contact-text {
  font-size: 16px;
  padding-top: 16px;
  font-weight: 400;
}

/*=======================================================
    ## 注釈分
=======================================================*/
.product__annotation {
  width: 100%;
  margin: 0 auto;
  margin-top: 62px;
}

.product__annotation-text {
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 1.5;
  font-weight: 400;
}

/*=======================================================
        ## スライダー（その他おすすめ商品）
=======================================================*/
.slick-dots li button {
  width: 10px;
  height: 10px;
  border: 1px solid #333;
  border-radius: 50%;
  background-color: #fff;
  display: none;
}

@media screen and (max-width: 769px) {
  .slick-dots {
    text-align: center;
    margin-top: 20px;
  }
  .slick-dots li {
    display: inline-block;
    margin: 0 5px;
  }
  .slick-dots li button {
    width: 10px;
    height: 10px;
    border: 1px solid #333;
    border-radius: 50%;
    background-color: #fff;
    display: block;
  }
  .slick-dots li.slick-active button {
    background-color: #333;
  }
  .slick-dots {
    display: flex;
    justify-content: center;
    gap: 7px;
  }
  .slick-dots li button {
    font-size: 0;
    padding: 0;
    margin: 0;
    border: none;
    width: 10px;
    height: 10px;
    background-color: #e6e6e6;
  }
  .slick-dots li.slick-active button {
    background-color: #ffe541;
  }
  .costume-block-slide .slick-dots li:not(.slick-active) button {
    background-color: #fff;
  }
}
/*=======================================================
        ### メディアクエリ　（フォトパネル関係以外）
=======================================================*/
/* max-width: 540px */
@media screen and (max-width: 540px) {
  .footer {
    margin-top: 58px;
    margin-bottom: 24px;
  }
  .product {
    padding-top: 18px;
    padding-bottom: 0;
  }
  .product__info {
    padding-top: 30px;
  }
  .product__title, .product__title--section {
    line-height: 1;
    padding-bottom: 30px;
  }
  .product__lead {
    text-align: left;
    line-height: 1.87;
    width: 344px;
  }
  .product__list {
    margin-top: 30px;
    width: 348px;
  }
  .product__card {
    padding-top: 12px;
    padding-bottom: 0px;
    height: auto;
  }
  .product__figure {
    width: 322px;
    height: 295px;
  }
  .product__card-title {
    min-height: 43.4px;
    line-height: normal;
    font-size: 18px;
  }
  .product__description {
    width: 292px;
    margin-top: 2px;
    min-height: 89px;
  }
  .product__price {
    margin-top: 12px;
    line-height: normal;
    margin-bottom: -4px;
    min-height: auto;
  }
  .product__order {
    margin-top: 50px;
    margin-bottom: 50px;
    padding-block: 36px;
  }
  .product__steps {
    min-width: 277px;
    width: 277px;
    margin: 0 auto;
  }
  .product__step {
    margin-top: 12px;
    gap: 4px;
    min-width: 280px;
    padding-left: 0;
    align-items: flex-start;
  }
  .product__step-image-area {
    flex-direction: column;
    gap: 8px;
  }
  .product__arrow-icon {
    position: static;
    width: 63px;
    min-width: 63px;
    height: 21px;
  }
  .product__icon--01 {
    transform: translateY(0px) translateX(2px);
    width: 36px;
    min-width: 36px;
  }
  .product__icon--02 {
    transform: translateY(0px) translateX(4px);
    width: 40px;
    min-width: 40px;
  }
  .product__icon--03 {
    width: 32px;
    min-width: 32px;
  }
  .product__icon--04 {
    width: 36px;
    min-width: 36px;
  }
  .product__step-text-area {
    padding-top: 16px;
  }
  .product__step-description {
    padding-left: 0;
    max-width: 200px;
    margin-top: 4px;
  }
  .product__recommendations {
    padding-bottom: 50px;
  }
  .product__recommendations .slick-slide {
    min-height: 427px !important;
  }
  .product__recommendations-list {
    padding: 0;
  }
  .product__recommendations-card {
    padding-top: 20px;
    padding-inline: 24px;
  }
  .product__recommendations-title {
    min-height: 43.4px;
    line-height: normal;
    font-size: 18px;
    margin-top: 15px;
    height: 47px;
  }
  .product__recommendations-price {
    margin-top: 18px;
    margin-bottom: -8px;
    min-height: auto;
  }
  .product__contact {
    margin-top: -38px;
  }
  .product__icon {
    min-width: 40px;
  }
}
/* max-width: 768px */
@media screen and (max-width: 768px) {
  .product .breadcrumbs {
    width: 95%;
  }
  .product__button {
    width: 328px;
    text-align: center;
    margin: 22px 0;
  }
  .product__button--sm {
    max-width: 257px;
  }
  .product__figure {
    width: 322px;
    height: 295px;
  }
  .product__description {
    width: 292px;
    margin-top: 2px;
    min-height: 89px;
  }
  .product__price {
    max-width: 306px;
  }
  .product__contact-container {
    width: 100%;
    padding: 0 20px;
  }
  .product__contact-icon {
    width: 28px;
    display: block;
    margin: 0 auto;
    margin-bottom: 4px;
  }
  .product__contact-heading {
    font-size: 16px;
  }
  .product__contact-text {
    font-size: 14px;
    text-align: center;
  }
}
/* max-width: 900px */
@media screen and (max-width: 900px) {
  .product__list {
    justify-content: center;
  }
}
/*=======================================================
        ## 他ページから引用したスタイル（フォトパネル関係）
=======================================================*/
.fz-14 {
  font-size: 12px;
}

@media only screen and (min-width: 769px) {
  .fz-14 {
    font-size: 14px;
  }
}
.fz-18 {
  font-size: 16px;
}

@media only screen and (min-width: 769px) {
  .fz-18 {
    font-size: 18px;
  }
}
.u-txt_indent--1 {
  padding-left: 1em;
  text-indent: -1em;
}

.product-hero-slide-wrap {
  width: 100%;
  margin: auto;
}

@media only screen and (min-width: 769px) {
  .product-hero-slide-wrap {
    max-width: 100%;
    margin-bottom: 40px;
  }
}
.product-hero-slide-item {
  width: 100%;
}

.product-hero-slide-item img {
  width: 100%;
}

.product-hero-slide .slick-dots {
  gap: 15px;
}

.product-hero-slide .slick-dots li button {
  width: 10px;
  height: 10px;
  border: 1px solid #333;
  border-radius: 50%;
  background-color: #fff;
}

.product-hero-slide .slick-dots li.slick-active button {
  background-color: #333;
}

@media only screen and (min-width: 769px) {
  .product-main {
    background-color: #fff;
    max-width: 1000px;
    margin: 0 auto;
  }
}
.product-wrap,
.product-wrap-body,
.product-wrap-head {
  width: 90%;
  margin: 0 auto;
}

.product-wrap-head {
  margin-bottom: 40px;
}

.product-sec {
  padding-top: 80px;
}

.product-info {
  padding-top: 60px;
}

@media only screen and (min-width: 769px) {
  .product-info .price__second-title {
    font-size: 30px;
  }
}
@media only screen and (min-width: 769px) {
  .product-info-lead {
    text-align: center;
    margin-bottom: 100px;
  }
}
@media only screen and (min-width: 769px) {
  .product-info-btns {
    display: flex;
    justify-content: space-between;
    padding-bottom: 20px;
  }
}
.product-info-btns-link {
  position: relative;
  display: flex;
  align-items: center;
  padding: 5px;
  border-bottom: 1px solid #ababab;
}

/*@media only screen and (max-width:768px){
  .product-info-btns-link:first-child{
      border-top:1px solid #ababab
  }
}*/
@media only screen and (min-width: 769px) {
  .product-info-btns-link {
    border-top: 1px solid #ababab;
    width: 32.6666666667%;
  }
}
.product-info-btns-link picture {
  width: 20.3125%;
  margin-right: 1.4em;
}

@media only screen and (min-width: 769px) {
  .product-info-btns-link picture {
    margin-right: 0.8em;
  }
}
.product-info-btns-link > span {
  display: inline-block;
  flex: 1;
  padding-right: 5em;
  text-align: center;
  font-size: 16px;
}

@media only screen and (min-width: 769px) {
  .product-info-btns-link > span {
    font-size: 14px;
    padding-right: 3em;
  }
}
.product-info-btns-link:before {
  position: absolute;
  content: "";
  width: 1.8em;
  height: 1.8em;
  top: 50%;
  right: 1em;
  transform: translateY(-50%);
  background: url(../img/product/btn_arrow_bottom.svg) no-repeat center;
  background-size: contain;
}

@media only screen and (min-width: 769px) {
  .product-info-btns-link:before {
    width: 1.4em;
    height: 1.4em;
    right: 0.8em;
  }
}
.product-info-btns-link.comingsoon {
  pointer-events: none;
}

.product-info-btns-link.comingsoon:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(240, 240, 240, 0.5);
}

.product-info-btns-link.comingsoon > span {
  display: inline-flex;
  flex-direction: column;
}

.product-info-btns-link.comingsoon > span:before {
  content: "Coming Soon";
}

@media only screen and (min-width: 769px) {
  .product-photo_panel-wrap {
    width: 90%;
    margin: 0 auto;
  }
  .product-photo_panel-wrap .product-wrap,
  .product-photo_panel-wrap .product-wrap-body,
  .product-photo_panel-wrap .product-wrap-head {
    width: 100%;
  }
}
@media only screen and (min-width: 769px) {
  .product-photo_panel-row {
    display: flex;
  }
}
.product-photo_panel-slideinner {
  background-color: #f6f6f6;
}

@media only screen and (min-width: 769px) {
  .product-photo_panel-slideinner {
    width: 50%;
  }
  .product-photo_panel-slideinner .product-wrap,
  .product-photo_panel-slideinner .product-wrap-body,
  .product-photo_panel-slideinner .product-wrap-head {
    width: 76%;
  }
}
@media only screen and (min-width: 769px) {
  .product-photo_panel-inner {
    width: 50%;
  }
  .product-photo_panel-inner .product-wrap,
  .product-photo_panel-inner .product-wrap-body,
  .product-photo_panel-inner .product-wrap-head {
    width: 80%;
  }
}
.product-photo_panel .price__second-title {
  margin-bottom: 20px;
}

.product-photo_panel-lead {
  margin-bottom: 20px;
}

@media only screen and (min-width: 769px) {
  .product-photo_panel-lead {
    margin-bottom: 40px;
  }
}
.product-photo_panel-lead p {
  text-align: center;
}

.product-photo_panel-slide-wrap {
  padding: 40px 0;
}

.product-photo_panel-slide-nav {
  padding-top: 15px;
  width: calc(100% + 5px) !important;
  margin-left: -5px;
}

.product-photo_panel-slide-nav .slick-track {
  margin-left: 0;
}

.product-photo_panel-slide-nav .slide-item {
  margin: 0 5px;
}

.product-photo_panel-slide-nav .slide-item.slick-slide {
  position: relative;
}

.product-photo_panel-slide-nav .slide-item.slick-slide.slick-current:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border: 2px solid #191919;
}

.product-photo_panel-slide-nav.wide-stop .slick-track {
  transform: none !important;
}

.product-photo_panel-txt {
  padding: 0 0 20px;
}

@media only screen and (max-width: 768px) {
  .product-photo_panel-txt {
    padding: 40px 0 20px;
  }
}
.product-photo_panel-detail {
  margin-bottom: 10px;
}

@media only screen and (min-width: 769px) {
  .product-photo_panel-detail {
    margin-bottom: 15px;
  }
}
.product-photo_panel-detail dl {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #dcdcdc;
}

.product-photo_panel-detail dl dd,
.product-photo_panel-detail dl dt {
  line-height: 3;
  font-size: 13px;
}

.product-photo_panel-detail dl dt {
  font-weight: 400;
}

.product-photo_panel-detail dl dd {
  font-weight: 500;
}

.product-photo_panel-detail dl dd > span {
  font-size: 0.875em;
}

.product-photo_panel-subtxt {
  line-height: 1.5;
}

@media only screen and (min-width: 769px) {
  .product-img {
    max-width: 600px;
    margin: auto;
  }
}
.product-img.comingsoon {
  position: relative;
  background-color: #e6e6e6;
}

.product-img.comingsoon:before {
  position: absolute;
  width: 61.5384615385%;
  height: 61.5384615385%;
  content: "";
  inset: 0;
  margin: auto;
  background: url(../img/product/cover_comingsoon.svg);
}

.product-bottomSns {
  padding: 0 0 40px;
  margin-top: 80px;
}

.product-bottomSns-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.product-bottomSns-inner .footer__sns-logo {
  margin-bottom: 0;
}

.product-bottomSns-inner .footer__sns-logo img {
  width: revert-layer;
}

.product-detail-info {
  font-size: 12px;
  font-weight: 400;
  padding-bottom: 16px;
}
.product-detail-info dt, .product-detail-info dd {
  display: inline-block;
  line-height: normal;
}

.product-photo_panel-slideinner {
  max-height: 618px;
}
@media only screen and (max-width: 768px) {
  .product-photo_panel-slideinner {
    max-height: initial;
  }
}

.fz-14 {
  font-size: 12px !important;
  font-weight: 400 !important;
}

.product__notice {
  border: 1px solid #F74529;
  padding: 10px 30px;
  text-align: center;
  max-width: 560px;
  margin: 0 auto;
  width: 90%;
}
@media screen and (max-width: 768px) {
  .product__notice {
    padding: 10px 12px;
  }
}
.product__notice--mt16 {
  margin-top: 16px;
}
@media screen and (max-width: 768px) {
  .product__notice--mt16 {
    margin-top: 0;
  }
}

.product__notice-text {
  font-size: 14px;
  line-height: 2em;
  font-weight: 400;
}

.product__notice-link {
  color: #F74529;
  text-decoration: underline;
}/*# sourceMappingURL=style_product_02.css.map */