@charset "utf-8";

img {
	-webkit-backface-visibility: hidden;
}

.item_img{
	position: relative;/*相対配置*/
}
.new_mark::before{
	content: "NEW";
	background-color: #f00;
	position: absolute;/*絶対配置*/
	color: white;/*文字は白に*/
    padding: .2em .8em;
	top: 0;
	left: 0;
	font-family: 'Avenir','Helvetica Neue','Helvetica','Arial', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro','メイリオ', 'Meiryo', '游ゴシック', 'Yu Gothic', 'ＭＳ Ｐゴシック', sans-serif;
}
	/* content: "NEW";
	background-color: #ff0000;
	color: #fff;
	line-height: 1;
	margin-right: .5em;
	padding: .45em .5em;
	font-size: .5em;
	vertical-align: text-bottom;
	font-family: 'Avenir','Helvetica Neue','Helvetica','Arial', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro','メイリオ', 'Meiryo', '游ゴシック', 'Yu Gothic', 'ＭＳ Ｐゴシック', sans-serif;
} */


.news_list{
	position: absolute;
	/* top: 4%;
	left: 18%;	 */
	top: 100px;
	left: 26px;
	font-size: 13px;
	border-collapse: separate;
	border-spacing: 0 5px;
}

/* @media screen and (max-width: 1920px) {
	.news_list{
		top: 13%;
		left: 2%;
	}

} */

.news_list tr{
	margin-bottom: 5px;
}

.news_list a{
	color: #333;
	text-decoration: none;
}

.news_list th{
	background-color: #f00;
	color: #fff;
	padding: 3px 10px;
	font-size: 12px;
	font-weight: normal;
}

.news_list td{
	background-color: #fff;
	padding-right: 5px;
	padding-left: 5px;
	border-left: 1px solid #fff;
	font-weight: normal;
	font-size: 13px;
}

/* .news_list p{
	color: #333;
	background-color: #fff;
	font-size: 14px;
} */

/* .news_list p::before{
	content: "NEW";
	background-color: #f00;
	color: white;
    padding: .6em .6em .09em;
	font-family: 'Avenir','Helvetica Neue','Helvetica','Arial', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro','メイリオ', 'Meiryo', '游ゴシック', 'Yu Gothic', 'ＭＳ Ｐゴシック', sans-serif;
	margin-right: 10px;
} */


.news{
	color: #333;
	font-size: 14px;
	padding: 5px 10px;
}

.news li{
	background-color: #fff;
	list-style: none;
	margin-bottom: 5px;
	padding-right: 10px;
	padding-top: 3px;
	padding-bottom: 2px;
}

.news li.new::before{
	content: "NEW";
	background-color: #f00;
	color: white;
    padding: .6em .6em .09em;
	font-family: 'Avenir','Helvetica Neue','Helvetica','Arial', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro','メイリオ', 'Meiryo', '游ゴシック', 'Yu Gothic', 'ＭＳ Ｐゴシック', sans-serif;
	margin-right: 10px;
	vertical-align: middle;
}

@media screen and (max-width: 768px) {
	/* .news_list{
		top: 13%;
		left: 8%;
	} */
	.news_list{
		max-width: 270px;
		width: 100%;
		top: 26vw;
		left: 50%;
		transform: translate(-50%, -50%);
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
	}
}
@media screen and (max-width: 680px) {
	.news_list{
		max-width: 270px;
		width: 100%;
		top: 28vw;
		left: 50%;
		transform: translate(-50%, -50%);
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
	}
}
@media screen and (max-width: 480px) {
	.news_list{
		max-width: 270px;
		width: 100%;
		top: 39vw;
		left: 50%;
		transform: translate(-50%, -50%);
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
	}
}
/* @media screen and (max-width: 375px) {
	.news_list{
		max-width: 270px;
		width: 100%;
		top: 35vw;
		left: 50%;
		transform: translate(-50%, -50%);
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
	}
}
@media screen and (max-width: 320px) {
	.news_list{
		max-width: 270px;
		width: 100%;
		top: 40vw;
		left: 50%;
		transform: translate(-50%, -50%);
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
	}
} */

#goTop {
	height: 0;
	display: none;
	position: fixed;
	right: 20px;
	bottom: 20px;
	z-index: 9999;
}

#goTop a {
	background: rgba(0, 0, 0, 0.5);
	width: 60px;
	height: 60px;
	text-indent: -999px;
	border-radius: 3px;
	display: block;
	overflow: hidden;
	position: absolute;
	right: 0;
	bottom: 0;
}

#goTop a::after {
	background: url("../png/icon_arrow_01.png") no-repeat center center;
	background-size: 100% auto;
	width: 30px;
	height: 30px;
	position: absolute;
	top: calc(50% - 15px);
	left: calc(50% - 15px);
	transform: rotate(-90deg);
	content: '';
}

body#top {
	background: #061219;
	margin: 0;
	width: 100%;
	font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
	font-size: 20px;
	font-weight: 600;
	position: relative;
}

body {
	background: #000;
	margin: 0;
	width: 100%;
	font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
	font-size: 20px;
	font-weight: 600;
	position: relative;
}

#wrapper {
	position: relative;
}

.main_mv {
	margin: auto;
	max-width: 2000px;
	position: static;
}

#mv {
	background: url('../jpg/gettyimages-959469622.jpg') no-repeat;
	background-position: 25%, 0;
	background-size: cover;
	height: 100vh;
	max-height: 1640px;
	position: relative;
}

@media screen and (max-width: 1920px) {
	#mv {
		min-height: 820px;
	}
}

@media screen and (max-width: 667px) {
	#mv {
		background: url('../jpg/gettyimages-959469622_sp.jpg') no-repeat;
		/* background-position: center top; */
		background-position: center top 4em;
		background-size: cover;
		min-height: 680px;
	}
}

@media screen and (max-width: 480px) {
	#mv {}
}

/* スポーツ庁ロゴ 修正 221116 */
#mv .logo-f {
	width: 160px;
	position: absolute;
	top: 30px;
	left: 20px;
	z-index: 6;
}

#mv .logo-f img {
	width: 100%;
	height: auto;
}

@media screen and (max-width: 680px) {
	#mv .logo-f {
		width: 100px;
		top: 70px;
		left: 10px;
	}
}

/* ロゴ */
.logos {
	position: absolute;
	top: 20%;
	left: 20%;
}

@media screen and (max-width: 1920px) {
	.logos {
		top: 14%;
		left: 10%;
		transform: scale(0.85);
	}
}

@media screen and (max-width: 1600px) {
	.logos {
		top: 6%;
		left: 10%;
		transform: scale(0.75);
	}
}

@media screen and (max-width: 1236px) {
	.logos {
		margin: auto;
		width: 480px;
		top: 3%;
		right: 0;
		left: 0;
	}
}

@media screen and (max-width: 768px) {
	.logos {
		top: 39%;
		/* top: 33%; */
		left: 50%;
		transform: translate(-50%, -50%) scale(0.4);
	}
}

@media screen and (max-width: 680px) {
	.logos {
		top: 48%;
		/* top: 33%; */
		left: 50%;
		transform: translate(-50%, -50%) scale(0.4);
	}
}

