@charset "UTF-8";
@media all and (min-width: 751px) {
	.SP {
		display: none !important;
	}
}

@media screen and (max-width: 750px) {
	.PC {
		display: none !important;
	}
}

.tpl-wrap {
	overflow: hidden;
}

/* sec-mainvisual
---------------------------------------- */
.sec-mainvisual {
	overflow: hidden;
}

@media screen and (min-width: 751px) {
	.sec-mainvisual {
		min-width: 1200px;
		padding-top: 160px;
		padding-bottom: 20px;
		margin-bottom: 50px;
	}
}

@media screen and (max-width: 750px) {
	.sec-mainvisual {
		min-width: 0;
		padding-top: 60px;
	}
}

.mainvisual-wrap {
	position: relative;
	width: 1182px;
	margin: auto;
}

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

@media screen and (min-width: 751px) {
	.mainvisual-wrap::before {
		position: absolute;
		top: 10px;
		left: 10px;
		width: 1182px;
		height: 673px;
		content: "";
		background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.5) 25%, rgba(18, 171, 255, 0) 25%, rgba(18, 171, 255, 0) 50%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0.5) 75%, rgba(18, 171, 255, 0) 75%, rgba(18, 171, 255, 0));
		background-size: 12px 12px;
		border-radius: 20px;
	}
}

.mainvisual {
	position: relative;
	width: 1182px;
	height: 673px;
	overflow: hidden;
	border-radius: 20px;
}

@media screen and (max-width: 750px) {
	.mainvisual {
		width: 100%;
		height: 55.2vw;
		border: none;
		border-radius: 0;
	}
}

.mainvisual::after {
	position: absolute;
	top: 4px;
	left: 4px;
	z-index: 5;
	box-sizing: border-box;
	display: block;
	width: 1174px;
	height: 665px;
	pointer-events: none;
	content: "";
	border: 6px solid #fff;
	border-radius: 16px;
}

@media screen and (max-width: 750px) {
	.mainvisual::after {
		display: none;
	}
}

.mainvisual::before {
	position: absolute;
	top: 0;
	z-index: 5;
	box-sizing: border-box;
	display: block;
	width: 100%;
	height: 100%;
	pointer-events: none;
	content: "";
	border: 4px solid #0b9bf8;
	border-radius: 20px;
}

@media screen and (max-width: 750px) {
	.mainvisual::before {
		display: none;
	}
}

.mainvisual__image {
	background-color: #0b9bf8;
}

.mainvisual__image img {
	display: block;
	width: 100%;
	height: auto;
}

@media screen and (min-width: 751px) {
	.mainvisual__image {
		position: absolute;
		top: 10px;
		left: 10px;
		width: 1162px;
	}
}

/* ヘッダー背景の曲線
---------------------------------------- */
.svg-wrapper {
	position: fixed;
	top: 0;
	width: 100%;
	transition: opacity 0.3s ease-out;
}

.svg-wrapper.shrink {
	opacity: 0;
}

.svg-wrapper .svg-bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}

@media screen and (max-width: 750px) {
	.svg-wrapper {
		display: none;
	}
}

.wave-block {
	position: relative;
}

@media screen and (min-width: 751px) {
	.wave-block {
		padding-top: 37px;
		padding-bottom: 37px;
		background-image: url("/mugicha/2026campaign/img/bg-dot-wave-top.png"), url("/mugicha/2026campaign/img/bg-dot-wave-bottom.png");
		background-repeat: repeat-x, repeat-x;
		background-position: left top, left bottom;
		background-size: 304px auto, 304px auto;
	}
	.wave-block::before {
		position: absolute;
		inset: 37px 0;
		z-index: 0;
		display: block;
		margin: auto;
		content: "";
		background: url("/mugicha/2026campaign/img/bg-dot.png") repeat left top/304px auto;
	}
}

@media screen and (max-width: 750px) {
	.wave-block {
		padding-bottom: 4.26667vw;
		background: url("/mugicha/2026campaign/img/bg-dot-wave-bottom-sp.png") no-repeat left bottom/100% auto;
	}
	.wave-block::before {
		position: absolute;
		inset: 0 0 4.26667vw;
		z-index: 0;
		display: block;
		margin: auto;
		content: "";
		background: url("/mugicha/2026campaign/img/bg-dot-sp.png") repeat left top/100% auto;
	}
}

