﻿@import url('https://fonts.googleapis.com/css2?family=Unna:ital,wght@0,400;0,700;1,400;1,700&display=swap');
body {
    font-size: 14px;
    padding: 0;
    margin: 0;
    font-family: "Hiragino Sans", "ヒラギノ角ゴ", sans-serif;
    font-weight: 400;
    color: #000;
    line-height: 1.5;
}
*,
:before,
:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

a {
    text-decoration: none;
}

a:hover,
a:focus {
    text-decoration: none;
}

a:hover {
    opacity: 0.8;
}

ul {
    position: relative;
    margin: 0;
    padding: 0;
}

ul:after {
    content: "";
    display: table;
    clear: both;
}

li {
    list-style-type: none;
}
.fonts-10 {
    font-size: 10px;
}

.fonts-12 {
    font-size: 12px;
}
.fonts-14 {
    font-size: 14px;
}
.fonts-15 {
    font-size: 15px;
}

.fonts-16 {
    font-size: 16px;
}

.fonts-17 {
    font-size: 17px;
}

.fonts-18 {
    font-size: 18px;
}

.fonts-20 {
    font-size: 20px;
}

.fonts-21 {
    font-size: 21px;
}

.fonts-22 {
    font-size: 22px;
}

.fonts-24 {
    font-size: 24px;
}

.fonts-26 {
    font-size: 26px;
}

.fonts-28 {
    font-size: 28px;
}

.font-Hiragino{
    font-family: "Hiragino Sans", "ヒラギノ角ゴ", sans-serif;
}
.font-Noto{
    font-family: 'Noto Sans JP', sans-serif;
}
.font-Roboto{
    font-family: 'Roboto', sans-serif;
}
.font-Bodoni{
    font-family: "Unna", serif;
}

.fontw-500{
    font-weight: 500;
}
.fontw-600{
    font-weight: 600;
}
.fontw-bold {
    font-weight: bold;
}
.text-center{
    text-align: center;
}
@media (max-width: 584px) {
    .fonts-10sp {
        font-size: 10px;
    }
    .fonts-11sp {
        font-size: 11px;
    }
    .fonts-12sp {
        font-size: 12px;
    }
    .fonts-15sp {
        font-size: 15px;
    }
    .fonts-16sp {
        font-size: 16px;
    }
    .fonts-17sp {
        font-size: 17px;
    }
    .fonts-18sp {
        font-size: 18px;
    }
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}

.img-inline-block {
    display: inline-block;
}

.w-100 {
    width: 100%;
}

.clear {
    clear: both;
}

.pull-left {
    float: left;
}

.pull-right {
    float: right;
}

