@charset "UTF-8";

.JakartaSans {
    font-family: "Plus Jakarta Sans", sans-serif;
    font-weight: 300;
}

.tone_logo {
    display: inline;
}

.spOnly {
    display: none;
}

.pcOnly {
    display: block;
}

section img {
    display: block;
    margin: auto;
}

#header {
    z-index: 999;
}

#header-inner {
    background-color: var(--white);
}

html,
body {
    height: 100%;
    font-size: 16px;
}

#breadCrumb_style {
    width: 920px;
    padding-top: 10px;
    margin: 0 auto 19px;
}

a{
    text-decoration: none;
}

img {
    vertical-align: inherit;
}

.mt10 {
    margin-top: 10px;
}

.mt20 {
    margin-top: 20px;
}

.mt30 {
    margin-top: 30px !important;
}

.mb50 {
    margin-bottom: 50px;
}

.flex {
    display: flex;
}

.inner {
    max-width: 1100px;
    width: 100%;
    margin: 0 auto;
}

.inner .product_cmt {
    width: 740px;
	text-align: center;
	display: block;
	padding: 16px 10px;
	margin: 0px auto 40px;
	border: 1px solid #D20D24;
	font-size: 18px;
	color: #D20D24;
	font-weight: bold;
	box-sizing: border-box;
}

.tcenter {
    text-align: center;
}

.store-cv.m30 {
    margin: 30px auto;
}

/* 注釈 */
.cmt {
    text-indent: -25px;
    max-width: 920px;
    width: 100%;
    margin: 0 auto;
    text-align: justify;
    line-height: 1.8;
    font-size: 12px;
}

.cmt_list {
    margin: 40px auto;
}

.cmt_list li {
    text-indent: -27px;
    margin-left: 28px;
    text-align-last: left;
    text-justify: inter-ideograph;
}

.cmt12 {
    font-size: 12px;
    line-height: 160%;
}

.cmt10 {
    font-size: 10px;
}

.cmt_after {
    position: relative;
}

.cmt_after::after {
    content: "※";
    position: absolute;
    top: -8px;
    right: -18px;
    font-size: 10px;
}

.mv_flex .cmt_after::after {
    content: "※2";
}

/* cvボタン --------------------*/

.store-cv {
    max-width: 920px;
    width: 100%;
    margin: auto;
}

.store-cv-btn ul {
    display: flex;
    justify-content: center;
    align-items: center;
}

.store-cv-btn ul li {
    width: 50%;
    margin-right: 30px;
    flex: none;
}

.store-cv-btn ul li:last-child {
    margin-right: 0;
}

.near-store .title,
.online-store .title {
    padding: 20px;
    font-size: 24px;
    background: rgba(54, 182, 230, 0.1);
    line-height: 1.5;
}

.near-store .title span,
.online-store .title span {
    padding: 30px 0;
    font-size: 30px;
    font-weight: 800;
    color: var(--black);
}

.near-store .title:hover,
.online-store .title:hover {
    background: rgb(255, 123, 156);
    background: linear-gradient(45deg,
            rgba(255, 123, 156, 0.4) 18%,
            rgba(255, 255, 0, 0.4) 100%);
    -ms-transition: 0.8s !important;
    transition: 0.8s !important;
}

.near-store a,
.online-store a {
    position: relative;
    display: block;
    background: var(--primary);
    max-width: 470px;
    width: 100%;
    margin: 0 auto;
    padding: 20px;
    font-size: 18px;
    font-weight: bold;
    color: var(--white);
    border-radius: 50px;
    border: 2px solid var(--primary);
    transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
    box-sizing: border-box;
    text-align: center;
}

.online-store a {
    max-width: 600px;
    margin: 16px auto 40px;
    color: var(--white);
    background: var(--secondary);
    border: 2px solid var(--secondary);
}

.near-store a:hover {
    background: var(--white);
    color: var(--primary);
}

.online-store a:hover {
    color: var(--secondary);
    background: var(--white);
}
.cvButton_wrap{
    max-width: 600px;
    width: 100%;
    margin: 30px auto 20px;
}
.cvButton_wrap .flex{
    justify-content: space-between;
    align-items: center;
    gap: 16px;
}
.cvButton_wrap .cvButton{
    margin: 0;
}
.near-store a::before,
.online-store a::before {
    content: "";
    width: 12px;
    height: 12px;
    border-top: solid 3px var(--white);
    border-right: solid 3px var(--white);
    position: absolute;
    top: 50%;
    left: 8%;
    transform: translateY(-50%) translateX(-50%) rotate(45deg);
    -webkit-transform: translateY(-50%) translateX(-50%) rotate(45deg);
    transition: 0.5s ease-in-out;
    -webkit-transition: 0.5s ease-in-out;
}

