@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Suranna&display=swap');
@import url('https://fonts.googleapis.com/css2?family=El+Messiri:wght@500;600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Monoton&display=swap');

/*************************************************************

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

}

**************************************************************/

#container {
    opacity: 1;
    backface-visibility: hidden;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.loading {
  position: fixed;
  z-index: 9999;
  width: 100%;
  height: 100%;
  background: #000 url(../images/common/loading.gif) center center no-repeat; 
}


div#eventfooter {
    background: #fff;
margin-top: 0px;
}

.sm-slider{
    background: #040d29;
}



img.hover{
	opacity: 0.5;
}

.img-circle {
    border-radius: 1000px;
    -webkit-border-radius: 1000px;
    -moz-border-radius: 1000px;
}

.img-border {
    border: 4px #fff solid;
    box-shadow: 3px 3px 4px #999999,-1px -1px 4px #999999;
}



.img-rotate-r {
    transform: rotate(-6deg);
    -moz-transform: rotate(-6deg);
    -webkit-transform: rotate(-6deg);
}

.img-rotate-l {
    transform: rotate(6deg);
    -moz-transform: rotate(6deg);
    -webkit-transform: rotate(6deg);
}
.item-container .item-container-body.wide{
  position: relative;
  overflow: hidden;
	width: 100%;
  margin: 0 auto;
  text-align: center;
    max-width: 100%;
   	padding: 30px 0;
}

.nw {
    display: inline-block;
}
hr {
    clear: both;
    border: none;
    color: #FFFFFF;
    margin: 30px 0;
    margin: 30px 30px;
    border: 1px #e76177 dotted;
}
hr.clear {
    clear: both;
    border: none;
    color: #FFFFFF;
    margin: 30px 0;
    margin: 30px 30px;
    border: 0px #c1a962 dotted;
}


.item-container h2 {
    line-height: 1.4;
    padding: 0px;
    font-size: 50px;
    text-align: left;
}

.item-container h2 span {
}


.item-container h3 {
	line-height: 1.3;
    padding: 30px 0 30px;
    font-size: 21px;
    text-align: center;
    margin: 0px 0 5px;
    letter-spacing: 2px;
}

.item-container h3 span {
}



.item-container h3.ttl {
    font-size: 34px;
    line-height: 1.2;
    margin: 10px 0 10px;
    text-align: center;
	position: relative;
}
.item-container h3.ttl span {
	padding: 0px;
	display: inline-block;
}


.item h4 {
    font-size: 21px;
    line-height: 1.3;
    letter-spacing: 0px;
    font-weight: normal;
}

.item h4 span {
    display: block;
    font-weight: block;
    font-size: 80%;
}
.item h4 span span {
    display: inline-block;
    font-weight: normal;
    font-size: 14px;
    background: #d07c9a;
    color: #fff;
    padding: 6px 4px;
    margin: 0 0 10px 0;
}

.item .inbody p.txt {
    line-height: 1.6;
    font-size: 16px;
    padding: 10px;
    text-align: center;
}

.item .inbody p.txt.ttl {
    font-size: 18px;
    font-weight: bold;
}

table.tbl-border {
    border-left: 0px #999 solid;
    border-top: 0px #999 dotted;
    border-bottom: 0px #999 solid;
    font-size: 1rem;
    width: 100%;
    background: transparent;
    padding: 1rem;
    color: #fff;
}

table.tbl-border th{
    padding: 5px;
    border-bottom: 0px #999   solid;
	border-top: 0px #999 dotted;
    border-right: 0px #999 solid;
    white-space: nowrap;
    text-align: center;
	width: auto;
}


table.tbl-border td{
	padding: 5px;
	border-bottom: 0px #999  solid;
	border-top: 0px #999 dotted;
	border-right: 0px #999 solid;
	text-align: left;
	background: transparent;
	line-height: 1.6;
	vertical-align: top;
}

.of_visible;{
    overflow: visible;
}

/****************************
origin
****************************/

#page-event {
	color: #000;
    background-color:#E5E5E5;
	background-color:#fbf4ea;
    font-family: 'Noto Sans JP', sans-serif;
    /*background: linear-gradient( 310deg , rgb(188 233 243) 0%,rgb(251 255 247) 100%);*/
	background-color:#fff;
}



table.tbl-border th span {
    background: #fff;
    color: #810419;
    padding: 6px 20px;
    border-radius: 6px;
}

.margin-top-30{
    margin-top: -30px!important;
}

.margin-top-50{
    margin-top: -50px!important;
}
.margin-top-100{
    margin-top: -100px!important;
}
.margin-top-200{
    margin-top: -200px!important;
}
.margin-top-05per {
    margin-top: -5%!important;
}
.margin-top-10per {
    margin-top: -10%!important;
}
.margin-top-15per {
    margin-top: -15%!important;
}
.margin-top-20per {
    margin-top: -20%!important;
}
.margin-top-30per {
    margin-top: -30%!important;
}

.margin-right-50{
    margin-right: -50px;
}
.margin-left-50{
    margin-left: -50px;
}
.margin-right-30{
    margin-right: -30px;
}
.margin-left-30{
    margin-left: -30px;
}

.margin-right-05per {
     margin-right: -05%!important;
}

.margin-right-10per {
     margin-right: -10%!important;
}

.margin-right-15per {
     margin-right: -15%!important;
}
.margin-right-30per {
     margin-right: -30%!important;
}
.margin-right-50per {
     margin-right: -50%!important;
}

.margin-left-05per {
     margin-left: -05%!important;
}
.margin-left-10per {
     margin-left: -10%!important;
}

