@charset "UTF-8";
/* --------------------------------------------- Reset Stylesheet */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i, a,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
  font-weight: inherit;
  font-style: normal;
  color: #f0f3f5;
  font-size: 100%;
  line-height: 1.7em;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  word-wrap: break-word;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", Meiryo, メイリオ, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Osaka, "MS PGothic", arial, helvetica, sans-serif;
}

html {
  font-size: 62.5%;
}

body {
  font-size: 1.5em;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 1.3em;
  }
}

h1, h2, h3, h4, h5, h6 {
  text-align: left;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
  box-sizing: border-box;
}

ul, li {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

img {
  display: block;
  vertical-align: bottom;
  max-width: 100%;
}

div {
  box-sizing: border-box;
}

a {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
  transition-property: all;
  transition: 0.2s linear;
}
a img {
  transition-property: all;
  transition: 0.2s linear;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
a:hover img {
  opacity: 0.8;
}

table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
table th, table td {
  border: 0;
  padding: 15px 0;
}
table th {
  text-align: left;
  white-space: nowrap;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ddd;
  margin: 1em 0;
  padding: 0;
}

.disp-pc {
  display: block;
}
@media screen and (max-width: 767px) {
  .disp-pc {
    display: none !important;
  }
}

.disp-sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .disp-sp {
    display: block !important;
  }
}

.btn {
  width: 100%;
  margin: 0 auto;
  position: relative;
  display: inline-block;
  padding: 15px;
  border: 1px solid #959ea7;
  color: #f0f3f5;
  text-align: center;
  text-decoration: none;
  transition: all .2s;
  cursor: pointer;
  box-sizing: border-box;
}
.btn:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 20px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDEwMCAxMDAiIHdpZHRoPSIxMDAiIGhlaWdodD0iMTAwIj48cGF0aCBkPSJNOTcuOSw0Ni4yTDYyLjIsMTAuNGMtMS0xLTIuNC0xLjYtMy44LTEuNmMtMS41LDAtMi44LDAuNi0zLjgsMS42bC0zLjIsMy4yYy0xLDEtMS42LDIuNC0xLjYsMy44YzAsMS41LDAuNiwyLjksMS42LDMuOWwyMC45LDIwLjlINS44Yy0zLDAtNS4zLDIuMy01LjMsNS4zdjQuNmMwLDMsMi40LDUuNiw1LjMsNS42aDY2LjVsLTIxLjEsMjFjLTEsMS0xLjYsMi4zLTEuNiwzLjhjMCwxLjQsMC42LDIuOCwxLjYsMy44bDMuMiwzLjJjMSwxLDIuNCwxLjYsMy44LDEuNmMxLjUsMCwyLjgtMC42LDMuOC0xLjZsMzUuOC0zNS44YzEtMSwxLjYtMi40LDEuNi0zLjhDOTkuNSw0OC41LDk4LjksNDcuMiw5Ny45LDQ2LjJ6IiBmaWxsPSIjZjBmM2Y1Ii8+PC9zdmc+");
  background-size: cover;
  width: 15px;
  height: 15px;
  transition-property: all;
  transition: 0.2s linear;
}
.btn:hover {
  border-color: #f0f3f5;
  background-color: #f0f3f5;
  color: #3b4043;
}
.btn:hover:after {
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDEwMCAxMDAiIHdpZHRoPSIxMDAiIGhlaWdodD0iMTAwIj48cGF0aCBkPSJNOTcuOSw0Ni4yTDYyLjIsMTAuNGMtMS0xLTIuNC0xLjYtMy44LTEuNmMtMS41LDAtMi44LDAuNi0zLjgsMS42bC0zLjIsMy4yYy0xLDEtMS42LDIuNC0xLjYsMy44YzAsMS41LDAuNiwyLjksMS42LDMuOWwyMC45LDIwLjlINS44Yy0zLDAtNS4zLDIuMy01LjMsNS4zdjQuNmMwLDMsMi40LDUuNiw1LjMsNS42aDY2LjVsLTIxLjEsMjFjLTEsMS0xLjYsMi4zLTEuNiwzLjhjMCwxLjQsMC42LDIuOCwxLjYsMy44bDMuMiwzLjJjMSwxLDIuNCwxLjYsMy44LDEuNmMxLjUsMCwyLjgtMC42LDMuOC0xLjZsMzUuOC0zNS44YzEtMSwxLjYtMi40LDEuNi0zLjhDOTkuNSw0OC41LDk4LjksNDcuMiw5Ny45LDQ2LjJ6IiBmaWxsPSIjM2I0MDQzIi8+PC9zdmc+");
  background-size: cover;
}

