@charset "UTF-8";
/*-------------------- color --------------------*/
/*-------------------- 共通 --------------------*/
html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  font-family: "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 1.3rem;
  line-height: 2;
  letter-spacing: 0.05em;
  color: #030303;
  font-feature-settings: "palt";
}
@media (min-width: 600px) {
  body {
    font-size: 1.8rem;
  }
}

a {
  text-decoration: none;
  color: #030303;
}

img {
  width: 100%;
  height: auto;
  display: block;
}

ul {
  list-style: none;
}

.sp_show {
  display: block;
}
@media (min-width: 600px) {
  .sp_show {
    display: none;
  }
}

.pc_show {
  display: none;
}
@media (min-width: 600px) {
  .pc_show {
    display: block;
  }
}

.tax {
  font-size: 1.3rem;
  margin-left: 2px;
}

.img-link {
  position: relative;
  display: block;
}
.img-link::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 2;
  background: #000;
  opacity: 0;
  transition: 0.3s;
}
.img-link:hover::before {
  opacity: 0.2;
}

.view_timer {
  display: none;
}

/*web接客*/
#flipdesk_root {
  display: none;
}

/*-------------------- メインビジュアル --------------------*/
.mv {
  width: 100%;
  background-color: #8abaea;
  text-indent: -9999px;
  background-image: url("../image/mv_sp.jpg");
  background-repeat: no-repeat;
  background-position: center;
}
@media (max-width: 599px) {
  .mv {
    aspect-ratio: 850/1200;
    background-size: contain;
    margin-bottom: 50px;
  }
}
@media (min-width: 600px) {
  .mv {
    height: 1200px;
    background-image: url("../image/mv_pc.jpg");
    margin-bottom: 100px;
  }
}

/*-------------------- リード文 --------------------*/
.lead-txt {
  text-align: center;
  margin-bottom: 100px;
}
@media (max-width: 599px) {
  .lead-txt {
    display: grid;
    gap: 15px;
  }
}
@media (min-width: 600px) {
  .lead-txt {
    margin-bottom: 200px;
  }
}

