/*
Theme Name:DAMILA
Theme URI:
Version:1.0.0
Description:DAMILA
Author:ARCKLY
Author URI: http://arckly.com/
*/

@charset "UTF-8";
/* CSS Document */


/* Reset
------------------------------------------------------------*/
*,::before,::after{box-sizing:border-box;border-style:solid;border-width:0;min-width:0}html{line-height:1.15;-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:transparent}body{margin:0}main{display:block}p,table,blockquote,address,pre,iframe,form,figure,dl{margin:0}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit;margin:0}ul,ol{margin:0;padding:0;list-style:none}dt{font-weight:700}dd{margin-left:0}hr{box-sizing:content-box;height:0;overflow:visible;border-top-width:1px;margin:0;clear:both;color:inherit}pre{font-family:monospace,monospace;font-size:inherit}address{font-style:inherit}a{background-color:transparent;text-decoration:none;color:inherit}abbr[title]{text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:inherit}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}svg,img,embed,object,iframe{vertical-align:bottom}button,input,optgroup,select,textarea{-webkit-appearance:none;appearance:none;vertical-align:middle;color:inherit;font:inherit;background:transparent;padding:0;margin:0;border-radius:0;text-align:inherit;text-transform:inherit}button,[type="button"],[type="reset"],[type="submit"]{cursor:pointer}button:disabled,[type="button"]:disabled,[type="reset"]:disabled,[type="submit"]:disabled{cursor:default}:-moz-focusring{outline:auto}select:disabled{opacity:inherit}option{padding:0}fieldset{margin:0;padding:0;min-width:0}legend{padding:0}progress{vertical-align:baseline}textarea{overflow:auto}[type="number"]::-webkit-inner-spin-button,[type="number"]::-webkit-outer-spin-button{height:auto}[type="search"]{outline-offset:-2px}[type="search"]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}[type="number"]{-moz-appearance:textfield}label[for]{cursor:pointer}details{display:block}summary{display:list-item}[contenteditable]:focus{outline:auto}table{border-color:inherit;border-collapse:collapse}caption{text-align:left}td,th{vertical-align:top;padding:0}th{text-align:left;font-weight:700}


img{
	max-width: 100%;
	height: auto;
	width /***/:auto;
	vertical-align:middle;
	image-rendering: -webkit-optimize-contrast;
}

/* Fonts フロートなど共通CSS
------------------------------------------------------------*/
body{
	font-family: "游ゴシック Medium", YuGothic, "游ゴシック体", "Yu Gothic Medium", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro","メイリオ", Meiryo,Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #fff;
	font-size: 16px;
	line-height: 1.7em;
	word-wrap: break-word;
	background-color: #000;
	letter-spacing: 0em;
}

body a{
	color: #fff;
	text-decoration:underline;
	transition:all 0.5s;
}

body a:hover{
	opacity: 0.7;
	transition:all 0.5s;
	color: #fff;
}
.bold{
	font-weight:bold;
}


/*===============================================
●フォント
===============================================*/

.font_mincho{
	font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}
/*===============================================
●マージンボトム設定
===============================================*/

.mb0{
	margin-bottom:0px!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;
}
.mb35{
	margin-bottom:35px!important;
}
.mb40{
	margin-bottom:40px!important;
}
.mb45{
	margin-bottom:45px!important;
}
.mb50{
	margin-bottom:50px!important;
}
.mb55{
	margin-bottom:55px!important;
}
.mb60{
	margin-bottom:60px!important;
}
.mb65{
	margin-bottom:65px!important;
}
.mb70{
	margin-bottom:70px!important;
}
.mb75{
	margin-bottom:75px!important;
}
.mb80{
	margin-bottom:80px!important;
}
.mb85{
	margin-bottom:85px!important;
}
.mb90{
	margin-bottom:90px!important;
}
.mb95{
	margin-bottom:95px!important;
}
.mb100{
	margin-bottom:100px!important;
}
.mb110{
	margin-bottom:110px!important;
}
.mb120{
	margin-bottom:120px!important;
}
.mb130{
	margin-bottom:130px!important;
}
.mb140{
	margin-bottom:140px!important;
}
.mb150{
	margin-bottom:150px!important;
}
.mb160{
	margin-bottom:160px!important;
}
.mb170{
	margin-bottom:170px!important;
}
.mb180{
	margin-bottom:180px!important;
}
.mb190{
	margin-bottom:190px!important;
}
.mb200{
	margin-bottom:200px!important;
}
.mb210{
	margin-bottom:210px!important;
}
.mb220{
	margin-bottom:220px!important;
}
.mb230{
	margin-bottom:230px!important;
}
.mb240{
	margin-bottom:240px!important;
}
.mb250{
	margin-bottom:250px!important;
}
.mb260{
	margin-bottom:260px!important;
}
.mb270{
	margin-bottom:270px!important;
}
.mb280{
	margin-bottom:280px!important;
}
.mb290{
	margin-bottom:290px!important;
}
.mb300{
	margin-bottom:300px!important;
}

/*===============================================
●フォントサイズ・カラー設定
===============================================*/
.font_10px{
	font-size: 10px;
	line-height: 1.7em;
}
.font_12px{
	font-size: 12px;
	line-height: 1.7em;
}
.font_13px{
	font-size: 13px;
	line-height: 1.7em;
}
.font_14px{
	font-size: 14px;
	line-height: 1.7em;
}
.font_15px{
	font-size: 15px;
	line-height: 1.7em;
}
.font_16px{
	font-size: 16px;
	line-height: 1.7em;
}
.font_17px{
	font-size: 17px;
	line-height: 1.7em;
}
.font_18px{
	font-size: 18px;
	line-height: 1.7em;
}
.font_20px{
	font-size: 20px;
	line-height: 1.7em;
}
.font_22px{
	font-size: 22px;
	line-height: 1.7em;
}
.font_24px{
	font-size: 24px;
	line-height: 1.7em;
}
.font_27px{
	font-size: 27px;
	line-height: 1.7em;
}
.font_34px{
	font-size: 34px;
	line-height: 1.7em;
}
.font_30px{
	font-size: 30px;
	line-height: 1.7em;
}
.font_32px{
	font-size: 32px;
	line-height: 1.7em;
}
.font_34px{
	font-size: 34px;
	line-height: 1.7em;
}
.font_36px{
	font-size: 36px;
	line-height: 1.7em;
}
.font_40px{
	font-size: 40px;
	line-height: 1.7em;
}
.font_50px{
	font-size: 50px;
	line-height: 1.7em;
}
.color_white{
	color: #fff;
}
.color_900{
	color: #900;
}
.color_gray{
	color: #999;
}


/*===============================================
●ページャー
===============================================*/

.pagination {
clear:both;
	display: flex;
	justify-content: center;
	align-items: center;
	gap:5px;
	flex-wrap: wrap;
}
 
.pagination span, .pagination a {
display:block;
color:#fff;
background: #333;
	font-size: 14px;
	text-decoration: none;
	height: 40px;
	line-height: 40px;
	text-align: center;
	padding: 0 10px;
	border-radius: 5px;
}
 
.pagination a:hover{
color:#fff;
background:#900;
	opacity: 1;
}
 
.pagination .current{
display:block;
color:#fff;
background: #900;
	font-size: 14px;
	text-decoration: none;
	height: 40px;
	line-height: 40px;
	text-align: center;
	padding: 0 10px;
	border-radius: 5px;
}

/*===============================================
●iOS submitリセット
===============================================*/

input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}

/*===============================================
●フォーム
===============================================*/


