@charset "UTF-8";

#privacy,
#law {
    background-color: #FFFDE9;
    box-sizing: border-box;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 13px;
    line-height: 1.6em;
    margin: 0 auto;
    padding: 250px 40px 150px;
    text-align: left;
    width: 850px;
}

#privacy h2,
#law h2 {
    color: #243F8E;
    border-bottom: #243F8E solid 1px;
    font-size: 24px;
    font-weight: bold;
    margin: 20px 0 50px;
    padding: 0 0 10px;
}

#privacy h3,
#privacy dt {
    font-weight: bold;
    margin: 15px 0 8px;
}

#privacy .privacy_intro {
    margin: 0 0 20px;
}

#law h3 {
    font-weight: bold;
    margin: 20px 0 5px;
}

#law .law_attention {
    padding: 10px;
    margin-top: 12px;
    line-height: 1.5;
    background-color: #FFFDE9;
}

.law__telnum,
canvas {
    font-family: "Noto Sans JP", sans-serif;
}

@media(min-width: 769px) {
    #law .law_attention {
        padding: 16px;
        margin-top: 0;
        line-height: 1.6;
    }
}

@media(min-width: 481px) and (max-width:960px) {

    #privacy,
    #law {
        top: 100px;
    }

    .main,
    #privacy,
    #law {
        width: 90%;
    }
}

@media(max-width: 480px) {

    #privacy,
    #law {
        position: relative;
        top: 200px;
        width: 95%;
        padding: 0;
        margin-bottom: 350px;
    }

    #privacy h2,
    #law h2 {
        margin-top: 0;
    }
}

#law .atobaraiTerm {
    margin: 20px 0;
}

#law .atobaraiTerm .atobaraiTerm__title {
    margin-bottom: 8px;
}

#law .atobaraiTerm .atobaraiTerm__body {
    padding-left: 20px;
}

#law .atobaraiTerm p {
    font-size: 100%;
    line-height: 1.5;
    margin: 0 0 10px;
}

/**/
body.shop #mainHeader {
    margin: 0 auto 0;
}


body.shop #fixedHeader {
    padding: 5px 10px;
    position: fixed;
    right: 0;
    top: 0;
}

body.shop #shopHeader {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    background-color: #FFFDE9;
    width: 100%;
    height: 150px;
}

body.shop #shopHeader .logo {
    display: block;
    font-size: 30px;
    letter-spacing: 2px;
    text-align: center;
    margin: 56px 0 34px;
}

body.shop #shopHeader .logo a {
    display: inline-block;
}

body.shop #shopHeader .logo img {
    max-width: 960px;
    vertical-align: top;
    width: 190px;
}

body.shop #shopHeader nav {
    font-size: 12px;
    font-weight: bold;
    margin: 0 7px;
}

body.shop #shopHeader .header-nav {
    display: flex;
    flex-wrap: nowrap;
}

body.shop #shopHeader .flex_blk {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    width: 100%;
    align-items: center;
}

body.shop #shopHeader .header-nav .menu {
    display: block;
    line-height: 20px;
    padding: 5px 10px;
    text-align: center;
    font-family: "Montserrat", sans-serif;
    font-size: 24px;
    font-weight: bold;
}

body.shop #shopHeader .header-nav .menu.category_blk li a {
    font-size: 13px;
    font-family: "Noto Sans JP", sans-serif;
}

body.shop #shopHeader .itemSearch {
    width: 100%;
    padding: 0 16px;
}

body.shop #shopHeader .itemSearch form {
    box-sizing: border-box;
    border: none;
    display: inline-block;
    padding: 0 30px 0 0;
    position: relative;
    width: 100%;
    height: 40px;
}

body.shop #shopHeader .itemSearch form input {
    width: 100%;
    background-color: transparent;
    box-sizing: border-box;
    box-shadow: none;
    border: none;
    display: inline-block;
    margin: auto;
    padding: 0 0 0 8px;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    height: 20px;
}

