@charset "utf-8";

/* header (for body.is-scroll)
-------------------------------------------------------------*/

header,
.g-header {
	display: none !important;
}

@media screen and (min-width: 1100px) {
	.g-header {
		height: 60px !important;
	
	}
	.g-headerLogo {
		width: 178px !important;
		top: 17px !important;
		left: 24px !important;
	}
	
	.g-headerMenu__item > * {
		width: 60px !important;
		height: 60px !important;
	}
	.g-navi {
			width: calc(100% - 485px) !important;
			top: 60px !important;
			left: auto !important;
			right: 200px !important;
			opacity: 1 !important;
			animation: none;
	}
	.g-naviMenu__items {
		padding-left: 0 !important;
		justify-content: flex-end !important;
	}
	.g-naviPullDown {
		transform: translate(0,60px) !important;
	}
	.g-naviBase {
		top: calc(-100vh + 60px) !important;
	}
	.is-gnaviPullDown-active .u-cover {
		opacity: 1 !important;
		visibility: visible !important;
	}
} /* end media */

/* entire
-------------------------------------------------------------*/

html {
	overflow-y: scroll;
}
html::-webkit-scrollbar {
	display: none !important;
}

html::-webkit-scrollbar-thumb {
	display: none !important;
}
.g-wrapper {
	padding-top: 63px !important;
}

html,
body,
div.g-wrapper,
main.g-container,
article.g-main {
	background: #fff !important;
}

section {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: calc( 100vh - 60px);
	margin-top: 60px !important;
	background: #fff;
}


/* aside.header 
-------------------------------------------------------------*/

aside.header {
	position: relative;
	z-index: 10;
	width: 100%;
	min-width: 960px;
	height: 60px;
	background: #fff;
	border-bottom: solid 1px #e8e8e8;
}
aside.header .logo_1 {
	position: absolute;
	top: 20px;
	left: 30px;
	width: 144px;
	height: 20px;
}
aside.header .logo_2 {
	position: absolute;
	top: 16px;
	right: 30px;
	width: 178px;
	height: 26px;
}
aside.header a:hover {
	opacity: 0.6;
	transition: opacity 0.1s ease-in;
}
aside.header img {
	transition: none !important;
}

/* section.p1
-------------------------------------------------------------*/

section.p1 {
	position: absolute;
	z-index: 2;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	transition: opacity 0.5s;
	visibility: hidden;
}
section.p1.show {
	visibility: visible;
}
section.p1.fade {
	opacity: 0;
}
section.p1 div.wrap {
}
section.p1 h1 {
	display: none;
}

section.p1 p.type {
	width: 1000px;
	height: 563px;
	margin: 0 auto;
	text-align: center;
	visibility: hidden;
	opacity: 0;
	transform: translate(0,120px);
}
section.p1 p.type.on {
	visibility: visible;
	opacity: 1;
	transition: opacity 1s;
}
section.p1.on p.type {
	transform: translate(0,0);
	transition: transform 0.5s;
}
section.p1 p.type video {
	width: 1000px;
	height: 563px;
}

section.p1 ul {
	position: relative;
	top: -90px;
	z-index: 2;
	visibility: hidden;
	opacity: 0;
	transition: opacity 1.2s;
	width: 1000px;
	margin: 0 auto;
	text-align: center;
}
section.p1.on ul {
	visibility: visible;
	opacity: 1;
}
section.p1 img {
	width: 540px;
	height: 327px;
}
section.p1 li.txt {
	margin: 50px 0 40px;
	line-height: 2;
	font-size: 1.6rem;
	color: #dc000c;
}
section.p1 li.txt small {
	display: block;
	margin: 10px 0 -10px;
	text-align: center;
	font-size: 1.3rem;
	color: #000;
}
section.p1 li.btn a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 317px;
	height: 60px;
	margin: 0 auto;
	border-radius: 30px;
	border: solid 1px #dc000c;
	color: #dc000c;
	font-size: 1.6rem;
}
section.p1 li.btn a:hover {
	background: #dc000c;
	color: #fff;
}

