@media screen and (min-width: 750px) {
  .sp {
    display: none !important;
  }
}

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

.a_block {
  display: block;
  width: 100%;
  height: 100%;
}

/*
@font-face {
  font-family: 'Noto Serif Japanese';
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/NotoSerifCJKjp/NotoSerifCJKjp-Regular.ttf") format('opentype');
}
@font-face {
  font-family: 'Noto Serif Japanese';
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/NotoSerifCJKjp/NotoSerifCJKjp-Bold.ttf") format('opentype');
}
@font-face {
  font-family: 'PlayfairDisplay';
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/playfair-display/PlayfairDisplay-Regular.ttf") format('opentype');
}

@font-face {
  font-family: 'PlayfairDisplay';
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/playfair-display/PlayfairDisplay-Bold.ttf") format('opentype');
}
*/
html {
  font-size: 62.5% !important;
  font-family: 'Noto Serif JP', serif;
  height: 100%;
  -webkit-overflow-scrolling: touch;
}

body {
  height: 100%;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.3;
  background: #000;
  -webkit-overflow-scrolling: touch;
}
body.article .header_sns {
  display: none;
}

* {
  border: 0;
  outline: none;
  font: inherit;
  vertical-align: baseline;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  list-style: none;
  text-decoration: none;
}

div,
section {
  position: relative;
}

.page {
  max-width: 800px;
  margin: 0 auto;
}

p.text {
  line-height: 3.0rem;
}

b {
  font-weight: bold;
}

@media screen and (min-width: 750px) {
  body {
    min-width: 1400px;
  }
}

.center {
  text-align: center;
}

.left {
  text-align: left;
}

.right {
  text-align: right;
}

img.block {
  display: block;
}

span.block {
  display: block;
}

hr.label_split {
  border: none;
  display: block;
  height: 2px;
}
@media screen and (max-width: 749px) {
  hr.label_split {
    height: 7px;
  }
}

.w100 {
  width: 100% !important;
}