.contact_input input{
padding:10px;
font-size:1.3em;
font-family:Arial, sans-serif;
color:#FFF;
border:solid 1px #FFF;
margin:0 0 20px;
width:100%;
  background-color: rgba(255, 255, 255, 0.0);
}

.contact_input input:focus {
    border:solid 1px #666;
}


.contact_textarea textarea{
padding:10px;
font-size:1.3em;
font-family:Arial, sans-serif;
color:#FFF;
border:solid 1px #FFF;
margin:0 0 20px;
width:100%;
height:300px;
  background-color: rgba(255, 255, 255, 0.0);
}

.contact_textarea textarea:focus {
    border:solid 1px #666;
}

.contact_submit input{
  position: relative;
  display: block;
  text-align: center;
  text-decoration: none;
  transition: .3s;
  height:60px;
  width:250px;
  margin:0px auto 0px;
  background-color:#900;
  color:#FFF;
  font-size:20px;
  cursor:pointer;
	border:none;
}

.contact_submit input:hover {
	opacity:0.7;
}

/*===============================================
●slick設定
===============================================*/
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}
/*===============================================
●表示アニメーション
===============================================*/
.sa {
  opacity: 0;
/*  transition: all 0.8s ease;*/
}
.sa.show {
/*  transform: none;*/
/*	opacity: 1;*/
}

.sa.show.saup {
    animation-name: fadeIn1s;
    animation-delay: 150ms;
    animation-duration: 1.0s;
    animation-fill-mode: forwards;
    transform: translateY(80px);
	opacity: 0;
}
@keyframes fadeIn1s {
    0% {
    }
    100% {
        transform: translateY(0);
			opacity: 1;
    }
}

/*===============================================
●ボーダーラビウス 設定
===============================================*/
.b_radius_4px{
	border-radius: 4px;
}
.b_radius_5px{
	border-radius: 5px;
}
.b_radius_6px{
	border-radius: 6px;
}
.b_radius_7px{
	border-radius: 7px;
}
.b_radius_8px{
	border-radius: 8px;
}
.b_radius_9px{
	border-radius: 9px;
}
.b_radius_10px{
	border-radius: 10px;
}
.b_radius_11px{
	border-radius: 11px;
}
.b_radius_12px{
	border-radius: 12px;
}

/*===============================================
●ボタン 設定
===============================================*/

.bt01{
	display: inline-block;
	background-color: #000;
	padding: 5px 35px 5px 25px;
	text-decoration: none;
	border: 3px double #FFF;
	position: relative;
	transition:all 0.5s;
}
.bt01::after{
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
	right: 15px;
	width: 8px;
	height: 8px;
	border-top: 2px solid #FFF;
	border-right: 2px solid #FFF;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	transition:all 0.5s;
}
:hover.bt01{
	color: #fff;
	background-color: #900;
	opacity: 1;
}
:hover.bt01::after{
	right: 10px;
	transition:all 0.5s;
}

/*===============================================
●ページトップ
===============================================*/

.PageTopBtn{
  position: fixed;
  right: 0px;
  bottom: 0px;
  z-index:100;
	width: 50px;
	height: 50px;
	background-color: #900;
}
.PageTopBtn:hover{
	transition:all 0.5s;
}
.PageTopBtn a{
  position: relative;
  display: block;
	width: 50px;
	height: 50px;
}

.PageTopBtn a::before{
	position: absolute;
	top: 25px;
	margin: auto;
	content: "";
	vertical-align: middle;
	left: 20px;
	width: 10px;
	height: 10px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	transition:all 0.5s;
	}
.PageTopBtn a:hover::before{
	top: 20px;
	transition:all 0.5s;
	}


/*===============================================
●画面の横幅が768px以上
===============================================*/
@media screen and (min-width: 768px){

body{
	line-height:1.7em;
}

.pc_none{
	display:none;
}

.pc_float_l{
	float:left;
}

.pc_float_r{
	float:right;
}

.pc_center{
	text-align:center;
}

.pc_right{
	text-align:right;
}

	.d_flex_pc{
		display: flex;
	}
	.flex_wrap_pc{
		flex-wrap: wrap;
	}
	.j_content_c_pc{
		justify-content: center;
	}
	.j_content_en_pc{
		justify-content: flex-end;
	}
	.j_content_sb_pc{
		justify-content: space-between;
	}
	.a_items_c_pc{
		align-items: center;
	}
	.a_items_en_pc{
		align-items: flex-end;
	}
	.f-direction_re_pc{
		flex-direction: row-reverse;
	}

a.link_disabled_pc{
	pointer-events: none;
}


/*===============================================
●表示アニメーション
===============================================*/
.sa.show.saup2 {
    animation-delay: 300ms;
}
.sa.show.saup3 {
    animation-delay: 450ms;
}
.sa.show.saup4 {
    animation-delay: 600ms;
}
.sa.show.saup5 {
    animation-delay: 750ms;
}
.sa.show.saup6 {
    animation-delay: 900ms;
}
.sa.show.saup7 {
    animation-delay: 1050ms;
}
.sa.show.saup8 {
    animation-delay: 1200ms;
}
.sa.show.saup9 {
    animation-delay: 1350ms;
}
.sa.show.saup10 {
    animation-delay: 1500ms;
}


/*ヘッダー設定
------------------------------------------------------------*/
	.mein_header{
		width: 100%;
		height: 100px;
		position: fixed;
		top:0;
		left: 0;
		z-index: 995;
		box-sizing: border-box;
	}.next_header{
		background-color: rgba(0,0,0,0.80);
	}
	.mein_header_inner{
		width: 100%;
		height: 100px;
		position: relative;
		box-sizing: border-box;
	}
	.header_logo{
		width: 120px;
		height: 100px;
		display: flex;
		align-items: center;
	}
	.header_logo a{
		opacity: 0.8;
	}
	.header_logo a:hover{
		opacity: 1;
	}
	.header_logo a img{
		max-width: 100px;
		margin-left: 20px;
	}
	.header_right{
		padding-right: 100px;
		box-sizing: border-box;
		width: calc(100% - 150px);
		gap:10px 30px;
	}
	.header_main_nav ul{
		display: flex;
		justify-content: flex-end;
		gap:0 20px;
		font-weight: bold;
	}
	.header_main_nav ul li{
		position: relative;
	}
	.header_main_nav ul li a{
		color: #ccc;
		text-shadow: 0 0 8px #000;
		font-weight: bold;
		font-size: 20px;
		text-decoration: none;
	}
	.header_main_nav ul li a:hover{
		color: #fff;
		opacity: 1;
		text-shadow: 0 0 8px #000;
		font-weight: bold;
	}
	.header_main_nav ul li a:after{
		 position: absolute;
		 bottom: 0px;
		 left: 0;
		 content: '';
		 width: 100%;
		 height: 2px;
		 background-color:#fff;
		 transform: scale(0, 1);
		 transform-origin: center top;
		 transition: transform .3s;
	}
	.header_main_nav ul li a:hover::after
	{
	 transform: scale(1, 1);
	}
	.sns_nav ul{
		align-items: center;
		gap:15px;
	}
	.sns_nav ul li{
		display: block;
	}
	.sns_nav ul li a{
		display: flex;
		justify-content: center;
		align-items: center;
		width: 40px;
		height: 40px;
		box-sizing: border-box;
		padding: 10px;
		border-radius: 50%;
		background-color: #121212;
		box-shadow: 0 0 8px #666;
		text-decoration: none;
	}
	.sns_nav ul li a:hover{
		opacity: 1;
		background-color: #900;
	}
	.sns_nav ul li a img{
		width: 100%;
	}
	.fixed_bt_area{
		width: 240px;
		position: fixed;
		bottom: 0;
		right: 80px;
		z-index: 997;
	}
	.fixed_bt_area dt{
		display: flex;
		justify-content: center;
		align-items: center;
		background-color: #97B6BF;
		text-align: center;
		height: 20px;
		border-radius: 6px 0 0 0;
		box-sizing: border-box;
		padding-top: 5px;
		cursor: pointer;
	}
	.fixed_bt_area dt.contactbtopen1 span{
		transform: rotate(180deg);
	}
	.fixed_bt_area dt:hover span{
		opacity: 0.7;
	}
	.fixed_tel_bt{
		display: block;
		background-color: #97B6BF;
		width: 240px;
		height: 60px;
		box-sizing: border-box;
		padding-top: 10px;
	}
	.fixed_tel_bt span{
		display: block;
	}
	.fixed_tel_bt span.fixed_tel_bt_flexarea{
		display: flex;
		justify-content: center;
		align-items: center;
		gap:0 10px;
	}
	.fixed_tel_bt_lineheight{
		line-height: 1.2em;
		letter-spacing: 0.1em;
	}
	.fixed_mail_bt{
		background-color: #1E1E20;
		width: 240px;
		height: 60px;
		gap:0 10px;
		letter-spacing: 0.08em;
	}
	:hover.fixed_mail_bt{
		background-color: #999;
		opacity: 1;
	}
	
#drawernav {
  position: fixed;
  top: 0;
  right:-100%;
  width: 100%;
  min-height: 100%;
  background: #000;
  z-index: 998;
  padding-top: 80px;
  transition: all 400ms cubic-bezier(1, 0, 0, 1);
  /* easeInOutExpo */
  transition-timing-function: cubic-bezier(1, 0, 0, 1);
  /* easeInOutExpo */
  height: 100vh;
  box-sizing: border-box;
  overflow-y: scroll;
  padding: 10vh 7vw;
}

