@charset "utf-8";

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

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

html {
	overflow-y: hidden;
}

html.page_active_act1 {
	overflow-y: scroll;
}

html.menu_open_act1 {
	overflow-y: hidden;
}

body {
	color: #020202;
	background-color: #fff;
	overflow: hidden;
}

body.act2 {
	overflow: hidden;
}

p {
	font-family: 'Noto Sans CJK JP', 'Noto Sans JP', sans-serif;
}

.wf-active p {
	visibility: visible;
}

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


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

.d1 {
	display: none;
}

.d2 {
	display: block;
}


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

.white {
	color: #fff;
}


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

.bg_1 {
	background-color: #fff;
}

.bg_2 {
	background-color: #f9f9f9;
}

.bg3 {
	background-color: #e3e3e3;
}



/***** 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-size: 24px;
	font-weight: 700;
	margin: 0px 0px 0px 0px;
}

.pagination_set1 .swiper-pagination-center {
	width: auto;
	height: 30px;
  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-size: 24px;
	font-weight: 700;
	margin: 0px 0px 0px 0px;
}

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

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

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

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

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

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

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

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

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

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

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

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

.brand_logo_img1 a svg {
	width: auto;
	height: auto;
	max-height: 50px;
	transition: .5s;
}

.brand_logo_title1 {
	width: auto;
	height: auto;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	display: none;
}

.brand_logo_title1 p {
	width: 100%;
	font-family: 'Big Shoulders Display', cursive;
	font-size: 12px;
	font-weight: 700;
	text-align: center;
	text-indent: 3px;
	letter-spacing: 3px;
	line-height: 26px;
	transition: .5s;
}

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

.store_logo {
	position: fixed;
	z-index: 20;
	top: 60px;
	right: 80px;
	width: auto;
	height: 50px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	transition: .5s;
	display: block;
}

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

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

/***** navigation_btn *****/

.navigation_btn {
	position: fixed;
	z-index: 30;
	top: 60px;
	right: 80px;
	width: 100px;
	height: 40px;
	transition: .5s;
	cursor: pointer;
	display: none;
	justify-content: center;
	align-items: center;
}

.navigation_btn_inner1 {
	position: relative;
	width: 100px;
	height: 40px;
	margin: 0px 0px 0px 0px;
	background-color: #ff6977;
	border-radius: 100px;
	transition: .5s;
	overflow: hidden;
}

.navigation_btn_inner1:hover {
  background-color: #ff7f8b;
}

.navigation_btn_menu1 {
	position: absolute;
	z-index: 10;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100px;
	height: 40px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	transition: .5s;
	display: flex;
	justify-content: center;
	align-items: center;
}

.navigation_btn_inner1.act1 .navigation_btn_menu1,
.navigation_btn_inner1.act2 .navigation_btn_menu1 {
	top: -100%;
	bottom: 100%;
}

.navigation_btn_menu1 p {
	width: auto;
	height: auto;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  text-align: center;
  text-indent: 2px;
  letter-spacing: 2px;
	margin: 0px 0px 0px 0px;
}

.navigation_btn_close1 {
	position: absolute;
	z-index: 20;
	top: 100%;
	bottom: -100%;
	left: 0;
	right: 0;
	width: 100px;
	height: 40px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	transition: .5s;
	display: flex;
	justify-content: center;
	align-items: center;
}

.navigation_btn_inner1.act1 .navigation_btn_close1 {
	top: 0;
	bottom: 0;
}

.navigation_btn_close1 p {
	width: auto;
	height: auto;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  text-align: center;
  text-indent: 2px;
  letter-spacing: 2px;
	margin: 0px 0px 0px 0px;
}

.navigation_btn_back1 {
	position: absolute;
	z-index: 30;
	top: 100%;
	bottom: -100%;
	left: 0;
	right: 0;
	width: 100px;
	height: 40px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	transition: .5s;
	display: flex;
	justify-content: center;
	align-items: center;
}

.navigation_btn_inner1.act2 .navigation_btn_back1 {
	top: 0;
	bottom: 0;
}

.navigation_btn_back1 p {
	width: auto;
	height: auto;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  text-align: center;
  text-indent: 2px;
  letter-spacing: 2px;
	margin: 0px 0px 0px 0px;
}

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

