/*
 * 【はじめに】
 * 最終的には可能な限り、コメントは削除してください。
 * ここに記載しているコメントもほぼ不要です(auPay start / ecd は必要)
 * 変数の使い方
 * $ec_dir ･･･ それぞれ各ECの絶対パス(現状)
 * $ec_id ･･･ それぞれ各ECのID(CSVで設定している分)
 *
 * 例：background-image: url($ec_dir + '/img/bn_main_background_sp.jpg');
 *
 * SCSSについて
 * 例：if制御
 *  @if $shop == 1 {
 * 		#pc_header.ac img {
 *			width: initial;
 *		}
 *	}
 *
 * 今分かっている問題
 * 1.rgb()について
 *   rgba()を利用してください。うまく変換されません
 */
/* auPayについては、figureタグ等利用できないタグがあり、変換して利用する事になる
 * その変換されたタグ用にCSSを設定する必要があるので、下記コメントタグを利用し、
 * 開始・終了で閉じる事
 * また、if制御を利用して切り替えると楽
 * @if $shop == 5 {
 *	.studless .recommend > h3 > img {
 *		width: 100%;
 *	}
 * } @else {
 *	.studless .recommend > div img {
 *		width: 100%;
 *	}
 * }
 */
@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;900&family=Rajdhani:wght@700&display=swap');
.rainy_season {
  font-family: "Noto Sans JP", "Helvetica Neue", Helvetica, Arial, Verdana, "Roboto", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif; }

.rainy_season img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom; }

.rainy_season * {
  box-sizing: border-box;
  margin: 0;
  padding: 0; }

.rainy_season .pc {
  display: none; }

.rainy_season header {
  max-width: 1366px;
  margin: 0 auto; }

.rainy_season header .breadcrumb {
  font-size: 14px;
  padding-left: 0.5em; }

.rainy_season header .breadcrumb a {
  color: #0a3692;
  font-weight: 700; }

.rainy_season header .breadcrumb span {
  padding-left: 0.5em; }

.rainy_season header h2 {
  margin-bottom: 20px; }

.rainy_season header nav ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  width: 95%;
  margin: 0 auto 20px; }

.rainy_season header nav ul li {
  width: 49%; }

.rainy_season header nav ul li a {
  background-color: #0a3692;
  display: block;
  padding: 0.5em 1em;
  position: relative;
  overflow: hidden; }

.rainy_season header nav ul li a::after {
  content: '';
  position: absolute;
  right: -6vw;
  top: 0;
  width: 15vw;
  height: 15vw;
  background: url("/asp/photo/auction/lp/rainy_season/img/icon_tire.png") center/cover no-repeat; }

.rainy_season header nav ul li a img {
  height: 11vw;
  position: relative;
  z-index: 10; }

.rainy_season header p {
  font-size: 3.9vw;
  font-weight: 700;
  padding-left: 11vw;
  width: 95%;
  margin: 0 auto 30px;
  position: relative;
  line-height: 1.3; }

.rainy_season header p::before {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 9.5vw;
  height: 9.6vw;
  background: url("/asp/photo/auction/lp/rainy_season/img/icon_rain.png") center/cover no-repeat; }

@media screen and (min-width: 768px) {
  .rainy_season header nav ul li a {
    padding: 1em; }

  .rainy_season header nav ul li a img {
    height: 3.5vw; }

  .rainy_season header nav ul li a::after {
    right: -3vw;
    width: 7.5vw;
    height: 7.5vw; }

  .rainy_season header p {
    font-size: 2.1vw;
    padding-left: 8vw; }

  .rainy_season header p::before {
    width: 5.3vw;
    height: 5.4vw; } }

@media screen and (min-width: 1024px) {
  .rainy_season header nav ul li a {
    text-align: center; }

  .rainy_season header nav ul li a img {
    height: 36px; }

  .rainy_season header nav ul li a::after {
    right: -22px;
    width: 68px;
    height: 68px; }

  .rainy_season header p {
    font-size: 21px;
    max-width: 970px;
    padding-left: 80px; }

  .rainy_season header p::before {
    width: 54px;
    height: 55px; } }

