
@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@400;500;700;900&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; }


.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;
}


.anc{
	position:relative;
}

.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;
	}

}



/*===================================================
    main
====================================================*/

html{
    background:#000;
    letter-spacing: 0.05em;
    position: relative;
}

html:after, html:before {
    display: none;
}

/* スクロールバー */
::-webkit-scrollbar-track {
    background: #808080;
}
::-webkit-scrollbar-thumb {
    background: #cb1414;
}

.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);
}


body{
    font-size: 16px;
    line-height: 1.5;
    color: #fff;
    word-break: break-all;
    margin: 0;
    font-family: 'Manrope','Zen Kaku Gothic New', sans-serif;
    font-weight: 400;
    position: relative;
    overflow: hidden;
}

.wrap {
    position: relative;
    z-index: 10;
    padding: 120px 0;
}

section p {
    padding: 0;
}

.bgBox {
    pointer-events: none;
    width: 100%;
    height: 100%;
    padding: 0;
    position: absolute;
    left: 0;
    top: 0;
    transform: translate3d(0, 0, -1px);
}

.bgBox .bg01 {
    background: url(/static/theoralcigarettes/official-pc/bkw10th/image/patrun_dot_minimum.png) repeat center center;
    background-size: 30px;
    opacity: 0.3;
    height: 100%;
    width: 100%;
}

.copylight{
    display: block;
    text-align: center;
    color: #fff;
    font-size: 12px;
}


@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;
	}

	.wrap {
	    padding: 60px 0;
	}
	
	.detail #main {
	    margin-bottom: 0;
	}

	.inner {
	    margin: 0 auto;
	    max-width: 100%;
	}
	

}



/*===================================================
    heroView
====================================================*/

#heroView {
    position: relative;
    width: 100%;
    height: 100vh;
    min-height: 42vw;
    z-index: 2;
    display: flex;
    align-items: flex-end;
    padding-bottom: 3%;
    margin: 0 auto;
    background: url(/static/theoralcigarettes/official-pc/bkw10th/image/ph_bkw_kv_FtA8Q3jw.jpg);
    background-size: cover;
    background-position: 50% 28%;
    transition: 0.6s 0s;
    opacity: 0;
}

.loaded #heroView {
    opacity: 1;
    transform: none;
}

.heroInner {
    max-width: 1600px;
    margin: 0 auto;
    width: 100%;
}

#heroView .kv img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    object-position: 50% 27%;
}



#heroView .logo {
    width: 100px;
    position: absolute;
    top: 25px;
    left: 40px;
    backdrop-filter: drop-shadow(0px 0px 12px #ffffff);
    z-index: 1;
}

#heroView .logo_txt {
    position: absolute;
    width: 25%;
    z-index: 5;
    top: 25px;
    right: 40px;
}


.parts {
    bottom: 44%;
    position: absolute;
    transition: 0.3s;
    opacity: 0;
    mix-blend-mode: overlay;
}
.loaded .parts {
    opacity: 1;
}

.parts > div {
    font-size: min(20vw, 33vh);
    letter-spacing: 0;
    line-height: 1;
    white-space: nowrap;
    animation: track 50s linear 0s infinite;
    padding-right: 0.5em;
    font-family: "prohibition", sans-serif;
    font-weight: 400;
    position: absolute;
    left: 0;
    top: 0;
    color: #c2bd97;
}

@keyframes track {
  0%   { transform: translateX(100%); }
  100% { transform: translateX(-100%); }
}

.parts > div:last-child {
    animation: track 50s linear -25s infinite;
}



@media screen and (max-width: 960px) {
.bgBox .bg01 {
    background-size: 20px;
}

.parts {
    bottom: 58%;
}
.parts > div {
    font-size: min(34vw, 24vh);
}

#heroView {
    min-height: 150vw;
    height: 100svh;
    padding-bottom: 5%;
}

#heroView .logo {
    width: 75px;
    left: 20px;
    top: 14px;
}

#heroView .kv {
    height: 55%;
    width: 86%;
    left: 7%;
    top: 10%;
    -webkit-mask-image: url(/static/theoralcigarettes/official-pc/bkw10th/image/bg_kv_sp_FtA8Q3jw.png);
    mask-image: url(/static/theoralcigarettes/official-pc/bkw10th/image/bg_kv_sp_FtA8Q3jw.png);
}

#heroView .logo_txt {
    top: 20px;
    right: 20px;
    width: 50%;
}

}




.contents_slide {
    z-index: 10;
    width: 100%;
    position: relative;
    transform: translateY(-10%);
    transition: 0.6s 0.5s;
    opacity: 0;
}
.loaded .contents_slide {
    opacity: 1;
    transform: none;
}

.contents_slide .slick-slide li {
    padding: 0 20%;
}

.contents_slide .slick-list {
    overflow: visible;
}

