/* fonts */
* {
  font-family: "GT America Regular";
  font-size: 24px;
  line-height: 32px;
  color: #170F0A;
  -webkit-font-smoothing: antialiased;
}

body {
  margin: 0;
  padding: 0;
  position: relative;
  width: 100%;
  background-color: #BFB3A1;
}

.inner {
  width: 1440px;
  margin: 0 auto;
  box-sizing: border-box;
  position: relative;
  max-width: 100%;
  padding: 0 64px;
}
@media only screen and (max-width: 1300px) {
  .inner {
    padding: 0 40px;
  }
}
@media only screen and (max-width: 990px) {
  .inner {
    padding: 0 24px;
  }
}

.inner2 {
  width: 1440px;
  margin: 0 auto;
  box-sizing: border-box;
  position: relative;
  max-width: 100%;
  padding: 0 176px;
}
@media only screen and (max-width: 1040px) {
  .inner2 {
    padding: 0 120px;
  }
}
@media only screen and (max-width: 990px) {
  .inner2 {
    padding: 0 24px;
  }
}

a:focus {
  outline: none;
}

a::-moz-focus-inner {
  border: 0;
}

fieldset {
  border: none;
  padding: 0;
  margin: 0;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.ff {
  clear: both;
  margin: 0;
  padding: 0;
}

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

a {
  outline: none;
  text-decoration: none;
}
a img {
  border: none;
}
a:hover {
  cursor: pointer;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
}

*:focus {
  outline: none;
}

.abs-center {
  position: absolute;
  top: 50%;
  max-width: 100%;
  left: 0;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.abs-center2 {
  position: absolute;
  max-width: 100%;
  top: 50%;
  left: 50%;
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.abs-center3 {
  position: absolute;
  max-width: 100%;
  top: 0;
  left: 50%;
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

@font-face {
  font-family: "GT America Condensed";
  src: url("../fonts/GTAmerica-CondensedRegular.woff2") format("woff2"), url("../fonts/GTAmerica-CondensedRegular.woff") format("woff"), url("../fonts/GTAmerica-CondensedRegular.svg#GTAmerica-CondensedRegular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "GT America Medium";
  src: url("../fonts/GTAmerica-Medium.woff2") format("woff2"), url("../fonts/GTAmerica-Medium.woff") format("woff"), url("../fonts/GTAmerica-Medium.svg#GTAmerica-Medium") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "GT America Regular";
  src: url("../fonts/GTAmerica-Regular.woff2") format("woff2"), url("../fonts/GTAmerica-Regular.woff") format("woff"), url("../fonts/GTAmerica-Regular.svg#GTAmerica-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "GT America Condensed Bold";
  src: url("../fonts/GTAmerica-CondensedBold.woff2") format("woff2"), url("../fonts/GTAmerica-CondensedBold.woff") format("woff"), url("../fonts/GTAmerica-CondensedBold.svg#GTAmerica-CondensedBold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
.box-link {
  display: flex;
  justify-content: flex-start;
}

.btn-boxlink {
  display: block;
  line-height: 40px;
  font-family: "GT America Regular";
  font-size: 18px;
  text-transform: uppercase;
  color: #170F0A;
  padding: 0 52px 0 24px;
  background-color: #F7F5F0;
  position: relative;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.btn-boxlink:before {
  content: "";
  display: block;
  background: url(../img/btn-boxlink-arrow-black.svg) no-repeat center;
  width: 16px;
  height: 12px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 24px;
}
.btn-boxlink:hover {
  padding-right: 76px;
  color: #170F0A;
  text-decoration: none;
}
.btn-boxlink.brown {
  background-color: #BFB3A1;
}

body.white header#top .content .logo svg path {
  fill: #F7F5F0;
}
body.white header#top .content .title svg path {
  fill: #F7F5F0;
}
body.white header#top .content .menu-icon svg line {
  stroke: #F7F5F0;
}
body.main header#top .content .title {
  display: none;
}
body.main #main-newsbox {
  margin-top: -400px;
}
@media only screen and (max-width: 1700px) {
  body.main #main-newsbox {
    padding-top: 260px;
  }
}
@media only screen and (max-width: 1500px) {
  body.main #main-newsbox {
    padding-top: 320px;
  }
}
@media only screen and (max-width: 990px) {
  body.main #main-newsbox {
    margin: 0;
    padding-top: 70px;
  }
}
@media only screen and (max-width: 767px) {
  body.main #main-newsbox {
    padding-top: 48px;
  }
}

#menubox-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 200px;
  background-color: #BFB3A1;
  z-index: 1;
  display: none;
}
#menubox-bg.active {
  display: block;
}

#menubox {
  position: fixed;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  padding-top: 64px;
}
@media only screen and (max-width: 990px) {
  #menubox {
    padding-top: 40px;
  }
}
#menubox .content {
  padding: 0 100px;
  width: 100%;
}
@media only screen and (max-width: 990px) {
  #menubox .content {
    padding: 0 24px;
  }
}
#menubox .content .btn-close {
  position: absolute;
  top: 0;
  right: 100px;
}
@media only screen and (max-width: 990px) {
  #menubox .content .btn-close {
    right: 24px;
  }
}
#menubox .content .items ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
#menubox .content .items ul li a {
  display: inline-block;
  font-family: "GT America Medium";
  font-size: 48px;
  line-height: 58px;
  letter-spacing: -0.03em;
  color: #F7F5F0;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
@media only screen and (max-width: 1300px) {
  #menubox .content .items ul li a {
    font-size: 32px;
    line-height: 38px;
  }
}
@media only screen and (max-width: 990px) {
  #menubox .content .items ul li a {
    font-size: 24px;
    line-height: 36px;
  }
}
#menubox .content .items ul li a:hover, #menubox .content .items ul li a.active {
  color: #170F0A;
  text-decoration: none;
}
#menubox .content .bottom {
  margin-top: 96px;
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 1300px) {
  #menubox .content .bottom {
    margin-top: 76px;
  }
}
@media only screen and (max-width: 990px) {
  #menubox .content .bottom {
    margin-top: 56px;
  }
}
@media only screen and (max-width: 767px) {
  #menubox .content .bottom {
    display: block;
  }
}
#menubox .content .bottom .textbox {
  display: flex;
}
@media only screen and (max-width: 767px) {
  #menubox .content .bottom .textbox {
    margin-top: 64px;
  }
}
#menubox .content .bottom .textbox .txt {
  font-family: "GT America Regular";
  font-size: 16px;
  line-height: 23px;
  color: #F7F5F0;
}
#menubox .content .bottom .textbox .txt:first-child {
  margin-right: 90px;
}
#menubox .content .bottom .textbox .txt a {
  font-family: "GT America Regular";
  font-size: 16px;
  line-height: 23px;
  color: #F7F5F0;
  text-decoration: none;
}

header#top {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 64px 0;
  z-index: 9;
}
@media only screen and (max-width: 1300px) {
  header#top {
    padding: 40px 0;
  }
}
@media only screen and (max-width: 990px) {
  header#top {
    padding: 48px 0;
  }
}
header#top .content {
  width: 100%;
  padding: 0 64px;
}
@media only screen and (max-width: 1300px) {
  header#top .content {
    padding: 0 40px;
  }
}
@media only screen and (max-width: 990px) {
  header#top .content {
    padding: 0 24px;
  }
}
header#top .content .logo {
  display: block;
}
header#top .content .title {
  position: absolute;
  top: 12px;
  left: 0;
  width: 50%;
  right: 0;
  margin: auto;
  display: flex;
  justify-content: center;
}
@media only screen and (max-width: 990px) {
  header#top .content .title {
    width: 90px;
    top: 18px;
  }
}
header#top .content .title svg {
  max-width: 100%;
  height: auto;
}
header#top .content .menu-icon {
  position: absolute;
  top: 0;
  right: 64px;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
@media only screen and (max-width: 1300px) {
  header#top .content .menu-icon {
    right: 40px;
  }
}
@media only screen and (max-width: 990px) {
  header#top .content .menu-icon {
    right: 24px;
    top: 8px;
  }
}
header#top .content .menu-icon.active {
  opacity: 1;
  visibility: visible;
}
header#top .content .menu-icon svg line {
  stroke: #170F0A;
}

#main-bigimbox {
  background-color: #170F0A;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100vh;
}
@media only screen and (max-width: 990px) {
  #main-bigimbox {
    height: auto;
  }
}
@media only screen and (max-width: 767px) {
  #main-bigimbox {
    margin-top: 0;
  }
}
#main-bigimbox img.mob {
  display: none;
  max-width: 100%;
}
@media only screen and (max-width: 990px) {
  #main-bigimbox img.mob {
    display: block;
  }
}
#main-bigimbox .imgbox {
  background: url(../img/main-bigimgbox-img.jpg) no-repeat center;
  background-size: cover;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
@media only screen and (max-width: 990px) {
  #main-bigimbox .imgbox {
    display: none;
  }
}
#main-bigimbox .imgbox img {
  display: block;
}

#page-containerbox {
  background-color: #F7F5F0;
  position: relative;
  overflow: hidden;
  z-index: 2;
  -webkit-transition: 1s;
  -moz-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
}
#page-containerbox.menuactive {
  position: fixed;
  transform: translateY(550px) scale(calc(1 - 0.08004268943436499 * 1 ));
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  will-change: transform;
}
@media only screen and (max-width: 1300px) {
  #page-containerbox.menuactive {
    transform: translateY(420px) scale(calc(1 - 0.08004268943436499 * 1 ));
  }
}
@media only screen and (max-width: 990px) {
  #page-containerbox.menuactive {
    transform: translateY(380px) scale(calc(1 - 0.08004268943436499 * 1 ));
  }
}
@media only screen and (max-width: 767px) {
  #page-containerbox.menuactive {
    transform: translateY(480px) scale(calc(1 - 0.08004268943436499 * 1 ));
  }
}
#page-containerbox.menuactive .page-containerbox-content {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  will-change: transform;
}
#page-containerbox.menuactive .page-containerbox-content .page-containerbox-content-body {
  will-change: transform;
  transform: translateY(var(--scroll, 0));
}
#page-containerbox .page-containerbox-content {
  overflow: hidden;
  position: relative;
  transform-origin: 50% 0;
  -webkit-transition: 1s;
  -moz-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
}
#page-containerbox .page-containerbox-content .page-containerbox-content-body {
  overflow: hidden;
}

#main-headline-box {
  position: fixed;
  z-index: 4;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
}
@media only screen and (max-width: 990px) {
  #main-headline-box {
    position: absolute;
  }
}
#main-headline-box .logo-big {
  position: absolute;
  bottom: -100px;
  width: 100%;
}
@media only screen and (max-width: 990px) {
  #main-headline-box .logo-big {
    bottom: -65px;
  }
}
@media only screen and (max-width: 767px) {
  #main-headline-box .logo-big {
    bottom: -50px;
  }
}
#main-headline-box svg {
  max-width: 100%;
  height: auto;
}

