/* animation */
@keyframes bound {
	0% { transform: translateY(-100%); }
	50% { transform: translateY(8%); }
	67% { transform: translateY(-5%); }
	79% { transform: translateY(4%); }
	88% { transform: translateY(-3%); }
	94% { transform: translateY(2%); }
	97% { transform: translateY(-1%); }
	100% { transform: translateY(0); }
}
@keyframes move {
	0%   {transform: translateY(0);}
	50%   {transform: translateY(20%);}
	100% {transform: translateY(0);}
}

/* wrapper */
.wrapper {
	overflow: hidden;
	background-color: #fdf5ec;
	background-image: url(../img/bg_logos.png);
	background-position: -31px 181px;
	background-repeat: repeat;
	background-size: 17.1875% auto;
}

/* mainVisual */
#mainVisual {
	background-color: #f3dbc3;
}
#mainVisual .bg {
	position: relative;
	z-index: 1;
	background-image: url(../img/bg_sp.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	background-size: contain;
	padding: calc(214 / 768 * 100%) 0 0 0;
}
#mainVisual #board {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	transform: translateY(-100%);
}
#mainVisual #board.move {
	animation: bound 1s linear 0.5s forwards;
}
#mainVisual .wrap {
	position: relative;
}
#mainVisual .text {
	width: calc(538 / 768 * 100%);
	margin: auto;
	padding: calc(5 / 768 * 100%) 0 calc(27 / 768 * 100%) calc(15 / 768 * 100%);
}
#mainVisual .badge {
	display: flex;
	align-items: center;
	position: absolute;
	top: 0;
	left: 0;
	width: calc(105 / 768 * 100%);
	padding: calc(23 / 768 * 100%) 0 0 calc(12 / 768 * 100%);
}
#mainVisual .ribbon {
	position: relative;
	z-index: 2;
	background-color: #e60012;
	padding: calc(16 / 768 * 100%) 0 calc(17 / 768 * 100%) 0;
	border-top: 1px solid #210001;
	border-bottom: 1px solid #210001;
	box-sizing: border-box;
}
#mainVisual .ribbon .period {
	width: calc(669 / 768 * 100%);
	margin: auto;
	padding: 0 0 0 calc(54 / 768 * 100%);
}
#mainVisual .bottle {
	position: absolute;
	top: 0;
	left: calc(-12 / 768 * 100%);
	z-index: 3;
	width: calc(87 / 768 * 100%);
	margin: auto;
	padding: calc(118 / 768 * 100%) 0 0 0;
}
#mainVisual .person {
	position: absolute;
	top: 0;
	right: 3px;
	z-index: 1;
	width: calc(105 / 768 * 100%);
	margin: auto;
	padding: calc(15 / 768 * 100%) 0 0 0;
}
@media screen and (min-width: 769px) {
	#mainVisual .bg {
		background-image: url(../img/bg.jpg);
		padding: calc(283 / 1280 * 100%) 0 0 0;
	}
	#mainVisual .wrap {
	}
	#mainVisual .textWrap  {
		position: relative;
		max-width: 1160px;
		margin: auto;
	}
	#mainVisual .text {
		width: calc(693 / 1160 * 100%);
		padding: 14px 0 28px 0;
	}
	#mainVisual .badge {
		width: calc(136 / 1160 * 100%);
		max-width: 136px;
		padding: calc(26 / 1160 * 100%) 0 0 calc(85 / 1160 * 100%);
	}
	#mainVisual .ribbon {
		position: relative;
		top: 49px;
		height: 98px;
		background-color: transparent;
		margin: -49px 0 0;
		padding: 0;
		border-top: 0;
		border-bottom: 0;
	}
	#mainVisual .ribbon:before {
		content: "";
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		width: calc((100vw - 1160px) / 2);
		background-image: url(../img/img_frame_ribbon_left02.png);
		background-position: left center;
		background-repeat: repeat-x;
		background-size: contain;
	}
	#mainVisual .ribbon:after {
		content: "";
		position: absolute;
		top: 0;
		bottom: 0;
		right: 0;
		width: calc((100vw - 1160px) / 2);
		background-image: url(../img/img_frame_ribbon_right02.png);
		background-position: right center;
		background-repeat: repeat-x;
		background-size: contain;
	}
	#mainVisual .ribbonInner {
		position: relative;
		z-index: 1;
		max-width: 1160px;
		height: 98px;
		background-image: url(../img/img_frame_ribbon_center.png);
		background-position: center top;
		background-repeat: repeat-x;
		background-size: contain;
		margin: auto;
	}
	#mainVisual .ribbonInner:before {
		content: "";
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		width: 26px;
		background-image: url(../img/img_frame_ribbon_left01.png);
		background-position: left center;
		background-repeat: no-repeat;
		background-size: contain;
	}
	#mainVisual .ribbonInner:after {
		content: "";
		position: absolute;
		top: 0;
		bottom: 0;
		right: 0;
		width: 26px;
		background-image: url(../img/img_frame_ribbon_right01.png);
		background-position: right center;
		background-repeat: no-repeat;
		background-size: contain;
	}
	#mainVisual .ribbon .period {
		width: calc(788 / 1160 * 100%);
		max-width: 788px;
		height: 98px;
		padding: 14px calc(24 / 1160 * 100%) 0 0;
		box-sizing: border-box;
	}
	#mainVisual .bottle {
		top: 0;
		left: calc(53 / 1160 * 100%);
		width: calc(105 / 1160 * 100%);
		max-width: 105px;
		padding: calc(138 / 1160 * 100%) 0 0 0;
	}
	#mainVisual .person {
		top: 0;
		right: calc(39 / 1160 * 100%);
		z-index: 4;
		width: calc(184 / 1160 * 100%);
		max-width: 184px;
		padding: calc(5 / 1160 * 100%) 0 0 0;
	}
}

