
/* 細木数子TV */
.movie__introduction {
}
.movie__introduction--title {
	font-size: 0;
	margin: 0;
}
.movie__introduction--title-img {
	width: 100%;
	height: auto;
}


/* 細木数子TV 最新動画 動画一覧 */
.movie__list {
	margin-bottom: 2rem;
}
.movie__list--title {
	background-color: #af9572;
	color: #ffffff;
	font-size: 1.2rem;
	margin: 0;
	padding: 0.4rem 0;
	text-align: center;
	user-select: none;
}
.movie__list--ul, .movie__list--li {
	list-style: none;
	margin: 0;
	padding: 0;
}
.movie__list--li {
	align-items: center;
	display: flex;
	position: relative;
	border-bottom: 1px solid #9c9c9c;
	padding: 0.4rem;
}
.movie__list--li::after {
	border: 0.06rem solid;
	border-color: #565656 #565656 transparent transparent;
	content: '';
	width: 0.6rem;
	height: 0.6rem;
	position: absolute;
	top: 50%;
	right: 0.6rem;
	transform: translate(0, -50%) rotate(45deg);
}
.movie__list--li:first-child {
	border-top: 1px solid #9c9c9c;
}
.movie__list--icon-block {
	margin: 0.4rem;
}
.movie__list--icon-block-info {
	line-height: 1.0;
	margin-bottom: 0.2rem;
}
.movie__list--icon-block {
	color: #f66076;
	margin: 0;
	text-align: center;
}
.movie__list--icon-block-date {
	margin: 0;
	text-align: center;
}
.movie__list--icon-block-a {
	color: #f66076;
}
.movie__list--icon-block-a:hover {
	color: #f66076;
}
.movie__list--icon-block-a::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 100;
}
.movie__list--media-icon {
	width: 100%;
	heigth: auto;
	max-height: 120px;
	max-width: 120px;
}
.movie__list--icon-block-img-cover {
	position: relative;
}
.movie__list--icon-block-img-cover::before {
	background-image: url("/assets/images/movie/movie_key_s.png");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
	width: 100%;
	height: 100%;
}
.movie__list--word {
	margin: 0 1.2rem 0 0.4rem;
}
.movie__list--word-title {
	font-weight: bold;
	margin: 0;
}
.movie__list--word-description {
	margin: 0;
}
.movie__list--trial-regist {
	margin: 1rem 1rem 2rem;
}
.movie__list--trial-regist-button {
	appearance: none;
	background-color: #eb6d9a;
	border: none;
	color: #ffffff;
	cursor: pointer;
	outline: none;
	margin: 0;
	padding: .375rem 2.75rem;
	position: relative;
	white-space: nowrap;
}
.movie__list--trial-regist-caution {
	font-size: 80%;
	padding-left: 1.0rem;
	position: relative;
}
.movie__list--trial-regist-caution::before {
	content: '※';
	position: absolute;
	top: 0;
	left: 0;
	line-height: 1.4;
}


/* 注意文言 */
.movie__list--caution {
	padding: 0 1rem;
	margin-bottom: 2rem;
}
.movie__list--caution-p {
	padding-left: 1.2rem;
	position: relative;
}
.movie__list--caution-p::before {
	content: '※';
	position: absolute;
	top: 0;
	left: 0;
}


/* 会員登録 悩み投稿 */
.movie__trouble {
	background-color: #fcf9d6;
	margin: 0 1rem 1rem;
	padding: 1rem;
}


/* 会員登録 その他 */
.movie__detail {
	margin: 0 1rem 2rem;
}
.movie__detail--ul, .movie__detail--li,
.movie__detail--recommend-ul, .movie__detail--recommend-li {
	list-style: none;
	margin: 0;
	padding: 0;
}
.movie__detail--li {
	padding-left: 1.8rem;
	position: relative;
}
.movie__detail--li::before {
	color: #b2c4dc;
	content: '★';
	font-size: 1.4rem;
	line-height: 1;
	position: absolute;
	top: 0;
	left: 0.4rem;
	width: 1.2rem;
	height: 1.2rem;
	transform: rotate(10deg);
}
.movie__detail--li::after {
	color: #4db8fc;
	content: '★';
	font-size: 1.4rem;
	line-height: 1;
	position: absolute;
	top: 0;
	left: -0.2rem;
	width: 1.2rem;
	height: 1.2rem;
	transform: rotate(50deg);
}
.movie__detail--strong {
	font-weight: bold;
	margin: 0;
}
.movie__detail--recommend-li {
	padding-left: 1.4rem;
	position: relative;
}
.movie__detail--recommend-li::before {
	content: '・';
	position: absolute;
	top: 0;
	left: 0;
}


