@charset "UTF-8";

#wrap{
	min-height:1000px;
}

.sp_bnr{
    margin:30px auto;
    padding:0 15px;
    text-align: center;
    transition: all 0.5s;
}

.sp_bnr:hover{
    opacity:0.8;
}

._pc{
    display: block;
}
._sp{
    display: none;
}

@media screen and (max-width:500px){
    
._pc{
    display: none;
}
._sp{
    display: block;
}
}

.sns{
	position:fixed;
	right:0;
	bottom:60px;
	z-index:100;
}

.sns li{
	margin:10px 0;
	border-radius: 10px 0 0 10px;
}

.sns li img{
	width:30px;
}

.sns li a{
	display:block;
	padding:10px;
}

.sns_tw{
	background:#00aced ;
}

.sns_fb{
	background:#305097  ;
}

.sns_insta{
    background: -webkit-linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
    background: linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
}

.sns_youtube{
    background: #ed2024;
}

.youtube_box{
	margin-top:80px;
}

.ft_sns{
	display:flex;
	justify-content: center;
}

.ft_sns li{
	margin:0 20px 20px;
}

.ft_sns li img{
	width:40px;
}

#cursor {
    position: fixed;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: #eee;
    width: 5px;
    height: 5px;
    border-radius: 100%;
    pointer-events: none;
	z-index:1001;
}

#cursor.active {
    transform: scale(0);
}

#stalker {
    position: fixed;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: #aaa;
    width: 30px;
    height: 30px;
    border-radius: 100%;
	-webkit-transition: all 0.2s ;
	-moz-transition: all 0.2s ;
	-ms-transition: all 0.2s ;
	-o-transition: all 0.2s ;
	transition: all 0.2s ;	
    opacity: .3;
    pointer-events: none;
	z-index:1000;
}

#stalker_before {
    position: fixed;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    transition: 0.2s;
    opacity: .3;
    pointer-events: none;
	z-index:1000;
	animation: circle 3s infinite linear;
}

#stalker.is-active {
    width: 63px;
    height: 63px;
	background:none;
	border:3px dotted #aaa;
	animation: rotation 5s infinite linear;
	mix-blend-mode: difference
}

#stalker_before.is-active{
	opacity:0;
}

@keyframes rotation {
  from {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  to {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

@keyframes circle {
  0% {
    transform: translate(-50%, -50%) scale(1);
    border:0px solid #aaa;
  }
  50% {
    transform: translate(-50%, -50%) scale(0);
    border:10px solid #aaa;
  }
  100% {
    transform: translate(-50%, -50%) scale(1);
    border:0px solid #aaa;
  }
}


#wrap{
	position:relative;
	overflow:hidden;
}

.sp_title{
	font-weight:bold;
}

.top_side{
	overflow:hidden;
}

.en{
	font-family: 'Bitter', serif;
	letter-spacing: 0.12em;
}

.serif{
	font-family: 'Noto Serif JP', serif;	
}

.bg_white{
	background:#fff;
}

.fix_header{
  	display:-webkit-box;
  	display:-ms-flexbox;	
	display:flex;
	-ms-flex-wrap:wrap;
	flex-wrap: wrap;
	position:fixed;
	top:0;
	left:0;
	width:100%;
}

.reverse{
	flex-direction: row-reverse;
}

.pc_only{
	display:block;
}

.sp_only{
	display:none;
}

/*=============
共通
=============*/

#header > li{
	transition:all 0.3s;
}

h1 img{
	transition:all 0.3s;
}

header{
	position:relative;
	z-index:100;
	width:100%;
	transition:all 0.3s;
}

.logo{
	padding:30px;
	background:#fff;
	transition: all 0.3s;
}

.gnav{
  	display:-webkit-box;
  	display:-ms-flexbox;	
	display:flex;
	-ms-flex-wrap:wrap;
	flex-wrap: wrap;
	margin:30px 0 0;
	transition: all 0.3s;
}

.gnav li a{
	display:block;
	padding:15px 15px 0;
	border-right:1px solid #ececec;
	transition: all 0.3s;
}

.gnav li a:hover > .gnav_title{
	color:#c30d23;
}

.gnav li:last-child a{
	border:none;
}

.gnav_sub{
	padding-left:2px;
	color:#c30d23;
}

.gnav_title{
	font-size: 20px;
    font-weight: 700;
    line-height: 1;
    padding: 4px 0 6px;
    transition: all 0.3s;
}

@media screen and (max-width:1500px){
	.gnav_title{
		font-size: 18px;
	}
}

.menu_btn{
	position:fixed;
	right:30px;
	top:20px;
	width:140px;
	cursor: pointer;
	z-index:100;
}

.chops{
	position:relative;
	display: block;
}

.chops:before{
	content:url("../images/chop_left.png");
	position:absolute;
    left: 58px;
    top: 20px;
    transform: rotate(25deg);	
	z-index:20;
	transition: all 0.3s;
}

.chops:after{
	content:url("../images/chop_right.png");
    position: absolute;
    left: 70px;
    top: 30px;
    transform: rotate(50deg);	
	z-index:20;
	transition: all 0.3s;
}

.menu_btn_imgbox{
	position:relative;
}

.menu_btn_imgbox:before{
	content:"MENU";
	font-family: 'Bitter', serif;
	letter-spacing: 0.12em;
	color:#fff;
	position:absolute;
	bottom:25px;
	left:0;
	width:100%;
	text-align:center;
	transition:all 0.3s;
}

.gnav-open .chops:before{
	position:absolute;
    left: 68px;
    top: 26px;
    transform: rotate(-45deg);	
	z-index:20;
}

.gnav-open .chops:after{
    position: absolute;
    left: 62px;
    top: 26px;
    transform: rotate(45deg);	
	z-index:20;
}

.gnav-open .menu_btn_imgbox:before{
	content:"CLOSE";
}

/**/

#modal-bg{
position: absolute;
top: 0;
left: 0;
    background: rgba(255,255,255,.95);
width: 100%;
height: 120%;
}

