@charset "utf-8";

body {
	background-image: none;
}

header .btn_menu {
	top: 8%;
}


/* ----------------------------------------
mv_top
----------------------------------------- */

#mv_side {
	background-image: url(../img/bg_mv-side01.png);
}

/* ----------------------------------------
pickupArea
----------------------------------------- */

.pickupArea {
	padding: 1.5% 0;
	background-color: #000;
	position: relative;
}

.pickupArea a {
	display: flex;
}
.pickupArea a:hover {
	text-decoration: none;
	opacity: 0.75;
}

.pickupArea .logo {
	width: 150px;
	padding-left: 4%;
}

.pickupArea .right {
	width: calc(100% - 150px);
	padding-left: 6%;
}

.pickupArea .right .txt {
	font-size: 12px;
	font-weight: bold;
	color: #b4b4b4;
}
.pickupArea .right .txt:after {
	content: '';
	display: inline-block;
	width: 14px;
	height: 14px;
	margin-top: -7px;
	margin-left: 1em;
	vertical-align: middle;
	background-image: url(../img/ico_numberweb_newtab.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	-webkit-background-size: contain;
	background-size: contain;
}
.pickupArea .right .txt strong {
	font-size: 16px;
	color: #9a8742;
}

.pickupArea .right .ttl {
	line-height: 1.6;
	padding: 0.2em 5% 0 .5em;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
}

.pickupArea .btn_colose {
	width: 17px;
	position: absolute;
	right: 4%;
	top: 50%;
	margin-top: -7px;
	z-index: 1000;
}

/* ----------------------------------------
grid
----------------------------------------- */

#contents .grid > div {
	width: 100%;
	float: none;
	clear: left;
}

.home #contents .grid > article:nth-child(3n+1), #contents .grid > article.postlist:nth-of-type(3n+1) {
	clear: none;
}

.grid div a {
	outline: none;
}
.grid .message .ico_cat01 {
	background-color: #ffac05;
}
.grid .piece .ico_cat01 {
	padding: 0;
	line-height: normal;
}
.grid .column .ico_cat01 {
	background-color: #2eb3ff;
}
.grid .challenge .ico_cat01 {
	background-color: #d60000;
}

.grid .ttl .ico_cat02 {
	width: 66px;
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 10;
}

