@charset "utf-8";
/*---------------------------------------------
Reset
---------------------------------------------*/

html {
	color: #231815;
	overflow-y: scroll;
	font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", Meiryo, sans-serif;
	font-size: 62.5%;
	line-height:1.5;
}

h1, h2, h3, h4, h5, h6 { font-weight: normal; margin: 0; padding: 0; }
img { border: none; vertical-align: bottom; max-width: 100%; height: auto; margin: 0; padding: 0; }
div, dl, dt, dd, form, input, ul, ol, li, p, select, textarea, span, th, td { margin: 0; padding: 0;}
*, *:before, *:after { box-sizing: border-box;}

/*---------------------------------------------
Style
---------------------------------------------*/
body {
	text-align: center;
	margin: 0 auto;
	padding: 0;
	font-size:1.8rem;
}


.for_pc{
	display:block;
	margin:0 auto;
}

.for_sp{
	display:none;
	margin:0 auto;
}

/* sp */
@media screen and (max-width: 750px){

	body {
		font-size:1.5rem;
	}
	.for_pc{
		display:none;
		margin:0 auto;
	}
	.for_sp{
		display:block;
		margin:0 auto;
	}

}

/* =========================================================
共通
========================================================= */

/* -- インナー -- */
.inner_1200, .inner_1100, .inner_1000, .inner_900{
	padding: 0 2rem;
}

.inner_1200{
	max-width: 1200px;
	margin: 0 auto;
}

.inner_1100{
	max-width: 1100px;
	margin: 0 auto;
}

.inner_1000{
	max-width: 1000px;
	margin: 0 auto;
}

.inner_900{
	max-width: 900px;
	margin: 0 auto;
}

@media screen and (max-width: 750px){
	.inner_1200, .inner_1100, .inner_1000, .inner_900{
		max-width: 90%;
		margin: 0 auto;
		padding: 0;
	}
}

/* -- フォント -- */
.fudemoji{
	font-family: "ta-fuga-fude", sans-serif;
}

.mincho{
	font-family: "Noto Serif JP", serif;
}

/* -- 見出し -- */

.midashi{
	writing-mode: vertical-rl;
	font-size: 4rem;
	color: #FFF;
	text-align:left;
	margin: 0 auto;
	padding-bottom: 4rem;
	text-shadow: 0 0 8px #000;
}

.midashi span{
	color: #EBCB43;
}

/* -- 注釈 -- */
.note{
	font-size: 1.4rem;
}

@media screen and (max-width: 750px){
	.midashi{
		font-size: 3rem;
	}
.note{
	font-size: 1.2rem;
}
}


/* =========================================================
ヘッダー
========================================================= */
header{
	padding: 0.5rem 0;
}

.header_inner{
	max-width: 1200px;
	margin: 0 auto;
	text-align: left;
}

header a:hover{
	opacity: 0.8;
}

@media screen and (max-width: 750px){
	.header_inner{
		max-width: 100%;
	}
}

/* =========================================================
メインビジュアル
========================================================= */
main{
	background-image: url("../img/bg.webp");
}

/* .mv{
	background-image: url("../img/mv_pc.webp");
	background-position: left top;
	background-repeat: no-repeat;
	height: 700px;
	text-align: right;
} */

.bgimg-slider {
	width: 100%;
	height: 75vh;
    background-position: top center;
    background-size: cover;
    align-items: center;
    justify-content: center;
	z-index: 1;
	background-repeat: no-repeat;
}

h1{
	position: absolute;
	top:30%;
	right:25%;
	margin-right: 6rem;
	z-index: 99;
}

@media screen and (min-width: 1500px){
.bgimg-slider {
height: 900px;
}
	h1{
	margin-right: 0;
}
}

@media screen and (max-width: 750px){
	.bgimg-slider {
	width: 100%;
	height: 50vh;
    background-position: top center;
    background-size: cover;
    align-items: center;
    justify-content: center;
	z-index: 1;
	background-repeat: no-repeat;
}

    h1{
	max-width: 30%;
	top:25%;
	right: 0;
	left: 0;
	margin: 0 auto;
	padding-bottom: 10rem;
}
}

/* =========================================================
肉悠の概要
========================================================= */
#about{
	background-color: #000;
	color: #FFF;
	font-size: 1.8rem;
	/*padding: 8rem 0;*/
}

.about_container{
	display:grid;
	grid-template-columns: 1fr 1fr;
}

.about_image{
	margin: 0 auto 0 0;
	/*background-image: url("../img/about_bg.webp");
	background-repeat: no-repeat;
	background-position: left bottom;*/
}

