@charset "utf-8";
/* CSS Document */

/* Base */
.l-content-body, .l-wrapper, .l-content, .l-content-main {
  padding: 0;
  margin: 0;
  max-width: 100%;
}
.l-content-main {
	background-image: url('../img/hdg_main_bg_02.jpg');
	background-attachment: fixed;
	background-color: #000;
}
.hdg-bkbg {
	background-color: rgba(0,0,0,0.6);
}
.cont-download {
	max-width: 1000px;
	margin: auto;
	text-align: center;
	color: #fff;
  font-family: "Yu Mincho", YuMincho, \006e38\00660e\00671d, \0030d2\0030e9\0030ae\0030ce\00660e\00671d\0020\0050\0072\006f\004e\0020\0057\0033, "Hiragino Mincho ProN", \0048\0047\00660e\00671d\0045, \00ff2d\00ff33\0020\00ff30\00660e\00671d, \00ff2d\00ff33\0020\00660e\00671d, serif;
	font-size: 1.5rem;
}
.cont-download ul {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
	list-style: none;
	gap: 30px;
}
.cont-tweet {
margin-top: 100px;
	font-size: 2.5rem;
}
.cont-tweet img {
	max-width: 100px;
}
.m-list-btn {
	margin-top: 100px;
	padding-bottom: 100px;
}
.t-mode-rwd .l-content-main {
  padding: 0 !important;
}
.t-mode-rwd .l-header {
  z-index: -100;
}
.t-mode-rwd.is-sticky .l-header {
  z-index: 1001;
}
.article-inner {
  max-width: 1030px;
  margin: 0 auto;
  padding: 70px 15px;
}
.article-inner > *:first-child {
  margin-top: 0;
}
.article-inner > *:last-child {
  margin-bottom: 0;
}
.sp-only {
  display: none;
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
  .t-mode-rwd .l-content-body[data-type="full"] .l-content-main {
    padding: 0 !important;
  }
  .l-footer {
    margin-top: -1px;
  }
}
@media screen and (min-width: 768px) {
  .l-content-related[data-type="full"] {
    max-width: 1000px;
    float: none;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 80px 15px 100px;
  }
  .t-mode-rwd[data-type="simple"] .l-content {
    margin-top: -110px;
  }
}
@media screen and (max-width: 767px) {
  html[lang="ja"] .m-header-logo {
    margin-left: 0 !important;
    left: 12px !important;
  }
  .l-content-body[data-type="full"] {
    margin: 0;
  }
  .l-content-related[data-type="lp"] {
    margin: 0;
  }
  .t-mode-rwd[data-type="simple"] .l-wrapper {
    padding-top: 0;
  }
  .article-inner {
    padding: 55px 10px;
  }
  .t-mode-rwd[data-type="simple"] .l-footer {
    position: relative;
    z-index: 5;
  }
  .sp-only {
    display: block;
  }
  .pc-only {
    display: none;
  }
	.cont-download {
		max-width: 100%;
		padding: 0 10px;
		font-size: 1.2rem;
	}
	.cont-download ul {
		display: flex;
		flex-direction: column;
		justify-content: center;
		gap: 30px 0;
	}
	.cont-download ul li {
		margin: auto;
		width: 60%;
	}
}
/* Campaign Theme */
body {
  background-color: #1e1e1e;
	color: #ccc;
}

/* Main Visual */
.hdg-main {
  width: 100%;
  margin: 0;
  text-align: center;
	color: #fff;
  font-family: "Yu Mincho", YuMincho, \006e38\00660e\00671d, \0030d2\0030e9\0030ae\0030ce\00660e\00671d\0020\0050\0072\006f\004e\0020\0057\0033, "Hiragino Mincho ProN", \0048\0047\00660e\00671d\0045, \00ff2d\00ff33\0020\00ff30\00660e\00671d, \00ff2d\00ff33\0020\00660e\00671d, serif;
}
.hdg-main-inner {
  padding: 80px 50px;
  position: relative;
  margin: 0;
	width: 100%;
  display: flex;
	flex-direction: column;
  justify-content: center;
  align-items: center;
}
.hdg-main-logo {
  max-width: 140px;
}
.hdg-main-logo > img {
  width: 100%;
}
.hdg-main h1 {
  font-size: 6.5rem;
	margin-top: 40px;
	position: relative;
}
.hdg-main h1 span {
	font-size: 3.0rem;
}
.hdg-main h1::after {
  content: '';
	width: 10vw;
	max-width: 200px;
	min-width: 160px;
	height: 5vw;
	max-height: 100px;
	min-height: 80px;
	position: absolute;
	right: 0;
	bottom: 110%;
	background: url("../img/hdg_main_airplane.jpg") no-repeat;
	background-size: contain;
}
.hdg-main .hdg-lead-box {
  font-size: 3.3rem;
	padding: 30px;
	margin-top: 80px;
	width: 100%;
	max-width: 1000px;
	background-color: rgba(161,161,161,0.10);
	-webkit-backdrop-filter: blur(6px);
	backdrop-filter: blur(6px);
	position: relative;
}
@media all and (-ms-high-contrast:none){
  .hdg-main .hdg-lead-box {
    background-color: rgba(75,75,75,.7); /* IE */
  }
}
.hdg-lead-box::before, .hdg-lead-box::after {
  content: '';
	width: 10vw;
	max-width: 180px;
	min-width: 160px;
	height: 7vw;
	max-height: 120px;
	min-height: 100px;
	border: 3px solid #fff;
	position: absolute;
	box-shadow: 0px 3px 6px #000;
}
.hdg-lead-box::before {
	background: url("../img/hdg_main_photo_01.jpg");
	background-size: cover;
	transform: rotate(-7deg);
	right: 30px;
	top: -40px;
}
.hdg-lead-box::after {
	background: url("../img/hdg_main_photo_02.jpg");
	background-size: cover;
	transform: rotate(8deg);
	left: 30px;
	bottom: -30px;
}

.hdg-bottom-lead {
  font-size: 1.5rem;
	margin-top: 80px;
}
@media screen and (min-width: 768px) and (max-width: 1023px){
  .hdg-main h1 {
    font-size: 4rem;
  }
	.hdg-main h1 span {
		font-size: 3.2rem;
	}
  .hdg-main .hdg-lead-box {
    font-size: 2.8rem;
  }
  .hdg-lead-box::before, .hdg-lead-box::after {
    min-width: 120px;
    min-height: 80px;
  }
  .hdg-lead-box::before {
    right: 30px;
    top: -40px;
  }
  .hdg-lead-box::after {
    left: 30px;
    bottom: -30px;
  }
	.hdg-bottom-lead {
    font-size: 2.2rem;
	}
}
@media screen and (max-width: 767px) {
  .hdg-main-inner {
		padding: 30px 10px 20px;
  }
  .hdg-main h1 {
    font-size: 3.4rem;
  }
  .hdg-main h1::after {
    min-width: 100px;
    min-height: 50px;
    right: 0;
    bottom: 110%;
  }
  .hdg-main h1 span {
    font-size: 2.4rem;
  }
  .hdg-main .hdg-lead-box {
    font-size: 2.4rem;
  }
  .hdg-lead-box::before, .hdg-lead-box::after {
    min-width: 120px;
    min-height: 80px;
  }
  .hdg-lead-box::before {
    right: 10px;
    top: -70px;
  }
  .hdg-lead-box::after {
    left: 10px;
    bottom: -70px;
  }
	.hdg-bottom-lead {
    margin-top: 30px;
		font-size: 1.2rem;
  }
	.hdg-main-logo {
		max-width: 80px;
	}
}