@charset "utf-8";
/* CSS Document */
/*@media screen and (min-width: 960px){
	body {
		overflow: hidden;
	}
}/*
/* visual
=========================================== */

#visual {
	position: relative;
	overflow: hidden;
	/*background: url(../img/videobg.jpg) no-repeat center;*/
}
.visual_img_slider {
}
.visual_img_slider li {
	width: 100%;
	background-size: cover;
	/*background-size: contain;*/
	background-repeat: no-repeat;
	background-position: center top;
}
.visual_img_slider li a.mainbglink {
	width: 100%;
	display:block;
}
.visual_img_slider li.slide08 {
	background-image: url(../img/top/visual_img_slider08.jpg);
	background-position: top center;
}
.visual_img_slider li.slide08_2 {
	background-image: url(../img/top/visual_img_slider08_notxt.jpg);
	background-position: top center;
}
.visual_img_slider li.slide09 {
	background-image: url(../img/top/visual_img_slider09_4.jpg);
	background-position: center center;
}
.visual_img_slider li.slide10 {
	background-image: url(../img/top/visual_img_slider10.jpg);
	background-position: center center;
}
.visual_img_slider li.slide10_2 {
	background-image: url(../img/top/visual_img_slider10_2.jpg);
	background-position: center center;
}
.visual_img_slider li.slide10 {
	background-image: url(../img/top/visual_img_slider10.jpg);
	background-position: center center;
}
.visual_img_slider li.slide11 {
	background-image: url(../img/top/visual_img_slider11_notxt.jpg);
	background-position: center center;
}
.visual_img_slider li.slide12 {
	background-image: url(../img/top/visual_img_slider12_2.jpg?v=0117);
	background-position: center top;
}
.visual_img_slider li.slide13 {
	background-image: url(../img/top/visual_img_slider13_3.jpg?v=0129);
	background-position: center top;
}
.visual_img_slider li.slide14 {
	background-image: url(../img/top/visual_img_slider14.jpg);
	background-position: center top;
}
.visual_img_slider li.slide15 {
	background-image: url(../img/top/visual_img_slider15_zaitakugym.jpg);
	background-position: center top;
}
.visual_img_slider li.slide16 {
	background-image: url(../img/top/visual_img_slider16_notxt.jpg);
	background-position: center top;
}
.visual_img_slider li.slide17 {
	background-image: url(../img/top/visual_img_slider17.jpg);
	background-position: center bottom;
}
@media screen and (max-width: 1200px){
	.visual_img_slider li.slide04 {
		background-image: url(../img/top/visual_img_slider04_pleasure18_a.jpg);
		background-size:cover!important;
	}
}
@media screen and (max-width: 768px){
	.visual_img_slider li.slide02 {
		background-image: url(../img/top/visual_img_slider02_sp.jpg)
	}
	.visual_img_slider li.slide03 {
		background-image: url(../img/top/visual_img_slider03_sp.jpg)
	}
    .visual_img_slider li.slide07 {
        background-image: url(../img/top/visual_img_slider07_sp.jpg);
        background-size:contain;
        background-position: center center;
    }
    .visual_img_slider li.slide07_2 {
        background-image: url(../img/top/visual_img_slider07_2p_sp.jpg);
        background-size:contain;
        background-position: center center;
    }
    .visual_img_slider li.slide09 {
        background-image: url(../img/top/visual_img_slider09_4_sp.jpg);
        background-position: top center;
    }
    .visual_img_slider li.slide11 {
		background-image: url(../img/top/visual_img_slider11_notxt_sp.jpg?20190403);
		background-position: center center;
	}
	.visual_img_slider li.slide12 {
		background-image: url(../img/top/visual_img_slider12_sp_2.jpg?v=0117);
		background-position: center top;
	}
	.visual_img_slider li.slide13 {
		background-image: url(../img/top/visual_img_slider13_sp_3.jpg?v=0306);
		background-position: center top;
	}
	.visual_img_slider li.slide14 {
		background-image: url(../img/top/visual_img_slider14_sp.jpg);
		background-position: center top;
	}
	.visual_img_slider li.slide15 {
		background-image: url(../img/top/visual_img_slider15_zaitakugym_sp.jpg);
		background-position: center top;
	}
	.visual_img_slider li.slide16 {
		background-image: url(../img/top/visual_img_slider16_sp.jpg);
		background-position: center top;
	}
	.visual_img_slider li.slide17 {
		background-image: url(../img/top/visual_img_slider17_sp.jpg);
		background-position: center bottom;
	}
}

