﻿.allSeasonHero {
  line-height: 1;
  position: relative;
  height: 480px;
  width: 100%;
  background: #fff;
  overflow: hidden
}

.allSeasonHero .bg {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%
}

.allSeasonHero .bg li {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  transition: opacity 1.2s
}

.allSeasonHero .bg li.active {
  z-index: 2;
  opacity: 1;
  transition: opacity 2s
}

.allSeasonHero>.inner {
  width: 1200px;
  margin: 0 auto;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 417px
}

.allSeasonHero .box {
  width: 100%;
  position: relative;
  z-index: 3
}

.allSeasonHero h1 {
  display: inline-block;
  font-size: 5em;
  color: #ffffff;
  line-height: 1.25;
  padding: 0 15px;
  transition: all .2s
}

.allSeasonHero.winter h1 {
  background: #184e98
}

.allSeasonHero.summer h1 {
  background: #22ac38
}

.allSeasonHero h1 .en {
  position: absolute;
  opacity: 0.4;
  white-space: nowrap;
  left: 60px;
  top: -30px;
  font-size: 98px
}

.allSeasonHero .catch {
  font-size: 1.8rem;
  font-weight: 900;
  padding: 20px 0 0
}

.allSeasonHero .catch li {
  padding: 15px 0 0
}

.allSeasonHero .catch li .ib {
  color: #ffffff;
  background: #184e98;
  display: inline-block;
  line-height: 1.5;
  padding: 0 15px
}

.allSeasonHero.winter .catch li .ib {
  background: #184e98
}

.allSeasonHero .catch li .ib .em {
  color: #fff101;
  font-size: 1.5em
}

.allSeasonHero.summer .catch li .ib {
  background: #22ac38
}

.allSeasonHero .season {
  position: absolute;
  z-index: 2;
  right: 0;
  bottom: -60px;
  display: flex
}

.allSeasonHero .season li {
  height: 200px;
  width: 200px;
  border-radius: 100%;
  background: #184e98;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #ffffff;
  position: relative;
  z-index: 1
}

.allSeasonHero.winter .season li.w, .allSeasonHero.summer .season li.s {
  z-index: 2;
  animation: turn .9s
}

.allSeasonHero .season li.s {
  background: #22ac38;
  margin-left: -20px
}

.allSeasonHero .season li .hd {
  font-size: 80px;
  font-weight: 900
}

.allSeasonHero .season li .hd .s {
  font-size: 18px
}

.allSeasonHero .season li .ft {
  font-size: 18px;
  padding: 7px 0 0;
  line-height: 1.2;
  font-weight: 900
}

.allSeasonHero .photo {
  width: 800px;
  height: 100%;
  top: 0;
  right: -200px;
  position: absolute;
  z-index: 1;
  overflow: hidden
}

.allSeasonHero .photo img {
  width: 100%;
  height: auto;
  position: absolute;
  top: 50px;
  left: 0
}

@media screen and (max-width: 600px) {
  .allSeasonHero>.inner {
    width: auto;
    display: block
  }
  .allSeasonHero .bg li:nth-child(1) {
    transform: translateX(-35%)
  }
  .allSeasonHero .bg li:nth-child(2) {
    transform: translateX(-35%)
  }
  .allSeasonHero .bg li:nth-child(3) {
    transform: translateX(-35%)
  }
  .allSeasonHero .bg li:nth-child(4) {
    transform: translateX(-35%)
  }
  .allSeasonHero .box {
    padding-top: 40px
  }
  .allSeasonHero h1 {
    font-size: 1.75rem;
    padding: 0 15px;
    line-height: 2
  }
  .allSeasonHero .catch {
    font-size: 1.2rem
  }
  .allSeasonHero .catch li .ib {
    line-height: 1.2;
    padding: 10px 15px
  }
  .allSeasonHero .season {
    transform-origin: 100% 100%;
    transform: scale(0.7, 0.7);
    right: -10px
  }
  .allSeasonHero .photo {
    width: 400px;
    right: -130px
  }
  .allSeasonHero .photo img {
    top: 80px
  }
}

@keyframes turn {
  0% {
    transform: rotateY(0) scale(1, 1)
  }
  30% {
    transform: rotateY(180deg) scale(1.1, 1.1)
  }
  100% {
    transform: rotateY(0) scale(1, 1)
  }
}

.allSeasonTopSection {
  padding: 110px 0 150px;
  line-height: 1;
  background: #ffffff
}

.allSeasonTopSection>.inner {
  width: 1200px;
  margin: -30px auto 0;
  position: relative
}

.allSeasonTopSection>.inner .box {
  padding: 0 0 0 390px
}

.allSeasonTopSection .hdBox {
  padding: 0 0 40px;
  position: relative
}

.allSeasonTopSection .hdBox .hd {
  font-size: 2.5rem;
  font-weight: 900;
  color: #184e98;
  line-height: 1.2
}

.allSeasonTopSection .hdBox .en {
  font-size: 150px;
  color: #184e98;
  opacity: 0.1;
  white-space: nowrap;
  position: absolute;
  top: 0;
  left: 70px
}

.allSeasonTopSection .img {
  position: absolute;
  top: -20px;
  left: 0;
  width: 340px
}

.allSeasonTopSection .img img {
  width: 100%
}

.allSeasonTopSection .text1 {
  font-size: 1.5rem;
  line-height: 1.4
}

.allSeasonTopSection .text2 {
  margin: 30px 0 0;
  font-size: 1.87rem;
  font-weight: 900;
  background: #fff101;
  color: #184e98;
  line-height: 1.3;
  padding: 40px 0;
  text-align: center;
  position: relative
}

.allSeasonTopSection .text2::before {
  content: "";
  position: absolute;
  background: #ffffff;
  width: 26px;
  height: 26px;
  top: 0;
  left: 50%;
  transform-origin: 50% 0;
  transform: rotate(45deg) translateX(-50%)
}

@media screen and (max-width: 600px) {
  .allSeasonTopSection {
    padding: 40px 0 0
  }
  .allSeasonTopSection>.inner {
    width: auto
  }
  .allSeasonTopSection>.inner .box {
    padding: 0
  }
  .allSeasonTopSection .hdBox {
    padding: 40px 20px 20px
  }
  .allSeasonTopSection .hdBox .hd {
    font-size: 1.9rem;
    text-align: center
  }
  .allSeasonTopSection .hdBox .en {
    font-size: 100px;
    color: #184e98;
    opacity: 0.1;
    white-space: nowrap;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%)
  }
  .allSeasonTopSection .text1 {
    font-size: 1rem;
    padding: 0 20px 30px
  }
  .allSeasonTopSection .text2 {
    margin: 0;
    font-size: 1.5rem;
    padding: 30px 14% 0;
    text-align: left
  }
  .allSeasonTopSection .img {
    position: relative;
    top: auto;
    left: auto;
    width: auto;
    text-align: center;
    background: #fff101;
    padding: 0 0 65px
  }
  .allSeasonTopSection .img img {
    height: 240px;
    width: auto
  }
}

.allSeasonSection {
  font-size: 1rem;
  line-height: 1;
  padding: 0 0 150px;
  position: relative
}

.allSeasonSection>.inner {
  width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 2
}

.allSeasonSection .hdBox {
  text-align: center;
  padding: 200px 0 40px
}

.allSeasonSection .hdBox .en {
  font-size: 150px;
  position: absolute;
  top: 20px;
  left: 0;
  width: 100%;
  height: 158px;
  color: #184e98
}

