﻿@charset "UTF-8";

@import "imports/reset.css";
@import "imports/base.css";
@import "imports/order.css";
@import "imports/user.css";
@import "imports/hack.css";
@import "imports/parts.css";
@import "imports/general_classes.css";
@import "imports/coordinate.css";
@import "imports/silveregg_recommend.css";
@import "./responsive.css";


:root {
--subBtnBgTx:#E26161;
--subBtnBg:#fff;
--fsize3L:30px;
--fsize2L:24px;
--fsizeL:20px;
--fsizeM:16px;
--fsizeD:14px;
--fsizeS:12px;
--main-width:1200px;
--slim-width:1000px;
--wide-width:100%;
--marginS:12px 0;
--marginM:20px 0;
--marginL:24px 0;
--black:#464646;
--lightGray:#f8f8f8;
--Accolor:#222;
--saleccolor:#E26161;
--normalBtnwidth:340px;
--nextBtnColor:#333;
--borderBtnColor:#fff;
--mb_normal:12px;
--mb_large:20px;
--mb_short:12px;
--mb_mini:8px;
--padLL:60px;
--box-pad-ss:16px;
--box-pad-m:32px;
--box-pad-s:20px;
--base-color:#FAF8F5;
--main-color:#E26161;
--sub-color:#FFCCC3;
}

header{
border-top:10px solid #AF1C6A;
}

.slick-dots li button:before {
    font-size: 13px;
				}
.slick-dots {
    position: relative !important;
    bottom: 0 !important;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}
#tblLayout {
    width: 100%;
}
.staticWrap{
max-width:1200px;
margin:120px auto;
}
.book-slider img{
max-width:100%;
}
.slider-more-btn{
margin: 40px auto;
    display: block;
    width: 170px;
    font-size: 13px;
    padding: 10px;
    color: #fff;
    background: #4D4D4D;
    text-align: center;
}
.logoflex p{
    line-height: 1.4;
    font-size: 13px;
}
.pc .menu{
    display: flex;
    position: relative;
    width: 100%;
    /* width: 1200px; */
    margin: 0px auto;
    box-shadow: 0 0 4px #ccc;
    justify-content: center;
}
.top-campagin{
    margin: 0 auto;
    max-width: 1200px;
    padding: 10px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}
.top-campagin img{
margin-bottom:12px;
}
img{
max-width:100%;
}
.topH2{
text-align: center;
    margin: 40px 0;
    font-size: 80px;
    font-weight: bold;
    color: #eee;
				}
.topH2 span{
font-weight:normal;
    font-size: 26px;
    text-align: center;
    display: block;
    color: #333;
    margin-top: -58px;
}
.passch h2{
    font-size: 22px;
    font-weight: bold !important;
    margin-bottom: 12px !important;
    text-align: center;
}
.passch{
    border-top: 1px solid #ccc;
    padding: 28px;
}
.passch p{
font-size:14px;
text-align:center;
}
@media screen and (min-width: 768px){

.book-slider li img{
width:100%;
}
.top-feature-mv_slider div{
    width: 600px;
				padding:10px;
    margin: 0 auto;
}
.top-feature-mv_slider img {
    width: 100%;
    max-width: 100%;
    display: block;
    margin: 0 auto;
}

}
.top-feature-mv_slider .slick-list{
    overflow: inherit;
}
@media screen and (max-width: 767px){
:root {
--main-width:100%;
--slim-width:100%;
--fsize2L:20px;
--fsizeL:18px;
--fsizeD:13px;
}
}
				
::placeholder {
font-family: var(--font-en);
  color: #ccc !important;
  font-size:80%;
}

.hp_display_none{
    display: none!important;
}

.hp_annotation{
    font-size:80%;
    display:block;
}

select, input[type="text"], input[type="password"], input[type="email"], input[type="tel"] ,textarea{
    padding: 10px;
    margin: 5px 0;
    font-size: var(--fsizeD);
    border: 1px solid #ccc;
    border-radius: 4px;
				max-width:600px;
}
#dvUserBox h2,
.ttlH2{
    font-size: var(--fsize2L);
    margin-bottom: 48px;
    text-align: center;
}
.ttlH3{
    font-size: var(--fsize2L);
    margin-bottom: var(--mb_large);
}
.sTtl{
    font-size: var(--fsizeL);
    padding: 10px 16px;
    margin-bottom: var(--mb_normal);
    background: #aaa;
    color: #fff;
    border-radius: 4px;
    margin-bottom: 24px;
				font-weight:600;
}
.mt3L{
    margin-top: var(--padLL);
}
.l-inner{
    width: var(--main-width);
				margin:0 auto;
}
.BtnFlex {
    display: flex;
    gap: 20px;
    margin: 40px 0;
    text-align: center;
    flex-direction: row-reverse;
    justify-content: center;
}



