@charset "utf-8";
/*
Theme Name: Kiss FM KOBE 1.17 Project
Theme URI: http://www.kiss-fm.kobe
Author: kiss fm kobe
Version: 1.0
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}

html { font-size: 62.5%; } /* 10px */
body { font-size: 1.6rem; } /* 16px */
p  { font-size: 1.6rem; } /* 16px */
li { font-size: 1.6rem; } /* 16px */
li p { font-size: 1.6rem; } /* 16px */

body {
	box-sizing: border-box;
	font-family: 'Meiryo UI', "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",  Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background-color: #E9F3F3;
	font-feature-settings: palt;
}
h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-weight: normal;
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img {
	border: none;
}

body {
	background-image: url(/project117/img/background2.jpg);
	background-size: cover;
	background-position: top center;
	background-attachment: fixed;
}

#radiopage .page_contents .program time span {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 16px;
	margin: 0 0 0 5px;
}


/*------------------------------------
 *   Green #006934
 *-----------------------------------*/
.fv,
.about,
.program-detail {
	color: #006934;
}
.program-detail {
	background-color: #006934;
}

/*------------------------------------
 *   Light Green #999900
 *-----------------------------------*/
.program {
	background-color: #999900;
}

/*------------------------------------
 *   Common
 *-----------------------------------*/
.pc {
	display: none;
}
.ttl {
	font-family: "futura-pt",sans-serif;
	font-size: 4.2rem;
	line-height: 1;
}
.subttl {
	font-size: 12px;
	margin: 0 0 2rem;
}
.container {
	margin: 0 2rem;
}
@media screen and (min-width: 780px) {
	.pc {
		display: block;
	}
	.sp {
		display: none;
	}
	.ttl {
		font-size: 36px;
		line-height: 36px;
	}
	.container {
		margin: 0 auto;
		max-width: 1000px;
		width: 80%;
	}
}

/*------------------------------------
 *   Header
 *-----------------------------------*/
.header {
	display: flex;
	align-items: center;
}
.kisslogo {
	margin: 10px 0 0 30px;
}
.share__btn {
	margin: 0 20px 0 auto;
}
.share__link {
	background-size: contain;
	background-repeat: no-repeat;
	display: inline-block;
	height: 60px;
	text-indent: -9999px;
	width: 60px;
}
.btnTw {
	background-image: url(/project117/img/icon_twitter.png);
}
.btnFb {
	background-image: url(/project117/img/icon_facebook.png);
}

/*------------------------------------
 *   Fv
 *-----------------------------------*/
