@charset "UTF-8";
/*---------------
 	PC&SP
---------------*/
.scroll_fix {
	position: absolute;
}
.scroll_fix.fixed {
	position: fixed;
	top: 0;
}
.s6_category {
	z-index:10;
}
.s6_omosiroikoto a.link {
	color: #333;
}
.s6_omosiroikoto .is_blue a.link,
.s6_omosiroikoto a.link:hover {
	color: #2F5883;
}
.s6_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,
	.s6_category,
	.s6_category .list .item,
	.s6_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;
	}
	/*---------------
	 	season6
	---------------*/
	.s6_category {
		border-top: none;
		width: 100%;
		background: #fff;
	}
	.s6_category .inner {
		width: 1080px;
	}
	.s6_category .list .item:nth-child(1) {
		flex-basis: 210px;
	}
	.s6_fv {
		margin-top: 60px;
		padding-top: 0;
		padding-bottom: 140px;
/*		height: 776px;*/
/*		border-bottom: 1px solid #ccc;*/
	}
	.s6_comic {
		position: relative;
		z-index: 0;
		margin-top: -80px;
	}
	.season06.episode03 .s6_comic {
		z-index: 0;
		margin-top: -84px;
		min-width: 1300px;
	}
	.s6_comic .inner {
		background: url("../../img/bg_comic.png") no-repeat center top;
	}
	.s6_comic h2 img {
		vertical-align: bottom;
	}
	.s6_comic .comics {
		max-width: 880px;
	}
	.s6_comic .comics .left {
		margin-top: 130px;
	}
	.s6_intro01 .inner {
		flex-direction: row-reverse;
		position: relative;
	}
	.s6_intro02 .inner {
		position: relative;
	}
	.s6_intro03 .inner {
		flex-direction: row-reverse;
		position: relative;
	}
	.s6_intro01 .txt_box,
	.s6_intro02 .txt_box,
	.s6_intro03 .txt_box {
		position: absolute;
		padding: 60px 64px;
	}
	.s6_intro01 .txt_box {
		width: 495px;
	}
	.s6_intro02 .txt_box {
		width: 633px;
	}
	.s6_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;
	}
	.s6_intro01 .tmb,
	.s6_intro02 .tmb,
	.s6_intro03 .tmb {
		width: 1367px;
		margin-top: 0;
	}
	.s6_intro01 .txt_box {
		top: 0;
		right: 66px;
	}
	.s6_intro02 .txt_box {
		top: 50px;
		left:76px;
	}
	.s6_intro03 .txt_box {
		top: 0;
		right: 66px;
	}
	.s6_adsense .img{
		width: auto;
		max-width: 100%;
	}
	/*---------------
	  S6-EP1
	---------------*/
	.episode01 .txt_box .txt {
		color: #8c64be;
	}
	.s6_intro01,
	.episode01 .s6_intro01 {
		height: 1268px;
		padding-top: 100px;
	}
	.s6_intro01::before,
	.episode01 .s6_intro01::before {
		height: 260px;
		top: 200px;
	}
	.s6_intro01 .inner,
	.episode01 .s6_intro01 .inner {
		width: 1367px;
	}
	.episode01 .s6_intro01 .txt_box {
		top: 400px;
		right: 134px;
		width: 495px;
	}
	.episode01 .s6_intro01 .btn_play {
		position: absolute;
		width: 200px;
		height: 170px;
		top: 1110px;
		right: 692px;
	}
	.s6_intro02,
	.episode01 .s6_intro02 {
		height: 1761px;
	}
	.s6_intro02::before,
	.episode01 .s6_intro02::before {
		height: 260px;
		top: 175px;
	}
	.s6_intro02 .inner,
	.episode01 .s6_intro02 .inner {
		width: 1367px;
	}
	.episode01 .s6_intro02 .txt_box {
		top: 340px;
		left: 248px;
		width: 511px;
	}
	.episode01 .s6_intro02 .btn_play {
	}

	.s6_intro03,
	.episode01 .s6_intro03 {
		height: 1290px
	}
	.s6_intro03::before,
	.episode01 .s6_intro03::before {
		height: 260px;
		top: 209px;
	}
	.s6_intro03 .inner,
	.episode01 .s6_intro03 .inner {
		width: 1367px;
	}
	.episode01 .s6_intro03 .txt_box {
		top: 402px;
		right: 186px;
		width: 500px;
	}
	.episode01 .s6_intro03 .btn_play {
	}

	/* color S6-EP1 intro04 */
	.episode01 .s6_intro04 {
		text-align: center;
		padding-bottom: 60px;
		margin-top: 100px;
		height: 440px;
	}
	.episode01 .s6_intro04 .movie {
		max-width: 1000px;
/*		width: 97%;*/
		margin: 0 auto;
		display: flex;
		flex-wrap: wrap;
		align-items: stretch;
		position: relative;
	}
	.episode01 .s6_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 .s6_intro04 .before:hover {
		background-image: url(../../ep1/img/product_link_hover.png);
	}
	.episode01 .s6_intro04 .movie .banner {
		vertical-align: bottom;
		width: 100%;
	}
	.episode01 .s6_intro04 .movie .youtube_link {
		width: 60%;
	}
	.episode01 .s6_intro04 .movie .youtube_link .youtube {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
	.episode01 .s6_intro04 .movie .product {
		width: 40%;
	}
	.episode01 .s6_intro04 .electronics_link {
		margin-top: 70px;
		display: inline-block;
	}
	/*---------------
	  S6-EP2
	---------------*/
	.episode02 .txt_box .txt {
		color: #32aab4;
	}
	.episode02 .s6_intro01 {
		height: 1880px;
		padding-top: 100px;
	}
	.episode02 .s6_intro01::before {
		height: 260px;
		top: 365px;
	}
	.episode02 .s6_intro01 .inner {
/*		width: 1367px;*/
	}
	.episode02 .s6_intro01 .txt_box {
		top: 650px;
		right: 120px;
		width: 508px;
	}
	.episode02 .s6_intro02 {
		height: 1700px;
	}
	.episode02 .s6_intro02::before {
		height: 260px;
		top: 365px;
	}
	.episode02 .s6_intro02 .inner {
		width: 1367px;
	}
	.episode02 .s6_intro02 .txt_box {
		top: 346px;
		left:248px;
		width: 511px;
	}
	.episode02 .s6_intro03 {
		height: 1320px;
	}
	.episode02 .s6_intro03::before {
		height: 250px;
		top: 209px;
	}
	.episode02 .s6_intro03 .inner {
		width: 1367px;
	}
	.episode02 .s6_intro03 .txt_box {
		top: 403px;
		right: 178px;
		width: 508px;
	}
	/* color S6-EP2 intro04 */
	.episode02 .s6_intro04 {
		text-align: center;
		padding-bottom: 60px;
		margin-top: 100px;
		height: 440px;
	}
	.episode02 .s6_intro04 .movie {
		max-width: 1000px;
/*		width: 97%;*/
		margin: 0 auto;
		display: flex;
		flex-wrap: wrap;
		align-items: stretch;
		position: relative;
	}
	.episode02 .s6_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 .s6_intro04 .before:hover {
		background-image: url(../../ep2/img/product_link_hover.png);
	}
	.episode02 .s6_intro04 .movie .banner {
		vertical-align: bottom;
		width: 100%;
	}
	.episode02 .s6_intro04 .movie .youtube_link {
		width: 60%;
	}
	.episode02 .s6_intro04 .movie .youtube_link .youtube {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
	.episode02 .s6_intro04 .movie .product {
		width: 40%;
	}
	.episode02 .s6_intro04 .electronics_link {
		margin-top: 70px;
		display: inline-block;
	}
	/*---------------
	  S6-EP3
	---------------*/
	.episode03 .txt_box .txt {
		color: #7879c9;
	}
	.episode03 .s6_intro01 {
		height: 1293px;
		padding-top: 100px;
	}
	.episode03 .s6_intro01::before {
		height: 260px;
		top: 200px;
	}
	.episode03 .s6_intro01 .inner {
		width: 1367px;
	}
	.episode03 .s6_intro01 .txt_box {
		top: 510px;
		right: 117px;
		width: 510px;
	}
	.episode03 .s6_intro02 {
		height: 1487px;
	}
	.episode03 .s6_intro02::before {
		height: 260px;
		top: 175px;
	}
	.episode03 .s6_intro02 .inner {
		width: 1367px;
	}
	.episode03 .s6_intro02 .txt_box {
		top: 339px;
		left:252px;
		width: 510px;
		background: linear-gradient(180deg,#fff 70%,rgba(255,255,255,0) 70%);
	}
	.episode03 .s6_intro03 {
		height: 1574px;
	}
	.episode03 .s6_intro03::before {
		height: 260px;
		top: 209px;
	}
	.episode03 .s6_intro03 .inner {
		width: 1367px;
	}
	.episode03 .s6_intro03 .txt_box {
		top: 402px;
		right: 177px;
		width: 510px;
	}
	/* color S6-EP3 intro04 */
	.episode03 .s6_intro04 {
		text-align: center;
		padding-bottom: 60px;
		margin-top: 100px;
		height: 440px;
	}
	.episode03 .s6_intro04 .movie {
		max-width: 1000px;
/*		width: 97%;*/
		margin: 0 auto;
		display: flex;
		flex-wrap: wrap;
		align-items: stretch;
		position: relative;
	}
	.episode03 .s6_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 .s6_intro04 .before:hover {
		background-image: url(../../ep3/img/product_link_hover.png);
	}
	.episode03 .s6_intro04 .movie .banner {
		vertical-align: bottom;
		width: 100%;
	}
	.episode03 .s6_intro04 .movie .youtube_link {
		width: 60%;
	}
	.episode03 .s6_intro04 .movie .youtube_link .youtube {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
	.episode03 .s6_intro04 .movie .product {
		width: 40%;
	}
	.episode03 .s6_intro04 .electronics_link {
		margin-top: 70px;
		display: inline-block;
	}
	/*---------------
	  motto_omosiroikoto
	---------------*/
	.motto_omosiroikoto {
		padding-top: 100px;
	}
	.motto_omosiroikoto img {
		vertical-align: bottom;
	}
	.motto_omosiroikoto .inner {
		width: 1096px;
		background: linear-gradient(135deg, #81ec78, #31cdbe 27.2992%, #00bae9 40.704%, #74caed 50.3346%, #a9cfee 57.7119%, #a79dcb 68.5115%, #c9a0c8 80.2347%, #f2a3c5 90.6063%);
		padding-bottom: 50px;
	}
	.motto_omosiroikoto .inner ul.sp_none {
		display: flex;
		padding: 0px 100px;
/*		background: url("../../../common/img/bg_motto_omosiroikoto.png") no-repeat;*/
		margin: 30px auto 50px;
	}
	.motto_omosiroikoto .inner ul a:hover img{
	/*	opacity: 1;*/
	}
	.motto_omosiroikoto h2 {
		margin: 0 auto;
		padding-top: 34px;
		text-align: center;
		line-height: 1;
	}
	.motto_omosiroikoto h3 {
		margin: 40px auto 0;
		text-align: center;
		line-height: 1;
	}

	/*---------------
	  s6_omosiroikoto
	---------------*/
	.s6_omosiroikoto {
		padding-bottom: 100px;
		padding-top: 100px;
	}
	.s6_omosiroikoto .inner {
		width: 900px;
	}
	.s6_omosiroikoto .inner .head {
		margin-bottom: 40px;
	}
	.s6_omosiroikoto .inner .tit {
		margin: 20px 0 0;
	}
	.s6_omosiroikoto .list {
		margin-top: 25px;
		display: flex;
		flex-wrap: wrap;
	/*	justify-content: space-between;
		align-items: stretch;
	*/
	}
	.s6_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);
	}
	.s6_omosiroikoto .list .item:nth-child(4n) {
		margin-right:0;
	}
	.s6_omosiroikoto .list .link {
		display: block;
		font-weight: 700;
		text-decoration: none;
	}
	.s6_omosiroikoto .list .link:hover + .tit {
		opacity: .8;
	}
	.s6_omosiroikoto .list .tit {
		display: block;
		margin-top: 15px;
		font-weight: bold;
		text-align: center;
		cursor: pointer;
	}
	.s6_omosiroikoto .list .txt {
		font-size: 14px;
		line-height: 1.8em;
	}
	/*---------------
	  s6_special
	---------------*/
	.s6_special {
		padding-bottom: 170px;
	}
	.s6_special .inner {
		width: 900px;
	}
	.s6_special .inner .head {
		margin-bottom: 60px;
	}
	.s6_special .list {
		margin-top: 25px;
		display: flex;
		justify-content: space-between;
		align-items: stretch;
	}
	.s6_special .list .item {
		font-family: '游ゴシック体', 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
		max-width: 200px;
	}
	.s6_special .list .link {
		display: block;
	}
	.s6_special .list .link:hover + .tit {
		opacity: .8;
	}
	.s6_special .list .tit {
		display: block;
		margin-top: 15px;
		font-weight: bold;
		text-align: center;
		cursor: pointer;
	}
	.s6_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 .season6 {
		border-bottom: 1px solid #777;
		line-height: 1;
	}
	.s6_category {
		width: 100%;
		background: #fff;
	}
	.s6_category .list {
		border-top: none;
	}
	/*---------------
	  S6-EP1 & common
	---------------*/
	.s6_intro01::before,
	.episode01 .s6_intro01::before {
		height: calc(100vw * 1600 / 750);
		top: calc(100vw * 382 / 750);
	}
	.episode01 .s6_intro01 .txt_box {
		margin-bottom: calc(100vw * 0 / 750);
	}
	.s6_intro02::before,
	.episode01 .s6_intro02::before {
		height: calc(100vw * 1700 / 750);
		top: calc(100vw * 382 / 750);
	}
	.episode01 .s6_intro02 .txt_box {
		margin-bottom: calc(100vw * 0 / 750);
	}
	.s6_intro03::before,
	.episode01 .s6_intro03::before {
		height: calc(100vw * 1150 / 750);
		top: calc(100vw * 382 / 750);
	}
	.episode01 .s6_intro03 .txt_box {
		margin-bottom: calc(100vw * 0 / 750);
	}
	/* EP1 intro04 */
	.episode01 .s6_intro04 {
		margin-top: calc(100vw * 70 / 750);
		text-align: center;
		padding-bottom: calc(100vw * 200 / 750);
	}
	.episode01 .s6_intro04 .inner {
		width: 100%;
	}
	.episode01 .s6_intro04 .youtube_link {
		display: block;
	}
	.episode01 .s6_intro04 .movie {
		position: relative;
	}
	.episode01 .s6_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 .s6_intro04 .electronics_link {
		margin-top: calc(100vw * 70 / 750);
		display: inline-block;
	}
	/*---------------
	  S6-EP2
	---------------*/
	.episode02 .s6_intro01::before {
		height: calc(100vw * 1600 / 750);
		top: calc(100vw * 382 / 750);
	}
	.episode02 .s6_intro01 .txt_box {
		margin-bottom: calc(100vw * 0 / 750);
	}
	.episode02 .s6_intro02::before {
		height: calc(100vw * 1800 / 750);
		top: calc(100vw * 382 / 750);
	}
	.episode02 .s6_intro02 .txt_box {
		margin-bottom: calc(100vw * 0 / 750);
	}
	.episode02 .s6_intro03::before {
		height: calc(100vw * 1700 / 750);
		top: calc(100vw * 382 / 750);
	}
	.episode02 .s6_intro03 .txt_box {
		margin-bottom: calc(100vw * 0 / 750);
	}
	/* EP2 intro04 */
	.episode02 .s6_intro04 {
		margin-top: calc(100vw * 70 / 750);
		text-align: center;
		padding-bottom: calc(100vw * 200 / 750);
	}
	.episode02 .s6_intro04 .inner {
		width: 100%;
	}
	.episode02 .s6_intro04 .youtube_link {
		display: block;
	}
	.episode02 .s6_intro04 .movie {
		position: relative;
	}
	.episode02 .s6_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 .s6_intro04 .electronics_link {
		margin-top: calc(100vw * 70 / 750);
		display: inline-block;
	}
	/*---------------
	  S6-EP3
	---------------*/
	.episode03 .s6_intro01::before {
		height: calc(100vw * 1800 / 750);
		top: calc(100vw * 480 / 750);
	}
	.episode03 .s6_intro01 .txt_box {
		margin-bottom: calc(100vw * 0 / 750);
	}
	.episode03 .s6_intro02::before {
		height: calc(100vw * 1700 / 750);
		top: calc(100vw * 600 / 750);
	}
	.episode03 .s6_intro02 .txt_box {
		margin-bottom: calc(100vw * 0 / 750);
	}
	.episode03 .s6_intro03::before {
		height: calc(100vw * 1700 / 750);
		top: calc(100vw * 382 / 750);
	}
	.episode03 .s6_intro03 .txt_box {
		margin-bottom: calc(100vw * 0 / 750);
	}
	/* EP3 intro04 */
	.episode03 .s6_intro04 {
		margin-top: calc(100vw * 70 / 750);
		text-align: center;
		padding-bottom: calc(100vw * 200 / 750);
	}
	.episode03 .s6_intro04 .inner {
		width: 100%;
	}
	.episode03 .s6_intro04 .youtube_link {
		display: block;
	}
	.episode03 .s6_intro04 .movie {
		position: relative;
	}
	.episode03 .s6_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 .s6_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;
	}

	/*---------------
	  s6_omosiroikoto
	---------------*/
	.s6_omosiroikoto {
		padding-bottom: calc(100vw * 100 / 750);
		padding-top: calc(100vw * 100 / 750);
	}
	.s6_omosiroikoto .inner {
		width: 81%;
	}
	.s6_omosiroikoto .inner .head {
		margin: 0 0 calc(100vw * 40 / 750);
	}
	.s6_omosiroikoto .inner .tit {
		margin: calc(100vw * 20 / 750) 0 0;
		width: 40%;
	}
	.s6_omosiroikoto .list {
		margin-top: calc(100vw * 25 / 750);
		display: flex;
		flex-wrap: wrap;
	/*	justify-content: space-between;
		align-items: stretch;
	*/
	}
	.s6_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);
	}
	.s6_omosiroikoto .list .item:nth-child(2n) {
		margin-right:0;
	}
	.s6_omosiroikoto .list .link {
		display: block;
		font-weight: 700;
		text-decoration: none;
	}
	.s6_omosiroikoto .list .link:hover + .tit {
		opacity: .8;
	}
	.s6_omosiroikoto .list .tit {
		display: block;
		margin-top: calc(100vw * 15 / 750);
		font-weight: bold;
		text-align: center;
		cursor: pointer;
		font-size: 3.733vw;
	}
	.s6_omosiroikoto .list .txt {
		font-size: 2.933vw;
		line-height: 1.8em;
		text-align: center;
	}
	/*---------------
	  s6_special
	---------------*/
	.s6_special {
		padding-bottom: calc(100vw * 170 / 750);
	}
	.s6_special .inner {
		width: 81%;
	}
	.s6_special .inner .head {
		margin: 0 0 calc(100vw * 60 / 750);
	}
	.s6_special .list {
		margin-top: calc(100vw * 25 / 750);
		display: flex;
		flex-wrap: wrap;
	/*	justify-content: space-between;
		align-items: stretch;*/
	}
	.s6_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);
	}
	.s6_special .list .item:nth-child(2n) {
		margin-right:0;
	}
	.s6_special .list .link {
		display: block;
	}
	.s6_special .list .link:hover + .tit {
		opacity: .8;
	}
	.s6_special .list .tit {
		display: block;
		margin-top: calc(100vw * 15 / 750);
		font-weight: bold;
		text-align: center;
		cursor: pointer;
		font-size: 3.733vw;
	}
	.s6_special .list .txt {
		font-size: 2.933vw;
		line-height: 1.8em;
	}
}

/* くるみん */
.kurumin {
	display: flex;
	margin-top: 40px;
	justify-content: space-between;
	align-items: center;
	color: #dd437b;
	line-height: 1;
	letter-spacing: 0;
	overflow-wrap: break-word;
	text-align: justify;
}
.kurumin .kurumin_logo {
	width: 100px;
}
.kurumin .kurumin_logo img {
	vertical-align: bottom;
}
.kurumin .kurumin_text {
	width: 260px;
	padding: 8px 0;
	border-top: 1px solid #dd437b;
	border-bottom: 1px solid #dd437b;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.7;
}
@media screen and (max-width: 750px) {
	.kurumin {
		margin-top: 3em;
	}
	.kurumin .kurumin_logo {
		width: 27%;
	}
	.kurumin .kurumin_text {
		width: 70%;
		padding: 0.5em 0;
		font-size: 2.5vw;
		line-height: 1.7;
	}
}