/*-------------------- メニュー --------------------*/
.menu {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
@media (min-width: 600px) {
  .menu {
    grid-template-columns: repeat(4, 1fr);
  }
}
.menu_wrap {
  margin: 0 clamp(10px, 10vw, 40px) 100px;
}
@media (min-width: 600px) {
  .menu_wrap {
    max-width: 1024px;
    margin: 0 auto 150px;
  }
}
.menu-ttl {
  width: 225px;
  margin-bottom: 20px;
}
@media (min-width: 600px) {
  .menu-ttl {
    width: 451px;
    margin: 0 auto 80px;
  }
}

/*-------------------- セクション --------------------*/
.content::before {
  content: "";
  display: block;
  width: 100%;
  height: 40px;
}
@media (min-width: 600px) {
  .content::before {
    height: 70px;
  }
}
.content-ttl {
  margin: 50px auto 20px;
}
@media (min-width: 600px) {
  .content-ttl {
    margin: 100px auto 50px;
  }
}
.content-txt {
  text-align: center;
  margin-bottom: 50px;
}
@media (min-width: 600px) {
  .content-txt {
    margin-bottom: 100px;
  }
}
.content_inner {
  margin: 0 clamp(10px, 10vw, 40px) 80px;
}
@media (min-width: 600px) {
  .content_inner {
    width: 600px;
    margin: 0 auto 150px;
  }
}
.content_inner-ttl {
  font-size: 180%;
}
.content.pink::before {
  background: linear-gradient(180deg, #dfbdbd 0%, #dfbdbd 60%, #fff 60%, #fff 80%, #dfbdbd 80%, #dfbdbd 100%);
}
.content.pink .content-ttl {
  width: 176px;
}
@media (min-width: 600px) {
  .content.pink .content-ttl {
    width: 353px;
  }
}
.content.pink .content-txt::after {
  content: "";
  display: block;
  aspect-ratio: 348/244;
  background: url("../image/pink_01.png") no-repeat center;
  background-size: contain;
  margin: 20px auto 0;
  width: 174px;
}
@media (min-width: 600px) {
  .content.pink .content-txt::after {
    width: 348px;
    margin-top: 50px;
  }
}
.content.blue::before {
  background: linear-gradient(180deg, #a2b9e1 0%, #a2b9e1 60%, #fff 60%, #fff 80%, #a2b9e1 80%, #a2b9e1 100%);
}
.content.blue .content-ttl {
  width: 176px;
}
@media (min-width: 600px) {
  .content.blue .content-ttl {
    width: 352px;
  }
}
.content.blue .content-txt::after {
  content: "";
  display: block;
  aspect-ratio: 330/305;
  background: url("../image/blue_01.png") no-repeat center;
  background-size: contain;
  margin: 20px auto 0;
  width: 165px;
}
@media (min-width: 600px) {
  .content.blue .content-txt::after {
    width: 330px;
    margin-top: 50px;
  }
}
.content.yellow::before {
  background: linear-gradient(180deg, #dfc273 0%, #dfc273 60%, #fff 60%, #fff 80%, #dfc273 80%, #dfc273 100%);
}
.content.yellow .content-ttl {
  width: 176px;
}
@media (min-width: 600px) {
  .content.yellow .content-ttl {
    width: 352px;
  }
}
.content.yellow .content-txt::after {
  content: "";
  display: block;
  aspect-ratio: 392/240;
  background: url("../image/yellow_01.png") no-repeat center;
  background-size: contain;
  margin: 20px auto 0;
  width: 196px;
}
@media (min-width: 600px) {
  .content.yellow .content-txt::after {
    width: 392px;
    margin-top: 50px;
  }
}
.content.monotone::before {
  background: linear-gradient(180deg, #7b7b7b 0%, #7b7b7b 60%, #fff 60%, #fff 80%, #7b7b7b 80%, #7b7b7b 100%);
}
.content.monotone .content-ttl {
  width: 231px;
}
@media (min-width: 600px) {
  .content.monotone .content-ttl {
    width: 463px;
  }
}
.content.monotone .content-txt::after {
  content: "";
  display: block;
  aspect-ratio: 322/334;
  background: url("../image/monotone_01.png") no-repeat center;
  background-size: contain;
  margin: 20px auto 0;
  width: 161px;
}
@media (min-width: 600px) {
  .content.monotone .content-txt::after {
    width: 322px;
    margin-top: 50px;
  }
}

.swiper {
  margin-bottom: 20px;
}
@media (min-width: 600px) {
  .swiper {
    margin-bottom: 50px;
  }
}
.swiper .swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  background: #ffffff;
}
@media (min-width: 600px) {
  .swiper .swiper-pagination-bullet {
    width: 20px;
    height: 20px;
  }
}

.item {
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  display: grid;
  grid-template-columns: 30% 30% 40%;
}
@media (min-width: 600px) {
  .item {
    grid-template-columns: 40% 30% 30%;
  }
}
.item-list {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 10px;
  margin: 0 clamp(10px, 5vw, 20px);
}
@media (min-width: 600px) {
  .item-list {
    gap: 15px;
    margin: 0 40px;
  }
}
@media (max-width: 599px) {
  .item-price {
    text-align: center;
  }
}
.item-link a {
  text-align: center;
  display: block;
  color: #ffffff;
  background: #030303;
  transition: 0.3s;
}
.item-link a:hover {
  background: #555;
}
.item-link-pre {
  text-align: center;
}

/*-------------------- アイテム一覧 --------------------*/
.all {
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  line-height: 1.6;
  background: #eee;
  padding: 80px 0;
}
@media (min-width: 600px) {
  .all {
    padding: 150px 0;
  }
}
.all-ttl {
  text-align: center;
  font-weight: bold;
  margin-bottom: 50px;
  font-size: 1.8rem;
}
@media (min-width: 600px) {
  .all-ttl {
    font-size: 2.4rem;
    margin-bottom: 100px;
  }
}
.all-list {
  margin: 0 20px;
  display: flex;
  flex-wrap: wrap;
  row-gap: 30px;
}
@media (max-width: 599px) {
  .all-list {
    justify-content: space-between;
  }
}
@media (min-width: 600px) {
  .all-list {
    row-gap: 50px;
    width: 1000px;
    margin: 0 auto;
  }
}
.all-list-item {
  width: calc(50% - 10px);
}
@media (min-width: 600px) {
  .all-list-item {
    width: calc(25% - 30px);
  }
  .all-list-item:not(:nth-child(4n)) {
    margin-right: 40px;
  }
}
.all-list-item-img {
  margin-bottom: 10px;
}
@media (min-width: 600px) {
  .all-list-item-img {
    margin-bottom: 15px;
  }
}
.all-list-item-name {
  font-size: 1.1rem;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
@media (min-width: 600px) {
  .all-list-item-name {
    font-size: 1.4rem;
    margin-bottom: 3px;
  }
}
@media (min-width: 600px) {
  .all-list-item-price {
    font-size: 1.4rem;
  }
}

/*-------------------- フッター --------------------*/
footer {
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  padding: 50px 0 20px;
}
@media (min-width: 600px) {
  footer {
    padding: 100px 0 50px;
  }
}
footer small {
  display: block;
  text-align: center;
}
footer .footer-logo {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin-bottom: 30px;
}
@media (min-width: 600px) {
  footer .footer-logo {
    gap: 40px;
    margin-bottom: 50px;
  }
}
@media (max-width: 599px) {
  footer .footer-logo p:first-child {
    width: 118px;
  }
}
@media (max-width: 599px) {
  footer .footer-logo p:nth-child(2) {
    width: 50px;
  }
}
@media (max-width: 599px) {
  footer .footer-logo p:last-child {
    width: 37px;
  }
}

.top-btn {
  background: #8abaea;
  width: 50px;
  height: 50px;
  border-radius: 100vh;
  position: fixed;
  right: 10px;
  bottom: 10px;
  display: flex;
  justify-content: center;
  z-index: 2;
  transition: 0.3s;
  visibility: hidden;
  opacity: 0;
}
@media (min-width: 600px) {
  .top-btn {
    width: 80px;
    height: 80px;
    right: 20px;
    bottom: 20px;
  }
}
.top-btn span {
  display: block;
  width: 20px;
  height: 20px;
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  transform: rotate(-45deg);
  margin-top: 20px;
}
@media (min-width: 600px) {
  .top-btn span {
    width: 30px;
    height: 30px;
    margin-top: 34px;
  }
}
.top-btn.is-show {
  visibility: visible;
  opacity: 1;
}

/*-------------------- スクロールアニメーション --------------------*/
.js-scroll-animation {
  visibility: hidden;
  opacity: 0;
  translate: 0 2vh;
  transition: 1s;
}
.js-scroll-animation.is-active {
  opacity: 1;
  visibility: visible;
  translate: 0 0;
}