@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -10%, 0);
    transform: translate3d(0, -10%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -10%, 0);
    transform: translate3d(0, -10%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-10%, 0, 0);
    transform: translate3d(-10%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-10%, 0, 0);
    transform: translate3d(-10%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(10%, 0, 0);
    transform: translate3d(10%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(10%, 0, 0);
    transform: translate3d(10%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 10%, 0);
    transform: translate3d(0, 10%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 10%, 0);
    transform: translate3d(0, 10%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@-webkit-keyframes fadeInTopLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-10%, -10%, 0);
    transform: translate3d(-10%, -10%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes fadeInTopLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-10%, -10%, 0);
    transform: translate3d(-10%, -10%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@-webkit-keyframes fadeInTopRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(10%, -10%, 0);
    transform: translate3d(10%, -10%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes fadeInTopRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(10%, -10%, 0);
    transform: translate3d(10%, -10%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@-webkit-keyframes fadeInBottomLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-10%, 10%, 0);
    transform: translate3d(-10%, 10%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes fadeInBottomLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-10%, 10%, 0);
    transform: translate3d(-10%, 10%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@-webkit-keyframes fadeInBottomRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(10%, 10%, 0);
    transform: translate3d(10%, 10%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes fadeInBottomRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(10%, 10%, 0);
    transform: translate3d(10%, 10%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@-webkit-keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
            transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
            transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
            transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
            transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
            transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
}
@keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
            transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
            transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
            transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
            transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
            transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
}
@-webkit-keyframes bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0) scaleY(3);
            transform: translate3d(0, -3000px, 0) scaleY(3);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0) scaleY(0.9);
            transform: translate3d(0, 25px, 0) scaleY(0.9);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0) scaleY(0.95);
            transform: translate3d(0, -10px, 0) scaleY(0.95);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0) scaleY(0.985);
            transform: translate3d(0, 5px, 0) scaleY(0.985);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
  }
}
@keyframes bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0) scaleY(3);
            transform: translate3d(0, -3000px, 0) scaleY(3);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0) scaleY(0.9);
            transform: translate3d(0, 25px, 0) scaleY(0.9);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0) scaleY(0.95);
            transform: translate3d(0, -10px, 0) scaleY(0.95);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0) scaleY(0.985);
            transform: translate3d(0, 5px, 0) scaleY(0.985);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
  }
}
@-webkit-keyframes bounceInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0) scaleX(3);
            transform: translate3d(-3000px, 0, 0) scaleX(3);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0) scaleX(1);
            transform: translate3d(25px, 0, 0) scaleX(1);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0) scaleX(0.98);
            transform: translate3d(-10px, 0, 0) scaleX(0.98);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0) scaleX(0.995);
            transform: translate3d(5px, 0, 0) scaleX(0.995);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
  }
}
@keyframes bounceInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0) scaleX(3);
            transform: translate3d(-3000px, 0, 0) scaleX(3);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0) scaleX(1);
            transform: translate3d(25px, 0, 0) scaleX(1);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0) scaleX(0.98);
            transform: translate3d(-10px, 0, 0) scaleX(0.98);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0) scaleX(0.995);
            transform: translate3d(5px, 0, 0) scaleX(0.995);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
  }
}
@-webkit-keyframes bounceInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0) scaleX(3);
            transform: translate3d(3000px, 0, 0) scaleX(3);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0) scaleX(1);
            transform: translate3d(-25px, 0, 0) scaleX(1);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0) scaleX(0.98);
            transform: translate3d(10px, 0, 0) scaleX(0.98);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0) scaleX(0.995);
            transform: translate3d(-5px, 0, 0) scaleX(0.995);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
  }
}
@keyframes bounceInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0) scaleX(3);
            transform: translate3d(3000px, 0, 0) scaleX(3);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0) scaleX(1);
            transform: translate3d(-25px, 0, 0) scaleX(1);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0) scaleX(0.98);
            transform: translate3d(10px, 0, 0) scaleX(0.98);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0) scaleX(0.995);
            transform: translate3d(-5px, 0, 0) scaleX(0.995);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
  }
}
@-webkit-keyframes bounceInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0) scaleY(5);
            transform: translate3d(0, 3000px, 0) scaleY(5);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0) scaleY(0.9);
            transform: translate3d(0, -20px, 0) scaleY(0.9);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0) scaleY(0.95);
            transform: translate3d(0, 10px, 0) scaleY(0.95);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0) scaleY(0.985);
            transform: translate3d(0, -5px, 0) scaleY(0.985);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
  }
}
@keyframes bounceInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0) scaleY(5);
            transform: translate3d(0, 3000px, 0) scaleY(5);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0) scaleY(0.9);
            transform: translate3d(0, -20px, 0) scaleY(0.9);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0) scaleY(0.95);
            transform: translate3d(0, 10px, 0) scaleY(0.95);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0) scaleY(0.985);
            transform: translate3d(0, -5px, 0) scaleY(0.985);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
  }
}
@-webkit-keyframes scrollbgX {
  0% {
    background-position: 0 top;
  }
  100% {
    background-position: -124.6837349398vh top;
  }
}
@keyframes scrollbgX {
  0% {
    background-position: 0 top;
  }
  100% {
    background-position: -124.6837349398vh top;
  }
}
@media only screen and (max-width: 600px) {
  #honda-magazine .magMainArea::before {
    content: "";
    width: 100%;
    height: 50vh;
    background-image: url("../img/bg_line.png");
    background-position: center;
    background-size: 182%;
    background-repeat: repeat-y;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
  }
}
#honda-magazine .mag-bg {
  width: 100%;
  height: max(100vh, 61.875vw);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}
