@charset "UTF-8";
/*--- FreePage CSS ---*/
* {
  box-sizing: border-box;
}

body {
  font-family: "Noto Sans JP", sans-serif;
}

h1 {
  font-size: 14px;
  width: 1200px;
  margin: 0 auto;
  padding: 10px 0;
}


/* header */
.header {
  border: none;
  margin-bottom: 20px;
}

.header .header-logo {
  margin: 0 auto;
}

.content-area {
  max-width: 1200px;
}

/* 共通パーツ
============================== */
.l-wrapper {
  width: 100%;
  max-width: 1000px;
  /* padding: 0 20px; */
  margin-left: auto;
  margin-right: auto;
}

.c-flex {
  display: flex;
}

.c-text {
  font-size: 26px;
  line-height: 1.88;
  color: #333;
}
.c-text em {
  font-weight: bold;
}

strong {
  font-weight: bold;
}

.u-color__purple02 {
  color: #330066;
}

/* .page-saikokaryukotuboreito {
  overflow: hidden;
}
.page-saikokaryukotuboreito * {
  color: #333;
  box-sizing: border-box;
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
} */

/* kv
============================== */

h2 {
  margin: 0;
} 

.main_vg {
  width: 100%;
}
.main_vg * {
  font-family: "游明朝", "Yu Mincho", "YuMincho", "Hiragino Mincho Pro", serif;
}

