@charset "utf-8";

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

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

.color_set2 {
	color: #ee8600;
}

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

.font_set1 {

	font-family: 'Big Shoulders Display', sans-serif !important;
}

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

.background_set1 {
	background-color: #ffffff;
}

.background_set2 {
  background-color: #ececec;
}

.background_set3 {
  background-color: #dfdcd5;
}

/***** background_fade *****/

.background_fade_set1 {
  position: absolute;
  z-index: 10;
  width: 100%;
  height: 300px;
  bottom: 100%;
  left: 0;
  right: 0;
  background: linear-gradient( rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 70% );
}

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

.button_set1 {
	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: flex-start;
}

.button_set1_object1 {
	width: 100%;
	height: auto;
	max-width: 370px;
	padding: 7px 7px 7px 7px;
	margin: 0px 0px 0px 0px;
}

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

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

.button_set2 {
	position: relative;
	width: 100%;
	height: 80px;
	display: flex;
	flex-flow: column wrap;
	justify-content: center;
	align-items: center;
}

.button_set2_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_set2_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: 25px 50px 25px 50px;
	margin: 0px 0px 0px 0px;
	border-radius: 0px;
	background-color: #e72410;
	transition: .3s;
	display: block;
}

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

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

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

.info_button_patch a:hover {
	color: #ffffff !important;
  background-color: #e72410 !important;
	border: 1px solid #e72410 !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 #e72410;
	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 #e72410;
}

/***** 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 #e72410;
	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 #e72410;
}

/***** 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: 100px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	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: 100px;
	padding: 15px 15px 15px 15px;
	margin: 0px 0px 0px 0px;
	background-color: rgb(231, 36, 16, 1);
	transition: .3s;
}

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

.brand_logo_title1 p {
	width: 100%;
	color: #e72410;
	font-size: 18px;
	font-weight: 700;
	text-align: center;
	text-indent: 1px;
	letter-spacing: 1px;
	line-height: 20px;
	margin: 0px 0px 0px 0px;
}

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

.store_logo {
	position: fixed;
	z-index: 30;
	top: 70px;
	right: 150px;
	width: auto;
	height: 100px;
	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: 130px;
	height: auto;
	/* padding: 10px 10px 10px 10px; */
	/* background-color: #e50020; */
	display: block;
}

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

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

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

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

.menu.menu_open_act1 .menu_button_set1_line1 {
	top: calc(50% - 1px);
	background-color: #ffffff;
	transform: rotate(-45deg);
}

.menu_button_set1_line2 {
	position: absolute;
	z-index: 10;
	top: 50%;
	left: 0;
	width: 100%;
	height: 2px;
	background-color: #e72410;
	transition: .3s;
	opacity: 0;
	visibility: hidden;
}

.menu.menu_open_act1 .menu_button_set1_line2 {
	opacity: 0;
	background-color: #ffffff;
	visibility: hidden;
}

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

.menu.menu_open_act1 .menu_button_set1_line3 {
	bottom: calc(50% - 1px);
	background-color: #ffffff;
	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 {
	opacity: 1;
	visibility: visible;
}

.header_menu_object1_object1 {
  position: absolute;
  z-index: -10;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 60px;
}

.header_menu_object1_object1_img1 {
  position: absolute;
  z-index: 5;
  top: 0;
  bottom: 0;
  left: 0;
  width: auto;
  height: 100%;
}

.header_menu_object1_object1_img2 {
  position: absolute;
  z-index: 5;
  top: 0;
  bottom: 0;
  right: 0;
  width: auto;
  height: 100%;
}

.header_menu_object1_object1_img1 img,
.header_menu_object1_object1_img2 img {
  height: 100%;
}

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

.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 a {
	width: 100%;
  height: auto;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	display: flex;
	flex-flow: column wrap;
	justify-content: center;
	align-items: flex-start;
}

.header_menu_object1_title1 a svg {
	width: auto;
  height: auto;
  max-width: 150px;
	margin: 0px 0px 40px 0px;
  display: block;
}

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

.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: #e72410;
	font-size: 70px;
	font-weight: 700;
	text-align: left;
	text-indent: 0px;
	letter-spacing: 1px;
	line-height: 60px;
	padding: 7px 0px 7px 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: 40px;
	font-weight: 700;
	text-align: left;
	text-indent: 0px;
	letter-spacing: 1px;
	line-height: 45px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	transition: .3s;
	display: block;
}

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

