@charset "UTF-8";
@import url("https://use.typekit.net/tgl2bqi.css");

body{
    position: relative;
	color: #000;
    overflow-x: hidden;
	font-family: "source-han-sans-japanese", sans-serif;
}

body::before {
    content: '';
    display: block;
    position: fixed;
    width: 100%;
    height: 100vh;
    background: url(/static/octpath/fanclub/feature/5thAnniversary/images/bg_logo_baczeR47ah.png);
    background-size: 600px;
    animation: bgscroll 20s linear infinite;
    z-index: -10;
    opacity: 0.05;
}

@keyframes bgscroll {
 0% {background-position: 0 0%;}
 100% {background-position: 600px 0%;}
}

.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;
}
.titBox .inner{

}
.titBox > * {
    margin-bottom: 0;
}
.titBox h2 {
    font-size: 600%;
	font-weight: 400;
	font-style: italic;
    margin: 0 0 0 20px;
	font-family: "cc-speeding-bullet", sans-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:not(.page--home) .wrap > h1.logo {
        display: none;
}
section {
    background: transparent;
    padding: 50px 20px;
}
.contentBox{
    padding: 0;
    margin: 0;
    width: 100%;
}
.titBox {
    position: relative;
    font-weight: 800;
    text-align: center;
    z-index: 1;
    margin: 0 auto 30px;
    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 h1{
    position: absolute;
    width: 65vw;
    height: 26vw;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    z-index: 1;
    max-width: 1000px;
}
.heroView h1 p{
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
}
.heroView h1 p.txt{
    z-index: 1;
}
.loaded .heroView h1 p.txt{
  transform: translate(0, 20px);
  animation: fade_01 0.4s ease-out 1s forwards;
}

@keyframes fade_01 {
  0% {
    opacity: 0;
    transform: translate(0, 20px);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}

.loaded .heroView h1 p.arrow{
  transform: translate(-100px, 20px);
  animation: fade_02 0.4s ease-out 1.5s forwards;
}

@keyframes fade_02 {
  0% {
    opacity: 0;
    transform: translate(-100px, 20px);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}


.loaded .heroView h1 p.star_01{
  transform: translate(0, 20px);
  animation: fade_01 0.4s ease-out 2s forwards;
}
.loaded .heroView h1 p.star_02{
  transform: translate(0, 20px);
  animation: fade_01 0.4s ease-out 2.1s forwards;
}
.loaded .heroView h1 p.star_03{
  transform: translate(0, 20px);
  animation: fade_01 0.4s ease-out 2s forwards;
}
.loaded .heroView h1 p.star_04{
  transform: translate(0, 20px);
  animation: fade_01 0.4s ease-out 2.1s forwards;
}
.loaded .heroView h1 p.star_05{
  transform: translate(0, 20px);
  animation: fade_01 0.4s ease-out 2.3s forwards;
}
.loaded .heroView h1 p.star_06{
  transform: translate(0, 20px);
  animation: fade_01 0.4s ease-out 2.2s forwards;
}
.loaded .heroView h1 p.star_07{
  transform: translate(0, 20px);
  animation: fade_01 0.4s ease-out 2s forwards;
}
.loaded .heroView h1 p.star_08{
  transform: translate(0, 20px);
  animation: fade_01 0.4s ease-out 2.2s forwards;
}



.scroll_down{
    position: absolute;
    bottom: 1%;
    left: 1%;
}

.scroll_down span{
    position: absolute;
    left: 10px;
    bottom: 10px;
    color: #000;
    font-size: 18px;
    font-family: "cc-speeding-bullet", sans-serif;
    writing-mode: vertical-lr;
    text-decoration: none;
    text-transform: uppercase;
	font-weight: 400;
	font-style: italic;
}
.scroll_down span:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: -10px;
    width: 2px;
    height: 80px;
    background: #ddd;
}
.scroll_down span:after {
  content: '';
  position: absolute;
  bottom: 0;
    left: -10px;
  width: 2px;
  height: 80px;
  background: #000;
  animation: sdl01 1.5s cubic-bezier(1, 0, 0, 1) infinite;
}

@keyframes sdl01 {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  50.1% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}


.header{
    background: #fff;
    border-bottom: 1px solid #000;
    display: -webkit-flex;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    width: 100%;
}
.header .logo{
    width: 15vw;
    border-right: 1px solid #000;
    max-width: 150px;
    padding: 13px 30px;
    line-height: 1;
}
.header .header_logo {
    width: 30vw;
    max-width: 500px;
    line-height: 1;
}

.sns {
    width: 15vw;
    border-left: 1px solid #000;
    height: 100%;
    padding: 5px 20px;
    max-width: 180px;
}
.sns .snsList{
    display: -webkit-flex;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center;
}
.sns .snsList li {
    padding:0 0 0 15px;
}
.sns .snsList li:nth-child(1){
    padding:0;
}
.sns .snsList li a {
    color: #000;
    font-size: min(20px, 1.5vw);
}

.g-nav{
    position: fixed;
    right: 0;
    top: 70px;
    z-index: 10;
}
.g-nav .nav-title{
	background: #2a2929;
    color: #fff;
    font-family: "cc-speeding-bullet", sans-serif;
    font-size: 100%;
    width: 150px;
    text-align: center;
    padding: 5px;
    border-radius: 10px 0 0 10px;
    position: relative;
    cursor: pointer;
	font-weight: 400;
	font-style: italic;
}
.g-nav .nav-title::after {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
    top: -3px;
    right: 10px;
    width: 5px;
    height: 5px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    z-index: 0;
    transition: all .3s;
}
.g-nav.open .nav-title::after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    transition: 0.4s;  
    top: 0px;
}


.g-nav .accordion {
  display: none;
    padding: 15px 10px 10px;
    background: #fff;
    border-radius: 0 0 10px 10px;
    border: 1px solid #000;
    position: relative;
    top: -10px;
    z-index: -1;
    transition: 0.4s;
}
.g-nav.open .accordion {
  display: block;
}
.g-nav .accordion a{
    font-family: "cc-speeding-bullet", sans-serif;
    color: #000;
    font-size: 90%;
    text-align: center;
    display: block;
    padding: 3px 0;
	font-weight: 400;
	font-style: italic;
}

@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 h1 {
        position: absolute;
        width: 90vw;
        height: 42vw;
        max-width: 600px;
}
.scroll_down {
    position: absolute;
    bottom: 1%;
    left: 3%;
}
.header .logo {
        width: 20%;
        padding: 10px;
}
.header .header_logo {
    width: 75%;
        padding: 10px;
}
.sns {
    width: 130px;
    height: 100%;
    padding: 0;
    display: none;
}
.snsList{
    display: flex;

}
.snsList li{
    padding: 0 10px 0 0;
}
.sns .snsList li a {
    font-size: 17px;
}


}


/*===================================================
  NEWS
====================================================*/

.newsBox{
    background: #000;
    color: #fff;
}
.newsBox .newsList{

}
.newsBox .newsList li{

}
.newsBox .newsList li a{
    padding: 0 0 30px 0;
    border-bottom: 1px solid #ccc;
    margin: 0 0 30px 0;
    display: block;
    transition: 0.4s;
    color: #fff;
}
/*
.newsBox .newsList li:last-child a{
    padding: 0;
    border-bottom: none;
    margin:0;
}
*/
.newsBox .newsList li a .date{
    font-size: 120%;
    margin: 0 0 10px 0;
    font-family: "cc-speeding-bullet", sans-serif;
    font-weight: 400;
}
.newsBox .newsList li a .tit{
    font-size: 120%;
    line-height: 1.5;
    letter-spacing: 0.1em;
}

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

.newsBox .newsList li a:hover{
    opacity: 0.7;
}

}


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

