@charset "utf-8";

/* ベース設定
------------------------------------------------------------ */
body {
	background-color: #fff;
	font-size: 13px;
/*	line-height: 1.6;*/
}

a:link,
a:visited,
a:hover {
	outline: none;
}

a img {
	/*border:none;*/
}

/* ホームボタン
------------------------------------------------------------ */
.home-btn {
	max-width: 940px;
	margin: auto;
	padding: 5px 10px 0 10px;
	text-align: right;
}

/* /style.css での指定を解除（サイズの不具合のため）
------------------------------------------------------------ */
#container { 
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	width: 100%;
}

.introduction p {
	line-height: 1.6;
}

/* コンテンツ
------------------------------------------------------------ */
.contents {
	margin: auto;
	padding: 0;
	max-width: 940px;
	text-align: left;
}

/*------------------------------------------------------------ */
/* トップ */
/* 背景画像大 */
#top{
  width: 100%;
  position: relative;
  height: 450px;
  background-image: url(/digest/img/digest_bg_pc1.jpg);
}
#top .logo{
  content: url(/digest/img/logo.png);
  width: 524px;
  height: 380px;
  position: absolute;
	left: 530px;
  right: 0;
  margin: auto;
  top: 14px;
  font-size: 0;
  image-rendering: -webkit-optimize-contrast;
  z-index: 1;
}
/* 背景画像小 */
#top .main{
  background-image: url(/digest/img/digest_bg_pc2.jpg);
  background-size: cover;
  height: 450px;
  max-width: 1500px;
  width: 100%;
  margin: 0 auto;
  background-position: center;
}
/* 出演者 */
#top .row{
  position: absolute;
  bottom: 0;
  left: 0;
  right: 600px;
  margin: auto;
  display: flex;
  justify-content: center;
}
#top .block{
  position: relative;
  margin-right: -35px;
}
#top .block img{
  width: 250px;
}
#top .block p{
    text-align: center;
    width: 180px;
    background-color: #f7931e;
    margin: auto;
    padding: 15px 0;
    color: #ffffff;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0.1em;
    border-radius: 25px;
    position: absolute;
    bottom: 5px;
    left: 35px;
}
/* 次回予告 */
#yokoku{
	background-color:#1A9B80;
	text-align: center;
	padding-top: 25px;
	padding-bottom: 25px;
}
#yokoku dl{
	position: relative;
	display: flex;
	align-items: center;
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0;
}
#yokoku dt{
	position: relative;
	left: 3px;
	bottom: 0;
	width: 270px;
	height: 100%;
	font-size:30px;
	line-height: 52px;
	line-height: 1.0;
	letter-spacing: 0.10em;
	font-weight: 700;
  z-index: 1;
  text-align: center;
  margin: auto;
	color:rgba(110,180,50,1.00);
	-webkit-text-stroke: 5px rgba(255,255,255,1.00);
}
#yokoku dt span{
  position: absolute;
  -webkit-text-stroke: 0;
  font-weight: 700;
}
#yokoku dd{
	width: 100%;
	color:rgba(255,255,255,1.00);
	font-size:24px;
	line-height: 32px;
	letter-spacing: 0.06em;
	font-weight: 700;
	text-align: center;
}
/* キャプション */
#cap{
	background-color: rgba(251,247,245,1.00);
	padding-top: 23px;
	padding-bottom: 23px;
	margin-bottom: 20px;
}
#cap p{
	font-size: 18px;
	font-weight: 700;
	line-height: 26px;
	letter-spacing: 0.06em;
	color: #056A56;
	text-align: center;
}

/* シェアボタン */
#digest .share {
	width: 100%;
	display: flex;
	justify-content: flex-end;
	margin: 0 -2% 10px;
}
#digest .share .tw {
	width: 90px;
	height: 25px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	background-color: #1d91e2;
	border: solid 2px #1d91e2;
	font-size: 12px;
	font-weight: 400;
	letter-spacing: 0.06em;
	padding-bottom: 1px;
	border-radius: 30px;
	position: relative;
	transition: .3s;
	margin-left: 11px;
}
#digest .share .tw::before {
	content: url(/img/icon/twitter_w.svg);
	width: 13px;
	margin-right: 5px;
	height: 11px;
}
#digest .share .tw:hover {
	color: #1d91e2;
	background-color: #fff;
}
#digest .share .tw:hover::before {
	content: url(/img/icon/twitter.svg);
}
#digest .share .x {
	width: 90px;
	height: 25px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	background-color: #000000;
	border: solid 2px #000000;
	font-size: 12px;
	font-weight: 400;
	letter-spacing: 0.06em;
	padding-bottom: 1px;
	border-radius: 30px;
	position: relative;
	transition: .3s;
	margin-left: 11px;
}
#digest .share .x::before {
	content: url(/img/icon/x_w.svg);
	width: 13px;
	margin-right: 5px;
	height: 11px;
}
#digest .share .x:hover {
	color: #000000;
	background-color: #fff;
}
#digest .share .x:hover::before {
	content: url(/img/icon/x_b.svg);
}
#digest .share .fb {
	width: 90px;
	height: 25px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	background-color: #1877ed;
	border: solid 2px #1877ed;
	font-size: 12px;
	font-weight: 400;
	letter-spacing: 0.06em;
	padding-bottom: 1px;
	border-radius: 30px;
	position: relative;
	transition: .3s;
	margin-left: 11px;
}
#digest .share .fb::before {
	content: url(/img/icon/facebook_w.svg);
	width: 7px;
	margin-right: 11px;
}
#digest .share .fb:hover {
	color: #1877ed;
	background-color: #fff;
}
#digest .share .fb:hover::before {
	content: url(/img/icon/facebook.svg);
}

