@charset "UTF-8";




@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cal+Sans&display=swap');

/*===================================================
    base
====================================================*/

/* clearfix */
.clearfix:after {
  content: "."; 
  display: block; 
  height: 0; 
  font-size:0;  
  clear: both; 
  visibility:hidden;
}

.clearfix {display: inline-block;} 

/* Hides from IE Mac */
* html .clearfix {height: 1%;}
.clearfix {display:block;}
/* End Hack */ 
.clear { clear: both; }

.pb0  { padding-bottom: 0 !important; }

.mb0  { margin-bottom: 0 !important; }
.mb5  { margin-bottom: 5px !important; }
.mb10 { margin-bottom: 10px !important; }
.mb15 { margin-bottom: 15px !important; }
.mb20 { margin-bottom: 20px !important; }
.mb25 { margin-bottom: 25px !important; }
.mb30 { margin-bottom: 30px !important; }
.mb40 { margin-bottom: 40px !important; }
.mb50 { margin-bottom: 50px !important; }
.mb60 { margin-bottom: 60px !important; }
.mb70 { margin-bottom: 70px !important; }
.mb80 { margin-bottom: 80px !important; }

/* Font Size */ 
.fs8{font-size:8px}
.fs10{font-size:10px}
.fs11{font-size:11px}
.fs12{font-size:12px}
.fs13{font-size:13px}
.fs14{font-size:14px}
.fs16{font-size:16px}
.fs18{font-size:18px}
.fs20{font-size:20px}
.fs24{font-size:24px}

/* Font Color */ 
.center { text-align: center; }
.bold { font-weight: bold; }
.red { color: #C00; }

.soon{
    font-family: "Cal Sans", sans-serif;
    font-size: 160%;
    letter-spacing: 0.03em;
}

section p {
	padding: 0;
}

.detail #main {
	max-width: 100%;
    padding: 0;
    position: relative;
}

.inr {
    width: auto;
    margin: 0 auto;
    max-width: none;
}

.detail [data-show="on-scroll"]:nth-child(-n+15),
*[data-show="on-scroll"]{
	opacity: 1;
}


.scd {
    font-size: 17px;
    font-family: "Poppins";
    font-weight: bold;
    font-style: normal;
    position: absolute;
    bottom: 0;
    right: 13px;
    letter-spacing: 0;
    line-height: 0.8;
}


.anc{
	position:relative;
}

.ancPoint{
	position:absolute;
    top:-80px;
}
.icon .fa-solid {
    font-family: FontAwesome;
    color: #bb04cd;
    display: inline-block;
    margin-left: 7px;
}

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

	.sp {
		display :none;
	}
	
}

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

	.pc {
		display: none;
	}
	
	.slick-dots {
	    bottom: -18px;
	}

	.slick-dotted.slick-slider {
	    margin-bottom: 10px;
	}

}

/*===================================================
    loader
====================================================*/
.loader {
    position: fixed;
    height: 100%;
    width: 100%;
    background: #000;
    z-index: 99999;
}
/*===================================================
    main
====================================================*/

html{
    background:#000;
    letter-spacing: 0.05em;
    position: relative;
}

html:after, html:before {
    display: none;
}

/* スクロールバー */
::-webkit-scrollbar-track {
    background: #595656;
}
::-webkit-scrollbar-thumb {
    background: #811B1F;
}

.members, 
.category-14 {
    margin: 0;
}

.psnlara {
	display:none !important;
}

header{
    display:none;
}

#footer.membersfooter {
    display: none!important;
}

.backsite {
	position: relative;
	z-index: 500;
}

a {
    color: #bfbfbf;
    text-decoration: none;
}

.delighter {
    transition: all .5s ease-out;
    opacity: 0;
    filter: blur(10px);
}
 
.delighter.started {
    transform: none;
    opacity: 1;
    filter: blur(0);
}

.action{
    transition: all .5s ease-out;
    opacity: 0;
    filter: blur(20px);
}

.loading .action{
    transform: none;
    opacity: 1;
    filter: blur(0);
}

.act1{

}

.act2{
}

body{
    font-size: 16px;
    line-height: 1.5;
    color: #fff;
    word-break: break-all;
    margin: 0;
    font-family: 'Roboto', "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", meiryo, Osaka, "ＭＳ Ｐゴシック", sans-serif;
    font-weight: 400;
    position: relative;
    overflow: hidden;
}

