@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;
*/

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

.pc_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);
  }
}

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

html {
	overflow-x: hidden;
}
body {
	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: 14.57vw;
	position: absolute;
	top: -0.53vw;
	left: 0;
	z-index: 50;
}
header h1 {
	width: 45.15vw;
	height: 14.57vw;
	margin: 0 auto;
	background: url("../sp_img/head_logo.png") no-repeat top center;
	background-size: 45.15vw auto;
	text-indent: -9876px;	
}
header div {
	width: 87.46vw;
	height: 16.8vw;
	text-align: center;
	font-size: 4vw;
	line-height: 1;
	font-weight: 700;
	position: fixed;
	bottom: 2.66vw;
	left: 6.27vw;
	z-index: 50;
}
header div a {
	display: block;
	width: 100%;
	height: 100%;
	padding-top: 4.8vw;
	padding-left: 0;
	background: url("../sp_img/head_btn.png") no-repeat;
	background-size: 87.46vw auto;
	position: relative;
}
header div a::before {
	content: "";
	width: 7.2vw;
	height: 8vw;
	background: url("../sp_img/head_icn.png") no-repeat;
	background-size: 7.2vw 8vw;
	position: absolute;
	top: 4.53vw;
	left: 10.66vw;
}
header div::after {
	content: "";
	width: 3.2vw;
	height: 3.2vw;
	background: url("../sp_img/head_arrow.png") no-repeat;
	background-size: 3.2vw 3.2vw;
	position: absolute;
	top: 6.66vw;
	right: 13.33vw;
}
header div a::after {
	font-family: 'Mulish', sans-serif;
	font-weight: 700;
	content: "Contact";
	width: 100%;
	font-size: 2.66vw;
	line-height: 1;
	color: #000;
	text-align: center;
	position: absolute;
	top: 9.86vw;
	left: 0;
}

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

.mv_area_wrap {
	width: 100%;
	height: 170.66vw;
	background: url("../sp_img/mv_bg.jpg") no-repeat top right;
	background-size: cover;
	background-color: #fff;
	overflow: hidden;
}
.mv_area {
	padding-top: 14.53vw;
	width: 100%;
	position: relative;
}
.mv_area h2 {
	width: 85.95vw;
	margin: 0 auto 2.66vw auto;
}
.mv_area dl {
	text-align: center;
	margin: 0 auto;
}
.mv_area dt {
	font-size: 3.73vw;
	line-height: 1;
	font-weight: 400;
	text-align: center;
}
.mv_area dd {
	width: 87.82vw;
	margin: -1.33vw auto 0 auto;
}
.mv_area ul {
	margin-top: -1.33vw;
	text-align: center;
}
.mv_area li {
	width: 28.8vw;
	height: 28.8vw;
	background: url("../sp_img/mv_txt_bg.png") no-repeat;
	background-size: 28.8vw auto;
	padding-top: 8vw;
	font-size: 3.2vw;
	line-height: 4.53vw;
	font-weight: 700;
	color: #fff;
	text-align: center;
	display: inline-block;
	vertical-align: top;
	margin: 0 0.66vw;
}

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

.cv_area_wrap {
	width: 100%;
	height: 144.53vw;
	background: url("../sp_img/cv_bg.jpg") no-repeat;
	background-size: cover;
	padding: 9.33vw 0 9.33vw 0;	
}
.cv_area {
	width: 95.46vw;
	margin: 0 auto;
	background: url("../sp_img/cv_img.png") no-repeat top 68vw right 10.66vw;
	background-size: 53.68vw auto;
	text-align: center;
	position: relative;
	padding-top: 4vw;
	padding-bottom: 5.33vw;
}
.cv_area::before,
.cv_area::after {
  position: absolute;
  top: 0;
  content: '';
  width: 4vw;
  height: 100%;
  border-top: 0.26vw solid #c0a669;
  border-bottom: 0.26vw solid #c0a669;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.cv_area::before {
  left: 0;
  border-left: 0.26vw solid #c0a669;
  border-radius: 1.33vw 0 0 1.33vw;
}
.cv_area::after {
  right: 0;
  border-right: 0.26vw solid #c0a669;
  border-radius: 0 1.33vw 1.33vw 0;
}
.cv_area dt {
	font-size: 4vw;
	line-height: 1;
	color: #fff;
	font-weight: 700;
	margin-bottom: 8vw;
	position: relative;
}
.cv_area dt::after {
	content: "";
	width: 13.33vw;
	height: 0.26vw;
	background: #c0a669;
	position: absolute;
	bottom: -4vw;
	left: 50%;
	margin-left: -6.665vw;
}
.cv_area dt::before {
	content: "Contact"; 
	font-family: 'Mulish', sans-serif;
	font-weight: 800;
	font-size: 10.13vw;
	display: block;
	color: #c0a669;
	margin-bottom: 2.66vw;
}
.cv_area dd {
	font-size: 3.2vw;
	line-height: 5.33vw;
	color: #fff;
	margin-bottom: 4vw;
}
.cv_area div {
	width: 88vw;
	margin: 0 auto 36vw auto;
	background: url("../sp_img/cv_logo.png") no-repeat top center;
	background-size: 56vw auto;
	padding-top: 13.33vw;
	color: #fff;
}
.cv_area div h3 {
	font-size: 3.73vw;
	line-height: 1;
	font-weight: 700;
	margin-bottom: 2.66vw;
}
.cv_area div p {
	font-size: 2.93vw;
	line-height: 1;
	font-weight: 700;
}
.cv_area div p::before {
	content: "［";
	padding-right: 2.66vw;
}
.cv_area div p::after {
	content: "］";
	padding-left: 2.66vw;
}
.cv_area ul {
	width: 83.73vw;
	height: 22.13vw;
	margin: 0 auto;
	position: relative;
	z-index: 10;
}
.cv_area li a {
	display: block;
	width: 83.73vw;
	height: 22.13vw;
	font-size: 4vw;
	line-height: 5.06vw;
	font-weight: 700;
	padding-top: 6vw;
	background: url("../sp_img/cv_btn.png") no-repeat;
	background-size: 83.73vw auto;
	position: relative;
}
.cv_area ul::after {
	content: "";
	width: 3.2vw;
	height: 3.2vw;
	background: url("../sp_img/head_arrow.png") no-repeat;
	background-size: 3.2vw 3.2vw;
	position: absolute;
	top: 9.33vw;
	right: 10.66vw;
}
.cv_area li a::before {
	content: "";
	width: 7.2vw;
	height: 8vw;
	background: url("../sp_img/head_icn.png") no-repeat;
	background-size: 7.2vw 8vw;
	position: absolute;
	top: 6.66vw;
	left: 8vw;
}

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