.e21-cv a::before {
    border-top: solid 3px var(--primary);
    border-right: solid 3px var(--primary);
}

.near-store a:hover::before {
    border-color: var(--primary);
}

.online-store a:hover::before {
    border-color: var(--secondary);
}

.e21-cv a:hover::before {
    border-color: var(--white);
}

.near-store a::after,
.online-store a::after {
    position: absolute;
}

.online-store a::after {
    content: "";
    position: absolute;
    width: 27px;
    height: 30px;
    background: url(/assets/img/commons/icon-10.svg) center/28px no-repeat;
    top: 13px;
    right: 4%;
    z-index: 31;
}

.online-store.orange a:hover::after {
    background: url(/assets/img/commons/icon-10-hoverOg.png) center/23px no-repeat;
}

.online-store a:hover::after {
    background: url(/assets/img/commons/icon-10-hover.svg) center/28px no-repeat;
}

/* mv */
.mainVisual {
    padding: 60px 0;
    background: url(/labo/img/boder_img.svg) bottom/100% no-repeat;
    line-height: 1.5;
}

.mv_ttl_sub {
    display: inline-block;
    margin-bottom: 40px;
    padding: 20px 35px;
    font-size: 18px;
    border: 2px solid #f18f43;
    border-radius: 50px;
    text-align: center;
}

h1 img {
    margin: 0 auto 20px;
}

.toneLabo_logo {
    position: relative;
    display: inline-block;
    z-index: 0;
}

.toneLabo_logo::after {
    content: "※";
    position: absolute;
    display: block;
    top: 0;
    right: 30px;
    color: var(--black);
    font-size: 12px;
    z-index: 10;
}

h1+p {
    font-size: 18px;
    margin-bottom: 50px;
}

.mv_flex {
    max-width: 960px;
    width: 100%;
    margin: 0 auto;
    justify-content: space-between;
}

.mv_flex_box {
    position: relative;
}

.mv_flex_box img:first-of-type {
    margin: 0 auto 46px;
}

.mv_flex_box:nth-of-type(2) img:first-of-type {
    margin: 0 auto 33px;
}

.mv_flex_box:nth-of-type(3) img:first-of-type {
    margin: 7px auto 37px;
}

.mv_flex_box::after {
    position: absolute;
    top: 0;
    right: 0px;
    display: block;
    font-size: 12px;
}

.mv_flex_box:first-of-type::after {
    content: "※1";
    top: -5px;
    right: -5px;
}

.sub_ttl {
    margin-bottom: 13px;
    font-size: 20px;
    text-align: center;
    color: #888888;
}

.toneCoin_logo {
    position: relative;
    max-width: 250px;
    width: 100%;
}

.toneCoin_img {
    margin: 0 auto 14px;
}

/* toneLabo */
.toneLabo {
    position: relative;
    padding: 120px 0 50px;
}

.toneLabo::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 67px 155px 0 155px;
    border-color: #fde639 transparent transparent transparent;
}

.toneLab_logo {
    margin: 0 auto 20px;
}

.toneLabo .h2_ttl {
    position: relative;
}

.toneLabo .h2_ttl::after {
    content: "";
    position: absolute;
    top: 80%;
    left: 0;
    transform: translate(0, -50%);
    width: 279px;
    height: 2px;
    background: url(/labo/img/rainbow_bar@2x.png) center/cover no-repeat;
}

.toneLabo .h2_ttl::before {
    content: "";
    position: absolute;
    top: 80%;
    right: 0;
    transform: translate(0, -50%);
    width: 279px;
    height: 2px;
    background: url(/labo/img/rainbow_bar@2x.png) center/cover no-repeat;
}

.e22_flex {
    max-width: 900px;
    width: 100%;
    margin: 30px auto 0;
    justify-content: space-between;
    align-items: flex-end;
}

.e22_flex_box {
    max-width: 550px;
    width: 100%;
}

.cvButton_wrap .flex{
    justify-content: center;
}

.e22_ttl {
    display: block;
    font-size: 27px;
    font-weight: bold;
}

.e22_logo_box {
    align-items: flex-start;
    margin: 25px 0;
}

.e22_logo_box img {
    margin: 0;
}

.e22_logo_box img.NowOnSale {
    margin-left: 25px;
}