.l-kv__top {
  width: 100%;
  height: auto;
  aspect-ratio: 1200/446;
  background: url("https://kamposhop.kracie.co.jp/stg/img/usr/freepage/saikokaryukotuboreito/img_bg_kv.png") no-repeat top center/100% auto;
  text-align: center;
  padding: 60px 0 58px;
  position: relative;
  z-index: 1;
  margin-bottom: -117px;
}
.l-kv__top .c-box__ellipse span {
  font-size: 17px;
  color: #B193C9;
  line-height: 1.75;
  border-radius: 20px;
  background: #fff;
  display: inline-block;
  padding: 0 11px;
}
.l-kv__top .u-color__white {
  font-size: 51px;
  color: #fff;
  position: relative;
  display: inline-block;
  margin-top: 28px;
  line-height: 1;
  letter-spacing: 0.1em;
}
.l-kv__top .u-color__white::before {
  position: absolute;
  content: " ";
  width: 100%;
  height: auto;
  display: inline-block;
  top: calc(100% - 9px);
  left: 0;
  background: url(https://kamposhop.kracie.co.jp/stg/img/usr/freepage/saikokaryukotuboreito/line_kv.png) no-repeat top center/100% auto;
  aspect-ratio: 534/25;
}
.l-kv__top .u-color__white .u-text__small {
  font-size: 42px;
  color: #fff;
  line-height: 1.74;
  letter-spacing: 0.01em;
}
.l-kv__top .u-color__purple01 {
  font-size: 47px;
  font-weight: 500;
  color: #330066;
  line-height: 1.59;
  letter-spacing: 0.075em;
  margin-top: 31px;
}

.l-kv__main {
  position: relative;
}
.l-kv__main * {
  font-weight: 500;
}
.l-kv__main .p-subtitle01 {
  position: absolute;
  writing-mode: vertical-lr;
  font-size: 62px;
  line-height: 1;
  letter-spacing: 0.075em;
  color: #6C4D99;
  bottom: 29.2%;
  left: 17.3%;
  margin: 0;
}
.l-kv__main .p-subtitle01 .u-text__small {
  color: #6C4D99;
}
.l-kv__main .p-subtitle02 {
  position: absolute;
  writing-mode: vertical-lr;
  font-size: 67px;
  line-height: 1;
  letter-spacing: 0.075em;
  color: #AAB23F;
  bottom: 7.9%;
  left: 9.9%;
  margin: 0;
}
.l-kv__main .p-subtitle02 .u-text__small {
  font-size: 55px;
  line-height: 1;
  color: #AAB23F;
}
.l-kv__main .p-subtitle02 .u-text__large {
  font-size: 83px;
  line-height: 1;
  letter-spacing: 0.075em;
  color: #AAB23F;
}
.l-kv__main .p-title__level1 {
  position: absolute;
  font-size: 70px;
  line-height: 1;
  letter-spacing: 0.075em;
  bottom: 60px;
  left: 229px;
  margin: 0;
  padding: 0;
}
.l-kv__main .p-title__level1 * {
  color: #AAB23F;
}
.l-kv__main .p-title__level1 ruby {
  position: relative;
}
.l-kv__main .p-title__level1 rb[data-ruby]::before {
  content: attr(data-ruby);
  position: absolute;
  text-align: right;
  font-size: 30px;
  letter-spacing: 0.075em;
  line-height: 1;
  width: 100%;
  bottom: 100%;
  white-space: nowrap;
}

/* Contents
============================== */
.l-about {
  padding: 80px 0 70px;
}
.l-about h3 {
  text-align: center;
  margin: 0;
  /* font-family: 'Korolev';
  font-size: 40px;
  text-transform: capitalize;
  color: #0B318F;
  font-weight: bold;
  font-style: italic; */
}

.l-about h3 img {
  width: 170px;
  margin-bottom: 8px;
}


/* .l-about h3 .u-text__small {
  font-size: 41px;
  line-height: 2.4;
  letter-spacing: 0.1em;
  font-weight: bold;
}
.l-about h3 picture {
  display: inline-block;
  vertical-align: sub;
  margin-left: 13px;
  margin-bottom: 14px;
}
.l-about .p-about__image03 {
  display: block;
  text-align: center;
  margin-top: 90px;
  max-width: 382px;
  aspect-ratio: 1/1;
  margin-left: auto;
  margin-right: auto;
} */
.l-about .c-about__list {
  width: 350px;
  margin: 0 auto;
}
.l-about .c-about__list li {
  font-size: 18px;
  font-weight: bold;
  line-height: 20px;
  letter-spacing: 0;
  position: relative;
  list-style-type: disc;
  list-style-position:outside;
  width: 100%;
  padding-top: 20px;
  text-indent: -10px;
  margin-left: 50px;
}
.l-about .c-about__list li span{
vertical-align: 0.25em;
}

.l-about .c-about__list li::marker {
  color: #F59D02;
  font-size: 30px;
  font-weight: bold;
  line-height: 1;
}
/* .l-about .c-about__list li::before {
  content: " ";
  display: inline-block;
  width: 37px;
  height: 66.92px;
  background: url("https://kamposhop.kracie.co.jp/stg/img/usr/freepage/saikokaryukotuboreito/icon_checked.png") no-repeat center left/auto;
  position: absolute;
  top: 0;
  left: 0;
} */

/* 熱中症帯
============================== */
.l-with__band {
  padding-bottom: 107px;
  font-weight: bold;
}
/* .l-with__band .u-box__title {
  width: 100%;
  height: auto;
  background-image:linear-gradient(90deg, rgba(11, 49, 143, 1) 10%, rgba(10, 178, 237, 1) 80%);
  text-align: center;
  margin-bottom: 84px;
} */
.l-with__band h3 {
  color: #fff;
  font-size: 27px;
  text-align: center;
  line-height: 66px;
  letter-spacing: 0;
  font-weight: bold;

  width: 100%;
  height: auto;
  background-image:linear-gradient(90deg, rgba(11, 49, 143, 1) 10%, rgba(10, 178, 237, 1) 80%);
  text-align: center;
}

.l-with__band h4 {
  width:fit-content;
  margin: 0 auto;
  font-size: 24px;
  line-height: 36px;
  font-weight: bold;
  text-align: center;
  padding: 8px 15px;
  border-bottom: 2px solid #0B318F;
  position: relative;
  margin-top: 40px;
  margin-bottom: 30px;
} 

.l-with__band h4:after {
  content: "";
  position: absolute;
  bottom: -12px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-top: 11px solid #0B318F;
  border-bottom: 0px solid transparent;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
}
.text16 {
  font-size: 16px;
  font-weight: normal;
}
.text-c {
  text-align: center;
}


/* 帯１ */

.band1 picture.symptoms_img {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}

.band1 picture.symptoms_img img{
  display: block;
}

.text12 {
  font-size: 12px;
  font-weight: normal;
  margin-top: 14px;
}

.l-with__band h5 {
  font-weight: bold;
}

.first_aid {
  display: flex;
  justify-content: space-between;
}

.first_aid1 {
  margin-bottom: 30px;
}

.first_aid > div {
  max-width: 500px;
  width: 100%;
  height: auto;
  background-color: #F3F3F3;
  padding: 30px 20px 0 30px;
  box-sizing: border-box;
}

.first_aid h5 {
  font-size: 20px;
  line-height: 28px;
  color: #0B318F;
  margin-bottom: 20px;
}

.first_aid h5 span {
  background-color: #0B318F;
  color: #fff;
  border-radius: 18px;
  font-size: 18px;
  line-height: 28px;
  padding: 1px 20px 3px;
  margin-right: 6px;
}

.first_aid li {
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0;
  position: relative;
  /* list-style-type: disc;
  list-style-position:outside; */
  margin-bottom: 13px;
  font-weight: normal;
  margin-left: 20px;
}

.first_aid li .text-color {
  font-weight: bold;
}

.first_aid li::before {
  content: "";
  top: 2px;
  left: -20px;
  width: 16px;
  height: 16px;
  background-color: #F59D02;
  border-radius: 50%;
  position: absolute;
}

/* .first_aid li > span{
vertical-align: 0.25em;
}

.first_aid li::marker {
  color: #F59D02;
  font-size: 30px;
  font-weight: bold;
  line-height: 1;
} */

.first_aid img {
  vertical-align: top;
}

/* 帯2 */
.band2 .text16:first-child {
  margin-top: 40px;
}

.band2 section {
  background-color: #F3F3F3;
  padding: 40px 0;
  margin-top: 40px;
}

.band2 section h5 {
  line-height: 42px;
  color: #fff;
  background-color: #0B318F;
  font-size: 20px;
  width: 340px;
  margin: 0 auto;

  border-radius: 22px;
}

.band2 section .text16 {
  margin-top: 19px;
  margin-bottom: 30px;
}

.band2 .flex-wrap {
  max-width: 760px;
  margin: 0 auto;
  width: 100%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px 40px;
}

.band2 .flex-wrap .card p {
  text-align: center;
  margin-top: 16px;
  font-size: 16px;
}
.band2 .flex-wrap .card{
  width: 160px;
}
.arrow {
  width: 0;
  height: 0;
  border-top: 40px solid #F59D02;
  border-bottom: 0px solid transparent;
  border-left: 80px solid transparent;
  border-right: 80px solid transparent;
  margin: 0 auto;
  margin-top: 40px;
}
.text24 {
  font-size: 24px;
  line-height: 36px;
  margin-top: 30px;
}

/* 帯3 */
.band3 .grid-wrap{
  display: grid;
  width: 100%;
  gap: 10px 5px;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
}

.band3 .grid-wrap .card {
  min-width: 280px;
  text-align: center;
}

.band3 .grid-wrap .card .number {
  font-weight: bold;
  font-size: 40px;
  font-style: italic;
  color: #0B318F;
  font-family: "Korolev";
  line-height: 42px;
  letter-spacing: 4px;
}

.band3 .grid-wrap .card .comment1 {
  font-size: 20px;
  line-height: 30px;
  color: #0B318F;
}

.band3 .grid-wrap .card picture img{
  margin: 20px 0;
  max-width: 230px;
}

.band3 .grid-wrap .card .number img{
  margin: 0;
  margin-bottom: 8px;
  max-width: 40px;
}
.band3 .grid-wrap .card:nth-child(n+2) .number img{
  max-width: 48px;
}


.band3 .grid-wrap .card .comment2 {
  font-size: 16px;
  line-height: 24px;
  font-weight: normal;
}

/* 夏の外出の新習慣 */
.summer_outing {
  padding: 105px 0;
  background: url(../../img/usr/freepage/samaresuzerii/summer_outing.jpg) top center / cover no-repeat;
}

.summer_wrap {
  background-color: #fff;
  width: 400px;
  margin: 0 auto;
  padding: 30px 0;
  box-sizing: border-box;
}

.summer_wrap:after {
  content: " ";
  width: 200px;
  height: 200px;
  position: absolute;
  top: 167px;
  right: 310px;
  transform: rotate(10deg);
  display: inline-block;
  background: url(../../img/usr/freepage/samaresuzerii/samaresuzerii-item.png) no-repeat top left/contain;
}

.summer_wrap .text24 {
  width: 290px; 
  margin: 0 auto;
  text-align: center;
}


/* 赤文字 */
span.text-color {
  color: #E70112;
  font-weight: bold;
}


/* ====== ▼ 商品バナー ▼ ====== */
.item_area {
  width: 100%;
  height: 316px;
  /* background: url(../../img/usr/freepage/common/product_bnr_bg.jpg); */
  background: #FCF8EB;
  padding: 47px 0 45px;
  position: relative;
}
.item_area .item_text {
  width: calc(100% - 71px);
  margin-left: 71px;
  padding-left: 201px;
  position: relative;
}
.item_area .item_text::before {
  content: " ";
  width: 280px;
  height: 280px;
  position: absolute;
  top: -23px;
  left: -51px;
  display: inline-block;
  background: url(../../img/usr/freepage/samaresuzerii/samaresuzerii-item.png) no-repeat top left/contain;
}
.item_area .item_text .cp_bnr {
  position: absolute;
  right: 60px;
  top: -1px;
}
.item_area .item_notice {
  display: inline-block;
  border: 1px solid #000;
  line-height: 1;
  margin-bottom: 13px;

  padding: 5px 10px;
  font-size: 14px;
  font-weight: normal;
}
.item_area .item_name {
  font-size: 32px;
  font-weight: bold;
  line-height: 1.18;
}
.item_area .item_name span {
  font-size: 19px;
  font-weight: bold;
  line-height: 1.21;
  display: block;
}
.item_area .item_price {
  font-size: 28px;
  font-weight: bold;
  justify-content: flex-start;
  align-items: baseline;
}
.item_area .item_price .fs_s {
  font-size: 14px;
  line-height: 1;
  margin-bottom: 27px;
}

.capacity {
  font-size: 14px;
  font-weight: normal;
}

.item_area .item_price span.cp_price {
  position: relative;
}
.item_area .item_price .cp_price_after {
  color: red;
  position: relative;
  margin: 0 10px 0 38px;
}
.item_area .item_price .cp_price_after::before {
  width: 11px;
  height: 17px;
  content: " ";
  background-image: url(../../img/usr/freepage/bakumondoto/cp_price_arrow.png);
  background-repeat: no-repeat;
  position: absolute;
  top: 17px;
  left: -25px;
}
.item_area .item_price .cp_price_after_off {
  font-size: 16px;
  color: #fff;
  background: red;
  padding: 2px 10px;
  margin: 0 12px 0 0;
}
.item_area .item_btn {
  display: flex;
}
.item_area .item_btn .item_basket {
  margin-right: 10px;
}
.item_area .item_btn .btn-buy {
  width: 330px;
  font-size: 18px;
  height: 59px;
  color: #fff;
}
.item_area .item_btn .btn-buy::before {
  content: "";
  display: inline-block;
  width: 32px;
  height: 21.3px;
  background: url(../../img/customize/pc/common/ico_basket_white.png) 0 0/24px 16px no-repeat;
  background-size: 100%;
  margin-right: 8px;
}
.item_area .item_btn .btn-outline-primary {
  width: 260px;
  padding: 20px 10px;
  text-align: center;
  font-size: 16px;
  color: #6eb92b;
}
.item_area .item_btn .item_notice_text {
  margin-right: 10px;
}
.item_area .item_btn .item_textlist {
  width: 540px;
  display: flex;
  justify-content: space-between;
  margin: 30px auto;
}
.item_area .item_btn .item_textlist li a {
  font-size: 18px;
  font-weight: bold;
  background-image: url(../../img/usr/freepage/bakumondoto/icon_anchor.png);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 14px;
  padding-right: 20px;
  margin-right: 10px;
}
.item_area .notes p {
  font-size: 12px;
  margin-top: 10px;
}

/* ====== ▼ よくある質問Q&A ▼ ====== */
.faq_area {
  padding: 40px 0 20px 0;
}

.faq_area_ttl {
  font-size: 28px;
  text-align: center;
  font-weight: bold;
  margin: 10px 0 26px 0;
}

.faq_area dl {
  margin-left: 100px;
}

.faq_area dl dt {
  font-size: 18px;
  font-weight: bold;
  background: url(../../img/usr/freepage/samaresuzerii/details_icon_q.png) no-repeat 0 0;
  background-size: contain;
  margin-bottom: 1em;
  padding: 3px 0 3px 40px;
}

/* .faq_area dl dt span {
  text-decoration: underline wavy #0B318F;
  text-decoration-thickness: 2px;
  text-underline-offset: 5px;
} */

.faq_area dl dt span.wavyline {
  position: relative;
}

.faq_area dl dt span.wavyline:after {
  content: '';
  width: 100%;
  background: url(../../img/usr/freepage/samaresuzerii/wavylineNAV.png) 0 0;
  background-repeat: repeat-x;
  background-size: 15px;
  bottom: -9px !important;
  height: 10px !important;
  position: absolute;
  left: 0;
}

.faq_area dl dd {
  font-size: 16px;
  background: url(../../img/usr/freepage/samaresuzerii/details_icon_a.png) no-repeat 0 0;
  background-size: 30px;
  margin-bottom: 1.5em;
  padding: 3px 0 3px 40px;
  font-weight: normal;
}
/* ====== ▼ footer ▼ ====== */
.pane-contents {
  padding-bottom: 0;
}

.page-product-detail .block-product-detail .medical-related-box {
  margin: 0 auto;
}

.medical-related-box .btn-outline-primary {
  width: 380px;
  text-align: center;
  margin: 0;
  padding: 20px 10px;
  display: inline-block;
}

.btn-medical-related:after {
  font-family: "Font Awesome 5 Free";
}

.footer-back-ec {
  text-align: center;
  padding: 40px 0 !important;
}

.footer-back-ec-btn {
  display: inline-block;
  margin: 0;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  white-space: nowrap;
  position: relative;
  font-weight: 700;
  line-height: 1;
  border: 2px solid transparent;
  transition: 0.2s;
  padding: 20px 60px 20px 30px;
  font-size: 1.25rem;
  border-radius: 5px;
  background: #fff;
  border: 2px solid #6eb92b !important;
  color: #6eb92b !important;
}

.footer-back-ec-btn:after {
  position: absolute;
  right: 20px;
  content: "\f054";
  font-weight: 700;
  font-size: 1.25rem;
  color: #6eb92b !important;
  font-family: "Font Awesome 5 Free";
}

/* ====== 追従ボタン関連 ====== */
.product-buy-fixed {
  z-index: 444 !important;
}

.product-buy-fixed .product-buy-fixed-inner {
  justify-content: center !important;
}

.footer .page-top {
  z-index: 555 !important;
  border: 1px solid #fff;
  border-radius: 50%;
}

/* ====== その他共通 ====== */
/* fadeIn */
@keyframes fadeInAnime {
  0% {
    opacity: 0;
    transform: translateY(100px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeInTrigger {
  opacity: 0;
}

.fadeIn {
  animation-name: fadeInAnime;
  animation-duration: 1s;
  animation-delay: 0.5s;
  animation-fill-mode: forwards;
}

/* circle01 */
@keyframes circle01 {
  0% {
    transform: scale(0);
  }
  100% {
    opacity: 0;
    transform: scale(2);
  }
}/*# sourceMappingURL=style copy 2.css.map */