@charset "utf-8";

:root {
	/* base */
	--cts-gutter: clamp(20px, -0.212rem + 5.91vw, 65px);/*375-768*/
	--cts-width: 1410px;

	/* font */
	--dp-font-jp: "Noto Sans JP", sans-serif;
	/* Noto Sans JP
	Noto Sans JP Thin 100
	Noto Sans JP Light 300
	Noto Sans JP Regular 400
	Noto Sans JP Medium 500
	Noto Sans JP Bold 600
	*/

	--cts-font-04: 'Zen Kaku Gothic New', sans-serif;
	/* Zen Kaku Gothic New
	Zen Kaku Gothic New Bold 700
	*/

	--dp-h1-size: clamp(24px,calc(1.159rem + 1.45vw),36px);
	--dp-h2-size: clamp(20px,calc(1.023rem + .97vw),28px);
	--dp-h3-size: clamp(18px,calc(.955rem + .73vw),24px);
	--dp-h4-size: clamp(16px,calc(.886rem + .48vw),20px);
	--dp-p-l-size: clamp(14px, 0.806rem + 0.3vw, 16px);/* 本文 Large */
	--dp-p-note-size: clamp(10px,calc(.597rem + .12vw),11px);/* 本文 Notes */
	--dp-price-s-size: clamp(16px,calc(.886rem + .48vw),20px);/* 価格 Small */
	--dp-price-tax-s-size: clamp(12px,calc(.693rem + .24vw),14px);/* 円・税 Small */

	--cts-font-size: clamp(12px, 0.636rem + 0.48vw, 16px);
	--cts-font-ls: .025em;/*letter-spacing*/

	/* color */
	--dp-color: #fff;
	--cts-bg: #000;
	--cts-bg2: #a538fe;
}


/* LP共通汎用
____________________*/
#container a, #container a span {
    color: inherit;
    text-decoration: none;
}
.pagetop {
	display: none;	
}
#pagetop {
	display: none;
	position: fixed;
	bottom: 30px;
	right: 55px;
}
#pagetop a {
	color: #fff;
	background-color: #333;
	border-radius: 5px;
	display: block;
	font-size: 12px;
	line-height: 1.5em;
	padding: 5px 10px;
	text-align: center;
	text-decoration: none;
}
figure {
	margin: 0;
	text-align: center;
}
img {
	image-rendering: -webkit-optimize-contrast;
	vertical-align: bottom;
}
.c-breadcrumb--gray {
	display: flex;
	align-items: center;
}
.bnr_link_win11_wrap {
    margin: 0 auto;
}
.bnr_link_win11 img {
    transition: opacity 0.3s;
    width: 300px;
}
.bnr_link_win11 img:hover {
	opacity: 0.75;
}
@media screen and (min-width: 768px), print and (min-width: 768px) {
	.c-breadcrumb__list.u-pc-width,
	.bnr_link_win11_wrap.u-pc-width {
		padding-inline: 30px;
	}
	.bnr_link_win11_wrap.u-pc-width {
		width: auto;
	}
}
@media screen and (max-width: 1000px) {
	.c-breadcrumb--gray {
		display: inherit;
	}
	.bnr_link_win11_wrap {
		width: 100%;
		margin: 10px auto 0;
		padding-block-end: 10px;
	}
	.bnr_link_win11 {
		width: 100%;
		margin-top: 0;
		text-align: center;
	}
}
.contents__wrap {
	width: 100%;
	margin-inline: auto;
	background: var(--cts-bg);
	font-size: var(--cts-font-size);
	font-family: var(--dp-font-jp);
	color: var(--cts-color);
	overflow: hidden;
}
.contents__wrap img {
	max-width: 100%;
}
.sp {
	display: none;
}
.flash:hover {
	animation-name: hover-flash;
	animation-duration: 1s;
	opacity: .85;
}
@keyframes hover-flash {
	0% {
		opacity: .3;
	}
	100% {
		opacity: .85;
	}
}
.contents__inner {
    color: var(--dp-color);
	max-width: var(--cts-width);
	margin-inline: auto;
	padding-inline: var(--cts-gutter);
	box-sizing: border-box;
    z-index: 2;
    position: relative;
}

