@charset "UTF-8";

/*===================================================
  frame
====================================================*/
.allContain {
    color: #FFF;
}
section {
    background: transparent;
    position: relative;
}
.contentBox {
    background: transparent;
}
.header {
    display: none;
}
h2 {
    font-weight: bold;
    font-size: 400%;
    line-height: 1.5;
    color: #e3007f;
    font-family: "redonda", sans-serif;
    letter-spacing: 0.2em;
}
h3 {
    font-size: 120%;
    font-weight: 500;
    text-align: center;
    position: relative;
    top: -20px;
    color: #e3007f;
}
.coming{
    font-optical-sizing: auto;
    font-size: 260%;
    text-align: center;
    font-family: "redonda", sans-serif;
    font-weight: normal;
    color: #d1d0d0;
    font-weight: bold;
}

.contentBottom{
  position: relative;
}
.clip {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    clip-path: inset(0 0 0 0);
    z-index: 0;
    pointer-events: none;
}
.clip img {
    position: fixed;
    width: 100%;
    min-height: 100vh;
    height: auto;
    left: 0;
    top: 0;
    pointer-events: none;
    background-image: url(../images/bg.jpg);
}
.red{
    color: #ffc659;
}

/* SP-min-769 */
@media screen and (min-width: 769px){

.sp{
    display: none;
}

}
/* SP-max-769 */
@media screen and (max-width: 769px){

.sp{
    display: block;
}
h2 {
    font-weight: bold;
    font-size: 180%;
}
h3 {
        top: -10px;
        font-size: 90%;
}
.coming{
        font-size: 150%;
}

}


/*===================================================
  bg
====================================================*/

canvas{
	position: fixed;
	top:0;
	right:0;
	z-index:-1;
}

/*===================================================
  heroView
====================================================*/
.heroView{
    background: transparent;
}

/* act1 --------*/
.heroView .act1{
	position: fixed;
    top: 3%;
    left: 2%;
    width: 10vw;
    opacity: 0;
}
/*loaded*/
.loaded .heroView .act1{
    transition: 0.5s ease 6s;
    opacity:1;
}
/*scrolled*/
.scrolled .heroView .act1{
    transition: 0.5s ease 0s;
}
/*headerFix*/
.headerFix .heroView .act1{
    opacity: 0;
}





/* act2 --------*/
.heroView .act2{

}


/*loaded*/
.loaded .heroView .act2{

}
.heroView .act2 p{
    position: fixed;
    width: 50%;
    height: 100%;
    pointer-events: none;
    z-index: -1;
    right: 0;
}
.heroView .act2 p:before {
	content: '';
    display: block;
    position: fixed;
    width: 50vw;
    height: 100%;
    background: url(/static/apollobay/fanclub/feature/5th_anniversary/images/bg_logo_C4gDXMey.png);
    background-size: 100%;
    background-repeat: no-repeat;
}

/* act3 --------*/
.heroView .act3{
    position: fixed;
    bottom: 0;
    left: 0;
    opacity: 0;
    padding: 0.8vw 1.5vw;
    background: #009fe8;
    border-radius: 0 20px 0 0;
}
.heroView .act3 .sns{

}
.heroView .act3 .snsList{
    display: flex;
}
.heroView .act3 .snsList li{
    margin: 0 10px 0 0;
}
.heroView .act3 .snsList li:last-child{
    margin: 0;
}
.heroView .act3 .snsList li a{
    display: block;
    color: #fff;
    font-size: 1vw;
}
/*loaded*/
.loaded .heroView .act3{
    transition: 0.5s ease 6s;
    opacity:1;
}
/*scrolled*/
.scrolled .heroView .act3{
    transition: 0.5s ease 0s;
}
/*headerFix*/
.headerFix .heroView .act3{
    pointer-events: none;
    opacity: 0;
    filter: blur(20px);
}





/* act4 --------*/
.heroView .act4{
    position: absolute;
    bottom: 0;
    right: 1%;
    opacity: 0;
    height: 100px;
}
.loaded .heroView .act4{
    transition: 0.5s ease 6s;
    opacity:1;
}
.scrolled .heroView .act4{
    transition: 0.5s ease 0s;
}
.headerFix .heroView .act4{
    opacity: 0;
}
.heroView .act4 .scroll {
    position: absolute;
    right: 50%;
    top: 10%;
    color: #e3007f;
    font-size: 11px;
    font-family: "redonda", sans-serif;
}