.btn-link {
  background-color: #ff570a;
  border-color: #ff570a;
}
.btn-link:after {
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDEwMCAxMDAiIHdpZHRoPSIxMDAiIGhlaWdodD0iMTAwIj48cGF0aCBkPSJNOTcuOSw0Ni4yTDYyLjIsMTAuNGMtMS0xLTIuNC0xLjYtMy44LTEuNmMtMS41LDAtMi44LDAuNi0zLjgsMS42bC0zLjIsMy4yYy0xLDEtMS42LDIuNC0xLjYsMy44YzAsMS41LDAuNiwyLjksMS42LDMuOWwyMC45LDIwLjlINS44Yy0zLDAtNS4zLDIuMy01LjMsNS4zdjQuNmMwLDMsMi40LDUuNiw1LjMsNS42aDY2LjVsLTIxLjEsMjFjLTEsMS0xLjYsMi4zLTEuNiwzLjhjMCwxLjQsMC42LDIuOCwxLjYsMy44bDMuMiwzLjJjMSwxLDIuNCwxLjYsMy44LDEuNmMxLjUsMCwyLjgtMC42LDMuOC0xLjZsMzUuOC0zNS44YzEtMSwxLjYtMi40LDEuNi0zLjhDOTkuNSw0OC41LDk4LjksNDcuMiw5Ny45LDQ2LjJ6IiBmaWxsPSIjZjBmM2Y1Ii8+PC9zdmc+");
  background-size: cover;
}
.btn-link:hover {
  background-color: transparent;
  border-color: #ff570a;
  color: #ff570a;
}
.btn-link:hover:after {
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDEwMCAxMDAiIHdpZHRoPSIxMDAiIGhlaWdodD0iMTAwIj48cGF0aCBkPSJNOTcuOSw0Ni4yTDYyLjIsMTAuNGMtMS0xLTIuNC0xLjYtMy44LTEuNmMtMS41LDAtMi44LDAuNi0zLjgsMS42bC0zLjIsMy4yYy0xLDEtMS42LDIuNC0xLjYsMy44YzAsMS41LDAuNiwyLjksMS42LDMuOWwyMC45LDIwLjlINS44Yy0zLDAtNS4zLDIuMy01LjMsNS4zdjQuNmMwLDMsMi40LDUuNiw1LjMsNS42aDY2LjVsLTIxLjEsMjFjLTEsMS0xLjYsMi4zLTEuNiwzLjhjMCwxLjQsMC42LDIuOCwxLjYsMy44bDMuMiwzLjJjMSwxLDIuNCwxLjYsMy44LDEuNmMxLjUsMCwyLjgtMC42LDMuOC0xLjZsMzUuOC0zNS44YzEtMSwxLjYtMi40LDEuNi0zLjhDOTkuNSw0OC41LDk4LjksNDcuMiw5Ny45LDQ2LjJ6IiBmaWxsPSIjZmY1NzBhIi8+PC9zdmc+");
  background-size: cover;
}

/* ---------------------------------------------------------------------------------------------------------------------------------------

	ヘッダ

*/
body {
  background-color: #3b4043;
  min-width: 1024px;
  overflow-x: hidden;
}
@media screen and (max-width: 767px) {
  body {
    min-width: 100%;
  }
}

