#wrapper {
  position: relative;
  min-width: 1000px;
  border: 8px solid #c19b73;
  border-top: none;
  border-bottom: none;
  letter-spacing: 1px;
}

/* --------------------------------
	header
-------------------------------- */
.cover {
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  border: 8px solid #c19b73;
  border-bottom: none;
  box-sizing: border-box;
}

.cover_h {
  position: relative;
  z-index: 10;
  min-width: 1000px;
}
.cover_h img {
  width: 100%;
}
.cover_h span {
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 560px;
  height: 240px;
  margin: auto;
}
.cover_h span img {
  width: inherit;
}

.slider_wrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  min-width: 1000px;
  height: 100%;
}

.cover_slider {
  height: 100%;
  min-width: 1000px;
}
.cover_slider img {
  width: 100%;
  -webkit-transition: 5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: 5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-transition: 5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: 5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: 5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}
.cover_slider li.is-current img {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.bx-wrapper .bx-viewport {
  left: 0;
  margin: 0;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
}

.cover_overlay {
  position: absolute;
  top: 7.8%;
  right: 5.4%;
  z-index: 100;
}
.cover_overlay a {
  display: block;
  overflow: hidden;
  width: 152px;
  height: 72px;
  background: url(../img/cover_btn_overlay.png) no-repeat 0 0;
  text-indent: -9999px;
  transition: all 0.3s;
}
.cover_overlay a:hover {
  transform: scale(1.05);
}

#cboxContent {
  height: 598px !important;
}

#cboxContent {
  background: none;
}

/* --------------------------------
	gnav
-------------------------------- */
.gnav {
  position: relative;
  z-index: 100;
}

.nav {
  float: left;
  width: 20%;
  height: 59px;
  background: #fff;
  text-indent: -9999px;
  overflow: hidden;
  text-align: center;
  line-height: 59px;
}
.nav a {
  display: block;
  text-decoration: none;
  color: #c19b73;
  font-size: 20px;
  transition: background-color 0.3s;
}
.nav a:hover {
  overflow: visible;
  background-image: none;
  background-color: #ea5796;
  text-indent: 0;
  color: #fff;
}

.nav_01 a {
  background-image: url(../img/nav_btn_what.png);
  background-position: center center;
  background-repeat: no-repeat;
}

.nav_02 a {
  background-image: url(../img/nav_btn_how.png);
  background-position: center center;
  background-repeat: no-repeat;
}

.nav_03 a {
  background-image: url(../img/nav_btn_scene.png);
  background-position: center center;
  background-repeat: no-repeat;
}

.nav_04 a {
  background-image: url(../img/nav_btn_contact.png);
  background-position: center center;
  background-repeat: no-repeat;
}

.nav_05 {
  position: relative;
  background: #c19b73;
}
.nav_05 .sns {
  position: absolute;
  top: 50%;
  margin-top: -17px;
}
.nav_05 .sns a {
  display: block;
  width: 34px;
  height: 34px;
}
.nav_05 .sns a:hover {
  overflow: hidden;
  background-color: inherit;
  text-indent: -9999px;
}
.nav_05 .facebook {
  left: 50%;
  margin-left: -42px;
  background: url(../img/btn_fb.png) no-repeat;
  transition: all 0.3s;
}
.nav_05 .facebook:hover {
  opacity: 0.7;
}
.nav_05 .twitter {
  right: 50%;
  margin-right: -42px;
  background: url(../img/btn_tw.png) no-repeat;
  transition: all 0.3s;
}
.nav_05 .twitter:hover {
  opacity: 0.7;
}

.gnav-fix {
  display: none;
  position: fixed;
  top: -59px;
  left: 0;
  z-index: 101;
  width: 100%;
  margin: 0 8px;
  transition: top 0.3s;
}
.gnav-fix .nav {
  width: calc(100% / 6);
}
.gnav-fix .nav_logo a {
  background-image: url(../img/nav_logo.png);
  background-position: center center;
  background-repeat: no-repeat;
}
.gnav-fix .nav_logo a:hover {
  overflow: hidden;
  background-color: #fff;
  text-indent: -9999px;
}

/* --------------------------------
	main
-------------------------------- */
.main {
  display: block;
  margin-top: 56.2%;
  background-image: url(../img/intro_bg_02.jpg);
  background-position: 50% 0;
  background-attachment: fixed;
  background-size: cover;
}