.fv {
	text-align: center;
}
.fv .container {
	padding: 100px 0 220px;
}
.fv__ttl {
	margin: 0 auto;
	width: 65%;
}
.fv__ttl img {
	width: 100%;
}
.fv__scroll {
	position: relative;
}
.fv__scroll a {
	color: #006934;
  padding-top: 60px;
	position: absolute;
  top: 10rem;
  left: 46%;
  z-index: 2;
  display: inline-block;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  text-decoration: none;
}
.fv__scroll a span {
  position: absolute;
  top: 0;
  left: 50%;
  width: 30px;
  height: 50px;
  margin-left: -15px;
  border: 2px solid #006934;
  border-radius: 50px;
  box-sizing: border-box;
}
.fv__scroll a span::before {
  position: absolute;
  top: 10px;
  left: 50%;
  content: '';
  width: 6px;
  height: 6px;
  margin-left: -3px;
  background-color: #006934;
  border-radius: 100%;
  -webkit-animation: sdb 2s infinite;
  animation: sdb 2s infinite;
  box-sizing: border-box;
}
@-webkit-keyframes sdb {
  0% {
    -webkit-transform: translate(0, 0);
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    -webkit-transform: translate(0, 20px);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes sdb {
  0% {
    transform: translate(0, 0);
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    transform: translate(0, 20px);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}


@media screen and (min-width: 780px) {
	.fv__ttl img{

	}
	.fv__scroll a {
		top: 100px;
	}
}

/*------------------------------------
 *   About
 *-----------------------------------*/
.about {
	background-color: rgba(255,255,255,0.8);
}
.about .container {
	padding: 5rem 0;
}
.about__maintxt {
	font-size: 1.8rem;
	line-height: 1.5;
}
.about__txt {
	font-size: 1.4rem;
	line-height: 1.9;
	text-align: justify;
}
@media screen and (min-width: 780px) {
	.about__maintxt {
		line-height: 1.8;
	}
}
/*------------------------------------
 *   Program
 *-----------------------------------*/
.program .container {
	padding: 5rem 0 10rem;
}
.program__ttl,
.program__subttl,
.program__txt {
	color: #fff;
}
.program__txt {
	font-size: 24px;
	text-align: center;
	margin: 0;
}
.program__list-outer {
	display: flex;
	flex-direction: column;
}
.program__list {
	border: solid 1px #fff;
	border-radius: 5px;
	color: #fff;
	margin: 2rem auto;
	padding: 2rem 0;
	width: 100%;
}
.program__list::after {
	display: block;
	content: "";
}
.program__list a {
	display: block;
	height: 100%;
	text-decoration: none;
	width: 100%;
}
.program__list a:hover {
	opacity: 0.7;
}
.list__day-nad-time {
	font-size: 2.4rem;
	text-align: center;
}
.list__number {
	width: 92%;
  margin: 0 auto;
	text-align: left;
	font-size: 20px;
	font-weight: bold;
}
.ttl__outer {
	border-radius: 3px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: rgba(255,255,255,0.9);
	width: 92%;
	margin: 5px auto 5px;
}
.list__ttl {
	color: #999900;
	font-size: 3rem;
	padding: 20px 0;
	font-weight: bold;
	line-height: 1.2;
	text-align: center;
	vertical-align: middle;
}
.day__outer {
	display: flex;
	justify-content: center;
}
.list__day-nad-time .date {
	font-size: 3.2rem;
	padding: 0 0 0 10px;
}
.list__txt,
.list__sc {
	margin: 24px auto;
	text-align: left;
	line-height: 1.6;
	width: 90%;
}
.list__txt__ttl {
	display: block;
	border-left: solid 5px #fff;
	border-bottom: dotted 1px #fff;
	margin: 0 0 5px 0;
	padding: 0 0 3px 10px;
}
.list__txt {
	margin: 24px auto 10px;
}
.list__kome {
	display: inline-block;
	font-size: 2rem;
	margin: 5px 0 0;
 }
.list2 .list__ttl img {
	width: 50%;
}
.list4 .list__ttl img {
	width: 60%;
}
.list2 .list__ttl span {
	font-size: 20px;
	vertical-align: top;
}


@media screen and (min-width: 780px) {

	.program__txt {
		margin: 0 0 30px 0;
	}
	.program__list-outer {
		flex-direction: row;
		justify-content: center;
	}
	.program__list {
		flex-direction: row;
		margin: 0;
		padding: 0;
		text-align: center;
		width: 82%;
	}
	.list__ttl {
		font-size: 3vmin;
	}
	.ttl__outer {
		width: 100%;
		border-radius: 3px 3px 0 0;
		margin: 0 0 30px;
	}
	.list__txt,
	.list__sc {
		width: 80%;
	}
	.day__outer {
	}
	.list__day-nad-time {
		font-size: 16px;
	}
	.list__day-nad-time .date {
		font-size: 24px;
	}
	.list__txt {
		margin-bottom: 40px;
	}
	.list2 .list__ttl img {
		width: 60%;
		margin: 0 0 10px;
	}
	.list4 .list__ttl img {
		width: 70%;
	}
	.list__kome {
		font-size: 13px;
		opacity: 0.9;
	}
}

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

	.list__txt,
	.list__sc{
		font-size: 3.3vw;
		margin-bottom: 5%;
	}
	.list__txt__ttl{
		font-size: 4.5vw;
		display: block;
		margin-bottom: 3%;
	}

}

/*------------------------------------
 *   Link
 *-----------------------------------*/
.link {
	background-color: #006934;
	color: #fff;
}
.link .container {
	padding: 5rem 0 6rem;
}
.link__txt {
	font-size: 24px;
	text-align: center;
}
.link__list-outer {
	display: flex;
	justify-content: center;
}
.link__list-outer {
	padding: 20px 0;
}
.link__list {
	border: solid 1px #fff;
	border-radius: 3px;
	font-size: 24px;
	margin: 0 5px;
	padding: 0;
	text-align: center;
	width: 20%;
}
.link__list a {
	color: #fff;
	display: block;
	text-decoration: none;
	padding: 10px 0;
	transition: 0.5s;

	width: 100%;
}
.link__list a:hover {
	background-color: #fff;
	color: #006934;
}

/*------------------------------------
 *   Footer
 *-----------------------------------*/
#siteFooter {
	padding: 50px;
	text-align: center;
}



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

}
@media screen and (min-width: 641px) {

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

}
