@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";
@import "./own.css";

html{
overflow-x: hidden;
}
::placeholder{
color:#ccc !important;
}
.columnRight .ttlBlock{
display:none;
}

.columnRight .ttlBlock.bl1{
display:block;
margin-top:80px;
}
select, input[type="text"], input[type="password"], input[type="email"], input[type="tel"] {
    padding: 10px;
    margin: 5px 0;
    font-size: 14px;
    border: 1px solid #ccc;
    border-radius: 4px;
}
.mb_n{
margin-bottom:24px;
}
body{
font-size:16px;
line-height:1.5;
}
hr {
    width: 100%;
    height: 1px;
}
.BtnFlex {
    display: flex;
    gap: 10px;
    margin: 40px 0;
    text-align: center;
    flex-direction: row-reverse;
    justify-content: center;
}
.btnBasic {
    width: 300px;
    font-size: 15px;
    display: inline-block;
    text-align: center;
    line-height: 45px;
}
.dark {
    color: #fff;
    background: #333;
    border: 1px solid #333;
}
.wht {
    color: #222;
    border: 1px solid #222;
    background: #fff;
}
.allWrap{
padding-top:110px;
}
.slick-slide{
padding:15px;
}

.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: 1px;
    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: #fff;
    transform: rotate(45deg);
}
#menu-btn-check:checked ~ .menu-btn span::after {
    top: 0;
				    background-color: #fff;
    transform: rotate(-45deg);
}
.menu-content {

    width: 300px;
    height: 100%;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 80;
    background-color: #fff;
				box-shadow:-2px 0 12px #999 !important;
}
.menu-content ul {

    width: 100%;
}
.menu-content ul li {

    list-style: none;
				font-weight:500;
}
#menu-btn-check {
    display: none;
}
.menu-content ul li a {
    display: block;
    width: 100%;

    box-sizing: border-box;
    color:#fff;
				text-align:left !important;
    text-decoration: none;

    position: relative;
}
.menu-content ul li a::before {
    content: "";
    width: 7px;
    height: 7px;
    border-top: solid 2px #e2e2e2;
    border-right: solid 2px #e2e2e2;
    transform: rotate(45deg);
    position: absolute;
    right: 11px;
    top: 16px;
}
.menu-content {
padding: 70px 15px 0 15px;
    width: 320px;
    height: 100%;
    position: fixed;
				box-shadow:5px 0 10px #ccc;
    top: 0px;
    right: -450px;/*leftの値を変更してメニューを画面外へ*/
    z-index: 80;
    background-color: #333;
    transition: all 0.5s;/*アニメーション設定*/
}

#menu-btn-check:checked ~ .menu-content {
    right: 0;/*メニューを画面内へ*/
}

.mincho{
font-family: 'Shippori Mincho B1', serif;

}
header{
z-index:999;
position:fixed;
width:100%;
top:0;
background:#fff;
}
.headFlex{
display: flex;
justify-content: space-between;
    width: 100%;
align-items: center;
background:#f4f4f4;
}
.headFlex .logo{
    width: 192px;
    text-align: center;
    margin: 0px;
				margin-left: 15px;

}
.headFlex .logo img{
width:100%;
}
.headFlex .icArea {
    display: flex;

    right: 15px;
				    width: 75px;
								    align-items: center;
}
.headFlex .icArea a{
position:relative;
display:block;
width:auto;
margin-right: 10px;
    text-align: center;

}
.headFlex .icArea a span{
display: block;
    font-size: 10px;
    text-align: center;
    margin-top: 5px;
				    font-weight: 500;
}
.hamburger-menu{
background:#f4f4f4;
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: -10px;
    right: -10px;
    background: #d32d26;
    color: #fff;
    padding: 4px;
    border-radius: 100%;
    font-size: 10px;
    width: 20px;
    font-weight: bold;
    line-height: 12px;
}
.headFlex .icArea img{
height:25px;
}
.headFlex .icArea .cartic{
position:relative;
}
.headFlex .icArea .cartic span{
position:absolute;
top:0;
right:0;
}
.isPC{
display:block;
}
.gnav{
    text-align: center;
				font-weight: 500;
				font-size:15px;
				}
.gnav li{
display:inline-block;

    padding: 20px 30px;
color:#1e1543 ;
}
.gnav li a{
color:#1e1543;
font-family: 'Roboto', sans-serif;
    font-weight: 700;

}
.heightLineParent{
    display: flex;
    flex-wrap: wrap;
}

