@charset "utf-8";
/*=============================================================
 #mainVisual
=============================================================*/
#mainVisual{
	width: calc(100% - 240px);
 min-height: 100vh; /* カスタムプロパティ未対応ブラウザ用のフォールバック */
 min-height: calc(var(--vh, 1vh) * 100);
	display: flex;
	justify-content: center;
	align-items: center;
	background: #000;
	color: #fff;
	overflow: hidden;
	position: fixed;
	top: 0;
	left: 240px;
	z-index: 1;
}
.contents {
	width: calc(100% - 240px);
 height: 100%;
	position: fixed;
	display: flex;
	justify-content: center;
	align-items: center;
 top: 0;
	left: 240px;
 opacity: 0;
	transition:opacity 0.5s ease 0.2s;
	z-index: 1;
}
/* .slide1
----------------------------------------*/
.slide1 {
	background: url("../img/bg_slide01.jpg") no-repeat center center;
	background-size: cover;
}
/* .slide2
----------------------------------------*/
.slide2 {
	background: url("../img/bg_slide02.jpg") no-repeat center center;
	background-size: cover;
}
/* .slide3
----------------------------------------*/
.slide3 {
	background: url("../img/bg_slide03.jpg") no-repeat center center;
	background-size: cover;
}
/* .slide4
----------------------------------------*/
.slide4 {
	background: url("../img/bg_slide04.jpg") no-repeat center center;
	background-size: cover;
}
/* .slide5
----------------------------------------*/
.slide5 {
	background-color: #fff;
}
/* #active
----------------------------------------*/
.id1 .slide1,
.id2 .slide2,
.id3 .slide3,
.id4 .slide4,
.id5 .slide5{
 opacity: 1;
	z-index: 10;
}