.logo {
	margin-bottom: 60px;
}

.logo div {
	position: absolute;
	display: none;
}

.logo_a {
	visibility: hidden;
}

.visible {
	visibility: visible;
	animation-duration: 0.5s;
	animation-name: fade-in;
}

@keyframes fade-in {
	0% {
		visibility: hidden;
		opacity: 0;
		transform: translateY(-999px);
	}

	50% {
		visibility: visible;
		opacity: 0.5;
		transform: translateY(50px);
	}

	100% {
		visibility: visible;
		opacity: 1;
		transform: translateY(0);
	}
}

.logo_b {
	top: 65px;
	left: 184px;
}

.logo_c {
	top: 56px;
	left: 196px;
}

.logo_c02 {
	top: 58px;
	left: 220px;
}

.logo_d {
	top: 27px;
	left: 212px;
}

.logo_e {
	top: 0px;
	left: 252px;
}

.line01 {
	width: 0;
	border: #af2d2d 1px solid;
	position: absolute;
	right: 0;
	bottom: 110px;
}

.line02 {
	width: 0;
	border: #cd9f44 1px solid;
	position: absolute;
	right: 0;
	bottom: 103px;
}

.line03 {
	width: 0;
	border: #294c78 1px solid;
	position: absolute;
	right: 0;
	bottom: 107px;
}

.line04 {
	width: 0;
	border: #656897 1px solid;
	position: absolute;
	right: 0;
	bottom: 98px;
}

@media screen and (max-width: 1024px) {
	.line01 {
		bottom: 61px;
	}

	.line02 {
		bottom: 55px;
	}

	.line03 {
		bottom: 52px;
	}

	.line04 {
		bottom: 47px;
	}

	#waveCanvas {
		bottom: 10px;
	}

	#wa {
		bottom: 10px;
	}
}

#wa {
	width: 0;
	position: absolute;
	right: 0;
	bottom: 0;
}

@media screen and (max-width:1980px) {
	#wa {
		bottom: 23px;
	}
}

@media screen and (max-width:798px) {
	#wa_sp {
		width: 0;
		position: absolute;
		right: 0;
		bottom: 27px;
	}
}

#waveCanvas {
	width: 0;
	position: absolute;
	right: 0;
	bottom: 105px;
}

.menu {
	padding: 1em 0;
	list-style: none;
	display: flex;
	position: absolute;
	right: 20%;
	/* bottom: 140px; */
	bottom: 200px;
	z-index: 2;
}

.menu li {
	padding: 0 10px;
}

.menu li img {
	transition: 1.0s;
}

.menu li a img:hover {
	opacity: 0.7;
}

@media screen and (max-width: 1920px) {
	.menu {
		bottom: 140px;
	}
}

@media screen and (max-width: 1600px) {
	.menu {
		right: 10%;
	}
}

@media screen and (max-width: 1236px) {
	.menu {
		width: 100%;
		justify-content: center;
		right: 0;
	}
}

@media screen and (max-width: 1024px) {
	.menu {
		bottom: 100px;
	}
}

@media screen and (max-width: 768px) {
	.menu {
		width: 100%;
		left: 0;
		bottom: 80px;
	}
}

@media screen and (max-width: 680px) {
	.menu {
		bottom: 80px;
	}

	.menu li img {
		width: 100%;
		height: auto;
	}

	.menu li {
		padding: 0;
	}
}

@media screen and (max-width: 480px) {
	.menu {
		bottom: 50px;
	}
}

.lang,
.header {
	margin: auto;
	text-align: center;
	position: absolute;
	top: 35px;
	right: 0;
	left: 0;
	z-index: 5;
}

.lang {
	margin: 0;
	padding: 0;
}

@media screen and (max-width: 780px) {
	.lang {
		top: 35px;
	}
}

.header {
	background-color: #000;
	padding: 0 10px;
	top: 0;
	position: fixed;
	z-index: 999;
}

@media screen and (max-width: 582px) {
	.header {
		padding: 5px;
		font-size: 16px;
	}
}

.lang li,
.header li {
	padding: 0 20px;
	list-style: none;
	color: #fff;
	font-size: 1.1em;
	font-weight: normal;
	display: inline-block;
	position: relative;
}

.header li {
	padding: 0 30px;
	font-size: 0.7em;
}

@media screen and (max-width: 1015px) {
	.header li {
		padding: 0 10px;
	}
}

@media screen and (max-width: 694px) {
	.header li {
		padding: 0 3px;
	}
}

@media screen and (max-width: 680px) {
	.lang li {
		font-size: 0.8em;
	}
}

.lang li::after {
	height: 24px;
	border-right: #fff 1px solid;
	position: absolute;
	top: 3px;
	right: 0;
	content: "";
}

.lang li:last-child::after {
	display: none;
}

.lang li a,
.header li a {
	color: #fff;
	text-decoration: none;
}

main {
	background: #000;
}

section {
	margin: 0;
	padding: 0;
}

.cont {
	margin: auto;
	display: flex;
	justify-content: space-between;
}

.cont div {
	margin: 0;
	padding: 0;
}

.Block1 {
	padding: 0px 0 0px 0;
	color: #fff;
	position: relative;
}

.Block1 .cont {
	overflow: hidden;
	position: relative;
	-webkit-clip-path: polygon(0 0%, 100% 0, 100% calc(100% - 7vw), 0% 100%);
	clip-path: polygon(0 0%, 100% 0, 100% calc(100% - 7vw), 0% 100%);
}

.Block1 .cont div:first-child {
	width: 100%;
	position: relative;
}

.Block1 .cont div:first-child::after {
	background: url("../untitled_(31_of_147.html)-3.jpg") no-repeat;
	background-size: cover;
	background-position: left 0em bottom -30vh;
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: -1;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	transition: all .3s ease-out;
	content: "";
}

@media screen and (max-width: 660px) {
	.Block1 .cont div:first-child::after {
		height: 50vh;
	}
}

@media screen and (max-width: 1920px) {
	.Block1 .cont div:first-child::after {
		background-position: left 0em bottom -200px;
	}
}

@media screen and (max-width: 1440px) {
	.Block1 .cont div:first-child::after {
		background-position: left 0em bottom 0px;
	}
}

@media screen and (max-width: 1024px) {
	.Block1 .cont div:first-child::after {
		background-position: left 0 bottom 0px;
	}
}

@media screen and (max-width: 980px) {
	.Block1 .cont div:first-child::after {
		background-position: left 0 bottom 0;
	}
}

@media screen and (max-width: 798px) {
	.Block1 .cont div:first-child::after {
		background-position: left -110px bottom 0;
	}
}

@media screen and (max-width: 680px) {
	.Block1 .cont div:first-child::after {
		background-position: left 0 bottom 0px;
	}
}

@media screen and (max-width: 480px) {
	.Block1 .cont div:first-child::after {
		background-position: left -136px bottom 45px;
	}
}

@media screen and (max-width: 360px) {
	.Block1 .cont div:first-child::after {
		background-position: left -136px bottom 0px;
	}
}

