<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/*//////////////////// リセット・ベース ////////////////////*/
html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  overflow-x: clip;
  scroll-behavior: smooth;
}

abbr,
address,
article,
aside,
audio,
blockquote,
body,
canvas,
caption,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
p,
pre,
q,
samp,
section,
small,
span,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
ul,
var,
video {
  margin: 0;
  padding: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
  position: relative;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

li {
  list-style-type: none;
}

/*開発用*/
pre {
  padding: 2em !important;
  background-color: antiquewhite !important;
}

/* コンテナクエリの対象となるコンテナを定義 */
.container {
  container-type: inline-size;
}

main {
  margin: 0;
  color: #222;
  letter-spacing: 0.015em;
  position: relative;
  width: 100%;
  /*青字リンク*/
  /*フレックスボックス*/
  /*グリッドレイアウト*/
  /* コンテナ幅716px以上*/
  /* コンテナ幅601px以上715px以下*/
  /* コンテナ幅600px以下 */
  /*タグリスト*/
}
@media screen and (min-width: 768px) {
  main {
    font-size: 1rem;
  }
}
main p, main dd {
  line-height: 1.6 !important;
}
main figcaption {
  line-height: 1.5 !important;
}
main a {
  text-decoration: none;
  cursor: pointer;
  color: #222;
}
/* main a:hover img {
  transform: scale(1.02);
  transition: 0.15s;
} */
main a:hover {
  text-decoration: underline;
  cursor: pointer;
}
main img {
  width: 100%;
  object-fit: contain;
  height: auto;
}
main .link a {
  color: #2D79C4;
}
main .link + .angle::after {
  content: "钒;";
  transform: rotate(45deg);
  display: inline-block;
  font-size: 0.9em;
  font-weight: bold !important;
  margin-left: 0.2em;
  vertical-align: 0.1em;
}
main .link + .arrow::after {
  content: "⤍";
  width: 20px;
  height: 6px;
  margin-left: 0.5em;
}
main a.link-arrow:before,
main .link-arrow a:before {
  content: "┐";
  transform: rotate(45deg);
  display: inline-block;
  font-size: 0.9em;
  font-weight: bold !important;
  margin-right: 0.1em;
}
main h1 {
  font-size: 1.6em;
  font-weight: bold;
}
main h2 {
  margin-bottom: 1em;
  font-size: 1.4em;
  font-weight: bold;
}
main .flex {
  display: flex;
  flex-wrap: wrap;
}
main .flex-center {
  justify-content: center;
}
main .flex-column {
  flex-direction: column;
}
main .flex-2 &gt; * {
  flex-basis: calc(100% * 1 / 2);
}
main .flex-3 &gt; * {
  flex-basis: calc(100% * 1 / 3);
}
main .flex-4 &gt; * {
  flex-basis: calc(100% * 1 / 4);
}
main .flex-5 &gt; * {
  flex-basis: calc(100% * 1 / 5);
}
main .flex-6 &gt; * {
  flex-basis: calc(100% * 1 / 6);
}
main .flex-7 &gt; * {
  flex-basis: calc(100% * 1 / 7);
}
main .flex-8 &gt; * {
  flex-basis: calc(100% * 1 / 8);
}
main .flex-9 &gt; * {
  flex-basis: calc(100% * 1 / 9);
}
main .flex-10 &gt; * {
  flex-basis: calc(100% * 1 / 10);
}
main .flex-11 &gt; * {
  flex-basis: calc(100% * 1 / 11);
}
main .flex-12 &gt; * {
  flex-basis: calc(100% * 1 / 12);
}
main .grid {
  display: grid;
  /*      gap: 2.5em 2em;*/
  justify-items: center;
  gap: 8px;
}
main .grid &gt; * {
  width: 100%;
}
main .gap-0 {
  gap: 0em !important;
}
main .gap-1 {
  gap: 1em !important;
}
main .gap-2 {
  gap: 2em;
}
main .gap-3 {
  gap: 3em !important;
}
main .gap-4 {
  gap: 4em !important;
}
main .grid-center {
  justify-items: center;
}
@container (min-width: 716px) {
  main .grid.grid-2 {
    grid-template-columns: repeat(2, 1fr);
  }
  main .grid.grid-3 {
    grid-template-columns: repeat(3, 1fr);
  }
  main .grid.grid-4 {
    grid-template-columns: repeat(4, 1fr);
  }
  main .grid.grid-5 {
    grid-template-columns: repeat(5, 1fr);
  }
  main .grid.grid-6 {
    grid-template-columns: repeat(6, 1fr);
  }
  main .grid.grid-7 {
    grid-template-columns: repeat(7, 1fr);
  }
  main .grid.grid-8 {
    grid-template-columns: repeat(8, 1fr);
  }
  main .grid.grid-9 {
    grid-template-columns: repeat(9, 1fr);
  }
  main .grid.grid-10 {
    grid-template-columns: repeat(10, 1fr);
  }
  main .grid.grid-11 {
    grid-template-columns: repeat(11, 1fr);
  }
  main .grid.grid-12 {
    grid-template-columns: repeat(12, 1fr);
  }
}
@container (min-width: 601px) and (max-width: 715px) {
  main .grid {
    grid-template-columns: repeat(2, 1fr);
  }
  main .grid.grid-5 {
    grid-template-columns: repeat(4, 1fr);
  }
}
@container (max-width: 600px) {
  main .grid {
    grid-template-columns: repeat(2, 1fr);
  }
  main .grid.grid-sp-3 {
    grid-template-columns: repeat(3, 1fr);
  }
  main .grid.grid-sp-4 {
    grid-template-columns: repeat(4, 1fr);
  }
  main .grid.grid-sp-1 {
    grid-template-columns: 1fr;
  }
}
@container (max-width:600px) {
  main br.pc {
    display: none;
  }
}
@container (min-width:601px) {
  main br.sp {
    display: none;
  }
}
main .bg-gray {
  background-color: rgba(0, 0, 0, 0.025);
}
main .t-center {
  text-align: center;
}
main .t-right {
  text-align: right;
}
main .bold {
  font-weight: bold;
}
main span.tax {
  font-size: 0.7rem;
}
main .wrap75 {
  margin-left: auto;
  margin-right: auto;
  width: 75%;
}
main .pc-wrap75 {
  margin-left: auto;
  margin-right: auto;
  width: 75%;
}
@media (max-width: 540px) {
  main .pc-wrap75 {
    width: 100%;
  }
}
main .wrap80 {
  margin-left: auto;
  margin-right: auto;
  width: 80%;
}
main .pc-wrap80 {
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 981px) {
  main .pc-wrap80 {
    width: 80%;
  }
}
@media (max-width: 540px) {
  main .pc-wrap80 {
    width: 100%;
  }
}
@media (max-width: 540px) {
  main .sp-wrap80 {
    margin-left: auto;
    margin-right: auto;
    width: 80%;
  }
}
main .wrap90 {
  margin-left: auto;
  margin-right: auto;
  width: 90%;
}
main .pc-wrap90 {
  margin-left: auto;
  margin-right: auto;
  width: 90%;
}
@media (max-width: 767px) {
  main .pc-wrap90 {
    width: 100%;
  }
}
@media (max-width: 540px) {
  main .sp-wrap90 {
    margin-left: auto;
    margin-right: auto;
    width: 90%;
  }
}
main .tag-list li {
  display: inline-block;
  background-color: #eee;
  padding: 0.5em 0.9em 0.4em;
  border-radius: 2em;
  margin: 0 1em 1em 0;
}
main .tag-list li a {
  color: #000;
}
main .tag-list li a:before {
  content: "#";
}
main .circle {
  box-sizing: border-box;
  border-radius: 50%;
  -o-object-fit: cover;
  object-fit: cover;
  aspect-ratio: 1/1;
}
main .circle-top {
  -o-object-position: 0 0;
  object-position: 0 0;
}
main .circle-bottom {
  -o-object-position: 0 100%;
  object-position: 0 100%;
}
main .circle.border {
  border: 1px solid #ccc;
  padding: 2px;
}

/*仮ナチュランヘッダー*/
header.single {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

header.single .tagline {
  letter-spacing: 0.05em;
  margin-bottom: 8px;
  font-weight: 500;
}

header.single .logo a {
  text-decoration: none !important;
  color: #222;
}

header.single .single-header-buttons {
  display: flex;
  align-items: flex-end;
}

header.single .single-header-buttons &gt; div {
  display: flex;
  width: 48px;
  height: 48px;
  cursor: pointer;
  position: relative;
}

header.single .single-header-buttons img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 767px) {
  header.single {
    height: 60px;
    align-items: flex-end;
  }
  header.single .tagline {
    font-size: 0.6rem;
    position: absolute;
    top: 4px;
  }
  header.single .logo img {
    width: 30vw;
    max-width: 118px;
  }
}
@media screen and (max-width: 600px) {
  .single-header-buttons {
    margin-right: -0.5em;
  }
}
@media screen and (min-width: 768px) {
  header.single .tagline {
    font-size: 0.75rem;
  }
  header.single .logo {
    padding: 6px;
  }
  header.single .logo img {
    width: 134px;
  }
  header.single .single-header-buttons {
    margin-top: 0.5rem;
  }
}
/* ============= footer ================ */
#site_footer ul {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 1em;
  flex-wrap: wrap;
}

