@charset "utf-8";
/* CSS Document */
html{
  scroll-behavior: smooth;
}

:root {
 --main: #a41f24;  /* メインカラー */
 --hover: #d03719; /* ホバーカラー */
}

.pc {
  display: visible;
}
.sp {
  display: none;
}

/*メイン*/

div.main_v > * {
  box-sizing: border-box;
  font-family: "heisei-maru-gothic-std", sans-serif;
}
.main_v {
  position: relative;
}

.main_v img {
  image-rendering: -webkit-optimize-contrast;
}

/*メイン画像*/

img.main_img {
  border-radius: 10px;
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  display: block;
}
.main_sub_img {
  border-radius: 10px;
  width: 100%;
  max-width: 960px;
  margin: 20px auto;
  display: block;
}
/*ナビ*/

.cp_nav {
  position: relative;
  width: 100%;
  max-width: 960px;
  margin: 20px auto;
  box-sizing: border-box;
  padding: 0 20px;
}

.cp_nav ul {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  justify-content: space-between;
  list-style: none;
  margin: 0;
  padding: 0;
}

.cp_nav ul li {
  display: block;
  width: calc(100% / 3 - 10px);
  padding: 0;
  margin: 0;
  background-color: var(--main);
  box-sizing: border-box;
  padding: 0.5em;
  text-align: center;
  border-radius: 8px;
  font-size: 1.3em;
  font-weight: bold;
  position: relative;
  height: 76px;
}
.cp_nav ul li:hover {
  background-color: var(--hover);
  box-sizing: border-box;
}
.cp_nav ul li a {
  text-decoration: none;
  color: #ffffff;
  width: 100%;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
}

.cp_nav ul li p {
  display: block;
  font-size: 19px;
  margin: 0 0 0.25em;
}

/*content共通*/

.info {
  background-color: #ffffff;
  font-family: "heisei-maru-gothic-std", sans-serif;
}

.info_block {
  position: relative;
  background-color: #ffffff;
  margin: 10px auto 40px;
  padding: 20px;
  border-radius: 10px;
}

.info_block_g {
  background-color: #f1f1f1;
}

.info_block_cotnet {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
}

.info_inner p {
  line-height: 1.8;
  display: block;
  padding: 10px;
  text-align: center;
}

/*タイトル*/

h2.title {
  margin: 0;
  padding: 10px;
  color: var(--main);
  font-size: 24px;
  font-family: "heisei-maru-gothic-std", sans-serif;
  text-align: center;
}

.info_block h3 {
    width: 100%;
    margin: 0 auto 0 0;
    padding: 10px 0;
    color: var(--main);
    text-align: center;
    box-sizing: border-box;
}

h3.cp_hl {
  position: relative;
  text-align: center;
  font-weight: bold;
  line-height: 1.3;
  font-size: 2.5rem;
}

h3.cp_hl:before,
h3.cp_hl:after {
  position: relative;
  display: inline-block;
  content: "";
  background: var(--main);
  width: 4px;
  height: 1em;
  margin: 0 1em;
  margin-top: -0.2em;
  vertical-align: middle;
  border-radius: 2px;
}

h3.cp_hl:before {
  transform: rotate(-35deg);
}

h3.cp_hl:after {
  transform: rotate(35deg);
}

.note {
  font-size: 13px;
}

.note02 {
  width: 100% !important;
  text-align: center !important;
  border: none !important;
  padding: 0 !important;
  margin: 0 0 0 10px !important;
}

