header {
    position: relative;
    padding-left: 0;
}

header h1.logo{
    width: auto;
    margin-bottom: 70px;
    padding-top: 75px;    
    position: relative;
    text-align: center;
}

header ul#menu-shop {
    margin-bottom: 15px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
header ul#menu-shop li {
    margin: 0px 0.5%;    
    font-size: 1.6rem;
    font-weight: 500;
}

header .trans{
    display: flex;
    justify-content: center;    
    margin-bottom: 55px;      
}
header .trans a.glink img{display: none;}


header .inner,
header .inner{
    width: 1000px;
    margin: 0 auto;
    position: relative;
}

header .inner .cart {
    width: 28px;
    height: 28px;
    padding: 2px 2px 2px;
    /* border: 1px solid #000; */
    box-shadow: 0px 0px 1px 1px #949494;
    border-radius: 3px;
    position: absolute;
    right: 0;
    bottom: 0;
}

header .inner .cart span.cart_count {
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 3px;
    border-radius: 12px;
    background: #bf0000;
    position: absolute;
    line-height: normal;
    min-width: 16px;
    height: 16px;
    z-index: 1;
    top: -9px;
    right: -10px;
    color: #fff;
    font-size: 1rem;
}



section.shop main.level2{
    width: 100%;
    margin: 0;
}

h2.ttl{
    margin: 18px 0 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2.4rem; 
}
h2.ttl:before{
    content: '';
    background: #EE0077;
    width: 25px;
    height: 3px;
    margin-right: 6px;
    display: block;
}

h2.ttl2{
    margin: 70px 0 20px;
    display: flex;
    align-items: center;
    font-size: 1.8rem;
    font-weight: bold;
}
h2.ttl2:before{
    content: '';
    background: #EE0077;
    width: 25px;
    height: 3px;
    margin-right: 20px;
    display: block;
}
.gray_block {
    width: 1100px;
    background: #EEE;
    margin: 0 auto;
    padding: 61px 0 15px;
    border-radius: 8px;
}

a.line {
    border-bottom: 1px solid #000;
}



.main_block {
    width: 1000px;
    margin: 0 auto 97px;
}

.item_block {
    width: 1000px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    overflow: hidden;    
}

.item_block article{
    width: 234px;
    margin-right: 0;
    margin-bottom: 93px;    
}
.item_block article:nth-child(4n){
    margin-right: 0;
}

.item_block form{
    margin-right: 21px;    
}
.item_block form:nth-child(4n){
    margin-right: 0;
}

.item_block article .item_img{
    width: 234px;
    height: 234px;
    box-shadow: 0 0 2px 0px #aaa;
    border: 1px solid #f8f8f8;    
}
.item_block article .item_img img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.item_block article .txt_blcok {
    width: 100%;
    min-height: 77px;
    margin: 15px auto 0;
    font-size: 1.6rem;
    line-height: 1.5;
}

ul.tag{
    display: flex;    
    flex-wrap: wrap;
    margin-bottom: 5px;
}
ul.tag li{
    border: 1px solid #000;  
    padding: 0 5px;
    margin: 0 5px 5px 0;
    font-size: 1.4rem;    
}
ul.tag li.new,
ul.tag li.reserve{    
    border: 1px solid #dc3232;
    color: #dc3232;
    }


.submit_btn{
    width: 349px;
    margin: 0 auto 19px;
    text-align: center;
    position: relative;
}
.submit_btn:after {
    content: '';
    background: url(../img/icon_arrow.png)no-repeat;
    filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(288deg) brightness(102%) contrast(102%);
    width: 15px;
    height: 11px;
    display: block;
    margin: auto;
    position: absolute;
    top: 29px;
    right: 28px;  
}
.submit_btn input[type="submit"]{
    width: 100%!important;
    padding: 22px 15px;
    background: #000;
    border-radius: 8px!important;
    font-size: 1.6rem!important;
    color: #fff;
}



