@charset "UTF-8";
/* ==================================================
  import
================================================== */
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP&display=swap");
@import url("https://use.typekit.net/rza8xpy.css");
/* ==================================================
  Variables
================================================== */
/* ---- color ---- */
/* ---- font ---- */
/* ---- layout ---- */
/* ---- font-size ---- */
/* ==================================================
  Mixins / Functions
================================================== */
/* ---- Media Query ---- */
/* ---- VW (SP基準) ---- */
/* ==================================================
  Base
================================================== */
html {
  font-size: 100%;
}

body {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: calc(12 / 16 * 1rem);
  line-height: 1.8;
  color: #59282E;
  background-color: #F7F7F6;
}
@media screen and (min-width: 769px) {
  body {
    font-size: calc(13 / 16 * 1rem);
  }
}
body img,
body video,
body svg {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

a {
  color: inherit;
  text-decoration: none;
}

/* ---- Utility ---- */
.pc {
  display: none;
}

.sp {
  display: block;
}

@media screen and (min-width: 769px) {
  .pc {
    display: block;
  }
  .sp {
    display: none;
  }
}
/* ==================================================
  Animation
================================================== */
.fadein {
  opacity: 0;
  transform: translateY(5px);
  transition: all 1.1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.fadein.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* ==================================================
  Layout
================================================== */
.lp-container {
  width: 100%;
  overflow: hidden;
}

/* ==================================================
  Main Visual
================================================== */
.mv {
  position: relative;
  margin-bottom: calc(40 / 16 * 1rem);
}
@media screen and (min-width: 769px) {
  .mv {
    margin-bottom: 80px;
  }
}
.mv__title {
  width: calc(208 / 390 * 100vw);
  position: absolute;
  top: calc(60 / 390 * 100vw);
  left: calc(161 / 390 * 100vw);
  z-index: 5;
  opacity: 0;
  animation: fadeIn 1.1s ease 0.9s forwards;
}
@media screen and (min-width: 769px) {
  .mv__title {
    width: 38.28vw;
    top: 46.3vw;
    left: 58.125vw;
  }
}
.mv__image {
  width: 100%;
  opacity: 0;
  animation: fadeIn 1.1s ease 0.15s forwards;
}

.lead {
  margin-bottom: calc(40 / 16 * 1rem);
}
.lead__heading {
  width: calc(230 / 390 * 100vw);
  margin: 0 auto calc(16 / 16 * 1rem);
}
@media screen and (min-width: 769px) {
  .lead__heading {
    width: 370px;
    margin: 0 auto calc(32 / 16 * 1rem);
  }
}
.lead__text {
  font-size: calc(12 / 16 * 1rem);
  line-height: 2;
  width: calc(330 / 390 * 100vw);
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .lead__text {
    font-size: calc(14 / 16 * 1rem);
    text-align: center;
  }
}

/* ==================================================
  Content
================================================== */
@media screen and (min-width: 769px) {
  .content {
    padding: 0 40px;
  }
}

.content-block {
  padding: calc(34 / 16 * 1rem) 0 calc(38 / 16 * 1rem);
}
@media screen and (min-width: 769px) {
  .content-block {
    padding: calc(80 / 16 * 1rem) 0 calc(92 / 16 * 1rem);
  }
}
.content-block.bg {
  background-color: #FFF;
}
.content-block__heading {
  margin-bottom: calc(25 / 16 * 1rem);
  font-family: "optima-lt-pro", sans-serif;
  font-weight: 400;
  font-style: normal;
}
@media screen and (min-width: 769px) {
  .content-block__heading {
    margin-bottom: 50px;
  }
}
.content-block__inner {
  width: calc(250 / 390 * 100vw);
  margin: 0 auto 0;
  padding-bottom: 10px;
  border-bottom: 1px solid #B58C91;
  margin-bottom: 16px;
}
@media screen and (min-width: 769px) {
  .content-block__inner {
    width: 600px;
    padding-bottom: 12px;
    margin-bottom: 20px;
  }
}
.content-block__title {
  display: flex;
  align-items: center;
  gap: 10px;
  line-height: 1;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
.content-block__title span {
  font-style: italic;
}
.content-block__title span.style {
  font-size: calc(14 / 16 * 1rem);
}
@media screen and (min-width: 769px) {
  .content-block__title span.style {
    font-size: calc(16 / 16 * 1rem);
  }
}
.content-block__title span.num {
  font-size: calc(38 / 16 * 1rem);
}
@media screen and (min-width: 769px) {
  .content-block__title span.num {
    font-size: calc(42 / 16 * 1rem);
  }
}
.content-block__item {
  text-align: center;
  font-size: calc(24 / 16 * 1rem);
  margin-inline: auto;
  line-height: 1;
}
@media screen and (min-width: 769px) {
  .content-block__item {
    font-size: calc(29 / 16 * 1rem);
  }
}
.content-block__imageWrap {
  margin-bottom: calc(40 / 16 * 1rem);
}
@media screen and (min-width: 769px) {
  .content-block__imageWrap {
    width: 1140px;
    margin-inline: auto;
    margin-bottom: 0;
  }
}
.content-block__text {
  position: relative;
  width: calc(350 / 390 * 100vw);
  margin: 0 auto 0;
  padding: 14px 25px 10px;
  box-sizing: border-box;
  font-size: calc(12 / 16 * 1rem);
  line-height: 2;
  margin-bottom: calc(30 / 16 * 1rem);
  text-align: justify;
}
@media screen and (min-width: 769px) {
  .content-block__text {
    font-size: calc(14 / 16 * 1rem);
    padding: 19px 30px 15px;
    width: 600px;
    margin-bottom: 20px;
  }
}
.content-block__text::before, .content-block__text::after {
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
}
@media screen and (min-width: 769px) {
  .content-block__text::before, .content-block__text::after {
    width: 25px;
    height: 25px;
  }
}
.content-block__text::before {
  left: 0;
  top: 0;
  border-top: 1px solid #59282E;
  border-left: 1px solid #59282E;
}
.content-block__text::after {
  right: 0;
  bottom: 0;
  border-bottom: 1px solid #59282E;
  border-right: 1px solid #59282E;
}
.content-block__image {
  margin-bottom: calc(40 / 390 * 100vw);
}
@media screen and (min-width: 769px) {
  .content-block__image {
    margin-bottom: 70px;
  }
}
@media screen and (min-width: 769px) {
  .content-block__flex {
    display: flex;
    justify-content: space-between;
  }
}
@media screen and (min-width: 769px) {
  .content-block__grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    -moz-column-gap: 40px;
         column-gap: 40px;
  }
}
.content-block .image--w250 {
  width: calc(250 / 390 * 100vw);
}
@media screen and (min-width: 769px) {
  .content-block .image--w250 {
    width: 400px;
  }
}
.content-block .image--w260 {
  width: calc(260 / 390 * 100vw);
}
@media screen and (min-width: 769px) {
  .content-block .image--w260 {
    width: 550px;
  }
}
.content-block .image--w280 {
  width: calc(280 / 390 * 100vw);
}
@media screen and (min-width: 769px) {
  .content-block .image--w280 {
    width: 520px;
  }
}
.content-block .image--w330 {
  width: calc(330 / 390 * 100vw);
}
@media screen and (min-width: 769px) {
  .content-block .image--w330 {
    width: 640px;
  }
}
.content-block .image--w350 {
  width: calc(350 / 390 * 100vw);
}
@media screen and (min-width: 769px) {
  .content-block .image--w350 {
    width: 640px;
  }
}
.content-block .image--full {
  width: 100%;
}
@media screen and (min-width: 769px) {
  .content-block .image--full {
    width: 680px;
  }
}
.content-block .is-center {
  margin-inline: auto;
}
.content-block .is-left {
  margin-left: calc(20 / 390 * 100vw);
}
.content-block .is-right {
  margin-left: auto;
  margin-right: calc(20 / 390 * 100vw);
}
@media screen and (min-width: 769px) {
  .content-block .is-mt {
    margin-top: 270px;
  }
}

.content-block__creditList {
  width: calc(350 / 390 * 100vw);
  margin-inline: auto;
}
@media screen and (min-width: 769px) {
  .content-block__creditList {
    width: 600px;
  }
}
.content-block__credit {
  font-family: "optima-lt-pro", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: calc(12 / 16 * 1rem);
  display: flex;
  align-content: center;
  margin-bottom: 1px;
  gap: 10px;
}
@media screen and (min-width: 769px) {
  .content-block__credit {
    font-size: calc(13 / 16 * 1rem);
    margin-bottom: 3px;
  }
}
.content-block__credit .yen {
  font-size: calc(11 / 16 * 1rem);
}
@media screen and (min-width: 769px) {
  .content-block__credit .yen {
    font-size: calc(12 / 16 * 1rem);
  }
}
.content-block__credit .item-d-none {
  display: none;
}
.content-block__buy {
  text-decoration: underline;
}
.content-block__buy:hover {
  text-decoration: none;
}
.content-block.profile {
  padding: calc(34 / 16 * 1rem) calc(20 / 390 * 100vw) calc(38 / 16 * 1rem);
  box-sizing: border-box;
}
@media screen and (min-width: 769px) {
  .content-block .profile__inner {
    width: 480px;
    margin-inline: auto;
  }
}
.content-block .profile__name {
  font-size: calc(19 / 16 * 1rem);
  margin-bottom: 2px;
}
.content-block .profile__name span {
  font-size: calc(12 / 16 * 1rem);
}
.content-block .profile__text {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.content-block .profile__text a {
  text-decoration: underline;
}
.content-block .profile__text a:hover {
  text-decoration: none;
}
.content-block .product__titleWrap {
  font-family: "optima-lt-pro", sans-serif;
  font-weight: 400;
  font-style: normal;
  margin-bottom: calc(50 / 16 * 1rem);
  text-align: center;
}
@media screen and (min-width: 769px) {
  .content-block .product__titleWrap {
    margin-bottom: 80px;
  }
}
.content-block .product__and {
  font-size: calc(16 / 16 * 1rem);
  margin-bottom: 5px;
  font-style: italic;
}
@media screen and (min-width: 769px) {
  .content-block .product__and {
    font-size: calc(20 / 16 * 1rem);
  }
}
.content-block .product__more {
  width: 2px;
  margin: 0 auto 6px;
}
@media screen and (min-width: 769px) {
  .content-block .product__more {
    width: 3px;
  }
}
@media screen and (min-width: 769px) {
  .content-block .product__itemWrap {
    width: 982px;
    margin-inline: auto;
    display: grid;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px 20px;
  }
}
.content-block .product__title {
  font-size: calc(24 / 16 * 1rem);
}
@media screen and (min-width: 769px) {
  .content-block .product__title {
    font-size: calc(30 / 16 * 1rem);
  }
}
.content-block .product__item {
  width: calc(330 / 390 * 100vw);
  margin-inline: auto;
  margin-bottom: calc(60 / 16 * 1rem);
}
.content-block .product__item:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 769px) {
  .content-block .product__item {
    width: 470px;
    margin-bottom: calc(48 / 16 * 1rem);
  }
}
.content-block .product__name {
  font-size: calc(30 / 16 * 1rem);
  font-family: "optima-lt-pro", sans-serif;
  font-weight: 400;
  font-style: normal;
  margin-bottom: calc(13 / 16 * 1rem);
  text-align: center;
  line-height: 1.2;
}
@media screen and (min-width: 769px) {
  .content-block .product__name {
    font-size: calc(32 / 16 * 1rem);
  }
}
.content-block .product__name span {
  display: block;
  font-size: calc(23 / 16 * 1rem);
}
@media screen and (min-width: 769px) {
  .content-block .product__name span {
    font-size: calc(26 / 16 * 1rem);
  }
}
.content-block .product__img {
  margin-bottom: 22px;
}
.content-block .product__text {
  margin-bottom: 16px;
}
.content-block .staff {
  font-family: "optima-lt-pro", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: calc(12 / 16 * 1rem);
  width: -moz-fit-content;
  width: fit-content;
  margin: 50px auto 25px;
}
@media screen and (min-width: 769px) {
  .content-block .staff {
    font-size: calc(13 / 16 * 1rem);
    margin: 100px auto 50px;
  }
}

/* ==================================================
  Footer
================================================== */
.footer {
  font-family: "optima-lt-pro", sans-serif;
  font-weight: 400;
  font-style: normal;
  position: relative;
  border-top: solid 1px #000;
  padding: 20px 10px 20px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
@media screen and (min-width: 769px) {
  .footer {
    padding: 40px 10px 20px;
  }
}
.footer__itemList {
  margin-bottom: 20px;
}
.footer__item a {
  transition: all 0.2s ease-in;
}
.footer__item a:hover {
  opacity: 0.6;
}
.footer__copyright {
  font-size: calc(10 / 16 * 1rem);
}
.footer__pagetop {
  font-size: calc(10 / 16 * 1rem);
}
.footer__pagetop a {
  text-decoration: underline;
}
.footer__pagetop a:hover {
  text-decoration: none;
}/*# sourceMappingURL=style.css.map */