.margin-left-15per {
     margin-left: -15%!important;
}
.margin-left-20per {
     margin-left: -20%!important;
}
.margin-left-30per {
     margin-left: -30%!important;
}
.margin-left-50per {
     margin-left: -50%!important;
}


.eng {
font-family: 'Dancing Script', cursive;
    font-weight: 400;
    letter-spacing: 1px;
}

hr.border {
    height: 1px;
    background: #fff;
}

.item-container h2,
.item-container h2.ttl {
	font-size: 2rem;
	line-height: 1.8;
    font-weight: 900;
	letter-spacing: 0.1em;
    text-align: center;
    position: relative;
    padding: 0px 0;
    margin: 10px 0;
	z-index: 1;
}

.item-container h2 b{
	position: relative;
	z-index: 1;
}
.item-container h2 b:after{
}


.item-container h2.ttl-small span{
	font-size: 1.8rem;
	letter-spacing: 0.3rem;
}

.item-container h2.ttl-line {
	font-size: 2rem;
	line-height: 1.8;
    font-weight: 900;
	letter-spacing: 0.1em;
    text-align: center;
    position: relative;
    padding: 0px 0;
    margin: 10px 0;
	z-index: 1;
    letter-spacing: 0.2rem;
    text-indent: 0.2rem;
}

.item-container h2.ttl-line span {
    display: inline-block;
    padding: 10px 4vw 10px;
    vertical-align: middle;
    margin: 0 auto;
    position: relative;
    font-weight: 600;
    color: #333;
}
.item-container h2.ttl-line span:before,
.item-container h2.ttl-line span:after {
    content: "";
    border-bottom: 2px #333 solid;
    width: 3vw;
    height: 0px;
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
}
.item-container h2.ttl-line span:after {
    left: auto;
    right: 0;
}


.item-container h2.ttl-nobefore:before,
.item-container h2.ttl-nobefore:after{
    display: none;
}

.item-container h3.ttl {
    font-size: 2.8rem;
    line-height: 1.4;
    margin: 0px 0 5px;
	letter-spacing: 0.1rem;
    padding: 00px;
}


.item-container h3.ttl span span {
	display: block;
    font-size: 80%;
}




.item-container p.ttl{
    line-height: 1.6;
    font-size: 1.5rem;
    padding: 10px 0;
	letter-spacing: 0.3rem;
}

.item-container p.ttl b{
	position: relative;
	z-index: 1;
    font-weight: 300;
}
.item-container p.ttl b:after{
	content: "";
/*
    width: 100%;
    height: 10px;
	background: #e4a3c4;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
	z-index: -1;
*/
}


.item .inbody p.txt {
    line-height: 1.7;
    font-size: 0.9rem;
    padding: 10px 0;
	letter-spacing: 0.1em;
}



.text-shadow-wh {
    text-shadow: #fff 2px 0px 1px , #fff -2px 0px 1px , #fff 0px -2px 1px , #fff 0px 2px 1px , #fff 2px 2px 1px , #fff -2px 2px 1px , #fff 2px -2px 1px , #fff -2px -2px 1px , #fff 1px 2px 1px , #fff -1px 2px 1px , #fff 1px -2px 1px , #fff -1px -2px 1px , #fff 2px 1px 1px , #fff -2px 1px 1px , #fff 2px -1px 1px , #fff -2px -1px;
    color: #333;
}

.text-shadow-wh02 {
	text-shadow: #fff 1px 0px 0.5px, #fff -1px 0px 0.5px, #fff 0px -1px 0.5px, #fff 0px 1px 0.5px, #fff 1px 1px 0.5px, #fff -1px 1px 0.5px, #fff 1px -1px 0.5px, #fff -1px -1px 0.5px, #fff 0.5px 1px 0.5px, #fff -0.5px 1px 0.5px, #fff 0.5px -1px 0.5px, #fff -0.5px -1px 0.5px, #fff 1px 0.5px 0.5px, #fff -1px 0.5px 0.5px, #fff 1px -0.5px 0.5px, #fff -1px -0.5px;
}

.text-shadow-whbl {
    text-shadow: #fff 2px 0px 4px, #fff -2px 0px 4px, #fff 0px -2px 4px, #fff 0px 2px 4px, #fff 2px 2px 4px, #fff -2px 2px 4px, #fff 2px -2px, #fff -2px -2px, #fff 1px 2px, #fff -1px 2px, #fff 1px -2px, #fff -1px -2px, #fff 2px 1px, #fff -2px 1px, #fff 2px -1px, #fff -2px -1px,#00A3D9 2px 0px 4px, #00A3D9 -2px 0px 4px, #00A3D9 0px -2px 4px, #00A3D9 0px 2px 4px, #00A3D9 2px 2px 4px, #00A3D9 -2px 2px 4px, #00A3D9 2px -2px, #00A3D9 -2px -2px, #00A3D9 1px 2px, #00A3D9 -1px 2px, #00A3D9 1px -2px, #00A3D9 -1px -2px, #00A3D9 2px 1px, #00A3D9 -2px 1px, #00A3D9 2px -1px, #00A3D9 -2px -1px;
    color: #333;
}

.text-shadow-bk {
    text-shadow: #000 2px 0px 1px , #000 -2px 0px 1px , #000 0px -2px 1px , #000 0px 2px 1px , #000 2px 2px 1px , #000 -2px 2px 1px , #000 2px -2px 1px , #000 -2px -2px 1px , #000 1px 2px 1px , #000 -1px 2px 1px , #000 1px -2px 1px , #000 -1px -2px 1px , #000 2px 1px 1px , #000 -2px 1px 1px , #000 2px -1px 1px , #000 -2px -1px;
    color: #fff;
}
.text-shadow-bk02 {
    text-shadow: #000 1px 0px 0.5px, #000 -1px 0px 0.5px, #000 0px -1px 0.5px, #000 0px 1px 0.5px, #000 1px 1px 0.5px, #000 -1px 1px 0.5px, #000 1px -1px 0.5px, #000 -1px -1px 0.5px, #000 0.5px 1px 0.5px, #000 -0.5px 1px 0.5px, #000 0.5px -1px 0.5px, #000 -0.5px -1px 0.5px, #000 1px 0.5px 0.5px, #000 -1px 0.5px 0.5px, #000 1px -0.5px 0.5px, #000 -1px -0.5px;
    color: #fff;
}

