@charset "utf-8";

/* CSS Document */

body {
	-webkit-text-size-adjust: 100%;
	text-size-adjust: 100%;
	word-break: keep-all;
	line-break: strict;
	word-wrap: break-word;
	overflow-wrap: break-word;
	color: #222;
}
body {
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
    text-align: left !important;
    line-break: strict;
    word-break: normal;
}
header {
	position: relative;
	z-index: 1000;
	margin: 0 auto;
	padding: 0;
	border: none;
	background: #000;
	height: 60px;
	overflow: hidden !important;
}
header p{
    padding: 0 10px 0 10px;
}
@media screen and (max-width: 750px){
	header {
		position: relative;
		z-index: 0;
	}
}

a:hover {
    opacity: 0.7;
}
a {
    transition: opacity 0.3s ease-out;
	color: #222;
}
.sp {
    display: none;
}
.pc {
    display: block;
}
@media (max-width: 750px) {
    .sp {
        display: block;
    }
    .pc {
        display: none;
    }
}

#contents .youtube {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
}
#contents .youtube iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
}

#page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
	width: 50px;
	height: 50px;
	z-index: 10000;
}
#page-top.fixed {
    position: fixed !important;
}
#page-top img{
	width: 100%;
}
@media screen and (max-width: 750px){
	#page-top {
		bottom: 3vw;
		right: 1vw;
		width: 10.638vw;
		height: 10.638vw;
	}
}

/* -----------------------------------------
contents
-----------------------------------------*/
#container {
	width: 100%;
    margin: auto;
}
#contents {
	display: block;
	width: 100%;
    margin: 0 auto;
	font-family: 'Noto Sans JP',"游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 26px;
    line-height: 1.6;
    /* font-feature-settings: "palt";
	letter-spacing: 0.04em; */
}
@media (max-width: 750px) {
    #contents {
        font-size: 3.45vw;
    }
}
.mont {
    font-family: 'Montserrat', sans-serif;
}
.urbanist{
    font-family: 'Urbanist', sans-serif;
}
#contents img {
    width: 100%;
}


/* -----------------------------------------
original
-----------------------------------------*/

.pagewrapper{
	position: relative;
	margin: 0 auto;
}

/*トップ分割*/

.ac_left{
	position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
	/* background-image: linear-gradient(0deg, transparent calc(100% - 1px), rgba(0, 0, 0, 0.3) calc(100% - 1px)),
                      linear-gradient(90deg, transparent calc(100% - 1px), rgba(0, 0, 0, 0.3) calc(100% - 1px));
	background-size: 20px 20px; */
	background-image: url(../img/250511/page_back-line-left.png);
	background-size: contain;
	background-repeat: repeat-y;
	background-position: center center;
}

.ac_right{
	position: fixed;
    right: 0;
    top: 0;
    bottom: 0;
	/* background-image: linear-gradient(0deg, transparent calc(100% - 1px), rgba(0, 0, 0, 0.3) calc(100% - 1px)),
                      linear-gradient(90deg, transparent calc(100% - 1px), rgba(0, 0, 0, 0.3) calc(100% - 1px));
	background-size: 20px 20px; */
	background-image: url(../img/250511/page_back-line-right.png);
	background-size: contain;
	background-repeat: repeat-y;
	background-position: center center;
}

.ac_left-back{
	position: relative;
	width: 100%;
	height: 100%;
	/* background: -moz-linear-gradient(to left, #000 50%, rgba(51,51,51,0.9));
	background: -webkit-linear-gradient(to left, #000 50%, rgba(51,51,51,0.9));
	background: linear-gradient(to left, #000 50%, rgba(51,51,51,0.9)) */
	/* background-color: #FCF5E5; */
}
.ac_right-back{
	width: 100%;
	height: 100%;
	/* background: -moz-linear-gradient(to right, #000 50%, rgba(51,51,51,0.9));
	background: -webkit-linear-gradient(to right, #000 50%, rgba(51,51,51,0.9));
	background: linear-gradient(to right, #000 50%, rgba(51,51,51,0.9)) */
	/* background-color: #FCF5E5; */
}
.ac_left-img{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}
.ac_right-img{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}



/* .ac_left-line{
	display: none;
	content: "";
	background-image: url(../img/240410/page_back-line.png);
	background-size: cover;
	position: absolute;
	top: 0;
	right: 0;
	width: 40px;
	height: 100vh;
}
.ac_right-line{
	display: none;
	content: "";
	background-image: url(../img/240410/page_back-line.png);
	background-size: cover;
	transform: scale(-1, 1);
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 100vh;
} */


.ac_inner{
	position: relative;
	z-index: 1;
	width: 376px;
	margin: 0 auto;
	background-color: #FADCC8;
}
.ac_inner-back{
	position: relative;
	padding-bottom: 46px;
}
.ac_inner-back::before{
	display: block;
	content: "";
	background-image: url(../img/250511/back_bottom.png);
	background-size: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 198px;
}