.contents_01_wrap {
	width: 100%;
	background: #fffcf3 url("../sp_img/contents_01_bg.jpg") no-repeat bottom center;
	background-size: cover;
	margin: 0 auto;
	padding: 8vw 0 12vw 0;
}
.contents_01 {
	width: 100%;
	margin: 0 auto;
	text-align: center;
}
.contents_01 h2 {
	width: 92.8vw;
	background: url("../sp_img/cont_01_logo.png") no-repeat top center;
	background-size: 92.8vw auto;
	padding-top: 23.46vw;
	font-size: 4.53vw;
	line-height: 9.06vw;
	font-weight: 700;
	margin: 0 auto 6.66vw auto;
}
.contents_01 h2 strong {
	position: relative; 
}
.contents_01 h2 strong::after {
	content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -0.8vw;
	padding: 0 0 0 0;
    border-bottom: 0.53vw solid #c0a669;
}
.contents_01 p {
	width: 86.4vw;
	font-size: 3.73vw;
	line-height: 6.4vw;
	text-align: left;
	display: inline-block;
	margin: 0 auto 5.33vw auto;
}
.contents_01 div {
	width: 86.4vw;
	background: #fff;
	border-radius: 1.33vw;
	padding: 10.66vw 0 5.33vw 0;
	text-align: center;
	box-shadow: 0.26vw 0.26vw 0px 0px rgba(0,0,0,0.10);
	position: relative;
	margin: 0 auto;
}
.contents_01 div img {
	width: 80.71vw;
	height: auto;
}
.contents_01 div h3 {
	position: absolute;
	top: 4vw;
	left: -2.66vw;
	font-size: 4vw;
	line-height: 1;
	font-weight: 700;
	color: #000;
	padding: 0 5.33vw 2.66vw 5.33vw;
	border-bottom: 0.26vw solid #c0a669;
}

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

.contents_02_wrap {
	width: 100%;
	background: url("../sp_img/contents_02_bg.jpg") no-repeat;
	background-size: cover;
	padding: 13.33vw 0 13.33vw 0;
}
.contents_02 {
	width: 86.4vw;
	margin: 0 auto;
	text-align: center;
	position: relative;
}
.contents_02 h3 {
	font-size: 4vw;
	line-height: 1;
	font-weight: 700;
	color: #fff;
	margin-bottom: 8vw;
	position: relative;
}
.contents_02 h3::before {
	content: "Features";
	font-family: 'Mulish', sans-serif;
	font-weight: 800;
	font-size: 10.13vw;
	line-height: 1;
	display: block;
	text-align: center;
	margin-bottom: 2.66vw;
	color: #c0a669;
}
.contents_02 h3::after {
	content: "";
	width: 13.33vw;
	height: 0.26vw;
	background: #c0a669;
	position: absolute;
	bottom: -4vw;
	left: 50%;
	margin-left: -6.665vw;
}
.contents_02 li {
	width: 86.4vw;
	background: rgba(192,166,105,0.25);
	border-radius: 1.33vw;
	padding: 50.66vw 0 6.66vw 0;
	margin-bottom: 8vw;
	position: relative;
}
.contents_02 li:last-child {
	margin-bottom: 0;
}
.contents_02 li:nth-of-type(1)::after {
	content: "";
	width: 86.4vw;
	height: 34.13vw;
	background: url("../pc_img/contents_02_illust_01.png") no-repeat;
	background-size: 86.4vw auto;
	position: absolute;
	top: 0;
	left: 0;
}
.contents_02 li:nth-of-type(2)::after {
	content: "";
	width: 86.4vw;
	height: 34.13vw;
	background: url("../pc_img/contents_02_illust_02.png") no-repeat;
	background-size: 86.4vw auto;
	position: absolute;
	top: 0;
	left: 0;
}
.contents_02 li:nth-of-type(3)::after {
	content: "";
	width: 86.4vw;
	height: 34.13vw;
	background: url("../pc_img/contents_02_illust_03.png") no-repeat;
	background-size: 86.4vw auto;
	position: absolute;
	top: 0;
	left: 0;
}
.contents_02 li:nth-of-type(4)::after {
	content: "";
	width: 86.4vw;
	height: 34.13vw;
	background: url("../pc_img/contents_02_illust_04.png") no-repeat;
	background-size: 86.4vw auto;
	position: absolute;
	top: 0;
	left: 0;
}
.contents_02 li:nth-of-type(5)::after {
	content: "";
	width: 86.4vw;
	height: 34.13vw;
	background: url("../pc_img/contents_02_illust_05.png") no-repeat;
	background-size: 86.4vw auto;
	position: absolute;
	top: 0;
	left: 0;
}
.contents_02 li:nth-of-type(6)::after {
	content: "";
	width: 86.4vw;
	height: 34.13vw;
	background: url("../pc_img/contents_02_illust_06.png") no-repeat;
	background-size: 86.4vw auto;
	position: absolute;
	top: 0;
	left: 0;
}
.contents_02 li h4 {
	text-align: center;
	font-size: 4.26vw;
	line-height: 6.93vw;
	color: #fff;
	font-weight: 700;
	margin-bottom: 4vw;
}
.contents_02 li p {
	font-size: 3.73vw;
	line-height: 6.4vw;
	color: #fff;
	font-weight: 400;
	text-align: left;
	padding: 0 5.33vw;
}
.contents_02 dl {
	position: absolute;
	top: 37.33vw;
	left: 0;
	width: 100%;
}
.contents_02 dt {
	font-family: 'Mulish', sans-serif;
	font-weight: 800;
	font-size: 2.66vw;
	line-height: 1;
	transform: scale(0.6);
	transform-origin: center top;
	color: #c0a669;
}
.contents_02 dd {
	font-family: 'Mulish', sans-serif;
	font-weight: 800;
	font-size: 6.93vw;
	line-height: 1;
	color: #c0a669;
}

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