.text-shadow-bl {
    text-shadow: #00A3D9 2px 0px 4px, #00A3D9 -2px 0px 4px, #00A3D9 0px -2px 4px, #00A3D9 0px 2px 4px, #00A3D9 2px 2px 4px, #00A3D9 -2px 2px 4px, #00A3D9 2px -2px, #00A3D9 -2px -2px, #00A3D9 1px 2px, #00A3D9 -1px 2px, #00A3D9 1px -2px, #00A3D9 -1px -2px, #00A3D9 2px 1px, #00A3D9 -2px 1px, #00A3D9 2px -1px, #00A3D9 -2px -1px;
    color: #fff;
}
.text-shadow-gr {
    text-shadow: #00b285 2px 0px, #00b285 -2px 0px, #00b285 0px -2px, #00b285 0px 2px, #00b285 2px 2px, #00b285 -2px 2px, #00b285 2px -2px, #00b285 -2px -2px, #00b285 1px 2px, #00b285 -1px 2px, #00b285 1px -2px, #00b285 -1px -2px, #00b285 2px 1px, #00b285 -2px 1px, #00b285 2px -1px, #00b285 -2px -1px;
    color: #fff;
}
.text-shadow-gr02 {
    text-shadow: #00b285 2px 0px 4px, #00b285 -2px 0px 4px, #00b285 0px -2px 4px, #00b285 0px 2px 4px, #00b285 2px 2px 4px, #00b285 -2px 2px 4px, #00b285 2px 0px, #00b285 -2px 0px, #00b285 0px -2px, #00b285 0px 2px, #00b285 2px 2px, #00b285 -2px 2px, #00b285 2px -2px, #00b285 -2px -2px, #00b285 1px 2px, #00b285 -1px 2px, #00b285 1px -2px, #00b285 -1px -2px, #00b285 2px 1px, #00b285 -2px 1px, #00b285 2px -1px, #00b285 -2px -1px;
    color: #fff;
}
.text-shadow-or {
    text-shadow: #ff7f00 2px 0px, #ff7f00 -2px 0px, #ff7f00 0px -2px, #ff7f00 0px 2px, #ff7f00 2px 2px, #ff7f00 -2px 2px, #ff7f00 2px -2px, #ff7f00 -2px -2px, #ff7f00 1px 2px, #ff7f00 -1px 2px, #ff7f00 1px -2px, #ff7f00 -1px -2px, #ff7f00 2px 1px, #ff7f00 -2px 1px, #ff7f00 2px -1px, #ff7f00 -2px -1px;
    color: #fff;
}
.text-shadow-pk {
    text-shadow: #bc1367 2px 0px, #bc1367 -2px 0px, #bc1367 0px -2px, #bc1367 0px 2px, #bc1367 2px 2px, #bc1367 -2px 2px, #bc1367 2px -2px, #bc1367 -2px -2px, #bc1367 1px 2px, #bc1367 -1px 2px, #bc1367 1px -2px, #bc1367 -1px -2px, #bc1367 2px 1px, #bc1367 -2px 1px, #bc1367 2px -1px, #bc1367 -2px -1px;
    color: #fff;
}

.text-shadow-pk02 {
    text-shadow: #bc1367 2px 0px 4px, #bc1367 -2px 0px 4px, #bc1367 0px -2px 4px, #bc1367 0px 2px 4px, #bc1367 2px 2px 4px, #bc1367 2px 0px 4px, #bc1367 -2px 0px, #bc1367 0px -2px, #bc1367 0px 2px, #bc1367 2px 2px, #bc1367 -2px 2px, #bc1367 2px -2px, #bc1367 -2px -2px, #bc1367 1px 2px, #bc1367 -1px 2px, #bc1367 1px -2px, #bc1367 -1px -2px, #bc1367 2px 1px, #bc1367 -2px 1px, #bc1367 2px -1px, #bc1367 -2px -1px;
    color: #fff;
}

a.button {
    display: inline-block;
    border: 1px #9e0421 solid;
    background: transparent;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    overflow: hidden;
    color: #93041e;
    font-weight: normal;
    padding: 20px 40px;
    margin: 10px 5px;
    line-height: 1.2;
    font-size: 16px;
    width: auto;
    text-align: center;
}

.item .caption-txt{
    color: #fff;
    font-size: 0.65rem;
    position: absolute;
    bottom: 2px;
    right: 30px;
}

.item .caption-txt-base{
    color:;
    font-size: 0.65rem;
}



