.lp_wrap {
	margin-left: auto;
	margin-right: auto;
	color: #fff;
}

.s .lp_wrap {
	width: 100%;
}

/*form--------------------------------*/
.header {
	background-color: white;
	padding: 10px 0px 10px 10px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.logo {
	width: 100%;
}

.logo_box {
	max-width: 300px;
}

a:hover {
	text-decoration: none;
	/* opacity: 0.5; */
}

.netflix {
	text-align: center;
	width: 100%;
}

img {
	/* max-width: 750px; */
	width: 100%;
	/* padding: 1%; */
	/* margin-top: 30px; */
}

.pc {
	display: block;
}

.sp {
	display: none;
}

#footer {
	margin-top: 0;
}


/* LP --------------------------------*/

/* 共通 ------------ */

.sec01,
.sec02 {
	background-color: #000;
	padding: 8% 0;
	position: relative;
}

.sec01::after,
.sec02::after {
	content: "";
	background-image: url(../img/pc/red_treat.png);
	position: absolute;
	background-repeat: no-repeat;
	width: 30%;
	height: 360px;
	top: 0%;
	left: 0%;
}

h3 {
	text-align: center;
	width: 70%;
	margin: 0 auto;
}

h3 img {
	display: block;

}

ul {
	display: flex;
	justify-content: center;
	list-style: none;
	flex-wrap: wrap;
	padding: 0;
}

/* mv ------------ */
.mv {
	background-image: url(../img/pc/mv_bg.jpg);
	background-size: cover;
}

.mv_wrap {
	width: 70%;
	margin: 0 auto;

}

.mv img {
	width: 100%;
	margin: 0 auto;
}

