<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

/*===================================================
  AOP
====================================================*/
body:not(.page--home) .wrap {
    padding: 0;
    overflow: hidden;
}
.header{
    display:none;
}
.header .header-menu{
    display:none;
}
.header-cover{
    display:none;
}
.drawer {
    display:none;
}
.wovn-languages {
    top: 35px;
    left: 100px;
    right: auto;
    bottom: auto;
    transition: none;
}
.loaded .wovn-languages {
    top: 30px;
    left: 100px;
}
.wovn-languages.visible .nav-dropdown {
    top: 4.2em;
}
body:not(.page--home) .content--main {
    padding: 0;
}
body:not(.page--home) .footer {
    display: none;
}

@media screen and (max-width: 960px){
    .wovn-languages {
        top: 35px;
        left: 20px;
    }
    .loaded .wovn-languages {
        top: 35px;
        left: 20px;
    }
}


/*===================================================
    anim
====================================================*/
.loader{
    position: fixed;
    height: 100%;
    width: 100%;
    background: #89abd3;
    z-index: 9999;
    pointer-events: none;
}
.loaded .loader {
    opacity: 0;
    transition: 1s ease-out;
    transition-delay: 2s;
    z-index: -100;
}
.loader .svgAnim {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 50%;
    max-width: 750px;
}
.loader .svgAnim #animLogoWrap path {
    fill: transparent;
    stroke-width: 0.5px;
    stroke-dasharray: 750px;
}
.loaded .loader .svgAnim #animLogoWrap path {
    fill: #f1d8d9;
    stroke: #f1d8d9;
    stroke-width: 0.5px;
    animation: svg 1.5s ease-in;
}
@keyframes svg {
  0% {
    fill: transparent;
    stroke-dasharray: 750px;
    stroke-dashoffset: 750px;
  }
  75%{
    fill: transparent;
  }
  100% {
    fill: #f1d8d9;
    stroke-dashoffset: 0;
  }
}

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

    .loader .svgAnim {
        max-width: 300px;
        width: 65%;
    }

}


/* heroView */
.action.act01 p img {
    opacity:0;
    transform: translateX(20px);
    transition: .5s ease-out;
}
.loaded .action.act01 p img {
    opacity:1;
    transform: translateX(0);
}
.loaded .action.act01 p:nth-child(1) img {transition-delay: 3.2s;}
.loaded .action.act01 p:nth-child(2) img {transition-delay: 3.4s;}
.loaded .action.act01 p:nth-child(3) img {transition-delay: 3.6s;}
.loaded .action.act01 p:nth-child(4) img {transition-delay: 3.8s;}
.loaded .action.act01 p:nth-child(5) img {transition-delay: 4s;}

.action.act02 img {
    opacity:0;
    transform: translateX(20px);
    transition: .5s ease-out;
}
.loaded .action.act02 img {
    opacity:1;
    transform: translateX(0);
    transition-delay: 3s;
}

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

    .action.act01 p img {
        transform: translateX(15px);
    }

}

.mainWrap h3.anim span {
    opacity: 0;
    display: inline-block;
    transform: translateX(20px);
    transition: .5s ease-out;
}
.mainWrap h3.anim.on span {
    opacity: 1;
    transform: translateX(0px);
}
.mainWrap h3.anim.on span:nth-child(2) {transition-delay: 0.05s;}
.mainWrap h3.anim.on span:nth-child(3) {transition-delay: 0.1s;}
.mainWrap h3.anim.on span:nth-child(4) {transition-delay: 0.15s;}
.mainWrap h3.anim.on span:nth-child(5) {transition-delay: 0.2s;}
.mainWrap h3.anim.on span:nth-child(6) {transition-delay: 0.25s;}
.mainWrap h3.anim.on span:nth-child(7) {transition-delay: 0.3s;}

.mainWrap .anim.delay .productImg {
    opacity:0;
    transform: translateY(30px);
    transition: .5s ease-out;
}
.mainWrap .anim.delay.on .productImg {
    opacity: 1;
    transform: translateY(0);
}
.mainWrap .anim.delay:nth-child(odd) .productDetail {
    opacity: 0;
    transform: translateX(30px);
    transition: .5s ease-out;
}
.mainWrap .anim.delay:nth-child(even) .productDetail {
    opacity:0;
    transform: translateX(-30px);
    transition: .5s ease-out;
}
.mainWrap .anim.delay.on .productDetail {
    transform: translateX(0);
    opacity: 1;
    transition-delay: 0.25s;
}

.mainWrap .anim.fade {
    opacity: 0;
    transform: translateY(30px);
    transition: all .5s ease-out;
}
.mainWrap .anim.fade.on {
    opacity: 1;
    transform: translateY(0px);
}


/*===================================================
	bg
====================================================*/
html body:not(.page--home) .content--main {
    background-color: #f1d8d9;
}

.slideBox {
    pointer-events: none;
    width: 100%;
    height: 100%;
    min-height: 600px;
    padding: 0;
    position: fixed;
    left: 0;
    top: 0;
    z-index: -1;
}
.slideBox .slide {
	pointer-events: none;
	overflow: hidden;
    width: 150px;
    height: 100%;
    background-repeat: repeat-y;
    background-size: 150px auto;
    z-index: 1;
    position: absolute;
    opacity: 0.3;
}
.slideBox .slide01 {
    background-image: url(/static/produce101thegirls/fanclub/feature/3rd_single/image/ph_slide_01_0a1j1G6t.png);
    animation: slide01 10s linear infinite;
    left: 90px;
}
.slideBox .slide02 {
    background-image: url(/static/produce101thegirls/fanclub/feature/3rd_single/image/ph_slide_02_0a1j1G6t.png);
    animation: slide02 10s linear infinite;
    right: 90px;
}
@keyframes slide01 {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 0 510px;
    }
}
@keyframes slide02 {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 0 -510px;
    }
}

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

    .slideBox {
	    min-height: 450px;
	}
    .slideBox .slide {
        width: 100%;
        height: 90px;
        background-repeat: repeat-x;
        background-size: auto 90px;
    }
    .slideBox .slide01 {
        background-image: url(/static/produce101thegirls/fanclub/feature/3rd_single/image/ph_slide_sp_01_0a1j1G6t.png);
        animation: slideSp01 10s linear infinite;
        left: initial;
        top: 60px;
    }
    .slideBox .slide02 {
        background-image: url(/static/produce101thegirls/fanclub/feature/3rd_single/image/ph_slide_sp_02_0a1j1G6t.png);
        animation: slideSp02 10s linear infinite;
        right: initial;
        bottom: 60px;
    }
    @keyframes slideSp01 {
        0% {
            background-position: 0 0;
        }
        100% {
            background-position: 306px 0;
        }
    }
    @keyframes slideSp02 {
        0% {
            background-position: 0 0;
        }
        100% {
            background-position: -306px 0;
        }
    }
    
}


