
@charset "UTF-8";



/*____________ common_____________

_______ font


font-family: source-han-sans-japanese;
font-weight: 500;
font-style: normal;


font-family: kurobara-gothic,sans-serif;
font-weight: 800;
font-style: normal;


/*----------------------------------------
	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 !important;
	border=0 !important;
}

a img,
a img:visited{
	border=0 !important;
	border-style: none !important;
}

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_____________*/

//スマホの長押し禁止はこれで。
	
img {
/*	pointer-events: none;*/
	
	 -webkit-touch-callout:none;
  -webkit-user-select:none;
  -moz-touch-callout:none;
  -moz-user-select:none;
  touch-callout:none;
  user-select:none;
}

img.usemap {
	pointer-events: auto !important;
}


img {
  user-select:none;
  -webkit-user-select:none;
  -webkit-user-drag: none;
}



* {
	user-select: none; /* CSS3 */
	-moz-user-select: none; /* Firefox */
	-webkit-user-select: none; /* Safari、Chrome */
	-ms-user-select: none; /* IE */
}

@media print {
    * {
		display: none;
		opacity: 0;
		background: #fff;
	}

	body {
		display: none;
	}

	img {
		display: none;
		opacity: 0;
		background: #fff;
 	}
}


 /*全要素へbox-sizing */
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	

}



html, body {
	position: relative;
	color: #686868;
	background-color: #ffffff;
	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,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	/*	font-family: nitalago-ruika, 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: no-repeat;
	text-shadow: 0px 0px;
	background-attachment: fixed;
	-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-size: cover;
	background-position: center center;
	height: 100vh;
	height: 100dvh;
}





a{
	text-decoration: none;
	color: #D9041F;
}

a:hover{
	
}

.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;}

.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 {
		
		
	}
	
.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;}

.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,
.last_anime{
	opacity: 0;
}

.top-bt{
	
}

.prop{
	opacity: 0;
}

/*loader new*/



.js-loader {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  visibility: visible;
  opacity: 1;
 background-color: #FFFEF8;
  transition: opacity .8s, visibility .8s;
 z-index: 888;
 /* .is-loaded & {
    visibility: hidden;
    opacity: 0;
  }*/
}

.js-loader-progress {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	width: 100%;
	height: 2px;
	background-color: hsla(0,0%,10%,0.1);
	z-index: 889;
	opacity: 0;  /*.is-loaded & {
    visibility: hidden;
    opacity: 0;
  }*/
}
.js-loader-progress-bar {
	background-color: hsla(0,0%,100%,1);
	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: #fff;
}




/* 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:300px;
	margin:0 auto 20px;
	left:0;
	right: 0;
	 opacity: 0;
}


@media screen and (max-width: 767px) {
	
	.loading_logo{
		width:70%;
	margin:0 auto 20px;
	left:0;
	right: 0;
	 opacity: 0;
}
	
}

/*IE11対策用バーの線の高さ※対応しなければ削除してください*/
#splash_text svg{
    height: 2px;
}

/*割れる画面のアニメーション*/
.loader_cover {
    width: 100%;
    height: 50%;
   background-color: #FFFEF8;
  /*  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: absolute;
  top: 0;
  z-index: 1000;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 60px;
	z-index: 888;
 /* background: #fff;
  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: 56px;	
height:auto;
top:2px;
	left:5px;
}


.header__logo {
/*  flex-shrink: 0;*/
  width: 70px;
  margin-left: 80px;
}
@media screen and (max-width: 767px) {
  .header {
    
  }
	
	
	.header__twitter {
 width: 44px;	
top:3px;
	left:3px;
}
	
  .header__logo {
/*   flex-shrink: 0;*/
  width: 60px;
  margin-left: 65px;
	 /* margin:auto;*/
  }
	
	.header__pink {
	height: 50px;
}
}



/*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(0,0%,100%,1);
	/*動き*/
	transition: all 0.6s;	
}




/*アクティブクラスがついたら位置を0に*/
#g-nav.panelactive{
    right: 0;
}


#g-nav.horizontal{
  	/*position:fixed;にし、z-indexの数値を大きくして前面へ*/
	position: fixed;
	z-index: 999;
	/*ナビのスタート位置と形状*/
	top: 0;
	right: 0;
	width: 100%;
	height: 60px;/*ナビの高さ*/
	background-color: hsla(0,0%,100%,1);
	/*動き*/
	transition: all 0.6s;
}


@media screen and (max-width: 767px) {
	#g-nav.horizontal{
	/*position:fixed;にし、z-indexの数値を大きくして前面へ*/
	position: fixed;
	z-index: 999;
	/*ナビのスタート位置と形状*/
	top: 0;
	right: -100%;
	
	height: 100vh;/*ナビの高さ*/
	background-color: hsla(0,0%,100%,1);
	/*動き*/
	transition: all 0.6s;	
		
	width: 100%;
}
	
	#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;
}