/* sec-movie
---------------------------------------- */
.sec-movie {
	position: relative;
}

@media screen and (min-width: 751px) {
	.sec-movie {
		margin-top: 56px;
	}
}

@media screen and (max-width: 750px) {
	.sec-movie {
		padding-top: 8vw;
	}
}

.sec-movie__inner {
	margin-inline: auto;
}

@media screen and (min-width: 751px) {
	.sec-movie__inner {
		width: 1200px;
	}
}

@media screen and (max-width: 750px) {
	.sec-movie__inner {
		width: 90.4vw;
	}
}

.sec-movie__heading {
	position: relative;
	display: block;
	margin-inline: auto;
}

@media screen and (min-width: 751px) {
	.sec-movie__heading {
		width: fit-content;
	}
}

@media screen and (max-width: 750px) {
	.sec-movie__heading {
		width: 68.53333vw;
	}
}

.sec-movie__heading img {
	width: 100%;
	height: auto;
}

.sec-movie__text {
	margin-inline: auto;
}

@media screen and (min-width: 751px) {
	.sec-movie__text {
		width: 890px;
		margin-top: 9px;
	}
}

@media screen and (max-width: 750px) {
	.sec-movie__text {
		width: 85.6vw;
		margin-top: 1.86667vw;
	}
}

.sec-movie__text img {
	width: 100%;
	height: auto;
}

.sec-movie__video {
	position: relative;
	margin-inline: auto;
	overflow: hidden;
	background-color: #000;
	border-color: #fff;
	border-style: solid;
}

@media screen and (min-width: 751px) {
	.sec-movie__video {
		height: 679px;
		margin-top: 46px;
		border-width: 5px;
		border-radius: 20px;
	}
}

@media screen and (max-width: 750px) {
	.sec-movie__video {
		height: 51.46667vw;
		margin-top: 4.26667vw;
		border-width: 0.66667vw;
		border-radius: 1.33333vw;
	}
}

.sec-movie__youtube {
	width: 100%;
	height: 100%;
}

.sec-movie__thumbnail {
	position: absolute;
	inset: 0;
	margin: auto;
	appearance: none;
	cursor: pointer;
	background-color: #fff;
	border: none;
}

.sec-movie__thumbnail > img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.sec-movie__thumbnail::after {
	position: absolute;
	inset: 0;
	display: block;
	margin: auto;
	content: "";
	background: url("/mugicha/common/img/movie-btn.png") no-repeat center center/contain;
}

@media screen and (min-width: 751px) {
	.sec-movie__thumbnail::after {
		width: 86px;
		height: 86px;
	}
}

@media screen and (max-width: 750px) {
	.sec-movie__thumbnail::after {
		width: 13.33333vw;
		height: 13.33333vw;
	}
}

.sec-movie__thumbnail.is-played {
	display: none;
}

@media (hover: hover) and (pointer: fine) {
	.sec-movie__thumbnail:hover > img {
		opacity: 0.9;
		transform: scale(1.02);
	}
}

/* sec-campaign
---------------------------------------- */
.sec-campaign {
	position: relative;
}

@media screen and (min-width: 751px) {
	.sec-campaign {
		margin-top: 120px;
		margin-bottom: 170px;
	}
}

@media screen and (max-width: 750px) {
	.sec-campaign {
		margin-top: 18.4vw;
		margin-bottom: 18.66667vw;
	}
}

.sec-campaign__heading {
	position: relative;
	margin-inline: auto;
}

@media screen and (min-width: 751px) {
	.sec-campaign__heading {
		width: fit-content;
	}
}

@media screen and (max-width: 750px) {
	.sec-campaign__heading {
		display: flex;
		flex-direction: column;
		row-gap: 1.86667vw;
		align-items: center;
		width: 79.2vw;
		margin-top: 4vw;
	}
}

.sec-campaign__heading img {
	width: 100%;
	height: auto;
}

@media screen and (min-width: 751px) {
	.sec-campaign__heading-balloon {
		position: absolute;
		top: -3px;
		left: -160px;
		width: 150px;
	}
}

@media screen and (max-width: 750px) {
	.sec-campaign__heading-balloon {
		width: 23.33333vw;
	}
}