.pc_titlewrap{
	width: 75%;
	max-width: 450px;
	position: absolute;
	top: 55%;
	left: 50%;
	transform: translate(-50%, -50%);
	opacity: 0;
	transition: 0.4s ease-in-out;
}

@media screen and (min-width: 751px) {
	.ac_left {
		width: calc(50% - 11.7rem);
	}
	
	.ac_right {
		width: calc(50% - 11.7rem);
	}
	.pc_titlewrap{
		width: 75%;
		display: block;
	}

	/* .pc_title_l{
		width:80%;
		margin: 0 auto 3em;
	}

	.pc_title_r{
		width:60%;
		margin: 0 auto;
	} */

}

/* @media screen and (min-width: 1101px){
	
	.ac_left{
		width: calc(50% - 24.07rem);
	}
	.ac_right {
		width: calc(50% - 24.07rem);
	}

} */


@media screen and (max-width: 750px){
	.ac_left, .ac_right {
		display: none;
	}
	.ac_inner {
		width: 100%;
    	max-width: 750px;
		overflow: hidden;
	}
	.ac_inner-back{
		padding-bottom: 12.234vw;
	}
	.ac_inner-back::before{
		height: 52.8vw;
	}

}

.main_wrap{
	position: relative;
	z-index: 10;
	margin: 0 auto;
	padding-top: 60px;
	/* padding-bottom: 56px; */
}
.header-logo{
	display: flex;
	justify-content: center;
	align-items: center;
	position: fixed;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 376px;
	height: 60px;
	background-color: #000;
	z-index: 10;
}
.header-logo .logo-beauty{
	width: 126px;
	line-height: 1;
}
.header-logo .logo-mary{
	width: 242px;
	margin-left: 56.4px;
}
.mainvisual{
	margin-top: 0;
}
.main-lead{
	width: 100%;
	margin: 0 auto 0;
}
.main-date{
	display: flex;
	align-items: center;
	justify-content: center;
	height: 48px;
	background-color: #E5571A;
}
.main-date .flex{
	display: flex;
	align-items: baseline;
	justify-content: center;
	font-size: 16px;
	line-height: 1;
	font-weight: 700;
	text-align: center;
	color: #fff;
}
.main-date .flex .date{
	display: inline-block;
	padding: 0 1px;
	font-family: 'Urbanist', sans-serif;
	font-size: 32px;
}
.main-date .flex .day{
	display: inline-block;
	padding: 0 1px 2px;
	font-size: 12px;
}
.main-date .flex .time{
	display: inline-block;
	padding-left: 2px;
	font-family: 'Urbanist', sans-serif;
	font-size: 22px;
}
.main-date .flex .arrow{
	display: block;
	content: "";
	background-image: url(../img/250511/main-date_arrow.png);
	background-size: 100%;
	width: 7.5px;
	height: 12px;
	margin: 0 11px 2px;
}

.contents-block{
	width: 356px;
	margin: 0 auto;
}
.section-block{
	margin-top: 20px;
}
#sec-01{
	margin-top: 28px;
}
.section-inner{
	width: 344px;
	margin: 0 auto;
	border-radius: 6px;
	background-color: #fff;
	text-align: center;
}
#sec-01 .section-inner,
#sec-02 .section-inner{
	padding: 34px 0 28px;
}
#sec-05 .section-inner{
	padding: 28px 0 28px;
}

.section-inner-2block{
	margin-top: 32px;
}

.point-text-01{
	font-size: 18px;
	font-weight: 700;
	line-height: 1.375;
}
.point-text-01 .font-size{
	font-size: 13px;
}
.point-text-02{
	padding-top: 2px;
}
.point-text-02,
.point-text-04{
	font-size: 18px;
	font-weight: 700;
	line-height: 1.14;
}
.point-text-02 .text-color,
.point-text-04 .text-color{
	color: #E5571A;
}
.point-text-02 .text-size-large,
.point-text-04 .text-size-large{
	font-size: 28px;
}
.point-text-04 .text-size-large{
	margin-left: 2px;
}
.point-text-03{
	padding-top: 4px;
	font-size: 10px;
	line-height: 1.5;
}
.point-text-02 .text-size-small{
	display: inline-block;
	padding-bottom: 2px;
	font-size: 16px;
}
#sec-01 .point-text-02 .text-color{
	font-size: 26px;
}
#sec-01 .point-text-02{
	padding-top: 4px;
}
#sec-01 .point-text-02 .text-color .text-number{
	font-size: 32px;
}

.card-block{
	padding: 12px 0 10px;
	text-align: center;
}
.card-title {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 296px;
	height: 30px;
	margin: 0 auto;
	font-size: 13px;
	font-weight: 700;
	line-height: 1;
	color: #F25E00;
	background-color: #FFF6A0;
}
.card-text-01 {
	margin-top: 14px;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.375;
}
.card-text-02{
	margin-top: 0;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.35;
}
.card-text-02 .text-color{
	color: #F25E00;
}
.card-text-02 .text-size-large{
	font-size: 26px;
}
.card-text-01 .text-size-mini{
	font-size: 13px;
}
.card-border{
	display: block;
	content: "";
	width: 296px;
	height: 2px;
	margin: 22px auto 24px;
	background-image: url(../img/240712/sec_01-border.png);
	background-size: cover;
}
.card-attention{
	margin-top: 6px;
	font-size: 10px;
}

