@charset "UTF-8";

.footer-text {
	display: none;
}

#tokoshodayori #mv {
  background: url(../images/mv.jpg) no-repeat center 0;
  background-size: cover;
  height: 220px;
  width: 100%;
}

#tokoshodayori #mv h2 {
	text-align: center;
	padding-top: 7rem;
}

#tokoshodayori #mv span {
	text-align: center;
	display: none;
}

#tokoshodayori .circle {
	color: #fff;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	display: inline-block;
	border-radius: 50%;
	font-weight: bold;
	font-size: 1.5rem;
}

#tokoshodayori .circle-tomato {
	background-color: tomato;
}
#tokoshodayori .circle-mediumseagreen {
	background-color: mediumseagreen;
}

#tokoshodayori .episode-lead {
	margin-bottom: 5rem;
	font-size: 1.5rem;
	text-align: center;
}

#tokoshodayori .episode-lead p {
	padding-bottom: 2rem;
}

#tokoshodayori .episode-lead1,
#tokoshodayori .episode-lead2 {
	display: inline;
}

#tokoshodayori .episodeBlock1 {
	position: relative;
	padding: 1rem 0 2rem 5.5rem;
}

#tokoshodayori .episodeBlock2 {
	position: relative;
	padding: 1rem 0 2rem 8.5rem;
}

#tokoshodayori .episodeBlock1 .circle {
	position: absolute;
	top: 1rem;
	left: 0;
}

#tokoshodayori .episodeBlock2 .circle {
	position: absolute;
	top: 1rem;;
	left: 2rem;
}

#tokoshodayori .voice {
	position: relative;
	padding: 1rem 0 3rem 10rem;
	border-bottom: 1px dotted #aaa;
}

#tokoshodayori .voice img {
	position: absolute;
	top: 1.7rem;
	left: 0;
	width: 8%;
}

#tokoshodayori .voice-sectionEnd {
	margin-bottom: 4rem;
}

#tokoshodayori .voice-sectionEnd-pagebottom {
	margin-bottom: 10rem;
}

#tokoshodayori .basic-tlL-coral {
	background: coral;
}

#tokoshodayori .basic-tlL-mediumseagreen {
	background: mediumseagreen;
}

#tokoshodayori .basic-tlL-darkturquoise {
	background: darkturquoise;
}

#tokoshodayori .basic-tlL-yellowgreen {
	background: yellowgreen;
}
#tokoshodayori .basic-tlL-sandybrown {
	background: sandybrown;
}
#tokoshodayori .basic-tlL-plum {
	background: plum;
}

/* === SP ====================== */
@media screen and (max-width: 748px) {
 	#tokoshodayori #mv {
    background-size: cover;
	height: auto;
  	}
	#tokoshodayori #mv h2 {
	padding: 2.5rem 0;
		color: #fff;
	}
  	#tokoshodayori #mv h2 img {
	width: 40%;
	padding-top: 0rem;
	}
	#tokoshodayori #mv span {
	font-size: 2.5rem;
	font-weight: bold;
	padding-bottom: 1rem;
	border-bottom: 2px solid #fff;
	display: inline;
	}
	#tokoshodayori #mv img {
		display: none;
	}
	#tokoshodayori .basic-tlL {
	font-size: 1.8rem;
	}
	#tokoshodayori .episode-lead1,
	#tokoshodayori .episode-lead2 {
		display: block;
		text-align: left !important;
		padding-bottom: 2%;
	}
	#tokoshodayori .voice {
	padding: 1.5rem 0 1.5rem 7rem;
	}
	#tokoshodayori .voice img {
	position: absolute;
	top: 1.7rem;
	left: 0;
	width: 20%;
	}
}