.contents_03_wrap {
	width: 100%;
	background: url("../sp_img/contents_03_bg.jpg") no-repeat top center;
	background-size: cover;
	padding: 9.33vw 0 13.33vw 0;
}
.contents_03 {
	width: 86.4vw;
	margin: 0 auto;
	text-align: center;
}
.contents_03 h3 {
	font-size: 4vw;
	line-height: 1;
	font-weight: 700;
	margin-bottom: 10.66vw;
	position: relative;
}
.contents_03 h3::before {
	content: "Device";
	font-family: 'Mulish', sans-serif;
	font-weight: 800;
	font-size: 10.13vw;
	line-height: 1;
	display: block;
	text-align: center;
	margin-bottom: 2.66vw;
	color: #fff;
}
.contents_03 h3::after {
	content: "";
	width: 13.33vw;
	height: 0.26vw;
	background: #fff;
	position: absolute;
	bottom: -4vw;
	left: 50%;
	margin-left: -6.665vw;
}
.contents_03_img {
	width: 35.2vw;
	margin: 0 auto;
	position: relative;
	z-index: 10;
}
.contents_03_img dl {
	width: 37.33vw;
	height: 37.33vw;
	border-radius: 18.665vw;
	padding-top: 9.86vw;
	border: 0.26vw solid #fff;
	position: absolute;
	top: -7.46vw;
	right: -31.2vw;
	z-index: -1;
}
.contents_03_img dt {
	font-size: 4.26vw;
	line-height: 6.13vw;
	font-weight: 700;
	color: #fff;
	margin-bottom: 2.13vw;
}
.contents_03_img dd {
	font-size: 2.66vw;
	line-height: 1;
	font-weight: 700;
	color: #000;
}
.contents_03_block {
	width: 86.4vw;
	background: #000 url("../sp_img/contents_03_block_bg.jpg") no-repeat top left;
	background-size: cover;
	border-radius: 1.33vw;
	padding: 8vw 5.33vw 9.33vw 5.33vw;
	box-shadow: 0.26vw 0.26vw 0px 0px rgba(0,0,0,0.10);
}
.contents_03_block_title {
	margin-bottom: 6.66vw;
}
.contents_03_block_title dt {
	font-size: 4.53vw;
	line-height: 6.13vw;
	font-weight: 700;
	margin-bottom: 2.66vw;
	color: #fff;
}
.contents_03_block_title dd {
	font-family: 'Mulish', sans-serif;
	font-weight: 800;
	font-size: 12.53vw;
	line-height: 1;
	color: #c0a669;
	position: relative;
	width: 70.66vw;
	padding: 2.66vw 5.33vw 4vw 5.33vw;
	-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: 5.33vw;
  height: 100%;
  border-top: 0.53vw solid #c0a669;
  border-bottom: 0.53vw solid #c0a669;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.contents_03_block_title dd::before {
  left: 0;
  border-left: 0.53vw solid #c0a669;
  border-radius: 1.33vw 0 0 1.33vw;
}
.contents_03_block_title dd::after {
  right: 0;
  border-right: 0.53vw solid #c0a669;
  border-radius: 0 1.33vw 1.33vw 0;
}
.contents_03_block figure {
	margin-bottom: 8vw;
}
.contents_03_block h4 {
	font-size: 4.53vw;
	line-height: 1;
	font-weight: 700;
	margin-bottom: 5.33vw;
	color: #fff;
}
.cont_03_txt_01::after {
	display: block;
	content: "Features";
	font-family: 'Mulish', sans-serif;
	font-weight: 800;
	font-size: 2.93vw;
	line-height: 1;
	color: #c0a669;
	margin-top: 1.33vw;
}
.cont_03_txt_02::after {
	display: block;
	content: "Reliability";
	font-family: 'Mulish', sans-serif;
	font-weight: 800;
	font-size: 2.93vw;
	line-height: 1;
	color: #c0a669;
	margin-top: 1.33vw;
}
.cont_03_txt_03::after {
	display: block;
	content: "Product Specs";
	font-family: 'Mulish', sans-serif;
	font-weight: 800;
	font-size: 2.93vw;
	line-height: 1;
	color: #c0a669;
	margin-top: 1.33vw;
}
.contents_03_block ul {
	margin-bottom: 2.66vw;
	margin-top: -5.33vw;
}
.contents_03_block li {
	border-bottom: 1px solid rgba(192,166,105,0.40);
	padding: 25.33vw 1.86vw 5.33vw 1.86vw;
}
.contents_03_block li:nth-of-type(1) {
	background: url("../pc_img/contents_03_icn_01.png") no-repeat top 5.33vw center;
	background-size: 16.26vw auto;
}
.contents_03_block li:nth-of-type(2) {
	background: url("../pc_img/contents_03_icn_02.png") no-repeat top 5.33vw center;
	background-size: 16.26vw auto;
}
.contents_03_block li:nth-of-type(3) {
	border-bottom: none;
	background: url("../pc_img/contents_03_icn_03.png") no-repeat top 5.33vw center;
	background-size: 16.26vw auto;
}
.contents_03_block li h5 {
	font-size: 4.26vw;
	line-height: 6.66vw;
	font-weight: 700;
	margin-bottom: 4vw;
	color: #fff;
}
.contents_03_block li p {
	font-size: 3.73vw;
	line-height: 6.4vw;
	text-align: left;
	color: #fff;
}
.contents_03_txt_01 {
	background: rgba(255,246,225,0.1);
	padding: 8vw 0 8vw 0;
	margin-bottom: 6.66vw;
}
.contents_03_txt_01 dl {
	margin-bottom: 8vw;
}
.contents_03_txt_01 dt {
	font-size: 4vw;
	line-height: 6.93vw;
	font-weight: 700;
	margin-bottom: 4vw;
	color: #fff;
}
.contents_03_txt_01 dd {
	width: 55.46vw;
	margin: 0 auto;
}
.contents_03_txt_01 p {
	font-size: 3.73vw;
	line-height: 6.4vw;
	text-align: left;
	padding: 0 5.33vw;
	color: #fff;
}
.contents_03_block table {
	width: 100%;
	display: inline-block;
	vertical-align: top;
	border-collapse: collapse;	
}
.contents_03_block table:nth-of-type(1) {
	border-top: 1px solid rgba(192,166,105,0.3);
}
.contents_03_block th {
	width: 24vw;
	background: #1f1e1b;
	padding: 1.86vw;
	font-size: 2.93vw;
	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 {
	background: #000;
	padding: 1.86vw 2.66vw;
	font-size: 2.93vw;
	line-height: 5.06vw;
	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("../sp_img/contents_04_bg_01.jpg"), url("../sp_img/contents_04_bg_02.png");
	background-repeat: no-repeat;
	background-position: top center,bottom -0.26vw center;
	background-size: 100vw auto,99.37vw auto;
	padding: 12vw 0 45.86vw 0;
}
.contents_04 {
	width: 86.4vw;
	margin: 0 auto;
	position: relative;
	text-align: center;
}
.contents_04 h3 {
	font-size: 4vw;
	line-height: 1;
	font-weight: 700;
	margin-bottom: 13.33vw;
	position: relative;
}
.contents_04 h3::before {
	content: "Problems";
	font-family: 'Mulish', sans-serif;
	font-weight: 800;
	font-size: 10.13vw;
	line-height: 1;
	display: block;
	text-align: center;
	margin-bottom: 2.66vw;
	color: #000;
}
.contents_04 h3::after {
	content: "";
	width: 13.33vw;
	height: 0.26vw;
	background: #000;
	position: absolute;
	bottom: -4vw;
	left: 50%;
	margin-left: -6.665vw;
}
.contents_04 ul {
	padding-bottom: 21.33vw;
	background: url("../sp_img/contents_04_arrow.png") no-repeat bottom center;
	background-size: 66.13vw auto;
}
.contents_04 li {
	width: 86.4vw;
	border-radius: 1.33vw;
	padding: 6.66vw 0 45.33vw 0;
	margin-bottom: 8vw;
	position: relative;
	box-shadow: 0 0 4vw 0 rgba(139,105,23,0.3);
}
.contents_04 li:nth-of-type(1) {
	background: #fff url("../sp_img/contents_04_illust_01.png") no-repeat bottom 5.33vw center;
	background-size: 41.33vw auto;
}
.contents_04 li:nth-of-type(2) {
	background: #fff url("../sp_img/contents_04_illust_02.png") no-repeat bottom 5.33vw center;
	background-size: 41.33vw auto;
}
.contents_04 li:nth-of-type(3) {
	background: #fff url("../sp_img/contents_04_illust_03.png") no-repeat bottom 5.33vw center;
	background-size: 41.33vw auto;
	margin-bottom: 0;
}
.contents_04 li p {
	font-size: 4vw;
	line-height: 6.66vw;
	font-weight: 700;
	text-align: center;
}
.contents_04 dl {
	position: absolute;
	top: -5.33vw;
	left: 0;
	width: 100%;
}
.contents_04 dt {
	font-family: 'Mulish', sans-serif;
	font-weight: 800;
	font-size: 2.66vw;
	line-height: 1;
	transform: scale(0.7);
	transform-origin: center top;
	color: #000000;
}
.contents_04 dd {
	font-family: 'Mulish', sans-serif;
	font-weight: 800;
	font-size: 6.66vw;
	line-height: 1;
	color: #000000;
}
.contents_04_txt {
	font-size: 4vw;
	line-height: 6.66vw;
	font-weight: 700;
	text-align: center;
	padding-top: 18.66vw;
	background: url("../sp_img/cont_04_logo.png") no-repeat top center;
	background-size: 81.33vw auto;
	margin-top: 5.33vw;
}

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

.contents_05_wrap {
	width: 100%;
	background: url("../sp_img/contents_05_bg.jpg") no-repeat top center;
	background-size: cover;
	padding: 10.66vw 0;
}
.contents_05 {
	width: 86.4vw;
	margin: 0 auto;
	position: relative;
}
.contents_05 h3 {
	font-size: 4.53vw;
	line-height: 1;
	font-weight: 700;
	color: #fff;
	margin-bottom: 5.33vw;
	position: relative;
	text-align: center;
}
.contents_05 h3::after {
	content: "Recommendation";
	font-family: 'Mulish', sans-serif;
	font-weight: 800;
	font-size: 2.93vw;
	line-height: 1;
	display: block;
	text-align: center;
	margin-top: 2.66vw;
	color: #c0a669;
}
.contents_05 ul {
	width: 86.4vw;
	border-radius: 1.33vw;
	border: 0.8vw solid #c0a669;
	background: #fff;
	position: relative;
	padding: 12vw 4vw 8vw 4vw;
	margin: 0 auto;
}
.contents_05 ul::after {
	content: "";
	width: 43.55vw;
	height: 4.88vw;
	background: url("../sp_img/contents_05_parts.png") no-repeat;
	background-size: 43.55vw auto;
	position: absolute;
	top: -1.33vw;
	left: 50%;
	margin-left: -21.775vw;
}
.contents_05 li {
	font-size: 3.73vw;
	line-height: 5.33vw;
	font-weight: 700;
	padding: 3.2vw 3.2vw 3.2vw 13.33vw;
	background: url("../sp_img/contents_05_arrow.png") no-repeat top 2.66vw left 4.8vw;
	background-size: 5.86vw auto;
	border-bottom: 0.26vw dashed #c0a669;
}
.contents_05 li:nth-of-type(6) {
	border-bottom: none;
}

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

.contents_06_wrap {
	width: 100%;
	background: url("../sp_img/contents_06_bg.jpg") no-repeat top center;
	background-size: cover;
	padding: 13.33vw 0 16vw 0;
}
.contents_06 {
	width: 86.4vw;
	margin: 0 auto;
	position: relative;
}
.contents_06 h3 {
	font-size: 4vw;
	line-height: 1;
	font-weight: 700;
	margin-bottom: 9.33vw;
	position: relative;
	color: #fff;
	text-align: center;
}
.contents_06 h3::before {
	content: "Case Study";
	font-family: 'Mulish', sans-serif;
	font-weight: 800;
	font-size: 10.13vw;
	line-height: 1;
	display: block;
	text-align: center;
	margin-bottom: 2.66vw;
	color: #c0a669;
}
.contents_06 h3::after {
	content: "";
	width: 13.33vw;
	height: 0.26vw;
	background: #c0a669;
	position: absolute;
	bottom: -4vw;
	left: 50%;
	margin-left: -6.665vw;
}
.contents_06 li {
	width: 86.4vw;
	margin-bottom: 12vw;
}
.contents_06 li:nth-of-type(1) {
	background: url("../sp_img/contents_06_img_01.png") no-repeat top center;
	background-size: 86.4vw auto;
	padding-top: 117.42vw;
}
.contents_06 li:nth-of-type(2) {
	background: url("../sp_img/contents_06_img_02.png") no-repeat top center;
	background-size: 86.4vw auto;
	padding-top: 117.42vw;;
}
.contents_06 li:nth-of-type(3) {
	background: url("../sp_img/contents_06_img_03.png") no-repeat top center;
	background-size: 86.4vw auto;
	margin-bottom: 0;
	padding-top: 117.42vw;
}
.contents_06 li h4 {
	font-size: 5.33vw;
	line-height: 1;
	font-weight: 700;
	color: #fff;
	text-align: center;
	margin-bottom: 5.33vw;
}
.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: 12vw;
	line-height: 1;
	margin-bottom: 2.66vw;
}
.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: 12vw;
	line-height: 1;
	margin-bottom: 2.66vw;
}
.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: 12vw;
	line-height: 1;
	margin-bottom: 2.66vw;
}