.modal_menu {
    position: fixed;
    display: table;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: all .5s;
    transition: all .5s;
    visibility: hidden;
    opacity: 0;
}

/* 開閉用ボタンクリック */
.gnav-open .modal_menu {
    /*cursor: url(../images/close.svg),auto;*/
    -webkit-transition: all .5s;
    transition: all .5s;
    visibility: visible;
    opacity: 1;
	object-fit: cover;
	width:100%;
	height:100%;
}

.fasc{
	opacity : 0;
	visibility: hidden;
	transition: 1s;
	transform: translateY(30px);
}

.fasc_active{
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}

.m_menu{
  	display:-webkit-box;
  	display:-ms-flexbox;	
	display:flex;
	-ms-flex-wrap:wrap;
	flex-wrap: wrap;
	width:100%;
	height:100vh;
	position:relative;
	z-index:10;
}

.m_menu_nav {
  	display:-webkit-box;
  	display:-ms-flexbox;	
	display:flex;
	-ms-flex-wrap:wrap;
	flex-wrap: wrap;
    align-items: center;
}

.m_menu_nav h2{
	width:100%;
}

.m_menu_nav02{
	width:100%;
    margin-top: 50px;
    padding-left: 20px;	
}

.m_menu_nav02 li{
	margin:20px 0;
}

.m_menu_nav02 a{
	font-size:18px;
	font-weight:bold;
	position:relative;
	overflow: hidden;
}

.m_menu_nav02 a:after{
	content:"";
	background:#c30d23;
	width:0;
	height:2px;
	position:absolute;
	bottom:-6px;
	left:0;
	transition:all 0.3s;
}

.m_menu_nav02 li:hover > a:after{
	width:100%; 
}

.m_menu_nav02 .en{
	color:#c30d23;
	font-size:13px;
	margin-left:20px;
}

.m_menu_graphic{
	width:45%;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;	
	height:100%;
	background:url("../images/m_menu_bg01.jpg") no-repeat center center;
	background-size:cover;
	transition: all 0.3s;
}

.gra-class02{
	background:url("../images/m_menu_bg03.jpg") no-repeat center center;
	background-size:cover;
	transition: all 0.3s;
}

.gra-class03{
	background:url("../images/m_menu_bg02.jpg") no-repeat center center;
	background-size:cover;
	transition: all 0.3s;
}

.gra-class04{
	background:url("../images/m_menu_bg04.jpg") no-repeat center center;
	background-size:cover;
	transition: all 0.3s;
}

.gra-class05{
	background:url("../images/m_menu_bg05.jpg") no-repeat center center;
	background-size:cover;
	transition: all 0.3s;
}

.gra-class06{
	background:url("../images/m_menu_bg06.jpg") no-repeat center center;
	background-size:cover;
	transition: all 0.3s;
}

.m_menu_nav{
	width:55%;
	padding:0 30px;
}

.m_menu_copy{
	font-size:11px;
	padding-left:20px;
	margin-top:50px;
	display:block;
}

/**/

.contents_line,
.contents_line02{
	position:relative;
}

.contents_line:before{
	content: "";
    width: 100px;
    height: 2px;
    background: #c30d23;
    position: absolute;
    left: -118px;
    top: 14px;
}

.top_catch .contents_line:before{
	display: none;
}

.contents_line02:before{
    content: "";
    width: 85px;
    height: 2px;
    background: #c30d23;
    position: absolute;
    left: -100px;
    top: 60px;
}

.article_head{
  	display:-webkit-box;
  	display:-ms-flexbox;	
	display:flex;
	align-items: center;
	font-size:38px;
	line-height:1;
	font-weight:bold;
}

.head_en{
	margin-left:3em;
	padding:0 1em;
	font-size:0.6em;
	color:#c30d23;
	border-left: 2px solid #c30d23;
	border-right: 2px solid #c30d23;
	line-height:1;
}

.head_icon{
	margin-right:50px;
}

.top_article{
	padding:150px 0 0;
	position:relative;
}

/*.top_article:before{
	content:"";
	position:absolute;
	right:-50px;
	top:10px;
	width:1000px;
	height:820px;
	background:url("../images/bg_gold.png")
}*/

#about{
	padding-top:100px;
}

/*.gold_right{
	position:absolute;
	right:-50px;
	top:250px;
	width:1000px;
	height:820px;
	background:url("../images/bg_gold.png");
	z-index:-1;
}*/

.page_linkbtn{
	 max-width: 1500px;
}

.page_linkbtn a{
	font-size:24px;
	font-weight:bold;
	display:block;
	padding:0.75em 0.3em;
	text-align:center;
	max-width:650px;
	color:#fff;
	background:url("../images/wave.png");
	border-radius:10px;
	margin:50px auto;
	position: relative;
	z-index:5;
}

