@charset "UTF-8";


body{
    position: relative;
    background:#352956;
}
body:not(.page--home) .wrap {
    background: transparent;
    position: relative;
}
.header {
    display: none;
}
.footer {
    background: none;
    height: 100vh;
    display: block;
}
.footer__list{
    display: none;
}
.footer .footer__login--list{
    display: none;
}
.flex--container {
    position: absolute;
    bottom: 5%;
    right: 3%;
    width: 180px;
    text-align: right;
    display: block;
}
.flex--container.corporate--list{
    display: none!important;
}
.allContain{
    position: relative;
}
section {
	padding: 120px 0;
    position: relative;
    background: url(/static/hikawakiyoshi/fanclub/feature/gekijo2026/images/bg_contents_a_fM2mz57X.jpg)  center center;
    background-size:contain;
}
section:nth-child(even){
    background: url(/static/hikawakiyoshi/fanclub/feature/gekijo2026/images/bg_contents_b_fM2mz57X.jpg)  center center;
    background-size:contain;
}
section:first-of-type {
 
}
.anc{
display:block;
position: absolute;
top: -20px;
}

.ancPoint{
position:relative;
    display: block;
    padding-top: 100px;
    margin-top: -100px;
}
.delighter {
    transition: all .5s ease-out;
    transform: translatey(10%);
    opacity: 0;
   }

.delighter.started {
      transform: none;
      opacity: 1;
   }
.contentBox {
    margin: 50px 0 0 0;
}
.inBox {
    position: relative;
    max-width: 1200px;
    margin: auto;
    width: 80%;
}
.titBox {
    position: relative;
    font-weight: 800;
    color: #FFF;
    z-index: 1;
    margin: 0;
}
.titBox .inner{

}
.titBox > * {
    margin-bottom: 0;
}
.titBox h2 {
    font-size: min(7vw,100px);
    font-weight: 800;
    text-align: left;
    font-family: "ah-hakushu-fude-thick-script", sans-serif;
}
.titBox h2 span{
    opacity: 0.03;
    position: absolute;
    right: -20%;
    font-size: 400%;
    top: 60%;
}

section.started{

}

.clipAnim {
    transition: 0.3s ease 0.5s;
    clip-path: inset(0 100% 0 0);
}
.loaded .clipAnim {
    clip-path: inset(0 0 0 0);
}
.cs {
    font-size: 400%;
    font-family: "Playball", cursive;
    font-weight: normal;
    opacity: 0.3;
    text-align: left;
    line-height: 2;
}
.bgBox {
    width: 100%;
    height: 100%;
    padding: 0;
    position: fixed;
    left: 0;
    top: 0;
    z-index: -1;
    transition: all 0.6s;
    animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards;
}
.bg {
    position: absolute;
    width: 100vw;
    height: 100%;
    display: flex;
    align-items: center;
    padding: 40px;
    box-sizing: border-box;
    opacity: 1;
}
.bg01 {
    opacity: 1;
    background: url(/static/hikawakiyoshi/fanclub/feature/gekijo2026/images/bg_main_pc_fM2mz57X.jpg) no-repeat center center;
    background-position: top;
    background-size: cover;
}

.attentionList li {
    font-size: 13px;
    text-indent: -1em;
    margin: 0 0 5px 1em;
}

/* SP-max-769 */
@media screen and (max-width: 769px){
.ancPoint {
    position: relative;
    display: block;
    padding-top: 20px;
    margin-top: -20px;
}
.footer .bottom--list .corporate--list {
        display: none;
    }
section {
    padding: 40px 0;
}
.contentBox{
    padding: 0;
    margin: 0;
}
.inBox {
    width: 90%;
}
.titBox {
    position: relative;
    margin: 0 0 30px 0;
}
.titBox .subTit{
    font-size: 560%;
    -webkit-text-stroke: 1px rgb(255 255 255 / 90%);
    text-stroke: 1px rgb(255 255 255 / 90%);
}
.titBox h2 {
    font-size: 350%;
}



}
/*===================================================
	footer
====================================================*/
footer{
    padding: 180px 60px 50px;
    position: relative;
}
footer .artistLogo{
    width: 600px;
    max-width: 100%;
    margin: 0 auto 10px;
    line-height: 0;
}
footer .artistLogo a{
    display: block;
}
footer .copy{
    text-align: center;
    color: #000;
    font-size: 90%;
    font-family: "Roboto", sans-serif;
}

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

