@charset "UTF-8";

html {
	font-size: 62.5%;
	width: 100%;
	height: 100%;
	-webkit-text-size-adjust: none;
	/* scroll-behavior : smooth; */
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

body {
	width: 100%;
	height: 100%;
	color: #FFFFFF;
	font-weight: 500;
	font-size: 17px;
	font-size: 1.7rem;
	font-style: normal;
	line-height: 1.76;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	word-break: break-all;
	font-feature-settings: "palt";
	hanging-punctuation: allow-end;
	animation: fadein 1.5s ease-in forwards;
}

#container {
	background-color: #0A0F15;
}

#container rt {
	font-size: 10px;
}

#container footer {
	max-width: 100% !important;
}

#l-wrap {
	position: relative;
}

a {
	display: block;
}

a:link {
	color: #008CD3;
	text-decoration: none;
}

a:visited {
	color: #008CD3;
}

a:active {
	color: #008CD3;
}

#container a:hover {
	opacity: 0.8;
}

img {
	display: block;
	width: 100%;
	height: auto;
	border-style: none;
	vertical-align: bottom;
}

ul,
ol {
	list-style: none;
	padding: 0;
}

.u-clearfix:after {
	content: "";
	clear: both;
	display: block;
}

.u-txt_center {
	text-align: center;
}

.u-fw_600 {
	font-weight: 600;
}

#l-wrap .page-top {
	position: absolute;
	bottom: 140px;
	right: 20px;
	width: 60px;
	height: 60px;
	background: rgba(0, 0, 0, 0.6) url(/SP/AURA/ARTICLE08/IMAGES/pagetop.png) center center/contain no-repeat;
	border-radius: 50%;
	z-index: 100;
	-webkit-transition: 0.2s;
	transition: 0.2s;
	-webkit-transition: background-position 0.2s;
	transition: background-position 0.2s;
	z-index: 103;
	transition: 0.2s;
}

#l-wrap .page-top:hover {
	background-position: 0 -3px;
}

@media screen and (max-width: 768px) {
	#l-wrap .page-top {
		width: 12vw;
		height: 12vw;
	}
}

#l-wrap .page-top:hover {
	background-position: 0 -3px;
}


/* アニメーション */
.fadeup {
	opacity: 0;
}

.fadeup.is-animated {
	animation: fadeup 1.7s cubic-bezier(0.33, 1, 0.68, 1) 1 forwards;
}

@keyframes fadeup {
	0% {
		transform: translateY(30px);
		opacity: 0;
	}

	80% {
		opacity: 1;
	}

	100% {
		opacity: 1;
		transform: translateY(0);
	}
}

.slidein {
	clip-path: inset(0 100% 0 0);
	transition: 0.7s cubic-bezier(0.37, 0, 0.63, 1);
	transition-property: clip-path;
}

.slidein.is-show {
	clip-path: inset(0);
}

.c-ttl_svg {
	height: 34px;
}

.c-ttl_svg img {
	width: auto;
	height: 100%;
}

.c-ttl_l-main {
	font-size: 90px;
	font-size: 9.0rem;
	line-height: 1.1;
	display: block;
	text-align: center;
}

.c-ttl_l-sub {
	font-size: 20px;
	font-size: 2.0rem;
	line-height: 1.1;
	display: block;
	text-align: center;
	margin-top: 12px;
}

.c-ttl_h3 {
	font-size: 40px;
	font-size: 4.0rem;
	font-weight: bold;
	margin-bottom: 38px;
	text-align: center;
}

.c-ttl_h3 span {
	font-weight: bold;
}

.c-btn_arw {
	display: inline-block;
	font-weight: bold;
	padding-left: 1em;
	position: relative;
}

.c-btn_arw::after {
	content: "";
	display: inline-block;
	background-color: #008CD3;
	width: 100%;
	height: 1px;
	position: absolute;
	bottom: 0;
	left: 0;
}

.c-btn_arw span {
	position: relative;
	padding-right: 35px;
	font-weight: bold;
}