/* flow */
#flow {
}
#flow .content {
	padding: 47px 0 1px 0;
}
#flow .frame {
	position: relative;
}
#flow .frame:before {
	content: "";
	display: block;
	background-image: url(../img/img_frame_flow_top_sp.png);
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: 100% auto;
	padding: calc(20 / 712 * 100%) 0 0 0;
}
#flow .frame:after {
	content: "";
	display: block;
	background-image: url(../img/img_frame_flow_bottom_sp.png);
	background-position: center top;
	background-repeat: no-repeat;
	background-size: 100% auto;
	padding: 0 0 calc(20 / 712 * 100%) 0;
}
#flow .frameInner {
	background-image: url(../img/img_frame_flow_middle_sp.png);
	background-position: center center;
	background-repeat: repeat-y;
	background-size: contain;
	margin: -1px 0 0 0;
	padding: 25px 0 20px 0;
}
#flow .title {
	position: absolute;
	top: -4.8%;
	left: -4px;
	right: 0;
	width: calc(190 / 712 * 100%);
	margin: auto;
}
#flow .listWrap {
	width: calc(597 / 712 * 100%);
	margin: auto;
}
#flow .item {
	position: relative;
	margin: 0 0 5px 0;
}
#flow .item .buttonArea {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	width: calc(414 / 597 * 100%);
	margin: auto;
	padding: 0 0 calc(46 / 597 * 100%) 0;
}
@media screen and (min-width: 769px) {
	#flow .content {
		padding: 128px 0 1px 0;
	}
	#flow .contentInner {
		z-index: 1;
	}
	#flow .frame {
	}
	#flow .frame:before {
		background-image: url(../img/img_frame_flow_top.png);
		padding: calc(20 / 1061 * 100%) 0 0 0;
	}
	#flow .frame:after {
		background-image: url(../img/img_frame_flow_bottom.png);
		padding: 0 0 calc(20 / 1061 * 100%) 0;
	}
	#flow .frameInner {
		background-image: url(../img/img_frame_flow_middle.png);
		padding: 35px 0 37px 0;
	}
	#flow .title {
		top: -8%;
		left: 0.4%;
		width: calc(188 / 1061 * 100%);
	}
	#flow .listWrap {
		position: relative;
		width: calc(948 / 1061 * 100%);
	}
	#flow .listWrap:before {
		content: "";
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		width: 36px;
		height: 33px;
		background-image: url(../img/img_arrow.png);
		background-position: center center;
		background-repeat: no-repeat;
		background-size: contain;
		margin: auto;
	}
	#flow .list {
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
	#flow .item {
		position: relative;
		width: calc(438 / 948 * 100%);
		margin: 0;
	}
	#flow .item:last-child {
		width: calc(437 / 948 * 100%);
	}
	#flow .item .badge {
		top: -39px;
		bottom: auto;
		right: -37px;
		width: calc(136 / 438 * 100%);
	}
	#flow .item .buttonArea {
		width: calc(314 / 438 * 100%);
		padding: 0 0 calc(40 / 438 * 100%) 0;
	}
}

