@charset "UTF-8";
html {
  font-size: 62.5%;
}

body {
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-size: 1.2rem;
  line-height: 1.6;
  letter-spacing: 0.05em;
  color: #9d3c30;
  background: #f8eae8;
}
@media (max-width: 599px) {
  body {
    min-height: 100vh;
    min-height: calc(var(--vh, 1vh) * 100);
  }
}
@media (min-width: 600px) {
  body {
    font-size: 1.8rem;
  }
}

a {
  color: #9d3c30;
  text-decoration: none;
  transition: 0.9s;
}
a:hover {
  opacity: 0.7;
}

img {
  width: 100%;
  height: auto;
}

ul {
  list-style: none;
}

.show--sp {
  display: none;
}
@media (max-width: 599px) {
  .show--sp {
    display: block;
  }
}
.show--pc {
  display: block;
}
@media (max-width: 599px) {
  .show--pc {
    display: none;
  }
}

.view_timer {
  display: none;
}

/*------------------------ メイン ------------------------*/
.mv {
  line-height: 0;
}
.mv__wrap {
  background: #9f5148;
}
@media (min-width: 600px) {
  .mv__wrap {
    margin-bottom: 150px;
  }
}
.mv__inner {
  max-width: 1200px;
  margin: 0 auto 50px;
  position: relative;
}
.mv-ttl--1 {
  opacity: 0;
  transition: all 2s;
  position: absolute;
}
@media (max-width: 599px) {
  .mv-ttl--1 {
    width: 130px;
    width: clamp(100px, 35%, 130px);
    bottom: 4%;
    left: 5%;
  }
}
@media (min-width: 600px) {
  .mv-ttl--1 {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
.mv-ttl--2 {
  opacity: 0;
  transition: all 2s;
  position: absolute;
}
@media (max-width: 599px) {
  .mv-ttl--2 {
    top: 50%;
    right: 5%;
    width: 80px;
    transform: translate(0, -60%);
  }
}
@media (min-width: 600px) {
  .mv-ttl--2 {
    top: 50%;
    right: 10%;
    transform: translate(0, -60%);
  }
}

.intro {
  line-height: 2;
  margin-bottom: 50px;
}
@media (min-width: 600px) {
  .intro {
    text-align: center;
    margin-bottom: 150px;
  }
}
@media (max-width: 599px) {
  .intro-txt p {
    margin: 0 20px 20px;
  }
}
@media (min-width: 600px) {
  .intro-txt p {
    margin-bottom: 50px;
  }
}
.intro-txt p:first-child {
  font-size: 1.8rem;
  font-weight: bold;
}
@media (max-width: 599px) {
  .intro-txt p:first-child {
    text-align: center;
    margin: 0 0 20px;
  }
}
@media (min-width: 600px) {
  .intro-txt p:first-child {
    font-size: 3rem;
  }
}
.intro-img {
  width: 300px;
  width: clamp(200px, 80%, 300px);
  margin: 0 auto 20px;
}
@media (min-width: 600px) {
  .intro-img {
    width: 100%;
    max-width: 650px;
    margin-bottom: 50px;
  }
}

/*セクション*/
.section {
  background: #fff;
  margin-bottom: 50px;
  padding: 50px 20px;
}
@media (min-width: 600px) {
  .section {
    margin: 0 50px 100px;
    padding: 150px 50px;
  }
}
@media (min-width: 600px) {
  .section-mb {
    margin-bottom: 200px;
  }
}
.section-ttl {
  font-size: 2.4rem;
  text-align: center;
}
@media (min-width: 600px) {
  .section-ttl {
    font-size: 4rem;
  }
}
.section-ttl::before {
  display: block;
  content: "";
  width: 40px;
  height: 50px;
  background: url("image/point_sp.png") no-repeat center;
  background-size: contain;
  margin: 0 auto;
}
@media (min-width: 600px) {
  .section-ttl::before {
    background: url("image/point.png") no-repeat center;
  }
}
.section-ttl--sub {
  text-align: center;
  margin-bottom: 20px;
}
@media (min-width: 600px) {
  .section-ttl--sub {
    margin-bottom: 30px;
  }
}
.section-ttl--txt {
  text-align: center;
  margin-bottom: 50px;
}
@media (min-width: 600px) {
  .section-ttl--txt {
    margin-bottom: 100px;
  }
}
@media (min-width: 600px) {
  .section-item {
    max-width: 900px;
    margin: 0 auto;
  }
}
.section-item:not(:last-of-type) {
  margin-bottom: 50px;
}
@media (min-width: 600px) {
  .section-item:not(:last-of-type) {
    margin: 0 auto 150px;
  }
}
.section-item-img {
  margin-bottom: 15px;
}
@media (min-width: 600px) {
  .section-item-img {
    margin-bottom: 30px;
  }
}
.section-item__inner {
  margin-bottom: 20px;
}
@media (min-width: 600px) {
  .section-item__inner {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 50px;
    margin: 0 20px 40px;
  }
}
.section-item__inner-1 {
  font-weight: bold;
}
@media (max-width: 599px) {
  .section-item__inner-1 {
    margin-bottom: 10px;
  }
}
@media (min-width: 600px) {
  .section-item__inner-1 {
    grid-column: 2;
    grid-row: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
  }
}
@media (min-width: 600px) {
  .section-item__inner-2 {
    grid-column: 1;
    grid-row: 1;
  }
}
.section-item-name {
  font-size: 1.4rem;
  line-height: 1.3;
  margin-bottom: 5px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
}
@media (min-width: 600px) {
  .section-item-name {
    font-size: 2rem;
    margin-bottom: 10px;
  }
}
.section .comingsoon {
  color: #fff;
  background: #9d3c30;
  font-family: 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
  font-size: 1.2rem;
  padding: 5px;
  border-radius: 5px;
}
@media (min-width: 600px) {
  .section .comingsoon {
    font-size: 1.4rem;
    padding: 5px 10px;
  }
}
.section-item-price {
  font-size: 1.4rem;
}
@media (min-width: 600px) {
  .section-item-price {
    font-size: 2rem;
  }
}
@media (min-width: 600px) {
  .section-item-txt {
    font-size: 1.6rem;
  }
}
.section-item-link p, .section-recommend-item-link p {
  display: flex;
  justify-content: center;
}
.section-item-link a, .section-recommend-item-link a {
  font-family: 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
  background-position: center right 10px;
  background-size: 30px;
  display: block;
  border-radius: 50%;
  padding: 20px 50px;
}
@media (min-width: 600px) {
  .section-item-link a, .section-recommend-item-link a {
    background-position: center right 30px;
    padding: 25px 80px;
  }
}
.section-item-link--red a {
  color: #fff;
  background-color: #9f5148;
  background-image: url("image/arrow_sp.png");
}
.section-item-link--pink a {
  color: #9d3c30;
  background-color: #edd5d3;
  background-image: url("image/arrow2_sp.png");
}

.pre {
  font-size: 80%;
}
.pre-txt {
  font-size: 1rem;
}
@media (min-width: 600px) {
  .pre-txt {
    font-size: 1.4rem;
  }
}

.strikethrough {
  text-decoration: line-through;
}

.tax {
  font-size: 60%;
}

.pop span {
  color: #f8eae8;
  font-size: 1.2rem;
  font-family: 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
  font-weight: bold;
  background: #9d3c30;
  display: inline-block;
  padding: 3px 5px;
}
@media (min-width: 600px) {
  .pop span {
    font-size: 1.4rem;
    padding: 5px 10px;
  }
}

.section-recommend__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin-top: 50px;
}
@media (min-width: 600px) {
  .section-recommend__list {
    gap: 70px;
    max-width: 900px;
    margin: 150px auto 0;
  }
}
.section-recommend-item-img {
  line-height: 0;
  margin-bottom: 10px;
}
@media (min-width: 600px) {
  .section-recommend-item-img {
    margin-bottom: 20px;
  }
}
.section-recommend-item-name {
  font-weight: bold;
}
@media (min-width: 600px) {
  .section-recommend-item-name {
    margin-bottom: 5px;
  }
}
.section-recommend-item-price {
  font-weight: bold;
  margin-bottom: 10px;
}
@media (min-width: 600px) {
  .section-recommend-item-price {
    margin-bottom: 20px;
  }
}
@media (max-width: 599px) {
  .section-recommend-item-link a {
    text-align: center;
    width: 100%;
    background-size: 15px;
    padding: 15px 0;
  }
}

/*フッター*/
.footer {
  color: #fff;
  background: #9d3c30;
  padding: 50px 0 10px;
}
@media (min-width: 600px) {
  .footer {
    padding: 100px 0 30px;
  }
}

/*ボタン*/
.btn {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  margin: 0 20px 50px;
}
@media (min-width: 600px) {
  .btn {
    width: 500px;
    margin: 0 auto 100px;
    gap: 40px;
  }
}
.btn-item {
  line-height: 0;
}
.btn-item a {
  display: block;
  border: 1px solid #f8eae8;
  border-radius: 5px;
  padding: 10px 20px;
}
@media (min-width: 600px) {
  .btn-item a {
    padding: 10px 20px;
  }
}

.copyright {
  font-size: 1rem;
  display: block;
  text-align: center;
}
@media (min-width: 600px) {
  .copyright {
    font-size: 1.2rem;
  }
}

/*------------------------ 遅延読み込みアニメーション ------------------------*/
.animation.lazyload,
.animation.lazyloading {
  opacity: 0;
  visibility: hidden;
}

.animation.lazyloaded {
  opacity: 1;
  visibility: visible;
  transition: 0.8s;
}

/*------------------------ スクロールに合わせてアニメーション ------------------------*/
.animated.fadeinDown {
  opacity: 0;
  transform: translate(0, -20px);
  transition: all 1s;
}

.animated.fadeinDown.active {
  opacity: 1;
  transform: translate(0, 0);
}