@charset "utf-8";

:root {
    --black: #49352E;
    --white: #fff;
    --whiteOpc: #ffffff25;
    --main: #D3EFE0;
    --gray: #aaa;
    --fc: #BA2424;;

    --titleFont: "Instrument Serif", sans-serif;
    --commonFont: "Instrument Serif", serif;
}


/*===================================================
	ani
====================================================*/
.loader{
    position: fixed;
    height: 100%;
    height: 100dvh;
    width: 100%;
    background: var(--black);
    z-index: 9999;
}

.action {
    opacity: 0;
    transition: 1s ease;
}
.action.act01,
.action.act02,
.action.act03 {
    transform: translateY(20px);
}
.loaded .action {
    opacity: 1;
    transform: translateY(0);
}
.loaded .action.act01 {
    transition-delay: 1s;
}
.loaded .action.act02 {
    transition-delay: 1.25s;
}
.loaded .action.act03 {
    transition-delay: 1.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 (min-width: 961px){}

@media screen and (max-width: 960px){}



/*===================================================
	ALL
====================================================*/
html {
    scroll-behavior: smooth;
}

body {
    background: var(--main);
}

img {
pointer-events: none;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}

.floater {
    position: fixed;
    right: 0;
    bottom: 0;
    z-index: 10;
    transition: 0.5s ease;
    pointer-events: none;
    opacity: 0;
    transform: translateX(100%);
}
.scrolled .floater {
    pointer-events: auto;
    opacity: 1;
    transform: translateX(0);
}
.floater a {
    display: block;
    font-size: 24px;
    font-family: var(--titleFont);
    letter-spacing: 0.03em;
    color: var(--black);
    background: var(--main);
    font-weight: 600;
    padding: 10px 20px;
    border-radius: 10px 0 0 0;
}

.mainWrap {
    position: relative;
    z-index: 1;
    font-family: var(--commonFont);
    font-size: 16px;
    line-height: 1.5;
    color: var(--black);
    width: calc(100% - 60px);
    margin: 0 auto;
    padding: 30px 0 90px;
}




.container {}

.container section {
    position: relative;
    padding: 160px 0;
}

.container section h3 {
    width: 300px;
    margin: 0 auto 90px;
    font-size: 38px;
    border: 1px solid black;
    border-radius: 50% / 50%;
    padding: 15px 40px;
    text-align: center;
}

.container section .inBox {
    position: relative;
    width: 90%;
    max-width: 1400px;
    margin: 0 auto;
}
.container section .inBox.frame {
    padding: 40px;
}

.container section .inBox .soon {
    font-size: 24px;
    text-align: center;
    font-weight: bold;
    padding: 80px 0;
}




/*===================================================
    heroView
====================================================*/
#heroView {
    z-index: 2;
    position: relative;
    width: 100%;
    height: calc(100vh - 60px);
    min-height: 540px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

#heroView .heroInner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    width: 100%;
    max-width: 1920px;
    height: 100%;
}
#heroView .heroInner .kvBox {
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(0, -50%);
    -webkit-transform: translate(-50%, -50%);
    max-width: calc(1920px * 0.8);
    min-width: px;
    border: 1px solid var(--black);
    padding: 10px;
    width: 57%;
}
#heroView .heroInner .kvBox .kv {
    width: 100%;
    height: 100%;
    position: relative;
}
#heroView .heroInner .kvBox .kv img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 100% 30%;
}

#heroView .heroInner .titleBox {
position: absolute;
    z-index: 2;
    width: 27.5%;
    max-width: calc(1920px * 0.275);
    top: 100%;
    left: 5%;
    transform: translate(5%, -50%);
    -webkit-transform: translate(5%, -50%);
}

iew .heroInner .titleBox .mainTit {
    margin: 0 auto 5%;
}
#heroView .heroInner .titleBox .subTitBox {
    width: 65%;
    margin: 0 auto;
}
#heroView .heroInner .titleBox .subTitBox p {
    line-height: 1;
}
#heroView .heroInner .titleBox .subTitBox p:nth-child(1) {
    width: 57%;
    margin: 0 auto 5%;
}
#heroView .heroInner .titleBox .subTitBox p:nth-child(2) {}