@media screen and (max-width: 340px) {
	.Block1 .cont div:first-child::after {
		background-position: left -127px bottom 4px;
	}
}

.Block1:hover .cont div:first-child::after,
.Block3:hover .cont div:first-child::after {
	opacity: .8;
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
	z-index: -1;
}

.Block2:hover .cont div:nth-child(2)::after,
.Block4:hover .cont div:nth-child(2)::after {
	opacity: .8;
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
	z-index: -1;
}

.Block1 .cont div:first-child::before {
	background: url('../png/budo_ray.png') no-repeat;
	width: 100%;
	height: 100vh;
	position: absolute;
	top: -100px;
	left: 340px;
	content: "";
}

@media screen and (max-width: 1024px) {
	.Block1 .cont div:first-child::before {
		background: url('../png/budo_ray.png') no-repeat;
		width: 106%;
		height: 100vh;
		position: absolute;
		top: -144px;
		left: 340px;
		content: "";
	}
}

@media screen and (max-width: 798px) {
	.Block1 .cont div:first-child::before {
		background: url('../png/budo_ray.png') no-repeat;
		background-size: contain;
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 340px;
		content: "";
	}
}

@media screen and (max-width: 680px) {
	.Block1 .cont div:first-child::before {
		width: 177%;
		height: 177%;
	}
}

@media screen and (max-width: 1920px) {
	.Block1 .cont div:first-child::before {
		left: 140px;
	}
}

@media screen and (max-width: 1440px) {
	.Block1 .cont div:first-child::before {
		left: -46px;
	}
}

@media screen and (max-width: 1024px) {
	.Block1 .cont div:first-child::before {
		left: -328px;
	}
}

@media screen and (max-width: 980px) {
	.Block1 .cont div:first-child::before {
		left: -343px;
	}

	.Block1 .cont div:first-child::before {
		width: 119%;
		height: 107vh;
	}
}

@media screen and (max-width: 980px) {
	.Block1 .cont div:first-child::before {
		width: 220%;
	}

	.Block1 .cont div:first-child::before {
		left: -237px;
	}
}

@media screen and (max-width: 680px) {
	.Block1 .cont div:first-child::before {
		left: -80px;
	}
}

.Block1 .cont div:first-child h1 {
	position: absolute;
	right: 100px;
	bottom: 100px;
	pointer-events: none;
}

@media screen and (max-width: 1920px) {
	.Block1 .cont div:first-child h1 {
		bottom: 50px;
	}

	.en .Block1 .cont div:first-child h1 {
		bottom: 50px;
		right: 50px;
	}
}

@media screen and (max-width: 980px) {
	.Block1 .cont div:first-child h1 {
		bottom: -100px;
	}
}

@media screen and (max-width: 768px) {
	.Block1 .cont div:first-child h1 {
		right: -60px;
		bottom: 0px;
		left: 40px;
	}

	.en .Block1 .cont div:first-child h1 {
		right: -60px;
		bottom: 0px;
	}

	.Block1 .cont div:first-child h1 img {
		width: 80%;
		height: auto;
	}
}

@media screen and (max-width: 680px) {
	.Block1 .cont div:first-child h1 {
		top: -15px;
		left: 30px;
	}

	.Block1 .cont div:first-child h1 img {
		width: auto;
		height: auto;
	}
}

.Block1 .cont div:nth-child(2) {
	background: #af2d2d;
	width: 340px;
}

@media screen and (max-width: 980px) {
	.Block1 .cont div:nth-child(2) {
		padding-top: 120px;
	}
}

@media screen and (max-width: 768px) {
	.Block1 .cont div:nth-child(2) {
		padding-top: 0px;
	}
}

.Block1 .cont div:nth-child(2) img,
.Block2 .cont div:first-child img,
.Block3 .cont div:nth-child(2) img,
.Block4 .cont div:first-child img {
	max-width: 100%;
	width: 100%;
	height: auto;
}

.Block2 {
	padding: 0px 0 0px 0;
	color: #fff;
	position: relative;
	top: -177px;
}

@media screen and (max-width: 1920px) {
	.Block2 {
		top: -135px;
	}
}

@media screen and (max-width: 1440px) {
	.Block2 {
		top: -101px;
	}
}

@media screen and (max-width: 1366px) {
	.Block2 {
		top: -96px;
	}
}

@media screen and (max-width: 1024px) {
	.Block2 {
		top: -72px;
	}
}

@media screen and (max-width: 980px) {
	.Block2 {
		top: -68px;
	}
}

@media screen and (max-width: 798px) {
	.Block2 {
		top: -54px;
	}
}

@media screen and (max-width: 480px) {
	.Block2 {
		top: -28px;
	}
}

@media screen and (max-width: 400px) {
	.Block2 {
		top: -27px;
	}
}

.Block2 .cont {
	position: relative;
	overflow: hidden;
	-webkit-clip-path: polygon(0 calc(0% + 7vw), 100% 0, 100% 100%, 0 100%);
	clip-path: polygon(0 calc(0% + 7vw), 100% 0, 100% 100%, 0 100%);
}

.Block2 .cont div:first-child {
	background: #cd9f44;
	width: 340px;
	position: relative;
	top: 50px;
}

@media screen and (max-width: 1024px) {
	.Block2 .cont div:first-child {
		background: #cd9f44;
		width: 340px;
		position: relative;
		top: 25px;
	}
}

@media screen and (max-width: 768px) {
	.Block2 .cont div:first-child {
		top: 0px;
	}
}

.Block2 .cont div:first-child img {
	width: 100%;
	max-width: 100%;
	height: auto;
	display: block;
}

.Block2 .cont div:nth-child(2) {
	width: 100%;
	position: relative;
}

.Block2 .cont div:nth-child(2)::after {
	background: url("../jpg/outdoor_bg.jpg") no-repeat #cd9f44;
	background-position: right 0em top 0px;
	background-size: cover;
	padding-top: 117px;
	width: 100%;
	height: 120%;
	position: absolute;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	transition: all .3s ease-out;
	z-index: -1;
	content: "";
}

@media screen and (max-width: 1440px) {
	.Block2 .cont div:nth-child(2)::after {
		background-position: right 0em top -124px;
	}
}

@media screen and (max-width: 1024px) {
	.Block2 .cont div:nth-child(2)::after {
		background-position: right 0 top -103px;
	}
}

@media screen and (max-width: 660px) {
	.Block2 .cont div:nth-child(2)::after {
		background-position: right 0 top -122px;
		height: 68vh;
	}
}

.Block2 .cont div:nth-child(2)::before {
	background: url('../png/outdoor_ray.png') no-repeat;
	background-size: contain;
	width: 40%;
	height: 40%;
	position: absolute;
	top: -110px;
	right: 0 !important;
	content: "";
}

@media screen and (max-width: 1960px) {
	.Block2 .cont div:nth-child(2)::before {
		width: 60%;
		height: 60%;
		top: -194px;
		right: -194px !important;
	}
}

@media screen and (max-width: 1440px) {
	.Block2 .cont div:nth-child(2)::before {
		width: 86%;
		height: 86%;
	}
}

@media screen and (max-width: 1024px) {
	.Block2 .cont div:nth-child(2)::before {
		width: 60%;
		height: 60%;
		top: -83px;
		right: -30px !important;
	}
}

