@charset "UTF-8";
/* うるおいのWAVEワンデーユープラス */
#wave1day-u {
	-webkit-text-size-adjust: 100%;
	margin: 0 auto;
	max-width: 960px;
}

#wave1day-u * {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-family: "YakuHanJPs_Noto", "Roboto", "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", "YuGothic", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;

}

#wave1day-u .sec_mv_imgbox {
	position: relative;
	display: block;
}

#wave1day-u::before {
	content:"";
	display:block;
	position:fixed;
	top:0;
	z-index:-1;
	width:var(--contents_width);
	height:100vh;
	margin: auto;
	background-repeat:repeat-x;
	background-position:50% 100%;
	background-image:url(/campaign/wave1day-u/img/sp_main_bg.jpg);
	background-size:cover;
}

/* PC簡略化時：青背景を表示するため、wrapperの背景を削除 */
@media screen and (min-width: 768px) {
    body.is_sp_only #wrapper {
        background-color: transparent;
    }
}

.wave1day-u_area{
	border-radius: 10px;
	font-size:40px;
	text-align:center;
	}

#wave1day-u div.sec_mv_imgbox {
	position: relative;
	width: 100%;
	margin: 0 auto;
}
#wave1day-u .sec_mv_imgbox_price {
	position: absolute;
	top: 61%;
	left: 20%;
	font-family: "Roboto";
	color: #ffffff;
	/* text-shadow: 0px 0px 8px #3f74a1; */
	font-weight: 500;
	font-size: calc(50 / 960 * var(--contents_width));
	line-height: 1.2;
}

#wave1day-u .sec_mv_imgbox_price_main {
	font-size: calc(64 / 960 * var(--contents_width));
}

#wave1day-u .sec_mv_textarea{
	width: 90%;
	margin: 0 auto;
	position: absolute;
	bottom: 9%;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

#wave1day-u .sec_mv_text {
	display: inline-block;
	font-size: calc(30 / 960 * var(--contents_width));
	background: #fff;
	padding: 0 3%;
	line-height: 2.7;
	box-shadow: 3px 3px #7dc3d2;
	font-weight: 500;
	margin-top: 0;
}

#wave1day-u .sec_feature {
	padding: 15.62% 0 16.66%;
}

#wave1day-u .wave1day-u_area .sec_feature:nth-child(2) {
	padding-bottom: 0;
}

#wave1day-u .sec_feature_in {
	padding: 0 calc(31 / 960 * var(--contents_width));
}

#wave1day-u .sec_feature_ttl {
	font-size: calc(70 / 960 * var(--contents_width));
	font-weight: 500;
	color: #fff;
	letter-spacing: calc(4 / 960 * var(--contents_width));
	margin-bottom: 8%;
}

#wave1day-u .sec_feature_ttl_main {
	line-height: 1;
	display: block;
	text-align: center;
}

#wave1day-u .sec_feature_ttl_sub {
	font-size: 0.5em;
	margin-top: 2%;
	display: block;
	text-align: center;
}

#wave1day-u .sec_feature_ttl_sub img {
	width: 11.41%;
	height: auto;
}

/* voice */
#wave1day-u .voice_area{
	margin: 0 auto 15%;
}

#wave1day-u .voice_title {
	width: 55%;
	margin: 0 auto 10%;
}

#wave1day-u .voice_box{
	overflow: hidden;
	border: solid 1px #c1c1c1;
	/* width: 90%; */
	margin: 0 auto;
	padding: 0 3% 5% 2%;
	background: #fff;
}


/* ユーザーレビュー
--------------------------------------- */
#wave1day-u .review_container {
	margin: 0 auto ;
	line-height: 1.4;
	letter-spacing: 0.1em;
}

#wave1day-u .review_container .review_title {
	margin-bottom: 6%;
	color: #154c95;
	font-weight: 700;
	line-height: 1.4;
	text-align: center;
}

#wave1day-u .review_container .review_area {
	padding: 0 6% 10%;
}

#wave1day-u .review_container .swiper-button-wrap {
	position: relative;
	margin: 0 0 0 0;
	padding: 0 0 0px 0;
	text-align: right;
}

#wave1day-u .review_container .swiper-button-prev {
	margin-right: 10px;
}

#wave1day-u .review_container .swiper-button-next,
#wave1day-u .review_container .swiper-button-prev {
	display: inline-block;
	position: relative;
	top: 0;
	right: 0;
	left: 0;
	width: auto;
	height: auto;
}

#wave1day-u .review_container .swiper-button-wrap .swiper-button-next {
	background: none;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

#wave1day-u .review_container .swiper-button-wrap .swiper-button-next:after {
	display: block;
}

#wave1day-u .review_container .swiper-button-next:after,
#wave1day-u .review_container .swiper-button-prev:after {
	color: #56575f;
	font-weight: bold;
	font-size: 16px;
}

#wave1day-u .review_container .re_box {
	display: inline-flex;
	flex-wrap: wrap;
	align-items: flex-start;
	width: 100%;
	margin: 0 auto 0;
	font-size: 11px;
	text-align: left;
}

#wave1day-u .review_container .re_img {
	width: 25%;
	max-width: 90px;
	margin: 0 8px 0 0;
}

#wave1day-u .review_container .re_data {
	flex: 1;
}

#wave1day-u .review_container .re_star {
	display: inline-block;
	z-index: 0;
	position: relative;
	color: #B79364;
	font-size: 14px;
	line-height: 1;
	white-space: nowrap;
}

#wave1day-u .review_container .re_star:before {
	content: '☆☆☆☆☆';
}

#wave1day-u .review_container .re_star:after {
	z-index: 1;
	position: absolute;
	top: 0px;
	left: 0;
	overflow: hidden;
	content: '★★★★★';
	white-space: nowrap;
}

#wave1day-u .review_container .re_star[data-rate="5"]:after {
	width: 100%;
}

#wave1day-u .review_container .re_star[data-rate="4.5"]:after {
	width: 90%;
}

#wave1day-u .review_container .re_star[data-rate="4"]:after {
	width: 80%;
}

