@charset "utf-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,700&display=swap&subset=japanese');

* {
    font-family: 'Noto Sans JP', sans-serif, "Font Awesome 5 Free";
}

body {
    font-family: 'Noto Sans JP', sans-serif, "Font Awesome 5 Free";
    font-size: 14px;
    line-height: 1.5;
    color: #5C5C5C;
    background-size: auto;
    overflow-x: hidden;
}

*:focus {
    outline: none !important;
}



/*------font-size-----------*/
.f10 {
    font-size: 10px;
}

.f12 {
    font-size: 12px;
}

.f16 {
    font-size: 16px;
}

.f18 {
    font-size: 18px;
}

.f20 {
    font-size: 20px;
}

.f22 {
    font-size: 22px;
}

.text-md-left {
    padding-left: 20px;
}

.pl_20 {
    padding-left: 20px;
}

.bk_black {
    background-color: #333333;
    color: #fff;
}

/*----PCで表示---------------*/
.pcview {
    display: block;
}

/*----PCで非表示---------------*/
.spview {
    display: none;
}

@media screen and (max-width: 768px) {

    /*----SPで非表示---------------*/
    .pcview {
        display: none;
    }

    /*----SPで表示---------------*/
    .spview {
        display: block;
    }
}

/*----font_color---------------*/
.text_pink {
    color: #DE5454;
}

.pickup {
    background-color: #f6f6f6;
}

/*----navbar-------------------*/
.navbar {
    padding: 0.25rem 1rem;
}

.dropdown:hover>.dropdown-menu {
    display: block;
}

/*----ハンバーガー枠線を消す-------*/
.navbar-toggler {
    border: none;
}

.navbar-toggler:active {
    outline: none;
}

button:focus {
    outline: none;
}

/*----ハンバーガー×印------------*/
button[aria-expanded="true"]>span {
    position: relative;
    display: none;
}

button[aria-expanded="true"]::after {
    position: absolute;
    top: 10px;
    right: 20px;
    font-size: 24px;
    content: "×";
}

/*----f幅いっぱいにドロップダウン-----*/
.mega-menu {
    position: static;
}

.mega-menu .dropdown-menu {
    width: 100%;
}

.dropdown-hover .dropdown-menu {
    transition: all 0.3s;
    max-height: 0;
    display: block;
    overflow: hidden;
    opacity: 0;
}

.dropdown-hover:hover .dropdown-menu {
    opacity: 1;
}

/*----ドロップダウンの▼を消す-----*/
.dropdown-toggle::before {
    display: none;
}

.dropdown-toggle::after {
    display: none;
}


.dropdown-menu {
    border-radius: 0;
    border: 0;
    top: 96%;
    background-color: rgba(255, 255, 255, 0.9);
}




/*----メニュー下線が左から右へ-----*/
.border_slide_btn {
    position: relative;
    display: inline-block;
    color: #1B1B1B;
    text-decoration: none;
    margin-right: 2rem;

}

.border_slide_btn:hover {
    cursor: pointer;
    text-decoration: none;
}

.all-product-menu {
    margin-right: 2rem;
}

/*-----パンくず------------------------------*/
.breadcrumb {
    background-color: #fff;
    padding: 0;
}

/*----カルーセルのインジケーターを丸くする-----*/
.carousel-indicators li {
    border-radius: 50%;
    margin: 1px 10px;
    width: 10px;
    height: 10px;
}

/*----カルーセルのインジケーターactiveの色-----*/
.carousel-indicators .active {
    background-color: #de5454;
}

/*----カルーセルの矢印の位置を5%端へ-----*/
.carousel-control-prev,
.carousel-control-next {
    width: 10%;
}

/*----spのときpt-5-----*/
.sp_padding {
    padding-top: 0;
}

@media screen and (max-width: 786px) {
    .sp_padding {
        padding-top: 3rem;
    }
}

#topics {
    display: none;
}

div.tick {
    width: 100%;
    height: 100%;
    line-height: 22px;
    text-align: left;
    position: relative;
    overflow: hidden;
}

