body {
	color: #ffffff;
}

.top_header {
	position: relative;
}

.top_header .logo {
	position: absolute;
	bottom: 16%;
	left: 2%;
	width: 40%;
}

.top_header .date {
	position: absolute;
	bottom: 10%;
	left: 7%;
	width: 30%;
}

.top_header .catch {
	position: absolute;
	bottom: 10%;
	right: 7%;
	width: 25%;
}

#sec-go {
	padding: 5vw 0;
}

#sec-go.bg_parts2 {
	background: url(../../assets/img/go/bg_parts-2.jpg) repeat 0 0 / 100px 100px;
}

#sec-go .inner-m {
	width: 60vw;
}

#sec-go h1 {
	margin-bottom: 2vw;
	color: #e2bf2d;
	font-size: 3.5vw;
	font-weight: 900;
	font-family: isemin, sans-serif;
	text-align: center;
}

#sec-go .ex {
	margin-bottom: 4vw;
	text-align: center;
}

#sec-go h2 {
	position: relative;
	margin: 7.5vw 0 2.5vw;
	padding: 1vw;
	background: linear-gradient(180deg, #000000 0%, #360000 50%, #000000 100%);
	color: #ffffff;
	font-size: 2vw;
	font-weight: 900;
	text-align: center;
	z-index: 0;
}

#sec-go h2:after {
	content: "";
	display: inline-block;
	position: absolute;
	top: 50%;
	left: -2vw;
	width: 5vw;
	background: url(../../assets/img/go/go.png) no-repeat;
	background-size: cover;
	aspect-ratio: 15 / 17;
	transform: translateY(-55%);
}

#sec-go h2:nth-of-type(1) {
	margin: 2.5vw 0;
}

#sec-go h3 {
	margin: 2vw 0 2vw;
	font-size: 3vw;
	font-family: isemin, sans-serif;
}

#sec-go h3 ruby rt {
	margin-bottom: 3px;
	font-size: 0.3em;
	text-align: center;
}

#sec-go h3.rbh3 rt {
	margin-top: -29px;
}

h4 {
	margin: .5vw 0 .25vw;
	font-size: 1.125vw;
	font-weight: 700;
}

.content {
	margin-bottom: 4vw;
}

.content:nth-of-type(1) {
	margin-bottom: 8vw;
}

.content .flex {
	display: flex;
	justify-content: space-between;
	margin-bottom: 1vw;
}

.content .flex.reverse {
	flex-direction: row-reverse;
}

.content .flex.center {
	justify-content: center;
}

.content .flex.center .column {
	width: 65%;
}

.content .flex.chara .column:nth-of-type(1) {
	padding: 0 7.5%;
}

.content .flex.w33 .column {
	width: 32.5%;
}

.content .flex .column {
	width: 49%;
}

.content .flex .column .cv {
	display: flex;
	align-items: center;
	gap: 1vw;
	margin-bottom: 1.5vw;
}

.content .flex .column .cv dt {
	background: #000;
	border-radius: 100px;
	color: #fff;
	line-height: 100%;
	padding: .375vw 1vw;
}

.content .flex.chara .column .text {
	margin-bottom: 1.5vw;
}

#sec-product {
	padding: 5vw 0 5vw;
	color: #fff;
}

#sec-product .inner-m {
	border-bottom: 1px solid #707070;
}

#sec-product .img {
	width: 80%;
	margin: 0 auto 2.5vw;
}

#sec-product h2 {
	margin-bottom: 2.5vw;
	font-size: 3vw;
	font-weight: 900;
	font-family: isemin, sans-serif;
}

#sec-product h3.limited {
	margin-bottom: 1.25vw;
	color: #e2bf2d;
	font-size: 1.5vw;
	text-align: center;
}

#sec-product .btn-wrap {
	display: flex;
	justify-content: center;
	margin-bottom : 5vw;
}

#sec-product .btn-wrap .btn-more {
	background: #e2bf2d;
	border-color: #e2bf2d;
	width: 15.625vw;
}

#sec-product .btn-wrap .btn-more:hover {
	background: #e60113;
	border-color: #e60113;
}

#sec-product .spec {
	position: relative;
	margin-bottom: 2vw;
}

