html {
  -ms-overflow-style: none;
  scrollbar-width: none;
}
html::-webkit-scrollbar {
  display: none;
}

@media screen and (min-width: 768px) {
  .vpc_ct {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .vpc_ct {
    display: none !important;
  }
}

@media screen and (min-width: 768px) {
  .vsp_ct {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .vsp_ct {
    display: block;
  }
}

.text-left_ct {
  text-align: left !important;
}

.dur_ct {
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease;
  transition-delay: 0s;
}

.scroll-fade_ct {
  opacity: 0 !important;
  transform: translateY(50px);
  transition: opacity 1s ease-out, transform 1s ease-out;
  will-change: opacity, transform;
}

.fade_on_ct {
  opacity: 1 !important;
  transform: translateY(0);
  transform: translateX(0);
}

.fade_on_ct {
  opacity: 1 !important;
}

.c-outer_ct {
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 767px) and (max-width: 1000px) {
  .c-outer_ct {
    font-size: 1.6vw;
  }
}
.c-outer_ct .c-inner_ct {
  position: relative;
}
.c-outer_ct.base-width_ct .c-inner_ct {
  padding-inline: 18px;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .c-outer_ct.base-width_ct .c-inner_ct {
    max-width: 736px;
  }
}
@media screen and (max-width: 767px) {
  .c-outer_ct.base-width_ct .c-inner_ct {
    padding-inline: 4.8vw;
  }
}

body {
  visibility: visible !important;
}

.fsc_gheader-wrap.shop.is-fixed-ready .fsc_gheader-wrap__main {
  position: absolute !important;
}

#maincontent .fca_cat-hero .fca_container {
  padding-inline: 0 !important;
}

#maincontent .fca_cat-hero .fca_container__in {
  max-width: 100% !important;
}

.fca_cat-hero,
.sr_page-shopping-result__free {
  overflow: clip !important;
}

.fca_tagline {
  position: relative;
  z-index: 1;
  background: #fff;
  padding-top: 0.5rem;
}
.fca_tagline .fca_tagline__txt {
  margin-top: 0 !important;
}

.typesquare_option:not(a):not(.scroll-fade_ct):not(.none_ct) {
  opacity: 1 !important;
}

/*
.fsc_gfooter__breadcrumb,
.fca_page-shop-category__body {

    margin-top: 0 !important;

}
*/
.fca_page-shop-category__body {
  margin-top: 0 !important;
}

#l-content-body_ct {
  position: relative;
  z-index: 0;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-style: normal;
  line-height: 1.7;
  font-feature-settings: normal;
  color: #333;
}
@media screen and (max-width: 767px) {
  #l-content-body_ct {
    letter-spacing: normal;
  }
}
#l-content-body_ct h1, #l-content-body_ct h2, #l-content-body_ct h3, #l-content-body_ct h4, #l-content-body_ct h5, #l-content-body_ct h6 {
  margin: 0;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-style: normal;
}
#l-content-body_ct button {
  outline: none !important;
}
#l-content-body_ct figure {
  margin: 0;
  padding: 0;
}
#l-content-body_ct img {
  width: 100%;
  height: auto;
}
#l-content-body_ct a {
  text-decoration: none;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease;
  transition-delay: 0s;
}
#l-content-body_ct i,
#l-content-body_ct em {
  font-style: normal;
}
#l-content-body_ct ul,
#l-content-body_ct li {
  list-style: none;
  padding: 0;
  margin: 0;
}
#l-content-body_ct p {
  margin: 0;
}

#l-content-body_ct {
  position: relative;
  overflow: clip;
}