.sec-campaign__text {
	margin-inline: auto;
}

@media screen and (min-width: 751px) {
	.sec-campaign__text {
		width: fit-content;
		margin-top: 18px;
	}
}

@media screen and (max-width: 750px) {
	.sec-campaign__text {
		width: 80.66667vw;
		margin-top: 2.66667vw;
	}
}

.sec-campaign__text img {
	width: 100%;
	height: auto;
}

.sec-campaign__bnr {
	display: block;
	margin-inline: auto;
	overflow: hidden;
	background-color: #fff;
	border-color: #fff;
	border-style: solid;
}

@media screen and (min-width: 751px) {
	.sec-campaign__bnr {
		width: 1200px;
		margin-top: 40px;
		border-width: 5px;
		border-radius: 20px;
	}
}

@media screen and (max-width: 750px) {
	.sec-campaign__bnr {
		width: 92.53333vw;
		margin-top: 5.33333vw;
		border-width: 0.66667vw;
		border-radius: 1.33333vw;
	}
}

@media (hover: hover) and (pointer: fine) {
	.sec-campaign__bnr:hover img {
		opacity: 0.9;
		transform: scale(1.02);
	}
}

.sec-campaign__bnr img {
	display: block;
	width: 100%;
	height: auto;
	transition: transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}

@media screen and (min-width: 751px) {
	.sec-campaign__bnr img {
		border-radius: 14px;
	}
}

@media screen and (max-width: 750px) {
	.sec-campaign__bnr img {
		border-radius: 0.53333vw;
	}
}

.sec-bottles {
	position: relative;
}

@media screen and (min-width: 751px) {
	.sec-bottles {
		padding-top: 180px;
		padding-bottom: 140px;
	}
}

@media screen and (max-width: 750px) {
	.sec-bottles {
		padding-top: 9.6vw;
		padding-bottom: 18.66667vw;
	}
}

.sec-bottles__heading {
	position: relative;
	margin-inline: auto;
}

@media screen and (min-width: 751px) {
	.sec-bottles__heading {
		width: fit-content;
	}
}

@media screen and (max-width: 750px) {
	.sec-bottles__heading {
		display: flex;
		flex-direction: column;
		row-gap: 0.93333vw;
		align-items: center;
		width: 92.8vw;
	}
}

.sec-bottles__heading img {
	width: 100%;
	height: auto;
}

.bottles-box {
	position: relative;
	display: grid;
	margin-inline: auto;
	background-color: #fff;
}

@media screen and (min-width: 751px) {
	.bottles-box {
		grid-template-columns: repeat(2, 1fr);
		gap: 60px 30px;
		width: 1200px;
		padding: 73px 56px 108px;
		margin-top: 67px;
		border-radius: 20px;
	}
}

@media screen and (max-width: 750px) {
	.bottles-box {
		grid-template-columns: 100%;
		row-gap: 10.66667vw;
		width: 92vw;
		padding: 13.33333vw 4vw 14.13333vw;
		margin-top: 9.33333vw;
		border-radius: 1.33333vw;
	}
}

@media screen and (min-width: 751px) {
	.bottles-box:not(:first-of-type) {
		margin-top: 95px;
	}
}

@media screen and (max-width: 750px) {
	.bottles-box:not(:first-of-type) {
		margin-top: 11.46667vw;
	}
}

.bottles-box__block {
	position: relative;
}

@media screen and (min-width: 751px) {
	.bottles-box__block {
		display: flex;
		flex-direction: column;
		justify-content: space-between;
	}
	.bottles-box__block:nth-child(n + 3) {
		grid-column: 1 / -1;
	}
}

.bottles-box__heading-md {
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 500;
	color: var(--bottles-box-heading-color);
	border-color: var(--bottles-box-heading-color);
	border-style: solid;
}

@media screen and (min-width: 751px) {
	.bottles-box__heading-md {
		min-height: 56px;
		margin-bottom: 40px;
		font-size: 22px;
		border-width: 3px;
		border-radius: 12px;
		box-shadow: 0 4px 0 0 #e3e3e3;
	}
}

@media screen and (max-width: 750px) {
	.bottles-box__heading-md {
		min-height: 10.13333vw;
		margin-bottom: 5.86667vw;
		font-size: 4vw;
		border-width: 0.4vw;
		border-radius: 1.33333vw;
		box-shadow: 0 0.53333vw 0 0 #e3e3e3;
	}
}

