@charset "UTF-8";

/* reset ---------------------------------------*/

div,dl,dt,dd,ul,ol,
li,h1,h2,h3,h4,h5,
h6,pre,code,form,fieldset,legend,
input,textarea,p,blockquote,
th,td {margin:0;padding:0;}
table {border-collapse:collapse;border-spacing:0;word-break: break-all;font-size:inherit;width:100%;}
fieldset,img {border:0;}
address,caption,cite,code,dfn,em,strong,th,var {font-style:normal;font-weight:normal;}
li {list-style:none;}
caption,th {text-align:left;}
h1,h2,h3,h4,h5,h6 {font-size:100%;font-weight:normal;}
q::before,q::after {content:'';}
abbr {border:0;font-variant:normal;}
sup {vertical-align:text-top;}
sub {vertical-align:text-bottom;}
input,textarea,select {font-family:inherit;font-size:inherit;font-weight:inherit;}
input,textarea,select {font-size:100%;}
legend {color:#000;}
select,input,button,textarea {font-size:inherit;font-family:inherit;box-sizing: border-box;}
pre,code,kbd,samp {font-family:monospace;font-size:108%;line-height:100%;}
figure {padding:0;margin:0;}
input[type="submit"],
input[type="button"],
button {border-radius: 0;-webkit-box-sizing: content-box;-webkit-appearance: button;appearance: button; border: none;box-sizing: border-box;cursor: pointer;}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration,
button::-webkit-search-decoration {display: none;}
input[type="submit"]:focus,
input[type="button"]:focus,
button:focus {outline-offset: -2px;}


/* base ---------------------------------------*/

* {
	box-sizing:border-box;
	min-height: 0vw;
}

html,body {height:100%;}

.landingPageLayout body {
	-webkit-text-size-adjust: 100%;
	padding:0;
	margin: 0;
	font-family: "Noto Sans JP", sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-feature-settings: "palt" 1;
	-webkit-font-feature-settings: "palt" 1;
	line-height: 1.5;
	/*letter-spacing: 0.05em;*/
	color: #fff;
}

a {
	text-decoration: none;
	color:inherit;
	transition: all .25s ease;
}

a:hover {
	opacity: 0.7;
}

img {
	vertical-align: bottom;
	line-height: 1;
	max-width:100%;
	height: auto;
}


/* common item ---------------------------------------*/
.icon-x {
	display: inline-block;
	background: url('../img/icon_x.png') no-repeat;
	background-size: contain;
	height: 98px;
	width: 100px;
}

.icon-link {
	display: inline-block;
	background: url('../img/icon_link.svg') no-repeat;
	background-size: contain;
	height: 29px;
	width: 29px;
}

/* layout ---------------------------------------*/

.wrapper {
	background-color: #000;
	background-image: url('../img/bg.png');
	background-repeat: no-repeat;
	background-position: 0 -56px;
	background-size: 100% auto;
}


/* kv ---------------------------------------*/
.kv {
	position: relative;
	z-index: 1;
}

.kv-image {
	width: 100%;
	height: 636px;
}

.kv-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.kv-notice {
	position: absolute;
	bottom: 9%;
	right: 19%;
	font-size: 15px;
}


/* campaign ---------------------------------------*/
.campaign {
	padding: 38px 20px 0;
	margin-bottom: 92px;
}

.campaign-inner {
	max-width: 1200px;
	margin: 0 auto;
}

.campaign-title {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 20px;
	margin: 0 auto 72px;
}

.campaign-title .icon-x{
	flex-shrink: 0;
}

.campaign-title-text {
	font-size: 54px;
	font-weight: 700;
	line-height: 1.213;
	letter-spacing: 0.08em;
	color: #F51828;
}

.campaign-detail {
	max-width: 846px;
	margin: 0 auto 16px;
}

.campaign-detail:last-of-type {
	margin: 0 auto 80px;
}

.campaign-detail dt {
	position: relative;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.875;
	color: #F51828;
	padding-left: 26px;
	margin-bottom: 4px;
}

.campaign-detail dt::before {
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	z-index: 1;
	width: 20px;
	height: 20px;
	background: url('../img/icon_point.svg') no-repeat;
	background-size: contain;
	content: '';
}

.campaign-detail dd {
	font-size: 16px;
	line-height: 1.438;
	letter-spacing: 0.08em;
}

.campaign-step {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 32px;
}

.campaign-step-item {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	position: relative;
	width: calc(619 / 1200 * 100%);
	aspect-ratio: 619 / 495;
	z-index: 1;
	padding: 0 60px;
}

.campaign-step-item:first-of-type {margin-right: calc(-24 / 1200 * 100%);}
.campaign-step-item:nth-of-type(2) {margin-left: calc(-24 / 1200 * 100%);}


.campaign-step-frame {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: -1;
}

.campaign-step-frame img {
	width: 100%;
}

.campaign-step-text {
	font-size: 22px;
	font-weight: 700;
	line-height: 2.065;
	text-align: center;
	margin-bottom: 24px;
}

.campaign-step-text span {
	color: #F51828;
	text-decoration: underline;
}

.campaign-btn-wrapper {
	text-align: center;
	width: 100%;
}

.campaign-btn {
	display: inline-block;
	position: relative;
	top: 0;
	left: 0;
	max-width: 365px;
	width: 100%;
	height: 64px;
	border-radius: 10px;
	padding: 0 20px;
	font-size: 20px;
	font-weight: 700;
	line-height: 64px;
	text-align: center;
	color: #000;
	background: #fff;
	border: 1px solid #fff;
	transition: all .25s ease;
}

.campaign-btn::after {
	position: absolute;
	top: 5px;
	left: 5px;
	z-index: 1;
	width: calc(100% - 2px);
	height: calc(100% - 2px);
	border-radius: 10px;
	border: 1px solid #fff;
	content: '';
	transition: all .25s ease;
}

.campaign-btn:hover {
	top: 5px;
	left: 5px;
	opacity: 1;
}

.campaign-btn:hover::after {
	top: 0;
	left: 0;
}
.campaign-prize {
}

.campaign-prize img {
}


/* voice ---------------------------------------*/
.voice {
	padding: 0 20px;
	margin-bottom: 38px;
}

.voice-inner {
	max-width: 1200px;
	margin: 0 auto;
}

.voice-title {
	position: relative;
	font-size: 60px;
	font-weight: 700;
	text-align: center;
	margin-bottom: 26px;
	padding: 100px 80px 0;
	z-index: 1;
}

.voice-title::before {
	position: absolute;
	top: 0;
	left: 4.5%;
	z-index: -1;
	width: 385px;
	height: 200px;
	background: url('../img/title_voice.png') no-repeat;
	background-size: contain;
	content: '';
}

.voice-block {

}


/* customize ---------------------------------------*/
.customize {
	padding: 0 20px;
	margin-bottom: 184px;
}

.customize-inner {
	max-width: 1200px;
	margin: 0 auto;
}

.customize-title {
	position: relative;
	font-size: 60px;
	font-weight: 700;
	text-align: center;
	line-height: 1.333;
	margin-bottom: 76px;
	padding-top: 56px;
	z-index: 1;
}

.customize-title::before {
	position: absolute;
	top: 0;
	left: 7%;
	z-index: -1;
	width: 414px;
	height: 202px;
	background: url('../img/title_video.png') no-repeat;
	background-size: contain;
	content: '';
}
.customize-list {
	display: flex;
	flex-wrap: wrap;
	gap: 56px calc(45 / 1200 * 100%);
}

.customize-list-item {
	width: calc(370 / 1200 * 100%);
}

.customize-list-movie {
	position: relative;
	padding-top: 56.25%;
}

.customize-list-movie iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
}

