@charset "UTF-8";

/*トップページ　キービジュアル*/
#kv {
    position: relative;
    top: 250px;
    width: 100%;
    height: 550px;
    margin-bottom: 200px;
}

#kv .img {
    margin: 0 auto;
    text-align: center;
}

#kv img {
    width: auto;
    height: 550px;
}

#kv .img.sp {
    display: none;
}

.slick-slide img {
    margin: auto;
}

.slick-dots {
    display: none !important;
}

.slick1 {
    width: 70%;
    margin: 0 auto;
}

@media(max-width: 960px) {

    #kv video {
        width: 99vw;
        height: 100%;
    }
}

@media(max-width: 768px) {
    #kv {
        top: 150px;
        height: auto;
    }

    #kv .slick1{
        width: 100%;
    }
}


/*トップページ　about*/

#topabout {
    text-align: center;
    padding: 200px 0;
    position: relative;
}

#topabout .line {
    position: relative;
}

#topabout .line.left.pc {
    background-image: url(https://basefile.akamaized.net/logiura-base-shop/66b17b463a5be/aboutE98193E8B7AF_E5B7A6.png);
    background-size: 350px;
    background-repeat: no-repeat;
    background-position: left 100px top 0;

}

#topabout .line.right.pc {
    background-image: url(https://basefile.akamaized.net/logiura-base-shop/66b1a4cac07a0/Group1.png);
    background-size: 350px;
    background-repeat: no-repeat;
    background-position: right 100px bottom 0;
}

#topabout h2 {
    font-family: "Archivo Black", sans-serif;
    font-size: 64px;
    color: #243F8E;
    -webkit-text-stroke: 1px #fff;
    text-shadow: 6px 6px 0 #E2CF47;
    padding-top: 100px;
}

#topabout h3 {
    font-size: 32px;
    font-family: ab-kirigirisu, sans-serif;
    padding-bottom: 50px;
}

#topabout h4 {
    font-size: 24px;
    padding-bottom: 10px;
}

#topabout .fontc {
    font-family: "Reggae One", system-ui;
    color: #FF0312;
}

#topabout h5 {
    font-size: 20px;
    padding-bottom: 100px;
}

#topabout .item_blk p {
    font-size: 20px;
    line-height: 2.5;
}

#topabout .item_blk .sp {
    display: none;
}

#topabout .btn {
    margin-top: 130px;
    padding-bottom: 100px;
}

#topabout .btn a {
    font-size: 16px;
    font-weight: bold;
    padding: 15px 30px;
    width: 200px;
    color: #fff;
    background-color: #243F8E;
    box-shadow: 4px 5px #E2CF47;
    border: solid 1px #000;
}


#topabout .btn a:hover,
body#shopTopPage #topnews .backblk .btn a:hover,
.main #about .btn a:hover {
    transform: translate(4px 5px);
    box-shadow: 0 0 0 #243F8E;
}

body#shopTopPage .backblk .btn a:hover {
    transform: translate(4px 5px);
    box-shadow: 0 0 0 #E2CF47;
}

@media(max-width: 960px) {
    #topabout .line.left.pc {
        background-image: url(https://basefile.akamaized.net/logiura-base-shop/66b1c12932e99/E382B9E3839EE3839BE78988ABOUTE98193E8B7AF_E5B7A6.png);
        background-size: 150px;
        background-repeat: no-repeat;
        background-position: left 10px top 0;
    }

    #topabout .line.right.pc {
        background-image: url(https://basefile.akamaized.net/logiura-base-shop/66ced6330ea0e/Group3.png);
        background-size: 150px;
        background-repeat: no-repeat;
        background-position: right 10px bottom 0;
    }

    #topabout {
        padding-top: 350px;
    }
}

@media(max-width: 769px) {
    #topabout h2 {
        font-size: 2rem;
    }

    #topabout h3 {
        font-size: 1.4rem;
    }

    #topabout h4 {
        font-size: 20px;
    }

    #topabout h5 {
        font-size: 16px;
        padding-bottom: 50px;
    }

    #topabout .item_blk p {
        font-size: 13px;
        line-height: 2.2;
    }
}

@media(max-width: 480px) {

    #topabout {
        top: -30px;
        padding-top: 0;
        padding-bottom: 100px;
    }

    #topabout .line.left.pc {
        background-image: url(https://basefile.akamaized.net/logiura-base-shop/66b1c12932e99/E382B9E3839EE3839BE78988ABOUTE98193E8B7AF_E5B7A6.png);
        background-size: 100px;
        background-repeat: no-repeat;
        background-position: left 0 top 0;

    }

    #topabout .line.right.pc {
        background-size: 100px;
        background-repeat: no-repeat;
        background-position: right 0 bottom 0;
    }

    #topabout .wrap {
        padding: 0 30px;
    }

    #topabout .item_blk .pc {
        display: none;
    }

    #topabout .item_blk .sp {
        display: block;
    }
}

