@charset "utf-8";

/***********************************************************************

------------------------------------------------------------------------
TOP
***********************************************************************/

body {
	background: #BA997A;
}

.home-btn {
	font-size: 20px;
	margin-top: 40px;
}
@media only screen and (max-width:767px) {
	.home-btn {
		font-size: 18px;
		margin-top: 20px;
	}
}

/* mv
========================================== */

#mv {
	min-height: 680px;
	display: flex;
	background: linear-gradient(25deg,rgba(198, 57, 24, 1) 0%, rgba(34, 9, 0, 1) 100%);
	position: relative;
	z-index: -1;
}
#mv .mv-text {
	height: auto;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	width: 50%;
	align-content: center;
}
#mv .mv-text p {
	text-align: center;
	color: #fff;
	padding-top: 100px;
	font-size: 20px;
	line-height: 2;
	position: relative;
}
#mv .mv-text p::after {
	content: "";
	width: 150px;
	height: 1px;
	background: #fff;
	display: block;
	position: absolute;
	top: 45px;
}
#mv .mv-pict::after {
	content: "";
	display: block;
	background: url(../img/home/pic_mv.jpg) no-repeat center;
	width: 50%;
	height: 100%;
	background-size: cover;
	position: absolute;
	top: 0;
	right: 0;
}
@media only screen and (max-width:767px) {
	#mv {
		flex-wrap: wrap;
		align-items: normal;
		flex-direction: column-reverse;
		padding-top: 110px;
		min-height: auto;
	}
	#mv .mv-text {
		width: 100%;
		padding: 28px 0;
	}
	#mv .mv-text p {
		font-size: 16px;
		text-align: left;
	}
	#mv .mv-pict {
		display: block;
		width: 100%;
		position: relative;
	}
	#mv .mv-pict::after {
		display: none;
	}
}

/* イベント情報
========================================== */

#home-event {
	position: relative;
	padding-top: 100px;
	padding-bottom: 200px;
	background: linear-gradient(270deg,rgba(198, 57, 24, 0) 0%, rgba(198, 57, 24, 0.2) 100%);
}
#home-event::after {
	content: "";
	width: 487px;
	height: 209px;
	display: block;
	background: url(../img/home/bg_txt_event.svg) no-repeat center;
	background-size: cover;
	position: absolute;
	right: 30px;
	top: 0;
	opacity: 0.23;
}
#home-event::before {
	content: "";
	width: 100%;
	height: 200px;
	display: block;
	background: url(../img/common/bg_info.png) bottom no-repeat;
	position: absolute;
	bottom: -2px;
	left: 0;
}
@media only screen and (max-width:767px) {
	#home-event {
		padding-top: 50px;
		padding-bottom: 80px;
	}
	#home-event::after {
		width: 50%;
		height: 100px;
		background-size: contain;
	}
	#home-event::before {
		background-size: contain;
		height: 100px;
	}
}

/* イベント情報-項目
========================================== */

.home-event-content {
	background: #EBDECC;
	border-radius: 3px;
	padding: 52px;
	margin-top: 40px;
	display: flex;
	gap: 50px;
}

@media only screen and (max-width: 767px) {
	.home-event-content {
		flex-wrap: wrap;
		padding:40px 25px;
		flex-direction: column-reverse;
	}
}

/* イベント情報-概要
========================================== */

.home-event-content .home-event-pic img {
	border-radius: 5px;
	overflow: hidden;
}
.home-event-content .home-event-time {
	display: flex;
	gap: 25px;
}
.home-event-content .home-event-time em {
	font-size: 26px;
	font-weight: bold;
	line-height: 1;
	color: #69453C;
}
.home-event-content .home-event-tit {
	font-size: 26px;
	color: #AA3114;
	font-weight: bold;
	margin-top: 20px;
}

@media only screen and (max-width: 767px) {
	.home-event-content .home-event-time {
		justify-content: space-between;
	}
	.home-event-content .home-event-time em {
		align-content: center;
		font-size: 18px;
	}
	.home-event-content .home-event-tit {
		font-size: 20px;
	}
}

/* イベント情報-詳細情報
========================================== */

.home-event-content .home-event-desc > p {
	font-size: 18px;
	margin-top: 20px;
}
@media only screen and (max-width: 767px) {
	.home-event-content .home-event-desc > p {
		font-size: 16px;
	}
}

.home-event-content dl.home-event-list {
	line-height: 1;
	margin-top: 15px;
	padding-bottom: 30px;
}
.home-event-content dl.home-event-list div {
	display: flex;
	gap: 1em;
}
.home-event-content dl.home-event-list div + div {
	margin-top: 9px;
}
.home-event-content dl.home-event-list dt {
	background: #69453C;
	color: #fff;
	text-align: center;
	width: 100px;
	font-size: 14px;
	padding: .5em;
}
.home-event-content dl.home-event-list dd {
	padding: .5em;
}
@media only screen and (max-width: 767px) {
	.home-event-content dl.home-event-list {
		line-height: 1.6;
	}
	.home-event-content dl.home-event-list div {
		flex-wrap: wrap;
		gap: 0;
	}
	.home-event-content dl.home-event-list {
		width: 100%;
	}
}