#wave1day-u .review_container .re_star[data-rate="3.5"]:after {
	width: 70%;
}

#wave1day-u .review_container .re_star[data-rate="3"]:after {
	width: 60%;
}

#wave1day-u .review_container .re_star[data-rate="2.5"]:after {
	width: 50%;
}

#wave1day-u .review_container .re_star[data-rate="2"]:after {
	width: 40%;
}

#wave1day-u .review_container .re_star[data-rate="1.5"]:after {
	width: 30%;
}

#wave1day-u .review_container .re_star[data-rate="1"]:after {
	width: 20%;
}

#wave1day-u .review_container .re_star[data-rate="0.5"]:after {
	width: 10%;
}

#wave1day-u .review_container .re_star[data-rate="0"]:after {
	width: 0%;
}

#wave1day-u .review_container .re_cmt {
	width: 100%;
	margin: 10px 0 0 0;
	padding: 10px 0 0 0;
	border-top: 1px solid #ddd;
}

#wave1day-u .re_text {
		padding-top: 10px;
}

#pagetop {
	bottom: 75px;
	right: 37px;
}

/* Features 製品の特徴 */

#wave1day-u .sec_feature_subttl {
	/* padding-top: 12.70833vw; */
	position: relative;
	text-align: center;
}

#wave1day-u .sec_feature_subttl:after {
	background: #1f356c;
	content: "";
	height: 2px;
	position: absolute;
	right: 4%;
	top: 47%;
	width: 4%;
	transition: all 0.3s;
	transform: rotate(45deg);
}
#wave1day-u .sec_feature_subttl::before {
	background: #1f356c;
	content: "";
	height: 2px;
	position: absolute;
	right: 6.5%;
	top: 47%;
	width: 4%;
	transition: all 0.3s;
	transform: rotate(-45deg);
}
#wave1day-u .sec_feature_subttl.open::after {
	transform: rotate(-45deg);
}
#wave1day-u .sec_feature_subttl.open::before {
	transform: rotate(45deg);
}
#wave1day-u .js_acd_body {
	display: none;
}

#wave1day-u .sec_feature_subttl_num {
	position: absolute;
	top: -130%;
	left: 6%;
	-webkit-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	width: calc(106 / 960 * var(--contents_width));
	height: calc(106 / 960 * var(--contents_width));
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background-color: #d9031f;
	border-radius: 100%;
	font-size: calc(24 / 960 * var(--contents_width));
	font-weight: 200;
	color: #fff;
	padding-top: 0.5%;
}

#wave1day-u .sec_feature_subttl_num_in{
	line-height: 1.15;
}

#wave1day-u .sec_feature_subttl_num_no {
		font-size: calc(34 / 960 * var(--contents_width));
		line-height: 1.2;
		font-weight: 500;
}


#wave1day-u .sec_feature_subttl_main {
	display: block;
}

#wave1day-u .sec_feature_subttl_main_in {
	line-height: 1.8;
	font-size: calc(35 / 960 * var(--contents_width));
	font-weight: bold;
	letter-spacing: calc(3 / 960 * var(--contents_width));
	display: block;
	text-align: center;
	color: #1f356c;
}


#wave1day-u .sec_feature_lead {
	margin-top: 8%;
	text-align: center;
	font-size: calc(29 / 960 * var(--contents_width));
	font-weight: 500;
	letter-spacing: calc(2 / 960 * var(--contents_width));
	color: #333333;
	line-height: 1.7;
}


#wave1day-u .sec_feature_img01 {
	margin: 6% auto 5%;
	text-align: center;
}

#wave1day-u .img_32{
	width: 96%;
}

#wave1day-u .sec_feature_grid01 {
	margin: calc(66 / 960 * var(--contents_width)) auto 0;
}


#wave1day-u .sec_feature_grid01_item {
	margin-top: calc(64 / 960 * var(--contents_width));
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}


.sec_feature_grid01_item_in.mb {
	margin-bottom: 2%;
}

#wave1day-u .sec_feature_grid01_item:first-of-type {
	margin-top: 0;
}

#wave1day-u .sec_feature_grid01_item_txtbox {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	padding-left: calc(42 / 960 * var(--contents_width));
}


#wave1day-u .sec_feature_grid01_ttl {
	font-size: calc(32 / 960 * var(--contents_width));
	font-weight: bold;
	color: #218bd0;
	letter-spacing: 0.15em;
}


#wave1day-u .sec_feature_grid01_txt {
	margin-top: calc(4 / 960 * var(--contents_width));
	font-size: calc(30 / 960 * var(--contents_width));
	font-weight: 500;
	color: #333333;
	line-height: 1.8;
}


#wave1day-u .sec_feature_grid01_img {
	padding-top: 1%;
}

#wave1day-u .sec_feature_grid01_img img {
	width: 82%;
	height: auto;
}

#wave1day-u .sec_feature_grid_text {
		text-align: center;
		margin-top: 6%;
}


#wave1day-u .sec_feature_point {
	margin-top: calc(77 / 960 * var(--contents_width));
	background: #ffffff;
	padding: 5% 6%;
	border-radius: calc(10 / 960 * var(--contents_width));
}


#wave1day-u .sec_feature_point.is_point01 {
	margin: calc(78 / 960 * var(--contents_width)) calc(-55 / 960 * var(--contents_width));
	padding-top: calc(80 / 960 * var(--contents_width));
	background-image: url(/campaign/wave1day-u/img/sec_feature_bg01.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}


#wave1day-u .sec_purchase_in {
	padding: 16.25% calc(55 / 960 * var(--contents_width)) 10.41%;
	background-color: #f5f5f5;
}


#wave1day-u .sec_purchase_layoutbox01 {
	position: relative;
	border: calc(4 / 960 * var(--contents_width)) solid #e6214d;
	padding: calc(104 / 960 * var(--contents_width)) 0 calc(50 / 960 * var(--contents_width));
	background-color: #ffffff;
}


