@charset "utf-8";

@font-face {
	font-family: 'Inter';
	src: url('/assets/front/font/Inter-VariableFont_opsz,wght.ttf') format('truetype');
	font-weight: 100 900;
	font-style: normal;
}

@font-face {
	font-family: 'NotoSans';
	src: url('/assets/front/font/NotoSansJP-VariableFont_wght.ttf') format('truetype');
	font-weight: 100 900;
	font-style: normal;
}


body {
	font-family: 'Inter', 'NotoSans';
}

h2 {
	font-size: 45px;
	font-weight: 900;
	text-align: center;
	font-family: 'Inter';
	margin-bottom: 40px;
}

h3 {
	text-align: center;
}

.bg_white {
	background: #fff;
}

.bg_black {
	background: #000;
}

.btn_wrap {
	margin: 0 auto;
	padding-bottom: 0;
	text-align: center;
}

.btn_wrap a {
	position: relative;
}

.btn_wrap a.bg_black {
	color: #fff;
}

.btn_wrap a::after {
	background-size: contain;
	position: absolute;
	top: 50%;
	right: 10px;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	display: block;
	width: 27px;
	height: 27px;
	content: "";
	background-image: url(../img/lp/tshirt_2025/arrow_black.png);
}

.btn_wrap a.bg_black::after {
	background-image: url(../img/lp/tshirt_2025/arrow_white.png);
}

.mv_area .lp_inner {
	max-width: inherit;
	position: relative;
	padding: 0;
}

.mv_area img {
	width: 100%;
}

.lead_section {
	background: #000000;
}

.lead_section .lead {
	color: #fff;
	text-align: center;
	font-size: 18px;
	line-height: 2.2;
	font-family: 'NotoSans';
	font-weight: 500;
}

.lp_inner p {
	text-align: center;
}

.item img {
	display: block;
}

.item .image_area {
	position: relative;
	margin: 0 auto;
}

.item .image_icon {
	z-index: 100;
	position: absolute;
	right: -21px;
	top: -28px;
	width: 113px;
}

.item .image_point {
	position: absolute;
	text-align: left;
	display: inline;
	color: #fff;
	font-size: 24px;
	font-family: "NotoSans";
	left: -10px;
	bottom: -22px;
	line-height: 2.08;
}

.item .image_point span {
	padding: 0 10px;
	background: #000;
}

.item_section .item_name {
	color: #fff;
	font-size: 14px;
}

.item_section .item_price {
	color: #fff;
	font-size: 20px;
}

.item_section .item_info .btn_wrap {
	margin-right: 0;
}

.item_section .item_info .check_btn {
	width: 142px;
	display: block;
	border-radius: 10px;
	border: 2px solid;
}

.item_section .item {
	justify-content: space-between;
	padding-top: 50px;
	padding-bottom: 50px;
	margin: 0 auto;
}

.item_section .item_info {
	color: #fff;
}

.item_section .num {
	font-size: 75px;
	display: inline-block;
	margin-right: 12px;
}

.item_detail p.item_desc {
	font-family: 'NotoSans';
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 60px;
	line-height: 1.8;
}

.item .num_wrap {
	font-family: 'Inter';
	font-weight: 700;
	text-align: center;
	line-height: 0.7;
	font-size: 24px;
	margin-bottom: 15px;
	display: flex;
	justify-content: center;
}

.item .num_wrap p {
	writing-mode: vertical-rl;
	transform: rotate(180deg);
	font-size: 24px;
	font-weight: 700;
}

.item .main_image {
	border: 1px solid #A2A2A2;
}

.item_point {
	font-family: "NotoSans";
	font-size: 24px;
	font-weight: 700;
}

.item ul {
	width: 100%;
}

.item_info li {
	margin-left: 30px;
	list-style: disc;
}

.shirt_section li {
	width: 23%;
	margin-bottom: 30px;
}

.shirt_section h2 {
	font-size: 32px;
	font-family: 'NotoSans';
	font-weight: 900;
	color: #fff;
}

.shirt_section h4,
.shirt_section li {
	text-align: left;
}

.shirt_section p {
	text-align: center;
}

.shirt_section li {
	padding: 20px;
	background: #fff;
	width: 45%;
}

.shirt_section li p {
	text-align: left;
}

.shirt_section li img {
	width: 177px;
	margin: 0 auto;
	display: block;
}

.shirt_section li h3 {
	margin-bottom: 10px;
	font-size: 24px;
	font-weight: 900;
}