footer {
    padding: 100px 60px 20px;
    position: relative;
}

}

/*===================================================
	heroView
====================================================*/
.heroView{
	position: relative;
    margin: 0 auto 100px;
    min-height: 500px;
}

.heroView .act1{
    position: absolute;
    width: 10vh;
left: 15%;
    top: 45%;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    z-index: 1;
}
.heroView .act1 h1{

}
.loaded .heroView .act1 h1{
    transition: 0.8s ease 1.5s;
}
.headerFix .heroView .act1{
    opacity: 0;
}

@keyframes arrow{
  0% {transform: translateX(0px);opacity:1;}
  50% {opacity:1;}
  100% {transform: translateX(5px);opacity:0;}
}


.heroView .act2{

}
.heroView .act2 .mainImg{
    position:fixed;
    line-height: 0;
    z-index: 0;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    background: url(/static/hikawakiyoshi/fanclub/feature/gekijo2026/images/ph_mainImg_pc_fM2mz57X.jpg) no-repeat center center;
    background-position: top;
    background-size: cover;
    width: 97%;
    height: 95%;
}

.heroView .act3{

}
.heroView .act3 .smoke{

}
.heroView .act3 .smoke p{
    width: 20vw;
    position: fixed;
}

.heroView .act3 .smoke p:nth-child(1){
    left: 10%;
	animation: smoke_x_01 15s ease-in-out 0.1s infinite alternate-reverse;
}
.heroView .act3 .smoke p:nth-child(1) img{
	animation: smoke_y 15s ease-in-out infinite alternate-reverse;
}
.heroView .act3 .smoke p:nth-child(2){
	right: 10%;
	animation: smoke_x_02 15s ease-in-out 0.5s infinite alternate-reverse;
}
.heroView .act3 .smoke p:nth-child(2) img{
	animation: smoke_y 15s ease-in-out infinite alternate-reverse;
}
.heroView .act3 .smoke p:nth-child(3){
    left: 10%;
    bottom: 5%;
	animation: smoke_x_02 15s ease-in-out 0.3s infinite alternate-reverse;
}
.heroView .act3 .smoke p:nth-child(3) img{
	animation: smoke_y 15s ease-in-out infinite alternate-reverse;
}
.heroView .act3 .smoke p:nth-child(4){
    right: 10%;
    bottom: 5%;
	animation: smoke_x_01 15s ease-in-out 0.8s infinite alternate-reverse;
}
.heroView .act3 .smoke p:nth-child(4) img{
	animation: smoke_y 15s ease-in-out infinite alternate-reverse;
}

@keyframes smoke_x_01{
  0% {
    transform: translateX(-20%);
  }
  100% {
    transform: translateX(20%);
  }
}
@keyframes smoke_x_02{
  0% {
    transform: translateX(20%);
  }
  100% {
    transform: translateX(-20%);
  }
}
@keyframes smoke_y {
  0% {
    transform: translateY(-5%);
  }
  100% {
    transform: translateY(5%);
  }
}


.heroView .act5{
    position: absolute;
    top: 2%;
    left: 2%;
    width: 200px;
    transform: translate(0, 50%);
    opacity: 0;
    transition: 0.8s;
}
.loaded .heroView .act5{
    transform: translate(0, 0);
    opacity: 1;
    transition-delay: 2.8s;
}
.heroView .act6{
    position: absolute;
    bottom: 10%;
    right: 2%;
    color: #fff;
    width: 100%;
    text-align: right;
}
.heroView .act6{
    transition: 0.8s ease 2s;
}
.heroView .act6 .scheduleList{

}
.heroView .act6 .scheduleList li{
    font-size: 100%;
    margin: 0 0 10px 0;
}
.heroView .act6 .scheduleList li .mini{

}
.heroView .act6 .scheduleList li:last-child{
    margin0;
}

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

