@charset "utf-8";

:root {
    --color-white: #fff;
    --color-white-opc: rgb(255 255 255 / 0.9);
    --color-black: #443E1A;
    --color-black-opc20: #443E1A20;
    --color-darkGray: #848484;
    --color-yellow: #E1E300;
    --color-gray: #E2E3E3;

    --color-red: #f04646;
    --color-blue: #3f82eb;

    --font-common: "Roboto", "Noto Sans JP", sans-serif;
    --font-title: "din-condensed-variable", sans-serif;

}


/*===================================================
    anim
====================================================*/
.loader{
    position: fixed;
    height: 100%;
    width: 100%;
    inset: 0;
    background: var(--color-white);
    z-index: 9999;
}
.loader .loaderLogo {
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 225px;
}

.clip {will-change: clip-path;}
.clipL {clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);}
.clipR {clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);}
.clipV {clip-path: polygon(0 50%, 100% 50%, 100% 50%, 0 50%);}

.loaded .clipL {animation: clipAnim 1s cubic-bezier(0.77, 0, 0.175, 1) both;}
.loaded .clipR {animation: clipAnim 1s cubic-bezier(0.77, 0, 0.175, 1) both;}
.loaded .clipV {animation: clipAnim 1s cubic-bezier(0.77, 0, 0.175, 1) both;}