.shirt_section li h4 {
	padding-top: 10px;
	font-size: 18px;
	font-weight: 900;
}

.shirt_section li h4+p {
	font-size: 14px;
	font-weight: 500;
}

.shirt_section .fit-block:not(:last-child) {
	border-bottom: 1px solid #A2A2A2;
	padding-bottom: 8px;
	line-height: 1.5
}

.shirt_section {
	max-width: 1340px;
	margin: 0 auto;
	background: url("../img/lp/tshirt_2025/bg_tshirt.jpg");
}

.shirt_section .flex_pc {
	max-width: 1140px;
}

.footer_section {
	background-image: linear-gradient(rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.75)),
	url("../img/lp/tshirt_2025/bg_footer.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	padding-top: 200px;
	padding-bottom: 100px;
	color: white;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
}

.footer_section h2 {
	color: #fff;
}

.footer_section p {
	font-size: 18px;
	font-weight: 500;
}

.footer_section p.attention {
	font-size: 14px;
	margin-top: 10px;
	font-weight: 300;
}

.slider {
	max-width: 2000px;
	margin: 0 auto;
	margin-bottom: 60px;
}

.slider-img {
	margin: 0 15px;
}

.slider-img img {
	height: auto;
	width: 100%;
}

@media screen and (min-width: 768px) {

	.flex_pc {
		display: flex;
	}

	.show-for-sp {
		display: none;
	}

	.btn_wrap {
		cursor: pointer !important;
		display: block;
		width: 600px;
		max-width: 600px;
		margin: 0 auto;
		margin-top: 30px;
		padding-bottom: 0;
		text-align: center;
	}

	.btn_wrap a {
		display: block;
		border-radius: 10px;
		margin: 0 auto;
		padding: 15px;
		font-family: 'NotoSans';
		font-weight: 900;
		font-size: 18px;
	}

	.lp_inner {
		margin: 0 auto;
		max-width: 1320px;
		padding-left: 55px;
		padding-right: 55px;
	}


	.lead_section {
		padding-top: 80px;
		padding-bottom: 80px;
		padding-left: 20px;
		padding-right: 20px;
	}

	.item_info_list {
		margin-bottom: 60px;
	}

	.item .image_area {
		width: 650px;
	}

	.item_info p {
		border-right: 1px solid #fff;
		margin-right: 20px;
		padding-right: 20px;
		display: flex;
		justify-content: center;
		align-items: center;
		font-size: 24px;
		width: 200px;
	}

	.item_info li {
		font-size: 18px;
		font-family: 'NotoSans';
	}

	.item_info li:not(:last-child) {
		font-size: 18px;
		margin-bottom: 15px;
	}

	.item_section {
		margin: 0 auto;
	}

	.item_section .item_info_list {
		max-width: 1000px;
		margin: 0 auto;
		margin-bottom: 60px;
		padding: 20px 40px 20px 20px;
		margin-top: 60px;
		margin-bottom: 60px;
	}

	.item ul {
		padding-top: 20px;
		padding-bottom: 20px;
	}

	.item_name {
		display: inline-block;
		margin-right: 15px;
	}

	.item_price {
		display: inline-block;
		margin-right: 40px;
	}

	.item_section .item:last-child {
		padding-bottom: 100px;
	}

	.shirt_section .btn_wrap {
		padding-top: 40px;
	}

	.shirt_section .lp_inner {
		padding-top: 80px;
		padding-bottom: 45px;
	}

	.shirt_section {
		margin-bottom: -130px;
		position: relative;
		max-width: 1300px;
	}

	.shirt_section ul {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-around;
		width: 100%;
		margin: 0 auto;
	}

	.shirt_section li h4 {
		padding-bottom: 5px;
	}

}