/* --------------------------------
	intro
-------------------------------- */
.intro {
  position: relative;
  z-index: 1;
  background-color: rgba(255, 255, 255, 0.8);
  background-image: url(../img/intro_bg_01.png);
  background-size: cover;
}

.intro_h {
  padding: 104px 0 0;
  text-align: center;
}

.intro_txt {
  padding: 40px 0 93px;
  font-size: 16px;
  color: #000;
  text-align: center;
  line-height: 2.64;
}

/* --------------------------------
	what
-------------------------------- */
.what {
  position: relative;
  z-index: 2;
  margin-top: 220px;
  background-image: url(../img/what_bg.png);
  background-size: cover;
}
.what .inner {
  position: relative;
  width: 1000px;
  margin: 0 auto;
  padding-bottom: 90px;
}

.what_h {
  padding-top: 158px;
  text-align: center;
}

.what_cons {
  position: relative;
  height: 1415px;
  margin: 59px 0 0;
}

.what_txt {
  display: table-cell;
  width: 500px;
  height: 331px;
  vertical-align: middle;
  font-size: 16px;
  line-height: 2.25;
  color: #fff;
  text-align: center;
}
.what_txt.what_txt_02 {
  color: #c19b73;
}

.what_box {
  position: absolute;
  z-index: 1;
}

.what_box_01 {
  top: 107px;
  right: 0;
}

.what_box_02 {
  top: 504px;
  left: 0;
}

.what_box_03 {
  top: 1056px;
  right: 0;
}

.what_img_01 {
  position: absolute;
  top: 0;
  left: 0;
}

.what_img_02 {
  position: absolute;
  top: 547px;
  right: 0;
}

.what_img_03 {
  position: absolute;
  top: 1020px;
  left: 0;
}

.box_01 {
  background-image: url(../img/what_box_01.png);
}

.box_02 {
  background-image: url(../img/what_box_02.png);
}

.what_txt_01 {
  background-color: rgba(254, 156, 154, 0.8);
}

.what_txt_02 {
  background-color: rgba(255, 255, 255, 0.8);
}

.what_txt_03 {
  background-color: rgba(212, 150, 207, 0.8);
}

.what_txt_04 {
  padding: 94px 0;
  text-align: center;
}

/* --------------------------------
	system
-------------------------------- */
.system {
  position: relative;
  z-index: 3;
  top: -120px;
  padding: 170px 0 200px;
  background: url(../img/system_bg.png) no-repeat 50% 0;
  background-size: cover;
}
.system .inner {
  width: 1000px;
  margin: 0 auto;
}

.system_h {
  text-align: center;
}

.system_img {
  padding-top: 66px;
  text-align: center;
}

/* --------------------------------
	how
-------------------------------- */
.how {
  position: relative;
  z-index: 4;
  margin-top: -150px;
}
.how::before {
  content: '';
  position: absolute;
  top: -120px;
  left: 0;
  width: 100%;
  height: 0;
  padding-top: 100%;
  background-image: url(../img/how_bg_top.png);
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: contain;
}
.how .inner {
  position: relative;
  padding-bottom: 140px;
  background-color: #fff;
}

.how-anchor {
  position: relative;
  top: -90px;
  padding-top: 160px;
  margin-bottom: -90px;
}

.how_h {
  text-align: center;
}

.how_txt {
  padding: 48px 0 0;
  font-size: 16px;
  color: #000;
  text-align: center;
  line-height: 2.4;
  color: #2c2c2c;
}

.how_cont {
  position: relative;
  z-index: 1;
  margin-top: 70px;
}
.how_cont .textarea {
  position: relative;
  z-index: 2;
  width: 50%;
  height: 439px;
}
.how_cont .imgarea {
  position: relative;
  width: 50%;
  height: 439px;
}

.how_cont:nth-of-type(odd) .textarea {
  float: right;
  background-color: #fe9795;
  overflow: hidden;
}
.how_cont:nth-of-type(odd) .imgarea {
  float: left;
}
.how_cont:nth-of-type(odd) .imgarea::before {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  width: 84px;
  margin: 59px 0 0;
  border-top: 45px solid transparent;
  border-right: 42px solid #fe9795;
  border-bottom: 45px solid transparent;
  border-left: 42px solid transparent;
}