.allSeasonSection .hdBox .en::before, .allSeasonSection .hdBox .en::after {
  content: "";
  height: 6px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%) skewX(-45deg)
}

.allSeasonSection .hdBox .en::before {
  width: 1.94em;
  background: #184e98
}

.allSeasonSection .hdBox .en::after {
  width: calc(1.94em/3);
  background: #fff101
}

.allSeasonSection .hdBox .hd span {
  display: block
}

.allSeasonSection .hdBox .l1 {
  font-size: 1.25rem;
  color: #777777
}

.allSeasonSection .hdBox .l2 {
  font-weight: 900;
  font-size: 3.4rem;
  color: #000000;
  padding: 6px 0 0
}

.allSeasonSection .lead {
  text-align: center;
  font-size: 1.4rem;
  line-height: 1.4
}

.allSeasonSection .lead .s {
  font-size: 0.7em;
  color: #dc0002
}

.allSeasonSection.lineup {
  background: url("../images2/index/lineupBg.jpg") 50% 0 no-repeat;
  background-size: cover
}

.allSeasonSection.lineup::before {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.9);
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0
}

.allSeasonSection.capacity {
  background: #ffffff
}

.allSeasonSection.test {
  background: url("../images2/index/testBg.jpg") 50% 0 no-repeat;
  background-size: cover
}

.allSeasonSection.test::before {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.7);
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0
}

.allSeasonSection.case {
  background: url("../images2/index/caseBg.jpg") 50% 100% no-repeat #fef9f4;
  padding-bottom: 300px
}

.allSeasonSection.size {
  background: #f5f5f5;
}

.allSeasonSection.data {
  background: #ffffff
}

@media screen and (max-width: 600px) {
  .allSeasonSection {
    padding: 0 0 100px
  }
  .allSeasonSection>.inner {
    width: auto;
    margin: 0 10px
  }
  .allSeasonSection .hdBox {
    padding: 136px 0 15px
  }
  .allSeasonSection .hdBox .en {
    font-size: 70px;
    top: 20px;
    height: 90px
  }
  .allSeasonSection .hdBox .l2 {
    font-size: 2.4rem;
    line-height: 1.15
  }
  .allSeasonSection .lead {
    font-size: 1.1rem;
    line-height: 1.3;
    margin: 0 4%;
    text-align: left
  }
  .allSeasonSection.case {
    background-position: 100% 100%;
    background-size: 180% auto;
    padding-bottom: 250px
  }
}

.allSeasonSection.lineup .boxWrapper {
  padding-top: 5px
}

.allSeasonSection.lineup .box {
  background: #ffffff;
  margin: 40px 0 0;
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.15);
  transition: all 0.33s
}

.allSeasonSection.lineup .box a {
  display: block;
  padding: 40px 80px 40px 325px;
  color: #333333;
  text-decoration: none;
  position: relative
}

.allSeasonSection.lineup .box:hover {
  transform: scale(1.02, 1.02)
}

.allSeasonSection.lineup .box .btn {
  background: #dc0002;
  color: #ffffff;
  position: absolute;
  right: 0;
  top: 50px;
  width: 200px;
  line-height: 45px;
  padding: 0 20px
}

.allSeasonSection.lineup .box .btn::after {
  content: "\f105";
  font-family: FontAwesome;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%)
}

.allSeasonSection.lineup .box .boxHd {
  border-left: 7px solid #184e98;
  padding-left: 20px
}

.allSeasonSection.lineup .box .boxHd .en {
  font-size: 1.125rem;
  color: #777777
}

.allSeasonSection.lineup .box .boxHd .hd {
  font-size: 2rem;
  font-weight: 900;
  line-height: 1.2;
  margin-top: 5px
}

.allSeasonSection.lineup .box .boxHd .hd .s {
  font-size: 0.65em
}

.allSeasonSection.lineup .box .text {
  margin-top: 40px;
  line-height: 1.5;
  font-size: 0.9rem
}

.allSeasonSection.lineup .em {
  font-weight: bold;
  font-size: 1rem
}

.allSeasonSection.lineup .box .performance {
  margin-top: 35px
}

.allSeasonSection.lineup .box .performanceHd {
  position: relative
}

.allSeasonSection.lineup .box .performanceHd::after {
  content: "";
  width: 100%;
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  border-bottom: 1px dotted #777777
}

.allSeasonSection.lineup .box .performanceHd span {
  display: inline-block;
  padding-right: 8px;
  vertical-align: bottom;
  background: #ffffff;
  position: relative;
  z-index: 2;
  color: #777777
}

.allSeasonSection.lineup .box .performance ul {
  display: flex;
  margin: 15px 0 0 -10px
}

.allSeasonSection.lineup .box .performance ul li {
  background: #9d9999;
  margin-left: 10px;
  color: #ffffff;
  line-height: 26px;
  padding: 0 12px
}

.allSeasonSection.lineup .box .performance ul li.ex {
  background: #dc0002
}

.allSeasonSection.lineup .box .performance ul li.gd {
  background: #184e98
}

.allSeasonSection.lineup .box .performance .ft {
  margin-top: 15px;
  display: inline-block;
  border: 1px solid #9d9999;
  padding: 10px 15px;
  text-align: center
}

.allSeasonSection.lineup .box .performance .ft img {
  max-width: 295px;
  width: 100%
}

.allSeasonSection.lineup .box .img {
  position: absolute;
  z-index: 2;
  left: 0;
  top: 40px;
  text-align: center;
  width: 325px
}

.allSeasonSection.lineup .box .img .photo {
  height: 240px
}

.allSeasonSection.lineup .box .img .name {
  margin-top: 20px
}

.allSeasonSection.lineup .box:nth-of-type(1) .img .name {
  margin-top: 5px
}

.allSeasonSection.lineup .box .badge {
  width: 135px;

  height: 135px;
  border-radius: 100%;
  background: #fff101;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  text-align: center;
  font-weight: 900;
  line-height: 1.1;
  color: #184e98;
  position: absolute;
  z-index: 3;
  top: -25px;
  left: -25px
}

.allSeasonSection.lineup .box .badge .s {
  font-size: 0.7em
}

.allSeasonSection.lineup .box .badge .r {
  font-size: 0.7em;
  color: #dc0002;
  border: 1px solid #dc0002;
  padding: 0 4px
}