div.tick a {
    position: absolute;
    margin-left: 10px;
    font-size: 1.0em;
    color: gray;
}

@media screen and (max-width: 786px) {
    div.tick {
        width: 100%;
        height: 70px;
        line-height: 22px;
        text-align: left;
        position: relative;
        overflow: hidden;
    }
}

/*----ミライの~のテキスト-----*/
.mirai_text {
    line-height: 32px;
    font-size: 16px;
    letter-spacing: 5px;
    display: inline-block;
    text-align: left;
    margin-top: 20px;
}

/*----ミライの~のテキスト-----*/
.ef_text {
    line-height: 32px;
    font-size: 16px;
    letter-spacing: 5px;
    display: inline-block;
    text-align: left;
    margin-top: 20px;
    padding-left: 20px;
}

/*----中央ぞろえ-----*/
.parent {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.child {
    text-align: center;
    /* 横方向に中央揃え */
}

@media screen and (max-width: 786px) {

    .child {
        text-amlign: center;
        /* 横方向に中央揃え */
        margin: 0 20px;
    }
}

.btn_slide {
    position: relative;
    z-index: 1;
    display: block;
    width: 210px;
    height: 46px;
    box-sizing: border-box;
    padding: 10px;
    border: 1px solid #DE5454;
    color: #DE5454 !important;
    transition: .2s;
    text-align: center;
    font-size: 16px;
}

.btn_slide_max {
    position: relative;
    z-index: 1;
    display: block;
    width: 100%;
    height: 46px;
    box-sizing: border-box;
    padding: 10px;
    border: 1px solid #DE5454;
    color: #DE5454 !important;
    transition: .2s;
    text-align: center;
    font-size: 16px;
    margin: 0;
}

.btn_red {
    overflow: hidden;
}

.btn_red:before {
    content: "";
    z-index: -1;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: -100%;
    background-color: #DE5454 !important;
    transition: .2s;
}

.btn_red:hover {
    color: #fff !important;
    text-decoration: none;
}

.btn_red:hover:before {
    left: 0;
}


.btn_slide_small {
    position: relative;
    display: block;
    width: 150px;
    height: 30px;
    box-sizing: border-box;
    padding: 5px 10px;
    border: 1px solid #DE5454;
    color: #DE5454;
    transition: .2s;
    text-align: center;
    font-size: 14px;
}

.btn_red_small {
    overflow: hidden;
}

.btn_red_small:before {
    content: "";
    z-index: -1;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: -100%;
    background-color: #DE5454;
    transition: .2s;
}

.btn_red_small:hover {
    color: #fff;
    text-decoration: none;
}

.btn_red_small:hover:before {
    left: 0;
}


.btn_slide_org {
    position: relative;
    display: block;
    width: 200px;
    height: 46px;
    box-sizing: border-box;
    padding: 10px;
    border: 1px solid #E47911;
    color: #fff;
    transition: .2s;
    text-align: center;
    font-size: 16px;
    background-color: #E47911;
}

.btn_org {
    overflow: hidden;
}

.btn_org:before {
    content: "";
    z-index: -1;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: -100%;
    background-color: #fff;
    transition: .2s;
}

.btn_org:hover {
    color: #E47911;
    text-decoration: none;
}

.btn_org:hover:before {
    left: 0;
}

/*----ラボ-----------------------------------*/

.lab_title {
    border-left: 5px solid #DE5454;
    padding-left: 10px;
}

.lab_p {
    font-size: 16px;
    margin-top: 2rem;

}

.badge {
    padding: 0;
}

.badge-light {
    background-color: #fff;
}

/*------検索ボタン-------*/
/* 通常のボタン色 */
.btn-secondary,
.btn-secondary.disabled,
.btn-secondary:disabled {
    color: #545b62;
    background-color: #fff;
    border: 0;
}

/* focusされた時の枠線の色 */
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary:not(:disabled):not(.disabled):active:focus,
.btn-secondary:not(:disabled):not(.disabled).active:focus,
.show>.btn-secondary.dropdown-toggle:focus {
    border: 0;
}

/* hover時（マウスカーソルを重ねた時）の色（通常より濃いor暗めの色を指定）*/
.btn-secondary:hover {
    color: #545b62;
    background-color: #fff;
    border: 0;
}

/* active時の色（hover時と同等かさらに濃いor暗めの色を指定） */
.btn-secondary:not(:disabled):not(.disabled):active,
.btn-secondary:not(:disabled):not(.disabled).active,
.show>.btn-secondary.dropdown-toggle {
    color: #545b62;
    background-color: #fff;
    border: 0;
}

.btn-secondary.dropdown-toggle:focus {
    box-shadow: 0;
}

/* 通常のボタン色 */
.btn-size,
.btn-size.disabled,
.btn-size:disabled {
    color: #545b62;
    background-color: transparent;
    border: 0;
    font-size: 14px;
    font-weight: normal;
}

/* focusされた時の枠線の色 */
.btn-size:focus,
.btn-size.focus,
.btn-size:not(:disabled):not(.disabled):active:focus,
.btn-size:not(:disabled):not(.disabled).active:focus,
.show>.btn-size.dropdown-toggle:focus {
    border: 0;
    box-shadow: 0;
}

/* hover時（マウスカーソルを重ねた時）の色（通常より濃いor暗めの色を指定）*/
.btn-size:hover {
    color: #545b62;
    background-color: transparent;
    border: 0;
}

/* active時の色（hover時と同等かさらに濃いor暗めの色を指定） */
.btn-size:not(:disabled):not(.disabled):active,
.btn-size:not(:disabled):not(.disabled).active,
.show>.btn-size.dropdown-toggle {
    color: #545b62;
    background-color: transparent;
    border: 0;
}

.btn-size.dropdown-toggle:focus {
    box-shadow: 0;
}

.btn:focus,
.btn.focus {
    outline: 0;
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
}


/*サムネイル*/
.product_back {
    background-color: #F7F7F8;
}

.gallery {
    margin: 0 0 60px 0;
}

.gallery dt {
    text-align: center;
    margin: 0 0 15px 0;
}

.gallery dd ul {
    text-align: center;
    display: table;
}

.gallery dd ul li {
    display: table-cell;
    width: 25%;
    padding: 0;
}

img {
    max-width: 100%;
    height: auto;
}

a.kensaku {
    color: #545b62;
}

/*-----ブランドリスト--------*/
.border_top_red {
    border-top: 5px solid #DE5454;
}



/*----slick-----------------------------------*/
.slick-prev:before,
.slick-next:before {
    color: #000 !important;
}

.autoplay {
    margin: 1rem;
}

/*.autoplay p{  
  font-size: 2rem;
  font-weight: bold;
  line-height: 100px;
  color: #666;
  margin: 10px;
  text-align: center;
  background-color: #e0e0e0;
}*/
.slick-prev::before {
    content: url("../img/arrow_prev_s.png");
}

.slick-next::before {
    content: url("../img/arrow_next_s.png");
}

/*----card-----------------------------------*/
.custom-badge {
    background-color: #F5F5F5 !important;
    color: #333333;
    font-size: 11px;
    padding: 5px;
    padding-left: 11px;
    padding-right: 11px;
    border-radius: 7px
}

.bg_gry {
    background-color: #F5F5F5;
}

.bg_black {
    background-color: #000000;
}
  
.card {
    border: none;
    padding: 10px;
    cursor: pointer
}

.card_detail {
    background-color: #F5F5F5 !important;
    color: #333333;
    border-radius: 5px;
    padding: 0;
}

.card a {
    color: #333;
}

a.card .card_detail img {
    display: inline-block;
    aspect-ratio: 3 / 2;
    object-fit: contain;
}

.card :hover {
    color: #545b62;
    text-decoration: none;
}

.shevan_slide {
    height: 302px;
    overflow: hidden;
}
.shevan_slide.shevan_slide-frontpage {
    height: 414px;
    overflow: hidden;
}
.autoplay.shevan_slide.slick-initialized.slick-slider.slick-dotted {
    height: auto;
    overflow: visible;
}
.shevan_slide .card {
    display: inline-block;
    width: calc(100% / 4.1);
} 

.badge {
    border-radius: 5px 0 0 0;
}

.badge-new {
    color: #fff;
    background-color: #DE5454;
}

label {
    font-size: 12px;
}

.custom-control-label {
    margin-left: 24px;
}

.concept_back_1 {
    background-color: #000;
    background-image: url("../img/lab_list15.png");
    background-position: right 0% bottom 100%;
    background-repeat: no-repeat;
    color: #fff;
}

.concept_back_2 {
    background-image: url("../img/concept_img2.png");
    background-position: right 0% bottom 100%;
    background-repeat: no-repeat;
}


/*---footer---------------------------------*/
.footer_ul {
    margin-top: 15px;
    padding-left: 0;
}

.footer_list {
    list-style: none;
    padding-left: 0;
    line-height: 2;
}

address {
    line-height: 1.5;
}



.footer_link a:link,
.footer_link a:visited,
.footer_link a:hover,
.footer_link a:active {
    color: #fff;
}

/*-----フェイド-----------------------------*/
.fadein {
    opacity: 0;
    transform: translate(0, 50px);
    transition: all 1500ms;
}

.fadein.scrollin {
    opacity: 1;
    transform: translate(0, 0);
}


.modal-xl {
    width: 900px;
}

.pagi_nav_list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: center;
    gap: 6px;
}

