@charset "UTF-8";


body{
    position: relative;
	color: #fff;
    overflow-x: hidden;
font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
body::before {
    content: '';
    display: block;
    position: fixed;
    width: 40px;
    height: 100vh;
    left: 20px;
    background: url(/static/octpath/fanclub/feature/two_throne/images/ph_frame_Wi3xnT5r.png);
    z-index:0;
    background-repeat: repeat-y;
    background-size: 40px;
    top: 0;
    pointer-events: none;
}
body::after{
    content: '';
    display: block;
    position: fixed;
    width: 40px;
    height: 100vh;
    right: 20px;
    background: url(/static/octpath/fanclub/feature/two_throne/images/ph_frame_Wi3xnT5r.png);
    z-index: -1;
    background-repeat: repeat-y;
    background-size: 40px;
    top: 0;
    pointer-events: none;
}
@keyframes bgscroll {
 0% {background-position: 0 0%;}
 100% {background-position: 0% 300px;}
}

.red{
    color: #ff0000;
}
.delighter {
    transition: all .5s ease-out;
    transform: translatey(10%);
    opacity: 0;
   }

.delighter.started {
      transform: none;
      opacity: 1;
   }
 
header h1,
header .block--sns,
header .inner .gnav{
    display: none;
}
.footer {
    z-index: 1;
}
.footer .copyright {
    color: #ffffff;
    opacity: 1;
}
body:not(.page--home) .wrap {
        padding-bottom: 100px;
}
.allContain{
    position: relative;
    overflow-x: hidden;
}
section {
	padding: 120px 0;
}
section:first-of-type {
 
}
.contentBox {
    width: 90%;
    max-width: 1500px;
    margin: auto;
}
.inBox {
    position: relative;
}
.titBox {
    position: relative;
    font-weight: 800;
    text-align: center;
    z-index: 1;
    margin: 0 auto 100px;
    color: #fff;
}
.titBox .inner{

}
.titBox > * {
    margin-bottom: 0;
}
.titBox h2 {
    font-size: 600%;
    font-weight: normal;
    margin: 0 0 0 20px;
    font-family: "bookman-jf-pro", serif;
}
.titBox h3 {
    font-size: 120%;
    font-weight: 800;
    line-height: 1.2em;
    letter-spacing: 0.1em;
}
.titBox .subTit{
    font-family: "Roboto", sans-serif;
    font-size: 1245%;
    line-height: 1em;
    -webkit-text-stroke: 2px rgb(255 255 255 / 90%);
    text-stroke: 2px rgb(255 255 255 / 90%);
    color: transparent;
    letter-spacing: -0.2em;
    mix-blend-mode: overlay;
    text-indent: -0.2em;
    transform: translate3d(0, 0, 0);
    z-index: 0;
    position: relative;
}

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//octpath/fanclub/feature/two_throne/images/bg_main_pc_Wi3xnT5r.jpg) no-repeat center center;
    background-size: cover;
}

.headerFix .bgBox{
    filter: brightness(0.5);
}

.borderBox .border {
    background-color: #eae4ce;
    position: fixed;
    z-index: 1000;
}
.borderBox .border.top {
    height: 5px;
    left: 0;
    top: 0;
    width: 0;
    transition: 0.8s ease 3s;
}
.loaded .borderBox .border.top {
    width: 100%;
}
.loaded .borderBox .border.left {
    height: 0;
    left: 0;
    bottom: 0;
    width: 4px;
    transition: 0.8s ease 5.5s;
}
.loaded .borderBox .border.left {
    height: 100%;
}
.borderBox .border.bottom {
    height: 5px;
    right: 0;
    bottom: 0;
    width:0;
    transition: 0.8s ease 4.5s;
}
.loaded .borderBox .border.bottom {
    width: 100%;
}
.borderBox .border.right {
    height: 0;
    right: 0;
    top: 0;
    width: 4px;
    transition: 0.8s ease 3.7s;
}
.loaded .borderBox .border.right {
    height: 100%;
}

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

body::before {
    width: 20px;
    height: 100vh;
    left: 5px;
    background-size: 20px;
    top: 0;
    pointer-events: none;
}
body::after {
    width: 20px;
    height: 100vh;
    right: 5px;
    background-size: 20px;
    top: 0;
    pointer-events: none;
}
body:not(.page--home) .wrap > h1.logo {
        display: none;
}
section {
    background: transparent;
    padding: 50px 20px;
}
.contentBox{
    padding: 0;
    margin: 0;
    width: 100%;
}
.bg01 {
    opacity: 1;
    background: url(/static/octpath/fanclub/feature/two_throne/images/bg_main_sp_Wi3xnT5r.jpg) no-repeat center center;
    background-size: cover;
}