/*===================================================
	memu
====================================================*/
.navigation{
    position: fixed;
    top: 30px;
    right: 30px;
    z-index: 9998;
}
.navigation .headerNav {
    display: flex;
    align-items: center;
}
.navigation .headerNav li {
    margin-right: 30px;
}
.navigation .headerNav li:last-child {
    margin-right: 0;
}
.navigation .headerNav li a {
    font-weight: 600;
    color: #333;
    font-family: "Playfair Display", serif;
    font-style: italic;
    font-size: 24px;
}
.navigation .headerNav li a.soon {
    pointer-events: none;
    color: #bfbfbf;
}

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

    .navigation .headerNav li a:hover{
        opacity: 0.7;
    }

    .navigation .headerNav li:first-child {
        display: none;
    }

}

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

    .hamBtn {
        display: block;
        position: fixed;
        top: 25px;
        width: 30px;
        height: 25px;
        top: 20px;
        right: 20px;
        transition: all .3s ease;
        cursor: pointer;
        z-index: 9998;
        transition: top 0.6s cubic-bezier(0.035, 0.675, 0.225, 1.025) 0.3s;
    }
    .hamBtn span {
        display: block;
        position: absolute;
        right: 0;
        width: 100%;
        height: 1px;
        background: #333;
        transition: all .3s ease;
    }
    .hamBtn :nth-of-type(1) {
        top: 0;
    }
    .hamBtn :nth-of-type(2) {
        top: 50%;
        transform: translateY(-50%);
    }
    .hamBtn :nth-of-type(3) {
        bottom: 0;
    }
    .hamBtn.open span {
        background: #FFF;
    }
    .hamBtn.open span:nth-of-type(1) {
        transform: translateY(-50%) rotate(-45deg);
        top: 50%;
    }
    .hamBtn.open span:nth-of-type(2) {
        opacity: 0;
    }
    .hamBtn.open span:nth-of-type(3) {
        transform: translateY(50%) rotate(45deg);
        bottom: 50%;
    }
    .navigation {
        opacity: 0;
        pointer-events: none;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #89abd3;
        color: #000;
        z-index: 10;
        transition: opacity 0.5s ease;
    }
    .navigation.active {
        transition: opacity 0.5s ease;
        pointer-events:auto;
        opacity:1;
    }
    .navigation .headerNav {
        display: flex;
        position: absolute;
        background: transparent;
        border-radius: 0;
        flex-wrap: wrap;
        flex-direction: column;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        box-shadow: none;
    }
    .navigation .headerNav li {
        padding: 0;
        position: relative;
        margin: 0 0 20px;
    }
    .navigation .headerNav li:first-child {
        margin: 0 auto 60px;
    }
    .navigation .headerNav li:after {
        content: none;
    }
    .navigation .headerNav li a{
        color: #fff;
        font-size: 28px;
    }
    .navigation .headerNav li a.soon {
        color: #bfbfbf;
    }
    .navigation .headerNav li a.navLogo {
        display: block;
        width: 175px;
    }

}


/*===================================================
    all
====================================================*/
body {
    background-color: #f1d8d9;
}

.mainWrap {
    position: relative;
    z-index: 1;
    font-size: 16px;
    line-height: 1.5;
    color: #333;
    font-family: "Shippori Mincho", "Noto Serif JP", serif;
}
.mainWrap img {
    display: block;
}

.container {
    position: relative;
}

section {
    padding: 0 0 180px;
}

section h3 {
    margin: 0 auto 60px;
    text-align: center;
    font-size: 120px;
    font-weight: bold;
    line-height: 1.5;
    color: #89abd3;
    font-family: "Playfair Display", serif;
    font-style: italic;
}

@media screen and (min-width:961px) {
    
    .sp {
        display: none;
    }

    a {
        transition: all 0.3s ease-out;
        -webkit-transition: all 0.3s ease-out;
    }

}

@media screen and (max-width:960px) {
    
    .pc {
        display: none;
    }

    .mainWrap {}

    .container {}

	section {
		padding: 0 0 90px;
	}

	section h3 {
        font-size: 60px;
        margin: 0 0 30px;
	}

}



/*===================================================
    heroView
====================================================*/
#heroView {
    position: relative;
    width: 100%;
    height: 100vh;
    min-height: 600px;
    margin: 0 auto 120px;
}

#heroView .heroInner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    width: 70%;
    max-width: 1300px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#heroView .heroInner .kv {
    width: 54%;
}
#heroView .heroInner .kvTxtBox {
    width: 39%;
    position: relative;
}
#heroView .heroInner .kvTxtBox p {
    position: absolute;
    top: 0;
    top: 50%;
    left: 50%;
    width: 100%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}
#heroView .heroInner .kvTxtBox p:nth-child(1) {
    position: inherit;
    opacity: 0 !important;
}

#heroView .scrollBox {
    position: absolute;
    width: 100%;
    height: 100svh;
    top: 0;
    pointer-events: none;
}
#heroView .scrollBox .scrollArrow {
    position: absolute;
    left: 30px;
    bottom: 30px;
}
#heroView .scrollBox .scrollArrow .txt {
    line-height: 1;
    writing-mode: vertical-rl;
    padding: 0 0 15px 0;
    color: #89abd3;
    font-weight: bold;
}
#heroView .scrollBox .scrollArrow span {
    display: block;
	width: 1px;
    height: 60px;
    z-index: 1;
    background: #89abd3;
    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);}
}