.header_menu_object2 {
	width: 50%;
	height: 100%;
	padding: 100px 100px 100px 100px;
	margin: 0px 0px 0px 0px;
	background-color: #e72410;
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	align-items: center;
}

.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: 0px 0px 0px 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: #ffffff;
	font-size: 36px;
	font-weight: 700;
	text-align: left;
	text-indent: 1px;
	letter-spacing: 1px;
	line-height: 45px;
	padding: 15px 20px 15px 20px;
	margin: 0px 0px 0px 0px;
	transition: .3s;
	display: block;
}

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

.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: #ffffff;
	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;
	transition: .3s;
}

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

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

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

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

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

.grid_introduction_patch {
	max-width: 100%;
	padding-left: 0px !important;
	padding-right: 0px !important;
}

.grid_title1 {
	width: 100%;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 50px 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: #e72410;
	font-size: 50px;
	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: 500;
	text-align: left;
	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: auto;
	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 5px 0px;
}

.grid_logo1_title1_text1 p {
	width: 100%;
	font-size: 26px;
	font-weight: 700;
	text-align: center;
	text-indent: 1px;
	letter-spacing: 1px;
	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: 900px;
	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 15px 0px 15px;
}

.grid_menu1_layer1 ul li a {
	position: relative;
	width: auto;
	height: auto;
	color: #000000;
	font-size: 20px;
	font-weight: 700;
	text-align: right;
	text-indent: 1px;
	letter-spacing: 1px;
	padding: 0px 0px 0px 0px;
	transition: .2s;
	display: block;
}

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

.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: #e72410;
	transition: .2s;
	display: none;
}

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

.grid_menu2 {
	position: relative;
	width: 100%;
	height: 35px;
	margin: 0px 0px 30px 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: 850px;
	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: #e72410;
}

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

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

.grid_breadcrumb1_set1 a {
	color: #e72410;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  text-indent: 1px;
  letter-spacing: 1px;
	line-height: 24px;
	margin: 0px 0px 0px 0px;
	transition: .3s;
	display: block;
}

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

.grid_breadcrumb1_set1 p {
	color: #000000;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  text-indent: 1px;
  letter-spacing: 1px;
	line-height: 24px;
	margin: 0px 0px 0px 0px;
}

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

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

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

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

.visual_object1 {
	position: relative;
	width: 100%;
	height: 100%;
	background-color: #b1b5be;
	display: flex;
	flex-flow: column wrap;
	justify-content: center;
	align-items: center;
}

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

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

.visual_object1_image1_pc1 img {
	width: auto;
	height: auto;
	margin: 0px 0px 0px 0px;
}

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

.visual_object1_image1_tab1 img {
	width: auto;
	height: auto;
	margin: 0px 0px 0px 0px;
}

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

.visual_object1_image1_smt1 img {
	width: auto;
	height: auto;
	margin: 0px 0px 0px 0px;
}

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

.visual_object1_info1_image1 {
	width: 100%;
	height: auto;
	margin: 0px 0px 70px 0px;
	background-color: unset;
	display: flex;
	flex-flow: column wrap;
	justify-content: center;
	align-items: center;
}

.visual_object1_info1_image1 svg {
	width: auto;
	height: auto;
  max-width: 170px;
	margin: 0px 0px 0px 0px;
	display: block;
}

.visual_object1_info1_image2 {
	width: auto;
	height: auto;
	margin: 0px 0px 50px 0px;
	background-color: unset;
	display: none;
	flex-flow: column wrap;
	justify-content: center;
	align-items: center;
}

.visual_object1_info1_image2 svg {
	width: auto;
	height: auto;
  max-width: 170px;
	margin: 0px 0px 0px 0px;
	display: block;
}

.visual_object1_info1_name1 {
	width: 100%;
	height: auto;
	margin: 0px 0px 50px 0px;
}

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

.visual_object1_info1_name1_text1 svg {
	width: 100%;
	height: auto;
  max-width: 800px;
	margin: 0px 0px 0px 0px;
  display: block;
}

.visual_object1_info1_name1_text1 p {
	width: 100%;
	color: #e72410;
	font-size: 40px;
	font-weight: 500;
	text-align: left;
	text-indent: 0px;
	letter-spacing: 10px;
}

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

.visual_object1_info1_name1_text2 svg {
	width: 100%;
	height: auto;
  max-width: 500px;
	margin: 0px 0px 0px 0px;
  display: block;
}

.visual_object1_info1_name1_text2 p {
	width: 100%;
	color: #e72410;
	font-size: 200px;
	font-weight: 600;
	text-align: center;
	text-indent: 0px;
	letter-spacing: 3px;
	line-height: 135px;
}

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