.customize-list-title {
	margin-top: 20px;
	font-size: 18px;
}


/* feature ---------------------------------------*/
.feature {
	padding: 0 20px;
	margin-bottom: 156px;
	overflow: hidden;
}

.feature-title {
	position: relative;
	font-size: 60px;
	font-weight: 700;
	text-align: center;
	line-height: 1.167;
	margin-bottom: 76px;
	padding-top: 70px;
	z-index: 1;
}

.feature-title::before {
	position: absolute;
	top: 0;
	left: 32%;
	transform: translateX(-50%);
	z-index: -1;
	width: 491px;
	height: 176px;
	background: url('../img/title_features.png') no-repeat;
	background-size: contain;
	content: '';
}

.featurelist-wrapper {
	overflow: visible;
	margin-bottom: 154px;
}

.featurelist {
}

.featurelist-item.swiper-slide {
	opacity: 0.7;
}
.featurelist-item.swiper-slide.swiper-slide-prev,
.featurelist-item.swiper-slide.swiper-slide-active,
.featurelist-item.swiper-slide.swiper-slide-next {opacity: 1;}

.featurelist-item a {
	position: relative;
	display: block;
	width: 100%;
}

.featurelist-item a::after {
	position: absolute;
	bottom: 2.5%;
	right: 3%;
	z-index: 1;
	width: calc(36 / 380 * 100%);
	aspect-ratio: 1 / 1;
	background: url('../img/icon_plus.svg') no-repeat;
	background-size: contain;
	content: '';
}