.heroView .act4 .scroll::before {
    animation: scroll 2s infinite;
    background-color: #e3007f;
    bottom: -60px;
    content: "";
    height: 50px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    width: 1px;
}

@keyframes scroll {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  51% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}

/* act5 --------*/
.heroView .act5{
    opacity: 0;
    position:fixed;
    top: 50%;
    left: 6vw;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    width: 35vw;
}
.loaded .heroView .act5{
    transition: 0.5s ease 3s;
    opacity:1;
}

.scrolled .heroView .act5 {
    transition: 0.5s ease 0s;
}
.point01 .heroView .act5{
    opacity: 0;
}

.heroView .act5 p{

}

.heroView .act5 p:nth-child(1){

}
.heroView .act5 p:nth-child(2){
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    width: 100%;
    opacity:0;
}

.loaded .heroView .act5 p:nth-child(2){
  -webkit-animation: fadeSplash 0.5s ease 3.8s 1 forwards;
  animation: fadeSplash 0.5s ease 3.8s 1 forwards;
}

@keyframes fadeSplash {
	0% {
		opacity: 0;
		-webkit-transform: scale(0.8) translate(-50%, -50%);
		transform: scale(0.8) translate(-50%, -50%);
	}
	50% {
		-webkit-transform: scale(1.2) translate(-50%, -50%);
		transform: scale(1.2) translate(-50%, -50%);
	}
	100% {
		opacity: 1;
		-webkit-transform: scale(1) translate(-50%, -50%);
		transform: scale(1) translate(-50%, -50%);
	}
}


/* act6 --------*/
.heroView .act6{

}
.heroView .act6 p{
    width: 25px;
    position: fixed;
    z-index: -1;
    pointer-events: none;
}
.heroView .act6 p:nth-child(1){
    left: 5%;
    top: 18%;
    animation: rotateAnimation 3s linear infinite;
}
.heroView .act6 p:nth-child(2){
    right: 20%;
    top: 17%;
    animation: rotateAnimation 3s linear 1s infinite;
}
.heroView .act6 p:nth-child(3){
    right: 50%;
    bottom: 9%;
    animation: rotateAnimation 3s linear 1.5s infinite;
}
.heroView .act6 p:nth-child(4){
    width: 15px;
    bottom: 20%;
    left: 5%;
}
.heroView .act6 p:nth-child(5){
    width: 15px;
    top: 6%;
    left: 50%;
    transform: rotate(172deg);
}
.heroView .act6 p:nth-child(6){
    width: 15px;
    bottom: 6%;
    right: 10%;
    transform: rotate(172deg);
}

/* act7 --------*/
.heroView .act7{
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    opacity:0;
}
.loaded .heroView .act7{
    transition: 0.5s ease 5s;
    opacity:1;
}
.scrolled .heroView .act7 {
    transition: 0.5s ease 0s;
}
.headerFix .heroView .act7{
    opacity: 0;
}
.heroView .act7 p {
    position: relative;
    display: block;
    margin: 0 0 1vw 0;
    padding: 1vw 5vw;
}
.heroView .act7 p::before {
  background: #e3007f;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  transform-origin: right center;
    opacity: 0;
}
.loaded .heroView .act7 p::before {
  animation: bg 2.6s cubic-bezier(0.22, 1, 0.36, 1) 5s forwards;
}
.loaded .heroView .act7 p:nth-child(2)::before {
  animation: bg 2.6s cubic-bezier(0.22, 1, 0.36, 1) 5.5s forwards;
}
.heroView .act7 p span {
    color: #fff;
    display: block;
    position: relative;
    z-index: 1;
    text-align: right;
    font-size: min(2vw, 21px);
    letter-spacing: 0.2em;
}
 
@keyframes bg {
  0% {
    opacity: 0;
    transform: scaleX(0) translateX(-5%);
  }
  30% {
    transform: scaleX(1) translateX(0);
  }
  100% {
    transform: scaleX(1) translateX(0);
  }
  30%, 100% {
    opacity: 1;
  }
}
.heroView .act7 p:nth-child(1){

}
.heroView .act7 p:nth-child(2){
    margin: 0 0 1vw auto;
}