#humberger {
  position: fixed;
  top: 25px;
  right: 20px;
  z-index: 1000;
  width: 50px;
	height: 50px;
	box-sizing: border-box;
	padding: 15px 10px 0;
  cursor: pointer;
  background-color: #900;
	box-shadow: 0 0 8px #000;
}
	#humberger:hover{
		background-color: #C71417;
	}
.icon-bar {
  height: 1px;
  width: 30px;
  background: #fff;
  display: block;
  margin-bottom: 8px;
  transition: all 400ms cubic-bezier(1, 0, 0, 1);
  /* easeInOutExpo */
  transition-timing-function: cubic-bezier(1, 0, 0, 1);
  /* easeInOutExpo */
}
body.drawer-opened #drawernav {
  right: 0px;
}
body.drawer-opened #humberger :nth-child(1) {
  transform: translate(0, 8px) rotate(45deg);
  -webkit-transform: translate(0, 8px) rotate(45deg);
  margin-bottom: 6px;
}

body.drawer-opened #humberger :nth-child(2) {
  transform: translate(-20px, 0);
  -webkit-transform: translate(-20px, 0);
  opacity: 0;
}

body.drawer-opened #humberger :nth-child(3) {
  transform: translate(0, -8px) rotate(-45deg);
  -webkit-transform: translate(0, -8px) rotate(-45deg);
  margin-bottom: 0 -1px;
}
.body-fixed {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 1;
}
	.drawernav_logo{
		width: 200px;
		margin: 0 auto 5vw;
	}
	.drawernav_logo a{
		opacity: 0.8;
		text-decoration: none;
	}
	.drawernav_logo a:hover{
		opacity: 1;
	}
	.main_nav{
		gap:50px 8vw;
		text-align: center;
		margin-bottom: 5vw;
	}
	.main_navgap{
		gap:50px 8vw;
	}
	.main_nav_box_link a{
		color: #ccc;
		text-shadow: 0 0 8px #000;
		font-weight: bold;
		font-size: 20px;
		position: relative;
		text-decoration: none;
	}
	.main_nav_box_link a:hover{
		color: #fff;
		opacity: 1;
		text-shadow: 0 0 8px #000;
		font-weight: bold;
	}
	.main_nav_box_link a:after{
		 position: absolute;
		 bottom: -2px;
		 left: 0;
		 content: '';
		 width: 100%;
		 height: 2px;
		 background-color:#fff;
		 transform: scale(0, 1);
		 transform-origin: center top;
		 transition: transform .3s;
	}
	.main_nav_box_link a:hover::after
	{
	 transform: scale(1, 1);
	}

	/*wrap設定
------------------------------------------------------------*/

	.wrap_over{
		width: 100%;
	}
	.wrap{
		max-width:1420px;
		margin-left: auto;
		margin-right: auto;
		padding-left: 30px;
		padding-right: 30px;
	}
	.wrap_800{
		max-width:800px;
		margin-left: auto;
		margin-right: auto;
	}
	.wrap_850{
		max-width:850px;
		margin-left: auto;
		margin-right: auto;
	}
	.next_contents{
		padding-top: 150px;
	}
	.next_detail_title{
		padding-bottom: 20px;
		margin-bottom: 20px;
		position: relative;
	}
	.next_detail_title::after{
		content: "";
		display: block;
		width: 50px;
		height: 3px;
		background-color: #fff;
		position: absolute;
		bottom: 0;
		left: 0;
	}
	.next_cat{
		background-color: #900;
		font-size: 12px;
		padding: 10px;
		line-height: 1em;
	}

	/*フッター設定
------------------------------------------------------------*/
	.main_footer{
		width: 100%;
		background-color: #000;
		position: relative;
		z-index: 1;
		min-height: 100vh;
		box-sizing: border-box;
		padding: 150px 30px;
	}
	.footer_bottom{
		margin-top: 3vw;
	}
	
	/* ホーム設定
------------------------------------------------------------*/
	
	.top_mv{
		width: 100%;
		height: 100vh;
		overflow: hidden;
		position: fixed;
		top:0;
		left: 0;
		z-index: 0;
	}
	.top_mv_slide img{
		width: 100%;
		height: 100vh;
		object-fit: cover;
	}
	a.next_live_area{
		text-decoration: none;
		background-color: #900;
		position: fixed;
		right: 0;
		bottom: 0;
		width: 300px;
		height: 150px;
		font-size: 18px;
		font-weight: bold;
		text-align: center;
		box-sizing: border-box;
		z-index: 995; 
		border-radius: 10px 0 0 0;
	}
	.next_live_area_inner{
		padding: 0px 30px 0px;
		height: 125px;
		display: flex;
		justify-content: center;
		align-items: center;
	}
