@charset "UTF-8";

/** *********************** **/

/*
font-family: 'Mulish', sans-serif;
	font-weight: 300;
font-family: 'Mulish', sans-serif;
	font-weight: 700;
font-family: 'Mulish', sans-serif;
	font-weight: 800;
font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
font-family: 'Noto Sans JP', sans-serif;
	font-weight: 700;
*/

/** *********************** **/

a[href^="tel:"] {
    pointer-events: none !important;
}
.sp_view {
	display: none;
}
img {
	width: 100%;
	height: auto;
}

/** *********************** **/

.clearfix:after {
  content: "";
  display: block;
  clear: both;
} 
.clearfix:before {
  content: "";
  display: block;
  clear: both;
} 
.clearfix {
  display: block;
}

/** *********************** **/

.loader {
  align-items: center;
  background: #000;
  bottom: 0;
  display: flex;
  justify-content: center;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 999;
}
.loader::after {
  -webkit-animation: loader 0.5s linear infinite;
          animation: loader 0.5s linear infinite;
  border: 5px solid rgba(192,166,105,1.0);
  border-radius: 50%;
  border-right: 5px solid rgba(192,166,105,0.2);
  border-top: 5px solid rgba(192,166,105,0.2);
  content: "";
  height: 100px;
  width: 100px;
}

