@charset "utf-8";

#acting_alert {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 240px;
	margin: 5px;
	z-index: 1000;
	opacity: .60;
	-moz-opacity: .60;
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=60);
}

#acting_alert p.close_alert {
	margin: 0;
	padding: 3px;
	background: #1393c0;
	text-align: right;
	height: 25px;
}

#acting_alert p.content {
	padding: 1em;
	margin: 0;
	background: #fff;
	border: 1px solid #1393c0;
	height: 100%;
}

#acting_alert span.top, #acting_alert span.bottom {
	display: block;
	background: #fff;
}

#acting_alert span.top span, #acting_alert span.bottom span {
	display: block;
	height: 1px;
	overflow: hidden;
	background: #1393c0;
}

#acting_alert span.r1 {
	margin: 0 5px;
}

#acting_alert span.r2 {
	margin: 0 3px;
}

#acting_alert span.r3 {
	margin: 0 2px;
}

#acting_alert span.top span.r4, span.bottom span.r4 {
	margin: 0 1px;
	height: 2px;
}

#acting_alert span.item {
	font-size: 12px;
}

.close_alert a {
	background-image: url(../images/bannerClose.gif);
	display: block;
	width: 23px;
	height: 23px;
}

.close_alert a img {
	display: none;
}

/* JS error */
.alert-danger, .alert-error {
	color: #b94a48;
	background-color: #f2dede;
	border-color: #eed3d7;
	width: 90%;
	margin: auto;
	padding: 10px;
	border-radius: 4px;
	margin-bottom: 10px;
}

.alert-danger h4, .alert-error h4 {
	color: #b94a48;
}

.btn_link__wrap--fixed .alert-danger, .btn_link__wrap--fixed .alert-error {
	color: #FFF;
	background-color: transparent;
	border-color: transparent;
}

/* バリデート部分 */
.formError {
	display: block;
}

.formError .formErrorContent {
	color: #f89406;
	font-weight: bold;
	margin-left: 3px;
}

.label-warning, .badge-warning {
	background-color: #f89406;
	color: #FFFFFF;
}

.label-warning[href], .badge-warning[href] {
	background-color: #c67605;
}

.ss_error_msg, .errorMsg {
	margin-left: 3px;
	color: #F89406;
	font-weight: bold;
}

.formError+br {
	display: none;
}

/*フォームデザイン修正*/
.birthday_dd .ss_input, .birthday_mm .ss_input {
	width: 100%;
}

.ddmmselect {
	display: flex;
	width: 100%;
	align-items: center;
	flex-wrap: wrap;
}

.page-input .birthday .birthday__wrap .birthday_mm .ss_input select,
.page-input .birthday .birthday__wrap .birthday_dd .ss_input select {
	width: 80%;
}

.page-input .birthday .birthday__wrap .birthday_mm .ss_input .ddmmselect select,
.page-input .birthday .birthday__wrap .birthday_dd .ss_inputt .ddmmselect select {
	width: 80%;
}

.page-input .name>div {
	width: 100%;
	display: flex;
	flex-wrap: unset;
}

.page-input .name .ss_input {
	width: 47%;
}

.page-input .name .ss_input input {
	width: 75%;
	margin-right: 8px;
}

.page-input .postal_code>div {
	width: 100%;
}

.page-input .postal_code .ss_input {
	display: inline-block;
}

.page-input .postal_code .ss_input input {
	margin-right: 8px;
}

.page-confirm .name .ss_input,
.page-confirm #zip .ss_input {
	display: inline-block;
}

.btn_register button {
	background-color: #ff7474;
	color: #fff;
}

.btn_link button {
	display: block;
	text-align: center;
	text-decoration: none;
	font-size: 1.3rem;
	font-weight: bold;
	padding: 12px 24px;
	border-radius: 50px;
	width: 100%;
}

.hide {
	display: none;
}

/* shanon.2020.04.10.審査番号を追加(文書審査番号,社内審査番号). */
.judging_no {
	padding: 0 2.5rem;
	text-align: right;
}

/* shanon.2020.07 */
/* [入力画面]input調整. */
.radio_show input[type="radio"] {
	position: relative;
	margin-right: 3px;
	width: 15px;
	height: 15px;
	border: 1px solid #7d7d7d;
	border-radius: 15px;
	background: transparent;
}

.radio_show input[type="radio"]:checked:after {
	display: block;
	position: absolute;
	top: 2px;
	left: 2px;
	content: "";
	width: 9px;
	height: 9px;
	background: #7d7d7d;
	-webkit-border-radius: 9px;
	border-radius: 9px;
}

