@charset "utf-8";

html {
	scroll-padding-top: 100px;
	/* 固定ヘッダーの高さ分を指定 */
}

.web_wrap {
	width: 950px;
	margin: 0 auto;
	text-align: center;
}

/* =========================
   背景
========================= */

.bg_green {
	background: #97be53;
	width: 100%;
	position: relative;
	overflow: hidden;
	box-sizing: border-box;
}

.bg_green * {
	box-sizing: border-box;
}

/*--------------------------------
ヘッダ
--------------------------------*/

.intro {
	overflow: hidden;
	max-height: 500px;
	background: #97be53;
}

.top_title {
	text-align: center;
	margin-bottom: 20px;
	padding-top: 3em;
}

.top_title img {
	width: 100%;
	max-width: 620px;
	height: auto;
	display: block;
	margin: 0 auto;
}

.top_txt {
	position: relative;
	margin: 0 auto;
}

.top_txt p {
	font-size: 20px;
	line-height: 1.9;
	font-weight: 700;
	color: #222;
	text-align: center;
	margin: 0 auto 36px;
}

.top_txt .icon_free {
	position: absolute;
	top: -30px;
	right: 20px;
	z-index: 5;
}

.top_txt .icon_free img {
	width: 180px;
	height: auto;
	display: block;
	transform: rotate(8deg);
	filter: drop-shadow(0 4px 8px rgba(0, 0, 0, .15));
}

/* -------------------------
   MENU GRID
------------------------- */

.menuList {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 14px;
	padding: 0;
	margin: 0 auto 38px;
	list-style: none;
}

.menuList li {
	margin: 0;
}

.menuList a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
}

.menuList a:hover {
	transform: translateY(-3px);
}

.menuList img {
	width: 100%;
	height: auto;
	display: block;
}

/* #select,
#suwa,
#suma,
#school,
#variation,
#shop {
	padding-top: 100px;
	margin-top: -100px;
} */

.top h2 {
	text-align: center;
	font-size: 37px;
	line-height: 1.3;
	font-weight: 900;
	letter-spacing: 0.04em;
	color: #005c3f;
	margin: 0 0;
	padding-bottom: 100px;
}

.top h2 span {
	position: relative;
	display: inline-block;
	padding: 0 4px;
	font-size: 37px;
	font-weight: 900;
	z-index: 5;
}

.top h2 span::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 2px;
	width: 100%;
	height: 8px;
	background: rgba(246, 216, 95, 0.8);
	z-index: 4;
	border-radius: 10px;
}

/* ========================================
   testtrail_kind_wrap
======================================== */

.bg_mt01 {
	background: url("https://www.kojitusanso.jp/common/img/page/testtrail/bg_mt01.png") no-repeat center bottom #97be53;
	/* background-size: cover; */
	text-align: center;
	height: 200px;
	position: relative;
}

.bg_mt01 h3 {
	position: absolute;
	left: 50%;
	bottom: 0px;
	transform: translateX(-50%);
	margin: 0;
	width: 100%;
	text-align: center;
}

.bg_mt01 h3 img {
	width: 100%;
	max-width: 475px;
	height: auto;
	display: block;
	margin: 0 auto;
}

.bg_white {
	background: #fff;
	width: 100%;
	padding: 0 0 80px;
	position: relative;
}

.testtrail_kind {
	margin-top: 40px;
	position: relative;
	z-index: 10;
}

.testtrail_kind_wrap {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 28px;
	margin-bottom: 70px;
}

.testtrail_kind_wrap dl {
	margin: 0;
	text-align: center;
}

.testtrail_kind_wrap dt {
	font-size: 24px;
	font-weight: 900;
	color: #005c3f;
	letter-spacing: 0.08em;
	margin-bottom: 16px;
	line-height: 1;
}

.kind_img {
	margin: 0 0 18px;
}

.kind_img img {
	width: 100%;
	display: block;
	border-radius: 14px;
	box-shadow:
		0 6px 14px rgba(0, 0, 0, .08);
}

