@charset "utf-8";
/* CSS Document */

/*--Base------------------------------------------------------------*/
html, body { width: 100%; height: 100%; }
html { height: 100%; overflow-y: scroll; }

/*--Reset-----------------------------------------------------------*/
* { margin: 0; padding: 0; }
img { border: none; vertical-align: middle; }
ul,ol { list-style: none; }

/*--clearfix-----------------------------------------------------------*/
.clearfix:before,
.clearfix:after {
	content: " ";
	display: table;
}
.clearfix:after { clear: both; }
.clearfix { *zoom: 1; }

/*--Text------------------------------------------------------------*/
body {
  font-size: 88%; font-weight: normal; line-height: 1.5;
  font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
  color: #3c3c3c;
  position: relative;
}
h1,h2,h3,h4,h5,h6 { font-size: 100%; }

/*--Link------------------------------------------------------------*/
a, a:link { color: #c30d23; }
a:visited { color: #ccc; }
a:hover, a:active { text-decoration: none; }
a:focus { outline: none; }

/*--HTML5-----------------------------------------------------------*/
article,aside,details,footer,header,main,menu,nav,section,summary { display: block; }

/*--style----------------------------------------------------------*/
header, main, footer {
  width: 100%;
  overflow: hidden;
}

.alpha a:hover {
	opacity: 0.8;
	filter: alpha(opacity=0);
	-ms-filter: "alpha(opacity=80)";
}

/*-- .contents_inner ----------------------------------------------------------*/
.contents_inner {
  width: 90%;
  max-width: 1080px;
  margin: 0 auto;
  box-sizing: border-box;
}

/*--#header----------------------------------------------------------*/
header {
  position: fixed;
  background-color: #fff;
  z-index: 1000;
}
#header .contents_inner {
  max-width: 1280px;
}

#header h1 {
  display: inline-block;
  margin: 16px 0;
  float: left;
}

/* #gnav */
nav {
  max-width: 840px;
  width: calc(100% - 170px);
  display: inline-block;
  float: right;
}
#gnav_list {
  margin-top: 25px;
  display: flex;
  justify-content: space-between;
}

#gnav_list li {
  max-width: 120px;
  width: 20%;
  min-width: 15%;
  margin-left: 30px;
}

#gnav_list li a {
  position: relative;
  width: 100%;
  height: 22px;
  background: #fff;
  padding: 3px 0;
  text-align:center;
  border: 1px solid #ff0000;
  color: #ff000;
  font-size:14px;
  line-height: 24px;
  display: block;
  text-decoration: none;
}

#gnav_list li a:after,
#gnav_list li a:before,
#gnav_list li span:after,
#gnav_list li span:before {
  border: solid transparent;
  content:'';
  height: 0;
  width: 0;
  pointer-events: none;
  position: absolute;
  top: 50%;
}

#gnav_list li a:after,
#gnav_list li a:before { left: 100%; }

#gnav_list li span:after,
#gnav_list li span:before { right:100%; }

#gnav_list li a:after,
#gnav_list li span:after {
  border-color: rgba(255, 255, 255, 0);
  border-top-width: 13px;
  border-bottom-width: 13px;
  border-left-width: 11px;
  border-right-width: 11px;
  margin-top: -13px;
}
#gnav_list li a:after { border-left-color: #fff; }
#gnav_list li span:after{ border-right-color: #fff; }

#gnav_list li a:before,
#gnav_list li span:before {
  border-color: rgba(255, 0, 0, 0);
  border-top-width: 14px;
  border-bottom-width: 14px;
  border-left-width: 11px;
  border-right-width: 11px;
  margin-top: -14px;
}
#gnav_list li a:before {
  margin-left: 1px;
  border-left-color: #ff0000;
}
#gnav_list li span:before{
  margin-right: 1px;
  border-right-color: #ff0000;
}

#gnav_list li a:visited { color: #ff0000; }

#gnav_list li a:hover,
#gnav_list li a.current {
  color: #fff;
  background-color: #ff0000;
}
#gnav_list li a:hover:after,
#gnav_list li a.current:after { border-left-color: #ff0000; }
#gnav_list li a:hover span:after,
#gnav_list li a.current span:after { border-right-color: #ff0000; }

#nav_toggle { display: none; }