.margin-a {
  margin-top: 45px;
  margin-bottom: 45px;
}
@media screen and (max-width: 749px) {
  .margin-a {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
.margin-b {
  margin-top: 100px;
  margin-bottom: 70px;
}
@media screen and (max-width: 749px) {
  .margin-b {
    margin-top: 50px;
    margin-bottom: 30px;
  }
}

.header {
  z-index: 999;
  position: absolute;
  width: 100%;
}
.header_lamborghini {
  position: absolute;
  top: 40px;
  right: 40px;
  width: 90px;
}
@media screen and (max-width: 749px) {
  .header_lamborghini {
    width: 60px;
    top: 10px;
    right: 10px;
  }
}
.header_asahi {
  position: absolute;
  top: 20px;
  left: 20px;
  display: flex;
}
.header_asahi_link {
  width: 102px;
  display: block;
}
@media screen and (max-width: 749px) {
  .header_asahi_link {
    width: 75px;
  }
}
@media screen and (max-width: 749px) {
  .header_asahi {
    top: 10px;
    left: 10px;
  }
}
.header_credit {
  color: #FFF;
  font-size: 1.0rem;
  line-height: 1.6;
  margin-left: 10px;
}
@media screen and (max-width: 749px) {
  .header_credit {
    font-size: 0.9rem;
    line-height: 1.5;
  }
}

.mv {
  box-sizing: border-box;
  padding: 200px 0 0;
}
@media screen and (min-width: 750px) {
  .mv {
    background: url("../img/mv_pc.jpg") 50% 50% no-repeat;
    background-size: cover;
    background-position-y: bottom;
    height: 635px;
    width: 100%;
    min-height: 635px;
  }
}
@media screen and (max-width: 749px) {
  .mv {
    background: url("../img/mv_sp.jpg") 50% 50% no-repeat;
    background-size: cover;
    background-position-y: bottom;
    padding: 100px 15px 50px;
    min-height: 450px;
  }
}
.mv_title {
  color: #FFF;
  text-align: center;
  margin: auto;
}
.mv_title-1 {
  font-size: 1.8rem;
}
@media screen and (min-width: 750px) {
  .mv_title-1 {
    width: 540px;
    height: 42px;
    line-height: 42px;
  }
}
@media screen and (max-width: 749px) {
  .mv_title-1 {
    width: 100%;
    padding: 8px 0;
  }
}
.mv_title-1:after {
  content: "";
  height: 1px;
  width: 100%;
  background: #FFF;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.mv_title-1:before {
  content: "";
  height: 1px;
  width: 100%;
  background: #FFF;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
}
.mv_title-2 {
  font-weight: 600;
  font-size: 5.5rem;
  padding-top: 60px;
}
@media screen and (max-width: 749px) {
  .mv_title-2 {
    font-size: 4.0rem;
    padding-top: 50px;
  }
}

.main {
  width: 100%;
  display: block;
  max-width: 1000px;
  margin: auto;
  background: #FFF;
  position: relative;
}
@media screen and (min-width: 750px) {
  .main {
    margin-top: -155px;
  }
}
@media screen and (max-width: 749px) {
  .main {
    width: calc(100% - 30px);
    margin-top: -70px;
  }
}

.article {
  margin: 0 100px;
  padding-bottom: 150px;
  color: #000;
  background: #FFF;
}
@media screen and (max-width: 749px) {
  .article {
    margin: 0 15px;
    padding-bottom: 130px;
  }
}
.article_title_huracan {
  height: 100px;
}
@media screen and (max-width: 749px) {
  .article_title_huracan {
    height: 1px;
    margin-top: 65px;
  }
}
.article_title_label {
  background: #000;
  display: inline-block;
  color: #FFF;
  font-size: 2.0rem;
  height: 40px;
  line-height: 40px;
  max-width: 0;
  overflow: hidden;
  transition: max-width 0.5s ease-out;
}
@media screen and (max-width: 749px) {
  .article_title_label {
    font-size: 1.6rem;
  }
}
.article_title_label:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #000;
  position: absolute;
  top: 0;
  right: 0;
  transition: width 0.4s ease-out;
  transition-delay: 0.4s;
}
.article_text {
  line-height: 1.7;
}

a {
  color: #000;
}
a.opacity {
  transition: 0.8s;
}
a.opacity:hover {
  opacity: 0.5;
}
a.txt {
  text-decoration: underline;
}
a.btn {
  position: relative;
  overflow: hidden;
  padding: 15px 10px;
  width: 100%;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
  font-family: 'Playfair Display', serif;
  overflow: inherit;
}
@media screen and (min-width: 750px) {
  a.btn {
    max-width: 380px;
    height: 50px;
  }
}
@media screen and (max-width: 749px) {
  a.btn {
    margin-bottom: 15px;
    min-height: 40px;
    padding: 10px;
    font-size: 1.5rem;
  }
}
a.btn:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: calc(100%);
  transform-origin: top right;
  transform: scale(0, 1);
  transition: transform 0.5s;
  z-index: -1;
  overflow: inherit;
}
a.btn:hover {
  opacity: 1;
}
a.btn:hover:after {
  transform-origin: top left;
  transform: scale(1, 1);
}
a.btn.blank .span {
  text-align: center;
}
a.btn.blank .span:after, a.btn.blank .span:before {
  content: "";
  display: block;
  width: 5px;
  height: 3px;
  position: absolute;
  top: 4px;
  right: 4px;
  transition: 0.5s;
}
a.btn.blank .span:after {
  top: 5px;
  right: 6px;
  width: 4px;
  height: 3px;
}
a.btn.article .span {
  margin-left: -20px;
  position: relative;
  text-align: center;
}
a.btn.article .span:after, a.btn.article .span:before {
  content: "";
  display: block;
  position: absolute;
  transition: 0.5s;
  bottom: 13px;
  font-size: 1.6rem;
}
a.btn.article .span:after {
  width: 40px;
  height: 1px;
  right: -45px;
}
a.btn-white {
  color: #000;
  border: 1px solid #000;
}
a.btn-white:after {
  background-color: #000;
}
a.btn-white:hover {
  color: #FFF;
}
a.btn-white.blank .span:before {
  background-color: #000;
}
a.btn-white.blank .span:after {
  border-left: 1px solid #000;
  border-bottom: 1px solid #000;
}
a.btn-white.blank:hover .span:before {
  background-color: #FFF;
}
a.btn-white.blank:hover .span:after {
  border-left: 1px solid #FFF;
  border-bottom: 1px solid #FFF;
}