@-webkit-keyframes loader {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes loader {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}

/** *********************** **/

body {
	min-width: 1100px;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
	background: #fff;
	position: relative;
	-webkit-font-smoothing: antialiased;
	overflow-x: hidden;
}

/** *********************** **/

header {
	width: 100%;
	height: 60px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 50;
}
header h1 {
	height: 52px;
	background: url("../pc_img/head_logo.png") no-repeat top 15px left;
	background-size: 211px 37px;
	padding: 15px 0 0 225px;
	font-size: 13px;
	line-height: 40px;
	margin-left: 20px;
}
header div {
	width: 320px;
	height: 61px;
	text-align: center;
	font-size: 18px;
	line-height: 1;
	font-weight: 700;
	position: fixed;
	top: 0;
	right: 0;
	z-index: 50;
}
header div a:link,
header div a:visited,
header div a:active {
	display: block;
	width: 100%;
	height: 100%;
	padding-top: 15px;
	padding-left: 12px;
	background: url("../pc_img/head_btn.png") no-repeat;
	background-size: 320px auto;
	transition: all 0.3s linear;
	position: relative;
}
header div a:hover {
	display: block;
	width: 100%;
	height: 100%;
	padding-top: 15px;
	padding-left: 12px;
	background: url("../pc_img/head_btn.png") no-repeat;
	background-size: 320px auto;
	transition: all 0.3s linear;
	position: relative;
}
header div a::before {
	content: "";
	width: 27px;
	height: 30px;
	background: url("../pc_img/head_icn.png") no-repeat;
	background-size: 27px 30px;
	position: absolute;
	top: 11px;
	left: 20px;
}
header div::after {
	content: "";
	width: 13px;
	height: 13px;
	background: url("../pc_img/head_arrow.png") no-repeat;
	background-size: 13px 13px;
	position: absolute;
	top: 22px;
	right: 20px;
}
header div a::after {
	font-family: 'Mulish', sans-serif;
	font-weight: 700;
	content: "Contact";
	width: 100%;
	font-size: 10px;
	line-height: 1;
	color: #000;
	text-align: center;
	position: absolute;
	top: 38px;
	left: 0;
}

/** *********************** **/

.mv_area_wrap {
	width: 100%;
	height: 800px;
	background: url("../pc_img/mv_bg.jpg") no-repeat top right;
	background-size: cover;
	background-color: #fff;
	overflow: hidden;
}
.mv_area {
	padding-top: 198px;
	width: 1100px;
	height: 800px;
	margin: 0 auto;
	position: relative;
}
.mv_area h2 {
	width: 440px;
	margin: 0 auto 30px 80px;
}
.mv_area dl {
	width: 535px;
	text-align: left;
	margin: 0 auto 20px 29px;
}
.mv_area dt {
	font-size: 19px;
	line-height: 1;
	font-weight: 400;
	text-align: center;
}
.mv_area ul {
	margin-left: 65px;
}
.mv_area li {
	width: 133px;
	height: 133px;
	background: url("../pc_img/mv_txt_bg.png") no-repeat;
	background-size: 133px auto;
	padding-top: 32px;
	font-size: 15px;
	line-height: 22px;
	font-weight: 700;
	color: #fff;
	text-align: center;
	float: left;
	margin-right: 30px;
}

/** *********************** **/

.cv_area_wrap {
	width: 100%;
	height: 435px;
	background: url("../pc_img/cv_bg.jpg") no-repeat;
	background-size: cover;
	padding: 45px 0 45px 0;	
}
.cv_area {
	width: 1100px;
	margin: 0 auto;
	background: url("../pc_img/cv_img.png") no-repeat top 22px right 30px;
	background-size: 217px auto;
	text-align: center;
	position: relative;
	padding-bottom: 10px;
}
.cv_area::before,
.cv_area::after {
  position: absolute;
  top: 0;
  content: '';
  width: 35px;
  height: 100%;
  border-top: 1px solid #c0a669;
  border-bottom: 1px solid #c0a669;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.cv_area::before {
  left: 0;
  border-left: 1px solid #c0a669;
  border-radius: 10px 0 0 10px;
}
.cv_area::after {
  right: 0;
  border-right: 1px solid #c0a669;
  border-radius: 0 10px 10px 0;
}
.cv_area dt {
	font-size: 19px;
	line-height: 1;
	color: #fff;
	font-weight: 700;
	margin-bottom: 40px;
	position: relative;
}
.cv_area dt::after {
	content: "";
	width: 80px;
	height: 1px;
	background: #c0a669;
	position: absolute;
	bottom: -20px;
	left: 50%;
	margin-left: -40px;
}
.cv_area dt::before {
	content: "Contact"; 
	font-family: 'Mulish', sans-serif;
	font-weight: 800;
	font-size: 58px;
	display: block;
	color: #c0a669;
	margin-bottom: 10px;
}
.cv_area dd {
	font-size: 15px;
	line-height: 1;
	color: #fff;
	margin-bottom: 20px;
}
.cv_area div {
	width: 520px;
	height: 59px;
	margin: 0 auto 18px auto;
	background: url("../pc_img/cv_logo.png") no-repeat;
	background-size: 252px 59px;
	padding-left: 265px;
	color: #fff;
}
.cv_area div h3 {
	font-size: 15px;
	line-height: 1;
	font-weight: 700;
	padding-top: 10px;
	margin-bottom: 10px;
}
.cv_area div p {
	font-size: 13px;
	line-height: 1;
	font-weight: 700;
}
.cv_area div p::before {
	content: "［";
	padding-right: 15px;
}
.cv_area div p::after {
	content: "］";
	padding-left: 15px;
}
.cv_area ul {
	width: 683px;
	height: 87px;
	margin: 0 auto;
	position: relative;
	z-index: 10;
}
.cv_area li a:link,
.cv_area li a:visited,
.cv_area li a:active {
	display: block;
	width: 683px;
	height: 87px;
	font-size: 22px;
	line-height: 85px;
	font-weight: 700;
	padding-left: 35px;
	background: url("../pc_img/cv_btn.png") no-repeat;
	background-size: 683px auto;
	transition: all 0.3s linear;
	position: relative;
}
.cv_area li a:hover {
	display: block;
	width: 683px;
	height: 87px;
	font-size: 22px;
	line-height: 85px;
	font-weight: 700;
	padding-left: 35px;
	background: url("../pc_img/cv_btn.png") no-repeat;
	background-size: 683px auto;
	transition: all 0.3s linear;
	position: relative;
}
.cv_area ul::after {
	content: "";
	width: 18px;
	height: 19px;
	background: url("../pc_img/cv_arrow.png") no-repeat;
	background-size: 18px auto;
	position: absolute;
	top: 34px;
	right: 65px;
}
.cv_area li a::before {
	content: "";
	width: 38px;
	height: 42px;
	background: url("../pc_img/cv_icn.png") no-repeat;
	background-size: 38px 42px;
	position: absolute;
	top: 23px;
	left: 100px;
}
/*.cv_area span {
	width: 100px;
	height: 100px;
	border-radius: 50px;
	padding-top: 27px;
	font-size: 10px;
	line-height: 15px;
	font-weight: 700;
	background: #c0a669;
	position: absolute;
	top: 22px;
	right: 25px;
}*/

/** *********************** **/

.contents_01_wrap {
	width: 100%;
	background: #fffcf3 url("../pc_img/contents_01_bg.jpg") no-repeat bottom center;
	background-size: cover;
	margin: 0 auto;
	padding: 45px 0 65px 0;
}
.contents_01 {
	width: 1100px;
	margin: 0 auto;
	text-align: center;
}
.contents_01 h2 {
	background: url("../pc_img/cont_01_logo.png") no-repeat top center;
	background-size: 563px 121px;
	padding-top: 145px;
	font-size: 23px;
	line-height: 1;
	font-weight: 700;
	margin-bottom: 40px;
}
.contents_01 h2 strong {
	position: relative; 
}
.contents_01 h2 strong::after {
	content: "";
    position: absolute;
    left: -5px;
    right: 0;
    bottom: -10px;
	padding: 0 0 0 5px;
    border-bottom: 2px solid #c0a669;
}
.contents_01 p {
	font-size: 15px;
	line-height: 28px;
	display: inline-block;
	margin: 0 auto 40px auto;
}
.contents_01 div {
	width: 1000px;
	background: #fff;
	border-radius: 10px;
	padding: 30px 0 40px 0;
	text-align: center;
	box-shadow: 1px 1px 0px 0px rgba(0,0,0,0.10);
	position: relative;
	margin: 0 auto;
}
.contents_01 div img {
	width: 853px;
	height: auto;
}
.contents_01 div h3 {
	position: absolute;
	top: 30px;
	left: -15px;
	font-size: 18px;
	line-height: 1;
	font-weight: 700;
	color: #000;
	padding: 0 35px 12px 35px;
	border-bottom: 1px solid #c0a669;
}


/** *********************** **/

.contents_02_wrap {
	width: 100%;
	background: url("../pc_img/contents_02_bg.jpg") no-repeat;
	background-size: cover;
	padding: 50px 0 30px 0;
}
.contents_02 {
	width: 1010px;
	margin: 0 auto;
	text-align: center;
	position: relative;
}
.contents_02 h3 {
	font-size: 19px;
	line-height: 1;
	font-weight: 700;
	color: #fff;
	margin-bottom: 45px;
	position: relative;
}
.contents_02 h3::before {
	content: "Features";
	font-family: 'Mulish', sans-serif;
	font-weight: 800;
	font-size: 58px;
	line-height: 1;
	display: block;
	text-align: center;
	margin-bottom: 10px;
	color: #c0a669;
}
.contents_02 h3::after {
	content: "";
	width: 80px;
	height: 1px;
	background: #c0a669;
	position: absolute;
	bottom: -20px;
	left: 50%;
	margin-left: -40px;
}
.contents_02 li {
	width: 485px;
	display: inline-block;
	vertical-align: top;
	background: rgba(192,166,105,0.25);
	border-radius: 10px;
	padding: 240px 0 35px 0;
	margin-bottom: 30px;
	position: relative;
}
.contents_02 li:nth-child(odd) {
	margin-right: 40px;
}
.contents_02 li:nth-of-type(1)::after {
	content: "";
	width: 485px;
	height: 175px;
	background: url("../pc_img/contents_02_illust_01.png") no-repeat;
	background-size: 485px auto;
	position: absolute;
	top: 0;
	left: 0;
}
.contents_02 li:nth-of-type(2)::after {
	content: "";
	width: 485px;
	height: 175px;
	background: url("../pc_img/contents_02_illust_02.png") no-repeat;
	background-size: 485px auto;
	position: absolute;
	top: 0;
	left: 0;
}
.contents_02 li:nth-of-type(3)::after {
	content: "";
	width: 485px;
	height: 175px;
	background: url("../pc_img/contents_02_illust_03.png") no-repeat;
	background-size: 485px auto;
	position: absolute;
	top: 0;
	left: 0;
}
.contents_02 li:nth-of-type(4)::after {
	content: "";
	width: 485px;
	height: 175px;
	background: url("../pc_img/contents_02_illust_04.png") no-repeat;
	background-size: 485px auto;
	position: absolute;
	top: 0;
	left: 0;
}
.contents_02 li:nth-of-type(5)::after {
	content: "";
	width: 485px;
	height: 175px;
	background: url("../pc_img/contents_02_illust_05.png") no-repeat;
	background-size: 485px auto;
	position: absolute;
	top: 0;
	left: 0;
}
.contents_02 li:nth-of-type(6)::after {
	content: "";
	width: 485px;
	height: 175px;
	background: url("../pc_img/contents_02_illust_06.png") no-repeat;
	background-size: 485px auto;
	position: absolute;
	top: 0;
	left: 0;
}
.contents_02 li h4 {
	text-align: center;
	font-size: 19px;
	line-height: 30px;
	color: #fff;
	font-weight: 700;
	margin-bottom: 20px;
}
.contents_02 li p {
	font-size: 15px;
	line-height: 28px;
	color: #fff;
	font-weight: 400;
	text-align: left;
	padding: 0 30px;
}
.contents_02 li:nth-of-type(7) p {
	text-align: center;
}
.contents_02 dl {
	position: absolute;
	top: 195px;
	left: 0;
	width: 100%;
}
.contents_02 dt {
	font-family: 'Mulish', sans-serif;
	font-weight: 800;
	font-size: 10px;
	line-height: 1;
	transform: scale(0.8);
	transform-origin: center top;
	color: #c0a669;
}
.contents_02 dd {
	font-family: 'Mulish', sans-serif;
	font-weight: 800;
	font-size: 26px;
	line-height: 1;
	color: #c0a669;
}

/** *********************** **/

.contents_03_wrap {
	width: 100%;
	background: url("../pc_img/contents_03_bg.jpg") no-repeat top center;
	background-size: cover;
	padding: 50px 0 65px 0;
}
.contents_03 {
	width: 1100px;
	margin: 0 auto;
	text-align: center;
}
.contents_03 h3 {
	font-size: 19px;
	line-height: 1;
	font-weight: 700;
	margin-bottom: 45px;
	position: relative;
}
.contents_03 h3::before {
	content: "Device";
	font-family: 'Mulish', sans-serif;
	font-weight: 800;
	font-size: 58px;
	line-height: 1;
	display: block;
	text-align: center;
	margin-bottom: 10px;
	color: #fff;
}
.contents_03 h3::after {
	content: "";
	width: 80px;
	height: 1px;
	background: #fff;
	position: absolute;
	bottom: -20px;
	left: 50%;
	margin-left: -40px;
}
.contents_03_img {
	width: 214px;
	margin: 0 auto;
	position: relative;
	z-index: 10;
}
.contents_03_img dl {
	width: 220px;
	height: 220px;
	border-radius: 110px;
	padding-top: 50px;
	border: 1px solid #fff;
	position: absolute;
	top: -45px;
	right: -195px;
	z-index: -1;
}
.contents_03_img dt {
	font-size: 25px;
	line-height: 35px;
	font-weight: 700;
	color: #fff;
	margin-bottom: 10px;
}
.contents_03_img dd {
	font-size: 16px;
	line-height: 1;
	font-weight: 700;
	color: #000;
}
.contents_03_block {
	width: 1100px;
	background: #000 url("../pc_img/contents_03_block_bg.jpg") no-repeat top left;
	background-size: 1100px auto;
	border-radius: 10px;
	padding: 45px 45px 55px 45px;
	box-shadow: 1px 1px 0px 0px rgba(0,0,0,0.10);
}
.contents_03_block_title {
	margin-bottom: 25px;
}
.contents_03_block_title dt {
	font-size: 19px;
	line-height: 1;
	font-weight: 700;
	color: #fff;
	margin-bottom: 15px;
}
.contents_03_block_title dd {
	font-family: 'Mulish', sans-serif;
	font-weight: 800;
	font-size: 68px;
	line-height: 1;
	color: #c0a669;
	position: relative;
	width: 400px;
	padding: 10px 30px 15px 30px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0 auto;
	z-index: 8;
}
.contents_03_block_title dd::before,
.contents_03_block_title dd::after {
  position: absolute;
  top: 0;
  content: '';
  width: 25px;
  height: 100%;
  border-top: 2px solid #c0a669;
  border-bottom: 2px solid #c0a669;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.contents_03_block_title dd::before {
  left: 0;
  border-left: 2px solid #c0a669;
  border-radius: 10px 0 0 10px;
}
.contents_03_block_title dd::after {
  right: 0;
  border-right: 2px solid #c0a669;
  border-radius: 0 10px 10px 0;
}
.contents_03_block figure {
	margin-bottom: 30px;
}
.contents_03_block h4 {
	font-size: 25px;
	line-height: 1;
	font-weight: 700;
	color: #fff;
	margin-bottom: 25px;
}
.cont_03_txt_01::after {
	display: block;
	content: "Features";
	font-family: 'Mulish', sans-serif;
	font-weight: 800;
	font-size: 15px;
	line-height: 1;
	color: #c0a669;
	margin-top: 5px;
}
.cont_03_txt_02::after {
	display: block;
	content: "Reliability";
	font-family: 'Mulish', sans-serif;
	font-weight: 800;
	font-size: 15px;
	line-height: 1;
	color: #c0a669;
	margin-top: 5px;
}
.cont_03_txt_03::after {
	display: block;
	content: "Product Specs";
	font-family: 'Mulish', sans-serif;
	font-weight: 800;
	font-size: 15px;
	line-height: 1;
	color: #c0a669;
	margin-top: 5px;
}
.contents_03_block ul {
	margin-bottom: 35px;
}
.contents_03_block li {
	width: calc(100%/3);
	display: inline-block;
	vertical-align: top;
	border-right: 1px solid rgba(192,166,105,0.40);
	padding: 110px 45px 10px 45px;
}
.contents_03_block li:nth-of-type(1) {
	border-left: 1px solid rgba(255,192,0,0.40);
	background: url("../pc_img/contents_03_icn_01.png") no-repeat top 10px center;
	background-size: 76px auto;
}
.contents_03_block li:nth-of-type(2) {
	background: url("../pc_img/contents_03_icn_02.png") no-repeat top 10px center;
	background-size: 76px auto;
}
.contents_03_block li:nth-of-type(3) {
	background: url("../pc_img/contents_03_icn_03.png") no-repeat top 10px center;
	background-size: 76px auto;
}
.contents_03_block li h5 {
	font-size: 18px;
	line-height: 30px;
	font-weight: 700;
	color: #fff;
	margin-bottom: 15px;
}
.contents_03_block li p {
	font-size: 15px;
	line-height: 28px;
	color: #fff;
	text-align: left;
}
.contents_03_txt_01 {
	background: rgba(255,246,225,0.1);
	padding: 40px 0 40px 0;
	margin-bottom: 30px;
}
.contents_03_txt_01 dl {
	margin-bottom: 30px;
}
.contents_03_txt_01 dt {
	font-size: 19px;
	line-height: 1;
	font-weight: 700;
	color: #fff;
	margin-bottom: 18px;
}
.contents_03_txt_01 dd {
	width: 361px;
	margin: 0 auto;
}
.contents_03_txt_01 p {
	font-size: 15px;
	line-height: 28px;
	color: #fff;
}
.contents_03_block table {
	width: 487px;
	display: inline-block;
	vertical-align: top;
	border-collapse: collapse;
	border-top: 1px solid rgba(192,166,105,0.3);
}
.contents_03_block table:nth-of-type(1) {
	margin-right: 36px;
}
.contents_03_block th {
	width: 130px;
	background: #1f1e1b;
	padding: 10px 15px;
	font-size: 14px;
	line-height: 1;
	font-weight: 700;
	text-align: left;
	color: #c0a669;
	border-bottom: 1px solid rgba(192,166,105,0.3);
}
.contents_03_block td {
	width: 357px;
	background: #000;
	padding: 10px 15px;
	font-size: 14px;
	line-height: 1;
	font-weight: 400;
	text-align: left;
	color: #fff;
	border-bottom: 1px solid rgba(192,166,105,0.3);
}

/** *********************** **/

.contents_04_wrap {
	width: 100%;
	background-image: url("../pc_img/contents_04_bg_01.jpg");
	background-repeat: no-repeat;
	background-position: top center;
	background-size: contain;
	padding-top: 45px;
}
.contents_04 {
	width: 1100px;
	margin: 0 auto;
	background-image: url("../pc_img/contents_04_bg_02.png");
	background-repeat: no-repeat;
	background-position: bottom -1px center;
	background-size: 781px auto;
	position: relative;
	text-align: center;
	padding-bottom: 230px;
}
.contents_04 h3 {
	font-size: 19px;
	line-height: 1;
	font-weight: 700;
	margin-bottom: 85px;
	position: relative;
}
.contents_04 h3::before {
	content: "Problems";
	font-family: 'Mulish', sans-serif;
	font-weight: 800;
	font-size: 58px;
	line-height: 1;
	display: block;
	text-align: center;
	margin-bottom: 10px;
	color: #000;
}
.contents_04 h3::after {
	content: "";
	width: 80px;
	height: 1px;
	background: #000;
	position: absolute;
	bottom: -20px;
	left: 50%;
	margin-left: -40px;
}
.contents_04 ul {
	padding-bottom: 80px;
	background: url("../pc_img/contents_04_arrow.png") no-repeat bottom center;
	background-size: 353px auto;
}
.contents_04 li {
	width: 340px;
	float: left;
	border-radius: 10px;
	padding: 45px 0 280px 0;
	margin-right: 40px;
	position: relative;
}
.contents_04 li:nth-of-type(1) {
	background: #fff url("../pc_img/contents_04_illust_01.png") no-repeat bottom 30px center;
	background-size: 242px auto;
}
.contents_04 li:nth-of-type(2) {
	background: #fff url("../pc_img/contents_04_illust_02.png") no-repeat bottom 30px center;
	background-size: 242px auto;
}
.contents_04 li:nth-of-type(3) {
	background: #fff url("../pc_img/contents_04_illust_03.png") no-repeat bottom 30px center;
	background-size: 242px auto;
	margin-right: 0;
}
.contents_04 li p {
	font-size: 17px;
	line-height: 31px;
	font-weight: 700;
	text-align: center;
}
.contents_04 dl {
	position: absolute;
	top: -27px;
	left: 0;
	width: 100%;
}
.contents_04 dt {
	font-family: 'Mulish', sans-serif;
	font-weight: 800;
	font-size: 10px;
	line-height: 1;
	transform: scale(0.95);
	transform-origin: center top;
	color: #000000;
}
.contents_04 dd {
	font-family: 'Mulish', sans-serif;
	font-weight: 800;
	font-size: 31px;
	line-height: 1;
	color: #000000;
}
.contents_04_txt {
	font-size: 19px;
	line-height: 29px;
	font-weight: 700;
	text-align: center;
	padding-top: 95px;
	background: url("../pc_img/cont_04_logo.png") no-repeat top center;
	background-size: 449px auto;
	margin-top: 20px;
}

/** *********************** **/

.contents_05_wrap {
	width: 100%;
	background: url("../pc_img/contents_05_bg.jpg") no-repeat top center;
	background-size: cover;
	padding: 50px 0;
}
.contents_05 {
	width: 1100px;
	margin: 0 auto;
	position: relative;
}
.contents_05 h3 {
	font-size: 25px;
	line-height: 1;
	font-weight: 700;
	color: #fff;
	margin-bottom: 35px;
	position: relative;
	text-align: center;
}
.contents_05 h3::after {
	content: "Recommendation";
	font-family: 'Mulish', sans-serif;
	font-weight: 800;
	font-size: 14px;
	line-height: 1;
	display: block;
	text-align: center;
	margin-top: 10px;
	color: #c0a669;
}
.contents_05 ul {
	width: 840px;
	border-radius: 10px;
	border: 5px solid #c0a669;
	background: #fff;
	position: relative;
	padding: 50px 65px 30px 65px;
	margin: 0 auto;
}
.contents_05 ul::after {
	content: "";
	width: 301px;
	height: 33px;
	background: url("../pc_img/contents_05_parts.png") no-repeat;
	background-size: 301px auto;
	position: absolute;
	top: -10px;
	left: 50%;
	margin-left: -150px;
}
.contents_05 li {
	font-size: 18px;
	line-height: 1;
	font-weight: 700;
	padding: 20px 20px 20px 125px;
	background: url("../pc_img/contents_05_arrow.png") no-repeat center left 75px;
	background-size: 26px auto;
	border-bottom: 1px dashed #c0a669;
}
.contents_05 li:nth-of-type(6) {
	border-bottom: none;
}

/** *********************** **/

.contents_06_wrap {
	width: 100%;
	background: url("../pc_img/contents_06_bg.jpg") no-repeat top center;
	background-size: cover;
	padding: 50px 0 60px 0;
}
.contents_06 {
	width: 1100px;
	margin: 0 auto;
	position: relative;
}
.contents_06 h3 {
	font-size: 19px;
	line-height: 1;
	font-weight: 700;
	color: #fff;
	margin-bottom: 45px;
	position: relative;
	text-align: center;
}
.contents_06 h3::before {
	content: "Case Study";
	font-family: 'Mulish', sans-serif;
	font-weight: 800;
	font-size: 58px;
	line-height: 1;
	display: block;
	text-align: center;
	margin-bottom: 10px;
	color: #c0a669;
}
.contents_06 h3::after {
	content: "";
	width: 80px;
	height: 1px;
	background: #c0a669;
	position: absolute;
	bottom: -20px;
	left: 50%;
	margin-left: -40px;
}
.contents_06 li {
	display: inline-block;
	vertical-align: top;
	width: 340px;
	margin-right: 40px;
	margin-bottom: 35px;
	padding-top: 465px;
}
.contents_06 li:nth-of-type(1) {
	background: url("../pc_img/contents_06_img_01.png") no-repeat top center;
	background-size: 340px;
}
.contents_06 li:nth-of-type(2) {
	background: url("../pc_img/contents_06_img_02.png") no-repeat top center;
	background-size: 340px;
}
.contents_06 li:nth-of-type(3) {
	background: url("../pc_img/contents_06_img_03.png") no-repeat top center;
	background-size: 340px;
	margin-right: 0;
}
.contents_06 li h4 {
	font-size: 25px;
	line-height: 1;
	font-weight: 700;
	color: #fff;
	text-align: center;
	margin-bottom: 25px;
}
.contents_06 li:nth-of-type(1) h4::before {
	content: "Club";
	color: #c0a669;
	display: block;
	font-family: 'Mulish', sans-serif;
	font-weight: 800;
	font-size: 48px;
	line-height: 1;
	margin-bottom: 10px;
}
.contents_06 li:nth-of-type(2) h4::before {
	content: "Lounge";
	color: #c0a669;
	display: block;
	font-family: 'Mulish', sans-serif;
	font-weight: 800;
	font-size: 48px;
	line-height: 1;
	margin-bottom: 10px;
}
.contents_06 li:nth-of-type(3) h4::before {
	content: "Bar";
	color: #c0a669;
	display: block;
	font-family: 'Mulish', sans-serif;
	font-weight: 800;
	font-size: 48px;
	line-height: 1;
	margin-bottom: 10px;
}

.contents_06 li dt {
	color: #fff;
	font-size: 19px;
	line-height: 1;
	font-weight: 700;
	margin-bottom: 30px;
	text-align: center;
	position: relative;
}
.contents_06 li dt::after {
	content: "";
	width: 80px;
	height: 1px;
	background: #c0a669;
	position: absolute;
	bottom: -17px;
	left: 50%;
	margin-left: -40px;
}
.contents_06 li dd {
	padding: 0 5px;
	font-size: 15px;
	line-height: 28px;
	color: #fff;
}

/** *********************** **/

.contents_07_wrap {
	width: 100%;
	background: #c0a669;
	padding: 50px 0 60px 0;
}
.contents_07 {
	width: 1100px;
	margin: 0 auto;
}
.contents_07 h3 {
	font-size: 19px;
	line-height: 1;
	font-weight: 700;
	color: #fff;
	margin-bottom: 75px;
	position: relative;
	text-align: center;
}
.contents_07 h3::before {
	content: "Users' Voice";
	font-family: 'Mulish', sans-serif;
	font-weight: 800;
	font-size: 58px;
	line-height: 1;
	display: block;
	text-align: center;
	margin-bottom: 10px;
	color: #000;
}
.contents_07 h3::after {
	content: "";
	width: 80px;
	height: 1px;
	background: #000;
	position: absolute;
	bottom: -20px;
	left: 50%;
	margin-left: -40px;
}
.contents_07 div {
	width: 530px;
	background: #000;
	border-radius: 10px;
	padding: 40px 35px 35px 35px;
	position: relative;
	display: inline-block;
	vertical-align: top;
}
.contents_07 div:nth-of-type(1) {
	margin-right: 40px;
}
.contents_07 div dl {
	position: absolute;
	top: -35px;
	left: 0;
	width: 100%;
	text-align: center;
}
.contents_07 div dt {
	font-family: 'Mulish', sans-serif;
	font-weight: 800;
	font-size: 13px;
	line-height: 1;
	color: #fff;
}
.contents_07 div dd {
	font-family: 'Mulish', sans-serif;
	font-weight: 800;
	font-size: 35px;
	line-height: 1;
	color: #fff;
}
.contents_07 div figure {
	width: 100%;
	height: 180px;
	border-radius: 10px;
	background: #303030;
	margin-bottom: 25px;
}
.contents_07 div span {
	width: 170px;
	height: 28px;
	border-radius: 14px;
	background: #c0a669;
	font-size: 16px;
	line-height: 26px;
	font-weight: 700;
	text-align: center;
	color: #000;
	position: absolute;
	top: 60px;
	left: 25px;
}
.contents_07 div h4 {
	padding: 0 10px;
	font-size: 18px;
	line-height: 1;
	font-weight: 700;
	color: #fff;
	margin-bottom: 15px;
}
.contents_07 div p {
	padding: 0 10px;
	font-size: 15px;
	line-height: 28px;
	color: #fff;
}

/** *********************** **/

.contents_08_wrap {
	width: 100%;
	height: 527px;
	background: url("../pc_img/contents_08_bg.jpg") no-repeat top center;
	background-size: cover;
	padding: 45px 0 340px 0;
	position: relative;
	z-index: 10;
}
.contents_08 {
	width: 1100px;
	margin: 0 auto;
	position: relative;
}
.contents_08 h3 {
	font-size: 19px;
	line-height: 1;
	font-weight: 700;
	color: #fff;
	margin-bottom: 40px;
	position: relative;
	text-align: center;
}
.contents_08 h3::before {
	content: "Flow";
	font-family: 'Mulish', sans-serif;
	font-weight: 800;
	font-size: 58px;
	line-height: 1;
	display: block;
	text-align: center;
	margin-bottom: 10px;
	color: #c0a669;
}
.contents_08 h3::after {
	content: "";
	width: 80px;
	height: 1px;
	background: #c0a669;
	position: absolute;
	bottom: -20px;
	left: 50%;
	margin-left: -40px;
}
.contents_08_txt {
	font-size: 15px;
	line-height: 1;
	color: #fff;
	text-align: center;
	margin-bottom: 55px;
}
.contents_08 ul {
	width: 1100px;
	position: absolute;
	top: 200px;
	left: 0;
	z-index: 52;
}
.contents_08 li {
	width: 192px;
	float: left;
	border-radius: 10px;
	/*border: 1px solid #ffebaf;*/
	background: linear-gradient(180deg, #c0a669 0%, #c0a669 120px, #fff 120px, #fff 100%);
	padding: 145px 18px 25px 18px;
	position: relative;
	margin-right: 35px;
}
.contents_08 li:last-child {
	margin-right: 0;
}
.contents_08 li::before {
	content: "";
	width: 12px;
	height: 42px;
	background: url("../pc_img/contents_08_arrow.png") no-repeat;
	background-size: 12px 42px;
	position: absolute;
	top: 135px;
	right: -23px;
}
.contents_08 li:last-child::before {
	content: none;
}
.contents_08 li h4 {
	font-size: 18px;
	line-height: 56px;
	font-weight: 700;
	text-align: center;
	margin-bottom: 15px;
}
.contents_08 li:nth-of-type(4) h4 {
	line-height: 28px;
	margin-bottom: 15px;
}
.contents_08 li p {
	font-size: 15px;
	line-height: 28px;
}
.contents_08 dl {
	position: absolute;
	top: -23px;
	left: 0;
	width: 100%;
	text-align: center;
}
.contents_08 dt {
	font-family: 'Mulish', sans-serif;
	font-weight: 800;
	font-size: 11px;
	line-height: 1;
	color: #fff;
}
.contents_08 dd {
	font-family: 'Mulish', sans-serif;
	font-weight: 800;
	font-size: 23px;
	line-height: 1;
	color: #fff;
}
.contents_08 li:nth-of-type(1)::after {
	content: "";
	width: 53px;
	height: 71px;
	background: url("../pc_img/contents_08_icn_01.png") no-repeat;
	background-size: 53px auto;
	position: absolute;
	top: 24px;
	left: 50%;
	margin-left: -26px;
}
.contents_08 li:nth-of-type(2)::after {
	content: "";
	width: 53px;
	height: 71px;
	background: url("../pc_img/contents_08_icn_02.png") no-repeat;
	background-size: 53px auto;
	position: absolute;
	top: 24px;
	left: 50%;
	margin-left: -26px;
}
.contents_08 li:nth-of-type(3)::after {
	content: "";
	width: 53px;
	height: 71px;
	background: url("../pc_img/contents_08_icn_03.png") no-repeat;
	background-size: 53px auto;
	position: absolute;
	top: 24px;
	left: 50%;
	margin-left: -26px;
}
.contents_08 li:nth-of-type(4)::after {
	content: "";
	width: 53px;
	height: 71px;
	background: url("../pc_img/contents_08_icn_04.png") no-repeat;
	background-size: 53px auto;
	position: absolute;
	top: 24px;
	left: 50%;
	margin-left: -26px;
}
.contents_08 li:nth-of-type(5)::after {
	content: "";
	width: 53px;
	height: 71px;
	background: url("../pc_img/contents_08_icn_05.png") no-repeat;
	background-size: 53px auto;
	position: absolute;
	top: 24px;
	left: 50%;
	margin-left: -26px;
}

/** *********************** **/

.contents_09_wrap {
	width: 100%;
	background: url("../pc_img/contents_09_bg.jpg") no-repeat top center;
	background-size: cover;
	margin-top:0;
	padding: 70px 0 50px 0;
}
.contents_09 {
	width: 1100px;
	margin: 0 auto;
	position: relative;
}
.contents_09 h3 {
	font-size: 19px;
	line-height: 1;
	font-weight: 700;
	color: #fff;
	margin-bottom: 40px;
	position: relative;
	text-align: center;
}
.contents_09 h3::before {
	content: "Price";
	font-family: 'Mulish', sans-serif;
	font-weight: 800;
	font-size: 58px;
	line-height: 1;
	display: block;
	text-align: center;
	margin-bottom: 10px;
	color: #c0a669;
}
.contents_09 h3::after {
	content: "";
	width: 80px;
	height: 1px;
	background: #c0a669;
	position: absolute;
	bottom: -20px;
	left: 50%;
	margin-left: -40px;
}
.contents_09_txt_01 {
	font-size: 15px;
	line-height: 1;
	color: #fff;
	text-align: center;
	margin-bottom: 35px;
}
.contents_09 ul {
	width: 560px;
	margin: 0 auto 70px auto;
}
.contents_09 li {
	width: 560px;
	height: 44px;
	border-radius: 5px;
	background: #000;
	font-size: 17px;
	line-height: 40px;
	font-weight: 700;
	color: #fff;
	text-align: center;
	margin-bottom: 25px;
	position: relative;
}
.contents_09 li:nth-of-type(3) {
	margin-bottom: 0;
}
.contents_09 li::after {
	content: "";
	width: 14px;
	height: 14px;
	background: url("../pc_img/contents_09_icn_02.png") no-repeat;
	background-size: 14px auto;
	position: absolute;
	bottom: -20px;
	left: 50%;
	margin-left: -7px;
}
.contents_09 li:nth-of-type(3)::after {
	content: none;
}
.contents_09 div:nth-of-type(1) {
	width: 1010px;
	background: #000;
	border-radius: 10px;
	padding: 75px 0 35px 0;
	position: relative;
	text-align: center;
	margin: 0 auto 25px auto;
}
.contents_09 div:nth-of-type(1)::after {
	content: "";
	width: 96px;
	height: 72px;
	background: url("../pc_img/contents_09_icn_01.png") no-repeat;
	background-size: 96px auto;
	position: absolute;
	top: -29px;
	left: 50%;
	margin-left: -48px;
}
.contents_09 div:nth-of-type(1)::before {
	content: "Option Campaign";
	width: 100%;
	font-family: 'Mulish', sans-serif;
	font-weight: 800;
	font-size: 55px;
	line-height: 1;
	color: rgba(255,255,255,0.20);
	position: absolute;
	top: 35px;
	left: 0;
	text-align: center;
}
.contents_09 div:nth-of-type(1) dt {
	font-size: 22px;
	line-height: 1;
	font-weight: 700;
	color: #fff;
	margin-bottom: 15px;
}
.contents_09 div:nth-of-type(1) dd {
	font-size: 15px;
	line-height: 1;
	color: #fff;
}
.contents_09 div:nth-of-type(1) dd span {
	font-weight: 700;
}
.contents_09 div:nth-of-type(2) {
	width: 1010px;
	background: #000;
	border-radius: 10px;
	padding: 35px 65px 30px 65px;
	position: relative;
	margin: 0 auto;
	text-align: center;
}
.contents_09 div:nth-of-type(2) dt {
	font-size: 22px;
	line-height: 32px;
	color: #fff;
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #ffe79c;
}
.contents_09 div:nth-of-type(2) dd {
	font-size: 15px;
	line-height: 1;
	color: #fff;
	margin-bottom: 20px;
}
.contents_09 div:nth-of-type(2) p {
	width: 100%;
	background: #353535;
	padding: 15px 0;
	font-size: 15px;
	line-height: 28px;
	color: #fff;
}
.contents_09 div:nth-of-type(2) p span {	
	display: inline-block;
	text-align: left;
}
.contents_09 div:nth-of-type(2) p a:link,
.contents_09 div:nth-of-type(2) p a:visited,
.contents_09 div:nth-of-type(2) p a:hover,
.contents_09 div:nth-of-type(2) p a:active {
	text-decoration: underline;
}
.contents_09 div b {
	width: 150px;
	height: 21px;
	background: #c0a669;
	font-size: 13px;
	line-height: 19px;
	font-weight: 700;
	color: #000;
	text-align: center;
	position: absolute;
	top: 20px;
	left: -5px;
}
.contents_09_txt_02 {
	width: 1010px;
	font-size: 12px;
	line-height: 1;
	color: #fff;
	text-align: right;
	margin: 15px auto 0 auto;
}

/** *********************** **/

.contents_10_wrap {
	width: 100%;
	background: url("../pc_img/contents_10_bg.jpg") no-repeat top center;
	background-size: cover;
	padding: 50px 0 65px 0;
}
.contents_10 {
	width: 1010px;
	margin: 0 auto;
}
.contents_10 h3 {
	font-size: 19px;
	line-height: 1;
	font-weight: 700;
	color: #fff;
	margin-bottom: 45px;
	position: relative;
	text-align: center;
}
.contents_10 h3::before {
	content: "FAQ";
	font-family: 'Mulish', sans-serif;
	font-weight: 800;
	font-size: 58px;
	line-height: 1;
	display: block;
	text-align: center;
	margin-bottom: 10px;
	color: #c0a669;
}
.contents_10 h3::after {
	content: "";
	width: 80px;
	height: 1px;
	background: #c0a669;
	position: absolute;
	bottom: -20px;
	left: 50%;
	margin-left: -40px;
}
.contents_10 dl {
	margin-bottom: 20px;
}
.contents_10 dl:last-child {
	margin-bottom: 0;
}
.contents_10 dt {
	width: 1010px;
	background: #fff;
	padding: 20px 20px 20px 80px;
	font-size: 17px;
	line-height: 1;
	font-weight: 700;
	position: relative;
}
.contents_10 dt::before {
	content: "Q.";
	font-family: 'Mulish', sans-serif;
	font-weight: 800;
	font-size: 30px;
	line-height: 1;
	color: #c0a669;
	position: absolute;
	top: 12px;
	left: 30px;
}
.contents_10 dd {
	width: 1010px;
	background: #e8e8e8;
	padding: 17px 20px 17px 80px;
	font-size: 16px;
	line-height: 24px;
	font-weight: 400;
	position: relative;
}
.contents_10 dd::before {
	content: "A.";
	font-family: 'Mulish', sans-serif;
	font-weight: 800;
	font-size: 30px;
	line-height: 1;
	color: #c0a669;
	position: absolute;
	top: 12px;
	left: 30px;
}

/** *********************** **/

.contents_11_wrap {
	width: 100%;
	background: #000;
	padding: 50px 0 65px 0;
}
.contents_11 {
	width: 1010px;
	margin: 0 auto;
}
.contents_11 h3 {
	font-size: 19px;
	line-height: 1;
	font-weight: 700;
	color: #fff;
	margin-bottom: 45px;
	position: relative;
	text-align: center;
}
.contents_11 h3::before {
	content: "Contact Form";
	font-family: 'Mulish', sans-serif;
	font-weight: 800;
	font-size: 58px;
	line-height: 1;
	display: block;
	text-align: center;
	margin-bottom: 10px;
	color: #c0a669;
}
.contents_11 h3::after {
	content: "";
	width: 80px;
	height: 1px;
	background: #c0a669;
	position: absolute;
	bottom: -20px;
	left: 50%;
	margin-left: -40px;
}
.contents_11 p {
	text-align: center;
	font-size: 15px;
	line-height: 28px;
	color: #fff;
	margin-bottom: 55px;
}
.contents_11 table {
	width: 720px;
	margin: 0 auto;
}
.contents_11 th {
	padding: 0 0 15px 0;
	font-size: 18px;
	line-height: 1;
	font-weight: 700;
	color: #fff;
	position: relative;
}
.contents_11 th span {
	width: 70px;
	height: 25px;
	background: #c0a669;
	text-align: center;
	font-size: 15px;
	line-height: 23px;
	font-weight: 700;
	color: #fff;
	display: inline-block;
	margin-left: 15px;
	position: absolute;
	top: -2px;
}
.contents_11 td {
	text-align: left;
	padding: 0 0 30px 0;
}
.contents_11 td span {
	display: block;
	padding-top: 10px;
	font-size: 13px;
	line-height: 1;
}
.contents_11 td li {
	font-size: 16px;
	line-height: 32px;
	color: #fff;
	float: left;
	margin-right: 30px;
}
.contents_11 td li input {
	margin-right: 10px;
}
.contents_11 td li i {
	font-weight: 700;
	font-style: normal;
}
.contents_11 td input[type="text"] {
    width: 100%;
    border: 1px solid #b5b4b4;
	background: #fff;
    box-sizing: border-box;
    padding: 15px 10px;
	font-size: 15px;
	line-height: 1;
	border-radius: 5px;
}
.contents_11 td textarea {
    width: 100%;
    height: 180px;
    border: 1px solid #b5b4b4;
    background: #fff;
    box-sizing: border-box;
    padding: 15px 10px;
	font-size: 15px;
	line-height: 25px;
	border-radius: 5px;
}

.privacy {
	width: 720px;
    height: 320px;
    border: 1px solid #b5b4b4;
    background: #fff;
    box-sizing: border-box;
    padding: 25px 20px;
	border-radius: 5px;
	margin: 0 auto 35px auto;
	overflow: auto;
}
.privacy dl {
	margin-bottom: 15px;
}
.privacy dl dt {
	font-size: 13px;
	line-height: 1;
	font-weight: 700;
	margin-bottom: 10px;
}
.privacy dl dd {
	font-size: 11px;
	line-height: 15px;
}
.privacy p {
	font-size: 11px;
	line-height: 15px;
	margin-bottom: 15px;
	text-align: left !important;
	color: #000 !important;
}
.privacy table {
	width: 100% !important;
	border-collapse: collapse;
	border: 1px solid rgba(0,0,0,0.10);
	margin-bottom: 0 !important;
}
.privacy th {
	font-size: 11px;
	line-height: 15px;
	font-weight: 500;
	padding: 5px 10px;
	text-align: center;
	border: 1px solid rgba(0,0,0,0.10);
}
.privacy td {
	font-size: 11px;
	line-height: 15px;
	font-weight: 400;
	padding: 5px 10px;
	border: 1px solid rgba(0,0,0,0.10);
}
.privacy td ul {
	padding: 5px 0;
}
.privacy td li {
	font-size: 11px;
	line-height: 15px;
	font-weight: 400;
}
.submit_btn {
	width: 683px;
	height: 87px;
	margin: 0 auto 0 auto;
	position: relative;
	z-index: 10;
	text-align: center;
}
.submit_btn input[type="submit"] {
    display: block;
	width: 683px;
	height: 87px;
	font-size: 31px;
	line-height: 82px;
	font-weight: 700;
	background: url("../pc_img/contents_10_btn.png");
	background-size: 683px auto;
	transition: all 0.3s linear;
	position: relative;
	text-align: center;
}
.submit_btn input[type="submit"]:hover {
    display: block;
	width: 683px;
	height: 87px;
	font-size: 31px;
	line-height: 82px;
	font-weight: 700;
	background: url("../pc_img/contents_10_btn.png");
	background-size: 683px auto;
	transition: all 0.3s linear;
	position: relative;
	text-align: center;
	opacity: 0.7;
}
.submit_btn::after {
	content: "";
	width: 19px;
	height: 20px;
	background: url("../pc_img/contents_11_arrow.png") no-repeat;
	background-size: 19px auto;
	position: absolute;
	top: 33px;
	right: 50px;
}

/** *********************** **/

#mfp_confirm_table {
	border:1px solid #b5b4b4 !important;
	border-collapse: collapse !important;
    margin-bottom: 50px !important;
}
#mfp_confirm_table th {
	border:1px solid #b5b4b4 !important;
	background: #fff;
	color: #000;
	width: 30%;
    font-size: 18px;
    line-height: 1;
    font-weight: bold;
    padding: 10px 15px;
    box-sizing: border-box;
}
#mfp_confirm_table th:after {
	content: none;
}
#mfp_confirm_table td {
	border:1px solid #b5b4b4 !important;
	background: #fff;
    font-size: 15px;
    line-height: 25px;
    padding: 10px 15px;
    box-sizing: border-box;
}
.mfp_buttons {
	text-align: center;
}
#mfp_button_send {
	display: inline-block;
	background:#c0a669;
    border: 2px solid #f6ac11;
	width: 40%;
	height: 50px;
	font-size: 22px;
	line-height: 46px;
	font-weight: 700;
	color: #000;
	margin: 0 0 0 0 ;
}
#mfp_button_cancel {
	display: inline-block;
	background:#eee;
    border: 2px solid #000;
	width: 40%;
	height: 50px;
	font-size: 22px;
	line-height: 46px;
	color: #000;
	margin: 0 20px 0 0 ;
	font-weight: 700;
}