.visual_object1_info1_name1_text3 svg {
	width: 100%;
	height: auto;
  max-width: 240px;
	margin: 0px 0px 0px 0px;
  display: block;
}

.visual_object1_info1_name1_text3 p {
	width: 100%;
	font-size: 20px;
	font-weight: 500;
	text-align: left;
	text-indent: 0px;
	letter-spacing: 7px;
}

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

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

.visual_object1_info1_price1 p span {
	font-size: 34px;
	font-weight: 700;
	text-indent: 2px;
	letter-spacing: 2px;
	padding: 0px 5px 0px 5px;
}

.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: #e72410;
	transition: .3s;
	display: block;
}

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

/***** push *****/

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

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

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

.push_object1_info1 {
  width: 100%;
  padding: 0px 80px 80px 80px;
	margin: 0px 0px 0px 0px;
  background-color: #e6e6e6;
	display: flex;
	flex-flow: column wrap;
	justify-content: center;
	align-items: center;
}

.push_object1_info1_title1 {
  width: auto;
	margin: 0px 0px 30px 0px;
	display: block;
}

.push_object1_info1_title1 svg {
	width: 100%;
	height: auto;
	max-width: 250px;
	margin: 0px 0px 0px 0px;
}

.push_object1_info1_title1 P {
  font-size: 50px;
	font-weight: 500;
	text-align: center;
	text-indent: 0px;
	letter-spacing: 0px;
}

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

.introduction {
	width: 100%;
	max-width: 800px;
}

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

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

.introduction_object1_image1_pc1 {
  position: absolute;
  z-index: -10;
	width: auto;
  height: 100%;
	display: flex;
	flex-flow: column wrap;
	justify-content: center;
	align-items: center;
}

.introduction_object1_image1_pc1:nth-child(even) {
  top: 0;
  bottom: 0;
  left: 0;
}

.introduction_object1_image1_pc1:nth-child(odd) {
  top: 0;
  bottom: 0;
  right: 0;
}

.introduction_object1_image1_pc1 img {
  max-width: 700px;
}

.introduction_object1_image1_smt1 {
	position: absolute;
  z-index: -10;
	top: 0;
  bottom: 0;
  left: 0;
	right: 0;
	width: 100%;
  height: auto;
	display: none;
	flex-flow: column wrap;
	justify-content: center;
	align-items: center;
}

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

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

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

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

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

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

.introduction_object_info1_title1_text1 p {
	font-size: 40px;
	font-weight: 300;
	text-align: center;
	text-indent: 15px;
	letter-spacing: 15px;
	line-height: 80px;
}

.introduction_object_info1_title1_text1 p span {
	font-weight: 700;
}

.introduction_object_info1_text1 {
	width: 100%;
}

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

.introduction_object_info1_text1 p:last-child {
	padding: 0px 0px 0px 0px;
}

.introduction_object_info1_text1 p span {
	color: #e72410;
	font-size: 18px;
	font-weight: 300;
	text-indent: 1px;
	letter-spacing: 1px;
	padding: 0px 5px 0px 5px;
}

/***** feature *****/

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

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

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

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

.feature_object1:nth-child(odd) {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	align-items: stretch;
}

.feature_object1:nth-child(even) {
	display: flex;
	flex-flow: row-reverse wrap;
	justify-content: center;
	align-items: stretch;
}

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

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

.feature_object1_image1 img,
.feature_object1_image2 img {
	width: 100%;
	display: block;
}

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

.feature_object1_info1_title1 {
	width: 100%;
	height: auto;
	max-width: 1100px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 50px 0px;
}

.feature_object1_info1_title1 p {
	font-size: 54px;
	font-weight: 700;
	text-align: center;
	text-indent: 1px;
	letter-spacing: 1px;
	line-height: 60px;
}