.rainy_season main {
  max-width: 1366px;
  margin: 0 auto; }

.rainy_season main > section {
  width: 95%;
  margin: 0 auto 30px;
  background-color: #e1f3fc;
  border-radius: 15px 15px 0 0;
  padding-bottom: 20px; }

.rainy_season main > section h3 {
  background-color: #0a3692;
  border-radius: 15px 15px 0 0;
  padding: 2vw 3%;
  overflow: hidden;
  position: relative;
  margin-bottom: 15px; }

.rainy_season main > section h3::after {
  content: '';
  position: absolute;
  right: 15px;
  bottom: -2vw;
  width: 11vw;
  height: 11vw;
  background: url("/asp/photo/auction/lp/rainy_season/img/icon_tire.png") center/cover no-repeat; }

.rainy_season main > section h3 img {
  width: 75vw;
  max-width: 588px; }

.rainy_season #check_point h3 + div {
  padding: 0 2.5%; }

.rainy_season #check_point h3 + div h4 {
  font-size: 4.7vw;
  line-height: 1.2;
  margin-bottom: 15px; }

.rainy_season #check_point .text_area h5 {
  font-size: 3.9vw;
  font-weight: 700;
  margin-bottom: 10px; }

.rainy_season #check_point .text_area h5 span {
  letter-spacing: -0.4em; }

.rainy_season #check_point .text_area p {
  font-size: 14px;
  margin-bottom: 20px;
  text-align: justify; }

.rainy_season #check_point .text_area p:last-of-type {
  margin-bottom: 40px; }

.rainy_season #check_point .text_area img {
  padding: 0 2.5%;
  margin-bottom: 20px; }

.rainy_season #check_point .method {
  border: solid 1px #0d3d96;
  border-radius: 10px;
  padding: 10px 2.5%;
  margin: 0 2.5% 40px;
  background-color: #fff; }

.rainy_season #check_point .method h6 {
  font-size: 3.9vw;
  margin-bottom: 10px; }

.rainy_season #check_point .method p {
  font-size: 14px;
  margin-bottom: 10px; }

.rainy_season #check_point .method p:last-of-type::before {
  content: '※'; }

.rainy_season #check_point > p {
  padding: 0 2.5%; }

.rainy_season #check_point > p strong {
  font-size: 16px;
  font-weight: 900; }

.rainy_season #check_point > p strong.caution {
  color: #e40011; }

.rainy_season #check_point > p:last-of-type {
  margin-bottom: 40px; }

.rainy_season #check_point > a {
  padding: 0.6em 1em;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  background-color: #0d3d96;
  border-radius: 20px;
  display: block;
  text-align: center;
  margin: 0 auto;
  width: 21em; }

@media screen and (min-width: 768px) {
  .rainy_season main > section h3 {
    padding: 1.5vw 3%;
    margin-bottom: 20px; }

  .rainy_season main > section h3 img {
    width: 43vw; }

  .rainy_season main > section h3::after {
    right: 20px;
    bottom: -1.5vw;
    width: 7.5vw;
    height: 7.5vw; }

  .rainy_season #check_point h3 + div {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-end; }

  .rainy_season #check_point h3 + div h4 {
    font-size: 2.8vw;
    margin-bottom: 20px;
    width: 100%; }

  .rainy_season #check_point .text_area {
    width: 62%; }

  .rainy_season #check_point .text_area h5 {
    font-size: 2.3vw; }

  .rainy_season #check_point .text_area p {
    font-size: 1.7vw; }

  .rainy_season #check_point img.pc {
    width: 35%;
    height: 100%;
    margin-bottom: 40px; }

  .rainy_season #check_point .method {
    margin: 0 8.5% 40px; }

  .rainy_season #check_point .method h6 {
    font-size: 2.3vw; }

  .rainy_season #check_point .method p {
    font-size: 1.7vw;
    margin-bottom: 0; }

  .rainy_season #check_point .method p:last-of-type {
    margin-bottom: 10px; }

  .rainy_season #check_point .method div {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around; }

  .rainy_season #check_point .method div img {
    width: 45%; }

  .rainy_season #check_point > p strong {
    font-size: 1.99vw; }

  .rainy_season #check_point > a {
    font-size: 2vw; } }