@media screen and (max-width: 736px) {
	.margin-top-30,
	.margin-top-50,
	.margin-top-100,
	.margin-top-200,
	.margin-top-05per,
	.margin-top-10per,
	.margin-top-15per,
	.margin-top-20per,
	.margin-top-50per {
	    margin-top:0px!important;
	}
	.margin-top-30-sp {
	    margin-top: -30px!important;
	}
	.margin-top-50-sp {
	    margin-top: -50px!important;
	}
	.margin-top-30-sp {
	    margin-top: -30px!important;
	}
	.margin-top-05per-sp {
	    margin-top: -5%!important;
	}
	.margin-top-10per-sp {
	    margin-top: -10%!important;
	}
	.margin-top-15per-sp {
	    margin-top: -15%!important;
	}
	.margin-top-20per-sp {
	    margin-top: -20%!important;
	}
	.margin-top-30per-sp {
	    margin-top: -30%!important;
	}
	.margin-right-30,
	.margin-right-10per,
	.margin-right-30per {
	    margin-right: -0px!important;
	}
	.margin-left-30,
	.margin-left-05per,
	.margin-left-10per,
	.margin-left-15per,
	.margin-left-30per,
	.margin-left-50per {
	    margin-left: -0px!important;
	}

	.margin-left-10per-sp {
	    margin-left: -10%!important;
	}
	.margin-left-30per-sp {
	    margin-left: -30%!important;
	}
	.margin-left-50per-sp {
	    margin-left: -50%!important;
	}

	.youtube{
		height:240px;
	}

	table.tbl-border {
	    font-size: 0.8rem;
	}
	table.tbl-border th,
	table.tbl-border td {
	padding: 10px;
	}


	.item-container h2.txt span{
	    padding: 0 10px 0px;
	    font-size: 0.85rem;
	}

	.item-container h2, .item-container h2.ttl {
	    margin: 10px 0;
	    font-size: 1.2rem;
	    letter-spacing:1.5px;
	}
	.item-container h2 span, .item-container h2.ttl span {
	    font-size: 0.9rem;
	    letter-spacing: 2px;
	}
	.item-container h2.ttl-small span {
	    font-size: 1.2rem;
	    letter-spacing: 0px;
	}

	.item-container h3,
	.item-container h3.ttl {
	    font-size: 1.2rem;
	}
	.item-container p.ttl {
	    font-size: 1.2rem;
	}

	.item .inbody p.txt {
	    font-size: 0.8rem;
	}

	.slick-dots li button:before {
	    font-size: 20px!important;
	    line-height: 30px!important;
	    width: 30px!important;
	    height: 30px!important;
	}
	.slick-dots li {
	    width: 30px!important;
	    height: 30px!important;
	}

}



/*****************************************
common
*****************************************/

.item-container .item-container-body {
    width: 100%;
    min-width: 1200px;
    text-align: center;
    max-width: 1200px;
}


.item-container h2.ttl-header {
    font-size: 2.8rem;
    line-height: 1.8;
    font-weight: 600;
    letter-spacing: 0.1rem;
    text-align: center;
    position: relative;
    padding: 0px 0;
    margin: 10px 0;
    z-index: 1;
    color: #ff7f00;
    background: transparent;
}

.item-container h2.ttl-header b{
    font-weight: 400;
}

.item-container h3.ttl {
    font-size: 2rem;
    line-height: 1.4;
    margin: 0px 0 5px;
    letter-spacing: 0.1rem;
    padding: 00px;
	font-weight: 400;
}

.item-container h3.ttl-header {
    font-size: 2.8rem;
    line-height: 1.4;
    margin: 0px 0 5px;
    letter-spacing: 0.1rem;
    padding: 00px;
	font-weight: 400;
}


.item .inbody p.txt {
	line-height: 1.6;
    font-size: 1rem;
    padding: 10px 0;
    letter-spacing: 0.1em;
    font-weight: normal;
}



.item .inbody p.txt.txt-large {
	font-size: 1.3rem;
    color: #ff7f00;
}
.item .inbody p.txt.txt-xlarge {
    font-size: 1.8rem;
    font-weight: 600;
    color: #ff7f00;
}
.item .inbody p.txt.txt-small {
	font-size: 0.95rem;
}

.item-container p.ttl b {
    position: relative;
    z-index: 1;
    font-weight: 600;
    font-size: 150%;
}


.img-notes {
    position: absolute;
    bottom: 0;
    right: 0;
    font-size: 0.8vw;
    width: 99%;
    padding: 0.5%;
}

table.tbl-border {
    border-left: 0px #a0843a solid;
    border-top: 0px #a0843a solid;
    border-bottom: 0px #a0843a solid;
    border-right: 0px #a0843a solid;
    font-size: 1rem;
    width: 100%;
    padding: 1rem;
    color: #fff;
    border: 0px;
    color: #fff;
}

table.tbl-border th,
table.tbl-border td {
    padding: 5px 10px;
    border: 0;
    position: relative;
    font-weight: normal;
}


a.button {
	display: inline-block;
    border: 0;
    background: #ff4600;
    border: 3px #f9c28b solid;
    border-radius: 99999px;
    -webkit-border-radius: 99999px;
    -moz-border-radius: 99999px;
    overflow: hidden;
    color: #fff;
    font-weight: bold;
    padding: 1.2rem 3rem;
    margin: 0px;
    line-height: 1.2;
    font-size: 2rem;
    width: auto;
    text-align: center;
    letter-spacing: 0rem;
}

a.button:after, div.button:after {
    float: none;
    content: "\F178";
    font-family: FontAwesome;
    margin: 0 0 0 0px;
    right: 0.5rem;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
}

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

	.item-container .item-container-body {
	    min-width: 320px;
	}
	.item-container h2.ttl-header {
	    margin: 10px 0;
	    font-size: 4.5vh;
	    letter-spacing: 0.1rem;
	    line-height: 1.2;
	}
	.item-container h3, .item-container h3.ttl {
	    font-size: 1.2rem;
	}
	.item-container h3.ttl-header {
	    margin: 10px 0;
		font-size: 2.4vh;
	    letter-spacing: 0.5px;
	}
	.item-container h3.ttl-header.t-indent {
	    text-indent: -1rem;
	}

	.item-container h3.ttl-point {
		padding: 0.5rem 0.5rem 0.5rem 110px;
	    font-size: 1.8vh;
	}
	.item-container h3.ttl-point span {
	    top: 35%;
	}
	.item-container h3.ttl-point:before {
	    width: 200px;
	}
	.item .inbody {
	    padding: 10px;
	}
	.item .inbody p.txt.ttl {
	    font-size: 1.1rem;
	}
	.item .inbody p.txt {
	    font-size: 0.8rem;
	}
	.item .inbody p.txt.txt-small {
	    font-size: 0.7rem;
	}
	.item .inbody p.txt.txt-xlarge {
	    font-size: 2.8vh;
	}
	.item .inbody p.txt.txt-large {
	    font-size: 1rem;
	}
	a.button {
	    font-size:1.2rem;
	    padding: 0.8em 2rem;
	}

	table.tbl-border {
	    font-size: 0.9rem;
	    width: 100%;
	    padding: 0.5rem;
	}
	table.tbl-border th, table.tbl-border td {
	    padding: 2px 10px;
	}
}



