@charset "UTF-8";

/*--------------------------------------

  base

---------------------------------------*/
*,
::before,
::after {
    border-width: 0;
    border-style: solid;
    box-sizing: border-box;
}

*:focus {
    outline: none;
}


.header,
.main,
.footer {
    width: 100%;
    min-width: 1200px;
    height: 100%;
    margin: 0 auto;
    padding: 0;
    overflow: hidden;
    font-family: "Noto Serif JP", "Noto Sans Japanese", "游ゴシック体", "Yu Gothic", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "sans-serif";
    font-size: 16px;
    font-size: 1rem;
    letter-spacing: 0.02em;
    color: #000000;
    text-align: left;
}

.header div,
.main div,
.footer div,
.header li,
.main li,
.footer li {
    box-sizing: border-box;
    vertical-align: top;
}

.header ul,
.main ul,
.footer ul {
    box-sizing: border-box;
    font-size: 0;
    vertical-align: top;
}

.contents {
    width: 1200px;
    margin: 0 auto 100px;
}

.contentsTitle {
    margin-bottom: 20px;
    font-size: 1.6rem;
}

summary {
  display: block;
  list-style: none;
}

summary::-webkit-details-marker {
  display: none;
}

@media screen and (max-width: 480px) {
    .header,
    .main,
    .footer {
        min-width: 100%;
    }

    img {
        width: 100%;
        height: auto;
    }

    .contents {
        width: 100%;
        margin: 0 0 10%;
        padding: 0 3%;
    }

    .contentsTitle {
        margin-bottom: 5%;
        font-size: 1.2rem;
    }
}

/*--------------------------------------

  header

---------------------------------------*/
.header {
    width: 100%;
}

/*
  最上部 お知らせ
---------------------------------*/
.header_topInfo {
    width: 100%;
    margin-bottom: 20px;
}

/*送料無料*/
.topInfo_freeshipping a {
    display: block;
    padding: 15px 0;
    background: #b30608;
    font-family: "Noto Sans Japanese";
    font-size: 1.1rem;
    line-height: 1.5;
    color: #ffffff;
    text-align: center;
}

.topInfo_freeshipping_btn {
    padding: 3px 8px;
    border: 1px solid #ffffff;
    font-size: 0.8rem;
}

.topInfo_freeshipping_supplement {
    font-size: 0.8rem;
}

/*営業時間*/
.topInfo_openinghours {
    display: block;
    padding: 10px 0;
    background: #F2F1EB;
    font-family: "Noto Sans Japanese";
    border-bottom: 1px solid #e0dfd7;
    font-size: 1rem;
    line-height: 1.5;
    color: #000000;
    text-align: center;
}

.topInfo_openinghours_tel {
    font-size: 1rem;
}

.topInfo_openinghours_tel:before {
    display: inline-block;
    content: "\f095";
    padding: 0 5px 0 15px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 1rem;
}

@media screen and (max-width: 480px) {
    .header_topInfo {
        margin-bottom: 10px;
        padding: 0;
    }

    /*送料無料*/
    .topInfo_freeshipping a {
        padding: 10px;
        font-size: 0.7rem;
        line-height: 1.5;
    }

    .topInfo_freeshipping_btn {
        display: none;
        padding: 3px 5px;
        font-size: 0.3rem;
    }

    .topInfo_freeshipping_supplement {
        font-size: 0.5rem;
    }

    /*営業時間*/
    .topInfo_openinghours {
        padding: 10px;
        font-size: 0.7rem;
    }

    .topInfo_openinghours_tel {
        font-size: 0.7rem;
    }

    .topInfo_openinghours_tel:before {
        display: inline-block;
        content: "\f095";
        padding: 0 5px 0 5px;
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        font-size: 0.7rem;
    }
}

/*
  header_top
---------------------------------*/
.header_top {
    position: relative;
    margin-bottom: 20px;
}

/*----- siteTitle -----*/
.siteTitle_shopName {
    margin-bottom: 10px;
    font-size: 0.9rem;
}

.siteTitle img {
    display: block;
}

@media screen and (max-width: 480px) {
    .header_top {
        position: relative;
        margin-bottom: 0;
        padding-bottom: 10px;
        background: #ffffff;
    }

    .siteTitle {
        position: relative;
        z-index: 2;
        margin-bottom: 3%;
    }

    .siteTitle_shopName {
        margin-bottom: 5px;
        font-size: 0.6rem;
    }

    .siteTitle img {
        display: block;
        width: calc(210px /2.5);
        height: calc(145px /2.5);
        font-size: 0.5rem;
    }
}

/*----- top_infoNav -----*/
.top_infoNav {
    position: absolute;
    top: 0;
    right: 0;
}

.top_infoNavList li {
    display: inline-block;
    padding: 0 10px;
    border-right: 1px solid #000000;
    font-size: 1rem;
}

.top_infoNavList li:first-child {
    padding-left: 0;
}

.top_infoNavList li:last-child {
    padding-right: 0;
    border-right: none;
}

@media screen and (max-width: 480px) {
    .top_infoNav {
        display: none;
    }
}

/*----- ログイン/カートメニュー -----*/
.user {
    position: absolute;
    right: 0;
    bottom: 10px;
}