@media screen and (max-width: 600px) {
  .allSeasonSection.lineup .box a {
    padding: 10px 10px 70px
  }
  .allSeasonSection.lineup .box .btn {
    right: 0;
    top: auto;
    bottom: 0;
    width: 100%;
    line-height: 50px;
    text-align: center;
    border: 5px solid #fff
  }
  .allSeasonSection.lineup .box .performance ul {
    display: flex;
    margin: 15px 0 0 0;
    flex-wrap: wrap
  }
  .allSeasonSection.lineup .box .performance ul li {
    width: calc((100% - 5px)/2);
    margin-left: 5px;
    margin-top: 5px;
    text-align: center
  }
  .allSeasonSection.lineup .box .performance ul li:nth-child(2n+1) {
    margin-left: 0
  }
  .allSeasonSection.lineup .box .img {
    position: relative;
    z-index: 2;
    left: auto;
    top: auto;
    width: auto;
    height: auto;
    padding: 15px 0 30px
  }
  .allSeasonSection.lineup .box .img img {
    display: block;
    margin: 0 auto
  }
  .allSeasonSection.lineup .box .img .photo {
    height: 220px
  }
  .allSeasonSection.lineup .box .img .name {
    margin-top: 15px
  }
  .allSeasonSection.lineup .box:nth-of-type(1) .img .name {
    margin-top: 0
  }
  .allSeasonSection.lineup .box .boxHd {
    border-left: 7px solid #184e98;
    padding-left: 10px
  }
  .allSeasonSection.lineup .box .boxHd .en {
    font-size: 0.85rem;
    color: #777777
  }
  .allSeasonSection.lineup .box .boxHd .hd {
    font-size: 1.5rem;
    font-weight: 900;
    line-height: 1.2;
    margin-top: 5px
  }
  .allSeasonSection.lineup .box .boxHd .hd .s {
    display: block
  }
  .allSeasonSection.lineup .box .text {
    margin-top: 10px
  }
  .allSeasonSection.lineup .box .performance {
    margin-top: 15px
  }
  .allSeasonSection.lineup .box .performance ul {
    margin: 5px 0 0 0;
    font-size: 0.9rem
  }
  .allSeasonSection.lineup .box .performance .ft {
    display: block;
    margin-top: 10px
  }
}

.allSeasonSection.capacity .box {
  width: 1000px;
  margin: 45px auto 0
}

.allSeasonSection.capacity .boxHd {
  margin: 0 0 15px
}

.allSeasonSection.capacity .boxHd .title01 {
  font-size: 1.2rem;
  color: #dc0012;
  position: relative;
  padding: 0 0 10px
}

.allSeasonSection.capacity .boxHd .title01::after {
  content: "";
  width: 86px;
  height: 3px;
  background: #dc0012;
  position: absolute;
  bottom: 0;
  left: 0
}

.allSeasonSection.capacity .boxHd .title02 {
  font-size: 1rem;
  margin: 7px 0 0;
  line-height: 1.2;
  font-weight: 700
}

.allSeasonSection.capacity .box .table {
  position: relative;
  width: 1000px
}

.allSeasonSection.capacity .box .table .target {
  border: 4px solid #dc0002;
  width: 29%;
  height: calc(100%+ 30px);
  position: absolute;
  top: -15px;
  right: 27%
}

.allSeasonSection.capacity .box .table .target::after {
  content: "";
  width: 70px;
  height: 102px;
  background: url(../../../../share/images/char02.png) 50% 50% no-repeat;
  background-size: contain;
  position: absolute;
  top: -82px;
  left: calc(50% - 35px)
}

.allSeasonSection.capacity .box table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  border-bottom: 3px solid #184e98;
  font-size: 1rem
}

.allSeasonSection.capacity .box th, .allSeasonSection.capacity .box td {
  padding: 0.85em 0.5em
}

.allSeasonSection.capacity .box thead th {
  text-align: center;
  color: #ffffff;
  background: #184e98
}

.allSeasonSection.capacity .box thead .tyre1 {
  width: 180px;
  width: 27%
}

.allSeasonSection.capacity .box thead .tyre2 {
  width: 250px;
  width: 29%;
  color: #fff101
}

.allSeasonSection.capacity .box tbody th.th1 {
  width: 2%
}

.allSeasonSection.capacity .box tbody th.th2 {
  width: 15%
}

.allSeasonSection.capacity .box tbody th {
  background: #fffde0;
  color: #184e98
}

.allSeasonSection.capacity .box tbody td {
  text-align: center
}

.allSeasonSection.capacity .box tbody th, .allSeasonSection.capacity .box tbody td {
  border-bottom: 1px dotted #184e98
}

.allSeasonSection.capacity .box tbody .sep th, .allSeasonSection.capacity .box tbody .sep td {
  border-top: 3px solid #184e98
}

.allSeasonSection.capacity .box tbody td .l {
  font-size: 1.3rem;
  font-weight: 900
}

.allSeasonSection.capacity .box .tableFt {
  margin: 25px 0 0;
  line-height: 1.3;
  font-size: 0.9rem
}

.allSeasonSection.capacity .box .tableFt li {
  margin-top: 5px;
  padding-left: 2.3rem;
  position: relative
}

.allSeasonSection.capacity .box .tableFt li span {
  color: #184e98;
  position: absolute;
  top: 0;
  left: 0
}

.allSeasonSection.capacity .box2 {
  margin: 50px 0 0;
  background: #dc0002;
  color: #ffffff;
  display: flex;
  min-height: 430px
}

.allSeasonSection.capacity .box2 .img {
  background: url("../images2/index/snowfrakeMK.png") 50% 50% no-repeat;
  width: 420px
}

.allSeasonSection.capacity .box2 .innerBox {
  flex: 1;
  padding: 40px 80px 40px 0
}

.allSeasonSection.capacity .box2 .innerBox .boxHd {
  text-align: center;
  display: flex;
  justify-content: center
}

.allSeasonSection.capacity .box2 .innerBox .boxHd .l1 {
  font-size: 2.8rem
}

.allSeasonSection.capacity .box2 .innerBox .boxHd .l2 {
  margin-top: 20px;
  font-size: 1.6rem
}

.allSeasonSection.capacity .box2 .innerBox .boxHd .l3 {
  margin-top: 20px;
  text-align: right
}

.allSeasonSection.capacity .box2 .innerBox .text {
  margin-top: 40px;
  line-height: 1.5
}

.allSeasonSection.capacity .box2 .innerBox .textFt {
  margin-top: 20px;
  text-align: right;
  font-size: 0.8rem
}

.allSeasonSection.capacity .box table sup {
  white-space: nowrap
}

@media screen and (max-width: 600px) {
  .allSeasonSection.capacity .box {
    width: auto;
    margin: 30px 0 0
  }
  .allSeasonSection.capacity .box .table .target {
    height: 100%;
    top: 0
  }
  .allSeasonSection.capacity .box .table .target::after {
    display: none
  }
  .allSeasonSection.capacity .box .tableFt {
    margin-top: 10px
  }
  .allSeasonSection.capacity .boxHd {
    margin-bottom: 15px
  }
  .allSeasonSection.capacity .box2 {
    margin: 30px 0 0;
    display: block;
    padding: 15px
  }
  .allSeasonSection.capacity .box2 .img {
    height: 200px;
    background-size: auto 100%;
    width: auto;
    margin: 30px 0
  }
  .allSeasonSection.capacity .box2 .innerBox {
    padding: 0
  }
  .allSeasonSection.capacity .box2 .innerBox .boxHd .l1 {
    font-size: 1.8rem
  }
  .allSeasonSection.capacity .box2 .innerBox .boxHd .l2 {
    margin-top: 20px;
    font-size: 1.25rem
  }
  .allSeasonSection.capacity .box2 .innerBox .boxHd .l3 {
    margin-top: 20px;
    text-align: right
  }
}

.allSeasonSection.test .boxWrapper {
  display: flex;
  justify-content: center;
  margin-top: 45px
}

.allSeasonSection.test .boxWrapper .box {
  width: calc((100% - 60px)/3);
  margin-left: 30px
}

.allSeasonSection.test .boxWrapper .box:nth-child(1) {
  margin-left: 0
}

.allSeasonSection.test .boxWrapper .box .iframe {
  position: relative;
  padding-top: 56.25%
}

.allSeasonSection.test .boxWrapper .box .iframe iframe, .allSeasonSection.test .boxWrapper .box .iframe amp-youtube {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}