#honda-magazine .mag-bg.is-fixed {
  position: fixed;
}
#honda-magazine .mag-bg__inner {
  width: 100%;
  height: 100%;
}
#honda-magazine .mag-bg .bg {
  width: 100%;
  height: 100%;
  background-image: url("../img/bg.jpg");
  background-position: center bottom;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 0;
}
#honda-magazine .mag-bg::after {
  content: "";
  width: 100%;
  height: 10%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(#000));
  background: -webkit-linear-gradient(rgba(0, 0, 0, 0), #000);
  background: linear-gradient(rgba(0, 0, 0, 0), #000);
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 0;
}
#honda-magazine .mag-bg .text {
  background-image: url("../img/bg_text.svg");
  background-size: auto 85%;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  opacity: 0.2;
  -webkit-animation: scrollbgX 20s infinite linear;
          animation: scrollbgX 20s infinite linear;
}
#honda-magazine .mag-bg .car {
  background-image: url("../img/bg_car.png");
  background-position: center bottom;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}
@media only screen and (max-width: 768px) {
  #honda-magazine .mag-bg .bg {
    width: 100%;
    height: 100%;
  }
  #honda-magazine .mag-bg .text {
    background-size: auto 85%;
    height: 96%;
    top: 4%;
  }
}
@media only screen and (max-width: 680px) {
  #honda-magazine .mag-bg .bg {
    background-size: 250%;
  }
  #honda-magazine .mag-bg .car {
    background-size: 250%;
  }
}
@media only screen and (max-width: 480px) {
  #honda-magazine .mag-bg {
    max-height: 155vw;
  }
}

#honda-magazine .mag-header {
  width: 100%;
  height: max(100vh, 61.875vw);
  position: relative;
}
#honda-magazine .mag-header .title {
  background-image: url("../img/header_title.png");
  background-position: center bottom;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  margin: 0;
  -webkit-animation-name: fadeInDown;
          animation-name: fadeInDown;
  -webkit-animation-duration: 0.75s;
          animation-duration: 0.75s;
  -webkit-animation-delay: 0.75s;
          animation-delay: 0.75s;
}
#honda-magazine .mag-header .title img {
  display: none;
}
@media only screen and (max-width: 900px) {
  #honda-magazine .mag-header .title {
    background: none;
    width: 80vw;
    left: 10vw;
    top: 8.3333333333vw;
  }
  #honda-magazine .mag-header .title img {
    display: block;
  }
}
@media only screen and (max-width: 768px) {
  #honda-magazine .mag-header {
    height: 100vh;
  }
  #honda-magazine .mag-header .title {
    background: none;
    width: 89.3333333333vw;
    left: 5.3333333333vw;
    top: 18.6666666667vw;
  }
}
@media only screen and (max-width: 480px) {
  #honda-magazine .mag-header {
    max-height: 155vw;
  }
}

