@charset "utf-8";

/*================================================== common ==================================================*/

body.trial {
    font-feature-settings: "palt";
    font-size: 1.6rem;
    letter-spacing: .04em;
    text-align: justify;
    word-break: break-all;
    line-height: 1.5;
}
.italic {
    font-style: italic;
}
.trial .kv {
    margin: 144px auto 0;
    width: 1064px;
}
.trial .intro {
    margin: 0 auto;
    width: 76vw;
    max-width: 1200px;
    padding: 84px 0;
    text-align: center;
}
.trial .intro.intro2 {
    margin-bottom: 84px;
    padding-bottom: 0;
}
.trial .intro .ttl {
    margin-bottom: 28px;
    font-size: 2.6rem;
}
.trial .intro p {
    line-height: 2;
}
.trial .intro ul {
    margin: 0 auto;
    width: 728px;
}
.trial .intro ul li {
    display: inline-block;
    margin: 0 12px 12px;
    letter-spacing: 0.06em;
    font-feature-settings: 'palt' on;
    background: url(/common/rn_img/common/check3.svg) 0 4px no-repeat;
    background-size: 16px;
    padding-left: 20px;
    line-height: 1.5;
}
.trial .sec_cart.cart {
    margin: 0 auto;
    width: 504px;
    text-align: center;
}
.trial .sec_cart.cart.cart2 {
    margin-bottom: 112px;
}
.trial .sec_cart.cart .ttl {
    display: inline-block;
    margin-bottom: 20px;
    border-bottom: 1px solid #BABBBB;
}
.trial .sec_cart.cart .sttl {
    margin-bottom: 20px;
    font-size: 2.6rem;
    line-height: 1;
}
.trial .sec_cart.cart ul {
    margin-bottom: 20px;
}
.trial .sec_cart.cart ul li {
    position: relative;
    margin-bottom: 8px;
}
.trial .sec_cart.cart ul li:last-child {
    margin-bottom: 0;
}
.trial .sec_cart.cart ul li input[type='radio'] {
    position: absolute;
    top: 50%; right: 14px;
    margin-top: -7px;
    background: #EBE8E6;
    border-color: #EBE8E6;
    z-index: 1;
}
.trial .sec_cart.cart ul li input[type='radio']:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -3px 0 0 -3px;
    width: 6px;
    height: 6px;
    background: #F3F1F0;
    border-radius: 3px;
}
.trial .sec_cart.cart ul li input[type='radio']:checked {
    background: #222;
    border-color: #222;
}
.trial .sec_cart.cart ul li input[type='radio']:checked:after {
    background: #fff;
}
.trial .sec_cart.cart ul li label {
    cursor: pointer;
}
.trial .sec_cart.cart ul li label .contain {
    display: flex;
    align-items: center;
    background: #F3F1F0;
    border: 1px solid #F3F1F0;
    text-align: left;
    transition: all .15s ease;
}
.trial .sec_cart.cart ul li.selected label .contain {
    background: #fff;
    border: 1px solid #222;
}
.trial .sec_cart.cart ul li label .contain .wrap_ttl {
    padding: 9px 0 9px 27px;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    transition: all .15s ease;
}
.trial .sec_cart.cart ul li:nth-child(2) label .contain .wrap_ttl {
    width: 48px;
    display: flex;
    align-items: center;
}
.trial .sec_cart.cart ul li label .contain .wrap_ttl span {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 22px;
    height: 92px;
    background: #fff;
    border-radius: 11px;
    font-family: "FP-こぶりなゴシック StdN W6",FP-KoburinaGoStdN-W6,"こぶりなゴシック Std W6",KoburinaGoStd-W6,"游ゴシック Bold",YuGothic,YuGothicB,"Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro",メイリオ,Meiryo,sans-serif;
    font-weight: bold;
    font-size: 1.4rem;
    color: #2E8DA3;
    transition: all .15s ease;
}
.trial .sec_cart.cart ul li label .contain .wrap_ttl span:nth-child(2) {
    margin-right: 4px;
}
.trial .sec_cart.cart ul li.selected label .contain .wrap_ttl span {
    background: #2E8DA3;
    color: #fff;
}
.trial .sec_cart.cart ul li label .contain .wrap_img {
    padding: 9px 0 0 27px;
}
.trial .sec_cart.cart ul li label .contain .wrap_img img {
    width: auto; height: 92px;
}
.trial .sec_cart.cart ul li label .contain .wrap_txt {
    padding: 0 28px 0 20px;
}
.trial .sec_cart.cart ul li label .contain .wrap_txt .ssttl {
    margin-bottom: 6px;
    font-size: 1.8rem;
    letter-spacing: .08em;
    line-height: 1.25;
}
.trial .sec_cart.cart ul li label .contain .wrap_txt .sssttl {
    font-size: 1rem;
    line-height: 1.25;
}
.trial .sec_cart.cart .cont {
    text-align: center;
}
.trial .sec_cart.cart .cont ul {
    display: none;
}
.trial .sec_cart.cart .cont .selected {
    display: inline-block;
}
.trial .sec_cart.cart .cont ul li {
    margin-bottom: 0;
    font-size: 1rem;
    text-align: left;
    letter-spacing: 0;
    list-style: disc outside;
}
.trial .sec_cart.cart .price {
    margin: 0 auto;
    width: 244px;
    text-align: left;
}
.trial .sec_cart.cart .price.limited {
    width: 280px;
}
.trial .sec_cart.cart .price .top {
    display: flex;
    align-items: center;
    gap: 14px;
    justify-content: center
}
.trial .sec_cart.cart .price .top .price_before {
    font-size: 1.2rem;
    line-height: 1.25;
}
.trial .sec_cart.cart .price .top .price_before span {
    text-decoration: line-through;
}
.trial .sec_cart.cart .price .top .price_after {
    font-size: 4.8rem;
    color: #F0765B;
    letter-spacing: .02em;
    line-height: 1;
}
.trial .sec_cart.cart .price .top .price_after span {
    font-size: 1.4rem;
}
.trial .sec_cart.cart .price .top .price_normal {
    font-size: 4.8rem;
    font-feature-settings: 'palt' on;
    line-height: 1;
    letter-spacing: 0;
    margin-bottom: 8px;
    text-align: center;
}
.trial .sec_cart.cart .price .top .price_normal span {
    font-size: 1.4rem;
}

