@charset "UTF-8";

/*=============
下層共通
=============*/

.under_contents{
	margin:0 auto;
	padding:0 30px;
}

.un_catch{
	margin-top:150px;
}

.un_catch ul{
  	display:-webkit-box;
  	display:-ms-flexbox;	
	display:flex;
	-ms-flex-wrap:wrap;
	flex-wrap: wrap;
	justify-content: space-between;
}

.un_catch li{
	width:calc((100% - 30px)/2);
}

.un_catch li:nth-child(2){
	margin-top:30px;
}

.un_headbox_title{
	text-align:center;
    margin-top: -70px;
}

.article_unhead span{
	display:block;
}

.article_unhead{
	font-size:40px;
}

.article_unhead .head_en{
	margin-left:0;
	font-size:0.5em;
	display:inline-block;
}

.article_unhead .sp_title{
	padding:30px 0 10px;
	line-height: 1;
}

.un_headbox_text p{
	max-width:740px;
}

.parallax {
    min-height: 62vh;
}
.parallax.bg-01 {
    background: url("../about/images/catch_img02.jpg") no-repeat center -105px;
    background-size: 100% auto;    
}
.parallax.bg-02 {
    background: url("../about/images/catch_img01.jpg") no-repeat center -105px;
    background-size: 100% auto;    
}
.parallax.bg-03 {
    background: url("../reccomend/images/catch_img02.jpg") no-repeat center -105px;
    background-size: 100% auto;    
}
.parallax.bg-04 {
    background: url("../reccomend/images/catch_img01.jpg") no-repeat center -105px;
    background-size: 100% auto;    
}
.parallax.bg-05 {
    background: url("../youtube/images/catch_img02.jpg") no-repeat center -105px;
    background-size: 100% auto;    
}
.parallax.bg-06 {
    background: url("../youtube/images/catch_img01.jpg") no-repeat center -105px;
    background-size: 100% auto;    
}

.artile_unlist_title{
	text-align:center;
}

.artile_unlistbox h4{
	display:inline-block;
	padding:0.5em 1em;
	font-size:18px;
	font-weight:bold;
	background:#fff;
	border-radius: 0 0 10px 10px / 0 0 10px 10px;
	margin:0 auto 30px;
}

.artile_unlistbox{
	margin:50px auto;
	max-width:1500px;
	background:url("../images/wave_gray.png") ;
	padding:0 30px 30px;
	border-radius:10px;
	margin-top:100px;
}

.artile_unlist{
  	display:-webkit-box;
  	display:-ms-flexbox;	
	display:flex;
	-ms-flex-wrap:wrap;
	flex-wrap: wrap;
}

.artile_unlist li{
	width:calc(33.33% - 30px);
	margin:30px 15px;
}

.ws_title{
	padding:15px 0 15px 40px;
	font-size:18px;
	font-weight:bold;
	position:relative;
}

.ws_title:before{
	content:"";
	background:url("../about/images/icon_web.svg");
	background-size:cover;
	width:27px;
	height:34px;
	position:absolute;
	left:0;
	top:13.5px;
}

.ws_head{
	border:1px solid #fff;
	border-radius:10px;
}

.ws_head img{
	border-radius:10px;
}

.ws_text{
	font-size:13.5px;
}

.artile_unlist a .ws_head,
.artile_unlist a .ws_title,
.artile_unlist a .ws_text{
	-webkit-transition: all 0.3s ;
	-moz-transition: all 0.3s ;
	-ms-transition: all 0.3s ;
	-o-transition: all 0.3s ;
	transition: all 0.3s ;	
}

.artile_unlist a:hover .ws_head{
	box-shadow:2px 2px 10px #aaa;
}

.artile_unlist a:hover .ws_title{
	color:#c30d23;
}

.bread{
	font-weight:bold;
	margin:50px 0;
	text-align:center;
	margin-top:70px;
	font-size:18px;
}

.bread span{
	color:#c30d23;
	padding:0 1em;
	font-weight:bold;
}

.bread a{
	-webkit-transition: all 0.3s ;
	-moz-transition: all 0.3s ;
	-ms-transition: all 0.3s ;
	-o-transition: all 0.3s ;
	transition: all 0.3s ;	
}

.bread a:hover{
	color:#c30d23;
}

.relation{
	max-width:1530px;
	margin:50px auto;
}