.contents_06 li dt {
	color: #fff;
	font-size: 4.26vw;
	line-height: 1;
	font-weight: 700;
	margin-bottom: 8vw;
	text-align: center;
	position: relative;
}
.contents_06 li dt::after {
	content: "";
	width: 13.33vw;
	height: 0.26vw;
	background: #c0a669;
	position: absolute;
	bottom: -4vw;
	left: 50%;
	margin-left: -6.665vw;
}
.contents_06 li dd {
	padding: 0 2.66vw;
	font-size: 3.73vw;
	line-height: 6.4vw;
	color: #fff;
}

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

.contents_07_wrap {
	width: 100%;
	background: #c0a669;
	padding: 10.66vw 0 13.33vw 0;
}
.contents_07 {
	width: 86.4vw;
	margin: 0 auto;
}
.contents_07 h3 {
	font-size: 4vw;
	line-height: 1;
	font-weight: 700;
	margin-bottom: 14.66vw;
	position: relative;
	color: #fff;
	text-align: center;
}
.contents_07 h3::before {
	content: "Users' Voice";
	font-family: 'Mulish', sans-serif;
	font-weight: 800;
	font-size: 10.13vw;
	line-height: 1;
	display: block;
	text-align: center;
	margin-bottom: 2.66vw;
	color: #000;
}
.contents_07 h3::after {
	content: "";
	width: 13.33vw;
	height: 0.26vw;
	background: #000;
	position: absolute;
	bottom: -4vw;
	left: 50%;
	margin-left: -6.665vw;
}
.contents_07 div {
	width: 86.4vw;
	background: #000;
	border-radius: 1.33vw;
	padding: 6.66vw 5.33vw 6.66vw 5.33vw;
	position: relative;
	display: inline-block;
	vertical-align: top;
	margin-bottom: 10.66vw
}
.contents_07 div:last-child {
	margin-bottom: 0;
}
.contents_07 div dl {
	position: absolute;
	top: -5.33vw;
	left: 0;
	width: 100%;
	text-align: center;
}
.contents_07 div dt {
	font-family: 'Mulish', sans-serif;
	font-weight: 800;
	font-size: 2.66vw;
	transform: scale(0.9);
	transform-origin: center top;
	line-height: 1;
	color: #fff;
}
.contents_07 div dd {
	font-family: 'Mulish', sans-serif;
	font-weight: 800;
	font-size: 6.4vw;
	line-height: 1;
	color: #fff;
}
.contents_07 div figure {
	width: 100%;
	height: 26.66vw;
	border-radius: 1.33vw;
	background: #303030;
	margin-bottom: 5.33vw;
}
.contents_07 div span {
	width: 34.66vw;
	height: 5.33vw;
	border-radius: 2.665vw;
	background: #c0a669;
	font-size: 3.2vw;
	line-height: 5.33vw;
	font-weight: 700;
	text-align: center;
	color: #000;
	position: absolute;
	top: 9.33vw;
	left: 2.66vw;
}
.contents_07 div h4 {
	padding: 0 2.66vw;
	font-size: 4vw;
	line-height: 6.66vw;
	font-weight: 700;
	color: #fff;
	margin-bottom: 2.66vw;
}
.contents_07 div p {
	padding: 0 2.66vw;
	font-size: 3.73vw;
	line-height: 6.4vw;
	color: #fff;
}

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

