@charset "utf-8";
@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);

/*-------------------------------------
　ページ基本設定
---------------------------------------*/
html {
  scroll-behavior: smooth;
}

#smbc_page{
  width:100%;
  text-align:center;
}
#smbc_page img{
  width:100%;
  margin:auto;
  object-fit:contain;
}

.innerBox {
  width:calc(100% - 30px);
  max-width: 1040px;
  margin:auto;
}
.red {
    color: #e31e2f;
}
.hd-main {
  margin: 0 auto 40px auto;
  background: #004832;
  color: #fff;
  width: 100%;
  height: auto;
  font-size: clamp(20px, 0.886rem + 1.82vw, 36px);
  font-weight: bold;
  text-align: center;
  line-height: 1.2;
  padding: 10px 0;
}
@media screen and (max-width: 767px) {
  .hd-main.st {
    padding: 10px 0;
  }
}

/*-------------------------------------
　キービジュアル
---------------------------------------*/
.mainVisual {
  background: #ddebf6 url(../images/main_visual_bg.webp) no-repeat scroll center 0;
  background-size: cover
}
.mainVisualTtl {
  padding: 68px 0;
}

/*-------------------------------------
　ナビ
---------------------------------------*/
.navMenu {
  background: #154f9e;
}

.navMenu ul {
  display: flex;
  text-align: center;
}

.navMenu li {
  width: calc(100% /3);
  padding: 16px 0;
  font-size: 24px;
}

.navMenu a {
  color: #fff !important;
  text-decoration: none !important;
  display: block;
}
.navMenu a:hover {
  opacity: 0.7;
}