.price_ttl {
    display: inline-block;
    font-size: 25px;
    font-weight: bold;
    color: var(--white);
    background: var(--black);
    padding: 5px 39px;
    border-radius: 4px;
}

.price_img-e22 {
    position: relative;
    margin: 0 auto 30px;
}

.nomalprice_cmt {
    font-size: 24px;
}

.tone-e22_nomalprice {
    margin: 10px 25px;
    display: inline-block;
}

.date {
    background: #ffe700;
    padding: 26px 15px;
    text-align: center;
    border-radius: 101px;
    display: inline-block;
    margin-left: 30px;
}

.flex.near-store {
    justify-content: space-between;
    max-width: 600px;
    width: 100%;
    margin: 40px auto 20px;
}

.toneLabo a.e22_btn {
    padding: 20px 40px;
}

.near-store a.e22_btn {
    max-width: 260px;
    width: 100%;
    padding: 18px 30px 18px 50px;
    font-size: 14px;
    margin: 16px 0 0;
    text-align: center;
}

.near-store a.e22_btn::before {
    width: 10px;
    height: 10px;
    left: 8%;
}

.accepting {
    padding: 40px 140px;
    margin: 50px auto;
    background: var(--background-gray);
    border-radius: 10px;
}

.accepting .ttl_sub {
    position: relative;
    font-size: 20px;
    text-align: center;
    margin: 0 0 30px 50px;
    padding-bottom: 10px;
}

.accepting .ttl_sub img {
    position: absolute;
    left: -61px;
    top: 3px;
}

.accepting .underline.yellow {
    display: inline-block;
    font-size: 30px;
    font-weight: bold;
    color: var(--black);
    background: linear-gradient(transparent 60%, #ffe700 0%);
    margin: 0 auto 25px;
}

.accepting .cmt {
    font-size: 12px;
    line-height: 1.6;
}

.e21-cv a.toneLabo-free {
    text-align: left;
    padding: 21px 36px;
}

.e21-cv a.toneLabo-free::before {
    left: auto;
    right: 3%;
    transform: translateY(-80%) translateX(-50%) rotate(135deg);
    -webkit-transform: translateY(-80%) translateX(-50%) rotate(135deg);
}

/* toneCare */
.toneCare {
    margin: 0 auto 60px;
    padding: 60px 0;
    background: var(--background-gray);
}

.toneCare .inner {
    max-width: 920px;
}

.toneCare h2 {
    margin: 0 auto 25px;
}

.toneCare .h2_sub {
    margin: 0 auto 30px;
    font-size: 20px;
}

.toneCare .h2_sub .red {
    color: #ff0000;
}

.toneCare_txt_sup {
    display: inline-block;
    font-weight: bold;
    font-size: 20px;
    border-bottom: 1px solid #00aaff;
    padding-bottom: 10px;
    margin: 30px auto 40px;
}

.h3_ttl.blue {
    background: #d4ecfd;
}

.h3_ttl.green {
    background: #ecf5d8;
}

.h3_ttl.red {
    background: #fbe1e2;
}

.h3_ttl {
    padding: 20px;
    margin-bottom: 20px;
    color: var(--black);
    border-radius: 8px;
}

.toneCare_box_wrap {
    justify-content: space-around;
    margin: 20px auto 40px;
}

.toneCare_announce {
    margin: 0 auto 30px;
    padding: 30px 75px;
    text-align: center;
    font-weight: bold;
    background: var(--white);
    line-height: 1.2;
    box-shadow: 0px 0px 20px #00000008;
    border-radius: 10px;
}

.toneCare_announce .red {
    display: inline-block;
    margin-bottom: 5px;
    font-size: 22px;
    color: #ff0000;
}

.toneCare_announce span {
    font-size: 16px;
}
.toneCare_announce .cmt_add{
    position: relative;
}
.toneCare_announce .cmt_add::after{
    content: "※1";
    position: absolute;
    top:-10px;
    right: 0;
    font-size: 12px;
}

.toneCare_announce .cmt {
    font-weight: normal;
    font-size: 12px;
    margin: 10px auto 0;
    color: var(--black);
    line-height: 160%;
    text-indent: 0;
    width: auto;
}

.toneCare_box_radius {
    justify-content: flex-start;
    align-items: center;
    padding: 20px 25px;
    background: var(--white);
    border-radius: 8px;
    border: 1px solid #d4ecfe;
    box-sizing: border-box;
}

.toneCare_box_radius.w49 {
    width: 49%;
}

.toneCare_box_radius.green {
    position: relative;
    border: 1px solid #ecf5d8;
    margin: 15px auto 20px;
}

.toneCare_box_radius.red {
    border: 1px solid #fbe1e2;
}

.toneCare_box_radius h4 {
    font-size: 18px;
    margin-bottom: 10px;
}

.toneCare_box_radius img {
    margin: 0 20px 0 0;
}

.toneCare_box_radius.green:first-child {
    margin: 0 auto 20px;
}

.toneCare_box_radius.green:first-child::after {
    content: "";
    position: absolute;
    bottom: -35px;
    right: -40px;
    left: 0;
    margin: auto;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 18px 35px 0 35px;
    border-color: var(--black) transparent transparent transparent;
}

.toneCare_box_radius.green,
.toneCare_box_radius.red {
    color: var(--black);
}

.green p.toneAi_txt {
    padding: 15px;
    color: var(--white);
    background: #00aaff;
    border-radius: 6px;
    font-size: 14px;
}

.toneCare_box_radius_wrap {
    width: 49%;
    box-sizing: border-box;
}

.toneCare_box_radius img.toneCare_img {
    width: 80px;
}

.toneCare_device {
    margin: 0;
}

.toneCare_box_radius .txt_box p {
    font-size: 12px;
    line-height: 1.6;
}

.toneCare_box_radius.green:last-of-type {
    margin: 10px auto 0;
}

.adviser {
    justify-content: space-between;
    padding: 20px;
    background: var(--white);
    border-radius: 8px;
    box-shadow: 0px 0px 20px var(--black) 08;
    box-sizing: border-box;
}

.adviser_ttl {
    position: relative;
    font-size: 24px;
    font-weight: normal;
    margin-bottom: 30px;
}

.adviser_ttl::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(0, -50%);
    width: 80%;
    height: 1px;
    background: var(--black);
}