#wave1day-u .sec_purchase_layoutbox01_ttl {
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	background-color: #ffefef;
	border: calc(4 / 960 * var(--contents_width)) solid #e6214d;
	font-size: calc(36 / 960 * var(--contents_width));
	font-weight: bold;
	color: #e6214d;
	line-height: 1;
	width: calc(550 / 960 * var(--contents_width));
	height: calc(114 / 960 * var(--contents_width));
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}


#wave1day-u .sec_purchase_layoutbox01_ttl:before {
	content: "";
	position: absolute;
	right: 100%;
	top: 50%;
	margin: calc(-5 / 960 * var(--contents_width)) calc(4 / 960 * var(--contents_width)) 0 0;
	bottom: 0;
	width: calc(10 / 960 * var(--contents_width));
	height: calc(6 / 960 * var(--contents_width));
	background-color: #fff;
}


#wave1day-u .sec_purchase_layoutbox01_ttl:after {
	content: "";
	position: absolute;
	left: 100%;
	top: 50%;
	margin: calc(-5 / 960 * var(--contents_width)) 0 0 calc(4 / 960 * var(--contents_width));
	bottom: 0;
	width: calc(10 / 960 * var(--contents_width));
	height: calc(6 / 960 * var(--contents_width));
	background-color: #fff;
}


#wave1day-u .sec_purchase_layoutbox01_grid_ttl {
	font-size: calc(36 / 960 * var(--contents_width));
	font-weight: bold;
	color: #333333;
	line-height: 1.5;
	text-align: center;
}


#wave1day-u .sec_purchase_layoutbox01_grid_ttl_sml {
	font-size: calc(30 / 960 * var(--contents_width));
}


#wave1day-u .sec_purchase_layoutbox01_grid_img {
	margin-top: calc(38 / 960 * var(--contents_width));
	padding: 0 6.38%;
}

#wave1day-u .sec_purchase_layoutbox01_grid_img img {
	width: 100%;
	height: auto;
}

#wave1day-u .sec_purchase_layoutbox01_grid_price {
	margin-top: calc(32 / 960 * var(--contents_width));
	font-size: calc(90 / 960 * var(--contents_width));
	color: #e6214d;
	font-weight: bold;
	line-height: 1;
	text-align: center;
}

#wave1day-u .sec_purchase_layoutbox01_grid_price::first-letter {
	font-size: calc(52 / 960 * var(--contents_width));
	margin-right: 0.5%;
}

#wave1day-u .sec_purchase_layoutbox01_grid_btn {
	margin-top: calc(36 / 960 * var(--contents_width));
}

#wave1day-u .sec_purchase_layoutbox01_grid_btn a {
	position: relative;
	display: block;
	width: calc(550 / 960 * var(--contents_width));
	height: calc(114 / 960 * var(--contents_width));
	margin: 0 auto;
	background-color: #e6214d;
	font-size: calc(34 / 960 * var(--contents_width));
	font-weight: bold;
	color: #ffffff;
	letter-spacing: calc(3 / 960 * var(--contents_width));
	text-align: center;
	border-radius: calc(15 / 960 * var(--contents_width));
	line-height: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

#wave1day-u .sec_purchase_layoutbox01_grid_btn a:before {
	content: "";
	position: absolute;
	top: 50%;
	right: calc(34 / 960 * var(--contents_width));
	-webkit-transform: translate(0, -50%) rotate(45deg);
	transform: translate(0, -50%) rotate(45deg);
	width: calc(20 / 960 * var(--contents_width));
	height: calc(20 / 960 * var(--contents_width));
	border: calc(4 / 960 * var(--contents_width)) solid #fff;
	border-bottom: 0;
	border-left: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

#wave1day-u .sec_modal {
	display: none;
	z-index: 200002;
	position: fixed;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 88.54%;
	max-width: 850px;
}

#wave1day-u .sec_modal_content {
	overflow-y: scroll;
	-ms-overflow-style: none;
	scrollbar-width: none;
	max-height: 84vh;
	padding: calc(68 / 960 * var(--contents_width)) calc(50 / 960 * var(--contents_width)) 0;
	background-color: #fff;
}

#wave1day-u .sec_modal_content::-webkit-scrollbar {
	display: none;
}

#wave1day-u .sec_modal_content:after {
	content: "";
	display: block;
	height: calc(68 / 960 * var(--contents_width));
}

#wave1day-u .sec_modal_ttl {
	font-size: calc(34 / 960 * var(--contents_width));
	font-weight: bold;
	text-align: center;
	letter-spacing: calc(3 / 960 * var(--contents_width));
	color: #218bd0;
}

#wave1day-u .sec_modal_txt {
	margin-top: calc(14 / 960 * var(--contents_width));
	font-size: calc(28 / 960 * var(--contents_width));
	font-weight: bold;
	color: #333333;
	letter-spacing: calc(2 / 960 * var(--contents_width));
}

#wave1day-u .sec_modal_img {
	margin-top: calc(30 / 960 * var(--contents_width));
}

#wave1day-u .sec_modal_close {
	position: absolute;
	bottom: 100%;
	margin-bottom: calc(24 / 960 * var(--contents_width));
	right: -0.8%;
	width: calc(66 / 960 * var(--contents_width));
	height: calc(66 / 960 * var(--contents_width));
	cursor: pointer;
}

#wave1day-u .sec_modal_close:before {
	position: absolute;
	top: calc(50% - 1px);
	left: -1px;
	display: block;
	content: "";
	width: 100%;
	height: 2px;
	background-color: #fff;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

#wave1day-u .sec_modal_close:after {
	position: absolute;
	top: calc(50% - 1px);
	left: -1px;
	display: block;
	content: "";
	width: 100%;
	height: 2px;
	background-color: #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

#wave1day-u .overlay {
	display: none;
	z-index: 200001;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #000;
	opacity: 0.8;
}

#wave1day-u .btn_modal_open {
	margin-top: calc(46 / 960 * var(--contents_width));
	font-size: calc(30 / 960 * var(--contents_width));
	font-weight: bold;
	text-align: center;
}

