@charset "utf-8";
/* CSS Document */

/*--------hover--------*/
a {
	-webkit-transition: all 0.7s;
	-moz-transition: all 0.7s;
	-ms-transition: all 0.7s;
	-o-transition: all 0.7s;
	transition: all 0.7s;
	opacity: 1;
	color: #221815;
	text-decoration: none;
}
a:hover {
	opacity: 0.6;
	filter: alpha(opacity=60);
	-ms-filter: "alpha(opacity=60)";
}
a:link {
	color: #221815;
}
/*--------flexBox--------*/
.flexBox {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: space-between;
}
/*/ LP /////////////////////////////////////////////////////*/
body {
	margin: 0;
	padding: 0;
	color: #3d3d3d;
	font-family: 'Roboto', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	line-height: 2;
	letter-spacing: 1.4pt;
	word-break: break-all;
	font-feature-settings: "palt";
}
.container {
	width: 100%;
	margin: 0;
	padding: 0;
}
ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
a {
	text-decoration: none;
}
img {
	width: 100%;
	margin: 0;
	padding: 0;
	vertical-align: bottom;
}
/* ------------------------------------------------------------

	PC	
============================================================ */

/*--------main--------*/
#main {
	height: 100vh;
	text-align: center;
	font-size: 18px;
	position: relative;
}
#main > div {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%); /* Safari用 */
	transform: translate(-50%, -50%);
}
#main h1 {
	width: 734px;
	font-family: 'Oswald', sans-serif;
	font-weight: 200;
	color: #ff4f45;
	font-size: 74px;
	line-height: 1.2;
	margin-top: 30px;
}
#main h1 span, #main p {
	font-family: 'Roboto', sans-serif;
	color: #3d3d3d;
	font-size: 18px;
	letter-spacing: 0.05em;
}
#main ul {
	max-width: 445px;
	margin: 0 auto;
}
#main ul li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}
#main ul li:nth-child(1) {
	max-width: 82px;
}
#main ul li:nth-child(2) {
	width: 1px;
	height: 167px;
	background: #c9c9c9;
}
#main ul li:nth-child(3) {
	max-width: 205px;
}
#main > div > div {
	width: 265px;
	height: 1px;
	background: #c9c9c9;
	margin: 60px auto;
}
/*--------nav--------*/
nav {
    width: 100%;
	background: rgba(255,79,69,0.9);
	-webkit-box-shadow: 0px 2px 1px 0px rgba(140,140,140,0.6);
	-moz-box-shadow: 0px 2px 1px 0px rgba(140,140,140,0.6);
	box-shadow: 0px 2px 1px 0px rgba(140,140,140,0.6);
	z-index: 9999;
}
nav ul {
	max-width: 600px;
	margin: 0 auto;
	padding: 20px 0;
	font-weight: 500;
	letter-spacing: 0.4pt;
	text-align: center;
}
nav ul li {
	width: 33.33%;
}
nav ul li a, nav ul li a:link {
	color: #fff;
}
.fixed {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 10000;
}
/*--------styleBox--------*/
#styleBox > div {
	padding: 0 0 100px;
}
#styleBox > div.movieView {
	height: 100vh;
}
#styleBox h2 {
	font-size: 90px;
	max-width: 1025px;
	margin: 0 auto 100px;
}
#styleBox > div > p {
	width: 90%;
	margin: 0 auto;
}
#styleBox .styleInfo {
	max-width: 1025px;
	margin: 100px auto 0;
	padding: 50px 5%;
	border: 1px solid #ff4f45;
	box-sizing: border-box;
	position: relative;
}
#styleBox .styleInfo > p {
	font-family: 'Oswald', sans-serif;
	font-weight: 200;
	color: #ff4f45;
	font-size: 27px;
	position: absolute;
	top: 50%;
	margin-top: -62px;
}
#styleBox .styleInfo div {
	width: 35%;
}
#styleBox .styleInfo div p.text,
#styleBox .styleInfo div > ul {
	max-width: 175px;
	margin: 0 auto;
	line-height: 1.6;
	-webkit-justify-content: flex-start; /* Safari */
	justify-content: flex-start;
}
#styleBox .styleInfo div > ul li {
	width: 15px;
	height: 15px;
	margin: 15px 10px 0 0;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
}
#styleBox .styleInfo div > ul li:nth-child(1) {
	background: #000;
}
#styleBox .styleInfo div > ul li:nth-child(2) {
	background: #0e3969;
}
#styleBox .styleInfo div > ul li:nth-child(3) {
	background: #b8c6d5;
}
#styleBox .styleInfo div > ul li:nth-child(4) {
	background: #eeeacb;
}
#styleBox .styleInfo div > ul li:nth-child(5) {
	background: #ffe2ef;
}
#styleBox .styleInfo div > ul li:nth-child(6) {
	background: #ff4f45;
}
#styleBox .styleInfo > ul {
	width: 60%;
	position: relative;
}
#styleBox .styleInfo > ul li {
	position: absolute;
}
#styleBox .styleInfo > p.left {
	left: -10%;
	transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
}
#styleBox .styleInfo > p.right {
	right: -10%;
	transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
}
/*--------style01--------*/
#styleBox #style01,
#styleBox #style02,
#styleBox #style03 {
	padding: 100px 0 0;
}
#styleBox #style01 .styleInfo > ul li:nth-child(1) {
	width: 80%;
	top: 0;
	right: 4%;
}
#styleBox #style01 .styleInfo > ul li:nth-child(2) {
	width: 35%;
	bottom: 0;
	right: 0;
	border: 1px solid #ff4f45;
	box-sizing: border-box;
}
#styleBox #style01 .styleInfo > ul li:nth-child(3) {
	width: 55%;
	bottom: 0;
	left: 0;
}
/*--------style02--------*/
#styleBox #style02 .styleInfo > ul li:nth-child(1) {
	width: 50%;
	top: 8%;
	left: 0;
}
#styleBox #style02 .styleInfo > ul li:nth-child(2) {
	width: 35%;
	top: 0;
	right: 0;
	border: 1px solid #ff4f45;
	box-sizing: border-box;
}
#styleBox #style02 .styleInfo > ul li:nth-child(3) {
	width: 75%;
	bottom: 0;
	left: 15%;
}
#styleBox #style02 .styleInfo > p.left {
	left: -12%;
}
#styleBox #style02 .styleInfo > p.right {
	right: -12%;
}

