@charset "utf-8";

@font-face {
	font-family: "EurostileExtendedBold";
	src: url("/assets/front/font/EurostileExtendedBold.ttf") format("truetype");
}

@font-face {
	font-family: "opensanshebrew-italic";
	src: url("/assets/front/font/opensanshebrew-italic.ttf") format("truetype");
}

@font-face {
	font-family: "NotoSansJP";
	src: url("/assets/front/font/NotoSansJP-VariableFont_wght.ttf")
		format("truetype");
}

* {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

section {
	position: relative;
}
.section-header-title {
	text-align: center;
	padding: 10px;
	font-size: 22px;
	font-weight: 900;
	letter-spacing: 2px;
	font-family: Impact, sans-serif;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	top: -40px;
}

@media only screen and (max-width: 950px) {
	.section-header-title {
		top: -28px;
	}
}

@media only screen and (max-width: 950px) {
	.wear-image-wrap {
		display: flex;
		overflow-x: auto;
		scroll-snap-type: x mandatory;
		gap: 10px;
		-webkit-overflow-scrolling: touch;
	}

	.wear-image-wrap::-webkit-scrollbar {
		display: none;
	}

	.wear-image-wrap img {
		flex: 0 0 82%;
		max-width: 82%;
		height: auto;
		margin-bottom: 10px;
	}
}

.section-header-title img {
	height: 70px;
}
@media only screen and (max-width: 950px) {
	.section-header-title img {
		height: 30px;
	}
}

a.buy-btn-blk {
	background-color: #000;
	color: #fff;
	justify-content: space-between;
	font-size: 11px;
	color: #fff;
	padding: 5px 10px;
	font-size: 25px;
	width: 226px;
	margin-bottom: 30px;
}

.sec-string a.buy-btn-blk {
	width: 310px;
}

@media only screen and (max-width: 950px) {
	.sec-string a.buy-btn-blk {
		width: 100%;
	}
	.buy-btn-blk span {
		font-size: 12px;
	}
	.buy-btn-blk span:first-child {
		font-size: 12px;
	}
}

.sec-bag a.buy-btn-blk span,
.sec-purple a.buy-btn-blk span,
.sec-wear a.buy-btn-blk span {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
}

.buy-btn-blk:hover {
	background-color: #d8d8d8;
	color: #000;
}

.buy-btn-blk:hover img,
.buy-btn-blk:hover svg {
	filter: invert(1) brightness(0);
}
.button-wrap a.buy-btn-blk:last-child {
	margin-bottom: 0;
}

.buy-btn-blk:hover {
	opacity: 0.8;
}

.rating-header-box {
	background-color: #f7f7f7;
	border: 1px solid #ddd;
	padding: 15px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 12px;
}
.rating-stars {
	color: #ffb400;
	font-size: 16px;
}
.review-card-box {
	border: 1px solid #ddd;
	background: #fff;
	padding: 15px;
	font-size: 11px;
	line-height: 1.5;
}

.sec-muse {
	background: #e4eaf3;
}
.spec-tbl {
	width: 100%;
	border-collapse: collapse;
	font-size: 11px;
	text-align: center;
	margin: 20px 0;
}
.spec-tbl th,
.spec-tbl td {
	border: 1px solid #000;
	padding: 5px 2px;
}
.spec-tbl th {
	background: #f0f0f0;
}

.sec-yellow-bg {
	background-color: #ffff37;
}

@media only screen and (min-width: 951px) {
	.sec-yellow-bg {
		position: relative;
	}

	.title_fusionrev_5 {
		position: absolute;
		right: 0;
		top: 0;
		transform-origin: top right;
		width: auto;
		max-height: 800px;
		z-index: 1;
	}

	.title_eclipsion_5,
	.hide-for-pc.title_eclipsion_5 {
		position: absolute;
		left: 0;
		top: 0px;
		transform: rotate(0deg);
		transform-origin: left top;
		width: auto;
		max-height: 800px;
		z-index: 1;
	}

	.sec-muse {
		position: relative;
	}
	.title_technology {
		position: absolute;
		left: 0;
		top: 20%;
		transform: rotate(0deg);
		transform-origin: left top;
		width: auto;
		max-height: 800px;
		z-index: 1;
	}
}

@media only screen and (min-width: 951px) {
	.sec-yellow-bg .review-section {
		margin-top: 50px;
		margin-bottom: 100px;
	}
}

.sec-yellow-bg .product-flex-row,
.sec-string .product-flex-row {
	align-items: flex-end;
}

@media only screen and (max-width: 950px) {
	.sec-yellow-bg .product-flex-row,
	.sec-string .product-flex-row {
		display: block;
	}
	.sec-yellow-bg .review-section {
		margin-top: 70px;
	}
}

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

@media only screen and (max-width: 950px) {
	.product-flex-row.reverse {
		display: block;
	}
}

.capsule-top-header {
	text-align: center;
	background: #fff;
	padding-top: 140px;
	padding-bottom: 100px;
	margin-bottom: 20px;
}

.capsule-top-header h1 img {
	height: 122px;
}
@media only screen and (max-width: 950px) {
	.capsule-top-header {
		padding-top: 70px;
		padding-bottom: 70px;
		margin-bottom: 20px;
	}
	.capsule-top-header h1 img {
		height: 62px;
		object-fit: contain;
	}
}
.product-flex-row {
	display: flex;
	justify-content: space-between;
}
@media only screen and (min-width: 951px) {
	.sec-purple .product-flex-row {
		align-items: flex-end;
	}
}
.product-img-card {
	width: 50%;
}
@media only screen and (max-width: 950px) {
	.product-img-card {
		width: 100%;
	}
	.product-flex-row {
		display: block;
	}
	.title_eclipsion,
	.title_fusionrev {
		margin: 0 calc(50% - 50vw);
		width: 100vw;
		max-width: inherit;
		margin-top: 20px;
		margin-bottom: 100px;
	}
}

.sec-yellow-bg .product-img-card img {
	width: 100%;
}
.product-info-side {
	width: 50%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	justify-content: flex-end;
}

@media only screen and (max-width: 950px) {
	.product-info-side {
		width: 100%;
	}
}

.product-info-side .image-wrap {
	display: flex;
	width: 78%;
	margin-top: 90px;
}

@media only screen and (max-width: 950px) {
	.product-info-side .image-wrap {
		width: 100%;
		margin-top: 50px;
	}
}

.product-info-side .image-wrap img {
	width: 50%;
}
.product-info-side .image-wrap img:first-child {
	margin-right: 10px;
}
@media only screen and (max-width: 950px) {
	.product-info-side .image-wrap img:first-child {
		margin-right: 0px;
	}
	.product-info-side .image-wrap {
		justify-content: space-between;
	}
	.product-info-side .image-wrap img {
		width: 48%;
	}
}
.product-info-side .image-wrap img:last-child {
	position: relative;
	top: 60px;
}
@media only screen and (max-width: 950px) {
	.product-info-side .image-wrap img:last-child {
		top: 40px;
	}
}

.button-wrap {
	display: flex;
	flex-direction: column;
}

.sec-string {
	background: #e1e6f0;
}
.sec-string .product-flex-row {
	background: #a2e130;
	border: 1px solid #000;
}

.sec-string .product-info-side {
	padding-left: 30px;
	padding-bottom: 30px;
}

@media only screen and (max-width: 950px) {
	.sec-string .product-info-side {
		padding-left: 20px;
		padding-right: 20px;
	}
}

.sec-bag {
	background: #fff;
}

.sec-white-card {
	background: #fff;
	padding: 20px;
	border-top: 1px solid #eee;
}

.sec-white-card .product-info-side {
	margin-right: 20px;
}

.sec-purple {
	background-color: #5d5bf0;
	color: #fff;
}

.sec-purple {
	position: relative;
}

.title_accessories {
	position: absolute;
	right: 0;
	top: 45%;
	transform-origin: top right;
	width: auto;
	max-height: 800px;
	z-index: 1;
}

@media only screen and (max-width: 950px) {
	.title_accessories {
		top: inherit;
		bottom: 27%;
	}
}

.sec-purple .product-img-card img {
	border: 3px solid #000;
}
.sec-purple .product-info-side {
	padding-left: 30px;
}

@media only screen and (max-width: 950px) {
	.sec-purple .product-info-side {
		padding-left: 0;
	}
	.title_accessories {
		width: 36px;
	}
}

.sec-wear {
	background: #e0f0ff;
	padding: 0;
}
@media only screen and (min-width: 951px) {
	.wear-item {
		display: flex;
		align-items: center;
		justify-content: flex-start;
		gap: 30px;
		margin-bottom: 30px;
	}

	.wear-item:first-child {
		align-items: flex-end;
	}

	.sec-wear .review-section {
		margin-top: 60px;
	}

	.wear-item.flex {
		justify-content: flex-end;
	}

	.wear-image-wrap {
		display: flex;
		gap: 15px;
		width: 60%;
		max-width: 600px;
	}

	.wear-image-wrap img {
		width: calc((100% - 15px) / 2);
		height: auto;
	}

	.wear-detail {
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		gap: 15px;
		white-space: nowrap;
	}
}

.product-info span {
	font-family: "NotoSansJP";
	font-size: 12px;
	font-weight: 500;
	margin-bottom: 10px;
	display: block;
}
.product-info p {
	font-family: "NotoSansJP";
	font-size: 12px;
	font-weight: 400;
	margin-bottom: 5px;
}

.sec-gallery-banner {
	position: relative;
	overflow: hidden;
	padding: 170px 0;
}

@media (max-width: 950px) {
	.sec-gallery-banner {
		padding-top: 80px;
		padding-bottom: 100px;
	}
}

.banner-text-top,
.banner-text-bottom {
	position: absolute;
	width: 100%;
	z-index: 1;
	pointer-events: none;
}

.banner-text-top {
	top: 10%;
}

.banner-text-bottom {
	bottom: 17%;
}

@media (max-width: 950px) {
	.banner-text-top {
		top: 9%;
	}
	.banner-text-bottom {
		bottom: 14%;
	}
}

.gallery-slider {
	position: relative;
	z-index: 2;
}

.gallery-img-box {
	width: auto;
	display: flex;
	align-items: center;
}

.gallery-img-box img {
	object-fit: contain;
}

.gallery-img-box img {
	width: 295px;
	height: auto;
	object-fit: contain;
}

.gallery-img-box:nth-child(even) img {
	width: 240px;
}

.sec-inner {
	padding-left: 100px;
	padding-right: 100px;
	padding-top: 100px;
	padding-bottom: 100px;
	max-width: 1200px;
	margin: 0 auto;
}

@media (max-width: 950px) {
	.sec-inner {
		padding-left: 25px;
		padding-right: 25px;
		padding-top: 65px;
		padding-bottom: 65px;
	}
}

.card-wrap {
	justify-content: space-between;
	margin-top: 50px;
	margin-bottom: 80px;
}

@media only screen and (max-width: 950px) {
	.card-wrap.flex {
		display: block;
		margin-bottom: 20px;
	}
	.card-wrap .card {
		width: 100%;
		max-width: inherit;
		margin-bottom: 30px;
	}
}

.card {
	background-color: #ffffff;
	padding: 40px 30px;
	border-radius: 4px;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
	display: flex;
	flex-direction: column;
	width: 48%;
	max-width: 470px;
}

.card:last-child .card-text {
	margin-bottom: 50px;
}

.card-header {
	text-align: center;
	min-height: 92.5px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #000;
}

.card-title {
	font-size: 18px;
	font-weight: 600;
	line-height: 1.5;
	font-family: "NotoSansJP";
}

@media only screen and (max-width: 950px) {
	.card-title {
		font-size: 14px;
	}
}

.card-subtitle {
	font-size: 0.9rem;
	color: #666;
	margin-top: 5px;
}

hr {
	border: none;
	border-top: 1px solid #333;
	margin-bottom: 25px;
}

.card-text {
	font-size: 14px;
	font-weight: 400;
	text-align: justify;
	margin-bottom: 30px;
	font-family: "NotoSansJP";
}

@media only screen and (max-width: 950px) {
	.card-text {
		font-size: 12px;
	}
}

.media-area {
	text-align: center;
}

.media-area img {
	max-width: 100%;
	height: auto;
}

.card:first-child .media-area img {
	width: 219px;
}

.card:last-child .media-area img {
	width: 308px;
}

.flex {
	display: flex;
}

.banner_slider {
	width: calc(100% - 110px);
	max-width: 1200px;
	margin: 0 auto;
	padding-bottom: 20px;
	position: relative;
	margin-bottom: 50px;
}

@media only screen and (max-width: 950px) {
	.banner_slider {
		width: 100%;
	}
}

.banner_slider .swiper {
	width: 100%;
	overflow: hidden;
}

.banner_slider .swiper-slide img {
	display: block;
	width: 100%;
	height: auto;
}

.slider-button {
	position: absolute;
	top: 50%;
	z-index: 10;
	width: 30px;
	height: 30px;
	padding: 0;
	border: 0;
	background: #ff00e5;
	transform: translateY(-50%);
	cursor: pointer;
}

@media only screen and (max-width: 950px) {
	.slider-button {
		display: none;
	}
}

.slider-button-prev {
	background-position: center;
	background-repeat: no-repeat;
	background-image: url("/assets/front/img/lp/tennismuse/slide_arrow_prev.png");
}

.slider-button-next {
	background-position: center;
	background-repeat: no-repeat;
	background-image: url("/assets/front/img/lp/tennismuse/slide_arrow_next.png");
}

.slider-button:hover,
.slider-button:focus {
	background-color: #ff00e5 !important;
	outline: none;
}

.slider-button span {
	display: none;
}

.slider-button-prev {
	left: -40px;
}

.slider-button-next {
	right: -40px;
}

.slider-button span {
	position: absolute;

	top: 50%;
	left: 50%;

	width: 6px;
	height: 6px;

	border-top: 1px solid #000;
	border-right: 1px solid #000;
}

.slider-button-prev span {
	transform: translate(-40%, -50%) rotate(-135deg);
}

.slider-button-next span {
	transform: translate(-60%, -50%) rotate(45deg);
}

.slider-pagination {
	position: absolute;
	bottom: 0;
	left: 50%;
	display: flex;
	align-items: center;
	gap: 7px;
	transform: translateX(-50%);
}

.pagination-bar {
	width: 95px;
	height: 4px;
	padding: 0;
	border: 0;
	background: #ddd;
	cursor: pointer;
	transition: background-color 0.2s ease;
}

@media only screen and (max-width: 950px) {
	.pagination-bar {
		width: 50px;
	}
}

.pagination-bar.active {
	background: #ff00e5;
}

h3 {
	font-family: "NotoSansJP";
	font-size: 30px;
	font-weight: 600;
	margin-bottom: 10px;
}

@media only screen and (max-width: 950px) {
	h3 {
		font-size: 24px;
		margin-bottom: 20px;
	}
}

.sec-purple h3 {
	color: #fff;
}

h4 {
	font-family: "NotoSansJP";
	font-size: 24px;
	font-weight: 600;
}

p {
	font-family: "NotoSansJP";
	font-size: 12px;
	font-weight: 400;
}

.product-flex-row .product-img-card img {
	width: 100%;
}

.sec-string .goods-info {
	width: 50%;
	background: #a2e130;
}

@media only screen and (min-width: 951px) {
	.sec-yellow-bg .product-flex-row:first-child .product-img-card {
		margin-right: 30px;
	}

	.sec-yellow-bg .product-flex-row:last-child .product-img-card {
		margin-left: 30px;
	}
}

.buy-btn-blk {
	width: 226px;
	margin-bottom: 10px;
}

@media only screen and (min-width: 951px) {
	.sec-muse div:has(> .buy-btn-blk) {
		display: flex;
		flex-wrap: wrap;
		justify-content: flex-start;
		gap: 30px 37px;
		width: 778px;
		max-width: 100%;
		margin: 0 auto;
		margin-bottom: 100px;
	}

	.buy-btn-blk {
		width: 226px;
		margin-bottom: 0;
	}
}

.buy-btn-blk {
	display: flex;
	justify-content: space-between;
	align-items: center;
	background-color: #000;
	color: #fff;
	padding: 8px 15px;
	text-decoration: none;
	font-size: 14px;
	box-sizing: border-box;
}

.buy-btn-blk span:last-child {
	font-weight: bold;
	font-size: 16px;
}

.buy-btn-blk span:first-child {
	font-family: "NotoSansJP";
	font-size: 16px;
	font-weight: 400;
}

@media only screen and (max-width: 950px) {
	.buy-btn-blk span:first-child {
		font-size: 12px;
	}
}

.buy-btn-blk span:last-child {
	font-family: "NotoSansJP";
	font-size: 22px;
	font-weight: 600;
}

.buy-btn-blk span:last-child img {
	width: 18px;
	margin-left: 5px;
}

.product-info {
	margin-top: 30px;
	margin-bottom: 30px;
}

.footer .footerWrapper {
	margin-top: 0;
}

@media only screen and (max-width: 950px) {
	.title_technology {
		margin: 0 calc(50% - 50vw);
		width: 100vw;
		max-width: inherit;
		margin-bottom: 50px;
	}
	.racket_image {
		margin: 0 calc(50% - 50vw);
		width: 100vw;
		max-width: inherit;
	}
	.hide-for-sp {
		display: none;
	}
}

@media only screen and (min-width: 951px) {
	.hide-for-pc {
		display: none;
	}
}

@media only screen and (max-width: 950px) {
	.review-section {
		margin-top: 65px;
	}
	.sec-muse .review-section {
		margin-top: 70px;
	}
	.sec-wear .review-section {
		margin-top: 40px;
	}
}

.tab-menu {
	display: flex;
	gap: 10px;
	list-style: none;
	padding: 0;
	margin: 0;
	overflow-x: auto;
}

.tab-item {
	padding: 10px 20px;
	background: #d8d8d8;
	border: 1.5px solid #000;
	border-radius: 12px 12px 0 0;
	cursor: pointer;
	color: #5d5d5d;
	font-weight: bold;
	font-size: 16px;
	font-family: "NotoSansJP";
	white-space: nowrap;
}

.tab-menu.num5 .tab-item {
	width: 25%;
}

@media only screen and (max-width: 950px) {
	.tab-item {
		font-size: 11px;
		padding: 5px 5px;
	}
}

.tab-menu.num4 .tab-item {
	width: 25%;
}
.tab-menu.num3 .tab-item {
	width: 27%;
}

@media only screen and (max-width: 950px) {
	.tab-menu {
		gap: 5px;
	}
	.tab-menu.num3 .tab-item {
		width: 33%;
	}
}

.tab-item.is-active {
	background: #f5f5f5;
	position: relative;
	z-index: 2;
	border-bottom: none;
	color: #000;
}

.tab-content-group {
	border: 1.5px solid #000;
	background: #f5f5f5;
	margin-top: -1.5px;
	padding-left: 30px;
	padding-right: 30px;
}

@media only screen and (max-width: 950px) {
	.tab-content-group {
		padding-left: 0;
		padding-right: 0;
	}
}

.tab-content {
	display: none;
}

.tab-content.is-active {
	display: block;
}

.sec-bag .review-section {
	margin-top: 60px;
	margin-bottom: 100px;
	border: 1px solid #000;
}

.sec-wear .review-section {
	border: 1px solid #000;
}

.sec-bag .review-section:last-child {
	margin-top: 130px;
}

.sec-purple .review-section {
	margin-top: 60px;
	margin-bottom: 100px;
	position: relative;
	z-index: 1;
}

.sec-purple .sec-inner > .review-section:nth-of-type(2) {
	border: 1px solid #000;
}

.inview {
	opacity: 0;
	transform: translateY(30px);
	transition:
		opacity 0.8s ease,
		transform 0.8s ease;
	transition-delay: 0s;
}

.inview.inview--enter {
	opacity: 1;
	transform: translateY(0);
}

.review-section {
	max-width: 1000px;
	margin: 0 auto;
}

.revico-multicomment-top .revico-comment-footer {
	margin: 30px auto 0 !important;
}

.revico-star .revico-star-graph-wrapper {
	width: inherit !important;
}

.revico-star .revico-review span {
	color: #000;
}

.revico-comment-footer {
	padding-bottom: 50px !important;
}
.revico-comment-footer-writebutton-wrapper {
	display: flex !important;
	justify-content: flex-start !important;
}

.revico-comment-footer--writebutton,
.revico-multicomment-top
	.revico-comment-footer
	.revico-comment-footer--writebutton {
	background-color: #000 !important;
	color: #fff !important;
	border: none !important;
	width: 280px !important;
	height: 48px !important;
	margin: 0 !important;
	padding: 0 20px !important;
	display: flex !important;
	justify-content: space-between !important;
	align-items: center !important;
	background-image: url("/assets/front/img/lp/tennismuse/buy_btn_arrow.png") !important;
	background-repeat: no-repeat !important;
	background-position: right 15px center !important;
	background-size: 16px auto !important;
}

.revico-comment-footer--writebutton span {
	font-size: 0 !important;
}

.revico-comment-footer--writebutton span::before {
	content: "商品の感想を書いてみる" !important;
	font-size: 14px;
	color: #fff;
	font-weight: bold;
	letter-spacing: 0.05em;
}

@media only screen and (min-width: 951px) {
	.revico-multicomment-top .revico-comment-footer {
		text-align: left !important;
		width: inherit !important;
	}
}

@media only screen and (max-width: 950px) {
	.revico-comment-footer-writebutton-wrapper {
		justify-content: center !important;
	}

	.revico-comment-footer--writebutton,
	.revico-multicomment-top
		.revico-comment-footer
		.revico-comment-footer--writebutton {
		margin: 0 auto !important;
		width: 100% !important;
		max-width: 340px !important;
	}
}

.revico-multicomment-top
	.revico-comment-footer
	.revico-comment-footer--writebutton:hover {
	background-color: #d8d8d8 !important;
	background-image: url("/assets/front/img/lp/tennismuse/slide_arrow_next.png") !important;
	opacity: 1 !important;
}

.revico-comment-footer--writebutton:hover span::before {
	color: #333 !important;
}

.revico-comment-footer--writebutton-wrapper {
	width: 240px !important;
}

.revico-comment-footer--writebutton,
.revico-multicomment-top
	.revico-comment-footer
	.revico-comment-footer--writebutton {
	transition: none;
}
.revico-star-graph-label {
	color: #000;
}
.revico-review-comment-row {
	padding: 25px 30px;
}
.revico-comment-filter,
.revico-comment-sort,
.revico-comment-footer--filter,
.revico-comment-footer--sort {
	display: none;
}

.revico-multicomment-top .revico-comment-footer .revico-comment-footer--writebutton-wrapper {
	margin-left: 0 !important;
}
@media only screen and (max-width: 950px) {
	.revico-multicomment-top .revico-comment-footer {
		padding-bottom: 30px !important;
	}
	.revico-multicomment-top .revico-comment-main {
		max-width: 100% !important;
	}
	.revico-multicomment-top .revico-logo {
		width: 96%;
	}
}

.revico-multicomment-top .revico-comment-footer .revico-comment-footer--more button {
	display: none;
}

@media only screen and (min-width: 951px) {
	.product-flex-row-inner {
		position: relative;
		margin: 0 calc(50% - 50vw);
		width: 100vw;
	}
	.product-contents-wrap {
		padding-left: 100px;
		padding-right: 100px;
		max-width: 1200px;
		margin: 0 auto;
		display: flex;
		flex-direction: row-reverse;
	}
}

@media only screen and (max-width: 950px) {
	.revico-multicomment-top .revico-review-comment-row-wrapper {
		width: 95% !important;
	}
}