@media screen and (max-width: 980px) {
	.Block2 .cont div:nth-child(2)::before {
		width: 60%;
		height: 60%;
		top: -78px;
		right: 5px !important;
	}
}

@media screen and (max-width: 768px) {
	.Block2 .cont div:nth-child(2)::before {
		width: 76%;
		height: 60%;
		top: -78px;
		right: 5px !important;
	}
}

@media screen and (max-width: 680px) {
	.Block2 .cont div:nth-child(2)::before {
		width: 86%;
		height: 86%;
		top: 0;
		right: -3px !important;
	}
}

.Block2 .cont div:nth-child(2) h1 {
	position: absolute;
	top: 50px;
	right: 250px;
}

.en .Block2 .cont div:nth-child(2) h1 {
	position: absolute;
	top: 50px;
	right: 120px;
}

@media screen and (max-width: 1024px) {
	.Block2 .cont div:nth-child(2) h1 {
		position: absolute;
		top: 50px;
		right: 150px;
	}

	.en .Block2 .cont div:nth-child(2) h1 {
		position: absolute;
		top: 50px;
		right: 20px;
	}
}

@media screen and (max-width: 980px) {
	.Block2 .cont div:nth-child(2) h1 {
		position: absolute;
		top: 50px;
		right: 100px;
	}
}

@media screen and (max-width: 768px) {
	.Block2 .cont div:nth-child(2) h1 {
		position: absolute;
		top: 27px;
		right: -55px;
	}

	.en .Block2 .cont div:nth-child(2) h1 {
		position: absolute;
		top: 27px;
		right: -35px;
		left: 30px;
	}

	.Block2 .cont div:nth-child(2) h1 img {
		width: 80%;
		height: auto;
	}
}

@media screen and (max-width: 680px) {
	.Block2 .cont div:nth-child(2) h1 {
		position: absolute;
		top: 10px;
		right: 13px;
	}

	.en .Block2 .cont div:nth-child(2) h1 {
		position: absolute;
		top: 0px;
		right: 10px;
		left: 16px;
	}

	.Block2 .cont div:nth-child(2) h1 img {
		width: 100%;
		max-width: 100%;
		height: auto;
	}
}

.Block3 {
	padding: 0;
	color: #fff;
	position: relative;
	top: -177px;
	z-index: 99;
}

@media screen and (max-width: 1920px) {
	.Block3 {
		top: -135px;
	}
}

@media screen and (max-width: 1440px) {
	.Block3 {
		top: -102px;
	}
}

@media screen and (max-width: 1366px) {
	.Block3 {
		top: -96px;
	}
}

@media screen and (max-width: 1280px) {
	.Block3 {
		top: -98px;
	}
}

@media screen and (max-width: 1024px) {
	.Block3 {
		top: -72px;
	}
}

@media screen and (max-width: 980px) {
	.Block3 {
		top: -69px;
	}
}

@media screen and (max-width: 798px) {
	.Block3 {
		top: -53px;
	}
}

@media screen and (max-width: 798px) {
	.Block3 {
		top: -54px;
	}
}

@media screen and (max-width: 480px) {
	.Block3 {
		top: -29px;
	}
}

@media screen and (max-width: 400px) {
	.Block3 {
		top: -27px;
	}
}

.Block3 .cont {
	position: relative;
	overflow: hidden;
	-webkit-clip-path: polygon(0 0%, 100% 0, 100% calc(100% - 7vw), 0% 100%);
	clip-path: polygon(0 0%, 100% 0, 100% calc(100% - 7vw), 0% 100%);
}

.Block3 .cont div:first-child {
	width: 100%;
	position: relative;
}

.Block3 .cont div:first-child::after {
	background: url("../jpg/p004_hosei.jpg") no-repeat;
	background-position: left 0em bottom 0px;
	background-size: cover;
	width: 100%;
	height: 127%;
	position: absolute;
	z-index: -1;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	transition: all .3s ease-out;
	content: "";
}

@media screen and (max-width: 1920px) {
	.Block3 .cont div:first-child::after {
		background-position: left 0em bottom 26px;
	}
}

@media screen and (max-width: 1440px) {
	.Block3 .cont div:first-child::after {
		background-position: left 0em bottom 95px;
	}
}

@media screen and (max-width: 1280px) {
	.Block3 .cont div:first-child::after {
		background-position: left 0 bottom 120px;
	}
}

@media screen and (max-width: 1024px) {
	.Block3 .cont div:first-child::after {
		background-position: left -6em bottom 100px;
	}
}

@media screen and (max-width: 980px) {
	.Block3 .cont div:first-child::after {
		background-position: left -9em bottom 100px;
	}
}

@media screen and (max-width: 680px) {
	.Block3 .cont div:first-child::after {
		background-position: left -11em bottom 245px;
	}
}

@media screen and (max-width: 659px) {
	.Block3 .cont div:first-child::after {
		background-position: left -28em bottom 362px;
		height: 74vh;
	}
}

@media screen and (max-width: 480px) {
	.Block3 .cont div:first-child::after {
		background-position: left -16em bottom 143px;
		height: 68vh;
	}
}

@media screen and (max-width: 360px) {
	.Block3 .cont div:first-child::after {
		background-position: left -16em bottom 120px;
		height: 72vh;
	}
}

.Block3 .cont div:first-child::before {
	background: url("../png/snow_ray.png")no-repeat;
	width: 100%;
	height: 100%;
	position: absolute;
	bottom: 0;
	left: -100px;
	content: "";
}

@media screen and (max-width: 1024px) {
	.Block3 .cont div:first-child::before {
		width: 100%;
		height: 130%;
		bottom: 0px;
	}
}

@media screen and (max-width: 680px) {
	.Block3 .cont div:first-child::before {
		background-size: contain;
		width: 100%;
		height: 100%;
		top: 0;
		left: -90px;
	}
}

.Block3 .cont div:first-child h1 {
	position: absolute;
	bottom: 50px;
	left: 50px;
}

@media screen and (max-width: 1024px) {
	.Block3 .cont div:first-child h1 {
		position: absolute;
		bottom: 50px;
		left: 50px;
	}
}

@media screen and (max-width: 980px) {
	.Block3 .cont div:first-child h1 {
		position: absolute;
		bottom: -50px;
		left: 50px;
	}
}

@media screen and (max-width: 768px) {
	.Block3 .cont div:first-child h1 {
		position: absolute;
		bottom: 28px;
		left: 50px;
	}

	.Block3 .cont div:first-child h1 img {
		width: 80%;
		height: auto;
	}
}

@media screen and (max-width: 680px) {
	.Block3 .cont div:first-child h1 {
		position: absolute;
		bottom: -3px;
		left: 40px;
	}

	.Block3 .cont div:first-child h1 img {
		width: 100%;
		height: auto;
	}
}

.Block3 .cont div:nth-child(2) {
	background: #294c78;
	width: 340px;
}

@media screen and (max-width: 1920px) {
	.Block3 .cont div:nth-child(2) {
		background: #294c78;
		padding-top: 0px;
	}
}

