body {
  width: 100%;
  overflow-x: hidden;
}
body.fixed {
  overflow: hidden;
  overflow: clip !important;
}
.contents {
  overflow: hidden;
  color: #000;
  font-family: "Noto Sans JP", "Yu Gothic", YuGothic, Osaka, "ＭＳ Ｐゴシック",
    "MS PGothic", sans-serif;
}
.contents img {
  width: 100%;
  max-width: 100%;
  height: auto;
}
.wrapper_ {
  padding-top: 0;
}
.is-sp {
  display: none;
}
@media (max-width: 767px) {
  .is-pc {
    display: none;
  }
  .is-sp {
    display: block;
  }
}

/* kv */
.p-kv {
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .p-kv {
    margin-bottom: 8vw;
  }
}
.p-kv__img {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  max-width: 994px;
}

/* lead */
.p-lead {
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .p-lead {
    margin-bottom: 8vw;
  }
}
.p-lead__inner {
  margin: 0 auto;
  max-width: 558px;
}
@media (max-width: 767px) {
  .p-lead__inner {
    max-width: 90.66666667vw;
  }
}
@media (max-width: 767px) {
  .p-lead__textsp {
    position: relative;
    text-align: center;
    line-height: 1.92857;
    font-size: 3.7333333vw;
    padding-bottom: 7.2vw;
    margin-bottom: 8vw;
    letter-spacing: 0.12em;
  }
  .p-lead__textsp::after {
    position: absolute;
    content: "";
    display: block;
    background-color: #595959;
    width: 48vw;
    height: 1px;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
  }
}
.p-lead__text01 {
  text-align: center;
  font-size: 20px;
  line-height: 2;
  letter-spacing: 0.1em;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .p-lead__text01 {
    font-size: 5vw;
    margin-bottom: 4vw;
  }
}
.p-lead__text01 .link {
  color: #002e73;
  display: inline-block;
  position: relative;
  /* border-bottom: 1px solid; */
  font-weight: 700;
  padding-right: 10px;
  margin-right: 6px;
}
@media (max-width: 767px) {
  .p-lead__text01 .link {
    padding-right: 1.6vw;
    margin-right: 1.6vw;
  }
}
.p-lead__text01 .link::after {
  position: absolute;
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-right: 1px solid #002e73;
  border-bottom: 1px solid #002e73;
  top: 53%;
  right: 0;
  transform: translate(-50%, -50%) rotate(-45deg);
}
@media (max-width: 767px) {
  .p-lead__text01 .link::after {
    width: 1.2vw;
    height: 1.2vw;
  }
}
.p-lead__text01 .blue {
  color: #002e73;
  font-weight: 700;
  padding-right: 10px;
  margin-right: 6px;
}
.p-lead__notes01 {
  color: #ba0018;
  line-height: 1.75;
  letter-spacing: 0.08em;
  text-align: center;
  font-size: 12px;
  margin-bottom: 25px;
}
@media (max-width: 767px) {
  .p-lead__notes01 {
    font-size: 2.66666667vw;
    margin-bottom: 6.8vw;
  }
}
.p-lead__contact {
  position: relative;
  border: 1px solid #595959;
  letter-spacing: 0.08em;
  padding: 20px 0;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .p-lead__contact {
    letter-spacing: 0.025em;
    padding: 5.6vw 0 5.6vw 5.6vw;
    margin-bottom: 3.2vw;
  }
}
.p-lead__contact .ttl {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  white-space: nowrap;
  z-index: 1;
  background-color: #fff;
  font-size: 12px;
  padding: 0 8px;
}
@media (max-width: 767px) {
  .p-lead__contact .ttl {
    font-size: 3.2vw;
    padding: 0 1.2vw;
  }
}
.p-lead__contact .list {
  width: max-content;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .p-lead__contact .list {
    width: auto;
    margin: 0;
  }
}
.p-lead__contact .list li {
  font-size: 14px;
  line-height: 1.6428;
}
@media (max-width: 767px) {
  .p-lead__contact .list li {
    font-size: 3.46666667vw;
  }
}
.p-lead__contact .list li span {
  display: block;
  font-size: 13px;
  padding-left: 16px;
}
@media (max-width: 767px) {
  .p-lead__contact .list li span {
    font-size: 3.2vw;
    padding-left: 4vw;
  }
}
.p-lead__contact .list li a {
  text-decoration: none;
}
@media (min-width: 768px) {
  .p-lead__contact .list li a {
    pointer-events: none;
  }
}
.p-lead__contact .list li + li {
  margin-top: 6px;
}
@media (max-width: 767px) {
  .p-lead__contact .list li + li {
    margin-top: 2vw;
  }
}
.p-lead__notes02 {
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .p-lead__notes02 {
    margin-bottom: 4vw;
  }
}
.p-lead__notes02 p {
  padding-left: 1em;
  text-indent: -1em;
  font-size: 12px;
  line-height: 1.75;
  letter-spacing: 0.025em;
}
@media (max-width: 767px) {
  .p-lead__notes02 p {
    font-size: 2.6666667vw;
    line-height: 1.7;
  }
}
.p-lead__text02 {
  text-align: center;
  letter-spacing: -0.05em;
  font-size: 12px;
  line-height: 1.916666667;
}
@media (min-width: 768px) {
  .p-lead__text02 {
    white-space: nowrap;
  }
}
@media (max-width: 767px) {
  .p-lead__text02 {
    text-align: left;
    font-size: 2.6666667vw;
    letter-spacing: 0;
    line-height: 1.7;
  }
}