/* prize */
#prize {
}
#prize .content {
	z-index: 100;
	padding: 8px 0 35px 0;
}
#prize .frame {
	position: relative;
}
#prize .frame:before {
	content: "";
	display: block;
	background-image: url(../img/img_frame_prize_top_sp.png);
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: 100% auto;
	padding: calc(20 / 712 * 100%) 0 0 0;
}
#prize .frame:after {
	content: "";
	display: block;
	background-image: url(../img/img_frame_flow_bottom_sp.png);
	background-position: center top;
	background-repeat: no-repeat;
	background-size: 100% auto;
	padding: 0 0 calc(20 / 712 * 100%) 0;
}
#prize .frameInner {
	background-image: url(../img/img_frame_prize_middle_sp.png);
	background-position: center center;
	background-repeat: repeat-y;
	background-size: contain;
	margin: -1px 0 0 0;
	padding: 24px 0 2px 0;
}
#prize .title {
	width: calc(503 / 712 * 100%);
	margin: auto;
}
#prize .list {
	display: flex;
	flex-wrap: wrap;
	width: calc(614 / 712 * 100%);
	margin: -8px auto 0 auto;
}
#prize .item {
	position: relative;
	flex-basis: calc(284 / 614 * 100%);
	margin: 0 0 30px calc(46 / 614 * 100%);
}
#prize .item:nth-child(2n) {
	margin-left: 0;
}
#prize .item:first-child {
	flex-basis: 100%;
	position: relative;
	margin: 0 0 25px 0;
}
#prize .item:first-child:before {
	content: "";
	display: block;
	position: relative;
	background-image: url(../img/img_person_prize_sp.png);
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: contain;
	padding: calc(236 / 614 * 100%) 0 0 0;
}
#prize .item .image {
	position: relative;
	margin: 0 0 9px 0;
}
#prize .item:first-child .image {
	margin: 0 0 14px 0;
}
#prize .item.ribbon01 .image:before {
	content: "";
	position: absolute;
	top: calc(-8 / 284 * 100%);
	left: calc(-9 / 284 * 100%);
	width: calc(156 / 284 * 100%);
	background-image: url(../img/prize/img_prize_ribbon01.png);
	background-position: left top;
	background-repeat: no-repeat;
	background-size: contain;
	padding: calc(296 / 313 * 100%) 0 0 0;
}
#prize .item.ribbon02 .image:before {
	content: "";
	position: absolute;
	top: calc(-8 / 284 * 100%);
	left: calc(-9 / 284 * 100%);
	width: calc(156 / 284 * 100%);
	background-image: url(../img/prize/img_prize_ribbon02.png);
	background-position: left top;
	background-repeat: no-repeat;
	background-size: contain;
	padding: calc(296 / 313 * 100%) 0 0 0;
}
	#prize .item.ribbon03 .image:before {
	content: "";
	position: absolute;
	top: calc(-9 / 284 * 100%);
	left: calc(-9 / 612 * 100%);
	width: calc(156 / 612 * 100%);
	background-image: url(../img/prize/img_prize_ribbon03.png);
	background-position: left top;
	background-repeat: no-repeat;
	background-size: contain;
	padding: calc(296 / 612 * 100%) 0 0 0;
}
	#prize .item.ribbon04 .image:before {
	content: "";
	position: absolute;
	top: calc(-9 / 284 * 100%);
	left: calc(-9 / 612 * 100%);
	width: calc(156 / 612 * 100%);
	background-image: url(../img/prize/img_prize_ribbon04.png);
	background-position: left top;
	background-repeat: no-repeat;
	background-size: contain;
	padding: calc(296 / 612 * 100%) 0 0 0;
}
#prize .item .image:after {
	content: "";
	position: absolute;
	bottom: 6px;
	right: 7px;
	width: calc(60 / 284 * 100%);
	background-image: url(../img/icon_light.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	padding: calc(68 / 284 * 100%) 0 0 0;
}
#prize .item:first-child .image:after,
#prize .item.hide .image:after {
	display: none;
}
#prize .item .name {
	margin: 0 0 4px 0;
}
#prize .item .buttonArea {
	width: calc(280 / 284 * 100%);
	margin: auto;
}
#prize .item:first-child .buttonArea {
	width: calc(280 / 614 * 100%);
}
@media screen and (min-width: 769px) {
	#prize .content {
		padding: 38px 0 54px 0;
	}
	#prize .frame {
	}
	#prize .frame:before {
		background-image: url(../img/img_frame_prize_top.png);
		padding: calc(20 / 1061 * 100%) 0 0 0;
	}
	#prize .frame:after {
		background-image: url(../img/img_frame_flow_bottom.png);
		padding: 0 0 calc(20 / 1061 * 100%) 0;
	}
	#prize .frameInner {
		background-image: url(../img/img_frame_prize_middle.png);
		padding: 50px 0 12px 0;
	}
	#prize .title {
		width: calc(507 / 1061 * 100%);
		margin: 0 auto 48px auto;
	}
	#prize .list {
		width: calc(944 / 1061 * 100%);
		margin: auto;
	}
	#prize .item {
		flex-basis: calc(284 / 944 * 100%);
		margin: 0 0 50px calc(46 / 944 * 100%);
	}
	#prize .item:nth-child(2n) {
		margin-left: calc(46 / 944 * 100%);
	}
	#prize .item:nth-child(3n+2) {
		margin-left: 0;
	}
	#prize .item:first-child {
		flex-basis: 100%;
		margin: 0 0 50px 0;
	}
	#prize .item:first-child .wrap {
		width: calc(614 / 944 * 100%);
	}
	#prize .item:first-child:before {
		position: absolute;
		top: -32%;
		bottom: 0;
		z-index: 1;
		right: calc(-23/ 944 * 100%);
		width: calc(371 / 944 * 100%);
		background-image: url(../img/img_person_prize.png);
		background-position: right center;
		padding: 0 0 calc(494 / 944 * 100%) 0;
	}
	#prize .item .image {
		margin: 0 0 14px 0;
	}
	#prize .item:first-child .image {
		margin: 0 0 20px 0;
	}
	#prize .item .image:after {
		bottom: 13px;
		right: 12px;
	}
	#prize .item .name {
		margin: 0 0 14px 0;
	}
	#prize .item .buttonArea {
		width: 100%;
		max-width: 252px;
		margin: auto;
	}
	#prize .item:first-child .buttonArea {
		width: 100%;
	}
}

