@charset "utf-8";

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

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

html {
	overflow: hidden;
}

html.page_active_act1 {
	overflow-y: scroll;
}

body {
	color: #fff;
	background-color: #000;
}

a {
	color: #fff;
	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;
}

/***** display *****/

.d1 {
	display: none;
}

.d2 {
	display: block;
}

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

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

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

.button1_set1_object1 a {
	width: 100%;
	height: auto;
	max-width: 380px;
	font-size: 12px;
	font-weight: 500;
	text-align: center;
	text-indent: 3px;
	letter-spacing: 3px;
	padding: 20px 30px 20px 30px;
	margin: 0px 0px 0px 0px;
	border-radius: 0px;
	border: 2px solid #fff;
	transition: .3s;
	display: block;
}

.button1_set1_object1 a:hover {
	color: #0290c5;
	border: 2px solid #0290c5;
}

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

.button1_set2_object1 {
	width: 300px;
	max-width: 300px;
	padding: 7px 0px 7px 0px;
	margin: 0px 0px 0px 0px;
	display: inline-block;
}

.button1_set2_object1 a {
	width: 100%;
	height: auto;
	font-size: 12px;
	font-weight: 500;
	text-align: center;
	text-indent: 3px;
	letter-spacing: 3px;
	padding: 20px 30px 20px 30px;
	border-radius: 0px;
	border: 2px solid #fff;
	transition: .3s;
	display: block;
}

.button1_set2_object1 a:hover {
	color: #0290c5;
	border: 2px solid #0290c5;
}

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

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

.info_button_patch:hover {
	color: #ffffff !important;
	border: 2px solid #0290c5 !important;
	background-color: #0290c5 !important;
}

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

.color_switch_lineup_url_target,
.color_switch_lineup_name_target,
.color_switch_lineup_visual_target,
.color_switch_lineup_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_lineup_name_target.color_switch_lineup_name_target_active,
.color_switch_lineup_visual_target.color_switch_lineup_visual_target_active,
.color_switch_lineup_visual_target2.color_switch_lineup_visual_target2_active1 {
	z-index: 10;
	transform: translateY(0px);
	visibility: visible;
	opacity: 1;
}

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

.color_switch_lineup_button_target:hover {
	padding: 5px 5px 5px 5px;
	border: 3px solid #ffffff;
}

.color_switch_lineup_button_target.color_switch_lineup_button_target_active {
	padding: 5px 5px 5px 5px;
	border: 3px solid #0396CC;
}

/***** 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_button_target {
	width: auto;
	max-width: 35px;
	padding: 0px 0px 0px 0px;
	margin: 5px 5px 5px 5px;
	border: 0px solid #ffffff;
	border-radius: 0px 0px 0px 0px;
	transition: .2s;
	overflow: hidden;
	cursor: pointer;
}

.color_switch_product_button_target:hover {
	padding: 5px 5px 5px 5px;
	border: 3px solid #ffffff;
}

.color_switch_product_button_target.color_switch_product_button_target_active {
	padding: 5px 5px 5px 5px;
	border: 3px solid #0396CC;
}

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

.white {
	color: #fff;
}

.red1 {
	color: #e91d13;
}

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

.bg1 {
	background-color: #fff;
}

.bg2 {
	background-color: #000;
}

.bg3 {
    background-color: #1c1c1c;
}

.bg4 {
    background-color: #e3e3e3;
}

.bg5 {
	background-color: #0e0e0e;
}

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

.bg-img1 {
	position: absolute;
	z-index: 0;
	top: 0;
	bottom: 0;
	width: 100%;
	height: 100vh;
	pointer-events: none;
	display: none;
}

/***** loading1 *****/

.loading1 {
	position: fixed;
	z-index: 5000;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: #000;
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
}

.loading1-line1 {
	position: relative;
	width: 100%;
}

.loading1-line1::after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 0%;
	height: 2px;
	background-color: #0396CC;
	margin: 0px 0px 0px 0px;
	animation: line1 3s forwards;
}

@keyframes line1 {

0% {
	left: 0;
	right: 0;
	width: 0%;
}

100% {
	left: 0;
	right: 0;
	width: 100%;
}

}

/***** pagination_set *****/

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

.pagination_set1 .swiper-pagination-bullet {
	width: 8px; !important;
	height: 8px !important;
	margin: 0px 10px 0px 10px;
	background-color: rgba(255, 255, 255, 0.20) !important;
	opacity: 1 !important;
}

.pagination_set1 .swiper-pagination-bullet-active {
	background-color: rgba(0, 128, 176, 1) !important;
}

/***** menu_brand_logo1 *****/

.menu_brand_logo1 {
	position: fixed;
	z-index: 50;
	top: 100px;
	left: 100px;
	width: auto;
	height: 50px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	transition: .3s;
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	align-items: center;
}

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

.menu_brand_logo1 img {
	width: auto;
	height: 25px;
}

/***** menu_brand_logo2 *****/

.menu_brand_logo2 {
	position: fixed;
	z-index: 50;
	top: 100px;
	left: 250px;
	width: auto;
	height: 50px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	transition: .3s;
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	align-items: center;
}

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

.menu_brand_logo2 img {
	width: auto;
	height: 22px;
}

/***** menu_store_logo1 *****/

.menu_store_logo1 {
	position: fixed;
	z-index: 50;
	top: 100px;
	right: 150px;
	width: auto;
	height: 50px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	transition: .3s;
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	align-items: center;
}

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

.menu_store_logo1 svg {
	width: 120px;
	height: auto;
	margin: 0px 0px 0px 0px;
}

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

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

.menu_button_kit1 {
	position: relative;
	width: 25px;
	height: 22px;
	transition: .3s;
	cursor: pointer;
	display: block;
}

.menu_button_kit1_line1,
.menu_button_kit1_line2,
.menu_button_kit1_line3 {
	position: absolute;
	width: 100%;
	height: 2px;
	background-color: #fff;
	transition: .3s;
	border-radius: 5px;
}

.menu_button_kit1_line1 {
	top: 0px;
}

.menu_button_kit1_line2 {
	top: 9px;
}

.menu_button_kit1_line3 {
	top: 18px;
}

.menu_button:hover .menu_button_kit1_line1,
.menu_button:hover .menu_button_kit1_line2,
.menu_button:hover .menu_button_kit1_line3 {
	background-color: #0396CC;
}

.menu.menu_open_act1 .menu_button_kit1_line1 {
	background-color: #0396CC;
	transform: translateY(9px) translateX(0px) rotate(45deg);
}

.menu.menu_open_act1 .menu_button_kit1_line2 {
	width: 0;
	background-color: #0396CC;
	opacity: 0;
}