@media screen and (min-width: 1024px) {
  .rainy_season main > section {
    margin-bottom: 50px; }

  .rainy_season main > section h3 {
    padding: 15px 30px;
    margin-bottom: 30px; }

  .rainy_season main > section h3::after {
    bottom: -15px;
    width: 77px;
    height: 77px; }

  .rainy_season main > section h3 img {
    width: 440px; }

  .rainy_season #check_point h3 + div h4 {
    font-size: 30px; }

  .rainy_season #check_point .text_area h5, .rainy_season #check_point .method h6 {
    font-size: 24px; }

  .rainy_season #check_point .text_area p, .rainy_season #check_point .method p {
    font-size: 17px; }

  .rainy_season #check_point img.pc {
    width: 32%; }

  .rainy_season #check_point .method p {
    width: 655px;
    margin: 0 auto; }

  .rainy_season #check_point > p strong {
    font-size: 20px;
    margin: 0 auto;
    width: 910px;
    display: block; }

  .rainy_season #check_point > a {
    font-size: 22px; } }

@media screen and (min-width: 1140px) {
  .rainy_season #check_point .text_area {
    width: 66%; }

  .rainy_season #check_point img.pc {
    width: 27%; } }

@media screen and (min-width: 1220px) {
  .rainy_season #check_point .text_area {
    width: 68%; }

  .rainy_season #check_point img.pc {
    width: 24%; } }

@media screen and (min-width: 1290px) {
  .rainy_season #check_point .text_area {
    width: 72%; }

  .rainy_season #check_point img.pc {
    width: 22%; } }

@media screen and (min-width: 1366px) {
  .rainy_season #check_point h3 + div h4 {
    margin-bottom: 30px; }

  .rainy_season #check_point .text_area h5, .rainy_season #check_point .method h6, .rainy_season #check_point .method p:last-of-type {
    margin-bottom: 20px; }

  .rainy_season #check_point .text_area p {
    margin-bottom: 30px; }

  .rainy_season #check_point img.pc {
    width: 24%; }

  .rainy_season #check_point .method {
    padding: 20px 2.5%; } }

.rainy_season #recommend > p {
  font-size: 3.9vw;
  text-align: center;
  font-weight: 700;
  margin: 20px auto;
  background: url("/asp/photo/auction/lp/rainy_season/img/icon_rain.png") left/contain no-repeat;
  padding-left: 2em;
  width: 83%; }

.rainy_season #recommend h4 {
  color: #0a3692;
  text-align: center;
  font-weight: 900;
  margin: 5vw 0;
  font-size: 5vw; }

.rainy_season #recommend ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  width: 95%;
  margin: 0 auto; }

.rainy_season #recommend .ptn_menu ul li {
  width: 35%; }

.rainy_season #recommend .ptn_menu ul li .logo_brand {
  width: 80%;
  display: block;
  margin: 4vw auto; }

.rainy_season #recommend .ptn_menu ul li .ptn {
  font-family: 'Rajdhani', sans-serif;
  font-size: 5vw;
  display: block;
  text-align: center;
  color: #231815;
  height: 10vw; }

.rainy_season #recommend .ptn_menu ul li .tire_box {
  height: 17vw;
  overflow: hidden;
  margin-bottom: 1vw; }

.rainy_season #recommend .ptn_menu ul li .tire_box img {
  width: 70%;
  margin: 0 auto;
  display: block; }

.rainy_season #recommend .item {
  width: 100%;
  margin-bottom: 5px; }

.rainy_season #recommend .item h4 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-end;
  margin-bottom: 10px; }

.rainy_season #recommend .ruby {
  font-size: 12px;
  width: 100%;
  text-align: center;
  font-weight: 400; }

