@charset "UTF-8";
/* _reset.scss */
html {
  scroll-behavior: smooth;
}

/* Box sizing を統一 */
*, *::before, *::after {
  box-sizing: border-box;
}

/* マージン・パディングを初期化 */
body, h1, h2, h3, h4, h5, h6, p, ul, ol, li, figure, blockquote, dl, dd {
  margin: 0;
  padding: 0;
}

/* list-style を初期化 */
ul, ol {
  list-style: none;
}

/* aタグの装飾をリセット */
a {
  text-decoration: none;
  color: inherit;
}

/* 画像の最大幅を制限 */
img, picture, video, canvas, svg {
  display: block;
  max-width: 100%;
  height: auto;
}

/* フォーム要素のフォントを継承 */
input, button, textarea, select {
  font: inherit;
}

/* HTML5セクションのdisplay調整（IE対策だったが今も保険） */
article, aside, details, figcaption, figure,
footer, header, hgroup, main, nav, section {
  display: block;
}


  .sp {
			display: none;
  }
		.pc{
			display: block;
}


@media (max-width: 743px) {
  .pc {
			display: none;
  }
		.sp{
			display: block;
}
}

/*!
 * Bootstrap Grid v5.3.0 (https://getbootstrap.com/)
 * Copyright 2011-2023 The Bootstrap Authors
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
/* コンテナ共通 */
.container,
.container-fluid,
.container-md,
.container-lg {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-right: auto;
  margin-left: auto;
}

/* md: 744px 以上 */
@media (min-width: 744px) {
  .container,
  .container-md {
    max-width: 704px;
  } /* 好みで調整OK */
}
/* lg: 992px 以上 */
@media (min-width: 992px) {
  .container,
  .container-md,
  .container-lg {
    max-width: 960px;
  }
}
/* ルート変数（参照用途。使わなくてもOK） */
:root {
  --bs-breakpoint-xs: 0;
  --bs-breakpoint-md: 744px;
  --bs-breakpoint-lg: 992px;
}

.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}

.row > * {
  box-sizing: border-box;
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}

.col {
  flex: 1 0 0%;
}

.row-cols-auto > * {
  flex: 0 0 auto;
  width: auto;
}

.row-cols-1 > * {
  flex: 0 0 auto;
  width: 100%;
}

.row-cols-2 > * {
  flex: 0 0 auto;
  width: 50%;
}

.row-cols-3 > * {
  flex: 0 0 auto;
  width: 33.3333333333%;
}

.row-cols-4 > * {
  flex: 0 0 auto;
  width: 25%;
}

.row-cols-5 > * {
  flex: 0 0 auto;
  width: 20%;
}

.row-cols-6 > * {
  flex: 0 0 auto;
  width: 16.6666666667%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
}

.col-1 {
  flex: 0 0 auto;
  width: 8.33333333%;
}

.col-2 {
  flex: 0 0 auto;
  width: 16.66666667%;
}

.col-3 {
  flex: 0 0 auto;
  width: 25%;
}

.col-4 {
  flex: 0 0 auto;
  width: 33.33333333%;
}

.col-5 {
  flex: 0 0 auto;
  width: 41.66666667%;
}

.col-6 {
  flex: 0 0 auto;
  width: 50%;
}

.col-7 {
  flex: 0 0 auto;
  width: 58.33333333%;
}

.col-8 {
  flex: 0 0 auto;
  width: 66.66666667%;
}

.col-9 {
  flex: 0 0 auto;
  width: 75%;
}

.col-10 {
  flex: 0 0 auto;
  width: 83.33333333%;
}

.col-11 {
  flex: 0 0 auto;
  width: 91.66666667%;
}

.col-12 {
  flex: 0 0 auto;
  width: 100%;
}

.offset-1 {
  margin-left: 8.33333333%;
}

.offset-2 {
  margin-left: 16.66666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.33333333%;
}

.offset-5 {
  margin-left: 41.66666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.33333333%;
}

.offset-8 {
  margin-left: 66.66666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.33333333%;
}

.offset-11 {
  margin-left: 91.66666667%;
}

.g-0,
.gx-0 {
  --bs-gutter-x: 0;
}

.g-0,
.gy-0 {
  --bs-gutter-y: 0;
}

.g-1,
.gx-1 {
  --bs-gutter-x: 0.25rem;
}

.g-1,
.gy-1 {
  --bs-gutter-y: 0.25rem;
}

.g-2,
.gx-2 {
  --bs-gutter-x: 0.5rem;
}

.g-2,
.gy-2 {
  --bs-gutter-y: 0.5rem;
}

.g-3,
.gx-3 {
  --bs-gutter-x: 1rem;
}

.g-3,
.gy-3 {
  --bs-gutter-y: 1rem;
}

.g-4,
.gx-4 {
  --bs-gutter-x: 1.5rem;
}

.g-4,
.gy-4 {
  --bs-gutter-y: 1.5rem;
}

.g-5,
.gx-5 {
  --bs-gutter-x: 3rem;
}

.g-5,
.gy-5 {
  --bs-gutter-y: 3rem;
}

.order-first {
  order: -1 !important;
}

.order-0 {
  order: 0 !important;
}

.order-1 {
  order: 1 !important;
}

.order-2 {
  order: 2 !important;
}

.order-3 {
  order: 3 !important;
}

.order-4 {
  order: 4 !important;
}

.order-5 {
  order: 5 !important;
}

.order-last {
  order: 6 !important;
}

@media (min-width: 744px) {
  .col-md {
    flex: 1 0 0%;
  }
  .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333333%;
  }
  .offset-md-2 {
    margin-left: 16.66666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333333%;
  }
  .offset-md-5 {
    margin-left: 41.66666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333333%;
  }
  .offset-md-8 {
    margin-left: 66.66666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333333%;
  }
  .offset-md-11 {
    margin-left: 91.66666667%;
  }
  .g-md-0,
  .gx-md-0 {
    --bs-gutter-x: 0;
  }
  .g-md-0,
  .gy-md-0 {
    --bs-gutter-y: 0;
  }
  .g-md-1,
  .gx-md-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-md-1,
  .gy-md-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-md-2,
  .gx-md-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-md-2,
  .gy-md-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-md-3,
  .gx-md-3 {
    --bs-gutter-x: 1rem;
  }
  .g-md-3,
  .gy-md-3 {
    --bs-gutter-y: 1rem;
  }
  .g-md-4,
  .gx-md-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-md-4,
  .gy-md-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-md-5,
  .gx-md-5 {
    --bs-gutter-x: 3rem;
  }
  .g-md-5,
  .gy-md-5 {
    --bs-gutter-y: 3rem;
  }
  .order-md-first {
    order: -1 !important;
  }
  .order-md-0 {
    order: 0 !important;
  }
  .order-md-1 {
    order: 1 !important;
  }
  .order-md-2 {
    order: 2 !important;
  }
  .order-md-3 {
    order: 3 !important;
  }
  .order-md-4 {
    order: 4 !important;
  }
  .order-md-5 {
    order: 5 !important;
  }
  .order-md-last {
    order: 6 !important;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex: 1 0 0%;
  }
  .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
  .g-lg-0,
  .gx-lg-0 {
    --bs-gutter-x: 0;
  }
  .g-lg-0,
  .gy-lg-0 {
    --bs-gutter-y: 0;
  }
  .g-lg-1,
  .gx-lg-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-lg-1,
  .gy-lg-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-lg-2,
  .gx-lg-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-lg-2,
  .gy-lg-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-lg-3,
  .gx-lg-3 {
    --bs-gutter-x: 1rem;
  }
  .g-lg-3,
  .gy-lg-3 {
    --bs-gutter-y: 1rem;
  }
  .g-lg-4,
  .gx-lg-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-lg-4,
  .gy-lg-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-lg-5,
  .gx-lg-5 {
    --bs-gutter-x: 3rem;
  }
  .g-lg-5,
  .gy-lg-5 {
    --bs-gutter-y: 3rem;
  }
  .order-lg-first {
    order: -1 !important;
  }
  .order-lg-0 {
    order: 0 !important;
  }
  .order-lg-1 {
    order: 1 !important;
  }
  .order-lg-2 {
    order: 2 !important;
  }
  .order-lg-3 {
    order: 3 !important;
  }
  .order-lg-4 {
    order: 4 !important;
  }
  .order-lg-5 {
    order: 5 !important;
  }
  .order-lg-last {
    order: 6 !important;
  }
}
.align0 {
  text-align: left;
}

.align1 {
  text-align: center;
}

.align2 {
  text-align: right;
}

.menu-toggle {
  display: none;
}

.modal-nav {
  display: none;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.8;
  color: #1F1F1F;
  letter-spacing: 0.05em;
}