#site_footer ul.share {
  margin-bottom: 1rem;
}

#site_footer ul.share a {
  display: block;
  padding: 8px;
  width: 40px;
}

@media screen and (min-width: 768px) {
  #site_footer ul.share {
    margin-bottom: 0;
    margin-left: auto;
    margin-right: 1em;
  }
}
@media screen and (min-width: 992px) {
  #site_footer ul.share {
    margin-right: 40px;
  }
}
#site_footer ul.menu a {
  display: block;
  white-space: nowrap;
}

#site_footer {
  background-color: #efefef;
  line-height: 1.5;
  font-weight: 500;
}

#site_footer &gt; .inner {
  padding: 10px;
}

#site_footer ul.menu a {
  padding: 0.2rem 0.5rem;
  color: #222;
  font-size: 0.75em;
}

#site_footer p {
  text-align: center;
}

#site_footer .logo img {
  width: 90px;
  height: auto;
  margin: 1em auto;
}

.copyright {
  font-size: 0.75em;
}

#pagetop {
  width: 40px;
  height: 40px;
  background: #fff;
  border: 1px solid #bdbdbd;
  position: fixed;
  bottom: 5px;
  right: 5px;
  z-index: 1000;
}

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

.wrapper1000 {
  margin: 0 auto;
}