.featurelist-item a img {
	width: 100%;
}

.featurelist-wrapper .swiper-pagination-bullets {
	bottom: unset;
	top: calc(100% + 64px);
}

.featurelist-wrapper .swiper-pagination-bullet {
	width: 32px;
	height: 8px;
	background: #8A8A8A;
	border: 1px solid #000;
	transform: skew(40deg);
	border-radius: 0;
	margin: 0 2px!important;
	opacity: 1;
}

.featurelist-wrapper .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background: #F51828;
}

.featurelist-wrapper .swiper-button-prev,
.featurelist-wrapper .swiper-button-next {
	top: calc(100% + 86px);
	right: unset;
	transform: translateX(-50%);
	width: 36px;
	height: 34px;
}

.featurelist-wrapper .swiper-button-prev {left: calc(50% - 230px);}
.featurelist-wrapper .swiper-button-next {left: calc(50% + 230px);}

.featurelist-wrapper .swiper-button-prev::after,
.featurelist-wrapper .swiper-button-next::after {
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 36px;
	margin: auto;
	width: 34px;
}

.featurelist-wrapper .swiper-button-prev::after {
	background-image: url("../img/icon_prev.svg");
}

.featurelist-wrapper .swiper-button-next::after {
	background-image: url("../img/icon_next.svg");
}

.feature-btn-wrapper {
	text-align: center;
}

.feature-btn {
	display: inline-block;
	position: relative;
	max-width: 625px;
	width: 100%;
	padding: 12px 20px 15px;
	font-size: 30px;
	font-weight: 700;
	border: 1px solid #fff;
	transition: all .25s ease;
}

.feature-btn .icon-link {
	position: absolute;
	top: 50%;
	right: 6%;
	transform: translateY(-50%);
	z-index: 1;
}



/* policy ---------------------------------------*/
.policy {
	padding: 0 20px;
	margin-bottom: 114px;
}

.policy-inner {
	max-width: 1035px;
	margin: 0 auto;
}

.policy-block {
}

.policy-title {
	position: relative;
	width: 100%;
	padding: 8px 20px 10px;
	font-size: 20px;
	font-weight: 700;
	text-align: center;
	border: 1px solid #fff;
	cursor: pointer;
}

.policy-title::before,
.policy-title::after { 
	position: absolute;
	content: '';
	top: 50%;
	right: 24px;
	transform: translateY(-50%);
	height: 1px;
	width: 22px;
	background: #fff;
	transition: all .25s ease;
}

.policy-title::before { 
	transform: translateY(-50%) rotate(90deg);
}

.policy-title.open:before {
	transform: translateY(-50%) rotate(180deg);
}

.policy-title.open::after { 
	opacity: 0;
}

.policy-body-inner {
	margin-top: 42px;
	padding: 0 6px;
}

.policy-text {
	font-size: 16px;
}

.policy-text + .policy-text {
	margin-top: 24px;
}

/* other ---------------------------------------*/
.other {
	padding: 0 20px 160px;
}

.other-inner {
	max-width: 1190px;
	margin: 0 auto;
}

.other-title {
	position: relative;
	font-size: 60px;
	font-weight: 700;
	text-align: center;
	margin-bottom: 90px;
	padding-top: 90px;
	z-index: 1;
}

.other-title::before {
	position: absolute;
	top: 0;
	left: 4.5%;
	z-index: -1;
	width: 597px;
	height: 192px;
	background: url('../img/title_other.png') no-repeat;
	background-size: contain;
	content: '';
}

.other-bnr {
	display: block;
	width: 100%;
}

.other-bnr img {
	width: 100%;
}


/* modal ---------------------------------------*/

.modal-wrapper {display: none;}
.modal {background: unset;}

.modal-inner {
	max-width: 1300px;
	width: 100%;
	max-height: 80vh;
	overflow: hidden;
	clip-path: polygon(0 0, 27% 0, calc(27% + 38px) 47px, 100% 47px, 100% 100%, 0 100%);
	padding: 122px 0 0;
	background: url('../img/bg_modal.jpg') no-repeat;
	background-size: cover;
}

.modal-block {
	height: 100%;
	overflow-x: hidden;
	overflow-y: auto;
	padding: 0 calc(114 / 1300 * 100%) 92px calc(120 / 1300 * 100%);
}

