/** loading **/
#loading {
	width: 100vw;
	height: 100vh;
	background-color: #fff;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99999;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	transition: all 3s;
}
#loading.completed { opacity: 0; visibility: hidden; }
#loading img { transition: all 1s;}
#loading.completed img { opacity: 0; visibility: hidden;}
/** logo **/
#headerArea .header h1 img.lbk { display: none; }
#headerArea .header h1 img.lwh { display: inline-block; }
#headerArea.fixed .header h1 img.lbk { display: inline-block; }
#headerArea.fixed .header h1 img.lwh { display: none; }
/** hero **/
.bg_wrap { padding-top: 0 !important;}
#hero .swiper-wrapper .swiper-slide.fst::before,
#hero .swiper-wrapper .swiper-slide.fst::after {
	content: " ";
	display: block;
	width: 110px;
	height: 200px;
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	z-index: 20;
}
#hero .swiper-wrapper .swiper-slide.fst::before {
	background-image: url('../images/main_bg01_sp.png');
	opacity: .5;
	top: 0;
	left: 0;
}
#hero .swiper-wrapper .swiper-slide.fst::after {
	background-image: url('../images/main_bg02_sp.png');
	opacity: .5;
	bottom: 0;
	right: 0;
}
#hero_wrap {
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
    height: 100vh;
}
#hero.swiper-container {
    width: 100%;
    height: 100vh;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
	display: flex;
}
#hero.swiper-container .swiper-wrapper .swiper-slide {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
#hero .hero_logo {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 20;
}
#hero_news {
	background-color: #EBEBEB;
	display: block;
}
.scroll_btm {
	display: block;
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 21;
	text-align: center;
}
.scroll_btm a {
	color: #FFFFFF;
	font-size: 10px;
	width: 56px;
	height: 46px;
	line-height: 46px;
	letter-spacing: .05em;
	display: block;
}
.scroll_btm a span {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 1px;
	height: 100%;
	background-color: #FFFFFF;
}
.scroll_btm span::after {
	content: ' ';
	display: block;
	background-color: #FFFFFF;
	width: 3px;
	height: 3px;
	border-radius: 50%;
	background: #FFFFFF;
	position: absolute;
	top: 0;
	left: 0;
	margin-left: -1.5px;
}
.scroll_btm a span {
	animation: sdl 1s infinite alternate;
}
@keyframes sdl {
	0% {
		height: 50%;
		transform-origin: 0 0;
	}
	100% {
		height: 100%;
		transform-origin: 0 100%;
	}
}
/** news **/
.news_list li {
	margin: 1em 0;
	line-height: 1em;
}
.news_list .cat {
	display: inline-block;
	font-size: 10px;
	background-color: #FFF;
	border: 1px solid #CECECE;
	text-align: center;
	width: 170px;
	line-height: 20px;
}
.news_list .date {
	width: 75px;
	padding: 0 20px;
	font-size: 10px;
}
.news_list .tt {
	font-size: 14px;
}
#top_intro {
	width: 100%;
	background-color: #1D1307;
	display: block;
	padding: 50px 0;
	position: relative;
}
#top_intro::before {
	content: " ";
	display: block;
	width: 375px;
	height: 590px;
	position: absolute;
	top: 0;
	right: 0;
	background: linear-gradient(58deg, transparent 0%, transparent 50%, rgba(243, 236, 236, 0.1) 50%, rgba(243, 236, 236, 0.1) 100%);
}
#top_intro .top_intro_txt {
	-ms-writing-mode: tb-rl;
	-webkit-writing-mode: vertical-rl;
	writing-mode: vertical-rl;
}
#top_intro h4 {
	margin-left: 30px;
}
#top_intro h4.intro_cap span {
	font-size: 22px;
	font-weight: 300;
	line-height: 2em;
	padding: .5em 0;
	margin: 0 .5px;
	display: inline-block;
	color: #692300;
	background-color: #FDF3E5;
}
#top_intro .top_intro_txt p {
	font-size: 14px;
	line-height: 2.8em;
	text-align: justify;
	color: #FFFFFF;
}
#top_about header {
	width: 100%;
	margin: 0 auto;
	height: 230px;
	position: relative;
	background-color: #FFF;
}
#top_about header h3 {
	text-align: center;
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	transform: translateY(-50%);
}
#top_about header::before,#top_about header::after {
	content: " ";
	display: block;
	height: 13px;
	position: absolute;
	background-repeat: no-repeat;
	background-size: auto 13px;
	z-index: 1;
}
#top_about header::before {
	width: 249px;
	top: 30px;
	left: 0;
	background-image: url('../images/top_about_bg_l.svg');
	background-position: center right;
}
#top_about header::after {
	width: 227px;
	right: 0;
	bottom: 30px;
	background-image: url('../images/top_about_bg_r.svg');
	background-position: center left;
}
#top_plan .block {
	text-align: center;
	margin-bottom: 30px;
}
#top_plan .block .plan_txt {
	margin: 20px 0;
}
#top_plan .block .plan_txt span {
	letter-spacing: .05em;
}
#top_plan .block .top_plan_btn {
	display: block;
	width: 170px;
	background-color: #414141;
	color: #FFFFFF;
	font-size: 14px;
	line-height: 30px;
	text-align: center;
	margin: 1em auto;
}
#top_plan .block .top_plan_btn:hover {
	background-color: #797979;
}
#top_plan .block .top_plan_btn span {
	display: inline-block;
	margin: auto;
}
#top_plan .block .top_plan_btn span::before {
	content: "　";
	width: 4px;
	height: 100%;
	display: inline-block;
	background-image: url('../images/arrow_w.svg');
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;
	margin-right: .5em;
}
#top_info {
	padding: 30px 0;
}
#top_info .flex_lay .img_lay img.pic_ttl {
	position: absolute;
	top: -50px;
	left: 4.3vw;
}
#top_info .flex_lay.row .img_lay img.pic_ttl {
	left: auto;
	right: 4.3vw;
}
#top_story header {
	padding: 40px 0 53px 0;
}
#top_story .block {
	width: 48.5%;
	text-align: center;
}
#top_story .block a:hover {
	opacity: .5;
}
#top_story .block p {
	display: inline-block;
	margin: 1.25em auto 0 auto;
	background-image: url('../images/top_s_arrow.png');
	background-repeat: no-repeat;
	background-size: 26px auto;
	background-position: center right;
	padding-right: 40px;
}
#top_news {
	background-color: #EBEBEB;
}
#miyagi h4 {
	font-size: 24px;
	font-weight: 300;
}
#miyagi .w455 {
	position: relative;
}
.cap_ttl {
	font-size: 300;
	font-size: 24px;
	line-height: 1.8em;
	text-align: center;
}
.lead_ttl {
	font-size: 20px;
	text-align: center;
	font-weight: 300;
	line-height: 2em;
	margin-bottom: 1em;
}
.lead_ttl.left {
	text-align: left;
}
#top_sns h3.cen_ttl {
	font-size: 24px;
}
#top_sns .block:nth-child(2) {
	max-width: 550px;
	margin: auto;
}
#top_sns .fb_wrap {
	text-align: center;
}
#top_sns .fb_wrap .fb-page {
	width: 100% !important;
	display: block;
	margin: auto;
}

