@charset "UTF-8";
@import url(normalize.css);
@import url(reset.css);
@import url(hack.css);

.sp {display:none !important;}
.pc {}

img {vertical-align: middle;}

body {
	font-family: 'Noto Sans JP', serif;
}

/*--フェードイン--*/

/*左から右にフェードイン*/
.left-to-right {
  opacity: 0.1;
  transform: translateX(-150px);
  transition: all 1s;
}
.left-to-right.scrollin {
  opacity: 1;
  transform: translate(0);
}

/*右から左にフェードイン*/
.left-to-left {
  opacity: 0.1;
  transform: translateX(150px);
  transition: all 1s;
}
.left-to-left.scrollin {
  opacity: 1;
  transform: translate(0);
}

/*下から上にフェードイン*/
.down-to-top {
  opacity: 0.1;
  transform: translateY(50px);
  transition: all 1s;
}
.down-to-top.scrollin {
  opacity: 1;
  transform: translateY(0);
}

.fadeinbox1 {transition-delay: 0s;}
.fadeinbox2 {transition-delay: 0.5s;}
.fadeinbox3 {transition-delay: 1s;}
.fadeinbox4 {transition-delay: 1.5s;}
.fadeinbox5 {transition-delay: 2s;}

nav {display: none;}

/* ローディング画面 */
.loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 1000;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  animation: fadeOut 1.5s 2.5s forwards;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    visibility: hidden;
  }
}

.loading__logo {
  opacity: 0;
  animation: logo_fade 2s 0.5s forwards;
  width: 62px;
}

@keyframes logo_fade {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }

  60% {
    opacity: 1;
    transform: translateY(0);
  }

  100% {
    opacity: 0;
  }
}

header {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	box-sizing: border-box;
	padding: 30px 50px;
	margin-bottom: 30px;
	position: relative;
	z-index: 100;
}

header .logo {
	width: auto;
	margin-right: 20px;
}

header .comment {
	width: auto;
	padding: 17px 0 0 0;
}

header .link {
	width: auto;
	position: fixed;
	top: 30px;
	right: 50px;
}

header .link a {
	width: auto;
	display: inline-block;
	background: #9c0a17;
	padding: 13px 60px 13px 40px;
	border-radius: 100px;
	color: #fff;
	position: relative;
	font-size: 0.9em;
}

header .link a i {
	background: url("../Images/yajirushi.png") center center no-repeat;
	width: 25px;
	height: 25px;
	position: absolute;
	right: 20px;
	top: 15px;
}

.section1 {
	width: 100%;
	position: relative;
	z-index: 2;
}

.section1_area {
	width: 1000px;
	height: auto;
	min-height: 10px;
	margin: 0 auto;
}

.section1_area h2 {
	width: 100%;
	font-size: 3.8em;
	font-weight: 900;
	letter-spacing: 0.2em;
	margin-bottom: 30px;
	color: #cc0000;
}

.section1_area .text {
	width: 100%;
	line-height: 2em;
	letter-spacing: 0.2em;
	font-weight: 900;
	font-size: 2.2em;
}

.section1_area .text span {
	color: #cc0000;
}

.section2 {
	width: 100%;
	min-height: 700px;
	max-height: 700px;
	position: relative;
	overflow: hidden;
	z-index: 1;
}

.section2 video {
	width: 100%;
	height: 100%;
}

.bg01 {
	width: 100%;
	height: 150px;
	background: url("../Images/bg01.png") bottom left no-repeat;
	background-size: cover;
	position: absolute;
	left: 0;
	top: -10px;
}

.bg02 {
	width: 100%;
	height: 150px;
	background: url("../Images/bg02.png") top left no-repeat;
	background-size: cover;
	position: absolute;
	left: 0;
	bottom: -10px;
}

.black {
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.35);
	position: absolute;
	left: 0;
	top: 0;
}

.silhouette {
	width: 368px;
	height: 443px;
	background: url("../Images/silhouette.png") center center no-repeat;
	position: absolute;
	left: 0;
	top: 0;
}

.scroll {
	width: 60px;
	height: 60px;
	background: url("../Images/scroll.png") center center no-repeat;
	position: absolute;
	left: 50%;
	bottom: -150px;
	transform: translateX(-50%);
	-webkit- transform: translateX(-50%);
}

.section3 {
	width: 100%;
	position: relative;
	margin: 50px 0;
}

.section3_area {
	width: 1200px;
	height: auto;
	min-height: 10px;
	margin: 0 auto;
}

.section3_box {
	width: 100%;
	position: relative;
	z-index: 2;
}

.section3_box h2 {
	width: 100%;
	text-align: left;
	position: relative;
	font-size: 2em;
	font-weight: 900;
	letter-spacing: 0.2em;
	border-bottom: 1px solid #eeeeee;
	padding-bottom: 20px;
	margin-bottom: 30px;
}

.section3_box h2 i {
	width: 170px;
	height: 1px;
	background: #9c0a17;
	position: absolute;
	left: 0;
	bottom: -1px;
}

.section3_box .text {
	width: 100%;
	text-align: left;
}

