@charset "UTF-8";




img {
    width: auto;
}

.body {
    font-family: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
    font-size: 14px;
    color: #f5f5f5;
    line-height: 2.4;
    text-align: left;
	background-color: #1f1f1f;
}

.body p {
    line-height: 2.4;
    font-weight: normal;
}

.body ul {
    font-weight: normal;
}

.body img {
    width: 100%;
}

@media screen and (max-width: 600px) {
    body {
        margin: 0;
    }

    .body {
        font-size: 11px;
        line-height: 2.1;
    }

    .body p {
        line-height: 2.1;
    }
}

.dummy-wrapper {
    width: 1024px;
    margin: 0 auto;
}

.body .container {
    width: 90%;
    margin: 0 auto 5%;
}

@media screen and (max-width: 600px) {
    .dummy-wrapper {
        width: 100%;
        margin: 0 auto;
    }

    .body .container {
        width: 90%;
    }
}

.body .h1,
.body .h2,
.body .h3,
.body .h4,
.body .h5 {
    line-height: 1.7;
    font-family: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
    font-weight: normal;
}

.body .h1 {
    margin-bottom: 6rem;
}

.body .h2 {
    text-align: center;
    margin-bottom: 1.5em;
    font-size: 25px;
    width: 100%;
	font-weight: bold;
}

.body .h2 img {
    width: 50%;
}
.body .h3 {
        margin-bottom: 0;
        font-size: 24px;
        font-weight: bold;
    }

@media screen and (max-width: 600px) {
    .body .h1 {
        margin-bottom: 5rem;
    }

    .body .h2 {
        text-align: center;
        margin-bottom: 1.5em;
        font-size: 18px;
        font-weight: bold;
    }

    .body .h2 img {
        width: 80%;
    }
    .body .h3 {
        margin-bottom: 0;
        font-size: 18px;
        font-weight: bold;
    }
}

.body .about .about_txt {
    width: 80%;
    margin: 0 auto;
	font-size: 16px;
	text-align: center;
}

@media screen and (max-width: 600px) {
    .body .about {
        margin: 0 auto 3em;
    }

    .body .about .about_txt {
        width: 95%;
        margin: 0 auto;
		font-size: 15px;
    }

    .body .about_02 .about_img {
        width: 80%;
        margin-right: auto;
    }

    .body .about_02 .about_tl {
        position: relative;
        left: 0;
        width: 70%;
        padding: 2em;
        margin-right: 0;
        margin-left: auto;
        top: -50px;
        margin-bottom: -50px;
    }

    .body .about_02 .about_tl .h2 {
        text-align: left;
        margin-bottom: .75em;
        color: #fff;
    }

    .body .about_02 .about_tl .h2 br {
        display: none;
    }
}

.body .btn {
    display: inline-block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    background-color: #333;
    color: #fff;
    padding: 0 1em;
    line-height: 2;
    margin-left: 1em;
    font-size: 13px;
    text-align: center;
    text-decoration: none;
}

.body .btn:link {
    text-decoration: none;
}

.body .btn span:after {
    content: "▼";
    display: inline-block;
    color: inherit;
    margin-left: 1em;
    line-height: 1;
    font-size: 8px;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}


@media screen and (max-width: 600px) {
    .body .btn span:after {
        vertical-align: middle;
    }
}