.radio_show input[type="text"] {
	width: 100%;
}

.checkbox_show label {
	position: relative;
	top: 0px;
	left: 20px;
}

.checkbox_show label:before {
	content: '';
	position: absolute;
	width: 17px;
	height: 17px;
	left: -22px;
	top: 1px;
	border: 1px solid #7d7d7d;
}

.checkbox_show label:after {
	z-index: 1;
	content: '';
	position: absolute;
	top: 11px;
	left: -16px;
	display: block;
	margin-top: -8px;
	width: 5px;
	height: 11px;
	border-right: 3px solid #7d7d7d;
	border-bottom: 3px solid #7d7d7d;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
}

.checkbox_show input[type="checkbox"] {
	position: absolute;
	left: -62px;
	top: 2px;
	width: 15px;
	height: 15px;
	display: block;
	box-shadow: 41px 0 #fff;
	-moz-box-shadow: 41px 0 #fff;
	-webkit-box-shadow: 41px 0 #fff;
	-ms-box-shadow: 41px 0 #fff;
	-o-box-shadow: 41px 0 #fff;
	z-index: 2;
}

.checkbox_show input[type="checkbox"]:checked {
	box-shadow: none;
}

.checkbox_show input[type="text"] {
	width: 100%;
}

/* [入力画面]ナビ調整. */
.step.container {
	margin-top: 12px;
}

/* 20200713追加ここから */
div.caption {
	background-color: #51CAAF;
	color: #fff;
	border: solid #51CAAF;
	border-width: 3px 2px;
	box-shadow: inset 0 0 0 1px #fff;
	padding: 1rem 0.5rem;
	text-align: center;
	margin-bottom: 1.5em;
	font-size: 20px;
}

.join_name dd {
	display: flex;
	flex-wrap: unset;
}

/* .join_name dd div {
	width: 50%;
} */
/* 20200713追加ここまで */

/* 20200716追加ここから */
.page-input .name .ss_input {
	width: 100%;
}

.page-input .name .ss_input input {
	width: 95%;
}

.page-input .birthday .birthday_yy select {
	width: 90%;
}

.page-input .name input {
	width: 95%;
}

.page-confirm .name .ss_input, .page-confirm #zip .ss_input {
	display: inline-block;
}

.thanks-text .complete_text01 {
	font-size: 17px;
	color: #AC8F5A;
	font-weight: bold;
}

.thanks-text .complete_text02 {
	text-align: left;
	margin-top: 20px;
}

/* 20200716追加ここまで */
/* shanon.2020.08 */
.gender-wid .validate select {
	width: 40%;
}


/* shanon.2021.06 */
.page-intro main .hero {
	margin: 0 auto 0;
}

@media screen and (max-width: 640px) {
	.page-intro main .hero {
		margin: 0 auto 0;
	}
}

.page-intro .product__image_wrap {
	display: flex;
	justify-content: center;
	align-items: center;
}

.page-intro .product__image img {
	width: 545px;
	height: auto;
}

.page-intro .product__image_height img {
	width: auto;
	height: 320px;
}

.page-input main .hero img {
	width: 750px;
}

.product__description span.sml {
	font-size: 90%;
	display: inline;
}

@media screen and (max-width: 430px) {
	.page-intro .product__image_height img {
		width: auto;
		height: 230px;
	}
}

.container.movie {
	max-width: 680px;
}

.movie_wp {
	margin-top: 45px;
	max-width: 680px;
	width: 100%;
	box-shadow: 0px 0px 10px 5px rgba(88, 89, 88, 0.15);
	border-radius: 10px;
	padding: 9px;
}

.movie_in {
	border: 3px solid #ef96b0;
	box-shadow: 0px 0px 10px 5px rgba(88, 89, 88, 0.15);
	border-radius: 10px;
	padding: 20px 1% 0;
}

.movie_wp h2 {
	font-size: 23px;
	text-align: center;
	color: #ea5581;
	font-weight: bold;
	line-height: 1.4;
	letter-spacing: -0.05em;
	padding: 0 0 1.0em;
}

.movie_wp p {
	text-align: center;
	font-size: 14px;
	line-height: 1.2;
	letter-spacing: -0.01em;
	word-break: break-all;
}

.movie_img {
	max-width: 381px;
	width: 58%;
	margin: 15px auto 20px;
}

.txt_nw {
	margin-top: 1em;
	padding-bottom: 1em;
}

.movie_wp p.cs {
	font-weight: bold;
	line-height: 2;
	background-color: #fcbbce;
	width: 94%;
	margin: 0 auto .5em;
	text-align: center !important;
}

