
@charset "UTF-8";



/*____________ common_____________

_______ font

font-family: source-han-serif-japanese, serif;
font-weight: 500;
font-style: normal;


font-family: "source-han-serif-japanese", serif;
font-weight: 700;
font-style: normal;


background-color: #000000;


/*----------------------------------------
	reset
----------------------------------------*/
*,
::before,
::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

* {
  font-size: inherit;
  line-height: inherit;
}

::before,
::after {
  text-decoration: inherit;
  vertical-align: inherit;
}

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, dialog, figure, footer, header, main, menu, nav, section,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

header, footer, article, section, aside, main, nav, menu, figure, figcaption {
  display: block;
}

span, small, strong, em, b, i {
  color: inherit;
}

html {
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

body {
  overflow-x: hidden;
  overflow-y: auto;
}

ul,
ol {
  list-style: none;
}

img {
 /* max-width: 100%;*/
  height: auto;
  border: 0;
	border-style:none;
  vertical-align: top;
}

img a,
img a:visited{
border-style:none;
	border=0;
}

a img{
border-style:none;
	border=0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th {
  text-align: left;
}

input, select {
  vertical-align: middle;
}

input, textarea {
  margin: 0;
  padding: 0;
}

address {
  font-style: normal;
}

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





/*____________ common_____________*/




 /*全要素へbox-sizing */
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	

}



html, body {
	position: relative;
	color: #fff;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;/*100%だとモーダルに影響の場合あり */
	/*line-height: 0;*/  /*全ての要素にline-height設定*/
/*font-family: ibm-plex-sans-jp,sans-serif;*/
	font-weight: 500;
	font-style: normal;
	font-family: "source-han-sans-japanese", sans-serif, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	/*font-family: source-han-sans-japanese, YuMincho, "Yu Mincho", "Hiragino Mincho ProN", serif;*/
	font-size: clamp(0.9rem, 0.864rem + 0.18vw, 1rem); /*11pt*/
	/* letter-spacing: 0.05rem; */
	
	/*font表示最適化 ON*/
	-webkit-font-smoothing: subpixel-antialiased;
	-moz-osx-font-smoothing: auto;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
	/*background-image: url(../img/pc_top_01.jpg);*/
	background-repeat: repeat-y;
	text-shadow: 0px 0px;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	background-position: center top;
	height: 100vh;
	height: 100dvh;
	/*background-image: url(../img/common/base.jpg);*/
	background-size: 100% auto;
	background-attachment: fixed;
	background-color: #000000;
}





a{
	text-decoration: none;
}

a:hover{
	
}


/*リンク枠消す*/
a:focus, *:focus { outline:none; }

.sp{
display: none;
}


.mb-1{ margin-bottom: 1rem !important;}
.mb-2{ margin-bottom: 2rem !important;}
.mb-3{ margin-bottom: 3rem !important;}
.mb-4{ margin-bottom: 4rem !important;}
.mb-5{ margin-bottom: 5rem !important;}
.mb-6{ margin-bottom: 6rem !important;}

.mt-1{ margin-top: 1rem !important;}
.mt-2{ margin-top: 2rem !important;}
.mt-3{ margin-top: 3rem !important;}
.mt-4{ margin-top: 4rem !important;}
.mt-5{ margin-top: 5rem !important;}


@media screen and (max-width: 767px) {
	
	
	html, body {
	/*background-image: url(../img/common/base_sp.jpg);	*/
		
	}
	
.mb-1{ margin-bottom: 0.75rem !important;}
.mb-2{ margin-bottom: 1.25rem !important;}
.mb-3{ margin-bottom: 1.75rem !important;}
.mb-4{ margin-bottom: 2.5rem !important;}
.mb-5{ margin-bottom: 3rem !important;}
.mb-6{ margin-bottom: 4rem !important;}

.mt-1{ margin-top: 0.5rem !important;}
.mt-2{ margin-top: 1rem !important;}
.mt-3{ margin-top: 1.5rem !important;}
.mt-4{ margin-top: 2rem !important;}
.mt-5{ margin-top: 2.5rem !important;}

	
.pc{
display: none !important;
}

.sp{
display: block;
}
}


.full img{
width:100%;
height:auto;
}


.anime_a,
.anime_b,
.last_anime{
	opacity: 0;
}

.top-bt{
	
}



/*loader new*/



.js-loader {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	visibility: visible;
	opacity: 1;
	background-color: hsla(0,0%,0%,1.00);
	/* transition: opacity .8s, visibility .8s;*/
	z-index: 888; /* .is-loaded & {
    visibility: hidden;
    opacity: 0;
  }*/
}

.js-loader-progress {
	position: fixed;
	top: 10%;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	width: 100%;
	height: 2px;
	/*background-color: #000000;*/
	z-index: 889;
	opacity: 0;  /*.is-loaded & {
    visibility: hidden;
    opacity: 0;
  }*/
}
.js-loader-progress-bar {
	background-color: hsla(0,0%,100%,0.3);
	height: 100%;
	width: 0;
	transition: width .4s;
}
.js-loader-progress-number {
  text-align: right;
  font-size: 10px;
  width: 100%;
  margin-top: 10px;
	padding-right: 10px;
	  color: #000;
	opacity: 0;
}




/* Loading　*/
#splash {
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 888;
	text-align:center;
	color:#fff;
}

