.goodsPop {
  display: none;
}

section.goods .btnList{
    display: flex;
    flex-direction: row;
    gap: 20px;
    justify-content: center;
    margin-bottom: 60px;
}
section.goods .btnList li{

}
section.goods .btnList li a{
    display: inline-block;
    text-align: center;
    font-weight: bold;
    padding: 20px 40px;
    font-size: 16px;
    border-radius: 10px;
    transition: 0.4s;
    background: #ffffff;
    color: #000000;
}
.op_detail .detailList:first-child {
    border-top: 1px solid;
    padding: 15px 0 15px;
	margin-top: 10px;

}
section.goods .guidance.store .left .txt{
    text-align: left;
}
section.goods .guidance.store .left .txt.att{
    font-size: 0.8em;
    padding-left: 1em;
    text-indent: -1em;
}
.op_detail .detailList {
    display: flex;
	font-weight: normal;
    border-bottom: 1px solid;
    padding: 0 0 15px;
    margin: 0 0 15px;
    align-items: stretch;
}
section.goods .guidance.store .op_detail dt {
    width: 40%;
}
section.goods .guidance.store .txt {
    text-align: center;
    font-size: 1em;
}
.op_detail .detailList dt .txt {
    font-size: 100%;
    line-height: 1.5em;
}
section.goods .guidance .txt {
    line-height: 1.8em;
}
.op_detail .detailList dt {
    width: 20%;
    padding: 0 40px 0 0;
    display: flex;
    align-items: center;
    font-weight: 500;
    line-height: 1.6em;
}
section.goods .guidance .btn a {
    width: 100%;
    height: 50px;
    margin: 0 auto 0;
    background: #000;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 12px;
    position: relative;
    padding-right: 2%;
    box-sizing: border-box;
    transition: all 0.3s ease;
    font-weight: bold;
    text-decoration: none;
    line-height: 1;
    max-width: 400px;
    border: 1px solid #fff;
    text-align: center;
}

section.goods .guidance{
    background: #FFF;
    padding: 50px;
    border-radius: 20px;
    margin-bottom: 60px;
}
section.goods .guidance.store{
    margin-top: 60px;
    margin-bottom: 0;
	text-align: center;
}
section.goods .guidance >*{
    margin-bottom: 40px;
	font-size: 120%;
	font-weight: bold;

}
section.goods .guidance .cap{
	font-size: 115%;
	font-weight: bold;
}
section.goods .guidance .cap.first{
	font-size: 115%;
	font-weight: bold;
    margin-bottom: 15px;
}
section.goods .guidance .cap.att{
	font-size: 100%;
	font-weight: bold;
}
section.goods .guidance.store{
	padding-top: 0;
	margin-top: 30px;
}
section.goods .guidance >*:last-child{
    margin-bottom: 0;
}
section.goods .guidance h4{
    border-bottom: 1px solid;
    padding: 0 0 20px;
}
section.goods .guidance.store h4 { 
    font-size: 200%;
}

section.goods .guidance.store h4 span{ 
    display: block;
    font-size: 32%;
}
section.goods .guidance.store h4 + .cap{ 
    margin-bottom: 40px;
}
section.goods .guidance.store.start h4{
    border-bottom: none;
}


section.goods .guidance.store .op_detail dt{
    width: 40%;
}
section.goods .guidance.store .op_detail dd{
    width: 60%;
}
body section.goods .guidance.store .op_detail.first dd{
    width: 100%;
}
section.goods .guidance.store .op_detail dd{
    width: 60%;
}
section.goods .guidance.store .second .txt{
    text-align: left;
}
section.goods .guidance.store .second .txt.att{
 font-size: 0.9em;
}
section.goods .guidance .txt{
    line-height: 1.8em;
}
section.goods .guidance.store .txt{
    text-align: center;
}
section.goods .guidance .btn{

}
section.goods .guidance .btn a{
    background: #000000;
    color: #FFF;
    margin: 0 auto;
}
section.goods .goodsImageList{

}
section.goods .goodsImageList li{

}
section.goods a{
	text-decoration: none;
}
section.goods .goodsImageList li:last-child{

}

section.goods .block-tit{
    text-align: center;
    font-size: 160%;
    font-weight: 600;
}
section.goods .inContent{
    padding: 50px;
    background: #FFF;
    margin-top: 40px;
    border-radius: 20px;
}