#l-content-body_ct .btn-outer_ct {
  position: relative;
  max-width: 306px;
  width: 100%;
  margin-inline: auto;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  #l-content-body_ct .btn-outer_ct {
    max-width: 81.6vw;
  }
}
#l-content-body_ct .btn-outer_ct .btn_ct {
  position: relative;
  border-radius: 9999px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 1.125rem;
}
@media (max-width: 767px) {
  #l-content-body_ct .btn-outer_ct .btn_ct {
    font-size: 4.8vw;
  }
}
#l-content-body_ct .btn-outer_ct .btn_ct {
  font-weight: 700;
  min-height: 60px;
  background: #BF6565;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  #l-content-body_ct .btn-outer_ct .btn_ct {
    min-height: 16vw;
  }
}
#l-content-body_ct .btn-outer_ct .btn_ct::after {
  content: "";
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  position: absolute;
  width: 10px;
  height: 10px;
  top: 50%;
  right: 25px;
  transform: translateY(-50%) rotate(45deg);
}
@media screen and (max-width: 767px) {
  #l-content-body_ct .btn-outer_ct .btn_ct::after {
    width: 2.6666666667vw;
    height: 2.6666666667vw;
    right: 6.6666666667vw;
  }
}
@media screen and (min-width: 768px) {
  #l-content-body_ct .btn-outer_ct .btn_ct:hover {
    transform: translate(3px, 3px);
  }
}
#l-content-body_ct .btn-outer_ct::after {
  display: block;
  border-radius: 9999px;
  content: "";
  width: 100%;
  height: 100%;
  background: #5C2321;
  position: absolute;
  top: 3px;
  left: 3px;
}
@media screen and (max-width: 767px) {
  #l-content-body_ct .btn-outer_ct::after {
    top: 0.8vw;
    left: 0.8vw;
  }
}
#l-content-body_ct .normal-ttl_ct {
  text-align: center;
  font-size: 1.75rem;
}
@media (max-width: 767px) {
  #l-content-body_ct .normal-ttl_ct {
    font-size: 5.8666666667vw;
  }
}
#l-content-body_ct .normal-ttl_ct {
  font-weight: 700;
  color: #5C2321;
  line-height: 1.6;
}
#l-content-body_ct .normal-lead_ct {
  margin-top: 33px;
  font-size: 1rem;
}
@media (max-width: 767px) {
  #l-content-body_ct .normal-lead_ct {
    font-size: 3.7333333333vw;
  }
}
#l-content-body_ct .normal-lead_ct {
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  #l-content-body_ct .normal-lead_ct {
    margin-top: 4.8vw;
  }
}
#l-content-body_ct .min-title_ct {
  text-align: center;
  font-size: 1.25rem;
}
@media (max-width: 767px) {
  #l-content-body_ct .min-title_ct {
    font-size: 4.2666666667vw;
  }
}
#l-content-body_ct .min-title_ct {
  font-weight: 700;
  color: #BF6565;
  line-height: 1.6;
}
#l-content-body_ct .fukidashi-title_ct {
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  #l-content-body_ct .fukidashi-title_ct {
    margin-bottom: 3.4666666667vw;
  }
}
#l-content-body_ct .fukidashi-title_ct span {
  display: inline-block;
  position: relative;
  font-size: 1.25rem;
}
@media (max-width: 767px) {
  #l-content-body_ct .fukidashi-title_ct span {
    font-size: 4.2666666667vw;
  }
}
#l-content-body_ct .fukidashi-title_ct span {
  font-weight: 700;
  color: #BF6565;
  padding: 0 23px;
}
#l-content-body_ct .fukidashi-title_ct span::before, #l-content-body_ct .fukidashi-title_ct span::after {
  content: "";
  display: block;
  width: 1px;
  height: 30px;
  position: absolute;
  top: -3px;
  background: #BF6565;
}
#l-content-body_ct .fukidashi-title_ct span::before {
  left: 0;
  transform: rotate(-20deg);
}
#l-content-body_ct .fukidashi-title_ct span::after {
  right: 0;
  transform: rotate(20deg);
}
#l-content-body_ct .fukidashi_ct {
  text-align: center;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  #l-content-body_ct .fukidashi_ct {
    margin-bottom: 2.6666666667vw;
  }
}
#l-content-body_ct .fukidashi_ct span {
  display: inline-block;
  position: relative;
  font-size: 1.125rem;
}
@media (max-width: 767px) {
  #l-content-body_ct .fukidashi_ct span {
    font-size: 4.2666666667vw;
  }
}
#l-content-body_ct .fukidashi_ct span {
  font-weight: 700;
  color: #333;
  padding: 0 30px;
}
@media screen and (max-width: 767px) {
  #l-content-body_ct .fukidashi_ct span {
    padding: 0 5.3333333333vw;
  }
}
#l-content-body_ct .fukidashi_ct span::before, #l-content-body_ct .fukidashi_ct span::after {
  content: "";
  display: block;
  width: 1px;
  height: 30px;
  position: absolute;
  top: 0px;
  background: #333;
}
@media screen and (max-width: 767px) {
  #l-content-body_ct .fukidashi_ct span::before, #l-content-body_ct .fukidashi_ct span::after {
    height: 6.6666666667vw;
  }
}
#l-content-body_ct .fukidashi_ct span::before {
  left: 0;
  transform: rotate(-20deg);
}
#l-content-body_ct .fukidashi_ct span::after {
  right: 0;
  transform: rotate(20deg);
}
#l-content-body_ct .bg-dec_ct {
  width: 100%;
  position: relative;
}
#l-content-body_ct .bg-dec_ct::after {
  content: "";
  position: relative;
  z-index: 0;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 100%;
  height: 100%;
  display: block;
}
#l-content-body_ct .bg-dec_ct.is-c01_ct {
  position: absolute;
  bottom: -2px;
  left: 0;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  #l-content-body_ct .bg-dec_ct.is-c01_ct {
    bottom: 0;
    margin-bottom: -2px;
  }
}
#l-content-body_ct .bg-dec_ct.is-c01_ct::after {
  background-image: url(./../images/bg01.webp);
  aspect-ratio: 300/23;
}
@media screen and (max-width: 767px) {
  #l-content-body_ct .bg-dec_ct.is-c01_ct::after {
    background-image: url(./../images/bg01_sp.webp);
    aspect-ratio: 375/56;
  }
}
#l-content-body_ct .bg-dec_ct.is-c02_ct {
  margin-top: 155px;
}
@media screen and (max-width: 767px) {
  #l-content-body_ct .bg-dec_ct.is-c02_ct {
    margin-top: 35.2vw;
  }
}
#l-content-body_ct .bg-dec_ct.is-c02_ct::after {
  background-image: url(./../images/bg02.webp);
  aspect-ratio: 750/101;
  margin-bottom: -2px;
}
@media screen and (max-width: 767px) {
  #l-content-body_ct .bg-dec_ct.is-c02_ct::after {
    background-image: url(./../images/bg02_sp.webp);
    aspect-ratio: 375/78;
    margin-bottom: 0;
  }
}
#l-content-body_ct .ico-dec-outer_ct {
  width: 100%;
}
@media screen and (min-width: 768px) {
  #l-content-body_ct .ico-dec-outer_ct {
    max-width: 768px;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
  }
}
#l-content-body_ct .ico-dec_ct {
  position: absolute;
  z-index: 0;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  display: block;
}
#l-content-body_ct .ico-dec_ct.d01_ct {
  background-image: url(./../images/dec01.webp);
  width: 15.2%;
  aspect-ratio: 456/347;
  bottom: 39.7%;
  right: 17%;
}
@media screen and (max-width: 767px) {
  #l-content-body_ct .ico-dec_ct.d01_ct {
    background-image: url(./../images/dec01_sp.webp);
    aspect-ratio: 266/213;
    width: 35.5%;
    bottom: 31%;
    right: 6%;
  }
}
#l-content-body_ct .ico-dec_ct.d02_ct {
  background-image: url(./../images/dec02.webp);
  width: 15.47%;
  aspect-ratio: 464/355;
  bottom: 74.3%;
  left: 13%;
}
@media screen and (max-width: 767px) {
  #l-content-body_ct .ico-dec_ct.d02_ct {
    background-image: url(./../images/dec02_sp.webp);
    aspect-ratio: 5/4;
    width: 40%;
    bottom: 62.2%;
    left: 3%;
  }
}
#l-content-body_ct .ico-dec_ct.d03_ct {
  background-image: url(./../images/dec03.webp);
  width: 125px;
  aspect-ratio: 25/28;
  top: -30px;
  left: -45px;
  transition: 0.7s all;
  transform: scale(0);
}
@media screen and (max-width: 767px) {
  #l-content-body_ct .ico-dec_ct.d03_ct {
    width: 27.2vw;
    left: 1.3333333333vw;
    top: -10.6666666667vw;
  }
}
#l-content-body_ct .ico-dec_ct.d03_ct.action_on_ct {
  transform: scale(1);
}
#l-content-body_ct .ico-dec_ct.d04_ct {
  background-image: url(./../images/dec04.webp);
  width: 215px;
  aspect-ratio: 215/193;
  top: -132px;
  right: 12%;
  z-index: -1;
}
@media only screen and (min-width: 767px) and (max-width: 1000px) {
  #l-content-body_ct .ico-dec_ct.d04_ct {
    right: 0;
  }
}
@media screen and (max-width: 767px) {
  #l-content-body_ct .ico-dec_ct.d04_ct {
    width: 40.8vw;
    top: -24.5333333333vw;
    right: 2.6666666667vw;
  }
}
#l-content-body_ct .ico-dec_ct:not(.d03_ct) {
  transition: 0.7s all;
  transform: translateY(100%);
}
#l-content-body_ct .ico-dec_ct:not(.d03_ct).action_on_ct {
  transform: translateY(0);
}
#l-content-body_ct .kit-ttl_ct {
  text-align: center;
}
#l-content-body_ct .kit-ttl_ct span {
  position: relative;
  display: inline-block;
  background: #fff;
  font-weight: 700;
  font-size: 1.5rem;
}
@media (max-width: 767px) {
  #l-content-body_ct .kit-ttl_ct span {
    font-size: 4.2666666667vw;
  }
}
#l-content-body_ct .kit-ttl_ct span {
  color: #BF6565;
  padding: 14px 25px 14px 35px;
}
@media screen and (max-width: 767px) {
  #l-content-body_ct .kit-ttl_ct span {
    padding: 4.2666666667vw 6.6666666667vw;
  }
}
#l-content-body_ct .kit-ttl_ct span::after {
  content: "";
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url(./../images/ico_pickup.svg);
  width: 76px;
  height: 80px;
  position: absolute;
  top: -35px;
  left: -50px;
}
@media screen and (max-width: 767px) {
  #l-content-body_ct .kit-ttl_ct span::after {
    width: 15.2vw;
    height: 16vw;
    top: -9.6vw;
    left: -8vw;
  }
}
#l-content-body_ct .detail-box_ct {
  text-align: center;
}
#l-content-body_ct .detail-box_ct .t01_ct {
  font-size: 0.875rem;
}
@media (max-width: 767px) {
  #l-content-body_ct .detail-box_ct .t01_ct {
    font-size: 3.7333333333vw;
  }
}
#l-content-body_ct .detail-box_ct .t01_ct {
  font-weight: 700;
}
#l-content-body_ct .detail-box_ct .t02_ct .i01_ct {
  font-size: 0.875rem;
}
@media (max-width: 767px) {
  #l-content-body_ct .detail-box_ct .t02_ct .i01_ct {
    font-size: 3.7333333333vw;
  }
}
#l-content-body_ct .detail-box_ct .t02_ct .i02_ct {
  margin-top: 10px;
  font-size: 1.25rem;
}
@media (max-width: 767px) {
  #l-content-body_ct .detail-box_ct .t02_ct .i02_ct {
    font-size: 5.3333333333vw;
  }
}
#l-content-body_ct .detail-box_ct .t02_ct .i02_ct {
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-variation-settings: "wdth" 100;
}
@media screen and (max-width: 767px) {
  #l-content-body_ct .detail-box_ct .t02_ct .i02_ct {
    margin-top: 2.6666666667vw;
  }
}
#l-content-body_ct .detail-box_ct .btn-outer_ct {
  margin-top: 23px;
}
@media screen and (max-width: 767px) {
  #l-content-body_ct .detail-box_ct .btn-outer_ct {
    margin-top: 6.1333333333vw;
  }
}
#l-content-body_ct .underline-ttl_ct {
  text-align: center;
  font-size: 1.375rem;
}
@media (max-width: 767px) {
  #l-content-body_ct .underline-ttl_ct {
    font-size: 4.8vw;
  }
}
#l-content-body_ct .underline-ttl_ct {
  font-weight: 700;
  color: #5C2321;
  line-height: 1.6;
  border-bottom: 1px solid #5C2321;
  padding-bottom: 15px;
}
@media screen and (max-width: 767px) {
  #l-content-body_ct .underline-ttl_ct {
    padding-bottom: 3.2vw;
  }
}
#l-content-body_ct #mv_ct {
  background-color: #F4F1E4;
}
@media screen and (max-width: 767px) {
  #l-content-body_ct #mv_ct {
    background-color: #fff;
  }
}
#l-content-body_ct #mv_ct .mv-copy_ct {
  padding-inline: 18px;
  max-width: 1206px;
  margin-inline: auto;
  text-align: right;
  line-height: 1;
  margin-top: 8px;
}
@media screen and (max-width: 767px) {
  #l-content-body_ct #mv_ct .mv-copy_ct {
    padding-inline: 4.8vw;
  }
}
#l-content-body_ct #mv_ct .mv-copy_ct img {
  max-width: 237px;
}
@media screen and (max-width: 767px) {
  #l-content-body_ct #mv_ct .mv-copy_ct img {
    max-width: 63.2vw;
  }
}
#l-content-body_ct #mv_ct .mv-head_ct {
  text-align: center;
}
@media screen and (min-width: 768px) {
  #l-content-body_ct #mv_ct .mv-head_ct {
    padding-block: 12px 69px;
  }
}
@media screen and (max-width: 767px) {
  #l-content-body_ct #mv_ct .mv-head_ct {
    position: absolute;
    top: 8vw;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
  }
}
#l-content-body_ct #mv_ct .mv-head_ct .mv-head-title_ct {
  max-width: 396px;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  #l-content-body_ct #mv_ct .mv-head_ct .mv-head-title_ct {
    max-width: 68.2666666667vw;
  }
}
#l-content-body_ct #mv_ct .mv-head_ct .mv-head-txt_ct {
  margin-top: 12px;
  font-size: 1.5rem;
}
@media (max-width: 767px) {
  #l-content-body_ct #mv_ct .mv-head_ct .mv-head-txt_ct {
    font-size: 4.8vw;
  }
}
#l-content-body_ct #mv_ct .mv-head_ct .mv-head-txt_ct {
  line-height: 1.9;
}
@media screen and (max-width: 767px) {
  #l-content-body_ct #mv_ct .mv-head_ct .mv-head-txt_ct {
    margin-top: 3.7333333333vw;
    line-height: 1.7;
  }
}
#l-content-body_ct .kit-contents_ct {
  position: relative;
  z-index: 3;
  padding-top: 110px;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  #l-content-body_ct .kit-contents_ct {
    padding-top: 13.3333333333vw;
  }
}
#l-content-body_ct .kit-contents_ct .normal-ttl_ct {
  padding-inline: 18px;
  margin-bottom: 45px;
}
@media screen and (max-width: 767px) {
  #l-content-body_ct .kit-contents_ct .normal-ttl_ct {
    margin-bottom: 8vw;
    padding-inline: 4.8vw;
  }
}
#l-content-body_ct .kit-contents_ct .btn-outer_ct {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  #l-content-body_ct .kit-contents_ct .btn-outer_ct {
    margin-top: 40px;
  }
}
#l-content-body_ct .kit-contents01_ct {
  background: #F4F1E4;
  padding-bottom: 145px;
}
@media screen and (max-width: 767px) {
  #l-content-body_ct .kit-contents01_ct {
    padding-bottom: 33.3333333333vw;
  }
}
#l-content-body_ct .kit-contents01_ct .intro-box01_ct {
  background-color: #fff;
  overflow: hidden;
  padding: 37px 22px 0;
  text-align: center;
}
@media screen and (min-width: 768px) {
  #l-content-body_ct .kit-contents01_ct .intro-box01_ct {
    border-radius: 30px;
    box-shadow: 0 0 20px 5px rgba(0, 0, 0, 0.05);
  }
}
@media screen and (max-width: 767px) {
  #l-content-body_ct .kit-contents01_ct .intro-box01_ct {
    padding: 9.0666666667vw 6.4vw 0;
    margin-inline: -4.8vw;
  }
}
#l-content-body_ct .kit-contents01_ct .intro-box01_ct .ttl_ct {
  max-width: 292px;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  #l-content-body_ct .kit-contents01_ct .intro-box01_ct .ttl_ct {
    max-width: 77.8666666667vw;
  }
}
#l-content-body_ct .kit-contents01_ct .intro-box01_ct .lead_ct {
  margin-top: 26px;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1rem;
}
@media (max-width: 767px) {
  #l-content-body_ct .kit-contents01_ct .intro-box01_ct .lead_ct {
    font-size: 3.7333333333vw;
  }
}
#l-content-body_ct .kit-contents01_ct .intro-box01_ct .lead_ct {
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  #l-content-body_ct .kit-contents01_ct .intro-box01_ct .lead_ct {
    margin-top: 4.2666666667vw;
  }
}
#l-content-body_ct .kit-contents01_ct .intro-box01_ct .img_ct {
  margin-top: 7px;
  max-width: 388px;
  margin-inline: auto;
  transition: 0.7s all;
  transform: translateY(100%);
}
@media screen and (max-width: 767px) {
  #l-content-body_ct .kit-contents01_ct .intro-box01_ct .img_ct {
    margin-top: 8vw;
    max-width: none;
    margin-inline: -8vw -10.6666666667vw;
  }
}
#l-content-body_ct .kit-contents01_ct .intro-box01_ct .img_ct.action_on_ct {
  transform: translateY(0);
}
#l-content-body_ct .kit-contents01_ct .intro-box02_ct {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 43px;
  margin-top: 88px;
}
@media screen and (max-width: 767px) {
  #l-content-body_ct .kit-contents01_ct .intro-box02_ct {
    grid-template-columns: auto;
    gap: 6.1333333333vw;
    margin-top: 13.3333333333vw;
  }
}
#l-content-body_ct .kit-contents01_ct .intro-box02_ct .txt_ct {
  text-align: center;
}
@media screen and (min-width: 768px) {
  #l-content-body_ct .kit-contents01_ct .intro-box02_ct .txt_ct {
    margin-right: -60px;
  }
}
#l-content-body_ct .kit-contents01_ct .intro-box02_ct .txt_ct .ttl_ct span {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.5rem;
}
@media (max-width: 767px) {
  #l-content-body_ct .kit-contents01_ct .intro-box02_ct .txt_ct .ttl_ct span {
    font-size: 5.3333333333vw;
  }
}
#l-content-body_ct .kit-contents01_ct .intro-box02_ct .txt_ct .ttl_ct span {
  font-weight: 700;
  background: linear-gradient(transparent 70%, #ffffff 0%);
}
@media screen and (max-width: 767px) {
  #l-content-body_ct .kit-contents01_ct .intro-box02_ct .txt_ct .ttl_ct span {
    padding-inline: 4vw;
  }
}
#l-content-body_ct .kit-contents01_ct .intro-box02_ct .txt_ct .lead_ct {
  margin-top: 48px;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1rem;
}
@media (max-width: 767px) {
  #l-content-body_ct .kit-contents01_ct .intro-box02_ct .txt_ct .lead_ct {
    font-size: 3.7333333333vw;
  }
}
#l-content-body_ct .kit-contents01_ct .intro-box02_ct .txt_ct .lead_ct {
  line-height: 1.9;
}
@media screen and (max-width: 767px) {
  #l-content-body_ct .kit-contents01_ct .intro-box02_ct .txt_ct .lead_ct {
    margin-top: 6.1333333333vw;
  }
}
#l-content-body_ct .kit-contents02_ct {
  background-color: #F5F3F2;
  padding-block: 0 110px;
}
@media screen and (max-width: 767px) {
  #l-content-body_ct .kit-contents02_ct {
    padding-block: 4vw 13.3333333333vw;
  }
}
#l-content-body_ct .kit-contents02_ct .c-inner_ct {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  #l-content-body_ct .kit-contents02_ct .c-inner_ct {
    margin-top: 7.2vw;
  }
}
@media screen and (max-width: 767px) {
  #l-content-body_ct .kit-contents02_ct .kit-contents02-box01_ct .img_ct {
    margin-inline: -4.8vw;
  }
}
#l-content-body_ct .kit-contents02_ct .kit-contents02-box02_ct {
  margin-top: 110px;
}
@media screen and (max-width: 767px) {
  #l-content-body_ct .kit-contents02_ct .kit-contents02-box02_ct {
    margin-top: 18.6666666667vw;
  }
}
#l-content-body_ct .kit-contents02_ct .kit-contents02-box02_ct .img_ct {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  #l-content-body_ct .kit-contents02_ct .kit-contents02-box02_ct .img_ct {
    margin-top: 2.1333333333vw;
  }
}
@media screen and (max-width: 767px) {
  #l-content-body_ct .kit-contents02_ct .kit-contents02-box02_ct .kit-ttl_ct + .img_ct {
    margin-inline: -4.8vw;
  }
}
#l-content-body_ct .kit-contents02_ct .kit-contents02-slider_ct {
  margin-top: 30px;
  margin-inline: -70px;
}
@media screen and (max-width: 767px) {
  #l-content-body_ct .kit-contents02_ct .kit-contents02-slider_ct {
    margin-top: 2.1333333333vw;
    margin-inline: -4.8vw;
  }
}
@media screen and (max-width: 767px) {
  #l-content-body_ct .kit-contents02_ct .kit-contents02-slider_ct .splide__slide {
    padding-inline: 4.8vw;
  }
}
@media screen and (min-width: 768px) {
  #l-content-body_ct .kit-contents02_ct .kit-contents02-slider_ct ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 50px;
  }
}
#l-content-body_ct .kit-contents02_ct .kit-contents02-slider_ct ul .lead_ct {
  margin-top: 18px;
  font-size: 0.875rem;
}
@media (max-width: 767px) {
  #l-content-body_ct .kit-contents02_ct .kit-contents02-slider_ct ul .lead_ct {
    font-size: 3.7333333333vw;
  }
}
@media screen and (max-width: 767px) {
  #l-content-body_ct .kit-contents02_ct .kit-contents02-slider_ct ul .lead_ct {
    margin-top: 5.3333333333vw;
    text-align: center;
  }
}
#l-content-body_ct .kit-contents03_ct {
  padding-top: 90px;
}
@media screen and (max-width: 767px) {
  #l-content-body_ct .kit-contents03_ct {
    padding-top: 16.8vw;
  }
}
#l-content-body_ct .kit-contents03_ct .kit-contents03-slider_ct {
  margin-top: 90px;
}
@media screen and (max-width: 767px) {
  #l-content-body_ct .kit-contents03_ct .kit-contents03-slider_ct {
    margin-top: 5.8666666667vw;
  }
}
#l-content-body_ct .kit-contents03_ct .kit-contents03-box01_ct {
  position: relative;
  margin-top: 50px;
  border: 1px solid #BF6565;
  padding: 30px 30px 24px;
}
@media screen and (max-width: 767px) {
  #l-content-body_ct .kit-contents03_ct .kit-contents03-box01_ct {
    margin-top: 8.5333333333vw;
    padding: 5.3333333333vw 2.6666666667vw;
  }
}
#l-content-body_ct .kit-contents03_ct .kit-contents03-box01_ct::before, #l-content-body_ct .kit-contents03_ct .kit-contents03-box01_ct::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 175px;
  background-color: #fff;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  #l-content-body_ct .kit-contents03_ct .kit-contents03-box01_ct::before, #l-content-body_ct .kit-contents03_ct .kit-contents03-box01_ct::after {
    height: 53.3333333333vw;
  }
}
#l-content-body_ct .kit-contents03_ct .kit-contents03-box01_ct::before {
  left: -1px;
}
#l-content-body_ct .kit-contents03_ct .kit-contents03-box01_ct::after {
  right: -1px;
}
#l-content-body_ct .kit-contents03_ct .kit-contents03-box01_ct ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 68px;
  margin-top: 23px;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  #l-content-body_ct .kit-contents03_ct .kit-contents03-box01_ct ul {
    max-width: 508px;
  }
}
@media screen and (max-width: 767px) {
  #l-content-body_ct .kit-contents03_ct .kit-contents03-box01_ct ul {
    margin-top: 4.5333333333vw;
    gap: 0;
    margin-inline: -4.8vw;
  }
}
#l-content-body_ct .kit-contents03_ct .kit-contents03-box01_ct ul li a {
  display: grid;
  grid-template-rows: 1fr auto;
  height: 100%;
  text-decoration: none;
  color: inherit;
}
#l-content-body_ct .kit-contents03_ct .kit-contents03-box01_ct ul li a .img_ct {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  height: 100%;
}
#l-content-body_ct .kit-contents03_ct .kit-contents03-box01_ct ul li a .img_ct img {
  max-width: 100%;
  height: auto;
  display: block;
}
#l-content-body_ct .kit-contents03_ct .kit-contents03-box01_ct ul li a .lead_ct {
  margin-top: 14px;
  font-size: 1rem;
}
@media (max-width: 767px) {
  #l-content-body_ct .kit-contents03_ct .kit-contents03-box01_ct ul li a .lead_ct {
    font-size: 3.7333333333vw;
  }
}
@media screen and (max-width: 767px) {
  #l-content-body_ct .kit-contents03_ct .kit-contents03-box01_ct ul li a .lead_ct {
    margin-top: 2.6666666667vw;
    padding-inline: 6.6666666667vw;
  }
}
@media screen and (min-width: 768px) {
  #l-content-body_ct .kit-contents03_ct .kit-contents03-box01_ct ul li a:hover {
    opacity: 0.7;
  }
}
#l-content-body_ct .kit-contents03_ct .kit-contents03-box02_ct {
  margin-top: 92px;
}
@media screen and (max-width: 767px) {
  #l-content-body_ct .kit-contents03_ct .kit-contents03-box02_ct {
    margin-top: 10.6666666667vw;
  }
}
@media screen and (max-width: 767px) {
  #l-content-body_ct .kit-contents03_ct .kit-contents03-box02_ct .img_ct {
    margin-inline: -31.4666666667vw;
  }
}
#l-content-body_ct .kit-contents03_ct .kit-contents03-box02_ct .img_ct.is-min_ct {
  max-width: 479px;
  margin-block: 30px;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  #l-content-body_ct .kit-contents03_ct .kit-contents03-box02_ct .img_ct.is-min_ct {
    margin-block: 3.4666666667vw 4vw;
  }
}
#l-content-body_ct .kit-detail_ct {
  position: relative;
  z-index: 0;
  margin-top: 110px;
  padding-block: 70px 75px;
}
@media screen and (max-width: 767px) {
  #l-content-body_ct .kit-detail_ct {
    margin-top: 36.8vw;
    padding-block: 12vw 16vw;
  }
}
#l-content-body_ct .kit-detail_ct::after {
  content: "";
  display: block;
  background: #F4F1E4;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