.newsBox .newsList li a .date {
    font-size: 80%;
}
.newsBox .newsList li a .tit {
    font-size: 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: #fff;
    text-align: center;
    border: 3px solid;
    box-shadow: 8px 8px #000;
    -webkit-box-shadow: 8px 8px #000;
    border-radius: 20px;
}
.scheduleBox .artist {
    font-size: 230%;
    font-weight: bold;
    line-height: 1.2;
    margin: 0 auto 20px;
    font-family: "cc-speeding-bullet", sans-serif;
	font-weight: 400;
	font-style: italic;
}
.scheduleBox .artist span{
    display: block;
    font-size: 130%;
}
.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: 130%;
    font-weight: bold;
    display: block;
    padding: 15px 30px;
    margin: 0 auto 20px;
    line-height: 1.5;
    border: 2px solid #000;
    border-radius: 15px;
}
.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 50px;
}
.scheduleBox .artist {
        font-size: 110%;
        font-weight: bold;
        letter-spacing: 0.1em;
        margin: 0 auto 10px;
}
.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{
background: #000;
    color: #fff;
}
.ticketBox .inBox{
	padding: 0;
    margin: 0 auto 100px;
}
.ticketBox .contentBox {

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

.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: #dbdbdb;
    color: #000;
    padding: 25px 50px 25px 25px;
    font-size: 140%;
    border-radius: 0;
    margin: 0 auto 20px;
    max-width: 600px;
    text-align: center;
    border: 2px solid;
    box-shadow: 5px 5px #ffffff;
    -webkit-box-shadow: 5px 5px #ffffff;
    font-weight: bold;
}
.op_ticket .tikcetTit .entryType{
    font-size: 70%;
    margin: 0 0 0 10px;
}
.op_ticket .tikcetDetail {
	background: #ffffff;
    color: #000;
    border-radius: 20px;
    max-width: 1200px;
    margin: auto;
    padding: 4vw;
}
.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: #fff;
}
.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;
}
.attentionBox .attBox .contact{
    padding: 20px;
    background: #f7f7f7;
    margin: 0 0 20px 0;
}
.attentionBox .attBox .contact dt{
    font-size: 90%;
    font-weight: bold;
    margin: 0 0 10px 0;
}
.attentionBox .attBox .contact dd{
    margin: 0 0 20px 0;
}
.attentionBox .attBox .contact dd:last-child{
    margin: 0;
}
.attentionBox .attBox .contact dd .txt{
    font-size: 90%;
    margin: 0 0 5px 0;
}
.attentionBox .attBox .contact dd .link{
    font-size: 80%;
    color: #000;
    text-decoration: underline;
    margin: 0 0 5px 0;
}
.attentionBox .attBox .contact dd .attentionList li {
    font-size: 80%;
}