.userList li {
    display: inline-block;
    font-size: 1rem;
    text-align: center;
}

.login span::before {
    display: block;
    content: "\f007";
    padding-bottom: 30px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 2rem;
}

.cart {
    margin-left: 10px;
}

.cart span::before {
    display: block;
    content: "\f07a";
    transform: scaleX(-1);
    padding-bottom: 30px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 2rem;
}

.english {
    margin-left: 10px;
}

.english span::before {
    display: block;
    content: "\f0ac";
    transform: scaleX(-1);
    padding-bottom: 30px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 2rem;
}


.userList span {
    display: block;
    font-size: 0.9rem;
    line-height: 0;
}

.userList li.gNav {
    display: none;
}

@media screen and (max-width: 480px) {
    .user {
        position: absolute;
        top: 40px;
        bottom: auto;
        z-index: 2;
    }

    .userList li {
        display: inline-block;
        text-align: center;
    }

    .login span::before {
        padding-bottom: 25px;
        font-size: 1.8rem;
    }

    .cart {
        margin-left: 10px;
    }

    .cart span::before {
        padding-bottom: 25px;
        font-size: 1.8rem;
    }

    .userList li.gNav {
        display: inline-block;
        position: relative;
        top: -18px;
        margin-left: 7px;
    }

    .userList span {
        display: block;
        font-size: 0.7rem;
        line-height: 0;
    }
}

/*----- top_nav_sp　SP用メニュー -----*/
.top_nav_sp {
    display: none;
}

@media screen and (max-width: 480px) {
    .top_nav_sp {
        display: block;
    }
}

/*フルスクリーンメニュー*/
.gNavBtn {
    display: block;
    position: relative;
    width: 55px;
    height: 42px;
    text-align: center;
    cursor: pointer;
}

.gNavBtn span {
    display: block;
    position: absolute;
    left: 6px;
    width: 30px;
    height: 2px;
    background: #555555;
}

.gNavBtn span:nth-child(1) {
    top: 7px;
}

.gNavBtn span:nth-child(2) {
    top: 17px;
}

.gNavBtn span:nth-child(3) {
    top: 27px;
}

.gNavBtn p {
    position: absolute;
    bottom: -1px;
    font-size: 0.7rem;
    line-height: 0;
}

.gNav_sp {
    display: none;
}

.gNav_sp.open {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 3;
    width: 100%;
    max-height: 100vh;
    overflow: auto;
    background: #ffffff;
    color: #000000;
    text-align: left;
    animation-name: fadein;
    animation-duration: 0.5s;
}

@keyframes fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

body.fixed {
    position: fixed;
    left: 0;
}

.header_top.fixed {
    display: none;
}

@media screen and (max-width: 640px) and (hover: none) and (pointer: coarse) {
    .header_top.fixed {
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 2;
        height: 90px;
        padding-top: 5px;
        box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
        background-color: #ffffff;
    }

    .header_top.fixed .top_search {
        display: none;
    }
}

/*----- SP用ナビの内容　-----*/
.gNav_sp {
    padding-top: 20px;
    text-align: left;
}

.gNav_sp_contents {
    margin-bottom: 8%;
    padding: 3%;
}

.gNav_sp_contents:last-child {
    margin-bottom: 0;
}

.gNav_sp_contentsTitle {
    margin-bottom: 5%;
    font-size: 1.1rem;
}

/*SP用ナビ　閉じるボタン*/
.gNavBtn_close {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 3;
    padding: 10px;
    background: rgba(54, 54, 54, 0.5);
}

.gNavBtn_close p {
    font-size: 0.8rem;
    color: #ffffff;
    text-align: center;
}

.gNavBtn_close p::before {
    display: block;
    content: "\f057";
    font-family: "Font Awesome 5 Free";
    font-weight: 400;
    font-size: 1.5rem;
}

/*----- SP用ナビの内容 ログイン/カート -----*/
.gNav_sp_user {
    border-top: 1px solid #cccccc;
}


/*----- SP用ナビの内容 カテゴリーから探す -----*/
.gNav_sp_categoryList {
    border-top: 1px solid #cccccc;
}

.gNav_sp_categoryList details {
    position: relative;
}

.gNav_sp_category summary,
.gNav_sp_category ul {
    border-bottom: 1px solid #cccccc;
}

.gNav_sp_category summary {
    padding: 15px 0 20px 10px;
    line-height: 40px;
    cursor: pointer;
    transition: 0.2s;
}

.gNav_sp_category summary img {
    display: inline-block;
    width: 40px;
    height: 40px;
    margin-right: 10px;
    background: #cccccc;
}

.gNav_sp_categoryList li a {
    display: block;
    padding: 18px 15px;
    font-size: 1rem;
}

/* summary　矢印 */
.gNav_sp_contents summary::after {
    display: inline-block;
    position: absolute;
    top: 33px;
    right: 10px;
    content: "";
    transform: rotate(45deg);
    width: 10px;
    height: 10px;
    margin: 0 10px;
    border-top: 1px solid #000000;
    border-right: 1px solid #000000;
}