/* Loading画像中央配置　*/
#splash_text {
	position: absolute;
	top: 50%;
	left: 50%;
    z-index: 999;
	transform: translate(-50%, -50%);
	color: #fff;
	width: 100%;
}


.loading_logo{
	width:250px;
	margin:0 auto 20px;
	left:0;
	right: 0;
	 opacity: 0;
}


@media screen and (max-width: 767px) {
	
	.loading_logo{
	width:50%;
}
	
}

/*IE11対策用バーの線の高さ※対応しなければ削除してください*/
#splash_text svg{
    height: 2px;
}

/*割れる画面のアニメーション*/
.loader_cover {
	width: 100%;
	height: 50%;
	background-color: hsla(0,0%,0%,1.00);  /*  transition: all 0.5s cubic-bezier(.04, .435, .315, .9);
    transform: scaleY(1);*/
}
/*上の画面*/
.loader_cover-up {
   /* transform-origin: center top;*/
	
}

/*下の画面*/
.loader_cover-down {
    position: absolute;
    bottom: 0;
    transform-origin: center bottom;
}
/*クラス名がついたらY軸方向に0*/
.coveranime {
    transform: scaleY(0);
}






/*barba*/


.mask {
	/*position: fixed;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	background-color: #FFE2F2;
	z-index: 10;
	transform: rotateY(90deg);
	transform-origin: right;
	visibility: hidden;
	pointer-events: none;
	transition-property: transform, visibility;
	transition-duration: .5s;
	transition-timing-function: ease;*/
	
 
}


 .mask.is-close {
	/*transform: rotateY(0deg);
	transform-origin: left;
	visibility: visible;
	pointer-events: auto;
	 z-index: 999;*/
  }



/*----------------------------------------
	header
----------------------------------------*/
.header {
  position: fixed;
  top: 0;
  z-index: 1000;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 50px;
	z-index: 888;
  /*background: #000;*/
  /*box-shadow: 0 2px 10px rgba(0,0,0,0.05);*/
}

.header__pink {
	background-color: hsla(326,78%,96%,1);
	position: fixed;
}


.header__twitter {
position: absolute;
 width: 65px;	
height:auto;
top:0px;
	left:5px;
	z-index: 100;
}


.header__snsicon{
	top:10px;
	left:20px;
	position: absolute;
	
	display: flex;
	  flex-direction: row;
  flex-wrap:nowrap;
/*  justify-content: space-between;*/
  justify-content: center;
 
  align-items: center;
	
		z-index: 666;
}

.header__snsicon_item{
	width: 30px;
	margin-right: 15px;
	
}



