
:root {
    --color-01: #67a7db;
    --color-02: #ccc;
    --color-03: #676767;
    --bg: #ccc;
    --mvbg: #d9f3fc;
}

#hottab {
    line-height: 1.8;
    background-image: url(/goods/hottab/72013101/bubble_bg.jpg);
    background-size: cover;
    background-attachment: fixed;
    padding: 64px 0;
}

#hottab .color-01 {
    color: #67a7db;
}
#hottab .mb50 {
    margin-bottom: 50px;
}
#hottab .fs22 {
    font-size: 2.2em;
}
#hottab .fs18 {
    font-size: 1.8em;
}
#hottab .bold {
    font-weight: bold;
}
#hottab .center {
    text-align: center;
}
#hottab .w50 {
    width: 50%;
}
#hottab .w40 {
    width: 40%;
}
/* message_area  */
#hottab .message_area {
    text-align: center;
}

#hottab .message_area .title {
    margin: 0 0 70px 0;
    line-height: 2;
}

#hottab .message_area p {
    line-height: 2;
    font-size: 1.3em;
}

#hottab .senjyou {
    padding: 150px;
    background: url(/goods/hottab/72013101/feature_24hours_bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

/*fl*/

#hottab .fl {
    display: flex;
    grid-gap: 30px;
  }
  #hottab .fl .box {
    width: 100%;
  }
  #hottab .fl.rev {
    flex-direction: row-reverse;
  }
  #hottab .fl.jc {
    justify-content: center;
    width: 700px;
    margin: auto;
  }



/* trouble */
#hottab .trouble {}

#hottab .trouble .title {
    text-align: center;
}

#hottab .trouble ul {
    display: flex;
    grid-gap: 50px;
    justify-content: center;
    margin: 70px 0;
}

#hottab .trouble li {
    display: flex;
    align-items: center;
    background: #f0f5f9;
    justify-content: center;
    width: 200px;
    height: 200px;
    text-align: center;
    border-radius: 50%;
}

#hottab .trouble .title_li {
    font-size: 1.3em;
    margin: 20px 0 30px 0;
    position: relative;
}

#hottab .trouble .title_li:before {
    content: "";
    width: 20px;
    height: 1px;
    background: #bbb;
    position: absolute;
    left: 50%;
    bottom: -11px;
    transform: translateX(-50%);
}

#hottab .trouble .bottom {
    text-align: center;
    line-height: 2;
    font-size: 1.3em;
}

/* howto */
#hottab .howto {
    padding: 88px 0 100px;
    background: #F7F7F7;
}

#hottab .howto .title {
    text-align: center;
}

#hottab .howto ul {
    display: flex;
    grid-gap: 50px;
    justify-content: center;
    margin: 150px 0;
}

#hottab .howto li {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 200px;
    height: 280px;
    text-align: center;
    border-radius: 50%;
}

#hottab .howto .title_li {
    font-size: 1.3em;
    margin: 20px 0 30px 0;
    position: relative;
}

#hottab .howto .title_li:before {
    content: "";
    width: 20px;
    height: 1px;
    background: #bbb;
    position: absolute;
    left: 50%;
    bottom: -11px;
    transform: translateX(-50%);
}

#hottab .howto .step {
    font-size: 1.4em;
    font-weight: 600;
}

#hottab .howto .bottom {
    text-align: center;
    line-height: 2;
    font-size: 1.3em;
}


/* mv */
#hottab .mv_area {
    text-align: center;
}

#hottab .logo_area .line {
    background: #EBBAB3;
    height: 3px;
}

#hottab .mv_area .box {
    padding: 30px 0;
}

#hottab .mv_area img {
    margin: 0 0 50px 0;
}

#hottab .mv_area p {
    font-size: 1.2em;
    line-height: 2;
}


/* selfcare */
#hottab .selfcare {}

#hottab .selfcare .text_top {
    text-align: center;
    margin: 0 0 150px 0;
    line-height: 2;
}

#hottab .selfcare .text_top .title {
    margin: 0 0 50px 0;
}






/* promises */
#hottab .promises {
    padding: 150px;
    background: url(/goods/hottab/72013101/bubble_bg.jpg);
}

#hottab .promises .box {
    background: #fff;
    border-radius: 10px;
    padding: 50px 60px;
}

#hottab .promises .title {
    text-align: center;
    font-size: 1.5em;
    letter-spacing: 1px;
    margin: 0 0 30px 0;
}

#hottab .promises li {
    margin: 0 0 20px 0;
}