.modal-title {
	position: relative;
	font-size: 51px;
	font-weight: 700;
	line-height: 1.457;
	letter-spacing: 0.1em;
	color: #F51828;
	width: fit-content;
	margin: 0 0 34px 60px;
	padding: 0 0 4px 26px;
	z-index: 1;
}

.modal-title::before {
	position: absolute;
	bottom: 0;
	left: -60px;
	z-index: 1;
	width: 61px;
	height: 65px;
	background: url('../img/img_modal_title_deco.png') no-repeat;
	background-size: contain;
	content: '';
}

.modal-title::after {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	height: 1px;
	background: #F51828;
	content: '';
}

.modal-subtitle {
	font-size: 24px;
	font-weight: 700;
	line-height: 1.777;
	letter-spacing: 0.12em;
	color: #F51828;
}

.modal-text {
	font-size: 18px;
	line-height: 2.369;
	letter-spacing: 0.2em;
}

.modal-text + .modal-subtitle {
	margin-top: 46px;
}

.modal-image {
	margin-top: 66px;
	width: 100%;
}

.modal-image img {
	width: 100%;
}

.modal-title + .modal-image {
	margin-top: 80px;
}

.modal-video {
	position: relative;
	z-index: 1;
	width: 100%;
	padding-top: 56.25%;
	margin-top: 66px;
}

.modal-video video {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
}

.modal-notice {
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 0.1em;
	margin-top: 34px;
}


/* pc only */
@media screen and (min-width: 768px) {
	.sp {display: none !important;}
	.spbr {display: none;}
}


/* small pc */
@media screen and (min-width: 768px) and (max-width: 1919px){
	/* .featurelist-item { 
		width: 380px !important;
	} */
}

@media screen and (min-width: 768px) and (max-width: 1200px) {
	.kv-image {
		height: 400px;
	}

	.campaign-step-text {
		font-size: calc(22 / 1200 * 100vw);
	}
}