#main-headerbox .imgbox {
  width: 100%;
  height: 100vh;
  background: url(../img/main-headerbox-bg.jpg) no-repeat center/cover;
  position: relative;
}
@media only screen and (max-width: 990px) {
  #main-headerbox .imgbox {
    display: none;
  }
}
#main-headerbox .imgbox-mob {
  display: none;
}
@media only screen and (max-width: 990px) {
  #main-headerbox .imgbox-mob {
    display: block;
    width: 100%;
    height: 100vh;
    position: relative;
  }
}
#main-headerbox .bottombox {
  padding: 280px 0 150px 0;
  background-color: #170F0A;
}
@media only screen and (max-width: 1300px) {
  #main-headerbox .bottombox {
    padding: 230px 0 150px 0;
  }
}
#main-headerbox .bottombox .contentbox {
  padding-right: 400px;
}
@media only screen and (max-width: 1040px) {
  #main-headerbox .bottombox .contentbox {
    padding-right: 200px;
  }
}
@media only screen and (max-width: 990px) {
  #main-headerbox .bottombox .contentbox {
    padding: 0 24px;
  }
}
#main-headerbox .bottombox .contentbox .icon {
  display: none;
}
@media only screen and (max-width: 990px) {
  #main-headerbox .bottombox .contentbox .icon {
    display: block;
    width: 64px;
    margin: 0 auto;
    top: -96px;
    position: relative;
  }
}
#main-headerbox .bottombox .contentbox .title {
  font-family: "GT America Regular";
  font-size: 16px;
  line-height: 23px;
  color: #F7F5F0;
}
#main-headerbox .bottombox .contentbox .txt {
  font-family: "GT America Regular";
  font-size: 32px;
  line-height: 46px;
  letter-spacing: -0.01em;
  color: #F7F5F0;
  margin-top: 10px;
  margin-bottom: 64px;
}
@media only screen and (max-width: 1300px) {
  #main-headerbox .bottombox .contentbox .txt {
    font-size: 28px;
    line-height: 39px;
  }
}
@media only screen and (max-width: 990px) {
  #main-headerbox .bottombox .contentbox .txt {
    font-size: 24px;
    line-height: 36px;
  }
}
#main-headerbox .bottombox .contentbox .txt * {
  font-family: "GT America Regular";
  font-size: 32px;
  line-height: 46px;
  letter-spacing: -0.01em;
  color: #F7F5F0;
}
@media only screen and (max-width: 1300px) {
  #main-headerbox .bottombox .contentbox .txt * {
    font-size: 28px;
    line-height: 39px;
  }
}
@media only screen and (max-width: 990px) {
  #main-headerbox .bottombox .contentbox .txt * {
    font-size: 24px;
    line-height: 36px;
  }
}

#main-infobox {
  padding: 160px 0 330px 0;
  background-color: #F7F5F0;
}
@media only screen and (max-width: 1300px) {
  #main-infobox {
    padding: 120px 0 230px 0;
  }
}
@media only screen and (max-width: 990px) {
  #main-infobox {
    padding: 48px 0 200px 0;
  }
}
#main-infobox .contentbox .txt {
  font-family: "GT America Medium";
  font-size: 48px;
  line-height: 58px;
  letter-spacing: -0.03em;
  margin-bottom: 64px;
}
@media only screen and (max-width: 1300px) {
  #main-infobox .contentbox .txt {
    font-size: 32px;
    line-height: 38px;
  }
}
@media only screen and (max-width: 990px) {
  #main-infobox .contentbox .txt {
    font-size: 24px;
    line-height: 36px;
  }
}
#main-infobox .contentbox .txt * {
  font-family: "GT America Medium";
  font-size: 48px;
  line-height: 58px;
  letter-spacing: -0.03em;
}
@media only screen and (max-width: 1300px) {
  #main-infobox .contentbox .txt * {
    font-size: 32px;
    line-height: 38px;
  }
}
@media only screen and (max-width: 990px) {
  #main-infobox .contentbox .txt * {
    font-size: 24px;
    line-height: 36px;
  }
}
#main-infobox .imgbox img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}

#main-aboutbox {
  background-color: #D1E5F2;
}
@media only screen and (max-width: 990px) {
  #main-aboutbox {
    padding-top: 50px;
  }
}
#main-aboutbox .contentbox {
  margin-bottom: 40px;
}
@media only screen and (max-width: 1300px) {
  #main-aboutbox .contentbox {
    margin-bottom: 0;
  }
}
#main-aboutbox .contentbox .itembox {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 990px) {
  #main-aboutbox .contentbox .itembox {
    flex-direction: column;
    justify-content: normal;
    padding-left: 0;
  }
}
#main-aboutbox .contentbox .itembox .textbox {
  width: 640px;
  position: relative;
}
@media only screen and (max-width: 990px) {
  #main-aboutbox .contentbox .itembox .textbox {
    order: 2;
    width: 100%;
  }
}
#main-aboutbox .contentbox .itembox .textbox .title {
  font-family: "GT America Regular";
  font-size: 16px;
  line-height: 23px;
}
#main-aboutbox .contentbox .itembox .textbox .txt {
  font-family: "GT America Regular";
  font-size: 32px;
  line-height: 46px;
  letter-spacing: -0.01em;
  margin-top: 15px;
  margin-bottom: 64px;
}
@media only screen and (max-width: 1300px) {
  #main-aboutbox .contentbox .itembox .textbox .txt {
    font-size: 28px;
    line-height: 39px;
  }
}
@media only screen and (max-width: 990px) {
  #main-aboutbox .contentbox .itembox .textbox .txt {
    font-size: 24px;
    line-height: 36px;
  }
}
#main-aboutbox .contentbox .itembox .textbox .txt * {
  font-family: "GT America Regular";
  font-size: 32px;
  line-height: 46px;
  letter-spacing: -0.01em;
}
@media only screen and (max-width: 1300px) {
  #main-aboutbox .contentbox .itembox .textbox .txt * {
    font-size: 28px;
    line-height: 39px;
  }
}
@media only screen and (max-width: 990px) {
  #main-aboutbox .contentbox .itembox .textbox .txt * {
    font-size: 24px;
    line-height: 36px;
  }
}
#main-aboutbox .contentbox .itembox .imgbox {
  position: relative;
}
@media only screen and (max-width: 990px) {
  #main-aboutbox .contentbox .itembox .imgbox {
    order: 1;
    width: 100%;
  }
}
#main-aboutbox .contentbox .itembox .imgbox img {
  max-width: 100%;
}
#main-aboutbox .contentbox .itembox:first-child {
  padding-left: 112px;
  margin-bottom: 320px;
}
@media only screen and (max-width: 1300px) {
  #main-aboutbox .contentbox .itembox:first-child {
    margin-bottom: 220px;
  }
}
@media only screen and (max-width: 990px) {
  #main-aboutbox .contentbox .itembox:first-child {
    padding-left: 0;
    margin-bottom: 160px;
  }
}
#main-aboutbox .contentbox .itembox:first-child .textbox {
  padding-top: 300px;
}
@media only screen and (max-width: 990px) {
  #main-aboutbox .contentbox .itembox:first-child .textbox {
    padding-top: 64px;
  }
}
#main-aboutbox .contentbox .itembox:first-child .imgbox {
  width: 416px;
}
@media only screen and (max-width: 990px) {
  #main-aboutbox .contentbox .itembox:first-child .imgbox {
    width: 100%;
    display: flex;
    justify-content: flex-end;
  }
}
@media only screen and (max-width: 990px) {
  #main-aboutbox .contentbox .itembox:first-child .imgbox .img1 {
    width: 450px;
    position: relative;
    z-index: 2;
  }
}
@media only screen and (max-width: 767px) {
  #main-aboutbox .contentbox .itembox:first-child .imgbox .img1 {
    width: 350px;
  }
}
#main-aboutbox .contentbox .itembox:first-child .imgbox .img2 {
  width: 300px;
  position: absolute;
  top: -90px;
  right: 450px;
  z-index: 2;
}
@media only screen and (max-width: 990px) {
  #main-aboutbox .contentbox .itembox:first-child .imgbox .img2 {
    width: 200px;
    right: auto;
    left: 0;
  }
}
@media only screen and (max-width: 767px) {
  #main-aboutbox .contentbox .itembox:first-child .imgbox .img2 {
    width: 150px;
  }
}
#main-aboutbox .contentbox .itembox:nth-child(2) {
  margin-bottom: 370px;
}
@media only screen and (max-width: 1300px) {
  #main-aboutbox .contentbox .itembox:nth-child(2) {
    margin-bottom: 270px;
  }
}
@media only screen and (max-width: 990px) {
  #main-aboutbox .contentbox .itembox:nth-child(2) {
    margin-bottom: 320px;
  }
}
@media only screen and (max-width: 990px) {
  #main-aboutbox .contentbox .itembox:nth-child(2) .imgbox img {
    width: 400px;
  }
}
@media only screen and (max-width: 767px) {
  #main-aboutbox .contentbox .itembox:nth-child(2) .imgbox img {
    width: 350px;
  }
}
@media only screen and (max-width: 1040px) {
  #main-aboutbox .contentbox .itembox:nth-child(2) .textbox {
    padding-left: 40px;
  }
}
@media only screen and (max-width: 990px) {
  #main-aboutbox .contentbox .itembox:nth-child(2) .textbox {
    padding: 0;
    margin-top: 110px;
  }
}
#main-aboutbox .contentbox .itembox:nth-child(2) .textbox img {
  width: 194px;
  position: absolute;
  bottom: 0;
  right: 0;
}
@media only screen and (max-width: 990px) {
  #main-aboutbox .contentbox .itembox:nth-child(2) .textbox img {
    bottom: calc(100% + 37px);
  }
}
@media only screen and (max-width: 767px) {
  #main-aboutbox .contentbox .itembox:nth-child(2) .textbox img {
    width: 150px;
  }
}
#main-aboutbox .contentbox .itembox:nth-child(3) {
  padding-left: 112px;
}
@media only screen and (max-width: 990px) {
  #main-aboutbox .contentbox .itembox:nth-child(3) {
    padding: 0;
  }
}
#main-aboutbox .contentbox .itembox:nth-child(3) .textbox {
  padding-top: 230px;
}
@media only screen and (max-width: 990px) {
  #main-aboutbox .contentbox .itembox:nth-child(3) .textbox {
    padding-top: 64px;
  }
}
#main-aboutbox .contentbox .itembox:nth-child(3) .imgbox {
  width: 410px;
}
@media only screen and (max-width: 990px) {
  #main-aboutbox .contentbox .itembox:nth-child(3) .imgbox {
    width: 100%;
    text-align: right;
  }
}
@media only screen and (max-width: 990px) {
  #main-aboutbox .contentbox .itembox:nth-child(3) .imgbox .img1 {
    width: 400px;
  }
}
@media only screen and (max-width: 767px) {
  #main-aboutbox .contentbox .itembox:nth-child(3) .imgbox .img1 {
    width: 350px;
  }
}
#main-aboutbox .contentbox .itembox:nth-child(3) .imgbox .img2 {
  width: 190px;
  position: absolute;
  top: -130px;
  right: 560px;
}
@media only screen and (max-width: 990px) {
  #main-aboutbox .contentbox .itembox:nth-child(3) .imgbox .img2 {
    right: auto;
    left: 0;
  }
}
@media only screen and (max-width: 767px) {
  #main-aboutbox .contentbox .itembox:nth-child(3) .imgbox .img2 {
    width: 150px;
  }
}
#main-aboutbox .gallerybox {
  position: relative;
  bottom: -240px;
  padding-bottom: 54px;
  width: 100%;
  overflow: hidden;
}
@media only screen and (max-width: 1040px) {
  #main-aboutbox .gallerybox {
    bottom: -180px;
  }
}
@media only screen and (max-width: 990px) {
  #main-aboutbox .gallerybox {
    bottom: -30px;
    margin-top: 160px;
    padding-bottom: 30px;
  }
}
@media only screen and (max-width: 990px) {
  #main-aboutbox .gallerybox .inner {
    padding: 0;
  }
}
#main-aboutbox .gallerybox .items {
  width: 2196px;
  margin-left: -433px;
  position: relative;
}
@media only screen and (max-width: 1400px) {
  #main-aboutbox .gallerybox .items {
    margin-left: -433px;
  }
}
@media only screen and (max-width: 1300px) {
  #main-aboutbox .gallerybox .items {
    margin-left: -458px;
  }
}
@media only screen and (max-width: 1040px) {
  #main-aboutbox .gallerybox .items {
    width: 1600px;
    margin-left: -300px;
  }
}
@media only screen and (max-width: 990px) {
  #main-aboutbox .gallerybox .items {
    width: calc(100% + 48px);
    margin-left: -24px;
  }
}
#main-aboutbox .gallerybox .items .item {
  padding: 0 16px;
}
@media only screen and (max-width: 990px) {
  #main-aboutbox .gallerybox .items .item {
    padding: 0;
  }
}
#main-aboutbox .gallerybox .items .owl-nav {
  position: absolute;
  top: 100%;
  left: 0;
  width: 500px;
  right: 200px;
  margin: auto;
  padding-top: 24px;
  display: flex;
  z-index: 5;
}
@media only screen and (max-width: 1040px) {
  #main-aboutbox .gallerybox .items .owl-nav {
    width: 300px;
  }
}
@media only screen and (max-width: 990px) {
  #main-aboutbox .gallerybox .items .owl-nav {
    display: none;
  }
}
#main-aboutbox .gallerybox .items .owl-nav div {
  width: 48px;
  height: 28px;
}
#main-aboutbox .gallerybox .items .owl-nav div.owl-prev {
  margin-right: 8px;
  background: url(../img/btn-boxlink-arrow-left-brown.svg) no-repeat center #F7F5F0;
}
#main-aboutbox .gallerybox .items .owl-nav div.owl-next {
  background: url(../img/btn-boxlink-arrow-right-brown.svg) no-repeat center #F7F5F0;
}
#main-aboutbox .gallerybox .items .owl-dots {
  position: absolute;
  left: 0;
  width: 700px;
  right: 0;
  margin: auto;
  padding-top: 35px;
  display: flex;
  z-index: 4;
  justify-content: flex-end;
}
@media only screen and (max-width: 1040px) {
  #main-aboutbox .gallerybox .items .owl-dots {
    width: 500px;
  }
}
@media only screen and (max-width: 990px) {
  #main-aboutbox .gallerybox .items .owl-dots {
    width: 100%;
    display: flex;
    justify-content: center;
    padding-top: 24px;
  }
}
#main-aboutbox .gallerybox .items .owl-dots div {
  width: 6px;
  height: 6px;
  background-color: #F7F5F0;
  margin-left: 6px;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
