@charset "UTF-8";

section.section--goods {
    padding: 150px 0;
}
.goodsMenu{
position: fixed;
    left: 50%;
    top: 5%;
    transform: translate(-50%, 0);
    width: 80%;
    max-width: 750px;
    display: -webkit-flex;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center;
    z-index: 2;
}
.goodsMenu li{

}
.goodsMenu li a{
    padding: 0 10px 2px;
    font-size: 15px;
    margin: 0 3px;
    background: #000;
    color: #fff;
    line-height: 1.5;
}
.section--box_inner{
    transform: none;
    opacity: 1;
}
.delighter.started {
    opacity: 1;
    transform: none;
}
.delighter {
    opacity: 0;
    transform: translateY(50px);
    transition: 0.4s;
}
.section--goods .section-tit,
.anim{
    opacity: 0;
    transform: translateY(50px);
    transition: 0.4s;
}
.loaded .section--goods .section-tit,
.loaded .anim{
    opacity: 1;
    transform: none;
}
.section--goods{

}

.section--goods .goodsWrap{
    text-align: center;
}
.section--goods .goodsBox{
    margin: 0 auto 100px;
    position: relative;
    padding: 0 0 100px 0;
    border-bottom: dotted 2px #cfcfcf;
}
.section--goods .goodsBox:last-of-type{
    padding: 0;
    border-bottom: none;
}
.section--goods .goodsBox img{
    width: 100%;
}
.section--goods .goodsBox:last-of-type{
    margin: 0 auto;
}
.section--goods .goodsBox .logo_bg{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0.05;
    width: 60%;
    pointer-events: none;
    z-index: -1;
}
.section--goods .goodsBox .logo_bg img{
    width: 100%;
}
.section--goods .subTit{
	font-size: 52px;
    margin: 0 0 80px 0;
    text-align: center;
    display: inline-block;
    position: relative;
    padding: 0 2.5em;
}
.section--goods .subTit::before,
.section--goods .subTit::after {
    content: '';
    display: inline-block;
    position: absolute;
    top: 50%;
    width: 90px;
    height: 2px;
    background-color: #000;
}
.section--goods .subTit::before {
    left: 0;
}

.section--goods .subTit::after {
    right: 0;
}
.section--goods .goodsBox .goodsInbox{
    display: -webkit-flex;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center;
    width: 90%;
    max-width: 1200px;
    margin: auto;
}
.section--goods .goodsBox .goodsInbox.center{
    justify-content: center;
}
.section--goods .goodsBox .goodsInbox a{
display: block;
    cursor: pointer;
    overflow: hidden;
    width: 100%;
}

.section--goods .goodsBox .goodsInbox a img{
    transition: 0.4s;
}
.section--goods .goodsBox .goodsInbox .t_shirt{
	width: 35%;
}
.section--goods .goodsBox .goodsInbox .logo{
	width: 30%;
}
.section--goods .goodsBox .goodsInbox .towel{
    width: 80%;
    margin: auto;
}

body #cboxContent {
    padding: 40px;
}


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

.section--goods .goodsBox .goodsInbox a:hover img{
transform: scale(1.1);
}
.goodsMenu li a:hover{
color: #FABD00;
}

}

@media screen and (max-width:960px) {

section.section--goods {
    padding: 150px 0;
}
section.section--goods .section--box_inner{
margin: 0 5%;
}

.goodsMenu {
        width: 70%;
        top: 3%;
        justify-content: flex-start;
}
.goodsMenu li {
    margin: 0 0 5px 0;
}
.goodsMenu li a {
        padding: 0 5px 2px;
        font-size: 13px;
}
.section--goods .subTit {
    font-size: 24px;
        margin: 0 0 20px 0;
}
.section--goods .subTit::before, .section--goods .subTit::after {
    top: 50%;
    width: 40px;
    height: 1px;
}
.section--goods .goodsBox {
        margin: 0 auto 50px;
        padding: 0 0 50px 0;
        border-bottom: dotted 1px #cfcfcf;
}
.section--goods .goodsBox .goodsInbox {
    width: 100%;
}

}