#heroView .heroInner .subTitBox{
    position: absolute;
    z-index: 2;
    width: 27.5%;
    max-width: calc(1920px * 0.275);
    top: 95%;
    right: 50%;
    transform: translate(50%, -50%);
    -webkit-transform: translate(50%, -50%);
        width: 65%;
        font-size: 33px;
    margin: 0 auto;
    text-align: center;
}
#heroView .heroInner .titleBox .subTitBox p:nth-child(1) {
    width: 57%;
    margin: 0 auto 5%;
}

#heroView .menulist {
    display: flex;
    position: absolute;
    top: 30px;
    right: 30px;
    flex-direction: column;
    align-items: flex-end;
}
#heroView .menulist li {
    margin-bottom: 20px;
    font-size: 24px;
    font-weight: 400;
    font-family: var(--commonFont);
    line-height: 1;
}
#heroView .menulist li:last-child {
    margin: 0;
}
#heroView .menulist li a {}

#heroView .snsWrap {
    position: absolute;
    top: 220px;
    right: 26px;
    width: 60px;
}
#heroView .snsWrap .menuList {
    display: flex;
    align-items: center;
        flex-wrap: wrap;
    gap: 18px;
}
#heroView .snsWrap .menuList li {
    margin: 0 0px 0 0;
    line-height: 1;
}
#heroView .snsWrap .menuList li:last-child {
	margin: 0;
}
#heroView .snsWrap .menuList li a {
	font-size: 20px;
}
#heroView .snsWrap .menuList li a i {}

#heroView .scrollBox {
    position: absolute;
    width: 100%;
    height: 100%;
    inset: 0;
    z-index: 1;
    pointer-events: none;
}
#heroView .scrollBox p{
    writing-mode: vertical-rl;
    font-size: 15px;
    color: var(--black);
    padding: 0 0 25px 0;
    position: absolute;
    top: -60px;
    right: 4px;
}
#heroView .scrollBox .scrollArrow {
    width: 1px;
    height: 90px;
    position: absolute;
    right: 30px;
    bottom: 30px;
    background: var(--main);
}
h4{
    text-align: center;
    font-size: 40px;
}

@media screen and (max-width: 450px) {
    #heroView .scrollBox .scrollArrow {
        right: -10px !important;
        bottom: -3% !important;
    }
    #heroView .scrollBox p {
    top: -70px;
    }
        #heroView .heroInner .subTitBox {
        bottom: 7%;
        font-size: 22px !important;
    }
}

#heroView .scrollBox .scrollArrow:after {
    content: "";
    display: block;
    position: absolute;
    width: 7px;
    aspect-ratio: 5 / 50;
    background-image: url(/static/issue/fanclub/feature/quartet/image/ph_frame_jpXchHyhly.svg);
    background-size: cover;
    background-repeat: no-repeat;
    top: -15px;
    left: -15px;
    animation: scrollArrow 3s ease-in-out 0.5s infinite;
}
@keyframes scrollArrow {
    0% {opacity: 0; top: -15px;}
    25% {opacity: 100%;}
    75% {opacity: 100%;}
    100% {opacity: 0; top: calc(100% - 15px);}
}

#heroView .translateBox {
    position: absolute;
    top: 30px;
    left: 30px;
    font-size: 12px;
}
.wovn-languages {
    width: 100px;
    height: 20px;
    cursor: pointer;
}
.wovn-languages::before {
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    position: absolute;
    top: 3px;
    right: 10px;
    border: 1px solid var(--black);
    border-color: transparent transparent var(--black) var(--black);
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
}
.wovn-languages .language-name {
    cursor: pointer;
}
.wovn-languages .nav-dropdown {
    position: absolute;
    top: 0;
    line-height: 1.3;
    border-bottom: 1px solid;
    text-align: left;
    z-index: 2;
    width: 100px;
    height: 25px;
}
.wovn-languages .nav-dropdown .list--language {
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
}
.wovn-languages .nav-dropdown .list--language li {
    width: 100%;
    display: none;
    cursor: pointer;
    padding-bottom: 10px;
}
.wovn-languages .nav-dropdown .list--language li:last-child {
    padding-bottom: 0; 
}
.wovn-languages .nav-dropdown .list--language li.selected {
    display: block;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
            order: -1;
}
.wovn-languages.visible::before {
    content: none;
}
.wovn-languages.visible .nav-dropdown {
    opacity: 1;
    pointer-events: visible;
    z-index: 1;
    border: none;
    padding: 10px;
    background: var(--main);
    height: auto;
}
.wovn-languages.visible .nav-dropdown .list--language li {
    display: block;
}
.wovn-languages.visible .nav-dropdown .list--language li.selected {
    opacity: 0.4;
    pointer-events: none;
}

