@charset "utf-8";
/*################################################

---------------- ブレイクポイント ----------------

記述：モバイルファースト
ブレイクポイント：640px,960px,1280px
640px未満：				スマホ
640px以上960未満：	タブレット
960px以上：				PC
1280px:可変サイズの最大値

----------------- フォントサイズ -----------------
【px指定】
body：320～1280pxの間で14～18pxまで流動的に可変　←基準

------------- テーマカラー： #c70012 -------------
上記カラーを置換するとテーマカラーを変更できます。

################################################*/
/*============= 【base】 ==============*/
html {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 62.5%;
}

body {
  font-family: 'Noto Sans JP', 'Lucida Grande', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'Meiryo', 'メイリオ', 'sans-serif';
  font-size: calc(16px + ((1vw - 3.2px) * 0.42));
  line-height: 1.5;
  color: #111;
}

#wrap {
  overflow: hidden;
}

* {
  margin: 0;
  padding: 0;
  word-break: break-all;
  list-style-type: none;
  border-style: none;
  font-style: normal;
  line-height: 1.8em;
}

*, *::before, *::after {
  box-sizing: inherit;
}

header {
  min-height: 40vw;
  background: #ccc;
}

header img {
  width: 100%;
}

h1 {
  font-size: calc(24px + ((1vw - 3.2px) * 1.67));
  text-align: center;
}

h1 span {
  font-size: calc(16px + ((1vw - 3.2px) * .42));
}

h1:after {
  content: "";
  display: block;
  min-width: 40px;
  width: 6%;
  height: 4px;
  margin: calc(16px + ((1vw - 3.2px) * 0.83)) auto 0;
  background: #c70012;
}

a {
  text-decoration: none;
  color: inherit;
}

img {
  display: block;
  max-width: 100%;
  max-height: 100%;
}

main > section:nth-of-type(even) {
  background: #f9f9f9;
}

main > section:nth-of-type(odd) {
  background: #fff;
}

main > section#store {
  background: #E85400 !important;
}

.content-wrap {
  max-width: 1280px;
  margin: 0 auto;
  padding: calc(64px + ((1vw - 3.2px) * 3.33)) calc(16px + ((1vw - 3.2px) * 1.67)) calc(32px + ((1vw - 3.2px) * 3.33));
}

#store .content-wrap {
  padding: calc(32px + ((1vw - 3.2px) * 3.33)) calc(16px + ((1vw - 3.2px) * 1.67)) calc(32px + ((1vw - 3.2px) * 3.33));
}

.content-wrap > *:not(:last-child) {
  margin-bottom: calc(32px + ((1vw - 3.2px) * 3.33));
}

.content-wrap > h2 {
  padding: 25px 10px;
  font-size: calc(20px + ((1vw - 3.2px) * 1.25));
  text-align: center;
  color: #fff;
  position: relative;
  border-radius: 4px;
  top: 50%;
  margin-bottom: 50px !important;
}

.content-wrap > h2 div {
  position: absolute;
  z-index: 2;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  width: 100%;
  padding: 10px;
}

.content-wrap > h2:before {
  content: "";
  width: 70px; /* 幅 */
  /* y位置 */
  border-bottom: 35px solid #ec6c00;
  border-left: 0px solid transparent;
  border-right: 25px solid transparent;
  position: absolute;
  z-index: 01;
  transform: rotate(90deg);
  left: 0%;
  top: -23%;
}

.content-wrap > h2:after {
  content: "";
  width: 100%;
  height: 100px;
  background: #231816;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 0;
  display: block;
  transform: translate(-50%, -50%);
  border-radius: 4px;
}

.content-wrap > h3 {
  position: relative;
  font-size: calc(20px + ((1vw - 3.2px) * 1.25));
  text-align: center;
}

.content-wrap > h4 {
  text-align: center;
  font-size: calc(20px + ((1vw - 3.2px) * 1.25));
  margin-bottom: 20px !important;
}