.wrap {
    position: relative;
    z-index: 10;
    padding-top: 0;
    width: calc(100% - 480px);
    max-width: 1440px;
    margin: 0 auto;
}

.bgBox {
    pointer-events: none;
    width: 100%;
    height: 100vh;
    min-height: 600px;
    padding: 0;
    position: fixed;
    left: 0;
    top: 0;
    transform: translate3d(0, 0, -1px);
}

.bgBox .bg {
    position: absolute;
    width: 100vw;
    height: 100vh;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    z-index: -2;
}

.bgBox .bg01 {
    background-image: url(/static/theoralcigarettes/official-pc/erase/image/bg_main_MM3wqJkUr.jpg) ;
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
}

.contentArea {
    margin: 0 auto 0;
    position: relative;
    z-index: 5;
    padding: 0 60px 100px;
    border-left: 10px solid;
    margin-bottom: 160px;
}
.contentArea:before{
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    pointer-events: none;
    border-top: 10px solid;
    border-right: 10px solid;
    width: 160px;
    height: 160px;
}
.contentArea:after{
    content:"";
    position: absolute;
    bottom:0;
    right:0;
    pointer-events: none;
    border-bottom: 10px solid;
    border-right: 10px solid;
    width: 160px;
    height: 160px;
}
.contentArea h2 {
    line-height: 0.9;
    color: #ffffff;
    font-size: 340%;
    padding: 0;
    font-style: normal;
    position: relative;
    font-family: "Cal Sans", sans-serif;
    margin-bottom: 60px;
}
.contentArea h2 span{
    display: inline-block;
    position: relative;
}
.contentBox {
    text-align: center;
    position: relative;
    z-index: 5;
    margin: 0 0 0 auto;
}


.copylight{
    display: block;
    text-align: center;
    color: #fff;
    font-size: 12px;
}

#footer{
    padding:30px 0;
    text-align:center;
    font-size:12px;
    color:#c9c8c8;
    clear:both;
}
.backsite {
    text-align: center;
}
.backsite a {
    background: transparent;
    padding: 0;
    display: inline-block;
    width: 40%;
    max-width: 300px;
    margin: 0 0 40px;
}
.backsite a span {
    display: none;
}
.backsite a img {
    filter: invert(1);
    width: 100%;
}
.backsite a br {
    display: none;
}
.footsns{
    display: none !important;
}

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

	a,
	a img {
	    transition: all 0.3s ease;
	    -webkit-transition: all 0.3s ease;
	    -moz-transition: all 0.3s ease;
	    -ms-transition: all 0.3s ease;
    }

}

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

	body:after {
	    background-position: center;
	}

	body:before {
		top: 80%;
		right: -80%;
	}

	.detail #main {
	    margin-bottom: 0;
	}

	.inner {
	    margin: 0 auto;
	    max-width: 100%;
	}
	

	.wrap {
        padding: 0;
        width: calc(100% - 32px);
	}

	.contentArea {
        width: 100%;
        margin: 0 auto 70px;
        border-left: 5px solid;
        padding: 0 24px 24px;
	}
    .contentArea:before {
        border-top: 5px solid;
        border-right: 5px solid;
        width: 80px;
        height: 80px;
    }
    .contentArea:after {
        border-bottom: 5px solid;
        border-right: 5px solid;
        width: 80px;
        height: 80px;
    }

    .contentArea h2 {
        font-size: min(7vw, 90px);
        line-height: 1;
        white-space: nowrap;
        margin-bottom: 32px;
    }

    .contentBox {
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        padding: 0;
        font-size: 14px;
    }

	.btn a {
	    font-size: 15px;
	    padding: 20px;
	}

	#footer {
		text-align: center;
		font-size: 9px;
		color: #C9C8C8;
		clear: both;
		padding: 32px 24px;
	}
	
	#footer nav ul li {
		width: 25%;
		display: block;
		float: left;
		padding: 0;
		margin: 0;
		text-align: center;
		line-height: 1em;
	}

	#footer nav ul li a {
		display: block;
		padding: 8px;
		color: white;
		font-size: 9px;
	}

	#footer .backsite a {
		padding: 8px;
		line-height: 1.6em;
		display: block;
		font-size: 15px;
	}

}



/*===================================================
  NAVIGATION
====================================================*/