/* SP-max-769 */
@media screen and (max-width: 769px){

.heroView .act1 {
        width: 25vw;
        top: 2%;
}

/* act2 --------*/
.heroView .act2{

}
.heroView .act2 p {
        width: 100%;
}
.heroView .act2 p:before {
    content: '';
    display: block;
    position: fixed;
    width: 100%;
    height: 100%;
    background: url(/static/apollobay/fanclub/feature/5th_anniversary/images/bg_logo_C4gDXMey.png);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
}

/* act3 --------*/
.heroView .act3 {
        padding: 10px 20px;
        border-radius: 0 10px 0 0;
}
.heroView .act3 .snsList li a {
    font-size: 15px;
}
/* act4 --------*/
.heroView .act4 {
        right: 10px;
        bottom: 0;
}
.heroView .act4 .scroll {
    top: 35%;
}
.heroView .act4 .scroll::before {
    bottom: -35px;
    content: "";
    height: 30px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    width: 1px;
}

/* act5 --------*/
.heroView .act5 {
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    width: 40vh;
}
.headerFix .heroView .act5 {
    opacity: 0;
}

/* act6 --------*/
.heroView .act6 p {
    width: 15px;
}
.heroView .act6 p:nth-child(2) {
    right: 8%;
    top: 22%;
}
.heroView .act6 p:nth-child(4),
.heroView .act6 p:nth-child(5),
.heroView .act6 p:nth-child(6) {
    width: 10px;
}

/* act7 --------*/
.heroView .act7 {
    top: auto;
    bottom: 15%;
    right: 0;
    transform: none;
    -webkit-transform: none;
    -ms-transform: none;
    opacity: 0;
}
.heroView .act7 p {
    margin: 0 0 1vh 0;
    padding: 10px 20px;
}
.heroView .act7 p span {
    font-size: 70%;
}



}



/*===================================================
  bannerBox
====================================================*/
.bannerBox{
    padding-bottom: 0;
}
.bannerBox .contentBox{
    padding: 160px 60px 0;
}
/* SP-max-769 */
@media screen and (max-width: 769px){
.bannerBox .contentBox {
    padding: 80px 0 0;
}
}

/*===================================================
  aboutBox
====================================================*/

.aboutBox{
    margin: 0 0 100px auto;
    width: calc(100% - 40vw);
}
.aboutBox .lead{

}
.aboutBox .lead p{
    font-size: 80%;
    text-align: center;
    margin: 0 0 15px 0;
}
.aboutBox .lead p:nth-child(1){
    margin: 0 0 40px 0;
    font-family: "dnp-shuei-nmincho-std", sans-serif;
    letter-spacing: 0.2em;
    font-size: 70%;
    line-height: 2;
    font-style: italic;
}
.aboutBox .lead p:last-child{
    margin: 0;
    font-weight: 600;
    line-height: 2;
    letter-spacing: 0.1em;
    font-size: 80%;
}

/* SP-max-769 */
@media screen and (max-width: 769px){

.aboutBox{
    width: 100%;
    margin: 0 auto;
}
.aboutBox .innerBlock{
    width: 100%;
}
.aboutBox .lead p {
    font-size: 60%;
    margin: 0 0 5px 0;
}
.aboutBox .lead p:nth-child(1) {
    margin: 0 0 20px 0;
    font-size: 60%;
}
.aboutBox .lead p:last-child {
    font-size: 65%;
}


}


/*===================================================
  scheduleBox
====================================================*/
.scheduleBox{
    margin: 0 auto;
    background: #fff;
}
.scheduleBox .contentBox{

}
.scheduleBox .titBox{

}
.scheduleBox .op_schedule {
    -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));
    background: #fff;
    padding: 40px;
    border-radius: 30px;
    max-width: 800px;
    margin: auto;
    text-align: center;
}
.scheduleBox .data{
    font-size: 130%;
    font-weight: bold;
    margin: 0 0 10px 0;
}
.scheduleBox .data span{
    font-size: 60%;
}
.scheduleBox .area{
    font-weight: bold;
    font-size: 80%;
    margin: 0 10px 0 0;
}
.scheduleBox .venue{
    font-weight: bold;
    font-size: 130%;
    margin: 0 0 20px 0;
}
.scheduleBox .info{
    padding: 20px;
    max-width: 500px;
    margin: auto;
    background: #f9f9f9;
    border-radius: 20px;
}
.scheduleBox .info p:nth-child(1){
    font-size: 90%;
    margin: 0 0 5px 0;
}
.scheduleBox .info p:nth-child(2){
    font-size: 90%;
    margin: 0 0 5px 0;
    pointer-events: none;
    color: #000;
}
.scheduleBox .info p:nth-child(2) a{
    pointer-events: none;
    color: #000;
}
.scheduleBox .info p:nth-child(3){
    font-size: 70%;
}

