/*! destyle.css v3.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}
/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}
/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}
/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}
/* Vertical rhythm */
/* ============================================ */

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}
/* Headings */
/* ============================================ */

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
	border: none;
}
/* Lists (enumeration) */
/* ============================================ */

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
/* Lists (definition) */
/* ============================================ */

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}
/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}
/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}
/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  text-decoration: underline dotted; /* 2 */
}
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}
/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}
/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */

svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}
/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */

button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}
/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type="checkbox"] {
  -webkit-appearance: checkbox;
  appearance: checkbox;
}
[type="radio"] {
  -webkit-appearance: radio;
  appearance: radio;
}
/**
 * Correct cursors for clickable elements.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  cursor: pointer;
}

button:disabled,
[type="button"]:disabled,
[type="reset"]:disabled,
[type="submit"]:disabled {
  cursor: default;
}
/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}
/**
 * Remove padding
 */

option {
  padding: 0;
}
/**
 * Reset to invisible
 */

fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}
/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}
/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}
/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Correct the outline style in Safari.
 */
[type="search"] {
  outline-offset: -2px; /* 1 */
}
/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}
/**
 * Clickable labels
 */

label[for] {
  cursor: pointer;
}
/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}
/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}
/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}
/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/

table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}
/* END ãªã»ããCSS */


/* Base ===== */

body{
    font-family: "Hiragino Kaku Gothic ProN",
    "Helvetica Neue",
    Arial,
    "Hiragino Sans",
    Meiryo,
    sans-serif;
}

h1,h2,h3,h4,h5,h6,p,span,li{
    color: #515050;
}

h1,h2,h3,h4,h5,h6{
    font-family: -apple-system, YuGothic, "Yu Gothic Medium", "Yu Gothic", sans-serif;
}

h2 span{
	font-family: -apple-system, YuGothic, "Yu Gothic Medium", "Yu Gothic", sans-serif;
}


a:hover{
    opacity: .8;
    cursor: pointer;
}

.wrapper{
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
    position: relative;
}


/* Component ===== */

.img_container{
    width: 100%;
    display: block;
}
.img_container img{
    width: 100%;
}

.bk-color__pink{
    background: #FC817B;
}

.bk-color__green{
    background: #81A43F;
}

.cta{
    display: block;
    position: relative;
    width: 100%;
    max-width: 270px;
    height: 50px;
    border-radius: 25px;
    margin: 0 auto;
}


