@charset "UTF-8";

@font-face {
  font-family: hirakakupro-w6;
  src: local(Font),
       url('../fonts/hirakakupro-w6.otf') format("otf"),
       url('../fonts/hirakakupro-w6.otf') format("opentype");
}
@font-face {
  font-family: hirakakupro-w3;
  src: local(Font),
       url('../fonts/hirakakupro-w3-opentype.otf') format("otf"),
       url('../fonts/hirakakupro-w3-opentype.otf') format("opentype");
}
@font-face {
  font-family: HarenosoraMincho;
  src: local(Font), 
  url("../fonts/harenosora.woff") format("woff"), 
  url("../fonts/harenosora.otf") format("opentype");
}

@font-face {
  font-family: Yu-Gothic;
  src: local(Font),
       url('../fonts/YuGothic-Bold-01.woff') format("woff"),
       url('../fonts/YuGothic-Bold-01.woff') format("opentype");
}

@font-face {
  font-family: Gothic-Medium;
  src: local(Font),
       url('../fonts/YuGothic-Medium-01.woff') format("woff"),
       url('../fonts/YuGothic-Medium-01.woff') format("opentype");
}
/* h1, h2, h3, h4 {
    font-family: 'Yu-Gothic',sans-serif;
}  */
.pane-main--txt {
    font-size: 17px;
    line-height: 1.8;
}


