@charset "utf-8";


/* Common
------------------------------------------------------------- */

#contents_box {
	width: 100%;
}



/*Menu
------------------------------------------------------------- */

#main_menu_box {
	position: absolute;
	top: auto;
}



/*ProgressBar
------------------------------------------------------------- */

.progress {
	background-color: rgb(0,0,0);
	color: rgb(255,255,255);
	height: 100%;
	width: 100%;
	position: absolute;
	z-index: 9999;
}

.progress_bar {
	border-top: 1px solid rgb(160,160,160);
	position: absolute;
	top: 50%;
	width: 0%;
}

.progress_text {
	font-size: 12px;
	margin-top: 10px;
	position: absolute;
	top: 50%;
	width: 100%;
	text-align: center;
}

.progress_complete .progress_bar {
	border-top-color: rgb(255,255,255);
}

.img_preload {
	display: none;
}



/*Cover
------------------------------------------------------------- */

.cover_bg {
	margin: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	background-position: center center;
	background-size: cover;
	position: relative;
}

.cover_bg::after {
	display: block;
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 20px;
	background-color: #000;
	z-index: -10;
}

.cover_bg > div {
	z-index: 0 !important;
}

.cover_contents {
	position: absolute;
	top: 15%;
	left: 0;
	width: 100%;
	height: 85%;
	text-align: center;
}

.cover_contents .cover_title {
	margin: 0 auto;
	width: 50%;
	height: 40%;
	min-height: 120px;
	margin-bottom: 10px;
	background-image: url(../img/logo_h_sh_white.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	font-size: 0;
}

.cover_contents .cover_catch {
	width: 100%;
	margin: 0 auto;
	font-size: 18px;
	line-height: 1.7;
	color: #fff;
	text-shadow: 2px 2px 2px rgba(0,0,0,0.7), -2px 2px 2px rgba(0,0,0,0.7), 2px -2px 2px rgba(0,0,0,0.7), -2px -2px 2px rgba(0,0,0,0.7);
	font-weight: 200;
}

.cover_contents .cover_catch span {
	letter-spacing: 0.1em;
}

.cover_scroll {
	width: 100px;
	height: 50px;
	margin-left: -50px;
	position: absolute;
	left: 50%;
	bottom: 0;
}

.cover_scroll a {
	display: block;
	width: 100%;
	height: 50px;
	margin: 0;
	color: #fff;
	text-align: center;
	position: relative;
	background-color: #000;
	border-radius: 50px 50px 0 0/50px 50px 0 0;
}

.cover_scroll a:hover {
	text-decoration: none;
}

.cover_scroll a span {
	display: block;
	padding-top: 13px;
	font-size: 12px;
	font-weight: 200;
	letter-spacing: 0.07em;
	color: #fff;
}

.cover_scroll a::after {
	display: block;
	content: "";
	position: absolute;
	margin-left: -5px;
	bottom: 10px;
	left: 50%;
	width: 10px;
	height: 10px;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	transform: rotate(45deg);
}



/*Parallax Background
------------------------------------------------------------- */

.para_background {
	background-position: center center;
	background-size: cover;
	background-attachment: scroll;
	background-repeat: no-repeat;
}

@media print {
	.para_background {
		background-attachment: scroll !important;
	}
}

#top_creation_box {
	background-image: url(../img/bg/bg_creation_s.jpg);
}

#top_profile_box {
	background-image: url(../img/bg/bg_profile_s.jpg);
}



/*Scroll Event
------------------------------------------------------------- */

.scrEvent {
	display: block;
	opacity: 0;
}

.scrEventRev {
	display: block;
	opacity: 1;
}

@media print {
	.scrEvent {
		opacity: 1 !important;
	}

	.scrEventRev {
		opacity: 0 !important;
	}
}



/*Title
------------------------------------------------------------- */

h2.title {
	display: table;
	width: auto;
	margin: 0 auto;
	padding: 20px 0;
	text-align: center;
	font-size: 36px;
	font-family: "Noto Sans Japanese", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-weight: 200;
	line-height: 1.4;
	letter-spacing: 0.03em;
	position: relative;
	z-index: 1;
}

h2.title span.ti_jp {
	display: block;
	font-size: 14px;
	color: #6c4837;
}