#main-aboutbox .gallerybox .items .owl-dots div.active {
  width: 48px;
}

#main-videobox {
  background-color: #3B3636;
  padding: 480px 0 0 0;
}
@media only screen and (max-width: 990px) {
  #main-videobox {
    padding-top: 90px;
  }
}
#main-videobox .titlebox {
  width: 500px;
  max-width: 100%;
  margin: 0 auto;
  font-family: "GT America Condensed Bold";
  font-size: 90px;
  line-height: 74px;
  letter-spacing: -0.04em;
  color: #F7F5F0;
  text-align: center;
  text-transform: uppercase;
}
@media only screen and (max-width: 990px) {
  #main-videobox .titlebox {
    font-size: 48px;
    line-height: 54px;
  }
}
#main-videobox .content {
  width: 100%;
  height: 100vh;
  position: relative;
}
@media only screen and (max-width: 990px) {
  #main-videobox .content {
    height: auto;
  }
}
#main-videobox .videobox {
  width: 400px;
  height: 220px;
  margin: 200px auto;
  position: absolute;
  top: 0;
  z-index: 199;
  overflow: hidden;
}
@media only screen and (max-width: 990px) {
  #main-videobox .videobox {
    position: relative;
    width: 100%;
    height: 500px;
    margin: 40px 0 0 0;
    top: auto;
    left: auto;
    transform: none;
  }
}
#main-videobox .videobox video {
  position: absolute;
  width: 100vw;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media only screen and (max-width: 1400px) {
  #main-videobox .videobox video {
    min-width: 100%;
    width: auto;
    height: 100vh;
  }
}
@media only screen and (max-width: 1300px) {
  #main-videobox .videobox video {
    height: auto;
    min-height: 100vh;
  }
}

#main-headlinebox {
  background-color: #F7F5F0;
  width: 100%;
  position: relative;
}
@media only screen and (max-width: 990px) {
  #main-headlinebox {
    height: auto;
  }
}
#main-headlinebox .items {
  width: 100%;
  position: relative;
}
#main-headlinebox .items .titlebox {
  width: 100%;
  text-align: center;
  padding-top: calc((100vh - 90px) / 2);
  font-family: "GT America Condensed Bold";
  font-size: 90px;
  line-height: 74px;
  letter-spacing: -0.04em;
  text-transform: uppercase;
  position: relative;
  left: 0;
  z-index: 2;
}
@media only screen and (max-width: 990px) {
  #main-headlinebox .items .titlebox {
    font-size: 48px;
    line-height: 54px;
  }
}
@media only screen and (max-width: 1700px) {
  #main-headlinebox .items .titlebox {
    font-size: 62px;
  }
}
@media only screen and (max-width: 1500px) {
  #main-headlinebox .items .titlebox {
    padding-left: 50px;
    padding-right: 50px;
    padding-top: calc((100vh - 180px) / 2);
  }
}
@media only screen and (max-width: 990px) {
  #main-headlinebox .items .titlebox {
    padding-top: calc((100vh - 200px) / 2);
  }
}
@media only screen and (max-width: 767px) {
  #main-headlinebox .items .titlebox {
    padding: 320px 30px;
  }
}
#main-headlinebox .headline-itemsbox {
  width: 100%;
  height: 100vh;
  position: relative;
}
@media only screen and (max-width: 767px) {
  #main-headlinebox .headline-itemsbox {
    position: relative;
    top: auto;
    left: auto;
    height: auto;
  }
}
#main-headlinebox .box {
  width: 100%;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
}
@media only screen and (max-width: 500px) {
  #main-headlinebox .box {
    height: 100%;
  }
}
#main-headlinebox .box .imgbox {
  position: absolute;
}
#main-headlinebox .box .imgbox img {
  display: block;
  max-width: 100%;
}
#main-headlinebox .box .imgbox.imgbox-1 {
  top: calc((100vh / 2) + 50px);
  left: 64px;
}
@media only screen and (max-width: 500px) {
  #main-headlinebox .box .imgbox.imgbox-1 {
    width: 120px;
    top: auto;
    bottom: 120px;
    left: 30px;
  }
}
#main-headlinebox .box .imgbox.imgbox-2 {
  top: 160px;
  left: calc((100% / 2) - 200px);
}
@media only screen and (max-width: 1500px) {
  #main-headlinebox .box .imgbox.imgbox-2 {
    top: 120px;
    left: calc((100% / 2) - 250px);
  }
}
@media only screen and (max-width: 1300px) {
  #main-headlinebox .box .imgbox.imgbox-2 {
    width: 150px;
    top: 90px;
  }
}
@media only screen and (max-width: 500px) {
  #main-headlinebox .box .imgbox.imgbox-2 {
    width: 130px;
    top: 90px;
    left: 40px;
  }
}
#main-headlinebox .box .imgbox.imgbox-3 {
  top: calc(100vh - 400px);
  left: calc((100% / 2) + 100px);
}
@media only screen and (max-width: 1300px) {
  #main-headlinebox .box .imgbox.imgbox-3 {
    width: 240px;
    top: 250px;
  }
}
@media only screen and (max-width: 1040px) {
  #main-headlinebox .box .imgbox.imgbox-3 {
    left: calc((100% / 2) + 20px);
  }
}
@media only screen and (max-width: 990px) {
  #main-headlinebox .box .imgbox.imgbox-3 {
    top: 130px;
  }
}
@media only screen and (max-width: 500px) {
  #main-headlinebox .box .imgbox.imgbox-3 {
    width: 200px;
  }
}
#main-headlinebox .box .imgbox.imgbox-4 {
  top: 220px;
  right: 64px;
}
@media only screen and (max-width: 1500px) {
  #main-headlinebox .box .imgbox.imgbox-4 {
    right: -100px;
  }
}
@media only screen and (max-width: 1300px) {
  #main-headlinebox .box .imgbox.imgbox-4 {
    width: 250px;
    top: 200px;
  }
}
@media only screen and (max-width: 1040px) {
  #main-headlinebox .box .imgbox.imgbox-4 {
    top: 280px;
  }
}
@media only screen and (max-width: 990px) {
  #main-headlinebox .box .imgbox.imgbox-4 {
    top: 380px;
    right: 30px;
  }
}
@media only screen and (max-width: 500px) {
  #main-headlinebox .box .imgbox.imgbox-4 {
    width: 180px;
    top: auto;
    bottom: 140px;
  }
}
#main-headlinebox .bottom {
  width: 100%;
  position: absolute;
  top: 0;
  padding-top: calc(100vh - 120px);
  display: flex;
  justify-content: center;
}
@media only screen and (max-width: 767px) {
  #main-headlinebox .bottom {
    padding: 0;
    top: auto;
    bottom: 60px;
  }
}