@media screen and (min-width:1921px) {

    #heroView .heroInner .kvBox .kv {
        right: 0;
    }

}

@media screen and (max-width: 1100px) and (min-width: 961px) {

    #heroView .heroInner .titleBox {
        width: 25%;
        right: 3%;
        transform: translate(3%, -50%);
        -webkit-transform: translate(3%, -50%);
    }

}



@media screen and (max-width: 1100px) and (min-width: 960px) and (max-height: 599px) {

}

@media screen and (min-width: 961px) {

    #heroView .menulist li a:hover,
    #heroView .snsWrap .menuList li a:hover i {
	    opacity: 0.7;
	}
.sp{
    display: none;
}
}

@media screen and (max-width: 960px) {

    #heroView .heroInner .subTitBox {
    bottom: 7%;
    font-size: 23px;
}

    .container section h3{
        font-size: 30px;
        width: 250px;
    }
    .pc{
        display: none !important;
    }

	#heroView {
	    min-height: 410px;
        height: calc(100svh - 40px);
	}

	#heroView .heroInner {
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        width: 100%;
        height: 50%;
        overflow: initial;
    }
    #heroView .heroInner .kvBox {
        width: 100%;
        min-width: initial;
        top: 46%;
        left: 50%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        overflow: hidden;
        max-width: 540px;
    }
    #heroView .heroInner .kvBox .kv {
        right: 0;
    }
    #heroView .heroInner .kvBox .kv img {
        object-position: 50% 30%;
    }

    #heroView .heroInner .titleBox {
position: relative;
        width: 40%;
        max-width: 260px;
        min-width: 200px;
        top: 60%;
        right: initial;
        left: 50%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
    #heroView .heroInner .titleBox .mainTit {
        margin: 0;
        position: absolute;
        bottom: calc(100% + 20px);
    }
    #heroView .heroInner .titleBox .subTitBox {
        position: absolute;
        top: calc(100% + 20px);
        left: 50%;
        transform: translateX(-50%);
        width: 80%;
    }
    #heroView .heroInner .titleBox .subTitBox p {}
    #heroView .heroInner .titleBox .subTitBox p:nth-child(1) {}
    #heroView .heroInner .titleBox .subTitBox p:nth-child(2) {}
    
    #heroView .menulist {
        top: 20px;
        right: 20px;
    }
    #heroView .menulist li {
        margin-bottom: 15px;
        font-size: 16px;
    }
    
    #heroView .snsWrap {
        bottom: 20px;
        left: 20px;
    }
    
    #heroView .scrollBox {}
    #heroView .scrollBox .scrollArrow {
        right: 20px;
        bottom: 60px;
    }

    #heroView .translateBox {
        top: -16px;
        left: -8px;
    }
    .hamBtn {
    display: block;
    position: fixed;
    right: 20px;
    top: 20px;
    width: 36px;
    height: 12px;
    transition: all .3s ease;
    cursor: pointer;
    z-index: 9998;
}
.hamBtn span:nth-of-type(1) {
    top: 0;
}
.hamBtn span:nth-of-type(2) {
    bottom: 0;
}
.hamBtn span {
    display: block;
    position: absolute;
    right: 0;
    width: 100%;
    height: 1px;
    background:var(--black);
    transition: all .3s ease;
}

    .navigation {
    opacity: 0;
    pointer-events: none;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    position: fixed;
    transition: all 0.5s ease-out;
}
.navigation .headerNav {
    margin: 0 auto;
    position: fixed;
    top: 0;
    width: 100vw;
    height: 100vh;
    box-sizing: border-box;
    transition: all 0.5s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
    background: var(--main);
    color: var(--black);
}
.navigation .headerNav li {
    padding: 0;
    position: relative;
    margin: 0 0 35px;
    letter-spacing: 0.05em;
    line-height: 1;
    font-family: var(--titleFont);
}
.navigation .headerNav li a {
    position: relative;
    font-size: 50px;
    font-family: var(--titleFont);
    font-weight: 400;
    letter-spacing: 0.05em;
    font-style: normal;
}