section.goods .inContent .txt{
    word-wrap: break-word;
}
section.goods .inContent .btnList{
    display: flex;
    justify-content: center;
}
section.goods .inContent .btnList li{
    padding: 0 10px;
}
section.goods .inContent .btnList li a{
    background: #64666c;
    color: #FFF;
    margin: 0;
    width: 300px;
}
section.goods .inContent .inner--point {
    border-bottom: 1px solid;
    padding: 0 0 40px;
    margin: 0 0 40px;
}
section.goods .inContent .inner--point:last-child {
    border-bottom: none;
    padding: 0;
    margin: 0;
}
section.goods .inContent .inner--point >*{
    margin-bottom: 40px;
}
section.goods .inContent .inner--point >*:last-child{
    margin-bottom: 0;
}
section.goods .inContent .point-list {
    padding: 0 10px;
}
section.goods .inContent .point-list-box {
    display: flex;
    justify-content: center;
    border-bottom: 1px dashed #DDD;
    padding: 0 0 20px;
    margin: 0 0 40px;
}

.guidance-tit{
	font-size: 100%;
}
section.goods .inContent .point-list li {
    display: flex;
    justify-content: space-between;
    border: 2px solid #7e93b3;
    margin: 0 0 20px;
    border-radius: 100px;
    line-height: 1em;
    font-weight: 600;
}
section.goods .inContent .point-list li .priceNum {
    font-weight: 600;
    padding: 10px 15px;
    display: inline-block;
    color: #7e93b3;
}
section.goods .inContent .point-list li .pointNum {
    padding: 10px 15px;
    display: inline-block;
    border-radius: 100px;
    color: #FFF;
    font-size: 14px;
    background: #7E93B3;
}
section.goods .inContent .lead{
    text-align: center;
    font-weight: 600;
    border-top: 1px dashed #DDD;
    padding: 40px 0 0;
}
section.goods .inContent .lead a{
    text-decoration: underline;
}
section.goods .goodsCatTit{
    margin: 0 0 24px;
    border-bottom: none;
}
section.goods .goodsCatTit span{
    background: transparent;
    display: inline-block;
    color: #FFF;
    font-size: 140%;
    line-height: 1em;
    padding: 10px 20px 8px;
}
section.goods .goodsListAcd{
    margin-bottom: 60px;
    margin-top: 60px;
}
section.goods .goodsListAcd dt{
    background: #64666C;
    font-weight: bold;
    padding: 20px;
    font-size: 16px;
    border-radius: 10px;
    text-align: center;
    color: #FFF;
    position: relative;
    max-width: 560px;
    margin: 0 auto;
    transition: 0.3s ease;
    cursor: pointer;
}
section.goods .goodsListAcd dt.open{
    max-width: 100%;
}
section.goods .goodsListAcd dt span{
    position: absolute;
    margin: -12px 0 0;
    content: "";
    vertical-align: middle;
    top: 53%;
    right: 25px;
    width: 10px;
    height: 10px;
    border-top: 2px solid;
    border-right: 2px solid;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    z-index: 0;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
section.goods .goodsListAcd dt.open span{
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 60%;
}
section.goods .goodsListAcd dd{
    display: none;
    padding: 40px 0 0;
}
section.goods .goodsList {
    display: flex;
    flex-wrap: wrap;
}
section.goods .goodsList li{ 
    width: calc(100% / 3);
    margin-bottom: 24px;
}
section.goods .goodsList li:nth-child(3n+1){ 
    padding: 0 16px 0 0;
}
section.goods .goodsList li:nth-child(3n+2){ 
    padding: 0 8px 0;
}
section.goods .goodsList li:nth-child(3n+3){ 
    padding: 0 0 0 16px;
}
section.goods .goodsList li .thumb{ 
    line-height: 0;
    margin-bottom: 10px;
    position: relative;
}
section.goods .goodsList li .thumb .new{ 
    position: absolute;
    right: 10px;
    top: 10px;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #B9C9E2;
    font-size: 70%;
    font-weight: 800;
    border-radius: 100px;
    letter-spacing: 0;
    z-index: 5;
}
section.goods .goodsList li .goodsName{ 
    font-size: 14px;
    font-weight: 600;
}
section.goods .goodsList li .goodsName .red{ 
    color: #E76363;
}
section.goods .goodsList li .goodsPrice{ 
    font-size: 12px;
    font-weight: 600;
}
section.goods .btn_vnSale{ 
    text-align: center;
    margin-top: 60px;
}
section.goods .btn_vnSale a{ 
    display: inline-block;
    text-align: center;
    font-weight: bold;
    padding: 20px 40px;
    font-size: 16px;
    border-radius: 10px;
    transition: 0.4s;
    background: #ffed8d;
    color: #64666c;
}
section.goods .goodsCatTit{

}
section.goods .goodsCatTit span {
    font-size: 100%;
}

/*-------------------------------------
    max-width:899px
------------------------------------- */
@media screen and (max-width:899px) {
section.goods .btnList {
    display: block;
    margin-bottom: 40px;
}
section.goods .btnList li {
    text-align: center;
    margin-bottom: 20px;
}
section.goods .btnList li a {
    width: 100%;
    max-width: 400px;
}
}




/*===================================================
  OP:GOODS
====================================================*/
.op_goods{

}
.op_goods .goodsPop {
  display:none;
    width: 100%;
    height: 100%;
    color: #fff;
    box-sizing: border-box;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9999;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}
.op_goods .goodsPop.popActive {
  display:block;
}
.op_goods .goodsPop .popupShade{
    position: absolute;
    left: 0;
    width: 100%;
    height: auto;
    min-height: 100%;
    background: rgba(0,0,0,0.8);
    z-index: 0;
}
.op_goods .goodsPop .popTit{
    text-align: center;
    font-size: 30px;
    line-height: 1em;
    margin: 0 0 60px;
    color: #000;
    letter-spacing: 0.1em;
}
.op_goods .goodsPop .close {
    width: 50px;
    height: 50px;
    position: fixed;
    right: 50px;
    top: 30px;
    cursor: pointer;
    transition: 0.3s ease;
    transform: rotate(45deg);
    background: #000;
    border-radius: 100px;
}
.op_goods .goodsPop .close::before,
.op_goods .goodsPop .close::after {
    content: '';
    display: inline-block;
    width: 60%;
    height: 2px;
    background: #FFF;
    position: absolute;
    left: 50%;
    top: 50%;
}
.op_goods .goodsPop .close::before {
  transform: translate(-50%,-50%);
}
.op_goods .goodsPop .close::after {
    transform: translate(-50%,-50%) rotate(90deg);
}
.op_goods .goodsPop .popInBox {
    width: 90%;
    max-width: 1200px;
    margin: 100px auto;
    background: #f7f7f7;
    padding: 40px;
    color: #000;
    border-radius: 20px;
}
.op_goods .goodsPop .name {
    font-size: 180%;
    margin: 0 0 10px;
    font-weight: 500;
}
.op_goods .goodsPop .price {
    font-size: 100%;
    font-weight: 600;
    margin: 0 0 40px;
}
.op_goods .goodsPop .popInBox .columnBox {
    margin: 0;
    box-sizing: border-box;
    display: flex;
}
.op_goods .goodsPop .thumb {
    width: 45%;
}
.op_goods .goodsPop .column {
    width: 55%;
    padding: 0 0 0 40px;
}
.op_goods .goodsPop .detailList dt {
    width: 25%;
}
.op_goods .goodsPop .detailList dd {
    width: 75%;
}
.op_goods .goodsPop .detailList dt {
    width: 30%;
}
.op_goods .goodsPop .goodsImage{
    line-height: 0;
    margin: 0 0 10px;
}
.op_goods .goodsPop .sizeChart {
    display: flex;
    margin-bottom: 10px;
}
.op_goods .goodsPop .sizeChart:last-of-type{
    margin-bottom: 0;
}
.op_goods .goodsPop .sizeChart li {
    width: 20%;
    text-align: center;
    font-size: 14px;
}
.op_goods .goodsPop .sizeChart:has(> :nth-child(4):last-child) li {
    width: 25%;
}


.op_goods .detailList {
    display: flex;
    border-bottom: 1px solid;
    padding: 0 0 15px;
    margin: 0 0 15px;
    align-items: stretch;
}
.op_goods .detailList:first-of-type{
    border-top: 1px solid;
    padding: 15px 0 15px;
}
.op_goods .detailList:last-child{
    margin: 0;
}
.op_goods .detailList dt{
    width: 20%;
    padding: 0 40px 0 0;
    display: flex;
    align-items: center;
    font-weight: 500;
    line-height: 1.6em;
}
.op_goods .detailList dt:before{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 1px;
    background: #000;;
}
.op_goods .detailList dd{
    width: 80%;
    position: relative;
    padding: 0 0 0 40px;
    display: flex;
    align-items: center;
}
.op_goods .detailList dd:before{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 1px;
    background: #000;
}
.op_goods .detailList dd > *{
    margin-bottom:20px;
}
.op_goods .detailList dd > *:last-child{
    margin-bottom:0;
}
.op_goods .detailList dd .detailInner{
    width:100%;
}
.op_goods .detailList dd .detailInner > *{
    margin-bottom:10px;
}
.op_goods .detailList dd .detailInner  > *:last-child{
    margin-bottom:0;
}
.op_goods .detailList dd .detailInner .cautionList{
	text-indent: -1em;
	padding-left: 1em;
}
.op_goods .goodsPop .popupShade {
    position: absolute;
    left: 0;
    width: 100%;
    height: auto;
    min-height: 100%;
    background: rgba(0, 0, 0, 0.8);
    z-index: 0;
}
/* OP:GOODS:PC-min-770 */
@media screen and (min-width: 770px){
.op_goods .goodsList li a:hover .goodsImage img{
    transform:scale(1.2);
}
.ssp{
	display: none;
}
}

/* OP:GOODS:SP-max-769 */
@media screen and (max-width: 769px){

.op_goods .goodsList li {
    width: calc(50% - 10px);
    margin: 0 0 20px;
}
.op_goods .goodsList .goodsName {
    line-height: 1.3em;
    font-size: 90%;
}
.op_goods .goodsList .goodsPrice {
    font-size: 80%;
}
.op_goods .goodsPop .close {
    width: 30px;
    height: 30px;
    right: 10px;
    top: 10px;
}
.op_goods .goodsPop .popInBox {
    padding: 20px;
    margin: 60px auto;
}
.op_goods .goodsPop .name {
    font-size: 140%;
}
.op_goods .goodsPop .price {
    margin: 0 0 20px;
}
.op_goods .goodsPop .comment{
    margin: 0 0 20px;
}
.op_goods .goodsPop .popInBox .columnBox {
    display: block;
}
.op_goods .goodsPop .thumb {
    width: 100%;
}
.op_goods .goodsPop .column {
    width: 100%;
    padding: 0;
}
.op_goods .goodsPop .detailList dt {
    width: 100%;
}
.op_goods .goodsPop .detailList dd {
    width: 100%;
}
.op_goods .detailList {
    display: block;
}
.op_goods .detailList dt {
    width: 100%;
    padding: 0 0 0 10px;
    margin: 0 0 10px;
    font-size: 80%;
    border-left: 5px solid;
}
.op_goods .detailList dd {
    width: 100%;
    position: relative;
    padding: 0;
}
.op_goods .detailList dd:before {
    content: none
}


.op_detail .detailList{
	display: block;
}
}

@media screen and (min-width:900px) {

section.goods .goodsList li a .thumb{ 
    overflow: hidden;
}
section.goods .goodsList li a .thumb img{ 
    transition: 0.3s ease;
}
section.goods .goodsList li a:hover .thumb img{ 
    transform: scale(1.1);
}
}



/*-------------------------------------
    max-width:899px
------------------------------------- */
@media screen and (max-width:899px) {
section.goods h4 + .cap{
    font-size: 90%;
    text-align: left;
    margin-bottom: 30px;
}
section.goods .guidance{
    padding: 20px;
    margin-bottom: 40px;
}
section.goods .guidance.store {
    margin-top: 40px;
}
section.goods .guidance h4 {
    padding: 0 0 15px;
    margin-bottom: 15px;
    font-size: 115%;
}
section.goods .guidance.store h4 { 
    font-size: 26px;
}
section.goods .guidance.store h4 span {
    font-size: 30%;
}
section.goods .guidance.store .txt{
    text-align: left;
}
section.goods .inContent {
    padding: 20px;
}

section.goods .inContent .inner--point {
    padding: 0 0 20px;
    margin: 0 0 20px;
}
section.goods .inContent .inner--point >* {
    margin-bottom: 20px;
}
section.goods .block-tit {
    text-align: left;
    font-size: 120%;
}
section.goods .inContent .txt {
    font-size: 90%;
}
section.goods .inContent .btnList {
    display: block;
}
section.goods .inContent .btnList {
    display: block;
}
section.goods .inContent .btnList li {
    padding: 0;
    margin-bottom: 10px;
}
section.goods .inContent .btnList li:last-child {
    margin-bottom: 0;
}
section.goods .inContent .btnList li a {
    width: 100%;
    max-width: 100%;
}
section.goods .inContent .point-list-box {
    display: block;
    padding: 0 0 20px;
    margin: 0 0 20px;
}
section.goods .inContent .point-list {
    padding: 0;
}
section.goods .inContent .point-list li {
    margin: 0 0 10px;
}
section.goods .inContent .lead {
    text-align: left;
    font-size: 90%;
    padding: 20px 0 0;
}
section.goods .goodsList {
    display: block;
	text-align: center;
}
section.goods .goodsList li {
    width: 100%;
}
section.goods .goodsList li:nth-child(3n+1){ 
    padding: 0 ;
}
section.goods .goodsList li:nth-child(3n+2){ 
    padding: 0 ;
}
section.goods .goodsList li:nth-child(3n+3){ 
    padding: 0 ;
}
section.goods .guidance.store .op_detail dt {
    width: 100%;
}
section.goods .guidance.store .op_detail dd {
    width: 100%;
}
section.goods .goodsListAcd {
    margin-bottom: 40px;
    margin-top: 40px;
}
section.goods .goodsListAcd dt{
    padding: 15px;
    font-size: 14px;
}

}