@charset "utf-8";

/*フォント系*/
.ryu-min {
  font-family: "a-otf-ryumin-pr6n", sans-serif;
}

.pager,
header {
  position: fixed;
  z-index: 9999;
}

.pager,
body,
header {
  z-index: 9999;
}

body,
html {
  width: 100%;
  font-size: 10px;
  font-family: ヒラギノ角ゴ Pro W3, Yu Gothic, 游ゴシック, YuGothic,
    游ゴシック体, メイリオ, sans-serif;
  color: #212121;
  font-weight: 500;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -ms-overflow-style: none;
  min-width: 1280px;
  overflow-x: hidden;
}

#wrapper {
  overflow: hidden;
}

body {
  position: relative;
  font-size: 1.4rem;
  line-height: 1.5;
  background: #fff;
}

body::-webkit-scrollbar,
html::-webkit-scrollbar {
  display: none;
}

.cont-wrap {
  display: flex;
}

.pager {
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  padding: 0;
}

.pager li {
  display: block;
  margin: 10px;
}

.pager li a {
  display: block;
  width: 5px;
  height: 5px;
  background: #5d5d5d;
  border-radius: 50%;
}

header .inner {
  width: 1280px;
  margin: 0 auto;
}

section {
  width: 100%;
  min-width: 1280px;
  margin: 0 auto;
}

.pager .is-current a {
  background: #fff;
}

header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  background: #000000;
  height: 65px;
}

header .inner {
  height: 65px;
  display: flex;
  padding: 0 170px;
  justify-content: space-between;
  align-items: center;
}

header nav ul {
  display: flex;
}

header nav ul li a {
  display: block;
  margin: 0 25px;
  color: #a28861;
}

header nav ul li:last-child a {
  margin-right: 0;
}

header nav ul li:first-child a {
  margin-left: 0;
}

section img {
  margin: 0 auto;
}

section p,
section span {
  color: #fff;
}

section {
  position: relative;
}

section h2,
section h3 {
  color: #a68b62;
  font-family: "a-otf-ryumin-pr6n", sans-serif;
  font-weight: bold;
}

section h2 {
  font-size: 3.8rem;
}

section h3 {
  font-size: 3.3rem;
}

section {
  min-width: 1280px;
  margin: 0 auto;
}

a.colorbox {
  display: inline-block;
}

.icon-scroll {
  width: 100%;
  min-width: 1280px;
  margin: 0;
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 9999;
  cursor: default;
  height: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.icon-scroll img {
  margin-top: -120px;
}

#mv,
#experience,
#features {
  height: 100vh;
}

#mv {
  background: linear-gradient(to bottom, #000000, #2d2406);
  text-align: center;
  overflow: hidden;
}

#mv .inner {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  gap: 120px;
}

#mv .text img {
  width: 25vw;
  min-width: 341px;
}

#mv .photo img {
  width: 35vw;
  min-width: 450px;
  margin-top: 50px;
}

/* #mv .text a img {
    padding-top: 50px;
} */

#mv #mv-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: -1;
}

#mv #youtube-wrap {
  position: relative;
  width: 100%;
  height: 100vh;
  padding-top: 56.25%;
}

#mv #youtube-wrap iframe#youtube {
  position: absolute;
  left: 0;
  top: -5%;
}

#mv {
  min-height: 750px;
}

/*アニメーション初期設定*/
#experience h2,
#experience p,
#experience .circle {
  opacity: 0;
}

#experience {
  position: relative;
  width: 100%;
  background: url(/elitestation_assets/img/ex_bg.png) no-repeat top center;
  background-size: cover;
}

#experience .text {
  position: relative;
  background: url(/elitestation_assets/img/ex_text_bg@2x.png) no-repeat top
    right;
  background-size: cover;
  width: 0;
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
}

#experience .text .inner {
  padding-left: 80px;
}