.rainy_season #recommend .item h4 img {
  height: 5.5vw; }

.rainy_season #recommend .item .item_area {
  width: 100%;
  margin: 0 auto;
  background-color: #fff;
  border-radius: 10px;
  padding: 10px 2.5%;
  display: flex;
  flex-wrap: wrap; }

.rainy_season #recommend .item .item_area > p {
  line-height: 1.2;
  margin: 0 auto 2.5vw; }

.rainy_season #recommend .item .item_area p strong {
  font-size: 5vw;
  font-weight: 900; }

.rainy_season #recommend .item .item_area p strong span {
  letter-spacing: -0.4em; }

.rainy_season #recommend .item .item_area .tire_box {
  width: 48%;
  overflow: hidden;
  height: 25vw;
  position: relative;
  margin-bottom: 5px; }

.rainy_season #recommend .item .item_area .tire_box img {
  display: block;
  margin: 0 auto;
  width: 35vw; }

.rainy_season #recommend .item .item_area .ptn_inch {
  width: 52%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px; }

.rainy_season #recommend .item .item_area .ptn_inch h5 {
  font-family: 'Rajdhani', sans-serif;
  font-size: 7vw;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  line-height: 1; }

.rainy_season #recommend .item .item_area .ptn_inch h5 .ruby {
  font-size: 2.66vw;
  font-family: 'Noto Sans JP', sans-serif;
  margin-bottom: 5px; }

.rainy_season #recommend .item .item_area .inch {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  background-color: #7ecef4;
  width: 50%;
  padding: 5px;
  margin: 0 auto;
  align-items: center;
  border-radius: 10px; }

.rainy_season #recommend .item .item_area .inch p {
  width: 30%;
  font-size: 4vw;
  font-weight: 900;
  text-align: center;
  line-height: 1; }

.rainy_season #recommend .item .item_area .inch p:nth-of-type(2) {
  font-size: 10px; }

.rainy_season #recommend .item .item_area .inch p span {
  width: 100%;
  display: block;
  font-size: 2.66vw;
  font-weight: 700; }

.rainy_season #recommend .item .item_area .text_btn {
  display: flex;
  flex-wrap: wrap;
  justify-content: center; }

.rainy_season #recommend .item .item_area .text_btn p {
  font-size: 3.2vw;
  text-align: justify;
  margin-bottom: 10px;
  height: 4.5em; }

.rainy_season #recommend .item .item_area .text_btn a {
  font-size: 3.75vw;
  color: #fff;
  background-color: #0a3692;
  border-radius: 10px;
  padding: 0.3em 2em;
  font-weight: 900; }

.rainy_season #recommend .item .item_area .score {
  width: 100%;
  background-color: #231815;
  border-radius: 10px;
  margin-top: 3vw;
  padding: 5vw 0; }

.rainy_season #recommend .item .item_area .score li {
  width: 95%;
  margin: 0 auto;
  background-color: #fff;
  color: #231815;
  border-radius: 10px;
  padding: 3px 10px;
  margin-bottom: 1px;
  display: flex;
  align-items: center; }

.rainy_season #recommend .item .item_area .score li .score_box {
  display: flex; }

.rainy_season #recommend .item .item_area .score li .score_box span {
  width: 3.5vw;
  height: 3.5vw;
  margin-right: 1px;
  display: block; }

.rainy_season #recommend .item .item_area .score li .score_box span.active {
  background-color: #00a0e9; }

.rainy_season #recommend .item .item_area .score li .score_box span.non_active {
  background-color: #a2a2a3; }

.rainy_season #recommend .item .item_area .score li .score_data {
  font-size: 4.5vw;
  font-weight: 900;
  line-height: 1;
  padding: 0 1em; }

.rainy_season #recommend .item .item_area .score li .ability {
  font-size: 3.75vw;
  font-weight: 500; }

.rainy_season #recommend > small {
  font-size: 12px;
  display: block;
  text-align: center;
  margin: 5vw 0; }