header {
  position: relative;
  width: 100%;
  height: 100vh;
  min-height: 800px;
  max-height: 960px;
  overflow: hidden;
  background: url(../images/top01.jpg) no-repeat center center;
  background-size: cover;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 767px) {
  header {
    min-height: 100vh;
    max-height: 100vh;
    background: url(../images/top01_sp.jpg) no-repeat center center;
    background-size: cover;
  }
}
header:before {
  box-sizing: border-box;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: url(../images/top-background.svg?1) no-repeat center center;
  background-size: cover;
  z-index: 2;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  header:before {
    height: 35vh;
    background: url(../images/top-background_sp.svg) no-repeat center center;
    background-size: cover;
    top: initial;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
header .inner {
  position: absolute;
  top: 50%;
  left: 10%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 3;
}
@media screen and (max-width: 1024px) {
  header .inner {
    left: 5%;
  }
}
@media screen and (max-width: 767px) {
  header .inner {
    top: initial;
    bottom: 8vh;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
}
header .inner p, header .inner h1, header .inner i {
  text-shadow: 0 0 10px rgba(44, 49, 52, 0.5);
}
header .inner p {
  font-size: 3rem;
  font-weight: 700;
}
header .inner h1 {
  font-size: 10rem;
  font-family: "Exo", "Segoe UI", serif;
  line-height: 1;
  margin: 2vh auto;
}
header .inner h1 i {
  font-size: 10rem;
  font-family: "Exo", "Segoe UI", serif;
  line-height: 1;
  color: #ff570a;
}
header .inner span {
  display: inline-block;
  background-color: #ff570a;
  color: #3b4043;
  font-family: "Exo", "Segoe UI", serif;
  font-size: 3rem;
  line-height: 1;
  padding: 10px 25px;
  box-sizing: border-box;
  border-radius: 5px 0 0 5px;
}
header .inner span:last-child {
  border-radius: 0 5px 5px 0;
  margin-left: 5px;
}
@media screen and (max-width: 767px) {
  header .inner p {
    font-size: 1.8rem;
  }
  header .inner h1 {
    font-size: 6rem;
    margin: 2vh auto;
  }
  header .inner h1 i {
    font-size: 6rem;
    text-shadow: 0 0 10px rgba(44, 49, 52, 0.2);
  }
  header .inner span {
    font-size: 1.6rem;
    line-height: 1;
    padding: 10px 25px;
  }
}
header .goto {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 4;
}
header .goto a {
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  background-color: #ff570a;
  height: 80px;
  line-height: 80px;
  padding: 0 180px 0 35px;
  font-size: 1.3rem;
}
header .goto a:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 35px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 120px;
  height: 1px;
  background-color: #f0f3f5;
  transition-property: all;
  transition: 0.2s linear;
}
header .goto a:after {
  content: "";
  position: absolute;
  top: 35px;
  right: 35px;
  width: 10px;
  height: 10px;
  border: 1px solid;
  border-color: #f0f3f5 transparent transparent transparent;
  transform: rotate(45deg);
}
header .goto a:hover {
  padding: 0 80px 0 35px;
  opacity: .9;
}
header .goto a:hover:before {
  width: 20px;
}
@media screen and (max-width: 767px) {
  header .goto a {
    height: 60px;
    line-height: 60px;
    padding: 0 30px;
  }
  header .goto a span {
    display: none;
  }
  header .goto a:before {
    right: 20px;
    width: 20px;
  }
  header .goto a:after {
    top: 25px;
    right: 20px;
  }
  header .goto a:hover {
    padding: 0 30px;
    opacity: 1;
  }
}

/* ---------------------------------------------------------------------------------------------------------------------------------------

	メイン

*/
main section {
  padding: 100px 0;
}
@media screen and (max-width: 767px) {
  main section {
    padding: 50px 0;
  }
}
main .dw {
  display: block;
  position: relative;
  z-index: 99;
  width: 100%;
  height: 110px;
  margin-top: -50px;
}
main .dw:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: url(../images/down_arrow2.svg) no-repeat center center;
  background-size: cover;
  width: 8px;
  height: 110px;
}
@media screen and (max-width: 767px) {
  main .dw {
    height: 80px;
    margin-top: -30px;
  }
  main .dw:before {
    width: 6px;
    height: 80px;
  }
}

/* ---------------------------------------------------------------------------------------------------------------------------------------

	こだわり

*/
.dev {
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .dev {
    padding-top: 120px;
    padding-bottom: 0;
  }
}
.dev .inner {
  position: relative;
  text-align: center;
  padding-bottom: 100px;
}
.dev .inner:before {
  content: "";
  position: absolute;
  top: -60px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 980px;
  height: 100%;
  background-color: #2c3134;
  z-index: -1;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.25);
}
@media screen and (max-width: 767px) {
  .dev .inner:before {
    width: 90%;
  }
}
.dev .inner h2 {
  position: relative;
  font-family: "Exo", "Segoe UI", serif;
  text-align: center;
  font-size: 8rem;
  color: transparent;
  -webkit-text-stroke: 1px #f0f3f5;
  text-stroke: 1px #f0f3f5;
  z-index: 3;
}
@media screen and (max-width: 767px) {
  .dev .inner h2 {
    font-size: 4rem;
  }
}
.dev .inner .man {
  margin: -60px auto 0;
  position: relative;
  z-index: 2;
  width: 320px;
  text-align: center;
  padding: 70px 0;
  background-color: #ff570a;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.25);
}
.dev .inner .man img {
  margin: 0 auto;
  border-radius: 50%;
}
.dev .inner .man p {
  margin-top: 3vh;
}
@media screen and (max-width: 767px) {
  .dev .inner .man {
    margin: -30px auto 0;
    width: 200px;
    padding: 40px 0;
  }
  .dev .inner .man p {
    margin-top: 3vh;
  }
  .dev .inner .man img {
    width: 100px;
  }
}
.dev .inner .img {
  margin: 60px auto 0;
}
.dev .inner .img img {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.25);
}
@media screen and (max-width: 767px) {
  .dev .inner .img {
    margin-top: -30px;
    height: 200px;
    overflow: hidden;
    position: relative;
  }
  .dev .inner .img img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-width: initial;
    height: 100%;
  }
}
.dev .inner ul {
  width: 100%;
  max-width: 800px;
  margin: 80px auto 60px;
}
@media screen and (max-width: 767px) {
  .dev .inner ul {
    margin: 50px auto 40px;
  }
}
.dev .inner ul li {
  text-align: left;
  margin-bottom: 50px;
  padding-bottom: 50px;
  border-bottom: 1px #6f7579 solid;
}
.dev .inner ul li:last-child {
  border: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}
.dev .inner ul li h3 {
  display: inline-block;
  position: relative;
  padding-left: 40px;
  font-size: 3rem;
  font-weight: 700;
}
.dev .inner ul li h3:before {
  content: "";
  position: absolute;
  top: 13px;
  left: 0;
  background: url(../images/check.svg) no-repeat center center;
  background-size: cover;
  width: 31px;
  height: 31px;
}
.dev .inner ul li span {
  position: relative;
  display: inline-block;
  padding-left: 10px;
  color: #959ea7;
  font-family: "Exo", "Segoe UI", serif;
  font-size: 2.4rem;
}
.dev .inner ul li span:before {
  content: "/";
  padding-right: 5px;
}
.dev .inner ul li p {
  margin-top: 5px;
  line-height: 2em;
}
@media screen and (max-width: 767px) {
  .dev .inner ul li {
    margin-bottom: 40px;
    padding-bottom: 40px;
    box-sizing: border-box;
    width: 80%;
    margin: 0 auto 40px;
  }
  .dev .inner ul li:last-child {
    margin-bottom: 0;
  }
  .dev .inner ul li h3 {
    padding-left: 30px;
    font-size: 2.2rem;
  }
  .dev .inner ul li h3:before {
    top: 10px;
    width: 24px;
    height: 24px;
  }
  .dev .inner ul li span {
    display: block;
    text-align: right;
    font-size: 1.6rem;
    line-height: 1;
  }
  .dev .inner ul li p {
    margin-top: 15px;
  }
}

