@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Roboto:400,100,300,700);
h1,
h2,
h3,
p,
dl,
dt,
dd,
ol,
ul,
li {
  margin: 0;
  padding: 0;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

@media (max-width: 1024px) {
  .fullonly {
    display: none;
  }
}

@media (max-width: 768px) {
  .pconly {
    display: none;
  }
}

.tbonly {
  display: none;
}
@media (max-width: 768px) {
  .tbonly {
    display: block;
  }
}

@media (max-width: 480px) {
  .spnone {
    display: none;
  }
}

body, html {
  width: 100%;
}

body {
  color: #222;
  font-family: "Roboto", Avenir, "Open Sans", "Helvetica Neue", Helvetica, Arial, Verdana, Roboto, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 1.7;
  letter-spacing: 0.1em;
  background: #f2f2f2;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h2,
h3 {
  font-size: 36px;
  font-weight: 100;
  line-height: 48px;
  margin-bottom: 24px;
}

.ja h2,
.ja h3 {
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

h3 {
  font-size: 26px;
}

.logo {
  margin-bottom: 40px;
  background: url(../img/logo.png) no-repeat;
  width: 400px;
  height: 55px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  background-size: 100%;
}
@media (max-width: 480px) {
  .logo {
    width: 58.3333333333vw;
    height: 8.0555555556vw;
    margin-bottom: 5.5555555556vw;
  }
}

.copy {
  font-size: 48px;
  font-weight: 700;
  line-height: 74px;
  color: #595757;
  letter-spacing: 0;
}
@media (max-width: 768px) {
  .copy {
    font-size: 3.8392857143vw;
    line-height: 1.5;
  }
}
@media (max-width: 480px) {
  .copy {
    font-size: 6.6666666667vw;
  }
}
.copy span {
  font-size: 24px;
  font-weight: 300;
  letter-spacing: 0.5em;
  display: block;
  margin: 24px 0;
  color: #222;
}

.l-wrap {
  min-width: 1280px;
}
@media (max-width: 1024px) {
  .l-wrap {
    min-width: auto;
  }
}

.l-inner {
  width: 1200px;
  padding: 0 40px;
  margin: 0 auto;
  position: relative;
}
@media (max-width: 1024px) {
  .l-inner {
    width: 100%;
  }
}
@media (max-width: 480px) {
  .l-inner {
    padding: 0 4.1666666667vw;
  }
}

.l-header {
  height: 600px;
  background: url(../img/img-mainVisual.jpg?20161108) center 0 fixed;
  background-size: cover;
  padding-top: 96px;
}
@media (max-width: 1024px) {
  .l-header {
    height: auto;
    padding-bottom: 60px;
  }
}
@media (max-width: 480px) {
  .l-header {
    padding: 11.1111111111vw 0;
  }
}

.l-footer {
  background: #333;
  color: #fff;
  padding: 8px 0;
}
@media (max-width: 480px) {
  .l-footer {
    font-size: 2.7777777778vw;
  }
}

.section1,
.sec_coinfo {
  padding: 48px 0;
}
@media (max-width: 480px) {
  .section1,
  .sec_coinfo {
    padding: 8.3333333333vw 0;
  }
}

.section1 {
  width: 100%;
  position: relative;
  background: rgb(89, 87, 87);
  background: linear-gradient(90deg, rgb(89, 87, 87) 0%, rgb(140, 120, 62) 100%);
  color: #fff;
  min-width: 1280px;
}
@media (max-width: 1024px) {
  .section1 {
    min-width: auto;
  }
}
.section1_in {
  height: 240px;
  padding-bottom: 48px;
}
@media (max-width: 768px) {
  .section1_in {
    height: auto;
    padding-bottom: 0;
  }
}
@media (max-width: 768px) {
  .section1_in h2 {
    font-size: 3.2142857143vw;
    line-height: 1.5;
    margin-bottom: 1.7857142857vw;
  }
}
@media (max-width: 480px) {
  .section1_in h2 {
    font-size: 5vw;
  }
}
@media (max-width: 768px) {
  .section1_in p {
    font-size: 1.7857142857vw;
  }
}
@media (max-width: 480px) {
  .section1_in p {
    font-size: 3.8888888889vw;
  }
}

.sec_feature {
  background: #fff;
  color: #333;
  text-align: center;
  padding: 80px 0;
}
@media (max-width: 768px) {
  .sec_feature {
    padding: 7.1428571429vw 0;
  }
}
@media (max-width: 480px) {
  .sec_feature {
    padding: 11.1111111111vw 0;
  }
}
.sec_feature-ttl {
  font-size: 40px;
  line-height: 1;
  font-weight: bold;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .sec_feature-ttl {
    font-size: 3.5714285714vw;
    margin-bottom: 2.6785714286vw;
  }
}
@media (max-width: 480px) {
  .sec_feature-ttl {
    font-size: 6.1111111111vw;
  }
}
.sec_feature-lead {
  font-size: 16px;
  margin-bottom: 40px;
  letter-spacing: 0;
}
@media (max-width: 768px) {
  .sec_feature-lead {
    font-size: 1.6071428571vw;
    margin-bottom: 3.5714285714vw;
  }
}
@media (max-width: 480px) {
  .sec_feature-lead {
    font-size: 3.8888888889vw;
    line-height: 1.5;
    margin-bottom: 5.5555555556vw;
  }
}
.sec_feature-box {
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  padding: 30px;
}
@media (max-width: 1024px) {
  .sec_feature-box {
    padding: 2.6785714286vw;
  }
}
@media (max-width: 480px) {
  .sec_feature-box {
    display: block;
    width: 100%;
    padding: 5.5555555556vw;
    margin-bottom: 4.1666666667vw;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  }
  .sec_feature-box:last-child {
    margin-bottom: 0;
  }
}
.sec_feature-box img {
  display: block;
}
.sec_feature-box h4 {
  font-size: 21px;
  line-height: 1;
  margin: 0;
  letter-spacing: 0;
}
@media (max-width: 768px) {
  .sec_feature-box h4 {
    font-size: 1.875vw;
  }
}
@media (max-width: 480px) {
  .sec_feature-box h4 {
    font-size: 4.4444444444vw;
  }
}
.sec_feature-box p {
  font-size: 16px;
  line-height: 1.2;
  margin-top: 10px;
  letter-spacing: 0;
}
@media (max-width: 768px) {
  .sec_feature-box p {
    font-size: 1.6071428571vw;
    margin-top: 0.8928571429vw;
  }
}
@media (max-width: 480px) {
  .sec_feature-box p {
    font-size: 3.8888888889vw;
    margin-top: 2.7777777778vw;
  }
}
.sec_feature-contact {
  background: rgb(89, 87, 87);
  background: linear-gradient(90deg, rgb(89, 87, 87) 0%, rgb(140, 120, 62) 100%);
  color: #fff;
  padding: 30px;
}
.sec_feature-contact--lead {
  font-size: 36px;
  font-weight: bold;
  line-height: 1.1;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .sec_feature-contact--lead {
    font-size: 3.2142857143vw;
    margin-bottom: 1.7857142857vw;
  }
}
@media (max-width: 480px) {
  .sec_feature-contact--lead {
    font-size: 4.7222222222vw;
    margin-bottom: 2.7777777778vw;
    letter-spacing: 0;
    line-height: 1.2;
  }
}
.sec_feature-contact--ant {
  font-size: 14px;
  line-height: 1.1;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .sec_feature-contact--ant {
    font-size: 1.4285714286vw;
    margin-bottom: 3.5714285714vw;
  }
}
@media (max-width: 480px) {
  .sec_feature-contact--ant {
    font-size: 3.3333333333vw;
    margin-bottom: 5.5555555556vw;
    letter-spacing: 0;
  }
}
.sec_feature-contact--txt {
  font-size: 16px;
  line-height: 1.2;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .sec_feature-contact--txt {
    font-size: 1.6071428571vw;
    margin-bottom: 3.5714285714vw;
  }
}
@media (max-width: 480px) {
  .sec_feature-contact--txt {
    font-size: 3.8888888889vw;
    margin-bottom: 5.5555555556vw;
    letter-spacing: 0;
  }
}
.sec_feature-contact--btn {
  display: block;
  color: #595757;
  background: #fff;
  font-weight: bold;
  font-size: 28px;
  width: 320px;
  line-height: 1;
  padding: 15px 0;
  margin: 0 auto;
  border-radius: 4px;
  text-decoration: none;
  transition: all 0.2s linear 0s;
}
@media (max-width: 768px) {
  .sec_feature-contact--btn {
    font-size: 2.5vw;
    width: 28.5714285714vw;
  }
}
@media (max-width: 480px) {
  .sec_feature-contact--btn {
    font-size: 3.8888888889vw;
    width: 61.1111111111vw;
  }
}
.sec_feature-contact--btn:hover {
  color: #595757;
  transform: scale(1.1, 1.1);
}

.sec_feature1-content {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
}
@media (max-width: 480px) {
  .sec_feature1-content {
    display: block;
    margin-bottom: 8.3333333333vw;
  }
}
.sec_feature1-content .sec_feature-box {
  width: 30.3571428571%;
  display: inline-block;
}
@media (max-width: 480px) {
  .sec_feature1-content .sec_feature-box {
    display: block;
    width: 100%;
  }
}
.sec_feature1-content .sec_feature-box img {
  margin: 0 auto 45px;
  width: 201px;
}
@media (max-width: 1024px) {
  .sec_feature1-content .sec_feature-box img {
    width: 100%;
  }
}
@media (max-width: 480px) {
  .sec_feature1-content .sec_feature-box img {
    width: 38.8888888889vw;
    margin: 0 auto 4.1666666667vw;
  }
}

.sec_feature2 {
  background: #f2f2f2 url(../img/bg_feature2.png) no-repeat left center;
  background-size: cover;
}
.sec_feature2-2col {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 40px;
}
@media (max-width: 480px) {
  .sec_feature2-2col {
    display: block;
    margin-bottom: 8.3333333333vw;
  }
}
.sec_feature2-2col--lcol {
  display: inline-block;
  width: 540px;
}
@media (max-width: 1024px) {
  .sec_feature2-2col--lcol {
    width: 48.2142857143%;
  }
}
@media (max-width: 480px) {
  .sec_feature2-2col--lcol {
    display: block;
    width: 100%;
  }
}
.sec_feature2-2col--rcol {
  display: inline-block;
  width: 540px;
}
@media (max-width: 1024px) {
  .sec_feature2-2col--rcol {
    width: 48.2142857143%;
  }
}
@media (max-width: 480px) {
  .sec_feature2-2col--rcol {
    display: block;
    width: 100%;
  }
}
.sec_feature2-2col--lead {
  font-size: 48px;
  font-weight: bold;
  letter-spacing: 0;
  color: #595757;
  line-height: 1.3;
  text-align: left;
}
@media (max-width: 1024px) {
  .sec_feature2-2col--lead {
    font-size: 4.2857142857vw;
  }
}
@media (max-width: 768px) {
  .sec_feature2-2col--lead {
    font-size: 4.0178571429vw;
  }
}
@media (max-width: 480px) {
  .sec_feature2-2col--lead {
    margin-top: 5.5555555556vw;
    font-size: 5.5555555556vw;
  }
}
.sec_feature2-2col--lead:lang(ja) {
  font-size: 45px;
  line-height: 1.5;
}
@media (max-width: 1024px) {
  .sec_feature2-2col--lead:lang(ja) {
    font-size: 4.0178571429vw;
  }
}
@media (max-width: 768px) {
  .sec_feature2-2col--lead:lang(ja) {
    font-size: 3.8392857143vw;
  }
}
.sec_feature2 .sec_feature-box {
  display: flex;
  align-items: center;
  justify-content: left;
}
@media (max-width: 480px) {
  .sec_feature2 .sec_feature-box {
    display: block;
    width: 100%;
  }
}
.sec_feature2 .sec_feature-box:first-of-type {
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .sec_feature2 .sec_feature-box:first-of-type {
    margin-bottom: 1.7857142857vw;
  }
}
@media (max-width: 480px) {
  .sec_feature2 .sec_feature-box:first-of-type {
    margin-bottom: 4.1666666667vw;
  }
}
.sec_feature2 .sec_feature-box h4 {
  text-align: left;
}
@media (max-width: 480px) {
  .sec_feature2 .sec_feature-box h4 {
    text-align: center;
  }
}
.sec_feature2 .sec_feature-box img {
  width: 120px;
  margin-right: 15px;
}
@media (max-width: 768px) {
  .sec_feature2 .sec_feature-box img {
    width: 10.7142857143vw;
    margin-right: 1.3392857143vw;
  }
}
@media (max-width: 480px) {
  .sec_feature2 .sec_feature-box img {
    width: 38.8888888889vw;
    margin: 0 auto 4.1666666667vw;
  }
}
.sec_feature2 .sec_feature-contact--btn {
  background: #595757;
  color: #fff;
}
.sec_feature2 .sec_feature-contact--btn:hover {
  background: #595757;
  transform: scale(1.1, 1.1);
}

.sec_feature3-3col {
  display: flex;
  justify-content: center;
  column-gap: 5%;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .sec_feature3-3col {
    margin-bottom: 3.5714285714vw;
  }
}
@media (max-width: 480px) {
  .sec_feature3-3col {
    display: block;
    margin-bottom: 8.3333333333vw;
  }
}
.sec_feature3-3col--img {
  width: 30.3571428571%;
}
@media (max-width: 480px) {
  .sec_feature3-3col--img {
    display: block;
    width: 100%;
    margin-bottom: 6.9444444444vw;
  }
  .sec_feature3-3col--img:last-child {
    margin-bottom: 0;
  }
}
.sec_feature3-3col--img img {
  width: 100%;
  display: block;
  margin-bottom: 15px;
}
@media (max-width: 768px) {
  .sec_feature3-3col--img img {
    margin-bottom: 1.3392857143vw;
  }
}
@media (max-width: 480px) {
  .sec_feature3-3col--img img {
    margin-bottom: 2.7777777778vw;
  }
}
.sec_feature3-3col--img h4 {
  font-size: 21px;
  line-height: 1;
  margin: 0;
  letter-spacing: 0;
}
@media (max-width: 768px) {
  .sec_feature3-3col--img h4 {
    font-size: 1.875vw;
  }
}
@media (max-width: 480px) {
  .sec_feature3-3col--img h4 {
    font-size: 4.4444444444vw;
  }
}

.sec_coinfo {
  height: 420px;
  text-align: center;
}
@media (max-width: 768px) {
  .sec_coinfo {
    height: auto;
  }
}
@media (max-width: 768px) {
  .sec_coinfo h3 {
    font-size: 3.3928571429vw;
  }
}
@media (max-width: 480px) {
  .sec_coinfo h3 {
    font-size: 5.5555555556vw;
  }
}
.sec_coinfo-img {
  width: 564px;
}
@media (max-width: 768px) {
  .sec_coinfo-img {
    width: 70%;
  }
}
@media (max-width: 480px) {
  .sec_coinfo-img {
    width: 100%;
  }
}

.images {
  width: 100%;
  height: 384px;
  background: url(../img/bg-collage.jpg?20161108) bottom center;
  background-size: 100% auto;
}

.changeLanguage {
  padding-left: 24px;
  background: url(../img/icons.png) no-repeat;
  background-position: 0 -1925px;
  float: right;
  color: #f2f2f2;
  letter-spacing: 0em;
}
.changeLanguage a {
  color: #fff;
}
@media (max-width: 480px) {
  .changeLanguage {
    float: none;
    margin-bottom: 5px;
    font-size: 3.8888888889vw;
  }
}

.anm-rotate {
  -moz-animation: rotate 2s ease;
  -webkit-animation: rotate 2s ease;
  -o-animation: rotate 2s ease;
  -ms-animation: rotate 2s ease;
  animation: rotate 2s ease;
  -moz-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

.hex1.anm-unRotate,
.hex2.anm-unRotate,
.hex3.anm-unRotate,
.hex4.anm-unRotate,
.hex5.anm-unRotate,
.hex6.anm-unRotate {
  -moz-animation: unRotate 2s ease;
  -webkit-animation: unRotate 2s ease;
  -o-animation: unRotate 2s ease;
  -ms-animation: unRotate 2s ease;
  animation: unRotate 2s ease;
  -moz-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

@-moz-keyframes rotate {
  0% {
    -moz-transform: rotate(-45deg);
  }
  100% {
    -moz-transform: rotate(0);
  }
}
@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(-45deg);
  }
  100% {
    -webkit-transform: rotate(0);
  }
}
@-o-keyframes rotate {
  0% {
    -o-transform: rotate(-45deg);
  }
  100% {
    -o-transform: rotate(0);
  }
}
@-ms-keyframes rotate {
  0% {
    -ms-transform: rotate(-45deg);
  }
  100% {
    -ms-transform: rotate(0);
  }
}
@keyframes rotate {
  0% {
    transform: rotate(-45deg);
  }
  100% {
    transform: rotate(0);
  }
}
@-moz-keyframes unRotate {
  0% {
    -moz-transform: rotate(45deg);
  }
  100% {
    -moz-transform: rotate(0);
  }
}
@-webkit-keyframes unRotate {
  0% {
    -webkit-transform: rotate(45deg);
  }
  100% {
    -webkit-transform: rotate(0);
  }
}
@-o-keyframes unRotate {
  0% {
    -o-transform: rotate(45deg);
  }
  100% {
    -o-transform: rotate(0);
  }
}
@-ms-keyframes unRotate {
  0% {
    -ms-transform: rotate(45deg);
  }
  100% {
    -ms-transform: rotate(0);
  }
}
@keyframes unRotate {
  0% {
    transform: rotate(45deg);
  }
  100% {
    transform: rotate(0);
  }
}