.allSeasonSection.test .boxWrapper .box .text {
  margin-top: 10px;
  font-size: 1.2rem;
  font-weight: 900;
  color: #184e98;
  text-align: center
}

@media screen and (max-width: 600px) {
  .allSeasonSection.test .boxWrapper {
    display: block;
    margin-top: 0
  }
  .allSeasonSection.test .boxWrapper .box, .allSeasonSection.test .boxWrapper .box:nth-child(1) {
    width: auto;
    margin-left: 0;
    margin-top: 30px
  }
}

.allSeasonSection.case .boxWrapper {
  display: flex;
  flex-wrap: wrap;
  margin-top: -20px
}

.allSeasonSection.case .boxWrapper .box {
  width: calc((100% - 50px)/3);
  margin-left: 25px;
  margin-top: 25px
}

.allSeasonSection.case .boxWrapper .box:nth-child(3n+1) {
  margin-left: 0
}

.allSeasonSection.case .boxWrapper .box .hd {
  font-size: 1.4rem;
  line-height: 1.2;
  background: #184e98;
  color: #ffffff;
  padding: 1em 0;
  text-align: center;
  position: relative
}

.allSeasonSection.case .boxWrapper .box .hd::before {
  content: "";
  position: absolute;
  background: #184e98;
  width: 12px;
  height: 12px;
  bottom: -12px;
  left: 50%;
  transform-origin: 50% 0;
  transform: rotate(45deg) translateX(-50%);
	z-index: 1;
}

.allSeasonSection.case .boxWrapper .box .img {
  padding: 66.6% 0 0;
  overflow: hidden;
  position: relative
}

.allSeasonSection.case .boxWrapper .box .img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  min-height: 100%
}

@media screen and (max-width: 600px) {
  .allSeasonSection.case .boxWrapper {
    margin-top: 15px
  }
  .allSeasonSection.case .boxWrapper .box, .allSeasonSection.case .boxWrapper .box:nth-child(3n+1) {
    width: calc((100% - 10px)/2);
    margin-left: 10px;
    margin-top: 10px
  }
  .allSeasonSection.case .boxWrapper .box:nth-child(2n+1) {
    margin-left: 0
  }
  .allSeasonSection.case .boxWrapper .box .hd {
    font-size: 0.9rem
  }
}

.setListNavWrapper {
  position: relative
}

.setListNav {
  border-top: 1px solid #cccccc;
  border-bottom: 7px solid #dc0012;
  padding: 10px 1px 0;
  background: #ffffff;
  position: relative;
  z-index: 2
}

.setListNav ul {
  display: flex;
  justify-content: center
}

.setListNav .a {
  display: block;
  padding: 0 20px;
  line-height: 1;
  color: #333333;
  text-align: center;
  text-decoration: none;
  cursor: pointer
}

.setListNav .a:hover {
  color: #dc0012
}

.setListNav .on .a {
  background: #dc0012;
  color: #ffffff;
  height: 100%
}

.setListNav .a p.l1 {
  padding: 10px 0 0;
  font-size: 1.7rem
}

.setListNav .a p.l1.jp {
  font-size: 1.25rem;
  padding: 10px 0 5px;
  font-weight: 900
}

.setListNav .a p.l2 {
  padding: 2px 0 5px;
  font-size: 0.875rem
}

@media screen and (max-width: 600px) {
  .setListNavWrapper {
    margin: 0 -10px 0
  }
  .setListNavWrapper2 {
    margin: 0 -10px 0
  }
  .setListNav {
    padding: 0
  }
  .setListNav>.inner {
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch
  }
  .setListNav ul {
    justify-content: left
  }
  .setListNav li {
    background: #ffffff;
    border-color: #f9efe3;
    border-style: solid;
    border-width: 2px 1px 0
  }
  .setListNav li a {
    text-decoration: none;
    line-height: 20px;
    color: #222222;
    font-size: 0.7rem;
    padding: 10px 0
  }
  .setListNav a span {
    font-size: 1.5rem
  }
  .setListNav a p.l1, .setListNav a p.l2 {
    display: inline-block;
    padding: 0
  }
}

.priceTableWrapper {
  position: relative;
  z-index: 2;
  width: 1200px;
  margin: 0 auto
}

.priceTableWrapper .table {
  line-height: 1.2;
  font-size: 1rem
}

.priceTableWrapper table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  background: #ffffff;
  position: relative;
  z-index: 2
}

.priceTableWrapper thead th {
  text-align: center;
  color: #fff101;
  border: 2px solid #f9efe3;
  padding: 10px;
  background: #184e98;
  white-space: nowrap
}

.priceTableWrapper thead th.top {
  vertical-align: top
}

.priceTableWrapper thead th a {
  display: block;
  color: #fff101;
  text-decoration: none
}

.priceTableWrapper thead th .img {
  background: #ffffff;
  height: 50px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px
}

.priceTableWrapper thead th .img img {
  width: 125px
}

.priceTableWrapper tbody th {
  text-align: center;
  background: #fffde0
}

.priceTableWrapper thead th .note {
  font-size: 0.8rem
}

.priceTableWrapper tbody th, .priceTableWrapper tbody td {
  padding: 4px 5px;
  border: 2px solid #f9efe3;
  text-align: center
}

.priceTableWrapper thead .inch {
  font-size: 0.7em
}

.priceTableWrapper tbody .inch {
  width: 1.5em
}

.priceTableWrapper tbody .car {
  text-align: left;
  font-size: 0.875rem
}

.priceTableWrapper tbody .car .etc {
  font-size: 0.8em
}

.priceTableWrapper tbody .size {
  white-space: nowrap;
  font-size: 1.12rem
}

.priceTableWrapper tbody .priceTD a {
  display: block;
  text-decoration: none;
  text-align: center;
  padding: 0 0 5px
}

.priceTableWrapper tbody .price {
  color: #dc0002;
  font-weight: bold;
  font-size: 1.2rem;
  text-align: center;
  width: 11em
}

.priceTableWrapper tbody .price span {
  font-size: 1.8rem
}

.priceTableWrapper tbody .purchase span {
  display: inline-block;
  background: #dc0002;
  color: #fff;
  font-weight: bold;
  font-size: 0.75rem;
  padding: 0 32px 0 15px;
  line-height: 24px;
  border-radius: 12px;
  position: relative;
  text-align: left
}

.priceTableWrapper tbody .purchase span:after {
  content: "\f290";
  font-family: FontAwesome;
  font-size: 11px;
  vertical-align: middle;
  position: absolute;
  top: 0;
  right: 8px;
  z-index: 1
}

.priceTableWrapper tbody .priceTD .purchase {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -webkit-font-smoothing: antialiased;
  transition: all .3s
}

.priceTableWrapper tbody .priceTD:hover .purchase {
  transform: scale3d(1.1, 1.1, 1.1)
}

.priceTableWrapper tbody .data {
  text-align: center
}

.priceTableWrapper tbody sup {
  white-space: nowrap;
  font-size: 0.85rem;
  color: #333
}

.priceTableWrapper .askTD a {
  display: block;
  text-decoration: none
}

.priceTableWrapper .askTD .ask {
  font-size: 1.4rem;
  color: #dc0002;
  font-style: italic
}

.priceTableWrapper .askTD .msg {
  margin: 2px 0 0;
  font-size: 0.875rem;
  color: #333;
  line-height: 1.2
}