.site-header {
  height: 65px;
  padding: 0;
  background-color: #0068B6;
  z-index: 100;
  color: #fff;
}
.site-header .container {
  max-width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 0 0 20px;
  height: 100%;
}
.site-header .brand {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  text-decoration: none;
  color: #fff;
  line-height: 1;
  padding: 10px 0;
}
.site-header .brand .logo {
  height: 45px;
  display: block;
}
.site-header .brand .brand-text {
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 0.04em;
  white-space: nowrap;
}
.site-header .main-nav ul {
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
  height: 65px;
}
.site-header .main-nav ul li {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.site-header .main-nav ul li:not(:first-child) {
  border-left: 2px solid rgba(255, 255, 255, 0.9);
}
.site-header .main-nav ul li a {
  width: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  color: #fff;
  font-weight: 500;
  font-size: 15px;
  letter-spacing: 0.05em;
  text-decoration: none;
  position: relative;
  transition: all 0.3s ease;
  padding: 0 20px;
  /* 反転 hover */
}
.site-header .main-nav ul li a .icon-cart {
  width: 20px;
  height: 20px;
  margin-right: 0.4em;
  filter: brightness(0) invert(1);
}
.site-header .main-nav ul li a:hover {
  background-color: #fff;
  color: #0068B6;
}
.site-header .main-nav ul li a:hover .icon-cart {
  filter: none;
}

/* 992px未満：ロゴ左、ブランド文言はロゴの下に改行、メニューは右で横並び */
@media (max-width: 1200px) {
  .site-header {
    height: 85px;
  }
  .site-header .container {
    max-width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between; /* 左：ブランド／右：メニュー */
    padding: 0 20px;
    height: 100%;
  }
  .site-header .brand {
    display: inline-flex;
    flex-direction: column; /* ロゴの下にテキスト（改行） */
    align-items: flex-start; /* ← leftの代わりにこれ */
    gap: 0.4rem;
    text-decoration: none;
    color: #fff;
    line-height: 1;
    padding: 10px 0;
  }
  .site-header .brand .logo {
    height: 45px;
    display: block;
  }
  .site-header .brand .brand-text {
    font-weight: 600;
    font-size: 12px;
    letter-spacing: 0.04em;
    white-space: nowrap; /* テキスト自体は折り返さない */
  }
  .site-header .main-nav ul {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    gap: 0; /* 区切り線を使うので gap は0 */
    margin: 0;
    padding: 0;
    list-style: none;
    height: 85px;
  }
  .site-header .main-nav ul li {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
  }
  .site-header .main-nav ul li:not(:first-child) {
    border-left: 1px solid rgba(255, 255, 255, 0.9); /* 2px→1pxで圧迫を軽減 */
  }
  .site-header .main-nav ul li a {
    width: auto; /* 固定幅はナシ */
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    padding: 0 0.9rem; /* 992未満用の適度なパディング */
    color: #fff;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 0.05em;
    text-decoration: none;
    position: relative;
    transition: all 0.3s ease;
  }
  .site-header .main-nav ul li a .icon-cart {
    width: 18px;
    height: 18px;
    margin-right: 0.4em;
    filter: brightness(0) invert(1);
  }
  .site-header .main-nav ul li a:hover {
    background-color: #fff;
    color: #0068B6;
  }
  .site-header .main-nav ul li a:hover .icon-cart {
    filter: none;
  }
}
/* 744px未満：ハンバーガーメニューに切替 */
@media (max-width: 991px) {
  .site-header {
    height: 65px;
    /* ハンバーガーボタン */
  }
  .site-header .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 16px;
  }
  .site-header .brand {
    display: flex;
    flex-direction: row; /* ロゴの下にテキスト（改行） */
    align-items: center;
    gap: 0.5rem;
  }
  .site-header .brand .logo {
    height: 40px;
  }
  .site-header .brand .brand-text {
    font-size: 13px;
  }
  .site-header .main-nav {
    display: none;
  }
  .site-header .menu-toggle {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 6px;
    width: 36px;
    height: 28px;
    background: none;
    border: none;
    cursor: pointer;
  }
  .site-header .menu-toggle span {
    display: block;
    height: 2px;
    width: 100%;
    background: #fff;
    border-radius: 2px;
    transition: all 0.3s;
  }
  /* モーダルメニュー */
  .modal-nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #0068B6;
    display: none; /* デフォルト非表示 */
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 2000;
    /* JSで付与して表示 */
  }
  .modal-nav .menulogo {
    width: 180px;
    margin: 0 auto 20px auto;
  }
  .modal-nav ul {
    width: 320px;
    margin: 0 auto;
    list-style: none;
    padding: 0;
    text-align: left;
  }
  .modal-nav ul li {
    margin: 0 0;
  }
  .modal-nav ul li a {
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: left;
    gap: 0.5rem;
    padding: 14px 0;
    border-bottom: solid 1px #fff;
  }
  .modal-nav ul li a .icon-cart {
    width: 20px;
    height: 20px;
    filter: brightness(0) invert(1);
  }
  .modal-nav .modal-close {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 28px;
    height: 28px;
    background: none;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .modal-nav .modal-close span {
    position: absolute;
    width: 100%;
    height: 2px;
    background: #fff;
    border-radius: 2px;
    transition: all 0.3s;
  }
  .modal-nav .modal-close span:first-child {
    transform: rotate(45deg);
  }
  .modal-nav .modal-close span:last-child {
    transform: rotate(-45deg);
  }
  .modal-nav.active {
    display: flex;
  }
}
.site-footer {
  margin-top: 4rem;
  /* ---- ダウンロード（カード） ---- */
  /* 744px未満では横長比率に変更 */
  /* ---- 購入案内 ---- */
  /* ---- 法的情報ブロック ---- */
  /* 会社情報：ロゴ・社名・住所を横並びでセンター */
}
.site-footer .download-section {
  padding: 80px 0;
  background-color: #f0f0f0;
}
.site-footer .download-section .link-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #fff;
  border-radius: 14px;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.08);
  text-decoration: none;
  color: #1F1F1F;
  overflow: hidden;
  transition: transform 0.15s ease, box-shadow 0.2s ease;
  height: 100%;
}
.site-footer .download-section .link-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.16);
  background-color: #fff;
}
.site-footer .download-section .link-card .link-card-img {
  width: 100%;
  aspect-ratio: 3/4;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  background: #fff;
  padding: 20px;
}
.site-footer .download-section .link-card .link-card-img img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  display: block;
}
.site-footer .download-section .link-card .link-card-text {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  padding: 0 16px 16px;
  text-align: center;
  transition: color 0.2s ease;
}
@media (max-width: 743px) {
  .site-footer .download-section .link-card .link-card-img {
    aspect-ratio: 16/9;
    align-items: center;
  }
  .site-footer .download-section .link-card .link-card-text {
    font-size: 14px;
  }
}
.site-footer .purchase-info {
  text-align: center;
  background-color: #BACFDD;
  padding: 120px 0;
}
.site-footer .legal-info {
  background-color: #fff;
  color: #333;
  padding-top: 80px;
}
.site-footer .legal-info img.logo {
  max-width: 120px;
  display: block;
  margin: 0 auto 4rem auto;
}
.site-footer .legal-info .footer-link {
  flex-grow: 1;
  min-width: 0;
}
.site-footer .legal-info .footer-link .footer-links {
  font-size: 16px;
  line-height: 16px;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-bottom: 1.5rem;
  padding-left: 0;
  list-style: none;
}
.site-footer .legal-info .footer-link .legal-links {
  font-size: 14px;
  line-height: 14px;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-bottom: 2rem;
  padding-left: 0;
  list-style: none;
}
.site-footer .legal-info .manufacturer-info {
  flex-shrink: 0;
  text-align: left;
  margin-bottom: 1rem;
}
.site-footer .legal-info .manufacturer-info h2 {
  font-size: 16px;
  line-height: 16px;
  margin-bottom: 10px;
}
.site-footer .legal-info a {
  color: #333;
  text-decoration: none;
}
.site-footer .legal-info a:hover {
  opacity: 0.8;
}
.site-footer a.icejapan {
  border-bottom: 1px solid #333;
}
.site-footer .company-info {
  text-align: center;
  margin-top: 30px;
}
.site-footer .company-info .company-inline {
  /* h2サイズに連動してロゴ高さを制御するための変数 */
  --title-size: 24px;
  display: flex;
  align-items: end;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}
.site-footer .company-info h2 {
  font-size: var(--title-size);
  line-height: 1.1;
  margin: 0;
  font-weight: 300;
}
.site-footer .company-info .company-logo {
  height: calc(var(--title-size) * 2);
  width: auto;
  display: block;
}
.site-footer .company-info .company-address {
  margin: 0;
  font-size: 15px;
  line-height: 1.6;
  color: #333;
}
.site-footer .copyright {
  border-top: 1px solid #ccc;
  padding-top: 20px;
  margin: 40px 0 20px;
  font-size: 12px;
  text-align: center;
}

.calendar {
  padding: 60px 0 100px;
  background-color: #f0f0f0;
}
.calendar .cal-heading {
  font-size: 24px;
  margin-bottom: 16px;
  color: #1F1F1F;
  font-weight: 600;
}
.calendar .cal-wrap {
  background: #fff;
  padding: 16px 16px 12px;
}
.calendar .cal-title {
  font-weight: 700;
  font-size: 18px;
  margin: 6px 6px 10px;
  color: #333;
}
.calendar table.cal {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
  font-size: 14px;
  background: #fff;
}
.calendar table.cal thead th {
  text-align: center;
  padding: 8px 0;
  font-weight: 600;
  color: #333;
  border-bottom: 1px solid #e6e6e6;
}
.calendar table.cal thead th.sun {
  color: #d33;
}
.calendar table.cal thead th.sat {
  color: #2a66cc;
}
.calendar table.cal tbody td {
  height: 40px;
  text-align: right;
  padding: 6px 8px;
  vertical-align: middle;
  border-bottom: 1px solid #f0f0f0;
  border-right: 1px solid #f7f7f7;
  color: #333;
}
.calendar table.cal tbody td:nth-child(7) {
  border-right: 0;
}
.calendar table.cal tbody td:first-child {
  color: #d33;
}
.calendar table.cal tbody td:last-child {
  color: #2a66cc;
}
.calendar table.cal tbody td.closed {
  background: #f5d8d8;
}
.calendar table.cal tbody tr:last-child td {
  border-bottom: 0;
}
.calendar .cal-legend {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 10px;
  color: #666;
  font-size: 13px;
}
.calendar .cal-legend .legend-swatch {
  width: 16px;
  height: 16px;
  background: #f5d8d8;
  border-radius: 3px;
  display: inline-block;
}

.mb10 {
  margin-bottom: 10px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb60 {
  margin-bottom: 60px;
}

.mb120 {
  margin-bottom: 120px;
}

.pl2 {
  padding-left: 2rem;
}

.mb60lg20 {
  margin-bottom: 60px;
}
@media (max-width: 991px) {
  .mb60lg20 {
    margin-bottom: 20px;
  }
}

.color-a {
  color: #00913a;
}

.color-b {
  color: #005fa4;
}

.color-c {
  color: #8c4e9a;
}

.w80par {
  background-color: #f0f0f0;
  padding: 20px 10%;
}
.w80par img {
  border-radius: 20px;
}

.txt14 {
  font-size: 14px;
}

.container {
  max-width: 960px;
}

.btn-group {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem;
  margin: 2rem 0;
  /* メイン購入ボタン */
  /* サブボタン（ガイド・使用方法） */
}
.btn-group a {
  flex: 1;
  font-size: 20px;
  letter-spacing: 0.1rem;
  display: inline-block;
  text-align: center;
  padding: 1rem 0;
  border-radius: 6px;
  font-weight: 500;
  text-decoration: none;
  transition: background-color 0.3s ease;
}
.btn-group .btn-buy {
  background-color: #0068B6;
  color: #fff;
}
.btn-group .btn-buy:hover {
  background-color: #071C29;
}
.btn-group .btn-guide,
.btn-group .btn-howto {
  background-color: #3394CA;
  color: #fff;
}
.btn-group .btn-guide:hover,
.btn-group .btn-howto:hover {
  background-color: #2689C4;
}

/* 744px未満：Grid で 1行目全幅＋2行目2列 */
@media (max-width: 743px) {
  .btn-group {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
  }
  .btn-group .btn-buy {
    grid-column: 1/-1; /* 1行目で全幅 */
    margin: 0; /* 余白は grid-gap に任せる */
    width: 100%;
  }
  .btn-group .btn-guide,
  .btn-group .btn-howto {
    width: 100%; /* 各セルで全幅 */
  }
}
.sp-br {
  display: inline;
}
@media (max-width: 743px) {
  .sp-br {
    display: block;
  }
}

.btn-contact {
  display: block;
  background-color: #0068B6;
  color: #fff;
  padding: 5px 8px;
  font-size: 16px;
  border-radius: 18pt;
  text-decoration: none;
  transition: background-color 0.3s ease;
  text-align: center;
  width: 100%;
  margin-bottom: 40px;
}

.btn-contact:hover {
  background-color: #005a9c;
  text-decoration: none;
}

.red {
  color: #ff0000;
}

.main h3 {
  font-size: 24px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 0.5rem;
  margin-bottom: 30px;
  color: #0068B6;
  line-height: 1.5;
}
.main h3.list {
  font-size: 24px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 0.5rem;
  margin-bottom: 10px;
  color: #0068B6;
  line-height: 1.5;
}
.main h3.title {
  color: #fff;
  background-color: #0068B6;
  text-align: center;
  font-size: 24px;
  letter-spacing: 0.3px;
  padding: 15px;
  margin-bottom: 40px;
  border-bottom: 0;
}
@media (max-width: 991px) {
  .main h3.title {
    font-size: 20px;
  }
}
@media (max-width: 743px) {
  .main h3.title {
    font-size: 18px;
  }
}
.main h4 {
  font-size: 16px;
  margin-bottom: 20px;
}
.main h4.list {
  font-size: 16px;
  color: #0068B6;
  margin-bottom: 40px;
}

.mainimg {
  background-color: #efefef;
  margin-bottom: 40px;
}
.mainimg .container {
  max-width: 1440px;
}
.mainimg .row {
  align-items: flex-end;
}
.mainimg .mainimg-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  margin-bottom: 40px;
}
.mainimg .mainimg-title {
  font-size: 24px;
  text-align: left;
  font-weight: 400;
  margin-top: 20px;
  line-height: 2;
}
@media (max-width: 991px) {
  .mainimg .mainimg-title {
    font-size: 20px;
  }
}
@media (max-width: 743px) {
  .mainimg .mainimg-title {
    font-size: 18px;
padding: 0 5%;
  }
}
.mainimg .mainimg-logo {
  display: block;
  margin-bottom: 40px;
}
.mainimg .mainimg-bgimg {
  width: 100%;
  height: auto;
  object-fit: contain;
  display: block;
  align-self: flex-end;
}