#honda-magazine .mag-section {
  background: rgba(0, 0, 0, 0.7);
  position: relative;
}
#honda-magazine .mag-section.is-show .pop {
  -webkit-animation-name: bounceIn;
          animation-name: bounceIn;
  -webkit-animation-duration: 0.75s;
          animation-duration: 0.75s;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
#honda-magazine .mag-section.is-show .text {
  -webkit-animation-name: fadeInUp;
          animation-name: fadeInUp;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-delay: 1.25s;
          animation-delay: 1.25s;
}
#honda-magazine .mag-section.is-show .notes {
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn;
  -webkit-animation-duration: 0.75s;
          animation-duration: 0.75s;
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}
#honda-magazine .mag-section .text {
  opacity: 0;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
#honda-magazine .mag-section .notes {
  opacity: 0;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
#honda-magazine .mag-inner {
  width: 100%;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  padding: 50px 100px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media only screen and (max-width: 768px) {
  #honda-magazine .mag-inner {
    padding: 40px 20px;
  }
}
#honda-magazine h4 {
  margin: 0;
  line-height: 0;
}
#honda-magazine .pink {
  color: #FB868A;
}
#honda-magazine .text {
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.075em;
}
@media only screen and (max-width: 768px) {
  #honda-magazine .text {
    font-size: 14px;
  }
}
#honda-magazine .notes {
  margin-top: 24px;
  font-size: 12px;
  line-height: 2;
  letter-spacing: 0.05em;
  color: #fff;
}
@media only screen and (max-width: 768px) {
  #honda-magazine .notes {
    font-size: 11px;
  }
}
#honda-magazine .mag-photo {
  position: relative;
}
#honda-magazine .mag-photo .photo {
  position: relative;
}
#honda-magazine .pop {
  position: absolute;
  z-index: 2;
}
#honda-magazine .mag-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#honda-magazine .mag-column-item {
  width: 48.5714285714%;
  position: relative;
}
@media only screen and (max-width: 768px) {
  #honda-magazine .mag-column {
    display: block;
  }
  #honda-magazine .mag-column-item {
    width: 100%;
  }
}
#honda-magazine .mag-visual {
  width: 100%;
  position: relative;
}
#honda-magazine .mag-visual .photo {
  width: 100%;
}
#honda-magazine .mag-visual h4 {
  position: absolute;
  z-index: 2;
  margin: 0;
}
#honda-magazine #mag-section1.is-show h4 {
  -webkit-animation-name: fadeInRight;
          animation-name: fadeInRight;
  -webkit-animation-duration: 0.75s;
          animation-duration: 0.75s;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