.contents_08_wrap {
	width: 100%;
	background: url("../sp_img/contents_08_bg.jpg") no-repeat top center;
	background-size: cover;
	/* padding: 9.33vw 0 13.33vw 0; */
	padding: 9.33vw 0 0 0;
}
.contents_08 {
	width: 86.4vw;
	margin: 0 auto;
	position: relative;
	z-index: 11;
}
.contents_08 h3 {
	font-size: 4vw;
	line-height: 1;
	font-weight: 700;
	margin-bottom: 8vw;
	text-align: center;
	position: relative;
	color: #fff;
}
.contents_08 h3::before {
	content: "Flow";
	font-family: 'Mulish', sans-serif;
	font-weight: 800;
	font-size: 10.13vw;
	line-height: 1;
	display: block;
	text-align: center;
	margin-bottom: 2.66vw;
	color: #c0a669;
}
.contents_08 h3::after {
	content: "";
	width: 13.33vw;
	height: 0.26vw;
	background: #c0a669;
	position: absolute;
	bottom: -4vw;
	left: 50%;
	margin-left: -6.665vw;
}
.contents_08_txt {
	font-size: 3.73vw;
	line-height: 6.4vw;
	text-align: left;
	margin-bottom: 13.33vw;
	color: #fff;
}
.contents_08 li {
	width: 86.4vw;
	border-radius: 1.86vw;
	background: linear-gradient(180deg, #c0a669 0%, #c0a669 20.26vw, #fff 20.26vw, #fff 100%);
	position: relative;
	margin-bottom: 17.33vw;
	padding: 25.6vw 6.66vw 6.66vw 6.66vw;
}
.contents_08 li::before {
	content: "";
	width: 14.93vw;
	height: 5.06vw;
	background: url("../sp_img/contents_08_arrow.png") no-repeat;
	background-size: 14.93vw 5.06vw;
	position: absolute;
	bottom: -8vw;
	left: 50%;
	margin-left: -7.465vw;
}
.contents_08 li:last-child {
	margin-bottom: 0;
	
}
.contents_08 li:last-child::before {
	content: none;
}
.contents_08 li h4 {
	font-size: 4.26vw;
	line-height: 1;
	font-weight: 700;
	text-align: center;
	margin-bottom: 4vw;
}
.contents_08 li:nth-of-type(4) h4 {
	line-height: 6.93vw;
	margin-bottom: 4vw;
}
.contents_08 li p {
	font-size: 3.73vw;
	line-height: 6.4vw;
}
.contents_08 dl {
	position: absolute;
	top: -6.13vw;
	left: 0;
	width: 100%;
	text-align: center;
}
.contents_08 dt {
	font-family: 'Mulish', sans-serif;
	font-weight: 800;
	font-size: 2.93vw;
	line-height: 1;
	color: #fff;
}
.contents_08 dd {
	font-family: 'Mulish', sans-serif;
	font-weight: 800;
	font-size: 6.13vw;
	line-height: 1;
	color: #fff;
}
.contents_08 li:nth-of-type(1)::after {
	content: "";
	width: 10.66vw;
	height: 10.13vw;
	background: url("../sp_img/contents_08_icn_01.png") no-repeat;
	background-size: 10.66vw auto;
	position: absolute;
	top: 5.33vw;
	left: 50%;
	margin-left: -5.33vw;
}
.contents_08 li:nth-of-type(2)::after {
	content: "";
	width: 10.66vw;
	height: 9.06vw;
	background: url("../sp_img/contents_08_icn_02.png") no-repeat;
	background-size: 10.66vw auto;
	position: absolute;
	top: 5.33vw;
	left: 50%;
	margin-left: -5.33vw;
}
.contents_08 li:nth-of-type(3)::after {
	content: "";
	width: 10.66vw;
	height: 9.86vw;
	background: url("../sp_img/contents_08_icn_03.png") no-repeat;
	background-size: 10.66vw auto;
	position: absolute;
	top: 5.33vw;
	left: 50%;
	margin-left: -5.33vw;
}
.contents_08 li:nth-of-type(4)::after {
	content: "";
	width: 10.66vw;
	height: 11.73vw;
	background: url("../sp_img/contents_08_icn_04.png") no-repeat;
	background-size: 10.66vw auto;
	position: absolute;
	top: 5.33vw;
	left: 50%;
	margin-left: -5.33vw;
}
.contents_08 li:nth-of-type(5)::after {
	content: "";
	width: 10.66vw;
	height: 9.86vw;
	background: url("../sp_img/contents_08_icn_05.png") no-repeat;
	background-size: 10.66vw auto;
	position: absolute;
	top: 5.33vw;
	left: 50%;
	margin-left: -5.33vw;
}

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

.contents_09_wrap {
	width: 100%;
	background: url("../sp_img/contents_09_bg.jpg") no-repeat top center;
	background-size: 100vw auto;
	/*padding: 10.66vw 0 12vw 0;*/
	padding: 24vw 0 12vw 0;
	margin-top: -14.66vw;
	position: relative;
	z-index: 10;
}
.contents_09 {
	width: 86.4vw;
	margin: 0 auto;
	position: relative;
}
.contents_09 h3 {
	font-size: 4vw;
	line-height: 1;
	font-weight: 700;
	margin-bottom: 8vw;
	text-align: center;
	position: relative;
	color: #fff;
}
.contents_09 h3::before {
	content: "Price";
	font-family: 'Mulish', sans-serif;
	font-weight: 800;
	font-size: 10.13vw;
	line-height: 1;
	display: block;
	text-align: center;
	margin-bottom: 2.66vw;
	color: #c0a669;
}
.contents_09 h3::after {
	content: "";
	width: 13.33vw;
	height: 0.26vw;
	background: #c0a669;
	position: absolute;
	bottom: -4vw;
	left: 50%;
	margin-left: -6.665vw;
}
.contents_09_txt_01 {
	font-size: 3.73vw;
	line-height: 6.4vw;
	text-align: left;
	margin-bottom: 9.33vw;
	color: #fff;
}
.contents_09 ul {
	width: 86.4vw;
	margin: 0 auto 12vw auto;
}
.contents_09 li {
	width: 86.4vw;
	border-radius: 1.86vw;
	background: #000;
	padding: 4vw  0;
	color: #fff;
	font-size: 4vw;
	line-height: 5.33vw;
	font-weight: 700;
	text-align: center;
	margin-bottom: 9.33vw;
	position: relative;
}
.contents_09 li:nth-of-type(3) {
	margin-bottom: 0;
}
.contents_09 li::after {
	content: "";
	width: 4.26vw;
	height: 4.26vw;
	background: url("../pc_img/contents_09_icn_02.png") no-repeat;
	background-size: 4.26vw auto;
	position: absolute;
	bottom: -6.66vw;
	left: 50%;
	margin-left: -2.13vw;
}
.contents_09 li:nth-of-type(3)::after {
	content: none;
}
.contents_09 div:nth-of-type(1) {
	width: 86.4vw;
	background: #000;
	border-radius: 1.33vw;
	padding: 23.2vw 0 8vw 0;
	position: relative;
	text-align: center;
	margin: 0 auto 5.33vw auto;
}
.contents_09 div:nth-of-type(1)::after {
	content: "";
	width: 25.51vw;
	height: 19.2vw;
	background: url("../sp_img/contents_09_icn_01.png") no-repeat;
	background-size: 25.51vw auto;
	position: absolute;
	top: -6.66vw;
	left: 50%;
	margin-left: -12.755vw;
}
.contents_09 div:nth-of-type(1)::before {
	content: "Option Campaign";
	width: 100%;
	font-family: 'Mulish', sans-serif;
	font-weight: 800;
	font-size: 8.8vw;
	line-height: 1;
	color: rgba(255,255,255,0.20);
	position: absolute;
	top: 16vw;
	left: 0;
	text-align: center;
}
.contents_09 div:nth-of-type(1) dt {
	font-size: 4.53vw;
	line-height: 1;
	font-weight: 700;
	margin-bottom: 4vw;
	color: #fff;
}
.contents_09 div:nth-of-type(1) dd {
	font-size: 3.73vw;
	line-height: 6.4vw;
	padding: 0 8vw;
	text-align: left;
	color: #fff;
}
.contents_09 div:nth-of-type(1) dd span {
	font-weight: 700;
}
.contents_09 div:nth-of-type(2) {
	width: 86.4vw;
	background: #000;
	border-radius: 1.86vw;
	padding: 13.33vw 5.33vw 8vw 5.33vw;
	position: relative;
	margin: 0 auto;
	text-align: center;
}
.contents_09 div:nth-of-type(2) dt {
	font-size: 4vw;
	line-height: 6.4vw;
	margin-bottom: 2.66vw;
	padding-bottom: 2.66vw;
	border-bottom: 0.26vw solid #ffe79c;
	color: #fff;
}
.contents_09 div:nth-of-type(2) dd {
	font-size: 3.73vw;
	line-height: 6.4vw;
	margin-bottom: 4vw;
	color: #fff;
}
.contents_09 div:nth-of-type(2) p {
	width: 100%;
	background: #353535;
	padding: 5.33vw;
	font-size: 3.2vw;
	line-height: 5.86vw;
	text-align: left;
	color: #fff;
}
.contents_09 div:nth-of-type(2) p a {
	text-decoration: underline;
}
.contents_09 div:nth-of-type(2) p a:nth-of-type(1) {
	margin-bottom: 0;
	display: block;
}
.contents_09 div b {
	width: 34.66vw;
	height: 4.8vw;
	background: #c0a669;
	font-size: 2.93vw;
	line-height: 4.5vw;
	font-weight: 700;
	color: #000;
	text-align: center;
	position: absolute;
	top: 4.8vw;
	left: -2.66vw;
}
.contents_09_txt_02 {
	width: 86.4vw;
	font-size: 2.93vw;
	line-height: 4vw;
	text-align: left;
	margin: 4vw auto 0 auto;
	color: #fff;
}

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

.contents_10_wrap {
	width: 100%;
	background: url("../sp_img/contents_10_bg.jpg") no-repeat top center;
	background-size: cover;
	padding: 9.33vw 0 10.66vw 0;
}
.contents_10 {
	width: 86.4vw;
	margin: 0 auto;
}
.contents_10 h3 {
	font-size: 4vw;
	line-height: 1;
	font-weight: 700;
	margin-bottom: 8vw;
	position: relative;
	text-align: center;
	color: #fff;
}
.contents_10 h3::before {
	content: "FAQ";
	font-family: 'Mulish', sans-serif;
	font-weight: 800;
	font-size: 10.13vw;
	line-height: 1;
	display: block;
	text-align: center;
	margin-bottom: 1.33vw;
	color: #c0a669;
}
.contents_10 h3::after {
	content: "";
	width: 12.8vw;
	height: 0.26vw;
	background: #c0a669;
	position: absolute;
	bottom: -4.06vw;
	left: 50%;
	margin-left: -6.4vw;
}
.contents_10 dl {
	margin-bottom: 4vw;
}
.contents_10 dl:last-child {
	margin-bottom: 0;
}
.contents_10 dt {
	width: 86.4vw;
	background: #fff;
	padding: 4vw 4vw 4vw 13.33vw;
	font-size: 3.73vw;
	line-height: 6.4vw;
	font-weight: 700;
	position: relative;
}
.contents_10 dt::before {
	content: "Q.";
	font-family: 'Mulish', sans-serif;
	font-weight: 800;
	font-size: 6.4vw;
	line-height: 1;
	color: #c0a669;
	position: absolute;
	top: 3.4vw;
	left: 4.53vw;
}
.contents_10 dd {
	width: 86.4vw;
	background: #e8e8e8;
	padding: 4vw 4vw 4vw 13.33vw;
	font-size: 3.73vw;
	line-height: 6.4vw;
	font-weight: 400;
	position: relative;
}
.contents_10 dd::before {
	content: "A.";
	font-family: 'Mulish', sans-serif;
	font-weight: 800;
	font-size: 6.4vw;
	line-height: 1;
	color: #c0a669;
	position: absolute;
	top: 3.4vw;
	left: 4.53vw;
}

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

.contents_11_wrap {
	width: 100%;
	background: #000;
	padding: 9.33vw 0 10.66vw 0;
}
.contents_11 {
	width: 86.4vw;
	margin: 0 auto;
}
.contents_11 h3 {
	font-size: 4vw;
	line-height: 1;
	font-weight: 700;
	margin-bottom: 9.33vw;
	position: relative;
	text-align: center;
	color: #fff;
}
.contents_11 h3::before {
	content: "Contact Form";
	font-family: 'Mulish', sans-serif;
	font-weight: 800;
	font-size: 10.13vw;
	line-height: 1;
	display: block;
	text-align: center;
	margin-bottom: 1.33vw;
	color: #c0a669;
}
.contents_11 h3::after {
	content: "";
	width: 12.8vw;
	height: 0.26vw;
	background: #c0a669;
	position: absolute;
	bottom: -4.06vw;
	left: 50%;
	margin-left: -6.4vw;
}
.contents_11 p {
	text-align: center;
	font-size: 3.73vw;
	line-height: 6.4vw;
	margin-bottom: 10.66vw;
	color: #fff;
}
.contents_11 table {
	width: 86.4vw;
	margin: 0 auto;
}
.contents_11 th {
	padding: 0 0 4vw 0;
	font-size: 4.53vw;
	line-height: 1;
	font-weight: 700;
	position: relative;
	color: #fff;
}
.contents_11 th span {
	width: 17.33vw;
	height: 5.33vw;
	background: #c0a669;
	text-align: center;
	font-size: 3.46vw;
	line-height: 5.06vw;
	font-weight: 700;
	color: #fff;
	display: inline-block;
	margin-left: 2.66vw;
	position: absolute;
	top: 0;
}
.contents_11 td {
	text-align: left;
	padding: 0 0 6.66vw 0;
}
.contents_11 td span {
	display: block;
	padding-top: 2.66vw;
	font-size: 3.46vw;
	line-height: 1;
}
.contents_11 td li {
	font-size: 4vw;
	line-height: 1;
	margin-bottom: 2.66vw;
	color: #fff;
}
.contents_11 td li:last-child {
	margin-bottom: 0;
}
.contents_11 td li input {
	margin-right: 1.33vw;
}
.contents_11 td li i {
	font-weight: 700;
	font-style: normal;
}
.contents_11 td input[type="text"] {
    width: 100%;
    border: 0.26vw solid #b5b4b4;
	background: #fff;
	padding: 2.66vw 4vw;
	font-size: 4.26vw;
	line-height: 1;
	border-radius: 1.33vw;	
    box-sizing: border-box;
}
.contents_11 td textarea {
	width: 100%;
    height: 26.66vw;
    border: 0.26vw solid #b5b4b4;
    background: #fff;
    box-sizing: border-box;
    padding: 2.66vw 4vw;
	font-size: 4.26vw;
	line-height: 6.4vw;
	border-radius: 1.33vw;
}

.privacy {
	width: 86.4vw;
    height: 26.66vw;
    border: 0.26vw solid #b5b4b4;
    background: #fff;
    box-sizing: border-box;
    padding: 2.66vw 4vw;
	border-radius: 1.33vw;
	margin: 0 auto 9.33vw auto;
	overflow: auto;
}
.privacy dl {
	margin-bottom: 2.66vw;
}
.privacy dl dt {
	font-size: 3.2vw;
	line-height: 1;
	font-weight: 700;
	margin-bottom: 1.33vw;
}
.privacy dl dd {
	font-size: 2.66vw;
	line-height: 4.8vw;
}
.privacy p {
	font-size: 2.66vw;
	line-height: 4.8vw;
	margin-bottom: 2.66vw;
	text-align: left !important;
	color: #000 !important;
}
.submit_btn {
	width: 86.66vw;
	height: 22.93vw;
	margin: 0 auto 0 auto;
	position: relative;
	z-index: 10;
	text-align: center;
}
.submit_btn input[type="submit"] {
    display: block;
	width: 86.66vw;
	height: 22.93vw;
	font-size: 6.13vw;
	line-height: 22.93vw;
	font-weight: 700;
	background: url("../sp_img/contents_11_btn.png");
	background-size: 86.66vw auto;
	position: relative;
	text-align: center;
}
.submit_btn::after {
	content: "";
	width: 4.26vw;
	height: 4.26vw;
	background: url("../pc_img/contents_11_arrow.png") no-repeat;
	background-size: 4.26vw auto;
	position: absolute;
	top: 9.33vw;
	right: 9.33vw;
}

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

#mfp_confirm_table {
	border:0.26vw solid #b5b4b4 !important;
	border-collapse: collapse !important;
    margin-bottom: 13.33vw !important;
}
#mfp_confirm_table th {
	border:0.26vw solid #b5b4b4 !important;
	background: #fff;
	color: #000;
	width: 30%;
    font-size: 4vw;
    line-height: 1;
    font-weight: bold;
    padding: 2.66vw 4vw;
    box-sizing: border-box;
}
#mfp_confirm_table th:after {
	content: none;
}
#mfp_confirm_table td {
	border: 0.26vw solid #b5b4b4 !important;
	background: #fff;
    font-size: 3.46vw;
	line-height: 6.13vw;
    padding: 2.66vw 4vw;
    box-sizing: border-box;
}
.mfp_buttons {
	text-align: center;
}
#mfp_button_send {
	display: inline-block;
	background:#c0a669;
    border: 0.53vw solid #f6ac11;
	width: 40%;
	height: 13.33vw;
	ont-size: 5.33vw;
	line-height: 12.26vw;
	font-weight: 700;
	color: #000;
	margin: 0 4vw 0 0 ;
}
#mfp_button_cancel {
	display: inline-block;
	background:#eee;
    border: 0.53vw solid #000;
	width: 40%;
	height: 13.33vw;
	font-size: 5.33vw;
	line-height: 12.26vw;
	color: #000;
	margin: 0 0 0 0 ;
	font-weight: 700;
}

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