@media (max-width: 743px) {
.mainimg .mainimg-logo {
  display: block;
  margin-bottom: 10px;
		width: 90%;
		margin: 0 auto;
}
}

.about-section {
  margin-bottom: 120px;
  /* 角丸外枠はラッパーで作る */
  /* スマホ：縦並びにして読みやすく */
}
.about-section h2 {
  font-family: "Hiragino Mincho ProN", "游明朝", "YuMincho", "MS P明朝", serif;
  font-size: 24px;
  font-weight: 200;
  line-height: 2.2;
  margin-bottom: 1rem;
}
@media (max-width: 991px) {
  .about-section h2 {
    font-size: 20px;
  }
}
@media (max-width: 743px) {
  .about-section h2 {
    font-size: 18px;
  }
}
.about-section .notice-table-wrap {
  border: 2px solid #666;
  border-radius: 12px;
  overflow: hidden; /* 角でセル罫線がはみ出さない */
}
.about-section .notice-table {
  width: 100%;
  border: 2px solid #666;
  border-collapse: collapse;
  font-size: 15px;
  line-height: 1.6;
  border-radius: 8px;
  overflow: hidden;
}
.about-section .notice-table th, .about-section .notice-table td {
  border: 1px solid #666;
  padding: 12px;
  vertical-align: middle;
  text-align: left;
}
.about-section .notice-table .icon {
  display: flex; /* 横並び */
  align-items: center;
  gap: 10px;
  font-weight: 700;
  white-space: nowrap; /* 見出しの改行を防ぐ */
}
.about-section .notice-table .icon img {
  width: 28px;
  height: auto;
  flex: 0 0 auto;
  display: block;
}
.about-section .notice-table .icon span {
  display: inline-block;
  font-size: 18px;
}
.about-section .notice-table td.text {
  color: #333;
}
@media (max-width: 743px) {
  .about-section .notice-table tr {
    display: block;
  }
  .about-section .notice-table td {
    display: block;
    border-left: none !important;
  }
  .about-section .notice-table td + td {
    border-top: 1px solid #666;
  }
  .about-section .notice-table .icon {
    width: 100%;
    padding-bottom: 8px;
  }
}
.about-section ul.notice {
  list-style: none;
  padding: 0;
  margin: 0;
}
.about-section ul.notice li {
  display: flex; /* 横並び */
  align-items: center; /* 縦中央揃え */
  margin-bottom: 0.5rem;
  line-height: 1.5;
}
.about-section ul.notice li img.noticeicon {
  width: 24px;
  height: auto;
  margin-right: 8px; /* アイコンと文字の間隔 */
  flex-shrink: 0; /* 画像が縮まないように固定 */
}
.about-section ul.notice li .pl2 {
  margin-left: 40px; /* アイコン分 + α のインデント */
  line-height: 1.5;
}

.news {
  margin-bottom: 120px;
}
.news h3 {
  font-size: 28px;
  margin-bottom: 30px;
  font-weight: 600;
}
.news dl {
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: 100px 1fr;
}
.news dl dt, .news dl dd {
  padding: 12px 0;
  border-bottom: 1px solid #ccc;
}
.news dl dt {
  font-weight: 600;
  color: #333;
}
.news dl dd {
  margin: 0;
  padding-left: 20px;
  color: #555;
  line-height: 1.6;
}
@media (max-width: 743px) {
  .news dl {
    display: block;
  }
  .news dl dt, .news dl dd {
    display: block;
    padding: 8px 0;
    border-bottom: none;
  }
  .news dl dd {
    padding-left: 0;
    border-bottom: 1px solid #ccc;
  }
}

.page-howto {
  margin: 120px 0;
}
.page-howto h1 {
  margin-bottom: 120px;
  text-align: center;
}
.page-howto .kadomaru {
  border-radius: 40px;
}
.page-howto .holdcap {
  list-style: none;
  margin: 0;
  padding: 0;
}
.page-howto .holdcap li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 10px;
  line-height: 1.6;
}
.page-howto .holdcap li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.4em;
  width: 5px;
  height: 1.2em;
  background-color: #0068B6;
}

.btn-group button {
  background-color: rgb(0, 104, 182);
  color: #fff;
  border-radius: 30px; /* 大きな角丸 */
  padding: 5px 40px;
  margin: 2px;
  font-size: 14px;
  font-weight: 400;
  transition: all 0.3s ease;
  cursor: pointer;
  border: 2px solid rgb(0, 104, 182);
}

.btn-group button.selected {
  background-color: #fff;
  color: rgb(0, 104, 182);
  border: 2px solid rgb(0, 104, 182);
}

.btn-group button:hover {
  opacity: 0.9;
}

.btn-group button .btn-number {
  font-size: 20px;
  font-weight: 600;
}

h2.step {
  color: #fff;
  background-color: rgb(0, 104, 182);
  border-radius: 40px;
  text-align: center;
  padding: 15px 10px;
}

h4.time {
  font-size: 150%;
  color: rgb(0, 104, 182);
  width: 100%;
  text-align: center;
}

h4.care {
  padding-top: 40px;
  margin: 0;
}
h4.care span {
  font-size: 150%;
  color: rgb(0, 104, 182);
}

.mt-2 {
  margin-top: 1rem;
}

.products {
  margin: 80px 0 120px;
}
.products__lead {
  margin: 8px 0 24px;
  color: #555;
  line-height: 1.7;
}
.products__block {
  margin-bottom: 64px;
}
.products .product-card {
  position: relative;
  background: #fff;
  border-radius: 14px;
  padding: 18px 18px 20px;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.06);
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media (max-width: 743px) {
  .products .product-card {
    padding: 5px 5px 5px;
    box-shadow: 0 2px 16px rgba(0, 0, 0, 0.06);
  }
}
.products .product-card .product-media {
  aspect-ratio: 1;
  background: #fff;
  border-radius: 12px;
  margin-bottom: 14px;
  display: grid;
  place-items: center;
}
.products .product-card .product-media img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  display: block;
}
.products .product-card .product-title {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 600;
  margin: 6px 0 6px;
  color: #1F1F1F;
}
@media (max-width: 743px) {
  .products .product-card .product-title {
    font-size: 14px;
    font-weight: 400;
  }
}
.products .product-card .product-price {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 12px;
}
@media (max-width: 743px) {
  .products .product-card .product-price {
    font-size: 14px;
    font-weight: 400;
  }
}
.products .product-card .product-price small {
  font-weight: 400;
  font-size: 0.9em;
  color: #666;
  margin-left: 0.25em;
}
.products .product-card .product-btn {
  margin-top: auto;
  display: inline-block;
  text-align: center;
  padding: 10px 18px;
  border-radius: 999px;
  background: #0f1b26;
  color: #fff;
  text-decoration: none;
  font-weight: 400;
  transition: transform 0.08s ease, opacity 0.2s ease;
}
.products .product-card .product-btn:hover {
  opacity: 0.9;
  transform: translateY(-1px);
}
.products .product-card .product-btn:active {
  transform: translateY(0);
}
.products__note {
  margin-top: 28px;
  padding: 20px 24px;
  background: #F5F5F5;
  border-radius: 12px;
  color: #415262;
  line-height: 1.8;
}

.main-article {
  padding-top: 60px;
}
.main-article .ttl h2 {
  font-size: 24px;
  font-weight: bold;
  border-bottom: 2px solid #0068B6;
  padding-bottom: 10px;
  margin-bottom: 30px;
}
.main-article .about-tbl {
  width: 100%;
  border-collapse: collapse;
  font-size: 16px;
  line-height: 1.6;
}
.main-article .about-tbl th,
.main-article .about-tbl td {
  border: 1px solid #ddd;
  padding: 12px 15px;
  vertical-align: top;
}
.main-article .about-tbl th {
  background-color: #f5f5f5;
  font-weight: bold;
  width: 200px;
  white-space: nowrap;
}
.main-article .about-tbl td {
  background-color: #fff;
}
.main-article .about-tbl .payment-title,
.main-article .about-tbl .carriage-title {
  font-weight: bold;
  margin-top: 10px;
  margin-bottom: 5px;
  color: #0068B6;
}
.main-article .about-tbl .payment-content {
  width: 100%;
  margin-top: 10px;
  border: 1px solid #ccc;
}
.main-article .about-tbl .payment-content td {
  border: 1px solid #ccc;
  padding: 8px 10px;
  font-size: 14px;
}
.main-article .about-tbl .carriage-content {
  margin-top: 5px;
  font-size: 14px;
}
.main-article .about-tbl .carriage-content a {
  color: #0068B6;
  text-decoration: underline;
}
.main-article .about-tbl .carriage-content a:hover {
  text-decoration: none;
}

.dn {
  margin: 0 auto 3rem auto;
  width: 100px;
}

.products__set,
.page-howto {
  margin-top: 60px;
  margin-bottom: 120px;
}
.products__set h1,
.page-howto h1 {
  color: #fff;
  background-color: #0068B6;
  text-align: center;
  font-size: 24px;
  letter-spacing: 0.3px;
  padding: 15px;
  margin-bottom: 40px;
  border-bottom: 0;
}
@media (max-width: 991px) {
  .products__set h1,
  .page-howto h1 {
    font-size: 20px;
  }
}
@media (max-width: 743px) {
  .products__set h1,
  .page-howto h1 {
    font-size: 18px;
  }
}
.products__set h2,
.page-howto h2 {
  font-size: 24px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 0.5rem;
  margin-bottom: 30px;
  color: #0068B6;
  line-height: 1.5;
}
@media (max-width: 991px) {
  .products__set h2,
  .page-howto h2 {
    font-size: 20px;
  }
}
@media (max-width: 743px) {
  .products__set h2,
  .page-howto h2 {
    font-size: 18px;
  }
}
.products__set h3,
.page-howto h3 {
  font-size: 24px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 0.5rem;
  margin-bottom: 30px;
  color: #0068B6;
  line-height: 1.5;
}
@media (max-width: 991px) {
  .products__set h3,
  .page-howto h3 {
    font-size: 20px;
  }
}
@media (max-width: 743px) {
  .products__set h3,
  .page-howto h3 {
    font-size: 18px;
  }
}
.products__set img.outer,
.page-howto img.outer {
  width: 75%;
  margin: 0 auto;
}
.products__set .howto,
.page-howto .howto {
  list-style: none;
  /* --counter-start は「開始番号 - 1」を渡す。未指定なら 0（=1から開始） */
  counter-reset: step var(--counter-start, 0);
}
.products__set .howto li,
.page-howto .howto li {
  counter-increment: step;
  position: relative;
  margin-bottom: 1em;
  padding-left: 2.2em;
  line-height: 1.6;
}
.products__set .howto li::before,
.page-howto .howto li::before {
  content: counter(step);
  position: absolute;
  left: 0;
  top: 0.1em;
  width: 1.6em;
  height: 1.6em;
  border-radius: 50%;
  background: #0068B6;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
}

.page-howto-youtube {
  margin-bottom: 120px;
}
.page-howto-youtube .youtubes {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.page-howto-youtube .youtubes iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.products__option {
  margin-bottom: 160px;
}
.products__option h2 {
  font-size: 24px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 0.5rem;
  margin-bottom: 30px;
  color: #0068B6;
  line-height: 1.5;
}
@media (max-width: 991px) {
  .products__option h2 {
    font-size: 20px;
  }
}
@media (max-width: 743px) {
  .products__option h2 {
    font-size: 18px;
  }
}

.products__buyset {
  margin-bottom: 120px;
}
.products__buyset .mb40,
.products__buyset h4 {
  font-size: 16px;
}
.products__buyset h2 {
  color: #fff;
  background-color: #0068B6;
  text-align: center;
  font-size: 24px;
  letter-spacing: 0.3px;
  padding: 15px;
  margin-bottom: 40px;
  border-bottom: 0;
}
@media (max-width: 991px) {
  .products__buyset h2 {
    font-size: 20px;
  }
}
@media (max-width: 743px) {
  .products__buyset h2 {
    font-size: 18px;
  }
}
.products__buyset h3 {
  font-size: 16px;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .products__buyset {
    font-size: 20px;
  }
}
@media (max-width: 743px) {
  .products__buyset {
    font-size: 18px;
  }
}

/*# sourceMappingURL=main.css.map */
.e1{
background-color: #f5d8d8 !important;
}


/***********
 * main
 ***********/



/* item-detail */
#item-detail {
	padding-top: 50px;
}

