/*============================================
メインビジュアル
===========================================*/
#mv {
	width: 100%;
	height: 7.00rem;
	margin-bottom: -0.05rem;
	padding-top: 1.68rem;
	background-color: #000000;
	position: relative;
	box-sizing: border-box;
	overflow: hidden;
	z-index: 0;
}

@media screen and (max-width: 640px) {
	#mv {
		height: 3.30rem;
		padding-top: 1.00rem;
	}
}

/* イラスト背景 */
#mv::before {
	content: "";
	position: absolute;
	top: 0;
	width: 100%;
	height: 3.00rem;
	background-image: url(../img/header_back.png);
	background-position: center center;
	background-repeat: repeat-x;
	background-size: auto 100%;
	z-index: 0;
}

@media screen and (max-width: 640px) {
	#mv::before {
		height: 2.00rem;
	}
}

/* 牛肉背景 */
#mv::after {
	content: "";
	width: 12.00rem;
	height: 6.00rem;
	border-top-left-radius: 0.40rem;
	border-top-right-radius: 0.40rem;
	background-image: url(../img/mv.jpg);
	background-position: center center;
	background-size: cover;
	position: absolute;
	top: 1.20rem;
	left: 50%;
	transform: translateX(-50%);
	z-index: 1;
}

@media screen and (max-width: 640px) {
	#mv::after {
		content: "";
		width: calc(100% - 0.20rem);
		height: 3.00rem;
		border-top-left-radius: 0.14rem;
		border-top-right-radius: 0.14rem;
		top: 0.50rem;
	}
}

/* ロゴ */
#mv .logo {
	max-width: 6.86rem;
	width: 100%;
	margin: 0 auto;
	position: absolute;
	top: 0.63rem;
	left: 50%;
	transform: translateX(-50%);
	z-index: 2;
}

@media screen and (max-width: 640px) {
	#mv .logo {
		top: 0.20rem;
		max-width: 2.90rem;
	}
}

#mv .in {
	position: relative;
	z-index: 2;
	height: 6.00rem;
}

@media screen and (max-width: 640px) {
	#mv .in {
		height: 3.00rem;
	}
}

/* 女性 */
#mv .mv_people {
	width: 100%;
	max-width: 5.7rem;
	position: absolute;
	left: 0.1rem;
	bottom: -40px;
	z-index: 1;
}

@media screen and (max-width: 640px) {
	#mv .mv_people {
		max-width: 100%;
		width: 2rem;
		position: absolute;
		bottom: 0.4rem;
		left: 0.1rem;
		z-index: 1;
	}
}

/* テキスト */
#mv .catch {
	width: 100%;
	max-width: 6.61rem;
	position: absolute;
	left: 50%;
	top: 2.70rem;
	transform: translateX(-50%);
}

@media screen and (max-width: 640px) {
	#mv .catch {
		max-width: 3.00rem;
		position: relative;
		right: auto;
		top: auto;
		left: auto;
		transform: translateX(0);
		padding-top: 0.70rem;
		margin: 0 auto;
	}
}


/*============================================
帯
===========================================*/
#obi {
	background: url(../img/obi_bg.png) no-repeat center;
	background-size: 100% 100%;
	position: relative;
	z-index: 2;
	height: 1.50rem;
}

@media screen and (max-width: 640px) {
	#obi {
		height:auto;
	}
}

/*メダル*/
#obi .in::before {
	content: '';
	width: 2.0rem;
	height: 2.0rem;
	background: url(../img/obi_medal.png) no-repeat center;
	background-size: cover;
	position: absolute;
	top: -0.5rem;
	left: 0.7rem;
	z-index: 1;
}

@media screen and (max-width: 640px) {
	#obi .in::before {
		content: none;
	}
	#obi .in {
		padding: 0 0.05rem;
	}
}

