@charset "shift_jis";
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/*  ---------------------------------------------- +base & parts   */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////// */
#landing ol,#landing li { list-style: none!important; margin-left: 0!important;}
@font-face {
	font-family: 'SourceHanSans';
	font-display: block;
	font-style: normal;
	font-weight: 500;
	src: url(../fonts/SourceHanSansJP/SourceHanSansJP-Medium__limited.woff2) format('woff2'),
		url(../fonts/SourceHanSansJP/SourceHanSansJP-Medium__limited.woff) format('woff'),
		url(../fonts/SourceHanSansJP/SourceHanSansJP-Medium__limited.otf) format('opentype');
}
@font-face {
	font-family: 'SourceHanSans';
	font-display: block;
	font-style: normal;
	font-weight: 700;
	src: url(../fonts/SourceHanSansJP/SourceHanSansJP-Bold__limited.woff2) format('woff2'),
		url(../fonts/SourceHanSansJP/SourceHanSansJP-Bold__limited.woff) format('woff'),
		url(../fonts/SourceHanSansJP/SourceHanSansJP-Bold__limited.otf) format('opentype');
}
@font-face {
	font-family: 'SourceHanSans';
	font-display: block;
	font-style: normal;
	font-weight: 900;
	src: url(../fonts/SourceHanSansJP/SourceHanSansJP-Heavy__limited.woff2) format('woff2'),
		url(../fonts/SourceHanSansJP/SourceHanSansJP-Heavy__limited.woff) format('woff'),
		url(../fonts/SourceHanSansJP/SourceHanSansJP-Heavy__limited.otf) format('opentype');
}

#room_basketball {
	--color-black01: #000;
	--color-gray01: #666;
	--color-red01: #bb110d;
	--color-gradient01: linear-gradient(135deg, rgb(247, 165, 57) 0%, rgb(240, 152, 51) 10.74%, rgb(228, 112, 49) 68.71%, rgb(235, 92, 35) 100%);
	--font-base: "SourceHanSans", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Hiragino Sans", "Hiragino Kaku Gothic ProN", 'メイリオ', Meiryo, sans-serif;
	--wrapper01: 980px;
	position: relative;
	color: var(--color-black01);
	font-family: var(--font-base);
	font-size: 16px;
	font-weight: 500;
	letter-spacing: .1em;
}
#room_basketball *,
#room_basketball *::before,
#room_basketball *::after {
	box-sizing: border-box;
}
#room_basketball h1 {
	font-size: 40px;
	font-weight: 700;
	line-height: 1.44;
}
#room_basketball h2 {
	margin-bottom: 50px;
	font-size: 32px;
	font-weight: 700;
	letter-spacing: .02em;
	line-height: 1.5;
}
#room_basketball h3 {
	margin-bottom: 29px;
	font-size: 28px;
	font-weight: 700;
	letter-spacing: .04em;
	line-height: 1.55;
}
#room_basketball p {
	font-size: 16px;
	font-weight: 500;
	line-height: 2.1;
	letter-spacing: .1em;
}
#room_basketball img {
	max-width: 100%;
	height: auto;
}
#room_basketball figure {
	margin: 0;
}

#room_basketball main {
	overflow: hidden;
}
#room_basketball .main_section {
	position: relative;
	padding: 118px 0 130px;
	z-index: 10;
}
#room_basketball .contents_wrapper {
	position: relative;
	width: 100%;
	max-width: var(--wrapper01);
	margin-left: auto;
	margin-right: auto;
	z-index: 1;
}
#room_basketball .attention_text {
	font-size: 13.4px;
	font-weight: 500;
	letter-spacing: .15em;
	line-height: 1.6;
	text-align: left;
}

/* --- リンク画像の透過--- */
#landing a:hover {
opacity: .65;
-webkit-opacity: .65;
-moz-opacity: .65;
}