.titBox {
    position: relative;
    font-weight: 800;
    text-align: center;
    z-index: 1;
    margin: 0 auto 30px;
    color: #fff;
    letter-spacing: 0.2em;
}
.titBox .subTit{
    font-size: 560%;
}
.titBox h2 {
        font-size: 200%;
        margin: 0;
        text-align: center;
}
.titBox h3 {
		font-size: 95%;
        text-align: center;
}


}
/*===================================================
	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: 700px;
}

.heroView .act1{
    position: absolute;
    width: 45vw;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    z-index: 1;
    max-width: 800px;
}
.heroView .act1 h1{

}
.heroView .act1 h1 p:nth-child(1) span:nth-of-type(1){
	display: block;
    width: 8%;
    position: absolute;
    top: 4%;
    left: 11%;
    opacity: 0;
    transition: 0.4s;
}
.heroView .act1 h1 p:nth-child(1) span:nth-of-type(2){
    display: block;
    width: 7%;
    position: absolute;
    right: 13%;
    top: 4%;
    opacity: 0;
    transition: 0.4s;
}
.heroView .act1 h1 p:nth-child(1){
    margin: 0 0 5vw 0;
    position: relative;
    opacity: 0;
    transition: 0.4s;    
}
.heroView .act1 h1 p:nth-child(2){
    opacity: 0;
    transition: 0.4s;
}
.heroView .act1 h1 p:nth-child(1) span img{
    display: block;
}
.loaded .heroView .act1 h1 p:nth-child(1){
  -webkit-animation: upIn 0.8s ease 2s 1 forwards;
  animation: upIn 0.8s ease 2s 1 forwards;
}
.loaded .heroView .act1 h1 p:nth-child(2){
  -webkit-animation: upIn 0.8s ease 2.5s 1 forwards;
  animation: upIn 0.8s ease 2.5s 1 forwards;
}

.loaded .heroView .act1 h1 p:nth-child(1) span:nth-of-type(1){
  -webkit-animation: upIn 0.8s ease 3s 1 forwards;
  animation: upIn 0.8s ease 3s 1 forwards;
}
.loaded .heroView .act1 h1 p:nth-child(1) span:nth-of-type(2){
  -webkit-animation: upIn 0.8s ease 3s 1 forwards;
  animation: upIn 0.8s ease 3s 1 forwards;
}

@keyframes upIn {
	0% {
		opacity: 0;
		-webkit-transform: translate(0, 30px);
		transform: translate(0, 30px);
	}
	100% {
		opacity: 1;
		-webkit-transform: translate(0,0);
		transform: translate(0,0);
	}
}
@keyframes upIn02 {
	0% {
		opacity: 0;
		-webkit-transform: translate(-50%, -40%);
		transform: translate(-50%, -40%);
	}
	100% {
		opacity: 1;
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
	}
}

.heroView .act2{
    position: absolute;
    line-height: 0;
    z-index: 0;
    width: 20vw;
    bottom: 5%;
    left: 5%;
	max-width: 300px;
}
.heroView .act2 p:nth-child(1){
    margin: 0 auto 2vw;
    transition: 0.5s ease 7.5s;
}
.heroView .act2 p:nth-child(2){
    transition: 0.5s ease 7.8s;
}
.heroView .act3{
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 1;
    transform: translate(0, 50%);
    opacity: 0;
    transition: 0.8s;
}
.loaded .heroView .act3{
    transform: translate(0, 0);
    opacity: 1;
    transition-delay: 2.5s;
}
.loaded .sns {
    transition: 0.5s ease 5.5s;
}
.sns .snsList{
    transition: 0.5s ease;
    display: -webkit-flex;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center;
    background: rgba(0, 0, 0, 0.8);
    padding: 15px 20px;
}
.sns .snsList li {
    padding:0 0 0 15px;
}
.sns .snsList li:nth-child(1){
    padding:0;
}
.sns .snsList li a {
    color: #fff;
    font-size: 20px;
}


@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;
        left: 50%;
        top: 7%;
        position: fixed;
        z-index: 10;
        transform: translate(-50%, 0);
        -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, -50%);
    opacity: 0;
}
.loaded .navigation .headerNav{
    -webkit-animation: upIn02 0.8s ease 4s 1 forwards;
    animation: upIn02 0.8s ease 4s 1 forwards;
}
.navigation .headerNav li{
        margin: 0 0 0 20px;
}
.navigation .headerNav li:nth-child(1){
        margin: 0;
}
.navigation .headerNav li p a{
        color: #000;
        transition: transform 0.3s;
        display: inline-block;
        font-family: "bookman-jf-pro", serif;
        font-weight: normal;
        letter-spacing: 0.2em;
        font-size: 13px;
}

.navigation .headerNav li p a:before{
        content: "";
        background: url(/static/octpath/fanclub/feature/two_throne/images/ph_parts_01_Wi3xnT5r.png) no-repeat center center;
        display: inline-block;
        width: 20px;
        height: 13px;
        background-size: contain;
        margin: 0 15px 0 0;
}

.headerFix .navigation .headerNav{
    background: rgba(0, 0, 0, 0.8);
    padding: 5px 20px;
}
.headerFix .navigation .headerNav li p a{
    color: #fff;
}
.headerFix .navigation .headerNav li p a:before {
        filter: invert(1);
}

}



/* SP-max-769 */
@media screen and (max-width: 769px){
.heroView {
    margin: 0 auto 50px;
    min-height: auto;
}
.heroView:before {
    border-radius: 0 0 0 30px;
    height: 91%;
}
.heroView .act1 {
width: 70%;
}

.heroView .act2 {
        width: 35%;
}
.heroView .act3 {

}
.sns .snsList {
    padding: 5px 15px;
}
.loaded .hamBtn.clipAnim{
    transition: 0.5s ease 6s;
}


.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%;
}


}

