.page-fukushima_sake {
	width: 75%;
	margin: 0 auto;
	overflow: hidden;
	color: #333;
	font-weight: 500;
	line-height: 1.6;
	letter-spacing: .05em
}

.page-fukushima_sake *,
.page-fukushima_sake *::before,
.page-fukushima_sake *::after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

.page-fukushima_sake ol,
.page-fukushima_sake ul {
	list-style: none
}

.page-fukushima_sake img {
	width: 100%;
	display: block;
	height: auto
}

.page-fukushima_sake table {
	border-collapse: collapse
}

.page-fukushima_sake a,
.page-fukushima_sake button {
	text-decoration: none;
	cursor: pointer;
	-webkit-transition: all .3s ease;
	transition: all .3s ease
}

.page-fukushima_sake a:focus,
.page-fukushima_sake button:focus {
	outline: none
}

.page-fukushima_sake a:hover,
.page-fukushima_sake button:hover {
	opacity: .8
}

@media screen and (min-width: 768px) {
	.page-fukushima_sake .pc {
		display: block
	}
}

@media screen and (max-width: 767.98px) {
	.page-fukushima_sake .pc {
		display: none
	}
}

@media screen and (min-width: 768px) {
	.page-fukushima_sake .pc_s {
		display: none
	}
}

@media screen and (max-width: 1200px) {
	.page-fukushima_sake .pc_s {
		display: block
	}
}

@media screen and (min-width: 768px) {
	.page-fukushima_sake .sp {
		display: none
	}
}

@media screen and (max-width: 767.98px) {
	.page-fukushima_sake .sp {
		display: block
	}
}

.page-fukushima_sake .in_block {
	display: inline-block
}

.page-fukushima_sake .hero {
	color: #fff;
	text-align: center
}

.page-fukushima_sake .hero__lead {
	display: inline-block;
	margin-bottom: 30px;
	padding: 8px 30px;
	font-size: clamp(15px, 2vw, 20px);
	background: #c91818;
	border-radius: 30px
}

.page-fukushima_sake .hero__title {
	font-size: clamp(16px, 2vw, 18px);
	text-shadow: 0 0 6px rgba(0, 0, 0, .4);
	margin: 0;
	padding: 45px 5px 40px;
	background: url(../img/hero_bg_img.jpg) center/cover no-repeat;
	position: relative
}

@media screen and (max-width: 767.98px) {
	.page-fukushima_sake .hero__title {
		background: url(../img/hero_bg_img_sp.jpg) center/cover no-repeat
	}
}

.page-fukushima_sake .hero__title::before,
.page-fukushima_sake .hero__title::after {
	content: "";
	display: inline-block;
	width: 100%;
	position: absolute;
	top: -46px;
	z-index: 1
}

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

	.page-fukushima_sake .hero__title::before,
	.page-fukushima_sake .hero__title::after {
		top: -38px
	}
}

.page-fukushima_sake .hero__title::before {
	height: clamp(56px, 4vw, 76px);
	background: url(../img/hero_img.png) left/contain no-repeat;
	left: clamp(-10px, 7vw, 90px)
}

@media screen and (max-width: 1024px) {
	.page-fukushima_sake .hero__title::before {
		left: 10px
	}
}

.page-fukushima_sake .hero__title::after {
	height: clamp(66px, 4vw, 96px);
	background: url(../img/hero_img02.png) right/contain no-repeat;
	right: clamp(-10px, 7vw, 90px)
}

@media screen and (max-width: 1024px) {
	.page-fukushima_sake .hero__title::after {
		right: 15px
	}
}

@media screen and (max-width: 767.98px) {
	.page-fukushima_sake .hero__title::after {
		top: -30px
	}
}

.page-fukushima_sake .hero__title span {
	font-size: clamp(30px, 4vw, 40px);
	font-weight: 600;
	line-height: 1;
	text-shadow: 0 0 6px rgba(0, 0, 0, .6);
	margin-bottom: 15px;
	padding: 0
}

@media screen and (max-width: 767.98px) {
	.page-fukushima_sake .hero__title span {
		line-height: 1.3
	}
}

.page-fukushima_sake .hero__nav {
	display: none
}