.rainy_season #recommend > small::before {
  content: '※'; }

.rainy_season .slick-prev, .rainy_season .slick-next {
  top: 53.5%;
  width: 9vw;
  height: 9vw;
  border-radius: 50%;
  background-color: rgba(60, 58, 57, 0.3);
  z-index: 1; }

.rainy_season .slick-prev {
  left: 0; }

.rainy_season .slick-next {
  right: 0; }

.rainy_season .slick-prev:before, .rainy_season .slick-next:before {
  opacity: 1;
  content: '';
  background-color: #fff;
  width: 4vw;
  height: 5vw;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  clip-path: polygon(0 50%, 80% 0, 50% 50%, 80% 100%); }

.rainy_season .slick-next:before {
  transform: translate(-50%, -50%) rotate(180deg); }

.rainy_season .slick-prev:hover, .rainy_season .slick-prev:focus, .rainy_season .slick-next:hover, .rainy_season .slick-next:focus {
  background-color: #3c3a39; }

.rainy_season .slick-num {
  width: 6em;
  font-size: 3.2vw;
  font-weight: 500;
  background-color: #cbcccc;
  text-align: center;
  margin: 0 auto 10px;
  border-radius: 5px; }

@media screen and (min-width: 768px) {
  .rainy_season #recommend #momotires {
    margin-top: -1.5vw; }

  .rainy_season #recommend ul {
    width: 100%; }

  .rainy_season #recommend > .ptn_menu ul {
    justify-content: center; }

  .rainy_season #recommend > p {
    font-size: 2.1vw;
    width: 64%;
    height: 5vw;
    line-height: 5vw; }

  .rainy_season #recommend h4 {
    font-size: 3vw;
    margin: 5vw 0 2vw; }

  .rainy_season #recommend > p br {
    display: none; }

  .rainy_season #recommend .ptn_menu ul li {
    width: 16%; }

  .rainy_season #recommend .ptn_menu ul li .tire_box {
    height: 8vw; }

  .rainy_season #recommend .slick #otani .item_area .tire_box img {
    height: 18.3vw;
    width: initial; }

  .rainy_season #recommend .ptn_menu ul li .ptn {
    font-size: 2.5vw;
    height: 5vw; }

  .rainy_season #recommend .ptn_menu ul li .logo_brand {
    margin: 2.36vw auto; }

  .rainy_season #recommend .ptn_menu ul .otani a .logo_brand, .rainy_season #recommend .ptn_menu ul .radar a .logo_brand {
    margin: 2vw auto; }

  .rainy_season #recommend > small {
    margin: 5vw 0 1vw; }

  .rainy_season #recommend .item {
    width: 47%; }

  .rainy_season #recommend .item h4 {
    justify-content: flex-start; }

  .rainy_season #recommend .item h4 .ruby {
    order: 2;
    width: auto;
    margin-left: 2em; }

  .rainy_season #recommend .item h4 img {
    order: 1;
    height: 2.5vw; }

  .rainy_season #recommend .item .item_area {
    padding: 20px 1vw;
    justify-content: space-between;
    position: relative;
    height: 65vw; }

  .rainy_season #recommend .item .item_area > p {
    order: 3;
    width: 68%; }

  .rainy_season #recommend .item .item_area p strong {
    font-size: 1.8vw; }

  .rainy_season #recommend .item .item_area .tire_box {
    order: 2;
    height: 21vw;
    width: 30%; }

  .rainy_season #recommend .item .item_area .ptn_inch {
    order: 1;
    align-items: flex-start;
    width: 100%; }

  .rainy_season #recommend .item .item_area .inch p {
    font-size: 2.3vw; }

  .rainy_season #recommend .item .item_area .inch p span {
    font-size: 1.3vw; }

  .rainy_season #recommend .item .item_area .ptn_inch h5 {
    justify-content: flex-start;
    width: calc(100% - 11vw);
    font-size: 3.5vw;
    padding-left: 0.5em; }

  .rainy_season #recommend .item .item_area .ptn_inch h5 .ruby {
    text-align: left;
    font-size: 1.56vw; }

  .rainy_season #recommend .item .item_area .inch {
    width: 11vw;
    margin: 0;
    margin-left: auto; }

  .rainy_season #recommend .item .item_area .inch p:nth-of-type(2) {
    width: 15%; }

  .rainy_season #recommend .item .item_area .text_btn p {
    height: auto;
    font-size: 1.55vw; }

  .rainy_season #recommend .item .item_area .text_btn {
    order: 4;
    width: 65%;
    position: absolute;
    right: 1vw;
    top: 16vw; }

  .rainy_season #recommend .item .item_area .text_btn a {
    width: 100%;
    text-align: center;
    font-size: 1.82vw; }

  .rainy_season #recommend .item .item_area .score {
    margin-top: 3vw;
    padding: 2vw 0;
    order: 5; }

  .rainy_season #recommend .item .item_area .score li .score_box span {
    width: 1.5vw;
    height: 1.5vw; }

  .rainy_season #recommend .item .item_area .score li .score_data {
    font-size: 2vw; }

  .rainy_season #recommend .item .item_area .score li .ability {
    font-size: 1.75vw; }

  .rainy_season .slick-num {
    display: none; } }