#heroView .snsWrap {
    position: absolute;
    bottom: 25px;
    right: 30px;
	color: #000;
}
#heroView .snsWrap ul {
	display: flex;
}
#heroView .snsWrap ul li {
	margin: 0 20px 0 0;
}
#heroView .snsWrap ul li:last-child {
	margin: 0;
}
#heroView .snsWrap ul li a {
	font-size: 20px;
    color: #89abd3;
}
#heroView .sns_wrap ul li a i {}

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

	#heroView .snsWrap ul li a i {
		-webkit-transition: all 0.3s ease-out;
		transition: all 0.3s ease-out;
	}
	#heroView .snsWrap ul li a:hover i {
        color: #333;
	}

}

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

	#heroView {
	    min-height: 450px;
	    margin: 0 0 90px;
	    height: 100svh;
	}
    #heroView .heroInner {
        max-width: 450px;
        width: 75%;
        flex-direction: column;
        display: flex;
        align-items: flex-end;
    }
    #heroView .heroInner .kv {
        width: 100%;
        margin: 0 auto;
    }
    #heroView .heroInner .kvTxtBox {
        width: 50%;
        position: absolute;
        bottom: -5%;
        right: -5%;
        z-index: 2;
    }
    #heroView .heroInner .kvTxtBox p {}
    #heroView .heroInner .kvTxtBox p:nth-child(1) {}

	#heroView .scrollBox .scrollArrow {
        left: 20px;
        bottom: 20px;
    }

    #heroView .snsWrap {
	    bottom: 15px;
	    right: 20px;
	}

}



/*===================================================
	Product
====================================================*/
#product {}
#product h3 {}
#product .inBox {}

#product .inBox .productBox {
    width: 90%;
    margin: 0 auto 120px;
    position: relative;
    max-width: 1200px;
    display: flex;
}
#product .inBox .productBox:nth-child(even)  {
	flex-flow: row-reverse;
}
#product .inBox .productBox:last-child {
    margin: 0 auto;
}
#product .inBox .productBox .productImg {
	width: 47.5%;
    position: relative;
    z-index: 2;
}
#product .inBox .productBox .productImg p {
    margin-bottom: 30px;
}
#product .inBox .productBox .productImg p:last-child {
    margin: 0 0 20%;
}
#product .inBox .productBox:last-child .productImg p {
    margin-bottom: 10px;
}
#product .inBox .productBox:last-child .productImg p.copylight {
    text-align: center;
    font-size: 10px;
}
#product .inBox .productBox .productImg img {}

#product .inBox .productBox .productDetail {
    color: #ffffff;
    position: relative;
    width: 52.5%;
    margin-top: 7.5%;
    padding: 5% 0 5% 5%;
    z-index: 1;
}
#product .inBox .productBox:nth-child(even) .productDetail {
    padding: 5% 5% 5% 0;
}
#product .inBox .productBox .productDetail:after {
    content: "";
    display: block;
    width: 200%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: -10%;
    z-index: -1;
    overflow: hidden;
    border: 1px solid #89abd3;
    background: #f1d8d9;
}
#product .inBox .productBox:nth-child(even) .productDetail:after {
    right: -10%;
    overflow: hidden;
    left: initial;
}
#product .inBox .productBox .productDetail:before {
    position: absolute;
    content: "※いずれもTSUZUMIは不参加になります。";
    color: #89abd3;
    font-size: 14px;
    bottom: -35px;
    right: 0;
}

#product .inBox .productBox .productDetail .detailInner {
    color: #89abd3;
    position: relative;
}
#product .inBox .productBox .productDetail .detailInner .detailTit {
    font-size: 42px;
    margin-bottom: 25px;
    line-height: 1;
    font-weight: bold;
}
#product .inBox .productBox .productDetail .detailInner .detailTit span {
    font-size: 20px;
    font-weight: 500;
    padding: 0 0 0 15px;
}
#product .inBox .productBox .productDetail .detailInner .price {
	font-size: 28px;
    line-height: 1;
    margin-bottom: 10px;
    font-weight: bold;

}
#product .inBox .productBox .productDetail .detailInner .price .yen {
    font-size: 14px;
    padding-right: 5px;
}
#product .inBox .productBox .productDetail .detailInner .price .tax {
    font-size: 14px;
    padding-left: 5px;
    font-weight: 400;
}
#product .inBox .productBox .productDetail .detailInner .code {
    font-size: 14px;
    line-height: 1;
    margin-bottom: 15px;
}
#product .inBox .productBox .productDetail .detailInner .tagBox {
    margin-bottom: 30px;
}
#product .inBox .productBox .productDetail .detailInner .tagBox .tag  {
    font-size: 14px;
    margin-right: 5px;
    font-weight: bold;
    border: 1px solid;
    padding: 2px 10px;
}
#product .inBox .productBox .productDetail .detailInner .tagBox .tag.tagMain {
    background: #89abd3;
    color: #fff;
    border: 1px solid #89abd3;
    margin: 0 0 5px;
    display: inline-block;
}
#product .inBox .productBox .productDetail .detailInner .detailListBox {
    margin: 0 0 25px;
    background: #89abd3;
    padding: 20px;
    color: #fff;
    box-shadow: 5px 5px #fff;
}
#product .inBox .productBox .productDetail .detailInner .detailListBox:last-child {
    margin: 0;
}
#product .inBox .productBox .productDetail .detailInner .detailListBox .listTit {
    margin: 0px 0 20px;
    font-weight: bold;
    font-size: 16px;
    line-height: 1.4;
    border-left: 3px solid #fff;
    padding: 0 0 0 10px;
}
#product .inBox .productBox .productDetail .detailInner .detailListBox .listTxt {}
#product .inBox .productBox .productDetail .detailInner .detailListBox ul {
    padding: 10px 0 0;
    border-top: 1px dashed #ffffff50;
}
#product .inBox .productBox .productDetail .detailInner .detailListBox ul li {
    margin: 0 0 10px;
    font-size: 14px;
    text-indent: -1.5em;
    padding: 0 0 10px 1.5em;
    border-bottom: 1px dashed #ffffff50;
}
#product .inBox .productBox .productDetail .detailInner .detailListBox ul li:last-child {
    margin: 0;
}
#product .inBox .productBox .productDetail .detailInner .detailListBox ul.cdList li {
    text-indent: -1.5em;
    padding: 0 0 10px 1.5em;
    border-bottom: 1px dashed #ffffff50;
    font-size: 14px;
}
#product .inBox .productBox .productDetail .detailInner .detailListBox ul.dvdList li {
    text-indent: 0;
    padding: 0 0 10px;
}
#product .inBox .productBox .productDetail .detailInner .detailListBox ul li span {
    padding: 0 5px 0 0;
}
#product .inBox .productBox .productDetail .detailInner .detailListBox ul li span.dvdNote {
    padding: 0 0 0 5px;
    color: #fff;
}
#product .inBox .productBox .productDetail .detailInner .detailListBox .blurayBox {}
#product .inBox .productBox .productDetail .detailInner .detailListBox .blurayBox .tit {
    border-left: 2px solid;
    padding: 0 0 0 10px;
    font-weight: bold;
    margin: 15px 0 10px;
}
#product .inBox .productBox .productDetail .detailInner .detailListBox .blurayBox ul {}
#product .inBox .productBox .productDetail .detailInner .detailListBox .blurayBox ul li {}
#Product .inBox .productBox .productDetail .detailInner .detailListBox .blurayBox ul li.encore {
    font-weight: bold;
    margin: 15px 0 10px;
    line-height: 1;
    position: relative;
    display: flex;
    align-items: center;
}
#product .inBox .productBox .productDetail .detailInner .detailListBox .blurayBox ul li.encore::after {
    border-top: 1px solid;
    content: "";
    flex-grow: 1;
    margin-left: 10px;
}
#product .inBox .productBox .productDetail .detailInner .detailListBox .blurayBox ul li:last-child {}