.hamSwitch {
    background: #FFF;
    display: block;
    position: fixed;
    right: 40px;
    top: 40px;
    transition: all .3s ease;
    cursor: pointer;
    z-index: 9999;
    box-sizing: border-box;
    transition-delay: 3.5s;
    width: 56px;
    height: 56px;
    padding: 16px;
}
.hamSwitch .hamMenu{
    position: relative;
    width: 100%;
    height: 100%;
}
.hamSwitch span {
    display: block;
    position: absolute;
    right: 0;
    width: 100%;
    height: 2px;
    background: #333;
    transition: all .3s ease;
}
.hamSwitch .hamMenu span:nth-of-type(1) {
    top: 2px;
}
.hamSwitch .hamMenu span:nth-of-type(2) {
    top: 50%;
    transform: translateY(-50%);
}
.hamSwitch .hamMenu span:nth-of-type(3) {
    bottom: 2px;
}
.hamSwitch.open{

}
.hamSwitch.open span {

}
.hamSwitch.open span:nth-of-type(1) {
    transform: translateY(-50%) rotate(-45deg);
    top: 50%;
}
.hamSwitch.open span:nth-of-type(2) {
    opacity: 0;
}
.hamSwitch.open span:nth-of-type(3) {
    transform: translateY(50%) rotate(45deg);
    bottom: 50%;
}
.navigation {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    background: #801A1F;
    pointer-events: none;
    opacity: 0;
}

.navigation.active {
    transition: opacity 0.5s ease;
    pointer-events:auto;
    opacity:1;
}
.navigation .gNav {
    display: block;
    padding: 60px;
}
.navigation .gNav li {
    padding: 0;
    position: relative;
    margin: 0 0 40px;
    text-align: right;
    line-height: 1.6em;
}
.navigation .gNav li:after {
    content: none;
}
.navigation .gNav li a{
    display: block;
    font-size: 250%;
    font-family: "Cal Sans", sans-serif;
    color: #FFF;
    letter-spacing: 0.07em;
}
.navigation .gNav li a.blankBtn{
    opacity: 0.3;
    pointer-events: none;
}
.navigation .navTit{
    color: #FFF;
    position: absolute;
    right: 60px;
    bottom: 60px;
    width: 50%;
    max-width: 300px;
}

/* NAVIGATION:PC-min-961 */
@media screen and (min-width: 961px){
.navigationBlock.openNav .hamSwitch {
    display: none;
}
.navigationBlock.openNav .navigation {
    opacity: 1;
    background: transparent;
    width: auto;
    height: auto;
    left: auto;
    right: 0;
    pointer-events: auto;
}
.navigationBlock.openNav .gNav{
    display: flex;
    flex-direction: column;
    padding: 40px;
    gap: 8px;
}
.navigationBlock.openNav .gNav li{
    margin: 0;
}
.navigationBlock.openNav .gNav li a{
    font-size: 100%;
}
.navigationBlock.openNav .navigation .navTit{
    display: none;
}

}

/* NAVIGATION:SP-max-960 */
@media screen and (max-width: 960px){
.hamSwitch {
    width: 40px;
    height: 40px;
    padding: 10px;
    right: 20px;
    top: 20px;
}

.navigation .gNav {
    padding: 120px 40px 80px;
}
.navigation .gNav {
    padding: 80px 40px;
}
.navigation .navTit {
    right: 40px;
    bottom: 40px;
    max-width: 120px;
}
.navigation .gNav li{
    margin: 0 0 20px;
    text-align: left;
}
.navigation .gNav li a{
    font-size: 120%;
}
.navigation .navTit{
        right: auto;
        left: 40px;
}

}

/*===================================================
  sns
====================================================*/
.snsList {
    display: flex;
    position: fixed;
    bottom: 40px;
    right: 40px;
    transition: 0.5s ease;
}
.snsList li {
    width: 20px;
    margin: 0 0 0 20px;
}
.snsList li a {
    display: block;
}
.snsList li a img{
    transition:0.3s ease;
}


@media screen and (max-width: 960px) {
.snsList {
    bottom: 20px;
    right: 20px;
}
}

/*===================================================
  scrollDown
====================================================*/
.scrollDown{
    position: fixed;
    bottom: 210px;
    right: 40px;
    height: calc(100% - 550px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 16px;
    transition: 0.5s ease;
    pointer-events: none;
}
.scrollDown .scrollarrow {
    width: 1px;
    height: 100%;
    background: #FFF;
    animation: scrollarrow 3s cubic-bezier(.19, 1, .22, 1) 0.5s infinite;
}
.bottomFix .scrollDown {
    opacity: 0;
}
@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);}
}