.orange {
    color: #e6840e;
}
.pink {
  color: #dd8cb0;
}
/*block-mv*/
.block-mv {
  overflow: hidden;
  position: relative;
}
.block-mv--bg {
    width: 100%;
    height: auto;
    display: block;
}
.block-mv--txt {
    width: 71%;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    border: none;
    padding: 0;
}
.block-mv--txt img {
    width: 47%;
    height: auto;
    position: absolute;
    left: 0;
    right: auto;
    border: 0;
    text-align: center;
    margin: 0 auto;
    top: calc(115 / 500 * 100%);
}
/*block-top-content*/
.block-top-content {
  background: url(../images/bg_top01.png) no-repeat top center;
  background-size: auto;
  padding: 70px 0;
}
.block-top-content--in {
  width: 1200px;
  margin: 0 auto;
}
.block-top-content--in small{
  display: inline-block;
  font-size: 14px;
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
}
.block-top-content--in--each {
  padding: 5px 0;
  border-bottom: 1px dotted #424242;
  font-size: 24px;
  text-align: center;
  line-height: 1.8;
}
.block-top-content--in--small {
  font-size: 14px;
  text-align: center;
  margin-top: 1.5rem;
}
/*block-menu*/
.block-menu {
  background-color: #f5f5ef;
  padding: 70px 0 60px 0;
}
.block-menu--in {
  width: 1200px;
  margin: 0 auto;
  padding: 0 100px;
}
.block-menu-in--title--inner {
    font-size: 32px;
    position: relative;
    font-weight: normal;
    display: inline-block;
    border: 0;
    margin: 0;
    padding: 0 23px 10px 0;
    text-align: center;
    letter-spacing: 12.8px;
    font-family: 'Yu-Gothic',sans-serif;
}
.block-menu-in--title--inner::before {
    content: "";
    display: revert;
    right: 0;
    top: 19px;
    position: absolute;
    width: 15px;
    height: 15px;
    background: url(../images/dropdown.png) no-repeat right center;
    background-size: 12px;
}
.block-menu-in--title {
    text-align: center;
    border-bottom: #424242 1px solid;
    margin: 0 0 28px;
}
.block-menu--in--list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    padding: 0 20px;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 20px;
}
.block-menu--in--list--each {
  font-size: 18px;
  border: 1px solid #959595;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 10px;
  border-radius: 5px;
  height: 60px;
  background: #fff;
  position: relative;
  width: calc(100% / 3 - 17px);
}
.block-menu--in--list--each:before {
  content: "";
  position: absolute;
  right: 15px;
  top: 22px;
  width: 10px;
  height: 10px;
  border: 3px solid rgb(51 51 51 / 52%);
  border-top-color: transparent;
  border-right-color: transparent;
  -webkit-transform: rotate(314deg);
  -ms-transform: rotate(314deg);
  transform: rotate(314deg);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.block-menu--in--list--each a {
  display: block;
  width: 100%;
  padding-left: 15px;
  position: relative;
  line-height: 1.2;
}
/*block-check*/
.block-check {
  background: #dd8cb0;
  -webkit-box-shadow: 2px 3px 2px rgb(6 0 1 / 20%);
  box-shadow: 2px 3px 2px rgb(6 0 1 / 20%);
  padding: 10px 0 20px 0;
}
.block-check--title {
  color: #fff;
  border: 0;
  font-weight: normal;
  margin: 0;
  padding: 0;
  text-align: center;
}
.block-check--title__big {
  font-size: 54px;
  font-family: 'HarenosoraMincho',serif;
  display: block;
}
.block-check--title__small {
  font-size: 32px;
  color: #fff;
  text-align: center;
  display: block;
}
.block-check--list {
  background-color: #fbf3f7;
  padding: 25px 0 15px 0;
  position: relative;
  margin-top: 3px;
}
.block-check--list::before {
  content: "";
  display: block;
  position: absolute;
  width: 400px;
  left: 0;
  height: 65px;
  background: url(../images/bg_pink.png) no-repeat bottom center;
  bottom: -64px;
  right: 0;
  margin: 0 auto;
}
.block-check-list--container {
  width: 1200px;
  margin: 0 auto;
  max-width: 940px;
}
.block-check-list--title {
  font-size: 32px;
  background: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2251.661%22%20height%3D%2257.01%22%20xmlns%3Av%3D%22https%3A%2F%2Fvecta.io%2Fnano%22%3E%3Cpath%20d%3D%22M51.661%2024.516c-.004-.783-.314-1.532-.864-2.089-.517-.57-1.25-.895-2.019-.895s-1.503.325-2.019.895L22.815%2047.173c-5.193%205.366-11.25%204.173-14.712.593-3.319-3.426-4.618-9.687.721-15.2L32.767%207.821a5.9%205.9%200%200%201%205.912-1.938c1.967.616%203.488%202.187%204.039%204.173.577%202.087-.145%204.175-1.873%206.11L18.198%2039.572c-.624.692-1.42%201.207-2.308%201.49a1.07%201.07%200%200%201-.722-.147c-.115-.178-.166-.389-.144-.6.119-1.005.639-1.92%201.443-2.535l13.992-14.46a2.95%202.95%200%200%200%200-4.174%202.73%202.73%200%200%200-4.039%200L12.43%2033.607a10.2%2010.2%200%200%200-3.031%206.26%206.88%206.88%200%200%200%201.875%205.219%206.64%206.64%200%200%200%205.482%201.937c2.216-.378%204.245-1.479%205.77-3.131l22.644-23.4c3.166-3.03%204.484-7.514%203.462-11.775a11.88%2011.88%200%200%200-8.078-8.35c-4.039-1.04-8.078.15-11.395%203.58L5.216%2028.69c-7.643%207.9-6.059%2017.889-.577%2023.553a15.51%2015.51%200%200%200%2010.963%204.77c4.326%200%208.365-1.937%2011.827-5.364l23.943-24.748a11.9%2011.9%200%200%201%20.289-2.385z%22%20fill%3D%22%23eec6da%22%2F%3E%3C%2Fsvg%3E") no-repeat left center;
  padding: 14px 0 14px 75px;
  text-align: left;
  font-weight: normal;
  font-family: 'Gothic-Medium',sans-serif;
  margin-bottom: 5px;
}
.block-check-list--list--each {
  font-size: 24px;
  background: url(../images/icon_02.png) no-repeat left center;
  padding: 10px 0 10px 35px;
  border-bottom: 2px dotted #ddd;
  color: #555555;
  font-family: 'hirakakupro-w3',sans-serif;
}
.block-warming {
  background: url(../images/bg_top02.png) no-repeat top center;
  background-size: auto;
  padding: 70px 0 60px 0;
}
.block-warming--container {
  width: 1200px;
  margin: 0 auto;
  text-align: center;
  line-height: 1.8;
}
.pane-main .block-warming-container--title {
  font-size: 36px;
  color: #dd8cb0;
  background: url(../images/bg_border.png) no-repeat bottom center;
  background-size: auto;
  padding: 0 0 15px 0;
  letter-spacing: 1px;
  margin: 0 auto 10px;
  font-family: 'HarenosoraMincho',serif;
}
.pane-main .block-warming-container--sub-title {
    font-size: 47px;
    letter-spacing: 1px;
    margin: 0 auto 20px;
    font-family: 'HarenosoraMincho',serif;
}
.pane-main .block-warming-container--txt {
  font-size: 24px;
  padding: 5px 0;
  border-bottom: 1px dotted #424242;
}
.block-recommended-title {
  background-color: #fcf2eb;
}
.block-recommended-title {
  font-size: 54px;
  color: #e6840e;
  font-weight: normal;
  border: 0;
  -webkit-box-shadow: 2px 3px 2px rgb(6 0 1 / 20%);
  box-shadow: 2px 3px 2px rgb(6 0 1 / 20%);
  padding: 25px 0 33px 0;
  margin: 0;
  font-family: 'HarenosoraMincho',serif;
  text-align: center;
}
.block-recommended-title .number-3 {
    font-size: 72px;
}
.block-recommended {
    background: -webkit-gradient( linear, left top, right top, from(#faf4d8), color-stop(46%, #f7f1dc), to(#f5d9e6));
    background: -o-linear-gradient(left, #faf4d8 0%, #f7f1dc 46%, #f5d9e6 100%);
    background: linear-gradient(90deg , #faf4d8 0%, #f7f1dc 46%, #f5d9e6 100%);
    padding: 60px 0;
}
.block-recommended--in {
  max-width: 1365px;
  margin: 0 auto;
  background: url(../images/bg_top03.png) no-repeat left top;
  background-size: auto;
  padding: 18px 0 0 0;
}
.block-recommended-in--container {
  width: 1200px;
  margin: 0 auto;
  background-color: #fff;
  position: relative;
  background-color: #fff;
  padding: 70px 95px;
  margin: 0 auto 60px;
}

.block-cft .block-recommended-in--container__title {
  background: url(../images/bg_title02.png) no-repeat left center;
  background-size: auto;
  padding: 40px 0 40px 195px;
}
.block-hot-magic .block-recommended-in--container__title {
  background: url(../images/bg_title03.png) no-repeat left center;
  background-size: auto;
  padding: 40px 0 40px 195px;
}
.block-tuche .block-recommended-in--container__title {
  background: url(../images/bg_title04.png) no-repeat left center;
  background-size: auto;
  padding: 40px 0 40px 195px;
}
.block-tuche .block-recommended-wrap-col--color--each.gray {
  background: #938592;
}
.block-tuche .block-recommended-wrap-col--color--each.beige1 {
  background: #bcb2a7;
}
.block-tuche .block-recommended-wrap-col--color--each.beige2 {
  background: #d2beb4;
}
.block-tuche .block-recommended-wrap-col--color--each.red {
  background: #a55561;
}
.block-recommended-in--container__title {
  background: url(../images/bg_title01.png) no-repeat left center;
  background-size: auto;
  padding: 40px 0 40px 162px;
  border-top: 1px solid #424242;
  border-bottom: 1px solid #424242;
  margin: 0 auto 50px;
}
.block-recommended-in--container__title-top {
  font-size: 36px;
  background: none;
  margin: 0;
  font-weight: bold;
  padding: 5px 0 3px 0;
  font-family: 'hirakakupro-w6',sans-serif;
}
.block-recommended-in--container__title-bottom {
  font-size: 32px;
  color: #e6840e;
  text-indent: 20px;
  line-height: 1.8;
  display: block;
  font-family: 'Gothic-Medium',sans-serif;
}
.block-recommended--wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 auto 50px;
}
.block-recommended-wrap--col {
  width: calc(100% / 2 - 24px);
} 
.block-recommended-wrap--list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 31px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.block-recommended-wrap--list--each {
  padding: 8px 20px 6px 20px;
  border: 1px solid #ccc;
  border-radius: 25px;
  margin-right: 10px;
  font-family: 'Gothic-Medium',sans-serif;
  font-size: 17px;
  color: #555555;
}
.pane-main .block-recommended-wrap--col__text {
  margin-bottom: 60px;
}
.block-recommended-wrap-col--inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background-color: #fdf4e9;
  padding: 30px;
}
.block-recommended-wrap-col-inner--check .block-recommended--txt {
  font-size: 20px;
  line-height: 1.8;
}
.block-recommended-wrap--col__button {
  background: #e6840e;
  color: #fff;
  width: 120px;
  text-align: center;
  letter-spacing: 2px;
  margin-bottom: 20px;
  font-size: 20px;
  line-height: 1.8;
}
.block-recommended--wrap-last {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.block-recommended--wrap-last .block-recommended-wrap--price-box {
    border-top: 1px solid #cccccc;
    width: 59%;
    padding: 30px 30px 0 30px;
}
.block-recommended-wrap--price-box a {
  display: block;
  font-family: 'Gothic-Medium',sans-serif;
}
.block-recommended-wrap-col--color {
  display: block;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 20px;
}
.block-recommended-wrap-col--color--each {
    width: 24px;
    height: 24px;
    display: block;
    margin-right: 10px;
}
.block-recommended-wrap-col--color--each span {
  visibility: hidden;
}


.block-aijyo-haramaki .block-recommended-wrap-col--color--each.white {
    background: #ebeef3;
}
.block-aijyo-haramaki .block-recommended-wrap-col--color--each.beige {
    background: #d9c7ac;
}
.block-aijyo-haramaki .block-recommended-wrap-col--color--each.pink {
   background: #ead0d9;
}
.block-aijyo-haramaki .block-recommended-wrap-col--color--each.blue {
    background: #c6e3f4;
}
.block-aijyo-haramaki .block-recommended-wrap-col--color--each.gray {
    background: #bfbec3;
}
.block-aijyo-haramaki .block-recommended-wrap-col--color--each.black {
    background: #252320;
}
.block-cft .block-recommended-wrap-col--color--each.beige {
  background: #f0ae98;
}
.block-cft .block-recommended-wrap-col--color--each.gray {
  background: #bfbec3;
}
.block-cft .block-recommended-wrap-col--color--each.black {
  background: #252320;
}

/*　カラー変更　*/
.block-hot-magic .block-recommended-wrap-col--color--each.purple {
  background: #cdbbcb;
}
.block-hot-magic .block-recommended-wrap-col--color--each.charcoal {
  background: #7a6f75;
}
.block-hot-magic .block-recommended-wrap-col--color--each.ivory {
  background: #f0e2c5;
}

.block-hot-magic .block-recommended-wrap-col--color--each.red {
  background: #b04c36;
}
.block-hot-magic .block-recommended-wrap-col--color--each.pink {
  background: #fac7ad;
}
.block-hot-magic .block-recommended-wrap-col--color--each.beige {
  background: #b49580;
}
.block-hot-magic .block-recommended-wrap-col--color--each.black {
  background: #252320;
}
.block-recommended-wrap-col--color span:last-child {
    margin-right: 0;
}
.pane-main .block-recommended-wrap--col__font {
  font-size: 20px;
  text-align: center;
  line-height: 1.8;
}
.pane-main .block-recommended-wrap--col__price {
  font-size: 30px;
  margin: 0 0 18px 0;
  font-weight: bold;
  text-align: center;
  line-height: 1.8;
}
.block-recommended--wrap-last .block-recommended-wrap--review-area {
    width: 35%;
}
.block-recommended-wrap--col__btn {
  margin: 0 auto;
  text-align: center;
}
.block-recommended-wrap-col--last {
    border: 1px solid #cccccc;
    padding: 25px;
}
.block-recommended-wrap-col--last__orange {
  margin: 0 0 15px 0;
  letter-spacing: 4px;
  font-size: 20px;
  color: #e6840e;
  line-height: 1.8;
}
.block-recommended-wrap-col--last__mid {
  margin: 0 0 15px 0;
}
.block-btn-more a {
  background-color: #dd8cb0;
  font-size: 20px;
  max-width: 540px;
  color: #fff;
  text-align: center;
  margin: 0 auto;
  display: block;
  height: 80px;
  line-height: 80px;
  border-radius: 50px;
  position: relative;
}
.block-btn-more a::before {
  content: "";
  width: 8px;
  height: 8px;
  border: 0;
  border-width: 2px 2px 0 0;
  border-style: solid;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 36px;
  right: 2.1em;
}
.block-recommended-in-container--txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  line-height: 66px;
  margin: 0 auto 30px;
  font-family: 'HarenosoraMincho',serif;
}
.block-recommended-in-container--txt__left {
    font-size: 54px;
    color: #dd8cb0;
    padding: 0 25px 0 0;
}
.block-recommended-in-container--txt__right {
    font-size: 32px;
    background: url(../images/bg_border_02.png) no-repeat bottom center;
    background-size: auto;
    line-height: 69px;
}
.block-cft .block-recommended-in--container__title-bottom {
  text-indent: -18px;
}
.block-hot-magic .block-recommended-in--container__title-bottom {
  text-indent: -14px;
}
.block-tuche .block-recommended-in--container__title-bottom {
    font-size: 30px;
    color: #dd8cb0;
    text-indent: -10px;
}
.block-tuche .block-recommended-in--container__title-top {
  font-size: 33px;
}
.block-tuche .block-recommended-wrap--col__button {
  background: #dd8cb0;
}
.block-tuche .block-recommended-wrap-col--last__orange {
  color: #dd8cb0;
}
/*block-warmth*/
.block-warmth__title {
  background-color: #fcf2eb;
  -webkit-box-shadow: 2px 2px 2px rgb(6 0 1 / 20%);
  box-shadow: 2px 2px 2px rgb(6 0 1 / 20%);
  padding: 23px 0;
  margin: 0 auto;
  text-align: center;
  border: 0;
}
.block-warmth__title.block-warmth__title__pink{
  background-color: #FAF0F0;
}
.block-warmth__title__top {
  padding: 0;
  margin: 0;
  border: 0;
  font-size: 48px;
  font-weight: normal;
  margin-bottom: 5px;
  font-family: 'HarenosoraMincho',serif;
  display: block;
}

.block-warmth__title__caption  {
    font-size: 32px;
    font-family: 'Gothic-Medium',sans-serif;
    font-weight: initial;
}
.block-warmth--wrap {
  max-width: 1365px;
  margin: 0 auto;
  background: url(../images/bg_top03.png) no-repeat left top;
  background-size: auto;
  padding: 50px 0 0 0;
  background-position: left 3px;
}
.block-warmth-wrap--in {
  max-width: 960px;
  margin: 0 auto 0;
}
.block-warmth-wrap--in__text {
    margin-bottom: 40px;
}
.block-warmth-wrap--in__title {
  font-size: 32px;
  -webkit-box-shadow: 0 1px 1px #e1e1e1;
  box-shadow: 0 1px 1px #e1e1e1;
  font-weight: bold;
  padding: 33px 15px 33px 125px;
}
.block-warmth-wrap--in__first {
  font-size: 32px;
  -webkit-box-shadow: 0 1px 1px #e1e1e1;
  box-shadow: 0 1px 1px #e1e1e1;
  font-weight: bold;
  background: url(../images/icon_number1.png) no-repeat left center;
  background-size: auto;
  background-position: 20px;
  background-color: #fdf4e9;
  padding: 33px 15px 33px 125px;
}
.block-warmth-wrap--in__second {
  background: url(../images/icon_number2.png) no-repeat left center;
  background-size: auto;
  background-position: 20px;
  background-color: #fdf4e9;
}
.block-warmth--wrap-pink {
  max-width: 1365px;
  margin: 0 auto;
  background: url(../images/bg_top04.png) no-repeat left top;
  background-size: auto;
  padding: 50px 0 0 0;
  background-position: left 3px;
}
.block-warmth-wrap--in__three {
  background: url(../images/icon_num1.png) no-repeat left center;
  background-size: auto;
  background-position: 20px;
  background-color: #faf0f0;
}
.block-warmth-wrap--in__four {
  background: url(../images/icon_num2.png) no-repeat left center;
  background-size: auto;
  background-position: 20px;
  background-color: #faf0f0;
}
.block-warmth-wrap--in__five {
  background: url(../images/icon_num3.png) no-repeat left center;
  background-size: auto;
  background-position: 20px;
  background-color: #faf0f0;
}
.block-warmth-wrap-in--list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 45px;
  background-color: #fbf8f4;
  margin: 0 auto 20px;
}
.block-warmth-wrap-in-list--col:first-child {
    width: 72%;
}
.block-warmth-wrap-in-list--col:first-child.block-warmth-wrap-in-list--col-short{
  width: 46%;
}
.block-warmth-wrap-in-list--col__title {
    background: url(../images/icon_finger.png) no-repeat left center;
    background-size: auto;
    padding: 0 0 0 63px;
    margin-bottom: 15px;
    font-size: 24px;
    font-family: 'hirakakupro-w6',sans-serif;
}
.block-warmth-wrap-in-list--col__text {
    margin-bottom: 15px;
}
.block-warmth-wrap-in-list-col--btn a {
    position: relative;
    text-decoration: underline;
    padding-right: 20px;
    font-size: 20px;
}
.block-warmth-wrap-in-list-col--btn a::before {
  content: "";
  width: 8px;
  height: 8px;
  border: 0;
  border-width: 2px 2px 0 0;
  border-style: solid;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 12px;
  right: 0;
}
.block-warmth-wrap-in--list-last {
  margin: 0 auto 70px;
}

.block-warmth--wrap__list {
    font-size: 14px;
    line-height: 1.8;
}

/*.block-btn-last {
    margin: 0 auto 70px;
}*/

.pane-contents .container{
  width:100%;
}
.page-Campaign_PriceNormal span[id^="goods_discount_rate_"] {
	background: red;
	padding: 2px 4px;
	margin: 0 0 3px;
	color: #fff;
	display: inline-block;
	font-size: 0.6em;
}


/*260420追加 よくある質問*/
/* Q&Aタイトル */
.block-q_and_a__title__pink {
    background-color: #dd8cb0;
    padding: 15px 0 23px;
    text-align: center;
    border-bottom: none;
    margin: auto;
}

.block-q_and_a__title__top {
    font-size: 48px;
    font-family: 'HarenosoraMincho', serif;
    display: block;
    color: #fff;
    margin-bottom: 5px;
    font-weight: normal;
}

.block-q_and_a__title__caption {
    display: block;
    font-size: 32px;
    font-family: 'Gothic-Medium';
    color: #fff;
    font-weight: normal;
}

/* 背景 */
.block-q_and_a__area {
    background-color: #fbf3f7;
    padding: 30px 0 70px;
}

/* コンテナ */
.block-q_and_a--container {
    width: 100%;
    max-width: 940px;
    margin: 0 auto;
}

/* Q&Aエリア */
.qa-item {
    margin-bottom: 30px;
    overflow: hidden;
}

/* 質問タイトル */
.qa-item h3.block-question__title {
    font-size: 24px;
    display: flex;
    gap: 10px;
    padding: 25px 0 25px 35px;
    font-weight: 400;
    align-items: baseline;
    color: #555;
    font-family: 'hirakakupro-w6', sans-serif;
    background: #fbf3f7;
    margin: auto;
}

/* Qマーク */
.block-question_title_top {
    font-size: 32px;
    font-family: 'HarenosoraMincho', serif;
}

/* 回答タイトル */
.block-anser__title {
    display: flex;
    gap: 10px;
    border-bottom: 2px dotted #ddd;
    color: #dd8cb0;
    font-size: 24px;
    font-family: 'hirakakupro-w6', sans-serif;
    align-items: baseline;
}

/* Aマーク */
.block-anser__title_top {
    font-size: 32px;
    font-family: 'HarenosoraMincho', serif;
}

/* 回答本文 */
.block-anser__area {
    padding: 15px 30px 30px;
    color: #424242;
    font-size: 17px;
    line-height: 1.8;
}

/* ボタン */
.block-btn-last {
    margin: 70px auto;
}

/* 回答エリア */
.block-anser__title,
.block-anser__area {
    background: #ffffff;
}

.block-anser__title {
    padding: 10px 35px 20px;
}

.block-anser__area {
    padding: 30px 35px 30px;
}