/* 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;
}
.attentionBox .attBox .contact dt {
    font-size: 80%;
}
.attentionBox .attBox .contact dd .txt {
    font-size: 80%;
}

}



#product{
    background: #000;
    color: #fff;
    padding: 120px 0 0;
}
#product .titBox {
    margin: 0 auto;
}
#product .titBox .releaseTit{
    margin: 80px auto 0;
    font-size: 300%;
    letter-spacing: 0.05em;
    font-weight: bold;
}
#product .titBox .releaseTit p:nth-child(1){
    font-size: 50%;
    margin: 0 auto 10px;
}
#product .titBox .releaseTit p:nth-child(2){
    margin: 0 auto 10px;
}
#product .titBox .releaseTit p:nth-child(3){
	font-size: 80%;
}
#product .contentBox {
    width: 100%;
    max-width: 100%;
    margin: auto;
}
.release_logo {
    height: 8em;
    position: relative;
}

.release_logo::before {
    content: '';
    display: block;
    width: 100vw;
    height: 100%;
    background: #ffffff;
    position: absolute;
    z-index: -1;
    left: 0;
    bottom: -50px;
    transition: 0.75s;
    background-image: url(/static/octpath/fanclub/feature/5thAnniversary/images/ph_release_baczeR47ah.png);
    background-size: 52em;
    background-repeat: repeat-x;
    background-position: 0 50%;
    animation: bgscroll_release 15s linear infinite;
}

@keyframes bgscroll_release {
0% {background-position: 0 50%;}
100% {background-position: -52em 50%;}
}
.releaseBox {
    position: relative;
    padding: 4vw 0;
    overflow: hidden;
    margin: 0;
    border-bottom: 1px solid #fff;
}
.releaseBox .inBox{
    width: 90%;
    max-width: 1500px;
    margin: auto;
}
.product_01.releaseBox::before {
    content: '';
    display: block;
    width: 100vw;
    height: 100%;
    position: absolute;
    z-index: 0;
    background-image: url(/static/octpath/fanclub/feature/5thAnniversary/images/ph_jkt_01_IkJTI3LxDE.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    filter: blur(20px);
    opacity: 0.8;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.product_02.releaseBox::before{
    content: '';
    display: block;
    width: 100vw;
    height: 100%;
    position: absolute;
    z-index: 0;
    background-image: url(/static/octpath/fanclub/feature/5thAnniversary/images/ph_jkt_02_IkJTI3LxDE.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    filter: blur(20px);
    opacity: 0.8;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.product_03.releaseBox::before{
    content: '';
    display: block;
    width: 100vw;
    height: 100%;
    position: absolute;
    z-index: 0;
    background-image: url(/static/octpath/fanclub/feature/5thAnniversary/images/ph_jkt_03_IkJTI3LxDE.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    filter: blur(20px);
    opacity: 0.8;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.releaseBox:last-child {
    margin-bottom: 0;
}

.releaseBox > .detail {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.releaseBox:nth-of-type(even) > .detail::before {
    right: 0;
    left: auto;
    transform: translateY(-99%) skewX(-25deg);
}
.releaseBox:nth-of-type(even) > .detail::after {
    left: auto;
    right: 0;
    transform: translateY(99%) skewX(-335deg);
}


.releaseBox .jkBox {
    width: 40%;
    position: relative;
    padding-bottom: 2rem;
    -webkit-filter:drop-shadow(3px 3px 5px rgba(0, 0, 0, 0.2));
    -moz-filter:drop-shadow(3px 3px 5px rgba(0, 0, 0, 0.2));
    -ms-filter:drop-shadow(3px 3px 5px rgba(0, 0, 0, 0.2));
    filter:drop-shadow(3px 3px 5px rgba(0, 0, 0, 0.2));
}

.releaseBox .txtBox {
    width: 53%;
    position: relative;
    z-index: 1;
    padding: 3rem 0;
}

.releaseBox .txtBox .jk_info {
    margin-bottom: 1.5rem;
    transition-delay: 0.2s;
}

.releaseBox .jk_info {

}

.releaseBox .jkBox .jk {
    line-height: 0;
    margin-bottom: 2.5em;
    position: relative;
}

.loaded .releaseBox.started .jk_info {
    transform: none;
    opacity: 1;
}
.loaded .releaseBox.started .jkBox .jk {
    transform: none;
    opacity: 1;
}


.releaseBox .tit {
    font-size: 2em;
    margin-bottom: 0.2rem;
    line-height: 1;
    font-weight: bold;
}

.releaseBox .set {
display: inline-block;
    padding: 0.3em 0.6em;
    letter-spacing: 0.05em;
    background: #fff;
    color: #000;
    font-weight: 800;
    margin-left: 0.75rem;
    font-size: 13px;
    position: relative;
    top: -6px;
}

.releaseBox .price {
    font-size: 1.5em;
    font-weight: bold;
}

.releaseBox .price .sml {
    font-size: 0.7em;
}
.releaseBox .pack{
    margin: 0 0 20px 0;
    font-size: 1.2em;
}
.releaseBox .jk_list{
    font-size: 0.8em;
    display: -webkit-flex;
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    text-align: left;
}
.releaseBox .jk_list li{
	padding: 0 10px 0 0;
}


.releaseBox .listItems > li {
    padding-bottom: 2em;
}
.releaseBox .listItems > li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
}
.releaseBox .detail_list {
    border-left: 1px solid;
    padding-left: 1rem;
}
.releaseBox .detail_list.jk_attention {
    border: none;
    padding: 0;
}

.releaseBox .detail_list.track_list {
    column-count: 2;
}

.releaseBox .detail_list > li {
    padding-left: 2em;
    margin-bottom: 0.3em;
    position: relative;
    line-height: 1.6;
    text-indent: -2em;
    font-size: 0.9em;
    break-inside: avoid;
}
.releaseBox .detail_list > li.no_indent {
    text-indent: 0;
    padding-left: 0;
}

.releaseBox .detail_list > li:last-child {
    margin-bottom: 0;
}

.releaseBox .detail_list > li .num {
    letter-spacing: 0.03em;
    width: 2.2em;
    display: inline-block;
    text-indent: 0;
    font-size: 0.85em;
    opacity: 0.8;
}

.releaseBox .item_tit {
    margin-bottom: 0.7em;
    font-size: 1.15em;
    font-weight: bold;
    line-height: 1.3;
}


.releaseBox:nth-of-type(even) > .detail {
    flex-flow: row-reverse;
}
.releaseBox:nth-of-type(even) .jk_info {
    text-align: right;
}

.product_02.releaseBox > .detail {

}


.product_03.releaseBox > .detail {

}

.product_04.releaseBox > .detail {

}

.re .releaseBox .jkBox .jk::after{
	display:none;
}
.re .product_04.releaseBox > .detail{
    display: block;
}
.re .product_04.releaseBox > .detail .jkBox {
    width: 100%;
}
.re .product_04.releaseBox > .detail .jk_info {
    text-align: left;
}
.re .product_04.releaseBox > .detail .jkImg_list{
    display: -webkit-flex;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}
.re .product_04.releaseBox > .detail .jkImg_list:after{
    content: '';
    width: 30%;
}
.re .product_04.releaseBox > .detail .jkImg_list li{
    width: 30%;
    margin: 0 0 50px 0;
}
.re .product_04.releaseBox > .detail .jkImg_list li .tit{
    font-size: 26px;
    margin: 0 0 20px 0;
    text-align: center;
}
.re .product_04.releaseBox > .detail .jkImg_list li .btn a{
    font-size: 20px;
    padding: 20px;
    max-width: 300px;
}


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

#product .titBox .releaseTit {
    margin: 50px auto 0;
    font-size: 150%;
}
.release_logo {
        height: 6em;
}
.release_logo::before {
        background-size: 32em;
}
.releaseBox .jkBox {
        width: 100%;
        padding-bottom: 0;
}
.releaseBox .jkBox .jk {
    line-height: 0;
    margin-bottom: 1.5em;
    position: relative;
}
.releaseBox .set {
    top: 0;
    padding: 0.3em 0.6em 0.5em;
    margin: 0;
}
.releaseBox > .detail::before {
    height: 2rem;
}
.releaseBox > .detail::after {
    height: 1.8rem;
}

.releaseBox .jkBox .jk:last-child {
    margin-bottom: 0;
}

.releaseBox .txtBox .jk_info {
    margin-bottom: 0;
}

.releaseBox .txtBox {
    width: 100%;
    font-size: 1.1em;
    padding: 0 0 3rem;
}

.releaseBox {
    padding: 3.5rem 0 0rem;
}

.releaseBox > .detail {
        margin-bottom: 3rem;
        padding: 20px 0;
}

.releaseBox > .detail:last-child {
    margin-bottom: 0;
}

.releaseBox:nth-of-type(even) > .detail {
    flex-flow: column;
    margin-bottom: 3rem;
}
.releaseBox:nth-of-type(even) > .detail:last-child {
    margin-bottom: 0;
}

.releaseBox:nth-of-type(even) .jk_info {
    text-align: left;
}


.releaseBox .tit {
    font-size: 1.8em;
}

.releaseBox .price {
    font-size: 1.3em;
}
.releaseBox .pack {
    margin: 0 0 10px 0;
    font-size: 1em;
}
.releaseBox .listItems > li {
    padding-top: 1.5em;
    padding-bottom: 0;
}

.releaseBox .item_tit {
    font-size: 1em;
    margin-bottom: 0.6em;
}

.releaseBox .detail_list > li {
    font-size: 0.8em;
    line-height: 1.35;
    margin-bottom: 0.12em;
}

.releaseBox .detail_list.track_list {
    column-count: 1;
}

.re .product_04.releaseBox > .detail .jkImg_list li {
    width: 49%;
    margin: 0 0 30px 0;
}
.re .product_04.releaseBox > .detail .jkImg_list li .jk {
    line-height: 0;
    margin-bottom: 10px;
}
.re .product_04.releaseBox > .detail .jkImg_list li .tit {
    font-size: 17px;
    margin: 0 0 20px 0;
    text-align: center;
}
.re .product_04.releaseBox > .detail .jkImg_list li .btn a {
    width: 90%;
    font-size: 11px;
    padding: 10px;
    outline-offset: 3px;
}



}


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

#footer .btnList{
margin: 0 auto 30px;
    display: -webkit-flex;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center;
    max-width: 600px;
}
#footer .btnList li{
    width: 100%;
    padding: 0;
    margin: 0 0 10px 0;
}
#footer .btnList li:nth-child(1){
    width: 50%;
}
#footer .btnList li:nth-child(2){
    width: 45%;
}

#footer .btnList li .official {
    margin: 0;
}

#footer .btnList li .official a {
    font-size: 14px;
    text-align: center;
    color: #000;
    width: 100%;
    font-weight: bold;
    text-decoration: none;
    padding: 10px;
    display: block;
    margin: 0 auto;
    line-height: 1.5;
    border: 1px solid;
}
#footer .btnList li .official.fc a {
    background: #000;
    color: #fff;
}
#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: #000;
    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 .btnList li:nth-child(1){
	    width: 100%;
	}
	#footer .btnList li:nth-child(2){
	    width: 100%;
	}
	#footer .official {
	    margin: 0 0 20px;
	}
	#footer .btnList li .official a {
	    font-size: 12px;
	}	
	#footer .sns_wrap {
	    margin: 0 0 10px;
	}

}