@charset "UTF-8";


/*===================================================
  OP:LOADER
====================================================*/
.loader{
  position:fixed;
  height:100%;
  width:100%;
  background:#fff;
    z-index:9999;
}
.loader div{
    width: 40px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.loader div p{
    animation: rotateAnimation 3s linear infinite;
}
@keyframes rotateAnimation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

@media screen and (max-width: 769px){

.loader .loadingLogo {
    width: 300px;
}

}



/*===================================================
  NAVIGATION
====================================================*/
.hamBtn {
    display: block;
    position: fixed;
    right: 20px;
    top: 20px;
    transition: all .3s ease;
    cursor: pointer;
    z-index: 9999;
    box-sizing: border-box;
    opacity:0;
    transition-delay: 2s;
}
.loaded .hamBtn {
    opacity:1;
}
.hamSwitch {

}
.hamBtn .hamMenu{
    position: relative;
    width: 35px;
    height: 25px;
}
.hamBtn span {
    display: block;
    position: absolute;
    right: 0;
    width: 100%;
    height: 3px;
    background: #009fe8;
    transition: all .3s ease;
}
.hamBtn .hamMenu span:nth-of-type(1) {
    top: 2px;
}
.hamBtn .hamMenu span:nth-of-type(2) {
    top: 50%;
    transform: translateY(-50%);
}
.hamBtn .hamMenu span:nth-of-type(3) {
    bottom: 2px;
}
.hamSwitch.open{

}
.hamSwitch.open span {
    background: #e3007f;
}
.hamSwitch.open span:nth-of-type(1) {
    transform: translateY(-50%) rotate(-45deg);
    top: 50%;
}
.hamSwitch.open span:nth-of-type(2) {
    opacity: 0;
}
.hamSwitch.open span:nth-of-type(3) {
    transform: translateY(50%) rotate(45deg);
    bottom: 50%;
}
.navigation {
    position: fixed;
    opacity: 1;
    pointer-events: none;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    z-index: 10;
}
.navigation.active {
    transition: opacity 0.5s ease;
    pointer-events:auto;
    opacity:1;
}
.navigation .headerNav {
    display: block;
    padding: 60px;
}
.navigation .headerNav li {
    padding: 0;
    position: relative;
    margin: 0 0 40px;
}
.navigation .headerNav li:after {
    content: none;
}
.navigation .headerNav li a{
    font-size: 250%;
    font-weight: bold;
    color: #e3007f;
    font-family: "redonda", sans-serif;
    letter-spacing: 0.4em;
}
.navigation .headerNav li a.blankBtn{
    pointer-events: none;
    color: #d1d0d0;
}
.navigation .navTit{
    color: #FFF;
    position: absolute;
    right: 60px;
    bottom: 60px;
    text-align: right;
    font-family: "Roboto", sans-serif;
}



/* NAVIGATION:PC-min-770 */
@media screen and (min-width: 770px){
.hamBtn {
    display: none;
}
.navigation {
        position: fixed;
        opacity: 0;
        pointer-events: auto;
        top: 3%;
        left: auto;
        right: 1%;
        width: auto;
        height: auto;
        background: transparent;
        transition: 0.5s ease 6s;
}
.loaded .navigation{
    opacity: 1;
}
.navigation .navTit {
    display: none;
}
.navigation .headerNav {
    display: block;
    text-align: right;
    padding: 0;
}
.navigation .headerNav li {
        margin: 0 0 10px 0;
        line-height: 1em;
}
.navigation .headerNav li a {
    font-size: 100%;
}
.navigation .headerNav li a:hover{
        color: #ffe100;
}


}



/* NAVIGATION:SP-max-769 */
@media screen and (max-width: 769px){

.navigation{
    background: #FFE100;
}

.navigation .headerNav {
        position: absolute;
        width: 100%;
        transform: translate(-50%, -50%);
        left: 50%;
        top: 50%;
        padding: 0;
        text-align: center;
}
.navigation .navTit {
    right: 40px;
    bottom: 40px;
    max-width: 120px;
}
.navigation .headerNav li{
        margin: 0 auto 15px;
        width: 100%;
}
.navigation .headerNav li a{
    font-size: 150%;
}
.loaded .navigation{
    opacity:0;
    transition-delay: 0s;
}
.loaded .navigation.active{
    opacity:1;
    transition-delay: 0s;
}
.navigation .logo {
    width: 100%;
}


}


/*===================================================
  VISUAL
====================================================*/
.heroView{
	min-height: 700px;
    position: relative;
}
.heroView .action{
    opacity:0;
    transition:0.5s ease;
}
.loaded .heroView .action{
    opacity:1;
}
.loaded .heroView .act1{
    transition-delay:0.5s;
}
.loaded .heroView .act2{
    transition-delay:0.7s;
}
.loaded .heroView .act3{
    transition-delay:0.9s;
}
.loaded .heroView .act4{
    transition-delay:1.1s;
}

/* NAVIGATION:PC-max-770 */
@media screen and (max-width: 769px){

.heroView {
    min-height: 450px;
    position: relative;
}
}
/*===================================================
  SCROLLDOWN
====================================================*/
.scrollarrow {
    width: 1px;
    height: 60px;
    position: absolute;
    left: 20px;
    bottom: 20px;
    z-index: 1;
    background: #000;
    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);}
}