@media only screen and (max-width: 750px){
	.hero_logo,.load_logo {
		width: 120px;
		height: auto;
	}
	#headerArea {
		background-color: #000000;
	}
	.news_list li {
		margin: 20px 0;
	}
	.news_list .cat {
		width: 160px;
		float: left;
	}
	.news_list .date {
		width: 75px;
		line-height: 20px;
		padding: 0 0 0 10px;
		float: left;
	}
	.news_list .tt {
		width: 100%;
		display: block;
		line-height: 2em;
		padding-top: .75em;
		clear: both;
	}
	#headerArea .navbar { color: #FFFFFF;}
	#headerArea .navbar span::before,#headerArea .navbar span::after {
		background-color: #FFFFFF;
	}
	#headerArea .navbar.active span::before,
	#headerArea .navbar.active span::after,
	#headerArea.fixed .navbar span::before,
	#headerArea.fixed .navbar span::after {
		background-color: #000000;
	}
	#headerArea .navbar.active,
	#headerArea.fixed .navbar { color: #000000;}
	#top_intro h4 {
		font-size: 23px;
		margin-left: 18px;
	}
	#top_intro .top_intro_txt {
		column-count: 2;
  		column-gap: 40px;
		height: 640px;
		margin: auto;
	}
	#top_intro .top_intro_txt p {
		line-height: 2.4em;
	}
	#top_intro .top_intro_img {
		display: block;
		width: 100%;
		text-align: center;
		margin-top: 40px;
	}
	#top_plan .block .plan_txt b span {
		font-size: 17px;
	}
	.t_plan_wrap {
		display: table;
	}
	.t_plan_wrap figure,.t_plan_wrap .plan_txt {
		width: 50%;
		display: table-cell;
		vertical-align: middle;
	}
	.t_plan_wrap .plan_txt {
		text-align: left;
		padding-left: 1em;
	}
	#top_story .flex_lay {
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
	#top_story .flex_lay .block {
		margin-bottom: 30px;
		text-align: left;
	}
	#top_story .block p {
		font-size: 11px;
		display: block;
		background-size: 18px auto;
		padding-right: 1.5em;
	}
	#top_info .flex_lay {
		margin-top: 80px;
	}
	#top_news .bnr_block li:nth-child(1) {
		margin-bottom: 1em;
	}
	#miyagi h4 {
		margin-top: 40px;
	}
	#miyagi .w455 img.miyagi {
		height: 370px;
		width: auto;
		max-width: auto;
		margin: auto;
		display: block;
	}
	#miyagi .w455 {
		max-width: 333px;
	}
	#miyagi .w455 img.pin {
		position: absolute;
		top: 90px;
		left: 20px;
	}
	.pin {
		width: 130px;
	}
	.sizeup.big {
		width: 130px;
		animation: sizeScale 1.8s ease-out forwards;
	}
	@keyframes sizeScale {
		0% { width: 130px;}
		100% { width: 160px; }
	}
	#top_sns .block {
		margin-top: 30px;
	}
	#top_sns .fb_wrap .fb-page {
		height: 280px;
	}
	/** voice swiper **/
	.swiper-container.voice .swiper-slide-active + .swiper-slide { opacity: 1; }
	.swiper-container.voice .swiper-button-next,
	.swiper-container.voice .swiper-button-prev {
		display: none;
	}
	.swiper-container.voice {
		width: 90% !important;
		margin: 0 auto !important;
		overflow: visible !important;
	}
	#top_sns .block:nth-child(1) {
		margin-bottom: 50px;
	}
	#top_bnr .bnr_block li:nth-child(1) {
		margin-bottom: 50px;
	}
}
@media only screen and (min-width: 751px){
	.bg_wrap { padding-top: 0 !important;}
	#headerArea { background: linear-gradient(#000000 0%, rgba(0, 0, 0, 0.7) 80%,rgba(0,0,0,0) 100%);}
	#headerArea.fixed {background: linear-gradient(#FFFFFF 0%, rgba(255, 255, 255, 0.7) 80%,rgba(255,255,255,0) 100%);}
	#headerArea.fixed .header .global_nav li span a { color: #555555;}
	.header .global_nav li span a::before { background-color: #FFFFFF;}
	.header .global_nav li span a { color: #FFF; }
	#headerArea.fixed .header .global_nav li span a::before { background-color: #555555; }
	#hero .swiper-wrapper .swiper-slide.fst::before,
	#hero .swiper-wrapper .swiper-slide.fst::after { width: 155px; height: 270px; }
	#hero .swiper-wrapper .swiper-slide.fst::before { background-image: url('../images/main_bg01.png'); }
	#hero .swiper-wrapper .swiper-slide.fst::after {	background-image: url('../images/main_bg02.png'); }
	/** tab btn **/
	.tableft_btn {
		position: fixed;
		left: 0;
		bottom: 0;
		width: 40px;
		z-index: 10;
	}
	.tableft_btn.nofix {
		position: absolute;
	}
	.tableft_btn li a {
		font-size: 12px;
		width: 35px;
		height: 170px;
		color: #FFF;
		display: block;
		position: relative;
	}
	.tableft_btn li a:hover {
		width: 40px;
	}
	.tableft_btn li a span.txt {
		display: block;
		height: 100%;
		width: 14px;
		line-height: 14px;
		-ms-writing-mode: tb-rl;
  		writing-mode: vertical-rl;
		text-align: center;
		align-items: center;
		margin: auto;
	}
	.tableft_btn li.en a {
		background-color: #692300;
		-webkit-text-orientation: sideways;
  		text-orientation: sideways;
	}
	.tableft_btn li.ai { margin-top: 8px; }
	.tableft_btn li.ai a {
		background-color: var(--maintext-color);
	}
	.tableft_btn li.ai a .txt {
		background-image: url('../images/icon_chat@2x.png');
		background-size: 14px auto;
		background-position: center 5px;
		background-repeat: no-repeat;
		padding-top: 20px;
	}
	.tableft_btn li.ai a .txt span {
		-webkit-text-combine: horizontal;
		-ms-text-combine-horizontal: all;
		text-combine-upright: all;
	}
	#top_intro::before {
		width: 640px;
		height: 100%;
		background: linear-gradient(33deg, transparent 0%, transparent 50%, rgba(243, 236, 236, 0.1) 50%, rgba(243, 236, 236, 0.1) 100%);
	}
	#top_intro {
		padding-top: 70px;
	}
	#top_intro .container {
		position: relative;
	}
	#top_intro .container::after {
		content: " ";
		display: block;
		background-image: url('../images/bg_mado@2x.png');
		background-repeat: no-repeat;
		background-size: contain;
		width: 187px;
		height: 286px;
	}
	#top_intro .container::after {
		position: absolute;
		left: -95px;
		top: 23px;
	}
	#top_intro .top_intro_txt {
		height: 290px;
		float: right;
	}
	#top_intro .top_intro_txt p {
		font-size: 14px;
	}
	#top_intro h4 {
		height: 310px;
		margin-top: -20px;
	}
	#top_intro h4.intro_cap span {
		font-size: 24px;
	}

	#top_about header {
		height: 250px;
	}
	#top_about header::before {
		top: 50px;
		width: 350px;
	}
	#top_about header::after {
		bottom: 50px;
		width: 237px;
	}
	#top_about .fullimg_box img {
		height: 420px;
	}
	#top_plan .block .top_plan_btn {
		background-color: #707070;
	}
	#top_plan .block .plan_txt b span {
		font-size: 20px;
	}
	#top_story header {
		padding: 80px 0 50px 0;
	}
	#top_story .block {
		width: 360px;
		margin-left: 20px;
		margin-bottom: 25px;
	}
	#top_story .block:first-child,#top_story .block:nth-child(4) {
		margin-left: 0;
	}
	#top_info .flex_lay .img_lay {
		width: 550px;
		padding-left: 52px;
	}
	#top_info .flex_lay .img_lay img.pic_ttl {
		left: 0;
	}
	#top_info .flex_lay.row .img_lay {
		padding-right: 55px;
		padding-left: 0;
	}
	#top_info .flex_lay.row .img_lay img.pic_ttl {
		right: 0;
	}
	#top_info {
		padding: 80px 0;
	}
	.cap_ttl {
		font-size: 26px;
	}
	.lead_ttl {
		font-size: 22px;
	}
	header h2.hea_ttl01,header h2.hea_ttl02 {
		margin-top: 80px;
	}
	header h2.hea_ttl01.mar_b50 {
		margin-bottom: 50px !important;
	}
	#top_news .bnr_block {
		width: 100%;
	}
	#top_news .bnr_block li {
		width: 455px;
		height: 90px;
	}
	#top_news .bnr_block li a {
		display: block;
		overflow: hidden;
		background-repeat: no-repeat;
		background-size: 100%;
	}
	#top_news .bnr_block li:nth-child(1) a {
		background-image: url('../images/top_bnr01_hover@2x.png');
	}
	#top_news .bnr_block li:nth-child(2) a {
		background-image: url('../images/top_bnr02_hover@2x.png');
	}
	#top_news .bnr_block li a:hover img {
		opacity: 0;
	}
	#miyagi .w550 {
		width: 550px;
	}
	#miyagi .w455 img.pin {
		position: absolute;
		top: 122px;
		left: 30px;
	}
	.pin {
		width: 180px;
	}
	.sizeup.big {
		width: 180px;
		animation: sizeScale 1.8s ease-out forwards;
	}
	@keyframes sizeScale {
		0% { width: 180px;}
		100% { width: 212px; }
	}
	#top_sns .block {
		width: 550px;
	}
	#top_sns .block:nth-child(2){
		width: 500px;
	}
	/** voice swiper **/
	.swiper-container.voice .swiper-slide { opacity: 1; }
	.swiper-container.voice .swiper-button-next,
	.swiper-container.voice .swiper-button-prev {
		width: 50px !important;
		height: 100% !important;
		margin-top: 0;
		background-color: rgba(255, 255, 255, 0.7);
		top: 0;
		background-size: 10px 20px !important;
		background-position: center center;
		transition: .3s;
	}
	.swiper-container.voice .swiper-button-next:hover,
	.swiper-container.voice .swiper-button-prev:hover {
		background-color: rgba(255, 255, 255, 0.5);
	}
	.swiper-container.voice .swiper-button-prev {
		left: 0 !important;
		background-image: url('../images/voice_arrow_l.svg') !important;
	}
	.swiper-container.voice .swiper-button-next {
		right: 0 !important;
		background-image: url('../images/voice_arrow_r.svg') !important;
	}
	#top_sns .fb_wrap {
		margin-bottom: 20px;
	}
}