.shuzo-button {
	/*height: 160px;*/
	background-image: url(../img/bg_shuzo-button02.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	-webkit-background-size: cover;
	background-size: cover;
	overflow: hidden;
	position: relative;
	clear: both;
}

.shuzo-button .img {
	/*position: absolute;*/
	width: 27%;
	margin: 0 auto;
}
.shuzo-button .txt {
	position: absolute;
	width: 17%;
	left: 18%;
	bottom: 24%;
	z-index: 100;
}

.shuzo-button h3 {
	position: absolute;
	width: 21%;
	top: 5%;
	left: 3%;
	z-index: 100;
	animation-name: animation01;
	animation-duration: 1.8s;
	animation-iteration-count: infinite;
	animation-timing-function: ease;
	animation-delay: 1s;
	animation-fill-mode: both;
	-webkit-animation-name: animation01;
	-webkit-animation-duration: 1s;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-timing-function: ease;
	-webkit-animation-delay: 1s;
	-webkit-animation-fill-mode: both;
}
@keyframes animation01 {
	from {
		-webkit-transform: scale(1.0);
		-ms-transform: scale(1.0);
		-o-transform: scale(1.0);
		transform: scale(1.0);
	}
	to {
		-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
	}
}
@-webkit-keyframes animation01 {
	from {
		-webkit-transform: scale(1.0);
		-ms-transform: scale(1.0);
		-o-transform: scale(1.0);
		transform: scale(1.0);
	}
	to {
		-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
	}
}

.shuzo-button .btn {
	width: 100%;
	margin-top: -20px;
	padding-right: 3%;
	text-align: right;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transform: translate(0%, -25%);
   transform: translate(0%, -25%);
	position: absolute;
	top: 50%;
	z-index: 110;
}
.shuzo-button .btn li {
	display: inline-block;
	margin: 0 1%;
}

.shuzo-button .btn li a {
	display: block;
	width: 80px;
	height: 80px;
	background-image: url(../img/btn_shuzo-button01.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	-webkit-background-size: cover;
	background-size: cover;
	cursor: pointer;
}
.shuzo-button .btn li.voice02 a {
	background-position: 50% 0;
}
.shuzo-button .btn li.voice03 a {
	background-position: 100% 0;
}


@media screen and (max-width: 1024px) {
	.shuzo-button .btn {
		margin-top: -10px;
	}

	.shuzo-button .btn li a {
		display: block;
		width: 56px;
		height: 56px;
	}
}


/* ----------------------------------------
contentsLink
----------------------------------------- */

#contents .contentsLink {
	clear: left;
}

.contentsLink li {
	height: 260px;
	background-repeat: no-repeat;
	background-position: 0 0;
	-webkit-background-size: contain;
	background-size: contain;
	position: relative;
}

.contentsLink li.challenge {
	background-image: url(../img/bg_challenge01.png);
	background-color:  #d9dadc;
}
.contentsLink li.message {
	background-image: url(../img/bg_message01.png);
	background-color:  #f5c505;
}
.contentsLink li.column {
	background-image: url(../img/bg_column01.png);
	background-color:  #65ccfc;
}

.contentsLink li .right {
	width: 50%;
	text-align: center;
	position: absolute;
	right: 2%;
	bottom: 80px;
}

.contentsLink li .right h3 {
	margin-bottom: .5em;
	font-size: 21px;
}

.contentsLink .btnlink01 a:after {
	display: inline-block;
	content: '';
	width: 9px;
	height: 15px;
	background-image: url(../img/ico_arrow01.svg);
	background-repeat: no-repeat;
	background-position: 0 0;
	-webkit-background-size: contain;
	background-size: contain;
	position: absolute;
	right: 16px;
	top: 22px;
}


/* ----------------------------------------
bannerlink
----------------------------------------- */

#contents .bannerlink {
	position: relative;
}

.bannerlink .bx-prev, .bannerlink .bx-next {
	display: block;
	width: 30px;
	height: 50px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	position: absolute;
	bottom: 40%;
}
.bannerlink .bx-prev {
	background: url(../img/common/btn_slider_prev01.png) 0 0 no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
	left: 0;
}
.bannerlink .bx-next {
	background: url(../img/common/btn_slider_next01.png) 0 0 no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
	right: 0;
}
.bannerlink .disabled {
	display: none;
}

/* ----------------------------------------
footer
-----------------------------------------

footer {
	margin-left: 28%;
}*/

