@charset "utf-8";
/*------------------------------------------------------------
	index
------------------------------------------------------------*/
#main .positionBox {
	position: relative;
	z-index: 11;
}
#main .mainImg .imgUl img {
	width: 100%;
}
#main .mainImg {
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
}
#main .mainImg .imgUl li {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
#main .mainImg .intBtn {
	position: fixed;
	bottom: 34px;
	right: 296px;
	z-index: 5;
	width: 164px;
}
#container .factryBtn {
	position: fixed;
	right: -14px;
	bottom: 40px;
	z-index: 99;
}
#container .factryBtn a {
	display: block;
}
#main .mainImg .intBtn a {
	display: block;
	overflow: hidden;
	border-radius: 50%;
}
#main .mainImg .imgUl .image {
	height: 100vh;
	background: url(../img/index/main_img01.jpg) no-repeat center center;
	background-size: cover;
}
#main .mainImg .imgUl .img01 .image {
	background-image: url(../img/index/main_img01.jpg);
}
/*#main .mainImg .imgUl .img02 .image {
	background-image: url(../img/index/main_img02.jpg);
}*/
#main .mainImg .imgUl .img03 .image {
	background-image: url(../img/index/main_img03.jpg);
}
#main .mainImg .imgUl .img04 .image {
	background-image: url(../img/index/main_img04.jpg);
}
#main .mainImg .imgUl .img05 .image {
	background-image: url(../img/index/main_img05.jpg);
}
#main .mainImg .imgUl .img06 .image {
	background-image: url(../img/index/main_img06.jpg);
}
#gFooter {
	z-index: 11;
}
@media all and (min-width: 897px) {
	#main .mainImg .intBtn a:hover,
	#container .factryBtn a:hover {
		opacity: 0.7;
	}
}
@media all and (max-width: 896px) {
	#main .mainImg .intBtn {
		bottom: 37px;
		right: auto;
		width: 127px;
		left: 25px;
	}
	#main .mainImg .imgUl .image {
		background-size: cover;
	}
	#main .mainImg .imgUl .img01 .image {
		background-image: url(../img/index/sp_main_img01.jpg);
	}
	/*#main .mainImg .imgUl .img04 .image {
		background-image: url(../img/index/sp_main_img02.jpg);
	}*/
	#main .mainImg .imgUl .img03 .image {
		background-image: url(../img/index/sp_main_img03.jpg);
	}
	#main .mainImg .imgUl .img04 .image {
		background-image: url(../img/index/sp_main_img04.jpg);
	}
	#main .mainImg .imgUl .img05 .image {
		background-image: url(../img/index/sp_main_img05.jpg);
	}
	#main .mainImg .imgUl .img06 .image {
		background-image: url(../img/index/sp_main_img06.jpg);
	}
	#container .factryBtn {
		right: -20px;
		bottom: 44px;
		width: 223px;
	}
}

/* pickBox */
#main .pickBox {
	padding: 27px 0 102px;
	background-color: #0081cc;
	position: relative;
	z-index: 10;
}
#main .pickBox .link {
	width: 100%;
	color: #FFFFFF;
	font-size: 1.7rem;
	position: absolute;
	bottom: 100%;
	left: 0;
}
#main .pickBox .link a {
	min-width: 188px;
	color: #fff;
	font-weight: bold;
	font-family: 'Josefin Sans', sans-serif;
	background-color: #0081CC;
	border-radius: 0 20px 0 0;
	display: inline-block;
	box-sizing: border-box;
	padding: 18px 10px 5px 37px;
	line-height: 1;
	letter-spacing: 0.1em;
	vertical-align: top;
}
#main .pickBox .flexBox {
	margin-bottom: 70px;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}
#main .pickBox .leftBox {
	width: 33.18%;
	background-color: #fff;
	position: relative;
}
#main .pickBox .leftBox .movieBtn {
	width: 161px;
	position: absolute;
	bottom: 29px;
	right: 29px;
	text-align: center;
	line-height: 1;
	font-family: 'Josefin Sans', sans-serif;
	font-weight: bold;
	background-color: #fff;
}
#main .pickBox .leftBox .movieBtn a {
	min-height: 0;
	padding: 0;
	margin: 0;
	display: block;
	background: #0D62AC;
	font-family: 'Josefin Sans', sans-serif;
}
#main .pickBox .leftBox .movieBtn .pho img {
	width: 100%;
}
#main .pickBox .leftBox .movieBtn p {
	font-size: 1.6rem;
	color: #fff;
	padding: 7px 2px 4px;
}
#main .pickBox .leftBox a {
	padding: 19px 37px;
	color: #fff;
	min-height: 525px;
	display: block;
	box-sizing: border-box;
	background: url(../img/index/message_bg.jpg) no-repeat center center;
	background-size: cover;
}
#main .pickBox .leftBox .headLine01 .en {
	margin-left: 3px;
}
#main .pickBox .textImg img {
	width: 80%;
	max-width: 283px;
}
#main .pickBox .textImg {
	margin-left: -3px;
}
#main .pickBox .linkUl {
	margin: -3px 0 0 4px;
	flex: 1;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