#main-portfoliobox {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding-top: 100px;
}
@media only screen and (max-width: 1700px) {
  #main-portfoliobox {
    padding-top: 50px;
  }
}
@media only screen and (max-width: 990px) {
  #main-portfoliobox {
    position: relative;
    top: auto;
    left: auto;
  }
}
#main-portfoliobox ::-webkit-scrollbar-track {
  background: none;
}
#main-portfoliobox ::-webkit-scrollbar-thumb {
  background: none;
}
#main-portfoliobox ::-webkit-scrollbar-thumb:hover {
  background: none;
}
#main-portfoliobox .items {
  overflow: auto;
}

#main-newsbox {
  padding: 160px 0;
  background-color: #F7F5F0;
}
@media only screen and (max-width: 990px) {
  #main-newsbox {
    padding: 48px 0;
  }
}
#main-newsbox .bottom {
  display: none;
}
@media only screen and (max-width: 990px) {
  #main-newsbox .bottom {
    display: block;
    padding-top: 16px;
    margin-bottom: 48px;
  }
}
#main-newsbox .items {
  display: flex;
  justify-content: space-between;
  width: calc(100% + 32px);
  margin-left: -16px;
}
@media only screen and (max-width: 990px) {
  #main-newsbox .items {
    display: block;
    width: 100%;
    margin: 0;
  }
}
#main-newsbox .items > div {
  width: 33.3%;
  padding: 0 16px;
}
@media only screen and (max-width: 990px) {
  #main-newsbox .items > div {
    width: 100%;
    padding: 0;
  }
}
#main-newsbox .items .textbox h3 {
  font-family: "GT America Medium";
  font-size: 48px;
  line-height: 58px;
  letter-spacing: -0.03em;
  margin-bottom: 24px;
}
@media only screen and (max-width: 1300px) {
  #main-newsbox .items .textbox h3 {
    font-size: 32px;
    line-height: 38px;
  }
}
@media only screen and (max-width: 990px) {
  #main-newsbox .items .textbox h3 {
    font-size: 24px;
    line-height: 36px;
  }
}
#main-newsbox .items .textbox .txt {
  font-family: "GT America Regular";
  font-size: 16px;
  line-height: 23px;
  margin-bottom: 64px;
}
@media only screen and (max-width: 990px) {
  #main-newsbox .items .textbox .txt {
    margin-bottom: 48px;
  }
}
#main-newsbox .items .textbox .txt * {
  font-family: "GT America Regular";
  font-size: 16px;
  line-height: 23px;
}
@media only screen and (max-width: 990px) {
  #main-newsbox .items .textbox .box-link {
    display: none;
  }
}
@media only screen and (max-width: 990px) {
  #main-newsbox .items .newsbox {
    margin-bottom: 48px;
  }
}
#main-newsbox .items .newsbox a {
  display: block;
}
#main-newsbox .items .newsbox a:hover {
  text-decoration: none;
}
#main-newsbox .items .newsbox a:hover .imgbox .h {
  opacity: 1;
}
#main-newsbox .items .newsbox a:hover .imgbox:before {
  opacity: 0.4;
}
#main-newsbox .items .newsbox a .imgbox {
  position: relative;
}
@media only screen and (max-width: 990px) {
  #main-newsbox .items .newsbox a .imgbox {
    width: 410px;
    max-width: 100%;
  }
}
#main-newsbox .items .newsbox a .imgbox img {
  display: block;
  max-width: 100%;
}
#main-newsbox .items .newsbox a .imgbox:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #170F0A;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
#main-newsbox .items .newsbox a .imgbox img {
  display: block;
}
#main-newsbox .items .newsbox a .imgbox .h {
  display: block;
  width: 110px;
  line-height: 40px;
  border: 1px solid #F7F5F0;
  font-family: "GT America Regular";
  font-size: 18px;
  color: #F7F5F0;
  text-align: center;
  text-transform: uppercase;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  opacity: 0;
  z-index: 2;
}
#main-newsbox .items .newsbox a .titlebox {
  margin: 10px 0 16px 0;
  display: flex;
  justify-content: flex-start;
}
#main-newsbox .items .newsbox a .titlebox .num {
  font-family: "GT America Condensed";
  text-transform: uppercase;
  font-size: 12px;
  line-height: 18px;
  margin-right: 8px;
}
#main-newsbox .items .newsbox a .titlebox .title {
  font-family: "GT America Regular";
  font-size: 16px;
  line-height: 23px;
}
#main-newsbox .items .newsbox a .txt {
  font-family: "GT America Regular";
  font-size: 16px;
  line-height: 23px;
}

footer {
  padding: 160px 0 64px 0;
  background-color: #BFB3A1;
}
@media only screen and (max-width: 1300px) {
  footer {
    padding-top: 120px;
  }
}
@media only screen and (max-width: 990px) {
  footer {
    padding: 64px 0 48px 0;
  }
}
footer .contentbox {
  width: 100%;
  padding: 0 64px;
}
@media only screen and (max-width: 1300px) {
  footer .contentbox {
    padding: 0 40px;
  }
}
@media only screen and (max-width: 990px) {
  footer .contentbox {
    padding: 0 24px;
  }
}
footer .content {
  padding-bottom: 160px;
}
@media only screen and (max-width: 1300px) {
  footer .content {
    padding-bottom: 120px;
  }
}
@media only screen and (max-width: 990px) {
  footer .content {
    padding-bottom: 96px;
  }
}
footer .content .title {
  font-family: "GT America Condensed Bold";
  font-size: 90px;
  line-height: 100px;
  letter-spacing: -0.04em;
  text-align: center;
}
@media only screen and (max-width: 1300px) {
  footer .content .title {
    font-size: 68px;
    line-height: 74px;
  }
}
@media only screen and (max-width: 990px) {
  footer .content .title {
    font-size: 48px;
    line-height: 54px;
  }
}
footer .content .box-link {
  margin-top: 64px;
  display: flex;
  justify-content: center;
}
footer .bottom {
  padding-top: 64px;
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #170F0A;
}
@media only screen and (max-width: 990px) {
  footer .bottom {
    padding-top: 64px;
    display: block;
  }
}
@media only screen and (max-width: 990px) {
  footer .bottom > a {
    display: block;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 990px) {
  footer .bottom .logo svg {
    display: block;
    width: 50%;
    height: auto;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 767px) {
  footer .bottom .logo svg {
    width: 100%;
  }
}
footer .bottom .txt {
  display: flex;
  padding-top: 72px;
}
@media only screen and (max-width: 990px) {
  footer .bottom .txt {
    padding-top: 64px;
  }
}
footer .bottom .txt div {
  margin-right: 24px;
  font-family: "GT America Regular";
  font-size: 16px;
  line-height: 23px;
}
footer .bottom .txt a {
  color: #170F0A;
  font-family: "GT America Regular";
  font-size: 16px;
  line-height: 23px;
}
footer.contact .content .title {
  width: 50%;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  footer.contact .content .title {
    width: 70%;
  }
}

#news-contentbox {
  padding: 270px 0 150px 0;
}
@media only screen and (max-width: 990px) {
  #news-contentbox {
    padding: 160px 0 96px 0;
  }
}
#news-contentbox .content .titlebox {
  font-family: "GT America Condensed Bold";
  font-size: 90px;
  line-height: 100px;
  letter-spacing: -0.04em;
  text-align: center;
  margin-bottom: 96px;
}
@media only screen and (max-width: 1300px) {
  #news-contentbox .content .titlebox {
    font-size: 68px;
    line-height: 74px;
  }
}
@media only screen and (max-width: 990px) {
  #news-contentbox .content .titlebox {
    font-size: 48px;
    line-height: 54px;
  }
}
@media only screen and (max-width: 990px) {
  #news-contentbox .content .titlebox {
    margin-bottom: 64px;
  }
}
#news-contentbox .content .items .item {
  padding: 24px 0 64px 0;
  border-top: 1px solid #170F0A;
  display: flex;
}
@media only screen and (max-width: 990px) {
  #news-contentbox .content .items .item {
    display: block;
    padding: 8px 0 72px 0;
  }
}
#news-contentbox .content .items .item .datebox {
  width: 224px;
}
@media only screen and (max-width: 1040px) {
  #news-contentbox .content .items .item .datebox {
    width: 120px;
  }
}
@media only screen and (max-width: 990px) {
  #news-contentbox .content .items .item .datebox {
    width: 100%;
  }
}
#news-contentbox .content .items .item .datebox .num, #news-contentbox .content .items .item .datebox .date {
  font-family: "GT America Condensed";
  text-transform: uppercase;
  font-size: 12px;
  line-height: 18px;
}
#news-contentbox .content .items .item .imgbox {
  width: 416px;
}
@media only screen and (max-width: 1040px) {
  #news-contentbox .content .items .item .imgbox {
    width: 350px;
    max-width: 100%;
    margin-top: 8px;
  }
}
#news-contentbox .content .items .item .imgbox img {
  display: block;
  max-width: 100%;
}
#news-contentbox .content .items .item .textbox {
  position: relative;
  width: calc(100% - 224px - 416px);
  padding: 0 110px;
  box-sizing: border-box;
}
@media only screen and (max-width: 1040px) {
  #news-contentbox .content .items .item .textbox {
    width: calc(100% - 120px - 350px);
    padding: 0 0 0 40px;
  }
}
@media only screen and (max-width: 990px) {
  #news-contentbox .content .items .item .textbox {
    width: 100%;
    padding: 0;
    margin-top: 16px;
  }
}
#news-contentbox .content .items .item .textbox .title {
  font-family: "GT America Medium";
  font-size: 48px;
  line-height: 58px;
  letter-spacing: -0.03em;
  margin-bottom: 48px;
}
@media only screen and (max-width: 1300px) {
  #news-contentbox .content .items .item .textbox .title {
    font-size: 32px;
    line-height: 38px;
  }
}
@media only screen and (max-width: 990px) {
  #news-contentbox .content .items .item .textbox .title {
    font-size: 24px;
    line-height: 36px;
  }
}
@media only screen and (max-width: 990px) {
  #news-contentbox .content .items .item .textbox .title {
    margin-bottom: 16px;
  }
}
#news-contentbox .content .items .item .textbox .txt {
  font-family: "GT America Regular";
  font-size: 16px;
  line-height: 23px;
}
#news-contentbox .content .items .item .textbox .box-link {
  position: absolute;
  bottom: 0;
  left: 110px;
}
@media only screen and (max-width: 1040px) {
  #news-contentbox .content .items .item .textbox .box-link {
    left: 40px;
  }
}
@media only screen and (max-width: 990px) {
  #news-contentbox .content .items .item .textbox .box-link {
    position: relative;
    bottom: auto;
    left: auto;
    margin-top: 30px;
  }
}
@media only screen and (max-width: 990px) {
  #news-contentbox .content .items .item:last-child {
    padding-bottom: 0;
  }
}