@media screen and (max-width: 767px) {
	.show-for-pc {
		display: none;
		padding-top: 10px;
		padding-bottom: 15px;
	}

	.lead_section {
		padding-top: 40px;
		padding-left: 20px;
		padding-right: 20px;
		padding-bottom: 40px;
	}

	.lead_section .lead {
		font-size: 15px;
	}

	.lead {
		padding-bottom: 20px;
	}

	.btn_wrap {
		padding-bottom: 0;
	}

	.btn_wrap a::after {
		width: 22px;
		height: 22px;
	}

	.item .num_wrap p {
		font-size: 17px;
	}

	.item .num_wrap .num {
		font-size: 58px;
	}

	.item .image_point {
		font-size: 18px;
		left: -9px;
		bottom: -14px;
		line-height: 1.8;
	}

	.item .image_icon {
		right: -17px;
		top: -18px;
		width: 85px;
	}

	.item .image_point {
		font-size: 18px;
	}

	.item .num_wrap {
		font-size: 26px;
	}

	.item .num_wrap span {
		font-size: 18px;
	}

	.item .num_wrap span::after {
		top: -32px;
	}

	.item h2 {
		font-size: 30px;
		margin-bottom: 25px;
		padding-left: 20px;
		padding-right: 20px;
	}

	.item_info p {
		border-bottom: 1px solid #fff;
		padding-bottom: 15px;
		margin-bottom: 20px;
		align-items: center;
		font-size: 18px;
	}

	.item_info li {
		font-size: 15px;
	}

	.item_info li:not(:last-child) {
		margin-bottom: 5px;
	}

	.item_detail p.item_desc {
		font-size: 15px;
		padding-left: 20px;
		padding-right: 20px;
		margin-bottom: 25px;
		line-height: 1.733;
	}

	.item_btn {
		font-family: 'NotoSans';
		font-weight: 900;
		font-size: 14px;
		border-radius: 10px;
		width: 312px;
		margin: 0 auto;
		display: block;
		padding-top: 12px;
		padding-bottom: 12px;
	}

	.item .item_btn {
		padding-top: 5px;
		padding-bottom: 5px;
	}

	.item_name {
		display: block;
		font-size: 12px;
	}

	.item_price {
		display: inline-block;
		width: calc(100% - 67px);
		font-size: 18px;
	}

	.item .image_area {
		margin-bottom: 40px;
		max-width: 335px;
	}

	.item_section .item_info .check_btn {
		width: 64px;
		border-radius: 8px;
	}

	.item_section .item_info_list {
		margin-bottom: 30px;
		padding: 30px 15px 25px;
	}

	.item_section .num {
		font-size: 79px;
	}

	.item .image_area_wrap {
		padding-left: 20px;
		padding-right: 20px;
	}

	.item_section .item {
		padding-top: 60px;
	}

	.item_section .item:not(:last-child) {
		padding-bottom: 0;
		padding-top: 60px;
	}

	.item_section .item:last-child {
		padding-bottom: 50px;
	}

	.shirt_section .btn_wrap {
		padding-top: 15px;
		padding-bottom: 50px;
	}

	.shirt_section h2 {
		font-size: 18px;
		margin-bottom: 20px;
	}

	.shirt_section p.item_desc {
		font-size: 15px;
		line-height: 2;
		color: #fff;
	}

	.shirt_section p {
		font-size: 14px;
		font-weight: 500;
	}

	.shirt_section li h3 {
		font-size: 18px;
	}

	.shirt_section li {
		width: 48.5%;
		margin-bottom: 15px;
	}

	.shirt_section li img {
		width: 141px;
		margin-top: 12px;
		margin-bottom: 20px;
	}

	.btn_wrap,
	.shirt_section .btn_wrap {
		max-width: 332px;
		margin: 0 auto;
		padding-left: 20px;
		padding-right: 20px;
	}

	.shirt_section .lp_inner {
		padding-top: 30px;
		padding-left: 20px;
		padding-right: 20px;
		padding-bottom: 30px;
	}

	.shirt_section li {
		max-width: 337px;
		width: 100%;
		margin: 0 auto;
	}

	.shirt_section li:not(:last-child) {
		margin-bottom: 25px;
	}

	.shirt_section li h4 {
		font-size: 16px;
		margin-bottom: 5px;
	}

	.shirt_section .item_desc {
		margin-bottom: 20px;
	}

	.shirt_section li h4 + p {
		font-size: 14px;
	}

	.footer_section {
		padding-top: 50px;
		padding-bottom: 50px;
	}

	.footer_section .lp_inner {
		padding-left: 20px;
		padding-right: 20px;
	}

	.footer_section h2 {
		font-size: 18px;
	}

	.footer_section p {
		font-size: 15px;
	}

	.footer_section p.item_desc {
		margin-bottom: 30px;
	}

	.footer_section p.attention {
		margin-bottom: 30px;
	}

	.footer_section {
		background-image: url("../img/lp/tshirt_2025/bg_footer_sp.jpg");
	}

	.slider-img {
		margin: 0 10px;
	}

	.slider {
		margin-bottom: 30px;
	}
}