#experience .circle {
  position: absolute;
  top: -30px;
  left: -50px;
  width: 230px;
  height: 230px;
  border-radius: 50%;
  border: 1px solid #a68b62;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  color: #a68b62;
  font-size: 2.85rem;
  font-family: "a-otf-ryumin-pr6n", sans-serif;
  padding-right: 36px;
}

#experience p {
  font-size: 1.2rem;
  letter-spacing: 0.12em;
  line-height: 2.166;
  padding-top: 15px;
}

/*アニメーション*/
#experience h2.show {
  opacity: 1;
  transition: opacity 0.75s 1.25s;
}

#experience p.show {
  opacity: 1;
  transition: opacity 0.75s 1.25s;
}

#experience .circle.show {
  opacity: 1;
  transition: opacity 0.75s 1s;
}

#experience .text.show {
  opacity: 1;
  transition: width 0.75s 0.75s;
  width: 65.42%;
}

#experience h2.hide {
  opacity: 0;
  transition: opacity 0.5s;
}

#experience p.hide {
  opacity: 0;
  transition: opacity 0.5s;
}

#experience .circle.hide {
  opacity: 0;
  transition: opacity 0.5s;
}

#experience .text.hide {
  opacity: 1;
  transition: width 0.75s 0.5s;
  width: 150vw;
}

/*アニメーション初期設定*/
#features .item img,
#features .text {
  opacity: 0;
}

/*アニメーション*/
#features .item-wrap .item img.show:nth-child(1) {
  animation-delay: 1s;
  animation-duration: 1.5s;
}

#features .item-wrap .item img.show:nth-child(2) {
  animation-delay: 1.5s;
  animation-duration: 1.5s;
}

#features .text:nth-child(1).show {
  animation-delay: 2s;
  animation-duration: 1.5s;
}

#features .text:nth-child(2).show {
  animation-delay: 2.5s;
  animation-duration: 1.5s;
}

#features .text:nth-child(3).show {
  animation-delay: 2.25s;
  animation-duration: 1.5s;
}

#features.show {
  opacity: 1;
  z-index: 0;
  transition: all 0.5s 0.75s;
}

#features.hide {
  opacity: 0;
  z-index: 1;
  transition: opacity 0.5s 0.5s;
}

#features {
  position: static;
  width: 100%;
  background: #143848;
  z-index: -1;
}

#features .inner {
  position: relative;
  height: 100vh;
}

#features .item-wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -263.5px 0 0 -169.5px;
}

#features .item-wrap .item {
  position: relative;
}

#features .item-wrap .item img:nth-child(2) {
  position: absolute;
  left: -50px;
  bottom: 0;
}

#features .text-wrap {
  height: 0;
}

#features .text {
  width: 280px;
  position: absolute;
  top: 50%;
  left: 50%;
}

#features .text:nth-child(1) {
  margin: -180px 0 0 160px;
}

#features .text:nth-child(2) {
  margin: 40px 0 0 210px;
}

#features .text:nth-child(3) {
  margin: -85px 0 0 -390px;
}

#features .text h3 {
  position: relative;
  font-size: 3rem;
  padding-left: 10px;
  letter-spacing: 0.08em;
}

#features .text h3:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  max-width: 270px;
  height: 1px;
  background: #a68b62;
}

#features .text h3:before {
  width: 46px;
  height: 46px;
  position: absolute;
  bottom: -23px;
  left: -46px;
}

#features .text:nth-child(1) h3:before {
  content: url(/elitestation_assets/img/icon_phone.png);
}

#features .text:nth-child(2) h3:before {
  content: url(/elitestation_assets/img/icon_battery.png);
}

#features .text:nth-child(3) h3 {
  text-align: center;
  padding: 0;
  text-indent: 0.08em;
  font-size: 2.3rem;
}

#features .text:nth-child(3) h3:before {
  content: url(/elitestation_assets/img/icon_area.png);
  left: auto;
  right: -43px;
}

#features .text:nth-child(3) h3:after {
  right: 0;
  left: auto;
}

#features .text:nth-child(3) p {
  text-align: right;
}

