@charset "UTF-8";

html,
body {
	overflow-x: hidden;
}

#page {
	max-width: 100%;
	overflow: hidden;
	overflow-x: hidden;
	position: relative;
}

#page .bg-wrapper {
	background-color: #000;
}

#page .max-width {
	max-width: 1000px;
	margin: auto;
	width: 90%;
	box-sizing: border-box;
}

#page h1,
#page h2,
#page h3,
#page h4,
#page h5 {
	font-family: serif;
	letter-spacing: 0.05em;
	text-align: center;
	margin-block-start: 0;
	margin-block-end: 0;
}

#page p {
	font-family: 'Montserrat', 'Hiragino Sans', 'Hiragino Kaku Gothic Pro', 'Meiryo', Osaka, Verdana, sans-serif;
	font-feature-settings: "palt";
	color: #fff;
	font-size: 18px;
	line-height: 1.8;
	letter-spacing: 0.05em;
	margin-block-start: 0;
	margin-block-end: 0;
}

#page ul {
	list-style-type: none;
	margin-block-start: 0;
	margin-block-end: 0;
	padding-inline-start: 0;
}

#page img {
	width: 100%;
	vertical-align: middle;
}

#page a {
	font-family: 'Montserrat', 'Hiragino Sans', 'Hiragino Kaku Gothic Pro', 'Meiryo', Osaka, Verdana, sans-serif;
	font-feature-settings: "palt";
	display: block;
	text-decoration: none;
}

#page a:hover {
	opacity: .8;
}

#page .tb,
#page .nopc {
	display: none;
}

#page .id {
	padding-top: 100px;
	margin-top: -100px;
}

#page #content05.id {
	padding-bottom: 120px;
}

#page h1 {
	width: 80%;
	max-width: 790px;
	margin: 0 auto 70px;
}

#page h2 {
	width: 84%;
	max-width: 840px;
	margin: 0 auto 120px;
}

#page h3 {
	width: 70%;
	max-width: 690px;
	margin-bottom: 30px;
}

#page .one h3 img {
	filter: drop-shadow(0px 0px 5px rgba(35, 24, 21, 0.7));

}

#page #content04 h3,
#page #content05 h3 {
	width: 80%;
	max-width: 800px;
	margin: 0 auto 40px;
}

#page h4 {
	text-align: center;
	font-size: 30px;
	color: #fff;
	margin: 0 auto 80px;
}

#page .header-wrapper {
	position: relative;
	margin-bottom: 120px;
}

#page .header-wrapper .max-width {
	position: relative;
}

#page .header-slider {
	margin-bottom: 120px;
}

#page .logo {
	width: 40%;
	max-width: 368px;
	position: absolute;
	right: 0;
	bottom: 5%;
}

#page .lead {
	text-align: center;
}

#page .lead p {
	font-size: 18px;
	line-height: 2;
}

#page .campaign-wrapper {
	margin-bottom: 120px;
}

#page .anchor-wrapper {
	border-bottom: 1px solid #fff;
}

#page .anchor-wrapper ul {
	display: flex;
	justify-content: space-between;
}

#page .anchor-wrapper ul li {
	width: 25%;
	text-align: center;
}

#page .anchor-wrapper ul li a {
	color: #fff;
	font-weight: 500;
	font-size: 16px;
	letter-spacing: 0.05em;
	padding: 20px 0;
	transition: 0.4s;
}

#page .anchor-wrapper ul li a:hover {
	opacity: 1;
	background-color: #555;
}

#page .one {
	display: flex;
	align-items: flex-start;
	width: 100%;
	min-height: 100vh;
	padding-top: 60px;
	position: relative;
	/* .bg を .one の中に表示するため */
	overflow: hidden;
}

#page .one.content_one {
	background: #000000;
	background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
	align-items: flex-end;
}

#page .bg {
	position: absolute;
	/* fixed → absolute に */
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	opacity: 0;
	transition: all 0.5s ease 0s;
	z-index: -1;
}

#page .show .bg {
	opacity: 1;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

#page .bg._01 {
	background-image: url("../img/bg01.png");
}

#page .bg._02 {
	background-image: url("../img/bg02.png");
}

#page .bg._03 {
	background-image: url("../img/bg03.png");
}

#page .contents {
	position: relative;
	margin: 0 auto;
}

#page .bg-wrapper .contents .inner {
	width: 100%;
	max-width: 1000px;
}

#page .one.content_one .inner {
	position: relative;
	padding: 0;
	margin: 0 auto;
}

#page .section-divider {
	height: 120px;
	background: #000000;
}

#page .contents h3 + p {
	font-size: 18px;
	filter: drop-shadow(0px 0px 5px rgba(35, 24, 21, 0.7));
}