@media screen and (max-width: 960px) {
.scrollDown {
    position: fixed;
    bottom: 80px;
    right: 20px;
    height: 60px;
}

}

/*===================================================
    heroView
====================================================*/
.heroViewOuter{
    min-height: 100vh;
}
.heroView {
    position: relative;
    margin-bottom: 160px;
}
.heroInner{
    position: relative;
    width: 100%;
    height: 100%;
}

.heroView h2{
    padding: 0;
    margin: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    aspect-ratio: 583 / 540;
    height: 100%;
    max-width: 95%;
    max-height: 100%;
    transform: translate(-50%, -50%);
    pointer-events: none;
}
.heroView h2 img{
    aspect-ratio: 583 / 540;
    width: 100%;
    height: 100%;
    object-fit: contain;
    max-width: unset;
}
.heroView .act1{
    position: fixed;
    left: 40px;
    top: 40px;
    width: 4%;
    max-width: 60px;
    pointer-events: none;
    transition: 0.5s ease;

}
.heroView .act2{
    position: fixed;
    left: 40px;
    bottom: 40px;
    width: 6%;
    max-width: 100px;
    pointer-events: none;
    transition: 0.5s ease;
}
@media screen and (max-width: 960px) {
.bgBox .bg01 {
    background-image: url(/static/theoralcigarettes/official-pc/erase/image/bg_main_sp_MM3wqJkUr.jpg) ;
}

.heroView {
    margin-bottom: 40px;
}
.heroView h2 {
    width: 100%;
    height: auto;
}
.heroView .act1 {
    position: fixed;
    left: 20px;
    top: 20px;
    width: 8%;
    max-width: 60px;
}
.heroView .act2 {
    left: 20px;
    bottom: 20px;
    width: 34%;
    max-width: 120px;
}

.headerFix .heroView .act1{
    opacity: 0;
}
.headerFix .heroView .act2{
    opacity: 0;
}
.headerFix .heroView .act4{
    opacity: 0;
    pointer-events: none;
}
.headerFix .scrollDown{
    opacity: 0;
}
}



/*===================================================
    subscriptionBox
====================================================*/

ul.trackList {
    margin: 0 0 60px;
}

ul.trackList li {
	background: rgba(255, 255, 255, 0.8);
    font-weight: 600;
    padding: 10px 20px;
    text-align: left;
    margin: 0 auto 20px;
    max-width: 500px;
}

ul.trackList li:last-child {
    margin: 0 auto;
}

ul.trackList li span {
    padding: 0 10px 0 0;
    color: #f51a22;
}

ul.subscriptionList  {
    display: flex;
    gap: 40px;
    max-width: 1000px;
    margin: 0 auto;
}

ul.subscriptionList li{
    width: 50%;
}
ul.subscriptionList li a{
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: #FFF;
    padding: 32px;
}
ul.subscriptionList li a .subscriptionIcon{
    width: 100%;
    max-width: 100px;
    margin: 0 auto;
}
ul.subscriptionList li a .subscriptionTit{
    font-family: "Cal Sans", sans-serif;
    color: #000;
    font-size: 140%;
}


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



}

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

	ul.trackList {
		margin: 0 0 30px;
	}

	ul.trackList li {
	    padding: 10px 15px;
	    max-width: 525px;
	}

	ul.trackList li span {}

	ul.subscriptionList {
        gap: 24px;
    }
	
	ul.subscriptionList li{
        margin: 0;
        width: 50%;
        padding: 0;
	}
    ul.subscriptionList li a {
        padding: 32px 16px;
    }
    ul.subscriptionList li a .subscriptionTit {
        font-size: 100%;
    }
    ul.subscriptionList li a .subscriptionIcon {
        width: 40%;
        max-width: 80px;
        margin: 0 auto 16px;
    }


}



/*===================================================
    Share Campaign
====================================================*/

.shareBox .share_list {
    display: flex;
    justify-content: flex-start;
    margin: 0 0 45px;
    flex-wrap: wrap;
    gap: 24px;
}
.shareBox .share_list li {
	width: calc(50% - 12px);
}

.shareBox .share_list li:last-child {}
.shareBox .cdBtn {}
.shareBox .cdBtn a {
    display: block;
    background: #c10606;
    color: #fff;
    width: 100%;
    max-width: 450px;
    text-align: center;
    margin: 0 auto 40px;
    padding: 25px;
    font-size: 20px;
    font-weight: bold;
    position: relative;
}