.priceTableWrapper .askTD .msg:hover {
  text-decoration: underline
}

.priceTableNote {
  width: 1000px;
  margin: 15px auto 0;
  font-size: 0.9rem;
  line-height: 1.4
}

.priceTableNote span {
  color: #dc0002
}

@media screen and (max-width: 600px) {
  .priceTableWrapper {
    margin: 0;
    width: 100%
  }
  .priceTableWrapper .table {
    font-size: 0.85rem;
    padding-right: 10px
  }
  .priceTableNote {
    width: auto;
    margin: 10px 10px 0
  }
}

.allSeasonSection.shop {
  padding-bottom: 0
}

.allSeasonSection.shop .box {
  width: 1000px;
  margin: 0 auto
}

@media screen and (max-width: 600px) {
  .allSeasonSection.shop .box {
    width: auto
  }
}

.linupFV {
  background: url("../images2/lineup/lineupFVbg.jpg") 50% 50% no-repeat;
  background-size: cover;
  height: 417px;
  height: 450px;
  color: #ffffff;
  display: flex;
  align-items: center;
  line-height: 1;
  position: relative;
  overflow: hidden
}

.linupFV>.inner {
  width: 1200px;
  margin: 0 auto;
  padding-left: 450px
}

.linupFV .hd>span {
  display: block
}

.linupFV .hd .en {
  font-size: 1.125rem;
  color: #777777
}

.linupFV .hd .jp {
  margin-top: 5px;
  font-size: 2.8rem;
  font-weight: 900;
  line-height: 1.2
}

.linupFV .hd .jp .s {
  font-size: 0.65em
}

.linupFV .text {
  margin-top: 15px;
  font-size: 1rem;
  line-height: 1.5
}

.linupFV .em {
  font-weight: bold;
  font-size: 1rem
}

.linupFV .img {
  position: absolute;
  left: 50%;
  top: 0;
  margin-left: -600px;
  width: 450px;
  height: 100%
}

.linupFV .img img {
  width: 400px;
  margin-top: 30px
}

.linupFV .badge {
  width: 135px;
  height: 135px;
  border-radius: 100%;
  background: #fff101;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  text-align: center;
  font-weight: 900;
  line-height: 1.1;
  color: #184e98;
  position: absolute;
  z-index: 3;
  top: 30px;
  left: 50%;
  margin-left: -650px
}

.linupFV .badge .s {
  font-size: 0.7em
}

.linupFV .badge .r {
  font-size: 0.7em;
  color: #dc0002;
  border: 1px solid #dc0002;
  padding: 0 4px
}

.linupFV .logo {
  margin-top: 23px;
  text-align: right
}

.linupFV .logo img {
  background: #fff;
  height: 50px
}

@media screen and (max-width: 600px) {
  .linupFV {
    height: auto
  }
  .linupFV>.inner {
    width: auto;
    padding: 30px 4% 60px
  }
  .linupFV .hd {
    text-align: center
  }
  .linupFV .hd .en {
    font-size: 1.125rem;
    color: #777777
  }
  .linupFV .hd .jp {
    margin-top: 5px;
    font-size: 1.7rem
  }
  .linupFV .hd .jp span {
    display: block
  }
  .linupFV .logo {
    text-align: center
  }
  .linupFV .logo img {
    width: 100%;
    max-width: 300px;
    height: auto
  }
  .linupFV .img {
    position: relative;
    left: auto;
    top: auto;
    margin-left: 0;
    width: auto;
    height: auto;
    padding-bottom: 20px;
    text-align: center
  }
  .linupFV .img img {
    width: auto;
    margin-top: 20px;
    height: 260px
  }
  .linupFV .badge {
    top: 20px;
    left: 10px;
    margin-left: 0
  }
}

.yahooBnr {
  width: 1000px;
  margin: 0 auto 20px;
  text-align: center;
  padding: 2% 20%;
  background: #ffffff
}

@media screen and (max-width: 600px) {
  .yahooBnr {
    width: 86%;
    padding: 3%
  }
  .yahooBnr>.inner {
    display: block
  }
  .yahooBnr>.inner p {
    width: auto
  }
}

.allSeasonPageSection {
  background: #ffffff;
  padding: 120px 0;
  border-bottom: 20px solid #f1f1f1;
  line-height: 1;
  font-size: 1rem;
  overflow-x: hidden
}

.allSeasonPageSection.last {
  border-bottom: 70px solid #f1f1f1
}

.allSeasonPageSection>.inner {
  width: 1200px;
  margin: 0 auto
}

@media screen and (max-width: 600px) {
  .allSeasonPageSection {
    padding: 60px 0;
    border-bottom-width: 15px
  }
  .allSeasonPageSection>.inner {
    width: auto
  }
}

.allSeasonPageSection>.inner>.hdBox {
  position: relative
}

.allSeasonPageSection>.inner>.hdBox .l1 {
  width: 95%;
  position: absolute;
  top: 130px;
  left: 0
}

.allSeasonPageSection>.inner>.hdBox .hd {
  display: flex;
  justify-content: flex-end;
  overflow: hidden
}

.allSeasonPageSection>.inner>.hdBox .l1::after {
  content: "";
  width: 90px;
  border-top: 7px solid #fff101;
  position: absolute;
  top: calc(50% - 3px);
  left: 0
}

.allSeasonPageSection>.inner>.hdBox .l1 h2 {
  font-size: 2.5rem;
  position: relative
}

.allSeasonPageSection>.inner>.hdBox .l1 h2::after {
  content: "";
  width: 2000px;
  border-top: 1px dotted #333333;
  position: absolute;
  top: 50%;
  left: -10px;
  margin-left: -2000px
}

.allSeasonPageSection>.inner>.hdBox .l1 .en {
  font-size: 230px;
  color: #184e98;
  opacity: 0.15;
  position: absolute;
  top: -135px;
  right: -10%
}

.allSeasonPageSection>.inner>.hdBox .l2 {
  padding: 0 0 65px
}

.allSeasonPageSection>.inner>.hdBox .l2 span {
  display: block
}

.allSeasonPageSection>.inner>.hdBox .l2 .s {
  font-size: 2.5rem
}

.allSeasonPageSection>.inner>.hdBox .l2 .l {
  margin-top: 8px;
  font-weight: 900;
  font-size: 4.4rem;
  color: #184e98
}

.allSeasonPageSection>.inner>.hdBox .text {
  line-height: 1.8;
  width: 68%
}

.allSeasonPageSection>.inner>.hdBox .text .link {
  max-width: 400px;
  width: 100%
}

.allSeasonPageSection>.inner>.hdBox .textHd {
  font-size: 1.2rem;
  margin-bottom: 0.3em
}

.allSeasonPageSection>.inner>.hdBox .ft {
  margin-top: 1em;
  line-height: 1.5;
  font-size: 0.85rem;
  padding-left: 1em;
  position: relative
}

.allSeasonPageSection>.inner>.hdBox .ft::before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0
}

.allSeasonPageSection>.inner>.hdBox .img {
  margin-top: 20px
}

.allSeasonPageSection>.inner>.hdBox .img img {
  width: 100%
}

.allSeasonPageSection .ftImg {
  margin: 140px 0 -120px
}

.allSeasonPageSection .ftImg img {
  width: 100%
}