@media screen and (max-width: 767.98px) {
	.page-fukushima_sake .hero__nav {
		display: block;
		margin-bottom: 60px
	}

	.page-fukushima_sake .hero__nav ul {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		gap: 13px
	}

	.page-fukushima_sake .hero__nav ul li {
		width: 160px;
		padding: 15px;
		border-radius: 10px;
		background: #4d6d2c
	}

	.page-fukushima_sake .hero__nav ul li a {
		font-size: clamp(16px, 2vw, 18px);
		line-height: 1.5;
		color: #fff;
		position: relative
	}

	.page-fukushima_sake .hero__nav ul li a::after {
		content: "";
		display: block;
		width: 8px;
		height: 8px;
		margin: 6px auto 0 auto;
		border-left: 2px solid #fff;
		border-bottom: 2px solid #fff;
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg)
	}
}

.page-fukushima_sake .section {
	width: 100%;
	margin: 0 auto
}

.page-fukushima_sake .section__inner {
	padding-inline: 30px
}

@media screen and (max-width: 1024px) {
	.page-fukushima_sake .section__inner {
		padding-inline: 10px
	}
}

@media screen and (max-width: 767.98px) {
	.page-fukushima_sake .section__inner {
		padding-inline: 0
	}
}

.page-fukushima_sake .section__title {
	font-size: clamp(20px, 3.5vw, 30px);
	font-weight: 600;
	line-height: 1.4;
	color: #4d6d2c;
	text-align: center;
	margin-bottom: 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: relative
}

.page-fukushima_sake .section__title::before,
.page-fukushima_sake .section__title::after {
	content: "";
	width: clamp(30px, 3.5vw, 80px);
	height: 2px;
	background: #94bf67
}

.page-fukushima_sake .section__title .line {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: relative
}

.page-fukushima_sake .section__title .line::before,
.page-fukushima_sake .section__title .line::after {
	content: "";
	width: 36px;
	height: 4px;
	background: #4d6d2c
}

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

	.page-fukushima_sake .section__title .line::before,
	.page-fukushima_sake .section__title .line::after {
		width: 24px
	}
}

.page-fukushima_sake .section__title .line::before {
	margin-right: 20px
}

.page-fukushima_sake .section__title .line::after {
	margin-left: 20px
}

.page-fukushima_sake .section__text {
	font-size: clamp(15px, 4vw, 16px);
	text-align: center;
	font-weight: 400;
	margin-bottom: 30px
}

@media screen and (max-width: 767.98px) {
	.page-fukushima_sake .section__text {
		margin-bottom: 25px
	}
}