/*===================================================
	scheduleBox
====================================================*/
.scheduleBox{

}
.scheduleBox .titBox h2,
.scheduleBox .titBox h3 {

}
.scheduleBox .contentBox{

}
.scheduleBox .op_schedule{
    display: -webkit-flex;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center;
}
.scheduleBox .op_schedule .schedule{
    width: 48%;
    padding: 4vw;
    background: rgba(255, 255, 255, 0.1);
    text-align: center;
    border: 1px solid;
    -webkit-filter: drop-shadow(5px 5px 10px rgba(0, 0, 0, 0.2));
    -moz-filter: drop-shadow(5px 5px 10px rgba(0, 0, 0, 0.2));
    -ms-filter: drop-shadow(5px 5px 10px rgba(0, 0, 0, 0.2));
    filter: drop-shadow(5px 5px 10px rgba(0, 0, 0, 0.2));
}
.scheduleBox .artist{
    font-size: 300%;
    font-weight: bold;
    letter-spacing: 0.1em;
    line-height: 1;
    margin: 0 auto 10px;
}
.scheduleBox .date{
    margin: 0 auto 10px;
    font-size: 200%;
    font-weight: bold;
    letter-spacing: 0.1em;
}
.scheduleBox .date .mini{
    font-size: 50%;
    position: relative;
    top: -5px;
    margin: 0 0 0 10px;
}
.scheduleBox .open{
    font-size: 120%;
    font-weight: bold;
    margin: 0;
}
.scheduleBox .venue{
    font-size: 120%;
    font-weight: bold;
    background: #ffffff;
    display: block;
    color: #000;
    padding: 10px 30px;
    line-height: 1;
    letter-spacing: 0.1em;
    margin: 0 auto 10px;
    line-height: 1.5;
}
.scheduleBox .venue span{
    display: block;
    font-size: 80%;
    margin: 0 0 5px 0;
    opacity: 0.6;
}


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

.scheduleBox .contentBox {
    width: 100%;
}

}

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

.scheduleBox {

}
.scheduleBox .contentBox{
    width: 100%;
}
.scheduleBox .op_schedule .schedule {
    width: 100%;
    padding: 30px;
    margin: 0 auto 20px;
}
.scheduleBox .artist {
    font-size: 150%;
    font-weight: bold;
    letter-spacing: 0.1em;
    line-height: 1;
    margin: 0 auto 5px;
}
.scheduleBox .date {
    font-size: 120%;
    text-align: center;
}
.scheduleBox .open {
    font-size: 90%;
    font-weight: bold;
    margin: 0 0 10px 0;
    text-align: center;
}
.scheduleBox .venue {
    font-size: 80%;
    display: block;
    padding: 10px 30px;
    text-align: center;
    max-width: 500px;
}


}


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

