@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap");
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

table {
  border-collapse: collapse;
  border-spacing: 0;
}

html {
  font-size: 62.5%;
}

body {
  line-height: 1.6;
  font-family: "Inter", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  letter-spacing: 0.03em;
  font-size: 15px;
  background: #000;
  color: #fff;
}

.sp {
  display: none;
}

@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
}
::-moz-selection {
  background: #333;
  color: #fff;
}
::selection {
  background: #333;
  color: #fff;
}

a {
  color: #fff;
}

img {
  vertical-align: top;
}

ul, ol {
  list-style: none;
}

body {
  overflow-y: scroll;
}

header {
  position: relative;
  width: 100%;
  background: #3c3c3b;
  height: 82px;
}
@media screen and (max-width: 768px) {
  header {
    height: 16.5333333333vw;
  }
}
header h1 {
  position: absolute;
  top: 24px;
  left: 36px;
  width: 137px;
}
@media screen and (max-width: 768px) {
  header h1 {
    top: 6.6666666667vw;
    left: 4.8vw;
    width: 18.1333333333vw;
  }
}
header h1 img {
  width: 100%;
  height: auto;
}
header .ttl-sp {
  position: absolute;
  top: 4.2666666667vw;
  left: calc(50% - 17.2vw);
  width: 34.4vw;
}
header .ttl-sp img {
  width: 100%;
  height: auto;
}
header .logo-jaguar {
  position: absolute;
  top: 34px;
  right: 36px;
  width: 136px;
}
@media screen and (max-width: 768px) {
  header .logo-jaguar {
    top: 7.3333333333vw;
    right: 4.8vw;
    width: 18.1333333333vw;
  }
}
header .logo-jaguar img {
  width: 100%;
  height: auto;
}

#cover {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  z-index: 999999;
}

#intro {
  position: absolute;
  top: 82px;
  left: 0;
  width: 100%;
  height: calc(100vh - 82px);
  background: #000;
  z-index: 99999;
}
@media screen and (max-width: 768px) {
  #intro {
    top: 16.5333333333vw;
    height: calc(100vh - 16.5333333333vw);
  }
}
#intro .cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
#intro .cover .inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../img/img_kv.jpg") center center no-repeat;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  #intro .cover .inner {
    background: url("../img/img_kv_sp.jpg") center center no-repeat;
    background-size: cover;
  }
}
#intro .cover .inner.anim {
  -webkit-animation: intro-anim 5s linear 1;
          animation: intro-anim 5s linear 1;
}
@-webkit-keyframes intro-anim {
  0% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes intro-anim {
  0% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
#intro .ttl-box {
  position: relative;
  top: 10.3571428571vw;
}
@media screen and (max-width: 768px) {
  #intro .ttl-box {
    top: 28vw;
  }
}
#intro .ttl-box h1 {
  position: relative;
  width: 25.7142857143vw;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #intro .ttl-box h1 {
    width: 53.3333333333vw;
  }
}
#intro .ttl-box h1 img {
  width: 100%;
  height: auto;
  display: block;
}
#intro .ttl-box h1 span {
  position: relative;
  display: block;
  opacity: 0;
}
#intro .ttl-box h1 span:nth-child(n+2) {
  position: absolute;
  top: 0;
  left: 0;
}
#intro .ttl-box h2 {
  display: block;
  width: 42.8571428571vw;
  margin: 2vw auto 0;
  opacity: 0;
}
#intro .ttl-box h2 span {
  display: block;
}
@media screen and (max-width: 768px) {
  #intro .ttl-box h2 {
    width: 85.3333333333vw;
    margin: 4vw auto 0;
  }
}
#intro .ttl-box h2 img {
  width: 100%;
  height: auto;
}