@media screen and (max-width: 1024px) {
	.Block3 .cont div:nth-child(2) {
		padding-top: 25px;
	}
}

@media screen and (max-width: 768px) {
	.Block3 .cont div:nth-child(2) {
		padding-top: 0px;
	}
}

.Block4 {
	padding: -245px 0 0px 0;
	color: #fff;
	position: relative;
	top: -311px;
	z-index: 3;
}

@media screen and (max-width: 1920px) {
	.Block4 {
		top: -269px;
	}
}

@media screen and (max-width: 1440px) {
	.Block4 {
		top: -201px;
	}
}

@media screen and (max-width: 1366px) {
	.Block4 {
		top: -190px;
	}
}

@media screen and (max-width: 1280px) {
	.Block4 {
		top: -188px;
	}
}

@media screen and (max-width: 1024px) {
	.Block4 {
		top: -143px;
	}
}

@media screen and (max-width: 980px) {
	.Block4 {
		top: -136px;
	}
}

@media screen and (max-width: 798px) {
	.Block4 {
		top: -107px;
	}
}

@media screen and (max-width: 480px) {
	.Block4 {
		top: -58px;
	}
}

@media screen and (max-width: 400px) {
	.Block4 {
		top: -54px;
	}
}

.Block4 .cont {
	position: relative;
	overflow: hidden;
	-webkit-clip-path: polygon(0 calc(0% + 7vw), 100% 0, 100% 100%, 0 100%);
	clip-path: polygon(0 calc(0% + 7vw), 100% 0, 100% 100%, 0 100%);
}

.Block4 .cont div:first-child {
	background: #000;
	width: 300px;
	position: relative;
	top: 50px;
}

@media screen and (max-width: 1024px) {
	.Block4 .cont div:first-child {
		background: #000;
		width: 340px;
		position: relative;
		top: 25px;
	}
}

@media screen and (max-width: 768px) {
	.Block4 .cont div:first-child {
		top: 0px;
	}
}

.Block4 .cont div:first-child img {
	height: auto;
	width: 100%;
	max-width: 100%;
	display: block;
}

.Block4 .cont div:nth-child(2) {
	width: 100%;
	position: relative;
}

.Block4 .cont div:nth-child(2)::after {
	background: url("../jpg/arban_bg.jpg") no-repeat;
	background-position: left 0em top -420px;
	background-size: cover;
	padding-top: 117px;
	width: 100%;
	height: 120%;
	position: absolute;
	z-index: -1;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	transition: all .3s ease-out;
	content: "";
}

@media screen and (max-width: 1920px) {
	.Block4 .cont div:nth-child(2)::after {
		background-position: left 0em top -250px;
	}
}

@media screen and (max-width: 1440px) {
	.Block4 .cont div:nth-child(2)::after {
		background-position: left 0em top -150px;
	}
}

@media screen and (max-width: 1024px) {
	.Block4 .cont div:nth-child(2)::after {
		background-position: left 0em top -75px;
	}
}

@media screen and (max-width: 980px) {
	.Block4 .cont div:nth-child(2)::after {
		background-position: left 0em top -70px;
	}
}

@media screen and (max-width: 660px) {
	.Block4 .cont div:nth-child(2)::after {
		background-position: left -1em top -115px;
		height: 84vh;
	}
}

@media screen and (max-width: 480px) {
	.Block4 .cont div:nth-child(2)::after {
		background-position: left -1em top -50px;
		height: 84vh;
	}
}

@media screen and (max-width: 360px) {
	.Block4 .cont div:nth-child(2)::after {
		background-position: left -1em top -50px;
		height: 84vh;
	}
}

.Block4 .cont div:nth-child(2)::before {
	background: url("../png/arban_ray.png")no-repeat;
	background-size: contain;
	width: 42%;
	height: 60%;
	position: absolute;
	right: -35px !important;
	bottom: -35px;
	content: "";
}

@media screen and (max-width: 1920px) {
	.Block4 .cont div:nth-child(2)::before {
		width: 80%;
		height: 80%;
		position: absolute;
		right: -135px !important;
		bottom: -135px;
	}
}

@media screen and (max-width: 680px) {
	.Block4 .cont div:nth-child(2)::before {
		background-size: contain;
		width: 100%;
		height: 100%;
		position: absolute;
		right: 0;
		bottom: -120px;
	}
}

.Block4 .cont div:nth-child(2) h1 {
	position: absolute;
	right: 200px;
	bottom: 50px;
}

@media screen and (max-width: 1024px) {
	.Block4 .cont div:nth-child(2) h1 {
		position: absolute;
		right: 150px;
		bottom: 0px;
	}
}

@media screen and (max-width: 980px) {
	.Block4 .cont div:nth-child(2) h1 {
		position: absolute;
		right: 100px;
		bottom: -50px;
	}
}

@media screen and (max-width: 768px) {
	.Block4 .cont div:nth-child(2) h1 {
		position: absolute;
		right: -74px;
		bottom: 0;
	}

	.Block4 .cont div:nth-child(2) h1 img {
		width: 80%;
		height: auto;
	}
}

@media screen and (max-width: 680px) {
	.Block4 .cont div:nth-child(2) h1 {
		position: absolute;
		right: 13px;
		bottom: -20px;
	}

	.Block4 .cont div:nth-child(2) h1 img {
		width: 100%;
		height: auto;
	}
}

@media screen and (max-width: 680px) {

	.Block1 .cont div:nth-child(2),
	.Block2 .cont div:first-child,
	.Block3 .cont div:nth-child(2),
	.Block4 .cont div:first-child {
		width: 200px;
	}
}

.fadeIn_right {
	opacity: 0;
	transform: translate(50%, 0);
	transition: 2s;
}

.fadeIn_right.is-show {
	transform: translate(0, 0);
	opacity: 1;
}

.top-wrap {
	background: #0e1217;
	padding: 60px 0;
	width: 100%;
	color: #fff;
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	text-align: center;
}

@media screen and (max-width: 1024px) {
	.top-wrap {
		background-size: auto;
		margin: 0 auto;
		max-width: 800px;
	}
}

@media screen and (max-width: 798px) {
	.top-wrap {
		width: 85%;
		font-size: 18px;
	}
}

@media screen and (max-width: 680px) {
	.top-wrap {
		margin: 0 auto;
		width: 85%;
		font-size: 14px;
	}
}

.top-btn {
	background-color: #fff;
	margin: 10px auto 0;
	padding: 10px 0;
	width: 100%;
	max-width: 250px;
	color: #000;
	border: 1px solid #fff;
}

.top-wrap p {
	margin: 0;
}

.top-btn a {
	padding: 16px 10px;
	color: #000;
	text-decoration: none;
}

/* --------------------------------------------------
	slick
-------------------------------------------------- */
#slider {
	margin: 0 auto;
	position: relative;
	background-color: #000;
	overflow: hidden;
}

@media screen and (max-width: 798px) {
	#slider {
		margin: 0 auto 0 auto;
	}
}

@media screen and (max-width: 680px) {
	#slider {
		margin: 20px auto 0;
	}
}

.slider {
	display: none;
}

.slick-initialized .slick-slide {
	display: block;
}