.item-detail-left {
	float: left;
	width: 540px;
}

.item-detail-right {
	float: right;
	width: 440px;
}

.item-detail-photo-main {
	position: relative;
	float: right;
	width: 475px;
	padding: 0;
}

.item-detail-photo {
	position: relative;
	overflow: hidden;
	width: 475px;
	height: 475px;
	margin-bottom: 10px;
}

.item-detail-photo ul li {
	display: none;
	float: left;
	width: 475px;
	height: 475px;
}

.item-detail-photo ul li.active {
	display: block;
}

.item-detail-photo img {
	display: block;
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
	margin: auto;
}

.item-detail-photo-backbtn {
	display: none;
}

.item-detail-photo-nextbtn {
	display: none;
}

.item-detail-thumb {
	float: left;
	width: 52px;
	margin-bottom: 20px;
	padding: 0;
}

.item-detail-thumb-photo {
	width: 52px;
	height: 52px;
	margin-bottom: 10px;
}

.item-detail-thumb-photo img {
	display: block;
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
	margin: auto;
}

.item-detail-info {
	width: 100%;
	margin-bottom: 20px;
}

.item-detail-info dl dt {
	display: table-cell;
	width: 120px;
	padding: 3px;
	vertical-align: middle;
}

.item-detail-info dl dd {
	display: table-cell;
	padding: 3px;
	vertical-align: middle
}

.item-detail-category {
	font-size: 14px;
	line-height: 1.4;
	margin-bottom: 10px;
}

.item-detail-label {
	margin-bottom: 8px;
}

.item-detail-label span.new {
	font-size: 11px;
	line-height: 15px;
	display: inline-block;
	width: 60px;
	height: 15px;
	text-align: center;
	color: #fff;
	background-color: #9a9acf;
}

.item-detail-name {
	font-size: 22px;
	font-weight: normal;
	line-height: 32px;
	margin-bottom: 10px;
}
.item-detail-vari{
margin-top: 1rem;
margin-bottom: 1rem;
padding-top: 1rem;
border-top:solid 1px #ccc;
border-bottom:solid 1px #ccc;
}
.item-detail-vari-price-num {
	font-size: 22px;
	font-weight: normal;
	line-height: 1.4;
	margin-bottom: 15px;
}

.item-detail-vari-price-tax {
	font-size: 14px;
	font-weight: normal;
}

.item-detail-input p {
	font-size: 14px;
	margin-bottom: 5px;
}

.item-detail-inputtext input {
	font-size: 16px;
	position: relative;
	display: inline-block;
	overflow: hidden;
	width: 100%;
	height: 56px;
	margin-bottom: 18px;
	padding: 0 8px;
	vertical-align: middle;
	border: 1px solid #33b3df;
	background-color: #fff;
}

.item-detail-select {
	width: 100%;
	margin-bottom: 18px;
}

.item-detail-select label {
	position: relative;
	display: inline-block;
	overflow: hidden;
	width: 100%;
	height: 56px;
	vertical-align: middle;
	border: 1px solid #33b3df;
	background-color: #fff;
}