#landing a {
-webkit-transition: opacity .2s ease-out;
-moz-transition: opacity .2s ease-out;
-ms-transition: opacity .2s ease-out;
transition: opacity .2s ease-out;
}
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/*  ---------------------------------------------- +landing  */
/* ////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/********************
   fv
*********************/
#room_basketball .fv {
	position: relative;
	width: 100%;
	height: auto;
	margin: 0 auto;
	background: var(--color-black01);
	color: #fff;
	z-index: 5;
}
#room_basketball .fv__bg {
	position: relative;
	z-index: -5;
}
#room_basketball .fv__bg img {
	width: 100%;
	height: auto;
	min-height: 500px;
	max-height: 960px;
	object-fit: cover;
	object-position: 50% 51%;
}
#room_basketball .fv__wrapper {
	position: absolute;
	top: 0;
	left: 50%;
	height: 100%;
	transform: translateX(-50%);
	width: 100%;
	max-width: 1170px;
	text-align: left;
}
#room_basketball .fv__inner {
	position: relative;
	width: fit-content;
	margin-left: 20px;
	margin-right: auto;
	margin-top: 11%;
	font-weight: 700;
	line-height: 1;
}
#room_basketball .fv__lead {
	position: relative;
	width: fit-content;
	margin: 0 0 0.4em;
	font-size: 41.7px;
	font-style: italic;
	font-weight: 900;
	letter-spacing: -0.04em;
	line-height: 1.1;
	text-shadow: 4px 0 2.5px rgba(0, 0, 0, 0.32);
}
#room_basketball .fv__lead::after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	transform: translateX(62%) translateY(-29%);
	width: 182px;
	height: auto;
	aspect-ratio: 1/1;
	background-image: url(../img/basketball_illust01.png);
	background-size: contain;
	filter: brightness(1.02);
	z-index: -1;
}
#room_basketball .fv__tit {
	position: relative;
	margin: 0 0 24px;
	background: linear-gradient(135deg, rgb(255, 158, 46) 0%, rgb(255, 39, 10) 16.77%, rgba(246, 139, 31, 1) 33.78%, rgb(254, 123, 29) 66.57%, rgb(255, 43, 5) 86.61%, rgb(255, 170, 73) 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	filter: brightness(1.15);
	color: rgba(241, 90, 36, 1);
	font-size: 87.3px;
	font-style: italic;
	font-weight: 900;
	letter-spacing: -.04em;
	line-height: 1.044;
	text-shadow: 7px 0 5.5px rgba(255, 102, 0, 0.4);
	z-index: 10;
}
#room_basketball .fv__inner::after {
	content: "";
	position: absolute;
	bottom: -22.8px;
	right: -62px;
	width: 359px;
	height: auto;
	aspect-ratio: 390/50;
	background-image: url(../img/design/fv__tit_deco@2x.png);
	background-repeat: no-repeat;
	background-size: contain;
	opacity: .96;
	z-index: -1;
}
#room_basketball .fv__img_block {
	display: flex;
	align-items: flex-end;
	justify-content: flex-start;
	column-gap: 32px;
	margin-left: 20px;
}
#room_basketball .fv__img_block>img:first-child {
	width: 244px;
	filter: drop-shadow(4.4px 4.4px 4.0px rgba(244, 244, 244, 0.69));
}
/********************
 sec_group01
*********************/
#room_basketball .sec_group01 {
	position: relative;
	padding-bottom: 102px;
	background: linear-gradient(0deg, rgba(162, 123, 62, 1) 0%, rgba(239, 195, 157, 1) 100%);
	overflow: hidden;
	z-index: 1;
}
#room_basketball .sec_group01::before,
#room_basketball .sec_group01::after {
	content: "";
	position: absolute;
	height: auto;
	aspect-ratio: 1/1;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	z-index: -1;
}
#room_basketball .sec_group01::before {
	right: -2px;
	top: -332px;
	width: 424px;
	aspect-ratio: 430/720;
	background-image: url(../img/design/bg_design01_part01.png);
}

#room_basketball .sec_group01::after {
	bottom: -2px;
	left: -2px;
	width: 517px;
	aspect-ratio: 517/430;
	background-image: url(../img/design/bg_design01_part02.png);
}
/********************
  recommend
*********************/
#room_basketball .recommend {
	position: relative;
	padding: 0;
	color: #fff;
}
#room_basketball .recommend__heading {
	position: relative;
	width: fit-content;
	margin: 0 auto 44px;
	padding: 47px 0 76px;
	color: #fff;
	font-size: 40px;
	font-weight: 700;
	letter-spacing: 0em;
	line-height: 1.4;
	text-align: center;
	vertical-align: middle;
	z-index: 10;
}
#room_basketball .recommend__heading::before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: calc(100% + 250px);
	height: auto;
	aspect-ratio: 1/1;
	background: var(--color-gradient01);
	border-radius: 1000px;
	z-index: -1;
}
#room_basketball .recommend__heading>span {
	letter-spacing: -.44em;
}
#room_basketball .recommend__list {
	width: fit-content;
	margin: 32px auto 15px;
}
#room_basketball .recommend__list_item {
	position: relative;
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	column-gap: .54em;
	margin: 0;
	font-size: 26.9px;
	font-weight: 700;
}
#room_basketball .recommend__list_item::before {
	content: "";
	position: relative;
	top: 0.04em;
	display: block;
	width: 1.76em;
	height: auto;
	aspect-ratio: 35/44;
	margin: 0;
	background-image: url(../img/design/checkmark01@2x.png);
	background-repeat: no-repeat;
	background-size: contain;
	filter: brightness(1.15);
}
#room_basketball .recommend__list_item:nth-of-type(n+2) {
	margin-top: 28px;
}
/********************
    features
*********************/
#room_basketball .features {
	position: relative;
	padding-top: 155px;
	padding-bottom: 96px;
	background-image: url(../img/design/bg_design02.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}