@media all and (-ms-high-contrast: none) {
  .dev .inner h2 {
    color: #f0f3f5;
  }
}
/* ---------------------------------------------------------------------------------------------------------------------------------------

	ラインナップ

*/
.title-hd {
  position: relative;
  padding: 50px 0;
}
.title-hd:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 105px;
  height: 100%;
  background-color: #2c3134;
  z-index: -1;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.25);
}
.title-hd h2 {
  position: relative;
  font-family: "Exo", "Segoe UI", serif;
  text-align: center;
  font-size: 8rem;
  color: transparent;
  -webkit-text-stroke: 1px #f0f3f5;
  text-stroke: 1px #f0f3f5;
  z-index: 3;
  line-height: 1;
}
.title-hd p {
  font-size: 2rem;
  margin-top: 5px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .title-hd {
    padding: 30px 0 50px;
  }
  .title-hd:before {
    width: 60px;
  }
  .title-hd h2 {
    font-size: 4rem;
  }
  .title-hd p {
    font-size: 1.4rem;
  }
}

@media all and (-ms-high-contrast: none) {
  .title-hd h2 {
    color: #f0f3f5;
  }
}
.lineup {
  padding: 100px 0;
}
@media screen and (max-width: 767px) {
  .lineup {
    padding: 50px 0;
  }
}

ul.lineup-2col {
  width: 100%;
  max-width: 1100px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 100px auto 0;
}
@media screen and (max-width: 1200px) {
  ul.lineup-2col {
    width: 95%;
  }
}
@media screen and (max-width: 767px) {
  ul.lineup-2col {
    width: 90%;
    margin: 60px auto 0;
  }
}
ul.lineup-2col li {
  width: 48%;
  max-width: 500px;
}
ul.lineup-2col li .hd p, ul.lineup-2col li .hd h3, ul.lineup-2col li .hd h4 {
  font-family: "Exo", "Segoe UI", serif;
}
ul.lineup-2col li .hd p {
  font-size: 2rem;
  border-bottom: 1px #959ea7 solid;
  padding-bottom: 5px;
}
ul.lineup-2col li .hd h3 {
  font-size: 7rem;
  line-height: 1;
  padding: 15px 0 5px;
}
ul.lineup-2col li .hd h4 {
  font-size: 3.2rem;
  line-height: 1;
}
ul.lineup-2col li img {
  margin-top: 25px;
}
ul.lineup-2col li p.dr {
  font-size: 1.6rem;
  margin-top: 25px;
}
ul.lineup-2col li a.btn {
  margin-top: 25px;
}
@media screen and (max-width: 767px) {
  ul.lineup-2col li {
    width: 100%;
  }
  ul.lineup-2col li + li {
    margin-top: 10vh;
  }
  ul.lineup-2col li .hd p {
    font-size: 1.4rem;
  }
  ul.lineup-2col li .hd h3 {
    font-size: 4.5rem;
    padding: 15px 0 10px;
  }
  ul.lineup-2col li .hd h4 {
    font-size: 2rem;
  }
  ul.lineup-2col li p.dr {
    font-size: 1.4rem;
    margin-top: 25px;
  }
  ul.lineup-2col li a.btn {
    margin-top: 25px;
  }
}