@media screen and (min-width: 1024px) {
  .rainy_season #recommend > p {
    font-size: 21px;
    height: 52px;
    line-height: 52px;
    width: 624px; }

  .rainy_season #recommend h4 {
    font-size: 30px;
    margin: 50px 0 20px; }

  .rainy_season #recommend > small {
    margin: 50px 0 10px; }

  .rainy_season #recommend .ptn_menu ul li .tire_box {
    margin-bottom: 0.5vw; }

  .rainy_season #recommend .ptn_menu ul li .ptn {
    font-size: 2.2vw; }

  .rainy_season #recommend ul {
    width: 95%; }

  .rainy_season #recommend .item .item_area {
    height: 58vw; }

  .rainy_season #recommend .item .item_area > p {
    width: 64%; }

  .rainy_season #recommend .item .item_area p strong {
    font-size: 1.6vw; }

  .rainy_season #recommend .item .item_area .tire_box {
    width: 32%; }

  .rainy_season #recommend .item .item_area .ptn_inch h5 .ruby {
    font-size: 1.2vw; }

  .rainy_season #recommend .item .item_area .text_btn {
    width: 62%;
    top: 14vw; }

  .rainy_season #recommend .item .item_area .text_btn p {
    font-size: 1.4vw; }

  .rainy_season #recommend .item .item_area .score {
    margin-top: 1vw; }

  .rainy_season #recommend .item .item_area .score li {
    border-radius: 2em;
    padding: 3px 1.5vw;
    margin-bottom: 2px; }

  .rainy_season #recommend .item .item_area .score li .score_box span {
    width: 2vw;
    height: 2vw; }

  .rainy_season #recommend .item .item_area .score li .ability {
    font-size: 1.4vw; } }

