body{
    color:#333333;
    line-height:1.6;
    font-family:"Shippori Mincho B1",serif;
    font-size:15px;
}

h2 {
    font-family: 'EB Garamond', serif;
    font-size: 35px;
    color: #6b6b6b;
}

ol,
ul{
    list-style:none;
}

blockquote,q{
    quotes:none;
}

blockquote:before,
blockquote:after,
q:before,
q:after{
    content:'';
    content:none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

a {
    word-break: break-all;
    text-decoration: none;
    color: #333333;
    transition: .2s;
}

a:hover {
    opacity:.7;
}

input[type="text"],
select {
    border-radius: 3px;
    border: none;
    padding: 6px;
    font-size: inheirt;
}

input::placeholder{
    color: #B5B5B5;
    font-size: 12px;
}

/*--------------------------------------------
【【ヘッダー】】（モジュール）
----------------------------------------------*/ 
header{
    display: flex;
    justify-content: space-around;
    position: sticky;
    top: 0;
    z-index: 100;
    width: 100%;
    height: 95px;
    background: #fff;
}

.header-logo img {
    position: relative;
    top: 7px;
    max-height: 85px;
}

nav {
    display: flex;
    align-items: flex-end;
}

.global-nav {
    width: 75px;
    display: flex;
    justify-content: space-between;
    font-family: 'Font Awesome 5 Free';
    font-size: 1.4rem;
    color: #707070;
    font-weight: bold;
}

.logout a:before {
    content: "\f2f5";
    color: #707070;
}

.mypage a:before {
    content: "\f007";
    color: #707070;
}

.header-cart a:before {
    content: "\f07a";
    color: #707070;
}

.header-cart {
    position: relative;
}

.header-cart 
.cart-count {
    position: absolute;
    right: -8px;
    top: -8px;
    background: #F23E0C;
    color: #fff;
    width: 20px;
    height: 20px;
    line-height: 20px;
    border-radius: 50%;
    text-align: center;
    font-size: 12px;
    font-weight: normal;
}

/*--------------------------------------------
 【サイド】【モジュール】
----------------------------------------------*/ 

.side {
    width: 190px;
}

.search {
    background: #e6e6e680;
    padding: 15px;
    border-radius: 8px;
    text-align: center;
}

.search-btn {
    font-size: 12px;
    border: 1px solid #333333;
    border-radius: 3px;
    background: #fff;
    display: block;
    padding: 10px;
    text-align: center;
}

.search-area li {
    margin-bottom: 20px;
}

.search-area label {
    display: block;
    margin-bottom: 10px;
}

.search-area input,
.search-area select {
    width:100%;
}

input.search-price {
    width:36%;
    margin-right:4px;
}

.sp-side-section {
    display: none;
}

.side-category{
    text-align: center;
    margin-top: 80px;
}

.side-category-title {
    font-size: 20px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 15px;
    color: #111;
}

.side-category-item {
    position: relative;
    border-bottom: 1px solid #ccc;
}

.side-category-item p,
.side-category-item a {
    width: 100%;
    padding: 15px 0;
    display: inline-block;
}

.side-category-item p:before {
    display: block;
    content: "";
    position: absolute;
    top: 26px;
    right: 0;
    margin: auto;
    width: 12px;
    height: 1px;
    background-color: #333333;
    transition: .2s;
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
}

.side-category-item p:after {
    display: block;
    content: "";
    position: absolute;
    top: 26px;
    right: 0;
    margin: auto;
    width: 12px;
    height: 1px;
    background-color: #333333;
    transition: .3s;
}

.side-category-item p.on {
    width: 95%;
    background: #333333;
    color: #fff;
    padding-left: 6px;
    padding-right: 14px;
}

.side-category-item p.on:before {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    background: #fff;
    right: 10px;
}

.side-category-item p.on:after {
    background-color: transparent;
    background: #fff;
    right: 10px;
}

.child-item {
    padding: 8px !important;
    font-size: 12px;
}

.close {
    display: none;
}

.accordion {
    cursor: pointer;
}

 /*--------------------------------------------
【【パンくずリスト】】
----------------------------------------------*/

.breadcrumb {
    font-size:0.9em;
    margin: 1vw 26vw 1vw;
}

.breadcrumb-item{
    margin-right:8px;
}

.breadcrumb-item::after{
    content:">";
    margin-left:13px;
}

.breadcrumb-item:last-child::after{
    display:none;
}

/*--------------------------------------------
【【商品詳細】】
----------------------------------------------*/
.item-category {
    text-align: center;
    margin: 8% 0 1%;
    font-family: "Hurricane", cursive;
    font-size: 1.6rem;
}

.item-icon {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 11px;
    color: #fff;
    z-index: 1;
}

.item-icon p {
    padding: 0 4px;
}

.soldout {
    background: #757575;
    border-radius: 2px;
}

/*--------------------------------------------
  【フッター】【モジュール】
----------------------------------------------*/ 

footer{
    background-image:url(https://gigaplus.makeshop.jp/ClassA/footer-bg.jpg);
    display:flex;
    flex-wrap:wrap;
    justify-content:space-evenly;
    align-items:center;
    padding:5% 2%;
}

.footer-logo{
    font-family:'Italianno',cursive;
    font-size:55px;
    margin:0;
}

.footer-nav{
    display:flex;
    align-items:center;
}

.footer-nav li{
    margin-right:30px;
}
.copyright{
    font-size:13px;
}

/*--------------------------------------------
  【ヘッダー】【768px以下】【モジュール】
----------------------------------------------*/ 

@media screen and (max-width: 768px) {
header{
    position: relative;
    justify-content: space-around;
    top: 0;
}
    
.header-logo img{
    max-height: 67px;
}
    
.gnav-menu{
    font-size: 1.1rem;
    margin: 0 0.6rem;
}
    
.bx-wrapper{
    margin-bottom: 0 !important;
}
    
/*--------------------------------------------
   【サイド】【768px以下】【モジュール】
----------------------------------------------*/        

.side {
    width: auto;
    padding-right: 0;
}

.openbtn {
    position: absolute;
    z-index: 999;
    top: 0;
    right: 0;
    cursor: pointer;
    width: 50px;
    height: 50px;
}

.openbtn span {
    display: inline-block;
    transition: all .4s;
    position: absolute;
    left: 14px;
    height: 3px;
    border-radius: 2px;
    background-color: #666;
    width: 45%;
}

.openbtn span:nth-of-type(1) {
    top: 15px;
}

.openbtn span:nth-of-type(2) {
    top: 23px;
}

.openbtn span:nth-of-type(3) {
    top: 31px;
}

.openbtn.active span:nth-of-type(1) {
    top: 18px;
    left: 18px;
    transform: translateY(6px) rotate(-45deg);
    width: 40%;
    background: #fff;
}

.openbtn.active span:nth-of-type(2) {
    opacity: 0;
}

.openbtn.active span:nth-of-type(3) {
    top: 30px;
    left: 18px;
    transform: translateY(-6px) rotate(45deg);
    width: 40%;
    background: #fff;
}
    
#g-nav {
    position: fixed;
    z-index: 100;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100vh;
    background: #707070;
    transition: all 0.6s;
}

#g-nav.panelactive {
    right: 0;
}

#g-nav.panelactive,
#g-nav-list {
    position: fixed;
    z-index: 9999;
    width: 100%;
    height: 100vh;
    overflow: auto;
}