#product .inBox .productFcBox {}
#product .inBox .productFcBox .productDetail {}
#product .inBox .productFcBox .productDetail .detailInner {
    width: 90%;
    margin: 0 auto 120px;
    position: relative;
    max-width: 1200px;
    padding: 5%;
    border: 1px solid #89abd3;
    background: #f1d8d9;
    color: #89abd3;
}
#product .inBox .productFcBox .productDetail .detailInner:after {
    position: absolute;
    content: "※いずれもTSUZUMIは不参加になります。";
    color: #89abd3;
    font-size: 14px;
    bottom: -35px;
    right: 0;
}
#product .inBox .productFcBox .productDetail .detailInner .detailTit {
    font-size: 42px;
    margin-bottom: 25px;
    line-height: 1;
    font-weight: bold;
}
#product .inBox .productFcBox .productDetail .detailInner .detailTit span {
    font-size: 30px;
    padding: 0 0 0 5px;
}
#product .inBox .productFcBox .productDetail .detailInner .price {
    font-size: 28px;
    line-height: 1;
    margin-bottom: 15px;
    font-weight: bold;
}
#product .inBox .productFcBox .productDetail .detailInner .price .yen {
    font-size: 14px;
    padding-right: 5px;
}
#product .inBox .productFcBox .productDetail .detailInner .price .tax {
    font-size: 14px;
    padding-left: 5px;
    font-weight: 400;
}
#product .inBox .productFcBox .productDetail .detailInner .code {
    font-size: 14px;
    line-height: 1;
    margin-bottom: 40px;
}
#product .inBox .productFcBox .productDetail .detailInner .tagBox {
    margin-bottom: 35px;
}
#product .inBox .productFcBox .productDetail .detailInner .tagBox .tag  {
    font-size: 14px;
    margin-right: 5px;
    font-weight: bold;
    border: 1px solid;
    padding: 2px 10px;
}
#product .inBox .productFcBox .productDetail .detailInner .tagBox .tag.tagMain {
    background: #89abd3;
    color: #fff;
    border: 1px solid #89abd3;
    margin: 0 0 5px;
    display: inline-block;
}
#product .inBox .productFcBox .productDetail .detailInner .addPhoto {
    margin-bottom: 40px;
}
#product .inBox .productFcBox .productDetail .detailInner .addPhoto img {
    margin: 0 auto;
}
#product .inBox .productFcBox .productDetail .detailInner .detailListBox {}
#product .inBox .productFcBox .productDetail .detailInner .detailListBox .listTit {}
#product .inBox .productFcBox .productDetail .detailInner .detailListBox ul {}
#product .inBox .productFcBox .productDetail .detailInner .detailListBox ul li {}
#product .inBox .productFcBox .productDetail .detailInner .detailListBox ul li:last-child {}
#product .inBox .productFcBox .productDetail .detailInner .detailListBox ul li span {
    margin: 0 5px 0 0;
}
#product .inBox .productFcBox .productDetail .detailInner .detailListBox ul li span.boxListNote {
    display: block;
    text-indent: -1em;
    padding: 0 0 0 1em;
}
#product .inBox .productFcBox .productDetail .detailInner .productFcList {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 0 40px;
    align-items: flex-start;
}
#product .inBox .productFcBox .productDetail .detailInner .productFcList::after {
    content: "";
    display: block;
    width: 31%;
    height: 0;
}
#product .inBox .productFcBox .productDetail .detailInner .productFcList li {
    width: calc(33.3% - 40px / 3);
    margin: 0 0 20px;
    padding: 20px;
    background: #ffffff;
    box-shadow: 5px 5px #89abd3;
}
#product .inBox .productFcBox .productDetail .detailInner .productFcList li:nth-child(1) {color: #59B7D0;}
#product .inBox .productFcBox .productDetail .detailInner .productFcList li:nth-child(2) {color: #BEAED1;}
#product .inBox .productFcBox .productDetail .detailInner .productFcList li:nth-child(3) {color: #000000;}
#product .inBox .productFcBox .productDetail .detailInner .productFcList li:nth-child(4) {color: #C81C2E;}
#product .inBox .productFcBox .productDetail .detailInner .productFcList li:nth-child(5) {color: #E2D3D2;}
#product .inBox .productFcBox .productDetail .detailInner .productFcList li:nth-child(6) {color: #FCC800;}
#product .inBox .productFcBox .productDetail .detailInner .productFcList li:nth-child(7) {color: #ADB2B5;}
#product .inBox .productFcBox .productDetail .detailInner .productFcList li:nth-child(8) {color: #885097;}
#product .inBox .productFcBox .productDetail .detailInner .productFcList li:nth-child(9) {color: #E84188;}
#product .inBox .productFcBox .productDetail .detailInner .productFcList li:nth-child(10) {color: #EDBCCF;}
#product .inBox .productFcBox .productDetail .detailInner .productFcList li:nth-child(11) {color: #EF7F1F;}
#product .inBox .productFcBox .productDetail .detailInner .productFcList li:nth-last-child(2),
#product .inBox .productFcBox .productDetail .detailInner .productFcList li:last-child {
    margin: 0;
}
#product .inBox .productFcBox .productDetail .detailInner .productFcList li .fcListImg {
    margin: 0 0 10px;
    display: flex;
    position: relative;
}
#product .inBox .productFcBox .productDetail .detailInner .productFcList li .fcListImg a {
    pointer-events: none;
}
#product .inBox .productFcBox .productDetail .detailInner .productFcList li:nth-child(5) .fcListImg a:last-child {}
#product .inBox .productFcBox .productDetail .detailInner .productFcList li .fcListImg a:nth-child(1) {}
#product .inBox .productFcBox .productDetail .detailInner .productFcList li .fcListImg a:nth-child(2) {}
#product .inBox .productFcBox .productDetail .detailInner .productFcList li .fcListImg a img {}
#product .inBox .productFcBox .productDetail .detailInner .productFcList li .fcListTit {
    font-weight: bold;
    letter-spacing: 0.05em;
    font-size: 16px;
    margin: 0 0 5px;
}
#product .inBox .productFcBox .productDetail .detailInner .productFcList li .fcListTxt {
    line-height: 1;
    font-size: 14px;
}
#product .inBox .productFcBox .productDetail .detailInner .productFcList li .productBtn {
    padding: 15px 0 0;
}
#product .inBox .productFcBox .productDetail .detailInner .productFcList li .productBtn a {
    font-size: 14px;
    border: 1px solid;
    padding: 15px;
    border-radius: 100px;
    color: #fff;
    display: block;
    width: 90%;
    max-width: 300px;
    margin: 0 auto;
    text-align: center;
    font-weight: bold;
}
#product .inBox .productFcBox .productDetail .detailInner .productFcList li:nth-child(1) .productBtn a {background-color: #59B7D0; border: 1px solid #59B7D0;}
#product .inBox .productFcBox .productDetail .detailInner .productFcList li:nth-child(2) .productBtn a {background-color: #BEAED1; border: 1px solid #BEAED1;}
#product .inBox .productFcBox .productDetail .detailInner .productFcList li:nth-child(3) .productBtn a {background-color: #000000; border: 1px solid #000000;}
#product .inBox .productFcBox .productDetail .detailInner .productFcList li:nth-child(4) .productBtn a {background-color: #C81C2E; border: 1px solid #C81C2E;}
#product .inBox .productFcBox .productDetail .detailInner .productFcList li:nth-child(5) .productBtn a {background-color: #E2D3D2; border: 1px solid #E2D3D2;}
#product .inBox .productFcBox .productDetail .detailInner .productFcList li:nth-child(6) .productBtn a {background-color: #FCC800; border: 1px solid #FCC800;}
#product .inBox .productFcBox .productDetail .detailInner .productFcList li:nth-child(7) .productBtn a {background-color: #ADB2B5; border: 1px solid #ADB2B5;}
#product .inBox .productFcBox .productDetail .detailInner .productFcList li:nth-child(8) .productBtn a {background-color: #885097; border: 1px solid #885097;}
#product .inBox .productFcBox .productDetail .detailInner .productFcList li:nth-child(9) .productBtn a {background-color: #E84188; border: 1px solid #E84188;}
#product .inBox .productFcBox .productDetail .detailInner .productFcList li:nth-child(10) .productBtn a {background-color: #EDBCCF; border: 1px solid #EDBCCF;}
#product .inBox .productFcBox .productDetail .detailInner .detailListBox {
    margin: 0 0 25px;
    background: #89abd3;
    padding: 30px;
    color: #fff;
    box-shadow: 5px 5px #fff;
}
#product .inBox .productFcBox .productDetail .detailInner .detailListBox:last-child {
    margin: 0;
}
#product .inBox .productFcBox .productDetail .detailInner .detailListBox .listTit {
    margin: 0px 0 20px;
    font-weight: bold;
    font-size: 16px;
    line-height: 1.4;
    border-left: 3px solid #fff;
    padding: 0 0 0 10px;
}
#product .inBox .productFcBox .productDetail .detailInner .detailListBox ul {
    padding: 10px 0 0;
    border-top: 1px dashed #ffffff50;
}
#product .inBox .productFcBox .productDetail .detailInner .detailListBox ul li {
    margin: 0 0 10px;
    text-indent: -1.5em;
    padding: 0 0 10px 1.5em;
    border-bottom: 1px dashed #ffffff50;
    font-size: 14px;
}
#product .inBox .productFcBox .productDetail .detailInner .detailListBox ul li:last-child {
    margin: 0;
} 