body.shop #shopHeader .itemSearch form .itemSearch__btn {
    background-color: transparent;
    border-style: none;
    display: block;
    font-size: 15px;
    position: absolute;
    top: 0;
    right: 5px;
    bottom: 0;
    width: auto;
    cursor: pointer;
}

body.shop #shopHeader .fontjp {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 14px;
    padding: 0;
}

body.shop #shopHeader .header-nav .spblk {
    display: none;
}

@media(min-width: 769px) {
    body.shop #shopHeader nav .itemSearch form {
        width: 65px;
    }
}

body.shop #shopHeader .header-nav .menu a {
    display: block;
    padding: 10px;
    font-family: "Montserrat", sans-serif;
    font-size: 24px;
    font-weight: bold;
}

@media(min-width: 481px) {
    body.shop #shopHeader nav ul {
        flex-wrap: nowrap;
        justify-content: space-between;
    }

    body.shop #shopHeader nav ul li {
        width: auto;
    }
}

@media(max-width: 1048px) {
    body.shop #shopHeader .logo {
        margin: 0;
        position: fixed;
        z-index: 991;
        backbround-color: #FFFDE9;
    }

    body.shop #shopHeader .logo img {
        width: 200px;
    }

    .sp {
        display: block;
    }

    body.shop #shopHeader {
        height: 150px;
    }

    #nav-toggle {
        position: fixed;
        display: block;
        top: 70px;
        right: 25px;
        height: 32px;
        cursor: pointer;
        z-index: 1000;

    }

    #nav-toggle>div {
        position: relative;
        width: 36px;
    }

    #nav-toggle>div span {
        width: 100%;
        height: 2px;
        left: 0;
        display: block;
        background: #000;
        position: absolute;
        transition: transform .3s ease, top .5s ease;
    }

    #nav-toggle>div span:nth-child(1) {
        top: 0;
    }

    #nav-toggle>div span:nth-child(2) {
        top: 14px;
    }

    #nav-toggle>div span:nth-child(3) {
        top: 28px;
    }

    .open #nav-toggle>div span:nth-child(1) {
        top: 15px;
        transform: rotate(45deg);
    }

    .open #nav-toggle>div span:nth-child(2) {
        width: 0;
    }

    .open #nav-toggle>div span:nth-child(3) {
        top: 15px;
        transform: rotate(-45deg);
    }

    #mainHeader #shopHeader {
        justify-content: left;

    }

    #mainHeader .header-nav {
        background-color: #FFFDE9;
        position: fixed;
        width: 100%;
        height: 100%;
        top: -170px;
        left: 0;
        right: 0;
        bottom: 0;
        margin: 0;
        z-index: 990;
        display: flex;
        flex-wrap: nowrap;
        flex-direction: column;
        justify-content: left;
        padding-left: 10px;
        transform: translateX(-100%);
        transition: transform 1s ease;
        padding-top: 330px;
    }

    .open #mainHeader .header-nav {
        transform: translateX(0);
    }

    body.shop #shopHeader nav {
        margin: 0;
    }

    body.shop #shopHeader .header-nav ul {
        display: block;
        height: auto;
        width: 100%;
        margin: 0 auto;
        line-height: 1.8rem;
    }

    #mainHeader .header-nav ul>li:nth-child(2) {
        transition-delay: .15s;
    }

    #mainHeader .header-nav ul>li:nth-child(3) {
        transition-delay: .3s;
    }

    #mainHeader .header-nav ul>li:nth-child(4) {
        transition-delay: .6s;
    }

    #mainHeader .header-nav ul>li:nth-child(5) {
        transition-delay: .9s;
    }

    #mainHeader .header-nav ul>li:nth-child(6) {
        transition-delay: .9s;
    }

    #mainHeader .header-nav ul>li:nth-child(7) {
        transition-delay: .9s;
    }

    #mainHeader .header-nav ul.sns li:last-child {
        width: 100%;
        margin: 0 0 0 7px;
    }

    #mainHeader .header-nav a {
        font-size: 2rem;
    }

    body.template .header-nav .mainHeaderNavColor {
        color: #243F8E;
    }

    body.template .header-nav .mainHeaderNavColor .fontjp {
        color: #000;
        font-weight: bold;
        padding-left: 20px !important;
    }

    body.template .header-nav .menu.category_blk span {
        display: flex;
    }

    .spdisabled {
        display: none;
    }

    body.shop #shopHeader .header-nav .spblk {
        display: block;
        padding-top: 30px;
    }

    body.template .header-nav .spblk .mainHeaderNavColor {
        color: #000;
    }

    body.shop #shopHeader .spblk ul li {
        border: none;
        padding: 5px 0 5px 20px;
    }

    body.shop #shopHeader .spblk ul li a {
        font-size: 15px;
        font-weight: bold;
        font-family: "Noto Sans JP", sans-serif;
        border: none;

    }

    body.shop #shopHeader .header-nav .category-list li {
        transform: translateX(0px);
    }

    .spblk .sns {
        display: flex;
        flex-wrap: wrap;
        margin-right: auto;
        justify-content: left;
        padding-left: 90px;
        padding-top: 20px;
        transform: translateX(-70px);
        transition: transform 1.3s ease;
    }

    .spblk .sns .wrap {
        margin-right: 5px;
    }

    .spblk .sns i {
        font-size: 40px;
    }

    body.shop #shopHeader .header-nav .menu {
        border-bottom: solid #000 1px;
        width: 90%;
        text-align: left;
    }

    body.shop #shopHeader .flex_blk {
        width: 98%;
    }

    body.shop #shopHeader .header-nav .menu.category_blk {
        padding: 15px 0 15px 20px;
    }

    body.shop #shopHeader .header-nav .menu.category_blk li {
        height: 0;
        overflow: hidden;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -ms-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
    }

    #change01:checked~#appsItemCategoryTag li {
        opacity: 1;
        background-color: #FFFDE9;
    }
}