/* 細木数子TV フッター リンク */
.movie__footer-list {
	margin-bottom: 2rem;
}
.movie__footer-list--ul, .movie__footer-list--li {
	list-style: none;
	margin: 0;
	padding: 0;
}
.movie__footer-list--li {
	align-items: center;
	display: flex;
	position: relative;
	border-bottom: 1px solid #9c9c9c;
	padding: 0.4rem;
}
.movie__footer-list--li:first-child {
	border-top: 1px solid #9c9c9c;
}
.movie__footer-list--li::after {
	border: 0.06rem solid;
	border-color: #565656 #565656 transparent transparent;
	content: '';
	width: 0.6rem;
	height: 0.6rem;
	position: absolute;
	top: 50%;
	right: 0.6rem;
	transform: translate(0, -50%) rotate(45deg);
}
.movie__footer-list--a {
	display: inline-block;
	width: 100%;
	height: auto;
	padding: 0.4rem 0;
	text-decoration: none;
}


/* ================================================================== */
/* 細木数子TV 動画 */
.movie-detail__contents {
	margin-bottom: 1rem;
}
.movie-detail__contents--title {
	font-size: 0;
	margin: 0;
}
.movie-detail__contents--title-img {
	width: 100%;
	height: auto;
}
.movie-detail__contents--movie-block {
	margin: 1rem;
	padding: 1rem;
	background: -webkit-repeating-linear-gradient(-45deg, #fcf9d6, #fcf9d6 3px,#fbf7c4 3px, #fbf7c4 7px);
    background: repeating-linear-gradient(-45deg, #fcf9d6, #fcf9d6 3px,#fbf7c4 3px, #fbf7c4 7px);
    border: 1px solid #af9572;
    border-radius: 0.2rem;
}
.movie-detail__contents--movie-title {
	font-size: 1.2rem;
	font-weight: bold;
	margin: 0 0 0.4rem;
	text-align: center;
	user-select: none;
}
.movie-detail__contents--movie-title-date {
	color: #eb6d9a;
	font-size: 0.8rem;
}
.movie-detail__contents--movie-title-sentence {
	display: block;
	text-align: left;
}
.movie-detail__contents--movie-wrapper, .movie-detail__contents--movie-img-wrapper {
	position: relative;
	width: 100%;
}
.movie-detail__contents--movie-wrapper::before {
	content: '';
	display: block;
	padding-top: 56.25%;
}
.movie-detail__contents--movie-wrapper > iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.movie-detail__contents--movie-img-wrapper::before {
	background-image: url("/assets/images/movie/movie_key_m.png");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
	width: 100%;
	height: 100%;
}


/* 会員登録 */
.movie-detail__trial--regist {
	margin: 1rem;
}
.movie-detail__trial--regist-button {
	appearance: none;
	background-color: #eb6d9a;
	border: none;
	color: #ffffff;
	cursor: pointer;
	outline: none;
	margin: 0;
	padding: .375rem 2.75rem;
	position: relative;
	white-space: nowrap;
}
.movie-detail__trial--regist-caution {
	font-size: 80%;
	padding-left: 1.0rem;
	position: relative;
}
.movie-detail__trial--regist-caution::before {
	content: '※';
	position: absolute;
	top: 0;
	left: 0;
	line-height: 1.4;
}


/* 会員登録 悩み投稿 */
.movie-detail__trouble {
	background-color: #fcf9d6;
	margin: 0 1rem 1rem;
	padding: 1rem;
}


/* 会員登録 その他 */
.movie-detail__detail {
	margin: 0 1rem 2rem;
}
.movie-detail__detail--ul, .movie-detail__detail--li,
.movie-detail__detail--recommend-ul, .movie-detail__detail--recommend-li {
	list-style: none;
	margin: 0;
	padding: 0;
}
.movie-detail__detail--li {
	padding-left: 1.8rem;
	position: relative;
}
.movie-detail__detail--li::before {
	color: #b2c4dc;
	content: '★';
	font-size: 1.4rem;
	line-height: 1;
	position: absolute;
	top: 0;
	left: 0.4rem;
	width: 1.2rem;
	height: 1.2rem;
	transform: rotate(10deg);
}
.movie-detail__detail--li::after {
	color: #4db8fc;
	content: '★';
	font-size: 1.4rem;
	line-height: 1;
	position: absolute;
	top: 0;
	left: -0.2rem;
	width: 1.2rem;
	height: 1.2rem;
	transform: rotate(50deg);
}
.movie-detail__detail--strong {
	font-weight: bold;
	margin: 0;
}
.movie-detail__detail--recommend-li {
	padding-left: 1.4rem;
	position: relative;
}
.movie-detail__detail--recommend-li::before {
	content: '・';
	position: absolute;
	top: 0;
	left: 0;
}


/* その他ボタンとか諸々 */
.movie-detail__contents--post {
	margin: 0 1rem;
	padding: 0 1rem;
}
.movie-detail__contents--post-block {
	padding: 1rem 0;
}
.movie-detail__contents--post-ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.movie-detail__contents--post-li {
	list-style: none;
	margin: 0;
	padding: .375rem 0;
	white-space: normal;
}
.movie-detail__contents--post-li-a {
	color: #ffffff;
	display: block;
	width: 100%;
	height: 100%;
}
.movie-detail__contents--post-a-small {
	font-size: 0.75rem;
}
.movie-detail__contents--post-a-large {
	font-size: 1.25rem;
	font-weight: bold;
}


/* 細木数子TV 最新動画 動画一覧 */
.movie-detail__list {
	margin-bottom: 2rem;
}
.movie-detail__list--title {
	background-color: #af9572;
	color: #ffffff;
	font-size: 1.2rem;
	margin: 0;
	padding: 0.4rem 0;
	text-align: center;
	user-select: none;
}
.movie-detail__list--ul, .movie-detail__list--li {
	list-style: none;
	margin: 0;
	padding: 0;
}
.movie-detail__list--li {
	align-items: center;
	display: flex;
	position: relative;
	border-bottom: 1px solid #9c9c9c;
	padding: 0.4rem;
}
.movie-detail__list--li::after {
	border: 0.06rem solid;
	border-color: #565656 #565656 transparent transparent;
	content: '';
	width: 0.6rem;
	height: 0.6rem;
	position: absolute;
	top: 50%;
	right: 0.6rem;
	transform: translate(0, -50%) rotate(45deg);
}
.movie-detail__list--li:first-child {
	border-top: 1px solid #9c9c9c;
}
.movie-detail__list--icon-block {
	margin: 0.4rem;
}
.movie-detail__list--icon-block-info {
	line-height: 1.0;
	margin-bottom: 0.2rem;
}
.movie-detail__list--icon-block {
	color: #f66076;
	margin: 0;
	text-align: center;
}
.movie-detail__list--icon-block-date {
	color: #f66076;
	margin: 0;
	text-align: center;
}
.movie-detail__list--icon-block-a {
	color: #f66076;
}
.movie-detail__list--icon-block-a:hover {
	color: #f66076;
}
.movie-detail__list--icon-block-a::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 100;
}
.movie-detail__list--media-icon {
	width: 100%;
	heigth: auto;
	max-height: 120px;
	max-width: 120px;
}
.movie-detail__list--icon-block-img-cover {
	position: relative;
}
.movie-detail__list--icon-block-img-cover::before {
	background-image: url("/assets/images/movie/movie_key_s.png");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
	width: 100%;
	height: 100%;
}
.movie-detail__list--word {
	margin: 0 1.2rem 0 0.4rem;
}
.movie-detail__list--word-title {
	font-weight: bold;
	margin: 0;
}
.movie-detail__list--word-description {
	margin: 0;
}


/* 注意文言 */
.movie-detail__list--caution {
	padding: 0 1rem;
	margin-bottom: 2rem;
}


/* ================================================================== */
/* お悩み相談 投稿 */
.movie-form__contents {
	margin-bottom: 2rem;
}
.movie-form__contents--title {
	font-size: 0;
	margin: 0;
}
.movie-form__contents--title-img {
	width: 100%;
	height: auto
}
.movie-form__contents--form {
}
.movie-form__contents--form-introduction {
	padding: 1rem;
}
.movie-form__contents--form-table {
	background-color: #ffffff;
	border: 1px solid #000;
	margin: 0 1rem 1rem;
}
.movie-form__contents--form-table-title {
	background-color: #eb6d9a;
	color: #ffffff;
	font-size: 1.2rem;
	margin: 0;
	padding: 0.4rem 0;
	text-align: center;
	user-select: none;
}
.movie-form__contents--form-error {
	color: #f66076;
	font-size: 80%;
	margin: 0;
	padding-left: 1.2rem;
	position: relative;
}
.movie-form__contents--form-error::before {
	content: '※';
	color: #f66076;
	position: absolute;
	top: 0;
	left: 0;
}
.movie-form__contents--form-table-ul, .movie-form__contents--form-table-li {
	list-style: none;
	margin: 0;
	padding: 0;
}
.movie-form__contents--form-table-li {
	border-top: 1px solid #000000;
}
.movie-form__contents--form-table-li:nth-child(odd) {
	border-right: 1px solid #000000;
}
.movie-form__contents--form-table-text {
	width: 100%;
}
.movie-form__contents--form-table-select {
	width: 100%;
}
.movie-form__contents--form-table-textarea {
	width: 100%;
}
.movie-form__contents--form-caution {
	padding: 0 1rem;
}
.movie-form__contents--form-caution-button {
	background-color: #5fc3d8;
	border: none;
	color: #ffffff;
	cursor: pointer;
	outline: none;
	appearance: none;
	margin: 0;
}


/* お悩み相談 投稿 ヒント */
.movie-form__hint {
	margin-bottom: 1rem;
	padding: 1rem;
}
.movie-form__hint--birthday {
	margin-bottom: 1rem;
}
.movie-form__hint--birthday-title {
	font-size: 1rem;
	font-weight: bold;
	position: relative;
	padding-left: 1.2rem;
}
.movie-form__hint--birthday-title::before {
	content: '◆';
	position: absolute;
	top: 0;
	left: 0;
}
.movie-form__hint--birthday-list {
	padding: 0 1rem;
}
.movie-form__hint--birthday-ul, .movie-form__hint--birthday-li {
	list-style: none;
	margin: 0;
	padding: 0;
}
.movie-form__hint--fill {
	margin-bottom: 1rem;
}
.movie-form__hint--fill-title {
	font-size: 1rem;
	font-weight: bold;
	position: relative;
	padding-left: 1.2rem;
}
.movie-form__hint--fill-title::before {
	content: '◆';
	position: absolute;
	top: 0;
	left: 0;
}
.movie-form__hint--fill-list {
	padding: 0 1rem;
}
.movie-form__hint--fill-ul, .movie-form__hint--fill-li,
.movie-form__hint--fill-example-ul, .movie-form__hint--fill-example-li {
	list-style: none;
	margin: 0;
	padding: 0;
}
.movie-form__hint--fill-example-li {
	position: relative;
	padding-left: 1.2rem;
}
.movie-form__hint--fill-example-li::before {
	content: '⇒';
	position: absolute;
	top: 50%;
	left: 0;
	transform: translate(0, -50%);
}


/* ================================================================== */
/* お悩み相談 完了 */
.movie-end__contents {
	margin-bottom: 1rem;
}
.movie-end__contents--title {
	font-size: 0;
	margin: 0;
}
.movie-end__contents--title-img {
	width: 100%;
	height: auto
}
.movie-end__contents--report {
	padding: 1rem;
}
.movie-end__contents--report-title {
	font-size: 1.2rem;
	font-weight: bold;
	margin: 0 0 1rem;
	text-align: center;
}


/* ================================================================== */
/* コメント投稿 投稿 */
.movie-impression-form__contents {
	margin-bottom: 2rem;
}
.movie-impression-form__contents--title {
	font-size: 0;
	margin: 0;
}
.movie-impression-form__contents--title-img {
	width: 100%;
	height: auto
}
.movie-impression-form__contents--form {
}
.movie-impression-form__contents--form-introduction {
	padding: 1rem;
}
.movie-impression-form__contents--form-table {
	background-color: #ffffff;
	border: 1px solid #000;
	margin: 0 1rem 1rem;
}
.movie-impression-form__contents--form-error {
	color: #f66076;
	font-size: 80%;
	margin: 0;
	padding-left: 1.2rem;
	position: relative;
}
.movie-impression-form__contents--form-error::before {
	content: '※';
	color: #f66076;
	position: absolute;
	top: 0;
	left: 0;
}
.movie-impression-form__contents--form-table-title {
	background-color: #eb6d9a;
	color: #ffffff;
	font-size: 1.2rem;
	margin: 0;
	padding: 0.4rem 0;
	text-align: center;
	user-select: none;
}
.movie-impression-form__contents--form-table-ul, .movie-impression-form__contents--form-table-li {
	list-style: none;
	margin: 0;
	padding: 0;
}
.movie-impression-form__contents--form-table-li {
	border-top: 1px solid #000000;
}
.movie-impression-form__contents--form-table-li:nth-child(odd) {
	border-right: 1px solid #000000;
}
.movie-impression-form__contents--form-table-text {
	width: 100%;
}
.movie-impression-form__contents--form-table-select {
	width: 100%;
}
.movie-impression-form__contents--form-table-textarea {
	width: 100%;
}
.movie-impression-form__contents--form-caution {
	padding: 0 1rem;
}
.movie-impression-form__contents--form-caution-button {
	background-color: #5fc3d8;
	border: none;
	color: #ffffff;
	cursor: pointer;
	outline: none;
	appearance: none;
	margin: 0;
}


/* ================================================================== */
/* コメント投稿 完了 */
.movie-impression-end__contents {
	margin-bottom: 1rem;
}
.movie-impression-end__contents--title {
	font-size: 0;
	margin: 0;
}
.movie-impression-end__contents--title-img {
	width: 100%;
	height: auto
}
.movie-impression-end__contents--report {
	padding: 1rem;
}
.movie-impression-end__contents--report-title {
	font-size: 1.2rem;
	font-weight: bold;
	margin: 0 0 1rem;
	text-align: center;
}


/* ================================================================== */
/* 紹介ページ お試し動画配信中！ */
.movie-intro__contents {
	margin-bottom: 2rem;
}
.movie-intro__contents--title {
	font-size: 0;
	margin: 0;
}
.movie-intro__contents--title-img {
	width: 100%;
	height: auto
}
.movie-intro__contents--banner {
	font-size: 0;
	margin: 0;
}
.movie-intro__contents--banner-img {
	width: 100%;
	height: auto
}
.movie-intro__contents--trial {
}
.movie-intro__contents--trial-title {
	background-color: #af9572;
	color: #ffffff;
	font-size: 1.2rem;
	margin: 0;
	padding: 0.4rem 0;
	text-align: center;
	user-select: none;
}
.movie-intro__contents--trial-list {
	margin-bottom: 1rem;
}
.movie-intro__contents--trial-ul, .movie-intro__contents--trial-li {
	list-style: none;
	margin: 0;
	padding: 0;
}
.movie-intro__contents--trial-li {
	align-items: start;
	display: flex;
	position: relative;
	border-bottom: 1px solid #9c9c9c;
	padding: 0.4rem;
}
.movie-intro__contents--trial-li::after {
	border: 0.06rem solid;
	border-color: #565656 #565656 transparent transparent;
	content: '';
	width: 0.6rem;
	height: 0.6rem;
	position: absolute;
	top: 50%;
	right: 0.6rem;
	transform: translate(0, -50%) rotate(45deg);
}
.movie-intro__contents--trial-li:first-child {
	border-top: 1px solid #9c9c9c;
}
.movie-intro__contents--trial-icon {
	line-height: 1.0;
	margin-bottom: 0.2rem;
}
.movie-intro__contents--trial-icon-a::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 100;
}
.movie-intro__contents--trial-icon-img {
	width: 100%;
	heigth: auto;
	max-height: 120px;
	max-width: 120px;
}
.movie-intro__contents--trial-word {
	margin: 0 1.2rem 0 0.4rem;
}
.movie-intro__contents--trial-word-title {
	font-weight: bold;
	margin: 0;
}
.movie-intro__contents--trial-word-description {
	margin: 0;
}
.movie-intro__contents--trial-list-button {
	appearance: none;
	background-color: #5fc3d8;
	border: none;
	color: #ffffff;
	cursor: pointer;
	outline: none;
	margin: 0;
}
.movie-intro__contents--trial-regist {
	margin: 0 1rem 1rem 1rem;
}
.movie-intro__contents--trial-regist-button {
	appearance: none;
	background-color: #eb6d9a;
	border: none;
	color: #ffffff;
	cursor: pointer;
	outline: none;
	margin: 0;
	padding: .375rem 2.75rem;
	position: relative;
	white-space: nowrap;
}
.movie-intro__contents--trial-regist-button::after {
	border: 0.06rem solid;
	border-color: #ffffff #ffffff transparent transparent;
	content: '';
	width: 0.6rem;
	height: 0.6rem;
	position: absolute;
	top: 50%;
	right: 0.6rem;
	transform: translate(0, -50%) rotate(45deg);
}
.movie-intro__contents--trial-trouble {
	background-color: #fcf9d6;
	padding: 1rem;
}