#honda-magazine #mag-section1.is-show .photo {
  -webkit-animation-name: fadeInLeft;
          animation-name: fadeInLeft;
  -webkit-animation-duration: 0.75s;
          animation-duration: 0.75s;
  -webkit-animation-delay: 0.75s;
          animation-delay: 0.75s;
}
#honda-magazine #mag-section1 .mag-inner {
  padding-bottom: 200px;
}
#honda-magazine #mag-section1 .mag-column {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
#honda-magazine #mag-section1 .mag-column-item {
  position: relative;
}
#honda-magazine #mag-section1 .mag-column-item:first-child {
  width: 32%;
}
#honda-magazine #mag-section1 .mag-column-item:last-child {
  width: 58.8571428571%;
}
#honda-magazine #mag-section1 .mag-column-item:last-child .pop {
  left: -110px;
  bottom: -36px;
  width: 164px;
}
#honda-magazine #mag-section1 .text {
  margin-top: 40px;
}
@media only screen and (max-width: 768px) {
  #honda-magazine #mag-section1 .mag-inner {
    padding-top: 26.0416666667vw;
    padding-top: 100px;
  }
  #honda-magazine #mag-section1 .mag-column {
    width: calc(100% + 40px);
    margin-left: -20px;
  }
  #honda-magazine #mag-section1 .mag-column-item:first-child {
    width: 39.2%;
    margin-left: auto;
    margin-right: 5.3333333333%;
  }
  #honda-magazine #mag-section1 .mag-column-item:last-child {
    width: 100%;
    margin-top: 15px;
  }
  #honda-magazine #mag-section1 .mag-column-item:last-child .photo {
    width: 65.3333333333%;
    position: absolute;
    left: -1.0666666667%;
    bottom: 2.6666666667%;
  }
  #honda-magazine #mag-section1 .mag-column-item:last-child .pop {
    width: 40%;
    margin: 0 0 0 auto;
    position: relative;
    right: 0;
    left: auto;
    bottom: 0;
  }
  #honda-magazine #mag-section1 .text {
    margin-top: 10px;
  }
}
#honda-magazine #mag-section2.is-show h4 p {
  -webkit-animation-name: fadeInRight;
          animation-name: fadeInRight;
  -webkit-animation-duration: 0.75s;
          animation-duration: 0.75s;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
#honda-magazine #mag-section2.is-show .mag-visual .photo {
  -webkit-animation-name: fadeInUp;
          animation-name: fadeInUp;
  -webkit-animation-duration: 0.75s;
          animation-duration: 0.75s;
  -webkit-animation-delay: 0.25s;
          animation-delay: 0.25s;
}
#honda-magazine #mag-section2.is-show .mag-inner .photo {
  -webkit-animation-name: fadeInUp;
          animation-name: fadeInUp;
  -webkit-animation-duration: 0.75s;
          animation-duration: 0.75s;
  -webkit-animation-delay: 0.75s;
          animation-delay: 0.75s;
}
#honda-magazine #mag-section2 .mag-visual h4 {
  left: 46.171875%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 42.109375%;
}
#honda-magazine #mag-section2 .mag-visual h4 img {
  -webkit-filter: drop-shadow(0 0 20px rgba(0, 0, 0, 0.6));
          filter: drop-shadow(0 0 20px rgba(0, 0, 0, 0.6));
}
#honda-magazine #mag-section2 .photo {
  position: relative;
}
#honda-magazine #mag-section2 .pop {
  right: -70px;
  top: 0;
  width: 162px;
}
@media only screen and (max-width: 768px) {
  #honda-magazine #mag-section2 .mag-visual {
    padding-top: 36.2666666667vw;
  }
  #honda-magazine #mag-section2 .mag-visual h4 {
    width: 100%;
    left: 0;
    top: 0;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  #honda-magazine #mag-section2 .mag-visual h4 img {
    display: inline-block;
    width: calc(100% - 40px);
    margin-left: 20px;
  }
  #honda-magazine #mag-section2 .photo {
    margin-top: 25px;
  }
  #honda-magazine #mag-section2 .photo .pop {
    right: -1.4925373134%;
    top: -11.9402985075%;
    top: -40px;
    width: 44.776119403%;
  }
}
#honda-magazine #mag-section3.is-show h4 {
  -webkit-animation-name: fadeInLeft;
          animation-name: fadeInLeft;
  -webkit-animation-duration: 0.75s;
          animation-duration: 0.75s;
  -webkit-animation-delay: 0.25s;
          animation-delay: 0.25s;
}
#honda-magazine #mag-section3.is-show .mag-photo .photo {
  -webkit-animation-name: fadeInUp;
          animation-name: fadeInUp;
  -webkit-animation-duration: 0.75s;
          animation-duration: 0.75s;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