.ticketBox{

}
.ticketBox .inBox{
	padding: 0;
    margin: 0 auto 100px;
}
.ticketBox .contentBox {

}
.ticketBox .inBox{

}
.ticketBox .ticketDetailList{
    border-bottom: 1px solid #626262;
    padding: 0 0 20px 0;
    margin: 0 0 20px 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;
}
.ticketBox .ticketDetailList dt{
    font-size: 20px;
}
.ticketBox .ticketDetailList dt .txt{
    font-weight: bold;
    margin: 0;
}
.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{
    background: #eae4ce;
    color: #000000;
    font-weight: bold;
    border-radius: 999px;
    font-size: 20px;
    padding: 10px 30px;
}
.ticketBox .ticketDetailList dd > *{
    margin: 0 0 10px;
}
.ticketBox .ticketDetailList dd > *:last-child{
    margin: 0;
}
.ticketBox .ticketDetailList dd .txt{
    font-size: 100%;
    font-weight: 400;
}
.ticketBox .ticketDetailList dd .txt .mini{
    font-size: 70%;
}
.ticketBox .map {
    margin: 50px auto 0;
    padding: 5vw;
    background: rgba(255,255,255,0.1);
    border-radius:0;
    max-width: 1000px;
}
.ticketBox .map .ph{
    border-radius: 20px;
    overflow: hidden;
}
.ticketBox .map .mapDetail{

}
.ticketBox .map .mapDetail dl{

}
.ticketBox .map .mapDetail dt{
    width: 100px;
    background: #fff;
    height: 15px;
    display: inline-block;
    margin: 0 10px 0 0;
}
.ticketBox .map .mapDetail dd{
    display: inline-block;
    font-size: 80%;
}
.ticketBox .map .mapDetail dl:nth-child(1) dt{
    background: #ee906c;
}
.ticketBox .map .mapDetail dl:nth-child(2) dt{
    background: #aed487;
}
.ticketBox .map .mapDetail dl:nth-child(3) dt{
    background: #e9e58e;
}
.ticketBox .map .mapDetail dl:nth-child(4) dt{
    background: #e8b6cf;
}
.ticketBox .map .mapDetail dl:nth-child(5) dt{
    background: #86c5db;
}
.ticketBox .map .mapDetail dl:nth-child(6) dt{
    background: #aca4ce;
}

.op_ticket .FCTicket .tikcetTit{
}
.op_ticket .FCTicket .tikcetTit .entryType {

}
.u18ticket{

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

}
.op_ticket {
    margin-bottom: 40px;
}
.op_ticket .tikcetDetail .detailList:has(+ .btn){
    margin-bottom: 40px;
}
.op_ticket .tikcetTit{
    background: #000000;
    color: #fff;
    padding: 25px 50px 25px 25px;
    font-size: 140%;
    border-radius: 999px;
    margin: 0 auto 20px;
    max-width: 600px;
    text-align: center;
}
.op_ticket .tikcetTit .entryType{
    font-size: 70%;
    margin: 0 0 0 10px;
}
.op_ticket .tikcetDetail {
    background: #faf8f2;
    color: #000;
    border-radius: 20px;
}
.ticketBox .textLink a{
    color: #000;
}
.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){

.ticketBox:before {
    border-radius: 30px 0 0 30px;
}
.ticketBox .titBox {
        left: -10px;
}
.ticketBox .inBox {
    padding: 0;
    margin: 0 auto 50px;
}
.ticketBox .ticketDetailList {
        padding: 0 0 20px 0;
        margin: 0 0 20px 0;
        display: block;
        text-align: center;
}
.ticketBox .ticketDetailList dt {
    font-size: 14px;
    margin: 0 0 10px 0;
}
.ticketBox .ticketDetailList dd {
    font-size: 17px;
}
.ticketBox .map {
    margin: 30px auto 0;
    padding: 20px;
}
.ticketBox .map .ph {
    border-radius: 10px;
    overflow: hidden;
}
.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%;
        line-height: 1.5;
        letter-spacing: 0.1em;
}
.ticketBox {
    padding: 40px 20px!important;
}

.op_ticket .tikcetDetail .detailList:has(+ .btn){
    margin-bottom: 20px;
}
.ticketBox .contactArea{
    margin: 50px auto 0;
}

}



/*===================================================
	attention
====================================================*/