.testtrail_kind_wrap dd:last-child {
	margin: 0;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.4;
	color: #222;
}

/* ========================================
   testtrail_kind_shop_wrap
======================================== */

.testtrail_kind_shop {
	background: #fff;
	border: 3px solid #5a4a3d;
	border-radius: 18px;
	padding: 55px 50px 45px;
	position: relative;
}

/* 見出しラベル */
.testtrail_kind_shop h3 {
	position: absolute;
	top: -34px;
	left: 40px;
	margin: 0;
}

.testtrail_kind_shop h3 img {
	width: 100%;
	max-width: 480px;
	display: block;
	height: auto;
}

/* 説明文 */

.testtrail_kind_shop p {
	text-align: center;
	font-size: 1em;
	line-height: 1.6;
	font-weight: 700;
	color: #222;
	margin: 2em 0;
}

/* ========================================
   MATERIAL GRID
======================================== */

.testtrail_kind_shop_wrap dl {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 24px;
	margin: 0;
}

.testtrail_kind_shop_wrap dt {
	order: 2;
	text-align: center;
	font-size: 21px;
	font-weight: 800;
	line-height: 1.5;
	color: #4b2f1f;
}

.testtrail_kind_shop_wrap dd {
	order: 1;
	margin: 0;
}

.testtrail_kind_shop_wrap img {
	width: 100%;
	display: block;
	border-radius: 12px;
	box-shadow:
		0 5px 14px rgba(0, 0, 0, .08);
}

/* ----------------------------------------
   gear list
---------------------------------------- */

.select_gear {
	margin-top: 3em;
}

.select_gear h3 {
	margin: 0 0 42px;
}

.select_gear h3 img {
	width: 100%;
	max-width: 520px;
	height: auto;
	display: block;
	margin: 0 auto;
}

.select_gear_wrap {
	margin-bottom: 48px;
}

.select_gear_wrap ul {
	display: flex;
	justify-content: center;
	align-items: flex-start;
	gap: 34px;
	padding: 0;
	margin: 0;
	list-style: none;
	flex-wrap: wrap;
}

.select_gear_wrap li {
	width: calc((100% - 136px) / 5);
	max-width: 160px;
	min-width: 100px;
	transition: transform .25s ease;
}

/* 
.select_gear_wrap li:hover {
	transform: translateY(-6px);
} */

.select_gear_wrap img {
	width: 100%;
	height: auto;
	display: block;
}

.select_gear p {
	margin: 0 auto;
	font-size: 1em;
	font-weight: 700;
	color: #222;
	text-align: center;
	margin-top: 2em;
}


/* ========================================
   testtrail_kind_wrap
======================================== */

.bg_beige {
	background: #ebe8d6;
}

.bg_mt02 {
	background: url("https://www.kojitusanso.jp/common/img/page/testtrail/bg_mt02.png") no-repeat center bottom;
	text-align: center;
	height: 200px;
	position: relative;
}

.green_tit {
	margin: 60px 0 10px;
	text-align: center;
	color: #2a8a3a;
	font-size: 30px;
	font-weight: 900;
}

/* youtube */
.yt_wrap {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	/* margin-top: 70px; */
}

.yt_wrap .yt_video {
	width: 80%;
	margin: 0 auto 40px;
	aspect-ratio: 16 / 9;
}

.yt_wrap .yt_video iframe {
	width: 100%;
	height: 100%;
}

/* =========================
suma
========================= */


.bg_dark {
	background: url("https://www.kojitusanso.jp/common/img/page/testtrail/bg_dark01.png") no-repeat center bottom #ebe8d6;
	text-align: center;
	height: 350px;
	position: relative;
}

.bg_dark h2 {
	max-width: 500px;
	padding: 200px 0 0 0;
}

.bg_dark p {
	color: #fff;
	text-align: left;
	font-weight: 700;
	padding: 10px 0 10px 15px;
}

