@charset "utf-8";


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

* {
	font-family: 'Noto Sans CJK JP', 'Noto Sans JP', sans-serif, 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', 'Hiragino Maru Gothic ProN', "Meiryo";
	word-break: break-all;
	padding: 0;
	margin: 0 auto;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}

html {
	overflow-y: hidden;
}

html.page_active_act1 {
	overflow-y: scroll;
}

html.menu_open_act1 {
	overflow-y: hidden;
}

body {
	color: #000;
	padding: 0px 0px 0px 0px;
	background-color: #fff;
	border: 0px solid #282828;
	overflow: hidden;
}

a {
	color: #000;
	text-decoration: none;
	list-style: none;
}

img {
	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%;
}

.hide {
	display: none;
}

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

.white {
	color: #fff;
}

/***** bg *****/

.bg_1 {
	background-color: #ffffff;
}

.bg_2 {
	background-color: #ffffff;
}

.bg_3 {
	background-color: #e3e3e3;
}


/***** 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;
	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);
	opacity: 1;
}

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

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

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

/***** 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;
	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);
	opacity: 1;
}

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

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

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

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

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

/***** infobtn_patch *****/

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

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

/***** pagination_set1 *****/

.pagination_set1 {
	position: unset !important;
	width: 100%;
	margin: 30px 0px 0px 0px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.pagination_set1 .swiper-pagination-current {
	width: auto;
	height: 30px;
	font-family: 'Big Shoulders Display', cursive;
  font-size: 24px;
	font-weight: 700;
	margin: 0px 0px 0px 0px;
}

.pagination_set1 .swiper-pagination-center {
	width: auto;
	height: 30px;
	font-family: 'Big Shoulders Display', cursive;
  font-size: 20px;
	font-weight: 700;
	padding: 0px 20px 0px 20px;
	margin: 0px 0px 0px 0px;
}

.pagination_set1 .swiper-pagination-total {
	width: auto;
	height: 30px;
	font-family: 'Big Shoulders Display', cursive;
  font-size: 24px;
	font-weight: 700;
	margin: 0px 0px 0px 0px;
}

/***** pagination_set2 *****/

.pagination_set2 {
	position: unset !important;
	width: 100%;
	height: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.pagination_set2 .swiper-pagination-bullet {
	width: 10px !important;
	height: 10px !important;
	margin: 0px 7px 0px 7px !important;
	background: #575757 !important;
}

.pagination_set2 .swiper-pagination-bullet-active {
	background: #e39a0e !important;
}

/***** pagetop *****/

.pagetop {
	position: fixed;
	z-index: 1000;
	right: 30px;
	bottom: 30px;
	display: none;
}

.pagetop a {
	width: 50px;
	height: 50px;
	color: #fff;
	font-size: 10px;
	font-weight: 700;
	text-align: center;
	padding: 5px 5px 5px 5px;
	background-color: #bf2424;
	border-radius: 50px;
	transition: .5s;
	display: flex;
	justify-content: center;
	align-items: center;
}

.pagetop a:hover {
	background-color: #e3be3c;
}

/***** header *****/

.header {
	position: fixed;
	z-index: 30;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 70px;
	background-color: #ffffff;
	border-bottom: 1px solid #e1e1e1;
	opacity: 0;
	overflow: hidden;
	transition: .3s;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	align-items: center;
}

.header.page_active_act1 {
	opacity: 1;
}

.header_inner1 {
	position: absolute;
	z-index: 50;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 70px;
	padding: 0px 100px 0px 100px;
	margin: 0px 0px 0px 0px;
	background-color: #fff;
	transition: .3s;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	align-items: center;
}

.header.menu_open_act1 .header_inner1 {
	top: 100%;
	bottom: -100%;
}

.header_inner2 {
	position: absolute;
	z-index: 40;
	top: -100%;
	bottom: 100%;
	left: 0;
	right: 0;
	width: auto;
	height: 70px;
	margin: 0px 0px 0px 0px;
	background-color: #fff;
	transition: .3s;
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
	align-items: center;
}

.header.menu_open_act1 .header_inner2 {
	top: 0;
	bottom: 0;
}

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

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

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

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

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

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

.brand_logo_img1 a svg {
	width: auto;
	height: auto;
	max-height: 50px;
	margin: 0px 0px 0px 0px;
}

.brand_logo_title1 {
	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;
}

.brand_logo_title1 p {
	width: auto;
	color: #282828;
	font-family: 'Big Shoulders Display', cursive;
	font-size: 18px;
	font-weight: 700;
	text-align: center;
	text-indent: 2px;
	letter-spacing: 2px;
	margin: 0px 3px 0px 3px;
	transition: .5s;
}

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

.store_logo {
	width: auto;
	height: auto;
	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: inline-flex;
}

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

/***** hamburger_btn *****/

.hamburger_btn {
	width: auto;
	height: auto;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 50px;
	transition: .5s;
	opacity: 1;
	cursor: pointer;
}

.hamburger_btn_inner1 {
	position: relative;
	width: 25px;
	height: 20px;
	margin: 0px 0px 0px 0px;
}

.hamburger_btn_line1 {
	position: absolute;
	top: 0px;
	right: 0;
	width: 100%;
	height: 2px;
	background-color: #000000;
	transition: .5s;
	border-radius: 50px;
}

.hamburger_btn_line2 {
	position: absolute;
	top: 8px;
	right: 0;
	width: 80%;
	height: 2px;
	background-color: #000000;
	transition: .5s;
	border-radius: 50px;
}

.hamburger_btn_line3 {
	position: absolute;
	top: 16px;
	right: 0;
	width: 60%;
	height: 2px;
	background-color: #000000;
	transition: .5s;
	border-radius: 50px;
}

.hamburger_btn.act1 .hamburger_btn_line1 {
	top: 2px;
	transform: translateY(6px) translateX(0px) rotate(45deg);
}

.hamburger_btn.act1 .hamburger_btn_line2 {
	width: 0;
	opacity: 0;
}

.hamburger_btn.act1 .hamburger_btn_line3 {
	width: 100%;
	transform: translateY(-8px) translateX(0px) rotate(-45deg);
}

.hamburger_btn.scroll_act1 .hamburger_btn_line1,
.hamburger_btn.scroll_act1 .hamburger_btn_line2,
.hamburger_btn.scroll_act1 .hamburger_btn_line3 {
	background-color: #000000;
}

.hamburger_btn.act1 .hamburger_btn_line1,
.hamburger_btn.act1 .hamburger_btn_line2,
.hamburger_btn.act1 .hamburger_btn_line3 {
	background-color: #000000;
}

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

.site_menu {
	position: relative;
  z-index: 10;
	width: 100%;
	height: 70px;
	padding: 0px 0px 0px 0px;
	background-color: #ffffff;
	border-top: 0px solid #282828;
	border-radius: 0px;
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	align-items: center;
}

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

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

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

.site_menu_inner1 ul li {
	position: relative;
	width: auto;
	height: auto;
	padding: 10px 0px 10px 0px;
	margin: 0px 20px 0px 20px;
}

.site_menu_inner1 ul li a {
	width: 100%;
	height: 100%;
	color: #282828;
	font-family: 'Big Shoulders Display', cursive;
	font-size: 16px;
	font-weight: 700;
	text-align: right;
	text-indent: 2px;
	letter-spacing: 2px;
	transition: .5s;
	display: block;
}

.site_menu_inner1 ul li a:hover {
	color: #e39a0e;
}

/***** menu_close *****/

.menu_close {
  position: absolute;
  z-index: 20;
  top: 0;
  bottom: 0;
  right: 100px;
	width: auto;
	height: auto;
	display: flex;
	justify-content: center;
	align-items: center;
}

.menu_close p {
	width: auto;
	height: auto;
	color: #282828;
	font-size: 10px;
	font-weight: 500;
	text-align: center;
	text-indent: 2px;
	letter-spacing: 2px;
	margin: 0px 0px 0px 0px;
	transition: .3s;
	cursor: pointer;
}

.menu_close p:hover {
  color: #e39a0e;
}

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

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

.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: .5s;
}

.grid {
	width: 100%;
	height: auto;
	padding: 150px 80px 150px 80px;
	margin: 0px 0px 0px 0px;
	border-bottom: 1px solid #e8e8e8;
	display: flex;
	flex-flow: column;
	justify-content: center;
	align-items: center;
}

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

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

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

.grid_title1_text1 p {
	color: #000000;
	font-family: 'Big Shoulders Display', cursive;
	font-size: 30px;
	font-weight: 700;
	text-align: center;
	text-indent: 5px;
	letter-spacing: 5px;
}

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

.grid_title1_text2 p {
	color: #a2a2a2;
	font-size: 16px;
	font-weight: 700;
	text-align: center;
	text-indent: 5px;
	letter-spacing: 5px;
}

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

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

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

.grid_logo1_img1 a svg {
	width: auto;
	height: auto;
	max-width: 100px;
	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 p {
	width: 100%;
	color: #000000;
	font-family: 'Big Shoulders Display', cursive;
	font-size: 30px;
	font-weight: 700;
	text-align: center;
	text-indent: 2px;
	letter-spacing: 2px;
	transition: .5s;
}

.grid_menu1 {
	position: relative;
	width: 100%;
	height: 35px;
	margin: 0px 0px 50px 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: 850px;
	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-family: 'Big Shoulders Display', cursive;
	font-size: 16px;
	font-weight: 700;
	text-align: right;
	text-indent: 2px;
	letter-spacing: 2px;
	padding: 0px 0px 8px 0px;
	transition: .3s;
	display: block;
}

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

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

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

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

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

.grid_bredclamb1_set1 a {
	color: #e39a0e;
	font-family: 'Big Shoulders Display', cursive;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  text-indent: 2px;
  letter-spacing: 2px;
	margin: 0px 0px 0px 0px;
	transition: .3s;
	display: block;
}

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

.grid_bredclamb1_set1 p {
	font-family: 'Big Shoulders Display', cursive;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  text-indent: 2px;
  letter-spacing: 2px;
	margin: 0px 0px 0px 0px;
}

.grid_bredclamb1_set1 p span {
	color: #b3b3b3;
  font-size: 12px;
  font-weight: 500;
  text-align: center;
  text-indent: 1px;
  letter-spacing: 1px;
}

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

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

.visual_inner1 {
	width: 100%;
	height: 100%;
	background-color: #000000;
}

.visual_img1 {
	width: 100%;
	height: auto;
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
}

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

.visual_img2 {
	width: 100%;
	height: auto;
	display: none;
}

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

.visual_img3 {
	width: 100%;
	height: auto;
	background-color: #000;
	display: none;
	flex-wrap: row wrap;
	justify-content: center;
	align-items: center;
}

.visual_img3 img {
	width: 100%;
	margin: 0px 0px 0px 0px;
}

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

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

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

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

.introduction_txt1 p {
	width: 100%;
	color: #717171;
	font-size: 16px;
	font-weight: 700;
	text-align: center;
	text-indent: 3px;
	letter-spacing: 3px;
	line-height: 36px;
	padding: 10px 0px 10px 0px;
}

.introduction_txt1 p span {
	color: #e39a0e;
	font-size: 18px;
	font-weight: 900;
	text-indent: 5px;
	letter-spacing: 5px;
	padding: 0px 5px 0px 5px;
}

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

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

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

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

.introduction_grid_patch {
	padding: 130px 0px 0px 0px;
  background-color: #f9f9f9;
}

/***** newarrival *****/

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

.newarrival_object1 {
	width: 50%;
  padding: 70px 30px 70px 30px;
  margin: 0px 0px 0px 0px;
	border: 0px solid #e8e8e8;
	display: flex;
	flex-flow: column wrap;
	justify-content: center;
	align-items: center;
}

.newarrival_object1_img1 {
	position: relative;
	width: 100%;
  margin: 0px 0px 30px 0px;
	background-color: #000000;
	border: 1px solid #e8e8e8;
	overflow: hidden;
}

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

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

.newarrival_object1_img1 a img {
	width: 100%;
	max-width: 1000px;
	transform: scale(1.00);
	transition: .7s;
}

.newarrival_object1_img1:hover a img {
	transform: scale(1.030);
}

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

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

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

.newarrival_object1_info1_name1_text1 p {
	width: 100%;
	font-family: 'Big Shoulders Display', cursive;
	font-size: 16px;
	font-weight: 700;
	text-align: center;
	text-indent: 2px;
	letter-spacing: 2px;
	line-height: 24px;
}

.newarrival_object1_info1_name1_text2 {
	width: 100%;
	margin: 0px 0px 5px 0px;
}

.newarrival_object1_info1_name1_text2 p {
	width: 100%;
	font-family: 'Big Shoulders Display', cursive;
	font-size: 24px;
	font-weight: 700;
	text-align: center;
	text-indent: 2px;
	letter-spacing: 2px;
	line-height: 38px;
}

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

.newarrival_object1_info1_price1 p {
	width: 100%;
	font-size: 12px;
	font-weight: 700;
	text-align: center;
	text-indent: 2px;
	letter-spacing: 2px;
}

.newarrival_object1_info1_price1 p span {
	width: 100%;
	color: #ee8600;
	font-family: 'Big Shoulders Display', cursive;
	font-size: 20px;
	font-weight: 700;
	text-align: center;
	text-indent: 2px;
	letter-spacing: 2px;
	padding: 0px 0px 0px 5px;
}

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

.newarrival_object1_info1_btn1_set1 {
	width: 100%;
	max-width: 250px;
	padding: 7px 7px 7px 7px;
	margin: 0px 0px 0px 0px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.newarrival_object1_info1_btn1_set1 a {
	width: 100%;
	color: #ffffff;
	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;
	background-color: #000000;
	border: 1px solid #000000;
	border-radius: 0px;
	transition: .3s;
	display: block;
}

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

/***** discover_year *****/

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

.discover_year_object1 {
  width: 33.33%;
	height: 100%;
	padding: 70px 20px 70px 20px;
	margin: 0px 0px 0px 0px;
	border-bottom: 0px solid #e8e8e8;
}

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

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

.discover_year_object1_img1 a img {
  width: auto;
	max-height: 400px;
	transform: scale(1.00);
	transition: .5s;
	transition-timing-function: cubic-bezier(.68,-0.55,.27,1.55);
}

.discover_year_object1_img1:hover a img {
	transform: scale(1.07);
}

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

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

.discover_year_object1_info1_title1 p {
	font-family: 'Big Shoulders Display', cursive;
  font-size: 42px;
  font-weight: 700;
  text-align: center;
  text-indent: 2px;
  letter-spacing: 2px;
	line-height: 50px;
}

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

.discover_year_object1_info1_btn1_set1 {
	width: 100%;
	max-width: 250px;
	padding: 7px 7px 7px 7px;
	margin: 0px 0px 0px 0px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.discover_year_object1_info1_btn1_set1 a {
	width: 100%;
	color: #ffffff;
	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;
	background-color: #000000;
	border: 1px solid #000000;
	border-radius: 0px;
	transition: .3s;
	display: block;
}

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

/***** discover_style *****/

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

.discover_style_object1 {
	width: 33.33%;
	height: 100%;
	padding: 70px 20px 70px 20px;
	margin: 0px 0px 0px 0px;
	border-bottom: 0px solid #e8e8e8;
}

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

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

.discover_style_object1_img1 a img {
  width: auto;
	max-height: 400px;
	transform: scale(1.00);
	transition: .5s;
	transition-timing-function: cubic-bezier(.68,-0.55,.27,1.55);
}

.discover_style_object1_img1:hover a img {
	transform: scale(1.07);
}

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

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

.discover_style_object1_info1_title1 p {
	font-family: 'Big Shoulders Display', cursive;
	font-size: 22px;
	font-weight: 700;
	text-align: center;
	text-indent: 2px;
	letter-spacing: 2px;
	line-height: 34px;
	transition: .3s;
}

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

.discover_style_object1_info1_btn1_set1 {
	width: 100%;
	max-width: 250px;
	padding: 7px 7px 7px 7px;
	margin: 0px 0px 0px 0px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.discover_style_object1_info1_btn1_set1 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;
	background-color: #000000;
	border: 1px solid #000000;
	border-radius: 0px;
	transition: .3s;
	display: block;
}

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

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

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

.lineup_inner1 {
  position: relative;
	width: 20%;
	height: auto;
	padding: 50px 15px 50px 15px;
	margin: 0px 0px 0px 0px;
	overflow: hidden;
	display: flex;
	flex-flow: column wrap;
	justify-content: center;
	align-items: center;
}

.lineup_img1 {
	position: relative;
	z-index: 10;
	width: 100%;
	height: 550px;
	margin: 0px 0px 10px 0px;
	transform: scale(1.00);
	transition: .5s;
	transition-timing-function: cubic-bezier(.68,-0.55,.27,1.55);
	cursor: pointer;
	display: flex;
	justify-content: center;
	align-items: center;
}

.lineup_img1:hover {
	transform: scale(1.07);
}

.lineup_img1 a {
	position: relative;
	width: 100%;
	height: 100%;
	margin: 0px 0px 0px 0px;
}

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

.lineup_img1_set1 img {
	width: auto;
	height: auto;
	max-height: 550px;
	margin: 0px 0px 0px 0px;
}

.lineup_img2 {
	position: relative;
	z-index: 10;
	width: 100%;
	height: 250px;
	margin: 0px 0px 10px 0px;
	transform: scale(1.00);
	transition: .5s;
	transition-timing-function: cubic-bezier(.68,-0.55,.27,1.55);
	cursor: pointer;
	display: none;
	justify-content: center;
	align-items: center;
}

.lineup_img2:hover {
	transform: scale(1.07);
}

.lineup_img2 a {
	position: relative;
	width: 100%;
	height: 100%;
	margin: 0px 0px 0px 0px;
}

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

.lineup_img2_set1 img {
	width: auto;
	height: auto;
	max-height: 250px;
	margin: 0px 0px 0px 0px;
}

.lineup_info1 {
	position: relative;
	z-index: 10;
	width: 100%;
	color: #000;
	padding: 0px 0px 0px 0px;
	background-color: #fff;
}

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

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

.lineup_info1_name1 {
	width: 100%;
	margin: 0px 0px 5px 0px;
}

.lineup_info1_name1_txt1 {
	width: 100%;
	margin: 0px 0px 5px 0px;
}

.lineup_info1_name1_txt1 p {
	width: 100%;
	font-family: 'Big Shoulders Display', cursive;
	font-size: 14px;
	font-weight: 700;
	text-align: center;
	text-indent: 2px;
	letter-spacing: 2px;
	line-height: 26px;
}

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

.lineup_info1_name1_txt2 p {
	width: 100%;
	font-family: 'Big Shoulders Display', cursive;
	font-size: 20px;
	font-weight: 700;
	text-align: center;
	text-indent: 2px;
	letter-spacing: 2px;
	line-height: 30px;
}

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

.lineup_info1_color1_name1 p {
	width: 100%;
	font-family: 'Big Shoulders Display', cursive;
	font-size: 16px;
	font-weight: 700;
	text-align: center;
	text-indent: 2px;
	letter-spacing: 2px;
	line-height: 26px;
	display: flex;
	justify-content: center;
	align-items: center;
}

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

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

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

.lineup_info1_price1 p {
	width: 100%;
	font-size: 12px;
	font-weight: 700;
	text-align: center;
	text-indent: 2px;
	letter-spacing: 2px;
}

.lineup_info1_price1_large1 {
	width: 100%;
	color: #ee8600;
	font-family: 'Big Shoulders Display', cursive;
	font-size: 20px;
	font-weight: 700;
	text-align: center;
	text-indent: 2px;
	letter-spacing: 2px;
	padding: 0px 0px 0px 5px;
}

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

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

.lineup_info1_btn1_inner1 a {
	width: 100%;
	max-width: 250px;
	color: #ffffff;
	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;
	background-color: #000000;
	border: 1px solid #000000;
	border-radius: 0px;
	transition: .3s;
	display: block;
}

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

.lineup_info1_btn1_inner1 p {
	width: 100%;
	max-width: 250px;
  color: #000000;
  font-size: 10px;
	font-weight: 500;
	text-align: center;
	text-indent: 3px;
	letter-spacing: 3px;
  padding: 15px 50px 15px 50px;
	margin: 0px 0px 0px 0px;
  border: 1px solid #000000;
}

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

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

.product_inner1 {
	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_inner2 {
	width: 100%;
	height: auto;
	max-width: 1600px;
	padding: 50px 0px 50px 0px;
	margin: 0px 0px 0px 0px;
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	align-items: center;
}

.product_img1 {
	position: relative;
	width: 65%;
	height: 550px;
	display: flex;
	flex-flow: column wrap;
	justify-content: center;
	align-items: center;
}

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

.product_img1_set1 img {
	width: auto;
	height: auto;
	max-height: 550px;
	margin: 0px 0px 0px 0px;
}

.product_img2 {
	position: relative;
	width: 100%;
	height: 580px;
	margin: 0px 0px 20px 0px;
	display: none;
	justify-content: center;
  align-items: center;
}

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

.product_img2_set1 img {
	width: auto;
	height: auto;
	max-height: 580px;
	margin: 0px 0px 0px 0px;
}

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

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

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

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

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

.product_info1_name1_txt1 p {
	width: 100%;
	font-family: 'Big Shoulders Display', cursive;
	font-size: 18px;
	font-weight: 700;
	text-align: center;
	text-indent: 2px;
	letter-spacing: 2px;
}

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

.product_info1_name1_txt2 p {
	width: 100%;
	font-family: 'Big Shoulders Display', cursive;
	font-size: 24px;
	font-weight: 700;
	text-align: center;
	text-indent: 2px;
	letter-spacing: 2px;
	line-height: 36px;
}

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

.product_info1_color1_name1 p {
	width: 100%;
	font-family: 'Big Shoulders Display', cursive;
	font-size: 18px;
	font-weight: 700;
	text-align: center;
	text-indent: 2px;
	letter-spacing: 2px;
	display: flex;
	justify-content: center;
	align-items: center;
}

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

.product_info1_color1 img {
	width: auto;
	max-width: 40px;
	padding: 0px 0px 0px 0px;
	margin: 5px 5px 5px 5px;
	cursor: pointer;
	display: block;
}

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

.product_info1_price1 p {
	width: 100%;
	font-size: 12px;
	font-weight: 700;
	text-align: center;
	text-indent: 2px;
	letter-spacing: 2px;
}

.product_info1_price1_large1 {
	width: 100%;
	color: #ee8600;
	font-family: 'Big Shoulders Display', cursive;
	font-size: 20px;
	font-weight: 700;
	text-align: center;
	text-indent: 2px;
	letter-spacing: 2px;
	padding: 0px 0px 0px 5px;
}

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

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

.product_info1_btn1_inner1 a {
	width: 100%;
	max-width: 250px;
	color: #ffffff;
	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;
	background-color: #000000;
	border: 1px solid #000000;
	border-radius: 0px;
	transition: .3s;
	display: block;
}

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

.product_info1_btn1_inner1 p {
	width: 100%;
	max-width: 250px;
  color: #000000;
  font-size: 10px;
	font-weight: 500;
	text-align: center;
	text-indent: 3px;
	letter-spacing: 3px;
  padding: 15px 50px 15px 50px;
	margin: 0px 0px 0px 0px;
  border: 1px solid #000000;
}

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

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

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

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

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

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

.product_caption1_text1 {
	width: 70%;
	padding: 0px 0px 0px 50px;
	margin: 0px 0px 0px 0px;
}

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

.product_caption1_text1_small1 {
	font-size: 12px !important;
	font-weight: 300 !important;
	text-align: left !important;
	text-indent: 0px !important;
	letter-spacing: 2px !important;
	line-height: 22px !important;
}

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

.product_headline1 p {
	font-family: 'Big Shoulders Display', cursive;
	font-size: 30px;
	font-weight: 700;
	text-align: center;
	text-indent: 5px;
	letter-spacing: 5px;
}

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

.product_gallery_set1 {
	position: relative;
	width: 23%;
	height: 250px;
	padding: 0px 0px 0px 0px;
	margin: 10px 1% 10px 1%;
}

.product_gallery_set1_img1 {
	width: 100%;
	margin: 0px 0px 0px 0px;
	transform: scale(1.00);
	transition: .3s;
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
}

.product_gallery_set1_img1 img {
	width: auto;
	height: auto;
	max-height: 250px;
	margin: 0px 0px 0px 0px;
	border: 1px solid #e8e8e8;
}

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

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

.product_spec1_title1 p {
	font-family: 'Big Shoulders Display', cursive;
	font-size: 26px;
	font-weight: 700;
	text-align: center;
	text-indent: 0px;
	letter-spacing: 5px;
}

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

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

.product_spec1_list1_title1 p {
	font-family: 'Big Shoulders Display', cursive;
	font-size: 20px;
	font-weight: 700;
	text-align: left;
	text-indent: 0px;
	letter-spacing: 3px;
}

.product_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: center;
}

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

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

.product_spec1_list1_set1_title1 p {
	width: 100%;
	font-size: 12px;
	font-weight: 500;
	text-align: left;
	text-indent: 0px;
	letter-spacing: 2px;
	margin: 0px 0px 0px 0px;
}

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

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

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

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

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

.movie_set1_data1 {
	position: relative;
	overflow: hidden;
	height: 0;
	padding-top: 0px;
	padding-bottom: 56.25%;
	margin: 0px 0px 0px 0px;
	border: 1px solid #e39a0e;
	transition: .3s;
	cursor: pointer;
}

.movie_set1_data1:hover {
	border: 1px solid #ffc821;
}

.movie_set1_data1_btn1 {
	position: absolute;
	z-index: 10;
	top: 15%;
	bottom: 15%;
	left: 0px;
	width: 40px;
	height: auto;
	padding: 0px 0px 0px 0px;
	background-color: #e39a0e;
	transition: .3s;
	display: flex;
	justify-content: center;
	align-items: center;
}

.movie_set1_data1:hover .movie_set1_data1_btn1 {
	background-color: #ffc821;
}

.movie_set1_data1_btn1.act1 {
	left: -40px;
}

.movie_set1_data1_btn1 p {
	color: #fff;
	font-size: 10px;
	font-weight: 900;
	writing-mode: vertical-lr;
	-webkit-writing-mode: vertical-lr;
	-ms-writing-mode: tb-lr;
	text-align: center;
	text-indent: 3px;
	letter-spacing: 3px;
	margin: 0px 0px 0px 0px;
}

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

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

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

.recommend_inner1 {
	width: 33.33%;
	padding: 20px 20px 20px 20px;
	margin: 0px 0px 0px 0px;
}

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

.recommend_inner1 a img {
	width: 100%;
	margin: 0px 0px 0px 0px;
	border: 1px solid #e8e8e8;
	transform: scale(1.00);
	transition: .5s;
	display: block;
}

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

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

.footer {
	width: 100%;
	padding: 100px 80px 180px 80px;
	background-color: #ffffff;
	border-top: 0px solid #282828;
	border-bottom: 0px solid #282828;
}

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

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

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

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

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

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

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

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

.footer_set2_copyright1 p {
  font-size: 10px;
	font-weight: 300;
  text-align: center;
  text-indent: 2px;
  letter-spacing: 2px;
}


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

@media ( max-width: 1400px ) {

.header.menu_open_act1 {
	height: 100px;
}

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

.site_menu_inner1_scroll_layer {
  width: 900px;
  overflow-x: scroll;
	-webkit-overflow-scrolling: touch;
}

.site_menu_inner1 ul {
  width: 900px;
}

.site_menu_inner1 ul li {
  padding: 10px 0px 10px 0px;
  margin: 0px 10px 0px 10px;
}

.site_menu_inner1 ul li a {
  font-size: 16px;
}

.menu_close {
  position: unset;
  width: 100%;
  height: 30px;
	background-color: #282828;
  border-bottom: 1px solid #282828;
	transition: .3s;
}

.menu_close p {
	color: #ffffff;
}

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

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

.visual_img1 {
	display: none;
}

.visual_img2 {
	display: block;
}

.introduction_txt1 p {
  font-size: 18px;
  text-align: left;
  letter-spacing: 2px;
  line-height: 35px;
  padding: 10px 0px 10px 0px;
}

.introduction_grid_patch {
	padding: 130px 60px 0px 60px;
}

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

.discover_year_object1 {
  width: 50%;
}

.discover_style_object1 {
  width: 50%;
}

.lineup_inner1 {
  width: 50%;
}

.lineup_img1 {
  display: none;
}

.lineup_img2 {
  display: flex;
}

.lineup_info1 {
  width: 100%;
}

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

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

.product_img1 {
  width: 100%;
}

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

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

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

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

.product_gallery_set1 {
  width: 48%;
}

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

.movie_set1 {
  width: 100%;
}

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

}

@media ( max-width: 767px ) {

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

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

.brand_logo_img1 a svg {
  max-height: 40px;
}

.brand_logo_title1 {
  flex-flow: column wrap;
	justify-content: center;
}

.brand_logo_title1 p {
  font-size: 11px;
	margin: 1px 0px 1px 0px;
}

.store_logo a svg {
  max-height: 13px;
}

.hamburger_btn {
  margin: 0px 0px 0px 18px;
}

.site_menu_inner1_scroll_layer {
  width: 800px;
}

.site_menu_inner1 ul {
  width: 800px;
}

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

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

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

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

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

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

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

.grid_menu1_layer1 ul {
  width: 750px;
}

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

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

.visual_img2 {
	display: none;
}

.visual_img3 {
	display: flex;
}

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

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

.introduction_txt1 p span {
  font-size: 16px;
}

.introduction_img1 {
	display: none;
}

.introduction_img2 {
	display: block;
}

.introduction_grid_patch {
	padding: 80px 30px 0px 30px;
}

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

.discover_year_object1_info1_title1 p {
  font-size: 32px;
  line-height: 40px;
}

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

.lineup_inner1 {
  width: 100%;
	padding: 30px 10px 30px 10px;
	flex-flow: column wrap;
}

.lineup_info1 {
  width: 100%;
}

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

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

.lineup_info1_name1_txt1 p {
	font-size: 18px;
	line-height: 28px;
}

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

.lineup_info1_color1_name1 p {
  font-size: 18px;
	line-height: 28px;
}

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

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

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

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

.lineup_info1_price1_large1 {
  font-size: 20px;
}

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

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

.product_img1 {
	display: none;
}

.product_img2 {
	display: block;
}

.product_info1_name1_txt1 p {
	font-size: 18px;
	line-height: 28px;
}

.product_info1_name1_txt2 p {
	font-size: 26px;
	line-height: 36px;
}

.product_info1_color1_name1 p {
	font-size: 18px;
	line-height: 28px;
}

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

.product_info1_price1_large1 {
	font-size: 20px;
}

.product_txt1 p {
	font-size: 14px;
	line-height: 30px;
}

.product_caption1_img1 {
  width: 100%;
}

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

.product_caption1_text1 p {
	font-size: 14px;
	line-height: 30px;
}

.product_caption1_text1_small1 {
	font-size: 10px !important;
	line-height: 20px !important;
}

.product_gallery_set1 {
  width: 100%;
  height: 220px;
	padding: 0px 0px 0px 0px;
	margin: 10px 0% 10px 0%;
}

.product_gallery_set1_img1 img {
  max-height: 220px;
}

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

.product_spec1_list1_title1 p {
	font-size: 20px;
}

.product_spec1_list1_set1_inner1 {
	padding: 20px 0px 20px 0px;
}

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

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

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

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

.movie_set1_data1_btn1 p {
  font-size: 8px;
	text-indent: 3px;
	letter-spacing: 3px;
}

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

.footer {
  padding: 100px 30px 130px 30px;
}

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

.footer_set1_img1 {
  justify-content: center;
}

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

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

}