/* SP-max-769 */
@media screen and (max-width: 769px){

.scheduleBox .op_schedule {
    padding: 30px 20px;
    border-radius: 20px;
}
.scheduleBox .data {
    font-size: 100%;
}
.scheduleBox .venue {
    font-weight: bold;
    font-size: 100%;
    margin: 0 0 15px 0;
}
.scheduleBox .info {
    padding: 20px;
    border-radius: 10px;
}
.scheduleBox .info p:nth-child(1) {
    font-size: 80%;
    margin: 0 0 5px 0;
}
.scheduleBox .info p:nth-child(2) {
    font-size: 70%;
    margin: 0 0 5px 0;
}

}


/*===================================================
  kvBox
====================================================*/
.kvBox{
    background: #fff;
    padding: 0 0 150px 0;
}
.kvBox .contentBox{
    max-width: 600px;
    margin: auto;
}

/* SP-max-769 */
@media screen and (max-width: 769px){
.kvBox {
    padding: 0 20px 40px;
}
}
/*===================================================
  ticketBox
====================================================*/
.ticketBox{

}
.ticketBox .contentBox{

}
.ticketBox .titBox{

}
.ticketBox .innerBlock{
    max-width: 1000px;
}
.ticketBox .ticketTypeListBlock{
    margin-bottom: 60px;
    background: #fff;
    padding: 40px;
    box-sizing: border-box;
    border-radius: 30px;
    border: 1px solid #e3007f;
    box-shadow: 5px 5px #e3007f;
    -webkit-box-shadow: 5px 5px #e3007f;
}
.ticketBox .ticketTypeListBlock .titBox{
    text-align: center;
    margin: 0 auto 30px;
}
.ticketBox .ticketTypeListBlock .tit{
    font-size: 120%;
    position: relative;
    display: inline-block;
    padding: 0 70px;
    color: #e3007f;
}

.ticketBox .ticketTypeListBlock .tit:before,.ticketBox .ticketTypeListBlock .tit:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 50px;
  height: 1px;
  background-color: #e3007f;
}

.ticketBox .ticketTypeListBlock .tit:before {
  left:0;
}
.ticketBox .ticketTypeListBlock .tit:after {
  right: 0;
}


.ticketBox .ticketTypeList{
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    position: relative;
    justify-content: space-between;
    border-bottom: dotted 1px;
    padding: 0 0 30px 0;
}
.ticketBox .ticketTypeList:last-of-type{
    border-bottom: none;
    padding: 0 ;
    margin-bottom:0;
}

.ticketBox .ticketTypeList dt{

}

.ticketBox .ticketTypeList dt .ticketName{
    font-size: 130%;
    position: relative;
    line-height: 1.5;
}
.ticketBox .ticketTypeList dt .mini{
font-size: 60%;
    border: 1px solid;
    padding: 5px 15px;
    border-radius: 999px;
    margin: 0 10px 0 0;
    position: relative;
    top: -3px;
}
.ticketBox .ticketTypeList dt .attentionList{
	margin: 20px 0 0 0;
}
.ticketBox .ticketTypeList dt .attentionList li{
    font-size: 80%;
    text-indent: -1em;
    margin: 0 0 5px 1em;
}
.ticketBox .ticketTypeList dt .attentionList li:last-child{
    margin: 0 0 0 1em;
}

.ticketBox .ticketTypeList dd .price{
    position: relative;
    font-size: 150%;
    font-weight: bold;
}

.ticketBox .ticketTypeList dd .price span{
    font-size: 50%;
    padding: 0 0 0 10px;
}
.ticketBox .ticketTypeList dd{

}