/*テキスト*/
.obi_text {
	width: 100%;
	max-width: 9.00rem;
	padding-top: 0.4rem;
	padding-bottom: 0.5rem;
	margin-left: 2.30rem;
	position: relative;
}

@media screen and (max-width: 640px) {
	.obi_text {
		width: 100%;
		margin: auto;
		padding-top: 0.15rem;
		padding-bottom: 0.15rem;
	}
	.obi_text img {
		display: block;
	}
}

/* お知らせ */
.news {
	padding-bottom: 0.40rem;
}

.news .text {
	font-size: 0.20rem;
	text-align: center;
}

@media screen and (max-width: 640px) {
	.news .text {
		font-size: 0.14rem;
		line-height: 1.65;
		text-align: left;
	}
}

.news .text a {
	color: #FFF;
	font-family: 'Noto Sans JP';
}

.news .text a:hover {
	text-decoration: none;
}

.news .text a span {
	display: inline-block;
	font-size: 0.14rem;
	background-color: #c1272d;
	text-decoration: none;
	padding: 0.04rem 0.08rem 0.06rem;
	border-radius: 0.20rem;
	margin-right: 0.10rem;
	position: relative;
	top: -0.01rem;
}

@media screen and (max-width: 640px) {
	.news .text a span {
		font-size: 0.12rem;
		padding: 0.02rem 0.06rem 0.04rem;
	}
}

/*============================================
んまい！のにはわけがある
===========================================*/
#hiketsu {
	padding-bottom: 0.90rem;
	padding-top: 1.00rem;
	position: relative;
}

@media screen and (max-width: 640px) {
	#hiketsu {
		padding-bottom: 0.50rem;
		padding-top: 0;
	}
}

#hiketsu::before {
	content: "";
	display: block;
	width: 100%;
	height: 6.00rem;
	background: linear-gradient(to bottom, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 1) 80%, rgba(0, 0, 0, 0) 100%);
	position: absolute;
	left: 0;
	top: 0;
	z-index: 0;
}

@media screen and (max-width: 640px) {
	#hiketsu::before {
		content: "";
		height: 3.00rem;
		background: linear-gradient(to bottom, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 1) 50%, rgba(0, 0, 0, 0) 100%);
	}
}

/*ボタン*/
.hiketsu_btn {
	max-width: 6.4rem;
	margin: 0 auto;
	padding-top: 0.4rem;
	padding-bottom: 0.4rem;
	box-sizing: border-box;
}

.hiketsu_btn a:hover {
	opacity: 0.8;
}

/*メインビジュアル*/
.hiketsu_mv {
	border-radius: 0.10rem;
	overflow: hidden;
}

@media screen and (max-width: 640px) {
	.hiketsu_mv {
		border-radius: 0;
		margin: 0 -0.20rem;
	}
}

.hiketsu_mv img {
	display: block;
}

.hiketsu_mv_text {
	max-width: 7rem;
	width: 100%;
	padding-top: 0.5rem;
	padding-left: 0.3rem;
	box-sizing: border-box;
}

@media screen and (max-width: 640px) {
	.hiketsu_mv_text {
		padding-top: 0.3rem;
		padding-left: 0;
	}
}


/*タイトル*/
#hiketsu h2 {
	max-width: 6.1rem;
	width: 100%;
	margin: 0 auto;
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
}

@media screen and (max-width: 640px) {
	#hiketsu h2 {
		padding: 0.40rem 0 0.20rem;
	}
}

/*リスト*/
.hiketsu_list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	width: 90%;
	margin: 0 auto;
}

@media screen and (max-width: 640px) {
	.hiketsu_list {
		width: 3.20rem;
	}
}

.hiketsu_list li {
	width: calc(100% / 3);
	text-align: center;
	padding-top: 0.2rem;
	padding-bottom: 0.5rem;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}

@media screen and (max-width: 640px) {
	.hiketsu_list li {
		width: 100%;
		margin-bottom: 0.20rem;
		text-align: left;
		padding: 0.15rem 0 0.20rem 0.20rem;
		background-position: left center;
		display: flex;
		justify-content: flex-start;
		align-items: center;
	}
}