.btnWrap {
  display: flex;
  justify-content: space-evenly;
}
@media screen and (min-width: 750px) {
  .btnWrap {
    margin-bottom: 50px;
  }
  .btnWrap > :nth-child(2) {
    margin-left: 40px;
  }
}
@media screen and (max-width: 749px) {
  .btnWrap {
    flex-wrap: wrap;
  }
  .btnWrap > :first-child {
    width: 100%;
  }
  .btnWrap > :nth-child(2) {
    width: 100%;
    margin-bottom: 35px;
  }
}
.btnWrap-footer {
  justify-content: space-around;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
}

.first figcaption {
  padding-left: 100px;
}
@media screen and (max-width: 749px) {
  .first figcaption {
    padding-left: 15px;
  }
}

.caption {
  padding-top: 10px;
  font-size: 1.2rem;
}
@media screen and (max-width: 749px) {
  .caption {
    font-size: 1.0rem;
    padding-top: 5px;
  }
}

.share {
  color: #FFF;
  display: flex;
  flex-wrap: wrap;
  height: 40px;
  margin-top: 160px;
  margin-bottom: 120px;
}
@media screen and (max-width: 749px) {
  .share {
    margin-top: 70px;
    margin-bottom: 120px;
  }
}
.share_btn {
  width: 50%;
  display: flex;
  align-items: center;
  cursor: pointer;
  font-family: 'Playfair Display', serif;
  transition: 0.5s;
}
@media screen and (min-width: 750px) {
  .share_btn:hover {
    opacity: 0.5;
  }
}
@media screen and (max-width: 749px) {
  .share_btn {
    width: 100%;
    height: 40px;
  }
}
.share_btn-fb {
  background: #3864a3;
}
.share_btn-fb .share_btn_img {
  margin-left: 20px;
  margin-right: 15px;
  width: 8px;
}
.share_btn-tw {
  background: #48b5f0;
}
.share_btn-tw .share_btn_img {
  margin-left: 17px;
  margin-right: 12px;
  width: 14px;
}

.fadein {
  opacity: 0;
}

.slidein .article_title_label {
  width: 0;
}

.fadeInUp {
  animation-fill-mode: both;
  animation-duration: 0.7s;
  animation-delay: 0s;
  animation-name: fadeInUp;
  visibility: visible !important;
}

.fadeInUp2 {
  animation-fill-mode: both;
  animation-duration: 0.7s;
  animation-delay: 0s;
  animation-name: fadeInUp2;
  visibility: visible !important;
}

@keyframes fadeInUp {
  from {
    margin-top: 30px;
    transform: translateY(20%);
    opacity: 0;
  }
  to {
    transform: translateY(0%);
    margin-top: 0;
    opacity: 1;
  }
}
@keyframes fadeInUp2 {
  from {
    margin-top: 30px;
    opacity: 0;
  }
  to {
    margin-top: 0;
    opacity: 1;
  }
}
.fadeInLeft {
  animation-fill-mode: both;
  animation-duration: 0.7s;
  animation-delay: 0.5s;
  animation-name: fadeInLeft;
  visibility: visible !important;
}

@keyframes fadeInLeft {
  from {
    margin-left: -30px;
    transform: translateX(-20%);
    opacity: 0;
  }
  to {
    transform: translateX(0%);
    margin-left: 0;
    opacity: 1;
  }
}
.slideLeft .article_title_label {
  max-width: 900px;
  width: auto;
  opacity: 1;
  padding: 0 11px;
  visibility: visible !important;
}
.slideLeft .article_title_label:after {
  width: 0;
}

.show figure {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}

.show figure:after {
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
}

.show figcaption {
  animation-fill-mode: both;
  animation-duration: 1s;
  animation-delay: 0.5s;
  animation-name: fadeInLeft;
  visibility: visible !important;
}

