@-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 show-slide-anim {
  0% {
    -webkit-clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
            clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
  }
  100% {
    -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
            clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  }
}
@keyframes show-slide-anim {
  0% {
    -webkit-clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
            clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
  }
  100% {
    -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
            clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  }
}
.show-slide {
  -webkit-clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
          clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
  -webkit-transition: -webkit-clip-path 0.75s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: -webkit-clip-path 0.75s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: clip-path 0.75s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: clip-path 0.75s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-clip-path 0.75s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.show-slide.is-show {
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
          clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}

.scroll-item.is-show .show-slide {
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
          clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}

.show-slide-r {
  -webkit-clip-path: polygon(100% 0%, 100% 0%, 100% 100%, 100% 100%);
          clip-path: polygon(100% 0%, 100% 0%, 100% 100%, 100% 100%);
  -webkit-transition: -webkit-clip-path 0.75s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: -webkit-clip-path 0.75s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: clip-path 0.75s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: clip-path 0.75s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-clip-path 0.75s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.show-slide-r.is-show {
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
          clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}

.scroll-item.is-show .show-slide-r {
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
          clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}

.show-slide-d {
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 0%, 0% 0%);
          clip-path: polygon(0% 0%, 100% 0%, 100% 0%, 0% 0%);
  -webkit-transition: -webkit-clip-path 0.75s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: -webkit-clip-path 0.75s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: clip-path 0.75s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: clip-path 0.75s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-clip-path 0.75s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.show-slide-d.is-show {
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
          clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}

.scroll-item.is-show .show-slide-d {
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
          clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}

#honda-magazine .mag-nav {
  width: 100%;
  background: #E60020;
}
#honda-magazine .mag-nav__inner {
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding: 38px 40px 40px;
}
@media only screen and (max-width: 768px) {
  #honda-magazine .mag-nav__inner {
    padding: 32px 30px;
  }
}
#honda-magazine .mag-nav .nav-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 26px;
}
#honda-magazine .mag-nav .nav-title img {
  width: 212px;
}
@media only screen and (max-width: 768px) {
  #honda-magazine .mag-nav .nav-title {
    margin-bottom: 5.7142857143vw;
  }
  #honda-magazine .mag-nav .nav-title img {
    width: 51.7571884984%;
  }
}
#honda-magazine .mag-nav .tab-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 768px) {
  #honda-magazine .mag-nav .tab-list {
    display: block;
  }
}
#honda-magazine .mag-nav .btn-tab {
  background: none;
  border: none;
  outline: none;
  width: 31.25%;
  display: block;
  position: relative;
  color: #000;
}
#honda-magazine .mag-nav .btn-tab + .btn-tab {
  margin-left: 3.125%;
}
#honda-magazine .mag-nav .btn-tab figure {
  padding: 1px;
  background: #000;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
}
#honda-magazine .mag-nav .btn-tab figure::after {
  content: "";
  background: rgba(0, 0, 0, 0.4);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#honda-magazine .mag-nav .btn-tab:hover, #honda-magazine .mag-nav .btn-tab.is-active {
  text-decoration: none;
}
#honda-magazine .mag-nav .btn-tab:hover figure, #honda-magazine .mag-nav .btn-tab.is-active figure {
  background: rgba(255, 255, 255, 0.85);
}
#honda-magazine .mag-nav .btn-tab:hover figure::after, #honda-magazine .mag-nav .btn-tab.is-active figure::after {
  opacity: 0;
}
#honda-magazine .mag-nav .btn-tab:hover .title .on, #honda-magazine .mag-nav .btn-tab.is-active .title .on {
  opacity: 1;
}
#honda-magazine .mag-nav .btn-tab:hover .profile, #honda-magazine .mag-nav .btn-tab.is-active .profile {
  color: #fff;
}
#honda-magazine .mag-nav .btn-tab:hover .profile::before, #honda-magazine .mag-nav .btn-tab.is-active .profile::before {
  background: #fff;
}
#honda-magazine .mag-nav .btn-tab .title {
  width: 18.75%;
  position: absolute;
  right: 1px;
  top: 1px;
  z-index: 1;
}
#honda-magazine .mag-nav .btn-tab .title .on {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#honda-magazine .mag-nav .btn-tab .profile {
  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;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-top: 10px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
  text-align: left;
}
#honda-magazine .mag-nav .btn-tab .profile::before {
  content: "";
  width: 1px;
  height: 140%;
  background: #000;
  position: absolute;
  right: 36%;
  top: 50%;
  -webkit-transform: translate(0, -50%) rotate(45deg);
          transform: translate(0, -50%) rotate(45deg);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#honda-magazine .mag-nav .btn-tab .profile .info {
  font-size: 16px;
  line-height: 1.5;
}
#honda-magazine .mag-nav .btn-tab .profile .name {
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0.025em;
  line-height: 1.25;
}
#honda-magazine .mag-nav .btn-tab .profile .name span {
  font-size: 66.6666666667%;
}
@media only screen and (max-width: 1440px) {
  #honda-magazine .mag-nav .btn-tab .profile .info {
    font-size: 1.1111111111vw;
  }
  #honda-magazine .mag-nav .btn-tab .profile .name {
    font-size: 1.6666666667vw;
  }
}
@media only screen and (max-width: 768px) {
  #honda-magazine .mag-nav .btn-tab {
    width: 100%;
  }
  #honda-magazine .mag-nav .btn-tab + .btn-tab {
    margin-left: 0;
    margin-top: 30px;
  }
  #honda-magazine .mag-nav .btn-tab figure {
    padding: 0.6349206349vw;
  }
  #honda-magazine .mag-nav .btn-tab .profile .info {
    font-size: 3.515625vw;
  }
  #honda-magazine .mag-nav .btn-tab .profile .name {
    font-size: 4.6875vw;
  }
}