/* products */
.p-products {
  position: relative;
  margin-bottom: 120px;
}
@media (max-width: 767px) {
  .p-products {
    margin-bottom: 18.8vw;
  }
}
.p-products::after {
  position: absolute;
  content: "";
  display: block;
  background-color: #eeeeee;
  z-index: -1;
  width: 100vw;
  /*height: 467.5px;*/
  top: 50px;
  left: 0;
}
@media (max-width: 767px) {
  .p-products::before {
    position: absolute;
    content: "";
    display: block;
    background-color: #eeeeee;
    z-index: -1;
    left: 0;
    width: 100vw;
    /*height: 86vw;*/
    top: 9.3333333vw;
  }
  .p-products::after {
    /* height: 86vw;*/
    top: 112.666666667vw;
  }
}
.p-products__inner {
  margin: 0 auto;
  max-width: 1034px;
  padding: 0 20px;
}
@media (max-width: 767px) {
  .p-products__inner {
    padding: 0;
    max-width: 90.66666667vw;
  }
}
.p-products__list {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .p-products__list {
    flex-wrap: wrap;
    row-gap: 16vw;
  }
}
.p-products__list__item {
  width: 23.14%;
  text-align: center;
}
@media (max-width: 767px) {
  .p-products__list__item {
    width: 42.66666667vw;
  }
}
.p-products__list__item .img {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .p-products__list__item .img {
    margin-bottom: 3.6vw;
  }
}
.p-products__list__item .ttl {
  font-size: 14px;
  letter-spacing: 0.1em;
  margin-bottom: 12px;
  line-height: 1;
}
@media (max-width: 767px) {
  .p-products__list__item .ttl {
    font-size: 3.2vw;
    margin-bottom: 2.1vw;
  }
}
.p-products__list__item .size {
  font-size: 12px;
  margin-bottom: 12px;
  line-height: 1.666667;
  letter-spacing: 0.1em;
}
@media (max-width: 767px) {
  .p-products__list__item .size {
    font-size: 2.6666667vw;
    line-height: 1.5;
    letter-spacing: 0;
    margin-bottom: 1.6vw;
  }
}
.p-products__list__item .price {
  color: #8c8c8c;
  line-height: 1.75;
  letter-spacing: 0.1em;
  font-size: 13px;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .p-products__list__item .price {
    font-size: 2.93333333vw;
    margin-bottom: 1.2vw;
  }
}
.p-products__list__item .js-modal-open {
  display: inline-block;
  position: relative;
  cursor: pointer;
  color: #002e73;
  transition: all 0.3s;
  border-bottom: 1px solid #002e73;
  letter-spacing: 0.1em;
  font-weight: 700;
  font-size: 13px;
  padding-right: 12px;
  margin-bottom: 25px;
}
@media (min-width: 768px) {
  .p-products__list__item .js-modal-open:hover {
    opacity: 0.7;
  }
}
@media (max-width: 767px) {
  .p-products__list__item .js-modal-open {
    font-size: 2.666666667vw;
    padding-right: 1.6vw;
    margin-bottom: 4.8vw;
  }
}
.p-products__list__item .js-modal-open::after {
  position: absolute;
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  border-right: 1px solid #002e73;
  border-bottom: 1px solid #002e73;
  top: 53%;
  right: 0;
  transform: translate(-50%, -50%) rotate(-45deg);
}
@media (max-width: 767px) {
  .p-products__list__item .js-modal-open::after {
    width: 0.8vw;
    height: 0.8vw;
  }
}
.p-products__list__item .cart {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #404040;
  height: 50px;
  column-gap: 5px;
  text-decoration: none;
}
@media (max-width: 767px) {
  .p-products__list__item .cart {
    height: 9.333333vw;
    column-gap: 1.06666667vw;
  }
}
.p-products__list__item .cart img {
  width: 8.04%;
}
@media (max-width: 767px) {
  .p-products__list__item .cart img {
    width: 3.6vw;
  }
}
.p-products__list__item .cart span {
  color: #fff;
  font-size: 15.8px;
  font-weight: 500;
  letter-spacing: 0.08em;
}
@media (min-width: 768px) and (max-width: 1034px) {
  .p-products__list__item .cart span {
    font-size: 1.528vw;
  }
}
@media (max-width: 767px) {
  .p-products__list__item .cart span {
    font-size: 2.933333vw;
  }
}