.visual_info {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 100%;
}
.visual_info:after {
	content: '';
	display: block;
	width: 200%;
	height:250px;
	transform: rotate(-5deg);
	-webkit-transform: rotate(-5deg);
	background:rgba(0,0,0,0.5);
	position: absolute;
	bottom: -180px;
	left: -60%;
	z-index: 9997;
}
.visual_info_in {
	z-index: 9998;
	position: absolute;
	right: 28px;
	bottom: 28px;
	/*width: 400px;*/
}
.visual_info_txt {
	color: #FFF;
	padding-bottom: 10px;
	overflow: hidden;
}
.visual_info_txt > p {
	float: left;
	height: 1em;
	font-size: 14px;
	overflow: hidden;
	text-align: right;
}
.browser-ie .visual_info_txt > p {
	line-height: 1.1em;
}
.visual_info_txt .new {
	padding-right: 0.5em;
}
.visual_info_txt .date span {
	padding-right: 0.5em;
}
.visual_info_txt .comment {
	/*width: 21em;*/
	padding-left: 0.5em;
}
.visual_info_btn {
	text-align: right;
	padding-right: 2px;
	transition: 0.2s;
	-webkit-transition: 0.2s;
}
.visual_info_btn img {
	height: 13px;
	width: auto;
}
.visual_info_in a:hover .visual_info_btn {
	transform: translate(3px,0);
	-webkit-transform: translate(3px,0);
}
.visual_scroll {
	display: block;
	width: 52px;
	position: absolute;
	left: 50%;
	bottom: 16px;
	margin-left:-26px;
	z-index: 9998;
	transition: 0.2s all;
	-webkit-transition: 0.2s all;
}
.visual_scroll:hover {
	transform: translate(0,3px);
	-webkit-transform: translate(0,3px);
}
.visual_scroll a {
	display: block;
	width: 100%;
	height: 100%;
}
/*add Be*/
.container {
	width: 400px;
	text-align: left;
}
.container .wrap {
	width: 400px;
	position: relative;	
	overflow: hidden;
}
.ticker {
    position: relative;
}
.ticker dl {
	display: block;
	margin: 0;
}
.ticker dt {
	display: block;
	float: left;
	margin: 0 10px;
	padding: 5px 10px;
}
.ticker dt span {
	color: #FF0004;
}
.ticker dd{
	display: block;
	float: left;
	margin: 0 10px;
	padding: 5px 400px 5px 0px;
}
.iframe-wrapper{
    position: relative;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%;
}
.iframe-wrapper iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.height300 {
	height: 300px;
	padding-top:45px; 
	box-sizing: border-box;
	border: #1A1328 solid 1px;
}
/*#topVideo {
	position: absolute;
	width: 800px;
	top:50%;
	left: 50%;
	margin-top: -260px;
	margin-left: -400px;
}*/
#topvideo_wrapper {
	position: fixed;
	width: 100%;
	height: 100%;
	top:0;
	left: 0;
	z-index: 9998;
	background:url(../img/top/topvideobg.jpg) no-repeat center center #000;
	background-size: cover;
}
#topVideo {
	position: absolute;
	width: 720px;
	height: 405px;
	top:0;
	left: 0;
	top:50%;
	left: 50%;
	transform: translate(-50%, -50%);
	box-shadow: 0 0 10px #000;
}
#topvideodummybtn {
	position: absolute;
	width: 720px;
	height: 405px;
	top:50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background:url(../img/top/thumbdummy_off.jpg?v=0916) no-repeat center center #000;
	background-size: 100%;
	z-index: 1000;
}
#topvideodummybtn:hover {
	cursor: pointer;
	background:url(../img/top/thumbdummy_on.jpg?v=0916) no-repeat center center #000;
	background-size: 100%;
}
#play-video{
	position: absolute;
	width: 840px;
	top:50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