/* ---------------------------------------------------------------------------------------------------------------------------------------

	シーン

*/
.seen {
  padding: 0;
}
.seen .inner {
  height: 100%;
  min-height: 960px;
  background: url(../images/seen_bak.jpg) no-repeat center bottom;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  flex-wrap: wrap;
  position: relative;
}
.seen .inner:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-linear-gradient(top, #3b4043, transparent, transparent);
  background: linear-gradient(to bottom, #3b4043, transparent, transparent);
}
@media screen and (max-width: 767px) {
  .seen .inner {
    min-height: 60vh;
  }
}
.seen .seen-slider {
  margin: -150px auto 50px;
}
.seen .seen-slider li {
  padding: 0 10px;
}
@media screen and (max-width: 767px) {
  .seen .seen-slider {
    margin: 0 auto 50px;
  }
  .seen .seen-slider li {
    padding: 0 5px;
  }
}

.title-txt {
  position: relative;
  text-align: center;
  z-index: 2;
}
.title-txt h2 {
  font-size: 6rem;
  text-align: center;
  line-height: 1.4em;
  font-weight: 700;
}
.title-txt h2 span, .title-txt h2 i {
  line-height: 1.4em;
  font-weight: 700;
}
.title-txt h2 i {
  font-size: 8rem;
}
.title-txt h2 i.kana {
  letter-spacing: -0.05em;
}
.title-txt h2 span {
  display: inline-block;
  position: relative;
}
.title-txt h2 span:before {
  content: "";
  position: absolute;
  top: -15px;
  left: -30px;
  background: url(../images/pin_left.svg) no-repeat center center;
  background-size: cover;
  width: 27px;
  height: 20px;
}
.title-txt h2 span:after {
  content: "";
  position: absolute;
  top: -10px;
  right: -30px;
  background: url(../images/pin_right.svg) no-repeat center center;
  background-size: cover;
  width: 27px;
  height: 20px;
}
@media screen and (max-width: 767px) {
  .title-txt h2 {
    font-size: 2.6rem;
  }
  .title-txt h2 i {
    font-size: 3.5rem;
  }
  .title-txt h2 span:before {
    top: -7px;
    left: -15px;
    width: 14px;
    height: 10px;
  }
  .title-txt h2 span:after {
    top: -5px;
    right: -15px;
    width: 14px;
    height: 10px;
  }
}
.title-txt + p {
  position: relative;
  display: inline-block;
  z-index: 2;
  margin-top: 25px;
  font-size: 1.6rem;
  line-height: 2em;
}
@media screen and (max-width: 767px) {
  .title-txt + p {
    width: 90%;
    margin: 25px auto 0;
    font-size: 1.4rem;
  }
}

.title-txt.small h2 {
  font-size: 5rem;
  line-height: 1.4em;
}
.title-txt.small h2 span, .title-txt.small h2 i {
  line-height: 1.4em;
}
.title-txt.small h2 i {
  font-size: 7rem;
}
@media screen and (max-width: 767px) {
  .title-txt.small h2 {
    font-size: 2rem;
  }
  .title-txt.small h2 i {
    font-size: 2.6rem;
  }
}

p.en-sub {
  display: block;
  text-align: center;
}
@media screen and (max-width: 767px) {
  p.en-sub {
    margin-top: 0;
  }
}
p.en-sub span {
  position: relative;
  display: inline-block;
  color: #959ea7;
  font-family: "Exo", "Segoe UI", serif;
}
p.en-sub span:before, p.en-sub span:after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 60px;
  height: 3px;
  background-color: #959ea7;
}
p.en-sub span:before {
  left: -80px;
}
p.en-sub span:after {
  right: -80px;
}
@media screen and (max-width: 767px) {
  p.en-sub span {
    font-size: 1.2rem;
  }
  p.en-sub span:before, p.en-sub span:after {
    width: 30px;
  }
  p.en-sub span:before {
    left: -40px;
  }
  p.en-sub span:after {
    right: -40px;
  }
}