a.next_live_area .next_live_area_inner::after{
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
	right: 10px;
	width: 8px;
	height: 8px;
	border-top: 2px solid #FFF;
	border-right: 2px solid #FFF;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	transition:all 0.5s;
}
a:hover.next_live_area .next_live_area_inner::after{
	right: 5px;
	transition:all 0.5s;
}
	.next_live_area_day{
		border-bottom: 2px solid #fff;
		padding-bottom: 5px;
		margin-bottom: 5px;
	}
	.next_live_area_kaijyo{
		overflow: hidden;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
	}
	.next_live_txt{
		font-size: 14px;
		background-color: #000;
		line-height: 25px;
		height: 25px;
		border-radius: 10px 0 0 0;
	}
	.top_mv_youtube{
		position: fixed;
		bottom: 0;
		left: 0;
		z-index: 995;
	}
	.top_mv_youtube_inner{
		height: 150px;
		aspect-ratio: 16 / 9;
	}
	.top_mv_youtube_inner iframe{
		width: 100%;
		height: 100%;
	}
	.top_nextarea{
		z-index: 1;
		margin-top: 100vh;
		position: relative;
	}
	.top_nextarea1{
		background-color: rgba(0,0,0,0.75);
		padding: 100px 0;
		z-index: 1;
	}
	.top_nextarea2{
		background-color: rgba(0,0,0,0.90);
		padding: 80px 0;
	}
	.top_title1{
		text-align: center;
		font-weight: bold;
		padding-bottom: 20px;
		position: relative;
	}
	.top_title1::after{
		content: "";
		display: block;
		width:50px;
		height: 3px;
		background-color: #fff;
		position: absolute;
		bottom: 0;
		left: 50%;
		transform: translate(-50%, 0%);
	}
	.link_list1{
		gap:40px 5%;
	}
	.link_list1 li{
		display: block;
		width: 30%;
	}
	.link_list1 li a{
		border: 1px solid #888;
		display: block;
		width: 100%;
		height: 100%;
		box-sizing: border-box;
		text-decoration: none;
		padding: 20px 40px 20px 20px;
		position: relative;
	}
.link_list1 li a::after{
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
	right: 15px;
	width: 8px;
	height: 8px;
	border-top: 2px solid #FFF;
	border-right: 2px solid #FFF;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	transition:all 0.5s;
}
.link_list1 li a:hover::after{
	right: 10px;
	transition:all 0.5s;
}
	.link_list1 li a div:nth-child(1){
		font-size: 12px;
		margin-right: 20px;
	}
	.link_list1 li a div:nth-child(2){
		font-size: 12px;
		line-height: 1em;
		display: inline-block;
		background-color: #900;
		padding: 5px;
		margin-bottom: 10px;
	}
	.link_list2{
		max-width: 850px;
		width: 100%;
		margin-left: auto;
		margin-right: auto;
		box-sizing: border-box;
	}
	.link_list2 li{
		display: block;
		width: 100%;
	}
	.link_list2 li a{
		display: flex;
		gap:10px 0;
		text-decoration: none;
		justify-content: center;
		width: 100%;
		padding: 20px 40px 20px 20px;
		background-color:#222;
		position: relative;
	}
	.link_list2 li:nth-child(2n) a{
		background-color:#444;
	}
.link_list2 li a::after{
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
	right: 15px;
	width: 8px;
	height: 8px;
	border-top: 2px solid #FFF;
	border-right: 2px solid #FFF;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	transition:all 0.5s;
}
.link_list2 li a:hover::after{
	right: 10px;
	transition:all 0.5s;
}
.top_schedule_box1{
	width:220px;
	border-right:1px solid #FFF;
	padding:5px 0;
	box-sizing:border-box;
}
.top_schedule_box3{
	width:100px;
	border-right:1px solid #FFF;
	padding:5px 0;
	box-sizing:border-box;
	display: flex;
	justify-content: center;
	align-items: center;
}

.top_schedule_box2{
	padding:5px 0 5px 20px;
	width:calc(100% - 320px);
	box-sizing:border-box;
}

.top_schedule_box1 div:nth-child(1){
	font-size:1.4em;
	font-weight:bold;
	margin-bottom:10px;
}

.top_schedule_box1 div:nth-child(1) span{
	font-size:0.8em;
	margin-left:5px;
}


.top_schedule_box1 div:nth-child(2){
	display:inline;
	border:1px solid #FFF;
	padding:5px;
	font-size:0.8em;
}

.top_schedule_box2 div:nth-child(1){
	font-size:1.4em;
	font-weight:bold;
	margin-bottom:10px;
}
	.top_movie_box{
		width: 600px;
		margin-left: auto;
		margin-right: auto;
	}
	.top_movie_box_inner{
		width: 100%;
		aspect-ratio: 16 / 9;
	}
	.top_movie_box_inner iframe{
		width: 100%;
		height: 100%;
	}
	.top_prof_box1{
		max-width: 500px;
		width: 100%;
		display: flex;
		align-items: center;
		margin-left: auto;
		margin-right: auto;
		padding: 10px;
		height: 170px;
		border: 2px solid #888;
		border-radius: 85px;
		background-color: #111;
	}
	.top_prof_box1_l{
		width: 200px;
	}
	.top_prof_box1_l img{
		width: 150px;
		height: 150px;
		border-radius: 50%;
	}
	.top_prof_box1_r_col1 span{
		color: #900;
		margin-left: 15px;
		font-weight: bold;
	}
	.top_slider{
		max-width: 700px;
		margin-left: auto;
		margin-right: auto;
	}
	.top_slider_col{
		padding: 0 10px;
	}
	.top_slider_col img{
		width: 100%;
		aspect-ratio: 16 / 9;
		object-fit: cover;
		border: 3px solid #900;
	}
	.top_slider .slide-arrow {
		margin: auto;
		position: absolute;
		top: 50%;
		transform: translate(0%, -50%);
		width: 60px;
		height: 60px;
		display: block;
		background-repeat: no-repeat;
		background-size: 100% auto;
		z-index: 20;
	}
	.top_slider .prev-arrow {
		left:-20px;
		content: "";
		vertical-align: middle;
		width: 15px;
		height: 15px;
		border-top: 2px solid #FFF;
		border-right: 2px solid #FFF;
		-webkit-transform: rotate(-45deg);
		transform: rotate(225deg);
	}
	.top_slider .next-arrow {
		right: -20px;
		width: 15px;
		height: 15px;
		border-top: 2px solid #FFF;
		border-right: 2px solid #FFF;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}

/*SCHEDULE設定
------------------------------------------------------------*/

ul.schedule_menu{
	display: flex;
	justify-content: space-between;
	margin-bottom:100px;
	max-width: 850px;
	margin-left: auto;
	margin-right: auto;
}

ul.schedule_menu li{
	margin:0 0.5%;
	width:20%;
	box-sizing:border-box;
	text-align:center;
}

ul.schedule_menu li:first-child{
	margin-left:0;
}

ul.schedule_menu li:last-child{
	margin-right:0;
}

ul.schedule_menu li a{
	display:block;
	text-decoration:none;
	border-bottom:2px solid #FFF;
	padding-bottom:10px;
	font-size: 14px;
}

ul.schedule_menu li a:hover{
	opacity:1;
	color:#C00;
	border-bottom:2px solid #C00;
}

ul.schedule_menu li.active a{
	color:#C00;
	border-bottom:2px solid #C00;
	pointer-events: none;
}
	.schedule_chuuitxt{
		padding: 20px;
		border: 3px double #fff;
	}
	.list_dot li{
		list-style-type: disc;
		margin-left: 1em;
	}
	.schedule_box1 span{
		font-size: 12px;
		border: 1px solid #fff;
		margin-right: 5px;
		display: inline-block;
		line-height: 1em;
		padding: 5px;
	}
	.schedule_box12 span{
		font-size: 0.8em;
		margin-left: 5px;
	}
	.schedule_box2{
		margin-bottom: 20px;
	}
.schedule_box3_img{
	max-width:600px;
	margin:0 auto;
}

/*CONTACT設定
------------------------------------------------------------*/

ul.contact_nav{
	display: flex;
	justify-content: space-between;
	margin-bottom:50px;
}

ul.contact_nav li{
	width:32%;
	box-sizing:border-box;
	text-align:center;
}

ul.contact_nav li a{
	display:block;
	text-decoration:none;
	border-bottom:2px solid #FFF;
	padding-bottom:10px;
}

ul.contact_nav li a:hover{
	color:#C00;
	border-bottom:2px solid #C00;
	opacity: 1;
}

ul.contact_nav li.active a{
	color:#C00;
	border-bottom:2px solid #C00;
	pointer-events: none;
}

.contact_box1{
	margin-bottom:50px;
	background-color:#222;
	padding:50px;
}

/*MOVIE設定
------------------------------------------------------------*/
	.movie_box1_l{
		width: 250px;
	}
	.movie_box1_r{
		width: calc(100% - 300px);
	}
ul.movie_nav{
}

ul.movie_nav li{
	box-sizing:border-box;
	margin-bottom: 10px;
}

ul.movie_nav li a{
	display:inline-block;
	text-decoration:none;
	border:1px solid #FFF;
	padding:0 40px;
	font-size: 12px;
	height: 30px;
	line-height: 28px;
	border-radius: 15px;
	background-color: #000;
	font-weight: bold;
}

ul.movie_nav li a:hover{
	opacity:1;
	background-color: #900;
	border:1px solid #900;
}

ul.movie_nav li.active a{
	background-color: #900;
	pointer-events: none;
	border:1px solid #900;
	position: relative;
}
	ul.movie_nav li.active a::before{
		content: "";
		display: block;
		height: 16px;
		width: 16px;
		border-radius: 50%;
		background-color: #fff;
		position: absolute;
		left: 5px;
		top:6px;
	}
ul.movie_nav li.current-cat a{
	background-color: #900;
	pointer-events: none;
	border:1px solid #900;
	position: relative;
}
	ul.movie_nav li.current-cat a::before{
		content: "";
		display: block;
		height: 16px;
		width: 16px;
		border-radius: 50%;
		background-color: #fff;
		position: absolute;
		left: 5px;
		top:6px;
	}
	.movie_list{
		display: flex;
		flex-wrap: wrap;
		gap:40px 0;
		justify-content: space-between;
	}
	.movie_list li{
		width: 48%;
		display: block;
	}
	.movie_youtube{
		width: 100%;
		aspect-ratio: 16 / 9;
		border:1px solid #444;
	}
	.movie_youtube iframe{
		width: 100%;
		height: 100%;
	}
	.movie_cat{
	display:inline-block;
	padding:0 24px;
	font-size: 12px;
	height: 24px;
	line-height: 22px;
	border-radius: 12px;
	font-weight: bold;
	background-color: #900;
	pointer-events: none;
	}

/*DISCOGRAPHY設定
------------------------------------------------------------*/

.disc_box1{
	display:flex;
	padding-bottom:20px;
	margin-bottom:20px;
	border-bottom:1px solid #666;
}
.disc_box2{
	width:250px;
	margin-right:20px;
}
.disc_box3{
	width:calc(100% - 250px);
}
	.h2_disc_title{
		position: relative;
		padding-bottom: 10px;
	}
	.h2_disc_title::after{
		content: "";
		display: block;
		width: 50px;
		height: 3px;
		background-color: #fff;
		position: absolute;
		bottom: 0;
		left: 0;
	}
.disc_box4{
	font-size:0.9em;
	margin-bottom:10px;
}
	.disc_cat_area{
		gap:5px;
	}
.disc_cat{
	border:1px solid #FFF;
	padding:2px 5px;
	font-size:0.8em;
	display:inline-block;
	margin-top:20px;
}
	.disc_box5{
		margin-bottom: 20px;
	}

	.disc_tsuuhan{
		display: flex;
		flex-wrap:wrap;
		margin-bottom:20px;
	}
	
	.disc_tsuuhan a{
		display:inline-block;
		margin-right:2%;
	}

/*PROFILE 設定
------------------------------------------------------------*/

	.prof_logo{
		width: 200px;
		margin-left: auto;
		margin-right: auto;
	}
.bio_box2{
	display: flex;
	justify-content: space-between;
	width: 600px;
		margin-left: auto;
		margin-right: auto;
}

.bio_box3{
	width:350px;
}

.bio_box4{
	width:calc(100% - 380px);
}

.bio_box5{
	font-size:24px;
	margin-bottom:20px;
	font-weight: bold;
}

.bio_box5:after{
	display:block;
	content:"";
	width:30px;
	height:1px;
	margin:10px 0 0;
	background-color:#FFF;
}

.bio_box6{
	margin-top:10px;
	color:#999;
}


}