/*--------style03--------*/
#styleBox #style03 .styleInfo > ul li:nth-child(1) {
	width: 75%;
	top: 0;
	right: 8%;
}
#styleBox #style03 .styleInfo > ul li:nth-child(2) {
	width: 35%;
	bottom: 0;
	left: 0;
	border: 1px solid #ff4f45;
	box-sizing: border-box;
}
#styleBox #style03 .styleInfo > ul li:nth-child(3) {
	width: 60%;
	bottom: 8%;
	right: 0;
}
/*--------colorBox--------*/
#colorBox {
	background: #fcf4f4;
	padding: 50px 0;
}
#colorBox h2,
#movieBox h2 {
	font-family: 'Oswald', sans-serif;
	font-weight: 200;
	color: #ff4f45;
	font-size: 52px;
	line-height: 1.2;
	margin-top: 30px;
	text-align: center;
}
#colorBox .titBox p {
	width: 200px;
	margin: 25px auto 0;
}
#colorBox ul,
#movieBox ul,
#otherBox ul {
	max-width: 1025px;
	margin: 70px auto 0;
}
#colorBox ul li {
	width: 30%;
	font-size: 30px;
	margin-bottom: 20px;
	text-align: center;
	font-family: 'Oswald', sans-serif;
	font-weight: 200;
}
/*--------movieBox--------*/
#movieBox,
#otherBox {
	padding: 50px 0;
}
#movieBox ul li,
#otherBox ul li {
	font-size: 20px;
	margin-bottom: 70px;
	text-align: center;
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
}
#movieBox ul li img {
	margin-bottom: 10px;
}
/*--------otherBox--------*/
#otherBox {
	border-top: 1px solid #ff4f45;
	border-bottom: 1px solid #ff4f45;
	padding-bottom: 50px;
}
#otherBox ul {
	max-width: 700px;
	margin-bottom: 70px;
}


/*--------footer--------*/
footer {
	padding: 30px 0;
	font-size: 12px;
	text-align: center;
}
/*--------ボタン--------*/
.btn {
	font-family: 'Roboto', sans-serif;
	font-weight: 900;
	max-width: 300px;
	margin: 30px auto 0;
	padding: 10px 0;
	border: 2px #221815 solid;
	display: block;
	box-sizing: border-box;
	text-align: center;
}
a.btn:hover {
	opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter: "alpha(opacity=100)";
	background: #221815;
	color: #fff;
}


/*--------youtube--------*/
#otherBox ul li.youtube {
    position: relative;
	max-width: 850px;
	margin: 0 auto;
    padding: 30px 0 35%;
    height: auto;
    overflow: hidden;
}
#otherBox iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
#otherBox ul li.youtube {
    padding: 30px 0 50%;
}

/*--------背景--------*/
.mainView {
	height: 100vh;
}
.bgColor {
	background: #fff;
}
.pt20 {
	padding-top: 20px;
}
video {
	position: fixed;
	top: -4%; 
	left: 0;
	min-width: 100%;
	min-height: 100%;
	width: 100%;
	height: auto;
	z-index: -1;
}