#topVideo4 {
	position: absolute;
	width: 100%;
	height: 100%;
	top:-65px;
	left: 0;
	background:#000;
}
#play-video4{
	position: absolute;
	width: 100%;
	height: 100%;
	top:0;
	left: 0;
}
#topVideo .iframe-wrapper {
	box-shadow: 0px 0px 10px rgba(0,0,0,0.6)!important;
	border: #0E0E0E solid 1px;
}
#topVideo video {
	width: 100%;
	height: 405px;
}
#video_close_btn {
    /*color: #fff;*/
    text-decoration: none;
    text-align: center;
    position: relative;
    z-index: 10;
    display: block;
    width: 54px;
	height: 54px;
    line-height: 54px;
    position: absolute;
	top:50%;
	left: 50%;
	margin-top: -260px;
	margin-left: 380px;
	z-index: 10000;
	border-radius: 50%;
}
#video_close_btn:hover {
	cursor: pointer;
}
#video_close_btn:before {
    content: '';
    /*background-color: #dda284;*/
    display: block;
    position: absolute;
    width: 54px;
	height: 54px;
    z-index: -1;
    border-radius: 50%;
    border:1px solid #333;
    box-shadow:
        0 0 0 0 #222,
        0 0 0 0 #bf2c46;
    transition: all .2s ease;
    -webkit-transition: all .2s ease;
}
#video_close_btn:hover:before {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    border:1px solid #bf2c46;
    /*box-shadow:
        0 0 0 0px #222,
        0 0 0 2px #bf2c46;*/
}
.cross {
	position: relative;
	width: 30px;
	height: 30px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.cross span {
	position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    height: 1px;
    background: #fff;
    transition: all .2s ease;
    -webkit-transition: all .2s ease;
}
.cross span:nth-of-type(1)  {
	transform: rotate(45deg);
}
.cross span:nth-of-type(2)  {
	transform: rotate(-45deg);
}
#video_close_btn:hover .cross span {
	background: #bf2c46;
}
/*
#video_close_btn4 {
	position: absolute;
	width: 54px;
	height: 54px;
	top:10px;
	right: 10px;
	z-index: 1000;
}
#video_close_btn4:hover {
	opacity: 0.6;
	cursor: pointer;
}
*/
#msgBtn {
	position: absolute;
	bottom:160px;
	left: 84%;
	margin-top: 50px;
	/*margin-left: 430px;*/
	z-index: 3;
}
#msgBtnyt {
	position: absolute;
	bottom:160px;
	right: 30px;
	bottom:8%;
	/*margin-left: 430px;*/
	z-index: 3;
	width: 22%;
}
#msgBtn1 {
	position: absolute;
	bottom:6%;
	left: 2%;
	width: 25%;
}
#msgBtn2 {
	position: absolute;
	bottom:310px;
	left: 84%;
	margin-top: 50px;
	/*margin-left: 430px;*/
	z-index: 3;
}
#msgBtn3 {
	position: absolute;
	top:50%;
	right: 3%;
	width: 15%;
	max-width: 230px;
	/*margin-top: -20vh;
	margin-left: 33vw;*/
	/**/
	transform: translate(0%, 21%);
	z-index: 9998;
}
#msgBtn4 {
	position: absolute;
	bottom:140px;
	left: 3%;
	width: 11%;
	max-width: 170px;
	/*width: 20%;
	max-width: 320px;*/
	/*margin-top: -20vh;
	margin-left: 33vw;*/
	/**/
	/*transform: translate(0%, 21%);*/
	z-index: 9998;
}
#msgBtn5 {
	position: absolute;
	/*top:19%;*/
	top:50%;
	left: 46.6%;
	width: 38.0%;
	z-index: 9998;
	transform: translate(0%, -60%);
}
@media screen and (min-width: 960px){
	#erasvideo {
		display: none;
	}
}
@media screen and (max-width: 960px){
	#msgBtnyt {
		display: none;
	}
}
@media screen and (max-width: 768px){
	#msgBtn5 {
		display: none;
	}
}

@media screen and (max-width: 640px){
	#msgBtn1 {
		bottom:3%;
		left: -2%;
		width: 40%;
	}
	#msgBtn3 {
		top:0%;
		right: 0;
		width: 23%;
		max-width: 170px;
		margin-top: 0vh;
	}
	#msgBtn4 {
		bottom:inherit;
		top:50%;
		left: 1%;
		width: 17%;
		transform: translate(0%, -12%);
	}
	
}
#msgBtn1 a:hover, #msgBtn2 a:hover , #msgBtn3 a:hover , #msgBtn4 a:hover, #msgBtn5 a:hover, #msgBtnyt a:hover {
	opacity: 0.65;
}
#spbana {
	margin: 0px auto 20px auto;
	box-sizing: border-box;
	padding:0px 5% 0px 5%;
	width: 100%
}

#spbana a {
	padding: 0px 15px 15px 15px;
	display: block;
}
#mainbana {
	width: 920px;
	position: absolute;
	left: 50%;
	margin-left: -460px;
	bottom: 80px;
	text-align: center;
}
#mainbana div {
	display: inline-block;
	padding: 15px;
}
#mainbana div a:hover {
	opacity: 0.75;
}
.visual_img_slider .slick-prev {
	left: 10px;
	background: url(../img/top/gallery_ar_prev2.png);
}
.visual_img_slider .slick-next {
	right: 10px;
	background: url(../img/top/gallery_ar_next2.png);
}

@media screen and (max-width: 960px){
	#topVideo {
		position:static;
		width: 100%;
		top:inherit;
		left: inherit;
		margin-top: 30px!important;
		margin-left: 0px;
		margin-bottom: 30px;
		font-size: 12px !important;
	}
	.ytp-title-link {
		font-size: 12px !important;
	}
	.visual_img_slider .slick-prev {
		left: 0px;
		background: url(../img/top/gallery_ar_prev2.png);
		width: 25px;
		height: 25px;
		background-size: 100%;
		margin-top: -13px;
	}
	.visual_img_slider .slick-next {
		right: 0px;
		background: url(../img/top/gallery_ar_next2.png);
		width: 25px;
		height: 25px;
		background-size: 100%;
		margin-top: -13px;
	}
	
}