@keyframes clipAnim {
  to {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
}

.loaded .clip01 {animation-delay: 1s;}
.loaded .clip02 {animation-delay: 1.25s;}
.loaded .clip03 {animation-delay: 1.5s;}
.loaded .clip04 {animation-delay: 1.75s;}
.loaded .clip05 {animation-delay: 2s;}
.loaded .clip06 {animation-delay: 2.5s;}

.mainWrap .anim.fadeX,
.mainWrap .anim.fadeY {
    opacity: 0;
    transition: all .5s ease-out;
}
.mainWrap .anim.fadeX {
    transform: translateX(20px);
}
.mainWrap .anim.fadeY {
    transform: translateY(20px);
}
.mainWrap .anim.fadeX.on,
.mainWrap .anim.fadeY.on {
    opacity: 1;
}
.mainWrap .anim.fadeX.on {
    transform: translateX(0px);
}
.mainWrap .anim.fadeY.on {
    transform: translateY(0px);
}

@media screen and (max-width:960px) {

    .loader .loaderLogo {
        width: 150px;
    }

}



/*===================================================
    bgBox
====================================================*/
.bgBox {
    position: fixed;
    z-index: -1;
    width: 100%;
    height: 100%;
    min-height: 600px;
    inset: 0;
    background-color: var(--color-white);
    box-sizing: border-box;
    pointer-events: none;
    overflow: hidden;
}
.bgBox .noise {
    position: absolute;
    z-index: 10;
    width: 100%;
    height: 100%;
    inset: 0;
    background: url(/static/frederic/official/pc/feature/tour2627/image/bg_noise.jpg) no-repeat;
    background-position: center center;
    background-size: cover;
    mix-blend-mode: multiply;
}
.bgBox .bgBorder {
    position: absolute;
    z-index: 9;
    width: 30px;
    height: 100%;
    top: 0;
    left: 0;
    background: var(--color-yellow);
}
.bgBox .bgMainBox {
    position: absolute;
    z-index: 1;
    width: calc(100% - 30px);
    height: 100%;
    top: 0;
    right: 0;
}
.bgBox .bgMainBox .bg01 {
    position: absolute;
    z-index: 1;
    width: 50%;
    height: 100%;
    top: 0;
    right: 0;
    background: url(/static/frederic/official/pc/feature/tour2627/image/bg_0e1y0B6k.jpg) no-repeat;
    background-position: center center;
    background-size: cover;
    opacity: 0.2;
}
.bgBox .bgMainBox .bg02 {
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 100%;
    inset: 0;
}
.bgBox .bgMainBox .bg02 .circle {
    position: absolute;
    z-index: 1;
    top: 0%;
    right: 10%;
    width: 40%;
    max-width: calc(1890px / 100 * 40);
    min-width: 500px;
    transform: translate(50%, -50%);
}
.bgBox .bgMainBox .bg02 .move {
    position: absolute;
    z-index: 1;
    width: 50%;
    height: 50%;
    left: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.bgBox .bgMainBox .bg02 .move img {
    width: 50%;
    max-width: calc(1890px / 4);
    min-width: 310px;
}
.bgBox .bgMainBox .bg02 .border {
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.bgBox .bgMainBox .bg02 .border img {
    width: 100%;
    min-width: 1250px;
}
.bgBox .bgMainBox .bg02 .titleBox {
    position: absolute;
    z-index: 3;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.bgBox .bgMainBox .bg02 .titleBox span {
    position: absolute;
    display: block;
    width: 100%;
    min-width: 1250px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.bgBox .bgMainBox .bg02 .titleBox .main {z-index: 4;}
.bgBox .bgMainBox .bg02 .titleBox .center {z-index: 3;}
.bgBox .bgMainBox .bg02 .titleBox .top {z-index: 2;}
.bgBox .bgMainBox .bg02 .titleBox .bottom {z-index: 1;}

.bgBox .frdcBox {
    position: absolute;
    z-index: 11;
    width: calc(100% - 30px);
    height: 100%;
    top: 0;
    right: 0;
    overflow: hidden;
}
.bgBox .frdcBox span {
    position: absolute;
    display: block;
    opacity: 0.6;
    width: 100%;
    min-width: 1250px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

@media screen and (max-width:960px) {

	.bgBox {
	    height: 100%;
        height: 100dvh;
        min-height: 450px;
	}

    .bgBox .noise {
        background: url(/static/frederic/official/pc/feature/tour2627/image/bg_noise_sp.jpg) no-repeat;
        background-position: center center;
        background-size: cover;
    }
    .bgBox .bgBorder {
        width: 20px;
    }
    .bgBox .bgMainBox {
        width: calc(100% - 20px);
    }
    .bgBox .bgMainBox .bg01 {}
    .bgBox .bgMainBox .bg02 {}
    .bgBox .bgMainBox .bg02 .circle {
        width: 90%;
        max-width: 500px;
        min-width: initial;
    }
    .bgBox .bgMainBox .bg02 .move {
        align-items: flex-end;
    }
    .bgBox .bgMainBox .bg02 .move img {
        width: calc(100% - 40px);
        max-width: 310px;
        min-width: initial;
        margin: 0 0 20px;
    }
    .bgBox .bgMainBox .bg02 .border {}
    .bgBox .bgMainBox .bg02 .border img {
        max-width: 1250px;
        min-width: initial;
    }
    .bgBox .bgMainBox .bg02 .titleBox {}
    .bgBox .bgMainBox .bg02 .titleBox span {
        width: 180%;
        max-width: 1250px;
        min-width: initial;
        left: 35%;
    }
    .bgBox .bgMainBox .bg02 .titleBox .main {}
    .bgBox .bgMainBox .bg02 .titleBox .center {}
    .bgBox .bgMainBox .bg02 .titleBox .top {}
    .bgBox .bgMainBox .bg02 .titleBox .bottom {}

    .bgBox .frdcBox {
        width: calc(100% - 20px);
    }
    .bgBox .frdcBox span {
        width: 180%;
        max-width: 1250px;
        min-width: initial;
        left: 35%;
        opacity: 0.4;
    }

}



/*===================================================
	memu
====================================================*/

@media screen and (min-width: 961px){}

@media screen and (max-width: 960px) {}



/*===================================================
	all
====================================================*/
html {
    scroll-behavior: smooth;
    scroll-padding-top: 40px;
}

body {}

.mainWrap {
	position: relative;
    z-index: 1;
    font-family: var(--font-common);
	line-height: 1.5;
	font-size: 16px;
	color: var(--color-black);
    padding: 0 0 30px 30px;
}
.mainWrap img {
	display: block;
}

.container {
    position: relative;
}

.container .kv {
    margin: 0 auto 160px;
    width: 90%;
    max-width: 1200px;
}

section {
    position: relative;
    margin: 0 auto 160px;
    width: 90%;
    max-width: 1200px;
}
section:last-child {
    margin: 0 auto 240px;
}

section h3 {
    font-family: var(--font-title);
    font-variation-settings: "wght" 600;
    font-size: 120px;
    line-height: 1;
}

section .inBox {
    padding: 40px;
    background: var(--color-white-opc);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    border: 1px solid;
    border-radius: 5px;
}

section .inBox .soon {
    text-align: center;
    padding: 80px 0;
    font-weight: bold;
    font-size: 24px;
}

.credit {
    text-align: center;
    font-size: 10px;
}

@media screen and (min-width: 961px){

	.sp { 
		display: none;
	}

	a {
		transition: all 0.3s ease-out;
	}
	
}

@media screen and (max-width: 960px){

	.pc {
		display: none;
	}
	
	html {
	    scroll-padding-top: 20px;
	}

    .mainWrap {
        padding: 0 0 20px 20px;
    }

    .container {}
    .container .kv {
        margin: 0 auto 80px;
    }

	section {
        width: calc(100% - 40px);
        margin: 0 auto 80px;
	}
    section:last-child {
        margin: 0 auto 160px;
    }
    section#ticket {
        display: block;
    }

	section h3 {
        font-size: 56px;
	}

    section .inBox {
	    padding: 20px;
    }

    section .inBox .soon {
        padding: 40px 0;
        font-size: 20px;
    }

    .credit {}

}



/*===================================================
	hero
====================================================*/
#heroView {
    position: relative;
    width: 100%;
    height: 100svh;
    min-height: 600px;
    margin: 0 0 80px;
}

#heroView .navList {
    position: fixed;
    bottom: 30px;
    left: 60px;
    display: flex;
    flex-direction: column;
    z-index: 999;
    transition: all 0.5s ease-out;
}
.scrolled #heroView .navList {
    opacity: 0;
    pointer-events: none;
}
#heroView .navList li {
    margin-bottom: 10px;
    line-height: 1;
}
#heroView .navList li:last-child {
    margin-bottom: 0;
}
#heroView .navList li a {
    font-family: var(--font-title);
    font-size: 32px;
    font-weight: bold;
    line-height: 1;
}