@media screen and (min-width: 1000px) {
  .wrapper1000 {
    width: 1000px;
  }
}
@media screen and (max-width: 999px) {
  .wrapper1000 {
    width: 100%;
  }
}
.wrapper980 {
  margin: 0 auto;
}

@media screen and (min-width: 980px) {
  .wrapper980 {
    width: 980px;
  }
}
@media screen and (max-width: 979px) {
  .wrapper980 {
    width: 100%;
  }
}
.wrapper760 {
  margin: 0 auto;
}

@media screen and (min-width: 760px) {
  .wrapper760 {
    width: 760px;
    padding: inherit;
  }
}
@media screen and (max-width: 759px) {
  .wrapper760 {
    width: 100%;
  }
}
.breadcrumb {
  font-size: 0.75rem;
  overflow-x: auto;
  overflow-y: clip;
  margin: 4em 0 0;
}
.breadcrumb ol {
  display: flex;
  white-space: nowrap;
  gap: 0.8em;
}
.breadcrumb li {
  display: flex;
  align-items: center;
  gap: 0.8em;
}
.breadcrumb li::after {
  display: flex;
  content: "❭";
  /*
      content: "";
      width: 0.4em;
      height: 0.4em;
      border-top: 1px solid #999;
      border-right: 1px solid #999;
      transform: rotate(45deg);*/
}
.breadcrumb li:last-child {
  padding-right: 0.5em;
}
.breadcrumb li:last-child::after {
  display: none;
}
.breadcrumb a {
  text-decoration: underline;
  cursor: pointer;
  color: #222;
}