.pagi_nav_list>li {
    min-width: 32px;
    height: 32px;
    border: 1px solid #DE5454;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
}

.pagi_nav_list>li>a {
    text-decoration: none;
    color: #DE5454;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pagi_nav_list>li>a:hover {
    background-color: #DE5454;
    color: #fff;
}

.pagi_nav_list>li.active {
    background-color: #DE5454;
    color: #ffffff;
    font-weight: 600;
    pointer-events: none;
}

.pagi_nav_list>li.active::marker {
    content: none;
}

.pagi_nav_list>li.p-control.next>a {
    font-size: 16px;
    font-weight: 600;
}



/* my page */

.woocommerce-account.woocommerce-page #content .container h2 {
    font-size: 25px;
}

.woocommerce-account.woocommerce-page #content .woocommerce {
    max-width: 600px;
    margin: 0 auto;
    margin-top: 40px;
}

.woocommerce-account.woocommerce-page #content .woocommerce h2 {
    text-align: center;
}

.woocommerce-account.woocommerce-page #content .woocommerce .form-row {
    display: flex;
    flex-direction: column;
}

.woocommerce .woocommerce-form-login .woocommerce-form-login__submit {
    float: unset;
    width: 270px;
    margin: 0 auto;
}

.woocommerce-account.woocommerce-page #content .woocommerce .lost_password {
    text-align: right;
    margin-top: 30px;
}