#main .pickBox .linkUl li {
	margin-top: 3px;
	width: calc(50% - 2px);
	background-color: #fff;
	position: relative;
}
#main .pickBox .linkUl a {
	padding: 19px 17px;
	color: #fff;
	min-height: 261px;
	display: block;
	box-sizing: border-box;
	background: url(../img/index/link_bg01.jpg) no-repeat center center;
	background-size: cover;
}
#main .pickBox .linkUl .link01 a {
	background-image: url(../img/index/link_bg01.jpg);
}
#main .pickBox .linkUl .link02 a {
	background-image: url(../img/index/link_bg02.jpg);
}
#main .pickBox .linkUl .link03 a {
	background-image: url(../img/index/link_bg03.jpg);
}
#main .pickBox .linkUl .link04 a {
	background-image: url(../img/index/link_bg04.jpg);
}
#main .pickBox .noLink {
	position: relative;
}
#main .pickBox .noLink::before {
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.5);
	position: absolute;
	top: 0;
	left: 0;
	content: "";
}
#main .pickBox .noLink::after {
	padding-bottom: 3px;
	color: #fff;
	font-size: 2.5rem;
	font-family: 'Josefin Sans', sans-serif;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	content: "Coming soon";
	line-height: 1;
	white-space:nowrap;
	border-bottom: 1px solid #fff;
}
#main .btnBox {
	color: #fff;
	font-size: 2.6rem;
	font-weight: bold;
	text-align: center;
}
#main .btnBox .txt {
	margin-bottom: 10px;
	display: block;
}
#main .btnBox .txt span {
	padding: 0 36px;
	display: inline-block;
	position: relative;
}
#main .btnBox .txt span::before,
#main .btnBox .txt span::after {
	width: 2px;
	height: 35px;
	position: absolute;
	top: 9px;
	left: 0;
	background-color: #fff;
	content: "";
	transform: rotate(-30deg);
}
#main .btnBox .txt span::after {
	transform: rotate(30deg);
	left: auto;
	right: 0;
}
#main .btnBox a {
	margin: 0 auto;
	width: 90%;
	color: #0081CC;
	font-weight: 600;
	font-family: 'Josefin Sans', sans-serif;
	max-width: 551px;
	font-size: 2.1rem;
	font-style: italic;
	display: block;
	box-sizing: border-box;
	border-radius: 32px;
	background-color: #fff;
	text-align: center;
	padding: 24px 0 19px;
	box-sizing: border-box;
	line-height: 1;
	letter-spacing: 0.1em;
}
#main .entryBtn {
	background-color: #fff;
}
#main .entryBtn a {
	padding: 64px 0 62px;
	color: #fff;
	font-weight: bold;
	font-size: 1.9rem;
	display: block;
	text-align: center;
	background-color: #E23131;
	line-height: 1;
	letter-spacing: 0.1em;
}
#main .entryBtn a .en {
	margin-bottom: 5px;
	display: block;
	font-size: 2.6rem;
}
#main .pickBox .linkUl .headLine01 {
	margin-bottom: 0;
}
#main .pickBox .linkUl .headLine01 .size {
	display: block;
	font-size: 1.5rem;
	font-family: 'Josefin Sans', sans-serif;
}
@media all and (max-width: 1100px) {
	#main .pickBox .leftBox .movieBtn {
		width: 143px;
		bottom: 25px;
		right: 23px;
	}
}
@media all and (min-width: 897px) and (max-width: 1100px) {
	#main .pickBox .linkUl .headLine01 {
		font-size: 2.2rem;
	}
	#main .pickBox .linkUl a {
		padding: 19px 15px;
	}
	
}
@media all and (min-width: 897px) {
	#main .entryBtn a:hover {
		opacity: 0.7;
	}
	#main .btnBox a:hover {
		opacity: 0.7;
	}
	#main .pickBox .linkUl a:hover {
		opacity: 0.7;
	}
	#main .pickBox .leftBox a:hover {
		opacity: 0.7;
	}
	#main .pickBox .link a:hover {
		opacity: 0.7;
	}
}
@media all and (max-width: 896px) {
	#main .pickBox .flexBox {
		margin-bottom: 56px;
		display: block;
	}
	#main .pickBox .leftBox {
		margin-bottom: 5px;
		width: auto;
	}
	#main .pickBox .linkUl {
		margin: -5px 0 0 0;
	}
	#main .pickBox .linkUl li {
		margin-top: 5px;
	}
	#main .pickBox .link {
		font-size: 1.4rem;
		bottom: calc(100% - 3px);
	}
	#main .pickBox .link a {
		min-width: 114px;
		border-radius: 0 15px 0 0;
		padding: 14px 10px 0 20px;
	}
	#main .pickBox {
		padding: 35px 0 78px;
	}
	#main .pickBox .leftBox a {
		padding: 27px 20px;
		min-height: 468px;
	}
	#main .pickBox .textImg {
		margin-left: -6px;
	}
	#main .pickBox .textImg img {
		width: 80%;
		max-width: 253px;
	}
	#main .pickBox .linkUl .headLine01 {
		margin-right: -15px;
		font-size: 2rem;
		line-height: 1.3;
	}
	#main .pickBox .linkUl .headLine01 .en {
		margin-bottom: 5px;
	}
	#main .pickBox .linkUl a {
		padding: 15px 15px;
		min-height: 185px;
	}
	#main .pickBox .linkUl li:nth-child(3) .headLine01 {
		font-size: 1.8rem;
	}
	#main .pickBox .noLink::after {
		padding-bottom: 1px;
		font-size: 2rem;
	}
	#main .pickBox .linkUl .link03 a {
		background-image: url(../img/index/sp_link_bg03.jpg);
	}
	#main .btnBox {
		font-size: 2rem;
	}
	#main .btnBox .txt span {
		padding: 0 15px;
	}
	#main .btnBox .txt {
		margin-bottom: 9px;
	}
	#main .btnBox a {
		padding: 20px 0 16px;
		max-width: 316px;
		font-size: 1.8rem;
	}
	#main .btnBox .txt span::before,
	#main .btnBox .txt span::after {
		height: 27px;
		top: 5px;
	}
	#main .entryBtn a {
		padding: 54px 0 57px;
		font-size: 1.4rem;
	}
	#main .entryBtn a .en {
		margin-bottom: 1px;
		font-size: 2.4rem;
	}
	#main .pickBox .leftBox .movieBtn p {
		font-size: 1.4rem;
	}
}
@media all and (max-width: 374px) {
	#main .pickBox .linkUl a {
		padding: 15px 9px;
	}
	#main .pickBox .linkUl .headLine01 {
		font-size: 1.7rem;
	}
}