#news-singlebox .newsbox {
  padding-top: 200px;
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 990px) {
  #news-singlebox .newsbox {
    display: block;
    padding-top: 140px;
  }
}
#news-singlebox .newsbox .imgbox {
  width: 528px;
}
@media only screen and (max-width: 1040px) {
  #news-singlebox .newsbox .imgbox {
    width: 50%;
  }
}
@media only screen and (max-width: 990px) {
  #news-singlebox .newsbox .imgbox {
    width: 100%;
  }
}
#news-singlebox .newsbox .imgbox img {
  display: block;
  max-width: 100%;
}
#news-singlebox .newsbox .textbox {
  width: calc(100% - 528px);
  padding-left: 140px;
  box-sizing: border-box;
  position: relative;
}
@media only screen and (max-width: 1040px) {
  #news-singlebox .newsbox .textbox {
    width: 50%;
    padding-left: 40px;
  }
}
@media only screen and (max-width: 990px) {
  #news-singlebox .newsbox .textbox {
    width: 100%;
    padding-left: 0;
    margin-top: 48px;
  }
}
#news-singlebox .newsbox .textbox .date {
  font-family: "GT America Condensed";
  text-transform: uppercase;
  font-size: 12px;
  line-height: 18px;
}
#news-singlebox .newsbox .textbox .title {
  font-family: "GT America Medium";
  font-size: 48px;
  line-height: 58px;
  letter-spacing: -0.03em;
  margin-top: 10px;
}
@media only screen and (max-width: 1300px) {
  #news-singlebox .newsbox .textbox .title {
    font-size: 32px;
    line-height: 38px;
  }
}
@media only screen and (max-width: 990px) {
  #news-singlebox .newsbox .textbox .title {
    font-size: 24px;
    line-height: 36px;
  }
}
#news-singlebox .newsbox .textbox .txt {
  font-family: "GT America Regular";
  font-size: 24px;
  line-height: 32px;
  position: absolute;
  left: 140px;
  bottom: 0;
}
@media only screen and (max-width: 1040px) {
  #news-singlebox .newsbox .textbox .txt {
    left: 40px;
  }
}
@media only screen and (max-width: 990px) {
  #news-singlebox .newsbox .textbox .txt {
    position: relative;
    left: auto;
    bottom: auto;
    margin-top: 48px;
  }
}
#news-singlebox .newsbox-bottom {
  padding-bottom: 160px;
  padding-top: 64px;
  display: flex;
  justify-content: flex-end;
}
@media only screen and (max-width: 990px) {
  #news-singlebox .newsbox-bottom {
    padding-top: 48px;
    padding-bottom: 96px;
  }
}
#news-singlebox .newsbox-bottom .textbox {
  width: calc(100% - 528px);
  padding-left: 140px;
  box-sizing: border-box;
  position: relative;
}
@media only screen and (max-width: 1040px) {
  #news-singlebox .newsbox-bottom .textbox {
    width: 50%;
    padding-left: 40px;
  }
}
@media only screen and (max-width: 990px) {
  #news-singlebox .newsbox-bottom .textbox {
    width: 100%;
    padding-left: 0;
  }
}
#news-singlebox .newsbox-bottom .textbox h3 {
  font-family: "GT America Regular";
  font-size: 24px;
  line-height: 32px;
  margin: 0 0 30px 0;
}
#news-singlebox .newsbox-bottom .textbox p {
  font-family: "GT America Regular";
  font-size: 16px;
  line-height: 23px;
  color: #170F0A;
}
#news-singlebox .newsbox-bottom .textbox p * {
  font-family: "GT America Regular";
  font-size: 16px;
  line-height: 23px;
  color: #170F0A;
}

#news-bigimgbox {
  width: 100%;
}
#news-bigimgbox img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}

#news-infobox {
  background-color: #170F0A;
}
#news-infobox .content {
  padding: 160px 0 390px 0;
  background: url(../img/news-infobox-img.jpg) no-repeat right center;
  background-size: 65% !important;
}
@media only screen and (max-width: 1500px) {
  #news-infobox .content {
    padding-left: 64px;
    padding-right: 64px;
  }
}
@media only screen and (max-width: 1300px) {
  #news-infobox .content {
    background-size: 50% !important;
  }
}
@media only screen and (max-width: 990px) {
  #news-infobox .content {
    padding: 48px 24px 160px 24px;
    background-position: right bottom 40px !important;
  }
}
@media only screen and (max-width: 767px) {
  #news-infobox .content {
    padding-bottom: 460px;
    background-position: bottom center !important;
    background-size: 100% !important;
  }
}
#news-infobox .content h3 {
  width: 640px;
  max-width: 100%;
  font-family: "GT America Condensed Bold";
  font-size: 90px;
  line-height: 74px;
  letter-spacing: -0.04em;
  color: #F7F5F0;
  text-transform: uppercase;
  margin-bottom: 130px;
}
@media only screen and (max-width: 990px) {
  #news-infobox .content h3 {
    font-size: 48px;
    line-height: 54px;
  }
}
@media only screen and (max-width: 990px) {
  #news-infobox .content h3 {
    margin-bottom: 48px;
  }
}

#contact-headerbox {
  background-color: #2957A3;
  width: 100%;
  height: 100vh;
  padding-top: 270px;
  box-sizing: border-box;
}
@media only screen and (max-width: 1500px) {
  #contact-headerbox {
    height: auto;
    padding-bottom: 160px;
  }
}
@media only screen and (max-width: 990px) {
  #contact-headerbox {
    padding-top: 160px;
    padding-bottom: 96px;
  }
}
#contact-headerbox .content {
  height: 100%;
}
#contact-headerbox .content .contentbox {
  position: relative;
  height: 100%;
}
#contact-headerbox .content h3 {
  font-family: "GT America Condensed Bold";
  font-size: 90px;
  line-height: 100px;
  letter-spacing: -0.04em;
  color: #F7F5F0;
}
@media only screen and (max-width: 1300px) {
  #contact-headerbox .content h3 {
    font-size: 68px;
    line-height: 74px;
  }
}
@media only screen and (max-width: 990px) {
  #contact-headerbox .content h3 {
    font-size: 48px;
    line-height: 54px;
  }
}
#contact-headerbox .content .items {
  width: 100%;
  position: absolute;
  bottom: 160px;
  left: 0;
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 1500px) {
  #contact-headerbox .content .items {
    position: relative;
    bottom: auto;
    left: auto;
    margin-top: 150px;
  }
}
@media only screen and (max-width: 990px) {
  #contact-headerbox .content .items {
    display: block;
    margin-top: 48px;
  }
}
#contact-headerbox .content .items .item {
  width: 33.3%;
}
@media only screen and (max-width: 990px) {
  #contact-headerbox .content .items .item {
    width: 100%;
    margin-bottom: 48px;
  }
}
#contact-headerbox .content .items .item .title {
  font-family: "GT America Regular";
  font-size: 16px;
  line-height: 23px;
  color: #F7F5F0;
}
#contact-headerbox .content .items .item .txt {
  margin-top: 10px;
  font-family: "GT America Regular";
  font-size: 32px;
  line-height: 46px;
  letter-spacing: -0.01em;
  color: #F7F5F0;
}
@media only screen and (max-width: 1300px) {
  #contact-headerbox .content .items .item .txt {
    font-size: 28px;
    line-height: 39px;
  }
}
@media only screen and (max-width: 990px) {
  #contact-headerbox .content .items .item .txt {
    font-size: 24px;
    line-height: 36px;
  }
}
#contact-headerbox .content .items .item .txt * {
  font-family: "GT America Regular";
  font-size: 32px;
  line-height: 46px;
  letter-spacing: -0.01em;
  color: #F7F5F0;
}
@media only screen and (max-width: 1300px) {
  #contact-headerbox .content .items .item .txt * {
    font-size: 28px;
    line-height: 39px;
  }
}
@media only screen and (max-width: 990px) {
  #contact-headerbox .content .items .item .txt * {
    font-size: 24px;
    line-height: 36px;
  }
}
@media only screen and (max-width: 990px) {
  #contact-headerbox .content .items .item:last-child {
    margin-bottom: 0;
  }
}

#contact-formbox {
  padding: 115px 0 160px 0;
}
@media only screen and (max-width: 990px) {
  #contact-formbox {
    padding: 48px 0 96px 0;
  }
}
#contact-formbox .info {
  font-family: "GT America Regular";
  font-size: 14px;
  line-height: 16px;
  color: #3B3636;
  margin-top: 15px;
}
#contact-formbox .content {
  display: flex;
}
@media only screen and (max-width: 990px) {
  #contact-formbox .content {
    display: block;
  }
}
#contact-formbox .content .textbox {
  width: 560px;
  padding-right: 140px;
  box-sizing: border-box;
}
@media only screen and (max-width: 1040px) {
  #contact-formbox .content .textbox {
    width: 50%;
    padding-right: 70px;
  }
}
@media only screen and (max-width: 990px) {
  #contact-formbox .content .textbox {
    width: 100%;
    padding: 0;
  }
}
#contact-formbox .content .textbox .txt {
  font-family: "GT America Medium";
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 80px;
}
@media only screen and (max-width: 990px) {
  #contact-formbox .content .textbox .txt {
    margin-bottom: 48px;
  }
}
#contact-formbox .content .textbox .txt * {
  font-family: "GT America Medium";
  font-size: 18px;
  line-height: 24px;
}
#contact-formbox .content .textbox .imgbox img {
  display: block;
  max-width: 100%;
}
#contact-formbox .content .formbox {
  width: calc(100% - 560px);
}
@media only screen and (max-width: 1040px) {
  #contact-formbox .content .formbox {
    width: 50%;
  }
}
@media only screen and (max-width: 990px) {
  #contact-formbox .content .formbox {
    width: 100%;
    margin-top: 64px;
  }
}
#contact-formbox .content .formbox h3 {
  font-family: "GT America Condensed Bold";
  font-size: 90px;
  line-height: 100px;
  letter-spacing: -0.04em;
  margin-bottom: 64px;
}
@media only screen and (max-width: 1300px) {
  #contact-formbox .content .formbox h3 {
    font-size: 68px;
    line-height: 74px;
  }
}
@media only screen and (max-width: 990px) {
  #contact-formbox .content .formbox h3 {
    font-size: 48px;
    line-height: 54px;
  }
}
@media only screen and (max-width: 990px) {
  #contact-formbox .content .formbox h3 {
    margin-bottom: 48px;
  }
}
#contact-formbox .content .formbox form fieldset {
  margin-bottom: 24px;
}
#contact-formbox .content .formbox form fieldset label {
  display: block;
  width: 100%;
  font-family: "GT America Regular";
  font-size: 14px;
  line-height: 16px;
  color: #3B3636;
}
#contact-formbox .content .formbox form fieldset input[type=text] {
  display: block;
  width: 100%;
  line-height: 52px;
  background: none;
  border: 1px solid #BFB3A1;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  padding: 0 15px;
  box-sizing: border-box;
  font-family: "GT America Regular";
  font-size: 16px;
  color: #3B3636;
}
#contact-formbox .content .formbox form fieldset input[type=text]:focus {
  border-color: #3B3636;
}
#contact-formbox .content .formbox form fieldset textarea {
  display: block;
  width: 100%;
  height: 160px;
  background: none;
  border: 1px solid #BFB3A1;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  padding: 15px;
  box-sizing: border-box;
  font-family: "GT America Regular";
  font-size: 16px;
  color: #3B3636;
}
#contact-formbox .content .formbox form fieldset textarea:focus {
  border-color: #3B3636;
}
#contact-formbox .content .formbox form fieldset.submit {
  margin-top: 48px;
}
#contact-formbox .content .formbox form fieldset.error input[type=text], #contact-formbox .content .formbox form fieldset.error textarea {
  border-color: #e4606d;
}
#contact-formbox .content .formbox form fieldset.error input[type=text]:focus, #contact-formbox .content .formbox form fieldset.error textarea:focus {
  border-color: #e4606d;
}

