@charset "UTF-8";

/*//////////////////////////////////////////////////

Title : FO refil20250922

//////////////////////////////////////////////////*/


/* ========================================================
                      * Layout style *
========================================================= */

html {
  font-size: 62.5%;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

body {
  -webkit-tap-highlight-color: transparent;
}

main {
  max-width: none;
}

footer {
  position: relative;
  z-index: 10;
  margin-top: 0 !important;
}

/* Biople */
#Wrap {
  width: 100%;
  padding-top: 0;
}

#Contents {
  margin-bottom: 0;
  padding-top: 0 !important;
}

.LP_page a {
  text-decoration: none;
}

.LP_page p, 
.LP_page ul, 
.LP_page ol, 
.LP_page dl {
  margin: 0;
}

.topic-path {
  margin-right: 0;
  margin-left: 0;
}

/* ===================
      ROOTS
=================== */
:root {
  --color-text:#000000;
  --color-btn01:#303030;
  --color-btn02:#787878;
  --color-blue01:#7a8da0;
  --color-blue02:#c6d2de;
  --color-red:#ba4f3b;
  --color-white:#ffffff;
  --color-gray01:#a9aaaa;
  --color-gray02:#e6e6e6;
  --color-bg01:#eceff2;
  --color-bg02:#ececea;
  --rate:(48rem / 750);
  --font-english: "century-gothic","ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN,HiraKakuProN-W3, 游ゴシック, "Yu Gothic", メイリオ, Meiryo, Verdana, Helvetica, Arial, sans-serif;
}
/* ===================
  LP Contents
=================== */
.LP_page {
  position: relative;
  z-index: 1;
  margin: 0 auto;
  font-weight: 400;
  font-style: normal;
  font-family: "Roboto","ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN,HiraKakuProN-W3, 游ゴシック, "Yu Gothic", メイリオ, Meiryo, Verdana, Helvetica, Arial, sans-serif;
  letter-spacing: 0.075em;
  font-feature-settings: "palt";
  color: var(--color-text);
  overflow: hidden;
}

.LP_page p, 
.LP_page h2, 
.LP_page h3, 
.LP_page h4, 
.LP_page h5,
.LP_page li, 
.LP_page span {
  font-family: "Roboto","ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN,HiraKakuProN-W3, 游ゴシック, "Yu Gothic", メイリオ, Meiryo, Verdana, Helvetica, Arial, sans-serif;
  color: var(--color-text);
  letter-spacing: 0.075em;
  text-align: center;
}

#FooterWrap {
  position: relative;
  z-index: 2;
}

@media screen and  (max-width:768px) {
  #FooterWrap {
    z-index: 0;
  }
}

.LP_page *,
.LP_page *:before,
.LP_page *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.LP_page ul,
.LP_page li {
  list-style: none;
}

.LP_page a:hover {
  opacity: 0.6;
}

.LP_page img {
  width: 100%;
  /* width: auto; */
}

.LP_page sup {
  font-size: 60%;
  vertical-align: 0.4rem;
}

.LP_page a,
.LP_page a:before,
.LP_page a:after,
.LP_page a img {
  transition: opacity .3s ease-in-out,
  color .3s ease-in-out,
  background-color .3s ease-in-out,
  background-image .3s ease-in-out,
  border-color .3s ease-in-out,
  text-shadow .3s ease-in-out,
  text-weight .3s ease-in-out;
}

.LP_page h1 {
  padding: 0;
}

.LP_page .en_font,
.LP_page .btn a {
  font-family: var(--font-english);
  font-weight: 300;
}


/* ===================
    Button Setting
=================== */
.LP_page .btn {
  width: fit-content;
  display: block;
  background: transparent;
  border: none;
  max-width: 100%;
  margin: 0 auto;
}

.LP_page .btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.1s ease-in-out;
  backface-visibility: hidden;
}

.LP_page .btn a:hover {
  opacity: 0.6;
}

/* ===================
        MV
=================== */
.LP_page .sec_mv {
  padding: calc(50 * var(--rate)) 0 calc(80 * var(--rate));
  background-image: url(../img/mv_bg.jpg);
  background-size: 100%;
  background-repeat: no-repeat;
}