.select_box{
text-align:right;

}
#pagination{
    clear: both;
   padding: 20px 0 20px 0;
}


#dvProductDetailArea{
width:1200px;
margin:0 auto;
padding:80px 4%;
}

#dvProductDetailArea h2{
    font-size: 28px;
    margin-bottom: 0px;
    font-weight: bold;
}
.zoomContainer{
display:none;
}

.addCart strong{
    font-weight: bold;
    margin-bottom: 10px;
    display: block;
    font-size: 16px;
				}

#detailTwo{
clear:both;
}
.detailBlock{
width:1000px;
margin:0 auto;
}
.detailBlock div{
display:flex;
margin:140px 0;
align-items: center;
}
.sTtl{
    font-size: 22px;
    border-bottom: 1px solid #333;
    padding-bottom: 15px;
    margin-bottom: 20px;
    margin-top: 30px;
    font-weight: bold;
}

#dvUserBox ul, #dvUserBox li {
    width: 100%;
    margin: 0 auto;
}
.forgetPass{
text-align: center;
    margin-top: -20px !important;
    margin-bottom: 80px !important;
}
.dvUserMenu ul,.dvUserMenu li{
width:auto;
}
.dlFlex{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.btn-link a{
padding: 10px 10px !important;
font-size: 14px !important;
}
#dvUserMenu li,#dvUserMenu ul{
width:auto !important;
}
.mailhis .time{
color:#999;
}
.mailhis .subject{
margin-bottom:15px;
border-bottom:1px solid #ccc;
padding-bottom:15px;
}
#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;

}
.cate-btn{
cursor: pointer;
}

.selectValiation select {
width: 381px;
}

.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;
}
.rulechk input[type=checkbox] {
	transform: scale(2.4);
margin: 5px 14px 10px 5px;
}
.stxt{
    font-size: 12px;
    text-align: center;
				color: #1E1543;
}
#ctl00_ContentPlaceHolder1_hgcCompleteMessage{
width:780px;
margin:20px auto;
}
input.mailAddr {
    width: 91%;
}
textarea.inquirytext {
    width: 91%;
    border: 1px solid #ccc;
    border-radius: 6px;
}

.addCart{

    align-items: center;
}
.cartbtn{
margin:0;
}
.footer{
background:#f4f4f4;
clear:both;
padding:30px;
margin-top:50px;
}

.bread_icon {
    width: 6px;
    height: 10px;
    margin-right: 8px;
    margin-left: 8px;
}
.sp{
display:none !important;
}
.pc{
display:block !important;
}
.glbPlist ul{
display:block !important;
}
.glbPlist ul li.name {
    font-size: 14px;
    line-height: 1.6;
    text-align: left;
    font-weight: 400;
}
.slick-slide img{

}
.searchpanel{
    position: absolute;
    height: 93vh;
    overflow-y: scroll;
    top: 65px;
    left: 0;
    width: 100%;
    background: #f4f4f4;
}
.btn-sort-search{
width: 200px !important;
    padding: 12px 10px;
    margin: 0 auto;
font-size: 16px;
    color: #fff;
    background: #cc0000 !important;
    border-radius: 40px;
}

#FootNav li {
    display: block;
				}
				#coryRight {
    font-size: 85%;
    padding: 10px 0;
    text-align: center;
}
#FootNav li a {
    /* font-size: 85%; */
    padding: 4px;
    display: block;
    padding-right: 0;
}
.ttlH2,#dvUserBox h2{
text-align: center;
    max-width: 1200px;
    font-weight: 400;
    font-size: 30px;
    padding: 60px 0 60px 0;
				margin:0 auto;
}

.cartFlex{
    display: flex;
    width: 100%;
    align-items: center;
}
.CartImg{
    width: 80px;
    margin-right: 20px;
}
.CartImg img{
width:100%;
}
.cartRightWrap{
display:flex;
justify-content: space-between;
align-items: center;
}
.CartTxt {
    width: 100%;
    display: flex;
    font-size: 16px;
    align-items: center;
    justify-content: space-between;
}
.CartTxt .CartName{
width: 500px;
}
.CartTxt .CartName a{
font-weight:bold;
}
CartName
.priced{
    width: 200px;
    text-align: center;
}
.CartQuantity {
    width: 100px;;
    display: flex;
    align-items: center;
}
.CartQuantity input {
    width: 50px;
    padding: 10px;
    text-align: center;
}