.marugo {
	font-family: 'M PLUS Rounded 1c', sans-serif;
}

/*****************************************
base
*****************************************/

#htb-entertainment {
    overflow: hidden;
}

#htb-entertainment .img-box {
    padding-top: 70%;
    width: 100%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    box-sizing: border-box;
    position: relative;
}


#htb-entertainment a.btn {
    display: inline-block;
    font-size: 1rem;
    line-height: 1.4;
    color: #000;
    background: #fbc600;
    padding: 0.8rem 1.5rem 1rem;
    margin: 2% auto;
	transition: all 0.4s;
}

#htb-entertainment a.btn:after {
    content:"\F0DA";
    font-family: FontAwesome;
	display: block;
    right: 0.5rem;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
}
#htb-entertainment a.btn:hover {
    color: #EB612C;
    background: #fff
}


#htb-entertainment a.txt-link {
    display: inline-block;
    font-size: 1rem;
    line-height: 1.4;
    color: #4c4747;
    padding: 0 1.5rem 0 0;
    border-bottom: 1px #4c4747 solid;
	transition: all 0.4s;
}

#htb-entertainment a.txt-link:after {
	content: "\F138";
    font-family: FontAwesome;
    display: block;
    right: 0rem;
    top: 55%;
    transform: translateY(-45%);
    position: absolute;
    color: #fbc600;
}
#htb-entertainment a.txt-link:hover {
    color: #EB612C;
    border-bottom: 1px #EB612C solid;
}

#htb-entertainment .txt-box{
	border: 2px #4C4747 dotted;
    padding: 1rem;
}

#htb-entertainment .txt-xlarge{
	font-size: 2rem;
    line-height: 1.7;
    font-weight: 700;
}


#htb-entertainment .txt-large{
	font-size: 1.6rem;
    line-height: 1.7;
    font-weight: 700;
}

#htb-entertainment .txt-middle{
	font-size: 1.2rem;
    line-height: 1.7;
    font-weight: 300;
}
#htb-entertainment .txt-middle_b{
	font-size: 1.2rem;
    line-height: 1.7;
    font-weight: 700;
}

#htb-entertainment .txt-small{
	font-size: 1rem;
    line-height: 1.7;
}
#htb-entertainment .txt-small_b{
	font-size: 1rem;
    line-height: 1.7;
    font-weight: 700;
}


#htb-entertainment .txt-xsmall{
	font-size: 0.9rem;
    line-height: 1.7;
}


#htb-entertainment .cat-eng{
	font-family: 'Monoton', cursive;
    font-size: 3.4rem;
    line-height: 1;
	color: #a8e8e8;
}

#htb-entertainment .cat-ttl{
    font-size: 1.4rem;
    line-height: 1;
    font-weight: 500;
	color: #bd584c;
	border-radius: 9999px;
    border: 2px #fff solid;
    display: inline-block;
    padding: 0.5rem 2rem;