.bg_dark p a {
	color: #fff;
	text-decoration: underline;
	font-weight: 700;
}

.bg_dark p a:hover {
	text-decoration: none;
}

/* ========================================
   NIGHT SKY BACKGROUND
======================================== */

.night_bg {
	position: relative;
	background: url("https://www.kojitusanso.jp/common/img/page/testtrail/bg_dark02.png") no-repeat center bottom #1b1464;
	overflow: hidden;
}

.night_bg span {
	position: absolute;
	display: block;
	border-radius: 50%;
	background: #fffde8;
	box-shadow:
		0 0 6px rgba(255, 255, 255, .95),
		0 0 14px rgba(255, 255, 255, .75),
		0 0 24px rgba(255, 255, 255, .45);
}

.night_bg span:nth-child(1) {
	width: 10px;
	height: 10px;
	left: 4%;
	top: 74%;
}

.night_bg span:nth-child(2) {
	width: 12px;
	height: 12px;
	left: 15%;
	top: 60%;
}

.night_bg span:nth-child(3) {
	width: 6px;
	height: 6px;
	left: 8%;
	top: 30%;
}

.night_bg span:nth-child(4) {
	width: 10px;
	height: 10px;
	right: 1%;
	top: 48%;
}

.night_bg span:nth-child(5) {
	width: 6px;
	height: 6px;
	right: 3%;
	bottom: 5%;
}

.night_bg span:nth-child(6) {
	width: 10px;
	height: 10px;
	left: 85%;
	bottom: 17%;
}

.night_bg span:nth-child(7) {
	width: 12px;
	height: 12px;
	left: 85%;
	top: 23%;
}

.night_bg span:nth-child(8) {
	width: 10px;
	height: 10px;
	left: 90%;
	top: 25%;
}

.night_bg span:nth-child(8) {
	width: 12px;
	height: 12px;
	left: 95%;
	top: 10%;
}

.night_bg span:nth-child(9) {
	width: 12px;
	height: 12px;
	left: 10%;
	top: 10%;
}

.night_bg span:nth-child(10) {
	width: 12px;
	height: 12px;
	left: 13%;
	top: 17%;
}


/* ========================================
   SCHOOL BOX
======================================== */

.school_box {
	padding: 70px 20px;
	position: relative;
	overflow: hidden;
}

.school_box h3 {
	position: absolute;
	top: 30px;
	left: 40px;
	margin: 0;
}

.school_box h3 img {
	max-width: 526px;
	width: 100%;
	display: block;
	height: auto;
}

.school_inner {
	max-width: 1050px;
	margin: 0 auto;
	background: #f4f1ed;
	border-radius: 10px;
	padding: 42px 36px 32px;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 36px;
	box-sizing: border-box;
}

.school_text {
	flex: 1;
}

.school_text p {
	margin: 50px 0 28px;
	font-size: 1em;
	line-height: 2;
}

.school_btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: #0a6a43;
	color: #fff;
	text-decoration: none;
	font-size: 1em;
	font-weight: 700;
	padding: 14px 24px;
	border-radius: 4px;
	transition:
		transform .2s ease,
		background .2s ease;
}

.school_btn:hover {
	background: #0d8051;
	transform: translateY(-2px);
	color: #fff;
}

.school_img {
	width: 35%;
	flex-shrink: 0;
}

.school_img img {
	width: 100%;
	display: block;
	border-radius: 4px;
}


/* =========================
variation
========================= */

.tit_varia {
	text-align: center;
	padding: 10px 0;
	margin-top: 20px;
}

.tit_varia h2 {
	font-size: 50px;
	color: #669a89;
	line-height: 1;
}

.tit_varia h2 span {
	font-size: 22px;
	color: #005c3f;
	display: block;
}

.varia {
	padding: 20px 0;
}

.varia h3 {
	font-size: 24px;
	color: #fff;
	background: #005c3f;
	padding: 10px 0;
	text-align: center;
	margin: 10px 0;
}