/*余白調整用*/
.p-0 {
  padding: 0;
}

.pl-0 {
  padding-left: 0em !important;
}

.pr-0 {
  padding-right: 0em !important;
}

.pt-0 {
  padding-top: 0em !important;
}

.pb-0 {
  padding-bottom: 0em !important;
}

.m-0 {
  margin: 0;
}

.ml-0 {
  margin-left: 0em !important;
}

.mr-0 {
  margin-right: 0em !important;
}

.mt-0 {
  margin-top: 0em !important;
}

.mb-0 {
  margin-bottom: 0em !important;
}

.p-1 {
  padding: 1em !important;
}

.pl-1 {
  padding-left: 1em !important;
}

.pr-1 {
  padding-right: 1em !important;
}

.pt-1 {
  padding-top: 1em !important;
}

.pb-1 {
  padding-bottom: 1em !important;
}

.m-1 {
  margin: 1em !important;
}

.ml-1 {
  margin-left: 1em !important;
}

.mr-1 {
  margin-right: 1em !important;
}

.mt-1 {
  margin-top: 1em !important;
}

.mb-1 {
  margin-bottom: 1em !important;
}

.p-2 {
  padding: 2em !important;
}

.pl-2 {
  padding-left: 2em !important;
}

.pr-2 {
  padding-right: 2em !important;
}

.pt-2 {
  padding-top: 2em !important;
}

.pb-2 {
  padding-bottom: 2em !important;
}

.m-2 {
  margin: 2em !important;
}

.ml-2 {
  margin-left: 2em !important;
}

.mr-2 {
  margin-right: 2em !important;
}

.mt-2 {
  margin-top: 2em !important;
}

.mb-2 {
  margin-bottom: 2em !important;
}

.p-3 {
  padding: 3em !important;
}

.pl-3 {
  padding-left: 3em !important;
}

.pr-3 {
  padding-right: 3em !important;
}

.pt-3 {
  padding-top: 3em !important;
}

.pb-3 {
  padding-bottom: 3em !important;
}

.m-2 {
  margin: 3em !important;
}

.ml-3 {
  margin-left: 3em !important;
}

.mr-3 {
  margin-right: 3em !important;
}

.mt-3 {
  margin-top: 3em !important;
}

.mb-3 {
  margin-bottom: 3em !important;
}

.pl-4 {
  padding-left: 4em !important;
}

.pr-4 {
  padding-right: 4em !important;
}

.pt-4 {
  padding-top: 4em !important;
}

.pb-4 {
  padding-bottom: 4em !important;
}

.ml-4 {
  margin-left: 4em !important;
}

.mr-4 {
  margin-right: 4em !important;
}

.mt-4 {
  margin-top: 4em !important;
}

.mb-4 {
  margin-bottom: 4em !important;
}

.pl-5 {
  padding-left: 5em !important;
}

.pr-5 {
  padding-right: 5em !important;
}

.pt-5 {
  padding-top: 5em !important;
}

.pb-5 {
  padding-bottom: 5em !important;
}

.ml-5 {
  margin-left: 5em !important;
}

.mr-5 {
  margin-right: 5em !important;
}

.mt-5 {
  margin-top: 5em !important;
}

.mb-5 {
  margin-bottom: 5em !important;
}

.item-list li {
  position: relative;
  margin-bottom: 1em !important;
}
.item-list a {
  line-height: 1.5;
  color: #333;
  font-size: 95%;
}
.item-list p {
  margin: 4px 1px 0 3px;
}
@media (max-width: 540px) {
  .item-list p {
    font-size: 12px !important;
  }
}
.item-list .brand {
  font-weight: bold;
}
@media (max-width: 540px) {
  .item-list .brand {
    font-size: 11px;
  }
}
.item-list .rank {
  position: absolute;
  left: -4px;
  top: 0;
  margin-top: 0;
  padding: 1px 3px 0;
  background-color: rgba(255, 255, 255, 0.7);
  color: #333;
}
.item-list .price {
  font-weight: 600 !important;
}
.item-list .price span {
  font-size: 0.8em !important;
  margin-left: 0.4em;
}
.item-list .price.special {
  color: #CB2222;
}
.item-list .icon {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4em;
}
.item-list .icon img {
  height: 1.6em;
  width: auto;
}