/* sp only */
@media screen and (max-width: 767px) {

	/* common item ---------------------------------------*/
	.pc {display: none !important;}
	.pcbr {display: none;}


	/* common item ---------------------------------------*/
	.icon-x {
		display: none;
	}

	.icon-link {
		height: 19px;
		width: 19px;
	}

	/* layout ---------------------------------------*/

	.wrapper {
		background-image: url('../img/bg_sp.png');
		background-position: 0px 13px;
		background-size: 100% auto;
	}


	/* kv ---------------------------------------*/
	.kv {

	}

	.kv-image {
		height: unset;
	}

	.kv-image img {
		object-fit: contain;
	}

	.kv-notice {
		position: absolute;
		bottom: -7vw;
        right: 3%;
		font-size: 12px;
	}


	/* campaign ---------------------------------------*/
	.campaign {
		padding: 56px 0 0;
		margin-bottom: 30px;
		overflow: hidden;
	}

	.campaign-title {
		display: block;
		margin: 0 auto 32px;
		padding: 0 14px;
	}

	.campaign-title-text {
		font-size: 21px;
		line-height: 1.481;
		letter-spacing: 0.05em;
	}

	.campaign-detail {
		margin: 0 auto 12px;
		padding: 0 16px;

	}

	.campaign-detail:last-of-type {
		margin: 0 auto 10px;
	}

	.campaign-detail dt {
		margin-bottom: 0;
	}

	.campaign-detail dd {
		line-height: 2;
	}

	.campaign-step {
		display: block;
		margin-bottom: -10px;
	}

	.campaign-step-item {
		width: 103%;
		padding: 0 30px;
	}

	.campaign-step-item:first-of-type {margin: 0 -1.5%;}
	.campaign-step-item:nth-of-type(2) {margin: -30px -1.5% 0;}

	.campaign-step-text {
		font-size: calc(16 / 375 * 100vw);
		line-height: 1.773;
		margin-bottom: 4vw;
	}

	.campaign-btn {
		max-width: 228px;
		height: 50px;
		border-radius: 10px;
		padding: 0 20px;
		font-size: 16px;
		line-height: 50px;
	}

	.campaign-prize {
		width: 116%;
		margin: 0 -8%;
	}

	.campaign-prize img {
		width: 100%;
	}


	/* voice ---------------------------------------*/
	.voice {
		padding: 0 16px;
		margin-bottom: 18px;
	}

	.voice-inner {
		max-width: 1200px;
		margin: 0 auto;
	}

	.voice-title {
		font-size: 27px;
		line-height: 1.481;
		margin-bottom: 8px;
		padding: 48px 0 0;
	}

	.voice-title::before {
		left: 27%;
		transform: translateX(-50%);
		width: 151px;
		height: 78px;
	}


	/* customize ---------------------------------------*/
	.customize {
		padding: 0 16px;
		margin-bottom: 90px;
	}

	.customize-title {
		font-size: 27px;
		line-height: 1.481;
		margin-bottom: 36px;
		padding-top: 48px;
	}

	.customize-title::before {
		left: 32%;
		transform: translateX(-50%);
		width: 162px;
		height: 79px;
	}

	.customize-list {
		gap: 26px calc(21 / 343 * 100%);
	}

	.customize-list-item {
		width: calc(161 / 343 * 100%);
	}

	.customize-list-title {
		margin-top: 8px;
		font-size: 14px;
	}


	/* feature ---------------------------------------*/
	.feature {
		padding: 0 16px;
		margin-bottom: 90px;
	}

	.feature-title {
		font-size: 27px;
		line-height: 1.481;
		margin-bottom: 40px;
		padding-top: 48px;
	}

	.feature-title::before {
		left: 30%;
		width: 216px;
		height: 78px;
	}

	.featurelist-wrapper {
		overflow: visible;
		margin-bottom: 88px;
	}

	.featurelist {
	}

	.featurelist-item.swiper-slide,
	.featurelist-item.swiper-slide.swiper-slide-prev,
	.featurelist-item.swiper-slide.swiper-slide-next {opacity: 0.5;}
	.featurelist-item.swiper-slide.swiper-slide-active {opacity: 1;}

	.featurelist-item a::after {
		width: calc(25 / 260 * 100%);
	}

	.featurelist-wrapper .swiper-pagination-bullets {
		top: calc(100% + 26px);
	}

	.featurelist-wrapper .swiper-pagination-bullet {
		width: 18px;
		height: 5px;
		margin: 0 1px !important;
	}

	.featurelist-wrapper .swiper-button-prev,
	.featurelist-wrapper .swiper-button-next {
		top: calc(100% + 46px);
		width: 36px;
		height: 34px;
	}

	.featurelist-wrapper .swiper-button-prev {left: calc(50% - 128px);}
	.featurelist-wrapper .swiper-button-next {left: calc(50% + 128px);}

	.featurelist-wrapper .swiper-button-prev::after,
	.featurelist-wrapper .swiper-button-next::after {
		height: 19px;
		width: 20px;
	}

	.feature-btn {
		max-width: 280px;
		padding: 23px 20px 20px;
		font-size: 17px;
	}

	.feature-btn .icon-link {
		right: 3%;
	}



	/* policy ---------------------------------------*/
	.policy {
		padding: 0 18px;
		margin-bottom: 58px;
	}

	.policy-block {
	}

	.policy-title {
		padding: 18px 20px 20px;
	}

	.policy-body-inner {
		margin-top: 24px;
	}


	/* other ---------------------------------------*/
	.other {
		padding: 0 20px 60px;
	}

	.other-title {
		font-size: 27px;
		line-height: 1.481;
		margin-bottom: 38px;
		padding-top: 64px;
	}

	.other-title::before {
		left: 39%;
		transform: translateX(-50%);
		width: 276px;
		height: 89px;
	}

	.other-bnr-wrapper {
		padding: 0 20px;
	}


	/* modal ---------------------------------------*/
	.modal-inner {
		clip-path: polygon(0 0, 43% 0, calc(43% + 15px) 20px, 100% 20px, 100% 100%, 0 100%);
		padding: 68px 0 0;
	}

	.modal-block {
		padding: 0 20px 30px;
	}

	.modal-title {
		font-size: 20px;
		line-height: 1.514;
		letter-spacing: 0.05em;
		width: calc(100% - 20px);
		margin: 0 0 6px 22px;
        padding: 0 0 4px 10px;
	}

	.modal-title::before {
		left: -26px;
		width: 27px;
		height: 34px;
		background: url('../img/img_modal_title_deco_sp.png') no-repeat;
		background-size: contain;
	}

	.modal-subtitle {
		font-size: 16px;
		line-height: 2;
		letter-spacing: 0.12em;
	}

	.modal-text {
		font-size: 16px;
		line-height: 2;
		letter-spacing: 0.2em;
	}

	.modal-text + .modal-subtitle {
		margin-top: 12px;
	}

	.modal-image {
		margin-top: 22px;
	}

	.modal-title + .modal-image {
		margin-top: 26px;
	}

	.modal-video {
		margin-top: 22px;
	}

	.modal-notice {
		font-size: 14px;
		letter-spacing: 0.1em;
		line-height: 1.929;
		margin-top: 18px;
	}

}


/* iphone5 iphoneSE用 */
@media screen and (max-width: 370px) {

}