@charset "utf-8";

/*********************
.content_wrap
*********************/
.content_wrap{
	width:100%;
	margin:0 auto;
	padding-top:90px;
}
.content_block{
	width:100%;
	color: #fff;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 400;
	background-color: #000;
}
@media screen and (max-width: 750px){
	.content_wrap{
		padding-top:80px;
		background:#fff;
	}
	.content_block{
		padding:0;
	}
}

/*********************
.btn-top-box
*********************/
.btn-top-box {
	width: 92%;
	max-width: 690px;
	margin: 0 auto;
	padding: 50px 0;
	display: grid;
	grid-template-columns: repeat(3,1fr);
	gap: 0 15px;
}
@media screen and (max-width: 750px){
	.btn-top-box {
		padding: 25px 0;
		gap: 0 7px;
	}
}

/*********************
.section
*********************/
.section {
	position: relative;
	width: 100%;
	clip-path: inset(0 0 0 0);
}
.section-bg {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url(/oshi-tabi/vspo/img/bg_cont.png);
	background-repeat: no-repeat;
	background-position: center 90px;
	background-size: auto;
	z-index: -10;
}
.section.current .section-bg {
	position: absolute;
	background-position: center top;
}
.section-ttl, .section-sub-ttl {
	width: 93%;
	max-width: 700px;
	margin: 0 auto;
}
.section-txt {
	width: 93%;
	margin: 0 auto;
	font-family: "Noto Serif JP", serif;
	font-size: 24px;
	font-weight: 600;
	line-height: 1.5;
	text-align: center;
}
.section-btn {
	width: 52%;
	max-width: 390px;
	margin: 0 auto;
}
.section-btn a:hover img {
	opacity: 1;
}
.txt-list {
	width: 79%;
	max-width: 590px;
	margin: 0 auto;
}
.txt-list li {
	padding-left: 1em;
	box-sizing: border-box;
	line-height: 2;
	text-indent: -1em;
}
.txt-list li span {
	color: #fa3bfb;
}
.caution-acc {
	width: 79%;
	max-width: 590px;
	margin: 0 auto;
}
.acc-btn {
	position: relative;
	width: fit-content;
	margin: 0 auto;
	padding: 0 44px;
	box-sizing: border-box;
	font-family: "Noto Serif JP", serif;
	font-size: 24px;
	font-weight: 500;
	text-align: center;
	letter-spacing: .1rem;
	cursor: pointer;
}
.acc-btn::before,
.acc-btn::after {
	content: '';
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	background: #fff;
}
.acc-btn::before {
	right: 11px;
	width: 2px;
	height: 24px;
}
.acc-btn::after {
	right: 0;
	width: 24px;
	height: 2px;
}
.acc-btn.open::before {
	display: none;
}
.acc-list {
	display: none;
	margin-top: 30px;
}
.acc-list li {
	padding-left: 1em;
	box-sizing: border-box;
	font-weight: 400;
	line-height: 2;
	text-indent: -1em;
}
.acc-list li a {
	color: #fa3bfb;
	text-decoration: underline;
}
.acc-list li a:hover {
	text-decoration: none;
}
@media screen and (max-width: 750px){
	.section-bg {
		background-image: url(/oshi-tabi/vspo/img/bg_cont_sp.png);
		background-position: center 66px;
		background-size: 100%;
	}
	.section-sub-ttl {
		width: 79%;
	}
	.section-txt {
		font-size: 12px;
	}
	.txt-list li, .acc-list li {
		font-size: 10px;
		line-height: 1.6;
	}
	.acc-btn {
		padding: 0 30px;
		box-sizing: border-box;
		font-size: 15px;
	}
	.acc-btn::before {
		right: 7px;
		width: 1px;
		height: 15px;
	}
	.acc-btn::after {
		width: 15px;
		height: 1px;
	}
	.acc-list {
		margin-top: 10px;
	}
}

/*********************
.section01
*********************/
.section01 {
	padding: 80px 0 130px;
}
.img-box {
	width: 93%;
	max-width: 700px;
	margin: 40px auto 90px;
}
.img-box > * + * {
	margin-top: 70px;
}
.txt-lixt-box {
	margin: 25px auto 0;
}
.txt-lixt-box > * + * {
	margin-top: 75px;
}
.section01 .caution-acc {
	margin: 60px auto 0;
}
@media screen and (max-width: 750px){
	.section01 {
		padding: 40px 0 90px;
	}
	.img-box {
		margin: 20px auto 40px;
	}
	.img-box > * + * {
		margin-top: 35px;
	}
	.txt-lixt-box {
		margin: 20px auto 0;
	}
	.txt-lixt-box > * + * {
		margin-top: 40px;
	}
	.section01 .caution-acc {
		margin: 35px auto 0;
	}
}