@media screen and (max-width: 600px) {
  .allSeasonPageSection>.inner>.hdBox {
    padding: 0 10px
  }
  .allSeasonPageSection>.inner>.hdBox>.inner {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column-reverse
  }
  .allSeasonPageSection>.inner>.hdBox .l1 {
    font-size: 2.4rem;
    width: auto;
    position: relative;
    top: auto;
    left: auto
  }
  .allSeasonPageSection>.inner>.hdBox .l1 h2 {
    font-size: 1.4rem
  }
  .allSeasonPageSection>.inner>.hdBox .l1 .en {
    font-size: 170px;
    top: -115px;
    right: auto;
    left: 20%
  }
  .allSeasonPageSection>.inner>.hdBox .l2 {
    padding-bottom: 10px;
    line-height: 1.1
  }
  .allSeasonPageSection>.inner>.hdBox .l2 .s {
    font-size: 1.4rem
  }
  .allSeasonPageSection>.inner>.hdBox .l2 .l {
    margin-top: 4px;
    font-size: 2.2rem
  }
  .allSeasonPageSection>.inner>.hdBox .text {
    width: auto;
    margin-top: 20px;
    line-height: 1.6
  }
  .allSeasonPageSection .ftImg {
    margin: 60px 0 -60px;
    height: 180px;
    position: relative
  }
  .allSeasonPageSection .ftImg img {
    position: absolute;
    height: 100%;
    width: auto;
    top: 0;
    left: 50%;
    transform: translateX(-50%)
  }
}

.allSeasonPageSection .evidence {
  width: 1100px;
  margin: 90px auto 0;
  display: flex;
  justify-content: center
}

.allSeasonPageSection .evidence .box {
  width: 480px
}

.allSeasonPageSection .evidence .box>.inner {
  background: #184e98;
  color: #ffffff;
  padding: 50px;
  position: relative
}

.allSeasonPageSection .evidence .box>.inner::after {
  content: "";
  position: absolute;
  background: #184e98;
  width: 38px;
  height: 38px;
  top: 50%;
  right: 0;
  transform: translate(41.4%, -50%) rotate(-45deg)
}

.allSeasonPageSection .evidence .hdBox .en {
  color: #fff101;
  font-size: 1.6rem;
  border-left: 10px solid #fff101;
  padding-left: 0.4em
}

.allSeasonPageSection .evidence .hdBox .hd {
  margin-top: 0.3em;
  font-size: 2.3rem;
  font-weight: 900
}

.allSeasonPageSection .evidence .text {
  margin-top: 35px;
  line-height: 1.8
}

.allSeasonPageSection .evidence .text .adac {
  float: left;
  margin: .5em 1em .5em 0
}

.allSeasonPageSection .evidence .ft {
  margin-top: 1em;
  line-height: 1.5;
  font-size: 0.85rem;
  text-align: left
}

.allSeasonPageSection .evidence .ft li {
  padding-left: 1em;
  position: relative;
  margin-top: 0.3em
}

.allSeasonPageSection .evidence .ft li::before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0
}

.allSeasonPageSection .evidence .con {
  text-align: center;
  padding-left: 80px;
  flex: 1
}

.allSeasonPageSection .evidence .con.img img, .allSeasonPageSection .evidence .con .img img {
  max-width: 100%
}

.allSeasonPageSection .evidence .con.table table {
  width: 100%
}

.evidence .con .conHd {
  font-size: 1.5rem;
  text-align: center;
  line-height: 1.2;
  margin: 0 0 15px
}

.evidence .con .conHd .s {
  font-size: 1rem;
  font-weight: 500;
  padding-top: 5px;
  color: #777777
}

@media screen and (max-width: 600px) {
  .allSeasonPageSection .evidence {
    display: block;
    width: auto;
    margin: 40px 15px 0;
    position: relative;
  }
  .allSeasonPageSection .evidence .box {
    width: auto
  }
  .allSeasonPageSection .evidence .box>.inner {
    padding: 20px 5%
  }
  .allSeasonPageSection .evidence .box>.inner::after {
    background: #184e98;
    width: 22px;
    height: 22px;
    top: auto;
    bottom: 0;
    right: 50%;
    transform: translate(41.4%, 50%) rotate(45deg)
  }
  .allSeasonPageSection .evidence .hdBox .en {
    font-size: 0.9rem
  }
  .allSeasonPageSection .evidence .hdBox .hd {
    font-size: 1.6rem
  }
  .allSeasonPageSection .evidence .text {
    margin-top: 20px;
    line-height: 1.6
  }
  .allSeasonPageSection .evidence .con {
    padding-left: 0;
    margin: 10% auto 0
  }
  .allSeasonPageSection .evidence .con.img img, .allSeasonPageSection .evidence .con .img img {
    max-width: 80%
  }
}

.allSeasonPageSection .evidence2 {
  margin-top: 90px
}

.allSeasonPageSection .evidence2 .hdBox {
  text-align: center
}

.allSeasonPageSection .evidence2 .hdBox .hd {
  font-size: 3rem;
  font-weight: 900
}

.allSeasonPageSection .evidence2 .hdBox .text {
  margin-top: 0.8em;
  font-size: 1.25rem;
  color: #777777
}

.allSeasonPageSection .evidence2 .boxWrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center
}

.allSeasonPageSection .evidence2 .box .hd {
  font-size: 1.5rem;
  color: #ffffff;
  background: #184e98;
  line-height: 2.4em;
  position: relative
}

.allSeasonPageSection .evidence2 .box .hd span {
  position: relative;
  z-index: 2
}

.allSeasonPageSection .evidence2 .box .hd::after {
  content: "";
  position: absolute;
  z-index: 1;
  background: #184e98;
  width: 20px;
  height: 20px;
  bottom: 0;
  left: 50%;
  transform: translate(-41.4%, 50%) rotate(45deg)
}

.allSeasonPageSection .evidence2 .box.other .hd::after {
  background: #22ac38
}

.allSeasonPageSection .evidence2 .box {
  margin-top: 40px;
  border-bottom: 7px solid #184e98
}

.allSeasonPageSection .evidence2 .box.landsail {
  margin-left: 50px
}

.allSeasonPageSection .evidence2 .box.other .hd {
  background: #22ac38
}

.allSeasonPageSection .evidence2 .box.other {
  border-color: #22ac38
}

@media screen and (max-width: 600px) {
  .allSeasonPageSection .evidence2 {
    display: block;
    width: auto;
    margin: 40px 10px 0
  }
  .allSeasonPageSection .evidence2 .hdBox .hd {
    font-size: 1.6rem
  }
  .allSeasonPageSection .evidence2 .hdBox .text {
    font-size: 1rem
  }
  .allSeasonPageSection .evidence2 .boxWrapper {
    display: block
  }
  .allSeasonPageSection .evidence2 .box, .allSeasonPageSection .evidence2 .box.landsail {
    margin: 25px auto 0;
    width: 80%
  }
  .allSeasonPageSection .evidence2 .box .hd {
    font-size: 1rem;
    line-height: 2em
  }
  .allSeasonPageSection .evidence2 .box .hd::after {
    width: 15px;
    height: 15px
  }
  .allSeasonPageSection .evidence2 .box .img {
    text-align: center
  }
  .allSeasonPageSection .evidence2 .box .img img {
    max-width: 85%
  }
}

.scrollTableWrapper {
  position: relative
}

.scrollTableWrapper .table {
  position: relative;
  z-index: 1
}

.scrollTableWrapper .table.fixed {
  position: absolute !important;
  z-index: 2;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 1000px
}