.note_5 {
  font-size: 18px !important;
  background: linear-gradient(transparent 60%, #fbeb15 60%);
  font-weight: bold !important;
  color: #000000 !important;
}

.note_6 {
  font-size: 30px !important;
  font-weight: bold !important;
  color: var(--main) !important;
  display: block;
  margin-top: 5px !important;
}

.highlight {
  font-weight: bold;
  font-size: 18px;
  color: #111111;
  margin: 0 auto;
}

.highlight_s {
  font-size: 15px;
  color: #111111;
  margin: 1em;
}

.highlight_l {
  margin: 0.5em;
}

.howto_coupon_txt {
  font-weight: bold;
  text-align: center;
  font-size: 25px;
  margin: 0;
}

.howto_coupon_txt span{ 
  background: linear-gradient(transparent 75%, #fff799 75%);
}

.note a {
  text-decoration: none;
  color: #0029ad;
}

.note_04 {
  display: block;
  font-size: 13px;
  text-align: center;
  width: 100%;
  margin-top: 10px;
  font-weight: bold;
}

.link_btns {
display: block;
    padding: 0.3em;
    text-decoration: none;
    color: var(--main);
    border: solid 3px var(--main);
    border-radius: 3px;
    transition: 0.4s;
    text-align: center;
    font-size: 1.25em;
    font-weight: bold;
    background-color: #fff;
    box-sizing: border-box;
    margin: 0 auto;
    border-radius: 100vh;
}
.link_btns span {
  text-align: center;
  font-size: 10px;
}
.link_btns:hover {
  background: var(--main);
  color: white;
  text-decoration: none;
}

.link_btns:a {
  text-decoration: none;
}

/*content1*/

.cp_date {
  width: 100%;
  max-width: 860px;
  margin: 20px auto 30px;
  padding: 20px 0;
}

#block01, #block02 {
  background-color: #ffffff;
  width: 100%;
  max-width: 860px;
  padding: 20px;
  box-sizing: border-box;
  margin: 20px auto 0;
  border-radius: 10px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-pack: start;
  justify-content: flex-start;
}

.item_list {
  list-style: none;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  font-weight: bold;
  font-size: 20px;
  margin: 0;
  flex-wrap: wrap;
  width: 54%;
  padding: 0 0 0 0px;
  box-sizing: border-box;
  line-height: 1.5;
}

.item_list li {
  margin: 0.5em 0;
  padding: 0;
}
.cover_img {
  box-sizing: border-box;
  margin: 0 auto 20px;
  width: calc(46% - 40px);
}
.cover_img img {
  width: 100%;
}
.coupon_mk_j {
  text-align: center;
  font-size: 12px;
  display: block;
}

.cp_mk_logo {
  box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}

#p01 {
  text-align: left;
  font-size: 36px;
  line-height: 1.1;
}
#p01 span {
  font-size: 24px;
}

.price_01 {
  font-size: 28px;
}
.price_02 {
  font-size: 40px;
}

.coupon.products_btn {
  text-align: center;
  margin-bottom: 20px;
}

/*content2　クーポン注意文*/
.cp_note {
  background: #ffffff;
  margin: 10px auto;
  width: 100%;
  padding: 14px;
  border-radius: 10px;
  box-sizing: border-box;
  border: #dbdbdb solid 2px;
}

.cp_note h4 {
    width: 100%;
    margin: 0 auto 0 0;
    padding: 0 0 5px 0;
    color: var(--main);
    text-align: center;
    box-sizing: border-box;
    border-bottom: var(--main) 3px solid;
}