.trial .sec_cart.cart .price .top .price_campaign {
    display: flex;
    align-items: center;
    justify-content: space-between;
    letter-spacing: 0;
    text-align: left;
}
.trial .sec_cart.cart .price .top .price_campaign .before {
    font-size: 1.2rem;
    line-height: 1.25;
}
.trial .sec_cart.cart .price .top .price_campaign .before span {
    font-size: 1.2rem;
    text-decoration: line-through;
}
.trial .sec_cart.cart .price .top .price_campaign .after {
    font-size: 4.8rem;
    color: #F0765B;
}
.trial .sec_cart.cart .price .top .price_campaign .after span {
    font-size: 1.4rem;
}

.trial .sec_cart.cart .price .middle {
    margin-bottom: 4px;
    padding: 2px 0;
    background: #F0765B;
    font-family: "FP-こぶりなゴシック StdN W6",FP-KoburinaGoStdN-W6,"こぶりなゴシック Std W6",KoburinaGoStd-W6,"游ゴシック Bold",YuGothic,YuGothicB,"Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro",メイリオ,Meiryo,sans-serif;
    font-weight: bold;
    font-size: 1.1rem;
    color: #fff;
    text-align: center;
    line-height: 1;
}
.trial .sec_cart.cart .price .bottom {
    margin-bottom: 20px;
}
.trial .sec_cart.cart .price .bottom .wrap_offer {
    gap: 4px;
}
.trial .sec_cart.cart .price .bottom .wrap_offer .offer {
    flex: 1;
    padding: 1px 0;
    border: 1px solid #222;
    font-family: "FP-こぶりなゴシック StdN W6",FP-KoburinaGoStdN-W6,"こぶりなゴシック Std W6",KoburinaGoStd-W6,"游ゴシック Bold",YuGothic,YuGothicB,"Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro",メイリオ,Meiryo,sans-serif;
    font-weight: bold;
    font-size: 1.1rem;
    color: #222;
    text-align: center;
    line-height: 1;
}
.trial .sec_cart.cart .price.limited .bottom .wrap_offer .offer {
    border: 1px solid #F0765B;
    color: #F0765B;
}
.trial .sec_cart.cart .wrap_btn .btn_40 {
    display: none;
    margin: 0 auto;
    width: 322px;
}
.trial .sec_cart.cart .wrap_btn .btn_40.selected {
    display: block;
}