.flexleft {
margin-top:30px;
    width: 45%;
    float: left;
}
.CartTotal{
width:200px;
}
.CartTotal p{
text-align:center;
}
.CartDelete{
    width: 100px;
    text-align: center;
}
.CartDelete a{
	text-decoration:underline;
}
.center {
    text-align: center;
}
.sougoukei {
    font-size: 26px;
    font-weight: bold;
    border-bottom: 3px solid #222;
    width: auto;
    display: inline-block;
}
.couponBox {

    margin: 30px 0;

}
.boxttl {
    font-size: 18px;
    padding: 0 0 0px 0;
    font-weight: bold;
    margin-bottom: 0;
}
.userBox dt {
    padding: 15px 0;
    font-weight: bold;
    width: 290px;
    color: #222222;
}
.userBox dd {
    width: 68%;
}
#CartList h3{
			color: #222;
    font-size: 16px;
    padding: 15px;
    background-color: #f4f4f4;
}
.orderWrap{
	width:1000px;
	margin:0px auto;
	padding:0 15px;
}
.orderWrap select{
min-width:100px;
}
.priceList dl.result {
    border-bottom: 0;
    font-size: 18px;
    padding: 0;
}
#CartList div.dvAnnounceFreeShipping {
	padding: 20px 0;
}
#CartList div.productList div.priceList {
width: 45%;
float: right;

margin-top: 24px;
}
.couponBox div.boxbtm input{
width: 100%;
font-size: 16px;
}
.orderBtr.bl-hot{
    cursor: auto !important;
}
.contentsInfo p{
    padding: 0;
    margin-bottom: 10px;
				font-weight:bold;
				text-align:center;
}
.orderBox .message p{
font-size:12px;
}
 #dvUserBox #dvOrderHistoryDetail table{
margin-bottom:30px !important;
}
.btn_add_sea{
display: block;
    width: 100%;
}
.btn_add_sea input{
width: 140px !important;
}
@media screen and (max-width: 768px) {
.headFlex .icArea {

				    width: 240px;
								}
.userPointContent {
border-bottom:0 !important;
}
#dvUserBox #dvOrderHistoryDetail table th,
#dvUserBox #dvUserModifyInput table th, #dvUserBox #dvUserModifyConfirm 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 8px 0 10px;
    width: 100%;
    text-align: left;
}
#dvUserBox #dvOrderHistoryDetail table td,#dvUserBox #dvUserModifyInput table td, #dvUserBox #dvUserModifyConfirm 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;
    padding: 10px 8px 0 10px;
    width: 100%;
    text-align: left;
}
.dvFixedPurchaseDetail td small{
font-size:12px;
}
#dvUserBox #dvOrderHistoryList table td {
padding: 10px 20px;
}
#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 #dvFixedPurchaseDetail 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;
}


.ttlH2,#dvUserBox h2{
font-size: 24px !important;
    padding: 60px 0 40px 0;
}

.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%;
}
.column-1{
padding-left: 0;
border-bottom:0;
padding-bottom:0;
}
.column-2{
border-bottom: 1px solid #ccc;
    padding: 15px;
    padding: 5px 10px 15px 10px;
			}
.ftcate{
display:none;
}
.ftflex {
    display: flex;
    flex-wrap: wrap-reverse;
    flex-direction: row-reverse;
}
.ftflex .logoarea{
margin-top:30px;
    width: 100%;
text-align:center;
}
#FootNav {
    width: 100%;
}
.dvProductAdvancedSearch{
width:100%;
}
.ftflex .logoarea {
    font-size: 14px;
}
.sp{
display:block !important;
}
.pc{
display:none !important;
}

.headFlex .icArea a span {
    margin-top: 0;
    display: none;
}
.headFlex .logo {
    width: 128px;
    margin: 0;
				margin-left:10px;
}
.menuname{
display:none;
}

.headFlex .logo img {
    width: 100%;
    margin: 0;
}
.headFlex .icArea {
    right: 0;
    width: 160px;
}


.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%;/*leftの値を変更してメニューを画面外へ*/

    box-shadow: 0px 0 0px #ccc;
				}
.menu-content ul {

    width: 100%;
}
.menu-content ul li{
text-align:left;

}


.top .hero-slide-area {
    width: 100% !important;
    float: none !important;
}
.top .hero-desc-area {
    left: 0 !important;
    width: 100% !important;
    margin: 0 !important;
    transform: initial !important;
    position: relative !important;
    margin: 0 !important;
    top: 0 !important;
    padding: 50px 20px 0 20px !important;
}
.top .hero-desc {
    font-size: 14px !important;
    padding-top: 20px !important;
}

