@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
body {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  color: #000;
  background: #efefef;
}

a {
  text-decoration: none;
  color: #000;
}

.inner {
  position: relative;
  padding: 0 2.66667vw;
  font-size: 3.73333vw;
}

@media screen and (min-width: 768px) {
  .inner {
    max-width: 1260px;
    margin: 0 auto;
    padding: 0 30px;
    font-size: 14px;
  }
}

@media screen and (min-width: 768px) {
  .sp {
    display: none !important;
  }
}

@media screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
}

header {
  width: 100%;
  background: #fff;
}

header .inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 16vw;
}

@media screen and (min-width: 768px) {
  header .inner {
    height: 110px;
  }
}

header .logo {
  width: 50.13333vw;
}

@media screen and (min-width: 768px) {
  header .logo {
    width: 188px;
  }
}

header .inquiry a {
  display: block;
  width: 32vw;
  font-size: 3.73333vw;
  line-height: 8vw;
  text-align: center;
  color: #fff;
  background: #000;
}

@media screen and (min-width: 768px) {
  header .inquiry a {
    width: 160px;
    font-size: 16px;
    line-height: 30px;
    transition: opacity .2s;
  }
  header .inquiry a:hover {
    opacity: .7;
  }
}

footer {
  text-align: center;
}

@media screen and (max-width: 767px) {
  footer {
    margin-top: 16vw;
  }
  footer a {
    display: block;
    padding: 5.33333vw 0;
    border-top: 2px solid #d8d8d8;
  }
}

@media screen and (min-width: 768px) {
  footer ul {
    display: flex;
    justify-content: center;
    margin-top: 60px;
    padding: 30px 0;
    border-top: 2px solid #d8d8d8;
  }
  footer ul li + li {
    margin-left: 20px;
    padding-left: 20px;
    border-left: 2px solid #c5c5c5;
  }
  footer ul a:hover {
    color: #f50506;
  }
}

footer p {
  padding: 5.33333vw 0 10.66667vw;
  border-top: 2px solid #d8d8d8;
}

@media screen and (min-width: 768px) {
  footer p {
    padding: 30px 0 60px;
  }
}

.kv {
  position: relative;
  margin: 0 -2.66667vw 8vw;
}

@media screen and (min-width: 768px) {
  .kv {
    margin: 0 0 60px;
  }
}

.kv h1 {
  position: absolute;
  bottom: 0;
  left: 4.8vw;
  width: 89.86667vw;
  margin-bottom: 4.8vw;
}

@media screen and (min-width: 768px) {
  .kv h1 {
    left: 3.16667%;
    width: 47.66667%;
    margin-bottom: 2.66667%;
  }
}

.intro h2 {
  margin: 0 -2.66667vw;
  padding: 1.6vw 0 2.13333vw;
  font-size: 4.8vw;
  line-height: 1.42;
  text-align: center;
  color: #fff;
  background: #000;
}

@media screen and (min-width: 768px) {
  .intro h2 {
    margin: 0 0 18px;
    padding: 5px 0 7px;
    font-size: 24px;
  }
}

@media screen and (min-width: 768px) {
  .intro .wrap {
    display: flex;
    justify-content: space-between;
  }
}

.intro dl {
  margin-top: 8vw;
}

@media screen and (min-width: 768px) {
  .intro dl {
    margin-top: 0;
    width: 44.75%;
  }
}

.intro dl dt {
  display: flex;
  align-items: center;
}

@media screen and (min-width: 768px) {
  .intro dl dt {
    column-gap: 4px;
  }
}

.intro dl dt figure {
  width: 32.26667vw;
}

@media screen and (min-width: 768px) {
  .intro dl dt figure {
    width: 135px;
  }
}

.intro dl dt span {
  display: inline-block;
  width: 62.4vw;
  margin-bottom: 2.66667vw;
  padding: 0 0 2.13333vw 1.33333vw;
  font-size: 4.8vw;
  font-weight: 900;
  line-height: 1.55;
  border-bottom: 0.8vw solid #000;
}

@media screen and (min-width: 768px) {
  .intro dl dt span {
    width: 398px;
    margin: 0;
    padding: 0 0 11px 6px;
    font-size: 24px;
    line-height: 1;
    border-bottom: 3px solid #000;
  }
}

.intro dl dd {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column-reverse;
}

@media screen and (min-width: 768px) {
  .intro dl dd {
    flex-direction: row;
  }
}

.intro dl dd figure {
  width: 51.2vw;
}

@media screen and (min-width: 768px) {
  .intro dl dd figure {
    width: 260px;
    margin-right: -10%;
    margin-left: -3px;
  }
}

.intro dl dd .newprice {
  margin: 2.13333vw 0 2.66667vw;
  font-size: 4.8vw;
  font-weight: 900;
}