.item-detail-select label:after {
	position: absolute;
	z-index: 2;
	top: 50%;
	right: 15px;
	display: block;
	width: 18px;
	height: 10px;
	margin-top: -5px;
	content: '';
	pointer-events: none;
	background-image: url(https://image.raku-uru.jp/cms/yt00006/img/icn-arrow-select-l.png);
	background-repeat: no-repeat;
	background-size: cover;
}

.item-detail-select select {
	font-size: 14px;
	line-height: 56px;
	position: relative;
	z-index: 2;
	display: block;
	width: 100%;
	width: -webkit-calc(100%);
	height: 56px;
	margin: 0;
	padding: 0 45px 0 15px;
	text-indent: .01px;
	text-overflow: '';
	border: 0;
	outline: none;
	background: transparent;
	-webkit-appearance: none;
	   -moz-appearance: none;
		    appearance: none;
}
select::-ms-expand {
	display: none;
}
/* radio */
.item-detail-cart-vari-radio {
	overflow: hidden;
	width: 100%;
	margin-bottom: 18px;
}

.item-detail-cart-vari-radio div {
	margin-bottom: 10px;
}

.item-detail-cart-vari-radio input {
	position: absolute;
	opacity: 0; /* ラジオボタン本体は非表示 */
}

.item-detail-cart-vari-radio input + label {
	display: block;
	font-size: 18px;
	line-height: 1.5;
	padding: 10px 15px; /* ラベルの内側余白 */
	border: 3px solid #dddddd; /* デフォルトは薄いグレー */
	border-radius: 10px; /* 角丸 */
	background-color: #fff; /* 背景は白 */
	color: #000; /* 文字色は黒 */
	cursor: pointer; /* カーソルをポインタに */
}

.item-detail-cart-vari-radio input:checked + label {
	border-color: #33b3df; /* 選択時のボーダー色は青 */
}

.item-detail-cart-vari-radio input + label:hover {
	border-color: #33b3df; /* ホバー時のボーダー色を少し濃いグレーに */
}


.item-detail-num-count {
	font-size: 0;
	width: 100%;
	margin-bottom: 18px;
}

.item-detail-num-minus {
	font-size: 14px;
	display: inline-block;
	margin-right: 12px;
	vertical-align: middle;
}

.item-detail-num-minus a {
	font-size: 18px;
	line-height: 55px;
	display: block;
	width: 55px;
	height: 55px;
	text-align: center;
	color: #fff;
	border-radius: 2px;
	background-color: #33b3df;
}

.item-detail-num-plus {
	font-size: 14px;
	display: inline-block;
	vertical-align: middle;
}

.item-detail-num-plus a {
	font-size: 18px;
	line-height: 55px;
	display: block;
	width: 55px;
	height: 55px;
	text-align: center;
	color: #fff;
	border-radius: 2px;
	background-color: #33b3df;
}

.item-detail-num-minus a:hover,
.item-detail-num-plus a:hover {
	text-decoration: none;
}

.item-detail-num {
	font-size: 14px;
	line-height: 55px;
	display: inline-block;
	width: 55px;
	height: 55px;
	margin-right: 12px;
	text-align: center;
	vertical-align: middle;
}

.item-detail-num input[type=number] {
	font-size: 14px;
	line-height: 53px;
	display: inline-block;
	width: 53px;
	height: 53px;
	text-align: center;
	border: solid 1px #33b3df;
	-moz-appearance: textfield;
}

.item-detail-num input[type=number]::-webkit-outer-spin-button,
.item-detail-num input[type=number]::-webkit-inner-spin-button {
	margin: 0;
	-webkit-appearance: none;
}

.item-detail-num-select {
	position: relative;
	display: inline-block;
	overflow: hidden;
	width: 100%;
	height: 56px;
	margin-bottom: 18px;
	vertical-align: middle;
	border: 1px solid #33b3df;
	background-color: #fff;
}

.item-detail-num-select label:after {
	position: absolute;
	z-index: 2;
	top: 50%;
	right: 15px;
	display: block;
	width: 18px;
	height: 10px;
	margin-top: -5px;
	content: '';
	pointer-events: none;
	background-image: url(https://image.raku-uru.jp/cms/yt00006/img/icn-arrow-select-l.png);
	background-repeat: no-repeat;
	background-size: cover;
}

.item-detail-num-select select {
	font-size: 14px;
	line-height: 56px;
	position: relative;
	z-index: 2;
	display: block;
	width: 100%;
	width: -webkit-calc(100%);
	height: 56px;
	margin: 0;
	padding: 0 0 0 20px;
	text-indent: .01px;
	text-overflow: '';
	border: 0;
	outline: none;
	background: transparent;
	-webkit-appearance: none;
	   -moz-appearance: none;
		    appearance: none;
}

.item-detail-cart {
	width: 100%;
	margin-bottom: 25px;
	border-bottom: #33b3df solid 1px;
}

.item-detail-cart p {
	font-size: 14px;
	margin-bottom: 5px;
}

.item-detail-cart-btn {
	width: 100%;
	margin-bottom: 20px;
}

.item-detail-cart-btn a {
	font-size: 20px;
	line-height: 54px;
	display: block;
	width: 100%;
	height: 54px;
	text-align: center;
	color: #fff;
	border-radius: 27px;
	background-color: #13131f;
}

.item-detail-cart-btn a:hover {
	text-decoration: none;
}

.item-detail-cart-btn a span {
	position: relative;
}

.item-detail-cart-btn a span:before {
	position: absolute;
	top: 50%;
	left: -46px;
	display: inline-block;
	width: 24px;
	height: 24px;
	margin-top: -12px;
	content: '';
	vertical-align: middle;
	background-image: url(https://image.raku-uru.jp/cms/yt00006/img/icn-cart-btn.png);
	background-repeat: no-repeat;
	background-size: cover;
}

.item-detail-addwishlist-btn {
	width: 100%;
	margin-bottom: 20px;
}

.item-detail-addwishlist-btn a {
	font-size: 16px;
	line-height: 32px;
	display: block;
	width: 100%;
	height: 32px;
	text-align: center;
	color: #fff;
	border-radius: 27px;
	background-color: #13131f;
}

.item-detail-addnotificationmail-btn {
	width: 100%;
	margin-bottom: 20px;
}

.item-detail-addnotificationmail-btn a {
	font-size: 16px;
	line-height: 32px;
	display: block;
	width: 100%;
	height: 32px;
	text-align: center;
	color: #fff;
	border-radius: 27px;
	background-color: #13131f;
}

.item-detail-txt {
	width: 100%;
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: #33b3df solid 1px;
}

.item-detail-txt p {
	font-size: 13px;
	padding: 3px;
}

.item-detail-code {
	width: 100%;
	padding-bottom: 20px;
}

.item-detail-code dl {
	display: table;
	width: 100%;
}

.item-detail-code dl dt {
	display: table-cell;
	width: 90px;
	padding: 3px;
}

.item-detail-code dl dd {
	display: table-cell;
	padding: 3px;
}

.item-comment {
	margin-bottom: 20px;
	padding-top: 20px;
}

.item-comment h4 {
	font-size: 14px;
	font-weight: normal;
	margin-bottom: 15px;
}

.item-comment p {
	font-size: 13px;
}

.item-detail-share {
	padding: 10px;
	border-top: #33b3df solid 1px;
	border-bottom: #33b3df solid 1px;
}

.item-detail-share-label {
	display: inline-block;
	margin-right: 30px;
	vertical-align: middle;
}

.item-detail-share-label img {
	width: 26px;
	height: auto;
}

.item-detail-share ul {
	display: inline-block;
}

.item-detail-share ul li {
	line-height: 34px;
	display: inline-block;
	width: 34px;
	height: 34px;
	margin-right: 10px;
}

.item-detail-share ul li img {
	width: 100%;
	height: auto;
	vertical-align: middle;
}

@media only screen and (max-width: 576px) {
	#item-detail {
		padding-top: 15px;
	}
	.item-detail-left {
		float: none;
		width: 100%;
		margin-bottom: 20px;
	}
	.item-detail-right {
		float: none;
		width: 100%;
	}
	.item-detail-photo-main {
		position: relative;
		float: none;
		width: 280px;
		margin: 0 auto;
		padding: 0;
	}
	.item-detail-photo {
		position: relative;
		overflow: hidden;
		width: 280px;
		height: 280px;
		margin: 0 auto 10px;
	}
	.item-detail-photo ul {
		width: 100%;
		height: 280px;
		margin: 0 auto;
	}
	.item-detail-photo ul li {
		display: block;
		float: left;
		width: 280px;
		height: 280px;
		margin: 0;
	}
	.item-detail-photo-backbtn {
		position: absolute;
		top: 50%;
		left: -20px;
		display: block;
		margin-top: -14px;
	}
	.item-detail-photo-backbtn a {
		display: block;
		width: 15px;
		height: 28px;
		background-image: url(https://image.raku-uru.jp/cms/yt00006/img/icn-arrow-photo-prev_sp.png);
		background-repeat: no-repeat;
		background-size: cover;
	}
	.item-detail-photo-nextbtn {
		position: absolute;
		top: 50%;
		right: -20px;
		display: block;
		margin-top: -14px;
	}
	.item-detail-photo-nextbtn a {
		display: block;
		width: 15px;
		height: 28px;
		background-image: url(https://image.raku-uru.jp/cms/yt00006/img/icn-arrow-photo-next_sp.png);
		background-repeat: no-repeat;
		background-size: cover;
	}
	.item-detail-thumb {
		display: none;
	}
	.item-detail-info {
		width: 100%;
		margin-bottom: 18px;
		padding: 0 10px;
		text-align: left;
	}
	.item-detail-category {
		font-size: 12px;
		margin-bottom: 8px
	}
	.item-detail-name {
		font-size: 16px;
		font-weight: normal;
		line-height: 32px;
		margin-bottom: 8px;
		letter-spacing: 1px;
	}
	.item-detail-vari-price-num {
		font-size: 16px;
		font-weight: normal;
		margin-bottom: 15px;
	}
	.item-detail-vari-price-tax {
		font-size: 12px;
		font-weight: normal;
	}
	.item-detail-input {
		padding: 0 10px;
	}
	.item-detail-input p {
		font-size: 14px;
		margin-bottom: 5px;
	}
	.item-detail-select {
		width: 100%;
		margin-bottom: 20px;
	}
	.item-detail-select label {
		position: relative;
		display: inline-block;
		overflow: hidden;
		width: 100%;
		height: 56px;
		vertical-align: middle;
	}
	.item-detail-select select {
		font-size: 16px;
	}
	.item-detail-num-count {
		font-size: 0;
		width: 100%;
		margin-bottom: 30px;
		text-align: center;
	}
	.item-detail-num-minus {
		font-size: 14px;
		display: inline-block;
		margin-right: 12px;
	}
	.item-detail-num-minus a {
		font-size: 18px;
		line-height: 55px;
		display: block;
		width: 55px;
		height: 55px;
		text-align: center;
	}
	.item-detail-num {
		font-size: 16px;
		line-height: 55px;
		display: inline-block;
		width: 55px;
		height: 55px;
		margin-right: 12px;
		text-align: center;
	}
	.item-detail-num-plus {
		font-size: 14px;
		display: inline-block;
	}
	.item-detail-num-plus a {
		font-size: 18px;
		line-height: 55px;
		display: block;
		width: 55px;
		height: 55px;
		text-align: center;
	}
	.item-detail-num-select select {
		font-size: 16px;
	}
	.item-detail-cart {
		width: 100%;
		margin-bottom: 18px;
		padding-right: 10px;
		padding-left: 10px;
	}
	.item-detail-cart-btn {
		width: 100%;
		margin-bottom: 30px;
	}
	.item-detail-cart-btn a {
		font-size: 20px;
		line-height: 54px;
		display: block;
		width: 100%;
		height: 54px;
		text-align: center;
		border-radius: 27px;
	}
	.item-detail-cart-btn a span {
		position: relative;
	}
	.item-detail-cart-btn a span:before {
		position: absolute;
		top: 50%;
		left: -40px;
		display: inline-block;
		width: 24px;
		height: 24px;
		margin-top: -12px;
		content: '';
		vertical-align: middle;
		background-image: url(https://image.raku-uru.jp/cms/yt00006/img/icn-cart-btn.png);
		background-repeat: no-repeat;
		background-size: cover;
	}
	.item-detail-share {
		margin-bottom: 0;
		text-align: center;
	}
	.item-detail-share ul li {
		display: inline-block;
		width: 24px;
		margin: 0 10px;
	}

	.item-detail-txt {
		width: 100%;
		margin-bottom: 18px;
		padding-right: 10px;
		padding-bottom: 18px;
		padding-left: 10px;
		border-bottom: #d0d0d0 dotted 1px;
	}
	.item-detail-txt p {
		font-size: 13px;
		padding: 0;
	}
	.item-detail-code {
		width: 100%;
		padding-right: 10px;
		padding-bottom: 20px;
		padding-left: 10px;
		border-bottom: #d0d0d0 dotted 1px;
	}
	.item-detail-code dl {
		display: table;
		width: 100%;
	}
	.item-detail-code dl dt {
		font-size: 13px;
		display: table-cell;
		width: 95px;
		padding: 0;
	}
	.item-detail-code dl dd {
		font-size: 13px;
		display: table-cell;
		padding: 0;
	}
	.item-comment {
		margin-bottom: 0;
		padding-top: 20px;
		padding-right: 10px;
		padding-bottom: 20px;
		padding-left: 10px;
	}
	.item-comment h4 {
		font-size: 14px;
		font-weight: normal;
		margin-bottom: 15px;
	}
	.item-comment p {
		font-size: 13px;
	}
	.item-detail-share {
		position: relative;
		padding: 15px 10px;
	}
	.item-detail-share-label {
		position: absolute;
		top: 50%;
		left: 10px;
		display: inline-block;
		margin-top: -16px;
		margin-right: 30px;
		vertical-align: middle;
	}
	.item-detail-share-label img {
		width: 32px;
		height: auto;
	}
	.item-detail-share ul {
		display: inline-block;
	}
	.item-detail-share ul li {
		line-height: 40px;
		display: inline-block;
		width: 40px;
		height: 40px;
		margin: 0 8px;
	}
}

/* recommend */
#recommend {
	position: relative;
	padding-top: 30px;
}

@media only screen and (max-width: 576px) {
	#recommend {
		padding-top: 30px;
	}
}

/* about-tbl */
.about-tbl,
table.payment-content {
	width: 100%;
}

.about-tbl th,
table.payment-content th {
	font-weight: bold;
	width: 260px;
	padding: 20px 18px;
	text-align: left;
	border-bottom: #f0e7d5 solid 1px;
}

.about-tbl td,
table.payment-content td {
	padding: 20px 18px;
	text-align: left;
	border-bottom: #f0e7d5 solid 1px;
}

@media only screen and (max-width: 576px) {
	.about-tbl,
	table.payment-content {
		display: block;
		width: 100%;
	}
	.about-tbl tbody,
	.about-tbl tbody tr,
	table.payment-content tbody,
	table.payment-content tbody tr {
		display: block;
		width: 100%;
	}
	.about-tbl th,
	table.payment-content th {
		font-size: 14px;
		display: block;
		width: 100%;
		padding: 10px 10px 0;
		border-bottom: none;
	}
	.about-tbl td,
	table.payment-content td {
		font-size: 12px;
		display: block;
		width: 100%;
		padding: 0 10px 10px;
		text-align: left;
	}
	table.payment-content {
		display: table;
	}
	table.payment-content tbody{
		display: table-row-group;
	}
	table.payment-content tbody tr{
		display: table-row;
	}
	table.payment-content th,
	table.payment-content td{
		display: table-cell;
		width: 50%;
	}
}

.payment-title {
	font-weight: bold;
}

.payment-content {
	margin-bottom: 1em;
}

table.payment-content tr:first-child td {
	text-align: center;
}

table.payment-content  td {
	text-align: right;
}

.carriage-title {
	font-weight: bold;
}

.carriage-content a {
	text-decoration: underline;
}

/* cart */
.cart-flow-list {
	margin-bottom: 38px;
	text-align: center;
}

.cart-flow {
	font-size: 14px;
	line-height: 42px;
	position: relative;
	display: inline-block;
	margin: 0 15px;
	padding-right: 40px;
	text-align: center;
	vertical-align: middle;
	color: #8587b9;
}

.cart-flow:not(:last-child):after {
	position: absolute;
	z-index: 1;
	top: 50%;
	right: 0;
	display: block;
	width: 10px;
	height: 19px;
	margin-top: -10px;
	content: '';
	background-image: url(https://image.raku-uru.jp/cms/yt00006/img/icn-arrow-flow.png);
	background-repeat: no-repeat;
	background-size: cover;
}

.cart-flow .num {
	font-size: 18px;
	line-height: 43px;
	display: inline-block;
	width: 44px;
	height: 44px;
	margin-right: 15px;
	text-align: center;
	vertical-align: middle;
	color: #8587b9;
	border: #8587b9 solid 1px;
	border-radius: 22px;
}

.cart-flow.active .num {
	color: #fff;
	border: #8587b9 solid 1px;
	background-color: #8587b9;
}

.cart-section {
	width: 100%;
}

.cart-section-left {
	float: left;
	width: 670px;
}

.cart-section-right {
	position: relative;
	float: right;
	width: 300px;
}

.cart-section-ttl {
	position: relative;
	padding-bottom: 15px;
	text-align: left;
	border-bottom: #dadaea solid 1px;
}

.cart-section-ttl h4 {
	font-size: 20px;
	font-weight: normal;
	display: inline;
}

.cart-form,
.cart-conf,
.cart-conf-item {
	width: 100%;
	margin-bottom: 35px;
	padding-top: 18px;
}

.cart-form table,
.cart-conf table,
.cart-conf-item table {
	width: 100%;
	margin-bottom: 15px;
}

.cart-form table th {
	font-size: 16px;
	font-weight: normal;
	line-height: 36px;
	width: 190px;
	padding: 12px 0;
	text-align: left;
	vertical-align: top;
}

.cart-conf table th {
	font-size: 16px;
	font-weight: normal;
	width: 194px;
	padding: 5px 0;
	text-align: left;
	vertical-align: top;
}

.cart-conf-item table th {
	font-size: 16px;
	font-weight: normal;
	width: 194px;
	padding: 12px 0 5px;
	text-align: left;
	vertical-align: top;
	border-bottom: #dadaea dotted 1px;
}

.cart-form table th span {
	font-size: 12px;
	margin-left: 20px;
	color: #e30000;
}

.cart-conf-item table th img {
	width: 140px;
	height: auto;
}

.cart-form table td {
	font-size: 16px;
	font-weight: normal;
	padding: 12px 0;
	text-align: left;
	vertical-align: top;
}

.cart-conf table td {
	font-size: 14px;
	font-weight: normal;
	line-height: 1.6;
	padding: 5px 0;
	text-align: left;
	vertical-align: top;
}

.cart-conf-item table td {
	font-size: 14px;
	font-weight: normal;
	line-height: 1.6;
	padding: 12px 0 5px;
	text-align: left;
	vertical-align: top;
	border-bottom: #dadaea dotted 1px;
}

.cart-form table td input[type=text] {
	line-height: 36px;
	height: 36px;
	padding: 0 10px;
	border: #dacbad solid 1px;
	background-color: #fff;
}

.cart-form table td input[type=text].error {
	background-color: #fff;
}

.form-select label {
	position: relative;
	display: inline-block;
	overflow: hidden;
	width: 190px;
	height: 36px;
	vertical-align: middle;
	border: 1px solid #dacbad;
	background-color: #fff;
}

.form-select label:after {
	position: absolute;
	z-index: 2;
	top: 50%;
	right: 15px;
	display: block;
	width: 13px;
	height: 7px;
	margin-top: -4px;
	content: '';
	background-image: url(https://image.raku-uru.jp/cms/yt00006/img/icn-arrow-select-s.png);
	background-repeat: no-repeat;
	background-size: cover;
}

.form-select select {
	font-size: 14px;
	line-height: 36px;
	position: relative;
	z-index: 2;
	display: block;
	width: 190px;
	height: 36px;
	margin: 0;
	padding: 0 0 0 10px;
	border: 0;
	outline: none;
	background: transparent;
	-webkit-appearance: none;
	   -moz-appearance: none;
		    appearance: none;
}

.form-txt-ss {
	width: 68px;
}

.form-txt-s {
	width: 185px;
}

.form-txt-m {
	width: 388px;
}

.form-txt-l {
	width: 100%;
}

.lbl-s {
	display: inline-block;
	width: 2em;
	margin-right: 8px;
	text-align: right;
}

.lbl-l {
	display: inline-block;
	width: 5em;
	margin-right: 8px;
	text-align: right;
}

.mr30 {
	margin-right: 30px;
}

.mr15 {
	margin-right: 15px;
}

.mb0 {
	margin-bottom: 0 !important;
}

.mb24 {
	margin-bottom: 24px;
}

.form-tbl-show {
	display: none;
}

.form-tbl-show.active {
	display: table;
}

.cart-section-total {
	position: absolute;
	top: 0;
	left: 0;
	width: 300px;
	padding: 25px;
	border: #f6f7f8 5px solid;
	background-color: #f6f7f8;
}

.cart-section-total.jq-fixed {
	position: fixed;
	top: 0;
	left: 50%;
	margin-left: 200px;
}
@media only screen and (max-width:1000px) {
	.cart-section-total.jq-fixed {
		top: 0;
		left: 700px;
		margin-left: auto;
	}
}

.cart-btn {
	width: 100%;
	margin-bottom: 25px;
}

.cart-btn button[type='submit'],
.cart-btn a {
	font-size: 20px;
	line-height: 52px;
	position: relative;
	display: block;
	width: 100%;
	height: 54px;
	text-align: center;
	color: #fff;
	border: none;
	border-radius: 26px;
	background-color: #13131f;
}

.cart-btn button[type='submit'] span:before,
.cart-btn a span:before {
	position: absolute;
	top: 50%;
	left: 30px;
	display: block;
	width: 21px;
	height: 10px;
	margin-top: -5px;
	content: '';
	background-image: url(https://image.raku-uru.jp/cms/yt00006/img/icn-arrow-cart-btn.png);
	background-repeat: no-repeat;
	background-size: cover;
}

.cart-btn a.comp-btn span:before {
	position: absolute;
	top: 50%;
	left: 30px;
	display: block;
	width: 18px;
	height: 18px;
	margin-top: -9px;
	content: '';
	background-image: url(https://image.raku-uru.jp/cms/yt00006/img/icn-check.png);
	background-repeat: no-repeat;
	background-size: cover;
}

.cart-subtotal {
	margin-bottom: 18px;
}

.cart-subtotal table {
	width: 100%;
}

.cart-subtotal table th {
	font-size: 16px;
	font-weight: normal;
	text-align: left;
}

.cart-subtotal table td {
	font-size: 16px;
	font-weight: normal;
	text-align: right;
}

.cart-total {
	padding-top: 12px;
	border-top: #d0d0d0 solid 1px;
}

.cart-total table {
	width: 100%;
}

.cart-total table th {
	font-size: 16px;
	font-weight: normal;
	text-align: left;
}

.cart-total table td {
	font-size: 24px;
	font-weight: bold;
	text-align: right;
}

.conf-lbl {
	display: inline-block;
	width: 5em;
	margin-right: 15px;
	margin-bottom: 10px;
}

.conf-dt {
	display: inline-block;
	margin-bottom: 10px;
}

@media only screen and (max-width: 576px) {
	.cart-flow-list {
		font-size: 0;
		margin-bottom: 12px;
		padding: 10px 0 0;
		text-align: center;
	}
	.cart-flow {
		font-size: 10px;
		line-height: 1.2;
		position: relative;
		display: inline-block;
		width: 95px;
		margin: 0 5px;
		padding: 50px 10px 0;
		text-align: center;
	}
	.cart-flow:not(:last-child):after {
		position: absolute;
		z-index: 1;
		top: 50%;
		right: -10px;
		display: block;
		width: 10px;
		height: 19px;
		margin-top: -10px;
		content: '';
		background-image: url(https://image.raku-uru.jp/cms/yt00006/img/icn-arrow-flow.png);
		background-repeat: no-repeat;
		background-size: cover;
	}
	.cart-flow .num {
		font-size: 16px;
		line-height: 38px;
		position: absolute;
		top: 0;
		left: 50%;
		display: inline-block;
		width: 40px;
		height: 40px;
		margin-right: 0;
		margin-left: -20px;
		text-align: center;
		vertical-align: middle;
		border-radius: 20px;
	}

	.cart-section {
		width: 100%;
	}
	.cart-section-left {
		float: none;
		width: 100%;
	}
	.cart-section-right {
		float: none;
		width: 100%;
		padding-right: 10px;
		padding-left: 10px;
	}
	.cart-section-ttl {
		margin-bottom: 10px;
		padding-bottom: 10px;
	}
	.cart-section-ttl h4 {
		font-size: 16px;
		padding: 0 10px;
	}

	.cart-form,
	.cart-conf,
	.cart-conf-item {
		width: 100%;
		margin-bottom: 10px;
		padding-top: 12px;
		padding-right: 10px;
		padding-left: 10px;
	}
	.cart-form table,
	.cart-conf table {
		display: block;
		width: 100%;
		margin-bottom: 0;
	}
	.cart-conf-item table {
		width: 100%;
		margin-bottom: 0;
	}
	.cart-form table tbody,
	.cart-form table tr,
	.cart-conf table tbody,
	.cart-conf table tr {
		display: block;
		width: 100%;
	}
	.cart-form table th {
		font-size: 14px;
		font-weight: normal;
		line-height: 1.2;
		display: block;
		width: 100%;
		padding: 0 0 10px;
		text-align: left;
	}
	.cart-conf table th {
		font-size: 14px;
		font-weight: normal;
		display: block;
		width: 100%;
		padding: 0 0 5px;
		text-align: left;
	}
	.cart-conf-item table th {
		width: 76px;
		padding: 12px 0;
		vertical-align: top;
	}
	.cart-conf-item table tr:last-child th {
		border-bottom: none;
	}
	.cart-form table th span {
		font-size: 12px;
		margin-left: 10px;
		padding: 4px 8px;
	}
	.cart-conf-item table th img {
		width: 70px;
		height: auto;
	}
	.cart-form table td {
		font-size: 12px;
		font-weight: normal;
		display: block;
		width: 100%;
		padding: 0 0 20px;
		vertical-align: top;
	}
	.cart-conf table td {
		font-size: 12px;
		font-weight: normal;
		display: block;
		width: 100%;
		padding: 0 0 20px;
		vertical-align: top;
	}
	.cart-conf-item table td {
		font-size: 14px;
		padding: 12px 0;
	}
	.cart-conf-item table tr:last-child td {
		border-bottom: none;
	}
	.cart-form table td input[type=text] {
		line-height: 36px;
		height: 36px;
		padding: 0 10px;
	}
	.form-select label {
		position: relative;
		display: inline-block;
		overflow: hidden;
		width: 100%;
		height: 36px;
		vertical-align: middle;
	}
	.form-select select {
		font-size: 16px;
		line-height: 36px;
		position: relative;
		z-index: 2;
		display: block;
		width: 100%;
		width: -webkit-calc(100%);
		height: 36px;
		margin: 0;
		padding: 0 40px 0 10px;
		border: 0;
		outline: none;
		background: transparent;
		-webkit-appearance: none;
		   -moz-appearance: none;
		        appearance: none;
	}
	.form-txt-ss {
		width: 100px;
	}
	.form-txt-s {
		width: 100%;
	}
	label + .form-txt-s {
		width: 100px;
	}
	.form-txt-m {
		width: 100%;
	}
	.form-txt-l {
		width: 100%;
	}
	.lbl-s {
		display: inline-block;
		width: 2em;
		margin-right: 8px;
		text-align: left;
	}
	.lbl-l {
		display: inline-block;
		width: 100%;
		margin-right: 0;
		margin-bottom: 6px;
		text-align: left;
	}
	.mr30 {
		margin-right: 15px;
	}
	.mb24 {
		margin-bottom: 10px;
	}
	.cart-form table.form-tbl-show,
	.cart-conf table.form-tbl-show {
		display: none;
	}
	.cart-form table.form-tbl-show.active,
	.cart-conf table.form-tbl-show.active {
		display: block;
	}
	.cart-section-total {
		position: inherit;
		top: 0;
		left: auto;
		width: 100%;
		margin-bottom: 24px;
		padding: 20px 14px;
	}
	.cart-section-total.jq-fixed {
		position: inherit;
		top: 0;
		left: auto;
		margin: 0 auto;
	}
	.cart-btn {
		width: 100%;
		margin-bottom: 20px;
		text-align: center;
	}
	.cart-btn button[type='submit'],
	.cart-btn a {
		font-size: 16px;
		line-height: 46px;
		width: 230px;
		height: 46px;
		margin: 0 auto;
		color: #fff;
		border-radius: 23px;
	}
	.cart-btn button[type='submit'] span:before,
	.cart-btn a span:before {
		position: absolute;
		top: 50%;
		left: 30px;
		display: block;
		width: 21px;
		height: 10px;
		margin-top: -5px;
		content: '';
		background-image: url(https://image.raku-uru.jp/cms/yt00006/img/icn-arrow-cart-btn.png);
		background-repeat: no-repeat;
		background-size: cover;
	}
	.cart-btn a.comp-btn span:before {
		position: absolute;
		top: 50%;
		left: 30px;
		display: block;
		width: 18px;
		height: 18px;
		margin-top: -9px;
		content: '';
		background-image: url(https://image.raku-uru.jp/cms/yt00006/img/icn-check.png);
		background-repeat: no-repeat;
		background-size: cover;
	}
	.cart-subtotal {
		margin-bottom: 5px;
	}
	.cart-subtotal table {
		width: 100%;
	}
	.cart-subtotal table th {
		font-size: 16px;
	}
	.cart-subtotal table td {
		font-size: 16px;
	}
	.cart-total {
		padding-top: 6px;
		border-top: #d0d0d0 solid 1px;
	}
	.cart-total table {
		width: 100%;
	}
	.cart-total table th {
		font-size: 16px;
	}
	.cart-total table td {
		font-size: 20px;
	}
	.conf-lbl {
		display: block;
		width: 100%;
		margin-right: 0;
		margin-bottom: 5px;
	}
	.conf-dt {
		display: block;
		margin-bottom: 20px;
	}
}

.complate-area {
	width: 710px;
	margin: 0 auto 40px;
	padding-top: 35px;
	padding-bottom: 20px;
	text-align: center;
	border-bottom: #dadaea solid 1px;
}

.complate-area h4 {
	font-size: 20px;
	font-weight: normal;
	margin-bottom: 50px;
	text-align: center;
}

.complate-area .comp-code {
	font-size: 20px;
	font-weight: normal;
	display: inline-block;
	width: auto;
	margin-bottom: 50px;
	padding: 15px 30px;
	text-align: center;
	color: #8587b9;
	border: #8587b9 solid 1px;
	background-color: #fff;
}

.complate-area p {
	font-size: 16px;
}

.cart-section .btn-area {
	margin-bottom: 100px;
}

@media only screen and (max-width: 576px) {
	.complate-area {
		width: 100%;
		margin: 0 auto 40px;
		padding-top: 30px;
		padding-right: 10px;
		padding-bottom: 30px;
		padding-left: 10px;
		text-align: center;
	}
	.complate-area h4 {
		font-size: 18px;
		font-weight: normal;
		margin-bottom: 30px;
		text-align: center;
	}
	.complate-area .comp-code {
		font-size: 16px;
		font-weight: normal;
		display: inline-block;
		width: 100%;
		margin-bottom: 30px;
		padding: 5px 0;
		text-align: center;
	}
	.complate-area p {
		font-size: 14px;
		text-align: left;
	}
	.cart-section .btn-area {
		margin: 0 10px 50px;
	}
}

/* help-block */
.help-block.form-error {
	font-size: 12px;
	display: inline-block;
	margin-top: 10px;
	margin-right: 10px;
	padding: 8px 18px;
	text-align: left;
	color: #fff;
	background-color: #e30000;
}

@media only screen and (max-width: 576px) {
	.help-block.form-error {
		padding: 8px 15px;
	}
}

/* newarrival */
#newarrival {
	position: relative;
}

/***********
 * parts
 ***********/
/* msg */
.msg {
	font-size: 14px;
	margin-bottom: 38px;
	padding: 8px 15px;
	text-align: left;
	background-color: #f6f7f8;
}

@media only screen and (max-width: 576px) {
	.msg {
		font-size: 12px;
		line-height: 1.3;
		margin-bottom: 38px;
		padding: 8px 10px;
		text-align: left;
	}
}

/* err */
.err-msg {
	font-size: 14px;
	margin-bottom: 38px;
	padding: 5px 15px;
	text-align: left;
	color: #e30000;
	border: #e30000 solid 1px;
	background-color: #fff;
}

@media only screen and (max-width: 576px) {
	.err-msg {
		font-size: 12px;
		line-height: 1.4;
		margin-right: 10px;
		margin-bottom: 20px;
		margin-left: 10px;
		padding: 10px 10px;
	}
}

/*bread*/
.bread {
	width: 100%;
	padding: 10px 0;
	background-color: #f2f2f5;
}

.bread ul li {
	max-width:100%;
	font-size: 12px;
	float: left;
	margin-right: 18px;
}

.bread ul li img {
	width: 18px;
	height: auto;
	vertical-align: middle;
}

.bread ul li a:after {
	display: inline-block;
	margin-left: 18px;
	content: '|';
	color: #333;
}

.bread ul li a:hover {
	text-decoration: underline;
	opacity: 1;
}


@media only screen and (max-width: 576px) {
	.bread {
		padding: 10px 10px;
	}
	.bread ul li {
		font-size: 12px;
		margin-right: 8px;
	}
}

/* itemcount */
.item-list-itemcount {
	margin: 10px;
	text-align: right;
}

/* paging */
.paging-area {
	position: relative;
	clear: both;
	padding: 16px 0;
	border-bottom: #33b3df solid 1px;
}

.paging {
	font-size: 14px;
	position: relative;
	width: 212px;
	margin: 0 auto;
	text-align: center;
}

.paging .prev {
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -5px;
}

.paging .prev a {
	position: relative;
	display: block;
	width: 21px;
	height: 10px;
	background-image: url(https://image.raku-uru.jp/cms/yt00006/img/icn-arrow-prev.png);
	background-repeat: no-repeat;
	background-size: cover;
}

.paging .next {
	position: absolute;
	top: 50%;
	right: 0;
	margin-top: -5px;
}

.paging .next a {
	position: relative;
	display: block;
	width: 21px;
	height: 10px;
	background-image: url(https://image.raku-uru.jp/cms/yt00006/img/icn-arrow-next.png);
	background-repeat: no-repeat;
	background-size: cover;
}

.page-num ul {
	font-size: 0;
}

.page-num ul li {
	font-size: 14px;
	display: inline-block;
	margin: 0 15px;
}

.page-num ul li span a {
	color:#f00;
}

@media only screen and (max-width: 576px) {
	.paging-area {
		padding: 0 0;
		border: none;
	}
	.paging {
		width: 100%;
		padding: 12px 10px;
		border-bottom: #33b3df solid 1px;
	}
	.paging .prev {
		position: absolute;
		top: 50%;
		left: 10px;
		margin-top: -5px;
	}
	.paging .prev a {
		position: relative;
		display: block;
		width: 21px;
		height: 10px;
		background-image: url(https://image.raku-uru.jp/cms/yt00006/img/icn-arrow-prev.png);
		background-repeat: no-repeat;
		background-size: cover;
	}
	.paging .next {
		position: absolute;
		top: 50%;
		right: 10px;
		margin-top: -5px;
	}
	.paging .next a {
		position: relative;
		display: block;
		width: 21px;
		height: 10px;
		background-image: url(https://image.raku-uru.jp/cms/yt00006/img/icn-arrow-next.png);
		background-repeat: no-repeat;
		background-size: cover;
	}
	.page-num ul {
		font-size: 0;
	}
	.page-num ul li {
		font-size: 14px;
		display: inline-block;
		margin: 0 14px;
	}
}


/* sort */
.sort {
	font-size: 0;
	position: relative;
	width: 100%;
	padding-top: 20px;
	text-align: right;
}

.sort-label {
	font-size: 12px;
	display: inline-block;
}

.sort ul {
	font-size: 0;
	display: inline-block;
}

.sort ul li {
	font-size: 12px;
	position: relative;
	display: inline-block;
	margin-left: 10px;
	padding-left: 10px;
}

.sort ul li:first-child {
	margin-left: 0;
	padding-left: 0;
}

.sort ul li:not(:first-child):after {
	position: absolute;
	top: 50%;
	left: 0;
	display: block;
	width: 1px;
	height: 12px;
	margin-top: -6px;
	content: '';
	background-color: #000;
}

.sort ul li a {
	text-decoration: underline;
}

.sort ul li a:hover {
	text-decoration: none;
}

@media only screen and (max-width: 576px) {
	.sort {
		font-size: 0;
		position: relative;
		width: 100%;
		padding-top: 12px;
		padding-bottom: 13px;
		text-align: center;
	}
	.sort-label {
		display: none;
	}
	.sort ul {
		font-size: 0;
		display: inline-block;
		text-align: center;
	}
	.sort ul li {
		font-size: 12px;
		position: relative;
		display: inline-block;
		margin-left: 20px;
		padding-left: 20px;
	}
	.sort ul li:first-child {
		margin-left: 0;
		padding-left: 0;
	}
	.sort ul li:not(:first-child):after {
		position: absolute;
		top: 50%;
		left: 0;
		display: block;
		width: 1px;
		height: 12px;
		margin-top: -6px;
		content: '';
		background-color: #000;
	}
	.sort ul li a {
		text-decoration: underline;
	}
}

/* icon */

 
.icn-badge82752:after {
	content: "NEW";
	font-size: 12px;
	line-height: 15px;
	position: absolute;
	top: 30px;
	left: 0;
	display: block;
	width: 60px;
	height: 15px;
	text-align: center;
	color: #fff;
	background-color: #9a9acf;
}

.item-detail-photo.icn-badge82752:after {
	top: 0;
}

@media only screen and (max-width: 576px) {
	.icn-badge82752:after {
		font-size: 11px;
		top: 15px;
		left: 0;
	}
} 
.icn-badge82753:after {
	content: "おすすめ";
	font-size: 12px;
	line-height: 15px;
	position: absolute;
	top: 30px;
	left: 0;
	display: block;
	width: 60px;
	height: 15px;
	text-align: center;
	color: #fff;
	background-color: #9a9acf;
}

.item-detail-photo.icn-badge82753:after {
	top: 0;
}

@media only screen and (max-width: 576px) {
	.icn-badge82753:after {
		font-size: 11px;
		top: 15px;
		left: 0;
	}
} 
.icn-badge82754:after {
	content: "人気";
	font-size: 12px;
	line-height: 15px;
	position: absolute;
	top: 30px;
	left: 0;
	display: block;
	width: 60px;
	height: 15px;
	text-align: center;
	color: #fff;
	background-color: #9a9acf;
}

.item-detail-photo.icn-badge82754:after {
	top: 0;
}

@media only screen and (max-width: 576px) {
	.icn-badge82754:after {
		font-size: 11px;
		top: 15px;
		left: 0;
	}
} 
.icn-new:after {
	content: "";
	/* NEW */
	font-size: 12px;
	line-height: 15px;
	position: absolute;
	top: 30px;
	left: 0;
	display: block;
	width: 60px;
	height: 15px;
	text-align: center;
	color: #fff;
	background-color: #9a9acf;
}

@media only screen and (max-width: 576px) {
	.icn-new:after {
		font-size: 11px;
		top: 15px;
		left: 0;
	}
}

.icn-popular:after {
	content: "";
	/* 人気 */
	font-size: 11px;
	line-height: 15px;
	position: absolute;
	top: 30px;
	left: 0;
	display: block;
	width: 60px;
	height: 15px;
	text-align: center;
	color: #fff;
	background-color: #d91241;
}

@media only screen and (max-width: 576px) {
	.icn-popular:after {
		font-size: 11px;
		top: 15px;
		left: 0;
	}
}

.icn-recommend:after {
	content: "";
	/* おすすめ */
	font-size: 11px;
	line-height: 15px;
	position: absolute;
	top: 30px;
	left: 0;
	display: block;
	width: 60px;
	height: 15px;
	text-align: center;
	color: #fff;
	background-color: #098cc9;
}

@media only screen and (max-width: 576px) {
	.icn-recommend:after {
		font-size: 11px;
		top: 15px;
		left: 0;
	}
}

.icn-reservation::before {
	content: "予約商品";
	width: 58px;
	height: 18px;
	display: block;
	font-size: 11px;
	line-height: 18px;
	margin-top: 2px;
	margin-right: 6px;
	text-align: center;
	color: #fff;
	background: #666;
}

a .icn-reservation::before {
	color: #fff;
	background: #666;
}

.item-detail-name.icn-reservation::before {
	font-size: 16px;
	line-height: 32px;
	position: relative;
	width: 96px;
	height: 32px;
	margin-right: 10px;
}

/*overlay*/
.overlay {
	position: fixed;
	z-index: 999;
	top: 0;
	left: 0;
	display: none;
	width: 100%;
	height: 100%;
	background-color: rgba(133,135,185,.9);
}

.modal-open {
	/*
	overflow: hidden;   
	*/
}

.modal-open .overlay {
	display: block;
	background-color: rgba(0,0,0,.8);
}
@media only screen and (max-width: 576px) {
	.nav-open {
		overflow: hidden;
	}
	.nav-open .overlay {
		display: block;
	}
}

/* modal */
.modal {
	position: absolute;
	z-index: 9999;
	top: 50%;
	left: 50%;
	display: none;
	margin-top: -200px;
	margin-left: -320px;
	padding: 6px;
	background-color: #dadaea;
}

.modal-open .modal {
	display: block;
}

.modal-inner {
	position: relative;
	width: 100%;
	height: auto;
}

.modal-img {
	max-width: 648px;
	max-height: 648px;
}

.modal-img img {
	display: block;
	max-width: 648px;
	max-height: 648px;
	width: auto;
	height: auto;
}

.modal-close {
	position: absolute;
	top: -20px;
	right: -20px;
}

.modal-close a {
	display: block;
	width: 52px;
	height: 52px;
	background-image: url(https://image.raku-uru.jp/cms/yt00006/img/btn-modal-close.png);
	background-repeat: no-repeat;
	background-size: cover;
}

@media only screen and (max-width: 576px) {
	.modal {
		position: absolute;
		z-index: 9999;
		top: 50%;
		left: 50%;
		display: none;
		margin-top: -110px;
		margin-left: -150px;
		padding: 5px;
	}
	.modal-open .modal {
		display: block;
	}
	.modal-inner {
		position: relative;
		width: 100%;
		height: auto;
	}
	.modal-img {
		max-width: 280px;
		max-height: 280px;
	}
	.modal-img img {
		max-width: 280px;
		max-height: 280px;
		width: auto;
		height: auto;
	}
	.modal-close {
		position: absolute;
		top: -20px;
		right: -20px;
	}
	.modal-close a {
		display: block;
		width: 37px;
		height: 37px;
	}
}

/* pagetop */
.btn-pagetop {
	width: 100%;
	height: 44px;
	background-color: #1f1f2c;
}

.btn-pagetop a {
	font-size: 14px;
	line-height: 44px;
	position: relative;
	display: block;
	float: right;
	padding-right: 24px;
	color: #8587b9;
}

.btn-pagetop a:after {
	position: absolute;
	top: 50%;
	right: 0;
	display: block;
	width: 14px;
	height: 10px;
	margin-top: -5px;
	content: '';
	background-image: url(https://image.raku-uru.jp/cms/yt00006/img/btn-pagetop.png);
	background-repeat: no-repeat;
	background-size: cover;
}

@media only screen and (max-width: 576px) {
	.btn-pagetop {
		height: 42px;
		text-align: center;
	}
	.btn-pagetop a {
		line-height: 42px;
		display: inline-block;
		float: none;
		padding: 0;
	}
	.btn-pagetop a:after {
		position: inherit;
		top: auto;
		bottom: 0;
		left: 0;
		display: inline-block;
		width: 14px;
		height: 10px;
		margin-top: 0;
		margin-left: 10px;
		content: '';
		vertical-align: middle;
		background-image: url(https://image.raku-uru.jp/cms/yt00006/img/btn-pagetop_sp.png);
		background-repeat: no-repeat;
		background-size: cover;
	}
}

/***********
 * module
 ***********/
.sp {
	display: none !important;
}
@media only screen and (max-width: 576px) {
	.sp {
		display: inline-block !important;
	}
}


/***送料について***/

.shipment-tbl {
	width: 100%;
	margin-top: 30px;
	border-top: #33b3df solid 1px;
}

.shipment-tbl th {
	font-weight: bold;
	width: 200px;
	padding: 20px 0;
	text-align: left;
	border-bottom: #33b3df solid 1px;
}

.shipment-tbl-ptn1 th{
	width: 250px;
	padding-right: 20px;
}

.shipment-tbl td {
	padding: 20px 0;
	text-align: left;
	border-bottom: #33b3df solid 1px;
}

.shipment-tbl caption {
	font-size: 16px;
	padding: 4px 12px 3px;
	color: #8587b9;
	background-color: #13131f;
}

.shipment-tbl-normal table th {
	width: auto;
	white-space: nowrap;
}

.shipment-tbl-rule-notice {
	font-size: 80%;
}

.shipment-tbl-normal-shippoint-point span{
	display: inline-block;
	line-height: 1.1;
	padding:5px 0;
}

.shipment-tbl-normal-shippoint-point span:nth-child(2){
	padding: 0 10px;
}

.shipment-tbl-normal-rule,
.shipment-tbl-normal-rule2,
.shipment-tbl-tkbsize-defined-rule {
	margin: 15px;
}

.shipment-tbl-normal-rule2 span {
	display: block;
}

.shipment-tbl table th,
.shipment-tbl table td {
	padding: 3px 4px 2px;
	border: 0;
	line-height: 1.1;
}

.shipment-tbl table td {
	text-align: center;
}

.shipment-tbl table thead th,
.shipment-tbl table thead td {
	color: #8587b9;
	background-color: #13131f;
}

.shipment-tbl table thead th span,
.shipment-tbl table thead th span {
	display: block;
}

.shipment-tbl table tbody tr:nth-child(2n) th,
.shipment-tbl table tbody tr:nth-child(2n) td {
	background: #f6f7f8;
}

.shipment-tbl table th {
	min-width: 100px;
}

.shipment-tbl-normal-orderprice-ttl,
.shipment-tbl-normal-orderpric-price {
	display: inline-block;
}

.shipment-tbl-eidome a {
	text-decoration: underline;
}

@media only screen and (max-width:600px) {
	.shipment-tbl caption {
		display: block;
	}
	.shipment-tbl th {
		font-size: 14px;
		display: block;
		width: 100%;
		padding: 20px 10px 5px;
		border-bottom: none;
	}
	.shipment-tbl td {
		font-size: 12px;
		display: block;
		width: 100%;
		padding: 0 10px 20px;
	}
	.shipment-tbl table {
		width: 90%;
		margin: auto;
	}
	.shipment-tbl table thead th,
	.shipment-tbl table thead td {
		padding-bottom: 5px;
	}
	.shipment-tbl table thead th span,
	.shipment-tbl table thead td span {
		display: inline;
		padding: 0 14px;
	}
	.shipment-tbl table th,
	.shipment-tbl table td {
		width: 100%;
		text-align: center;
	}
}


/***********
 * lp
 ***********/
.body-lp #header {
	height: 65px;
	border-bottom: #d0d0d0 1px solid;
	background-color: #13131f;
}

.body-lp #header .logo {
	position: relative;
	width: 170px;
	margin: 0 auto;
}

.contents-lp .main {
	margin-bottom: 50px;
}

.contents-lp .item-order {
	width: 440px;
	margin: 0 auto;
}

.contents-lp .lp-img img{
	display: block;
	max-width: 100%;
	margin: 20px auto;
}

.contents-lp .item-order .item-detail-cart {
	border-bottom: none;
}

.body-lp .footer-top {
	padding: 40px 0;
	background-color: #f6f7f8;
}

.body-lp .footer-top .footer-logo {
	margin-bottom: 0;
}

.body-lp .footer-top .footer-logo img {
	display: block;
	margin: 0 auto;
}

.body-lp .footer-bottom {
	padding: 20px 0;
	background-color: #fff;
}

@media only screen and (max-width: 576px) {
	.body-lp #header {
		height: 50px;
	}
	.contents-lp .item-order {
		width: 100%;
	}

}


/***********
 * detailed-search
 ***********/
.detailed-search {
	background: #f2f2f5;
	padding: 5px 10px;
	margin-bottom: 10px;
}
.detailed-search-head {
	font-size: 18px;
	line-height: 36px;
	padding: 0 5px;
	cursor: pointer;
	color: #8587b9;
	text-align: left;
}
.detailed-search-head::before {
	content: "\ea43";
	font-family: "icomoon";
	margin-right: 15px;
}
.detailed-search-show .detailed-search-head::before {
	content: "\ea41";
	font-family: "icomoon";
}
.detailed-search-content {
	display: block;
	width: calc(100% - 20px);
	max-width: 500px;
	margin: 10px 0 20px;
	margin-right: auto;
	margin-left: auto;
	display: none;
}
.detailed-search-keyword,
.detailed-search-category,
.detailed-search-price {
	margin-bottom: 10px;
	text-align: left;
}
.detailed-search input[type="text"],
.detailed-search-category label {
	border: 1px solid #33b3df;
}
.detailed-search-name {
	display: inline-block;
	width: 35%;
	margin-right: 5px;
}
.detailed-search-keyword input[type="text"] {
	width: calc(65% - 5px);
	height: 30px;
	line-height: 30px;
	font-size: 16px;
	padding: 0 5px;
}
.detailed-search-category label {
	position: relative;
	display: inline-block;
	width: calc(65% - 5px);
	overflow: hidden;
	vertical-align: middle;
	background-color: #fff;
	padding-left: 5px;
	height: 30px;
}
.detailed-search-category label::after {
	z-index: 3;
	position: absolute;
	display: block;
	right: 7px;
	top: 10px;
	content: "\e900";
	font-family: "icomoon";
	font-size: 8px;
}
.detailed-search-category select {
	position: relative;
	z-index: 2;
	display: block;
	width: 100%;
	margin: 0;
	border: 0;
	outline: none;
	font-size: 16px;
	line-height: 30px;
	appearance: none;
	padding-right: 32px;
}
.detailed-search-price input[type="text"] {
	width: calc( (65% - 65px) / 2);
	height: 30px;
	line-height: 30px;
	font-size: 16px;
	padding: 0 5px;
	text-align: right;
	ime-mode: disabled;
}
.detailed-search-price-unit1 {
	height: 30px;
	line-height: 30px;
	font-size: 16px;
	width:35px;
	margin: 0 5px;
}
.detailed-search-price-unit2 {
	height: 30px;
	line-height: 30px;
	font-size: 16px;
	width:15px;
	margin-left: 5px;
}
.detailed-search-btn {
	text-align: right;
}
.detailed-search-btn button {
	line-height: 30px;
	padding: 0 15px;
	background-color: #8587b9;
	color: #fff;
	-webkit-appearance: none;
	border-radius: 0;
	border: 0;
}

.detailed-search + .paging,
.detailed-search + .sort {
	border-top: none;
}


/***********
 * sort-select
 ***********/
.sort-select .sort-label {
	display: inline;
	font-size: 16px;
	vertical-align: middle;
	line-height: 30px;
}
.sort-select label {
	position: relative;
	display: inline-block;
	overflow: hidden;
	vertical-align: middle;
	height: 30px;
	padding-left: 5px;
	border: 1px solid #33b3df;
}
.sort-select label::after {
	z-index: 3;
	position: absolute;
	display: block;
	right: 7px;
	top: 10px;
	content: "\e900";
	font-family: "icomoon";
	font-size: 8px;
}
.sort-select select {
	z-index: 2;
	display: block;
	width: 100%;
	margin: 0;
	border: 0;
	outline: none;
	font-size: 16px;
	line-height: 30px;
	appearance: none;
	padding-right: 32px;
}


/***********
 * login
 ***********/
.body-login #header {
	height: 65px;
	border-bottom: #d0d0d0 1px solid;
	background-color: #13131f;
}

.body-login #header .logo {
	position: relative;
	width: 170px;
	margin: 0 auto;
}

.contents-login .main {
	margin-bottom: 50px;
}

.body-login .footer-top {
	padding: 40px 0;
	background-color: #f6f7f8;
}

.body-login .footer-top .footer-logo {
	margin-bottom: 0;
}

.body-login .footer-top .footer-logo img {
	display: block;
	margin: 0 auto;
}

.body-login .footer-bottom {
	padding: 20px 0;
	background-color: #fff;
}

@media only screen and (max-width: 576px) {
	.body-login #header {
		height: 50px;
	}
}
/* .detailulスタイル */
ul.detailul {
    list-style: disc !important; /* 左に「・」をつける */
    padding-left: 20px; /* 左のインデント */
    margin-bottom: 10px; /* 適切な間隔を確保 */
}

ul.detailul > li {
    margin-bottom: 5px; /* リスト項目の間隔 */
    list-style: disc !important; /* 左に「・」をつける */
}

/* 入れ子のul */
ul.detailul ul {
    list-style: circle !important; /* 入れ子の「・」のスタイルを変える */
    font-size: 0.9em; /* 文字サイズを少し小さくする */
    padding-left: 20px; /* 入れ子のインデント */
    margin-bottom: 5px; /* 入れ子リストの間隔 */
padding-top: 5px;
}

ul.detailul ul > li {
    margin-bottom: 3px; /* 入れ子リスト項目の間隔 */
    list-style: circle !important; /* 入れ子の「・」のスタイルを変える */
}


ul.mainimg,
ul.mainimg li {
    padding: 0 !important;
    margin: 0 !important;
    width: 100% !important;
}


h3.goodstitle {
  font-size: 24px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 0.5rem;
  margin-bottom: 30px;
  color: #0068B6;
  line-height: 1.5;
}

.mb-5{
margin-bottom: 3rem;
}
.mt-5{
margin-top: 3rem;
}
.pt-4{
padding-top: 1.5rem;
}
.red{
color:#ff0000;
}
h4.time{
margin-bottom: 5px;
}
