.price__figure {
  background: #E2F5F3;
  border-radius: 1rem;
  overflow: hidden;
  margin-top: 3.2rem;
}
.price__figure h4 {
  font-size: 1.7rem;
  color: #ffffff;
  display: inline-block;
  text-shadow: 0 0 2rem rgb(0, 0, 0);
  margin-top: 3.2rem;
  padding: 0.3rem 2.1rem 0.2rem 2.7rem;
  background: linear-gradient(90deg, #004F4E 0%, #318988 100%);
  border-radius: 0 9999px 9999px 0;
}
@media screen and (min-width: 1024px) {
  .price__figure h4 {
    font-size: 22px;
    margin-top: 40px;
    padding: 6px 30px 6px 40px;
  }
}
.price__figure figure {
  padding: 0.6rem 0 0.8rem 1.6rem;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .price__figure figure {
    padding: 24px 32px;
  }
}
.price__figure figure img {
  width: 100%;
  height: auto;
}
.price__figure--orange {
  background: #FFEFE2;
}
.price__figure--orange h4 {
  background: linear-gradient(180deg, #A17B32 0%, #C5963F 100%);
}
@media screen and (min-width: 1024px) {
  .price__figure--jyumoku figure {
    padding: 24px 16px 0 32px;
  }
}

.price-flow {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 2rem 0 0.5rem 0;
}
@media screen and (min-width: 1024px) {
  .price-flow {
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    padding: 24px 0 32px 16px;
  }
}
@media screen and (min-width: 1024px) and (min-width: 1024px) and (max-width: 1199px) {
  .price-flow {
    padding: 24px 0 0 16px;
  }
}

.price-flow__item {
  position: relative;
  text-align: left;
  width: 100%;
  height: 20rem;
  padding-top: 1.9rem;
  overflow: hidden;
}
.price-flow__item:not(:last-child)::after {
  content: "";
  width: 0;
  height: 0;
  margin: 1.2rem auto;
  border-left: 1.2rem solid transparent;
  border-right: 1.2rem solid transparent;
  border-top: 2.2rem solid #318988;
  position: absolute;
  left: 33%;
  bottom: -1.2rem;
  transform: translateX(-50%);
}
@media screen and (min-width: 1024px) {
  .price-flow__item:not(:last-child)::after {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: calc(100% - 1.4rem);
    transform: translateY(-50%) rotate(-90deg);
    margin: 0;
  }
}
@media screen and (min-width: 1024px) {
  .price-flow__item {
    flex: 1;
    padding: 1rem;
    height: 22.5rem;
    overflow: visible;
  }
}

.price-flow__label {
  font-size: 1.7rem;
  text-align: center;
  color: #675F4C;
  padding: 0.5rem 0;
  position: relative;
}
.price-flow__label::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #ffffff;
  border-radius: 9999px;
  filter: blur(0.5rem);
  z-index: -1;
}
.price-flow__label {
  isolation: isolate;
  display: inline-block;
  margin-bottom: 0.8rem;
  margin-left: 1.6rem;
  padding: 0.8rem 1.8rem;
}
@media screen and (min-width: 1024px) {
  .price-flow__label {
    font-size: 18px;
    margin-bottom: 12px;
    padding: 0.9rem 2rem;
  }
}

.price-flow__visual {
  position: relative;
  display: inline-block;
  width: 100%;
  aspect-ratio: 9/5;
  background: url("../img/common/product/illust_hiyou_bg.png") no-repeat 1.4rem/33.5rem auto;
  margin-top: -5.2rem;
}
@media screen and (min-width: 1024px) and (max-width: 1199px) {
  .price-flow__visual {
    background-size: 28.5rem auto;
  }
}
@media screen and (min-width: 1200px) {
  .price-flow__visual {
    width: 100%;
    background-image: url("../img/common/product/pc_illust_hiyou_bg.png");
    margin-top: -40px;
  }
}

.price-flow__bubble {
  width: 15rem;
  height: 13rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: absolute;
  top: 50%;
  right: 1.6rem;
  transform: translateY(-53.5%);
  text-align: center;
  line-height: 1.3;
}
@media screen and (min-width: 1024px) {
  .price-flow__bubble {
    width: 16rem;
    right: 3rem;
  }
}
@media screen and (min-width: 1024px) and (min-width: 1024px) and (max-width: 1199px) {
  .price-flow__bubble {
    transform: translateY(-53.5%) scale(0.75);
    right: calc(30.86vw - 310px);
  }
}

.price-flow__per {
  display: block;
  font-size: 1.6rem;
  font-weight: 400;
  font-family: "Noto Sans", "BIZ UDGothic", sans-serif;
  letter-spacing: 0.08em;
  line-height: 2.1;
  color: #675F4C;
}

.price-flow__amount {
  font-size: 1.7rem;
  font-weight: 400;
  font-family: "Noto Sans", "BIZ UDGothic", sans-serif;
  letter-spacing: 0.08em;
  line-height: 2.1;
  line-height: 1.2;
  color: #675F4C;
  position: relative;
  top: -1.4rem;
  font-family: "BIZ UDMincho", serif;
  letter-spacing: -0.04em;
  background: linear-gradient(180deg, #A17B32 0%, #C5963F 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}
@media screen and (min-width: 1024px) {
  .price-flow__amount {
    font-size: 19px;
    top: -1.5rem;
  }
}
.price-flow__amount strong {
  background: linear-gradient(180deg, #A17B32 0%, #C5963F 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  font-size: 5rem;
  font-family: "Shippori Mincho B1", serif;
  padding-right: 0.4rem;
  letter-spacing: -0.03em;
}
@media screen and (min-width: 1024px) {
  .price-flow__amount strong {
    font-size: 56px;
  }
}

.price-flow__icon {
  position: relative;
  top: -1rem;
  height: 3.5rem;
}
@media screen and (min-width: 1024px) {
  .price-flow__icon {
    height: 37px;
    width: auto;
    top: -13px;
  }
}

.price__other-about {
  background: #E2F5F3;
  border-radius: 1rem;
  margin-top: 5rem;
  padding: 1.5rem 1.6rem;
}
@media screen and (min-width: 1024px) {
  .price__other-about {
    grid-column: 2;
    grid-row: 3/4;
    width: 450px;
    padding: 1.6rem 2rem 0;
    margin-top: 0;
    align-self: start;
  }
}
.price__other-about h4 {
  font-size: 1.8rem;
  font-weight: 400;
  font-family: "Noto Sans", "BIZ UDGothic", sans-serif;
  letter-spacing: 0.08em;
  line-height: 2.1;
  color: #318988;
  font-weight: 700;
  line-height: 1.7;
  margin-bottom: 0.8rem;
}
@media screen and (min-width: 1024px) {
  .price__other-about h4 {
    margin-bottom: 24px;
  }
}
.price__other-about .text {
  font-size: 1.5rem;
  line-height: 1.7;
  margin-bottom: 0;
}
@media screen and (min-width: 1024px) {
  .price__other-about .text {
    font-size: 16px;
    margin-bottom: 32px;
  }
}

.page-product-wrapper {
  background: radial-gradient(#318988 0%, #025D5B 72%) -250px -250px/50rem 50rem no-repeat, #025D5B;
}
@media screen and (min-width: 1024px) {
  .page-product-wrapper {
    background: radial-gradient(#318988 0%, #025D5B 72%) -20vw -20vw/90vw 40vw no-repeat, #025D5B;
  }
}

.page-product {
  background: url(../img/common/product/deco_head_product_karakusa.png) no-repeat top center, linear-gradient(transparent 7.5rem, #FFFDEA 7.5rem);
  background-size: contain;
  position: relative;
}
@media screen and (min-width: 1024px) {
  .page-product {
    background: url(../img/common/product/pc_deco_head_product_karakusa.png) no-repeat top center/100%, linear-gradient(transparent 10vw, #FFFDEA 10vw);
    position: relative;
  }
  .page-product::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 52px;
    transform: translateX(-50%);
    width: 596px;
    height: 113px;
    background: url(../img/common/pc_deco_karakusa_head.png) no-repeat bottom center;
    background-size: contain;
  }
}

.ttl-line {
  font-size: 2.4rem;
  font-family: "Noto Sans", "BIZ UDMincho", serif;
  line-height: 1.7;
  margin-top: 6.4rem;
  margin-bottom: 1.2rem;
}
@media screen and (min-width: 1024px) {
  .ttl-line {
    margin-top: 72px;
    grid-column: 1/-1;
  }
}

.text {
  margin-bottom: 3.2rem;
}
@media screen and (min-width: 1024px) {
  .text {
    margin-bottom: 24px;
  }
}

.note {
  font-size: 1.2rem;
  font-weight: 400;
  font-family: "Noto Sans", "BIZ UDGothic", sans-serif;
  letter-spacing: 0.08em;
  line-height: 2.1;
  color: #675F4C;
  line-height: 1.7;
  margin-top: 3.2rem;
}
@media screen and (min-width: 1024px) {
  .note {
    font-size: 12px;
  }
}

.bread_crumb_list {
  padding: 1.4rem 1.6rem 2rem;
}
@media screen and (min-width: 1024px) {
  .bread_crumb_list {
    padding: 3rem 0 5rem;
  }
}

.page-product .en-ttl .ttl {
  margin-bottom: 3rem;
}
@media screen and (min-width: 1024px) {
  .page-product .en-ttl .ttl {
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 1024px) {
  .page-product .en-ttl + .text {
    margin-bottom: 0;
  }
}

.product-intro .container {
  padding: 4rem 1.4rem 5rem;
}
@media screen and (min-width: 1024px) {
  .product-intro .container {
    padding: 80px 0 104px;
  }
}

.product-intro__header {
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .product-intro__header {
    margin-bottom: 52px;
  }
}

.product-intro__deco {
  display: block;
  margin: 0 auto 2rem;
  width: 14rem;
}
.product-intro__deco img {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 1024px) {
  .product-intro__deco {
    width: 200px;
    margin-bottom: 24px;
  }
}

.product-intro .ttl-product {
  margin-bottom: 3rem;
}
.product-intro .ttl-product .feature {
  width: 22rem;
  margin: 4.8rem auto 1.5rem;
}
@media screen and (min-width: 1024px) {
  .product-intro .ttl-product .feature {
    width: 100%;
    margin: 96px auto 24px;
  }
}

.product-intro__photo {
  margin-bottom: 5rem;
  overflow: hidden;
}
.product-intro__photo img {
  width: 100%;
  height: auto;
  display: block;
}
@media screen and (min-width: 1024px) {
  .product-intro__photo {
    text-align: center;
    margin-bottom: 56px;
    border-radius: 12px;
  }
  .product-intro__photo img {
    width: 100%;
    max-width: 626px;
    margin: 0 auto;
  }
}

.product-intro__body {
  padding: 0 0;
  margin-bottom: 2.6rem;
}
@media screen and (min-width: 1024px) {
  .product-intro__body {
    display: flex;
    gap: 40px;
    justify-content: space-between;
    padding: 48px 0 56px;
    border-radius: 16px;
    margin-bottom: 0;
  }
}

.product-intro__text {
  margin-bottom: 3rem;
}
@media screen and (min-width: 1024px) {
  .product-intro__text {
    max-width: 719px;
    flex: 1;
    margin-bottom: 0;
  }
}
.product-intro__text .text {
  margin-bottom: 2rem;
}
.product-intro__text .text:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 1024px) {
  .product-intro__text .text {
    margin-bottom: 24px;
  }
}

.product-intro__offer {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  max-width: 100vw;
  overflow-x: hidden;
}
@media screen and (min-width: 1024px) {
  .product-intro__offer {
    left: revert;
    right: revert;
    margin-top: -20px;
    margin-left: auto;
    margin-right: 0;
    width: 403px;
    max-width: 403px;
    flex-shrink: 0;
    align-self: flex-start;
  }
}
.product-intro__offer::before {
  content: "";
  position: relative;
  display: block;
  background: url("../img/common/product/board_offer_head.webp") no-repeat center bottom/100% auto;
  width: 100%;
  height: 7rem;
}
@media screen and (min-width: 1024px) {
  .product-intro__offer::before {
    background: url("../img/common/product/pc_board_offer_head.webp") no-repeat center bottom/100% auto;
  }
}
.product-intro__offer::after {
  content: "";
  position: relative;
  display: block;
  background: url("../img/common/product/board_offer_foot.webp") no-repeat center top/100% auto;
  width: 100%;
  height: 7rem;
}
@media screen and (min-width: 1024px) {
  .product-intro__offer::after {
    background: url("../img/common/product/pc_board_offer_foot.webp") no-repeat center top/100% auto;
  }
}

.product-intro__offer-inner {
  position: relative;
  background: url("../img/common/product/board_offer_body.webp") no-repeat center/100% 100%;
  width: 100%;
  padding: 0 3rem;
}
@media screen and (min-width: 1024px) {
  .product-intro__offer-inner {
    background: url("../img/common/product/pc_board_offer_body.webp") no-repeat center/100% 100%;
    padding: 0 43px;
  }
}

.product-intro__offer-ttl {
  font-size: 2.4rem;
  font-weight: 400;
  font-family: "BIZ UDMincho", serif;
  letter-spacing: 0.08em;
  line-height: 1.5;
  color: #318988;
  font-feature-settings: "palt";
  line-height: 1.4;
  text-align: center;
  margin-bottom: 2.1rem;
  padding-bottom: 1rem;
  background: url(../img/common/product/deco_offer_ttl.svg) no-repeat center bottom;
}
@media screen and (min-width: 1024px) {
  .product-intro__offer-ttl {
    margin-bottom: 2.3rem;
  }
}

.product-intro__offer-list {
  display: flex;
  flex-direction: column;
}
.product-intro__offer-list li {
  font-size: 1.7rem;
  font-weight: 400;
  font-family: "Noto Sans", "BIZ UDGothic", sans-serif;
  letter-spacing: 0.08em;
  line-height: 2.1;
  color: #675F4C;
  padding-left: 1.6rem;
  position: relative;
  line-height: 2.1;
  margin-top: -0.2rem;
}
.product-intro__offer-list li::before {
  content: "";
  position: absolute;
  top: 0.7em;
  left: 0;
  width: 0.8rem;
  height: 0.8rem;
  background: #93C8C3;
  border-radius: 999px;
}
@media screen and (min-width: 1024px) {
  .product-intro__offer-list li::before {
    width: 8px;
    height: 8px;
  }
}
@media screen and (min-width: 1024px) {
  .product-intro__offer-list li {
    line-height: 2.1;
  }
}
@media screen and (min-width: 1024px) {
  .product-intro__offer-list {
    gap: 0;
  }
}

.page-product .product-slider .swiper {
  position: relative;
  padding: 0;
}
.page-product .product-slider .swiper::after {
  content: "";
  position: absolute;
  top: 0px;
  width: 20%;
  height: 100%;
  z-index: 2;
  pointer-events: none;
  right: -1%;
  background: linear-gradient(270deg, rgb(255, 251, 230) 0%, rgb(255, 251, 230) 5%, rgba(255, 251, 230, 0) 50%);
}
@media screen and (min-width: 1024px) {
  .page-product .product-slider .swiper {
    padding: 0;
  }
}
.page-product .product-slider .swiper-slide {
  margin-right: 1.6rem;
}
@media screen and (min-width: 1024px) {
  .page-product .product-slider .swiper-slide {
    margin-right: 32px;
  }
}
.page-product .product-slider.slider-container {
  margin: 0 0 2rem;
}
@media screen and (min-width: 1024px) {
  .page-product .product-slider.slider-container .slider-controller {
    margin-top: 72px;
  }
}

.anshin-point {
  background: radial-gradient(#318988 0%, #025D5B 72%) -250px -250px/50rem 50rem no-repeat, #025D5B;
}
@media screen and (min-width: 1024px) {
  .anshin-point {
    background: radial-gradient(#318988 0%, #025D5B 72%) -20vw -20vw/90vw 40vw no-repeat, #025D5B;
  }
}
.anshin-point .container {
  padding: 5.6rem 1.3rem;
}
@media screen and (min-width: 1024px) {
  .anshin-point .container {
    padding: 112px 0;
  }
}
.anshin-point .cont-point {
  position: relative;
  z-index: 1;
}
.anshin-point .introduce-product__card {
  margin: -3rem auto 0;
  padding: 0;
}
@media screen and (min-width: 1024px) {
  .anshin-point .introduce-product__card {
    margin: 0 auto;
  }
}
.anshin-point .list-point {
  padding-top: 3rem;
  border: none;
  -o-border-image: none;
     border-image: none;
}
@media screen and (min-width: 1024px) {
  .anshin-point .list-point::after {
    top: 50%;
    transform: translateY(-100%);
  }
}
@media screen and (min-width: 1024px) {
  .anshin-point .list-point {
    padding: 24px 0 88px;
  }
}
@media screen and (min-width: 1024px) {
  .anshin-point .list-point li figure {
    width: 100%;
  }
  .anshin-point .list-point li:nth-child(4) {
    grid-column: span 2;
    padding: 60px 32px 0 40px;
  }
  .anshin-point .list-point li:nth-child(4)::after {
    height: calc(100% - 6rem);
  }
  .anshin-point .list-point li:nth-child(5) {
    grid-column: span 4;
    padding: 60px 40px 0 32px;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    -moz-column-gap: 0;
         column-gap: 0;
    row-gap: 0;
  }
  .anshin-point .list-point li:nth-child(5) .inner {
    grid-column: 1;
    grid-row: 1;
    padding: 0 32px 0 0;
  }
  .anshin-point .list-point li:nth-child(5) figure {
    grid-column: 2;
    grid-row: 1;
    width: 100%;
    height: 100%;
    align-self: stretch;
  }
  .anshin-point .list-point li:nth-child(5) figure img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    aspect-ratio: auto;
    display: block;
  }
  .anshin-point .list-point li:nth-child(5) h3 {
    text-indent: 0;
    padding-left: 0;
  }
}
.anshin-point .list-point .btn-primary-s {
  margin-top: 2.5rem;
}

.anshin-point__ttl {
  width: 31.1rem;
  height: 12.2rem;
  text-align: center;
  padding: 2rem 0 0 0;
  background: url("../img/common/product/ttl-bg_anshin.png") no-repeat center top/100%;
  font-size: 2.4rem;
  font-weight: 400;
  font-family: "BIZ UDMincho", serif;
  letter-spacing: 0.08em;
  line-height: 1.5;
  color: #675F4C;
  font-feature-settings: "palt";
  line-height: 1.4;
  position: relative;
  z-index: 2;
  margin: 0 auto;
}
@media screen and (min-width: 1024px) {
  .anshin-point__ttl {
    font-size: 32px;
    width: 452px;
    height: 163px;
    padding: 3rem 0 0 0;
    background: url("../img/common/product/pc_ttl-bg_anshin.png") no-repeat center top/100%;
  }
}
.anshin-point__ttl .white {
  color: #ffffff;
  text-shadow: 0 0 1.5rem rgba(0, 0, 0, 0.8);
}
.anshin-point__ttl .gold {
  background: linear-gradient(45deg, #FEE08B 20%, #FFF9CE 50%, #FEE08B 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  font-size: 3.2rem;
}
@media screen and (min-width: 1024px) {
  .anshin-point__ttl .gold {
    font-size: 46px;
  }
}

.akari-price, .jyumoku-price {
  background: #ffffff;
}
.akari-price .container, .jyumoku-price .container {
  padding: 6.4rem 1.6rem;
}
@media screen and (min-width: 1024px) {
  .akari-price .container, .jyumoku-price .container {
    padding: 100px 0 112px;
  }
}

@media screen and (min-width: 1024px) {
  .price__overview {
    display: flex;
    gap: 80px;
    position: relative;
  }
}
@media screen and (min-width: 1024px) {
  .price__overview .price__figure {
    width: 450px;
    flex-shrink: 0;
    margin-top: 0;
  }
}

@media screen and (min-width: 1024px) {
  .price__text {
    flex: 1;
  }
}

@media screen and (min-width: 1024px) {
  .price__overview > .note {
    position: absolute;
    bottom: 2.8rem;
    left: 0;
    margin-top: 0;
  }
}
@media screen and (min-width: 1024px) and (min-width: 1024px) and (max-width: 1199px) {
  .price__overview > .note {
    bottom: 0rem;
  }
}

.jyumoku .price-flow__visual {
  background-image: url("../img/jyumoku/illust_hiyou_bg.png");
}
@media screen and (min-width: 1200px) {
  .jyumoku .price-flow__visual {
    background-image: url("../img/jyumoku/pc_illust_hiyou_bg.png");
  }
}

@media screen and (min-width: 1024px) {
  .price__usage .price__figure {
    margin-top: 5.6rem;
  }
}

@media screen and (min-width: 1024px) {
  .price__usage-inner {
    display: grid;
    grid-template-columns: 1fr 450px;
    gap: 0 80px;
  }
}
@media screen and (min-width: 1024px) {
  .price__usage-inner > .text {
    grid-column: 1;
    grid-row: 1;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1024px) {
  .price__usage-inner .price__table {
    grid-column: 2;
    grid-row: 1/3;
    align-self: start;
    margin-top: 0.5em;
  }
}
@media screen and (min-width: 1024px) {
  .price__usage-inner > .note {
    grid-column: 1;
    grid-row: 2;
    align-self: start;
    margin-top: 0;
  }
}

@media screen and (min-width: 1200px) {
  .jyumoku .price__usage-inner {
    grid-template-columns: 1fr 620px;
  }
}

.price__table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  border: 0.1rem solid #675F4C;
  border-right: none;
  border-radius: 0.4rem;
  overflow: hidden;
  font-family: "Noto Sans", "BIZ UDGothic", sans-serif;
  font-size: 1.6rem;
}
@media screen and (min-width: 1024px) {
  .price__table {
    flex: 1;
  }
}
.price__table td,
.price__table th {
  padding: 0.15em 0.6em 0.1em;
  border: none;
  border-right: 0.1rem solid #675F4C;
  border-bottom: 0.1rem solid #675F4C;
  vertical-align: middle;
  line-height: 1.6;
  font-weight: 400;
}
.price__table td:has(small) {
  line-height: 1.4;
}
.price__table th {
  color: #ffffff;
  text-shadow: 0 0 1rem rgba(0, 0, 0, 0.5);
  background: linear-gradient(to right, #025D5B, #61BDBF);
}
.price__table td:nth-of-type(1) {
  background: linear-gradient(to right, #FFF9CE, #FEE08B);
}
.price__table thead tr td {
  font-size: 1.6rem;
  background: linear-gradient(to right, #C9DCDC, #DDF5EF, #C9DCDC);
  text-align: center;
}
.price__table tr:last-child td {
  border-bottom: none;
}
.price__table .full-row td {
  background: none;
  font-size: 1.5rem;
}
@media screen and (min-width: 1024px) {
  .price__table th,
  .price__table td,
  .price__table thead tr td {
    font-size: 1.7rem;
  }
}
.price__table small {
  font-size: 1.2rem;
  line-height: 1.4;
}
@media screen and (min-width: 1024px) {
  .price__table small {
    font-size: 12px;
  }
}
.price__table--jyumoku thead th {
  text-align: center;
}
.price__table--jyumoku thead th:nth-child(2) {
  width: 1em;
  padding: 0.25em 0.2em 0.2em;
}
@media screen and (min-width: 1024px) {
  .price__table--jyumoku thead th:nth-child(2) {
    width: 56px;
    padding: 0.25em 0.2em 0.2em;
  }
}
.price__table--jyumoku tbody td:nth-child(2) {
  text-align: center;
}
.price__table--jyumoku tbody tr:first-of-type td:nth-of-type(2),
.price__table--jyumoku tbody tr td:last-child {
  background: linear-gradient(to right, #FFF9CE, #FEE08B);
}
.price__table--jyumoku tbody td.price__table-kukaku,
.price__table--jyumoku tbody tr.full-row td {
  background: #ffffff;
}
@media screen and (min-width: 1024px) {
  .price__table--jyumoku tbody td.price__table-kukaku {
    text-align: center;
  }
  .price__table--jyumoku tbody tr:not(:first-of-type, .full-row) td:nth-child(1) {
    text-align: center;
  }
  .price__table--jyumoku tbody tr:not(:first-of-type) td:nth-child(2) {
    text-align: left;
  }
  .price__table--jyumoku tbody tr.full-row td {
    text-align: left;
  }
}

@media screen and (min-width: 1024px) {
  .price__other {
    display: grid;
    grid-template-columns: 1fr 450px;
    gap: 0 80px;
  }
}
@media screen and (min-width: 1024px) {
  .price__other > .text {
    grid-column: 1;
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 1024px) {
  .price__other > .price__table {
    grid-column: 1;
  }
}
@media screen and (min-width: 1024px) {
  .price__other > .note {
    grid-column: 1;
  }
}

.btn-center {
  margin-top: 6rem;
}
@media screen and (min-width: 1024px) {
  .btn-center {
    margin-top: 80px;
  }
}

.akari-video {
  background: linear-gradient(to bottom, #FFFDEA, #ffffff);
}
.akari-video .container {
  padding: 4.8rem 1.6rem 5.6rem;
}
@media screen and (min-width: 1024px) {
  .akari-video .container {
    padding: 112px 0;
  }
}

.video__wrapper {
  position: relative;
  width: 100%;
  aspect-ratio: 16/9;
  margin-top: 3.2rem;
}
@media screen and (min-width: 1024px) {
  .video__wrapper {
    margin-top: 48px;
  }
}
.video__wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.page-product .ohikkoshi {
  background: url(../img/top/bg_ohikkoshi_top.webp) no-repeat center top, url(../img/top/bg_img_sakura.png) no-repeat right 101% #D5F4FF;
  background-size: 100% auto;
}
@media screen and (min-width: 1024px) {
  .page-product .ohikkoshi {
    background: url(../img/common/bg_sakura_left.webp) no-repeat left top, url(../img/common/bg_sakura_right.webp) no-repeat right top, linear-gradient(90deg, #D5F4FF, #ADEAFF);
    background-size: auto 100%, auto 100%;
  }
}
.page-product .ohikkoshi > .container {
  background: url(../img/top/deco_sakura_head.png) no-repeat center top;
  background-size: 100% auto;
  font-size: 2.4rem;
  font-weight: 400;
  font-family: "Shippori Mincho B1", serif;
  letter-spacing: 0.08em;
  line-height: 1.8;
  font-feature-settings: "palt";
  padding: 0 0 5.6rem;
}
@media screen and (min-width: 1024px) {
  .page-product .ohikkoshi > .container {
    background: none;
    padding: 0 0 88px;
  }
}
.page-product .ohikkoshi .ohikkoshi__catch-title {
  font-family: "Shippori Mincho B1", serif;
  font-size: 2.3rem;
  text-align: center;
  letter-spacing: 0.03em;
  margin: 2.4rem auto 2rem;
}
@media screen and (min-width: 1024px) {
  .page-product .ohikkoshi .ohikkoshi__catch-title {
    font-size: 35px;
    text-align: left;
    letter-spacing: 0.08em;
    padding: 40px 0 50px;
    margin: 0;
  }
}
.page-product .ohikkoshi .ohikkoshi__blur-title {
  font-size: 1.7rem;
  text-align: center;
  color: #ffffff;
  padding: 0.5rem 0;
  position: relative;
}
.page-product .ohikkoshi .ohikkoshi__blur-title::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #ffffff;
  border-radius: 9999px;
  filter: blur(0.5rem);
  z-index: -1;
}
.page-product .ohikkoshi .ohikkoshi__blur-title {
  font-family: "BIZ UDMincho", serif;
  font-size: 2.4rem;
  background: linear-gradient(180deg, #A17B32 0%, #C5963F 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  text-align: center;
  padding: 1.8rem 0 1.2rem;
  z-index: 1;
  letter-spacing: 0.03em;
}
.page-product .ohikkoshi .ohikkoshi__blur-title span {
  display: block;
  font-size: 2.1rem;
}
@media screen and (min-width: 1024px) {
  .page-product .ohikkoshi .ohikkoshi__blur-title span {
    font-size: 29px;
  }
}
.page-product .ohikkoshi .ohikkoshi__blur-title::before {
  filter: blur(5px);
  mix-blend-mode: darken;
}
@media screen and (min-width: 1024px) {
  .page-product .ohikkoshi .ohikkoshi__blur-title {
    display: inline-block;
    font-size: 32px;
    text-align: left;
    margin-left: 16px;
    padding: 18px 48px;
    line-height: 1.6;
  }
}
.page-product .ohikkoshi .ohikkoshi__header {
  padding: 9.4rem 1.4rem 3rem;
  color: #675F4C;
  position: relative;
  overflow: hidden;
}
.page-product .ohikkoshi .ohikkoshi__header::after {
  content: none;
}
@media screen and (min-width: 1024px) {
  .page-product .ohikkoshi .ohikkoshi__header {
    display: block;
    padding: 144px 0 0;
  }
}
.page-product .ohikkoshi .ohikkoshi__header .text {
  font-family: "Shippori Mincho B1", serif;
  font-size: 1.7rem;
  letter-spacing: 0.06em;
  line-height: 1.8;
  text-align: left;
  margin-bottom: 3.4rem;
  padding-left: 0;
}
.page-product .ohikkoshi > .container::before {
  content: none;
}
@media screen and (min-width: 1024px) {
  .page-product .ohikkoshi .ohikkoshi__header-inner {
    margin-left: 50px;
  }
}
@media screen and (min-width: 1024px) {
  .page-product .ohikkoshi .ohikkoshi__header-body {
    display: flex;
    width: 1110px;
    gap: 80px;
  }
}
@media screen and (min-width: 1024px) {
  .page-product .ohikkoshi .ohikkoshi__header-text {
    flex: 1;
    margin-top: -0.3em;
  }
}
.page-product .ohikkoshi .ohikkoshi__figure {
  margin-top: 0;
}
.page-product .ohikkoshi .ohikkoshi__figure img {
  width: 100%;
  height: auto;
  display: block;
}
@media screen and (min-width: 1024px) {
  .page-product .ohikkoshi .ohikkoshi__figure {
    width: 570px;
    flex-shrink: 0;
    margin-inline: 0;
  }
  .page-product .ohikkoshi .ohikkoshi__figure img {
    width: 100%;
    height: auto;
  }
}
.page-product .ohikkoshi .text-catch {
  font-size: 1.8rem;
  font-weight: 400;
  font-family: "Noto Sans", "BIZ UDGothic", sans-serif;
  letter-spacing: 0.08em;
  line-height: 2.1;
  font-weight: 700;
  text-align: center;
  margin-top: 4rem;
  position: relative;
  display: inline-block;
  padding: 0 0.2em 0 0.3em;
}
.page-product .ohikkoshi .text-catch::before, .page-product .ohikkoshi .text-catch::after {
  content: "";
  display: inline;
  width: 0.1rem;
  height: 1em;
  background-color: #318988;
  border-radius: 9999px;
  position: absolute;
  top: 20%;
}
.page-product .ohikkoshi .text-catch::before {
  transform: rotate(-30deg);
  transform-origin: left bottom;
  left: 0;
}
.page-product .ohikkoshi .text-catch::after {
  transform: rotate(30deg);
  transform-origin: right bottom;
  right: 0;
}
.page-product .ohikkoshi .text-catch::before, .page-product .ohikkoshi .text-catch::after {
  width: 0.2rem;
  height: 1.2em;
  background-color: #675F4C;
}
@media screen and (min-width: 1024px) {
  .page-product .ohikkoshi .text-catch {
    width: 16.5em;
    margin: 56px auto 0;
    font-size: 20px;
  }
}
.page-product .ohikkoshi .about-service {
  background: url(../img/top/deco_sakura_head.png) no-repeat center top;
  background-size: 100% auto;
  margin-top: -3rem;
  padding: 10rem 1.6rem 0;
}
@media screen and (min-width: 1024px) {
  .page-product .ohikkoshi .about-service {
    background: none;
    margin-top: 0;
    padding: 10rem 0 0;
  }
}
@media screen and (min-width: 1024px) {
  .page-product .ohikkoshi .about-service .container {
    padding: 48px 36px 50px;
  }
}
.page-product .ohikkoshi .about-service .text {
  margin-bottom: 0;
  text-align: left;
}
.page-product .ohikkoshi .about-service .btn-center {
  margin-top: 0;
}
.page-product .ohikkoshi .about-service .btn-center .btn-primary {
  margin: 1rem auto 0;
}/*# sourceMappingURL=product.css.map */