@charset "utf-8";


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

* {
	font-family: '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: #ffffff;
	padding: 0px 0px 0px 0px;
	background-color: #000000;
	border: 0px solid #282828;
	overflow: hidden;
	overflow-y: hidden;
}

a {
	color: #ffffff;
	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 *****/

.color_set1 {
	color: #cea42c;
}

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

.font_set1 {
	font-family: 'Big Shoulders Display', cursive;
}

/***** background *****/

.background_set1 {
	background-color: #000000;
}

.background_set2 {
	background-color: #0d0d0d;
}

.background_set3 {
	background-color: #242424;
}

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

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

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

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

.button_set2_object1 {
  width: 100%;
	max-width: 100%;
	padding: 5px 5px 5px 5px;
  margin: 0px 0px 0px 0px;
}

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

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

.button_set1_object1 a,
.button_set2_object1 a {
	width: 100%;
	max-width: 100%;
	color: #ffffff;
	font-size: 12px;
	font-weight: 500;
	text-align: center;
	text-indent: 3px;
	letter-spacing: 3px;
	padding: 20px 20px 20px 20px;
	margin: 0px 0px 0px 0px;
	background-color: #48217a;
	border: 1px solid #48217a;
	border-radius: 0px;
	transition: .3s;
	display: block;
}

.button_set3_object1 a {
	width: 100%;
	max-width: 100%;
	color: #ffffff;
	font-size: 10px;
	font-weight: 500;
	text-align: center;
	text-indent: 3px;
	letter-spacing: 3px;
	padding: 15px 20px 15px 20px;
	margin: 0px 0px 0px 0px;
	background-color: #48217a;
	border: 1px solid #48217a;
	border-radius: 0px;
	transition: .3s;
	display: block;
}

.button_set1_object1 a:hover,
.button_set2_object1 a:hover {
  color: #ffffff;
  background-color: #ffba15;
  border: 1px solid #ffba15;
}

.button_set1_object1 p,
.button_set2_object1 p {
	width: 100%;
	max-width: 100%;
  color: #a8a8a8;
  font-size: 10px;
	font-weight: 500;
	text-align: center;
	text-indent: 3px;
	letter-spacing: 3px;
  padding: 20px 50px 20px 50px;
	margin: 0px 0px 0px 0px;
  border: 1px solid #a8a8a8;
	display: block;
}

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

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

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

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

.color_switch_lineup_url_target,
.color_switch_name_target,
.color_switch_visual_target1,
.color_switch_visual_target2 {
	position: absolute;
	z-index: -10;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	height: 100%;
	transform: translateY(20px);
	transition: .3s;
	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 #cea42c;
}

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

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

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

/***** 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: #ffffff !important;
}

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

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

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

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

/***** banner *****/

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

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

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

.banner_object1_image1 {
	width: 100%;
	max-width: 100%;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	display: block;
}

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

.banner_object1_image2 {
	width: 100%;
	max-width: 800px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	display: none;
}

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

.banner_object1_text1 {
	position: relative;
	z-index: 0;
	width: 100%;
	padding: 12px 20px 12px 20px;
	margin: 0px 0px 0px 0px;
	background-color: #eead15;
	transition: .3s;
}

.banner_object1 a:hover .banner_object1_text1 {
	background-color: #df1616;
}

.banner_object1_text1 p {
	position: relative;
	z-index: 20;
	color: #ffffff;
	font-size: 14px;
	font-weight: 500;
	text-align: center;
	text-indent: 3px;
	letter-spacing: 3px;
	transition: .3s;
}

.banner_object1 a:hover .banner_object1_text1 p {
	color: #ffffff;
}

.banner_object1_text1::before {
	content: "";
	position: absolute;
	z-index: 10;
	top: -50%;
	left: 0;
	right: 0;
	width: 100%;
	height: 50%;
	background-color: #e83535;
	transition: .3s;
	display: none;
}

.banner_object1 a:hover .banner_object1_text1::before {
	top: 0;
}

.banner_object1_text1::after {
	content: "";
	position: absolute;
	z-index: 10;
	bottom: -50%;
	left: 0;
	right: 0;
	width: 100%;
	height: 50%;
	background-color: #e83535;
	transition: .3s;
	display: none;
}

.banner_object1 a:hover .banner_object1_text1::after {
	bottom: 0;
}

/***** 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: .3s;
	display: flex;
	justify-content: center;
	align-items: center;
}

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

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

.header {
	position: fixed;
	z-index: 300;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: auto;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	border-bottom: 0px solid #e1e1e1;
	background-color: rgba(0,0,0,0.0);
	opacity: 0;
	overflow: unset;
	transition: .3s;
	display: flex;
	flex-flow: column wrap;
	justify-content: center;
	align-items: center;
}

.header.page_active_act1 {
	opacity: 1;
}

.header.page_active_act1.menu_open_act1 {
	top: 0 !important;
	opacity: 1 !important;
}

.header_object1 {
	position: relative;
	z-index: 50;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: auto;
	max-width: 1800px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	transition: .3s;
	display: flex;
	flex-flow: column wrap;
	justify-content: flex-start;
	align-items: center;
}

.header.page_active_act1.menu_open_act1 .header_object1 {
	top: 0 !important;
	opacity: 1 !important;
}

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

.header_set2 {
	position: fixed;
	z-index: 0;
	top: 80px;
	bottom: unset;
	left: unset;
	right: unset;
	width: 100%;
	height: 50px;
	max-width: 1050px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	transition: .3s;
	opacity: 1;
	visibility: visible;
	overflow: hidden;
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	align-items: center;
}

.header.header_scroll_act1 .header_set2 {
	opacity: 0;
	visibility: hidden;
}

.header_set3 {
	position: fixed;
	z-index: 100;
	top: 80px;
	right: 80px;
	width: 220px;
	height: 50px;
	margin: 0px 0px 0px 0px;
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-end;
	align-items: center;
}

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

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

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

.brand_logo_img1 a,
.brand_logo_img2 a {
	width: auto;
	height: auto;
	margin: 0px 0px 0px 0px;
	display: block;
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	align-items: center;
}

.brand_logo_img1 a svg {
	fill: #cea42c;
	width: auto;
	height: auto;
	max-height: 40px;
	margin: 0px 0px 0px 0px;
	display: block;
}

.brand_logo_img2 a svg {
	fill: #cea42c;
	width: auto;
	height: auto;
	max-height: 20px;
	margin: 0px 0px 0px 0px;
	display: block;
}

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

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

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

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

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

/***** hamburger_button *****/

.hamburger_button {
	position: relative;
	z-index: 30;
	top: 0;
	bottom: 0;
	right: 0;
	width: auto;
	height: 100%;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 20px;
	background-color: unset;
	transition: .3s;
	opacity: 1;
	visibility: visible;
	display: flex;
	justify-content: center;
	align-items: center;
}

.hamburger_button.menu_grobal_open_act1 {
	opacity: 1;
	visibility: visible;
}

.hamburger_button_object1 {
	position: relative;
	width: 30px;
	height: 24px;
	margin: 0px 0px 0px 0px;
	cursor: pointer;
}

.hamburger_button_line1 {
	position: absolute;
	top: 0px;
	right: 0;
	width: 100%;
	height: 4px;
	background-color: #ffffff;
	transition: .3s;
	border-radius: 50px;
}

.hamburger_button_line2 {
	position: absolute;
	top: 10px;
	right: 0;
	width: 80%;
	height: 4px;
	background-color: #ffffff;
	transition: .3s;
	border-radius: 50px;
}

.hamburger_button_line3 {
	position: absolute;
	top: 20px;
	right: 0;
	width: 60%;
	height: 4px;
	background-color: #ffffff;
	transition: .3s;
	border-radius: 50px;
}

.hamburger_button_object1:hover .hamburger_button_line1,
.hamburger_button_object1:hover .hamburger_button_line2,
.hamburger_button_object1:hover .hamburger_button_line3 {
	background-color: #48217a;
}

.hamburger_button.menu_grobal_open_act1 .hamburger_button_line1 {
	top: 2px;
	background-color: #48217a;
	transform: translateY(8px) translateX(0px) rotate(45deg);
}

.hamburger_button.menu_grobal_open_act1 .hamburger_button_line2 {
	width: 0;
	background-color: #48217a;
	opacity: 0;
}

.hamburger_button.menu_grobal_open_act1 .hamburger_button_line3 {
	width: 100%;
	background-color: #48217a;
	transform: translateY(-10px) translateX(0px) rotate(-45deg);
}

.hamburger_button.scroll_act1 .hamburger_button_line1,
.hamburger_button.scroll_act1 .hamburger_button_line2,
.hamburger_button.scroll_act1 .hamburger_button_line3 {
	background-color: #cea42c;
}

.hamburger_button.act1 .hamburger_button_line1,
.hamburger_button.act1 .hamburger_button_line2,
.hamburger_button.act1 .hamburger_button_line3 {
	background-color: #cea42c;
}

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

.site_menu {
	position: relative;
  z-index: 10;
	width: 100%;
	height: 100%;
	padding: 0px 0px 0px 0px;
	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: 100%;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

.site_menu_inner1 ul li a {
	position: relative;
	z-index: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	font-family: 'Big Shoulders Display', cursive;
	font-size: 16px;
	font-weight: 700;
	text-align: center;
	text-indent: 1px;
	letter-spacing: 1px;
	padding: 0px 15px 0px 15px;
	transition: .3s;
	display: flex;
	flex-flow: column wrap;
	justify-content: center;
	align-items: center;
}

.site_menu_inner1 ul li a:hover {
	bottom: 0;
	color: #ffffff;
}

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

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

/***** menu_grobal *****/

.menu_grobal {
	position: fixed;
	z-index: 5;
	top: calc( 0px + 0px );
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
  height: calc( 100% - 0px );
	padding: 100px 80px 100px 80px;
	margin: 0px 0px 0px 0px;
	transition: .3s;
	opacity: 0;
	visibility: hidden;
	overflow: hidden;
	display: flex;
	flex-flow: column wrap;
	justify-content: center;
	align-items: center;
}

.menu_grobal.menu_grobal_open_act1 {
	right: 0px;
	opacity: 1;
	visibility: visible;
}

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

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

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

.menu_grobal_object1 ul li {
	position: relative;
	width: auto;
	height: auto;
	padding: 7px 0px 7px 0px;
	margin: 0px 0px 0px 0px;
}

.menu_grobal_object1 ul li a {
	width: 100%;
	height: 100%;
	font-size: 24px;
	font-weight: 700;
	text-align: center;
	text-indent: 1px;
	letter-spacing: 1px;
	transition: .3s;
	display: block;
}

.menu_grobal_object1 ul li a:hover {
	color: #cea42c;
}

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

.grid_wrap {
  width: 100%;
	height: auto;
	padding: 0px 0px 0px 0px;
	opacity: 0;
	transition: .3s;
	display: flex;
	flex-flow: column wrap;
	justify-content: center;
	align-items: flex-end;
}

.grid_wrap.page_active_act1 {
	opacity: 1;
}

.grid_wrap_inner1 {
	position: relative;
	z-index: 20;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
  width: 100%;
	height: auto;
  padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	background-color: #ffffff;
	transition: .3s;
	overflow: hidden;
}

.grid_wrap_scroll {
	width: 100%;
	height: auto;
	padding: 0px 0px 0px 0px;
	overflow-y: unset;
}

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

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

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

.grid_object1_inner2 {
	position: relative;
	z-index: 0;
	width: 100%;
	height: auto;
	max-width: 1600px;
	padding: 120px 100px 120px 100px;
	margin: 0px 0px 0px 0px;
}

.grid_object1_inner3 {
	width: 100%;
	height: auto;
	max-width: 100%;
	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 5px 0px;
}

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

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

.grid_title1_text2 p {
	color: #a2a2a2;
	font-size: 16px;
	font-weight: 300;
	text-align: left;
	text-indent: 0px;
	letter-spacing: 3px;
}

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

.grid_title1_image1 svg {
  width: 30px;
  height: auto;
	margin: 0px 0px 0px 0px;
	display: block;
}

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

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

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

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

.grid_title2_text2 p {
	color: #a2a2a2;
	font-size: 16px;
	font-weight: 300;
	text-align: center;
	text-indent: 3px;
	letter-spacing: 3px;
}

.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 10px 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_text1 {
	width: auto;
	height: auto;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 5px 0px;
	display: none;
}

.grid_logo1_title1_text1 p {
	width: 100%;
	color: #000000;
	font-family: 'Big Shoulders Display', cursive;
	font-size: 26px;
	font-weight: 700;
	text-align: center;
	text-indent: 2px;
	letter-spacing: 2px;
	transition: .3s;
}

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

.grid_logo1_title1_text2 p {
	width: 100%;
	color: #aeaeae;
	font-family: 'Big Shoulders Display', cursive;
	font-size: 18px;
	font-weight: 700;
	text-align: center;
	text-indent: 1px;
	letter-spacing: 1px;
	transition: .3s;
}

.grid_menu1 {
	position: relative;
	width: 100%;
	height: 35px;
	margin: 0px 0px 20px 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: 1200px;
	margin: 0px 0px 0px 0px;
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	align-items: center;
}

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

.grid_menu1_layer1 ul li a {
	position: relative;
	width: auto;
	height: auto;
	color: #000000;
	font-family: 'Big Shoulders Display', cursive;
	font-size: 16px;
	font-weight: 700;
	text-align: right;
	text-indent: 1px;
	letter-spacing: 1px;
	padding: 0px 0px 0px 0px;
	transition: .3s;
	display: block;
}

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

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

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

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

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

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

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

.grid_bredclamb1_set1 p {
	font-family: 'Big Shoulders Display', cursive;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  text-indent: 1px;
  letter-spacing: 1px;
	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;
}

/***** grid_list1 *****/

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

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

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

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

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

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

.grid_list1_title1_text2 p {
	color: #a2a2a2;
  font-size: 12px;
  font-weight: 300;
  text-align: left;
	text-indent: 0px;
	letter-spacing: 2px;
  margin: 0px 0px 0px 0px;
}

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

/***** grid_list1_slide1 *****/

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

.grid_list1_slide1 .swiper-wrapper {
	width: 100%;
	max-width: 550px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

.grid_list1_slide1 .swiper-wrapper .swiper-slide {
	width: 100%;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

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

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

.grid_list1_slide1_pagination1 .swiper-pagination-bullet {
	width: 7px;
	height: 7px;
	margin: 3px 3px 3px 3px;
	background: #ffffff !important;
}

.grid_list1_slide1_pagination1 .swiper-pagination-bullet-active {
  background: #cea42c !important;
}

/***** grid_list1_slide2 *****/

.grid_list1_slide2 {
	position: relative;
	z-index: 0;
	width: 100%;
	overflow: unset;
	display: flex;
	flex-flow: column wrap;
	justify-content: center;
	align-items: center;
}

.grid_list1_slide2 .swiper-wrapper {
	width: 100%;
	max-width: 500px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

.grid_list1_slide2 .swiper-wrapper .swiper-slide {
	width: 100%;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

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

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

.grid_list1_slide2_pagination1 .swiper-pagination-bullet {
	width: 7px;
	height: 7px;
	margin: 3px 3px 3px 3px;
  background: #ffffff !important;
}

.grid_list1_slide2_pagination1 .swiper-pagination-bullet-active {
  background: #cea42c !important;
}

/***** grid_list1_slide3 *****/

.grid_list1_slide3 {
	position: relative;
	z-index: 0;
	width: 100%;
	overflow: unset;
	display: flex;
	flex-flow: column wrap;
	justify-content: center;
	align-items: center;
}

.grid_list1_slide3 .swiper-wrapper {
	width: 100%;
	max-width: 200px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

.grid_list1_slide3 .swiper-wrapper .swiper-slide {
	width: 100%;
	height: auto;
}

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

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

.grid_list1_slide3_pagination1 .swiper-pagination-bullet {
	width: 7px;
	height: 7px;
	margin: 3px 3px 3px 3px;
	background: #ffffff !important;
}

.grid_list1_slide3_pagination1 .swiper-pagination-bullet-active {
  background: #cea42c !important;
}

/***** grid_list1_slide4 *****/

.grid_list1_slide4 {
	position: relative;
	z-index: 0;
	width: 100%;
	overflow: unset;
	display: flex;
	flex-flow: column wrap;
	justify-content: center;
	align-items: center;
}

.grid_list1_slide4 .swiper-wrapper {
	width: 100%;
	max-width: 500px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

.grid_list1_slide4 .swiper-wrapper .swiper-slide {
	width: 100%;
	height: auto;
}

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

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

.grid_list1_slide4_pagination1 .swiper-pagination-bullet {
	width: 7px;
	height: 7px;
	margin: 3px 3px 3px 3px;
	background: #ffffff !important;
}

.grid_list1_slide4_pagination1 .swiper-pagination-bullet-active {
  background: #cea42c !important;
}

/***** grid_list1_movie1 *****/

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

.grid_list1_movie1_object1_data1 {
	position: relative;
	overflow: hidden;
	height: 0;
	padding-top: 0px;
	padding-bottom: 56.25%;
	margin: 0px 0px 0px 0px;
	background-color: #000000;
	border: 1px solid #3e3e3e;
	border-radius: 7px 7px 7px 7px;
	transition: .3s;
	overflow: hidden;
	cursor: pointer;
}

.grid_list1_movie1_object1_data1:hover {
	border: 1px solid #cea42c;
}

.grid_list1_movie1_object1_data1_button1 {
	position: absolute;
	z-index: 10;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.2);
	cursor: pointer;
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	align-items: center;
}

.grid_list1_movie1_object1_data1_button1.act1 {
	display: none;
}

.grid_list1_movie1_object1_data1_button1 svg {
	width: 100px;
	height: 100px;
	margin: 0px 0px 0px 0px;
	display: block;
}

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

.grid_list1_movie1_object1_data1:hover .grid_list1_movie1_object1_data1_button1 svg path,
.grid_list1_movie1_object1_data1:hover .grid_list1_movie1_object1_data1_button1 svg polygon {
	fill: #cea42c;
}

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

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

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

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

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

.visual_object1::before {
	content: "";
	position: absolute;
	z-index: -100;
	top: 0;
	bottom: 0;
	left: 0;
	width: 50%;
	height: auto;
	display: flex;
	flex-flow: row-reverse wrap;
	justify-content: flex-start;
	align-items: stretch;
}

.visual_object1::after {
	content: "";
	position: absolute;
	z-index: -100;
	top: 0;
	bottom: 0;
	right: 0;
	width: 50%;
	height: auto;
	background-color: #cea42c;
	display: flex;
	flex-flow: row-reverse wrap;
	justify-content: flex-start;
	align-items: stretch;
}

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

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

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

.visual_object1_image1_set2 {
	width: 100%;
	height: auto;
	margin: 0px 0px 0px 0px;
	overflow: hidden;
	display: none;
	justify-content: center;
	align-items: center;
}

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

.visual_object1_image1_set3 {
	width: 100%;
	height: auto;
	margin: 0px 0px 0px 0px;
	overflow: hidden;
	display: none;
	justify-content: center;
	align-items: center;
}

.visual_object1_info1 {
	position: relative;
	z-index: 30;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	text-shadow: 0px 0px 7px #4d4d4d;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	display: flex;
	flex-flow: column wrap;
	justify-content: center;
	align-items: center;
}

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

.visual_object1_info1_image1 svg {
	fill: #ffffff;
	width: 100%;
	height: auto;
	max-width: 850px;
	margin: 0px 0px 0px 0px;
	display: block;
}

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

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

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

.visual_object1_info1_name1_image1 a svg {
	width: 100%;
	height: auto;
	max-width: 130px;
	display: block;
}

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

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

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

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

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

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

.visual_object1_info1_caption1_text1 p {
	font-size: 18px;
	font-weight: 500;
	text-align: center;
	text-indent: 2px;
	letter-spacing: 2px;
}

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

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

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

.visual_object1_info1_price1 p {
	font-size: 14px;
	font-weight: 300;
	text-align: center;
	text-indent: 2px;
	letter-spacing: 2px;
	line-height: 28px;
}

.visual_object1_info1_price1 p span {
	color: #ffb018;
	font-size: 30px;
	font-weight: 700;
	text-indent: 1px;
	letter-spacing: 1px;
	padding: 0px 5px 0px 5px;
}

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

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

.topics_object1 {
	width: 25%;
	height: auto;
	padding: 20px 20px 20px 20px;
	margin: 0px 0px 0px 0px;
}

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

.topics_object1_image1 {
	width: 100%;
	height: auto;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 20px 0px;
	border: 1px solid #e8e8e8;
	border-radius: 7px 7px 7px 7px;
	overflow: hidden;
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	align-items: center;
}

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

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

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

.topics_object1_info1_title1 {
	width: 100%;
	padding: 0px 0px 0px 15px;
	margin: 0px 0px 20px 0px;
	border-left: 5px solid #cea42c;
}

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

.topics_object1_info1_title1_text1 p {
	color: #737373;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 12px;
	font-weight: 300;
	text-align: left;
	text-indent: 0px;
	letter-spacing: 1px;
}

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

.topics_object1_info1_title1_text2 p {
	font-family: 'Big Shoulders Display', cursive;
	font-size: 18px;
	font-weight: 700;
	text-transform: uppercase;
	text-align: left;
	text-indent: 0px;
	letter-spacing: 1px;
}

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

.topics_object1_info1_text1 p {
	font-size: 12px;
	font-weight: 300;
	text-align: left;
	text-indent: 0px;
	letter-spacing: 1px;
	line-height: 20px;
}

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

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

.introduction_image1 {
	position: relative;
	z-index: -10;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	margin: 0px 0px 0px 0px;
	background-color: #000000;
	border: 0px solid #e8e8e8;
	border-radius: 0px 0px 0px 0px;
	opacity: 1;
	overflow: unset;
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	align-items: center;
}

.introduction_image1::before {
	content: "";
	position: absolute;
	z-index: 10;
	top: unset;
	bottom: unset;
	left: unset;
	right: unset;
	border: 3px solid rgba(206, 164, 44, 0.5);
	border-radius: 100%;
	animation: circle_1 3s 0.0s ease forwards infinite;
}

@keyframes circle_1 {
	0% {
		width: 300px;
		height: 300px;
		opacity: 0;
	}
	20% {
		opacity: 1;
	}
	80% {
		width: 1000px;
		height: 1000px;
		opacity: 0;
	}
	100% {
		opacity: 0;
	}
}

.introduction_image1::after {
	content: "";
	position: absolute;
	z-index: 10;
	top: unset;
	bottom: unset;
	left: unset;
	right: unset;
	border: 1px solid rgba(206, 164, 44, 0.5);
	border-radius: 100%;
	animation: circle_2 3s 0.0s ease forwards infinite;
}

@keyframes circle_2 {
	0% {
		width: 200px;
		height: 200px;
		opacity: 0;
	}
	20% {
		opacity: 0;
	}
	60% {
		opacity: 1;
	}
	100% {
		width: 800px;
		height: 800px;
		opacity: 0;
	}
}

.introduction_image1 img {
	width: 100%;
	height: auto;
	max-width: 800px;
	margin: 0px 0px 0px 0px;
	transform: scale(1.000);
}

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

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

.introduction_info1 {
	position: relative;
	z-index: 0;
	width: 100%;
	height: auto;
	max-width: 1150px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	background-color: rgba(0,0,0,0.0);
	border-bottom: 0px solid #e8e8e8;
	display: flex;
	flex-flow: column wrap;
	justify-content: center;
	align-items: center;
}

.introduction_info1::before {
	content: "";
	position: absolute;
	z-index: -10;
	top: unset;
	bottom: 100%;
	left: 0;
	right: 0;
	width: 100%;
	height: 150px;
	background: linear-gradient( rgba(0,0,0,0) 30%, rgba(0,0,0,0.7) 70% );
	display: none;
}

.introduction_info1::after {
	content: "";
	position: absolute;
	z-index: -10;
	top: 100%;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 200px;
	background: linear-gradient( rgba(0,0,0,0.7) 70%, rgba(0,0,0,0) 30% );
	display: none;
}

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

.introduction_info1_title1 p {
	width: 100%;
	color: #cea42c;
	font-size: 30px;
	font-weight: 500;
	text-align: center;
	text-indent: 3px;
	letter-spacing: 3px;
	line-height: 60px;
}

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

.introduction_info1_text1 p {
  width: 100%;
	font-size: 16px;
	font-weight: 300;
	text-align: left;
	text-indent: 0px;
	letter-spacing: 1px;
	line-height: 30px;
	padding: 12px 0px 12px 0px;
}

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

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

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

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

.feature_object1:first-child {
  margin-top: 0px;
}

.feature_object1:last-child {
  margin-bottom: 0px;
}

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

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

.feature_object1_title1_text1 p {
  font-size: 28px;
	font-weight: 700;
	text-align: center;
	text-indent: 1px;
	letter-spacing: 1px;
}

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

.feature_object1_title1_text2 p {
  font-size: 14px;
	font-weight: 300;
	text-align: center;
	text-indent: 1px;
	letter-spacing: 1px;
}

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

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

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

.feature_object1_set1_image1,
.feature_object1_set2_image1 {
	width: 50%;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	border: 1px solid #3e3e3e;
}

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

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

.feature_object1_set1_info1_title1,
.feature_object1_set2_info1_title1 {
	width: 100%;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 20px 0px;
}

.feature_object1_set1_info1_title1 p,
.feature_object1_set2_info1_title1 p {
  font-size: 18px;
	font-weight: 500;
	text-align: left;
	text-indent: 0px;
	letter-spacing: 2px;
}

.feature_object1_set1_info1_text1,
.feature_object1_set2_info1_text1 {
	width: 100%;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

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

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

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

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

.gallery_object1_image1 {
	width: 100%;
	margin: 0px 0px 0px 0px;
	border: 0px solid #3e3e3e;
	border-radius: 0px;
	overflow: hidden;
}

.gallery_object1_image1 img {
	width: 100%;
}

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

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

.movie_set1 {
	width: 100%;
	max-width: 1500px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	border-radius: 0px 0px 0px 0px;
	overflow: hidden;
}

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

.movie_set1_data1,
.movie_set2_data1 {
	position: relative;
	overflow: hidden;
	height: 0;
	padding-top: 0px;
	padding-bottom: 56.25%;
	margin: 0px 0px 0px 0px;
	background-color: #000000;
	border: 0px solid #cea42c;
	transition: .3s;
	cursor: pointer;
}

.movie_set1_data1:hover,
.movie_set2_data1:hover {
	border: 0px solid #cea42c;
}

.movie_set1_data1_button1,
.movie_set2_data1_button1 {
	position: absolute;
	z-index: 10;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.2);
	cursor: pointer;
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	align-items: center;
}

.movie_set1_data1_button1.act1,
.movie_set2_data1_button1.act1 {
	display: none;
}

.movie_set1_data1_button1 svg,
.movie_set2_data1_button1 svg {
	width: 150px;
	height: 150px;
	margin: 0px 0px 0px 0px;
	display: block;
}

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

.movie_set1_data1:hover .movie_set1_data1_button1 svg path,
.movie_set1_data1:hover .movie_set1_data1_button1 svg polygon,
.movie_set2_data1:hover .movie_set2_data1_button1 svg path,
.movie_set2_data1:hover .movie_set2_data1_button1 svg polygon {
	fill: #cea42c;
}

.movie_set1_data1 img {
  width: 100%;
}

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

/***** download *****/

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

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

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

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

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

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

.download_object1_image2_set1 a {
	width: auto;
	height: 70px;
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	align-items: center;
}

.download_object1_image2_set1 a img {
  width: auto;
	height: 70px;
  margin: 0px 0px 0px 0px;
	display: block;
}

.download_object1_info1 {
  width: 100%;
	max-width: 800px;
  margin: 0px 0px 30px 0px;
}

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

.download_object1_info1_title1::after {
	content: "";
	position: absolute;
	z-index: -10;
	bottom: 0;
	left: 48%;
	right: 48%;
	width: 100%;
	height: 3px;
	max-width: 4%;
	margin: 0px 0px 0px 0px;
	background-color: #555555;
}

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

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

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

.download_object1_info1_title1_text2 p {
  font-size: 28px;
	font-weight: 700;
	text-align: center;
	text-indent: 1px;
	letter-spacing: 1px;
}

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

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

/***** qanda *****/

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

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

.qanda_object1_number1 {
	width: 70px;
	padding: 10px 10px 10px 10px;
	margin: 0px 0px 0px 0px;
	background-color: #242424;
	display: flex;
	flex-flow: column wrap;
	justify-content: center;
	align-items: center;
}

.qanda_object1_number1 p {
	width: 100%;
	font-size: 20px;
	font-weight: 700;
	text-align: center;
	text-indent: 1px;
	letter-spacing: 1px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

.qanda_object1_info1 {
	width: calc(100% - 70px);
	padding: 0px 0px 0px 25px;
	margin: 0px 0px 0px 0px;
	display: flex;
	flex-flow: column wrap;
	justify-content: flex-start;
	align-items: center;
}

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

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

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

.qanda_object1_info1_question1_text1 p:nth-child(1) {
	width: 50px;
	display: flex;
	flex-flow: column wrap;
	justify-content: center;
	align-items: center;
}

.qanda_object1_info1_question1_text1 p:nth-child(2) {
	width: calc(100% - 50px);
}

.qanda_object1_info1_answer1 {
	width: 100%;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	border-left: 0px solid #3e3e3e;
}

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

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

.qanda_object1_info1_answer1_text1 p:nth-child(1) {
	width: 50px;
	display: flex;
	flex-flow: column wrap;
	justify-content: center;
	align-items: center;
}

.qanda_object1_info1_answer1_text1 p:nth-child(2) {
	width: calc(100% - 50px);
}


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

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

.qanda_link1_title1 p {
	width: auto;
	font-size: 16px;
	font-weight: 300;
	text-align: left;
	text-indent: 0px;
	letter-spacing: 1px;
	line-height: 22px;
	padding: 0px 0px 10px 0px;
	border-bottom: 1px solid #cea42c;
	display: inline-block;
}

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

.qanda_link1_object1 {
	width: 33.33%;
	height: auto;
	padding: 15px 15px 15px 15px;
	margin: 0px 0px 0px 0px;
	display: flex;
	flex-flow: column wrap;
	justify-content: flex-start;
	align-items: stretch;
}

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

.qanda_link1_object1_image1 {
	width: 100%;
	height: auto;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 10px 0px;
	border: 1px solid #3e3e3e;
	border-radius: 7px;
	overflow: hidden;
}

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

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

.qanda_link1_object1_title1 p {
	width: 100%;
	font-size: 14px;
	font-weight: 300;
	text-align: left;
	text-indent: 0px;
	letter-spacing: 1px;
	line-height: 22px;
}

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

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

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

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

.recommend_object1_image1 {
	width: 100%;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 10px 0px;
	border: 1px solid #3e3e3e;
	border-radius: 7px 7px 7px 7px;
	overflow: hidden;
}

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

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

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

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

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

.footer {
	width: 100%;
	padding: 80px 0px 80px 0px;
	opacity: 1;
	transition: .3s;
}

.footer.page_active_act1 {
	opacity: 1;
}

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

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

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

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

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

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

.footer_object1_title1_text1 p {
	width: auto;
	height: auto;
	color: #000000;
	font-family: 'Big Shoulders Display', cursive;
	font-size: 24px;
	font-weight: 700;
	text-align: center;
	text-indent: 1px;
	letter-spacing: 1px;
	line-height: 36px;
	margin: 0px 0px 0px 0px;
	transition: .3s;
	display: block;
}

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

.footer_object1_title1_text2 p {
	width: auto;
	height: auto;
	color: #aeaeae;
	font-family: 'Big Shoulders Display', cursive;
	font-size: 20px;
	font-weight: 700;
	text-align: center;
	text-indent: 1px;
	letter-spacing: 1px;
	line-height: 36px;
	margin: 0px 0px 0px 0px;
	transition: .3s;
	display: block;
}

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

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

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

.footer_object1_menu1 ul li a {
	position: relative;
	width: auto;
	height: auto;
	font-family: 'Big Shoulders Display', cursive;
	font-size: 16px;
	font-weight: 700;
	text-align: center;
	text-indent: 1px;
	letter-spacing: 1px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	transition: .3s;
	display: block;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media ( max-width: 1800px ) {

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

.site_menu_inner1 ul {
  width: 950px;
}

}

@media ( max-width: 1400px ) {

.header_set1 {
	width: auto;
}

.header_set2 {
	max-width: 400px;
	display: none;
}

.header_set3 {
  width: auto;
}

.hamburger_button {
	width: auto;
}

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

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

.menu_close p {
	color: #ffffff;
}

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

.topics_object1 {
  width: 33.33%;
  padding: 10px 10px 10px 10px;
}

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

.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: 33.33%;
  padding: 10px 10px 10px 10px;
}

.ranking_list1_object1 {
  width: 20%;
}

.discover_object2 {
  width: 50%;
}

.sales_object1 {
  width: 50%;
}

.archive_object1 {
  width: 100%;
}

.grid_list1_movie1_object1 {
  width: 100%;
}

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

.strength_object1 {
  width: 100%;
}

.strength_object1_image1,
.strength_object2_image1 {
  width: 100%;
  margin: 0px 0px 40px 0px;
}

.strength_object1_info1,
.strength_object2_info1 {
  width: 100%;
  padding: 0px 0px 0px 0px;
}

}

@media ( max-width: 1024px ) {

.site_menu_inner1 ul {
  width: 850px;
}

.menu_grobal {
  right: 0;
  width: 100%;
}

.menu_grobal.menu_grobal_open_act1 {
  right: 0;
  opacity: 1;
}

.search_category_object2_set1_list1 ul li {
  width: 50%;
}

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

.visual_object1_image1_set1 {
	display: none;
}

.visual_object1_image1_set2 {
	display: flex;
}

.visual_object1_image1_set2 img {
  max-width: 270px;
}

.visual_slide1_object1_info1 {
  top: unset;
  bottom: 0;
  left: 0;
	right: 0;
  width: 100%;
  padding: 30px 30px 30px 30px;
}

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

.visual_slide1_object1_info1_image1 svg {
  width: 180px;
}

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

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

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

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

.feature_object1_set1_image1,
.feature_object1_set2_image1 {
  width: 100%;
  margin: 0px 0px 25px 0px;
}

.feature_object1_set1_info1,
.feature_object1_set2_info1 {
  width: 100%;
  padding: 0px 0px 0px 0px;
}

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

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

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

.qanda_link1_object1 {
	width: 50%;
}

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

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

}

@media ( max-width: 767px ) {

.color_switch_btn_target.color_switch_btn_target_active {
  padding: 4px 4px 4px 4px;
}

.header_set1 {
  top: 30px;
  left: 30px;
}

.header_set2 {
	display: none;
}

.header_set3 {
  top: 30px;
  right: 30px;
}

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

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

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

.store_logo {
  width: 100px;
}

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

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

.site_menu_inner1 ul {
  width: 800px;
}

.menu_grobal {
  top: calc( 0px + 0px );
  right: 0;
  width: 100%;
	height: calc( 100% - 0px );
  padding: 100px 30px 100px 30px;
}

.menu_grobal.menu_grobal_open_act1 {
  right: 0;
}

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

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

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

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

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

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

.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 15px 0px;
}

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

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

.grid_menu1_layer1 ul {
  width: 1200px;
}

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

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

.grid_bredclamb1_set1 a,
.grid_bredclamb1_set1 p,
.grid_bredclamb1_set1 p span {
  font-size: 12px;
  text-indent: 0px;
  letter-spacing: 0px;
}

.grid_list1 {
  padding: 30px 0px 30px 0px;
  margin: 0px 0px 0px 0px;
}

.grid_list1_slide3 .swiper-wrapper {
  max-width: 170px;
}

.grid_list1_movie1_object1 {
  width: 100%;
  padding: 5px 5px 5px 5px;
}

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

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

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

.visual_object1_image1_set1 {
	display: none;
}

.visual_object1_image1_set2 {
	display: flex;
}

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

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

.introduction_image2 {
  top: -130px;
}

.introduction_image2 img {
  max-width: 250px;
}

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

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

.introduction_info1_title1 p {
	font-size: 20px;
	text-align: center;
	text-indent: 1px;
	letter-spacing: 1px;
	line-height: 35px;
}

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

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

.feature_object1_set1_info1_title1,
.feature_object1_set2_info1_title1 {
  margin: 0px 0px 10px 0px;
}

.feature_object1_set1_info1_title1 p,
.feature_object1_set2_info1_title1 p {
  font-size: 16px;
  letter-spacing: 2px;
}

.feature_object1_set1_info1_text1 p,
.feature_object1_set2_info1_text1 p {
  font-size: 12px;
  line-height: 22px;
}

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

.movie_set1_data1_button1 svg,
.movie_set2_data1_button1 svg {
	width: 80px;
	height: 80px;
}

.download_object1_image1 img {
  max-width: 150px;
}

.download_object1_info1_title1::after {
  left: 45%;
  right: 45%;
  max-width: 10%;
}

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

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

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

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

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

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

.qanda_link1_title1 p {
  font-size: 16px;
  letter-spacing: 1px;
  line-height: 22px;
}

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

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

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

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

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

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

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

.footer_object1_text1 {
  flex-flow: column wrap;
}

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

.footer_object1_text1 a svg {
  max-width: 130px;
}

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

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

.footer_object2_set1_img1 {
  justify-content: center;
}

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

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

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

}