.page_linkbtn a:after{
	content:url("../images/link_ar.svg");
	width:24px;
	height:auto;
	position:absolute;
	right:20px;
	top:50%;
	transform:translateY(-50%);
	transition:all 0.3s;
}

.page_linkbtn a:hover:after{
	right:10px;
}

.ft_nav{
	padding:40px;
	max-width:740px;
	margin:0 auto;
  	display:-webkit-box;
  	display:-ms-flexbox;	
	display:flex;
	-ms-flex-wrap:wrap;
	flex-wrap: wrap;
	align-items: center;
}

.ft_navlist{
	padding:0 30px;
}

.ft_menu{
	border-left:1px solid #fff;
	padding-left:50px;
}

.ft_menu li span{
	display:block;
	color:#fff;
	line-height:1;
}

.ft_menu li a {
	display:block;
	margin:30px 0;
	color:#fff;
}

.ft_menu_en{
	font-size:12px;
	transition: all 0.3s;
}

.ft_menu_ja{
	font-size:16px;
	padding-top:10px;
	font-weight:bold;
	transition: all 0.3s;
}

.ft_menu li a:hover span{
	color:#c30d23;
}

.ftCopy{
	text-align:center;
	font-size:12px;
	padding:30px 0;
	display:block;
	color:#fff;
}

.fixed .logo{
	padding:9px;
	width:200px;
	text-align:center;
	transition:all 0.3s;
	padding-top:14px;
}

.fix_header:before{
	transition:all 0.3s;
}

.fixed .fix_header:before{
	content:"";
	height:84px;
	width:100%;
	background:#fff;
	position:absolute;
	left:0;
	top:0;
	z-index:-1;
}

.fixed .logo img{
	width:70px;
}

.fixed .gnav{
	margin-top:0;
}

.fixed .gnav li{
	height:84px;
	margin-top:5px;
}

.fixed .fix_header{
	height:84px;
	overflow:hidden;
}


/*=============
ホーム
=============*/

.top_contents{
	margin-top:150px;
  	display:-webkit-box;
  	display:-ms-flexbox;	
	display:flex;
	-ms-flex-wrap:wrap;
	flex-wrap: wrap;
}

.top_side{
	width:200px;
	position:relative;
}

.top_main{
	width:calc(100% - 200px);
}

.slidearea{
	position:relative;
}

.headCopy{
	color:#fff;
	font-size:1vh;
	position:absolute;
	right:15px;
	top:40px;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    -o-writing-mode: vertical-rl;	
	writing-mode: vertical-rl;
	z-index:10;
}

.scroll{
	position:relative;
	top:270px;
	left:50%;
	transform: translateX(-50%);
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    -o-writing-mode: vertical-rl;
	writing-mode: vertical-rl;
	font-size:20px;
}

.scroll:after{
	content:"";
	position:absolute;
	left:50%;
	top:350px;
	width:2px;
	height:1000vh;
	background:#c30d23;
}

.top_catch{
	padding-bottom:30px;
	max-width:600px;
	position:relative;
	margin-top:50px;
}

.projectpage{
	max-width:1200px !important;
	background:none !important;
	margin-top:220px !important;
}

/*.top_catch:before{
	content:url("../images/bg_gold.png");
	position:absolute;
	top: -350px;
    left: -350px;
	z-index:-1;
}*/

.top_catch_box{
    padding:100px 20px 0;
	position:relative;
}

.top_catch_box p{
	line-height:2;
	max-width:580px;
	background:#fff;
	font-size:18px;
}

.top_catch h2{
    font-size: 56px;
    color: #c30d23;
    margin-bottom: 50px;
    font-family: 'Noto Serif JP';
    font-style: normal;
    font-weight: 200;	
}

.top_catch_img{
	position:absolute;
	top:0;
	right:-700px;
}

.top_catch_logo{
	position:absolute;
	top:560px;
	right:-500px;
}

.topnews_listbox{
	margin-top:50px;
}

.topnews_listbox ul{
  	display:-webkit-box;
  	display:-ms-flexbox;	
	display:flex;
	-ms-flex-wrap:wrap;
	flex-wrap: wrap;
	max-width:1500px;
}

.topnews_list_img{
	position: relative;
	transition:all 0.3s;
}

.topnews_list_img:before{
	content:"";
	/*background:rgba(195,13,35,0.35);*/
	background:rgba(0,0,0,0.2);
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	opacity:0;
	transition:all 0.3s;
	border-radius:10px;
}

.topnews_list:hover a > .topnews_list_img:before{
	opacity:1;
}

.topnews_list:hover a > .topnews_title{
	color:#c30d23;
}

.topnews_list_img img{
	width:100%;
    border-radius: 10px;
	border:2px solid #c30d23;
}

.topnews_listbox li{
	width:23%;
	margin: 1% 1% 2%;
	padding-right:30px;
	position: relative;
}

@media screen and (max-width:800px){
	.topnews_listbox li{
		width:31.33%;
	}
}

/*
.topnews_listbox li:first-child{
	width:98%;
	margin: 1% 1% 2%;
	padding-right:30px;
	position: relative;
}

.topnews_listbox li:first-child a{
	display:flex;
}

.topnews_listbox li:first-child .topnews_list_img{
	width:40%;
}

.topnews_listbox li:first-child .topnews_list_text{
	width:60%;
	font-size:42px;
	font-weight:bold;
}
.topnews_listbox li:first-child .topnews_title{
	font-weight:bold;
}*/

