/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
	-webkit-text-size-adjust: 100%;
	line-height: 1.15
}

body {
	margin: 0;
}

main {
	display: block
}

em {
	font-weight: bold;
	color: #CD121C;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0
}

h3.hint {
	margin-top: 50px;
	text-align: center;
}

hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible
}

pre {
	font-family: monospace, monospace;
	font-size: 1em
}

a {
	background-color: transparent
}

abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	-webkit-text-decoration: underline dotted;
	text-decoration: underline dotted
}
b,
strong {
				font-weight: bolder
}
code,
kbd,
samp {
				font-family: monospace, monospace;
				font-size: 1em
}
small {
				font-size: 80%
}
sub,
sup {
				font-size: 75%;
				line-height: 0;
				position: relative;
				vertical-align: baseline
}
sub {
				bottom: -0.25em
}
sup {
				top: -0.5em
}
img {
				border-style: none
}
button,
input,
optgroup,
select,
textarea {
				font-family: inherit;
				font-size: 100%;
				line-height: 1.15;
				margin: 0
}
button,
input {
				overflow: visible
}
button,
select {
				text-transform: none
}
[type=button],
[type=reset],
[type=submit],
button {
				-webkit-appearance: button
}
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
				border-style: none;
				padding: 0
}
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
				outline: 1px dotted ButtonText
}
fieldset {
				padding: 0.35em 0.75em 0.625em
}
legend {
				box-sizing: border-box;
				color: inherit;
				display: table;
				max-width: 100%;
				padding: 0;
				white-space: normal
}
progress {
				vertical-align: baseline
}
textarea {
				overflow: auto
}
[type=checkbox],
[type=radio] {
				box-sizing: border-box;
				padding: 0
}
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
				height: auto
}
[type=search] {
				-webkit-appearance: textfield;
				outline-offset: -2px
}
[type=search]::-webkit-search-decoration {
				-webkit-appearance: none
}
::-webkit-file-upload-button {
				-webkit-appearance: button;
				font: inherit
}
details {
				display: block
}
summary {
				display: list-item
}
[hidden],
template {
				display: none
}
@font-face {
				font-display: swap;
				font-family: Shippori Antique;
				font-style: normal;
				font-weight: 400;
				src: url('/themes/root@appleple/new-year-2023/fonts/ShipporiAntique-Regular.woff2') format("woff2"), url('/themes/root@appleple/new-year-2023/fonts/ShipporiAntique-Regular.woff') format("woff")
}
body {
				background-color: #f4f4f4;
				color: #333;
				font-family: Shippori Antique, sans-serif
}
p {
				font-size: 16px;
				line-height: 1.7;
				margin: 0 0 1em
}
.main {
	background-image: url('/themes/root@appleple/new-year-2023/images/back.svg');
	background-position: 0 0;
	background-repeat: repeat;
	background-size: 50px 29px;
	display: block;
	padding-bottom: 80px;
	padding-top: 60px;
}
.container {
				max-width: 768px
}
.container,
.main-container {
				box-sizing: border-box;
				margin: 0 auto
}
.main-container {
				max-width: 432px;
				padding: 0 16px
}
.header {
				box-sizing: border-box;
				margin: 0 auto;
				max-width: 100%;
				width: 768px
}
.header h1,
.header h2 {
				line-height: 1;
				margin: 0
}
.header__hero {
				box-sizing: border-box;
				display: block;
				height: auto;
				width: 100%
}
.header__bg {
				background-image: url('/themes/root@appleple/new-year-2023/images/bar.png');
				background-position: 50%;
				background-repeat: no-repeat;
				background-size: cover;
				width: 100%
}
.header__bg-logo {
				box-sizing: border-box;
				display: block;
				height: auto;
				margin-left: auto;
				max-width: 100%;
				padding: 11px 16px
}
.c-typo-title-a {
				font-size: 28px;
				line-height: 1.3;
				margin: 0 0 0.6em;
				text-align: center;
				font-weight: normal;
}
@media screen and(min-width:520px) {
				.c-typo-title-a {
								font-size: 40px;
								margin-bottom: 0.8em
				}
				.c-typo-title-a.-pc-space-min {
								letter-spacing: -1px
				}
}
.c-typo-title-b {
				font-size: 24px;
				line-height: 1.5;
				margin: 0 0 1em;
				text-align: center
}
@media screen and(min-width:520px) {
	.c-typo-title-b {
					font-size: 28px
	}
}