.header__logo {
/*  flex-shrink: 0;*/
  width: 70px;
  margin-left: 80px;
}
@media screen and (max-width: 767px) {
  .header {
     /* height: 60px;*/
  }
	
	
	.header__twitter {
 width: 65px;	
top:3px;
	left:3px;
}
	
  .header__logo {
/*   flex-shrink: 0;*/
  width: 60px;
  margin-left: 65px;
	 /* margin:auto;*/
  }
	
	.header__pink {
	height: 50px;
}
	
			.header__snsicon_item{
	width: 27px;
	margin-right: 10px;
}
	.header__snsicon{
	top:12px;
	
	
}
}



/*g-nav*/

#g-nav{
	/*position:fixed;にし、z-indexの数値を大きくして前面へ*/
	position: fixed;
	z-index: 999;
	/*ナビのスタート位置と形状*/
	top: 0;
	right: -100%;
	width: max(30%, 400px);
	height: 100vh;/*ナビの高さ*/
	background-color: hsla(201,100%,4%,0.8);
	/*動き*/
	transition: all 0.6s;
}

/*アクティブクラスがついたら位置を0に*/
#g-nav.panelactive{
    right: 0;
}

/*ナビゲーションの縦スクロール 調整必要*/
#g-nav-list{
   
  /*  position: fixed;
    z-index: 999; 
   width: max(30%, 500px);
    height: 100vh;*/
    overflow: auto;
    -webkit-overflow-scrolling: touch;
	
	
	 width: 100%;
    height: 100vh;
	position:relative;
	
	 display: flex;
 /* justify-content: center;*/
  align-items: center;
	padding:3rem;
	 flex-direction: column;
}


.g-nav_logo{
	margin: 4rem 0 3rem;
	position: relative;
	width: clamp(100px, 50%, 300px);

}

/*ナビゲーション*/
#g-nav ul {
    /*ナビゲーション天地中央揃え*/
    position: relative;
    z-index: 999;
	width:100%;

   /* top:50%;
    left:50%;
    transform: translate(-50%,-50%);*/
}

/*リストのレイアウト設定*/

#g-nav li{
  list-style: none;
    text-align: left;
}

#g-nav li a{
	color: #FFFFFF;
	text-decoration: none;
	padding: 0px;
	display: block;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	margin-bottom: 1.5rem;
	font-style: normal;
	font-size: clamp(1.2rem, 1.127rem + 0.36vw, 1.4rem);
	font-family: "source-han-sans-japanese", sans-serif, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: 700;
	
}

.underline {
	position: absolute;
	bottom: -2px;
	left: 0;
	display: block;
	width: 0;
	height: 1px;
	/*background-color: hsla(0,0%,80%,0.5);*/
	background-color: #FFFFFF;	
	/*background-color:#fff;*/
}


.list_item a {
    position: relative;
    display: inline-block;
 
}



@media screen and (max-width: 767px) {
	
	#g-nav{
	width: 100%;
	}
	
	#g-nav-list{
	width: 100%;	
	}
	
}




/*横メニュー*/

#g-nav-h{
	position: relative;
		width: 100%;
}

#g-nav-h ul {
	/*ナビゲーション天地中央揃え*/
	position: relative;
	/*z-index: 999;*/
	width: 100%;
	display: flex;
	justify-content: center;
	/*justify-content: space-between;*/
	align-items: center;
/*		padding:3rem;*/
	
}

/*リストのレイアウト設定*/

#g-nav-h li{
  list-style: none;
    text-align: left;
}

#g-nav-h li a{
  color: #FFFFFF;
  text-decoration: none;
  margin:0px 15px;
	padding: 0 0px;
  display: block;
  text-transform: uppercase;
  letter-spacing: 0em;

	line-height: 0;
	
font-weight: 700;
font-style: normal;
	line-height:clamp(1rem, 0.891rem + 0.55vw, 1.3rem);
/*	margin-bottom: 1.5rem;*/
 font-size:clamp(1rem, 0.891rem + 0.55vw, 1.3rem);
	
	z-index: 10;
	position: relative;
}

#g-nav-h li a:hover{
	color: #fff;
	z-index: 10;
}

#g-nav-h .underline {
	position: absolute;
	bottom: -4px;
	left: 0;
	display: block;
	width: 0;
	height: 3px;
	background-color: hsla(0,0%,0%,1);
		z-index: 0;
}