/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#fceabb+0,fccd4d+50,f8b500+51,fbdf93+100;Orange+3D+%235 */
background: rgb(252,234,187); /* Old browsers */
background: -moz-linear-gradient(-45deg, rgba(252,234,187,1) 0%, rgba(252,205,77,1) 50%, rgba(248,181,0,1) 51%, rgba(251,223,147,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(-45deg, rgba(252,234,187,1) 0%,rgba(252,205,77,1) 50%,rgba(248,181,0,1) 51%,rgba(251,223,147,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(135deg, rgba(252,234,187,1) 0%,rgba(252,205,77,1) 50%,rgba(248,181,0,1) 51%,rgba(251,223,147,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fceabb', endColorstr='#fbdf93',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

#htb-entertainment #nextshow .cat-ttl{
color: #295890;
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#b7deed+0,71ceef+50,21b4e2+51,b7deed+100;Shape+1+Style */
background: rgb(183,222,237); /* Old browsers */
background: -moz-linear-gradient(-45deg, rgba(183,222,237,1) 0%, rgba(113,206,239,1) 50%, rgba(33,180,226,1) 51%, rgba(183,222,237,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(-45deg, rgba(183,222,237,1) 0%,rgba(113,206,239,1) 50%,rgba(33,180,226,1) 51%,rgba(183,222,237,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(135deg, rgba(183,222,237,1) 0%,rgba(113,206,239,1) 50%,rgba(33,180,226,1) 51%,rgba(183,222,237,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b7deed', endColorstr='#b7deed',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}


#htb-entertainment .cat-txt{
	font-size: 2rem;
    line-height: 1.4;
    font-weight: 300;
    color: #fff;
    color: #ffeca5!important;
}
#htb-entertainment .cat-txt:before{
	content:"";
}	
	

#htb-entertainment .c_white{
    color:#fff!important;
}

#htb-entertainment{
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#23477a+19,04c9d3+53,04c9d3+53,75dd98+99 */
background: rgb(35,71,122); /* Old browsers */
background: -moz-linear-gradient(-45deg, rgba(35,71,122,1) 19%, rgba(4,201,211,1) 53%, rgba(4,201,211,1) 53%, rgba(117,221,152,1) 99%); /* FF3.6-15 */
background: -webkit-linear-gradient(-45deg, rgba(35,71,122,1) 19%,rgba(4,201,211,1) 53%,rgba(4,201,211,1) 53%,rgba(117,221,152,1) 99%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(135deg, rgba(35,71,122,1) 19%,rgba(4,201,211,1) 53%,rgba(4,201,211,1) 53%,rgba(117,221,152,1) 99%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#23477a', endColorstr='#75dd98',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}


@media screen and (max-width: 736px) {
	#htb-entertainment .cat-eng {
	    font-size: 4vh;
	}
	#htb-entertainment .cat-ttl {
	    font-size: 2.2vh;
	}
	#htb-entertainment .cat-txt {
	    font-size: 3vh;
	}

	#htb-entertainment .txt-large {
	    font-size: 2.5vh;
	}
	#htb-entertainment .txt-xlarge {
	    font-size: 3.5vh;
	}
	#htb-entertainment .txt-middle,
	#htb-entertainment .txt-middle_b {
	    font-size: 2vh;
	}

	#htb-entertainment .txt-small {
	    font-size: 1.8vh;
	}

}


/*****************************************
#htb-entertainment #intro
*****************************************/

#htb-entertainment #intro{
}
#htb-entertainment #intro:before{
	content: "";
}

#htb-entertainment .htb-entertainment-logo{
    background: #23477a;
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#4442b5+0,db36a4+100 */
background: rgb(68,66,181); /* Old browsers */
background: -moz-linear-gradient(-45deg, rgba(68,66,181,1) 0%, rgba(219,54,164,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(-45deg, rgba(68,66,181,1) 0%,rgba(219,54,164,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(135deg, rgba(68,66,181,1) 0%,rgba(219,54,164,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4442b5', endColorstr='#db36a4',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

}


#htb-entertainment #intro.item-container h2.ttl-round {
	font-size: 2.5rem;
    line-height: 1.4;
    color:#333;
    font-weight: 700;
}

#htb-entertainment #intro .img-box {
    padding-top: 60%;
}

#htb-entertainment .intro01{
	background-image: url(../images/index/intro/slider/01.jpg);
}
#htb-entertainment .intro02{
	background-image: url(../images/index/intro/slider/02.jpg);
}
#htb-entertainment .intro03{
	background-image: url(../images/index/intro/slider/03.jpg);
}
#htb-entertainment .intro04{
	background-image: url(../images/index/intro/slider/04.jpg);
}
#htb-entertainment .intro05{
	background-image: url(../images/index/intro/slider/05.jpg);
}
#htb-entertainment .intro06{
	background-image: url(../images/index/intro/slider/06.jpg);
}


#htb-entertainment #intro .txt-large,
#htb-entertainment #intro .txt-xlarge {
    text-shadow: 4px 4px 2px #713071;
    color: #ffeca5!important;
}



@media screen and (max-width: 736px) {
	#htb-entertainment #intro .img-box {
	    padding-top: 90%;
	}
}

/*****************************************
#htb-entertainment #information{
*****************************************/



#htb-entertainment #information.item-container h2.txt-ttl{
	font-size: 1.7rem;
    line-height: 1.4;
    color:#333;
    font-weight: 700;
}
#htb-entertainment #information.item-container h2.txt-ttl span{
	font-size:120%;
}


/*****************************************
#htb-entertainment show0***
*****************************************/

#htb-entertainment .show01{
	background-image: url(../images/index/show/01.jpg);
}
#htb-entertainment .show02{
	background-image: url(../images/index/show/02.jpg);
}
#htb-entertainment .show03{
	background-image: url(../images/index/show/03.jpg);
}
#htb-entertainment .show04{
	background-image: url(../images/index/show/04.jpg);
}
#htb-entertainment .show05{
	background-image: url(../images/index/show/05.jpg);
}
#htb-entertainment .show06{
	background-image: url(../images/index/show/06.jpg);
}

/*****************************************
#htb-entertainment #cast
*****************************************/

#htb-entertainment #cast .img-box{
	width: 80%;
    margin: 0 auto;
    padding-top: 80%;
	border-radius: 9999px;
	background-size: 190%;
}


#htb-entertainment #cast .ASAHI{
	background-image: url(../images/index/cast/ASAHI.jpg);
	background-size: 200%;
    background-position: center -20px;
}
#htb-entertainment #cast .AZUMI{
	background-image: url(../images/index/cast/AZUMI.jpg);
    background-size: 190%;
    background-position: center -10px;
}
#htb-entertainment #cast .JUN{
	background-image: url(../images/index/cast/JUN.jpg);
background-size: 150%;
    background-position: center -10px;
}
#htb-entertainment #cast .KANAE{
	background-image: url(../images/index/cast/KANAE.jpg);
	    background-size: 190%;
	    background-position: center -10px;
}
#htb-entertainment #cast .KARIN{
	background-image: url(../images/index/cast/KARIN.jpg);
	    background-size: 190%;
	    background-position: center -10px;
}
#htb-entertainment #cast .KEN{
	background-image: url(../images/index/cast/KEN.jpg);