#heroView .scrollArrow {
    position: fixed;
    z-index: 2;
    right: 30px;
    bottom: 30px;
    transition: all 0.5s ease-out;
    pointer-events: none;
}
.scrolled #heroView .scrollArrow {
    opacity: 0;    
}
#heroView .scrollArrow .txt {
    line-height: 0;
    writing-mode: vertical-rl;
    padding: 0 0 10px 0;
    font-weight: bold;
}
#heroView .scrollArrow span {
    display: block;
    width: 1px;
    height: 60px;
    z-index: 1;
    background: var(--color-black);
    animation: scrollarrow 3s cubic-bezier(.19,1,.22,1) 0.5s infinite;
}
@keyframes scrollarrow{
    0% {clip-path: inset(0 0 100% 0);}
    25% {clip-path: inset(0 0 0 0);}
    75% {clip-path: inset(0 0 0 0);}
    100% {clip-path: inset(100% 0 0 0);}
}

@media screen and (min-width: 961px){

    #heroView .navList li a:hover {
	    opacity: 0.7;
	}

}

@media screen and (max-width: 960px){

	#heroView {
		height: 100svh;
	    min-height: 450px;
	    margin: 0 0 40px;
	}
    
    #heroView .navList {
        top: 20px;
        right: 20px;
        bottom: initial;
        left: initial;
        align-items: flex-end;
    }
    #heroView .navList li {}
    #heroView .navList li a {
        font-size: 24px;
    }

	#heroView .scrollArrow {
        right: 20px;
        bottom: 20px;
	}
    #heroView .scrollArrow .txt {}
    #heroView .scrollArrow span {}

}



/*===================================================
	schedule
====================================================*/
#schedule {}
#schedule h3 {}
#schedule .inBox {}