h2.title::before {
	content: "";
	display: block;
	margin-left: -60%;
	width: 120%;
	height: 1px;
	border-bottom: 1px solid #ddd;
	position: absolute;
	bottom: 43px;
	left: 50%;
	z-index: -1;
}

#top_creation_box h2.title,
#top_profile_box h2.title {
	color: #fff;
}

#top_profile_box span.ti_jp {
	color: #e8e2dd;
}



/*Button
------------------------------------------------------------- */

.btn_morelist {
	margin: 0px auto 10px auto;
	padding: 0 10px;
	width: 100%;
}

.btn_morelist a {
	display: inline-block;
	position: relative;
	margin: 0;
	padding: 15px;
	width: 100%;
	height: 100%;
	font-size: 0.9rem;
	text-align: center;
	letter-spacing: 0.05em;
	color: #fff;
	background-color: #000;
	transition: all 0.3s;
}

.btn_morelist a:hover {
	text-decoration: none;
	background-color: #450808;
}

.btn_morelist a::after {
	content: '';
	display: block;
	background-color: #fff;
	position: absolute;
	height: 1px;
	width: 0px;
	left: -1px;
	bottom: 5px;
	z-index: 10;
	transition: width 0.3s;
}

.btn_morelist a:hover::after {
	width: 100%;
	width: calc(100% + 1px);
}



/*Topics
------------------------------------------------------------- */

#top_topics_box {
	margin: 50px auto 80px auto;
}

ul.top_topics_list {
	padding: 0 10px;
}

ul.top_topics_list li {
	margin: 0 0 30px 0;
	padding: 0;
	list-style-position: outside;
	list-style-type: none;
}

.top_topics_img {
	position: relative;
}

.top_topics_img::before {
	content: '';
	display: block;
	padding-top: 100%;
}

.top_topics_img a img,
.top_topics_img img {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 1;
	transition: opacity 0.25s;
}

.top_topics_img a:hover img {
	opacity: 0.8;
}

.top_topics_img a .img_fit_thum {
	object-fit: cover;
	font-family: 'object-fit: cover;'
}

.top_topics_title, .top_topics_title_en {
	margin-top: 5px;
	font-size: 0.9rem;
	font-weight: bold;
	line-height: 1.5;
	max-height: 3em;
	overflow: hidden;
	white-space: normal;
	text-overflow: ellipsis;
	position: relative;
}

.top_topics_title_en {
	margin-top: 2px;
	margin-bottom: 3px;
	padding-bottom: 2px;
	font-size: 0.75rem;
	font-weight: bold;
	color: #695555;
	border-bottom: 1px dotted #d5cfcf;
}

.top_topics_title::before, .top_topics_title_en::before {
	content: "…";
	width: 1.2em;
	text-align: center;
	position: absolute;
	display: block;
	bottom: 0;
	right: 0;
	background-color: #fff;
}

.top_topics_title::after, .top_topics_title_en::after {
	content: "";
	width: 100%;
	height: 100%;
	background-color: #fff;
	position: absolute;
}

.top_topics_lead, .top_topics_lead_en {
	margin-top: 5px;
	font-size: 0.85rem;
	font-weight: normal;
	line-height: 1.5;
	max-height: 4.5em;
	overflow: hidden;
	white-space: normal;
	text-overflow: ellipsis;
	position: relative;
}

.top_topics_lead_en {
	margin-top: 2px;
	font-size: 0.75rem;
	color: #695555;
}

.top_topics_lead::before, .top_topics_lead_en::before {
	content: "…";
	width: 1.2em;
	text-align: center;
	position: absolute;
	display: block;
	bottom: 0;
	right: 0;
	background-color: #fff;
}

.top_topics_lead::after, .top_topics_lead_en::after {
	content: "";
	width: 100%;
	height: 100%;
	background-color: #fff;
	position: absolute;
}

.top_topics_date {
	padding: 3px;
	text-align: right;
	font-size: 0.75rem;
	letter-spacing: 0.03em;
	color: #756e6e;
	border-bottom: 1px dotted #d5cfcf;
}

.top_topics_cate {
	padding: 3px 0;
	width: 100%;
	text-align: right;
}

.top_topics_cate a {
	display: inline-block;
	height: 100%;
	margin: 0;
	padding: 0 4px;
	font-size: 0.75rem;
	line-height: normal;
	background-color: transparent;
	color: #856a6a;
	transition: 0.3s;
	border-right: 1px solid #d5cfcf;
}