.page-fukushima_sake .section__feature {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.page-fukushima_sake .section__feature--title {
	line-height: 1.4;
	margin-bottom: 20px
}

.page-fukushima_sake .section__feature--text {
	font-weight: 400
}

.page-fukushima_sake .section__feature--3col {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	gap: 24px
}

@media screen and (max-width: 1024px) {
	.page-fukushima_sake .section__feature--3col {
		gap: 12px
	}
}

@media screen and (max-width: 767.98px) {
	.page-fukushima_sake .section__feature--3col {
		gap: 20px;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}
}

.page-fukushima_sake .section__feature--3col .section__feature--item {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	background: rgba(230, 240, 241, .3607843137);
	border-radius: 20px;
	padding: 30px 20px
}

.page-fukushima_sake .section__feature--3col .section__feature--title {
	font-size: clamp(22px, 2vw, 24px);
	text-align: center
}

@media screen and (max-width: 380px) {
	.page-fukushima_sake .section__feature--3col .section__feature--title {
		font-size: 20px
	}
}

.page-fukushima_sake .section__feature--3col .section__feature--img {
	margin-bottom: 20px
}

.page-fukushima_sake .section__feature--2col {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	border-top: 1px solid #dbdbdb;
	padding-block: 50px
}

@media screen and (max-width: 767.98px) {
	.page-fukushima_sake .section__feature--2col {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}
}

@media screen and (min-width: 768px) {
	.page-fukushima_sake .section__feature--2col .section__feature--detail {
		width: 53.0952380952%
	}
}

.page-fukushima_sake .section__feature--2col .section__feature--title {
	font-size: clamp(22px, 2vw, 28px)
}

@media screen and (max-width: 767.98px) {
	.page-fukushima_sake .section__feature--2col .section__feature--title {
		text-align: center
	}
}

@media screen and (max-width: 380px) {
	.page-fukushima_sake .section__feature--2col .section__feature--title {
		font-size: 20px
	}
}

.page-fukushima_sake .section__feature--2col .section__feature--title .clr-red {
	color: #c91818
}

.page-fukushima_sake .section__feature--2col .section__feature--text.is-mb {
	margin-bottom: 25px
}

@media screen and (min-width: 768px) {
	.page-fukushima_sake .section__feature--2col .section__feature--img {
		width: 44.1666666667%
	}
}

@media screen and (max-width: 767.98px) {
	.page-fukushima_sake .section__feature--2col .section__feature--img {
		margin-bottom: 20px
	}
}

.page-fukushima_sake .section__feature--2col:nth-of-type(3) {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-flow: row-reverse;
	flex-flow: row-reverse
}

@media screen and (min-width: 768px) {
	.page-fukushima_sake .section__feature--2col:nth-of-type(3) {
		border-bottom: 1px solid #dbdbdb
	}
}

.page-fukushima_sake .section__guide {
	width: 100vw;
	margin: 0 calc(50% - 50vw);
	height: 168px;
	margin-bottom: 30px;
	color: #fff;
	background: url(../img/bnr_img.jpg) center/contain no-repeat;
	display: grid;
	place-content: center
}

@media screen and (max-width: 767.98px) {
	.page-fukushima_sake .section__guide {
		height: 206px;
		margin-bottom: 20px;
		background: url(../img/bnr_img_sp.jpg) center/cover no-repeat
	}
}

.page-fukushima_sake .section__guide-text {
	font-size: clamp(15px, 2vw, 18px);
	text-shadow: 0 0 6px rgba(0, 0, 0, .4);
	font-weight: 600;
	text-align: center
}

.page-fukushima_sake .section__guide-text span {
	display: block;
	font-size: clamp(24px, 3.5vw, 40px);
	text-shadow: 0 0 6px rgba(0, 0, 0, .6);
	margin-bottom: 10px
}

@media screen and (max-width: 767.98px) {
	.page-fukushima_sake .section__guide-text span {
		line-height: 1.3
	}
}

.page-fukushima_sake .section--about {
	padding-block: 90px
}

@media screen and (max-width: 767.98px) {
	.page-fukushima_sake .section--about {
		padding-block: 50px
	}
}

.page-fukushima_sake .section--about .section__feature--3col {
	margin-bottom: 90px
}

@media screen and (max-width: 767.98px) {
	.page-fukushima_sake .section--about .section__feature--3col {
		margin-bottom: 50px
	}
}

.page-fukushima_sake .section--diff .section__inner {
	padding-bottom: 120px
}

@media screen and (max-width: 767.98px) {
	.page-fukushima_sake .section--diff .section__inner {
		padding-bottom: 90px
	}
}

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

	.page-fukushima_sake .section--diff .section__title::before,
	.page-fukushima_sake .section--diff .section__title::after {
		width: 25px
	}
}

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

	.page-fukushima_sake .section--diff .section__title .line::before,
	.page-fukushima_sake .section--diff .section__title .line::after {
		width: 18px
	}
}

@media screen and (max-width: 380px) {
	.page-fukushima_sake .section--diff .section__title .line::before {
		margin-right: 4px
	}
}

@media screen and (max-width: 380px) {
	.page-fukushima_sake .section--diff .section__title .line::after {
		margin-left: 4px
	}
}

@media screen and (max-width: 767.98px) {
	.page-fukushima_sake .section--guide .section__inner {
		padding-inline: 0
	}
}

.page-fukushima_sake .section--guide .section__item {
	padding: 45px 30px;
	margin-bottom: 30px;
	background: #fdfbf5
}

@media screen and (max-width: 1024px) {
	.page-fukushima_sake .section--guide .section__item {
		padding: 35px 15px
	}
}

@media screen and (max-width: 767.98px) {
	.page-fukushima_sake .section--guide .section__item:nth-last-child(1) {
		margin-bottom: 0
	}
}

.page-fukushima_sake .section--guide .section__feature--3col {
	-webkit-column-gap: 15px;
	-moz-column-gap: 15px;
	column-gap: 15px
}

@media screen and (max-width: 767.98px) {
	.page-fukushima_sake .section--guide .section__feature--3col {
		gap: 0
	}
}

@media screen and (min-width: 768px) {
	.page-fukushima_sake .section--guide .section__feature--3col.btm {
		margin-top: 30px;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center
	}
}

.page-fukushima_sake .section--guide .section__feature--item {
	display: block;
	padding: 0;
	position: relative
}