.bottles-box__heading-md.bottles-box__heading-md--mugicha {
	--bottles-box-heading-color: #c35b1c;
}

.bottles-box__heading-md.bottles-box__heading-md--kuromamemugicha {
	--bottles-box-heading-color: #3b2d28;
}

.bottles-list {
	display: grid;
}

@media screen and (min-width: 751px) {
	.bottles-list {
		gap: 20px;
	}
}

@media screen and (max-width: 750px) {
	.bottles-list {
		gap: 6.13333vw 1.33333vw;
	}
}

.bottles-list.bottles-list--mugicha-2l {
	grid-template-columns: repeat(2, 1fr);
}

@media screen and (max-width: 750px) {
	.bottles-list.bottles-list--mugicha-2l {
		margin-inline: 10.66667vw;
	}
}

.bottles-list.bottles-list--mugicha-1l {
	grid-template-columns: repeat(2, 1fr);
}

@media screen and (max-width: 750px) {
	.bottles-list.bottles-list--mugicha-1l {
		margin-inline: 10.66667vw;
	}
}

.bottles-list.bottles-list--mugicha-670ml {
	grid-template-columns: repeat(4, 1fr);
}

@media screen and (min-width: 751px) {
	.bottles-list.bottles-list--mugicha-650ml {
		grid-template-columns: repeat(5, 1fr);
		margin-inline: 30px;
	}
}

@media screen and (max-width: 750px) {
	.bottles-list.bottles-list--mugicha-650ml {
		grid-template-columns: repeat(6, 1fr);
	}
	.bottles-list.bottles-list--mugicha-650ml > * {
		grid-column-end: span 2;
	}
	.bottles-list.bottles-list--mugicha-650ml > *:nth-child(4) {
		grid-column-start: 2;
	}
}

.bottles-list.bottles-list--mugicha-600ml {
	grid-template-columns: repeat(6, 1fr);
}

@media screen and (min-width: 751px) {
	.bottles-list.bottles-list--mugicha-600ml {
		margin-inline: 55px;
	}
}

@media screen and (max-width: 750px) {
	.bottles-list.bottles-list--mugicha-600ml {
		grid-template-columns: repeat(3, 1fr);
	}
}

@media screen and (min-width: 751px) {
	.bottles-list.bottles-list--kuromamemugicha-2l {
		grid-template-columns: repeat(4, 1fr);
	}
	.bottles-list.bottles-list--kuromamemugicha-2l > *:first-child {
		grid-column-start: 2;
	}
}

@media screen and (max-width: 750px) {
	.bottles-list.bottles-list--kuromamemugicha-2l {
		grid-template-columns: repeat(2, 1fr);
		margin-inline: 10.66667vw;
	}
}

.bottles-list.bottles-list--kuromamemugicha-670ml {
	grid-template-columns: repeat(4, 1fr);
}

@media screen and (min-width: 751px) {
	.bottles-list.bottles-list--kuromamemugicha-650ml {
		grid-template-columns: repeat(5, 1fr);
		margin-inline: 30px;
	}
}

@media screen and (max-width: 750px) {
	.bottles-list.bottles-list--kuromamemugicha-650ml {
		grid-template-columns: repeat(6, 1fr);
		row-gap: calc(6.13333vw - 1em);
	}
	.bottles-list.bottles-list--kuromamemugicha-650ml > * {
		grid-column-end: span 2;
	}
	.bottles-list.bottles-list--kuromamemugicha-650ml > *:nth-child(4) {
		grid-column-start: 2;
	}
}

.bottles-item {
	font-weight: 500;
	color: inherit;
	letter-spacing: -0.1em;
	text-decoration: none;
	pointer-events: none;
}

.bottles-item img {
	width: 100%;
	height: auto;
	pointer-events: all;
	transition: transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}

@media (hover: hover) and (pointer: fine) {
	.bottles-item:hover img {
		transform: translateY(-5px);
	}
}

.bottles-item__inner {
	display: flex;
	flex-direction: column;
	align-items: center;
}

@media screen and (min-width: 751px) {
	.bottles-item__inner {
		row-gap: 16px;
	}
}