.about_catchcopy{
	font-size: 4.6rem;
	padding-top: 20%;
	margin: 6rem 0 3rem auto;
}

.about_txtbox{
	text-align: left;
	font-size: 1.8rem;
	line-height: 2;
}

@media screen and (max-width: 750px){
	.about_container{
	grid-template-columns: 1fr;

}
	.about_catchcopy{
	font-size: 4rem;
	padding-top: 0;
	margin: 8rem 0 2rem auto;
}
	.about_txtbox{
		max-width: 90%;
		margin: 0 auto 4rem;
		font-size: 1.6rem;
	}
	.about_txtbox{
		order: 1;
	}
	.about_image{
		order: 2;
	}
}

/* =========================================================
商品紹介
========================================================= */
#product{
	background-image: url("../img/bg.webp");
	padding: 12rem 0 8rem;
	color: #FFF;
}

#product .midashi{
	padding-bottom: 0;
}

h3{
	font-size: 2.8rem;
	font-weight: 600;
	margin: 10rem 0 2rem;
}

h3+p{
	font-size: 1.6rem;
	line-height: 1.8;
}

.product_category{
	font-size: 2.2rem;
	text-align: left;
}

#product .product_container{
	margin: 10rem auto 8rem;
}

#product .product_container_souzai{
	margin: 2rem auto 8rem;
}

.product_container, .product_container_souzai{
	display:grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 8rem 4rem;
}

.product_txtbox{
	padding: 6rem 2rem;
	text-align: left;
}

.product_txtbox p{
	margin-top: 2rem;
}

.product_name{
	background-color: #FFF;
	color: #231815;
	padding: 1.5rem;
	text-align: left;
	font-weight: 600;
	font-size: 2.2rem;
}

.product_name span{
	font-size: 1.6rem;
	color: #c30d23;
	font-weight: 700;
}

.product_comment{
	text-align: left;
	padding: 1rem;
}

.product_comment_box{
	border: solid 1px #FFF;
	padding: 2rem;
	margin-bottom: 8rem;
}

.product_comment_box:last-child{
	margin-bottom: 16rem;
}

.product_comment_box_ttl{
	font-size: 2.2rem;
	font-weight: 600;
	vertical-align: baseline;
	padding-bottom: 2rem;
	text-align: left;
}

.product_comment_box a{
	display: inline;
	color: #ebcb43;
	font-size: 1.8rem;
}

.product_comment_box ul li{
	list-style-type: none;
	text-align: left;
	font-size: 1.6rem;
	line-height: 1.6;
	text-indent: -1em;
	padding-left: 1em;
}

.product_shop_box{
	color: #231815;
	margin-bottom: 6rem;
}

.product_shop_ttl{
	background-color: #ebcb43;
	color: #231815;
	padding: 1.5rem;
	line-height: 1.2;
	font-weight: 600;
}

.product_shop_ttl p{
	font-size: 2.4rem;
}

.product_shop_ttl p span{
	font-size: 1.8rem;
}

.product_shoplist{
	background-color: #FFF;
	padding: 4rem;
	display:grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	grid-gap: 2rem;
	text-align: left;
}

@media screen and (max-width: 750px){
	.product_container, .product_container_souzai{
	display:grid;
	grid-template-columns: 1fr;
	grid-gap: 8rem 4rem;
}
	.product_shoplist{
	padding: 2rem;
	grid-template-columns: 1fr 1fr;
	grid-gap: 2rem;
}
	.product_name{
	font-size: 2rem;
}
}

/* =========================================================
こだわりの店内調理
========================================================= */
#howto{
	background-color: #FAF3D2;
	padding: 6rem 0;
	color: #231815;
}

h4{
	font-weight: 500;
	font-size: 2.2rem;
	border-bottom: solid 1px #231815;
	padding: 2rem 0 1rem;
	letter-spacing: 0.05em;
}

.howto_container{
	display:grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 2rem;
	margin: 4rem 0 8rem;
}

.howto_txtbox{
	text-align: left;
	padding-top: 6rem;
}

.howto_catchcopy{
	font-weight: 700;
	font-size: 2rem;
	padding-bottom: 2rem;
}

.howto_catchcopy+p{
	font-size: 1.6rem;
}

@media screen and (max-width: 750px){
	#howto{
		padding: 2rem 0;
	}
	h4{
		font-size: 2rem;	
	}
	.howto_container{
	grid-template-columns: 1fr;
	grid-gap: 2rem;
	margin: 4rem 0 8rem;
}
	.howto_txtbox{
	text-align: left;
	padding-top: 2rem;
}
	.howto_txtbox{
	text-align: left;
	padding-top: 0rem;
	padding-bottom: 4rem;
}
	.howto_catchcopy{
		font-size: 1.8rem;
	}
	.howto_catchcopy+p{
	font-size: 1.4rem;
}
}

