@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Noto+Sans+JP:wght@100..900&family=Shippori+Mincho:wght@400;500;600;700;800&display=swap');

body {
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 500;
	font-size: 16px;
	line-height: 1.5;
	letter-spacing: .05em;
	color: #000;
	background: #fff;
}

img {
	width: 100%;
	display: block;
}

h2,
h3 {
	line-height: 1.2;
}

.wrapper {
	overflow: hidden;
	min-width: 1200px;
	margin: 0 auto;
}

.flex {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}

.flex.reverse {
	flex-direction: row-reverse;
}

a {
	transition: all .6s;
}

a:hover {
	opacity: .8;
}

.sp {
	display: none;
}

.fade-up {
	opacity: 0;
	transform: translateY(50px);
	transition: opacity 0.7s ease, transform 0.7s ease;
}

.fade-up.show {
	opacity: 1;
	transform: translateY(0);
}

.mincyo {
	font-family: "Shippori Mincho", serif;
	font-weight: 400;
}

.barlow {
	font-family: "Barlow", sans-serif;
	font-weight: 500;
}

.inner {
	max-width: 1200px;
	width: calc(100% - 40px);
	margin: 0 auto;
}

.fixed-btn {
	position: fixed;
	top: 0;
	right: 0;
	max-width: 500px;
	z-index: 10;
}

.fv-bottom {
	background: #000;
	padding: 75px 0 140px;
}

.fv-bottom-title {
	max-width: 1000px;
	margin: 0 auto 17.5px;
}

.fv-bottom-list ul {
	display: flex;
	margin: 0 auto 35px;
	justify-content: space-between;
}

.fv-bottom-list ul:nth-child(2) {
	max-width: 950px;
	margin-bottom: 0;
}

.fv-bottom-list ul li {
	max-width: 450px;
	width: 90%;
	padding: 15px 0;
	text-align: center;
	line-height: 1.5;
	font-size: 24px;
	font-weight: 500;
	background: #fff;
	border-radius: 50px;
}

.fv-bottom-list ul li span {
	color: #b1003b;
}

.fv-bottom-list ul:nth-child(1) li:nth-child(2) {
	padding-block: 30px;
}

.fv-bottom-list ul:nth-child(1) li:nth-child(1),
.fv-bottom-list ul:nth-child(2) li:nth-child(1) {
	transition-delay: .5s;
}

.dream-plan {
	background: linear-gradient(180deg,
			#FEF8E8 0%,
			rgba(230, 180, 34, 0) 100%);
}

.dream-plan-box {
	max-width: 1200px;
	width: calc(100% - 10px);
	margin: 0px auto;
	position: relative;
	top: -80px;
}

.cta-btn {
	max-width: 695px;
	margin: 0 auto;
}

.dream-plan-box .cta-btn {
	bottom: 115px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	position: absolute;
	width: 100%;
}