/*content3*/
.web_icon_b:before {
  content: "";
  display: inline-block;
  width: 50px; /*画像の幅*/
  height: 28px; /*画像の高さ*/
  background-image: url(/PC/ja/asset/img/nw/feature/campaign/202501_cp/web_icon.png);
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  margin-right: 0.25rem;
}
.shop_icon_b:before {
  content: "";
  display: inline-block;
  width: 50px; /*画像の幅*/
  height: 28px; /*画像の高さ*/
  background-image: url(/PC/ja/asset/img/nw/feature/campaign/202501_cp/shop_icon.png);
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  margin-right: 0.25rem;
}
.web_icon_w:before {
  content: "";
  display: inline-block;
  width: 50px; /*画像の幅*/
  height: 28px; /*画像の高さ*/
  background-image: url(https://www.fujicorporation.com/PC/ja/asset/img/campaign/202308_cp/web_icon_w.png);
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  margin-right: 0.25rem;
  margin-bottom: 0.5rem;
}
.shop_icon_w:before {
  content: "";
  display: inline-block;
  width: 50px; /*画像の幅*/
  height: 28px; /*画像の高さ*/
  background-image: url(https://www.fujicorporation.com/PC/ja/asset/img/campaign/202308_cp/shop_icon_w.png);
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  margin-right: 0.25rem;
}

#block04,
#block05 {
  background-color: #fffbdd;
  width: 100%;
  max-width: 860px;
  padding: 20px 10px;
  box-sizing: border-box;
  margin: 20px auto 35px;
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}
.select_btn_wrapper {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  justify-content: center;
  margin: 1em auto 2em;
}
.select_btn,
a.select_btn,
button.select_btn {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3;
  position: relative;
  display: block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
  margin: 0 20px;
}

a.select_btn--circle {
  width: 350px;
  height: 120px;
  padding: 5px 0 0;
  color: var(--main);
  background: #fffbdd;
  border: 3px solid var(--main);
}

a.select_btn--circle:hover {
  -webkit-transform: translate(0, 4px);
  transform: translate(0, 4px);
  -webkit-box-shadow: 0 3px 0 var(--main);
  box-shadow: 0 3px 0 var(--main);
}

.howto_inner {
  padding: 10px 20px;
}
.howto_inner img {
  width: 100%;
  margin: 20px 0;
  border-radius: 10px;
}

.howto_txt {
  font-weight: bold;
  text-align: center;
  font-size: 16px;
  display: block;
  width: 100%;
  padding-top: 1em;
}
.howto_txt span {
  font-weight: bold;
  color: #d00003;
}

.howto_point {
  font-size: 18px;
  font-weight: 700;
  position: relative;
  padding: 1rem 4rem;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: var(--main);
  border: var(--main) solid 2px;
  background-color: #fff;
  border-radius: 100vh;
  box-sizing: border-box;
}

.howto_point span {
  font-size: 0.8rem;
  font-weight: bold;
}

.shop_app {
  padding: 0.5em 1em 0;
  margin: 2em 0 1em;
  color: #000;
  background: #fff100;
  border-radius: 10px;
  text-align: center;
}

.shop_app img {
  margin: 0.5em 0 0;
}

.shop_app_link {
  padding: 0;
  box-shadow: rgba(0, 0, 0, 0.15) 1px 3px 5px;
}

.shop_app_qr {
  max-width: 450px;
  margin: 0;
  padding: 30px;
}

.shop_app_demo {
  max-width: 450px;
  margin: 0 auto;
}

.coupon_price_info {
  font-size: 14px;
  display: block;
  line-height: 1.5;
  font-weight: bold;
}

/* 20231031 キャンペーン終了 */

.close_contet {
  position: relative;
}

.close {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, #646464, transparent);
  z-index: 20;
}

.close .text {
  position: absolute;
  left: 50%;
  top: 45%;
  width: 100%;
  transform: translate(-50%, 0);
  color: rgba(250, 250, 250, 1);
  font-size:30px;
  text-align: center;
  font-weight: bold;
  text-shadow: 3px 4px 3px rgb(61 70 70);
}

.close .text span {
  font-size: 24px;
}

.web_howto {
  font-size: 24px;
  background-color: var(--main);
  margin: 0 auto !important;
  color: #ffffff !important;
  box-sizing: border-box;
  border-radius: 9999px !important;
  width: 92% !important;
}

.cp-icon {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  background-image: url(/PC/ja/asset/img/nw/feature/campaign/cp_icon/cp_icon.svg);
  background-size: contain;
  vertical-align: middle;
  margin-bottom: 0.25em;
  background-repeat: no-repeat;
}
.coupon-icon {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  background-image: url(/PC/ja/asset/img/nw/feature/campaign/cp_icon/coupon_icon.svg);
  background-size: contain;
  vertical-align: middle;
  margin-bottom: 0.25em;
  background-repeat: no-repeat;
}
.note-icon {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  background-image: url(/PC/ja/asset/img/nw/feature/campaign/cp_icon/note_icon.svg);
  background-size: contain;
  vertical-align: middle;
  margin-bottom: 0.25em;
  background-repeat: no-repeat;
}
.flower-icon {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  background-image: url(/PC/ja/asset/img/nw/feature/campaign/202501_cp/flower.svg);
  background-size: contain;
  vertical-align: middle;
  margin-bottom: 0.25em;
  background-repeat: no-repeat;
}
.arrow {
  content: ""; /*何も入れない*/
  display: block;
  width: 30px; /*画像の幅*/
  height: 30px; /*画像の高さ*/
  background-image: url(/PC/ja/asset/img/nw/feature/campaign/cp_icon/arrow_icon.svg);
  background-size: contain;
  vertical-align: middle;
  margin: -10px auto 0;
  position: absolute;
  right: 45%;
  bottom: 0;
}
.arrow_r {
  content: ""; /*何も入れない*/
  display: block;
  width: 40px; /*画像の幅*/
  height: 40px; /*画像の高さ*/
  background-image: url(/PC/ja/asset/img/nw/feature/campaign/202501_cp/arrow_icon_r.png);
  background-size: contain;
  vertical-align: middle;
  margin: -10px auto 0;
  background-repeat: no-repeat;
}
.info-title {
  width: 100%;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
}

.info-title h2 {
  display: block;
}

.info-title span {
  display: block;
}

.cp-icon_r {
  content: "";
  display: block;
  width: 36px;
  height: 36px;
  background-image: url(/PC/ja/asset/img/nw/feature/campaign/cp_icon/cp_icon_b.svg);
  background-size: contain;
  vertical-align: middle;
  margin-bottom: 0.5em;
  background-repeat: no-repeat;
}
.hexagon-icon_r {
  content: "";
  display: block;
  width: 36px;
  height: 36px;
  background-image: url(/PC/ja/asset/img/nw/feature/campaign/cp_icon/hexagon_icon_b.svg);
  background-size: contain;
  vertical-align: middle;
  margin-bottom: 0.5em;
  background-repeat: no-repeat;
}
.note-icon_r {
  content: "";
  display: block;
  width: 36px;
  height: 36px;
  background-image: url(/PC/ja/asset/img/nw/feature/campaign/cp_icon/note_icon_b.svg);
  background-size: contain;
  vertical-align: middle;
  margin-bottom: 0.5em;
  background-repeat: no-repeat;
}

.cp_mk_img {
  width: 100%;
  max-width: 160px;
  display: block;
  margin: 0 auto;
}

.plus_icon {
  width: 80px;
  display: block;
  margin: 40px auto !important;
}
.tenpo_service {
  display: block;
  width: calc(50% - 20px);
  padding: 0;
}

.detail_2 {
    display: block;
    list-style-type: disc;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 40px;
	padding: 6px 12px 6px 36px;
    unicode-bidi: isolate;
}

.detail_2 > li {
  margin: 1em 0;
}

.feature_item {
  background-color: #fffbdd;
  width: 100%;
  max-width: 860px;
  padding: 10px 20px 20px;
  box-sizing: border-box;
  margin: 20px auto 35px;
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}

.item_details{
/*position: absolute;*/
bottom:0;
width: 100%
}

.feature_tire{
display: -webkit-box;
display: flex;
flex-wrap: wrap;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
flex-direction: row;
-webkit-box-pack: justify;
justify-content: space-between;
box-sizing: border-box;

}

.item_l > .feature_tire{
height:auto; 
}

.feature_tire > .item_info {
width: calc(50% - 10px)!important;
padding: 20px;
}

.feature_tire >.item_img {
 width: calc(50% - 10px);
margin: 0;
align-content:center;
}

.feature_tire >.item_img .cp_icon {
top:10px;
right: 10px;
}

.feature_tire >.item_img img {
    object-fit: cover;
    object-position: center 10px;
}

.items_wrapper ul li > .item_info h4 {
display: block;
margin: 0 auto;
width: 80%;

}
.items_wrapper ul li > .item_info h4 img{
width: 100%;
}
.items_wrapper ul li > .feature_tire > .item_info h4 img{
width: 100%;
}

.item_name{
width: 100%;
display: block;
text-align: center;
font-size: 12px;
border-bottom: #000000 solid 2px;
margin-bottom: 10px;
padding-bottom: 10px;
}

.item_img{
width: auto;
box-sizing: border-box;
margin: 0 auto;
object-fit: cover;
width: 90%;
position: relative
}

.item_img img{
width: 100%;
width: calc((768 / 768) * 100vw);

}

.cp_icon{
position: absolute;
top:0;
right: 0;
width: 108px!important;
height: 108px!important;
}

.cp_icon img{
width: 100%!important;
height: auto!important;
object-position: center center!important;
}

ul.car_list{
width: 100%;
list-style: none;
margin: 0;
padding: 0;
display: -webkit-box;
display: flex;
flex-wrap: wrap;
}


ul.car_list li{
width: 20%!important;
box-sizing: border-box;
border: #000000 solid 1px;
border-width: 2px 0 2px 1px;
color: #FFFFFF;
border-radius: 0!important;
opacity: 0.8;
display: -webkit-box;
display: flex;
-webkit-box-pack: center;
justify-content: center;
-webkit-box-align: center;
align-items: center;
padding: 5px!important;
background-color: #FFFFFF;
}

ul.car_list li img{
width: 100%;
max-width: 60px;
margin: 0 auto;
opacity: 1.0!important;
}
.car_list_header{
background-color: #A40002!important;
color:#fff!important;
opacity: 1.0!important;
border-width: 1px 0 1px 1px!important;
text-align: center;
font-size: 14px;
}

ul.car_list li:last-child{
width: 20%!important;
border-width: 2px 1px 2px 1px!important;
}
.btn_wrapper{
width: 100%;
display: -webkit-box;
display: flex;
flex-wrap: wrap;
-webkit-box-pack: justify;
justify-content: space-between;
}

.btn_wrapper{
width: 100%;
display: -webkit-box;
display: flex;
flex-wrap: wrap;
-webkit-box-pack: justify;
justify-content: space-between;
}


.btn_head{
width: 100%;
position: relative;
display: block;
text-align: center;
box-sizing: border-box;
padding: 1em;
color: #292929;
font-weight: 600;
margin-bottom: 0;
}

.studless_btn,
a.studless_btn,
button.studless_btn {
  font-size: 13px;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 20px 8px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  width:50%;
  margin: 0;

}

a.studless_btn:first-child {
border-right: #FFFFFF solid 2px;

}


.btn--blue,
a.btn--blue {
  color: #fff;
  background-color: #004681;
}
.btn--blue:hover,
a.btn--blue:hover {
  color: #fff;
  background: #006F9E;
}

.studless_btn span {
 position: relative;
  display: inline-block;
  padding-right: 22px;

}

.studless_btn.btn--blue span:before {
  content: '';
  width: 18px;
  height: 18px;
  background: #FFFFFF;
  border-radius: 50%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.studless_btn.btn--blue span:after {
  content: '';
  width: 6px;
  height: 6px;
  border: 0;
  border-top: solid 2px #004681;
  border-right: solid 2px #004681;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  right: 7px;
  bottom: 0;
  margin: auto;
}
.studless_btn span:hover::after {
  border-top: solid 2px #006F9E;
  border-right: solid 2px #006F9E;
}

.detail_info{
margin: 20px auto;
width: 100%;
}

.detail_btn{
text-shadow: 0px 0px 8px #2b44a1;
}


.detail_info a {
    position: relative;
    overflow: hidden;
    border-radius: 3px;
    text-decoration: none;
    display: block;
    margin: auto;
    padding: 20px 10px;
    text-align: center;
    line-height: 1.8;
    text-decoration: none;
    font-weight: 600;
    outline: none;
    color: #fff;
    transition: ease 0.2s;
    font-size: 16px;
	background-image:url('/PC/ja/asset/img/nw/feature/studless/202507/btn_bg.webp');
    background-size:cover;
    background-repeat: no-repeat;
}
.detail_info a::before {
  content: "";
  position: absolute;
  top: 0;
  left: -75%;
  width: 50%;
  height: 100%;
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.3) 100%
  );
  transform: skewX(-25deg);
}