/*===============================================
●画面の横幅が1650px以上
===============================================*/
@media screen and (min-width:1650px){

}
/*===============================================
●画面の横幅が1300px以上
===============================================*/
@media screen and (min-width:1300px){

}

/*===============================================
●画面の横幅が1350px以上
===============================================*/
@media screen and (min-width:1350px){


}

/*===============================================
●画面の横幅が1000px以上
===============================================*/
@media screen and (min-width:1000px){
	


}

/*===============================================
●画面の横幅が767pxまで
===============================================*/
@media screen and (max-width:767px){

body{
	font-size:14px;
	line-height: 2em;
	letter-spacing: 0.2em;
}

.body_fixed{
  position: fixed;
  width:100%;
}
	
.sp_none{
	display:none;
}

.sp_center{
	text-align:center;
}

.sp_left{
	text-align:left;
}

.sp_right{
	text-align:right;
}

.sp_float_l{
	float:left;
}

.sp_float_r{
	float:right;
}


	.d_flex_sp{
		display: flex;
	}
	.flex_wrap_sp{
		flex-wrap: wrap;
	}
	.j_content_c_sp{
		justify-content: center;
	}
	.j_content_en_sp{
		justify-content: flex-end;
	}
	.j_content_sb_sp{
		justify-content: space-between;
	}
	.a_items_c_sp{
		align-items: center;
	}
	.a_items_en_sp{
		align-items: flex-end;
	}
	.f-direction_re_sp{
		flex-direction: row-reverse;
	}

a.link_disabled_sp{
	pointer-events: none;
}

/*===============================================
●フォントサイズ・カラー設定
===============================================*/
.font_8px_sp{
	font-size: 8px;
	line-height: 2em;
}
.font_10px_sp{
	font-size: 10px;
	line-height: 2em;
}
.font_12px_sp{
	font-size: 12px;
	line-height: 2em;
}
.font_13px_sp{
	font-size: 13px;
	line-height: 2em;
}
.font_14px_sp{
	font-size: 14px;
	line-height: 2em;
}
.font_15px_sp{
	font-size: 15px;
	line-height: 2em;
}
.font_16px_sp{
	font-size: 16px;
	line-height: 2em;
}
.font_17px_sp{
	font-size: 17px;
	line-height: 2em;
}
.font_18px_sp{
	font-size: 18px;
	line-height: 2em;
}
.font_20px_sp{
	font-size: 20px;
	line-height: 2em;
}
.font_22px_sp{
	font-size: 22px;
	line-height: 2em;
}
.font_24px_sp{
	font-size: 24px;
	line-height: 2em;
}
.font_25px_sp{
	font-size: 25px;
	line-height: 2em;
}
.font_27px_sp{
	font-size: 27px;
	line-height: 2em;
}
.font_34px_sp{
	font-size: 34px;
	line-height: 2em;
}
.font_30px_sp{
	font-size: 30px;
	line-height: 2em;
}
.font_36px_sp{
	font-size: 36px;
	line-height: 2em;
}
.font_40px_sp{
	font-size: 40px;
	line-height: 2em;
}
.font_50px_sp{
	font-size: 50px;
	line-height: 2em;
}
/*===============================================
●マージンボトム設定
===============================================*/

.mb0_sp{
	margin-bottom:0px!important;
}
.mb5_sp{
	margin-bottom:5px!important;
}
.mb10_sp{
	margin-bottom:10px!important;
}
.mb15_sp{
	margin-bottom:15px!important;
}
.mb20_sp{
	margin-bottom:20px!important;
}
.mb25_sp{
	margin-bottom:25px!important;
}
.mb30_sp{
	margin-bottom:30px!important;
}
.mb35_sp{
	margin-bottom:35px!important;
}
.mb40_sp{
	margin-bottom:40px!important;
}
.mb45_sp{
	margin-bottom:45px!important;
}
.mb50_sp{
	margin-bottom:50px!important;
}
.mb55_sp{
	margin-bottom:55px!important;
}
.mb60_sp{
	margin-bottom:60px!important;
}
.mb65_sp{
	margin-bottom:65px!important;
}
.mb70_sp{
	margin-bottom:70px!important;
}
.mb75_sp{
	margin-bottom:75px!important;
}
.mb80_sp{
	margin-bottom:80px!important;
}
.mb85_sp{
	margin-bottom:85px!important;
}
.mb90_sp{
	margin-bottom:90px!important;
}
.mb95_sp{
	margin-bottom:95px!important;
}
.mb100_sp{
	margin-bottom:100px!important;
}
	
/*ヘッダー設定
------------------------------------------------------------*/
	.mein_header{
		background-color: #000;
		position: fixed;
		top:0;
		left: 0;
		width: 100%;
		height: 200px;
	}
	.mein_header_inner{
		width: 100%;
		box-sizing: border-box;
	}
	.header_logo{
		width: 80px;
		margin: 0 auto 20px;
		padding-top: 10px;
	}
	.header_logo a{
		opacity: 1;
	}
	.header_right{
		width: 100%;
	}
	.header_main_nav ul{
		display: flex;
		justify-content:center;
		gap:0 5px;
		font-weight: bold;
	}
	.header_main_nav ul li{
		position: relative;
	}
	.header_main_nav ul li a{
		color: #ccc;
		text-shadow: 0 0 8px #000;
		font-weight: bold;
		font-size: 14px;
		border: 1px solid #ccc;
		padding: 10px;
		text-decoration: none;
	}
	.header_main_nav ul li a:hover{
		color: #fff;
		opacity: 1;
		text-shadow: 0 0 8px #000;
		font-weight: bold;
	}
	.sns_nav ul{
		align-items: center;
		gap:15px;
	}
	.sns_nav ul li{
		display: block;
	}
	.sns_nav ul li a{
		display: flex;
		justify-content: center;
		align-items: center;
		width: 40px;
		height: 40px;
		box-sizing: border-box;
		padding: 10px;
		border-radius: 50%;
		background-color: #121212;
		box-shadow: 0 0 8px #666;
		text-decoration: none;
	}
	.sns_nav ul li a:hover{
		opacity: 1;
		background-color: #900;
	}
	.sns_nav ul li a img{
		width: 100%;
	}

	.fixed_bt_area{
		width: 240px;
		position: fixed;
		bottom: 0;
		right: 80px;
		z-index: 997;
	}
	.fixed_bt_area dt{
		display: flex;
		justify-content: center;
		align-items: center;
		background-color: #97B6BF;
		text-align: center;
		height: 20px;
		border-radius: 6px 0 0 0;
		box-sizing: border-box;
		padding-top: 5px;
		cursor: pointer;
	}
	.fixed_bt_area dt.contactbtopen1 span{
		transform: rotate(180deg);
	}
	.fixed_bt_area dt:hover span{
		opacity: 0.7;
	}
	.fixed_tel_bt{
		display: block;
		background-color: #97B6BF;
		width: 240px;
		height: 60px;
		box-sizing: border-box;
		padding-top: 10px;
	}
	.fixed_tel_bt span{
		display: block;
	}
	.fixed_tel_bt span.fixed_tel_bt_flexarea{
		display: flex;
		justify-content: center;
		align-items: center;
		gap:0 10px;
	}
	.fixed_tel_bt_lineheight{
		line-height: 1.2em;
		letter-spacing: 0.1em;
	}
	.fixed_mail_bt{
		background-color: #1E1E20;
		width: 240px;
		height: 60px;
		gap:0 10px;
		letter-spacing: 0.08em;
	}
	:hover.fixed_mail_bt{
		background-color: #999;
		opacity: 1;
	}
	
#drawernav {
  position: fixed;
  top: 0;
  right:-100%;
  width: 100%;
  min-height: 100%;
  background: #000;
  z-index: 998;
  padding-top: 80px;
  transition: all 400ms cubic-bezier(1, 0, 0, 1);
  /* easeInOutExpo */
  transition-timing-function: cubic-bezier(1, 0, 0, 1);
  /* easeInOutExpo */
  height: 100vh;
  box-sizing: border-box;
  overflow-y: scroll;
  padding: 10vh 7vw 80px;
}