.relation_img{
	height:30vh;
	-webkit-transition: all 0.3s ;
	-moz-transition: all 0.3s ;
	-ms-transition: all 0.3s ;
	-o-transition: all 0.3s ;
	transition: all 0.3s ;	
	border-radius:10px;
}

@keyframes bgScale {
    from {
        background-size: 110% auto;
    }
    to {
        background-size: 115% auto;
    }
}

.relation a:hover > .relation_img{
	/*background-size:115% auto;*/
	animation: bgScale 0.3s linear;
	animation-fill-mode:forwards
}

.relation_img01{
	background:url("../images/relation_img01.png") no-repeat center center;
	background-size:110% auto;
}

.relation_img02{
	background:url("../images/relation_img02.png") no-repeat center center;
	background-size:110% auto;
}

.relation_img03{
	background:url("../images/relation_img03.png") no-repeat center center;
	background-size:110% auto;
}

.relation_img04{
	background:url("../images/relation_img04.png") no-repeat center center;
	background-size:110% auto;
}

.relation ul{
  	display:-webkit-box;
  	display:-ms-flexbox;	
	display:flex;
	-ms-flex-wrap:wrap;
	flex-wrap: wrap;
}

.relation li{
	width:calc(25% - 30px);
	margin:30px 15px;
}

.relation_text{
	font-size:22px;
}

.relation_text span{
	display:block;
	text-align:center;
}

.relation_text .article_unhead_icon{
	margin-top:-50px;
}

.relation_text h4{
	text-align:center;
}

.relation_text .head_en{
	font-size:0.6em;
	display:inline-block;
	margin-left:0;
}

.relation_text .sp_title{
	margin:20px 0 -10px;
	-webkit-transition: all 0.3s ;
	-moz-transition: all 0.3s ;
	-ms-transition: all 0.3s ;
	-o-transition: all 0.3s ;
	transition: all 0.3s ;	
}

.relation li:hover .sp_title{
	color:#c30d23;
}

.rec_listimg{
	border:1px solid #c30d23;
}

.rec_listtitle{
	margin-top:15px;
	font-weight:bold;
	font-size:16px;
	-webkit-transition: all 0.3s ;
	-moz-transition: all 0.3s ;
	-ms-transition: all 0.3s ;
	-o-transition: all 0.3s ;
	transition: all 0.3s ;	
}

.artile_unlist li:hover .rec_listtitle{
	color:#c30d23;
}

.rec_listbox{
	position:relative;
	margin-top:40px;
	border-left:2px solid #c30d23;
	display:block;
	padding-left:20px;
	font-size:15px;
}

.rec_listbox:before{
	content:"PERFORMER";
	font-size:16px;
	font-weight:bold;
	font-family: 'Bitter', serif;
	position:absolute;
	color:#c30d23;
    left: -3px;
    top: -30px;
}

/*=============
ニュース
=============*/

.news_contents{
	max-width:1000px;
	margin:50px auto;
	margin-top:120px;
}

.news_head{
	padding-top:150px;
	position:relative;
	padding-right:200px;
	padding-bottom:20px;
}

.news_head_title span{
	display:block;
}

.news_head_title h4{
	text-align:center;
	font-size:32px;
	width:150px;
	position:absolute;
	right:0;
	top:50px;
}

.news_head_title .sp_title{
	margin: 10px 0 -15px;
}

.news_head_title .head_en{
	margin-left:0;
	display:inline-block;
}

.news_data{
	color:#c30d23;
	font-size:20px;
	font-weight:bold;
	border-left:5px solid #c30d23;
	padding-left:10px;
}

.news_head h2{
	font-size:24px;
	font-weight:bold;
	padding:15px 0 30px;
}

.news_box{
	border-top:2px solid #c30d23;
	border-bottom:2px solid #c30d23;
	padding:20px 0 ;
}

.news_box .news_img{
	margin:30px 0;
}

.news_img img{
	border-radius:10px;
	border:1px solid #000;
}

.news_box h3,
.news_box h4{
	margin:30px 0;
}

.news_box p{
	margin-bottom:30px;
}

.kokuchi{
	text-align:center;
	padding:1em;
	border:1px solid #000;
}

.news_box h5{
	color:#c30d23;
	font-size:18px;
	font-weight:bold;
}