#wave1day-u .btn_modal_open_in {
	cursor: pointer;
	position: relative;
	display: inline-block;
	line-height: 1;
	padding-bottom: calc(16 / 960 * var(--contents_width));
	color: #1f356c;
}

#wave1day-u .btn_modal_open_in_sml {
	font-size: calc(16 / 960 * var(--contents_width));
}

#wave1day-u .btn_modal_open_in:before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: calc(2 / 960 * var(--contents_width));
	background-color: #1f356c;
}

/* モーダル内カート
--------------------------------------- */
.modal_cart_block {
	background-color: transparent;
	max-width: 600px;
}

.modal_cart_block .goods_form {
	background-color: #fff;
	padding: 10px;
}

.modal_cart_block.mfp-dialog-block {
	padding: 20px 10px;
}

.modal_block_head {
	align-items: center;
	background-color: #fff;
	-webkit-box-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	margin-bottom: 1px;
	padding: 0 0 0 0;
}

.modal_block_head .modal_info_box {
	background: #f6f6f6;
	-webkit-box-flex: 1.2;
	-ms-flex: 1.2;
	flex: 1.2;
}

@media screen and (min-width: 375px) {
	.modal_block_head .modal_info_box {
		-webkit-box-flex: 1.4;
		-ms-flex: 1.4;
		flex: 1.4;
	}
}

.modal_block_head .modal_photo_box {
	text-align: center;
	width: 70%;
	margin: 0 auto 5%;
}

.modal_block_head .modal_price_box {
	align-items: baseline;
	-webkit-box-align: baseline;
	-webkit-box-pack: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: baseline;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 0 0 8px;
}

.modal_block_head .modal_price_box .price {
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 1;
}

@media screen and (min-width: 375px) {
	.modal_block_head .modal_price_box .price {
		font-size: 16px;
	}
}

.modal_block_head .modal_price_box .zeikomi {
	font-size: .6em;
	letter-spacing: .06em;
}

.modal_block_head .modal_price_box .shipping_label {
	color: #cb0005;
	font-size: 10px;
	font-weight: 500;
	line-height: 1;
	margin: 0 0 0 5px;
}

@media screen and (min-width: 375px) {
	.modal_block_head .modal_price_box .shipping_label {
		font-size: 12px;
	}
}

.modal_block_head .modal_coupon_box {
	background: #fff;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	text-align: center;
}

.modal_block_head .modal_coupon_box .inner_box {
	display: inline-block;
	padding: 0 10px;
	text-align: center;
}

.modal_block_head .modal_coupon_box .priceoff_text {
	color: #ff6c00;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: .06em;
	line-height: 1;
	margin-top: 10px;
}

@media screen and (min-width: 375px) {
	.modal_block_head .modal_coupon_box .priceoff_text {
		font-size: 15px;
	}
}

.modal_block_head .modal_coupon_box .code_title {
	background-color: #2d2d2d;
	color: #fff;
	display: inline-block;
	font-size: 8px;
	font-weight: 700;
	letter-spacing: .06em;
	line-height: 1;
	margin-top: 5px;
	padding: 5px 10px;
}

.modal_block_head .modal_coupon_box .code_text {
	font-size: 25px;
	font-weight: 700;
	letter-spacing: .06em;
	line-height: 1;
	margin-top: 5px;
}

.modal_block_head .modal_coupon_box .copy_text {
	font-size: 10px;
	font-weight: 700;
	letter-spacing: .06em;
	line-height: 1;
	margin-top: 5px;
}



/* カート上書き
--------------------------------------- */
#wave1day-u .cart_product_order {
	font-size: 12px;
}

#wave1day-u .cart_product_order form {
	display: block;
	width: 100%;
	margin: auto;
	overflow: hidden;
	padding: 0 5%;
}

#wave1day-u .cart_product_order form .item_detail_right {
	display: block;
	width: 100%;
}

#wave1day-u .cart_product_order .item_detail_select_ttl {
	margin-top: 24px;
	padding: 10px;
	background-color: #555555;
	color: #fff;
}

#wave1day-u .cart_product_order .item_detail_select_omake_ttl {
	margin-top: 20px;
}

#wave1day-u .cart_product_order .item_detail_select {
	margin-top: 20px;
	text-align: left;
}

#wave1day-u .cart_product_order .item_detail_select span {
	margin-right: 4px;
	font-size: 14px;
	text-align: left;
}

#wave1day-u .cart_product_order select {
	display: inline-block;
	width: 80%;
	float: right;
}

#wave1day-u .cart_product_order input {
	margin-top: 7%;
	width: 80%;
}

/* 
#wave1day-u .aui_button.is_primary {
		border-color: #ba261c;
		background-color: #ba261c;
		height: 4em;
		font-size: calc(19 / 960 * var(--contents_width));
}

.aui_button {
		display: block;
}

.cart_box .aui_goods_data_box .aui_goods_data_item {
	display: block;
	margin-top: 20px;
}

.cart_box .aui_goods_data_box .aui_goods_data_value {
	height: 45px;
}

.cart_box .aui_goods_data_box .aui_form_select {
	height: 45px;
} */

.goods_omake_box {
	margin: 10px calc(48 / 960 * var(--contents_width)) 20px;
}


/* 修正対応 */

#wave1day-u .sec_modal {
	display: none;
	z-index: 200002;
	position: fixed;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 800px;
}

#wave1day-u .sec_modal_content {
	overflow-y: scroll;
	-ms-overflow-style: none;
	scrollbar-width: none;
	max-height: 90vh;
	padding: 64px 60px 0;
	background-color: #fff;
}

#wave1day-u .sec_modal_content::-webkit-scrollbar {
	display: none;
}

#wave1day-u .sec_modal_content:after {
	content: "";
	display: block;
	height: 70px;
}

#wave1day-u .sec_modal_ttl {
	font-size: 22px;
	font-weight: bold;
	text-align: center;
	letter-spacing: 2px;
	color: #218bd0;
}

#wave1day-u .sec_modal_txt {
	margin-top: 18px;
	font-size: 16px;
	font-weight: bold;
	color: #333333;
	letter-spacing: 1.5px;
}

