@charset "utf-8";

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

* {
	/* font-family: 'Noto Serif JP', serif; */
	font-family: 'Noto Sans CJK JP', 'Noto Sans JP', sans-serif, 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', 'Hiragino Maru Gothic ProN', "Meiryo";
	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: hidden;
}

html.page_active_act1 {
	overflow-y: scroll;
}

html.menu_open_act1 {
	overflow-y: hidden;
}

body {
	color: #000000;
	background-color: #ffffff;
	overflow-x: unset;
}

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;
}

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

.color_kit1 {
	color: #000000;
}

/***** font *****/

.font_kit1 {
	font-family: 'Big Shoulders Display', cursive, 'Noto Sans CJK JP', 'Noto Sans JP', sans-serif !important;
}

.font_inline_block {
	display: inline-block;
}

/***** background_color *****/

.background_kit1 {
	background-color: #ffffff;
}

.background_kit2 {
  background-color: #f7f7f7;
}

/***** button *****/

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

.button_kit1_object1 {
	width: 100%;
	height: auto;
	padding: 7px 7px 7px 7px;
	margin: 0px 0px 0px 0px;
	display: flex;
	flex-flow: column wrap;
	justify-content: center;
	align-items: center;
}

.button_kit1_object1 a {
	width: 100%;
	max-width: 370px;
	color: #fff;
	font-size: 12px;
	font-weight: 500;
	text-align: center;
	text-indent: 3px;
	letter-spacing: 3px;
	padding: 20px 30px 20px 30px;
	margin: 0px 0px 0px 0px;
	border-radius: 0px;
	background-color: #000000;
	transition: .3s;
	display: block;
}

.button_kit1_object1 a:hover {
	background-color: #af7731;
}

.button_kit2 {
	position: relative;
	width: 100%;
	height: 60px;
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	align-items: center;
}

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

.button_kit2_object1 a {
	width: 100%;
	max-width: 370px;
	color: #ffffff;
	font-size: 12px;
  font-weight: 500;
  text-align: center;
  text-indent: 3px;
  letter-spacing: 3px;
  padding: 15px 30px 15px 30px;
	margin: 0px 0px 0px 0px;
	background-color: #000000;
	border-radius: 0px;
	transition: .3s;
	display: block;
}

.button_kit2_object1 a:hover {
	color: #ffffff;
	background-color: #af7731;
}

/***** info_button_patch *****/

.info_button_patch a {
	color: #000000 !important;
	background-color: #ffffff !important;
	border: 1px solid #000000 !important;
}

.info_button_patch a:hover {
	color: #ffffff !important;
  background-color: #000000 !important;
	border: 1px solid #000000 !important;
}

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

.color_switch_lineup_url_target,
.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;
	visibility: hidden;
	opacity: 0;
}

.color_switch_lineup_url_target.color_switch_lineup_url_target_active,
.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);
	visibility: visible;
	opacity: 1;
}

.color_switch_btn_target {
	width: auto;
	max-width: 35px;
	padding: 0px 0px 0px 0px;
	margin: 5px 5px 5px 5px;
	border: 0px solid #000000;
	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 #ffba15;
}

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

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

.color_switch_product_url_target,
.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;
	visibility: hidden;
	opacity: 0;
}

.color_switch_product_url_target.color_switch_product_url_target_active,
.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);
	visibility: visible;
	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;
	visibility: hidden;
	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);
	visibility: visible;
	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 #000000;
	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 #ffba15;
}

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

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

.menu {
	opacity: 0;
	transition: .3s;
}

.menu.page_active_act1 {
	opacity: 1;
}

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

.brand_logo {
	position: fixed;
	z-index: 30;
	top: 70px;
	left: 100px;
	width: auto;
	height: 70px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	background-color: rgb(255, 255, 255, 0);
	box-shadow: 0px 0px 10px 1px rgba(175, 175, 175, 0);
	transition: .3s;
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	align-items: center;
}

.brand_logo_img1 {
	width: auto;
	height: auto;
	margin: 0px 40px 0px 0px;
}

.brand_logo_img1 a {
	width: 100%;
	height: 100%;
	margin: 0px 0px 0px 0px;
	display: flex;
	flex-flow: column wrap;
	justify-content: center;
	align-items: center;
}

.brand_logo_img1 a svg {
	width: 100px;
	height: auto;
	max-height: 70px;
	margin: 0px 0px 0px 0px;
	transition: .3s;
	display: block;
}

.brand_logo_title1 {
	width: auto;
	height: auto;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	display: none;
	flex-flow: column wrap;
	justify-content: center;
	align-items: center;
}

.brand_logo_title1 p {
	width: 100%;
	color: #000000;
	font-size: 12px;
	font-weight: 700;
	text-align: center;
	text-indent: 0px;
	letter-spacing: 5px;
	line-height: 22px;
	margin: 0px 0px 0px 0px;
}

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

.store_logo {
	position: fixed;
	z-index: 30;
	top: 70px;
	right: 150px;
	width: auto;
	height: 70px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	display: inline-flex;
}

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

.store_logo a svg {
  width: 150px;
	height: auto;
	max-height: 70px;
}

/***** menu_button *****/