/* =========================================================
肉悠の売り場
========================================================= */
#pickup{
	background-image: url("../img/bg.webp");
	padding: 12rem 0 8rem;
	color: #FFF;
	text-align: left;
}

#pickup .midashi{
	margin-bottom: 6rem;
}

.pickup_img_container{
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 2rem;
	margin: 2rem 0;
}

.pickup_shopname{
	font-weight: 600;
	font-size: 2.2rem;
}

.pickup_product_container{
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 2rem;
	margin-top: 6rem;
}

.pickup_product_box{
	margin: auto 0;
	font-size: 1.6rem;
}

.pickup_product_ttl{
	font-weight: 600;
	font-size: 2.2rem;
	line-height: 2.4;
}

.pickup_product_ttl span{
	font-weight: bold;
	color: #EBCB43;
	font-size: 2rem;
}

@media screen and (max-width: 750px){
	#pickup{
	background-image: url("../img/bg.webp");
	padding: 6rem 0 8rem;
}
	
	#pickup .midashi{
	margin-bottom: 0;
}
	
	.pickup_product_container{
		grid-template-columns: 1fr;
		grid-gap: 2rem 0;
	}
	
	.pickup_img_container{
	display: grid;
	grid-template-columns: 1fr;
	grid-gap: 2rem;
	margin: 2rem 0;
}
	
	#pickup .inner_900{
		max-width: 100%;
	}
	.pickup_product_ttl{
	font-weight: 600;
	font-size: 2rem;
	line-height: 2.4;
}

	.pickup_shopname{
	font-weight: 600;
	font-size: 2rem;
}

.pickup_product_ttl span{
	font-weight: bold;
	color: #EBCB43;
	font-size: 1.6rem;
}
	.pickup_product_box{
	margin: auto 0;
	font-size: 1.4rem;
}
}

/* =========================================================
365デリカキッチン
========================================================= */
#delica_kitchen{
	background-color: #EC6110;
	padding: 16rem 2rem 4rem;
	color: #FFF;
}

.delica_kitchen_box{
	position: relative;
	border: solid 4px #FFF;
	border-radius: 30px;
	padding: 6rem 2rem 4rem;
}

.delica_logo{
	position: absolute;
	top: -12rem;
	right: 0;
	left: 0;
	text-align: center;
}

.delica_kitchen_container{
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 2rem;
	margin-top: 2rem;
}

.delica_txtbox{
	text-align: left;
	font-weight: 600;
	font-size: 2.2rem;
	padding-top: 5rem;
}

.delica_list_ttl{
	font-weight: 600;
	font-size: 2.2rem;
	letter-spacing: 0.1em;
	margin: 4rem 2rem 2rem;
	padding-bottom: 1rem;
	border-bottom: solid 1px #FFF;
}

.delica_list_area{
	text-align: left;
	margin-left: 2rem;
	font-size: 2rem;
}

.delica_list_container{
	display:grid;
	margin: 2rem;
	grid-template-columns: 1fr 1fr 1fr;
	grid-gap: 1.5rem;
}

.delica_list_container li{
	list-style-type: none;
}

.original_store_btn a{
	display: block;
	max-width: 600px;
	padding: 1.5rem 2rem;
	margin: 4rem auto 2rem;
	background-color: #FFF;
	text-decoration: none;
	color: #231815;
	font-size: 2.2rem;
	font-weight: bold;
	border-radius: 100px;
	box-shadow: 4px 4px #681D09;
}

.shop_btn{
	display: grid;
}

.shop_btn a{
	display:block;
	place-content: center center;
	background-color: #FFF;
	border-radius: 10px;
	padding: 1.5rem 1rem;
	text-decoration: none;
	color: #231815;
	box-shadow: 2px 2px #681D09;
}

.shop_btn a:hover{
	opacity: 0.8;
}

@media screen and (max-width: 750px){
	#delica_kitchen .inner_1000{
	max-width: 100%;
}
	.delica_kitchen_container{
	display: grid;
	grid-template-columns: 1fr;
	grid-gap: 2rem;
	margin-top: 2rem;
}
	.delica_image{
		margin-top: 4rem;
	}
	
	.original_store_btn a{
		font-size: 1.8rem;
	}
	.delica_txtbox{
		padding: 0;
		font-size: 1.8rem;
	}
	.delica_list_ttl{
		margin: 4rem 0rem 2rem;
		font-size: 1.8rem;
	}
	
	.delica_list_container{
	display:grid;
	/*margin: 1rem;*/
	margin: 1rem 0;
	grid-template-columns: 1fr 1fr;
	grid-gap: 1rem;
}
	.shop_btn a{
		font-size: 1.4rem;
		padding: 1rem;
	}
	
	.delica_list_area{
	text-align: left;
	margin-left: 0;
	font-size: 1.6rem;
}
}