.topnews_data{
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    -o-writing-mode: vertical-rl;
	writing-mode: vertical-rl;
	position:absolute;
	right:0;
	top:0;
	font-size:18px;
	color:#c30d23;
	line-height: 1;
	vertical-align:bottom;
}

.topnews_data .year{
	font-size:12px;
	color:#c30d23;
	padding-bottom:6px;
	padding-right:5px;
	display: inline-block;
	vertical-align:bottom;
}

.topnews_title{
    margin-top: 10px;
    padding: 0;
    font-size: 15px;
	line-height: 1.4;
}

.oubo_end{
    background: #c30d23;
    color: #fff;
    padding: 0.5em;
    margin-top: 10px;
    display: inline-block;
    line-height: 1;
}

.topbnr_listbox{
	margin:150px 0 50px;
}

.topbnr_list{
  	display:-webkit-box;
  	display:-ms-flexbox;	
	display:flex;
	-ms-flex-wrap:wrap;
	flex-wrap: wrap;
}

.topbnr_listTextbox{
	width:500px;
	padding:30px 50px 30px 30px;
	position:relative;
}

.topbnr_listImg{
	width:calc(100% - 500px);
}

.topbnr_listImg a{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;	
}

.topbnr_web01{
	background:url("../images/bnr_bg01.png") no-repeat center center;
	background-size: auto 100%;
	transition: all 0.3s;
	border: 1px solid #eee;
}

@media screen and (min-width:1400px){
	.topbnr_web01{
		background:url("../images/bnr_bg01_wide.png") no-repeat top center;
		background-size: auto 100%;
		transition: all 0.3s;
	}
}

.topbnr_web02{
	background:url("../images/bnr_bg02_wide.jpg") no-repeat center center;
	background-size: auto 100%;
	transition: all 0.3s;
}

@media screen and (min-width:767px) and (max-width:1025px){
	.topbnr_web02{
		background:url("../images/bnr_bg02.jpg") no-repeat top center;
		background-size:cover;
	}
}

@media screen and (min-width:800px){
.topbnr_list:hover .topbnr_web01{
	background:url("../images/bnr_bg01_wide.png") no-repeat top center;
	background-size: auto 105%;
}

.topbnr_list:hover .topbnr_web02{
	background:url("../images/bnr_bg02_wide.jpg") no-repeat top center;
	background-size: auto 105%;
}
}

.topbnr_textsub {
	font-size:22px;
	font-weight:bold;
	color:#c30d23;
	text-align:center;
}

.topbnr_title{
	font-size:36px;
	text-align:center;
	line-height:1.5;
	padding:50px 0 70px;
}

.topbnr_link{
	text-align:center;
}

.topbnr_link a{
	border:1px solid #fff;
	padding:1.5em 60px 1.5em 1.5em;
	border-radius:10px;
	position:relative;
	line-height:1;
	display:inline-block;
	floar:right;
	font-size:15px;
}

.topbnr_link a:hover{
	border:1px solid #c30d23;
	color:#c30d23;
}

.topbnr_link a:before{
	content:"";
	width:20px;
	height:20px;
	background:url("../images/icon_blank.png") no-repeat center center;
	background-size:cover;
	position:absolute;
	right:15px;
	top:50%;
	margin-top:-10px;
}

.topbnr_listImg{
	position:relative;
	overflow:hidden;
}

.topbnr_listImg:before{
	content:"";
	background:rgba(0,0,0,0.7);
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	transition:all 0.5s;
	display:none;
}

.topbnr_list:hover .topbnr_listImg:before{
	left:70vw;
}

.topbnr_listImg_logo{
	position:absolute;
	top:50%;
	left:50%;
	transform: translate(-50%,-50%);
	color:#fff;
	font-size:24px;
}

.img_ring{
	position:absolute;
	top:50%;
	right:-23px;
	transform:translateY(-50%);
    display: inline-block;
	z-index:5;
}

.img_ring:before{
	content:"";
	position:absolute;
	width:30px;
	height:2px;
	background:#c30d23;
	top:50%;
	right:30px;
	transform:translateY(-50%);
	transition:all 0.3s;
}

.topbnr_list{
	margin:80px 0;
}

.topbnr_list:nth-child(2) .img_ring{
	position:absolute;
	top:50%;
	right:auto;
	left:-22px;
	transform:translateY(-50%);
    display: inline-block;
	z-index:5;
}

.topbnr_list:nth-child(even) .img_ring img{
	transform:rotate(180deg);
}

.topbnr_list:nth-child(even) .img_ring:before{
	content:"";
	position:absolute;
	width:30px;
	height:2px;
	background:#c30d23;
	top:50%;
	right:auto;
	left:30px;
	transform:translateY(-50%);
	transition:all 0.5s;
}

.topbnr_list:hover .img_ring:before{
	width:0;
}

.topbnr_list:nth-child(even) .topbnr_listTextbox {
    width: 500px;
    padding: 30px 30px 30px 50px;
    position: relative;
}

.topdish_listbox ul {
  	display:-webkit-box;
  	display:-ms-flexbox;	
	display:flex;
	-ms-flex-wrap:wrap;
	flex-wrap: wrap;
    max-width: 1500px;
	margin-top:30px;
}

.topdish_listbox li {
    width: calc((100% - 60px)/3);
    position: relative;
	padding:20px;
}