.top_topics_cate a:first-child {
	border-left: 1px solid #d5cfcf;
}

.top_topics_cate a:hover {
	background-color: #e3dede;
	color: #5a4545;
	text-decoration: none;
}



/*Banner
------------------------------------------------------------- */

#banner_box {
	margin: 50px auto;
	padding: 0 10px;
	width: 100%;
}

#banner_box::after {
	content:"";
	display:block;
	clear:both;
}

.banner_list {
	width: 100%;
	line-height: normal;
	font-size: 0;
}

.banner_list li {
	margin: 0 0 20px 0;
	padding: 0;
	font-size: 0.8rem;
	list-style-position: outside;
	list-style-type: none;
	width: 100%;
}

.banner_list li a {
	color: inherit;
	opacity: 1;
	transition: opacity 0.25s;
}

.banner_list li a:hover {
	opacity: 0.8;
}

.banner_list li a img {
	width: 100%;
	height: auto;
}



/*Creation
------------------------------------------------------------- */

#top_creation_box {
	margin: 50px 0;
	padding: 0;
}

ul.top_creation_list {
	padding: 0 10px 10px 10px;
}

ul.top_creation_list li {
	margin: 0;
	padding: 0 20px 30px 20px;
	list-style-position: outside;
	list-style-type: none;
}

.top_creation_img {
	position: relative;
}

.top_creation_img::before {
	content: '';
	display: block;
	padding-top: 100%;
}

.top_creation_img a img {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	transition: all 0.25s;
	object-fit: cover;
	font-family: 'object-fit: cover;'
}

.top_creation_img a::before {
	content: "";
	display: inline-block;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(255,255,255,0.5);
	z-index: 10;
	opacity: 0;
	transition: all 0.25s;
}

ul.top_creation_list li:hover .top_creation_img a::before {
	opacity: 0.5;
}

.top_creation_title {
	margin: 0;
	padding: 4px 5px 5px 5px;
	font-size: 0.85rem;
	font-family: "Noto Sans Japanese", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-weight: 400;
	line-height: 1.4;
	color: #fff;
	background-color: #000;
}



/*About
------------------------------------------------------------- */

#top_about_box {
	width: 100%;
	margin: 30px auto 50px auto;
}

.about_lead {
	width: 100%;
	margin-bottom: 40px;
	padding: 10px;
}

.about_lead p {
	padding: 0 10px;
	font-size: 0.9rem;
	font-family: "Noto Sans Japanese", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-weight: 300;
	line-height: 2.2;
}

h3.top_h3 {
	width: 100%;
	margin: 20px auto;
	padding: 0;
	text-align: center;
	font-size: 20px;
	font-family: "Noto Sans Japanese", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-weight: 200;
	line-height: 1.4;
	letter-spacing: 0.03em;
}

h3.top_h3 span {
	display: inline-block;
	width: auto;
	padding: 0 22px;
	line-height: normal;
	position: relative;
}

h3.top_h3 span::before,
h3.top_h3 span::after {
	content: "";
	display: block;
	width: 18px;
	height: 18px;
	background-color: #cfc7c8;
	border-radius: 9px;
	position: absolute;
	top: 7px;
	z-index: -1;
}

h3.top_h3 span::before {
	left: 0;
}

h3.top_h3 span::after {
	right: 0;
}


/*Company*/

.about_company_box {
	width: 100%;
	padding: 10px;
	margin-bottom: 50px;
}

.company_img {
	width: 100%;
}

.company_img img {
	max-width: 100%;
}

.company_details {
	width: 100%;
	padding: 0;
}

.company_details h4 {
	margin: 5px 0;
	padding: 0;
	font-size: 1rem;
	text-align: center;
	background-color: inherit;
	color: #342b2b;
}

.company_details p {
	margin: 0 0 10px 0;
	padding: 0 10px;
	text-align: center;
	font-size: 0.85rem;
	line-height: 1.7;
}

.about_company_box p.btn_morelist {
	margin: 0 0 20px 0;
	padding: 0;
	border-left: 0;
}

.company_map {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}

.company_map iframe,
.company_map object,
.company_map embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


/*Showroom*/

.about_showroom_box {
	width: 100%;
	padding: 10px;
	margin-bottom: 50px;
}

