
html {
    scroll-behavior: smooth;
}

.complexBox {
   display: flex;   /* 中身をflexboxとして配置する */
   margin: 5px 0;   /* 外側の余白量(上下に5px・左右にゼロ) width:100%; */ 
}

.complexBoxSub {
    /*  display: flex; 中身をflexboxとして配置する */
    width:49%;  margin: 0 0 1.4em 0;
}


/*今回は使わない*/
.complexBox:nth-child(2n+1) { flex-direction: row; }         /* 奇数番目は左から右へ並べる */
.complexBox:nth-child(2n  ) { flex-direction: row-reverse; } /* 偶数番目は右から左へ並べる */


@media (max-width: 900px) {
	.complexBox {
		display: block;
	}
}



/*タブ*/
.tab-content{background:rgba(25,25,25,0.3);
 height: 100%;
  padding: 1em 0;
/*   display: none;  border-bottom: 2px solid #330000;border-bottom: 15px solid #330000;
  border-left: 2px solid #330000;
  border-right: 2px solid #330000;*/
        align-items: center;
        justify-content: center; 
	margin:0px 0px 15px 0px;
}
.tab-content.active{
  display: block;
}
.is-active {
      cursor: default;
    }
/**/
.photo{    margin:5px 1px -5px 1px;  }

/* content */
.contentSub{  
  display: flex;
  flex-wrap: wrap;
}


.tab-content .content-item {     
    width:100%;  
}

/*writing-mode: horizontal-tb;*/

@media (min-width: 992px) {
    .tab-content .container .content {
        display: flex;
        align-items: center;
        justify-content: center;
    }
/*縦書きwriting-mode: vertical-rl;*/
    .tab-content .content-item {
        width:50%; 
    }
}
/*スマホ*/
@media (max-width : 599px) {
.complexBoxSub{
    width:100%;
}
}


.tab-content .image{
    display:block;	z-index: 10;
    max-width:100%;	position: relative; 
    margin:0px auto;  
	filter: drop-shadow(5px 5px 10px rgba(0, 0, 0, .5));
}

.tab-content .imagete{
	z-index: 5; 
	font-family: 'Oranienbaum', serif;
	position: absolute; text-align: left ;
	top:20px;left:20px;
	/*bottom:20px;right:20px;text-align: right;*/
	color:rgba(0,0,0,0.2);
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;/**/
}

/*セリフ系*/
.content-item h3{ margin-top:20px; text-align: left ; letter-spacing: -0.08em; font-size: 1.84em;  /* font-style: italic; text-shadow: 1px 1px 10px #cc960c;	color:#cc960c;*/
	  padding-top:5px;		text-shadow: 1px 1px 10px rgba(184 ,134 ,11,0.5);
  display: inline-block;
  background: linear-gradient(180deg, #fff 0%, #cc960c 72%, #b8860b 100%);
  background: -webkit-linear-gradient(-90deg, #fff 0%, #cc960c 72%, #b8860b 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}


.tab-content .text{
	background:rgba(0,0,0,0.1);
    padding:5px;
	font-family: "ヒラギノ明朝 ProN W3", "游明朝", YuMincho, "Hiragino Mincho ProN W3","noto serif CJK", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	/*text-shadow: 0px 0px 15px #333; */   margin:10px 5px 10px 5px;text-align: left ;

}
.tab-content .text .heading{
    margin:-5px 0px 5px 10px;
/*    font-size: 24px;    font-weight: lighter;    text-align: center;*/
	font-weight: bold;
	letter-spacing: 0.01em;
}
.tab-content .text p {
font-size: 1em;    text-align: left ;
}

.text h6{
	color: #d2b48c ;     padding-left:10px;
}

/*キャラ紹介タブ旧*//*今回は使わない*/

.list-tab{
  display: flex;
  margin: 0 -2px;  
/*  border-bottom: 2px solid #330000;*/  
}

.list-tab > li{
	display: block;
  padding: 0.1em;/* 0em 0.5em 0em*/
  margin: 0 auto;
  width: 100%;
/*   color: #fff; background: #ccc;*/
  box-sizing: border-box;
  cursor: pointer;
flex-wrap: wrap;
}

/*.list-tab{
background:rgba(50,50,50,0.5);  
}*/
/*opacity: .4;  opacity: 1;  background: #330000;*/

.list-tab .active{
/*background: #330000;*/
	opacity: 1; 
}

.list-tab img:hover{
/*	transform: rotate(-10deg);transform:translate(0px,-3px);*/
	transition: 0.3s linear;    transform: scale(0.95);	
}
/*.list-tab img{  margin: 0 auto;
text-align: center;}*/

@media(max-width:735px){
    .list-tab{
        /*追加*/flex-wrap: wrap;
    }
    .list-tab li{
        /*追加*/width: 25%;
    }
    .sub-tab li{
        /*追加*/width: 14%;
    }
}


.samuneir img{
	width: 24%;
	
}


/*キャラ紹介　没

#switch{
width: 120px;
height: 120px;
background: url(../img/ch/ch_button_off.png) no-repeat;
background-size: 100% 100%;
cursor: pointer;   
position: absolute;
top: -10px;
left: 0%;
}
#change_CH01{
width: 492px;
height: 734px;
background: url(../img/ch/ch01_01.jpg) no-repeat;
background-size: 100% 100%;
background-size:contain;
}
#switch.on_switch{
background: url(../img/ch/ch_button_on.png) no-repeat;
background-size: 100% 100%;
}
#change_CH01.on_change_CH01{
background: url(../img/ch/ch01_02.jpg) no-repeat;
background-size: 100% 100%;
}
*/

.carousel-container {
  width: 80%;
  height: 300px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}

.carousel {
  width: 100%;
  height: 100%;
  display: flex;
  transition: transform .3s;
}

.box {
  height: 100%;
  min-width: 100%;
}

.box-1 {
  background: skyblue;
}

.box-2 {
  background: tomato;
}

.box-3 {
  background: limegreen;
}

.box-4 {
  background: pink;
}

#lt,
#gt {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  border: none;
  border-radius: 50%;
  background: rgba(0, 0, 0, .8);
  color: #fff;
  font-size: 24px;
  padding: 0 6px;
  cursor: pointer;
}

#lt {
  left: 8px;
}

#gt {
  right: 8px;
}

#lt:hover,
#gt:hover {
  opacity: .8;
}

.hidden {
  display: none;
}