.hiketsu_list li:nth-child(1) {
	background-image: url(../img/umasa_list_01_back.png);
}

.hiketsu_list li:nth-child(2) {
	background-image: url(../img/umasa_list_02_back.png);
}

.hiketsu_list li:nth-child(3) {
	background-image: url(../img/umasa_list_03_back.png);
}

.hiketsu_list li .no {
	width: 40%;
	margin: 0 auto;
	padding-top: 0.2rem;
	padding-bottom: 0.3rem;
}

@media screen and (max-width: 640px) {
	.hiketsu_list li .no {
		width: 0.50rem;
		margin: 0;
		padding-top: 0.10rem;
		padding-bottom: 0.05rem;
		padding-right: 0.20rem;
	}
}

.hiketsu_list li p {
	font-size: 0.28rem;
	font-weight: bold;
	line-height: 1.6;
}

@media screen and (max-width: 640px) {
	.hiketsu_list li p {
		font-size: 0.18rem;
		line-height: 1.55;
		padding-left: 0.10rem;
	}
}

/*============================================
History
===========================================*/
#history {
	background: url(../img/history_bg.jpg) no-repeat;
	background-position: bottom right;
	background-size: 40%;
}

@media screen and (max-width: 640px) {
	#history {
		background-size: 60%;
	}
}


/*メインビジュアル*/
.history_mv {
	width: 100%;
	height: 6rem;
	margin-left: calc(((100vw - 100%) / 2) * -1);
	margin-right: calc(((100vw - 100%) / 2) * -1);
	padding-right: calc((100vw - 100%) / 2);
	background: url(../img/history_mv.jpg) no-repeat center;
	background-size: cover;
	border-radius: 0 0.1rem 0.1rem 0;
	position: relative;
	z-index: 1;
}

@media screen and (max-width: 640px) {
	.history_mv {
		height: 4.00rem;
		margin: 0;
		margin-left: -0.2rem;
	}

	.history_mv::after {
		content: "";
		width: 100%;
		height: 3.00rem;
		position: absolute;
		left: 0;
		bottom: 0;
		background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 80%);
		z-index: 0;
		border-bottom-right-radius: 0.10rem;
	}
}

#history in {
	position: relative;
}

#history .in::after {
	content: '';
	width: 100%;
	height: 7.3rem;
	margin-left: calc(((100vw - 100%) / 2) * -1);
	padding-left: calc((100vw - 100%) / 2);
	background-color: #f2f2ec;
	background-size: cover;
	border-radius: 0.1rem;
	position: absolute;
	top: 0.8rem;
	left: calc((100vw - 100%) / 2);
}

/*コンテンツ*/
.history_mv_cont {
	width: 30%;
	position: absolute;
	right: 0.4rem;
	bottom: 0.4rem;
	z-index: 1;
}

@media screen and (max-width: 640px) {
	.history_mv_cont {
		width: 100%;
		box-sizing: border-box;
		right: auto;
		bottom: 0.20rem;
		padding: 0 0.20rem;
	}
}

.history_mv_cont h2 {
	color: #c1272d;
	font-size: 0.24rem;
	font-weight: bold;
	border-bottom: 1px solid #c1272d;
	padding-bottom: 0.1rem;
	margin-bottom: 0.2rem;
}

@media screen and (max-width: 640px) {
	.history_mv_cont h2 {
		font-size: 0.20rem;
		padding-bottom: 0.10rem;
		margin-bottom: 0.10rem;
	}
}

.history_mv_cont p {
	color: #fff;
	font-size: 0.18rem;
	line-height: 2;
	font-weight: 500;
}

@media screen and (max-width: 640px) {
	.history_mv_cont p {
		color: #fff;
		font-size: 0.15rem;
		line-height: 1.75;
		font-weight: 500;
	}
}