.navigation{

}
.navigation .headerNav{
        display: -webkit-flex;
        display: flex;
        flex-flow: row wrap;
        justify-content: flex-start;
        align-items: center;
        right: 3%;
        top: 5%;
        position: fixed;
        z-index: 1;
        transform: translate(0, 50%);
        opacity: 0;
        transition: 0.8s;
}
.loaded .navigation .headerNav{
        transform: translate(0, 0);
        opacity: 1;
    	transition-delay:3s;
}

.navigation .headerNav li{
        margin: 0 15px 0 0;
        width: 3vw;
        max-width: 35px;
}

.navigation .headerNav li p a{
  transition: transform 0.3s;
  display: inline-block;
}
.navigation .headerNav li p a:hover{
  transform: perspective(600px) rotateY(-15deg) rotateX(20deg);
}


}



/* SP-max-769 */
@media screen and (max-width: 769px){
.heroView {
    margin: 0 auto 50px;
    min-height: auto;
}

.heroView .act1 {
        width: 9vh;
        right: 7%;
        top: 39%;
        left:auto;
}
.heroView .act2 .mainImg {
    width: 95%;
    height: 97%;
}
.heroView .act3 {
        left: 2%;
        bottom: 1%;
}
.snsList{
    display: flex;

}
.snsList li{
    padding: 0 10px 0 0;
}
.sns .snsList li a {
    font-size: 17px;
}
.heroView .act5{
    width: 130px;
}
.heroView .act6 {
    bottom: 25%;
    right: 3%;
    width: 90%;
}
.heroView .act6 .scheduleList li {
    font-size: 80%;
    margin: 0 0 5px 0;
}


}

/*===================================================
	scheduleBox
====================================================*/
.scheduleBox{
    margin: 0 auto 80px;
}
.scheduleBox .txt{
    text-align: center;
}
.scheduleBox .detailBox{
    display: -webkit-flex;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto 80px;
}
.scheduleBox .detail{
    padding: 40px;
    border: 1px solid #fff;
    margin: 0;
    width: 48%;
    text-align: center;
    background: rgba(255, 255, 255, 0.9);
    color: #231328;
}
.scheduleBox .detail dt{
    font-size: 15px;
    border-bottom: 1px solid;
    padding: 0 0 15px 0;
    margin: 0 0 15px 0;
}
.scheduleBox .detail dd{
    font-size: min(1.6vw, 21px);
    line-height: 1.5;
}
.scheduleBox .detail dd .txt{

}
.scheduleBox .attentionTxt{
    text-align: center;
    font-size: 14px;
    margin: 20px 0 0 0;
}
.op_schedule .scheduleCellList.additional {
    position: relative;
}
.op_schedule .scheduleCellList.additional:before {
    content: "";
    position: absolute;
    left: 0;
    top: -10px;
    background: #ffe5ed;
    width: 100%;
    height: calc(100% + 5px);
}
.op_schedule .scheduleCellList.additional .scheduleDate .year {

}
.op_schedule .scheduleCellList.additional .scheduleDate .year:after {
    content: "追加公演";
    font-size: 60%;
    background: #FF419B;
    color: #FFF;
    border-radius: 100px;
    line-height: 1em;
    padding: 0 10px 1px;
    vertical-align: 4px;
    margin: 0 0 0 5px;
    animation: fade 1s infinite alternate;
    word-break: keep-all;
}
@keyframes fade {
from { opacity: 0.2; }
to { opacity: 1; }
}


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

.scheduleBox .contentBox {
    width: 100%;
}

}

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

.scheduleBox {
    margin: 0 auto 30px;
}
.scheduleBox .detailBox{
    display: block;
    margin: 0 auto 30px;
}
.scheduleBox .detail {
    padding: 20px;
    margin: 0 auto 20px;
    width: 100%;
}
.scheduleBox .detail dt {
    font-size: 13px;
    padding: 0 0 10px 0;
    margin: 0 0 10px 0;
}
.scheduleBox .detail dd {
    font-size: 14px;
    line-height: 1.5;
}
.scheduleBox .contentBox{
    width: 100%;
}
.scheduleBox .attentionTxt {
    text-align: left;
    font-size: 12px;
    margin: 20px 0 0 0;
}
.op_schedule .scheduleCellList.additional:before {
    left: -10px;
    top: -5px;
    width: calc(100% + 20px);
    height: 100%;
}
}