#wrap {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
#wrap.active {
  height: auto;
}
#wrap main {
  position: relative;
  width: 100%;
  overflow: hidden;
}
#wrap main section.sec-main {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 5.7142857143vw;
}
@media screen and (max-width: 768px) {
  #wrap main section.sec-main {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-bottom: 12.2666666667vw;
  }
}
#wrap main section.sec-main .text-box {
  position: relative;
  width: 38.2%;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #wrap main section.sec-main .text-box {
    width: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin: 10.1333333333vw auto 0;
  }
}
#wrap main section.sec-main .text-box .ttl-box {
  position: relative;
}
#wrap main section.sec-main .text-box .ttl-box h1 {
  position: relative;
  width: 20vw;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #wrap main section.sec-main .text-box .ttl-box h1 {
    width: 45.3333333333vw;
  }
}
#wrap main section.sec-main .text-box .ttl-box h1 img {
  width: 100%;
  height: auto;
  display: block;
}
#wrap main section.sec-main .text-box .ttl-box h1 span {
  position: relative;
  display: block;
}
#wrap main section.sec-main .text-box .ttl-box h1 span:nth-child(n+2) {
  position: absolute;
  top: 0;
  left: 0;
}
#wrap main section.sec-main .text-box .ttl-box h2 {
  display: block;
  width: 23vw;
  margin: 1.7142857143vw auto 0;
}
@media screen and (max-width: 768px) {
  #wrap main section.sec-main .text-box .ttl-box h2 {
    width: 68.6666666667vw;
    margin: 4.2666666667vw auto 0;
  }
}
#wrap main section.sec-main .text-box .ttl-box h2 img {
  width: 100%;
  height: auto;
}
#wrap main section.sec-main .text-box .lead {
  margin: 2.2857142857vw auto 0;
  font-size: 1.0714285714vw;
  line-height: 1.75;
}
@media screen and (max-width: 768px) {
  #wrap main section.sec-main .text-box .lead {
    margin: 4vw auto 0;
    font-size: 3.7333333333vw;
    line-height: 1.6;
  }
}
#wrap main section.sec-main .image-box {
  position: relative;
  width: 61.8%;
}
@media screen and (max-width: 768px) {
  #wrap main section.sec-main .image-box {
    width: 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    padding-bottom: 1.6vw;
  }
}
#wrap main section.sec-main .image-box .slide-box {
  position: relative;
}
#wrap main section.sec-main .image-box .slide-box:after {
  position: absolute;
  content: "";
  bottom: 1.0714285714vw;
  right: 1.0714285714vw;
  background: url("../img/icon_ad.png") center center no-repeat;
  width: 30px;
  height: 22px;
  background-size: contain;
  z-index: 999;
}
@media screen and (max-width: 768px) {
  #wrap main section.sec-main .image-box .slide-box:after {
    width: 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 24px;
    height: 16px;
    bottom: 2vw;
    right: 2vw;
  }
}
#wrap main section.sec-main .image-box .slide-box article {
  position: relative;
  width: 100%;
  pointer-events: none;
}
#wrap main section.sec-main .image-box .slide-box article.active {
  pointer-events: auto;
}
#wrap main section.sec-main .image-box .slide-box article a {
  display: block;
  overflow: hidden;
}
#wrap main section.sec-main .image-box .slide-box article a .inner {
  width: 100%;
}
#wrap main section.sec-main .image-box .slide-box article a img {
  width: 100%;
  height: auto;
}
#wrap main section.sec-main .image-box .slide-box article:nth-child(n+2) {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
}
#wrap main section.sec-main .image-box .bar-box {
  position: relative;
  width: 100%;
  height: 3px;
}
@media screen and (max-width: 768px) {
  #wrap main section.sec-main .image-box .bar-box {
    height: 4px;
  }
}
#wrap main section.sec-main .image-box .bar-box span {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  background: #fff;
}
#wrap main section.sec-main .image-box .bar-box span.base {
  background: #363636;
}
#wrap main section.sec-main .image-box .bar-box span.seek {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform-origin: 0% 0%;
          transform-origin: 0% 0%;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
}
#wrap main section.sec-main .image-box .bar-box span.seek.anim {
  -webkit-animation: seekAnim 6s linear 1;
          animation: seekAnim 6s linear 1;
}
@-webkit-keyframes seekAnim {
  0% {
    -webkit-transform: scale(0, 1);
            transform: scale(0, 1);
  }
  100% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}
@keyframes seekAnim {
  0% {
    -webkit-transform: scale(0, 1);
            transform: scale(0, 1);
  }
  100% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}