@media screen and (max-width: 960px){
	#play-video {
		margin: auto;
		width: 100%;
		/*height: 562.5px; */ /*横1000pxver*/
		box-shadow: 0px 0px 5px rgba(0,0,0,0.8);
		/*border: #041215 solid 1px;*/
	}
	#mainbana {
		width: 100%;
		position:static;
		left: 0;
		margin-left: 0px;
		bottom: 0px;
		text-align: center;
	}
	#mainbana div {
		width: 50%;
		display: inline-block;
		padding: 10px;
		box-sizing: border-box;
		float: left;
	}
}
/*add Be*/


@media screen and (max-width: 960px){
	#topvideo_wrapper{
		display: none;
	}
	#visual {
		height: 550px;
		background: url(../img/videobg.jpg) no-repeat center center;
		/*background-size:100%;*/
		/*height: 550px;*/
		/*height:inherit;*/
		margin-bottom: 20px;
	}
	.visual_img_slider {
		
	}
	.visual_img_slider li, .visual_img_slider li a.mainbglink {
		height: 550px;
	}

	.visual_info:after {
		bottom: -170px;
	}
	.visual_info_in {
		right: 4%;
	}
	
}

@media screen and (max-width: 640px){
	#visual {
		/*height: 245px;*/
		height: 300px;
		margin-bottom: 20px;
		/*height: auto;*/
	}
	.visual_img_slider {
		/*height: 245px;*/
		height: 300px;
	}
	.visual_img_slider li {
		/*height: 245px;*/
		height: 300px;
		
	}
	.visual_scroll {
		display: none;
	}
	.visual_info {
		display: none !important;
	}
	.visual_info:after {
		bottom: -175px;
	}
	.visual_info_in {
		right: 4%;
		bottom: 10px;
		width: 92%;
	}
	.visual_info_txt {
		padding-bottom: 0px;
	}
	.visual_info_txt > p {
		float: none;
		text-align: left;
		font-size: 11px;
	}
	.visual_info_txt .date {
		padding-bottom: 5px;
	}
	.visual_info_txt .comment {
		width: 100%;
		padding-left: 0;
	}
	.visual_info_btn {
		text-align: left;
	}
	.visual_info_btn img {
		height: auto;
		width: 56px;
	}
}

/* video
=========================================== */

#topvideobox {
	padding: 25px 0 0px 0;
	text-align: center;
	font-size:0;
}
.video_list li {
	display: inline-block;
	padding: 15px;
	box-sizing: border-box;
}
.video_list li div {
	box-sizing: border-box;
	background-size: contain;
	background-repeat:no-repeat;
	background-position:top center;
}
.video_list li p {
	color:#FFF;
	text-align: center;
	background:#111111;
	padding:15px;
	font-size:15px;
	box-sizing: border-box;
}
.video_list li img {
	border: solid #111111 1px;
	box-sizing:border-box;
	width: 100%;
}
.video_list li a:hover img {
	opacity: 0.6;
}
.video_list li p {
	padding-top: 15px;
}
@media screen and (max-width: 640px){
	#topvideobox {
		padding: 0px 0 15px 0;
	}
	.video_list li {
		padding: 10px;
		width: 80%;
	}
	.video_list li p {
		text-align: left;
		background:#111111;
		padding:0px 10px;
		font-size:13px;
		overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
		width: 100%;
		height: 30px;
		line-height: 30px;
		box-sizing: border-box;
	}
	.video_list li p span {
		display: inline-block;
	} 
	.slick-prev {
		left: -15px !important;
	}
	.slick-next {
		right: -15px !important;
	}
}
.fancybox-overlay{z-index:10000 !important}
.fancybox-wrap{z-index:10001 !important}


/* info
=========================================== */