/* ------------------------------------------------------------

	SP
============================================================ */
@media screen and (max-width: 979px) {
/*--------main--------*/
#main {
	width: 100%;
	height: 800px;
	margin: 0 auto;
}
#main > div {
	width: 80%;
}
#main h1 {
	width: auto;
	font-size: 55px;
}
#main ul {
	width: 90%;
}
#main ul li:nth-child(1) {
	width: 25%;
}
#main ul li:nth-child(2) {
	height: 130px;
}
#main ul li:nth-child(3) {
	width: 50%;
}
#main > div > div {
	width: 40%;
}

/*--------nav--------*/
nav {
	background: rgba(61,61,61,0.9);
	position: -webkit-sticky; /* Safari */
	position: sticky;
	top: 0;
}
nav ul {
	width: 90%;
	font-size: 12px;
	padding: 15px 0;
}

/*--------styleBox--------*/
#styleBox {
	padding: 0;
}
#styleBox > div {
	padding: 0;
}
#styleBox h2 {
	font-size: 90px;
	width: 100%;
	margin: 0 auto;
}
#styleBox > div > p {
	width: 100%;
}
#styleBox .styleInfo {
	width: 90%;
	margin: 100px auto;
	padding: 50px 5%;
}
#styleBox .styleInfo div {
	width: 80%;
	margin: 0 auto;
}
#styleBox .styleInfo > ul {
	width: 90%;
	margin: 0 auto;
}
#styleBox .styleInfo > ul li {
	position: inherit;
}
#styleBox .styleInfo > p {
	font-size: 20px;
	margin: 0;
	position: absolute;
	top: inherit;
	left: 0;
	width: 100%;
	text-align: center;
}
#styleBox .styleInfo > p.top {
	top: -4.5%;
}
#styleBox .styleInfo > p.bottom {
	bottom: -4.5%;
}
#styleBox p.movie {
	width: 90%;
	margin: 0 auto;
	padding-bottom: 100px;
	text-align: center;
}
#styleBox .styleInfo > ul li {
	top: 0 !important;
	right: 0 !important;
	bottom: 0 !important;
	left: 0 !important;
}
#styleBox #style01,
#styleBox #style02,
#styleBox #style03 {
	padding: 53px 0 0;
}

/*--------style01--------*/
#styleBox #style01 .styleInfo > ul li:nth-child(1) {
	width: 90%;
	margin: 0 0 10% 15%;
}
#styleBox #style01 .styleInfo > ul li:nth-child(2) {
	width: 60%;
	margin: 0 0 10% 35%;

}
#styleBox #style01 .styleInfo > ul li:nth-child(3) {
	width: 75%;
	margin: 0 0 10% 5%;
}
/*--------style02--------*/
#styleBox #style02 .styleInfo > ul li:nth-child(1) {
	width: 75%;
	margin: 0 0 10% 0;
}
#styleBox #style02 .styleInfo > ul li:nth-child(2) {
	width: 50%;
	margin: 0 0 10% 50%;
	border: 1px solid #ff4f45;
	box-sizing: border-box;
}
#styleBox #style02 .styleInfo > ul li:nth-child(3) {
	width: 95%;
	margin: 0 0 10% 0;
}
#styleBox #style02 .styleInfo > p.left {
	left: -12%;
}
#styleBox #style02 .styleInfo > p.right {
	right: -12%;
}

/*--------style03--------*/
#styleBox #style03 .styleInfo > ul li:nth-child(1) {
	width: 95%;
	margin: 0 0 10% 0;
}
#styleBox #style03 .styleInfo > ul li:nth-child(2) {
	width: 50%;
	margin: 0 0 10% 10%;
	border: 1px solid #ff4f45;
	box-sizing: border-box;
}
#styleBox #style03 .styleInfo > ul li:nth-child(3) {
	width: 75%;
	margin: 0 0 10% 30%;
}

/*--------colorBox--------*/
#colorBox {
	background: #fcf4f4;
	padding: 50px 0;
}
#colorBox h2,
#movieBox h2 {
	font-size: 40px;
}
#colorBox .titBox p {
	width: 40%;
}
#colorBox ul,
#movieBox ul,
#otherBox ul {
	max-width: 90%;
}
#colorBox ul li {
	width: 47.5%;
	font-size: 18px;
}

/*--------moveBox--------*/
#movieBox ul li {
	font-size: 16px;
}

/*--------footer--------*/
footer {
	font-size: 11px;
}

/*--------背景--------*/
.mainView {
	width: 100%;
	height: 100vh;
}
.bgslide { position: fixed; left:0; top:0; z-index: -1; height: auto; width: 100%; }  
.bgslide img { position: absolute; min-height: auto; width: 100%; height: auto;left:0; top:0; } 
/*.bg01 {
	background-image: url(../images/image01_sp.jpg); 
}
.bg02 {
	background-image: url(../images/image02_sp.jpg); 
}
.bg03 {
	background-image: url(../images/image03_sp.jpg); 
}
*/}