.wrap {
	margin: 30px auto 0 auto;
	width: 86%;
	max-width: 1000px;
	position: relative;
	z-index: 2;
}

@media screen and (max-width: 1024px) {
	.wrap {
		width: 75%;
		max-width: 100%;
	}
}

@media screen and (max-width: 798px) {
	.wrap {
		width: 75%;
	}
}

@media screen and (max-width: 680px) {
	.wrap {
		margin: 0 auto;
		width: 80%;
	}
}

.slider {
	margin: 0px auto 80px;
	width: 100%;
}

#slider h2 {
	text-align: center;
}

@media screen and (max-width: 680px) {
	#slider h2 {
		margin: 0;
		padding: 0;
	}

	#exp h2 {
		margin: 0;
	}
}

.slick-dots {
	bottom: -25px;
}

/* --------------------------------------------------
	Photo Gallery
--------------------------------------------------*/
.multiple-item li {
	margin: 10px;
	width: 230px !important;
	position: relative;
}

@media screen and (max-width: 798px) {
	.multiple-item li {
		width: 180px !important;
	}
}

@media screen and (max-width: 480px) {
	.multiple-item li {
		margin: 5px;
		width: 101px !important;
	}
}

@media screen and (max-width: 400px) {
	.multiple-item li {
		margin: 5px;
		width: 90px !important;
	}
}

.multiple-item li img {
	width: 100%;
	height: 8vw;
	object-fit: cover;
}

@media screen and (max-width: 1920px) {
	.multiple-item li img {
		height: 11vw;
	}
}

@media screen and (max-width: 1440px) {
	.multiple-item li img {
		height: 13vw;
	}
}

@media screen and (max-width: 1280px) {
	.multiple-item li img {
		height: 16vw;
	}
}

@media screen and (max-width: 798px) {
	.multiple-item li img {
		height: 18vw;
	}
}

.multiple-item li:hover img {
	border: rgba(97, 95, 95, 0.8) 2px solid;
}

.multiple-item li .caption,
.multiple-item li .caption2 {
	padding-top: 80px;
	color: #fff;
	font-size: 16px;
	text-align: center;
}

.multiple-item li .caption2 {
	padding-top: 60px;
}

.multiple-item li .mask {
	background-color: rgba(0, 0, 0, 0.4);
	width: 100%;
	height: 100%;
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.multiple-item li:hover .mask {
	opacity: 1;
}

.multiple-item {
	margin: 0;
	padding: 0;
}

.slide-prev,
.slide-next {
	position: absolute;
}

.prev-arrow {
	margin: auto;
	width: 30px;
	height: 60px;
	cursor: pointer;
	position: absolute;
	top: 0;
	bottom: 0;
	left: -64px;
}

.next-arrow {
	margin: auto;
	width: 30px;
	height: 60px;
	cursor: pointer;
	position: absolute;
	top: 0;
	right: -64px;
	bottom: 0;
}

@media screen and (max-width: 680px) {
	.prev-arrow {
		width: 10px;
		height: 20px;
		left: -20px;
	}

	.next-arrow {
		width: 10px;
		height: 20px;
		right: -20px;
	}
}

.gallery-werp{
	border: none;
}
@media screen and (min-width: 1440px) {
	.werp-width{
		max-width: 1200px;
		width: 100%;
		margin: 0 auto;
	}
	.gallery-werp{
		height: 800px;
	}
}
@media screen and (max-width: 1440px) {
	.gallery-werp{
		height: 800px;
	}
}
@media screen and (max-width: 1024px) {
	.gallery-werp{
		height: 680px;
	}
}
@media screen and (max-width: 768px) {
	.gallery-werp{
		height: 800px;
	}
}
@media screen and (max-width: 670px) {
	.gallery-werp{
		height: 680px;
	}
}
@media screen and (max-width: 425px) {
	.gallery-werp{
		height: 420px;
	}
}
@media screen and (max-width: 360px) {
	.gallery-werp{
		height: 390px;
	}
}

/* --------------------------------------------------
	privacy
--------------------------------------------------*/
#privacy {
	margin: 0 auto;
	max-width: 1130px;
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	font-size: 0.8em;
}

@media screen and (max-width: 1130px) {
	#privacy {
		max-width: 100%;
	}
}

#privacy a {
	color: #fff;
	text-decoration: none;
}

@media screen and (max-width: 798px) {
	#privacy {
		margin: auto 0;
	}
}

@media screen and (max-width: 680px) {
	#privacy {
		margin: 20px 0 0 0;
		padding-bottom: 0px;
		width: 100%;
		max-width: 100%;
	}
}

#privacy div {
	display: inline-block;
	padding-bottom: 30px;
	padding-left: 28px;
	color: #fff;
	font-size: 1em;
	position: relative;
}
#privacy div:nth-child(2) {
	margin-left: 20px;
}


@media screen and (max-width: 798px) {
	#privacy div {
		margin-left: 30px;
	}
	#privacy div:nth-child(2) {
		margin-left: 30px;
	}	
}

#privacy div::before {
	border-top: 16px solid #fff;
	border-right: 8px solid transparent;
	border-left: 8px solid transparent;
	position: absolute;
	top: 5px;
	left: 0;
	content: "";
}

@media screen and (max-width: 680px) {
	#privacy div {
		padding-left: 20px;
		padding-bottom: 20px;
		font-size: 0.8em;
		display: block;
	}

	#privacy div::before {
		border-top: 15px solid #fff;
		border-right: 8px solid transparent;
		border-left: 8px solid transparent;
	}
}

/* --------------------------------------------------
	footer
--------------------------------------------------*/
footer {
	background: #fff;
	margin-top: 0px;
	padding: 30px 0;
	width: 100%;
	display: table;
}

footer .ft_contents {
	margin: auto;
	width: 100%;
	max-width: 1130px;
	display: table;
}

@media screen and (max-width: 1024px) {
	footer .ft_contents {
		width: 100%;
		max-width: 100%;
	}
}

footer .ft_contents div {
	width: 50%;
	display: table-cell;
}

@media screen and (max-width: 798px) {
	footer .ft_contents div {
		width: 5%;
		padding: 0 20px;
	}
}

footer .ft_contents div:last-child {
	width: 50%;
	font-size: 0.8em;
	text-align: right;
}

@media screen and (max-width: 680px) {
	footer .ft_contents div {
		margin: 0 auto 20px auto;
		padding: 0px;
		width: auto;
		display: block;
		text-align: center;
	}

	footer .ft_contents div:last-child {
		width: 100%;
		font-size: 0.6em;
		text-align: center;
	}
}

@media screen and (max-width: 680px) {
	h2 img {
		width: 60%;
		height: auto;
	}
}

.pc {
	display: block;
}

.sp {
	display: none;
}

@media screen and (max-width:480px) {
	.pc {
		display: none;
	}

	.sp {
		display: block;
	}
}