/* =========================================================
ユニーオリジナルブランド
========================================================= */
#brand{
	background-image: linear-gradient(45deg, rgba(85, 85, 85, 1), rgba(0, 0, 0, 1));
	color: #FFF;
	padding: 8rem 0;
}

#brand p{
	font-weight: 700;
	font-size: 2.4rem;
	padding:4rem 0 2rem;
}

/* -- youtube モーダル -- */
.youtube_wrap {
  width: 100%;
  max-width: 600px;
  margin: 2rem auto 4rem;
}

.youtube_modal {
  display: block;
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding-top: 56.25%;
}
.youtube_modal iframe, .youtube_modal a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.brand_container{
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	column-gap: 4rem;
}

.brand_container img{
	box-shadow: 5px 5px 8px #000;
}

.brand_container img:hover{
	opacity: 0.8;
}

@media screen and (max-width: 750px){
	.brand_container{
	display: grid;
	grid-template-columns: 1fr;
	column-gap: 4rem;
}
	#brand p{
	font-size: 2rem;
	padding:4rem 0 2rem;
}
	
	.brand_container a{
		margin-bottom: 4rem;
	}
}

/* =========================================================
カルビ天国の紹介
========================================================= */
#original_store{
	background-color: #E02123;
	padding: 8rem 0 6rem;
}

.original_store_container{
	display:grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 3rem;
	color: #FFF;
	font-size: 1.6rem;
	line-height: 1.8;
	text-align: left;
}

.original_store_txtbox{
	padding-top: 20%;
}

.original_store_txtbox_ttl{
	font-size: 2.4rem;
	font-weight: 600;
	padding-bottom: 1rem;
}

.original_store_btn a{
	display: block;
	max-width: 600px;
	padding: 1.5rem 2rem;
	margin: 4rem auto 2rem;
	background-color: #FFF;
	text-decoration: none;
	color: #231815;
	font-size: 2.2rem;
	font-weight: bold;
	border-radius: 100px;
	box-shadow: 4px 4px #681D09;
}

.original_store_btn a:hover{
	background-color: #231815;
	color: #FFF;
}

@media screen and (max-width: 750px){
	.original_store_container{
		grid-template-columns: 1fr;
	}
	.original_store_txtbox{
	padding-top: 0;
}
	.original_store_btn a{
		max-width: 90%;
		font-size: 2rem;
	}
}


/* =========================================================
ページトップ リンク
========================================================= */

/*リンクの形状*/
#page-top a{
	display: flex;
	justify-content:center;
	align-items:center;
	background:#fff;
	border-radius: 5px;
	width: 60px;
	height: 60px;
	color: #333;
	text-align: center;
	text-transform: uppercase; 
	text-decoration: none;
	font-size:1.6rem;
	transition:all 0.3s;
}

#page-top a:hover{
	background: #777;
}

/*リンクを右下に固定*/
#page-top {
	position: fixed;
	right: 10px;
	bottom:10px;
	z-index: 2;
    /*はじめは非表示*/
	opacity: 0;
	transform: translateY(100px);
}

/*　上に上がる動き　*/

#page-top.UpMove{
	animation: UpAnime 0.5s forwards;
    bottom: 10px;
}
@keyframes UpAnime{
  from {
    opacity: 0;
	transform: translateY(100px);
  }
  to {
    opacity: 1;
	transform: translateY(0);
  }
}

/*　下に下がる動き　*/

#page-top.DownMove{
	animation: DownAnime 0.5s forwards;
}
@keyframes DownAnime{
  from {
  	opacity: 1;
	transform: translateY(0);
  }
  to {
  	opacity: 1;
	transform: translateY(100px);
  }
}

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

#page-top.UpMove {
    animation: UpAnime 0.5s forwards;
    bottom: 10px;
}
}

/*---------------------------------------------
フッター
---------------------------------------------*/

footer{
	width: 100%;
	padding: 20px 0;
	font: Arial, Helvetica, sans-serif;
	background: #2b2b2b;
}

footer a{
	color: #fff;
	text-decoration: none;
}

footer address{
	color: #fff;
}

/* sp */
@media screen and (max-width: 520px){
	footer{
		padding:10px 0;
	}

	footer a{
	font-size: 0.5em;
	}
	
	#page-top a{
	margin: 0 -10px 0 0;
	}
}