@media screen and (max-width: 750px) {
	.bottles-item__inner {
		row-gap: 2.13333vw;
	}
}

@media screen and (min-width: 751px) {
	.bottles-item__image {
		width: 106px;
	}
	.bottles-item__image.bottles-item__image--2l {
		width: 150px;
	}
	.bottles-item__image.bottles-item__image--1l {
		width: 104px;
	}
}

@media screen and (max-width: 750px) {
	.bottles-item__image {
		width: 14vw;
	}
	.bottles-item__image.bottles-item__image--2l {
		width: 16.53333vw;
	}
	.bottles-item__image.bottles-item__image--1l {
		width: 11.73333vw;
	}
}

.bottles-item__caption {
	line-height: 1.5em;
	text-align: center;
}

@media screen and (min-width: 751px) {
	.bottles-item__caption {
		font-size: 20px;
	}
}

@media screen and (max-width: 750px) {
	.bottles-item__caption {
		font-size: 3.73333vw;
	}
}

.bottles-item__caption span {
	display: inline-block;
	white-space: nowrap;
}

.gallery-modal .mfp-container {
	height: 100lvh;
}

.gallery-modal .mfp-container .mfp-content .mfp-figure {
	cursor: default;
}

.gallery-modal .mfp-container .mfp-content .mfp-figure::after {
	display: none;
}

.gallery-modal .mfp-container .mfp-content .mfp-figure img {
	max-height: 100lvh !important;
}

@media screen and (min-width: 751px) {
	.gallery-modal .mfp-container .mfp-content .mfp-close {
		top: 40px;
		right: -40px;
	}
}

@media screen and (max-width: 750px) {
	.gallery-modal .mfp-container .mfp-content .mfp-close {
		top: 5.33333vw;
		right: -5.33333vw;
	}
}

.gallery-modal .mfp-title {
	padding-right: 0;
	margin-top: 0.25em;
	text-align: center;
}

@media screen and (min-width: 751px) {
	.gallery-modal .mfp-title {
		font-size: 16px;
	}
}

@media screen and (max-width: 750px) {
	.gallery-modal .mfp-title {
		font-size: 24px;
		font-size: 3.2vw;
	}
}

/* magnific-popup
---------------------------------------- */
/**
 * Simple fade transition,
 */
.gallery-modal.mfp-bg {
	opacity: 0;
	transition: all 0.15s ease-out;
}

.gallery-modal.mfp-bg.mfp-ready {
	opacity: 0.9;
}

.gallery-modal.mfp-bg.mfp-removing {
	opacity: 0;
}

.gallery-modal.mfp-wrap .mfp-content {
	opacity: 0;
	transition: all 0.15s ease-out;
}

.gallery-modal.mfp-wrap.mfp-ready .mfp-content {
	opacity: 1;
}

.gallery-modal.mfp-wrap.mfp-removing .mfp-content {
	opacity: 0;
}

/* sec-tvcm
---------------------------------------- */
@media screen and (min-width: 751px) {
	.sec-tvcm {
		padding-top: 32px;
	}
}

@media screen and (max-width: 750px) {
	.sec-tvcm {
		padding-top: 2.13333vw;
	}
}

@media screen and (min-width: 751px) {
	.sec-tvcm .sec-tvcm__inner {
		padding-top: 68px;
		padding-bottom: 50px;
	}
}

@media screen and (max-width: 750px) {
	.sec-tvcm .sec-tvcm__inner {
		padding: 10.66667vw 0 6.66667vw;
	}
}

@media screen and (min-width: 751px) {
	.sec-tvcm .sec-tvcm-head {
		width: 546px;
		margin: 0 auto 36px;
	}
}

@media screen and (max-width: 750px) {
	.sec-tvcm .sec-tvcm-head {
		width: 77.86667vw;
		margin: 0 auto 5.06667vw;
	}
}

.sec-tvcm .sec-tvcm-head img {
	width: 100%;
	height: auto;
}

.sec-tvcm .tvcm-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

@media screen and (min-width: 751px) {
	.sec-tvcm .tvcm-list {
		gap: 20px;
	}
}

@media screen and (max-width: 750px) {
	.sec-tvcm .tvcm-list {
		gap: 10.66667vw 2.66667vw;
	}
}