.detail_info a:hover::before {
  animation: shine 0.7s;
}

.anchor {
	padding-top: 80px;
    margin-top: -80px;
    z-index: -1;
    display: block;
    position: relative;
}

@media screen and (max-width: 810px) {
  img.main_img {
  border-radius: 0;
}
	
  .item_list {
    width: 48%;
  }
  .cover_img {
    box-sizing: border-box;
    margin: 0 auto 20px;
    width: calc(52% - 40px);
  }
  .info_block h3 {
    font-size: 20px !important;
    text-align: left !important;
  }
  .highlight_l {
    font-size: 18px !important;
  }
  .select_btn,
  a.select_btn,
  button.select_btn {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.3;
    position: relative;
    display: block;
    padding: 1rem 4rem;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    letter-spacing: 0.1em;
    color: #212529;
    border-radius: 0.5rem;
    margin: 0 10px;
  }
  a.select_btn--circle {
    width: calc(50% - 20px);
    height: auto;
    padding: 10px;
    color: var(--main);
    background: #fffbdd;
    border: 3px solid var(--main);
    display: block;
    box-sizing: border-box;
  }
  .howto_point {
    font-size: 15px;
    padding: 1rem 0.5em;
    font-feature-settings: "palt";
  }
  .detail_2 {
    font-size: 13px;
    padding: 0 0 0 16px;
  }
  .howto_inner {
    padding: 10px 10px 20px;
  }
}
@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }

  .item_list {
    list-style: none;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    font-size: 16px;
    margin: 0;
    flex-wrap: wrap;
    width: 100%;
    box-sizing: border-box;
    line-height: 1.5;
  }
  .item_img {
    box-sizing: border-box;
    margin: 0 auto 20px;
    width: 60%;
  }
  .howto_txt {
    font-weight: bold;
    text-align: justify;
    font-size: 14px;
    display: block;
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
  }
  .info_block h3 {
    font-size: 18px !important;
    text-align: center !important;
  }
  .highlight_l {
    margin: 0 0 10px;
    display: block;
    width: 100%;
  }

  .highlight_s {
    font-size: 13px;
    color: #111111;
    margin: 0 auto 2em;
    margin: auto 1em;
    display: block;
    text-align: center;
  }
  .cp_nav ul li {
    display: -webkit-box;
    display: flex;
    width: 100%;
    padding: 0;
    margin: 0 0 20px;
    background-color: var(--main);
    box-sizing: border-box;
    padding: 0.5em;
    text-align: center;
    border-radius: 8px;
    font-size: 1.3em;
    font-weight: bold;
    position: relative;
    height: 60px;
  }

  .cp_nav ul li p {
    font-size: 16px;
  }

  .arrow {
    position: absolute;
    right: 16%;
    bottom: 25%;
  }

  .howto_point {
    font-size: 16px;
    font-weight: 700;
    position: relative;
    padding: 1rem 0.5rem;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    letter-spacing: 0.1em;
    color: var(--main);
    border: var(--main) solid 2px;
    background-color: #fff;
    border-radius: 20px;
    font-feature-settings: "palt";
  }
	.close .text {
  font-size:24px;
}
	.feature_tire > .item_info {
    width: 100%!important ;
}
	