#wave1day-u .sec_modal_img {
	margin-top: 48px;
}

#wave1day-u .sec_modal_close {
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	position: absolute;
	bottom: calc(100% + 14px);
	right: -5px;
	width: 34px;
	height: 34px;
	cursor: pointer;
}

#wave1day-u .sec_modal_close:before {
	position: absolute;
	top: calc(50% - 1px);
	left: -1px;
	display: block;
	content: "";
	width: 100%;
	height: 2px;
	background-color: #fff;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

#wave1day-u .sec_modal_close:after {
	position: absolute;
	top: calc(50% - 1px);
	left: -1px;
	display: block;
	content: "";
	width: 100%;
	height: 2px;
	background-color: #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

#wave1day-u .sec_modal_close:hover {
	opacity: 0.7;
}

#wave1day-u .overlay {
	display: none;
	z-index: 200001;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #000;
	opacity: 0.8;
}

#wave1day-u .btn_modal_open {
	margin-top: 32px;
	font-size: 18px;
	font-weight: bold;
	color: #1f356c;
	text-align: center;
}

#wave1day-u .btn_modal_open_in {
	cursor: pointer;
	position: relative;
	display: inline-block;
	line-height: 1;
	padding-bottom: 8px;
	color: #1f356c;
}

#wave1day-u .btn_modal_open_in:before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 2px;
	background-color: #1f356c;
}

#wave1day-u .btn_modal_open_in:hover {
	color: #1f356c;
}



.modal_cart_block {
	background-color: transparent;
	max-width: 640px;
}

.modal_block_head {
	align-items: center;
	background-color: #fff;
	-webkit-box-align: center;
	-webkit-box-pack: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-bottom: 2px;
	padding: 5% 0;
}

.modal_block_head .modal_info_box {
	-webkit-box-flex: 1.4;
	-ms-flex: 1.4;
	flex: 1.4;
}

.modal_block_head .modal_photo_box {
	text-align: center;
	width: 70%;
	margin: 0 auto 5%;
}

.modal_block_head .modal_price_box {
	align-items: baseline;
	-webkit-box-align: baseline;
	-webkit-box-pack: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: baseline;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 0 0 20px 0;
}

.modal_block_head .modal_price_box .price {
	font-size: 24px;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 1;
}

.modal_block_head .modal_price_box .zeikomi {
	font-size: .6em;
	letter-spacing: .06em;
}

.modal_block_head .modal_price_box .shipping_label {
	color: #cb0005;
	font-size: 12px;
	font-weight: 500;
	margin: 0 0 0 10px;
}

.modal_block_head .modal_coupon_box {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	text-align: left;
}

.modal_block_head .modal_coupon_box .inner_box {
	display: inline-block;
	text-align: center;
	-webkit-transform: translate(-20px, 0);
	transform: translate(-20px, 0);
}

.modal_block_head .modal_coupon_box .priceoff_text {
	color: #ff6c00;
	font-size: 30px;
	font-weight: 700;
	letter-spacing: .1em;
	line-height: 1;
	margin-top: 10px;
}

.modal_block_head .modal_coupon_box .code_title {
	background-color: #2d2d2d;
	color: #fff;
	display: inline-block;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: .1em;
	line-height: 1;
	margin-top: 10px;
	padding: 5px 10px;
}

.modal_block_head .modal_coupon_box .code_text {
	font-size: 53px;
	font-weight: 700;
	letter-spacing: .1em;
	line-height: 1;
	margin-top: 5px;
}

.modal_block_head .modal_coupon_box .copy_text {
	font-size: 12px;
	font-weight: 700;
	letter-spacing: .1em;
	line-height: 1;
	margin-top: 10px;
}

.modal_cart_block .goods_form {
	background-color: #fff;
	padding: 20px;
}

.modal_cart_block .aui_goods_data .aui_goods_data_title {
	display: none;
}

.modal_cart_block .aui_goods_data .aui_goods_input_form .r_eye,
.modal_cart_block .aui_goods_data .aui_goods_input_form .l_eye {
	font-size: 1.2rem;
}

.modal_cart_block .aui_goods_data .aui_goods_input_form th {
	font-size: 1.2rem;
}

.modal_cart_block .aui_goods_data .aui_goods_data_value {
	font-size: 1.2rem;
}

.modal_cart_block .aui_goods_data .aui_form_select {
	font-size: 1.2rem;
}

.modal_cart_block .aui_goods_cart_btn {
	margin-top: 10px;
}


#wave1day-u .cart_product_wrap {
	position: relative;
	padding: 20% 0 0;
	border: solid 2px #d8001a;
	background: #fff;
}

#wave1day-u .cart_product_wrap::before {
	position: absolute;
	background-color: #d8001a;
	top: 0px;
	left: 0;
	color: #fff;
	content: "初回限定特別価格";
	width: 100%;
	font-size: calc(36 / 960 * var(--contents_width));
	font-weight: 500;
	letter-spacing: 0.15em;
	text-align: center;
	padding: 3px 0 5px;
	line-height: 2.2em;
}
/* クーポン */

#wave1day-u .coupon_howto_btn_box {
	margin-top: 4%;
	text-align: center;
}

#wave1day-u .coupon_howto_btn {
	display: inline-block;
	margin: 0 auto 6%;
	padding: 2% 3%;
	border: 1px solid #222;
	background-color: #fff;
	color: #222;
	font-weight: 700;
	line-height: 1;
	letter-spacing: 0.04em;
	text-decoration: none;
	font-size: calc(20 / 960 * var(--contents_width));
}

#wave1day-u .coupon_howto_btn::after {
    display: inline-block;
    width: 16px;
    height: 16px;
	margin-bottom:1px;
    margin-left: 5px;
    background-image: url(/campaign/wave1day-u/img/sp_icon_question.png);
    background-position: center;
    background-size: 100% auto;
    background-repeat: no-repeat;
    content: '';
    vertical-align: middle;
}

#wave1day-u .coupon_howto_btn span {
	vertical-align: middle;
	text-decoration: none;
}




