@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@600&display=swap");
body {
  font-family: "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
}

.u-desktop {
  display: none;
}
@media screen and (min-width: 768px) {
  .u-desktop {
    display: block;
  }
}

@media screen and (min-width: 768px) {
  .u-mobile {
    display: none;
  }
}

/* リキッドレイアウト対応 */
html {
  font-size: 2.1333333333vw;
}
@media (min-width: 750px) {
  html {
    font-size: 16px;
  }
}

/* pcの電話番号発信対応 */
@media screen and (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

/* ホバー */
a {
  text-decoration: none;
  color: inherit;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media screen and (min-width: 768px) {
  a:hover {
    opacity: 0.8;
  }
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* Remove default padding */
ul,
ol {
  padding: 0;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Set core root defaults */
html {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* Remove list styles on ul, ol elements with a class attribute */
ul,
ol {
  list-style: none;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img {
  max-width: 100%;
  display: block;
  width: 100%;
}

/* Natural flow and rhythm in articles by default */
article > * + * {
  margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Blur images when they have no alt attribute */
img:not([alt]) {
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="10" /></filter></svg>#filter');
  -webkit-filter: blur(10px);
          filter: blur(10px);
}

/* フォームリセット */
input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

input[type=checkbox],
input[type=radio] {
  display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

body {
  -webkit-text-size-adjust: 100%;
}

.footer__wrap {
  text-align: center;
  margin-top: 114px;
  margin-top: 7.125rem;
  padding-bottom: min(16vw, 120px);
}

.footer__wrap a {
  display: inline-block;
  max-width: 530px;
  max-width: 33.125rem;
  width: 100%;
  margin: auto;
}

.footer__wrap a + a {
  margin-top: min(3.8666666667vw, 29px);
}

.inner {
  width: 100%;
  padding-right: 25px;
  padding-left: 25px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .inner {
    max-width: 800px;
    padding-right: 25px;
    padding-left: 25px;
  }
}

.item__wrap {
  width: min(70.1333333333vw, 526px);
  margin: 109px auto 0;
  margin: 6.8125rem auto 0;
  -webkit-transform: translateX(4px);
          transform: translateX(4px);
}

.item__group + .item__group {
  margin-top: 96px;
  margin-top: 6rem;
}

.item__group:nth-child(3) {
  margin-top: 100px;
  margin-top: 6.25rem;
}

.item__group:nth-child(4) {
  margin-top: 103px;
  margin-top: 6.4375rem;
}

.item__title {
  font-size: min(4vw, 30px);
  margin-top: 26px;
  margin-top: 1.625rem;
  line-height: 1.3333;
}

.item__title--margin01 {
  margin-top: max(-1.8666666667vw, -14px);
}

.item__title--margin02 {
  margin-top: 32px;
  margin-top: 2rem;
}

.item__title--margin03 {
  margin-top: min(3.0666666667vw, 23px);
}

.item__price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 7px;
  margin-top: 0.4375rem;
  -webkit-transform: translateX(0.1875rem);
          transform: translateX(0.1875rem);
}

.item__price--mt {
  margin-top: 14px;
  margin-top: 0.875rem;
}

.item__price + .item__price {
  margin-top: min(-0.6666666667vw, -5px);
}

.item__price span:nth-child(1) {
  font-size: min(4vw, 30px);
  font-weight: 600;
}

.item__price span:nth-child(2) {
  font-size: min(4vw, 30px);
  font-weight: 600;
  margin-left: min(1.3333333333vw, 10px);
}

.item__price span:nth-child(3) {
  font-size: min(4vw, 30px);
  font-weight: 600;
  margin-left: min(1.3333333333vw, 10px);
}

.item__price span:nth-child(4) {
  font-size: min(2.6666666667vw, 20px);
  margin-top: 8px;
}

.item__detail {
  font-size: min(4vw, 30px);
  line-height: 1.33333;
  margin-top: 20px;
  margin-top: 1.25rem;
  white-space: nowrap;
  -webkit-transform: translateX(-0.1875rem);
          transform: translateX(-0.1875rem);
}

.item__detail--mt {
  margin-top: 11px;
  margin-top: 0.6875rem;
}

.item__btn {
  margin-top: 23px;
  margin-top: 1.4375rem;
}

.item__btn--mt {
  margin-top: 20px;
  margin-top: 1.25rem;
}

.item__btn--margin {
  margin-top: min(4.5333333333vw, 34px);
}

.item__btn a {
  display: inline-block;
  width: 100%;
  border: 1.5px solid #020202;
  border: 0.09375rem solid #020202;
  text-align: center;
  font-size: min(3.3333333333vw, 25px);
  font-weight: 600;
  padding: min(2.2666666667vw, 17px) min(2.8vw, 21px) min(2.2666666667vw, 17px) 0;
  position: relative;
}

.item__btn a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 68%;
  -webkit-transform: translate(-43%, -50%) rotate(-90deg);
          transform: translate(-43%, -50%) rotate(-90deg);
  border-top: min(2.4vw, 18px) solid #020202;
  border-right: min(1.4666666667vw, 11px) solid transparent;
  border-left: min(1.4666666667vw, 11px) solid transparent;
}

main {
  max-width: 750px;
  width: 100%;
  margin: auto;
}

.mv {
  position: relative;
}

.mv__group {
  width: 100%;
  position: absolute;
  top: 28.1%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.mv__sub-title {
  font-size: 30px;
  font-size: 1.875rem;
  color: #DD5601;
  text-align: center;
  font-weight: 600;
}

.mv__sub-title p {
  display: inline-block;
  background: #fff;
  padding: 3px 21px 5px 31px;
  padding: 0.1875rem 1.3125rem 0.3125rem 1.9375rem;
  margin-left: 17px;
  margin-left: 1.0625rem;
  border-radius: 1.25rem;
  position: relative;
}

.mv__sub-title p::before {
  content: "";
  position: absolute;
  background: #fff;
  -webkit-clip-path: polygon(82% 0, 8% 0, 0 77%);
          clip-path: polygon(82% 0, 8% 0, 0 77%);
  right: 128px;
  right: 8rem;
  bottom: -28px;
  bottom: -1.75rem;
  width: 42.18px;
  width: 2.63625rem;
  height: 28.19px;
  height: 1.761875rem;
}

.mv__title {
  width: 83%;
  margin: min(3.0666666667vw, 23px) auto 0;
}

.mv__sub-title2 {
  text-align: center;
  margin-top: 22px;
  margin-top: 1.375rem;
}

.mv__sub-title2 img {
  width: 624px;
  width: 39rem;
  margin: auto;
}

.mv__date {
  width: 69.5%;
  margin: 34px auto 0;
  margin: 2.125rem auto 0;
  text-align: left;
  padding-left: 11px;
  padding-left: 0.6875rem;
}

.mv__date + .mv__date {
  margin-top: 3px;
  margin-top: 0.1875rem;
}

.mv__date span {
  font-size: min(3.6vw, 27px);
  font-weight: 600;
}

.mv__date span:nth-child(2) {
  display: inline-block;
  margin-left: 10px;
  margin-left: 0.625rem;
  -webkit-transform: translateY(0.1875rem);
          transform: translateY(0.1875rem);
}

span.mv__date-orange {
  color: #fff;
  background: #DD5601;
  font-size: min(3.0666666667vw, 23px);
  padding-top: 1px;
  display: inline-block;
  text-align: left;
  -webkit-transform: translateX(2px);
          transform: translateX(2px);
  text-align: justify;
  -moz-text-align-last: justify;
       text-align-last: justify;
  padding: 0px 11px 0 8px;
  padding: 0px 0.6875rem 0 0.5rem;
}

.mv__date p {
  width: 381px;
  width: 23.8125rem;
  margin: 17px auto 0;
  margin: 1.0625rem auto 0;
  -webkit-transform: translateX(0.125rem);
          transform: translateX(0.125rem);
}

.mv__note {
  max-width: 524px;
  max-width: 32.75rem;
  text-align: left;
  font-size: 12px;
  font-size: 0.75rem;
  padding-right: min(0.8vw, 6px);
  width: 100%;
  margin: 14px auto 0;
  margin: 0.875rem auto 0;
  line-height: 1.5;
}

.mv__e-shop {
  width: min(70.1333333333vw, 526px);
  margin: 51px auto 0;
  margin: 3.1875rem auto 0;
}

.mv__text-red {
  text-align: center;
  margin-top: 32px;
  margin-top: 2rem;
}

.mv__text-red p {
  font-size: 22px;
  font-size: 1.375rem;
  background: #D60000;
  color: #fff;
  display: inline-block;
  font-weight: 600;
  padding: 1px 18px 3px 13px;
  padding: 0.0625rem 1.125rem 0.1875rem 0.8125rem;
  max-width: 524.44px;
  max-width: 32.7775rem;
  width: 524.44px;
  width: 32.7775rem;
}

.mv__text {
  width: 70%;
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 1.82;
  font-family: "Noto Serif JP", serif;
  margin: auto;
  margin: 75px auto 0;
  margin: 4.6875rem auto 0;
  font-weight: 600;
}

.mv__table {
  margin: auto;
  font-size: 17px;
  font-size: 1.0625rem;
  font-weight: 600;
}

.mv__table tbody {
  -webkit-transform: translateY(0.0625rem);
          transform: translateY(0.0625rem);
}

.mv__table tr:not(:first-child) {
  height: 34px;
  height: 2.125rem;
  line-height: 34.5px;
  line-height: 2.15625rem;
}

.mv__table th {
  background: #F88E4B;
  color: #fff;
  width: 226px;
  width: 14.125rem;
  padding-right: 24px;
  padding-right: 1.5rem;
}

.mv__table th + th {
  width: 295px;
  width: 18.4375rem;
  padding-right: 0;
}

.mv__table td {
  background: #fff;
  color: #111;
  text-align: center;
  font-size: 18px;
  font-size: 1.125rem;
}
/*# sourceMappingURL=styles.css.map */