@media screen and (max-width: 768px){
    section.shop main.level2{
        width: 100%;
        padding: 0 20px;
    }
    

    header .inner{
        width: 100%;
        display: block;
    }
    header .inner .cart{
        right: 20px;
        bottom: 0;      
    }
    
    header h1.logo {
        width: auto;
        max-width: 180px;
        margin: 0 auto 35px;
        padding-top: 35px;
        position: relative;
        text-align: center;
    }    
    header ul#menu-shop {
        margin-bottom: 0;    
    }
    
    header ul#menu-shop li{
        margin: 0px 3% 3%;    
    }
    
    header .trans{
        margin-bottom: 25px;
    }
    
    h2.ttl {
        margin: 10px 0 25px;
        font-size: 2rem;
    }    
    
    h2.ttl2{
        margin: 50px 0 20px;
        font-size: 1.6rem;      
    }
    h2.ttl2:before {
        margin-right: 10px;    
    }

    .main_block {
        width: 100%;       
        margin: 0 auto 35px;
    }
    .item_block{
        width: 100%;
        justify-content: space-between;
    }  
    .item_block article{
        width: 100%;    
        margin-bottom: 50px;    
    }    
    .item_block > form{
        width: 48%;
        margin-right: 0;        
    }
    .item_block article .txt_blcok{
        min-height: auto;
        font-size: 1.4rem;
    }
    .item_block article .item_img {
        width: 100%;
        height: 180px;
    }
    
    .gray_block{
        width: 100%;
        padding: 10% 0 1%;
    }
}



/***　商品ページ ***/
.item_detail{
    width: 1000px;
    margin: 0px auto 40px;
    display: flex;
    justify-content:space-between;
}

.item_detail #img_wrap {
    width: 400px;
}

.item_detail #img_wrap .gallery{
    margin:0 0 18px 0;
    width: 400px;
    height: 400px;  
    overflow: hidden;
    box-shadow: 0 0 1px 0px #aaa;
    border: 1px solid #f8f8f8;    
}
.item_detail #img_wrap .gallery img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.slick-initialized .slick-slide{
    height: 400px;
    opacity: 1!important;
}

.item_detail #img_wrap .choice-btn{
	display: flex;
    flex-wrap:wrap;
}

/*選択するサムネイル画像の設定*/
.item_detail #img_wrap .choice-btn li{
    width: 110px!important;
    height: 110px!important;    
    margin-right: 35px;   
    margin-bottom: 20px;
  cursor: pointer;
  outline: none;

	box-shadow: 0 0 1px 0px #aaa;
}
.item_detail #img_wrap .choice-btn li:nth-child(3n){
    margin-right: 0;
}

.item_detail #img_wrap .choice-btn li img{
    width: 100%;
    height: 100%;
    object-fit: contain;
  opacity: 1;/*選択されていないものは透過40%*/
}

.item_detail #img_wrap .choice-btn li.slick-current img{
  opacity: 1;/*選択されているものは透過しない*/
}

.item_detail #img_wrap .choice-btn .slick-track {
  transform: unset !important;/*画面幅サイズ変更に伴うサムネイル固定*/
    width: 100%!important;
    display: flex;
    flex-wrap: wrap;
}


.item_detail #txt_block{
    width: 532px;
    font-size: 1.8rem;    
}
.item_detail #txt_block h1 {
    margin-bottom: 14px;
    font-size: 2.0rem;
    font-weight: bold;
    line-height: 1.5;
}
.item_detail #txt_block h2 {
    margin: 29px 0 16px;
}
.item_detail #txt_block p.price{
    margin-bottom: 10px;
    font-size: 2.4rem;
}
.item_detail #txt_block p.postage {
    display: flex;
}

.js_modalBtnWrap{
    width: auto!important;
    margin: 0 20px!important;
    display: inline-block;
    border-bottom: 1px solid #000;
}

.item_detail #txt_block .detail p{
    margin-bottom: 13px;
}