.shareBox .cdBtn a::after {
    content: '\f061';
    position: absolute;
    top: 50%;
    right: 1em;
    font: normal normal normal 14px / 1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    line-height: 0;
    transition: 0.3s;
    font-weight: 200;
}

.detailBox {
    text-align: left;
    margin-bottom: 25px;
    background: rgb(0 0 0 / 47%);
    padding: 30px 40px;
}
.detailBox:last-child {
    margin-bottom: 0;
}

.detail_tit {
    margin-bottom: 15px;
    font-weight: bold;
    border-left: 4px solid;
    padding-left: 15px;
}

.detail_txt {
    font-size: 15px;
    margin-bottom: 15px;
}
.detail_txt a {
    text-decoration: underline;
    color: #ff7c7c;
}

.attention > li {
    font-size: 14px;
    margin-bottom: 3px;
    text-indent: -1em;
    padding-left: 1em;
}



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

	.shareBox .share_list {
		display: block;
		margin: 0 0 20px;
	}
	.shareBox .share_list li {
		width: 100%;
		margin: 0 0 20px;
	}
	.shareBox .share_list li:last-child {
		margin: 0;
	}
	.shareBox .cdBtn {}
.shareBox .cdBtn a {
    max-width: 350px;
    font-size: 16px;
    padding: 20px;
    margin-bottom: 20px;
}

.detailBox {
    padding: 16px;
    margin-bottom: 15px;
}
.detail_tit {
    font-size: 13px;
    border-width: 3px;
    padding-left: 10px;
    line-height: 1.6;
}

.detail_txt {
    font-size: 12px;
    margin-bottom: 12px;
}

.attention > li {
    font-size: 12px;
}



}



/*===================================================
    mvBox
====================================================*/

.mv_list .slick-prev, 
.mv_list .slick-next {
    width: 10px;
}

.slick-dots li.slick-active button {
    background: #aaa;
    padding: 0;
}

.slick-dots li button:before {
    color: #ffffff;
    font-size: 20px;
    font-family: unset;
}
.slick-dots li.slick-active button:before {
    opacity: .75;
    color: #ffffff;
}
.slick-dots li.slick-active button {
    background: transparent;
}
.mv_list .slick-prev:before, .mv_list .slick-next:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
    left: -3px;
    width: 20px;
    height: 20px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    border-radius: 0;
    background: none;
}

.mv_list .slick-prev:before {
    transform: rotate(-135deg);
    left: auto;
    right: -3px;
}

.slick-dotted.slick-slider {
    margin-bottom: 0;
}

.mv{
    box-sizing: border-box;
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	width: 100%;
	margin: 0px auto;
	text-align: center;
}

.mv iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	min-height: auto;
}

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

	
	.mv_list {
	    width: 95%;
	    margin: 0 auto;
	}
	
	.mv_list .slick-prev, 
	.mv_list .slick-next {
	    width: 15px;
	}

	.mv_list .slick-prev:before, .mv_list .slick-next:before {
        width: 8px;
        height: 8px;
	    left: -5px;
	}

	.mv_list .slick-prev:before {
	    left: auto;
	    right: -5px;
	}
	
	.mv {
		margin: 0px;
	}

}



/*===================================================
    photoBox
====================================================*/

.photoBox .visual {
    margin: 0 auto 40px;
    width: 50%;
}
.photoBox .galleryList{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 8px;
}
.photoBox .galleryList li {
    line-height: 0;
    width: calc(25% - 6px);
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
}

.photoBox .galleryList li a {
    position: relative;
    display: block;
    outline: none;
    z-index: 2;
    padding-top: 100%;
    background-size: cover;
    background-position: center;
    height: 0;
    filter: grayscale(0);
    transition: 0.4s;
}

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

.photoBox .galleryList li a:hover {
    opacity: 1;
    filter: grayscale(1);
}

}

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

	.photoBox .visual {
	    width: 100%;
	    margin-bottom: 15px;
	}
	
	ul.visual {
	    max-width: 90vh;
	}

	ul.visual li.sg .date {
	  font-size: 1em;
	  padding: 0;
	}
	ul.visual li.sg .release {
	  font-size: 1.1em;
	}
	
	.photoBox .galleryList li {
        width: calc((100% / 3) - (16px / 3));
	}
	
}