background-size: 190%;
}
#htb-entertainment #cast .MARIN{
	background-image: url(../images/index/cast/MARIN.jpg);
	background-position: center -10px;
}
#htb-entertainment #cast .MOKO{
	background-image: url(../images/index/cast/MOKO.jpg);
	background-position: center -10px;
}
#htb-entertainment #cast .NANAKA{
	background-image: url(../images/index/cast/NANAKA.jpg);
}
#htb-entertainment #cast .NON{
	background-image: url(../images/index/cast/NON.jpg);
	background-position: center -10px;
}
#htb-entertainment #cast .NONOKA{
	background-image: url(../images/index/cast/NONOKA.jpg);
	background-position: center -10px;
}
#htb-entertainment #cast .REN{
	background-image: url(../images/index/cast/REN.jpg);
background-position: center 0px;
  background-size: 120%;
}
#htb-entertainment #cast .RINKA{
	background-image: url(../images/index/cast/RINKA.jpg);
	background-position: center -10px;
}
#htb-entertainment #cast .RIO{
	background-image: url(../images/index/cast/RIO.jpg);
	background-position: center -10px;
}
#htb-entertainment #cast .RIWA{
	background-image: url(../images/index/cast/RIWA.jpg);
	background-position: center -10px;
}
#htb-entertainment #cast .SAKURA{
	background-image: url(../images/index/cast/SAKURA.jpg);
	background-position: center -10px;
}
#htb-entertainment #cast .SANA{
	background-image: url(../images/index/cast/SANA.jpg);
	background-position: center -10px;
}
#htb-entertainment #cast .SEREKA{
	background-image: url(../images/index/cast/SEREKA.jpg);
	background-position: center -10px;
}
#htb-entertainment #cast .SOMA{
	background-image: url(../images/index/cast/SOMA.jpg);
	background-position: center -10px;
}

#htb-entertainment #cast .SOYOKA{
	background-image: url(../images/index/cast/SOYOKA.jpg);
	background-position: center -10px;
}

#htb-entertainment #cast .SALLY{
	background-image: url(../images/index/cast/SALLY.jpg);
    background-position: center 0px;
    background-size: 140%;
}

#htb-entertainment #cast .AI{
	background-image: url(../images/index/cast/AI.jpg);
    background-position: center -20px;
    background-size: 110%;
}
#htb-entertainment #cast .AINA{
	background-image: url(../images/index/cast/AINA.jpg);
    background-position: center -20px;
    background-size: 110%;
}

#htb-entertainment #cast .HINA{
	background-image: url(../images/index/cast/HINA.jpg);
	background-position: -40px 0px;
    background-size: 150%;
}

#htb-entertainment #cast .MITUKI {
	background-image: url(../images/index/cast/MITUKI.jpg);
background-position: center -20px;
background-size: cover;
}

#htb-entertainment #cast .YUI {
	background-image: url(../images/index/cast/YUI.jpg);
background-position: center 0px;
background-size: cover;
}

#htb-entertainment #cast .YURI {
	background-image: url(../images/index/cast/YURI.jpg);
background-position: center -10px;
background-size: cover;
}

#htb-entertainment #cast .YUU{
	background-image: url(../images/index/cast/YUU.jpg);
background-position:center -10px;
background-size: cover;
}

#htb-entertainment #cast .ANNE{
    background-image: url(../images/index/cast/ANNE.jpg);
    background-position: center 0px;
    background-size: 120%;
}
#htb-entertainment #cast .AYARI{
    background-image: url(../images/index/cast/AYARI.jpg);
	background-position: center -10px;
    background-size: 110%;
}
#htb-entertainment #cast .ENO{
    background-image: url(../images/index/cast/ENO.jpg);
    background-position: center -20px;
    background-size: 120%;
}
#htb-entertainment #cast .MACO{
    background-image: url(../images/index/cast/MACO.jpg);
    background-position: center 0px;
    background-size: 120%;
}
#htb-entertainment #cast .MIZUKI{
    background-image: url(../images/index/cast/MIZUKI.jpg);
    background-position: center 0px;
    background-size: 120%;
}
#htb-entertainment #cast .MOMO{
    background-image: url(../images/index/cast/MOMO.jpg);
    background-position: center -20px;
    background-size: 120%;
}
#htb-entertainment #cast .SEIRA{
    background-image: url(../images/index/cast/SEIRA.jpg);
    background-position: center 0px;
    background-size: 120%;
}
#htb-entertainment #cast .ASUNA{
    background-image: url(../images/index/cast/ASUNA.jpg);
    background-position: center 0;
    background-size: 110%;
}
#htb-entertainment #cast .RIN{
    background-image: url(../images/index/cast/RIN.jpg);
    background-position: center 0px;
    background-size: 120%;
}

#htb-entertainment #cast .SHURI{
    background-image: url(../images/index/cast/SHURI.jpg);
	background-position: center 0px;
    background-size: 120%;
}
#htb-entertainment #cast .YUKI{
    background-image: url(../images/index/cast/YUKI.jpg);
	background-position: center -50px;
    background-size: 150%;
}


#htb-entertainment #cast .NANA{
    background-image: url(../images/index/cast/NANA.jpg);
	background-position: center 0px;
    background-size: 120%;
}
#htb-entertainment #cast .RENTO{
    background-image: url(../images/index/cast/RENTO.jpg);
	background-position: center 0px;
    background-size: 120%;
}
#htb-entertainment #cast .KAZUKI{
    background-image: url(../images/index/cast/KAZUKI.jpg);
	background-position: center 0px;
    background-size: 115%;
}
#htb-entertainment #cast .ARUN{
    background-image: url(../images/index/cast/ARUN.jpg);
	background-position: center -30px;
    background-size: 105%;
}
#htb-entertainment #cast .HARU{
    background-image: url(../images/index/cast/HARU.jpg);
	background-position: center -10px;
    background-size: 100%;
}