.item_detail #txt_block .shop_submit_btn,
.item_detail #txt_block .shop_submit_btn2 {
    width: 530px;
    margin-top: 26px;
}

.item_detail #txt_block .shop_submit_btn input[type="submit"],
.item_detail #txt_block .shop_submit_btn2 input[type="submit"]{
    width: 100%;
    padding: 26px 0 24px;
    background: #EE0077;
    font-size: 2.0rem;
    text-align: center;
    color: #fff;
}
.item_detail #txt_block .shop_submit_btn2 input[type="submit"]{
    background: #F7EA48;  
    color: #000;
}
p.back{
    width: 1000px;
    margin: 0 auto;
    text-align: right;
}

@media screen and (max-width: 768px){
    .item_detail{
        width: 100%;
        margin: 0px auto 40px;
        display: block;
    }
    .item_detail #img_wrap {width:100%;}
    .item_detail #img_wrap .gallery{
        width: 100%;
        margin: 0px 0 10px 0;}
    .item_detail #img_wrap .choice-btn li{
        width: 30%!important;
        margin-right: 5%;
        margin-bottom: 5%;
    }
    
    .item_detail #txt_block {
        width: 100%;
        margin-top: 5%;
        font-size: 1.6rem;
    }
    
    .item_detail #txt_block h1{
        margin-bottom: 10px;
        font-size: 1.8rem;
    }
    .item_detail #txt_block h2{
        margin: 20px 0 10px;    
    }
    .item_detail #txt_block p.price {
        margin-bottom: 5px;
        font-size: 2.2rem;
    }
    .item_detail #txt_block .shop_submit_btn,
    .item_detail #txt_block .shop_submit_btn2{
        width: 80%;
        max-width: 500px;
        margin: 16px auto 0;
    }
    .item_detail #txt_block .shop_submit_btn input[type="submit"],
    .item_detail #txt_block .shop_submit_btn2 input[type="submit"]{
        padding: 16px 0 14px;
        font-size: 1.8rem;
    }
    
    p.back{
        width: 96%;
    }
}



/*** カート ***/
.cart_block {
    width: 774px;
    margin: 10px auto;
    box-shadow: 0px 0px 10px 0 #ccc;
    padding: 30px;
    border-radius: 10px;
}

.cart_block dt{
    font-size: 2.0rem;
    font-weight: bold;
    margin-bottom: 18px;}

.cart_block input[type="text"],
.cart_block select,
.cart_block input[type="button"],
.cart_block textarea{
    width: 100%;
    padding: 19px;
    font-size: 1.6rem;
    border: 1px solid #D3DAE4;
    border-radius: 5px;
}

.cart_block dd {
    margin-bottom: 58px;
}
.cart_block dd > div.name {
    display: flex;
    justify-content: space-between;
}
.cart_block dd > div.name span{
    display: inline-block;
    width: 49%;
}
.cart_block dd input,
.cart_block dd select{
    margin-bottom: 20px;
}

.cart_block dd .delivery{
    width: 100%;
    margin-bottom: 20px;
    padding: 19px;
    font-size: 1.6rem;
    border: 1px solid #D3DAE4;
    border-radius: 5px;
    display: block;
}

.cart_block dd .credit {
    border: 1px solid #d3dae4;
    border-radius: 10px;
    background: #F4F5F8;
}

.cart_block dd ul.card {
    width: 90%;
    margin: 22px auto 30px;
    display: flex;
}
.cart_block dd ul.card li{
    margin-right: 5px;
}

.cart_block dd .credit span {
    width: 100%;
    padding: 20px;    
    background: #fff;
    border-bottom: 1px solid #d3dae4;
    border-radius: 10px 10px 0 0;    
    display: block;
}

.cart_block dd .credit label {
    width: 90%;
    display: block;
    margin: 0 auto 17px;
}


.cart_block .check-wrap{
    font-size: 1.8rem;
    margin: 11px 0 72px;
}