#humberger {
  position: fixed;
  top: 20px;
  right: 3%;
  z-index: 1000;
  width: 40px;
	height: 40px;
	box-sizing: border-box;
	padding: 10px 5px 0;
  cursor: pointer;
  background-color: #900;
	box-shadow: 0 0 8px #000;
}
	#humberger:hover{
		background-color: #C71417;
	}
.icon-bar {
  height: 1px;
  width: 30px;
  background: #fff;
  display: block;
  margin-bottom: 8px;
  transition: all 400ms cubic-bezier(1, 0, 0, 1);
  /* easeInOutExpo */
  transition-timing-function: cubic-bezier(1, 0, 0, 1);
  /* easeInOutExpo */
}
body.drawer-opened #drawernav {
  right: 0px;
}
body.drawer-opened #humberger :nth-child(1) {
  transform: translate(0, 8px) rotate(45deg);
  -webkit-transform: translate(0, 8px) rotate(45deg);
  margin-bottom: 6px;
}

body.drawer-opened #humberger :nth-child(2) {
  transform: translate(-20px, 0);
  -webkit-transform: translate(-20px, 0);
  opacity: 0;
}

body.drawer-opened #humberger :nth-child(3) {
  transform: translate(0, -8px) rotate(-45deg);
  -webkit-transform: translate(0, -8px) rotate(-45deg);
  margin-bottom: 0 -1px;
}
.body-fixed {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 1;
}
	.drawernav_logo{
		width: 200px;
		margin: 0 auto 5vw;
	}
	.drawernav_logo a{
		opacity: 0.8;
		text-decoration: none;
	}
	.drawernav_logo a:hover{
		opacity: 1;
	}
	.main_nav{
		gap:50px 8vw;
		text-align: center;
		margin-bottom: 5vw;
	}
	.main_navgap{
		gap:50px 8vw;
	}
	.main_nav_box_link a{
		color: #ccc;
		text-shadow: 0 0 8px #000;
		font-weight: bold;
		font-size: 20px;
		position: relative;
		text-decoration: none;
	}
	.main_nav_box_link a:hover{
		color: #fff;
		opacity: 1;
		text-shadow: 0 0 8px #000;
		font-weight: bold;
	}
	.main_nav_box_link a:after{
		 position: absolute;
		 bottom: -2px;
		 left: 0;
		 content: '';
		 width: 100%;
		 height: 2px;
		 background-color:#fff;
		 transform: scale(0, 1);
		 transform-origin: center top;
		 transition: transform .3s;
	}
	.main_nav_box_link a:hover::after
	{
	 transform: scale(1, 1);
	}
/*wrap設定
------------------------------------------------------------*/