.showroom_img img {
	max-width: 100%;
	margin-bottom: 10px;
}

.showroom_details p {
	margin-bottom: 10px;
}

.showroom_details dl {
	margin-bottom: 8px;
	font-size: 0.85rem;
	line-height: 1.5;
	border-bottom: 1px solid #d5cfcf;
}

.showroom_details dl dt {
	margin: 0;
	padding: 8px 6px;
	width: 6.5em;
	font-weight: normal;
	float: left;
	clear: left;
}

.showroom_details dl dt::before {
	content: "\f0c8";
	font-family: FontAwesome;
	color: #cfc7c8;
	margin-right: 3px;
}

.showroom_details dl dd {
	margin: 0;
	padding: 8px 4px 8px 6.8em;
	border-top: 1px solid #d5cfcf;
}

.about_showroom_box p.btn_morelist {
	margin: 0 0 20px 0;
	padding: 0;
}



/*Profile
------------------------------------------------------------- */

#top_profile_box {
	margin: 50px 0 80px 0;
	padding: 0 0 20px 0;
}

.profile_img {
	width: 100%;
	margin: 0 auto 30px auto;
	padding: 0;
	color: #fff;
	text-align: center;
	letter-spacing: 0.05em;
	font-size: 0.9rem;
	font-family: "Noto Sans Japanese", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-weight: 400;
	line-height: 1.6;
	letter-spacing: 0.03em;
}

.profile_img img {
	width: 200px;
	height: auto;
	margin-bottom: 8px;
}

.profile_history {
	width: 100%;
	margin: 0 auto;
	padding: 10px;
}

.profile_history_inner {
	margin: 0 0 20px 0;
	padding: 10px;
	color: #fff;
	line-height: 1.8;
	background-color: rgba(0, 0, 0, 0.6);
}

.profile_history_inner::after {
	content:"";
	display:block;
	clear:both;
}

.profile_history_inner h4 {
	margin: 0 0 10px 0;
	padding: 4px;
	font-size: 1.1rem;
	line-height: 1;
	letter-spacing: 0.05em;
	background-color: transparent;
	color: #fff;
	border-left: 10px solid #fff;
}

.profile_history_inner p {
	margin: 0 0 10px 0;
	padding: 0;
}

.profile_history_inner p + h4 {
	margin-top: 30px;
}

.profile_history_inner p.link_txt a {
	color: #fff;
	display: inline-block;
	line-height: 1;
	text-decoration: none;
}

.profile_history_inner p.link_txt a:hover,
.profile_history_inner p.link_txt a:active {
	color: #fff;
	text-decoration: none;
	border-bottom: 1px solid #fff;
}



/*Instagram SnapWidgets
------------------------------------------------------------- */

.top_insta_wrapper {
	width: 100%;
	margin: 50px auto;
	padding: 0 10px 20px 10px;
	position: relative;
	z-index: 1;
}


.top_insta_wrapper .top_insta_fader {
	width: 100%;
	height: 100%;
	z-index: 10 !important;
	background-color: #fff;
	position: absolute;
	left: 0;
	top: 0;
	pointer-events: none;
}


.top_insta_box iframe {
	border:none;
	overflow:hidden;
	width:100%;
}

.snapwidget1 {
	display: block;
}

.snapwidget2 {
	display: none;
}

.snapwidget3 {
	display: none;
}

.snapwidget4 {
	display: none;
}





/* for SmallSize
--------------------------------------------------------------------------------- */
@media print, screen and (min-width:360px) {

	/*Cover
	------------------------------------------------------------- */

	.cover_contents .cover_title {
		width: 35%;
		height: 35%;
		min-height: 150px;
	}

	.cover_contents .cover_catch {
		font-size: 18px;
	}

}