@media screen and (min-width: 961px){
    #product .inBox .productFcBox .productDetail .detailInner .productFcList li .productBtn a:hover {
        background-color: #fff;
    }
    #product .inBox .productFcBox .productDetail .detailInner .productFcList li:nth-child(1) .productBtn a:hover {color: #59B7D0;}
    #product .inBox .productFcBox .productDetail .detailInner .productFcList li:nth-child(2) .productBtn a:hover {color: #BEAED1;}
    #product .inBox .productFcBox .productDetail .detailInner .productFcList li:nth-child(3) .productBtn a:hover {color: #000000;}
    #product .inBox .productFcBox .productDetail .detailInner .productFcList li:nth-child(4) .productBtn a:hover {color: #C81C2E;}
    #product .inBox .productFcBox .productDetail .detailInner .productFcList li:nth-child(5) .productBtn a:hover {color: #E2D3D2;}
    #product .inBox .productFcBox .productDetail .detailInner .productFcList li:nth-child(6) .productBtn a:hover {color: #FCC800;}
    #product .inBox .productFcBox .productDetail .detailInner .productFcList li:nth-child(7) .productBtn a:hover {color: #ADB2B5;}
    #product .inBox .productFcBox .productDetail .detailInner .productFcList li:nth-child(8) .productBtn a:hover {color: #885097;}
    #product .inBox .productFcBox .productDetail .detailInner .productFcList li:nth-child(9) .productBtn a:hover {color: #E84188;}
    #product .inBox .productFcBox .productDetail .detailInner .productFcList li:nth-child(10) .productBtn a:hover {color: #EDBCCF;}

    #product .inBox .productFcBox .productDetail .detailInner .productFcList li a img {
        transition: all 0.3s ease-out;
        -webkit-transition: all 0.3s ease-out;
    }
    #product .inBox .productFcBox .productDetail .detailInner .productFcList li a:hover img {
        opacity: 0.7;
    }
}

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

	#product {}
	#product h3{}
	#product .inBox {}

	#product .inBox .productBox {
        margin: 0 auto 90px;
        flex-wrap: wrap;
        width: 90%;
	}
	#product .inBox .productBox:nth-child(even)  {
		flex-flow: wrap;
	}
	#product .inBox .productBox .productImg {
		width: 80%;
        max-width: 450px;
	    margin: 0 auto;
	}
    #product .inBox .productBox .productImg p {
        margin: 0 auto 20px;
    }
    #product .inBox .productBox .productImg p:last-child {
        margin: 0 auto;
    }
    #product .inBox .productBox .productImg img {}
    #product .inBox .productBox:last-child .productImg p.copylight {
        text-align: left;
    }    
	#product .inBox .productBox .productDetail {
	    margin-top: 0;
	    width: 100%;
	}
    #product .inBox .productBox .productDetail:before {
        font-size: 12px;
        bottom: -45px;
    }
    #product .inBox .productBox:nth-child(odd) .productDetail {
        padding: 20px 0 15px 20px;
    }
    #product .inBox .productBox:nth-child(even) .productDetail {
        padding: 20px 20px 15px 0;
    }
	#product .inBox .productBox .productDetail:after {
	    height: 108%;
	    top: -6%;
	    left: 0%;
	}
	#product .inBox .productBox:nth-child(even) .productDetail:after {
	    right: 0;
	}
    #product .inBox .productBox:last-child .productDetail:after {
        height: 116%;
	    top: -14%;
    }
	#product .inBox .productBox .productDetail .detailInner {}
	#product .inBox .productBox .productDetail .detailInner .detailTit {
	    font-size: 32px;
	    margin-bottom: 20px;
	}
	#product .inBox .productBox .productDetail .detailInner .detailTit span {
		display: block;
	    padding: 15px 0 0;
	    font-size: 14px;
	}
	#product .inBox .productBox .productDetail .detailInner .price {
	    font-size: 24px;
	}
	#product .inBox .productBox .productDetail .detailInner .price .tax {
	    font-size: 12px;
	}
	#product .inBox .productBox .productDetail .detailInner .code {
    	font-size: 12px;
	}
    #product .inBox .productBox .productDetail .detailInner .tagBox {}
    #product .inBox .productBox .productDetail .detailInner .tagBox .tag  {}
    #product .inBox .productBox .productDetail .detailInner .tagBox .tag.tagMb {
        margin-bottom: 5px;
        display: inline-block;
    }
    #product .inBox .productBox .productDetail .detailInner .tagBox .tag.tagMain {}
	#product .inBox .productBox .productDetail .detailInner .code .productNote {
	    line-height: 1.5;
	}
	#product .inBox .productBox .productDetail .detailInner .detailListBox {
        margin: 0 0 20px;
    }
	#product .inBox .productBox .productDetail .detailInner .detailListBox:last-child {}
	#product .inBox .productBox .productDetail .detailInner .detailListBox .listTit {}
	#product .inBox .productBox .productDetail .detailInner .detailListBox .listTxt {
	    font-size: 14px;
	}
	#product .inBox .productBox .productDetail .detailInner .detailListBox ul {}
	#product .inBox .productBox .productDetail .detailInner .detailListBox ul li {
	    font-size: 14px;
	}
	#product .inBox .productBox .productDetail .detailInner .detailListBox ul li:last-child {}
	#product .inBox .productBox .productDetail .detailInner .detailListBox ul li span {}
	#product .inBox .productBox .productDetail .detailInner .detailListBox ul li span.dvdNote {}
    #product .inBox .productBox .productDetail .detailInner .detailListBox .blurayBox {}
    #product .inBox .productBox .productDetail .detailInner .detailListBox .blurayBox .tit {}
    #product .inBox .productBox .productDetail .detailInner .detailListBox .blurayBox ul {}
    #product .inBox .productBox .productDetail .detailInner .detailListBox .blurayBox ul li {}
    #product .inBox .productBox .productDetail .detailInner .detailListBox .blurayBox ul li.encore {}
    #product .inBox .productBox .productDetail .detailInner .detailListBox .blurayBox ul li:last-child {}

    #product .inBox .productFcBox {}
    #product .inBox .productFcBox .productDetail {}
    #product .inBox .productFcBox .productDetail .detailInner {
        padding: 30px 5%;
    }
    #product .inBox .productFcBox .productDetail .detailInner:after {
        font-size: 12px;
        bottom: -30px;
    }
    #product .inBox .productFcBox .productDetail .detailInner .detailTit {
        font-size: 32px;
        margin-bottom: 20px;
    }
    #product .inBox .productFcBox .productDetail .detailInner .detailTit span {
        display: block;
        font-size: 18px;
        text-indent: -0.5em;
        margin: 10px 0 0;
    }
    #product .inBox .productFcBox .productDetail .detailInner .price {
        font-size: 24px;
    }
    #product .inBox .productFcBox .productDetail .detailInner .code {
        margin-bottom: 30px;
    }
    #product .inBox .productFcBox .productDetail .detailInner .tagBox {
        margin-bottom: 30px;
    }
    #product .inBox .productFcBox .productDetail .detailInner .tenkai {}
    #product .inBox .productFcBox .productDetail .detailInner .tenkai img {}
    #product .inBox .productFcBox .productDetail .detailInner .detailListBox  {
        margin: 0 0 20px;
        padding: 20px;
    }
    #product .inBox .productFcBox .productDetail .detailInner .detailListBox .listTit {}
    #product .inBox .productFcBox .productDetail .detailInner .detailListBox ul {}
    #product .inBox .productFcBox .productDetail .detailInner .detailListBox ul li {
        font-size: 14px;
    }
    #product .inBox .productFcBox .productDetail .detailInner .detailListBox ul li:last-child {}
    #product .inBox .productFcBox .productDetail .detailInner .detailListBox ul li span {}
    #product .inBox .productFcBox .productDetail .detailInner .productFcList {
        margin: 0 0 30px;
    }
    #product .inBox .productFcBox .productDetail .detailInner .productFcList li {
        width: calc(50% - 7.5px);
        margin: 0 0 15px;
        max-width: 450px;
        padding: 15px;
    }
    #product .inBox .productFcBox .productDetail .detailInner .productFcList li:nth-last-child(2) {}
    #product .inBox .productFcBox .productDetail .detailInner .productFcList li:last-child {}
    #product .inBox .productFcBox .productDetail .detailInner .productFcList li:last-child {}
    #product .inBox .productFcBox .productDetail .detailInner .productFcList li .fcListImg {}
    #product .inBox .productFcBox .productDetail .detailInner .productFcList li .fcListImg a {}
    #product .inBox .productFcBox .productDetail .detailInner .productFcList li .fcListImg a:nth-child(1) {}
    #product .inBox .productFcBox .productDetail .detailInner .productFcList li .fcListImg a:nth-child(2) {}
    #product .inBox .productFcBox .productDetail .detailInner .productFcList li .fcListImg a img {}
    #product .inBox .productFcBox .productDetail .detailInner .productFcList li .fcListTit {
        font-size: 14px;
        margin: 0 0 3px;
    }
    #product .inBox .productFcBox .productDetail .detailInner .productFcList li .fcListTxt {
        font-size: 10px;
    }
    #product .inBox .productFcBox .productDetail .detailInner .productFcList li .productBtn {
        padding: 10px 0 0;
    }
    #product .inBox .productFcBox .productDetail .detailInner .productFcList li .productBtn a {
        font-size: 11px;
        width: 100%;
        padding: 10px 5px;
    }
    #product .inBox .productFcBox .productDetail .detailInner .addPhoto {
        margin-bottom: 30px;
    }
    #product .inBox .productFcBox .productDetail .detailInner .detailListBox {}
    #product .inBox .productFcBox .productDetail .detailInner .detailListBox .listTit {}
    #product .inBox .productFcBox .productDetail .detailInner .detailListBox ul {}
    #product .inBox .productFcBox .productDetail .detailInner .detailListBox ul li {}
    #product .inBox .productFcBox .productDetail .detailInner .detailListBox ul li:last-child {}

}