/* ---------------------------------------------------------------------------------------------------------------------------------------

	ポイント

*/
.point .title-txt {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .point .title-txt {
    margin-top: 40px;
  }
}
.point .inner {
  max-width: 1600px;
  margin: 0 auto;
  padding: 100px 0;
}
@media screen and (max-width: 767px) {
  .point .inner {
    padding: 50px 0;
  }
}
.point .inner .point-col {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .point .inner .point-col {
    flex-wrap: wrap;
  }
}
.point .inner .point-col + .point-col {
  margin-top: 6vh;
}
.point .inner .point-col .img, .point .inner .point-col .txt {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .point .inner .point-col .img, .point .inner .point-col .txt {
    width: 100%;
  }
}
.point .inner .point-col .img {
  overflow: hidden;
  position: relative;
  height: 500px;
}
.point .inner .point-col .img:before {
  content: "";
  position: absolute;
  top: 0;
  width: 60px;
  height: 100%;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .point .inner .point-col .img {
    height: 300px;
  }
}
.point .inner .point-col .img01 {
  background: url(../images/point01a.jpg) no-repeat center center;
  background-size: cover;
}
.point .inner .point-col .img01:before {
  right: 0;
  background: url(../images/point-left.svg) no-repeat center center;
  background-size: cover;
}
.point .inner .point-col .img02 {
  background: url(../images/point02a.jpg) no-repeat center center;
  background-size: cover;
}
.point .inner .point-col .img02:before {
  left: 0;
  background: url(../images/point-right2.svg) no-repeat center center;
  background-size: cover;
}
.point .inner .point-col .img03 {
  background: url(../images/point03.jpg) no-repeat center center;
  background-size: cover;
}
.point .inner .point-col .img03:before {
  right: 0;
  background: url(../images/point-left.svg) no-repeat center center;
  background-size: cover;
}
.point .inner .point-col .txt {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .point .inner .point-col .txt {
    margin-top: 5vh;
  }
}
@media screen and (max-width: 767px) {
  .point .inner .point-col .txt .txt-inner {
    width: 90%;
    margin: 0 auto;
    text-align: center;
  }
}
.point .inner .point-col .txt .txt-inner span {
  display: inline-block;
  position: relative;
  padding-left: 100px;
  font-family: "Exo", "Segoe UI", serif;
  font-size: 2rem;
  color: #ff570a;
}
.point .inner .point-col .txt .txt-inner span:before {
  content: "";
  position: absolute;
  top: 15px;
  left: 0;
  width: 80px;
  height: 1px;
  background-color: #ff570a;
  transition-property: all;
  transition: 0.2s linear;
}
.point .inner .point-col .txt .txt-inner span:after {
  content: "";
  position: absolute;
  top: 10px;
  left: 2px;
  width: 10px;
  height: 10px;
  border: 1px solid;
  border-color: #ff570a transparent transparent transparent;
  transform: rotate(-45deg);
}
@media screen and (max-width: 767px) {
  .point .inner .point-col .txt .txt-inner span {
    padding-left: 60px;
    font-size: 1.4rem;
  }
  .point .inner .point-col .txt .txt-inner span:before {
    width: 50px;
  }
}
.point .inner .point-col .txt .txt-inner .md {
  margin: 25px auto 15px;
}
@media screen and (max-width: 767px) {
  .point .inner .point-col .txt .txt-inner .md {
    display: inline-block;
  }
}
.point .inner .point-col .txt .txt-inner .md h3 {
  display: inline-block;
  font-size: 6rem;
  font-weight: 700;
  background-color: #ff570a;
  line-height: 1;
  padding: 30px 60px;
  box-sizing: border-box;
  color: #3b4043;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .point .inner .point-col .txt .txt-inner .md h3 {
    font-size: 5rem;
  }
}
@media screen and (max-width: 767px) {
  .point .inner .point-col .txt .txt-inner .md h3 {
    padding: 15px 40px;
    font-size: 3.8rem;
  }
}
.point .inner .point-col .txt .txt-inner .md h3.sm {
  font-size: 5rem;
}
@media screen and (max-width: 1024px) {
  .point .inner .point-col .txt .txt-inner .md h3.sm {
    font-size: 4.5rem;
  }
}
@media screen and (max-width: 767px) {
  .point .inner .point-col .txt .txt-inner .md h3.sm {
    font-size: 3rem;
  }
}
.point .inner .point-col .txt .txt-inner .md h3:before, .point .inner .point-col .txt .txt-inner .md h3:after {
  content: "";
  position: absolute;
  top: 0;
  width: 30px;
  height: 100%;
}
.point .inner .point-col .txt .txt-inner .md h3:before {
  left: 0;
  background: url(../images/point-right.svg) no-repeat center center;
  background-size: cover;
}
.point .inner .point-col .txt .txt-inner .md h3:after {
  right: 0;
  background: url(../images/point-left.svg) no-repeat center center;
  background-size: cover;
}
.point .inner .point-col .txt .txt-inner p {
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 2em;
}
@media screen and (max-width: 1024px) {
  .point .inner .point-col .txt .txt-inner p {
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .point .inner .point-col .txt .txt-inner p {
    display: inline-block;
    font-size: 1.4rem;
    text-align: left;
  }
}
.point .inner .point-col.right {
  flex-flow: row-reverse;
}
@media screen and (max-width: 767px) {
  .point .inner .point-col.right {
    flex-wrap: wrap;
  }
}
.point .inner .point-col.right .txt .txt-inner {
  text-align: right;
}
@media screen and (max-width: 767px) {
  .point .inner .point-col.right .txt .txt-inner {
    text-align: center;
    display: inline-block;
  }
}
.point .inner .point-col.right .txt .txt-inner span {
  padding: 0 100px 0 0;
}
@media screen and (max-width: 767px) {
  .point .inner .point-col.right .txt .txt-inner span {
    padding: 0 60px 0 0;
  }
}
.point .inner .point-col.right .txt .txt-inner span:before {
  left: initial;
  right: 0;
}
.point .inner .point-col.right .txt .txt-inner span:after {
  left: initial;
  right: 2px;
  transform: rotate(45deg);
}
.point .inner .point-col.right .txt .txt-inner .md h3:before {
  left: 0;
  background: url(../images/point-right2.svg) no-repeat center center;
  background-size: cover;
}
.point .inner .point-col.right .txt .txt-inner .md h3:after {
  right: 0;
  background: url(../images/point-left2.svg) no-repeat center center;
  background-size: cover;
}
.point .inner .point-col.right .txt .txt-inner p {
  text-align: left;
}

.mask-img {
  width: 100%;
  height: 640px;
  min-height: 640px;
  overflow: hidden;
  position: relative;
  z-index: -2;
}
.mask-img:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background-color: rgba(59, 64, 67, 0.25);
  width: 100%;
  height: 100%;
}
.mask-img + .title-hd {
  margin-top: -50px;
  padding-top: 125px;
}
@media screen and (max-width: 767px) {
  .mask-img {
    height: 400px;
    min-height: 400px;
  }
  .mask-img:before {
    background-color: rgba(59, 64, 67, 0.15);
  }
  .mask-img + .title-hd {
    margin-top: -50px;
    padding-top: 100px;
  }
}

.mask-point {
  background: url(../images/mask_img01a.jpg) no-repeat center center;
  background-size: cover;
}