#honda-magazine .mag-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
#honda-magazine .mag-bg__inner {
  width: 100%;
  height: 100%;
  max-width: 1320px;
  margin-left: auto;
  margin-right: auto;
  padding: 30px 20px 80px;
}
@media only screen and (max-width: 768px) {
  #honda-magazine .mag-bg__inner {
    padding: 30px 10px 0px;
  }
}
#honda-magazine .history-list {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#honda-magazine .history-list li {
  width: 100%;
  height: 9.0909090909%;
  padding: 0;
  position: relative;
}
#honda-magazine .history-list li:nth-child(odd) .num {
  right: 0;
}
#honda-magazine .history-list li:nth-child(odd) .car {
  right: 120px;
}
#honda-magazine .history-list li:nth-child(even) .num {
  left: 0;
}
#honda-magazine .history-list li:nth-child(even) .car {
  left: 120px;
}
#honda-magazine .history-list li:nth-child(1) .car {
  width: 42.3828125%;
}
#honda-magazine .history-list li:nth-child(2) .car {
  width: 36.6015625%;
  top: 25%;
}
#honda-magazine .history-list li:nth-child(3) .car {
  width: 35.5078125%;
}
#honda-magazine .history-list li:nth-child(4) .car {
  width: 40.1171875%;
  top: 25%;
}
#honda-magazine .history-list li:nth-child(5) .car {
  width: 46.6796875%;
}
#honda-magazine .history-list li:nth-child(6) .car {
  width: 42.421875%;
}
#honda-magazine .history-list li:nth-child(7) .car {
  width: 39.0234375%;
}
#honda-magazine .history-list li:nth-child(8) .car {
  width: 38.359375%;
}
#honda-magazine .history-list li:nth-child(9) .car {
  width: 38.359375%;
}
#honda-magazine .history-list li:nth-child(10) .car {
  width: 36.0546875%;
}
#honda-magazine .history-list li:nth-child(11) .car {
  width: 40.5859375%;
}
#honda-magazine .history-list .num {
  position: absolute;
  top: 0;
}
#honda-magazine .history-list .car {
  position: absolute;
  top: -5%;
}
@media only screen and (max-width: 768px) {
  #honda-magazine .history-list li:nth-child(odd) .car {
    right: auto;
    left: 8%;
  }
  #honda-magazine .history-list li:nth-child(even) .car {
    left: auto;
    right: 8%;
  }
  #honda-magazine .history-list li:nth-child(1) .car {
    width: 60.2816901408%;
  }
  #honda-magazine .history-list li:nth-child(2) .car {
    width: 58.0281690141%;
    top: 15%;
  }
  #honda-magazine .history-list li:nth-child(3) .car {
    width: 53.5211267606%;
  }
  #honda-magazine .history-list li:nth-child(4) .car {
    width: 64.7887323944%;
    top: 15%;
  }
  #honda-magazine .history-list li:nth-child(5) .car {
    width: 72.1126760563%;
  }
  #honda-magazine .history-list li:nth-child(6) .car {
    width: 65.3521126761%;
  }
  #honda-magazine .history-list li:nth-child(7) .car {
    width: 63.0985915493%;
  }
  #honda-magazine .history-list li:nth-child(8) .car {
    width: 61.9718309859%;
  }
  #honda-magazine .history-list li:nth-child(9) .car {
    width: 61.9718309859%;
  }
  #honda-magazine .history-list li:nth-child(10) .car {
    width: 58.5915492958%;
    top: -5%;
  }
  #honda-magazine .history-list li:nth-child(11) .car {
    width: 71.5492957746%;
    top: 5%;
  }
  #honda-magazine .history-list .num {
    width: 13.3333333333%;
  }
  #honda-magazine .history-list .car {
    top: 0%;
  }
}