#info {
	padding: 50px 0 25px 0;
}
.info_list {
	/*overflow: hidden;*/
	color: #FFF;
	margin: auto;
}
.info_list li {
	/*width: 33.3%;*/
	/*width: 31.3%;*/
	width: 25%;
	float: left;
	padding: 15px;
	box-sizing: border-box;
}
.info_list li a {
	color: #FFF;
	display: block;
	width: 100%;
	height: 100%;
}
.info_list_main {
	position: relative;
	overflow: hidden;
}
.info_list_img {
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	/*height: 300px;*/
	height: 240px;
	width: 100%;
	transition: 0.4s all;
	-webkit-transition: 0.4s all;
}
.info_list li a:hover .info_list_img {
	opacity: 0.65;
}
.info_list_txt {
	position: absolute;
	bottom: 0;
	left: 0;
	/*padding: 60px 30px 25px 30px;*/
	padding: 60px 0px 10px 0px;
	width: 100%;/*tuika */
	overflow: hidden;
	transform: translate(0,100%);
	-webkit-transform: translate(0,100%);
	transition: 0.4s all;
	-webkit-transition: 0.4s all;
}
.info_list li:hover .info_list_txt {
	transform: translate(0);
	-webkit-transform: translate(0);
}
.info_list_txt:after {
	content: '';
	display: block;
	width: 120%;
	/*height: 110%;*/
	height: 80px;
	position: absolute;
	left: -10%;
	bottom: -20%;
	background:rgba(0,0,0,0.7);
	z-index: 1;
	transform: rotate(-5deg);
	-webkit-transform: rotate(-5deg);
}
.info_list_txt .txt {
	font-size: 14px;
	line-height: 30px;
	overflow: hidden;
	height: 10.8em;
	margin-bottom: 5px;
	position: relative;
	z-index: 2;
	text-align: justify;
	text-justify: inter-ideograph;
}
.info_list_txt .btn {
	text-align: right !important;
	position: relative;
	z-index: 2;
	width: 100%;
}
.info_list_txt .btn img {
	/*width: 68px;*/
	display: inline-block !important;
	width: 80px;
	padding-right: 5px !important;
}
.info_list_ttl {
	margin-top: 15px;
	padding: 0 1em 0 0;
	font-size: 16px;
	/*line-height: 30px;*/
	font-weight: bold;
	height: 4em;
	line-height: 125%;
}
.info_list li a:hover .info_list_ttl {
	opacity: 0.7;
}
@media screen and (max-width: 1100px){
	.info_list_ttl {
		font-size: 1.5vw;
	}
}
@media screen and (max-width: 768px){
	
	.info_list_img {
		height: 200px;
	}
	.info_list_txt {
		display: none;
	}
	.height300 {
		height: 200px;
		padding-top:45px; 
	}
}
@media screen and (max-width: 640px){
	.info .sec_in {
		
	}
	.info_list {
	color: #FFF;
	margin: auto;
		overflow:auto !important;
		height: 300px;
	}
	#info {
		padding-top: 0;
		padding-bottom: 14px;
	}

	.info_list li {
		float: none;
		width: 100%;
		background: url(../img/top/info_bottom.png) no-repeat center top;
		background-size: 100% 1px;
		padding: 12px 0 0 0;
	}
	.info_list li + li {
		margin-top: 12px;
	}
	.info_list li a {
		display: -webkit-flex;
		display: flex;
		align-items: center;
		-webkit-align-items: center;
		justify-content: space-between;
		-webkit-justify-content: space-between;
	}
	.info_list_main {
		/*width: 40%;*/
		width: 20%;
	}
	.info_list_img {
		/*height: 83px;*/
		height:64px;
	}
	.info_list_ttl {
		/*width: 55%;*/
		width: 75%;
		padding-right: 0;
		font-size: 12px;
		line-height: 18px;
		box-sizing: border-box;
		height: auto;
		max-height: 5em;
		margin-top: 0;
		overflow: hidden;
		/*text-align: justify;*/
	}
	.flex {
		display: -webkit-flex;
		display: flex;
		align-items: center;
		-webkit-align-items: center;
		justify-content: space-between;
		-webkit-justify-content: space-between;
	}
	.height300 {
		padding-top: 0;
		height:64px;
		width: 20%;
	}
}


/* news
=========================================== */

#news {
	width: 100%;
	padding-top:90px;
	padding-bottom:100px;
	background:url(../img/top/news_bg.jpg) no-repeat center center;
	background-size: cover;
}
.news_ttl {
	text-align: center;
	background: url(../img/line_red.png) no-repeat center bottom;
	background-size:100% 1px;
}
.news_ttl img {
	width: 163px;
}
.news_list {
	padding: 0 0 30px 0;
}
.news_list li {
	width: 100%;
	background: url(../img/line_red.png) no-repeat center bottom;
	background-size:100% 1px;
	position: relative;
}
.news_list li a {
	display: table;
	width: 100%;
	padding:20px 0;
}
.news_list .date ,
.news_list .tag ,
.news_list .comment {
	display: table-cell;
	color: #FFF;
    vertical-align: middle;
}
.news_list .date {
	font-size: 14px;
	width: 6em;
	letter-spacing: 1px;
	padding-right: 20px;
}
.news_list .tag {
	text-align: center;
	width: 4em;
}
.news_list .tag span {
	font-size: 11px;
	background: #c00;
	width: 100%;
	padding:3px 0;
	display: inline-block;
}
.browser-chrome .news_list .tag span {
	padding:4px 0 3px 0;
}
.browser-ie .news_list .tag span {
	padding:5px 0 2px 0;
}
.browser-firefox .news_list .tag span {
	padding:3px 0 4px 0;
}
.news_list .comment {
	font-size: 14px;
	padding-right: 120px;
	padding-left: 20px;
}
.news_list .comment span {
	display: block;
	line-height: 1.5;
}
.news_list li a:hover .comment {
	opacity: 0.8;
}
.news_list .btn {
	width: 89px;
	position: absolute;
	right: 0;
	top: 21px;
	transition: 0.2s all;
	-webkit-transition: 0.2s all;
}
.browser-ie .news_list .btn {
	top: 18px;
}
.news_list li a:hover .btn {
	transform: translate(4px,0);
	-webkit-transform: translate(4px,0);
}
.news_list .btn img {
	width: 89px;
}
.news_viewBtn {
	text-align: center;
}
.news_viewBtn img {
	width: 134px;
	transition: 0.2s all;
	-webkit-transition: 0.2s all;
}
.news_viewBtn a:hover img {
	transform: translate(3px,0);
	-webkit-transform: translate(3px,0);
}
@media screen and (max-width: 640px){
	#news {
		padding-top: 30px;
		padding-bottom: 22px;
	}
	.news_ttl img {
		width: 81px;
	}
	.news_list {
		padding-bottom: 15px;
	}
	.news_list .date ,
	.news_list .tag ,
	.news_list .comment {
		display: block;
	}
	.news_list .tag {
		float: left;
	}
	.news_list .date {
		padding-bottom: 10px;
		font-size: 10px;
	}
	.news_list .comment {
		float: right;
		padding-right: 0;
		padding-left: 0;
		width: calc(100% - 5.8em);
		width: -webkit-calc(100% - 5.8em);
		font-size: 12px;
		line-height: 18px;
	}
	.news_list .comment span {
		height: auto;
	}
	.news_list .btn {
		display: none;
	}
	.news_list li a {
		padding-top: 12px;
		padding-bottom: 12px;
	}
	.news_viewBtn img {
		width: 97px;
	}
}