/*===================================================
  OP:SLIDER
====================================================*/
.op_slider{
    overflow: hidden;
    position: relative;
    padding: 0 0 40px;
}
.op_slider .slideNone .swiper-pagination,
.op_slider .slideNone .swiper-button-prev,
.op_slider .slideNone .swiper-button-next{
    display:none;
}
.op_slider .swiper-pagination.swiper-pagination-bullets{
    bottom: 0;
    display: inline-block;
    width: auto;
    height: auto;
    min-height: 0;
    line-height: 0;
    padding-right: 20%;
    text-align: left;
}
.op_slider .swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet{
    width: 5px;
    height: 5px;
    border-radius: 0;
    padding: 0;
    margin: 5px 10px 5px 0;
    border-radius: 100px;
}
.op_slider .swiper-pagination-bullet-active{

}
.swiper-button-prev, .swiper-rtl .swiper-button-next {
    left: 10px;
    right: auto;
}
.swiper-button-prev{
    right: 50px;
    bottom: 0;
    left: auto;
    top: auto;
    height: auto;
    width: auto;
}
.swiper-button-next{
    right: 5px;
    top: auto;
    bottom: 0;
    left: auto;
    height: auto;
    width: auto;
}
.swiper-button-prev:after,
.swiper-button-next:after {
    font-size: 18px;
    font-weight: 800;
}
.swiper-pagination-bullet {
    background: #000;
}
.swiper-pagination-bullet-active{
    
}
.swiper-button-next, .swiper-button-prev {
    color:#000;
}
.swiper-pagination-fraction {
    bottom: -5px;
    text-align: left;
    font-weight: 700;
    font-size: 90%;
    left: 0;
    width: 100%;
}

/* OP:SLIDER:SP-max-769 */
@media screen and (max-width: 769px){
.op_slider {
    padding: 0 0 30px;
}
.op_slider .swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 5px 5px 5px 0;
}
.swiper-pagination-fraction {
    bottom: -7px;
}

}


/*===================================================
  OP:NEWS
====================================================*/
.op_news{

}
.op_news .newsList{
    border-top: 1px solid #DDD;
    padding: 20px 0 0;
    position: relative;
    margin: 0 0 40px;
}
.op_news .newsList a{
    display: block;
    position: relative;
    margin: 0 0 20px;
    color: #FFF;
}
.op_news .newsList a:last-child{
    margin: 0;
}

.op_news .newsDetail{
    display: flex;
    border-bottom: 1px solid #DDD;
}
.op_news .newsDetail dt{
    width: 150px;
    display: flex;
    align-items: center;
    padding: 0 0 20px;
}
.op_news .newsDetail dt .txt{
    font-size: 150%;
    font-weight: 600;
}
.op_news .newsDetail dd{
    width: calc(100% - 150px);
    display: flex;
    align-items: center;
    padding: 0 0 20px 0;
}
.op_news .viewmore{

}
.op_news .viewmore a{
    font-weight: 800;
    font-size: 90%;
    position:relative;
}
.op_news .viewmore a:after{
    position: absolute;
    left: calc(100% + 10px);
    top: 50%;
    content: "";
    display: block;
    width: 5px;
    height: 5px;
    border-top: 2px solid;
    border-right: 2px solid;
    transform: translate(0,-50%) rotate(45deg);
    transition:0.5s ease;
}

/* OP:NEWS:PC-min-770 */
@media screen and (min-width: 770px){
.op_news .newsList a:hover:before{
    width: 100%;
}
.op_news .viewmore a:hover:after{
    left: calc(100% + 20px);
}
}