#l-content-body_ct .kit-detail_ct .detail-list_ct {
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 55px;
}
@media screen and (max-width: 767px) {
  #l-content-body_ct .kit-detail_ct .detail-list_ct {
    margin-top: 7.4666666667vw;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 5.0666666667vw;
  }
}
@media screen and (min-width: 768px) {
  #l-content-body_ct .kit-detail_ct .detail-list_ct li {
    width: calc(36.5% - 55px);
  }
}
#l-content-body_ct .kit-detail_ct .detail-list_ct li .lead_ct {
  margin-top: 12px;
  font-size: 1rem;
}
@media (max-width: 767px) {
  #l-content-body_ct .kit-detail_ct .detail-list_ct li .lead_ct {
    font-size: 3.7333333333vw;
  }
}
@media screen and (max-width: 767px) {
  #l-content-body_ct .kit-detail_ct .detail-list_ct li .lead_ct {
    margin-top: 2.6666666667vw;
  }
}
@media screen and (min-width: 768px) {
  #l-content-body_ct .kit-detail_ct .detail-list_ct li a:hover {
    opacity: 0.7;
  }
}
@media screen and (min-width: 768px) {
  #l-content-body_ct .kit-slider_ct .splide__slide {
    width: 52vw;
  }
}
@media screen and (max-width: 767px) {
  #l-content-body_ct .kit-slider_ct .splide__slide {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  #l-content-body_ct .kit-slider_ct .splide__slide img {
    width: 100%;
    height: auto;
    display: block;
    transition: transform 0.7s;
    transform: scale(0.41);
    transform-origin: bottom center;
  }
}
#l-content-body_ct .kit-slider_ct .splide__pagination {
  position: relative !important;
  top: 0;
  margin-top: 25px !important;
}
@media screen and (max-width: 767px) {
  #l-content-body_ct .kit-slider_ct .splide__pagination {
    margin-top: 6.6666666667vw !important;
  }
}
@media screen and (min-width: 768px) {
  #l-content-body_ct .kit-slider_ct .slide-txt_ct {
    margin-top: 15px;
    text-align: center;
    width: 100%;
    transition: transform 0.7s;
  }
}
#l-content-body_ct .kit-slider_ct .slide-txt_ct {
  margin-top: 12px;
  font-size: 0.875rem;
}
@media (max-width: 767px) {
  #l-content-body_ct .kit-slider_ct .slide-txt_ct {
    font-size: 3.7333333333vw;
  }
}
@media screen and (max-width: 767px) {
  #l-content-body_ct .kit-slider_ct .slide-txt_ct {
    text-align: center;
    margin-top: 3.2vw;
    padding: 0 4vw;
  }
}
#l-content-body_ct .kit-slider_ct .splide__pagination {
  gap: 22px;
}
@media screen and (max-width: 767px) {
  #l-content-body_ct .kit-slider_ct .splide__pagination {
    gap: 5.8666666667vw;
  }
}
#l-content-body_ct .kit-slider_ct .splide__pagination .splide__pagination__page {
  margin: 0;
  opacity: 1;
  width: 10px;
  height: 100%;
  border: 1px solid #777;
  aspect-ratio: 1/1;
  display: block;
  background-color: #fff;
  transform: scale(1) !important;
}
@media screen and (max-width: 767px) {
  #l-content-body_ct .kit-slider_ct .splide__pagination .splide__pagination__page {
    width: 2.6666666667vw;
  }
}
#l-content-body_ct .kit-slider_ct .splide__pagination .splide__pagination__page.is-active {
  background-color: #777;
}
@media screen and (min-width: 768px) {
  #l-content-body_ct .kit-slider_ct .splide__slide.is-active img {
    transform: scale(1);
  }
}
@media screen and (min-width: 768px) {
  #l-content-body_ct .kit-slider_ct .splide__slide.is-active .slide-txt_ct {
    transform: translateX(0);
  }
}
@media screen and (min-width: 768px) {
  #l-content-body_ct .kit-slider_ct .splide__slide.is-prev img {
    transform-origin: right bottom;
  }
}
@media screen and (min-width: 768px) {
  #l-content-body_ct .kit-slider_ct .splide__slide.is-prev .slide-txt_ct {
    transform: translateX(29.5%);
  }
}
@media screen and (min-width: 768px) {
  #l-content-body_ct .kit-slider_ct .splide__slide.is-next img {
    transform-origin: left bottom;
  }
}
@media screen and (min-width: 768px) {
  #l-content-body_ct .kit-slider_ct .splide__slide.is-next .slide-txt_ct {
    transform: translateX(-29.5%);
  }
}
#l-content-body_ct .splide__arrows {
  max-width: 52vw;
  position: absolute;
  top: 58%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  #l-content-body_ct .splide__arrows {
    top: 40%;
    max-width: 100vw;
  }
}
#l-content-body_ct .splide__arrows .splide__arrow {
  top: 0;
  transform: translateY(0);
  width: 53px;
  height: auto;
  background: #BF6565;
  aspect-ratio: 1/1;
  opacity: 1 !important;
}
@media screen and (max-width: 767px) {
  #l-content-body_ct .splide__arrows .splide__arrow {
    width: 16.8vw;
  }
}
#l-content-body_ct .splide__arrows .splide__arrow svg {
  fill: #fff;
  position: relative;
}
@media screen and (max-width: 767px) {
  #l-content-body_ct .splide__arrows .splide__arrow svg {
    height: 4.5333333333vw;
    width: 4.5333333333vw;
  }
}
#l-content-body_ct .splide__arrows .splide__arrow.splide__arrow--prev {
  left: 0;
}
@media screen and (max-width: 767px) {
  #l-content-body_ct .splide__arrows .splide__arrow.splide__arrow--prev {
    left: -9.3333333333vw;
  }
}
@media screen and (max-width: 767px) {
  #l-content-body_ct .splide__arrows .splide__arrow.splide__arrow--prev svg {
    left: 4vw;
  }
}
#l-content-body_ct .splide__arrows .splide__arrow.splide__arrow--next {
  right: 0;
}
@media screen and (max-width: 767px) {
  #l-content-body_ct .splide__arrows .splide__arrow.splide__arrow--next {
    right: -9.3333333333vw;
  }
}
@media screen and (max-width: 767px) {
  #l-content-body_ct .splide__arrows .splide__arrow.splide__arrow--next svg {
    left: -4vw;
  }
}/*# sourceMappingURL=style.css.map */