#dvLoginWrap{
border-right:1px solid #ccc;
}
.btnBasic {
text-decoration:none !important;
    width: var(--normalBtnwidth);
    font-size: var(--fsizeM);
    display: inline-block;
    text-align: center;
				padding:12px 8px;
				border-radius:4px;
}
.tlc{
    text-align: center;
}
.dark {
color: #fff;
    background: #AF1C6A;
    border: 0;
}
.orange{
    background: #EB6157;
}
.forgetPass a{
text-decoration:none !important;
    width: var(--normalBtnwidth);
    font-size: var(--fsizeM);
    display: inline-block;
    text-align: center;
				padding:12px 8px;
				border-radius:4px;
				color: #fff;
    background: #AF1C6A;
    border: 0;
}
.forgetPass{
    text-align: center;
}
.wht {
    color: #222;
    border: 1px solid #ccc;
    background: var(--borderBtnColor);
}
.main-inner{
margin:0 auto;
max-width:1200px;
}
.menu-btn {
margin: 16px;
    display: flex;
    height: 22px;
    position: relative;
    width: 34px;
    justify-content: center;
    align-items: center;
    z-index: 999;
    margin-bottom: 4px;
    margin-top: 12px;
}
.menu-btn span,
.menu-btn span:before,
.menu-btn span:after {
    content: '';
    display: block;
    height: 2px;
    width: 25px;
    border-radius: 3px;
    background-color: #333;
    position: absolute;
}
.menu-btn span:before {
    bottom: 8px;
}
.menu-btn span:after {
    top: 8px;
}
#menu-btn-check:checked ~ .menu-btn span {
    background-color: rgba(255, 255, 255, 0);/*メニューオープン時は真ん中の線を透明にする*/
}
#menu-btn-check:checked ~ .menu-btn span::before {
    bottom: 0;
				  background-color: #333;
    transform: rotate(45deg);
}
#menu-btn-check:checked ~ .menu-btn span::after {
    top: 0;
				    background-color: #333;
    transform: rotate(-45deg);
}
.menu-content {
    font-size:var(--fsizeD);
    width: 300px;
    height: 100%;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 80;
    background-color: var(--base-color);
	box-shadow:-2px 0 12px #999 !important;
}
.menu-content ul {
 
    width: 100%;
}
.menu-content {
	padding: 70px 15px 0 15px;
    width: 320px;
    height: 100%;
    position: fixed;
	box-shadow:5px 0 10px #ccc;
    top: 0px;
    right: -450px;
    z-index: 80;
    background-color:var(--base-color);
    transition: all 0.5s;
}

#menu-btn-check:checked ~ .menu-content {
    right: 0;
}

.mincho{
font-family: 'Shippori Mincho B1', serif;
}



.headFlex{
    padding: 28px 10px;
    display: flex;
    max-width: 1200px;
    justify-content: space-between;
    width: 100%;
    align-items: center;
    margin: 0 auto;
}

@media screen and (max-width:767px){
   .headFlex{
       padding:5px 10px;
       box-shadow:0 2px 2px #f2f2f2;
   }
}
.headFlex .logo{
    width: 120px;
    text-align: center;
    margin: 0px;
}
.headFlex .logo img{
width:100%;
}
.headFlex .icArea {
display: flex;
align-items: center;
}
.headFlex .icArea a{
position:relative;
display:block;
padding:0 8px;
text-align: center;
}
.headFlex .icArea a span{
display: block;
font-size: 10px;
text-align: center;
font-weight: 500;
}
.hamburger-menu{
color:#333;
border-radius: 6px;
width:60px;
height: 60px;
}
.menuname{
font-size: 10px;
    text-align: center;
    display: block;
    font-weight: 500;
    margin-top: 4px;
				
				}
.headFlex .icArea .num {
    position: absolute;
    top: -5px;
    right: -4px;
    background: #C35C51;
    color: #fff;
    zoom: 0.8;
    padding: 4px;
    border-radius: 100%;
    font-size: 10px;
    width: 24px;
    font-weight: bold;
    line-height: 18px;
}
.headFlex .icArea img{
height:32px;
}
.headFlex .icArea .cartic{
position:relative;
}
.headFlex .icArea .cartic span{
position:absolute;
top:0;
right:0;
}
.isPC{
display:block;
}
.menu-content ul li {
padding:10px;
    list-style: none;
				font-weight:500;
}
#menu-btn-check {
    display: none;
}
.menu-content ul li a {
    display: block;
    width: 100% !important;
				padding:0 !important;
    box-sizing: border-box;
				text-align:left !important;
    text-decoration: none;
    position: relative;
}
.menu-content ul li a::before {
    content: "";
    width: 8px;
    height: 8px;
    border-top: solid 2px #999;
    border-right: solid 2px #999;
    transform: rotate(45deg);
    position: absolute;
    right: 2px;
    top: 8px;
}
.zoomContainer{
display:none;
}



.dlFlex{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}


#detailImage .subImage{
  display:flex;
  flex-wrap:wrap;
  justify-content:space-between;

}

.subImage li{
  flex-basis:calc((100% - 40px) / 4);
  max-width:calc((100% - 40px) / 4);
  margin-top:20px;

}


.btn.disabled, .btn[disabled] {
    cursor: default;
    background-color: #f4f4f4 !important;
    border: 1px solid #f4f4f4;
    color: #888 !important;
    text-shadow: none;
    background-image: none;
    opacity: 1;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}



.center {
    text-align: center;
}
.sougoukei {
    font-size: 26px;
    font-weight: bold;
    border-bottom: 3px solid #222;
    width: auto;
    display: inline-block;
}

.boxttl {
    font-size: 18px;
    padding: 0 0 0px 0;
    font-weight: bold;
    margin-bottom: 0;
}


.opencate{
position: relative;
    padding: 5px 10px;
    background: #41B1AC;
    border-radius: 40px;
    color: #fff;
    font-weight: bold;
    width: 116px;
}

