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

/* Base */
.l-content-body, .l-wrapper, .l-content, .l-content-main {
  padding: 0;
  margin: 0;
  max-width: 100%;
}
.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;
  }
}

/* Section Color */
section {
  background-color: transparent;
  color: #ccc;
}
section.prise {
  background: url("../img/img_prise_bg.jpg") bottom center;
	background-size: cover;
	color: #f2f2f2;
}
section[data-type="blk"] {
  background-color: #1e1e1e;
  color: #FFF;
	text-align: center;
}
section[data-type="gray"] {
  background-color: #444;
  color: #FFF;
}
section.introduction {
  -webkit-backdrop-filter: blur(10px);
	backdrop-filter: blur(10px);
  background-color: rgba(45, 45, 45, 0.4);
}

/* Campaign Theme */
body {
  background-color: #1e1e1e;
	color: #ccc;
}

/* Main Visual */
.hdg-main {
  width: 100%;
  margin: 0;
  background: #000000 url("../img/hdg_main_bg_01.jpg") center center;
  background-size: cover;
  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: 4.6rem;
	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: 2.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: 100px;
  }
}

/* Lead Sction */
.lead-section {
  background: rgba(255,255,255,.7);
	padding: 70px 0 70px 25%;
}
.lead-section::before {
  content: '';
  background: url("../img/fixed_bg_01.jpg") center center;
	background-size: cover;
	position: fixed;
	top: 0;
	left: 0;
	z-index: -10;
	width: 100%;
	height: 100vh;
}
.lead-section-img {
  width: 100%;
	position: relative;
}
.lead-section-img > * {
  margin: 0;
	width: 100%;
}
.lead-section-text {
  font-size: 3.4rem;
	position: absolute;
	bottom: 24%;
	left: -23rem;
	letter-spacing: 0.5rem;
	color: #000;
  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;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .lead-section {
    padding: 50px 0 50px 20%;
  }
  .lead-section-text {
    font-size: 2.2rem;
    bottom: 24%;
    left: -12rem;
    letter-spacing: 0.2rem;
  }
}
@media screen and (max-width: 767px) {
  .lead-section {
    padding: 30px 10px;
  }
  .lead-section-text {
    font-size: 2rem;
		margin-top: 20px;
		position: relative;
		text-align: center;
		bottom: auto;
		left: auto;
  }
}


/* Hedding h2 */
.hdg-sec-lv2 {
  text-align: center;
  color: #f2f2f2;
	margin-bottom: 50px;
}
.hdg-sec-lv2 h2 {
  font-size: 3.8rem;
  letter-spacing: 0.2rem;
}
.hdg-sec-lv2 h2 > span {
  display: inline-block;
}
.hdg-sec-lv2 + * {
  margin-top: 0 !important;
}
@media screen and (max-width: 767px) {
  .hdg-sec-lv2  {
    margin-bottom: 30px;
  }
	.hdg-sec-lv2 h2 {
    font-size: 2rem;
		letter-spacing: 0.1rem;
  }
}