.LP_page .lead_txt_upper {
  font-size: calc(32 * var(--rate));
  line-height: 1.6;
  text-align: center;
  color: var(--color-white);
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.LP_page .lead_txt_lower {
  margin-top: calc(12 * var(--rate));
  font-size: calc(50 * var(--rate));
  line-height: 1.4218;
  text-align: center;
  color: var(--color-white);
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.LP_page h1 {
  margin-top: calc(747 * var(--rate));
}

.LP_page h1 .upper {
  display: block;
  font-size: calc(32 * var(--rate));
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  color: var(--color-white);
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  font-weight: 300;
}

.LP_page h1 .lower {
  display: block;
  font-size: calc(56 * var(--rate));
  margin-top: calc(30 * var(--rate));
  color: var(--color-white);
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  line-height: 1.5;
  text-align: center;
}

.LP_page .lead_txt {
  margin-top: calc(70 * var(--rate));
  font-size: calc(26 * var(--rate));
  line-height: 2;
  text-align: center;
  color: var(--color-gray01);
}

/* ===================
    Sec Common
=================== */
.LP_page .sec {
  padding: calc(100 * var(--rate)) 0;
}

.LP_page h2 {
  font-size: calc(40 * var(--rate));
  line-height: 1.42;
  text-align: center;
  font-weight: 300;
}

/* ===================
    Point
=================== */
.LP_page .sec_point {
  background-image: url(../img/lead_bg.png);
  background-size: 100%;
  background-repeat: no-repeat;
}

.LP_page .point_list {
  margin-top: calc(50 * var(--rate));
  display: flex;
  flex-wrap: wrap;
  gap: calc(30 * var(--rate));;
  row-gap: calc(30 * var(--rate));
  justify-content: center;
}

.LP_page .point_list li {
  width: calc(310 * var(--rate));
}

.LP_page .point_icon {
  display: flex;
  width: calc(260 * var(--rate));
  height: calc(260 * var(--rate));
  margin: 0 auto;
  border-radius: 50%;
  background-color: rgb(122, 141, 161,0.5);
}

.LP_page .point_icon img {
  width: calc(180 * var(--rate));
  margin: 0 auto;
}

.LP_page .point_list li:nth-of-type(3) .point_icon img {
  width: calc(188 * var(--rate));
}

.LP_page .point_title {
  margin-top: calc(32 * var(--rate));
  font-size: calc(34 * var(--rate));
  line-height: 1.5;
  text-align: center;
}

.LP_page .point_detail {
  width: calc(320 * var(--rate));
  margin: calc(10 * var(--rate)) auto 0;
  line-height: 1.75;
  font-size: calc(24 * var(--rate));
}

.LP_page .sec_point .note {
  margin-top: calc(20 * var(--rate));
  font-size: calc(20 * var(--rate));
  line-height: 1.5;
  text-align: center;
  color: var(--color-gray01);
}

/* ===================
    LineUp
=================== */
.LP_page .sec_lineup {
  padding: calc(82 * var(--rate)) 0;
}

.LP_page .product_list {
  display: flex;
  flex-wrap: wrap;
  gap: calc(42 * var(--rate));
  justify-content: center;
  margin-top: calc(52 * var(--rate));
}

.LP_page .product_list.list03 {
  margin-top: calc(95 * var(--rate));
}

.LP_page .product_list li {
  width: calc(320 * var(--rate));
}

.LP_page .product_label {
  padding: calc(10 * var(--rate)) 0;
  font-size: calc(28 * var(--rate));
  line-height: 1;
  text-align: center;
  color: var(--color-white);
  background-color: var(--color-blue02);
  border-radius: calc(24 * var(--rate));
}

.LP_page .product_img {
  position: relative;
  margin: calc(22 * var(--rate)) 0 0 calc(42 * var(--rate));
  width: calc(245 * var(--rate));
}

.LP_page .list03 li:nth-of-type(2) .product_img {
  width: calc(325 * var(--rate));
  margin-left: calc(2 * var(--rate));
}

.LP_page .product_img:before,
.LP_page .product_img:after {
  position: absolute;
  bottom: calc(13 * var(--rate));
  right: calc(-62 * var(--rate));
  display: block;
  width: calc(166 * var(--rate));
  height: calc(166 * var(--rate));
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
}

.LP_page .list01 li:nth-of-type(1) .product_img:before {
  background-image: url(../img/item01_package.png);
}
.LP_page .list01 li:nth-of-type(2) .product_img:before {
  background-image: url(../img/item02_package.png);
}
.LP_page .list03 li:nth-of-type(1) .product_img:before {
  background-image: url(../img/item03_package.png);
}
.LP_page .list03 li:nth-of-type(1) .product_img:after {
  top: 0;
  left: calc(-50 * var(--rate));
  width: calc(110 * var(--rate));
  height: calc(110 * var(--rate));
  background-image: url(../img/icon_new.svg);
}
.LP_page .list03 li:nth-of-type(2) .product_img:before {
  background-image: url(../img/item04_package.png);
  right: calc(-20 * var(--rate));
}

.LP_page .product_name {
  margin-top: calc(10 * var(--rate));
  font-size: calc(28 * var(--rate));
  line-height: 1.5;
}

.LP_page .list03 li:nth-of-type(2) .product_name {
  margin-bottom: calc(57 * var(--rate));
}

.LP_page .product_amount {
  margin-top: calc(8 * var(--rate));
  font-size: calc(22 * var(--rate));
  line-height: 1;
}

.LP_page .product_price {
  position: relative;
  margin-top: calc(17 * var(--rate));
  padding-top: calc(10 * var(--rate));
}

.LP_page .product_price:before {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: calc(280 * var(--rate));
  height: calc(2 * var(--rate));
  background-color: var(--color-text);
  content: "";
}

.LP_page .list03 li:nth-of-type(1) .product_price {
  margin-top: calc(29 * var(--rate));
}

.LP_page .price {
  font-family: var(--font-english);
  font-size: calc(30 * var(--rate));
  margin-top: calc(2 * var(--rate));
}

.LP_page .tax {
  font-family: var(--font-english);
  display: inline-block;
  font-size: calc(20 * var(--rate));
}

.LP_page .price_title {
  margin-top: calc(5 * var(--rate));
  font-size: calc(20 * var(--rate));
  color: var(--color-red);
}

.LP_page .price.subscription,
.LP_page .price.subscription .tax {
  color: var(--color-red);
}

.LP_page .detail_btn a {
  margin: calc(20 * var(--rate)) auto 0;
  display: flex;
  width: calc(260 * var(--rate));
  height: calc(54 * var(--rate));
  font-size: calc(24 * var(--rate));
  color: var(--color-white);
  background-color: #303030;
}

.LP_page .product_kit_blk {
  position: relative;
  margin: calc(145 * var(--rate)) auto 0;
}

.LP_page .product_kit_list {
  display: flex;
  gap: calc(40 * var(--rate));
  justify-content: center;
}

.LP_page .product_kit_list li {
  position: relative;
  width: calc(322 * var(--rate));
  padding-bottom: calc(182 * var(--rate));
  border: 1px solid var(--color-gray02);
}

.LP_page .product_kit_list .product_img {
  position: absolute;
  top: calc(-112 * var(--rate));
  left: 50%;
  transform: translateX(-50%);
  width: calc(275 * var(--rate));
  margin: 0;
  margin-left: calc(5 * var(--rate));
}

.LP_page .product_kit_list .product_price {
  margin-top: calc(0 * var(--rate));
  padding-top: calc(53 * var(--rate));
}

.LP_page .product_kit_list .product_price:before {
  content: none;
}

.LP_page .product_kit_list .price_title {
  margin-top: calc(25 * var(--rate));
  font-size: calc(22 * var(--rate));
  color: var(--color-text);
}

.LP_page .message {
  position: absolute;
  bottom: calc(30 * var(--rate));
  left: 50%;
  transform: translateX(-50%);
  width: calc(542 * var(--rate));
  margin: 0 auto;
  padding: calc(16 * var(--rate)) 0 calc(8 * var(--rate));
  border: 1px solid var(--color-red);
  background-color: var(--color-white);
  border-radius: calc(20 * var(--rate));
}

.LP_page .text {
  font-size: calc(26 * var(--rate));
}

.LP_page .text_red {
  margin-top: calc(5 * var(--rate));
  font-size: calc(32 * var(--rate));
  color: var(--color-red);
}

.LP_page .text_red span{
  display: inline-block;
  font-size: calc(26 * var(--rate));
  color: var(--color-red);
}

.LP_page .sec_lineup .note {
  margin-top: calc(60 * var(--rate));
  font-size: calc(20 * var(--rate));
  color: var(--color-gray01);
}

/* ===================
    Review
=================== */
.LP_page .sec_review {
  background-color: var(--color-bg01);
}

.LP_page .review_wrap {
  display: flex;
  flex-direction: column;
  gap: calc(40 * var(--rate));
  width: fit-content;
  margin: calc(50 * var(--rate)) auto 0;
}

.LP_page .review_wrap li {
  display: flex;
  align-items: center;
  gap: calc(30 * var(--rate));
}

.LP_page .review_wrap li:nth-of-type(3) {
  margin-top: calc(0 * var(--rate));
}

.LP_page .review_wrap li:nth-of-type(even) {
  flex-direction: row-reverse;
  margin-left: calc(0 * var(--rate));
}

.LP_page .review_wrap li img {
  width: calc(140 * var(--rate));
  height: calc(140 * var(--rate));
}

.LP_page .review_wrap li:nth-of-type(2) img {
  margin-top: calc(0 * var(--rate));
}

.LP_page .review_detail {
  position: relative;
  display: block;
  height: fit-content;
  width: calc(510 * var(--rate));
  margin-top: calc(0 * var(--rate));
  padding: calc(30 * var(--rate)) calc(38 * var(--rate));
  background-color: var(--color-white);
  font-size: calc(28 * var(--rate));
  line-height: 1.75;
  text-align: justify;
  border-radius: calc(20 * var(--rate));
}

.LP_page .review_wrap li .review_detail:before {
  position: absolute;
  background-color: var(--color-gray01);
  width: calc(41 * var(--rate));
  height: 1px;
  content: "";
}

.LP_page .review_wrap li:nth-of-type(1) .review_detail:before,
.LP_page .review_wrap li:nth-of-type(3) .review_detail:before {
  top: calc(50 * var(--rate));
  left: calc(-20 * var(--rate));
  transform: rotate(150deg);
}

.LP_page .review_wrap li:nth-of-type(2) .review_detail::before {
  top: calc(55 * var(--rate));
  right: calc(-17 * var(--rate));
  transform: rotate(30deg);
}


/* ===================
    Howto
=================== */
.LP_page .sec_howto {

}

.LP_page .howto_list {
  margin-top: calc(33 * var(--rate));
  display: flex;
  flex-direction: column;
  gap: calc(57 * var(--rate));
}

.LP_page .howto_num {
  position: relative;
  width: fit-content;
  margin: 0 auto;
  font-size: calc(50 * var(--rate));
  font-family: var(--font-english);
  text-align: center;
  color:var(--color-blue01);
}

.LP_page .howto_num:before,
.LP_page .howto_num:after {
  position: absolute;
  top: 50%;
  transform: translateX(-50%);
  width: calc(55 * var(--rate));
  height: calc(2 * var(--rate));
  background-color: var(--color-blue01);
  content: "";
}

.LP_page .howto_num:before {
  left: calc(-50 * var(--rate));
}

.LP_page .howto_num:after {
  right: calc(-100 * var(--rate));
}

.LP_page .howto_text {
  margin-top: calc(20 * var(--rate));
  font-size: calc(28 * var(--rate));
  line-height: 1.75;
}

.LP_page .howto_img {
  margin: calc(30 * var(--rate)) auto 0;
  width: calc(560 * var(--rate));
}

/* ===================
    QA
=================== */
.LP_page .sec_faq {
  margin: auto;
  padding: calc(88 * var(--rate)) 0;
  background-color: var(--color-bg01);
}

.LP_page .sub_title {
  font-size: calc(28 * var(--rate));
}

.LP_page .sec_faq h2 {
  margin-top: calc(15 * var(--rate));
}

.LP_page .sec_faq ul {
  width: calc(660 * var(--rate));
  margin: calc(28 * var(--rate)) auto 0;
}


.LP_page .sec_faq dt,
.LP_page .sec_faq dd{
  padding: calc(15 * var(--rate)) calc(60 * var(--rate)) calc(15 * var(--rate)) calc(81 * var(--rate));
  border-bottom: 1px solid var(--color-blue01);
  position: relative;
  cursor: pointer;
}

.LP_page .sec_faq li:last-child dt:not(.is-active),
.LP_page .sec_faq li:last-child dd{
  border-bottom: none;
}

.LP_page .sec_faq dt .arrow{
  position: absolute;
  top: 0;
  bottom: 0;
  right: calc(20 * var(--rate));
  margin: auto;
  width: calc(40 * var(--rate));
  height: calc(40 * var(--rate));
  background-color: var(--color-blue01);
  border-radius: 50%;
}

.LP_page .sec_faq .arrow:before,
.LP_page .sec_faq .arrow:after{
  content: '';
  width: calc(19.2 * var(--rate));
  height: calc(3 * var(--rate));
  background: var(--color-white);
  position: absolute;
  top: calc(18 * var(--rate));
  bottom: 0;
  left: calc(11 * var(--rate));
  margin: 0;
}


.LP_page .sec_faq .arrow:after{
  transform: rotate(90deg);
  transition: transform 0.3s ease;
}

.LP_page .sec_faq dt.is-active .arrow:after {
  transform: rotate(90deg);
  transform: rotate(0deg);
}

.LP_page .sec_faq dd{
  display: none;
  padding: calc(23 * var(--rate)) calc(60 * var(--rate)) calc(17 * var(--rate)) calc(81 * var(--rate));
  background-color: var(--color-white);
}

.LP_page .sec_faq .initial{
  position: absolute;
  top: calc(20 * var(--rate));
  left: calc(0 * var(--rate));
  margin: auto;
  font-family: var(--font-english);
  font-weight: 700;
  font-size: calc(32 * var(--rate));
  color: var(--color-blue01);
  line-height: 1;
  height: fit-content;
}

.LP_page .sec_faq dd .initial{
  top: calc(24 * var(--rate));
  left: calc(28 * var(--rate));
}

.LP_page .sec_faq .text{
  width: calc(550 * var(--rate));
  text-align: justify;
  line-height: 1.75;
  font-size: calc(22 * var(--rate));
  color: var(--color-text);
}

.LP_page .sec_faq dt p{
  font-size: calc(28 * var(--rate));
  line-height: 1.75;
  text-align: left;
  letter-spacing: 0.1em;
  font-feature-settings: "pkna";
}

.LP_page .sec_faq small{
  display: block;
}



/*----------------PC----------------*/
@media screen and  (min-width:768px) {
  .pc_only {
    display: block;
  }

  .sp_only {
    display: none;
  }

  .LP_page_inner {
    width: 48rem;
    position: relative;
    z-index: 1;
    margin: 0 auto;
    overflow: clip;
    background-color: #ffffff;
  }
  
  .LP_page .fixed_area {
    position: relative;
    position: fixed;
    top: 0;
    left: 50%;
    translate: -50% 0;
    z-index: 1;
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    background-color: var(--color-bg02);
    background-repeat: repeat;
    background-size: cover;
    background-position: center;
  }
  
  
  .LP_page .fixed_left,
  .LP_page .fixed_right {
    display: grid;
    place-items: center;
    width: calc((100% - 48rem) / 2);
    height: 100%;
    
  }

  .LP_page .fixed_left {
    margin-top: 10rem;
  }

  .LP_page .fixed_left .fixed_ttl {
    text-align: center;
  }


  .LP_page .fixed_left .fixed_ttl figure {
    width: 27.1rem;
    padding: 0;
    margin: 0 auto;
  }

  .LP_page .fixed_left .fixed_ttl_campaign_name {
    margin-top: 2rem;
    font-size: 2.6rem;
    color: var(--color-gray01);
    text-align: center;
    text-transform: uppercase;
  }

  .LP_page .fixed_right {
    margin-top: 10rem;
  }

  .LP_page .fixed_right .navigation_list {
    position: relative;
    margin-top: 0;
    display: flex;
    flex-direction: column;
  }
  
  .LP_page .fixed_right .navigation_list li {
    position: relative;
    width: 22rem;
    margin:0 auto;
    border-bottom: 1px solid #a09c99;
  }
  
  
  .LP_page .fixed_right .navigation_list a {
    position: relative;
    display: flex;
    margin-left: 2rem;
    padding: 1rem 0;
  }

  .LP_page .fixed_right .navigation_list a:before {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 2rem;
    width: 1.07rem;
    height: 0.6rem;
    background: url(../img/arrow.svg) no-repeat;
    background-size: 100%;
    content: "";
  }

  .LP_page .fixed_right .navigation_list_name {
    display: flex;
    flex-direction: column;
    font-size: 1.8rem;
  }
  

}
/*---------------// PC--------------*/


/*----------------Responsive----------------*/
@media screen and (max-width: 1600px) and (min-width: 768px) {
  html {
    font-size: calc(10 * (100vw / 1600));
  }
}

@media screen and (max-width: 768px) {
  html {
    font-size: calc(10 * (100vw / 480));
  }
}
/*---------------// Responsive--------------*/

/*----------------Animation----------------*/
.LP_page .js-fade.ef1 {
  opacity: 0;
  translate: 0 5rem;
  transition: opacity 2000ms ease, translate 2000ms ease;
}

.LP_page .js-fade.active.ef1 {
  opacity: 1;
  translate: 0 0;
}

@-webkit-keyframes opa {
  10% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes opa {
  10% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.LP_page.js-fade.ef2,
.LP_page .js-fade.ef2 {
  opacity: 0;
  transition: opacity 2s ease;
}

.LP_page.js-fade.active.ef2,
.LP_page .js-fade.active.ef2 {
  opacity: 1;
}

.LP_page .js-fade.delay.ef2{
  transition-delay: 1.5s;
}



/*---------------// Animation--------------*/