/*===================================================
    interviewBox
====================================================*/

p.interview {
	margin: 0 auto 30px;
}

p.interview:last-child {
	margin: 0 auto;
}

.interview a.btn {
    color: #ffffff;
    padding: 25px;
    display: block;
    margin: 0 auto;
    border: solid 2px;
    font-size: 16px;
    font-weight: bold;
    width: 100%;
    max-width: 450px;
    background: #811b1f;
}
.interview a.btn span{
    background: #FFF;
    display: inline-block;
    color: #821b1f;
    line-height: 1em;
    padding: 4px 16px 2px;
    border-radius: 100px;
}

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

	p.interview a.btn:hover {
	    opacity: 0.7
		
	}

}

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

	p.interview {
	    padding: 0;
	    margin: 0 auto 20px;
	}

	p.interview:last-child {
	    margin-bottom: 0;
	}

	p.interview a.btn {
		padding: 15px;
		font-size: 14px;
		box-sizing: border-box;
		width: 100%;
	}

}



/*===================================================
    lyricsBox
====================================================*/
.lyricsArea {
    background: rgb(75 0 3);
    padding: 30px 40px 40px;
    margin: 0 0 40px;
}

.inner .lyricsArea:last-child {
    margin: 0;
}

.lyricsArea .lyricsTit {
    font-weight: bold;
    line-height: 1;
    font-size: 32px;
    font-family: "Poppins";
    letter-spacing: 0.03em;
    text-align: center;
    margin: 0 0 15px;
}

.lyricsArea .lyricsCredit {
    margin: 0px auto 35px;
    border-bottom: solid 1px;
    padding: 0 0 25px;
}

ul.lyricsBox {
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    font-size: 14px;
}

ul.lyricsBox li {
	margin: 0 auto;
	display: inline-block;
	text-align: left;
    width: 40%;
}

ul.lyricsBox li p.paragraph {
	padding: 0 0 15px ;
}

ul.lyricsBox li p.paragraph:last-child {
	padding: 0 0 0px ;
}

@media screen and (max-width: 1200px) {
	ul.lyricsBox li {
	    width: 50%;
	}
}

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

	.lyricsArea {
	    padding: 20px;
	    margin: 0 0 20px;
	}

	ul.lyricsBox {
	    font-size: 12px;
	}
	.lyricsArea .lyricsTit {
	    font-size: 24px;
	}

	.lyricsArea .lyricsCredit {
		line-height: 1.5;
	    text-align: left;
	    font-size: 12px;
	    padding: 0 0 15px;
	    margin: 0px auto 15px;
	}
	
	ul.lyricsBox li {
        width: 100%;
        padding: 0 0 10px;
	}
	ul.lyricsBox li:last-child {
    padding: 0;
    }
	
	ul.lyricsBox li p.paragraph {
	    padding: 0 0 10px;
	}

}



/*===================================================
    btnBox
====================================================*/

.btnBox {
    color: #fff;
}

.btnBox .btnBoxTit {
	font-weight: bold;
    font-size: 32px;
    line-height: 1.3;
    margin: 0 0 35px;
}

.btnBox .btnBoxTxt {
    text-align: left;
    margin: 0 0 40px;
}

.btnBox .btnBoxTxt li {
    margin: 0 0 10px;
}

.btnBox .btnBoxTxt li:nth-last-child(3),
.btnBox .btnBoxTxt li:nth-last-child(2){
    margin: 0 0 5px;
}

.btnBox .btnBoxTxt li:last-child {
    margin: 0;
}

.btnBox .cdBtn a {
    display: block;
    background: #d70e1d;
    color: #fff;
    width: 100%;
    max-width: 450px;
    text-align: center;
    margin: 0 auto;
    padding: 20px;
    font-size: 20px;
    font-weight: bold;
    border-radius: 5px;
}

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

	.btnBox {}

	.btnBox .btnBoxTit {
	    font-size: 20px;
	    margin: 0 0 15px;
	}

	.btnBox .btnBoxTxt {
	    margin: 0 0 25px;
	}
	
	.btnBox .btnBoxTxt li {
	    margin: 0 0 20px;
	}

	.btnBox .btnBoxTxt li:nth-last-child(3),
	.btnBox .btnBoxTxt li:nth-last-child(2){
	    margin: 0 0 15px;
	}

	.btnBox .cdBtn a {
	    max-width: 350px;
	    font-size: 16px;
	    padding: 20px;
	}

}