/* インフォメーション
========================================== */

#home-info {
	background: url(../img/common/bg_pt_br02_noise.png);
	padding-bottom: 50px;
	padding-right: inherit;
}
.home-info-tit {
	display: flex;
	justify-content: space-between;
	align-items: center;
	align-content: center;
	max-width: 900px;
	width: 100%;
}
.home-info-tit em {
	color: #EBDDCB;
	font-size: 18px;
}

.home-info-flex {
	display: flex;
	justify-content: flex-start;
	gap: 40px;
	margin-top: 28px;
}
.home-info-flex .home-info-left {
	max-width: 900px;
	width: 100%;
}

@media only screen and (max-width: 767px) {
	.home-info-tit {
		flex-wrap: wrap;
		gap: 1em;
	}
	.home-info-flex {
		flex-wrap: wrap;
	}
}

/* インフォメーション-お知らせ
========================================== */

.home-info-contents {
	background: #F8F2E3;
	border-radius: 3px;
}

/* 広報誌
========================================== */

#home-magazine {
	color: #441B0D;
}
#home-magazine .home-magazine-contents {
	background: #F8F2E3;
	border-radius: 10px;
	padding: 40px;
	position: relative;
}
#home-magazine .home-magazine-contents::after {
	position: absolute;
	content: "";
	width: 90px;
	height: 90px;
	display: block;
	background: url(../img/home/ic_magazine.svg) no-repeat;
	left: 0;
	top: 0;
}
#home-magazine .home-magazine-tit {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 15px;
}
#home-magazine .home-magazine-tit > h2 {}
#home-magazine .home-magazine-tit > span {
	color: #C79A17;
	font-weight: bold;
	font-size: 14px;
}
#home-magazine .home-magazine-pic {
	margin-top: 15px;
}
#home-magazine .home-magazine-pic * {
	text-align: center;
}
#home-magazine .home-magazine-pic figure {
	max-width: 240px;
	margin-inline: auto;
}
@media only screen and (max-width: 767px) {
	#home-magazine {
		width: 100%;
	}
	#home-magazine .home-magazine-contents {
		padding: 30px 20px;
	}
	#home-magazine .home-magazine-pic figure {
		width: 60%;
		margin-left: auto;
		margin-right: auto;
	}
	#home-magazine .home-magazine-contents::after {
		width: 60px;
		height: 60px;
		background-size: 60px;
	}
}

/* 広報誌-バックナンバー
========================================== */

.home-magazine-back {
	background: #F3EAD4;
	border-radius: 6px;
	padding: 30px;
	margin-top: 20px;
}
.home-magazine-back .back-tit {
	font-weight: bold;
	font-size: 18px;
	background: url(../img/common/ic_cir_ye.svg) no-repeat left center;
	text-indent: 2em;
	margin-bottom: 15px;
}
.home-magazine-back .back-btn {
	display: inline-block;
	width: 100%;
	background: #fff url(../img/common/ic_tr_r_br.svg) no-repeat center right 1em;
	border-radius: 2em;
	text-align: center;
	padding: 1em 3em 1em 2em;
	text-align: center;
	color: #69453C;
	line-height: 1;
	font-weight: bold;
}

/* ”全喫飲連”について
========================================== */

#home-about {
	background: url(../img/home/bg_about.jpg) right bottom no-repeat;
	background-size: 40%;
	background-attachment: fixed;
	padding-top: 200px;
	padding-bottom: 100px;
}
@media only screen and (max-width: 767px) {
	#home-about {
		background: none;
		padding-top: 100px;
	}
	.home-about-bg-sp {
		background: url(../img/home/bg_about_sp.jpg) right bottom no-repeat;
		height: 280px;
		margin-top: 40px;
	}
}

.home-about-txt {
	margin-top: 60px;
}
.home-about-txt p {
	font-size: 25px;
	margin-top: 60px;
}
.home-about-txt p + p {
	font-size: 22px;
	margin-bottom: 25px;
}
@media only screen and (max-width: 767px) {
	.home-about-txt p {
		font-size: 20px;
		margin-top: 40px;
	}
	.home-about-txt p + p {
		font-size: 18px;
	}
}

.home-about-biz {
	position: relative;
	backdrop-filter: blur(10px);
	background: rgba(255, 255, 255, 0.25);
	/* margin-top: 270px; */
	margin-top: 120px;
	padding-top: 130px;
}

.home-about-biz .home-about-biz-tit img {
	width: 590px;
	position: absolute;
	margin-left: 285px;
	top: -30px;
}
@media only screen and (max-width: 767px) {
	.home-about-biz {
		margin-top: 0;
		padding-top: 40px;	
	}
	.home-about-biz .home-about-biz-tit img {
		width: 100%;
		position: relative;
		margin-left: 0;
	}
}

/* ”全喫飲連”について-主な事業内容
========================================== */

