@charset "UTF-8";
/* SPファーストでの記述です */
.tr-main {
  width: 100%;
  margin: 0 auto;
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #000;
  background-color: #efefef;
}
.tr-main-inner {
  max-width: 750px;
  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 .color-red {
  color: #FF5757;
}
.tr-main .color-main {
  color: #FF583B;
}
.tr-main .bg-marker {
  display: inline;
  background: linear-gradient(transparent 0%, transparent 50%, #FFEF5A 50%, #FFEF5A 90%, transparent 90%);
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  padding: 0 0.05em;
  line-height: 1.7;
}
.tr-main strong {
  font-weight: 700;
}
.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-size: calc(16px * min(max(100vw, 375px), 750px) / 375px);
}
.tr-main .p + .tr-main .p {
  margin-top: 10px;
}
.tr-main .note {
  margin: 0;
  font-size: calc(12px * min(max(100vw, 375px), 750px) / 375px);
}
.tr-main .p + .note {
  margin-top: 10px;
}
.tr-main img {
  max-width: 100%;
  height: auto;
}
.tr-main sup {
  font-size: 0.8em;
  vertical-align: -0.1em;
  line-height: 0;
}
.tr-main h1, .tr-main h2, .tr-main h3, .tr-main h4, .tr-main h5, .tr-main h6 {
  font-family: "Zen Kaku Gothic New", sans-serif;
}

.tr-karadamainte [class*=-title] {
  font-family: "Zen Kaku Gothic New", sans-serif;
}
.tr-karadamainte-section {
  padding: calc(30px * min(max(100vw, 375px), 750px) / 375px) 0 calc(40px * min(max(100vw, 375px), 750px) / 375px);
}
.tr-karadamainte-section-inner {
  max-width: 750px;
  margin: 0 auto;
}
.tr-karadamainte-section-title {
  margin-bottom: calc(24px * min(max(100vw, 375px), 750px) / 375px);
  color: #000;
  font-size: calc(20px * min(max(100vw, 375px), 750px) / 375px);
  font-weight: 700;
  line-height: 1.6;
  text-align: center;
  letter-spacing: 0.1em;
}
.tr-karadamainte-section-title-sub {
  margin-top: calc(5px * min(max(100vw, 375px), 750px) / 375px);
  display: block;
  font-size: calc(16px * min(max(100vw, 375px), 750px) / 375px);
  font-weight: 700;
}
.tr-karadamainte-mv-inner {
  position: relative;
}
.tr-karadamainte-mv-img {
  margin: 0;
}
.tr-karadamainte-cta {
  text-align: center;
  padding: calc(25px * min(max(100vw, 375px), 750px) / 375px) calc(15px * min(max(100vw, 375px), 750px) / 375px);
}
.tr-karadamainte-cta-title {
  font-size: calc(18px * min(max(100vw, 375px), 750px) / 375px);
  font-weight: 700;
  text-align: center;
  margin-bottom: calc(5px * min(max(100vw, 375px), 750px) / 375px);
}
.tr-karadamainte-cta-product {
  margin-bottom: calc(5px * min(max(100vw, 375px), 750px) / 375px);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}
.tr-karadamainte-cta-product-img {
  width: 35%;
  flex-shrink: 0;
}
.tr-karadamainte-cta-product-text {
  width: 65%;
  text-align: left;
}
.tr-karadamainte-cta-product-name {
  margin-bottom: 0.5em;
  font-size: calc(18px * min(max(100vw, 375px), 750px) / 375px);
  font-weight: 700;
  line-height: 1.2;
}
.tr-karadamainte-cta-product-name .sub {
  font-size: calc(14px * min(max(100vw, 375px), 750px) / 375px);
}
.tr-karadamainte-cta-product-price-proper {
  margin-bottom: 0.5em;
  font-size: calc(14px * min(max(100vw, 375px), 750px) / 375px);
  line-height: 1;
}
.tr-karadamainte-cta-product-price-proper .value {
  font-weight: 700;
}
.tr-karadamainte-cta-product-price-sale {
  display: flex;
  align-items: flex-end;
  gap: 6px;
  color: #FF583B;
  font-size: calc(18px * min(max(100vw, 375px), 750px) / 375px);
  font-weight: 700;
  line-height: 1;
  text-align: left;
}
.tr-karadamainte-cta-product-price-sale .value {
  font-size: calc(40px * min(max(100vw, 375px), 750px) / 375px);
}
.tr-karadamainte-cta-product-price-sale .tax {
  font-size: calc(14px * min(max(100vw, 375px), 750px) / 375px);
}
.tr-karadamainte-cta-product-price-shipping {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3.2em;
  height: 3.2em;
  padding: 6px;
  font-size: calc(12px * min(max(100vw, 375px), 750px) / 375px);
  font-weight: 700;
  border: solid 1px #FF583B;
  border-radius: 4px;
  line-height: 1.1;
  aspect-ratio: 1;
}
.tr-karadamainte-cta-btns {
  margin-bottom: calc(12px * min(max(100vw, 375px), 750px) / 375px);
}
.tr-karadamainte-cta-note {
  padding-left: 10px;
  padding-right: 10px;
  font-size: calc(14px * min(max(100vw, 375px), 750px) / 375px);
  text-align: left;
}
.tr-karadamainte-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin: 0 auto;
  padding: calc(18px * min(max(100vw, 375px), 750px) / 375px) calc(24px * min(max(100vw, 375px), 750px) / 375px) calc(18px * min(max(100vw, 375px), 750px) / 375px) calc(16px * min(max(100vw, 375px), 750px) / 375px);
  background: url(../../../../../images/lp/tr/karadamainte/01/btn_icon_arrow.svg) no-repeat right calc(16px * min(max(100vw, 375px), 750px) / 375px) center/calc(17px * min(max(100vw, 375px), 750px) / 375px) calc(17px * min(max(100vw, 375px), 750px) / 375px), linear-gradient(180deg, #FFC779 0%, #FFB753 0%, #FF836D 100%);
  border-radius: calc(10px * min(max(100vw, 375px), 750px) / 375px);
  color: #fff;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: calc(22px * min(max(100vw, 375px), 750px) / 375px);
  font-weight: 700;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  text-shadow: 0 0 4px #ff583b;
  box-sizing: border-box;
}
.tr-karadamainte-btn:hover {
  color: #fff;
  text-decoration: none;
  opacity: 0.8;
  transition: opacity 0.5s;
}
.tr-karadamainte-intro {
  position: relative;
  padding: 0;
}
.tr-karadamainte-intro-title {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  width: 100%;
  margin: 0;
  padding: calc(15px * min(max(100vw, 375px), 750px) / 375px) 0;
  font-size: calc(14px * min(max(100vw, 375px), 750px) / 375px);
  font-weight: 400;
  line-height: 1.6;
  text-align: center;
  color: #000;
  background: rgba(255, 255, 255, 0.7);
  z-index: 1;
}
.tr-karadamainte-intro-title strong {
  display: block;
  font-size: calc(18px * min(max(100vw, 375px), 750px) / 375px);
  font-weight: 700;
}
.tr-karadamainte-question {
  padding: 0;
}
.tr-karadamainte-why {
  padding: 0;
}
.tr-karadamainte-why-01 {
  padding: calc(30px * min(max(100vw, 375px), 750px) / 375px) calc(5px * min(max(100vw, 375px), 750px) / 375px) calc(340px * min(max(100vw, 375px), 750px) / 375px) calc(5px * min(max(100vw, 375px), 750px) / 375px);
  background-image: url(../../../../../images/lp/tr/karadamainte/01/why_01.png);
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
}
.tr-karadamainte-why-01 .tr-karadamainte-section-title {
  margin-bottom: 0;
  font-size: calc(14px * min(max(100vw, 375px), 750px) / 375px);
  font-weight: 400;
}
.tr-karadamainte-why-01 .tr-karadamainte-section-title strong {
  font-size: calc(16px * min(max(100vw, 375px), 750px) / 375px);
  font-weight: 700;
}
.tr-karadamainte-why-02 {
  padding: calc(30px * min(max(100vw, 375px), 750px) / 375px) calc(35px * min(max(100vw, 375px), 750px) / 375px) calc(25px * min(max(100vw, 375px), 750px) / 375px) calc(35px * min(max(100vw, 375px), 750px) / 375px);
  background-image: url(../../../../../images/lp/tr/karadamainte/01/why_02.png);
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
}
.tr-karadamainte-why-02 .tr-karadamainte-section-title {
  position: relative;
  font-size: calc(14px * min(max(100vw, 375px), 750px) / 375px);
}
.tr-karadamainte-why-02 .tr-karadamainte-section-title::before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: calc(-5px * min(max(100vw, 375px), 750px) / 375px);
  width: calc(90px * min(max(100vw, 375px), 750px) / 375px);
  height: 1px;
  background-color: #000;
}
.tr-karadamainte-about-peptide {
  padding-left: 10px;
  padding-right: 10px;
  background-image: url(../../../../../images/lp/tr/karadamainte/01/about-peptide_02.png);
  background-size: 100% auto;
  background-position: top center;
  background-repeat: no-repeat;
}
.tr-karadamainte-about-peptide-text {
  margin: calc(20px * min(max(100vw, 375px), 750px) / 375px) 0 calc(20px * min(max(100vw, 375px), 750px) / 375px) calc(15px * min(max(100vw, 375px), 750px) / 375px);
  font-size: calc(14px * min(max(100vw, 375px), 750px) / 375px);
}
.tr-karadamainte-about-peptide-list {
  margin: calc(10px * min(max(100vw, 375px), 750px) / 375px) 0;
  padding: 0;
  list-style: none;
}
.tr-karadamainte-about-peptide-list li {
  display: flex;
  align-items: center;
  list-style: none;
  gap: 6px;
  margin: 0 0 8px;
  padding: 0;
  font-size: calc(16px * min(max(100vw, 375px), 750px) / 375px);
  font-weight: 700;
  line-height: 1;
  color: #FF583B;
}
.tr-karadamainte-about-peptide-list li:last-child {
  margin-bottom: 0;
}
.tr-karadamainte-about-peptide-list li::before {
  content: "";
  display: inline-block;
  flex-shrink: 0;
  width: calc(19px * min(max(100vw, 375px), 750px) / 375px);
  height: calc(19px * min(max(100vw, 375px), 750px) / 375px);
  background-image: url(../../../../../images/lp/tr/karadamainte/01/about-peptide_icon_01.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.tr-karadamainte-about-peptide-img {
  margin-bottom: calc(10px * min(max(100vw, 375px), 750px) / 375px);
}
.tr-karadamainte-about-peptide-footer-text {
  text-align: center;
  font-size: calc(14px * min(max(100vw, 375px), 750px) / 375px);
  font-weight: 400;
  line-height: 1.6;
}
.tr-karadamainte-about-peptide-footer-text strong {
  display: block;
  margin-bottom: calc(10px * min(max(100vw, 375px), 750px) / 375px);
  font-size: calc(20px * min(max(100vw, 375px), 750px) / 375px);
  font-weight: 700;
}
.tr-karadamainte-reason {
  padding-bottom: 60px;
  background: linear-gradient(180deg, #F1FAFF 0%, #F5F1FF 100%);
}
.tr-karadamainte-reason-list {
  list-style: none;
  padding: 0;
  margin: calc(30px * min(max(100vw, 375px), 750px) / 375px) 0 0;
}
.tr-karadamainte-reason-item {
  list-style: none;
  margin: 0 0 30px;
  background-repeat: no-repeat;
}
.tr-karadamainte-reason-item:last-child {
  margin-bottom: 0;
}
.tr-karadamainte-reason-item-text {
  background-repeat: no-repeat;
}
.tr-karadamainte-reason-item-title {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: calc(100% - 40px * min(max(100vw, 375px), 750px) / 375px);
  min-height: calc(51px * min(max(100vw, 375px), 750px) / 375px);
  margin: 0 auto calc(20px * min(max(100vw, 375px), 750px) / 375px);
  padding: 0 0 0 calc(61px * min(max(100vw, 375px), 750px) / 375px);
  color: #1AA9BF;
  font-size: calc(18px * min(max(100vw, 375px), 750px) / 375px);
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.02em;
  background-image: url(../../../../../images/lp/tr/karadamainte/01/reason_point_01.png);
  background-size: calc(51px * min(max(100vw, 375px), 750px) / 375px) calc(51px * min(max(100vw, 375px), 750px) / 375px);
  background-position: left center;
  background-repeat: no-repeat;
}
.tr-karadamainte-reason-item-01 .tr-karadamainte-reason-item-title {
  background-image: url(../../../../../images/lp/tr/karadamainte/01/reason_point_01.png);
}
.tr-karadamainte-reason-item-01 .tr-karadamainte-reason-item-text {
  padding: calc(30px * min(max(100vw, 375px), 750px) / 375px) calc(80px * min(max(100vw, 375px), 750px) / 375px) calc(30px * min(max(100vw, 375px), 750px) / 375px) calc(20px * min(max(100vw, 375px), 750px) / 375px);
  background-image: url(../../../../../images/lp/tr/karadamainte/01/reason_01.png);
  background-position: right center;
  background-size: auto 100%;
}
.tr-karadamainte-reason-item-02 .tr-karadamainte-reason-item-title {
  background-image: url(../../../../../images/lp/tr/karadamainte/01/reason_point_02.png);
}
.tr-karadamainte-reason-item-02 .tr-karadamainte-reason-item-text {
  padding: 0 calc(20px * min(max(100vw, 375px), 750px) / 375px) calc(10px * min(max(100vw, 375px), 750px) / 375px);
}
.tr-karadamainte-reason-item-03 .tr-karadamainte-reason-item-title {
  background-image: url(../../../../../images/lp/tr/karadamainte/01/reason_point_03.png);
}
.tr-karadamainte-reason-item-03 .tr-karadamainte-reason-item-text {
  padding: calc(10px * min(max(100vw, 375px), 750px) / 375px) calc(20px * min(max(100vw, 375px), 750px) / 375px) calc(10px * min(max(100vw, 375px), 750px) / 375px) calc(150px * min(max(100vw, 375px), 750px) / 375px);
  background-image: url(../../../../../images/lp/tr/karadamainte/01/reason_03.png);
  background-position: left center;
  background-size: auto 100%;
}
.tr-karadamainte-reason-item .p {
  margin: 0;
}
.tr-karadamainte-reason-item .p + .p {
  margin-top: 10px;
}
.tr-karadamainte-reason-item .p + img {
  margin-top: 15px;
}
.tr-karadamainte-note {
  padding: 0 0 calc(20px * min(max(100vw, 375px), 750px) / 375px);
}
.tr-karadamainte-note-title {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: calc(20px * min(max(100vw, 375px), 750px) / 375px) 0 calc(20px * min(max(100vw, 375px), 750px) / 375px) calc(157px * min(max(100vw, 375px), 750px) / 375px);
  text-align: left;
  color: #003B71;
  font-size: calc(20px * min(max(100vw, 375px), 750px) / 375px);
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.2em;
  background-image: url(../../../../../images/lp/tr/karadamainte/01/note_01.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.tr-karadamainte-note-img {
  margin-top: calc(15px * min(max(100vw, 375px), 750px) / 375px);
  margin-bottom: calc(15px * min(max(100vw, 375px), 750px) / 375px);
  padding-left: calc(16px * min(max(100vw, 375px), 750px) / 375px);
  padding-right: calc(16px * min(max(100vw, 375px), 750px) / 375px);
}
.tr-karadamainte-note-text {
  margin: 0 auto;
  font-size: calc(16px * min(max(100vw, 375px), 750px) / 375px);
  font-weight: 400;
  line-height: 1.6;
  text-align: center;
}
.tr-karadamainte-note-text strong {
  font-size: calc(18px * min(max(100vw, 375px), 750px) / 375px);
  font-weight: 700;
}
.tr-karadamainte-habit {
  background-color: #FFFEF1;
}
.tr-karadamainte-habit-title {
  margin: 0 auto;
  font-size: calc(16px * min(max(100vw, 375px), 750px) / 375px);
  font-weight: 400;
  line-height: 1.6;
  text-align: center;
}
.tr-karadamainte-habit-title strong {
  font-size: calc(18px * min(max(100vw, 375px), 750px) / 375px);
  font-weight: 700;
}
.tr-karadamainte-habit-img {
  margin-top: calc(20px * min(max(100vw, 375px), 750px) / 375px);
  margin-bottom: calc(20px * min(max(100vw, 375px), 750px) / 375px);
}
.tr-karadamainte-habit-text {
  margin: 0 auto;
  font-size: calc(16px * min(max(100vw, 375px), 750px) / 375px);
  font-weight: 400;
  line-height: 1.6;
  text-align: center;
}
.tr-karadamainte-commitment {
  background-image: url(../../../../../images/lp/tr/karadamainte/01/commitment_bg.png);
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
}
.tr-karadamainte-commitment .tr-karadamainte-section-title {
  color: #fff;
}
.tr-karadamainte-commitment .tr-karadamainte-section-title strong {
  color: #FFEF5A;
}
.tr-karadamainte-commitment .tr-karadamainte-section-title-sub {
  position: relative;
  margin-bottom: calc(20px * min(max(100vw, 375px), 750px) / 375px);
  font-size: calc(14px * min(max(100vw, 375px), 750px) / 375px);
}
.tr-karadamainte-commitment .tr-karadamainte-section-title-sub::before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: calc(-5px * min(max(100vw, 375px), 750px) / 375px);
  width: calc(90px * min(max(100vw, 375px), 750px) / 375px);
  height: 1px;
  background-color: #fff;
}
.tr-karadamainte-commitment-img {
  width: calc(100% - 48px * min(max(100vw, 375px), 750px) / 375px);
  margin: 0 auto;
}
.tr-karadamainte-commitment-img img {
  width: 100%;
  height: auto;
}
.tr-karadamainte-commitment-text {
  margin: 16px 0;
  font-size: calc(14px * min(max(100vw, 375px), 750px) / 375px);
  font-weight: 400;
  line-height: 1.6;
  text-align: center;
  color: #fff;
}
.tr-karadamainte-commitment-footer-text {
  margin: 28px 0 0;
  font-size: calc(16px * min(max(100vw, 375px), 750px) / 375px);
  font-weight: 600;
  line-height: 1.6;
  text-align: center;
  color: #003B71;
}
.tr-karadamainte-voice {
  background-image: url(../../../../../images/lp/tr/karadamainte/01/voice_bg.png);
  background-size: cover;
  background-position: bottom center;
  background-repeat: no-repeat;
}
.tr-karadamainte-voice .tr-karadamainte-section-title {
  margin-bottom: 10px;
  color: #003B71;
}
.tr-karadamainte-voice-list {
  margin: 0;
  padding: 0 15px;
  list-style: none;
}
.tr-karadamainte-voice-list li {
  list-style: none;
  margin: 0 0 20px;
}
.tr-karadamainte-voice-list li:last-child {
  margin-bottom: 0;
}
.tr-karadamainte-voice-list img {
  width: 100%;
  height: auto;
}
.tr-karadamainte-target {
  padding-top: calc(177px * min(max(100vw, 375px), 750px) / 375px);
  background-image: url(../../../../../images/lp/tr/karadamainte/01/target_01.png);
  background-size: cover;
  background-position: bottom center;
  background-repeat: no-repeat;
}
.tr-karadamainte-target-list {
  margin: 0;
  padding: 0;
}
.tr-karadamainte-target-list-wrapper {
  position: relative;
  width: calc(100% - 40px);
  margin: 0 auto calc(34px * min(max(100vw, 375px), 750px) / 375px);
  padding: 20px 15px 20px 10px;
  border-radius: 10px;
  background-color: #fff;
}
.tr-karadamainte-target-list-wrapper::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: calc(19px * min(max(100vw, 375px), 750px) / 375px) calc(8px * min(max(100vw, 375px), 750px) / 375px) 0 calc(8px * min(max(100vw, 375px), 750px) / 375px);
  border-color: #fff transparent transparent transparent;
  transform: translate(-50%, 100%);
}
.tr-karadamainte-target-list-title {
  color: #1AA9BF;
  font-size: calc(14px * min(max(100vw, 375px), 750px) / 375px);
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 5px;
}
.tr-karadamainte-target-list li {
  list-style: none;
  font-size: calc(16px * min(max(100vw, 375px), 750px) / 375px);
  font-weight: 400;
}
.tr-karadamainte-target-list li strong {
  font-weight: 700;
}
.tr-karadamainte-target-list li::before {
  content: "・";
}
.tr-karadamainte-target-bottom-title {
  font-size: calc(20px * min(max(100vw, 375px), 750px) / 375px);
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
}
.tr-karadamainte-target-bottom-title strong strong {
  font-size: calc(18px * min(max(100vw, 375px), 750px) / 375px);
  font-weight: 700;
}
.tr-karadamainte-target-bottom-title strong {
  font-size: calc(24px * min(max(100vw, 375px), 750px) / 375px);
  color: #FF583B;
}
.tr-karadamainte-faq {
  background: linear-gradient(180deg, #F1FAFF 0%, #F5F1FF 100%);
}
.tr-karadamainte-faq-list {
  padding: 0 20px;
}
.tr-karadamainte-faq-q {
  position: relative;
  margin-bottom: 12px;
  padding: 12px 44px 12px 16px;
  background-color: #fff;
  border-radius: 6px;
  color: #1AA9BF;
  font-size: calc(14px * min(max(100vw, 375px), 750px) / 375px);
  font-weight: 700;
  line-height: 1.4;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.tr-karadamainte-faq-q::after {
  content: "";
  position: absolute;
  top: 50%;
  right: calc(16px * min(max(100vw, 375px), 750px) / 375px);
  transform: translateY(-50%);
  width: calc(17px * min(max(100vw, 375px), 750px) / 375px);
  height: calc(17px * min(max(100vw, 375px), 750px) / 375px);
  border-radius: 50%;
  background-color: #1AA9BF;
  background-image: url(../../../../../images/lp/tr/karadamainte/01/faq_icon_line_h.svg), url(../../../../../images/lp/tr/karadamainte/01/faq_icon_line_v.svg);
  background-size: calc(9px * min(max(100vw, 375px), 750px) / 375px) calc(2px * min(max(100vw, 375px), 750px) / 375px), calc(2px * min(max(100vw, 375px), 750px) / 375px) calc(9px * min(max(100vw, 375px), 750px) / 375px);
  background-position: center, center;
  background-repeat: no-repeat;
}
.tr-karadamainte-faq-q.is-active::after {
  background-image: url(../../../../../images/lp/tr/karadamainte/01/faq_icon_line_h.svg);
  background-size: calc(9px * min(max(100vw, 375px), 750px) / 375px) calc(2px * min(max(100vw, 375px), 750px) / 375px);
}
.tr-karadamainte-faq-a {
  display: none;
  margin-bottom: 20px;
  padding-left: 16px;
  padding-right: 16px;
  font-size: calc(14px * min(max(100vw, 375px), 750px) / 375px);
  font-weight: 400;
  line-height: 1.6;
}
.tr-karadamainte-faq-q.is-active + .tr-karadamainte-faq-a {
  display: block;
}
.tr-karadamainte-push {
  padding: 50px 35px;
  background-image: url(../../../../../images/lp/tr/karadamainte/01/push_01.png);
  background-size: cover;
  background-position: bottom center;
  background-repeat: no-repeat;
  font-size: calc(14px * min(max(100vw, 375px), 750px) / 375px);
}
.tr-karadamainte-push strong {
  font-size: calc(20px * min(max(100vw, 375px), 750px) / 375px);
  font-weight: 700;
}
.tr-karadamainte-push-name {
  font-size: calc(24px * min(max(100vw, 375px), 750px) / 375px);
  font-weight: 700;
}
.tr-karadamainte-push-name-sub {
  font-size: calc(14px * min(max(100vw, 375px), 750px) / 375px);
  font-weight: 700;
}
.tr-karadamainte-product-appeal {
  padding: 0 0 calc(450px * min(max(100vw, 375px), 750px) / 375px);
  background-image: url(../../../../../images/lp/tr/karadamainte/01/product_appeal_01.png);
  background-size: cover;
  background-position: bottom center;
  background-repeat: no-repeat;
}
.tr-karadamainte-product-appeal-title {
  padding: calc(25px * min(max(100vw, 375px), 750px) / 375px) calc(20px * min(max(100vw, 375px), 750px) / 375px) calc(20px * min(max(100vw, 375px), 750px) / 375px) calc(20px * min(max(100vw, 375px), 750px) / 375px);
  background: rgba(255, 255, 255, 0.5);
  font-size: calc(32px * min(max(100vw, 375px), 750px) / 375px);
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
}
.tr-karadamainte-product-appeal-title-sub {
  display: block;
  font-size: calc(14px * min(max(100vw, 375px), 750px) / 375px);
  font-weight: 600;
  line-height: 1;
  margin-bottom: 10px;
}
.tr-karadamainte-product-info {
  padding: 40px 30px;
  background-color: #FFFEF1;
  font-size: calc(14px * min(max(100vw, 375px), 750px) / 375px);
}
.tr-karadamainte-product-info-list {
  margin: 0 0 10px;
  padding: 10px 0;
  list-style: none;
  border-top: 1px solid #D0D0D0;
  border-bottom: 1px solid #D0D0D0;
}
.tr-karadamainte-product-info-list li {
  position: relative;
  list-style: none;
  padding-left: 1em;
  font-size: calc(14px * min(max(100vw, 375px), 750px) / 375px);
  font-weight: 500;
}
.tr-karadamainte-product-info-list li::before {
  content: "●";
  position: absolute;
  left: 0;
  top: 0;
}
.tr-karadamainte-product-info-table {
  width: 100%;
  margin: 10px 0 10px;
  border-collapse: collapse;
  font-size: calc(14px * min(max(100vw, 375px), 750px) / 375px);
}
.tr-karadamainte-product-info-table th {
  text-align: left;
  font-weight: 400;
  padding-right: 1em;
  white-space: nowrap;
}
.tr-karadamainte-product-info-table th, .tr-karadamainte-product-info-table td {
  width: 50%;
  font-weight: 400;
}
.tr-karadamainte-product-info-table-title {
  padding-bottom: 10px;
  border-bottom: 1px solid #D0D0D0;
}
.tr-karadamainte-product-info-table-note {
  padding-top: 10px;
  padding-bottom: 10px;
  border-top: 1px solid #D0D0D0;
  border-bottom: 1px solid #D0D0D0;
}

.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: "Zen Kaku Gothic New", sans-serif !important;
}

.iw-fujioil p {
  font-size: 0.9rem;
}
/*# sourceMappingURL=style.css.map */
