@charset "utf-8";
/* CSS Document */
html {
  scroll-behavior: smooth;
}
.pc {
  display: block;
}

.sp {
  display: none;
}

.allseason_main * {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.allseason_main img {
  max-width: 100%;
  height: auto;
  display: block;
}

.allseason_main {
  width: 100%;
  max-width: 960px;
  padding: 20px 0;
  margin: 0 auto;
}

/*ナビ部分*/
ul.allseason_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 30px 0;
  padding: 0;
  list-style: none;
  width: 100%;
  max-width: 960px;
}

ul.allseason_nav li {
  width: calc(25% - 10px);
  text-align: center;
  box-sizing: border-box;
  border: solid 2px #00620b;
  padding: 0.5em;
  border-radius: 5px;
  font-weight: bold;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
}
ul.allseason_nav li a {
  font-size: 13px;
}
ul.allseason_nav li a span {
  display: inline-block;
}
.arrow_u {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  color: #00620b;
  text-decoration: none;
}
.arrow_u:before {
  content: "";
  width: 8px;
  height: 8px;
  border: 0;
  border-bottom: solid 2px #00620b;
  border-right: solid 2px #00620b;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -6px;
  transform: rotate(45deg);
}

/*コンテンツ部分*/
.block_01,
.block_02,
.block_03,
.block_04 {
}
/*▽20221226修正*/
.block_01 {
}
/*△20221226修正*/
.block_03 {
  background-color: #dddddd;
}

.block_04 {
  background-color: #a2be71;
}

.block_content {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  padding: 20px;
}

.block_content.contet_01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  align-items: center;
}

.contet_01_img {
  width: 99px;
  margin-right: 40px;
}

.contet_01_img img {
  width: 99px;
  height: auto;
  margin-top: 30px;
}

.contet_01_txt {
  width: calc(100% - 180px);
}

.contet_01 h2 {
  color: #46891a; /*▽20221226修正*/
  padding: 0;
  margin: 10px 0 0;
}

.contet_01_txt p {
  display: block;
  font-size: 16px;
  line-height: 1.6;
  color: #000000; /*▽20221226修正*/
  line-break: strict;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

.contet_01_txt p > span {
  font-size: 12px;
}

.contet_02 h2 {
  color: #ffffff;
  padding: 0;
  margin: 10px 0 40px;
  text-align: center;
  color: #535353;
}

.contet_02_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: -20px; /*▽20221226追加*/
  -webkit-box-align: start;
  align-items: flex-start;
}

.contet_02_items {
  position: relative;
  width: calc(25% - 10px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}

.contet_02_items p {
  display: block;
  width: 100%;
  padding: 10px 0;
  text-align: center;
}
.p-h {
  height: 80px;
}
.contet_02_items p span {
  display: inline-block;
}
.contet_02_items img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #ffffff;
  font-size: 16px;
  margin: 0 auto;
  text-align: center;
  width: auto;
}

.allow_img {
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 20px;
}
.allow_img img {
  width: 40%;
  height: auto;
}

.contet_02_p {
  display: block;
  text-align: center;
  margin-top: auto;
  line-height: 1.5;
}

.contet_02_p span {
  font-weight: bold;
  color: #535353;
  font-size: 16px;
  line-height: 1.2;
}

.contet_03 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.contet_03 h2 {
  padding: 0;
  margin: 10px 0;
  text-align: center;
  color: #535353;
}

.contet_03_txt {
  display: block;
  width: 100%;
  max-width: 810px;
  margin: 0 auto 20px;
  line-height: 1.6;
  word-break: break-all;
  line-break: strict;
  word-wrap: break-word;
  overflow-wrap: break-word;
  text-align: center;
}

.contet_03 img {
  padding: 0;
  margin: 0 auto;
}

.contet_03 p span {
  font-weight: bold;
}