.titleForSearchResult {
    font-size: 14px;
    font-weight: 400;
    margin: -20px auto 0;
    padding: 0 0 30px;
    text-align: center;
    width: 100%;
}

@media(min-width: 769px) {
    .titleForSearchResult {
        width: 960px;
    }

}

body.shop #mainFooter {
    font-size: 11px;
    font-weight: bold;
    padding: 50px 0 0;
    background-color: #243F8E;
    width: 100%;
}

body.shop #mainFooter .footerMenu {
    background-color: #FFFDE9;
    border: solid 1px #000;
    border-radius: 50px;
    width: 90%;
    margin: 0 auto;
}

body.shop #mainFooter .footerMenu .footerlogo {
    text-align: center;
    padding-top: 80px;
}

body.shop #mainFooter .footerMenu .footerlogo img {
    width: 250px;
}

body.shop #mainFooter .footerMenu .sns {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 50px;
}

body.shop #mainFooter .footerMenu .sns.sp,
body.shop #mainFooter .footerMenu .footerNav.sp {
    display: none;
}

body.shop #mainFooter .footerMenu .sns a {
    background-color: #fff;
    font-size: 16px;
    padding: 10px 15px;
    border: solid 1px #000;
    border-radius: 50px;
    margin: 0 5px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.fa-instagram,
body.shop #mainFooter .footerMenu .sns i {
    font-size: 30px;
}

body.shop #mainFooter .footerMenu .wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

body.shop #mainFooter .footerMenu .wrapper .item {
    background-color: #fff;
    font-size: 16px;
    padding: 20px 30px 40px;
    border: solid 1px #000;
    border-radius: 20px;
    width: calc(30% - 5px);
    margin: 0 5px 30px;
    box-sizing: border-box;
}

body.shop #mainFooter .footerMenu .wrapper .item img {
    width: 100%;
    border: #d3d3d3 solid 2px;
}