#g-nav-h .list_item a {
    position: relative;
    display: inline-block;
 
}







/*menuボタン*/
.openbtn{
	position: fixed;
	z-index: 5555;/*ボタンを最前面に*/
	top: 0px;
	right: 0px;
	cursor: pointer;
	width: 70px;
	height: 60px;
	color: hsla(0,0%,0%,1.00);
	background-color: hsla(0,0%,0%,0.60);
}

.openbtn svg{
	width: 70px;
	height: 60px;
}


.nc-int-icon{
	fill: #FFFFFF; 
}
  

@media screen and (max-width: 767px) {
	
	.openbtn{

	width: 60px;
	height: 50px;
}

.openbtn svg{
	width: 60px;
	height: 50px;
}
	
}


.top-bt{
	position: fixed;
width: 40px;
	height:auto;
	z-index: 888;
	right:10px;
	bottom:10px;
}


/*----------------------------------------
	mainContents
----------------------------------------*/
.mainContents {
/*margin-bottom: 50px;*/
	
}




  .mainVisual {
	position: relative;
	width: 100%;
/*	background-color: #140119;*/
	  z-index: 100;
  }


.mainVisual__inner{
	 width: 100%;
	 position: relative;
    line-height: 0;
	
}

.mainVisual__layer{
	 width: 100%;
	 position: absolute;
    line-height: 0;
	 top:0;
	left:0;
	opacity: 0;
}


#pc_top_01{
	
}

#pc_top_02{
	
}

#pc_top_03{
	
}

#pc_top_04{
	
}

#pc_top_05{
	
}


.bnr_comment{
	position: absolute;
	width:9%;
	top:59%;
	left:18%;
/*	opacity: 0;*/
}


.bnr_comment2{
	position: absolute;
	width:17%;
	top:61%;
	left:30%;
/*	opacity: 0;*/
}


.blu_bnr{
	position: absolute;
	width:20%;
	top:82%;
	right:1%;
/*	opacity: 0;*/
}


@media screen and (max-width: 767px) {
  .mainContents {
  /*  margin-top: 100px;*/
  }

	
	 .mainVisual {
  
  }
	
	.bnr_comment{
	position: absolute;
	width:26%;
	top:64%;
	left:1%;
/*	opacity: 0;*/
}
	
	.bnr_comment2{
	position: absolute;
	width:44%;
	top:51%;
	left:1%;
/*	opacity: 0;*/
}
}


/*top news banner*/


.fusen_set {
	position: relative;
	width: 100%;
	display: flex;
	 flex-direction: column;
	flex-direction: row;
	flex-wrap: wrap;
	/* justify-content: space-between;*/
	justify-content: center;

}

.fusen_set__pc{
	position: absolute;
	display: flex;
		 flex-direction: column;
	top:80px;
	left:20px;
}

.fusen{
transform: rotate(-2deg);	
	
	margin:0 0rem 5px
}

.fusen__top {
	position: relative;
	margin-bottom: 0.2rem;
	padding: 0.5rem 1rem;
	border-left: 20px solid #FFDCF1;
	background-color: white;
	font-weight: 500;
	color: #5E5E5E;
	font-size:clamp(0.8rem, 0.8rem + 0vw, 0.8rem);
	
	max-width: 250px;
	
}

.fusen__top::before {
	position: absolute;
	right: 1px;
	bottom: 10px;
	width: 50%;
	height: 50%;
	box-shadow: 0 5px 20px hsla(0,0%,20%,0.20);
	transform: rotate(2deg);
	z-index: -1;
	content: '';
	-webkit-box-shadow: 0px 5px 20px hsla(0,0%,20%,0.20);
}


@media screen and (max-width: 767px) {
	
	.fusen{
transform: rotate(-2deg);	
margin:0 0.5rem 8px
}
	
	.fusen_set {
	display: flex;
  flex-direction: row;
  flex-wrap: wrap;
 /* justify-content: space-between;*/
  justify-content:center;
	
}
	
	.fusen__top {
	position: relative;
	margin-bottom: 0.2rem;
	padding: 0.6rem 1rem;
	border-left: 20px solid #FFDCF1;
	font-size:clamp(0.8rem, 0.764rem + 0.18vw, 0.9rem);;
	
	
	
}
	
}