/* for MiddleSize(480-787px)
-------------------------------------------------------------------------------- */
@media print, screen and (min-width:480px) {

	/*Cover
	------------------------------------------------------------- */

	.cover_contents {
		top: 20%;
		height: 80%;
	}

	.cover_contents .cover_title {
		width: 35%;
		height: 35%;
		min-height: 170px;
	}

	.cover_contents .cover_catch {
		font-size: 18px;
		line-height: 1.8;
	}

	.cover_catch br.hidden_br {
		display: none;
	}

	/*Title
	------------------------------------------------------------- */

	h2.title {
		padding: 30px 0;
		font-size: 44px;
	}

	h2.title span.ti_jp {
		font-size: 15px;
	}

	h2.title::before {
		bottom: 55px;
	}

	/*Topics
	------------------------------------------------------------- */

	#top_topics_box {
		margin: 70px auto 80px auto;
	}

	ul.top_topics_list {
		display: flex;
		flex-wrap: wrap;
		justify-content: flex-start;
		align-items: flex-start;
	}

	ul.top_topics_list li {
		margin: 0 0 30px 0;
		padding: 0;
		width: 48%;
		margin-right: 3.9%;
	}

	ul.top_topics_list li:nth-child(2n) {
		margin-right: 0;
	}

	/*Banner
	------------------------------------------------------------- */

	#banner_box {
		margin: 70px auto;
	}

	/*Creation
	------------------------------------------------------------- */

	ul.top_creation_list {
		padding: 0 10px;
		display: flex;
		flex-wrap: wrap;
		justify-content: flex-start;
		align-items: flex-start;
	}

	ul.top_creation_list li {
		margin: 0 0 30px 0;
		padding: 0;
		width: 48%;
		margin-right: 3.95%;
	}

	ul.top_creation_list li:nth-child(2n) {
		margin-right: 0;
	}

	/*About
	------------------------------------------------------------- */

	#top_about_box {
		margin: -10px auto 50px auto;
	}

	h3.top_h3 {
		margin: 10px auto 20px auto;
		font-size: 24px;
	}

	h3.top_h3 span {
		padding: 0 26px;
	}

	h3.top_h3 span::before,
	h3.top_h3 span::after {
		width: 20px;
		height: 20px;
		border-radius: 10px;
		top: 9px;
	}

	/*Company*/

	.about_company_box {
		width: 100%;
		padding: 10px;
	}

	.company_flex {
		display: flex;
		justify-content: space-between;
		align-items: flex-end;
	}

	.company_img {
		width: 35%;
		margin-bottom: 10px;
	}

	.company_details {
		width: 64.5%;
		padding: 0 0 0 10px;
	}

	.company_details h4 {
		text-align: left;
	}

		.company_details p {
		text-align: left;
	}

	/*Profile
	------------------------------------------------------------- */

	.profile_img img {
		width: 240px;
	}


}





/* for MiddleSize(560-787px)
-------------------------------------------------------------------------------- */
@media print, screen and (min-width:560px) {

	/*Instagram SnapWidgets
	------------------------------------------------------------- */

	.snapwidget1 {
		display: none;
	}

	.snapwidget2 {
		display: block;
	}

}