/*コンテンツ*/
.history_cont {
	position: relative;
	z-index: 1;
	display: flex;
	flex-wrap: wrap;
	padding-top: 1rem;
	padding-bottom: 1rem;
}

@media screen and (max-width: 640px) {
.history_cont {
	padding: 0.50rem 0 0.70rem;
}
}

.history_cont_img {
	width: 3.50rem;
	box-sizing: border-box;
}

@media screen and (max-width: 640px) {
	.history_cont_img {
		width: calc(100% + 0.21rem);
		margin-right: -0.21rem;
		margin-bottom: 0;
		height: 4.50rem;
		overflow: hidden;
		border-top-left-radius: 0.10rem;
		border-bottom-left-radius: 0.10rem;
	}
	.history_cont_img img {
		display: block;
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
}

.history_cont_text {
	width: 7.80rem;
	padding-left: 0.5rem;
	padding-top: 0.30rem;
	box-sizing: border-box;
	letter-spacing: 0;
}

@media screen and (max-width: 640px) {
	.history_cont_text {
		width: 100%;
		padding-left: 0;
	}
}

.history_cont_text p {
	font-size: 0.18rem;
	font-weight: 500;
	line-height: 2.44;
}

@media screen and (max-width: 640px) {
.history_cont_text p {
	font-size: 0.15rem;
	line-height: 2.2;
}
}

/*============================================
チラシ
===========================================*/
#chirashi {
	background: #000;
	padding-top: 0.80rem;
	padding-bottom: 1.00rem;
}

@media screen and (max-width: 640px) {
#chirashi {
	padding: 0.30rem 0 0.50rem;
}
}

/*イメージ*/
.chirashi_img {
	max-width: 8rem;
	width: 100%;
	margin: 0 auto;
	margin-bottom: 0.3rem;
}

/*ボタン*/
.chirashi_btn {
	margin-bottom: 0.75rem;
}

@media screen and (max-width: 640px) {
.chirashi_btn {
	margin-bottom: 0.40rem;
}
}

.chirashi_btn a {
	display: block;
	text-align: center;
	margin: 0 auto;
	max-width: 4rem;
	width: 100%;
	background: #f15a24;
	color: #fff;
	font-size: 0.2rem;
	font-weight: bold;
	padding: 0.2rem;
	text-decoration: none;
	border-radius: 4px;
	position: relative;
	box-sizing: border-box;
}

@media screen and (max-width: 640px) {
	.chirashi_btn a {
		font-size: 0.18rem;
	}
}

.chirashi_btn a::before {
	content: '';
	display: inline-block;
	width: 0.22rem;
	height: 0.22rem;
	background: url(../img/chirashi_btn.png) no-repeat;
	background-size: contain;
	vertical-align: middle;
	padding-left: 0.1rem;
}

.chirashi_btn a:hover {
	opacity: 0.7;
}


/*リンク*/
.chirashi_link {
	background: #fff;
	padding-top: 0.3rem;
	padding-bottom: 0.4rem;
}

@media screen and (max-width: 640px) {
.chirashi_link {
	padding-bottom: 0.20rem;
}
}

.chirashi_link p {
	font-size: 0.2rem;
	font-weight: bold;
	text-align: center;
	line-height: 1.6;
	margin-bottom: 0.1rem;
}

@media screen and (max-width: 640px) {
	.chirashi_link p {
		font-size: 0.18rem;
		padding: 0 0.2rem;
		box-sizing: border-box;
		text-align: left;
	}
}

.chirashi_link p .red {
	color: #c1272d;
}

.chirashi_link .note {
	display: block;
	text-align: center;
	font-size: 0.14rem;
	margin-bottom: 0.4rem;
}

.chirashi_link ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 90%;
	margin: 0 auto;
}

@media screen and (max-width: 640px) {
	.chirashi_link ul {
		justify-content: center;
		width: 100%;
		padding-left: 0.1rem;
		padding-right: 0.1rem;
		box-sizing: border-box;
	}
}