/*--Retina--*/
@media screen and (max-width: 850px) {
  #gnav_list li a { font-size: 12px; }
}
@media screen and (max-width: 900px) {
	#header { padding: 0; }
  #header h1 img { zoom: 0.7; }
  #header .contents_inner { width: 100%; }
	nav {
		display: none;
		position: relative;
		top: -80px;
		width: 100%;
		height: 100vh;
		background: rgba(0,0,0,0.9);
		z-index: 500;
	}
  #gnav_list {
    display: block;
    width: 100%;
		position: relative;
		top: 100px;
		right: 0;
		bottom: 0;
		left: 0;
		margin: auto;
		box-shadow: none;
		background:  none;
		font-size: 1.1em;
    border-top: 1px solid #fff;
	}
  #gnav_list li { margin-left: 0; }
	#gnav_list li a:before,
  #gnav_list li a:after,
  #gnav_list li a span:before,
  #gnav_list li a span:after{ display: none; }
	#gnav_list li {
    max-width: 100%;
    width: 100%;
		display: block;
    border-bottom: 1px solid #fff;
	}
  #gnav_list li:first-child { display: none; }
  #gnav_list li a,
  #gnav_list li a:visited {
    height: auto;
    background: #fff;
    padding: 20px 0;
    border: none;
    color: #fff;
    background-color: transparent;
    font-size: 32px;
    line-height: 1;
  }
  
	#nav_toggle {
		display: block;
		width: 25px;
		height: 20px;
		padding: 10px 10px 12px;
		position: fixed;
		top: 10px;
		right: 13px;
		z-index: 1000;
    background-color: #ff0000;
	}
  #nav_toggle div { position: relative; }
	#nav_toggle span{
		display: block;
		height: 3px;
		background: #fff;
		position:absolute;
		width: 100%;
		left: 0;
		-webkit-transition: 0.5s ease-in-out;
		-moz-transition: 0.5s ease-in-out;
		transition: 0.5s ease-in-out;	
	}
	#nav_toggle span:nth-child(1){ top: 0; }
	#nav_toggle span:nth-child(2){ top: 10px; }
	#nav_toggle span:nth-child(3){ top: 20px; }	
	.open #nav_toggle span:nth-child(1) {
			top: 10px;
		  -webkit-transform: rotate(135deg);
			-moz-transform: rotate(135deg);
			transform: rotate(135deg);
			background: #fff;
		}
		.open #nav_toggle span:nth-child(2) {
			width: 0;
			left: 50%;
			background: #fff;
		}
		.open #nav_toggle span:nth-child(3) {
			top: 10px;
			-webkit-transform: rotate(-135deg);
			-moz-transform: rotate(-135deg);
			transform: rotate(-135deg);
			background: #fff;
		}
}


/*--#main ----------------------------------------------------------*/
main {
  padding-top: 80px;
  background: url("../images/contents_back.png") no-repeat right bottom;
  background-size: auto 660px;
}

main .contents_inner {
  font-size: 16px;
  padding: 80px 0 0;
}


/*--Retina--*/
@media screen and (max-width: 900px) {
  main { padding-top: 66px; background: none; } 
  main .contents_inner { padding: 40px 0 0; }
}

/*--#main_img----------------------------------------------------------*/
#main_img {
  width: 100%;
  padding: 0;
  height: calc(100vh - 80px);
  background: url("../images/main_image.png") no-repeat center top;
  background-size: cover;
  color: #fff;
  overflow: hidden;
  position: relative;
}

.main_img_txt {
  padding-left: 10px;
  margin-bottom: 30px;
  border-left: 3px solid #ff0000;
  font-size: 40px;
  line-height: 1;
  letter-spacing: 0.1em;
  animation-name: slideInRight;
  animation-duration: 1s;
  animation-timing-function: ease-out;
}

.main_img_catch {
  margin-bottom: 25px;
  font-size: 56px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.1em;
  animation-name: slideInRight;
  animation-duration: 1s;
  animation-timing-function: ease-out;
}