#story-headerbox {
  padding-top: 210px;
}
@media only screen and (max-width: 990px) {
  #story-headerbox {
    padding-top: 160px;
  }
}
#story-headerbox .title {
  font-family: "GT America Regular";
  font-size: 16px;
  line-height: 23px;
  text-align: center;
}
#story-headerbox .txt {
  margin-top: 48px;
  font-family: "GT America Condensed Bold";
  font-size: 90px;
  line-height: 100px;
  letter-spacing: -0.04em;
  text-align: center;
}
@media only screen and (max-width: 1300px) {
  #story-headerbox .txt {
    font-size: 68px;
    line-height: 74px;
  }
}
@media only screen and (max-width: 990px) {
  #story-headerbox .txt {
    font-size: 48px;
    line-height: 54px;
  }
}
@media only screen and (max-width: 990px) {
  #story-headerbox .txt {
    margin-top: 24px;
  }
}
#story-headerbox .txt * {
  font-family: "GT America Condensed Bold";
  font-size: 90px;
  line-height: 100px;
  letter-spacing: -0.04em;
  text-align: center;
}
@media only screen and (max-width: 1300px) {
  #story-headerbox .txt * {
    font-size: 68px;
    line-height: 74px;
  }
}
@media only screen and (max-width: 990px) {
  #story-headerbox .txt * {
    font-size: 48px;
    line-height: 54px;
  }
}
#story-headerbox .imgbox {
  margin-top: 240px;
}
@media only screen and (max-width: 990px) {
  #story-headerbox .imgbox {
    margin-top: 96px;
  }
}
#story-headerbox .imgbox img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}

#story-itemsbox .itembox {
  padding-top: 430px;
}
@media only screen and (max-width: 990px) {
  #story-itemsbox .itembox {
    padding-top: 290px;
  }
}
#story-itemsbox .itembox .txtbox {
  width: 640px;
  max-width: 100%;
  font-family: "GT America Medium";
  font-size: 18px;
  line-height: 24px;
  font-size: 24px;
  text-align: center;
  margin: 0 auto;
}
@media only screen and (max-width: 990px) {
  #story-itemsbox .itembox .txtbox {
    font-size: 18px;
  }
}
#story-itemsbox .itembox .txtbox * {
  font-family: "GT America Medium";
  font-size: 18px;
  line-height: 24px;
  font-size: 24px;
  text-align: center;
}
@media only screen and (max-width: 990px) {
  #story-itemsbox .itembox .txtbox * {
    font-size: 18px;
  }
}
#story-itemsbox .itembox .imgbox {
  display: flex;
}
#story-itemsbox .itembox .imgbox .box img {
  display: block;
  max-width: 100%;
}
#story-itemsbox .itembox:first-child .imgbox {
  margin-top: 430px;
}
@media only screen and (max-width: 990px) {
  #story-itemsbox .itembox:first-child .imgbox {
    margin-top: 340px;
    display: block;
  }
}
@media only screen and (max-width: 990px) {
  #story-itemsbox .itembox:first-child .imgbox .box {
    display: flex;
    justify-content: flex-end;
  }
}
#story-itemsbox .itembox:first-child .imgbox .box:nth-child(2) {
  margin-top: 265px;
  margin-left: 32px;
}
@media only screen and (max-width: 990px) {
  #story-itemsbox .itembox:first-child .imgbox .box:nth-child(2) {
    margin-top: 24px;
    margin-left: 24px;
  }
}
#story-itemsbox .itembox:nth-child(2) .imgbox {
  margin-top: 420px;
}
@media only screen and (max-width: 990px) {
  #story-itemsbox .itembox:nth-child(2) .imgbox {
    margin-top: 280px;
    display: block;
  }
}
#story-itemsbox .itembox:nth-child(2) .imgbox .box:nth-child(1) {
  margin-top: -150px;
}
@media only screen and (max-width: 990px) {
  #story-itemsbox .itembox:nth-child(2) .imgbox .box:nth-child(1) {
    margin-top: 0;
  }
}
#story-itemsbox .itembox:nth-child(2) .imgbox .box:nth-child(2) {
  margin-left: 145px;
}
@media only screen and (max-width: 990px) {
  #story-itemsbox .itembox:nth-child(2) .imgbox .box:nth-child(2) {
    margin: 24px 0 0 0;
  }
}
#story-itemsbox .itembox:nth-child(3) .imgbox {
  margin-top: 410px;
  display: block;
}
@media only screen and (max-width: 990px) {
  #story-itemsbox .itembox:nth-child(3) .imgbox {
    margin-top: 240px;
  }
}
#story-itemsbox .itembox:nth-child(3) .imgbox .box:nth-child(1) {
  padding-right: 110px;
  display: flex;
  justify-content: flex-end;
}
@media only screen and (max-width: 990px) {
  #story-itemsbox .itembox:nth-child(3) .imgbox .box:nth-child(1) {
    padding: 0;
  }
}
#story-itemsbox .itembox:nth-child(3) .imgbox .box:nth-child(2) {
  margin-top: 64px;
  padding-left: 110px;
}
@media only screen and (max-width: 990px) {
  #story-itemsbox .itembox:nth-child(3) .imgbox .box:nth-child(2) {
    margin-top: 24px;
    padding: 0;
  }
}
#story-itemsbox .itembox:nth-child(4) .imgbox {
  margin-top: 420px;
}
@media only screen and (max-width: 990px) {
  #story-itemsbox .itembox:nth-child(4) .imgbox {
    margin-top: 270px;
    flex-direction: column;
  }
}
#story-itemsbox .itembox:nth-child(4) .imgbox .box:nth-child(1) {
  margin-top: -150px;
}
@media only screen and (max-width: 990px) {
  #story-itemsbox .itembox:nth-child(4) .imgbox .box:nth-child(1) {
    margin-top: 24px;
    order: 2;
  }
}
#story-itemsbox .itembox:nth-child(4) .imgbox .box:nth-child(2) {
  margin-left: 150px;
}
@media only screen and (max-width: 990px) {
  #story-itemsbox .itembox:nth-child(4) .imgbox .box:nth-child(2) {
    order: 1;
    margin: 0;
  }
}
#story-itemsbox .itembox:nth-child(5) {
  padding-bottom: 410px;
}
@media only screen and (max-width: 990px) {
  #story-itemsbox .itembox:nth-child(5) {
    padding-bottom: 230px;
  }
}

#investment-headerbox {
  padding: 210px 0 160px 0;
  background-color: #3B3636;
}
@media only screen and (max-width: 990px) {
  #investment-headerbox {
    padding: 160px 0 64px 0;
  }
}
#investment-headerbox .title {
  font-family: "GT America Regular";
  font-size: 16px;
  line-height: 23px;
  color: #F7F5F0;
}
#investment-headerbox h3 {
  font-family: "GT America Condensed Bold";
  font-size: 90px;
  line-height: 100px;
  letter-spacing: -0.04em;
  color: #F7F5F0;
  margin-top: 46px;
}
@media only screen and (max-width: 1300px) {
  #investment-headerbox h3 {
    font-size: 68px;
    line-height: 74px;
  }
}
@media only screen and (max-width: 990px) {
  #investment-headerbox h3 {
    font-size: 48px;
    line-height: 54px;
  }
}
@media only screen and (max-width: 990px) {
  #investment-headerbox h3 {
    margin-top: 24px;
  }
}

#investmen-headerbox-img {
  background-color: #3B3636;
}
#investmen-headerbox-img img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}

#investment-numsbox {
  background-color: #3B3636;
  padding: 160px 0;
}
@media only screen and (max-width: 990px) {
  #investment-numsbox {
    padding: 64px 0;
  }
}
#investment-numsbox .items {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 990px) {
  #investment-numsbox .items {
    display: block;
  }
}
#investment-numsbox .items .item {
  width: calc((100% - 64px) / 3);
}
@media only screen and (max-width: 990px) {
  #investment-numsbox .items .item {
    width: 100%;
  }
}
#investment-numsbox .items .item .box {
  border-top: 1px solid #F7F5F0;
  padding-top: 24px;
}
@media only screen and (max-width: 990px) {
  #investment-numsbox .items .item .box {
    padding-bottom: 64px;
  }
}
#investment-numsbox .items .item .box .num {
  font-family: "GT America Condensed Bold";
  font-size: 128px;
  line-height: 1;
  color: #F7F5F0;
  letter-spacing: -0.04em;
}
@media only screen and (max-width: 1300px) {
  #investment-numsbox .items .item .box .num {
    font-size: 92px;
  }
}
@media only screen and (max-width: 990px) {
  #investment-numsbox .items .item .box .num {
    font-size: 48px;
  }
}
#investment-numsbox .items .item .box .num * {
  font-family: "GT America Condensed Bold";
  font-size: 80px;
  line-height: 1;
  color: #F7F5F0;
  letter-spacing: -0.04em;
}
@media only screen and (max-width: 1300px) {
  #investment-numsbox .items .item .box .num * {
    font-size: 62px;
  }
}
@media only screen and (max-width: 990px) {
  #investment-numsbox .items .item .box .num * {
    font-size: 28px;
  }
}
#investment-numsbox .items .item .box .txt {
  font-family: "GT America Regular";
  font-size: 16px;
  line-height: 23px;
  color: #F7F5F0;
  margin-top: 24px;
}
#investment-numsbox .items .item:nth-child(2) {
  padding-top: 340px;
}
@media only screen and (max-width: 990px) {
  #investment-numsbox .items .item:nth-child(2) {
    padding: 0;
  }
}
#investment-numsbox .items .item:nth-child(3) {
  padding-top: 680px;
}
@media only screen and (max-width: 990px) {
  #investment-numsbox .items .item:nth-child(3) {
    padding: 0;
  }
}
@media only screen and (max-width: 990px) {
  #investment-numsbox .items .item:nth-child(3) .box {
    padding-bottom: 0;
  }
}

#investment-headerbox-img {
  background-color: #3B3636;
}
#investment-headerbox-img img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}