/*===================================================
    photo
====================================================*/
#photo {
    margin: 0 0 160px;
    padding: 120px 0;
    background-color: #f1d8d9;
    border: 1px solid #89abd3;
    border-left: none;
    border-right: none;
}
#photo h3 {}

#photo .photo_inner .slider {
    width: 100%;
    margin: 0 auto 60px;
}
#photo .photo_inner .slider li {
    padding: 0 10px;
}
#photo .photo_inner .slick-slide img {
    background-size: contain;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
}
#photo .photo_inner .slider .slick-next {
    right: calc(18% + 12px);
    top: auto;
    bottom: -30px;
    width: 80px;
    height: 10px;
    border-bottom: 2px solid #89abd3;
}
#photo .photo_inner .slider .slick-prev {
    left: calc(18% + 12px);
    top: auto;
    bottom: -30px;
    width: 80px;
    height: 10px;
    border-bottom: 2px solid #89abd3;
}
#photo .photo_inner .slider .slick-prev:before, 
#photo .photo_inner .slider .slick-next:before {
    content: '';
    width: 13px;
    height: 2px;
    border-bottom: 2px solid #89abd3;
    display: block;
    opacity: 1;
    bottom: -0.5px;
    top: 8px;
    position: absolute;
    transform: rotate(330deg);
    transform-origin: left bottom;
    background: none;
}
#photo .photo_inner .slider .slick-next:before {
    transform: rotate(30deg);
    transform-origin: right bottom;
    left: auto;
    right: 0;
}

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

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

	#photo {
        margin: 0 0 60px;
        padding: 60px 0;
    }
	#photo h3 {}

	#photo .photo_inner .slider .slick-next {
		width: 50px;
		right: 18%;
	}
	#photo .photo_inner .slider .slick-prev {
		width: 50px;
		left: 18%;
	}
	#photo .photo_inner .slider li {
		padding: 0 8px;
	}

}