.how_cont:nth-of-type(even) .textarea {
  float: left;
  background-color: #d497cf;
  overflow: hidden;
}
.how_cont:nth-of-type(even) .imgarea {
  float: right;
}
.how_cont:nth-of-type(even) .imgarea::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 84px;
  margin: 59px 0 0;
  border-top: 45px solid transparent;
  border-left: 42px solid #d497cf;
  border-bottom: 45px solid transparent;
  border-right: 42px solid transparent;
}

.how_conts_01 .textarea_inner {
  position: relative;
  margin: 137px auto 0;
  width: 420px;
}
.how_conts_01 .textarea_inner::after {
  content: '';
  position: absolute;
  top: -72px;
  left: -48px;
  z-index: -1;
  width: 50px;
  height: 162px;
  background: url(../img/how_no_01.png) no-repeat 0 0;
}
.how_conts_02 .textarea_inner {
  position: relative;
  margin: 146px auto 0;
  width: 420px;
}
.how_conts_02 .textarea_inner::after {
  content: '';
  position: absolute;
  top: -91px;
  left: -62px;
  z-index: -1;
  width: 113px;
  height: 168px;
  background: url(../img/how_no_02.png) no-repeat 0 0;
}
.how_conts_03 .textarea_inner {
  position: relative;
  margin: 147px auto 0;
  width: 420px;
}
.how_conts_03 .textarea_inner::after {
  content: '';
  position: absolute;
  top: -85px;
  left: -65px;
  z-index: -1;
  width: 111px;
  height: 173px;
  background: url(../img/how_no_03.png) no-repeat 0 0;
}
.how_conts_04 .textarea_inner {
  position: relative;
  margin: 130px auto 0;
  width: 420px;
}
.how_conts_04 .textarea_inner::after {
  content: '';
  position: absolute;
  top: -82px;
  left: -70px;
  z-index: -1;
  width: 127px;
  height: 167px;
  background: url(../img/how_no_04.png) no-repeat 0 0;
}
.how_conts_05 .textarea_inner {
  position: relative;
  margin: 138px auto 0;
  width: 420px;
}
.how_conts_05 .textarea_inner::after {
  content: '';
  position: absolute;
  top: -70px;
  left: -74px;
  z-index: -1;
  width: 116px;
  height: 167px;
  background: url(../img/how_no_05.png) no-repeat 0 0;
}

.how_conts_h {
  position: relative;
  z-index: 1;
  font-size: 26px;
  color: #fff;
}

.how_conts_txt {
  position: relative;
  z-index: 1;
  margin-top: 17px;
  font-size: 16px;
  color: #fff;
  line-height: 2.25;
}

.how_bg_01 {
  background: url(../img/how_img_01.png) no-repeat center 0;
  background-size: cover;
}

.how_bg_02 {
  background: url(../img/how_img_02.png) no-repeat center 0;
  background-size: cover;
}

.how_bg_03 {
  background: url(../img/how_img_03.png) no-repeat center 0;
  background-size: cover;
}

.how_bg_04 {
  background: url(../img/how_img_04.png) no-repeat center 0;
  background-size: cover;
}

.how_bg_05 {
  background: url(../img/how_img_05.png) no-repeat center 0;
  background-size: cover;
}

.how-spec {
  position: relative;
}
.how-spec .inner {
  position: relative;
  z-index: 1;
  width: 880px;
  top: 0;
  margin: 100px auto 0;
  padding: 80px 0 61px;
  border: 15px solid #fe9795;
  background: transparent;
}

.spec_h {
  text-align: center;
}

.spec_txt {
  margin-top: 39px;
  text-align: center;
  line-height: 2.15;
}

.spec_img {
  margin-top: 45px;
  text-align: center;
}
.spec_img a {
  width: 555px;
  height: 369px;
  margin: auto;
  display: block;
  transition: opacity 0.3s;
}
.spec_img a:hover {
  opacity: 0.8;
}

.pagetop {
  display: none;
  z-index: 100;
  transition: opacity 0.3s;
}
.pagetop:hover {
  opacity: 0.8;
}

.how_figure-01 {
  position: absolute;
  top: 120px;
  left: 0;
  width: 585px;
  height: 1168px;
  background: url(../img/how_bg_01.png) no-repeat 0 0;
}