/*********************
.section02
*********************/
.section02 {
	padding: 70px 0 160px;
}
.section02 .txt-list.top {
	margin: 30px auto 40px;
}
.section02 .top-img, .section02 .btm-img {
	width: 93%;
	max-width: 700px;
	margin: 0 auto 90px;
	display: block;
}
.section02 .btm-img {
	margin: 0 auto 30px;
}
.cont-box {
	max-width: 700px;
	margin: 20px auto 25px;
	padding: 35px 10px 40px;
	box-sizing: border-box;
	border: 2px solid;
	border-image: linear-gradient(45deg, #d106fd, #7123f0);
	border-image-slice: 1;
}
.step-txt-box > * + * {
	position: relative;
	margin-top: 40px;
}
.step-txt-box > * + *::before {
	content: '';
	position: absolute;
	top: -30px;
	left: 50%;
	transform: translateX(-50%);
	width: 51px;
	height: 32px;
	background: url(/oshi-tabi/vspo/img/img_arrow.png);
	background-size: 100%;
	background-position: center;
}
.step-txt__ttl, .step-txt__txt {
	font-family: "Noto Serif JP", serif;
	font-weight: 600;
	text-align: center;
}
.step-txt__ttl {
	margin-bottom: 5px;
	font-size: 24px;
	letter-spacing: .05rem;
	text-indent: .05rem;
}
.step-txt__txt {
	font-size: 21px;
	letter-spacing: .1rem;
	line-height: 1.28;
	text-indent: .1rem;
}
.step-txt__txt span {
	color: #ff0aff;
}
.section02 .txt-list.w480 {
	max-width: 480px;
	margin: 0 auto 70px;
}
.section02 .txt-list.btm {
	margin: 0 auto 60px;
}
.cont-box.btm {
	padding: 30px 20px 40px;
}
.step-wrap {
	display: grid;
	grid-template-columns: repeat(3,1fr);
	gap: 0 7px;
}
.step-wrap .step-txt__ttl {
	margin: 10px 0 15px;
	font-size: 24px;
	text-align: left;
	text-indent: 0;
}
.step-wrap .step-txt__txt {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 16px;
	font-weight: 500;
	text-align: left;
	text-indent: 0;
}
.novelty-box {
	margin: 50px auto 0;
}
.novelty-box__ttl {
	font-family: "Noto Serif JP", serif;
	font-size: 27px;
	font-weight: 700;
	text-align: center;
}
.novelty-box .section-btn {
	margin: 20px auto 30px;
}
.novelty-box .txt-list.w480 {
	margin: 0 auto;
}
.novelty-box .txt-list.w480 li:first-of-type {
	padding: 0;
	text-indent: 0;
}
@media screen and (max-width: 750px){
	.section02 {
		padding: 40px 0 100px;
	}
	.section02 .txt-list.top {
		margin: 20px auto;
	}
	.section02 .top-img {
		margin: 0 auto 40px;
	}
	.section02 .btm-img {
		margin: 0 auto 35px;
	}
	.cont-box {
		width: 79%;
		margin: 15px auto 25px;
		padding: 20px 10px 30px;
		border: 1px solid;
		border-image: linear-gradient(45deg, #d106fd, #7123f0);
		border-image-slice: 1;
	}
	.step-txt-box > * + * {
		margin-top: 25px;
	}
	.step-txt-box > * + *::before {
		top: -20px;
		width: 32px;
		height: 20px;
	}
	.step-txt__ttl {
		font-size: 15px;
	}
	.step-txt__txt {
		font-size: 13px;
	}
	.section02 .txt-list.btm {
		margin: 0 auto 70px;
	}
	.section02 .txt-list.w480 {
		margin: 0 auto 80px;
	}
	.cont-box.btm {
		margin: 15px auto 20px;
		padding: 25px 10px;
	}
	.step-wrap {
		grid-template-columns: 1fr;
	}
	.step-wrap > * + * {
		position: relative;
		margin-top: 45px;
	}
	.step-wrap > * + *::before {
		content: '';
		position: absolute;
		top: -30px;
		left: 50%;
		transform: translateX(-50%);
		width: 32px;
		height: 20px;
		background: url(/oshi-tabi/vspo/img/img_arrow.png);
		background-size: 100%;
		background-position: center;
	}
	.step-box {
		display: grid;
		grid-template-columns: repeat(2,1fr);
		gap: 0 7px;
	}
	.step-wrap .step-txt__ttl {
		margin: 0 auto 10px;
		font-size: 15px;
	}
	.step-wrap .step-txt__txt {
		font-feature-settings: 'palt';
		font-size: 10px;
	}
	.novelty-box {
		margin: 65px auto 0;
	}
	.novelty-box__ttl {
		font-size: 14px;
	}
	.novelty-box .section-btn {
		margin: 20px auto 30px;
	}
	.novelty-box .txt-list.w480 {
		margin: 0 auto;
	}
}

/*********************
.section03
*********************/
.section03 {
	padding: 70px 0 25px;
}
.section03 .top-img {
	max-width: 718px;
	margin: 10px auto 80px;
	display: block;
}
.section03 .section-sub-ttl {
	font-family: "Noto Serif JP", serif;
	font-size: 30px;
	font-weight: 700;
	letter-spacing: .05rem;
	text-align: center;
	text-indent: .05rem;
}
.section03 .cont-box {
	margin: 20px auto 80px;
	padding: 25px 10px 40px;
}
.section03 .step-txt-box > * + * {
	margin-top: 55px;
}
.section03 .step-txt-box > * + *::before {
	top: -40px;
}
.section03 .txt-list {
	margin: 60px auto 90px;
}
.section03 .txt-list li:first-of-type {
	padding: 0;
	text-indent: 0;
}
.acc-txt {
	display: none;
	margin-top: 30px;
	font-weight: 400;
	line-height: 2;
}
.acc-txt a, .contact-txt a {
	color: #fa3bfb;
	text-decoration: underline;
}
.acc-txt a:hover, .contact-txt a:hover {
	text-decoration: none;
}
.info {
	margin: 170px auto 0;
}
.info-ttl {
	width: 85%;
	max-width: 640px;
	margin: 0 auto 30px;
}
.info-bnr {
	width: 85%;
	max-width: 640px;
	margin: 0 auto 160px;
}
.info-txt {
	margin-bottom: 20px;
	text-align: center;
	line-height: 1.7;
}
.contact {
	max-width: 700px;
	margin: 0 auto 150px;
	padding: 25px 10px 30px;
	box-sizing: border-box;
	border: 2px solid;
	border-image: linear-gradient(45deg, #d106fd, #7123f0);
	border-image-slice: 1;
}
.contact-ttl {
	margin-bottom: 30px;
	font-family: "Noto Serif JP", serif;
	font-size: 26px;
	font-weight: 600;
	letter-spacing: .1rem;
	text-align: center;
	text-indent: .1rem;
}
.contact-txt {
	letter-spacing: .05rem;
	line-height: 1.7;
	text-align: center;
	text-indent: .05rem;
}
.copyright {
	width: 105px;
	margin: 0 auto;
}
@media screen and (max-width: 750px){
	.section03 {
		padding: 40px 0 10px;
	}
	.section03 .top-img {
		width: 96%;
		margin: 5px auto 35px;
	}
	.section03 .section-sub-ttl {
		font-size: 15px;
	}
	.section03 .cont-box {
		margin: 15px auto 50px;
		padding: 15px 10px 25px;
	}
	.section03 .step-txt-box > * + * {
		margin-top: 40px;
	}
	.section03 .step-txt-box > * + *::before {
		top: -30px;
	}
	.section03 .txt-list {
		margin: 25px auto 50px;
	}
	.acc-txt {
		margin-top: 15px;
		font-size: 10px;
		line-height: 1.6;
	}
	.info {
		margin: 85px auto 0;
	}
	.info-ttl {
		margin: 0 auto 15px;
	}
	.info-bnr {
		margin: 0 auto 75px;
	}
	.info-txt {
		margin: 0 auto 15px;
		font-size: 10px;
		line-height: 1.6;
	}
	.contact {
		width: 79%;
		margin: 0 auto 50px;
		padding: 15px 10px;
		border: 1px solid;
		border-image: linear-gradient(45deg, #d106fd, #7123f0);
		border-image-slice: 1;
	}
	.contact-ttl {
		margin-bottom: 15px;
		font-size: 13px;
	}
	.contact-txt {
		font-size: 10px;
		line-height: 1.6;
	}
	.copyright {
		width: 88px;
	}
}

/*********************
.btm_btn
*********************/
.btm_btn {
	width: 350px;
	margin: 70px auto 80px;
}
.btm_btn a {
	position: relative;
	width: 100%;
	padding: 13px 0;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	border: 3px solid #000;
	box-sizing: border-box;
	border-radius: 12px;
	display: block;
}
.btm_btn a::after {
	content: '';
	position: absolute;
	top: 50%;
	right: 2rem;
	width: 13px;
	height: 13px;
	border-top: 0.2rem solid #000;
	border-right: 0.2rem solid #000;
	transform: translateY(-50%) rotate(45deg);
}
.btm_btn a:hover {
	color: #fff;
	background: #000;
}
.btm_btn a:hover::after {
	border-top: 0.2rem solid #fff;
	border-right: 0.2rem solid #fff;
}
@media screen and (max-width: 750px){
	.btm_btn {
		width: 70%;
		max-width: 260px;
		margin: 50px auto 35px;
	}
	.btm_btn a {
		padding: 9px 0;
		font-size: 15px;
		border: 2px solid #000;
		border-radius: 10px;
	}
	.btm_btn a::after {
		width: 10px;
		height: 10px;
	}
}