.menu {
	position: fixed;
	z-index: 20;
	top: unset;
	bottom: 0px;
	left: 0;
	right: 0;
	width: 100%;
	height: 60px;
	padding: 0px 0px 0px 0px;
	background-color: #fff;
	border-radius: 0px;
	box-shadow: 0px 0px 5px 1px rgba(255, 189, 189, 0.0);
	border-top: 1px solid #ffaab3;
	transition: .5s;
	opacity: 0;
	overflow: unset;
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	align-items: center;
}

.menu.page_active_act1 {
  bottom: 0px;
	box-shadow: 0px 0px 5px 1px rgba(255, 189, 189, 0.0);
	opacity: 1;
}

.menu_inner1 {
	position: relative;
	right: 0px;
	width: auto;
	height: 100%;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

.menu_logo1 {
	width: 100%;
	height: auto;
	padding: 30px 0px 30px 0px;
	margin: 0px 0px 0px 0px;
	background-color: #ffb1b8;
	transition: .5s;
	display: none;
}

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

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

.menu_inner1 ul {
	width: 1300px;
	height: 100%;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	background-color: #fff;
	transition: .5s;
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	align-items: center;
}

.menu_inner1 ul li {
	position: relative;
	width: auto;
	height: 100%;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	overflow: hidden;
}

.menu_inner1 ul li a {
	position: relative;
	width: 100%;
	height: 100%;
	color: #ff6977;
	font-size: 12px;
	font-weight: 700;
	text-align: center;
	text-indent: 0px;
	letter-spacing: 3px;
	padding: 10px 20px 10px 20px;
	margin: 0px 0px 0px 0px;
	background-color: #fff;
	transition: .3s;
	overflow: hidden;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.menu_inner1 ul li a:hover {
	color: #fff;
	background-color: #ff6977;
}

.menu_inner1 ul li a::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 0px;
	background-color: #fff;
	transition: .3s;
	display: none;
}

.menu_inner1 ul li a:hover::after {
	height: 3px;
}

.menu_inner1 ul li a p {
	width: 100%;
	height: auto;
	margin: 0px 0px 0px 0px;
}

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

.grid_wrap {
	position: relative;
	z-index: 10;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
  width: 100%;
	height: auto;
	margin: 0px 0px 60px 0px;
	transition: .3s;
	opacity: 0;
	display: flex;
	flex-flow: column wrap;
	justify-content: center;
	align-items: center;
}

.grid_wrap.page_active_act1 {
	opacity: 1;
}

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

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

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

.grid_title1_txt1 p {
	width: 100%;
	color: #ff6977;
	font-size: 30px;
	font-weight: 900;
	text-align: center;
	text-indent: 10px;
	letter-spacing: 10px;
	margin: 0px 0px 0px 0px;
}

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

.grid_title1_txt2 p {
	width: 100%;
	color: #bfbfbf;
	font-size: 18px;
	font-weight: 700;
	text-align: center;
	text-indent: 5px;
	letter-spacing: 5px;
	margin: 0px 0px 0px 0px;
}

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

.visual {
	width: 100%;
	height: auto;
  padding: 0px 0px 0px 0px;
	transition: .5s;
	opacity: 1;
	overflow: hidden;
}

.visual.act1 {
	opacity: 0;
}

.visual_inner1 {
	position: relative;
	width: 100%;
	height: auto;
	background-color: #f5f5f5;
}

.visual_logo1 {
  position: absolute;
  z-index: 10;
  bottom: 20px;
  left: 0;
  width: auto;
  height: auto;
	display: flex;
	justify-content: center;
	align-items: center;
}

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

.visual_logo1_img2 {
	width: auto;
	margin: 0px 0px 0px 0px;
	display: none;
}

.visual_logo1_img1 svg,
.visual_logo1_img2 svg {
	width: 100%;
	height: auto;
	margin: 0px 0px 0px 0px;
	display: block;
}

.visual_img1 {
	width: 100%;
	height: auto;
}

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

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

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

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

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

.visual_info1 {
	position: absolute;
	top: unset;
	bottom: 100px;
	left: 80px;
	right: 80px;
	width: auto;
	height: auto;
	border: 0px solid rgba(255, 255, 255, 1);
	display: none;
	flex-flow: column wrap;
	justify-content: center;
	align-items: center;
}

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

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

.visual_info1_name1_txt1 p {
	color: #ff6977;
	font-size: 50px;
	font-weight: 900;
	text-align: right;
	text-indent: 0px;
	letter-spacing: 40px;
	line-height: 90px;
}

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

.visual_info1_name1_txt2 p {
	color: #ff6977;
	font-size: 20px;
	font-weight: 900;
	text-align: right;
	text-indent: 0px;
	letter-spacing: 10px;
	line-height: 100px;
}

.visual_info1_name1_highlight1 {
	color: #ff6977;
}

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

.introduction {
	width: 100%;
	padding: 150px 50px 0px 50px;
	background-color: #f9f9f9;
	display: flex;
	flex-flow: column wrap;
	justify-content: center;
	align-items: center;
}

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

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

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

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

.introduction_info1_title1_txt1 p {
	color: #ff8893;
  font-size: 40px;
  font-weight: 900;
  text-align: center;
  text-indent: 10px;
  letter-spacing: 10px;
	line-height: 80px;
}

.introduction_info1_title1_txt1_highlight1 {
	color: #ff6977;
}

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

.introduction_info1_txt1 p {
	color: #717171;
	font-size: 16px;
	font-weight: 500;
	text-align: left;
	text-indent: 0px;
	letter-spacing: 5px;
	line-height: 35px;
	padding: 12px 0px 12px 0px;
}

.introduction_info1_txt1_highlight1 {
	color: #ff6977;
	font-weight: 700;
}

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

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

/***** diagnosis *****/

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

.diagnosis_inner1 {
  width: 100%;
	max-width: 1280px;
	padding: 80px 120px 80px 120px;
  margin: 0px 0px 0px 0px;
	border: 3px solid #e8e8e8;
	border-radius: 30px;
}

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

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

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

.diagnosis_set1_title1_txt1 p {
	color: #ff6977;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  text-indent: 3px;
  letter-spacing: 3px;
}

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

.diagnosis_set1_title1_txt2 p {
	color: #ff6977;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  text-indent: 3px;
  letter-spacing: 3px;
}

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

.diagnosis_set1_img1 img {
  width: 100%;
	max-width: 500px;
	display: block;
}

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

.diagnosis_set1_img2 img {
  width: 100%;
	max-width: 600px;
	display: block;
}

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

.diagnosis_set1_btn1_inner1 {
	position: relative;
	width: 50%;
	height: auto;
	padding: 15px 15px 15px 15px;
  margin: 0px 0% 0px 0%;
	transition: .3s;
	cursor: pointer;
}

.diagnosis_set1_btn1_inner1:hover {
	padding: 15px 15px 15px 15px;
}

.diagnosis_set1_btn1_inner2 {
	position: relative;
	width: 50%;
	height: auto;
	padding: 15px 15px 15px 15px;
	margin: 10px 25% 10px 25%;
	transition: .3s;
	cursor: pointer;
}

.diagnosis_set1_btn1_inner2:hover {
	padding: 15px 15px 15px 15px;
}

.diagnosis_set1_btn1_target1 {
	position: relative;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	border-radius: 0px 0px 0px 0px;
	transition: .3s;
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
	align-items: center;
}

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

.diagnosis_set1_btn1_target1::before {
	content: "";
	position: absolute;
	z-index: 3;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 2px;
	background-color: #ffe3e5;
	transition: .3s;
}

.diagnosis_set1_btn1_target1:hover::before {
	height: 3px;
	background-color: #ff9ba5;
}

.diagnosis_set1_btn1_target1::after {
	content: "≫";
	position: absolute;
	z-index: 5;
	top: 0;
	bottom: 0;
	left: unset;
	right: 30px;
	width: auto;
	height: auto;
	color: #ff9ba5;
	font-size: 12px;
	font-weight: 900;
	text-align: center;
	text-indent: 0px;
	letter-spacing: 0px;
	transition: .3s;
	display: flex;
	justify-content: center;
	align-items: center;
}

.diagnosis_set1_btn1_target1:hover::after {
	color: #ff9ba5;
	right: 25px;
}

.diagnosis_set1_btn1_target1 p {
	color: #ff6977;
	font-size: 14px;
	font-weight: 700;
	text-align: left;
	text-indent: 0px;
	letter-spacing: 2px;
  line-height: 24px;
	padding: 15px 80px 15px 0px;
	margin: 0px 0px 0px 0px;
	transition: .3s;
}

.diagnosis_set1_btn1_target1:hover p {
	color: #ff6977;
}

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

.diagnosis_set1_btn2_inner1 {
	position: relative;
	width: auto;
	padding: 5px 10px 5px 10px;
	margin: 0px 0% 0px 0%;
	transition: .3s;
	cursor: pointer;
}

.diagnosis_set1_btn2_target1 {
	width: 100%;
	margin: 0px 0px 0px 0px;
	background-color: #ff6977;
	border-radius: 100px;
	transition: .3s;
	display: block;
}

.diagnosis_set1_btn2_target1:hover {
	background-color: #ff4153;
}

.diagnosis_set1_btn2_inner1 p {
	color: #fff;
	font-size: 12px;
	font-weight: 500;
	text-align: center;
	text-indent: 3px;
	letter-spacing: 3px;
	padding: 10px 35px 10px 35px;
	transition: .3s;
}

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

.diagnosis_set1_txt1 p {
	color: #7b7b7b;
	font-size: 14px;
	font-weight: 300;
	text-align: center;
	text-indent: 2px;
	letter-spacing: 2px;
	padding: 5px 0px 5px 0px;
}

.diagnosis_set1_txt1 p span {
	color: #ec6573;
	font-size: 16px;
	font-weight: 500;
	padding: 0px 0px 0px 10px;
}

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

.diagnosis_set1_txt2 p {
	color: #7b7b7b;
	font-size: 12px;
	font-weight: 300;
	text-align: center;
	text-indent: 1px;
	letter-spacing: 1px;
}

/***** select *****/

.select {
  width: 100%;
	max-width: 1400px;
}

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

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

.select_img1 img {
	width: 100%;
	max-width: 280px;
	margin: 0px 0px 0px 0px;
	border: 5px solid #ff6977;
	border-radius: 100%;
	overflow: hidden;
}

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

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

.select_info1_title1 p {
	width: auto;
	color: #ff6977;
  font-size: 18px;
  font-weight: 700;
  text-align: left;
  text-indent: 0px;
  letter-spacing: 2px;
	padding: 0px 0px 10px 0px;
	border-bottom: 2px solid #ff6977;
	display: inline-block;
}

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

.select_info1_txt1 p {
	width: 100%;
	color: #575757;
  font-size: 14px;
  font-weight: 300;
  text-align: left;
  text-indent: 0px;
  letter-spacing: 2px;
	line-height: 30px;
	padding: 5px 0px 5px 0px;
}

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

.select_info1_txt2 p {
	width: 100%;
	color: #575757;
  font-size: 12px;
  font-weight: 300;
  text-align: left;
  text-indent: 0px;
  letter-spacing: 2px;
	line-height: 24px;
}

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

.select_info1_list1_set1 {
	width: 100%;
}

.select_info1_list1_set1 {
	width: 100%;
	font-size: 14px;
	font-weight: 300;
	text-align: left;
	text-indent: 2px;
	letter-spacing: 2px;
	margin: 0px 0px 20px 0px;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	align-items: stretch;
}

.select_info1_list1_set1_l1 {
	width: 18%;
	margin: 0px 2% 0px 0px;
}

.select_info1_list1_set1_l1 p {
	width: 100%;
	height: 100%;
	color: #ff9696;
	font-size: 12px;
	font-weight: 300;
	padding: 10px 0px 10px 0px;
	border-bottom: 1px solid #ff9696;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.select_info1_list1_set1_c1_title1 {
	width: 38%;
	background-color: #ff8686;
	padding: 7px 35px 7px 35px;
	margin: 0px 0px 0px 2%;
	border-radius: 50px;
	display: flex;
	flex-flow: column wrap;
	justify-content: center;
	align-items: center;
}

.select_info1_list1_set1_c1_title1 p {
	color: #fff;
	font-size: 12px;
	font-weight: 500;
	text-align: center;
}

.select_info1_list1_set1_r1_title1 {
	width: 38%;
	background-color: #ff8686;
	padding: 7px 35px 7px 35px;
	margin: 0px 0px 0px 2%;
	border-radius: 50px;
	display: flex;
	flex-flow: column wrap;
	justify-content: center;
	align-items: center;
}

.select_info1_list1_set1_r1_title1 p {
	color: #fff;
	font-size: 12px;
	font-weight: 500;
	text-align: center;
}

.select_info1_list1_set1_c1 {
	width: 38%;
	padding: 10px 0px 10px 0px;
	margin: 0px 0px 0px 2%;
	border-bottom: 1px dotted #d0d0d0;
}

.select_info1_list1_set1_c1 p {
	font-size: 12px;
	font-weight: 300;
	text-align: left;
}

.select_info1_list1_set1_r1 {
	width: 38%;
	padding: 10px 0px 10px 0px;
	margin: 0px 0px 0px 2%;
	border-bottom: 1px dotted #d0d0d0;
}

.select_info1_list1_set1_r1 p {
	font-size: 12px;
	font-weight: 300;
	text-align: left;
}

.select_info1_list1_set1_c1 span, .select_info1_list1_set1_r1 span {
	width: auto;
	font-size: 12px;
	font-weight: 300;

	text-align: center;
	display: inline-block;
}

/***** order *****/

.order {
  width: 100%;
	max-width: 1400px;
}

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

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

.order_set1_img1 img {
  width: 100%;
  max-width: 280px;
	padding: 10px 10px 10px 10px;
  margin: 0px 0px 0px 0px;
  border: 5px solid #ff6977;
  border-radius: 100%;
  overflow: hidden;
}

.order_set1_info1 {
  width: 75%;
	padding: 0px 0px 0px 40px;
  margin: 0px 0px 0px 0px;
}

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

.order_set1_title1_txt1 {
	width: auto;
  margin: 0px 20px 0px 0px;
}

.order_set1_title1_txt1 p {
	width: 100%;
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	text-align: center;
	text-indent: 3px;
	letter-spacing: 3px;
	padding: 7px 30px 7px 30px;
	background-color: #ff6977;
	border-radius: 30px;
	display: inline-block;
}

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

.order_set1_title1_txt2 p {
	width: 100%;
	color: #ff6977;
	font-size: 16px;
	font-weight: 700;
	text-align: center;
	text-indent: 3px;
	letter-spacing: 3px;
	display: inline-block;
}

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

.order_set1_txt1 p {
  width: 100%;
  color: #575757;
  font-size: 14px;
  font-weight: 300;
  text-align: left;
  text-indent: 0px;
  letter-spacing: 2px;
  line-height: 30px;
  padding: 0px 0px 0px 0px;
}

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

.order_set1_txt2 p {
  width: 100%;
  color: #575757;
  font-size: 12px;
  font-weight: 300;
  text-align: left;
  text-indent: 0px;
  letter-spacing: 2px;
  line-height: 30px;
  padding: 0px 0px 0px 0px;
}

/***** warranty *****/

.warranty {
  width: 100%;
}

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

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

.warranty_set1_img1 a {
	width: auto;
	display: inline-block;
}

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

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

.warranty_set1_txt1 p {
	color: #ff6977;
	font-size: 18px;
	font-weight: 700;
	text-align: center;
	text-indent: 3px;
	letter-spacing: 3px;
	line-height: 30px;
	padding: 5px 0px 5px 0px;
}

.warranty_set1_txt1 p a {
  color: #f2c728;
	transition: .3s;
	cursor: pointer;
}

.warranty_set1_txt1 p a:hover {
  color: #ffa13d;
}

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

.warranty_set1_txt2 p {
	color: #575757;
  font-size: 12px;
  font-weight: 500;
  text-align: center;
  text-indent: 2px;
  letter-spacing: 2px;
	line-height: 22px;
	padding: 2px 0px 2px 0px;
}

/***** shipping *****/

.shipping {
  width: 100%;
	max-width: 1400px;
}

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

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

.shipping_set1_img1 img {
  width: 100%;
  max-width: 280px;
	padding: 10px 10px 10px 10px;
  margin: 0px 0px 0px 0px;
  border: 5px solid #ff6977;
  border-radius: 100%;
  overflow: hidden;
}

.shipping_set1_info1 {
  width: 75%;
	padding: 0px 0px 0px 40px;
  margin: 0px 0px 0px 0px;
}

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

.shipping_set1_title1_txt1 {
	width: auto;
  margin: 0px 20px 0px 0px;
}

.shipping_set1_title1_txt1 p {
	width: 100%;
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	text-align: center;
	text-indent: 3px;
	letter-spacing: 3px;
	padding: 7px 30px 7px 30px;
	background-color: #ff6977;
	border-radius: 30px;
	display: inline-block;
}

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

.shipping_set1_title1_txt2 p {
	width: 100%;
	color: #ff6977;
	font-size: 16px;
	font-weight: 700;
	text-align: center;
	text-indent: 3px;
	letter-spacing: 3px;
	display: inline-block;
}

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

.shipping_set1_txt1 p {
  width: 100%;
  color: #575757;
  font-size: 14px;
  font-weight: 300;
  text-align: left;
  text-indent: 0px;
  letter-spacing: 2px;
  line-height: 30px;
  padding: 0px 0px 0px 0px;
}

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

.shipping_set1_txt2 p {
  width: 100%;
  color: #575757;
  font-size: 12px;
  font-weight: 300;
  text-align: left;
  text-indent: 0px;
  letter-spacing: 2px;
  line-height: 30px;
  padding: 0px 0px 0px 0px;
}

/***** leaving *****/

.leaving {
  width: 100%;
	max-width: 1400px;
}

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

.leaving_title1 p {
  color: #ff6977;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  text-indent: 5px;
  letter-spacing: 5px;
  line-height: 40px;
}

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

.leaving_img1 img {
  width: 100%;
	max-width: 800px;
	display: block;
}

.leaving_inner1 {
  width: 100%;
}

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

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

.leaving_set1_title1_txt1 {
	width: auto;
  margin: 0px 20px 0px 0px;
}

.leaving_set1_title1_txt1 p {
	width: 100%;
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	text-align: center;
	text-indent: 3px;
	letter-spacing: 3px;
	padding: 7px 30px 7px 30px;
	background-color: #ff6977;
	border-radius: 30px;
	display: inline-block;
}

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

.leaving_set1_title1_txt2 p {
	width: 100%;
	color: #ff6977;
	font-size: 16px;
	font-weight: 700;
	text-align: center;
	text-indent: 3px;
	letter-spacing: 3px;
	display: inline-block;
}

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

.leaving_set1_txt1 p {
  width: 100%;
  color: #575757;
  font-size: 14px;
  font-weight: 300;
  text-align: left;
  text-indent: 2px;
  letter-spacing: 2px;
  line-height: 30px;
  padding: 0px 0px 0px 0px;
}

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

.leaving_set1_txt2 p {
  width: 100%;
  color: #575757;
  font-size: 12px;
  font-weight: 300;
  text-align: left;
  text-indent: 2px;
  letter-spacing: 2px;
  line-height: 24px;
  padding: 0px 0px 0px 0px;
}

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

.qanda {
  width: 100%;
	max-width: 1400px;
}

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

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

.qanda_set1_title1_txt1 {
  width: auto;
	padding: 0px 20px 0px 0px;
  margin: 0px 20px 0px 0px;
	border-right: 1px solid #ff6977;
}

.qanda_set1_title1_txt1 p {
	width: 100%;
	color: #575757;
	font-size: 16px;
  font-weight: 500;
  text-align: left;
  text-indent: 0px;
  letter-spacing: 2px;
	line-height: 20px;
}

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

.qanda_set1_title1_txt2 p {
	width: 100%;
	color: #ff6977;
	font-size: 16px;
  font-weight: 500;
  text-align: left;
  text-indent: 0px;
  letter-spacing: 2px;
	line-height: 26px;
}

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

.qanda_set1_txt1 p {
	width: 100%;
	color: #575757;
  font-size: 14px;
  font-weight: 300;
  text-align: left;
  text-indent: 0px;
  letter-spacing: 2px;
	line-height: 24px;
	padding: 5px 0px 5px 0px;
}

.qanda_set1_detail1 {
	width: 100%;
	padding: 20px 0px 0px 0px;
	margin: 30px 0px 0px 0px;
	border-top: 1px dotted #bfbfbf;
}

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

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

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

.qanda_set1_detail1_set1_title1 p {
	width: auto;
	color: #fff;
	font-size: 12px;
	font-weight: 700;
	text-align: left;
	text-indent: 0px;
	letter-spacing: 2px;
	padding: 5px 20px 5px 20px;
	background-color: #ff6977;
	border-radius: 100px;
	display: inline-block;
}

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

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

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

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

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

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

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

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

.recommend_object1_img1 {
  width: 100%;
	margin: 0px 0px 0px 0px;
	border: 1px solid #e8e8e8;
	border-radius: 10px 10px 10px 10px;
	overflow: hidden;
}

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

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

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

.store {
	width: 100%;
	max-width: 1400px;
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
	align-items: stretch;
}

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

.store_inner1 a {
	width: 100%;
	height: 100%;
	padding: 0px 0px 30px 0px;
	border-bottom: 1px solid #e8e8e8;
	transition: .5s;
	overflow: hidden;
	cursor: pointer;
	display: block;
}

.store_inner1 a:hover {
	border-bottom: 1px solid #ff6977;
}

.store_img1 {
	width: 100%;
	margin: 0px 0px 30px 0px;
	overflow: hidden;
	display: none;
}

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

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

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

.store_info1_name1 {
	width: 100%;
	color: #ff6977;
	font-size: 20px;
	font-weight: 700;
	text-align: left;
	text-indent: 0px;
	letter-spacing: 5px;
	padding: 0px 0px 10px 0px;
	margin: 0px 0px 15px 0px;
	border-bottom: 0px dotted #e8e8e8;
	transition: .5s;
}

.store_inner1 a:hover .store_info1_name1 {
	color: #ff6977;
}

.store_info1_list1 {
	width: 100%;
}

.store_info1_list1_inner1 {
	width: 100%;
	font-size: 12px;
	font-weight: 300;
	text-indent: 0px;
	letter-spacing: 3px;
	padding: 5px 0px 5px 0px;
	margin: 0px 0px 0px 0px;
	border-bottom: 0px solid #4d4d4d;
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
	align-items: center;
}

.store_info1_list1_inner1 p {
	padding: 2px 0px 2px 0px;
}

.store_info1_list1_l1 {
	width: 25%;
	color: #acacac;
	text-align: left;
	padding: 0px 0px 0px 0px;
}

.store_info1_list1_r1 {
	width: 75%;
	text-align: left;
	padding: 0px 0px 0px 25px;
	border-left: 1px solid #e8e8e8;
}

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

.banner {
  width: 100%;
  box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.07) inset;
  overflow: hidden;
}

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