/*-------------------------------------
　catchArea 
---------------------------------------*/
.catchArea {
  background: -webkit-repeating-linear-gradient(-45deg, #fbf5df, #fbf5df 3px, #fffefa 3px, #fffefa 6px);
  background: repeating-linear-gradient(-45deg, #fbf5df, #fbf5df 3px, #fffefa 3px, #fffefa 6px);
  color: #484848;
  padding: 40px 0 80px;
}

.catchTxtB {
  font-size: clamp(24px, 0.682rem + 4.09vw, 60px);
  font-weight: 900;
  margin-bottom: 20px;
}
.catchTxtB span {
  border-bottom: 10px solid #f9cb09;
  display: inline-block;
  line-height: 0.8;
  margin: 10px;
}
@media screen and (max-width: 479px) {
  .catchTxtB span {
    border-bottom: 5px solid #f9cb09;
    margin: 5px;
  }
}
.catchTxt {
  font-size: clamp(16px, 0.682rem + 1.59vw, 30px);
  margin-bottom: clamp(20px, 0.568rem + 3.41vw, 50px);
  line-height: 1.6;
  letter-spacing: 0.1em;
}

.catchBox {
  background: #fff;
  border-radius: 10px;
  border: 3px solid #f9c504;
  box-sizing: border-box;
  color: #333;
  margin: 0 auto;
  line-height: 1.4;
  padding: 20px;
  text-align: left;
  width: 100%;
}

.catchBoxTtl {
  font-size: clamp(30px, 1.739rem + 0.68vw, 36px);
  text-align: center;
  color: #e31e2f;
  margin-bottom: 20px;
}

.catchBoxTxt {
  font-size: clamp(16px, 0.773rem + 1.14vw, 26px);
  margin-bottom: 20px;
}
.catchBoxList {
  margin-bottom: 20px;
}
.catchBoxList li {
  margin-top:5px;
 font-size: clamp(19px, 1.119rem + 0.34vw, 22px);
}
.catchBoxListNote {
}
.catchBoxListNote li{
  margin-top:5px;
 font-size: clamp(12px, 0.659rem + 0.45vw, 16px);
}
.catchBoxListNote li:before {
  content: "※";
}
/*-------------------------------------
　.rateArea
---------------------------------------*/
.normal_rate {
  font-size: clamp(20px, 0.909rem + 1.7vw, 35px);
  text-align: center;
  margin-bottom: clamp(20px, 0.795rem + 2.27vw, 40px);
}

.detailArea {
  padding: 80px 0;
  background: linear-gradient(90deg, #e5e5e5 5%, #fafafa 50%, #e5e5e5 95%);
}


.areaMb {
    margin-bottom: 80px;
}
.rateArea table tbody.normal_tb {
  table-layout: fixed;
  font-size: 14px;
}
.rateArea table tbody {
  border: 1px solid #808080;
  font-size: 16px;
  text-align: center;
  background: #fff;
}
.detailArea table tbody td {
  border: 1px solid #808080;
  padding: 6px 2px;
  vertical-align: middle;
}
.rateTableSp {
  display: none;
}

.rateTableTtl {
  background: #333;
  color: #FFFFFF;
  font-size: 12px;
  font-weight: bold;
}

.rateTxt {
  font-size: 30px;
  line-height: 1.6;
  margin-top: 40px;
  text-align: center;
}

.rateTxt span {
  color: #e31e2f;
  border-bottom: 10px solid #ffde51;
  line-height: 20px;
  display: inline-block;
}
.rateTxt span span {
  font-size: 50px;
  border-bottom: 0;
  font-weight: 600;
}

.rateTable {
  display: table;
  width:100%;
  max-width:900px;
  margin:auto;
}
.rateTableSp {
    display: none;
}
@media screen and (max-width: 767px) {
  .rateTxt {
    font-size: 18px;
    margin-bottom: 10px;
    text-align: left;
    padding: 0 2px;
  }
  .rateTxt span {
    border-bottom: 5px solid #ffde51;
    line-height: 16px;
  }
  .rateTxt span span {
    font-size: 40px;
  }
}


@media screen and (max-width: 479px) {
   .rateTable {
      display: none;
    }
    .rateTableSp {
        display: table;
        width:100%;
    }
}

/*-------------------------------------
　.simArea
---------------------------------------*/
.areaBox {
  background: #fff;
  padding: 30px 20px;
  width:100%;
  max-width: 930px;
  margin: 0 auto;
  box-sizing: border-box;
  position: relative;
}
.simTxt {
  font-size: clamp(16px, 0.818rem + 0.91vw, 24px);
  text-align: center;
  margin-bottom: 30px;
}

.simBox {
  display: table;
  width: 55%;
  margin: 0 auto;
  border-collapse: separate;
  border-spacing: 15px 15px;
  font-size: 32px;
}

.simBox ul {
  display: table-row;
}

.simBox ul li:nth-child(1) {
  border-radius: 9px 0 0 9px;
  width: 38%;
  text-align: center;
}

.simBox ul li {
  display: table-cell;
  width: 62%;
}

.simBox ul li.arrowDown {
  position: relative;
}

.simBox ul li.arrowDown:after {
  display: block;
  content: ' ';
  background: url(../images/icon_arrow_down.webp) 0 0 no-repeat;
  position: absolute;
  top: 50%;
  right: 10px;
  width: 25px;
  height: 25px;
  background-size: 25px;
  margin-top: -13px;
  pointer-events: none;
}

.simBox ul li select {
  width: 100%;
  height: 60px;
  padding: 0 0.5em;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 3px;
  background: rgb(255, 255, 255);
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(246, 246, 246, 1) 47%, rgba(237, 237, 237, 1) 100%);
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(246, 246, 246, 1) 47%, rgba(237, 237, 237, 1) 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(246, 246, 246, 1) 47%, rgba(237, 237, 237, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ededed', GradientType=0);
}

.rstArea {
  width: 205%;
  font-size: 90%;
  margin-top: 1em;
  text-align: center;
}

.installmentAmt {
  color: #e31e2f;
  font-size: 150%;
  font-weight: bold;
}
@media screen and (max-width: 860px) {
  .areaBox {
      width: auto;
  }
  .simArea .areaBox {
    padding: 20px 0;
    border: 5px solid #f7f7f7;
  }
  .simBox {
    width: auto;
  }

  .rstArea {
    width: auto;
  }

  #installmentSimulator {
    display: block;
    width: 96%;
    font-size: 150%;
  }

  #installmentSimulator ul {
    display: block;
  }

  #installmentSimulator ul>li:nth-child(1) {
    border-radius: 0;
    padding: 0.6em 0;
    margin-top: 1em;
    background: #000;
    color: #fff;
    width: 100%;
  }

  #installmentSimulator ul li {
    display: block;
    width: 100%;
  }

  #installmentSimulator ul li select {
    height: 50px;
    border-radius: 0;
  }
}