/*section__bnr*/


.section__bnr{
	position: relative;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	 justify-content: space-between;
/*	justify-content: center;*/
/* align-items: center;*/
}

.section__bnr2{
	position: relative;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;

	justify-content: center;
/* align-items: center;*/
}


.section__bnr__item{
	position: relative;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	 justify-content: space-between;
	width: 250px;
	margin: 0 5px;
	/*border: 1px solid hsla(0,0%,59%,1.00);*/
}

.section__bnr__item.border{

border: 1px solid hsla(0,0%,26%,1.00);
}

.section__bnr__item3{
	width:95%;
max-width: 600px;
margin: 0 auto 2rem;
border: 1px solid hsla(0,0%,100%,0.4);
}

.section__trailer__item{
	/*max-width: 700px;*/
/*	margin: 0 5px;*/
	width:49%;
	margin: 0 auto;
}


.section__trailer__item a {
  position: relative;
  display: block;
max-width: 700px;
  padding: 0;
}


.section__trailer__item a .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background: url(../img/common/play_mark.png) no-repeat center center;
  background-color: rgba(0, 0, 0, 0.5);
  background-size: 20%;
  -webkit-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
    opacity: 0.5;
}


.section__trailer__item a:hover .overlay {
  background-color: rgba(0, 0, 0, 0);
}

.overlay {
   /* display: none;*/
    position: fixed;
    top: -10px;
    left: 0;
    right: 0;
    bottom: -10px;
    background-color: hsla(0,0%,100%,0.90);
    /* background-color: #000;*/
    overflow: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 910;
}

.trailer-title{
	text-align: center;
	margin:1rem 0 0 0;
/*	color: #000;*/
}

@media screen and (max-width: 767px) {
	
	.section__trailer__item{
	width: 100%;
	
	
}
	
	.section__trailer__item a {
		width: 100%;
	}
	
.section__trailer__item a .overlay {
		width: 100%;
	}
	
	.section__bnr__item{
	width: 45%;
	margin: 0 5px;
	/*border: 1px solid hsla(0,0%,59%,1.00);*/
}
	
	.trailer-title{
	text-align: center;
	margin:0.5rem 0 1.5rem 0;
/*	color: #000;*/
}
	
}


/*section__news*/

/*----------------------------------------
	Card
----------------------------------------*/
.cardList__item{
	/*background-color: #fff;*/
	
}

.card {
	display: block;
	border: 1px solid #e7e7e7;
	/*border-radius: 5px;*/
	color: inherit;
	text-decoration: none;
	transition: color .3s;
	background-color: #fff;
	height:100%;
}


.card__thumb {
	overflow: hidden;
}
.card__thumb img {
	max-width: none;
	width: 100%;
	/*border-radius: 5px 5px 0 0;*/
	transition: transform .3s;
}

.card__text__base{
	position: relative;
	padding:10px 15px;
	height: auto;
	
}

.card__date {
	font-size: clamp(0.7rem, 0.664rem + 0.18vw, 0.8rem); 
	margin: 0px 0px 3px;
	color: #ABABAB;
}
.card__txt {
	font-size: clamp(0.85rem, 0.832rem + 0.09vw, 0.9rem); 
	line-height: 1.5rem;
}
/*hover*/
.card:hover {
	color: #ABABAB;
}
.card:hover .card__thumb img {
	transform: scale(1.1);
}


@media screen and (max-width: 767px) {
	
	.card__txt {

	line-height: 1.4rem;
}
}