.horizontal #g-nav-list{
	    overflow: auto;
    -webkit-overflow-scrolling: touch;
	
	
	 width: 100%;
    height: auto;
	
	position:absolute;
	top:20px;
	 display: flex;
  justify-content: center;
  align-items: center;
	padding:0rem;
	flex-direction: row;
}



@media screen and (max-width: 767px) {
	
.horizontal #g-nav-list{

	flex-direction: column;
}

	
}




.g-nav_logo{
	margin: 4rem 0 3rem;
	position: relative;
	width: clamp(300px, 70%, 150px);

}

/*ナビゲーション*/
#g-nav ul {
    /*ナビゲーション天地中央揃え*/
    position: relative;
    z-index: 999;
	width:100%;

   /* top:50%;
    left:50%;
    transform: translate(-50%,-50%);*/
}



.horizontal ul{
	top:0;
	position: absolute;
		 display: flex;
	  justify-content: center;
}




/*リストのレイアウト設定*/

#g-nav li{
  list-style: none;
    text-align: left;
}

#g-nav li a{
  color: #F95B43;
  text-decoration: none;
  padding:0px;
  display: block;
  text-transform: uppercase;
	
	font-family: kurobara-gothic,sans-serif;
font-weight: 800;
font-style: normal;

	margin-bottom: 1.5rem;
font-style: normal;
	 font-size:1.5rem;
/* font-size:clamp(1.2rem, 1.127rem + 0.36vw, 1.4rem);*/
	
	
}


#g-nav.horizontal li a{
	margin:0 1rem;	
/*	color: hsla(223,100%,54%,1.00);	*/
}

#g-nav.horizontal li a:hover{
	color: hsla(223,100%,54%,1.00);	
}


@media screen and (max-width: 767px) {
#g-nav.horizontal li a{
	margin:1.6rem 0;	
	font-size: 1.7rem;
/*	color: hsla(223,100%,54%,1.00);	*/
}	
	
}





.underline {
	position: absolute;
	bottom: -2px;
	left: 0;
	display: block;
	
	width: 0;
	height: 2px;
	/*background-color: hsla(0,0%,80%,0.5);*/
	background-color: hsla(0,0%,80%,0.7);	
	/*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%;	
	}
	
.horizontal ul{
	
		 display: block;
}

	
	#g-nav li a{

	margin-bottom: 1.5rem;
text-align:center;
/* font-size:clamp(1.2rem, 1.127rem + 0.36vw, 1.4rem);*/
	
	
}
	
}

.header-sp{
	position: absolute;
	top: 0;
	width: 100%;
	height: 50px;
	background-color: hsla(0,0%,100%,1);
	z-index: 100;
}


/*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: #fff;
}

.openbtn svg{
	width: 70px;
	height: 60px;
}


.nc-int-icon{
	fill: #F95B43; 
}


.top-bt{
	position: fixed;
width:40px;
	height:auto;
	z-index: 888;
	right:10px;
	bottom:10px;
}

@media screen and (max-width: 767px) {
	
	.openbtn{

	width: 60px;
	height: 50px;
}

.openbtn svg{
	width: 60px;
	height: 50px;
}
	
	
	.top-bt{
	position: fixed;
width:30px;
	height:auto;
	z-index: 888;
	right:5px;
	bottom:5px;
}
	
}












/*----------------------------------------
	mainContents
----------------------------------------*/
/*background　固定*/

.base-wrapper{
 position: relative; 
 width: 100%;
   height: auto;
}