#wrap main section.sec-main .image-box .ui-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 46.4285714286vw;
  margin-top: 1.4285714286vw;
}
@media screen and (max-width: 768px) {
  #wrap main section.sec-main .image-box .ui-box {
    width: 100%;
    margin: 0;
  }
}
#wrap main section.sec-main .image-box .ui-box .pager {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 768px) {
  #wrap main section.sec-main .image-box .ui-box .pager {
    position: absolute;
    top: 1.3333333333vw;
    right: 2.4vw;
  }
}
#wrap main section.sec-main .image-box .ui-box .pager li {
  width: 7px;
  height: 7px;
  background: #363636;
}
@media screen and (max-width: 768px) {
  #wrap main section.sec-main .image-box .ui-box .pager li {
    width: 1.3333333333vw;
    height: 1.3333333333vw;
  }
}
#wrap main section.sec-main .image-box .ui-box .pager li.active {
  background: #fff;
}
#wrap main section.sec-main .image-box .ui-box .pager li:nth-child(n+2) {
  margin-left: 7px;
}
@media screen and (max-width: 768px) {
  #wrap main section.sec-main .image-box .ui-box .pager li:nth-child(n+2) {
    margin-left: 1.3333333333vw;
  }
}
#wrap main section.sec-main .image-box .ui-box .title {
  position: relative;
  margin-left: 3.2142857143vw;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 768px) {
  #wrap main section.sec-main .image-box .ui-box .title {
    margin: 6vw 0 0;
  }
}
#wrap main section.sec-main .image-box .ui-box .title li {
  position: relative;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.4s cubic-bezier(0.33, 1, 0.68, 1);
  transition: opacity 0.4s cubic-bezier(0.33, 1, 0.68, 1);
}
#wrap main section.sec-main .image-box .ui-box .title li.active {
  opacity: 1;
  pointer-events: auto;
  -webkit-transition: opacity 0.4s 0.5s cubic-bezier(0.33, 1, 0.68, 1);
  transition: opacity 0.4s 0.5s cubic-bezier(0.33, 1, 0.68, 1);
}
#wrap main section.sec-main .image-box .ui-box .title li:nth-child(n+2) {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
#wrap main section.sec-main .image-box .ui-box .title li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-decoration: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 769px) {
  #wrap main section.sec-main .image-box .ui-box .title li a {
    -webkit-transition: opacity 0.2s cubic-bezier(0.33, 1, 0.68, 1);
    transition: opacity 0.2s cubic-bezier(0.33, 1, 0.68, 1);
  }
  #wrap main section.sec-main .image-box .ui-box .title li a:hover {
    opacity: 0.6;
  }
}
@media screen and (max-width: 768px) {
  #wrap main section.sec-main .image-box .ui-box .title li a {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
}
#wrap main section.sec-main .image-box .ui-box .title li a h3 {
  position: relative;
  font-size: 1.7142857143vw;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  #wrap main section.sec-main .image-box .ui-box .title li a h3 {
    font-size: 4.2666666667vw;
    padding-left: 4vw;
    line-height: 1.25;
  }
}
@media screen and (max-width: 768px) {
  #wrap main section.sec-main .image-box .ui-box .title li a h3.colomn-2 {
    top: -2.6666666667vw;
  }
}
#wrap main section.sec-main .image-box .ui-box .title li a .link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 0.9285714286vw;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  #wrap main section.sec-main .image-box .ui-box .title li a .link {
    width: 33.3333333333vw;
    font-size: 3.4666666667vw;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-right: 2.6666666667vw;
  }
}
#wrap main section.sec-main .image-box .ui-box .title li a .link span.dot {
  position: relative;
  display: block;
  margin-left: 1.1428571429vw;
}
@media screen and (max-width: 768px) {
  #wrap main section.sec-main .image-box .ui-box .title li a .link span.dot {
    margin-left: auto;
  }
}
#wrap main section.sec-main .image-box .ui-box .title li a .link span.dot img {
  display: block;
  width: 0.1428571429vw;
  height: auto;
}
#wrap main section.sec-main .image-box .ui-box .title li a .link span.dot img.sp {
  display: none;
}
@media screen and (max-width: 768px) {
  #wrap main section.sec-main .image-box .ui-box .title li a .link span.dot img {
    width: 0.5333333333vw;
  }
  #wrap main section.sec-main .image-box .ui-box .title li a .link span.dot img.sp {
    display: block;
  }
  #wrap main section.sec-main .image-box .ui-box .title li a .link span.dot img.pc {
    display: none;
  }
}
#wrap main section.sec-main .image-box .ui-box .title li a .link span.icon {
  position: relative;
  display: block;
  margin-left: 1vw;
}
@media screen and (max-width: 768px) {
  #wrap main section.sec-main .image-box .ui-box .title li a .link span.icon {
    margin-left: 2vw;
  }
}
#wrap main section.sec-main .image-box .ui-box .title li a .link span.icon img {
  display: block;
  width: 0.7857142857vw;
  height: auto;
}
@media screen and (max-width: 768px) {
  #wrap main section.sec-main .image-box .ui-box .title li a .link span.icon img {
    width: 1.8666666667vw;
  }
}
#wrap main section.sec-main .scrolldown {
  position: absolute;
  top: calc(100vh - 138px);
  top: clamp(0px, 100vh - 138px, 43.0555555556vw);
  left: 1.875vw;
  width: 11px;
  height: 55px;
}
@media screen and (max-width: 768px) {
  #wrap main section.sec-main .scrolldown {
    display: none;
  }
}
#wrap main section.sec-main .scrolldown .line {
  position: absolute;
  bottom: 0px;
  right: 0;
  width: 1px;
  height: 55px;
  margin-top: 16px;
  overflow: hidden;
  opacity: 1;
}
#wrap main section.sec-main .scrolldown .line .inner {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 1px;
  height: 55px;
  background: #fff;
}
#wrap main section.sec-main .scrolldown .ttl {
  position: relative;
  font-size: 12px;
  top: -64px;
  left: 5px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