.gNav_sp_contents details[open] summary::after {
    display: inline-block;
    content: "";
    transform: rotate(135deg);
    width: 10px;
    height: 10px;
    margin: 0 10px;
    border-top: 1px solid #000000;
    border-right: 1px solid #000000;
}

/* summary　オープン時のアニメーション */
.gNav_sp_contents details[open] ul li {
    animation: fadeIn 0.8s ease;
}

@keyframes fadeIn {
    0% {
        opacity: 0;
        transform: translateY(-5px);
    }

    100% {
        opacity: 1;
        transform: none;
    }
}

/*----- SP用ナビの内容 検索窓 -----*/
.gNav_sp_search {
    width: 100%;
}

.gNav_sp_search_form {
    position: relative;
    width: 100%;
    height: 40px;
    padding: 3px 10px;
    overflow: hidden;
    border: 1px solid #999999;
    border-radius: 5px;
    box-sizing: border-box;
}

.gNav_sp_search_form input[type="text"] {
    height: 100%;
    border: none;
}

.gNav_sp_search_form input[type="text"]:focus {
    outline: 0;
}

.gNav_sp_search_form input[type="submit"] {
    position: absolute;
    top: 7px;
    right: 10px;
    width: 20px;
    height: 20px;
    border: none;
    background: none;
    font-family: FontAwesome;
    font-size: 1.2rem;
    color: #000000;
    outline: none;
    cursor: pointer;
}

/*----- SP用ナビの内容 お得なサービス -----*/
.gNav_sp_service {
    padding: 10% 5%;
    background: #f2f1eb;
}

.gNav_sp_serviceList li {
    display: inline-block;
    width: -webkit-calc((100% - 3%) / 2.01);
    width: calc((100% - 3%) / 2.01);
    margin: 0 3% 5% 0;
}

.gNav_sp_serviceList li:nth-child(2n) {
    margin-right: 0;
}

.gNav_sp_serviceList li img {
    display: block;
}

/*----- SP用ナビの内容 ショップガイド -----*/
.gNav_sp_shopGuideList li a {
    display: block;
    padding: 20px 0 20px 10px;
    border-bottom: 1px solid #cccccc;
    font-size: 1rem;
}

.gNav_sp_shopGuideList li:first-child {
    border-top: 1px solid #cccccc;
}

/*----- SP用ナビの内容 お問い合わせ・ご注文 -----*/
.gNav_sp_shopContactList li {
    position: relative;
    width: 100%;
    margin-bottom: 10px;
    padding: 5%;
    background: #efede4;
    font-size: 1rem;
    text-align: center;
}

.gNav_sp_shopContactList li:last-child {
    margin-right: 0;
}

.gNav_sp_shopContact_title {
    margin-bottom: 13px;
    font-size: 0.8rem;
    letter-spacing: 0.1em;
}

.gNav_sp_shopContact_info,
.gNav_sp_shopContact_text {
    margin-bottom: 10px;
    font-size: 1.3rem;
    letter-spacing: 0.04em;
}

.gNav_sp_shopContactList li p {
    font-size: 0.8rem;
}

/*----- top_search 検索窓 -----*/
.top_search {
    position: absolute;
    right: 200px;
    bottom: 0;
}

.top_search_form_sp {
    display: none;
}

.top_search_form {
    position: relative;
    width: 310px;
    height: 40px;
    padding: 3px 10px;
    overflow: hidden;
    border: 1px solid #999999;
    border-radius: 5px;
    box-sizing: border-box;
}

.top_search_form input[type="text"] {
    height: 100%;
    border: none;
}

.top_search_form input[type="text"]:focus {
    outline: 0;
}

.top_search_form input[type="submit"] {
    position: absolute;
    top: 7px;
    right: 10px;
    width: 20px;
    height: 20px;
    border: none;
    background: none;
    font-family: FontAwesome;
    font-size: 1.2rem;
    color: #000000;
    outline: none;
    cursor: pointer;
}

@media screen and (max-width: 480px) {
    .top_search_form_sp {
        display: block;
    }

    .top_search_form_pc {
        display: none;
    }

    .top_search {
        position: relative;
        right: auto;
        bottom: auto;
    }

    .top_search_form {
        width: 100%;
        margin: 0 auto;
    }
}

/*----- top_nav_pc PC用メニュー -----*/
.top_nav_pc {
    position: absolute;
    bottom: 0;
    left: 250px;
}

.top_navList_pc li {
    display: inline-block;
    padding: 0 10px;
    border-right: 1px solid #000000;
    font-size: 1rem;
}

.top_navList_pc li:first-child {
    padding-left: 0;
}

.top_navList_pc li:last-child {
    padding-right: 0;
    border-right: none;
}

@media screen and (max-width: 480px) {
    .top_nav_pc {
        display: none;
    }
}

/*
  mainVisual
---------------------------------*/
.mainVisual {
    position: relative;
    width: 100%;
    height: 700px;
    margin-bottom: 50px;
    background: url(../img/mainvisual_pc.jpg) no-repeat center center;
    background-size: cover;
}