.contents_slide .slick-prev, .contents_slide .slick-next {
    z-index: 10;
}

.contents_slide .slick-prev {
    left: 33%;
}
.contents_slide .slick-next {
    right: 33%;
}

.slick-dots li.slick-active button {
    background: #aaa;
    padding: 0;
}

.slick-dots li button:before {
    color: #fff;
}

.contents_slide .slick-prev:before, .contents_slide .slick-next:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
    left: 0;
    width: 60px;
    height: 60px;
    border-radius: 0;
    background: url(/static/theoralcigarettes/official-pc/bkw10th/image/ico_arrow_r_FtA8Q3jw.png);
    opacity: 1;
    background-size: contain;
    background-repeat: no-repeat;
}


.contents_slide .slick-prev:before {
    background-image: url(/static/theoralcigarettes/official-pc/bkw10th/image/ico_arrow_l_FtA8Q3jw.png);
    background-position: right;
    right: 0;
    left: auto;
}

.slick-dotted.slick-slider {
    margin-bottom: 0;
}


.slide_inner {
    max-width: 33vh;
    margin: 0 auto;
    min-width: 75%;
    position: relative;
}

.slide_inner .orutan {
    position: relative;
    transition: 0.7s cubic-bezier(0.52, -0.28, 0.25, 1) 0.1s;
    padding-bottom: 20px;
    top: 0;
}

.slide_inner .orutan .num {
    display: flex;
    width: 80px;
    height: 80px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    bottom: 0;
    background: linear-gradient(325deg, #574f07, #817803, #b0a514);
    font-family: "prohibition", sans-serif;
    font-weight: 400;
    font-size: 38px;
    line-height: 1;
    padding-bottom: 3px;
    transform: translateX(-50%);
    border-top: 1px solid #fff;
    border-bottom: 1px solid #453c05;
    text-shadow: 2px 2px 0 #00000054;
}

.loaded .slick-current .slide_inner .orutan {
    top: -70vh;
    opacity: 0;
    transition-delay: 1s;
}

.loaded .slide_inner .orutan img {
    animation: fuwafuwa 2.8s infinite;
}


@keyframes fuwafuwa {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-15px);
  }
  100% {
    transform: translateY(0px);
  }
}