/* requirement */
#requirement {
}
#requirement .content {
	padding: 20px 0 30px 0;
}
#requirement .contentInner {
	position: relative;
	width: calc(712 / 768 * 100%);
	background-color: #ffffff;
	padding: 40px 0 25px 0;
	border: 1px solid #582b12;
}
#requirement .title {
	position: absolute;
	top: -4%;
	left: -5px;
	right: 0;
	width: calc(188 / 712 * 100%);
	margin: auto;
}
#requirement .wrap {
	overflow: auto;
	width: calc(629 / 712 * 100%);
	height: 400px;
	margin: auto;
	padding: 0 calc(20 / 712 * 100%);
}
#requirement .row {
	padding: 24px 0 0 0;
}
#requirement .row:first-of-type {
	padding: 0;
}
#requirement .row .head {
	overflow: hidden;
	color: #ffffff;
	font-size: 16px;
	font-size: 1.6rem;
	text-align: center;
	background-color: #210001;
	margin: 0 auto 12px auto;
	border-radius: 2px;
}
#requirement .row .head .image {
	display: block;
	width: calc(400 / 629 * 100%);
	margin: auto;
}
#requirement .row .head img {
}
#requirement .row .cont {
}
#requirement .row .cont ul {
}
#requirement .row .cont p+ul {
	padding: 6px 0 0 0;
}
#requirement .row .cont li {
	margin: 0 0 6px 0;
}
#requirement .row .cont li:last-child {
	margin: 0;
}
#requirement .row .cont .mb {
	margin-bottom: 6px;
}
#requirement .row .cont p {
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.5;
}
#requirement .row .cont p.period {
	font-size: 20px;
	font-size: 2.0rem;
}
#requirement .row .cont p.note {
	font-size: 10px;
	font-size: 1.0rem;
}
#requirement .row .cont p.small {
	font-size: 13px;
	font-size: 1.3rem;
}
#requirement .row .cont p.contactText {
	font-size: 17px;
	font-size: 1.7rem;
}
#requirement .row .cont p.indent {
	text-indent: -1em;
	padding-left: 1em;
}
#requirement .row .cont a {
	color: #1da1f2;
}
@media screen and (min-width: 769px) {
	#requirement .content {
		padding: 69px 0 80px 0;
	}
	#requirement .frame {
	}
	#requirement .contentInner {
		width: calc(1061 / 1280 * 100%);
		padding: 81px 0 40px 0;
		border: 2px solid #582b12;
	}
	#requirement .title {
		top: -37px;
		left: 0;
		right: 0;
		width: calc(189 / 1061 * 100%);
	}
	#requirement .wrap {
		width: calc(880 / 1061 * 100%);
		height: 480px;
		padding: 0 20px;
	}
	#requirement .row {
		padding: 36px 0 0 0;
	}
	#requirement .row:first-of-type {
		padding: 0;
	}
	#requirement .row .head {
		margin: 0 auto 28px auto;
		border-radius: 2px;
		box-sizing: border-box;
	}
	#requirement .row .head .image {
		width: calc(400 / 880 * 100%);
	}
	#requirement .row .head img {
	}
	#requirement .row .cont {
	}
	#requirement .row .cont ul {
	}
	#requirement .row .cont li {
	}
	#requirement .row .cont li:last-child {
		margin: 0;
	}
	#requirement .row .cont p {
		font-size: 15px;
		font-size: 1.5rem;
		line-height: 1.73;
		font-weight: 500;
	}
	#requirement .row .cont p.note {
		font-size: 13px;
		font-size: 1.3rem;
		padding: 15px 0 0 0;
	}
	#requirement .row .cont li p+p {
		padding: 10px 0 0 0;
	}
	#requirement .row .cont p.note+.note {
		padding-top: 5px;
	}
	#requirement .row .cont p.indent {
		text-indent: -1em;
		padding-left: 1em;
	}
}

/* backTotop */
#backTotop .content {
	padding: 0 0 30px 0;
}
#backTotop .btn {
	display: block;
	width: 75%;
	margin: auto;
}
@media screen and (min-width: 769px) {
	#backTotop .content {
		padding: 0 0 80px 0;
	}
	#backTotop .btn {
		width: 422px;
	}
}