.opencate::before{
	left: 3px;
	width: 3px;
	height: 3px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.arrow2{
	position: relative;
	display: inline-block;
	padding: 0 0 0 16px;
	color: #000;
	vertical-align: middle;
	text-decoration: none;
	font-size: 15px;
}
.arrow2{
    content: "";
    width: 9px;
    height: 16px;
    border-top: solid 3px #fff;
    border-right: solid 3px #fff;
    transform: rotate(135deg);
    position: absolute;
    right: 16px;
    top: 12px;
    zoom: 0.8;
}
.on .arrow2{
rotate:180deg;
top:20px;
}

.spcategory select{width:100% !important;}
.spSearchTx input{width:100% !important;}
.spSearchBtn{
text-align:right;
}
.spSearchBtn a{
    border-radius: 4px;
    padding: 6px 8px !important;
    display: inline-block !important;
    margin: 1px 0 0 0 !important;
}

.productList h3{
margin-bottom: 0px !important;
}

@media screen and (max-width: 767px) {
.opencate{
display:none;
}
.CartOption{
font-size:12px;
}
.userPointContent {
border-bottom:0 !important;
}

#dvUserBox #dvOrderHistoryDetail table th,
#dvUserBox #dvUserShippingInput table th,
#dvUserBox #dvUserRegistInput table th, #dvUserBox #dvUserRegistConfirm table th,#dvUserBox #dvFixedPurchaseDetail table th,
#dvUserBox #dvFixedPurchaseList table th,
#dvUserBox #dvFixedPurchaseDetail table th,
#dvUserBox #dvPasswordReminderInput .dvReminder table th,
#dvUserBox #dvPasswordModifyInput .dvModify table th{
		border:0;
		display:block;
    padding: 10px;
    width: 100%;
    text-align: left;
}
#dvUserBox #dvOrderHistoryDetail table td,
#dvUserBox #dvUserShippingInput table td,#dvUserBox #dvUserRegistInput table td, #dvUserBox #dvUserRegistConfirm table td,
#dvUserBox #dvFixedPurchaseDetail table td,
#dvUserBox #dvFixedPurchaseList table td,
#dvUserBox #dvPasswordReminderInput .dvReminder table td,
#dvUserBox #dvPasswordModifyInput .dvModify table td{
		padding: 10px 20px;
		display:block;
		  width: 100%;
}
#dvUserBox #dvFixedPurchaseList table table td,#dvUserBox #dvOrderHistoryDetail table table td{
 padding: 10px 0px !important;
}
#dvUserBox #dvOrderHistoryList table th {
    border:0;
				display:block;
    padding: 10px ;
    width: 100%;
    text-align: left;
}
.dvFixedPurchaseDetail td small{
font-size:12px;
}
#dvUserBox #dvOrderHistoryList table td {
				display:block;
padding: 10px 10px;
}
#dvUserBox #dvOrderHistoryList table td table{
margin-bottom:0;
}
#dvUserBox #dvOrderHistoryList table td table td {
				display:block;
padding: 0px !important;
}
#dvUserBox #dvOrderHistoryList table, #dvUserBox #dvOrderHistoryDetail table,
#dvUserBox #dvUserModifyConfirm table,#dvUserBox #dvUserModifyInput table,
#dvUserBox #dvUserShippingInput table,
#dvUserBox #dvUserRegistInput table,
#dvUserBox #dvOrderHistoryDetail table,
#dvUserBox #dvFixedPurchaseList table,

#dvUserBox #dvPasswordReminderInput .dvReminder table,
#dvUserBox #dvPasswordModifyInput .dvModify table{
margin:0 0 30px 0;
border-bottom:0;
}
.dvOrderHistoryProduct .productName,
.dvOrderHistoryProduct .productPrice,
.dvOrderHistoryProduct .orderCount{
border-bottom:0 !important;
}
#dvUserBox #dvFixedPurchaseList table table{
margin: 0 0 0px 0;
}
.dvOrderHistoryProduct .orderCount{
padding-top:0px !important;
padding-bottom:0px !important;
}
.dvOrderHistoryProduct .orderSubtotal,
.dvOrderHistoryProduct .productPrice{
padding-top:5px !important;
}
.dvOrderHistoryProduct .productPrice{
padding-bottom:0px !important;
}
.dvFixedPurchaseItem #imgProductImage {
    margin: 0 10px 0 0;
				}
#dvUserBox #dvFixedPurchaseItem table table{
margin: 0 0 0px 0;
}
.dvFixedPurchaseItem table .productName{
    padding: 10px !important;;

}
.dvFixedPurchaseItem .orderCount{
padding-top:0px !important;
padding-bottom:0px !important;
}

.dvFixedPurchaseItem .productName{
border-bottom:0 !important;
}
.dvFixedPurchaseItem .productPrice,
.dvFixedPurchaseItem .orderCount{
border-bottom:0 !important;
text-align:right !important;
}

.dvFixedPurchaseItem .orderSubtotal,
.dvFixedPurchaseItem .productPrice{
padding-top:5px !important;
text-align:right !important;
}
.dvFixedPurchaseItem .productPrice{
padding-bottom:0px !important;
text-align:right !important;
}


.orderBox .btn_change{
margin-top:0;
}
.subCartList2 {
    padding: 40px 0px;
}

.orderBox div.box dt,.orderBox div.box dt{
width: 100%;
    float: none;
    padding: 6px 0px 4px 0;
}
.orderBox div.box dd,.orderBox div.box dd{
 padding: 0px 10px 0px 10px;
    float: none;
}
select, input[type="text"], input[type="password"], input[type="email"], input[type="tel"] {
 font-size: 16px;
}
.priceList dl.result {
font-size: 16px;
}