#wrap main section.sec-article {
  position: relative;
  width: 100%;
}
#wrap main section.sec-article article {
  position: relative;
  width: 100%;
  padding: 5.7142857143vw 2.1428571429vw 5.7142857143vw;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  #wrap main section.sec-article article {
    padding: 14.6666666667vw 0 14.6666666667vw;
  }
}
#wrap main section.sec-article article:first-child {
  background: #141414;
}
#wrap main section.sec-article article:nth-child(2) a .photo-box {
  margin: 0 0 0 auto;
}
#wrap main section.sec-article article:nth-child(2) a .photo-box ul li:nth-child(1) {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
#wrap main section.sec-article article:nth-child(2) a .photo-box ul li:nth-child(2) {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
@media screen and (max-width: 768px) {
  #wrap main section.sec-article article:nth-child(2) a .photo-box ul li:nth-child(2) {
    margin: 4vw auto 0 0;
  }
}
#wrap main section.sec-article article:nth-child(2) a .text-box {
  width: 58.9285714286vw;
  margin: 0 0 0 auto;
}
@media screen and (max-width: 768px) {
  #wrap main section.sec-article article:nth-child(2) a .text-box {
    width: 82.6666666667vw;
    margin: 0 auto;
  }
}
#wrap main section.sec-article article a {
  position: relative;
  display: block;
  width: 100%;
  text-decoration: none;
}
#wrap main section.sec-article article a .photo-box {
  width: 85.7142857143vw;
}
@media screen and (max-width: 768px) {
  #wrap main section.sec-article article a .photo-box {
    width: 100%;
  }
}
#wrap main section.sec-article article a .photo-box ul {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  #wrap main section.sec-article article a .photo-box ul {
    display: block;
  }
}
#wrap main section.sec-article article a .photo-box ul li {
  position: relative;
  width: 60.3571428571vw;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  #wrap main section.sec-article article a .photo-box ul li {
    width: 92vw;
    margin: 0 auto;
  }
}
#wrap main section.sec-article article a .photo-box ul li img {
  width: 100%;
  height: auto;
}
#wrap main section.sec-article article a .photo-box ul li:nth-child(2) {
  width: 23.2142857143vw;
}
@media screen and (max-width: 768px) {
  #wrap main section.sec-article article a .photo-box ul li:nth-child(2) {
    width: 65.3333333333vw;
    margin: 4vw 0 0 auto;
  }
}
#wrap main section.sec-article article a .photo-box ul li.is-show span.mask {
  -webkit-animation: intro-out 0.75s 0.5s cubic-bezier(0.83, 0, 0.17, 1) 1 forwards;
          animation: intro-out 0.75s 0.5s cubic-bezier(0.83, 0, 0.17, 1) 1 forwards;
}
#wrap main section.sec-article article a .photo-box ul li span.mask {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
}
@-webkit-keyframes intro-out {
  0% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  100% {
    -webkit-transform: translateX(101%);
            transform: translateX(101%);
  }
}
@keyframes intro-out {
  0% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  100% {
    -webkit-transform: translateX(101%);
            transform: translateX(101%);
  }
}
#wrap main section.sec-article article a .text-box {
  position: relative;
  width: 71.4285714286vw;
  margin: 0 auto;
  padding: 2.8571428571vw 0 0;
}
@media screen and (max-width: 768px) {
  #wrap main section.sec-article article a .text-box {
    width: 82.6666666667vw;
    padding: 7.7333333333vw 0 0;
  }
}
#wrap main section.sec-article article a .text-box .ttl-box h3 {
  font-size: 2.2857142857vw;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  #wrap main section.sec-article article a .text-box .ttl-box h3 {
    font-size: 5.3333333333vw;
  }
}
#wrap main section.sec-article article a .text-box .ttl-box h4 {
  font-size: 1.4285714286vw;
  font-weight: bold;
  color: #cccccc;
}
@media screen and (max-width: 768px) {
  #wrap main section.sec-article article a .text-box .ttl-box h4 {
    font-size: 4vw;
    line-height: 1.35;
    margin-top: 1.0666666667vw;
  }
}
#wrap main section.sec-article article a .text-box .p-box {
  font-size: 1.0714285714vw;
  line-height: 1.75;
  margin-top: 1.2857142857vw;
}
@media screen and (max-width: 768px) {
  #wrap main section.sec-article article a .text-box .p-box {
    font-size: 3.6vw;
    letter-spacing: -0.01em;
    line-height: 1.6;
    margin-top: 4.8vw;
  }
}
#wrap main section.sec-article article a .text-box .btn-more {
  position: relative;
  margin-top: 2.1428571429vw;
  font-size: 1.1428571429vw;
  width: 26.4285714286vw;
}
@media screen and (max-width: 768px) {
  #wrap main section.sec-article article a .text-box .btn-more {
    margin-top: 5.3333333333vw;
    width: 60.8vw;
    font-size: 3.4666666667vw;
  }
}
#wrap main section.sec-article article a .text-box .btn-more .inner {
  position: relative;
  width: 100%;
  height: 100%;
  background: #fff;
  color: #000;
  padding: 0.8571428571vw 1.2857142857vw;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  #wrap main section.sec-article article a .text-box .btn-more .inner {
    padding: 2.5333333333vw 3.3333333333vw;
  }
}
@media screen and (min-width: 769px) {
  #wrap main section.sec-article article a .text-box .btn-more .inner {
    -webkit-transition: opacity 0.2s cubic-bezier(0.33, 1, 0.68, 1);
    transition: opacity 0.2s cubic-bezier(0.33, 1, 0.68, 1);
  }
  #wrap main section.sec-article article a .text-box .btn-more .inner:hover {
    opacity: 0.4;
  }
}
#wrap main section.sec-article article a .text-box .btn-more .icon-box {
  position: absolute;
  top: 0;
  right: 1.5714285714vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}