.c-name-box.-no-icon::before {
	display: none;
}

.c-name-box::before {
	display: block;
	width: 40px;
	height: 36px;
	content: '';
	background-image: url('/themes/root@appleple/new-year-2023/images/header-icon.svg');
	background-size: cover;
	background-repeat: no-repeat;
	margin: 0 auto 12px;
}

.c-name-box__label {
	font-size: 13px;
	margin: 0 0 4px
}

.c-name-box__main {
	font-size: 20px;
	margin: 0
}

.c-name-box__main > span {
	margin-top: 8px;
	display: block;
	font-size: 12px;
	line-height: 1.2;
}

@media screen and(min-width:520px) {
	.c-name-box__main {
		font-size: 24px
	}
}

.c-btn {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: #444;
	border: 0;
	border-radius: 0;
	box-shadow: none;
	box-sizing: border-box;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 16px;
	line-height: 1.7;
	padding: 0.901em 1em;
	text-align: center;
	text-decoration: none;
	transition: opacity 0.2s linear;
	width: 100%;
}
.c-btn.-emphasis {
	background: #CD121C;
}
.c-btn.-twitter {
				align-items: center;
				background: #1da1f2;
				display: flex;
				justify-content: center
}
.c-btn.-twitter img {
				display: inline-block;
				height: 24px;
				margin-right: 8px
}
.c-btn:hover {
				opacity: .8
}
.c-btn:disabled {
	background: #a4a4a4;
}
.c-btn.-margin-top-mini {
				margin-top: 8px
}
.c-label-num {
				align-items: center;
				box-sizing: content-box;
				color: #fff;
				display: flex;
				font-size: 16px;
				height: 32px;
				justify-content: center;
				line-height: 1.7;
				margin: 0 auto 1em;
				padding: 7px;
				position: relative;
				width: 32px
}
.c-label-num:after {
				background-color: #000;
				bottom: 7px;
				content: "";
				left: 7px;
				position: absolute;
				right: 7px;
				top: 7px;
				-webkit-transform: rotate(45deg);
				transform: rotate(45deg);
				z-index: 1
}
.c-label-num__text {
				position: relative;
				z-index: 2
}
.c-navigators {
				align-items: center;
				display: flex;
				justify-content: center;
				list-style: none;
				margin: 0 0 8px;
				padding: 0
}
.c-navigators li {
				padding: 0 8px 16px;
				text-align: center
}
.c-navigators p {
				margin: 0
}
.c-navigators img {
				border-radius: 50%;
				box-sizing: border-box;
				height: auto;
				width: 96px
}
.c-navigator-comment-box {
				text-align: center
}
.c-form-box {
				list-style: none;
				margin: 0;
				padding: 0
}
.c-form-box__item {
				margin: 0 0 8px;
				padding: 0
}
.c-form-label {
				font-size: 14px;
				line-height: 1.5;
				margin: 0 0 0.2em
}
.c-form-error-text {
	color: #CD121C;
	font-size: 13px;
	line-height: 1.5;
	margin: 16px 0;
	text-align: center
}
.c-form-btn-box.-margin-top-sm {
	margin-top: 8px
}
.c-form-btn-box.-margin-top-md {
				margin-top: 16px
}
.c-form-btn-box.-margin-top-lg {
				margin-top: 32px
}
.c-form-box input,
.c-form-box textarea {
				-webkit-appearance: none;
				-moz-appearance: none;
				appearance: none;
				background-color: #fff;
				border: 1px solid #707070;
				box-sizing: border-box;
				color: #333;
				cursor: text;
				font-size: 16px;
				line-height: 1.7;
				margin: 0.2em 0 0;
				padding: 0.838em 1em;
				width: 100%
}
.c-form-box input::-webkit-input-placeholder,
.c-form-box textarea::-webkit-input-placeholder {
				color: #ccc
}
.c-form-box input::-moz-placeholder,
.c-form-box textarea::-moz-placeholder {
				color: #ccc
}
.c-form-box input:-ms-input-placeholder,
.c-form-box textarea:-ms-input-placeholder {
				color: #ccc
}
.c-form-box input::-ms-input-placeholder,
.c-form-box textarea::-ms-input-placeholder {
				color: #ccc
}
.c-form-box input::placeholder,
.c-form-box textarea::placeholder {
				color: #ccc
}
.c-form-select-box {
	font-size: 16px;
	width: 100%
}
.c-form-select-box select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-color: #fff;
	background-image: url('/themes/root@appleple/new-year-2023/images/icon-selecr-arrow.svg');
	background-position: center right 16px;
	background-repeat: no-repeat;
	border: 1px solid #ccc;
	border-radius: 4px;
	box-sizing: border-box;
	color: #333;
	cursor: pointer;
	line-height: 1.7;
	padding: 0.6em calc(2em + 16px) 0.6em 1.5em;
	vertical-align: top;
	width: 100%
}
.c-form-radio+.c-form-radio {
				margin-top: 8px
}
.c-form-radio__label {
				align-items: center;
				background-color: #fff;
				border: 1px solid #ccc;
				border-radius: 4px;
				cursor: pointer;
				display: flex;
				font-size: 16px;
				justify-content: flex-start;
				justify-content: center;
				line-height: 1.7;
				padding: 8px 16px
}
.c-form-radio input[type=radio] {
				-webkit-appearance: none;
				-moz-appearance: none;
				appearance: none;
				background: transparent;
				border: 0;
				box-shadow: none;
				display: block;
				height: 0;
				margin: 0;
				padding: 0
}
.c-form-radio__icon {
				background-image: url('/themes/root@appleple/new-year-2023/images/icon-check.svg');
				background-position: 50%;
				background-repeat: no-repeat;
				background-size: cover;
				display: block;
				height: 24px;
				margin-right: 8px;
				width: 24px
}
.c-form-radio input[type=radio]:focus+label>.c-form-radio__icon,
.c-form-radio input[type=radio]:hover+label > .c-form-radio__icon {
				background-image: url('/themes/root@appleple/new-year-2023/images/icon-check-focus.svg')
}
.c-form-radio input[type=radio]:checked+label {
				background-color: #eaf5fa
}
.c-form-radio input[type=radio]:checked+label > .c-form-radio__icon {
				background-image: url('/themes/root@appleple/new-year-2023/images/icon-check-checked.svg')
}
.c-form-radio img {
				height: auto;
				max-width: 100%;
				width: 80px
}
.c-form-radio__text {
				flex: 1
}
.p-name-form {
				margin-top: 32px
}
.p-name-end-time {
				font-size: 14px;
				line-height: 1.7;
				margin: 24px 0 0;
				text-align: center
}