.wrap{
	margin-left: 5%;
	margin-right: 5%;
	box-sizing:border-box;
}
	.next_title_area{
		padding-top: 100px;
	}
	.next_contents{
		margin-top: 230px;
		padding-bottom: 10px;
		background-color: rgba(0,0,0,1);
		z-index: 997;
		position: relative;
	}
	.next_detail_title{
		padding-bottom: 20px;
		margin-bottom: 20px;
		position: relative;
		line-height: 1.4em;
	}
	.next_detail_title::after{
		content: "";
		display: block;
		width: 50px;
		height: 3px;
		background-color: #fff;
		position: absolute;
		bottom: 0;
		left: 0;
	}
	.next_cat{
		background-color: #900;
		font-size: 12px;
		padding: 10px;
		line-height: 1em;
	}


	/*フッター設定
------------------------------------------------------------*/
	.main_footer{
		width: 100%;
		background-color: #000;
		position: relative;
		z-index: 1;
		min-height: 100vh;
		box-sizing: border-box;
		padding: 150px 30px;
	}
	.footer_bottom{
		margin-top: 3vw;
	}
	
/* ホーム設定
------------------------------------------------------------*/
	.top_mv{
		width: 100%;
		overflow: hidden;
		position: fixed;
		top:200px;
		left: 0;
		z-index: 0;
	}
	.top_mv_slide img{
		width: 100%;
		height: calc(100vh - 300px);
		object-fit: cover;
	}
	a.next_live_area{
		text-decoration: none;
		display: flex;
		justify-content:space-between;
		align-items: center;
		background-color: #900;
		position: fixed;
		right: 0;
		bottom: 0;
		width: 100%;
		height: 100px;
		font-size: 16px;
		font-weight: bold;
		text-align: center;
		padding:5px 20px 5px 0;
		box-sizing: border-box;
		z-index: 995; 
	}
a.next_live_area .next_live_area_inner::after{
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
	right: 10px;
	width: 8px;
	height: 8px;
	border-top: 2px solid #FFF;
	border-right: 2px solid #FFF;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	transition:all 0.5s;
}
a:hover.next_live_area .next_live_area_inner::after{
	right: 5px;
	transition:all 0.5s;
}
	.next_live_area_inner{
		width: calc(100% - 100px);
		box-sizing: border-box;
		padding: 0 20px;
	}

	.next_live_area_inner{
		display: flex;
		justify-content: center;
	}
	.next_live_area_day{
		padding-bottom: 5px;
		margin-bottom: 5px;
		border-bottom: 2px solid #fff;
	}
	.next_live_area_kaijyo{
		overflow: hidden;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
	}
	.next_live_txt{
		font-size: 10px;
		background-color: #000;
		line-height: 25px;
		height: 25px;
		padding: 0 5px;
		text-align: center;
		width: 100px;
	}
	.top_nextarea{
		z-index: 1;
		margin-top: 100vh;
		position: relative;
	}
	.top_nextarea1{
		background-color: rgba(0,0,0,0.75);
		padding: 100px 0;
		z-index: 1;
	}
	.top_nextarea2{
		background-color: rgba(0,0,0,0.90);
		padding: 80px 0;
	}
	.top_title1{
		text-align: center;
		font-weight: bold;
		padding-bottom: 20px;
		position: relative;
	}
	.next_contents .top_title1{
		font-size: 40px;
		line-height: 1.4em;
	}
	.top_title1::after{
		content: "";
		display: block;
		width:50px;
		height: 3px;
		background-color: #fff;
		position: absolute;
		bottom: 0;
		left: 50%;
		transform: translate(-50%, 0%);
	}
	.link_list1{
	}
	.link_list1 li{
		display: block;
		width: 100%;
		margin-bottom: 5px;
	}
	.link_list1 li a{
		border: 1px solid #888;
		display: block;
		width: 100%;
		height: 100%;
		box-sizing: border-box;
		text-decoration: none;
		padding: 10px 30px 10px 10px;
		position: relative;
	}
.link_list1 li a::after{
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
	right: 10px;
	width: 8px;
	height: 8px;
	border-top: 2px solid #FFF;
	border-right: 2px solid #FFF;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	transition:all 0.5s;
}
	.link_list1 li a div:nth-child(1){
		font-size: 10px;
		margin-right: 20px;
	}
	.link_list1 li a div:nth-child(2){
		font-size: 10px;
		line-height: 1em;
		display: inline-block;
		background-color: #900;
		padding: 5px;
		margin-bottom: 5px;
	}
	.link_list2{
		max-width: 850px;
		width: 100%;
		margin-left: auto;
		margin-right: auto;
		box-sizing: border-box;
	}
	.link_list2 li{
		display: block;
		width: 100%;
	}
	.link_list2 li a{
		display: flex;
		flex-wrap: wrap;
		gap:10px 0;
		text-decoration: none;
		width: 100%;
		padding: 10px 30px 10px 10px;
		background-color:#222;
		position: relative;
		align-items:center;
	}
	.link_list2 li:nth-child(2n) a{
		background-color:#444;
	}
.link_list2 li a::after{
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
	right: 15px;
	width: 8px;
	height: 8px;
	border-top: 2px solid #FFF;
	border-right: 2px solid #FFF;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	transition:all 0.5s;
}
.top_schedule_box1{
	padding:0px 0;
	box-sizing:border-box;
	display: flex;
	align-items:center;
	margin-right: 20px;
}
.top_schedule_box3{
	padding:0px 0;
	box-sizing:border-box;
	font-size: 14px;
	line-height: 1em;
}

.top_schedule_box2{
	padding:5px 0 5px 0px;
	width:100%;
	box-sizing:border-box;
}

.top_schedule_box1 div:nth-child(1){
	font-size:16px;
	font-weight:bold;
	line-height: 1em;
}

.top_schedule_box1 div:nth-child(1) span{
	font-size:0.8em;
	line-height: 1em;
}


.top_schedule_box1 div:nth-child(2){
	display:inline;
	border:1px solid #FFF;
	padding:4px 4px;
	font-size:10px;
	text-align: center;
	margin-left: 20px;
	line-height: 1em;
}