/* pageBox */
#main .pageBox {
	padding: 74px 0 108px;
	background-color: #fff;
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
	position: relative;
}
#main .pageBox .title {
	margin-bottom: 22px;
	color: #0081CC;
	font-weight: bold;
	font-size: 2.2rem;
	text-align: center;
	letter-spacing: 0.1em;
}
#main .pageBox .comBtn li {
	margin: 0 10px;
}
#main .pageBox .comBtn a {
	padding: 15px 30px 18px;
	width: 270px;
}
@media all and (max-width: 896px) {
	#main .pageBox .title {
		margin-bottom: 16px;
		font-size: 2rem;
	}
	#main .pageBox {
		padding: 59px 0 87px;
	}
}

/* snsBox */
#main .snsBox {
	margin-bottom: 79px;
}
#main .snsBox .title {
	margin-bottom: 9px;
	color: #707070;
	text-align: center;
	font-size: 2.2rem;
	letter-spacing: 0;
}
#main .snsBox .snsUl {
	text-align: center;
}
#main .snsBox .snsUl li {
	margin: 0 15px;
	display: inline-block;
	vertical-align: top;
}
#main .snsBox .snsUl a {
	display: block;
}
@media all and (min-width: 897px) {
	#main .snsBox .snsUl a:hover {
		opacity: 0.7;
	}
}
@media all and (max-width: 896px) {
	#main .snsBox .title {
		margin-bottom: 10px;
		font-size: 2rem;
	}
	#main .snsBox .snsUl li img {
		width: 56px;
	}
	#main .snsBox {
		margin-bottom: 66px;
	}
	#main .pageBox .comBtn a {
		padding: 11px 30px 16px;
		width: 240px;
	}
	#main .pageBox .comBtn li {
		margin: 0 0 12px;
	}
	#main .pageBox .comBtn li:last-child {
		margin-bottom: 0;
	}
}

#main .pickBox .linkUl .comBtn06 {
	position: absolute;
	bottom: 18px;
	left: 17px;
}
#main .pickBox .linkUl .comBtn06 a {
	background: #fff url("../img/common/icon20.png") no-repeat right 7px center;
	background-size: 15px 15px;
	color: #0081CC;
	min-height: 0;
	border: none;
	font-size: 1.7rem;
	width: 226px;
	height: 50px;
	padding: 5px 30px 5px 18px;
	display: flex;
	letter-spacing: 0;
}
@media all and (max-width: 896px) {
	#main .pickBox .linkUl .comBtn06 {
		bottom: 14px;
		left: 15px;
	}
	#main .pickBox .linkUl .comBtn06 a {
		background-size: 12px 11px;
		font-size: 1.3rem;
		width: 155px;
		height: 34px;
		padding: 5px 18px 5px 5px;
	}
}
@media all and (max-width: 374px) {
	#main .mainImg .intBtn {
		bottom: 33px;
		width: 100px;
		left: 8px;
	}
}