/* OP:NEWS:SP-max-769 */
@media screen and (max-width: 769px){
.op_news .newsList{
    border-top: 1px solid #FFF;
    margin: 0 0 20px;
}

.op_news .newsDetail {
    display: block;
    border-bottom: 1px solid #FFF;
    padding: 0 0 20px;
}
.op_news .newsDetail dt {
    width: 100%;
    display: block;
    padding: 0 0 10px;
}
.op_news .newsDetail dt .txt {
    font-size: 110%;
    line-height: 1em;
}
.op_news .newsDetail dd {
    width: 100%;
    display: block;
    padding: 0;
}

}

/*===================================================
  OP:SCHEDULE
====================================================*/
.op_schedule{

}
.op_schedule .scheduleCellList{
    display: flex;
    align-items: stretch;
    border-bottom: 1px solid;
    padding: 0 0 15px;
    margin: 0 0 15px;
}
.op_schedule .scheduleCellList:last-child{
    margin: 0;
}
.op_schedule .scheduleCellList li{
    padding: 0 20px;
    box-sizing: border-box;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-size: 90%;
    line-height: 1.5em;
    font-weight: 500;
}
.op_schedule .scheduleCellList li:after{
    content: "";
    position: absolute;
    top: 5%;
    right: 0;
    width: 1px;
    height: 90%;
    background: #FFF;
}

.op_schedule .scheduleCellList li:last-child:after{
    content:none;
}
.op_schedule .scheduleCellList .scheduleDate{
    width: 220px;
    font-weight: 600;
    font-size: 120%;
}
.op_schedule .scheduleCellList .scheduleDate .scheduleInner{
    display: flex;
    align-items: flex-end;
	width: 100%;
}
.op_schedule .scheduleCellList .scheduleDate .scheduleInner .txt{
    line-height: 1em;
width: 100%;
}
.op_schedule .scheduleCellList .scheduleDate .year{
    display: block;
    font-size: 70%;
    margin: 0;
    font-weight: 800;
}
.op_schedule .scheduleCellList .scheduleDate .day{
    letter-spacing: 0.03em;
    font-size: 110%;
    font-weight: 800;
}
.op_schedule .scheduleCellList .scheduleDate .week{
    writing-mode: vertical-rl;
    font-size: 45%;
    font-weight: 800;
    letter-spacing: 0.02em;
    line-height: 1em;
    margin: 0;
    vertical-align: -2px;
}
.op_schedule .scheduleCellList .scheduleDate .week.sat{
    color: #91c6ff;
}
.op_schedule .scheduleCellList .scheduleDate .week.sun{
    color: #ff9d9d;
}
.op_schedule .scheduleCellList .scheduleDate .area{
    line-height: 1.3em;
    font-size: 90%;
    margin: 0 0 0 5px;
    vertical-align: 1px;
}
.op_schedule .scheduleCellList .scheduleVenue{
    width: calc((100% - 360px)* 0.5);
    justify-content: left;
}
.op_schedule .scheduleCellList .scheduleVenue .txt{
    font-size: 90%;
}

.op_schedule .scheduleCellList .scheduleTime{
    width: 18%;
}
.op_schedule .scheduleCellList .scheduleTime .txt{
    font-size: 90%;
}
.op_schedule .scheduleCellList .scheduleTime{
    width: 140px;
}
.op_schedule .scheduleCellList .scheduleTime .cap{
    display:none;
}
.op_schedule .scheduleCellList .scheduleInfo{
    width: calc((100% - 360px)* 0.5);
    justify-content: left;
}
.op_schedule .scheduleCellList .scheduleInfo .txt{
    line-height: 1em;
}
.op_schedule .scheduleCellList .scheduleInfo .playguide{
    font-size: 75%;
}
.op_schedule .scheduleCellList .scheduleInfo .playguideLink{
    font-size: 75%;
    margin: 0 0 5px;
    display: block;
}
.op_schedule .scheduleCellList .scheduleInfo .playguideCap{
    font-size: 60%;
    font-weight: 800;
    letter-spacing: 0.05em;
    display: block;
    line-height: 1.5em;
}
.op_schedule .scheduleCellList .scheduleInfo a{
    font-size: 90%;
    font-weight: 600;
    display: block;
}
.op_schedule .scheduleCellList .scheduleInfo .fa-info-circle{
    display:none;
}
.op_schedule .scheduleCellList.cellHead{
    font-size: 70%;
}
.op_schedule .scheduleCellList.cellHead li{
    justify-content: center;
    font-size: 70%;
    font-weight: 400;
}
.op_schedule .scheduleCellList.cellHead li:after{
    content:none;
}
.op_schedule .scheduleCellList.cellHead .txt{
    font-size: 100%;
}