.mainVisual_ccopy {
    display: inline;
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 100%;
    margin: 0;
    font-size: 2rem;
    letter-spacing: 0.15em;
    color: #ffffff;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    text-shadow: 0 0 10px #666666;
    pointer-events: none;
}

@media screen and (max-width: 480px) {
    .mainVisual {
        width: 100%;
        height: 550px;
        margin-bottom: 5%;
        background: url(../img/mainvisual_sp.jpg) no-repeat center center;
        background-size: cover;
    }

    .mainVisual_ccopy {
        display: inline;
        position: absolute;
        top: 60%;
        left: 50%;
        transform: translate(-50%, -50%);
        height: 90%;
        margin: 0;
        font-size: 1.3rem;
        letter-spacing: 0.15em;
        color: #ffffff;
        -ms-writing-mode: tb-rl;
        writing-mode: vertical-rl;
        pointer-events: none;
    }
}

/*
  お知らせ
---------------------------------*/
.siteNews {
    margin-bottom: 50px;
}

/*----- Twitter -----*/
.siteNews_twitter {
    margin-bottom: 20px;
}

.siteNews_twitter a {
    display: block;
    width: 100%;
    padding: 25px 20px;
    background: #000000;
    color: #ffffff;
    text-align: center;
}

.twitter_account {
    display: inline-block;
    position: relative;
    padding-left: 35px;
    font-size: 1.5rem;
    line-height: 0;
}

.twitter_account::before {
  content: '';/*何も入れない*/
  display: inline-block;
  width: 24px;/*画像の幅*/
  height: 25px;/*画像の高さ*/
  background-image: url("../img/x_logo-white.png");
  background-size: contain;
  vertical-align: middle;
  margin-right: 5px;
}

.twitter_about {
    display: inline-block;
    margin-left: 20px;
}

.twitter_btn {
    padding: 3px 8px;
    border: 1px solid #ffffff;
    font-size: 0.8rem;
}

@media screen and (max-width: 480px) {
    .siteNews {
        margin-bottom: 3%;
    }

    .siteNews_twitter {
        margin: 0 0 5%;
    }

    .siteNews_twitter a {
        padding: 5% 5%;
    }

    .twitter_account {
        display: block;
        position: relative;
        margin-bottom: 15px;
        padding-left: 0;
        font-size: 1.2rem;
        line-height: 1;
    }

    .twitter_account::before {
        position: relative;
        top: 0;
        margin-right: 5px;
        font-size: 1.5rem;
    }

    .twitter_about {
        display: block;
        margin-left: 0;
        font-size: 0.85rem;
        line-height: 1.3;
    }

    .twitter_btn {
        display: block;
        margin-top: 10px;
        padding: 3px 8px;
        border: 1px solid #ffffff;
        font-size: 0.8rem;
    }
}

/*----- instagram -----*/
.siteNews_instagram {
    margin-bottom: 50px;
}

.siteNews_instagram a {
    display: block;
    width: 100%;
    padding: 25px 20px;
    background: linear-gradient(to right,
    rgba(247, 207, 0, 0.7),
    rgba(246, 37, 2, 0.7) 45%,
    rgba(182, 47, 82, 0.7) 75%,
    rgba(113, 58, 166, 0.7));
    color: #ffffff;
    text-align: center;
}

.instagram_account {
    display: inline-block;
    position: relative;
    padding-left: 35px;
    font-size: 1.5rem;
    line-height: 0;
}

.instagram_account::before {
  content: '';/*何も入れない*/
  display: inline-block;
  width: 30px;/*画像の幅*/
  height: 30px;/*画像の高さ*/
  background-image: url("../img/Instagram_Glyph_White.png");
  background-size: contain;
  vertical-align: middle;
  margin-right: 5px;
}

.instagram_about {
    display: inline-block;
    margin-left: 20px;
}

.instagram_btn {
    padding: 3px 8px;
    border: 1px solid #ffffff;
    font-size: 0.8rem;
}

@media screen and (max-width: 480px) {
    .siteNews {
        margin-bottom: 3%;
    }

    .siteNews_instagram {
        margin: 0 0 5%;
    }

    .siteNews_instagram a {
        padding: 5% 5%;
    }

    .instagram_account {
        display: block;
        position: relative;
        margin-bottom: 15px;
        padding-left: 0;
        font-size: 1.2rem;
        line-height: 1;
    }

    .instagram_account::before {
        position: relative;
        top: 0;
        margin-right: 5px;
        font-size: 1.5rem;
    }

    .instagram_about {
        display: block;
        margin-left: 0;
        font-size: 0.85rem;
        line-height: 1.3;
    }

    .instagram_btn {
        display: block;
        margin-top: 10px;
        padding: 3px 8px;
        border: 1px solid #ffffff;
        font-size: 0.8rem;
    }
}

/*----- shopBnr_info　店舗からのお知らせバナー -----*/
.shopBnr_info {
        margin-bottom: 5%;
}


@media screen and (max-width: 480px) {
    .shopBnr_info {
        margin-bottom: 10%;
    }
}

/*----- siteNews_info　新商品・再入荷情報 -----*/
.iframe_siteNews {
    height: 300px;
    overflow-y: scroll;
    border: 1px solid #cccccc;
}