.change h3 {
	background: #e76077;
}

.flat h3 {
	background: #efc764;
	color: #42210b;
}

#varia_dark h3 {
	background: #1B1464;
}

.varia p {
	text-align: center;
	line-height: 1.4;
	margin-bottom: 1em;
}

.varia_img_wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}

.variations_img {
	position: relative;
	width: 320px;
	overflow: hidden;
	margin: 10px auto;
}

.variations_img img {
	width: 100%;
	display: block;
}

.variations_img .shop_ribbon {
	position: absolute;
	top: 16px;
	left: 0;
	margin: 0;
	padding: 12px 26px 12px 16px;
	background: rgba(0, 107, 91, 0.9);
	color: #fff;
	font-size: 1em;
	font-weight: bold;
	line-height: 1;
}

.variations_img .length {
	font-weight: 600;
	background: rgba(0, 107, 91, 1);
	color: #fff;
}

/* =========================
shop
========================= */

.shop {
	padding-top: 20px;
}

#shop .shop_tit {
	position: relative;
	padding: 20px 0;
}

#shop .shop_tit h2 {
	font-size: 50px;
	color: #669a89;
	line-height: 1;
}

#shop .shop_tit h2 span {
	font-size: 22px;
	color: #005c3f;
	display: inline-block;
}

#shop .shop_tit h3 {
	position: absolute;
	top: 0;
	right: 10%;
}

#shop .shop_tit h3 img {
	max-width: 180px;
}

#shop .shop_tit p {
	text-align: center;
	margin: 1.5em 0;
}


.boxes {
	display: flex;
	flex-wrap: wrap;
	/* justify-content: center; */
	clear: both;
	padding-bottom: 20px;
}

ul.boxes li {
	width: 31%;
	background: #fff;
	margin: 0 1% 20px 1%;
	box-shadow: 5px 5px 10px -5px rgba(0, 0, 0, 0.3);
}

ul.boxes li a {
	padding: 0 0 20px;
	display: block;
	z-index: 999;
}

.boxes li .date {
	color: #666;
	margin: 5px 15px;
	float: right;
}

.boxes li .tit {
	margin: 15px 0 15px 15px;
	font-size: 16px;
	letter-spacing: 1px;
	font-weight: bold;
	clear: both;
	color: #065D42;
}

.boxes li .btn {
	margin: 20px 15px 0;
	padding: 5px 0;
	text-align: center;
	border: 1px solid #065D42;
}

.boxes li a:hover {
	text-decoration: none;
	opacity: 0.9;
	filter: alpha(opacity=90);
	-ms-filter: "alpha(opacity=90)";
	-moz-opacity: 0.9;
	-khtml-opacity: 0.9;
	zoom: 1;
}

.is-animated {
	animation: .6s zoom-in;
}

@keyframes zoom-in {
	0% {
		transform: scale(.1);
	}

	100% {
		transform: none;
	}
}

.boxes li .cate {
	display: flex;
	flex-wrap: wrap;
	gap: 4px 4px;
	margin: 0;
	padding: 0 0.5em;
}

.boxes li .cate span {
	display: inline;
	padding: 0.6em 1em;
	border-radius: 4px;
	line-height: 1;
	font-size: 0.7em;
	font-weight: 700;
}

.boxes li .cate .var_big {
	background: #2f6735;
	color: #fff;
}

.boxes li .cate .var_flat {
	background: #e4bf5d;
	color: #3a2200;
}

.boxes li .cate .var_change {
	background: #e05d78;
	color: #fff;
}

.boxes li .cate .var_dark {
	background: #23186f;
	color: #fff;
}

/* ========================================
   end
======================================== */

.bg_mt03 {
	background: url("https://www.kojitusanso.jp/common/img/page/testtrail/bg_mt03.png") no-repeat center bottom #ebe8d6;
	text-align: center;
	min-height: 266px;
	position: relative;
}

.end p {
	font-weight: 700;
	padding-top: 200px;
}