.clamp-1 {
  display: -webkit-box;
  word-break: break-all;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.clamp-2 {
  display: -webkit-box;
  word-break: break-all;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.clamp-3 {
  display: -webkit-box;
  word-break: break-all;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.p-lead {
  margin-top: 2em;
  font-size: 0.9rem;
}

@container (min-width:601px) {
  .p-lead {
    display: flex;
    justify-content: center;
    margin: 2em auto auto;
  }
}
.btn {
  border: 1px solid #222;
  padding: 0.7em 1.5em;
  text-align: center;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  background-color: transparent;
}
.btn a {
  display: flex;
}

.btn-round {
  border-radius: 3em;
}

@container (min-width: 601px) {
  .btn {
    width: -moz-fit-content; /* Firefox */
    width: fit-content; /* other browsers */
    min-width: 30%;
  }
}
@container (min-width: 481px) {
  .btn {
    max-width: 80%;
    font-size: 1.125em;
  }
}
@container (max-width: 480px) {
  .btn {
    max-width: 90%;
    font-size: 1.125em;
  }
}
.arrow {
  position: relative;
}

.btn.arrow::after {
  content: "⤍";
  width: 20px;
  height: 6px;
  position: absolute;
  right: 1em;
  top: 1em;
}

.sns-follow {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 1em;
  margin-bottom: 3em;
}

.sns-icons {
  display: flex;
  column-gap: 1.5em;
}

.sns-icons li {
  width: 24px;
}

.cell-list.grid {
  gap: 0;
  border-left: 1px solid #ccc;
  border-top: 1px solid #ccc;
}
.cell-list.grid li {
  display: flex;
  align-items: center;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.cell-list.grid a {
  width: 100%;
  padding: 1.2em 1em;
}
.cell-list.grid a:hover {
  text-decoration: underline;
}
.cell-list.grid.angle a::after {
  content: "钒;";
  transform: rotate(45deg) translateY(-50%);
  display: inline-block;
  font-size: 0.9em;
  font-weight: bold !important;
  position: absolute;
  right: 1em;
  top: 50%;
  color: #2D79C4;
}
.cell-list.grid.brand a {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 0.8em;
}

/*
.h-underline {
    margin: 0 0 15px 0;
    background-image: url(/Contents/image/top-main-h2-border-02.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    padding-bottom: 15px;
    color: #333;
    font-size: 116%;
    font-weight: bold;
    margin: 0 0 0 15px;
    width: auto
}*/
.h-border-left {
  border-left: 4px solid #222;
  padding: 0;
}

.h-border-top {
  border-top: 1px solid #222;
}

.h-border-bottom {
  border-bottom: 1px solid #222;
}

.h-bold {
  font-weight: bold;
}

.h-vborder::after {
  display: block;
  width: 1px;
  height: 2.4em;
  content: "";
  background-color: #666;
  margin: 1.5em auto 0;
}

.h-border-v:after {
  display: block;
  width: 1px;
  height: 2em;
  content: "";
  background-color: #666;
  margin: 1em auto 0;
}

.h-bg {
  background-color: #efefef;
  padding: 0.5em 0.8em 0.4em !important;
}

.h-bdr-b {
  padding: 0.7em 0.8em 0.4em !important;
  border-bottom: 1px solid;
}

.h-bdr-tb {
  padding: 0.5em 0.8em 0.4em !important;
  border-top: 1px solid;
  border-bottom: 1px solid;
}

.h-bracket:before {
  content: "《";
  font-size: 1.5em;
  vertical-align: -0.05em;
  line-height: 1;
  margin-right: 1em;
}

.h-bracket:after {
  content: "》";
  font-size: 1.5em;
  vertical-align: -0.05em;
  line-height: 1;
  margin-left: 1em;
}

.splide {
  padding-bottom: 2.8em;
}
.splide .splide__pagination__page {
  opacity: inherit;
}
.splide .splide__arrows--ltr {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}
.splide .splide__arrow {
  background: transparent;
  width: 1em;
  height: 1em;
}
.splide .splide__arrow--prev {
  left: -1em;
}
.splide .splide__arrow--next {
  right: -1em;
}
.splide .splide__pagination li {
  padding: 0.3em;
}
.splide .splide__pagination li button {
  background-color: #fff;
  border: 1px solid #222;
}
.splide .splide__pagination li button.is-active {
  background-color: #222;
  transform: scale(1.2);
}

#Contents:has(#linen) {
  margin-bottom: 0;
}

#linen {
  background-color: #f8f7f6;
  letter-spacing: 0.08em;
  padding-bottom: 1em;
  /* コンテナ幅600px以下 */
}
@media (min-width: 768px) {
  #linen * {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  #linen * {
    font-size: calc(12px + 0.5vw);
  }
}
#linen .serif {
  font-family: serif;
  font-style: normal;
}
#linen h2 {
  font-weight: bold !important;
  font-style: normal;
  text-align: center;
  font-weight: 600;
  font-size: 1.3em;
  letter-spacing: 0.15em;
}
#linen h2 span {
  display: block;
  font-weight: normal;
  margin-bottom: 2.4em;
}
#linen h2, #linen h3 {
  line-height: 1.5;
}
#linen .title span {
  color: #b5a7a7;
  font-size: 0.5em !important;
}
#linen .title + p {
  margin: 1em auto;
  width: fit-content;
}
#linen #top {
  margin-top: 16px;
  position: relative;
  width: 100%;
  height: auto;
  line-height: 1;
}
#linen #top h1 {
  font-size: 0 !important;
}
#linen #top .p-lead {
  background-color: #fff;
  padding: 1em 1.4em;
  line-height: 1.6;
  display: flex;
  justify-content: center;
}
@media (max-width: 767px) {
  #linen #top {
    margin-bottom: 1em;
  }
}
#linen .mokuji-wrapper {
  width: fit-content;
  margin: auto;
}
#linen .bg-white {
  background-color: #fff;
  padding: 1.4em;
}
@media (min-width: 768px) {
  #linen .bg-white {
    padding: 3.6em 2.4em;
  }
}
#linen a.btn {
  /* font-family: serif; */
  border-radius: 3em;
  font-weight: bold;
  min-width: 40%;
  padding: 1.1em 2.2em 1em;
  border-color: #b5a7a7;
}
@container (max-width: 600px) {}
#linen a.btn:hover {
  transform: scale(1.02);
  text-shadow: 0 0 rgba(0, 0, 0, 0.7);
  text-decoration: none;
}
@media (max-width: 320px) {
  #linen a.btn {
    font-size: 1.15em;
  }
}
#linen .h-vborder::after {
  display: block;
  width: 1px;
  height: 2.4em;
  content: "";
  background-color: #666;
  margin: 1.5em auto 0;
}
@media (max-width: 540px) {
  #linen .h-vborder::after {
    display: none;
  }
}
#linen .circle.white {
  background-color: #fff;
}
#linen .circle.black {
  background-color: #d4d3d3;
}
#linen .circle.beige {
  background-color: #f3eee5;
}
#linen .circle.gray {
  background-color: #f0f0f0;
}
#linen .circle.blue {
  background-color: #d8f1ef;
}
#linen .circle.red {
  background-color: #ffcdcc;
}
#linen .circle.yellow {
  background-color: #f3efc1;
}
#linen .circle.green {
  background-color: #e3ebd0;
}
#linen a.link-arrow:before,
#linen .link-arrow a:before {
  color: #ad6455;
}
@media (max-width: 768px) {
  #linen .btn.link-arrow a:before {
    display: none;
  }
}
#menu li {
  font-weight: bold;
  line-height: 2em;
}
#linen #menu li li {
  font-weight: normal;
  margin-left: 1em;
}
#linen .credit-box a {
  text-decoration: underline;
}
#linen .point h3 {
  font-weight: bold;
}
#linen .point-img {
  margin-bottom: 1em;
}
#linen .point-img img {
  width: 50%;
  height: auto;
  margin: 0 auto;
  display: block;
}
@media (max-width: 767px) {
  #linen .point-img img {
    width: 80%;
    height: auto;
  }
}
#linen .point h3 {
  text-align: center;
  margin-bottom: 1em;
}
#linen #season .flex,
#linen #item .flex {
  justify-content: space-between;
}
#linen .pic img:hover {
  transform: scale(1.04);
  transition: 0.3s;
}
@container (max-width: 600px) {}
#linen #color li:has(.circle) {
  border-radius: 50%;
  border: 1px solid #ddd;
}
#linen #color .color {
  width: 100%;
  justify-content: center;
}
@container (min-width: calc(6.5em * 4 + 2em * 3)) {
  #linen #color .color {
    width: 32em;
    margin: auto;
  }
}
#linen #color .color li {
  font-family: serif;
  font-weight: 500;
}
#linen #color .circle {
  display: flex;
  width: 6.5em;
  padding: inherit;
}
#linen #color .circle a {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px solid #fff;
  border-radius: 50%;
  aspect-ratio: 1/1;
  width: 100%;
}
#linen #brand .brand li a {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#linen #brand .brand li p {
  font-size: 0.8em;
  margin-top: 1em;
}
#linen #brand img {
  width: 75%;
}
#linen #care .care-step h3 {
  background-color: #e0e6ef;
  color: #575656;
}
#linen #care h3 {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  letter-spacing: 0.1em;
  font-size: 1.2em;
  width: 5em;
  height: 5em;
  margin-top: 0;
  box-shadow: 0px 0px 2px 2px #fff inset;
}
#linen #care h3 + p {
  padding: 1em;
}
#linen #care ._fl.care .care-step h3 {
  background-color: #e0e6ef;
  color: #575656;
}
#linen .breadcrumb {
  margin: 0 auto;
}
#linen .breadcrumb * {
  font-size: 0.9em;
}