/* クーポンの使い方モーダル
--------------------------------------- */
#modal_coupon_howto .text {
	font-weight: 700;
	font-size: 11px;
	line-height: 1.58824;
	letter-spacing: 0.048em;
}

#modal_coupon_howto .label {
	display: inline-block;
	padding: 3px 15px;
	background-color: #333333;
	color: #FFFFFF;
	font-weight: 700;
	font-size: 11px;
	line-height: 1.58824;
	letter-spacing: 0.048em;
}

/**/
#wave1day-u .cart_set_exp {
	position: relative;
	margin: 0 auto;
	text-align: center;
}

#wave1day-u .cart_set_exp span {
	position: relative;
	margin: auto;
	color: #1d45a0;
	font-size: 1.7rem;
	font-weight: 700;
}

#wave1day-u .cart_set_exp span::before {
	display: block;
	position: absolute;
	top: -8px;
	left: -17px;
	color: #1d45a0;
	content: "\\";
	font-size: 1.9rem;
}

#wave1day-u .cart_set_exp span::after {
	display: block;
	position: absolute;
	top: -8px;
	right: -15px;
	color: #1d45a0;
	content: "/";
	font-size: 1.9rem;
}

#wave1day-u .cart_tab_head {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: space-between;
	-ms-flex-pack: space-between;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 0 5%;
	margin: 15px auto 11%;
}

#wave1day-u .cart_tab_head_item {
	position: relative;
	border: solid 2px #1d45a0;
	width: calc(100%/5.5);
}

#wave1day-u .cart_tab_head_item.is_active {
	display: block;
	background: #1d45a0;
}

#wave1day-u .cart_tab_head_item.is_active::before {
	display: block;
	position: absolute;
	bottom: -24%;
	left: 0;
	right: 0;
	width: 10%;
	margin: 0 auto;
	color: #1d45a0;
	content: "▼";
	font-size: calc(34 / 960 * var(--contents_width));
	transform: translate(-50%,0);
}

#wave1day-u .is_active .cart_tab_head_link {
	color: #fff;
}

#wave1day-u .cart_tab_head_item span {
	display: block;
	color: #1d45a0;
	font-size: 1.6rem;
	font-weight: 700;
	padding: 19% 10%;
	text-align: center;
	font-size: calc(34 / 960 * var(--contents_width));
	line-height: 1.25;
}

#wave1day-u .cart_tab_head_item .box1{
	padding: 32% 10%;
}

#wave1day-u .cart_tab_body {
	margin: auto;
}

#wave1day-u .coupon_img_long {
	position: relative;
    padding: 0 7%;
}

#wave1day-u .coupon_img_long::after{
	content: attr(data-copy-code);
	position: absolute;
	top: 49%;
	left: 49%;
	color: #000000;
	font-weight: 600;
	font-size: calc(86 / 960 * var(--contents_width));
	letter-spacing: 0.03em;
	line-height: 1;
}

#wave1day-u .cart_tab_body_item {
	display: none;
}

#wave1day-u .cart_tab_body_item.is_active {
	display: block;
	-webkit-animation: fade_animation01 1.5s ease 0s 1 normal;
	animation: fade_animation01 1.5s ease 0s 1 normal;
}

@-webkit-keyframes fade_animation01 {
	0% {
		visibility: visible;
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@keyframes fade_animation01 {
	0% {
		visibility: visible;
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

#wave1day-u .cart_product {
	margin: auto;
}

#wave1day-u .cart_product_icons_wrap {
	display: block;
	margin-top: 33px;
}

#wave1day-u .cart_product_icons_wrap .icon {
	display: inline-block;
	min-width: 90px;
	padding: 8px 5px 6px;
	color: #ffffff;
	font-weight: 700;
	font-size: 8px;
	font-size: calc(24 / 960 * var(--contents_width));
	line-height: 1;
	letter-spacing: 0.12em;
	text-align: center;
}
#wave1day-u .flex{
	margin: 0 auto 9%;
}

#wave1day-u .yen {
	font-size: 0.75em;
	text-decoration: none;
}

#wave1day-u .goods_name {
	color: #1f356c;
	font-size: calc(40 / 960 * var(--contents_width));
	font-weight: 800;
}

#wave1day-u .set_box {
	font-size: calc(24 / 960 * var(--contents_width));
	background: #1d45a0;
	color: #fff;
	width: 22%;
	line-height: 2;
	margin-bottom: 11px;
	margin-top: 0;
}
#wave1day-u p.set_box.nbox {
	margin-right: 3%;
	}

#wave1day-u .cart_price {
	font-size: calc(91 / 960 * var(--contents_width));
	line-height: 1.1;
	color: #cb0005;
	font-weight: 800;
	display: block;
	font-family: "Roboto";
	margin-top: 0;
	FONT-WEIGHT: 800;
}

#wave1day-u .box_price {
	font-size: calc(26 / 960 * var(--contents_width));
	color: #cb0005;
	margin-bottom: 16px;
	margin: 0;
}

#wave1day-u .flex_price {
	display: flex;
	justify-content: center;
	width: auto;
}


#wave1day-u .cart_price_group {
	display: inline-block;
	}

#wave1day-u .cart_oldprice {
	display: inline-block;
	font-size: calc(53 / 960 * var(--contents_width));
	font-weight: 800;
	transform: translate(-1px,-18px);
}

#wave1day-u .price_line{
	text-decoration: line-through solid #111 1px;
}
#wave1day-u .cart_oldprice::after {
	content: "▼";
	display: inline-block;
	font-size: calc(24 / 960 * var(--contents_width));
	transform: rotate(-90deg) translate(6px, 8px);
}

#wave1day-u .cart_product_package {
	position: relative;
	left: -4%;
	text-align: center;
	margin-bottom: 7%;
}

#wave1day-u .cart_product_package img{
	width: 73%;
	/* max-width:325px; */
}

#wave1day-u .cart_product_price {
	margin: 7% auto 0;
	text-align: center;
}