#investment-aboutbox {
  padding: 160px 0 140px 0;
  background-color: #D1E5F2;
}
@media only screen and (max-width: 990px) {
  #investment-aboutbox {
    padding: 64px 0 96px 0;
  }
}
#investment-aboutbox .titlebox {
  font-family: "GT America Condensed Bold";
  font-size: 90px;
  line-height: 74px;
  letter-spacing: -0.04em;
  text-align: center;
  color: #170F0A;
  text-transform: uppercase;
  margin-bottom: 160px;
}
@media only screen and (max-width: 990px) {
  #investment-aboutbox .titlebox {
    font-size: 48px;
    line-height: 54px;
  }
}
@media only screen and (max-width: 990px) {
  #investment-aboutbox .titlebox {
    margin-bottom: 48px;
  }
}
#investment-aboutbox .items {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 990px) {
  #investment-aboutbox .items {
    flex-direction: column;
  }
}
@media only screen and (max-width: 990px) {
  #investment-aboutbox .items .itembox:nth-child(1) {
    order: 2;
    width: 100%;
    margin-top: 64px;
  }
}
#investment-aboutbox .items .itembox:nth-child(1), #investment-aboutbox .items .itembox:nth-child(3) {
  width: calc((100% - 640px - 64px) / 2);
}
@media only screen and (max-width: 1040px) {
  #investment-aboutbox .items .itembox:nth-child(1), #investment-aboutbox .items .itembox:nth-child(3) {
    width: calc((100% - 440px - 64px) / 2);
  }
}
@media only screen and (max-width: 990px) {
  #investment-aboutbox .items .itembox:nth-child(1), #investment-aboutbox .items .itembox:nth-child(3) {
    width: 100%;
  }
}
#investment-aboutbox .items .itembox:nth-child(2) {
  width: 640px;
}
@media only screen and (max-width: 1040px) {
  #investment-aboutbox .items .itembox:nth-child(2) {
    width: 440px;
  }
}
@media only screen and (max-width: 990px) {
  #investment-aboutbox .items .itembox:nth-child(2) {
    order: 1;
    width: 100%;
  }
}
@media only screen and (max-width: 990px) {
  #investment-aboutbox .items .itembox:nth-child(3) {
    order: 3;
    width: 100%;
  }
}
#investment-aboutbox .items .itembox:nth-child(3) .textbox:first-child {
  margin-top: 320px;
}
@media only screen and (max-width: 990px) {
  #investment-aboutbox .items .itembox:nth-child(3) .textbox:first-child {
    margin-top: 64px;
  }
}
#investment-aboutbox .items .itembox .textbox {
  border-top: 1px solid #170F0A;
}
#investment-aboutbox .items .itembox .textbox:nth-child(2) {
  margin-top: 360px;
}
@media only screen and (max-width: 990px) {
  #investment-aboutbox .items .itembox .textbox:nth-child(2) {
    margin-top: 64px;
  }
}
#investment-aboutbox .items .itembox .textbox .title {
  font-family: "GT America Regular";
  font-size: 32px;
  line-height: 46px;
  letter-spacing: -0.01em;
  color: #170F0A;
}
@media only screen and (max-width: 1300px) {
  #investment-aboutbox .items .itembox .textbox .title {
    font-size: 28px;
    line-height: 39px;
  }
}
@media only screen and (max-width: 990px) {
  #investment-aboutbox .items .itembox .textbox .title {
    font-size: 24px;
    line-height: 36px;
  }
}
#investment-aboutbox .items .itembox .textbox .txt {
  margin-top: 24px;
  font-family: "GT America Regular";
  font-size: 16px;
  line-height: 23px;
  color: #170F0A;
}
#investment-aboutbox .items .itembox .imgbox:nth-child(2) {
  margin-top: 200px;
}
@media only screen and (max-width: 990px) {
  #investment-aboutbox .items .itembox .imgbox:nth-child(2) {
    margin-top: 40px;
  }
}
#investment-aboutbox .items .itembox .imgbox img {
  display: block;
  max-width: 100%;
}

#investment-gallerybox {
  background-color: #D1E5F2;
  padding-bottom: 320px;
}
@media only screen and (max-width: 990px) {
  #investment-gallerybox {
    padding-bottom: 96px;
  }
}
#investment-gallerybox .items {
  display: flex;
  justify-content: space-between;
}
#investment-gallerybox .items .itembox:nth-child(2) {
  width: 510px;
  margin-left: 32px;
  padding-top: 390px;
}
@media only screen and (max-width: 767px) {
  #investment-gallerybox .items .itembox:nth-child(2) {
    padding-top: 240px;
    margin-left: -40px;
  }
}
#investment-gallerybox .items .itembox img {
  display: block;
  max-width: 100%;
}

#investment-standardbox {
  background-color: #D1E5F2;
  padding-bottom: 160px;
}
@media only screen and (max-width: 990px) {
  #investment-standardbox {
    padding-bottom: 96px;
  }
}
#investment-standardbox .titlebox {
  font-family: "GT America Condensed Bold";
  font-size: 90px;
  line-height: 74px;
  letter-spacing: -0.04em;
  text-align: center;
  text-transform: uppercase;
  color: #170F0A;
  margin-bottom: 240px;
}
@media only screen and (max-width: 990px) {
  #investment-standardbox .titlebox {
    font-size: 48px;
    line-height: 54px;
  }
}
@media only screen and (max-width: 990px) {
  #investment-standardbox .titlebox {
    margin-bottom: 64px;
  }
}
#investment-standardbox .tablebox {
  border-top: 1px solid #000;
}
#investment-standardbox .tablebox .item {
  display: flex;
  padding: 8px 0 16px 0;
  border-bottom: 1px solid #000;
}
@media only screen and (max-width: 767px) {
  #investment-standardbox .tablebox .item {
    display: block;
  }
}
#investment-standardbox .tablebox .item * {
  font-family: "GT America Regular";
  font-size: 32px;
  line-height: 46px;
  letter-spacing: -0.01em;
  color: #170F0A;
}
@media only screen and (max-width: 1300px) {
  #investment-standardbox .tablebox .item * {
    font-size: 28px;
    line-height: 39px;
  }
}
@media only screen and (max-width: 990px) {
  #investment-standardbox .tablebox .item * {
    font-size: 24px;
    line-height: 36px;
  }
}
#investment-standardbox .tablebox .item .num {
  width: 25%;
}
@media only screen and (max-width: 767px) {
  #investment-standardbox .tablebox .item .num {
    width: 100%;
    font-size: 16px;
  }
}
#investment-standardbox .tablebox .item .txt {
  width: 75%;
}
@media only screen and (max-width: 767px) {
  #investment-standardbox .tablebox .item .txt {
    width: 100%;
  }
}

#investment-mapbox {
  background: url(../img/investment-mapbox-img.jpg) no-repeat center;
  background-size: cover;
}
#investment-mapbox .content {
  padding: 160px 0 1000px 0;
}
@media only screen and (max-width: 1040px) {
  #investment-mapbox .content {
    padding-bottom: 600px;
  }
}
@media only screen and (max-width: 990px) {
  #investment-mapbox .content {
    padding: 64px 24px 310px 24px;
  }
}
#investment-mapbox .titlebox {
  width: 800px;
  max-width: 100%;
  margin: 0 auto;
  font-family: "GT America Condensed Bold";
  font-size: 90px;
  line-height: 74px;
  letter-spacing: -0.04em;
  color: #F7F5F0;
  text-align: center;
  text-transform: uppercase;
}
@media only screen and (max-width: 990px) {
  #investment-mapbox .titlebox {
    font-size: 48px;
    line-height: 54px;
  }
}
#investment-mapbox .txt {
  width: 650px;
  max-width: 100%;
  margin: 48px auto 0 auto;
  font-family: "GT America Regular";
  font-size: 16px;
  line-height: 23px;
  color: #F7F5F0;
  text-align: center;
}
#investment-mapbox .map {
  display: block;
  width: 524px;
  height: 524px;
  background: url(../img/investment-mapimg.png) no-repeat center;
  background-size: cover;
  position: absolute;
  bottom: 64px;
  left: 0;
}
@media only screen and (max-width: 1040px) {
  #investment-mapbox .map {
    width: 400px;
    height: 400px;
    left: 40px;
  }
}
@media only screen and (max-width: 990px) {
  #investment-mapbox .map {
    width: 250px;
    height: 250px;
    left: 24px;
    bottom: 24px;
  }
}
@media only screen and (max-width: 767px) {
  #investment-mapbox .map {
    width: 150px;
    height: 150px;
  }
}

#investment-linksbox {
  padding-top: 120px;
}
@media only screen and (max-width: 990px) {
  #investment-linksbox {
    padding-top: 48px;
  }
}
#investment-linksbox .items {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 990px) {
  #investment-linksbox .items {
    display: block;
  }
}
#investment-linksbox .items .itembox {
  width: calc(50% - 16px);
  padding: 128px 80px 132px 80px;
}
@media only screen and (max-width: 990px) {
  #investment-linksbox .items .itembox {
    width: 100%;
    padding: 48px;
  }
}
#investment-linksbox .items .itembox:first-child {
  background-color: #BFB3A1;
}
#investment-linksbox .items .itembox:nth-child(2) {
  background-color: #78A1C4;
}
@media only screen and (max-width: 990px) {
  #investment-linksbox .items .itembox:nth-child(2) {
    margin-top: 24px;
  }
}
#investment-linksbox .items .itembox .titlebox {
  text-align: center;
  font-family: "GT America Medium";
  font-size: 48px;
  line-height: 58px;
  letter-spacing: -0.03em;
  color: #170F0A;
  margin-bottom: 64px;
}
@media only screen and (max-width: 1300px) {
  #investment-linksbox .items .itembox .titlebox {
    font-size: 32px;
    line-height: 38px;
  }
}
@media only screen and (max-width: 990px) {
  #investment-linksbox .items .itembox .titlebox {
    font-size: 24px;
    line-height: 36px;
  }
}
@media only screen and (max-width: 990px) {
  #investment-linksbox .items .itembox .titlebox {
    margin-bottom: 48px;
  }
}
#investment-linksbox .items .itembox .box-link {
  justify-content: center;
}