/*-------------------------------------
　.faqArea
---------------------------------------*/
.fa-phone-square:before {
    content: "\f098";
}
.faqArea {
  padding: 80px 0;
}

.faqTtl {
  font-size: clamp(20px, 0.909rem + 1.7vw, 35px);
  color: #333;
  text-align: center;
}

.faqBox {
  margin: 40px auto;
}

@media screen and (max-width: 767px) {
  .faqBox {
    margin: 30px auto;
  }
}

.faqList {
  margin-bottom: 50px;
}

.faqListTtl {
  display: table;
  width: 100%;
  padding: 0.4rem 0.8rem;
  background-color: #ffd2d5;
  color: #333;
  font-size: 1.4rem;
}

.faqListTtl .icon {
  display: table-cell;
  vertical-align: middle;
  height: 2.4rem;
  width: 2.3rem;
  background-color: #fff;
  color: #e31e2f;
  font-size: 1.4rem;
  text-align: center;
}

.faqListTtl p {
  display: table-cell;
  vertical-align: middle;
  padding-left: 1rem;
  line-height: 1.2;
  font-size: 18px;
}

.faqListCont {
  position: relative;
  display: block !important;
  padding: 20px 0 20px 65px;
}

.faqListCont .icon {
  position: absolute;
  left: 0.8rem;
  top: 50%;
  transform: translateY(-50%);
  background-color: #e31e2f;
  color: #fff;
  font-size: 1.4rem;
  line-height: 2.4rem;
  text-align: center;
  height: 2.4rem;
  width: 2.3rem;
}

.faqListCont p {
  font-size: 16px;
  line-height: 1.6;
}

.faqList .faqTxt {
  font-size: 14px;
}

.faqList .faqInquiry {
  display: block;
  margin: 30px 40px 0 0;
  background: #f3f3f3;
  padding: 20px;
}

.faqInquiry dt {
  font-size: 20px;
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .faqInquiry dt {
    font-size: 18px;
    margin-bottom: 20px;
  }
}

.faqInquiry dd {
  font-size: 24px;
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  .faqInquiry dd {
    font-size: 18px;
  }
}

.faqInquiry dd:last-child {
  margin-bottom: 30px;
}

.faqInquiry p {
  font-size: 14px;
  line-height: 1.4;
}

.faqInquiryIcon {
  margin-right: 5px;
}

.faqNote {
  width: 100%;
  margin: 0 auto;
}

.faqNote li {
  font-size: 16px;
  line-height: 2;
}

.faqNote li:before {
  content: "※";
}

