@charset "utf-8";

/* ======================================================
	共通設定
====================================================== */

/* 基本設定
------------------------------------------------------ */
body {	 background-color: #eee;
	color: #222;
}
h1, h2, h3, h4, h5, h6, p {
	margin: 0;
}
p {
	line-height: 1.8;
}
img {
	max-width: 100%;
	height: auto;
	vertical-align: top;
	pointer-events: none;
	-webkit-touch-callout:none;
	-webkit-user-select:none;
	-moz-touch-callout:none;
	-moz-user-select:none;
	touch-callout:none;
	user-select:none;
}
figure {
	margin: 0;
}

hr {
	box-sizing: content-box;
	margin-top: 1rem;
	margin-bottom: 0;
	height: 0;
	overflow: visible;
	border: 0;
	border-top: 1px solid rgba(0, 0, 0, .2);
}
a {
	color: inherit;
}
a:hover {
	filter: brightness(90%) contrast(120%);
}
em {
	font-style: normal;
	font-weight: 700;
}
mark {
	background: #c5f2f9;
}
strong {
	color: #bf282d;
	font-size: 1.125em;
}

.marker {
	background: linear-gradient(transparent 50%, #9ff 0%);
}

/* レイアウト
------------------------------------------------------ */
/* sticky footer */
html,
body {
	height: 100%;
}
#global-wrapper {
	display: grid;
	grid-template-rows: auto auto 1fr auto;
	min-height: 100%;
}

/* 内枠 */
.w-container {
	position: relative;
	margin: auto;
	width: 92%;
}
@media (min-width: 769px) {
	.w-container {
		max-width: 1160px;
	}
}

/* パンくずリスト
------------------------------------------------------ */
.breadcrumb-list {
	width: 100%;
	background: #20639b;
}
.breadcrumb {
	display: flex;
	flex-wrap: wrap;
	margin: auto;
	padding: .75em 0;
	width: 92%;
	color: #fff;
	font-size: .75rem;
}
.breadcrumb li + li {
	padding-left: .5rem;
}
.breadcrumb li + li::before {
	display: inline-block;
	padding-right: .5rem;
	color: #fff;
	content: "/";
}
.breadcrumb li a {
	color: #fff;
}
@media (min-width: 768px) {
	.breadcrumb {
		max-width: 1190px;
	}
}



/* ======================================================
	ヘッダー
====================================================== */
.header {
	height: 70vh;
	background: url(img/amami-bg9.jpg) center center / cover no-repeat;
	text-align: center;
}
.header-container {
	display: flex;flex-direction: column;
	justify-content: center;
	align-items: center;
	min-height: 100%;
}

.header-text {
	color: #fff;
	filter: drop-shadow(0 0px 3px rgba(0, 0, 0, .9));
}
.title {
	font-size: 0;
	/*filter: drop-shadow(0 0px 3px rgba(0, 0, 0, .9));*/
}

.airtime {
	margin-top: .5em;
	color: #d11b8d;
	font-size: 20px;
	line-height: 1.2;
	text-shadow: 1px 1px 0 #fff, -1px 1px 0 #fff, 1px -1px 0 #fff, -1px -1px 0 #fff;
}
.airtime::before {
	content: "放送";
	display: inline-block;
	margin-right: .5em;
	padding: .5em;
	background: #fff;
	border-radius: .2em;
	color: #222;
	font-size: 80%;
	vertical-align: top;
}
.airtime span {
	font-size: 1.5em;
	font-weight: 700;
}
.airtime .hidden {
	display: none;
}
.header p {
	margin: 1em auto 0;
	line-height: 1.5;
	text-align: left;
	text-shadow: 1px 1px 0 #000;
}
@media (max-width: 767px) {
	.header br {
		display: none;
	}
}
@media (min-width: 768px) {
	.airtime {
		font-size: calc(1.5rem + ((1vw - 7.68px) * 3.0612));
		min-height: 0vw;
	}
	.header p {
		font-size: 18px;
		text-align: center;
	}
}
@media (min-width: 1160px) {
	.airtime {
		font-size: 36px;
	}
}



/* ======================================================
	メイン
====================================================== */

/* メインコンテナ
------------------------------------------------------ */
.main {
	position: relative;
}
.section {
	padding: 90px 0;
	/*border: 1px solid #f00;*/
}
.inner {
	padding: 30px 20px;
	background: #fff;
	border-radius: .5em;
}

.section > .w-container > :last-child {
	margin-bottom: 0;
}
.section h2 {
	position: relative;
	margin-bottom: 1em;
	padding: 0 .2em 1em;
	font-size: 26px;
	font-weight: 400;
	line-height: 1.2;
}
.section h2::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 6px;
	background-image: linear-gradient(to left, #2af598 0%, #009efd 100%);
	border-radius: 3px;
}
.section h2 + * {
	margin-top: 0;
}

@media (min-width: 768px) {
	.section h2 {
		font-size: calc(1.625rem + ((1vw - 7.68px) * 1.5306));
		min-height: 0vw;
		text-align: center;
	}
}
@media (min-width: 1024px) {
	.section {
		padding: 120px 0;
	}
	.inner {
		padding: 40px 40px;
	}
}
@media (min-width: 1160px) {
	.section h2 {
		font-size: 32px;
	}
}


/* 番組について
------------------------------------------------------ */
.about {
	background: url(img/amami-bg5.jpg) center center / cover no-repeat;
}
.about p {
	margin: 1.8em 0;
}
.about-container > :first-child {
	margin-top: 0;
}
.about-container > :last-child {
	margin-bottom: 0;
}