.section3_box .iframe_box {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

.section3_box .iframe_box div {
	width: 49%;
	margin-right: 2%;
	margin-bottom: 30px;
}

.section3_box .iframe_box div:nth-child(2n) {
margin-right: 0;
}

.section3_box .iframe_box div iframe {
	width: 100%;
}

.section3_box .iframe_box div video {
	width: 100%;
}

.bg03 {
	width: 900px;
	height: 522px;
	background: url("../Images/bg03.png") left center no-repeat;
	background-size: cover;
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 1;
}

.section4 {
	width: 100%;
	position: relative;
	padding: 140px 0 90px 0;
	background: #ecebf3;
}

.section4_area {
	width: 1200px;
	height: auto;
	min-height: 10px;
	margin: 0 auto;
}

.bg04 {
	width: 100%;
	height: 155px;
	background: url("../Images/bg04.png") bottom left no-repeat;
	background-size: cover;
	position: absolute;
	left: 0;
	top: -30px;
}

.bg05 {
	width: 100%;
	height: 161px;
	background: url("../Images/bg05.png") bottom left no-repeat;
	background-size: cover;
	position: absolute;
	left: 0;
	bottom: -30px;
}

.section4_box {
	width: 100%;
	padding: 50px 0 0 0;
	box-sizing: border-box;
}

.banner_box {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	padding: 0 290px;
	box-sizing: border-box;
}

.banner_box a {
	width: 47%;
	margin-right: 6%;
	margin-bottom: 20px;
	display: inline-block;
}

.banner_box a:nth-child(2n) {
	margin-right: 0;
}

.banner_box a .img {
	width: 100%;
	margin-bottom: 5px;
}

.banner_box a .img img {
	width: 100%;
}

.banner_box a .text {
	width: 100%;
	text-align: left;
	font-size: 0.7em;
	color: #222222;
}

.banner_box a .text::after {
	content: url("../Images/link_icon.png");
	margin-left: 5px;
}

.section5 {
	width: 100%;
	position: relative;
	margin: 80px 0;
}

.section5_area {
	width: 1200px;
	height: auto;
	min-height: 10px;
	margin: 0 auto;
}

.section5_box {
	width: 100%;
	position: relative;
	z-index: 2;
}

.section5_box h2 {
	width: 100%;
	text-align: left;
	position: relative;
	font-size: 2em;
	font-weight: 900;
	letter-spacing: 0.2em;
	border-bottom: 1px solid #eeeeee;
	padding-bottom: 20px;
	margin-bottom: 30px;
}

.section5_box h2 i {
	width: 170px;
	height: 1px;
	background: #9c0a17;
	position: absolute;
	left: 0;
	bottom: -1px;
}

.section5_inbox {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

.section5_inbox .left {
	width: 40%;
	margin-right: 5%;
}

.section5_inbox .left .text {
	width: 100%;
	text-align: left;
	margin-bottom: 20px;
}

.section5_inbox .left .inbox {
	width: 100%;
	border-radius: 13px;
	background: #f5f5f5;
	padding: 30px;
	box-sizing: border-box;
	text-align: left;
}

.section5_inbox .left .inbox .title {
	font-weight: 600;
	width: 100%;
	margin-bottom: 15px;
}

.section5_inbox .left .inbox ul {
	width: 100%;
}

.section5_inbox .left .inbox ul li {
	width: 100%;
}

.section5_inbox .left .inbox ul li span {
	color: #9c0a17;
}

.section5_inbox .right {
	width: 55%;
	padding: 0 20px;
	box-sizing: border-box;
}

.section5_inbox .right img {
	width: 100%;
}

footer {
	width: 100%;
	background: #222222;
	box-sizing: border-box;
	padding: 100px 0 40px 0;
	position: relative;
}

.footer_area {
	width: 1200px;
	height: auto;
	min-height: 10px;
	margin: 0 auto;
}

.bg06 {
	width: 100%;
	height: 136px;
	background: url("../Images/bg06.png") bottom left no-repeat;
	background-size: cover;
	position: absolute;
	left: 0;
	top: -50px;
}

.footer_box {
	width: 100%;
}

.footer_box .text {
	width: 100%;
	text-align: right;
	color: #fff;
	font-weight: 600;
	font-size: 0.9em;
	margin-bottom: 10px;
}

.footer_box .text2 {
	width: 100%;
	text-align: right;
	color: #fff;
	font-size: 0.8em;
}


.section6 {
	width: 100%;
	position: relative;
	margin: 50px 0;
}

.section6_area {
	width: 1200px;
	height: auto;
	min-height: 10px;
	margin: 0 auto;
}

.section6_box {
	width: 100%;
	position: relative;
	z-index: 2;
}

.section6_box h2 {
	width: 100%;
	text-align: left;
	position: relative;
	font-size: 2em;
	font-weight: 900;
	letter-spacing: 0.2em;
	border-bottom: 1px solid #eeeeee;
	padding-bottom: 20px;
	margin-bottom: 30px;
}

.section6_box h2 i {
	width: 170px;
	height: 1px;
	background: #9c0a17;
	position: absolute;
	left: 0;
	bottom: -1px;
}

.section6_box .subtitle {
	width: 100%;
	text-align: left;
	font-weight: 700;
	font-size: 1.2em;
	padding-top: 20px;
	margin-bottom: 20px;
}

.section6_box .table {
	width: 100%;
}

.section6_box .table table {
	width: 100%;
}

.section6_box .table table th {
	box-sizing: border-box;
}

.section6_box .table table th:nth-child(1) {
	width: 15%;
}

.section6_box .table table th:nth-child(2) {
	padding-left: 10px;
	padding-right: 10px;
	box-sizing: border-box;
	width: 15%;
}

.section6_box .table table th p {
	background: #f5f5f5;
	font-size: 0.9em;
	text-align: center;
	font-weight: 600;
	padding: 7px 0;
	border-radius: 7px;
	margin-bottom: 10px;
}

.section6_box .table table td {
	line-height: 2.4em;
	padding: 0 10px;
	box-sizing: border-box;
}

.section6_box .table table td.ce {
	text-align: center;
}

.section6_box .table table td.yellow {
	background: rgba(234,229,115,1.00);
}

.section6_box .r_text {
	width: 100%;
	text-align: left;
	font-weight: 700;
	font-size: 0.9em;
	padding-top: 20px;
	margin-bottom: 40px;
	color: #ff0000;
}



