/* introduction */
#introduction {
}
#introduction .content {
	position: relative;
	background-color: #ffffff;
	background-image: url(../img/bg_bottom_sp.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	padding: calc(967 / 768 * 100%) 0 0 0;
}
#introduction .title {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: calc(610 / 768 * 100%);
	margin: auto;
	padding: calc(95 / 768 * 100%) 0 0 0;
}
#introduction .person {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	padding: calc(181 / 768 * 100%) 0 0 0;
}
#introduction .trigger {
	cursor: pointer;
}
#introduction .person figure {
	position: absolute;
	left: 0;
}
#introduction .person01 figure {
	left: calc(93 / 768 * 100%);
	width: calc(209 / 768 * 100%);
}
#introduction .person02 figure {
	left: calc(300 / 768 * 100%);
	width: calc(169 / 768 * 100%);
}
#introduction .person03 figure {
	left: calc(510 / 768 * 100%);
	width: calc(169 / 768 * 100%);
}
#introduction figure .name {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
}
#introduction figure .name:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 1px;
	height: 1px;
	margin: auto;
	border: 10px solid transparent;
	border-top: 10px solid #e60013;
	border-bottom: 0;
	animation: move 1s linear infinite;
}
#introduction .person01 figure .name:after {
	right: calc(55 / 209 * 100%);
}
#introduction.selected figure .name:after {
	display: none;
}
#introduction.selected .on figure .name:after {
	display: block;
}
#introduction figure .name img {
	position: absolute;
	top: 0;
}
#introduction figure .name .nameOff {
	display: none;
}
#introduction.selected figure .name .nameOn {
	display: none;
}
#introduction.selected figure .name .nameOff {
	display: block;
}
#introduction.selected .on figure .name .nameOn {
	display: block;
}
#introduction.selected .on figure .name .nameOff {
	display: none;
}
#introduction .text {
	display: none;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	width: calc(717 / 768 * 100%);
	margin: auto;
	padding: 0 0 calc(144 / 768 * 100%) 0;
}
#introduction .text.on {
	display: block;
	z-index: 10;
}
#introduction .text01 {
	left: -10%;
}
#introduction .text02 {
}
#introduction .text03 {
	right: -10%;
}
@media screen and (min-width: 769px) {
	#introduction .content {
		background-image: url(../img/bg_bottom.png);
		padding: calc(2282 / 2559 * 100%) 0 0 0;
	}
	#introduction .title {
		width: calc(373 / 1280 * 100%);
		padding: calc(135 / 1280 * 100%) 0 0 0;
	}
	#introduction .person {
		padding: calc(292 / 1280 * 100%) 0 0 0;
	}
	#introduction .person01 figure {
		left: calc(303 / 1280 * 100%);
		width: calc(239 / 1280 * 100%);
	}
	#introduction .person02 figure {
		left: calc(530 / 1280 * 100%);
		width: calc(199 / 1280 * 100%);
	}
	#introduction .person03 figure {
		left: calc(761 / 1280 * 100%);
		width: calc(199 / 1280 * 100%);
	}
	#introduction figure .name {
		padding: calc(52 / 199 * 100%) 0 0 0;
	}
	#introduction .person01 figure .name {
		padding: calc(52 / 239 * 100%) 0 0 0;
	}
	#introduction figure .name:after {
		top: auto;
		bottom: 0;
	}
	#introduction .person01 figure .name:after {
	}
	#introduction .text {
		width: calc(454 / 1280 * 100%);
		padding: 0 0 calc(160 / 1280 * 100%) 0;
	}
	#introduction .text01 {
		left: 0;
		right: calc(506 / 1280 * 100%);
	}
	#introduction .text02 {
		left: calc(241 / 1280 * 100%);
		right: calc(265 / 1280 * 100%);
	}
	#introduction .text03 {
		left: calc(466 / 1280 * 100%);
		right: 0;
		width: calc(494 / 1280 * 100%);
	}
}

/* toPagetop */
#toPagetop {
	position: relative;
	z-index: 300;
}
#toPagetop .btn {
	display: block;
	position: absolute;
	bottom: 0;
	right: -3px;
	width: calc(122 / 768 * 100%);
	max-width: 80px;
	transform: translateY(100%);
	transition: transform 0.2s ease-out;
	backface-visibility: hidden;
	zoom: 1;
}
#toPagetop .btn.on {
	transform: translateY(0);
}
#toPagetop .btn.fixed {
	position: fixed;
}
@media screen and (min-width: 769px) {
	#toPagetop .btn {
		right: 21px;
		max-width: 122px;
	}
}

