﻿@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');
body {
    font-size: 14px;
    padding: 0;
    margin: 0;
    font-family: 'Noto Sans JP', 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;
}
/*=============================*/
.body-wrapper{
    position: relative;
    display: block;
}
.container--all{
    /*max-width: 1150px;*/
    max-width: 750px;
    background-color: #ffffff;
    box-shadow: 0px 0px 30px #ccc;
}
.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;
}

.section__head_logo{
    background-color: #1C3040;
    padding: 14px 15px;
    text-align: center;
}



.section_img_line .btn_line{
    position: absolute;
    left: 50%;
    top: 58%;
    transform: translate(-50%, -50%);
    max-width: 230px;
}
.section__column{
    padding: 60px 0 40px;
    font-family: "Noto Sans JP", sans-serif;
}
.section__column .title_head_column{
    font-size: 36px;
    letter-spacing: 3.6px;
    font-weight: 500;
}
.list_item_column li{
    margin-bottom: 2px;
    position: relative;
    padding: 0 1.5px;
}
.list_item_column li .item__column{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    border-bottom: 1px solid #CCCCCC;
    padding: 23px 15px 23px 30px;
    color: #000000;
}
.list_item_column li:first-child .item__column{
    border-top: 1px solid #CCCCCC;
}
.list_item_column .image__cl{
    flex: 0 0 30%;
    max-width: 30%;
}
.list_item_column .image__cl img{
    border-radius: 23px;
    border: 1px solid #AAAAAA;
}
.list_item_column .content__cl{
    flex: 0 0 70%;
    max-width: 70%;
    padding: 0 45px 0 18px;
    position: relative;
}
.list_item_column .content__cl::after{
    position: absolute;
    content: "";
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    width: 18px;
    height: 41px;
    background-image: url('../../img/LP/icon__right.svg');
    background-size: 100%;
    background-repeat: no-repeat;
}
.list_item_column .content__cl .title_column{
    font-size: 28px;
    font-weight: 500;
    margin-bottom: 10px;
    line-height: 1.3;
}
.list_item_column .item__column:hover .content__cl .title_column{
    color: #FF0000;
}
.list_item_column .content__cl .content_txt{
    font-size: 22px;
    font-weight: 400;
} 
.list_item_column .content__cl .title_column,
.list_item_column .content__cl .content_txt{
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.button_text_bot{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    max-width: calc(100% - 60px);
    width: 100%;
}
.button_text1{
    bottom: 20%;
}
.button_text2{
    bottom: 4.7%;
}
.button_text3{
    bottom: 2.2%;
}
.btn__Package_blue{
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 100%;
    max-width: 678px;
}
.button_text_bot .text__des_btn{
    font-size: 28px;
}
.button_text_bot .text__des_btn span,
.button_text_bot .text__des_btn a{
    color: #E9002B;
    text-decoration: underline;
}

.title__Package_head{
    position: absolute;
    top: 34px;
    left: 25px;
    right: 25px;
}
.title__Package_head .block__txt_red{
    background-color: #E9002B;
    color: #ffffff;
    font-size: 40px;
    padding: 23px 10px;
}
.title__Package_head .block__txt2_red{
    padding-top: 13px;
    padding-bottom: 13px;
    line-height: 1.1;
}
.title__Package_head .text__product{
    font-size: 32px;
    line-height: 1.8;
}
.title__Package_head .txt__check_store span{
    font-size: 42px;
    color: #E9002B;
    text-decoration: underline;
    font-weight: 600;
}
.title__Package_head .txt__note{
    font-size: 20px;
}


.container_ClinicalData{
    padding: 56px 30px 35px;
    background-image: url('../img/background_Clinical_Data.png');
    background-size: 100%;
    background-position: center top;
    background-repeat: no-repeat;
    background-color: #F4F2F1;
}

.list_ClinicalData li:not(:last-child){
    margin-bottom: 30px;
}
.list_ClinicalData .head__item img{
    width: 100%;
}
.content__show_txt{
    display: none;
    background-color: #ffffff;
}
.list_ClinicalData .button__more{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 80px;
    font-size: 30px;
    cursor: pointer;
    color: #1C3868;
    background-color: #F2BE09;
}
.list_ClinicalData .button__more.toggle{
    color: #ffffff;
    background-color: #1C3040;
}
.list_ClinicalData .button__more:hover span{
    text-decoration: underline;
}


.list_ClinicalData .button__more span{
    margin-left: 20px;
}
.list_ClinicalData .button__more .btn__show{
    display: flex;
}
.list_ClinicalData .btn__hide,
.list_ClinicalData .button__more.toggle .btn__show{
    display: none;
}

.list_ClinicalData .button__more.toggle .btn__hide{
    display: flex;
}

.videoPolicosanol{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 10.7%;
    max-width: calc(100% - 92px);
    width: 100%;
}
.embed-responsive-16by{
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden;
}
.embed-responsive-16by::before{
    display: block;
    content: "";
    padding-top: 56.25%;
}
.embed-responsive-16by video{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}


.list__item_review{
    position: relative;
}
.list__item_review li{
    padding: 30px 47px;
    border-top: 1px solid #666666;
}
.list__item_review .head__user{
    font-weight: 500;
    font-size: 26px;
}
.list__item_review .head__user img{
    margin-right: 12px;
}
.list__item_review .title__review{
    font-size: 32px;
    font-weight: 500;
    margin-bottom: 5px;
}
.list__item_review .date__time{
    font-size: 24px;
}
.list__item_review .content__review{
    font-size: 30px;
}
.list__item_review .btn_review_more{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 178px;
    height: 49px;
    border-radius: 8px;
    background-color: #000;
    color: #ffffff;
    text-align: center;
    font-size: 26px;
    margin-left: auto;
}
.list__item_review .txt__note{
    font-size: 22px;
}
.fieldset_option2#cart_body{
    display: none;
}
@media (max-width: 750px) {
    .title__Package_head{
        top: 3.2vw;
        left: 3.35vw;
        right: 3.35vw;
    }
    .title__Package_head .block__txt_red{
        font-size: 5.4vw;
        margin-bottom: 3%;
        padding: 3vw 10px;
    }
    .title__Package_head .text__product{
        font-size: 4.1vw;
        margin-bottom: 2.5%;
    }
    .title__Package_head .txt__note{
        font-size: 2.6vw;
    }
    .button_text_bot .text__des_btn{
        font-size: 3.8vw;
    }
    .list_ClinicalData .button__more{
        font-size: 4.1vw;
        height: 10vw;
    }
    .title__Package_head .txt__check_store span{
        font-size: 5.6vw;
    }
    .list_ClinicalData .button__more .btn__show img{
        width: 3.5vw;
    }
    .list_ClinicalData .button__more .btn__hide img{
        width: 6vw;
    }
    .list_ClinicalData .button__more span{
        margin-left: 2.1vw;
    }
    .container_ClinicalData{
        padding: 7% 3.35vw 4%;
    }
    .list_ClinicalData li:not(:last-child){
        margin-bottom: 3.6vw;
    }
    .section_img_line .btn_line{
        max-width: 32vw;
    }
    .section__column .title_head_column{
        font-size: 5vw;
    }
    .list_item_column li .item__column{
        padding: 3vw 2vw 3vw 3vw;
    }
    .list_item_column .content__cl .title_column{
        font-size: 3.8vw;
        margin-bottom: 1vw;
    }
    .list_item_column .content__cl .content_txt{
        font-size: 3vw;
    }
    .list_item_column .image__cl img{
        border-radius: 3.1vw;
    }
    .list_item_column .content__cl{
        padding: 0 5vw 0 2.5vw;
    }
    .list_item_column .content__cl::after{
        width: 2.5vw;
        height: 5.2vw;
    }
    .videoPolicosanol{
        max-width: calc(100% - 11vw);
    }
    .list__item_review li{
        padding: 4vw 6.5vw;
    }
    .list__item_review .head__user{
        font-size: 3.4vw;
    }
    .list__item_review .head__user img{
        margin-right: 1.5vw;
        width: 6.5vw;
    }
    .list__item_review .icon__star_rate  img{
        width: 30vw;
    }
    .list__item_review .title__review{
        font-size: 4.3vw;
    }
    .list__item_review .date__time{
        font-size: 3.1vw;
    }
    .list__item_review .content__review{
        font-size: 4.2vw;
    }
    .list__item_review .btn_review_more{
        width: 24vw;
        height: 6.5vw;
        font-size: 3.5vw;
        border-radius: 4px;
    }
    .list__item_review .txt__note{
        font-size: 2.9vw;
    }
}
.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;
}
.img-fluid{
    max-width: 100%;
    height: auto;
}