#hottab .promises li:last-child {
    margin-bottom: 0;
}

#hottab .promises .title_li {
    border-bottom: 1px solid #ccc;
    padding: 20px 0;
}

#hottab .promises .title_li span {
    font-size: 1.5em;
    padding: 0 20px;
}

#hottab .promises p {
    margin: 30px 0 0 0;
}

/* original */
#hottab .original .header_title_01 {
    color: #fff;
    line-height: 1.2;
    background: var(--color-01);
    text-align: center;
}

#hottab .original .header_title_01 .title {
    padding: 20px 30px 15px;
    margin: 0;
}


#hottab .original .header_title_01 .title .iyaku {
    border: 1px solid #fff;
    padding: 1px 5px;
    margin: 0 0 0 15px;
    vertical-align: 3px;
}

#hottab .original .header_title_01 span {
    font-size: 0.7em;
    letter-spacing: 1px;
}

#hottab .original .header_title_02 {
    background: #7395B8;
    text-align: center;
}

#hottab .original .header_title_02 .title {
    padding: 10px 30px;
    margin: 5px 0;
}

#hottab .original .header_title_02 .line {
    background: var(--color-01);
    height: 3px;
}

#hottab  .header_title_03 {
    background: var(--color-01);
    color: #fff;
    text-align: center;
}

#hottab  .header_title_03 .title {
    padding: 10px 30px;
    margin: 5px 0;
}

/* 
faq
 / */
#hottab .faq {
    padding: 0 100px;
}

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

#hottab .faq .accordion {
    margin: 50px 0;
    border-top: 1px solid #ccc;
}

#hottab .faq .accordion span.m {
    font-size: 30px;
    padding: 0 20px;
    line-height: 1;
}

#hottab .faq .accordion dt,
#hottab .faq .accordion dd {
    position: relative;
    padding: 20px 0;
}

#hottab .faq .accordion dt {
    cursor: pointer;
    font-size: 1.2em;
    border-bottom: 1px solid #ccc;
    transition: all 500ms cubic-bezier(0.215, 0.610, 0.355, 1.000);
}

#hottab .faq .accordion dt:hover {
    background: #f5f5f5;
}

#hottab .faq .accordion dt.open {
    background: #FAFAFA;
}

#hottab .faq .accordion dd {
    display: flex;
    border-bottom: 1px solid #ccc;
    color: var(--color-03);
    background: #FAFAFA;
}

#hottab .faq .accordion dd p {
    width: 70%;
}

#hottab .faq .accordion dd .img {
    width: 100px;
    margin: 0 30px 0 auto;
}

#hottab .faq .accordion dd .mini {
    font-size: 0.8em;
}

#hottab .accordion dt::before,
#hottab .accordion dt::after {
    content: "";
    position: absolute;
    top: 36px;
    right: 25px;
    width: 20px;
    height: 1px;
    background: #a3a3a3;
    transition: all .3s ease-in-out;
}

#hottab .accordion dt::before {
    transform: rotate(90deg);
}

#hottab .accordion dt.open::before {
    transform: rotate(180deg);
}

#hottab .accordion dt.open::after {
    opacity: 0;
}


/* ==============================
text_top
============================== */
#hottab .original .text_top {
    text-align: center;
    width: 80%;
    margin: 70px auto;
}

#hottab .original .text_top .text {
    margin: 0 0 50px 0;
    line-height: 2;
}

#hottab .original .text_top .text sup {
    line-height: 10px;
}

#hottab .original .text_top .text_mini {
    margin: 15px 0 0 0;
    text-align: left;
    font-size: 0.9em;
}

#hottab .original .text_top .text_bottom {
    font-size: 1.8em;
}

#hottab .original .text_top img {
}


/* ==============================
list_01
============================== */
#hottab .original .list_01 {
    text-align: center;
}

#hottab .original .list_01 ul {
    display: inline-block;
}

#hottab .original .list_01 li {
    display: flex;
    margin: 50px 0 0 0;
    text-align: left;
    align-items: center;
}

#hottab .original .list_01 li span.m {
    background: #F5DAD6;
    width: 100px;
    height: 100px;
    line-height: 100px;
    font-size: 2em;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
}

#hottab .original .list_01 .text {
    font-size: 1.5em;
    padding: 0 0 0 50px;
}

#hottab .original .list_01 .text span {
    font-size: 0.7em;
}

#hottab .original .list_01 .text_mini {
    text-indent: -23px;
    padding: 0 0 0 22px;
    font-size: 0.8em;
    line-height: 2;
    margin: 30px 0 0 0;
}

