/* http://meyerweb.com/eric/tools/css/reset/ 
     v2.0 | 20110126
    License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video{margin: 0;padding: 0;border: 0;font-size: 100%;font: inherit;vertical-align: baseline;}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section{display: block;}
body{line-height: 1;}
ol, ul{list-style: none;}
blockquote, q{quotes: none;}
blockquote:before, blockquote:after,q:before, q:after{content: '';content: none;}
ul li{list-style: none;text-indent:-1em;padding-left:1em}
*, *:before, *:after{-webkit-box-sizing: inherit;box-sizing: inherit;}
* {box-sizing: border-box;}
a{text-decoration: none;-webkit-transition: all 0.3s ease 0s;transition: all 0.3s ease 0s;}
a:hover,
input[type="submit"]:hover,
input[type="button"]:hover {
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
table{border-collapse:collapse}
/*▲▲▲ reset ▲▲▲*/

html {
  font-size: 62.5%;
}
body {
    font-family: 'Noto Sans JP', "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-feature-settings: "palt";
    line-height: 1.4;
    color: #333;
    letter-spacing: 0;
    background-color: #fff;
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-osx-font-smoothing: unset;
    font-size: 2rem;
}
.font_nam{
    font-family: 'Poppins', sans-serif;
}

#wrapper {
    overflow: hidden;
    padding-bottom: 120px; /* フローティングバナーとかぶらないよう余白確保 */
}
a{text-decoration:none;
    -webkit-transition:all 0.3s ease;
    transition:all 0.3s ease;}
a:hover,
input[type="submit"]:hover,
input[type="button"]:hover {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
img {
    display:block;
}
#page-top img {
    position: fixed;
    cursor: pointer;
    height:auto;
}
/*▲ 初期設定 ▲*/