.banner_set1 img {
	position: relative;
	z-index: -5;
  width: 100%;
	max-width: 1000px;
	margin: 0px 0px 0px 0px;
}

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

.footer {
	width: 100%;
	padding: 100px 100px 180px 100px;
}

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

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

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

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

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

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

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

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

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

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

@media ( max-width: 1200px ) {

.brand_logo {
  left: 60px;
}

.store_logo {
  right: 60px;
}

.navigation_btn {
  right: 60px;
}

.menu {
  height: 70px;
}

.menu_inner1 {
	padding: 0px 0px 10px 0px;
  overflow-x: scroll;
}

.menu_inner1 ul {
	border-bottom: 1px solid #e8e8e8;
}

.grid_wrap {
  margin: 0px 0px 70px 0px;
}

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

.visual {
  height: auto;
}

.visual_logo1_img1 {
	display: none;
}

.visual_logo1_img2 {
	display: block;
}

.visual_slide1 {
  height: auto;
}

.visual_inner1 {
	height: auto;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

.visual_img1 {
	display: none;
}

.visual_img2 {
	display: block;
}

.visual_info1 {
  position: unset;
}

.visual_info1_name1_txt1 p {
  text-align: left;
}

.visual_info1_name1_txt2 p {
  text-align: left;
}

.introduction {
  padding: 150px 80px 0px 80px;
}

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

.introduction_info1_title1 p {
	font-size: 35px;
	line-height: 70px;
}

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

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

.diagnosis_inner1 {
	max-width: 800px;
  padding: 70px 50px 70px 50px;
}

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

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

.diagnosis_set1_btn1_target1 p {
  font-size: 14px;
	padding: 12px 60px 12px 0px;
}

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

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

.select_info1_title1 {
  display: flex;
  justify-content: center;
  align-items: center;
}

.select_info1_title1 p {
	margin: 0px 0px 0px 0px;
}

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

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

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

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

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

.order_set1_title1 {
  justify-content: center;
}

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

.order_set1_txt1 p {
	text-align: center;
}

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

.order_set1_txt2 p {
	text-align: center;
  line-height: 24px;
}

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

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

.shipping_set1_title1 {
  justify-content: center;
}

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

.shipping_set1_txt1 p {
	text-align: center;
}

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

.shipping_set1_txt2 p {
	text-align: center;
  line-height: 24px;
}

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

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

.leaving_set1_txt2 p {
  line-height: 24px;
}

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

.recommend_object1 {
  width: 50%;
}

.store_inner1 {
  width: 50%;
}

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

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

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

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

}

@media ( max-width: 767px ) {

.brand_logo {
  top: 35px;
  left: 40px;
  right: unset;
  width: auto;
  height: auto;
}

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

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

.brand_logo_title1 {
  display: none;
}

.brand_logo_title1 p {
	font-size: 9px;
	text-indent: 2px;
	letter-spacing: 2px;
	line-height: 16px;
}

.store_logo {
	top: 35px;
	right: 35px;
	height: 30px;
}

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

.navigation_btn {
  top: 40px;
  right: 30px;
  height: 35px;
}

.navigation_btn_inner1 {
  height: 35px;
}

.navigation_btn_menu1 {
  height: 35px;
}

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

.navigation_btn_close1 {
  height: 35px;
}

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

.navigation_btn_back1 {
  height: 35px;
}

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

.menu {
  height: 70px;
}

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

.menu_inner1 ul {
  width: 1024px;
}

.menu_inner1 ul li a {
  font-size: 10px;
	padding: 10px 15px 10px 15px;
}

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

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

.grid_title1_txt1 p {
  font-size: 25px;
	text-indent: 5px;
  letter-spacing: 5px;
}

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

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

.visual_img2 {
	display: none;
}

.visual_img3 {
	display: block;
}

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

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

.visual_info1_name1_txt1 p {
  font-size: 26px;
  letter-spacing: 20px;
  line-height: 50px;
}

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

.visual_info1_name1_txt2 p {
	font-size: 16px;
	letter-spacing: 10px;
	line-height: 30px;
}

.introduction {
  padding: 70px 35px 0px 35px;
}

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

.introduction_info1_title1_txt1 p {
	font-size: 22px;
	text-align: center;
	text-indent: 8px;
	letter-spacing: 8px;
	line-height: 40px;
}

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

.introduction_img1 {
	display: none;
}

.introduction_img2 {
	display: block;
}

.diagnosis_inner1 {
  padding: 50px 25px 50px 25px;
}

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

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

.diagnosis_set1_btn1_inner1 {
  padding: 5px 0px 5px 0px;
}

.diagnosis_set1_btn1_target1 p {
  font-size: 14px;
  letter-spacing: 2px;
}

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

.diagnosis_set1_btn1_target1::after {
  right: 20px;
}

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

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

.diagnosis_set1_txt1 p span {
  font-size: 14px;
}

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

.select_info1_list1_set1 {
	margin: 0px 0px 15px 0px
}

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

.select_info1_list1_set1_l1 p {
  font-size: 10px;
  padding: 7px 0px 7px 0px;
}

.select_info1_list1_set1_c1_title1 {
	width: 48%;
  padding: 7px 10px 7px 10px;
  margin: 0px 1% 0px 1%;
}

.select_info1_list1_set1_c1_title1 p {
  font-size: 8px;
}

.select_info1_list1_set1_r1_title1 {
  width: 48%;
  padding: 7px 10px 7px 10px;
  margin: 0px 1% 0px 1%;
}

.select_info1_list1_set1_r1_title1 p {
  font-size: 8px;
}

.select_info1_list1_set1_c1 {
  width: 50%;
  padding: 5px 10px 5px 0px;
  margin: 0px 0px 0px 0%;
  border-bottom: 0px dotted #d0d0d0;
}

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

.select_info1_list1_set1_r1 {
  width: 50%;
  padding: 5px 10px 5px 0px;
  margin: 0px 0px 0px 0%;
  border-bottom: 0px dotted #d0d0d0;
}

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

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

.order_set1_title1 {
  margin: 0px 0px 25px 0px;
  flex-flow: column wrap;
  justify-content: center;
}

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

.order_set1_txt1 p {
  text-align: left;
}

.order_set1_txt2 p {
  text-align: left;
}

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

.warranty_set1_txt1 p {
  font-size: 14px;
  text-indent: 3px;
  letter-spacing: 3px;
  line-height: 22px;
  padding: 3px 0px 3px 0px;
}

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

.shipping_set1_title1 {
  margin: 0px 0px 25px 0px;
  flex-flow: column wrap;
  justify-content: center;
}

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

.shipping_set1_txt1 p {
  text-align: left;
}

.shipping_set1_txt2 p {
  text-align: left;
}

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

.leaving_set1_title1 {
  margin: 0px 0px 25px 0px;
  flex-flow: column wrap;
  justify-content: center;
}

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

.qanda_set1_title1 {
  margin: 0px 0px 25px 0px;
  flex-flow: column wrap;
  justify-content: center;
}

.qanda_set1_title1_txt1 {
	padding: 0px 20px 0px 20px;
  margin: 0px 0px 20px 0px;
	border-left: 1px solid #ff6977;
	border-right: 1px solid #ff6977;
}

.qanda_set1_title1_txt2 p {
  text-align: center;
}

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

.recommend_object1 {
  width: 100%;
}

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

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

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

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

.footer_set1_img1 {
  justify-content: center;
}

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

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

}