.thanks_wrap {
	width: 100%;
	padding: 13.33vw 0;
	background: #000;
}
.thanks {
	width: 86.4vw;
	margin: 0 auto;
	text-align: center;
	color: #fff;
}
.thanks h1 {
	font-size: 4.53vw;
	line-height: 1;
	margin-bottom: 5.33vw;
}
.thanks figure {
	width: 66.66vw;
	margin: 0 auto 10.66vw auto;
}
.thanks dt {
	font-size: 5.33vw;
	line-height: 1;
	font-weight: 700;
	color: #c0a669;
	margin-bottom: 4vw;
}
.thanks dd {
	font-size: 4vw;
	line-height: 6.66vw;
	font-weight: 700;
	margin-bottom: 6.66vw;
}
.thanks p {
	font-size: 3.46vw;
	line-height: 6.4vw;
	font-weight: 400;
	margin-bottom: 10.66vw;
}
.thanks ul {
	width: 85.33vw;
	height: 13.33vw;
	margin: 0 auto;
	position: relative;
	z-index: 10;
}
.thanks ul::after {
	content: "";
	width: 85.33vw;
	height: 13.33vw;
	border-radius: 6.665vw;
	background: #000;
	position: absolute;
	bottom: -1.33vw;
	right: -1.33vw;
	z-index: -1;
}
.thanks li a {
	display: block;
	width: 85.33vw;
	height: 13.33vw;
	border-radius: 6.665vw;
	font-size: 4.8vw;
	line-height: 12.33vw;
	font-weight: 700;
	border: 0.8vw solid #c0a669;
	background: #c0a669;
	position: relative;
}

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