.bg_white{background:#fff} 
.bg_red{background:#e16a60}
.bg_gray{background:#efefeb}
.bg_green{background:#7dc1ba}
.bg_beige{background:#fff8e5}
.bg_yellow {background:#e3911b}

.bold{font-weight:700}
.fw700{font-weight:700}
.fw300{font-weight:300}
.fw400{font-weight:400}
.fw500{font-weight:500}
.alc{text-align:center}
.alL{text-align:left}
.alR{text-align:right}

.font_14{font-size: 1.4rem;}
.font_16{font-size: 1.6rem;}
.font_18{font-size: 1.8rem;}
.font_22{font-size: 2.2rem;}
.font_24{font-size: 2.4rem;}

.col_white{color:#fff!important}
.col_black{color:#333}
.col_red{color:#eb4b4b}
.col_pink{color:#dc1950}
.col_blue{color:#0005a4}
.col_green{color:#30a79b}
.col_brown{color:#a56314}
.col_orange{color:#ff7300}
.col_yel{color:#ffdd00}

.marker_yel {
    background-color: transparent;
    background-image: linear-gradient(transparent 70%, #ffe400 0);
}

.mb0{margin-bottom:0!important}
.mb10{margin-bottom:10px}
.mb20{margin-bottom:20px}
.mb30{margin-bottom:30px}
.mb40{margin-bottom:40px}
.mb50{margin-bottom:50px}
.mb60{margin-bottom:60px}
.mb70{margin-bottom:70px}
.pb0{padding-bottom:0!important}

.palt{font-feature-settings:"palt"}
.font_italic{font-style: italic}
.auto{margin: 0 auto}

.flex_space{display:flex;justify-content:space-between}
.flex_wrap{display:flex;flex-wrap:wrap;justify-content: space-between}
.flex_row{display:flex;flex-direction: row}
.flex_start{display:flex;justify-content:flex-start}
.block{display: block}
.shadow {
    -moz-box-shadow: 0px 0px 12px 1px rgb(0 0 0 / 8%);
    -webkit-box-shadow: 0px 0px 12px 1px rgb(0 0 0 / 8%);
    box-shadow: 0px 0px 12px 1px rgb(0 0 0 / 8%);
}
.sec_shadow {
    -moz-box-shadow: 0px 13px 20px -1px rgba(0, 0, 0, 0.08);
    -webkit-box-shadow: 0px 13px 20px -1px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 13px 20px -1px rgba(0, 0, 0, 0.08);
    position: relative;
}
.under_line {
    text-decoration: underline;
    text-underline-offset:0.2em;
}
.linethrough{
    text-decoration: line-through;
}
.blank_link{
    text-decoration: underline;
    color: #eb4b4b;
    text-underline-offset:0.2em;
}
.pc_block{
    display: block;
}
.marker_red {
    font-style: normal;
    background-color: transparent;
    background-image: linear-gradient(transparent 70%,#e77f79 0);
}
.marker_yellow {
    font-style: normal;
    background-color: rgb(250, 216, 42);
}
.border_red{
    text-decoration: solid underline #e77f79 3px;
    text-underline-offset:0.2em;
}
.bd_radius05{
    border-radius: 5px;
}
img {
    width:100%;
    height: 100%;
    display:block;
}
table{
    width: 100%;
}
/*　▼ header　▼　*/
header{
    background:url(../img/mv_bg.jpg) no-repeat;
    background-size: cover;
}
header img{
    background-size: cover;
    width: 100%;
}
header h1{
    margin-bottom: 0;
}
header img {
    width:1200px;
    margin:0 auto;
}
/*　▼ footer　▼　*/
footer {
    font-weight: 400;
    background:#fff;
    font-size: 1.4rem;
    padding: 29px;
    color: #333;
    letter-spacing: 0;
}
footer .left{
    width: 200px;
}
footer .box {
    width:1000px;
    margin:0 auto;
}
footer .box ul {
    width: 490px;
    margin: 0 auto;
}
footer li a {   
    background-size: 15px;
    background-position: 26px center;
    color: #333;
}
.logo{
    width: 168px;
    height: auto!important;
}
#page-top img{
    position: fixed;
    right: 28px;
    width: 70px;
    bottom: 230px;
}
.tel::before{
    content: '\e0b0';
    font-family: 'Material Icons';
    vertical-align: -2px;
    margin-right: 3px;
}
.mail::before{
    content: '\e0be';
    font-family: 'Material Icons';
    vertical-align: -2px;
    margin-right: 3px;
}

/*▼ ボタン設定（参考LPのデザインを適用）　▼*/
.btn, .btn_center, .btn02, .btn03, .cdt_app {
    text-align: center;
    display: block;
    position: relative;
    z-index: 2;
    font-weight: 700;
    border-radius: 5px;
    height: 80px;
    line-height: 80px;
    color: #fff;
    font-size: 2.4rem;
    transition: all 0.3s ease;
}

/* ホバー時の挙動（文字間隔を広げる） */
.btn:hover, .btn_center:hover, .btn02:hover, .btn03:hover, .cdt_app:hover {
    letter-spacing: 5px;
}

/* 入会と共にご購入（オレンジ） */
/* 上と下のボタンサイズを揃えるため width: 70% で統一 */
.btn_center {
    background: #e3911b;
    filter: drop-shadow(0px 8px 0px #bb7209);
    width: 70%; 
    margin: 20px auto;
}

/* 一般の方 & 会員の方（緑）※一般も会員と同じ色に変更 */
.btn02, .btn03 {
    background: #00C853;
    filter: drop-shadow(0px 8px 0px #008e3b); /* 本体より暗い緑の影 */
    width: 48%; /* PCでは横並びのため */
    margin-bottom: 20px;
}

section{
    width: 1000px;
    margin: 0 auto;
    padding: 110px 0;
}
h1{
    text-align: center;
    margin-bottom: 60px;
    font-size: 3.4rem;
    font-weight: 700;
}
.en{
    font-weight: 500;
    text-align: center;
    font-style: italic;
    font-size: 2.7rem;
    font-family: 'Poppins', sans-serif;
    text-transform: lowercase;
    color:#f7931e;
}

/* PC .hayawari 早割期間 */
.hayawari_wrap{
    z-index: 200;
}
.hayawari {
    padding: 40px 0 34px;
}
.hayawari h1{
    margin-bottom:0;
}
.banner_wrap {
    background:url(../img/banner_bg.jpg);
    background-repeat:no-repeat;
    background-position: top center;
    background-size: cover;
}
.banner {
    padding: 50px 0;
}
/* PC topics */
.topics_wrap{
    /* background:url(../img/topic_bg.jpg);
    background-repeat:no-repeat;
    background-position: top center;
    background-size: cover; */
}
.topics{
    padding: 80px 0;
}
.topics h2{
    font-size: 3rem;
    line-height: 2.4;
}
.topics .en,.message .en{
    margin-bottom:40px;
}

/* PC point */
.sec03_img{
    width:31%;
}


/* PC message */
.message .narrow{
    width:90%;
    margin:0 auto;
}
.message .narrow .bg_gray{
    padding:3%;
}
.box_point{
    border:2px solid #333;
    padding: 6% 4%;
    margin-bottom: 70px;
    position: relative;
}
.point_img{
    width: 23%;
    margin-top: -10.4%;
    margin-bottom: 30px;
    /*position: absolute;
    top: -10%;*/
    height: auto; 
}
.check_red li::before {
    font-family: "Font Awesome 5 Free";
    content: '\f00c';
    font-weight: 700;
    font-style: normal;
    padding-right: 0.5%;
    color:#e77f79;
}
.check_maru li{
    position: relative;
    padding-left: 30px;
    text-indent: 0;
}
.check_maru li::before {
    position: absolute;
    content: "";
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background-color: #e77f79;
    left: 0;
    top: 18px;
    transform: translateY(-50%);
}
.point03_img{
    width: 29%;
    margin-right: 83px
}
.message .right{
    width:100%;
}
.message .box_point .box_inner{
    padding-top:3%;
}


/* PC comment */
.comment .koushi_img{
    width: 28%;
    margin-right: 50px;
}


/* PC sample */
.sample_bg{
    background:url(../img/bg.jpg);
    background-size: cover;
}
.sample h1{
    font-size:3.4rem;
    font-weight:600;
    color: #fff;
}
.sample .en{
    color:#ffdd00;
}
.hyoushi {
    width: 30%;
    margin: 0 auto 30px;
}
.samp_btn:after{
    font-family: Font Awesome\ 5 Free;
    content: '\f35a';
    font-style: normal;
    padding-right: 0.5%;
    font-weight: 700;
    color:#3b5b98;
    margin-left:17px;
}
.samp_btn {
    font-size: 2.8rem;
    padding: 2%;
    width: 70%;
    margin: 0 auto;
    background:#fff;
    color:#3b5b98;
    border-radius: 5px;
}
.samp_btn:hover{
    background:#3b5b98;
    color:#fff;
}
.samp_btn:hover:after{
    font-family: Font Awesome\ 5 Free;
    content: '\f35a';
    font-style: normal;
    padding-right: 0.5%;
    font-weight: 700;
    color:#fff;
    margin-left:17px;
}

/* ▼ PDF表示エリアの修正（iframeサイズ調整） ▼ */
.sample .pdf {
    width: 100%;
    margin: 0 auto 30px;
}
.sample .pdf iframe {
    width: 100%;
    height: 800px;
    display: block;
}

/* PC profile */
.profile .box{
    /* border:2px solid #a56314; */
    padding:4%;
}
.profile .koushi_img{
    width:23%;
    margin-right: 60px;
}
.profile .name{
    font-size: 2.4rem;
}
.profile h2{
    margin-top: 80px;
}
.profile .box_inner{
    margin-bottom:40px
}
.book {
    width: 20%;
}


.voice h4 {
    font-weight: 600;
    font-size: 2.8rem;
}
.voice .box {
    border-radius: 5px;
    margin-bottom: 40px;
}
.voice .box_inner02 {
    padding: 2% 3%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.voice .txt {
    width: 68%;
    font-size: 4rem;
    line-height: 1.3;
}
.voice_img {
    width: 30%;
    height: 100%;
}
.voice h3 {
    line-height: 1.6;
    padding: 2% 3%;
    font-size: 3rem;
    background: #5eb5e4;
}



/* PC detail */
.detail_box {
    padding: 2%;
    border-radius: 5px;
}
.dtl_tbl td{
    padding: 3%;
}
.dtl_tbl tr {
    border-bottom:2px solid #dedede;
}
.dtl_tbl tr:last-of-type {
    border: none;
}
.dtl_tbl .tbl_head{
    width:14.5em;
    vertical-align: middle;
}

.more {
    padding: 52px 0;
}
.more_img {
    width: 100%;
    margin: 0 auto;
}

.toha_wrap{
    background: #f4f2f0;
}
.toha .box {
    /* background: #e8e2d5; */
    border-radius: 5px;
    overflow: hidden;
    /* margin-bottom: 8px; */
}
.toha .box h2 {
    font-size: 2.3rem;
    height: 4.5em;
    padding-top: 3%;
    color: #000;
}
.plan_img {
    margin-top: 60px;
}

/* PC entry */
.entry .box {
    padding: 5%;
    margin-bottom: 50px;
}
.entry h2 {
    width: 19em;
    text-align: center;
    margin: 0 auto 20px;
    padding: .2%;
}

/* ▼ フローティングバナー（カウントダウンエリア）のスタイル定義 ▼ */
.cdt_wrapper {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    background: rgba(255, 255, 255, 0.95); /* 背景色 */
    box-shadow: 0 -2px 5px rgba(0,0,0,0.1);
    padding: 10px 0;
    display: block;
}
.cdt {
    width: 1000px;
    margin: 0 auto;
    text-align: center; /* 中身をセンター寄せ */
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 2px;
}
/* フローティングバナーのボタン調整（背景白、文字緑、影濃い緑） */
.cdt_app {
    background: #fff !important; /* 背景は白 */
    color: #00C853 !important;   /* 文字は緑 */
    filter: drop-shadow(0px 4px 0px #006429) !important; /* 影は濃い緑 */
    border: 2px solid #00C853;   /* 視認性向上のための枠線 */
    width: 300px;
    margin: 0; /* PCではflexで並べるのでmargin不要 */
}
.cdt_txt, .cdt_date {
    font-weight: 700;
    font-size: 1.6rem;
}


/*------------------------
▲ PC表示終わり　▲
------------------------*/
/*-----------------------------------
　↓ 685pxまでのfooter設定　消さない！！　↓ 
-----------------------------------*/
@media screen  and (min-width: 600px) and (max-width: 684px) {
footer .left {
    width: 50%;
}
.logo {
    width: 29%;
    height: auto!important;
}
}
/*-----------------------------------
　↑ 685pxまでのfooter設定　消さない！！　↑
-----------------------------------*/
@media screen and (max-width: 1024px){
#page-top img{
    display: none;
}
header img{
    width: 98%;
}
section {
    width: 94%;
    padding: 10% 0;
}
.message .narrow{
    width:100%;
}
.cdt {
    width: 100%;
    flex-direction: column;
}
}
@media screen and (max-width: 916px) {
.point03_img {
    width: 25%;
}
}
/*-----------------------------------
　↓ .point_img　↓
-----------------------------------*/
@media screen and (max-width: 764px){
.point_img {
    margin-top: -10.5%;
}
}
@media screen and (max-width: 599px){
.point_img {
    
}
}
@media screen and (max-width: 498px) {
.point_img {
    margin-top: -20.5%;
}
}

@media screen and (max-width: 768px) {
html{
    font-size: 50%;
}
.logo {
    width: 65%;
}
}

@media screen and (min-width: 767px) {
.pcnone {
    display:none;
}
}
@media screen and (min-width: 600px) and (max-width: 766px) {
.pcnone{
    display: none;
}
.spnone {
    display: block;
}
}

/*------------------------
スマホ~599px
------------------------*/
@media screen and (max-width: 599px) {
body {
    width:100%;
}
.sp_block,
.sp_br,
.pcnone,
.sp_noflex {
    display:block
}
.spnone {
    display:none
}
.pc_block {
    display:inline
}
.sp_alc {
    text-align: center;
}
.sp_flex_space{
    display:flex;justify-content:space-between
}
.sec_wrap {
    width:100%;
    padding:0;
}
section{
    width: 100%!important;
    padding: 14% 6%;
}
/*▼ footer ▼*/
footer {
    padding: 2%;
    font-size: 1.4rem;
}
.footer_inner {
    width: 92%;
    margin: 0 auto;
    padding: 2.60416% 0;
}
footer ul{
    width: 100%;
    text-align: left;
}
.logo {
    width:40%;
    display: block;
}
#page-top img {
    display: none;
}
.copy{
    margin-bottom: 10px;
}
/*▲ footer ▲*/
header{
    background: url(../img/mv_bg_sp.jpg) no-repeat;
    background-size: cover;
}
header .mv_area{
    padding: 0!important;
}
header h1 img{
    width: 100%;
    margin: 0 auto;
}
h1{
    font-size: 3rem;
    margin-bottom: 50px;
}
.en{
    font-size: 2.2rem;
}

/* SPでのボタン調整 */
.btn, .btn_center, .btn02, .btn03, .cdt_app {
    width: 100%;
    background-size: 2.4%;
    background-position: 92% 50%;
    font-size: 2.6rem;
}
.btn:first-of-type{
    margin-bottom:20px;
}

/* SPでのフローティングバナー調整（センター配置 & 画面いっぱい） */
.cdt {
    width: 100% !important; /* 容器を全幅に */
    left: 0;
    right: 0;
    margin: 0 auto !important;
    display: block; /* SPでは縦並び */
    text-align: center;
    padding: 0 10px; /* 左右に少しだけ余白を入れる */
}
.cdt_wrapper {
    display: block;
    padding: 15px 0;
}
.cdt_app {
    margin: 10px auto !important; /* 中央寄せ */
    width: 100% !important; /* ボタン幅を親要素いっぱい（100%）に */
    box-sizing: border-box; /* 枠線を含めた幅にする */
}

/*SP hayawari*/
.hayawari{
    padding: 4% 4%;
}
.banner{
    padding: 6% 4%;
}
/*SP topics*/
.topics{
    padding: 7% 4% 12%;
}
.topics h1{
    margin-bottom:0;
}
/*SP point*/
.sec03_img {
    width: 70%;
    margin: 0 auto 60px;
}
/*SP message*/
.box_point {
    padding: 12% 4% 6%;
}
.point_img {
    width: 43%;
    margin-top: -20.5%;
}
.point03_img {
    width: 90%;
    margin-right: 0;
    margin: 0 auto 40px;
}

/*SP comment*/
.comment .koushi_img {
    width: 64%;
    margin-right: 0;
    margin: 0 auto 40px;
}
/*SP sample*/
.samp_btn {
    width:100%;
}
.hyoushi {
    width: 60%;
}
/*SP profile*/
.profile .koushi_img {
    width: 57%;
    margin-right: 0;
    margin: 0 auto 40px;
}
.profile h2 {
    margin-top: 0;
}
.book {
    margin: 0 auto;
    width: 80%;
}
/*SP voice*/
.voice .box_inner02 {
    padding: 2%;
    display: block;
}
.voice .box_inner02 .txt {
    width: 100%;
    margin-bottom: 10px;
    font-size: 2.5rem;
    line-height: 1.6;
}
.voice_img {
    width: 50%;
    height: auto;
    margin: 0 auto;
}
.voice h3 {
    line-height: 1.6;
    padding-top: 3%;
    font-size: 1.8rem;
}

/*SP detail*/
.dtl_tbl {
    
}
.dtl_tbl td {
    display: block;
    padding: 0;
    padding-bottom: 17px;
}
.dtl_tbl .tbl_head{
    width: 100%;
    border-bottom: 0;
    margin-bottom: 10px;
    padding-bottom: 0;
}
.detail .btn:first-of-type{
    margin-bottom:20px;
}
}

/* 修正 */
.heading {
    padding-left: 20px;
    position: relative;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 10px;
}
.check_blue::before {
    font-family: "Font Awesome 5 Free";
    content: '\f00c';
    font-weight: 700;
    font-style: normal;
    padding-right: 10px;
    color:#e77f79;
}
.contents_txt {
    padding-left: 56px;
}
.box03 {
    margin: 0 auto;
    width: 85%;
}
.box03_inner {
    margin-top: 30px;
    border-bottom: 2px solid #efefeb;
}
.box03_inner ul {
    font-size: 1.8rem;
    padding-bottom: 3%;
}
.box03_inner ul li {
    margin-bottom: 22px;
    line-height: 1.2;
}
.mb_re {
    margin-bottom: 30px;
}

@media screen and (max-width: 599px) {
    .heading {
        font-size: 18px;
    }
    .box03 {
        margin: 0 auto;
        width: 100%;
    }
}