@media screen and (max-width: 600px) {
  .scrollTableWrapper {
    width: auto
  }
  .scrollTable {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch
  }
  .scrollTableWrapper .table {
    width: 1500px
  }
}

.labelingTbl:not(:nth-child(1)) {
  margin-top: 60px
}

.labelingTbl .tbl tr.target th {
  border: 5px solid #dc0002;
  border-right: none
}

.labelingTbl .tbl tr.target td {
  border-top: 5px solid #dc0002;
  border-bottom: 5px solid #dc0002
}

.labelingTbl .tbl tr.target td:last-child {
  border-right: 5px solid #dc0002
}

.labelingTbl .tbl tr.target2 th, .labelingTbl .tbl tr.target2 td {
  border-bottom: 1px solid #222222
}

.labelingTbl .tbl tr.target3 th, .labelingTbl .tbl tr.target3 td {
  border-top: none
}

.labelingTbl table {
  border-collapse: separate;
  border-spacing: 0;
  border-top: 2px solid #222222;
  border-bottom: 1px solid #222222
}

.labelingTbl table .notoSans {
  font-size: 1rem
}

.labelingTbl th, .labelingTbl td {
  text-align: center;
  font-size: 1.1rem;
  padding: 8px 5px;
  border-bottom: 1px solid #222222
}

.labelingTbl td {
  border-left: 1px solid #222222
}

.labelingTbl thead th, .labelingTbl thead td {
  font-weight: 700
}

.labelingTbl thead td p {
  font-size: 0.8em
}

.labelingTbl tbody th, .labelingTbl tbody td {
  line-height: 20px
}

.labelingTbl thead td img {
  width: 65%;
  height: auto;
  margin: 0 0 5px
}

.labelingTbl tbody td {
  width: 6.5em;
  color: #ffffff
}

.labelingTbl tbody th {
  white-space: nowrap
}

.labelingTbl tbody th span {
  display: inline-block;
  width: 30%
}

.labelingTbl tbody th span:nth-child(1) {
  text-align: right
}

.labelingTbl tbody th span:nth-child(3) {
  text-align: left
}

.labelingTbl.wet tbody th span:nth-child(2) {
  width: 40%
}

.labelingTbl .color0 {
  background: #f1f1f1
}

.labelingTbl .color1 {
  background: #22ac38
}

.labelingTbl .color2 {
  background: #241a17;
  background: #666666
}

.labelingTbl .color3 {
  background: #00633d
}

.labelingTbl .color4 {
  background: #009944
}

.labelingTbl .color5 {
  background: #8fc31f
}

.labelingTbl .color6 {
  background: #f39800
}

.labelingTbl .color7 {
  background: #ed6c00
}

.labelingTbl .color8 {
  background: #e60012
}

.labelingTbl .color9 {
  background: #ffffff;
  color: #333333
}

.labelingTbl .logoBox {
  line-height: 1;
  padding: 10px 15px
}

.labelingTbl .logoBox img {
  max-width: 150px;
  width: 100%;
  height: auto
}

.labelingTbl .logoBox .jp {
  margin-top: 10px;
  font-size: 12px;
  color: #333333;
  border-top: 1px dotted #dddddd;
  padding-top: 10px
}

.labelingTbl .maker {
  font-size: 12px
}

.labelingTbl .nagamochi {
  position: relative
}

.labelingTbl .nagamochi img {
  position: absolute;
  top: -70px;
  left: -65px
}

.labelingTbl .logo img {
  width: 140px
}

.labelingTbl .pattern {
  border-top: 1px solid #ccc;
  margin: 7px 0 0;
  padding: 7px 0 0
}

@media screen and (max-width: 600px) {
  .labelingTblWrapper {
    padding: 30px 10px 0
  }
  .labelingTbl {
    display: block
  }
  .labelingTbl>div, .labelingTbl>div:nth-child(2) {
    width: auto;
    margin-left: 0
  }
  .labelingTbl thead th {
    font-size: 0.85rem
  }
  .labelingTbl th, .labelingTbl td, .labelingTbl .notoSans {
    font-size: 0.85rem
  }
}

.headerCoupon {
  background: #dc0002
}

.headerCoupon>div {
  width: 1200px;
  margin: 0 auto;
  line-height: 1
}

.headerCoupon .box {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 5px 10px;
  margin-left: 30px;
  flex: 1;
  white-space: nowrap
}

.headerCoupon a {
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  text-decoration: none;
  white-space: nowrap;
  padding: 6px 0
}

.headerCoupon .box>* {
  position: relative;
  z-index: 1
}

.headerCoupon .box::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #ffffff;
  opacity: 0.5;
  transform: skewX(-11.5deg);
  z-index: 0
}

.headerCoupon .p1 {
  font-size: 1.2rem;
  color: #fff000
}

.headerCoupon .p1 .cash {
  display: inline-block;
  font-family: "Roboto", sans-serif;
  font-style: italic;
  font-size: 2.6rem;
  margin: 0 5px 0 2px
}

.headerCoupon .p2 {
  font-size: 1.6rem;
  padding: 0 60px;
  flex: 1
}

.headerCoupon .p2 span {
  display: block;
  font-size: 0.7rem;
  padding: 4px 0 0;
  text-align: center
}

.headerCoupon .p3 {
  font-size: 1.1rem;
  position: relative;
  color: #dc0002;
  min-width: 285px;
  line-height: 33px;
  text-align: center
}

.headerCoupon .p3>* {
  position: relative;
  z-index: 1
}

.headerCoupon .p3 .fa {
  font-size: 0.7rem;
  transform: scale(0.8, 1);
  margin-right: 8px;
  vertical-align: middle
}

.headerCoupon .p3::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  transform: skewX(-11.5deg);
  z-index: 0;
  transition: .3s
}

.headerCoupon a:hover .p3::after {
  background: #fff000
}

@media screen and (max-width: 600px) {
  .headerCoupon {
    display: none
  }
}

#promptLayer2 {
  display: none
}

@media screen and (max-width: 600px) {
  #promptLayer2 {
    padding: 5px 0 0;
    width: 100vw;
    background: #dc0002;
    display: none;
    position: fixed;
    z-index: 110;
    bottom: 0;
    left: 0;
    color: #ffffff;
    overflow: hidden
  }
  #promptLayer2 a {
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 900;
    text-decoration: none;
    line-height: 1.15
  }
  #promptLayer2 .p1 {
    font-size: 0.9rem;
    color: #fff101
  }
  #promptLayer2 .p1 .cash {
    font-family: "Roboto", sans-serif;
    font-style: italic;
    font-size: 1.6rem;
    margin: 0 2px 0 2px
  }
  #promptLayer2 .p2 {
    font-size: 0.85rem;
    margin: 0 0 0 10px;
    border: 1px solid rgba(255, 255, 255, 0.6);
    padding: 5px 10px
  }
  #promptLayer2 .note {
    font-size: 0.6rem;
    padding: 5px 0;
    text-align: center
  }
}

.linupTopLinksOuter {
  margin-top: 30px
}

.komikomi_outer {
  margin-top: 50px;
  margin-bottom: -70px
}

@media screen and (max-width: 600px) {
  .komikomi_outer {
    margin-bottom: -40px
  }
}

.allSeasonPageSection .evidence3 {
  margin-top: 90px
}

.allSeasonPageSection .evidence3 ul {
  margin-top: -70px;
  display: flex;
  flex-wrap: wrap
}