#investment-housebox {
  padding-top: 160px;
}
@media only screen and (max-width: 990px) {
  #investment-housebox {
    padding-top: 64px;
  }
}
#investment-housebox .content .top {
  border-top: 1px solid #170F0A;
  display: flex;
  justify-content: space-between;
  padding-bottom: 160px;
}
@media only screen and (max-width: 1300px) {
  #investment-housebox .content .top {
    padding-bottom: 96px;
  }
}
@media only screen and (max-width: 767px) {
  #investment-housebox .content .top {
    display: block;
  }
}
#investment-housebox .content .top div {
  font-family: "GT America Condensed Bold";
  font-size: 90px;
  line-height: 100px;
  letter-spacing: -0.04em;
}
@media only screen and (max-width: 1300px) {
  #investment-housebox .content .top div {
    font-size: 68px;
    line-height: 74px;
  }
}
@media only screen and (max-width: 990px) {
  #investment-housebox .content .top div {
    font-size: 48px;
    line-height: 54px;
  }
}
#investment-housebox .content .top div sup {
  font-family: "GT America Condensed Bold";
  font-size: 90px;
  line-height: 100px;
  letter-spacing: -0.04em;
  font-size: 52px;
}
@media only screen and (max-width: 1300px) {
  #investment-housebox .content .top div sup {
    font-size: 68px;
    line-height: 74px;
  }
}
@media only screen and (max-width: 990px) {
  #investment-housebox .content .top div sup {
    font-size: 48px;
    line-height: 54px;
  }
}
@media only screen and (max-width: 1300px) {
  #investment-housebox .content .top div sup {
    font-size: 42px;
  }
}
@media only screen and (max-width: 990px) {
  #investment-housebox .content .top div sup {
    font-size: 28px;
  }
}
#investment-housebox .content .contentbox {
  border-top: 1px solid #170F0A;
}
#investment-housebox .content .contentbox .title {
  font-family: "GT America Medium";
  font-size: 48px;
  line-height: 58px;
  letter-spacing: -0.03em;
  padding: 12px 0 50px 0;
}
@media only screen and (max-width: 1300px) {
  #investment-housebox .content .contentbox .title {
    font-size: 32px;
    line-height: 38px;
  }
}
@media only screen and (max-width: 990px) {
  #investment-housebox .content .contentbox .title {
    font-size: 24px;
    line-height: 36px;
  }
}
@media only screen and (max-width: 990px) {
  #investment-housebox .content .contentbox .title {
    padding-bottom: 48px;
  }
}
#investment-housebox .content .contentbox .items {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 990px) {
  #investment-housebox .content .contentbox .items {
    display: block;
  }
}
#investment-housebox .content .contentbox .items .leftbox {
  width: calc(100% - 640px);
}
@media only screen and (max-width: 990px) {
  #investment-housebox .content .contentbox .items .leftbox {
    width: 100%;
  }
}
#investment-housebox .content .contentbox .items .leftbox .btns-box {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 24px;
}
#investment-housebox .content .contentbox .items .leftbox .btns-box a {
  display: block;
  padding: 0 20px;
  color: #F7F5F0;
  font-family: "GT America Medium";
  font-size: 18px;
  line-height: 24px;
  line-height: 40px;
  background-color: #D1E5F2;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
@media only screen and (max-width: 990px) {
  #investment-housebox .content .contentbox .items .leftbox .btns-box a {
    width: 50%;
    text-align: center;
  }
}
#investment-housebox .content .contentbox .items .leftbox .btns-box a.active, #investment-housebox .content .contentbox .items .leftbox .btns-box a:hover {
  background-color: #170F0A;
  text-decoration: none;
}
#investment-housebox .content .contentbox .items .leftbox .mapbox .floor {
  width: 416px;
  max-width: 100%;
  display: none;
}
@media only screen and (max-width: 990px) {
  #investment-housebox .content .contentbox .items .leftbox .mapbox .floor {
    margin: 0 auto;
  }
}
#investment-housebox .content .contentbox .items .leftbox .mapbox .floor.active {
  display: block;
}
#investment-housebox .content .contentbox .items .leftbox .mapbox .floor .img {
  position: relative;
}
#investment-housebox .content .contentbox .items .leftbox .mapbox .floor .img img {
  display: block;
  max-width: 100%;
}
#investment-housebox .content .contentbox .items .leftbox .mapbox .floor .img .map-h {
  position: absolute;
  background-color: #2957A3;
  color: #F7F5F0;
  font-family: "GT America Regular";
  font-size: 16px;
  line-height: 23px;
  line-height: 31px;
  padding: 0 8px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
#investment-housebox .content .contentbox .items .leftbox .mapbox .floor .img .map-h sup {
  color: #F7F5F0;
  font-family: "GT America Regular";
  font-size: 16px;
  line-height: 23px;
  font-size: 12px;
}
#investment-housebox .content .contentbox .items .leftbox .mapbox .floor .img .map-h[data-item="1"] {
  top: 50px;
  right: -120px;
}
#investment-housebox .content .contentbox .items .leftbox .mapbox .floor .img .map-h[data-item="2"] {
  bottom: 200px;
  right: -175px;
}
#investment-housebox .content .contentbox .items .leftbox .mapbox .floor .img .map-h[data-item="3"] {
  top: 120px;
  left: 210px;
}
#investment-housebox .content .contentbox .items .leftbox .mapbox .floor .img .map-h[data-item="4"] {
  top: 200px;
  left: 210px;
}
#investment-housebox .content .contentbox .items .leftbox .mapbox .floor .img .map-h[data-item="5"] {
  top: 160px;
  left: 210px;
}
#investment-housebox .content .contentbox .items .leftbox .mapbox .floor .img .map-h[data-item="6"] {
  top: 150px;
  left: 120px;
}
#investment-housebox .content .contentbox .items .leftbox .mapbox .floor .img .map-h[data-item="7"] {
  top: 280px;
  left: 120px;
}
#investment-housebox .content .contentbox .items .leftbox .mapbox .floor .img .map-h[data-item="8"] {
  top: 50px;
  right: -100px;
}
#investment-housebox .content .contentbox .items .leftbox .mapbox .floor .img .map-h[data-item="9"] {
  top: 220px;
  right: -100px;
}
#investment-housebox .content .contentbox .items .leftbox .mapbox .floor .img .map-h[data-item="10"] {
  top: 100px;
  right: 0;
}
#investment-housebox .content .contentbox .items .leftbox .mapbox .floor .img .map-h[data-item="11"] {
  top: 100px;
  right: 50px;
}
#investment-housebox .content .contentbox .items .leftbox .mapbox .floor .img .map-h[data-item="12"] {
  top: 100px;
  left: 170px;
}
#investment-housebox .content .contentbox .items .leftbox .mapbox .floor .img .map-h[data-item="13"] {
  top: 220px;
  left: 210px;
}
#investment-housebox .content .contentbox .items .leftbox .mapbox .floor .img .map-h.active {
  opacity: 1;
  visibility: visible;
}
#investment-housebox .content .contentbox .items .leftbox .mapbox .floor .levelbox {
  margin-top: 36px;
  border-top: 1px solid #170F0A;
  padding-top: 4px;
}
#investment-housebox .content .contentbox .items .leftbox .mapbox .floor .levelbox .level-title {
  font-family: "GT America Medium";
  font-size: 18px;
  line-height: 24px;
}
#investment-housebox .content .contentbox .items .leftbox .mapbox .floor .levelbox .level-items .item {
  display: flex;
  justify-content: space-between;
}
#investment-housebox .content .contentbox .items .leftbox .mapbox .floor .levelbox .level-items .item div {
  font-family: "GT America Regular";
  font-size: 16px;
  line-height: 23px;
}
#investment-housebox .content .contentbox .items .leftbox .mapbox .floor .levelbox .level-items .item div sup {
  font-family: "GT America Regular";
  font-size: 16px;
  line-height: 23px;
  font-size: 11px;
}
#investment-housebox .content .contentbox .items .rightbox {
  width: 640px;
}
@media only screen and (max-width: 1040px) {
  #investment-housebox .content .contentbox .items .rightbox {
    width: 450px;
  }
}
@media only screen and (max-width: 990px) {
  #investment-housebox .content .contentbox .items .rightbox {
    width: 100%;
    margin-top: 64px;
  }
}
#investment-housebox .content .contentbox .items .rightbox .gallerybox .owl-nav {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  right: 0;
  margin: auto;
  padding-top: 27px;
  display: flex;
}
@media only screen and (max-width: 990px) {
  #investment-housebox .content .contentbox .items .rightbox .gallerybox .owl-nav {
    display: none;
  }
}
#investment-housebox .content .contentbox .items .rightbox .gallerybox .owl-nav div {
  width: 48px;
  height: 28px;
}
#investment-housebox .content .contentbox .items .rightbox .gallerybox .owl-nav div.owl-prev {
  margin-right: 8px;
  background: url(../img/icon-arrow-left-white.svg) no-repeat center #3B3636;
}
#investment-housebox .content .contentbox .items .rightbox .gallerybox .owl-nav div.owl-next {
  background: url(../img/icon-arrow-right-white.svg) no-repeat center #3B3636;
}
#investment-housebox .content .contentbox .items .rightbox .gallerybox .owl-dots {
  position: absolute;
  left: 0;
  width: 100%;
  right: 0;
  margin: auto;
  padding-top: 35px;
  display: flex;
  justify-content: flex-end;
}
@media only screen and (max-width: 990px) {
  #investment-housebox .content .contentbox .items .rightbox .gallerybox .owl-dots {
    width: 100%;
    display: flex;
    justify-content: center;
    padding-top: 27px;
  }
}
#investment-housebox .content .contentbox .items .rightbox .gallerybox .owl-dots div {
  width: 6px;
  height: 6px;
  background-color: #3B3636;
  margin-left: 6px;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
#investment-housebox .content .contentbox .items .rightbox .gallerybox .owl-dots div.active {
  width: 48px;
}
#investment-housebox .content .contentbox .bottombox {
  margin-top: 120px;
  border-top: 1px solid #170F0A;
}
#investment-housebox .content .contentbox .bottombox .title {
  padding-bottom: 0;
  margin-bottom: 68px;
}
@media only screen and (max-width: 990px) {
  #investment-housebox .content .contentbox .bottombox .title {
    margin-bottom: 24px;
  }
}
#investment-housebox .content .contentbox .bottombox .textbox {
  font-family: "GT America Regular";
  font-size: 16px;
  line-height: 23px;
  width: 420px;
}
#investment-housebox .content .contentbox .bottombox .mapbox img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}

.hideme, .anim-hideme {
  -webkit-transition: 1.2s;
  -moz-transition: 1.2s;
  -o-transition: 1.2s;
  transition: 1.2s;
  opacity: 0;
  -webkit-transform: translateY(100px);
  -ms-transform: translateY(100px);
  transform: translateY(100px);
}

@media only screen and (max-width: 990px) {
  .hideme, .anim-hideme {
    opacity: 1;
    transform: none;
  }
}
.hideme.showme, .anim-hideme.showme {
  opacity: 1;
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
}

.listhideitem {
  -webkit-transition: 1.2s;
  -moz-transition: 1.2s;
  -o-transition: 1.2s;
  transition: 1.2s;
  opacity: 0;
  -webkit-transform: translateY(100px);
  -ms-transform: translateY(100px);
  transform: translateY(100px);
}
@media only screen and (max-width: 990px) {
  .listhideitem {
    opacity: 1;
    transform: none;
  }
}
.listhideitem.showitem {
  opacity: 1;
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
}

/*# sourceMappingURL=app-style.css.map */
