@charset "UTF-8";
/* SPファーストでの記述です */
.tr-main {
  width: 100%;
  margin: 0 auto;
  font-family: "Noto Serif JP", sans-serif;
  color: #000;
  letter-spacing: 0;
}
.tr-main-inner {
  max-width: 600px;
  background-color: #fff;
  margin: 0 auto;
  padding: 0 0;
}
@media (min-width: 768px) {
  .tr-main-inner {
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  }
}
.tr-main * {
  box-sizing: border-box;
}
.tr-main *::after, .tr-main *::before {
  box-sizing: border-box;
}
.tr-main:where(strong) {
  font-weight: 700;
}
.tr-main:where(span) {
  font-weight: 500;
}
.tr-main img {
  max-width: 100%;
  height: auto;
}
.tr-main sup {
  font-size: 0.6em;
  vertical-align: 0.4em;
  line-height: 0;
}
.tr-main .color-red {
  color: #FF5757;
}
.tr-main .color-orange {
  color: #FF6439;
}
.tr-main .color-orange-dark {
  color: #DC621E;
}
.tr-main .bg-orange {
  display: inline;
  background-color: #FF6439;
  line-height: 1.7;
  color: #fff;
}
.tr-main .text-center {
  text-align: center;
}
.tr-main .text-right {
  text-align: right;
}
.tr-main .text-left {
  text-align: left;
}
.tr-main .p {
  margin: 0;
  font-family: "Noto Serif JP", sans-serif;
  font-size: calc(14px * min(max(100vw, 375px), 600px) / 375px);
  font-weight: 500;
  line-height: 1.8;
}
.tr-main .p + .tr-main .p {
  margin-top: 10px;
}
.tr-main .note {
  margin: 0;
  font-size: calc(10px * min(max(100vw, 375px), 600px) / 375px);
  font-weight: 500;
}
.tr-main .p + .note {
  margin-top: 10px;
}