#htb-entertainment #cast .YUUNA{
    background-image: url(../images/index/cast/YUUNA.jpg);
	background-position: center -10px;
    background-size: 100%;
}
#htb-entertainment #cast .MINE{
    background-image: url(../images/index/cast/MINE.jpg);
	background-position: center -10px;
    background-size: 100%;
}

#htb-entertainment #cast .AKARY{
    background-image: url(../images/index/cast/AKARY.jpg);
  background-position: center 0px;
  background-size: 120%;
}

#htb-entertainment #cast .MEG{
    background-image: url(../images/index/cast/MEG.jpg);
  background-position: center 0px;
  background-size: 120%;
}
#htb-entertainment #cast .MOKA{
    background-image: url(../images/index/cast/MOKA.jpg);
  background-position: center 0px;
  background-size: 120%;
}
#htb-entertainment #cast .KANA{
    background-image: url(../images/index/cast/KANA.jpg);
  background-position: center 0px;
  background-size: 120%;
}
#htb-entertainment #cast .SORA{
    background-image: url(../images/index/cast/SORA.jpg);
	background-position: center 0px;
    background-size: 115%;
}
#htb-entertainment #cast .OYAMA{
    background-image: url(../images/index/cast/OYAMA.jpg);
	background-position: center 0px;
    background-size: 110%;
}
#htb-entertainment #cast .MAKI{
    background-image: url(../images/index/cast/MAKI.jpg);
	background-position: center 0px;
    background-size: 150%;
}

#htb-entertainment #cast .ICHI{
    background-image: url(../images/index/cast/ICHI.jpg);
	background-position: 75% 0px;
    background-size: 130%;
}
#htb-entertainment #cast .AKANE{
    background-image: url(../images/index/cast/AKANE.jpg);
	background-position: center 0px;
    background-size: 140%;
}
#htb-entertainment #cast .AKKA{
    background-image: url(../images/index/cast/AKKA.jpg);
	background-position: center 0px;
    background-size: 130%;
}

#htb-entertainment #cast .HANA{
    background-image: url(../images/index/cast/HANA.jpg);
	background-position: center 0px;
    background-size: 130%;
}
#htb-entertainment #cast .SAYAKA{
    background-image: url(../images/index/cast/SAYAKA.jpg);
	background-position: center 0px;
    background-size: 130%;
}
#htb-entertainment #cast .SEINA{
    background-image: url(../images/index/cast/SEINA.jpg);
	background-position: center 0px;
    background-size: 130%;
}
#htb-entertainment #cast .RIE{
    background-image: url(../images/index/cast/RIE.jpg);
	background-position: center 0px;
    background-size: 130%;
}
#htb-entertainment #cast .LINO{
    background-image: url(../images/index/cast/LINO.jpg);
	background-position: center 0px;
    background-size: 130%;
}
#htb-entertainment #cast .HINANO{
    background-image: url(../images/index/cast/HINANO.jpg);
	background-position: center 0px;
    background-size: 135%;
}
#htb-entertainment #cast .OTOHA{
    background-image: url(../images/index/cast/OTOHA.jpg);
	background-position: center 0px;
    background-size: 120%;
}


#htb-entertainment #cast .HILO{
    background-image: url(../images/index/cast/HILO.jpg);
	background-position: center 0px;
    background-size: 130%;
}
#htb-entertainment #cast .RYU{
    background-image: url(../images/index/cast/RYU.jpg);
	background-position: center 0px;
    background-size: 130%;
}

#htb-entertainment #cast .YUMEKA{
    background-image: url(../images/index/cast/YUMEKA.jpg);
	background-position: center 0px;
    background-size: 130%;
}
#htb-entertainment #cast .AOI{
    background-image: url(../images/index/cast/AOI.jpg);
	background-position: center 0px;
    background-size: 130%;
}
#htb-entertainment #cast .KAORI{
    background-image: url(../images/index/cast/KAORI.jpg);
	background-position: center 0px;
    background-size: 100%;
}

#htb-entertainment #cast .HIYOKA{
    background-image: url(../images/index/cast/HIYOKA.jpg);
	background-position: center 0px;
    background-size: 100%;
}







/*****************************************
#htb-entertainment #other
*****************************************/

.swiper-container-free-mode > .swiper-wrapper{-webkit-transition-timing-function:linear!important; -o-transition-timing-function:linear!important; transition-timing-function:linear!important; }


#other .swiper-slide {
width: 40%;
}

#other .swiper-slide:nth-child(2n) {
width: 20%;
}


#htb-entertainment #other .img-box {
}

#htb-entertainment .other01{
	background-image: url(../images/index/other/01.jpg);
}
#htb-entertainment .other02{
	background-image: url(../images/index/other/02.jpg);
}
#htb-entertainment .other03{
	background-image: url(../images/index/other/03.jpg);
}
#htb-entertainment .other04{
	background-image: url(../images/index/other/04.jpg);
}
#htb-entertainment .other05{
	background-image: url(../images/index/other/05.jpg);
}
#htb-entertainment .other06{
	background-image: url(../images/index/other/06.jpg);
}
#htb-entertainment .other07{
	background-image: url(../images/index/other/07.jpg);
}
#htb-entertainment .other08{
	background-image: url(../images/index/other/08.jpg);
}
#htb-entertainment .other09{
	background-image: url(../images/index/other/09.jpg);
}
#htb-entertainment .other10{
	background-image: url(../images/index/other/10.jpg);
}
#htb-entertainment .other11{
	background-image: url(../images/index/other/11.jpg);
}
#htb-entertainment .other12{
	background-image: url(../images/index/other/12.jpg);
}
#htb-entertainment .other13{
	background-image: url(../images/index/other/13.jpg);
}

@media screen and (max-width: 736px) {
	#htb-entertainment #other .img-box {
	    padding-top: 90%;
	}
}