/* sns
=========================================== */

#sns {
	padding-top:83px;
	padding-bottom:100px;
	text-align: center;
	background:url(../img/top/sns_bg.jpg) no-repeat center top;
	background-size: cover;
}
.sns_ttl {
	text-align: center;
	background: url(../img/line_red.png) no-repeat center bottom;
	background-size:100% 1px;
}
.sns_ttl img {
	width: 109px;
}
.sns_tabBtn {
	margin-bottom: 30px;
	position: relative;
}
.sns_tabBtn:after {
	content: '';
	display: block;
	height:1px;
	width: 100%;
	background: url(../img/line_red.png) no-repeat center bottom;
	background-size:100% 1px;
	position: absolute;
	bottom: 2px;
	left: 0;
}
.sns_tabBtn_list {
	overflow: hidden;
	display: inline-block;
}
.sns_tabBtn_list img {
	height: 19px;
	width: auto;
	opacity: 0.5;
}
.sns_tabBtn_list li {
	float: left;
	display: block;
	position: relative;
	padding: 26px 0;
	cursor: pointer;
}
.sns_tabBtn_list li.active img {
	opacity: 1;
}
.sns_tabBtn_list li.active:after {
	content: '';
	display: block;
	height:1px;
	width: 100%;
	background: #cc0000;
	position: absolute;
	bottom: 0px;
	left: 0;
}
.sns_tabBtn_list li.active:before {
	content: '';
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 4.5px 5px 4.5px;
	border-color: transparent transparent #cc0000 transparent;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left:-2px;
}
.sns_tabBtn_list .fb {
	/*margin-right: 33px;*/
	margin-left: 33px;
}
.sns_tabCont_cont {
	background: url(../img/line_red.png) no-repeat center bottom;
	background-size:100% 1px;
	padding-bottom: 20px;
	margin-bottom: 30px;
}
.sns_tabCont_view img {
	width: 134px;
	transition: 0.2s all;
	-webkit-transition: 0.2s all;
}
.sns_tabCont_view a:hover img {
	transform: translate(3px,0);
	-webkit-transform: translate(3px,0);
}
.sns_tabCont_cont {
	overflow: hidden;
	padding-left: 2%;
}
.sns_tabCont_cont li {
	width: 23%;
	margin:0 2% 0 0;
	float: left;
	background: #d5d2cd;
	vertical-align: top;
}
.sns_tabCont_cont a:hover {
	opacity: 0.8;
}
.sns_tabCont_cont .ph {
	height: 180px;
	margin-bottom: 20px;
}
#instagramCont {
	height: 400px;
	position: relative;
}
.on #instagramCont {
	height: auto;
}
#instagramCont:before {
	border-radius: 50%;
	width: 40px;
	height: 40px;
	content: "";
	position: absolute;
	display: block;
	top: 50%;
	left: 50%;
	font-size: 10px;
	text-indent: -9999em;
	border-top: 5px solid rgba(255, 255, 255, 0.2);
	border-right: 5px solid rgba(255, 255, 255, 0.2);
	border-bottom: 5px solid rgba(255, 255, 255, 0.2);
	border-left: 5px solid #ffffff;
	-webkit-transform: translate(-50%,-50%);
	        transform: translate(-50%,-50%);
	-webkit-transition: opacity .15s ease-out;
	transition: opacity .15s ease-out;
	-webkit-animation: load8 1s infinite linear;
	        animation: load8 1s infinite linear;
	opacity: 1;
	pointer-events: none;
}
/*#sns_insta {
	display: none;
}*/
#sns_fb {
	display: none;
}
.off #instagramCont:before,
.on #instagramCont:before {
	opacity: 0;
}
@-webkit-keyframes load8 {
	0% {
		-webkit-transform: translate(-50%,-50%) rotate(0deg);
		        transform: translate(-50%,-50%) rotate(0deg);
	}
	100% {
		-webkit-transform: translate(-50%,-50%) rotate(360deg);
		        transform: translate(-50%,-50%) rotate(360deg);
	}
}
@keyframes load8 {
	0% {
		-webkit-transform: translate(-50%,-50%) rotate(0deg);
		        transform: translate(-50%,-50%) rotate(0deg);
	}
	100% {
		-webkit-transform: translate(-50%,-50%) rotate(360deg);
		        transform: translate(-50%,-50%) rotate(360deg);
	}
}