#honda-magazine #mag-section3.is-show .mag-column .photo {
  -webkit-animation-name: fadeInUp;
          animation-name: fadeInUp;
  -webkit-animation-duration: 0.75s;
          animation-duration: 0.75s;
  -webkit-animation-delay: 0.75s;
          animation-delay: 0.75s;
}
#honda-magazine #mag-section3 .mag-inner {
  max-width: 1000px;
  padding-top: 200px;
  position: relative;
}
#honda-magazine #mag-section3 h4 {
  position: absolute;
  left: 0;
  top: 50px;
  z-index: 2;
}
#honda-magazine #mag-section3 h4 img {
  -webkit-filter: drop-shadow(0 0 20px rgba(0, 0, 0, 0.8));
          filter: drop-shadow(0 0 20px rgba(0, 0, 0, 0.8));
}
#honda-magazine #mag-section3 .mag-column {
  max-width: 700px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
}
#honda-magazine #mag-section3 .pop {
  left: -90px;
  bottom: -30px;
  width: 162px;
}
@media only screen and (max-width: 768px) {
  #honda-magazine #mag-section3 .mag-inner {
    padding-top: 280px;
  }
  #honda-magazine #mag-section3 h4 {
    width: 81.3333333333%;
    top: 40vw;
    left: 9.3333333333%;
  }
  #honda-magazine #mag-section3 .mag-photo {
    width: calc(100% + 40px);
    margin-left: -20px;
  }
  #honda-magazine #mag-section3 .mag-column {
    margin-top: 10px;
  }
  #honda-magazine #mag-section3 .mag-column-item:first-child {
    margin-bottom: 40px;
  }
  #honda-magazine #mag-section3 .mag-column .photo {
    width: calc(100% + 40px);
    margin-left: -20px;
  }
  #honda-magazine #mag-section3 .pop {
    position: relative;
    left: auto;
    right: -20px;
    bottom: auto;
    top: -8vw;
    width: 44.776119403vw;
    margin-left: auto;
  }
}
#honda-magazine #mag-section4.is-show h4 {
  -webkit-animation-name: fadeInRight;
          animation-name: fadeInRight;
  -webkit-animation-duration: 0.75s;
          animation-duration: 0.75s;
  -webkit-animation-delay: 0.25s;
          animation-delay: 0.25s;
}
#honda-magazine #mag-section4.is-show .mag-photo {
  -webkit-animation-name: fadeInUp;
          animation-name: fadeInUp;
  -webkit-animation-duration: 0.75s;
          animation-duration: 0.75s;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
#honda-magazine #mag-section4.is-show .mag-figure {
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn;
  -webkit-animation-duration: 0.75s;
          animation-duration: 0.75s;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
#honda-magazine #mag-section4 .mag-inner {
  padding-top: 100px;
}
#honda-magazine #mag-section4 .mag-column {
  width: calc(100% + 140px);
  position: relative;
  left: -60px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}
#honda-magazine #mag-section4 .mag-column-item:first-child {
  width: 77.8571428571%;
}
#honda-magazine #mag-section4 .mag-column-item:last-child {
  width: 19.5238095238%;
}
#honda-magazine #mag-section4 .pop {
  right: 0;
  bottom: -40px;
  width: 162px;
}
#honda-magazine #mag-section4 .text {
  margin-top: 40px;
  letter-spacing: 0.065em;
}
#honda-magazine #mag-section4 .mag-figure {
  margin-top: 20px;
}
@media only screen and (max-width: 768px) {
  #honda-magazine #mag-section4 .mag-column {
    width: calc(100% + 40px);
    left: -20px;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  #honda-magazine #mag-section4 .mag-column-item:first-child {
    width: 74.6666666667vw;
  }
  #honda-magazine #mag-section4 .mag-column-item:last-child {
    width: 33.3333333333%;
    position: absolute;
    right: 20px;
    bottom: 5px;
    z-index: 1;
  }
  #honda-magazine #mag-section4 .text {
    width: calc(100% + 20px);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    letter-spacing: 0.1em;
  }
  #honda-magazine #mag-section4 .text span {
    display: block;
    width: 56.7164179104%;
  }
  #honda-magazine #mag-section4 .text .pop {
    position: relative;
    bottom: auto;
    top: -10px;
    right: 5px;
    width: 43.2835820896vw;
  }
}
#honda-magazine #mag-section5 {
  padding-top: 200px;
}
#honda-magazine #mag-section5.is-show h4 p {
  -webkit-animation-name: fadeInLeft;
          animation-name: fadeInLeft;
  -webkit-animation-duration: 0.75s;
          animation-duration: 0.75s;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