/*===================================================
	ticketBox
====================================================*/

.ticketBox{

}

.ticketBox .titBox .subTit {
    position: relative;
    -webkit-text-stroke: 2px rgb(255 255 255 / 90%);
    text-stroke: 2px rgb(0 0 0 / 10%);
    mix-blend-mode: initial;
    z-index: -1;
}
.ticketBox .inBox{
	padding: 0;
    margin: 0 auto 100px;
}
.ticketBox .contentBox {
	padding: 0 0 0 10vw;
}
.ticketBox .inBox{
    background:transparent;
    color: #fff;
}
.ticketBox .ticketDetailList{
    border-bottom: 1px dotted;
    padding: 0 0 30px 0;
    margin: 0 0 30px 0;
    display: -webkit-flex;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center;
}
.ticketBox .ticketDetailList:last-of-type{
    border-bottom: none;
    padding: 0;
    margin: 0;
}
.ticketBox .ticketDetailList dt{
    font-size: 20px;
}
.ticketBox .ticketDetailList dt .txt{
    font-weight: bold;
}
.ticketBox .ticketDetailList dt .fa{
    font-size: 23px;
    margin: 0 10px 0 0;
}
.ticketBox .ticketDetailList dt .txt span{
    font-size: 80%;
    margin: 0 0 0 10px;
}
.ticketBox .ticketDetailList dd{
    font-weight: bold;
    font-size: 180%;
    letter-spacing: 0.1em;
}
.ticketBox .ticketDetailList dd > *{
    margin: 0 0 10px;
}
.ticketBox .ticketDetailList dd > *:last-child{
    margin: 0;
}
.ticketBox .ticketDetailList dd .txt{

}
.ticketBox .ticketDetailList dd .txt .mini{
    font-size: 70%;
}
.op_ticket .FCTicket .tikcetTit{
}
.op_ticket .FCTicket .tikcetTit .entryType {

}
.op_ticket .txt{
    text-align: center;
}
.u18ticket{

}
.u18ticket dt{
    display: inline-block;
    background: #000;
    color: #FFF;
    padding: 5px 14px;
    margin: 0 0 15px;
    font-size: 80%;
}
.u18ticket dd{

}
.ticketBox .inner{
    background: rgba(0, 0, 0, 0.1);
    padding:60px 40px;
    margin: 0 auto 80px;
    position: relative;
    border: 1px solid;
}
.ticketBox .inner h3{
	letter-spacing: 0.2em;
    display: inline-block;
    writing-mode: vertical-rl;
    font-size: 250%;
    position: absolute;
    right: -8%;
    height: 100%;
    top: 0;
    font-size: min(3vw, 50px);
}

.ticketBox .inner:nth-of-type(odd) h3{
    left: -8%;
    right: auto;
}
.ticketBox .inner.contact h3{
    right: -8vw;
    left: auto;
}
.ticketBox .inner .detail{
	margin: 0 0 50px 0;
    padding: 0 0 50px 0;
    border-bottom: 1px solid;
}
.ticketBox .inner .detail:last-of-type{
	margin: 0 ;
    padding: 0 ;
    border-bottom:none;
}
.ticketBox .inner .detail dt{
    border-left: 5px solid;
    padding: 0 0 0 15px;
    font-size: 145%;
    margin: 0 0 20px 0;
}
.ticketBox .inner .detail dd{

}