.dvProductAdvancedSearch table th, .dvProductAdvancedSearch table td {
    padding: 0 0 10px 0px;
				display:block;
    width: 100%;
}
.dvProductAdvancedSearch table td {
padding:0 0 10px 5px;
				display:block;
    width: 100%;
}
.dvProductAdvancedSearch table td table td{
display:table-cell !important;
width:auto !important;
}
.footer {
    padding: 20px 4%;
				}
.searchpanel {
height: 95vh;
    padding-bottom: 50px;
    top: 45px;
				}
.searchpanel tr{
    border-top: 1px solid #ccc;
    display: block;
    padding-top: 15px;
				}
.slick-slide{
width:100vw !important;
}
#detailTwo table th,#detailTwo table td{
font-size:13px;
}
#dvErrorInfoBox {
    width: 100%;
    margin: 30px auto;
    padding: 0 4%;
}

.sp{
display:block !important;
}
.pc{
display:none !important;
}


.headFlex .logo {
    margin: 0;
	margin-left:0;
}
.menuname{
display:none;
}

.headFlex .icArea {
    right: 0;

}


.headFlex .icArea img {
    height: 26px;
}

header{

padding-top: 0px;
min-width: 100%;
}

.inner{
width:100%;
}
#tblLayout{
width:100%;
margin-top:0;
}
#dvProductDetailArea #detailOne,#dvProductDetailArea #detailImage{
float:none;
}
.CouponBtn{
padding: 7px 22px !important;

}
#ctl00_ContentPlaceHolder1_hgcCompleteMessage{
width:100%;
padding:0 4% !important;
}
.detailBlock p {
    font-size: 13px;
    padding: 20px;
				    line-height: 2;
}
.detailBlock div:nth-child(even) p {
    padding: 20px;
}
.detailBlock {
    width: 100%;
    margin: 0 auto;
}
.slider_c li {
    width: 50%!important;
    margin: 0;
    padding: 10px !important;
}
.detailBlock div {
    display: block;
    margin: 30px 0;
    align-items: center;
}
.seibun{
margin:0;
}
.menu-content {
    padding: 70px 4%;
    width: 82%;
    top: 0;
				right: -111%;
    box-shadow: 0px 0 0px #ccc;
				}
.menu-content ul {
    width: 100%;
}
.menu-content ul li{
text-align:left;
    list-style: none;
    padding: 10px;
    font-weight: 500;
}
.menu-content ul li a{
padding:0 !important;
}
.headFlex .logo{
    width:100px;
}
.menu-btn{
top:0;
left:0;
margin-top: 20px;
position: relative;
}
.addCart p a,.selectValiation select{
width:100% !important;
}
.squre{
    width: 100%;
				}
.squre .list-inner {
    width: 100%;
    margin-left: 0;
    padding: 0 20px;
}
.selectValiation select {
    width: 100%;
				}
.headFlex .logo img{
    max-height: 30px;
    width:auto;
    margin-top: 0px;
}

#dvUserFltContents{
width:100%;
}
#dvUserBox #dvUserMenu ul li a {
    width: 100%;
    display: inline-block;
    padding: 10px 0px;
    border-bottom: 1px solid #eee;
}
#dvProductDetailArea #detailImage {
    width: 100% !important;
    float: none;
		margin-bottom:40px;
}
.itemname{
font-size: 20px !important;
margin-bottom: 15px !important;

}
#dvProductReviewImage .title,#dvCheckList .title,#dvProductReviewImage .title,#dvCheckList .title{
    font-size: 18px !important;
}
#dvUserBox ul, #dvUserBox li {
    width: 100%;
    margin: 0 auto;
}
#primary {
    width: 100%;
				}
				.glbPlist.column5 {
    width: 50%;
padding: 5px;
}
#dvProductDetailArea #detailOne {
    width: 100% !important;
float: none !important;
    font-size: 14px;
				padding: 0;
}

.dlflex{
display:block;

}
#dvUserBox ul, #dvUserBox li {
    text-align:center;
}
.priced{
padding-left:20px;
}

.orderWrap{
    padding: 32px 4% 0 4%;
width:100%;
}

.BtnFlex{
display:block;
}
.CartTxt{
    width: 100%;
    display: block;
}
.BtnFlex a{
margin-bottom:12px;
}
#CartList div.productList div.priceList{
width:100%;
float:none;
}

.detailBlock div img{
width:100%;
}
.seibun .inner{
width:100%;
display:block;
}
.seibun .inner div {
    width: 100%;
    padding: 20px 15px;
}

#dvProductDetailArea{
    min-width: 320px;
    max-width: 100vw;
				padding:0 4%;

}
.wfix1000{
width:100%;
}
.allWrap{
padding-top:60px;

}
#CartList h2{
font-size: 20px;
}
.btnBasic {
text-decoration:none;
    width: 100%;
    display: inline-block;
    text-align: center;
}

#dvUserBox #dvFavoriteList table .productImage {
    display: table-cell;
    width: 90px !important;
}
#CartList div.productList div.priceList div{
padding:0;
}
.priceList dl {
    padding: 10px 0;

}

}
.moreLink{
display: block;
    border: 1px solid #555;
    border-radius: 60px;
    padding: 7px 40px;
    margin: 40px auto 0 auto;
    width: 200px;
    text-align: center;
}