#honda-magazine #mag-section5.is-show .mag-visual .photo {
  -webkit-animation-name: fadeInUp;
          animation-name: fadeInUp;
  -webkit-animation-duration: 0.75s;
          animation-duration: 0.75s;
  -webkit-animation-delay: 0.25s;
          animation-delay: 0.25s;
}
#honda-magazine #mag-section5.is-show .mag-figure {
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn;
  -webkit-animation-duration: 0.75s;
          animation-duration: 0.75s;
  -webkit-animation-delay: 0.75s;
          animation-delay: 0.75s;
}
#honda-magazine #mag-section5 .mag-visual h4 {
  left: 11.71875%;
  top: -50px;
  width: 31.875%;
}
#honda-magazine #mag-section5 .mag-visual h4 img {
  -webkit-filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.6));
          filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.6));
}
#honda-magazine #mag-section5 .mag-inner {
  padding-top: 40px;
}
#honda-magazine #mag-section5 .mag-figure {
  position: relative;
}
#honda-magazine #mag-section5 .pop {
  right: -70px;
  bottom: 0;
  width: 162px;
}
#honda-magazine #mag-section5 .text {
  margin-top: 24px;
}
@media only screen and (max-width: 768px) {
  #honda-magazine #mag-section5 {
    padding-top: 150px;
  }
  #honda-magazine #mag-section5 .mag-visual {
    padding-top: 71.4666666667vw;
  }
  #honda-magazine #mag-section5 .mag-visual h4 {
    width: 100%;
    left: 0;
    top: 0;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  #honda-magazine #mag-section5 .mag-visual h4 img {
    display: inline-block;
    width: calc(100% - 40px);
    margin-left: 20px;
  }
  #honda-magazine #mag-section5 .pop {
    right: auto;
    bottom: calc(100% - 2.9850746269vw);
    left: -20px;
    width: 44.776119403%;
  }
}
#honda-magazine #mag-section6.is-show h4 {
  -webkit-animation-name: fadeInRight;
          animation-name: fadeInRight;
  -webkit-animation-duration: 0.75s;
          animation-duration: 0.75s;
  -webkit-animation-delay: 0.25s;
          animation-delay: 0.25s;
}
#honda-magazine #mag-section6.is-show .mag-photo {
  -webkit-animation-name: fadeInLeft;
          animation-name: fadeInLeft;
  -webkit-animation-duration: 0.75s;
          animation-duration: 0.75s;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