.cta-text{
    font-size: 16px;
    color: #fff;
	font-weight: 600;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.circle-arrow{
    width: 25px;
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
}

.txt-color_pink{
    color: #FC817B;
    font-weight: bold;
}

.underline_yellow{
    /*position: relative;*/
    padding-bottom: 3px;
    background: linear-gradient(transparent 88%, #FFD93D 0%);
}

.underline_pink{
    padding-bottom: 3px;
    background: linear-gradient(transparent 95%, #FC817B 0%);
}

.pc_br{
    display: none;
}




/* header ===== */
header{
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    height: 60px;
    padding: 16px 0 16px 11px;
    background: #fff;
    position: fixed;
    top: 0;
    z-index: 999;
}

.logo-box{
    width: 43%;
}


.menu-box{
    display: flex;
    align-items: center;
}

.header_cta{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100px;
    height: 40px;
    border: 1px solid #81A43F;
    margin-right: 13px;
    position: relative;
    padding-top: 6px;
    padding-left: 6px;
}
.header_cta::before{
    content: "";
    width: 100px;
    height: 40px;
    border: 1px solid #81A43F;
    position: absolute;
    top: 3px;
    left: 3px;
}

.header_cta .header_cta-txt{
    font-size: 12px;
    color: #81A43F;
    position: relative;
    margin-right: 3px;
}

 .img_container.send{
    width: 14px;
    margin-top: -4px;
}

.menu-btn{
    width: 60px;
    height: 60px;
    background-color: #81A43F;
    position: relative;
}
.menu-btn:hover{
    cursor: pointer;
}

.menu-container{
    width: 33px;
    height: 23.5px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.menu-inner{
    position: relative;
    width: 100%;
    height: 100%;
}

.menu_border{
    display: block;
    width: 100%;
    height: 1px;
    background: #fff;
    position: absolute;
    transition: .5s;
}
.menu_border:first-child{
    top:0;
}
.menu_border:nth-child(2){
    top: 8px;
}

.menu_text{
    font-size: 12px;
    color: #fff;
    padding-top: 3px;
    position: absolute;
    bottom: -2px;
    transition: .5s;
}

/*menuãã¿ã³ ã¢ã¯ãã£ãæ*/
body.fixed{
    overflow: hidden;
}
.menu-btn.active .menu_border:first-child{
    transform: rotate(-45deg);
    top: 5px
}
.menu-btn.active .menu_border:nth-child(2){
    transform: rotate(45deg);
    top: 5px;
}
.menu-btn.active .menu_text{
    bottom: -10px;
}


/*nav*/
.nav_wrap {
    display: none;
    position: fixed;
    top: 60px;
    left: 0;
    width: 100%;
    height: 100vh;
    padding: 25px 5%;
    background: rgba(255,255,255,.95);
    overflow-y: scroll;
}
@media(min-width:600px){
    .nav_wrap{
        max-width: 600px;
        left: 50%;
        transform: translateX(-50%);
    }
}

.nav-lists{
	height: calc(100vh + 60px);
}

.nav-lists li{
    padding-left: 5px;
    border-bottom: 1px solid #707070;
    position: relative;
}

.nav-lists li::before,
.nav-lists li::after{
    content: "";
    display: block;
    background: #81A43F;
    position: absolute;
}

.nav-lists li::before{
    width: 35px;
    height: 1px;
    top: 50%;
    right: 21px;
    transform: translate(0 , -50%);
}
.nav-lists li::after{
    width: 8px;
    height: 8px;
    border-radius: 50%;
    top: 50%;
    right: 13px;
    transform: translate(0 , -50%);
}

.nav-lists li a{
    display: block;
    padding-top: 20px;
    padding-bottom: 20px;
	font-size: 16px;
}

.nav-lists li a span{
	font-size: 16px;
}



/*MV*/
.mv{
    padding: 60px 0 0;
}

/*lp_ver3 è¿½è¨ */

.mv_ver3{
	padding: 60px 0 0;
}



/* FVä¸ååéå®ä½é¨ã³ã¼ã¹ */

.first-campaign{
    padding: 33px 0 24px;
}


.first-campaign.ver3{
	 padding: 58px 0 24px;
}


.first-campaign .inner{
    padding: 0 5%;
}

.first-campaign_container{
    border: 1px solid #FC817B;
    padding: 44px 11px 16px;
    position: relative;
}

.campaign-microcopy_container{
    position: absolute;
    top: -23px;
    left: 50%;
    transform: translateX(-50%);
}

.campaign-microcopy{
    font-size: 18px;
	font-weight: 600;
    color: #fff;
    letter-spacing: 0.05em;
    background-color: #FC817B;
    padding: 12px 32px;
    width: 255px;
    text-align: center;
    display: block;
    position: relative;
    font-family: "Hiragino Mincho Pro", "æ¸¸ææ", "Yu Mincho", YuMincho, serif;
}
.campaign-microcopy::before,
.campaign-microcopy::after{
    position: absolute;
    top: 0;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
}
.campaign-microcopy::before{
    left: -1px;
    border-width: 22.35px 0 22.35px 20.4px;
    border-color: transparent transparent transparent #ffffff;
}
.campaign-microcopy::after{
    right: -1px;
    border-width: 22.35px 20.4px 22.35px 0;
    border-color: transparent #ffffff transparent transparent;
}

.border-pink{
    display: block;
    background-color: #FC817B;
    height: 1px;
    width: 30px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.border-pink:first-child{
    left: -3px;
}
.border-pink:nth-child(2){
    right: -3px;
    z-index: 1;
}

.campaign-title{
    text-align: center;
    font-size: 22px;
    letter-spacing: 0.075em;
    color: #FC817B;
    font-weight: bold;
    margin-bottom: 20px;
}

.campaign-discount{
    display: flex;
    justify-content: center;
    align-items: center;
}

.existing_price{
    display: block;
    font-size: 18px;
    letter-spacing: 0.05em;
    font-weight: 600;
    color: #FC817B;
    margin-right: 15px;
    position: relative;
}
.existing_price::before{
    content: "";
    width: 110%;
    height: 1px;
    background-color: #515050;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.discount_ratio{
    display: block;
    background-color: #81A43F;
    color: #fff;
    padding: 3px 6px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 18px;
}

.discount_price-container{
    text-align: center;
    margin-bottom: 28px;
}

.discount_price{
    display: inline-block;
    width: fit-content;
    margin: 10px auto 0;
    font-size: 22px;
    letter-spacing: 0.05em;
    color: #81A43F;
    font-weight: 600;
    text-align: center;
    position: relative;
}
.discount_price .expansion-text{
    font-size: 30px;
    color: #81A43F;
}
.discount_price::before{
    content: "";
    width: 100%;
    height: 4px;
    background-color: #FFD93D;
    position: absolute;
    bottom: 1px;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
}

.campaign-menu{
    border: 1px solid #81A43F;
    padding: 27px 10px;
    position: relative;
    margin-bottom: 10px;
}

.campaign-menu_title{
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 0.05em;
    background-color: #fff;
    padding: 4px 8px;
    position: absolute;
    top: -17px;
    left: 50%;
    transform: translateX(-50%);
}

.campaign-menu_wrap{
    text-align: center;
    margin-bottom: 15px;
}

.campaign-menu_wrap span{
    display: inline-block;
    font-size: 18px;
    background-color: #81A43F;
    color: #fff;
    font-family: "Hiragino Mincho Pro", "æ¸¸ææ", "Yu Mincho", YuMincho, serif;
    padding: 5px 0;
}
.campaign-menu_wrap span.counseling{
    padding: 5px 9px;
    margin-bottom: 8px;
}
.campaign-menu_wrap span.beauty_acupuncture,
.campaign-menu_wrap span.manipulative{
    padding: 5px 0 4px;
    width: 87px;
    text-align: center;
}

.campaign-menu_wrap span.beauty_acupuncture{
    margin-right: 8px;
}

.campaign-menu_time_container{
    text-align: center;
}

.campaign-menu_time{
    font-size: 20px;
    font-weight: bold;
    font-family: -apple-system, YuGothic, "Yu Gothic Medium", "Yu Gothic", sans-serif;
}


/* ãããªãæ©ã¿ããã¾ãããï¼ */

.worries-section{
    background: #A1C755;
    padding: 60px 0 0;
    position: relative;
}

.worries_woman{
    width: 15.2%;
    position: absolute;
    top: 8px;
    right: 7px;
}

@media(min-width: 400px){
    .worries_woman{
        width: 15.2%;
        top: 2%;
        right: 5%;
    }
}

@media(max-width: 390px){
    .worries_woman{
       width: 15%;
		top: 21px;
    }
}

.worries-title{
    display: inline-block;
    font-size: 22px;
    font-weight: bold;
    color: #fff;
    padding-left: 10px;
    padding-bottom: 10px;
    margin-bottom: 47px;
    background-image: repeating-linear-gradient(280deg, transparent 0 4px, #fff 1px 6px);
    background-repeat: no-repeat;
    background-size: 100% 0.5rem;
    background-position: bottom;
}
.worries-title .expansion-text{
    font-size: 30px;
    color: #fff;
    letter-spacing: 0.05em;

}

.worries-section .inner{
    padding: 0 5%;
}

.worries-wrap{
    width: 100%;
    background: #fff;
    padding: 35px 21px;
    border-radius: 5px;
}

.worries-lists li{
    font-size: 16px;
    display: flex;
    letter-spacing: 0.05em;
}

.worries-lists li:not(:last-child){
    margin-bottom: 17px;
}

.worries-lists li .check{
    width: 18px;
    margin-right: 9px;
}

.worries-lists li span{
    display: block;
    width: calc(100% - 18px);
    line-height: 24px;
    margin-top: -2px;
}

.aging-text{
    color: #fff;
    font-weight: bold;
    text-align: center;
    margin-top: 25px;
    padding-bottom: 5px;
    line-height: 1.5;
    font-size: 16px;
}

@media(min-width: 400px){
    .aging-text{
        font-size: 18px;
    }
}



/*ãããã®ãæ©ã¿ã®è§£æ±ºã¯
ããªããã¥ã¬ã«ãä»»ããã ããã*/

.resolution-section{
    padding: 95px 0 55px;
    position: relative;
}

@media(min-width: 450px){
    .resolution-section{
        padding: 120px 0 55px;
    }
}

.section-arrow{
    position: absolute;
    left: 0;
    top: -1px;
}

.resolution-title{
    text-align: center;
    font-size: 21px;
    font-weight: bold;
    margin-bottom: 28px;
}

.resolution-text_wrap{
    padding: 0 5% 24px;
}

.resolution-text_wrap p{
    font-size: 16px;
    letter-spacing: 0.075em;
    line-height: 1.5;
    padding: 13px 0;
    position: relative;
}
.resolution-text_wrap p::before,
.resolution-text_wrap p::after{
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-image: linear-gradient(to right, #000, #000 10px, transparent 10px, transparent 20px);
    background-size: 20px 1px;
    background-repeat: repeat-x;
    position: absolute;
    left: 0;
}
.resolution-text_wrap p::before{
    top:0;
}
.resolution-text_wrap p::after{
    bottom: 0;
}

.resolution-text_wrap p .txt-color_pink{
    font-weight: bold;
}

.result-text{
    padding: 0 5%;
    text-align: center;
    font-size: 20px;
    letter-spacing: 0.1em;
    line-height: 1.5;
    font-family: -apple-system, YuGothic, "Yu Gothic Medium", "Yu Gothic", sans-serif;
    font-weight: bold;
    margin-bottom: 28px;
}

.result-text span{
	font-family: -apple-system, YuGothic, "Yu Gothic Medium", "Yu Gothic", sans-serif;
	font-size: 20px;
	font-weight: bold;
}

@media(min-width:410px ){
    .result-text{
        line-height: 1.7;
    }
    .result-text .pc_br{
        display: block;
    }
}

@media(max-width:392px ){
	.result-text,
	.result-text span{
		font-size: 5vw;
	}
	.result-text span.minus_five{
		font-size: 6.5vw;
	}
}



.result-text span.minus_five{
    color: #FC817B;
    font-size: 26px;
}

.change-appearance_img{
    width: 100%;
    margin-bottom: 20px;
    position: relative;
}

.change-appearance_img .change-appearance{
    width:85.2%;
    margin: 0 0 0 auto;
}

.change-appearance-title .band-container{
    position: absolute;
    bottom: 16px;
}

.change-appearance-title .band{
    display: inline-block;
    font-size: 5.6vw;
    padding: 1.9rem;
    color: #fff;
    font-weight: bold;
    background: #A1C755;
    position: relative;
}

@media(min-width:475px){
    .change-appearance-title .band{
        font-size: 33px;
    }
}


.change-appearance_comment{
    width: 98.9%;
    position: absolute;
    top: -70px;
    right: -10px;
}

@media(min-width:475px){
    .change-appearance_comment{
        top: -90px;
    }
}

@media(max-width:340px){
    .change-appearance_comment{
        top: -65px;
    }
}

.change-appearance_lists-container{
    width: 95%;
    background: #FCE9E8;
    padding: 33px 5.6%;
    border-radius: 0 5px 5px 0;
    margin-bottom: 35px;
}

.change-appearance_lists li{
    display: flex;
}
.change-appearance_lists li:not(:last-child){
    margin-bottom: 15px;
}

.change-appearance_lists li .check{
    width: 20px;
    margin-right: 7px;
	margin-top: 2px;
}

.change-appearance_lists li span{
    display: block;
    margin-top: -1px;
    width: calc(100% - 20px);
    line-height: 1.5;
    letter-spacing: 0.05em;
	font-size: 16px;
}



.change-inner_img{
    width: 100%;
    margin-bottom: 20px;
    position: relative;
}

.change-inner_img .change-inner{
    width:85.2%;
    margin: 0 auto 0 0;
}

.change-inner-title .band-container{
    position: absolute;
    right: 0;
    bottom: 16px;
}

.change-inner-title .band{
    display: inline-block;
    font-size: 5.6vw;
    padding: 1.2rem;
    color: #fff;
    font-weight: bold;
    background: #FC817B;
    position: relative;
    padding: 19px 35px;
}

@media(min-width:475px){
    .change-inner-title .band{
        font-size: 33px;
    }
}

.change-inner_comment{
    width: 80%;
    position: absolute;
    top: -90px;
    left: 50%;
    transform: translateX(-50%);
}

@media(min-width:475px){
    .change-inner_comment{
        top: -120px;
    }
}

@media(max-width:360px){
    .change-inner_comment{
        top: -85px;
    }
}

.change-inner_lists-container{
    width: 95%;
    background: #A1C755;
    padding: 33px 5.6%;
    border-radius: 0 5px 5px 0;
    margin-bottom: 35px;
}


.change-inner_lists li{
    display: flex;
}
.change-inner_lists li:not(:last-child){
    margin-bottom: 15px;
}

.change-inner_lists li .check{
    width: 20px;
    margin-right: 7px;
	margin-top: 2px;
}

.change-inner_lists li span{
    display: block;
    margin-top: -1px;
    width: calc(100% - 20px);
    line-height: 1.5;
    letter-spacing: 0.05em;
    color: #fff;
	font-size: 16px;
}


/* ç¾å®¹é¼ã®å¹æãæå¤§éå®æããã ãããã«ã¯ */

.maximum-effect{
    padding: 0 0 56px;
}


.maximum-effect_title{
    font-family: "Hiragino Kaku Gothic ProN","Helvetica Neue",Arial,"Hiragino Sans",Meiryo,sans-serif;
    font-size: 20px;
    letter-spacing: 0.05em;
    line-height: 1.5;
    font-weight: 600;
    text-align: center;
    padding-bottom: 5px;
    margin-bottom: 32px;
    position: relative;
}
.maximum-effect_title::after{
    content: "";
    width: 64px;
    height: 3px;
    background: #FFD93D;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}


.maximum-effect_title .dot {
    position: relative;
    color: #FC817B;
    font-size: 24px;
}
.maximum-effect_title .dot::before{
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #FC817B;
    position: absolute;
    top: -10px;
    left: 50%;
    transform: translateX(-50%);
}

/* ä¿®æ­£ç®æ 240323 */
/* .maximum-effect-text_box{
    padding: 0 5%;
    margin-bottom: 40px;
} */

/* ä¿®æ­£ç®æ 240323 */
/* .maximum-effect-text_box p{
    border: 1px solid #FC817B;
    padding: 4.3%;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0.05em;
} */

.subscription_wrap{
    padding-bottom: 70px;
}

.market-price_text{
    padding: 0 5%;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: 0.05em;
    margin-bottom: 25px;
}

.border-arrow{
    width: 20.8%;
    margin: 0 auto 25px;
}

.subscription_text {
    text-align: center;
    font-size: 18px;
    line-height: 1.5;
}

.subscription_text.text-bold{
    font-weight: 600;
    margin-bottom: 25px;
}

.subscription-price{
    font-size: 22px;
    font-weight: 600;
    color: #FC817B;
    text-align: center;
    margin-bottom: 25px;
}

.subscription_disc{
    margin-top: 33px;
    padding: 0 5%;
    line-height: 1.5;
    letter-spacing: 0.05em;
	font-size: 16px;
}

.subscription_disc .txt-color_pink{
    font-size: 24px;
    font-weight: 600;
}

.combination_wrap{
    padding: 0 5%;
    margin:  27px 0;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

@media(min-width: 450px){
    .combination_wrap{
        max-width: 450px;
        margin:  27px auto 0;
    }
}


.combination{
    background-color: #81A43F;
    color: #fff;
    padding: 14px 0;
    text-align: center;
    width: calc((100% / 2) - 8px);
    border-radius: 5px;
	font-size: 16px;
	font-weight: 600;
	letter-spacing: 0.05em;
	font-weight: bold;
}
.combination:first-child{
    margin-right: 8px;
}
.combination:last-child{
    margin-top: 8px;
}

.easy-point_title{
    text-align: center;
    background: #81A43F;
    padding: 25px 10px;
    margin-bottom: 40px;
    position: relative;
}

.easy-point_title span{
    font-size: 22px;
    color: #fff;
    font-weight: bold;
}

.repeat-ratio{
    position: absolute;
    width: 29.5%;
    top: -50px;
}

@media(min-width: 450px){
    .repeat-ratio{
        width: 23%;
        left: 8%;
    }
}

.easy-point_container{
    padding: 0 5%;
}
.easy-point_container:first-of-type{
    margin-bottom: 40px;
}

.easy-point-count{
    display: inline-block;
    font-family: 'Montserrat', sans-serif;
    background: #81A43F;
    padding: 5px 12px 3px;
    color: #fff;
    border-radius: 3px;
    margin-bottom: 10px;
	font-size: 16px;
	font-weight: bold;
}

.easy-point_subtitle{
    font-size: 20px;
    font-weight: bold;
    line-height: 1.5;
    color: #FC817B;
    letter-spacing: 0.05em;
    margin-bottom: 15px;
}

.easy-point_text{
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0.075em;
}

.comparison-price{
    margin-top: 15px;
    padding: 16px 12px;
    box-shadow: 0 0 6px 1px rgba(0, 0, 0, .1);
}



/* ããªããã¥ã¬ã®ç¹å¾´ */

.feature-title{
    text-align: center;
}

.choice-container{
    padding: 10px 12px;
    background: #81A43F;
    display: inline-block;
    border-radius: 3px;
}

.choice-text{
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    letter-spacing: 0.075em;
    line-height: 1.5;
}

.choice-text .dot{
    position: relative;
    color: #FFD93D;
    font-size: 20px;
}
.choice-text .dot::before{
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #fff;
    position: absolute;
    top: -5px;
    left: 50%;
    transform: translateX(-50%);
}

.feature-title_text{
    display: block;
    background: #FCE9E8;
    padding: 38px 0 20px;
    font-size: 22px;
    font-weight: bold;
    letter-spacing: 0.075em;
    margin-top: -21px;
}

.feature-wrap{
    padding: 93px 5% 60px;
}

.feature-container{
    width: 100%;
    padding: 38px 6.8% 25px;
    box-shadow: 0 0 5px 4px rgba(0, 0, 0, .1);
    margin-bottom: 80px;
    position: relative;
}
.feature-container:last-child{
    margin-bottom: 0;
}

.ribon{
    display: inline-block;
    padding: 22px 34px 20px 14px;
    background-image: url("https://hari-nature.com/wp-content/themes/hari_nature/img/lp/feature-ribon.svg");
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: left;
    position: absolute;
    top: -32px;
    left: 0;
}

.ribon span{
    font-size: 18px;
    color: #fff;
    font-weight: bold;
    letter-spacing: 0.075em;
}

.feature-micro-copy{
    width: 22.3%;
    position: absolute;
    top: -47px;
    right: 9px;
}

@media(min-width: 400px){
    .feature-micro-copy{
        width: 20%;
        top: -8%;
    }
}
@media(min-width: 450px){
    .feature-micro-copy{
        width: 90px;
        top: -11%;
    }
}

.feature-subtitle{
    font-size: 20px;
    color: #81A43F;
    letter-spacing: 0.05em;
    font-weight: bold;
    margin-bottom: 15px;
	line-height: 1.5;
}

.feature-text{
    margin-top: 25px;
    font-size: 16px;
    letter-spacing: 0.05em;
    line-height: 1.7;
}


/*ååéå®ã³ã¼ã¹ã®ãæ¡å*/


.first-offer_headtxt{
    background: #FC817B;
    padding: 20px 5px;
    text-align: center;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    letter-spacing: 0.05em;
    line-height: 1.5;
    margin-bottom: 40px;
}

.first-offer_text{
    padding: 0 5%;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 0.01em;
    line-height: 1.7;
    text-align: center;
}

.first-offer_text .txt-color_pink{
    font-size: 23px;
}

.first-offer-arrow{
    max-width: 450px;
    margin: 35px auto 40px;
    padding: 0 5%;
}

.first-offer_image{
    position: relative;
}

.first-offer_title{
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    font-family: "Hiragino Mincho Pro", "æ¸¸ææ", "Yu Mincho", YuMincho, serif;
    background: #A1C755;
    padding: 10px 12px;
    color: #fff;
    letter-spacing: 0.1em;
    font-size: 22px;
    font-weight: 600;
    position: absolute;
    top: 0;
    left: 20px;
}

@media(min-width: 450px){
    .first-offer_title{
        font-size: 24px;
    }
}

@media(max-width: 380px){
    .first-offer_title{
        font-size: 20px;
    }
}

@media(max-width: 350px){
    .first-offer_title{
        font-size: 18px;
    }
}

.first-guide{
    font-family: -apple-system, YuGothic, "Yu Gothic Medium", "Yu Gothic", sans-serif;
    font-size: 20px;
    font-weight: bold;
    color: #81A43F;
    background: #fff;
    padding: 11px 7px;
    position: absolute;
    bottom: 0;
    left: 0;
}

@media(min-width: 400px){
    .first-guide{
        font-size: 28px;
    }
}

@media(max-width: 350px){
    .first-guide{
        font-size: 18px;
    }
}

.first-offer_bk{
    padding: 30px 5% 0;
    background: #FCE9E8;
}

.fukidashi-wrap{
    margin-bottom: 30px;
}

.fukidashi{
    width: 50%;
    position: relative;
}
.fukidashi:first-child{
    margin: 0 auto 0 0;
}
.fukidashi:last-child{
    margin: -55px 0 0 auto;
}

.fukidashi p{
    font-family: -apple-system, YuGothic, "Yu Gothic Medium", "Yu Gothic", sans-serif;
    width: 100%;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0.05em;
    line-height: 1.7;
}

.first-trial_text{
    text-align: center;
    font-family: -apple-system, YuGothic, "Yu Gothic Medium", "Yu Gothic", sans-serif;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0.075em;
    line-height: 1.7;
}

.first-trial_banner{
    text-align: center;
    margin: 20px 0;
}
.first-trial_banner span{
    font-family: "Hiragino Mincho Pro", "æ¸¸ææ", "Yu Mincho", YuMincho, serif;
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    letter-spacing: 0.05em;
    line-height: 1.5;
    padding: 13px 20px;
    background: #81A43F;
}

.first-time-comment{
    margin: 32px 0 0;
    background: #fff;
    border: 1px solid #FC817B;
    padding: 30px 18px;
    position: relative;
}

.first-time-check{
    width: 9%;
    position: absolute;
    left: 18px;
    top: -17px;
}

.first-time-comment p{
    font-size: 16px;
    line-height: 1.7;
    letter-spacing: 0.01em;
}

.first-time-ticket{
    margin: 35px 0 0;
    transition: opacity 0.3s ease 0s;
}

.first-time_desc{
    margin: 30px 0 0;
    text-align: center;
    font-size: 16px;
    letter-spacing: 0.01em;
    line-height: 1.7;
}

.first-time-menu_wrap{
    display: flex;
    justify-content: center;
    background: #FCE9E8;
    padding: 40px 0 0;
}

.first-time-menu{
    width: calc((100% / 3) - 6px);
    margin: 0 3px;
}
.first-time-menu:nth-child(2){
    margin: 0 ;
}

.first-time-menu_title{
    font-family: "Hiragino Mincho Pro", "æ¸¸ææ", "Yu Mincho", YuMincho, serif;
    text-align: center;
    width: 95%;
    background: #81A43F;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.05em;
    color: #fff;
    margin: 0 auto 10px;
    padding: 9px 0;
    border-radius: 5px;
}

.first-time-menu_image{
    margin-bottom: 10px;
}

.first-time-menu p{
    padding: 0 3px;
    font-size: 12px;
    line-height: 1.6;
}


.first-time-offer_wrap{
    background: #FCE9E8;
    padding: 35px 0 60px;
}

.first-time-offer{
    width: 95%;
    background-color: #fff;
    border-radius: 0 5px 5px 0;
    padding: 35px 19px 25px;
    margin-bottom: 40px;
    position: relative;
    display: block;
    transition:  0.3s ease 0s;
}

.first-time-offer::before{
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    border: 2px solid #81A43F;
    border-radius: 0 5px 5px 0;
    position: absolute;
    top: 5px;
    left: 5px;
}

@media(min-width: 394px){
    .first-time-offer{
        max-width: 374px;
    }
}

@media(min-width: 450px){
    .first-time-offer{
        margin: 0 auto 40px;
    }
}

.standard-price{
    display: inline-block;
    font-size: 18px;
    color: #FC817B;
    font-weight: 600;
    letter-spacing: 0.05em;
    margin-right: 6px;
}

.discount_ratio-tag{
    display: inline-block;
    font-family: 'Montserrat', sans-serif;
    text-align: center;
    font-size: 20px;
    color: #fff;
    font-weight: bold;
    background: #81A43F;
    padding: 4px 8px;
    transform:translateY(-6px) rotate(9deg);
}

.first-time-price{
    display: inline-block;
    font-size: 26px;
    letter-spacing: 0.05em;
    font-weight: 600;
    color: #81A43F;
    position: relative;
    z-index: 2;
}
.first-time-price::before{
    content: "";
    width: 100%;
    height: 4px;
    background-color: #FFD93D;
    position: absolute;
    bottom: 1px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
}

.first-time-price .font-size-big{
    font-size: 32px;
    letter-spacing: 0.05em;
    color: #81A43F;
}

.first-time-offer_text{
    display: block;
    margin-top: 13px;
    font-size: 20px;
}

@media(max-width: 387px){
    .standard-price{
        font-size: 4.1vw;
    }
    .discount_ratio-tag{
        font-size: 4.5vw;
    }
    .first-time-price{
        font-size: 6.3vw;
    }
    .first-time-price .font-size-big{
        font-size: 8vw;
    }
    .first-time-offer_text{
        font-size: 4.5vw;
    }
}

@media(max-width: 360px){
    .first-time-menu_title{
        font-size: 3.8vw;
    }
}



.first-time-offer_wrap .cta-text{
    width: fit-content;
    white-space: nowrap;
    padding-right: 10px;
    letter-spacing: 0.05em;
}



/*æ½è¡ã®æµã*/

section#flow.flow-section{
    background: #A1C755;
    padding: 84px 0 60px !important;
}

.flow-section .inner{
    padding: 0 5%;
}

.flow-title{
    letter-spacing: 0.075em;
    text-align: center;
    margin-bottom: 30px;
    position: relative;
}
.flow-title span{
    color: #fff !important;
	font-size: 22px;
	font-weight: bold;
}
.flow-title::before{
    content: "";
    display: block;
    width: 1px;
    height: 40px;
    background: #FFD93D;
    position: absolute;
    top: -46px;
    left: 50%;
    transform: translateX(-50%);
}

.flow{
    display: flex;
    margin-bottom: 40px;
    position: relative;
}
.flow:last-child{
    margin-bottom: 0;
}

.flow::before{
    content: "";
    width: 5px;
    height: calc(100% - 65px);
    position: absolute;
    bottom: 0;
    left: 26px;
    background: radial-gradient(circle farthest-side, #fff, #fff, 25%, transparent 25%, transparent 25%, transparent 25%);
    background-size: 5px 20px;
    background-repeat: space;
}

.step{
    font-family: 'Montserrat', sans-serif;
    height: fit-content;
    font-size: 14px;
    letter-spacing: 0.05em;
    font-weight: bold;
    text-align: center;
    border: 1px solid #fff;
    padding: 5px 8px;
    color: #fff;
    margin-right: 16px;
}

.step .font-size-big{
    font-size: 18px;
    color: #fff;
}

.flow-content {
    padding: 11px 0 15px;
}

.flow_subtitle{
    font-size: 20px;
    color: #fff;
    font-weight: bold;
    letter-spacing: 0.05em;
    margin-bottom: 13px;
}

.flow_desc{
	font-family: -apple-system, YuGothic, "Yu Gothic Medium", "Yu Gothic", sans-serif;
    margin-top: 15px;
    font-size: 16px;
    color: #fff;
    letter-spacing: 0.05em;
    line-height: 1.7;
}


/*ãå®¢ãã¾ã®å£°*/

.voice-section{
    padding: 60px 0 !important;
    background: #FFF9DE !important;
}

.voice-section .inner{
    padding: 0 5%;
}

.voice-title{
    display: inline-block;
    padding: 18px 37px 20px;
    background-image: url("https://hari-nature.com/wp-content/themes/hari_nature/img/lp/voice-title-bk.svg");
    background-size: 100%;
    background-repeat: no-repeat;
}

.voice-title span{
    display: block;
    font-size: 22px;
    font-weight: bold;
    letter-spacing: 0.075em;
    margin-top: -2px;
}

.voice-achievement_wrap{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 30px;
    margin-bottom: 40px;
}

.voice-achievement{
    width: calc((100% / 2) - 10px);
    margin-bottom: 12px;
}

.voice-achievement:first-child{
    margin-right: 10px;
}

.voice-share_text{
    font-size: 18px;
    letter-spacing: 0.01em;
    line-height: 1.7;
    margin-bottom: 72px;
}

.voice-share_text .txt-color_pink{
    font-size: 22px;
    font-weight: 600;
}

.voice-share-title_wrap{
    text-align: center;
    margin-bottom: 20px;
}

.voice-share-title{
    display: inline-block;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 0.075em;
    line-height: 1.7;
    position: relative;
}

.voice-share_fukidashi{
    width: 39%;
    position: absolute;
    top: -60px;
    right: -18px;
}

.voice_wrap{
    margin-bottom: 45px;
}

.voice{
    margin-bottom: 13px;
}

.voice:last-child{
    margin-bottom: 0;
}

.voice_slider{
    width: 91%;
    margin: 0 auto;
}

@media(max-width: 375px){
    .voice_slider{
        width: 85%
    }
}

.slide-arrow {
    background-color: transparent;
    bottom: 0;
    height: 25px;
    margin: auto;
    position: absolute;
    top: 0;
    width: 25px;
  }
  .prev-arrow {
    background-image: url("https://hari-nature.com/wp-content/themes/hari_nature/img/lp/prev-arrow.svg");
    background-size: contain;
    left: -30px;
  }
  .next-arrow {
    background-image: url("https://hari-nature.com/wp-content/themes/hari_nature/img/lp/next-arrow.svg");
    background-size: contain;
    right: -30px;
  }
  button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    padding: 0;
  }

  .slick-num{
    text-align: center;
  }

/*åºèä¸è¦§*/


.shop-section{
    padding: 60px 0 40px;
}

.inner{
    padding: 0 5%;
}

.shop-title{
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    letter-spacing: 0.075em;
    padding-bottom: 10px;
    margin-bottom: 33px;
    position: relative;
}

.shop-title::before{
    content: "";
    display: block;
    width: 48px;
    height: 2px;
    background: #81A43F;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%,0);
}

.area-title{
    padding: 10px 0 10px 18px;
    margin-bottom: 35px;
    background: #81A43F;
    position: relative;
}

.area-title span{
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0.075em;
    color: #fff;
}

.area-title::before,
.area-title::after{
    content: "";
    display: block;
    background: #fff;
    position: absolute;
    transition: .5s;
}

.area-title::before{
    width: 20px;
    height: 1px;
    top: 50%;
    right: 18px;
    transform: translate(0, -50%);
}
.area-title::after{
    width: 1px;
    height: 20px;
    top: 50%;
    right: 27px;
    transform: translate(0, -50%);
}

.area-title.active::before{
   opacity: 0;
}
.area-title.active::after{
    transform: translate(0, -50%) rotate(90deg);
}



.area-lists{
    display: none;
}



.area-container{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-bottom: 20px;
}


.area-card{
    width: calc((100% / 2) - 8px);
    margin-bottom: 35px;
    padding-bottom: 45px;
    position: relative;
}

.shop-image_wrap{
    position: relative;
}

.shop-image_wrap a{
    display: block;
    font-size: 10px;
    padding: 3px 10px 2px;
    color: #fff;
    background: #FD9994;
    text-align: center;
    position: absolute;
    bottom: 0;
    right: 0;
}

.shop-image_wrap .reserve-text{
	display: block;
    font-size: 10px;
    padding: 3px 10px 2px;
    color: #fff;
    background: #FD9994;
    text-align: center;
    position: absolute;
    bottom: 0;
    right: 0;
}

.shop-name{
    font-size: 14px;
    margin: 15px 0 5px;
    font-weight: bold;
    line-height: 1.6;
}

.shop-detail{
    font-size: 12px;
    line-height: 1.6;
}

.shop-cta_container{
    display: block;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
}

.shop-cta{
    display: block;
    width: 100%;
    text-align: center;
    background: #81A43F;
    height: 35px;
    border-radius: 17px;
    margin-top: 10px;
    position: relative;
}

.shop-cta span{
    display: block;
    color: #fff;
    font-size: 16px;
    white-space: nowrap;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.shop-cta::before{
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px 0 4px 6.9px;
    border-color: transparent transparent transparent #ffffff;
    position: absolute;
    top: 50%;
    right: 30px;
    transform: translate(0, -50%);
}

@media(max-width: 370px){
    .shop-cta::before{
        right: 15px;
    }
}


/*ããããè³ªå*/

.faq-section{
    padding: 60px 0;
}

.faq-title{
    text-align: center;
}

.faq-title span{
    font-size: 22px;
    font-weight: bold;
    letter-spacing: 0.075em;
    position: relative;
}

.faq-title span::before{
    content: "";
    display: block;
    width: 38px;
    height: 31px;
    background-image: url("https://hari-nature.com/wp-content/themes/hari_nature/img/lp/faq-title-icon.svg");
    background-size: 100%;
    background-repeat: no-repeat;
    position: absolute;
    top: -27px;
    right: -31px;
}

.faq-wrap{
    margin-top: 32px;
}

.faq-container{
    margin-bottom: 25px;
}

.question{
    display: flex;
    padding: 12px 15% 12px 19px;
    background: #A1C755;
    position: relative;
}

.question::before,
.question::after{
    content: "";
    display: block;
    background: #fff;
    position: absolute;
    transition: .5s;
}

.question::before{
    width: 20px;
    height: 1px;
    top: 50%;
    right: 18px;
    transform: translate(0, -50%);
}
.question::after{
    width: 1px;
    height: 20px;
    top: 50%;
    right: 27px;
    transform: translate(0, -50%);
}

.question.active::before{
    opacity: 0;
}

.question.active::after{
    transform: translate(0, -50%) rotate(270deg);
}

.question span{
    font-size: 18px;
    line-height: 1.7;
    letter-spacing: 0.05em;
    display: block;
    color: #fff;
}

.q-head{
    margin-right: 3px;
}

.answer-text{
    display: none;
    padding: 20px 4.4%;
    font-size: 16px;
    letter-spacing: 0.05em;
    line-height: 1.5;
}

/*ã¯ã­ã¼ã¸ã³ã°*/

.closing-section{
    padding:0 0 60px;
}

.closing_title{
    text-align: center;
    margin-bottom: 40px;
}

.closing-notes{
    display: inline-block;
    font-family: "Hiragino Kaku Gothic ProN","Helvetica Neue",Arial,"Hiragino Sans",Meiryo,sans-serif;
    background: #FC817B;
    color: #fff;
    padding: 13px 25px;
    font-size: 20px;
    font-weight: bold;
}

.closing-title_text{
    display: block;
    background: #81A43F;
    font-size: 22px;
    letter-spacing: 0.075em;
    line-height: 1.7;
    color: #fff;
    padding: 40px 10px 26px;
    margin-top: -30px;
    font-weight: bold;
}

.closing-image{
    margin-bottom: 35px;
}

.closing-discount_container .txt-color_pink{
    margin-right: 6px;
	font-size: 16px;
}

.closing-text{
    font-size: 20px;
    letter-spacing: 0.05em;
    line-height: 1.7;
    margin-bottom: 14px;
}

.closing-text .txt-color_pink{
    display: inline-block;
    font-size: 18px;
    color: #FC817B;
    font-weight: 600;
    letter-spacing: 0.05em;
    margin-right: 6px;
}

.closing-discount-tag{
    display: inline-block;
    font-family: 'Montserrat', sans-serif;
    text-align: center;
    font-size: 20px;
    color: #fff;
    font-weight: bold;
    background: #81A43F;
    padding: 4px 8px;
    transform: translateY(-6px) rotate(9deg);
}

.closing-discount-price{
    display: inline-block;
    font-size: 26px;
    letter-spacing: 0.05em;
    font-weight: 600;
    color: #81A43F;
    position: relative;
    margin-bottom: 13px;
}

.closing-discount-price .font-size-big{
    font-size: 32px;
    letter-spacing: 0.05em;
    color: #81A43F;
}

.closing-discount-price::before{
    content: "";
    width: 100%;
    height: 4px;
    background-color: #FFD93D;
    position: absolute;
    bottom: 1px;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
}

.closing-cta_container .micro-copy{
    display: block;
    text-align: center;
    font-family: -apple-system, YuGothic, "Yu Gothic Medium", "Yu Gothic", sans-serif;
    font-size: 16px;
    letter-spacing: 0.075em;
    line-height: 1.7;
    margin-bottom: 10px;
    margin-right: 0;
}



@media(max-width: 366px){
    .txt-color_pink{
        font-size: 4.6vw;
    }
    .closing-discount-tag{
        font-size: 5.1vw;
    }
    .closing-discount-price{
        font-size: 6.8vw;
    }
    .closing-discount-price .font-size-big{
        font-size: 8.4vw;
    }
}

.closing-cta_container .cta-text{
    white-space: nowrap;
}

.footer-fix-cta_container{
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
    background: #81A43F;
    padding: 9px 7px 9px 37px;
    display: flex;
    justify-content: space-between;
    align-items: center;
	position: -webkit-fixed;
	position: fixed;
    bottom: 0;
    z-index: 999;
    opacity: 0;
    transition: .5s;
}
.footer-fix-cta_container.scroll{
    opacity: 1;
}

.footer-fix-text{
    font-family: -apple-system, YuGothic, "Yu Gothic Medium", "Yu Gothic", sans-serif;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.7;
    letter-spacing: 0.075em;
}

.footer-fix-text span{
    color: #fff;
    font-size: 16px;
}

.footer-fix-cta{
    display: block;
    background: #fff;
    width: 195px;
    height: 52px;
    border-radius: 5px;
    position: relative;
}

.footer-fix-cta_inner{
    display: flex;
    justify-content: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.store-icon{
    width: 20px;
    margin-right: 6px;
}

.store_text{
    font-family: -apple-system, YuGothic, "Yu Gothic Medium", "Yu Gothic", sans-serif;
    font-size: 16px;
    font-weight: bold;
    color: #81A43F;
}

@media(min-width: 480px){
    .footer-fix-text span{
        font-size: 18px;
    }
    .footer-fix-text span br.pc_none{
        display: none;
    }
}

@media(min-width: 420){
    .closing-cta_container .micro-copy{
        font-size: 20px;
    }
}

@media(max-width: 385px){
    .closing-cta_container .micro-copy{
        font-size: 4vw;
    }
}

@media(max-width: 373px){
    .footer-fix-cta_container{
        padding: 9px 7px 9px 25px;
    }
    .footer-fix-text span{
        font-size: 3.9vw;
    }
}



footer{
    padding-bottom: 85px;
}

.copyright{
    font-family: -apple-system, YuGothic, "Yu Gothic Medium", "Yu Gothic", sans-serif;
    text-align: center;
    font-size: 12px;
    letter-spacing: 0.075em;
    line-height: 1.7;
}


/*2023-10-6 éå­ããä¿®æ­£ä¾é ¼*/
.text-bold{
	font-weight: bold;
}

.subscription-price,.subscription_text.text-bold{
	margin-bottom: 10px;
}

.subscription_text.text-bold.more{
	margin-top: 35px;
	margin-bottom: 15px;
	font-size: 24px;
}

.subscription_text.text-bold.more .underline_yellow{
	background: linear-gradient(transparent 75%, #FFD93D 0%);
}


.subscription-price .bk_pink{
	display: inline-block;
	background: #FC817B;
	color: #fff;
	font-size: 22px;
	letter-spacing: 0.075em;
	padding: 14px 8.9% 12px;
	margin : 7px 0 5px;
	border-radius: 6px;
}



/********************
*********Ver2 *********
 ********************/


.before_after{
	padding: 80px 0;
	 /* æ¹ç¼ç´æ¨¡æ§ã«å¿é ã®ã¹ã¿ã¤ã« */
  background-image: linear-gradient(0deg, transparent calc(100% - 1px), #f0f0f0 calc(100% - 1px)),
                    linear-gradient(90deg, transparent calc(100% - 1px), #f0f0f0 calc(100% - 1px));
  background-size: 16px 16px;
  background-repeat: repeat;
  background-position: center center;
}

@media(max-width: 420px){
	.before_after{
		padding: 60px 0;
	}
}

.ba_h2_container{
	text-align: center;
	margin-bottom: 55px;
}

.ba_title_micro{
	display: inline-block;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	letter-spacing: 0.05em;
	padding: 8px 10px 13px 11px;
	margin-bottom: 8px;
	background-image: url(../img/lp/ba_title_micro_bk.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}

.ba_h2_text{
	display:block;
}


.ba_h2_text{
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 0.05em;
	text-align: center;
}


.ba_h2_text .underline_green{
	background: linear-gradient(transparent 65%, #B7CEA5 0%);
	font-size: 28px;
}


.ba_container{
	margin-bottom: 24px;
}

.ba_container:last-child{
	margin-bottom: 0;
}

.ba_container img{
	border-radius:0px 5px 5px 5px;
	/* box-shadow: 0px 0px 7.72958px 0.9662px rgba(0, 0, 0, 0.10); */
}


.position_before_ba{
	padding-bottom: 0;
}

.position_before_ba .change-inner_lists-container{
	margin-bottom: 0;
}

.position_after_ba{
	margin-top: 60px;
}


/*2024-01-28*/

.worries_container{
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 25px;
}
.worries_container:last-child{
	margin-bottom: 0;
}

.worries_image{
	width: 29%;
}


.worries_txt{
	background: #fff;
	padding: 14px 14px 15px;
	width: fit-content;
	height: fit-content;
	position: relative;
}
.worries_container.odd .worries_txt{
	margin-left: 36px;
}
.worries_container.even .worries_txt{
	margin-right: 36px;
}

.worries_txt::before{
	content: "";
	width:0;
	height:0;
	border-style:solid;
	position: absolute;
}
.worries_container.odd .worries_txt::before{
	border-width: 14px 24.2px 14px 0;
	border-color: transparent #FFFFFF transparent transparent;
	position: absolute;
	bottom: 12px;
   left: -23px;
}
.worries_container.even .worries_txt::before{
	 border-width: 14px 0 14px 24.2px;
	border-color: transparent transparent transparent #FFFFFF;
	position: absolute;
	bottom: 12px;
   right: -23px;
}


.worries_txt p{
	font-size: 18px;
	letter-spacing: 0.025em;
	line-height: 1.35;
}

.worries_txt p .worries_strong{
	position: relative
}
.worries_txt p .worries_strong::before{
	content: "";
	width: 100%;
	height: 1px;
	background: #E25959;
	position: absolute;
	bottom: -3px;
	left: 0;
}

.resolution-section.ver2{
	padding-top: 0;
}

.resolution_top{
	background: #F8F3EA;
	padding: 95px 5% 50px;
	/*margin-bottom: 45px;*/
}

.resolution_movie{
	width: 100%;
	margin: 0 auto 35px;
}

.resolution_movie video{
	width: 100%;
}

.result-text_wrap{
	background: #fff;
	padding:23px 13px;
	border-radius: 8px;
}

.result-text_wrap .result-text{
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 0.05em;
	padding: 0;
	line-height: 1.7;
	margin: 0;
}

.resolution_image{
	margin-top: 20px;
	margin-bottom: 20px;
}

.marker_yellow{
	background: linear-gradient(transparent 65%, #FFD93D 0%);
}

.result-text span.result_strong{
	color: #E25959;
	font-size: 24px;
}

.before_after{
	margin-bottom: 45px;
}

/* 240408è¿½å  */
.before_after .inner {
    padding-left: 3%;
    padding-right: 3%;
}


.change-appearance_other{
	margin: 100px 0 35px;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	color: #444444;
	position: relative;
}
.change-appearance_other::before{
	content:"";
	width: 2px;
	height:36px;
	background: #B7CEA5;
	position: absolute;
	top: -45px;
	left: 50%;
	transform: translate(-50%, 0);
}

/* =========================
240323, 240408 è¿½å css
===========================*/
.inner {
    padding-left: 5%;
    padding-right: 5%;
}

.maximum-effect_text {
    padding-left: 5%;
    padding-right: 5%;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.5;
}

.maximum-effect_top {
    color: #444;
    font-size: 18px;
    font-weight: 600;
    padding-bottom: 30px;
    margin-top: 41px;
}

.maximum-effect_box1 {
    padding: 18px 12px;
    box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.10);
}

.maximum-effect-box1_title {
    text-align: center;
    line-height: 1.5;
}

.maximum-effect-box1_title .marker_yellow {
    background: linear-gradient(transparent 70%, #FFD93D 0%);

}

.maximum-effect-box1_text {
    margin-top: 19px;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.5;
    padding-left: 10px;
    padding-right: 10px;
}

.maximum-effect-box1_flex {
    display: flex;
    justify-content: space-between;
    padding-bottom: 18px;
    position: relative;
    margin-top: 22px;
    position: relative;
}

.maximum-effect-box1_catch {
    position: absolute;
    text-align: center;
    left: 50%;
    transform: translateX(-50%);
    bottom: 30%;
    font-size: 14px;
    font-weight: 600;
    width: fit-content;
    padding: 12px 15px;
    color: #fff;
}

.maximum-effect-box1_catch::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #E25959;
    opacity: 0.85;
    z-index: -1;
    border-radius: 50%;
}



.maximum-effect-box1_flex::after {
    content: "";
    position: absolute;
    width: 95%;
    height: 1px;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    background: #444;
}

.maximum-effect-box1-item.--1 {
    /* width: calc(100% * 128/320); */
    width: calc(100% * 154/320);
    position: relative;
}

.maximum-effect-box1-item.--1::after {
    position: absolute;
    content: "";
    width: 20px;
    height: 26px;
    right: -12%;
    top: 0;
    /* transform: translateY(-50%); */
    clip-path: polygon(0 0, 100% 50%, 0 100%);
    background: #9A9A9A;
}


.maximum-effect-box1-item.--2 {
    /* width: calc(100% * 148/320); */
    width: calc(100% * 154/320);
}


.maximum-effect-box1-item_head {
    background: #B7CEA5;
    color: #fff;
    width: 128px;
    text-align: center;
    padding-top: 3px;
    padding-bottom: 3px;
}


.maximum-effect-box1-item_head.--1 {
    margin-left: 3%;
}

@media(min-width:394px){
    .maximum-effect-box1-item_head.--1 {
        margin-inline: auto;
    }
}

.maximum-effect-box1-item_head.--2 {
    margin-left: 15%;
}


@media(min-width:394px){
    .maximum-effect-box1-item_head.--2 {
        margin-inline: auto;
    }
}

.maximum-effect-box1-item_img.--1 {
    width: calc(100% * 121/154);
    margin-left: 5%;
    margin-top: 9px;
    position: relative;
}

@media(min-width:394px){
    .maximum-effect-box1-item_img.--1 {
        margin-inline: auto;
    }
}




.maximum-effect-box1-item_img.--1 img {
    width: 100%;

}

.maximum-effect-box1-item_img.--2 {
    width: 105%;
    margin-top: 18px;
    margin-left: -10%;
}

.maximum-effect-box1-item_img.--2 img {
    width: 100%;

}


.maximum-effect-box1-item_text {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    line-height: 1.5;
    font-size: 13px;
}

@media(min-width:393px){
    .maximum-effect-box1-item_text {
        font-size: 14px;
    }
}

.maximum-effect-box1-item_text.--1 {
    margin-top: 14px;
}

.maximum-effect-box1-item_text.--2 {
    margin-top: 20px;
    /* width: 110%;
    margin-left: -10px; */
}

@media(min-width:410px){
    .maximum-effect-box1-item_text.--2 {
        margin-top: 22px;
    }
}

@media(min-width:440px){
    .maximum-effect-box1-item_text.--2 {
        margin-top: 24px;
    }
}

@media(min-width:475px){
    .maximum-effect-box1-item_text.--2 {
        margin-top: 26px;
    }
}

@media(min-width:550px){
    .maximum-effect-box1-item_text.--2 {
        margin-top: 29px;
    }
}

.underline_yellow2 {
    padding-bottom: 3px;
    background: linear-gradient(transparent 95%, #FFD93D 0%);
}

.maximum-effect-box1_bottom {
    margin-top: 25px;
}

.maximum-effect-box1_img {
    width: calc(100% * 261/332);
    margin-inline: auto;
    margin-top: 16px;
}

.maximum-effect-box1_img img {
    width: 100%;
    height: auto;
}

.maximum-effect-box1_img-text {
    margin-top: 19px;
    color: #FFF;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.6;
    background: #E25959;
    width: fit-content;
    padding: 3px 10px;
    margin-inline: auto;
    border-radius: 7px;
}

.maximum-effect-box1-bottom_triangle {
    margin-top: 28px;
    color: #FFF;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    background: #9A9A9A;
    padding: 5px 45px 12px;
    width: fit-content;
    margin-inline: auto;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
}

.maximum-effect-box1-bottom_bottom {
    margin-top: 14px;
    border: solid 1px #000;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
}

.maximum-effect-box1-bottom-bottom_img {
    width: calc(100% * 108/312);
    max-width: 108px;
}

.maximum-effect-box1-bottom-bottom_text {
    width: calc(100% * 195/312);
    font-size: 14px;
    line-height: 1.4;
}

@media(min-width:393px){
    .maximum-effect-box1-bottom-bottom_text {
        width: calc(100% - 117px);
    }
}

.maximum-effect-feel {
    /* padding-top: 31px; */
    background: #FFF9DE;
    padding-bottom: 89px;
    clip-path: polygon(0 0, 100% 0, 100% 96.5%, 50% 100%, 0 96.5%);
}

.maximum-effect-feel_contents {
}

.maximum-effect-feel_head.maximum-effect-middle_head {
    text-align: center;
    position: relative;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.5;
    padding-top: 15px;
}

.maximum-effect-feel_head .dot {
    position: relative;
}

.maximum-effect-feel_head .dot::after {
    content: "";
    position: absolute;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #fff;
    position: absolute;
    top: -7px;
    left: 50%;
    transform: translateX(-50%);
}



.maximum-effect-feel_head::after {
    content: "";
    position: absolute;
    width: 142px;
    height: 34px;
    bottom: -45px;
    left: 50%;
    transform: translateX(-50%);
    background: url('./../img/lp/maximum-effect-triangle.webp') no-repeat center center / cover;
    /* background: red; */
}

.maximum-effect-feel_img {
    margin-top: 70px;
    width: calc(100% * 179/355);
    height: auto;
    margin-left: auto;
    margin-right: auto;
}

.maximum-effect-feel_img img {
    width: 100%;
    height: auto;
}



.maximum-effect-feel_text {
    text-align: center;
    margin-top: 16px;
    letter-spacing: 0.9px;
    line-height: 1.5;
    font-size: 18px;
    font-weight: 600;
}

.maximum-effect-feel_text .marker_yellow {
    background: linear-gradient(transparent 70%, #FFD93D 0%);
}

.maximum-effect-feel_caution {
    margin-top: 30px;
    color: #FFF;
    font-size: 22px;
    font-weight: 600;
    background: #E25959;
    width: fit-content;
    padding: 4px 8px;
    margin-inline: auto;
}

.maximum-effect-feel_caution.--2 {
    margin-top: 40px;
}

.maximum-effect-feel-caution_img {
    width: calc(100% * 274/354);
    margin-inline: auto;
    height: auto;
    margin-top: 30px;
}

.maximum-effect-feel-caution_img.--2 {
    width: calc(100% * 349/354);
    margin-top: 22px;
}

.maximum-effect-feel-caution_img img {
    width: 100%;
    height: auto;
}

.maximum-effect-feel-caution_text {
    font-size: 16px;
    font-weight: 600;
    padding: 13px 16px;
    background: #fff;
    border: solid 2px #B7CEA5;
    line-height: 1.5;
    width: 92%;
    margin-inline: auto;
    margin-top: -25px;
    z-index: 2;
    position: relative;
}

.maximum-effect-feel-caution_text.--2 {
    width: 100%;
    margin-top: 13px;
    border: solid 1px #000;
}

.maximum-effect-feel-caution_text span {
    color: #E25959;
}

.maximum-effect-feel-bottom {
    background: #B7CEA5;
    padding-top: 90px;
    padding-bottom: 33px;
    margin-top: -60px;
    position: relative;
    z-index: -1;
}

.maximum-effect-feel-bottom_img {
    width: calc(100% * 218/354);
    margin-inline: auto;
    height: auto;
}

.maximum-effect-feel-bottom_img img {
    width: 100%;
    height: auto;
}

.maximum-effect-feel-bottom_textarea {
    background: #fff;
    border-radius: 5px;
	padding: 15px;
    margin-top: 14px;
}

.maximum-effect-feel-bottom_text {
    text-align: center;
    font-size: 17px;
    font-weight: 600;
    line-height: 1.5;
    position: relative;
}

@media(min-width:393px){
    .maximum-effect-feel-bottom_text {
 Â  Â  Â  Â font-size: 18px;
    }
}

.maximum-effect-feel-bottom_text span {
    color: #E25959;
}

.maximum-effect-feel-bottom_text.--underline::after {
    /* color: #444; */
    content: "";
    position: absolute;
    bottom: 10%;
    left: 50%;
    transform: translateX(-50%);
    height: 1px;
    width: 50px;
    background: #FFD93D;
}

.maximum-effect-feel-bottom_text.--underline.--short::after {
    width: 69px;
}

.maximum-effect-feel-bottom_text.--underline.--long::after {
    width: 109px;
}

.maximum-effect-feel-most-bottom {
    padding-top: 49px;
    padding-bottom: 49px;
}

.maximum-effect-feel-most-bottom_text {
    border: 1px solid #FC817B;
    color: #000;
    font-size: 16px;
    font-weight: 300;
    line-height: 165%; /* 26.4px */
    padding: 18px 14px 11px;
}

.maximum-effect-feel-most-bottom_text .red {
    color: #E25959;
    font-weight: 600;
}

.maximum-effect-feel-most-bottom_text .underline_yellow2 {
    color: #000;
}



.maximum-effect_middle {
    color: #444;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.5;
    padding-bottom: 33px;
}

.maximum-effect-middle_head {
    text-align: center;
    background: #E25959;
    color: #fff;
    padding-top: 10px;
    padding-bottom: 16px;
}

.maximum-effect-middle_head .marker_yellow {
    background: linear-gradient(transparent 70%, #FFD93D 0%);
}

.maximum-effect-middle_head span {
    color: #fff;
}

.maximum-effect-middle_text1 {
    margin-top: 39px;
    text-align: center;
    letter-spacing: 0.9px;
}

.maximum-effect-middle_triangle {
    margin-top: 40px;
    color: #fff;
    letter-spacing: 0.9px;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    padding: 4px 57px 18px;
    background: #E25959;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
}

.maximum-effect-middle_text2 {
    margin-top: 29px;
    text-align: center;
}

.maximum-effect-middle_text2 .marker_yellow {
    color: #444;
}

.maximum-effect-middle_text2 span {
    color: #E25959;
}

.maximum-effect-middle_img {
    margin-top: 39px;
    position: relative;
    width: 100%;
    height: auto;
}

.maximum-effect-middle-img_head {
    background: #A1C755;
    padding: 4px 6px;
    position: absolute;
    top: -12px;
    left: 50%;
    transform: translateX(-50%);
    color: #fff;
    word-break: keep-all;
}

.maximum-effect-middle-img_img {
    width: 100%;
    height: auto;
}

.maximum-effect-middle-img_img img{
    width: 100%;
    height: auto;
}

.maximum-effect_bottom {
    font-size: 18px;
    font-weight: 800;
    color: #444;
    padding-bottom: 70px;
}

.maximum-effect-bottom_head {
    letter-spacing: calc(1em * 0.9/18);
    color: #fff;
    background: #81A43F;
    text-align: center;
    padding-top: 21px;
    padding-bottom: 9px;
    line-height: 1.5;
}

.maximum-effect-bottom_head .marker_yellow {
    background: linear-gradient(transparent 75%, #FFD93D 0%);
}

.maximum-effect-bottom_head span {
    font-size: 23.3333px;
    color: #fff;
    line-height: 1.8;
}

.maximum-effect-bottom_head .dot {
    position: relative;
}

.maximum-effect-bottom_head .dot::before {
    content: "";
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #fff;
    position: absolute;
    top: -5px;
    left: 50%;
    transform: translateX(-50%);
}

.maximum-effect-bottom_contents {
    margin-top: 42px;
}

.maximum-effect-bottom_items {
    width: calc(100% * 234/354);
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 11px;
    margin-left: auto;
    margin-right: auto;
}

.maximum-effect-bottom_item {
    width: calc(50% - 5.26px);
    height: auto;
}

.maximum-effect-bottom-item_img {
    width: 100%;
    height: auto;
}

.maximum-effect-bottom-item_img img {
    width: 100%;
    height: auto;
}

.maximum-effect-bottom-item_text {
    font-size: 12.727px;
    letter-spacing: calc(1em * 0.636/12.727);
    margin-top: 3px;
    text-align: center;
}

.maximum-effect-bottom_text {
    letter-spacing: calc(1em * 0.9/18);
    text-align: center;
    margin-top: 18px;
    line-height: 1.4;
}

.maximum-effect-bottom_text span {
    color: #E25959;
}

.maximum-effect-text_box{
    padding: 0 5%;
    margin-bottom: 40px;
}

.maximum-effect-text_box p{
    border: 1px solid #FC817B;
    padding: 4.3%;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0.05em;
}