section.p1 p.light {
	visibility: hidden;
	opacity: 0;
	transition: opacity 1.2s;
}
section.p1.on p.light {
	visibility: visible;
	opacity: 1;
}
section.p1 p.light a {
	position: fixed;
	bottom: 40px;
	right: 40px;
	z-index: 10;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 180px;
	height: 32px;
	margin: 0 auto;
	border-radius: 30px;
	border: solid 1px #c2c7c7;
	color: #c2c7c7;
	font-size: 1.4rem;
	transform-origin: right bottom;
}
.p1 p.light a:hover {
	background: #c2c7c7;
	color: #fff;
}

/* section.p2
-------------------------------------------------------------*/

section.p2 {
	display: flex;
	justify-content: center;
	align-items: center;
	visibility: hidden;
	opacity: 0;
}
section.p2.on {
	visibility: visible;
	opacity: 1;
}
section.p2.fade {
	opacity: 0;
	transition: opacity 0.3s ease-in;
}
section.p2 h2 {
	display: none;
}

/* video */

ul.video {
	position: absolute;
	top: -30px;
	left: 0;
	overflow: hidden;
	width: 100%;
	height: 100vh;
	background: #fff;
}
ul.video.fade {
	opacity: 0;
	transition: opacity 0.3s ease-in;
}
ul.video li {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	width: 100%;
	height: 100vh;
	visibility: hidden;
	opacity: 0;
	transition: opacity 1.2s;
}
ul.video li.on {
	visibility: visible;
	opacity: 1;
}
ul.video video {
	min-width: 100%;
	min-height: 100vh;
	position: absolute;
}
@media (aspect-ratio: 16/9), (min-aspect-ratio: 16/9) {
	ul.video video {
		width: 100%;
		top: 50%;
		transform: translateY(-50%);
	}
}
@media (max-aspect-ratio: 16/9) {
	ul.video video {
		height: 100%;
		left: 50%;
		transform: translateX(-50%);
	}
}

/* ul.slide */

ul.slide {
	position: relative;
/* 	max-width: 1200px;
	width: 90vw;
	min-width: 900px; */
	width: 1200px;
	min-width: 1200px;
	height: 675px;
}
ul.slide > li {
	position: absolute;
	top: 0;
	left: 0;
/* 	max-width: 1200px;
	width: 90vw;
	min-width: 900px; */
	width: 1200px;
	min-width: 1200px;
	height: 675px;
	padding-top: 55px;
	background: #fff;
	text-align: center;
	z-index: 1;
	visibility: hidden;
	opacity: 0;
	transition: opacity 0.2s ease-in;
	transform-origin: top center;
}
ul.slide > li.on {
	visibility: visible;
	opacity: 1;
	transition: opacity 0.3s ease-in;
}

ul.slide dt {
	font-size: 1.8rem;
	font-weight: 400;
}
ul.slide dt::after {
	content: "";
	display: block;
	width: 80px;
	height: 2px;
	margin: 15px auto 20px;
	background: #dc000c;
	position: relative;
}
ul.slide dd.copy {
	line-height: 1.5;
	font-size: 2.4rem;
	font-weight: 400;
}
ul.slide dd.copy strong {
	color: #dc000c;
}
ul.slide dd.btn {
	position: absolute;
	bottom: 55px;
	left: 0;
	display: flex;
	justify-content: center;
/* 	max-width: 1200px;
	width: 90vw;
	min-width: 900px; */
	width: 1200px;
	min-width: 1200px;
}

ul.slide dd.btn a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 150px;
	height: 32px;
	margin: 0 10px;
	padding-top: 2px;
	border-radius: 30px;
	border: solid 1px #dc000c;
	background-repeat: no-repeat !important;
	background-size: 5px 10px !important;
	color: #dc000c;
	font-size: 1.4rem;
}
ul.slide dd.btn a:hover {
	color: #fff;
	background-color: #dc000c !important;
}
ul.slide dd.btn a.next {background: url(/_assets/img/hayawakari/fwd_red.svg) center right 10px;}
ul.slide dd.btn a.next:hover {background: url(/_assets/img/hayawakari/fwd_white.svg) center right 10px;}
ul.slide dd.btn a.prev {background: url(/_assets/img/hayawakari/bak_red.svg) center left 10px;}
ul.slide dd.btn a.prev:hover {background: url(/_assets/img/hayawakari/bak_white.svg) center left 10px;}
ul.slide dd.btn a.play {background: url(/_assets/img/hayawakari/fwd_red.svg) center right 10px;}
ul.slide dd.btn a.play:hover {background: url(/_assets/img/hayawakari/fwd_white.svg) center right 10px;}
ul.slide dd.btn a.back {background: url(/_assets/img/hayawakari/bak_red.svg) center left 10px;}
ul.slide dd.btn a.back:hover {background: url(/_assets/img/hayawakari/bak_white.svg) center left 10px;}
ul.slide dd.btn a.play.end {background: none;}