.tr-rooibos-section {
  position: relative;
  padding: 40px 0 40px;
}
.tr-rooibos-mv-inner {
  padding-top: calc(135px * min(max(100vw, 375px), 600px) / 375px);
  background-image: url(../../../../product-images/0058-tanpin/mv_bg.png);
  background-size: 100% auto;
  background-position: top center;
  background-repeat: no-repeat;
}
.tr-rooibos-mv-copy {
  margin-bottom: 16px;
  font-size: calc(24px * min(max(100vw, 375px), 600px) / 375px);
  font-weight: 600;
  line-height: 1;
  text-align: center;
}
.tr-rooibos-mv-copy span {
  display: block;
  position: relative;
  font-weight: 600;
}
.tr-rooibos-mv-copy span + span {
  padding-top: 25px;
}
.tr-rooibos-mv-copy span + span:before, .tr-rooibos-mv-copy span + span:after {
  display: block;
  content: "";
  position: absolute;
  top: 12px;
  left: 50%;
  width: 11px;
  height: 0.75px;
  background-color: #000;
}
.tr-rooibos-mv-copy span + span:before {
  transform: translateX(-50%) rotate(45deg);
}
.tr-rooibos-mv-copy span + span:after {
  transform: translateX(-50%) rotate(-45deg);
}
.tr-rooibos-mv-text {
  font-size: calc(14px * min(max(100vw, 375px), 600px) / 375px);
  font-weight: 600;
  line-height: 1.8;
  text-align: center;
}
.tr-rooibos-mv-merits {
  position: relative;
  height: calc(380px * min(max(100vw, 375px), 600px) / 375px);
}
.tr-rooibos-mv-merits-item {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: calc(18px * min(max(100vw, 375px), 600px) / 375px);
  font-weight: 900;
  text-shadow: 0px 0px 10px rgb(96, 0, 0);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  text-align: center;
  font-family: "Noto Serif JP", sans-serif;
}
.tr-rooibos-mv-merits-item:nth-child(1) {
  top: 0;
  left: 4px;
  width: calc(178px * min(max(100vw, 375px), 600px) / 375px);
  height: calc(176px * min(max(100vw, 375px), 600px) / 375px);
  padding-top: 3px;
  background-image: url(../../../../product-images/0058-tanpin/mv_merit_bg_01.png);
}
.tr-rooibos-mv-merits-item:nth-child(2) {
  top: -16px;
  right: 7px;
  width: calc(177px * min(max(100vw, 375px), 600px) / 375px);
  height: calc(194px * min(max(100vw, 375px), 600px) / 375px);
  padding-top: 25px;
  background-image: url(../../../../product-images/0058-tanpin/mv_merit_bg_02.png);
}
.tr-rooibos-mv-merits-item:nth-child(3) {
  bottom: 20px;
  left: 4px;
  width: calc(178px * min(max(100vw, 375px), 600px) / 375px);
  height: calc(176px * min(max(100vw, 375px), 600px) / 375px);
  padding-top: 20px;
  background-image: url(../../../../product-images/0058-tanpin/mv_merit_bg_03.png);
}
.tr-rooibos-mv-merits-item:nth-child(4) {
  bottom: 20px;
  right: 7px;
  width: calc(177px * min(max(100vw, 375px), 600px) / 375px);
  height: calc(175px * min(max(100vw, 375px), 600px) / 375px);
  padding-top: 20px;
  background-image: url(../../../../product-images/0058-tanpin/mv_merit_bg_04.png);
}
.tr-rooibos-trouble {
  padding-top: 35px;
  position: relative;
  min-height: calc(583px * min(max(100vw, 375px), 600px) / 375px);
  background-image: url(../../../../product-images/0058-tanpin/trouble_bg.png);
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
}
.tr-rooibos-trouble-title {
  text-align: center;
  font-size: calc(24px * min(max(100vw, 375px), 600px) / 375px);
  font-weight: 600;
  line-height: 1;
}
.tr-rooibos-trouble-title .color-orange {
  display: block;
  margin-bottom: 12px;
  font-weight: 700;
  font-size: calc(40px * min(max(100vw, 375px), 600px) / 375px);
}
.tr-rooibos-trouble-text {
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
  width: 100%;
  font-size: calc(24px * min(max(100vw, 375px), 600px) / 375px);
  font-weight: 600;
  text-align: center;
}
.tr-rooibos-trouble-list {
  position: relative;
}
.tr-rooibos-trouble-item {
  position: absolute;
  width: calc(102px * min(max(100vw, 375px), 600px) / 375px);
  padding-bottom: calc(16px * min(max(100vw, 375px), 600px) / 375px);
  font-size: calc(10px * min(max(100vw, 375px), 600px) / 375px);
  font-weight: 600;
  text-align: center;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: bottom center;
}
.tr-rooibos-trouble-item .color-orange {
  font-weight: 600;
}
.tr-rooibos-trouble-item:nth-child(1) {
  top: calc(15px * min(max(100vw, 375px), 600px) / 375px);
  left: calc(20px * min(max(100vw, 375px), 600px) / 375px);
  background-image: url(../../../../product-images/0058-tanpin/technology_item_bg_left.svg);
}
.tr-rooibos-trouble-item:nth-child(2) {
  top: calc(90px * min(max(100vw, 375px), 600px) / 375px);
  left: calc(10px * min(max(100vw, 375px), 600px) / 375px);
  background-image: url(../../../../product-images/0058-tanpin/technology_item_bg_left.svg);
}
.tr-rooibos-trouble-item:nth-child(3) {
  top: 0px;
  right: calc(12px * min(max(100vw, 375px), 600px) / 375px);
  background-image: url(../../../../product-images/0058-tanpin/technology_item_bg_right.svg);
}
.tr-rooibos-trouble-item:nth-child(4) {
  top: calc(100px * min(max(100vw, 375px), 600px) / 375px);
  right: calc(12px * min(max(100vw, 375px), 600px) / 375px);
  background-image: url(../../../../product-images/0058-tanpin/technology_item_bg_right.svg);
}
.tr-rooibos-easy {
  padding-top: 0;
  background-image: url(../../../../product-images/0058-tanpin/easy_bg.png);
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  background-color: #F3EEE5;
}
.tr-rooibos-easy .p {
  text-align: center;
  margin-bottom: 24px;
}
.tr-rooibos-easy-title {
  margin-bottom: 24px;
  font-size: calc(24px * min(max(100vw, 375px), 600px) / 375px);
  font-weight: 600;
  text-align: center;
}
.tr-rooibos-easy-title .bg-orange {
  padding: 4px 4px;
  font-weight: 600;
}
.tr-rooibos-easy-example-list {
  padding: 0 15px;
}
.tr-rooibos-easy-example {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin-top: 32px;
}
.tr-rooibos-easy-example:first-child {
  margin-top: 0;
}
.tr-rooibos-easy-example:nth-child(even) {
  flex-direction: row-reverse;
}
.tr-rooibos-easy-example-img {
  width: 38%;
  flex-shrink: 0;
}
.tr-rooibos-easy-example-text {
  width: 60%;
  font-size: calc(14px * min(max(100vw, 375px), 600px) / 375px);
  font-weight: 500;
}
.tr-rooibos-easy-example-text .p {
  text-align: left;
  margin-bottom: 0;
}
.tr-rooibos-easy-example-title {
  margin-bottom: 8px;
  font-size: calc(18px * min(max(100vw, 375px), 600px) / 375px);
  font-weight: 700;
}
.tr-rooibos-easy-example-title .color-orange {
  font-weight: 700;
  font-size: calc(18px * min(max(100vw, 375px), 600px) / 375px);
}
.tr-rooibos-technology {
  padding: 0;
}
.tr-rooibos-technology .p {
  padding-right: 30px;
  padding-left: 30px;
  text-align: center;
}
.tr-rooibos-technology .p strong {
  font-weight: 700;
}
.tr-rooibos-technology-point-wrapper {
  min-height: calc(430px * min(max(100vw, 375px), 600px) / 375px);
  padding-top: 40px;
  padding-bottom: 0px;
  background-image: url(../../../../product-images/0058-tanpin/technology_bg.jpg);
  background-size: 100% auto;
  background-position: top center;
  background-repeat: no-repeat;
}
.tr-rooibos-technology-title {
  margin-bottom: 24px;
  font-size: calc(20px * min(max(100vw, 375px), 600px) / 375px);
  font-weight: 600;
  line-height: 1.4;
  text-align: center;
  text-shadow: 0px 0px 10px rgb(255, 255, 255);
}
.tr-rooibos-technology-title .color-orange {
  font-size: calc(24px * min(max(100vw, 375px), 600px) / 375px);
  font-weight: 600;
}
.tr-rooibos-technology-point-list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}
.tr-rooibos-technology-point-item {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: calc(108px * min(max(100vw, 375px), 600px) / 375px);
  height: calc(108px * min(max(100vw, 375px), 600px) / 375px);
  background-color: #fff;
  border-radius: 10000px;
  text-align: center;
  font-size: calc(14px * min(max(100vw, 375px), 600px) / 375px);
  font-weight: 600;
  line-height: 1.4;
}
.tr-rooibos-technology-point-item .color-orange {
  font-weight: 600;
  font-size: calc(20px * min(max(100vw, 375px), 600px) / 375px);
}
.tr-rooibos-technology-point-item .color-orange sup {
  font-size: 0.5em;
  vertical-align: 0.8em;
}
.tr-rooibos-technology-subtitle {
  font-size: calc(20px * min(max(100vw, 375px), 600px) / 375px);
  font-weight: 600;
  line-height: 1.4;
  text-align: center;
  margin-bottom: 24px;
}
.tr-rooibos-technology-subtitle .bg-orange {
  padding: 4px 4px;
}
.tr-rooibos-technology-subtitle .bg-orange,
.tr-rooibos-technology-subtitle .color-orange {
  font-weight: 600;
}
.tr-rooibos-technology-bottom-img {
  display: block;
  width: 100%;
  height: auto;
}
.tr-rooibos-voice .tr-rooibos-section-inner {
  padding-right: 15px;
  padding-left: 15px;
}
.tr-rooibos-voice .note {
  padding-right: 15px;
  padding-left: 15px;
  text-align: center;
}
.tr-rooibos-voice-title {
  font-size: calc(18px * min(max(100vw, 375px), 600px) / 375px);
  font-weight: 600;
  line-height: 1.4;
  text-align: center;
  margin-bottom: 24px;
}
.tr-rooibos-voice-title span, .tr-rooibos-voice-title strong {
  font-weight: 700;
}
.tr-rooibos-voice-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: calc(32px * min(max(100vw, 375px), 600px) / 375px);
  margin-bottom: 24px;
}
.tr-rooibos-voice-item {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
  background-color: #FFF9EF;
  border-radius: 10000px;
  padding: 20px 16px;
  font-size: calc(14px * min(max(100vw, 375px), 600px) / 375px);
  font-weight: 600;
  line-height: 1.4;
  text-align: center;
  filter: drop-shadow(0px 0px 15px rgba(185.83, 164.77, 153.43, 0.45));
}
.tr-rooibos-voice-item .color-orange {
  font-weight: 600;
}
.tr-rooibos-voice-item::before {
  content: "";
  position: absolute;
  top: calc(-18px * min(max(100vw, 375px), 600px) / 375px);
  left: 40%;
  width: calc(20px * min(max(100vw, 375px), 600px) / 375px);
  height: calc(22px * min(max(100vw, 375px), 600px) / 375px);
  background-color: #FFF9EF;
  clip-path: polygon(10% 0%, 100% 100%, 0% 100%);
  transform: translateX(-50%) scaleX(-1);
}
.tr-rooibos-voice-item:nth-child(odd) {
  justify-self: start;
}
.tr-rooibos-voice-item:nth-child(even) {
  justify-self: end;
}
.tr-rooibos-voice-item:nth-child(even)::before {
  left: 50%;
  transform: translateX(-50%) rotate(-8deg);
}
.tr-rooibos-recommend {
  padding-bottom: 8px;
  background-image: url(../../../../product-images/0058-tanpin/recommend_bg.png);
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  background-color: #F3EEE5;
}
.tr-rooibos-recommend .tr-rooibos-section-inner {
  padding-right: 15px;
  padding-left: 15px;
}
.tr-rooibos-recommend .p {
  margin-bottom: 32px;
  text-align: center;
}
.tr-rooibos-recommend-title {
  font-size: calc(24px * min(max(100vw, 375px), 600px) / 375px);
  font-weight: 600;
  line-height: 1;
  text-align: center;
  margin-bottom: 24px;
}
.tr-rooibos-recommend-link-list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  margin-bottom: 32px;
}
.tr-rooibos-recommend-link-item {
  flex: 1;
  font-size: calc(10px * min(max(100vw, 375px), 600px) / 375px);
  font-weight: 600;
}
.tr-rooibos-recommend-link-item a, .tr-rooibos-recommend-link-item span, .tr-rooibos-recommend-link-item strong {
  font-weight: 600;
}
.tr-rooibos-recommend-link-item a {
  position: relative;
  display: block;
  background-color: #fff;
  border-radius: 10000px;
  padding: 8px 8px 16px;
  text-align: center;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
}
.tr-rooibos-recommend-link-item a::after {
  content: "";
  position: absolute;
  bottom: 6px;
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
  width: 6px;
  height: 6px;
  border-right: 1px solid #222;
  border-bottom: 1px solid #222;
}
.tr-rooibos-recommend-subtitle {
  margin-bottom: 32px;
  text-align: center;
}
.tr-rooibos-recommend-subtitle-label {
  transition: transform 0.3s;
  display: block;
  margin-bottom: 32px;
  padding: 8px 8px;
  font-size: calc(16px * min(max(100vw, 375px), 600px) / 375px);
  font-weight: 600;
  color: #fff;
  text-align: center;
  background: linear-gradient(90deg, rgba(255, 100, 57, 0) 0%, #FF6439 15%, #FF6439 85%, rgba(255, 100, 57, 0) 100%);
}
.tr-rooibos-recommend-subtitle-text {
  font-size: calc(20px * min(max(100vw, 375px), 600px) / 375px);
  font-weight: 600;
  line-height: 1.4;
}
.tr-rooibos-recommend-subtitle-text .color-orange {
  font-weight: 600;
}
.tr-rooibos-recommend-example {
  margin-bottom: 32px;
}
.tr-rooibos-recommend-example-img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(100% - 80px);
  height: auto;
  margin: 0 auto 16px;
  aspect-ratio: 1/1;
}
.tr-rooibos-recommend-example-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.tr-rooibos-recommend-example-text .p {
  margin-bottom: 0;
}
.tr-rooibos-recommend-example-title {
  margin-bottom: 16px;
  font-size: calc(20px * min(max(100vw, 375px), 600px) / 375px);
  font-weight: 700;
  text-align: center;
}
.tr-rooibos-recommend-example-title .color-orange {
  font-weight: 700;
}
.tr-rooibos-point {
  background-image: url(../../../../product-images/0058-tanpin/point_bg.png);
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
}
.tr-rooibos-point .tr-rooibos-section-inner {
  padding-right: 15px;
  padding-left: 15px;
}
.tr-rooibos-point-title {
  margin-bottom: 35px;
  font-size: calc(40px * min(max(100vw, 375px), 600px) / 375px);
  font-weight: 600;
  text-align: center;
  line-height: 1;
}
.tr-rooibos-point-title .color-orange {
  font-weight: 600;
}
.tr-rooibos-point-title-label {
  display: block;
  margin-bottom: 16px;
  font-size: calc(20px * min(max(100vw, 375px), 600px) / 375px);
  font-weight: 600;
  line-height: 1;
}
.tr-rooibos-point-list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  flex-wrap: wrap;
}
.tr-rooibos-point-item {
  position: relative;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: calc(165px * min(max(100vw, 375px), 600px) / 375px);
  height: calc(165px * min(max(100vw, 375px), 600px) / 375px);
  background-color: #fff;
  border-radius: 10000px;
  text-align: center;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
}
.tr-rooibos-point-item-title {
  margin-bottom: 8px;
  font-size: calc(16px * min(max(100vw, 375px), 600px) / 375px);
  font-weight: 700;
}
.tr-rooibos-point-item-title .color-orange {
  font-weight: 700;
}
.tr-rooibos-point-item .p {
  font-weight: 500;
  font-size: calc(12px * min(max(100vw, 375px), 600px) / 375px);
  line-height: 1.8;
}
.tr-rooibos-point-item:nth-child(2)::before {
  content: "";
  position: absolute;
  top: calc(-15px * min(max(100vw, 375px), 600px) / 375px);
  right: calc(-30px * min(max(100vw, 375px), 600px) / 375px);
  width: calc(74px * min(max(100vw, 375px), 600px) / 375px);
  height: auto;
  background-image: url(../../../../product-images/0058-tanpin/point_bg_01.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: top center;
  aspect-ratio: 199/211;
}
.tr-rooibos-point-item:nth-child(3)::before {
  content: "";
  position: absolute;
  bottom: calc(27px * min(max(100vw, 375px), 600px) / 375px);
  left: calc(-70px * min(max(100vw, 375px), 600px) / 375px);
  width: calc(76px * min(max(100vw, 375px), 600px) / 375px);
  height: auto;
  background-image: url(../../../../product-images/0058-tanpin/point_bg_02.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: top center;
  aspect-ratio: 169/211;
}
.tr-rooibos-faq {
  padding-bottom: 24px;
  background-color: #F3EEE5;
}
.tr-rooibos-faq .tr-rooibos-section-inner {
  padding-right: 15px;
  padding-left: 15px;
}
.tr-rooibos-faq-title {
  font-size: calc(20px * min(max(100vw, 375px), 600px) / 375px);
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 24px;
  text-align: center;
}
.tr-rooibos-faq-q {
  position: relative;
  margin-bottom: 16px;
  padding-top: calc(12px * min(max(100vw, 375px), 600px) / 375px);
  padding-bottom: calc(12px * min(max(100vw, 375px), 600px) / 375px);
  padding-left: calc(43px * min(max(100vw, 375px), 600px) / 375px);
  padding-right: calc(44px * min(max(100vw, 375px), 600px) / 375px);
  background-color: #fff;
  border-radius: 6px;
  font-size: calc(14px * min(max(100vw, 375px), 600px) / 375px);
  font-weight: 500;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  transition: background-color 0.2s;
}
.tr-rooibos-faq-q::before {
  content: "Q";
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  left: calc(12px * min(max(100vw, 375px), 600px) / 375px);
  transform: translateY(-50%);
  width: calc(24px * min(max(100vw, 375px), 600px) / 375px);
  height: calc(24px * min(max(100vw, 375px), 600px) / 375px);
  padding-bottom: 0.25em;
  background-color: #FF6439;
  border-radius: 10000px;
  color: #fff;
  font-size: calc(16px * min(max(100vw, 375px), 600px) / 375px);
  font-weight: 700;
  text-align: center;
  line-height: 1;
}
.tr-rooibos-faq-q::after {
  content: "+";
  position: absolute;
  top: 50%;
  right: calc(14px * min(max(100vw, 375px), 600px) / 375px);
  transform: translateY(-50%);
  width: calc(20px * min(max(100vw, 375px), 600px) / 375px);
  height: calc(20px * min(max(100vw, 375px), 600px) / 375px);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: calc(18px * min(max(100vw, 375px), 600px) / 375px);
  font-weight: 700;
  color: #FF6439;
  line-height: 1;
  transition: transform 0.3s;
  color: #000;
}
.tr-rooibos-faq-q.is-active::after {
  content: "−";
}
.tr-rooibos-faq-a {
  display: none;
  margin-bottom: 16px;
  padding: calc(8px * min(max(100vw, 375px), 600px) / 375px) calc(12px * min(max(100vw, 375px), 600px) / 375px);
  background-color: #E1DBD1;
  border-radius: 6px;
  font-size: calc(14px * min(max(100vw, 375px), 600px) / 375px);
  font-weight: 500;
}
.tr-rooibos-faq-a .note {
  margin-top: 8px;
}
.tr-rooibos-faq-q.is-active + .tr-rooibos-faq-a {
  display: block;
}
.tr-rooibos-product-features .tr-rooibos-section-inner {
  padding-right: 30px;
  padding-left: 30px;
}
.tr-rooibos-product-features .p {
  font-size: calc(12px * min(max(100vw, 375px), 600px) / 375px);
}
.tr-rooibos-product-features-title {
  font-size: calc(24px * min(max(100vw, 375px), 600px) / 375px);
  font-weight: 600;
  line-height: 1;
  margin-bottom: 24px;
  text-align: center;
}
.tr-rooibos-product-features-list {
  margin-top: 20px;
  line-height: 1.8;
  font-size: calc(12px * min(max(100vw, 375px), 600px) / 375px);
}
.tr-rooibos-product-features-item-title {
  font-weight: 700;
}
.tr-rooibos-product-features-item-content {
  font-weight: 500;
}
.tr-rooibos-product-features-item-content + .tr-rooibos-product-features-item-title {
  margin-top: 20px;
}
.tr-rooibos-cta {
  position: relative;
  min-height: calc(675px * min(max(100vw, 375px), 600px) / 375px);
  background-image: url(../../../../product-images/0058-tanpin/cta_bg.jpg);
  background-size: 100% auto;
  background-position: top center;
  background-repeat: no-repeat;
  background-color: #F3EEE5;
}
.tr-rooibos-cta .tr-rooibos-section-inner {
  padding-left: 15px;
  padding-right: 15px;
}
.tr-rooibos-cta-title {
  font-size: calc(20px * min(max(100vw, 375px), 600px) / 375px);
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 24px;
  text-align: center;
  text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff;
  letter-spacing: 0.04em;
}
.tr-rooibos-cta-title .bg-orange {
  padding: 4px 12px;
  text-shadow: none;
  font-weight: 600;
}
.tr-rooibos-cta-subtitle {
  font-size: calc(14px * min(max(100vw, 375px), 600px) / 375px);
  font-weight: 700;
  text-align: center;
  text-shadow: -2px -2px 0 #fff, 2px -2px 0 #fff, -2px 2px 0 #fff, 2px 2px 0 #fff, -2px 0 0 #fff, 2px 0 0 #fff, 0 -2px 0 #fff, 0 2px 0 #fff;
}
.tr-rooibos-cta-subtitle .color-orange {
  font-weight: 700;
  font-size: calc(20px * min(max(100vw, 375px), 600px) / 375px);
}
.tr-rooibos-cta-btns {
  position: absolute;
  bottom: 40px;
  left: 15px;
  right: 15px;
  width: calc(100% - 30px);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 20px;
}
.tr-rooibos-btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: calc(79px * min(max(100vw, 375px), 600px) / 375px);
  padding: 8px;
  background: #FF6439;
  border-radius: 10000px;
  color: #fff;
  font-size: calc(20px * min(max(100vw, 375px), 600px) / 375px);
  font-weight: 700;
  font-family: "Noto Serif JP", sans-serif;
  line-height: 1;
  text-decoration: none;
  transition: opacity 0.5s;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
}
.tr-rooibos-btn::after {
  content: "";
  position: absolute;
  right: calc(20px * min(max(100vw, 375px), 600px) / 375px);
  top: 50%;
  transform: translateY(-50%);
  width: calc(16px * min(max(100vw, 375px), 600px) / 375px);
  height: calc(16px * min(max(100vw, 375px), 600px) / 375px);
  background: url(../../../../product-images/0058-tanpin/arrow_right.svg) no-repeat center/contain;
  transition: transform 0.5s;
}
.tr-rooibos-btn:hover {
  color: #fff;
  text-decoration: none;
}
.tr-rooibos-btn:hover::after {
  transform: translateY(-50%) translateX(5px);
}
.tr-rooibos-btn-primary {
  background-color: #FF6439;
  min-height: calc(79px * min(max(100vw, 375px), 600px) / 375px);
}
.tr-rooibos-btn-secondary {
  background-color: #1CA242;
  min-height: calc(64px * min(max(100vw, 375px), 600px) / 375px);
}
.tr-rooibos-btn-icon {
  position: absolute;
  top: 50%;
  left: 8px;
  transform: translateY(-50%);
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: calc(65px * min(max(100vw, 375px), 600px) / 375px);
  height: calc(65px * min(max(100vw, 375px), 600px) / 375px);
  background-color: #fff;
  border-radius: 10000px;
  color: #FF6439;
  font-size: calc(12px * min(max(100vw, 375px), 600px) / 375px);
  font-weight: 700;
  text-align: center;
}
.tr-rooibos-btn-icon-text {
  color: #000;
  font-size: calc(9px * min(max(100vw, 375px), 600px) / 375px);
  font-weight: 700;
}
.tr-rooibos-btn-icon-price {
  font-weight: 700;
}
.tr-rooibos-btn-icon-price-value {
  font-weight: 700;
  font-size: calc(18px * min(max(100vw, 375px), 600px) / 375px);
}
.tr-rooibos-btn-text {
  padding-bottom: calc(10px * min(max(100vw, 375px), 600px) / 375px);
  font-size: calc(20px * min(max(100vw, 375px), 600px) / 375px);
  font-weight: 700;
  text-align: center;
}
.tr-rooibos-btn-subscription-catch {
  display: block;
  margin-bottom: 10px;
  font-weight: 700;
  font-size: calc(12px * min(max(100vw, 375px), 600px) / 375px);
  line-height: 1;
}
.tr-rooibos-btn-subscription-catch-value {
  font-weight: 700;
  font-size: calc(20px * min(max(100vw, 375px), 600px) / 375px);
}
.iw-fujioil {
  width: 100%;
  background: url(../../../../../images/background/bg-farm.png) center center no-repeat;
  background-size: cover;
}

.iw-fujioil .iw-fujioil-ttl {
  background-color: #1eac4b;
  display: flex;
  justify-content: center;
  font-size: 1.4rem;
  color: #fff;
  padding: 20px;
}

.iw-fujioil .iw-fujioil-ttl img {
  width: 100%;
  max-width: 200px;
}

.iw-fujioil .iw-fujioil-ttl > .uk-grid {
  display: flex;
  justify-content: center;
}

.iw-fujioil h4 {
  font-family: "Noto Serif JP", serif !important;
}

.iw-fujioil p {
  font-size: 0.9rem;
}

.iw-lp-footer .iw-lp-footer-inner {
  width: 100%;
  display: inline-table;
  font-size: 0.85rem;
  padding: 30px 0;
  background-color: #b4b3b3;
  color: #fff;
  font-size: 1rem;
}

@media (max-width: 640px) {
  .iw-lp-footer .iw-lp-footer-inner {
    font-size: 0.8rem;
  }
}
.iw-lp-footer .iw-lp-footer-inner hr {
  width: 100%;
  height: 1px;
  background-color: #e1e1e1;
  border: none;
  margin-top: 15px;
}

.iw-lp-footer .iw-lp-footer-inner ul {
  margin-bottom: 0;
}

.iw-lp-footer .iw-lp-footer-inner ul li {
  list-style: none;
}

.iw-lp-footer .iw-lp-footer-inner ul li a {
  color: #fff !important;
  font-size: 0.8rem;
}

.iw-lp-footer .iw-lp-footer-inner .logo img {
  max-width: 250px;
  margin-bottom: 10px;
}

@media (max-width: 640px) {
  .iw-lp-footer .iw-lp-footer-inner .logo img {
    padding-bottom: 10px;
    margin: 0 auto;
    width: 70%;
  }
}
.iw-lp-footer .footer-copyright {
  width: auto;
  font-size: 12px;
  color: #41200b;
  margin: 10px;
  text-align: center;
}
/*# sourceMappingURL=style.css.map */