.note_01 {
  font-size: 16px;
  font-weight: bold;
  text-align: left !important;
  line-break: strict;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

.note_02 {
  font-size: 14px;
  text-align: left !important;
}

.block_03 ul {
  list-style: none;
  padding: 0;
  font-size: 14px;
  width: 100%;
  max-width: 810px;
  margin: 0 auto 20px;
}

.block_03 ul li {
  text-indent: -2em;
  padding-left: 2em;
}

.note_01.green {
  color: #46891a;
}

.block_03_02 {
  width: 100%;
  max-width: 810px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

.circle {
  border-radius: 50%;
  width: 176px;
  height: 176px;
  padding: 17px;
  box-sizing: border-box;
  background: #2b5b00;
  position: relative;
  margin-right: 10px;
}
.circle > div {
  border-radius: 50%;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  background: #5aa418;
}

.circle p {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #ffffff;
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  line-height: 1.3;
}

.block_03_03 {
  width: calc((100% - 186px) / 2);
  box-sizing: border-box;
  padding: 0 10px;
}

.block_03_03 span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: solid #1b4171 4px;
  height: 60px;
}

.block_03_03 img {
  display: inline-block;
  max-width: 60px;
  height: auto;
  margin: 0;
  padding: 0;
}

.block_03_03_headline {
  display: block;
  margin-left: 10px;
  font-size: 18px;
  font-weight: bold;
}

.block_03_03_text {
  display: block;
  font-size: 16px;
  font-weight: bold;
}

.block_03_03_note {
  width: 100%;
  margin: 10px;
  font-size: 13px;
}

.contet_04 {
  padding: 20px;
}

.contet_04 h2 {
  color: #2b5b00;
  padding: 0;
  margin: 10px 0;
  text-align: center;
}

.contet_04_txt {
  font-weight: bold;
  text-align: center;
  font-size: 16px;
}

.contet_04_items {
  width: 100%;
  max-width: 960px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.contet_04_item {
  width: calc(50% - 10px);
  position: relative;
  background-color: #ffffff;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  border: solid 5px #2b5b00;
  box-sizing: border-box;
  padding: 10px;
  border-radius: 15px;
  margin-top: 20px;
}

.contet_04_item_01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  align-items: flex-end;
  margin-bottom: 20px;
  position: relative;
}

.name_s {
  font-size: 12px;
  line-height: 1.5;
  display: block;
}

.logo_img {
  margin: 0 auto; /*▽20221226追加*/
	width: auto
}

.tire_img {
  position: relative; /*▽20221226追加*/
  width: 40%;
}

.tire_img img {
  width: 100%;
}

.contet_04_item_01 p {
  width: 58%;
}
.icon01,
.icon02 {
  position: absolute;
  width: 36% !important;
  display: block;
}

.icon01 {
  bottom: -10px; /*▽20221226変更*/
  right: 38%; /*▽20221226変更*/
}

.icon02 {
  bottom: -6px; /*▽20221226変更*/
  right: -3px; /*▽20221226変更*/
}
.product_txt {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.3;
  display: block;
  margin-top: 20px;
}

.contet_04_item_02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.contet_04_item_02_01,
.contet_04_item_02_02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 20px;
}

.size_t {
  position: relative;
  display: inline-block;
  padding: 0;
  font-size: 12px;
  font-weight: bold;
}
.car_t {
  position: relative;
  display: inline-block;
  padding: 0;
  font-size: 12px;
  font-weight: bold;
}

.size_t:after {
  content: "";
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 86%;
  height: 1px;
  background-color: black;
}

.car_t:after {
  content: "";
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 83%;
  height: 1px;
  background-color: black;
}

.size_t:before {
  left: 0;
}
.size_t:after {
  right: 0;
}

.car_t:before {
  left: 0;
}
.car_t:after {
  right: 0;
}

.contet_04_item_02_01 ul,
.contet_04_item_02_02 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
}

.contet_04_item_02_01 ul li {
  font-size: 20px;
  font-weight: bold;
  margin: 0 5px;
}
.contet_04_item_02_01 ul li:after {
  content: "inch";
  font-size: 8px;
  display: block;
  text-align: center;
  margin-top: -5px;
}

.contet_04_item_02_02 ul li {
  margin-right: 3px;
}

.contet_04_item_02_02 ul li span {
  display: block;
  text-align: center;
  font-size: 11px;
  font-weight: bold;
  margin-top: -7px;
}