#schedule .inBox .scheduleList {}
#schedule .inBox .scheduleList li {
    margin: 0px 0 25px;
    padding: 0 0 25px;
    border-bottom: 1px solid var(--color-black);
    display: flex;
    gap: 40px;
    justify-content: space-between;
}
#schedule .inBox .scheduleList li:first-of-type {
    padding: 25px 0;
    border-top: 1px solid var(--color-black);
}
#schedule .inBox .scheduleList li:last-child {
    margin: 0;
}
#schedule .inBox .scheduleList li .leftBox {}
#schedule .inBox .scheduleList li .rightBox {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 25%;
    background: var(--color-black-opc20);
}
#schedule .inBox .scheduleList li .top {
    display: flex;
    align-items: flex-end;
}
#schedule .inBox .scheduleList li .top .date {
    font-size: 24px;
    font-weight: bold;
}
#schedule .inBox .scheduleList li .top .date .day {
    display: inline-block;
    font-size: 18px;
    padding-left: 10px;
}
#schedule .inBox .scheduleList li .top .date .venue {
    display: none;
}
#schedule .inBox .scheduleList li .top .date .dateTit {
    padding-left: 10px;
}
#schedule .inBox .scheduleList li .place {
    display: flex;
    align-items: center;
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 5px;
}
#schedule .inBox .scheduleList li .place span {
    display: block;
    font-size: 20px;
    border: 1px solid;
    padding: 0px 15px;
    margin: 0 15px 0 0;
}
#schedule .inBox .scheduleList li .time {
    margin-bottom: 5px;
}
#schedule .inBox .scheduleList li .guest {
    font-weight: bold;    
}
#schedule .inBox .scheduleList li .eventer {
    font-size: 14px;
}
#schedule .inBox .scheduleList li .eventer i {
    padding-right: 3px;
}
#schedule .inBox .scheduleList li .eventer a {
    display: block;
    text-decoration: underline;
}

@media screen and (min-width: 961px){

    #schedule .inBox .scheduleList li .eventer a:hover {
        opacity: 0.7;
    }

}

@media screen and (max-width: 960px){

    #schedule {}
    #schedule h3 {}
    #schedule .inBox {}

    #schedule .inBox .scheduleList {}
    #schedule .inBox .scheduleList li {
        margin: 0px 0 15px;
        padding: 0 0 15px;
        flex-direction: column;
        gap: 5px;
    }
    #schedule .inBox .scheduleList li:first-of-type {
        padding: 15px 0;
    }
    #schedule .inBox .scheduleList li:last-child {}
    #schedule .inBox .scheduleList li .leftBox {}
    #schedule .inBox .scheduleList li .rightBox {
        width: 100%;
        display: block;
        padding: 0;
        text-align: left;
        background: transparent;
    }
    #schedule .inBox .scheduleList li .top {}
    #schedule .inBox .scheduleList li .top .date {
        font-size: 20px;
        margin-bottom: 5px;
    }
    #schedule .inBox .scheduleList li .top .date .day {
        font-size: 14px;
        padding: 0 0 0 5px;
    }
    #schedule .inBox .scheduleList li .top .date .venue {
        display: inline-block;
        font-size: 18px;
        padding: 0 0 0 10px;
    }
    #schedule .inBox .scheduleList li .top .date .dateTit {
        display: block;
        line-height: 1.2;
        font-size: 16px;
        text-indent: -1em;
    }
    #schedule .inBox .scheduleList li .place {
        font-size: 24px;
    }
    #schedule .inBox .scheduleList li .place span {
        display: none;
    }
    #schedule .inBox .scheduleList li .time {
        font-size: 14px;
        margin: 0;
    }
    #schedule .inBox .scheduleList li .eventer {
        margin: 0 0 5px;
        font-size: 12px;
    }
    #schedule .inBox .scheduleList li .eventer i {}
    #schedule .inBox .scheduleList li .eventer a {
        display: inline-block;
        padding-left: 5px;
    }

}



/*===================================================
	ticket
====================================================*/
#ticket {}
#ticket h3 {}
#ticket .inBox {}

