:root{
    --bs-body-bg:#fff;  /*#fff3cd;*/

    --cs-voicehd-color:#fff;
    --cs-voicehd-bg:#d96767;
    --cs-magenta:#ef074c;
    --cs-red2:#c90000;
    --cs-gold1:#83641c;
    --cs-gold2:#b38825;
}


@media (min-width: 577px) {
    .only-xs{display: none;}

}

@media (min-width: 992px) {

    .padding-lg{
        margin:0 3em;
    }

}
@media (min-width: 1200px) {
    .container-xl, .container-lg, .container-md, .container-sm, .container {
        max-width: 960px;
    }
    
}

@media (min-width: 1400px) {
    .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
        max-width: 1200px;
    }
}

article {
    font-family:"Helvetica Neue",Arial,"Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Yu Gothic", YuGothic, "メイリオ", Meiryo, sans-serif;
    line-height: 1.5;
    color:var(--bs-body-color);
    background: #fff;
}

.break-keep p{
    word-break: keep-all;
    overflow-wrap: anywhere; 
}
img{max-width: 100%;}

.img-border{border: 1px solid #ccc;}
 


/*  text align  */
.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
}

.text-red {
    color: #ff2f2f;
}

/*  text Highlight  */
.highlight-red {
    text-decoration: underline; 
    text-decoration-thickness: 0.3em;
    text-decoration-color: rgb(255 23 23 / 40%);
    text-underline-offset: -0.12em;
    text-decoration-skip-ink: none;
}
.highlight-y {
    text-decoration: underline; 
    text-decoration-thickness: 0.3em;
    text-decoration-color: rgb(255 209 0 / 40%);
    text-underline-offset: -0.12em;
    text-decoration-skip-ink: none;
}


/*  text sizing  */
.text-small {
    font-size: 83%;
}

.text-large {
    font-size: 115%;
}

.text-xl {
    font-size: 125%;
}

html {
    font-size: 85%;
}

@media (min-width: 768px) {
    html {
        font-size: 105%;
    }
}


/* Head */
.head-kv img {width: 100%;
    max-width: 100%;}
.head-kv{
    padding: 0;
    margin:0 auto;
}


/*  CtA  */
.cta-area {
    padding: 1em;
    /* background: #f3f3ef; */

}
.cta-area input[type="email"] {
    width: 100%;
    font-size: 120%;
    padding: 0.5em;
    margin-bottom: 0.5em;
    border: solid 2px #999;
    border-radius: 10px;
}
.cta-area button{
    max-width: 460px; 
}
.cta-area button img{max-width: 100%;}

.belowbutton {
    font-size: 0.85em;
}


.btn_push {
	display: block;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	margin: auto;
    margin-bottom: 1em;
	padding: 0.85em 1.2em;
	font-weight: bold;
	border: 1px solid #08911f;
	background: linear-gradient(0deg, rgba(0,164,0,1) 0%, rgba(67,207,0,1) 100%);
	color: #fff;
	border-radius: 230px;
	transition: 0.5s;
	animation: move_d 2s infinite;
	box-shadow: 0 5px 0 rgba(5, 97, 20, 1),0 2px 7px rgba(0, 0, 0, .3);
	position: relative;
}
@keyframes move_d {
    0% {box-shadow: 0 5px 0 rgb(5, 97, 20, 1),0 2px 7px rgba(0, 0, 0, .3); top: 0px;}
    10% {box-shadow: 0 0 0 rgb(5, 97, 20, 1),0 2px 7px rgba(0, 0, 0, .3); top: 5px;}
    20% {box-shadow: 0 5px 0 rgb(5, 97, 20, 1),0 2px 7px rgba(0, 0, 0, .3); top: 0px;}
    30% {box-shadow: 0 0 0 rgb(5, 97, 20, 1),0 2px 7px rgba(0, 0, 0, .3); top: 5px;}
    40% {box-shadow: 0 5px 0 rgb(5, 97, 20, 1),0 2px 7px rgba(0, 0, 0, .3); top: 0px;}
}
.btn_push:hover {

}

.btn_color-orange{
    filter: hue-rotate(268deg);
}



/* Video  */
.videowrap{position: relative;
    width: 100%;
    padding-top: 56.25%;
}
.videowrap iframe{
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
}


.bodyletter h2{
    font-weight: bold;
    text-align: center;
    font-size: 1.85rem;
    margin: 2rem auto;
    padding:0.8em 0;
    color: var(--cs-gold1);
    font-feature-settings: "palt";
    position: relative;
     word-break: keep-all; overflow-wrap: anywhere;
}