#room_basketball .features::before {
	content: "";
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-20%) translateY(-17%);
	width: 300px;
	height: auto;
	aspect-ratio: 300/118;
	background-image: url(../img/design/features__illust01.png);
	background-repeat: no-repeat;
	background-size: contain;
}
#room_basketball .features__heading {
	width: fit-content;
	margin: 0 auto 1.1em;
	color: #fff;
	font-size: 47px;
	letter-spacing: .02em;
	line-height: 1.1;
}
#room_basketball .features__list {
	max-width: 690px;
	margin: 0 auto;
	text-align: center;
}
#room_basketball .features__list_item {
	margin-top: 25px;
}
#room_basketball .features__list_item_inner {
	position: relative;
	display: flex;
	align-items: stretch;
	justify-content: flex-start;
	background: #fff;
	color: var(--color-black01);
	text-decoration: none;
}
#room_basketball .features__list_item_inner:hover {
	opacity: .92;
	filter: brightness(1.1);
}
#room_basketball .features__list_item_num {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 15px 20px 17px;
	background: var(--color-gradient01);
}
#room_basketball .features__list_item_text {
	flex: 1;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	padding: 13px 32px 15px;
	font-size: 34.7px;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1.1;
}
/********************
    points
*********************/
#room_basketball .points {
	padding: 110px 0 0;
	z-index: 0;
}
#room_basketball .points__wrapper {
	position: relative;
	padding: 0 100px;
}
#room_basketball .points__heading {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	margin: 0 0 4px;
	color: #fff;
	font-size: 40px;
	letter-spacing: 0;
	z-index: 10;
}
#room_basketball .points__heading::before {
	content: "";
	position: absolute;
	top: -20px;
	left: 50%;
	transform: translateX(-50%);
	width: 50px;
	height: 6.2px;
	background: #fff;
	filter: drop-shadow(0 0 15px #fff) drop-shadow(0 0 20px #fff) drop-shadow(0 0 20px #ffffff44);
}
#room_basketball .points__heading>span:last-of-type {
	color: var(--color-black01);
	font-size: 50px;
}
#room_basketball .point {
	position: relative;
}
#room_basketball .point .point__block {
	position: relative;
}
#room_basketball .point__tit_block {
	display: flex;
	align-items: flex-end;
	justify-content: flex-start;
	margin: 0 0 24.4px;
}
#room_basketball .point__num {
	position: relative;
	margin: 0 -40px -40px -62px;
	z-index: 10;
}
#room_basketball .point__tit {
	position: relative;
	margin: 0 0 16px;
	padding: 0 2.2em .54em 1.5em;
	color: #fff;
	font-size: 44px;
	font-weight: 700;
	letter-spacing: -.01em;
	line-height: 1.4;
}
#room_basketball .point__tit::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: -44px;
	width: calc(100% + 44px);
	height: 3.2px;
	background: #fff;
	filter: drop-shadow(0 0 10px #fff) drop-shadow(0 0 14px #ffffff47);
}
#room_basketball .point__text {
	font-size: 17.6px;
	font-weight: 700;
	line-height: 1.82;
	letter-spacing: .16em;
}