body.shop #mainFooter .footerMenu .wrapper .item h3 {
    color: #243F8E;
    font-size: 20px;
    padding: 10px 0 30px;
    text-align: center;
}

body.shop #mainFooter .footerMenu .wrapper .item p {
    text-align: left;
    font-weight: normal;
    font-size: 15px;
}

body.shop #mainFooter .footerMenu ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding-bottom: 50px;
}

body.shop #mainFooter .footerMenu ul li {
    width: 100%;
    margin-bottom: 16px;
    color: #243F8E;
    font-size: 12px;
    font-weight: bold;
    line-height: 20px;
    text-align: center;
    vertical-align: middle;
}

body.shop #mainFooter .footerMenu li.boxRight>div {
    display: flex;
    justify-content: center;
}

body.shop #mainFooter .footerMenu .twitter {
    margin: 0 0 0 8px;
}

body.shop #mainFooter .footerMenu .footerNav {
    color: #243F8E;
    font-size: 16px;
}

body.shop #mainFooter .copyright {
    color: #fff;
    font-size: 12px;
    font-weight: normal;
    background-color: #000;
    text-align: center;
    margin-top: 50px;
    width: 100%;
    padding: 5px 0;
}

@media(max-width: 960px) {
    body.shop #mainFooter .footerMenu .wrapper.pc {
        display: none;
    }
}

@media(max-width: 480px) {
    body.shop #mainFooter {
        padding: 10px 0 0;
    }

    body#shopTopPage #mainFooter.wrapper {
        justify-content: center;
    }

    body.shop #mainFooter .footerMenu {
        width: 95%;
        border-radius: 20px;
    }

    body.shop #mainFooter .footerMenu .footerlogo.pc,
    body.shop #mainFooter .footerMenu .sns.pc {
        display: none;
    }

    body.shop #mainFooter .footerMenu .sns {
        padding-top: 50px;
    }

    body.shop #mainFooter .footerMenu .sns.sp {
        display: flex;
    }

    body.shop #mainFooter .footerMenu .sns a {
        border-radius: 20px;
        padding: 10px;
        width: 45px;
        display: block;
        text-align: center;
    }

    body.shop #mainFooter .footerMenu .sns i {
        font-size: 40px;
        text-align: center;
    }

    body.shop #mainFooter .footerMenu .footerNav.sp {
        display: block;
    }

    body.shop #mainFooter .footerMenu .footerNav {
        font-size: 14px;
    }

    body.shop #mainFooter .copyright {
        margin-top: 10px;
    }

    .footernavwrap {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        width: 90%;
        margin: 0 auto;
    }

    body.shop #mainFooter .footerMenu ul {
        width: 100%;
        margin: 0 auto;
    }

    body.shop #mainFooter .footerMenu ul li {
        text-align: center;
    }
}

@media(min-width: 769px) {

    body.shop #mainFooter .footerMenu ul li {
        width: auto;
        margin: 0 10px;
    }

    body.shop #mainFooter .footerMenu li.boxRight {
        flex: 1;
    }

    body.shop #mainFooter .footerMenu li.boxRight>div {
        justify-content: flex-end;
    }
}

/*トップページ　キービジュアル*/
#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: 20px;
    font-weight: normal;
    font-family: ab-kirigirisu, sans-serif;
    text-align: center;
    height: 50px;
    padding: auto;
}

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%);
}

/**/
#story_blk {
    text-align: center;
}

#story_blk .group {
    padding: 100px 0;
    text-align: center;
    margin-top: 50px;
    background: linear-gradient(180deg, #FFFDE9 0%, #F0D4A5 60%, #FFFDE9 100%);
}

#story_blk img {
    width: 300px;
}

#story_blk p {
    padding: 20px 0;
    color: #663300;
    font-size: 15px;
}

#story_blk .video {
    margin: 0 auto;
}

@media (max-width: 768px) {

    #story_blk img {
        width: 250px;
    }

    #story_blk .video iframe {
        width: 400px;
        height: 220px;
    }

    #story_blk p {
        font-size: 14px;
        padding: 20px 10px;
    }
}