#features p {
  font-size: 1.3rem;
  padding: 0.5em 10px 0;
  line-height: 1.7;
  letter-spacing: -0.04em;
}

.point {
  display: flex;
  align-items: center;
  height: 49.61vw;
}

.point h3 {
  letter-spacing: 0.08em;
}

.point p {
  padding-top: 10px;
  font-size: 1.4rem;
  line-height: 1.7;
  letter-spacing: 0;
}

.point .text {
  width: 516px;
  padding: 50px 40px;
  background: url(/elitestation_assets/img/ex_colorbg.png) no-repeat top center;
  background-size: cover;
}

.point:not(#point-3) {
  margin-bottom: 18px;
}

#point-1 {
  background: url(/elitestation_assets/img/point_1bg.png) no-repeat center;
  background-size: cover;
}

#point-2 {
  background: url(/elitestation_assets/img/point_2bg.png) no-repeat center;
  background-size: cover;
}

#point-2 {
  justify-content: flex-end;
}

#point-3 {
  background: url(/elitestation_assets/img/point_3bg.png) no-repeat bottom
    center;
  background-size: cover;
}

#spec {
  background-color: #f2f2f2;
  padding: 90px 0 55px;
}

#spec .cont-wrap {
  padding: 25px 0 40px;
  justify-content: center;
  text-align: center;
  margin: 0 -20px;
}

#spec .cont-wrap > div {
  margin: 0 20px;
}

#spec .cont-wrap img {
  border-bottom: 2px solid #a68b62;
}

#spec .cont-wrap span {
  padding-top: 5px;
  display: block;
  color: #a68b62;
}

#spec .inner {
  width: 830px;
  margin: 0 auto;
}

#spec .description {
  position: relative;
}

#spec .description span {
  position: absolute;
  left: 50%;
  margin-left: -5px;
  color: #86868e;
  white-space: nowrap;
}

#spec .description span:first-child {
  top: 80px;
}

#spec .description span:last-child {
  top: 180px;
}

#spec .description span:before {
  display: inline-block;
  padding-right: 10px;
  content: url(/elitestation_assets/img/spec_point.png);
}

#spec .salespoint {
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 20px;
}

#spec .salespoint li {
  width: 270px;
  height: 85px;
  border: 1px solid #b3b3b3;
  border-radius: 10px;
  margin: 0 5px 5px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
}

#spec .salespoint li span sub {
  font-size: 1.3rem;
}

#spec .salespoint li span:first-child {
  color: #86868e;
  font-size: 1.4rem;
  letter-spacing: 0;
}

#spec .salespoint li span:last-child {
  color: #a18660;
  font-size: 2.2rem;
  font-weight: bold;
  padding-top: 5px;
  font-feature-settings: "palt";
}

#spec .salespoint li:nth-child(3n) {
  margin-right: 0;
}

#spec .salespoint li:nth-child(4),
#spec .salespoint li:nth-child(5),
#spec .salespoint li:nth-child(6) {
  margin-bottom: 0;
}

#spec .attention {
  display: block;
  color: #888888;
  font-size: 1rem;
}

/*お問い合わせ
========================================================= */
section#contact {
  padding: 130px 0 48px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

section#contact form {
  width: 980px;
  margin: 0 auto;
}

section#contact form .cont-wrap {
  justify-content: space-between;
}

section#contact form .cont-wrap + dt,
section#contact form .cont-wrap + dt + dd {
  width: 760px;
  margin: 0 auto;
}

section#contact form .cont-wrap + dt + dd {
  margin: 0 auto 20px;
}

section#contact h2 {
  font-size: 3.3rem;
  text-align: center;
}

section#contact h2 + p {
  margin: 24px auto;
}

section#contact p {
  font-size: 1.4rem;
  color: #000000;
}

section#contact em {
  color: #f00;
}

section#contact textarea,
section#contact input {
  font-size: 1.4rem;
}

section#contact dl dd {
  margin-bottom: 20px;
}