/* お知らせ */
#note {
	text-align: center;
	margin: 20px auto 40px;
}

#note p {
	font-size: 18px;
	font-weight: 800;
	color: #f7931e;
	letter-spacing: 0.1em;
	line-height: 30px;
}

#content {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 30px;
	margin-bottom: 30px;
}

/* プレゼント */
#content .present {
	width: 90%;
	border: 2px solid #f7931e;
}
#content .present h2 {
	background: #f7931e;
	color: #ffffff;
	font-weight: bold;
	letter-spacing: 1px;
	text-align: center;
	padding: 10px 0;
	font-size: 120%;
	position: relative;
}
#content .present h2:after {
	content: "";
	position: absolute;
	right: 0;
	bottom: -15px;
	left: 0;
	width: 0px;
	height: 0px;
	margin: auto;
	border-style: solid;
	border-color: #f7931e transparent transparent transparent;
	border-width: 15px 15px 0 15px;
}
#content .present p {
	font-size: 15px;
	text-align: center;
	line-height: 21px;
	font-weight: 400;
	letter-spacing: 0.05em;
	margin: 30px 15px;
}

.form-button a, .present-button a {
	background: rgba(247,147,30,1.00);
	color: rgba(255,255,255,1.00);
	display: block;
	font-size: 115%;
	letter-spacing: 1px;
	line-height: 1.1;
	border-radius: 10px;
	padding: 15px;
	margin: 35px 30px;
	text-align: center;
}
.form-button a:hover {
	background: rgba(252,193,70,1.00);
}
.present-button a {
	background: rgba(58,155,26,1.00);
}
.present-button a:hover {
	background: rgba(63,199,66,1.00);
}
.form-button a .small, .present-button a .small {
	font-size: 70%;
	letter-spacing: 0;
}

#content .schedule {
	width: 90%;
}
#content .schedule h2 {
	background: #f7931e;
	color: #ffffff;
	font-weight: bold;
	letter-spacing: 1px;
	text-align: center;
	padding: 10px 0;
	font-size: 120%;
	position: relative;
}
#content .schedule h2:after {
	content: "";
	position: absolute;
	right: 0;
	bottom: -15px;
	left: 0;
	width: 0px;
	height: 0px;
	margin: auto;
	border-style: solid;
	border-color: #f7931e transparent transparent transparent;
	border-width: 15px 15px 0 15px;
}
#content .schedule dl {
	margin-top: -2px;
	margin-bottom: 0;
	border: 2px solid #f7931e;
	background-color: rgba(255,255,255,1.00);
}
#content .schedule dt {
	padding-top: 10px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 5px;
	font-size: 17px;
	letter-spacing: 0.07em;
	font-weight: 700;
}
#content .schedule dd {
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 9px;
	font-size: 14px;
	letter-spacing: 0.06em;
	font-weight: 500;
	border-bottom: 1px solid #f7931e;
}
#content .schedule dd:last-child {
	border-bottom:none;
}

@media screen and (max-width: 810px){
	#digest .row{
		margin-left: 0 !important;
		margin-right: 0 !important;
	}
	/* 背景画像大 */
	#top{
		width: 100%;
		position: relative;
		height: auto;
		background-image: none;
	}
	#top img{
		width: 100%;
	}
	/* 次回予告 */
	#yokoku{
		padding-left: 21px;
		padding-right: 21px;
		padding-top: 21px;
		padding-bottom: 19px;
	}
	#yokoku dl{
		flex-flow: column;
	}
	#yokoku dt{
		left: inherit;
		bottom: inherit;
		width: 100%;
		height: auto;
		font-size:19px;
		text-align: left;
		-webkit-text-stroke: 4px rgba(255,255,255,1.00);
		padding-bottom: 9px;
	}
	#yokoku dd{
		width: 100%;
		font-size:18px;
		line-height: 21px;
		letter-spacing: 0.07em;
	}
	/* キャプション */
	#cap{
		padding-top: 19px;
		padding-bottom: 19px;
	}
	#cap p{
		font-size: 14px;
		line-height: 19px;
		text-align: center;
		margin-bottom: 0;
	}
}