.body .epl {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.body .epl.epl_reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.body .epl .epl_img.epl_img_wide {
    margin-bottom: 2.5em;
}

.body .epl .epl_col {
    width: 47%;
}

.body .epl .epl_col.epl_col_left {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
}

.body .epl .epl_col.epl_col_right {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
}

.body .epl .epl_tl {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 1.5em;
}

.body .epl .epl_no {
    width: 70px;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    margin-right: 1em;
}

.body .epl .epl_tl_txt {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
}

.body .epl .epl_detail_txt {
    border-bottom: 1px solid #333;
    padding-bottom: 2.25em;
    margin-bottom: 2.25em;
}

.body .epl ul.epl_item_list li {
    line-height: 3;
}

@media screen and (max-width: 600px) {
    .body .epl {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

    .body .epl.epl_reverse {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

    .body .epl.epl_normal {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .body .epl .epl_col {
        width: 100%;
    }

    .body .epl .epl_col.epl_col_left {
        margin-bottom: 2.5em;
    }

    .body .epl .epl_col.epl_col_right {
        height: -webkit-fit-content;
        height: -moz-fit-content;
        height: fit-content;
        -webkit-align-self: center;
        -ms-flex-item-align: center;
        align-self: center;
        margin-bottom: 2.5em;
    }
}

.body .epl.epl_01 .epl_col.epl_col_left {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
}

.body .epl.epl_01 .epl_col.epl_col_right {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
}

.body .epl.epl_01 .epl_col.epl_col_right img {
    margin-bottom: 1em;
}

.body .epl.epl_01 .epl_01_img {
    margin-bottom: 2.25em;
}

.body .epl.epl_01 ul.epl_item_list {
    margin-bottom: 2.25em;
}

@media screen and (max-width: 600px) {
    .body .epl.epl_01 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

    .body .epl.epl_01.epl_reverse {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

    .body .epl.epl_01 .epl_col.epl_col_right {
        margin-bottom: 1em;
    }

    .body .epl.epl_01 .epl_col.epl_col_left {
        margin-bottom: 1em;
    }
}

.body .epl.epl_02 .epl_col.epl_col_left {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
}

.body .epl.epl_02 .epl_col.epl_col_right {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
}

.body .epl.epl_02 .epl_col.epl_col_right img {
    margin-bottom: 1em;
}

.body .epl.epl_02 .epl_col.epl_col_right .epl_no img {
    margin-bottom: 0;
}

.body .epl.epl_02 .epl_detail_txt {
    padding-bottom: 0;
    border-bottom: none;
}

.body .epl.epl_02 ul.epl_item_list {
    margin-top: 2.5em;
}

@media screen and (max-width: 600px) {
    .body .epl.epl_02 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .body .epl.epl_02 .epl_col.epl_col_right {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

    .body .epl.epl_02 .epl_col.epl_col_right .epl_tl {
        margin-top: 1.25em;
    }
}

.body .epl.epl_03 .epl_col.epl_col_left {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
}

.body .epl.epl_03 .epl_col.epl_col_right {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
}

.body .epl.epl_03 ul.epl_item_list {
    margin-top: 1em;
}

@media screen and (max-width: 600px) {
    .body .epl.epl_03 .epl_col img {
        margin-bottom: 1em;
    }

    .body .epl.epl_03 ul.epl_item_list {
        margin-top: .5em;
    }
}

.body .nav ul {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-evenly;
    -webkit-justify-content: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.body .nav ul li {
    width: 32%;
}

.body .nav ul li a {
    display: block;
    text-decoration: none;
}

.body .nav ul li .nav_item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 1px solid #313358;
}

.body .nav ul li .nav_item_img {
    width: 45%;
}

.body .nav ul li .nav_item_tl {
    width: 55%;
    background-color: #fff;
    color: #313358;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.body .nav ul li .nav_item_tl_mtl,
.body .nav ul li .nav_item_tl_stl {
    width: 100%;
    text-align: center;
    line-height: 1.7;
}

.body .nav ul li .nav_item_tl_mtl {
    margin-bottom: 1.25em;
    font-size: 1.25em;
}

.body .nav ul li.active .nav_item {
    border: 1px solid #313358;
}

.body .nav ul li.active .nav_item_tl {
    background-color: #313358;
    color: #fff;
}

.body .nav ul li.active .nav_item_tl_mtl {
    font-weight: bold;
}

@media screen and (max-width: 600px) {
    .body .nav ul li a {
        text-decoration: none;
    }

    .body .nav ul li .nav_item {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .body .nav ul li .nav_item_img {
        width: 100%;
    }

    .body .nav ul li .nav_item_tl {
        width: 100%;
    }

    .body .nav ul li .nav_item_tl_mtl {
        display: none;
    }

    .body .nav ul li .nav_item_tl_stl {
        margin: 1em 0;
        font-size: 11px;
    }
}

.body .nav.nav_02 ul li {
    width: 19%;
}

.body .nav.nav_02 ul li .nav_item {
    border: 1px solid #313358;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 5%;
}

.body .nav.nav_02 ul li .nav_item .nav_item_img,
.body .nav.nav_02 ul li .nav_item .nav_item_tl {
    width: 100%;
}

.body .nav.nav_02 ul li .nav_item .nav_item_img {
    margin-bottom: .5em;
}

.body .nav.nav_02 ul li .nav_item_tl_mtl,
.body .nav.nav_02 ul li .nav_item_tl_stl {
    width: 100%;
    text-align: center;
    line-height: 1.7;
}

.body .nav.nav_02 ul li .nav_item_tl_mtl {
    margin-bottom: 0;
    font-size: 1.75em;
}

.body .nav.nav_02 ul li .nav_item_tl_stl {
    margin-bottom: .25em;
}

.body .nav.nav_02 ul li .nav_item_link {
    border: 1px solid #313358;
    background-color: #313358;
    color: #fff;
    text-align: center;
    padding: .75em 0;
}

.body .nav.nav_02 ul li .nav_item_link span:after {
    content: "▼";
    display: inline-block;
    color: inherit;
    margin-left: 1em;
    line-height: 1;
    font-size: 8px;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.body .nav.nav_02 ul li.active .nav_item {
    border: 1px solid #313358;
    background-color: #313358;
}

.body .nav.nav_02 ul li.active .nav_item_tl {
    color: #fff;
}

.body .nav.nav_02 ul li.active .nav_item_tl_mtl {
    font-weight: bold;
}

.body .nav.nav_02 ul li.active .nav_item_link {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #313358;
    border-left: 1px solid #313358;
    border-right: 1px solid #313358;
}

.body .nav.nav_02.nav_02_noimg ul li .nav_item {
    padding: 1.25em 5%;
}

@media screen and (max-width: 600px) {
    .body .nav.nav_02 ul {
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .body .nav.nav_02 ul li {
        width: 30%;
        margin-bottom: 1em;
        margin-left: 10px;
    }

    .body .nav.nav_02 ul li .nav_item {
        border: 1px solid #313358;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 5%;
    }

    .body .nav.nav_02 ul li .nav_item .nav_item_img,
    .body .nav.nav_02 ul li .nav_item .nav_item_tl {
        width: 100%;
    }

    .body .nav.nav_02 ul li .nav_item_img {
        margin-bottom: .5em;
    }

    .body .nav.nav_02 ul li .nav_item_tl_stl {
        margin: 0;
    }

    .body .nav.nav_02 ul li .nav_item_link span {
        font-size: 10px;
    }

    .body .nav.nav_02.nav_02_noimg ul li {
        width: 100%;
    }
}

.body .pc_only {
    display: block;
}

.body .sp_only {
    display: none;
}

.body .mb_0 {
    margin-bottom: 0;
}

@media screen and (max-width: 600px) {
    .body .pc_only {
        display: none;
    }

    .body .sp_only {
        display: block;
    }
}



/* 追加css */

/* ====== DRAW コンセプト冒頭用スタイル ====== */
.body .concept-block {
  width: 90%;
  max-width: 1024px;
  margin: 0 auto 3em;
  text-align: center;
  font-family: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  color: #333;
  line-height: 2.4;
}

.body .concept-block .concept-title {
  font-size: 1.8em;
  font-weight: bold;
  margin-bottom: 1em;
  line-height: 1.6;
　text-align: center;
}

.body .concept-block .concept-lead {
  font-size: 1.2em;
  margin-bottom: 2em;
  text-align: center;
}

.body .concept-block .concept-text {
  text-align: center!important;
  width: 100%;
  margin: 0 auto;
  font-size: 14px;
  line-height: 2.4;
}

.body .concept-block .concept-text p {
  margin-bottom: 1em;
}

/* スマホ対応 */
@media screen and (max-width: 600px) {
  .body .concept-block .concept-title {
    font-size: 1.4em;
  }

  .body .concept-block .concept-lead {
    font-size: 1em;
    line-height: 2.1;
  }

  .body .concept-block .concept-text {
    font-size: 13px;
    line-height: 2.1;
  }
}

.body .concept-block .concept-logo {
  text-align: center;
  margin-bottom: 2em;
  margin-top: 3em;
}

.body .concept-block .concept-logo img {
  max-width: 180px;
  height: auto;
}

/* PC表示：ロゴを拡大 */
@media screen and (min-width: 769px) {
  .body .concept-block .concept-logo img {
    max-width: 300px!important; /* ロゴを大きく見せたい時に調整 */
  }
}

/* スマホ表示：少し控えめに */
@media screen and (max-width: 768px) {
  .body .concept-block .concept-logo img {
    max-width: 180px;
  }
}

/* ====== 頭文字ハイライト用 ====== */
.body .concept-block .highlight {
  color: #d3b86c!important; /* 赤系カラー */
  font-weight: bold!important;
  font-size: 1.1em!important;
}

/* 必要に応じてスマホ調整 */
@media screen and (max-width: 600px) {
  .body .concept-block .concept-logo img {
    max-width: 250px;
  }
}

/* DRAW コンセプト用フォント指定（明朝系） */
.body .concept-block,
.body .concept-block .concept-title,
.body .concept-block .concept-lead,
.body .concept-block .concept-text {
  font-family: "BIZ UDP明朝 Medium", "Hiragino Mincho ProN", "游明朝", "Yu Mincho", serif;
}


/* ====== Instagram 四角ボタン用スタイル ====== */
.body .instagram-link {
  text-align: center;
  margin-top: 3em;
}

.body .instagram-button.square {
  display: inline-flex;
  align-items: center;
  border: 2px solid #e1306c;
  background-color: #fff;
  color: #000;
  text-decoration: none;
  padding: 0.75em 1.5em;
  font-size: 14px;
  font-family: "BIZ UDP明朝 Medium", "Hiragino Mincho ProN", "游明朝", serif;
  border-radius: 6px;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.body .instagram-button.square:hover {
  background-color: #e1306c;
  color: #fff;
}

.body .instagram-button.square .insta-icon {
  width: 20px;
  height: 20px;
  margin-right: 0.5em;
  vertical-align: middle;
}

/* ====== メインビジュアル画像スタイル ====== */
.body .concept-block .main-visual {
  text-align: center;
  margin-bottom: 2em;
}

.body .concept-block .main-visual img {
  width: 100%;
  height: auto;
  max-width: 750px;
}

/* 共通：中央寄せ・余白調整 */
.body .concept-block .main-visual {
  text-align: center;
  margin-bottom: 2em;
}

/* PC表示：最大750pxで中央 */
@media screen and (min-width: 769px) {
  .body .concept-block .main-visual img {
    width: 750px;
    height: 750px;
    object-fit: cover;
  }
}

/* SP表示：横幅100%で自動縮小（縦長にはなる） */
@media screen and (max-width: 768px) {
  .body .concept-block .main-visual img {
    width: 100%;
    height: auto;
    max-width: 100%;
  }
}

/* 初期状態（非表示＋少し下にずらす） */
.fade-in {
  opacity: 0;
  transform: translateY(30px);
}

/* 表示時に追加されるクラス */
.fade-in.show {
  animation: fadeInUp 1s ease-out forwards;
}

/* キーフレーム：ふわっと上がってフェードイン */
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.delay-1.show { animation-delay: 0.5s; }
.delay-2.show { animation-delay: 0.7s; }
.delay-3.show { animation-delay: 0.9s; }
.delay-4.show { animation-delay: 1.2s; }
.delay-5.show { animation-delay: 1.2s; }
.delay-6.show { animation-delay: 1.5s; }

/* ====== スタイリッシュな発売告知 ====== */
.body .release-tag {
  text-align: center;
  font-family: "BIZ UDP明朝 Medium", "Hiragino Mincho ProN", "游明朝", serif;
  font-size: 14.5px;
  letter-spacing: 0.25em; /* ← 文字間を強めに */
  color: #000;
  margin: 2em 0 1em;
  opacity: 0;
  transform: translateY(30px);
}

.body .release-tag.show {
  animation: fadeInUp 1s ease-out forwards;
  animation-delay: 0.8s;
}

/* タイトル強調：フォントサイズ＆タイミング調整 */
.body .concept-block .concept-title {
  font-size: 1.9em;
  line-height: 1.6;
  font-weight: bold;
  margin-bottom: 1em;
  opacity: 0;
  transform: translateY(30px);
}

.body .concept-block .concept-title.show {
  animation: fadeInUp 1s ease-out forwards;
  animation-delay: 1.2s; /* ← ロゴ・発売より少しあとに出現 */
}

.body .external-link {
  text-align: center;
  margin-top: 2.5em;
  margin-bottom: 3em!important;
}

.body .external-button {
  display: inline-block;
  padding: 0.85em 2em;
  font-size: 14px;
  letter-spacing: 0.05em;
  font-family: "BIZ UDP明朝 Medium", "Hiragino Mincho ProN", "游明朝", serif;
  color: #f5f5f5;
  border: 1.5px solid #000;
  text-decoration: none;
  background-color: transparent;
  transition: all 0.3s ease;
  border-color: #f5f5f5;
}

.body .external-button:hover {
  background-color: #f5f5f5;
  color: #1f1f1f;
}

.body .external-button .arrow {
  margin-left: 0.5em;
  font-size: 0.85em;
}

/* テキスト要素にも白系に調整 */
.body .concept-block, .body .release-tag, .body .concept-title, .body .concept-lead {
  color: #f5f5f5;
}

/* 商品画像掲載用 */
.product-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2em;
  margin: 3em auto;
  max-width: 1000px;
}

.product-card img {
  width: 90%;
  margin: 0 auto;
  display: block;
  object-fit: cover;
  transition: opacity 0.4s ease;
}

.product-card:hover img {
  opacity: 0.9;
}

.product-info {
  width: 90%; 
  margin: 0 auto;
  margin-top: 0.8em;
  text-align: left;
}

.product-info .name {
  font-size: 15px;
  font-family: "BIZ UDP明朝 Medium", serif;
  letter-spacing: 0.05em;
  margin: 0 0 0.2em;
}

.product-info .price {
  font-size: 14px;
  color: #f5f5f5;
  margin: 0; 
  letter-spacing: 0.05em;
}

.product-link {
  display: inline-block;
  margin-top: 0.8em;
  padding: 0.4em 1.2em;
  font-size: 13px;
  font-family: "BIZ UDP明朝 Medium", serif;
  color: #fff!important; /* 白文字 */
  border: 1px solid #c6a663; /* ゴールド枠 */
  border-radius: 6px;
  text-decoration: none;
  transition: all 0.3s ease;
}

.product-link:hover {
  border-color: #c6a663!important;
  color: #c6a663!important;
}

/* 商品画像エフェクト */
.product-card {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 1.2s ease, transform 1.2s ease;
}

.product-card.visible {
  opacity: 1;
  transform: translateY(0);
}

/* SP用画像レイアウト調整 */
@media screen and (max-width: 768px) {
  .product-card img {
    width: 92%;       
    margin: 0 auto;         
  }

  .product-info {
    width: 92%;       
    margin: 0 auto;         
    padding: 0 1em;   
    text-align: left;
  }
	
 .product-grid {
    display: grid;
    gap: 12px;                      
    padding: 0 12px;
    box-sizing: border-box;
  }
}


html, body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;   /* 横スクロール禁止 */
  width: 100%;
}