#page .bg-wrapper .contents .inner {
	padding-top: 50px;
	margin: 0 auto;
}

#page .bg-wrapper .contents h4 + p {
	text-align: center;
}

#page .movie-wrapper {
	margin: 70px auto 80px
}

#page .movie .movie_inner {
	width: 90%;
	height: auto;
	margin: 0 auto;
	padding: 0 !important;
}

#page .movie .movie_inner .movie_img .box {
	position: relative;
	height: 0;
	padding: 0 0 56.25%;
	overflow: hidden;
}

#page .movie .movie_inner .movie_img .box iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#page .flex {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

#page #content03 .flex {
	margin-bottom: 20px;
}

#page #content03 .flex.flex02 {
	margin-bottom: 200px;
}

#page .flex .box {
	width: 32%;
}

#page .flex.flex02 .box {
	width: 49%;
}

#page #content03 .flex .box a {
	padding: 1%;
	box-sizing: border-box;
	background: #FFFFFF;
	background: linear-gradient(60deg, rgba(255, 255, 255, 1) 0%, rgba(214, 214, 214, 1) 20%, rgba(0, 0, 0, 0.4) 100%);
	transition: 0.4s;
}

#page #content03 .flex.flex02 .box a {
	padding: 0.7%;
}

#page #content03 .flex .box a:hover {
	opacity: 1;
	background: #F15A24;
	background: linear-gradient(60deg, rgba(241, 90, 36, 1) 0%, rgba(213, 79, 32, 1) 20%, rgba(0, 0, 0, 0.4) 100%);
}

#page #content03 .flex .box a .box-inner {
	background: #000;
	padding: 1px;
	box-sizing: border-box;
}

#page #content03 .flex .box a img {
	transition: 0.4s;
}

#page #content03 .flex .box a img:nth-child(2) {
	display: none;
}

#page #content03 .flex .box a:hover img {
	display: none;
}

#page #content03 .flex .box a:hover img:nth-child(2) {
	display: block;
}

#page .contents.detail {
	margin-bottom: 120px;
}

#page ul.slick-slider {
	line-height: 0;
	flex-shrink: 0;
}

#page .slick-track {
	display: flex !important;
}

#page .slider-wrapper {
	margin-bottom: 100px;

}

#page .slider-wrapper .slider li .inner {
	padding: 0px 7%;
	box-sizing: border-box;
}


/* スペック表 */
#page #content04 h3 + p {
	text-align: center;
	margin-bottom: 40px;
}

#page .table-wrapper {
	margin: 0 auto 80px;
}

#page table {
	width: 100%;
	border-collapse: collapse;
	font-size: 0.9rem;
	text-align: center;
	color: white;
	font-family: sans-serif;
	margin-bottom: 10px;
}

#page table th,
#page table td {
	border-bottom: 1px solid #fff;
	padding: 8px;
	box-sizing: border-box;
}

#page table th {
	border-right: 2px solid #000;
	border-bottom: 2px solid #000;
	background-color: #444;
}

#page table td:first-child {
	background-color: #333;
	border-bottom: 2px solid #000;
}

#page table .highlight {
	color: orange;
	font-weight: bold;
}

#page .note {
	text-align: right;
	margin-top: 4px;
}

#page .note p {
	font-size: 13px;
	color: #fff;
}

#page .divider {
	display: flex;
	align-items: center;
	text-align: center;
	color: #ccc;
	margin-top: 70px;
	margin-bottom: 30px;
}

#page .divider p {
	color: #ccc;
}

#page .divider::before,
#page .divider::after {
	content: "";
	flex: 1;
	border-bottom: 1px solid #fff;
}

#page .divider:not(:empty)::before {
	margin-right: 1em;
}

#page .divider:not(:empty)::after {
	margin-left: 1em;
}

#page .contents .shaft:last-child {
	margin-bottom: 120px;
}

#page .contents .shaft img,
#page .contents .grip img {
	margin-top: 50px;
	margin-bottom: 40px;
}

#page .line-wrapper {
	padding: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100vh;
}

#page .line-wrapper .line {
	display: block;
	position: relative;
	width: 1px;
	height: 400px;
	/* 線の最大長さ */
}

#page .line-wrapper .line::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 1px;
	height: 0;
	opacity: 0;
	background: #fff;
	transition:
		height 1.2s cubic-bezier(0.22, 1, 0.36, 1),
		opacity 0.2s ease-in;
}

#page .line-wrapper .line.is-animated::after {
	height: 100%;
	opacity: 1;
}

#page .shop-list {
	width: 90%;
	margin: 0 auto;
}

#page .store {
	width: 48%;
	margin-bottom: 40px;
}