/* --------------------------------------------------
	nav （SPのみの設定）
--------------------------------------------------*/
@media screen and (max-width:798px) {

	/*============
	nav
	=============*/
	#top nav {
		background: #fff;
		display: block;
		width: 300px;
		overflow-x: hidden;
		overflow-y: auto;
		opacity: 0;
		position: absolute;
		top: 0;
		left: -300px;
		bottom: 0;
		z-index: 9999;
		-webkit-overflow-scrolling: touch;
		transition: all .5s;
	}

	nav {
		width: 300px;
		background: #000;
		overflow-x: hidden;
		overflow-y: auto;
		opacity: 0;
		display: block;
		position: absolute;
		top: 0;
		left: -300px;
		bottom: 0;
		z-index: 9999;
		-webkit-overflow-scrolling: touch;
		transition: all .5s;
	}

	#top .open nav {
		height: 100vh;
		opacity: 1;
		display: block;
		position: fixed;
		left: 0;
	}

	.open nav {
		height: 100vh;
		opacity: 1;
		display: block;
		position: fixed;
		left: 0;
	}

	nav .inner {
		padding: 25px;
	}

	nav .inner ul {
		margin: 36px 0 0 0;
		padding: 0;
		list-style: none;
	}

	#top nav .inner {
		padding: 25px;
	}

	#top nav .inner ul {
		margin: 36px 0 0 0;
		padding: 0;
		list-style: none;
	}

	#top nav .inner ul li {
		margin: 0;
		border-bottom: 1px solid #000;
		position: relative;
	}

	nav .inner ul li {
		margin: 0;
		border-bottom: 1px solid #fff;
		position: relative;
	}

	#top nav .inner ul li a {
		padding: 1em;
		color: #000;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		font-size: 14px;
		text-decoration: none;
		display: block;
		transition-duration: 0.2s;
	}

	nav .inner ul li a {
		padding: 1em;
		color: #fff;
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		font-size: 14px;
		text-decoration: none;
		display: block;
		transition-duration: 0.2s;
	}

	#top nav .inner ul li a:hover {
		background: #8A8484;
	}

	nav .inner ul li a:hover {
		background: #e4e4e4;
	}
}

@media screen and (max-width: 767px) {
	#top nav {
		width: 100%;
		display: none;
		left: -220px;
	}

	nav {
		width: 100%;
		display: none;
		left: -220px;
	}
}

@media screen and (max-width:798px) {

	/*============
	.toggle_btn
	=============*/
	#top .toggle_btn {
		background: #fff;
		width: 40px;
		height: 35px;
		display: block;
		cursor: pointer;
		position: fixed;
		top: 20px;
		right: 20px;
		z-index: 99999999;
		transition: all .5s;
	}

	.toggle_btn {
		background: #000;
		width: 40px;
		height: 35px;
		display: block;
		cursor: pointer;
		position: fixed;
		top: 20px;
		right: 20px;
		z-index: 99999999;
		transition: all .5s;
	}

	#top .toggle_btn span {
		background-color: #000;
		width: 20px;
		height: 2px;
		border-radius: 4px;
		display: block;
		position: absolute;
		left: 10px;
		transition: all .5s;
	}

	.toggle_btn span {
		background-color: #fff;
		width: 20px;
		height: 2px;
		border-radius: 4px;
		display: block;
		position: absolute;
		left: 10px;
		transition: all .5s;
	}

	.toggle_btn span:nth-child(1) {
		top: 9px;
	}

	.toggle_btn span:nth-child(2) {
		top: 17px;
	}

	.toggle_btn span:nth-child(3) {
		bottom: 8px;
	}

	#top .open .toggle_btn span {
		background-color: #000;
	}

	.open .toggle_btn span {
		background-color: #fff;
	}

	.open .toggle_btn span:nth-child(1) {
		top: 5px;
		-webkit-transform: translateY(10px) rotate(-315deg);
		transform: translateY(10px) rotate(-315deg);
	}

	.open .toggle_btn span:nth-child(2) {
		opacity: 0;
	}

	.open .toggle_btn span:nth-child(3) {
		-webkit-transform: translateY(-10px) rotate(315deg);
		transform: translateY(-10px) rotate(315deg);
	}

	/*============
	#mask
	=============*/
	#mask {
		display: none;
		transition: all .5s;
	}

	#top .open #mask {
		background: #000;
		width: 100%;
		height: 100%;
		opacity: .8;
		display: block;
		position: fixed;
		top: 0;
		left: 0;
		z-index: 6;
		cursor: pointer;
	}

	.open #mask {
		background: #000;
		width: 100%;
		height: 100%;
		opacity: .8;
		display: block;
		position: fixed;
		top: 0;
		left: 0;
		z-index: 2;
		cursor: pointer;
	}
}

#loading {
	transition: all 1s;
	background-color: #000;
	width: 100vw;
	height: 100vh;
	overflow-y: hidden !important;
	display: table;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
}

.ins {
	width: 100vw;
	height: 100vh;
	text-align: center;
	vertical-align: middle;
	display: table-cell;
}

.spinner {
	background-color: #fff;
	margin: auto;
	width: 100px;
	height: 100px;
	border-radius: 100%;
	animation: sk-scaleout 1.0s infinite ease-in-out;
}

/* Loading Animation */
@keyframes sk-scaleout {
	0% {
		transform: scale(0);
	}

	100% {
		transform: scale(1.0);
		opacity: 0;
	}
}

.loaded {
	opacity: 0;
	visibility: hidden;
}

.upcs {
	margin-top: -1em !important;
}

/* --------------------------------------------------
	特集記事
--------------------------------------------------*/
/* 4カラム */
#tokusyu {
	background-image: url(../png/tokusyu_bk.png);
	background-repeat: no-repeat;
	background-position: bottom;
	background-size: 100%;
	margin-top: -230px;
	padding-top: 30px;
	padding-bottom: 30px;
}

@media screen and (max-width: 1440px) {
	#tokusyu {
		padding-top: 150px;
	}
}

@media screen and (max-width: 1024px) {
	#tokusyu {
		height: auto;
	}
}

@media screen and (max-width: 768px) {
	#tokusyu {
		margin-top: -110px;
	}
}

@media screen and (max-width: 480px) {
	#tokusyu {
		margin-top: 0;
		padding-top: 50px;
		font-size: 18px;
	}
}

#tokusyu .wrap {
	margin: 0 auto;
	width: 100%;
	max-width: 1200px;
	color: #fff;
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
}

@media screen and (max-width: 1200px) {
	#tokusyu .wrap {
		max-width: 1100px;
	}
}

@media screen and (max-width: 480px) {
	#tokusyu .wrap {
		margin: -50px auto 0;
	}
}

#tokusyu h2 {
	font-size: 1.5em;
	font-weight: inherit;
	text-align: center;
	letter-spacing: 10px;
}

*,
*:before,
*:after {
	box-sizing: border-box;
}

#tokusyu .col_4 {
	width: 100%;
	color: #000;
	font-size: 0.8em;
	text-align: left;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

@media screen and (max-width: 1024px) {
	#tokusyu .col_4 {
		margin: 0 auto;
		max-width: 900px;
	}
}

@media screen and (max-width: 768px) {
	#tokusyu .col_4 {
		margin: 0 auto;
		max-width: 730px;
		font-size: 0.67em;
	}
}