/* modal */
.modal {
  display: none;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100001;
}
.modal__bg {
  background: rgba(0, 0, 0, 0.5);
  height: 100vh;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}
.modal__content {
  position: absolute;
  background: #fff;
  padding: 40px 70px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 588px;
  text-align: center;
}
@media (max-width: 767px) {
  .modal__content {
    width: 90.666666667vw;
    padding: 8vw 12vw;
  }
}
.modal__content .ttl {
  font-size: 16px;
  letter-spacing: 0.1em;
  padding-bottom: 25px;
  margin-bottom: 30px;
  border-bottom: 1px solid #595959;
}
@media (max-width: 767px) {
  .modal__content .ttl {
    font-size: 3.2vw;
    padding-bottom: 4vw;
    margin-bottom: 6vw;
    letter-spacing: 0.05em;
  }
}
.modal__content .list {
  font-size: 15px;
  letter-spacing: 0.1em;
  line-height: 2.53333333;
  padding-bottom: 30px;
  margin-bottom: 20px;
  border-bottom: 1px solid #595959;
}
@media (max-width: 767px) {
  .modal__content .list {
    font-size: 2.93333333vw;
    line-height: 2.5454545454545;
    padding-bottom: 6vw;
    margin-bottom: 3.2vw;
    letter-spacing: 0.025em;
  }
}
.modal__content .notes {
  color: #ba0018;
  font-size: 12px;
  letter-spacing: 0.08em;
  line-height: 1.83333333;
}
@media (max-width: 767px) {
  .modal__content .notes {
    font-size: 2.6666667vw;
    line-height: 1.7;
    letter-spacing: 0;
  }
}
.modal__content .js-modal-close.batsu {
  position: absolute;
  top: 23px;
  right: 23px;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../img/ic-close.jpg);
  cursor: pointer;
  width: 32.5px;
  height: 32.5px;
  z-index: 1;
}
@media (max-width: 767px) {
  .modal__content .js-modal-close.batsu {
    top: 4.5333333vw;
    right: 4.5333333vw;
    width: 4vw;
    height: 4vw;
  }
}
