/* --------------------------------------------------------------

全体

----------------------------------------------------------------- */
@import url('https://fonts.googleapis.com/css2?family=Comfortaa:wght@300..700&family=IBM+Plex+Sans+JP&family=M+PLUS+Rounded+1c&family=Noto+Sans+JP:wght@100..900&family=Zen+Maru+Gothic&display=swap');

/* ----------------------------------------------------------------------
Google fonts
font-family: "IBM Plex Sans JP", sans-serif;
font-family: "Comfortaa", sans-serif;
font-family: "M PLUS Rounded 1c", sans-serif;
font-family: "Noto Sans JP", sans-serif;
font-family: "Zen Maru Gothic", sans-serif;


  ----------------------------------------------------------------------*/
html{
    scroll-behavior: smooth;
}
body{
    font-size: 105%;
    background-color: #fff;
    color: #0d0d0d;
    line-height: 1.5;
    box-sizing: border-box;
    font-family: "IBM Plex Sans JP", sans-serif;
}

.wrapper{
    padding-top: 2rem;
    padding-bottom: 1rem;
}

img{
    max-width: 100%;
    height: auto;
}

p{
    margin: 0.5em;
}

.wrapper a{
    transition: 0.3s;
}

/* ----------------------------------------------------- ボタン基本 */
a.btn{
    display: inline-block;
    font-weight: bold;
    padding: 0.7em 1.5em;
    margin: 1em;
    background-color: #0d0d0d;
    color: #fff;
    border: 2px solid #0d0d0d;
    text-align: center;
}
a.btn:hover{
    background-color: #fff;
    color: #0d0d0d;
}





/* ----------------------------------------------------- 各ページ色調整 */
/* ---------------------------------------- お知らせ */
.color-news .wrapper{
    background-color: rgba(255,127,80,0.1);
}

.color-news a:hover{
    color: #ff7f50;
}

.color-news h1{
    color: #ff7f50;
}

.color-news h2{
    color: #ff7f50;
}

.color-news h3{
    color: #ff7f50;
}

.color-news a.btn{
    background-color: #ff7f50;
    color: #fff;
    border: 2px solid #ff7f50;
}
.color-news a.btn:hover{
    background-color: #fff;
    color: #ff7f50;
}


/* ---------------------------------------- 本を探す・買う */
.color-search .wrapper, .color-item .wrapper{
    background-color: rgba(107,142,35,0.1);
}

.color-search a:hover, .color-item a:hover{
    color: #6b8e23;
}

.color-search h1, .color-item h1{
    color: #6b8e23;
}

.color-search h2, .color-item h2{
    color: #6b8e23;
}

.color-search h3, .color-item h3{
    color: #6b8e23;
}

.color-search a.btn, .color-item a.btn{
    background-color: #6b8e23;
    color: #fff;
    border: 2px solid #6b8e23;
}
.color-search a.btn:hover, .color-item a.btn:hover{
    background-color: #fff;
    color: #6b8e23;
}

/* ---------------------------------------- スペシャルコンテンツ */
.color-special .wrapper{
    background-color: rgba(218,165,32,0.1);
}

.color-special a:hover{
    color: #daa520;
}

.color-special h1{
    color: #daa520;
}

.color-special h2{
    color: #daa520;
}

.color-special h3{
    color: #daa520;
}

.color-special a.btn{
    background-color: #daa520;
    color: #fff;
    border: 2px solid #daa520;
}
.color-special a.btn:hover{
    background-color: #fff;
    color: #daa520;
}

.color-special .red{
    background-color: rgba(218,165,32,0.3);
}

/* ---------------------------------------- ご利用ガイド */
.color-guide .wrapper{
    background-color: rgba(219,112,147,0.1);
}

.color-guide a:hover{
    color: #db7093;
}

.color-guide h1{
    color: #db7093;
}

.color-guide h2{
    color: #db7093;
}

.color-guide h3{
    color: #db7093;
}

.color-guide a.btn{
    background-color: #db7093;
    color: #fff;
    border: 2px solid #db7093;
}
.color-guide a.btn:hover{
    background-color: #fff;
    color: #db7093;
}

/* ---------------------------------------- 著作物の利用について */
.color-copyright .wrapper{
    background-color: rgba(154,205,50,0.1);
}

.color-copyright a:hover{
    color: #9acd32;
}

.color-copyright h1{
    color: #9acd32;
}

.color-copyright h2{
    color: #9acd32;
}

.color-copyright h3{
    color: #9acd32;
}

.color-copyright a.btn{
    background-color: #9acd32;
    color: #fff;
    border: 2px solid #9acd32;
}
.color-copyright a.btn:hover{
    background-color: #fff;
    color: #9acd32;
}







/* ----------------------------------------------------- 見出し */
.page h1{
    position: relative;
    padding: 0.6em 2rem;
    background-color: #fff;
    font-size: 150%;
    font-weight: 900;
    margin: -7px auto 2rem;
    border: 1px solid #0d0d0d;
    text-align: center;
    display: table;
    min-width: 50%;
}

.page h1::before{
    content: '';
    position: absolute;
    top: -10px;
    bottom: -10px;
    left: -15px;
    right: -10px;
    border-bottom: 1px solid #0d0d0d;
    margin: 15px;
    width: 100%;
}

h2{
    padding: 0.6em;
    font-size: 130%;
    font-weight: 900;
    margin: 2rem 0 1rem;
    border-top: 1px solid #0d0d0d;
    border-bottom: 1px solid #0d0d0d;
    background-color: #fff;
}
h2::before{
    font-family: "Font Awesome 5 Free";
    content: "\f0da";/*アイコンのユニコード*/
    font-weight: 900;
    margin-right: 0.5em;
}

h3{
    font-size: 120%;
    font-weight: 900;
    padding: 0.6em 0.6em 0.2em 0.8em;
    border-bottom: 1px solid #0d0d0d;
    margin-bottom: 1em;
}
h3::before{
    font-family: "Font Awesome 5 Free";
    content: "\f22d";
    font-weight: 900;
    color: #0d0d0d;
    margin-right: 0.7em;
}

h4{
    font-size: 110%;
    font-weight: 900;
    padding: 0.6em 0.6em 0.2em 0.8em;
}
h4::before{
    font-family: "Font Awesome 5 Free";
    content: "\f0c8";/*アイコンのユニコード*/
    font-weight: 900;
    color: #0d0d0d;
    margin-right: 0.7em;
}

h5{
    font-size: 100%;
    font-weight: 900;
    padding: 0.6em 0.6em 0.2em 1em;
}
h5::before{
    font-family: "Font Awesome 5 Free";
    content: "\f0da";
    font-weight: 900;
    color: #0d0d0d;
    margin-right: 1em;
}





/* ----------------------------------------------------- 文字装飾・位置 */
.size-120{
    font-size: 120%;
}
.size-90{
    font-size: 90%;
}
.size-80{
    font-size: 80%;
}

.left{
    text-align: left;
}
.center{
    text-align: center;
}
.right{
    text-align: right;
}

.bold{
    font-weight: bold;
}

.red{
    padding: 0.01rem;
    background-color: rgba(219,112,147,0.3);
}






/* ------------------------------------------------------ list */

ul {
    list-style-type: circle;
    margin: 1em 0 1em 1.5em;
}

ol{
    list-style-type: decimal;
    margin: 1em 0 1em 1.5em;
}

.list-none{
    list-style-type: none;
    margin-left: 0;
}

.list-pdf{
    list-style: none;
    margin-left: 0;
}

.list-pdf li{
    position: relative;
    padding-left: 1.6em;
}
.list-pdf li::before{
    position: absolute;
    left: 0;
    font-family: 'Font Awesome 5 Free';
    content: "\f1c1";
    font-weight: 900;
    color: #0d0d0d;
    margin-left: 0.5em;
}


.list-check{
    list-style: none;
    margin-left: 0;
}

.list-check li{
    position: relative;
    padding-left: 1.6em;
}
.list-check li::before{
    position: absolute;
    left: 0;
    font-family: 'Font Awesome 5 Free';
    content: "\f058";
    font-weight: 900;
    color: #0d0d0d;
    margin-left: 0.5em;
}

.list-dl{
    list-style: none;
    margin-left: 0;
}

.list-dl li{
    position: relative;
    padding-left: 1.6em;
}
.list-dl li::before{
    position: absolute;
    left: 0;
    font-family: 'Font Awesome 5 Free';
    content: "\f56d";
    font-weight: 900;
    color: #0d0d0d;
    margin-left: 0.5em;
}