.how_figure-02 {
  position: absolute;
  top: 1199px;
  left: 293px;
  width: 331px;
  height: 333px;
  background: url(../img/how_bg_02.png) no-repeat 0 0;
}

.how_figure-03 {
  position: absolute;
  top: 1896px;
  left: 0;
  width: 486px;
  height: 520px;
  background: url(../img/how_bg_03.png) no-repeat 0 0;
}

.how_figure-04 {
  position: absolute;
  top: 472px;
  right: 0;
  width: 314px;
  height: 576px;
  background: url(../img/how_bg_04.png) no-repeat 0 0;
}

.how_figure-05 {
  position: absolute;
  top: 1384px;
  right: 0;
  width: 459px;
  height: 916px;
  background: url(../img/how_bg_05.png) no-repeat 0 0;
}

.how_figure-06 {
  position: absolute;
  top: 2666px;
  right: 32px;
  width: 474px;
  height: 471px;
  background: url(../img/how_bg_06.png) no-repeat 0 0;
}

.how_figure-07 {
  position: absolute;
  bottom: -183px;
  left: 0;
  width: 406px;
  height: 576px;
  background: url(../img/how_bg_07.png) no-repeat 0 0;
}

/* --------------------------------
	scene
-------------------------------- */
.scene_bg {
  position: relative;
  z-index: 4;
  padding-top: 445px;
  background: url(../img/scene_bg_01.jpg) no-repeat 50% 0;
  background-size: cover;
  background-attachment: fixed;
}

.scene {
  padding: 0 0 122px;
  background: url(../img/scene_bg_02.png) no-repeat 50% 0;
  background-size: cover;
}

.scene_h {
  padding: 151px 0 0;
  text-align: center;
}

.scene_mov {
  margin-top: 69px;
  text-align: center;
}

.scene_txt {
  margin-top: 75px;
  text-align: center;
}

/* --------------------------------
	contact
-------------------------------- */
.contact {
  padding: 0 0 120px;
  background: #fff url(../img/contact_bg.png) no-repeat;
  background-size: cover;
}

.contact_h {
  padding-top: 133px;
  text-align: center;
}

.contact_lead {
  margin-top: 83px;
  text-align: center;
}

.contact_txt {
  margin-top: 48px;
  line-height: 2.25;
  font-size: 16px;
  color: #2c2c2c;
  text-align: center;
}
.contact_txt + .contact_txt {
  margin-top: 36px;
}

.contact_btn {
  margin-top: 50px;
  text-align: center;
}
.contact_btn a {
  display: inline-block;
  background: url(../img/contact_btn_ov.png) no-repeat 0 0;
}
.contact_btn a img {
  transition: opacity 0.3s;
}
.contact_btn a:hover img {
  opacity: 0;
}

.contact_detail {
  margin-top: 34px;
  text-align: center;
}
.contact_detail a {
  display: inline-block;
  position: relative;
  height: 33px;
  padding: 3px 00 3px 39px;
  line-height: 33px;
  background: url(../img/contact_ico_detail.png) no-repeat 0 50%;
  font-size: 18px;
  color: #ea5796;
  text-align: center;
  text-decoration: none;
  -webkit-transition: width 0.3s;
  transition: width 0.3s;
}
.contact_detail a::after {
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  bottom: -5px;
  width: 0;
  height: 1px;
  background: #ea5796;
  -webkit-transition: width 0.3s;
  transition: width 0.3s;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.contact_detail a:hover::after {
  margin-left: 20px;
  width: calc(100% - 39px);
}

/* --------------------------------
	footer
-------------------------------- */
.footer {
  height: 100px;
  background: #c19b73;
  line-height: 100px;
}
.footer .copyright {
  text-align: center;
  font-size: 14px;
  color: #fff;
}
.footer .copyright span {
  color: #f1c79a;
}

/* --------------------------------
	colorbox
-------------------------------- */
#cboxTopLeft {
  background: none;
}

#cboxTopCenter {
  background: none;
}

#cboxTopRight {
  background: none;
}

#cboxBottomLeft {
  background: none;
}

#cboxBottomCenter {
  background: none;
}

#cboxBottomRight {
  background: none;
}

#cboxMiddleLeft {
  background: none;
}

#cboxMiddleRight {
  background: none;
}

#cboxLoadingOverlay {
  background: none;
}

#cboxLoadingGraphic {
  background: none;
}

#cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {
  background: none;
}