#page .store a {
	border: 1px solid #fefefe;
	box-sizing: border-box;
	transition: 0.4s;
}

#page .store a:hover {
	opacity: 1;
	background-color: #333;
}


@media screen and (max-width: 768px) {
	#page .tb {
		display: block;
	}

	#page .notb {
		display: none;
	}

	#page .header-wrapper {
		position: relative;
		margin-bottom: 80px;
	}

	@media screen and (max-width: 768px) {
		.table-wrapper.scroll {
			overflow-x: auto;
			-webkit-overflow-scrolling: touch;
			max-width: 100%;
			padding-bottom: 10px;
		}

		.table-wrapper.scroll table {
			min-width: 600px;
			/* スクロールを必要とする幅に調整 */
			border-collapse: collapse;
			width: 100%;
		}
	}


}


@media screen and (max-width: 559px) {
	#page p {
		font-size: 15px;
		line-height: 1.6;
	}

	#page .nopc {
		display: block;
	}

	#page .nosp {
		display: none;
	}

	#page .id {
		padding-top: 60px;
		margin-top: -60px;
	}

	#page #content05.id {
		padding-bottom: 60px;
	}

	#page .header-wrapper,
	#page .header-slider,
	#page .campaign-wrapper,
	#page .contents .shaft:last-child {
		margin-bottom: 60px;
	}

	#page h1 {
		width: 90%;
		margin: 0 auto 35px;
	}

	#page h2 {
		width: 100%;
		margin: 0 auto 60px;
	}

	#page h3 {
		width: 100%;
		margin-bottom: 20px;
	}

	#page #content04 h3,
	#page #content05 h3 {
		width: 100%;
		margin: 0 auto 30px;
	}

	#page .contents h3 + p {
		font-size: 15px;
		line-height: 1.6;
	}

	#page h4 {
		font-size: 18px;
		margin: 0 auto 40px;
	}

	#page .bg-wrapper .contents h4 + p {
		text-align: left;
	}

	#page .lead p {
		font-size: 16px;
	}

	#page .anchor-wrapper .max-width {
		width: 100%;
	}

	#page .anchor-wrapper ul {
		flex-wrap: wrap;
	}

	#page .anchor-wrapper ul li {
		width: 50%;
	}

	#page .anchor-wrapper ul li a {
		font-size: 14px;
		padding: 15px 5px;
	}

	#page .one {
		min-height: 50vh;
		padding-top: 30px;
	}

	#page .content_two,
	#page .content_three {
		min-height: 60vh;
	}

	#page .section-divider {
		height: 60px;
	}

	#page .bg-wrapper .contents .inner {
		padding-top: 25px;
	}

	#page .movie-wrapper {
		margin: 30px auto 40px;
	}

	#page .movie .movie_inner {
		width: 96%;
	}

	#page .slider-wrapper {
		margin-bottom: 60px;
	}

	#page .slider-wrapper .slider li .inner {
		padding: 0px 5px;
	}

	#page #content03 .flex {
		margin-bottom: 60px;
	}

	#page .flex .box {
		width: 48%;
		margin-bottom: 20px;
	}

	#page .flex .box:last-child {
		width: 100%;
		margin-bottom: 0;
	}

	#page #content03 .flex .box a {
		padding: 1.4%;
	}

	#page #content03 .flex .box:last-child a {
		padding: 0.8%;
	}

	#page .contents.detail {
		margin-bottom: 60px;
	}

	/* スペック表 */

	#page #content04 h3 + p {
		text-align: left;
		margin-bottom: 20px;
	}

	#page table th:first-child {
		background-color: #333;
	}

	#page .note p {
		font-size: 12px;
	}

	#page .divider {
		margin-top: 35px;
		margin-bottom: 20px;
	}

	#page .contents .shaft img,
	#page .contents .grip img {
		margin-top: 50px;
		margin-bottom: 40px;
	}

	#page .line-wrapper {
		padding: 20px;
		height: 50vh;
	}

	#page .line-wrapper .line {
		height: 200px;
	}

	#page .store {
		width: 100%;
		margin: 0 auto 20px;
	}

	#page .store ul {
		background-color: #fff;
		border-radius: 0 0 5px 5px;
	}

	#page .store ul li {
		border-bottom: 3px solid #041e42;
		padding: 8px 8px 6px;
	}

	#page .store ul li a {
		font-size: 15px;
	}

	#page .store ul li a span {
		font-size: 12px;
	}

	#page .link-wrapper .btn {
		width: 100%;
		margin: 0 auto 20px;
	}

	#page .link-wrapper .btn a {
		padding: 10px 5px;
		font-size: 15px;
	}

}