.main_img_catch > span { border-bottom: 1px solid #ff0000; display: inline-block; }
.main_img_catch span span { color: #ff0000; }

#main_img h2 {
  animation-name: slideInRight;
  animation-duration: 1s;
  animation-timing-function: ease-out;
}

@keyframes slideInRight {
  from {
    opacity: 0;
    transform: translateX(50px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

.main_img_txt.scrollin,
.main_img_catch.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}

.btn_scroll {
  bottom: 40px;
  left: 50%;
  position: absolute;
}

/*--Retina--*/
@media screen and (max-width: 900px) {
  #main_img {
    padding-bottom: 80px;
    height: auto;
    background: url("../images/sp_main_image.png") no-repeat right top;
    background-size: cover;
  }
  #main_img .contents_inner { padding: 20px 0; }
  .main_img_txt { padding-left: 10px; margin-bottom: 10px; font-size: 20px; }
  .main_img_catch { margin-bottom: 15px; font-size: 22px; line-height: 1.5; }
  #main_img h2 img { zoom: 0.4; }
  .btn_scroll img { zoom: 0.6; }
  .btn_scroll { bottom: 20px; }
}


/*--#service-----------------------------------------------------*/
#service {
  padding-top: 60px;
  margin-top: 60px;
  display: flex;
  z-index: 0;
  justify-content: space-between;
}

.service_box01 {
  padding: 23px 10px;
  background: url("../images/service_back01.png") no-repeat right center;
  background-size: cover;
  width: 52%;
  color: #fff;
  text-align: right;
  z-index: 5;
  opacity: 0;
  transform: translate(-50px, 0);
  transition: all 400ms;
  box-sizing: border-box;
}

.service_box01 .box_inner {
  margin: 50px 130px 0 auto;
  display: inline-block;
  text-align: left;
}

.service_box01 h2 {
  font-size: 56px;
  margin-bottom: 40px;
  padding-left: 15px;
  border-left: 3px solid #fff;
  font-weight: normal;
  letter-spacing: 0.1em;
}

.service_box01 p {
  margin-bottom: 30px;
  font-size: 16px;
}

.service_box02 {
  padding: 48px 0 8px;
  background: url("../images/service_back02.png") no-repeat left center;
  background-size: cover;
  width: 52%;
  margin-left: -4%;
  opacity: 0;
  transform: translate(50px, 0);
  transition: all 400ms;
  display: flex;
  align-items: center;
}

.service_box01.scrollin,
.service_box02.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}

.service_box02 ul {
  width: 360px;
  margin: 0 10px 10px 130px;
}

.service_box02 ul li {
  width: 100%;
  margin-bottom: 40px;
  font-size: 32px;
  background-color: #ff0000;
  color: #fff;
  text-decoration: none;
  position: relative;
}
.service_box02 ul li:after,
.service_box02 ul li:before {
  border: solid transparent;
  content: '';
  height: 0;
  width: 0;
  pointer-events: none;
  position: absolute;
  left: 100%;
  top: 50%;
}
.service_box02 ul li:after {
  border-color: rgba(255, 0, 0, 0);
  border-top-width: 38px;
  border-bottom-width: 38px;
  border-left-width: 20px;
  border-right-width: 20px;
  margin-top: -38px;
  border-left-color: #ff0000;
}
.service_box02 ul li:before{
  border-color: rgba(255, 0, 0, 0);
  border-top-width: 39px;
  border-bottom-width: 39px;
  border-left-width: 20px;
  border-right-width: 20px;
  margin-top: -39px;
  margin-left: 1px;
  border-left-color: #ff0000;
}
.service_box02 ul li:hover {
  opacity: 0.8;
  cursor: pointer;
}

.service_box02 ul li a,
.service_box02 ul li a:visited {
  display: block;
  padding: 10px;
  line-height: 55px;
  width: 100%;
  height: 55px;
  color: #fff;
  text-decoration: none;
}

.service_box02 ul li a:after {
  content: ' ';
  background: url("../images/btn_play.png") no-repeat left top;
  background-size: cover;
  position: absolute;
  width: 24px;
  height: 24px;
  top: 25px;
  right: 0;
}

/*--Retina--*/
@media screen and (max-width: 960px) {
  .service_box02 ul { width: 60%; }
  .service_box02 ul li { font-size: 23px; }
}

@media screen and (max-width: 900px) {
  #service { padding-top: 66px; margin-top: 0; display: block; }
  .service_box01 { width: 95%; height: auto;}
  .service_box01 .box_inner { margin: 20px 50px 0 20px; }
  .service_box01 h2 { font-size: 30px; margin-bottom: 20px; padding-left: 10px; }
  .service_box01 p { margin-bottom: 15px; font-size: 14px; }

  .service_box02 { width: 95%; height: auto; margin: 0 0 0 auto; padding: 20px 0 10px; position: relative; }
  .service_box02 ul { margin: 0; padding: 20px 50px; }
  .service_box02 ul li { margin: 0 auto 10px 50px; font-size: 18px; width: 220px; }
  .service_box02 ul li:after {
    border-top-width: 25px;
    border-bottom-width: 25px;
    border-left-width: 17px;
    border-right-width: 17px;
    margin-top: -25px;
  }
  .service_box02 ul li:before{
    border-top-width: 26px;
    border-bottom-width: 26px;
    border-left-width: 17px;
    border-right-width: 17px;
    margin-top: -26px;
    margin-left: 1px;
  }
  .service_box02 ul li a,
  .service_box02 ul li a:visited { line-height: 30px; height: 30px; }
  .service_box02 ul li a:after { width: 13px; height: 13px; top: 18px; }
}


/*--#movie -----------------------------------------------------------*/
#movie {
  margin-top: 100px;
  text-align: center;
}