.chirashi_link li {
	width: 31%;
}

@media screen and (max-width: 640px) {
	.chirashi_link li {
		width: 70%;
		margin-bottom: 0.2rem;
	}
}

.chirashi_link li a {
	display: block;
	border: 1px solid #333;
}

.chirashi_link li a:hover {
	border: 1px solid #C1272D;
	opacity: 0.7;
}

.chirashi_link li a img {
	display: block;
}

/*============================================
セット内容
===========================================*/
/*タイトル*/
#set .title {
	text-align: center;
	padding-top: 0.9rem;
	padding-bottom: 0.7rem;
}

@media screen and (max-width: 640px) {
	#set .title {
		padding-top: 0.50rem;
		padding-bottom: 0.50rem;
	}
}



/*注意書き*/
#set .note {
	font-size: 0.15rem;
	display: block;
	margin-top: 0.10rem;
	line-height: 1.85;
}

@media screen and (max-width: 640px) {
	#set .note {
		font-size: 0.12rem;
		text-align: center;
	}
}

/* リード */
.set_lead_wrap {
	padding-top: 0.60rem;
}

@media screen and (max-width: 640px) {
	.set_lead_wrap {
		padding-top: 0.30rem;
	}
}

.set_lead_wrap .lead {
	font-size: 0.22rem;
	font-weight: 600;
	padding-bottom: 0.15rem;
	text-align: center;
}

@media screen and (max-width: 640px) {
	.set_lead_wrap .lead {
		font-size: 0.16rem;
		line-height: 2;
		padding-bottom: 0.05rem;
	}
}

.set_lead_wrap .lead span {
	border-bottom: 2px solid #C1272D;
}

.set_lead_wrap .set_lead_note {
	padding-top: 0.10rem;
}

@media screen and (max-width: 640px) {
	.set_lead_wrap .set_lead_note {
	}
}

.set_lead_wrap .set_lead_note li {
	line-height: 2;
	font-size: 0.15rem;
	text-align: center;
}

@media screen and (max-width: 640px) {
	.set_lead_wrap .set_lead_note li {
		font-size: 0.11rem;
		letter-spacing: 0;
		text-align: left;
	}
}

/*銀行口座*/
.set_kouza {
	display: flex;
	flex-wrap: wrap;
	padding-top: 0.6rem;
	padding-bottom: 0.6rem;
	align-items: center;
}

@media screen and (max-width: 640px) {
	.set_kouza {
		padding-top: 0.3rem;
	}
}

/*タイトル*/
.set_kouza_title {
	padding-right: 0.4rem;
	width: 15%;
	box-sizing: border-box;
}

@media screen and (max-width: 640px) {
	.set_kouza_title {
		padding-right: 0;
		width: 100%;
		box-sizing: border-box;
	}
}

.set_kouza_title h3 {
	font-size: 0.28rem;
	font-weight: 500;
}

@media screen and (max-width: 640px) {
	.set_kouza_title h3 {
		font-size: 0.24rem;
		font-weight: 700;
		border-bottom: 1px solid #c1272d;
		text-align: center;
		padding-bottom: 0.14rem;
		margin-bottom: 0.2rem;
	}
}

/*テキスト*/
.set_kouza_text {
	box-sizing: border-box;
	padding-left: 0.4rem;
	border-left: 1px solid #c1272d;
	box-sizing: border-box;
	width: 75%;
}

@media screen and (max-width: 640px) {
	.set_kouza_text {
		padding-left: 0;
		border-left: none;
		width: 100%;
	}
}

.set_kouza_text table {
	font-size: 0.18rem;
	line-height: 1.6;
	width: 100%;
}

@media screen and (max-width: 640px) {
	.set_kouza_text table {
		font-size: 0.16rem;
	}
}

.set_kouza_text tr {
	width: 100%;
}