.p-answer-btn {
	margin-top: 32px;
}

.p-answer-box {
	text-align: center;
}
.p-answer-box__inner {
	padding-bottom: 32px;
}

.p-answer-box .c-form-box__item {
				align-items: center;
				display: flex;
				justify-content: flex-start
}
.p-answer-box .c-form-label {
				margin-bottom: 0;
				margin-right: 11px
}
.p-answer-box .c-form-box__control {
				flex: 1 0 auto
}
.p-answer-caution {
				margin-bottom: 16px
}
.p-answer-caution h4,
.p-answer-caution li {
				color: #CD121C;
				font-size: 13px;
				line-height: 1.7;
				margin: 0
}
.p-answer-caution ul {
				list-style: "- ";
				margin: 0;
				padding-left: 1em
}
.p-answer-caution li+li {
				margin-top: 4px
}
.p-answer-hint {
				padding: 8px 0;
				text-align: center
}
.p-answer-hint__btn {
				align-items: center;
				-webkit-appearance: none;
				-moz-appearance: none;
				appearance: none;
				background: transparent;
				border: 0;
				cursor: pointer;
				display: inline-flex;
				justify-content: flex-start;
				text-decoration: underline;
				transition: color 0.2s linear
}
.p-answer-hint__btn,
.p-answer-hint__btn:visited {
				color: #196e9b
}
.p-answer-hint__btn:hover {
				color: #775f0d
}
.p-answer-hint__btn img {
				border-radius: 50%;
				box-sizing: border-box;
				display: block;
				height: auto;
				margin-right: 8px;
				width: 40px
}
.p-answer-hint__btn p {
				font-size: 14px;
				line-height: 1.7;
				margin: 0
}
.message-btns {
				align-items: stretch;
				display: flex;
				flex-wrap: wrap;
				justify-content: center;
				list-style: none;
				margin: 0 -8px;
				padding: 0
}
.message-btns > li {
				box-sizing: border-box;
				margin: 0 0 16px;
				padding: 0 8px;
				width: 25%
}
.modal-btn {
				-webkit-appearance: none;
				-moz-appearance: none;
				appearance: none;
				background-color: #fff;
				border: 0;
				box-shadow: 0 0 6px rgba(0, 0, 0, .16);
				box-sizing: border-box;
				color: #333;
				cursor: pointer;
				display: block;
				font-size: 14px;
				font-weight: 400;
				line-height: 1.2;
				padding: 8px 8px 16px;
				text-align: center;
				transition: box-shadow 0.2s linear;
				width: 100%
}
.modal-btn img {
				border-radius: 50%;
				box-sizing: border-box;
				height: auto;
				max-width: 100%;
				width: 58px
}
.modal-btn p {
				font-size: 14px;
				line-height: 1.2;
				margin: 8px 0 0
}
.modal-btn:hover {
				box-shadow: 0 0 12px rgba(0, 0, 0, .24)
}
@-webkit-keyframes fadeIn {
				0% {
								opacity: 0
				}
				to {
								opacity: 1
				}
}
@keyframes fadeIn {
				0% {
								opacity: 0
				}
				to {
								opacity: 1
				}
}
@-webkit-keyframes fadeOut {
				0% {
								opacity: 1
				}
				to {
								opacity: 0
				}
}
@keyframes fadeOut {
				0% {
								opacity: 1
				}
				to {
								opacity: 0
				}
}
.modal {
				box-sizing: border-box;
				display: none;
				height: 100%;
				left: 0;
				position: fixed;
				top: 0;
				width: 100%;
				z-index: 100
}
.modal.is-open {
				display: block
}
.modal[aria-hidden=false] {
				-webkit-animation: fadeIn 0.2s cubic-bezier(0,0,0.2,1);
				animation: fadeIn 0.2s cubic-bezier(0,0,0.2,1)
}
.modal[aria-hidden=true] {
				-webkit-animation: fadeOut 0.2s cubic-bezier(0,0,0.2,1);
				animation: fadeOut 0.2s cubic-bezier(0,0,0.2,1)
}
.modal__overlay {
				align-items: center;
				background-color: rgba(0, 0, 0, .6);
				box-sizing: border-box;
				display: flex;
				height: 100%;
				justify-content: center;
				padding: 16px;
				width: 100%
}
.modal__container {
				background-color: #fff;
				box-sizing: border-box;
				height: auto;
				margin: 0 auto;
				max-height: 100%;
				overflow-y: scroll;
				padding: 32px 24px;
				position: relative;
				width: 100%
}
.modal__close {
				-webkit-appearance: none;
				-moz-appearance: none;
				appearance: none;
				background: url('/themes/root@appleple/new-year-2023/images/close-btn.svg');
				background-position: 50%;
				background-repeat: no-repeat;
				background-size: cover;
				border: 0;
				box-shadow: none;
				cursor: pointer;
				height: 24px;
				padding: 0;
				position: absolute;
				right: 8px;
				top: 8px;
				transition: opacity 0.2s linear;
				width: 24px
}
.modal__close:hover {
				opacity: .8
}
@media screen and(min-width:520px) {
				.modal__container {
								padding: 64px 40px;
								position: relative
				}
}
@media screen and(min-width:768px) {
				.modal__container {
								padding: 64px 40px;
								width: 592px
				}
}
.modal__head {
				margin-bottom: 24px;
				text-align: center;
}
.modal__head img {
				box-sizing: border-box;
				display: inline-block;
				height: auto;
				margin: 12px 0 0;
				width: 120px
}
.modal__contents {
				margin: 24px 0 0
}
.modal__contents-item h3 {
				color: #775f0d;
				font-size: 15px;
				margin: 0 0 1em;
				text-align: center
}
.modal__contents-item p {
				font-size: 15px
}
.modal__contents-item+.modal__contents-item {
				margin-top: 24px
}
@media screen and(min-width:520px) {
				.modal__contents-item h3,
				.modal__contents-item p {
								font-size: 16px
				}
}
.p-hint-maru {
				box-sizing: border-box;
				display: inline-block;
				height: auto;
				margin: 0 0.15em;
				max-width: 100%;
				vertical-align: middle;
				width: 1em
}
.p-ok-caution {
				font-size: 12px;
				line-height: 1.5;
				margin: 0 0 8px
}
.p-ok-record__box {
				align-items: center;
				background-color: #fff;
				display: flex;
				justify-content: center;
				padding: 16px
}
.p-ok-record__box p {
				color: #775f0d;
				font-size: 14px;
				margin: 0
}
.p-ok-record__inner {
				display: inline-block
}
.p-ok-contents-margin-top {
				margin-top: 32px
}
.p-result-foot {
				margin-top: 40px
}
.p-result-foot__img {
				box-sizing: border-box;
				height: auto;
				margin-bottom: 16px;
				width: 100%
}
.p-result-foot__return-wrap {
				font-size: 14px;
				margin: 32px 0 0;
				text-align: center
}
.p-result-foot__return {
				-webkit-appearance: none;
				-moz-appearance: none;
				appearance: none;
				cursor: pointer;
				display: inline-block;
				padding: 8px 0;
				transition: color 0.2s linear
}
.p-result-foot__return,
.p-result-foot__return:visited {
				color: #196e9b
}
.p-result-foot__return:hover {
				color: #775f0d
}
.p-last-confirm__name {
				text-align: center
}
.p-last-confirm__text {
				background-color: #fff;
				color: #775f0d;
				font-size: 14px;
				margin: 0 0 24px;
				padding: 16px 14px
}
.u-inline-block {
				display: inline-block
}