/* modalArea */
#modalArea #modal1 .modalContent,
#modalArea #modal2 .modalContent {
	align-items: flex-start;
	overflow: auto;
	padding: 40px 0 40px 0;
	-webkit-overflow-scrolling: touch;
}
#modalArea .closeBtn {
	position: absolute;
	top: 5px;
	bottom: auto;
	right: 20px;
	z-index: 1000;
}
#modalArea .closeBtn .buttonArea {
	top: 0;
	bottom: auto;
}
#modalArea .frame {
	position: relative;
	width: calc(712 / 768 * 100%);
}
#modalArea .frame:before {
	content: "";
	display: block;
	background-image: url(../img/img_frame_prize_top_sp.png);
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: 100% auto;
	padding: calc(20 / 712 * 100%) 0 0 0;
}
#modalArea .frame:after {
	content: "";
	display: block;
	background-image: url(../img/img_frame_flow_bottom_sp.png);
	background-position: center top;
	background-repeat: no-repeat;
	background-size: 100% auto;
	padding: 0 0 calc(20 / 712 * 100%) 0;
}
#modalArea .frameInner {
	background-image: url(../img/img_frame_prize_middle_sp.png);
	background-position: center center;
	background-repeat: repeat-y;
	background-size: contain;
	margin: -1px 0 0 0;
	padding: 44px 0 21px 0;
	box-sizing: border-box;
}
#modalArea .frameInner:after {
	content: "";
	position: absolute;
	bottom: calc(-12 / 712 * 100%);
	right: calc(-24 / 712 * 100%);
	width: calc(160 / 712 * 100%);
	background-image: url(../img/modal/img_modal_bottle01_sp.png);
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: contain;
	padding: calc(234 / 712 * 100%) 0 0 0;
}
#modalArea .frame .checkArea {
	margin: 0 auto 20px auto;
}
#modalArea .frame .checkArea label {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
}
#modalArea .frame .checkArea input[type="checkbox"] {
	display: inline-block;
	position: relative;
	width: 16px;
	height: 16px;
	background-color: #ffffff;
	margin: 0 10px 0 0;
	border: 1px solid #240301;
}
#modalArea .frame .checkArea input[type="checkbox"]:checked:before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 23%;
	left: 16%;
	right: 0;
	width: 45%;
	height: 60%;
	margin: auto;
	border-bottom: 2px solid #240301;
	border-right: 2px solid #240301;
	transform: rotate(45deg);
}
#modalArea .frame .checkArea a {
	position: relative;
}
#modalArea .frame .checkArea a:before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 1px;
	background-color: #240301;
}
#modalArea .frame .btn[disabled="disabled"] {
	cursor: auto;
}
#modalArea .frame .btn[disabled="disabled"]>* {
	opacity: 0.5;
}
@media screen and (min-width: 769px) {
	#modalArea #modal1 .modalContent,
	#modalArea #modal2 .modalContent {
		align-items: center;
		padding: 0;
	}
	#modalArea .frame {
		position: relative;
		width: calc(921 / 1280 * 100%);
		max-width: 921px;
	}
	#modalArea .frame:before {
		content: "";
		display: block;
		background-image: url(../img/img_frame_prize_top.png);
		padding: calc(20 / 921 * 100%) 0 0 0;
	}
	#modalArea .frame:after {
		content: "";
		display: block;
		background-image: url(../img/img_frame_flow_bottom.png);
		padding: 0 0 calc(20 / 921 * 100%) 0;
	}
	#modalArea .frameInner {
		overflow: hidden;
		background-image: url(../img/img_frame_prize_middle.png);
		padding: 44px 0 21px 0;
		box-sizing: border-box;
	}
	#modalArea .frameInner:after {
		bottom: 0;
		right: calc(-28 / 921 * 100%);
		width: calc(154 / 921 * 100%);
		background-image: url(../img/modal/img_modal_bottle01.png);
		padding: calc(261 / 921 * 100%) 0 0 0;
	}
	#modalArea .frame .checkArea {
		margin: 0 auto 21px  auto;
	}
	#modalArea .frame .checkArea label {
		font-size: 20px;
		font-size: 2.0rem;
	}
	#modalArea .frame .checkArea input[type="checkbox"] {
		width: 27px;
		height: 27px;
	}
	#modalArea .frame .checkArea input[type="checkbox"]:checked:before {
		bottom: 30%;
		border-bottom: 3px solid #240301;
		border-right: 3px solid #240301;
	}
}