.slide_inner .contents_note {
    background: #313131;
    position: absolute;
    width: 100%;
    bottom: 0;
    height: 100%;
    border-radius: 50px;
    border: 3px solid #c3ba78;
    box-shadow: 0 0 30px #ffffff69 inset;
    transition: 0.3s 0.1s;
    transform: scale(0);
    transform-origin: 50% 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.loaded .slick-current .slide_inner .contents_note {
    transform: scale(1);
    transition: 0.3s cubic-bezier(0.25, 0.1, 0.31, 1.63) 1.3s;
}

.slide_inner .contents_note::before {
    content: '';
    display: block;
    width: 100%;
    height: 52px;
    position: absolute;
    top: -20px;
    left: 0;
    background: url(/static/theoralcigarettes/official-pc/bkw10th/image/ph_boxtop_FtA8Q3jw.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.note_inner {
    width: 75%;
}

.note_num {
    font-family: "prohibition", sans-serif;
    font-weight: 400;
    font-size: 45px;
    line-height: 1;
    color: #c3ba78;
    margin-bottom: 15px;
    letter-spacing: 0.01em;
}

.note_txt {
    font-weight: bold;
    margin-bottom: 15px;
    font-size: 17px;
}
.note_txt:last-child {
    margin-bottom: 0;
}

.note_txt.cs {
    font-family: "prohibition", sans-serif;
    font-weight: 400;
}

.note_more .more {
    font-family: "prohibition", sans-serif;
    font-weight: 400;
    font-size: 17px;
    line-height: 1;
    color: #c3ba78;
    border: 1px solid;
    padding: 6px 31px 9px;
    display: block;
    border-radius: 3rem;
    width: fit-content;
    margin: 0 auto;
}


#cboxContent {
    background: none;
}

.popup {
    width: 600px;
    padding: 50px;
    border-radius: 40px;
    max-height: 70vh;
    overflow-y: scroll;
    background: #313131;
    box-shadow: 0 0 30px #ffffff69 inset;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.popup::-webkit-scrollbar {
    display: none;
}

.popup_tit {
    border-bottom: 1px solid #c3ba78;
    margin-bottom: 25px;
    padding-bottom: 14px;
    text-align: center;
}

.popup_txt {
    font-size: 15px;
    margin-bottom: 12px;
}

.popup_txt:last-child {
    margin-bottom: 0;
}

@media screen and (max-width: 960px) {

	
	.contents_slide {
	    width: 95%;
	    margin: 0 auto;
	}
	

.contents_slide .slick-prev, .contents_slide .slick-next {
    right: 11%;
}
.contents_slide .slick-prev {
    left: 11%;
}
.contents_slide .slick-prev:before {
    left: auto;
    right: 0;
    background-position: right;
}

.slide_inner .contents_note::before {
    height: 45px;
}

.contents_slide .slick-slide li {
    padding: 0 10%;
}

.note_num {
    font-size: 40px;
}

.popup {
    width: 100%;
    padding: 30px 20px;
    border-radius: 30px;
}

.popup_tit {
    font-size: 15px;
    margin-bottom: 20px;
}

.popup_txt {
    font-size: 13px;
}

.popup .note_num {
    margin-bottom: 10px;
}
	
}




.contentArea {
    padding: 120px 0;
}

.contentBox {
    width: 82%;
    margin: 0 auto;
    max-width: 1000px;
    position: relative;
}

.contentBox h2 {
    font-family: "prohibition", sans-serif;
    font-weight: 400;
    padding: 0;
    font-size: 75px;
    letter-spacing: 0.02em;
    line-height: 1;
    color: #c5bc7b;
}

#news.contentArea {
    padding-top: 0;
}

.contentBox.news {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.contentBox.news h2 {
    width: 30%;
}


.contentBox.news .news_list {
    width: 68%;
}

.contentBox.news .news_list > li a {
    display: block;
    background: linear-gradient(-90deg, #a19958, #beb368);
    padding: 20px 30px;
    margin-bottom: 15px;
    border-radius: 10px;
}

.contentBox.news .news_list > li:last-child a {
    margin-bottom: 0;
}

.contentBox.news .news_list > li .date {
    font-family: "prohibition", sans-serif;
    font-weight: 400;
    margin-bottom: 3px;
}
.contentBox.news .news_list > li .date .new {
    font-size: 0.85em;
    margin-left: 8px;
}

.contentBox.news .news_list > li .txt {
    line-height: 1.55;
    font-size: 15px;
}

.more a {
    display: inline-block;
    border-bottom: 2px solid;
    font-family: "prohibition", sans-serif;
    font-weight: 400;
    letter-spacing: 0.02em;
    font-size: 18px;
    position: absolute;
    left: 0;
    top: 100px;
}


.btn_fc a {
    width: 40%;
    margin: 0 auto 100px;
    display: block;
    text-align: center;
    background: linear-gradient(325deg, #574f07, #817803, #b0a514);
    padding: 30px;
    font-family: "prohibition", sans-serif;
    font-weight: 400;
    font-size: 21px;
    color: #fff;
    border-radius: 5px;
    max-width: 380px;
}


.contentBox.news .news_wrap {
    width: 68%;
    background: #313131;
    padding: 40px 50px;
    border-radius: 24px;
    box-shadow: 0 0 30px #ffffff69 inset;
    border: 2px solid #c3ba78;
}

.contentBox.news .news_wrap .date {
    font-family: "prohibition", sans-serif;
    font-weight: 400;
    margin-bottom: 5px;
    display: block;
    color: #c3ba78;
}

.contentBox.news .news_wrap .tit {
    border-bottom: 1px solid #c3ba78;
    margin-bottom: 20px;
    padding-bottom: 10px;
    line-height: 1.5;
    font-weight: 600;
}

.contentBox.news .news_wrap .txt {
    line-height: 1.7;
    font-size: 15px;
}

.contentBox.news .news_wrap .txt p {
    margin-bottom: 15px;
}

.contentBox.news .news_wrap .txt p:last-child {
    margin-bottom: 0;
}


@media screen and (max-width: 960px) {

.contentArea {
    padding: 65px 0;
}

.contentBox {
    width: 86%;
}

.contentBox.news h2 {
    width: 100%;
}

.contentBox h2 {
    font-size: 60px;
    margin-bottom: 30px;
}

.contentBox.news .news_list {
    width: 100%;
    margin-bottom: 25px;
}

.contentBox.news .news_list > li a {
    padding: 18px 20px;
    margin-bottom: 10px;
}

.contentBox.news .news_list > li .txt {
    font-size: 14px;
}

.contentBox.news .news_list > li .date {
    font-size: 13px;
    line-height: 1.5;
}

.contentBox.news .news_wrap {
    width: 100%;
    padding: 20px;
    border-radius: 18px;
    margin-bottom: 20px;
}
.contentBox.news .news_wrap .tit {
    margin-bottom: 15px;
    font-size: 15px;
}
.contentBox.news .news_wrap .txt {
    font-size: 13px;
}
.contentBox.news .news_wrap .date {
    font-size: 14px;
    margin-bottom: 3px;
}

.more {
    text-align: right;
    width: 100%;
}

.more a {
    position: relative;
    top: auto;
    font-size: 15px;
}

.btn_fc a {
    width: 86%;
    font-size: 17px;
    padding: 20px;
    margin-bottom: 65px;
}


}