#ticket .inBox .priceBox {
    margin: 0 0 40px;
}
#ticket .inBox .priceBox .ticket {
    text-align: center;
    font-size: 32px;
    font-weight: bold;
    border: 1px solid;
    padding: 60px 40px;
    margin: 0 0 20px;
    border-radius: 5px;
}
#ticket .inBox .priceBox .ticket p {
    margin-bottom: 10px;
}
#ticket .inBox .priceBox .ticket p:last-child {
    margin-bottom: 0;
}
#ticket .inBox .priceBox .ticket p span {}
#ticket .inBox .priceBox .ticket p span.yen {
    font-size: 24px;
    padding: 0 5px 0 0;
}
#ticket .inBox .priceBox .ticket p span.tax {
    font-size: 16px;
    padding: 0 0 0 5px;
}
#ticket .inBox .priceBox .noteList {}
#ticket .inBox .priceBox .noteList li {
    font-size: 14px;
    text-indent: -1em;
    padding: 0 0 0 1em;
    margin-bottom: 5px;
}
#ticket .inBox .priceBox .noteList li:last-child {
    margin-bottom: 0;
}

#ticket .inBox .op_ticket {
	margin: 0 0 5px;
}
#ticket .inBox .op_ticket:last-child {
	margin: 0;
}
#ticket .inBox .op_ticket .ticketTit {
    color: var(--color-white);
    background: var(--color-black);
    padding: 30px 60px 30px 40px;
    font-size: 24px;
    font-weight: bold;
    position: relative;
    cursor: pointer;
    transition: 0.5s ease;
    border-radius: 5px;
}
#ticket .inBox .op_ticket .ticketTit.open {
    border-radius: 5px 5px 0 0;
}
#ticket .inBox .op_ticket .ticketTit span {
    position: absolute;
    top: 50%;
    right: 40px;
    width: 15px;
    height: 15px;
    transform: rotate(180deg) translateY(50%);
    transition: 0.3s ease;
}
#ticket .inBox .op_ticket .ticketTit.open span {
    transform: translateY(-50%);
}
#ticket .inBox .op_ticket .ticketTit span:before {
    content: "";
    position: absolute;
    top: 25%;
    width: 100%;
    height: 100%;
    border-top: 2px solid;
    border-right: 2px solid;
    transform: rotate(-45deg);
}
#ticket .inBox .op_ticket .ticketDetail {
    display: none;
    padding: 0 40px 40px;
    background: var(--color-black);
    color: var(--color-white);
    border-radius: 0 0 5px 5px;
}
#ticket .inBox .op_ticket .ticketDetail .ticketInfoBox {
	display: flex;
    border-bottom: 1px solid var(--color-white);
    padding: 0 0 20px;
    margin: 0 0 20px;
    align-items: center;
}
#ticket .inBox .op_ticket .ticketDetail .ticketInfoBox:first-child {
    border-top: 1px solid var(--color-white);
    padding: 20px 0;
}
#ticket .inBox .op_ticket .ticketDetail .ticketInfoBox:last-of-type {
    margin: 0 0 40px;
}
#ticket .inBox .op_ticket .ticketDetail .ticketInfoBox .tit {
    width: 25%;
    text-align: center;
    font-weight: 600;
}
#ticket .inBox .op_ticket .ticketDetail .ticketInfoBox .txt {
    width: 75%;
    padding: 0 30px;
    border-left: 1px solid var(--color-white);
}
#ticket .inBox .op_ticket .ticketDetail .ticketInfoBox .txt .attList {}
#ticket .inBox .op_ticket .ticketDetail .ticketInfoBox .txt .attList li {
    font-size: 14px;
    text-indent: -1em;
    padding: 0 0 0 1em;
    margin: 0 0 5px;
}
#ticket .inBox .op_ticket .ticketDetail .ticketInfoBox .txt .attList li:last-child {
    margin: 0;
}
#ticket .inBox .op_ticket .ticketDetail .btn a {
    display: block;
    width: 100%;
    max-width: 300px;
    text-decoration: none;
    border-radius: 100px;
    padding: 20px;
    margin: 0px auto;
    color: var(--color-black);
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    background-color: var(--color-yellow);
    border: 1px solid var(--color-yellow);
}
#ticket .inBox .op_ticket .ticketDetail .btn.grayBtn a {
    pointer-events: none;
    background-color: var(--color-darkGray);
    border: 1px solid var(--color-darkGray);
}
#ticket .inBox .op_ticket .ticketDetail .btn.grayBtn.fin a {
    pointer-events: auto;
}