.bg-wrapper{
	position: fixed;
	width: 100%;
	top: 0;
	background-image: url(../img/base_gold.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	background-attachment: fixed;
	height: 100vh;
	height: 100dvh;
	z-index: 0;
	background-color: #D14D0C;
}


.scroll-contents {
    position:relative;
    margin: auto;
    left: 0;
    right: 0;
    overflow: hidden;
	/*max-width: 1000px;*/
	width:100%;
    z-index: 10;
	height:auto;
}



@media screen and (max-width: 800px) {
	
	.bg-wrapper{
    position: fixed;
    width: 100%;
    top: 0;
    background-image : none;
}
    
    
      .bg-wrapper::before {
    content: "";
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100vh;
	height: 100dvh;
 	background-image: url(../img/base_gold_sp.jpg);
    background-size: cover;
    }
    
    
    .scroll-contents {
    position:relative;
    margin: auto;
    left: 0;
    right: 0;
    overflow: hidden;
	max-width: 100%;
	width:100%;
    z-index: 10;
	height:auto;
}
	

	
}




/*mainVisual*/


  .mainVisual {
    position: relative;
	  width: 100%;
	  z-index: 10;
  }


.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{
	
}



.top-bt-set{
	position: relative;
	width:90%;
	max-width: 700px;
	margin: auto;
		display: flex;
  flex-direction: row;
  flex-wrap: wrap;
/*  justify-content: space-between;*/
  justify-content: center;
 
  align-items: center;
}

.top-bt-item{
	width:49%;
	margin-bottom:10px;
}

@media screen and (max-width: 767px) {
	
	
	.top-bt-set{
	width:95%;
	max-width: 1000px;
	margin: auto;
		display: flex;
  flex-direction: row;
  flex-wrap: wrap;
/*  justify-content: space-between;*/
  justify-content: center;
 
  align-items: center;
}

.top-bt-item{
	width:60%;
	margin-bottom:10px;
}


	
	 .mainVisual {
  margin-top: 50px;
  }
}


/*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{
		display: flex;
  flex-direction: row;
  flex-wrap: wrap;
 /* justify-content: space-between;*/
	justify-content: center;
}

.section__bnr__item{
	width:100%;
	max-width: 500px;
	margin: 0 5px;
}

.section__trailer__item{
	width: 400px;
	margin: 0 5px;
	
	
}


.section__trailer__item img{
	border: 1px solid hsla(0,0%,59%,1.00);
}

.section__trailer__item a {
  position: relative;
  display: block;
 width: 400px;
  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);
}


.trailer-title{
	position: relative;
	text-align: center;
	font-weight: 500;
	/*letter-spacing: 0.1rem;*/
	margin-top:0.5rem;
}

.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;
}

@media screen and (max-width: 767px) {
	
	.section__trailer__item{
	width: 95%;
		margin: 10px 0px;
	
}
	
	.section__trailer__item a {
		width: 100%;
	}
	
.section__trailer__item a .overlay {
		width: 100%;
	}
	
	.section__bnr__item{
	width: 80%;
	margin: 0 0px;
}
	
}


/*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-set{
	position: relative;
	background-color: hsla(0,0%,100%,1);
	padding: 1.5rem 2rem;
	border: 2px solid #CA8F29;
	border-radius: 10px;	/*color: #7A7979;*/
}

.comment-set.kiyaku-text{
	font-size: clamp(0.7rem, 0.627rem + 0.36vw, 0.9rem);
	/*font-size: 85%;*/
	line-height: 1.2rem !important;
}


.comment-text-item2{
	position: relative;
	width: 100%;
	line-height: 1.5rem;
	color: hsla(27,77%,38%,1.00);
}

.comment-text-item2.about2{
	position: relative;
	width: 100%;
	line-height: 1.8rem;
/*font-size: clamp(1rem, 0.818rem + 0.91vw, 1.5rem);*/
}

.text_story{
	font-family: nitalago-ruika,sans-serif;
font-weight: 100;
font-style: normal;
	text-align: center;
	line-height: 2.1rem;
font-size:clamp(0.96rem, 0.873rem + 0.44vw, 1.2rem);
}

.comment-name{
	margin-bottom: 1rem;
	position: relative;
	font-size: clamp(1.2rem, 1.055rem + 0.73vw, 1.6rem);
	line-height: 2rem;
	text-shadow: -1px -1px 0 white, -1px 0 0 white, -1px 1px 0 white,
                  0 -1px 0 white,                  0 1px 0 white,
                1px -1px 0 white,  1px 0 0 white,  1px 1px 0 white;
	color: hsla(8,90%,56%,1.00);
	font-weight: bold;
}

.comment-name2{
	margin-bottom: 1rem;
	position: relative;
	font-size: clamp(1rem, 0.927rem + 0.36vw, 1.2rem);
	line-height: 2rem;
	text-shadow: -1px -1px 0 white, -1px 0 0 white, -1px 1px 0 white,
                  0 -1px 0 white,                  0 1px 0 white,
                1px -1px 0 white,  1px 0 0 white,  1px 1px 0 white;
	color: hsla(33,92%,54%,1.00);
	font-weight: bold;
}



.comment-name.about2{
	text-align: center;
}


.name2{
	font-size:70%;
	margin-left: 0rem;
}

.comment__bold{
	font-weight: 700;
	color: hsla(0,0%,50%,1.00);
	margin-bottom: 0.25rem;
}

.comment__bold__about{
	font-weight: 700;
/*	color: hsla(0,0%,50%,1.00);*/
	margin-bottom: 1rem;
	font-size:clamp(1.1rem, 0.991rem + 0.55vw, 1.4rem);
	text-align: left;
}