/* アニメーション ------------ */
@keyframes blinking {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@keyframes scroll-left {
	0% {
		transform: translateX(0);
	}

	100% {
		transform: translateX(-50%);
	}
}

/* lead ------------ */
.lead_top {
	background: linear-gradient(-225deg, #c5c7c9 0%, #efeff1 45%, #fff 70%, #c5c7c9 100%);
	text-align: center;
	padding: 2% 28%;
}

.lead_wrap {
	background-image: url(../img/pc/lead_bg.jpg);
	background-size: cover;

	padding: 80px 0;
}

.lead_content {
	text-align: center;
	max-width: 980px;
	margin: 0 auto;
}

.lead_content .lead_txt {
	margin: 0 auto;
	font-size: 28px;
	font-weight: 500;
	letter-spacing: -0.2rem;
	line-height: 1.6;
}

.btn.acc {
	gap: 60px;
	margin: 5% auto;
	padding: 0;

}

.btn li {
	position: relative;
}

.btn a {
	position: relative;
	/* display: inline-block;
	background: linear-gradient(-180deg, #000 0%, #3d3d3d 100%);
	background-size: 200% 100%;
	border: 2px solid;
	border-image: linear-gradient(to right, #fdd00d, #f28e11, #d8356b, #a393e5, #5d87d4) 1; */
	transition: .3s;
}


.btn a:hover {
	background: linear-gradient(-180deg, #1a1a1a 0%, #3c3c3c 100%);
	box-shadow: 0 0 15px -4px rgba(255, 255, 255, 1);
	transition: .3s;
}

.btn.acc a {
	padding: 4% 0 8%;
}

.btn p {
	font-size: 24px;
	text-align: center;
}

.lead_content .character {
	position: absolute;
	width: 55px;
	right: 2%;
	bottom: -8%;
}

/* sec01 ------------ */
.sec01 {
	background-image: url(../img/pc/dot_treat.png);
	background-repeat: repeat;
	background-size: 100%;
	position: relative;
}

.sec01_bg {
	width: 30%;
	position: absolute;
}

.sec01_bg._02 {
	top: 22%;
	right: 1%;
}

.sec01_bg._03 {
	transform: scaleX(-1);
    top: 51%;
    left: -3%;
}

.sec01_bg._04 {
    top: 75%;
    right: -3%;
}

.h2 {
	display: flex;
	overflow: hidden;
}

.h2_slide {
	display: flex;
	padding: 0;
	width: max-content;
	animation: scroll-left 20s linear infinite;
	align-items: center;
}

.h2_slide img {
	margin: 0 16px;
}

.sec01_wrap {
	max-width: 980px;
	margin: 60px auto;
}

.sec01_content {
	background-image: url(../img/item_base.png);
	border: 1px solid;
	border-radius: 50px;
	background-repeat: repeat;
	position: relative;
	padding: 80px 40px;
}

.sec01_content._01::after {
	content: "";
	background-image: url(../img/character_01.png);
	background-repeat: no-repeat;
	background-size: 100%;
	position: absolute;
	bottom: -53px;
	right: 40px;
	width: 130px;
	height: 200px;
}

.sec01_content._02::after {
	content: "";
	background-image: url(../img/character_02.png);
	background-repeat: no-repeat;
	background-size: 100%;
	position: absolute;
	top: 30%;
	left: 40px;
	width: 130px;
	height: 200px;
}

.sec01_content._03::after {
	content: "";
	background-image: url(../img/character_03.png);
	background-repeat: no-repeat;
	background-size: 100%;
	position: absolute;
	top: 19%;
	right: 10%;
	width: 100px;
	height: 200px;
}

.sec01_content_corner {
	position: absolute;
}

.sec01_content_corner._01 {
	top: 0;
	left: 0;
}

.sec01_content_corner._02 {
	top: -7px;
	right: 4px;
	transform: rotate(90deg);
}

.sec01_content_corner._03 {
	bottom: -6px;
	left: 3px;
	transform: rotate(-90deg)
}

.sec01_content_corner._04 {
	bottom: -1px;
	right: -3px;
	transform: rotate(-180deg);
}

.sec01_content .item_list {
	gap: 40px;
	padding-bottom: 60px;
}

.sec01_content .item_box.large {
	width: 47%;
}

.sec01_content .item_box.small {
	width: 30%;
}

.sec01_content .item_txt {
	text-align: center;
	font-size: 18px;
	padding-top: 20px;
}

.sec01_content .item_txt p {
	line-height: 1.4;
}

.sec01_item_note {
	text-align: center;
	font-size: 14px;
}

.sec01_notice {
    width: 35%;
	margin: 0 auto;
}
.sec01_item04_top {
	font-size: 28px;
	text-align: center;
	margin-bottom: 60px;
}
.sec01 .item_btn {
	display: block;
	width: 30%;
	line-height: 1.4;
	margin: 0 auto;
}
.sec01 .item_btn_txt{
	text-align: center;
		font-size: 28px;
		line-height: 1.2;
		margin: 3% auto 0;
}
.sec01 .item_btn_txt span{
	font-size: 14px;
}

/* sec02 ------------ */
.sec02 {
	padding-bottom: 0;
}

.sec02_wrap {
    background-image: url(../img/pc/sec03_bg.png);
    background-size: 98%;
    background-repeat: no-repeat;
    margin: 0 auto;
    padding: 2% 0;
    background-position: center;
}

.sec02_content {
	max-width: 980px;
	margin: 0 auto;
}

.sec02_content._01 {
	position: relative;
	margin: 60px auto 30px;
	background-color: #7f0001;
	border-radius: 50px;
	border: 2px solid #aaaaaa;
	padding: 40px;
	text-align: center;
}

.sec02_content._01::after {
	content: "";
	background-image: url(../img/hatoson.png);
	background-size: 100%;
	background-repeat: no-repeat;
	right: 1%;
	position: absolute;
	top: 60%;
	width: 100px;
	height: 140px;
}

.sec02_content._01 p {
	font-size: 24px;
	letter-spacing: -.1rem;
}

.sec02_content._01 span {
	color: #ffeb73;
	font-weight: bold;
	font-size: 32px;
	letter-spacing: -.1rem;
}

.sec02_content._detail {
	display: flex;
	justify-content: center;
	font-size: 14px;
	text-align: left;
	margin: 0 auto;
}

.sec02_content._02 {
	margin: 60px auto;
}

.sec02 .btn a::after {
	bottom: 38%;
	right: 5%;
	transform: rotate(-90deg);
}

.btn li {
	position: relative;
}

.btn.entry {
	text-align: center;
	width: 30%;
	margin: 0 auto;
}

.btn p {
	font-size: 24px;
	text-align: center;
}


/* モーダル */
.modal {
	display: none;
	width: 100%;
	height: 100vh;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
}

.modal__bg,
.preview_bg {
	width: 100%;
	height: 100vh;
	position: fixed;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.6);
}

.modal__content {
	width: 61%;
	max-width: 880px;
	height: auto;
	margin: 30px auto;
	padding: 10px;
	border-radius: 28px;
	background-color: #000;
	border: 2px solid #e4141c;
	position: absolute;
	top: 5px;
	left: 50%;
	overflow-y: scroll;
	transform: translate(-50%, -5px);
}

.modal_wrap {
	padding-top: 40px;
	padding-bottom: 60px;
	border-radius: 20px;
	position: relative;
}

.modal_wrap li {
	max-width: 800px;
	font-size: 20px;
	justify-content: left;
	text-align: left;
	letter-spacing: .1rem;
	padding-left: 1em;
	text-indent: -1em;


}

.modal_date {
	width: 93%;
	max-width: 800px;
	margin: 0 auto;
	padding-bottom: 20px;
}

.modal_img {
	width: 100%;
	margin: 0 auto;
}

.modal_txt {
	color: #fff;
	text-align: center;
	font-size: 20px;
}

.modal_wrap ul {
	justify-content: left;
	padding: 0 80px;
	margin: 3% auto;
}

.modal_wrap li {
	max-width: 800px;
	font-size: 20px;
	justify-content: left;
	text-align: left;
	letter-spacing: .2rem;

}

.modal_txt.price {
	font-size: 24px;
	position: relative;
}

.modal_txt.note {
	margin-top: 3%;
}

.modal_txt.price::after {
	content: "";
	background-image: url(../img/modal_img/line.png);
	position: absolute;
	background-size: 100%;
	background-repeat: no-repeat;
	width: 90%;
	height: 130px;
	top: 105%;
	left: 3%;
}

.modal_txt span {
	font-size: 52px;
	font-family: "Bebas Neue", sans-serif;
	font-weight: 400;
	font-style: normal;
	letter-spacing: .2rem;
	margin-left: 1%;
}

.modal_txt .tax {
	font-size: 32px;
	margin-left: 0;
}

.modal-close {
	display: block;
	width: 40px;
	position: absolute;
	top: 12px;
	right: 12px;
}

.ns_btn {
	display: block;
	width: 50%;
	padding-top: 30px;
	margin: 0 auto;
}


.modal_bottom {
	width: 100%;
	height: 30px;
}

.btn_none {
	display: none;
}

.modal_note {
	color: #fff;
	text-align: center;
	font-size: 20px;
	margin-top: 2%;
}
.modal_note._tuhan{
	margin-top: -3%;
	margin-bottom: 2%;
	text-align: center;
	line-height: 1.2;
}
.ns_btn{
	pointer-events: none;
}

.modal_note.red {
	color: #ffeb73;

}
footer {
	font-size: 16px;
	text-align: center;
	padding: 2%;
	background-color: #202020;
}
footer .copyright {
	margin-bottom: 5px;
	line-height: 1.4;
}

@media screen and (max-width: 768px) {
	.pc {
		display: none;
	}

	.sp {
		display: block;
	}

	.s #footer {
		margin-top: 0;
	}

	.header {
		padding: 3% 0 3% 3%;
	}

	.logo {
		width: 100%;
	}

	.logo_box {
		max-width: 150px;
	}


	.sec01,
	.sec02 {
		background-color: #000;
		padding: 12% 0 0;
		position: relative;

	}

	.sec01::after,
	.sec02::after {
		background-image: url(../img/sp/red_treat.png);
		width: 36%;
		background-size: 100%;
	}

	h3 {
		width: 80%;
	}

	/* mv ------------ */
	.mv {
		background-image: none;
	}

	.mv_wrap {
		width: 100%;
		padding-top: 0;
	}

	.mv img {
		width: 100%;
		margin: 0 auto;
	}


	/* lead ------------ */
	.lead_top {
		padding: 4%;
	}

	.lead_wrap {
		background-image: url(../img/sp/lead_bg.jpg);
		background-size: cover;
		padding: 6% 0;
	}

	.lead_content {
		max-width: 90%;
	}

	.lead_content .lead_txt {
		font-size: 5.06vw;
	}

	.btn.acc li {
		width: 48%;
	}

	.btn.acc {
		gap: 10px;
		margin: 10% auto;
	}

	.lead_content .character {
		width: 40px;
		right: 0%;
	}


	/* sec01 ------------ */
	.sec01 {
		background-image: url(../img/sp/dot_treat.png);
		background-size: 130%;
		padding-bottom: 10%;
	}

	.sec01_bg {
		width: 70%;
		/* サイドのあしらい ------------ */
	}

	.sec01_bg._02 {
	    top: 23%;
		right: -17%
	}

	.sec01_bg._03 {
		transform: scaleX(1);
		top: 56%;
		left: 60%;
	}

	.sec01_bg._04 {
        top: 78%;
        right: -29%;
	}

	.h2_slide {
		width: 240%;
	}

	.sec02 .h2_slide {
		width: 300%;
	}

	.sec01_wrap {
		max-width: 90%;
		margin: 10% auto;
		z-index: 10;
	}


	.sec01_content {
		padding: 10% 5%;
		margin-top: 4%;
		border-radius: 27px;
		border: .5px solid;

	}

	.sec01_content::after {
		background-size: 100%;
		left: 16%;
		width: 18px;
		height: 18px;
	}

	.sec01_content._01::after {
		bottom: 92px;
		left: 76%;
		width: 63px;
		height: 130px;
	}

	.sec01_content._02::after {
		top: 85%;
		left: 17px;
		width: 63px;
		height: 130px;
	}

	.sec01_content._03::after {
		top: 94%;
		left: 80%;
		width: 57px;
		height: 132px;
	}

	.sec01_content_corner {
		width: 20%;

	}

	.sec01_content_corner._01 {
		top: -2px;
		left: -2px;
	}

	.sec01_content_corner._02 {
		top: -5px;
		right: 1px;
		transform: rotate(90deg);
	}

	.sec01_content_corner._03 {
		bottom: -4px;
		left: 1px;
		transform: rotate(-89deg);
	}

	.sec01_content_corner._04 {
		bottom: -1px;
		right: -2px;
		transform: rotate(-180deg)
	}

	.sec01_content .item_list {
		gap: 20px;
		padding-bottom: 6%;
	}

	.sec01_content .item_box.large {
		width: 100%;
	}

	.sec01_content .item_box.small {
		width: 46%;
	}

	.sec01_content .item_txt {
		font-size: 4vw;
		padding-top: 4%;
	}

	.sec01_notice {
        width: 90%;
        margin: 6% auto 0;
        margin-bottom: 10%;
	}
	.sec01_item04_top {
		font-size: 4.26vw;
		margin-bottom: 6%;
	}



.sec01 .item_btn {
	width: 80%;
}
.sec01 .item_btn_txt{
	text-align: center;
		font-size: 5.06vw;
		line-height: 1.2;
		margin: 3% auto 0;
}
.sec01 .item_btn_txt span{
	font-size: 3.2vw;
}



	/* sec02 ------------ */

	.sec02_wrap {
		background-image: url(../img/sp/sec03_bg.png);
	    padding-bottom: 8%;
        padding-top: 5%;
	}

	.sec02_content {
		max-width: 90%;
	}

	.sec02_content._01 {
		margin: 6% auto 30px;
		border-radius: 30px;
		padding: 6%;
	}

	.sec02_content._01::after {
		top: 78%;
		width: 55px;
		height: 74px;
	}

	.sec02_content._01 p {
		font-size: 4.26vw;
		line-height: 1.5;
	}

	.sec02_content._01 span {
		font-size: 5.6vw;
	}

	.sec02_content._detail {
		font-size: 3.2vw;
	}

	.sec02_content._02 {
		margin: 6% auto;
	}

	.sec02 .btn a::after {
		bottom: 36%;
	}

	.btn.entry {
		width: 70%;
		padding: 4% 0;
	}

	.btn p {
		font-size: 4.26vw;
	}


	/* モーダル */
	.modal__content {
		width: 90%;
	}

	.modal_wrap {
		padding-top: 4%;
		padding-bottom: 6%;
	}

	.modal_date {
		width: 93%;
		max-width: 100%;
		padding-bottom: 20px;
	}

	.modal_txt {
		font-size: 3.73vw;
	}

	.modal_wrap ul {
		justify-content: center;
		padding: 0;
		margin: 5% auto;
	}

	.modal_wrap li {
		width: 80%;
		font-size: 3.73vw;
		letter-spacing: .2rem;
	}

	.modal_txt.price {
		font-size: 3.73vw;
	}

	.modal_txt.price::after {
		width: 90%;
		top: 105%;
		left: 4%;
	}

	.modal_txt span {
		font-size: 8vw;
	}

	.modal_txt .tax {
		font-size: 4.26vw;
	}

	.modal-close {
		top: 0%;
		right: 0%;
	}

	.ns_btn {
		width: 90%;
		padding-top: 2%;
	}

	.modal_bottom {
		width: 100%;
		height: 30px;
	}

	.btn_none {
		display: none;
	}

	.modal_note {
		color: #fff;
		text-align: left;
		font-size: 3.2vw;
		line-height: 1.4;
		        width: 90%;
        margin: 0 auto;
	}
	footer {
	font-size: 2.66vw;
	padding: 4% 0;

}



}