/*===================================================
    shop
====================================================*/
#shop {}
#shop h3  {}
#shop .inBox  {
    width: 90%;
    margin: 0 auto;
    position: relative;
    max-width: 1200px;
    padding: 5%;
    border: 1px solid #89abd3;
    background: #f1d8d9;
    color: #89abd3;
}

#shop .inBox .shopList {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
#shop .inBox .shopList:after {
    content: "";
    display: block;
    width: 31%;
}
#shop .inBox .shopList li {
    width: 31%;
    margin: 0px 0 3.5%;
}
#shop .inBox .shopList li:nth-last-child(3),
#shop .inBox .shopList li:nth-last-child(2),
#shop .inBox .shopList li:last-child {
    margin: 0;
}
#shop .inBox .shopList .shopImg {
    margin: 0 0 20px;
}
#shop .inBox .shopList .shopImg img {
    display: block;
}
#shop .inBox .shopList .shopTit {
    font-weight: bold;
    letter-spacing: 0.05em;
    font-size: 14px;
    margin: 0 0 10px;
    text-align: center;
}
#shop .inBox .shopList .shopBtn {}
#shop .inBox .shopList .shopBtn a {
    display: block;
    padding: 15px;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    border-radius: 100px;
    background: #89abd3;
    width: 80%;
    max-width: 350px;
    margin: 0 auto;
    color: #fff;
    border: 1px solid #89abd3;
}
#shop .inBox .shopList .shopBtn.grayBtn a {
    pointer-events: none;
    background: #aaaaaa;
    border: 1px solid #aaaaaa;
}

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

    #shop .inBox .shopList .shopBtn a:hover {
        background: #fff;
        color: #89abd3;
    }

}

@media screen and (max-width: 960px) {
	#shop {}

	#shop h3 {}

	#shop .inBox {
        padding: 20px;
    }

    #shop .inBox .soon {
        font-size: 16px;
    }

	#shop .inBox .shopList {}
    #shop .inBox .shopList li {
        width: 47.5%;
        margin: 0px 0 20px;
    }
    #shop .inBox .shopList:after {
        width: 47.5%;
    }
    #shop .inBox .shopList li:nth-last-child(3) {
        margin: 0px 0 20px;
    }
    #shop .inBox .shopList li:nth-last-child(2),
    #shop .inBox .shopList li:last-child {
        margin: 0;
    }
    #shop .inBox .shopList .shopImg {
        margin: 0 0 15px;
    }
    #shop .inBox .shopList .shopTit {
        font-size: 12px;
        margin: 0 0 5px;    
    }
    #shop .inBox .shopList .shopBtn {}
    #shop .inBox .shopList .shopBtn a {
        font-size: 12px;
        width: 100%;
        padding: 10px 10px 9px;
    }

}