.contet_04_item_03 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.btn_01 a,
.btn_02 a {
  border-radius: 25px;
  border: solid 3px #3e6d01; /*▽20221226変更*/
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 20px;
  width: 300px;
  height: 50px;
  padding: 10px 25px;
  color: #3e6d01; /*▽20221226変更*/
  transition: 0.3s ease-in-out;
  text-decoration: none;
  box-sizing: border-box;
  font-size: 18px;
  font-weight: bold; /*▽20221226変更*/
}
.btn_01 a:after {
  content: url(/PC/ja/asset/img/nw/feature/allseason/new/popup_icon_c.png); /*▽20221226変更*/
  position: relative;
  margin-right: 8px;
  margin-top: 5px;
}
.btn_02 a:after {
  content: url(/PC/ja/asset/img/nw/feature/allseason/new/arrow_icon_c.png); /*▽20221226変更*/
  position: relative;
  margin-right: 2px;
  margin-top: 5px;
}

.btn_01 a:hover,
.btn_02 a:hover {
  background: #3e6d01; /*▽20221226変更*/
  color: #fff;
}

.btn_01 a:hover::after {
  content: url(/PC/ja/asset/img/nw/feature/allseason/new/popup_icon.png); /*▽20221226追加*/
}

.btn_02 a:hover::after {
  content: url(/PC/ja/asset/img/nw/feature/allseason/new/arrow_icon.png); /*▽20221226追加*/
}
.btn_03 {
  width: 600px;
  height: 80px;
  margin: 20px auto;
  border-radius: 40px;
  background: #3e6d01;
  position: relative;
  padding: 12px 20px 10px;
  color: #fff;
  transition: 0.3s ease-in-out;
  text-decoration: none;
  box-sizing: border-box;
  font-size: 16px;
  text-align: center;
  line-height: 1.5;
}
.btn_03 span {
  font-size: 20px;
  font-weight: bold;
}

.btn_03 a {
  color: #ffffff;
  text-decoration: none;
  display: block;
}

.btn_03:hover {
  background: #144100;
  color: #fff;
}
/*
.btn_03 a:after {
    content: url(/PC/ja/asset/img/nw/feature/allseason/new/arrow_icon.png);
    position: relative;
    margin-right: 2px;
	margin-top: 5px;
}
*/

.btn_01 a:hover,
.btn_02 a:hover {
  background: #144100;
  color: #fff;
}
/* モーダルCSS */
.modal-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.7;
  z-index: 9999;
}

.modal-contents {
  display: none;
  position: fixed;
  top: 10px;
  left: 50%;
  width: 100%;
  max-width: 960px;
  height: auto;
  overflow: hidden;
  transform: translateX(-50%);
  z-index: 10000;
}

.modal-contents-inner {
  padding: 24px 40px;
  background: #fff;
  height: 100vh;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}

.close_mark {
  position: absolute;
  top: 20px;
  right: 30px;
  width: 25px;
  height: 22px;
  z-index: 9999;
  cursor: pointer;
}

.close_mark_round {
  display: block;
  position: relative;
  width: 30px;
  height: 30px;
  border: 2px solid #333; /* 枠の調整 */
  border-radius: 50%; /* 丸みの度合い */
  background: #fff; /* ボタンの背景色 */
}

.close_mark_round::before,
.close_mark_round::after {
  /* 共通設定 */
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 3px; /* 棒の幅（太さ） */
  height: 22px; /* 棒の高さ */
  background: #333; /* バツ印の色 */
  border-radius: 2.5px;
}

.close_mark_round::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.close_mark_round::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.item_img {
  image-rendering: -webkit-optimize-contrast;
}

.new {
  position: absolute;
  top: 0;
  right: -18px;
  width: 60px;
  height: 60px;
}

.new::after {
  content: "";
  width: 50px; /*画像の幅*/
  height: 50px; /*画像の高さ*/
  background-image: url(/PC/ja/asset/img/nw/feature/allseason/new/new.png);
  display: inline-block;
  background-size: contain;
  vertical-align: middle;
}
@media screen and (max-width: 860px) {
  .product_txt {
    font-size: 16px;
    margin-top: 10px;
  }
}