.hamBtn.open span:nth-of-type(1) {
    transform: translateY(-50%) rotate(-15deg);
    top: 50%;
}
.hamBtn.open span:nth-of-type(2) {
    transform: translateY(50%) rotate(15deg);
    bottom: 50%;
}
.navigation.active {
    transition: opacity 0.5s ease;
    pointer-events: auto;
    opacity: 1;
}
.navigation .headerNav li:last-child {
    margin: 0;
}
.navigation .headerNav li {
    padding: 0;
    position: relative;
    margin: 0 0 25px;
    letter-spacing: 0.05em;
    line-height: 1;
}.navigation .snsWrap {
    display: flex;
}
.navigation .snsWrap p {
    margin-right: 15px;
}
.navigation .snsWrap p a {
    font-size: 20px;
}
.navigation .snsWrap p:last-child {
    margin: 0;
}
}


/*===================================================
    PRODUCT
====================================================*/
#product {}
#product h3 {}

#product .productBox {
    width: 90%;
    margin: 0 auto 160px;
    position: relative;
    max-width: 1400px;
    display: flex;
    justify-content: space-between;
}
#product .productBox:nth-child(odd) {
	flex-flow: row-reverse;
}
#product .productBox:last-child {
    margin: 0 auto;
}

#product .productBox .productImg {
    width: 40%;
    z-index: 2;
    position: sticky;
    top: 120px;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
#product .productBox .productImg img{
        border: 1px solid var(--black);
        padding: 8px;
}
#product .productBox .productImg.fc img{
        border: none;
        padding: 0px;
}
#product .productBox .productImg.fc {
            padding: 8px 13px;
            border: 1px solid var(--black);
}
.fcImage img{
    border: 1px solid var(--black);
    padding: 8px;
}
#product .productBox.fc{
padding: 3px 8px;
}
#product .productBox .productImg p {
    margin-bottom: 10px;
}
#product .productBox .productImg p:last-child {
    margin-bottom: 0;
}

#product .productBox .productDetail {
    position: sticky;
    width: 55%;
    height: fit-content;
    z-index: 1;
    border-top:1px solid var(--black) ;
    border-bottom:1px solid var(--black) ;
    padding-top: 30px;
    top: 50px;

}
#product .productBox .productDetail::before {
    content: "";
    position: absolute;
    top: -24px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 24px;
    background: url(/static/issue/fanclub/feature/quartet/image/ph_deco.png) no-repeat center / contain;
    padding: 0 8px;
}
#product .productBox .productDetail::after {
    content: "";
    position: absolute;
    bottom: -24px;
    left: 50%;
    transform: translateX(-50%) rotate(180deg);
    width: 100%;
    height: 24px;
    background: url(/static/issue/fanclub/feature/quartet/image/ph_deco.png) no-repeat center / contain;
    padding: 0 8px;
}


#product .productBox:nth-child(odd) .productDetail {}
#product .productBox:nth-child(odd) .productDetail:after {}

#product .productBox .productDetail .detailInner {}

#product .productBox .productDetail .detailInner .detailTit {
    font-size: 36px;
    margin-bottom: 25px;
    line-height: 1;
    font-weight: bold;
}
#product .productBox .productDetail .detailInner .detailTit span {
    font-size: 20px;
    font-weight: 500;
    padding: 0 0 0 15px;
}

#product .productBox .productDetail .detailInner .price {
	font-size: 24px;
    line-height: 1;
    margin-bottom: 15px;
}
#product .productBox .productDetail .detailInner .price .yen {
    font-size: 18px;
    padding-right: 5px;
}
#product .productBox .productDetail .detailInner .price .tax {
    font-size: 14px;
    padding-left: 10px;
}
#product .productBox .productDetail .detailInner .code {
    font-size: 16px;
    line-height: 1;
    margin-bottom: 35px;
}
#product .productBox .productDetail .detailInner .code .tag {
    font-size: 14px;
    border: 1px solid;
    padding: 0 10px;
    margin-right: 10px;
    font-weight: bold;
}
#product .productBox .productDetail .detailInner .code .productNote {
    display: block;
    text-indent: -1em;
    padding: 15px 0 0 1em;
    line-height: 1.3;
}

#product .productBox .productDetail .detailInner .detailListBox {
    margin: 0px 0 20px;
    padding: 30px;
}
#product .productBox .productDetail .detailInner .detailListBox:last-child {
    margin: 0;
}

#product .productBox .productDetail .detailInner .detailListBox .listTit {
    font-size: 16px;
    font-weight: bold;
    padding: 0 0 15px;
    line-height: 1.3;
}
#product .productBox .productDetail .detailInner .detailListBox .listTit.trackTit{
    position: relative;
    padding: 0 0 15px 27px;

}
.listTit.trackTit::before {
    content: "";
    position: absolute;
    left: 6px;
    bottom: 47%;
    width: 10px;
    height: 18px;
    background: url(/static/issue/fanclub/feature/quartet/image/ph_note.png) no-repeat center / contain;
}