@media screen and (min-width: 768px) {
  .intro dl dd .newprice {
    margin: 0 0 40px;
    font-size: 30px;
  }
}

.intro dl dd .newprice p {
  margin-left: 1.06667vw;
}

@media screen and (min-width: 768px) {
  .intro dl dd .newprice p {
    margin-left: 3px;
  }
}

.intro dl dd .newprice div {
  display: flex;
  padding: 0 0 1.6vw;
  border-bottom: 1px solid #000;
}

@media screen and (min-width: 768px) {
  .intro dl dd .newprice div {
    padding: 18px 0 12px;
  }
}

.intro dl dd .newprice .price {
  margin-top: 1.6vw;
  font-family: "Roboto", sans-serif;
  font-size: 10.66667vw;
  font-weight: 700;
  letter-spacing: -.01em;
}

@media screen and (min-width: 768px) {
  .intro dl dd .newprice .price {
    margin: 0;
    font-size: 50px;
  }
}

.intro dl dd .newprice .yen {
  padding-left: .2em;
  font-size: 7.46667vw;
  font-weight: 700;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .intro dl dd .newprice .yen {
    font-size: 28px;
  }
}

.intro dl dd .newprice .yen small {
  display: block;
  font-size: 3.46667vw;
  font-weight: 400;
}

@media screen and (min-width: 768px) {
  .intro dl dd .newprice .yen small {
    font-size: 13px;
  }
}

.intro dl dd.btn a {
  position: relative;
  display: block;
  width: 100%;
  margin-top: 2.4vw;
  padding: 2.93333vw 0;
  font-size: 4.26667vw;
  text-align: center;
  color: #fff;
  background: #000;
  transition: opacity .3s;
}

@media screen and (min-width: 768px) {
  .intro dl dd.btn a {
    margin: 0;
    padding: 10px 0;
    font-size: 18px;
  }
}

.intro dl dd.btn a:hover {
  opacity: .7;
}

.intro dl dd.btn a::before {
  content: "";
  display: block;
  width: 3.2vw;
  height: 1.86667vw;
  position: absolute;
  top: calc(50% - 0.9vw);
  right: 3.46667vw;
  background: url(../img/arrow.png) no-repeat left top/contain;
}

@media screen and (min-width: 768px) {
  .intro dl dd.btn a::before {
    width: 12px;
    height: 7px;
    top: calc(50% - 3.5px);
    right: 13px;
  }
}

.series h3 {
  margin: 16vw -2.66667vw 6.4vw;
  padding: 2.66667vw 5.33333vw 3.2vw;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  background: #000;
}

@media screen and (min-width: 768px) {
  .series h3 {
    margin: 100px 0 52px;
    padding: 10px 20px 12px;
    font-size: 18px;
  }
}

.series .info {
  max-width: 960px;
  margin: 0 auto;
}

.series .info p {
  margin: 1.86667vw 0 8vw;
  font-size: 3.73333vw;
  line-height: 1.72;
}

@media screen and (min-width: 768px) {
  .series .info p {
    margin: 7px 0 54px;
    font-size: 16px;
    line-height: 2.25;
  }
}

@media screen and (min-width: 768px) {
  .series .list {
    display: flex;
    flex-wrap: wrap;
    gap: 30px 2.5%;
  }
}

.series .item {
  width: 84vw;
  margin: 8vw auto 0;
  padding: 5.86667vw 5.33333vw;
  background: #fff;
}

@media screen and (min-width: 768px) {
  .series .item {
    width: 31.66667%;
    margin: 0;
    padding: 1.83333% 1.66667%;
  }
}

.series .item dt {
  margin-right: -5.33333vw;
  font-size: 4.8vw;
  font-weight: 700;
}

@media screen and (min-width: 768px) {
  .series .item dt {
    margin: 0;
    font-size: 18px;
  }
}

.series .item dt figure {
  margin: 5.33333vw 0 -5.33333vw -5.33333vw;
}

@media screen and (min-width: 768px) {
  .series .item dt figure {
    margin: 20px 0 -14px;
  }
}

.series .item dd p {
  margin: 4.8vw 0 0 0.8vw;
  font-weight: 700;
}

@media screen and (min-width: 768px) {
  .series .item dd p {
    margin: 24px 0 0 5px;
  }
}

.series .item dd div {
  display: flex;
  padding: 2.13333vw 0 1.06667vw;
}

@media screen and (min-width: 768px) {
  .series .item dd div {
    padding: 8px 0 4px;
  }
}

.series .item dd div .price {
  font-family: "Roboto", sans-serif;
  font-size: 10.4vw;
  font-weight: 700;
  letter-spacing: -.01em;
}

@media screen and (min-width: 768px) {
  .series .item dd div .price {
    font-size: 39px;
  }
}