.label-coming{
	position: relative;
}
.label-coming::before{
	display: block;
	content: "";
	background-image: url(../img/250511/label_coming.png);
	background-size: 100%;
	position: absolute;
	top: 0;
	left: 0;
	width: 120px;
	height: 60px;
}
.present-block{
	padding: 15px 0 6px;
	text-align: center;
}
.present-title{
	font-size: 18px;
	font-weight: 700;
}
.present-title .text-color{
	color: #E5571A;
}
.present-text-01{
	padding-top: 8px;
	font-size: 14px;
	line-height: 1.42;
	font-weight: 700;
}
.present-text-01 .text-size-mini{
	font-size: 12px;
}

#sec-03 .section-inner{
	padding: 34px 0 26px;
}
.item-block{
	padding: 15px 0 6px;
	text-align: center;
}
.item-title{
	font-size: 18px;
	font-weight: 700;
}
.item-title .text-color{
	color: #E5571A;
}
.item-text-01{
	padding-top: 8px;
	font-size: 14px;
	line-height: 1.42;
	font-weight: 700;
}

#sec-04 .section-inner{
	padding: 34px 0 26px;
}
.benefits-block{
	padding: 15px 0 6px;
	text-align: center;
}
.benefits-title{
	font-size: 18px;
	font-weight: 700;
}
.benefits-title .text-color{
    color: #E5571A;
}
.benefits-text-01{
	padding-top: 8px;
	font-size: 14px;
	line-height: 1.42;
	font-weight: 700;
}

.next{
	position: relative;
	z-index: 10;
	margin: 32px auto 0;
	text-align: center;
	color: #fff;
}
.next-text-01{
	font-size: 16px;
	line-height: 1.625;
	font-weight: 700;
}
.next-text-02{
	margin-top: 4px;
	font-size: 10px;
	line-height: 1.5;
	font-weight: 700;
}

.information{
	padding: 46px 0;
	background-color: #222222;
}
.information p{
	width: 280px;
	margin: 12px auto 0;
	background-color: #fff;
}
.information p:first-child{
	margin: 0 auto;
}
.information .information-text{
	margin: 5px auto 0;
	font-size: 10px;
	background-color: unset;
	color: #fff;
}
.information .information-banner{
	margin: 9px auto 0;
}

footer{
	position: relative;
	z-index: 1000;
	padding: 15px 10px 15px;
	font-size: 10px;
}
footer p:last-child{
	padding-top: 7px;
}