/* 紹介ページ 「細木数子TV」ご紹介 */
.movie-intro__introduction {
	margin-bottom: 2rem;
}
.movie-intro__introduction--title {
	background-color: #af9572;
	color: #ffffff;
	font-size: 1.2rem;
	margin: 0;
	padding: 0.4rem 0;
	text-align: center;
	user-select: none;
}
.movie-intro__introduction--block {
	margin: 1rem;
}
.movie-intro__introduction--block-img {
	width: 100%;
	height: auto;
}
.movie-intro__introduction--block-button {
	appearance: none;
	background-color: #eb6d9a;
	border: none;
	color: #ffffff;
	cursor: pointer;
	outline: none;
	margin: 0;
	padding: .375rem 2.75rem;
	position: relative;
	white-space: nowrap;
}
.movie-intro__introduction--block-button::after {
	border: 0.06rem solid;
	border-color: #ffffff #ffffff transparent transparent;
	content: '';
	width: 0.6rem;
	height: 0.6rem;
	position: absolute;
	top: 50%;
	right: 0.6rem;
	transform: translate(0, -50%) rotate(45deg);
}


/* ================================================================== */
/* 会員登録 */
.movie-regist__contents {
	margin-bottom: 1rem;
}
.movie-regist__contents--title {
	font-size: 0;
	margin: 0;
}
.movie-regist__contents--title-img {
	width: 100%;
	height: auto;
}
.movie-regist__contents--subtitle {
	background-color: #af9572;
	color: #ffffff;
	font-size: 1.2rem;
	margin: 0;
	padding: 0.4rem 0;
	text-align: center;
	user-select: none;
}
.movie-regist__contents--introduction {
	margin: 1rem;
}
.movie-regist__contents--frame {
	border: 2px solid #af9572;
	margin: 1rem 1rem 2rem;
	padding: 1rem;
}
.movie-regist__contents--frame-price {
	font-size: 1.6rem;
	font-weight: bold;
}
.movie-regist__contents--frame-button {
	background-color: #5fc3d8;
	border: none;
	color: #ffffff;
	cursor: pointer;
	outline: none;
	appearance: none;
	margin: 0;
}