@media (max-width: 540px) {

    #story_blk .video iframe {
        width: 300px;
        height: 170px;
    }

    #story_blk p {
        font-size: 12px;
    }
}

#story_blk .brand_blk {
    background-color: #fff;
    display: inline-block;
    width: 60%;
    margin: auto;
}

#story_blk .brand_blk h3 {
    display: inline-block;
    background: linear-gradient(90deg, #a38131 0%, #e7c76d 33% #efcd9a 62%, #e3c05d 83%, #9d874e 100%);
    background: -webkit-linear-gradient(90deg, #a38131 0%, #e7c76d 33%, #efcd9a 62%, #e3c05d 83%, #9d874e 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: Kaisei Opti, serif;
    font-size: 1.6rem;
    text-align: center;
    color: #996600;
    font-weight: bold;
    padding-top: 30px;
}

#story_blk .brand_blk h4 {
    font-family: Kaisei Opti, serif;
    font-size: 18px;
    text-align: center;
    color: #996600;
    margin-top: 5px;
}

#story_blk .brand_blk .wrap_blk {
    text-align: left;
    padding: 30px;
    width: 50%;
    margin: 20px auto;
    /* height: 350px;ブランド数増えたら折り返しに必要*/
    display: flex;
    flex-direction: column;
    align-items: left;
    flex-wrap: wrap;
}

#story_blk .brand_blk .wrap_blk .brand {
    margin: 5px 0;
}

#story_blk .brand_blk .wrap_blk .brand a {
    font-weight: bold;
    color: #663300;
    border-bottom: #663300 solid 1px;
    font-size: 16px;
    text-align: left;
}

#story_blk .brand_blk .wrap_blk .brand a:hover {
    opacity: .6;
}

@media(max-width: 768px) {

    #story_blk .brand_blk {
        width: 90%;
    }
}

@media(max-width: 400px) {

    #story_blk .brand_blk .wrap_blk {
        width: 90%;
        padding: 30px 20px;
    }
}

#instagram_blk {
    margin: 0 auto;
    text-align: center;
    padding-top: 150px;
}

#instagram_blk iframe {
    width: 50%;
    height: 700px;

}

#instagram_blk p {
    font-size: 16px;
    font-weight: bold;
}

.instablk_color {
    color: #ff0033;
    display: inline-block;
    background: linear-gradient(transparent 60%, #ff9999 60%);
}

/**/
.insta_btn {
    padding: .5em 1em;
    width: fit-content;
    margin: 10px auto 0;
    cursor: pointer;
    transition: .3s;

}

.insta_btn a {
    position: relative;
    display: inline-block;
    font-size: 18px;
    padding: 5px 0px;
    width: 200px;
    text-decoration: none;
    background: #243F8E;
    border: #fff3b8 solid 2px;
    color: #fff3b8;
    border-radius: 50px;
    font-weight: bold;
    font-family: "Montserrat", sans-serif;
}

.insta_btn a:hover {
    background: #fff3b8;
    color: #243F8E;
    border: #243F8E solid 2px;
}


@media (max-width: 768px) {
    #instagram_blk iframe {
        width: 80%;
        height: 500px;
    }

    #instagram_blk p {
        font-size: 13px;
    }

}