#product .productBox .productDetail .detailInner .detailListBox .listTxt {}
#product .productBox .productDetail .detailInner .detailListBox ul.trackList {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(8, auto);
    grid-auto-flow: column;
}
#product .productBox .productDetail .detailInner .detailListBox ul.trackList.fc,
#product .productBox .productDetail .detailInner .detailListBox ul.trackList.univ{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(7, auto);
    grid-auto-flow: column;
}
 #product .productBox .productDetail .detailInner .detailListBox ul.trackList.univ.dvd{
    grid-template-columns: repeat(1, 1fr) !important;
    grid-auto-flow: row !important;
 }
#product .productBox .productDetail .detailInner .detailListBox.univ.dvd{
    padding: 0px 20px 0px 20px !important;

}
.univ_notice{
    font-size:12px ;
}
#product .productBox .productDetail .detailInner .detailListBox ul li {
    margin: 0 0 5px;
}
#product .productBox .productDetail .detailInner .detailListBox ul li:last-child {
    margin: 0;
}
#product .productBox .productDetail .detailInner .detailListBox ul.txtList li {}
#product .productBox .productDetail .detailInner .detailListBox ul.numList li {
    display: flex;
}
#product .productBox .productDetail .detailInner .detailListBox ul.numList li span {
    display: flex;
    width: 23px;
    height: 23px;
    font-size: 14px;
    background: var(--main);
    color: var(--black);
    align-items: center;
    justify-content: center;
    margin: 0 5px 0 0;
    font-weight: bold;
    line-height: 1;
}
#product .productBox .productDetail .detailInner .detailListBox ul.numList li p {
    width: calc(100% - 28px);
}

/* productFcBox */
#product .productBox.productFcBox {
    flex-direction: column;
    margin: 0 auto;
}
#product .productBox.productFcBox .productImg {
    position: relative;
    top: 0;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto 40px;
    flex-direction: row;
    justify-content: space-between;
}
#product .productBox.productFcBox .productImg .fcPhoto {    
    width: calc((100% - 20px) / 2);
    margin: 5px 0;
}
#product .productBox.productFcBox .productImg .fcPhoto:last-child {}
#product .productBox.productFcBox .productImg .fcPhoto .photo {
    margin: 0 0 5px;
}
#product .productBox.productFcBox .productImg .fcPhoto .name {
    font-weight: bold;
}
#product .productBox.productFcBox .productImg .fcPhoto .name span {
    font-size: 14px;
    padding: 0 0 0 5px;
}

#product .productBox.productFcBox .productImg {
    margin: 0 auto 80px;
}
#product .productBox.productFcBox .productDetail {
    width: 100%;
    position: relative;
    display: flex;
    justify-content: space-between;
}
#product .productBox.productFcBox .productDetail .shot {
    width: 40%;
}
#product .productBox.productFcBox .productDetail .detailInner {
    width: 55%;
}


@media screen and (min-width: 961px){}

@media screen and (max-width: 960px){
#product .productBox .productDetail .detailInner .detailListBox ul.trackList {
    grid-template-columns: repeat(1, 1fr) !important;
    grid-auto-flow: row !important;
}
	#product {
        padding: 0 0 160px 0;
    }
    #product h3 {
            margin: 0 auto 70px;
    }