#movie h2 {
  color: #ff0000;
  font-size: 64px;
  font-weight: normal;
  display: inline-block;
  margin-bottom: 50px;
  line-height: 1;
  border-bottom: 3px solid #ff0000;
}

.movie_area {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.movie_box {
  width: 48%;
  margin-top: 40px;
}

.movie_box img {
  max-width: 480px;
  width: 100%;
}
.movie_box p {
  margin-top: 10px;
  font-size: 20px;
}

/*--Retina--*/
@media screen and (max-width: 900px) {
  #movie { margin-top: 0; padding-top: 40px; }
  #movie h2 { font-size: 32px; margin-bottom: 25px; border-bottom: 2px solid #ff0000; }
  .movie_area { display: block; }
  .movie_box { width: 100%; margin: 20px auto 0; }
  .movie_box p { font-size: 15px; }
}


/*--#profile-----------------------------------------------------------*/
#profile {
  margin-top: 80px;
  padding-top: 80px;
}

.profile_inner {
  height: 600px;
  color: #fff;
  background: url("../images/profile_back.png") no-repeat center bottom;
  background-size: cover;
  position: relative;
}

#profile .contents_inner {
  width: 990px;
  padding-top: 160px;
}

#profile h2 {
  width: 40%;
  font-size: 56px;
  margin-left: auto;
  padding: 0 10px 0 15px;
  border-left: 3px solid #fff;
  font-weight: normal;
  letter-spacing: 0.1em;
}

.profile_box {
  position: absolute;
  bottom: 30px;
  padding-left: 20px;
}

.profile_box dl dt {
  float: left ;
  clear: left ;
  margin-right: 0.5em;
  width: 100px;
  margin-top: 30px;
}

.profile_box dl dd {
  float: left;
  margin-left: 1em;
  margin-top: 30px;
}

/*--Retina--*/
@media screen and (max-width: 900px) {
  #profile { margin-top: 0; padding-top: 66px; }
  .profile_inner { height: auto; padding-top: 20px; background: url("../images/sp_profile_back.png") no-repeat 37% top; background-size: cover; }
  #profile .contents_inner { width: 90%; padding: 10px 0 20px; display: flex; align-items: center; justify-content: space-between; }
  #profile h2 { width: 28%; font-size: 30px; margin-left: 0; padding: 0 0 0 10px; order: 2; }
  .profile_box { width: 72%; position: relative; bottom: 0; padding: 0 20px 0 0; font-size: 14px; order: 1; }
  .profile_box dl dt { width: auto; margin-top: 0; float: none; display: block; }
  .profile_box dl dd { margin: 0 0 10px 1em; display: block; }
}


/*--#contact-----------------------------------------------------*/
#contact {
  margin-top: 70px;
  padding-top: 70px;
}

#contact .contents_inner {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  padding: 65px 0;
  text-align: center;
  color: #fff;
  background: url("../images/contact_back.png") no-repeat center bottom;
  background-size: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#contact h2 {
  display: inline-block;
  margin-left: 10%;
  font-size: 56px;
  padding-left: 15px;
  border-left: 3px solid #fff;
  font-weight: normal;
  letter-spacing: 0.1em;
}

#contact .contact_box { margin-right: 15%; }
#contact .contact_box p {
  margin-bottom: 40px;
}
#contact .contact_box a:hover {
  opacity: 0.8;
  cursor: pointer;
}

/*--Retina--*/
@media screen and (max-width: 850px) {
  #contact .contents_inner { padding: 40px 0 30px; }
}

@media screen and (max-width: 900px) {
  #contact { margin-top: 0; padding-top: 66px; background: url("../images/sp_contents_back.png") no-repeat right bottom; }
  #contact .contents_inner {
    width: 100%;
    padding: 0 5%;
    height: 200px;
    background: url("../images/sp_contact_back.png") no-repeat center center;
  }
  #contact h2 { font-size: 30px; margin-left: 0; padding-left: 10px; }
  #contact .contact_box { margin-right: 0; }
  #contact .contact_box p { margin-bottom: 20px; font-size: 14px; }
  #contact .contact_box p img { zoom: 0.5;}
}


/*--footer----------------------------------------------------------*/
#footer {
  width: 100%;
  padding: 40px 0;
  color: #000;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
}

/*--Retina------------------------------------------------------------*/
@media screen and (max-width: 900px) {
  #footer { padding: 20px 0; }
}


/*--style----------------------------------------------------------*/
.sp { display: none; }


/*--Retina------------------------------------------------------------*/
@media screen and (max-width: 900px) {
	.pc { display: none; }
	.sp { display: block; }
}