.search {
    padding: 20px 45px 16px;
    background: none;
    color: #fff;
}

.search-btn {
    background: #333333;
    color: #fff;
}

.side-section {
    width: 75%;
    margin: 50px auto;
}

.sp-side-section {
    display: block;
    padding: 90px 45px 0;
}
    
.sp-side-section,
.sp-gnav li {
    text-align: center;
    border: 1px solid #fff;
    border-radius: 5px;
    padding: 10px;
    margin-bottom: 20px;
}
    
.sp-side-section,
.sp-gnav li a {
    color: #fff;
}
    
.sp-side-section,
.sp-gnav
.logout a:before {
    display: inline-block;
    margin-right: 6px;
}
    
.sp-side-section,
.sp-gnav,
.membership a:before {
    display: inline-block;
    margin-right: 6px;
    color: #fff;
}
    
.sp-side-section
.sp-gnav
.login a:before {
    display: inline-block;
    margin-right: 6px;
    color: #fff;
}
    
.side-category {
    margin: 80px 40px 100px;
}
    
.side-category-title {
    color: #fff;
}
    
.side-category-list a {
    color: #fff;
}

.category-list-title,
.side-category-item {
    border-bottom: 1px solid #ccc;
    color: #fff;
}

.side-category-item p:before {
    background-color: #fff;
}
    
.side-category-item p:after {
    background-color: #fff;
}
    
.side-category-item p.on {
    width: 96%;
    background: #333333;
    color: #fff;
    padding-left: 10px;
    padding-right: 18px;
}
    
/*--------------------------------------------
  【アイテムリスト】【768px以下】
----------------------------------------------*/  
    
.item-list {
    display: flex;
    flex-wrap: wrap;
}
    
.item-list li{
    width:calc((100% - 16px) / 2 );
    margin-bottom:40px;
    position:relative;
}

.item-list li img {
    width: 100%;
    height: 180px;
    object-fit: contain;
    margin-bottom: 4px;
}
    
/*--------------------------------------------
  【フッター】【768px以下】【モジュール】
----------------------------------------------*/ 
    
footer {
    display: block;
    padding: 4% 2%;
}
 
.footer-nav {
    display: block;
}
    
.footer-nav li {
    margin-right: 0;
    margin-bottom: 16px;
}

.copyright{
    margin-top:50px;
}
} 
/*--------------------------------------------
 【374px以下】
----------------------------------------------*/     
@media screen and (max-width: 374px) {
h2{
    font-size: 28px;
}
}