#product .productBox .productImg.fc {
            padding: 3px 8px;
                
}
#product .productBox.productFcBox .productImg .fcPhoto {
    width: calc((100%) / 1);
}
	#product .sectionTit {}

    #product .productBox {
	    margin: 0 auto 80px;
	    flex-wrap: wrap;
	}
	#product .productBox:nth-child(odd)  {
		flex-flow: wrap;
	}

	#product .productBox .productImg {
        position: relative;
        top: 0;
        width: 90%;
        margin: 0 auto 80px;
	}
    #product .productBox .productImg p {}
    #product .productBox .productImg p:last-child {}

	#product .productBox .productDetail {
	    margin-top: 0;
	    width: 100%;
	}
	#product .productBox .productDetail:after {}
	#product .productBox:nth-child(odd) .productDetail:after {}

	#product .productBox .productDetail .detailInner {}
	#product .productBox .productDetail .detailInner .detailTit {
        font-size: 24px;
        margin-bottom: 15px;
        line-height: 1.3;
	}
	#product .productBox .productDetail .detailInner .detailTit span {
		display: block;
	    padding: 15px 0 0;
	    font-size: 14px;
	}
	#product .productBox .productDetail .detailInner .price {
	    font-size: 20px;
	    margin-bottom: 15px;
	}
	#product .productBox .productDetail .detailInner .price .tax {
	    font-size: 12px;
	}
	#product .productBox .productDetail .detailInner .code {
	    margin-bottom: 30px;
    	font-size: 12px;
	}
    #product .productBox .productDetail .detailInner .price .yen {
        font-size: 16px;
    }
	#product .productBox .productDetail .detailInner .code .tag {
        font-size: 12px;
        padding: 2px 10px;
	}
	#product .productBox .productDetail .detailInner .code .productNote {
	    line-height: 1.5;
	}
	#product .productBox .productDetail .detailInner .detailListBox {
        padding: 20px;
        margin-bottom: 5px;
    }
	#product .productBox .productDetail .detailInner .detailListBox:last-child {}
	#product .productBox .productDetail .detailInner .detailListBox .listTit {}
	#product .productBox .productDetail .detailInner .detailListBox .listTxt {
	    font-size: 12px;
	}
	#product .productBox .productDetail .detailInner .detailListBox ul {

    }
	#product .productBox .productDetail .detailInner .detailListBox ul li {
	    font-size: 14px;
	}
	#product .productBox .productDetail .detailInner .detailListBox ul li:last-child {}
	#product .productBox .productDetail .detailInner .detailListBox ul.numList li span {
        width: 20px;
        height: 20px;
        font-size: 12px;
    }
    #product .productBox .productDetail .detailInner .detailListBox ul.numList li p {
        width: calc(100% - 25px);
    }


    /* productFcBox */
    #product .productBox.productFcBox {}
    #product .productBox.productFcBox .productImg {
        margin: 0 auto 20px;
    }

    #product .productBox.productFcBox .productImg .fcPhoto:last-child {}
    #product .productBox.productFcBox .productImg .fcPhoto .photo {}
    #product .productBox.productFcBox .productImg .fcPhoto .name {}
    #product .productBox.productFcBox .productImg .fcPhoto .name span {
        padding: 0;
        display: block;
        font-size: 12px;
        font-weight: 400;
    }
    #product .productBox.productFcBox .productImg {
        margin: 0 auto 70px;
    }
    #product .productBox.productFcBox .productDetail {
        flex-direction: column;
    }

    #product .productBox.productFcBox .productDetail .shot {
        width: 100%;
        margin: 0 auto 30px;
    }
    #product .productBox.productFcBox .productDetail .detailInner {
        width: 100%;
        position: relative;
    }


}



/*===================================================
    PHOTO
====================================================*/
#photo {}
#photo h3 {}

#photo .photo_inner{
    line-height: 0;
}

#photo .photo_inner .slider li {
    padding: 0 10px;
    height: 37vw;
}
#photo .photo_inner .slider .slick-slide {
    filter: grayscale(100%);
}
#photo .photo_inner .slider .slick-slide.slick-center {
    filter: grayscale(0);
}
#photo .slick-slide img{
    object-fit: cover;
    height: 100%;
    width: auto;
}
#photo .photo_inner .slider .slick-next {
    right: 51%;
    top: auto;
    bottom: 30px;
    width: 30px;
    height: 30px;
    border: 2px solid #ffffff;
    z-index: 1;
    border-radius: 100px;
}
#photo .photo_inner .slider .slick-next {
    right: 51%;
    top: auto;
    bottom: 30px;
    width: 30px;
    height: 30px;
    border: 2px solid #ffffff;
    z-index: 1;
    border-radius: 100px;
}
#photo .photo_inner .slider .slick-prev {
    left: 51%;
    top: auto;
    bottom: 30px;
    width: 30px;
    height: 30px;
    border: 2px solid #ffffff;
    z-index: 1;
    border-radius: 100px;
}
#photo .photo_inner .slider .slick-prev:before, 
#photo .photo_inner .slider .slick-next:before {
    content: '';
    width: 30%;
    height: 30%;
    border-right: 2px solid #FFF;
    border-bottom: 2px solid #ffffff;
    display: block;
    opacity: 1;
    bottom: auto;
    top: 50%;
    right: 50%;
    position: absolute;
    transform: rotate(-45deg) translate(50%, -15%);
    background: none;
    border-radius: 0;
    line-height: 0;
}
#photo .photo_inner .slider .slick-next:before {
    transform: rotate(135deg) translate(-15%, 50%);
    right: auto;
    left: 50%;
}