footer {
	width: 100%;
	background: #fffcf3;
	padding: 9.33vw 0 25vw 0;
	text-align: center;
}
footer h3 {
	font-size: 4.53vw;
	line-height: 1;
	font-weight: 700;
	margin-bottom: 6.66vw;
	position: relative;
	text-align: center;
}
footer h3::after {
	display: block;
	content: "About";
	font-family: 'Mulish', sans-serif;
	font-weight: 800;
	font-size: 2.93vw;
	line-height: 1;
	text-align: center;
	margin-top: 2.66vw;
	color: #f8b62b;
}
footer dt {
	width: 67.2vw;
	margin: 0 auto 6.66vw auto;
}
footer dd {
	font-size: 4.26vw;
	line-height: 6.93vw;
	font-weight: 700;
	color: #f8b62b;
	margin-bottom: 8vw;
}
footer h5 {
	font-size: 3.2vw;
	line-height: 1;
	font-weight: 700;
	margin-bottom: 2.66vw;
}
footer p {
	font-size: 3.2vw;
	line-height: 1;
	font-weight: 400;
	color: #000;
	margin-bottom: 4vw;
}
footer a {
	width: 69.33vw;
	height: 8vw;
	border-radius: 4vw;
	background: #ffc000;
	display: block;
	font-family: 'Mulish', sans-serif;
	font-weight: 800;
	font-size: 4.53vw;
	line-height: 7.2vw;
	color: #fff;
	margin: 0 auto 14.66vw auto;
}
footer small {
	display: block;
	font-size: 2.4vw;
	line-height: 1;
	font-weight: 700;
	color: #f8b62b;
}

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

#pagetop {
  display: none;

}