#honda-magazine #mag-section6 .mag-inner {
  padding-top: 150px;
}
#honda-magazine #mag-section6 h4 {
  width: 81.1764705882%;
  margin-left: auto;
}
#honda-magazine #mag-section6 .mag-column {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
#honda-magazine #mag-section6 .mag-photo .photo {
  position: relative;
}
#honda-magazine #mag-section6 .mag-photo .photo + .photo {
  margin-top: 30px;
}
#honda-magazine #mag-section6 .mag-photo .photo:nth-child(1) .pop {
  -webkit-animation-delay: 0.75s;
          animation-delay: 0.75s;
}
#honda-magazine #mag-section6 .mag-photo .photo:nth-child(2) .pop {
  -webkit-animation-delay: 0.85s;
          animation-delay: 0.85s;
}
#honda-magazine #mag-section6 .mag-photo .photo:nth-child(3) .pop {
  -webkit-animation-delay: 0.95s;
          animation-delay: 0.95s;
}
#honda-magazine #mag-section6 .mag-photo .pop {
  width: 162px;
  top: -30px;
  left: -60px;
}
#honda-magazine #mag-section6 .mag-photo .note {
  text-align: right;
  font-size: 12px;
  letter-spacing: 0.075em;
  position: absolute;
  right: 0;
  top: calc(100% + 3px);
}
#honda-magazine #mag-section6 .text {
  margin-top: 40px;
}
@media only screen and (max-width: 768px) {
  #honda-magazine #mag-section6 h4 {
    width: 51.9402985075%;
    margin-right: auto;
  }
  #honda-magazine #mag-section6 .mag-photo .photo {
    margin-top: 16vw;
  }
  #honda-magazine #mag-section6 .mag-photo .photo + .photo {
    margin-top: 16vw;
  }
  #honda-magazine #mag-section6 .mag-photo .pop {
    width: 44.776119403%;
    top: -16vw;
    left: calc(-2.9850746269% - 20px);
  }
  #honda-magazine #mag-section6 .mag-photo .note {
    font-size: 11px;
  }
}
#honda-magazine #mag-section7.is-show h4 {
  -webkit-animation-name: fadeInLeft;
          animation-name: fadeInLeft;
  -webkit-animation-duration: 0.75s;
          animation-duration: 0.75s;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
#honda-magazine #mag-section7.is-show .photo {
  -webkit-animation-name: fadeInUp;
          animation-name: fadeInUp;
  -webkit-animation-duration: 0.75s;
          animation-duration: 0.75s;
  -webkit-animation-delay: 0.25s;
          animation-delay: 0.25s;
}
#honda-magazine #mag-section7 .mag-inner {
  max-width: 1000px;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
#honda-magazine #mag-section7 h4 {
  position: absolute;
  left: -90px;
  top: -50px;
  z-index: 1;
}
#honda-magazine #mag-section7 .pop {
  right: 0;
  bottom: 0;
  width: 162px;
}
#honda-magazine #mag-section7 .text {
  max-width: 700px;
  margin: 40px auto 0;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 768px) {
  #honda-magazine #mag-section7 .mag-inner {
    display: block;
    padding-bottom: 16vw;
  }
  #honda-magazine #mag-section7 .text {
    width: 62.3880597015%;
    margin-left: auto;
    margin-right: 0;
    margin-top: 18.6666666667vw;
  }
  #honda-magazine #mag-section7 .mag-photo {
    width: calc(100% + 40px);
    margin-top: 20px;
    margin-left: -20px;
  }
  #honda-magazine #mag-section7 .photo {
    width: 118.4vw;
    position: relative;
    left: -18.4vw;
  }
  #honda-magazine #mag-section7 h4 {
    left: 8vw;
    top: max(-233px, -62.1333333333vw);
    width: 24.8vw;
  }
  #honda-magazine #mag-section7 .pop {
    bottom: -16vw;
    right: 59.2vw;
    width: 40vw;
  }
}
#honda-magazine #mag-section8.is-show h4 {
  -webkit-animation-name: fadeInUp;
          animation-name: fadeInUp;
  -webkit-animation-duration: 0.75s;
          animation-duration: 0.75s;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
#honda-magazine #mag-section8.is-show .photo {
  -webkit-animation-name: fadeInRight;
          animation-name: fadeInRight;
  -webkit-animation-duration: 0.75s;
          animation-duration: 0.75s;
  -webkit-animation-delay: 0.25s;
          animation-delay: 0.25s;
}
#honda-magazine #mag-section8.is-show .photo-set {
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn;
  -webkit-animation-duration: 0.75s;
          animation-duration: 0.75s;
  -webkit-animation-delay: 0.75s;
          animation-delay: 0.75s;
}
#honda-magazine #mag-section8 .mag-inner {
  max-width: 1000px;
  padding-top: 150px;
}
#honda-magazine #mag-section8 h4 {
  width: 74.75%;
  margin: 0 auto;
}
#honda-magazine #mag-section8 .mag-photo {
  margin-top: 40px;
}
#honda-magazine #mag-section8 .pop {
  top: -56px;
  left: -50px;
  width: 162px;
}
#honda-magazine #mag-section8 .photo-set {
  width: 100%;
  max-width: 700px;
  margin: 40px auto 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