ul.slide a.link {
	display: inline-block;
	padding: 8px 0 6px 26px;
	background: url(/_assets/img/hayawakari/circle_red.svg) no-repeat center left;
	background-size: 19px 19px !important;
	font-size: 1.6rem;
}
ul.slide a.link:visited {
	color: #333;
}
ul.slide a.link:hover {
	color: #dc000c;
	background: url(/_assets/img/hayawakari/circle_white.svg) no-repeat center left;
}

ul.slide dd.img img.sp {
	display: none;
}

/*specific */

.L01 img {width: 874px !important;}
.L02 img {width: 668px !important;}
.L03 img {width: 728px !important;}
.L04 img {width: 644px !important;}
.L05 img {width: 378px !important;}
.L06 img {width: 604px !important;}
.L07 img {width: 765px !important;}
.L08 img {width: 486px !important;}
.L09 img {width: 348px !important;}
.L10 img {width: 715px !important;}
.L11 img {width: 800px !important;}
.L12 img {width: 776px !important;}
.L13 img {width: 691px !important;}

.L01 dd.copy {margin: 0 0 20px;}
.L02 dd.copy {margin: 0 0 30px;}
.L03 dd.copy {margin: 0 0 40px;}
.L04 dd.copy {margin: 0 0 70px;}
.L05 dd.copy {margin: 0 0 35px;}
.L06 dd.copy {margin: 0 0 45px;}
.L07 dd.copy {margin: 0 0 30px;}
.L08 dd.copy {margin: 0 0 65px;}
.L09 dd.copy {margin: 0 0 30px;}
.L10 dd.copy {margin: 0 0 30px;}
.L11 dd.copy {margin: 0 0 25px;}
.L12 dd.copy {margin: 0 0 30px;}
.L13 dd.copy {margin: 0 0 10px;}

.L01 dd.link {
	position: relative;
	margin: 0 auto;
	width: 875px;
	text-align: right;
}
.L01 a.link {
	position: relative;
	top: -25px;
	left: -80px;
}
.L04 dd.img {
	position: relative;
	width: 643px;
	margin: 0 auto;
}
.L04 dd.img span.txt {
	position: absolute;
	top: 130px;
	left: 0;
	width: 420px;
	text-align: left;
	line-height: 2;
	font-size: 1.6rem;
}
.L04 dd.img span.name {
	position: absolute;
	bottom: -20px;
	right: 83px;
	font-size: 1.2rem;
}
.L05 dd.img {
	margin-bottom: 25px;
}
.L05 dd.img span.caption {
	display: block;
	width: 378px;
	margin: 10px auto 0;
	font-size: 1.2rem;
	text-align: left;
}
.L06 dd.link {
	width: 604px;
	margin: -10px auto 0;
	text-align: left;
}

.L09 dd.link {margin: 30px 0 0;}

.L10 dd.link {margin: 30px 0 0;}

.L11 dd.link {margin: 50px 0 0;}
.L11 dd.link a {margin: 0 20px;}

.L12 dd.link {
	width: 778px;
	margin: -75px auto 0;
	text-align: left;
}
.L12 dd.link a {
	letter-spacing: -0.06em;
	padding-left: 24px;
}
.L13 dd.link {
	width: 691px;
	margin: -135px auto 0;
	text-align: left;
}
.L13 dd.link a {
	letter-spacing: -0.03em;
	padding-left: 28px;
}

/* li.nav */