@media screen and (max-width: 480px) {
    .iframe_siteNews {
        width: 100%;
        height: 300px;
        margin-bottom: 5%;
    }
}

/*
  ECステーション/出荷日
---------------------------------*/
.shippingDate {
    padding: 30px 0;
    background: #ffeeee;
    text-align: center;
}

.iframe_shippingDate {
    height: 90px;
}

@media screen and (max-width: 480px) {
    .shippingDate {
        width: 97%;
        margin: 0 auto 10%;
        padding: 5%;
    }

    .iframe_shippingDate {
        height: 90px;
    }
}

/*--------------------------------------

main

---------------------------------------*/
.main {
    position: relative;
}

/*
  カテゴリーから探す
---------------------------------*/
.category {
    width: 100%;
    padding: 50px 0;
    background: #f2f1eb;
    margin-bottom:0;
}

.category .contentsTitle {
    width: 1200px;
    margin: 0 auto 20px;

}

.categoryList {
    width: 1200px;
    margin: 0 auto -50px;
}

.categoryList li {
    display: inline-block;
    margin-right: 49px;
    margin-bottom: 50px;
}

.categoryList li img {
    width: 200px;
    height: 200px;
    margin-bottom: 10px;
    border: 1px solid #e6e6e6;
}

.categoryList li:nth-child(5n) {
    margin-right: 0;
}

.categoryList_name {
    font-size: 1.2rem;
    text-align: center;
}

@media screen and (max-width: 480px) {
   .category {
       padding: 10% 3% 20%;
   }

   .categoryList {
        width: 100%;
        padding: 0;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: stretch;
   }
    .categoryList li {
        width: -webkit-calc((100% - 20px) / 2);
        width: calc((100% - 20px) / 2);
        margin-bottom: 5%;
        margin-right:0;
    }

    .categoryList li img {
        width: 100%;
        height: auto;
        margin-bottom: 10px;
    }

    .categoryList_name {
        font-size: 0.8rem;
    }
}

/*
  季節の商品
---------------------------------*/
.featureList li {
    display: inline-block;
    margin-right: 20px;
    /* margin-bottom: 30px; */
    width: calc(100%/2.04);
}

.featureList li img {
    width: 100%;
    height: 100%;
    margin-bottom: 10px;
    border: 1px solid #e6e6e6;
}

.featureList li:nth-child(2n) {
    margin-right: 0;
}

.featureList li:nth-child(5n) {
    margin-right: 0;
}

.featureList_name {
    font-size: 1.2rem;
    text-align: center;
}

@media screen and (max-width: 480px) {
    .featureList li {
        width:100%;
        margin-right: 0;
        margin-bottom: 3%;
    }

    .featureList li img {
        width: 100%;
        height: auto;
        margin-bottom: 10px;
    }

    .featureList li:nth-child(2n) {
        margin-right: 0;
    }

    .featureList li:nth-child(5n) {
        margin-right: 3%;
    }

    .featureList_name {
        font-size: 0.8rem;
    }
}

/*
  ピックアップ
---------------------------------*/
.pickup {
    width: 100%;
    padding: 95px 0;
    background: #f2f1eb;
}

.pickup .contentsTitle {
    width: 1200px;
    margin: 0 auto 20px;
}

.pickupList {
    width: 1200px;
    margin: 0 auto -50px;
}

.pickupList li {
    display: inline-block;
    width: 380px;
    margin: 0 0px 50px 19px;
}

.pickupList .pickupList_sp {
    display: none;
}

.pickupList li img {
    display: block;
    margin-bottom: 20px;
}

.pickupList_itemTitle {
    margin-bottom: 20px;
    font-size: 1.3rem;
}

.pickupList_itemText {
    font-family: "Noto Sans Japanese";
    font-size: 1rem;
    line-height: 1.5;
}

@media screen and (max-width: 480px) {
    .pickup {
        padding: 10% 0 0 3%;
    }

    .pickup .contentsTitle {
        width: auto;
        margin: 0 auto 5%;
    }

    .pickupList {
        width: 100%;
        margin: 0 auto;
        overflow-x: auto;
        white-space: nowrap;
    }

    .pickupList li {
        display: inline-block;
        width: 200px;
        margin: 0 5% 10% 0;
        white-space: normal;
    }

    .pickupList .pickupList_sp {
        display: inline-block;
    }

    .pickupList .pickupList_pc {
        display: none;
    }

    .pickupList li img {
        margin-bottom: 5%;
    }

    .pickupList_itemTitle {
        margin-bottom: 5%;
        font-size: 1rem;
    }

    .pickupList_itemText {
        font-family: "Noto Sans Japanese";
        font-size: 0.8rem;
        line-height: 1.5;
    }
}

/*
  おすすめ商品
---------------------------------*/
.recommendList {
    width: 1200px;
    margin: 0 auto -70px;
}

.recommendList li {
    display: inline-block;
    width: 270px;
    margin: 0 0 70px 29px;
}

.recommendList li img {
    display: block;
    width: 100%;
    height: 270px;
    margin-bottom: 50px;

    object-fit: contain;
}

.recommendList_itemName {
    margin-bottom: 10px;
    font-family: "Noto Sans Japanese";
    font-size: 1rem;
    line-height: 1.5;
}