.sns_tabCont_cont .ph {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center top;
}
.sns_tabCont_cont .instagramPh {
	margin-bottom: 20px;
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	padding-top: 100%;
}
.sns_tabCont_cont .facebookPh {
	margin-bottom: 20px;
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	background-image: url(../img/logo.png);
	background-color: #000;
	padding-top: 100%;
}
.sns_tabCont_cont .txt {
	text-align: left;
	padding: 0 20px;
}
.sns_tabCont_cont .txt p {
	word-break: break-all;
}
.sns_tabCont_cont .txt_user {
	margin-bottom: 20px;
	display: table;
}
.sns_tabCont_cont .txt_user_icn {
	width: 40px;
	height: 30px;
	display: table-cell;
	vertical-align: top;
}
.sns_tabCont_cont .txt_user_icn span {
	display: block;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center top;
	width: 30px;
	height: 30px;
}
.sns_tabCont_cont .txt_user_name {
	display: table-cell;
	vertical-align: top;
}
.sns_tabCont_cont .txt_user_name_main {
	color: #000;
	font-size: 12px;
	padding-bottom:8px;
}
.sns_tabCont_cont .txt_user_name_sub {
	color: #666666;
	font-size: 12px;
}
.sns_tabCont_cont .txt_main {
	color: #666666;
	font-size: 14px;
	line-height: 24px;
	border-bottom:1px solid #a2a299;
	padding-bottom: 15px;
	position: relative;
}
.sns_tabCont_cont .txt_main_morelink {
	text-align: right;
}
.sns_tabCont_cont .txt_main_morelink a {
	color: #666;
	text-decoration: underline;
}
.sns_tabCont_cont .btn {
	text-align: right;
}
.sns_tabCont_cont .btn a {
	display: block;
	padding:15px 20px 20px 20px;
}
.sns_tabCont_cont .btn a:hover {
	opacity: 0.7;
}
.sns_tabCont_cont .btn img {
	width: 80px;
}
@media screen and (max-width: 1200px){
	.sns_tabCont_cont {
		white-space: nowrap;
		overflow-x: auto;
		overflow-y:hidden;
		display: inline-block;
		width: 100%;
		box-sizing: border-box;
		-webkit-box-sizing: border-box;
	}
	.sns_tabCont_cont li {
		width: 200px;
		float: none;
		display: inline-block;
		margin-right: 13px;
	}
	.sns_tabCont_cont li p {
		white-space:normal;
	}
	.sns_tabCont_cont .ph {
		height: 130px;
	}
}
@media screen and (max-width: 750px){
	.sns_tabBtn_list {
		display: block;
		width: 100%;
	}
	.sns_tabBtn_list li {
		padding-top:10px;
		padding-bottom:15px;
		width: 50%;
	}
	.sns_tabBtn_list li img {
		width: 50%;
		max-width: 140px;
		height: auto;
	}
	.sns_tabBtn_list .fb img {
		width: calc(50% - 14px);
		width: -webkit-calc(50% - 14px);
		max-width: 128px;
	}
	.sns_tabBtn_list .fb {
		margin-right: 0;
		margin-left: 0;
	}
	.sns_tabBtn_list li.active:before {
		bottom: 2px;
	}
	.sns_tabBtn_list li.active:after {
		bottom: 2px;
	}
}
@media screen and (max-width: 640px){
	#sns {
		padding-top: 30px;
		padding-bottom: 22px;
	}
	.sns_ttl img {
		width: 55px;
	}
	.sns_tabBtn {
		margin-bottom: 14px;
	}
	.sns_tabCont_view img {
		width: 93px;
	}
	.sns_tabCont_cont {
		margin-bottom: 15px;
	}
	.sns_tabCont_cont li {
		width: 170px;
	}
	.sns_tabCont_cont .ph {
		height: 90px;
		margin-bottom: 15px;
	}
	.sns_tabCont_cont .txt {
		padding: 0 15px;
	}
	.sns_tabCont_cont .txt_user {
		margin-bottom: 10px;
	}
	.sns_tabCont_cont .txt_main {
		font-size: 12px;
		line-height: 20px;
	}
	.sns_tabCont_cont .btn a {
		padding:8px 15px 13px 15px;
	}
}