.topdish_list_img img{
	width:100%;
	border-radius:10px;
	border:2px solid #c30d23;
	position:relative;
}

.topdish_list_title{
	padding:5px 10px;
    font-weight: bold;
    margin-bottom: 10px;	
}

.topdish_list_img span{
	position:relative;
    display: block;
}

.topdish_list_img span:after{
	content:"";
	/*background:rgba(195,13,35,0.35);*/
	background:rgba(0,0,0,0.2);
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	opacity:0;
	transition:all 0.3s;
	border-radius:10px;
}

.topdish_list:hover a > .topdish_list_img span:after{
	opacity:1;
}

.topdish_list:hover a > .topdish_textbox .topdish_list_title{
	color:#c30d23;
}


.perform_box .en{
	color:#c30d23;
}

.topdish_perlist{
	display:block;
	border-left:1px solid #c30d23
}

.topdish_perlist li{
	width:100%;
	padding:5px 5px 5px 20px;
	line-height:1;
	font-size:14px;
	background:#fff;
}

.perform_box{
	display:block;
	margin-left:15px;
}

.topdish_list:first-child {
	width:100%;
  	display:-webkit-box;
  	display:-ms-flexbox;	
	display:flex;
	-ms-flex-wrap:wrap;
	flex-wrap: wrap;
    margin-bottom: 30px;
}

.topdish_list:first-child a{
  	display:-webkit-box;
  	display:-ms-flexbox;	
	display:flex;
	-ms-flex-wrap:wrap;
	flex-wrap: wrap;
}

.topdish_list:first-child .topdish_list_img{
	width:63.5%;
	position:relative;
	padding-right:40px;
}

.topdish_list:first-child .topdish_list_img:before{
	content:"SPECIAL MOVIES";
	font-family: 'Bitter', serif;
	letter-spacing: 0.12em;
    color: #c30d23;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    -o-writing-mode: vertical-rl;
	writing-mode: vertical-rl;
	position:absolute;
	right:0;
	top:0;
	font-size:18px;
}

.topdish_list:first-child .topdish_list_img span:before{
	content:url("../images/logo_youtube.svg");
    width:170px;
	height:78px;
	position:absolute;
	right:0;
	bottom:0;
	border-top:2px solid #c30d23;
	border-left:2px solid #c30d23;
	z-index:2;
}

.topdish_list:first-child .topdish_textbox{
	width:36.5%;
	padding:30px 50px;
}

.topdish_list:first-child .topdish_list_title{
	font-size:26px;
	font-weight:bold;
}

.topdish_list:first-child .perform_box{
	margin-left: 16px;
    display: block;
	font-size:20px;
	margin:30px 0 30px 16px;;
}

.topdish_list:first-child .topdish_perlist li{
	font-size:18px;
	font-weight:bold;
}

.topdish_link{
	border:1px solid #fff;
	padding:1.5em 60px 1.5em 1.5em;
	border-radius:10px;
	position:relative;
	line-height:1;
	display:inline-block;
	float:right;
	font-size:15px;
	background:#fff;
	margin-top:30px;
	transition: all 0.3s;
}

.topdish_link:before{
	content:"";
	width:20px;
	height:20px;
	background:url("../images/icon_blank.png") no-repeat center center;
	background-size:cover;
	position:absolute;
	right:15px;
	top:50%;
	margin-top:-10px;
}

.topdish_list:first-child .topdish_textbox:hover .topdish_link{
	border:1px solid #c30d23;
	color:#c30d23;
}

.topweb_listbox ul {
  	display:-webkit-box;
  	display:-ms-flexbox;	
    display: flex;
    flex-wrap: wrap;
    max-width: 1500px;
	margin-top:30px;
}

.topweb_listbox li {
    width: calc((100% - 60px)/3);
    position: relative;
	padding:20px;
}

.topweb_listbox li p{
	font-size:14px;
	padding-top:10px;
	background:#fff;
}

.topweb_list_img{
	position:relative;
}

.topweb_list_img:before{
	content:"";
	/*background:rgba(195,13,35,0.35);*/
	background:rgba(0,0,0,0.2);
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	opacity:0;
	transition:all 0.3s;
	border-radius:10px;
}

.topweb_list:hover a > .topweb_list_img:before{
	opacity:1;
}

.topweb_list:hover a > p{
	color:#c30d23;
}