section#contact dl dd label {
  position: relative;
  display: inline-block;
  margin: 11px;
  width: 210px;
  cursor: pointer;
}

section#contact dl dd label input {
  opacity: 0;
}

section#contact dl dd label span {
  display: inline-block;
  margin: 0 0 0 15px;
}

section#contact dl dd label span:before {
  position: absolute;
  left: 0;
  top: 50%;
  content: "";
  display: block;
  margin: -10px 0 0;
  background: url(/elitestation_assets/images/radio.png) no-repeat 0 -19px;
  background-size: 19px auto;
  width: 19px;
  height: 19px;
}

section#contact dl dd label input:checked + span:before {
  background-position: 0 0;
}

section#contact input[type="number"],
section#contact input[type="text"],
section#contact input[type="email"],
section#contact input[type="tel"],
section#contact select,
section#contact textarea {
  width: 100%;
  height: 50px;
  padding: 10px;
  border: 1px #ddd solid;
  background-color: #f6f8f8;
  border-radius: 5px;
  font-size: 1.4rem;
}

/*IE,Firefoxのみ*/
section#contact .email-input input,
section#contact .tel-input input {
  ime-mode: disabled;
}

section#contact input.half {
  width: 48%;
}

section#contact input.half + input.half {
  float: right;
}

section#contact textarea {
  height: 246px;
}

section#contact a {
  color: #a18660;
  text-decoration: underline;
}

section#contact a.btn1 {
  color: #fff;
  text-decoration: none;
  margin-bottom: 12.5%;
  font-size: 1.4rem;
}

section#contact a:hover {
  text-decoration: none;
}

section#contact button[type="submit"] {
  background: #a18660;
  padding: 20px 100px;
  color: #fff;
  font-size: 18px;
  border: 0 none;
  border-radius: 40px;
  cursor: pointer;
  margin: 0 auto;
  display: block;
}

section#contact button:hover {
  opacity: 0.7;
}

section#contact dl.confirm {
  width: 100%;
  float: none;
  margin-bottom: 30px;
}

section#contact dl.confirm dt {
  color: #666;
}

section#contact dl.confirm dd {
  border-bottom: 1px #ddd solid;
  font-size: 18px;
}

section#contact p {
  position: relative;
}

section#contact p button[type="button"] {
  background: #666;
  padding: 10px 30px;
  color: #fff;
  font-size: 18px;
  border: 0 none;
  border-radius: 30px;
  cursor: pointer;
  position: absolute;
  left: 0;
  top: 0;
}

section#contact #policy {
  position: relative;
  width: calc(100% - 40px);
  background-color: #ececec;
  margin: 0 auto;
  overflow-y: scroll;
  height: 200px;
  min-width: auto;
  margin: 0 auto 20px;
  padding: 36px 20px;
}

#info .cont-wrap {
  width: 1280px;
  margin: 0 auto;
  padding: 40px 75px;
  align-items: center;
  justify-content: space-between;
}

#info .left {
  width: 287px;
}

#info .right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

#info .right a:first-child {
  margin-right: 20px;
}

#info .right a {
  display: flex;
  align-items: flex-start;
}

#info .right h3 {
  font-size: 2rem;
  color: #a18660;
  letter-spacing: 0.08em;
  font-family: ヒラギノ角ゴ Pro W3, Yu Gothic, 游ゴシック, YuGothic,
    游ゴシック体, メイリオ, sans-serif;
}

#info .right p {
  color: #b3b3b3;
  font-size: 1.5rem;
}

.copyright,
footer a,
footer p {
  color: #fff;
}

footer {
  background: #212121;
}

footer .inner {
  width: 1280px;
  margin: 0 auto;
  padding: 25px 150px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

footer .left {
  display: flex;
}

footer .left .logo {
  width: 80px;
  margin-right: 40px;
}

.copyright {
  width: 1280px;
  margin: 0 auto;
  padding-bottom: 10px;
  display: block;
  font-size: 1rem;
  text-align: center;
}