/* ------------------------------------------------------ table */
table{
    max-width: 95%;
    border: 1px solid #0d0d0d ;
    width: 100%;
    margin: 1em auto;
}
table th, table td{
    border: 1px solid #0d0d0d ;
    padding: 1em;
}
table th{
    width: 30%;
    background-color:rgba(255,250,205,0.6);
    vertical-align: middle;
}





/* ------------------------------------------------------ form */
article input[type='text'], article input[type='tel'], article input[type='url'], article input[type='email'], article select{
  width: 100%;
  max-width: 400px;
  padding: 5px;
  margin: 0.7em 0;
  border: 1px solid #0d0d0d;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-align: left;
}
article textarea{
  width: 100%;
  height: 300px;
  padding: 5px;
  margin: 0.3em 0;
  border-radius: 5px;
  border: 1px solid #0d0d0d;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-align: left;
}

article .radio-btn{
  margin: 0.7em 0;
}


article button[type=submit]{
  border: none;
  display: block;
  width: 100%;
  max-width: 200px;
  padding: 10px;
  border-radius: 5px;
  border: 1px solid #180614;
  background-color: #4d4d4d;
  color: #fff;
  font-weight: bold;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  cursor: pointer;
  margin: 1em auto;
  text-align: center;
  transition: .5s;
}
article button[type=submit]:hover{
  background-color: #888;
}

.required{
  font-size: 85%;
  background-color: #e67c7b;
  color: #fff;
  padding: 0.15em 0.3em;
  border-radius: 4px;
  font-weight: 500;
  margin-left: 0.3em;
}





/* ------------------------------------------------------ 他 */
hr{
    margin: 3rem auto;
    width: 85%;
    color: #e6e6e6;

}






/* --------------------------------------------------------------

header

----------------------------------------------------------------- */
header{
    padding: 0.5em 1em 1em;
}