.ticketBox .advanceBlock{

}
.ticketBox .advanceLiet{

}
.ticketBox .advanceLiet dt{
    font-size: 140%;
    font-weight: 500;
    margin: 0 0 10px;
}
.ticketBox .advanceLiet dd{

}
.ticketBox .advanceLiet dd .txt{
    font-weight: 500;
}
.ticketBox .advanceLiet dd span{
    background: #000;
    color: #FFF;
    font-size: 80%;
    padding: 3px 20px 1px;
    display: inline-block;
    border-radius: 100px;
    margin: 0 15px 0 0;
}
.ticketBox.comingTicket .titBox {
    margin: 0;
}
.ticketBox.comingTicket .contentBox{
    display: block;
    text-align: center;
    padding: 200px 60px;
}
.ticketBox .coming {
    line-height: 0.5em;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) rotate(-15deg);
    color: #8f8f8f;
    font-size: 580%;
}
.ticketBox .ticketPrize{
    position: relative;
    margin: 0 0 10px;
    padding: 0 0 0 20px;
    line-height: 1.3em;
}
.ticketBox .ticketPrize:before{
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    position: absolute;
    left: 0;
    top: 5px;
    background: transparent;
    border-radius: 100px;
    border: 3px solid;
    box-sizing: border-box;
}
.ticketBox .ticketPrize > *{
    margin-bottom: 10px;
}
.ticketBox .ticketPrize > *:last-child{
    margin-bottom:0;
}


/* PC-770-1340 */
@media screen and (min-width:770px) and (max-width:1340px ) {


}


/* PC-770-980 */
@media screen and (min-width:770px) and (max-width:980px ) {
.ticketBox .ticketTypeList {
    display: block;
}
.ticketBox .ticketTypeList:before {
    content: none;
}
.ticketBox .ticketTypeList dd {
    text-align: right;
    margin: 10px 0 0;
    position: relative;
}
.ticketBox .ticketTypeList dd .price {
    display: inline-block;
}
.ticketBox .ticketTypeList dd:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    height: 0;
    width: 100%;
    background: transparent;
    border-bottom: 1px dashed #FFF;
    line-height: 0;
}
}

/* SP-max-769 */
@media screen and (max-width: 769px){
.ticketBox .titBox h2 .glitch {
    height: 75px;
    width: 200px;
}
.ticketBox .contentBox {
    display: block;
    padding: 0;
}
.ticketBox .innerBlock {
    width: 100%;
    padding: 0;
}
.ticketBox .ticketTypeListBlock {
        margin-bottom: 40px;
        padding: 20px;
        border-radius: 20px;
}
.ticketBox .ticketTypeListBlock .tit {
    font-size: 17px;
    padding: 0 50px;
}
.ticketBox .ticketTypeListBlock .titBox {
    text-align: center;
    margin: 0 auto 20px;
}
.ticketBox .ticketTypeListBlock .tit:before, .ticketBox .ticketTypeListBlock .tit:after {
    width: 30px;
}

.ticketBox .ticketTypeList {
        display: block;
        padding: 0 0 20px 0;
        margin: 0 0 20px 0;
}
.ticketBox .ticketTypeList:before {
    content: none;
}
.ticketBox .ticketTypeList dt {
    text-align: center;
}
.ticketBox .ticketTypeList dt .ticketName {
        font-size: 90%;
}
.ticketBox .ticketTypeList dt .price {
    padding: 0 0 0 10px;
}
.ticketBox .ticketTypeList dt .mini {
    font-size: 60%;
    border: 1px solid;
    padding: 5px 15px;
    border-radius: 999px;
    margin: 0 0 10px 0;
    position: relative;
    top: 0;
    display: block;
    text-align: center;
}
.ticketBox.comingTicket .contentBox{
    padding: 100px 60px;
}
.ticketBox .ticketTypeList dd {
        margin: 0 auto;
        position: relative;

}
.ticketBox .ticketTypeList dd .price {
        display: block;
        text-align: center;
        padding: 5px;
        font-size: 100%;
}
.ticketBox .coming {
    font-size: 280%;
}

}


/*===================================================
  goodsBox
====================================================*/
.goodsBox{
    background: #fff;
}
.goodsBox .contentBox{

}
.goodsBox .titBox{
    text-align: center;
}
.op_goods .goodsList .goodsImage {
    position: relative;
}
.op_goods .goodsList .goodsImage span{
    position: absolute;
    right: 10px;
    bottom: 10px;
    background: #DDD;
    display: block;
    z-index: 6;
    line-height: 1em;
    padding: 5px 10px 4px;
    font-size: 80%;
    border-radius: 100px;
}
.op_goods .goodsList .goodsImage span.type1{
    background: #4687a1;
}
.op_goods .goodsList .goodsImage span.type2{
    background: #53608f;
}
.op_goods .goodsList .goodsImage span.type3{
    background: #8f5387;
}
.goodsBox .coming{

}
.goodsBox .op_slider {
    margin-bottom: 20px;
}