@media screen and (min-width: 1366px) {
  .rainy_season #recommend #momotires {
    margin-top: -12.5px; }

  .rainy_season #recommend .ptn_menu ul .otani a .logo_brand, .rainy_season #recommend .ptn_menu ul .radar a .logo_brand {
    margin: 27px auto; }

  .rainy_season #recommend .ptn_menu ul li .logo_brand {
    margin: 32px auto; }

  .rainy_season #recommend .ptn_menu ul li .tire_box {
    margin-bottom: 7px;
    height: 100px; }

  .rainy_season #recommend .slick #otani .item_area .tire_box img {
    height: 252px; }

  .rainy_season #recommend .ptn_menu ul li .ptn {
    height: 68px;
    font-size: 30px; }

  .rainy_season #recommend .item h4 img {
    height: 42px; }

  .rainy_season #recommend .item .item_area {
    height: 700px;
    padding: 20px 14px; }

  .rainy_season #recommend .item .item_area .ptn_inch h5 {
    width: 378px;
    font-size: 48px; }

  .rainy_season #recommend .item .item_area .ptn_inch h5 .ruby {
    font-size: 12px; }

  .rainy_season #recommend .item .item_area .inch {
    width: 140px; }

  .rainy_season #recommend .item .item_area .inch p {
    font-size: 30px; }

  .rainy_season #recommend .item .item_area .inch p span {
    font-size: 18px; }

  .rainy_season #recommend .item .item_area .tire_box {
    height: 287px; }

  .rainy_season #recommend .item .item_area > p {
    width: 60%;
    margin-bottom: 0; }

  .rainy_season #recommend .item .item_area p strong {
    font-size: 20px; }

  .rainy_season #recommend .item .item_area .text_btn {
    width: 60%;
    top: 170px; }

  .rainy_season #recommend .item .item_area .text_btn p {
    font-size: 16px;
    margin-bottom: 30px; }

  .rainy_season #recommend .item .item_area .text_btn a {
    font-size: 24px;
    border-radius: 20px; }

  .rainy_season #recommend .item .item_area .score {
    margin-top: 13px;
    padding: 27px 0; }

  .rainy_season #recommend .item .item_area .score li {
    padding: 3px 50px;
    margin-bottom: 3px; }

  .rainy_season #recommend .item .item_area .score li .score_box span {
    width: 20px;
    height: 20px; }

  .rainy_season #recommend .item .item_area .score li .score_data {
    font-size: 24px;
    padding: 0 2em; }

  .rainy_season #recommend .item .item_area .score li .ability {
    font-size: 16px; } }

.rainy_season #recommend .item.nankang h4 {
  padding-top: 6vw; }

.rainy_season #recommend .ptn_menu ul li.davanti .logo_brand {
  width: 100%;
  margin: 3.7vw auto; }

.rainy_season #recommend .item.davanti h4 {
  padding-top: 6vw; }

.rainy_season #recommend .ptn_menu ul li.momotires .logo_brand {
  width: 60%;
  margin: 0 auto 2vw; }

.rainy_season #recommend .ptn_menu ul .nankang {
  margin-top: 2.3vw; }

.rainy_season #recommend .ptn_menu ul li.momotires .ptn {
  line-height: 1;
  font-size: 4vw; }

.rainy_season #recommend .item.momotires h4 img {
  height: 12vw; }

.rainy_season #recommend .ptn_menu ul li.ceat .logo_brand {
  width: 60%;
  margin: 2.9vw auto; }

.rainy_season #recommend .item.ceat h4 {
  padding-top: 4vw; }

.rainy_season #recommend .item.ceat h4 img {
  height: 8vw; }

.rainy_season #recommend .ptn_menu ul li.cooper .logo_brand {
  width: 60%;
  margin: 0 auto 3vw; }

.rainy_season #recommend .item.cooper h4 {
  padding-top: 2vw; }

.rainy_season #recommend .item.cooper h4 img {
  height: 10vw; }

.rainy_season #recommend .ptn_menu ul li.armstrong .logo_brand {
  width: 100%;
  margin: 2.2vw auto; }

.rainy_season #recommend .item.armstrong h4 {
  padding-top: 4vw; }

.rainy_season #recommend .item.armstrong h4 img {
  height: 8vw; }