.op_ticket {
    margin-bottom: 40px;
    border: 1px solid;
    padding: 40px;
}
.op_ticket .ticketTit{
    text-align: center;
    font-size: 150%;
    margin: 0 auto 50px;
    border-bottom: 1px solid;
    padding: 0 0 30px 0;
}
.op_ticket .tikcetDetail .detailList:has(+ .btn){
    margin-bottom: 40px;
}
.op_ticket .tikcetTit{
    background: #fff;
    color: #000;
    padding: 25px 50px 25px 25px;
    font-size: 120%;
    border-radius: 0;
    margin: 0 auto 20px;
    max-width: 600px;
    text-align: center;
    font-weight: bold;
}
.op_ticket .tikcetTit .entryType{
    font-size: 70%;
    margin: 0 0 0 10px;
}
.op_ticket .tikcetDetail {
    background: rgba(0, 0,0, .1);
    color: #fff;
    border-radius: 20px;
}
.ticketBox .textLink a{
    color: #FFF;
}
.ticketBox .btn.end a {
    background: #aaa;
    pointer-events: none;
}

.ticketBox .contactArea{
    margin: 100px auto 0;
}
.ticketBox .contactArea .textLink{
	margin: 0 0 10px 0;
    font-size: 90%;
    text-align: center;
}
.ticketBox .contactArea .textLink a{

}

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

.op_ticket {
    padding: 20px;
}
.op_ticket .ticketTit {
    text-align: center;
    font-size: 120%;
    margin: 0 auto 30px;
    padding: 0 0 20px 0;
}
.ticketBox .inner h3 {
    writing-mode: initial;
    font-size: 250%;
    font-size: 150%;
    position: initial;
    margin: 0 0 20px 0;
}
.ticketBox .inner {
    padding: 30px 20px;
    margin: 0 auto 30px;
}
.ticketBox .ticketDetailList {
    padding: 0 0 20px 0;
    margin: 0 0 20px 0;
    display: block;
}
.ticketBox .ticketDetailList dt {
    font-size: 14px;
    margin: 0 0 10px 0;
}
.ticketBox .ticketDetailList dt .txt span {
    font-size: 80%;
    margin: 0;
    display: block;
}
.ticketBox .ticketDetailList dt .fa {
    font-size: 17px;
    margin: 0 5px 0 0;
}
.ticketBox .ticketDetailList dd {
    font-size: 17px;
}
.ticketBox .inner .detail {
    margin: 0 0 20px 0;
    padding: 0 0 20px 0;
    border-bottom: 1px solid;
}
.ticketBox .inner .detail dt {
    border-left: 3px solid;
    padding: 0 0 0 10px;
    font-size: 90%;
    margin: 0 0 15px 0;
}
.ticketBox .inner .detail dd .txt{
    font-size: 90%;
}
.op_ticket .txt {
        font-size: 100%;
        line-height: 1.5;
}
.op_ticket .tikcetDetail {
        padding: 20px;
        border-radius: 15px;
}
.op_ticket .end .tikcetTit:after {
    top: -5px;
    right: -5px;
    transform: translate(0, 0);
    font-size: 50%;
    padding: 3px 7px 2px;
}
.op_ticket .tikcetTit {
        padding: 15px 50px 15px 15px;
        font-size: 100%;
}
.op_ticket .tikcetDetail .detailList:has(+ .btn){
    margin-bottom: 10px;
}
.ticketBox .contactArea{
    margin: 50px auto 0;
}

}

/*===================================================
	specialBox
====================================================*/
.specialBox{
    min-height: 500px;
}
.specialBox:before {
    content: "";
    display: inline-block;
    width: 40vw;
    height: 30vw;
    background-image: url(/static/gesuotome/official/feature/tour2025/images/ph_13_a9BRgs4Y.png);
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
    position: absolute;
    right: 0;
    bottom: 0;
    transform: translate(0, 50%);
    opacity: 0;
    transition: 0.8s;
}
.specialBox.started:before{
    transform: translate(0, 0);
    opacity: 0.2;
    transition-delay: 0.5s;
}
.specialBox .titBox{
	color: #9f599a;
}
.specialBox .titBox .inner{
    width: 100%;
}
.specialBox .titBox h3 {
    font-size: 200%;
}
.specialBox .titBox .subTit{
    opacity:0;
}