.movie_in.cs_wp {
	padding-top: 10px;
}

.movie_wp br.sp {
	display: none;
}

.btn_top {
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	color: #1e9a82;
	width: 435px;
	line-height: 3.3;
	margin: 35px auto 0;
}

.btn_top a {
	display: block;
	text-decoration: none;
	border: 2px solid #1e9a82;
	border-radius: 2em;
}

.movie a {
	transition: .3s;
}

.movie a:hover {
	opacity: .7;
}

.movie_htxt {
	text-align: center;
	font-size: 18px;
	line-height: 150%;
	margin: 30px 0;
}

.movie_htxt span {
	font-size: 16px;
}

.movie .movie_wp.tp {
	margin-top: 0;
}

@media screen and (max-width: 640px) {
	.movie_wp {
		margin-top: 6vw;
	}

	.movie_in {
		padding-top: 4vw;
	}

	.movie_wp h2 {
		font-size: 4vw;
	}

	.movie_wp br.pc {
		display: none;
	}

	.movie_wp br.sp {
		display: inline;
	}

	.movie_wp p {
		font-size: 3vw;
		padding: 0 3%;
		text-align: left;
	}

	.movie_img {
		width: 80%;
		margin: 4vw auto 6vw;
	}

	.btn_top {
		font-size: 3.2vw;
		width: 80%;
		margin: 2em auto 0;
	}

	.movie_htxt {
		text-align: center;
		font-size: 3.2vw;
		line-height: 1;
		margin: 1.5em 0;
	}

	.cs_wp p a {
		padding: 0 1%;
	}

	.txt_nw {
		text-align: center !important;
		padding-bottom: 1.5em !important;
	}

	.movie_in p a {
		display: block;
		text-align: center !important;
	}
}

.mbtn {
	width: 34%;
	max-width: 203px;
	margin: 0 auto 30px;
}

.mbtn_txt {
	text-align: center;
	font-size: 12px;
	line-height: 1.8;
	margin-bottom: 3em;
}

@media screen and (max-width: 640px) {
	.mbtn {
		margin: 0 auto 4vw;
	}

	.mbtn_txt {
		margin-top: 1em;
		font-size: 2.0vw;
	}
}

.more_h {
	text-align: center;
	font-size: 16px;
	line-height: 1.6;
	margin-bottom: .5em;
}

.more_h span {
	display: block;
	font-size: 178%;
	color: #187FC4;
	font-weight: bold;
}

@media screen and (max-width: 640px) {
	.more_h {
		margin-top: 3em;
		font-size: 3.8vw;
	}
}

.more_list {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	align-content: flex-start;
	align-items: flex-start;
	justify-content: space-between;
	margin-bottom: 20px;
}

.more_list li {
	width: 49%;
	text-align: center;
	margin-top: 25px;
}

.more_img {
	width: 78%;
	max-width: 227px;
	margin: 0 auto;
}

.more_img img {
	padding: 0;
	margin: 0;
	width: 100%;
}

.more_t {
	font-size: 14px;
	line-height: 1.4;
	font-weight: bold;
	margin-top: .5em;
}

.more_t span {
	display: block;
	font-size: 80%;
	font-weight: normal;
	margin-top: .2em;
}

.more_btxt {
	text-align: center;
	font-size: 12px;
	margin-bottom: 1em;
}

@media screen and (max-width: 640px) {
	.more_t {
		font-size: 2.8vw;
	}

	.more_btxt {
		font-size: 2.4vw;
	}
}

.mn {
	padding-left: 3em;
}

.ltsp {
	letter-spacing: -2px !important;
}

.txt_info {
	text-align: center;
	margin: 0 0 1.5em;
	font-weight: bold;
}

/* 2023年12月14日 */
.QR_area {
	display: none;
}

.admin_login_show {
	display: none;
}

/* QRコードエリア */
.ad_code_txt, .QR_area_txt {
	font-weight: bold;
	color: #000;
	font-size: 1.5rem;
	margin: 4px 0;
}

/* 印刷するボタン */
.print {
	text-align: center;
	display: none;
}

.print .print_link a {
	display: block;
	text-align: center;
	text-decoration: none;
	font-size: 2rem;
	font-weight: bold;
	padding: 12px 10rem;
	border-radius: 10px;
	width: 100%;
	background-color: #51caaf;
	border-radius: 12px;
	color: #fff;
	border: 3px solid #5586A3;
	cursor: pointer;
}
.print canvas {
	width: 110px;
	height: 110px;
}