@media screen and (max-width: 768px) {
  .contet_01_txt p {
    font-size: 14px;
  }
  .contet_02_items p {
    font-size: 14px;
  }

  .allow_img {
    margin-top: 10px;
  }

  .contet_02_p span {
    font-size: 15px;
  }
  .circle {
    order: 1;
    padding: 10px;
  }
  .circle p {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #ffffff;
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    line-height: 1.3;
  }
  .note_01.green {
    order: 2;
    width: calc(100% - 180px);
    margin-top: 30px;
  }

  .block_03_03 {
    order: 3;
    width: 50%;
  }
  .block_03_03_note {
    order: 4;
  }

  .circle {
    width: 160px;
    height: 160px;
  }
  .contet_04_item {
    width: 100%;
    position: relative;
    background-color: #ffffff;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border: solid 5px #2b5b00;
    box-sizing: border-box;
    padding: 10px;
    border-radius: 15px;
    margin-top: 20px;
  }
  .logo_img {
    margin: 0 auto;
    position: absolute;
    top: 5%;
  }
  .contet_04_item_01 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    align-items: flex-start;
    margin-bottom: 20px;
    position: relative;
  }
  .contet_04_item_01 p {
    margin-top: 12%;
  }
  .product_txt {
    font-size: 20px;
    margin-top: 10px;
  }

  .name_s {
    font-size: 14px;
    line-height: 1.5;
    display: block;
  }
}

@media screen and (max-width: 690px) {
  .contet_02_items {
    width: calc(50% - 10px);
    padding-bottom: 30px;
  }
  .contet_02_items p {
    display: block;
    width: 100%;

    padding: 10px 0;
    text-align: center;
  }
  .p-h {
    height: 60px;
  }
  .allow_img {
    margin-top: 30px;
  }
  .allow_img img {
    width: 30%;
    height: auto;
  }
  .logo_img {
    margin: 0 auto;
    position: relative;
    top: 5%;
    order: 1;
  }
  .tire_img {
    position: relative;
    width: 60%;
    margin: 0 auto;
  }
  .name_s {
    font-size: 12px;
    line-height: 1.5;
    display: block;
  }
  .contet_04_item_01 p {
    margin-top: 20px;
    order: 2;
    width: 100%;
  }

  .tire_img {
    order: 1;
  }
  .contet_04_item_01 {
    margin-top: 20px;
  }
  .product_txt {
    font-size: 18px;
    margin-top: 10px;
  }
  .contet_04_item_02_02 ul li span {
    margin-top: -16px;
  }

  .contet_04 {
    padding: 10px;
  }
}

@media screen and (max-width: 600px) {
  .pc {
    display: none !important;
  }

  .sp {
    display: block !important;
  }
  .circle {
    width: 28vw;
    height: 28vw;
    padding: 2vw;
  }

  .circle p {
    font-size: 14px;
    line-height: 1.3;
  }
  .note_01.green {
    font-size: 13px;
    width: 65%;
    margin: 0;
    padding-left: 10px;
  }
  .block_03_03 {
    width: 100%;
    margin-bottom: 20px;
  }

  .block_03_02 {
    -webkit-box-align: center;
    align-items: center;
  }
  ul.allseason_nav li {
    width: calc(50% - 10px);
    margin-bottom: 20px;
  }
  .block_content.contet_01 {
    display: block;
    position: relative;
  }
  .contet_01_img {
    width: 30px;
    position: absolute;
    top: -5px;
    left: 20px;
  }
  .contet_01 h2 {
    color: #46891a;
    padding: 0;
    margin: 10px 0 0 40px;
    font-size: 20px;
  }
  .contet_01_txt {
    width: 100%;
    position: relative;
  }
  .contet_01_txt p {
    display: block;
    font-size: 13px;
    line-height: 1.6;
    color: #000000;
    line-break: strict;
    word-wrap: break-word;
    overflow-wrap: break-word;
    margin-top: 20px;
    width: 100%;
  }
  .contet_03_txt {
    font-size: 13px;
    text-align: justify;
  }
  .block_03 ul {
    font-size: 12px;
  }
  .contet_04 h2 {
    font-size: 20px;
  }
  .contet_04_txt {
    font-size: 14px;
  }
}


.as_tire_info{
  width: 100%;
 display: block;
 margin: 20px auto;
    font-size: 13px;
  }

.cp_icon{
position: absolute;
top:0;
right: -10px;
width: 80px;
height: 80px;
  }