@media screen and (max-width: 768px) {
  #wrap main section.sec-article article a .text-box .btn-more .icon-box {
    right: 3.4666666667vw;
  }
}
#wrap main section.sec-article article a .text-box .btn-more .icon-box span {
  display: block;
}
#wrap main section.sec-article article a .text-box .btn-more .icon-box span.dot {
  width: 0.1428571429vw;
  margin-right: 1.5714285714vw;
}
@media screen and (max-width: 768px) {
  #wrap main section.sec-article article a .text-box .btn-more .icon-box span.dot {
    width: 0.5333333333vw;
    margin-right: 2.9333333333vw;
  }
}
#wrap main section.sec-article article a .text-box .btn-more .icon-box span.dot img.sp {
  display: none;
}
@media screen and (max-width: 768px) {
  #wrap main section.sec-article article a .text-box .btn-more .icon-box span.dot img {
    width: 0.5333333333vw;
  }
  #wrap main section.sec-article article a .text-box .btn-more .icon-box span.dot img.sp {
    display: block;
  }
  #wrap main section.sec-article article a .text-box .btn-more .icon-box span.dot img.pc {
    display: none;
  }
}
#wrap main section.sec-article article a .text-box .btn-more .icon-box span.icon {
  width: 0.7857142857vw;
}
@media screen and (max-width: 768px) {
  #wrap main section.sec-article article a .text-box .btn-more .icon-box span.icon {
    width: 1.8666666667vw;
  }
}
#wrap main section.sec-article article a .text-box .btn-more .icon-box span img {
  width: 100%;
  height: auto;
  display: block;
}
#wrap main section.foot {
  position: relative;
  width: 100%;
  height: 44.2857142857vw;
  padding: 6.1428571429vw 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-top: 4.5714285714vw;
}
@media screen and (max-width: 768px) {
  #wrap main section.foot {
    padding: 52vw 0 0;
    height: auto;
  }
}
#wrap main section.foot .base {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  #wrap main section.foot .base {
    width: 100%;
    height: 74.6666666667vw;
  }
}
#wrap main section.foot .base .inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../img/bg_foot.jpg") center center no-repeat;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  #wrap main section.foot .base .inner {
    width: 100%;
    height: 100%;
    background: url("../img/bg_foot_sp.jpg") center center no-repeat;
    background-size: cover;
  }
}
#wrap main section.foot .box {
  position: relative;
  width: 26.4285714286vw;
  background: #000;
  text-align: center;
  margin: 0 auto 0 13vw;
}
@media screen and (max-width: 768px) {
  #wrap main section.foot .box {
    width: 94vw;
    margin: 0 auto;
    background: #1c1c1c;
  }
}
#wrap main section.foot .box .logo-box {
  position: relative;
  width: 100%;
  background: #ffffff;
}
#wrap main section.foot .box .logo-box a {
  position: relative;
  display: block;
  width: 100%;
  padding: 5.7142857143vw 0;
}
@media screen and (max-width: 768px) {
  #wrap main section.foot .box .logo-box a {
    padding: 20.5333333333vw 0;
  }
}
#wrap main section.foot .box .logo-box a .logo {
  width: 18vw;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #wrap main section.foot .box .logo-box a .logo {
    width: 62.1333333333vw;
  }
}
#wrap main section.foot .box .logo-box a .logo img {
  width: 100%;
  height: auto;
}
#wrap main section.foot .box .text-box {
  padding: 3.1428571429vw 0 3.4285714286vw;
}
@media screen and (max-width: 768px) {
  #wrap main section.foot .box .text-box {
    padding: 6.9333333333vw 0 9.0666666667vw;
  }
}
#wrap main section.foot .box .text-box p.lead {
  text-align: center;
}
#wrap main section.foot .box .text-box p.lead span {
  display: block;
}
#wrap main section.foot .box .text-box p.lead span.en {
  font-size: 1.3571428571vw;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  #wrap main section.foot .box .text-box p.lead span.en {
    font-size: 4.6666666667vw;
  }
}
#wrap main section.foot .box .text-box p.lead span.jp {
  font-size: 1.1428571429vw;
  letter-spacing: -0.03em;
}
@media screen and (max-width: 768px) {
  #wrap main section.foot .box .text-box p.lead span.jp {
    font-size: 4vw;
    line-height: 1.4;
  }
}
#wrap main section.foot .box .text-box .btn-dealer {
  position: relative;
  margin: 3.4285714286vw auto 0;
  font-size: 1.1428571429vw;
  background: #fff;
  color: #000;
  width: 17.5vw;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: left;
  letter-spacing: 0em;
}
@media screen and (max-width: 768px) {
  #wrap main section.foot .box .text-box .btn-dealer {
    margin: 4.8vw auto 0;
    width: 60.8vw;
    font-size: 3.4666666667vw;
    letter-spacing: -0.03em;
    padding: 2.4vw 2.9333333333vw;
  }
}
@media screen and (min-width: 769px) {
  #wrap main section.foot .box .text-box .btn-dealer {
    -webkit-transition: opacity 0.2s cubic-bezier(0.33, 1, 0.68, 1);
    transition: opacity 0.2s cubic-bezier(0.33, 1, 0.68, 1);
  }
  #wrap main section.foot .box .text-box .btn-dealer:hover {
    opacity: 0.4;
  }
}
#wrap main section.foot .box .text-box .btn-dealer a {
  color: #000;
  text-decoration: none;
  display: block;
  width: 100%;
  height: 100%;
  padding: 1vw 1.2857142857vw;
}
@media screen and (max-width: 768px) {
  #wrap main section.foot .box .text-box .btn-dealer a {
    padding: 2.4vw 2.9333333333vw;
  }
}
#wrap main section.foot .box .text-box .btn-dealer .icon-box {
  position: absolute;
  top: 0;
  right: 1.5714285714vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}