.adviser img {
    margin-right: 30px;
}

.adviser .txt_box h4 {
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: normal;
}

.adviser .txt_box {
    line-height: 1.5;
}

/* toneCoin */
#toneCoin {
    padding: 40px 0 80px;
    line-height: 1.3;
}

#toneCoin .inner {
    max-width: 900px;
}
#toneCoin .h2_ttL_wrap{
    position: relative;
}
#toneCoin h2 {
    max-width: 450px;
    width: 100%;
    margin: auto;
}

.toneCoin_ttl_sub {
    font-size: 20px;
    line-height: 1.5;
}

.toneCoin_date {
    max-width: 536px;
    width: 100%;
    margin: 30px auto;
    padding: 30px 0;
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    color: #ff0000;
    background: #faf8ff;
    border-radius: 8px;
}

#toneCoin h3 {
    margin: 50px auto 30px;
    padding: 20px;
    background: #bff5e3;
    font-size: 18px;
    border-radius: 8px;
    text-align: center;
}
#toneCoin h3.toncoin_announce{
    margin: 0 auto 30px;
}

.toneCoin_list_wrap {
    margin: 0 auto 10px;
    text-align: center;
}

.toneCoin_list {
    display: inline-block;
}

.toneCoin_list li {
    margin-bottom: 20px;
    text-align: left;
}

.toneCoin_content_txt {
    display: inline-block;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    border-bottom: 1px solid #00dda2;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.toneCoin_cmt {
    font-size: 14px;
    text-align: center;
}

.toneCoin_device {
    max-width: 750px;
    width: 100%;
    margin: 50px auto 30px;
    justify-content: space-between;
}

.undecided {
    padding: 30px 10px;
    background: var(--background-gray);
    margin: 50px auto 0;
    border-radius: 10px;
}

.undecided img {
    margin: 0 auto 20px;
}

.undecided_txt {
    font-size: 20px;
}

/* join */
.join {
    margin: -50px auto 0;
    padding: 110px 0 0;
}

.join .h2_ttl {
    font-size: 31px;
    margin-bottom: 40px;
}

.ttl_sub {
    position: relative;
    display: inline-block;
    margin: 0 0 26px 50px;
    border-bottom: 1px solid var(--black);
    padding-bottom: 13px;
}

.ttl_sub img {
    position: absolute;
    left: -61px;
    top: 0;
    width: 48px;
}

.freeJoin_img_flex {
    justify-content: space-between;
    max-width: 820px;
    width: 100%;
    margin: 0 auto 40px;
}

.join .near-store a {
    max-width: 600px;
    padding: 20px 20px 20px 80px;
}