#sec-product .spec:before {
	background: #707070;
	content: "";
	height: 1px;
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
}

#sec-product .spec h3 {
	position: relative;
	display: inline-block;
	padding-right: 1.875vw;
	background: #000;
	color: #e2bf2d;
	font-size: 1.5vw;
	font-weight: 700;
	letter-spacing: .06em;
}

#sec-product .flex h4 {
	margin-bottom: 1.25vw;
	font-weight: 700;
}

#sec-product .flex h4.yellow {
	color: #e2bf2d;
}

#sec-product .flex {
	display: flex;
	justify-content: space-between;
	width: 90%;
	margin: 0 auto 5vw;
}

#sec-product .flex:last-of-type {
}

#sec-product .flex .column {
	width: 48%;
}

#sec-product .flex .column dl dt {
	color: #e2bf2d;
	font-weight: 700;
}

#sec-product .flex .column dl dd {
	margin-bottom: 1.5vw;
}

#sec-product .flex .column dl dd.right {
	text-align: right;
}

#sec-product .flex .column dl dd.right .end {
	margin: 0.5vw 0;
}

#sec-product .flex .column dl dd.right .end span:nth-of-type(2) {
	display: inline-block;
	width: 4vw;
}

#sec-product .flex .column dl dd.right .end span:nth-of-type(3) {
	display: inline-block;
	width: 8.5vw;
}

.comingSoon {
	width: 25vw;
	margin: 0 auto;
}

@media screen and (max-width: 1024px) {
	#sec-go .inner-m {
		width: 80vw;
	}
}

@media screen and (max-width: 768px) {
	#sec-go .inner-m {
		width: 90vw;
	}

	.top_header .logo {
		bottom: 10%;
		left: 15%;
		width: 70%;
	}

	.top_header .date {
		bottom: 5%;
		left: 20%;
		width: 60%;
	}

	.top_header .catch {
		rotate: -5deg;
		right: auto;
		left: 5%;
		bottom: 28%;
		width: 40%;
	}

	#sec-go {
		padding: 2.5vw 0 20vw;
	}

	#sec-go h1 {
		font-size: 6vw;
		margin-bottom: 4vw;
	}

	#sec-go h2 {
		font-size: 4.25vw;
		padding: 2vw 1vw;
	}

	#sec-go h2::after {
		width: 10vw;
	}

	#sec-go h3 {
		font-size: 8vw;
	}

	h4 {
		    margin: 1vw 0 .25vw;
		font-size: 3.75vw;
	}

	.content {
		margin-bottom: 16vw;
	}

	.content .flex {
		display: block;
	}

	.content .flex .column {
		width: 100%;
		margin-bottom: 3vw;
	}

	.content .flex.chara .column:nth-of-type(1) {
		padding: 0 25%;
	}

	.content .flex.center .column {
		width: 100%;
	}

	.content .flex.w33 .column {
		width: 100%;
	}

	.comingSoon {
		width: 70vw;
	}

	#sec-product {
		padding: 10vw 0;
	}

	#sec-product h2 {
		margin-bottom: 8vw;
		font-size: 8vw;
	}

	#sec-product h3.limited {
		margin-bottom: 2vw;
		font-size: 5vw;
	}

	#sec-product .img {
		width: 100%;
		margin: 0 auto 5vw;
	}

	#sec-product .btn-wrap .btn-more {
		width: 66.6666666667vw;
	}

	#sec-product .spec {
		margin-bottom: 4vw;
	}

	#sec-product .spec h3 {
		font-size: 5vw;
	}

	#sec-product .flex h4 {
		margin-bottom: 4vw;
	}

	#sec-product .flex {
		display: block;
		width: 100%;
	}

	#sec-product .flex .column {
		width: 100%;
		margin-bottom: 12vw;
	}

	#sec-product .flex .column dl dd {
		margin-bottom: 4vw;
	}

	#sec-product .flex .column dl dd.right {
		text-align: left;
	}

	#sec-product .flex .column dl dd.right .end {
		line-height: 5vw;
	}

	#sec-product .flex .column dl dd.right .end span:nth-of-type(2) {
		display: inline-block;
		width: auto;
	}

	#sec-product .flex .column dl dd.right .end span:nth-of-type(3) {
		display: inline-block;
		width: auto;
	}
}