/* ---------------------------------------------------------------------------------------------------------------------------------------

	AND MORE

*/
.mask-andmore {
  background: url(../images/mask_img02.jpg) no-repeat center center;
  background-size: cover;
  margin-top: -50px;
}

.mask-arekore {
  background: url(../images/mask_img03.jpg) no-repeat center center;
  background-size: cover;
}

.andmore {
  padding: 0;
}
.andmore .title-txt {
  margin-top: 100px;
}
@media screen and (max-width: 767px) {
  .andmore .title-txt {
    margin-top: 60px;
  }
}

.and2col {
  margin: 80px auto 0;
  position: relative;
  padding: 0 0 100px;
}
@media screen and (max-width: 767px) {
  .and2col {
    margin: 60px auto 0;
    padding: 0 0 70px;
  }
}
.and2col:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #2c3134;
  width: 100%;
  height: 65%;
  z-index: -2;
}
@media screen and (max-width: 767px) {
  .and2col:before {
    background-color: #3b4043;
  }
}
.and2col ul {
  margin: 0 auto;
  width: 100%;
  max-width: 1200px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.and2col ul li {
  width: 48%;
}
.and2col ul li .img {
  padding: 30px 0 0 30px;
  position: relative;
}
.and2col ul li .img:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-color: #ff570a;
  width: 100px;
  height: 100px;
  z-index: -1;
}
.and2col ul li .txt {
  position: relative;
  z-index: 2;
  margin-top: -50px;
  margin-left: auto;
  width: 90%;
  max-width: 450px;
  background-color: #2c3134;
  padding: 50px 30px 50px 50px;
}
.and2col ul li .txt h3 {
  font-size: 3.2rem;
  font-weight: 700;
}
.and2col ul li .txt p {
  margin-top: 5px;
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .and2col ul li {
    width: 100%;
  }
  .and2col ul li .img {
    padding: 25px 0 0 25px;
  }
  .and2col ul li .img:before {
    width: 60px;
    height: 60px;
  }
  .and2col ul li .txt {
    margin-top: -30px;
    width: 80%;
    background-color: #3b4043;
    padding: 30px 40px 50px 40px;
  }
  .and2col ul li .txt h3 {
    font-size: 2rem;
  }
  .and2col ul li .txt p {
    font-size: 1.4rem;
  }
}