.sec_cart .price .top .price {
    display: none;
}
.sec_cart .price .top .price.selected {
    display: block;
}
.sec_cart .price .bottom .wrap_offer {
    display: none;
}
.sec_cart .price .bottom .wrap_offer.selected {
    display: flex;
}
.trial .sec_cart .price .bottom .wrap_offer.offer_campaign {
    flex-wrap: wrap;
}
.trial .sec_cart .price .bottom .wrap_offer.offer_campaign .offer {
    border-color: #F0765B;
    color: #F0765B;
}
.trial .sec_cart .price .bottom .wrap_offer.offer_campaign .offer.large {
    flex: auto;
    width: 100%;
    background: #F0765B;
    color: #fff;
}

/* */
.cart_trial_olsc label,
.cart_trial_fl label,
.cart_trial_sa label,
.cart_trial_ts label {
    display: block;
    position: relative;
    height: 112px;
}
.cart_trial_olsc label .ico {
    position: absolute;
    top: -10px; left: -10px;
    width: 44px; height: 44px;
}
.cart_trial_olsc label {
    background: url(/common/rn_img/trial/cart_trial_olsc.png) center no-repeat;
    background-size: contain;
}
.cart_trial_fl label {
    background: url(/common/rn_img/trial/cart_trial_fl.png) center no-repeat;
    background-size: contain;
}
.cart_trial_sa label {
    background: url(/common/rn_img/trial/cart_trial_sa.png) center no-repeat;
    background-size: contain;
}
.cart_trial_ts label {
    background: url(/common/rn_img/trial/cart_trial_ts.png) center no-repeat;
    background-size: contain;
}
.cart_trial_olsc.selected label {
    background: url(/common/rn_img/trial/cart_trial_olsc_active.png) center no-repeat;
    background-size: contain;
}
.cart_trial_fl.selected label {
    background: url(/common/rn_img/trial/cart_trial_fl_active.png) center no-repeat;
    background-size: contain;
}
.cart_trial_sa.selected label {
    background: url(/common/rn_img/trial/cart_trial_sa_active.png) center no-repeat;
    background-size: contain;
}
.cart_trial_ts.selected label {
    background: url(/common/rn_img/trial/cart_trial_ts_active.png) center no-repeat;
    background-size: contain;
}
/* */