/*-------------------------------------
　おすすめエリア
---------------------------------------*/
.recommend-area{
  width:100%;
  position:relative;
  padding:100px 0;
  text-align:center;
}
.recommend-area img{
  width:100%;
}
.recommend-inner{
  margin:auto;
  width:calc(100% - 30px);
  max-width:1140px;
}
.recommend-area h3 {
  font-size: clamp(22px, 1.102rem + 1.36vw, 34px);
  color: #484848;
  margin-bottom: 20px;
}
.recommend-area h4 {
  font-size:clamp(16px, 0.818rem + 0.91vw, 24px);
  color: #004da1;
  font-weight:bold;
  margin-bottom: 10px;
}
.recommend_link{
  width:100%;
  display:flex;
  flex-wrap:wrap;
  justify-content: center;
  gap:20px;
}
.recommend_link li{
  position:relative;
  width:calc((100% - 60px) / 4);
}
.recommend_link li a{
  display:block;
  width:100%;
  border: 1px solid #004da1;
  border-radius:2px;
  font-size:clamp(10px, 0.511rem + 0.57vw, 15px);
  font-weight:bold;
  color:#004da1;
  padding:10px 0;
}
.recommend_link li a:hover{
  opacity: 0.7;
}
.recommend_link li a::after {
  border-color: #004da1;
  position: absolute;
  top: calc(50% - 4px);
  right: 25px;
  width: 8px;
  height: 8px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  border-left: 2px solid;
  border-bottom: 2px solid;
  content: '';
}
  
.recommend-area-block{
  width:100%;
  margin-top:100px;
}
.recommend-area-block p.lead-txt{
  font-size:clamp(12px, 0.659rem + 0.45vw, 16px);
}
.recommend-area-sub-block{
  margin-top:40px;
}
.recommend-wrap{
  width:100%;
}
.recommend-list{
  width:100%;
  display:flex;
  justify-content: center;
  gap:20px;
  text-align:left;
}
.recommend-list > li{
  width:calc((100% - 60px) / 4);
  position:relative;
  background: #fff;
  border:1px solid #a3a3a3;
  border-radius: 2px;
  padding:1em;
}
.recommend-list > li::after{
  position: absolute;
  display: block;
  content: "";
  width: 40px;
  height: 40px;
  right: 5px;
  top: 5px;
  z-index: 3;
}
.recommend-list > li:nth-child(1)::after {
  background: url(/category-top/common/images/icon-pc-rank-1.svg?$staticlink$) no-repeat 50% 50% / contain;
}
.recommend-list > li:nth-child(2)::after {
  background: url(/category-top/common/images/icon-pc-rank-2.svg?$staticlink$) no-repeat 50% 50% / contain;
}
.recommend-list > li:nth-child(3)::after {
  background: url(/category-top/common/images/icon-pc-rank-3.svg?$staticlink$) no-repeat 50% 50% / contain;
}
.recommend-list > li:nth-child(4)::after {
  background: url(/category-top/common/images/icon-pc-rank-4.svg?$staticlink$) no-repeat 50% 50% / contain;
}
  
.reccomend__card{
  display:flex;
  flex-direction: column;
  justify-content: space-between;
}
.reccomend__card-img {
  position: relative;
  width: 100%;
}
.reccomend__card-img > .card-img {
  position: relative;
  margin:auto;
  width: 70%;
}
.reccomend__card-img > .card-img-left {
  position: relative;
  top: 10px;
  left: 0;
  z-index: 2;
  width: 65%;
}
.reccomend__card-img > .card-img-right {
  position: absolute;
  top: 10px;
  right: 0;
  z-index: 1;
  width: 65%;
}
.reccomend__card-text{
  display:flex;
  flex-direction: column;
  gap:10px;
  margin-top:10px;
}
.reccomend__card-title {
  display: -webkit-box;
  overflow: hidden;
  font-weight:bold;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-size: clamp(14px, 0.83rem + 0.23vw, 16px);
  line-height: 1.2;
}
.reccomend__card-display {
  font-size: clamp(11px, 0.642rem + 0.23vw, 13px);
  line-height: 1.2;
  text-align: center;
  padding: 0.3em;
  color: #004da1;
  background: #d9f1fb;
}
.reccomend__card-spec {
  display: block;
}
.reccomend__card-spec > li {
  width: auto;
  display: inline-block;
  margin-top: 0;
  padding-top: 0;
  border-top: none;
  border: none;
  border-radius: 0;
  background-color: transparent;
  box-shadow: none;
  font-size: 13px;
}
.reccomend__card-spec > li + li::before {
  content: " / ";
}