.popup {
  display: block;
}

.link {
  color: #0083c7;
}

.list {
  padding-left: 1em;
  text-indent: -1em;
}

.btn {
  display: block;
  padding: 8px;
  border-radius: 4px;
  font-size: 90%;
  text-align: center;
  color: #fff;
  background: #c70012;
}

.d-flex {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
}

/*============= 【nav】 ==============*/
.top-logo {
  visibility: hidden;
  width: 150px;
  position: fixed;
  right: 0;
  transition: 0.5s;
  opacity: 0;
  top: 10px;
  z-index: 1000;
}

.nav-wrap {
  margin: -10px;
}

.nav-wrap {
  margin: -10px;
}

.nav-wrap li {
  width: calc(100%/2);
  padding: 10px;
}

.nav-wrap li img {
  border-radius: 4px;
  background: #ec6c00;
}

.detail-wrap {
  filter: drop-shadow(5px 5px 5px #5a5a5a50);
  border-radius: 4px;
  overflow: hidden;
}

.detail-wrap .d-flex {
  align-items: unset;
}

.detail-wrap .left {
  width: 100%;
  background: #231816;
  padding: 15px;
  color: #fff;
  align-items: center;
  display: flex;
  text-align: center;
  justify-content: center;
  font-size: 120%;
  font-weight: 900;
}

.detail-wrap .right {
  width: 100%;
  height: 100%;
  background: #ec6c00;
  align-items: center;
  display: flex;
  padding: 25px 30px 25px 35px;
}

.detail-wrap .right ul {
  width: 100%;
}

.detail-wrap .right ul li {
  padding: 0 0 0 0px;
  margin-bottom: 10px;
}

.detail-wrap ul li {
  margin-bottom: 0px;
  list-style-type: disc;
}

#quality .detail-wrap ul li:last-of-type,#purchase .detail-wrap ul li:last-of-type {
  list-style: none;
}

.readmore-btn,.store-btn {
  margin-top: 30px;
  display: block;
  border: solid 2px #111;
  border-radius: 4em;
  color: #111;
  text-align: center;
  padding: 10px;
  font-weight: 700;
  max-width: 450px;
}

.readmore-btn:hover,.store-btn:hover {
  background: #111;
  color: #fff;
  transition: 0.5s;
}

#warrantyPlus .detail-wrap ul li:nth-of-type(4) {
  margin-bottom: 50px;
}

.detail-wrap .price {
  width: 100%;
}

.price-head span, .price-body span {
  font-weight: 900;
  font-size: 120%;
}

.price-head {
  width: 100%;
  padding: 5px 0;
}

.price-body {
  width: 100%;
  border-bottom: solid 1px #111;
  font-size: 120%;
  font-weight: 900;
}

.main-content .img-wrap {
  margin-bottom: 15px;
}