/* ==============================
list_02
============================== */
#hottab .original .list_02 {}

#hottab .original .list_02 ul {
    display: flex;
    grid-gap: 15px;
    justify-content: center;
    margin: 50px 0;
}

#hottab .original .list_02 li {
    background: #F7F7F7;
    width: 150px;
    height: 150px;
    border: 1px solid #e1e1e1;
    position: relative;
    display: flex;
    align-items: center;
    border-radius: 50%;
    justify-content: center;
    text-align: center;
}

#hottab .original .list_02 li span {
    position: relative;
    z-index: 1;
    text-shadow: 1px 1px 0 #F7F7F7;
}

#hottab .original .list_02 li:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background: #e1e1e1;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
}

#hottab .original .list_02 .text_bottom {
    text-align: center;
    font-size: 1.5em;
}

#hottab .original .header_title_03 {
    color: #fff;
}

#hottab .original .header_title_03 .line {
    background: #e3302e;
    height: 3px;
}





/* PC */


@media screen and (min-width:769px) {
    #hottab .sp {
        display: none;
    }

    #hottab .mt {
        margin-top: 100px;
    }
    #hottab .mt100 {
        margin-top: 100px;
    }

    #hottab .mb {
        margin-bottom: 60px;
    }
    #hottab .mb20 {
        margin-bottom: 20px;
    }

    #hottab .pt {
        padding-top: 30px;
    }

    #hottab .pb {
        padding-bottom: 30px;
    }

    #hottab .inner {
        min-width: 1000px;
        max-width: 1000px;
        margin: 0 auto;
        width: calc(100% - 50px);
    }
}