.on{
display:none;
}

.ftmenus {
    width: 80%;
    display: flex;
    gap: 20px;
}

#footerMenu {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: space-evenly;
    color: #fff;
}
.dvLoginRegist .BtnFlex{
    display: block;
}
.dvLoginRegist .BtnFlex a{
margin-bottom:20px;
}
#HeadSearch .btnSearch img{
    width: 24px;
}

@media screen and (max-width: 1185px) {
    .ftlogoarea {
        text-align: center;
        padding-bottom: 25px;
    }
    .ftlogoarea {
        text-align: center;
        padding-bottom: 25px;
    }
}
.copyright {
    font-size: 10px;
    text-align: center;
    margin: 40px auto 20px auto;
}

#footerMenu a {
    color: #fff;
}
#footerMenu .col1 {
    width: 20%;
}
#footerMenu dt {
    font-weight: bold;
    font-size: 15px;
    margin-bottom: 10px;
    background: #666;
    padding: 6px 12px;
    border-radius: 6px;
}
#footerMenu dd a {
    color: #fff;
    display: block;
    padding: 8px 0;
}

@media screen and (max-width: 767px) {
    #footerMenu .col1 {
        width: 100%;
        margin-bottom: 20px;
    }
    .ftmenus {
        display: block;
        width: 100%;
    }
#dvUserBox #dvFavoriteList table .productName{
    display: block;
}
#pagination{
display:block;
}
			#pagination .flex{
			margin-top:20px;
			}

.flexbox{
width:100%;
}
#breadcrumb {
    font-size: 10px !important;
    padding: 10px 2% 0 2%;
}
#dvUserBox #dvOrderHistoryDetail table th,#dvUserBox #dvUserShippingInput table th, #dvUserBox #dvUserRegistInput table th, #dvUserBox #dvUserRegistConfirm table th, #dvUserBox #dvFixedPurchaseDetail table th, #dvUserBox #dvFixedPurchaseList table th, #dvUserBox #dvFixedPurchaseDetail table th, #dvUserBox #dvPasswordReminderInput .dvReminder table th, #dvUserBox #dvPasswordModifyInput .dvModify table th{
padding:12px;
}
}

.cate-wrap {
margin: 0 auto;
    display: inline-block;
				position: relative;
}
.menuflex{
display: flex;
    gap: 10px;
    align-items: center;
				}
.logoflex{
gap: 25px;
min-width: 420px;
display: flex;
    align-items: center;
}	
.logoflex img{
width:152px;
}
.head-text-link a{
padding:0 10px;
}			
.head-text-link a:first-child{
border-right:1px solid #ccc;
}
.cate-wrap a{
color:#555 !important;
}
.cate-btn {
    padding: 6px 16px !important;
    margin: 16px 10px 30px !important;
    background: #ccc;
    color: #fff !important;
    border-radius: 44px;
}
.sp_catemenu .menuttl {
    cursor: pointer;
    padding: 10px;
				color:#555;
    display: block;
				position:relative;
    border-bottom: 1px solid #ccc;
}

.sp_catemenu li {
  cursor: pointer;
		border-bottom:0;
}
.sp_catemenu ul{
display:none;
padding:0;
}
.menu-content{
overflow-y: scroll;
}
.spmenu li a{
padding: 10px;
}
.dropdown__list{
cursor: pointer;
}
.spmenu li{
border-bottom: 1px solid #ccc;
}

.arrow{
content: "";
    width: 10px;
    height: 10px;
    border-top: solid 2px #999;
    border-right: solid 2px #999;
    transform: rotate(135deg);
    position: absolute;
    right: 11px;
    top: 16px;
}
.arrow.open{
rotate:180deg;
top:20px;
}
.sp_catemenu ul{
position:relative;
}
.sp_catemenu ul li{
position: relative;
    font-weight: 300;
}
.sp_catemenu ul li ul li,.userbd li{
 border-bottom: 1px solid #ccc;
	}
.sp_catemenu li a{
padding:10px !important;
 padding-left: 30px !important;
}

.sp_catemenu p{
padding: 10px;
    background: #f8f8f8;
				    border-bottom: 1px solid #ccc;
}
.cate-contents {
display:none !important;
}
.cate-contents.show{
display:block !important;
}
.cate-contents li{
display:block;
}
.catelist{
display: block;
    margin-top: 10px;
    width: 20%;
}
.catetflex{
display:flex;
}
.catetflex p{
font-weight:600;
}
.catelist a{
    font-size: 13px;
    width: 225px;
    margin: 0 10px;
    display: flex;
    padding: 4px;
    justify-content: left;
    align-items: center;
    border-bottom: 1px solid #ccc;
    color: #222;
    text-decoration: none;
    position: relative;
    background: unset;
}
.cate-contents li {
    margin-bottom: 25px;
}
.cate-contents li ul li{
    margin-bottom: 0px;
}

.cate-btn.show{
font-weight:bold;
background:#d32d26;
}
.close{
position: absolute;
    top: 20px;
    width: 32px;
    right: 0;
    cursor: pointer;
}
.close2{
    position: absolute;
    top: 36px;
    width: 30px;
    right: 20px;
    cursor: pointer;
				}
.close img,.close2 img{
width:100%;
height:auto !important;
}
.dvProductAdvancedSearch{
position:relative;
}