/* for MiddleSize
-------------------------------------------------------------------------------- */
@media print, screen and (min-width:788px) {

	/*Cover
	------------------------------------------------------------- */

	.cover_contents {
		top: 25%;
		height: 75%;
	}

	.cover_contents .cover_title {
		width: 30%;
		height: 35%;
		margin-bottom: 15px;
	}

	.cover_contents .cover_catch {
		font-size: 22px;
		line-height: 2;
	}

	/*Parallax Background
	------------------------------------------------------------- */

	.para_background {
		background-attachment: fixed;
	}

	#top_creation_box {
		background-image: url(../img/bg/bg_creation.jpg);
	}

	#top_profile_box {
		background-image: url(../img/bg/bg_profile.jpg);
	}

	/*Title
	------------------------------------------------------------- */

	h2.title {
		padding: 35px 0 40px 0;
		font-size: 48px;
	}

	h2.title::before {
		bottom: 65px;
	}

	/*Button
	------------------------------------------------------------- */

	.btn_morelist {
		width: 480px;
	}

	/*Topics
	------------------------------------------------------------- */

	#top_topics_box {
		margin: 80px auto;
		width: 768px;
	}

	ul.top_topics_list li {
		width: 31.5%;
		margin-right: 2.7%;
	}

	ul.top_topics_list li:nth-child(2n) {
		margin-right: 2.7%;
	}

	ul.top_topics_list li:nth-child(3n) {
		margin-right: 0;
	}

	/*Banner
	------------------------------------------------------------- */

	#banner_box {
		margin: 0 auto 60px auto;
		width: 768px;
	}

	.banner_list {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		align-items: flex-start;
	}

	.banner_list li {
		width: 48%;
		margin-right: 3.98%;
		margin-bottom: 30px;
	}

	.banner_list li:nth-child(2n) {
		margin-right: 0;
	}

	.banner_list li.bn_store,
	.banner_list li.bn_shop {
		width: 61%;
		margin-right: 0;
	}

	.banner_list li.bn_store_l,
	.banner_list li.bn_shop_l {
		width: 100%;
		margin-right: 0;
	}


	/*Creation
	------------------------------------------------------------- */

	#top_creation_box {
		margin: 0 0 80px 0;
		padding-bottom: 30px;
	}

	ul.top_creation_list {
		margin: 0 auto;
		width: 768px;
	}

	ul.top_creation_list li {
		width: 31.5%;
		margin-right: 2.7%;
	}

	ul.top_creation_list li:nth-child(2n) {
		margin-right: 2.7%;
	}

	ul.top_creation_list li:nth-child(3n) {
		margin-right: 0;
	}

	/*About
	------------------------------------------------------------- */

	#top_about_box {
		margin: -20px auto 100px auto;
		width: 768px;
	}

	.about_lead {
		margin-bottom: 60px;
	}

	.about_lead p {
		font-size: 1rem;
		line-height: 2;
	}

	h3.top_h3 {
		margin: 10px auto 20px auto;
		font-size: 20px;
	}

	h3.top_h3 span {
		padding: 0 22px;
	}

	h3.top_h3 span::before,
	h3.top_h3 span::after {
		width: 18px;
		height: 18px;
		border-radius: 9px;
	}

	.top_about_flex {
		display: flex;
		justify-content: space-between;
		margin-bottom: 80px;
	}

	/*Company*/

	.about_company_box {
		margin: 0;
		width: 50.95%;
		padding: 0 20px 0 10px;
		border-right: 1px solid #d5cfcf;
	}

	.company_flex {
		display: block;
	}

	.company_img {
		width: 100%;
		text-align: center;
	}

	.company_img img {
		width: 207px;
		margin: 0 auto;
	}

	.company_details {
		width: 100%;
		padding: 0 0 0 10px;
	}

	.company_details h4 {
		text-align: center;
	}

	.company_details p {
		text-align: center;
	}

	.about_company_box p.btn_morelist {
		width: 100%;
	}

	/*Showroom*/

	.about_showroom_box {
		margin: 0;
		width: 49%;
		padding: 0 10px 0 20px;
	}

	.about_showroom_box p.btn_morelist {
		width: 100%;
	}

	/*Profile
	------------------------------------------------------------- */

	#top_profile_box {
		margin: 0 0 80px 0;
		padding-bottom: 50px;
	}

	.profile_img img {
		width: 280px;
	}

	.profile_history {
		width: 768px;
	}

	.profile_history_inner {
		margin-bottom: 30px;
		padding: 15px;
	}

	.profile_history_inner h4 {
		font-size: 1.2rem;
	}

	.profile_history_inner p + h4 {
		margin-top: 40px;
	}


	/*Instagram SnapWidgets
	------------------------------------------------------------- */

	.top_insta_wrapper {
		width: 768px;
	}


}