#honda-magazine .mag-header {
  background: #000;
  width: 100%;
  position: relative;
  overflow: hidden;
}
#honda-magazine .mag-header__inner {
  width: 100%;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}
#honda-magazine .mag-header .logo {
  width: 160px;
  position: absolute;
  left: 40px;
  top: 40px;
  z-index: 5;
}
#honda-magazine .mag-header .title {
  padding-top: 40px;
  position: relative;
  z-index: 3;
}
#honda-magazine .mag-header .title ul {
  width: 100%;
  position: relative;
}
#honda-magazine .mag-header .title ul li {
  width: 100%;
  -webkit-transition-duration: 0.75s;
          transition-duration: 0.75s;
}
#honda-magazine .mag-header .title ul li:nth-child(2), #honda-magazine .mag-header .title ul li:nth-child(3) {
  position: absolute;
  left: 0;
  top: 0;
}
#honda-magazine .mag-header .title ul li:nth-child(1) {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
#honda-magazine .mag-header .title ul li:nth-child(2) {
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}
#honda-magazine .mag-header .title ul li:nth-child(3) {
  -webkit-transition-delay: 1.2s;
          transition-delay: 1.2s;
}
#honda-magazine .mag-header-content {
  width: 100%;
  padding: 82px 100px 220px;
  position: relative;
  z-index: 2;
  font-size: 20px;
  line-height: 1.75;
  letter-spacing: 0.075em;
  font-weight: bold;
}
#honda-magazine .mag-header .text + .text {
  margin-top: 42px;
}
#honda-magazine .mag-header .text-set {
  max-width: 780px;
  margin: 80px 0;
}
#honda-magazine .mag-header .text-set li {
  background: #E60020;
}
#honda-magazine .mag-header .text-set li + li {
  margin-top: 15px;
}
#honda-magazine .mag-header .text-set li img {
  position: relative;
}
#honda-magazine .mag-header .text1 {
  width: 65.641025641%;
}
#honda-magazine .mag-header .text2 {
  width: 100%;
}
#honda-magazine .mag-header .text3 {
  width: 73.7179487179%;
}
#honda-magazine .mag-header .text4,
#honda-magazine .mag-header .text5 {
  margin-top: 15px;
  margin-bottom: 15px;
}
#honda-magazine .mag-header .text4 {
  max-width: 560px;
}
#honda-magazine .mag-header .text5 {
  max-width: 604px;
}
@media only screen and (max-width: 1440px) {
  #honda-magazine .mag-header .logo {
    width: 11.1111111111%;
    left: 2.7777777778vw;
    top: 2.7777777778vw;
  }
}
@media only screen and (max-width: 1100px) {
  #honda-magazine .mag-header .title {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media only screen and (max-width: 1080px) {
  #honda-magazine .mag-header__inner {
    width: 100%;
  }
}
@media only screen and (max-width: 980px) {
  #honda-magazine .mag-header .text4 {
    width: 57.1428571429%;
  }
  #honda-magazine .mag-header .text5 {
    width: 61.6326530612%;
  }
}
@media only screen and (max-width: 768px) {
  #honda-magazine .mag-header .logo {
    width: 26.6666666667%;
    left: 8vw;
    top: 8vw;
  }
  #honda-magazine .mag-header .title {
    width: 117.3333333333%;
    padding-top: 24vw;
    padding-left: 0;
    padding-right: 0;
    margin-left: -8.5333333333%;
  }
  #honda-magazine .mag-header-content {
    width: 100%;
    padding: 10.6666666667vw 8.5333333333% 100px;
    font-size: 4.1666666667vw;
  }
  #honda-magazine .mag-header .text-set {
    margin: 13.3333333333vw 0;
  }
  #honda-magazine .mag-header .text4,
  #honda-magazine .mag-header .text5 {
    margin-top: 4vw;
    margin-bottom: 4vw;
  }
  #honda-magazine .mag-header .text4 {
    width: 61.7363344051%;
  }
  #honda-magazine .mag-header .text5 {
    width: 66.2379421222%;
  }
}