.allSeasonPageSection .evidence3 li {
  width: calc((100% - 70px)/2);
  margin-top: 70px
}

.allSeasonPageSection .evidence3 li:nth-child(2n) {
  margin-left: 70px
}

.allSeasonPageSection .evidence3 h4 {
  margin-top: 0.8em;
  color: #890b84;
  font-size: 1.5em;
  line-height: 1.2;
  font-weight: 900;
  padding-left: 35px;
  position: relative
}

.allSeasonPageSection .evidence3 p {
  margin-top: 0.8em;
  line-height: 1.6
}

.allSeasonPageSection .evidence3 .img {
  background: #ddd;
  padding: 48% 0 0;
  position: relative;
  overflow: hidden
}

.allSeasonPageSection .evidence3 .img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto
}

.allSeasonPageSection .evidence3 h4 .num {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  border-radius: 100%;
  width: 30px;
  height: 30px;
  background: #890b84;
  color: #fff;
  text-align: center;
  line-height: 30px
}

@media screen and (max-width: 600px) {
  .allSeasonPageSection .evidence3 {
    margin-top: 30px
  }
  .allSeasonPageSection .evidence3 ul {
    display: block;
    margin: 0 10px
  }
  .allSeasonPageSection .evidence3 li, .allSeasonPageSection .evidence3 li:nth-child(2n) {
    width: auto;
    margin: 30px 0 0
  }
}

.allSeasonPageSection .evidence4 {
  margin-top: 90px
}

.allSeasonPageSection .evidence4 li {
  display: flex;
  align-items: center
}

.allSeasonPageSection .evidence4 li.reverse {
  flex-direction: row-reverse
}

.allSeasonPageSection .evidence4 li>div {
  width: 50%
}

.allSeasonPageSection .evidence4 li .textBox {
  padding: 0 0 0 60px
}

.allSeasonPageSection .evidence4 li.reverse .textBox {
  padding: 0 60px 0 0
}

.allSeasonPageSection .evidence4 h4 {
  color: #890b84;
  font-size: 1.8em;
  line-height: 1.2;
  font-weight: 900
}

.allSeasonPageSection .evidence4 p {
  margin-top: 1em;
  line-height: 1.6
}

.allSeasonPageSection .evidence4 .img {
  background: #ddd
}

.allSeasonPageSection .evidence4 .img div {
  padding: 100% 0 0;
  position: relative;
  overflow: hidden
}

.allSeasonPageSection .evidence4 .img div img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto
}

@media screen and (max-width: 600px) {
  .allSeasonPageSection .evidence4 {
    margin-top: 30px
  }
  .allSeasonPageSection .evidence4 li {
    display: block
  }
  .allSeasonPageSection .evidence4 li>div {
    width: auto
  }
  .allSeasonPageSection .evidence4 li .textBox, .allSeasonPageSection .evidence4 li.reverse .textBox {
    padding: 30px
  }
}

#fixedPromptLayer {
  display: none
}

@media screen and (min-width: 601px) {
  #fixedPromptLayer {
    display: block;
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    width: 100%;
    transform: translateY(-200%);
    transition: .6s
  }
  #fixedPromptLayer ul {
    justify-content: center
  }
  #fixedPromptLayer.on {
    transform: translateY(0)
  }
}

.linupFV_btns {
  display: flex;
  margin-top: 30px;
  justify-content: space-between
}

.linupFV_btns>div {
  width: 20pc
}

@media screen and (max-width:600px) {
  .linupFV_btns>div {
    width: auto
  }
}

.btn_red_arrow {
  background-color: #dc0002;
  margin-top: 23px;
  color: #fff;
  font-size: 1pc;
  text-decoration: none;
  width: 100%;
  border-radius: 30px;
  height: 50px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url(../images2/icon-feather-arrow-right-circle.svg);
  background-size: 30px 30px;
  background-position: 95% center;
  background-repeat: no-repeat;
  transition: all 0.3s;
}

.btn_red_arrow:hover {
  color: #fff;
  background-color: #df817e;
}

.size_list_list_wrapper {
  max-width: 457px;
  margin: 0 auto
}

@media screen and (max-width:600px) {
  .linupFV_btns {
    display: block;
    width: 300px;
    margin-right: auto;
    margin-left: auto
  }
  .iframe_youtube {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0
  }
  .iframe_youtube_wrapper {
    position: relative;
    padding-top: 60%
  }
}

.michelin_figure_img {
  max-width: 100%
}

.vkNav03 {
  background-color: #004198;
  font-size: .875rem;
  line-height: 1;
  margin-top: -7px
}

@media screen and (max-width:600px) {
  .vkNav03 {
    width: 100%;
    overflow-x: auto
  }
}

.vkNav03 .inner {
  position: relative;
  padding: 0 0 0 8px
}

.vkNav03 a {
  position: relative;
  display: block;
  line-height: 40px;
  padding: 0 20px;
  text-align: center;
  color: #fff;
  text-decoration: none;
  white-space: nowrap
}

.vkNav03 a:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  background: #fff;
  transform: skewX(-11.5deg);
  opacity: 0;
  transition: all .3s
}

.vkNav03 .on a::after {
  opacity: 1
}

.vkNav03 a:hover::after {
  opacity: 1
}

.vkNav03 p {
  position: relative;
  z-index: 2
}

.vkNav03 .on a {
  color: #004198
}

.vkNav03 a:hover {
  color: #004198
}

.vkNav03 ul {
  display: flex;
  margin-left: -20px;
  position: relative;
  width: 1150px;
  margin: 0 auto
}

@media screen and (max-width:600px) {
  .vkNav03 ul {
    width: auto
  }
}

.vkNav04 {
  background: #fff;
  position: relative;
  font-size: .875rem;
  line-height: 1
}

.vkNav04 ul {
  display: flex;
  width: 75pc;
  margin: 0 auto
}

.vkNav04 li {
  margin-right: 50px
}

.vkNav04 li a {
  display: block;
  line-height: 40px;
  text-align: center;
  color: #004198;
  text-decoration: none;
  white-space: nowrap;
  position: relative
}

.vkNav04 li a:after {
  content: "";
  width: 100%;
  height: 4px;
  background: #004299;
  position: absolute;
  bottom: 0;
  left: 0;
  transform: skewX(-45deg);
  opacity: 0;
  transition: all .3s
}

.vkNav04 li a:hover:after {
  opacity: 1
}

@media screen and (max-width:600px) {
  .vkNav04 ul {
    width: 100%;
    padding: 1px 4px 4px;
    flex-wrap: wrap
  }
  .vkNav04 li {
    width: calc((100% - 4px)/2);
    margin: 4px 0 0 4px
  }
  .vkNav04 li:nth-child(2n+1) {
    margin-left: 0
  }
  .vkNav04 li a {
    line-height: 26px;
    border: 1px solid rgba(0, 66, 153, .3)
  }
}

.allSeasonSection__pb0 {
  padding-bottom: 0
}

.boxWrapper .box_p {
	padding: 16px;
	background: #FFFFFF;
	line-height: 1.5;
	font-size: 0.9rem;
	min-height: 119px;227px
}

section.allSeasonSection.test.tire-comparison {
	background: none;
}
.tire-comparison_img {
	display: block;
	margin: 40px auto;
	width: 100%;
	max-width: 921px;
}




@media screen and (max-width:600px) {
	.boxWrapper .box_p {
	min-height: 227px;
}
}