/* for LargeSize
-------------------------------------------------------------------------------- */
@media print, screen and (min-width:980px) {

	/*Cover
	------------------------------------------------------------- */

	.cover_contents {
		top: 30%;
		height: 70%;
	}

	.cover_contents .cover_title {
		margin-bottom: 30px;
	}

	/*Title
	------------------------------------------------------------- */

	h2.title {
		padding: 40px 0;
		font-size: 54px;
	}

	h2.title span.ti_jp {
		font-size: 16px;
	}

	h2.title::before {
		bottom: 67px;
	}

	/*Topics
	------------------------------------------------------------- */

	#top_topics_box {
		margin: 70px auto 100px auto;
		width: 960px;
	}

	/*Banner
	------------------------------------------------------------- */

	#banner_box {
		margin: 0 auto 80px auto;
		width: 960px;
	}

	.banner_list li {
		width: 48.5%;
		margin-right: 2.98%
	}

	.banner_list li.bn_store {
		width: 50%;
	}

	/*Creation
	------------------------------------------------------------- */

	#top_creation_box {
		margin: 0 auto 80px auto;
	}

	ul.top_creation_list {
		width: 960px;
	}

	ul.top_creation_list li {
		width: 23.48%;
		margin-right: 2%;
	}

	ul.top_creation_list li:nth-child(2n),
	ul.top_creation_list li:nth-child(3n) {
		margin-right: 2%;
	}

	ul.top_creation_list li:nth-child(4n) {
		margin-right: 0;
	}

	/*About
	------------------------------------------------------------- */

	#top_about_box {
		margin: -30px auto 120px auto;
		width: 960px;
	}

	.about_lead p {
		font-size: 1.2rem;
		line-height: 2.2;
		margin-bottom: 30px;
	}

	h3.top_h3 {
		margin: 10px auto 20px auto;
		font-size: 24px;
	}

	h3.top_h3 span {
		padding: 0 26px;
	}

	h3.top_h3 span::before,
	h3.top_h3 span::after {
		width: 20px;
		height: 20px;
		border-radius: 10px;
		top: 9px;
	}

	/*Company*/

	.company_flex {
		display: flex;
	}

	.company_img {
		width: 35%;
	}

	.company_img img {
		width: 100%;
	}

	.company_details {
		width: 64.98%;
	}

	.company_details h4 {
		text-align: left;
	}

	.company_details p {
		text-align: left;
	}

	/*Profile
	------------------------------------------------------------- */

	.profile_img img {
		width: 300px;
	}

	.profile_history {
		width: 960px;
	}

	.profile_history_inner {
		padding: 20px;
	}


	/*Instagram SnapWidgets
	------------------------------------------------------------- */

	.top_insta_wrapper {
		width: 960px;
		margin: 70px auto;
	}

	.snapwidget2 {
		display: none;
	}

	.snapwidget3 {
		display: block;
	}

}





/* for ExtraLargeSize
-------------------------------------------------------------------------------- */
@media print, screen and (min-width:1280px) {

	/*Button
	------------------------------------------------------------- */

	.btn_morelist {
		width: 626px;
	}

	/*Topics
	------------------------------------------------------------- */

	#top_topics_box {
		width: 1260px;
	}

	ul.top_topics_list li {
		width: 23.48%;
		margin-right: 2%;
	}

	ul.top_topics_list li:nth-child(2n),
	ul.top_topics_list li:nth-child(3n) {
		margin-right: 2%;
	}

	ul.top_topics_list li:nth-child(4n) {
		margin-right: 0;
	}

	/*Banner
	------------------------------------------------------------- */

	#banner_box {
		width: 1260px;
	}

	.banner_list li {
		width: 49%;
		margin-right: 1.98%
	}

	/*Creation
	------------------------------------------------------------- */

	ul.top_creation_list {
		width: 1260px;
	}

	/*About
	------------------------------------------------------------- */

	#top_about_box {
		width: 1260px;
	}

	/*Profile
	------------------------------------------------------------- */

	.profile_history {
		width: 1260px;
	}


	/*Instagram SnapWidgets
	------------------------------------------------------------- */

	.top_insta_wrapper {
		width: 1260px;
	}

	.snapwidget3 {
		display: none;
	}

	.snapwidget4 {
		display: block;
	}

}



/*Add manmal
------------------------------------------------------------- */

.cover_contents a , .cover_contents a:hover , .cover_contents a::after {
	text-decoration: none;
}


/*Add Langage Button
------------------------------------------------------------- */

.cover_bg .lang_btn {
	position: absolute;
	right: 20px;
	top: 20px;
}

.cover_bg .lang_btn a {
	display: block;
	padding: 10px;
	width: auto;
	height: auto;
	line-height: 1;
	font-size: 1rem;
	letter-spacing: 0.03em;
	white-space: nowrap;
	color: #fff;
	background-color: #000;
}

.cover_bg .lang_btn a:hover, .cover_bg .lang_btn a:active {
	text-decoration: none;
	background-color: #450808;
}



/*Add Youtube Movie
------------------------------------------------------------- */

#top_movie_box {
	margin: 0 10px 80px 10px;
	padding: 30px 0 0 0;
}

#top_movie_box .iframe_box {
	margin: 0 auto 10px auto;
	position: relative;
	max-width: 800px;
}

#top_movie_box .iframe_box::before {
	content: "";
	display: block;
	padding-top: 56.25%;
}

#top_movie_box .iframe_box iframe{
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
}

#top_movie_box > p {
	margin: 0 auto;
	width: 100%;
	max-width: 800px;
}