.c-btn_arw span::after {
	content: "";
	display: inline-block;
	background-image: url(/SP/AURA/ARTICLE08/IMAGES/arw_link.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	width: 27px;
	height: 13px;
	position: absolute;
	top: 50%;
	margin-top: -6px;
	right: 0;
}

.c-btn_arw.-bg {
	display: inline-block;
	font-weight: bold;
	padding-left: 0;
	background: #FFFFFF;
}

.c-btn_arw.-bg a {
	padding: 3px 18px;
}

.c-btn_bnr {
	display: block;
	max-width: 600px;
	padding: 0 20px;
	/* width: 700px; */
}

.c-btn_bnr a {
	display: block;
	color: #990012;
	background-color: #990012;
	border: 2px solid #990012;
	text-align: center;
	font-size: 20px;
	font-size: 2rem;
	/* height : 62px; */
	line-height: 62px;
	transition: 0.4s;
	padding: 0 30px;
	color: #FFFFFF;
}

.c-btn_bnr.-border a {
	background: none;
	border: 2px solid #FFFFFF;
}

.c-btn_bnr a.u-only_pc {
	display: block;
}

.c-btn_bnr a.u-only_sp {
	display: none;
}

@media screen and (min-width: 768px) {
	.c-btn_bnr a {
		white-space: nowrap;
	}
}

.c-btn_bnr a:hover {
	background-color: #FFFFFF;
	transition: 0.4s;
	color: #990012;
}

.c-btn_bnr.-border a:hover {
	background-color: #FFFFFF;
	transition: 0.4s;
	color: #0A0F15;
}

.c-btn_bnr span {
	position: relative;
	padding-right: 60px;
	/* display : block; */
}

.c-btn_bnr span::after {
	content: "";
	display: inline-block;
	background-image: url(/SP/AURA/ARTICLE08/IMAGES/icn_link.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	width: 34px;
	height: 34px;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	transition: 0.4s;
}

.c-btn_bnr a:hover span::after {
	background-image: url(/SP/AURA/ARTICLE08/IMAGES/icn_link_red.svg);
	transition: 0.4s;
}

.c-btn_bnr.-border a:hover span::after {
	background-image: url(/SP/AURA/ARTICLE08/IMAGES/icn_link_brk.svg);
	transition: 0.4s;
}

.u-txt_indent {
	text-indent: 1em;
}

.c-note_cap {
	margin-top: 6px;
}

.u-flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.u-flex.spb {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.u-flex.re {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}

.u-ta_center {
	text-align: center;
}

.u-lsp {
	letter-spacing: -2.5px;
}


/* ===================== header ===================== */

.l-header {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1;
	padding-top: 10px;
}

.l-header .l-cont_l {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	align-items: flex-start;
	padding-left: 0;
	padding-right: 7.6%;
	width: 80%;
	max-width: 80%;
}

.l-header_logo {
	padding-top: 14px;
	height: 52px;
	display: block;
}

.l-header_logo img {
	width: auto;
	height: 100%;
}

.l-header_txt {
	display: inline-block;
	font-size: 12px;
	font-size: 1.2rem;
}

.l-header_txt p span {
	display: inline-block;
	border: 1px solid #FFFFFF;
	height: 17px;
	line-height: 16px;
	text-align: center;
	width: 43px;
	margin-left: 12px;
}

@media screen and (min-width: 768px) {
	.l-header_txt {
		width: 230px;
	}
}

@media screen and (max-width: 1020px) {
	.l-header_txt {
		width: 190px;
	}
}


/* ===================== key ===================== */

.p-index_key {
	width: 100%;
	position: relative;
}

.p-index_key_inner {
	height: 100%;
	height: 100%;
	position: relative;
}

.p-index_key_inner_ttl {
	position: absolute;
	top: 10.81vw;
	left: 9vw;
	opacity: 0;
	transition: all 2s;
	color: #FFFFFF;
}

.p-index_key_inner_ttl.is-show {
	opacity: 1;
}

.p-index_key_inner_ttl h1 {
	font-size: 31px;
	display: block;
	line-height: 1.3;
	margin-bottom: 23px;
}

.p-index_key_inner_ttl .-main {
	display: inline-block;
}

.p-index_key_inner_ttl .-sub {
	font-size: 24px;
	line-height: 1;
	letter-spacing: 0.05em;
	padding: 6px 14px 8px;
	background-color: #0A0F15;
	display: inline-block;
	color: #FFFFFF;
}

@media screen and (max-width: 1300px) {
	.p-index_key_inner_ttl h1 {
		font-size: 31px;
	}

	.p-index_key_inner_ttl .-sub {
		font-size: 24px;
	}
}

.p-index_key_inner_copy span span {
	letter-spacing: 0.12em;
}

.e-copy.is-show {
	clip-path: inset(0);
}

.e-copy p {
	display: block;
	font-size: 27px;
	font-size: 2.7rem;
}

.e-copy p span {
	font-style: italic;
}

.p-index_key_inner img.u-only_pcmin {
	display: none;
}

@media screen and (max-width: 1100px) {
	.p-index_key_inner img.u-only_pc {
		display: none;
	}

	.p-index_key_inner img.u-only_pcmin {
		display: block;
	}

	.p-index_key_inner_ttl {
		font-size: 32px;
		font-size: 3.2rem;
	}

	.e-copy p {
		font-size: 26px;
		font-size: 2.6rem;
	}
}

.l-scroll {
	width: 64px;
	position: absolute;
	bottom: 8px;
	left: 50%;
	margin-left: -32px;
}

.l-scroll img {
	width: 100%;
}

.l-scroll_inner {
	width: 100%;
	display: block;
}

.l-scroll .txt {
	width: 100%;
	margin-bottom: 6px;
}

.l-scroll .arw {
	width: 24px;
	margin: auto;
	position: relative;
	height: 48px;
}

.l-scroll .arw img {
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -12px;
	animation: arrowmove 1.2s ease-in-out infinite;
}

@keyframes arrowmove {
	0% {
		bottom: -4%;
	}

	50% {
		bottom: 4%;
	}

	100% {
		bottom: -4%;
	}
}

.p-index_sec01 {
	padding-top: 58px;
	position: relative;
}

@media screen and (max-height: 720px) {
	.p-index_sec01 {
		padding-top: 280px;
	}
}

@media screen and (max-height: 860px) {
	.p-index_sec01 {
		padding-top: 160px;
	}
}

@media screen and (max-height: 910px) {
	.p-index_sec01 {
		padding-top: 140px;
	}
}

.p-index_sec01_ttl {
	text-align: center;
}

.p-index_sec01_ttl img {
	display: inline-block;
}

.p-index_sec02 .p-index_sec02_top .-inner {
	position: relative;
}

.p-index_sec02_top .-inner_txt {
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	right: 0;
}

.p-index_sec02_top .-inner_txt {
	position: absolute;
	height: 100%;
}

.p-index_sec02_top .-inner_txt .-item_wrap {
	position: relative;
	width: 100%;
	height: 100%;
}

.p-index_sec02_top .-inner_txt .-item {
	display: inline-block;
	position: absolute;
}

.p-index_sec02_top .-inner_txt .-item span {
	padding: 6px 8px 7px;
	background-color: #393939;
	color: #FFFFFF;
	font-size: 20px;
	font-size: 2.0rem;
}

.p-index_sec02_top .-inner_txt .-item01 {
	top: 18.611%;
	right: 0;
}

.p-index_sec02_top .-inner_txt .-item02 {
	top: 59.44%;
	left: 0;
}

.p-index_sec02_top .-inner_txt .-item03 {
	top: 84.3%;
	left: 0;
}

.p-index_sec02_bottom {
	padding: 38px 0;
}

@media screen and (min-width: 768px) {
	.p-index_sec02 .l-cont_s {
		padding-left: 11px;
		padding-right: 11px;
	}
}

.p-index_sec02 .c-btn_bnr_wrap {
	position: absolute;
	bottom: 3.2vw;
	left: 0;
	width: 100%;
	text-align: center;
}

@media screen and (max-width: 767px) {
	.p-index_sec02 .c-btn_bnr_wrap {
		padding: 0 4%;
		bottom: 8.5vw;
	}
}

.c-fnav a {
	display: block;
	background-color: #343939;
	color: #FFFFFF;
	padding: 12px 0;
	transition: background-color 0.2s;
}

.c-fnav a:hover {
	background-color: #2E2F2F;
	opacity: 0.96;
}

.c-fnav .-inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	max-width: 1400px;
	padding: 0 20px;
	margin: auto;
}

.c-fnav .-inner .-txt {
	display: inline-block;
	width: 680px;
	line-height: 1;
}

@media screen and (max-width: 1140px) {
	.c-fnav .-inner .-txt {
		width: 63.2%;
	}
}

.c-fnav .-inner .-txt h3 {
	font-size: 29px;
	font-size: 2.5rem;
	margin-bottom: 16px;
	letter-spacing: 0.05em;
}

.c-fnav .-inner .-txt p {
	font-size: 20.5px;
	font-size: 2.05rem;
	text-decoration: underline;
	text-align: center;
}

@media screen and (max-width: 1100px) {
	.c-fnav .-inner .-txt h3 {
		font-size: 2.3vw;
	}

	.c-fnav .-inner .-txt p {
		font-size: 1.8vw;
	}
}

.c-fnav .-inner .-img ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.c-fnav .-inner .-img {
	width: 36.76%;
}

.c-fnav .-inner .-img ul li {
	width: 32.7%;
}

.p-index_sec03 {
	padding-top: 20px;
}

.p-index_sec04 {
	padding-top: 90px;
	padding-bottom: 76px;
}

.p-index_sec04 .-inner {
	position: relative;
}

.p-index_sec04 .-inner .-txt {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	padding: 20px 5.6%;
	color: #231815;
}

.p-index_sec04 .-bottom {
	padding: 0 35px;
}

.p-index_sec04 .c-txt_note {
	font-size: 10px;
	font-size: 1.0rem;
	margin: 10px 0 30px;
}

.p-index_sec04 .-bottom_info {
	line-height: 1.5;
	width: 83%;
}

.p-index_sec04 .-bottom_info span {
	font-size: 13px;
}

.p-index_sec05 {
	position: relative;
	text-align: center;
}

.p-index_sec05::before {
	content: "";
	display: block;
	background-image: url(/SP/AURA/ARTICLE08/IMAGES/pre_bg01.jpg);
	background-repeat: no-repeat;
	background-position: left;
	background-size: auto 100%;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
}

.p-index_sec05::after {
	content: "";
	display: block;
	background-image: url(/SP/AURA/ARTICLE08/IMAGES/pre_bg02.jpg);
	background-repeat: no-repeat;
	background-position: right;
	background-size: auto 100%;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

.p-index_sec05 .-inner {
	width: 80%;
	max-width: 1010px;
	margin: auto;
	padding: 22px 40px 50px;
	background-color: rgba(35, 24, 21, 0.8);
	position: relative;
	z-index: 10;
}

.p-index_sec05 .-ttl {
	margin-bottom: 16px;
}

.p-index_sec05 .-ttl_main {
	font-size: 34px;
	font-size: 3.4rem;
	line-height: 1.3;
	margin-bottom: 6px;
}

.p-index_sec05 .-ttl_sub {
	font-size: 20px;
	font-size: 2.0rem;
}

.p-index_sec05 .-detail {
	width: 80.43%;
	padding-left: 5%;
	margin: auto;
	text-align: left;
	font-size: 16px;
	margin-bottom: 16px;
}

.p-index_sec05 .-detail dl {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.p-index_sec05 .-detail dl dt {
	display: inline-block;
	margin-right: 0.5em;
}

.p-index_sec05 .tw_btn {
	margin-top: 8px;
}

.p-index_sec05 .-note {
	font-size: 11px;
}

.p-index_sec05 .-img ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 22px;
}

.p-index_sec05 .-img ul li {
	width: 31%;
}

.p-index_sec05 .-link {
	margin-top: 10px;
}

.p-index_sec05 .-link .-link_txt {
	margin-bottom: 24px;
}

.p-index_secBnr {
	padding: 80px 0;
	text-align: center;
}

.impression {
	padding: 50px 0;
}

.impression_head {
	text-align: center;
	margin-bottom: 28px;
	line-height: 1.3;
}

.impression_head .-ttl_sub {
	font-size: 24px;
	font-size: 2.4rem;
	line-height: 1;
	color: #8A8B8B;
	margin-bottom: 22px;
}

.impression_head .-ttl_sub span {
	display: inline-block;
	padding: 2px 10px;
	font-size: 20px;
	font-size: 2.0rem;
	color: #FFFFFF;
	text-align: center;
	background-color: #8A8B8B;
	margin-right: 8px;
}

.impression_head .-ttl_main {
	font-size: 29px;
	font-size: 2.9rem;
	margin-bottom: 14px;
}

.impression_head .-name {
	font-size: 18px;
	font-size: 1.8rem;
	margin-bottom: 8px;
}

.impression_head .-type {
	font-size: 15px;
	font-size: 1.5rem;
}

.impression_main {
	margin-bottom: 24px;
}

.impression_main .-img {
	margin-bottom: 20px;
}

.impression_main .-img ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.impression_main .-img ul li {
	width: 48%;
}

.impression_main .-txt {
	padding: 0 10px;
}

.impression_btm {
	border-bottom: 1px solid #FFFFFF;
}

.impression_btm .-ttl_main {
	position: relative;
	line-height: 1;
}

.impression_btm .-ttl_main::after {
	content: "";
	display: block;
	background: #FFFFFF;
	width: 100%;
	height: 1px;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	z-index: 1;
}

.impression_btm .-ttl_main span {
	padding-right: 6px;
	background-color: #0A0F15;
	color: #850012;
	font-size: 23px;
	font-size: 2.3rem;
	position: relative;
	z-index: 10;
}

.impression_btm .-cont {
	padding: 8px 0 24px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.impression_btm .-cont .-cont_img {
	width: 33.33%;
}

.impression_btm .-cont .-cont_txt {
	width: 63.33%;
	padding-right: 10px;
}

.impression_btm .-cont .-cont_txt .-note {
	font-size: 10px;
	font-size: 1.0rem;
}

.impression_btm .-cont .-cont_txt .-note span {
	padding-left: 1em;
	display: inline-block;
}

.impression_btm .-cont .-cont_txt .-cont_btn {
	margin-top: 14px;
}

.impression_btm .-cont .-cont_txt .-cont_btn a {
	font-size: 16.5px;
	font-size: 1.65rem;
	display: inline-block;
	border: 1px solid #FFFFFF;
	line-height: 1;
	padding: 4px 12px 5px;
	color: #FFFFFF;
}

.ls-1 {
	letter-spacing: -2px;
}

.p-index_sec06 {
	background-color: #90979A;
	padding: 67px 0 88px;
}

.p-index_sec06 .p-index_sec06_ttl {
	text-align: center;
	margin-bottom: 30px;
}

.p-index_sec06 .p-index_sec06_ttl span {
	font-size: 24px;
	display: block;
	padding: 22px 5px 20px;
	border-top: 3px solid #231815;
	border-bottom: 3px solid #231815;
	line-height: 1.5;
	color: #231815;
	font-weight: 600;
	letter-spacing: 0.025em;
}

.p-index_sec06_lead {
	margin-bottom: 36px;
}

.p-index_sec06_lead p {
	text-align: center;
	font-size: 22px;
	color: #231815;
}

.p-index_sec06 .p-index_sec06_mov {
	margin-bottom: 36px;
}

.p-index_sec06 .p-index_sec06_mov .-inner {
	width: 100%;
	padding-top: 56.222%;
	position: relative;
	max-width: 900px;
	margin: auto;
}

.p-index_sec06 .p-index_sec06_mov .-inner iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.p-index_sec06 .p-index_sec06_mov_cap {
	margin-bottom: 24px;
}

.p-index_sec06 .p-index_sec06_mov_cap p {
	text-align: center;
	font-size: 22px;
	color: #231815;
}

.p-index_sec06 .p-index_sec06_mov_link {
	text-align: center;
}

.p-index_sec06 .p-index_sec06_mov_link a {
	display: inline-block;
	padding: 0 8px 6px;
	border-bottom: 2px solid #231815;
	color: #231815;
	line-height: 1.1;
	font-size: 18px;
	transition: 0.4s;
	letter-spacing: 0.025em;
}

.p-index_sec06 .p-index_sec06_mov_link a:hover {
	opacity: 0.7;
	transition: 0.4s;
}

.p-index_sec06 .c-btn_bnr_wrap {
	text-align: center;
	margin-top: 60px;
}

.p-index_sec06_note {
	margin-top: 56px;
	margin-bottom: 16px;
	text-align: center;
	color: #FFFFFF;
}

.p-index_sec06_note .-ttl {
	font-size: 20px;
	margin-bottom: 8px;
}

.p-index_sec06_note .-txt span {
	font-size: 0.85em;
	margin-left: 1em;
	display: inline-block;
}

.p-index_sec06_note .txt-color-00 {
	color: #231815;
}


/* ===================== common ===================== */

.l-cont {
	width: 100%;
	margin: 0 auto;
}

.l-cont_xl {
	width: 100%;
	margin: 0 auto;
}

.l-cont_l {
	width: 100%;
	margin: 0 auto;
}

.l-cont_ll {
	width: 100%;
	margin: 0 auto;
}

.l-cont_mm {
	width: 100%;
	margin: 0 auto;
}

.l-cont_m {
	width: 100%;
	margin: 0 auto;
}

.l-cont_ms {
	width: 100%;
	margin: 0 auto;
}

.l-cont_s {
	width: 96%;
	margin: 0 auto;
}

.l-cont_block {
	margin-bottom: 47px;
}

span.-min {
	display: inline-block;
	height: 1em;
	width: 1.1em;
	margin-left: -0.15em;
	position: relative;
}

.c-txt_note {
	padding-left: 1.5em;
	text-indent: -1.5em;
}

@media screen and (max-width: 767px) {
	span.-min {
		width: 1.2em;
	}
}

span.-min span {
	display: inline-block;
	position: absolute;
	font-size: 10px;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}

@media screen and (max-width: 767px) {
	span.-min span {
		top: -3px;
	}
}

span.-min_sp {
	display: inline-block;
	height: 1em;
	width: 1.1em;
	margin-left: -0.15em;
	position: relative;
}

@media screen and (max-width: 767px) {
	span.-min_sp {
		width: 1.32em;
	}
}

span.-min_sp span {
	display: inline-block;
	position: absolute;
	font-size: 10px;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}

@media screen and (max-width: 767px) {
	span.-min_sp span {
		top: -3px;
	}
}


/* ===================== page ===================== */


/* ===================== footer ===================== */

.u-only_pc-1 {
	display: block;
}

.l-footer {
	background-color: #2C353A;
}

.l-footer_txt {
	line-height: 1.6;
	padding: 15px 0 12px;
	color: #FFFFFF;
	font-size: 13px;
	font-size: 1.3rem;
	text-align: justify;
}

.l-footer_txt a {
	display: inline;
	color: #FFFFFF;
	text-decoration: underline;
}


/* ==========================================
     PC
========================================== */

@media screen and (min-width: 768px) {
	.u-only_sp {
		display: none;
	}

	.u-only_se {
		display: none;
	}

	.u-only_ss {
		display: none;
	}

	/* ===================== common ===================== */
	.l-cont {
		max-width: 1440px;
		padding: 0;
	}

	.l-cont_xl {
		max-width: 1480px;
		padding: 0;
	}

	.l-cont_l {
		max-width: 1050px;
		padding: 0 20px;
	}

	.l-cont_ll {
		max-width: 1280px;
		padding: 0 20px;
	}

	.l-cont_m {
		max-width: 1380px;
		padding: 0 20px;
	}

	.l-cont_mm {
		max-width: 1040px;
		padding: 0 20px;
	}

	.l-cont_ms {
		max-width: 990px;
		padding: 0 20px;
	}

	.l-cont_s {
		max-width: 940px;
		padding: 0 20px;
	}
}


/* ==========================================
     SP
========================================== */

@media screen and (max-width: 767px) {
	body {
		min-width: inherit;
		font-size: 14px;
		font-size: 1.4rem;
	}

	.u-only_pc-1 {
		display: none;
	}

	.u-only_pc {
		display: none;
	}

	.u-only_se {
		display: none;
	}

	.u-only_sp {
		display: block;
	}

	.u-only_ss {
		display: none;
	}

	.l-cont_xl {
		width: 100%;
		padding: 0;
	}

	.l-cont_s {
		width: 100%;
		padding: 0 4%;
	}

	.l-cont_mm {
		width: 100%;
		padding: 0 4%;
	}

	.l-cont_ms {
		width: 100%;
		padding: 0 4%;
	}

	.l-cont_block {
		margin-bottom: 10px;
	}

	/* ===================== common item ===================== */
	.u-row {
		display: block;
	}

	/* @keyframes fadein {
		0% {
			transform : translate(120px, -56px);
			width : 70%;
			opacity : 0;
		}

		80% {
			opacity : 1;
		}

		100% {
			opacity : 1;
			transform : translate(0, 0);
			width : 100%;
		}
	} */

	/* ===================== header ===================== */
	/* ===================== header ===================== */
	.l-header {
		/* position: static;
        padding-top: 0; */
		padding: 10px 0 0;
	}

	.l-header .l-cont_l {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		align-items: flex-start;
		padding-left: 3%;
		padding-right: 5%;
		width: 100%;
		max-width: 100%;
	}

	.l-header_logo {
		padding-top: 0;
		margin-top: 20px;
		height: 24px;
		display: inline-block;
	}

	/* .l-header_logo img {
        width: auto;
        height: 100%;
    } */
	.l-header_txt {
		display: inline-block;
		font-size: 10px;
		font-size: 1.0rem;
		height: 20px;
		margin-top: 0;
		width: 150px;
		height: 20px;
		text-align: right;
	}

	.l-header_txt p {
		display: none;
	}

	.l-header_txt img {
		display: inline-block;
		height: auto;
		width: 100%;
	}

	@media screen and (min-width: 768px) {
		.l-header_txt {
			position: absolute;
			right: 55px;
		}
	}

	#l-wrap {
		overflow-x: hidden;
	}

	/* ===================== key ===================== */
	.p-index_key {
		width: 100%;
		/* height: 72vh; */
		position: relative;
	}

	.p-index_key.p-index_key_vol2 {
		width: 100%;
		height: 75vh;
		position: relative;
	}

	.p-index_key .l-cont {
		height: 100%;
	}

	.p-index_key_inner {
		height: 100%;
		height: 100%;
		position: relative;
	}

	.p-index_key_inner img.u-only_pcmin {
		display: none;
	}

	.p-index_key_inner_ttl {
		top: 26vw;
		left: 4vw;
		font-size: unset;
	}

	.p-index_key_inner_ttl h1 {
		font-size: 22px;
		margin-bottom: 10px;
	}

	.p-index_key_inner_ttl .-main {
		display: block;
	}

	.p-index_key_inner_ttl .-sub {
		font-size: 15px;
	}

	.p-index_sec02 .p-index_sec02_top .-inner {
		position: relative;
	}

	.p-index_sec02_top .-inner_txt .-item span {
		padding: 4px 6px 5px;
		font-size: 14px;
		font-size: 1.4rem;
	}

	.p-index_sec02_top .-inner_txt .-item01 {
		top: 11.6%;
		right: 0;
	}

	.p-index_sec02_top .-inner_txt .-item02 {
		top: 47.5%;
		right: 0;
		left: unset;
	}

	.p-index_sec02_top .-inner_txt .-item03 {
		top: 86%;
		left: 0;
	}

	.p-index_sec02_bottom {
		padding: 20px 0;
	}

	.p-index_sec02 .c-btn_bnr_wrap {
		position: absolute;
		bottom: 3.2vw;
		left: 0;
		width: 100%;
		text-align: center;
	}

	.impression {
		padding: 25px 0;
	}

	.impression_head {
		margin-bottom: 18px;
	}

	.impression_head .-ttl_sub {
		font-size: 14px;
		font-size: 1.4rem;
		margin-bottom: 16px;
	}

	.impression_head .-ttl_sub span {
		display: inline-block;
		padding: 2px 6px;
		font-size: 13px;
		font-size: 1.3rem;
		margin-right: 5px;
	}

	.impression_head .-ttl_main {
		font-size: 20px;
		font-size: 2.0rem;
		margin-bottom: 8px;
	}

	.impression_head .-name {
		font-size: 15px;
		font-size: 1.5rem;
		margin-bottom: 5px;
	}

	.impression_head .-type {
		font-size: 13px;
		font-size: 1.3rem;
	}

	.impression_main {
		margin-bottom: 16px;
	}

	.impression_main .-img {
		margin-bottom: 12px;
	}

	.impression_main .-img ul li {
		width: 48%;
	}

	.impression_main .-txt {
		padding: 0;
	}

	.impression_btm .-ttl_main::after {
		content: "";
		display: block;
		background: #FFFFFF;
		width: 100%;
		height: 1px;
		position: absolute;
		top: 50%;
		left: 0;
		transform: translateY(-50%);
		z-index: 1;
	}

	.impression_btm .-ttl_main span {
		padding-right: 5px;
		font-size: 16px;
		font-size: 1.6rem;
	}

	.impression_btm .-cont {
		padding: 6px 0 16px;
		display: block;
	}

	.impression_btm .-cont .-cont_img {
		width: 100%;
		margin-bottom: 10px;
	}

	.impression_btm .-cont .-cont_txt {
		width: 100%;
		padding-right: 0;
	}

	.impression_btm .-cont .-cont_txt .-cont_btn {
		margin-top: 10px;
	}

	.impression_btm .-cont .-cont_txt .-cont_btn a {
		font-size: 14px;
		font-size: 1.4rem;
		padding: 4px 10px 5px;
	}

	.p-index_sec04 {
		padding-top: 32px;
		padding-bottom: 30px;
	}

	.p-index_sec04 .-inner {
		position: static;
	}

	.p-index_sec04 .-inner .-txt {
		position: static;
		width: 100%;
		padding: 15px 0;
		color: #FFFFFF;
	}

	.p-index_sec04 .-bottom {
		padding: 0 10px;
	}

	.p-index_sec04 .c-txt_note {
		font-size: 10px;
		font-size: 1.0rem;
		margin: 0 0 16px;
	}

	.p-index_sec04 .-bottom_info {
		width: 100%;
	}

	.p-index_sec04 .-bottom_info span {
		font-size: 12px;
	}

	.p-index_sec05 {
		position: relative;
		text-align: center;
		padding: 20px 0;
	}

	.p-index_sec05::before {
		background-position: top left;
		background-size: 100% auto;
		width: 80%;
		height: 100%;
		position: absolute;
	}

	.p-index_sec05::after {
		background-position: bottom right;
		background-size: 100% auto;
		width: 80%;
		height: 100%;
		position: absolute;
		right: 0;
		left: unset;
	}

	.p-index_sec05 .-inner {
		width: 90%;
		margin: auto;
		padding: 16px 16px 20px;
	}

	.p-index_sec05 .-ttl {
		margin-bottom: 15px;
	}

	.p-index_sec05 .-ttl_main {
		font-size: 21px;
		font-size: 2.1rem;
		margin-bottom: 8px;
	}

	.p-index_sec05 .-ttl_sub {
		font-size: 15px;
		font-size: 1.5rem;
	}

	.p-index_sec05 .-detail {
		width: 95%;
		padding-left: 0;
		margin: auto;
		text-align: left;
		font-size: 13px;
		margin-bottom: 10px;
	}

	.p-index_sec05 .-detail dl {
		display: block;
		margin-bottom: 6px;
	}

	.p-index_sec05 .-detail dl dt {
		display: inline-block;
		margin-right: 0.5em;
	}

	.p-index_sec05 .-twtxt {
		margin-top: 6px;
	}

	.p-index_sec05 .tw_btn {
		margin-top: 6px;
		/* margin-bottom: 6px; */
	}

	.p-index_sec05 .-note {
		font-size: 11px;
	}

	.p-index_sec05 .-img ul li {
		width: 32.5%;
	}

	.p-index_sec05 .-link {
		margin-top: 10px;
	}

	.p-index_sec05 .-link .-link_txt {
		margin-bottom: 16px;
	}

	.p-index_secBnr {
		padding: 40px 0;
		text-align: center;
	}

	.p-index_sec06 {
		padding: 40px 0 48px;
	}

	.p-index_sec06 .p-index_sec06_ttl {
		margin-bottom: 20px;
	}

	.p-index_sec06 .p-index_sec06_ttl span {
		font-size: 4.5vw;
		padding: 16px 3vw 17px;
		border-top: 2px solid #231815;
		border-bottom: 2px solid #231815;
	}

	.p-index_sec06_lead {
		margin-bottom: 24px;
	}

	.p-index_sec06_lead p {
		font-size: 3.95vw;
	}

	.p-index_sec06 .p-index_sec06_mov {
		margin-bottom: 20px;
	}

	.p-index_sec06 .p-index_sec06_mov_cap {
		margin-bottom: 16px;
	}

	.p-index_sec06 .p-index_sec06_mov_cap p {
		text-align: center;
		font-size: 3.95vw;
	}

	.p-index_sec06 .p-index_sec06_mov_link a {
		font-size: 15px;
	}

	.p-index_sec06 .c-btn_bnr_wrap {
		margin-top: 40px;
	}

	.p-index_sec06_note {
		margin-top: 40px;
		margin-bottom: 16px;
	}

	.p-index_sec06_note .-ttl {
		font-size: 15px;
		margin-bottom: 6px;
	}

	.c-fnav a {
		padding: 10px 0;
	}

	.c-fnav .-inner {
		display: block;
		text-align: center;
		width: 100%;
		max-width: unset;
		padding: 0 20px;
	}

	.c-fnav .-inner .-txt {
		width: 100%;
	}

	.c-fnav .-inner .-txt h3 {
		font-size: 18px;
		font-size: 1.8rem;
		margin-bottom: 5px;
		line-height: 1.3;
	}

	.c-fnav .-inner .-txt p {
		font-size: 12px;
		font-size: 1.2rem;
		line-height: 1.3;
	}

	.c-fnav .-inner .-txt span {
		display: none;
	}

	.c-fnav .-inner .-img {
		width: 80%;
		margin: auto;
		margin-top: 8px;
	}

	.c-fnav .-inner .-img ul li {
		width: 24.8%;
		font-size: 10px;
		font-size: 1.0rem;
	}

	.c-fnav .-inner .-img ul li.u-only_sp {
		text-decoration: underline;
	}

	/* ===================== common ===================== */
	.l-footer_txt {
		padding: 13px 0 12px;
		font-size: 14px;
		font-size: 1.4rem;
	}

	.l-footer .l-cont_l {
		padding: 0 4%;
	}

	.c-btn_bnr {
		width: 100%;
	}

	.c-btn_bnr a {
		font-size: 26px;
		font-size: 1.6rem;
		line-height: 1.3;
		padding: 10px 10px 10px;
		height: auto;
	}

	.c-btn_bnr a.u-only_sp {
		display: block;
	}

	.c-btn_bnr a.u-only_pc {
		display: none;
	}

	.c-btn_bnr span {
		padding-right: 26px;
		display: block;
	}

	.c-btn_bnr span::after {
		width: 22px;
		height: 22px;
		right: 6px;
	}
}


/* ==========================================
     SP min
========================================== */

@media screen and (max-width: 480px) {
	/* ===================== header ===================== */
	/* .l-header_ttl {
        width: 90%;
    } */
}

@media screen and (max-width: 400px) {}


/* ==========================================
     SP - old iphone SE
========================================== */

/* @media screen and (max-width: 480px) {
	.c-note_cap {
		width : 100%;
		padding : 0 4% !important;
	}
} */

@media screen and (max-width: 320px) {
	body {
		min-width: inherit;
		font-size: 13px;
		font-size: 1.3rem;
	}

	.u-only_se {
		display: block;
	}

	.u-only_ss {
		display: none;
	}

	/* .l-header .l-cont_l {
        padding-left: 7%;
        padding-right: 4%;
    }
    .l-header_logo {
        height: 27px;
    } */
}

@media screen and (max-width: 300px) {
	.u-only_ss {
		display: block;
	}

	/* .e-copy p {
		font-size : 14px;
		font-size : 1.4rem;
	} */

	.p-index_sec01 {
		overflow: visible;
	}

	/* .e-copy.-copy2 {
		bottom : 38px;
	} */

	.p-index_sec02 .l-cont_l {
		padding: 0 3%;
	}

	.c-ttl_h3 {
		font-size: 18px;
		font-size: 1.8rem;
	}

	.c-btn_bnr a {
		font-size: 13px;
		font-size: 1.3rem;
	}

	.c-btn_arw span {
		font-size: 12px;
		font-size: 1.2rem;
	}

	.c-btn_arw.-bg a {
		font-size: 12px;
		font-size: 1.2rem;
	}

	/* .l-footer_txt {
		font-size : 12px;
		font-size : 1.2rem;
	} */
}


/* ==========================================
     TAB
========================================== */


/* .tab .p-index_key {
    height: 56vh;
} */

.tab .p-index_sec02_top-list li {
	opacity: 1 !important;
	transform: translateY(0) !important;
}


/*Firefox表示用のCSS*/

@-moz-document url-prefix() {
	ruby>rt {
		font-size: 40%;
	}
}


/* IE11表示用のCSS　*/

_:-ms-fullscreen,
:root ruby>rt {
	font-size: 40%;
}


/* Safari表示用のCSS　*/

_::-webkit-full-page-media,
_:future,
:root ruby>rt {
	zoom: 0.4;
	font-size: -webkit-ruby-text;
}


/* 追記スクロール */

.p-index_mv_img_scroll {
	position: absolute;
	z-index: 0;
	right: 50px;
	bottom: 0;
	width: 16px;
}

.p-index_mv_img_scroll a {
	display: block;
	position: relative;
	z-index: 0;
	padding-right: 6px;
	padding-bottom: 80px;
	cursor: pointer;
	overflow: hidden;
}

.p-index_mv_img_scroll a::before,
.p-index_mv_img_scroll a::after {
	position: absolute;
	z-index: 0;
	top: 7px;
	right: 0;
	width: 1px;
	height: 90%;
	content: "";
}

.p-index_mv_img_scroll a::before {
	height: 129px;
	background-color: #FFFFFF;
}

.p-index_mv_img_scroll a::after {
	height: 40px;
	background-color: #40220F;
	animation: topScrollAttention 2s ease-in 3;
}

@keyframes topScrollAttention {
	from {
		transform: translateY(-200%);
	}

	to {
		transform: translateY(300%);
	}
}

.p-index_mv_img_scroll a img {
	width: 10px;
}


/* 追記スクロールSP */

/* @media screen and (max-width: 767px) {
	.p-index_mv_img_scroll {
		right : 5%;
		bottom : 0;
	}

	.p-index_mv_img_scroll a {
		padding-bottom : 52px;
	}

	.p-index_mv_img_scroll a::before {
		height : 90px;
	}

	.p-index_mv_img_scroll a img {
		width : 8px;
	}
} */

.c-btn_bnr {
	display: inline-block;
}

@media screen and (min-width: 768px) {
	.c-btn_bnr {
		max-width: 620px;
		min-width: 520px;
		padding: 0 20px;
	}
}

/*リンクを右下に固定*/

#bnr {
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 2;
	/*はじめは非表示*/
	opacity: 0;
	transform: translateY(150px);
}


/*　上に上がる動き　*/

#bnr.UpMove {
	animation: UpAnime 0.5s forwards;
}

@keyframes UpAnime {
	from {
		opacity: 0;
		transform: translateY(150px);
	}

	to {
		opacity: 1;
		transform: translateY(0);
	}
}


/*　下に下がる動き　*/

#bnr.DownMove {
	animation: DownAnime 0.5s forwards;
}

@keyframes DownAnime {
	from {
		opacity: 1;
		transform: translateY(0);
	}

	to {
		opacity: 1;
		transform: translateY(150px);
	}
}

@keyframes fadein {
	0% {
		opacity: 0;
	}

	80% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}