/* OP:SCHEDULE:PC-770-960 */
@media screen and (min-width:770px) and ( max-width:960px) {
.op_schedule .scheduleCellList .scheduleDate {
    font-size: 110%;
}
.op_schedule .scheduleCellList li {
    font-size: 70%;
    font-weight: 600;
}
.op_schedule .scheduleCellList .scheduleDate {
    width: 180px;
}
.op_schedule .scheduleCellList .scheduleTime {
    width: 120px;
}
.op_schedule .scheduleCellList .scheduleVenue {
    width: calc((100% - 250px)* 0.5);
}
.op_schedule .scheduleCellList .scheduleInfo {
    width: calc((100% - 250px)* 0.5);
}
.op_schedule .scheduleCellList .scheduleDate .year {
    margin: 0 0 2px;
}
.op_schedule .scheduleCellList .scheduleDate .day {
    margin: 0 0 5px;
}
.op_schedule .scheduleCellList .scheduleDate .week {
    writing-mode: unset;
    margin: 0 0 10px;
    vertical-align: 0;
}
.op_schedule .scheduleCellList .scheduleDate .area {
    line-height: 1.3em;
    font-size: 70%;
    vertical-align: 0;
    margin: 0;
}
}


/* OP:SCHEDULE:SP-max-769 */
@media screen and (max-width: 769px){
.op_schedule {

}
.op_schedule .scheduleCellList.cellHead {
    display: none;
}
.op_schedule .scheduleCellList {
    display: block;
}
.op_schedule .scheduleCellList li {
    padding: 0;
    display: block;
    margin: 0 0 10px;
}
.op_schedule .scheduleCellList li:after {
    content:none;
}
.op_schedule .scheduleCellList .scheduleDate {
    width: 100%;
    display: inline-block;
    font-size: 140%;
    margin: 0 0 5px;
}
.op_schedule .scheduleCellList .scheduleDate .scheduleInner .txt{
    display: block;
    width: 100%;
}
.op_schedule .scheduleCellList .scheduleDate .week {
    font-size: 40%;
    vertical-align: 0;
}
.op_schedule .scheduleCellList .scheduleDate .area {
    margin: 0 0 0 2px;
}
.op_schedule .scheduleCellList .scheduleVenue {
    width: 100%;
    font-size: 120%;
    font-weight: 600;
}
.op_schedule .scheduleCellList .scheduleTime {
    width: 100%;
    font-size: 100%;
}
.op_schedule .scheduleCellList .scheduleTime span {
    display: block;
    font-size: 70%;
    line-height: 1em;
    margin: 0 0 3px;
}
.op_schedule .scheduleCellList .scheduleInfo {
    width: 100%;
    font-size: 100%;
    margin: 0;
}
.op_schedule .scheduleCellList .scheduleInfo .fa-info-circle{
    display:inline-block;
}
}


/*===================================================
  OP:DETAIL
====================================================*/
.op_detail{

}
.op_detail .detailList {
    display: flex;
    border-bottom: 1px solid;
    padding: 0 0 15px;
    margin: 0 0 15px;
    align-items: stretch;
}
.op_detail .detailList:first-child{
    border-top: 1px solid;
    padding: 15px 0 15px;
}
.op_detail .detailList:last-child{
    margin: 0;
}
.op_detail .detailList dt{
    width: 20%;
    padding: 0 40px 0 0;
    display: flex;
    align-items: center;
    font-weight: 500;
    line-height: 1.6em;
}
.op_detail .detailList dt:before{
}
.op_detail .detailList dd{
    width: 80%;
    position: relative;
    padding: 0 0 0 40px;
    display: flex;
    align-items: center;
}
.op_detail .detailList dd:before{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 1px;
    background: #000;
}
.op_detail .detailList dd > *{
    margin-bottom:20px;
}
.op_detail .detailList dd > *:last-child{
    margin-bottom:0;
}
.op_detail .detailList dd .detailInner{
    width:100%;
}
.op_detail .detailList dd .detailInner > *{
    margin-bottom:10px;
}
.op_detail .detailList dd .detailInner  > *:last-child{
    margin-bottom:0;
}