#tokusyu .col_4>div {
	background-color: #fff;
	margin: 0 12px 30px;
	padding-bottom: 10px;
	width: 23%;
}

@media screen and (max-width: 1214px) {
	#tokusyu .col_4>div {
		margin: 0 5px 15px;
	}
}

@media screen and (max-width: 1024px) {
	#tokusyu .col_4>div {
		width: 47.2%;
	}
}

@media screen and (max-width: 768px) {
	#tokusyu .col_4>div {
		width: 47.2%;
	}
}

@media screen and (max-width: 480px) {
	#tokusyu .col_4>div {
		margin: 0 5px 15px;
	}
}

@media screen and (max-width: 320px) {
	#tokusyu .col_4>div {
		width: 100%;
	}
}

#tokusyu .col_4 img {
	width: 100%;
}

#tokusyu .col_4 .border-red {
	border-bottom: 2px solid #af2d2d;
}

#tokusyu .col_4 .border-yellow {
	border-bottom: 2px solid #cd9f44;
}

#tokusyu .col_4 .border-blue {
	border-bottom: 2px solid #294c78;
}

#tokusyu .col_4 .border-purple {
	border-bottom: 2px solid #656897;
}

#tokusyu .col_4 .btn-red,
#tokusyu .col_4 .btn-yellow,
#tokusyu .col_4 .btn-blue,
#tokusyu .col_4 .btn-purple {
	margin: 0 auto;
	padding: 10px 0;
	width: 58%;
	color: #fff;
	text-align: center;
}

#tokusyu .col_4 .btn-red a,
#tokusyu .col_4 .btn-yellow a,
#tokusyu .col_4 .btn-blue a,
#tokusyu .col_4 .btn-purple a {
	padding: 14px 10px;
	color: #fff;
	text-decoration: none;
}

#tokusyu .col_4 .btn-red {
	background-color: #af2d2d;
}

#tokusyu .col_4 .btn-yellow {
	background-color: #cd9f44;
}

#tokusyu .col_4 .btn-blue {
	background-color: #294c78;
}

#tokusyu .col_4 .btn-purple {
	background-color: #656897;
}

#tokusyu .col_4 .textbox {
	padding: 0 15px;
	position: relative;
}

#tokusyu .col_4 .textbox h3 {
	line-height: 1.2;
}

@media screen and (max-width: 480px) {
	#tokusyu .col_4 .textbox {
		padding: 0 5px;
	}
}

#tokusyu .col_4 h3::after {
	width: 17px;
	height: 17px;
	position: absolute;
	top: 1px;
	right: 3px;
	content: "";
}

#tokusyu .col_4 h3.icon-red::after {
	background: url(../png/tokusyu_icon01.png) no-repeat;
}

#tokusyu .col_4 h3.icon-yellow::after {
	background: url(../png/tokusyu_icon02.png) no-repeat;
}

#tokusyu .col_4 h3.icon-blue::after {
	background: url(../png/tokusyu_icon03.png) no-repeat;
}

#tokusyu .col_4 h3.icon-purple::after {
	background: url(../png/tokusyu_icon04.png) no-repeat;
}

/*
	特集記事 修正 221018
	上記の特集記事は元設定（いらなければ消す）
------------------------------ */
.tokusyu_list {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
}

.tokusyu_list .item {
	background: #fff;
	margin: 0 0 15px 1.6%;
	padding: 0 0 15px;
	width: 23%;
	font-size: 0.8em;
}

@media screen and (max-width: 1024px) {
	.tokusyu_list .item {
		background: #fff;
		margin: 0 0 15px 4%;
		width: 44%;
		font-size: 0.7em;
	}
}

@media screen and (max-width: 768px) {
	.tokusyu_list .item {
		font-size: 0.7em;
	}
}

@media screen and (max-width: 480px) {
	.tokusyu_list .item {
		padding-bottom: 0;
	}
}

.tokusyu_list .item a {
	color: #000;
	text-decoration: none;
}

.tokusyu_list .item_img img {
	width: 100%;
	height: auto;
	border-bottom: solid 2px;
}

.tokusyu_list .item_text {
	padding: 0 9px;
}

@media screen and (max-width: 480px) {
	.tokusyu_list .item_text {
		padding: 0 5px 15px;
	}

	.tokusyu_list .item_text p {
		margin-bottom: 0;
		padding: 0 5px;
	}
}

.tokusyu_list .item_text h3 {
	background: none;
	line-height: 1.2;
}

.tokusyu_list .item_text h3 small {
	display: block;
}

.tokusyu_list .item_btn a {
	color: #fff;
	text-align: center;
	display: block;
}

.tokusyu_list .item_btn a.pc_link {
	margin: 0 auto;
	padding: 10px 0;
	width: 55%;
}

.tokusyu_list a.sp_link {
	pointer-events: none;
}

@media screen and (max-width: 480px) {
	.tokusyu_list .item_btn {
		display: none;
	}

	.tokusyu_list a.sp_link {
		pointer-events: auto;
	}
}

/*
	色設定
------------------------------ */
/* 武道 */
.tokusyu_list .item.red img {
	border-bottom-color: #af2d2d;
}

.tokusyu_list .item.red .item_btn a {
	background: #af2d2d;
}

@media screen and (max-width: 480px) {
	.tokusyu_list .item.red a.sp_link h3 {
		background: url(../png/tokusyu_icon01.png) right center no-repeat;
		background-position-y: bottom;
	}
}

/* アウトドア */
.tokusyu_list .item.yel img {
	border-bottom-color: #cd9f44;
}

.tokusyu_list .item.yel .item_btn a {
	background: #cd9f44;
}

@media screen and (max-width: 480px) {
	.tokusyu_list .item.yel a.sp_link h3 {
		background: url(../png/tokusyu_icon02.png) right center no-repeat;
		background-position-y: bottom;
	}
}

/* スノー */
.tokusyu_list .item.blu img {
	border-bottom-color: #294c78;
}

.tokusyu_list .item.blu .item_btn a {
	background: #294c78;
}

@media screen and (max-width: 480px) {
	.tokusyu_list .item.blu a.sp_link h3 {
		background: url(../png/tokusyu_icon03.png) right center no-repeat;
		background-position-y: bottom;
	}
}

/* アーバン */
.tokusyu_list .item.ppl img {
	border-bottom-color: #656897;
}

.tokusyu_list .item.ppl .item_btn a {
	background: #656897;
}

@media screen and (max-width: 480px) {
	.tokusyu_list .item.ppl a.sp_link h3 {
		background: url(../png/tokusyu_icon04.png) right center no-repeat;
		background-position-y: bottom;
	}
}

/* --------------------------------------------------
	Instagram
-------------------------------------------------- */
#instagram {
	background-color: #fff;
	padding: 60px 0 100px;
	width: 100%;
	text-align: center;
}

#instagram .wrap {
	padding: 0 10px;
	width: 100%;
	max-width: 890px;
}

#instagram .wrap img {
	margin-bottom: 40px;
}

@media screen and (max-width: 680px) {
	#instagram .wrap img {
		margin-bottom: 40px;
		width: 60%;
		height: auto;
	}
}

.sp .col_4 a {
	color: #000;
	text-decoration: none;
}