@media screen and (max-width: 768px) {
  #wrap main section.foot .box .text-box .btn-dealer .icon-box {
    right: 3.4666666667vw;
  }
}
#wrap main section.foot .box .text-box .btn-dealer .icon-box span {
  display: block;
}
#wrap main section.foot .box .text-box .btn-dealer .icon-box span.dot {
  width: 0.1428571429vw;
  margin-right: 1.5714285714vw;
}
@media screen and (max-width: 768px) {
  #wrap main section.foot .box .text-box .btn-dealer .icon-box span.dot {
    width: 0.5333333333vw;
    margin-right: 2.9333333333vw;
  }
}
#wrap main section.foot .box .text-box .btn-dealer .icon-box span.dot img.sp {
  display: none;
}
@media screen and (max-width: 768px) {
  #wrap main section.foot .box .text-box .btn-dealer .icon-box span.dot img {
    width: 0.5333333333vw;
  }
  #wrap main section.foot .box .text-box .btn-dealer .icon-box span.dot img.sp {
    display: block;
  }
  #wrap main section.foot .box .text-box .btn-dealer .icon-box span.dot img.pc {
    display: none;
  }
}
#wrap main section.foot .box .text-box .btn-dealer .icon-box span.icon {
  width: 0.7857142857vw;
}
@media screen and (max-width: 768px) {
  #wrap main section.foot .box .text-box .btn-dealer .icon-box span.icon {
    width: 1.8666666667vw;
  }
}
#wrap main section.foot .box .text-box .btn-dealer .icon-box span img {
  width: 100%;
  height: auto;
  display: block;
}
#wrap footer {
  position: relative;
  width: 100%;
  background: #3c3c3b;
  text-align: center;
  padding: 5.1428571429vw 0;
}
@media screen and (max-width: 768px) {
  #wrap footer {
    margin-top: 16vw;
    padding: 9.6vw 0;
  }
}
#wrap footer .share h3 {
  font-size: 2.6666666667vw;
}
#wrap footer .share ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 3.7333333333vw;
}
#wrap footer .share ul li {
  position: relative;
  width: 6.6666666667vw;
}
#wrap footer .share ul li a {
  display: block;
  width: 100%;
}
#wrap footer .share ul li a img {
  width: 100%;
  height: auto;
}
#wrap footer .share ul li:nth-child(n+2) {
  margin-left: 5.8666666667vw;
}
#wrap footer .copyright {
  font-size: 12px;
}
@media screen and (max-width: 768px) {
  #wrap footer .copyright {
    margin-top: 6.4vw;
    font-size: 2.5333333333vw;
  }
}
#wrap footer .copyright span.ad {
  display: inline-block;
  border: 1px solid #fff;
  padding: 1px 5px 0px 6px;
  margin-right: 10px;
}
@media screen and (max-width: 768px) {
  #wrap footer .copyright span.ad {
    margin-right: 1.6vw;
    padding: 0.1333333333vw 1.0666666667vw;
  }
}

.share-box {
  position: fixed;
  top: calc(50% - 64px);
  right: 0;
  width: 45px;
  height: 128px;
  background: #fff;
  text-align: center;
  padding: 15px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .share-box {
    display: none;
  }
}
.share-box h3 {
  font-size: 10px;
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
  color: #000;
}
.share-box ul {
  width: 18px;
  margin: 8px auto 0;
}
.share-box ul li:nth-child(n+2) {
  margin-top: 2px;
}
.share-box ul img {
  width: 100%;
  height: auto;
}
.share-box ul a {
  display: block;
}
@media screen and (min-width: 769px) {
  .share-box ul a {
    -webkit-transition: opacity 0.2s cubic-bezier(0.33, 1, 0.68, 1);
    transition: opacity 0.2s cubic-bezier(0.33, 1, 0.68, 1);
  }
  .share-box ul a:hover {
    opacity: 0.6;
  }
}/*# sourceMappingURL=style.css.map */