.sec_trial {
    margin: 0 auto 112px;
    width: 1064px;
}
.sec_trial .ttl {
    margin-top: -168px;
    margin-bottom: 70px;
    padding-top: 168px;
    padding-bottom: 10px;
    border-bottom: 2px solid #222222;
    font-family: 'SF Pro Text', 'Helvetica', 'Arial', 'Verdana', sans-serif;
    font-size: 2.6rem;
    font-weight: 500;
    letter-spacing: .04em;
    line-height: 1;
}
.sec_trial .sttl {
    margin-bottom: 28px;
    font-size: 2.6rem;
    text-align: center;
}
.sec_trial p {
    line-height: 2;
}
.img1 {
    margin: 0 auto 112px;
    width: 1064px;
}
.sec_trial .approach {
}
.sec_trial .approach.approach2 {
    margin: 70px auto 112px;
    width: 728px;
}
.sec_trial .approach.approach2 .cont {
}
.sec_trial .approach.approach2 .cont .sttl {
}
.sec_trial .approach.approach2 .cont p {
    margin-bottom: 28px;
}
.sec_trial .approach.approach2 .cont .inner {
    margin: 0 auto;
    width: 334px;
    line-height: 1.5;
}
.sec_trial .approach.approach2 .cont .inner img {
    margin-bottom: 14px;
}
.sec_trial .approach.approach_new {
    margin: 70px auto 84px;
    width: 728px;
}
.sec_trial .approach.approach_new .cont p {
    margin-bottom: 28px;
    text-align: center;
}
.sec_trial .approach.approach_new .cont img {
    display: block;
    margin: 0 auto 28px;
    width: 334px;
}
.sec_product_trial {
    margin: 0 auto 140px;
    width: 504px;
}
.sec_product_trial .ico {
    display: block;
    margin: 0 auto 14px;
    width: 44px;
}
.sec_product_trial .pttl {
    margin-bottom: 14px;
    font-size: 2.8rem;
    text-align: center;
    line-height: 1.5;
}
.sec_product_trial .cat_list {
    margin-bottom: 20px;
    text-align: center;
}
.sec_product_trial .cat_list li {
    display: inline-block;
    margin: 0 3px;
    padding: 0 10px;
    background: #2E8DA3;
    font-family: "FP-こぶりなゴシック StdN W6",FP-KoburinaGoStdN-W6,"こぶりなゴシック Std W6",KoburinaGoStd-W6,"游ゴシック Bold",YuGothic,YuGothicB,"Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro",メイリオ,Meiryo,sans-serif;
    font-weight: bold;
    font-size: 1.3rem;
    color: #fff;
    border-radius: 100px;
}
.sec_product_trial .pimg {
    display: block;
    margin: 0 auto 20px;
    width: 334px;
}
.sec_product_trial .psttl {
    margin-bottom: 14px;
    font-size: 2rem;
    text-align: center;
}
.sec_product_trial .price {
    margin-bottom: 28px;
    font-size: 1.5rem;
    text-align: center;
    line-height: 1;
}
.sec_product_trial .price .line {
    text-decoration: line-through;
}
.sec_product_trial .price .red {
    font-family: "FP-こぶりなゴシック StdN W6",FP-KoburinaGoStdN-W6,"こぶりなゴシック Std W6",KoburinaGoStd-W6,"游ゴシック Bold",YuGothic,YuGothicB,"Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro",メイリオ,Meiryo,sans-serif;
    font-weight: bold;
    color: #F0765B;
}
.sec_product_trial .price_ann {
    margin-bottom: 28px;
    font-size: 1.2rem;
    text-align: center;
    line-height: 1.5;
    color: #F0765B;
}
.sec_product_trial .txt {
    margin-bottom: 28px;
}
.sec_product_trial .list {
    margin-bottom: 28px;
    font-size: 1rem;
}
.sec_product_trial .pro_list {
    display: none;
    border-top: 1px solid #D1D2D2;
}
.sec_product_trial .pro_list li {
    display: flex;
    gap: 28px;
    align-items: center;
    border-bottom: 1px solid #D1D2D2;
}
.sec_product_trial .pro_list li .wrap_img {
    padding: 20px 0;
    width: 76px;
}
.sec_product_trial .pro_list li .wrap_img img {
    mix-blend-mode: darken;
}
.sec_product_trial .pro_list li .wrap_txt {
    flex: 1;
    padding: 20px 0;
}
.sec_product_trial .pro_list li .wrap_txt .cat {
    display: inline-block;
    margin-bottom: 6px;
    padding: 0 10px;
    background: #EBE8E6;
    font-size: 1.3rem;
    border-radius: 100px;
}
.sec_product_trial .pro_list li .wrap_txt .cat2 {
    display: inline-block;
    margin: 0 8px 6px;
    font-size: 1.3rem;
    border-radius: 100px;
}
.sec_product_trial .pro_list li .wrap_txt .pssttl {
    margin-bottom: 6px;
    font-size: 1.4rem;
}
.sec_product_trial .pro_list li .wrap_txt .exc {
    font-size: 1.2rem;
}
.sec_product_trial .btn_more {
    display: block;
    position: relative;
    margin: 0 auto 28px;
    margin-top: 20px;
    padding-right: 20px;
    width: 66px;
    font-size: 1.4rem;
    letter-spacing: .05em;
    text-align: right;
}
.sec_product_trial .btn_more.active {
    width: 60px;
}
.sec_product_trial .btn_more::before {
    content: "詳しく見る";
}
.sec_product_trial .btn_more.active::before {
    content: "閉じる";
}
.sec_product_trial .btn_more::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -10px;
    width: 20px;
    height: 20px;
    background: url(/common/rn_img/common/arrow3.svg) center no-repeat;
    background-size: contain;
    vertical-align: top;
    transition: all .15s ease;
}
.sec_product_trial .btn_more.active::after {
    transform: scale(1,-1);
}
.sec_product_trial .check_list {
    margin-bottom: 28px;
    padding: 28px;
    background: #EBE8E6;
}
.sec_product_trial .check_list .pssttl {
    margin-bottom: 28px;
    font-family: "FP-こぶりなゴシック StdN W6",FP-KoburinaGoStdN-W6,"こぶりなゴシック Std W6",KoburinaGoStd-W6,"游ゴシック Bold",YuGothic,YuGothicB,"Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro",メイリオ,Meiryo,sans-serif;
    font-weight: bold;
    font-size: 1.8rem;
    line-height: 1;
    text-align: center;
}
.sec_product_trial .check_list .psssttl {
    margin-top: 28px;
    margin-bottom: 14px;
    text-align: center;
    text-decoration: underline;
}
.sec_product_trial .check_list ul {
    
}
.sec_product_trial .check_list ul li {
    font-feature-settings: 'palt' on;
    background: url(/common/rn_img/common/check3.svg) 0 4px no-repeat;
    background-size: 14px;
    padding-left: 18px;
    font-size: 1.4rem;
    line-height: 1.5;
}
.sec_product_trial .btn_40 {
    margin: 0 auto 28px;
    width: 280px;
}
.btn_40.large {
    border-radius: 26px;
    font-family: "FP-こぶりなゴシック StdN W6", FP-KoburinaGoStdN-W6, "こぶりなゴシック Std W6", KoburinaGoStd-W6, "游ゴシック Bold", YuGothic, YuGothicB, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
    font-weight: bold;
    font-size: 1.8rem;
    letter-spacing: .1em;
    line-height: 50px;
}