.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.d-flex {
    display: -ms-flexbox;
    display: flex;
}
.flex-wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.align-center {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}
.align-items-start {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.align-items-end{
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}
.justify-content-between {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.justify-content-end {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.justify-center {
    -ms-flex-pack: center;
    justify-content: center;
}

.flex-row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.mr-auto {
    margin-right: auto;
}

.ml-auto {
    margin-left: auto;
}

.mg-auto {
    margin: 0 auto;
}

.text-center {
    text-align: center;
}

.inline-block {
    display: inline-block;
}

.container {
    margin: 0 auto;
}

.lineheight-1 {
    line-height: 1;
}

.lineheight-12 {
    line-height: 1.2;
}

.lineheight-15 {
    line-height: 1.5;
}

.lineheight-16 {
    line-height: 1.6;
}

.lineheight-18 {
    line-height: 1.8;
}

.lineheight-2 {
    line-height: 2;
}

@media (min-width: 768px) {
    .container {
        max-width: 660px;
    }
    .col-md-6 {
        flex: 0 0 50%;
        max-width: 50%;
        padding: 0 15px;
    }
}

@media (min-width: 991px) {
    .container {
        max-width: 915px;
    }
}

@media (min-width: 1366px) {
    .container {
        max-width: 1024px;
    }
}

@media (max-width: 767px) {
    .container {
        padding: 0 18px;
    }
}

.container-sm {
    margin: 0 auto;
}

@media (min-width: 992px) {
    .container-sm {
        max-width: 935px;
    }
}

@media (min-width: 581px) {
    .hidden_sp_580 {
        display: none;
    }
}

.mg-auto {
    margin: 0 auto;
}

.ml-auto {
    margin-left: auto;
}

.mb-0 {
    margin-bottom: 0;
}
.mb-5 {
    margin-bottom: 5px;
}
.mb-10 {
    margin-bottom: 10px;
}
.mb-15 {
    margin-bottom: 15px;
}
.mb-17 {
    margin-bottom: 17px;
}
.mb-20 {
    margin-bottom: 20px;
}
.mb-25 {
    margin-bottom: 25px;
}
.mb-30 {
    margin-bottom: 30px;
}
.mb-35 {
    margin-bottom: 35px;
}
.mb-41{
    margin-bottom: 41px;
}
.mb-45 {
    margin-bottom: 45px;
}
.mb-40 {
    margin-bottom: 40px;
}
.mb-48 {
    margin-bottom: 48px;
}
.mb-50 {
    margin-bottom: 50px;
}
.mb-55 {
    margin-bottom: 55px;
}
.mb-60 {
    margin-bottom: 60px;
}
.mb-65 {
    margin-bottom: 65px;
}
.mb-70 {
    margin-bottom: 70px;
}
.mb-80 {
    margin-bottom: 80px;
}
@media (max-width: 520px) {
    .mb-sp5{
        margin-bottom: 5px;
    }
    .mb-sp10{
        margin-bottom: 10px;
    }
    .mb-sp15{
        margin-bottom: 15px;
    }
    .mb-sp20{
        margin-bottom: 20px;
    }
    .mb-sp25{
        margin-bottom: 25px;
    }
    .mb-sp30{
        margin-bottom: 30px;
    }
    .mb-sp40{
        margin-bottom: 40px;
    }
    .mb-sp50{
        margin-bottom: 50px;
    }
}
.pd-x11{
    padding-left: 11.5px;
    padding-right: 11.5px;
}
h1,h2,h3,h4,h5{
    margin: 0;
}
.img-fluid{
    max-width: 100%;
    height: auto;
}
/*================================*/
.color--fff{
    color: #fff;
}
.color--DD224F{
    color: #DD224F;
}
.bg--DD224F{
    background-color: #DD224F;
}
.bg--2569B3{
    background-color: #2569B3;
}
.d-none{
    display: none;
}
img {
    vertical-align: middle;
    border-style: none;
}
/*=============================*/
:root{
    --pc-width: 750px;
}
.body-wrapper{
    position: relative;
    display: block;
}
.container--all{
    margin-top: 30px;
    /*max-width: 1150px;*/
    max-width: 750px;
    background-color: #ffffff;
    box-shadow: 0px 0px 30px #ccc;
    margin-bottom: 20px;
}
.w-100{
    width: 100%;
}
.position-relative{
    position: relative;
}
.z-index5{
    z-index: 5;
}
.pt25 {
    padding-top: 25px;
}
.pb52 {
    padding-bottom: 52px;
}
.color-red{
    color: #E6001E;
}
/*==============*/
.button--fv{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 26.8%;
    width: 100%;
}
#package_product{
    position: absolute;
    top: 1.5%;
}


.section-4features{
    margin-top: -11.78%;
}

.image--FAQ{
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #faf6f1;
}
.image--FAQ img{
    object-fit: cover;
}
.text--FAQ{
    color: #ffffff;
    padding-bottom: 10%;
}
.head-item--faq{
    padding: 70px 0 0 36px;
    margin-bottom: 23%;
}
.head--title-faq{
    font-size: 65px;
    padding-bottom: 20px;
    position: relative;
    margin-bottom: 15px;
    text-indent: -10px;
    line-height: 1.2;
    font-weight: 600;
    text-shadow: 0px 3px 6px rgba(0,0,0,0.26);
}
.head--title-faq::before{
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 40px;
    height: 2px;
    background-color: #FFFFFF;
}
.txt--faq{
    font-size: 40px;
    letter-spacing: 0.1em;
    position: relative;
    z-index: 10;
    text-shadow: 0px 3px 6px rgba(0,0,0,0.09);
}
.main--faq{
    padding: 0 36px;
}
.item--faq{
    background-color: #ffffff;
    position: relative;
    color: #1d1d1c;
    padding: 36px 58px 50px 60px 
}
.item--faq:not(:last-child){
    margin-bottom: 30px;
}
.item--faq::before{
    position: absolute;
    content: "";
    left: 10px;
    top: 10px;
    right: 10px;
    bottom: 10px;
    border: 2px solid transparent;
    border-image: url(../../img/LP/bg--border.jpg) 25% round;
}
.item--faq .head--faq{
    font-size: 24px;
    font-weight: 600;
    padding: 0 35px 0 39px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    cursor: pointer;
    position: relative;
    margin-bottom: 22px;
}
/*.item--faq.active-item .head--faq{
    padding-bottom: 22px;
}*/
.item--faq .head--faq::before,
.item--faq .content--faq::before{
    position: absolute;
    content: "";
    background-size: 100%;
    background-repeat: no-repeat;
    top: 2px;
}
.item--faq .head--faq::before{
    background-image: url(../img/Q.svg);
    left: -6px;
    width: 28px;
    height: 44px;
}
.item--faq .head--faq::after{
    position: absolute;
    content: "";
    right: -17px;
    top: 3px;
    background-image: url('../img/icon-plus.svg');
    background-size: 100%;
    background-repeat: no-repeat;
    width: 32px;
    height: 32px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.item--faq .head--faq.toggle{
    padding-right: 0;
}
.item--faq .head--faq.toggle::after{
    content: none;
    /*background-image: url('../img/icon-close.svg');*/
}
.item--faq .content--faq{
    border-top: 1px solid #333;
    padding-top: 30px;
    padding-left: 39px;
    padding-bottom: 22px;
    font-size: 18px;
    position: relative;
    line-height: 1.7;
    display: none;
}
.item--faq .content--faq::before{
    background-image: url(../img/A.svg);
    left: 0;
    width: 28px;
    height: 34px;
    top: 31px
}
.item--faq .content--faq b{
    background-image: linear-gradient(to right, #FEF502 0%, #FEF502 100%);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: 0 0;
    font-weight: 600;
}




.img_data{
    position: relative;
    z-index: 2;
}
.img_offer{
    margin-top: -112px;
}
.block_data_video{
    position: absolute;
    left: 6%;
    top: 39.5%;
    width: 88%;
}
/*.block_data_video .embed-responsive{
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden;
}
.block_data_video .embed-responsive::before{
    display: block;
    content: "";
    padding-top: 56.25%;
}
.block_data_video iframe{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}*/
/*============*/
.title--text-jp .inline-bl{
    display: inline-block;
    font-size: 50px;
    font-weight: 600;
    letter-spacing: 0.1rem;
    border-bottom: 4px solid #e6001e;
    font-family: 'Noto Sans JP', sans-serif;
}
.about{
    padding-top: 120px;
}
.about .title--text-jp{
    margin-bottom: 70px;
}
.about .title--text-jp .inline-bl span{
    font-size: 40px;
    font-weight: 500;
}
.about .content--text{
    padding: 0 36px;
}
.about .text--w600{
    font-size: 24px;
    padding-bottom: 20px;
    border-bottom: 1px solid #000;
    margin-bottom: 42px;
}
.about .text--w400{
    font-size: 18px;
    line-height: 2;
}

.product{
    padding: 90px 0 60px;
    margin-bottom: 40px;
}
.about,
.product{
    position: relative;
}
.title--text-en{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    color: #eaf0f2;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 0.05rem;
}
.about .title--text-en{
    font-size: 220px;
    line-height: 0.78;
}
.product .title--text-en{
    font-size: 167px;
    line-height: 0.78;
}
.title--text-jp{
    position: relative;
    z-index: 5;
}
.product_item .title--text-jp{
    margin-bottom: 67px;
}
.title--food{
    font-size: 24px;
    text-align: center;
    border-bottom: 1px solid #000;
    margin-bottom: 50px;
    padding: 0 0 20px;
    width: calc(100% - 72px);
}
.sec_product_info{
    font-size: 21px;
    line-height: 1.8;
    padding: 0 36px;
}
.table--info{
    max-width: 100%;
    width: 100%;
    border-collapse: collapse;
}
.table--info td{
    border: 1px solid #9a9a9a;
    padding: 6px 9px;
    text-align: right;
    width: 33.333%;
    font-size: 20px;
    font-family: 'Noto Sans JP', sans-serif;
}
.table--info td:first-child{
    text-align: left;
}
/*.table--info tr:first-child{
    background-color: #ebebeb;
}*/

.FAQ{
    overflow: hidden;
}


.body-wapper{
    position: relative;
    display: block;
}
.body-wapper .block-head-wp{
    display: block;
    height: 64px;
}
.body-wapper .head-wp{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    z-index: 1000;
}
.body-wapper .head-wp.f-nav{
    box-shadow: 5px -5px 5px 10px rgba(0, 0, 0, .05);
    z-index: 1000;
    border-bottom: none;
}
.head-wp .top-logo{
    padding: 7px 20px;
}
.head-wp .top-logo .logo-img{
    position: relative;
    padding-top: 4px;
}
.head-wp .top-logo .logo-img img{
    width: 120px;
}
.head-wp .top-logo .top-head-right{
    position: relative;
}
.head-wp .top-logo .top-head-right .icon-table{
    display: block;
    float: left;
    margin-top: 5px;
}
.head-wp .top-head-right .icon-table li{
    float: left;
    margin-left: 15px;
    display: none;
}
.head-wp .top-head-right .icon-table li:first-child{
    margin-left: 0;
    display: block;
}
.head-wp .top-head-right .icon-table li a{
    color: #fff;
}
.head-wp .top-head-right .icon-table li a.menu-hamburger{
    display: block;
}
.head-wp .top-head-right .phone-pc{
    display: block;
    float: left;
    color: #ffffff;
    text-align: right;
    margin-left: 15px;
}
.head-wp .top-head-right .phone-pc .span-number{
    font-size: 26px;
    line-height: 1.3;
    font-family: 'Roboto', sans-serif;
    letter-spacing: 0;
}
.head-wp .top-head-right .phone-pc .span-time{
    font-size: 13px;
    font-weight: 300;
    line-height: 1.3;
    font-family: 'Roboto', sans-serif;
    letter-spacing: 0;
}
.head-wp .top-head-right .phone-pc .span-time span{
    font-size: 11px;
}

.head-wp .menu-head{
    background-color: #ffffff;
    position: relative;
    display: block;
    padding: 19px 20px;
}
.head-wp .menu-head .menu-ul{
    position: relative;
    float: left;
    display: block;
}
.head-wp .menu-head .menu-ul li{
    margin: 0 50px 0 0;
    float: left;
}
.head-wp .menu-head .menu-ul li:first-child{
    padding-left: 15px;
}
.head-wp .menu-head .menu-ul li a{
    font-size: 14px;
    color: #1C3040;
    line-height: 20px;
    font-weight: 400;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.head-wp .menu-head .shop-menu{
    display: block;
    float: right;
}

footer{
    color:#FFF;
    font-size:16px;
    background-color: #1C3040;
    padding: 0;
    position: relative;
}
footer .copy {
    text-align: center;
}
footer a:link, footer a:visited {
    color: #fff;
    text-decoration: none;
}
footer a:hover, footer a:focus {
    color: #FFF;
    text-decoration: underline;
}
footer .copy{
    font-size: 14px;
    margin: 0;
    padding: 22px 0 25px;
}
footer .text-center p{
    margin: 0;
}
footer .text-center p.tac{
    border-bottom: 1px solid #989898;
}
footer nav {
    padding-left: 0;
    padding-right: 0;
}
footer nav ul.container {
    color: #fff;
    -moz-column-count: 3;
    -moz-column-gap: 20px;
    -webkit-column-count: 3;
    -webkit-column-gap: 20px;
    column-count: 3;
    column-gap: 20px;
    padding: 60px;
    box-shadow: none;
    background-color: transparent;
}
footer nav li {
    line-height: 1em;
}
footer nav li a {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
    height: 100%;
    padding: 5px 0;
    text-align: center;
}
footer nav li a p {
    -ms-word-break: break-all;
    word-break: break-all;
}

.back-to-top{
    position: absolute;
    text-decoration: none;
    background-color: #fff;
    border-radius: 50%;
    display: none;
    /*display: flex;*/
    align-items: center;
    justify-content: center;
    height: 80px;
    width: 80px;
    right: 30px;
    top: -30px;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,.2), 0 6px 20px 0 rgba(0,0,0,.19);
}
.back-to-top i {
    font-size: 40px;
    line-height: 30px;
}
footer .back-to-top i{
    color: #000;
    transition: color .15s ease-in-out;
}
footer .back-to-top:hover i{
    color: #00b0f5;
}
@media (max-width: 620px) {
    footer nav ul.container{
        padding: 0;
        -moz-column-count: 1;
        -moz-column-gap: 0;
        -webkit-column-count: 1;
        -webkit-column-gap: 0;
        column-count: 1;
        column-gap: 0;
    }
    footer nav li{
        width: 100%;
        border-bottom: 1px solid #898989;
    }
    footer .text-center p.tac{
        padding: 67px 0 12px;
    }
}
@media (max-width: 430px){
    footer .text-center p img{
        width: 60%;
    }
    footer .text-center p.copy{
        font-size: 9px;
    }
    footer .copy{
        padding: 18px 0 17px;
    }
    footer nav li a p{
        margin: 5px 0;
    }
    .back-to-top{
        right: 20px;
        width: 60px;
        height: 60px;
        top: -30px;
    }

}



/*==========================================*/
.img-fluid{
    max-width: 100%;
    height: auto;
}

.m-sp450
/*.m-sp750*/
{
    display: none;
}
@media (max-width: 1150px) {
    .container--all{
        padding: 0;
        margin: 0 auto;
    }
    .product{
        margin-bottom: 0;
    }
}

@media (min-width: 751px) {
    .review--all{
        padding: 0 30px 30px;
    }
    .section-4features{
        margin-top: 0;
    }
    .table-layout{
        padding-bottom: 78px;
    }
    .about .content--text,
    .text--FAQ,
    .product_item{
        max-width: 772px;
        margin-left: auto;
        margin-right: auto;
    }
    .image--raydel-health{
        text-align: center;
    }
    
    /*.btn-submit{
        left: 50%;
        width: 100%;
        max-width: 555px;
        transform: translateX(-50%);
        bottom: 19.1%;
    }
    .btn-submit2{
        bottom: 13.9%;
    }
    @media (max-width: 1150px) {
        .btn-submit{
            width: 55%;
        }
    }*/
    /*.btn-submit .button--pro{
        margin-bottom: 5%;
    }*/
    
    .FAQ{
        padding: 80px 0;
    }
    .text--FAQ{
        padding-bottom: 0;
    }
    .head-item--faq{
        max-width: 700px;
        padding: 80px 0 0 43px;
        margin: 0 auto 120px;
    }
    .head--title-faq{
        font-size: 58px;
    }
    .txt--faq{
        font-size: 36px;
    }
    .item--faq{
        padding: 28px 46px 16px 48px;
        -webkit-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.03);
        -moz-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.03);
        box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.03);
    }
    .image--FAQ{
        text-align: center;
    }
    .image--FAQ img{
        max-width: 700px;
        position: relative;
        top: 80px;
    }
    .item--faq:not(:last-child){
        margin-bottom: 23px;
    }
    .about{
        padding-top: 90px;
    }
    .product{
        padding: 61px 0 75px;
    }
    .about .title--text-en{
        font-size: 170px;
    }
    .product .title--text-en{
        font-size: 120px;
    }
    .title--text-jp .inline-bl{
        font-size: 37px;
    }
    .table--info{
        max-width: 570px;
        margin-left: 0;
    }
    
}
/*@media (min-width: 1151px) {
    .btn-submit{
        bottom: 18.8%;
    }
    .btn-submit2{
        bottom: 13.9%;
    }
}*/
@media (max-width: 750px) {
    .m-pc750{
        display: none;
    }
    .m-sp750{
        display: block;
    }
    .head-wp .top-logo{
        padding: 10px 20px 11px;
    }
    .head-wp .top-head-right .icon-table li:first-child,
    .head-wp .top-head-right .phone-pc{
        display: none;
    }
    .head-wp .top-head-right .icon-table li{
        display: block;
    }
    .head-wp .top-logo .logo-img{
        padding-top: 0;
    }
    .head-wp .top-logo .top-head-right .icon-table{
        margin-top: 2px;
    }
    .button--fv{
        display: block;
    }
    /*===*/
    .about{
        padding-top: 15vw;
    }
    .about .title--text-jp{
        margin-bottom: 10%;
    }
    .about .title--text-en{
        font-size: 31.5vw;
    }
    .product .title--text-en{
        font-size: 22.5vw;
    }
    .about .text--w600{
        font-size: 5vw;
    }
    .about .text--w400,
    .item--faq .content--faq{
        font-size: 3.25vw;
    }
    .head--title-faq{
        font-size: 10vw;
    }
    .item--faq .head--faq,
    .title--food{
        font-size: 4.5vw;
    }
    .sec_product_info{
        font-size: 3.5vw;
    }
    .about .content--text{
        padding: 0 15px;
    }
    .main--faq{
        padding: 0 15px;
    }
    .FAQ{
        overflow: hidden;
    }
    .product{
        padding-top: 12%;
        margin-bottom: 0;
    }
    .product_item .title--text-jp{
        margin-bottom: 10%;
    }
    
    .img_offer{
        margin-top: -15%;
    }
}
@media (max-width: 570px) {
    .title--food{
        width: calc(100% - 15px);
        padding-bottom: 10px;
        margin-bottom: 25px;
    }
    .sec_product_info{
        padding: 0 15px;
    }
    .table--info td{
        font-size: 3.2vw;
    }
    .title--text-jp .inline-bl{
        font-size: 6vw;
    }
    .head-item--faq{
        padding: 10% 0 0 15px;
    }
    .txt--faq{
        font-size: 25px;
    }
    .about .title--text-jp .inline-bl span{
        font-size: 5vw;
    }
    .about .content--text{
        margin-bottom: 20px;
    }
    .about .text--w600{
        padding-bottom: 14px;
        margin-bottom: 21px;
    }
    .item--faq{
        padding: 25px 30px 10px 30px;
    }
    .item--faq:not(:last-child) {
        margin-bottom: 15px;
    }
    .item--faq .head--faq,
    .item--faq .content--faq{
        padding-left: 30px;
    }
    .item--faq .head--faq::before{
        width: 25px;
        height: 41px;
    }
    .item--faq .head--faq::after{
        right: -8px;
    }
    .item--faq .content--faq{
        padding-bottom: 15px;
    }
    .item--faq .content--faq::before{
        width: 25px;
        height: 30px;
    }
    .head--title-faq{
        text-indent: -3px;
    }

}
@media (max-width: 450px) {
    .m-sp450{
        display: block;
    }
    .about .text--w600 {
        font-size: 4.55vw;
    }
    .head-item--faq{
        margin-bottom: 15%;
    }
    .item--faq .head--faq{
        margin-bottom: 15px;
        padding-right: 15px;
    }
    .item--faq .head--faq, .item--faq .content--faq{
        padding-left: 20px;
    }
    .item--faq .head--faq::before{
        width: 17px;
        height: 30px;
    }
    .item--faq .content--faq{
        padding-top: 15px;
        /*margin-top: 15px;*/
    }
    .item--faq .content--faq::before {
        width: 17px;
        height: 20px;
        left: -3px;
        top: 15px;
    }
    
    .item--faq .head--faq::after{
        width: 25px;
        height: 25px;
        top: 1px;
    }
    
}










.reviewWidget_title_container{
    display: none;
}
.modal {
    position: absolute;
    z-index: -1;
    /* 1 */
    top: 0;
    left: 0;
    visibility: hidden;
    width: 100%;
    opacity: 0;
    height: 100%;
}

.modal.is-visible {
    visibility: visible;
    opacity: 1;
    z-index: 10000;
}

.modal-overlay {
    position: fixed;
    z-index: 10;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: hsla(0, 0%, 0%, 0.8);
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s linear 0.3s, opacity 0.3s;
}

.modal.is-visible .modal-overlay {
    opacity: 1;
    visibility: visible;
    transition-delay: 0s;
}

.modal-wrapper {
    position: fixed;
    z-index: 9999;
    top: 50%;
    left: 50%;
    width: 100%;
    max-width: 1055px;
    background-color: #fff;
    box-shadow: 0 0 1.5em hsla(0, 0%, 0%, 0.35);
    padding: 75px 30px 30px;
    background-color: #f2f2f2;
}

.modal-transition {
    transition: all 0.3s 0.12s;
    -webkit-transform: translate(-50%, -80%);
    -moz-transform: translate(-50%, -80%);
    -o-transform: translate(-50%, -80%);
    -ms-transform: translate(-50%, -80%);
    transform: translate(-50%, -80%);
    opacity: 0;
}

.modal.is-visible .modal-transition {
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 1;
}

.modal-header,
.modal-content {
    padding: 1em;
    background-color: #fff;
}

.modal-wrapper .modal-content {
    max-height: 540px;
    overflow: auto;
}

.modal-header {
    position: relative;
    background-color: #fff;
    box-shadow: 0 1px 2px hsla(0, 0%, 0%, 0.06);
    border-bottom: 1px solid #e8e8e8;
}

.modal-close {
    position: absolute;
    top: 0;
    right: 0;
    padding: 12px 35px;
    color: #fff;
    background: #707070;
    border: 0;
    font-size: 16px;
    cursor: pointer;
}

.modal-heading {
    font-size: 1.125em;
    margin: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.modal-content {
    padding: 15px 15px 15px 50px;
}

.modal-content p {
    line-height: 2.5;
    font-size: 16px;
}

.modal-content>*:first-child {
    margin-top: 0;
}

.modal-content>*:last-child {
    margin-bottom: 0;
}

.modal-title-h3 {
    line-height: 1.2;
    font-size: 120%;
    font-weight: bold;
    border-bottom: 1px solid #ddd;
    margin-bottom: 15px;
}

.modal-title-h3 span {
    display: inline-block;
    position: relative;
    padding: 10px 0;
}

.modal-title-h3 span::before {
    content: "";
    position: absolute;
    height: 1px;
    width: 100%;
    left: 0;
    bottom: -1px;
    background: #1AB7EA;
}

@media (max-width: 1060px) {
    .modal-wrapper {
        max-width: calc(100% - 90px);
        width: calc(100% - 90px);
    }
}

@media (max-width: 620px) {
    .modal-content p {
        line-height: 1.8;
        font-size: 14px;
    }
    .modal-wrapper .modal-content {
        max-height: 60vh;
        padding: 1em;
    }
    .modal-wrapper {
        padding: 40px 15px 15px;
        max-width: calc(100% - 30px);
        width: calc(100% - 30px);
    }
    .modal-close {
        padding: 3px 20px;
        font-size: 14px;
    }
}

/*-------------------------------------------
fix btn
-----------------------------------------------*/

#fixbtn {
    position: fixed;
    bottom: -100%;
    left: 0;
    z-index: 999;
    width: 100%;
    overflow: hidden;
    -webkit-transition: all .8s ease;
    -o-transition: all .8s ease;
    transition: all .8s ease;
}

#fixbtn.fixbtn--visible {
    bottom: 2%;
}