.cart_block input[type=checkbox] {
  display: none;
}

.cart_block label.check_inner {
    position: relative;
    padding-left: 37px;
    display: flex;
    align-items: center;
}

.cart_block input[type=checkbox] + label::before {
  position: absolute;
  content: '';
  display: block;
  width: 29px;
  height: 29px;
  background: #fff;
  border: 1px solid #ddd;
    border-radius: 3px;
  left: 0;
  top: 0;
}

.cart_block input[type=checkbox] + label::after {
position: absolute;
    content: '✓';
    display: block;
    width: 28px;
    height: 30px;
    background: #000;
    left: 0px;
    top: 0;
    opacity: 0;
    transition: .3s;
    color: #fff;
    border-radius: 3px;
    font-size: 2.5rem;
    line-height: 1.3;
    padding-left: 2px;
    letter-spacing: 65px;
}

.cart_block input[type=checkbox]:checked + label::after {
  opacity: 1;
}

.cart_block input[type="radio"]{display: none;}
.cart_block .radio{
  font-size: 1.6rem;
  padding-left: 25px;
  position:relative;
    display: flex;
    align-items: center;    
}
.cart_block .radio::before{
  background: white;
  border: 1px solid #000;
  border-radius: 50%;
  content: "";
  display: block;
  position: absolute;
  top: 2px;
  left: 0;
  width: 16px;
  height: 16px;
}
.cart_block input[type="radio"]:checked + .radio::after{
  background-color: #000;
  border-radius: 50%;
  content: "";
  display: block;
  position: absolute;
  top: 6px;
  left: 4px;
  width: 10px;
  height: 10px;
}

/* Safari */
_::-webkit-full-page-media, _:future, :root .radio::before{
  top: -1px;
}
_::-webkit-full-page-media, _:future, :root input[type="radio"]:checked + .radio::after{
  top: 3px;
}

/*** 新規会員登録 ***/
.gray_block.nr .inner {
    width: 900px;
    margin: 0 auto;
}
.gray_block.nr .environment{
    display: flex;
    justify-content: space-between;
}
.gray_block.nr .environment > div{
    width: 50%;
    margin-bottom: 19px;    
    font-size: 1.8rem;
}

.gray_block.nr h3 {
    margin-bottom: 56px;    
    text-align: center;
    font-size: 1.8rem;
    font-weight: bold;
}
.gray_block.nr h4 {
    font-size: 1.8rem;    
    margin-bottom: 25px;
}

.gray_block.nr .environment li {
    margin-bottom: 24px;
}

.gray_block.nr .inner p{
    margin-bottom: 20px;
}

.page-id-660 p.txt {
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
    font-size: 1.8rem;
}


.register_block {
    width: 711px;
    margin: 68px auto 28px;
    display: flex;
    justify-content: space-between;
}
.register_block > div{
    width: 345px;
}
.register_block > div input{
    width: 100%;
    margin-bottom: 12px;
    padding: 19px;
    font-size: 1.6rem;
    border-radius: 6px;
}