.top_schedule_box2 div:nth-child(1){
	font-size:1.4em;
	font-weight:bold;
	margin-bottom:10px;
}

	.top_movie_box{
		width:100%;
		margin-left: auto;
		margin-right: auto;
	}
	.top_movie_box_inner{
		width: 100%;
		aspect-ratio: 16 / 9;
	}
	.top_movie_box_inner iframe{
		width: 100%;
		height: 100%;
	}
	.top_prof_box1{
		max-width: 500px;
		width: 100%;
		display: flex;
		align-items: center;
		margin-left: auto;
		margin-right: auto;
		padding: 10px;
		height: 140px;
		border: 2px solid #888;
		border-radius: 70px;
		background-color: #111;
	}
	.top_prof_box1_l{
		width: 140px;
	}
	.top_prof_box1_l img{
		width: 120px;
		height: 120px;
		border-radius: 50%;
	}
	.top_prof_box1_r_col1 span{
		color: #900;
		margin-left: 15px;
		font-weight: bold;
	}
	.top_slider{
		width: 100%;
		margin-left: auto;
		margin-right: auto;
	}
	.top_slider_col{
		padding: 0 10px;
	}
	.top_slider_col img{
		width: 100%;
		aspect-ratio: 16 / 9;
		object-fit: cover;
		border: 3px solid #900;
	}
	.top_slider .slide-arrow {
		margin: auto;
		position: absolute;
		top: 50%;
		transform: translate(0%, -50%);
		width: 60px;
		height: 60px;
		display: block;
		background-repeat: no-repeat;
		background-size: 100% auto;
		z-index: 20;
	}
	.top_slider .prev-arrow {
		left:-20px;
		content: "";
		vertical-align: middle;
		width: 15px;
		height: 15px;
		border-top: 2px solid #FFF;
		border-right: 2px solid #FFF;
		-webkit-transform: rotate(-45deg);
		transform: rotate(225deg);
	}
	.top_slider .next-arrow {
		right: -20px;
		width: 15px;
		height: 15px;
		border-top: 2px solid #FFF;
		border-right: 2px solid #FFF;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	
/*SCHEDULE設定
------------------------------------------------------------*/

ul.schedule_menu{
	display: flex;
	justify-content:center;
	flex-wrap: wrap;
	margin-bottom:50px;
	max-width: 500px;
	margin-left: auto;
	margin-right: auto;
	gap:10px;
}

ul.schedule_menu li{
	box-sizing:border-box;
	text-align:center;
}

ul.schedule_menu li:first-child{
	margin-left:0;
}

ul.schedule_menu li:last-child{
	margin-right:0;
}

ul.schedule_menu li a{
	display:block;
	text-decoration:none;
	border:1px solid #FFF;
	padding:0 10px;
	font-size: 12px;
	height: 30px;
	line-height: 28px;
	border-radius: 15px;
	background-color: #000;
	font-weight: bold;
}

ul.schedule_menu li a:hover{
	opacity:1;
	background-color: #900;
	border:1px solid #900;
}

ul.schedule_menu li.active a{
	background-color: #900;
	pointer-events: none;
	border:1px solid #900;
	position: relative;
	padding-left: 30px;
}
	ul.schedule_menu li.active a::before{
		content: "";
		display: block;
		height: 16px;
		width: 16px;
		border-radius: 50%;
		background-color: #fff;
		position: absolute;
		left: 5px;
		top:6px;
	}
	.schedule_chuuitxt{
		padding: 20px;
		border: 3px double #fff;
	}
	.list_dot li{
		list-style-type: disc;
		margin-left: 1em;
	}
	.schedule_box1 span{
		font-size: 10px;
		border: 1px solid #fff;
		margin-right: 5px;
		display: inline-block;
		line-height: 1em;
		padding: 5px;
	}
	.schedule_box12 span{
		font-size: 0.8em;
		margin-left: 5px;
	}
	.schedule_box2{
		margin-bottom: 20px;
	}
.schedule_box3_img{
	max-width:600px;
	margin:0 auto;
}

/*CONTACT設定
------------------------------------------------------------*/

ul.contact_nav{
	display: flex;
	justify-content:center;
	flex-wrap: wrap;
	margin-bottom:50px;
	max-width: 500px;
	margin-left: auto;
	margin-right: auto;
	gap:10px;
}

ul.contact_nav li{
	box-sizing:border-box;
	text-align:center;
}

ul.contact_nav li a{
	display:block;
	text-decoration:none;
	border:1px solid #FFF;
	padding:0 10px;
	font-size: 12px;
	height: 30px;
	line-height: 28px;
	border-radius: 15px;
	background-color: #000;
	font-weight: bold;
}

ul.contact_nav li a:hover{
	opacity:1;
	background-color: #900;
	border:1px solid #900;
}

ul.contact_nav li.active a{
	background-color: #900;
	pointer-events: none;
	border:1px solid #900;
	position: relative;
	padding-left: 30px;
}
	ul.contact_nav li.active a::before{
		content: "";
		display: block;
		height: 16px;
		width: 16px;
		border-radius: 50%;
		background-color: #fff;
		position: absolute;
		left: 5px;
		top:6px;
	}

.contact_box1{
	margin-bottom:30px;
	background-color:#222;
	padding:20px;
}

/*MOVIE設定
------------------------------------------------------------*/

ul.movie_nav{
	display: flex;
	justify-content:center;
	flex-wrap: wrap;
	margin-bottom:50px;
	max-width: 500px;
	margin-left: auto;
	margin-right: auto;
	gap:10px;
}

ul.movie_nav li{
	box-sizing:border-box;
	text-align:center;
}

ul.movie_nav li a{
	display:block;
	text-decoration:none;
	border:1px solid #FFF;
	padding:0 10px;
	font-size: 12px;
	height: 30px;
	line-height: 28px;
	border-radius: 15px;
	background-color: #000;
	font-weight: bold;
}

ul.movie_nav li a:hover{
	opacity:1;
	background-color: #900;
	border:1px solid #900;
}

ul.movie_nav li.active a{
	background-color: #900;
	pointer-events: none;
	border:1px solid #900;
	position: relative;
	padding-left: 30px;
}
	ul.movie_nav li.active a::before{
		content: "";
		display: block;
		height: 16px;
		width: 16px;
		border-radius: 50%;
		background-color: #fff;
		position: absolute;
		left: 5px;
		top:6px;
	}
ul.movie_nav li.current-cat a{
	background-color: #900;
	pointer-events: none;
	border:1px solid #900;
	position: relative;
	padding-left: 30px;
}
	ul.movie_nav li.current-cat a::before{
		content: "";
		display: block;
		height: 16px;
		width: 16px;
		border-radius: 50%;
		background-color: #fff;
		position: absolute;
		left: 5px;
		top:6px;
	}

	.movie_list{
		display: flex;
		flex-wrap: wrap;
		gap:40px 0;
		justify-content: space-between;
	}
	.movie_list li{
		width: 48%;
		display: block;
	}
	.movie_youtube{
		width: 100%;
		aspect-ratio: 16 / 9;
		border:1px solid #444;
	}
	.movie_youtube iframe{
		width: 100%;
		height: 100%;
	}
	.movie_cat{
	display:inline-block;
	padding:0 24px;
	font-size: 12px;
	height: 24px;
	line-height: 22px;
	border-radius: 12px;
	font-weight: bold;
	background-color: #900;
	pointer-events: none;
	}

/*DISCOGRAPHY設定
------------------------------------------------------------*/

.disc_box1{
	padding-bottom:20px;
	margin-bottom:20px;
	border-bottom:1px solid #666;
}
	.disc_box1:last-child{
		margin-bottom: 0;
	}
.disc_box2{
	max-width: 250px;
	width:100%;
	margin-bottom: 20px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
.disc_box3{
	width:100%;
}
	.h2_disc_title{
		position: relative;
		padding-bottom: 10px;
	}
	.h2_disc_title::after{
		content: "";
		display: block;
		width: 50px;
		height: 3px;
		background-color: #fff;
		position: absolute;
		bottom: 0;
		left: 0;
	}
.disc_box4{
	font-size:0.9em;
	margin-bottom:10px;
}
	.disc_cat_area{
		gap:5px;
	}
.disc_cat{
	border:1px solid #FFF;
	padding:2px 5px;
	font-size:0.8em;
	display:inline-block;
	margin-top:20px;
}
	.disc_box5{
		margin-bottom: 20px;
	}

	.disc_tsuuhan{
		display: flex;
		flex-wrap:wrap;
		margin-bottom:20px;
	}
	
	.disc_tsuuhan a{
		display:inline-block;
		margin-right:2%;
	}
	

/*PROFILE 設定
------------------------------------------------------------*/

	.prof_logo{
		width: 100px;
		margin-left: auto;
		margin-right: auto;
	}
.bio_box2{
}

.bio_box3{
	max-width:350px;
	width: 100%;
	text-align: center;
	margin: 0 auto 20px;
}

.bio_box4{
	width:100%;
}

.bio_box5{
	font-size:24px;
	margin-bottom:20px;
	font-weight: bold;
}

.bio_box5:after{
	display:block;
	content:"";
	width:30px;
	height:1px;
	margin:10px 0 0;
	background-color:#FFF;
}

.bio_box6{
	margin-top:10px;
	color:#999;
}

	
}