@media screen and (min-width: 961px) {
    
}

@media screen and (max-width: 960px) {
    #photo {}
    #photo h3 {}
    #photo .inBox {}
    
    #photo .photo_inner .slider li {
        padding: 0 20px;
    }

    #photo .photo_inner .slider .slick-prev {
        left: 55%;
        bottom: -30px;
    }
    #photo .photo_inner .slider .slick-next {
        right: 55%;
        bottom: -30px;
    }

    #photo .photo_inner .slider li {
    padding: 0 5px;
}
 #photo .photo_inner .slider .slick-slide {
    filter: grayscale(100%);
    width: 74vw;
    height: auto;
}
.slider .slick-slide img {
    width: 100% !important;
    height: auto; /* 高さは画像比率のまま */
    display: block;
}
.slick-slider .slick-track{
        align-items: center;
    display: flex;
}
#photo .photo_inner .slider li{
    height: auto !important;
}
}



/*===================================================
    SHOP
====================================================*/
#shop {}
#shop h3 {}
#shop .inBox {}

#shop .inBox .titBox{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
#shop .inBox .titBox.opening{
    justify-content: center;
}
#shop .inBox .shopList {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}
#shop .inBox .shopList li {
    width: calc((100% / 3) - 60px / 3);
}
#shop .inBox .shopList .shopImg {
    border: 1px solid var(--black);
    padding: 8px;
    margin-bottom: 15px;
}
#shop .inBox .shopList .shopBtn {
    text-align: center;
}
#shop .inBox .shopList .shopBtn a {
    display: block;
    padding: 10px 20px;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    width: 90%;
    max-width: 150px;
    margin: 0 auto;
    color: var(--black);
    border: 1px solid var(--black);
    border-radius: 50% / 50%;
    
}
#shop .inBox .shopList .shopBtn a.other{
    background: #d2d2d2;
    color: #ffffff70;
    border: none;
    pointer-events: none;
}
#shop .inBox .shopList .shopBtn a.blank {
    background: var(--gray);
    border: 1px solid var(--gray);
    pointer-events: none;
}

@media screen and (min-width: 961px) {

    #shop .inBox .shopList .shopBtn a:hover {
        background: var(--black);
        color: var(--main);
    }

}

@media screen and (max-width: 960px) {

    #shop {}
    #shop h3 {}
    #shop .inBox {}

    #shop .inBox .shopList {
        gap: 20px;
    }
    #shop .inBox .shopList li {
        width: 100%;
    }
    #shop .inBox .shopList .shopImg {
        margin: 0 0 15px;
    }
    #shop .inBox .shopList .shopBtn {}
    #shop .inBox .shopList .shopBtn a {}

}


/*===================================================
    SPECIAL
====================================================*/
#special {}
#special h3 {}
#special .inBox {}

#special .inBox .photoBox {}
#special .inBox .photoBox .detailBox {
    display: flex;
    margin: 0 auto 40px;
    align-items: center;
    justify-content: space-between;
}
#special .inBox .photoBox .detailBox:nth-child(2n) {
    flex-direction: row-reverse;
}
#special .inBox .photoBox .detailBox:last-child {
    margin: 0 auto;
}
#special .inBox .photoBox .detailBox .photo {
    width: 60%;
}
#special .inBox .photoBox .detailBox .txtBox {
    width: calc(40% - 40px);
    text-align: center;
}
#special .inBox .photoBox .detailBox .txtBox .photoBtn {}
#special .inBox .photoBox .detailBox .txtBox .photoBtn a {
    display: block;
    padding: 20px;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    border-radius: 100px;
    width: auto;
    max-width: 300px;
    margin: 0 auto 20px;
    background: var(--main);
    border: 1px solid var(--main);
    color: var(--black);
}

@media screen and (min-width: 961px) {

    #special .inBox .photoBox .detailBox .txtBox .photoBtn a:hover {
        background: var(--black);
        border: 1px solid var(--main);
        color: var(--main);
    }

}