.set_kouza_text th {
	width: 20%;
	box-sizing: border-box;
	text-align: left;
	padding-bottom: 0.2rem;
	vertical-align: top;
}

@media screen and (max-width: 640px) {
	.set_kouza_text th {
		width: 100%;
		display: block;
		padding-bottom: 0.05rem;
	}
}

.set_kouza_text td {
	width: 80%;
	box-sizing: border-box;
	padding-bottom: 0.2rem;
}

@media screen and (max-width: 640px) {
	.set_kouza_text td {
		width: 100%;
		display: block;
	}
}

/*注意書き*/
.set_kouza_text .note {
	background: #f2f2f2;
	padding: 0.2rem;
	box-sizing: border-box;
}

@media screen and (max-width: 640px) {
.set_kouza_text .note {
	padding: 0.15rem;
}
}

.set_kouza_text .note li {
	line-height: 2;
}

@media screen and (max-width: 640px) {
	.set_kouza_text .note li {
		padding-left: 0.14rem;
		text-indent: -0.14rem;
		text-align: left;
	}
}


/* =============================
フォーム
=============================*/
#contact {
	background: #f2f2ea;
	padding-top: 0.8rem;
	padding-bottom: 0.8rem;
}

@media screen and (max-width: 699px) {
	#contact {
		background: #f2f2ea;
		padding-top: 0.4rem;
		padding-bottom: 0.4rem;
	}
}

/*タイトル*/
#contact .title {
	text-align: center;
	padding-top: 0.9rem;
	padding-bottom: 0.7rem;
}

#contact h2 {
	font-size: 0.38rem;
	font-weight: bold;
	display: inline-block;
	border-bottom: 3px solid #c1272d;
	padding-bottom: 0.1rem;
}

@media screen and (max-width: 699px) {
	#contact h2 {
		padding-bottom: 0.2rem;
		font-size: 0.24rem;
	}

	#contact h2 img {
		height: 0.4rem;
	}
}

.contact_header {
	text-align: center;
}

#contact .btn_wrap {
	width: 100%;
	max-width: 5.00rem;
	margin: auto;
	padding: 0.60rem 0 0.20rem;
}

@media screen and (max-width: 640px) {
	#contact .btn_wrap {
		width: 100%;
		padding: 0.30rem 0.10rem 0.10rem;
		box-sizing: border-box;
	}
}

#contact .btn_wrap a {
	background-color: #C1272D;
	display: block;
	line-height: 0;
	font-size: 0.24rem;
	text-decoration: none;
	font-weight: 700;
	color: #FFF;
	text-align: center;
	padding: 0.39rem 0 0.41rem;
	border-radius: 0.06rem;
	box-shadow: 0 2px 0 rgba(0,0,0,0.2);
}

@media screen and (max-width: 640px) {
	#contact .btn_wrap a {
		font-size: 0.18rem;
		padding: 0.29rem 0 0.31rem;
	}
}

#contact .btn_wrap a:hover {
	opacity: 0.7;
}

#contact .btn_bottom_txt {
	text-align: center;
}

#contact .btn_bottom_txt .txt {
	font-size: 0.14rem;
	line-height: 1.5;
}
@media screen and (max-width: 640px) {
	#contact .btn_bottom_txt .txt {
		font-size: 0.12rem;
		line-height: 1.5;
	}
}

/*============================================
フッター
===========================================*/
footer {
	background: #1a1a1a;
	text-align: center;
	padding-top: 0.3rem;
	padding-bottom: 0.3rem;
}

footer small {
	color: #fff;
	font-size: 0.14rem;
	letter-spacing: 0.075em;
	font-family: 'Noto Sans JP', "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", 'ヒラギノ角ゴシック', 'Hiragino Sans', 'メイリオ', Meiryo, sans-serif;
}

@media screen and (max-width: 640px) {
	footer small {
		font-size: 0.12rem;
	}
}