@media screen and (min-width: 768px) {
  .rainy_season #recommend .item.nankang h4 {
    padding-top: 4vw; }

  .rainy_season #recommend .item.davanti h4 {
    padding-top: 4vw; }

  .rainy_season #recommend .ptn_menu ul li.davanti .logo_brand {
    margin: 2.22vw auto; }

  .rainy_season #recommend .ptn_menu ul li.momotires .ptn {
    font-size: 2.2vw; }

  .rainy_season #recommend .item.momotires h4 {
    padding-top: 2vw; }

  .rainy_season #recommend .item.momotires h4 img {
    height: 6vw; }

  .rainy_season #recommend .ptn_menu ul li.ceat .logo_brand {
    margin: 1.81vw auto; }

  .rainy_season #recommend .item.ceat h4 img {
    height: 4vw; }

  .rainy_season #recommend .ptn_menu ul li.cooper .logo_brand {
    margin: 1.06vw auto; }

  .rainy_season #recommend .item.cooper h4 img {
    height: 6vw; }

  .rainy_season #recommend .ptn_menu ul li.armstrong .logo_brand {
    margin: 1.44vw auto; }

  .rainy_season #recommend .item.armstrong h4 {
    padding-top: 3vw; }

  .rainy_season #recommend .item.armstrong h4 img {
    height: 5vw; }

  .rainy_season #recommend .ptn_menu ul li.momotires .logo_brand {
    width: 60%;
    margin: 0 auto 1vw; }

  .rainy_season #recommend .ptn_menu ul .nankang {
    margin-top: 2px; }

  .rainy_season #recommend .ptn_menu ul li {
    margin: 0 10px; } }

@media screen and (min-width: 1024px) {
  .rainy_season #recommend .ptn_menu ul li.momotires .ptn {
    font-size: 2vw; } }

@media screen and (min-width: 1366px) {
  .rainy_season #recommend .item.nankang h4 {
    padding-top: 69px; }

  .rainy_season #recommend .item.nankang h4 img {
    height: 31px; }

  .rainy_season #recommend .ptn_menu ul li.davanti .logo_brand {
    margin: 30px auto; }

  .rainy_season #recommend .item.davanti h4 {
    padding-top: 58px; }

  .rainy_season #recommend .ptn_menu ul li.momotires .logo_brand {
    margin-bottom: 15px; }

  .rainy_season #recommend .ptn_menu ul li.momotires .ptn {
    font-size: 26px; }

  .rainy_season #recommend .item.momotires h4 {
    padding-top: 37px; }

  .rainy_season #recommend .item.momotires h4 img {
    height: 73px; }

  .rainy_season #recommend .ptn_menu ul li.ceat .logo_brand {
    margin: 25px auto; }

  .rainy_season #recommend .item.ceat h4 {
    padding-top: 69px; }

  .rainy_season #recommend .item.ceat h4 img {
    height: 41px; }

  .rainy_season #recommend .ptn_menu ul li.cooper .logo_brand {
    margin: 14px auto; }

  .rainy_season #recommend .item.cooper h4 {
    padding-top: 47px; }

  .rainy_season #recommend .item.cooper h4 img {
    height: 63px; }

  .rainy_season #recommend .ptn_menu ul li.armstrong .logo_brand {
    margin: 20px auto; }

  .rainy_season #recommend .item.armstrong h4 {
    padding-top: 47px; }

  .rainy_season #recommend .item.armstrong h4 img {
    height: 63px; } }

.rainy_season .summer_link {
  background: none;
  max-width: 930px; }

@media screen and (min-width: 768px) {
  .rainy_season .summer_link {
    width: 70%; } }

.rainy_season footer {
  background-color: #0d3d96;
  padding: 20px 0; }

.rainy_season footer nav ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 20px; }

.rainy_season footer nav ul li a {
  color: #fff;
  padding: 1em 0.5em;
  margin-bottom: 10px;
  font-size: 12px; }

.rainy_season footer address {
  color: #fff;
  font-size: 12px;
  display: block;
  text-align: center;
  font-style: normal;
  font-family: 'Rajdhani', sans-serif; }

.rainy_season #page-top {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  font-weight: 700;
  color: #fff;
  background-color: #0a3692;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  position: fixed;
  right: 10px;
  bottom: 20px;
  box-shadow: 0 0 5px #fff; }

.rainy_season #page-top span {
  width: 100%;
  text-align: center; }

@media screen and (min-width: 1024px) {
  .rainy_season #page-top {
    font-size: 14px;
    width: 60px;
    height: 60px; } }

@media screen and (min-width: 1460px) {
  .rainy_season #page-top {
    right: calc(50% - 720px); } }

@media screen and (min-width: 768px) {
  .rainy_season .sp {
    display: none; }

  .rainy_season .pc {
    display: block; } }