footer{
	background:#fff;
	position: relative;
	z-index:5;
}
.ft_topbox{
	padding:50px 0 30px;
  	display:-ms-flexbox;	
	display:flex;
	-ms-flex-wrap:wrap;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
.ft_top a{
	display:inline-block;
	padding-left:100px;
	padding-right:40px;
	font-size:20px;
	color:#c30d23;
	position:relative;
}

.ft_top a:after{
	content:url("../images/totop.png");
	position:absolute;
	right:0;
	top:0;
	transition: all 0.3s;
}

.ft_top a:hover:after{
	top:-10px;
}

.ft_bnr{
	padding-right:100px;
}

.ft_bnr img{
	width:120px;
}

.ft_box{
	background:url("../images/ft_bg.png") no-repeat center center;
	background-size:cover;
	min-height:300px;
	padding-top:30px;
	position:relative;
}

.ft_box:before{
	content:"";
	width:100%;
	height:31px;
	background:url("../images/ft_wave.png") repeat-x top left;
	position:absolute;
	left:0;
	top:-1px;
}

.slidebox.pc_only{
  	display:-webkit-box;
  	display:-ms-flexbox;		
	display:flex;
	height: 85.5vh;
	max-width:1720px;
}

.swiper_l{
	width:50%;
	z-index:10;
}

.swiper_r{
	width:50%;
	z-index:1;
}

#page_nav{
	top:auto;
	right: auto;
	bottom:0;
	left:0;
	width:100%;
	text-align:right;
	padding-right:50px;
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet{
	display:inline-block;
	margin:0 5px;
}

.swiper-pagination-bullet{
	border-radius:0;
	width:50px;
	height:5px;
}

.swiper-pagination-bullet-active{
	background:#c30d23;
}

.slide_text {
    position: absolute;
	left:50%;
	top:50%;
	z-index:20;
	max-width:700px;
	transform: translate(-50%,-50%);
}	

/*.swiper-slide img{
	position: relative;
    top: 50%;
    transform: translate(0,-50%);	
}
.swiper-slide{
	overflow:hidden;
}*/



.topweb_listbox li iframe{
	width:100%;
	height:280px;
}

@media screen and (max-width:1700px){
	.slidebox.pc_only{
		height:600px;
	}
}
@media screen and (max-width:1420px){
	.slidebox.pc_only{
		height:500px;
	}
}
@media screen and (max-width:1200px){
	.slidebox.pc_only{
		height:400px;
	}
}
@media screen and (max-width:830px){
	.slidebox.pc_only{
		height:350px;
	}
	.topweb_listbox li iframe{
		height:220px;
	}	
	.youtube_box .topweb_list{
		width:100%;
		margin-top:20px;
	}
}
@media screen and (max-width:560px){
	.slidebox.pc_only{
		display:none;
	}
	.topbnr_listbox {
		margin: 110px 0 50px;
	}	
	.topbnr_listImg:before{
		display:none;
	}
	.slide_text{
		display:none;
	}
}

.top_bs{
	max-width:1500px;
	margin-top:80px;
}

.topbs_main{
	text-align:center;
	margin-top:50px;
}

.topbs_main_inner{
	max-width:1100px;
	margin:0 auto;
	display:flex;
	flex-wrap: wrap;
}

.topbs_main_inner div{
	width:50%;
}

.topbs_textbox h4{
	text-align:center;
	font-weight:bold;
	font-size:25px;
	margin:30px 0;
}

.topbs_textlist{
	display:flex;
	flex-wrap: wrap;
	align-items: center;
	max-width:1000px;
	margin:0 auto;
}

.topbs_textlist_l{
	width:40%;
}

.topbs_textlist_r{
	width:60%;
}

.moviepage{
	background:none !important;
	margin-top:220px !important;
}

.subcatch_title{
	max-width:300px;
    margin: 0 auto;
    padding: 0 1em;
    color: #c30d23;
    border-left: 2px solid #c30d23;
    border-right: 2px solid #c30d23;
    line-height: 1;
	text-align: center;
	font-size:18px;
	margin-bottom:50px;
}

.moviepage_title{
	font-size:24px;
	text-align:center;
	font-weight:bold;
}

.tokyokaigi{
	display:flex;
	flex-wrap: wrap;
	max-width:1000px;
	margin:30px auto;
}

.tokyokaigi_data{
	width:50%;
}

.tokyokaigi_data a{
	color:#c30d23;
}

.tokyokaigi_data p{
	margin-bottom:1em;
	margin-left:100px;
	padding-left:20px;
}

.tokyokaigi_text{
	width:50%;
	margin:20px 0;
	font-size:16px;
}

.tokyokaigi_catch{
	margin-top:50px !important;
}

.tokyokaigi_img img{
	transition: all 0.3s;
}

.tokyokaigi_img img:hover{
	transform: scale(1.05);
}

.moviepage_title span{
	font-size:36px !important;
	font-weight:bold !important;
}

.moviepage_title span.moviecatch_sub{
	font-size:15px !important;
}

.spmovie{
	overflow: hidden;
}

.spmovie_box{
	padding:30px 0;
}

.spmovie .spmovie_box:nth-child(2n){
	background:#efefef;
}

.spmovie_inner{
	max-width:1000px;
	margin:30px auto;
}

.spmovie_data{
	display:flex;
	flex-wrap: wrap;
}

.spmovie_data02{
	width:calc(100% - 430px);
	margin-left:20px;
}

@media screen and (max-width:800px){
	.spmovie_data02{
		width:100%;
		margin-left:0;
	}
}

.name_listbox{
	display:flex;
	flex-wrap: wrap;
}

.name_list{
	margin-right:30px;
}

.spmovie_roll{
	font-weight:bold;
	margin-top:10px;
}

.spmovie_name{
	font-weight:bold;
	font-size:24px;
	margin-top:5px;
}

.spmovie_name span{
	font-size:16px;
	margin-left:10px;
}

.spmovie_profile{
	font-size:14px;
	margin-top:1em;
}

.spmovie_profile span{
	font-size:13px;
	font-weight:bold;
	display:block;
}

.dish_name{
	font-size:20px;
	font-weight:bold;
	margin:20px 0;
}

.chef_movie_double{
	display:flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top:20px;
	position: relative;
}

/*.recipe_dummy{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}*/

.chef_movie_youtube{
	width:49%;
}

.chef_movie_youtube_wide{
	width:100%;
}

.chef_movie_youtube iframe,
.chef_movie_youtube_wide iframe{
	width:100%;
}

.chef_movie_youtube_wide iframe {
	height:480px;
}

@media screen and (max-width:768px){
	.chef_movie_youtube_wide iframe {
		height:400px;
	}
}

@media screen and (max-width:500px){
	.chef_movie_youtube_wide iframe {
		height:200px;
	}
}

.spmovie_single{
	display:flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.spmovie_single01{
	width:49%;
}

.spmovie_single02{
	width:49%;
}

.spmovie_single02 iframe{
	width:100%;
}

.tokyokaigi_list{
	display:flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin:30px 0;
}

.tokyokaigi_list li{
	width:49%;
}

.link_list{
	display:flex;
	flex-wrap: wrap;
	align-items: center;
	padding-right:50px;
}

.link_list li{
	color:#fff !important;
}

.sp_link{
	text-align: center;
	margin:0 auto;
}

.sp_link a{
	width:750px;
}

.page_linkbtn_text{
    border: 5px solid #eee;
    padding: 10px;
    margin: 10px;
    width: 47%;	
}

.page_linkbtn_text span{
	color: #c30d23;
    font-weight: bold;
    font-size: 14px;
    margin-bottom: 5px;
    display: inline-block;
}

.link_list01{
	padding:0 10px;
	font-weight:bold;
	font-size:34px;
}

.link_list02{
	text-align:left;
	font-size:16px;
	padding-left:20px;
}

.japan_title{
	max-width:500px;
	font-weight:bold;
	margin-bottom:20px;
}

/*youtube*/

.top_youtube{
	margin:50px 0 0;
	text-align:center;
    max-width: 1500px;	
	padding-right:30px;
}

.top_youtube img{
	transition: all 0.3s;
	border:1px solid #eee;
}

.top_youtube:hover img{
	transform: scale(1.02);
}



/*追加実装：0327*/

.m_archive_title {
	text-align: center;
	font-size: 30px;
	margin: 50px 0 30px;
	color: #eee;
  }
  
  .chef_box {
	max-width: 1440px;
	margin: 0 auto;
	padding: 20px 0;
  }
  .chef_box ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	-webkit-box-pack: justify;
		-ms-flex-pack: justify;
			justify-content: space-between;
	-webkit-box-align: start;
		-ms-flex-align: start;
			align-items: flex-start;
  }
  .chef_box ul .chef_boxlist {
	width: 48%;
	background: #eee;
	padding: 20px;
	margin: 2% 0;
	position: relative;
	overflow: hidden;
  }
  .chef_box ul .chef_boxlist .chef_title {
	position: absolute;
	top: 30px;
	right: 30px;
  }
  .chef_box ul .chef_boxlist .chef_data {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
  }
  .chef_box ul .chef_boxlist .chef_data:before {
	content: "";
	width: 100%;
	height: 5px;
	background: #E64D3F;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 1;
  }
  .chef_box ul .chef_boxlist .chef_data .chef_img img {
	position: relative;
	z-index: 10;
  }
  .chef_box ul .chef_boxlist .chef_datalist {
	padding-left: 20px;
	margin-top: 40px;
	text-align: left;
  }
  .chef_box ul .chef_boxlist .chef_datalist .chef_add {
	background: #E64D3F;
	color: #fff;
	display: inline-block;
	padding: 0 10px 0;
	position: relative;
	font-size: 14px;
	height: 30px;
	line-height: 30px;
  }
  .chef_box ul .chef_boxlist .chef_datalist .chef_add:after {
	content: "";
	background: #E64D3F;
	width: 210px;
	height: 30px;
	position: absolute;
	top: 0;
	left: -200px;
	-webkit-transform: skewX(-15deg);
			transform: skewX(-15deg);
	z-index: 1;
  }
  .chef_box ul .chef_boxlist .chef_datalist .chef_shop {
	margin: 15px 0 5px;
  }
  .chef_box ul .chef_boxlist .chef_datalist .chef_name span {
	font-size: 1.8rem;
	font-family: "Noto Serif JP", serif;
	margin-right: 10px;
  }
  .chef_box ul .chef_boxlist .chef_movie {
	padding: 20px 0 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	-webkit-box-pack: justify;
		-ms-flex-pack: justify;
			justify-content: space-between;
  }
  .chef_box ul .chef_boxlist .chef_movie li {
	width: 48%;
	margin: 2% 0 0;
  }
  .chef_box ul .chef_boxlist .chef_movie li iframe {
	width: 100%;
	height: 180px;
  }
  .chef_box ul .chef_boxlist .chef_movie li p {
	font-size: 13px;
	letter-spacing: 0;
  }
  
  .m_event {
	max-width: 1000px;
	margin: 0 auto;
	background: #eee;
	min-height: 100px;
	padding: 20px;
	overflow: hidden;
  }
  .m_event .m_event_box .m_event_data {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
  }
  .m_event .m_event_box .m_event_data:before {
	content: "";
	width: 100%;
	height: 5px;
	background: #E64D3F;
	position: absolute;
	left: 0;
	bottom: 0;
  }
  .m_event .m_event_box .m_event_img {
	position: relative;
	z-index: 10;
  }
  .m_event .m_event_box .m_event_text {
	padding-left: 50px;
	margin-top: 30px;
  }
  .m_event .m_event_box .m_event_text .m_event_name {
	background: #E64D3F;
	color: #fff;
	display: inline-block;
	padding: 0 10px 0;
	position: relative;
	font-size: 14px;
	height: 30px;
	line-height: 30px;
  }
  .m_event .m_event_box .m_event_text .m_event_name:after {
	content: "";
	background: #E64D3F;
	width: 210px;
	height: 30px;
	position: absolute;
	top: 0;
	left: -200px;
	-webkit-transform: skewX(-15deg);
			transform: skewX(-15deg);
	z-index: 1;
  }
  .m_event .m_event_box .m_event_text .m_event_day {
	font-size: 20px;
	color: #E64D3F;
	padding: 10px 0;
  }
  .m_event .m_event_box .m_event_text .m_event_title {
	font-size: 20px;
	font-weight: bold;
  }
  .m_event .m_event_box .m_event_youtube {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	-webkit-box-pack: justify;
		-ms-flex-pack: justify;
			justify-content: space-between;
	padding-top: 30px;
  }
  .m_event .m_event_box .m_event_youtube li {
	width: 31%;
  }
  .m_event .m_event_box .m_event_youtube li iframe {
	width: 100%;
	height: 180px;
  }
  .m_event .m_event_box .m_event_youtube li p {
	font-size: 13px;
	letter-spacing: 0;
  }
  
  @media screen and (max-width: 1000px) {
	.chef_box .chef_title img {
	  width: 120px;
	}
	.chef_box .chef_img {
	  width: 130px;
	  display: -webkit-box;
	  display: -ms-flexbox;
	  display: flex;
	  -webkit-box-align: end;
		  -ms-flex-align: end;
			  align-items: flex-end;
	}
	.chef_box .chef_shop {
	  font-size: 13px;
	}
	.chef_box .chef_add {
	  font-size: 13px !important;
	  height: 20px !important;
	  line-height: 20px !important;
	}
	.chef_box .chef_add:after {
	  content: "";
	  height: 20px !important;
	}
	.chef_box .chef_name span {
	  font-size: 18px !important;
	}
	.chef_box .chef_movie iframe {
	  height: 100px !important;
	}
	.chef_box .chef_movie p {
	  text-align: left;
	  font-size: 11px;
	}
  
	.m_event .m_event_text {
	  padding-left: 20px !important;
	}
	.m_event .m_event_text .m_event_day {
	  font-size: 18px;
	}
	.m_event .m_event_text .m_event_title {
	  font-size: 18px;
	}
	.m_event .m_event_youtube li iframe {
	  height: 100px !important;
	}
  }
  @media screen and (max-width: 500px) {
	.chef_box .chef_img {
	  width: calc(100% - 65%);
	  display: -webkit-box;
	  display: -ms-flexbox;
	  display: flex;
	  -webkit-box-align: end;
		  -ms-flex-align: end;
			  align-items: flex-end;
	}
	.chef_box .chef_boxlist {
	  width: 100% !important;
	}
	.chef_box .chef_title {
	  top: 15px !important;
	  right: 15px !important;
	}
	.chef_box .chef_shop {
	  margin: 5px 0 !important;
	}
	.chef_box .chef_name {
	  padding-bottom: 10px;
	}
	.chef_box .chef_movie p {
	  font-size: 12px !important;
	}
  
	.m_event .m_event_box .m_event_data {
	  display: block;
	  position: relative;
	}
	.m_event .m_event_box .m_event_img {
	  width: 80%;
	  margin: 0 auto;
	}
	.m_event .m_event_box .m_event_text {
	  padding-left: 50px;
	  margin-top: 30px;
	}
	.m_event .m_event_box .m_event_text .m_event_name {
	  font-size: 13px;
	  height: 20px;
	  line-height: 20px;
	}
	.m_event .m_event_box .m_event_text .m_event_name:after {
	  content: "";
	  background: #E64D3F;
	  width: 210px;
	  height: 20px;
	  top: 0;
	  left: -200px;
	}
	.m_event .m_event_box .m_event_text .m_event_day {
	  font-size: 16px;
	  padding: 10px 0 5px;
	}
	.m_event .m_event_box .m_event_text .m_event_title {
	  font-size: 16px;
	  padding-bottom: 15px;
	}
	.m_event .m_event_box .m_event_youtube {
	  padding: 0 20px;
	  margin-top: 20px;
	}
	.m_event .m_event_box .m_event_youtube li {
	  width: 48%;
	  margin: 2% 0;
	}
	.m_event .m_event_box .m_event_youtube li p {
	  font-size: 12px;
	}
  }
  /*# sourceMappingURL=custom.css.map */


/*コンテンツバナー追加*/

.top_conbnr{
	max-width:1500px;
	padding:30px 15px;
}

.top_conbnr ul{
	max-width:1400px;
	margin:0 auto;
	display:flex;
	flex-wrap: wrap;
	justify-content: center;
}

.top_conbnr li{
	width:31.33%;
	margin:1%;
	border:1px solid #eee;
}

.top_conbnr li img{
	transition:all 0.3s;
}

.top_conbnr li:hover img{
	transform: scale(1.05);
}

@media screen and (max-width:800px){
	.top_conbnr li{
		width:48%;
		margin:2%;
		border:1px solid #eee;
	}
}

@media screen and (max-width:800px){
	.top_conbnr li{
		width:90%;
		margin:2% 5%;
		border:1px solid #eee;
	}
}