@charset "UTF-8";
/*
 top.css（ファイル名変更可）
 本サイト各ページ用CSS
*/


/* mainV（TOP用ヘッダー）
========================================== */
.top-mainV-area {
	background: #e6eaf1;

}
.top-mainV-inner {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}
.top-mainV-img {
  width: 100%;
	padding-top: 68.5%;
	background-image: url(../images/common/mainV-pc.png);
	background-repeat: no-repeat;
	background-size: cover;
	overflow: hidden;
}


/* topics一覧（TOP用）※タグは変更不可
========================================== */
.topics-area {
	background-color: #ce0000;
	padding: 40px 0;
	background-image: url(../images/common/takane-deco-flower_black_l.png), url(../images/common/takane-deco-flower_black_r.png);
	background-position: left bottom, right bottom;
	background-repeat: no-repeat;
}
.topics-area .drama-box-title {
	height: 56px;
	background-image: url(../images/common/d-box-title-topics.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	margin-bottom: 30px;
}
.topics-area .drama-box-title .title-01,
.topics-area .drama-box-title .title-02 {
	display: none;
}
.topics-area .topics-btn > a {
  display: block;
  width: 24.5%;
  margin: 0 auto;
  padding: 10px;
  border: 1px solid #000;
  border-radius: 5px;
  color: #000;
  font-weight: normal;
  text-align: center;
  word-break: break-all;
  position: relative;
  cursor: pointer;
}
.topics-area .topics-btn > a {
	border: 1px solid #fff;
	color: #fff;
}
.topics-area .topics-btn > a > i {
	margin-right: 5px;
	font-size: 1.5em;
	vertical-align: middle;
}

/* prBanner
========================================== */
.prBanner-area { margin: 40px auto 0; }
.prBanner-area a { display: block; }
.prBanner-inner {}


/* prBanner-list
------------------------------------------ */
.prBanner-list {
	width: 100%;
	margin: 0 auto;
	font-size: 0;
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
}
.prBanner-item {
	/* flex: 0 0 49%; */
	/* max-width: 49%; */
	max-width: 100%;
	vertical-align: top;
}
/* .prBanner-item:nth-child(2n) { margin-left: 2%; } */
.prBanner-item:nth-child(n+2) { margin-top: 15px; }

.prBanner-img {}
.prBanner-img img {
	width: 100%;
	margin: 0 auto;
}


/* trailer
========================================== */
.trailer-area {
	padding: 50px 0 0;
	margin: 0 auto;
}
.trailer-area a { display: block; }
.trailer-inner {}
.trailer-box {
	display: flex;
	flex-flow: row wrap;
	align-items: stretch;
	justify-content: space-between;
	align-content: stretch;
	width: 100%;
	/* overflow: hidden; */
}


/* trailer-movie
------------------------------ */
.trailer-movie {
	width: 63%;
	padding: 40px 30px 30px 30px;
	position: relative;
}

.trailer-movie-data {
	padding-top: 56%;
	position: relative;
}
.trailer-movie-data.fin {
	background: url(../images/top/trailer_fin.png) no-repeat;
	background-size: contain;
}

.trailer-movie-data iframe {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
}

.trailer-movie-backnumber {
	text-align: right;
	margin-top: 20px;
}

.trailer-movie-backnumber a {
	position: relative;
	display: inline-block;
	color: #fff;
	background: #a0731c;
	border-radius: 5px;
	padding: 10px 40px 10px 20px;

}

/* trailer-detail
------------------------------ */
.trailer-detail {
	width: 37%;
	padding: 20px 0 40px;
	position: relative;
	background: url(../images/common/d-box-bg_gold.png);
}

.trailer-detail-title {
	position: relative;
	font-size: 0;
	line-height: 1;
	vertical-align: baseline;
	background: url(../images/common/d-box-bg_red.png);
	background-repeat: repeat-x;
	background-size: 44.5px 67.5px;
	background-position: center bottom;
	background-color: #ce0000;
	border-bottom: 10px solid #f1be22;
	padding: 5px 0 10px;
	margin-left: -5px;
}
.trailer-detail-title:after {
	content: '';
	display: block;
	width: 136.8px;
	height: 156.8px;
	position: absolute;
	top: -33px;
	right: -31px;
	background: url("../images/common/takane-deco-flower.png") no-repeat;
	background-size: contain;
}
.trailer-detail-title span {
	text-align: center;
	color: #fff;
}
.trailer-detail-title span.number {
	display: block;
	font-size: 3.5rem;
	font-weight: bold;
}
.trailer-detail-title span.count {
	font-size: 5.5rem;
}

.trailer-detail-title span.date {
	display: block;
	margin-top: 0.3rem;
	font-size: 1.8rem;
}

.trailer-detail-text {
	font-size: 1.6rem;
	color: #fff;
	margin: 0 auto;
	padding: 15px 20px;
}

.trailer-detail-btn {
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
}
.trailer-detail-btn .d-btn {
	padding: 8px 50px 8px 8px;
	font-size: 1.6rem;
	border-radius: 0;
	border: none;
	color: #fff;
	background: #a0731c;
	text-align: right;
}
.trailer-detail-btn .d-btn:after {
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
}
.trailer-detail-btn .d-btn:not(:first-child) { margin-top: 4.2%; }


/* movie
========================================== */
.movie-area { padding: 0; }
.movie-area * {
	outline: none;
}
.movie-area a { display: block; }
.movie-inner { padding: 0; }
.movie-area .channel-area {
	background: #fff9ed;
	margin: 30px auto 50px;
	padding: 0;
}
.movie-area .channel-area .channel-inner {
	padding: 0 55px;
}


/* movie-slider
------------------------------------------ */
.movie-slider {
	min-height: 280px;
	margin: 20px auto 50px;
	/* padding: 0 3.4%; */
	padding: 0 6px;
}
.movie-slider .slick-list {
	padding: 0 !important;
}
.movie-slider.slick-initialized {
	min-height: auto;
}

/* slick - nav */
.movie-slider .slick-nav {
	position: absolute;
	bottom: -20px;
	display: block;
	width: 89%;
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: center;
	z-index: 40;
}
.movie-slider .slick-nav li {
	position: relative;
	display: inline-block;
	width: 7px;
	height: 7px;
	margin: 0 6px;
	padding: 0;
	cursor: pointer;
}
.movie-slider .slick-nav li button {
	font-size: 0;
	line-height: 0;
	display: block;
	width: 7px;
	height: 7px;
	padding: 0;
	cursor: pointer;
	color: transparent;
	border: 0;
	border-radius: 100%;
	outline: none;
	background: #dedede;
}
.movie-slider .slick-nav li.slick-active button { background: #000; }

/* slick - button */
.movie-slider .slick-prev,
.movie-slider .slick-next {
	width: 30px;
	height: 30px;
	border-radius: 100%;
	top: 80px;
	z-index: 50;
	-webkit-transition: opacity 0.1s ease;
	transition: opacity 0.1s ease;
}
.movie-slider .slick-prev:hover,
.movie-slider .slick-next:hover {
	opacity: 0.6;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
}
.movie-slider .slick-prev.slick-disabled,
.movie-slider .slick-next.slick-disabled {
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
	pointer-events: none;
}
.movie-slider .slick-prev:before,
.movie-slider .slick-next:before {
	content: '';
	display: block;
	width: 18px;
	height: 18px;
	border-top: 3px solid #ce0000;
	border-right: 3px solid #ce0000;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto 0;
	-webkit-transform: rotate(225deg);
	transform: rotate(225deg);
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.movie-slider .slick-prev { left: 20px; }
.movie-slider .slick-prev:before { left: 5px; }
.movie-slider .slick-next { right: 15px; }
.movie-slider .slick-next:before { -webkit-transform: rotate(45deg); transform: rotate(45deg); }


/* movie-slider - item
------------------------------------------ */
.movie-item {
	margin: 0 0.5%;
	position: relative;
}
.movie-item a {
	display: block;
}
.movie-item a:hover {
	opacity: 0.6;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
}

.movie-img {
	width: 100% !important;
	padding-top: 56.57894% !important;
	position: relative;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-color: #fff;
}
.movie-img:before, .movie-img:after {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	z-index: 30;
}
.movie-img:before {
	content: '';
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 17px 0 17px 29px;
	border-color: transparent transparent transparent rgba(255, 255, 255, 0.5);
	margin-left: 7px;
}
.movie-img:after {
	content: '';
	display: block;
	width: 76px;
	height: 76px;
	border: 2px solid rgba(255, 255, 255, 0.5);
	border-radius: 100%;
}

.movie-text {
	margin-top: 10px;
	padding: 0 5px;
	font-size: 1.6rem;
	line-height: 1.5;
}



/* channel
========================================== */
.channel-area {
	margin: 0 auto;
	padding: 30px 0;
	background: #473211;
}

.channel-list {
  display: flex;
	align-items: stretch;
	justify-content: space-between;
}
.channel-item {
  flex: 0 1 100%;
}
.channel-item + .channel-item {
  margin-left: 3%;
}
.channel-item a {
  display: block;
  padding: 13px 10px;
  border-radius: 3px;
}

.channel-item.tada a { background-color: #ff005a;}
.channel-item.hulu a { background-color: #67ae3e;}

.channel-item.tada a span {
  background-image: url(../images/top/channel-tada-pc.png);
}
.channel-item.hulu a span {
  background-image: url(../images/top/channel-hulu-pc.png);
}

.channel-item a span {
  display: block;
  height: 46px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  font-size: 0;
  text-indent: -9999px;
  overflow: hidden;
  white-space: nowrap;
}



/* sns
========================================== */
.sns-area {
	margin: 40px auto 50px;
}
.sns-inner {
	padding: 30px 40px;
	max-width: 960px;
}
.sns-body {
	position: relative;
	z-index: 1;
	display: flex;
	flex-flow: row wrap;
	align-items: stretch;
	justify-content: space-between;
	align-content: stretch;
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	padding: 0;
}


/* twitter
========================================== */
.twitter-area {
	position: relative;
	width: 58.5%;
	background-color: #fff9ed;
	border-radius: 0;
}
.twitter-area a { display: block; }
.twitter-inner {
	padding: 0;
}
.twitter-area .d-box-title {
	height: 19.8px;
	margin: 10px 0 30px;
	background-image: url("../images/top/d-box-title_twitter.png");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: left;
}
.twitter-area .d-box-title .title-01 {
	width: 100%;
	font-size: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	text-indent: -9999px;
	overflow: hidden;
	white-space: nowrap;
}

.twitter-follow-btn {
	position: absolute;
	right: 0;
	top: -10px;
}
.twitter-follow-btn a {
	display: inline-block;
	background: #1da1f2;
	color: #fff;
	padding: 8px 15px;
	border-radius: 3px;
}

/* twitter-timeline
------------------------------------------ */
.twitter-timeline {}
.twitter-timeline-box {
	max-width: 540px;
	margin: 0 auto;
	text-align: center;
	padding: 0 3%;
	background: #fff;
}


/* instagram
========================================== */
.instagram-area {
	display: flex;
	flex-wrap: wrap;
	width: 38.5%;
}
.instagram-area .drama-box-body { background-color: transparent; }
.instagram-area a { display: block; }
.instagram-inner {
	width: 100%;
	background: #784dc0;
	background: -moz-linear-gradient(-45deg, #784dc0 0%, #c83190 20%, #e1336d 40%, #ec5145 60%, #f56e46 80%, #fec86e 100%);
	background: -webkit-linear-gradient(-45deg, #784dc0 0%,#c83190 20%,#e1336d 40%,#ec5145 60%,#f56e46 80%,#fec86e 100%);
	background: linear-gradient(135deg, #784dc0 0%,#c83190 20%,#e1336d 40%,#ec5145 60%,#f56e46 80%,#fec86e 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#784dc0', endColorstr='#fec86e',GradientType=1 );
	text-align: center;
	padding: 30px 15px 15px;
}
.instagram-area .d-box-title {
	height: 90px;
	margin-bottom: 20px;
	background-image: url("../images/top/d-box-title_instagram.png");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}
.instagram-area .d-box-title .title-01 {
	width: 100%;
	font-size: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	text-indent: -9999px;
	overflow: hidden;
	white-space: nowrap;
}
.instagram-follow-btn {
	text-align: center;
}
.instagram-follow-btn a {
	font-size: 18px;
	font-weight: bold;
	display: inline-block;
	background: rgba(255, 255, 255, 0.75);
	padding: 10px 50px;
	border-radius: 5px;
}

.line-inner {
	width: 100%;
	text-align: center;
	background: #00b900;
	margin-top: 20px;
	padding: 5px 15px 20px;
}
.line-inner .d-box-title {
	height: 60px;
	margin-bottom: 5px;
	background-image: url("../images/top/d-box-title_line.png");
}
.line-detail {
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #fff;
	border-radius: 5px;
	line-height: 1;
	color: #00b900;;
	font-size: 16px;
	font-weight: bold;
	padding: 40px 0;
}
.line-detail br {
	display: none;
}
.line-qr.takane-pc img {
	max-width: 100%;
}

/* goods
========================================== */
.goods-area {
	margin: 50px auto;
}
.goods-area a { display: block; }
.goods-area .d-btn {
	color: #fff;
	background: #ce0000;
	border: none;
}
.goods-area .d-btn:after {
	border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
}
.goods-inner {
	position: relative;
}
.goods-inner .d-box-title {
	position: relative;
}
.goods-inner .d-box-title:before {
	content: '';
	display: block;
	width: 174px;
	height: 138px;
	position: absolute;
	top: -64px;
	left: -50px;
	background: url("../images/common/takane-deco-flower_l.png") no-repeat;
	background-size: contain;
}
.goods-inner .d-box-title:after {
	content: '';
	display: block;
	width: 174px;
	height: 138px;
	position: absolute;
	top: -64px;
	right: -50px;
	background: url("../images/common/takane-deco-flower_r.png") no-repeat;
	background-size: contain;
}


/* goods-list
------------------------------------------ */
.goods-list {
	margin: 40px auto 30px;
	padding: 0 3%;
	font-size: 0;
	text-align: center;
}
.goods-item {
	width: 24.45%;
	display: inline-block;
	vertical-align: top;
}
.goods-item:not(:first-child) { margin-left: 0.733%; }
.goods-item:nth-child(4n+1) { margin-left: 0; }
.goods-item:nth-child(n+5) { margin-top: 15px; }

.goods-img {
	border: solid 1px #aeaeae;
}

.goods-text {
	margin-top: 10px;
	padding: 0 3px;
	font-size: 1.3rem;
	text-align: left;
}

.goods-btn {
	margin: 3% auto;
	width: 36.3%;
}




/* ------------------------------------------------------------------
	SP（〜600px）
------------------------------------------------------------------ */
@media only screen and (max-width: 600px) {



	/* mainV（TOP用ヘッダー）
	========================================== */
	.top-mainV-img {
		padding-top: 113%;
		background-image: url(../images/common/mainV-sp.png);
	}
	/* topics一覧（TOP用）※タグは変更不可
	========================================== */
	.topics-area { padding: 10px 0 0; }
	.topics-area .topics-btn > a {
		width: 87.5% !important;
	}
	.topics-area .drama-box-title {
		height: 40px;
		margin-bottom: 12px;
	}


	/* prBanner
	========================================== */
	.prBanner-area { margin: 3% auto 0; }
	.prBanner-inner { padding: 0 3%; }

	/* prBanner-list
	------------------------------------------ */
	.prBanner-list {
	}
	.prBanner-item {
		flex-basis: 100%;
		max-width: 100%;
	}
	.prBanner-item:not(:first-child) { margin-top: 10px; }
	/* .prBanner-item:nth-child(2n) { margin-left: 0; } */
	.prBanner-item:nth-child(n+3) { margin-top: 10px; }

	/* trailer-detail
	------------------------------ */
	.trailer-detail-title:after {
		width: 85.5px;
		height: 98px;
		top: -10px;
		right: -5px;
	}


	/* movie
	========================================== */
	/* movie-slider
	------------------------------------------ */
	.movie-slider { margin: 0 auto; }
	.movie-slider .slick-list {
		width: 100%;
		overflow-y: hidden;
		overflow-x: scroll;
		white-space: nowrap;
		-webkit-overflow-scrolling: touch;
	}
	.movie-slider { padding: 0 4px; }

	/* movie-slider - item
	------------------------------------------ */
	.movie-img:before { border-width: 12px 0 12px 20px; margin-left: 4px; }
	.movie-img:after { width: 50px; height: 50px; }
	.movie-text { font-size: 0.9rem; padding: 0; line-height: 1.8; white-space: normal; }





  /* channel
  ========================================== */
	.channel-area { padding: 3%; }
	.channel-list { width: 100%; font-size: 0; }
	.channel-item { width: 48.2%; }
	.channel-item:not(:first-child) { margin-left: 3.6%; }
	.channel-item a { padding: 13px 10px; }
	.channel-item a span { height: 43px; }
	.channel-item.tada a span { background-image: url("../images/top/channel-tada-sp.png"); }
	.channel-item.hulu a span { background-image: url("../images/top/channel-hulu-sp.png"); }


	/* twitter
	========================================== */
	.sns-inner { padding: 5% 3%; }
	.twitter-area { width: 98%; margin: 0 auto; }
	.twitter-area .drama-box-body { border-radius: 0 0 5px 5px; }
	.twitter-area .d-box-title { margin: 10px 0 20px; }
	.twitter-timeline-box iframe { max-height: 280px; }


	/* instagram
	========================================== */
	.instagram-area { width: 94%; margin: 3% auto 0; display: block; }
	.instagram-area .d-box {
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
	.instagram-inner {
		padding: 20px 15px;
	}
	.instagram-area .d-box-title {
		width: 89px;
		height: 58px;
		background-position: left center;
		margin-bottom: 0;
	}
	.instagram-area .d-box-body {
		width: calc(100% - 109px);
	}
	.instagram-follow-btn a {
		border-radius: 2px;
	}
	.line-inner {
		padding: 15px;
	}
	.line-inner .d-box-title {
		background-position: center;
	}
	.line-detail {
		border-radius: 2px;
		background: rgba(255, 255, 255, 0.75);
	}
	.line-follow-btn {
		width: 100%;
	}
	.line-follow-btn a {
		font-weight: bold;
		display: block;
		padding: 15px 10px;
	}

	/* goods
	========================================== */
	.goods-inner .d-box-title:before,.goods-inner .d-box-title:after { display: none; }

	/* goods-list
	------------------------------------------ */
	.goods-list { margin: 5% auto 4%; padding: 0 3%; }
	.goods-item { width: 48.5%; }
	.goods-item:not(:first-child) { margin-left: 3%; }
	.goods-item:nth-child(2n+1) { margin-left: 0; }
	.goods-item:nth-child(4n+1) { margin-left: 0; }
	.goods-item:nth-child(n+3) { display: none; margin-top: 3%; }
	.goods-item:nth-child(n+5) { margin-top: 3%; }

	.goods-text { margin-top: 5px; font-size: 1.2rem; }

	.goods-btn {
		width: 87.5%;
		margin: 4% auto 9%;
	}
	.goods-btn .d-btn {
		padding: 10px 10px 12px;
	}
	.goods-btn .d-btn:after { width: 8px; height: 8px; }

}


/* ------------------------------------------------------------------
 SP 〜 tablet　（〜992px）
------------------------------------------------------------------ */
@media screen and (max-width: 992px) {
	 /* trailer
	========================================== */
	.trailer-area { padding: 5% 0 0; }
	.trailer-area .d-box-body { padding: 0 2%; }
	.trailer-inner { padding: 0; }
	.trailer-box { display: block; }

	/* trailer-movie
	------------------------------------------ */
	.trailer-movie { width: 100%; padding: 3%; }
	.trailer-movie-backnumber {
		text-align: center;
		margin-top: 10px;
	}
	.trailer-movie-backnumber a {
		position: relative;
		display: block;
		border-radius: 3px;
	}

	/* trailer-detail
	------------------------------------------ */
	.trailer-detail {
		width: 100%;
		margin-top: 5%;
		padding: 3% 0 0;
	}
	.trailer-detail-title {
		border-bottom: 5px solid #f1be22;
		margin-left: 0;
	}
	.trailer-detail-title span {}
	.trailer-detail-title span.number {
		margin-left: 0;
		font-size: 2.8rem;
		letter-spacing: 0;
	}
	.trailer-detail-title span.count {
		font-size: 4rem;
	}
	.trailer-detail-title span.date { font-size: 1.2rem; }
	.trailer-detail-text {
		display: block;
		padding: 5% 3%;
		margin: 0;
		font-size: 1.5rem;
		line-height: 1.5;
	}
	.trailer-detail-btn .d-btn {
		text-align: center;
		padding: 10px;
		font-size: 1.2rem;
	}
	.trailer-detail-btn { clear: both; position: relative; }
	.trailer-detail-btn .drama-btn { width: 100% !important; font-size: 1.5rem !important; }
	.trailer-detail-btn .drama-btn:not(:first-child) { margin-top: 4.2%; }

	/* twitter
	========================================== */
	.sns-area { padding: 0 2%; margin: 15px auto; }
	/* instagram
	========================================== */
	.instagram-follow-btn a {
		width: 100%;
		font-size: 14px;
		padding: 10px 5px;
	}
	.line-detail {
		padding: 15px 10px;
		font-size: 14px;
		line-height: 1.3;
	}
	.line-detail br {
		display: block;
	}
	.line-inner {
		margin-top: 10px;
	}
	.line-inner .d-box-body {
		padding: 0;
	}
	.line-qr img {
		width: 100%;
	}
	.line-follow-btn img {
		height: 30px;
	}

		/* goods
	========================================== */
	.goods-area { margin: 3% auto 5%; padding: 0 2%; }


	/* movie
	========================================== */
	.movie-area {
		padding: 0 2%;
		margin: 5% 0;
	}
	.movie-inner {}
	.movie-area .channel-area {
		margin: 30px auto 20px;
	}
	.movie-area .channel-area .channel-inner {
		padding: 0 15px;
	}

	/* movie-slider
	------------------------------------------ */

	.movie-slider .slick-list { padding: 0 17% !important; }
	/* slick - nav */
	.movie-slider .slick-nav { bottom: -20px; width: 100%; }

	/* movie-slider - item
	------------------------------------------ */
	.movie-item { margin: 0 0.125%; }
	.movie-text {}

	/* topics一覧（TOP用）※タグは変更不可
	========================================== */
.topics-area {
	background-image: none;
}

}



/* ------------------------------------------------------------------
 PC（993px〜）
------------------------------------------------------------------ */
@media screen and (min-width: 993px) {
	.movie-inner { padding: 0 20px; }
	.movie-slider {
		padding: 0 50px;
	}
}

/* ------------------------------------------------------------------
 tablet FONT調整用（601px〜）
------------------------------------------------------------------ */
@media screen and (min-width : 601px){
}