/*----------------------------------------
	CardList04
----------------------------------------*/
.cardList {
	display: grid; /*girdレイアウトにする*/
	gap: 10px; /*隣接するアイテム間余白を20pxに設定*/
	grid-template-columns: repeat(2,1fr); /*均等2カラム指定*/
	grid-auto-rows: minmax(100px, auto);
	
}
@media screen and (min-width: 768px),print {
	.cardList {
		grid-template-columns: repeat(2,1fr); /*均等2カラム指定*/
	}
}
@media screen and (min-width: 992px),print {
	.cardList {
		grid-template-columns: repeat(3,1fr); /*均等3カラム指定*/
	}
}
@media screen and (min-width: 1200px),print {
	.cardList {
		grid-template-columns: repeat(4,1fr); /*均等4カラム指定*/
	}
}




/*comment*/

#comment{
	margin-top: 5rem;
}


.comment-set{
	position: relative;
	/*background-color: hsla(0,0%,100%,1);*/
/*	padding: 1.5rem 2rem;*/
	/*border: 1px solid hsla(0,0%,0%,0.10);*/
	color: #ffffff;
	font-family: "source-han-sans-japanese", sans-serif, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: 500;
	line-height: 1.7;
	/*background-color: hsla(0,0%,0%,1.00);*/
}


.comment-set.withimg{
	display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
 /* justify-content: center;*/
 
/*  align-items: center;*/
	
}

.comment-set.withimg.waku{
	align-items: center;
}


.comment-set-img{
	width:27%;
}

.comment-text-item{
	width:100%;
}

/*comment-withillust*/

.comment-set-img.illust{
	width: 46%;
	/*border: 1px solid hsla(0,0%,22%,1.00);*/
}

.comment-text-item.illust{
	width:50% !important;
}

.illust2 img{
	width:70%;
	margin:auto;
}

.illust2{
	display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}



.comment-text-item.waku{
/*	border: 0px solid hsla(0,0%,100%,0.4);*/
	padding: 1.25rem 0rem;

}


@media screen and (max-width: 767px) {
.comment-text-item.waku,
	.comment-set.withimg.waku{
/*	border: 1px solid hsla(0,0%,100%,0.2);*/
	padding:1.25rem 1rem ;
		background-color: hsla(0,0%,100%,0.1) ;	
}
	
	
	.comment-set-img.illust{
	width:100%;
			margin-bottom: 1rem;
}

.comment-text-item.illust{
	width:100% !important;
}
	
	.illust2 img{
	width:80%;
	margin:auto;
}

	
}

.withimg .comment-text-item{
	width:70%;
}


.comment-text-item2{
	position: relative;
	width: 100%;
	line-height: 1.7rem;
font-size:clamp(0.96rem, 0.873rem + 0.44vw, 1.2rem);
}

.comment-text-item2.about{
	position: relative;
	width: 100%;
	line-height: 1.8rem;
/*font-size: clamp(1rem, 0.818rem + 0.91vw, 1.5rem);*/
}


.comment-name{
	margin-bottom: 0.5rem;
	position: relative;
	color: #fff;
		font-family: "source-han-sans-japanese", sans-serif, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
font-weight: 700;
	font-style: normal;
	font-size: clamp(1.2rem, 1.091rem + 0.55vw, 1.5rem);
	line-height: 1.7rem;
	text-align: left;
}

.waku .comment-name{
	margin-bottom: 0;
}

.comment-name .small{
	font-size:80%;
}

.comment-name.name{
	text-align: left;
}




.comment__bold{
	font-weight: 700;
	color: hsla(0,0%,50%,1.00);
	margin-bottom: 0.25rem;
}




p.comment__margin {
	margin-bottom: 1.25rem;
}


.small-right{
	text-align: right;
	font-size: 70%;
	color: hsla(0,0%,100%,0.7);
}

.sup {
	font-size: 0.7em;
	vertical-align: top;
}

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

	.comment-set{
	/*padding:1.5rem 0rem;*/
}
	
	.comment-set-img{
	width:60%;
		margin: 0 auto 1rem auto;
}

.withimg .comment-text-item{
	width:100%;
}
	

	.sup {
	font-size: 0.5em;
	vertical-align: top;
}
}



/*----------------------------------------
	footer
----------------------------------------*/


  .footer {
	/*background-color: hsla(0,0%,0%,1);*/
	position: relative;
	/* display: flex;
  justify-content: center;
  align-items: center;*/
	padding: 50px 50px;
	/*background-image: url(../img/about/footer_base.webp);*/
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100% auto;
  }