@media (max-width: 1139px) {
	#menu{
		display: block;
	}
	.movie-cross-back{
		margin-top: -192px;
	}
	.movie-cross-space{
		display: block;
	}
}
@media screen and (max-width: 750px){
	.header-logo{
		width: 100vw;
		height: 15.957vw;
		overflow: hidden;
	}
	.header-logo .logo-beauty{
		width: 33.6vw;
	}
	.header-logo .logo-mary{
		width: 64.533vw;
		margin-left: 15.04vw;
	}
	.main_wrap {
		padding-top: 15.957vw;
	}
	.mainvisual{
		margin-top: 0;
	}
	.main-lead{
		margin: 0 auto 0;
	}
	.main-date{
		height: 12.766vw;
	}
	.main-date .flex{
		font-size: 4.255vw;
	}
	.main-date .flex .date{
		padding: 0 0.266vw;
		font-size: 8.511vw;
	}
	.main-date .flex .day{
		padding: 0 0.266vw 0.532vw;
		font-size: 3.191vw;
	}
	.main-date .flex .time{
		padding-left: 0.532vw;
		font-size: 5.851vw;
	}
	.main-date .flex .arrow{
		width: 1.995vw;
		height: 3.191vw;
		margin: 0 2.926vw 0.532vw;
	}
	.contents-block{
		width: 94.933vw;
		margin: 0 auto;
	}
	.section-block{
		margin-top: 5.3191vw;
	}
	#sec-01 {
		margin-top: 7.4468vw;
	}
	#sec-01 .section-inner,
	#sec-02 .section-inner{
		padding: 9.0425vw 0 7.4468vw;
	}
	#sec-05 .section-inner{
		padding: 7.4468vw 0 7.4468vw;
	}
	.section-inner{
		width: 91.733vw;
		margin: 0 auto;
	}
	.section-inner .section-outer-top{
		display: block;
		content: "";
		width: 91.733vw;
		height: 5.333vw;
		background-size: 100%;
	}
	.section-inner .section-outer{
		display: block;
		content: "";
		width: 91.733vw;
		height: auto;
		background-size: 100%;
	}
	.section-inner .section-outer-bottom{
		display: block;
		content: "";
		width: 91.733vw;
		height: 5.333vw;
		background-size: 100%;
	}
	
	.section-inner-2block{
		margin-top: 8.533vw;
	}
	
	.point-block{
		padding: 3.2vw 0 1.867vw;
		text-align: center;
	}
	.point-text-01{
		font-size: 4.787vw;
		line-height: 1.375;
	}
	.point-text-01 .font-size{
		font-size: 3.457vw;
	}
	.point-text-02{
		padding-top: 0.532vw;
	}
	.point-text-02,
	.point-text-04{
		font-size: 4.787vw;
		font-weight: 700;
		line-height: 1.14;
	}
	.point-text-02 .text-size-large,
	.point-text-04 .text-size-large{
		font-size: 7.447vw;
	}
	.point-text-04 .text-size-large{
		margin-left: 0.532vw;
	}
	.point-text-03{
		padding-top: 2.128vw;
		font-size: 2.66vw;
		line-height: 1.5;
	}
	.point-text-02 .text-size-small{
		padding-bottom: 0.533vw;
		font-size: 4.267vw;
	}
	#sec-01 .point-text-02 .text-color{
		font-size: 6.933vw;
	}
	#sec-01 .point-text-02{
		padding-top: 1.067vw;
	}
	#sec-01 .point-text-02 .text-color .text-number{
		font-size: 8.533vw;
	}

	.card-block{
		padding: 3.2vw 0 2.667vw;
		text-align: center;
	}
	.card-title {
		display: flex;
		align-items: center;
		justify-content: center;
		width: 78.933vw;
		height: 8vw;
		margin: 0 auto;
		font-size: 3.467vw;
		font-weight: 700;
		line-height: 1;
		color: #B10D22;
		background-color: #FFF6A0;
	}
	.card-text-01 {
		margin-top: 3.733vw;
		font-size: 4.267vw;
		font-weight: 700;
		line-height: 1.375;
	}
	.card-text-02{
		margin-top: 0;
		font-size: 4.267vw;
		font-weight: 700;
		line-height: 1.35;
	}
	.card-text-02 .text-color{
		color: #F25E00;
	}
	.card-text-02 .text-size-large{
		font-size: 6.933vw;
	}
	.card-text-01 .text-size-mini{
		font-size: 3.467vw;
	}
	.card-border{
		display: block;
		content: "";
		width: 78.933vw;
		height: 0.533vw;
		margin: 22px auto 24px;
		background-image: url(../img/240410/sec_01-border.png);
		background-size: cover;
	}
	.card-attention{
		margin-top: 1.6vw;
		font-size: 2.667vw;
	}
	
	.label-coming{
		position: relative;
	}
	.label-coming::before{
		display: block;
		content: "";
		background-size: 100%;
		position: absolute;
		top: 0;
		left: 0;
		width: 32vw;
		height: 16vw;
	}
	.present-block{
		padding: 4vw 0 1.6vw;
		text-align: center;
	}
	.present-title{
		font-size: 4.8vw;
		font-weight: 700;
	}
	.present-title .text-color{
		color: #1065B3;
	}
	.present-text-01{
		padding-top: 2.133vw;
		font-size: 3.733vw;
		line-height: 1.42;
		font-weight: 700;
	}
	.present-text-01 .text-size-mini{
		font-size: 3.2vw;
	}
	
	#sec-03 .section-inner {
		padding: 9.04255vw 0 6.9148vw;
	}
	.item-block{
		padding: 4vw 0 1.6vw;
		text-align: center;
	}
	.item-title{
		font-size: 4.8vw;
		font-weight: 700;
	}
	.item-text-01{
		padding-top: 2.133vw;
		font-size: 3.733vw;
		line-height: 1.42;
		font-weight: 700;
	}
	
	#sec-04 .section-inner {
        padding: 9.04255vw 0 6.9148vw;
    }
	.benefits-block{
		padding: 4vw 0 1.6vw;
		text-align: center;
	}
	.benefits-title{
		font-size: 4.8vw;
		font-weight: 700;
	}
	.benefits-text-01{
		padding-top: 2.133vw;
		font-size: 3.733vw;
		line-height: 1.42;
		font-weight: 700;
	}
	
	.next {
		margin: 8.5106vw auto 0;
	}
	.next-text-01 {
		font-size: 4.2553vw;
	}
	.next-text-02 {
		margin-top: 1.0638vw;
		font-size: 2.6667vw;
	}
	
	.information{
		padding: 12.267vw 0;
		background-color: #222222;
	}
	.information p{
		width: 74.667vw;
		margin: 3.2vw auto 0;
		background-color: #fff;
	}
	.information p:first-child{
		margin: 0 auto;
	}
	.information .information-text{
		margin: 1.3334vw auto 0;
		font-size: 2.667vw;
		background-color: unset;
		color: #fff;
	}
	.information .information-banner{
		margin: 2.4vw auto 0;
	}
	
	footer{
		position: relative;
		z-index: 1000;
		padding: 4vw 2.667vw 4vw;
		font-size: 2.667vw;
	}
	footer p:last-child{
		padding-top: 1.867vw;
	}
	
}


