@charset "UTF-8";
/* font */

/* -------------------------------------------
 ベース
------------------------------------------- */
/* 変数 */
:root {
  --font-base: 'fot-tsukuardgothic-std', sans-serif;
  --font-nav: 'fot-tsukuardgothic-std', sans-serif;
  --common-border-radius: 29px;
}

html {
  scroll-behavior: smooth;
}

a:hover {
  opacity: 0.7;
}

address {
  font-style: normal;
}

/* 背景画像 */
:root {
 --bg-01:#ffffff;
 --bg-02:#f7f7f1;
}

body {
 background-image:linear-gradient(45deg, var(--bg-01) 0%, var(--bg-01) 25%, var(--bg-02) 25%, var(--bg-02) 50%, var(--bg-01) 50%, var(--bg-01) 75%, var(--bg-02) 75%, var(--bg-02) 100%);
 background-size:10px 10px;
 background-color:var(--bg);
}

/* sns共有ボタン調整 */
.sns {
  z-index: 1;
  --sns-button-group-height: 139px;
}

.sns__image-wrapper--full-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1/1;
}

.sns__full-icon {
  width: 67%;
  aspect-ratio: 1/1;
}

/* @media (min-width: 1252px) {
  .sns {
    right: calc(50% - (min(80%, 1300px) / 2) - var(--sns-icon-width) - var(--sns-left-space));
  }
} */

/* -------------------------------------------
 言語切り替え
------------------------------------------- */

.lang-btn {
  height: 60px;
  width: 60px;
  position: fixed;
  right: 10px;
  bottom: 30px;
  background: #000000;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
}

.lang-btn-up {
  right: 10px;
  bottom: 100px;
  transition: all 1s;
}

.lang-content {
  background-color: #0000006a;
  border-radius: 99999px;
  display: none;
  width: 60px;
  padding-bottom: 60px;
  position: fixed;
  z-index: 1;
  right: 10px;
  bottom: 30px;
}

.lang-content-up {
  bottom: 100px;
  transition: all 1s;
}

.lang-content li a {
  background-color: #fff;
  border-radius: 50%;
  color: #000000;
  font-weight: bold;
  font-size: 1.2rem;
  display: block;
  height: 50px;
  padding-top: 9px;
  margin: 5px auto;
  text-align: center;
  width: 50px;
}

.lang:hover .lang-content {
  display: block;
  transition: all 0.5s;
}

#lang:checked ~ .lang-content {
  display: block;
  transition: all 0.5s;
}

.lang-check {
  display: none;
}

.lang img {
  width: 80%;
  filter: brightness(0) invert(1);
}

/* ページに合わせて内容調整 */
.lang {
  font-family: var(--font-base);
}

@media (min-width: 769px) {
  .lang-btn {
    bottom: 58px;
  }

  .lang-content {
    bottom: 58px;
  }
}

@media (max-width: 1250px) {
  .lang-btn,
  .lang-content {
    bottom: 90px;
  }
}

/* -------------------------------------------
 main-container
------------------------------------------- */
main.main-container {
  width: min(100%, 1300px);
  max-width: 1300px;
  font-family: var(--font-base);
  background: #f2f1de;
  font-feature-settings: 'palt';
  color: #281713;
}

.main-container__inner {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  padding-bottom: 2.5rem;
}

/* -------------------------------------------
 content
------------------------------------------- */

.content__inner {
  background: #fffef5;
  border-radius: var(--common-border-radius) var(--common-border-radius) 0 0;
  display: flex;
  flex-direction: column;
  gap: 48px;
  padding-bottom: 48px;
  width: 88%;
  margin-inline: auto;
}
 @media (max-width: 768px) {
  .content__inner {
      gap: 24px;
  padding-bottom: 24px;
  }
 }
/* -------------------------------------------
 intro
------------------------------------------- */
.intro {
  border-radius: var(--common-border-radius);
  background: #c61d2b;
  color: #fff;
  text-align: center;
  font-weight: bold;
  font-size: clamp(1rem, 0.569rem + 1.84vw, 2.063rem);
  padding: 1em 0.8em;
  line-height: 1.2;
}

/* -------------------------------------------
 product-list
------------------------------------------- */

.product-list {
  display: flex;
  flex-direction: column;
  gap: 48px;
}

 @media (max-width: 768px) {
  .product-list {
    gap: 24px;
  }
 }

 /* -------------------------------------------
 product-card
------------------------------------------- */


.product-card {
  width: 90%;
  max-width: 880px;
  margin-inline: auto;
  position: relative;
  padding: 8px;
  border-radius: var(--common-border-radius);
  &::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: var(--common-border-radius);
    background-size: auto auto;
    background-color: #c61d2b;
    background-image: repeating-linear-gradient(
      145deg,
      #ffffff4d 0,
      transparent 1px,
      transparent 14px,
      #ffffff4d 15px,
      #ffffff4d 30px
    );
  }
}

.product-card__inner {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  width: 100%;
  padding-inline: 7%;
  border-radius: var(--common-border-radius);
  margin-inline: auto;
  align-items: center;
  background: #fffef5;
  position: relative;
}

.product-card__description {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.product-card__header {
  display: flex;
  flex-direction: column;
  gap: 8px;
  line-height: 1.2;
  font-weight: bold;
}

.product-card__title {
  color: #c61d2b;
  border-bottom: 1px solid #c61d2b;
  font-size: clamp(1.125rem, 0.365rem + 3.24vw, 3rem);
  padding-bottom: 0.2em;
}

.product-card__price {
  font-size: clamp(1rem, 0.443rem + 2.38vw, 2.375rem);
}

.product-card__text-block {
  font-size: clamp(0.875rem, 0.495rem + 1.62vw, 1.813rem);
}

@media (max-width: 768px) {
  .product-card__inner {
    grid-template-columns: 1fr;
    padding: 24px;
  }

  .product-card__description {
    gap: 16px;
  }
}

/* -------------------------------------------
 .attention-text
------------------------------------------- */

.attention-text {
  text-align: center;
  font-size: clamp(0.875rem, 0.495rem + 1.62vw, 1.813rem);
  line-height: 1.8;
}