@media (min-width: 768px) {
	.about-container {
		margin: 0 auto;
		max-width: 800px;
	}
	.about p {
		calc(1rem + ((1vw - 7.68px) * 1.0204));
		min-height: 0vw;
	}
	.align-center {
		display: block;
		margin: 0 auto;
		text-align: center;
	}
	.align-center img {
		max-width: 60%;
	}
}
@media (min-width: 1160px) {
	.about p {
		font-size: 20px;
	}
}


/* 出演者
------------------------------------------------------ */
.cast {
	background: url(img/sky.jpg) center center / cover no-repeat;
}
.cast-card {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 80%;
}
.card-img {
	display: flex;
	flex-direction: column-reverse;
	margin-bottom: 1em;
}
.cast-card img {
	align-self: center;
	border-radius: 50%;
}
.cast-card h3 {
	margin-top: .6em;
	padding: .4em .5em .5em;
	background: rgba(255, 255, 0, .5);
	border-radius: 1em;
	font-size: 24px;
	font-weight: 400;
	line-height: 1.3;
	text-align: center;
}
.cast-card p {
	font-size: 15px;
	line-height: 1.5;
}

.cast-container {
	display: grid;
	grid-template-columns: repeat(1, 1fr);
	justify-items: center;
	row-gap: 40px;
}

@media (min-width: 600px) {
	.cast-container {
		grid-template-columns: repeat(2, 1fr);
		grid-gap: 0 32px;
	}
	.cast-card p {
		width: 90%;
	}
}
@media (min-width: 1024px) {
	.cast-container {
		grid-gap: 0;
		margin: 0 auto;
		width: 90%;
	}
}


/* 番組内容
------------------------------------------------------ */
.feature {
	background: url(img/amami-bg1.jpg) center center / cover no-repeat;
}
.feature-container {
	display: grid;
	grid-template-columns: repeat(1, 1fr);
	row-gap: 40px;
}

.landscape-card {
	display: flex;
	flex-direction: column-reverse;
	justify-content: flex-end;
}
.landscape-card h3 {
	margin: .7em 0 .5em;
	font-size: 20px;
	color: #cc0281;
	font-weight: 700;
	line-height: 1.3;
	text-align: center;
}
.landscape-card h3 span {
	content: "";
	display: inline;
	background: linear-gradient(transparent 60%, #ff6 0%);
}

@media (min-width: 600px) {
	.landscape-card {
		flex-direction: row;
		justify-content: center;
		align-items: center;
	}
	.reverse {
		flex-direction: row-reverse;
	}
	.landscape-card img {
		width: 50%;
	}
	.card-text {
		padding: 0 1em;
	}
	.landscape-card h3 {
		text-align: left;
		margin-top: 0;
	}
}
@media (min-width: 1024px) {
	.landscape-card h3 {
		margin-bottom: .7em;
		font-size: 24px;
	}
	.reverse h3 {
		text-align: right;
	}
	.card-text p {
		font-size: 18px;
	}
}
@media (min-width: 1160px) {
	.landscape-card h3 {
		background: linear-gradient(transparent 60%, #ff6 0%);
	}
	.landscape-card h3 span {
		background: none;
	}
	.landscape-card h3 br {
		display: none;
	}
}


/* お店情報
------------------------------------------------------ */
.shop {
	background: url(img/amami-bg12.jpg) center center / cover no-repeat;
}
.shop-container {
	display: grid;
	grid-template-columns: repeat(1, 1fr);
	row-gap: 32px;
}
@media (min-width: 600px) {
	.shop-container {
		grid-template-columns: repeat(2, 1fr);
		grid-gap: 32px 25px;
	}
}
@media (min-width: 1024px) {
	.shop-container {
		grid-template-columns: repeat(3, 1fr);
	}
}

.shop-card {
	display: flex;
	flex-direction: column-reverse;
	justify-content: flex-end;
	box-shadow: 0 1px 5px 0 rgba(0, 0, 0, .2);
}
.shop-title {
	margin: .7em 0 .5em;
	font-size: 20px;
	color: #006ecc;
	font-weight: 700;
	line-height: 1.3;
	text-align: center;
}
.shop-card ul {
	list-style: none;
	margin: 0;
	padding: 0 1em 1em;
}
.shop-add {
	padding-left: 1.5em;
	text-indent: -1.5em;
}
.shop-add::before {
	content: "\f3c5";
	padding-left: .2em;
	padding-right: .6em;
	color: #48b3df;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
}
.shop-tel {
	padding-left: 1.5em;
	text-indent: -1.5em;
}
.shop-tel::before {
	content: "\f879";
	padding-left: -.1em;
	padding-right: .5em;
	color: #48b3df;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
}
.shop-card li:nth-child(3) {
	margin-top: .5em;
}
.shop-card li span::before {
	content: "\f14a";
	padding-left: 0.1em;
	padding-right: 0.5em;
	color: #777;
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
}



/* ======================================================
	フッター
====================================================== */
.global-footer {
	padding: 50px 0 0;
	background-color: #fff;
	color: #707070;
	font-size: .8125rem;
}
.footer-container {
	display: grid;
	justify-items: center;
}
.footer-menu {
	margin: 0;
	margin-bottom: 50px;
	padding: 0;
	list-style: none;
}
.copyright {
	width: 100%;
	padding: 30px 0;
	background: #20639b;
	color: #fff;
	font-size: .8125rem;
	text-align: center;
}


/* ======================================================
	Swiper
====================================================== */
:root {
	--swiper-pagination-color: #fff;
	--swiper-navigation-color: #fff;
}

.slider-swiper {
	padding: var(--v-space) 0;
	background: #111;
}
.swiper {
	width: 300px;
}
.swiper-slide {
	overflow: hidden;
}
.swiper-slide img {
	display: block;
	width: 100%;
	height: auto;
	object-fit: cover;
}