.pointadd-block{
	padding: 12px 0 5px;
	text-align: center;
}
.pointadd-text-01{
	font-size: 16px;
	font-weight: 700;
	line-height: 1.375;
}
.pointadd-text-02{
	/* padding-top: 8px; */
	font-size: 18px;
	font-weight: 700;
	line-height: 1.3;
}
.pointadd-text-02 .text-color{
	color: #E5571A
}
.pointadd-text-02 .text-size-large{
	font-size: 26px;
}
.pointadd-text-03{
	padding-top: 8px;
	font-size: 10px;
	line-height: 1.5;
}

@media screen and (max-width: 750px){
	.pointadd-block{
		padding: 3.191vw 0 1.33vw;
	}
	.pointadd-text-01{
		font-size: 4.255vw;
	}
	.pointadd-text-02{
		/* padding-top: 2.128vw; */
		font-size: 4.787vw;
	}
	.pointadd-text-02 .text-size-large{
		font-size: 6.915vw;
	}
	.pointadd-text-03{
		padding-top: 2.128vw;
		font-size: 2.66vw;
	}
}

.tax-block {
    padding: 12px 0 5px;
    text-align: center;
}
.tax-title {
    font-size: 18px;
    font-weight: 700;
}
.tax-title .text-size-large{
    font-size: 26px;
}
.tax-title .text-color{
    color: #1065B3;
}
@media screen and (max-width: 750px){
	.tax-block {
		padding: 3.2vw 0 1.867vw;
	}
	.tax-title {
		font-size: 4.8vw;
	}
	.tax-title .text-size-large{
		font-size: 6.9334vw;
	}
}

.point-limited_date span{
	display: inline-block;
	position: relative;
	width: auto;
	font-size: 14px;
	font-weight: 700;
}
.point-limited_date span::before,
.point-limited_date span::after{
	display: block;
	content: "";
	position: absolute;
	top: 60%;
	width: 1px;
	height: 40px;
	/* background-color: #E5571A; */
	background-color: #222;
}
.point-limited_date span::before{
	left: -14px;
	transform: translateY(-50%) rotate(-30deg);
}
.point-limited_date span::after{
	right: -14px;
	transform: translateY(-50%) rotate(30deg);
}
.point-limited_lead{
	font-size: 14px;
	font-weight: 700;
}
.point-limited_title{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 296px;
	height: 32px;
	margin: 6px auto 0;
	border-radius: 20px;
	font-size: 16px;
	color: #fff;
	background-color: #E5571A;
}
.point-limited_block{
	margin-top: 16px;
}
.point-limited_text-01{
	font-size: 16px;
	font-weight: 700;
	line-height: 1.4;
}
.point-limited_text-02{
	font-size: 18px;
	font-weight: 700;
	line-height: 1.2;
}
.point-limited_text-02 .text-size-large{
	font-size: 32px;
}
.point-limited_text-02 .text-color{
	color: #E5571A;
}
.point-limited_text-03{
	padding-top: 4px;
	font-size: 10px;
	line-height: 1.5;
}
.text-attention{
	padding-top: 8px;
	font-size: 11px;
	text-align: center;
	font-weight: 700;
}

@media screen and (max-width: 750px){
	.point-limited_date span{
		font-size: 3.723vw;
		font-weight: 700;
	}
	.point-limited_date span::before,
	.point-limited_date span::after{
		top: 60%;
		width: 0.266vw;
		height: 10.638vw;
	}
	.point-limited_date span::before{
		left: -3.723vw;
		transform: translateY(-50%) rotate(-30deg);
	}
	.point-limited_date span::after{
		right: -3.723vw;
		transform: translateY(-50%) rotate(30deg);
	}
	.point-limited_lead{
		font-size: 3.733vw;
		font-weight: 700;
	}
	.point-limited_title{
		justify-content: center;
		width: 78.933vw;
		height: 8.533vw;
		margin: 1.6vw auto 0;
		border-radius: 5.333vw;
		font-size: 4.267vw;
	}
	.point-limited_block{
		margin-top: 4.267vw;
	}
	.point-limited_text-01{
		font-size: 4.267vw;
		font-weight: 700;
	}
	.point-limited_text-02{
		font-size: 4.8vw;
		font-weight: 700;
		line-height: 1.2;
	}
	.point-limited_text-02 .text-size-large{
		font-size: 8.533vw;
	}
	.point-limited_text-03{
		padding-top: 1.067vw;
		font-size: 2.667vw;
		line-height: 1.5;
	}
	.text-attention{
		padding-top: 2.133vw;
		font-size: 2.933vw;
		text-align: center;
		font-weight: 700;
	}
}


/* -- newmember.html -- */