.menu {
    display: flex;
    position: relative;
    width:1200px;
    margin:0px auto;
    justify-content: center;
}

.menu .menuttl_pc {
  width:auto !important;;
}

.menu .menu_list {
  width:auto !important;;
}
.menu .menu_list > a{
    text-decoration:none;
}
.menu .menu_list{
    display: block;
    padding: 10px  14px 5px;
    margin: 0 15px 8px;
    text-align: center;
    font-size: 14px;
    text-decoration: none;
    background-image: linear-gradient( #FFCCC3, #E26161);
    background-size: 0 3px;
    background-position: left bottom;
    background-repeat: no-repeat;
    transition: all .3s;
}

.menu .menu_list:hover {
    color: var(--main-color);
    background-size: 100% 3px;
}

.menu_contents {
padding: 20px 40px 20px 40px;
    background-color: var(--base-color);
  display: none;
  position: fixed;
  top: 117px;
  left: 0;
    width:100vw;
    z-index:1000000 !important;
}
.product_info_icons{
width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 3px;
    margin: 20px 0;
}
.product_info_icons .icname {
    border: 1px solid #ccc;
    padding: 1px 6px;
    font-size: 10px;
    border-radius: 12px;
}
.leftCateList{
    height: 460px;
    overflow-y: scroll;
						font-weight:bold;
}

.menu_contents li {
  width: 250px;
}

.menu_contents li a {
    color: #555;
	width:100%;
	display:inline-block;
    text-align: left;
}
.cate_contents{
    background: #fff;
    padding: 20px;
    width: calc(100% - 280px);
}
.wrapSearch {
    display: flex;

}
.cate_contents ul{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}
.cate_contents li a{
padding:12px;
}

.pagelinks{
    display: flex;
    gap: 20px;
    font-size: 14px;
    margin: 40px 0;
    justify-content: center;
}
.pagelinks a{
    color: #333;

    padding: 4px;
    font-size: 12px;
    width: 28px;
				font-weight:normal;
    text-align: center;
    border-radius: 4px;
}
.pagelinks b{
    color: #fff;
    background: #AF1C6A;
    padding: 4px;
    font-size: 12px;
    width: 28px;
    text-align: center;
    border-radius: 0;
}

.hamburger-menu{
display: none;
}
@media screen and (max-width: 767px){
    select, input[type="text"], input[type="password"], input[type="email"], input[type="tel"] {
        font-size: 16px;
    }

.logoflex{
min-width:auto;
}
#page-title{
padding:0 15px;
}
#HeadSearch{
display:none;
}

.hamburger-menu{
display:block;
}
.close2{
    position: absolute;
    top: 26px;
    width: 30px;
    right: 10px;
    cursor: pointer;
}
}



  .cate_contents {
		position:absolute;
		top:0;
		left:280px;
    display: none;
  }
  .on {
		    display: block !important;
  }
  .onview {
    display: block;
  }
		.open{
    display: block !important;
		}
		.subon{
		background:#fff;
		margin-bottom:2px;
    padding: 6px 10px;
		}
		.subon.sel{
		font-weight: bold;
    background: #42B1AC;
    color: #fff;
    padding: 6px 10px;
				}
				
.spSearchTx{
    flex:1;
}

/* 問い合わせ画面 */
.el_img_inqury{
    width:100%;
    text-align: center;
}

/* 商品詳細：アップセルタイトル */
.el_upsell_title{
    color:#fff;
    background-color:var(--main-color);
    padding:10px 25px;
    font-size:20px;
    line-height:20px;
    border-radius:50px;
    display:inline-block;
}

@media screen and (max-width:767px){
    .el_upsell_title{
        display:block;
        text-align:center;
    }
}


/* 最近チェックした商品 */
.productlist_orderButton_new{
    padding: 10px 25px;
    background-color:#E26161;
    color:#fff;
    font-size:15px;
    line-height:15px;
    border:1px solid #E26161;
    border-radius:20px;
    text-align:center;
}

.productlist_orderButton_new:hover{
    color:#E26161;
    border:1px solid #E26161;
    background-color:#fff;
}

@media screen and (max-width:767px){
    .productlist_orderButton_new{
        padding: 4px 10px;
        font-size:12px;
        line-height:12px;
        border-radius:15px;
    }
}

.bl_category_list{
    display:flex;
    font-size: 12px;
    margin: 0;
    padding:10px;
}
@media screen and (max-width:767px){
    .bl_category_list{
        padding: 0;
    }
}

.el_category_list,
.el_categoly_arrow{
    color:#999 !important;
    padding:0 5px;
}

/* カートリスト */
.bl_cartList_txt{
    display:block;
}

.foot-left{
display: flex;
    gap: 24px;
}
#Foot .head-sns img{
width:32px;
}
#Foot .logoflex {
    justify-content: space-between;
}
#foot-menu{
    display: flex;
    align-items: center;
    justify-content: left;
    gap: 60px;
    padding: 16px 0 32px 0;
    margin: 20px 0;
    border-bottom: 1px solid #222;
}
#coryRight {
    font-size: 10px;
    text-align: right;
}

#Foot #link-categories {
        color: #fff !important;
        background: #444;
        border-radius: 0;
        display: inline-block;
        padding: 3px 36px;
    }