.woocommerce-account.woocommerce-page,
.woocommerce-account.woocommerce-page.woocommerce-orders {
    background: #f3f4f8;
}

.woocommerce-account.woocommerce-page #content .woocommerce,
.woocommerce-account.woocommerce-page.woocommerce-orders #content .woocommerce {
    max-width: unset;
}

.woocommerce-account.woocommerce-page #content .woocommerce nav.woocommerce-MyAccount-navigation {
    padding: 20px 30px;
    border-radius: 10px;
    background: #fff;
}

.woocommerce-account.woocommerce-page #content .woocommerce nav.woocommerce-MyAccount-navigation ul {
    padding: 0;
    list-style-type: unset;
    list-style: none;
    margin-bottom: 0;
}

.woocommerce-account.woocommerce-page #content .woocommerce nav.woocommerce-MyAccount-navigation ul li {
    border-bottom: 1px solid #ececec;
    display: block;
    padding: 15px 0 15px 15px;
    position: relative;
}

.woocommerce-account.woocommerce-page #content .woocommerce nav.woocommerce-MyAccount-navigation ul li a {
    font-size: 16px;
    color: #333333;
}

.woocommerce-account.woocommerce-page.woocommerce-dashboard #content .woocommerce nav.woocommerce-MyAccount-navigation ul li:last-child {
    margin-bottom: 0;
    border: navajowhite;
}

