@charset "UTF-8";
/* ===================================================================
  ABOUTページ専用css
=================================================================== */

/* 共通レイアウト
--------------------------------------------------------------------*/

body {
	opacity: 0;
	-webkit-transition: all 2.0s cubic-bezier(0.215, 0.61, 0.355, 1);
	transition: all 2.0s cubic-bezier(0.215, 0.61, 0.355, 1);
}
body.visible {
	opacity: 1;
}
#contents.about {
	width: 100%;
	min-width: 1200px;
	max-width: 1366px;
}

/* 一覧
--------------------------------------------------------------------*/

.about_content {}
.about_list:beofre, .about_list:after {
	content: none;
}
.about_list {
	display: flex;
	flex-wrap: wrap;
}
.about_item {
	flex: 0 0 50%;
	width: 100%;
	max-width: 50%;
	position: relative;
}
.about_link {
	display: block;
	position: relative;
}
.about_item > a:link, .about_item > a:visited {
	text-decoration: none;
}
.about_item > a:hover, .about_item > a:active {
	text-decoration: none;
}
.about_data {
	display: flex;
}
.about_data_reverse {
	flex-flow: row-reverse;
}
.about_photo {
	width: 50%;
	overflow: hidden;
}
.about_image {
	width: 100%;
	height: auto;
	transition: .5s;
}
.about_link:hover .about_image {
	transform: scale(1.1);
}
.about_body {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 50%;
	background-color: #fff;
	padding: 40px;
	transition: .5s;
}
.about_link:hover .about_body {
	background-color: #000;
}
.about_title {
	color: #000;
	font-family: "Oswald", sans-serif;
	font-size:18px;
	line-height: 1.6;
	transition: .5s;
}
.about_link:hover .about_title {
	color: #fff;
}
.about_subtitle {
	display: block;
	color: #000;
	font-family: "Noto Sans JP", "游ゴシック Medium", "Yu Gothic Medium","游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
	font-size:12px;
	font-weight: bold;
	margin-top: 5px;
	transition: .5s;
}
.about_subtitle_en {
	font-family: "Roboto", sans-serif;
	font-size:13px;
	font-weight: 700;
	line-height: 1.6;
}
.about_link:hover .about_subtitle {
	color: #fff;
}

/* 詳細
--------------------------------------------------------------------*/