.cta-btn a {
	position: relative;
	padding: 15px 0;
	text-align: center;
	background: linear-gradient(180deg,
			#79c80e 0%,
			#00b536 45%,
			#006b31 100%);
	display: block;
	box-shadow:
		0 6px 0 #004d23,
		/* 下の影（支点） */
		0 10px 20px rgba(0, 0, 0, 0.18);
	/* 浮き */
	border-radius: 50px;
	transition: all .5s;
}

.cta-btn a:hover {
	opacity: 1;
	box-shadow: none;
	transform: translateY(4px);
}

.cta-btn a p {
	font-size: 40px;
	color: #fff;
}

.cta-btn a p span {
	font-size: 30px;
}

.cta-btn a img {
	position: absolute;
	top: 50%;
	right: 30px;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	width: 37.5px;
}

.beer-bg {
	background-image: url(../img/beer_bg.webp);
	background-size: cover;
	background-position: center top;
	background-repeat: no-repeat;
	padding: 240px 0 120px;
	margin-top: -120px;
}

.beer-logo {
	max-width: 415px;
	margin: 0 auto 50px;
}

.beer-txt {
	text-align: center;
}

.beer-txt p {
	font-size: 30px;
	line-height: 2;
	padding-bottom: 25px;
}

.beer-txt p span {
	color: #b1003b;
}

.beer-txt p:last-child {
	padding-bottom: 0;
}

.beer-all {
	padding: 120px 0;
}

.beer-all-title {
	max-width: 805px;
	margin: 0 auto 40px;
}

.beer-all-txt {
	max-width: 915px;
	margin: 0 auto 60px;
}

.beer-all-img {
	margin: 0 auto;
	text-align: center;
}

.beer-all-img img {
	max-width: 1000px;
	margin: 0 auto 40px;
	display: block;
}

.beer-all-img p {
	font-size: 16px;
	line-height: 2;
	padding-bottom: 30px;
}

.beer-all-img p span {
	background: linear-gradient(transparent 50%, #fdff00 50%);
}

.beer-all-img p:last-child {
	padding-bottom: 0;
}

.slide-first .gray-bg {
	background: #f1f1f1;
	padding: 40px 0;
	position: relative;
	z-index: 1;
}

.slide-first-title {
	margin: 0 auto 40px;
}

.slide-first .gray-bg .inner {
	max-width: 1100px;
	margin: 0 auto;
}

.slide-first-swiper {
	overflow: hidden;
}

.slide-flex {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 40px;
}

.swiper-button-prev:after,
.swiper-button-next:after {
	display: none;
}

.swiper-pagination {
	margin-inline: 40px;
	position: relative;
}

.swiper-button-prev,
.swiper-button-next {
	width: 67.5px;
	position: relative;
}

.slide-first-swiper .swiper-slide {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.slide-first-img {
	width: 40%;
}

.slide-first-txt {
	width: 57.5%;
	padding-left: 30px;
	border-left: 1px solid #cbcbcb;
	padding-block: 40px;
}

.slide-first-txt p {
	font-size: 16px;
	line-height: 1.7;
	padding-bottom: 20px;
}

.slide-first-txt p:last-child {
	padding-bottom: 0;
}

.swiper-pagination-bullet {
	width: 12px;
	height: 12px;
	margin-inline: 7.5px;
}

.bottom-parts {
	position: relative;
	z-index: 1;
}

.slide-first-bottom-img {
	position: relative;
	margin-top: -100px;
}

.dream-course {
	background: #554740;
	padding: 60px 0;
}

.many-kind {
	padding: 70px 0 50px;
}

.many-kind-title {
	max-width: 1100px;
	margin: 0 auto 20px;
}

.many-kind-txt {
	max-width: 1100px;
	margin: 0 auto;
}

.why {
	position: relative;
}

.why-abs {
	position: absolute;
	max-width: 415px;
	bottom: 0;
	left: 0;
}

.why-img-cont {
	background: #F0BB22;
	padding: 0;
}

.why-img-cont01 {
	max-width: 1200px;
	margin: 0px auto;
	top: -145px;
	position: relative;
}

.why-img-cont02 {
	max-width: 1000px;
	margin: 0 auto;
	top: -120px;
	position: relative;
	z-index: 2;
}

.why-img-cont02 .flex {
	position: absolute;
	top: 57.5%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	width: 90%;
}

.why-img-cont02-txt {
	width: 47.5%;
}

.why-img-cont02-img {
	width: 47.5%;
}

.foam-title {
	position: relative;
	z-index: -1;
}

.foam-lists-wrap {
	background: #f1f1f1;
	padding: 20px 0 120px;
	position: relative;
	z-index: 1;
}

.foam-lists {
	max-width: 1100px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}

.foam-list {
	width: 45%;
}

.foam-list-title {
	max-width: 465px;
	width: 95%;
	margin-left: auto;
	margin-bottom: 15px;
}

.care-list .foam-list-title {
	margin-left: 0;
	margin-right: auto;
}

.foam-list-img {
	margin-bottom: 45px;
}

.foam-list-list ul li {
	margin-bottom: 30px;
}

.use-list .foam-list-list ul {
	position: relative;
}

.use-list .foam-list-list ul::before {
	content: "";
	height: 80%;
	left: 11px;
	top: 5px;
	width: 3px;
	background: #eeb300;
	position: absolute;
}

.foam-list-list-flex {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 15px;
}

.foam-list-list-icon {
	width: 27.5px;
}

.foam-list-list-title {
	width: calc(100% - 35px);
	display: flex;
	align-items: center;
}

.foam-list-list-title p {
	font-size: 22px;
	letter-spacing: 0;
	margin-right: 15px;
}

.foam-list-list-title h3 {
	font-weight: 700;
	font-size: 30px;
	color: #eeb300;
}

.foam-list-list-txt {
	padding-left: 35px;
}

.care-list .foam-list-list-txt {
	padding-left: 0;
}

.foam-list-list-txt p {
	font-size: 18px;
}

.dream-plan-bottom .dream-plan-box {
	top: -50px;
}

.flow {
	background-image: url(../img/flow_bg.svg);
	padding: 120px 0 140px;
}

.flow-box {
	max-width: 1000px;
	margin: 0 auto;
	background: #fff;
	border-radius: 30px;
	padding: 60px 30px;
}

.flow-box-title {
	max-width: 442.5px;
	margin: 0 auto 40px;
}

.flow-box-list {
	max-width: 840px;
	margin: 0 auto 35px;
}

.flow-box-list ul {
	display: flex;
	justify-content: space-between;
	position: relative;
	position: relative;
	z-index: 2;
}

.flow-box-list ul::after {
	content: "";
	position: absolute;
	top: 90px;
	width: 70%;
	height: 3px;
	background: #c8a67c;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
}

.flow-box-list li {
	width: 33%;
	text-align: center;
	position: relative;
	z-index: 1;
}

.flow-box-list-img {
	margin: 0 auto 20px;
	max-width: 180px;
}

.flow-box-list-txt {
	text-align: center;
}

.flow-box-list-txt p {
	font-size: 18px;
	font-weight: 500;
	padding-bottom: 15px;
	color: #eeb300;
}

.flow-box-list-txt h3 {
	font-size: 18px;
	font-weight: 500;
}

.flow-box-list-txt h3 span {
	font-size: 16px;
}

.voice {
	padding: 120px 0 60px;
}

.voice-title {
	max-width: 400px;
	margin: 0 auto 60px;
}

.voice-swiper .swiper-pagination {
	margin-block: 40px 60px;
}

.share-box {
	max-width: 1100px;
	margin: 0 auto;
	border: 2px solid #554740;
	padding: 50px 30px 30px;
	position: relative;
}

.share-box-title {
	max-width: 360px;
	width: 100%;
	background: #fff;
	top: -27.5px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	position: absolute;
}

.share-box-title img {
	max-width: 225px;
	margin: 0 auto;
}

.share-box-flex {
	max-width: 800px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.share-box-flex-tag {
	width: 47.5%;
	display: flex;
	gap: 0 20px;
}

.share-box-flex-tag p {
	font-size: 24px;
}

.share-box-flex-list {
	width: 47.5%;
}

.share-box-flex-list ul {
	display: flex;
	align-items: center;
	gap: 0 45px;
}

.share-box-flex-list ul li {
	width: 60px;
}

.faq-wrap {
	background: #f1f1f1;
	padding: 30px 0 120px;
}

.faq-title {
	max-width: 315px;
	margin: 0 auto 50px;
}

.acc-conts {
	margin-bottom: 40px;
}

.acc-cont {
	display: none;
	padding: 20px 25px;
}

.acc-header {
	position: relative;
	align-items: center;
	cursor: pointer;
	padding: 12.5px 30px 12.5px 15px;
	display: flex;
	border-bottom: 1px solid #cbcbcb;
}

.acc-header p {
	font-size: 30px;
	letter-spacing: 0.06em;
	text-align: left;
	color: #b1003b;
	font-weight: 700;
	line-height: 1;
	margin-right: 15px;
}

.acc-header h3 {
	font-size: 24px;
	line-height: 1.5;
	font-weight: 500;
	width: calc(100% - 40px);
	color: #191924;
}

.acc-header::before,
.acc-header::after {
	content: '';
	position: absolute;
	right: 0px;
	top: 50%;
	width: 20px;
	height: 1px;
	background: #554740;
	transition: all 0.3s ease;
	transform: translateY(-50%);
}

.acc-header::after {
	transform: translateY(-50%) rotate(90deg);
}

.active .acc-header::after {
	transform: translateY(-50%) rotate(-45deg);
}

.active .acc-header::before {
	transform: translateY(-50%) rotate(45deg);
}

.acc-cont p {
	font-size: 18px;
	font-weight: 400;
	transition: all .7s;
}

.acc-cont small {
	font-size: 14px;
}

.faq-wrap .inner {
	max-width: 1000px;
	margin: 0 auto;
}

.term-cont-title {
	text-align: center;
	margin-bottom: 30px;
}

.term-cont-title h3 {
	font-size: 24px;
}

.term-cont-box {
	background: #fff;
	padding: 30px 20px;
	text-align: center;
}

.term-cont-box p,
.term-cont-box a {
	font-size: 16px;
	line-height: 1.9;
}

.term-cont-box p {
	padding-bottom: 10px;
}

.term-cont-box a {
	color: #000;
	text-decoration: underline;
}

.footer-cont {
	padding-bottom: 30px;
}

.footer-cont-box {
	background: #f7ce25;
	margin-bottom: 20px;
}

.footer-cont-flex {
	max-width: 1100px;
	margin: 55px auto;
}

.footer-cont-flex-img {
	width: 40%;
}

.footer-cont-flex-txt {
	width: 57.5%;
}

.footer-cont-flex-txt p {
	font-size: 18px;
	color: #554740;
}

.footer-cont-caution {
	max-width: 1100px;
	margin: 0 auto;
	text-align: right;
}

.footer-cont-caution p {
	font-size: 14px;
}

footer {
	background: #554740;
	padding: 15px 0;
	text-align: center;
}

footer p {
	font-size: 16px;
	color: #fff;
}

@media screen and (max-width: 1200px) {
	.fixed-btn {
		position: fixed;
		top: 0;
		right: 0;
		max-width: 27.5vw;
	}
}

@media screen and (max-width: 834px) {
	.sp {
		display: block;
	}

	.pc {
		display: none;
	}

	.wrapper {
		min-width: 100%;
		width: 100%;
	}

	.fv-bottom-list ul:nth-child(1) li:nth-child(1),
	.fv-bottom-list ul:nth-child(2) li:nth-child(1) {
		transition-delay: initial;
	}

	.fixed-btn {
		max-width: 45vw;
	}

	.fv-bottom {
		padding: 40px 0 120px;
	}

	.fv-bottom .inner {
		width: 100%;
	}

	.fv-bottom-title {
		max-width: 500px;
		margin: 0 auto 15px;
		width: calc(100% - 40px);
	}

	.fv-bottom-list ul {
		display: block;
		margin: 0 auto;
		max-width: 100%;
	}

	.fv-bottom-list ul li {
		max-width: 285px;
		width: 100%;
		padding: 15px 15px 15px 10px;
		font-size: 16px;
		border-radius: 0px 50px 50px 0;
		margin-right: auto;
		margin-bottom: 10px;
	}

	.fv-bottom-list ul li:nth-child(2) {
		border-radius: 50px 0px 0px 50px;
		padding: 15px 10px 15px 15px;
		margin-right: 0;
		margin-left: auto;
	}

	.dream-plan-box {
		max-width: 100%;
		width: 100%;
		top: -60px;
	}

	.cta-btn {
		max-width: 90vw;
	}

	.dream-plan-box .cta-btn {
		bottom: 15vw;
	}

	.cta-btn a img {
		right: 3vw;
		width: 5.5vw;
	}

	.cta-btn a {
		border-radius: 100px;
	}

	.cta-btn a p {
		font-size: 7vw;
	}

	.cta-btn a p span {
		font-size: 5vw;
	}

	.beer-bg {
		background-image: url(../img/beer_bg_sp.webp);
		padding: 120px 0 70px;
		margin-top: -110px;
	}

	.beer-logo {
		max-width: 215px;
		margin: 0 auto 30px;
	}

	.beer-txt p {
		font-size: 16px;
	}

	.beer-all {
		padding: 50px 0 70px;
	}

	.beer-all-title {
		max-width: 295px;
		margin: 0 auto 20px;
	}

	.beer-all-txt {
		max-width: 285px;
		margin: 0 auto 30px;
	}

	.beer-all .inner {
		width: 100%
	}

	.beer-all-img img {
		max-width: 500px;
		margin: 0 auto 30px;
	}

	.beer-all-img p {
		font-size: 14px;
		line-height: 1.6;
		text-align: left;
		padding-bottom: 25px;
		width: calc(100% - 40px);
		margin: 0 auto;
		max-width: 500px;
	}

	.slide-first .gray-bg {
		padding: 0px;
	}

	.slide-first-title {
		margin: 0 auto 25px;
		max-width: 335px;
	}

	.slide-first-swiper {
		max-width: 500px;
		width: calc(100% - 20px);
		margin: 0 auto;
	}

	.slide-first-swiper .swiper-slide {
		display: block;
	}

	.slide-first-img {
		width: 100%;
		margin-bottom: 15px;
		padding-bottom: 15px;
		border-bottom: 1px solid #cbcbcb;
	}

	.slide-first-txt {
		width: 100%;
		border: none;
		padding: 0;
	}

	.slide-first-txt p {
		font-size: 14px;
	}

	.slide-flex {
		margin-top: 20px;
	}

	.swiper-button-prev,
	.swiper-button-next {
		width: 45px;
	}

	.swiper-pagination {
		margin-inline: 25px;
	}

	.slide-first-bottom-img {
		position: relative;
		margin-top: -12.5vw;
	}

	.dream-course {
		padding: 0px;
	}

	.dream-course .cta-btn {
		width: 100%;
		bottom: 20vw;
		left: 50%;
		transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
		position: absolute;
	}

	.many-kind {
		padding: 50px 0;
	}

	.many-kind-title,
	.many-kind-txt {
		max-width: 335px;
	}

	.why-img-cont01 {
		max-width: 375px;
		top: -145px;
	}

	.why-img-cont01 img.mb {
		margin-bottom: 10px;
	}

	.why-abs {
		max-width: 135px;
		bottom: 52.5%;
	}

	.why-img-cont02 {
		max-width: 400px;
		top: -125px;
		width: calc(100% + 10px);
		right: -10px;
	}

	.why-img-cont02 .flex {
		top: 55%;
		left: 48%;
		width: 85%;
		display: block;
	}

	.why-img-cont02-txt {
		width: 100%;
		margin-bottom: 10px;
	}

	.why-img-cont02-img {
		width: 90%;
		margin: 0 auto;
	}

	.foam {
		margin-top: -70px;
		position: relative;
		z-index: 1;
	}

	.foam .inner {
		width: 100%;
	}

	.foam-lists {
		max-width: 500px;
		margin: 0 auto;
		display: block;
	}

	.foam-list {
		width: 100%;
	}

	.foam-lists-wrap {
		padding: 40px 0 70px;
	}

	.foam-list-title {
		max-width: 325px;
		width: 100%;
		margin: 0 auto 15px;
	}

	.foam-list-img {
		margin-bottom: 30px;
		width: calc(100% - 20px);
		margin-right: auto;
	}

	.foam-list.use-list {
		margin-bottom: 50px;
	}

	.foam-list-list-icon {
		width: 22.5px;
	}

	.foam-list-list-title {
		width: calc(100% - 32.5px);
	}

	.foam-list-list-flex {
		margin-bottom: 5px;
	}

	.foam-list-list-title p {
		font-size: 16px;
		margin-right: 10px;
	}

	.foam-list-list-title h3 {
		font-size: 24px;
	}

	.foam-list-list-txt p {
		font-size: 14px;
	}

	.use-list .foam-list-list ul::before {
		left: 8.5px;
		width: 2px;
	}

	.care-list .foam-list-title {
		margin-left: auto;
	}

	.care-list .foam-list-img {
		margin-right: 0;
		margin-left: auto;
	}

	.flow {
		background-image: url(../img/flow_bg_sp.svg);
		padding: 70px 0;
	}

	.flow-box {
		max-width: 500px;
		border-radius: 25px;
		margin: 0 auto 30px;
		padding: 50px 20px;
	}

	.flow-box-list {
		max-width: 285px;
		margin: 0 auto;
	}

	.flow-box-list ul {
		display: block;
	}

	.flow-box-list li {
		width: 100%;
		display: flex;
		align-items: center;
		justify-content: space-between;
	}

	.flow-box-list-img {
		margin: 0;
		max-width: 80px;
	}

	.flow-box-list-txt {
		width: calc(100% - 100px);
		text-align: left;
	}

	.flow-box-title {
		max-width: 295px;
		margin: 0 auto 20px;
	}

	.flow-box-list-txt p {
		font-size: 14px;
		padding-bottom: 5px;
	}

	.flow-box-list-txt h3 {
		line-height: 1.5;
	}

	.flow-box-list li {
		margin-bottom: 15px;
		padding-bottom: 15px;
		border-bottom: 1px solid #cbcbcb;
		align-items: flex-start;
	}

	.flow-box-list li:last-child {
		padding-bottom: 0;
		margin-bottom: 0;
		border-bottom: none;
	}

	.flow-box-list ul::after {
		top: 5px;
		width: 2px;
		height: 80%;
		left: 40px;
	}

	.dream-plan-bottom .dream-plan-box {
		top: -40px;
	}

	.voice {
		padding: 70px 0;
	}

	.voice-title {
		max-width: 275px;
		margin: 0 auto 25px;
	}

	.voice-swiper .swiper-pagination {
		margin-block: 20px 50px;
	}

	.share-box {
		max-width: 335px;
		padding: 25px 20px 20px;
	}

	.share-box-title {
		max-width: 170px;
		width: 100%;
		top: -17.5px;
	}

	.share-box-title img {
		max-width: 150px;
	}

	.share-box-flex {
		max-width: 100%;
		display: block;
	}

	.share-box-flex-tag {
		width: 100%;
		justify-content: center;
		margin-bottom: 15px;
	}

	.share-box-flex-tag p {
		font-size: 16px;
	}

	.share-box-flex-list ul li {
		width: 40px;
	}

	.share-box-flex-list {
		width: 100%;
		max-width: 250px;
		margin: 0 auto;
	}

	.share-box-flex-list ul {
		justify-content: center;
		gap: 0 25px;
	}

	.faq-wrap {
		padding: 0px 0 70px;
	}

	.faq-title {
		max-width: 215px;
		margin: 0 auto 30px;
	}

	.acc-header {
		padding: 12.5px 25px 12.5px 0px;
	}

	.acc-header p {
		font-size: 26px;
		margin-right: 7.5px;
	}

	.acc-header h3 {
		font-size: 18px;
		width: calc(100% - 30px);
	}

	.acc-conts {
		margin-bottom: 50px;
	}

	.acc-cont {
		padding: 20px 0px;
	}

	.acc-cont p {
		font-size: 14px;
	}

	.acc-cont small {
		font-size: 10px;
	}

	.term-cont-title {
		margin-bottom: 20px;
	}

	.term-cont-box {
		padding: 30px 20px;
		max-width: 500px;
		margin: 0 auto;
	}

	.term-cont-box p,
	.term-cont-box a {
		font-size: 14px;
	}

	.term-cont-box p {
		text-align: left;
	}

	.footer-cont-flex {
		max-width: 500px;
		width: calc(100% - 40px);
		margin: 25px auto;
		display: block;
	}

	.footer-cont-flex-img {
		width: 100%;
		max-width: 315px;
		margin: 0 auto 15px;
	}

	.footer-cont-flex-txt {
		width: 100%;
	}

	.footer-cont-flex-txt p {
		font-size: 14px;
	}

	.footer-cont-box {
		margin-bottom: 15px;
	}

	.footer-cont-caution p {
		font-size: 10px;
		text-align: left;
		padding-left: 15px;
	}

	.footer-cont {
		padding-bottom: 15px;
	}

	footer p {
		font-size: 12px;
	}

	footer {
		padding: 12.5px 0;
	}
}

@media screen and (max-width: 500px) {
	.fv-bottom {
		padding: 40px 0 80px;
	}

	.cta-btn a {
		padding: 10px 0;
	}

	.dream-plan-box .cta-btn {
		bottom: 12vw;
	}

	.beer-bg .inner {
		width: calc(100% - 20px);
	}

	.slide-first .gray-bg {
		padding: 10px 0;
	}

	.why-img-cont01 {
		top: -100px;
	}

	.why-img-cont01 img.sp {
		width: calc(100% - 30px);
		margin-inline: auto;
	}

	.why-abs {
		max-width: 125px;
		bottom: 50.5%;
	}

	.why-img-cont02 {
		top: -100px;
		width: calc(100% + 0px);
	}

	.foam {
		margin-top: -60px;
	}

	.foam-list-list {
		width: calc(100% - 30px);
		margin: 0 auto;
	}

	.foam-lists-wrap {
		padding: 40px 0 50px;
	}

	.voice {
		padding: 50px 0 70px;
	}
}