.near-store a::before {
    left: 5%;
}

/* store */
.store {
    margin: 90px auto 60px;
}

.store .h2_ttl {
    position: relative;
    display: inline-block;
    margin: 0 0 40px 50px;
    border-bottom: 1px solid var(--black);
    font-size: 20px;
    padding-bottom: 13px;
}

.store .h2_ttl img {
    position: absolute;
    left: -61px;
    top: -10px;
    width: 40px;
}

.online_txtbox {
    max-width: 920px;
    width: 100%;
    margin: auto;
    padding: 27px 0;
    border: 3px solid var(--secondary);
    border-radius: 14px;
}

.online_txtbox .online-store a {
    margin: 30px auto 0;
}

.online_txtbox .red {
    margin: 15px auto 0;
    color: var(--secondary);
}

.store .cmt {
    margin-top: 90px;
}

.e22_email {
    margin: 30px auto 0;
}

.e22_email a {
    display: inline-block;
    padding-bottom: 5px;
    font-size: 20px;
    border-bottom: 1px solid var(--primary);
}


@media screen and (max-width: 768px) {
    .spOnly {
        display: block;
    }

    .pcOnly {
        display: none;
    }

    .inner {
        max-width: 90%;
    }

    html,
    body {
        font-size: 14px;
    }

    .flex {
        flex-wrap: wrap;
    }

    /* 注釈 */
    .cmt {
        width: 100%;
        text-indent: 0;
    }

    .cmt_list li {
        text-indent: unset;
        margin-left: unset;
        text-align: justify;
        text-align-last: left;
        text-justify: inter-ideograph;
        line-height: 160%;
        font-size: 11px;
    }

    .cmt_after::after {
        top: -12px;
    }

    /* cv-btn */
    .near-store a {
        font-size: 14px;
    }

    .online-store a {
        padding: 18px 30px 18px 50px;
        font-size: 14px;
    }

    /* mv */
    .mv_ttl_sub {
        font-size: 14px;
        padding: 10px 20px;
        margin-bottom: 30px;
    }

    h1+p {
        font-size: 14px;
        margin-bottom: 30px;
    }

    .mv_flex.flex {
        margin: auto;
    }

    .mv_flex_box {
        margin: auto;
    }

    .mv_flex_box:not(:first-of-type) {
        margin: 40px auto 0;
    }

    .mv_flex_box img:first-of-type {
        margin: 0 auto 10px;
    }

    .mv_flex_box:nth-of-type(2) img:first-of-type {
        margin: 0 0 9px 0;
    }

    .mv_flex_box:first-of-type::after {
        right: -25px;
    }

    /* toneLabo */
    .toneLabo {
        padding: 60px 0 50px;
    }

    .toneLabo::after {
        border-width: 47px 105px 0 105px;
    }

    .e22_ttl {
        text-align: center;
        font-size: 20px;
        margin: 30px auto 10px;
    }

    .e22_logo_box {
        justify-content: space-around;
        margin: 20px auto 10px;
        width: 100%;
        flex-wrap: nowrap;
        box-sizing: border-box;
    }

    .toneLabo .h2_ttl::after,
    .toneLabo .h2_ttl::before {
        content: none;
    }

    .e22_logo_box.flex img {
        width: auto;
    }

    .nomalprice_cmt {
        font-size: 16px;
    }

    .date {
        margin-left: 10px;
    }

    .e22_logo_box.flex img {
        width: 70%;
    }

    .tone-e22_device {
        max-width: 200px;
        width: 100%;
        margin: auto;
    }

    .tone-e22_nomalprice {
        margin: 8px auto;
    }

    img.price_img-e22 {
        margin: 15px auto 15px;
    }

    .flex.near-store {
        margin: 10px auto;
    }

    .near-store a.e22_btn {
        max-width: 100%;
    }

    .accepting {
        padding: 30px 20px;
        margin: 40px auto 30px;
    }

    .accepting .ttl_sub {
        font-size: 3.9vw;
        text-align: left;
        margin: 0 0 20px 50px;
    }

    .accepting .ttl_sub img {
        left: -53px;
        width: 12vw;
    }

    .accepting .underline.yellow {
        font-size: 6.4vw;
    }

    .e21-cv a.toneLabo-free {
        text-align: left;
        padding: 20px 0px 20px 9vw;
        font-size: 3.4vw;
    }

    /* toneCare */
    .toneCare {
        margin: 0 auto;
        padding: 40px 0;
    }

    .toneCare .inner {
        max-width: 90%;
    }

    .toneCare h2 {
        margin: 0 auto 10px;
    }

    .toneCare .h2_sub {
        font-size: 14px;
        margin: 0 auto 30px;
    }

    .toneCare_announce {
        font-size: 18px;
        padding: 30px 14px;
    }

    .toneCare_announce .cmt {
        font-size: 12px;
        text-align: left;
    }

    .toneCare_txt_sup {
        font-size: 14px;
        margin: 40px auto 30px;
    }

    .toneCare_box_wrap.flex {
        align-items: inherit;
    }

    .toneCare_box_radius {
        align-items: center;
        justify-content: center;
        padding: 15px;
    }

    .toneCare_box_radius img {
        margin: auto;
    }

    .toneCare_box_radius h4 {
        font-size: 14px;
        text-align: center;
        margin: 10px auto;
    }

    .toneCare_box_radius_wrap {
        max-width: 100%;
        width: 100%;
        box-sizing: border-box;
    }

    .toneCare_box_radius img.toneCare_img {
        margin: 0px 20px 0px 0;
    }

    .toneCare_device {
        max-width: 320px;
        width: 100%;
        margin: 30px auto 0;
    }

    .toneCare_box_wrap {
        margin: 20px auto;
    }

    .adviser.flex {
        align-items: flex-start;
        display: block;
    }

    .adviser_ttl {
        font-size: 20px;
        margin: 40px auto 20px;
    }

    .adviser_ttl::after {
        width: 60%;
    }

    .adviser .txt_box h4 {
        font-size: 18px;
    }

    .adviser img {
        max-width: 120px;
        margin: 0 20px 20px 0;
        float: left;
    }

    .adviser .txt_box {
        line-height: 1.3;
    }

    .toneCare_announce .red {
        font-size: 18px;
    }

    .toneCare_announce p b {
        font-size: 14px;
    }

    /* toneCoin */
    #toneCoin {
        padding: 40px 0 0;
    }

    #toneCoin .inner {
        max-width: 90%;
    }

    #toneCoin h2 img {
        max-width: 280px;
        width: 100%;
    }

    .toneCoin_ttl_sub.mt30 {
        font-size: 16px;
        line-height: 1.5;
        margin-top: 20px;
    }

    .toneCoin_ttl_sub+.cmt.mt30 {
        margin-top: 10px;
        font-size: 12px;
        text-align: left;
    }

    .toneCoin_date {
        font-size: 18px;
        padding: 20px 0;
        max-width: 100%;
        margin: 20px auto;
    }

    .toneCoin_flow_img {
        max-width: 340px;
        width: 100%;
    }

    #toneCoin h3 {
        margin: 30px auto 20px;
        font-size: 16px;
    }

    .toneCoin_list li {
        margin-bottom: 10px;
    }

    .toneCoin_content .tcenter {
        text-align: left;
    }

    .toneCoin_content_txt {
        display: inline;
        line-height: 2.2;
        padding-bottom: 8px;
    }

    .toneCoin_content_txt+.tcenter {
        text-align: left;
    }

    .toneCoin_cmt {
        margin-top: 20px;
        text-align: left;
    }

    .toneCoin_device {
        flex-wrap: nowrap;
        justify-content: space-between;
        box-sizing: border-box;
    }

    .toneCoin_device img {
        width: 30%;
    }

    .undecided_txt {
        font-size: 14px;
    }

    /* join */
    .join .h2_ttl {
        font-size: 22px;
        font-size: 5.2vw;
        margin-bottom: 30px;
    }

    .join .ttl_sub {
        text-align: left;
    }

    .join .ttl_sub img {
        position: absolute;
        left: -52px;
        top: 3px;
        width: 42px;
    }

    .freeJoin_img_flex img {
        max-width: 154px;
        max-width: 40vw;
    }

    .join .near-store a {
        padding: 20px 2vw 20px 12vw;
        font-size: 3.7vw;
    }

    /* store */
    .store .h2_ttl {
        margin: 0px 0 30px 40px;
        text-align: left;
    }

    .store .h2_ttl img {
        left: -43px;
        top: 0px;
        width: 36px;
    }

    .online_txtbox {
        box-sizing: border-box;
        padding: 20px;
    }

    .e22_email.tcenter {
        text-align: left;
    }

    .e22_email a {
        font-size: 14px;
    }

    .h2_ttl.tcenter {
        margin-bottom: 20px;
    }

    .inner .product_cmt {
        width: 100%;
    }
}