.feature_object1_info1_text1 {
	width: 100%;
	height: auto;

	max-width: 1100px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

.feature_object1_info1_text1 p {
	font-size: 16px;
	font-weight: 300;
	text-align: left;
	text-indent: 0px;
	letter-spacing: 1px;
	line-height: 30px;
}

/***** ambassador *****/

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

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

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

.ambassador_object1:last-child {
	margin: 0px 0px 0px 0px;
}

.ambassador_object1:nth-child(odd) {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	align-items: center;
}

.ambassador_object1:nth-child(even) {
	display: flex;
	flex-flow: row-reverse wrap;
	justify-content: center;
	align-items: center;
}

.ambassador_object1_image1 {
	width: 50%;
	height: auto;
	margin: 0px 0px 0px 0px;
}

.ambassador_object1_info1 {
	width: 50%;
	height: auto;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

.ambassador_object1:nth-child(even) .ambassador_object1_info1 {
	padding: 0px 70px 0px 0px;
}

.ambassador_object1:nth-child(odd) .ambassador_object1_info1 {
	padding: 0px 0px 0px 70px;
}

.ambassador_object1_info1_title1 {
	width: 100%;
	height: auto;
	margin: 0px 0px 25px 0px;
}

.ambassador_object1_info1_title1_text1 {
	width: 100%;
	height: auto;
	margin: 0px 0px 10px 0px;
}

.ambassador_object1_info1_title1_text1 p {
  font-size: 58px;
	font-weight: 700;
}

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

.ambassador_object1_info1_title1_text2 p {
  font-size: 18px;
	font-weight: 500;
}

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

.ambassador_object1_info1_title1_text3 p {
	font-size: 18px;
	font-weight: 700;
}

.ambassador_object1_info1_caption1 {
	width: 100%;
	height: auto;
	margin: 0px 0px 25px 0px;
}

.ambassador_object1_info1_caption1 p {
	font-size: 16px;
	font-weight: 300;
	text-indent: 0px;
	letter-spacing: 1px;
	line-height: 28px;
}

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

.ambassador_object1_info1_sns1_set1 {
	width: auto;
	padding: 0px 15px 0px 0px;
	margin: 0px 0px 0px 0px;
	display: inline-block;
}

.ambassador_object1_info1_sns1_set1:last-child {
	padding: 0px 0px 0px 0px;
}

.ambassador_object1_info1_sns1_set1 a {
	width: 100%;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	display: block;
}

.ambassador_object1_info1_sns1_set1 a img {
	width: 100%;
	max-width: 25px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	display: block;
}

/***** special *****/

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

.special_object1 {
	width: 100%;
	height: auto;
	max-width: 1100px;
	margin: 0px 0px 0px 0px;
}

.special_object1_info1 {
	width: 100%;
	height: auto;
	margin: 0px 0px 80px 0px;
}

.special_object1_info1_title1 {
	width: 100%;
	height: auto;
	margin: 0px 0px 50px 0px;
}

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

.special_object1_info1_title1_text1 p {
  font-size: 24px;
  font-weight: 500;
	text-align: center;
	text-indent: 3px;
	letter-spacing: 3px;
}

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

.special_object1_info1_title1_text2 p {
	color: #e72410;
  font-size: 50px;
  font-weight: 500;
	text-align: center;
	text-indent: 3px;
	letter-spacing: 3px;
}

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

.special_object1_info1_text1 p {
  font-size: 20px;
  font-weight: 300;
	text-align: center;
	text-indent: 3px;
	letter-spacing: 3px;
	line-height: 36px;
}

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

.special_object1_profile1_name1 {
	width: 100%;
	height: auto;
	padding: 0px 0px 20px 0px;
	margin: 0px 0px 20px 0px;
	border-bottom: 1px solid #e8e8e8;
}

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

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

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

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

.special_object1_profile1_button1 a {
	width: auto;
	height: auto;
	font-size: 10px;
	font-weight: 300;
	text-align: right;
	text-indent: 0px;
	letter-spacing: 2px;
	line-height: 24px;
	margin: 0px 0px 0px 0px;
	transition: .3s;
	display: block;
}

.special_object1_profile1_button1 a:hover {
	color: #e72410;
}

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

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

.category_object1 {
	position: relative;
	z-index: 0;
	width: 100%;
  height: auto;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 50px 0px;
}

.category_object1:last-child {
	margin: 0px 0px 0px 0px;
}

.category_object1:nth-child(odd) {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	align-items: center;
}

.category_object1:nth-child(even) {
	display: flex;
	flex-flow: row-reverse wrap;
	justify-content: center;
	align-items: center;
}

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

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

.category_object1_info1 {
	position: relative;
	width: 40%;
  height: auto;
	padding: 50px 50px 50px 50px;
  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: #e72410;
	/* animation: box_move 2.0s ease infinite none; */
	display: none;
}

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

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

.category_object1_info1_inner1 {
	position: relative;
	z-index: 0;
	width: 100%;
	height: auto;
  padding: 0px 0px 0px 0px;
	background-color: rgba(255, 255, 255, 1.00);
	display: flex;
	flex-flow: column wrap;
	justify-content: center;
	align-items: center;
}

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

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

.category_object1_info1_title1_text1 p {
	font-size: 40px;
	font-weight: 700;
	text-align: left;
	text-indent: 0px;
	letter-spacing: 1px;
	line-height: 50px;
}

.category_object1_info1_title1_text2 {
	width: 100%;
	height: auto;
	margin: 10px 0px 0px 0px;
	display: block;
}

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

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

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

/***** gallery *****/

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

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

.gallery_object1 {
	width: 50%;
	max-width: 1000px;
	padding: 20px 20px 20px 20px;
	margin: 0px 0px 0px 0px;
}

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

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

.recommend_object1 {
	width: 33.33%;
	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_object1_image1 {
	width: 100%;
	margin: 0px 0px 15px 0px;
	border: 1px solid #e8e8e8;
	overflow: hidden;
}

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

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

.recommend_object1_text1 {
	width: 100%;
}

.recommend_object1_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_object1_text1 p {
	color: #e72410;
}

/***** 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: auto;
	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: #e72410;

	font-size: 30px;
	font-weight: 700;
	text-align: center;
	text-indent: 1px;
	letter-spacing: 1px;
	line-height: 30px;
	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: 18px;
	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: #e72410;
}

.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: auto;
	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: 5px 0px 5px 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: #e72410;
}

.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: 1px;
	letter-spacing: 1px;
	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: 150px;
	height: auto;
	margin: 0px 0px 0px 0px;
	display: block;
}

.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 {
  font-size: 10px;
	font-weight: 300;
  text-align: center;
  text-indent: 0px;
  letter-spacing: 1px;
}

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

@media ( max-width: 1800px ) {

.visual {
  padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}


}

@media ( max-width: 1400px ) {

.button_set1 {
  align-items: center;
}

.button_set2_object1 {
  align-items: center;
}

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

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

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

.visual {
  height: auto;
	padding: 0px 0px 0px 0px;
}

.visual_object1 {
  height: auto;
}

.visual_object1_image1_pc1 {
	display: none;
}

.visual_object1_image1_tab1 {
	display: flex;
}

.visual_object1_info1 {
	position: relative;
  width: 100%;
  height: auto;
  padding: 0px 80px 100px 80px;
	align-items: center;
}

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

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

.introduction_object1_image1_pc1 {
	display: none;
}

.introduction_object1_image1_smt1 {
	display: flex;
}

.introduction_object_info1_title1 p {
	font-size: 36px;
	text-indent: 7px;
	letter-spacing: 7px;
	line-height: 70px;
}

.feature_object1_image1 {
  width: 100%;
}

.feature_object1_info1 {
  width: 100%;
  padding: 100px 100px 100px 100px;
}

.category_object1 {
	height: auto;
	margin: 0px 0px 50px 0px;
}

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

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

.category_object1_info1_title1_text1 p,
.category_object1_info1_title1_text2 p {
  text-align: center;
}

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

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

.ambassador_object1_info1 {
  width: 100%;
}

.ambassador_object1:nth-child(odd) .ambassador_object1_info1,
.ambassador_object1:nth-child(even) .ambassador_object1_info1 {
  padding: 0px 0px 0px 0px;
}

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

}

@media ( max-width: 1024px ) {

.button_set1 {
  align-items: center;
}

.button_set2_object1 {
  align-items: center;
}

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

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

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

.menu.menu_open_act1 .menu_button_set1_line1,
.menu.menu_open_act1 .menu_button_set1_line2,
.menu.menu_open_act1 .menu_button_set1_line3 {
  background-color: #e72410;
}

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

.header_menu_object1,
.header_menu_object2 {
  width: 100%;
  height: auto;
  padding: 70px 30px 70px 30px ;
}

.header_menu_object1_title1 {
  margin: 0px 0px 50px 0px;
  justify-content: center;
}

.header_menu_object1_title1 a {
  align-items: center;
}

.header_menu_object1_title1 a svg {
  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: 28px;
	text-align: center;
	line-height: 30px;
}

.header_menu_object1 ul li,
.header_menu_object2 ul li {
  padding: 7px 0px 7px 0px;
  justify-content: center;
}

.header_menu_object1 ul li a {
	font-size: 24px;
	text-align: center;
	text-indent: 1px;
	letter-spacing: 1px;
	line-height: 30px;
}

.header_menu_object2 ul li a {
	font-size: 20px;
	text-align: center;
	line-height: 20px;
}

.grid_object1_inner1 {
  padding: 120px 80px 120px 80px;
}

.grid_introduction_patch {
	padding-left: 80px !important;
	padding-right: 80px !important;
}

.grid_menu1_layer1 ul {
	width: 900px;
}

.grid_menu2_layer1 ul {
  width: 820px;
}

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

.introduction_object1_image1_smt1 {
	display: none;
}

.introduction_object1_image1_smt2 {
	display: flex;
}

.push_object1_image1 {
	display: none;
}

.push_object1_image2 {
	display: block;
}

.push_object1_info1 {
  padding: 20px 50px 50px 50px;
}

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

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

.feature_object1_info1_title1 p {
	font-size: 40px;
}

.ambassador_object1_info1_title1_text1 p {
  font-size: 50px;
	text-align: center;
}

.ambassador_object1_info1_title1_text2 p {
  font-size: 16px;
	text-align: center;
}

.ambassador_object1_info1_title1_text3 p {
	text-align: center;
}

.ambassador_object1_info1_sns1 {
  justify-content: 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: 50%;
	padding: 5px 10px 5px 10px;
	margin: 0px 0px 0px 0px;
	justify-content: center;
}

}

@media ( max-width: 767px ) {

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

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

.brand_logo_title1 {
	display: none;
}

.brand_logo_img1 a svg {
  width: 65px;
  height: 65px;
  padding: 10px 10px 10px 10px;
}

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

.store_logo a svg {
  width: 100px;
}

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

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

.header_menu_object1_title1_text1 {
  display: none;
}

.header_menu_object1_title1_text2 {
  display: block;
}

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

.grid_introduction_patch {
  padding-left: 30px !important;
  padding-right: 30px !important;
}

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

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

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

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

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

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

.grid_menu1_layer1 ul {
  width: 800px;
}

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

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

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

.grid_breadcrumb1_set1 a {
  font-size: 14px;
	text-indent: 1px;
	letter-spacing: 1px;
}

.grid_breadcrumb1_set1 p {
	font-size: 14px;
	text-indent: 1px;
	letter-spacing: 1px;
}

.visual {
  height: auto;
	padding: 0px 0px 0px 0px;
}

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

.visual_object1_image1_tab1 {
	display: none;
}

.visual_object1_image1_smt1 {
	display: flex;
}

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

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

.visual_object1_info1_image2 svg {
  max-width: 140px;
}

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

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

.visual_object1_info1_name1_text1 p {
  font-size: 20px;
	text-align: left;
  text-indent: 5px;
  letter-spacing: 5px;
}

.visual_object1_info1_name1_text2 p {
	font-size: 100px;
	text-align: left;
	text-indent: 2px;
	letter-spacing: 2px;
	line-height: 60px;
}

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

.visual_object1_info1_name1_text3 svg {
  max-width: 170px;
}

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

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

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

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

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

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

.introduction_object_info1_title1_text1 p {
  font-size: 24px;
  text-align: center;
  text-indent: 5px;
  letter-spacing: 5px;
  line-height: 40px;
}

.introduction_object_info1_text1 p {
	font-size: 16px;
	font-weight: 300;
	text-align: left;
	text-indent: 0px;
	letter-spacing: 1px;
	line-height: 26px;
}

.introduction_object_info1_text1 p span {
  font-size: 14px;
	padding: 0px 5px 0px 5px;
}

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

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

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

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

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

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

.special_object1_profile1_text1 p {
  font-size: 10px;
  letter-spacing: 1px;
  line-height: 18px;
}

.special_object1_profile1_button1 a {
  font-size: 8px;
}

.feature_object1_info1 {
  padding: 70px 30px 70px 30px;
}

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

.feature_object1_info1_title1 p {
	font-size: 28px;
	text-indent: 2px;
	letter-spacing: 2px;
	line-height: 38px;
}

.feature_object1_info1_text1 p {
  font-size: 14px;
	text-align: left;
  text-indent: 0px;
  letter-spacing: 1px;
	line-height: 24px;
}

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

.category_object1_info1_title1_text1 p {
	font-size: 28px;
	line-height: 45px;
}

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

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

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

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

.ambassador_object1_info1_caption1 p {
  font-size: 14px;
  line-height: 24px;
}

.gallery_layer1 {
  padding: 10px 20px 10px 20px;
}

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

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

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

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

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

.footer_object1_title1 p {
  font-size: 24px;
  text-indent: 2px;
  letter-spacing: 2px;
  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_object1_text1 p {
  font-size: 10px;
}

.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: 1px;
}

}