.l-newmember .ac_left-back{
	position: relative;
	width: 100%;
	height: 100%;
	background: -moz-linear-gradient(to left, #fff 0%, rgba(249, 219, 219, 1));
	background: -webkit-linear-gradient(to left, #fff 0%, rgba(249, 219, 219, 1));
	background: linear-gradient(to left, #fff 0%, rgba(249, 219, 219, 1))
}
.l-newmember .ac_right-back{
	position: relative;
	width: 100%;
	height: 100%;
	background: -moz-linear-gradient(to right, #fff 0%, rgba(249, 219, 219, 1));
	background: -webkit-linear-gradient(to right, #fff 0%, rgba(249, 219, 219, 1));
	background: linear-gradient(to right, #fff 0%, rgba(249, 219, 219, 1))
}
.l-newmember .main_wrap{
	position: relative;
	z-index: -1;
	margin: 0 auto;
	padding-top: 60px;
	/* padding-bottom: 56px; */
}
.l-newmember .main-block{
	background-color: #C70000;
}
.l-newmember .main-text{
	display: flex;
	align-items: center;
	justify-content: center;
	height: 22px;
	background-color: rgba(255, 255, 255, 0.3);
}
.l-newmember .main-text span{
	font-size: 13px;
	line-height: 1;
	font-weight: 700;
	text-align: center;
	color: #fff;
}
.l-newmember .main-date{
	display: flex;
	align-items: center;
	justify-content: center;
	height: 48px;
	background-color: transparent;
}
.l-newmember .main-date .flex{
	display: flex;
	align-items: baseline;
	justify-content: center;
	font-size: 16px;
	line-height: 1;
	font-weight: 700;
	text-align: center;
	color: #FFFBCC;
}
.l-newmember .main-date .flex .date{
	display: inline-block;
	padding: 0 1px;
	font-family: 'Urbanist', sans-serif;
	font-size: 32px;
}
.l-newmember .main-date .flex .day{
	display: inline-block;
	padding: 0 1px 2px;
	font-size: 12px;
}
.l-newmember .main-date .flex .time{
	display: inline-block;
	padding-left: 2px;
	font-family: 'Urbanist', sans-serif;
	font-size: 22px;
}
.l-newmember .main-date .flex .arrow{
	display: block;
	content: "";
	background-image: url(../img/newmember/main-date_arrow.png);
	background-size: 100%;
	width: 7.5px;
	height: 12px;
	margin: 0 11px 2px;
}
.l-newmember .lead-point{
	padding-bottom: 70px;
	background-color: #FFEDED;
}
.l-newmember .lead-btn{
	display: block;
	width: 100%;
	margin: 14px auto 0;
	font-size: 13px;
	font-weight: 700;
	/* text-align: center;
	text-decoration: underline; */
}
.l-newmember .lead-btn a{
	display: inline-block;
	position: relative;
	padding-left: 13px;
	text-decoration: underline;
}
.l-newmember .lead-btn a::before{
	display: block;
	content: "";
	background-image: url(../img/common/lead_arrow.png);
	background-size: 100%;
	position: absolute;
	top: 55%;
	left: 0;
	transform: translateY(-50%);
	width: 5.5px;
	height: 9.5px;
}
.l-newmember .lead-btn a:nth-child(2){
	margin-top: 9px;
}
.l-newmember .lead-explain{
	width: 312px;
	margin: 0 auto 20px;
	padding: 0 15px 24px;
	background-color: #fff;
	border-radius: 12px;
}
.l-newmember .lead-explain-title{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 200px;
	height: 29px;
	margin: 0 auto;
	background-color: #222222;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
	font-size: 14px;
	color: #FFFFFF;
}
.l-newmember .lead-explain-text{
	width: 312px;
	margin: 16px auto 0;
	font-size: 13px;
	line-height: 1.6;
}
.l-newmember .lead-explain-text span{
	font-weight: 700;
}
.l-newmember .lead-explain-img01{
	margin-top: 24px;
}
.l-newmember .campaign {
	padding-bottom: 20px;
	background-color: #FFEDED;
}
.l-newmember .campaign-precaution {
	margin: 0 auto;
	padding-top: 20px;
	width: 344px;
}
.l-newmember .campaign-accordion .campaign-accordion-body .campaign-accordion-body-title {
	font-size: 15px;
	line-height: 1.333;
	font-weight: 700;
	color: #C70000;
	text-align: center;
}
.l-newmember .campaign-btn {
	margin-top: 16px;
}
.l-newmember .campaign-btn a {
	background: linear-gradient(180deg, rgba(235, 74, 57, 1) 0%, rgba(199, 0, 0, 1) 100%);
}
.l-newmember .campaign-btn a::before {
	display: block;
	content: "";
	background-image: url(../img/newmember/sec-arrow.png);
	background-size: 100%;
	position: absolute;
	top: 50%;
	right: 18px;
	transform: translateY(-50%);
	width: 6.5px;
	height: 11px;
}
.l-newmember .onlineday-btn a {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	position: relative;
	width: 296px;
	height: 66px;
	border-radius: 100vmax;
	margin: 16px auto 0;
	font-size: 16px;
	font-weight: 700;
	color: #fff;
	background: linear-gradient(180deg, rgba(201, 185, 93, 1) 0%, rgba(162, 139, 43, 1) 100%);
}
.l-newmember .onlineday-btn a::before {
	display: block;
	content: "";
	background-image: url(../img/newmember/sec-arrow.png);
	background-size: 100%;
	position: absolute;
	top: 50%;
	right: 18px;
	transform: translateY(-50%);
	width: 6.5px;
	height: 11px;
}
.l-newmember .campaign-precaution {
	margin: 0 auto;
	width: 344px;
}
.l-newmember .campaign-precaution dt {
	font-size: 13px;
	line-height: 1.5;
}
.l-newmember .campaign-precaution dd {
	margin-top: 5px;
	font-size: 13px;
	line-height: 1.615;
}
.l-newmember .campaign-precaution .text-weight {
	font-weight: 700;
}
.l-newmember .campaign-attention {
	margin: 4px auto 0;
	width: 344px;
	font-size: 10px;
	line-height: 1.5;
}
.l-newmember .campaign-attention li {
	padding-left: 1em;
	text-indent: -1em;
}
.l-newmember .campaign-accordion {
	margin: 18px auto 0;
	width: 344px;
	background-color: #fff;
}
.l-newmember .campaign-accordion .campaign-accordion-title {
	width: 100%;
	height: 40px;
	border: 1px solid #CECECE;
	border-radius: 4px;
	box-sizing: border-box;
}
.l-newmember .campaign-accordion .campaign-accordion-title button {
	position: relative;
	display: grid;
	place-content: center;
	width: 100%;
	height: 100%;
	font-size: 14px;
	line-height: 1;
	letter-spacing: 0.01em;
	font-weight: 700;
	color: #222222;
	background-color: unset;
	border: unset;
}
.l-newmember .campaign-accordion .campaign-accordion-title button::before {
	content: "";
	position: absolute;
	top: 50%;
	right: 16px;
	transform: translateY(-50%);
	width: 12px;
	height: 2px;
	background-color: #222222;
}
.l-newmember .campaign-accordion .campaign-accordion-title button::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 16px;
	transform: translateY(-50%) rotate(90deg);
	transition: 0.4s ease-in;
	width: 12px;
	height: 2px;
	background-color: #222222;
}
.l-newmember .campaign-accordion .campaign-accordion-title button[aria-expanded="true"]::after {
	transform: translateY(-50%) rotate(180deg);
}
.l-newmember .campaign-accordion .campaign-accordion-body {
	display: none;
	padding: 20px 24px 28px;
}
.l-newmember .campaign-accordion .campaign-accordion-body .campaign-accordion-body-title {
	font-size: 15px;
	line-height: 1.333;
	font-weight: 700;
	text-align: center;
}
.l-newmember .campaign-accordion .campaign-accordion-body .campaign-accordion-body-title:not(:first-child) {
	margin-top: 14px;
}
.l-newmember .campaign-accordion .campaign-accordion-body .campaign-accordion-body-img {
	margin-top: 9px;
}
.l-newmember .campaign-btn {
	margin-top: 20px;
}
.l-newmember .campaign-btn a {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	width: 296px;
	height: 48px;
	border-radius: 100vmax;
	margin: 0 auto;
	font-size: 16px;
	font-weight: 700;
	color: #fff;
	background: linear-gradient(180deg, rgba(235, 74, 57, 1) 0%, rgba(199, 0, 0, 1) 100%);
}
.l-newmember .campaign-btn a::before {
	display: block;
	content: "";
	background-image: url(../img/250404/sec-arrow.png);
	background-size: 100%;
	position: absolute;
	top: 50%;
	right: 23px;
	transform: translateY(-50%);
	width: 6.5px;
	height: 11px;
}
.l-newmember .campaign{
	padding-top: 20px;
}
.l-newmember .section-inner {
	padding: 28px 0 28px;
}
.l-newmember .point-limited_title{
	background-color: #C70200;
}
.l-newmember .point-limited_text-02 .text-color {
	color: #C70200;
}
.l-newmember .point-limited_date{
	display: flex;
	justify-content: center;
}
.l-newmember .point-limited_date span::before,
.l-newmember .point-limited_date span::after{
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	width: 1px;
	height: 20px;
	/* background-color: #E5571A; */
	background-color: #222;
}

@media screen and (max-width: 750px){
	.l-newmember .main_wrap {
    padding-top: 15.957vw;
	}
	.l-newmember .main-text{
		height: 5.851vw;
	}
	.l-newmember .main-text span{
		font-size: 3.457vw;
	}
	.l-newmember .main-date{
		height: 12.766vw;
	}
	.l-newmember .main-date .flex{
		font-size: 4.255vw;
	}
	.l-newmember .main-date .flex .date{
		padding: 0 0.266vw;
		font-size: 8.511vw;
	}
	.l-newmember .main-date .flex .day{
		padding: 0 0.266vw 0.532vw;
		font-size: 3.191vw;
	}
	.l-newmember .main-date .flex .time{
		padding-left: 0.532vw;
		font-size: 5.851vw;
	}
	.l-newmember .main-date .flex .arrow{
		width: 1.995vw;
		height: 3.191vw;
		margin: 0 2.926vw 0.532vw;
	}
	.l-newmember .lead-point{
    padding-bottom: 18.617vw;
	}
	.l-newmember .lead-btn{
    margin: 3.723vw auto 0;
    font-size: 3.457vw;
	}
	.l-newmember .lead-btn a{
		padding-left: 3.457vw;
	}
	.l-newmember .lead-btn a::before{
		top: 55%;
		width: 1.463vw;
		height: 2.527vw;
	}
	.l-newmember .lead-btn a:nth-child(2){
		margin-top: 2.3936vw;
	}
	.l-newmember .lead-explain {
		width: 82.979vw;
    margin: 0 auto 5.319vw;
    padding: 0 3.989vw 6.383vw;
    background-color: #fff;
    border-radius: 3.191vw;
	}
	.l-newmember .lead-explain-title {
		display: flex;
    align-items: center;
    justify-content: center;
    width: 53.191vw;
    height: 7.713vw;
    margin: 0 auto;
    background-color: #222222;
    border-bottom-left-radius: 2.128vw;
    border-bottom-right-radius: 2.128vw;
    font-size: 3.723vw;
    color: #FFFFFF;
	}
	.l-newmember .lead-explain-text {
    width: 82.979vw;
    margin: 4.255vw auto 0;
    font-size: 3.457vw;
    line-height: 1.6;
	}
	.l-newmember .lead-explain-img01 {
    margin-top: 6.383vw;
	}
	.l-newmember .campaign {
    padding-bottom: 5.319vw;
	}
	.l-newmember .campaign-precaution {
		margin: 0 auto;
    padding-top: 5.319vw;
    width: 91.489vw;
	}
	.l-newmember .campaign-precaution dt {
		font-size: 3.457vw;
	}
	.l-newmember .campaign-precaution dd {
		margin-top: 1.3297vw;
		font-size: 3.457vw;
	}
	.l-newmember .campaign-attention {
		margin: 1.0638vw auto 0;
		width: 91.489vw;
		font-size: 2.6895vw;
	}
	.l-newmember .campaign-accordion {
		margin: 4.787vw auto 0;
		width: 91.489vw;
	}
	.l-newmember .campaign-accordion .campaign-accordion-title {
		height: 10.638vw;
		border: 0.2659vw solid #CECECE;
		border-radius: 1.0638vw;
		font-size: 3.989vw;
	}
	.l-newmember .campaign-accordion .campaign-accordion-body .campaign-accordion-body-title{
		font-size: 3.989vw;
	}
	.l-newmember .campaign-accordion .campaign-accordion-body .campaign-accordion-body-img {
    margin-top: 2.3936vw;
	}
	.l-newmember .campaign-accordion .campaign-accordion-body .campaign-accordion-body-title:not(:first-child) {
    margin-top: 3.7234vw;
	}
	.l-newmember .campaign-accordion .campaign-accordion-title button {
		font-size: 3.723vw;
	}
	.l-newmember .campaign-accordion .campaign-accordion-title button::before {
		right: 4.255vw;
		width: 3.191vw;
		height: 0.5319vw;
	}
	.l-newmember .campaign-accordion .campaign-accordion-title button::after {
		right: 4.255vw;
		width: 3.191vw;
		height: 0.5319vw;
	}
	.l-newmember .campaign-accordion .campaign-accordion-body {
		padding: 5.319vw 6.3829vw 7.4468vw;
	}
	.l-newmember .campaign-btn {
		margin-top: 4.255vw;
	}
	.l-newmember .campaign-btn a {
		width: 78.723vw;
		height: 12.766vw;
		font-size: 4.255vw;
	}
	.l-newmember .campaign-btn a::before {
		top: 50%;
		right: 4.787vw;
		width: 1.729vw;
		height: 2.926vw;
	}
	.l-newmember .onlineday-btn a {
		width: 78.723vw;
		height: 17.553vw;
		margin: 4.255vw auto 0;
		font-size: 4.255vw;
	}
	.l-newmember .onlineday-btn a::before {
		top: 50%;
		right: 4.787vw;
		width: 1.729vw;
		height: 2.926vw;
	}
	.l-newmember .campaign{
		padding-top: 5.333vw;
	}
	.l-newmember .section-inner {
		padding: 7.467vw 0 7.467vw;
	}
	.l-newmember .point-limited_date span::before,
	.l-newmember .point-limited_date span::after{
		width: 0.266vw;
		height: 5.319vw;
		background-color: #222;
	}
}