.recommendList_itemPrice {
    font-family: "Noto Sans Japanese";
    font-size: 1.2rem;
    line-height: 1.5;
}

@media screen and (max-width: 480px) {
    .recommendList {
        width: 100%;
        margin: 0 auto -7%;
    }

    .recommendList li {
        display: inline-block;
        width: -webkit-calc((100% - 10%) / 2.01);
        width: calc((100% - 10%) / 2.01);
        height: auto;
        margin: 0 10% 7% 0;
        white-space: normal;
    }

    .recommendList li:nth-child(2n) {
        margin-right: 0;
    }

    .recommendList li img {
        width: 100%;
        height: auto;
        min-height: 150px;
        margin-bottom: 5%;
    }

    .recommendList_itemName {
        margin-bottom: 5%;
        font-size: 0.8rem;
        line-height: 1.3;
    }

    .recommendList_itemPrice {
        font-size: 0.85rem;
        line-height: 1.3;
    }
}

/*
  お得なサービス
---------------------------------*/
.service {
    width: 100%;
    padding: 95px 0;
    background: #f2f1eb;
}

.service .contentsTitle {
    width: 1200px;
    margin: 0 auto 20px;
}

.serviceList {
    width: 1200px;
    margin: 0 auto -50px;
}

.serviceList li {
    display: inline-block;
    width: 380px;
    margin: 0 0px 50px 19px;
}

.serviceList li img {
    display: block;
    width: 380px;
    height: 380px;
    margin-bottom: 20px;
    background: #cccccc;
}

.serviceList_itemTitle {
    margin-bottom: 20px;
    font-size: 1.3rem;
}

.serviceList_itemText {
    font-family: "Noto Sans Japanese";
    font-size: 1rem;
    line-height: 1.5;
}

@media screen and (max-width: 480px) {
    .service {
        padding: 10% 0 0 3%;
    }

    .service .contentsTitle {
        width: auto;
        margin: 0 auto 5%;
    }

    .serviceList {
        width: 100%;
        margin: 0 auto;
        overflow-x: auto;
        white-space: nowrap;
    }

    .serviceList li {
        display: inline-block;
        width: 200px;
        margin-right: 5%;
        margin-bottom: 10%;
        white-space: normal;
    }

    .serviceList li:nth-child(3n) {
        margin-right: 29px;
    }

    .serviceList li img {
        width: 200px;
        height: 200px;
        margin-bottom: 5%;
    }

    .serviceList_itemTitle {
        margin-bottom: 5%;
        font-size: 1rem;
    }

    .serviceList_itemText {
        font-family: "Noto Sans Japanese";
        font-size: 0.8rem;
        line-height: 1.3;
    }
}

/*----- ECステーション/売れ筋ランキング -----*/
.shopInfo_ranking {
    display: inline-block;
    width: 650px;
    height: 260px;
    padding: 20px;
}

.iframe_ranking_pc {
    width: 100%;
    height: 600px;
}

.iframe_ranking_sp {
    display: none;
}

@media screen and (max-width: 480px) {
    .shopInfo_ranking {
        display: block;
        width: 100%;
        height: 260px;
    }

    .iframe_ranking_pc {
        display: none;
    }

    .iframe_ranking_sp {
        display: block;
        width: 100%;
        height: 600px;
    }
}

/*
  領収証・メールが届かないお客様へ
---------------------------------*/
.noticeList li {
    margin-bottom: 20px;
}

.noticeList .noticeList_sp {
    display: none;
}

.noticeList li:last-child {
    margin-bottom: 0;
}

.noticeList li a {
    display: block;
    width: 100%;
    padding: 30px 0;
    border: 1px solid #bababa;
    background: #f2f1eb;
    font-size: 1.5rem;
    color: #000000;
    text-align: center;
}

@media screen and (max-width: 480px) {
    .noticeList li {
        margin-bottom: 3%;
    }

    .noticeList .noticeList_sp {
        display: block;
    }

    .noticeList .noticeList_pc {
        display: none;
    }

    .noticeList li a {
        padding: 5% 5%;
        font-size: 1rem;
    }
}

/*----- ECステーション/ただいまの店舗状況 -----*/
.shopInfo_realtime {
    display: inline-block;
    width: 650px;
    height: 260px;
    padding: 20px;
}

.iframe_realtime {
    width: 100%;
    height: 500px;
}

@media screen and (max-width: 480px) {
    .shopInfo_realtime {
        display: block;
        width: 100%;
        height: 260px;
    }

    .iframe_realtime {
        width: 100%;
        height: 450px;
    }
}

/*
  弓道について
---------------------------------*/
.column li {
    display: inline-block;
    width: -webkit-calc((100% - 90px) / 2.01);
    width: calc((100% - 90px) / 2.01);
    margin-right: 90px;
    text-align: center;
}

.column li:nth-child(2n) {
    margin-right: 0;
}

.column li a {
    display: block;
    padding: 45px 0 40px;
    background: url(../img/column_bg.jpg);
}

.column_titleCopy {
    display: block;
    margin-bottom: 10px;
    font-size: 1.1rem;
    letter-spacing: 0.05em;
}