@media (max-width: 768px) {
  body:not(.ie) #top img {
    -o-object-fit: cover;
    object-fit: cover;
    height: 80vw;
  }
}

/* --------------------- */
#top .top-item {
    background-color: #fff;
    padding: .3em 1.4em 0em;
    line-height: 1.6;
    display: flex;
    justify-content: right;
}
#item h2.set-item {
  display: flex;
  align-items: center; 
  justify-content: center; 
}
#item h2.set-item:before, 
#item h2.set-item:after {
  border-top: 1px solid;
  content: "";
  width: 5em; 
}
#item h2.set-item:before {
  margin-right: 1em; 
}
#item h2.set-item:after {
  margin-left: 1em; 
}


@media (min-width: 768px) {
  #menu li{
    font-size: 19px;
  }
  #item .h-vborder{
    margin-bottom: 2em;
  }
  #item li{
    font-size: 19px;
    line-height:2em;
  }
  .style-flex{
     display: flex;
    align-items: center;
  }
  .style-text{
        vertical-align: middle
  }
  .style-cap{
    margin: 2em;
  }

.youtube{
  width: 70%;
  display: block;
  margin: 0 auto;
}
/* .youtube img{
  display: block;
  margin: 0 auto;
} */
}

@media (max-width: 768px) {
  #top p{
    font-size: 15px;
  }
  #menu h2{
    font-size: 18px;
    margin-bottom: .5em;
  }
  #menu li {
    font-size: 18px;
    line-height: 1.5em
  }
  #linen .bg-white {
    padding-top: 2em;
}
  #item .h-vborder{
    margin-bottom: 1em;
  }
  #item h2,
  #item li{
    font-size: 17px;
  }
  #item li{
    line-height:1.8em;
  }
  #item p{
    font-size: 15px;
  }
  .style-cap{
    margin-top: 1em;
    margin-bottom: 1em;
  }
  main .gap-2 {
  gap: 0;
   }
  h2.title{
  margin-bottom: 0;
  }
}
</pre></body></html>