@media screen and (min-width: 768px) {
	.page-fukushima_sake .section--guide .section__feature--item {
		width: calc((100% - 30px)/3);
		max-width: 250px;
		-webkit-box-flex: 1;
		-ms-flex: 1 1 calc((100% - 30px)/3);
		flex: 1 1 calc((100% - 30px)/3);
		background: #fff
	}
}

@media screen and (max-width: 767.98px) {
	.page-fukushima_sake .section--guide .section__feature--item {
		margin-bottom: 20px
	}
}

.page-fukushima_sake .section--guide .section__feature--item:hover {
	opacity: .6
}

@media screen and (min-width: 768px) {
	.page-fukushima_sake .section--guide .section__feature--item.btm {
		width: calc((100% - 15px)/2)
	}
}

@media screen and (max-width: 767.98px) {
	.page-fukushima_sake .section--guide .section__feature--img {
		margin-bottom: 0
	}
}

.page-fukushima_sake .section--guide .section__feature--body {
	text-align: center
}

@media screen and (max-width: 767.98px) {
	.page-fukushima_sake .section--guide .section__feature--body {
		width: 100%;
		position: absolute;
		top: 50%;
		left: 50%;
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%)
	}
}

.page-fukushima_sake .section--guide .section__feature--title {
	margin-bottom: 10px
}

@media screen and (max-width: 767.98px) {
	.page-fukushima_sake .section--guide .section__feature--title {
		font-size: clamp(20px, 5vw, 24px);
		color: #fff;
		margin-bottom: 3px
	}
}

.page-fukushima_sake .section--guide .section__feature--text {
	font-size: clamp(11px, 3.5vw, 14px)
}

@media screen and (max-width: 767.98px) {
	.page-fukushima_sake .section--guide .section__feature--text {
		color: #fff
	}
}

.page-fukushima_sake .section--guide .section__feature--link {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 142px;
	padding: 3px 4px 5px;
	margin: 20px auto;
	font-size: 15px;
	color: #fff;
	background: #c91818;
	border: 1px solid #fff;
	border-radius: 20px;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	position: relative
}

@media screen and (max-width: 767.98px) {
	.page-fukushima_sake .section--guide .section__feature--link {
		margin: 5px auto
	}
}

.page-fukushima_sake .section--guide .section__feature--link::after {
	content: "";
	display: inline-block;
	width: 10px;
	height: 10px;
	background: url(../img/arrow.svg) center/cover no-repeat;
	margin-left: 6px
}

.page-fukushima_sake .section--guide .section__feature--side {
	position: relative
}

@media screen and (min-width: 768px) {
	.page-fukushima_sake .section--guide .section__feature--side {
		width: calc((100% - 15px)/2);
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-align: stretch;
		-ms-flex-align: stretch;
		align-items: stretch;
		background: #fff;
		border-radius: 20px
	}
}

@media screen and (max-width: 767.98px) {
	.page-fukushima_sake .section--guide .section__feature--side {
		margin-bottom: 20px
	}
}

.page-fukushima_sake .section--guide .section__feature--side:hover {
	opacity: .6
}

@media screen and (min-width: 768px) {
	.page-fukushima_sake .section--guide .section__feature--side .section__feature--img {
		width: 152px;
		margin: 0
	}

	.page-fukushima_sake .section--guide .section__feature--side .section__feature--img img {
		width: 100%;
		height: 100%;
		-o-object-fit: cover;
		object-fit: cover;
		-o-object-position: left;
		object-position: left
	}
}

@media screen and (min-width: 768px) {
	.page-fukushima_sake .section--guide .section__feature--side .section__feature--body {
		-webkit-box-flex: 1;
		-ms-flex: 1;
		flex: 1;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		padding: 10px
	}
}

.page-fukushima_sake .section--guide .section__feature--side .section__feature--title {
	margin-bottom: 8px
}

@media screen and (max-width: 767.98px) {
	.page-fukushima_sake .section--guide .section__feature--side .section__feature--title {
		margin-bottom: 3px
	}
}

.page-fukushima_sake .section--guide .section__feature--side .section__feature--link {
	margin: 10px auto
}

@media screen and (max-width: 767.98px) {
	.page-fukushima_sake .section--guide .section__feature--side .section__feature--link {
		margin: 5px auto
	}
}

/*# sourceMappingURL=style.css.map */