#fixbtn .fixbtn__box {
    position: relative;
    bottom: 4%;
    display: block;
    margin: 0 auto;
    position: relative;
    max-width: 690px;
    padding-top: 4%;
    padding-bottom: 0.7%;
}

.fixbtn__item a {
    box-sizing: border-box;
    padding: 0 8%;
    display: block;
    width: 100%;
}
.fixbtn__item a:hover,
.fixbtn__item a:hover img {
    opacity: 1;
}

/* expand */

.expand {
    -webkit-animation-name: expand;
    -moz-animation-name: expand;
    -o-animation-name: expand;
    animation-name: expand;
    -webkit-animation-duration: 1.2s;
    -moz-animation-duration: 1.2s;
    -o-animation-duration: 1.2s;
    animation-duration: 1.2s;
    -webkit-animation-timing-function: ease-in-out;
    -moz-animation-timing-function: ease-in-out;
    -o-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: infinite;
    -o-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

@-webkit-keyframes expand {
    from,
    0% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
    50% {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: scale(1.1);
    }
    to,
    100% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes expand {
    from,
    0% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
    50% {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: scale(1.1);
    }
    to,
    100% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
}
@media (max-width: 620px) {
    #fixbtn .fixbtn__box {
        padding-bottom: 1.1%;
    }
}


.main__content_guide{
    padding-top: 30px;
}
.main__content_guide .p-guideNav{
    flex: 0 0 250px;
    max-width: 250px;
    padding-right: 30px;
}
.main__content_guide .p-guideNav .p-guideNav-menu a{
    position: relative;
    display: block;
    padding: 1.4rem 3.5rem 1rem 1.2rem;
    background-color: #fdfdfd;
    font-size: 1.3rem;
    line-height: 1.5;
    border-bottom: 1px solid #ebebeb;
}
.main__content_guide .p-guideNav .p-guideNav-menu a:hover,
.main__content_guide .p-guideNav .p-guideNav-menu a[data-index="active"]{
    background-color: #EEF8FC;
}

.main__content_guide .p-guideBody{
    flex: 0 0 calc(100% - 250px);
    max-width: calc(100% - 250px);
    line-height: 1.5;
}

.main__content_guide .p-guideBody .p-guide-section{
    margin-bottom: 15px;
}
.main__content_guide .p-guideBody h2{
    margin-bottom: 8px;
    background-color: #EEF8FC;
    padding: 6px 11px 4px;
    font-size: 1.6rem;
    position: relative;
}
.main__content_guide .p-guideBody h2 .p-guide-section{
    margin-bottom: 0;
}
.main__content_guide .p-guideBody p,
.main__content_guide .p-guideBody ol,
.main__content_guide .p-guideBody ul{
    margin-bottom: 1.2rem;
}
.p-guideNav-section{
    position: sticky;
    top: 63px;
}
#rootTemplate:has(.r-header-menu.fs-nav){
    overflow: inherit;
}
.main__content_guide .p-guideNav .p-guideNav-menu a::after,
.main__content_guide .p-guideBody h2::after{
    position: absolute;
    content: "";
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
    width: 18px;
    height: 10px;
    background-size: 100%;
    background-repeat: no-repeat;
    background-image: url('../../img/item/icon__chevron_down.svg');
}
.main__content_guide .p-guideBody h2::after{
    content: none;
}
@media (max-width: 991px) {
    .main__content_guide .p-guideBody h2{
        cursor: pointer;
        opacity: 0.8;
        margin-bottom: 12px;
    }
    .main__content_guide .p-guideBody h2::after{
        content: "";
    }
    .main__content_guide .p-guideBody .p-guide-section{
        margin-bottom: 0px;
    }
    .main__content_guide .js-accordionContent{
        max-height: 0;
        opacity: 0;
        visibility: hidden;
        overflow: hidden;
    }
    .main__content_guide .p-guide-title[data-activeaccordion="active"] + .js-accordionContent{
        max-height: 1000vh;
        opacity: 1;
        visibility: visible;
        transition: visibility 0s, max-height 1000ms linear, opacity 350ms ease 250ms;
    }
}
@media (max-width: 767px) {
    .main__content_guide .p-guideBody{
        flex: 0 0 100%;
        max-width: 100%;
    }
}