/*SP*/
@media print, screen and (max-width: 768px) {
    #hottab .pc {
        display: none;
    }

    #hottab .mt {
        margin-top: 30px;
    }

    #hottab .mb {
        margin-bottom: 30px;
    }

    #hottab .pt {
        padding-top: 30px;
    }

    #hottab .pb {
        padding-bottom: 30px;
    }


    #hottab .fs22 {
        font-size: 1.2em;
    }

    #hottab .fs18 {
        font-size: 1.2em;
    }

    #hottab .fl {
        display: block;
    }

    #hottab .w50 {
        width: 100%;
    }
    #hottab .w40 {
        width: 100%;
        padding: 10px;
    }

    #hottab .senjyou {
        padding: 2%;
        background: url(/goods/hottab/72013101/feature_24hours_bg.jpg);
        background-repeat: no-repeat;
        background-size: cover;
    }

    #hottab .fl.jc {
        justify-content: center;
        width: 100%;
        margin: auto;
    }

    #hottab .message_area .title {
        margin: 0 0 30px 0;
        padding: 0;
        font-size: 1.3em;
    }

    #hottab .message_area p {
        text-align: left;
        line-height: 2;
        font-size: 1em;
    }

    #hottab .worries {
        padding: 20px 5%;
    }

    #hottab .worries .title {
        font-size: 1em;
    }

    #hottab .worries ul {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-gap: 10px;
        margin: 20px 0;
    }

    #hottab .worries li {
        width: 100%;
        height: 130px;
        font-size: 0.9em;
    }

    #hottab .worries .text {
        margin: 0;
        width: auto;
    }

    #hottab .worries .title_02 {
        font-size: 1.2em;
    }

    .text_main {
        margin: 20px 0;
    }

    #hottab .trouble .title {
        font-size: 1.3em;
    }

    #hottab .trouble ul {
        margin: 0;
        display: block;
    }

    #hottab .trouble li {
        width: 100%;
        height: auto;
        border-radius: 5px;
        margin: 20px 0;
        padding: 20px 5%;
    }

    #hottab .trouble li .c {
        display: flex;
        text-align: left;
    }

    #hottab .trouble li .img {
        width: 30%;
    }

    #hottab .trouble li .text {
    }

    #hottab .trouble .title_li {
        margin: 0 0 20px 0;
    }

    #hottab .trouble .title_li:before {
        transform: translateX(0);
        left: 0;
        bottom: -9px;
    }

    #hottab .trouble .bottom {
        font-size: 1em;
        line-height: 1.8;
        text-align: left;
    }

    

    #hottab .original .header_title_01 .title {
        padding: 10px 20px;
        font-size: 1.2em;
    }

    #hottab .original .text_top {
        text-align: left;
        width: 100%;
        margin: 20px auto;
    }
    
    #hottab .howto {
        padding: 40px 0 100px;
    }

    #hottab .howto .title {
        font-size: 1.2em;
    }

    #hottab .howto ul {
        margin: 0;
        display: block;
    }

    #hottab .howto li {
        width: 100%;
        height: auto;
        border-radius: 5px;
        margin: 20px 0;
        padding: 20px 5%;
    }

    #hottab .howto li .c {
        display: flex;
        text-align: left;
    }

    #hottab .howto li .img {
        width: 50%;
        position: relative;
        top: 45px;
        right: 30px;
    }

    #hottab .howto .step {
        font-size: 0.8em;
        font-weight: 600;
        position: relative;
        left: 30px;
    }

    #hottab .howto li .text {
    }

    #hottab .howto .title_li {
        margin: 0 0 20px 0;
        font-size: 0.8em;
        text-align: center;
    }

    #hottab .howto .title_li:before {
        transform: translateX(0);
        left: 80;
        bottom: -9px;
    }

    #hottab .howto .bottom {
        font-size: 1em;
        line-height: 1.8;
        text-align: center;
    }

    #hottab .original .text_top img {
        margin: 0 0 30px 0;
    }

    #hottab .original .text_top .text_bottom {
        font-size: 1.2em;
        font-weight: 600;
        text-align: center;
    }

    #hottab .original .list_01 li {
        margin: 10px 0 0 0;
    }

    #hottab .original .list_01 li span.m {
        width: 50px;
        height: 50px;
        line-height: 50px;
        font-size: 1.5em;
    }

    #hottab .original .list_01 .text {
        font-size: 1.1em;
        padding: 0 0 0 20px;
    }

    #hottab .original .list_02 ul {
        margin: 20px 0;
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-gap: 10px;
    }

    #hottab .original .list_02 .text_bottom {
        text-align: center;
        font-size: 1.1em;
    }
    #hottab .original .header_title_03 {
        background: #e68768;
        color: #fff;
        text-align: center;
    }
    
    #hottab .original .header_title_03 .line {
        background: #e68768;
        height: 3px;
    }

    .header_title_03 .title {
        font-size: 1.2em;
    }

    #hottab .faq {
        padding: 0;
        margin: 20px 0;
    }

    #hottab .faq .accordion dt {
        font-size: 1em;
    }

    #hottab .faq .accordion dt,
    #hottab .faq .accordion dd {
        padding: 10px 30px 10px 0;
    }

    #hottab .faq .accordion span.m {
        font-size: 25px;
        padding: 0 5px 0 0;
    }

    .accordion dt::before,
    .accordion dt::after {
        right: 10px;
        top: 50%;
    }

    #hottab .faq .accordion dd p {
        width: 100%;
    }


    #hottab .promises {
        padding: 5px;
    }

    #hottab .promises .box {
        padding: 10px 5%;
        border-radius: 5px;
    }

    #hottab .promises .title {
        font-size: 1.2em;
        margin: 0;
    }

    #hottab .promises .title_li {
        padding: 10px 0;
    }
    .header_title_03 .title {
        font-size: 1em;
    }

    #hottab .promises .box {
        border-radius: 5px;
        padding: 10px 5%;
    }

    #hottab .promises .title_li {
        display: flex;
    }

    #hottab .promises .title_li span {
        padding: 0 10px 0 0;
        line-height: 1.3;
    }

    #hottab .promises p {
        margin: 10px 0 0 0;
    }

    #hottab .promises li {
        margin: 0;
    }

    #hottab .faq .accordion {
        margin: 10px 0 0 0;
    }

    #hottab .faq .accordion dt,
    #hottab .faq .accordion dd {
        display: flex;
    }

    #hottab .faq .accordion dt {
        padding: 10px 30px 10px 10px;
    }

    #hottab .faq .accordion dd {
        padding: 10px;
    }

    #hottab .faq .accordion dd .img {
        margin: 0;
    }

    #hottab .original .howto p {
        margin: 30px 0;
    }

    #hottab .original .howto li {
        margin: 15px 0;
    }

    #hottab .original .component .title {
        margin: 30px 0 10px 0;
        font-size: 1em;
    }
}



#hottab img {
    vertical-align: bottom;
}




#hottab .m {
    font-family: "Roboto Slab", Garamond, "Times New Roman", "Yu Mincho",  "YuMincho",  "Hiragino Mincho Pro", "HiraMinProN-W3", "MS PMincho", serif;
}

#hottab h1,
#hottab h2,
#hottab h3,
#hottab h4 {
    background: none;
}