/* トップページ　商品一覧 */

body#shopTopPage #productsmenupage {
    display: none;
}

body#shopTopPage .itemList .backblk {
    width: 85%;
    background-color: #fff;
    border: solid 1px #000;
    border-radius: 20px;
    margin: 0 auto;
}

body#shopTopPage .itemList {
    background-image: url(https://basefile.akamaized.net/logiura-base-shop/66c7eb07bd10a/pattern_plus-1_1_1_0-0_0_1__fffdeb_243e8f28129.png);
}

body#shopTopPage .ptitle {
    text-align: center;
    padding: 150px 0 0;
}

body#shopTopPage .ptitle h2 {
    font-family: "Archivo Black", sans-serif;
    font-size: 40px;
    color: #E2CF47;
    -webkit-text-stroke: 1px #000;
    text-shadow: 6px 6px 0 #243F8E;
    animation-name: fadein;
    animation-duration: 0.6s;
    animation-timing-function: ease-out;
    animation-fill-mode: forwards;
}

body#shopTopPage .ptitle h3 {
    font-size: 32px;
    font-family: ab-kirigirisu, sans-serif;
    padding-bottom: 100px;
    animation-name: fadein;
    animation-duration: 0.6s;
    animation-timing-function: ease-out;
    animation-fill-mode: forwards;
}

body#shopTopPage .backblk #moreItems,
body#shopTopPage #notproductsmenupage .backblk .btn {
    margin: 50px auto 0;
    text-align: center;
    padding-bottom: 150px;
}

body#shopTopPage .backblk #moreItems .marce.vm.btn,
body#shopTopPage .backblk .btn {
    margin: auto;
    width: 150px;
}

body#shopTopPage .backblk .btn a {
    font-size: 16px;
    font-weight: bold;
    padding: 15px 30px;
    width: 200px;
    color: #fff;
    background-color: #E2CF47;
    box-shadow: 4px 5px #243F8E;
    border: solid 1px #000;
}

/*トップページ　ニュース*/

#topnews {
    padding: 150px 0 100px;
    margin-bottom: 100px;
}

#topnews .backblk {
    width: 60%;
    background-color: #fff;
    border-radius: 20px;
    padding: 50px 50px 0;
    margin: 0 auto;
}

#topnews h2 {
    font-family: "Archivo Black", sans-serif;
    font-size: 36px;
    color: #243F8E;
    -webkit-text-stroke: 1px #fff;
    text-shadow: 6px 6px 0 #E2CF47;
}

#topnews h3 {
    font-size: 30px;
    font-family: ab-kirigirisu, sans-serif;
    padding-bottom: 50px;
}

body#shopTopPage #topnews .backblk .btn {
    padding-bottom: 70px;
    text-align: center;
}

body#shopTopPage #topnews .backblk .btn a {
    font-size: 16px;
    font-weight: bold;
    padding: 15px 30px;
    width: 200px;
    color: #fff;
    background-color: #243F8E;
    box-shadow: 4px 5px #E2CF47;
    border: solid 1px #000;
}

#topnews #blog_content {
    margin-bottom: 80px;
}

#topnews .news_list_item {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    border-bottom: solid 1px #d9d9d9;
    margin-bottom: 10px;
}

#topnews #blog_date1,
#topnews #blog_date2,
#topnews #blog_date3 {
    font-weight: bold;
    font-size: 15px;
    font-family: "Montserrat", sans-serif;
    color: #404040;
}

#topnews #blog_title1 h2,
#topnews #blog_title2 h2,
#topnews #blog_title3 h2 {
    background-color: unset;
    -webkit-text-stroke: unset;
    text-shadow: unset;
    font-size: 16px;
    font-weight: noemal;
    padding-left: 50px;
    line-height: 3em;
}

#topnews #blog_title1 a,
#topnews #blog_title2 a,
#topnews #blog_title3 a {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: bold;
    color: #404040;
}

@media(max-width: 960px) {
    #topnews {
        margin: 0 20px 250px;
        padding-bottom: 0;
    }

    #topnews .backblk {
        width: auto;
        padding: 50px 20px 0;
    }
}