#wave1day-u .cart_product_price img {
	width: 80%;
}

#wave1day-u .cart_product_wearing {
	margin-top: 8%;
	text-align: center;
}

#wave1day-u .cart_product_wearing img {
	width: 80%;
}

#wave1day-u .cart_product_spec {
	text-align: center;
	line-height: 1;
	margin: 0;
	margin-top: 4%;
}

#wave1day-u .cart_product_spec_btn {
	display: block;
	position: relative;
	width: 47%;
	max-width: 412px;
	padding: 0;
	border: 1px solid #222222;
	color: #222222;
	font-weight: 700;
	font-size: calc(20 / 960 * var(--contents_width));
	line-height: 2.5;
	/* letter-spacing: 0.15em; */
	margin: 3% auto 0;
	text-decoration: none;
}

#wave1day-u .cart_product_order {
	margin-top: 6%;
}


/* グラフ */


#wave1day-u .cart_product_order .right-eye p,
#wave1day-u .cart_product_order .left-eye p {
	font-family: "YakuHanJP_Noto", "Roboto", "Noto Sans JP", sans-serif;
	background: #6f6f6f !important;
	color: #fff !important;
	padding: 10px !important;
	font-weight: normal !important;
	font-size: 12px;
	letter-spacing: .2em;
}

#wave1day-u .cart_product_order .right-eye table tr td,
#wave1day-u .cart_product_order .left-eye table tr td {
	font-size: 12px;
	letter-spacing: .2em;
	vertical-align: middle;
}

#wave1day-u .graph_area {
	border: solid 2px #fff;
	margin: 0 auto;
	padding: 10% 0 0;
	width: 90%;
	}

#wave1day-u .graph_title {
	display: block;
	margin: 0 auto 10%;
	width: auto;
	}

#wave1day-u .graph_title img {
	display: block;
	margin: 0 auto;
	max-width: 100%;
	padding: 0;
	width: auto;
	}

#wave1day-u .graph_txt {
	font-size: 1.4rem;
	font-weight: bold;
	margin: 0 auto 3%;
	text-align: center;
	width: auto;
	}

#wave1day-u .graph_subtxt {
	font-size: 1.1rem;
	font-weight: bold;
	margin: 0 auto 5%;
	text-align: left;
	width: 85%;
	}

#wave1day-u .graph_wrap:first-of-type {
	margin-bottom: 25px;
	}

#wave1day-u .graph_img {
	display: block;
	margin: 0 0 8%;
	}

/* リンク */
#wave1day-u .link_area {
	margin: 0 auto 12%;
	padding: 0;
	width: 90%;
}

#wave1day-u .link_wrap {
	border: solid 5px #d8001a;
}

#wave1day-u .link_title {
	background: #d8001a;
	color: #fff;
	font-size: 1.3rem;
	letter-spacing: 2px;
	padding: 3% 0;
	text-align: center;
	margin: 0 -1%;
}

#wave1day-u .link_inner {
	display: block;
	margin: 0 auto;
	padding: 3% 0;
	width: auto;
}

#wave1day-u .link_img {
	display: block;
	margin: 0 7% 7%;
	width: auto;
}

#wave1day-u .link_img img {
	display: block;
	margin: 0 auto;
	max-width: 100%;
	padding: 0;
	width: auto;
}

#wave1day-u .link_exp {
	margin: 0;
	width: auto;
}

#wave1day-u .link_price {
	width: 75%;
	margin: 0 auto 4%;
}

#wave1day-u .link_price img {
	display: block;
	margin: 0 auto;
	max-width: 100%;
	padding: 0;
	width: auto;
}

#wave1day-u .link_box_wrap {
	display: -webkit-flex;
		display: flex;
	margin: auto;
	justify-content: center;
	align-items: center;
}

#wave1day-u .link_box_icon {
	font-size: 16px;
	line-height: 18px;
	vertical-align: 16px;
	height:	3em;
	margin-right: 10px;
	display: block;
	width: 3em;
	text-align: center;

}
#wave1day-u .link_box_icon span {
	display: block;
	background:#d8001a;
	color: #fff;
	padding: 7px;
}

#wave1day-u .link_box_zeikomi {
	font-size: 0.875rem;
	display: inline;
	margin-left: -1em;
}

#wave1day-u .link_box_goods {
	font-family: "YakuHanJPs_Noto", "Roboto", "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", "YuGothic", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

#wave1day-u .link_txt {
	font-size: calc(29 / 960 * var(--contents_width));
	font-weight: bold;
	letter-spacing: .5px;
	line-height: 1.5;
	margin: 5.38% 0 0;
	text-align: center;
	color: #d8001a;
}

#wave1day-u .link_note {
	font-size: .9rem;
	font-weight: bold;
	letter-spacing: .5px;
	line-height: 1.5;
	margin: 1% 0 5%;
	text-align: center;
}

#wave1day-u .link_btn {
	background: #d8001a;
	border-radius: 2em;
	color: #fff !important;
	display: block;
	font-size: calc(40 / 960 * var(--contents_width));
	font-weight: bold;
	line-height: 1;
	margin: 0 auto;
	padding: 2.78% 0 2.86%;
	position: relative;
	text-align: center;
	width: 81%;
}

#wave1day-u .link_btn::after {
	border-right: 2px solid #fff;
	border-top: 2px solid #fff;
	content: "";
	display: inline-block;
	height: 8px;
	position: absolute;
	right: 7%;
	top: 40%;
	-webkit-transform: rotate(45deg);
					transform: rotate(45deg);
	width: 8px;
}


/* ポップアップ内 スペック表
--------------------------------------- */

/* スペック共通 */
@media screen and (min-width:768px) {
	.modal_spec {
		width: var(--contents_width);
	}	
}

.spec_table {
	width: 99.9%;
	margin: 0 0 5%;
	border: solid 1px #000;
}

.spec_table th {
	padding: 5px 10px;
	border: 1px solid #000;
	background: #ccc;
	color: #444;
	font-size: calc(30 / 960 * var(--contents_width));
	vertical-align: middle;
}

