@charset "UTF-8";
/*---------------
 	PC&SP
---------------*/
.scroll_fix {
	position: absolute;
}
.scroll_fix.fixed {
	position: fixed;
	top: 0;
}
.s5_category {
	z-index:10;
}
.s5_omosiroikoto a.link {
	color: #333;
}
.s5_omosiroikoto .is_blue a.link,
.s5_omosiroikoto a.link:hover {
	color: #2F5883;
}
.s5_omosiroikoto a:hover img {
	opacity: 1;
}
.is_gray .link {
	color: #B5B5B6;
}
.is_gray .txt {
	color: #B5B5B6;
}
.btnshine{
	position: relative;
	display:inline-block;
	background: #333;
	color: #fff;
	text-decoration: none;
	outline: none;
	overflow: hidden;
}
.btnshine:hover img {
	opacity:1;
}
.btnshine::before {
	content: '';
	position: absolute;
	top: 0;
	left: -75%;
	width: 50%;
	height: 100%;
	background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
	transform: skewX(-25deg);
}
.btnshine:hover::before {
	animation: shine 3.5s infinite;
}
@keyframes shine {
	20% {
		left: 125%;
	}
	20.001% {
		left: -75%;
	}
	100% {
		left: -75%;
	}
}
.btnshine_roop {
	position: relative;
	display:inline-block;
	background: #fff;
	color: #fff;
	text-decoration: none;
	outline: none;
	overflow: hidden;
}
.btnshine_roop:hover img {
/*	opacity:1;*/
}
.btnshine_roop::before {
	content: '';
	position: absolute;
	top: 0;
	left: -75%;
	width: 50%;
	height: 100%;
	background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
	transform: skewX(-25deg);
	animation: shineroop 3.5s infinite;
}
@keyframes shineroop {
	20% {
		left: 125%;
	}
	20.001% {
		left: -75%;
	}
	100% {
		left: -75%;
	}
}
/*---------------
 	PC
---------------*/
@media screen and (min-width:751px) {
	.pc_none {
		display: none;
	}
	.sp_none {
		display: block;
	}
	.br_sp,
	.br_pcnone,
	.br_pc_none {
		display: none;
	}
	.br_pc,
	.br_spnone,
	.br_sp_none {
		display: inline-block;
	}
	.header_top,
	.s5_category,
	.s5_category .list .item,
	.s5_category .list .item:nth-child(1) {
		border-color: #ccc;
	}
	.header_top .inner {
		width: 1020px;
	}
	.txt_box .pc_tsume {
		padding-top: 0;
	}
	/*---------------
	 	footer
	---------------*/
	.footer .flex {
		align-items: center;
		justify-content: center;
	}
	.footer .inner {
		flex-direction: row-reverse;
	}
	/*---------------
	 	season5
	---------------*/
	.s5_category {
		border-top: none;
		width: 100%;
		background: #fff;
	}
	.s5_category .inner {
		width: 1080px;
	}
	.s5_category .list .item:nth-child(1) {
		flex-basis: 210px;
	}
	.s5_fv {
		margin-top: 60px;
		padding-top: 0;
		padding-bottom: 140px;
/*		height: 776px;*/
/*		border-bottom: 1px solid #ccc;*/
	}
	.s5_comic {
		position: relative;
		z-index: 0;
		margin-top: -80px;
	}
	.season05.episode03 .s5_comic {
		z-index: 2;
	}
	.s5_comic .inner {
		background: url("../../img/bg_comic.png") no-repeat center top;
	}
	.s5_comic h2 img {
		vertical-align: bottom;
	}
	.s5_comic .comics {
		max-width: 880px;
	}
	.s5_comic .comics .left {
		margin-top: 130px;
	}
	.s5_intro01 .inner {
		flex-direction: row-reverse;
		position: relative;
	}
	.s5_intro02 .inner {
		position: relative;
	}
	.s5_intro03 .inner {
		flex-direction: row-reverse;
		position: relative;
	}
	.s5_intro01 .txt_box,
	.s5_intro02 .txt_box,
	.s5_intro03 .txt_box {
		position: absolute;
		padding: 60px 64px;
	}
	.s5_intro01 .txt_box {
		width: 495px;
	}
	.s5_intro02 .txt_box {
		width: 633px;
	}
	.s5_intro03 .txt_box {
		width: 633px;
	}
	.btn_play a {
		display: block;
	}
	.btn_play img {
		vertical-align: bottom;
	}
	.btn_play p {
		font-size: 14px;
		text-align: center;
	}
	.s5_intro01 .tmb,
	.s5_intro02 .tmb,
	.s5_intro03 .tmb {
		width: 1367px;
		margin-top: 0;
	}
	.s5_intro01 .txt_box {
		top: 0;
		right: 66px;
	}
	.s5_intro02 .txt_box {
		top: 50px;
		left:76px;
	}
	.s5_intro03 .txt_box {
		top: 0;
		right: 66px;
	}
	.s5_adsense .img{
		width: auto;
		max-width: 100%;
	}
	/*---------------
	  S5-EP1
	---------------*/
	.episode01 .txt_box .txt {
		color: #0088e9;
	}
	.s5_intro01,
	.episode01 .s5_intro01 {
		height: 1410px;
		padding-top: 100px;
	}
	.s5_intro01::before,
	.episode01 .s5_intro01::before {
		height: 260px;
		top: 200px;
	}
	.s5_intro01 .inner,
	.episode01 .s5_intro01 .inner {
		width: 1367px;
	}
	.episode01 .s5_intro01 .txt_box {
		top: 554px;
		right: 184px;
		width: 495px;
	}
	.episode01 .s5_intro01 .btn_play {
		position: absolute;
		width: 200px;
		height: 170px;
		top: 1110px;
		right: 692px;
	}
	.s5_intro02,
	.episode01 .s5_intro02 {
		height: 971px;
	}
	.s5_intro02::before,
	.episode01 .s5_intro02::before {
		height: 260px;
		top: 175px;
	}
	.s5_intro02 .inner,
	.episode01 .s5_intro02 .inner {
		width: 1367px;
	}
	.episode01 .s5_intro02 .txt_box {
		top: 249px;
		left: 248px;
		width: 633px;
	}
	.episode01 .s5_intro02 .btn_play {
	}

	.s5_intro03,
	.episode01 .s5_intro03 {
		height: 1724px;
	}
	.s5_intro03::before,
	.episode01 .s5_intro03::before {
		height: 260px;
		top: 209px;
	}
	.s5_intro03 .inner,
	.episode01 .s5_intro03 .inner {
		width: 1367px;
	}
	.episode01 .s5_intro03 .txt_box {
		top: 568px;
		right: 184px;
		width: 633px;
	}
	.episode01 .s5_intro03 .btn_play {
	}

	/* color S5-EP1 intro04 */
	.episode01 .s5_intro04 {
		text-align: center;
		padding-bottom: 60px;
		margin-top: 100px;
		height: 440px;
	}
	.episode01 .s5_intro04 .movie {
		max-width: 1000px;
/*		width: 97%;*/
		margin: 0 auto;
		display: flex;
		flex-wrap: wrap;
		align-items: stretch;
		position: relative;
	}
	.episode01 .s5_intro04 .before {
		display: block;
		background-image: url(../../ep1/img/product_link.png);
		background-size: cover;
		position: absolute;
		width: 200px;
		height: 120px;
		bottom: 30px;
		right: 68px;
		transform: translate(50%,50%);
	}
	.episode01 .s5_intro04 .before:hover {
		background-image: url(../../ep1/img/product_link_hover.png);
	}
	.episode01 .s5_intro04 .movie .banner {
		vertical-align: bottom;
		width: 100%;
	}
	.episode01 .s5_intro04 .movie .youtube_link {
		width: 60%;
	}
	.episode01 .s5_intro04 .movie .youtube_link .youtube {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
	.episode01 .s5_intro04 .movie .product {
		width: 40%;
	}
	.episode01 .s5_intro04 .electronics_link {
		margin-top: 70px;
		display: inline-block;
	}
	/*---------------
	  S5-EP2
	---------------*/
	.episode02 .txt_box .txt {
		color: #fe6b00;
	}
	.episode02 .s5_intro01 {
		height: 1194px;
		padding-top: 100px;
	}
	.episode02 .s5_intro01::before {
		height: 260px;
		top: 365px;
	}
	.episode02 .s5_intro01 .inner {
/*		width: 1367px;*/
	}
	.episode02 .s5_intro01 .txt_box {
		top: 496px;
		right: 183px;
		width: 508px;
	}
	.episode02 .s5_intro02 {
		height: 1250px;
	}
	.episode02 .s5_intro02::before {
		height: 260px;
		top: 365px;
	}
	.episode02 .s5_intro02 .inner {
		width: 1367px;
	}
	.episode02 .s5_intro02 .txt_box {
		top: 249px;
		left:248px;
		width: 511px;
	}
	.episode02 .s5_intro03 {
		height: 2100px;
	}
	.episode02 .s5_intro03::before {
		height: 250px;
		top: 209px;
	}
	.episode02 .s5_intro03 .inner {
		width: 1367px;
	}
	.episode02 .s5_intro03 .txt_box {
		top: 636px;
		right: 183px;
		width: 508px;
	}
	/* color S5-EP2 intro04 */
	.episode02 .s5_intro04 {
		text-align: center;
		padding-bottom: 60px;
		margin-top: 100px;
		height: 440px;
	}
	.episode02 .s5_intro04 .movie {
		max-width: 1000px;
/*		width: 97%;*/
		margin: 0 auto;
		display: flex;
		flex-wrap: wrap;
		align-items: stretch;
		position: relative;
	}
	.episode02 .s5_intro04 .before {
		display: block;
		background-image: url(../../ep2/img/product_link.png);
		background-size: cover;
		position: absolute;
		width: 200px;
		height: 120px;
		bottom: 30px;
		right: 68px;
		transform: translate(50%,50%);
	}
	.episode02 .s5_intro04 .before:hover {
		background-image: url(../../ep2/img/product_link_hover.png);
	}
	.episode02 .s5_intro04 .movie .banner {
		vertical-align: bottom;
		width: 100%;
	}
	.episode02 .s5_intro04 .movie .youtube_link {
		width: 60%;
	}
	.episode02 .s5_intro04 .movie .youtube_link .youtube {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
	.episode02 .s5_intro04 .movie .product {
		width: 40%;
	}
	.episode02 .s5_intro04 .electronics_link {
		margin-top: 70px;
		display: inline-block;
	}
	/*---------------
	  S5-EP3
	---------------*/
	.episode03 .txt_box .txt {
		color: #3ca85a;
	}
	.episode03 .s5_intro01 {
		height: 1410px;
		padding-top: 100px;
	}
	.episode03 .s5_intro01::before {
		height: 260px;
		top: 200px;
	}
	.episode03 .s5_intro01 .inner {
		width: 1367px;
	}
	.episode03 .s5_intro01 .txt_box {
		top: 490px;
		right: 122px;
		width: 510px;
	}
	.episode03 .s5_intro02 {
		height: 1640px;
	}
	.episode03 .s5_intro02::before {
		height: 260px;
		top: 175px;
	}
	.episode03 .s5_intro02 .inner {
		width: 1367px;
	}
	.episode03 .s5_intro02 .txt_box {
		top: 395px;
		left:250px;
		width: 510px;
	}
	.episode03 .s5_intro03 {
		height: 1700px;
	}
	.episode03 .s5_intro03::before {
		height: 260px;
		top: 209px;
	}
	.episode03 .s5_intro03 .inner {
		width: 1367px;
	}
	.episode03 .s5_intro03 .txt_box {
		top: 637px;
		right: 182px;
		width: 510px;
	}
	/* color S5-EP3 intro04 */
	.episode03 .s5_intro04 {
		text-align: center;
		padding-bottom: 60px;
		margin-top: 100px;
		height: 440px;
	}
	.episode03 .s5_intro04 .movie {
		max-width: 1000px;
/*		width: 97%;*/
		margin: 0 auto;
		display: flex;
		flex-wrap: wrap;
		align-items: stretch;
		position: relative;
	}
	.episode03 .s5_intro04 .before {
		display: block;
		background-image: url(../../ep3/img/product_link.png);
		background-size: cover;
		position: absolute;
		width: 200px;
		height: 120px;
		bottom: 30px;
		right: 68px;
		transform: translate(50%,50%);
	}
	.episode03 .s5_intro04 .before:hover {
		background-image: url(../../ep3/img/product_link_hover.png);
	}
	.episode03 .s5_intro04 .movie .banner {
		vertical-align: bottom;
		width: 100%;
	}
	.episode03 .s5_intro04 .movie .youtube_link {
		width: 60%;
	}
	.episode03 .s5_intro04 .movie .youtube_link .youtube {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
	.episode03 .s5_intro04 .movie .product {
		width: 40%;
	}
	.episode03 .s5_intro04 .electronics_link {
		margin-top: 70px;
		display: inline-block;
	}
	/*---------------
	  motto_omosiroikoto
	---------------*/
	.motto_omosiroikoto {
		padding-top: 100px;
	}
	.motto_omosiroikoto .inner {
		width: 1096px;
	}
	.motto_omosiroikoto .inner ul.sp_none {
		display: flex;
		padding: 140px 100px 55px;
		background: url("../../../common/img/bg_motto_omosiroikoto.png") no-repeat;
	}
	.motto_omosiroikoto .inner ul a:hover img{
	/*	opacity: 1;*/
	}
	/*---------------
	  s5_omosiroikoto
	---------------*/
	.s5_omosiroikoto {
		padding-bottom: 100px;
		padding-top: 100px;
	}
	.s5_omosiroikoto .inner {
		width: 900px;
	}
	.s5_omosiroikoto .inner .head {
		margin-bottom: 40px;
	}
	.s5_omosiroikoto .inner .tit {
		margin: 20px 0 0;
	}
	.s5_omosiroikoto .list {
		margin-top: 25px;
		display: flex;
		flex-wrap: wrap;
	/*	justify-content: space-between;
		align-items: stretch;
	*/
	}
	.s5_omosiroikoto .list .item {
		font-family: '游ゴシック体', 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	/*	max-width: 200px;*/
		margin: 0 25px 25px 0;
		width:calc(25% - 75px / 4);
	}
	.s5_omosiroikoto .list .item:nth-child(4n) {
		margin-right:0;
	}
	.s5_omosiroikoto .list .link {
		display: block;
		font-weight: 700;
		text-decoration: none;
	}
	.s5_omosiroikoto .list .link:hover + .tit {
		opacity: .8;
	}
	.s5_omosiroikoto .list .tit {
		display: block;
		margin-top: 15px;
		font-weight: bold;
		text-align: center;
		cursor: pointer;
	}
	.s5_omosiroikoto .list .txt {
		font-size: 14px;
		line-height: 1.8em;
	}
	/*---------------
	  s5_special
	---------------*/
	.s5_special {
		padding-bottom: 170px;
	}
	.s5_special .inner {
		width: 900px;
	}
	.s5_special .inner .head {
		margin-bottom: 60px;
	}
	.s5_special .list {
		margin-top: 25px;
		display: flex;
		justify-content: space-between;
		align-items: stretch;
	}
	.s5_special .list .item {
		font-family: '游ゴシック体', 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
		max-width: 200px;
	}
	.s5_special .list .link {
		display: block;
	}
	.s5_special .list .link:hover + .tit {
		opacity: .8;
	}
	.s5_special .list .tit {
		display: block;
		margin-top: 15px;
		font-weight: bold;
		text-align: center;
		cursor: pointer;
	}
	.s5_special .list .txt {
		font-size: 14px;
		line-height: 1.8em;
	}
}
/*---------------
 	SP
---------------*/
@media screen and (max-width: 750px) {
	/* スクロールバー消す */
	html {
		overflow: scroll;
		-ms-overflow-style: none;
		scrollbar-width: none;
	}
	html::-webkit-scrollbar {
		display:none;
	}
	.pc_none {
		display: block;
	}
	.sp_none {
		display: none;
	}
	.br_sp,
	.br_pcnone,
	.br_pc_none {
		display: inline-block;
	}
	.br_pc,
	.br_spnone,
	.br_sp_none {
		display: none;
	}
	.header_top .clearfix::after {
	    content: none;
	}
	.inner {
		/*width: auto;*/
	}
	.header .inner {
		width: 81%;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.header .season5 {
		border-bottom: 1px solid #777;
		line-height: 1;
	}
	.s5_category {
		width: 100%;
		background: #fff;
	}
	.s5_category .list {
		border-top: none;
	}
	/*---------------
	  S5-EP1 & common
	---------------*/
	.s5_intro01::before,
	.episode01 .s5_intro01::before {
		height: calc(100vw * 1600 / 750);
		top: calc(100vw * 382 / 750);
	}
	.episode01 .s5_intro01 .txt_box {
		margin-bottom: calc(100vw * 0 / 750);
	}
	.s5_intro02::before,
	.episode01 .s5_intro02::before {
		height: calc(100vw * 1700 / 750);
		top: calc(100vw * 382 / 750);
	}
	.episode01 .s5_intro02 .txt_box {
		margin-bottom: calc(100vw * 0 / 750);
	}
	.s5_intro03::before,
	.episode01 .s5_intro03::before {
		height: calc(100vw * 1150 / 750);
		top: calc(100vw * 382 / 750);
	}
	.episode01 .s5_intro03 .txt_box {
		margin-bottom: calc(100vw * 0 / 750);
	}
	/* EP1 intro04 */
	.episode01 .s5_intro04 {
		margin-top: calc(100vw * 70 / 750);
		text-align: center;
		padding-bottom: calc(100vw * 200 / 750);
	}
	.episode01 .s5_intro04 .inner {
		width: 100%;
	}
	.episode01 .s5_intro04 .youtube_link {
		display: block;
	}
	.episode01 .s5_intro04 .movie {
		position: relative;
	}
	.episode01 .s5_intro04 .before {
		display: block;
		background-image: url(../../ep1/img/sp/product_link_sp.png);
		background-size: cover;
		position: absolute;
		width: calc(100vw * 310 / 750);
		height: calc(100vw * 186 / 750);
		bottom: calc(100vw * -135 / 750);
		right: 50%;
		transform: translateX(50%);
	}
	.episode01 .s5_intro04 .electronics_link {
		margin-top: calc(100vw * 70 / 750);
		display: inline-block;
	}
	/*---------------
	  S5-EP2
	---------------*/
	.episode02 .s5_intro01::before {
		height: calc(100vw * 1600 / 750);
		top: calc(100vw * 382 / 750);
	}
	.episode02 .s5_intro01 .txt_box {
		margin-bottom: calc(100vw * 0 / 750);
	}
	.episode02 .s5_intro02::before {
		height: calc(100vw * 1800 / 750);
		top: calc(100vw * 382 / 750);
	}
	.episode02 .s5_intro02 .txt_box {
		margin-bottom: calc(100vw * 0 / 750);
	}
	.episode02 .s5_intro03::before {
		height: calc(100vw * 1700 / 750);
		top: calc(100vw * 382 / 750);
	}
	.episode02 .s5_intro03 .txt_box {
		margin-bottom: calc(100vw * 0 / 750);
	}
	/* EP2 intro04 */
	.episode02 .s5_intro04 {
		margin-top: calc(100vw * 70 / 750);
		text-align: center;
		padding-bottom: calc(100vw * 200 / 750);
	}
	.episode02 .s5_intro04 .inner {
		width: 100%;
	}
	.episode02 .s5_intro04 .youtube_link {
		display: block;
	}
	.episode02 .s5_intro04 .movie {
		position: relative;
	}
	.episode02 .s5_intro04 .before {
		display: block;
		background-image: url(../../ep2/img/sp/product_link_sp.png);
		background-size: cover;
		position: absolute;
		width: calc(100vw * 310 / 750);
		height: calc(100vw * 186 / 750);
		bottom: calc(100vw * -135 / 750);
		right: 50%;
		transform: translateX(50%);
	}
	.episode02 .s5_intro04 .electronics_link {
		margin-top: calc(100vw * 70 / 750);
		display: inline-block;
	}
	/*---------------
	  S5-EP3
	---------------*/
	.episode03 .s5_intro01::before {
		height: calc(100vw * 1800 / 750);
		top: calc(100vw * 480 / 750);
	}
	.episode03 .s5_intro01 .txt_box {
		margin-bottom: calc(100vw * 0 / 750);
	}
	.episode03 .s5_intro02::before {
		height: calc(100vw * 1700 / 750);
		top: calc(100vw * 600 / 750);
	}
	.episode03 .s5_intro02 .txt_box {
		margin-bottom: calc(100vw * 0 / 750);
	}
	.episode03 .s5_intro03::before {
		height: calc(100vw * 1700 / 750);
		top: calc(100vw * 382 / 750);
	}
	.episode03 .s5_intro03 .txt_box {
		margin-bottom: calc(100vw * 0 / 750);
	}
	/* EP3 intro04 */
	.episode03 .s5_intro04 {
		margin-top: calc(100vw * 70 / 750);
		text-align: center;
		padding-bottom: calc(100vw * 200 / 750);
	}
	.episode03 .s5_intro04 .inner {
		width: 100%;
	}
	.episode03 .s5_intro04 .youtube_link {
		display: block;
	}
	.episode03 .s5_intro04 .movie {
		position: relative;
	}
	.episode03 .s5_intro04 .before {
		display: block;
		background-image: url(../../ep3/img/sp/product_link_sp.png);
		background-size: cover;
		position: absolute;
		width: calc(100vw * 310 / 750);
		height: calc(100vw * 186 / 750);
		bottom: calc(100vw * -135 / 750);
		right: 50%;
		transform: translateX(50%);
	}
	.episode03 .s5_intro04 .electronics_link {
		margin-top: calc(100vw * 70 / 750);
		display: inline-block;
	}
	/*---------------
	  motto_omosiroikoto
	---------------*/
	.motto_omosiroikoto {
		padding-top: calc(100vw * 100 / 750);
	}
	.motto_omosiroikoto .inner {
		width: 100%;
	}
	.motto_omosiroikoto .inner ul.pc_none {
		background: url("../../../common/img/sp/bg_motto_omosiroikoto_sp.png");
		background-size: contain;
		padding: calc(100vw * 148 / 750) 0 calc(100vw * 25 / 750);
	}
	.motto_omosiroikoto .inner ul.pc_none li {
	}
	.motto_omosiroikoto .inner ul.pc_none li a:hover img {
		opacity: 1;
	}

	/*---------------
	  s5_omosiroikoto
	---------------*/
	.s5_omosiroikoto {
		padding-bottom: calc(100vw * 100 / 750);
		padding-top: calc(100vw * 100 / 750);
	}
	.s5_omosiroikoto .inner {
		width: 81%;
	}
	.s5_omosiroikoto .inner .head {
		margin: 0 0 calc(100vw * 40 / 750);
	}
	.s5_omosiroikoto .inner .tit {
		margin: calc(100vw * 20 / 750) 0 0;
		width: 40%;
	}
	.s5_omosiroikoto .list {
		margin-top: calc(100vw * 25 / 750);
		display: flex;
		flex-wrap: wrap;
	/*	justify-content: space-between;
		align-items: stretch;
	*/
	}
	.s5_omosiroikoto .list .item {
		font-family: '游ゴシック体', 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	/*	max-width: 200px;*/
		margin: 0 6% calc(100vw * 25 / 750) 0;
		width:calc(50% - 6% / 2);
	}
	.s5_omosiroikoto .list .item:nth-child(2n) {
		margin-right:0;
	}
	.s5_omosiroikoto .list .link {
		display: block;
		font-weight: 700;
		text-decoration: none;
	}
	.s5_omosiroikoto .list .link:hover + .tit {
		opacity: .8;
	}
	.s5_omosiroikoto .list .tit {
		display: block;
		margin-top: calc(100vw * 15 / 750);
		font-weight: bold;
		text-align: center;
		cursor: pointer;
		font-size: 3.733vw;
	}
	.s5_omosiroikoto .list .txt {
		font-size: 2.933vw;
		line-height: 1.8em;
		text-align: center;
	}
	/*---------------
	  s5_special
	---------------*/
	.s5_special {
		padding-bottom: calc(100vw * 170 / 750);
	}
	.s5_special .inner {
		width: 81%;
	}
	.s5_special .inner .head {
		margin: 0 0 calc(100vw * 60 / 750);
	}
	.s5_special .list {
		margin-top: calc(100vw * 25 / 750);
		display: flex;
		flex-wrap: wrap;
	/*	justify-content: space-between;
		align-items: stretch;*/
	}
	.s5_special .list .item {
		font-family: '游ゴシック体', 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	/*	max-width: 200px;*/
		margin: 0 6% calc(100vw * 25 / 750) 0;
		width:calc(50% - 6% / 2);
	}
	.s5_special .list .item:nth-child(2n) {
		margin-right:0;
	}
	.s5_special .list .link {
		display: block;
	}
	.s5_special .list .link:hover + .tit {
		opacity: .8;
	}
	.s5_special .list .tit {
		display: block;
		margin-top: calc(100vw * 15 / 750);
		font-weight: bold;
		text-align: center;
		cursor: pointer;
		font-size: 3.733vw;
	}
	.s5_special .list .txt {
		font-size: 2.933vw;
		line-height: 1.8em;
	}
}