.woocommerce-page .woocommerce-MyAccount-navigation ul li:before {
    content: '\f105';
    font-family: 'fontAwesome';
    font-size: 15px;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.woocommerce-MyAccount-content {
    background: #fff;
    padding: 30px;
}

.u-columns.woocommerce-Addresses.col2-set.addresses .woocommerce-Address {
    width: 100%;
    max-width: 100%;
    font-size: 14px;
}

.woocommerce-account.woocommerce-page #customer_login {}

.woocommerce-account.woocommerce-page #customer_login form.login {
    width: 100%;
    background: #fff;
}

.woocommerce-account.woocommerce-page #customer_login .u-column1.col-1,
.woocommerce-account.woocommerce-page #customer_login .u-column2.col-2 {
    max-width: 100%;
    width: 50%;
}

.woocommerce-account.woocommerce-page #customer_login .u-column2.col-2 form.register {
    background: #fff;
}

/* product detail */
.woocommerce div.product form.cart .quantity {}

.woocommerce div.product form.cart .quantity input#quantity_698e972a4be68 {
    padding: 3px;
}

.woocommerce div.product form.cart button.single_add_to_cart_button {
    background: #000;
}


.wc-proceed-to-checkout a.checkout-button.button.alt.wc-forward {
    background: #000;
}


.wc-block-checkout__actions_row button.wc-block-components-button {
    background: #000;
    color: #fff;
    font-size: 15px;
}

p.woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received {
    font-size: 20px;
    text-align: center;
    margin-bottom: 30px;
}

.woocommerce-order {
    margin-top: 40px;
}

.woocommerce-order ul.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details {}

.woocommerce-order ul.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details li {
    font-size: 14px;
}

.woocommerce .woocommerce-customer-details address {
    font-size: 16px;
    line-height: 1.9;
}

.woocommerce .quantity .qty {
    padding: 3px;
}

.woocommerce-account.woocommerce-page #content,
.woocommerce-checkout #content,
.woocommerce-cart #content {
    margin-top: 80px;
}

button.single_add_to_cart_button.button.alt:hover {
    opacity: 0.75;
}

button.btn.btn-size.float-right:hover {
    text-decoration: underline;
}

@media (max-width:768px) {

    .woocommerce-account.woocommerce-page #customer_login .u-column1.col-1,
    .woocommerce-account.woocommerce-page #customer_login .u-column2.col-2 {
        max-width: 100%;
        width: 100%;
    }

    .img-fluid {
        width: 100%;
    }

    .modal-dialog.modal-xl {
        width: 95%;
        margin: 0.5rem auto;
    }

    .woocommerce-order ul.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details {
        display: flex;
        flex-flow: column;
        padding: 0;
    }

    .woocommerce-order ul.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details li {
        border-right: none;
        border-bottom: 1px solid #a8a8a8;
        padding-right: 0;
        padding-bottom: 10px;
        margin-right: 0;
        margin-bottom: 10px;
    }

    .form-horizontal .col-sm-12.text-center {
        display: flex;
        flex-direction: column;
    }

    .form-horizontal .col-sm-12.text-center input.wpcf7-form-control {
        margin: 0 auto;
        width: 210px;
    }
}


.google-maps {
    position: relative;
    padding-bottom: 75%;
    height: 0;
    overflow: hidden;
}

.google-maps iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}

.new-product ul {
    padding: 0
}


.autoplay {
    opacity: 0;
    visibility: hidden;
}

.autoplay.slick-initialized {
    opacity: 1;
    transition: opacity .3s ease;
    visibility:visible;
}
.autoplay.slick-initialized img {
    width:100%;
    height:auto;
    display:block;
}