.sec-tvcm .tvcm-list li {
	display: flex;
	flex-direction: column;
}

@media screen and (min-width: 751px) {
	.sec-tvcm .tvcm-list li {
		width: 336px;
	}
}

@media screen and (max-width: 750px) {
	.sec-tvcm .tvcm-list li {
		width: 51.2vw;
	}
}

.sec-tvcm .tvcm-item {
	display: flex;
	flex: 1 0 auto;
	flex-direction: column;
}

.sec-tvcm .tvcm-item .tvcm-item-modal-btn {
	position: relative;
	display: block;
	height: auto;
	overflow: hidden;
	background-color: transparent;
}

@media screen and (min-width: 751px) {
	.sec-tvcm .tvcm-item .tvcm-item-modal-btn {
		width: 336px;
		padding: 4px;
		border-radius: 29px;
	}
}

@media screen and (max-width: 750px) {
	.sec-tvcm .tvcm-item .tvcm-item-modal-btn {
		width: 51.2vw;
		padding: 0.53333vw;
		border-radius: 3.86667vw;
	}
}

.sec-tvcm .tvcm-item .tvcm-item-modal-btn::before {
	z-index: 1;
}

@media screen and (min-width: 751px) {
	.sec-tvcm .tvcm-item .tvcm-item-modal-btn::before {
		width: 62px;
		height: 62px;
	}
}

@media screen and (max-width: 750px) {
	.sec-tvcm .tvcm-item .tvcm-item-modal-btn::before {
		width: 9.6vw;
		height: 9.6vw;
	}
}

.sec-tvcm .tvcm-item .tvcm-item-modal-btn figure {
	position: relative;
	overflow: hidden;
	border: 4px solid #fff;
}

@media screen and (min-width: 751px) {
	.sec-tvcm .tvcm-item .tvcm-item-modal-btn figure {
		border-radius: 25px;
	}
}

@media screen and (max-width: 750px) {
	.sec-tvcm .tvcm-item .tvcm-item-modal-btn figure {
		border-width: 0.53333vw;
		border-radius: 3.33333vw;
	}
}

.sec-tvcm .tvcm-item .tvcm-item-modal-btn figure img {
	width: 100%;
	height: auto;
}

.sec-tvcm .tvcm-item .tvcm-item-modal-btn figure::after {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: "";
	background-color: #000;
	opacity: 0;
	transition: opacity 0.3s ease-out;
}

@media (hover: hover) and (pointer: fine) {
	.sec-tvcm .tvcm-item .tvcm-item-modal-btn:hover figure::after {
		opacity: 0.2;
	}
}

.sec-tvcm .tvcm-item .tvcm-item__title {
	flex: 1 0 auto;
	margin-top: 0.5em;
	font-weight: bold;
	color: #0b9bf8;
	text-align: center;
	text-shadow: #FFF 2px 0px, #FFF -2px 0px, #FFF 0px -2px, #FFF 0px 2px, #FFF 2px 2px, #FFF -2px 2px, #FFF 2px -2px, #FFF -2px -2px, #FFF 1px 2px, #FFF -1px 2px, #FFF 1px -2px, #FFF -1px -2px, #FFF 2px 1px, #FFF -2px 1px, #FFF 2px -1px, #FFF -2px -1px;
}

@media screen and (min-width: 751px) {
	.sec-tvcm .tvcm-item .tvcm-item__title {
		font-size: 22px;
	}
}

@media screen and (max-width: 750px) {
	.sec-tvcm .tvcm-item .tvcm-item__title {
		font-size: 32px;
		font-size: 4.26667vw;
	}
}

.sec-legal-note {
	background-color: rgba(0, 125, 205, 0.78);
}

@media screen and (min-width: 751px) {
	.sec-legal-note {
		padding: 1em;
	}
}

@media screen and (max-width: 750px) {
	.sec-legal-note {
		padding: 4vw 6vw;
		background-color: rgba(0, 125, 205, 0.78);
	}
}

.sec-legal-note p {
	color: #fff;
}

@media screen and (min-width: 751px) {
	.sec-legal-note p {
		text-align: center;
	}
}

@media screen and (max-width: 750px) {
	.sec-legal-note p {
		font-size: 24px;
		font-size: 3.2vw;
	}
}

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