.menu.menu_open_act1 .menu_button_kit1_line3 {
	background-color: #0396CC;
	transform: translateY(-9px) translateX(0px) rotate(-45deg);
}

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

.menu {
	transition: .3s;
	opacity: 0;
	visibility: hidden;
	display: block;
}

.menu.page_active_act1 {
	opacity: 1;
	visibility: visible;
}

.menu_list {
	position: fixed;
	z-index: 100;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	width: auto;
	height: auto;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.90);
	transition: .3s;
	opacity: 0;
	visibility: hidden;
	display: block;
}

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

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

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

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

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

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

.menu_list_object1_set1_image1_logo1 a img {
	width: 100%;
  max-width: 100px;
	display: block;
}

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

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

.menu_list_object1_set1_image1_logo2 a img {
	width: 100%;
  max-width: 160px;
	display: block;
}


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

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

.menu_list_object1_set1_image1_logo3 a img {
	width: 100%;
  max-width: 60px;
	display: block;
}

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

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

.menu_list_object1_set1 ul li a {
	position: relative;
	z-index: 10;
	width: auto;
	height: auto;
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	text-align: right;
	text-indent: 5px;
	letter-spacing: 5px;
	padding: 10px 25px 10px 25px;
	transition: .3s;
	display: inline-block;
}

.menu_list_object1_set1 ul li a::after {
	content: "";
	position: absolute;
	z-index: -5;
	top: 0;
	bottom: 0;
	left: 0;
	width: 2px;
	height: 100%;
	background-color: #0396CC;
	transition: .3s;
}

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

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

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

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

.menu_list_object1_set2_title1 p {
	color: #fff;
	font-size: 12px;
	font-weight: 700;
	text-align: left;
	text-indent: 0px;
	letter-spacing: 3px;
	padding: 10px 30px 10px 30px;
	/* background-color: #0396cc; */
	border: 2px solid #fff;
	display: inline-block;
}

.menu_list_object1_set2 ul {
	width: auto;
	height: auto;
	padding: 0px 0px 0px 20px;
	margin: 0px 0px 0px 0px;
	border-left: 1px dotted #797979;
	display: flex;
	flex-flow: column wrap;
	justify-content: center;
	align-items: flex-start;
}

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

.menu_list_object1_set2 ul li a {
	position: relative;
	z-index: 10;
	width: auto;
	height: auto;
	color: #fff;
	font-size: 12px;
	font-weight: 700;
	text-align: right;
	text-indent: 3px;
	letter-spacing: 3px;
	padding: 10px 25px 10px 25px;
	transition: .3s;
	display: inline-block;
}

.menu_list_object1_set2 ul li a::after {
	content: "";
	position: absolute;
	z-index: -5;
	top: unset;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 1px;
	background-color: #0396CC;
	transition: .3s;
}

.menu_list_object1_set2 ul li a:hover::after {
	height: 100%;
}

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

.grid_wrap {
	width: 100%;
	max-width: 2000px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	background-color: #000;
	transition: .3s;
	overflow: hidden;
	opacity: 0;
	visibility: hidden;
	display: flex;
	flex-flow: column wrap;
	justify-content: center;
	align-items: center;
}

.grid_wrap.page_active_act1 {
	opacity: 1;
	visibility: visible;
}

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

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

.grid_object1 {
	position: relative;
	width: 100%;
	max-width: 1600px;
	padding: 180px 80px 180px 80px;
	margin: 0px 0px 0px 0px;
}

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

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

.grid_title1_text1 p {
	font-size: 30px;
	font-weight: 900;
	text-align: center;
	text-indent: 5px;
	letter-spacing: 5px;
	line-height: 50px;
}

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

.grid_title1_text2 p {
	font-size: 16px;
	font-weight: 700;
	text-align: center;
	text-indent: 5px;
	letter-spacing: 5px;
	line-height: 28px;
}

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

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

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

.visual_img1 img {
	margin: 0px 0px 0px 0px;
}

.visual_img2 {
	width: 100%;
	height: auto;
	padding: 0px 0px 0px 0px;
	display: none;
	justify-content: center;
	align-items: center;
}

.visual_img2 img {
	margin: 0px 0px 0px 0px;
}


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

.introduction {
	width: 100%;
	padding: 0px 0px 0px 0px;
	pointer-events: none;
}

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

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

.introduction_object1_image1 img {
	width: 100%;
	height: auto;
}

.introduction_object1_info1 {
	width: 100%;
	max-width: 1024px;
	padding: 150px 100px 150px 100px;
	margin: 0px 0px 0px 0px;
}

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

.introduction_object1_info1_title1 p {
	font-size: 40px;
	font-weight: 900;
	text-align: center;
	text-indent: 5px;
	letter-spacing: 5px;
	line-height: 65px;
}

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

.introduction_object1_info1_text1 p {
	font-size: 16px;
	font-weight: 500;
	text-align: center;
	text-indent: 3px;
	letter-spacing: 3px;
	line-height: 35px;
	padding: 10px 0px 10px 0px;
	margin: 0px 0px 0px 0px;
}

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

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

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

.newarrival_object1_image1 {
	position: relative;
	z-index: 5;
	width: auto;
	max-width: 1000px;
	margin: 0px 0px 50px 0px;
	display: flex;
	flex-flow: column wrap;
	justify-content: center;
	align-items: center;
}

.newarrival_object1_image1::after {
	content: "";
	position: absolute;
	z-index: -5;
	bottom: -20px;
	right: -20px;
	width: 100%;
	height: 100%;
	background-color: #002e3f;
	transition: .3s;
}

.newarrival_object1_image1 img {
	width: 100%;
	max-width: 1000px;
	margin: 0px 0px 0px 0px;
	box-shadow: -2px 2px 10px 3px rgba(121, 121, 121, 0.0);
}

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

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

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

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

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

.newarrival_object1_info1_price1 p span {
	color: #f3b726;
	font-size: 18px;
	font-weight: 700;
	padding: 0px 3px 0px 3px;
	transition: .3s;
}

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

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

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

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

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

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

.lineup_set1_image1_object1 img,
.lineup_set1_image2_object1 img {
	width: 100%;
	max-width: 500px;
	margin: 0px 0px 0px 0px;
	display: block;
}

.lineup_set1_info1 {
	width: 100%;
	text-align: left;
	text-indent: 2px;
	letter-spacing: 2px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	transition: .3s;
	display: flex;
	flex-flow: column wrap;
	justify-content: center;
	align-items: center;
}

.lineup_set1_info1_brand1 {
	width: auto;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 10px 0px;
	transition: .3s;
	display: none;
}

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