.op_goods .goodsPop .badge{
    margin-bottom: 20px;
}
.op_goods .goodsPop .badge:last-child{
    margin-bottom: 40px;
}
.op_goods .goodsPop .badge li{
    background: #ffa736;
    color: #FFF;
    display: inline-block;
    padding: 5px 20px 2px;
    border-radius: 100px;
    font-size: 90%;
    font-weight: 600;
    margin-bottom: 10px;
}
.op_goods .goodsPop .badge.type1 li{
    background: #4687a1;
}
.op_goods .goodsPop .badge.type2 li{
    background: #53608f;
}
.op_goods .goodsPop .badge.type3 li{
    background: #8f5387;
}
.op_goods .goodsPop .badge.sep li{
    border: 2px solid #000;
    color: #000;
    background: transparent;
    box-sizing: border-box;
    padding: 3px 16px 1px;
}
.goodsBox .inBox{
    background: #FFF;
    color: #000;
    padding: 40px;
    margin: 0 auto 50px;
}
.goodsBox .inBox h3{
	font-weight: 600;
    border-left: 5px solid;
    padding: 0 0 0 10px;
    text-align: left;
	top: 0;
}
.goodsBox .inBox.special{
    padding: 80px;
}
.goodsBox .inBox.special h3{
    font-size: 180%;
    font-weight: 800;
    border-left: none;
    text-align: center;
    border-bottom: 1px solid;
    padding: 0 0 20px;
    line-height: 1.4em;
}
.goodsBox .inBox.special .subTit{
    font-weight: 500;
    text-align: center;
    font-size: 110%;
}
.goodsBox .inBox.special .btn {
    text-align: center;
}
.goodsBox .inBox.special .btn a{
    background: #3d464d;
    color: #FFF;
    display: inline-block;
    width: auto;
}
/* PC-min-769 */
@media screen and (min-width: 770px){
.op_goods .sp{
    display:none;
}
.goodsBox .inBox.special {
    padding: 40px;
}
.goodsBox .inBox.special .pc{
    display: block;
}
.goodsBox .inBox.special .sp{
    display: none;
}

}



/* SP-max-769 */
@media screen and (max-width: 769px){
.goodsBox .titBox h2 .glitch {
    height: 75px;
    width: 180px;
}
.goodsBox .contentBox {

}
.op_goods .pc{
    display:none;
}
.goodsBox .inBox.special {
    padding: 20px;
}
.goodsBox .inBox.special .pc{
    display: none;
}
.goodsBox .inBox.special .sp{
    display: block;
}
.op_goods .goodsList .goodsImage span {
    right: 5px;
    bottom: 5px;
    font-size: 70%;
}
.goodsBox .inBox.special .btn a {
    padding: 10px 40px;
    line-height: 1.2em;
    font-size: 110%;
}
.goodsBox .inBox.special h3 {
    font-size: 120%;
    line-height: 1.3em;
    text-align: left;
    letter-spacing: 0.02em;
    padding: 0 0 10px;
    margin: 0 0 10px;
}
.goodsBox .inBox.special .subTit {
    text-align: left;
    word-break: break-all;
}
.goodsBox .inBox{
    padding: 20px;
    margin: 0 auto 30px;
}

}

/*===================================================
  shopBox
====================================================*/
.shopBox{
    background: rgba(255, 255, 255, 0.1);
}
.shopBox .titBox h2 .glitch {
    height: 150px;
    width: 600px;
}

/* SP-max-769 */
@media screen and (max-width: 769px){
.shopBox .titBox h2 .glitch {
        height: 70px;
        width: 280px;
}
.shopBox .coming {
        font-size: 150%;
        line-height: 1.5;
        padding: 0 0 20px 0;
}

}

/*===================================================
  footerBox
====================================================*/
.footerBox{
    background: rgba(0, 0, 0, 0.2);
}
.footerBox .footerLogo{
    width: 400px;
    max-width: 100%;
}



/* PC-min-770 */
@media screen and (min-width: 770px){

}

/* SP-max-769 */
@media screen and (max-width: 769px){

.footerBox {
    padding: 50px 20px 20px;
}
.footerBox .footerLogo {
    width: 200px;
    max-width: 100%;
}

}