.main-content .img-wrap img {
  filter: drop-shadow(5px 5px 5px #5a5a5a50);
  border-radius: 4px;
  overflow: hidden;
}


.product {
  font-weight:900;
  margin-top:30px;
  align-items: start;
  text-align: start;
  margin-bottom: 30px;
}

.product ul li,.product ul,.product li {
  margin:0;
}

.l-left{
width: 30%;
}

.r-right {
  width: 70%;
}

.ansin table {
  border-collapse: collapse;
  border: 2px solid rgb(140 140 140);
  margin: 0;
  width: 100%;
}

.ansin caption {
  caption-side: bottom;
  padding: 10px;
  font-weight: bold;
}

.ansin thead,
.ansin tfoot {
  background-color: rgb(228 240 245);
}

.ansin th,
.ansin td {
  border: 1px solid rgb(160 160 160);
  padding: 8px 10px;
  text-align: left;
}

.ansin td:last-of-type {
  text-align: left;
}

.ansin tbody > tr:nth-of-type(even) {
  background-color: rgb(237 238 242);
}

.ansin tfoot th {
  text-align: right;
}

.ansin tfoot td {
  font-weight: bold;
}
/*============= 【sns】 ==============*/
.sns-wrap {
  width: 70%;
  max-width: 240px;
  margin: 0 auto;
}

.sns-icon {
  width: 25%;
}

/*============= 【store】 ==============*/
.store-wrap {
  align-items: center;
  margin: 0 auto;
}

.store, .store-txt {
  padding: 4px;
}

.store {
  width: 50%;
  margin: 0;
}

.store-img {
  margin-bottom: 50px;
}

.txt-wrap {
  text-align: center
}

.txt-wrap img {
  margin: 0 0;
  display: inline-block;
  width: 20px;
}

.store-txt {
  font-size: calc(10px + ((1vw - 3.2px) * 0.42));
}

.store-info {
  display: inline-block;
  position: relative;
  float: right;
  font-size: 90%;
}

.store-info:after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 1px;
  width: 0%;
  background: #000;
}
#store .txt-wrap p {
  margin-bottom:20px;
  font-size: 120%;
}
.store-btn {
    border: solid 1px #000000;
    border-radius: 4em;
    padding: 5px;
    display: block;
    cursor: pointer;
}
/*============= 【footer】 ==============*/
footer {
  position: relative;
  height: 10vh;
  background: #231816;
}

.footer-logo, .footer-pagetop {
  position: absolute;
  top: 50%;
}

.footer-logo {
  left: 50%;
  transform: translate(-50%, -50%);
  height: 60%;
}

.footer-pagetop {
  right: 5vw;
  transform: translateY(-40%);
  width: calc(32px + ((1vw - 3.2px) * 0.83));
  color: #c70012;
}

/*============= 【action】 ==============*/
.link:hover {
  filter: hue-rotate(180deg);
}




/*============= 【media query】 ==============*/
@media (min-width:640px) {

}
@media (min-width:960px) {
  .sp {
    display: none;
  }

  .nav-wrap li {
    width: calc(100%/4);
  }

  .content-wrap > h2 div, .content-wrap > h3 {
    text-align: left;
    padding-left: 7%;
  }

  .content-wrap > h3:before {
    content: "";
    position: absolute;
    z-index: 1;
    transform: rotate(90deg);
    left: 0%;
    top: 25%;
    width: 7%;
    border-bottom: 35px solid #ec6c00;
    border-left: 0px solid transparent;
    border-right: 25px solid transparent;
  }

  .main-content {
    margin: 0 -15px 25px -15px !important;
  }

  .main-content .img-wrap, .main-content p, .ansin {
    width: 50%;
    padding: 15px;
  }

  .detail-wrap .left {
    width: 30%;
  }

  .detail-wrap .right {
    width: 70%;
    padding: 25px 20px 25px 40px;
  }

  .store-wrap {
    justify-content: center;
    max-width: 800px;
    text-align: center;
  }

  .store-wrap .store-img {
    width: 50%;
    margin: 0 0 20px;
    padding: 15px;
  }

  .store-wrap .txt-wrap {
    width: 50%;
    margin: 0;
    padding: 15px;
  }

}

@media (min-width:1280px) {
  body {
    font-size: 18px;
  }

  h1 {
    font-size: 40px;
  }

  h1 span {
    font-size: 20px;
  }

  h1:after {
    margin: 20px auto 60px;
  }

  .content-wrap {
    padding: 64px 32px;
  }

  .content-wrap > h2 {
    font-size: 32px;
  }

  .detail-wrap .price {
    border-bottom: solid 1px;
    margin-bottom: 0px;
  }

  .price-head {
    width: 35%;
    padding: 0;
  }

  .price-body {
    width: 65%;
    border-bottom: none;
  }

}

@media (min-width:1440px) {
  .top-logo.show {
    opacity: 1;
    visibility: visible;
    transition: 0.5s;
  }

}