.bread ul{
display:flex;
gap:12px;
}
.paging.top .pagelinks{
    margin: 0px 0;
}
.search_wrap{
    margin: 0 0 16px 0 !important;
}
h1.cate-name{
    font-size: 24px;
    font-weight: bold;
    margin-top: 40px;
}
@media screen and (max-width:767px){
h1.cate-name {
    font-size: 20px;
    font-weight: bold;
    margin-top: 32px;
    padding: 0 4%;
}
.logoflex p,.head-text-link,.head-sns{
display:none;
}
.topH2 {
    font-size: 44px;
				}
.topH2 span {
    font-size: 22px;
    margin-top: -32px;
				}
.top-campagin {
    gap: 12px;
grid-template-columns: 1fr;
				}
.listProduct {
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin: 0 auto;
    width: 92%;
}
.top-campagin li p{
    line-height: 1.5;
    font-size: 12px;
}
.glbPlist ul li.price {
    font-size: 121%;
				}
.glbPlist ul li.name,.itemlist .oneitem .name{
    line-height: 1.5;
    font-size: 12px;
}
.top-catelist {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    max-width: 1200px;
    margin: 30px auto;
    width: 92%;
}
.glbPlist ul li.price .mini {
    font-size: 10px;
}
#Foot .logoflex {
    justify-content: space-between;
    display: block;
}
#foot-menu {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    justify-content: left;
    flex-direction: column;
    gap: 12px;
    padding: 16px 0 32px 0;
    margin: 20px 0;
    border-bottom: 1px solid #222;
}
#btn-hamburger {
    display: none;
    background: none;
    border: none;
    color: #333;
        font-size: 2.5em !important;
        padding: 0 0 0px 12px !important;
}
nav#nav-global a {

    padding: 20px;
}
    #large-cats > li {
        padding: .75em 1em;
        border-bottom: 1px solid #ccc;
        cursor: pointer;
        color: #333;
        background: #f8f8f8;
    }
    #global-menu > li {
				position:relative;
        border-bottom: 1px solid #ccc;
        padding: 0;
    }
				.top-catelist-one a{
        padding: 0 !important;
				}
				.foot-left {
    display: block;
    gap: 24px;
    text-align: center;
}
.staticWrap {

    margin: 72px auto;
}
.search_bar .ttl{
        border: 0 !important;
        font-size: 14px;
        width: 26% !important;
}
.pulls {
    border-left: 1px solid #ccc;
    padding-left: 13px;
    width: 100%;
        display: block !important;
				}
#searchBtn {
    width: 100% !important;
    background: unset;
    border: 0;
    margin: 6px 0 0 auto;
    text-align: right;
}
    .search_wrap {
        padding: 0 4% !important;
    }
    .itemlist, .itemlist.col6 {
				
        width: 94%;
        display: grid;
        grid-template-columns: 1fr 1fr !important;
        gap: 20px !important;
        margin: 0 auto;
    }
#dvLoginWrap, .dvLoginRegist {
    padding: 0 4%;
    border: 0 !important;
}
.forgetPass a{
width:100%;
}

    #dvUserBox {
        display: flex;
        flex-direction: column-reverse;
    }
.my-cont {
    width: 100%;
    max-width: 100%;
}
#dvUserBox #dvUserMenu {
    width: 100%;
}
.favo-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}
.favo-list .productName{
line-height: 1.5;
    font-size: 12px;
}
.favo-list .btnset a{
    font-size: 13px;
    padding: 4px 16px;
}
.bread {
    max-width: 1200px;
        margin: 20px auto 0px !important;
    font-size: 10px;
    padding: 0 4%;
}
.paging.top .pagelinks{
display:none;
}
.paging.bottom .displayContentText{
display:none;
}
}

.mtLL{
margin: 120px 0 !important;
}
.term-flex{
max-width:1030px;
margin:0 auto;
}
.term-flex dl{
display:flex;
flex-wrap:wrap
}
.term-flex dt{
width:240px;
padding:14px 20px;
font-size:15px;
}
.term-flex dd{
padding:14px 20px;
width:calc(100% - 240px);
}
.term-flex h3{
    font-size: 20px;
    margin-bottom: 30px;
    border-left: 5px solid #AF1C6A;
    padding: 5px 10px;
}
				
.term-flex dd a{
color:#AF1C6A;
text-decoration:underline;
}
.term-flex dd img{
margin:16px 0;
}
.term-flex .mini{
font-size:12px;
}
.term-flex dd hr{
margin:20px 0;
}
.news li{
gap:20px;
display:flex;
    border-bottom: 1px solid #ccc;
    padding: 10px 0;
    margin-bottom: 10px;
}

.viewAll a{
    margin: 40px auto;
    display: block;
    width: 170px;
    font-size: 13px;
    padding: 10px;
    color: #fff;
    background: #4D4D4D;
    text-align: center;
}


.list p textarea{
width:100%;
height:10rem;
}

@media screen and (max-width:767px){

select, input[type="text"], input[type="password"], input[type="email"], input[type="tel"], textarea{
    max-width: 100%;
}


.term-flex dl {
    flex-direction: column;
}
.term-flex dt {
    width: 100%;
    padding: 14px 0px 8px;
    font-size: 15px;
}
.term-flex dd {
    padding: 0 14px 20px;
    width: 100%;
}
.cardimg img{
max-width:240px;
}

}


.glbPlist .rank {
    padding: 0;
    text-align: center;
    font-family: initial;
    font-style: normal;
    font-weight: bold;
    position: absolute;
    top: 24px;
    left: 8px;
}