.headFlex .logo{

}
.menu-btn{
top:0;
left:0;
margin-top: 20px;
position: relative;
}
.desc_detail4{
width:100%;
}
.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: 54px;
    margin-top: 0px;
}
#footer .footer-block.footer-upper{
min-width:100%;
}
#footer .footer-block.footer-under{
min-width:100%;
}
.dvDefaultOrderSetting  select{
width:100% !important;
}
.mTtl.cate{
font-family: 'Roboto', sans-serif;
font-weight:bold;
}
#dvUserBox #dvUserMenu {
    width: 100%;
    float: none;
}

#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;

}
.itemname{
font-size: 22px !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;
}
#dvProductDetailArea .itemlist{
padding:0;
}
.dlflex{
display:block;

}
#dvUserBox ul, #dvUserBox li {

}
.priced{
padding-left:20px;
}
.CartTxt{
font-size: 14px;
}
.CartTxt .CartName{
width:auto;
line-height: 1.6 !important;
}
#CartList div.dvAnnounceFreeShipping {
    font-size: 14px;
    padding: 15px 0 0 0;
}
.cartFlex {
    align-items: unset;
}
	.CartQuantity {
    width: auto;
    display: flex;
    align-items: center;
}
.CartDelete {
    width: 100%;
    text-align: right;
}
.orderWrap{
    padding: 0px 4% 0 4%;
width:100%;
}

.BtnFlex{
display:block;
}
.CartTxt{
    width: 100%;
    display: block;
}
.flexleft{
width:100%;
padding-right:0;
}
#CartList div.productList div.priceList{
width:100%;
float:none;
}
.subcartOrder{
display:block;
width:100%;
}
.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;

}
.wfix1000{
width:100%;
}
.allWrap{
padding-top:60px;

}
header{
width:100%;
padding-bottom: 0px;
}
.isPC{
display:none;
}
#CartList h2{
font-size: 20px;
}
.btnBasic {
    width: 290px;
    font-size: 14px;
    display: inline-block;
    text-align: center;
    line-height: 40px;
}

#footer .footer-block.footer-upper .footer-info .ttl {
    padding-bottom: 10px;
}
#footer .footer-block.footer-upper .footer-info.footer-tell .time{
padding-top: 0 !important;
}
#footer .footer-block.footer-upper .footer-info.footer-mail-magazine{
padding-top: 20px !important;
}
#footer .footer-block.footer-upper .footer-info.footer-tell,
#footer .footer-block.footer-upper .footer-info.footer-mail{
    padding: 20px 0 !important;
}
#dvUserBox #dvFavoriteList table .productImage {
    display: table-cell;
    width: 75px !important;
}
#CartList div.productList div.priceList div{
padding:0;
}
.priceList dl {
    padding: 10px 0;

}
.orderBox div.list {
    padding: 15px 0;
}
}



/* footer */
#footer
{
    padding: 75px 0 0;
}
#footer .footer-block
{
    padding: 60px 0;
}
.glbPlist ul li.price p {

    font-size: 15px;

}
#columnLst{
width:1200px !important;
margin:80px auto 80px auto;
}

#columnDetailWrap{
width:1000px !important;
margin:80px auto 80px auto;
}
#columnDetailWrap h2{
border-bottom: 2px solid #333;
    padding: 20px 0;
    font-size: 25px;
    margin-bottom: 30px;
    font-weight: 600;
    box-sizing: border-box;
}
#columnDetailWrap h3{
font-weight: 600;
    background: #f4f4f4;
    padding: 10px;
    margin-top: 30px;
    font-size: 20px;
    margin-bottom: 30px;
}
#columnDetailWrap .columnImg{
text-align:center;
}
#columnDetailWrap .columnImg img{
width:auto;
max-width:100%;
}
#columnDetailWrap p{
padding: 20px 0;
}


#columnLst h2{
    font-size: 28px;
    margin-bottom: 50px;
    margin-bottom: 20px;
    font-weight: 400;
    text-align: center;
}
.columnLst{
width:1200px !important;
display:flex;
padding: 0 2%;
margin:20px auto 0 auto;
flex-wrap: wrap;
gap:30px;
}
.columnLst li{
width:23% !important;
}
.columnLst li img{
width:100%;
margin-bottom:10px;
}
.moreLink{
display: block;
    border: 1px solid #333;
    border-radius: 60px;
    padding: 7px 40px;
    margin: 40px auto 0 auto;
    width: 200px;
    text-align: center;
}
.itemlist{
    display: flex;
    flex-wrap: wrap;
}
.itemlist .oneitem{
position: relative;
width:25%;
padding:15px;
}