/* Hedding h3 */
.hdg-sec-lv3 {
  text-align: center;
  color: #333;
	margin-bottom: 26px;
}
.hdg-sec-lv3 h3 {
  font-size: 3.3rem;
  letter-spacing: 0.2rem;
  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-sec-lv3 h3 > span {
  display: inline-block;
}
.hdg-sec-lv3 + * {
  margin-top: 0 !important;
}
@media screen and (max-width: 767px) {
  .hdg-sec-lv3  {
    margin-bottom: 30px;
  }
	.hdg-sec-lv3 h3 {
    font-size: 3.0rem;
		letter-spacing: 0.1rem;
  }
}

/* Prise Box */
.m-prise-box {
  margin-top: 40px;
	background: rgba(85,85,85,.8);
	padding: 25px;
}
.m-prise-box .m-prise-list {
  display: flex;
	margin: 50px 0 0 -20px;
}
.m-prise-box .m-prise-list:first-child {
	margin: 0 0 0 -20px;
}
.m-prise-list:nth-of-type(even) {
  flex-direction: row-reverse;
}
.m-prise-list > * {
  padding-left: 20px;
}
.m-prise-img {
  width: 40%;
}
.m-prise-img > img {
  width: 100%;
}
.m-prise-detail {
  width: 60%;
}
.m-prise-detail h3 {
  display: flex;
	font-size: 2.5rem;
	line-height: 2.5rem;
	align-items: flex-end;
}
.m-prise-detail h3::before {
	content: '';
	display: inline-block;
	width: 4.0rem;
	height: 4.0rem;
	background: url("../img/icn_award.svg") no-repeat;
	background-size: contain;
}
.m-prise-detail .m-line {
  position: relative;
}
.m-prise-detail .m-line::after {
  content: url("../img/icn_star.svg");
	width: 32px;
	height: 32px;
	position: absolute;
	right: 0;
	bottom: -16px;
}
.m-accordion .m-list-order {
	line-height: 2.5rem;
}
@media screen and (max-width: 767px) {
  .m-prise-box {
    padding: 15px;
  }
  .m-prise-box .m-prise-list {
    flex-direction: column;
		margin: 50px 0 0 0;
  }
  .m-prise-box .m-prise-list:first-child {
    margin: 0;
  }
  .m-prise-list:nth-of-type(even) {
    flex-direction: column;
  }
  .m-prise-list > * {
    padding-left: 0;
  }
  .m-prise-img {
    width: 100%;
  }
  .m-prise-detail {
    width: 100%;
  }
  .m-prise-detail h3 {
    font-size: 2rem;
    line-height: 2rem;
		margin-top: 20px;
  }
  .m-prise-detail h3::before {
    width: 3.2rem;
    height: 3.2rem;
  }
  .m-prise-detail .m-line {
    margin: 18px 0;
  }
}




.m-hdg-lv2 .m-hdg {
	border-left: 3px solid #FFF;
}
.m-grid__content .m-grid__txtaria {
	background-color: #FFF;
	padding: 25px 19px 23px;
	color: #333;
	text-align: center;
	height: 100%;
}
.m-grid__content .m-grid__txtaria p {
	font-size: 1.5rem;
}
.m-footer-social {
	margin: 26px auto 0;
}
.js-accordion {
	color: #FFF;
}
.m-accordion__icn::before {
    background-position: -162px -10px;
    background-image: url(../img/icn_sprite.svg);
}
.m-accordion > li > a.is-active > span::before {
    background-position: -186px -10px;
}
.m-box-contact {
	background-color: #FFF;
	color: #333;
	border: none;
}
.m-box-contact__info img {
	vertical-align: middle;
}
.m-box-contact__info span {
	vertical-align: middle;
}
.m-box-contact__hdg {
	font-size: 2.0rem;
}
.m-list-btn {
	max-width: 450px;
	margin: 60px auto 0 !important;
}

@media screen and (max-width: 767px) {
	.m-grid__content {
		margin-bottom: 30px;
	}
	.m-grid__content:last-child {
		margin-bottom: 0;
	}
	.m-list-btn {
		max-width: initial;
	}
}










/* FadeIn Animation */
/*
.fadein {
	opacity : 0;
	transform : translate(0, 50px);
	transition : all 500ms;
}
.fadein.scrollin {
	opacity : 1;
	transform : translate(0, 0);
}
.hdg-main > * {
	opacity : 0;
	transform : translate(0, 50px);
	transition : all 500ms;
}
.hdg-main.loaded > * {
	opacity : 1;
	transform : translate(0, 0);
}
.hdg-main.loaded > *:nth-child(2) {
	transition-delay: .2s;
}
.hdg-main.loaded > *:nth-child(3) {
	transition-delay: .4s;
}
.hdg-main.loaded > *:nth-child(4) {
	transition-delay: .6s;
}
.hdg-main.loaded > *:nth-child(5) {
	transition-delay: .8s;
}
.hdg-main.loaded > *:nth-child(6) {
	transition-delay: 1s;
}
.hdg-main.loaded > *:nth-child(7) {
	transition-delay: 1.2s;
}
.hdg-main.loaded > *:nth-child(8) {
	transition-delay: 1.4s;
}
.m-contents-list > .fadein {
	opacity : 0;
	transform : translate(0, 50px);
	transition : all 500ms;
}
.m-contents-list > .fadein.scrollin {
	opacity : 1;
	transform : translate(0, 0);
}
@media screen and (min-width: 768px) {
  .m-contents-list > .fadein.scrollin:nth-child(2) {
    transition-delay: .2s;
  }
  .m-contents-list > .fadein.scrollin:nth-child(3) {
    transition-delay: .4s;
  }
}
*/