.lineup_set1_info1_name1 {
	width: 100%;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 15px 0px;
	transition: .3s;
}

.lineup_set1_info1_name1 p {
	font-size: 22px;
	font-weight: 700;
	text-align: center;
	text-indent: 5px;
	letter-spacing: 5px;
}

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

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

.lineup_info1_color1_name1_object1 p {
	font-size: 16px;
	font-weight: 700;
	text-align: center;
	text-indent: 3px;
	letter-spacing: 3px;
	margin: 0px 0px 0px 0px;
}

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

.lineup_info1_color1_image1_object1 {
	width: auto;
	padding: 0px 0px 0px 0px;
	margin: 0px 5px 0px 5px;
}

.lineup_info1_color1_image1_object1 img {
	width: 100%;
	max-width: 35px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	border: 1px solid #464646;
	display: block;
}

.lineup_set1_info1_price1 {
	width: auto;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 20px 0px;
	border-left: 0px dotted #1c1c1c;
}

.lineup_set1_info1_price1 p {
	font-size: 10px;
	text-align: left;
	text-align: left;
	text-indent: 0px;
	letter-spacing: 3px;
}

.lineup_set1_info1_price1 p span {
	color: #f3b726;
	font-size: 20px;
	font-weight: 700;
	padding: 0px 5px 0px 5px;
}