/*===================================================
    fanclub
====================================================*/
#fanclub {}
#fanclub h3  {}
#fanclub .inBox {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto 40px;
    position: relative;
    padding: 5%;
    border: 1px solid #89abd3;
    background: #f1d8d9;
    color: #89abd3;
}
#fanclub .inBox:last-child {
    margin: 0 auto;
}

#fanclub .inBox .detailBox {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#fanclub .inBox .detailBox.end {
    align-items: flex-end;
}
#fanclub .inBox .fcBox {
    width: 40%;
}
#fanclub .inBox .fcBox .fcTit {
    margin: 0 0 30px;
}
#fanclub .inBox .fcBox .fcBtn {}
#fanclub .inBox .fcBox .fcBtn a {
    display: block;
    padding: 20px;
    border-radius: 100px;
    width: 100%;
    max-width: 300px;
    margin: 0 auto 20px;
    color: #89abd3;
    border: 1px solid #89abd3;
    text-align: center;
    font-weight: bold;
}
#fanclub .inBox .photoBtnBox {}
#fanclub .inBox .photoBtnBox.all {
    width: 300px;
}
#fanclub .inBox .photoBtnBox .photoBtn {}
#fanclub .inBox .photoBtnBox .photoBtn:last-child {}
#fanclub .inBox .photoBtnBox .photoBtn a {
    display: block;
    padding: 20px;
    border-radius: 100px;
    background: #89abd3;
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
    color: #fff;
    border: 1px solid #89abd3;
    text-align: center;
    font-weight: bold;
}
#fanclub .inBox .photoBtnBox .photoBtn:last-child a {}

#fanclub .inBox .photoBox.two {
    width: calc(95% - 300px);
    position: relative;
    display: flex;
}
#fanclub .inBox .photoBox.two .photo {
    width: 95%;
}
#fanclub .inBox .photoBox.two .photo:nth-child(2) {
    position: absolute;
    width: 35%;
    right: -23%;
    top: -10%;
}
#fanclub .inBox .photoBox.two .photo:nth-child(3) {
    position: absolute;
    width: 35%;
    right: -55%;
    top: 5%;
}
#fanclub .inBox .photoBox.one {
    width: 55%;
    position: relative;
}
#fanclub .inBox .photoBox.one .photo {}

#fanclub .inBox .requestTit {
    margin: 0 0 20px;
    text-align: center;
}
#fanclub .inBox .requestBtn {}
#fanclub .inBox .requestBtn a {
    display: block;
    padding: 20px;
    border-radius: 100px;
    background: #89abd3;
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
    color: #fff;
    border: 1px solid #89abd3;
    text-align: center;
    font-weight: bold;
}

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

    #fanclub .inBox .fcBox .fcBtn a:hover {
        background: #89abd3;
        color: #fff;
    }

    #fanclub .inBox .photoBtnBox .photoBtn a:hover,
    #fanclub .inBox .requestBtn a:hover {
        background: #fff;
        color: #89abd3;
    }

}

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

    #fanclub {}
    #fanclub h3  {}
    #fanclub .inBox {
        padding: 25px 20px;
        margin: 0 auto 20px;
    }
    #fanclub .inBox:last-child {}
    
    #fanclub .inBox .detailBox {
        display: block;
    }
    #fanclub .inBox .detailBox.end {
        display: block;
    }
    
    #fanclub .inBox .fcBox {
        width: 100%;
        text-align: center;
    }
    
    #fanclub .inBox .fcBox .fcTit {
        margin: 0 0 20px;
    }

    #fanclub .inBox .fcBox .fcBtn {}
    #fanclub .inBox .fcBox .fcBtn a {
        width: 90%;
        margin: 0 auto 30px;
    }

    #fanclub .inBox .fcBox .photoBox.sp {
        margin-bottom: 25px;
    }
    
    #fanclub .inBox .photoBtnBox {}
    #fanclub .inBox .photoBtnBox.all {
        width: initial;
    }
    
    #fanclub .inBox .photoBtnBox .photoBtn {}
    #fanclub .inBox .photoBtnBox .photoBtn:last-child {}
    #fanclub .inBox .photoBtnBox .photoBtn a {
        width: 90%;
    }
    #fanclub .inBox .photoBtnBox .photoBtn:last-child a {}
    
    #fanclub .inBox .photoBox.two {
        width: 100%;
        margin: 0 auto 25px;
        display: flex;
    }
    #fanclub .inBox .photoBox.two .photo {
        width: 70%;
        margin: 0px 0 0;
        max-width: 575px;
    }
    #fanclub .inBox .photoBox.two .photo:nth-child(2) {
        width: 25%;
        max-width: 160px;
        right: 13.5%;
        top: -15px;
    }
    #fanclub .inBox .photoBox.two .photo:nth-child(3) {
        width: 25%;
        max-width: 160px;
        right: -30px;
        top: 10px;
    }
    #fanclub .inBox .photoBox.one {}
    #fanclub .inBox .photoBox.one .photo {}
    
    #fanclub .inBox .requestTit {}
    #fanclub .inBox .requestBtn {}
    #fanclub .inBox .requestBtn a {
        width: 90%;
    }    

}



/*===================================================
    footer
====================================================*/
.copyBox {
    padding: 45px 0 90px;
    background: #89abd3;
}

.copyBox .footerLogo {
    line-height: 1;
    display: flex;
    justify-content: center;
}
.copyBox .footerLogo a {}
.copyBox .footerLogo a svg {
    fill: #fff;
    width: 150px;
}

.copyBox .copy {
    color: #fff;
    font-size: 12px;
    text-align: center;
}

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

	.copyBox .footerLogo a:hover {}
	.copyBox .footerLogo a:hover svg {
        opacity: 0.7;
        -webkit-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out;
    }

}

@media screen and (max-width: 960px) {
	.copyBox {
        padding: 0 0 40px;
    }

	.copyBox .footerLogo {}
	.copyBox .footerLogo a {}
	.copyBox .footerLogo a svg {}

	.copyBox .copy {}

}</pre></body></html>