.gray_block.nr p.consent{
    margin-bottom: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.gray_block.nr p.consent input[type="checkbox"]{
    width: 20px;
    height: 20px;
    margin-right: 10px;
}

@media screen and (max-width: 768px){
    .gray_block.nr .inner{
        width: 90%;    }
    .gray_block.nr .environment {
        display: block;}    
    .gray_block.nr .environment > div{
        width: 100%;
        margin-bottom: 30px;
        font-size: 1.6rem;}
    
    .gray_block.nr h3{
        margin-bottom: 26px;        
    }
    .gray_block.nr h4 {
        margin-bottom: 15px;
        font-size: 1.6rem;
    }
    .gray_block.nr .environment li{
        margin-bottom: 14px;    
    }
    
    .register_block{
        width: 100%;
        margin: 38px auto 18px;    
        display: block;
    }
    .register_block > div{
        width: 100%;
        margin-bottom: 30px;
    }
    
    .page-id-660 p.txt{
        width: 96%;
        margin: 0 auto;
        margin-bottom: 30px;
        font-size: 1.6rem;        
    }
}


.gray_block.confirmation p.txt{
    margin: 0px auto;
    font-size: 1.8rem;
    text-align: center;
}

.gray_block.confirmation p.txt2 {
    font-size: 1.8rem;
}

.gray_block.confirmation .inner{
    width: 720px;
    margin: 0 auto;
}
.gray_block.confirmation .inner ul{
    width: 212px;
    margin: 44px auto 35px;
}
.gray_block.confirmation .inner ul li {
    margin-bottom: 7px;    
    display: flex;
    align-items: center;
    font-size: 1.8rem;
}

.gray_block.confirmation input[type="radio"] {
    width: 18px;
    height: 18px;
    margin-right: 10px;
}

.gray_block.confirmation .register_block{
    margin: 18px auto 28px;
}

@media screen and (max-width: 768px){
    .gray_block.confirmation p.txt{
        font-size: 1.6rem;
        text-align: left;
        width: 90%;
    }
    .gray_block.confirmation p.txt2{
        font-size: 1.6rem;
    }
    .gray_block.confirmation .inner{
        width: 90%;
    }
    .gray_block.confirmation .inner ul {
        width: 220px;
        margin: 24px auto 25px;
    }
    .gray_block.confirmation    .register_block > div{
        margin-bottom: 0;
    }
}

/*** お問い合わせ ***/
.gray_block.contact .inner {
    width: 668px;
    margin: 0 auto;
}

.gray_block.contact p.txt {
    margin-bottom: 54px;    
    font-size: 1.8rem;
    text-align: center;
}

.contact dl {
    margin-bottom: 72px;
}
.contact dt {
    font-size: 1.8rem;
    margin-bottom: 9px;
}
.contact dd {
    margin-bottom: 25px;
}
.gray_block.contact .inner input[type="text"],
.gray_block.contact .inner input[type="email"],
.gray_block.contact .inner textarea{
    width: 100%;
    padding: 19px;
    font-size: 1.6rem;
    border-radius: 6px;
}
@media screen and (max-width: 768px){
    .gray_block.contact .inner{
        width: 94%;
    }
    .gray_block.contact p.txt{
        margin-bottom: 24px;
        font-size: 1.6rem;
    }
    
    .contact dl {
        margin-bottom: 0px;
    }    
    .contact dt {
        font-size: 1.6rem;
        margin-bottom: 5px;
    }
    .gray_block.contact .inner input[type="text"], .gray_block.contact .inner input[type="email"], .gray_block.contact .inner textarea {
        padding: 10px 19px;
    }    
    
    .submit_btn {
        width: 279px;}
    .submit_btn:after{
        right: 28px;    
    }
}

.mail_block{
    width: 950px;
    margin: 0 auto;
}
@media screen and (max-width: 768px){
    .mail_block {
        width: 96%;
    }
}

ul#menu-f-shop{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 80px;
}

ul#menu-f-shop li{margin: 0 25px 20px;}

@media screen and (max-width: 768px){
    footer {
        margin-top: 10%;
    }
    ul#menu-f-shop{  
        margin-bottom: 40px;
    }
    ul#menu-f-shop li{
        font-size: 1.4rem;
        margin: 0 10px 20px;
        text-align: center;}
}


.gray_block.history table {
    width: 80%;
    margin: 0 auto 50px;
}
.gray_block.history table th {
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    border-right: none;
    border-left: none;
    padding: 8px 10px;
    font-size: 1.8rem;
    font-weight: bold;
}
.gray_block.history table td {
    background: #fff;
    border-top: 1px solid #000;    
    border-bottom: 1px solid #000;
    border-right: none;
    border-left: none;
    padding: 8px 10px;
    font-size: 1.8rem;
}