.menu_button {
	position: fixed;
	z-index: 50;
	top: 70px;
	right: 100px;
	width: auto;
	height: 70px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.menu_button_kit1 {
	position: relative;
	z-index: 0;
	width: 30px;
	height: 10px;
	margin: 0px 0px 0px 0px;
	cursor: pointer;
}

.menu_button_kit1_line1 {
	position: absolute;
	z-index: 10;
	top: 0;
	left: 0;
	width: 100%;
	height: 2px;
	background-color: #000000;
	transition: .3s;
	transform: rotate(0deg);
}

.menu_button_kit1_line2 {
	position: absolute;
	z-index: 10;
	top: 50%;
	left: 0;
	width: 100%;
	height: 2px;
	background-color: #000000;
	transition: .3s;
	opacity: 1;
	visibility: visible;
	display: none;
}

.menu_button_kit1_line3 {
	position: absolute;
	z-index: 10;
	top: 100%;
	left: 0;
	width: 100%;
	height: 2px;
	background-color: #000000;
	transition: .3s;
	transform: rotate(0deg);
}

.menu_button_kit1:hover .menu_button_kit1_line1,
.menu_button_kit1:hover .menu_button_kit1_line1,
.menu_button_kit1:hover .menu_button_kit1_line3 {
	background-color: #af7731;
}

.menu.menu_open_act1 .menu_button_kit1_line1 {
	top: 50%;
	background-color: #af7731;
	transform: rotate(-45deg);
}

.menu.menu_open_act1 .menu_button_kit1_line2 {
	opacity: 0;
	background-color: #af7731;
	visibility: hidden;
}

.menu.menu_open_act1 .menu_button_kit1_line3 {
	top: 50%;
	background-color: #af7731;
	transform: rotate(45deg);
}

/***** header_menu *****/

.header_menu {
	position: fixed;
  z-index: 30;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	padding: 0px 0px 0px 0px;
	background-color: #ffffff;
  border-top: 1px solid #b3b3b3;
	border-radius: 0px;
	opacity: 0;
	visibility: hidden;
	transition: .3s;
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	align-items: center;
}

.menu.menu_open_act1 .header_menu {
	left: 0;
	right: 0;
	opacity: 1;
	visibility: visible;
}

.header_menu_object1 {
	position: absolute;
	z-index: 20;
	left: 0;
	width: 30%;
	height: 100%;
	padding: 100px 100px 100px 100px;
	margin: 0px 0px 0px 0px;
	background-color: #ffffff;
	transition: .3s;
	opacity: 1;
	visibility: hidden;
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	align-items: center;
}

.menu.menu_open_act1 .header_menu_object1 {
	opacity: 1;
	visibility: visible;
}

.header_menu_object1_scroll1,
.header_menu_object2_scroll1 {
	position: relative;
  z-index: 10;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: auto;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

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

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

.header_menu_object1_title1_image1 a {
	width: auto;
  height: auto;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	display: block;
}

.header_menu_object1_title1_image1 a svg {
	width: 100%;
  height: auto;
  max-width: 180px;
	margin: 0px 0px 0px 0px;
  display: block;
}

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

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

.header_menu_object1_title1_text1 p,
.header_menu_object1_title1_text2 p {
	width: auto;
	height: auto;
	color: #af7731;
	font-size: 45px;
	font-weight: 700;
	text-align: left;
	text-indent: 0px;
	letter-spacing: 2px;
	padding: 3px 0px 3px 0px;
}

.header_menu_object1 ul {
	width: 100%;
	height: 100%;
	margin: 0px 0px 0px 0px;
	display: flex;
	flex-flow: column wrap;
	justify-content: center;
	align-items: stretch;
}

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

.header_menu_object1 ul li a {
	position: relative;
	width: auto;
	height: auto;
	color: #c1c1c1;
	font-size: 30px;
	font-weight: 700;
	text-align: left;
	text-indent: 0px;
	letter-spacing: 2px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	transition: .3s;
	display: block;
}

.header_menu_object1 ul li a:hover {
	color: #af7731;
}

.header_menu_object2 {
	position: absolute;
	z-index: 10;
	left: 30%;
	width: 70%;
	height: 100%;
	padding: 100px 100px 100px 100px;
	margin: 0px 0px 0px 0px;
	background-color: #f7f7f7;
	border-left: 0px solid #e8e8e8;
	transition: .3s;
	opacity: 1;
	visibility: hidden;
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	align-items: center;
}

.menu.menu_open_act1 .header_menu_object2 {
	opacity: 1;
	visibility: visible;
}

.header_menu_object2 ul {
	width: 100%;
	height: 100%;
	margin: 0px 0px 0px 0px;
	display: flex;
	flex-flow: column wrap;
	justify-content: center;
	align-items: stretch;
}

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

.header_menu_object2 ul li a {
	position: relative;
	z-index: 0;
	width: auto;
	height: auto;
	color: #777777;
	font-size: 30px;
	font-weight: 700;
	text-align: left;
	text-indent: 0px;
	letter-spacing: 2px;
	padding: 10px 20px 10px 20px;
	margin: 0px 0px 0px 0px;
	transition: .3s;
	display: block;
}

.header_menu_object2 ul li a:hover {
	color: #ffffff;
}

.header_menu_object2 ul li a::after {
	content: "";
	position: absolute;
	z-index: -10;
	bottom: 0;
	left: 0;
	right: unset;
	width: 0%;
	height: 100%;
	background-color: #af7731;
	transition: .3s;
	display: block;
}

.header_menu_object2 ul li a:hover::after {
	width: 100%;
}

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

.grid_wrap {
  width: 100%;
	height: auto;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	transition: .3s;
	opacity: 0;
	overflow: hidden;
}

.grid_wrap.page_active_act1 {
	opacity: 1;
}

.grid_wrap_inner1 {
	position: relative;
	z-index: 20;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
  width: 100%;
	height: auto;
  padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
  border-top: 0px solid #e8e8e8;
	transition: .3s;
}

.grid {
	position: relative;
	z-index: 0;
	width: 100%;
	height: auto;
	padding: 200px 80px 200px 80px;
	margin: 0px 0px 0px 0px;
	display: flex;
	flex-flow: column;
	justify-content: center;
	align-items: center;
}

.grid_margin_kit1 {
	margin-top: 10px !important;
}

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

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

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

.grid_title1_text1 p {
	width: auto;
	color: #000000;
	font-size: 40px;
	font-weight: 700;
	text-align: left;
	text-indent: 3px;
	letter-spacing: 3px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	display: inline-block;
}

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

.grid_title1_text2 p {
	width: auto;
	color: #aaa;
	font-size: 18px;
	font-weight: 300;
	text-align: center;
	text-indent: 5px;
	letter-spacing: 5px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	display: inline-block;
}

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

.grid_logo1_img1 {
	width: auto;
	height: auto;
	margin: 0px 40px 0px 0px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.grid_logo1_img1 a {
	width: auto;
	height: auto;
	margin: 0px 0px 0px 0px;
	display: block;
}

.grid_logo1_img1 a svg {
	width: 100%;
	height: auto;
	max-width: 130px;
	margin: 0px 0px 0px 0px;
}

.grid_logo1_title1 {
	width: auto;
	height: auto;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

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

.grid_logo1_title1_text1 p {
	width: 100%;
	color: #000000;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 16px;
	font-weight: 700;
	text-align: center;
	text-indent: 2px;
	letter-spacing: 2px;
	transition: .3s;
}

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

.grid_logo1_title1_text2 p {
	width: 100%;
	color: #000000;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 24px;
	font-weight: 700;
	text-align: center;
	text-indent: 2px;
	letter-spacing: 2px;
	transition: .3s;
}

.grid_menu1 {
	position: relative;
	width: 100%;
	height: 35px;
	margin: 0px 0px 15px 0px;
  overflow: hidden;
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	align-items: stretch;
}

.grid_menu1_layer1 {
	width: auto;
	height: 55px;
	margin: 0px 0px 0px 0px;
  overflow-x: scroll;
	-webkit-overflow-scrolling: touch;
}

.grid_menu1_layer1 ul {
  width: 950px;
	height: 35px;
	margin: 0px 0px 0px 0px;
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	align-items: center;
}

.grid_menu1_layer1 ul li {
	width: auto;
	margin: 0px 10px 0px 10px;
}

.grid_menu1_layer1 ul li a {
	position: relative;
	width: auto;
	height: auto;
	color: #000000;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 18px;
	font-weight: 700;
	text-align: right;
	text-indent: 2px;
	letter-spacing: 2px;
	padding: 0px 0px 0px 0px;
	transition: .2s;
	display: block;
}

.grid_menu1_layer1 ul li a:hover {
	color: #af7731;
}

.grid_menu1_layer1 ul li a::after {
	content: "";
	position: absolute;
	z-index: 10;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 1px;
	background-color: #af7731;
	transition: .2s;
	display: none;
}

.grid_menu1_layer1 ul li a:hover::after {
	height: 3px;
	background-color: #000000;
}

.grid_menu2 {
	position: relative;
	width: 100%;
	height: 35px;
	margin: 0px 0px 80px 0px;
  overflow: hidden;
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	align-items: stretch;
}

.grid_menu2_layer1 {
	width: auto;
	height: 55px;
	margin: 0px 0px 0px 0px;
  overflow-x: scroll;
	-webkit-overflow-scrolling: touch;
}

.grid_menu2_layer1 ul {
	width: 250px;
	height: 35px;
	margin: 0px 0px 0px 0px;
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	align-items: center;
}

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

.grid_menu2_layer1 ul li a {
	position: relative;
	width: auto;
	height: auto;
	color: #8c8c8c;
	font-size: 16px;
	font-weight: 700;
	text-align: center;
	text-indent: 1px;
	letter-spacing: 1px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	transition: .3s;
	display: block;
}

.grid_menu2_layer1 ul li a:hover {
	color: #af7731;
}

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

.grid_bredclamb1_set1 {
  width: auto;
  display: inline-block;
  margin: 2px 7px 2px 7px;
}

.grid_bredclamb1_set1 a {
	color: #000000;
	font-family: 'Noto Sans JP', sans-serif;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  text-indent: 2px;
  letter-spacing: 2px;
	line-height: 24px;
	margin: 0px 0px 0px 0px;
	transition: .3s;
	display: block;
}

.grid_bredclamb1_set1 a:hover {
  color: #eaa400;
}

.grid_bredclamb1_set1 p {
	color: #000000;
	font-family: 'Noto Sans JP', sans-serif;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
	text-indent: 1px;
  letter-spacing: 1px;
	line-height: 24px;
	margin: 0px 0px 0px 0px;
}

.grid_bredclamb1_set1 p span {
	color: #b3b3b3;
  font-size: 10px;
  font-weight: 700;
  text-align: center;
  text-indent: 1px;
  letter-spacing: 1px;
	line-height: 24px;
}

/***** grid_inner1_object1 *****/

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

.grid_inner1_object1_text1 {
	width: 100%;
	max-width: 1200px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 100px 0px;
}

.grid_inner1_object1_text1 p {
	font-size: 16px;
	font-weight: 300;
	text-align: left;
	text-indent: 0px;
	letter-spacing: 3px;
	line-height: 36px;
	padding: 10px 0px 10px 0px;
}

.grid_inner1_object1_text1 p span {
	color: #000000;
	font-size: 20px;
	font-weight: 500;
	text-indent: 1px;
	letter-spacing: 1px;
	padding: 0px 5px 0px 5px;
}

/***** visual *****/

.visual {
	position: relative;
	z-index: 0;
	width: 100%;
	height: auto;
	transition: .3s;
	opacity: 1;
}

.visual.act1 {
	opacity: 0;
	z-index: -10;
}

.visual_object1 {
	position: relative;
	width: 100%;
	height: auto;
	display: flex;
	flex-flow: row-reverse wrap;
	justify-content: center;
	align-items: center;
}

.visual_image1 {
  width: 60%;
	height: auto;
	padding: 0px 100px 0px 0px;
	margin: 0px 0px 0px 0px;
	background-color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
}

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

.visual_image2 {
	width: 100%;
	height: auto;
	margin: 0px 0px 0px 0px;
	background-color: #fff;
	display: none;
	justify-content: center;
	align-items: center;
}

.visual_image2 img {
	width: 100%;
	height: auto;
	max-width: 800px;
	margin: 0px 0px 0px 0px;
}

.visual_object1_info1 {
	width: 40%;
	height: auto;
	padding: 100px 0px 100px 150px;
	margin: 0px 0px 0px 0px;
	display: flex;
	flex-flow: column wrap;
	justify-content: center;
	align-items: center;
}

.visual_object1_info1_image1 {
	width: auto;
	height: auto;
	margin: 0px 0px 70px 0px;
}

.visual_object1_info1_image1 svg {
	width: 300px;
	display: block;
}

.visual_object1_info1_name1 {
	width: auto;
	height: auto;
	margin: 0px 0px 20px 0px;
}

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

.visual_object1_info1_name1_text1 p {
	width: 100%;
	color: #000000;
	font-size: 22px;
	font-weight: 700;
	text-transform: uppercase;
	text-align: center;
	text-indent: 2px;
	letter-spacing: 2px;
	line-height: 35px;
}

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

.visual_object1_info1_name1_text2 p {
	width: 100%;
	font-size: 16px;
	font-weight: 300;
	text-align: center;
	text-indent: 5px;
	letter-spacing: 5px;
	line-height: 32px;
}

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

.visual_object1_info1_name1_txt3 p {
	width: 100%;
	font-size: 24px;
	font-weight: 700;
	text-align: center;
	text-indent: 5px;
	letter-spacing: 5px;
}

.visual_object1_info2 {
	position: absolute;
	z-index: 10;
	bottom: 100px;
	right: 100px;
	width: auto;
	height: auto;
	margin: 0px 0px 0px 0px;
	display: none;
}

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

.visual_object1_info2_price1 p {
	width: 100%;
	font-size: 12px;
	font-weight: 300;
	text-align: center;
	text-indent: 3px;
	letter-spacing: 3px;
}

.visual_object1_info2_price1 p span {
	color: #ee8600;
	font-size: 22px;
	font-weight: 700;
	padding: 0px 0px 0px 10px;
}

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

.visual_object1_info2_btn1_inner1 {
	width: 100%;
	max-width: 250px;
	padding: 10px 10px 10px 10px;
	margin: 0px 0px 0px 0px;
}

.visual_object1_info2_btn1_inner1 a {
	width: 100%;
	color: #fff;
	font-size: 12px;
	font-weight: 500;
	text-align: center;
	text-indent: 3px;
	letter-spacing: 3px;
	padding: 15px 50px 15px 50px;
	margin: 0px 0px 0px 0px;
	border-radius: 0px;
	background-color: #000000;
	transition: .3s;
	display: block;
}

.visual_object1_info1_btn1_inner1 a:hover {
	background-color: #ffba15;
}

/***** introduction *****/

.introduction {
	width: 100%;
}

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

.introduction_image1 {
	width: 100%;
	max-width: 1024px;
	margin: 0px 0px 80px 0px;
	background-color: #000000;
	display: flex;
	flex-flow: column wrap;
	justify-content: center;
	align-items: center;
}

.introduction_image1 img {
	width: 100%;
	max-width: 600px;
	margin: 0px 0px 0px 0px;
	display: block;
}

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

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

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

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

.introduction_info1_title1_text1 p,
.introduction_info1_title1_text2 p {
	font-size: 30px;
	font-weight: 300;
	text-align: center;
	text-indent: 7px;
	letter-spacing: 7px;
	line-height: 65px;
}

.introduction_info1_title1_text1 p span,
.introduction_info1_title1_text2 p span {
	font-size: 36px;
	font-weight: 500;
	text-indent: 2px;
	letter-spacing: 2px;
}

.introduction_info1_text1 {
	width: 100%;
	max-width: 1100px;
}

.introduction_info1_text1 p {
	font-size: 16px;
	font-weight: 300;
	text-align: left;
	text-indent: 0px;
	letter-spacing: 5px;
	line-height: 40px;
	padding: 30px 0px 30px 0px;
}

.introduction_info1_text1 p span {
	color: #000000;
	font-size: 20px;
	font-weight: 500;
	text-indent: 1px;
	letter-spacing: 1px;
	padding: 0px 5px 0px 5px;
}

/***** aging *****/

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

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

.aging_object1_image1 {
	width: 100%;
}

.aging_object1_image1 img {
	width: 100%;
	display: block;
}

/***** comment *****/

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

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

.comment_object1_image1 {
	width: 45%;
	height: auto;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	background-color: #000000;
	display: flex;
	flex-flow: column wrap;
	justify-content: center;
	align-items: center;
}

.comment_object1_image1 img {
	width: 100%;
	max-width: 800px;
	margin: 0px 0px 0px 0px;
	display: block;
}

.comment_object1_info1 {
	width: 55%;
	padding: 0px 0px 0px 70px;
	margin: 0px 0px 0px 0px;
	border-left: 0px solid #e8e8e8;
}

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

.comment_object1_info1_title1_text1 {
	width: auto;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 20px 0px;
}

.comment_object1_info1_title1_text1 p {
	font-size: 16px;
	font-weight: 500;
	text-align: left;
	text-indent: 0px;
	letter-spacing: 1px;
}

.comment_object1_info1_title1_text2 {
	width: auto;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 15px 0px;
}

.comment_object1_info1_title1_text2 p {
	font-size: 30px;
	font-weight: 700;
	text-align: left;
	text-indent: 0px;
	letter-spacing: 2px;
}

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

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

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

.comment_object1_info1_text1::before {
	content: "";
	position: absolute;
	z-index: -10;
	top: -1px;
	left: -1px;
	width: 20px;
	height: 20px;
	background-color: #000000;
}

.comment_object1_info1_text1::after {
	content: "";
	position: absolute;
	z-index: -10;
	bottom: -1px;
	right: -1px;
	width: 20px;
	height: 20px;
	background-color: #000000;
}

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

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

/***** aging_level *****/

.aging_level {
	width: 100%;
	display: flex;
	flex-flow: column wrap;
	justify-content: center;
	align-items: center;
}

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

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

.aging_level_object1_set1_image1 {
	width: 45%;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 30px 0px;
	border: 1px solid #e8e8e8;
	display: flex;
	flex-flow: column wrap;
	justify-content: center;
	align-items: flex-end;
}

.aging_level_object1_set1_image1 img {
	width: 100%;
	max-width: 100%;
	margin: 0px 0px 0px 0px;
	display: block;
}

.aging_level_object1_set1_info1 {
	width: 55%;
	padding: 0px 0px 0px 40px;
	margin: 0px 0px 0px 0px;
	border-bottom: 0px solid #000000;
}

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

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

.aging_level_object1_set1_info1_title1_text1 p {
	font-size: 30px;
	font-weight: 700;
	text-align: left;
	text-indent: 0px;
	letter-spacing: 2px;
}

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

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

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

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

/***** feel *****/

.feel {
	width: 100%;
	max-width: 100%;
	display: flex;
	flex-flow: column wrap;
	justify-content: center;
	align-items: center;
}

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

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

.feel_object1_image2 {
	width: 100%;
	height: 100%;
	margin: 0px 0px 0px 0px;
	display: none;
}

.feel_object1_image1 img,
.feel_object1_image2 img {
	width: 100%;
	display: block;
}

.feel_object1_info1 {
	position: absolute;
	z-index: 10;
	top: 0;
	bottom: 0;
	left: 0;
	right: unset;
	width: 50%;
	height: 100%;
	padding: 100px 100px 100px 100px;
	margin: 0px 0px 0px 0px;
	display: flex;
	flex-flow: column wrap;
	justify-content: center;
	align-items: center;
}

.feel_object1_info2 {
	position: absolute;
	z-index: 10;
	top: 0;
	bottom: 0;
	left: unset;
	right: 0;
	width: 50%;
	height: 100%;
	padding: 100px 100px 100px 100px;
	margin: 0px 0px 0px 0px;
	display: flex;
	flex-flow: column wrap;
	justify-content: center;
	align-items: center;
}

.feel_object1_info1_text1,
.feel_object1_info2_text1 {
	width: auto;
	height: auto;
	max-width: 600px;
	margin: 0px 0px 0px 0px;
}

.feel_object1_info1_text1 p,
.feel_object1_info2_text1 p {
	font-size: 16px;
	font-weight: 300;
	text-align: left;
	text-indent: 0px;
	letter-spacing: 2px;
	line-height: 36px;
}

.feel_object1_info1_text1 p span,
.feel_object1_info2_text1 p span {
	color: #000000;
	font-size: 20px;
	font-weight: 500;
	text-indent: 1px;
	letter-spacing: 1px;
	padding: 0px 5px 0px 5px;
}

/***** category *****/

.category {
	width: 100%;
	max-width: 1300px;
	display: flex;
	flex-flow: column wrap;
	justify-content: center;
	align-items: center;
}

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

.category_object1_image1 {
	width: 50%;
	max-width: 650px;
	padding: 0px 70px 0px 0px;
	margin: 0px 0px 0px 0px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.category_object1_image2 {
	width: 100%;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 20px 0px;
	display: none;
	justify-content: flex-start;
	align-items: center;
}

.category_object1_image1 img,
.category_object1_image2 img {
	width: 100%;
	max-width: 1000px;
	margin: 0px 0px 0px 0px;
	border: 1px solid #d1d1d1;
}

.category_object1_info1 {
	position: relative;
	width: 50%;
  height: auto;
	max-width: 800px;
	padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
}

.category_object1_info1::before {
	content: "";
	position: absolute;
	z-index: 10;
	top: -1px;
	right: -1px;
	width: 20px;
	height: 20px;
	background-color: #000000;
	/* animation: box_move 2.0s ease infinite none; */
}

.category_object1_info1::after {
	content: "";
	position: absolute;
	z-index: 10;
	bottom: -1px;
	left: -1px;
	width: 20px;
	height: 20px;
	background-color: #000000;
	/* animation: box_move 2.0s ease infinite none; */
}

@keyframes box_move {
	0% {
		transform: rotate(0deg);
	}
	50% {
		transform: rotate(90deg);
	}
	100% {
		transform: rotate(180deg);
	}
}

.category_object1_info1_inner1 {
	position: relative;
	z-index: 20;
	width: 100%;
	height: 100%;
  padding: 70px 70px 70px 70px;
	background-color: rgba(255, 255, 255, 1.0);
}

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

.category_object2_image1 {
	width: 50%;
	max-width: 650px;
	padding: 0px 0px 0px 70px;
	margin: 0px 0px 0px 0px;
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

.category_object2_image2 {
	width: 100%;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	display: none;
	justify-content: flex-end;
	align-items: center;
}

.category_object2_image1 img,
.category_object2_image2 img {
	width: 100%;
	max-width: 1000px;
	margin: 0px 0px 0px 0px;
	border: 1px solid #d1d1d1;
}

.category_object2_info1 {
	position: relative;
	width: 50%;
  height: auto;
	padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
}

.category_object2_info1::before {
	content: "";
	position: absolute;
	z-index: 10;
	top: -1px;
	left: -1px;
	width: 20px;
	height: 20px;
	background-color: #000000;
}

.category_object2_info1::after {
	content: "";
	position: absolute;
	z-index: -10;
	bottom: -1px;
	right: -1px;
	width: 20px;
	height: 20px;
	background-color: #000000;
}

.category_object2_info1_inner1 {
	position: relative;
	z-index: 20;
	width: 100%;
	height: 100%;
  padding: 70px 70px 70px 70px;
	background-color: rgba(255, 255, 255, 1.0);
}

.category_object1_info1_number1,
.category_object2_info1_number1 {
	width: 100%;
	height: auto;
	margin: 0px 0px 20px 0px;
	display: flex;
	flex-flow: column wrap;
	justify-content: center;
	align-items: center;
}

.category_object1_info1_number1 p,
.category_object2_info1_number1 p {
  color: #000000;
  font-size: 30px;
  font-weight: 700;
  text-align: center;
  text-indent: 3px;
  letter-spacing: 3px;
}

.category_object1_info1_title1,
.category_object2_info1_title1 {
	width: 100%;
	height: auto;
	margin: 0px 0px 30px 0px;
	display: flex;
	flex-flow: column wrap;
	justify-content: center;
	align-items: center;
}

.category_object1_info1_title1_text1,
.category_object2_info1_title1_text1 {
	width: 100%;
	height: auto;
	margin: 0px 0px 0px 0px;
	display: flex;
	flex-flow: column wrap;
	justify-content: center;
	align-items: center;
}

.category_object1_info1_title1_text1 p,
.category_object2_info1_title1_text1 p {
	color: #000000;
	font-size: 50px;
	font-weight: 700;
	text-align: center;
	text-indent: 2px;
  letter-spacing: 2px;
}

.category_object1_info1_title1_text2,
.category_object2_info1_title1_text2 {
	width: 100%;
	height: auto;
	margin: 0px 0px 0px 0px;
	display: flex;
	flex-flow: column wrap;
	justify-content: center;
	align-items: center;
}

.category_object1_info1_title1_text2 p,
.category_object2_info1_title1_text2 p {
	color: #000000;
	font-size: 16px;
	font-weight: 300;
	text-align: center;
	text-indent: 3px;
	letter-spacing: 3px;
}

.category_object1_info1_text1,
.category_object2_info1_text1 {
	width: 100%;
	height: auto;
	margin: 0px 0px 15px 0px;
}

.category_object1_info1_text1 p,
.category_object2_info1_text1 p {
	color: #000000;
	font-size: 14px;
	font-weight: 300;
	text-align: center;
	text-indent: 3px;
	letter-spacing: 3px;
	line-height: 24px;
	padding: 10px 0px 10px 0px;
}

.category_text_scroll_patch {
  height: 300px !important;
	padding: 0px 20px 0px 0px;
  overflow-y: scroll;
}

/***** lineup *****/

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

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

.lineup_object1_img1 {
	width: 100%;
	height: auto;
	margin: 0px 0px 20px 0px;
	display: none;
}

.lineup_object1_img1 a {
	position: relative;
	width: 100%;
	height: 600px;
	background-color: #ffffff;
	overflow: hidden;
	display: block;
}

.lineup_object1_img1_set1 {
	width: 100%;
	height: 600px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.lineup_object1_img1_set1 img {
	width: auto;
	height: auto;
	max-height: 600px;
	margin: 0px 0px 0px 0px;
	transform: scale(1.0);
	transition: .3s;
}

.lineup_object1_img1 a:hover .lineup_object1_img1_set1 img {
	transform: scale(1.025);
}

.lineup_object1_img2 {
	position: relative;
	width: 100%;
	height: auto;
	margin: 0px 0px 20px 0px;
	display: block;
}

.lineup_object1_img2_set1 {
	width: 100%;
	height: 300px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.lineup_object1_img2 a {
	width: 100%;
	height: 300px;
	background-color: #ffffff;
	overflow: hidden;
	display: block;
}

.lineup_object1_img2 a img {
	width: auto;
	height: auto;
	max-height: 300px;
	margin: 0px 0px 0px 0px;
	transform: scale(1.0);
	transition: .3s;
}

.lineup_object1_img2 a:hover img {
	transform: scale(1.025);
}

.lineup_object1_info1 {
  width: 100%;
}

.lineup_object1_info1_name1 {
	width: 100%;
	height: auto;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 20px 0px;
}

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

.lineup_object1_info1_name1_text1 p {
	font-size: 18px;
	font-weight: 700;
	text-align: center;
	text-indent: 2px;
	letter-spacing: 2px;
	line-height: 22px;
	display: flex;
	flex-flow: column wrap;
	justify-content: center;
	align-items: center;
}

.lineup_object1_info1_name1_text2 {
	width: 100%;
	margin: 0px 0px 20px 0px;
	display: flex;
	flex-flow: column wrap;
	justify-content: center;
	align-items: center;
}

.lineup_object1_info1_name1_text2 p {
	font-size: 30px;
	font-weight: 700;
	text-align: center;
	text-indent: 2px;
	letter-spacing: 2px;
	line-height: 45px;
	margin: 0px 0px 0px 0px;
}

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

.lineup_object1_info1_name1_text3 p {
	font-size: 22px;
	font-weight: 700;
	text-align: center;
	text-indent: 2px;
	letter-spacing: 2px;
	padding: 3px 0px 3px 0px;
	margin: 0px 0px 0px 0px;
}

.lineup_object1_info1_color1_name1  {
	position: relative;
	width: 100%;
	height: 30px;
	margin: 0px 0px 15px 0px;
	background-color: #ffffff;
	overflow: hidden;
}

.lineup_object1_info1_color1_name1 p {
	font-size: 18px;
	font-weight: 700;
	text-align: center;
	text-indent: 2px;
	letter-spacing: 2px;
	margin: 0px 0px 0px 0px;
	display: flex;
	justify-content: center;
	align-items: center;
}

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

.lineup_object1_info1_color1 img {
	width: auto;
	padding: 0px 0px 0px 0px;
	margin: 5px 5px 5px 5px;
	cursor: pointer;
	display: block;
}

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

.lineup_object1_info1_price1 p {
	width: 100%;
	color: #000000;
	font-size: 12px;
	font-weight: 500;
	text-align: center;
	text-indent: 3px;
	letter-spacing: 3px;
}

.lineup_object1_info1_price1 p span {
	width: 100%;
	color: #ee8600;
	font-size: 22px;
	font-weight: 700;
	text-align: center;
	text-indent: 2px;
	letter-spacing: 2px;
	padding: 0px 5px 0px 5px;
}

/***** product *****/

.product {
	width: 100%;
	height: auto;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	border-radius: 0px 0px 0px 0px;
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	align-items: center;
}

.product_object1 {
	position: relative;
	width: 100%;
	height: auto;
	max-width: 1600px;
	padding: 30px 0px 30px 0px;
	margin: 0px 0px 0px 0px;
	border-radius: 20px 20px 20px 20px;
	border: 0px solid #e8e8e8;
	overflow: hidden;
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
	align-items: stretch;
}

.product_object2 {
	width: 100%;
	height: auto;
	max-width: 1600px;
	padding: 80px 0px 80px 0px;
	margin: 0px 0px 0px 0px;
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	align-items: center;
}

.product_object1_image1 {
	position: relative;
	width: 70%;
	margin: 0px 0px 0px 0px;
	overflow: hidden;
	display: block;
}

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

.product_object1_image1_set1 img {
	width: 100%;
	height: auto;
  max-width: 1200px;
	margin: 0px 0px 0px 0px;
}

.product_object1_image2 {
	position: relative;
	width: 100%;
	height: 700px;
	margin: 0px 0px 30px 0px;
	overflow: hidden;
	display: none;
}

.product_object1_image2_set1 {
	width: 100%;
	height: 700px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.product_object1_image2_set1 img {
	width: auto;
	height: auto;
	max-height: 700px;
	margin: 0px 0px 0px 0px;
}

.product_object1_info1 {
	width: 30%;
	height: auto;
	color: #000;
	padding: 30px 30px 30px 30px;
	border-right: 0px solid #e8e8e8;
	display: flex;
	flex-flow: column wrap;
	justify-content: center;
	align-items: center;
}

.product_object1_info1_badge1 {
	width: 100%;
  height: auto;
  margin: 0px 0px 20px 0px;
  display: none;
	flex-flow: row wrap;
  justify-content: center;
  align-items: center;
}

.product_object1_info1_badge1 p {
	width: auto;
  height: auto;
	color: #fff;
	font-size: 10px;
	font-weight: 700;
	text-align: center;
	text-indent: 3px;
	letter-spacing: 3px;
	padding: 7px 20px 7px 20px;
  margin: 0px 0px 0px 0px;
  background-color: #e30b5c;
}

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

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

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

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

.product_object1_info1_name1_text1 p {
	width: 100%;
	color: #000000;
	font-size: 14px;
	font-weight: 700;
	text-align: center;
	text-indent: 3px;
	letter-spacing: 3px;
	line-height: 28px;
}

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

.product_object1_info1_name1_text2 p {
	width: 100%;
	color: #000000;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 34px;
	font-weight: 700;
	text-align: center;
	text-indent: 2px;
	letter-spacing: 2px;
	line-height: 50px;
}

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

.product_object1_info1_name1_text3 p {
	width: 100%;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 22px;
	font-weight: 700;
	text-align: center;
	text-indent: 2px;
	letter-spacing: 2px;
	padding: 3px 0px 3px 0px;
}

.product_object1_info1_color1_name1 {
	position: relative;
	width: 100%;
	height: 30px;
	margin: 0px 0px 30px 0px;
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
}

.product_object1_info1_color1_name1 p {
	width: 100%;
	color: #000000;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 16px;
	font-weight: 700;
	text-align: center;
	text-indent: 2px;
	letter-spacing: 2px;
	margin: 0px 0px 0px 0px;
	display: flex;
	justify-content: center;
	align-items: center;
}

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

.product_object1_info1_color1 img {
	width: auto;
	padding: 0px 0px 0px 0px;
	margin: 5px 5px 5px 5px;
	cursor: pointer;
	display: block;
}

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

.product_object1_info1_price1 p {
	width: 100%;
	color: #000000;
	font-size: 12px;
	font-weight: 500;
	text-align: center;
	text-indent: 3px;
	letter-spacing: 3px;
}

.product_object1_info1_price1 p span {
	width: 100%;
	color: #ee8600;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 22px;
	font-weight: 700;
	text-align: center;
	text-indent: 2px;
	letter-spacing: 2px;
	padding: 0px 0px 0px 5px;
}

.product_object2_caption1 {
	width: 100%;
	max-width: 1200px;
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	align-items: center;
}

.product_object2_caption1_img1 {
	position: relative;
	z-index: 0;
	width: 30%;
	margin: 0px 0px 0px 0px;
	display: none;
}

.product_object2_caption1_img1::after {
	content: "";
	position: absolute;
	z-index: -10;
	bottom: -20px;
	left: -20px;
	width: 100%;
	height: 100%;
	background-color: #00a1e9;
}

.product_object2_caption1_img1 img {
	width: 100%;
	height: auto;
	max-width: 100%;
}

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

.product_object2_caption1_title1 p {
	width: auto;
	height: auto;
	color: #956426;
	font-size: 30px;
	font-weight: 300;
	text-align: center;
	text-indent: 7px;
	letter-spacing: 7px;
	line-height: 45px;
	margin: 0px 0px 0px 0px;
}

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

.product_object2_caption1_text1 p {
	width: 100%;
	font-size: 16px;
	font-weight: 300;
	text-align: left;
	text-indent: 0px;
	letter-spacing: 3px;
	line-height: 40px;
	padding: 10px 0px 10px 0px;
}

.product_object2_caption1_text1 p span {
  font-size: 20px;
	font-weight: 500;
  text-indent: 1px;
  letter-spacing: 1px;
  line-height: 24px;
}

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

.product_headline1 p {
	font-size: 26px;
	font-weight: 700;
	text-align: center;
	text-indent: 2px;
	letter-spacing: 2px;
}

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

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

.product_object2_gallery1_set1_img1 {
	width: 33.33%;
	padding: 20px 20px 20px 20px;
	margin: 0px 0px 0px 0px;
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
}

.product_object2_gallery1_set1_img1 img {
	width: auto;
	height: auto;
	margin: 0px 0px 0px 0px;
	border: 1px solid #e8e8e8;
}

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

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

.product_object2_spec1_title1 p {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 26px;
	font-weight: 700;
	text-align: center;
	text-indent: 0px;
	letter-spacing: 5px;
}

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

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

.product_object2_spec1_list1_title1 p {
	font-size: 18px;
	font-weight: 700;
	text-align: left;
	text-indent: 0px;
	letter-spacing: 2px;
}

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

.product_object2_spec1_list1_set1_inner1 {
	width: 48%;
	padding: 10px 0px 10px 0px;
	margin: 5px 1% 5px 1%;
	border-bottom: 1px solid #9a9a9a;
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
	align-items: stretch;
}

.product_object2_spec1_list1_set1_title1 {
	width: 35%;
	padding: 10px 30px 10px 0px;
	margin: 0px 0px 0px 0px;
	display: flex;
	flex-flow: column wrap;
	justify-content: center;
	align-items: center;
}

.product_object2_spec1_list1_set1_title1 p {
	width: 100%;
	font-size: 12px;
	font-weight: 300;
	text-align: left;
	text-indent: 0px;
	letter-spacing: 2px;
	line-height: 20px;
	margin: 0px 0px 0px 0px;
}

.product_object2_spec1_list1_set1_text1 {
	width: 65%;
	padding: 10px 0px 10px 30px;
	margin: 0px 0px 0px 0px;
	border-left: 1px solid #9a9a9a;
	display: flex;
	flex-flow: column wrap;
	justify-content: center;
	align-items: center;
}

.product_object2_spec1_list1_set1_text1 p {
	width: 100%;
	font-size: 12px;
	font-weight: 300;
	text-align: left;
	text-indent: 0px;
	letter-spacing: 2px;
	line-height: 20px;
	margin: 0px 0px 0px 0px;
}

/***** expert *****/

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

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

.expert_object1_image1 {
	width: 100%;
	height: auto;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 30px 0px;
	background-color: #000000;
	display: flex;
	flex-flow: column wrap;
	justify-content: center;
	align-items: center;
}

.expert_object1_image1 img {
	width: 100%;
	max-width: 400px;
	margin: 0px 0px 0px 0px;
	display: block;
}

.expert_object1_info1 {
	width: 100%;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	border-left: 0px solid #e8e8e8;
	display: flex;
	flex-flow: column wrap;
	justify-content: center;
	align-items: center;
}

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

.expert_object1_info1_title1_text1 {
	width: auto;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 20px 0px;
}

.expert_object1_info1_title1_text1 p {
	font-size: 16px;
	font-weight: 500;
	text-align: left;
	text-indent: 0px;
	letter-spacing: 1px;
}

.expert_object1_info1_title1_text2 {
	width: auto;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 15px 0px;
}

.expert_object1_info1_title1_text2 p {
	font-size: 26px;
	font-weight: 500;
	text-align: left;
	text-indent: 0px;
	letter-spacing: 7px;
}

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

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

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

.expert_object1_info1_text1::before {
	content: "";
	position: absolute;
	z-index: -10;
	top: -1px;
	left: -1px;
	width: 20px;
	height: 20px;
	background-color: #000000;
	display: none;
}

.expert_object1_info1_text1::after {
	content: "";
	position: absolute;
	z-index: -10;
	bottom: -1px;
	right: -1px;
	width: 20px;
	height: 20px;
	background-color: #000000;
	display: none;
}

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

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

/***** movie *****/

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

.movie_object1 {
	position: relative;
	width: 100%;
	background-color: #000000;
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	align-items: center;
}

.movie_object1_data1 {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 0;
	padding-top: 0px;
	padding-bottom: 56.25%;
	margin: 0px 0px 0px 0px;
	background-color: #000000;
	cursor: pointer;
}

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

.movie_object1_button1 {
	position: absolute;
	z-index: 10;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	transition: .3s;
	cursor: pointer;
	opacity: 1;
	visibility: visible;
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	align-items: center;
}

.movie_object1_button1.movie_act1 {
	opacity: 0;
	visibility: hidden;
}

.movie_object1_button1 svg {
  width: 150px;
  height: 150px;
  margin: 0px 0px 0px 0px;
  display: block;
}

.movie_object1_button1 svg path,
.movie_object1_button1 svg polygon {
	fill: #ffffff;
	transition: .3s;
}

.movie_object1:hover .movie_object1_button1 svg path,
.movie_object1:hover .movie_object1_button1 svg polygon  {
	fill: #ffc821;
}

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

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

.recommend_object1 {
	width: 50%;
	max-width: 800px;
	padding: 20px 20px 20px 20px;
	margin: 0px 0px 0px 0px;
}

.recommend_object1 a {
	width: 100%;
	display: block;
	box-shadow: 0px 0px 20px 3px rgba(0, 0, 0, 0.0);
	transition: .3s;
	overflow: unset;
}

.recommend_image1 {
	width: 100%;
	margin: 0px 0px 15px 0px;
	border: 1px solid #e8e8e8;
	overflow: hidden;
}

.recommend_image1 img {
	width: 100%;
	transform: scale(1.00);
	transition: .3s;
	display: block;
}

.recommend_image1:hover img {
	transform: scale(1.03);
}

.recommend_text1 {
	width: 100%;
}

.recommend_text1 p {
	width: 100%;
	color: #000000;

	font-size: 16px;
	font-weight: 700;
	text-align: left;
	text-indent: 0px;
	letter-spacing: 1px;
	transition: .3s;
}

.recommend_object1 a:hover .recommend_text1 p {
	color: #000000;
}

/***** footer *****/

.footer {
	width: 100%;
	opacity: 0;
	transition: .3s;
}

.footer.page_active_act1 {
	opacity: 1;
}

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

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

.footer_object1_image1 a {
	width: auto;
	height: auto;
	margin: 0px 0px 0px 0px;
	display: block;
}

.footer_object1_image1 a svg {
	width: 100%;
	height: auto;
	max-width: 130px;
	margin: 0px 0px 0px 0px;
}

.footer_object1_title1 {
	width: auto;
	height: auto;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 50px 0px;
	display: flex;
	flex-flow: column wrap;
	justify-content: center;
	align-items: center;
}

.footer_object1_title1 p {
	width: auto;
	height: auto;
	color: #000000;
	font-size: 24px;
	font-weight: 700;
	text-align: center;
	text-indent: 1px;
	letter-spacing: 1px;
	line-height: 36px;
	margin: 0px 0px 0px 0px;
	transition: .3s;
	display: block;
}

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

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

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

.footer_object1_menu1 ul li a {
	position: relative;
	width: auto;
	height: auto;
	color: #000000;
	font-size: 16px;
	font-weight: 700;
	text-align: center;
	text-indent: 1px;
	letter-spacing: 1px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	transition: .3s;
	display: block;
}

.footer_object1_menu1 ul li a:hover {
	color: #af7731;
}

.footer_object1_menu1 ul li a::after {
	content: "";
	position: absolute;
	z-index: 10;
	top: unset;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 1px;
	background-color: #e8e8e8;
	display: none;
}

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

.footer_object1_menu2 ul {
	width: 500px;
	height: auto;
	margin: 0px 0px 0px 0px;
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	align-items: center;
}

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

.footer_object1_menu2 ul li a {
	position: relative;
	width: auto;
	height: auto;
	color: #8c8c8c;
	font-size: 14px;
	font-weight: 700;
	text-align: center;
	text-indent: 1px;
	letter-spacing: 1px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	transition: .3s;
	display: block;
}

.footer_object1_menu2 ul li a:hover {
	color: #af7731;
}

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

.footer_object1_text1 p {
	width: auto;
	height: auto;
	color: #c2c2c4;
	font-size: 12px;
	font-weight: 300;
	text-align: center;
	text-indent: 0px;
	letter-spacing: 2px;
	margin: 0px 0px 0px 0px;
	display: block;
}

.footer_object1_text1 a {
	width: auto;
	height: auto;
	margin: 0px 0px 0px 10px;
	display: block;
}

.footer_object1_text1 a svg {
	width: 100%;
	height: auto;
	max-width: 150px;
	margin: 0px 0px 0px 0px;
}

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

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

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

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

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

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

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

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

.footer_object2_set2_copyright1 p {
	color: #000000;
  font-size: 10px;
	font-weight: 300;
  text-align: center;
  text-indent: 0px;
  letter-spacing: 2px;
}

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

@media ( max-width: 1400px ) {

.grid {
  padding: 100px 50px 100px 50px;
}

.grid_title1 {
	margin: 0px 0px 50px 0px;
	align-items: center;
}

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

.grid_title1_text2 p {
  font-size: 18px;
	text-align: center;
  text-indent: 5px;
  letter-spacing: 5px;
}

.visual {
  height: auto;
}

.visual_object1 {
  height: auto;
}

.visual_image1 {
	display: none;
}

.visual_image2 {
	display: flex;
}

.visual_object1_info1 {
	width: 100%;
	height: auto;
	padding: 100px 80px 100px 80px;
}

.introduction_object1_movie1_inner1 {
  width: 100%;
}

.introduction_object1_movie1_data1_btn1 p {
  font-size: 9px;
  text-indent: 2px;
  letter-spacing: 2px;
  padding: 15px 15px 15px 15px;
}

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

.product_object1 {
  padding: 50px 0px 50px 0px;
  margin: 0px 0px 0px 0px;
	flex-flow: column wrap;
}

.product_object1_image1 {
  display: none;
}

.product_object1_image2 {
  display: block;
}

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

.product_object2_caption1 {
	width: 100%;
	display: flex;
	flex-flow: column wrap;
}

.product_object2_caption1_img1 {
  width: 80%;
  margin: 0px 0px 50px 0px;
}

.product_object2_caption1_title1 p {
  font-size: 28px;
}

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

.product_object2_gallery1 {
	height: 750px;
}

.product_object2_gallery1_set1 {
  width: 100%;
}

.product_object2_gallery1_set1_img1 {
  width: 50%;
}

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

.movie_set1 {
  width: 100%;
}

.recommend_object1 {
  width: 50%;
	padding: 15px 15px 15px 15px;
}

}

@media ( max-width: 1024px ) {

.brand_logo {
  top: 50px;
  left: 70px;
}

.store_logo {
  top: 50px;
  right: 120px;
}

.menu_button {
  top: 50px;
  right: 70px;
}

.menu.menu_open_act1 .menu_button_kit1_line1,
.menu.menu_open_act1 .menu_button_kit1_line2,
.menu.menu_open_act1 .menu_button_kit1_line3 {
  background-color: #000000;
}

.header_menu {
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
	align-items: stretch;
}

.header_menu_object1,
.header_menu_object2 {
	position: unset;
  width: 100%;
  height: auto;
}

.header_menu_object1_title1_image1 {
  justify-content: center;
}

.header_menu_object1_title1 a svg {
  max-width: 130px;
	margin: 0px 0px 30px 0px;
}

.header_menu_object1_title1 a p {
  font-size: 35px;
  letter-spacing: 7px;
}

.header_menu_object1 ul li a {
  font-size: 26px;
  letter-spacing: 2px;
}

.header_menu_object1 ul li,
.header_menu_object2 ul li {
  justify-content: center;
}

.header_menu_object2 ul li a {
  font-size: 24px;
  letter-spacing: 2px;
}

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

.grid_menu1_layer1 ul {
  width: 850px;
}

.grid_menu1_layer1 ul li {
  width: auto;
  margin: 0px 10px 0px 10px;
}

.visual_image2 img {
  max-width: 600px;
}

.visual_object1_info1 {
  width: 100%;
  padding: 100px 30px 100px 30px;
}

.visual_object1_info1_image1 svg {
  width: 250px;
}

.introduction_info1_title1_text1 {
	display: none;
}

.introduction_info1_title1_text2 {
	display: block;
}

.introduction_info1_title1_text1 p,
.introduction_info1_title1_text2 p {
  font-size: 26px;
  font-weight: 300;
  text-align: center;
  text-indent: 5px;
  letter-spacing: 5px;
  line-height: 60px;
}

.introduction_info1_title1_text1 p span,
.introduction_info1_title1_text2 p span {
  font-size: 34px;
  text-indent: 2px;
  letter-spacing: 2px;
  line-height: 70px;
}

.introduction_info1_text1 p {
  font-size: 16px;
  letter-spacing: 3px;
  line-height: 38px;
  padding: 20px 0px 20px 0px;
}

.feel_object1_image1 {
	display: none;
}

.feel_object1_image2 {
	display: block;
}

.feel_object1_info1,
.feel_object1_info2 {
  position: unset;
  width: 100%;
	height: auto;
  padding: 100px 100px 100px 100px;
	background-color: #ffffff;
}

.feel_object1_info1_text1,
.feel_object1_info2_text1 {
  max-width: 800px;
}

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

.comment_object1_info1 {
  width: 100%;
  padding: 0px 0px 0px 0px;
	border-left: 0px solid #e8e8e8;
}

.comment_object1_info1_title1 {
	margin: 0px 0px 30px 0px;
  align-items: center;
}

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

.aging_level_object1_set1 {
  width: 50%;
  padding: 30px 10px 30px 10px;
}

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

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

.category_object1,
.category_object2 {
	height: auto;
}

.category_object1_image1,
.category_object1_image2,
.category_object2_image1,
.category_object2_image2 {
  width: 100%;
	max-width: 500px;
  padding: 0px 0px 0px 0px;
	margin: 0px 0px 30px 0px;
}

.category_object1_info1,
.category_object2_info1 {
  width: 100%;
  margin: 0px 0px 0px 0%;
}

.category_text_scroll_patch {
  height: auto !important;
	padding: 0px 0px 0px 0px;
}

.lineup_object1 {
  width: 100%;
}

.lineup_object1_info1 {
  width: 100%;
}

.product_object2_caption1 {
  max-width: 770px;
}

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

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

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

.expert_object1_info1_title1 {
	margin: 0px 0px 30px 0px;
  align-items: center;
}

.recommend {
  flex-flow: column wrap;
  justify-content: center;
  align-items: center;
}

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

.footer_object1_menu1 ul {
  flex-flow: column wrap;
}

.footer_object1_menu2 ul li {
	width: auto;
	padding: 10px 10px 10px 10px;
	margin: 0px 0px 0px 0px;
	justify-content: center;
}

}

@media ( max-width: 767px ) {

.brand_logo {
  top: 30px;
  left: 30px;
	height: 40px;
}

.brand_logo_img1 {
	margin: 0px 0px 0px 0px;
}

.brand_logo_title1 {
	display: none;
}

.brand_logo_img1 a svg {
  width: 70px;
}

.store_logo {
  top: 30px;
  right: 70px;
	height: 40px;
}

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

.menu_button {
  top: 30px;
  right: 30px;
	height: 40px;
}

.header_menu_object1,
.header_menu_object2 {
	padding: 100px 50px 100px 50px;
}

.header_menu_object1_title1_text1 {
  display: none;
}

.header_menu_object1_title1_text2 {
  display: none;
}

.movie_object1_button1 svg {
  width: 100px;
  height: 100px;
}

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

.grid_wrap_inner1 {
  padding: 10px 0px 0px 0px;
}

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

.grid_title1 {
  margin: 0px 0px 50px 0px;
	align-items: center;
}

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

.grid_title1_text2 p {
  font-size: 14px;
  text-indent: 0px;
  letter-spacing: 5px;
}

.grid_inner1_object1_text1 p span {
  font-size: 18px;
}

.grid_logo1 {
  margin: 0px 0px 50px 0px;
  flex-flow: column wrap;
}

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

.grid_logo1_img1 a svg {
  max-width: 120px;
}

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

.grid_menu1_layer1 ul {
  width: 850px;
}

.grid_menu1_layer1 ul li,
.grid_menu2_layer1 ul li {
  margin: 0px 10px 0px 10px;
}

.grid_menu2_layer1 ul {
  width: 250px;
}

.grid_bredclamb1 {
	margin: 0px 0px 20px 0px;
  justify-content: center;
}

.grid_bredclamb1_set1 a {
  font-size: 12px;
	text-indent: 2px;
	letter-spacing: 2px;
}

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

.visual {
  height: auto;
}

.visual_object1 {
	height: auto;
	margin: 0px 0px 0px 0px;
}

.visual_image2 {
  height: auto;
	border-top: 0px solid #e8e8e8;
  border-bottom: 0px solid #e8e8e8;
}

.visual_image2 img {
  max-width: 370px;
}

.visual_object1_info1_image1 {
  margin: 0px 0px 40px 0px;
}

.visual_object1_info1_image1 svg {
  width: 180px;
}

.visual_object1_info1 {
	position: unset;
	width: 100%;
	height: auto;
	padding: 70px 30px 70px 30px;
	margin: 0px 0px 0px 0px;
	display: block;
}

.visual_object1_info2 {
	position: unset;
	width: 100%;
	height: auto;
	padding: 20px 30px 70px 30px;
	display: none;
}

.visual_object1_info1_name1 {
  margin: 0px 0px 15px 0px;
}

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

.visual_object1_info1_name1_text1 p {
  font-size: 24px;
	text-align: center;
  text-indent: 2px;
  letter-spacing: 2px;
}

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

.visual_object1_info1_name1_text2 p {
  font-size: 14px;
  text-align: center;
  text-indent: 2px;
  letter-spacing: 2px;
}

.visual_object1_info1_name1_txt3 {
  margin: 0px 0px 0px 0px;
}

.visual_object1_info1_name1_txt3 p {
  font-size: 16px;
	text-align: center;
  text-indent: 3px;
  letter-spacing: 3px;
}

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

.visual_object1_info1_price1 p {
  font-size: 12px;
	text-align: center;
  text-indent: 2px;
  letter-spacing: 2px;
}

.visual_object1_info1_price1 p span {
  font-size: 18px;
}

.visual_object1_info1_btn1 {
  max-width: 280px;
	justify-content: center;
}

.visual_object1_info1_btn1_inner1 {
	width: 100%;
  padding: 5px 0px 5px 0px;
}

.introduction_image1 {
  margin: 0px 0px 40px 0px;
}

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

.introduction_info1_title1_text1 p,
.introduction_info1_title1_text2 p {
	font-size: 20px;
	text-align: center;
	text-indent: 3px;
	letter-spacing: 3px;
	line-height: 30px;
}

.introduction_info1_title1_text1 p span,
.introduction_info1_title1_text2 p span {
  font-size: 26px;
  text-indent: 2px;
  letter-spacing: 2px;
  line-height: 60px;
}

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

.introduction_info1_text1 p span {
  font-size: 18px;
	padding: 0px 5px 0px 5px;
}

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

.comment_object1_info1_title1_text1 p {
  font-size: 14px;
}

.comment_object1_info1_text1_inner1 {
  padding: 20px 20px 20px 20px;
}

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

.feel_object1_info1,
.feel_object1_info2 {
  padding: 70px 50px 70px 50px;
}

.feel_object1_info1_text1 p,
.feel_object1_info2_text1 p {
  font-size: 14px;
  letter-spacing: 2px;
  line-height: 30px;
}

.feel_object1_info1_text1 p span,
.feel_object1_info2_text1 p span {
  font-size: 18px;
}

.category_object1_image1,
.category_object2_image1 {
	display: none;
}

.category_object1_image2,
.category_object2_image2 {
	display: flex;
}

.category_object1_info1_inner1,
.category_object2_info1_inner1 {
  width: 100%;
  height: 100%;
  padding: 40px 20px 40px 20px;
}

.category_object1_info1_number1 p,
.category_object2_info1_number1 p {
  font-size: 24px;
  text-indent: 3px;
  letter-spacing: 3px;
}

.category_object1_info1_title1,
.category_object2_info1_title1 {
  margin: 0px 0px 20px 0px;
}

.category_object1_info1_title1_text1 p,
.category_object2_info1_title1_text1 p {
  font-size: 40px;
}

.category_object1_info1_text1 p,
.category_object2_info1_text1 p {
  font-size: 12px;
  letter-spacing: 2px;
  line-height: 22px;
  padding: 5px 0px 5px 0px;
}

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

.lineup_object1_img1 {
  display: none;
}

.lineup_object1_img2 {
  display: block;
}

.lineup_object1_img2_set1 {
	height: 200px;
}

.lineup_object1_img2 a {
	height: 200px;
}

.lineup_object1_img2 a img {
	max-height: 200px;
}

.lineup_object1_info1 {
  width: 100%;
}

.lineup_object1_info1_name1 {
  margin: 0px 0px 15px 0px;
}

.lineup_object1_info1_name1_text1,
.lineup_object1_info1_name1_text2,
.lineup_object1_info1_name1_text3 {
  margin: 0px 0px 10px 0px;
}

.lineup_object1_info1_name1_text1 p {
	font-size: 14px;
	line-height: 28px;
}

.lineup_object1_info1_name1_text2 p {
	font-size: 24px;
	line-height: 34px;
}

.lineup_object1_info1_name1_text3 p {
  font-size: 20px;
	line-height: 28px;
}

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

.lineup_object1_info1_color1 {
  margin: 0px 0px 15px 0px;
}

.lineup_object1_info1_color1 img {
  max-width: 35px;
}

.lineup_object1_info1_price1 {
  margin: 0px 0px 15px 0px;
}

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

.lineup_object1_info1_price1 p span {
	font-size: 20px;
}

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

.product_object2 {
  padding: 50px 0px 50px 0px;
}

.product_object1_info1_name1_text1 p {
	font-size: 14px;
	line-height: 22px;
}

.product_object1_info1_name1_text2 p {
  font-size: 28px;
  line-height: 42px;
}

.product_object1_color1_name1 p {
	font-size: 12px;
	line-height: 22px;
}

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

.product_object1_info1_price1 p span {
	font-size: 20px;
}

.product_headline1 p {
	font-size: 20px;
	text-indent: 2px;
	letter-spacing: 2px;
}

.product_object2_caption1_img1 {
  width: 100%;
}

.product_object2_caption1_img1::after {
  bottom: -30px;
  left: -45px;
}

.product_object2_caption1_title1 {
	flex-flow: column wrap;
  margin: 0px 0px 20px 0px;
}

.product_object2_caption1_title1 p {
	font-size: 22px;
	text-indent: 5px;
	letter-spacing: 5px;
	line-height: 40px;
}

.product_object2_caption1_text1 p {
	font-size: 14px;
	letter-spacing: 2px;
	line-height: 30px;
}

.product_object2_caption1_text1 p span {
  font-size: 18px;
}

.product_object2_gallery1 {
  height: 1200px;
}

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

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

.product_object2_spec1_title1 p {
	font-size: 24px;
}

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

.product_object2_spec1_list1_set1_inner1 {
	padding: 15px 0px 15px 0px;
	margin: 5px 0% 5px 0%;
}

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

.product_object2_spec1_list1_set1_text1 {
  width: 100%;
  padding: 0px 0px 0px 15px;
  margin: 0px 0px 0px 0px;
  border-left: 0px dotted #9f9f9f;
}

.product_object2_spec1_list1_set1_text1 p {
  font-size: 10px;
  text-indent: 0px;
  letter-spacing: 2px;
}

.expert {
  padding: 0px 0px 20px 0px;
  margin: 0px 0px 20px 0px;
}

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

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

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

.movie_set1_data1 {
  height: 250px;
}

.movie_set1_data1 iframe {
  height: 250px;
}

.movie_set1_data1_btn1 {
  top: 10%;
  bottom: 10%;
}

.movie_set1_data1_btn1 p {
  font-size: 10px;
  text-indent: 2px;
  letter-spacing: 2px;
}

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

.recommend_text1 p {
  font-size: 14px;
}

.footer_object1 {
  margin: 0px 0px 80px 0px;
}

.footer_object1_image1 a svg {
  max-width: 100px;
}

.footer_object1_title1 p {
  font-size: 20px;
  text-indent: 1px;
  letter-spacing: 1px;
  line-height: 32px;
}

.footer_object1_menu2 ul li {
  width: 100%;
	padding: 5px 0px 5px 0px;
}

.footer_object1_text1 {
  flex-flow: column wrap;
}

.footer_object1_text1 a {
  margin: 10px 0px 0px 0px;
}

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

.footer_object2_set1 {
  width: 100%;
	margin: 0px 0px 30px 0px;
  justify-content: center;
}

.footer_object2_set1_img1 {
  justify-content: center;
}

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

.footer_object2_set2 {
  width: 100%;
  justify-content: center;
}

.footer_object2_set2_copyright1 p {
  font-size: 8px;
  letter-spacing: 2px;
}

}