/* h1.ttl
----------------------------------------*/
h1.ttl{
	width: 80%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	transition:opacity 0.5s ease 0.2s;
	z-index: 20;
}
h1.ttl img{
	width: 100%;
	height: auto;
}
.open h1.ttl{
	opacity: 0;
}
/* boxSurcle
----------------------------------------*/
#boxSurcle {
	width: 5%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%) rotate(-360deg);
	transition:all 0.5s ease 0.2s;
	z-index: 30;
	opacity: 0;
}
#boxSurcle div.catch{
	width: 100%;
	transition:all 0.5s ease 0.2s;
}
#boxSurcle div.catch .cls-1{
	fill:#fff;
	transition:all 0.5s ease 0.2s;
}
.open #boxSurcle {
	width: 77%;
	min-width: 750px;
	transform: translate(-50%,-50%) rotate(0deg);
	opacity: 1;
}
.id2 #boxSurcle div.catch,
.id3 #boxSurcle div.catch,
.id4 #boxSurcle div.catch{
	opacity: 0.25;
}
.id5 #boxSurcle div.catch{
	opacity: 1;
}
.id2 #boxSurcle div.catch{
	transform: rotate(160deg);
}
.id3 #boxSurcle div.catch{
	transform: rotate(320deg);
}
.id4 #boxSurcle div.catch{
	transform: rotate(480deg);
}
.id5 #boxSurcle div.catch{
	transform: rotate(640deg);
}
.id5 #boxSurcle div.catch .cls-1{
	fill:#E50012;
}
/* section
----------------------------------------*/
.section{
	max-width: 480px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	transition:opacity 0.5s ease 0.2s;
	z-index: 40;
 opacity: 0;
}
.section h2{
	font-size: 40px;
	text-align: center;
	line-height: 1.35;
}
.section p.caption{
	padding: 40px 0 20px;
	font-size: 18px;
	text-align: center;
	line-height: 1.35;
	font-weight: 700;
}
.section p.btn{
	width: 220px;
	height: 48px;
	margin: 0 auto;
}
.section p.btn a{
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	opacity: 1 !important;
	border-radius: 9999px;
	background-color: #E50012;
	color: #fff;
	font-size: 16px;
}
.section p.btn a:hover{
	background-color: #fff;
	color: #E50012;
}
#c05{
	max-width: 440px;
}
#c05 .listMain li{
	border-top: 8px solid #000;
	font-size: 22px;
	font-weight: 700;
}
#c05 .listMain li .fontEnBold{
	font-size: 33px;
}
#c05 .listSub{
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	border-top: 8px solid #000;
	border-bottom: 8px solid #000;
}
#c05 .listSub li{
	width: 50%;
	box-sizing: border-box;
	font-size: 16px;
	font-weight: 700;
}
#c05 .listSub li:nth-child(even){
	border-left: 1px solid #000;
}
#c05 .listSub li:nth-child(3),
#c05 .listSub li:nth-child(4){
	border-top: 1px solid #000;
}
#c05 .list li a{
	width: 100%;
	display: block;
	padding: 11px 35px 11px 10px;
	position: relative;
}
#c05 .listSub li a{
	height: 40px;
	display: flex;
	align-items: center;
	box-sizing: border-box;
	padding: 0 35px 0 10px;
}
#c05 .list li a:after{
	content: "";
	width: 20px;
	height: 20px;
	background: url("../shared/img/arw_red.png") no-repeat 0 0;
	background-size: 100% 100%;
	position: absolute;
	top: 50%;
	right: 10px;
	transform: translateY(-50%);
}
#c05 dl{
	padding: 35px 0 0;
	text-align: center;
	color: #000;
}
#c05 dl dt{
	font-size: 40px;
}
#c05 dl li{
	padding: 10px 0 0;
	font-size: 14px;
	line-height: 1.35;
	font-weight: 700;
}
#c05 dl li .fontEnBold{
	font-size: 18px;
}
/* section #active
----------------------------------------*/
.open .id1 #c01,
.start .id2 #c02,
.start .id3 #c03,
.start .id4 #c04,
.start .id5 #c05{
 opacity: 1;
	z-index: 50;
}
/* #boxNum
----------------------------------------*/
#boxNum{
	width: 40px;
 opacity: 0;
	position: absolute;
	bottom: 30px;
	left: 30px;
	z-index: 30;
	transition:opacity 0.5s ease 0.2s;
}
.open #boxNum{
 opacity: 1;
}
#boxNum li{
	width: 40px;
	height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 5px 0 0;
	position: relative;
	color: #fff;
	transition:all 0.5s ease 0.2s;
	font-family: 'Rokkitt', serif;
	padding: 1px 0 0 1px;
	cursor: pointer;
}
.start .id5 #boxNum li{
	color: #000;
}
#boxNum li:after{
	content: "";
	width: 100%;
	height: 100%;
	border: 1px solid #fff;
	border-radius: 9999px;
	position: absolute;
	top: 0;
	left: 0;
	transition:all 0.5s ease 0.2s;
	opacity: 0;
}
.start .id5 #boxNum li:after{
	border: 1px solid #000;
}
.open .id1 #boxNum li.num1:after,
.open .id2 #boxNum li.num2:after,
.open .id3 #boxNum li.num3:after,
.open .id4 #boxNum li.num4:after,
.open .id5 #boxNum li.num5:after{
	opacity: 1;
}
/* #boxSc
----------------------------------------*/
#boxSc{
	width: 100px;
	height: 90px;
 opacity: 0;
	position: absolute;
	bottom: 0px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 60;
	transition:opacity 0.5s ease 0.2s;
	text-align: center;
	overflow: hidden;
}
@media screen and (max-height: 650px) {
#boxSc{
	height: 50px;
}
}
#boxSc:after{
	content: "";
	width: 1px;
	height: 100%;
	background-color: #fff;
	box-shadow: 0px 0px 5px -2px rgba(0,0,0,1);
	position: absolute;
	top: 25px;
	left: 50%;
	transform: translateX(-50%);
	transition:all 0.5s ease 0.2s;
}
.id5 #boxSc:after{
	background-color: #000;
	box-shadow: 0px 0px 5px -2px rgba(0,0,0,0);
}
.open #boxSc{
 opacity: 1;
}
.open #boxSc p{
	width: 100%;
	height: 100%;
	display: block;
	text-shadow: 0px 0px 3px rgba(0,0,0,1);
	position: absolute;
	top: 0;
	left: 0;
	font-size: 16px;
 opacity: 1;
	transition:all 0.5s ease 0.2s;
	z-index: 2;
	cursor: pointer;
}
#boxSc p.sc5{
	text-shadow: 0px 0px 3px rgba(0,0,0,0);
 opacity: 0;
	color: #000;
	z-index: 1;
}
.id5 #boxSc p.def{
 opacity: 0;
	z-index: 1;
}
.id5 #boxSc p.sc5{
 opacity: 1;
	z-index: 2;
}
/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 Smartphones
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
@media only screen and (max-width:899px){
/*=============================================================
 #mainVisual
=============================================================*/	
#header {
	background: none;
}
#header h1 a span.txt{
 color: #fff !important;
}
/*=============================================================
 #mainVisual
=============================================================*/
#mainVisual{
	width: calc(100%);
	left: 0;
}
.contents {
	width: calc(100%);
	left: 0;
}
/* boxSurcle
----------------------------------------*/
.open #boxSurcle {
	width: 110%;
	min-width: 0px;
}
.id5 #boxSurcle div.catch .cls-1{
	fill:#ebebeb;
}
/* section
----------------------------------------*/
.section{
	width: calc(100% - 40px);
	max-width: 320px;
}
.section h2{
	font-size: 26px;
}
.section p.caption{
	font-size: 14px;
}
.section p.btn{
	width: 146px;
	height: 32px;
}
.section p.btn a{
	font-size: 12px;
}
#c05{
	width: 90%;
	max-width: 420px;
	padding: 0 0 50px
}
#c05 .listMain li{
	border-top: 8px solid #000;
	font-size: 19px;
}
#c05 .listMain li .fontEnBold{
	font-size: 22px;
}
#c05 .listSub li{
	font-size: 12px;
}
#c05 .list li a{
	padding: 8px 25px 8px 10px;
}
#c05 .listSub li a{
	height: 36px;
}
#c05 .list li a:after{
	content: "";
	width: 14px;
	height: 14px;
}
#c05 dl{
	padding: 25px 0 0;
}
#c05 dl dt{
	font-size: 30px;
}
#c05 dl li{
	padding: 8px 0 0;
	font-size: 12px;
}
#c05 dl li .fontEnBold{
	font-size: 15px;
}
#c05 .listSub li:last-child a:before{
	height: 32px;
}
/* #boxNum
----------------------------------------*/
#boxNum{
	width: 5px;
	bottom: 60px;
	left: 10px;
}
#boxNum li{
	width: 8px;
	height: 8px;
	font-size: 0;
	background-color: #fff;
	border-radius: 9999px;
	opacity: 0.35;
}
.start .id5 #boxNum li{
	background-color: #000;
}
#boxNum li:after{
	display: none;
}
.open .id1 #boxNum li.num1,
.open .id2 #boxNum li.num2,
.open .id3 #boxNum li.num3,
.open .id4 #boxNum li.num4,
.open .id5 #boxNum li.num5{
	opacity: 1;
}
/* #boxSc
----------------------------------------*/
#boxSc {
  height: 100px;
}
#boxSc:after{
	top: 18px;
}
.open #boxSc p{
	font-size: 12px;
}
}