.specialBox .contentBox{
    background: transparent;
    padding: 0;
}
.specialBox .inBox{
    background: none;
    padding: 0;
}
.specialBox .inBox:last-child{
    margin-bottom: 0;
}
.specialBox .num{
    display: block;
    font-family: "Roboto", sans-serif;
    font-weight: 800;
    font-size: 500%;
    position: absolute;
    top: 0;
    left: 0;
    line-height: 1em;
    transform: translate(-40%, -40%);
    margin: 0;
}
.specialBox .tri{
    position: absolute;
    top: 0;
    left: 0;
    width: 100px;
    height: 100px;
    margin: 0;
}
.specialBox .tri span{
    display: block;
    width: 180px;
    height: 1px;
    background: #FFF;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(-45deg);
}
.specialBox .inBox h3{
    font-size: 180%;
    font-weight: 800;
}
.specialBox .lead{
    text-align: center;
    font-size: 240%;
    font-weight: 800;
    line-height: 1.2em;
    color: #FFF;
}
.specialBox .cap{

}
.specialBox .cap span{
    font-size: 80%;
    display: inline-block;
    padding: 7px 10px 5px;
    background: #ff8888;
    color: #FFF;
    line-height: 1em;
    border-radius: 100px;
    font-weight: 600;
}
.specialBox .attentionList{
    padding: 40px;
    border: 1px solid;
}
.specialBox .attentionList{
    padding: 40px;
    border: 1px solid;
}
.attentionList dd {
    padding: 0 0 0 25px;
}
.specialBox .attentionList dd:before {
    content: none;
}
.specialBox .attentionList dd i{
    position: absolute;
    left: 0;
    top: 1px;
}
.specialBox .upscheduleBox{
    padding: 40px 0 20px;
}
.specialBox .upscheduleInner{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.specialBox .upscheduleBox .upscheduleTit{
    border-left: 4px solid;
    padding: 0 0 0 10px;
    margin-bottom: 20px;
    font-size: 18px;
}
.specialBox .upscheduleBox .upschedule{
    display: flex;
    background: #FFF;
    width: calc(50% - 10px);
    margin-bottom: 20px;
    overflow: hidden;
    border: 2px solid #ff419b;
    box-sizing: border-box;
}
.specialBox .upscheduleBox .upschedule dt{
    width: 180px;
    text-align: center;
    padding: 10px;
    font-size: 18px;
    border-right: 2px solid #ff419b;
    color: #000;
}
.specialBox .upscheduleBox .upschedule dd{
    color: #000;
    padding: 10px;
    font-size: 18px;
}

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

.specialBox{
    min-height: 300px;
}
.specialBox:before {
    width: 50vw;
    height: 40vw;
    right: -2%;
    bottom: 0;
}
.specialBox .inBox {
    padding: 40px;
    margin-bottom: 40px;
}
.specialBox .titBox h3 {
    font-size: 140%;
}
.specialBox .inBox h3 {
    font-size: 140%;
}

.specialBox .lead {
    font-size: 160%;
}
.specialBox .num {
    font-size: 300%;
    transform: translate(-25%, -40%);
    letter-spacing: 0;
}
.specialBox .tri span {
    width: 130px;
    top: 35%;
    left: 35%;
}
.specialBox .attentionList {
    padding: 20px;
}
.specialBox .upscheduleInner {
    display: block;
}
.specialBox .upscheduleBox .upschedule {
    width: 100%;
}
.specialBox .upscheduleBox .upschedule dt {
    width: 50%;
    padding: 5px;
    font-size: 14px;
}
.specialBox .upscheduleBox .upschedule dd {
    color: #000;
    padding: 5px 10px;
    font-size: 14px;
    font-weight: 600;
}
.specialBox .upscheduleBox {
    padding: 20px 0 0;
    margin-bottom: 40px;
}
}


/*===================================================
	goodsBox
====================================================*/
.goodsBox{
    padding: 0 60px 120px;
}
.goodsBox a {
    display: block;
    overflow: hidden;
}
.goodsBox a figure{
    margin-bottom: 0;
    transition: 0.3s ease;
}
.op_modal .modPop .popInBox figure{
    margin-bottom: 0;
}

/* pc-min-770 */
@media screen and (min-width: 770px){
.goodsBox a:hover figure{
    transform: scale(1.1)
}
}
/* SP-max-769 */
@media screen and (max-width: 769px){
.goodsBox {
    padding: 0 20px 0;
}
}