/* OP:DETAIL:SP-max-769 */
@media screen and (max-width: 769px){
.op_detail .detailList {
    display: block;
}
.op_detail .detailList dt {
    width: 100%;
    padding: 0 0 0 10px;
    margin: 0 0 10px;
    font-size: 100%;
    font-weight: 600;
    border-left: 5px solid;
}
.op_detail .detailList dd {
    width: 100%;
    position: relative;
    padding: 0;
}
.op_detail .detailList dd:before {
    content: none
}
}
/*===================================================
  OP:TICKET
====================================================*/
.op_ticket{

}
.op_ticket .ticketList{
    margin-bottom: 20px;
}
.op_ticket .ticketList:last-child{
    margin-bottom: 0;
}
.op_ticket .tikcetTit{
    background: #fff;
    color: #000;
    padding: 20px 40px 15px;
    font-size: 160%;
    font-weight: 500;
    position: relative;
    cursor: pointer;
    transition: 0.5s ease;
    -webkit-filter: drop-shadow(3px 3px 8px rgba(0, 0, 0, 0.1));
    -moz-filter: drop-shadow(3px 3px 8px rgba(0, 0, 0, 0.1));
    -ms-filter: drop-shadow(3px 3px 8px rgba(0, 0, 0, 0.1));
    filter: drop-shadow(3px 3px 8px rgba(0, 0, 0, 0.1));
    border-radius: 999px;
}
.op_ticket .end .tikcetTit:after{
    content: "SOLD OUT";
    font-size: 70%;
    background: #ff8888;
    color: #FFF;
    line-height: 1em;
    padding: 3px 7px;
    border-radius: 100px;
    position: absolute;
    top: 50%;
    right:10%;
    transform: translate(0, -48%);
    margin: 0 0 0 10px;
}

.op_ticket .end_02 .tikcetTit:after{
    content: "受付終了";
    font-size: 70%;
    background: #ff8888;
    color: #FFF;
    line-height: 1em;
    padding: 3px 7px;
    border-radius: 100px;
    position: absolute;
    top: 50%;
    right:10%;
    transform: translate(0, -48%);
    margin: 0 0 0 10px;
}
.op_ticket .tikcetTit p{
    margin: 0 0 10px 0;
    position: relative;
}
/*
.op_ticket .tikcetTit p:after{
content: "";
    -webkit-filter: drop-shadow(2px 1px 4px rgba(255, 0, 0, 1));
    -moz-filter: drop-shadow(2px 1px 4px rgba(255, 0, 0, 1));
    -ms-filter: drop-shadow(2px 1px 4px rgba(255, 0, 0, 1));
    filter: drop-shadow(2px 1px 3px rgba(255, 0, 0, 1));
    height: 2px;
    display: block;
    width: 70%;
    position: absolute;
    background: #fff;
    box-sizing: border-box;
    bottom: -10px;
}
*/
.op_ticket .tikcetTit .mini {
    font-size: 75%;
    font-weight: 600;
    display: inline-block;
    margin: 5px 0 0;

}
.op_ticket .tikcetTit .arrow {
    position: absolute;
    top: 50%;
    right: 40px;
    width: 12px;
    height: 12px;
    transform: rotate(180deg) translateY(50%);
    transition: 0.3s ease;
}
.op_ticket .tikcetTit.open .arrow {
    transform: translateY(-50%);
}
.op_ticket .tikcetTit .arrow:before {
    content: "";
    position: absolute;
    top: 25%;
    width: 100%;
    height: 100%;
    border-top: 1px solid;
    border-right: 1px solid;
    transform: rotate(-45deg);
}
.op_ticket .tikcetDetail{
    display:none;
    padding: 40px 0;
}
.op_ticket .detailList {
    display: flex;
    border-bottom: 1px solid #ddd;
    padding: 0 0 30px;
    margin: 0 0 30px;
    align-items: stretch;
}
.op_ticket .detailList:first-child{
    border-top: 1px solid #ddd;
    padding: 30px 0 30px;
}
.op_ticket .detailList:last-child{
    margin: 0;
}
.op_ticket .detailList:has(+ .btn) {
    margin-bottom: 40px;
}

.op_ticket .detailList dt{
    width: 25%;
    padding: 0 40px 0 0;
    display: flex;
    align-items: center;
    font-weight: 500;
    line-height: 1.6em;
    position: relative;
}