@media (max-width: 960px) {
    #topnews {
        padding-top: 0px !important;
    }
}/*

.catch-group {
    margin: 200px auto 150px;
    padding: 30px 20px;
    border-radius: 20px;
}

.catch-group .item {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.main #about .catch-group p {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 24px;
    text-align: center;
    margin-bottom: 50px;
    font-weight: bold;
}

.main #about .catch-group .item p {
    font-family: "Zen Maru Gothic", sans-serif;
    font-size: 18px;
    background: #fff;
    border-radius: 50px;
    padding: 20px 30px;
    position: relative;
}

.main #about .catch-group .sp {
    display: none;
}

.main #about .catch-group .item.left p:before {
    content: "";
    position: absolute;
    left: -38px;
    width: 13px;
    height: 12px;
    bottom: 0;
    background: #fff;
    border-radius: 50%;
}

.main #about .catch-group .item.left p:after {
    content: "";
    position: absolute;
    left: -24px;
    width: 20px;
    height: 18px;
    bottom: 3px;
    background: #fff;
    border-radius: 50%;
}

.main #about .catch-group .item.right p:before {
    content: "";
    position: absolute;
    right: -38px;
    width: 13px;
    height: 12px;
    bottom: 0;
    background: #fff;
    border-radius: 50%;
}

.main #about .catch-group .item.right p:after {
    content: "";
    position: absolute;
    right: -24px;
    width: 20px;
    height: 18px;
    bottom: 3px;
    background: #fff;
    border-radius: 50%;
}

.catch-group img {
    height: 100px;
    padding: 0 50px;
}

.catch-group .title {
    line-height: 1.5rem;
    margin-bottom: 50px;
}

.main #about .catch-group .title p {
    margin-bottom: 0;
}

.main #about .catch-group .title img {
    width: 300px;
    height: auto;
    margin: auto;
    text-align: center;
    display: block;
}

.main #about .item .movie_blk img {
    width: 450px;
    margin: auto;
    text-align: center;
    display: block;
    padding-bottom: 10px;
}

.main #about .item .movie_blk p {
    text-align: center;
    padding: 20px 0;
}

.main #about .item .movie_blk iframe {
    display: block;
    margin: auto;
}

.main #about .item .movie_blk span {
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    display: block;
    padding-top: 30px;
    line-height: 1.6rem;
}

.main #about .item .movie_blk .sp {
    display: none;
}

@media (max-width: 960px) {
    .catch-group .item {
        display: block;
        margin: auto;
    }

    .catch-group img {
        display: block;
        margin: auto;
    }

    .main #about .catch-group .pc {
        display: none;
    }

    .main #about .catch-group .sp {
        display: block;
    }

    .main #about .catch-group .item.left p:before {
        content: "";
        position: absolute;
        top: 90px;
        left: 38px;
        width: 13px;
        height: 12px;
        bottom: 0;
        background: #fff;
        border-radius: 50%;
    }

    .main #about .catch-group .item.left p:after {
        content: "";
        position: absolute;
        top: 70px;
        left: 24px;
        width: 20px;
        height: 18px;
        bottom: 3px;
        background: #fff;
        border-radius: 50%;
    }

    .main #about .catch-group .item.right p:before {
        content: "";
        position: absolute;
        top: 90px;
        left: 38px;
        width: 13px;
        height: 12px;
        bottom: 0;
        background: #fff;
        border-radius: 50%;
    }

    .main #about .catch-group .item.right p:after {
        content: "";
        position: absolute;
        top: 70px;
        left: 24px;
        width: 20px;
        height: 18px;
        bottom: 3px;
        background: #fff;
        border-radius: 50%;
    }
}

@media (max-width: 480px) {
    .main #about .catch-group {
        padding: 30px 0px;
    }

    .main #about .catch-group .item p {
        font-size: 15px;
        padding: 10px 20px;
        margin-top: 50px;
    }

    .item .catch-group img {
        height: 100px;
    }

    .main #about .itemblk .item {
        padding: 20px 10px;
    }

    .main #about .catch-group .title p {
        font-size: 16px;
    }

    .main #about .item .catch-group .title img {
        width: 150px;
    }

    .main #about .item .movie_blk iframe {
        width: 100%;
        height: 200px;
    }

    .main #about .item .movie_blk p {
        font-size: 13px;
    }

    .main #about .item .movie_blk span {
        font-size: 12px;
    }

    .main #about .item .movie_blk img {
        width: 350px;
    }

    .main #about .item .movie_blk .pc {
        display: none;
    }

    .main #about .item .movie_blk .sp {
        display: block;
    }
}*/