.attentionBox{

}
.attentionBox .attBox{
    padding: 4vw;
    border: 1px solid;
    background: rgba(255, 255, 255, 0.1);
    -webkit-filter: drop-shadow(5px 5px 10px rgba(0, 0, 0, 0.2));
    -moz-filter: drop-shadow(5px 5px 10px rgba(0, 0, 0, 0.2));
    -ms-filter: drop-shadow(5px 5px 10px rgba(0, 0, 0, 0.2));
    filter: drop-shadow(5px 5px 10px rgba(0, 0, 0, 0.2));
}
.attentionBox .attBox .attTit{
    text-align: center;
    font-size: 150%;
    font-weight: bold;
    margin: 0 auto 30px;
}
.attentionBox .attBox .attSubTit{
    font-size: 110%;
    font-weight: bold;
    margin: 0 0 15px 0;
}
.attentionBox .attBox .attentionList{
    margin: 0 0 50px 0;
    border-bottom: 1px solid;
    padding: 0 0 50px 0;
}
.attentionBox .attBox .attentionList:last-of-type{
    margin: 0;
    border-bottom:none;
    padding:0;
}
.attentionBox .attBox .attentionList li{
    font-size: 100%;
    text-indent: -1em;
    margin: 0 0 10px 1em;
}
.attentionBox .attBox .attentionList li:last-child{
    margin: 0 0 0 1em;
}
.attentionBox .attBox .attentionList .red{
    color: #ffca00;
}

/* SP-max-769 */
@media screen and (max-width: 769px){
.attentionBox .attBox {
    padding: 20px;
}
.attentionBox .attBox .attTit {
    text-align: center;
    font-size: 100%;
    font-weight: bold;
    margin: 0 auto 20px;
}
.attentionBox .attBox .attSubTit {
    font-size: 90%;
    font-weight: bold;
    margin: 0 0 15px 0;
}

.attentionBox .attBox .attentionList li {
    font-size: 80%;
    text-indent: -1em;
    margin: 0 0 10px 1em;
}
.attentionBox .attBox .attentionList {
    margin: 0 0 30px 0;
    border-bottom: 1px solid;
    padding: 0 0 30px 0;
}


}



/*===================================================
	footer
====================================================*/
#footer {
    position: relative;
background: #000;
    padding: 60px 0;
    text-align: center;
    color: #fff;
    z-index: 5;
}

#footer .btnList{
	max-width: 350px;
    margin: 0 auto 30px;
    display: block;
}
#footer .btnList li{
    width: 100%;
    padding: 0;
    margin: 0 0 10px 0;
}
#footer .btnList li .official {
    margin: 0;
}

#footer .btnList li .official a {
    font-size: 14px;
    text-align: center;
    background-color: #fff;
    color: #000;
    width: 100%;
    font-weight: bold;
    text-decoration: none;
    border-radius: 100px;
    padding: 10px;
    display: block;
    margin: 0 auto;
    line-height: 1.5;
    border: 1px solid #fff;
}
#footer .btnList li .official.fc a {
    background: none;
    border: 1px solid #fff;
    color: #fff;
    padding: 0;
    border: none;
    text-decoration: underline;
}
#footer .sns_wrap {
	margin: 0 0 20px;
}

#footer .sns_wrap .menuList {
	display: flex;
	justify-content: center;
}

#footer .sns_wrap .menuList li {
	margin-right: 25px;
}

#footer .sns_wrap .menuList li:last-child {
	margin-right: 0;
}

#footer .sns_wrap .menu_official .official_link .menu_icon a {
    color: #fff;
    text-decoration: none;
    font-size: 30px;
}

#footer .sns_wrap .menu_official .official_link .menu_icon:last-child a {
	margin-bottom: 0;
}

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

	#footer .sns_wrap .menu_official .official_link .menu_icon a i {
	    transition: 0.3s;
	}

	#footer .sns_wrap .menu_official .official_link .menu_icon a:hover i {
	    opacity: 0.7;
	}

}

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

	#footer .official a {
	    transition: 0.3s;
	}

	#footer .official a:hover {
	    opacity: 0.7;
	}
	
}

@media screen and (max-width: 769px){
	
	#footer {
	    padding: 45px 0;
	}
	#footer .btnList {
	    margin: 0 auto 20px;
	    width: 70%;
    display: block;
	}
	#footer .btnList li {
	    width: 100%;
	    padding: 0;
	    margin: 0 0 10px 0;
	}
	#footer .official {
	    margin: 0 0 20px;
	}
	#footer .btnList li .official a {
	    font-size: 12px;
	}	
	#footer .sns_wrap {
	    margin: 0 0 10px;
	}

}