.itemlist .oneitem .photo{
    height: 260px;

    display: flex;
    align-items: center;
								margin-bottom:10px;
}

.itemlist .oneitem .rank{
    position: absolute;
    font-size: 36px;
    font-weight: 100;
    top: -16px;
    left: 25px;
}
.itemlist .oneitem .icon img{

}
.itemlist .oneitem .photo div{
    margin: 0 auto;
				}
.itemlist .oneitem .photo img{
max-width: 260px;
    max-height: 260px;
    width: auto;
    height: auto;
    -o-object-fit: cover;

    object-fit: cover;
}
.itemlist .oneitem .name{
font-size:14px;
}
.itemlist .oneitem .price{
font-weight: normal;
    margin: 5px 0;
    font-size: 14px;
}

#foot{
background:#f4f4f4;
    padding: 30px;
}
#FootNav a{
    font-size: 14px;
}

listWrap h2{
padding-top:0;
}
.search_wrap {
    display: flex;
    align-items: center;
				    justify-content: end;
								padding:0 15px;
}
.advopen{
    padding: 5px 10px;
    display: inline-block;
    border: 2px solid #333;
    width: 97px;
    text-align: center;
    color: #333;
    vertical-align: middle;
    border-radius: 0px;
    margin: 0 0 0 10px;
}
.on{
display:none;
}
#pagination{
clear: both;
padding: 20px 15px 20px 15px;
display: flex;
	}
		#pagination .allcount{
		width:200px;
		}
			#pagination .flex{
		width: 100%;
    text-align: center;
				}
			#pagination .flex b{
		padding:10px;
			}
		#pagination .Pagelink{
		padding:10px;
		}
	#pagination .allcount span{
		font-size:18px;
		font-weight:bold;
	}

	#Wrap{
	margin-top: 100px;
	}
	.ttlH3{
font-size: 20px !important;
    padding: 30px 0 20px 0;
				text-align:center;
}
.listWrap h2{
padding:20px 0 50px 0;
}
@media screen and (max-width:768px)
{
.listWrap h2{
padding:0 0 50px 0;
}
	#Wrap{
	margin-top: 50px;
	}
#pagination{
display:block;
}
			#pagination .flex{
			margin-top:20px;
			}
body {
    font-size: 14px;
				}
.itemlist{
width:100%;
}
.itemlist .oneitem{
width:50%;
}
.flexbox{
width:100%;
}
.sTtl {
    font-size: 24px;
    padding-bottom: 15px;
    margin-top: 30px !important;
    margin-bottom: 20px !important;
}
#dvProductDetailArea {
    width: 100%;
    margin: 0 auto;
    padding: 10px 4% !important;
}
#dvUpSell .productInfoList,#dvCrossSell .productInfoList{
float: left !important;
    width: 45% !important;
    margin: 6px !important;
}
#dvCheckList .productCheckList {
    margin: 6px;
    width: 45%;
}
#dvCheckList .productCheckList ul {
    width: 100%;
}
#dvReviewComment li.liComment,#dvUpSell .productInfoList ul li{
    font-size: 13px !important;
}
#dvUpSell .title,#dvCrossSell .title{
    font-size: 18px;
    padding: 0 0 20px 0;
}
#dvCheckList .productCheckList ul li.thumnail img {
    width: 100%;
}
#dvReviewComment ul.ulReviewComment {
    font-size: 14px;
}
#breadcrumb {

    padding: 10px 4%;
    font-size: 12px;
    margin-bottom: 24px;
}

.btn-inverse {
    color: #333 !important;
    background-color: #fff !important;
    border-radius: 39px;
    border: 1px solid #333;
    padding: 12px 36px;
    font-size: 15px;
    margin-bottom: 30px;
}

  .itemlist .oneitem .photo {
    height: 43vw !important;
    display: flex;
    align-items: center;
    margin-bottom: 10px !important;
}

.itemlist .oneitem .photo img{
    max-width: 42vw;
    max-height: 42vw;


				}

#dvTopRanking h3, #dvRecommend h3, #dvSubscriprionBoxList{
  padding: 10px 4%;
}
}


/* ------------------------------------------------
  video
------------------------------------------------ */
video {
    max-width: 100%;
    height: auto;
    z-index: 1;
    margin: 0 0 2em 0;
    padding: 0;
    display: block;
}