/* ───────── 共通設定 ───────── */
#TopRanking .rank{
  /* 数字を“残しつつ”視覚的に消す */
  font-size:0;
  line-height:0;
  color:transparent;

  /* 画像を載せる土台 */
  width:48px;     /* お好みで */
  height:48px;
  position:relative;
}

/* 画像は擬似要素で表示 */
#TopRanking .rank::before{
  content:'';
  position:absolute;
  inset:0;
  background-size:contain;
  background-repeat:no-repeat;
  background-position:center;
}
.dvContentsInfoTc{
padding:15px;
text-align:center;
}
#dvLoginWrap ul{
margin-top:40px;
}
/* ───────── 1〜4 位だけ画像パスを指定 ───────── */
#TopRanking .glbPlist:nth-child(1) .rank::before{background-image:url("../Contents/ImagesPkg/no1.png");}
#TopRanking .glbPlist:nth-child(2) .rank::before{background-image:url("../Contents/ImagesPkg/no2.png");}
#TopRanking .glbPlist:nth-child(3) .rank::before{background-image:url("../Contents/ImagesPkg/no3.png");}
#TopRanking .glbPlist:nth-child(4) .rank::before{background-image:url("../Contents/ImagesPkg/no4.png");}

#TopRanking .glbPlist:nth-child(1) .thumb img {border: 8px solid #CA9A00;}
#TopRanking .glbPlist:nth-child(2) .thumb img {border: 8px solid #AFAFAF;}
#TopRanking .glbPlist:nth-child(3) .thumb img {border: 8px solid #B25F14;}

/* ───────── 5 位以降は順位ごと非表示 ───────── */
#TopRanking .glbPlist:nth-child(n+5) .rank{display:none;}


.topaccess-tx{
max-width:550px;
margin:0 auto;
}
.topaccess-tx .ad{
text-align: center;
}
.topaccess-tx .ad{
text-align: center;
}
.topaccess-tx .times{
    text-align: center;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 20px;
    margin: 30px 0;
				}
.topaccess-tx .times span{
font-weight
}
.topaccess-tx .by{
    margin: 0 auto 64px auto;
    max-width: 366px;
				}
.topaccess{
    display: flex;
}
.top-access-left a{
position: relative;
}
.top-access-right a{
position: relative;
}
.bg-tx{
    position: absolute;
    left: 0;
    display: flex;
    top: 0;
    align-items: center;
    width: 100%;
    height: 100%;
}
.bg-photo{
width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
}
.bg-tx img{
    width: 400px;
    margin: 0 auto;
				}

.sp{
display:none;
}
.pc{
display:block;
}		
.hum-info{
display:none;
}

a .sparrow{
display:none;
}

@media screen and (max-width:767px){
#menu-categories{
background:#333;

}
#menu-categories #link-categories{
color:#fff;
}
.global-menu li{
        position: relative;
}
.global-menu li a{
padding:20px;
}
a .sparrow {
        display: block;
    content: "";
    width: 10px;
    height: 10px;
    border-top: solid 1.5px #4D4D4D;
    border-right: solid 1.5px #4D4D4D;
    transform: rotate(45deg);
    position: absolute;
    right: 12px;
    top: 36%;
}
.hum-info{
        padding: 16px 15px !important;
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: space-between;
				}
.hum-sns{
display:flex;
}
.hum-info-btn{
				    background: #E6E6E6;
    min-width: 48%;
            padding: 8px 12px !important;
            border-radius: 40px;
    text-align: center;
}
.hum-sns a{
           padding: 8px !important;
}
.sp{
display:block;
}
.pc{
display:none;
}
.topaccess {
    display: block;
}
.topaccess-tx{
padding:0 15px;
}

.l-cate{
  position: relative;
  display: inline-block;
  padding-right: 24px; 
}
/* －－
.catearrow{
  content:'';
  position:absolute;
  right:12px;
  top:50%;
  transform:translateY(-50%) rotate(45deg);
  width:10px;
  height:10px;
  border-top:1.5px solid #fff;
  border-right:1.5px solid #fff;
  display:block;
  pointer-events:none;
}
－－ */
a .sparrow {
        display: block;
    content: "";
    width: 10px;
    height: 10px;
    border-top: solid 1.5px #4D4D4D;
    border-right: solid 1.5px #4D4D4D;
    transform: rotate(135deg);
    position: absolute;
    right: 12px;
    top: 36%;
}

.l-cate.active .sparrow {
    transform: rotate(0deg);
}

/* －－ 閉じている時（＋） －－ */
.l-cate::after{
        content: '+';
        position: absolute;
        right: 10px;
        top: 47%;
        transform: translateY(-50%);
        font-size: 26px;
        line-height: 1;
        color: #fff;
        pointer-events: none;

}
#menu-categories .top-catelist-one .ttl{
display:none;
}

/* －－ 開いた時（－） … JS で .active を付与 －－ */
.l-cate.active::after{
  content: '-';
}



}

.news-detail{
max-width:1032px;
margin:0 auto;
border-top:2px solid #4D4D4D;
padding:32px 15px;
}
.news-detail .news-date{
text-align:center;
}
.news-detail .news-ttl{
text-align:center;
margin-bottom:20px;
font-size:20px;
}
.news-detail img{
max-width:90%;
}
.news-cont.center img{
margin:0 auto;
}
.news-detail a{
text-decoration:underline;
}
.arrow-r{
    transform: rotate(45deg) !important;
    top: 42% !important;
    right: 16px !important;
}