.about_article{
	display: flex;
	margin-bottom: 80px;
	position: relative;
}
.about_article_body {
	width: 566px;
}
.about_article_text {
	/*padding-top: 50vh;
	padding-right: 60px;*/
	padding: 50vh 60px 0 83px;
}
.about_article_text:last-child {
	padding-bottom: 50vh;
}
.about_article_title {
	font-family: "Oswald", sans-serif;
	font-size:24px;
	line-height: 1.6;
}
.about_article_subtitle {
	display: block;
	font-family: "Noto Sans JP", "游ゴシック Medium", "Yu Gothic Medium","游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
	font-size: 14px;
	font-weight: bold;
	margin-top: 5px;
}
.about_article_subtitle_en {
	font-family: "Roboto", sans-serif;
	font-size:15px;
	font-weight: 700;
	line-height: 1.6;
}
.about_article_heading {
	display: inline-block;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.6;
	margin-bottom: 100px;
	padding: 0 0 5px 0;
	position: relative;
}
.about_article_heading:after {
	content: "";
	display: block;
	width: 100%;
	height: 3px;
	background-color: #000;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
}
.about_article_comment {
	font-size: 14px;
	line-height: 2;
}
.about_article_title + .about_article_comment {
	margin-top: 30px;
}
.about_article_more {}
.about_article_more_link {
	display: inline-block;
	color: #000;
	font-size: 14px;
	font-weight: bold;
	padding: 0 50px 0 0;
	position: relative;
}
.about_article_more_link:hover {
	color: #000;
	text-decoration: none;
}
.about_article_more_text {
	color: #000;
	font-family: "Roboto", sans-serif;
	font-size: 15px;
	font-weight: 700;
	transition: .2s;
}
.about_article_more_link:hover .about_article_more_text {
	opacity: .5;
}
.about_article_more_svg {
	position: absolute;
	top: 50%;
	right: 0;
	transition: all .2s;
}
.about_article_more_link:hover .about_article_more_svg {
	width: 36px;
	right: 5px;
}
.about_article_side {
	width: 800px;
	height: 800px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	position: sticky;
	position: -webkit-sticky;
	top: 0;
}
.about_article_target {
	display: block;
	width: 100%;
	max-width: 100%;
}
.about_article_picture {
	height: 100%;
	margin: auto;
	display: block;
	visibility: hidden;
	position: absolute;
	top: 0;
	bottom: 0;
	transition: .8s;
	opacity: 0;
}
.about_article_picture.is_active {
	visibility: visible;
	opacity: 1;
}
.about_article_image {
	width:auto;
	max-width:100%;
	height:auto;
}
.about_pager {
	width: 1200px;
	margin: 0 auto;
}
.about_pager_list:before, .about_pager_list:after {
	content: none;
}
.about_pager_list {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: nowrap;
	margin: 0 -10px 60px;
}
.about_pager_item {
	padding: 0 10px;
}
.about_pager_link {
	color: #000;
	font-family: "Roboto", sans-serif;
	font-size:13px;
	transition: all .2s;
	position: relative;
}
.about_pager_link:hover {
	color: #000;
	text-decoration: none;
	opacity: .5;
}
.about_pager_prev {
	padding: 5px 0 5px 20px;
}
.about_pager_prev:after {
	content: "";
	width: 10px;
	height: 10px;
	margin-top: -6px;
	margin-left: -2px;
	border-top: 1px solid #000;
	border-right: 1px solid #000;
	transform: rotate(-135deg);
	position: absolute;
	top: 50%;
	left: 5px;
}
.about_pager_next {
	padding: 5px 20px 5px 0;
}
.about_pager_next:after {
	content: "";
	width: 10px;
	height: 10px;
	margin-top: -6px;
	margin-right: -2px;
	border-top: 1px solid #000;
	border-right: 1px solid #000;
	transform: rotate(45deg);
	position: absolute;
	top: 50%;
	right: 5px;
}
.about_pager_text {
	color: #bbb;
	font-family: "Roboto", sans-serif;
	font-size:13px;
	position: relative;
}
.about_pager_text.about_pager_prev:after {
	border-color: #bbb;
}
.about_pager_text.about_pager_next:after {
	border-color: #bbb;
}
.about_pager_index {
	text-align: center;
}
.about_pager_back {
	display: inline-block;
	color: #000;
	font-family: "Roboto", sans-serif;
	font-size: 15px;
	font-weight: 700;
	padding: 0 0 0 50px;
	transition: all .2s;
	position: relative;
}
.about_pager_back:hover {
	color: #000;
	text-decoration: none;
}
.about_pager_back_text {
	color: #000;
	font-family: "Roboto", sans-serif;
	font-size: 15px;
	font-weight: 700;
	transition: .2s;
}
.about_pager_back:hover .about_pager_back_text {
	opacity: .5;
}
.about_pager_back_svg {
	position: absolute;
	top: 50%;
	left: 0;
	transition: all .2s;
}
.about_pager_back:hover .about_pager_back_svg {
	width: 36px;
	left: 5px;
}

/*store-concept*/
.about_store_concept {}

@keyframes zoomUp {
	0% {
		transform: scale(1);
	}
	100% {
		transform: scale(1.2);
	}
}
.about_slide_item.add-animation {
	animation: zoomUp 7s linear 0s normal both;
}

.about_store_concept .about_modal_link {
	display: inline-block;
	text-align: center;
	position: absolute;
	z-index: 100;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	-webkit-transition: all .4s;
	transition: all .4s;
}
.about_modal_link:hover {
	opacity: .5;
}
.about_modal_link:hover,
.about_modal_link:active {
	text-decoration: none;
}
.about_modal_btn {}
.about_modal_text {
	display: block;
	margin: 12px auto;
	color: #fff;
	font-family: "Roboto", sans-serif;
	font-size: 13px;
}
.about_store_modal {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 9999;
	width: 100%;
	height: 100%;
}
.about_store_movie {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-width: 1200px;
	max-width: 1366px;
	margin: 0 auto;
	height: 100vh;
}
.about_movie_inner {
	position: relative;
}
.about_video {
	width: 100%;
	height: auto;
}
.about_store_modal .close_btn {
	display: inline-block;
	width: 22px;
	position: absolute;
	top: -36px;
	right: 0;
	-webkit-transition: all .4s;
	transition: all .4s;
	z-index: 100;
}
.about_store_modal .close_btn:hover {
	opacity: .5;
}
.about_store_modal .close_btn img {
	width: 100%;
	height: auto;
}
#popup_overlay {
	z-index: 999;
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 120%;
	background-color: rgba(0, 0, 0, 0.75);
}