@media(max-width: 480px) {

    #topnews h2 {
        font-size: 2rem;
        text-align: center;
    }

    #topnews h3 {
        font-size: 1.4rem;
        text-align: center;
    }

    #topnews #blog_title1 h2,
    #topnews #blog_title2 h2,
    #topnews #blog_title3 h2 {
        padding-left: 0px;
        font-size: 15px;
    }

    body#shopTopPage .item a {
        display: block;
        width: 150px;
        margin: auto;
    }

    body#shopTopPage .ptitle {
        padding-top: 50px;
    }

    body#shopTopPage .ptitle h2 {
        font-size: 2rem;
    }

    body#shopTopPage .ptitle h3 {
        font-size: 1.4rem;
    }

}

/*商品詳細ページ*/
body#shopDetailPage .itemmore h2 {
    position: relative;
    background-color: #E2CF47;
    border: 1px solid transparent;
    border-radius: 50px;
    font-size: 32px;
    font-weight: normal;
    font-family: ab-kirigirisu, sans-serif;
    text-align: center;
    height: 50px;
}

body#shopDetailPage .itemmore h2::before {
    content: '';
    position: absolute;
    top: -5px;
    left: -5px;
    width: 100%;
    height: 100%;
    background-color: transparent;
    border: 1px solid #000;
    border-radius: 50px;
}

body#shopDetailPage .itemmore .post {
    background: #fff;
    padding: 30px;
    margin-top: 30px;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-thin.mCSB_scrollTools .mCSB_draggerRail {
    display: none;
}

#productsmenupage {
    padding: 50px 0 150px;
    border: unset;
}

body#shopTopPage #productsmenupage .ptitle {
    padding-top: 50px;
}

/**/
.breadcrumb {
    display: flex;
    flex-wrap: wrap;
    padding: 10px;
}

.breadcrumb__child {
    padding: 0 5px;
}

.breadcrumb__child:after {
    position: relative;
    content: '>';
    padding-left: 10px;
}

.breadcrumb__child:last-child:after {
    content: '';
}

/*popup*/
/*  body.open_popup {
            overflow: hidden;
        }*/

.bg_onetime_popup {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    z-index: 9999;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0;
    visibility: hidden;
    transition: 0.5s;
    margin: 0 auto;
    text-align: center;
}

body.open_popup .bg_onetime_popup {
    opacity: 1;
    visibility: visible;
}

.onetime_popup {
    position: relative;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 60%;
    background-color: #fff;
}

@media (max-width: 768px) {
    .onetime_popup {
        width: 90%;
    }
}


.onetime_popup_title {
    position: relative;
    padding: 1em 80px;
    margin: 0px;
    background-color: #fff;
    color: #fff;
    font-size: 32px;
    text-align: center;
    line-height: 1.5;
}

.onetime_popup_title_close {
    position: absolute;
    top: 50%;
    right: 30px;
    width: 30px;
    height: 30px;
    transform: translateY(-50%);
    cursor: pointer;
}

.onetime_popup_title_close::before,
.onetime_popup_title_close::after {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 100%;
    height: 4px;
    background-color: #000;
    content: "";
}

.onetime_popup_title_close::before {
    transform: translateX(-50%) translateY(-50%) rotate(45deg);
}

.onetime_popup_title_close::after {
    transform: translateX(-50%) translateY(-50%) rotate(-45deg);
}

.onetime_popup_content {
    text-align: center;
    padding-bottom: 50px;
}

.onetime_popup_content img {
    width: 90% !important;
    height: auto !important;
}

.timerHidden {
    display: none;
}

.timerVisible {
    display: block;
}

.video_dots {
    list-style-type: none;
    padding: 0;
    display: flex;
    justify-content: center;
}

.video_dots li {
    margin: 0 10px;
}

.video_dots button {
    outline: none;
    border: none;
    background-color: #bfbdbd;
    width: 10px;
    height: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    overflow: hidden;
    text-indent: -10000px;
    cursor: pointer;
    margin: 5px 0;
}

.slick-active button {
    background-color: #000;
    color: #fff;
}

.btn-sticky {
    display: inline-block;
    padding: 0.5em 1em;
    text-decoration: none;
    border-radius: 3px;
    font-weight: bold;
    color: #FFF;
    background-image: linear-gradient(45deg, #cc9933 0%, #ffcc66 100%);
    transition: .4s;
    font-family: Kaisei Opti, serif;
    width: 200px;
    padding: 10px 20px;
    font-size: 20px;
}

.btn-sticky:hover {

    background-image: linear-gradient(45deg, #cc9933 50%, #ffcc66 100%);
}