#honda-magazine .tab-content {
  color: #000;
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.05em;
}
#honda-magazine .tab-content .mag-nav {
  margin-top: 120px;
}
@media only screen and (max-width: 768px) {
  #honda-magazine .tab-content .mag-nav {
    margin-top: 17.0666666667%;
  }
}
#honda-magazine .tab-header {
  position: relative;
  overflow: hidden;
}
#honda-magazine .tab-header .title {
  width: 10.4166666667%;
  position: absolute;
  right: 5.5555555556%;
  top: -1px;
  z-index: 1;
}
#honda-magazine .tab-header .title div {
  width: 46.6666666667%;
  position: absolute;
  top: 0;
}
#honda-magazine .tab-header .title div.title1 {
  right: 0;
}
#honda-magazine .tab-header .title div.title2 {
  left: 0;
  -webkit-transition-delay: 0.25s;
          transition-delay: 0.25s;
}
#honda-magazine .tab-header .num {
  width: 9.8611111111%;
  position: absolute;
  left: 5.2083333333%;
  top: 4.5714285714%;
  z-index: 1;
}
#honda-magazine .tab-header .profile {
  width: 50%;
  position: absolute;
  left: 5.2083333333%;
  top: 27.1428571429%;
  pointer-events: none;
}
#honda-magazine .tab-header .profile .info {
  font-size: 1.1111111111vw;
}
#honda-magazine .tab-header .profile .name {
  font-size: 1.6666666667vw;
  font-weight: bold;
}
#honda-magazine .tab-header .profile .name span {
  font-size: 66.6666666667%;
}
@media only screen and (max-width: 768px) {
  #honda-magazine .tab-header .num {
    width: 30.4%;
  }
  #honda-magazine .tab-header .profile {
    width: 50%;
    position: absolute;
    left: 5.2083333333%;
    top: 27.1428571429%;
    pointer-events: none;
  }
}
#honda-magazine .profile-sp {
  display: none;
}
@media only screen and (max-width: 768px) {
  #honda-magazine .profile-sp {
    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;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
    margin-top: 4vw;
    padding: 0 32px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    position: relative;
    text-align: left;
  }
  #honda-magazine .profile-sp::before {
    content: "";
    width: 1px;
    height: 140%;
    background: #000;
    position: absolute;
    right: 36%;
    top: 50%;
    -webkit-transform: translate(0, -50%) rotate(45deg);
            transform: translate(0, -50%) rotate(45deg);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  #honda-magazine .profile-sp .info {
    font-size: 3.515625vw;
    line-height: 1.5;
  }
  #honda-magazine .profile-sp .name {
    font-size: 4.6875vw;
    font-weight: bold;
    letter-spacing: 0.025em;
    line-height: 1.25;
  }
  #honda-magazine .profile-sp .name span {
    font-size: 66.6666666667%;
  }
}
#honda-magazine .mag-section,
#honda-magazine .mag-column {
  margin-top: 120px;
  position: relative;
}
@media only screen and (max-width: 768px) {
  #honda-magazine .mag-section,
  #honda-magazine .mag-column {
    margin-top: 17.0666666667vw;
  }
}
#honda-magazine .mag-section.is-show .photo,
#honda-magazine .mag-column.is-show .photo {
  -webkit-animation-name: fadeInUp;
          animation-name: fadeInUp;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-delay: 0.25s;
          animation-delay: 0.25s;
}
#honda-magazine .mag-section.is-show .talk,
#honda-magazine .mag-section.is-show .text,
#honda-magazine .mag-column.is-show .talk,
#honda-magazine .mag-column.is-show .text {
  -webkit-animation-name: fadeInUp;
          animation-name: fadeInUp;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
#honda-magazine .mag-section.is-show .notes,
#honda-magazine .mag-column.is-show .notes {
  -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-section .photo,