figure {
  position: relative;
  overflow: hidden;
  width: 100%;
  transition: 0.3s ease-out;
  transform: scaleX(0);
  transform-origin: left top;
  transition-delay: 0.4s;
}
@media screen and (min-width: 750px) {
  figure.mid {
    min-height: 350px;
    padding-bottom: 0;
  }
}
@media screen and (min-width: 750px) {
  figure {
    min-height: 500px;
    padding-bottom: 50%;
  }
}
figure::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  display: block;
  width: 100%;
  height: 100%;
  background-size: 4px;
  content: "";
  transition: 0.3s;
  transition-delay: 0.8s;
  mix-blend-mode: multiply;
}
figure::after {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #000;
  content: "";
  transition: 0.3s 0.4s ease-out;
  transition-delay: 0.8s;
  transform-origin: right top;
}
figure img {
  position: absolute;
  right: 0;
  left: 0;
  width: 100%;
  -webkit-transition: 0.7s;
  -o-transition: 0.7s;
  transition: 0.7s;
}
figure img.middle {
  top: 0;
}

@media screen and (min-width: 750px) {
  .first figure {
    min-height: 550px;
    padding-bottom: 50%;
  }
}

.pagetop_link {
  position: relative;
  display: block;
  padding-top: 70px;
  margin: auto;
  width: 55px;
  text-align: center;
  font-size: 1.0rem;
  font-family: 'Playfair Display', serif;
  line-height: 1.6;
  cursor: pointer;
}
.pagetop_link::after {
  content: "";
  position: absolute;
  top: -40px;
  left: 50%;
  display: block;
  width: 1px;
  height: 100px;
  background-color: #000;
  transition: 0.2s 0.5s;
  transform-origin: bottom;
  animation: up 1.8s infinite;
  transform: translateX(50%);
}
@media screen and (max-width: 749px) {
  .pagetop_link::after {
    top: -10px;
    height: 70px;
  }
}

.scroll {
  position: relative;
  display: block;
  margin: -37px auto 0;
  width: 1px;
  height: 60px;
}
@media screen and (max-width: 749px) {
  .scroll {
    margin: -20px auto 0;
    height: 10px;
  }
}
.scroll::after {
  content: "";
  position: absolute;
  top: -40px;
  left: 50%;
  display: block;
  width: 1px;
  height: 100px;
  background-color: #000;
  transition: 0.2s 0.5s;
  transform-origin: bottom;
  animation: down 1.8s infinite;
  transform: translateX(50%);
}
@media screen and (max-width: 749px) {
  .scroll::after {
    height: 70px;
  }
}

@-webkit-keyframes down {
  0% {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: top;
    transform-origin: top;
  }
  25% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transform-origin: top;
    transform-origin: top;
  }
  50% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transform-origin: bottom;
    transform-origin: bottom;
  }
  75% {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: bottom;
    transform-origin: bottom;
  }
  100% {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: bottom;
    transform-origin: bottom;
  }
}
@keyframes down {
  0% {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: top;
    transform-origin: top;
  }
  25% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transform-origin: top;
    transform-origin: top;
  }
  50% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transform-origin: bottom;
    transform-origin: bottom;
  }
  75% {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: bottom;
    transform-origin: bottom;
  }
  100% {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: bottom;
    transform-origin: bottom;
  }
}
@-webkit-keyframes up {
  0% {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: bottom;
    transform-origin: bottom;
  }
  25% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transform-origin: bottom;
    transform-origin: bottom;
  }
  50% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transform-origin: top;
    transform-origin: top;
  }
  75% {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: top;
    transform-origin: top;
  }
  100% {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: top;
    transform-origin: top;
  }
}
@keyframes up {
  0% {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: bottom;
    transform-origin: bottom;
  }
  25% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transform-origin: bottom;
    transform-origin: bottom;
  }
  50% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transform-origin: top;
    transform-origin: top;
  }
  75% {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: top;
    transform-origin: top;
  }
  100% {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: top;
    transform-origin: top;
  }
}
.logo_lamborghini {
  position: absolute;
  width: 90px;
  left: 50%;
  transform: translateX(-50%);
  top: -50px;
}
.logo_lamborghini_img {
  width: 100%;
}

.footer {
  background: #000;
  text-align: center;
  z-index: 10;
  height: 250px;
}
.footer_copy {
  font-family: 'Playfair Display', serif;
  line-height: 1.66;
  color: white;
  padding: 150px 0 20px;
  font-size: 1.0rem;
}
@media screen and (max-width: 749px) {
  .footer_copy {
    font-size: 0.9rem;
  }
}