@media screen and (max-width: 960px) {

    #special {}
    #special h3 {}
    #special .inBox {}

    #special .inBox .photoBox {}
    #special .inBox .photoBox .detailBox {
        margin: 0px auto 30px;
        display: flex;
        flex-direction: column;
    }
    #special .inBox .photoBox .detailBox:nth-child(2n) {
        flex-direction: column;
    }
    #special .inBox .photoBox .detailBox .photo {
        width: 100%;
        margin: 0 auto 20px;
    }
    #special .inBox .photoBox .detailBox .txtBox {
        width: 90%;
    }
    #special .inBox .photoBox .detailBox .txtBox .photoBtn {}
    #special .inBox .photoBox .detailBox .txtBox .photoBtn a {
        margin: 0 auto 15px;
        padding: 15px 10px;
        width: 100%;
        max-width: 350px;
        font-size: 14px;
    }

}


/*===================================================
    FOOTER
====================================================*/
.copyBox {
    position: relative;
    padding: 120px 0 40px;
}

.copyBox .footerLogo {
    line-height: 1;
    display: flex;
    justify-content: center;
    margin: 0 auto 40px;
}
.copyBox .footerLogo a {}
.copyBox .footerLogo a img {
    width: 150px;
}

.copyBox .sns_wrap {
    display: flex;
    justify-content: center;
    margin: 0 auto 120px;

}
.copyBox .sns_wrap .menuList {
	display: flex;
}
.copyBox .sns_wrap .menuList li {
	margin: 0 20px 0 0;
}
.copyBox .sns_wrap .menuList li:last-child {
	margin: 0;
}
.copyBox .sns_wrap .menuList li a {
	font-size: 20px;
}
.copyBox .sns_wrap .menuList li a i {}

.copyBox .copy {
    font-size: 12px;
    text-align: center;
}

@media screen and (min-width: 961px) {

	.copyBox .footerLogo a:hover img,
	.copyBox .sns_wrap .menuList li a:hover i {
	    opacity: 0.7;
	}

}

@media screen and (max-width: 960px) {
	.copyBox {
        padding: 60px 0 20px;
    }

	.copyBox .footerLogo {
        margin: 0 auto 25px;
    }
	.copyBox .footerLogo a {}
    .copyBox .footerLogo a img {
        width: 90px;
    }

    .copyBox .sns_wrap {
        margin: 0 auto 55px;
    }

	.copyBox .copy {}

}


/*===================================================
    modal
====================================================*/
.op_modal{}
.op_modal .modPop {
    display:none;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9999;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}
.op_modal .modPop.popActive {
    display:block;
}
.op_modal .modPop .popupShade{
    position: absolute;
    left: 0;
    width: 100%;
    height: auto;
    min-height: 100%;
    background: var(--black);
    z-index: 0;
}

.op_modal .modPop .close {
    width: 45px;
    height: 45px;
    position: fixed;
    right: 45px;
    top: 30px;
    cursor: pointer;
    transition: 0.3s ease;
    transform: rotate(45deg);
    background: var(--main);
    border-radius: 100px;
}
.op_modal .modPop .close::before,
.op_modal .modPop .close::after {
    content: '';
    display: inline-block;
    width: 60%;
    height: 2px;
    background: var(--black);
    position: absolute;
    left: 50%;
    top: 50%;
}
.op_modal .modPop .close::before {
  transform: translate(-50%,-50%);
}
.op_modal .modPop .close::after {
    transform: translate(-50%,-50%) rotate(90deg);
}

.op_modal .modPop .popInBox {
    width: 90%;
    max-width: 800px;
    margin: 100px auto;
    padding: 0;
}

@media screen and (max-width: 960px){

    .op_modal .modPop .close {
        width: 30px;
        height: 30px;
        right: 15px;
        top: 15px;
    }

    .op_modal .modPop .popInBox {
        margin: 60px auto;
    }

}
/*===================================================
    txt
====================================================*/
@media screen and (min-width: 449px){
br.middle_sp{
display: none !important;
}
}
@media screen and (min-width: 386px){
br.small_sp{
display: none !important;
}
}
/*===================================================
    frame
====================================================*/
@media screen and (max-width: 960px){ 
    #heroView .heroInner .kvBox{
        padding:7px;
    }
    #product .productBox .productImg{
        padding: 6px;
    }
    .fcImage img{
        padding: 6px;
    }
    #shop .inBox .shopList .shopImg{
        padding: 6px;
    }

}

/*===================================================
    slick
====================================================*/
@font-face {
  font-family: 'slick';
  src: none !important;
}
.slick-prev:before,
.slick-next:before {
  font-family: initial !important;
  content: '';
}