/* コンテンツ
____________________*/
.contents__wrap {
	position: relative;
    z-index: 1;
    padding: 0 0 70px;
    margin: 0 0 100px;
}
.contents__wrap::after {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    z-index: +1;
    background: url(../../create/img/nighthike-mid2024-campaign/bg.webp) no-repeat center top/100%;
    width: 100%;
    height: 100%;
    opacity: 0.3;
}
.h1--ttl {
	margin: 0 0 80px;
}
.h2--ttl {
    font-size: clamp(40px, 0.545rem + 3.61vw, 60px);
    text-align: center;
    line-height: 1;
}
.step_wrap {
    border: 10px solid var(--cts-bg2);
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
}
.step_wrap:nth-of-type(1) {
    margin-top: 60px;
    margin-bottom: 35px;
}
.step_wrap:nth-of-type(1)::before {
    content: "";
    position: absolute;
    top: calc(100% + 10px);
    left: 50%;
    margin-left: -30px;
    border: 30px solid transparent;
    border-top: 35px solid var(--cts-bg2);
}
.step_wrap .step_inner_left {
    background: var(--cts-bg2);
    display: flex;
    justify-content: center;
    align-items: center;
    width: 9.227vw;
    padding: 22.5px;
}
.step_inner_left--txt {
    font-family: "DM Serif Display", serif;
    font-size: clamp(20px, 0.325rem + 3.61vw, 30px);
    line-height: 1;
	letter-spacing: 2px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.step_inner_left--txt .step_number {
    font-size: clamp(50px, 0.325rem + 6.61vw, 100px);
}
.step_wrap .step_inner_right {
    width: 100%;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 22.5px;
	margin-left: -9.227vw;
}
p.txt_1 {
    font-size: clamp(16px, 0.125rem + 3.61vw, 20px);
    line-height: 1.5;
}
ul.x_list {
    font-size: clamp(14px, 0.025rem + 3.61vw, 30px);
    font-weight: 500;
    line-height: 1.5;
}
p.txt_2 {
    font-size: clamp(14px, 0.025rem + 3.61vw, 30px);
    font-weight: 500;
    line-height: 1.5;
}
.txt_comp {
    font-size: clamp(26px, 0.025rem + 3.61vw, 44px);
    font-weight: 500;
    line-height: 1.5;
    text-align: center;
    display: block;
    margin: 65px auto 75px;
}
.note_wrap {
    background: rgba(255, 255, 255, 0.3);
    padding: 40px 23px;
    box-sizing: border-box;
}
.note_list {
    margin: 40px 0 0;
}
.note_list li {
    font-size: clamp(16px, 0.125rem + 3.61vw, 18px);
    line-height: 1.5;
    letter-spacing: 1.5px;
    text-indent: -1em;
    margin-left: 1em;
    margin-top: 0.5em;
}
.swiper {
	width: 100%;
	margin: 65px auto 0;
}
.swiper-wrapper {
	width: 100%;
}
.swiper-slide {
	width: 100%;
	height: 100%;
	text-align: center;
}
.swiper-button-next:after, .swiper-button-prev:after {
	color: var(--cts-bg2);
}
.swiper-button-prev, .swiper-rtl .swiper-button-next {
    left: var(--swiper-navigation-sides-offset, 100px);
    right: auto;
}
.swiper-button-next, .swiper-rtl .swiper-button-prev {
    right: var(--swiper-navigation-sides-offset, 100px);
    left: auto;
}
@media (max-width: 768px) {/*375-768*/
	.pc {
		display: none;
	}
	.contents--mv .pc {
		display: block;
	}
	.sp {
		display: block;
	}
	.contents--mv .sp {
		display: none;
	}
/* コンテンツ
____________________*/
.contents__wrap {
    padding: 0 0 50px;
}
.h1--ttl {
	margin: 0 0 30px;
}
.step_wrap {
    flex-direction: column;
	border: 5px solid var(--cts-bg2);
}
.step_wrap:nth-of-type(1) {
    margin-top: 60px;
    margin-bottom: 25px;
}
.step_wrap:nth-of-type(1)::before {
	top: calc(100% + 5px);
    margin-left: -20px;
    border: 20px solid transparent;
    border-top: 25px solid var(--cts-bg2);
}
.step_wrap .step_inner_left {
    width: 100%;
    box-sizing: border-box;
    padding: 0;
}
.step_wrap .step_inner_right {
	margin-left: 0;
}
.step_inner_left--txt {
    flex-direction: row;
	align-items: baseline;
}
.note_wrap {
	padding: 20px 18px;
}
.note_list {
    margin: 20px 0 0;
}
.swiper {
	margin: 30px auto 0;
	padding: 0 0 3vw;
}
.btn-wrap {
	position: relative;
	margin: 6vw 0 0;
}
.swiper-button-next, .swiper-button-prev {
	top: var(--swiper-navigation-top-offset, 50%);
}
.swiper-button-next, .swiper-rtl .swiper-button-prev {
    right: var(--swiper-navigation-sides-offset, 40%);
    left: auto;
}
.swiper-button-prev, .swiper-rtl .swiper-button-next {
    left: var(--swiper-navigation-sides-offset, 40%);
    right: auto;
}
.swiper-button-next:after, .swiper-button-prev:after {
	font-size: 20px;
}
}
@media (max-width: 479px) {
	.contents--mv .pc {
		display: none;
	}
	.contents--mv .sp {
		display: block;
	}
}