#honda-magazine .mag-column .photo {
  opacity: 0;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  position: relative;
}
#honda-magazine .mag-section .photo .text-set,
#honda-magazine .mag-column .photo .text-set {
  width: 100%;
  position: absolute;
}
#honda-magazine .mag-section .photo .text-set li + li,
#honda-magazine .mag-column .photo .text-set li + li {
  margin-top: 1.5%;
}
#honda-magazine .mag-section .photo .text-set li:nth-child(1),
#honda-magazine .mag-column .photo .text-set li:nth-child(1) {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
#honda-magazine .mag-section .photo .text-set li:nth-child(2),
#honda-magazine .mag-column .photo .text-set li:nth-child(2) {
  -webkit-transition-delay: 0.75s;
          transition-delay: 0.75s;
}
#honda-magazine .mag-section .photo .text-set li:nth-child(3),
#honda-magazine .mag-column .photo .text-set li:nth-child(3) {
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}
#honda-magazine .mag-section .talk,
#honda-magazine .mag-section .text,
#honda-magazine .mag-column .talk,
#honda-magazine .mag-column .text {
  opacity: 0;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 768px) {
  #honda-magazine .mag-section .talk,
  #honda-magazine .mag-section .text,
  #honda-magazine .mag-column .talk,
  #honda-magazine .mag-column .text {
    font-size: 14px;
  }
}
#honda-magazine .mag-section .notes,
#honda-magazine .mag-column .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;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#honda-magazine h4 {
  margin: 0;
  line-height: 0;
}
#honda-magazine .talk {
  margin-top: 50px;
  padding-left: 80px;
}
#honda-magazine .talk .question {
  position: relative;
  font-size: 48px;
  line-height: 1;
}
#honda-magazine .talk .question::before {
  content: "";
  background: #000;
  width: 60px;
  height: 1px;
  position: absolute;
  left: -80px;
  top: 0.25em;
}
#honda-magazine .talk .answer {
  padding-right: 80px;
  margin-top: 24px;
}
@media only screen and (max-width: 768px) {
  #honda-magazine .talk {
    margin-top: 8.5333333333vw;
    padding-left: 8.5333333333vw;
  }
  #honda-magazine .talk .question {
    padding-right: 8.5333333333vw;
  }
  #honda-magazine .talk .question.lh1::before {
    top: 50%;
  }
  #honda-magazine .talk .question.lh2::before {
    top: 20.8333333333%;
  }
  #honda-magazine .talk .question::before {
    width: 6.4vw;
    height: 0.2666666667vw;
    left: -8.5333333333vw;
  }
  #honda-magazine .talk .answer {
    margin-top: 3.7333333333vw;
    padding-right: 8.5333333333vw;
  }
}
#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-column {
  width: 100%;
  max-width: 1440px;
  margin: 80px auto 0;
}
#honda-magazine .mag-column__inner {
  width: calc(900px + (100% - 900px) / 2);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