/*****   1   *****/
#room_basketball .point[data-num="01"] {
	padding-bottom: 73px;
}
#room_basketball .point[data-num="01"] .point__block_inner {
	display: flex;
	align-items: center;
	justify-content: center;
}
#room_basketball .point[data-num="01"] .point__text {
	position: relative;
	flex: 1;
	padding: 44px 1.7em 47px 0;
	color: #fff;
}
#room_basketball .point[data-num="01"] .point__text::before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	width: 100vw;
	min-width: 1400px;
	height: 100%;
	background: var(--color-black01);
	z-index: -1;
}
#room_basketball .point[data-num="01"] .point__block[data-block="01"]::before {
	content: "";
	position: absolute;
	bottom: -110px;
	left: 50%;
	transform: translateX(-50%);
	width: 100vw;
	min-width: 1400px;
	height: 1000px;
	background: linear-gradient(135deg, rgba(222, 145, 47, 1) 0%, rgba(220, 138, 47, 1) 10.74%, rgba(213, 103, 45, 1) 68.71%, rgba(210, 90, 44, 1) 100%);
	filter: brightness(1.1);
	z-index: -1;
}
#room_basketball .point[data-num="01"] .point__block[data-block="02"] .point__block_inner {
	margin-top: 10px;
}
#room_basketball .point[data-num="01"] .point__block[data-block="02"] .point__img_block img {
	position: relative;
	transform: translateX(-2.5%);
	border-radius: 1000px;
}
#room_basketball .point[data-num="01"] .point__block[data-block="02"] .point__text {
	flex: 1;
	padding: 54px 0 47px 2.5em;
	color: var(--color-black01);
}
#room_basketball .point[data-num="01"] .point__block[data-block="02"] .point__text::before {
	left: 0;
	right: auto;
	background: #fff;
}
#room_basketball .point[data-num="01"] .point__block[data-block="01"]::after {
	content: "";
	position: absolute;
	top: 132px;
	right: 0;
	transform: translateX(29%);
	width: 296px;
	height: auto;
	aspect-ratio: 296/121;
	background: rgba(0, 0, 0, 0.32);
	mask-image: url(../img/design/arrow01@2x.png);
	mask-repeat: no-repeat;
	mask-size: contain;
}
#room_basketball .point[data-num="01"] .point__block[data-block="02"]::after {
	content: "";
	position: absolute;
	bottom: 0;
	right: 0;
	transform: rotate(180deg) translateX(-59.6%);
	width: 296px;
	height: auto;
	aspect-ratio: 296/121;
	background: linear-gradient(135deg, rgba(222, 145, 47, 1) 0%, rgba(220, 138, 47, 1) 10.74%, rgba(213, 103, 45, 1) 68.71%, rgba(210, 90, 44, 1) 100%);
	filter: brightness(1.1);
	mask-image: url(../img/design/arrow01@2x.png);
	mask-repeat: no-repeat;
	mask-size: contain;
}

/*****   2   *****/
#room_basketball .point[data-num="02"] .point__block[data-block="01"] {
	position: relative;
	margin-bottom: -76px;
	padding: 4px 0 76px;
	z-index: 10;
}
#room_basketball .point[data-num="02"] .point__block[data-block="01"]::before {
	content: "";
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 100vw;
	min-width: 1400px;
	height: 100%;
	background: linear-gradient(315deg, rgba(222, 145, 47, 1) 0%, rgba(220, 138, 47, 1) 10.74%, rgba(213, 103, 45, 1) 68.71%, rgba(210, 90, 44, 1) 100%);
	clip-path: polygon(0 0, 100% 0, 100% calc(100% - 80px), 50% 100%, 0 calc(100% - 80px));
	filter: brightness(1.1);
	z-index: -1;
}
/* #room_basketball .point[data-num="02"] .point__block[data-block="01"] .point__text {
	width: 100%;
	margin: 0 0 32px;
	padding: 15px 41.7px 14px;
	color: #fff;
	font-size: 16.2px;
	letter-spacing: .17em;
	line-height: 2.1;
} */
#room_basketball .point[data-num="02"] .point__block[data-block="01"] .point__img_block {
	position: relative;
	transform: translateX(2%);
	margin: 0 auto 10px;
	text-align: center;
}
#room_basketball .point[data-num="02"] .point__block[data-block="01"] .point__lead {
	margin: 0;
	font-size: 30px;
	font-weight: 700;
	letter-spacing: -.04em;
	text-align: center;
}
#room_basketball .point[data-num="02"] .point__block[data-block="01"] .point__lead>span {
	display: inline-block;
	margin: 7.6px 0 0;
	color: #fff;
	font-size: 67px;
	font-weight: 900;
	letter-spacing: -.076em;
	line-height: 1.02;
}
#room_basketball .point[data-num="02"] .point__block[data-block="02"]>img {
	position: relative;
	left: 50%;
	transform: translateX(-50%);
	width: 100vw;
	min-width: 1400px;
	max-width: 100vw;
	max-height: 700px;
	object-fit: cover;
	object-position: 50% 44%;
}
#room_basketball .point[data-num="02"] .point__block[data-block="02"] .point__contents {
	position: absolute;
	top: 25%;
	left: -50px;
}
#room_basketball .point[data-num="02"] .point__block[data-block="01"] .point__block_inner::before {
	content: "";
	position: absolute;
	top: 139px;
	right: 0;
	transform: rotate(180deg) translateX(-76%);
	width: 162px;
	height: auto;
	aspect-ratio: 222/178;
	background: rgba(0, 0, 0, 0.92);
	mask-image: url(../img/design/arrow02@2x.png);
	mask-repeat: no-repeat;
	mask-size: contain;
}
#room_basketball .point[data-num="02"] .point__block[data-block="01"] .point__block_inner::after {
	content: "";
	position: absolute;
	bottom: 215px;
	left: 0;
	transform: rotate(180deg) translateX(59%);
	width: 287px;
	height: auto;
	aspect-ratio: 296/121;
	background: rgba(0, 0, 0, 0.32);
	mask-image: url(../img/design/arrow01@2x.png);
	mask-repeat: no-repeat;
	mask-size: contain;
	z-index: -1;
}