/** *********************** **/

.thanks_wrap {
	width: 100%;
	padding: 70px 0;
	background: #000;
}
.thanks {
	width: 1100px;
	margin: 0 auto;
	text-align: center;
}
.thanks h1 {
	font-size: 19px;
	line-height: 1;
	margin-bottom: 20px;
	color: #fff;
}
.thanks figure {
	width: 382px;
	margin: 0 auto 40px auto;
}
.thanks dt {
	font-size: 39px;
	line-height: 1;
	font-weight: 700;
	color: #c0a669;
	margin-bottom: 20px;
}
.thanks dd {
	font-size: 19px;
	line-height: 1;
	font-weight: 700;
	color: #fff;
	margin-bottom: 25px;
}
.thanks p {
	font-size: 15px;
	line-height: 25px;
	font-weight: 400;
	color: #fff;
	margin-bottom: 40px;
}
.thanks ul {
	width: 500px;
	height: 84px;
	margin: 0 auto;
	position: relative;
	z-index: 10;
}
.thanks ul::after {
	content: "";
	width: 500px;
	height: 84px;
	border-radius: 42px;
	background: #000;
	position: absolute;
	bottom: -5px;
	right: -3px;
	z-index: -1;
}
.thanks li a:link,
.thanks li a:visited,
.thanks li a:active {
	display: block;
	width: 500px;
	height: 84px;
	font-size: 22px;
	line-height: 78px;
	font-weight: 700;
	border: 3px solid #c0a669;
	border-radius: 42px;
	background: #c0a669;
	transition: all 0.3s linear;
	position: relative;
}
.thanks li a:hover {
	display: block;
	width: 500px;
	height: 84px;
	font-size: 22px;
	line-height: 78px;
	font-weight: 700;
	border: 3px solid #c0a669;
	border-radius: 42px;
	background: #c0a669;
	transition: all 0.3s linear;
	position: relative;
}