#honda-magazine .mag-column--left .mag-column__inner {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  margin-left: auto;
  margin-right: 0;
}
#honda-magazine .mag-column--right .mag-column__inner {
  margin-left: 0;
  margin-right: auto;
}
#honda-magazine .mag-column.mag-column--wide {
  width: 100%;
  overflow: hidden;
}
#honda-magazine .mag-column.mag-column--wide .photo {
  width: 100.6944444444%;
}
#honda-magazine .mag-column .photo {
  width: 51.2820512821%;
}
#honda-magazine .mag-column .text {
  width: 48.7179487179%;
  padding: 0 80px;
}
#honda-magazine .mag-column-item {
  width: 48.5714285714%;
  position: relative;
}
@media only screen and (max-width: 1440px) {
  #honda-magazine .mag-column .text {
    padding: 0 5.5555555556%;
  }
}
@media only screen and (max-width: 768px) {
  #honda-magazine .mag-column {
    display: block;
  }
  #honda-magazine .mag-column__inner {
    display: block;
    width: 100%;
    padding-left: 8vw;
    padding-right: 8vw;
  }
  @-webkit-keyframes bg-loop {
    0% {
      background-position: 0 0;
    }
    100% {
      background-position: -150.6666666667vw 0;
    }
  }
  @keyframes bg-loop {
    0% {
      background-position: 0 0;
    }
    100% {
      background-position: -150.6666666667vw 0;
    }
  }
  #honda-magazine .mag-column.mag-column--wide .photo__inner {
    width: 100%;
    height: 100%;
    padding-top: 32.8vw;
    background-image: url(../img/tab2/photo5.jpg);
    background-size: 150.6666666667vw;
    background-repeat: repeat-x;
    -webkit-animation: bg-loop 25s linear infinite;
            animation: bg-loop 25s linear infinite;
  }
  #honda-magazine .mag-column.mag-column--wide .photo img {
    display: none;
  }
  #honda-magazine .mag-column .photo {
    width: 100%;
  }
  #honda-magazine .mag-column .text {
    width: 100%;
    margin-top: 6.4vw;
    padding: 0;
  }
  #honda-magazine .mag-column-item {
    width: 100%;
  }
}
#honda-magazine #tab-content1 .mag-section2 .text-set {
  left: -1px;
  top: 6.6666666667%;
}
#honda-magazine #tab-content1 .mag-section2 .text-set .text1 {
  width: 34.4444444444%;
}
#honda-magazine #tab-content1 .mag-section2 .text-set .text2 {
  width: 38.8888888889%;
}
#honda-magazine #tab-content1 .mag-section3 .text-set {
  left: -1px;
  bottom: 6.6666666667%;
}
#honda-magazine #tab-content1 .mag-section3 .text-set .text1 {
  width: 43.3333333333%;
}
#honda-magazine #tab-content1 .mag-section3 .text-set .text2 {
  width: 47.7777777778%;
}
#honda-magazine #tab-content1 .mag-section3 .text-set .text3 {
  width: 40%;
}
#honda-magazine #tab-content1 .mag-section5 .text-set {
  left: -1px;
  bottom: 6.6666666667%;
}
#honda-magazine #tab-content1 .mag-section5 .text-set .text1 {
  width: 34.4444444444%;
}
#honda-magazine #tab-content1 .mag-section5 .text-set .text2 {
  width: 48.8888888889%;
}
#honda-magazine #tab-content1 .mag-section5 .text-set .text3 {
  width: 45%;
}
@media only screen and (max-width: 768px) {
  #honda-magazine #tab-content1 .tab-header .title {
    width: 20%;
    right: 0;
  }
  #honda-magazine #tab-content1 .mag-section1 + .mag-column {
    margin-top: 8vw;
  }
  #honda-magazine #tab-content1 .mag-section2 .text-set {
    top: 6%;
  }
  #honda-magazine #tab-content1 .mag-section2 .text-set .text1 {
    width: 41.3333333333%;
  }
  #honda-magazine #tab-content1 .mag-section2 .text-set .text2 {
    width: 46.6666666667%;
  }
  #honda-magazine #tab-content1 .mag-section3 .text-set {
    bottom: 6%;
  }
  #honda-magazine #tab-content1 .mag-section3 .text-set .text1 {
    width: 52%;
  }
  #honda-magazine #tab-content1 .mag-section3 .text-set .text2 {
    width: 56%;
  }
  #honda-magazine #tab-content1 .mag-section3 .text-set .text3 {
    width: 48%;
  }
  #honda-magazine #tab-content1 .mag-section5 .text-set {
    bottom: 6%;
  }
  #honda-magazine #tab-content1 .mag-section5 .text-set .text1 {
    width: 41.3333333333%;
  }
  #honda-magazine #tab-content1 .mag-section5 .text-set .text2 {
    width: 58.6666666667%;
  }
  #honda-magazine #tab-content1 .mag-section5 .text-set .text3 {
    width: 53.8666666667%;
  }
}
#honda-magazine #tab-content2 {
  display: none;
}
#honda-magazine #tab-content2 .tab-header .profile {
  color: #fff;
}
#honda-magazine #tab-content2 .mag-section1 .text-set {
  right: -1px;
  top: 6.6666666667%;
}
#honda-magazine #tab-content2 .mag-section1 .text-set li {
  margin-left: auto;
  margin-right: 0;
}
#honda-magazine #tab-content2 .mag-section1 .text-set .text1 {
  width: 42.2222222222%;
}
#honda-magazine #tab-content2 .mag-section1 .text-set .text2 {
  width: 48.8888888889%;
}
#honda-magazine #tab-content2 .mag-section2 .text-set {
  right: -1px;
  top: 6.6666666667%;
}
#honda-magazine #tab-content2 .mag-section2 .text-set li {
  margin-left: auto;
  margin-right: 0;
}
#honda-magazine #tab-content2 .mag-section2 .text-set .text1 {
  width: 36.6666666667%;
}
#honda-magazine #tab-content2 .mag-section2 .text-set .text2 {
  width: 20.5555555556%;
}
#honda-magazine #tab-content2 .mag-section3 .text-set {
  right: -1px;
  top: 6.6666666667%;
}
#honda-magazine #tab-content2 .mag-section3 .text-set li {
  margin-left: auto;
  margin-right: 0;
}
#honda-magazine #tab-content2 .mag-section3 .text-set .text1 {
  width: 38.8888888889%;
}
#honda-magazine #tab-content2 .mag-section3 .text-set .text2 {
  width: 31.1111111111%;
}
#honda-magazine #tab-content2 .mag-section3 .text-set .text3 {
  width: 32.7777777778%;
}
#honda-magazine #tab-content2 .mag-section4 .text-set {
  left: -1px;
  top: 6.6666666667%;
}
#honda-magazine #tab-content2 .mag-section4 .text-set .text1 {
  width: 44.4444444444%;
}
#honda-magazine #tab-content2 .mag-section4 .text-set .text2 {
  width: 49.4444444444%;
}
@media only screen and (max-width: 768px) {
  #honda-magazine #tab-content2 .tab-header .title {
    width: 20%;
    right: 0;
  }
  #honda-magazine #tab-content2 .mag-section1 .text-set {
    top: 6%;
  }
  #honda-magazine #tab-content2 .mag-section1 .text-set .text1 {
    width: 50.6666666667%;
  }
  #honda-magazine #tab-content2 .mag-section1 .text-set .text2 {
    width: 58.6666666667%;
  }
  #honda-magazine #tab-content2 .mag-section2 .text-set {
    top: 6%;
  }
  #honda-magazine #tab-content2 .mag-section2 .text-set .text1 {
    width: 44%;
  }
  #honda-magazine #tab-content2 .mag-section2 .text-set .text2 {
    width: 24.6666666667%;
  }
  #honda-magazine #tab-content2 .mag-section3 .text-set {
    top: 6%;
  }
  #honda-magazine #tab-content2 .mag-section3 .text-set .text1 {
    width: 46.6666666667%;
  }
  #honda-magazine #tab-content2 .mag-section3 .text-set .text2 {
    width: 37.3333333333%;
  }
  #honda-magazine #tab-content2 .mag-section3 .text-set .text3 {
    width: 39.4666666667%;
  }
  #honda-magazine #tab-content2 .mag-section4 .text-set {
    top: 6%;
  }
  #honda-magazine #tab-content2 .mag-section4 .text-set .text1 {
    width: 53.3333333333%;
  }
  #honda-magazine #tab-content2 .mag-section4 .text-set .text2 {
    width: 59.4666666667%;
  }
}
#honda-magazine #tab-content3 {
  display: none;
}
#honda-magazine #tab-content3 .talk {
  padding-right: 0;
}
#honda-magazine #tab-content3 .talk .question {
  padding-right: 0;
}
#honda-magazine #tab-content3 .tab-header .profile {
  color: #fff;
}
#honda-magazine #tab-content3 .mag-section2 .text-set {
  left: -1px;
  bottom: 6.6666666667%;
}
#honda-magazine #tab-content3 .mag-section2 .text-set .text1 {
  width: 35.5555555556%;
}
#honda-magazine #tab-content3 .mag-section2 .text-set .text2 {
  width: 38.8888888889%;
}
#honda-magazine #tab-content3 .mag-section3 .text-set {
  left: -1px;
  top: 6.6666666667%;
}
#honda-magazine #tab-content3 .mag-section3 .text-set .text1 {
  width: 33.8888888889%;
}
#honda-magazine #tab-content3 .mag-section3 .text-set .text2 {
  width: 27.7777777778%;
}
#honda-magazine #tab-content3 .mag-section3 .text-set .text3 {
  width: 35.5555555556%;
}
#honda-magazine #tab-content3 .mag-section5 .text-set {
  left: -1px;
  bottom: 6.6666666667%;
}
#honda-magazine #tab-content3 .mag-section5 .text-set .text1 {
  width: 22.2222222222%;
}
#honda-magazine #tab-content3 .mag-section5 .text-set .text2 {
  width: 52.2222222222%;
}
@media only screen and (max-width: 768px) {
  #honda-magazine #tab-content3 .talk .question {
    padding-right: 8.5333333333vw;
  }
  #honda-magazine #tab-content3 .tab-header .title {
    width: 20%;
    right: 0;
  }
  #honda-magazine #tab-content3 .mag-section2 .text-set {
    bottom: 6%;
  }
  #honda-magazine #tab-content3 .mag-section2 .text-set .text1 {
    width: 42.6666666667%;
  }
  #honda-magazine #tab-content3 .mag-section2 .text-set .text2 {
    width: 46.6666666667%;
  }
  #honda-magazine #tab-content3 .mag-section3 .text-set {
    top: 6%;
  }
  #honda-magazine #tab-content3 .mag-section3 .text-set .text1 {
    width: 40.6666666667%;
  }
  #honda-magazine #tab-content3 .mag-section3 .text-set .text2 {
    width: 33.3333333333%;
  }
  #honda-magazine #tab-content3 .mag-section3 .text-set .text3 {
    width: 42.6666666667%;
  }
  #honda-magazine #tab-content3 .mag-section5 .text-set {
    bottom: 6%;
  }
  #honda-magazine #tab-content3 .mag-section5 .text-set .text1 {
    width: 26.6666666667%;
  }
  #honda-magazine #tab-content3 .mag-section5 .text-set .text2 {
    width: 62.6666666667%;
  }
}
#honda-magazine .mag-bottom {
  background: #000;
}
#honda-magazine .mag-bottom .bottom-text__inner {
  width: 100%;
  max-width: 780px;
  margin-left: auto;
  margin-right: auto;
  padding: 80px 20px;
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.15em;
}
#honda-magazine .mag-bottom .bottom-text p + p {
  margin-top: 2em;
}
@media only screen and (max-width: 768px) {
  #honda-magazine .mag-bottom .bottom-text__inner {
    font-size: 14px;
    line-height: 1.75;
    padding: 32px;
  }
}
#honda-magazine .mag-bottom .photo {
  position: relative;
}
#honda-magazine .mag-bottom .btn-detail {
  display: block;
  width: 344px;
  margin-left: auto;
  margin-right: auto;
  text-decoration: none;
  white-space: nowrap;
  padding: 2px;
  background: rgba(255, 255, 255, 0.5);
  position: absolute;
  right: 18.75%;
  bottom: 5.7142857143%;
}
#honda-magazine .mag-bottom .btn-detail__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
#honda-magazine .mag-bottom .btn-detail:hover .text::before {
  width: 100%;
  right: auto;
  left: 0;
}
#honda-magazine .mag-bottom .btn-detail:hover .text1 span {
  color: #fff;
}
#honda-magazine .mag-bottom .btn-detail img {
  width: 27.9411764706%;
}
#honda-magazine .mag-bottom .btn-detail .text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background: #000;
  color: #fff;
  width: 72.0588235294%;
  font-weight: bold;
  line-height: 1.35;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  letter-spacing: 0.025em;
  padding-bottom: 0.1em;
  position: relative;
}
#honda-magazine .mag-bottom .btn-detail .text::before {
  content: "";
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  width: 0;
  height: 100%;
  background: #E60020;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