.footer2 {
	
	position: relative;
	padding: 50px 50px;
	background-image: url(../img/common/base2.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100% 100%;
	
}


.footer2__item{
	color: hsla(0,0%,100%,0.2);
	width: 100%;
	max-width: 700px;
/*	font-family: fot-udkakugoc80-pro,sans-serif;*/
	font-weight: 500;
	font-style: normal;
	font-size: clamp(0.6rem, 0.527rem + 0.36vw, 0.8rem);
	line-height: 1rem;
}

.footer2__item a{

	color: hsla(0,0%,100%,0.4);
}


.footer__set{
	position:relative;
	 display: flex;
/*  justify-content: center;*/
  align-items: center;
	 flex-direction: column;
}


.footer__logo{
	position: relative;
	width: clamp(200px, 50%, 300px);
	margin-bottom: 2rem;
}


.footer__title{
	font-size:  clamp(0.6rem, 0.527rem + 0.36vw, 0.8rem);
	text-align: center;
margin-bottom: 1rem;
}


@media screen and (max-width: 767px) {
	
	.footer2 {
			padding: 20px 10px 40px;
	}
	

}





/*sns brands*/

.brands {
	position: relative;
	width: 240px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
	margin-bottom: 1rem;
}

.brands__item {
    flex: 0 0 20%;
}

.brands__item a {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.brands__item img {
    width: 30px;
    height: 30px;
    object-fit: contain;
}




/*social bt*/

.social-bt {
	position: relative;
	width: 290px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
	margin: auto;
	margin-bottom: 1.5rem;
	 align-items: center;
	
}

.social-bt__item {
    flex: 0 0 33.333333%;
	/* flex: 0 0 32%;*/
	line-height: 0;
	text-align: center;
	
}


.social-bt__item.boder {
	border: 1px solid hsla(0,0%,26%,1.00);
	margin-right: 1rem;
}

.social-set{
	position: relative;
	margin: auto;
}


 
.wb-logo-item-flex{
	position: relative;		
	display: flex;
    flex-direction: row;
	justify-content: center;
  align-items: center;
		
	width:auto;
}

.wb-logo{
	width: 20px;
	line-height: 0;

}

.wb-link {
	display: flex;	
justify-content: center;
  align-items: center;
	
   /* margin-left: 0.5rem;*/
/*	margin-top:0.5rem;*/
   font-size: 0.6rem;
	   
}

.wb-link a {
	 color: #818181 !important;  
margin:0  0.5rem
}


.footer__billing-bt{
	width: 150px;
	height: auto;
	line-height: 0;
}

.footer__billing-bt__close{
	width: 150px;
	height: auto;
	line-height: 0;
}



#billing{
	/*position:fixed;にし、z-indexの数値を大きくして前面へ*/
	position: fixed;
	z-index: 9999;
	/*ナビのスタート位置と形状*/
  
	bottom: -120%;
	width: 100%;
	height: 100vh;/*ナビの高さ*/
	/*動き*/
	transition: all 0.6s;
	background-color: hsla(326,73%,96%,1);
	color: #818181;    /*padding: 50px 50px;*/
	
	
	
}

/*アクティブクラスがついたら位置を0に*/
#billing.panelactive{
    bottom: 0;
}

/*ナビゲーションの縦スクロール*/
#billing.panelactive #billing-list{
    /*ナビの数が増えた場合縦スクロール*/
    position: fixed;
    z-index: 999; 
    width: 100%;
    height: 100vh;/*表示する高さ*/
    overflow: auto;
    -webkit-overflow-scrolling: touch;
	
	
}


.billing__set{
padding: 30px 50px;
	 display: flex;
/*  justify-content: center;*/
  align-items: center;
	 flex-direction: column;
}

.footer__billing-text{
	width:100%;
	max-width: 800px;
	margin:auto;
}