/* modal1 */
#modalArea #modal1 .frameInner {
	min-height: 50vh;
}
#modalArea #modal1 .frameInner:after {
	background-image: url(../img/modal/img_modal_bottle02_sp.png);
}
#modalArea #modal1 .frame .image {
	width: calc(586 / 712 * 100%);
	margin: 0 auto 8px auto;
}
#modalArea #modal1 .frame .image.badge00:after {
	content: "";
	position: absolute;
	top: calc(-84 / 586 * 100%);
	left: calc(-40 / 586 * 100%);
	width: calc(177 / 586 * 100%);
	background-image: url(../img/modal/img_badge00.png);
	background-position: left top;
	background-repeat: no-repeat;
	background-size: contain;
	padding: calc(173 / 586 * 100%) 0 0 0;
}
#modalArea #modal1 .frame .name {
	width: calc(461 / 712 * 100%);
	margin: 0 auto 24px auto;
}
#modalArea #modal1 .frame .desc {
	width: calc(586 / 712 * 100%);
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.5;
	margin: 0 auto 20px auto;
}
#modalArea #modal1 .frame .buttonArea {
	width: calc(584 / 712 * 100%);
	background-image: url(../img/modal/bg_line_dot_sp.png);
	background-position: center top;
	background-repeat: repeat-x;
	background-size: auto 1px;
	margin: auto;
	padding: 31px 0 0 0;
}
#modalArea #modal1 .frame .textFollow {
	margin: 0 0 17px 0;
}
#modalArea #modal1 .frame .inputArea {
	margin: 0 0 13px 0;
}
#modalArea #modal1 .frame .inputText {
	width: 100%;
	padding: 11px 9px;
	border: 1px solid #240301;
	box-sizing: border-box;
}
#modalArea #modal1 .frame .btn {
	display: block;
	width: calc(399 / 584 * 100%);
	margin: auto;
}
#modalArea #modal1 .frame .note {
	color: #240301;
	font-size: 10px;
	font-size: 1.0rem;
	line-height: 1.5;
	padding: 12px 0 0 0;
}
@media screen and (min-width: 769px) {
	#modalArea #modal1 .frameInner {
		min-height: 50vh;
		padding: 56px 0 19px 0;
	}
	#modalArea #modal1 .frameInner:after {
		background-image: url(../img/modal/img_modal_bottle01.png);
	}
	#modalArea #modal1 .frame .image {
		width: calc(614 / 921 * 100%);
		margin: 0 auto 18px auto;
	}
	#modalArea #modal1 .frame .image.badge00:after {
		top: calc(-115 / 614 * 100%);
		left: calc(-68 / 614 * 100%);
		width: calc(198 / 614 * 100%);
		background-image: url(../img/modal/img_badge00.png);
		padding: calc(144 / 614 * 100%) 0 0 0;
	}
	#modalArea #modal1 .frame .name {
		width: calc(461 / 921 * 100%);
		margin: 0 auto 20px auto;
	}
	#modalArea #modal1 .frame .desc {
		width: calc(664 / 921 * 100%);
		font-size: 16px;
		font-size: 1.6rem;
		line-height: 1.5;
		margin: 0 auto 25px auto;
	}
	#modalArea #modal1 .frame .buttonArea {
		width: calc(664 / 921 * 100%);
		background-image: url(../img/modal/bg_line_dot.png);
		background-size: auto 2px;
		padding: 32px 0 0 0;
	}
	#modalArea #modal1 .frame .textFollow {
		width: calc(479 / 664 * 100%);
		margin: 0 auto 21px auto;
	}
	#modalArea #modal1 .frame .inputWrap {
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
	#modalArea #modal1 .frame .inputArea {
		width: calc(400 / 664 * 100%);
		margin: 0;
	}
	#modalArea #modal1 .frame .inputText {
		font-size: 18px;
		font-size: 1.8rem;
		padding: 14px 13px;
		border: 2px solid #240301;
		box-sizing: border-box;
	}
	#modalArea #modal1 .frame .btn {
		width: calc(251 / 664 * 100%);
		margin: 0;
	}
	#modalArea #modal1 .frame .note {
		font-size: 14px;
		font-size: 1.4rem;
		line-height: 1.5;
		text-align: left;
		padding: 8px 0 0 0;
	}
}

