@charset "utf-8";
/************************************************
overWrite
************************************************/
#footerArea {
	padding-bottom: 0 !important;
}
/************************************************
parts
************************************************/
.bgWhite {
	background: #fff;
}
.prize > li {
	text-indent: -3.7em;
	padding-left: 3.7em;
	
}
.modalOpen {
	cursor: pointer;
}
/************************************************
layout
************************************************/
.f1ColbBlk{
	margin: 0 auto;
	display: flex;
}
/*---------------
modal
------------------*/
.modalBtnBlock .btn01.is-disabled {
	pointer-events: none;
}
/************************************************
appModalArea03
************************************************/
.appModalArea03 .areaWrapper {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 1500000;
	transition: opacity .25s ease-in;
	opacity: 0;
	pointer-events: none;
}
.appModalArea03 .modalOvl {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 0;
	background: rgba(0, 0, 0, .7);
	cursor: pointer;
}
body.js-modalOpen03 {
	width: 100%;
	height: 100%;
	position: fixed;
	overflow-y: scroll;
}
body.js-modalOpen03 .appModalArea03 .areaWrapper {
	opacity: 1;
	pointer-events: all;
}
.modalWrapper {
	width: 100%;
	max-height: 100%;
	padding: 5.3333vw 0;
	overflow: auto;
}
.appModalArea03 .areaWrapper.is-show03 {
	opacity: 1;
	pointer-events: all;
}
.appModalArea03 .modalInner {
	width: 92%;
	margin: 0 auto;
	padding: 0;
	background: #fff;
	border-radius: 2.6667vw;
	box-shadow: 0 0 1.3333vw rgba(90, 90, 90, .2);
	position: relative;
	display: flex;
	overflow: hidden;
	transition: height .3s;
}
.appModalArea03 .closeBtn {
	appearance: none;
	width: 7.3333vw;
	height: 7.3333vw;
	position: absolute;
	top: 1.6vw;
	right: 1.8667vw;
	border: 1px solid #acacac;
	border-radius: 50%;
	background: none;
}
.appModalArea03 .closeBtn::before,
.appModalArea03 .closeBtn::after {
	content: '';
	display: block;
	width: 0.4vw;
	height: 2.9334vw;
	background: #acacac;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	transform: rotate(45deg);
}
.appModalArea03 .closeBtn::after {
	transform: rotate(-45deg);
}
.appModalArea03 .block01 {
	width: 100%;
	padding: 8.2667vw 4vw 5.0667vw;
	flex-shrink: 0;
	transition: transform .3s;
	transition-delay: .3s;
	position: absolute;
	left: 0;
	transform: translateX(100%);
}
.appModalArea03 .block02 {
	background: linear-gradient(to bottom, #fffbf1 0%, #faf3dc 100%);
	border-radius: 2.6667vw;
	overflow: hidden;
	padding-bottom: 4.8vw;
}
.appModalArea03 .block01.is-show03 {
	position: static;
	transform: none;
}
.appModalArea03 .block03 {
	background: #ededed;
	border-radius: 2.6667vw;
	padding: 3.2vw 0 3.7333vw;
	margin-top: 3.2vw;
}
.appModalArea03 .block04 {
	background: linear-gradient(to right, #ec5956 0%, #cd3a38 100%);
	padding: 4.8vw 2vw 2vw;
	border-radius: 2.6667vw;
	margin-top: 3.2vw;
}
.appModalArea03 .block05 {
	background: #fff;
	padding-bottom: 4.2667vw;
}
.appModalArea03 .block06 {
	border: 0.8vw solid #cb5a19;
	background: #ededed;
	padding: 10px;
	margin: 10px 10px 0;
	display: none;
}
.appModalArea03 .block06 .text02 {
	text-align: left;
	margin-top: 10px;
}
.appModalArea03 .text01 {
	text-align: center;
	font-size: 4vw;
	margin-bottom: 2.9333vw;
}
.appModalArea03 .text02 {
	text-align: center;
	font-size: 2.4vw;
	letter-spacing: -.05em;
	margin: 0 -1.3333vw 0 0;
}
.appModalArea03 .text03 {
	text-align: center;
	font-size: 2.9333vw;
	letter-spacing: -.05em;
	margin: 2.1333vw 0 0;
}
.appModalArea03 .text04 {
	text-align: center;
	font-size: 2.9333vw;
	letter-spacing: -.04em;
	margin: -0.5333vw 0 0;
}
.appModalArea03 .text03 a::before,
.appModalArea03 .text04 a::before {
	content: '';
	display: inline-block;
	width: 1.6vw;
	height: 1.6vw;
	border-top: 1px solid #000;
	border-right: 1px solid #000;
	transform: rotate(135deg);
	margin-right: 1vw;
	vertical-align: .15em;
}
.appModalArea03 .text03 a.is-open::before,
.appModalArea03 .text04 a.is-open::before {
	transform: rotate(-45deg);
	vertical-align: 0;
}
.appModalArea03 .text05 {
	text-align: center;
	font-size: 3.7333vw;
	font-weight: 600;
	line-height: 1.4;
	padding: 0.5333vw 0 0 0.5333vw;
}
.appModalArea03 .text06 {
	font-size: 2.9333vw;
	line-height: 1.5;
	border: 1px solid #8e8e8e;
	width: 72.5333vw;
	margin: 2.1333vw auto 2.4vw;
	padding: 1.6vw 2.6667vw 1.8667vw;
}
.appModalArea03 .text07 {
	text-align: center;
	font-size: 2.9333vw;
	margin: -0.2667vw 0 0;
	color: #E60000;
	font-weight: bold;
}
.appModalArea03 .text08 {
	text-align: center;
	font-size: 3.2vw;
}
.appModalArea03 .text08 a[target="_blank"]::after {
	content: '';
	display: inline-block;
	width: 10px;
	height: 10px;
	margin-left: 7px;
	background: url(/cmn/type2021/img/icon_blank.png) no-repeat left top / 100% auto;
}
.appModalArea03 .text09 {
	display: none;
}
.appModalArea03 .txtImg01 {
	background: linear-gradient(to right, #eb5855 0%, #cd3a38 100%);
	text-align: center;
	padding: 4vw 0 2.4vw;
}
.appModalArea03 .txtImg01 img {
	width: 78.9333vw;
}
.appModalArea03 .txtImg02 {
	width: 79.2vw;
	margin: 3.7333vw auto 1.8667vw;
}
.appModalArea03 .txtImg03 {
	width: 50vw;
	margin: 1.8667vw auto 0;
}
.appModalArea03 .iconArrow {
	width: 5.7333vw;
	height: 6.1333vw;
	margin: 0 auto 2.6667vw;
	position: relative;
}
.appModalArea03 .iconArrow::before,
.appModalArea03 .iconArrow::after,
.appModalArea03 .iconArrow span::before {
	content: '';
	display: block;
	width: 4vw;
	height: 4vw;
	border-top: 0.5334vw solid #d70000;
	border-right: 0.5334vw solid #d70000;
	transform: translateY(-1.8667vw) scaleY(.8) rotate(135deg);
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	animation-fill-mode: forwards;
	animation-duration: 3s;
	animation-name: iconArrow;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
	animation-delay: -2s;
}
.appModalArea03 .iconArrow::after {
	animation-delay: -1s;
}
.appModalArea03 .iconArrow span::before {
	animation-delay: 0s;
}
@keyframes iconArrow {
	0% {
		opacity: 0;
		transform: translateY(-1.8667vw) scaleY(.8) rotate(135deg);
	}
	10% {
		opacity: 1;
	}
	100% {
		opacity: 1;
		transform: translateY(3vw) scaleY(.8) rotate(135deg);
	}
}
.appModalArea03 .txtImg04 {
	width: 77.3333vw;
	margin: .6vw auto 1.0667vw;
}
.appModalArea03 .modalWrap:not(.modal-external-link) .modalContent {
	border: 0;
	padding: 0;
	width: auto;
	position: static;
	transform: none;
	box-shadow: none;
	background: none;
}
.appModalArea03 .qrBox {
	display: none;
}
/*---------------
kvArea
------------------*/
.kvArea .kvFlex {
	margin: 0 -15px;
}
/*---------------
ankList
------------------*/
.ankList {
	padding: 25px 5px 0;
}
.ankList > li {
	text-align: center;
}
.ankList > li:not(:last-of-type) {
	margin-bottom: 6%;
}
/*---------------
cpArea
------------------*/
.cpArea {
	padding: 50px 0 0;
}
.cpArea .cpTtl img {
	width: 66%;
}
.cpArea .cpImg01,
.cpArea .cpImg02,
.cpArea .cpImg03{
	position: relative;
	margin: 26px 5px 0;
}
.cpArea .cpImg01 {
}
.cpArea .cpImg01 {
}
.cpArea .cpImg02 {
}
.cp01BtnWrap .cpBtnA {
	position: absolute;
	bottom: 50.3%;
	margin: 0 18px;
}
.cp01BtnWrap .cpBtnB {
	position: absolute;
	bottom: 1.5%;
	margin: 0 18px;
}
/*---------------
entryArea
------------------*/
.entryArea {
	padding: 50px 0 0;
}
.entryArea .entryImg01,
.entryArea .entryImg02 {
	position: relative;
	margin: 0 5px;
}
/*---------------
otherArea
------------------*/
.otherArea {
	padding: 50px 0 0;
}
.otherArea .otherImg01 {
	margin: 0 22px;
}
.otherArea .otherImg03 {
	margin: 50px 95px 0;
}
.otherArea .noteBox02 {
	margin: 20px auto 0;
}
.otherArea .otherImg02 {
	margin: 50px 110px 0;
}
.otherArea .noteBox {
	margin: 20px auto 0;
}
/*---------------
fixBlock03
------------------*/
.fixBlock03 .areaWrapper {
	margin: 0 auto;
	padding: 15px 10px;
}
.fixBlock03 .areaWrapper .fixList {
	display: flex;
	justify-content: space-between;
}