@media screen and (max-width: 767px) {
	
	
	.billing__set{
padding: 50px 10px;
	 display: flex;
/*  justify-content: center;*/
  align-items: center;
	 flex-direction: column;
}
	
	
	.footer {
  padding: 40px 30px 20px;
/* background-image: url(../img/about/footer_base_sp.webp);*/
}



}








/*----------------------------------------
	container
----------------------------------------*/
.container {
  max-width: 1200px;
  margin: auto;
	

}

.center-max{
	 position:relative;
	margin:auto;
	left:0;
	right:0;
	width:95%;
	max-width: 1200px;
}


/*----------------------------------------
	section
----------------------------------------*/


 .section {
	 position: relative;
    padding:100px 0px 50px;
  }


.section.section__child-top {
    padding:120px 20px 4px;
  }

.section__full-vh{
 height: 100vh;
	min-height: 100dvh;
}

.section__pink{
	background-color:#FDEFF7;	
}

.section__cream{
	background-color: #F8F6EB;
	 padding:20px 10px;

}

@media screen and (max-width: 767px) {
 .section {
    padding:30px 10px;
}
	
	.section.section__child-top {
    padding:90px 10px 0px;
  }
	
	.section__cream{
	background-color: #F8F6EB;
	 padding:10px 10px 20px;

}

}

/*----------------------------------------
	heading
----------------------------------------*/


.headingL {
	margin-bottom: 40px;
	font-size: clamp(1.5rem, 1.318rem + 0.91vw, 2rem);
	
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	color: #fff;
	font-family: "source-han-sans-japanese", sans-serif, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
font-weight: 700;
}

.headingL.small {
	font-size:clamp(1.1rem, 0.918rem + 0.91vw, 1.6rem);
	letter-spacing: 0.05em;
}


.yellow{
	color: hsla(53,100%,73%,1.00);
}


@media screen and (max-width: 767px) {
	
	.headingL {
    margin-bottom: 20px;
  }
  
}



/*----------------------------------------
	button
----------------------------------------*/
.buttonM {
	display: block;
	padding: 8px 15px;
	border: 1px solid #fff;
/*	background-color: #969696;*/
	color: #fff;
	text-decoration: none;
	text-align: center;
	transition: background-color 0.3s, color 0.3s;
/*	border-radius: 4px;*/
font-size: clamp(1.1rem, 1.064rem + 0.18vw, 1.2rem);
}
.buttonM:hover {
	background-color: hsla(0,0%,100%,0.3);
	color: #fff;
}

.buttonL {
  display: block;
  padding: 20px;
  border: 2px solid #37952F;
  background: #fff;
  color: #333;
  font-size: 20px;
  font-weight: 700;
  text-decoration: none;
  text-align: center;
  transition: background-color 0.3s, color 0.3s;
}
.buttonL:hover {
  background: #37952F;
  color: #fff;
}

 .centerButton {
	  max-width: 240px;
    margin: auto;
  }


@media screen and (max-width: 767px) {
 .centerButton {
 
  margin: auto;
}
}


/*youtube*/
.youtube {
	position: relative;
	/* padding-bottom: 56.25%;
    padding-top: 30px;*/
	padding-bottom: 56.25%;
	padding-top: 0px;
	height: 0;
	overflow: hidden;
	margin-top: 0px;
	margin-bottom: 1rem;
	background-color: #FFFFFF;
}
.youtube iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	background-color: #FFFFFF;
}




/*widget*/


.widget-waku {
	width:100%;
	
	max-height: 600px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding-bottom: 4rem;
	overflow-y: hidden;
}

.widget-item {
	height: 600px;
	padding:0 20px;
	width: 100%;
	max-width: 500px;
	margin: auto;
	overflow-y: auto;
}


.footer__ticket{
		display: flex;
  flex-direction: row;
  flex-wrap: wrap;
/*  justify-content: space-between;*/
  justify-content: center;
  align-items: center;
	margin-bottom: 1rem;
}

.footer__ticket__item{
	max-width: 200px;
	margin:0 5px;
}

@media screen and (max-width: 767px) {
	.widget-item {
		width: 100%;
		margin-bottom: 4rem;
	}
	
}