/*  アイコンつき見出し
------------------------------ */
.c-typo-title-decoration {
	font-size: 28px;
	line-height: 1.3;
	margin: 0 0 0.6em;
	text-align: center;
	font-weight: normal;
}

.c-typo-title-decoration::before {
	display: block;
	width: 40px;
	height: 36px;
	content: '';
	background-image: url('/themes/root@appleple/new-year-2023/images/header-icon.svg');
	background-size: cover;
	background-repeat: no-repeat;
	margin: 0 auto 12px;
}

@media screen and(min-width:520px) {
	.c-typo-title-decoration {
		font-size: 40px;
		margin-bottom: 20px;
	}
}

/*  ボタン周り
------------------------------ */
.c-btn-submit-group {
	display: flex;
	margin: 0 -4px;
}

.c-btn-submit-group__item {
	width: 100%;
	padding: 0 4px;
}

.c-btn-submit {
	margin-top: 12px;
}

.c-btn-submit.-margin-top-lg {
	 margin-top: 20px;
 }

.c-btn-staff {
	border: none;
	background: none;
	display: flex;
	flex-direction: column;
	align-items: center;
	color: #000;
	padding: 0;
	transition: opacity 0.2s linear;
}

.c-btn-staff:hover {
	opacity: .8;
	cursor: pointer;
}