.news_box p a{
	color:#c30d23;
	font-weight:bold;
	margin-top: 10px;
    display: block;	
	font-size:15px;
}

.news_iframe{
	margin:-20px 0 30px;
}

.news_iframe iframe{
	width:96%;
	max-width:740px;
}

.news_form{
	display:flex;
	flex-wrap: wrap;
	margin-bottom:30px;
}

.news_form li{
	width:48%;
	margin: 1%;
	text-align:center;
	padding:1em;
	font-size:18px;
	font-weight:bold;
}

.news_form li:first-child{
	background:#c30d23;
	color:#fff;
}

.news_form li:nth-child(2){
	border:1px solid #000;
}

.news_form li:first-child a{
	color:#fff;
	display:block;
}

.news_box p a:before{
	content:"Link";
	background:#000;
	color:#fff;
	padding:0.2em 0.5em;
	font-size:12px;
	margin-right:10px;
}

.news_box h3{
	font-size:24px;
	font-weight:bold;
}

.news_box h4{
	font-size:22px;
	font-weight:bold;
	padding-left:36px;
	position:relative;
	color:#c30d23;
	margin:30px 0 15px;
}

.news_box h4:before{
	content:"";
	width:24px;
	height:2px;
	background:#c30d23;
	position:absolute;
	left:0;
	top:50%;
	transform: translate(0,-50%);
}

.news_col3{
	display: flex;
	flex-wrap: wrap;
}

.news_col3 li{
	width:48%;
	margin:1%;
	text-align:center;
	border:1px solid #ddd;
	position: relative;
	transition: all 0.3s;
	border-radius: 10px;
	font-weight:bold;
}

.news_col3 li a{
	display:block;
	padding:80px 0 10px;
	transition: all 0.3s;
}

.news_col3 li:hover{
	border:1px solid #c30d23;
	background:#c30d23;
	color:#fff;
}

.news_col3 li a:hover{
	color:#fff;
}

.news_col3 span{
	position: absolute;
	top:20px;
	left:50%;
	transform: translate(-50%,0);
}

/*youtube*/

.uht_link{
	position:relative;
	margin-top:20px;
	padding-left:50px;
	font-weight: bold;
	font-size:16px;
}

.uht_link span {
    background: #000;
    color: #fff;
    padding: 0.2em 0.5em;
    font-size: 12px;
	position:absolute;
	top:0;
	left:0;
}

.uht_link a{
	color:#c30d23;
	font-size:14px;
}

.youtube_box {
    margin: 50px auto;
    max-width: 1500px;
    background: #F6F7F7;
    padding: 30px;
    border-radius: 10px;
    margin-top: 100px;
	min-height:100px;
	position:relative;
}

.search-box_label {
	font-weight: bold;
}
.is-hide {
	display: none;
}

input[type=radio] {
display: none; /* ラジオボタンを非表示にする */
}

.search-box{
	display:flex;
}

.search-box label {
	display: block; 
	margin: 5px; 
	padding:0px 30px;
	color: #000; 
	text-align: center; 
	line-height: 45px; 
	cursor: pointer; 
	border-radius: 10px; 
	background:#fff;
	border:2px solid #C7C8C8;
	font-weight:bold;
}

.active + label {
	position:relative;
	background:#E64D3F;
	border:2px solid #E64D3F;
	color:#fff;
}

.active + label:after{
	content:"";
	position:absolute;
	bottom:-10px;
	left:50%;
	margin-left:-5px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px 10px 0 10px;
	border-color: #E64D3F transparent transparent transparent;	
}

.youtube_box form{
	position:absolute;
	top:-25px;
	left:20px;
}

.list{
	padding-top:20px;
	display:flex;
	flex-wrap: wrap;
	margin-top:20px;
}

.list li{
	width:23%;
	margin:1%;
}

.youtube_video iframe{
	width:100%;
	height:240px;
}

.list_iten_cat{
	color:#fff;
	display:inline-block;
	padding:0 15px;
	font-size:12px;
	margin-bottom:-1px;
	background:#ddd;
}

.youtube_video{
	margin-top:-2px;
}

.list_iten_cat_recipe{
	background:#C10D23;
}

.list_iten_cat_event{
	background:#F6B42D;
}

.list_item_title{
	font-size: 13px;
    line-height: 1.6;
    margin-top: 5px;
    letter-spacing: 0;
}