/* link
=========================================== */

#link {
	padding-top:90px;
	padding-bottom:100px;
	text-align: center;
	background:url(../img/top/link_bg.jpg) no-repeat center top;
	background-size: cover;
}
.link_ttl {
	text-align: center;
	background: url(../img/line_red.png) no-repeat center bottom;
	background-size:100% 1px;
	margin-bottom: 30px;
}
.link_ttl img {
	width: 130px;
}
.linkbnr a {
	transition: 0.4s all;
	-webkit-transition: 0.4s all;
}
.linkbnr a:hover {
	opacity: 0.7;
}
.link_bnr01 {
	overflow: hidden;
	margin-bottom: 20px;
}
.link_bnr01 li {
	float: left;
	width: 49%;
}
.link_bnr01 li + li {
	float: right;
}
.link_bnr02 {
	margin-bottom: 20px;
}
.link_bnr03 {
	overflow: hidden;
}
.link_bnr03 li {
	float: left;
	width: 49%;
}
.link_bnr03 li + li {
	float: right;
}
#bana {
    margin: 60px 0 0 0;
}
#bana > div {
    /*float: left;*/
    width: 23%;
    margin: 0 auto;
}
#bana a {
	transition: 0.4s all;
	-webkit-transition: 0.4s all;
}
#bana a:hover {
	opacity: 0.7;
}
@media screen and (max-width: 640px){
	#link {
		padding-top: 30px;
		padding-bottom: 12px;
	}
	.link_ttl {
		margin-bottom: 15px;
	}
	.link_ttl img {
		width: 65px;
	}
	.link_bnr01 {
		margin-bottom: 12px;
	}
	.link_bnr01 li {
		float: none;
		width: 100%;
	}
	.link_bnr01 li + li {
		margin-top: 12px;
	}
	.link_bnr02 {
		margin-bottom: 12px;
	}
	.link_bnr03 li {
		float: none;
		width: 100%;
	}
	.link_bnr03 li + li {
		margin-top: 12px;
	}
    #bana {
        margin: 30px 0 20px 0;
    }
    #bana > div {
        /*float: left;*/
        width: 48%;
        margin: 0 auto;
    }
    #bana a {
        transition: 0.4s all;
        -webkit-transition: 0.4s all;
    }
    #bana a:hover {
        opacity: 0.7;
    }
}

/* movie
=========================================== */

#movie {
	padding-top: 92px;
	padding-bottom: 100px;
	text-align: center;
	background:url(../img/top/movie_bg.jpg) no-repeat center top;
	background-size: cover;
}
.movie_ttl {
	text-align: center;
	background: url(../img/line_red.png) no-repeat center bottom;
	background-size:100% 1px;
	margin-bottom: 30px;
}
.movie_ttl img {
	width: 187px;
}
.movie_youtube {
	margin:0 auto 30px auto;
	width: 100%;
	max-width: 880px;
	height: 495px;
}
.movie_title {
	color: #FFF;
	font-size: 14px;
}
@media screen and (max-width: 768px){
	.movie_youtube {
		height: 350px;
	}
}
@media screen and (max-width: 640px){
	#movie {
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.movie_ttl {
		margin-bottom: 15px;
	}
	.movie_ttl img {
		width: 93px;
	}
	.movie_youtube {
		height: 165px;
		margin-bottom: 12px;
	}
	.movie_title {
		font-size: 12px;
	}
}

.flexbox {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.clearFix:before,
.clearFix:after {
    content: " ";
    display: table;
}

.clearFix:after {
    clear: both;
}

.clearFix {
    *zoom: 1;
}

.showcaselink {

}
.showcaselink a {
	background: #f11655;
	color: #FFFFFF;
	display: block;
	padding: 8px 10px;
	text-align: center;
	border-radius: 30px;
	margin-top: 10px;
	font-family: anton, sans-serif;
	font-size: 1.3vw;
}
.showcaselink a .jp {
	font-size: 1.3vw;
	font-family: a-otf-midashi-go-mb31-pr6n, sans-serif;
	font-weight: bold;
}
.showcaselink a span { font-size: larger;}
@media screen and (max-width: 768px){
	p.showcaselink {
		margin-bottom: 30px;
	}
	.showcaselink a {
		background: #f11655;
		color: #FFFFFF;
		display: block;
		padding: 8px 10px;
		text-align: center;
		border-radius: 30px;
		margin-top: 10px;
		font-family: anton, sans-serif;
		font-size: 5.0vw;
		margin: 0 15px;
	}
	.showcaselink a span { font-size: larger;}
}