@charset "utf-8";

/***** base *****/

* {
	font-family: 'Noto Sans CJK JP', 'Noto Sans JP', sans-serif;
	font-variant-ligatures: none;
	word-break: break-all;
	vertical-align: baseline;
	padding: 0;
	margin: 0 auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

html {
	overflow-y: unset;
}

body {
	color: #000000;
	background-color: #f0f0f0;
}

body.menu_open_act1 {
	overflow-y: hidden;
}

p {
	font-family: 'Noto Sans CJK JP', 'Noto Sans JP', sans-serif;
}

.wf-active p {
	visibility: visible;
}

a {
	color: #000000;
	text-decoration: none !important;
	list-style: none;
}

img {
	width: 100%;
	max-width: 100%;
	display: block;
}

li {
	text-decoration: none;
	list-style: none;
}

.fixed {
	position: fixed;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow-y: unset;
}

.hide {
	display: none;
}

/***** font_set *****/

.font_set1 {
	font-family: 'Noto Sans CJK JP', 'Noto Sans JP', sans-serif;
}

.font_set2 {
	font-family: 'Montserrat', sans-serif;
}

/***** image_animation *****/

.image_animation1 a img {
	transition: .7s;
	transform: scale(1.00);
	opacity: 1;
}

.image_animation1 a:hover img {
	transform: scale(1.025);
	opacity: 0.8;
}

/***** color_switch *****/

.color_switch_name_target,
.color_switch_visual_target1,
.color_switch_visual_target2 {
	position: absolute;
	z-index: -10;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	height: 100%;
	transform: translateY(20px);
	transition: .3s;
	opacity: 0;
}

.color_switch_name_target.color_switch_name_target_active,
.color_switch_visual_target1.color_switch_visual_target1_active1,
.color_switch_visual_target2.color_switch_visual_target2_active1 {
	z-index: 10;
	transform: translateY(0px);
	opacity: 1;
}

.color_switch_btn_target {
	width: auto;
	max-width: 35px;
	padding: 0px 0px 0px 0px;
	margin: 5px 5px 5px 5px;
	border: 0px solid #b32419;
	border-radius: 0px 0px 0px 0px;
	transition: .2s;
	overflow: hidden;
	cursor: pointer;
}

.color_switch_btn_target:hover {
	padding: 5px 5px 5px 5px;
	border: 3px solid #e39a0e;
}

.color_switch_btn_target.color_switch_btn_target_active {
	padding: 5px 5px 5px 5px;
	border: 3px solid #d52b1e;
}

/***** color_switch_product *****/

.color_switch_product_name_target,
.color_switch_product_visual_target1,
.color_switch_product_visual_target2 {
	position: absolute;
	z-index: -10;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	height: 100%;
	transform: translateY(20px);
	transition: .3s;
	opacity: 0;
}

.color_switch_product_name_target.color_switch_product_name_target_active,
.color_switch_product_visual_target1.color_switch_product_visual_target1_active1,
.color_switch_product_visual_target2.color_switch_product_visual_target2_active1 {
	z-index: 10;
	transform: translateY(0px);
	opacity: 1;
}

.color_switch_product_gallery_target1,
.color_switch_product_gallery_target2,
.color_switch_product_gallery_target3,
.color_switch_product_gallery_target4,
.color_switch_product_gallery_target5,
.color_switch_product_gallery_target6,
.color_switch_product_gallery_target7,
.color_switch_product_gallery_target8,
.color_switch_product_gallery_target9,
.color_switch_product_gallery_target10,
.color_switch_product_gallery_target11,
.color_switch_product_gallery_target12 {
	position: absolute;
	z-index: -10;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	height: 100%;
	transform: translateY(20px);
	transition: .3s;
	opacity: 0;
}

.color_switch_product_gallery_target1.color_switch_product_gallery_target1_active1,
.color_switch_product_gallery_target2.color_switch_product_gallery_target2_active1,
.color_switch_product_gallery_target3.color_switch_product_gallery_target3_active1,
.color_switch_product_gallery_target4.color_switch_product_gallery_target4_active1,
.color_switch_product_gallery_target5.color_switch_product_gallery_target5_active1,
.color_switch_product_gallery_target6.color_switch_product_gallery_target6_active1,
.color_switch_product_gallery_target7.color_switch_product_gallery_target7_active1,
.color_switch_product_gallery_target8.color_switch_product_gallery_target8_active1,
.color_switch_product_gallery_target9.color_switch_product_gallery_target9_active1,
.color_switch_product_gallery_target10.color_switch_product_gallery_target10_active1,
.color_switch_product_gallery_target11.color_switch_product_gallery_target11_active1,
.color_switch_product_gallery_target12.color_switch_product_gallery_target12_active1 {
	z-index: 10;
	transform: translateY(0px);
	opacity: 1;
}

.color_switch_product_btn_target {
	width: auto;
	max-width: 35px;
	padding: 0px 0px 0px 0px;
	margin: 5px 5px 5px 5px;
	border: 0px solid #b32419;
	border-radius: 0px 0px 0px 0px;
	transition: .2s;
	overflow: hidden;
	cursor: pointer;
}

.color_switch_product_btn_target:hover {
	padding: 5px 5px 5px 5px;
	border: 3px solid #e39a0e;
}

.color_switch_product_btn_target.color_switch_product_btn_target_active {
	padding: 5px 5px 5px 5px;
	border: 3px solid #d52b1e;
}

/***** color *****/

.white {
	color: #fff !important;
}

.red1 {
	color: #e91d13;
}

/***** theme *****/

.theme_bg1 {
	background-color: #f0f0f0;
}

.theme_bg2 {
	background-color: #ffffff;
}

/***** menu *****/

.menu {
	position: fixed;
	z-index: 100;
	top: 0;
	bottom: 0;
	left: -350px;
	right: unset;
	width: 350px;
	height: 100%;
	border-right: 5px solid #f0f0f0;
	transition: 0.5s cubic-bezier(.86,0,.07,1);
	opacity: 0;
	overflow: hidden;
}

.menu.page_active_act1 {
	left: 0;
	opacity: 1;
}

.menu_object1 {
	position: absolute;
	z-index: 30;
	top: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 50px 40px 50px 40px;
	transition: 0.5s cubic-bezier(.86,0,.07,1);
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
	align-items: center;
}

.menu.menu_open_act1 .menu_object1 {
	left: 100%;
}

.menu_object2 {
	position: absolute;
	z-index: 100;
	top: 0;
	bottom: 0;
	left: -350px;
	right: unset;
	width: 350px;
	height: 100%;
	padding: 50px 40px 50px 40px;
	border-right: 5px solid #f0f0f0;
	transition: 0.5s cubic-bezier(.86,0,.07,1);
}

.menu.menu_open_act1 .menu_object2 {
	left: 0;
}

.menu_object1_inner1 {
	width: 100%;
	height: 80%;
	padding: 0px 0px 0px 0px;
	border-bottom: 0px solid #d7d7d7;
	display: flex;
	flex-flow: column wrap;
	justify-content: center;
	align-items: center;
}

.menu_object1_inner2 {
	width: 100%;
	height: 20%;
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
	align-items: center;
}

.menu_btn1 {
	position: absolute;
	z-index: 150;
	top: 30px;
	left: 30px;
	width: 30px;
	height: 30px;
	cursor: pointer;
	display: flex;
	justify-content: center;
	align-items: center;
}

.menu_btn1_object1 {
	position: relative;
	width: 100%;
	height: 100%;
	max-width: 30px;
	max-height: 10px;
	margin: 0px 0px 0px 0px;
	transition: 0.5s cubic-bezier(.86,0,.07,1);
}

.menu.menu_open_act1 .menu_btn1_object1 {
	max-height: 1px;
}

.menu_btn1_object1_line1 {
	position: absolute;
	z-index: 10;
	top: 0;
	width: 100%;
	height: 1px;
	background-color: #000000;
	transform: rotate(0deg);
	transition: 0.5s cubic-bezier(.86,0,.07,1);
}

.menu.menu_open_act1 .menu_btn1_object1_line1 {
	bottom: 50%;
	transform: rotate(-35deg);
}

.menu_btn1_object1_line2 {
	position: absolute;
	z-index: 10;
	bottom: 0;
	width: 100%;
	height: 1px;
	background-color: #000000;
	transform: rotate(0deg);
	transition: 0.5s cubic-bezier(.86,0,.07,1);
}

.menu.menu_open_act1 .menu_btn1_object1_line2 {
	transform: rotate(35deg);
}

/***** brand_logo *****/

.brand_logo {
	width: 100%;
	height: auto;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 50px 0px;
	transition: .3s;
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	align-items: center;
}

.brand_logo a {
	width: auto;
	margin: 0px 0px 0px 0px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.brand_logo a svg {
	width: 100%;
	height: auto;
	max-width: 250px;
}

/***** about *****/

.about {
	width: auto;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	border-left: 0px solid #e8e8e8;
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
	align-items: center;
}

.about_object1 {
	width: 100%;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

.about_object1_text1 {
	width: 100%;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

.about_object1_text1 p {
 font-size: 12px;
 font-weight: 300;
 text-align: left;
 text-indent: 0px;
 letter-spacing: 5px;
 line-height: 26px;
 padding: 5px 0px 5px 0px;
}

/***** store_logo *****/

.store_logo {
	width: auto;
	height: auto;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	transition: .3s;
	display: block;
}

.store_logo a {
	width: auto;
	margin: 0px 0px 0px 0px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.store_logo svg {
	width: 100%;
	height: 100%;
	max-width: 130px;
	margin: 0px 0px 0px 0px;
	display: block;
}

/***** site_menu *****/

.site_menu {
	width: 100%;
	height: 100%;
	padding: 0px 0px 0px 0px;
	border-right: 0px solid #e8e8e8;
	transition: .8s;
	display: block;
}

.site_menu_inner1 {
	width: 100%;
	height: 100%;
	padding: 0px 0px 0px 0px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.site_menu_scroll_layer1 {
	width: 100%;
	height: auto;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	border-bottom: 0px solid #e8e8e8;
	transition: unset;
	display: block;
}

.site_menu_scroll_layer1 ul {
	width: 100%;
	height: auto;
	display: flex;
	flex-flow: column wrap;
	justify-content: flex-start;
	align-items: center;
}

.site_menu_scroll_layer1 ul li {
	position: relative;
	width: 100%;
	height: auto;
	padding: 0px 0px 5px 0px;
	margin: 10px 0px 10px 0px;
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	align-items: center;
}

.site_menu_scroll_layer1 ul li::after {
	content: "";
	position: absolute;
	z-index: 5;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 0px;
	background-color: #db8f3e;
	transition: .3s;
}

.site_menu_scroll_layer1 ul li:hover::after {
	height: 2px;
	background-color: #db8f3e;
}

.site_menu_scroll_layer1 ul li a {
	width: 100%;
	height: 100%;
	color: #000000;
	font-family: 'Montserrat', sans-serif;
	font-size: 12px;
	font-weight: 300;
	font-style: unset;
	text-align: left;
	text-indent: 0px;
	letter-spacing: 5px;
	padding: 0px 0px 5px 0px;
	transition: .3s;
	display: block;
}

.site_menu_scroll_layer1 ul li a:hover {
	color: #db8f3e;
}

/***** grid *****/

.grid_wrap {
  width: 100%;
	height: 100%;
	padding: 0px 0px 0px 350px;
	margin: 0px 0px 0px 0px;
	opacity: 0;
	transition: 0.5s cubic-bezier(.86,0,.07,1);
	overflow: hidden;
}

.grid_wrap.page_active_act1 {
	left: 0;
	opacity: 1;
}

.grid_wrap_inner1 {
	position: relative;
  width: 100%;
	height: auto;
	overflow: hidden;
}

.grid_wrap_inner1::after {
	content: "";
	position: absolute;
	z-index: 20;
	top: 0;
	bottom: 0;
	left: unset;
	right: 0;
	width: 100%;
	height: 100%;
	background-color: #ffffff;
	transition: 0.5s cubic-bezier(.86,0,.07,1);
}

.grid_wrap.page_active_act1 .grid_wrap_inner1::after {
	right: -100%;
}

.grid {
	position: relative;
	z-index: 0;
	width: 100%;
	height: auto;
	margin: 0px 0px 0px 0px;
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	align-items: flex-start;
}

.grid_inner1 {
	width: 100%;
	height: 100%;
	max-width: 100%;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

.grid_inner2 {
	width: 100%;
	height: 100%;
	max-width: 100%;
	padding: 100px 100px 100px 100px;
	margin: 0px 0px 0px 0px;
	border-top: 5px solid #f0f0f0;
}

.grid_title1 {
	width: 100%;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 80px 0px;
	border-bottom: 0px solid #e1cfb9;
	display: flex;
	flex-flow: column wrap;
	justify-content: center;
	align-items: flex-start;
}

.grid_title1_text1 {
	width: auto;
	margin: 0px 0px 10px 0px;
}

.grid_title1_text1 p {
	width: auto;
	color: #db8f3e;
	font-family: 'Montserrat', sans-serif;
	font-size: 70px;
	font-weight: 300;
	font-style: unset;
	text-align: left;
	text-indent: 0px;
	letter-spacing: 20px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	display: inline-block;
  animation: title_move 20s ease-in-out 1s infinite;
}

.grid_title1_text2 {
	width: auto;
	margin: 0px 0px 0px 0px;
}

.grid_title1_text2 p {
	width: auto;
	color: #db8f3e;
	font-family: 'Montserrat', sans-serif;
	font-size: 35px;
	font-weight: 300;
	font-style: unset;
	text-align: left;
	text-indent: 0px;
	letter-spacing: 20px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	display: inline-block;
}

@keyframes title_move {
  0% {
		text-indent: 0px;
		letter-spacing: 20px;
  }
  50% {
		text-indent: 30px;
		letter-spacing: 30px;
  }
  100% {
		text-indent: 0px;
		letter-spacing: 20px;
  }
}

.grid_breadcrumb1 {
  width: 100%;
  margin: 0px 0px 100px 0px;
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
	align-items: center;
}

.grid_breadcrumb1_object1 {
  width: auto;
	margin: 0px 0px 0px 0px;
}

.grid_breadcrumb1_object1 a {
	color: #db8f56;
  font-size: 12px;
	font-weight: 300;
	text-align: left;
	text-indent: 0px;
	letter-spacing: 3px;
	line-height: 24px;
	transition: .3s;
	display: block;
}

.grid_breadcrumb1_object1 a:hover {
	color: #d20a1d;
}

.grid_breadcrumb1_object1 span {
	color: #888888;
  font-size: 10px;
	font-weight: 300;
	text-align: left;
	text-indent: 0px;
	letter-spacing: 3px;
	line-height: 24px;
	padding: 0px 15px 0px 15px;
}

.grid_breadcrumb1_object1 p {
	color: #888888;
  font-size: 12px;
	font-weight: 300;
	text-align: left;
	text-indent: 0px;
	letter-spacing: 3px;
	line-height: 24px;
}

/***** topics *****/

.topics {
	width: 100%;
	height: 70vh;
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
	align-items: center;
}

.topics_object1 {
	position: relative;
	width: 100%;
	height: 100%;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
	align-items: stretch;
}

.topics_object1_img1 {
	position: relative;
	z-index: 10;
	width: 70%;
	margin: 0px 0px 0px 0px;
	background-color: #000000;
	overflow: hidden;
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-end;
	align-items: center;
}

.topics_object1_img1 a {
	width: 100%;
	display: block;
}

.topics_object1_img1 a img {
	width: 100%;
	max-width: 100%;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

.topics_object1_info1 {
	position: absolute;
	z-index: 20;
	top: 0;
	bottom: 0;
	right: 0;
	width: 30%;
	height: 100%;
	padding: 80px 60px 100px 60px;
	margin: 0px 0px 0px 0px;
	background-color: rgba(0,0,0,0.7);
}

.topics_object1_info1_date1 {
	width: 100%;
	margin: 0px 0px 20px 0px;
}

.topics_object1_info1_date1 p {
	color: #ffffff;
	font-family: 'Montserrat', sans-serif;
	font-size: 12px;
	font-weight: 300;
	text-align: left;
	text-indent: 0px;
	letter-spacing: 5px;
}

.topics_object1_info1_title1 {
	width: 100%;
	margin: 0px 0px 50px 0px;
}

.topics_object1_info1_title1 p {
	color: #db8f3e;
	font-size: 20px;
	font-weight: 300;
	text-align: left;
	text-indent: 0px;
	letter-spacing: 5px;
	line-height: 40px;
}

.topics_object1_info1_text1 {
	width: 100%;
	margin: 0px 0px 15px 0px;
	display: block;
}

.topics_object1_info1_text1 p {
	color: #ffffff;
	font-size: 12px;
	font-weight: 300;
	text-align: left;
	text-indent: 0px;
	letter-spacing: 3px;
	line-height: 28px;
}

.topics_object1_info1_button1 {
	position: absolute;
	bottom: 40px;
	right: -30px;
	width: 250px;
	height: auto;
}

.topics_object1_info1_button1 p {
	font-size: 14px;
	font-weight: 300;
	text-align: left;
	text-indent: 0px;
	letter-spacing: 5px;
}

.topics_object1_info1_button1 p a {
	width: 100%;
	height: auto;
	color: #ffffff;
	padding: 0px 0px 15px 0px;
	border-bottom: 1px solid #db8f3e;
	transition: .3s;
	display: block;
}

.topics_object1_info1_button1:hover p a {
	color: #db8f3e;
	padding: 0px 0px 15px 5px;
}

/***** next *****/

.next {
	width: 100%;
	height: auto;
	padding: 0px 0px 0px 0px;
}

.next_object1 {
	width: 100%;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
	align-items: stretch;
}

.next_object1_img1 {
	width: 30%;
	margin: 0px 0px 0px 0px;
	overflow: hidden;
}

.next_object1_info1 {
	width: 65%;
	padding: 30px 0px 30px 0px;
	margin: 0px 0px 0px 5%;
	background-color: #ffffff;
	border-bottom: 1px solid #e8e8e8;
	display: flex;
	flex-flow: column wrap;
	justify-content: center;
	align-items: center;
}

.next_object1_info1_date1 {
	width: 100%;
	margin: 0px 0px 15px 0px;
	display: none;
}

.next_object1_info1_date1 p {
	font-family: 'Montserrat', sans-serif;
	font-size: 10px;
	font-weight: 300;
	text-align: left;
	text-indent: 0px;
	letter-spacing: 5px;
}

.next_object1_info1_title1 {
	width: 100%;
	margin: 0px 0px 15px 0px;
}

.next_object1_info1_title1 p {
	font-size: 16px;
	font-weight: 300;
	text-align: left;
	text-indent: 0px;
	letter-spacing: 5px;
	line-height: 28px;
}

.next_object1_info1_text1 {
	width: 100%;
	margin: 0px 0px 0px 0px;
}

.next_object1_info1_text1 p {
	font-size: 12px;
	font-weight: 300;
	text-align: left;
	text-indent: 0px;
	letter-spacing: 3px;
	line-height: 26px;
}

/***** archive *****/

.archive {
	width: 100%;
	height: auto;
	padding: 0px 0px 0px 0px;
	overflow-y: unset;
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
	align-items: flex-start;
}

.archive_object1 {
	width: 50%;
	padding: 30px 20px 30px 20px;
	margin: 0px 0px 0px 0px;
}

.archive_object1_image1 {
	width: 100%;
	margin: 0px 0px 30px 0px;
	overflow: hidden;
}

.archive_object1_info1 {
	width: 100%;
	padding: 0px 0px 0px 0px;
	background-color: #ffffff;
}

.archive_object1_info1_date1 {
	width: 100%;
	margin: 0px 0px 15px 0px;
}

.archive_object1_info1_date1 p {
	font-family: 'Montserrat', sans-serif;
	font-size: 10px;
	font-weight: 300;
	text-align: left;
	text-indent: 0px;
	letter-spacing: 5px;
}

.archive_object1_info1_title1 {
	width: 100%;
	margin: 0px 0px 30px 0px;
}

.archive_object1_info1_title1 p {
	font-size: 16px;
	font-weight: 300;
	text-align: left;
	text-indent: 0px;
	letter-spacing: 5px;
	line-height: 28px;
}

.archive_object1_info1_text1 {
	width: 100%;
	margin: 0px 0px 30px 0px;
	display: none;
}

.archive_object1_info1_text1 p {
	font-size: 12px;
	font-weight: 300;
	text-align: left;
	text-indent: 0px;
	letter-spacing: 3px;
	line-height: 26px;
}

.archive_object1_info1_button1 {
	width: 100%;
	height: auto;
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

.archive_object1_info1_button1 a {
	width: 100%;
	height: auto;
	max-width: 250px;
	color: #000000;
	font-size: 12px;
	font-weight: 300;
	text-align: left;
	text-indent: 0px;
	letter-spacing: 5px;
	padding: 0px 0px 15px 0px;
	margin: 0px 0px 0px 0px;
	border-bottom: 1px solid #db8f3e;
	transition: .3s;
	display: block;
}

.archive_object1_info1_button1:hover a {
	color: #db8f3e;
	padding: 0px 0px 15px 5px;
}

/***** recommend *****/

.recommend {
	width: 100%;
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
	align-items: center;
}

.recommend_object1 {
	position: relative;
	width: 50%;
	padding: 30px 0px 30px 80px;
	margin: 0px 0px 0px 0px;
}

.recommend_img1 {
	position: relative;
	z-index: 20;
	width: 100%;
	margin: 0px 0px 0px 0px;
}

.recommend_img1 img {
	width: 100%;
	transition: .7s;
	transform: scale(1.00);
}

.recommend_info1 {
	position: relative;
	z-index: 10;
	top: -40px;
	left: -40px;
	width: 100%;
	padding: 100px 50px 100px 50px;
	background-color: #ffffff;
}

.recommend_info1_text1 {
	width: 100%;
	height: auto;
}

.recommend_info1_text1 p {
	width: 100%;
	color: #000;
	font-size: 14px;
	font-weight: 300;
	font-style: unset;
	text-align: left;
	text-indent: 1px;
	letter-spacing: 1px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	transition: .3s;
}

.recommend_info1_button1 {
	position: absolute;
	bottom: 40px;
	right: -30px;
	width: 250px;
	height: auto;
}

.recommend_info1_button1 p {
	font-size: 12px;
	font-weight: 300;
	text-align: left;
	text-indent: 0px;
	letter-spacing: 5px;
}

.recommend_info1_button1 p a {
	width: 100%;
	height: auto;
	color: #000000;
	padding: 0px 0px 15px 0px;
	border-bottom: 1px solid #db8f3e;
	transition: .3s;
	display: block;
}

.recommend_info1_button1:hover p a {
	color: #db8f3e;
	padding: 0px 0px 15px 5px;
}

/***** article *****/

.article {
	width: 100%;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

/***** article_title1 *****/

.article_title1 {
	width: 100%;
	padding: 80px 80px 80px 80px;
	margin: 0px 0px 50px 0px;
	border: 1px solid #db8f3e;
}

.article_title1_date1 {
	width: 100%;
	margin: 0px 0px 30px 0px;
}

.article_title1_date1 p {
	color: #9e938b;
	font-family: 'Montserrat', sans-serif;
  font-size: 16px;
	font-weight: 300;
	font-style: unset;
	text-align: left;
	text-indent: 0px;
	letter-spacing: 7px;
	line-height: 30px;
}

.article_title1_text1 {
	width: 100%;
	margin: 0px 0px 0px 0px;
}

.article_title1_text1 p {
	color: #db8f3e;
	font-family: 'Montserrat', 'Noto Sans CJK JP', 'Noto Sans JP', sans-serif;
  font-size: 40px;
	font-weight: 300;
	font-style: unset;
	text-align: left;
	text-indent: 0px;
	letter-spacing: 7px;
	line-height: 70px;
}

/***** article_introduction *****/

.article_introduction {
	width: 100%;
	padding: 0px 0px 100px 0px;
	margin: 0px 0px 50px 0px;
	border-bottom: 1px solid #e8e8e8;
}

.article_introduction_image1 {
	width: 100%;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 30px 0px;
}

.article_introduction_image1 img {
	width: 100%;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 20px 0px;
	display: block;
}

.article_introduction_text1 {
	width: 100%;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 20px 0px;
}

.article_introduction_text1 p {
	color: #000000;
  font-size: 20px;
	font-weight: 300;
	text-align: left;
	text-indent: 0px;
	letter-spacing: 3px;
	line-height: 40px;
	padding: 7px 0px 7px 0px;
}

.article_introduction_text2 {
	width: 100%;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

.article_introduction_text2 p {
	color: #000000;
  font-size: 14px;
	font-weight: 300;
	text-align: left;
	text-indent: 0px;
	letter-spacing: 2px;
	line-height: 24px;
}

/***** article_object1 *****/

.article_object1 {
	width: 100%;
	padding: 50px 0px 50px 0px;
	margin: 50px 0px 50px 0px;
	border-bottom: 1px solid #e8e8e8;
}

/***** article_object1_title1 *****/

.article_object1_title1 {
	width: 100%;
	padding: 0px 0px 0px 30px;
	margin: 0px 0px 100px 0px;
	border-left: 30px solid #db8f3e;
}

.article_object1_title1 p {
	color: #db8f3e;
	font-family: 'Montserrat', 'Noto Sans CJK JP', 'Noto Sans JP', sans-serif;
	font-size: 30px;
	font-weight: 300;
	text-align: left;
	text-indent: 0px;
	letter-spacing: 5px;
	line-height: 50px;
}

/***** article_object1_movie1 *****/

.article_object1_movie1 {
	width: 100%;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 80px 0px;
	border-bottom: 0px solid #e8e8e8;
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
	align-items: center;
}

.article_object1_movie1_set1 {
	position: relative;
	z-index: 0;
	width: 100%;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	background-color: #000000;
	overflow: hidden;
}

.article_object1_movie1_set1_data1 {
	position: relative;
	overflow: hidden;
	height: 0;
	padding-top: 0px;
	padding-bottom: 56.25%;
	margin: 0px 0px 0px 0px;
	background-color: #000000;
	border: 0px solid #a39164;
	cursor: pointer;
}

.article_object1_movie1_set1_data1:hover {
	border: 1px solid #e7993e;
}

.article_object1_movie1_set1_data1 img {
	transform: scale(1.00);
	transition: .7s;
}

.article_object1_movie1_set1_data1:hover img {
	transform: scale(1.05);
}

.article_object1_movie1_set1_data1 iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/***** article_object1_product1 *****/

.article_object1_product1 {
	width: 100%;
	padding: 0px 0px 0px 0px;
  margin: 0px 0px 80px 0px;
	border-bottom: 0px solid #d7d7d7;
}

.article_object1_product1_set1 {
	width: 100%;
	padding: 0px 0px 0px 0px;
	margin: 50px 0px 50px 0px;
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	align-items: stretch;
}

.article_object1_product1_set1_image1 {
	position: relative;
	width: 25%;
	height: auto;
  margin: 0px 0px 0px 0px;
	background-color: #000000;
	display: flex;
	flex-flow: column wrap;
	justify-content: space-evenly;
	align-items: center;
}

.article_object1_product1_set1_image1_set1 {
	position: relative;
	width: 100%;
	height: auto;
	max-width: 600px;
	padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
	display: flex;
	flex-flow: column wrap;
	justify-content: center;
	align-items: center;
}

.article_object1_product1_set1_image1_set1 img {
	width: 100%;
	height: auto;
  margin: 0px 0px 0px 0px;
}

.article_object1_product1_set1_info1 {
	width: 75%;
	padding: 0px 0px 0px 60px;
  margin: 0px 0px 0px 0px;
	display: flex;
	flex-flow: column wrap;
	justify-content: center;
	align-items: center;
}

.article_object1_product1_set1_info1_title1 {
	width: 100%;
  margin: 0px 0px 20px 0px;
}

.article_object1_product1_set1_info1_title1 p {
	color: #db8f3e;
	font-family: 'Montserrat', sans-serif;
	font-size: 20px;
	font-weight: 300;
	text-align: left;
	text-indent: 0px;
	letter-spacing: 3px;
	line-height: 38px;
}

.article_object1_product1_set1_info1_caption1 {
	width: 100%;
	padding: 0px 0px 30px 0px;
  margin: 0px 0px 30px 0px;
	border-bottom: 1px solid #e8e8e8;
}

.article_object1_product1_set1_info1_caption1_text1 {
	width: 100%;
	padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
}

.article_object1_product1_set1_info1_caption1_text1 p {
	color: #555555;
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	font-weight: 300;
	text-align: left;
	text-indent: 0px;
	letter-spacing: 3px;
	padding: 7px 0px 7px 0px;
}

.article_object1_product1_set1_info1_spec1 {
	width: 100%;
	padding: 0px 0px 30px 0px;
  margin: 0px 0px 30px 0px;
	border-bottom: 1px solid #e8e8e8;
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
	align-items: flex-start;
}

.article_object1_product1_set1_info1_spec1_inner1 {
	width: 50%;
	padding: 20px 20px 20px 0px;
  margin: 0px 0px 0px 0px;
}

.article_object1_product1_set1_info1_spec1_inner1_title1 {
	width: 100%;
  margin: 0px 0px 15px 0px;
}

.article_object1_product1_set1_info1_spec1_inner1_title1 p {
	width: auto;
	color: #000000;
	font-family: 'Montserrat', sans-serif;
	font-size: 12px;
	font-weight: 500;
	text-align: left;
	text-indent: 0px;
	letter-spacing: 2px;
	padding: 0px 0px 10px 0px;
	border-bottom: 1px solid #e8e8e8;
	display: inline-block;
}

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

.article_object1_product1_set1_info1_spec1_inner1_text1 p {
	color: #000000;
	font-family: 'Montserrat', sans-serif;
	font-size: 10px;
	font-weight: 300;
	text-align: left;
	text-indent: 0px;
	letter-spacing: 2px;
	line-height: 18px;
	padding: 3px 0px 3px 0px;
}

.article_object1_product1_set1_info1_price1 {
	width: 100%;
	padding: 0px 0px 0px 0px;
  margin: 0px 0px 20px 0px;
}

.article_object1_product1_set1_info1_price1 p {
	color: #000000;
	font-family: 'Montserrat', sans-serif;
	font-size: 12px;
	font-weight: 300;
	text-align: left;
	text-indent: 0px;
	letter-spacing: 2px;
	padding: 0px 0px 0px 0px;
}

.article_object1_product1_set1_info1_price1 p span {
	color: #000000;
	font-size: 18px;
	font-weight: 300;
	text-align: center;
	text-indent: 3px;
	letter-spacing: 3px;
	padding: 0px 5px 0px 5px;
}

.article_object1_product1_set1_info1_button1 {
	width: 100%;
  margin: 0px 0px 0px 0px;
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
	align-items: center;
}

.article_object1_product1_set1_info1_button1_set1 {
	width: auto;
	padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
}

.article_object1_product1_set1_info1_button1_set1 .soldout {
	color: #aaa;
	font-size: 12px;
	font-weight: 300;
	text-align: center;
	text-indent: 3px;
	letter-spacing: 3px;
	padding: 15px 50px 15px 50px;
	margin: 0px 0px 0px 0px;
	background-color: #fff;
	border: 1px solid #aaa;
	display: block;
}

.article_object1_product1_set1_info1_button1_set1 a {
	width: 100%;
	color: #ffffff;
	font-size: 12px;
	font-weight: 300;
	text-align: center;
	text-indent: 3px;
	letter-spacing: 3px;
	padding: 15px 50px 15px 50px;
	margin: 0px 0px 0px 0px;
	background-color: #b77732;
	border: 1px solid #b77732;
	transition: .3s;
	display: block;
}

.article_object1_product1_set1_info1_button1_set1 a:hover {
	color: #b77732;
	background-color: #ffffff;
	border: 1px solid #b77732;
}

.article_object1_product1_set1_info1_button1_set1 p {
	color: #cacaca;
	font-size: 12px;
	font-weight: 300;
	text-align: center;
	text-indent: 5px;
	letter-spacing: 5px;;
	padding: 15px 50px 15px 50px;
	border: 1px solid #cacaca;
}

.article_object1_product1_button1 {
	width: 100%;
  margin: 0px 0px 0px 0px;
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-end;
	align-items: center;
}

.article_object1_product1_button1_set1 {
	width: 100%;
	max-width: 350px;
	padding: 10px 10px 10px 10px;
  margin: 0px 0px 0px 0px;
}

.article_object1_product1_button1_set1 a {
	width: 100%;
	height: auto;
	color: #000000;
	font-size: 12px;
	font-weight: 300;
	text-align: left;
	text-indent: 0px;
	letter-spacing: 5px;
	line-height: 24px;
	padding: 0px 0px 15px 0px;
	border-bottom: 1px solid #db8f3e;
	transition: .3s;
	display: block;
}

.article_object1_product1_button1_set1 a:hover {
	color: #db8f3e;
	padding: 0px 0px 15px 5px;
}

/***** article_object1_caption1 *****/

.article_object1_caption1 {
  width: 100%;
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
	border-bottom: 0px solid #d7d7d7;
}

.article_object1_caption1_section1 {
  width: 100%;
	padding: 0px 0px 0px 0px;
  margin: 50px 0px 50px 0px;
}

.article_object1_caption1_section1_title1 {
	position: relative;
	z-index: 0;
  width: auto;
	padding: 0px 0px 15px 0px;
  margin: 0px 0px 30px 0px;
	display: inline-block;
}

.article_object1_caption1_section1_title1::after {
	content: "";
	position: absolute;
	z-index: -10;
	top: unset;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: #e1cfb9;
}

.article_object1_caption1_section1_title1 p {
	color: #c8761e;
  font-size: 16px;
  font-weight: 300;
  text-align: left;
  text-indent: 0px;
  letter-spacing: 5px;
	line-height: 24px;
}

.article_object1_caption1_section1_text1 {
  width: 100%;
	padding: 0px 0px 0px 30px;
  margin: 0px 0px 0px 0px;
}

.article_object1_caption1_section1_text1 p {
  font-size: 14px;
	font-weight: 300;
	text-align: left;
	text-indent: 0px;
	letter-spacing: 2px;
	line-height: 30px;
	padding: 10px 0px 10px 0px;
}

/***** article_object1_disc1 *****/

.article_object1_disc1_title1 {
	width: 100%;
  margin: 0px 0px 80px 0px;
}

.article_object1_disc1_title1 p {
	color: #db8f3e;
	font-family: 'Montserrat', 'Noto Sans CJK JP', 'Noto Sans JP', sans-serif;
	font-size: 24px;
	font-weight: 300;
	text-align: left;
	text-indent: 0px;
	letter-spacing: 10px;
	line-height: 38px;
}

.article_object1_disc1_object1 {
	width: 100%;
	padding: 0px 0px 0px 0px;
  margin: 60px 0px 60px 0px;
	background-color: #ffffff;
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	align-items: center;
}

.article_object1_disc1_img1 {
	position: relative;
	width: 25%;
  margin: 0px 0px 0px 0px;
}

.article_object1_disc1_img1::after {
	content: "";
	position: absolute;
	z-index: -10;
	top: 50px;
	right: 50px;
	width: 100%;
	height: 100%;
	background-color: #ffffff;
	display: none;
}

.article_object1_disc1_info1 {
	width: 75%;
	padding: 0px 0px 0px 60px;
  margin: 0px 0px 0px 0px;
}

.article_object1_disc1_info1_name1 {
	width: 100%;
  margin: 0px 0px 30px 0px;
}

.article_object1_disc1_info1_name1_text1 {
	width: 100%;
  margin: 0px 0px 15px 0px;
}

.article_object1_disc1_info1_name1_text1 p {
	color: #d5851e;
	font-size: 22px;
	font-weight: 300;
	text-align: left;
	text-indent: 0px;
	letter-spacing: 7px;
	line-height: 36px;
}

.article_object1_disc1_info1_button1 {
	width: 100%;
  margin: 0px 0px 0px 0px;
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
	align-items: center;
}

.article_object1_disc1_info1_button1_set1 {
	width: 100%;
	max-width: 280px;
	padding: 10px 10px 10px 10px;
  margin: 0px 0px 0px 0px;
}

.article_object1_disc1_info1_button1_set1 a {
	width: 100%;
	color: #ffffff;
	font-size: 12px;
	font-weight: 300;
	text-align: center;
	text-indent: 3px;
	letter-spacing: 3px;
	padding: 15px 50px 15px 50px;
	margin: 0px 0px 0px 0px;
	background-color: #b77732;
	border: 1px solid #b77732;
	transition: .3s;
	display: block;
}

.article_object1_disc1_info1_button1_set1 a:hover {
	color: #b77732;
	background-color: #ffffff;
	border: 1px solid #b77732;
}

/***** article_object1_recommend1 *****/

.article_object1_recommend1 {
	width: 100%;
	height: auto;
	padding: 0px 0px 0px 0px;
	overflow-y: unset;
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
	align-items: flex-start;
}

.article_object1_recommend1_set1 {
	width: 50%;
	padding: 30px 20px 30px 20px;
	margin: 0px 0px 0px 0px;
}

.article_object1_recommend1_set2 {
	width: 25%;
	padding: 30px 20px 30px 20px;
	margin: 0px 0px 0px 0px;
}

.article_object1_recommend1_set1_image1 {
	width: 100%;
	margin: 0px 0px 30px 0px;
	overflow: hidden;
}

.article_object1_recommend1_set1_info1 {
	width: 100%;
	padding: 0px 0px 0px 0px;
	background-color: #ffffff;
}

.article_object1_recommend1_set1_info1_date1 {
	width: 100%;
	margin: 0px 0px 15px 0px;
}

.article_object1_recommend1_set1_info1_date1 p {
	font-family: 'Montserrat', sans-serif;
	font-size: 10px;
	font-weight: 300;
	text-align: left;
	text-indent: 0px;
	letter-spacing: 5px;
}

.article_object1_recommend1_set1_info1_title1 {
	width: 100%;
	margin: 0px 0px 30px 0px;
}

.article_object1_recommend1_set1_info1_title1 p {
	font-size: 16px;
	font-weight: 300;
	text-align: left;
	text-indent: 0px;
	letter-spacing: 5px;
	line-height: 28px;
}

.article_object1_recommend1_set1_info1_text1 {
	width: 100%;
	margin: 0px 0px 30px 0px;
	display: none;
}

.article_object1_recommend1_set1_info1_text1 p {
	font-size: 12px;
	font-weight: 300;
	text-align: left;
	text-indent: 0px;
	letter-spacing: 3px;
	line-height: 26px;
}

.article_object1_recommend1_set1_info1_button1 {
	width: 100%;
	height: auto;
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

.article_object1_recommend1_set1_info1_button1 a {
	width: 100%;
	height: auto;
	max-width: 250px;
	color: #000000;
	font-size: 12px;
	font-weight: 300;
	text-align: left;
	text-indent: 0px;
	letter-spacing: 5px;
	padding: 0px 0px 15px 0px;
	margin: 0px 0px 0px 0px;
	border-bottom: 1px solid #db8f3e;
	transition: .3s;
	display: block;
}

.article_object1_recommend1_set1_info1_button1:hover a {
	color: #db8f3e;
	padding: 0px 0px 15px 5px;
}

/***** article_object1_specialthanks1 *****/

.article_object1_specialthanks1 {
	width: 100%;
	padding: 30px 0px 30px 0px;
  margin: 0px 0px 0px 0px;
	display: flex;
	flex-flow: column wrap;
	justify-content: center;
	align-items: flex-start;
}

.article_object1_specialthanks1_name1 {
	width: 100%;
  margin: 0px 0px 20px 0px;
}

.article_object1_specialthanks1_name1 p {
	color: #d5851e;
  font-size: 20px;
	font-weight: 300;
	text-align: left;
	text-indent: 0px;
	letter-spacing: 3px;
	padding: 7px 0px 7px 0px;
}

.article_object1_specialthanks1_image1 {
	width: auto;
  margin: 20px 0px 0px 0px;
}

.article_object1_specialthanks1_image1 img {
	width: auto;
	max-width: 250px;
}

/***** article_object1_profile1 *****/

.article_object1_profile1 {
	width: 100%;
	padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
	border-bottom: 0px solid #d7d7d7;
}

.article_object1_profile1_title1 {
	width: 100%;
  margin: 0px 0px 80px 0px;
}

.article_object1_profile1_title1 p {
	color: #db8f3e;
	font-family: 'Montserrat', sans-serif;
	font-size: 24px;
	font-weight: 300;
	text-align: left;
	text-indent: 0px;
	letter-spacing: 10px;
	line-height: 38px;
}

.article_object1_profile1_set1 {
	width: 100%;
	padding: 0px 0px 0px 0px;
  margin: 0px 0px 70px 0px;
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	align-items: center;
}

.article_object1_profile1_set2 {
	width: 100%;
	padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	align-items: center;
}

.article_object1_profile1_set1_image1 {
	position: relative;
	width: 30%;
  margin: 0px 0px 0px 0px;
	background-color: #000000;
	display: flex;
	flex-flow: column wrap;
	justify-content: center;
	align-items: center;
}

.article_object1_profile1_set1_image1::after {
	content: "";
	position: absolute;
	z-index: -10;
	top: 50px;
	right: 50px;
	width: 100%;
	height: 100%;
	background-color: #ffffff;
	display: none;
}

.article_object1_profile1_set1_image1 img {
	width: 100%;
	max-width: 600px;
  margin: 0px 0px 0px 0px;
}

.article_object1_profile1_set1_info1 {
	width: 70%;
	padding: 0px 0px 0px 60px;
  margin: 0px 0px 0px 0px;
}

.article_object1_profile1_set1_info1_name1 {
	width: 100%;
  margin: 0px 0px 30px 0px;
}

.article_object1_profile1_set1_info1_name1_text1 {
	width: 100%;
  margin: 0px 0px 15px 0px;
}

.article_object1_profile1_set1_info1_name1_text1 p {
	color: #d5851e;
	font-size: 22px;
	font-weight: 300;
	text-align: left;
	text-indent: 0px;
	letter-spacing: 7px;
}

.article_object1_profile1_set1_info1_name1_text2 {
	width: 100%;
  margin: 0px 0px 0px 0px;
}

.article_object1_profile1_set1_info1_name1_text2 p {
	color: #a2a2a2;
	font-size: 14px;
	font-weight: 300;
	text-align: left;
	text-indent: 0px;
	letter-spacing: 5px;
}

.article_object1_profile1_set1_info1_caption1 {
	width: 100%;
  margin: 0px 0px 30px 0px;
}

.article_object1_profile1_set1_info1_caption1_text1 {
	width: 100%;
  margin: 0px 0px 0px 0px;
}

.article_object1_profile1_set1_info1_caption1_text1 p {
  font-size: 12px;
	font-weight: 300;
	text-align: left;
	text-indent: 0px;
	letter-spacing: 2px;
	line-height: 24px;
	padding: 3px 0px 3px 0px;
}

.article_object1_profile1_set1_info1_caption2 {
	width: 100%;
	padding: 30px 0px 30px 0px;
  margin: 0px 0px 0px 0px;
	border-top: 1px solid #e8e8e8;
	border-bottom: 1px solid #e8e8e8;
	display: flex;
	flex-flow: column wrap;
	justify-content: center;
	align-items: flex-start;
}

.article_object1_profile1_set1_info1_caption2_title1 {
	width: 100%;
  margin: 0px 0px 20px 0px;
}

.article_object1_profile1_set1_info1_caption2_title1 p {
	color: #d5851e;
  font-size: 14px;
	font-weight: 300;
	text-align: left;
	text-indent: 0px;
	letter-spacing: 3px;
}

.article_object1_profile1_set1_info1_caption2_text1 {
	width: 100%;
	padding: 0px 0px 0px 20px;
  margin: 0px 0px 0px 0px;
}

.article_object1_profile1_set1_info1_caption2_text1 p {
  font-size: 12px;
	font-weight: 300;
	text-align: left;
	text-indent: 0px;
	letter-spacing: 3px;
	line-height: 28px;
	padding: 3px 0px 3px 0px;
}

.article_object1_profile1_set1_info1_caption2_image1 {
	width: auto;
  margin: 20px 0px 0px 0px;
}

.article_object1_profile1_set1_info1_caption2_image1 img {
	width: auto;
	max-width: 250px;
}

.article_object1_profile1_set1_info1_button1 {
	width: 100%;
  margin: 0px 0px 0px 0px;
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
	align-items: center;
}

.article_object1_profile1_set1_info1_button1_set1 {
	width: 50%;
	padding: 20px 20px 20px 20px;
  margin: 0px 0px 0px 0px;
}

.article_object1_profile1_set1_info1_button1_set1 p {
	font-size: 12px;
	font-weight: 300;
	text-align: left;
	text-indent: 0px;
	letter-spacing: 3px;
	margin: 0px 0px 15px 0px;
}

.article_object1_profile1_set1_info1_button1_set1 a {
	width: 100%;
	color: #b77732;
	font-size: 14px;
	font-weight: 300;
	text-align: left;
	text-indent: 5px;
	letter-spacing: 5px;
	padding: 25px 50px 25px 50px;
	margin: 0px 0px 0px 0px;
	border: 1px solid #e1cfb9;
	transition: .3s;
	display: block;
}

.article_object1_profile1_set1_info1_button1_set1 a:hover {
	border: 1px solid #b77732;
}

/***** store *****/

.store {
	width: 100%;
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
	align-items: stretch;
}

.store_object1 {
	position: relative;
	width: 100%;
	padding: 0px 0px 0px 0px;
	margin: 50px 0px 50px 0px;
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
	align-items: stretch;
}

.store_object1 a {
	width: 100%;
	height: 100%;
	padding: 0px 0px 0px 0px;
	transition: .3s;
	cursor: pointer;
	display: block;
}

.store_image1 {
	width: 30%;
	height: 100%;
	margin: 0px 0px 0px 0px;
	background-color: #000000;
	border: 1px solid #e8e8e8;
	display: flex;
	justify-content: center;
	align-items: center;
}

.store_image1 img {
	width: 100%;
	max-width: 500px;
	margin: 0px 0px 0px 0px;
}

.store_info1 {
	position: relative;
	width: 70%;
	padding: 0px 0px 0px 50px;
	margin: 0px 0px 0px 0px;
	background-color: #ffffff;
}

.store_info1_name1 {
	position: relative;
	z-index: 20;
	width: 100%;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 30px 0px;
}

.store_info1_name1 p {
	width: 100%;
	color: #000000;
	font-size: 20px;
	font-weight: 300;
	text-align: left;
	text-indent: 0px;
	letter-spacing: 10px;
	line-height: 40px;
	transition: .3s;
}

.store_object1 a:hover .store_info1_name1 p {
	color: #db8f3e;
}

.store_info1_list1 {
	position: relative;
	z-index: 20;
	width: 100%;
	margin: 0px 0px 30px 0px;
}

.store_info1_list1_inner1 {
	width: 100%;
	padding: 5px 0px 5px 0px;
	border-bottom: 0px solid #4d4d4d;
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
	align-items: center;
}

.store_info1_list1_l1 {
	width: 25%;
	text-align: left;
	padding: 0px 0px 0px 0px;
}

.store_info1_list1_l1 p {
	color: #717171;
	font-size: 12px;
	font-weight: 300;
	text-indent: 0px;
	letter-spacing: 5px;
	padding: 5px 0px 5px 0px;
	margin: 0px 0px 0px 0px;
	padding: 2px 0px 2px 0px;
}

.store_info1_list1_r1 {
	width: 75%;
	text-align: left;
	padding: 0px 0px 0px 25px;
	border-left: 1px solid #cecece;
}

.store_info1_list1_r1 p {
	color: #717171;
	font-size: 12px;
	font-weight: 300;
	text-indent: 0px;
	letter-spacing: 5px;
	padding: 5px 0px 5px 0px;
	margin: 0px 0px 0px 0px;
	padding: 2px 0px 2px 0px;
}

.store_info1_button1 {
	width: 100%;
	height: auto;
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

.store_info1_button1 a {
	width: 100%;
	height: auto;
	max-width: 250px;
	color: #000000;
	font-size: 12px;
	font-weight: 300;
	text-align: left;
	text-indent: 0px;
	letter-spacing: 5px;
	padding: 0px 0px 15px 0px;
	margin: 0px 0px 0px 0px;
	border-bottom: 1px solid #db8f3e;
	transition: .3s;
	display: block;
}

.store_info1_button1:hover a {
	color: #db8f3e;
	padding: 0px 0px 15px 5px;
}

a.plnk{
	color: #b77732;
	border-bottom: 1px dotted #b77732;
}
/***** footer *****/

.footer {
	width: 100%;
	padding: 0px 0px 50px 0px;
	margin: 0px 0px 0px 0px;
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	align-items: center;
}

.footer_object1 {
	width: 50%;
	margin: 0px 0px 0px 0px;
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
	align-items: center;
}

.footer_object1_img1 {
	width: auto;
	margin: 0px 0px 0px 0px;
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
	align-items: center;
}

.footer_object1_img1_set1 {
	width: auto;
	margin: 0px 20px 0px 0px;
	display: inline-block;
}

.footer_object1_img1_set1 a {
	width: 100%;
	display: block;
}

.footer_object1_img1_set1 a img {
	width: 100%;
	max-width: 25px;
}

.footer_object2 {
	width: 50%;
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-end;
	align-items: center;
}

.footer_object2_copyright1 {
	width: 100%;
	margin: 0px 0px 0px 0px;
	display: block;
}

.footer_object2_copyright1 p {
	color: #000000;
  font-size: 10px;
	font-weight: 300;
  text-align: right;
  text-indent: 0px;
  letter-spacing: 3px;
}

/***** responsive *****/

@media ( max-width: 1500px ) {

.menu {
	top: -70px;
	bottom: unset;
	left: 0;
	right: 0;
  width: 100%;
  height: 70px;
	border-right: 0px solid #f0f0f0;
	border-bottom: 5px solid #f0f0f0;
}

.menu.page_active_act1 {
  top: 0;
  opacity: 1;
}

.menu_object1 {
	position: absolute;
	top: 0;
	bottom: unset;
	left: 0;
	right: 0;
	width: 100%;
  padding: 10px 80px 10px 50px;
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	align-items: center;
}

.menu.menu_open_act1 .menu_object1 {
  top: 100%;
	left: 0;
}

.menu_object2 {
	position: absolute;
	top: -100%;
	bottom: unset;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	padding: 10px 100px 10px 50px;
	border-right: 0px solid #f0f0f0;
}

.menu.menu_open_act1 .menu_object2 {
  top: 0;
}

.menu_object1_inner1 {
	width: 50%;
	height: 100%;
	flex-flow: row wrap;
  justify-content: flex-start;
}

.menu_object1_inner2 {
  width: 50%;
	height: 100%;
  justify-content: flex-end;
}

.menu_btn1 {
  top: 0px;
  left: unset;
  right: 0px;
	width: 80px;
	height: 70px;
}

.brand_logo {
	width: auto;
	margin: 0px 0px 0px 0px;
}

.brand_logo a svg {
  max-width: 110px;
}

.about {
  display: none;
}

.about_object1 {
  padding: 0px 0px 0px 0px;
}

.about_object1_text1 p {
  font-size: 12px;
  text-align: center;
	line-height: 30px;
}

.store_logo {
	width: auto;
}

.store_logo svg {
  max-width: 110px;
}

.site_menu_inner1 {
  justify-content: center;
}

.site_menu_scroll_layer1 {
  height: 100%;
}

.site_menu_scroll_layer1 ul {
  width: 100%;
  height: 100%;
  flex-flow: row wrap;
}

.site_menu_scroll_layer1 ul li {
	width: auto;
  padding: 0px 0px 0px 0px;
  margin: 0px 20px 0px 20px;
}

.site_menu_scroll_layer1 ul li a {
  font-size: 12px;
  letter-spacing: 5px;
  padding: 0px 0px 0px 0px;
}

.site_menu_scroll_layer1 ul li::after {
	display: none;
}

.grid_wrap {
  padding: 70px 0px 0px 0px;
}

.grid {
	padding: 0px 0px 0px 0px;
}

.grid_inner1 {
  width: 100%;
  padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

.grid_inner2 {
  width: 100%;
  padding: 80px 60px 80px 60px;
}

.topics {
  height: auto;
}

.topics_object1 {
  width: 100%;
  padding: 0px 0px 0px 0px;
}

.topics_object1_img1 {
  width: 100%;
}

.topics_object1_info1 {
  position: relative;
  width: 100%;
	height: auto;
}

.topics_object1_info1_title1 p {
  font-size: 30px;
}

.topics_object1_info1_text1 p {
  font-size: 16px;
}

.next_object1 {
  align-items: center;
}

.next_object1_img1 {
	width: 35%;
}

.next_object1_info1 {
  width: 60%;
  padding: 0px 0px 30px 0px;
}

.archive {
  width: 100%;
  height: auto;
	padding: 0px 0px 0px 0px;
}

.archive_object1 {
  width: 100%;
  padding: 30px 0px 30px 0px;
  display: flex;
	flex-flow: row wrap;
  justify-content: center;
  align-items: stretch;
}

.article_object1_product1 {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: flex-start;
}

.article_object1_product1_set1 {
	width: 100%;
}

.article_object1_product1_set1_image1 {
  width: 100%;
  margin: 0px 0px 30px 0px;
}

.article_object1_product1_set1_info1 {
  width: 100%;
	padding: 0px 0px 0px 0px;
}

.article_object1_product1_set1_info1_text1 {
  margin: 0px 0px 20px 0px;
}

.article_object1_caption1_section1_text1 {
  padding: 0px 0px 0px 0px;
}

.article_object1_disc1_object1 {
	width: 100%;
	padding: 50px 20px 50px 20px;
	margin: 0px 0px 0px 0px;
  max-width: 600px;
}

.article_object1_disc1_img1 {
  width: 100%;
	max-width: 600px;
  margin: 0px 0px 30px 0px;
}

.article_object1_disc1_info1 {
  width: 100%;
	padding: 0px 0px 0px 0px;
}

.article_object1_disc1_info1_name1 {
  margin: 0px 0px 20px 0px;
}

.article_object1_disc1_info1_text1 {
  margin: 0px 0px 20px 0px;
}

.article_object1_recommend1_set2 {
  width: 50%;
  padding: 10px 10px 10px 10px;
}

.article_object1_profile1_set1_image1 {
  width: 100%;
  margin: 0px 0px 30px 0px;
}

.article_object1_profile1_set1_info1 {
  width: 100%;
  padding: 0px 0px 0px 0px;
}

.article_object1_profile1_set1_info1_name1_text1 p {
  font-size: 22px;
  text-align: center;
}

.article_object1_profile1_set1_info1_name1_text2 p {
  text-align: center;
}

.recommend_object1 {
  width: 100%;
	padding: 30px 0px 30px 30px;
}

.recommend_object1_info1 {
  padding: 100px 80px 100px 80px;
}

.store_object1 {
  width: 100%;
}

.store_image1 {
  width: 40%;
}

.store_info1 {
  width: 60%;
}

.store_info1_name1 p {
  font-size: 16px;
  letter-spacing: 7px;
}

.store_info1_list1_l1 p,
.store_info1_list1_r1 p {
  font-size: 10px;
  letter-spacing: 3px;
}

}

@media ( max-width: 1024px ) {

.article_object1_recommend1_set1 {
  width: 100%;
  padding: 30px 0px 30px 0px;
  margin: 0px 0px 0px 0px;
}

.store_image1 {
  width: 100%;
	height: auto;
  margin: 0px 0px 30px 0px;
}

.store_info1 {
  width: 100%;
  padding: 0px 0px 0px 0px;
}

}

@media ( max-width: 767px ) {

.menu {
  width: 100%;
  height: 70px;
}

.menu_object1 {
  padding: 10px 80px 10px 30px;
}

.menu_object2 {
	padding: 15px 80px 15px 30px;
}

.menu_object1_inner1 {
  width: 60%;
}

.menu_object1_inner2 {
  width: 40%;
}

.about_object1_text1 p {
  font-size: 12px;
	text-indent: 3px;
  letter-spacing: 3px;
  line-height: 30px;
}

.site_menu_scroll_layer1 {
	padding: 0px 0px 0px 0px;
	border-bottom: 1px solid #e8e8e8;
	overflow-y: hidden;
  overflow-x: scroll;
	display: block;
}

.site_menu_scroll_layer1 ul {
  width: 520px;
	justify-content: center;
}

.site_menu_scroll_layer1 ul li {
	margin: 0px 13px 0px 13px;
}

.site_menu_scroll_layer1 ul li a {
  font-size: 12px;
}

.grid_inner2 {
  padding: 80px 30px 80px 30px;
}

.grid_title1 {
  margin: 0px 0px 50px 0px;
}

.grid_title1_text1 p {
  font-size: 30px;
}

.grid_title1_text2 p {
  font-size: 20px;
	letter-spacing: 15px;
}

.grid_breadcrumb1 {
  margin: 0px 0px 50px 0px;
}

.topics_object1_info1 {
  padding: 60px 40px 80px 40px;
}

.topics_object1_info1_title1 {
  margin: 0px 0px 30px 0px;
}

.topics_object1_info1_title1 p {
  font-size: 26px;
}

.topics_object1_info1_text1 p {
  font-size: 12px;
  letter-spacing: 3px;
  line-height: 24px;
}

.topics_object1_info1_button1 p {
	font-size: 12px;
}

.topics_object1_info1_button1 p a {
  padding: 0px 0px 15px 0px;
}

.next_object1_img1 {
  width: 100%;
  margin: 0px 0px 30px 0px;
}

.next_object1_info1 {
  width: 100%;
	padding: 0px 0px 30px 0px;
  margin: 0px 0px 0px 0px;
}

.archive_object1 {
	width: 100%;
  padding: 30px 0px 30px 0px;
}

.archive_object1_info1_title1 p {
  font-size: 16px;
  letter-spacing: 3px;
}

.archive_object1_info1 p a {
  padding: 0px 0px 10px 0px;
}

.article_title1 {
  padding: 70px 40px 70px 40px;
	margin: 0px 0px 50px 0px;
}

.article_title1_date1 p {
	font-size: 14px;
	letter-spacing: 5px;
}

.article_title1_text1 p {
	font-size: 20px;
	letter-spacing: 5px;
	line-height: 36px;
}

.article_introduction_text1 p {
  font-size: 16px;
  letter-spacing: 3px;
  line-height: 28px;
}

.article_introduction_text2 p {
  font-size: 12px;
  letter-spacing: 2px;
}

.article_object1 {
  padding: 30px 0px 30px 0px;
}

.article_object1_title1 {
  padding: 0px 0px 0px 20px;
  margin: 0px 0px 30px 0px;
  border-left: 15px solid #db8f3e;
}

.article_object1_title1 p {
  font-size: 18px;
  letter-spacing: 3px;
  line-height: 32px;
}

.article_object1_movie1 {
  margin: 0px 0px 30px 0px;
}

.article_object1_product1 {
  margin: 0px 0px 20px 0px;
}

.article_object1_product1_set1 {
  width: 100%;
}

.article_object1_product1_title1 {
  width: 100%;
  margin: 0px 0px 20px 0px;
}

.article_object1_product1_set1_image1 {
  width: 100%;
	margin: 0px 0px 30px 0px;
}

.article_object1_product1_set1_info1 {
  width: 100%;
  padding: 0px 0px 0px 0px;
}

.article_object1_product1_set1_info1_title1 p {
  font-size: 16px;
  letter-spacing: 2px;
  line-height: 28px;
}

.article_object1_product1_set1_info1_caption1_text1 p {
  font-size: 14px;
  letter-spacing: 2px;
  padding: 7px 0px 7px 0px;
}

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

.article_object1_product1_set1_info1_spec1_inner1_text1 p {
  font-size: 10px;
  letter-spacing: 1px;
	padding: 1px 0px 1px 0px;
}

.article_object1_product1_button1_set1 {
  max-width: 100%;
}

.article_object1_product1_button1_set1 a {
  font-size: 12px;
	text-align: center;
  text-indent: 5px;
  letter-spacing: 5px;
}

.article_object1_caption1 {
  padding: 0px 0px 0px 0px;
}

.article_object1_caption1_section1_title1 {
  padding: 0px 0px 10px 0px;
  margin: 0px 0px 20px 0px;
}

.article_object1_caption1_section1_title1 p {
	font-size: 14px;
	letter-spacing: 2px;
}

.article_object1_caption1_section1_text1 {
  padding: 0px 0px 0px 0px;
}

.article_object1_caption1_section1_text1 p {
	font-size: 12px;
	letter-spacing: 1px;
	line-height: 24px;
}

.article_object1_specialthanks1_name1 p {
  font-size: 16px;
}

.article_object1_profile1_set1 {
  margin: 0px 0px 20px 0px;
}

.article_object1_profile1_set1_info1_caption2_image1 img {
  max-width: 200px;
}

.article_object1_disc1_object1 {
  width: 100%;
	padding: 50px 0px 50px 0px;
}

.article_object1_disc1_title1 {
  width: 100%;
  margin: 0px 0px 20px 0px;
}

.article_object1_disc1_img1 {
  width: 100%;
	margin: 0px 0px 30px 0px;
}

.article_object1_disc1_info1 {
  width: 100%;
  padding: 0px 0px 0px 0px;
}

.article_object1_disc1_info1_name1 {
  margin: 0px 0px 10px 0px;
}

.article_object1_disc1_info1_name1_text1 p {
  font-size: 16px;
  letter-spacing: 5px;
	line-height: 28px
}

.article_object1_disc1_info1_name1_text2 p {
  font-size: 14px;
  letter-spacing: 5px;
  line-height: 24px;
}

.article_object1_disc1_info1_text1 {
  margin: 0px 0px 10px 0px;
}

.article_object1_disc1_info1_button1 {
  justify-content: center;
}

.article_object1_disc1_button1_set1 {
  max-width: 100%;
}

.article_object1_disc1_button1_set1 a {
  font-size: 12px;
	text-align: center;
  text-indent: 5px;
  letter-spacing: 5px;
}

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

.article_object1_profile1_set1_image1 {
  width: 100%;
  margin: 0px 0px 30px 0px;
}

.article_object1_profile1_set1_info1 {
  width: 100%;
  padding: 0px 0px 0px 0px;
}

.article_object1_profile1_set1_info1_name1 {
  margin: 0px 0px 20px 0px;
}

.article_object1_profile1_set1_info1_text1 p {
  font-size: 12px;
  letter-spacing: 2px;
  line-height: 28px;
}

.article_object1_profile1_set1_info1_button1_set1 {
  width: 100%;
  padding: 15px 0px 15px 0px;
}

.store_object1 {
  margin: 20px 0px 20px 0px;
}

.store_image1 {
  position: relative;
	width: 100%;
	height: auto;
	margin: 0px 0px 30px 0px;
}

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

.store_info1 {
  width: 100%;
	padding: 0px 0px 0px 0px;
}

.store_info1_name1 p {
  font-size: 16px;
  letter-spacing: 5px;
	line-height: 34px;
}

.store_info1_list1_l1 p,
.store_info1_list1_r1 p {
  font-size: 10px;
  letter-spacing: 3px;
}

.store_info1_button1 p a {
  padding: 0px 0px 15px 0px;
}

.footer_object1 {
  width: 100%;
  margin: 0px 0px 50px 0px;
	justify-content: center;
}

.footer_object2 {
  width: 100%;
}

.footer_object2_copyright1 p {
	text-align: center;
  text-indent: 3px;
  letter-spacing: 3px;
}

}