/* modal2 */
#modalArea #modal2 .frameInner {
	min-height: 50vh;
}
#modalArea #modal2 .frame .image {
	position: relative;
	width: calc(413 / 712 * 100%);
	margin: 0 auto 20px auto;
}
#modalArea #modal2 .frame .image.badge01:after,
#modalArea #modal2 .frame .image.badge02:after,
#modalArea #modal2 .frame .image.badge03:after,
#modalArea #modal2 .frame .image.badge04:after,
#modalArea #modal2 .frame .image.badge05:after,
#modalArea #modal2 .frame .image.badge06:after {
	content: "";
	position: absolute;
	top: calc(-81 / 413 * 100%);
	left: calc(-91 / 413 * 100%);
	width: calc(177 / 413 * 100%);
	background-image: url(../img/modal/img_badge01.png);
	background-position: left top;
	background-repeat: no-repeat;
	background-size: contain;
	padding: calc(173 / 413 * 100%) 0 0 0;
}
#modalArea #modal2 .frame .image.badge02:after {
	background-image: url(../img/modal/img_badge02.png);
}
#modalArea #modal2 .frame .image.badge03:after {
	background-image: url(../img/modal/img_badge03.png);
}
#modalArea #modal2 .frame .image.badge04:after {
	background-image: url(../img/modal/img_badge04.png);
}
#modalArea #modal2 .frame .image.badge05:after {
	background-image: url(../img/modal/img_badge05.png);
}
#modalArea #modal2 .frame .image.badge06:after {
	background-image: url(../img/modal/img_badge06.png);
}
#modalArea #modal2 .frame .name {
	width: calc(584 / 712 * 100%);
	margin: auto;
}
#modalArea #modal2 .frame .list {
	width: calc(584 / 712 * 100%);
	text-align: left;
	margin: auto;
	padding: 24px 0 3px 0;
}
#modalArea #modal2 .frame .list .head {
	margin: 0 0 5px 0;
}
#modalArea #modal2 .frame .list .head01 {
	width: calc(180 / 584 * 100%);
}
#modalArea #modal2 .frame .list .cont {
	margin: 0 0 6px 0;
}
#modalArea #modal2 .frame .list .cont:last-child {
	margin: 0 0 12px 0;
}
#modalArea #modal2 .frame .list .cont p {
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.5;
}
#modalArea #modal2 .frame .buttonArea {
	width: calc(584 / 712 * 100%);
	background-image: url(../img/modal/bg_line_dot_sp.png);
	background-position: center top;
	background-repeat: repeat-x;
	background-size: auto 1px;
	margin: auto;
	padding: 29px 0 0 0;
}
#modalArea #modal2 .frame .textFollow {
	margin: 0 0 20px 0;
}
#modalArea #modal2 .frame .btn {
	display: block;
	width: calc(399 / 584 * 100%);
	margin: 0 auto 10px auto;
}
#modalArea #modal2 .frame .btn:lst-child {
	margin-bottom: 0;
}
@media screen and (min-width: 769px) {
	#modalArea #modal2 .frame .frameInner {
		min-height: 50vh;
		padding: 53px 0 40px 0;
	}
	#modalArea #modal2 .frame .prizeWrap {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		width: calc(798 / 921 * 100%);
		margin: auto;
	}
	#modalArea #modal2 .frame .image {
		position: relative;
		width: auto;
		flex-basis: calc(344 / 798 * 100%);
		margin: 0 0 42px 0;
		padding: 3px 0 0 0;
	}
	#modalArea #modal2 .frame .image.badge01:after,
	#modalArea #modal2 .frame .image.badge02:after,
	#modalArea #modal2 .frame .image.badge03:after,
	#modalArea #modal2 .frame .image.badge04:after,
	#modalArea #modal2 .frame .image.badge05:after,
	#modalArea #modal2 .frame .image.badge06:after {
		top: calc(-61 / 413 * 100%);
		left: calc(-61 / 413 * 100%);
	}
	#modalArea #modal2 .frame .name {
		width: 100%;
		margin: 0;
	}
	#modalArea #modal2 .frame .textWrap {
		flex-basis: calc(409 / 798 * 100%);
		margin: 0 0 20px 0;
	}
	#modalArea #modal2 .frame .list {
		width: 100%;
		padding: 23px 0 3px 0;
	}
	#modalArea #modal2 .frame .list .head {
		margin: 0 0 10px 0;
	}
	#modalArea #modal2 .frame .list .head01 {
		width: calc(138 / 409 * 100%);
	}
	#modalArea #modal2 .frame .list .cont {
		margin: 0 0 10px 0;
	}
	#modalArea #modal2 .frame .list .cont:last-child {
		margin: 0;
	}
	#modalArea #modal2 .frame .list .cont p {
		font-size: 18px;
		font-size: 1.8rem;
		line-height: 1.55;
		letter-spacing: -0.01em;
	}
	#modalArea #modal2 .frame .buttonArea {
		display: flex;
		align-items: center;
		flex-wrap: wrap;
		width: auto;
		flex-basis: 100%;
		background-image: url(../img/modal/bg_line_dot.png);
		background-size: auto 2px;
		padding: 30px 0 0 0;
	}
	#modalArea #modal2 .frame #modalPrize02 .buttonArea,
	#modalArea #modal2 .frame #modalPrize03 .buttonArea,
	#modalArea #modal2 .frame #modalPrize04 .buttonArea,
	#modalArea #modal2 .frame #modalPrize19 .buttonArea {
		justify-content: center;
	}
	#modalArea #modal2 .frame .checkArea {
		flex-basis: 100%;
	}
	#modalArea #modal2 .frame .textFollow {
		width: calc(479 / 798 * 100%);
		margin: 0;
		padding: 6px calc(16 / 798 * 100%) 0 0;
	}
	#modalArea #modal2 .frame .btn {
		width: calc(252 / 798 * 100%);
		margin: 0;
	}
	#modalArea #modal2 .frame #modalPrize02 .btn {
		width: calc(250 / 798 * 100%);
		margin: 0 0 0 calc(10 / 798 * 100%);
	}
	#modalArea #modal2 .frame #modalPrize02 .btn:first-of-type {
		margin-left: 0;
	}
	#modalArea #modal2 .frame #modalPrize03 .btn,
	#modalArea #modal2 .frame #modalPrize04 .btn,
		#modalArea #modal2 .frame #modalPrize19 .btn {
		width: calc(300 / 798 * 100%);
	}
}