#ticket .inBox .archive {
    padding-top: 40px;
}
#ticket .inBox .archive .archiveTit {
    font-weight: bold; 
    font-size: 1.2em; 
    margin: 0 0 20px; 
    border-left: 5px solid; 
    padding-left: 10px;
}

@media screen and (min-width: 961px){

    #ticket .inBox .op_ticket .ticketDetail .btn a:hover {
        background-color: var(--color-black);
        border: 1px solid var(--color-yellow);
        color: var(--color-yellow);
    }
    #ticket .inBox .op_ticket .ticketDetail .btn.grayBtn.fin a:hover {
        background-color: transparent;
        border: 1px solid var(--color-darkGray);
        color: var(--color-darkGray);
    }

}

@media screen and (max-width: 960px) {

    #ticket {}
    #ticket h3 {}
    #ticket .inBox {}

    #ticket .inBox .priceBox {
        margin: 0 0 20px;
    }
    #ticket .inBox .priceBox .ticket {
        padding: 30px 15px;
        margin: 0 0 15px;
        font-size: 20px;
    }
    #ticket .inBox .priceBox .ticket p {}
    #ticket .inBox .priceBox .ticket p span {}
    #ticket .inBox .priceBox .ticket p span.yen {
        font-size: 16px;
    }
    #ticket .inBox .priceBox .ticket p span.tax {
        font-size: 12px;
    }
    #ticket .inBox .priceBox .noteList {}
    #ticket .inBox .priceBox .noteList li {
        font-size: 12px;
    }
    #ticket .inBox .priceBox .noteList li:last-child {}

    #ticket .inBox .op_ticket {}
    #ticket .inBox .op_ticket .ticketTit{
        padding: 20px 50px 20px 20px;
        font-size: 16px;
    }
    #ticket .inBox .op_ticket .ticketTit span {
        right: 25px;
        width: 12px;
        height: 12px; 
    }
    #ticket .inBox .op_ticket .ticketDetail{
        padding: 0 20px 20px;
        border: none;
        font-size: 14px;
    }
    #ticket .inBox .op_ticket .ticketDetail .ticketInfoBox {
        display: block;
        padding: 0 0 15px;
    }
    #ticket .inBox .op_ticket .ticketDetail .ticketInfoBox:first-child {
        padding: 20px 0 15px;
    }
    #ticket .inBox .op_ticket .ticketDetail .ticketInfoBox:last-of-type {
        margin: 0 0 20px;
    }
    #ticket .inBox .op_ticket .ticketDetail .ticketInfoBox .tit {
        width: 100%;
        text-align: left;
        padding: 0 0 0 5px;
        border-left: 2px solid;
        line-height: 1;
        margin: 0 0 10px;
    }
    #ticket .inBox .op_ticket .ticketDetail .ticketInfoBox .txt {
        width: 100%;
        border-left: none;
        padding: 0;
    }
    #ticket .inBox .op_ticket .ticketDetail .ticketInfoBox .txt .attList {}
    #ticket .inBox .op_ticket .ticketDetail .ticketInfoBox .txt .attList li {
        font-size: 12px;
    }
    #ticket .inBox .op_ticket .ticketDetail .ticketInfoBox .txt .attList li:last-child {}

    #ticket .inBox .op_ticket .ticketDetail .btn a {
        width: 90%;
        padding: 15px;
        font-size: 14px;
    }
    #ticket .inBox .op_ticket .ticketDetail .btn.grayBtn a {}
    #ticket .inBox .op_ticket .ticketDetail .btn.grayBtn.fin a {}

    #ticket .inBox .archive {
        padding-top: 20px;
    }
    #ticket .inBox .archive .archiveTit {
        font-size: 1.1em;
        margin: 0 0 15px;
    }

}



/*===================================================
	goods
====================================================*/
#goods {}
#goods h3 {}
#goods .inBox {}

@media screen and (max-width: 960px) {

    #goods {}
    #goods h3 {}
    #goods .inBox {}

}



/*===================================================
	footer
====================================================*/

@media screen and (min-width: 961px) {}

@media screen and (max-width: 960px) {}