/* --------------------------------------------------------------

footer

----------------------------------------------------------------- */
footer{
    padding: 2em 1em 0.5em;
    color: #0d0d0d;
}
footer hr{
    margin-top: 0;
    border: none;
    height: 20px;
    background-image: url(https://www.akamama.co.jp/ikujist/akamamastore/img/footer/hr-round.png);
    background-repeat: repeat-x;
    background-position: center;
}

footer .footer-wrap{
    max-width: 1000px;
    width: 100%;
    margin: 0 auto 3em;
    display: flex;
    align-items: center;
}

footer .footer-info{
    max-width: 70%;
    width: 100%;
    padding: 0 1em 0 0;
}

footer .footer-info ul{
    display: flex;
    flex-wrap: wrap;
}
footer .footer-info ul li{
    list-style-type: disc;
    max-width: 50%;
    width: 100%;
}

footer .footer-link{
    max-width: 30%;
}

footer .footer-link ul{
    display: flex;
    justify-content: flex-end;
}
footer .footer-link ul li{
    list-style-type: none;
    margin: 0;
    padding: 0.5rem;
}

footer .footer-link ul li i{
    font-size: 180%;
}





/* --------------------------------------------------------------

サイドメニュー

----------------------------------------------------------------- */
.search-area input[type='text'], .search-area select{
    width: 100%;
    max-width: 400px;
    padding: 5px;
    margin: 0.7em 0;
    border-radius: 2px;
    border: 1px solid #0d0d0d;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-align: left;
    background-color: #fff;
}

.search-area input[type='text'].search-price{
    width: 40%;
}

.search-btn{
    display: block;
    background-color: #0d0d0d;
    color: #fff;
    padding: 0.5em;
    border-radius: 2px;
    border: 1px solid #fff;
    text-align: center;
    font-weight: bold;
    border: 1px solid #0d0d0d;
}

.wrapper .search-btn:hover{
    color: #0d0d0d;
    background-color: #fff;
    opacity: 1;
}






/* --------------------------------------------------------------

トップページ

----------------------------------------------------------------- */
article{
    text-align: center;
    max-width: 1200px;
    width: 95%;
    margin: 0 auto;
}

.article-index{
    text-align: left;
    margin-top: 1rem;
}

.article-index h2{
    border: none;
}

.article-index .main-section ul{
    list-style-type: none;
    margin-top: 0.5em;
    margin-left: 0;
}

.article-index .main-section{
    max-width: 90%;
    width: 100%;
    margin: 130px auto 4em;
    padding: 120px 4rem 2rem;
    border: 1px solid #0d0d0d;
    outline: 1px solid #0d0d0d;
    outline-offset: 5px;
}

/* -------------------------------------------------- お知らせ・新商品・おすすめ商品見出し */
.article-index .main-section h2::before{
    content: "";
    margin-right: 0;
}

.article-index .main-section h2{
    margin: 0;
    background-color: transparent;
    text-align: center;
    top: -100px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    z-index: 1;
}

.article-index .main-section h2 img{
    max-width: 220px;
    width: 100%;
}

.article-index .news, .article-index .newitem, .article-index .recommend{
    position: relative;
}

.article-index .news h2, .article-index .newitem h2, .article-index .recommend h2{
    position: absolute;
}

.article-index .main-section .item-list li .item-list-image a img{
    border: 1px solid #ddd;
    flex-grow: 1;
}

.article-index .main-section .item-list li .item-name {
    margin-top: 0.3rem;
}





/* -------------------------------------------------- アイテム一覧表示共通 */
/* -------------------------------------------------- item-list */
.item-list{
    max-width: 100%;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.item-list li{
    position: relative;
    max-width: calc(82%/4);
    width: 100%;
    margin: 0 6% 2em 0;
    display: flex;
    flex-direction: column;
}
.item-list li:nth-of-type(4n){
    margin-right: 0;
}

/* ----------------------------------------------------- item-icon */
.item-icon{
    position: absolute;
    top: 0%;
    left: 0;
    display: inline-block;
    font-size: 80%;
    font-weight: bold;
    color: #fff;
    z-index: 1;
}
.item-icon p{
    margin: 0;
    padding: 0.2em 0.5em;
    border-radius: 0 0 5px 0;
}
.item-icon .item-sale{
    background-color: rgba(232,56,61,0.8);
}
.item-icon .item-soldout{
    background-color: rgba(77,77,77,0.8);
}

/* ----------------------------------------------------- item-category */
.item-category{
    font-size: 90%;
    margin-bottom: 0;
}
.item-category a::before{
    font-family: 'Font Awesome 5 Free';
    content: "\f138";
    font-weight: 900;
    margin-right: 0.2em;
    color: #0d0d0d;
}

/* ----------------------------------------------------- item-name */
.item-name{
    font-weight: 600;
    margin: 0 0.5em;
}

/* ----------------------------------------------------- item-price */
.price{
    font-size: 95%;
    text-align: right;
}
.price span{
    font-size: 90%;
}

.original-price, .original{
    text-decoration: line-through 1px;
    margin-bottom: 0;
}

.sale-text .sale-rate, .sale-text .sale-price, .item-sale-price{
  color: #e8383d;
  margin-top: 0;
}
.sale-rate{
    margin: 0 0.3em;
}

/* ----------------------------------------------------- 星マーク */
.item-list-review {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 0.3em;
}
.item-list-review .item-list-review-rate {
    margin: 0 6px;
}
  
.reviewRateStar {
    display: inline-block;
    font-size: 0;
    color: #fdd35c;
}
.reviewRateStar::before {
    font-family: 'Font Awesome 5 Free';
    content: "\f005";
    font-size: small;
    font-weight: 900;
}
  
.starOff::before {
    font-family: 'Font Awesome 5 Free';
    content: "\f005";
    font-weight: 400;
}
  
.starHalf::before {
    font-family: 'Font Awesome 5 Free';
    content: "\f5c0";
}






/* -------------------------------------------------- section_wrap */
.section_wrap{
    max-width: 90%;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
}



/* -------------------------------------------------- news */
.section_wrap .top-news{
    max-width: 65%;
    width: 100%;
    background-color: #fcf5db;
    background-image: url(https://www.akamama.co.jp/ikujist/akamamastore/img/top/news-bottom.png);
    background-repeat: repeat-x;
    background-position: bottom;
}
.section_wrap .top-news h2{
    margin: 0;
    background-color: transparent;
    background-image: url(https://www.akamama.co.jp/ikujist/akamamastore/img/top/h2-news.png);
    background-repeat: repeat-x;
    background-size: contain;
    border-radius: 0;
    font-family: "Zen Maru Gothic", sans-serif;
    text-align: center;
    font-weight: 500;
    color: #0d0d0d;
    font-size: 100%;
    
}
.section_wrap .top-news h2::before{
    content: 'INFORMATION';
    color: #000;
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: 900;
    font-size: 130%;
}

.section_wrap .top-news ul{
    list-style-type: none;
    margin: 1rem;
}

.section_wrap .top-news ul li{
    padding: 0.3rem;
    border-bottom: 1px solid #0d0d0d;
}

.section_wrap .top-news p{
    padding-right: 1rem;
    margin-bottom: 1.5rem;
}






/* -------------------------------------------------- top-ranking */
.section_wrap .top-ranking{
    position: relative;
    max-width: 33%;
    width: 100%;
    margin-left: 2%;
    border-image: url(https://www.akamama.co.jp/ikujist/akamamastore/img/top/frame-ranking.png) 100 / 50px / 5px round;
    padding: 3.5rem 1rem 1rem;
}

.section_wrap .top-ranking h2{
    max-width: 260px;
    width: 100%;
    position: absolute;
    left: 50%;
    -webkit-transform : translateX(-50%);
    transform : translateX(-50%);
    top: -60px;
    background-color: transparent;
    margin: 0;
    padding: 0;
}
.section_wrap .top-ranking h2::before{
    content: '';
    display: none;
}

.section_wrap .top-ranking ol{
    list-style: none;
    counter-reset: number;
    margin: 1rem 0;   
}

.section_wrap .top-ranking ol li{
    position: relative;
    padding: 0.3rem 0.3rem 0.3rem 2.5rem;
    font-family: "M PLUS Rounded 1c", sans-serif;
    font-size: 95%;
    font-weight: 700;
}
.section_wrap .top-ranking ol li::before{
    counter-increment: number;
    content: counter(number);
    position: absolute;
    top: 50%;
    -webkit-transform : translateY(-50%);
    transform : translateY(-50%);
    left: 0;
    border: 2px solid #c6813e;
    border-radius: 50%;
    padding: 0.1rem 0.5rem;
    font-weight: 900;
    color: #c6813e;
    text-align: center;
}

.section_wrap .top-ranking ol li dl{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.section_wrap .top-ranking ol li dl dt{
    max-width: 45px;
    width: 100%;
    margin-right: 5px;
}

.section_wrap .top-ranking ol li dl dd{
    max-width: calc(100% - 50px);
    width: 100%;
}




/* -------------------------------------------------- magazine */
.magazine div{
    display: flex;
    justify-content: space-around;
}

.magazine div a{
    max-width: 48%;
    width: 100%;
    height: auto;
}

/* -------------------------------------------------- recommend */





/* -------------------------------------------------- top-special */
.article-index .top-special{
    border: 1px solid #0d0d0d;
    outline: none;
    position: relative;
    padding-top: 2rem;
    padding-bottom: 0;
}
.article-index .top-special::before{
    content: '';
    position: absolute;
    top: -10px;
    bottom: -10px;
    left: -15px;
    right: -10px;
    border-top: 1px solid #0d0d0d;
    margin: 15px;
    width: 100%;
}

.article-index .top-special h2{
    background-color: #fff;
    border-top: 1px solid#0d0d0d;
    border-left: 1px solid#0d0d0d;
    border-right: 1px solid #0d0d0d;
    border-bottom: none;
    border-radius: 0;
    position: absolute;
    left: 163px;
    top: -83px;
}
.article-index .top-special h2::after{
    content: '';
    position: absolute;
    top: -10px;
    bottom: -10px;
    left: -15px;
    right: -10px;
    border-top: 1px solid #0d0d0d;
    margin: 15px;
    width: 100%;
}

.article-index .top-special h2 img{
    max-width: 300px;
}

.article-index .top-special .item-list li{
    max-width: calc(94% / 2);
    margin: 0 4% 2rem 0;
}

.article-index .top-special .item-list li:nth-of-type(2n){
    margin-right: 0;
}







/* --------------------------------------------------------------

個別ページ

----------------------------------------------------------------- */
.page{
    text-align: left;/* article のtext-alignを無効化 */
    display: inline-block;
    position: relative;
    max-width: 90%;
    width: 100%;
    margin: 2rem auto 4rem;
    background-color: #fff;
    padding: 0 3rem 2rem;
    box-shadow: 0 0 0 1px #0d0d0d, 0 0 0 6px #fff, 0 0 0 7px #0d0d0d;
}





/* --------------------------------------------------------------

お知らせ一覧

----------------------------------------------------------------- */
main.news_list ul{
    list-style-type: none;
    margin-left: 0;
}

.news-list-unit{
    padding: 1em 0;
    border-bottom: 1px solid #ccc;
}

.news-list-title{
    font-size: 120%;
    font-weight: 500;
    margin-top: 0;
}
.news-list-title a:before{
    font-family: "Font Awesome 5 Free";
    content: "\f22d";
    font-weight: 900;
    color: #0d0d0d;
    margin-right: 0.3em;
}

.news-list-date{
    font-size: 90%;
    color: #888;
    margin-bottom: 0;
}

.pager-wrap{
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 90%;
}

.pager{
    display: flex;
    list-style-type: none;
    margin: 0;
}

.pager li{
    margin-left: 1em;
}

.total-count{
    margin: 0;
}







/* --------------------------------------------------------------

お知らせ

----------------------------------------------------------------- */
.news-detail-content{
    padding: 1em;
    border-bottom: 1px solid #ccc;
}

.news-pager{
    font-size: 90%;
    list-style-type: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-left: 0;
}

.news-pager .pager-left{
    display: flex;
}





/* --------------------------------------------------------------

レビュー一覧　review_list

----------------------------------------------------------------- */
.review_list{
    max-width: 90%;
    margin: 0 auto;
}

.review-item-wrap{
    display: flex;
    justify-content: space-between;
    max-width: 100%;
    width: 100%;
    background-color: #fff;
    border-radius: 1em;
    padding: 2em 1em;
    margin-bottom: 2em;
}

.review-item-wrap .review-item-image{
    max-width: 20%;
    width: 100%;
}

.review-item-wrap .review-item-info{
    max-width: 78%;
    width: 100%;
}

.review-item-info .review-item-category{
    margin-bottom: 0;
    margin-left: 1em;
    font-size: 90%;
}
.review-item-info .review-item-category a::before{
    font-family: "Font Awesome 5 Free";
    content: "\f138";
    font-weight: 900;
    color: #f0908d;
    margin-right: 0.3em;
}

.review-item-info .review-item-name{
    margin-top: 0;
    font-size: 150%;
    font-weight: 500;
}

.review-item-info .total-review{
    display: flex;
    align-items: baseline;
    margin-left: 1em;
}

.review-item-info .review-average{
    font-size: 130%;
    font-weight: 900;
    margin-right: 0;
}
.review-item-info .review-count{
    font-size: 85%;
    margin-left: 0;
}

.item-review-list{
    margin-left: 0;
}

.item-review-list li{
    list-style-type: none;
    margin: 0 0 0 1em;
    padding: 2em 0;
}

.item-review-list li p{
    margin-left: 0;
}


.review-list-unit .review-name{
    font-size: 85%;
    margin-bottom: 0;
}
.review-list-unit .review-name span{
    font-size: 130%;
    font-weight: 500;
}

.review-list-unit .star-score{
    display: flex;
    align-items: center;
}
.review-list-unit .review-star{
    margin-right: 0.3em;
}

.review-list-unit .review-list-date{
    font-size: 85%;
    margin-top: 0;
}

.review-post a{
    max-width: 300px;
    width: 100%;
    text-align: center;
    margin: 3em auto;
    display: block;
    padding: 1em;
    border: 1px solid #0d0d0d;
    background-color: #0d0d0d;
    color: #fff;
    font-weight: 900;
    border-radius: 4px;
}
.review-post a::before{
    font-family: 'Font Awesome 5 Free';
    content: '\f304';
    font-weight: 900;
    margin-right: 0.3em;
}
.review-post a:hover{
    background-color: #fff;
    color: #0d0d0d;
    opacity: 1;
}


/* ----------------------------------------------------- review */
.item-review-list-link a{
    margin-left: 1em;
    font-size: 90%;
    text-decoration: underline;
}






/* --------------------------------------------------------------

検索結果　search_result

----------------------------------------------------------------- */
.color-search main{
    position: relative;
    margin-top: 3rem;
    padding-top: 6rem;
}
.color-search main h1{
    position: absolute;
    border: none;
    margin: 0;
    padding: 0;
    background-color: transparent;
    text-align: center;
    top: -70px;
    left: 50%;
    -webkit-transform : translateX(-50%);
    transform : translateX(-50%);
}
.color-search main h1::before{
    display: none;
}

.color-search h1 figure{
    max-width: 180px;
    margin: 0 auto;
}

.search_result{
    max-width: 90%;
    margin: 0 auto;
}

.list-head-sort{
    font-size: 80%;
    display: flex;
    flex-wrap: wrap;
    justify-content: end;
    margin-bottom: 0.5em;
}

.list-head-sort dd{
    margin-left: 0.8em;
}
.list-head-sort dd:first-of-type{
    margin-left: 0;
}

.search_result .pager-wrap{
    margin-bottom: 4em;
}





/* -------------------------------------------------- カテゴリーで探す */
.search_result .search-category{
    margin: 2rem 0;
}

.search_result .search-category .accordion-003 {
    border-bottom: 1px solid #0d0d0d;
}

.search_result .search-category .accordion-003 summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: 1rem;
    color: #0d0d0d;
    font-weight: 600;
    cursor: pointer;
}

.search_result .search-category .accordion-003 summary::-webkit-details-marker {
    display: none;
}

.search_result .search-category .accordion-003 summary::after {
    transform: translateY(-25%) rotate(45deg);
    width: 10px;
    height: 10px;
    margin-left: 10px;
    border-bottom: 1px solid;
    border-right: 1px solid;
    content: '';
    transition: transform .3s;
}

.search_result .search-category .accordion-003[open] summary::after {
    transform: rotate(225deg);
}

.search_result .search-category .accordion-003 ul{
    transform: translateY(-10px);
    opacity: 0;
    margin: 0;
    padding: .3em 2em 1.5em;
    color: #333333;
    transition: transform .5s, opacity .5s;
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
}

.search_result .search-category .accordion-003[open] ul {
    transform: none;
    opacity: 1;
}

.search_result .search-category .accordion-003 ul li a{
    margin: 0.3rem 0.6rem;
    padding: 0.4rem;
    border: 1px solid #0d0d0d;
    border-radius: 2px;
    display: block;
}
.search_result .search-category .accordion-003 ul li a:hover{
    background-color: #0d0d0d;
    color: #fff;
}





/* --------------------------------------------------------------

カテゴリー category

----------------------------------------------------------------- */
.category{
    max-width: 90%;
    margin: 0 auto;
}

ul.category-child-item{
    display: flex;
    flex-wrap: wrap;
    font-size: 80%;
    justify-content: flex-end;
}

ul.category-child-item li:after{
    content: '|';
    margin-right: 0.5em;
}
ul.category-child-item li:first-of-type:after, 
ul.category-child-item li:last-of-type:after{
    content: '';
}



/* -------------------------------------------------- カテゴリーの検索部分 */
.item_search_wrap{
    max-width: 800px;
    width: 100%;
    margin: 1em auto 3em;
}

.item_search_wrap .search label{
    /*font-size: 80%;*/
    color: #6b8e23;
}

.item_search_wrap .search .search-area input[type='text'], .search-area select{
    margin-top: 0;
}

.search-area label{
    display: block;
}
.search-area input[type='text'].search-price{
    width: 40%;
}

.item_search_wrap .search .search-area{
    display: flex;
    flex-wrap: wrap;
}

.item_search_wrap .search .search-area li{
    max-width: 48%;
    width: 100%;
    margin-right: 2%;
}
.item_search_wrap .search .search-area li:nth-of-type(2n){
    margin-right: 0;
}

.item_search_wrap .search a.search-btn{
    max-width: 400px;
    width: 100%;
    margin: auto;
    text-align: center;
}





/* -------------------------------------------------- 検索結果表示部分 */
.search_result .main-section{
    padding: 1rem 1.5rem;
    background-color: rgba(107,142,35,0.3);
}

.search_result .main-section .item-list-image{
    margin-bottom: 0.5rem;
}





/* --------------------------------------------------------------

カート cart

----------------------------------------------------------------- */
/* -------------------------------------------------- テーブル部分 */
table.cart-list-table{
    border: none;
}

table.cart-list-table th, table.cart-list-table td{
    border: none;
}
.cart-list-table th{
    width: 100%;
    text-align: center;
}
.cart-list-table th:first-child{
    max-width: 35%;
    width: 100%;
}
.cart-list-table th:nth-child(2){
    max-width: 15%;
}
.cart-list-table th:nth-child(3){
    max-width: 30%;
}
.cart-list-table th:nth-child(4){
    max-width: 20%;
}


.cart-list-table tbody tr{
    border-bottom: 1px solid #ccc;
}

.cart-list-table tbody td{
    vertical-align: middle;
}

/* -------------------------------------------------- 商品情報 */
.cart-list-table tbody td.flex{
    display: flex;
    font-size: 80%;
}

.cart-list-image img{
    max-width: 80px;
}

.item-cart-title{
    font-weight: bold;
    font-size: 130%;
}

/* -------------------------------------------------- 価格 */
.item-cart-price{
    text-align: right;
    font-size: 120%;
    font-weight: bold;
}

/* -------------------------------------------------- 数量 */
.item-cart-quantity{
    text-align: center;
    font-size: 80%;
}
.item-cart-quantity input[type='text']{
    width: 2em;
}

.item-cart-quantity span a{
    margin: 0 0.3em;
    padding: 0.3em;
    font-weight: bold;
    border: 1px solid #333;
}
.item-cart-quantity span a:hover{
    color: #000;
}

.item-cart-quantity span.item-cart-delete a{
    background-color: #ccc;
}

/* -------------------------------------------------- 小計 */
.item-cart-subtotal{
    text-align: right;
    font-size: 120%;
    font-weight: bold;
}

/* -------------------------------------------------- 商品合計 */
.cart-total{
    text-align: right;
    font-weight: bold;
}

.cart-total-title{
    font-size: 120%;
}

.cart-total-price{
    font-size: 120%;
}
.cart-total-point{
    font-size: 80%;
    font-weight: normal;
}

/* -------------------------------------------------- 買い物を続ける */
.cart-button-wrap .cart-back-button a{
    font-size: 90%;
    margin-right: 1.3em;
}

.cart-back-button a::before{
    font-family: 'Font Awesome 5 Free';
    content: "\f137";
    font-weight: 900;
    padding-right: 0.3em;
    color: #6b8e23;
}




/* --------------------------------------------------------------

アイテム

----------------------------------------------------------------- */
.item-detail, .item-description{
    margin-bottom: 2rem;
}
.item h1{
    margin-bottom: 3rem;
}
.item main{
    display: flex;
    justify-content: space-around;
}
.item main p{
    margin-left: 0;
}

.item main .item-image{
    max-width: 40%;
    width: 100%;
}
.item main .item-image img{
    max-width: 100%;
    width: 100%;
    height: auto;
}

.item main .item-detail{
    max-width: 55%;
    width: 100%;
}


/* ----------------------------------------------------- item-detail-icon */
/* ----- 売り切れ */
.item-detail-soldout{
    font-weight: bold;
    padding: 0.2em 0.5em;
    color: #e8383d;
}
/* ----- セール */
.item-detail-sale{
    display: inline-block;
    font-weight: bold;
    padding: 0.2em 0.5em;
    background-color: #f0908d;
    color: #fff;
    border-radius: 5px;
}
/* ----------------------------------------------------- 数量 */
article .item-quantity input{
    padding: 0.1em;
    text-align: right;
    border-radius: 3px;
    width: 2.5em;
    border: 1px solid #ccc;
    margin-left: 0.3em;
}
/* ----------------------------------------------------- カートに入れる */
.modal-open{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.add-cart{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.add-cart .off{
  display: none;
}
.add-cart .on{
  display: block;
}

/* ----------------------------------------------------- 購入ボタン */
a.restock-btn{
    background-color: #0d0d0d;
    color: #fff;
}
a.restock-btn:hover{
    color: #fff;
}

a.subscription-btn{
    background-color: #fdd35c;
}

.disabled-btn{
    display: inline-block;
    font-weight: bold;
    padding: 0.7em 1.5em;
    margin: 1em;
    border-radius: 0.5em;
    background-color: #eee;
    color: #4d4d4d;
    text-align: center;
}

/* ----------------------------------------------------- sku（不要？） */
table.sku{
    max-width: 100%;
    border: none;
}
table.sku th, table.sku td{
    border: none;
    padding: 0;
}
table.sku th{
    font-size: 85%;
    background-color:rgba(255, 255, 255, 0);
    vertical-align: middle;
    padding: 0;
}

.sku-option-name {
  font-size: 80%;
  text-align: left;
  padding: 0;
  vertical-align: middle;
}

.sku-cart {
  padding-bottom: 1em;
}

.sku-price-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
}

.sku-cart .btn {
    min-width: 160px;
    margin-left: 0;
    margin-right: 0;
}


/* ----------------------------------------------------- お気に入りボタン */
.favorite a:after{
    font-family: 'Font Awesome 5 Free';
    content: "\f004";
    font-size: 1.7em;
    font-weight: 900;
    margin-left: 1em;
    color: #f0908d;
}

.favorite-wrap {
    display: flex;
    align-items: baseline;
}

/* ----------------------------------------------------- 在庫状況 */
.item-stock{
    font-size: 80%;
}

/* ----------------------------------------------------- 商品の問い合わせ */
.item-contact a{
    width: 100%;
    display: inline-block;
    padding: 0.5em 0;
    color: #0d0d0d;
    border: 1px solid #0d0d0d;
    border-radius: 5px;
    text-align: center;
}
.item-contact a::before{
    font-family: 'Font Awesome 5 Free';
    content: "\f0e0";
    font-weight: 900;
    padding-right: 0.3em;
}

/* ----------------------------------------------------- 商品コード */
.item-info-list li dl{
    display: flex;
}
.item-info-list li dt{
    width: 10em;
}

/* ----------------------------------------------------- 立ち読みボタン */
a.btn-tachiyomi{
    margin-bottom: 3em;
}
a.btn-tachiyomi::before{
    content: '\f02d';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 0.5em;

}
/* ----------------------------------------------------- ネット書店 */
.item-buy{
    display: flex;
    flex-wrap: wrap;
}

.item-buy li a.btn{
    color: #fff;
}
.item-buy li a.btn:hover{
    color: #fff;
}

.item-buy li a.btn-amazon{
    background-color: #f6ad49;
    border: 2px solid #f6ad49;
    color: #4d4d4d;
}
.item-buy li a.btn-rakuten{
    background-color: #e8383d;
    border: 2px solid #e8383d;
}
.item-buy li a.btn-fujisan{
    background-color: #68a9cf;
    border: 2px solid #68a9cf;
}
.item-buy li a.btn-amazon:hover, .item-buy li a.btn-rakuten:hover, .item-buy li a.btn-fujisan:hover{
    color: #4d4d4d;
}


/* ----------------------------------------------------- SNSシェア */
ul.item-share{
    display: flex;
    flex-wrap: wrap;
}

ul.item-share li{
    margin-left: 0.8em;
}
ul.item-share li:first-of-type{
    margin-left: 0;
}


/* ----------------------------------------------------- モーダル部分 */
.modal-area{
    display: none;
    position: fixed;
    z-index: 10;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
  
.modal-bg{
    width: 100%;
    height: 100%;
    background-color: rgba(30,30,30,0.9);
}
  
.modal-wrapper{
    position: absolute;
    top: 50%;
    left: 50%;
    transform:translate(-50%,-50%);
    width: 70%;
    max-width: 500px;
    padding: 30px;
    background-color: #fff;
}

.modal-cart-btn{
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.modal-cart-btn li{
    border-radius: 5px;
    max-width: 48%;
    width: 100%;
}
.modal-cart-btn li a{
    display: block;
    text-align: center;
    padding: 15px 0;
    font-weight: bold;
    color: #fff;
}
.modal-cart-btn li a:hover{
    color: #fff;
    opacity: 1.0;
}
.modal-cart{
    background: #707070;
}
.modal-order{
    background: #f0908d;
}
  
.modal-close{
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    cursor: pointer;
}
.modal-open{
    cursor: pointer;
    display: flex;
    align-items: baseline;
}
  
@media screen and (max-width: 768px){
    .side{
    display: block;
    }
    .modal-cart-btn{
    display: block;
    }
}



/* ----------------------------------------------------- スライダーcss */
.item-image .swiper-wrapper{
    align-items: center;
}
.gallery, .choice-btn{
    margin: 0 0 1em 0;
    list-style-type: none;
}
.gallery li {
  list-style: none;
}
.gallery li img {
    max-width: 100%;
    width: 100%;
    object-fit: cover;
}

.slick-prev,
.slick-next {
  position: absolute;
  z-index: 3;
  top: 42%;
  cursor: pointer;
  outline: none;
  border-top: 2px solid #333;
  border-right: 2px solid #333;
  height: 15px;
  width: 15px;
}

.slick-prev:after {
  content: "";
  position: absolute;
  top: -14px;
  left: -8px;
  width: 40px;
  opacity: 0.5;
  height: 30px;
  transform: rotate(45deg);
  background-color: rgba(251, 250, 247, 0.75);
}

.slick-next:after {
  content: "";
  position: absolute;
  top: -14px;
  left: -8px;
  width: 40px;
  opacity: 0.5;
  height: 30px;
  transform: rotate(45deg);
  background-color: rgba(251, 250, 247, 0.75);
}

.slick-prev {
  left: 2.5%;
  transform: rotate(-135deg);
}

.slick-next {
  right: 2.5%;
  transform: rotate(45deg);
}

.slick-track {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.choice-btn{
    max-width: 100%;
    width: 100%;
    display: flex;
}
.choice-btn li {
  background: #333;
 /* width: 100px !important;*/
  margin-right: 0.3em;
  margin-bottom: 1em;
}
.choice-btn li:last-of-type {
  margin-right: 0;
}
.choice-btn .slick-track {
  width: 100% !important;
}

.choice-btn li img {
  opacity: 0.4;
  /*
  width: 100px;
  height: 110px;*/
  object-fit: cover;
}

.choice-btn li.slick-current img {
  opacity: 1;
}

/*追加*/
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir='rtl'] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}




.swiper3{
    margin: 1em 0;
}
.swiper3 .swiper-slide{
    max-width: 24%;
    width: 100%;
    margin-left: 1%;
}
.swiper3 .swiper-slide:first-of-type{
    margin-left: 0;
}
.swiper3 .swiper-slide img{
    width: 100%;
    padding: 0;
}
/* 2個目のSwiperのスライドのスタイル */
.swiper3 .swiper-slide {
    -webkit-filter: brightness(0.5);
    filter: brightness(0.5);
}
/* 2個目のSwiperの現在のスライドのスタイル */
.swiper3 .swiper-slide-active {
    -webkit-filter: brightness(1);
    filter: brightness(1);
}

/*スライダーcssここまで*/
/* ----------------------------------------------------- 追加商品画像設定 */
.main-image img{
    max-width: 100%;
    width: 100%;
    margin-bottom: 1em;
}

.add-image-section .add-image{
    display: flex;
}

.add-image-section .add-image .add-image-list{
    margin-right: 0.3em;
}
.add-image-section .add-image .add-image-list:last-of-type{
    margin-right: 0;
}

.add-image-section .add-image .add-image-list .add-description{
    margin: 0.3em;
    font-size: 85%;
    font-weight: bold;
}

/* ----------------------------------------------------- item-price */
.item-price-wrap .item-price, .sale-text .sale-price{
    font-size: 200%;
    font-weight: 500;
}

.item-price-wrap .item-tax{
    font-size: 50%;
}

/*定期購入*/
.product-price-block {
    font-size: 200%;
    font-weight: 500;
    color: #e67c7b;
  }





/* ----------------------------------------------------- check */
.checked-contents{
    margin-top: 4rem;
}
.checked-item-list{
    max-width: 100%;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    list-style-type: none;
    margin: 2em 0 0;
    padding: 0;
    font-size: 90%;
}
.checked-item-list li{
    position: relative;
    max-width: calc(94%/4);
    width: 100%;
    margin: 0 2% 2em 0;
}

.checked-item-list li:nth-of-type(4n){
    margin-right: 0;
}





/* --------------------------------------------------------------

ご利用案内

----------------------------------------------------------------- */
ul.page-jump{
    display: flex;
    flex-wrap: wrap;
}

.riyou ul.page-jump li{
    max-width: 24%;
    width: 100%;
    padding: 0.3em;
    margin: 0 0.3em 0.3em 0;
}

.riyou li{
    margin-bottom: 0.6em;
}





/* --------------------------------------------------------------

プライバシーポリシー

----------------------------------------------------------------- */
.privacy ul.page-jump li{
    max-width: 48%;
    width: 100%;
    padding: 0.3em;
    margin: 0 0.3em 0.3em 0;
}

.privacy_form{
    max-width: 90%;
    width: 100%;
    margin: 4rem auto 2rem;
    padding: 1em;
    border: 3px solid rgba(240,144,141,0.5);
    border-radius: 5px;
    background-color: rgba(248,248,248,0.6);
}

.privacy ol li{
    /*margin-bottom: 1.5em;*/
}

.privacy ol li ul{
    margin: 0.5em 0 0.5em 1.5em;
}
.privacy ol li ul li{
    margin-bottom: 0.3em;
}

.privacy ol li dl{
    margin-top: 1em;
}





/* --------------------------------------------------------------

フリーページ

----------------------------------------------------------------- */
/* --------------------------------------------------------------

著作物の利用について copyright

----------------------------------------------------------------- */
.copyright ol{
    font-size: 90%;
    max-width: 100%;
    width: 100%;
    display: flex;
    text-align: center;
    font-weight: bold;
    margin: 3em auto;
}
                        
.copyright ol li{
    max-width: 48%;
    width: 100%;
    margin-right: 4%;
}
.copyright ol li:last-of-type{
    margin-right: 0;
}

.copyright ol li a{
    display: block;
    padding: 0.5em;
    background-color: #0d0d0d;
    color: #fff;
    border-radius: 5px;
    border: 1px solid #0d0d0d;
}
.copyright ol li a:hover{
    color: #0d0d0d;
    background-color: transparent;
    opacity: 1;
}





/* --------------------------------------------------------------

スペシャル special

----------------------------------------------------------------- */
.color-special main{
    position: relative;
    margin-top: 5rem;
    padding-top: 2rem;
    box-shadow: none;
    border: 1px solid #0d0d0d;
}
.color-special main::before{
    content: '';
    position: absolute;
    top: -10px;
    bottom: -10px;
    left: -15px;
    right: -10px;
    border-top: 1px solid #0d0d0d;
    margin: 15px;
    width: 100%;
    height: 0;
}

.color-special main h1{
    min-width: auto;
    margin: 0;
    padding: 0;
    background-color: #fff;
    border-top: 1px solid #0d0d0d;
    border-left: 1px solid #0d0d0d;
    border-right: 1px solid #0d0d0d;
    border-bottom: none;
    position: absolute;
    top: -65px;
    left: -0.5px;
}
.color-special main h1::before{
    display: none;
}
.color-special main h1::after{
    content: '';
    position: absolute;
    top: -10px;
    bottom: -10px;
    left: -15px;
    right: -10px;
    border-top: 1px solid #0d0d0d;
    margin: 15px;
    width: 100%;
}

.color-special main h1 figure{
    max-width: 300px;
    margin: 0.5rem 0.5rem 0;
}

/* ------------------------------ スペシャルコンテンツ一覧ページ */
.special ul.page-jump li{
    max-width: calc(98%/3);
    width: 100%;
    margin: 0 1% 0 0;
}
.special ul.page-jump li:nth-of-type(3n){
    margin-right: 0;
}


.special h2{
    margin: 3rem 0 1rem;
}

.special figure{
    max-width: 680px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

/* ------------------------------ スペシャルコンテンツ各ページ */
/* ---------------------------------------- 共通 */
.color-special main .special-title{
    max-width: 100%;
    width: 100%;
    margin-bottom: 2rem;
    font-weight: 700;
    font-family: "M PLUS Rounded 1c", sans-serif;
}

.color-special main .special-title dl{
    margin-bottom: 1rem;
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #0d0d0d;
}

.color-special main .special-title dl dt{
    padding: 0.7rem;
    background-color: #daa520;
    color: #fff;
}

.color-special main .special-title dl dd{
    padding: 0.7rem;
    text-align: right;
}

.color-special main .special-title .subtitle{
    font-size: 120%;
}

.color-special main .special-title .title{
    font-size: 180%;
    color: #daa520;
}

.color-special main .special-header{
    max-width: 100%;
    width: 100%;
    margin: 1rem 0;
    display: flex;
}

.color-special main .special-header p, .color-special main .special-header figure{
    width: 100%;
    padding: 0.5rem;
}

.color-special main .special-header p{
    max-width: 50%;
}

.color-special main .special-header figure{
    max-width: 25%;

}
.color-special main .special-header figure img{
    border: 1px solid #ddd;
}

.color-special main .special-book{
    margin: 2rem 0;
    padding: 1rem;
    border: 1px solid #0d0d0d;
    outline: 1px solid #0d0d0d;
    outline-offset: -6px;
}

.color-special main .special-book h2{
    border: none;
    color: #0d0d0d;
}

.color-special main .special-book h3{
    border: none;
    margin-bottom: 0.5rem;
    padding: 0;
}
.color-special main .special-book h3::before{
    display: none;
}

.color-special main .special-book .special-btn{
    display: flex;
    flex-wrap: wrap;
}
.color-special main .special-book .special-btn a.btn{
    margin: 0.5rem;
}

.color-special main .special-profile{
    background-color: rgba(218, 165, 32, 0.3);
    padding: 1rem;
}

.color-special main .special-profile h2{
    border: none;
    color: #0d0d0d;
}

.color-special main .special-profile dl dt{
    color: #daa520;
    font-size: 140%;
}

.img_article_wrap img{
    max-width: 250px;
    width: 100%;
    height: auto;
    margin: 0 0 0 1rem;
    padding: 0;
    border: 1px solid #ddd;
}

.img_article_wrap p{
    padding-top: 0;
}
/* ---------------------------------------- 画像左 */
.img_article_wrap_left img{
    float: left;
    margin-right: 1.5rem;
}

/* ---------------------------------------- 画像右 */
.img_article_wrap_right img{
    float: right;
    margin-left: 1rem;
}

/* ---------------------------------------- 作家画像 */
.img_article_wrap_author img{
    max-width: 200px;
}


.img_article_wrap .clear{
    clear: both;
}

/* ---------------------------------------- 詳細ページリンク */
.img_article_wrap_buy{
    display: flex;
    align-items: center;
    max-width: 100%;
    width: 100%;
}

.img_article_wrap_buy figure{
    max-width: 24%;
    width: 100%;
    margin: 0 1% 0 0;
}
.img_article_wrap_buy figure img{
    border: 1px solid #ddd;
}

.img_article_wrap_buy .img_article_wrap_buy_inner{
    max-width: 75%;
    width: 100%;
}

.img_article_wrap_buy .special_buy{
    max-width: 350px;
    width: 100%;
    margin: 2em 0 0;
    font-weight: bold;
}

.img_article_wrap_buy .special_buy a{
    display: block;
    padding: 0.7em;
    border: 1px solid #0d0d0d;
    background-color: #0d0d0d;
    border-radius: 5px;
    color: #fff;
    text-align: center;
}
.img_article_wrap_buy .special_buy:hover a{
    background-color: transparent;
    color: #0d0d0d;
    opacity: 1.0;
}

/* ---------------------------------------- 店舗情報 */
.special .shop_info{
    display: flex;
    margin: 1rem auto;
    padding: 0;
    align-items: center;
}

/* ---------------------------------------- 店舗写真・地図 */
.special .shop_info figure.shop_exterior{
    max-width: 35%;
    width: 100%;
    margin-right: 5%
}
.special .shop_info figure.shop_map{
    max-width: 60%;
    width: 100%;
    margin: 0;
}
                        
.special .shop_info figure.shop_exterior img, 
.special .shop_info figure.shop_map img{
    border: 1px solid #ddd;
}





/* ---------------------------------------- Special Q&A */
.Qa-Box{
    counter-reset: number01 number02 0;/* QAのカウンターリセット */
    margin-top: 4rem;
}
.Qa-Box .Qa{
    margin-bottom: 5rem;
}
.Qa-Box .Qa dt,
.Qa-Box .Qa dd {
  display: flex;
  margin: 20px 0;
}
.Qa-Box .Qa dt{
    align-items: center;
}

.Qa-Box .Qa dt p {
  margin: 0;
  padding-left: 15px;
  font-weight: bold;
  width: 100%;
}

.Qa-Box .Qa dd p {
  margin: 0;
  padding-left: 15px;
  width: 100%;
}

.Qa-Box .Qa dt::before, .Qa-Box .Qa dd::before{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 45px;
    height: 45px;
    border-radius: 3px;
    font-size: 130%;
}
.Qa-Box .Qa dt::before {
    counter-increment: number01 1;
    content: "Q" counter(number01); 
    /*background: #e67c7b;*/
    background: #daa520;
    border: 1px solid #daa520;
    color: #fff;
}

.Qa-Box .Qa dd::before {
    counter-increment: number02 1;
    content: "A" counter(number02); 
    /*background: #8bdce8;*/
    background: #fff;
    border: 1px solid #daa520;
    /*text-shadow: 1px 1px 1px rgba(0, 0, 0, .3);
    color: #fff;*/
    color: #daa520;
    font-weight: bold;
}





/* ---------------------------------------- リニューアル特設ページ */
.special-renewal .item{
    display: flex;
    margin: 3rem 0;
}

.special-renewal .item figure{
    max-width: 200px;
    width: 100%;
    margin-right: 20px;
}

.special-renewal .item figure img{
    border: 1px solid #ddd;
}

.special-renewal .item .item-inner{
    max-width: calc(100% - 220px);
    width: 100%;
    display: flex;
    flex-direction: column;
}

.special-renewal .item .item-inner dl{
    flex-grow: 1;
}

.special-renewal .item .item-inner dl dt{
    font-size: 130%;
    color: #6b8e23;
    font-weight: 900;
}

.special-renewal .item .item-inner p{
    margin: 0;
    padding: 0;
}
.special-renewal .item .item-inner p a.btn{
    margin: 0;
    min-width: 180px;
}





/* --------------------------------------------------------------

セキュリティ及びヘルプ

----------------------------------------------------------------- */
.secrity .page-jump{
    margin-top: 0;
    margin-bottom: 0;
}
            
.secrity ul.page-jump li{
    margin-bottom: 0;
}
.secrity li ol{
    margin-top: 0;
    list-style-type: decimal-leading-zero;
}










/* --------------------------------------------------------------

レスポンシブ

----------------------------------------------------------------- */
@media screen and (max-width: 980px){
    /* --------------------------------------------------------------

    トップページ

    ----------------------------------------------------------------- */
    /* -------------------------------------------------- top-ranking */
    .section_wrap .top-ranking h2{
        max-width: 200px;
        top: -50px;
    }
}

@media screen and (max-width: 878px){
    /* --------------------------------------------------------------

    スペシャル special

    ----------------------------------------------------------------- */
    .color-special main h1{
        left: -1px;
    }
}






@media screen and (max-width: 820px){
    /* --------------------------------------------------------------

    トップページ

    ----------------------------------------------------------------- */
    /* -------------------------------------------------- top-ranking */
    .section_wrap .top-ranking h2{
        max-width: 180px;
        top: -40px;
    }
    
    
    
    
    
    /* --------------------------------------------------------------

    カテゴリー

    ----------------------------------------------------------------- */
    .item-list li{
        max-width: calc(94%/2);
        margin-right: 4%;
    }

    .item-list li:nth-of-type(4n){
        margin-right: 4%;
    }
    .item-list li:nth-of-type(2n){
        margin-right: 0;
    }
}
@media screen and (max-width: 768px){
    /* --------------------------------------------------------------

    全体

    ----------------------------------------------------------------- */
    .wrapper .side{/* サイドメニュー非表示 */
        display: none;
    }
    article{
        max-width: 95%;
        margin: 0 auto;
    }
    
    
    
    
    /* --------------------------------------------------------------

    footer

    ----------------------------------------------------------------- */
    footer .footer-wrap{
        display: block;
    }

    footer .footer-info, footer .footer-link{
        max-width: 100%;
        margin: 0 auto 1em;
        padding: 0;
    }

    footer .footer-link ul{
        justify-content: flex-start;
    }
    
    
    
    
    /* --------------------------------------------------------------

    トップページ

    ----------------------------------------------------------------- */
    .article-index .main-section{
        padding: 120px 2rem 2rem;
    }
    
    .article-index .top-special{
        padding-top: 2rem;
        padding-bottom: 0;
    }
    /* -------------------------------------------------- section_wrap */
    .section_wrap{
        display: block;
    }

    
    


    /* -------------------------------------------------- news */
    .section_wrap .top-news{
        max-width: 100%;
        margin-right: auto;
        margin-left: auto;
        padding-bottom: 1rem;
    }





    /* -------------------------------------------------- top-ranking */
    .section_wrap .top-ranking{
        max-width: 100%;
        margin-right: auto;
        margin-left: auto;
        margin-top: 4rem;
    }

    .section_wrap .top-ranking h2{
        max-width: 250px;
        top: -60px;
    }

    .section_wrap .top-ranking ol li{
        font-size: 100%;
    }

    .section_wrap .top-ranking ol li dl dt{
        max-width: 65px;
        margin-right: 5px;
    }

    .section_wrap .top-ranking ol li dl dd{
        max-width: calc(100% - 70px);
    }
    
    
    
    
    
    
    




    /* --------------------------------------------------------------

    カート cart

    ----------------------------------------------------------------- */
    /* -------------------------------------------------- テーブル部分 */

    table.cart-list-table th, table.cart-list-table td{
        display: block;
        width: 100%;
    }
    .cart-list-table thead{
        display: none;
    }


    .cart-list-table tbody td{
        vertical-align: middle;
    }

    /* -------------------------------------------------- 商品情報 */
    .cart-list-table tbody td.flex{
        display: flex;
        font-size: 80%;
    }

    .cart-list-image img{
        max-width: 80px;
    }

    .item-cart-title{
        font-weight: bold;
        font-size: 130%;
    }

    /* -------------------------------------------------- 価格 */
    .item-cart-price{
        padding-bottom: 0;
    }
    /* -------------------------------------------------- 数量 */
    .item-cart-quantity{
        text-align: left;
        padding-top: 0;
        padding-bottom: 0;
    }

    /* -------------------------------------------------- 小計 */
    .item-cart-subtotal{
        padding-top: 0;
    }
    /* -------------------------------------------------- 商品合計 */
    .cart-total{
        display: flex;
    }

    /* -------------------------------------------------- 買い物を続ける */






    /* --------------------------------------------------------------

    アイテム

    ----------------------------------------------------------------- */
    .item main{
        display: block;
    }

    .item main .item-image{
        max-width: 100%;
        text-align: center;
    }
    .item main .item-image img{
        max-width: 500px;
        width: 100%;
        height: auto;
    }

    .item main .item-detail{
        max-width: 100%;
    }
    
    
    
    
    
    /* --------------------------------------------------------------

    フリーページ

    ----------------------------------------------------------------- */
    /* --------------------------------------------------------------

    スペシャル special

    ----------------------------------------------------------------- */
    .color-special main h1{
        left: -0.5px;
    }





    /* ---------------------------------------- リニューアル特設ページ */
    .special-renewal .item figure{
        max-width: 180px;
    }

    .special-renewal .item .item-inner{
        max-width: calc(100% - 200px);
    }

    .special-renewal .item .item-inner dl dt{
        font-size: 120%;
    }
}





@media screen and (max-width: 740px){
    /* --------------------------------------------------------------

    フリーページ

    ----------------------------------------------------------------- */
    /* --------------------------------------------------------------

    スペシャル special

    ----------------------------------------------------------------- */
    .color-special main h1{
        left: -1px;
    }
}





@media screen and (max-width: 540px){
    /* --------------------------------------------------------------

    全体

    ----------------------------------------------------------------- */
    body{
        font-size: 85%;
    }
    /* ----------------------------------------------------- 見出し */
    .page h1{
        font-size: 120%;
    }
    .page h2{
        font-size: 120%;
    }
    .page h3{
        font-size: 110%;
    }
    .page h4{
        font-size: 100%;
    }

    .page h5{
        padding: 0.6em 0.6em 0.2em 0.8em;
    }
    h5::before{
        margin-right: 1em;
    }





    table{
        max-width: 100%;
        border-bottom: none;
    }
    table th, table td{
        display: block;
        width: 100%;
        border: none ;
        border-bottom: 1px solid #0d0d0d;
    }





    /* --------------------------------------------------------------

    footer

    ----------------------------------------------------------------- */
    footer .footer-info ul{
        display: block;
    }
    
    footer .footer-info ul li{
        max-width: 100%;
    }
    





    
    /* --------------------------------------------------------------

    トップページ

    ----------------------------------------------------------------- */
    .article-index .main-section{
        padding-top: 80px;
    }

    /* -------------------------------------------------- お知らせ・新商品・おすすめ商品見出し */
    .article-index .main-section h2{
        top: -80px;
    }

    .article-index .main-section h2 img{
        max-width: 170px;
    }
    
    
    
    
    
    /* -------------------------------------------------- top-special */
    .article-index .top-special h2{
        left: 95.5px;
        top: -51px;
    }

    
    
    
    
    
    /* -------------------------------------------------- news */
    .news ul{
        margin-left: 0;
    }
    .news li dl{
        display: block;
    }
    .news li a dl time{
        margin-right: 0;
    }


    /* -------------------------------------------------- magazine */
    .magazine div{
        display: block;
    }
    .magazine div a{
        max-width: 100%;
    }
    .magazine div img{
        margin-bottom: 1em;
    }


    /* -------------------------------------------------- recommend */
    
    
    
    

    /* --------------------------------------------------------------

    カテゴリー

    ----------------------------------------------------------------- */
    /* -------------------------------------------------- カテゴリーの検索部分 */
    .item_search_wrap{
        max-width: 100%;
    }

    .item_search_wrap .search .search-area{
        display: block;
    }

    .item_search_wrap .search .search-area li{
        max-width: 100%;
        margin-right: 0;
    }

    .item_search_wrap .search a.search-btn{
        max-width: 300px;
    }
    
    
    
    
    
    /* --------------------------------------------------------------

    個別ページ

    ----------------------------------------------------------------- */
    .page{
        max-width: 95%;
        padding: 0 1.5rem 1rem;
    }




    
    /* --------------------------------------------------------------

    アイテム

    ----------------------------------------------------------------- */
    /* ----------------------------------------------------- check */
    .checked-item-list li{
        max-width: calc(96%/2);
        margin-right: 4%;
    }

    .checked-item-list li:nth-of-type(4n){
        margin-right: 4%;
    }

    .checked-item-list li:nth-of-type(2n){
        margin-right: 0;
    }




    /* --------------------------------------------------------------

    ご利用案内

    ----------------------------------------------------------------- */
    .riyou ul.page-jump li{
        max-width: 48%;
    }





    /* --------------------------------------------------------------

    プライバシーポリシー

    ----------------------------------------------------------------- */
    .privacy ul.page-jump li{
        max-width: 100%;
    }
    
    
    
    
    
    /* --------------------------------------------------------------

    フリーページ

    ----------------------------------------------------------------- */
    /* --------------------------------------------------------------

    著作物の利用について copyright

    ----------------------------------------------------------------- */
    .copyright ol{
        display: block;
        margin: 3em auto 1em;
    }
    
    .copyright ol li{
        max-width: 90%;
        margin: 1em auto;
    }
    .copyright ol li:last-of-type{
        margin-right: auto;
    }
    
    
    
    
    
    /* --------------------------------------------------------------

    スペシャル special

    ----------------------------------------------------------------- */
    .color-special main h1 figure{
        max-width: 220px;
    }
    
    .color-special main h1{
        top: -48.5px;
    }
    /* ------------------------------ スペシャルコンテンツ一覧ページ */
    .special ul.page-jump{
        display: block;
    }
    .special ul.page-jump li{
        max-width: 100%;
        margin: 0;
    }
    
    /* ---------------------------------------- 共通 */
    .color-special main .special-header{
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
    }

    .color-special main .special-header p{
        max-width: 100%;
    }

    .color-special main .special-header figure{
        max-width: 40%;
    }
    
    .img_article_wrap{
        text-align: center;
    }
    .img_article_wrap img{
        max-width: 200px;
        margin: 0 auto 1.5rem auto;
    }

    .img_article_wrap p{
        text-align: left;
    }

    /* ---------------------------------------- 画像左 */
    .img_article_wrap_left img{
        float: none;
        margin-right: 0;
    }

    /* ---------------------------------------- 画像右 */
    .img_article_wrap_right img{
        float: none;
        margin-left: 0;
    }


    .img_article_wrap .clear{
        clear: both;
    }
    
    /* ---------------------------------------- 詳細ページリンク */
    .img_article_wrap_buy{
        display: block;
    }

    .img_article_wrap_buy figure{
        max-width: 200px;
        margin: 2em auto;
    }

    .img_article_wrap_buy .img_article_wrap_buy_inner{
        max-width: 100%;
    }

    .img_article_wrap_buy .special_buy{
        width: 100%;
        margin: 2em auto 0;
    }
    
    /* ---------------------------------------- 店舗情報 */
    .special .shop_info{
        display: block;
    }
    
    /* ---------------------------------------- 店舗写真・地図 */
    .special .shop_info figure.shop_exterior, .special .shop_info figure.shop_map{
        max-width: 100%;
        margin: 1rem 0;
    }
    
    
    
    
    
    /* ---------------------------------------- リニューアル特設ページ */
    .special-renewal .item figure{
        max-width: 200px;
    }
    
    .special-renewal .item .item-inner dl dt{
        font-size: 130%;
    }
    
    .special-renewal .item{
        display: block;
        margin: 2rem 0;
    }

    .special-renewal .item figure{
        margin: 1rem auto;
    }

    .special-renewal .item .item-inner{
        max-width: 100%;
        display: block;
        text-align: center;
    }

    .special-renewal .item .item-inner p{
        margin-top: 0.5rem;
    }
    .special-renewal .item .item-inner p a.btn{
        margin: 0;
        min-width: auto;
        max-width: 200px;
        width: 100%;
    }
}

@media screen and (max-width: 414px){
    /* --------------------------------------------------------------

    トップページ

    ----------------------------------------------------------------- */
    .article-index .main-section{
        margin-top: 70px;
        padding: 65px 2rem 2rem;
    }

    /* -------------------------------------------------- お知らせ・新商品・おすすめ商品見出し */
    .article-index .main-section h2{
        top: -60px;
    }

    .article-index .main-section h2 img{
        max-width: 140px;
    }
    
    
    
    
    
    /* -------------------------------------------------- top-special */
    .article-index .top-special{
        padding: 2rem 1rem 0;
    }
    
    .article-index .top-special h2{
        left: 85.5px;
        top: -47px;
    }
    .article-index .top-special h2 img{
        max-width: 150px
    }
    
    
    
    
    
    /* ----------------------------------------------------- 星マーク */
    .item-list-review {
        display: block;
    }




    /* --------------------------------------------------------------

    お知らせ一覧・お知らせ

    ----------------------------------------------------------------- */
    .pager-wrap, .pager{
        font-size: 85%;
    }





    /* --------------------------------------------------------------

    検索結果　search_result

    ----------------------------------------------------------------- */
    .list-head-sort{
        font-size: 70%;
    }
    
    .color-search main{
        padding-top: 2.5rem;
    }

    .color-search h1 figure{
        max-width: 150px;
    }






    /* --------------------------------------------------------------

    カテゴリー

    ----------------------------------------------------------------- */
    /* ----------------------------------------------------- item-icon */
    .item-icon .item-sale, .item-icon .item-soldout{
        font-size: 75%;
    }

    .category .item-category{
        font-size: 80%;
    }

    .category .item-name{
        font-size: 90%;
        font-weight: 600;
    }
    .price span{
        font-size: 80%;
    }
    
    
    
    
    
    /* --------------------------------------------------------------

    ご利用ガイド

    ----------------------------------------------------------------- */
    .riyou ul.page-jump{
        display: block;
    }
    .riyou ul.page-jump li{
        max-width: 100%;
        margin-right: 0;
    }
    
    
    
    
    
    /* --------------------------------------------------------------

    スペシャル special

    ----------------------------------------------------------------- */
    .color-special main h1{
        top: -34px;
    }

    .color-special main h1 figure{
        max-width: 150px;
    }
    
    /* ------------------------------ スペシャルコンテンツ各ページ */
    /* ---------------------------------------- 共通 */
    .color-special main .special-title .subtitle{
        font-size: 100%;
    }
    
    .color-special main .special-title .title {
        font-size: 130%;
    }
}









    
/* --------------------------------------------------------------

Make ShopのCSSを修正

----------------------------------------------------------------- */
pre{
    white-space: normal;
}

.guide-section .guide-section-title{
    display: none;
}

/* ----------------------------------------------------- ご利用ガイド */
pre .page.riyou{
    max-width: 100%;
    margin: 0;
}

.contract-section{
    margin-top: 2em;
}

main.news_list .contract-section ul{
    list-style: circle;
    margin: 1em 0 1em 1.5em;
}

main.news_list .contract-section ol{
    list-style-type: decimal;
    margin: 1em 0 1em 1.5em;
}

.guide-section h2{
    border-top: 2px solid #0d0d0d;
    border-bottom: 2px solid #0d0d0d;
}
.guide-section h3{
    border-bottom: 1px dashed #0d0d0d;
}





/* ----------------------------------------------------- 会員規約および個人情報の取り扱いについて */
.privacyPolicyWrap pre{
    line-height: 1;
}




/* ----------------------------------------------------- プライバシーポリシー */
main.news_list .policy-box pre ol.ol_privacy li{
    margin-bottom: 1.5em;
}
main.news_list .policy-box pre ul{
    list-style: circle;
    margin: 1em 0 1em 1.5em;
}
main.news_list .policy-box pre ol.ol_privacy ul li{
    margin-bottom: 0.3em;
}




/* ----------------------------------------------------- 会社概要 */
.guide-title span{
    margin-left: 1em;
    font-size: 80%;
}
.guide-title span::before{
    content: "―";
    font-weight: 100;
}