.gray_block.history table.history_list td:nth-child(1){
    width: 20%;
    text-align: center;
}
.gray_block.history table.history_list td:nth-child(1) a{
    color: #EE0077;
}

.gray_block.history table.history_list td:nth-child(2){
    width: 40%;
    
}
.gray_block.history table.history_list td:nth-child(3){
    width: 20%;
    text-align: right;
    
}
.gray_block.history table.history_list td:nth-child(4){
    width: 20%;
    text-align: center;    
}

.gray_block.history table.detail_table2 td:nth-child(1){
    width: 15%;
    text-align: center;     
}
.gray_block.history table.detail_table2 td:nth-child(2){
    width: 40%;
}

.gray_block.history table.detail_table2 td:nth-child(3){
    width: 15%;
    text-align: right;     
}

.gray_block.history table.detail_table2 td:nth-child(4){
    width: 15%;
    text-align: right;       
}

.gray_block.history table.detail_table2 td:nth-child(5){
    width: 15%;
    text-align: right;       
}
.gray_block.history table.detail_table2 td.price{
    text-align: right;
}




@media screen and (max-width: 768px){
    .gray_block.history table th{
        padding: 8px 5px;
        font-size: 1.6rem}
    .gray_block.history table td{
        padding: 8px 5px;
        font-size: 1.6rem;}
    .gray_block.history table{
        width: 96%;
        margin: 0 auto 5%;
                
    }
    
}


.qa-list {
    width: 833px;
    margin: 0 auto;
}

.qa-list dl.qa {
    margin-bottom: 14px;
}

.qa-list dl dt {
    width: 100%;
    margin: 0;
    padding: 7px 80px 9px 26px;
    position: relative;
    cursor: pointer;
    background: #fff;
    font-size: 1.8rem;
}

.qa-list dl dt::before {
    position: absolute;
    top: 23px;
    right: 35px;
    display: block;
    width: 7px;
    height: 7px;
    margin: auto;
    content: '';
    width: 30px;
    height: 3px;
    background: #000;

}
.qa-list .open::before {
    transform: rotate(-90deg);
}

.qa-list dl dd {
    position: relative;
    display: none;
    height: auto;
    margin: 15px 0 0;
    padding: 0 0 30px 25px;
    font-size: 1.6rem;
}
.qa-list dl dd p {
    margin: 30px 0 0;
}
.qa-list dl dd p:first-child{
    margin-top: 0;
}

.qa-list table th{
    width: 20%;
    padding: 5px;
    border: 1px solid #000;
    font-weight: bold;
    vertical-align: middle;
}
.qa-list table th span{
    font-weight: normal;
    display: block;
}

.qa-list table td{
    width: 80%;
    padding: 5px;    
    border: 1px solid #000;
    vertical-align: middle;    
}

.gray_block h3{
    text-align: center;
    font-weight: 500;    
}


.about_block {
    width: 500px;
    margin: 10px auto 30px  ;
    padding: 10px;
    border-top: 7px double #aaa;

}
.about_block_en{
    width: 540px;
    margin: 10px auto 30px  ;
    padding: 10px;
    border-top: 7px double #aaa;    
}


@media screen and (max-width: 768px) {
    .qa-list{width: 96%;}
    
    .qa-list dl::before {
        top: 20px;
        right: 20px;
        width: 7px;
        height: 7px;
    }
    .qa-list dl dt {
        font-size: 1.6rem;
        padding: 7px 45px 9px 12px;    
    }
    
    .qa-list dl dt::before {
        width: 20px;
        top: 21px;
        right: 15px;
    }
    
    .qa-list dl dd {
        width: 98%;
        margin: 10px auto 0;
        padding: 0 10px 20px;
        font-size: 1.5rem;
        }
    .qa-list dl dd p {
        margin: 30px 0 0;
    }
    .qa-list dl dd p:first-child{
        margin-top: 0;
    }
    
    .about_block,.about_block_en{width: 95%;}
}