.reccomend__card-spec-item{
  font-size: 12px !important;
  line-height:1.4;
}

.reccomend__card-review {
  font-size: clamp(12px, 0.705rem + 0.23vw, 14px) ;
}
.reccomend__card-review img {
  width: auto !important;
  height: 1em !important;
  vertical-align: baseline;
}

.reccomend__card-price{
  position:relative;
  color: #e43344;
  font-weight:bold;
}

.recItemPrice span{
  position:relative;
  font-size:clamp(18px, 1.159rem + 0.45vw, 24px) ;
  font-weight:bold;
  line-height: 1;
  color: #e43344;
}

.recItemPrice_02,
.recommend-parts__price{
  margin-top:8px;
  padding-top:8px;
  border-top:2px dotted #ccc;
  position:relative;
  font-size:14px !important;
  font-weight:bold;
  line-height: 1;
  color: #e43344;
}

.recItemPriceAll{
  font-size:14px;
  font-weight:bold;
  line-height: 1;
  color: #e43344;
}

.reccomend__card-price{
  margin-bottom: 0;
  bottom: 0;
  left:0;
}

.reccomend__card-price,
.recItemPrice,
.recItemIcon{
  position:relative;
  font-size: clamp(12px, 0.705rem + 0.23vw, 14px) ;
  font-weight:noraml;
  background:none;
  color: #e43344;
  line-height: 1;
}
  
.reccomend__card-btm .c-button{
  margin-top:10px;
  width:100%;
}
.c-button--metal{
  color: #fff;
  background: #666;
}
.c-button--black{
  color: #fff;
  background: #000;
}
.c-button--black::after,
.c-button--metal::after {
  border-color: #fff;
}
.c-button--white {
  color: #484848;
  background: #fff;
  border: 1px solid #484848;
}
.c-button--white::after {
  border-color: #484848;
}
.more-link{
  margin:20px auto;
  width:100%;
  max-width:600px;
}
.more-link .c-button--primary-white{
  width:100%;
}
@media screen and (max-width: 767px) {
  .recommend-area .hd-main {
    margin: 0 auto 20px auto;
  }
  .recommend_link{
    gap:10px;
  }
  .recommend_link li{
    width:calc((100% - 10px) / 2);
  }
  .recommend-wrap{
    overflow-x: scroll;
  } 
  .recommend-list{
    width:auto;
    justify-content:flex-start;
  }
  .recommend-list li{
    width:250px;
  }
}

/*-------------------------------------
　パーツ周辺機器上書き
---------------------------------------*/

.recommend-list.item-list > li{
  width:calc((100% - 60px) / 3);
  position:relative;
  background: #fff;
  border:1px solid #a3a3a3;
  border-radius: 2px;
  padding:0;
}
.recommend-list.item-list a{
  height:100%;
  display:flex;
  flex-direction: column;
  justify-content: space-between;
  padding:1em;
}
.recommend-list.item-list a:hover{
  opacity: 0.7;
}

.recommend-list.item-list .reccomend__card-price{
  margin-top:10px;
}

@media screen and (max-width: 767px) {
  .recommend-list.item-list{
    flex-direction: column;
    gap:10px;
  }
  .recommend-list.item-list > li{
    width:100%;
  }
}

/* 2/6臨時更新（TWリネーム対応） */
.c-button.c-button--with-price{
  height: 88px;
  flex-direction: column;
  gap: 0.5em;
}
.c-button.c-button--with-price .main_price{
  font-size: 24px;
  font-weight: 700;
  color: #e43344;
}
.c-button.c-button--with-price .main_price small{
  font-size: 12px;
}
.c-button.c-button--black.c-button.c-button--with-price .main_price{
  color: #ff2e42;
}