/*****   3   *****/
#room_basketball .point[data-num="03"] .point__block[data-block="01"] {
	padding: 25px 0 100px;
	background: transparent;
}
#room_basketball .point[data-num="03"] .point__block[data-block="01"]::before {
	content: "";
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 100vw;
	min-width: 1400px;
	height: 100%;
	background: linear-gradient(315deg, rgba(222, 145, 47, 1) 0%, rgba(220, 138, 47, 1) 10.74%, rgba(213, 103, 45, 1) 68.71%, rgba(210, 90, 44, 1) 100%);
	filter: brightness(1.1);
	z-index: -1;
}
#room_basketball .point[data-num="03"] .point__tit_block {
	margin-bottom: 62px;
}
#room_basketball .point[data-num="03"] .point__block[data-block="01"] .point__block_inner {
	position: relative;
	display: flex;
	align-items: flex-start;
	justify-content: center;
}
#room_basketball .point[data-num="03"] .point__block[data-block="01"] .point__block_inner::before {
	content: "";
	position: absolute;
	top: -232px;
	right: 0;
	transform: translateX(82%);
	width: 217px;
	height: auto;
	aspect-ratio: 222/178;
	background: rgba(0, 0, 0, 0.92);
	mask-image: url(../img/design/arrow02@2x.png);
	mask-repeat: no-repeat;
	mask-size: contain;
}
#room_basketball .point[data-num="03"] .point__block[data-block="01"] .point__block_inner::after {
	content: "";
	position: absolute;
	bottom: 25px;
	left: 355px;
	transform: translateX(59%);
	width: 222px;
	height: auto;
	aspect-ratio: 296/121;
	background: rgba(0, 0, 0, 0.32);
	mask-image: url(../img/design/arrow01@2x.png);
	mask-repeat: no-repeat;
	mask-size: contain;
	z-index: -1;
}
#room_basketball .point[data-num="03"] .point__block[data-block="01"] .point__text {
	position: relative;
	flex: 1;
	margin-top: 34px;
	padding: 44px 0 55px 2.5em;
	background: var(--color-black01);
	color: #fff;
	height: auto;
}
#room_basketball .point[data-num="03"] .point__block[data-block="01"] .point__text::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100vw;
	min-width: 1400px;
	height: 100%;
	background: var(--color-black01);
	z-index: -1;
}
#room_basketball .point[data-num="03"] .point__block[data-block="02"] {
	position: relative;
	left: 47px;
	padding: 50px 0 82px;
}
#room_basketball .point[data-num="03"] .point__block[data-block="02"]::after {
	content: "";
	position: absolute;
	bottom: 69px;
	left: 0;
	transform: translateX(-39.2%);
	width: 620px;
	height: auto;
	aspect-ratio: 296/121;
	background: linear-gradient(5deg, rgba(222, 145, 47, 1) 0%, rgba(220, 138, 47, 1) 10.74%, rgba(213, 103, 45, 1) 68.71%, rgba(210, 90, 44, 1) 100%);
	filter: brightness(1.1);
	mask-image: url(../img/design/arrow01@2x.png);
	mask-repeat: no-repeat;
	mask-size: contain;
	z-index: -1;
}