#honda-magazine #mag-section8 .photo-set .photo + .photo {
  margin-left: 20px;
}
#honda-magazine #mag-section8 .text {
  max-width: 700px;
  margin: 20px auto 0;
}
#honda-magazine #mag-section8 .text span {
  display: inline-block;
  font-size: 20px;
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  #honda-magazine #mag-section8 h4 {
    width: 100%;
  }
  #honda-magazine #mag-section8 .mag-photo {
    width: calc(100% + 20px);
    margin-left: -10px;
    margin-top: 29.3333333333vw;
  }
  #honda-magazine #mag-section8 .pop {
    top: -29.3333333333vw;
    left: -20px;
    width: 40vw;
  }
  #honda-magazine #mag-section8 .photo-set {
    display: block;
  }
  #honda-magazine #mag-section8 .photo-set .photo {
    width: 100%;
  }
  #honda-magazine #mag-section8 .photo-set .photo + .photo {
    margin-left: 0px;
    margin-top: 10px;
  }
  #honda-magazine #mag-section8 .text {
    margin-top: 0;
  }
}
#honda-magazine .mag-bottom {
  background: rgba(0, 0, 0, 0.7);
  padding: 250px 0 135px;
  position: relative;
  width: 100%;
  overflow: hidden;
}
#honda-magazine .mag-bottom__inner {
  position: relative;
}
#honda-magazine .mag-bottom .photo {
  width: 100%;
  min-width: 1280px;
  position: relative;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
#honda-magazine .mag-bottom .logo {
  width: 20.3125%;
  min-width: 260px;
  position: absolute;
  left: 50%;
  top: 14.2857142857%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  z-index: 2;
}
#honda-magazine .mag-bottom .btn-detail {
  display: inline-block;
  background: #000;
  position: absolute;
  left: 50%;
  bottom: -30px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 2;
  width: 240px;
  padding: 16px 0 18px;
  border: 1px solid #fff;
  color: #fff;
  text-align: center;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.1em;
  text-decoration: none;
  white-space: nowrap;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#honda-magazine .mag-bottom .btn-detail::after {
  content: "";
  width: 6px;
  height: 6px;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  right: 20px;
  top: calc(50% - 3px);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#honda-magazine .mag-bottom .btn-detail:hover {
  background: #fff;
  color: #000;
}
#honda-magazine .mag-bottom .btn-detail:hover::after {
  right: 17px;
  border-color: #000;
}
@media only screen and (max-width: 768px) {
  #honda-magazine .mag-bottom {
    padding-top: 150px;
  }
  #honda-magazine .mag-bottom .photo {
    min-width: auto;
    left: 0;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  #honda-magazine .mag-bottom .logo {
    width: 58.1333333333%;
    min-width: auto;
    top: 8vw;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
}

body {
  margin: 0;
  padding: 0;
}

#honda-magazine sup {
  font-size: 0.65em;
  vertical-align: super;
}
#honda-magazine img {
  display: block;
  width: 100%;
}
#honda-magazine dl, #honda-magazine dt, #honda-magazine dd {
  margin: 0;
}
#honda-magazine .anim-item {
  opacity: 0;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
#honda-magazine .magMainArea {
  background: #000;
  width: 100%;
  position: relative;
  color: #fff;
}
#honda-magazine .magMainArea__inner {
  position: relative;
  z-index: 2;
}
#honda-magazine .pc {
  display: block;
}
#honda-magazine .sp {
  display: none;
}
#honda-magazine .pc-in {
  display: inline-block;
}
#honda-magazine .sp-in {
  display: none;
}
@media only screen and (max-width: 768px) {
  #honda-magazine .pc {
    display: none;
  }
  #honda-magazine .sp {
    display: block;
  }
  #honda-magazine .pc-in {
    display: none;
  }
  #honda-magazine .sp-in {
    display: inline-block;
  }
}