.home-about-item {
	display: flex;
	justify-content: space-between;
	gap: 50px;
}
.home-about-item .home-about-item-left {
	width: 600px;
}
.home-about-item .home-about-item-right {
	width: 650px;
}
@media only screen and (max-width: 767px) {
	.home-about-item {
		gap: 20px;
	}
	.home-about-item {
		flex-wrap: wrap;
	}
	.home-about-item .home-about-item-left {
		width: 100%;
	}
	.home-about-item .home-about-item-right {
		width: 100%;
	}
}

.home-about-item + .home-about-item {
	border-top: 1px solid rgba(255, 255, 255, 0.493);
	padding-top: 40px;
	margin-top: 40px;
}

.home-abou-item .home-about-item-tit {}

/*1項目の画像*/
.home-about-pict {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 650px;
	gap: 20px;
}
.home-about-pict ol {}	
.home-about-pict ol li + li {
	margin-top: 1em;
}
.home-about-item .home-abou-item-tit {
	font-size: 32px;
	color: #BE3717;
	line-height: 1;
	position: relative;
	padding-left: 110px;
	margin-top: 30px;
}
/* .home-about-item .home-abou-item-tit::after {
	content: "";
	width: 80px;
	height: 80px;
	display: block;
	background: url(../img/home/ic_num01.svg)no-repeat center;
	background-size: cover;
	top: -40px;
	left: 0;
	position: absolute;
} */
.home-about-item:nth-of-type(2) .home-abou-item-tit::after {
	background: url(../img/home/ic_num02.svg)no-repeat center;
	background-size: cover;
}
@media only screen and (max-width: 767px) {
	.home-about-item .home-abou-item-tit {
		font-size:20px;
		padding-left: 60px;
		margin-top: 10px;
	}
	.home-about-item .home-abou-item-tit::after {
		width: 40px;
		height: 40px;
		top: -10px;
	}
}

.home-about-item dl {
	margin-top: 80px;
	color: #65423A;
	padding-left: 110px;
}
.home-about-item dl dt {
	font-weight: bold;
	font-size: 30px;
}
.home-about-item dl dd {
	margin-top: 27px;
}
@media only screen and (max-width: 767px) {
	.home-about-item dl {
		margin-top: 40px;
		padding-left: 0;
	}
	.home-about-item dl dt {
		font-size: 20px;
	}
	.home-about-item dl dd {
		margin-top: 17px;
	}
}

.home-about-biz .home-about-biz-btn {
	background: rgba(60, 17, 1, 0.8);
	padding-top: 40px;
	padding-bottom: 40px;
	text-align: center;
	margin-top: 75px;
}

.home-about-biz .home-about-biz-btn > a {
	font-size: 24px;
}
@media only screen and (max-width: 767px) {
	.home-about-biz .home-about-biz-btn > a {
		font-size: 20px;
	}
}

/*英文アニメーション*/
.home-anime-area {
	background: url(../img/home/bg_txt_about.svg);
	height: 230px;
	animation: loop_area 120s linear infinite;
	/* margin-top: 300px; */
	margin-top: 0;
	mix-blend-mode: overlay;
}
@keyframes loop_area {
	from {
		background-position: 0 0;
	}
	to {
		background-position: -9180px 0; /* 画像のマイナス幅 */
	}
}
@media only screen and (max-width: 767px) {
	.home-anime-area {
		height: 115px;
		margin-top: 0;
		background-size: auto 115px;
		animation: loop_area 180s linear infinite;

	}
}

/* 加入について
========================================== */

#home-join {
	background: #D2BCAB;
	padding-top: 105px;
	color: #522916;
	padding-bottom: 130px;
	position: relative;
}
@media only screen and (max-width: 767px) {
	#home-join {
		padding-top: 0;
	}
}

#home-join::after {
	content: "";
	width: 100%;
	height: 100px;
	display: block;
	background: #D2BCAB;
	position: absolute;
	border-radius: 100% 100% 0 0;
	left: 0;
	top: -100px;
}
#home-join .home-join-tit {
	text-align: center;
}
#home-join .home-join-read {
	font-size: 20px;
	text-align: center;
	margin-top: 50px;
}


@media only screen and (max-width: 767px) {
	#home-join .home-join-tit img {
		width: 80%;
	}
	#home-join .home-join-read {
		font-size: 16px;
		margin-top: 30px;
	}
}


/* 加入について-詳細
========================================== */

#home-join .home-join-content {
	background: #F6F2ED;
	padding: 50px;
	margin-top: 50px;
}
#home-join .home-join-content .home-join-content-tit {
	text-align: center;
}
#home-join .home-join-content .home-join-pic {
	text-align: center;
	margin-top: 60px;
}
@media only screen and (max-width: 767px) {
	#home-join .home-join-content {
		padding: 25px;
	}
	#home-join .home-join-content .home-join-content-tit img {
		width: 80%;
	}
	#home-join .home-join-content .home-join-pic {
		margin-top: 30px;
	}
}

.home-union {
	margin-top: 70px;
}
.home-union * {
	text-align: center;
}