.column_titleMain {
    display: block;
    margin-bottom: 20px;
    font-size: 2.2rem;
    letter-spacing: 0.1em;
}

.column_more {
    display: inline-block;
    padding: 5px 20px;
    border: 1px solid #000000;
    font-family: "Noto Serif JP";
    font-size: 1rem;
}

.column .columnList_sp {
    display: none;
}

@media screen and (max-width: 480px) {
    .column .columnList_sp {
        display: block;
    }

    .column .columnList_pc {
        display: none;
    }

    .column li {
        display: block;
        width: 100%;
        margin-right: 0;
    }

    .column li a {
        padding: 25px 0 20px;
    }

    .column_titleCopy {
        display: block;
        margin-bottom: 10px;
        font-size: 0.85rem;
        letter-spacing: 0.05em;
    }

    .column_titleMain {
        display: block;
        margin-bottom: 15px;
        font-size: 1.7rem;
        letter-spacing: 0.1em;
    }

    .column_more {
        padding: 5px 20px;
        font-size: 0.8rem;
    }
}

/*
  大切なお知らせ
---------------------------------*/
.importantNotice a {
    display: block;
    width: 100%;
    padding: 50px 0;
    border: 1px solid #db0000;
    background: #ffeeee;
    font-size: 1.5rem;
    color: #db0000;
    text-align: center;
}

.importantNotice_btn {
    padding: 3px 8px;
    border: 1px solid #db0000;
    font-size: 1rem;
}

@media screen and (max-width: 480px) {
    .importantNotice a {
        padding: 8% 5%;
        font-size: 1rem;
    }

    .importantNotice_btn {
        display: block;
        width: 80%;
        margin: 3% auto 0;
        padding: 3px 8px;
        font-size: 0.8rem;
    }
}

/*--------------------------------------

footer

---------------------------------------*/
/*
  店舗イメージ
---------------------------------*/
.shopImage {
    position: relative;
    width: 100%;
    height: 580px;
    background: url(../img/shopImage_pc.jpg) no-repeat center center;
    background-size: cover;
}

.shopImage p {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 2rem;
    letter-spacing: 0.2em;
    color: #ffffff;
    text-align: center;
}

@media screen and (max-width: 480px) {
    .shopImage {
        height: 300px;
        background: url(../img/shopImage_sp.jpg) no-repeat center center;
        background-size: cover;
    }

    .shopImage p {
        position: relative;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        padding: 0 3%;
        font-size: 1.15rem;
        letter-spacing: 0.15em;
        text-align: center;
    }
}

/*
  店舗地図
---------------------------------*/
.shopMap {
    width: 100%;
}

.shopMap iframe {
    width: 100%;
    height: 600px;
}

@media screen and (max-width: 480px) {
    .shopMap {
        padding: 0;
    }

    .shopMap iframe {
        width: 100%;
        height: 300px;
    }
}

/*
  店舗について
---------------------------------*/
/*----- 店舗情報 -----*/
.shopInfo_about {
    display: inline-block;
    width: 545px;
}

.shop_title {
    margin-bottom: 10px;
}

.shop_logo {
    display: inline-block;
    width: 207px;
    height: 142px;
}

.shop_emblem {
    display: inline-block;
    width: 150px;
    height: 70px;
    padding: 70px 0 0 10px;
}

.shop_address {
    margin-top: 10px;
    line-height: 1.3;
}

@media screen and (max-width: 480px) {
    .shopInfo_about {
        width: 100%;
        margin-bottom: 10%;
    }

    .shop_title {
        margin-bottom: 10px;
    }

    .shop_logo {
        display: inline-block;
        width: calc(207px /1.1);
        height: 142px;
    }

    .shop_emblem {
        display: inline-block;
        width: calc(150px /1.1);
        height: 68px;
        vertical-align: bottom;
    }

    .shop_address {
        margin-top: 10px;
        font-size: 0.85rem;
        line-height: 1.5;
    }
}

/*----- ECステーション/店舗カレンダー -----*/
.shopInfo_calendar {
    display: inline-block;
    width: 650px;
    height: 260px;
    padding: 20px;
    background: #efede4;
}

.iframe_calendar {
    width: 100%;
    height: 190px;
}

@media screen and (max-width: 480px) {
    .shopInfo_calendar {
        display: block;
        width: 100%;
        height: 260px;
    }
}

/*
  ショップガイド
---------------------------------*/
.shopGuideList li {
    display: inline-block;
    width: 49.9%;
    margin-bottom: 50px;
    padding-right: 70px;
}

.shopGuide_more a {
    display: inline-block;
    margin-top: 20px;
    padding: 10px 15px;
    border: 1px solid #000000;
    font-family: "Noto Serif JP";
    font-size: 1rem;
}

.shopGuideList h3 {
    margin-bottom: 20px;
    font-size: 1.4rem;
    letter-spacing: 0.1em;
}

.shopGuideList h3 a {
    pointer-events: none;
}

.shopGuideList p {
    margin-bottom: 10px;
    font-family: "Noto Sans Japanese";
    font-size: 1rem;
    line-height: 1.6;
}