.trial .bnr_floating {
    display: none;
    position: fixed;
    width: 504px;
    bottom: 14px; left: 50%;
    margin-left: -252px;
    z-index: 100;
    transition: none;
    box-shadow: 0 0 24px 4px rgba(0, 0, 0, .08);
    background: #fff;
}
.trial .bnr_floating img {
    display: block;
    mix-blend-mode: darken;
    transition: all .15s ease;
}
.trial .bnr_floating img:hover {
    opacity: .5;
}

/* gwp list */
.trial .sec_cart.cart .cont ul .plus {
    position: relative;
    margin-top: 25px;
    list-style: none;
}
.trial .sec_cart.cart .cont ul .plus::before,
.sec_product_trial .gwp_list.plus::before {
    position: absolute;
    content: "+";
    top: 50%;
    left: 50%;
    font-size: 1.6rem;
    transform: translate(-50%, -30px);
}
.sec_product_trial .gwp_list {
    position: relative;
    margin-bottom: 28px;
    font-size: 1rem;
}
.trial .sec_cart.cart .cont ul .plus span,
.sec_product_trial .gwp_list span {
    font-size: 1.2rem;
    font-family: "FP-こぶりなゴシック StdN W6", FP-KoburinaGoStdN-W6, "こぶりなゴシック Std W6", KoburinaGoStd-W6, "游ゴシック Bold", YuGothic, YuGothicB, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
    font-weight: bold;
}
.sec_product_trial .gwp_list.plus::before {
    transform: translate(-50%, -40px);
}

