.series .item dd div .yen {
  padding-left: .2em;
  font-size: 6.4vw;
  font-weight: 700;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .series .item dd div .yen {
    font-size: 24px;
  }
}

.series .item dd div .yen small {
  display: block;
  margin-bottom: -.1em;
  font-size: 3.2vw;
  font-weight: 400;
}

@media screen and (min-width: 768px) {
  .series .item dd div .yen small {
    font-size: 12px;
  }
}

.series .item .btn li {
  position: relative;
  margin-top: 2.66667vw;
  font-size: 3.2vw;
  text-align: center;
  border: 1px solid #000;
  transition: opacity .3s;
}

@media screen and (min-width: 768px) {
  .series .item .btn li {
    margin-top: 10px;
    font-size: 12px;
  }
}

.series .item .btn li:hover {
  opacity: .7;
}

.series .item .btn li a {
  position: relative;
  display: block;
  width: 100%;
  padding: 1.86667vw 0;
  color: #fff;
  background: #000;
}

@media screen and (min-width: 768px) {
  .series .item .btn li a {
    padding: 7px 0;
  }
}

.series .item .btn li a::before {
  content: "";
  display: block;
  width: 2.66667vw;
  height: 2.93333vw;
  position: absolute;
  top: calc(50% - 1.2vw);
  right: 2.13333vw;
  background: url(../img/arrow_w.png) no-repeat left top/contain;
}

@media screen and (min-width: 768px) {
  .series .item .btn li a::before {
    width: 10px;
    height: 11px;
    top: calc(50% - 5px);
    right: 8px;
  }
}

.series .item .btn li:first-child a {
  color: #000;
  background: #fff;
}

.series .item .btn li:first-child a::before {
  background-image: url(../img/arrow_b.png);
}

.spec {
  position: relative;
  width: 94.66667vw;
  margin: 0 auto;
  padding: 5.33333vw 5.33333vw 13.33333vw;
  background: #fff;
}

@media screen and (min-width: 768px) {
  .spec {
    max-width: 990px;
    width: 90%;
    padding: 90px 80px;
  }
}

.spec .title {
  margin-bottom: 5.86667vw;
  font-size: 4.8vw;
  font-weight: 700;
}

@media screen and (min-width: 768px) {
  .spec .title {
    margin: 0 0 1.5em;
    font-size: 18px;
  }
}

.spec .list table {
  width: 100%;
  margin-bottom: 8vw;
  font-size: 3.73333vw;
  line-height: 1.5;
}

@media screen and (min-width: 768px) {
  .spec .list table {
    margin: 0;
    font-size: 14px;
  }
}

.spec .list th {
  padding: 2.66667vw 1.6vw;
  text-align: left;
  background: #efefef;
  border-top: 2px solid #ddd;
  border-bottom: 2px solid #ddd;
}

@media screen and (min-width: 768px) {
  .spec .list th {
    padding: 13px 6px;
  }
  .spec .list th:last-child {
    width: 16%;
  }
}

.spec .list td {
  padding: 1.06667vw 0 1.06667vw 1.6vw;
  border-bottom: 2px solid #ddd;
}

@media screen and (min-width: 768px) {
  .spec .list td {
    padding: 4px 6px;
  }
  .spec .list td:first-of-type {
    display: flex;
  }
}

.spec .list td span {
  display: block;
  margin: 0 0vw 1.06667vw -1.6vw;
  padding: 0 1.6vw 1.06667vw;
  font-weight: 500;
  border-bottom: 2px solid #e9e9e9;
}

@media screen and (min-width: 768px) {
  .spec .list td span {
    display: inline;
    width: 16em;
    margin: 0;
    padding: 0;
    border-bottom: none;
  }
}

.spec .list .space {
  width: 3px;
  padding: 0;
  background: none;
  border-top: none;
  border-bottom: none;
}

.spec .mfp-close {
  position: absolute;
  top: auto;
  right: auto;
  bottom: 6.93333vw;
  left: 50%;
  transform: translateX(-50%);
  width: auto;
  height: auto;
  padding: 3.2vw 5.33333vw;
  font-size: 3.73333vw;
  line-height: 1;
  color: #fff;
  background: #000;
  opacity: 1;
}

@media screen and (min-width: 768px) {
  .spec .mfp-close {
    top: 30px;
    right: 30px;
    bottom: auto;
    left: auto;
    transform: translateX(0);
    padding: 12px 20px;
    font-size: 14px;
    cursor: pointer;
    transition: opacity .2s;
  }
  .spec .mfp-close:hover {
    opacity: .7;
  }
}

.mfp-fade.mfp-bg {
  opacity: 0;
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

.mfp-fade.mfp-bg.mfp-ready {
  opacity: .8;
}

.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}