/* 会員登録 悩み投稿 */
.movie-regist__trouble {
	background-color: #fcf9d6;
	margin: 1rem;
	padding: 1rem;
}


/* 会員登録 その他 */
.movie-regist__detail {
	margin: 0 1rem 2rem;
}
.movie-regist__detail--ul, .movie-regist__detail--li,
.movie-regist__detail--recommend-ul, .movie-regist__detail--recommend-li {
	list-style: none;
	margin: 0;
	padding: 0;
}
.movie-regist__detail--li {
	padding-left: 1.8rem;
	position: relative;
}
.movie-regist__detail--li::before {
	color: #b2c4dc;
	content: '★';
	font-size: 1.4rem;
	line-height: 1;
	position: absolute;
	top: 0;
	left: 0.4rem;
	width: 1.2rem;
	height: 1.2rem;
	transform: rotate(10deg);
}
.movie-regist__detail--li::after {
	color: #4db8fc;
	content: '★';
	font-size: 1.4rem;
	line-height: 1;
	position: absolute;
	top: 0;
	left: -0.2rem;
	width: 1.2rem;
	height: 1.2rem;
	transform: rotate(50deg);
}
.movie-regist__detail--strong {
	font-weight: bold;
	margin: 0;
}
.movie-regist__detail--recommend-li {
	padding-left: 1.4rem;
	position: relative;
}
.movie-regist__detail--recommend-li::before {
	content: '・';
	position: absolute;
	top: 0;
	left: 0;
}


/* ================================================================== */
/* 会員登録 完了*/
.movie-end__contents {
	margin-bottom: 1rem;
}
.movie-end__contents--title {
	font-size: 0;
	margin: 0;
}
.movie-end__contents--title-img {
	width: 100%;
	height: auto;
}
.movie-end__contents--subtitle {
	background-color: #af9572;
	color: #ffffff;
	font-size: 1.2rem;
	margin: 0;
	padding: 0.4rem 0;
	text-align: center;
	user-select: none;
}
.movie-end__contents--block {
	margin: 1rem;
}
.movie-end__contents--strong {
	font-size: 1.6rem;
	font-weight: bold;
}

/* ==============================================================*/
/* アマゾン会員登録 */
.movie-amazon__contents--movie-btn {
	background-color: #5fc3d8;
	color: #ffffff;
	appearance: none;
	border: none;
	cursor: pointer;
	outline: none;
}