.feature_tire >.item_img {
    width:80%;
   margin: 0 auto;
padding: 0;
}	
	.feature_tire >.item_img img {
	width: calc((768 / 768) * 100vw);
		height: auto;
}
}
@media screen and (max-width: 600px) {
  h2.title {
    margin: 0;
    padding: 10px;
    color: var(--main);
    font-size: 20px;
    font-family: "heisei-maru-gothic-std", sans-serif;
  }

  .coupon_inner p {
    display: block;
    padding: 10px;
    text-align: justify;
    font-size: 13px;
  }
  .highlight {
    font-weight: bold;
    font-size: 14px;
    color: #111111;
  }
  .info_block {
    margin: 0 auto;
  }
  #p01 {
    font-size: 18px;
    display: block;
  }

  #p01 span {
    font-size: 18px;
    display: block;
  }
  .info_block {
    position: relative;
    margin: 0 auto;
    padding: 0px;
	border-radius: 0;
  }
  .info_block_cotnet {
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
    padding: 10px 20px 40px;
    box-sizing: border-box;
  }
  .highlight_l {
    font-size: 16px !important;
  }
  .highlight_s {
    text-align: left;
  }
  .cover_img {
    width: 100%;
  }

  #block04,
  #block05 {
    background-color: #fffbdd;
    width: 100%;
    padding: 15px 0;
    box-sizing: border-box;
    margin: 20px auto 35px;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
  }
  .howto_inner {
    padding: 10px 10px 0 10px;
    box-sizing: border-box;
  }
}

@media screen and (max-width: 470px) {
	
	
.feature_tire >.item_img {
    width:100%;
   margin: 0 auto;
padding-bottom: 0;
}
	
.feature_tire > .item_info {
    padding: 10px;
	
}

@keyframes shine {
  100% {
    left: 125%;
  }
}

.detail_info > a > span >.open_icon::before{
  content: "";
  display: inline-block;
  width: 24px; /*画像の幅*/
  height: 24px; /*画像の高さ*/
  background-image: url("/PC/ja/asset/img/nw/feature/studless/202507/new_window.webp");
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin-top: -5px;
  margin-left: 0.5em;
}