.bodyletter h2::after,.bodyletter h2::before{
    position: absolute;
    left: 0;
    width: 100%;
    height: 3px;
    content: '';
    background-image: linear-gradient(to right,#fff 0%, #d39d1f 50%,#fff 100%);
}
.bodyletter h2::after{
    bottom: 0;
}
.bodyletter h2::before{
    top:0;
}

.lead1{
    text-align: center;
    font-size: calc(1.35rem + .6vw);
    line-height: 1.4;
    font-weight: bold;
    margin: 1em auto;
    color: var(--cs-magenta);
    /* text-shadow: 0 5px 4px #c9c9c9; */
    font-feature-settings: "palt";
    word-break: keep-all;overflow-wrap: anywhere;
}

.kogane-equal svg{
    height: 1.3em;
}
.koganemochi{
    border: 1px solid #ffd9d9;
    border-radius: 0.5em;
    padding: 0.5em;
    background: #ffefef;
    font-size: 1.15em;
    font-weight: bold;
}




.lead2{
    text-align: center;
    font-size: 1.9rem;
    line-height: 1.3;
    font-weight: bold;
    margin: 2em auto;
    color: var(--cs-red2);
    /* text-shadow: 0 5px 4px #c9c9c9; */
    font-feature-settings: "palt";
    word-break: keep-all;overflow-wrap: anywhere;
 }

 .lead2 small{
    display: block;
    font-size: 0.7em;
    line-height: 1.3;
    margin-bottom: 0.7em;
    color: #4c565f;
 }



article figure img{max-width: 100%;height: auto;}

.bodyletter figure {
    width: 226px;
    margin:1em auto;
}

@media  (min-width: 640px) {
    .bodyletter figure {
        float: right;
        position: relative;
        /* top: -6em; */
        margin:0;
    }
}
@media  (min-width: 992px) {
    .bodyletter figure {
        float: right;
        width: 195px;
        position: relative;
        /* top: -6em; */
        margin-right: 4em;
    }
}

/*  Voice  */
.voice-img {text-align: center;}
.voice-img img{max-width: 100%;}

.section-voice{background:#fdfdf3;padding-bottom: 1em;}
.section-voice h2{
    position: relative;
    text-align: center;
    color: var(--cs-voicehd-color);
    background: var(--cs-voicehd-bg);
    padding: 1.2em 0.5em;
    margin-bottom: 1em;
}

.section-voice h2::before{
    content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid var(--cs-voicehd-bg);
}

.section-voice .box01{
    font-size: 85%;
    line-height: 1.4;
    border-bottom:1px solid #ccc ;
    margin: 1.2rem 0;
}

.section-voice div.box01:last-child{border: none;}


/* チャプター*/

.chapterlist{border:1px solid #ccc;
margin-bottom: 1.5em;}

.chapterlist h3{color: #fff;
    background: var(--cs-gold2);
    font-size: calc(1.0rem + .6vw);
    padding: 0.1em;
    text-align: center;}

.chapterlist dt{
    margin-top: 1.8em;
    margin-bottom: 0.2em;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1.15;

}
.chapterlist dt::before{
    position: absolute;
    top: -14px;
    left: 0;
    padding-left: 1px;
    color: #cbb584;
    font-size: 10px;
    text-transform: uppercase;
    content: 'Chapter';

}
.chapterlist dt::after{ content: "";
    height: 4px;
    flex-grow: 1;
    background-image: repeating-linear-gradient(90deg, transparent 0 5px, var(--cs-gold2) 6px 7px);}


.chapterlist dl{margin-top: 0.8em; margin-left: 0.75em;margin-right: 0.5em;}
.chapterlist dd{font-size: 90%;}

ol.chap-12step>li{
font-weight: bold;
counter-increment:number;
}
ol.chap-12step>li::marker{
    
    content: counter(number)'）';  
}
ol.chap-12step li ul{
    font-weight: normal;
    margin-bottom:0.8em;
}


/* 特典 section-bonus */

.lead-bonus{text-align: center;
    font-size: calc(1.2rem + .6vw);
    font-weight: bold;
    word-break: keep-all;overflow-wrap: anywhere;
    color: var(--cs-red2);}

.section-bonus{}
.box-bonus{
    position: relative;
    padding: 1em;
    border: 1px solid #ccc;
    margin-bottom: 1em;
}

.box-bonus h3{font-size: 1.25em;
    display: block;
    position: relative;
    box-sizing: border-box;
    padding: 0.5em 2rem;
    margin: 0 -1rem 1rem -2rem;
    width: auto;
    color: white;
    background: #b10000;
    background: linear-gradient(135deg, #e90000, #a90000);
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);

}
.box-bonus h3::before {
    position: absolute;
    content: '';
    top: 100%;
    left: 0;
    border: none;
    border-bottom: solid 15px transparent;
    border-right: solid 1rem #630000;
  }


.box-bonus h3 small{font-size: .75em;}
.box-bonus h4 {
    font-size: calc(1.2rem + .3vw);
    border-top: 2px solid #ff8484;
    padding-top: 6px;
  
}

.box-bonus p{
    font-size: 90%;
}
.about-oldver{
    font-size: 83%;
    padding: 0.6em;
    background: #f7f6f3;
}


/* Release Bonus  */

.section-bonus2 h2{
    margin-top: 2.4rem;
    margin-bottom: 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
 color: var(--cs-gold2);
 text-align: center;
 word-break: keep-all;overflow-wrap: anywhere;
 font-size: calc(1.75rem + .6vw);
}
.section-bonus2 h2::before,.section-bonus2 h2::after {
    content: "";
    height: 1px;
    flex-grow: 1;
    border-top: 4px double var(--cs-gold2);

}
.section-bonus2 h2::before {
    margin-right: 15px;
}
.section-bonus2 h2::after {
    margin-left: 15px;
}


.releasebonus {
    position: relative;
    background: #fff;
    border: 1px solid #ccc;
    padding: 1.1em 1.8em;
    margin: 1.8em 0;
}
.releasebonus h3 {
    text-align: center;
    font-weight: bold;
    word-break: keep-all;overflow-wrap: anywhere;
}
.releasebonus h3 small{font-size: 0.75em;}

@media (max-width: 576px) {
    .text-xs-s{font-size: 75%;}

}

.bonuslabel {
    position: relative;
    font-size: 80%;
    color: var(--cs-gold2);
    margin-bottom: 1.6em;
}
.bonuslabel::before{
    content: '';
    position: absolute;
    bottom: -0.75em;
    display: inline-block;
    width: 32px;
    height: 3px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color:var(--cs-gold2);
    border-radius: 2px;
}

.ribbon {
    position: absolute;
    width: 122px;
    height: 122px;
    overflow: hidden;
    z-index: 2;
  }
  .ribbon::before, .ribbon::after {
    content: "";
    position: absolute;
    background: #977100;
    width: 10px;
    height:10px;
    z-index: 0
    ;
  }
  
  .ribbon span {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    width: 200px;
    height: 34px;
    background: #b17f0e;
    background: linear-gradient(90deg, #a17b1f, #edc468,#b17f0e);
    color: #fff;
    font-size: 13px;
    font-weight: bold;
    z-index:2 ;
  }

  .ribbon_LT {
    top: -10px;
    left: -10px;
  }
  .ribbon_LT span {
    top: 32px;
    left: -53px;
    transform: rotate(-45deg);
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.35);
  }
  .ribbon_LT::before {
    bottom: 0;
    left: 0;
  }
  .ribbon_LT::after {
    top: 0;
    right: 0;
  }
  
  .ribbon_RB {
    bottom: -10px;
    right: -10px;
  }
  .ribbon_RB span {
    bottom: 35px;
    right: -54px;
    transform: rotate(-45deg);
    box-shadow: 0 -3px 8px rgba(0, 0, 0, 0.35);
  }
  .ribbon_RB::before {
    bottom: 0;
    left: 0;
  }
  .ribbon_RB::after {
    top: 0;
    right: 0;
  }


/* サブスク*/
.section-subsgift h2 {text-align: center;
margin-bottom: 1.5rem;}
.section-subsgift h2 small{
    font-size: 0.75em;
    display: block;
    font-weight: bold;
    margin-bottom: 1rem;
    color: var(--bs-orange);
}

.head-subsgift{
    font-size: calc(1.5rem + .4vw);
    font-feature-settings: "palt";
    /*word-break: keep-all;*/
display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
}

.head-subsgift::before,
.head-subsgift::after {
	content: '';
	width: 3px;
    height: 40px;
    background-color: var(--bs-cyan);
}

.head-subsgift::before {
	margin-right: calc(1.5rem + .9vw);
	transform: rotate(-35deg)
}
.head-subsgift::after {
	margin-left: calc(1.5rem + .9vw);
	transform: rotate(35deg)
}





/*  Pricing  */
.section-pricing h2{
    margin-top: 1.5rem;
    background: #edede8;
    text-align: center;
    padding: 1em 0;

}

.section-pricing h3{
    margin-top: 1.8rem;
    background: #edede8;
    text-align: center;
    padding: 0.3em 0;
}

.pricing-table{
    border-collapse: collapse;
    font-feature-settings: "palt";
    word-break: keep-all;
    overflow-wrap: anywhere;
}
.pricing-table td:last-child{
    font-size: 0.8em;
    color: #666;
}

.pricing-table td{
    border-bottom:1px solid #ccc;
}

.pricing-table td.label{
    font-size: 0.7em;
    padding-left: 0.5em;
}

.table-bonus td {
    font-size: 0.9em;
    background: #fff4f5;
}

.table-bonus2 td {
    font-size: 0.9em;
    background: #fffbee;
}

.table-bonus3 td {
    font-size: 0.9em;
    background: #eefdff;
}

.pricelabel {
    font-feature-settings: "palt";
    word-break: keep-all;overflow-wrap: anywhere;
}

.pricetext {
    font-size: 2rem;
}

.pricetext small {
    font-size: .7em;
}

/*Guarantee */
.section-guarantee{
    box-shadow:0 0 5px rgba(0,0,0,0.2), 0 0 100px rgb(255,248,233) inset;
    padding: 1.3em 1.6em;

}
.section-guarantee h2{
    text-align: center;
    margin: 0 auto 1em;
}


/*  FAQ  */
.section-faq h2{
    margin-top: 1.5rem;
    background: #edede8;
    text-align: center;
    padding: 1em 0;

}

.faq-box {
    font-size: 0.9em;
    border-bottom: 1px solid #ccc;
    margin-top: 1.3em;
    margin-bottom: 1.3em;

}
.faq-box h3 {
    font-size: 110%;
    text-decoration: underline;
    text-decoration-thickness: 0.3em;
    text-decoration-color: rgb(157 202 255 / 40%);
    text-underline-offset: -0.12em;
    text-decoration-skip-ink: none;
}

.faq-box h3::before{
    color: #0064ff;
    content: "Q.";
    font-weight: bold;
    margin-right: 0.2em;

}
.faq-box p::before{
    color:var(--cs-magenta);
    content: "A.";
    font-weight: bold;
    margin-right: 0.2em;

}

/* How To */
.section-howto h2{
    margin-top: 1.5rem;
    background: #edede8;
    text-align: center;
    padding: 1em 0;

}
.section-howto h3{
    font-size: 1.1em;
    font-weight: bold;
    background: #ffefbb;
    padding:5px;
}

.paymethod-cc,
.paymethod-bank {
    padding: 0.8em;
    margin-bottom: 1em;
}

.paymethod-cc {
    background: #fdeeee;
}

.paymethod-bank {
    background: #fffae8;
}

.paymethod-cc p:last-child,
.paymethod-bank p :last-child {
    margin-bottom: 0;
}



/*  Profile  */
.auther-profile {
    margin-top:2rem;
    margin-bottom: 1em;
    /* padding: 1em;
    background: #f3f3ef; */
}

.auther-profile h2 {
    font-size: 1.5rem;
    text-align: center;
    margin-bottom: 0.8rem;
    border-top: 1px solid;
    border-bottom: 1px solid;
    padding: 0.5em;
}
.profile-photo{margin-bottom: 1.25em;}

.auther-profile img {
    max-width: 100%;
}

.profile-text {
    font-size: 92%;
    font-feature-settings: "palt";
}

/* 追伸 */
.section-ps{}
.section-ps h2{
    font-size: 1.4rem;
    font-feature-settings: "palt";
    margin-bottom: 1rem;
    border-top: 1px solid #ccc;
    padding-top: 0.4em;

}




/*  footer  */
footer {
    margin-top: 2rem;
}

/*PP page*/

.pp-text {
    font-size: 92%;
    font-feature-settings: "palt";
}

.pp-text ol{
        list-style-position: outside;
        list-style-type: none;
        margin-top: 1em;
        margin-bottom:1.0em;
}
.pp-text li {
    margin-bottom: 0.7em;
}
.pp-text ol li ol{
    margin-top: 1em;
}

/* Regulation page */

.table-regu{
    font-size: 92%;
    font-feature-settings: "palt";
}

.table {
    width: 100%;
    margin-bottom: 1rem;
    vertical-align: top;
    border-color:#ccc;
  }
  .table > :not(caption) > * > * {
    padding: 0.5rem 0.5rem;
    border-bottom-width:1px;

  }
  .table > tbody {
    vertical-align: inherit;
  }
  .table > thead {
    vertical-align: bottom;
  }