@media screen and (max-width: 480px) {
    .shopGuide_pc {
        display: none;
    }

    .shopGuide {
        padding: 0;
    }

    .shopGuideList {
        padding-top: 5%;
        border-top: 1px solid #cccccc;
    }

    .shopGuideList li {
        display: inline-block;
        width: 100%;
        margin-bottom: 5%;
        padding: 0 3%;
        border-bottom: 1px solid #cccccc;
    }

    .shopGuideList li::after {
        display: none;
    }

    .shopGuideList h3 a {
        display: block;
        margin-bottom: 5%;
        font-size: 1.1rem;
        letter-spacing: 0.1em;
        pointer-events: auto;
    }
}

/*
  お問い合わせ・ご注文
---------------------------------*/
.shopContact {
    margin-bottom: 50px;
    text-align: center;
}

.shopContactList li {
    display: inline-block;
    width: -webkit-calc((100% - 90px) / 4.01);
    width: calc((100% - 90px) / 4.01);
    margin-right: 30px;
    padding: 30px 0;
    background: #efede4;
    font-size: 1rem;
}

.shopContactList li:last-child {
    margin-right: 0;
}

.shopContact_title {
    margin-bottom: 15px;
    font-size: 1rem;
    letter-spacing: 0.1em;
}

.shopContact_info {
    margin-bottom: 15px;
    font-size: 1.5rem;
    letter-spacing: 0.04em;
}

@media screen and (max-width: 480px) {
    .shopContact {
        margin-bottom: 6%;
        text-align: center;
    }

    .shopContactList li {
        display: block;
        width: 100%;
        margin: 0 0 5%;
        padding: 5% 0;
        font-size: 1rem;
    }

    .shopContact_title {
        margin-bottom: 10px;
        font-size: 0.8rem;
        letter-spacing: 0.1em;
    }

    .shopContact_info {
        margin-bottom: 10px;
        font-size: 1.5rem;
        letter-spacing: 0.04em;
    }

    .shopContactList li:last-child {
        margin-bottom: 0;
    }

    .shopContactList a .shopContact_info {
        text-decoration: none;
    }
}

/*
  最下部
---------------------------------*/
.footer_bottom {
    padding: 25px 0;
    background: #b30608;
    color: #ffffff;
    text-align: center;
}

@media screen and (max-width: 480px) {
    .footer_bottom {
        padding: 5% 0;
        font-size: 0.9rem;
    }
}

/*
  フッターナビ
---------------------------------*/
.footerNav_sp {
    display: none;
}

.footerNav li {
    display: inline-block;
    margin-bottom: 10px;
    padding: 0 10px;
    border-right: 1px solid #ffffff;
    font-family: "Noto Sans Japanese";
    font-size: 1rem;
}

.footerNav li a {
    color: #ffffff;
}

@media screen and (max-width: 480px) {
    .footerNav_sp {
        display: block;
    }

    .footerNav_pc {
        display: none;
    }

    .footerNav li {
        margin-bottom: 3%;
        padding: 0 3%;
        font-size: 0.5rem;
    }
}

/*--------------------------------------

side

---------------------------------------*/
.side {
    width: 210px;
}

.side_contents {
    margin-bottom: 50px;
}

.side_contentsTitle {
    margin-bottom: 20px;
    font-size: 1.3rem;
}

.side_contents summary {
    padding: 20px 0 20px 10px;
    cursor: pointer;
    transition: 0.2s;
}

.iframe_ranking_side {
    width: 100%;
    height: 600px;
}

/*
  サイド　カテゴリーから探す
---------------------------------*/
.side_categoryList details {
    position: relative;
}

.side_contents summary,
.side_contents ul {
    border-bottom: 1px solid #cccccc;
}

.side_categoryList summary {
    line-height: 50px;
}

.side_contents summary img {
    display: inline-block;
    width: 50px;
    height: 50px;
    margin-right: 10px;
}

.side_categoryList li a {
    display: block;
    padding: 18px 15px;
    font-size: 1rem;
}

/* summary　矢印 */
.side_contents summary::after {
    display: inline-block;
    position: absolute;
    top: 40px;
    right: 10px;
    content: "";
    transform: rotate(45deg);
    width: 10px;
    height: 10px;
    margin: 0 10px;
    border-top: 1px solid #000000;
    border-right: 1px solid #000000;
}

.side_contents details[open] summary::after {
    display: inline-block;
    content: "";
    transform: rotate(135deg);
    width: 10px;
    height: 10px;
    margin: 0 10px;
    border-top: 1px solid #000000;
    border-right: 1px solid #000000;
}

/* summary　オープン時のアニメーション */
.side_contents details[open] ul li {
    animation: fadeIn 0.8s ease;
}

@keyframes fadeIn {
    0% {
        opacity: 0;
        transform: translateY(-5px);
    }

    100% {
        opacity: 1;
        transform: none;
    }
}

/*
  PC用　サイドナビ　お得なサービス
---------------------------------*/
.side_serviceList li {
    margin-bottom: 25px;
}

.side_serviceList img {
    display: block;
    width: 210px;
    height: 210px;
    background: #cccccc;
}