/* ---------------------------------------------------------------------------------------------------------------------------------------

	イメージボックス

*/
.imgbox {
  padding: 0;
  max-width: 1920px;
  margin: 0 auto;
}
.imgbox ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.imgbox ul li {
  width: 25%;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .imgbox ul li {
    width: 50%;
  }
}
.imgbox ul li:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(44, 49, 52, 0.5);
  z-index: 2;
  transition-property: all;
  transition: 0.2s linear;
}
@media screen and (max-width: 767px) {
  .imgbox ul li:before {
    background-color: rgba(44, 49, 52, 0.15);
  }
}
.imgbox ul li.txt {
  display: flex;
}
.imgbox ul li.txt:before {
  width: 0;
  height: 0;
}
.imgbox ul li:hover:before {
  background-color: rgba(44, 49, 52, 0);
}
.imgbox ul li .one, .imgbox ul li .two {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  padding: 35px;
}
@media screen and (max-width: 767px) {
  .imgbox ul li .one, .imgbox ul li .two {
    padding: 20px;
  }
}
.imgbox ul li .one {
  background-color: #2c3134;
  text-align: center;
}
.imgbox ul li .one p {
  font-size: 2.6rem;
  font-weight: 700;
  margin: auto;
}
@media screen and (max-width: 1024px) {
  .imgbox ul li .one p {
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .imgbox ul li .one p {
    font-size: 1.4rem;
  }
}
.imgbox ul li .two {
  background-color: #ff570a;
}
.imgbox ul li .two p, .imgbox ul li .two span {
  font-family: "Exo", "Segoe UI", serif;
}
.imgbox ul li .two p {
  font-size: 4rem;
  line-height: 1.2em;
}
@media screen and (max-width: 1024px) {
  .imgbox ul li .two p {
    font-size: 3rem;
  }
}
@media screen and (max-width: 767px) {
  .imgbox ul li .two p {
    font-size: 2rem;
  }
}
.imgbox ul li .two span {
  margin-top: 10px;
  display: block;
  font-size: 2rem;
}
@media screen and (max-width: 1024px) {
  .imgbox ul li .two span {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  .imgbox ul li .two span {
    font-size: 1.6rem;
  }
}

/* ---------------------------------------------------------------------------------------------------------------------------------------

	充電時間

*/
.charge {
  padding: 200px 0 100px;
}
@media screen and (max-width: 767px) {
  .charge {
    padding: 100px 0 50px;
  }
}
.charge .scroll {
  margin-top: 100px;
}
.charge .scroll + .scroll {
  margin-top: 25px;
}
@media screen and (max-width: 767px) {
  .charge .scroll {
    margin-left: 15px;
    margin-top: 50px;
    overflow-x: scroll;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
  }
}
.charge table {
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
}
.charge table thead {
  border-bottom: 1px #959ea7 solid;
}
.charge table thead th {
  text-align: center;
}
.charge table thead th img {
  height: 60px;
  margin: 0 auto 10px;
}
@media screen and (max-width: 767px) {
  .charge table thead th {
    min-width: 120px;
  }
  .charge table thead th img {
    height: 45px;
  }
}
.charge table tbody th {
  padding: 15px;
  vertical-align: middle;
  border-bottom: 1px #959ea7 solid;
}
.charge table tbody th .img {
  padding: 10px 0;
  width: 100px;
  float: left;
}
.charge table tbody th .img img {
  height: 85px;
  margin: 0 auto;
}
.charge table tbody th .txt {
  padding: 10px 0;
}
.charge table tbody th .txt h3, .charge table tbody th .txt p {
  font-family: "Exo", "Segoe UI", serif;
  padding-left: 10px;
}
.charge table tbody th .txt h3 {
  font-size: 2.5rem;
}
@media screen and (max-width: 767px) {
  .charge table tbody th .img {
    padding: 0;
    width: 80px;
    float: initial;
  }
  .charge table tbody th .img img {
    height: 60px;
  }
  .charge table tbody th .txt {
    padding: 5px 0 0;
  }
  .charge table tbody th .txt h3, .charge table tbody th .txt p {
    padding-left: 0;
    text-align: center;
  }
  .charge table tbody th .txt h3 {
    font-size: 2rem;
  }
}
.charge table tbody td {
  width: 150px;
  vertical-align: middle;
  text-align: center;
  border-left: 1px #959ea7 solid;
  border-bottom: 1px #959ea7 solid;
}
@media screen and (max-width: 767px) {
  .charge table tbody td {
    min-width: 120px;
  }
}
.charge table tbody td p span {
  font-family: "Exo", "Segoe UI", serif;
  font-size: 2.5rem;
  padding: 0 3px;
}
.charge table tbody td p i {
  font-size: 1.2rem;
}
.charge .table-att {
  width: 100%;
  max-width: 980px;
  margin: 35px auto 0;
}
@media screen and (max-width: 767px) {
  .charge .table-att {
    width: 92%;
    font-size: 1.2rem;
  }
}
.charge ::-webkit-scrollbar {
  height: 8px;
}
.charge ::-webkit-scrollbar-track {
  background: #959ea7;
  border: none;
  border-radius: 8px;
}
.charge ::-webkit-scrollbar-thumb {
  background: #ff570a;
  border-radius: 8px;
  box-shadow: none;
}

/* ---------------------------------------------------------------------------------------------------------------------------------------

	SPEC

*/
.spec .title-hd {
  margin-top: 50px;
}
.spec ul.lineup-2col li dl {
  width: 100%;
  margin: 50px auto 0;
}
.spec ul.lineup-2col li dl dt, .spec ul.lineup-2col li dl dd {
  font-size: 1.6rem;
}
.spec ul.lineup-2col li dl dt {
  font-weight: 700;
  position: relative;
  padding-left: 18px;
}
.spec ul.lineup-2col li dl dt:before {
  content: '';
  position: absolute;
  left: 0;
  top: 6px;
  width: 6px;
  height: 6px;
  border: 1px solid;
  border-color: transparent transparent #f0f3f5 #f0f3f5;
  transform: rotate(-45deg);
  pointer-events: none;
}
.spec ul.lineup-2col li dl dd {
  padding: 10px 0 25px 18px;
  border-bottom: 1px #959ea7 solid;
  margin-bottom: 15px;
}
.spec ul.lineup-2col li dl dd:last-of-type {
  border: 0;
}
@media screen and (max-width: 767px) {
  .spec ul.lineup-2col li dl {
    margin: 25px auto 0;
  }
  .spec ul.lineup-2col li dl dt, .spec ul.lineup-2col li dl dd {
    font-size: 1.3rem;
  }
  .spec ul.lineup-2col li dl dd {
    padding: 5px 0 15px 18px;
    margin-bottom: 10px;
  }
  .spec ul.lineup-2col li dl dd br + br {
    display: none;
  }
}

/* ---------------------------------------------------------------------------------------------------------------------------------------

	フッター

*/
footer {
  padding-top: 150px;
  text-align: center;
}
footer a {
  display: inline-block;
}
footer a img {
  width: 170px;
  margin: 0 auto;
  opacity: .25;
}
footer a:hover img {
  opacity: 1;
}
footer p {
  margin-top: 100px;
  background-color: #2c3134;
  color: #3b4043;
  padding: 12px;
  font-size: 1.2rem;
  font-family: "Exo", "Segoe UI", serif;
}
@media screen and (max-width: 767px) {
  footer {
    padding-top: 100px;
  }
  footer a img {
    width: 120px;
  }
  footer p {
    margin-top: 75px;
    font-size: 1rem;
  }
}

.pagetop {
  position: fixed;
  right: 35px;
  bottom: 35px;
  z-index: 999;
}
.pagetop img {
  width: 50px;
}
@media screen and (max-width: 767px) {
  .pagetop {
    right: 15px;
    bottom: 20px;
  }
  .pagetop img {
    width: 35px;
  }
}