/** *********************** **/

footer {
	width: 100%;
	background: #fffcf3;
	padding: 45px 0;
	text-align: center;
}
footer h3 {
	font-size: 25px;
	line-height: 1;
	font-weight: 700;
	margin-bottom: 15px;
}
footer h3::after {
	display: block;
	content: "About";
	font-family: 'Mulish', sans-serif;
	font-weight: 800;
	font-size: 14px;
	line-height: 1;
	color: #f8b62b;
	margin-top: 8px;
}
footer dt {
	width: 397px;
	margin: 0 auto 20px auto;
}
footer dd {
	font-size: 23px;
	line-height: 1;
	font-weight: 700;
	color: #f8b62b;
	margin-bottom: 30px;
}
footer h5 {
	font-size: 16px;
	line-height: 1;
	font-weight: 700;
	margin-bottom: 15px;
}
footer p {
	font-size: 16px;
	line-height: 1;
	font-weight: 400;
	color: #000;
	margin-bottom: 30px;
}
footer a:link,
footer a:visited,
footer a:hover,
footer a:active {
	width: 344px;
	height: 40px;
	border-radius: 20px;
	background: #ffc000;
	display: block;
	font-family: 'Mulish', sans-serif;
	font-weight: 800;
	font-size: 23px;
	line-height: 35px;
	color: #fff;
	margin: 0 auto 45px auto;
}
footer small {
	display: block;
	font-size: 12px;
	line-height: 1;
	font-weight: 700;
	color: #ffc000;
}

/** *********************** **/

#pagetop {
  position: fixed;
  bottom: 50px;
  right: 50px;
  z-index: 80;
}
#pagetop a {
  display: block;
  background: url("../pc_img/page_top.png") no-repeat center center;
  background-size: 49px auto;
  width: 49px;
  height: 49px;
  transition: all .3s ease;
}
#pagetop a:hover {
  text-decoration: none;
  opacity: .8;
}