.m-sp450{
    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,
    .product_item{
        max-width: 772px;
        margin-left: auto;
        margin-right: auto;
    }
    .image--raydel-health{
        text-align: center;
    }
    


    .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 (max-width: 750px) {
    .m-pc750{
        display: none;
    }
    .m-sp750{
        display: block;
    }
    
    .button--fv{
        display: block;
    }
    /*===*/
    .about{
        padding-top: 15vw;
    }
    .about .title--text-jp{
        margin-bottom: 7%;
    }
    .about .title--text-en{
        font-size: 24.5vw;
    }
    .product .title--text-en{
        font-size: 18.5vw;
    }
    .about .text--w600{
        font-size: 5vw;
    }
    .about .text--w400{
        font-size: 3.25vw;
    }
    .title--food{
        font-size: 4.5vw;
    }
    .sec_product_info{
        font-size: 3.5vw;
    }
    .about .content--text{
        padding: 0 15px;
    }
    .product{
        padding-top: 12%;
        margin-bottom: 0;
    }
    .product_item .title--text-jp{
        margin-bottom: 4%;
    }

}

@media (max-width: 620px) {
    .m-pc620{
        display: none;
    }
    #fixstart{
        position: relative;
        bottom: -230px;
    }
}
@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;
    }


    .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;
    }
    
}
@media (max-width: 450px) {
    .m-sp450{
        display: block;
    }
    .about .text--w600 {
        font-size: 4.55vw;
    }
}