p.comment__margin {
	margin-bottom: 1.25rem;
}




@media screen and (max-width: 767px) {

	.comment-set{
	padding:1.5rem 1.25rem;
}
	.text_story{
		line-height: 1.8rem;
		
}
	
	.text_story.mb-1{
		margin-bottom: 1.8rem!important;
	}
}



/*----------------------------------------
	footer
----------------------------------------*/


  .footer {
	  
background-color:#FDEFF7;	
  color: #818181;
	  position: relative;
   /* display: flex;
  justify-content: center;
  align-items: center;*/
    padding: 50px 50px;
  }


.footer__set{
	position:relative;
	 display: flex;
/*  justify-content: center;*/
  align-items: center;
	 flex-direction: column;
}


.footer__logo{
	position: relative;
	width: clamp(70px, 35%, 150px);
	margin-bottom: 2rem;
}


.footer__title{
	font-size:  clamp(0.6rem, 0.527rem + 0.36vw, 0.8rem);
	text-align: center;
margin-bottom: 1rem;
}



/*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-bottom: 2rem;
}

.social-bt__item {
    flex: 0 0 33.333333%;
	line-height: 0;
	text-align: center;
}



 
.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: 30px 30px;
 
}



}








/*----------------------------------------
	container
----------------------------------------*/
.container {
  max-width: 1200px;
  margin: auto;

}


/*----------------------------------------
	section
----------------------------------------*/


.box-shadow{
	box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.2);
}


 .section {
	position: relative;
	width: 100%;
	height: auto;
	/*background-repeat: no-repeat;
	background-position: center top;
	background-image: url(../img/section_base.png);
	background-size: 100% auto;*/
  }

.section__inner {
 position:relative;
    margin: auto;
    left: 0;
    right: 0;
    overflow: hidden;
	width:100%;
	max-width: 1200px;
    z-index: 10;
	height:auto;
	padding:100px 0;
}

.section__inner.nopadding {
	padding:0px 0;
}


.section-image__base-04b{
	width:100%;
	background-image: url(../img/base_04b.png);
	background-position: center top;
	background-size: 100% auto;
	background-repeat: no-repeat;

}

.cp_11{
	margin-top: 40%;
}

.section-image{
position: fixed;
    width: 100%;
    top:0;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-attachment: fixed;
   height: 100vh;
	min-height: 100dvh;
    z-index: 0;

}

.section-content {
	
	max-width: 1000px;
	margin:auto;
	width: 90%;
  height: auto;
  background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-attachment: fixed;
}

.section-image__base-01{
	background-image: url(../img/base_01.jpg);	
}

.section-image__base-02{
	background-image: url(../img/base_02.jpg);	
}

.section-image__base-03{
	background-image: url(../img/base_03.jpg);	
}

.section-image__base-04{
	background-image: url(../img/base_04.jpg);	
}


.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-content {
	width:90%;
	
	}
	
	
	.cp_11{
	margin-top: 20%;
}
	
	
	 .section {
/*background-image: url(../img/section_base_sp.png);*/
  }
	
	
.section__inner {
	width:100%;
	padding:50px 0;
	
	}
	
	.section__inner--small{
		width:90%;
	}
	
	.section.section__child-top {
    padding:90px 10px 0px;
  }
	
	.section__cream{
	background-color: #F8F6EB;
	 padding:10px 10px 20px;

}
	
	
	.section-image{
	position: fixed;
	width: 100%;
	top: 0;
	background-repeat: no-repeat;
	background-position: center top;
	background-attachment: fixed;
	height: 100vh;
	min-height: 100dvh;
	z-index: 0;
	background-size: 100% 100%;
}
	
	
	.section-image__base-01{
	background-image: url(../img/base_01_sp.jpg);	
}

.section-image__base-02{
	background-image: url(../img/base_02_sp.jpg);	
}

.section-image__base-03{
	background-image: url(../img/base_03_sp.jpg);	
}

.section-image__base-04{
	background-image: url(../img/base_04_sp.jpg);	
}

}

/*----------------------------------------
	heading
----------------------------------------*/


.headingL {
margin-bottom: 40px;
font-size:clamp(1.5rem, 1.318rem + 0.91vw, 2rem);

  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 767px) {
	
	.headingL {
    margin-bottom: 20px;
  }
  
}



/*----------------------------------------
	button
----------------------------------------*/
.buttonM {
	display: block;
	padding: 8px 15px;
	border: 1px solid #969696;
	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: #fff;
  color: #969696;
}

.buttonL {
  display: block;
  padding: 20px;
  border: 2px solid #37952F;
  background: #fff;
  color: #333;
  font-size: 20px;
  font-weight: bold;
  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;
}