.op_ticket .detailList dd{
    width: 75%;
    position: relative;
    padding: 0 0 0 40px;
}
.op_ticket .detailList dd:before{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 1px;
    background: #FFF;
}
.op_ticket .detailList dd > *{
    margin-bottom:20px;
}
.op_ticket .detailList dd > *:last-child{
    margin-bottom:0;
}
.op_ticket .detailList dd .detailInner{
    width:100%;
}
.op_ticket .detailList dd .detailInner > *{
    margin-bottom:10px;
    line-height: 1.5;
}
.op_ticket .detailList dd .detailInner  > *:last-child{
    margin-bottom:0;
}
.op_ticket .detailList dd .detailInner .cautionList{
    margin: 0 0 20px 0;
}
.op_ticket .detailList dd .detailInner .cautionList li.subTit{
    padding: 0;
    font-weight: bold;
    font-size: 85%;
}
.op_ticket .detailList dd .detailInner .cautionList li.subTit:before{
	display:none;
}

/* OP:TICKET:PC-min-770 */
@media screen and (min-width: 770px){


.op_ticket .tikcetTit:hover{
    opacity: 0.8;
}

}

/* OP:TICKET:SP-max-769 */
@media screen and (max-width: 769px){
.op_ticket .tikcetDetail {
    padding: 20px 0;
}
.op_ticket .detailList {
    display: block;
}
.op_ticket .detailList dt {
    width: 100%;
    padding: 0 0 0 10px;
    margin: 0 0 10px;
    font-size: 80%;
    border-left: 5px solid;
font-weight: bold;
}
.op_ticket .detailList dd {
    width: 100%;
    position: relative;
    padding: 0;
}
.op_ticket .detailList dd:before {
    content: none
}
.op_ticket .detailList:has(+ .btn){
    margin-bottom: 20px;
}
.op_ticket .tikcetTit{
    padding: 20px 50px 20px 20px;
    font-size: 100%;
}
.op_ticket .tikcetTit p {
    margin: 0 0 5px 0;
}
.op_ticket .tikcetTit p:after {
    width: 100%;
}
.op_ticket .detailList dd .detailInner .txt{
    font-size: 80%;
}


}

/*===================================================
  OP:GOODS
====================================================*/
.op_goods{

}
.op_goods .goodsList{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.op_goods .goodsList:after{
    content:"";
    width: calc(33% - 20px);
}
.op_goods .goodsList li{
    width: calc(33% - 20px);
    margin: 0 0 40px;
    position:relative;
}
.op_goods .goodsList li a{
    color: unset;
}
.op_goods .goodsList .goodsImage{
    line-height: 0;
    margin: 0 0 10px;
    overflow: hidden;
}
.op_goods .goodsList .goodsImage img{
    transition: 0.5s ease;
}
.op_goods .goodsList .goodsName{

}
.op_goods .goodsList .goodsPrice{
    font-size: 90%;
}
.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 .popupShade .shadeInner{
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.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;
    z-index: 99999;
}
.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;
    line-height: 1.3em;
}
.op_goods .goodsPop .price {
    font-size: 100%;
    font-weight: 500;
    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;
}
.op_goods .goodsPop .sizeChart li {
    width: 20%;
    text-align: center;
    font-size: 14px;
}
.op_goods .detailList {
    display: flex;
    border-bottom: 1px solid;
    padding: 0 0 15px;
    margin: 0 0 15px;
    align-items: stretch;
}
.op_goods .detailList:first-child{
    border-top: none;
    padding: 15px 0 15px;
}
.op_goods .detailList:last-child{
    margin: 0;
	border-bottom: none;
}
.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;
}

.newBadge{
position: absolute;
top: -20px;
left: -10px;
background: #f00;
color: #fff;
display: block;
height: 3em;
width: 3em;
border-radius: 50vh;
z-index: 9999;
line-height: 3em;
text-align: center;
}


/* OP:GOODS:PC-min-770 */
@media screen and (min-width: 770px){
.op_goods .goodsList li a:hover .goodsImage img{
    transform:scale(1.2);
}

}

/* OP:GOODS:SP-max-769 */
@media screen and (max-width: 769px){

.op_goods .goodsList li {
    width: calc(50% - 10px);
    margin: 0 0 20px;
    position:relative;
}
.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
}

.newBadge{
position: absolute;
top: -20px;
left: -10px;
background: #f00;
color: #fff;
display: block;
height: 3em;
width: 3em;
border-radius: 50vh;
z-index: 9999;
line-height: 3em;
text-align: center;
}

}