.c-btn-staff span {
	font-size: 12px;
}

.c-btn-staff span.name {
	font-size: 16px;
	padding-bottom: 8px;
}

.c-btn-staff__img {
	max-width: 100%;
	height: auto;
	margin-bottom: 12px;
	box-shadow: 2px 2px 6px 0px rgba(0, 0, 0, 0.16);
}

@media screen and(min-width:520px) {
	.c-btn-staff span {
		font-size: 14px;
	}

	.c-btn-staff span.name {
		font-size: 20px;
	}
}

/*  フッター
------------------------------ */
.footer__img {
	box-sizing: border-box;
	display: block;
	height: auto;
	width: 100%
}


/*  画像
------------------------------ */
.c-img-full {
	margin-bottom: 24px;
	width: 100%;
}


/*  リンク
------------------------------ */
.c-link {
	display: flex;
	font-size: 12px;
	margin: 0 0 8px;
}

.c-link.-lg {
 font-size: 14px;
}

.c-link.-center {
	align-items: center;
	text-align: center;
}

.c-link__twitter {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 24px;
	padding: 1em;
	width: 100%;
	font-size: 16px;
	background-color: #1DA1F2;
	transition: opacity 0.2s linear;
}

.c-link__twitter-icon {
	margin-right: 8px;
}

.c-link__twitter,
.c-link__twitter:visited,
.c-link__twitter:link,
.c-link__twitter:active,
.c-link__twitter:focus,
.c-link__twitter:hover {
	color: #FFF;
	text-decoration: none;
}

.c-link__twitter:hover {
	opacity: .8;
}

.c-link__text {
	display: block;
	width: 100%;
	transition: opacity 0.2s linear;
}

.c-link__text,
.c-link__text:visited,
.c-link__text:link,
.c-link__text:active,
.c-link__text:focus,
.c-link__text:hover {
	color: #000;
	text-decoration: underline;
}

.c-link__text:hover {
	opacity: .8;
}