#honda-magazine .mag-bottom .btn-detail .text::after {
  content: "";
  background-image: url(../img/arrow.svg);
  background-repeat: no-repeat;
  background-size: cover;
  width: 4.0816326531%;
  height: 25%;
  position: absolute;
  right: 8px;
  top: calc(50% - 10px);
  z-index: 2;
}
#honda-magazine .mag-bottom .btn-detail .text__inner {
  position: relative;
  z-index: 2;
  padding-left: 15px;
}
#honda-magazine .mag-bottom .btn-detail .text1 {
  font-size: 26px;
}
#honda-magazine .mag-bottom .btn-detail .text1 span {
  display: inline-block;
  color: #E60020;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  padding-left: 0.1em;
}
#honda-magazine .mag-bottom .btn-detail .text2 {
  letter-spacing: 0.06em;
  font-size: 20px;
}
@media only screen and (max-width: 768px) {
  #honda-magazine .mag-bottom .btn-detail {
    width: 82.9333333333%;
    right: 8.5333333333%;
    bottom: 6.4%;
    padding: 0.5333333333vw;
  }
  #honda-magazine .mag-bottom .btn-detail .text1 {
    font-size: 6.4vw;
  }
  #honda-magazine .mag-bottom .btn-detail .text2 {
    font-size: 4.8vw;
  }
}

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 {
  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;
  }
}