@media screen and (max-width: 767px) {
	header .btn_menu {
		top: 16px;
	}

	#contents .grid > div {
		width: 49.99%;
		float: left;
		clear: none;
	}

	.home #contents .grid > article:nth-child(2n+1), #contents .grid > article.postlist:nth-of-type(2n+1) {
		clear: both;
	}

	.pickupArea {
		display: none;
		padding: 0;
		position: fixed;
		bottom: 0;
		left: 0;
		z-index: 1000;
	}

	.pickupArea a {
		display: table;
	}

	.pickupArea .logo {
		display: table-cell;
		width: 24%;
		padding: 0 2.5%;
		vertical-align: middle;
	}

	.pickupArea .right {
		display: table-cell;
		padding: 1em .5em;
		background-color: #9a8742;
	}

	.pickupArea .right .txt strong {
		font-size: 0.8rem;
		color: #000;
	}
	.pickupArea .right .txt .pc_only {
		display: none;
	}
	.pickupArea .right .txt:after {
		width: 8px;
		height: 8px;
		margin-left: 0em;
	}

	.pickupArea .btn_colose {
		width: 20px;
		height: 20px;
		margin-top: 0;
		right: 0;
		top: 0;
	}

	.pickupArea .right .ttl {
		font-size: 0.7rem;
	}

	.grid .ico_cat01 {
		font-size: 10px;
	}

	.grid .ttl .ico_cat02 {
		width: 25%;
	}

	.shuzo-button .img {
		width: 50%;
	}

	.shuzo-button h3 {
		width: 32%;
	}

	.shuzo-button .txt {
		width: 36%;
		left: auto;
		right: 5%;
		top: 3%;
	}

	.shuzo-button .btn {
		top: auto;
		bottom: 5%;
		margin-top: 0;
		transform: translate(0%, 0%);
	}

	.shuzo-button .btn li {
		margin: 0 1%;
	}

	.shuzo-button .btn li a {
		width: 46px;
		height: 46px;
	}

	@media screen and (orientation: landscape) {
		.shuzo-button .btn {
			bottom: 5%;
		}

		.shuzo-button .btn li a {
			width: 76px;
			height: 76px;
		}
	}

	/*
	contentsLink
	*/

	.contentsLink li {
		height: auto;
		padding: 15% 0;
	}

	.contentsLink li .right {
		width: 56%;
		right: 0;
		bottom: 18%;
	}
	@media screen and (orientation: landscape) {
		.contentsLink li .right {
			bottom: 30%;
		}
	}

	.contentsLink li .right h3 {
		font-size: 14px;
	}

	.contentsLink .btnlink01 a {
		width: 70%;
		font-size: 14px;
	}

	.contentsLink .btnlink01 a:after {
		width: 6px;
		height: 12px;
		vertical-align: middle;
		margin-left: .5em;
		top: 50%;
		right: 6%;
		margin-top: -6px;
	}

	/*
	bannerlink
	*/

	.bannerlink .bx-prev, .bannerlink .bx-next {
		width: 25px;
		height: 45px;
		bottom: 25%;
	}
	@media screen and (orientation: landscape) {
		.bannerlink .bx-prev, .bannerlink .bx-next {
			bottom: 35%;
		}
	}

	/*
	footer
	*/

	footer {
		margin: 0;
	}

}



@media screen and (min-width: 768px) and (max-width: 980px) {
	#mv_side {
		background-position: 0 -70px;
	}

	#mv_side h1 {
		width: 50%;
		margin-left: -25%;
		bottom: 10%;
	}

	#mv_side .btn_scroll {
		width: 6%;
		margin-left: -3%;
	}


	.pickupArea .right {
		padding-left: 2%;
	}

	.pickupArea .right .txt .pc_only {
		display: none;
	}

	.grid .ttl .ico_cat02 {
		width: 18%;
	}

	.shuzo-button .btn {
		bottom: 2%;
	}

	.shuzo-button .btn li a {
		width: 90px;
		height: 90px;
	}

	.bannerlink .bx-prev, .bannerlink .bx-next {
		bottom: 35%;
	}

	.contentsLink li .right {
		bottom: 32%;
	}

	.contentsLink li {
	    -webkit-background-size: cover;
	    background-size: cover;
	}

	.contentsLink li .right h3 {
	    font-size: 18px;
	}

	.postlist .btnlink01 a {
	    width: 250px;
	}

	.shuzo-button .btn {
		margin-top: -8px;
		bottom: 0;
	}

	.shuzo-button .btn li a {
		width: 46px;
		height: 46px;
	}

	#mv_side {
	    background-position: center 0;
	}

	footer .sublink li a {
	    font-size: 13px;
	}
}


@media screen and (max-width: 375px) {
	.shuzo-button .btn li a {
	    width: 40px;
	    height: 40px;
	}
	.contentsLink li .right h3 {
	    font-size: 12px;
	}
	.contentsLink .btnlink01 a {
	    width: 70%;
	    font-size: 12px;
	}
}

@media screen and (max-width: 568px) {
	@media screen and (orientation: landscape) {
		.shuzo-button .btn li a {
			width: 62px;
			height: 62px;
		}
	}
}

@media screen and (max-width: 320px) {
	.pickupArea .right .txt strong {
		font-size: .7rem;
	}
	.shuzo-button .btn li a {
	    width: 34px;
	    height: 34px;
	}
}