.spec_table td {
	padding: 5px 10px;
	border: 1px solid #000;
	border-color: #444;
	color: #444;
	font-size: calc(30 / 960 * var(--contents_width));
	vertical-align: middle;
}

.spec_title {
	padding: 2.5% 5%;
	background-color: #444;
	color: #FFF;
	font-weight: bold;
	font-size: calc(36 / 960 * var(--contents_width));
	line-height: 1.5;
	letter-spacing: 0.14em;
	text-align: center;
}

.spec_note {
	font-size: calc(29 / 960 * var(--contents_width));
	line-height: 1.2;
}

#page_top_button {
	bottom: 85px;
}

/* 返金 */
#wave1day-u .hennkin.sec_feature_in {
	font-size: calc(38 / 960 * var(--contents_width));
	background: #90c915;
	border: 2px solid #fff;
	line-height: 3;
	color: #fff;
	margin: 8% auto 15%;
	width: calc(907 / 960 * var(--contents_width));
}

#wave1day-u span.hennkin_ok {
	color: #fffc00;
	display: inline-block;
	padding-right: 30px;
}

#wave1day-u .hennkin.sec_feature_in a{
	color: #fff;
	display: inline-block;
	border-bottom: 2px solid #fff;
	line-height: 1.25;
	font-size: 0.7em;
	text-decoration: none;
}


/* ポップアップ内 スペック表
--------------------------------------- */

/* スペック共通 */
.spec_table {
	width: 99.9%;
	margin: 0 0 5%;
	border: solid 1px #000;
	line-height: 1.5;
}
#wave1day-u .spec_table th {
	padding: 5px 10px;
	border: 1px solid #000;
	background: #ccc;
	color: #444;
	font-size: calc(30 / 960 * var(--contents_width));
	vertical-align: middle;
}

.mfp-content .spec_table th {
	padding: 10px 9px;
	border: 1px solid #000;
	background: #ccc;
	color: #444;
	font-size: calc(27 / 960 * var(--contents_width));
	vertical-align: middle;
}

#wave1day-u .spec_table td {
	padding: 10px;
	border: 1px solid #000;
	border-color: #444;
	color: #444;
	font-size: calc(30 / 960 * var(--contents_width));
	vertical-align: middle;
}

.mfp-content .spec_table td {
	padding: 5px 10px;
	border: 1px solid #000;
	border-color: #444;
	color: #444;
	font-size: calc(26 / 960 * var(--contents_width));
	vertical-align: middle;
}

.spec_title {
	padding: 2.5% 5%;
	background-color: #444;
	color: #FFF;
	font-weight: bold;
	font-size: calc(36 / 960 * var(--contents_width));
	line-height: 1.5;
	letter-spacing: 0.14em;
	text-align: center;
}

.spec_note {
	font-size: calc(29 / 960 * var(--contents_width));
	line-height: 1.2;
}

/* その場で */
.fadeIn{
	animation-name:fadeInAnime;
	animation-duration:2s;
	animation-fill-mode:forwards;
	opacity:0;
	}
	
	@keyframes fadeInAnime{
		from {
			opacity: 0;
		}
	
		to {
			opacity: 1;
		}
	}


/* スクロールをしたら出現する要素にはじめに透過0を指定　*/

	#wave1day-u .fadeInTrigger,
	#wave1day-u .fadeUpTrigger{
			opacity: 0;
	}
	#wave1day-u .fade01{
		padding: 0 5%;
	}
	#wave1day-u .fade02{
		animation-delay: 0.5s;
		padding: 0 4%;
	}
	#wave1day-u .fade03{
		animation-delay: 1s;
		margin-top: 10px;
	}
	#wave1day-u .fade04{
		animation-delay: 1.5s;
		margin-top: 10px;
	}

/* 追従バナー 20220624 */
#wave1day-u .fixed_bnr_btn {
	display: none;
	z-index: 200001;
	margin: auto;
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	width:var(--contents_width);
}

#wave1day-u .fixed_bnr_btn img {
	max-width: inherit;
	width: 100%;
}

#wave1day-u .fixed_bnr_btn_close {
	position: absolute;
	top: calc(26 / 960 * var(--contents_width));
	right: 0;
	font-size: 0;
	width: calc(48 / 960 * var(--contents_width));
	height: calc(48 / 960 * var(--contents_width));
	background-color: #f9f8f3;
	border: calc(6 / 960 * var(--contents_width)) solid #d8001a;
	border-radius: 100px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

#wave1day-u .fixed_bnr_btn_close::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%) rotate(45deg);
	transform: translate(-50%, -50%) rotate(45deg);
	width: 64%;
	padding-top: 6.6%;
	border-radius: 1%;
	background-color: #d8001a;
}

#wave1day-u .fixed_bnr_btn_close::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%) rotate(-45deg);
	transform: translate(-50%, -50%) rotate(-45deg);
	width: 64%;
	padding-top: 6.6%;
	border-radius: 1%;
	background-color: #d8001a;
}

/* 追従バナータップ時のモーダル 20220624 */
	#modal_premium_link {
	width: 90%;
	max-width: 640px;
	padding: 0;
	}
	#modal_premium_link p {
	margin: 0;
	padding: 0;
	}
	#modal_premium_link img {
	vertical-align: bottom;
	}

/* cmnパーツ調整 */
header{
	background: #fff;
}

.fixcenter{
	background:none;
}
#footer {
	margin-top: 0 !important;
	background: #fff;
}

.plist{
	overflow-y: hidden;
	color: #fff !important;
}

.plist li a:link,
.plist li a:visited{
	color: #aaa !important;
}

html.mfp-bg-fix {
	height:100vh;
}

body.mfp-bg-fix {
	position: fixed;
	width: 100%;
	height:100vh;
}

.js_clipboard_msgbox {
	z-index: 200010 !important;
}

.alignCenter {background: #fff;padding-bottom: 32px;}

footer.footer {
	margin-top: 0;
	background: #fff;
	padding-bottom: 16px;
}

#page_top_button {
    bottom: 9%;
}