.lineup_set1_info1_btn1 {
	width: auto;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.lineup_set1_info1_btn1_object1 {
	width: auto;
	padding: 5px 10px 5px 10px;
	margin: 0px 0px 0px 0px;
	display: inline-block;
}

.lineup_set1_info1_btn1_object1 a {
	width: 100%;
	height: auto;
	font-size: 10px;
	font-weight: 500;
	text-align: center;
	text-indent: 3px;
	letter-spacing: 3px;
	padding: 10px 20px 10px 20px;
	border-radius: 0px;
	border: 2px solid #fff;
	transition: .3s;
	display: block;
}

.lineup_set1_info1_btn1_object1 a:hover {
	color: #0290c5;
	border: 2px solid #0290c5;
}

/***** limited *****/

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

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

.limited_object1_image1 {
	position: relative;
	z-index: 5;
	width: 50%;
	margin: 0px 0px 0px 0px;
}

.limited_object1_image1::after {
	content: "";
	position: absolute;
	z-index: -5;
	bottom: -20px;
	right: -20px;
	width: 100%;
	height: 100%;
	background-color: #3c3c3c;
	transition: .3s;
}

.limited_object1_image1 img {
	box-shadow: -2px 2px 10px 3px rgba(121, 121, 121, 0.0);
}

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

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

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

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

.limited_object1_info1_color1 p {
	font-size: 16px;
	font-weight: 700;
	text-align: center;
	text-indent: 0px;
	letter-spacing: 3px;
}

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

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

.limited_object1_info1_price1 p span {
	color: #f3b726;
	font-size: 18px;
	font-weight: 700;
	padding: 0px 3px 0px 3px;
	transition: .3s;
}

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

.limited_object1_info1_btn1_object1 {
	width: auto;
	padding: 5px 10px 5px 10px;
	margin: 0px 0px 0px 0px;
	display: inline-block;
}

.limited_object1_info1_btn1_object1 a {
	width: 100%;
	height: auto;
	font-size: 10px;
	font-weight: 500;
	text-align: center;
	text-indent: 3px;
	letter-spacing: 3px;
	padding: 10px 20px 10px 20px;
	border-radius: 0px;
	border: 2px solid #fff;
	transition: .3s;
	display: block;
}

.limited_object1_info1_btn1_object1 a:hover {
	color: #ef9406;
	border: 2px solid #ef9406;
}

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

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

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

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

.product_movie1_info1_title1 {
	width: auto;
	padding: 0px 30px 0px 0px;
	margin: 0px 0px 0px 0px;
	border-right: 1px solid #fff;
}

.product_movie1_info1_title1_text1 {
	font-size: 18px;
	font-weight: 500;
	text-align: center;
	text-indent: 0px;
	letter-spacing: 5px;
	line-height: 30px;
}

.product_movie1_info1_title1_text2 {
	font-size: 14px;
	font-weight: 300;
	text-align: center;
	text-indent: 0px;
	letter-spacing: 5px;
	line-height: 30px;
}

.product_movie1_info1_name1 {
	width: auto;
	padding: 0px 0px 0px 35px;
	margin: 0px 0px 0px 0px;
}

.product_movie1_info1_name1 p {
	width: 100%;
	font-size: 18px;
	font-weight: 500;
	text-align: center;
	text-indent: 0px;
	letter-spacing: 5px;
	line-height: 30px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

.product_movie1_info1_name1 p a {
	width: 100%;
	color: #fff;
	transition: .3s;
	display: block;
}

.product_movie1_info1_name1 p a:hover {
	color: #0290c5;
}

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

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

.product_image1_set1 img {
	width: 100%;
	max-width: 1000px;
	margin: 0px 0px 0px 0px;
	display: block;
	flex-flow: row wrap;
	justify-content: center;
	align-items: center;
}

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

.product_image1_set1 img
.product_image1_set2 img {
	width: 100%;
	display: block;
}

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

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

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

.product_info1_name1_text1 p {
	font-size: 55px;
	font-weight: 700;
	text-align: center;
	text-indent: 8px;
	letter-spacing: 8px;
}

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

.product_info1_name1_text2 p {
	font-size: 20px;
	font-weight: 700;
	text-align: center;
	text-indent: 5px;
	letter-spacing: 5px;
}

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

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

.product_info1_color1_name1_object1 p {
	font-size: 20px;
	font-weight: 700;
	text-align: center;
	text-indent: 3px;
	letter-spacing: 3px;
	margin: 0px 0px 0px 0px;
}

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

.product_info1_color1_image1_object1 {
	width: auto;
	padding: 0px 0px 0px 0px;
	margin: 0px 5px 0px 5px;
}

.product_info1_color1_image1_object1 img {
	width: 100%;
	max-width: 35px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	border: 1px solid #464646;
	display: block;
}

.product_info1_price1 {
	width: 100%;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 25px 0px;
	border-left: 0px dotted #1c1c1c;
}

.product_info1_price1 p {
	font-size: 14px;
	font-weight: 700;
	text-align: center;
	text-indent: 3px;
	letter-spacing: 3px;
}

.product_info1_price1 p span {
	color: #f3b726;
	font-size: 20px;
	font-weight: 700;
	padding: 0px 3px 0px 3px;
	transition: .3s;
}

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

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

.product_info2_title1 p {
	font-size: 32px;
	font-weight: 900;
	text-align: center;
	text-indent: 7px;
	letter-spacing: 7px;
	line-height: 60px;
}

.product_info2_text1 {
	width: 100%;
	max-width: 1024px;
	margin: 35px 0px 35px 0px;
}

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

.product_info2_text2 {
	width: 100%;
	max-width: 1024px;
	margin: 35px 0px 35px 0px;
}

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

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

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

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

.product_info3 {
	width: 100%;
	margin: 60px 0px 60px 0px;
}

.product_info3_inner1 {
	width: 100%;
	max-width: 1200px;
	padding: 60px 0px 60px 0px;
	display: flex;
	flex-flow: row-reverse wrap;
	justify-content: center;
	align-items: center;
}

.product_info3_img1 {
	width: 30%;
	margin: 0px 0px 0px 0px;
	border: 1px solid #535353;
}

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

.product_info3_title1 {
	width: 100%;
	margin: 0px 0px 25px 0px;
}

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

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

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

.product_info3_title1_text2 p {
	color: #0396CC;
	font-size: 14px;
	font-weight: 700;
	text-align: left;
	text-indent: 0px;
	letter-spacing: 3px;
	padding: 5px 0px 0px 0px;
}

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

.product_info3_text1 p {
	color: #cacaca;
	font-size: 12px;
	font-weight: 300;
	text-indent: 0px;
	letter-spacing: 3px;
	line-height: 22px;
	padding: 5px 0px 5px 0px;
}

.product_info3_text2 {
	width: 100%;
}

.product_info3_text2 p {
	color: #cacaca;
	font-size: 8px;
	font-weight: 300;
	text-indent: 0px;
	letter-spacing: 3px;
	line-height: 18px;
	padding: 5px 0px 5px 0px;
}

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

.product_info4_inner1 {
	width: 33.33%;
	height: auto;
	padding: 30px 30px 30px 30px;
	margin: 0px 0px 0px 0px;
}

.product_info4_title1 {
	width: 100%;
	padding: 0px 0px 10px 0px;
	margin: 0px 0px 15px 0px;
	border-bottom: 1px solid #535353;
}

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

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

.product_info4_text1 p {
	color: #cacaca;
	font-size: 12px;
	font-weight: 300;
	text-align: left;
	text-indent: 0px;
	letter-spacing: 1px;
	line-height: 22px;
	padding: 5px 0px 5px 0px;
}

.product_info4_text2 {
	width: 100%;
}

.product_info4_text2 p {
	color: #cacaca;
	font-size: 10px;
	font-weight: 300;
	text-indent: 0px;
	letter-spacing: 2px;
}

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

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

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

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

.product_compare1_img1_title1 {
	width: 25%;
	margin: 0px 0px 0px 0px;
}

.product_compare1_img1 {
	width: 75%;
	margin: 0px 0px 0px 0px;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
}

.product_compare1_img1_data1 {
	width: 33.33%;
	padding: 10px 0px 10px 0px;
}

.product_compare1_name1_set1 {
	width: 100%;
	padding: 10px 0px 10px 0px;
	border-bottom: 1px solid #535353;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
}

.product_compare1_name1_title1 {
	width: 25%;
	margin: 0px 0px 0px 0px;
	border-right: 1px dotted #bbbbbb;
}

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

.product_compare1_name1 {
	width: 75%;
	margin: 0px 0px 0px 0px;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
}

.product_compare1_name1_text1 {
	width: 33.33%;
	margin: 0px 0px 0px 0px;
}

.product_compare1_name1_text1 p {
	width: 100%;
	font-size: 14px;
	font-weight: 500;
	text-align: center;
	text-indent: 3px;
	letter-spacing: 3px;
	line-height: 24px;
	padding: 10px 20px 10px 20px;
}

.product_compare1_list1_set1 {
	width: 100%;
	padding: 8px 0px 8px 0px;
	border-bottom: 1px solid #535353;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
}

.product_compare1_list1_title1 {
	width: 25%;
	margin: 0px 0px 0px 0px;
	border-right: 1px dotted #535353;
}

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

.product_compare1_list1 {
	width: 75%;
	margin: 0px 0px 0px 0px;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
}

.product_compare1_list1_text1 {
	width: 33.33%;
	margin: 0px 0px 0px 0px;
}

.product_compare1_list1_text1 p {
	width: 100%;
	font-size: 12px;
	font-weight: 300;
	text-align: center;
	text-indent: 2px;
	letter-spacing: 2px;
	padding: 10px 20px 10px 20px;
}

.product_compare1_list1_text1 p span {
	color: #dda317;
	font-size: 16px;
	font-weight: 500;
	padding: 0px 5px 0px 5px;
}

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

.product_compare1_btn1_title1 {
	width: 25%;
	margin: 0px 0px 0px 0px;
}

.product_compare1_btn1 {
	width: 75%;
	margin: 0px 0px 0px 0px;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
}

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

.product_compare1_btn1_text1 a {
	width: 100%;
	max-width: 250px;
	color: #fff;
	font-size: 12px;
	font-weight: 700;
	text-align: center;
	text-indent: 3px;
	letter-spacing: 3px;
	padding: 20px 35px 20px 35px;
	margin: 0px 10% 0px 10%;
	border: 2px solid #fff;
	transition: .3s;
	display: block;
}

.product_compare1_btn1_text1 a:hover {
	color: #0290c5;
	border: 2px solid #0290c5;
}

.product_compare1_img1_data1.w50,
.product_compare1_name1_text1.w50,
.product_compare1_list1_text1.w50,
.product_compare1_btn1_text1.w50 {
	width: 50%;
}

/***** soundmaking *****/

.soundmaking {
	position: relative;
	width: 100%;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

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

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

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

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

.soundmaking_title1_text2 p {
	font-size: 20px;
	font-weight: 700;
	text-align: left;
	text-indent: 0;
	letter-spacing: 3px;
	line-height: 32px;
}

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

.soundmaking_menu1 {
	width: 35%;
	height: 100%;
	padding: 0px 50px 0px 0px;
	margin: 0px 0px% 0px 0px;
	background-color: unset;
	display: block;
}

.soundmaking_menu1_inner1 {
	width: 100%;
	height: 20%;
	padding: 20px 0px 20px 0px;
	margin: 0px 0px 10px 0px;
	border-bottom: 1px solid #575757;
	transition: .3s;
	cursor: pointer;
	display: flex;
	justify-content: center;
	align-items: center;
}

.soundmaking_menu1_inner1:hover {
	border-bottom: 1px solid #0290c5;
}

.soundmaking_menu1_inner1.movie_switch_btn_target_active {
	border-bottom: 1px solid #0290c5;
}

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

.soundmaking_menu1_title1_text1 {
	position: relative;
	width: 100%;
	margin: 0px 0px 10px 0px;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
}

.soundmaking_menu1_title1_text1_arrow1 {
	position: absolute;
	z-index: 10;
	top: 25%;
	bottom: 25%;
	left: 0;
	width: auto;
	height: auto;
	border-style: solid;
	border-width: 5px 0 5px 7px;
	border-color: transparent transparent transparent #535353;
	margin: 0px 0px 0px 0px;
	transition: .3s;
}

.soundmaking_menu1_inner1.movie_switch_btn_target_active .soundmaking_menu1_title1_text1_arrow1 {
	border-color: transparent transparent transparent #0290c5;
	transform: rotate(90deg);
}

.soundmaking_menu1_title1_text1 p {
	width: auto;
	font-size: 14px;
	font-weight: 700;
	text-align: left;
	text-indent: 0;
	letter-spacing: 5px;
	padding: 0px 0px 0px 25px;
	margin: 0px 0px 0px 0px;
}

.soundmaking_menu1_title1_text1 p span {
	color: #53d0ff;
}

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

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

.soundmaking_menu1_btn1 {
	position: absolute;
	z-index: 10;
	bottom: -35px;
	right: 20px;
	width: auto;
	display: none;
}

.soundmaking_menu1_btn1 p {
	width: 100%;
	height: auto;
	font-size: 12px;
	font-weight: 700;
	text-indent: 0;
	letter-spacing: 2px;
	text-align: center;
	padding: 10px 30px 10px 30px;
	border: 2px solid #fff;
}

.soundmaking_movie1 {
	position: relative;
	z-index: 0;
	width: 65%;
	height: 800px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	background-color: #000;
	border: 1px solid #0290c5;
	transition: .3s;
	display: block;
}

.soundmaking_movie1:hover {
	border: 1px solid #14b7f4;
}

.movie_switch_data_target {
	position: absolute !important;
	z-index: -10;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	transition: .3s;
	opacity: 0;
	visibility: hidden;
}

.movie_switch_data_target.movie_switch_data_target_active {
	position: absolute !important;
	z-index: 10;
	opacity: 1;
	visibility: visible;
}

/***** linked *****/

.linked {
	width: 100%;
	padding: 30px 20px 30px 20px;
	margin: 0px 0px 0px 0px;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
}

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

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

.linked_movie1_info1_title1 {
	width: auto;
	padding: 0px 30px 0px 0px;
	margin: 0px 0px 0px 0px;
	border-right: 1px solid #fff;
}

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

.linked_movie1_info1_title1_text1 p {
	font-size: 18px;
	font-weight: 500;
	text-align: center;
	text-indent: 5px;
	letter-spacing: 5px;
	line-height: 30px;
}

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

.linked_movie1_info1_title1_text2 p {
	font-size: 14px;
	font-weight: 300;
	text-align: center;
	text-indent: 5px;
	letter-spacing: 5px;
	line-height: 30px;
}

.linked_movie1_info1_name1 {
	width: auto;
	padding: 0px 0px 0px 35px;
	margin: 0px 0px 0px 0px;
}

.linked_movie1_info1_name1 p {
	width: 100%;
	font-size: 18px;
	font-weight: 500;
	text-align: center;
	text-indent: 5px;
	letter-spacing: 5px;
	line-height: 30px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

.linked_movie1_info1_name1 p a {
	width: 100%;
	color: #fff;
	transition: .3s;
	display: block;
}

.linked_movie1_info1_name1 p a:hover {
	color: #0290c5;
}

.linked_info1 {
	width: 40%;
	padding: 0px 0px 0px 40px;
	margin: 0px 0px 0px 0px;
	background-color: #000;
}

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

.linked_info1_img1 img {
	width: 450px;
}

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

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

.linked_info1_name1 {
	width: auto;
	margin: 0px 0px 15px 0px;
}

.linked_info1_name1 p {
	font-size: 20px;
	font-weight: 700;
	text-align: center;
	text-indent: 0;
	letter-spacing: 4px;
}

.linked_info1_cap1 {
	width: auto;
	margin: 0px 0px 30px 0px;
}

.linked_info1_cap1 p {
	font-size: 14px;
	font-weight: 300;
	text-align: center;
	text-indent: 3px;
	letter-spacing: 3px;
	line-height: 24px;
}

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

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

.linked_info1_price1_text1 {
	color: #f3b726;
	font-size: 16px;
	font-weight: 700;
	padding: 0px 3px 0px 3px;
	transition: .3s;
}

.linked_info1_btn1 {
	width: auto;
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	align-items: center;
}

.linked_info1_btn1_object1 {
	width: auto;
	padding: 5px 10px 5px 10px;
	margin: 0px 0px 0px 0px;
}

.linked_info1_btn1_object1 a {
	width: 100%;
	font-size: 10px;
	font-weight: 500;
	text-align: center;
	text-indent: 3px;
	letter-spacing: 3px;
	padding: 10px 25px 10px 25px;
	margin: 0px 0px 0px 0px;
	border-radius: 0px;
	border: 2px solid #fff;
	transition: .3s;
	display: inline-block;
}

.linked_info1_btn1 a:hover {
	color: #0290c5;
	border: 2px solid #0290c5;
}

/***** profile *****/

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

.profile_img1 {
	width: 40%;
	height: auto;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	background-color: #000;
	border: 1px solid #0290c5;
	display: flex;
	justify-content: center;
	align-items: center;
}

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

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

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

.profile_info1_name1_text1 p {
	font-size: 22px;
	font-weight: 700;
	text-align: left;
	text-indent: 0;
	letter-spacing: 5px;
}

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

.profile_info1_name1_text2 p {
	font-size: 12px;
	font-weight: 700;
	text-align: left;
	text-indent: 0px;
	letter-spacing: 3px;
}

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

.profile_info1_cap1 p {
	width: 100%;
	font-size: 12px;
	font-weight: 300;
	text-align: left;
	text-indent: 0;
	letter-spacing: 3px;
	line-height: 22px;
	margin: 0px 0px 10px 0px;
}

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

.profile_info1_btn1_object1 {
	width: 280px;
	padding: 5px 10px 5px 10px;
	margin: 0px 0px 0px 0px;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-end;
	align-items: center;
}

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

.profile_info1_btn1_object1 a:hover {
	color: #0290c5;
	border: 2px solid #0290c5;
}

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

.profile_info1_btn2_object1 {
	width: 360px;
	margin: 0px 0px 0px 0px;
}

.profile_info1_btn2_object1 a {
  width: auto;
  font-size: 12px;
  font-weight: 300;
  text-align: center;
  text-indent: 2px;
  letter-spacing: 2px;
  padding: 20px 40px 20px 40px;
  border: 2px solid #fff;
  border-radius: 100px;
  transition: .3s;
  display: block;
}

.profile_info1_btn2_object1 a:hover {
	color: #fff;
	background-color: #0290c5;
	border: 2px solid #0290c5;
}

.profile_info1_btn2_object1 a p span {
	font-size: 12px;
	font-weight: 900;
	text-align: center;
	padding: 0px 10px 0px 0px;
}

/***** report *****/

.report {
	width: 500px;
	padding: 0px 0px 0px 0px;
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
	align-items: stretch;
}

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

.report_object1_image1 {
	position: relative;
	width: 100%;
	margin: 0px 0px 50px 0px;
}

.report_object1_image1::after {
	content: "";
	position: absolute;
	z-index: -5;
	bottom: -20px;
	right: -20px;
	width: 100%;
	height: 100%;
	background-color: #002e3f;
	transition: .3s;
}

.report_object1_inner1 a:hover .report_object1_image1::after {
	background-color: #00668c;
}

.report_object1_info1 {
	width: 100%;
	padding: 0px 0px 30px 0px;
	margin: 0px 0px 0px 0px;
	border-bottom: 1px dotted #5e5e5e;
	transition: .3s;
}

.report_object1 a:hover .report_object1_info1 {
	border-bottom: 1px dotted #0080b0;
}

.report_object1_info1_title1 {
	width: 100%;
	padding: 0px 0px 0px 20px;
	margin: 0px 0px 30px 0px;
	border-left: 10px solid #0080b0;
}

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

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

.report_object1_info1_store1 p {
	font-size: 12px;
	font-weight: 500;
	text-align: left;
	text-indent: 0px;
	letter-spacing: 3px;
}

.report_object1_info1_name1 {
	width: auto;
	margin: 0px 0px 15px 0px;
}

.report_object1_info1_name1 p {
	font-size: 16px;
	font-weight: 700;
	text-align: left;
	text-indent: 0px;
	letter-spacing: 5px;
}

.report_object1_info1_btn1 {
	width: auto;
	font-size: 10px;
	font-weight: 500;
	text-align: center;
	text-indent: 3px;
	letter-spacing: 3px;
	padding: 10px 25px 10px 25px;
	margin: 0px 0px 0px 0px;
	border-radius: 0px;
	border: 2px solid #fff;
	transition: .3s;
	display: inline-block;
}

.report_object1 a:hover .report_object1_info1_btn1 {
	color: #0290c5;
	border: 2px solid #0290c5;
}

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

.expert {
	width: 100%;
}

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

.expert_title1_img1 {
	width: 30%;
	margin: 0px 0px 0px 0px;
}

.expert_title1_img1 img {
	width: 250px;
}

.expert_title1_text1 {
	width: 70%;
	padding: 0px 50px 0px 50px;
	margin: 0px 0px 0px 0px;
	border-left: 1px solid #0290c5;
}

.expert_title1_text1 p {
	font-size: 14px;
	font-weight: 500;
	text-align: left;
	text-indent: 0px;
	letter-spacing: 3px;
	line-height: 30px;
	margin: 15px 0px 15px 0px;
}

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

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

.expert_object1 a {
	position: relative;
	width: 100%;
	display: block;
}

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

.expert_object1_image1::after {
	content: "";
	position: absolute;
	z-index: -5;
	bottom: -5%;
	right: -5%;
	width: 100%;
	height: 100%;
	background-color: #002e3f;
	transition: .3s;
}

.expert_object1 a:hover .expert_object1_image1::after {
	background-color: #00668c;
}

.expert_object1_info1 {
	width: 100%;
	height: auto;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	background-color: rgba(0, 0, 0, 0.00);
	border-bottom: 0px solid #005271;
	display: flex;
	flex-flow: column wrap;
	justify-content: flex-end;
	align-items: flex-start;
}

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

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

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

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

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

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

.movie_set1 {
	position: relative;
	z-index: 0;
	width: 33.33%;
	padding: 10px 10px 10px 10px;
	margin: 0px 0px 0px 0px;
}

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

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

.movie_set1_object1 {
	position: relative;
	z-index: 0;
	width: 100%;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	border: 1px solid #464646;
}

.movie_set2_object1 {
	position: relative;
	z-index: 0;
	width: 100%;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	border: 0px solid #464646;
}

.movie_set3_object1 {
	position: relative;
	z-index: 0;
	width: 100%;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	border: 1px solid #464646;
}

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

.movie_set1_object1_button1.movie_act1,
.movie_set2_object1_button1.movie_act1,
.movie_set3_object1_button1.movie_act1 {
	opacity: 0;
	visibility: hidden;
}

.movie_set1_object1_button1 svg,
.movie_set2_object1_button1 svg,
.movie_set3_object1_button1 svg {
	width: 80px;
	height: auto;
	margin: 0px 0px 0px 0px;
}

.movie_set1_object1_button1 svg path,
.movie_set1_object1_button1 svg polygon,
.movie_set2_object1_button1 svg path,
.movie_set2_object1_button1 svg polygon,
.movie_set3_object1_button1 svg path,
.movie_set3_object1_button1 svg polygon {
	fill: #ffffff;
	transition: .3s;
}

.movie_set1:hover .movie_set1_object1_button1 svg path,
.movie_set1:hover .movie_set1_object1_button1 svg polygon,
.movie_set2:hover .movie_set2_object1_button1 svg path,
.movie_set2:hover .movie_set2_object1_button1 svg polygon,
.movie_set3:hover .movie_set3_object1_button1 svg path,
.movie_set3:hover .movie_set3_object1_button1 svg polygon {
	fill: #14b7f4;
}

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

.movie_set1_object1_data1 iframe,
.movie_set2_object1_data1 iframe,
.movie_set3_object1_data1 iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/***** artist *****/

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

.artist_object1 {
	width: 25%;
	height: auto;
	padding: 0px 20px 0px 20px;
	margin: 20px 0px 20px 0px;
	cursor: pointer;
}

.artist_object1_name1 {
	position: relative;
	width: 100%;
	padding: 15px 15px 15px 20px;
	border-bottom: 1px dotted rgba(255, 255, 255, 0.35);
}

.artist_object1_name1::after {
	content: "";
	position: absolute;
	z-index: 0;
	top: 0;
	left: 0;
	width: 50px;
	height: 50px;
	background-color: #002e3f;
	transition: .3s;
}

.artist_object1_name1:hover::after {
	background-color: #00668c;
}

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

.artist_object1_name1_text1 p {
	font-size: 16px;
	font-weight: 700;
	text-indent: 0px;
	letter-spacing: 5px;
}

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

.artist_object1_name1_text2 p {
	width: 100%;
	font-size: 10px;
	font-weight: 500;
	text-indent: 0px;
	letter-spacing: 3px;
}

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

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

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

.recommend_object1 a {
	width: 100%;
	max-width: 800px;
	display: block;
	border: 1px solid #464646;
	border-radius: 0px;
	transition: .3s;
	overflow: hidden;
}

.recommend_object1 a:hover {
	opacity: 0.8;
}

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

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

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

.store1 a {
	width: 100%;
	height: 100%;
	text-decoration: none !important;
	padding: 0px 0px 0px 0px;
	background-color: #222;
	border-radius: 10px;
	transition: .3s;
	overflow: hidden;
	display: inline-block;
}

.store1 a:hover {
	background-color: #8f3c3c;
}

.store1-img1 {
	width: 100%;
	margin: 0px 0px 0px 0px;
}

.store1-info1-name1 {
	width: 100%;
	font-size: 18px;
	font-weight: 700;
	text-align: left;
	padding: 0px 0px 10px 0px;
	margin: 0px 0px 15px 0px;
	border-bottom: 1px dotted #727272;
	transition: .3s;
}

.store1 a:hover .store1-info1-name1 {
	border-bottom: 1px dotted #fff;
}

.store1-info1 {
	width: 100%;
	color: #fff;
	font-family: 'Noto Sans Japanese';
	padding: 15px 20px 15px 20px;
	margin: 0px 0px 0px 0px;
}

.store1-info1-list1 {
	width: 100%;
}

.store1-info1-list1-inner1 {
	width: 100%;
	font-size: 12px;
	font-weight: 300;
	margin: 0px 0px 5px 0px;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: stretch;
}

.store1-info1-list1-l1 {
	width: 30%;
	color: #000;
	text-align: center;
	padding: 5px 10px 5px 10px;
	background-color: #fff;
}

.store1-info1-list1-r1 {
	width: 70%;
	text-align: left;
	padding: 5px 10px 5px 15px;
}

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

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

.footer_inner1 {
	width: 100%;
	max-width: 1400px;
	margin: 0px 0px 130px 0px;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	align-items: center;
}

.footer_inner2 {
	width: 100%;
	max-width: 1400px;
	margin: 0px 0px 0px 0px;
}

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

.footer_img1_object1 {
	width: auto;
	height: auto;
	margin: 0px 0px 30px 0px;
}

.footer_img1_object1 img {
	width: 150px;
	height: auto;
}

.footer_img1_object2 {
	width: auto;
	height: auto;
	margin: 0px 0px 0px 0px;
}

.footer_img1_object2 img {
	width: 80px;
	height: auto;
}

.footer_img2 {
	width: auto;
	margin: 0px 0px 0px 0px;
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	justify-content: flex-end;
	align-items: flex-end;
}

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

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

.footer_img2 ul li a {
	width: 100%;
	display: inline-block;
}

.footer_img2 ul li a img {
	width: 25px;
}

.footer_copyright1 {
	width: 100%;
}

.footer_copyright1 p {
	color: #fff;
	font-size: 10px;
	font-weight: 300;
	text-align: left;
	text-indent: 0px;
	letter-spacing: 3px;
}

/***** display *****/

.d3 {
	display: block;
}

.d4 {
	display: none;
}

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

@media ( max-width: 1024px ) {

.menu_brand_logo1 {
  top: 70px;
  left: 70px;
}

.menu_brand_logo2 {
  top: 70px;
  left: 220px;
}

.menu_store_logo1 {
	top: 70px;
  right: 120px;
}

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

.menu_list {
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
}

.menu_list_object1_set1,
.menu_list_object1_set2 {
  width: 100%;
	height: auto;
}

.menu_list_object1_set2_inner1 {
  width: 50%;
}

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

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

.visual_img1 {
	display: none;
}

.visual_img2 {
	display: flex;
}

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

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

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

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

.limited_object1_info1 {
  padding: 0px 20px 0px 50px;
}

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

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

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

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

.product_info2_title1 p {
	font-size: 32px;
}

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

.product_info2_text1 p {
	font-size: 16px;
	line-height: 36px;
}

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

.product_info3_img1 {
	width: 40%;
}

.product_info3_inner1_in1 {
	width: 60%;
}

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

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

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

.product_info4_inner1 {
	width: 50%;
	padding: 30px 20px 30px 20px;
}

.product_compare1_inner1 {
  overflow-x: scroll;
}

.product_compare1_set1 {
	width: 1200px;
}

.soundmaking_inner1 {
	width: 100%;
	height: auto;
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: stretch;
}

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

.soundmaking_menu1.act1 {
	right: 0;
}

.soundmaking_title1 {
	margin: 0px 0px 25px 0px;
}

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

.soundmaking_movie1 {
	width: 100%;
	height: 650px;
}

.soundmaking_movie1_data1::after {
	left: 0;
}

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

.linked_movie1_data1::after {
	left: 0;
}

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

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

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

.product_movie1_data1::after {
	left: 0;
}

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

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

.profile_info1_name1 {
	font-size: 20px;
}

.profile_info1_state1 {
	font-size: 12px;
}

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

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

.report1 {
	width: 80%;
	padding: 40px 10px 40px 10px;
}

.report_object1_inner1 {
	width: 100%;
	padding: 20px 40px 20px 40px;
}

.report_object1_info1_title1 {
	font-size: 20px;
}

.expert_title1_img1 {
  width: 35%;
}

.expert_title1_img1 img {
  width: 160px;
}

.expert_title1_text1 {
  width: 65%;
	padding: 0px 35px 0px 35px;
}

.expert_object1 {
  width: 50%;
}

.movie_set1 {
	width: 50%;
}

.artist_object1 {
  width: 50%;
}

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

.footer {
  padding: 100px 70px 100px 70px;
}

}

@media ( max-width: 767px ) {

.button1_set1 {
  width: 100%;
  flex-flow: column wrap;
  justify-content: center;
}

.button1_set1_object1 {
  width: 100%;
	padding: 7px 0px 7px 0px;
}

.pagination_set1 .swiper-pagination-bullet {
	width: 8px !important;
	height: 8px !important;
	margin: 0px 7px 0px 7px;
}

.menu_brand_logo1 {
  top: 50px;
  left: 30px;
}

.menu_brand_logo1 img {
	height: 20px;
}

.menu_brand_logo2 {
	top: unset;
  bottom: 50px;
  left: 30px;
}

.menu_brand_logo2 img {
	height: 20px;
}

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

.menu_store_logo1 svg {
	width: 100px;
}

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

.menu_list1_object1 {
  height: 100%;
  overflow-y: scroll;
}

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

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

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

.grid_object1 {
  padding: 100px 30px 100px 30px;
}

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

.grid_title1_text1 p {
  font-size: 20px;
	line-height: 35px;
}

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

.introduction_object1_info1 {
  padding: 50px 30px 50px 30px;
}

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

.introduction_object1_info1_title1 p {
  font-size: 20px;
  letter-spacing: 3px;
  line-height: 40px;
}

.introduction_object1_info1_text1 p {
  font-size: 12px;
  line-height: 26px;
}

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

.limited_object1_info1 {
  width: 100%;
	padding: 0px 0px 0px 0px;
	border-right: 0px solid #ef9406;
}

.limited_object1_info1_btn1_object1 {
  padding: 5px 10px 5px 10px;
}

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

.lineup_set1_image1 {
  height: 280px;
}

.lineup_info1_color1_name1 {
  height: 30px;
}

.lineup_info1_color1_name1_object1 p {
  font-size: 18px;
}

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

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

.product_movie1_data1_btn1 {
  top: 10%;
  bottom: 10%;
  width: 35px;
  font-size: 8px;
}

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

.product_movie1_info1_title1_text2 {
	font-size: 10px;
	line-height: 22px;
}

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

.product_image1 {
  height: 400px;
}

.product_image1_set1 {
	display: none;
}

.product_image1_set2 {
	display: flex;
}

.product_info1 {
	text-indent: 2px;
	letter-spacing: 2px;
}

.product_info1_name1 {
	font-size: 28px;
	text-indent: 5px;
	letter-spacing: 5px;
}

.product_info1_name1_text1 p {
  font-size: 30px
}

.product_info1_color1_name1 {
  height: 30px;
}

.product_info1_color1_name1_object1 p {
  font-size: 18px;
}

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

.product_info1_price1 {
	font-size: 12px;
}

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

.product_info1_btn1_object1 a {
	font-size: 10px;
}

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

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

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

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

.product_info3_inner1 {
	padding: 20px 0px 20px 0px;
	flex-direction: column;
}

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

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

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

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

.product_info3_text1 p {
	font-size: 12px;
	text-indent: 1px;
	letter-spacing: 1px;
	line-height: 22px;
}

.product_info4_inner1 {
	width: 100%;
	padding: 25px 0px 25px 0px;
}

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

.product_info4_text1 p {
	font-size: 11px;
	line-height: 18px;
}

.product_compare1_set1 {
  width: 950px;
}

.product_compare1_list1_title1 p {
	font-size: 10px;
	padding: 5px 10px 5px 0px;
}

.product_compare1_list1_text1 p {
	font-size: 10px;
	padding: 5px 10px 5px 10px;
}

.product_compare1_list1_text1_large1 {
	font-size: 13px;
}

.product_compare1_btn1_text1 a {
	font-size: 10px;
}

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

.soundmaking_title1_text1 p {
	font-size: 14px;
	text-align: center;
}

.soundmaking_title1_text2 p {
	font-size: 16px;
	text-align: center;
	line-height: 26px;
}

.soundmaking_menu1 {
	padding: 0px 0px 0px 0px;
	margin: 0px 0% 35px 0px;
}

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

.soundmaking_menu1_title1_text1 {
	margin: 0px 0px 7px 0px;
}

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

.soundmaking_menu1_title1_text2 p {
	font-size: 9px;
	line-height: 16px;
}

.soundmaking_movie1 {
  height: 300px;
}

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

.linked_movie1_data1_btn1 {
  top: 10%;
  bottom: 10%;
  width: 35px;
  font-size: 8px;
}

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

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

.linked_movie1_info1_title1_text2 p {
	font-size: 10px;
  text-indent: 5px;
  letter-spacing: 5px;
  line-height: 24px;
}

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

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

.linked_info1_img1 {
	width: 100%;
	margin: 0px 0px 25px 0px;
}

.linked_info1_inner1 {
	width: 100%;
}

.linked_info1_name1 {
	font-size: 20px;
}

.linked_info1_cap1 {
	font-size: 12px;
}

.linked_info1_price1 {
	font-size: 12px;
}

.linked_info1_price1_text1 {
	font-size: 16px;
}

.linked_info1_btn1_object1 a {
	font-size: 10px;
	padding: 7px 20px 7px 20px;
}

.profile {
	padding: 20px 0px 20px 0px;
	flex-flow: column wrap;
}

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

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

.profile_info1_title1 {
	font-size: 12px;
}

.profile_info1_name1 {
	font-size: 18px;
	margin: 0px 0px 7px 0px;
}

.profile_info1_state1 {
	font-size: 10px;
	margin: 0px 0px 20px 0px;
}

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

.profile_info1_cap1 p {
	font-size: 10px;
}

.profile_info1_btn1 {
	width: 100%;
}

.profile_info1_btn1_object1 {
  width: 100%;
	padding: 8px 0px 8px 0px;
}

.report {
  width: 100%;
}

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

.report_object1_info1_title1 {
	font-size: 18px;
	margin: 0px 0px 25px 0px;
}

.report_object1_info1_store1, .report_object1_info1_state1 {
	font-size: 12px;
	text-indent: 1px;
	letter-spacing: 1px;
}

.report_object1_info1_name1 {
	font-size: 16px;
}

.report_object1_info1_btn1 {
	font-size: 10px;
	padding: 7px 20px 7px 20px;
}

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

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

.expert_title1_text1 {
  width: 100%;
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
  border-left: 0px solid #0290c5;
}

.expert_title1_text1 p {
  font-size: 12px;
  letter-spacing: 3px;
  line-height: 26px;
  margin: 20px 0px 20px 0px;
}

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

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

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

.movie_set1_object1_info1_btn1_object1 {
  padding: 5px 10px 5px 10px;
}

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

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

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

.footer_inner1 {
	margin: 0px 0px 30px 0px;
  justify-content: center;
}

.footer_img1 {
  width: 100%;
  margin: 0px 0px 100px 0px;
	justify-content: center;
	align-items: center;
}

.footer_img2 {
  justify-content: center;
  align-items: center;
}

.footer_img2 ul li {
  padding: 0px 10px 0px 10px;
}

.footer_copyright1 p {
	font-size: 8px;
	text-align: center;
}

}