ol.pager {
	display: none;
}
ol.pager_alt {
	position: absolute;
	top: 30px;
	right: 30px;
	z-index: 2;
	background: none;
	text-align: right;
}
ol.pager_alt li {
	margin: 8px 0;
	background: url(/_assets/img/hayawakari/dot.svg) no-repeat center right;
	background-size: 6px 6px;
}
ol.pager_alt a {
	position: relative;
	display: block;
	padding: 2px 16px 4px 0;
	font-size: 1rem;
	color: #717071;
	line-height: 1;
}
ol.pager_alt a:hover {
	color: #dc000c;
}
.L01 ol.pager_alt li:nth-child(1) a,
.L02 ol.pager_alt li:nth-child(1) a,
.L03 ol.pager_alt li:nth-child(2) a,
.L04 ol.pager_alt li:nth-child(3) a,
.L05 ol.pager_alt li:nth-child(3) a,
.L06 ol.pager_alt li:nth-child(4) a,
.L07 ol.pager_alt li:nth-child(5) a,
.L08 ol.pager_alt li:nth-child(6) a,
.L09 ol.pager_alt li:nth-child(7) a,
.L10 ol.pager_alt li:nth-child(8) a,
.L11 ol.pager_alt li:nth-child(8) a,
.L12 ol.pager_alt li:nth-child(9) a,
.L13 ol.pager_alt li:nth-child(10) a {
	margin: 6px 0;
	color: #dc000c;
}
ol.pager_alt a span {
	position: absolute;
	top: -0.2em;
	right: -0.4em;
	text-align: center;
	width: 17px;
	height: 17px;
	padding: 3px 1px 0 0;
	background: url(/_assets/img/hayawakari/num_bg.svg) no-repeat;
	background-size: 17px 17px;
	font-size: 1.2rem;
	color: #dc000c;
	letter-spacing: -0.1em;
}
.L13 ol.pager_alt a span {
	padding: 3px 2px 0 0;
}


/* section.p3
-------------------------------------------------------------*/

section.p3 {
	z-index: 2;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	transition: opacity 0.5s;
	visibility: hidden;
	opacity: 0;
	background: #f4f4f4 !important;
}
section.p3.on {
	visibility: visible !important;
	opacity: 1;
}

section.p3 h2,
section.p3 ul.video {
	display: none !important;
}

section.p3 ul.slide {
	background: #fff;
}


/* footer
-------------------------------------------------------------*/
footer {
	display: none !important;
}

/* ------------------------------------------------------------
html:lang(en)
------------------------------------------------------------ */

/* header */

html:lang(en) aside.header .logo_1 {
	top: 20px;
	left: 30px;
	width: 245px;
	height: 24px;
}
html:lang(en) aside.header .logo_2 {
	top: 18px;
	right: 28px;
	width: 227px;
	height: 26px;
}
/* section.p1 */

html:lang(en) section.p1 h1 {
	display: block;
	width: 776px;
	height: 275px;
	margin: 0 auto;
	text-align: center;
	visibility: hidden;
	opacity: 0;
	transform: translate(0,120px);
	transition: all 0.5s;
}
html:lang(en) section.p1 h1.on {
	visibility: visible;
	opacity: 1;
}
html:lang(en) section.p1.on h1 {
	transform: translate(0,0);
}
html:lang(en) section.p1 h1 img {
	width: 776px;
	height: 275px;
}
html:lang(en) section.p1 ul {
	top: -10px;
}

/* slide */

html:lang(en) ul.slide dt {
	font-size: 1.6rem;
}
html:lang(en) ul.slide dd.copy {
	line-height: 1.4;
	font-size: 2rem;
}
html:lang(en) ul.slide a.link {
	padding: 7px 0 6px 26px;
	font-size: 1.4rem;
}
html:lang(en) ol.pager_alt {
	top: 14px;
	right: 20px;
	transform: scale(0.96);
	transform-origin: right top;
}
html:lang(en) ol.pager_alt li:nth-child(10) a span {
	padding: 3px 3px 0 0;
}

html:lang(en) .L01 a.link {
	left: -20px;
}
html:lang(en) .L04 dd.img span.txt {
	width: 430px;
	line-height: 1.8;
	font-size: 1.4rem;
}
html:lang(en) .L04 dd.img span.txt a {
	margin-top: 10px;
}
html:lang(en) .L04 dd.img span.name {
	right: 58px;
}
html:lang(en) .L05 dd.img {
	margin-bottom: 5px;
}

html:lang(en) .L12 dd.link a {
	letter-spacing: 0;
}

/* dubug
-------------------------------------------------------------*/
span.debug_btn {
	display: none !important;
	position: fixed;
	top: 60px;
	right: 0;
	z-index: 9999;
	width: 50px;
	height: 50px;
}
