@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=BIZ+UDPGothic:wght@400;700&display=swap");
/* CSS Document */
*, *:before, *:after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

html {
  font-size: 62.5%;
  text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, main, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

table th {
  word-break: break-all;
}

table td {
  word-break: break-all;
}

/* iOSでのデフォルトスタイルをリセット */
input[type=submit],
input[type=button] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
}

input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
  display: none;
}

input[type=submit]::focus,
input[type=button]::focus {
  outline-offset: -2px;
}

input[type=text] {
  border-radius: 0;
}

:root {
  --content-width: 1200px;
  --gap-40: 40px;
  --gap-35: 35px;
  --gap-30: 30px;
  --color-border: #D9DADA;
  --fs-color-maincolor: #BC0000;
  --fs-color-maincolor__font: #fff;
  --fs-color-subcolor1: #FEF6E5;
  --fs-color-subcolor1__font: #707070;
  --fs-color-subcolor2: #8f9a82;
  --fs-color-subcolor2__font:#ffffff;
  --fs-color-font--main: #707070;
  --fs-color-font--link: #BC0000;
  --fs-color-font--link--visited:#BC0000;
  --fs-color-font--link--hover:#BC0000:// 文字色-リンク:hover;
  --fs-color-font--link--active: #BC0000// 文字色-リンク:active;
  --fs-color-font--pageHeading: #1D1D1D:// 文字色-ページ見出し;
  --fs-color-font--productName: #3c3c3c;
  --fs-color-font--productPrice: #f34a12;
  --fs-color-page__background: #F6F4EF;
  --fs-color-button--primary: #BC0000;
  --fs-color-button--primary__border: #BC0000;
  --fs-color-button--primary__font: #ffffff;
  --fs-size-button--primary__radius: 30px;
  --fs-color-button--secondary: #FEF6E5;
  --fs-color-button--secondary__border: #FEF6E5;
  --fs-color-button--secondary__font: #707070;
  --fs-size-button--secondary__radius: 30px;
  --fs-color-button--particular: #A1A31D;
  --fs-color-button--particular__border: #A1A31D;
  --fs-color-button--particular__font: #FFFFFF;
  --fs-size-button--particular__radius: 30px;
  --fs-color-button--standard: #ebebeb;
  --fs-color-button--standard__border:#ebebeb;
  --fs-color-button--standard__font: #3c3c3c;
  --fs-size-button--standard__radius: 30px;
  --fs-color-button--plain: transparent;
  --fs-color-button--plain__border: transparent;
  --fs-color-button--plain__font: #a0522d;
  --fs-size-button--plain__radius: 0px;
  --line-height: 1.625;
}

@font-face {
  font-family: "URW DIN Demi";
  src: url(https://towe10101.itembox.design/item/D-DIN-PRO-600-SemiBold.woff2), url(https://towe10101.itembox.design/item/D-DIN-PRO-600-SemiBold.woff);
  font-weight: 600;
}
@font-face {
  font-family: "URW DIN 400";
  src: url(https://towe10101.itembox.design/item/D-DIN-PRO-400-Regular.woff2), url(https://towe10101.itembox.design/item/D-DIN-PRO-400-Regular.woff);
  font-weight: 400;
}
@font-face {
  font-family: "Maruichi-Bold";
  src: url(https://towe10101.itembox.design/item/Maruichi-Bold.woff2), url(https://towe10101.itembox.design/item/Maruichi-Bold.woff);
  font-weight: 700;
}
* {
  padding: 0;
  margin: 0;
  font-weight: normal;
}

body {
  line-height: 1.5;
  word-wrap: break-word;
  overflow-wrap: break-word;
  position: relative;
  overflow-x: hidden;
  overflow-y: scroll;
  font-family: "BIZ UDPGothic", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.6rem;
  letter-spacing: 0.02em;
  color: var(--fs-color-subcolor1__font);
  background-color: #F6F4EF;
}

html {
  font-size: 62.5%;
}

a {
  text-decoration: none;
  color: var(--fs-color-font--link);
}

b,
strong {
  font-weight: 700;
}

.org-c-logo {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-family: "Maruichi-Bold";
  line-height: 1;
}
.org-c-logo__seller {
  background-color: var(--fs-color-maincolor);
  border-radius: 1.875em;
  color: #FFFFFF;
  font-size: 0.4em;
  padding: 0.5em 1em;
  margin-bottom: 0.8em;
}
@media screen and (max-width: 1199px) {
  .org-c-logo__seller {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 960px) {
  .org-c-logo__seller {
    font-size: 1rem;
  }
}
.org-c-logo__shop {
  color: var(--fs-color-maincolor);
  text-align: center;
}
@media screen and (max-width: 1199px) {
  .org-c-logo__shop {
    font-size: 4rem;
  }
}
@media screen and (max-width: 960px) {
  .org-c-logo__shop {
    font-size: 2.1rem;
  }
}
.org-c-logo__shop span {
  font-size: 0.65em;
}
@media screen and (max-width: 1199px) {
  .org-c-logo__shop span {
    font-size: 2.6rem;
  }
}
@media screen and (max-width: 960px) {
  .org-c-logo__shop span {
    font-size: 1.3rem;
  }
}

.c-bg {
  padding: 17px;
  border-radius: 10px;
  color: #1D1D1D;
  font-size: 1.8rem;
}
.c-bg:not(:first-child) {
  margin-top: 1.6em;
}
.c-bg--bright {
  background-color: #FFF;
}
@media (max-width: 960px) {
  .c-bg {
    font-size: 1.6rem;
  }
}

.c-content {
  margin-top: 40px;
}
.c-content img {
  max-width: 100%;
  height: auto;
}

.c-buttons {
  display: flex;
  flex-direction: column;
  row-gap: 18px;
  max-width: 240px;
  margin-top: 60px;
  margin-inline: auto;
}
.c-buttons a.org-c-button--primary {
  display: block;
  width: 100%;
  text-align: center;
  color: #fff;
}

.c-caution {
  display: grid;
  grid-template-columns: 85px auto;
  column-gap: 18px;
  padding: 18px;
  background: #fff;
  border-radius: 10px;
  font-weight: bold;
  font-size: 1.8rem;
  color: #1D1D1D;
}
.c-caution:not(:first-child) {
  margin-top: 1.6em;
}
.c-caution a {
  text-decoration: underline;
  color: currentColor;
}
.c-caution a:hover {
  color: #BC0000;
}
.c-caution::before {
  display: block;
  content: "";
  width: 85px;
  height: 85px;
  background: #E25403 url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 49 45.95'%3E%3Cpath d='M24.5,0c1.41,0,2.7.77,3.37,2.01l20.67,38.29c1.01,1.86.32,4.18-1.54,5.18-.56.3-1.19.46-1.83.46H3.82C1.71,45.95,0,44.23,0,42.12c0-.64.16-1.26.46-1.82L21.14,2.01C21.81.77,23.1,0,24.51,0h0ZM5.11,41.35h38.78L24.5,5.44,5.11,41.35ZM24.5,37.52c-1.69,0-3.06-1.37-3.06-3.06s1.37-3.06,3.06-3.06,3.06,1.37,3.06,3.06c0,1.69-1.37,3.06-3.06,3.06h0ZM24.5,17.61c1.65,0,2.98,1.33,2.99,2.98,0,.11,0,.22-.02.33l-.68,6.14c-.15,1.26-1.3,2.16-2.56,2-1.05-.13-1.88-.95-2-2l-.68-6.14c-.18-1.64,1-3.11,2.64-3.29.11-.01.22-.02.33-.02h0Z' style='fill: %23f6f4ef;'/%3E%3C/svg%3E") no-repeat center;
  background-size: 49px 46px;
}
@media (max-width: 960px) {
  .c-caution {
    font-size: 1.6rem;
  }
}
@media (max-width: 500px) {
  .c-caution {
    grid-template-columns: 60px auto;
  }
  .c-caution::before {
    width: 60px;
    height: 60px;
    background-size: 40px 40px;
  }
}

a.org-c-button, a.org-c-button--gold, a.org-c-button--red, a.org-c-button--plain, a.org-c-button--standard, a.org-c-button--particular, a.org-c-button--secondary, a.org-c-button--primary {
  display: inline-block;
  border: 1px solid;
  letter-spacing: normal;
  line-height: var(--line-height);
  padding-block: calc(0.625em + (1em - 1lh) / 2);
  padding-inline: 1.875em;
}
a.org-c-button--primary {
  background-color: var(--fs-color-button--primary);
  border-color: var(--fs-color-button--primary__border);
  border-radius: var(--fs-size-button--primary__radius);
  color: var(--fs-color-button--primary__font);
}
a.org-c-button--secondary {
  background-color: var(--fs-color-button--secondary);
  border-color: var(--fs-color-button--secondary__border);
  border-radius: var(--fs-size-button--secondary__radius);
  color: var(--fs-color-button--secondary__font);
  text-decoration: none;
}
a.org-c-button--particular {
  background-color: var(--fs-color-button--particular);
  border-color: var(--fs-color-button--particular__border);
  border-radius: var(--fs-size-button--particular__radius);
  color: var(--fs-color-button--particular__font);
}
a.org-c-button--standard {
  background-color: var(--fs-color-button--standard);
  border-color: var(--fs-color-button--standard__border);
  border-radius: var(--fs-size-button--standard__radius);
  color: var(--fs-color-button--standard__font);
}
a.org-c-button--plain {
  background-color: var(--fs-color-button--plain);
  border-color: var(--fs-color-button--plain__border);
  border-radius: var(--fs-size-button--plain__radius);
  color: var(--fs-color-button--plain__font);
}
a.org-c-button--red {
  background-color: var(--fs-color-button--primary);
  color: var(--fs-color-button--particular__font);
  border-radius: var(--fs-size-button--particular__radius);
  border-color: var(--fs-color-button--primary);
}
a.org-c-button--gold {
  background-color: #A1A31D;
  border-radius: var(--fs-size-button--primary__radius);
  color: #fff;
  border-color: #A1A31D;
}
a.org-c-button--phone {
  padding: 0;
  font-family: "URW DIN Demi";
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2rem;
  position: relative;
}
a.org-c-button--phone:before {
  content: "";
  width: 20px;
  height: 20px;
  background-color: var(--fs-color-subcolor2__font);
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2220.976%22%20height%3D%2220.976%22%20viewBox%3D%220%200%2020.976%2020.976%22%3E%20%3Cpath%20id%3D%22circle-phone-regular-full%22%20d%3D%22M74.488%2C65.967a8.522%2C8.522%2C0%2C1%2C1-8.522%2C8.522A8.52%2C8.52%2C0%2C0%2C1%2C74.488%2C65.967Zm0%2C19.01A10.488%2C10.488%2C0%2C1%2C0%2C64%2C74.488%2C10.487%2C10.487%2C0%2C0%2C0%2C74.488%2C84.976Zm-2.95-15.7-.115.033a2.792%2C2.792%2C0%2C0%2C0-2.122%2C3.2%2C9.317%2C9.317%2C0%2C0%2C0%2C7.166%2C7.166%2C2.792%2C2.792%2C0%2C0%2C0%2C3.2-2.122l.033-.115a.829.829%2C0%2C0%2C0-.483-.983l-2-.832a.83.83%2C0%2C0%2C0-.963.242l-.5.615a7%2C7%2C0%2C0%2C1-3.2-3.314l.557-.455a.836.836%2C0%2C0%2C0%2C.242-.963l-.832-2a.833.833%2C0%2C0%2C0-.983-.483Z%22%20transform%3D%22translate(-64%20-64)%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E");
  margin-right: 5px;
}
a.org-c-button--mail {
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.6rem;
  position: relative;
}
a.org-c-button--mail:before {
  content: "";
  width: 18px;
  height: 13px;
  background-color: var(--fs-color-subcolor2__font);
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2218.459%22%20height%3D%2213.844%22%20viewBox%3D%220%200%2018.459%2013.844%22%3E%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_30%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%2030%22%20transform%3D%22translate(0%20-6.293)%22%3E%20%3Cpath%20id%3D%22envelope-regular-full%22%20d%3D%22M66.214%2C128A2.214%2C2.214%2C0%2C0%2C0%2C64%2C130.214a.814.814%2C0%2C0%2C0%2C0%2C.094h0v9.23a2.31%2C2.31%2C0%2C0%2C0%2C2.307%2C2.307H80.152a2.31%2C2.31%2C0%2C0%2C0%2C2.307-2.307v-9.23h0c0-.032%2C0-.061%2C0-.094A2.214%2C2.214%2C0%2C0%2C0%2C80.246%2C128Zm14.515%2C4.626v6.911a.579.579%2C0%2C0%2C1-.577.577H66.307a.579.579%2C0%2C0%2C1-.577-.577v-6.911l5.581%2C4.233a3.169%2C3.169%2C0%2C0%2C0%2C3.836%2C0Zm-15-2.412a.483.483%2C0%2C0%2C1%2C.483-.483H80.246a.484.484%2C0%2C0%2C1%2C.292.869L74.1%2C135.481a1.449%2C1.449%2C0%2C0%2C1-1.745%2C0L65.922%2C130.6A.487.487%2C0%2C0%2C1%2C65.731%2C130.214Z%22%20transform%3D%22translate(-64%20-121.707)%22%20fill%3D%22%23fff%22%2F%3E%20%3C%2Fg%3E%3C%2Fsvg%3E");
  margin-right: 5px;
}

.btn-red {
  background-color: var(--fs-color-font--link);
  border-radius: 19px;
  width: 235px;
  height: 37px;
}
@media only screen and (max-width: 960px) {
  .btn-red {
    width: 197px;
    height: 31px;
  }
}
.btn-red a {
  color: var(--fs-color-subcolor2__font);
  font-family: "URW DIN Demi";
  display: block;
  width: 100%;
}
.btn-red a:hover {
  text-decoration: none;
}

.fs-c-button--particular.fs-c-button--removeFromWishList--detail::after {
  display: inline-block;
  width: 22px;
  margin-left: 11px;
  line-height: 19px;
}

.fs-c-button--particular.fs-c-button--removeFromWishList--icon::before {
  background: none !important;
}

.fs-body-my-addressbook-edit .fs-c-button--primary,
.fs-body-my-addressbook-new .fs-c-button--primary,
.fs-body-my-addressbook .fs-c-button--primary,
.fs-body-my-account-delete .fs-c-button--primary {
  max-width: 420px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .fs-body-my-addressbook-edit .fs-c-button--primary,
  .fs-body-my-addressbook-new .fs-c-button--primary,
  .fs-body-my-addressbook .fs-c-button--primary,
  .fs-body-my-account-delete .fs-c-button--primary {
    margin-left: auto;
    margin-right: auto;
  }
}
.fs-body-my-addressbook-edit .fs-c-button--cancel,
.fs-body-my-addressbook-new .fs-c-button--cancel,
.fs-body-my-addressbook .fs-c-button--cancel,
.fs-body-my-account-delete .fs-c-button--cancel {
  max-width: 420px;
  width: 100%;
  border: 10px solid #fff;
  height: 80px;
  border-radius: 43px;
  font-size: 2rem;
  font-family: "URW DIN Demi";
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration-line: underline;
  text-decoration-thickness: 1px;
}
@media screen and (max-width: 768px) {
  .fs-body-my-addressbook-edit .fs-c-button--cancel,
  .fs-body-my-addressbook-new .fs-c-button--cancel,
  .fs-body-my-addressbook .fs-c-button--cancel,
  .fs-body-my-account-delete .fs-c-button--cancel {
    margin-inline: auto;
    font-size: 1.8rem;
    height: 60px;
  }
}

.org-c-list li {
  list-style: none;
  position: relative;
  padding-left: 1em;
}
.org-c-list li::before {
  position: absolute;
  top: calc((1lh - 0.5em) / 2);
  left: 0;
  display: block;
  content: "";
  width: 0.5em;
  height: 0.5em;
  background-color: #B5B5B5;
  border-radius: 50%;
}

.c-list:not(:first-child) {
  margin-top: 1.5em;
}
.c-list > li {
  list-style: none;
  position: relative;
  padding-left: 1em;
  font-size: 1.8rem;
}
.c-list > li:not(:first-child) {
  margin-top: 0.25em;
}
.c-list > li::before {
  position: absolute;
  top: calc((1lh - 0.5em) / 2);
  left: 0;
  display: block;
  content: "";
  width: 0.5em;
  height: 0.5em;
  background-color: #707070;
  border-radius: 50%;
}

.c-number-list {
  counter-reset: c-number-list;
}
.c-number-list:not(.c-number-list--margin-small):not(:first-child) {
  margin-top: 1.5em;
}
.c-number-list--margin-small {
  margin-top: 0.5em;
}
.c-number-list > li {
  list-style: none;
  position: relative;
  padding-left: 2em;
  font-size: 1.8rem;
}
.c-number-list > li:not(:first-child) {
  margin-top: 0.25em;
}
.c-number-list > li::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  content: "（" counter(c-number-list) "）";
  counter-increment: c-number-list;
}

.c-link-button {
  display: flex;
  align-items: center;
  column-gap: 10px;
  height: 50px;
  max-width: 480px;
  margin-top: 0.75em;
  padding-inline: 17px;
  border: 1px solid #E1DCD1;
  border-radius: 25px;
  background: #fff;
  text-decoration: underline;
  color: #BC0000;
}
.c-link-button::before {
  display: block;
  content: "";
  width: 15px;
  height: 15px;
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 15 15'%3E%3Cpath d='M0,7.5c0,4.14,3.36,7.5,7.5,7.5s7.5-3.36,7.5-7.5S11.64,0,7.5,0,0,3.36,0,7.5h0ZM7.06,11.04c-.27.27-.72.27-.99,0s-.27-.72,0-.99l2.55-2.55-2.55-2.55c-.27-.27-.27-.72,0-.99s.72-.27.99,0l3.05,3.04c.27.27.28.72,0,.99,0,0,0,0,0,0l-3.05,3.05Z' style='fill: %23bc0000;'/%3E%3C/svg%3E") no-repeat center;
  background-size: cover;
}
.c-link-button::after {
  display: block;
  content: "";
  width: 16px;
  height: 16px;
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M13.71,1.14c.63,0,1.14.51,1.14,1.14h0v11.43c0,.63-.51,1.14-1.14,1.14H2.29c-.63,0-1.14-.51-1.14-1.14h0V2.29c0-.63.51-1.14,1.14-1.14h11.43ZM16,2.29c0-1.26-1.02-2.28-2.29-2.29H2.29C1.02,0,0,1.02,0,2.29v11.43c0,1.26,1.02,2.28,2.29,2.28h11.43c1.26,0,2.28-1.02,2.28-2.29V2.29ZM10.29,9.72c0,.32.26.57.57.57s.57-.26.57-.57h0v-4.57c0-.31-.26-.57-.57-.57h-4.57c-.32,0-.57.26-.57.57s.26.57.57.57h3.19l-4.74,4.74c-.21.23-.2.59.03.81.22.2.56.2.78,0l4.74-4.74v3.19Z' style='fill: %23bc0000;'/%3E%3C/svg%3E") no-repeat center;
  background-size: cover;
}
@media (max-width: 960px) {
  .c-link-button {
    font-size: 1.5rem;
  }
}
@media (any-hover: hover) {
  .c-link-button:hover {
    text-decoration: none;
  }
}

.org-c-table {
  border-collapse: collapse;
  border-spacing: 0;
  border: none;
}
.org-c-table tr > *:first-child {
  border-left: none;
  padding-left: 0;
}
.org-c-table tr > *:last-child {
  border-right: none;
  padding-right: 0;
}
.org-c-table th, .org-c-table td {
  background-color: transparent;
  border: 1px solid var(--color-border);
  font-weight: normal;
  line-height: var(--line-height);
  padding-block: calc(1em + (1em - 1lh) / 2);
  padding-inline: 1em;
  text-align: left;
  vertical-align: top;
  word-break: break-all;
}
@media only screen and (max-width: 960px) {
  .org-c-table th, .org-c-table td {
    font-size: 1.4rem;
  }
}
.org-c-table th.org-c-table__price, .org-c-table td.org-c-table__price {
  font-family: "URW DIN 400";
  font-size: 1.8rem;
  padding-block: calc(0.8em + (1em - 1lh) / 2);
  text-align: right;
  vertical-align: middle;
  width: 7em;
}
@media only screen and (max-width: 960px) {
  .org-c-table th.org-c-table__price, .org-c-table td.org-c-table__price {
    vertical-align: top;
  }
}
.org-c-table th.org-c-table__price span, .org-c-table td.org-c-table__price span {
  display: inline-block;
  font-family: "BIZ UDPGothic", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.4rem;
  letter-spacing: 0.02em;
  padding-left: 0.5em;
  vertical-align: middle;
}
.org-c-table th.org-c-table__text-right, .org-c-table td.org-c-table__text-right {
  text-align: right;
}

.org-c-column {
  display: flex;
  flex-wrap: wrap;
  gap: var(--gap-40);
}
@media only screen and (max-width: 1199px) {
  .org-c-column {
    gap: var(--gap-35);
  }
}
@media only screen and (max-width: 960px) {
  .org-c-column {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
  }
}
.org-c-column .fs-pt-column__item {
  display: block;
  background-color: #FFFFFF;
  border: 2px solid var(--color-border);
  padding: 10px;
  text-align: center;
  width: calc((100% - var(--gap-40) * 3) / 4);
}
@media only screen and (max-width: 1199px) {
  .org-c-column .fs-pt-column__item {
    width: calc((100% - var(--gap-35) * 3) / 4);
  }
}
@media only screen and (max-width: 960px) {
  .org-c-column .fs-pt-column__item {
    width: 100%;
  }
}
.org-c-column .fs-pt-column__image {
  overflow: hidden;
  display: block;
  width: 100%;
  aspect-ratio: 250/65;
}
.org-c-column .fs-pt-column__image img {
  object-fit: cover;
  display: block;
  width: 100%;
  height: 100%;
  transition: transform 0.3s;
}
.org-c-column .fs-pt-column__heading {
  display: inline-block;
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: normal;
  line-height: var(--line-height);
  margin-top: 10px;
  margin-inline: auto;
}
@media only screen and (max-width: 1199px) {
  .org-c-column .fs-pt-column__heading {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 960px) {
  .org-c-column .fs-pt-column__heading {
    font-size: 1.1rem;
  }
}
.org-c-column a.fs-pt-column__item {
  color: inherit;
}
.org-c-column a.fs-pt-column__item[target=_blank] .fs-pt-column__heading {
  position: relative;
  padding-right: 1.8em;
}
.org-c-column a.fs-pt-column__item[target=_blank] .fs-pt-column__heading::before {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  display: block;
  content: "";
  background-color: #B5B5B5;
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;
  mask-image: url(https://towe10101.itembox.design/item/square-arrow-up-right-light-full.svg);
  margin: auto;
  width: 1em;
  height: 1em;
}
.org-c-column a.fs-pt-column__item:hover .fs-pt-column__image img {
  transform: scale(1.1);
}

.fs-l-main {
  display: flex;
  max-width: 1216px;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 1199px) {
  .fs-l-main {
    padding: 0 10px;
  }
}

.fs-l-pageMain {
  max-width: 928px;
  width: 100%;
}
@media screen and (max-width: 1199px) {
  .fs-l-pageMain {
    max-width: inherit;
  }
}

.org-l-header__drawerOpener {
  width: 45px;
  height: 45px;
  display: none;
}
@media screen and (max-width: 1199px) {
  .org-l-header__drawerOpener {
    display: block;
    margin-left: 10px;
  }
}
@media only screen and (max-width: 960px) {
  .org-l-header__drawerOpener {
    width: 42px;
  }
}
.org-l-header__drawerOpener .fs-p-drawerButton {
  padding: 0;
  display: block;
  text-align: center;
}
.org-l-header__drawerOpener .fs-p-drawerButton .org-p-drawerButton__icon {
  position: relative;
  width: 45px;
  display: block;
  height: 30px;
}
@media only screen and (max-width: 960px) {
  .org-l-header__drawerOpener .fs-p-drawerButton .org-p-drawerButton__icon {
    width: 40px;
  }
}
.org-l-header__drawerOpener .fs-p-drawerButton .org-p-drawerButton__icon > span {
  display: block;
  width: 40px;
  height: 5px;
  border-radius: 3px;
  background-color: #B5B5B5;
  position: absolute;
  left: 0px;
}
.org-l-header__drawerOpener .fs-p-drawerButton .org-p-drawerButton__icon > span:first-child {
  top: 0;
}
.org-l-header__drawerOpener .fs-p-drawerButton .org-p-drawerButton__icon > span:nth-child(2) {
  top: 12px;
}
.org-l-header__drawerOpener .fs-p-drawerButton .org-p-drawerButton__icon > span:last-child {
  top: 24px;
}
.org-l-header__drawerOpener .fs-p-drawerButton__label {
  font-size: 1.2rem;
  text-align: center;
  color: #1D1D1D;
  margin-top: 2px;
  display: block;
  text-align: center;
  width: 100%;
}

.c-print-box {
  margin-top: 20px;
  border: 1px solid #D9DADA;
  border-radius: 10px;
}
.c-print-box + .c-print-box {
  margin-top: 30px;
}
.c-print-box b {
  color: #1D1D1D;
}
.c-print-box__title {
  padding-block: 11px;
  background: #707070;
  border-radius: 10px 10px 0 0;
  text-align: center;
  font-weight: 700;
  font-size: 1.8rem;
  color: #fff;
}
.c-print-box__content {
  padding: 30px;
}
.c-print-box__image {
  margin-bottom: 30px;
  text-align: center;
}
@media (max-width: 500px) {
  .c-print-box__content {
    padding: 20px 10px;
  }
  .c-print-box__image {
    margin-bottom: 10px;
  }
}

.c-map {
  position: relative;
  height: 500px;
  margin-top: 20px;
}
.c-map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.fs-c-listControl {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  justify-content: flex-end;
  margin: 8px 0;
  font-size: 1.4rem;
}
@media screen and (max-width: 600px) {
  .fs-c-listControl {
    align-items: center;
    flex-wrap: wrap;
    flex-direction: column;
    gap: 10px;
    margin-block: 20px;
  }
}

.fs-c-pagination {
  align-items: center;
  display: flex;
}
@media screen and (max-width: 1199px) {
  .fs-c-pagination {
    gap: 3px;
  }
}

@media screen and (min-width: 600px) {
  .fs-c-listControl > * + * {
    margin-top: 0;
    margin-left: 8px;
  }
}
.fs-c-pagination__item,
.page-numbers {
  text-decoration: underline;
  padding: 8px;
  line-height: 0.8;
  flex: 1 1 auto;
}
@media screen and (max-width: 1199px) {
  .fs-c-pagination__item,
  .page-numbers {
    font-size: 1.4rem;
    padding: 11px 12px;
  }
}

.fs-c-pagination__item.is-active,
.page-numbers.current {
  border-radius: 2px;
  background-color: #D9DADA;
  color: #1D1D1D;
  text-decoration: none;
}

.fs-c-pagination__item--next::before,
.next.page-numbers::before {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2215%22%20height%3D%2215%22%20viewBox%3D%220%200%2015%2015%22%3E%20%3Cpath%20id%3D%22circle-chevron-right-solid-full%22%20d%3D%22M64%2C71.5A7.5%2C7.5%2C0%2C1%2C0%2C71.5%2C64%2C7.5%2C7.5%2C0%2C0%2C0%2C64%2C71.5Zm7.061%2C3.545a.7.7%2C0%2C0%2C1-.993-.993L72.616%2C71.5l-2.549-2.549a.7.7%2C0%2C0%2C1%2C.993-.993L74.107%2C71a.7.7%2C0%2C0%2C1%2C0%2C.993Z%22%20transform%3D%22translate(-64%20-64)%22%20fill%3D%22%23bc0000%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-size: 100%;
}

.fs-c-pagination__item--prev::before,
.prev.page-numbers::before {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2215%22%20height%3D%2215%22%20viewBox%3D%220%200%2015%2015%22%3E%20%3Cpath%20id%3D%22circle-chevron-left-solid-full%22%20d%3D%22M79%2C71.5A7.5%2C7.5%2C0%2C1%2C0%2C71.5%2C79%2C7.5%2C7.5%2C0%2C0%2C0%2C79%2C71.5Zm-7.061-3.545a.7.7%2C0%2C0%2C1%2C.993.993L70.384%2C71.5l2.549%2C2.549a.7.7%2C0%2C0%2C1-.993.993L68.893%2C72a.7.7%2C0%2C0%2C1%2C0-.993Z%22%20transform%3D%22translate(-64%20-64)%22%20fill%3D%22%23bc0000%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-size: 100%;
}

[class*=fs-c-pagination__item--] {
  width: 27px;
  padding: 4px;
  text-decoration: underline;
}
@media screen and (max-width: 1199px) {
  [class*=fs-c-pagination__item--] {
    width: 33px;
  }
}

.fs-c-pagination__item--next {
  white-space: nowrap;
}

.fs-c-breadcrumb {
  width: 100%;
  max-width: var(--content-width);
  margin-inline: auto;
  padding: 1rem 0;
}
.fs-c-breadcrumb .fs-c-breadcrumb__list {
  padding: 5px;
}
.fs-c-breadcrumb .fs-c-breadcrumb__list span {
  position: relative;
  display: inline-block;
  font-size: 1.4rem;
  line-height: 1.6;
  word-break: break-all;
  color: #707070;
  margin-right: 5px;
}
@media screen and (max-width: 1199px) {
  .fs-c-breadcrumb .fs-c-breadcrumb__list span {
    font-size: 1.2rem;
  }
}
.fs-c-breadcrumb .fs-c-breadcrumb__list span a {
  color: #707070;
  text-decoration: underline;
  font-size: 1.4rem;
}
@media screen and (max-width: 1199px) {
  .fs-c-breadcrumb .fs-c-breadcrumb__list span a {
    font-size: 1.2rem;
  }
}
.fs-c-breadcrumb .fs-c-breadcrumb__list span:not(:first-child):before {
  content: "";
  display: block;
  width: 7px;
  height: 13px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%227%22%20height%3D%2212.836%22%20viewBox%3D%220%200%207%2012.836%22%3E%20%3Cpath%20id%3D%22angle-right-light-full%22%20d%3D%22M246.88%2C150.056a.586.586%2C0%2C0%2C1%2C0%2C.824l-5.836%2C5.836a.583.583%2C0%2C0%2C1-.824-.824l5.424-5.424-5.424-5.424a.583.583%2C0%2C1%2C1%2C.824-.824Z%22%20transform%3D%22translate(-240.05%20-144.05)%22%20fill%3D%22%23b5b5b5%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-size: 7px 13px;
  background-position: center;
  position: absolute;
  left: 0;
  top: 5px;
}
@media screen and (max-width: 1199px) {
  .fs-c-breadcrumb .fs-c-breadcrumb__list span:not(:first-child):before {
    width: 5px;
    height: 10px;
    background-size: 5px 10px;
  }
}
.fs-c-breadcrumb .fs-c-breadcrumb__list span:not(:first-child) {
  padding-left: 15px;
  position: relative;
}
@media screen and (max-width: 1199px) {
  .fs-c-breadcrumb .fs-c-breadcrumb__list span:not(:first-child) {
    padding-left: 8px;
    margin-right: 6px;
  }
}

.org-c-heading {
  position: relative;
  border-radius: 8px;
  background-color: #BC0000;
  color: #fff;
  font-size: 3rem;
  font-family: "BIZ UDPGothic", sans-serif;
  font-weight: 600;
  padding: 2.2rem 1rem;
  margin-bottom: 150px;
}
@media only screen and (max-width: 960px) {
  .org-c-heading {
    font-size: 1.8rem;
    padding: 1.8rem 0.5rem;
    margin-bottom: 70px;
  }
}
.org-c-heading:after {
  content: "";
  display: block;
  background-image: url(https://towe10101.itembox.design/item/img-frugline.png);
  width: 191px;
  height: 41px;
  background-size: 100%;
  background-repeat: no-repeat;
  position: absolute;
  bottom: -67px;
  left: 50%;
  transform: translateX(-50%);
}
@media only screen and (max-width: 960px) {
  .org-c-heading:after {
    bottom: -60px;
  }
}
@media screen and (max-width: 1199px) {
  .org-c-heading {
    position: relative;
  }
}

.fs-c-heading--page {
  text-align: center;
}

.c-heading--primary {
  font-family: "BIZ UDPGothic", sans-serif;
  font-weight: 700;
  font-size: 2.2rem;
  color: #1d1d1d;
}
.c-heading--primary:not(:first-child) {
  margin-top: 1.8em;
}
@media only screen and (max-width: 960px) {
  .c-heading--primary {
    font-size: 1.6rem;
  }
}

.c-text {
  color: var(--fs-color-subcolor1__font);
  font-size: 1.8rem;
}
.c-text:not(:first-child) {
  margin-top: 1.6rem;
}
@media (max-width: 960px) {
  .c-text {
    font-size: 1.6rem;
  }
}

.news-single__heading,
.faq-single__heading {
  font-size: 3rem;
  line-height: 1.2;
  padding-left: 30px;
  position: relative;
  font-weight: bold;
  padding-block: 0.5em;
  color: #1D1D1D;
  margin-bottom: 20px;
}
@media screen and (max-width: 1199px) {
  .news-single__heading,
  .faq-single__heading {
    padding-left: 20px;
    font-size: 1.8rem;
  }
}
.news-single__heading:before,
.faq-single__heading:before {
  content: "";
  display: block;
  width: 17px;
  border-radius: 8px;
  background-color: #BC0000;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
@media screen and (max-width: 1199px) {
  .news-single__heading:before,
  .faq-single__heading:before {
    width: 10px;
  }
}
.news-single__cat,
.faq-single__cat {
  margin-bottom: 8px;
  font-size: 1.8rem;
  text-align: right;
  line-height: 1.7777777778;
}
@media screen and (max-width: 1200px) {
  .news-single__cat,
  .faq-single__cat {
    font-size: 1.4rem;
  }
}
.news-single__cat a,
.faq-single__cat a {
  text-decoration: underline;
  color: #1D1D1D;
  padding-left: 9px;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .news-single__cat a,
  .faq-single__cat a {
    color: #707070;
    font-size: 1.4rem;
  }
}
.news-single__cat a:hover,
.faq-single__cat a:hover {
  color: var(--fs-color-font--link);
}
.news-single__cat a:before,
.faq-single__cat a:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 3px;
  height: 8px;
  width: 5px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%224.8%22%20height%3D%228.003%22%20viewBox%3D%220%200%204.8%208.003%22%3E%20%3Cpath%20id%3D%22caret-right-solid-full%22%20d%3D%22M261.121%2C163.442a.8.8%2C0%2C0%2C1-.055%2C1.07l-3.2%2C3.2a.8.8%2C0%2C0%2C1-1.365-.565v-6.4a.8.8%2C0%2C0%2C1%2C1.368-.568l3.2%2C3.2.055.06Z%22%20transform%3D%22translate(-256.5%20-159.944)%22%20fill%3D%22%23bc0000%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: left center;
}
.news-single__date,
.faq-single__date {
  margin-bottom: 8px;
  font-family: "URW DIN Demi";
  font-size: 1.8rem;
  text-align: right;
}
.news-single__article,
.faq-single__article {
  margin-top: 40px;
}
.news-single__body > *:first-child,
.faq-single__body > *:first-child {
  margin-top: 0;
}
.news-single__body h2,
.news-single__body h3,
.news-single__body h4,
.news-single__body h5,
.news-single__body h6,
.faq-single__body h2,
.faq-single__body h3,
.faq-single__body h4,
.faq-single__body h5,
.faq-single__body h6 {
  color: #1D1D1D;
  margin-block: 1em;
  font-weight: bold;
}
.news-single__body h2,
.faq-single__body h2 {
  font-size: 2.2rem;
  line-height: 1.4545454545;
}
@media screen and (max-width: 1199px) {
  .news-single__body h2,
  .faq-single__body h2 {
    font-size: 1.8rem;
    line-height: 1.5;
  }
}
.news-single__body h3,
.faq-single__body h3 {
  font-size: 2rem;
}
@media screen and (max-width: 1199px) {
  .news-single__body h3,
  .faq-single__body h3 {
    font-size: 1.6rem;
  }
}
.news-single__body h4,
.news-single__body h5,
.news-single__body h6,
.faq-single__body h4,
.faq-single__body h5,
.faq-single__body h6 {
  font-size: 1.8rem;
  line-height: 1.6;
}
@media screen and (max-width: 1199px) {
  .news-single__body h4,
  .news-single__body h5,
  .news-single__body h6,
  .faq-single__body h4,
  .faq-single__body h5,
  .faq-single__body h6 {
    font-size: 1.6rem;
  }
}
.news-single__body > [class^=wp-block],
.faq-single__body > [class^=wp-block] {
  margin-top: 2em;
}
@media screen and (max-width: 600px) {
  .news-single__body > [class^=wp-block],
  .faq-single__body > [class^=wp-block] {
    margin-top: 1em;
  }
}
.news-single__body p,
.faq-single__body p {
  margin-block: 1em;
  font-size: 1.8rem;
  line-height: 1.5;
}
@media screen and (max-width: 1199px) {
  .news-single__body p,
  .faq-single__body p {
    font-size: 1.6rem;
    line-height: 1.6875;
  }
}
.news-single__body p strong,
.news-single__body p em,
.faq-single__body p strong,
.faq-single__body p em {
  font-weight: bold;
}
.news-single__body p em,
.faq-single__body p em {
  font-style: italic;
}
.news-single__body p a,
.faq-single__body p a {
  color: #BC0000;
  text-decoration: underline;
}
.news-single__body sup,
.faq-single__body sup {
  font-size: 60%;
  vertical-align: super;
}
.news-single__body sub,
.faq-single__body sub {
  font-size: 60%;
  vertical-align: sub;
}
.news-single__body ul.wp-block-list,
.faq-single__body ul.wp-block-list {
  list-style: none;
}
.news-single__body ul.wp-block-list > li,
.faq-single__body ul.wp-block-list > li {
  position: relative;
  padding-left: 1em;
}
.news-single__body ul.wp-block-list > li:not(:first-child),
.faq-single__body ul.wp-block-list > li:not(:first-child) {
  margin-top: 0.4em;
}
.news-single__body ul.wp-block-list > li:before,
.faq-single__body ul.wp-block-list > li:before {
  content: "";
  display: block;
  top: 0.8rem;
  left: 0;
  position: absolute;
  width: 0.5em;
  height: 0.5em;
  border-radius: 50%;
  background-color: #b5b5b5;
}
.news-single__body ol.wp-block-list,
.faq-single__body ol.wp-block-list {
  list-style: decimal;
}
.news-single__body ol.wp-block-list > li,
.faq-single__body ol.wp-block-list > li {
  margin-left: 1.5em;
  padding-left: 0.5em;
}
.news-single__body ol.wp-block-list > li:not(:first-child),
.faq-single__body ol.wp-block-list > li:not(:first-child) {
  margin-top: 0.4em;
}
.news-single__body ol.wp-block-list > li::marker,
.faq-single__body ol.wp-block-list > li::marker {
  font-weight: bold;
  color: #707070;
  font-family: "URW DIN 400";
}
.news-single__body .wp-block-embed-youtube .wp-block-embed__wrapper,
.faq-single__body .wp-block-embed-youtube .wp-block-embed__wrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.news-single__body .wp-block-embed-youtube .wp-block-embed__wrapper iframe,
.faq-single__body .wp-block-embed-youtube .wp-block-embed__wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.news-single__body .map-box,
.faq-single__body .map-box {
  position: relative;
  overflow: hidden;
}
.news-single__body .map-box iframe,
.faq-single__body .map-box iframe {
  width: 100%;
  aspect-ratio: 16/9;
}
@media screen and (max-width: 600px) {
  .news-single__body .map-box iframe,
  .faq-single__body .map-box iframe {
    aspect-ratio: 1/1;
  }
}
.news-single__body .wp-block-table,
.faq-single__body .wp-block-table {
  border-bottom: 0px solid;
}
.news-single__body .wp-block-table thead,
.faq-single__body .wp-block-table thead {
  border-bottom: 0px solid;
}
.news-single__body .wp-block-table th,
.faq-single__body .wp-block-table th {
  border-bottom: 1px solid;
}
.news-single__body .wp-block-table td,
.news-single__body .wp-block-table th,
.faq-single__body .wp-block-table td,
.faq-single__body .wp-block-table th {
  border-color: #D9DADA;
}
.news-single__body .has-x-large-font-size,
.faq-single__body .has-x-large-font-size {
  font-size: 2.2rem !important;
}
@media screen and (max-width: 600px) {
  .news-single__body .has-x-large-font-size,
  .faq-single__body .has-x-large-font-size {
    font-size: 1.8rem !important;
  }
}
.news-single__body .has-large-font-size,
.faq-single__body .has-large-font-size {
  font-size: 2rem !important;
}
@media screen and (max-width: 600px) {
  .news-single__body .has-large-font-size,
  .faq-single__body .has-large-font-size {
    font-size: 1.7rem !important;
  }
}
.news-single__body .has-medium-font-size,
.faq-single__body .has-medium-font-size {
  font-size: 1.8rem !important;
}
@media screen and (max-width: 600px) {
  .news-single__body .has-medium-font-size,
  .faq-single__body .has-medium-font-size {
    font-size: 1.6rem !important;
  }
}
.news-single__body .has-small-font-size,
.faq-single__body .has-small-font-size {
  font-size: 1.4rem !important;
}
@media screen and (max-width: 600px) {
  .news-single__body .has-small-font-size,
  .faq-single__body .has-small-font-size {
    font-size: 1.2rem !important;
  }
}

.news__archive .news-list__item {
  background-color: #fff;
  border-radius: 8px;
  padding: 18px;
  margin-bottom: 22px;
  display: flex;
  gap: 17px;
}
@media screen and (max-width: 1200px) {
  .news__archive .news-list__item {
    gap: 10px;
    padding: 22px 18px 20px;
    flex-wrap: wrap;
    margin-bottom: 10px;
  }
}
.news__archive .news-list__thum {
  aspect-ratio: 1/1;
  overflow: hidden;
  width: 85px;
  height: 85px;
}
@media screen and (max-width: 1200px) {
  .news__archive .news-list__thum {
    margin-inline: auto;
  }
}
.news__archive .news-list__thum img {
  object-fit: contain;
  height: 100%;
}
.news__archive .news-list__article {
  width: calc(100% - 100px);
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 1200px) {
  .news__archive .news-list__article {
    width: 100%;
  }
}
.news__archive .news-list__date {
  font-family: "URW DIN Demi";
  font-size: 1.8rem;
  letter-spacing: 0.02;
  color: #1d1d1d;
  width: 100%;
}
@media screen and (max-width: 1200px) {
  .news__archive .news-list__date {
    font-size: 1.6rem;
  }
}
.news__archive .news-list__title {
  font-size: 1.8rem;
  line-height: 1.2222222222;
  font-weight: bold;
  text-decoration: underline;
  width: 100%;
}
.news__archive .news-list__title a {
  color: #1d1d1d;
}
.news__archive .news-list__title a:hover {
  color: var(--fs-color-font--link);
}
.news__archive .news-list__cat {
  font-size: 1.4rem;
  line-height: 1.2142857143;
  letter-spacing: 0.02;
  text-align: right;
  width: 100%;
}
@media screen and (max-width: 1200px) {
  .news__archive .news-list__cat {
    margin-top: 20px;
  }
}
.news__archive .news-list__cat a {
  text-decoration: underline;
  color: #1D1D1D;
  padding-left: 9px;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .news__archive .news-list__cat a {
    color: #707070;
  }
}
.news__archive .news-list__cat a:hover {
  color: var(--fs-color-font--link);
}
.news__archive .news-list__cat a:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 3px;
  height: 8px;
  width: 5px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%224.8%22%20height%3D%228.003%22%20viewBox%3D%220%200%204.8%208.003%22%3E%20%3Cpath%20id%3D%22caret-right-solid-full%22%20d%3D%22M261.121%2C163.442a.8.8%2C0%2C0%2C1-.055%2C1.07l-3.2%2C3.2a.8.8%2C0%2C0%2C1-1.365-.565v-6.4a.8.8%2C0%2C0%2C1%2C1.368-.568l3.2%2C3.2.055.06Z%22%20transform%3D%22translate(-256.5%20-159.944)%22%20fill%3D%22%23bc0000%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: left center;
}

.news-single__body .formmailer-column legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.8rem;
  line-height: inherit;
  font-weight: bold;
  position: relative;
  color: #1D1d1d;
}
.news-single__body .formmailer-column p {
  font-size: 1.6rem;
  color: #1D1d1d;
}
.news-single__body .formmailer-column .form-control {
  display: block;
  width: 100%;
  padding: 0.5rem 0.75rem;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.5;
  color: #424242;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid #cfcfcf;
  appearance: none;
  border-radius: 0.5rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.news-single__body .formmailer-column input.form-control[type=text],
.news-single__body .formmailer-column input.form-control[type=email],
.news-single__body .formmailer-column input.form-control[type=tel] {
  display: inline-block;
  width: auto;
  max-width: 100%;
  min-width: 5rem;
}
.news-single__body .formmailer-column input.form-control[type=text]::placeholder,
.news-single__body .formmailer-column input.form-control[type=email]::placeholder,
.news-single__body .formmailer-column input.form-control[type=tel]::placeholder {
  color: #ccc;
}
.news-single__body .formmailer-column span.required {
  background: #BC0000;
  color: #ffffff;
  padding: 0.2rem 1rem;
  border-radius: 0.4rem;
  margin-inline: 1rem;
  vertical-align: text-bottom;
  white-space: nowrap;
  font-size: 1.4rem;
}
.news-single__body .formmailer-column .form-wide {
  width: 100% !important;
}
.news-single__body .formmailer-column .visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
.news-single__body .formmailer-column select.form-select {
  display: inline-block;
  max-width: 100%;
  width: auto;
}
.news-single__body .formmailer-column .d-flex {
  display: flex;
  gap: 0.5em;
}
@media screen and (max-width: 1199px) {
  .news-single__body .formmailer-column .d-flex {
    display: block;
  }
}
.news-single__body .formmailer-column .flex-column {
  flex-direction: column;
}
.news-single__body .formmailer-column .form-buttons {
  display: flex;
  justify-content: center;
}
.news-single__body .formmailer-column .form-btn-submit {
  font-size: 3rem;
  background-color: #e53935;
  color: #fff;
  font-weight: bold;
  border: 10px solid #fff;
  font-size: 2rem;
  line-height: 1em;
  border-radius: 43px;
  width: 420px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration-thickness: 1px;
  font-family: "URW DIN Demi";
  min-width: 240px;
  background: #BC0000;
  cursor: pointer;
  padding: 0.8em 1.6em 0.6em;
  margin-block: 3em;
}
@media screen and (max-width: 1199px) {
  .news-single__body .formmailer-column .form-btn-submit {
    max-width: 280px;
    height: 70px;
    font-size: 1.8rem;
  }
}
.news-single__body .formmailer-column p.powerdby {
  opacity: 0;
  font-size: 1px;
  text-align: right;
  pointer-events: none;
}
.news-single__body select.form-select {
  display: block;
  width: 100%;
  padding: 0.5rem 2rem;
  -moz-padding-start: calc(0.75rem - 3px);
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.5;
  color: #424242;
  background-color: #ffffff;
  border: 1px solid #cfcfcf;
  border-radius: 8px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}
.news-single__body select.form-select option {
  font-size: 1.6rem;
}
.news-single__body .form-fieldset {
  margin-block: 1em;
  border-bottom: 1px solid #fff;
  padding-bottom: 1em;
}
.news-single__body .form-fieldset.required > legend:affter {
  content: "必須";
  background: #e53935;
  color: #ffffff;
  padding: 0.25rem 0.4rem;
  border-radius: 0.4rem;
  font-size: 0.65rem;
  margin-left: 0.5rem;
  vertical-align: text-bottom;
  white-space: nowrap;
}

.p-tenugui {
  display: flex;
  padding: 20px;
  background: #fff;
  border-radius: 8px;
}
.p-tenugui__image {
  width: 100px;
  height: 100px;
  margin-block: 0;
  border-radius: 8px;
}
.p-tenugui__content {
  flex-grow: 1;
}
.p-tenugui h2 {
  font-size: 2rem;
  color: #1D1D1D;
}
.p-tenugui strong {
  font-size: 2rem;
  color: #1D1D1D;
}

.u-padding-lg {
  padding: 30px;
}
@media screen and (max-width: 767px) {
  .u-padding-lg {
    padding: max(10px, 3.9113428944vw);
  }
}

.u-padding-md {
  padding: 20px;
}
@media screen and (max-width: 767px) {
  .u-padding-md {
    padding: max(10px, 2.6075619296vw);
  }
}

.u-padding-sm {
  padding: 10px;
}

.u-strong {
  font-weight: 700;
}

.u-bold {
  font-weight: 700;
}

.u-underline {
  text-decoration: underline;
}

.u-center {
  text-align: center !important;
}

.u-right {
  text-align: right !important;
}

.u-left {
  text-align: left !important;
}

.u-red {
  color: #BC0000 !important;
}

@media screen and (max-width: 767px) {
  .u-desktop-only {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .u-mobile-only {
    display: none;
  }
}

.u-telephone-disabled,
.u-telephone-disabled a {
  pointer-events: none;
  text-decoration: none;
  color: currentColor;
}

.org-l-container {
  width: 100%;
  max-width: var(--content-width);
  margin-inline: auto;
}
@media only screen and (max-width: 1199px) {
  .org-l-container {
    width: calc(100% - 60px);
  }
}
@media only screen and (max-width: 1199px) {
  .org-l-container {
    width: 100%;
  }
}

@media only screen and (max-width: 1199px) {
  .org-l-header {
    --gap-40: 30px;
  }
}
@media only screen and (max-width: 960px) {
  .org-l-header {
    --gap-40: 20px;
  }
}
.org-l-header-top {
  background-color: #F4ECE1;
  color: var(--fs-color-font--pageHeading);
  font-size: 1.4rem;
  line-height: var(--line-height);
  padding-block: 0.6em;
}
.org-l-header-top__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.org-l-header-top__summary {
  margin-block: calc((1em - 1lh) / 2);
  color: #1D1D1D;
}
.org-l-header-top__menu {
  display: flex;
  justify-content: flex-end;
}
.org-l-header-top__menu-item {
  list-style: none;
}
.org-l-header-top__menu-item:nth-child(n+1) {
  border-left: 1px solid #B5B5B5;
}
.org-l-header-top__menu-item:first-child {
  border-left: none;
}
.org-l-header-top__menu-item a {
  color: inherit;
  display: block;
  padding-inline: 1em;
  color: #1D1D1D;
}
.org-l-header-top__menu-item a.sns {
  position: relative;
  padding-right: 2em;
}
.org-l-header-top__menu-item a.sns::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 1em;
  height: 1em;
  display: block;
  content: "";
  background-color: #000000;
  margin: auto;
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;
  mask-image: url(https://towe10101.itembox.design/item//Instagram_Glyph_Black.svg);
}
@media only screen and (max-width: 1199px) {
  .org-l-header-top__inner {
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 960px) {
  .org-l-header-top {
    display: none;
  }
}
.org-l-header-middle {
  background-image: linear-gradient(#ffffff, var(--fs-color-page__background));
  padding-top: 20px;
}
@media screen and (max-width: 1199px) {
  .org-l-header-middle {
    border-bottom: 1px solid var(--fs-color-maincolor);
    padding-bottom: 20px;
  }
}
@media only screen and (max-width: 960px) {
  .org-l-header-middle {
    padding-block: 3px;
    height: 80px;
  }
}
.org-l-header-middle__column {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  position: relative;
}
@media screen and (max-width: 1199px) {
  .org-l-header-middle__column {
    align-items: center;
  }
}
.org-l-header-middle__column a.org-l-header-middle__tel-link {
  pointer-events: none;
}
.org-l-header-middle__tel {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding-left: 36px;
  margin-bottom: 10px;
}
.org-l-header-middle__tel-time {
  font-size: 1.4rem;
  line-height: 1;
  letter-spacing: normal;
  margin: 0;
  color: #1D1D1D;
}
.org-l-header-middle__tel-link {
  position: relative;
  display: block;
  color: var(--fs-color-font--link);
  font-family: "URW DIN Demi";
  font-size: 3rem;
  letter-spacing: 0.05em;
  margin-block: -0.2em;
}
.org-l-header-middle__tel-link::before {
  position: absolute;
  top: 0;
  left: -1.4em;
  bottom: 0;
  margin: auto;
  display: block;
  content: "";
  width: 1.2em;
  height: 1.2em;
  background-color: var(--fs-color-font--link);
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-image: url(https://towe10101.itembox.design/item/circle-phone-regular-full.svg);
}
.org-l-header-middle__fax-num {
  position: relative;
  display: flex;
  align-items: center;
  color: var(--fs-color-maincolor);
  font-family: "URW DIN Demi";
  font-size: 2.2rem;
  letter-spacing: 0.05em;
}
.org-l-header-middle__fax-num span {
  display: inline-block;
  color: #ffffff;
  background-color: var(--fs-color-font--link);
  border-radius: 1px;
  font-size: 0.5em;
  padding-inline: 4px;
  margin-right: 3px;
}
.org-l-header-middle__fax-link {
  position: relative;
  display: block;
  color: var(--fs-color-font--pageHeading);
  font-size: 1.4rem;
  letter-spacing: normal;
  padding-left: 1.5em;
}
.org-l-header-middle__fax-link::before {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  display: block;
  content: "";
  width: 1.2em;
  height: 1.2em;
  background-color: var(--fs-color-font--link);
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2212%22%20height%3D%2212.857%22%20viewBox%3D%220%200%2012%2012.857%22%3E%20%3Cpath%20id%3D%22download-regular-full%22%20d%3D%22M102.643%2C64.643a.643.643%2C0%2C0%2C0-1.286%2C0v6.592L99.67%2C69.547a.642.642%2C0%2C0%2C0-.908.908l2.783%2C2.786a.64.64%2C0%2C0%2C0%2C.908%2C0l2.788-2.786a.642.642%2C0%2C0%2C0-.908-.908l-1.687%2C1.688V64.643Zm-4.87%2C6.643h-.059A1.716%2C1.716%2C0%2C0%2C0%2C96%2C73v2.143a1.716%2C1.716%2C0%2C0%2C0%2C1.714%2C1.714h8.571A1.716%2C1.716%2C0%2C0%2C0%2C108%2C75.143V73a1.716%2C1.716%2C0%2C0%2C0-1.714-1.714h-.059l-1.286%2C1.286h1.345a.43.43%2C0%2C0%2C1%2C.429.429v2.143a.43.43%2C0%2C0%2C1-.429.429H97.714a.43.43%2C0%2C0%2C1-.429-.429V73a.43.43%2C0%2C0%2C1%2C.429-.429h1.345Zm8.084%2C2.786a.643.643%2C0%2C1%2C0-.643.643A.641.641%2C0%2C0%2C0%2C105.857%2C74.071Z%22%20transform%3D%22translate(-96%20-64)%22%20fill%3D%22%23bc0000%22%2F%3E%3C%2Fsvg%3E");
}
.org-l-header-middle__fax-link:hover {
  text-decoration: underline;
}
.org-l-header-middle__button {
  width: 80px;
}
.org-l-header-middle__button a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: var(--fs-color-font--pageHeading);
  width: 100%;
  height: 100%;
}
.org-l-header-middle__button-text {
  font-size: 1.4rem;
  letter-spacing: normal;
  margin-top: 0.8em;
  color: #1d1d1d;
}
.org-l-header-middle__button-icon {
  display: block;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 30px;
}
.org-l-header-middle__button--contact {
  margin-right: auto;
  width: auto;
}
.org-l-header-middle__button--contact .org-l-header-middle__button-icon {
  aspect-ratio: 40/30;
  mask-repeat: no-repeat;
  mask-size: cover;
  mask-position: center;
  mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2240%22%20height%3D%2230%22%20viewBox%3D%220%200%2040%2030%22%3E%20%3Cpath%20id%3D%22envelope-regular-full%22%20d%3D%22M68.8%2C128a4.8%2C4.8%2C0%2C0%2C0-4.8%2C4.8%2C1.766%2C1.766%2C0%2C0%2C0%2C.008.2H64v20a5%2C5%2C0%2C0%2C0%2C5%2C5H99a5%2C5%2C0%2C0%2C0%2C5-5V133h-.008c0-.07.008-.133.008-.2a4.8%2C4.8%2C0%2C0%2C0-4.8-4.8Zm31.453%2C10.023V153A1.254%2C1.254%2C0%2C0%2C1%2C99%2C154.25H69A1.254%2C1.254%2C0%2C0%2C1%2C67.75%2C153V138.023L79.844%2C147.2a6.868%2C6.868%2C0%2C0%2C0%2C8.313%2C0ZM67.75%2C132.8A1.047%2C1.047%2C0%2C0%2C1%2C68.8%2C131.75H99.2a1.048%2C1.048%2C0%2C0%2C1%2C.633%2C1.883L85.891%2C144.211a3.141%2C3.141%2C0%2C0%2C1-3.781%2C0L68.164%2C133.633A1.055%2C1.055%2C0%2C0%2C1%2C67.75%2C132.8Z%22%20transform%3D%22translate(-64%20-128)%22%20fill%3D%22%23707070%22%2F%3E%3C%2Fsvg%3E");
  background-color: var(--fs-color-subcolor1__font);
}
.org-l-header-middle__button--contact :hover .org-l-header-middle__button-icon {
  background-color: var(--fs-color-maincolor);
}
.org-l-header-middle__button--cart .org-l-header-middle__button-icon {
  aspect-ratio: 32/30;
  background-image: url(https://towe10101.itembox.design/item/cart-shopping-duotone-solid-full.svg);
}
.org-l-header-middle__logo {
  font-size: 4rem;
  margin-bottom: 20px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  max-width: 400px;
  width: 100%;
}
@media only screen and (max-width: 600px) {
  .org-l-header-middle__logo {
    max-width: 200px;
  }
}
@media only screen and (max-width: 1199px) {
  .org-l-header-middle__logo {
    margin-left: inherit;
    margin-bottom: 0;
  }
}
.org-l-header-middle__logo a:hover {
  text-decoration: none;
}
.org-l-header-middle__logo-link {
  display: block;
  text-decoration: none;
}
.org-l-header-middle__logo .org-c-logo__shop {
  letter-spacing: -0.01em;
}
.org-l-header-middle__utility {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: space-between;
  margin-left: auto;
  margin-right: 50px;
}
.org-l-header-middle__utility .org-l-header-middle-right.fs-clientInfo.is-ready {
  display: flex;
}
.org-l-header-middle__message {
  padding-right: 20px;
}
.org-l-header-middle__message a {
  color: inherit;
  text-decoration: none;
  transition: color 0.5s;
}
.org-l-header-middle__message a:hover {
  color: var(--fs-color-font--link);
}
.org-l-header-middle__name {
  position: relative;
  color: var(--fs-color-font--pageHeading);
  font-size: 1.5rem;
}
.org-l-header-middle__name span {
  position: relative;
  display: inline-block;
  font-weight: bold;
  padding-left: 1.8em;
}
.org-l-header-middle__name span::after {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  display: block;
  content: "";
  width: 1.2em;
  height: 1.2em;
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;
  mask-image: url(https://towe10101.itembox.design/item/circle-user-solid-full.svg);
  background-color: var(--fs-color-font--link);
}
.org-l-header-middle__menu {
  display: flex;
}
@media only screen and (max-width: 1200px) {
  .org-l-header-middle__button:not([class]) {
    width: 70px;
  }
  .org-l-header-middle__logo {
    font-size: 3.4rem;
  }
  .org-l-header-middle__utility {
    margin-right: 0;
  }
}
.org-l-header-middle-right {
  display: flex;
}
.org-l-header-middle-right > li {
  width: 80px;
  height: 85px;
  padding-top: 15px;
}
@media only screen and (max-width: 960px) {
  .org-l-header-middle-right > li {
    width: 60px;
    height: 63px;
    padding-top: 8px;
    margin-top: 6px;
  }
}
.org-l-header-middle-right > li span a {
  position: relative;
  display: block;
  padding-top: 43px;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  margin: 0;
  width: 100%;
  font-size: 1.4rem;
  text-align: center;
  color: #1D1D1D;
}
.org-l-header-middle-right > li span a:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 36px;
  height: 30px;
  aspect-ratio: 36/30;
}
@media only screen and (max-width: 960px) {
  .org-l-header-middle-right > li span a {
    font-size: 1.2rem;
    padding-top: 35px;
  }
}
.org-l-header-middle-right > li span a:hover:before {
  background-color: var(--fs-color-maincolor);
}
@media screen and (max-width: 1199px) {
  .org-l-header-middle-right .fs-p-headerUtilityMenu__login {
    display: none;
  }
}
.org-l-header-middle-right .fs-p-headerUtilityMenu__login span a:before {
  mask-repeat: no-repeat;
  mask-size: cover;
  mask-position: center;
  mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2236.525%22%20height%3D%2230%22%20viewBox%3D%220%200%2036.525%2030%22%3E%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_83%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%2083%22%20transform%3D%22translate(-1146.761%20-407.187)%22%3E%20%3Cg%20id%3D%22right-to-bracket-sharp-duotone-solid-full%22%20transform%3D%22translate(1149%20407.187)%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_1%22%20data-name%3D%22%E3%83%91%E3%82%B9%201%22%20d%3D%22M384%2C96v4.286h11.143v21.429H384V126h16.714V96Z%22%20transform%3D%22translate(-366.429%20-96)%22%20fill%3D%22%23707070%22%20opacity%3D%220.4%22%2F%3E%20%3C%2Fg%3E%20%3Cpath%20id%3D%22right-solid-full%22%20d%3D%22M121.69%2C137.87a1.877%2C1.877%2C0%2C0%2C1%2C0%2C2.653l-9.372%2C9.372a1.874%2C1.874%2C0%2C0%2C1-3.2-1.33v-5.623H98.812A2.812%2C2.812%2C0%2C0%2C1%2C96%2C140.131v-1.874a2.812%2C2.812%2C0%2C0%2C1%2C2.812-2.812H109.12v-5.623a1.879%2C1.879%2C0%2C0%2C1%2C3.2-1.33l9.372%2C9.372Z%22%20transform%3D%22translate(1050.761%20283.306)%22%20fill%3D%22%23707070%22%2F%3E%20%3C%2Fg%3E%3C%2Fsvg%3E");
  background-color: var(--fs-color-subcolor1__font);
}
@media screen and (max-width: 1199px) {
  .org-l-header-middle-right .fs-p-headerUtilityMenu__logout {
    display: none;
  }
}
.org-l-header-middle-right .fs-p-headerUtilityMenu__logout span a:before {
  mask-repeat: no-repeat;
  mask-size: cover;
  mask-position: center;
  mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2236.953%22%20height%3D%2230%22%20viewBox%3D%220%200%2036.953%2030%22%3E%20%3Cg%20id%3D%22right-to-bracket-sharp-duotone-solid-full%22%20transform%3D%22translate(36.525%2030)%20rotate(180)%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_1%22%20data-name%3D%22%E3%83%91%E3%82%B9%201%22%20d%3D%22M384%2C96v4.286h11.143v21.429H384V126h16.714V96Z%22%20transform%3D%22translate(400.286%20126)%20rotate(180)%22%20fill%3D%22%23707070%22%20opacity%3D%220.4%22%2F%3E%20%3C%2Fg%3E%20%3Cpath%20id%3D%22right-solid-full%22%20d%3D%22M121.69%2C137.87a1.877%2C1.877%2C0%2C0%2C1%2C0%2C2.653l-9.372%2C9.372a1.874%2C1.874%2C0%2C0%2C1-3.2-1.33v-5.623H98.812A2.812%2C2.812%2C0%2C0%2C1%2C96%2C140.131v-1.874a2.812%2C2.812%2C0%2C0%2C1%2C2.812-2.812H109.12v-5.623a1.879%2C1.879%2C0%2C0%2C1%2C3.2-1.33l9.372%2C9.372Z%22%20transform%3D%22translate(122.239%20154.758)%20rotate(180)%22%20fill%3D%22%23707070%22%2F%3E%3C%2Fsvg%3E");
  background-color: var(--fs-color-subcolor1__font);
}
@media screen and (max-width: 1199px) {
  .org-l-header-middle-right .fs-p-headerUtilityMenu__register {
    display: none;
  }
}
.org-l-header-middle-right .fs-p-headerUtilityMenu__register span a:before {
  mask-repeat: no-repeat;
  mask-size: cover;
  mask-position: center;
  mask-image: url(https://towe10101.itembox.design/item/user-plus-solid-full.svg);
  mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2235.238%22%20height%3D%2230%22%20viewBox%3D%220%200%2035.238%2030%22%3E%20%3Cpath%20id%3D%22user-plus-solid-full%22%20d%3D%22M53.238%2C79.143a7.143%2C7.143%2C0%2C1%2C1%2C7.143%2C7.143A7.141%2C7.141%2C0%2C0%2C1%2C53.238%2C79.143ZM48%2C100.232A10.611%2C10.611%2C0%2C0%2C1%2C58.613%2C89.619h3.536a10.611%2C10.611%2C0%2C0%2C1%2C10.613%2C10.613A1.768%2C1.768%2C0%2C0%2C1%2C70.994%2C102H49.768A1.768%2C1.768%2C0%2C0%2C1%2C48%2C100.232ZM77.524%2C77.238a1.425%2C1.425%2C0%2C0%2C1%2C1.429%2C1.429v2.857H81.81a1.429%2C1.429%2C0%2C1%2C1%2C0%2C2.857H78.952v2.857a1.429%2C1.429%2C0%2C1%2C1-2.857%2C0V84.381H73.238a1.429%2C1.429%2C0%2C0%2C1%2C0-2.857H76.1V78.667A1.425%2C1.425%2C0%2C0%2C1%2C77.524%2C77.238Z%22%20transform%3D%22translate(-48%20-72)%22%20fill%3D%22%23707070%22%2F%3E%3C%2Fsvg%3E");
  background-color: var(--fs-color-subcolor1__font);
}
.org-l-header-middle-right .fs-p-headerUtilityMenu__cart span a:before {
  mask-repeat: no-repeat;
  mask-size: cover;
  mask-position: center;
  mask-image: url(https://towe10101.itembox.design/item/cart-shopping-duotone-solid-full.svg);
  background-color: var(--fs-color-subcolor1__font);
  mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20id%3D%22cart-shopping-duotone-solid-full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232.464%22%20height%3D%2230.1%22%20viewBox%3D%220%200%2032.464%2030.1%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_3%22%20data-name%3D%22%E3%83%91%E3%82%B9%203%22%20d%3D%22M124.8%2C96l2.651%2C14.594h17.308a3.647%2C3.647%2C0%2C0%2C0%2C3.586-2.976l1.773-9.458a1.824%2C1.824%2C0%2C0%2C0-1.8-2.161Z%22%20transform%3D%22translate(-117.685%20-93.264)%22%20fill%3D%22%23707070%22%20opacity%3D%220.4%22%2F%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_4%22%20data-name%3D%22%E3%83%91%E3%82%B9%204%22%20d%3D%22M1.368%2C48a1.368%2C1.368%2C0%2C0%2C0%2C0%2C2.736H3.951a.458.458%2C0%2C0%2C1%2C.45.376l2.97%2C16.321A4.1%2C4.1%2C0%2C0%2C0%2C11.407%2C70.8H26a1.368%2C1.368%2C0%2C0%2C0%2C0-2.736H11.407a1.369%2C1.369%2C0%2C0%2C1-1.345-1.123L7.092%2C50.622A3.191%2C3.191%2C0%2C0%2C0%2C3.951%2C48ZM14.594%2C75.364A2.736%2C2.736%2C0%2C1%2C0%2C11.858%2C78.1%2C2.737%2C2.737%2C0%2C0%2C0%2C14.594%2C75.364Zm12.77%2C0A2.736%2C2.736%2C0%2C1%2C0%2C24.627%2C78.1%2C2.737%2C2.737%2C0%2C0%2C0%2C27.364%2C75.364Z%22%20transform%3D%22translate(0%20-48)%22%20fill%3D%22%23707070%22%2F%3E%3C%2Fsvg%3E");
}
@media screen and (max-width: 1199px) {
  .org-l-header-middle-right .fs-p-headerUtilityMenu__cart span a:before {
    width: 32px;
    height: 30px;
  }
}
@media screen and (max-width: 1199px) {
  .org-l-header-middle__tel {
    display: none;
  }
  .org-l-header-middle__button:not(.org-l-header-middle__button--cart) {
    display: none;
  }
  .org-l-header-middle__utility {
    margin-left: unset;
  }
  .org-l-header-middle .fs-clientInfo.is-ready {
    display: none;
  }
}
.org-l-header-middle a.org-l-header-middle__fax-link {
  color: #1D1D1D;
}
.org-l-header-bottom {
  position: relative;
}
.org-l-header-bottom .org-l-container {
  width: 100%;
}
.org-l-header-bottom__inner {
  border-top: 1px solid var(--fs-color-maincolor);
  border-bottom: 1px solid var(--fs-color-maincolor);
  display: flex;
  justify-content: space-between;
}
.org-l-header-bottom__nav {
  flex-shrink: 0;
}
.org-l-header-bottom__nav-list {
  display: flex;
}
.org-l-header-bottom__nav-item {
  list-style: none;
  height: 54px;
}
.org-l-header-bottom__nav-item.category > a::before {
  mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2215%22%20height%3D%2213.125%22%20viewBox%3D%220%200%2015%2013.125%22%3E%20%3Cpath%20id%3D%22list-radio-solid-full%22%20d%3D%22M65.875%2C99.75A1.875%2C1.875%2C0%2C1%2C0%2C64%2C97.875%2C1.877%2C1.877%2C0%2C0%2C0%2C65.875%2C99.75Zm4.688-2.812a.938.938%2C0%2C0%2C0%2C0%2C1.875h7.5a.938.938%2C0%2C0%2C0%2C0-1.875Zm0%2C4.688a.938.938%2C0%2C0%2C0%2C0%2C1.875h7.5a.938.938%2C0%2C0%2C0%2C0-1.875Zm0%2C4.688a.938.938%2C0%2C0%2C0%2C0%2C1.875h7.5a.938.938%2C0%2C0%2C0%2C0-1.875Zm-5.391.938a.7.7%2C0%2C1%2C1%2C.7.7A.7.7%2C0%2C0%2C1%2C65.172%2C107.25Zm2.578%2C0a1.875%2C1.875%2C0%2C1%2C0-1.875%2C1.875A1.877%2C1.877%2C0%2C0%2C0%2C67.75%2C107.25Zm-1.875-5.391a.7.7%2C0%2C1%2C1-.7.7A.7.7%2C0%2C0%2C1%2C65.875%2C101.859Zm0%2C2.578A1.875%2C1.875%2C0%2C1%2C0%2C64%2C102.563%2C1.877%2C1.877%2C0%2C0%2C0%2C65.875%2C104.438Z%22%20transform%3D%22translate(-64%20-96)%22%20fill%3D%22%23b5b5b5%22%2F%3E%3C%2Fsvg%3E");
}
.org-l-header-bottom__nav-item.industries > a::before {
  mask-image: url(https://towe10101.itembox.design/item/user-magnifying-glass-solid-full.svg);
}
.org-l-header-bottom__nav-item.special > a::before {
  mask-image: url(https://towe10101.itembox.design/item/bullseye-arrow-regular-full.svg);
}
.org-l-header-bottom__nav-item.custom > a::before {
  mask-image: url(https://towe10101.itembox.design/item/icons-solid-full.svg);
}
.org-l-header-bottom__nav-item > a {
  position: relative;
  display: block;
  color: var(--fs-color-font--pageHeading);
  color: #1d1d1d;
  padding-block: 1em;
  box-sizing: border-box;
  height: 100%;
  padding-right: 1.35em;
  padding-left: 2.55em;
}
.org-l-header-bottom__nav-item > a::before {
  position: absolute;
  top: 0;
  left: 1.35em;
  background-color: #B5B5B5;
  bottom: 0;
  display: block;
  content: "";
  width: 1em;
  height: 1em;
  margin: auto;
  mask-repeat: no-repeat;
  mask-size: contain;
  mask-position: center;
}
.org-l-header-bottom__nav-item > a:hover {
  background-color: #fff;
  text-decoration: none;
}
.org-l-header-bottom__nav-item:hover > a {
  background-color: #fff;
  border-bottom: 4px solid #BC0000;
  box-sizing: border-box;
}
.org-l-header-bottom__nav-item:hover .org-l-header-bottom__menu {
  display: block;
}
.org-l-header-bottom__menu {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background-color: #FFFFFF;
  background-color: rgba(255, 255, 255, 0.97);
  display: none;
  margin: auto;
  padding: 30px;
  width: 100vw;
  z-index: 100;
}
.org-l-header-bottom__menu-inner {
  width: 100%;
  max-width: 890px;
  margin-inline: auto;
}
.org-l-header-bottom__menu-list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: var(--gap-40);
}
.org-l-header-bottom__menu-list .fs-pt_menu__item--items {
  grid-column: 1/3;
}
.org-l-header-bottom__menu-list .fs-pt-menu__item--custom {
  grid-column: 3/4;
}
.org-l-header-bottom__menu-list .fs-pt_menu__item--industries {
  grid-column: 1/4;
}
.org-l-header-bottom__menu-list .fs-pt_menu__item--industries .fs-pt-menu__submenu:has(> :nth-child(4)) {
  column-count: 3;
  column-gap: var(--gap-40);
}
.org-l-header-bottom__menu-list .fs-pt_menu__item--special {
  grid-column: 1/4;
}
.org-l-header-bottom__menu-list .fs-pt_menu__item--special .fs-pt-menu__submenu:has(> :nth-child(4)) {
  column-count: 3;
  column-gap: var(--gap-40);
}
.org-l-header-bottom .fs-pt-menu__heading--lv1 {
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: normal;
  line-height: 1;
}
.org-l-header-bottom .fs-pt-menu__heading--lv1 a.fs-pt-menu__link--lv1 {
  padding-inline: 0;
  padding-top: 0;
  padding-bottom: 8px;
  border-bottom: 2px solid var(--color-border);
  margin: 0;
  margin-bottom: 15px;
  font-weight: 600;
  display: block;
}
.org-l-header-bottom .fs-pt-menu__submenu:has(> :nth-child(7)) {
  column-count: 2;
  column-gap: var(--gap-40);
}
.org-l-header-bottom .fs-pt-menu__submenu a.fs-pt-menu__link--lv2 {
  position: relative;
  margin: 0;
  padding: 0;
  padding-left: 1.2em;
  display: block;
  color: inherit;
}
.org-l-header-bottom .fs-pt-menu__submenu a.fs-pt-menu__link--lv2::before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 0.85em;
  height: 0.85em;
  display: block;
  content: "";
  background-color: var(--fs-color-font--link);
  margin: auto;
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;
  mask-image: url(https://towe10101.itembox.design/item///circle-arrow-right-regular-full.svg);
}
@media (any-hover: hover) {
  .org-l-header-bottom .fs-pt-menu__submenu a.fs-pt-menu__link--lv2:hover {
    text-decoration: underline;
    color: var(--fs-color-font--link);
  }
}
.org-l-header-bottom .fs-pt-menu__heading--lv2 {
  position: relative;
  font-size: 1.8rem;
}
.org-l-header-bottom .fs-pt-menu__item--lv2:not(:first-of-type) {
  margin-top: 1.4em;
}
.org-l-header-bottom__search {
  position: relative;
  flex-grow: 1;
  max-width: 330px;
}
.org-l-header-bottom__search .fs-p-searchForm {
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  background-color: #FFFFFF;
  width: 100%;
  height: 100%;
  padding-inline: 20px;
}
.org-l-header-bottom__search .fs-p-searchForm form {
  width: 100%;
}
.org-l-header-bottom__search .fs-p-inputGroup {
  display: flex;
  height: 100%;
  border: none;
  background: none;
}
.org-l-header-bottom__search .fs-p-searchForm__input {
  height: 100%;
}
.org-l-header-bottom__search .fs-p-searchForm__button {
  height: 100%;
  background: none;
}
.org-l-header-bottom__search .fs-p-searchForm__button::before {
  width: 1.375em;
  height: 1.375em;
  background-color: var(--fs-color-font--link);
  content: "";
  mask-image: url(https://towe10101.itembox.design/item/magnifying-glass-light-full.svg);
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;
  margin: auto;
}
@media only screen and (max-width: 1100px) {
  .org-l-header-bottom__nav-item > a {
    padding-right: 0.5em;
    padding-left: 1.7em;
  }
  .org-l-header-bottom__nav-item > a::before {
    left: 0.5em;
  }
}
@media screen and (max-width: 1199px) {
  .org-l-header-bottom {
    display: none;
  }
}

@media screen and (max-width: 1199px) {
  .org-l-header--min {
    border-bottom: none;
  }
}
.org-l-header--min .org-l-header-middle {
  height: 127px;
}
@media screen and (max-width: 1199px) {
  .org-l-header--min .org-l-header-middle {
    height: 80px;
  }
  .org-l-header--min .org-l-header-middle .org-l-header-middle__logo {
    margin-top: 10px;
  }
}
.org-l-header--min .org-l-header-middle__column {
  display: block;
}

.org-l-header--min.fs-l-header {
  padding-top: 0;
}

.org-l-footer {
  position: relative;
  margin-top: 50px;
  padding-top: 120px;
}
@media only screen and (max-width: 960px) {
  .org-l-footer {
    margin-top: 30px;
    padding-top: 40px;
  }
}
.org-l-footer::before {
  position: absolute;
  display: block;
  content: "";
  top: 0;
  right: 0;
  left: 0;
  background-color: var(--color-border);
  margin: auto;
  width: calc(100% - 20px);
  max-width: var(--content-width);
  height: 2px;
}
@media only screen and (max-width: 1199px) {
  .org-l-footer::before {
    width: calc(100% - 60px);
  }
}
@media only screen and (max-width: 960px) {
  .org-l-footer::before {
    width: calc(100% - 20px);
  }
}
.org-l-footer p {
  line-height: var(--line-height);
}
.org-l-footer .org-l-footer-guide__button + p {
  margin-top: 1em;
}
@media only screen and (max-width: 1199px) {
  .org-l-footer {
    --gap-40: 30px;
  }
}
@media only screen and (max-width: 960px) {
  .org-l-footer {
    --gap-40: 20px;
  }
}
.org-l-footer-category-link__inner {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  column-gap: var(--gap-40);
  row-gap: 10px;
}
@media only screen and (max-width: 1199px) {
  .org-l-footer-category-link__inner {
    display: block;
  }
}
.org-l-footer-category-link__inner .fs-pt-menu__item:not(:first-of-type) {
  margin-top: 0.4rem;
}
.org-l-footer-category-link__inner > .fs-pt-menu--lv1 > .fs-pt-menu__item {
  margin-top: 0;
}
.org-l-footer-category-link__inner > .fs-pt-menu--lv1 > .fs-pt-menu__item > .fs-pt-menu__heading--lv1 {
  font-size: 1.8rem;
  font-weight: normal;
  letter-spacing: normal;
  line-height: 1;
}
.org-l-footer-category-link__inner > .fs-pt-menu--lv1 > .fs-pt-menu__item > .fs-pt-menu__heading--lv1 a.fs-pt-menu__link--lv1 {
  padding-inline: 0;
  padding-top: 0;
  padding-bottom: 8px;
  border-bottom: 2px solid var(--color-border);
  margin: 0;
  margin-bottom: 15px;
  font-weight: 600;
}
.org-l-footer-category-link .org-l-footer-category {
  grid-column: 1/4;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  column-gap: var(--gap-40);
  row-gap: 20px;
}
@media only screen and (max-width: 1199px) {
  .org-l-footer-category-link .org-l-footer-category {
    row-gap: inherit;
    row-gap: 20px;
    grid-template-rows: auto;
  }
}
.org-l-footer-category-link .org-l-footer-category .fs-pt_menu__item--items {
  grid-column: 1;
  grid-row: 1/3;
}
.org-l-footer-category-link .org-l-footer-category .fs-pt_menu__item--custom {
  grid-column: 2;
  grid-row: 1/2;
}
@media only screen and (max-width: 1199px) {
  .org-l-footer-category-link .org-l-footer-category .fs-pt_menu__item--custom {
    grid-column: 2/3;
  }
}
.org-l-footer-category-link .org-l-footer-category .fs-pt_menu__item--industries {
  grid-column: 2;
  grid-row: 2/3;
}
@media only screen and (max-width: 1199px) {
  .org-l-footer-category-link .org-l-footer-category .fs-pt_menu__item--industries {
    grid-column: 2/3;
  }
}
.org-l-footer-category-link .org-l-footer-category .fs-pt_menu__item--special {
  grid-column: 3;
  grid-row: 1/3;
}
@media only screen and (max-width: 1199px) {
  .org-l-footer-category-link .org-l-footer-category .fs-pt_menu__item--special {
    grid-column: 3/4;
  }
}
@media only screen and (max-width: 1199px) {
  .org-l-footer-category-link__inner {
    grid-template-columns: 1fr;
    row-gap: 30px;
  }
  .org-l-footer-category-link .org-l-footer-category {
    grid-column: 1;
  }
  .org-l-footer-category-link .org-l-footer-information {
    column-count: 3;
    column-gap: var(--gap-40);
  }
}
@media only screen and (max-width: 960px) {
  .org-l-footer-category-link {
    display: none;
  }
}
@media only screen and (max-width: 1199px) {
  .org-l-footer-category-link .org-l-footer-info {
    margin-top: 40px;
  }
  .org-l-footer-category-link .org-l-footer-info .org-l-footer-information {
    display: grid;
    column-gap: var(--gap-40);
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 1fr 1fr 1fr;
    grid-auto-flow: column;
  }
}
.org-l-footer-column {
  margin-top: var(--gap-40);
}
@media only screen and (max-width: 960px) {
  .org-l-footer-column-container {
    width: calc(100% - 20px);
  }
}
.org-l-footer-pagetop {
  margin-top: 90px;
  margin-bottom: 70px;
  margin-inline: auto;
  text-align: center;
}
@media only screen and (max-width: 960px) {
  .org-l-footer-pagetop {
    margin-top: 20px;
    margin-bottom: 50px;
  }
}
.org-l-footer-pagetop__link {
  position: relative;
  padding-top: 4.5em;
  display: inline-block;
  color: var(--fs-color-font--pageHeading);
  font-weight: bold;
  letter-spacing: normal;
}
.org-l-footer-pagetop__link::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 3.5em;
  height: 3.5em;
  display: block;
  content: "";
  margin: auto;
  background-color: #FFFFFF;
  border-radius: 50%;
  z-index: 1;
}
.org-l-footer-pagetop__link::after {
  position: absolute;
  top: 0.75em;
  left: 0;
  right: 0;
  width: 1.875em;
  height: 1.875em;
  display: block;
  content: "";
  mask-image: url(https://towe10101.itembox.design/item/arrow-up-to-line-regular-full.svg);
  mask-repeat: no-repeat;
  mask-position: center;
  margin: auto;
  background-color: #B5B5B5;
  z-index: 2;
}
.org-l-footer-pagetop a {
  color: var(--fs-color-font--pageHeading);
  text-decoration: none;
}
.org-l-footer-pagetop a:hover {
  color: var(--fs-color-font--link);
}
.org-l-footer-middle {
  background-color: #fff;
  padding-top: 70px;
  padding-bottom: 120px;
}
@media only screen and (max-width: 960px) {
  .org-l-footer-middle {
    padding-bottom: 0;
  }
}
@media only screen and (max-width: 960px) {
  .org-l-footer-middle .org-l-container {
    width: 100%;
  }
}
@media only screen and (max-width: 960px) {
  .org-l-footer-middle .org-l-container .org-l-footer-guide {
    width: calc(100% - 20px);
    margin-left: auto;
    margin-right: auto;
  }
}
.org-l-footer-guide {
  border-top: 2px solid var(--color-border);
  padding-top: 20px;
}
.org-l-footer-guide__columns {
  display: flex;
  gap: var(--gap-40);
}
@media only screen and (max-width: 1199px) {
  .org-l-footer-guide__columns {
    gap: var(--gap-30);
  }
}
.org-l-footer-guide__column {
  flex: 1;
}
.org-l-footer-guide__item {
  position: relative;
}
.org-l-footer-guide__item:not(:first-child) {
  margin-top: var(--gap-40);
}
.org-l-footer-guide__title {
  display: block;
  cursor: auto;
  background-color: var(--fs-color-page__background);
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: normal;
  line-height: var(--line-height);
  margin-bottom: 25px;
  padding-block: calc(0.8em + (1em - 1lh) / 2);
  padding-left: 0.8em;
  padding-right: 2em;
}
@media only screen and (max-width: 960px) {
  .org-l-footer-guide__title {
    padding-right: 0;
    position: relative;
    margin-bottom: 10px;
    width: 100%;
    backface-visibility: hidden;
  }
}
.org-l-footer-guide .fs-p-footerNavigationItem__ctrl {
  display: none;
}
.org-l-footer-guide .fs-p-footerNavigationItem__ctrlIcon {
  display: block;
  position: absolute;
  top: 1em;
  right: 1em;
  pointer-events: none;
  width: 20px;
  height: 20px;
}
@media screen and (min-width: 600px) {
  .org-l-footer-guide .fs-p-footerNavigationItem__ctrlIcon {
    display: none;
  }
}
.org-l-footer-guide .fs-p-footerNavigationItem__ctrlIcon:before {
  content: "";
  display: block;
  width: 18px;
  transition-duration: 0.3s;
  height: 10px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2218.298%22%20height%3D%2210.132%22%20viewBox%3D%220%200%2018.298%2010.132%22%3E%20%3Cpath%20id%3D%22chevron-down-regular-full%22%20d%3D%22M105.041%2C241.894a.977.977%2C0%2C0%2C0%2C1.385%2C0l8.171-8.171a.979.979%2C0%2C0%2C0-1.385-1.385l-7.477%2C7.477-7.477-7.477a.979.979%2C0%2C0%2C0-1.385%2C1.385l8.171%2C8.171Z%22%20transform%3D%22translate(-96.587%20-232.05)%22%20fill%3D%22%23707070%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  cursor: pointer;
  margin-top: 0;
  transform: rotate(180deg);
}
.org-l-footer-guide .fs-p-footerNavigationItem__ctrl:checked + .fs-p-footerNavigationItem__ctrlIcon::before {
  transform: rotate(0deg);
}
.org-l-footer-guide .fs-p-footerNavigationItem__body {
  padding: 10px 0;
  display: none;
}
@media screen and (min-width: 600px) {
  .org-l-footer-guide .fs-p-footerNavigationItem__body {
    display: block;
  }
}
.org-l-footer-guide .fs-p-footerNavigationItem__body ul li a {
  text-decoration: underline;
}
.org-l-footer-guide .fs-p-footerNavigationItem__ctrl:checked + .fs-p-footerNavigationItem__ctrlIcon + .fs-p-footerNavigationItem__body {
  display: block;
}
.org-l-footer-guide__table {
  margin-top: 40px;
  margin-bottom: 25px;
}
.org-l-footer-guide__button {
  margin-top: 1rem;
}
.org-l-footer-guide__heading {
  border-bottom: 1px solid var(--color-border);
  font-weight: bold;
  letter-spacing: normal;
  margin-top: calc(2rem + (1em - 1lh) / 2);
  margin-bottom: 2rem;
  padding-bottom: calc(0.75em + (1em - 1lh) / 2);
}
@media only screen and (max-width: 960px) {
  .org-l-footer-guide__columns {
    flex-direction: column;
  }
}
@media only screen and (max-width: 960px) {
  .org-l-footer-guide__title {
    margin-bottom: 0;
    font-size: 1.6rem;
  }
}
.org-l-footer .org-l-footer-contact {
  margin-top: 40px;
  background-color: var(--fs-color-page__background);
  padding: 30px var(--gap-40);
}
@media only screen and (max-width: 960px) {
  .org-l-footer .org-l-footer-contact {
    padding: 30px 10px;
  }
}
.org-l-footer .org-l-footer-contact__heading {
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.3636363636;
  letter-spacing: normal;
  margin-block: calc((1em - 1lh) / 2);
  text-align: center;
}
.org-l-footer .org-l-footer-contact__column {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 10px var(--gap-40);
  margin-top: 30px;
}
@media only screen and (max-width: 1199px) {
  .org-l-footer .org-l-footer-contact__column {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
  }
}
.org-l-footer .org-l-footer-contact__item:nth-of-type(1) {
  grid-row: 1;
  grid-column: 1;
}
@media only screen and (max-width: 1199px) {
  .org-l-footer .org-l-footer-contact__item:nth-of-type(1) {
    grid-column: 1/2;
    grid-row: 1/2;
  }
}
.org-l-footer .org-l-footer-contact__item:nth-of-type(2) {
  grid-row: 2;
  grid-column: 1;
}
@media only screen and (max-width: 1199px) {
  .org-l-footer .org-l-footer-contact__item:nth-of-type(2) {
    grid-column: 1/2;
    grid-row: 2/3;
  }
}
.org-l-footer .org-l-footer-contact__item:nth-of-type(3) {
  grid-row: 1/3;
  grid-column: 2;
}
@media only screen and (max-width: 1199px) {
  .org-l-footer .org-l-footer-contact__item:nth-of-type(3) {
    grid-column: 2/3;
    grid-row: 1/3;
  }
}
.org-l-footer .org-l-footer-contact__item:nth-of-type(4) {
  grid-row: 1/3;
  grid-column: 3;
}
@media only screen and (max-width: 1199px) {
  .org-l-footer .org-l-footer-contact__item:nth-of-type(4) {
    grid-column: 1/3;
    grid-row: 3/4;
    width: 50%;
    margin-right: auto;
    margin-left: auto;
    margin-top: 30px;
  }
}
@media only screen and (max-width: 960px) {
  .org-l-footer .org-l-footer-contact__item:nth-of-type(4) {
    width: 100%;
    margin-top: 1rem;
  }
}
.org-l-footer .org-l-footer-contact__subHeading {
  border-bottom: 1px solid var(--color-border);
  font-weight: bold;
  line-height: var(--line-height);
  letter-spacing: normal;
  margin-top: calc((1em - 1lh) / 2);
  padding-bottom: calc(0.75em + (1em - 1lh) / 2);
}
.org-l-footer .org-l-footer-contact__tel, .org-l-footer .org-l-footer-contact__mail {
  position: relative;
  color: var(--fs-color-font--link);
  font-family: "URW DIN Demi";
  letter-spacing: 0.01em;
  padding-left: 1.4em;
}
.org-l-footer .org-l-footer-contact__tel::before, .org-l-footer .org-l-footer-contact__mail::before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  display: block;
  content: "";
  width: 1.2em;
  height: 1.2em;
  background-color: var(--fs-color-font--link);
  mask-size: contain;
  mask-repeat: no-repeat;
}
@media only screen and (max-width: 960px) {
  .org-l-footer .org-l-footer-contact__tel::before, .org-l-footer .org-l-footer-contact__mail::before {
    width: 29px;
    height: 29px;
  }
}
.org-l-footer .org-l-footer-contact__tel {
  font-size: 3rem;
}
@media only screen and (max-width: 960px) {
  .org-l-footer .org-l-footer-contact__tel {
    font-size: 2.9rem;
  }
}
.org-l-footer .org-l-footer-contact__tel::before {
  mask-image: url(https://towe10101.itembox.design/item/circle-phone-regular-full.svg);
}
.org-l-footer .org-l-footer-contact__mail {
  font-size: 2.9rem;
}
@media only screen and (max-width: 960px) {
  .org-l-footer .org-l-footer-contact__mail {
    font-size: 2.8rem;
  }
}
.org-l-footer .org-l-footer-contact__mail::before {
  mask-image: url(https://towe10101.itembox.design/item/envelope-regular-full.svg);
}
.org-l-footer .org-l-footer-contact__button {
  margin-top: 1rem;
}
@media only screen and (max-width: 960px) {
  .org-l-footer .org-l-footer-contact__button {
    margin-bottom: 1rem;
  }
}
.org-l-footer .org-l-footer-contact__address {
  letter-spacing: normal;
  line-height: var(--line-height);
  font-weight: bold;
  margin-top: calc(25px + (1em - 1lh) / 2);
  text-align: center;
}
@media only screen and (max-width: 960px) {
  .org-l-footer .org-l-footer-contact__address {
    text-align: left;
  }
}
.org-l-footer .org-l-footer-contact__address br {
  display: none;
}
@media only screen and (max-width: 960px) {
  .org-l-footer .org-l-footer-contact__address br {
    display: block;
  }
}
@media only screen and (max-width: 1199px) {
  .org-l-footer .org-l-footer-contact__column {
    grid-template-columns: 1fr;
  }
  .org-l-footer .org-l-footer-contact__item:nth-of-type(n) {
    grid-column: 1;
    grid-row: auto;
  }
}
.org-l-footer .org-l-footer-contact a.org-c-button--particular {
  background-color: #fff;
  border: none;
  color: #707070;
}
.org-l-footer .org-l-footer-contact a.org-c-button--particular:hover {
  text-decoration: underline;
}
.org-l-footer .org-l-footer-contact #calendar {
  background-color: #fff;
  margin: 1rem 0;
}
.org-l-footer .org-l-footer-contact #calendar .fc-header-toolbar {
  background-color: #D9DADA;
  margin-bottom: 0;
  padding-block: 3px;
}
.org-l-footer .org-l-footer-contact #calendar .fc-toolbar-title {
  font-size: 1.3rem;
  line-height: 2.3076923077;
  font-weight: bold;
  padding-left: 1em;
}
.org-l-footer .org-l-footer-contact .fc-button-primary {
  background-color: transparent;
  color: #707070;
  font-size: 1.3rem;
  border: none;
}
.org-l-footer .org-l-footer-contact .fc-col-header {
  font-size: 1.4rem;
}
.org-l-footer .org-l-footer-contact .fc-col-header a {
  color: #707070;
  text-decoration: none;
}
.org-l-footer .org-l-footer-contact .fc .fc-daygrid-day-number {
  font-size: 1.4rem;
}
.org-l-footer .org-l-footer-contact .fc .fc-daygrid-day a {
  color: #707070;
}
@media print {
  .org-l-footer .org-l-footer-contact .fc .fc-daygrid-day a:hover {
    text-decoration: none;
  }
}
.org-l-footer .org-l-footer-contact .fc .fc-daygrid-day-top {
  justify-content: center;
  align-items: center;
}
.org-l-footer .org-l-footer-contact .fc .fc-daygrid-day.fc-day-today {
  background-color: #D5ECE4;
}
.org-l-footer .org-l-footer-contact .fc .fc-daygrid-day.fc-day-today a {
  color: #707070;
}
.org-l-footer .org-l-footer-contact .fc .fc-daygrid-day.is_business-holiday a {
  color: #BC0000;
}
.org-l-footer .org-l-footer-contact .fc .fc-daygrid-body-balanced .fc-daygrid-day-events {
  display: none;
}
.org-l-footer .org-l-footer-contact .fc .fc-bg-event {
  opacity: 1;
}
.org-l-footer-bottom {
  background-color: var(--fs-color-subcolor1);
}
@media only screen and (max-width: 960px) {
  .org-l-footer-bottom .org-l-container {
    width: calc(100% - 20px);
    margin-right: auto;
    margin-left: auto;
  }
}
.org-l-footer-nav__list {
  display: flex;
  justify-content: center;
}
@media only screen and (max-width: 960px) {
  .org-l-footer-nav__list {
    display: block;
  }
}
.org-l-footer-nav .fs-pt-menu__item {
  display: inline-block;
}
@media only screen and (max-width: 960px) {
  .org-l-footer-nav .fs-pt-menu__item {
    display: block;
  }
}
.org-l-footer-nav .fs-pt-menu__item:not(:last-of-type) .fs-pt-menu__heading::after {
  content: "｜";
}
.org-l-footer-nav a.fs-pt-menu__link {
  display: inline-block;
  margin: 0;
  padding-block: 0;
  padding-inline: 0.5em;
  color: #707070;
}
.org-l-footer-nav a.fs-pt-menu__link:hover {
  color: #BC0000;
}
.org-l-footer-logo {
  font-size: 3rem;
  margin-top: 30px;
  margin-bottom: 30px;
}
.org-l-footer-copyright {
  font-size: 1.4rem;
  text-align: center;
  line-height: var(--line-height);
  margin: 0;
  padding-bottom: 25px;
}
@media only screen and (max-width: 1199px) {
  .org-l-footer-copyright {
    font-size: 1rem;
  }
}
.org-l-footer-copyright__text {
  margin-block: calc((1em - 1lh) / 2);
}
@media only screen and (max-width: 1199px) {
  .org-l-footer-nav {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 960px) {
  .org-l-footer-nav {
    width: 100%;
    margin-inline: auto;
    font-size: 1.6rem;
  }
  .org-l-footer-nav__list {
    flex-wrap: wrap;
  }
  .org-l-footer-nav .fs-pt-menu__item {
    display: inline-block;
    display: block;
  }
  .org-l-footer-nav .fs-pt-menu__item:nth-last-of-type(3) .fs-pt-menu__heading::after {
    display: none;
  }
  .org-l-footer-nav .fs-pt-menu a.fs-pt-menu__link {
    padding: 0;
  }
  .org-l-footer-nav .fs-pt-menu__item:not(:last-of-type) .fs-pt-menu__heading::after {
    content: none;
  }
}
.org-l-footer.-lower {
  padding-top: 0;
  color: inherit;
}
.org-l-footer.-lower:before {
  content: none;
}

.fs-p-drawerButton--close {
  display: none;
}
@media screen and (max-width: 1199px) {
  .fs-p-drawerButton--close {
    display: block;
  }
}

@media screen and (max-width: 1199px) {
  .org-p-drawer {
    overflow: auto;
    box-shadow: 1px 1px 5px #b2b2b2;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    transform: translateX(-101%);
    transition-property: all;
    transition-duration: 0.5s;
    transition-timing-function: linear;
    transition-delay: 0s;
  }
}
@media screen and (min-width: 1200px) {
  .org-p-drawer {
    transform: translateX(0);
    position: relative;
  }
}

.fs-p-ctrlDrawer {
  display: none;
}

.fs-p-ctrlDrawer:checked + .fs-p-drawer {
  transform: translateX(0);
}

@media screen and (min-width: 1200px) {
  .org-aside {
    display: none;
  }
}
@media screen and (max-width: 1199px) {
  .org-aside {
    display: block;
  }
}
.org-aside .org-p-drawer {
  display: block;
}
@media only screen and (max-width: 1199px) {
  .org-aside {
    --gap-40: 30px;
  }
}
@media only screen and (max-width: 960px) {
  .org-aside {
    --gap-40: 20px;
  }
}

@media screen and (max-width: 1199px) {
  .org-p-drawer {
    padding: 18px 0px;
    background-color: #fff;
  }
  .org-p-drawer .fs-p-drawer__buttonContainer {
    padding-right: 16px;
    padding-bottom: 16px;
  }
  .org-p-drawer .fs-p-drawer__buttonContainer .fs-p-drawer__button {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    gap: 5px;
  }
  .org-p-drawer .fs-p-drawer__buttonContainer .org-p-drawerButton__icon {
    width: 19px;
    height: 19px;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2218.5%22%20height%3D%2218.5%22%20viewBox%3D%220%200%2018.5%2018.5%22%3E%20%3Cpath%20id%3D%22xmark-solid-full%22%20d%3D%22M131.058%2C128.381a1.543%2C1.543%2C0%2C1%2C0-2.182%2C2.182l6.617%2C6.612-6.612%2C6.617a1.543%2C1.543%2C0%2C0%2C0%2C2.182%2C2.182l6.612-6.617%2C6.617%2C6.612a1.543%2C1.543%2C0%2C1%2C0%2C2.182-2.182l-6.617-6.612%2C6.612-6.617a1.543%2C1.543%2C0%2C1%2C0-2.182-2.182l-6.612%2C6.617Z%22%20transform%3D%22translate(-128.425%20-127.925)%22%20fill%3D%22%23707070%22%2F%3E%3C%2Fsvg%3E");
    background-size: 19px 19px;
    background-repeat: no-repeat;
    display: block;
  }
  .org-p-drawer .fs-p-drawer__buttonContainer .org-p-drawerButton__label {
    font-size: 1.4rem;
  }
}
.org-p-drawer__info {
  background-color: #F4ECE1;
  padding: 18px 1rem 30px;
}
.org-p-drawer__info p {
  margin: 1rem 0;
}
.org-p-drawer__info .org-p-drawer__infoBtn {
  max-width: 197px;
  margin-left: auto;
  margin-right: auto;
}
.org-p-drawer__info .org-p-drawer__infoBtn a.org-c-button {
  width: 100%;
  text-align: center;
  padding-top: 2px;
  padding-bottom: 2px;
  line-height: 1.5;
}
.org-p-drawer__info .org-p-drawer__infoBtn a.org-c-button--particular {
  background-color: #A1A31D;
  color: #fff;
}
.org-p-drawer__info .org-p-drawer__infoTxt {
  margin-bottom: 2rem;
}
.org-p-drawer__catTop {
  background-color: var(--fs-color-page__background);
  padding: 1rem;
}
.org-p-drawer__catTop-contact {
  font-size: 1.6rem;
  font-weight: 600;
  margin-bottom: 2rem;
  margin-top: 0;
}
.org-p-drawer__catTop .org-p-drawer__catTopBtn {
  max-width: 197px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 9px;
}
.org-p-drawer__catTop .org-p-drawer__catTopBtn a.org-c-button {
  width: 100%;
  text-align: center;
}
.org-p-drawer__catTop .org-p-drawer__catTopBtn a.org-c-button--phone {
  padding-top: 0px;
  padding-bottom: 0px;
  line-height: 1.5;
}
.org-p-drawer__catTop .org-p-drawer__catTopBtn a.org-c-button--mail {
  padding-top: 2px;
  padding-bottom: 2px;
}
.org-p-drawer .org-p-sideMenu {
  background-color: var(--fs-color-page__background);
}
.org-p-drawer .org-p-sideMenu .fs-pt-menu--lv2 {
  display: none;
}
.org-p-drawer .org-p-sideMenu .fs-pt-menu__item--lv1 {
  padding: 0;
  width: 100%;
  position: relative;
  cursor: pointer;
}
.org-p-drawer .org-p-sideMenu .fs-pt-menu__item--lv1:after {
  content: "";
  display: block;
  width: 18px;
  transition-duration: 0.3s;
  height: 10px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2218.298%22%20height%3D%2210.132%22%20viewBox%3D%220%200%2018.298%2010.132%22%3E%20%3Cpath%20id%3D%22chevron-down-regular-full%22%20d%3D%22M105.041%2C241.894a.977.977%2C0%2C0%2C0%2C1.385%2C0l8.171-8.171a.979.979%2C0%2C0%2C0-1.385-1.385l-7.477%2C7.477-7.477-7.477a.979.979%2C0%2C0%2C0-1.385%2C1.385l8.171%2C8.171Z%22%20transform%3D%22translate(-96.587%20-232.05)%22%20fill%3D%22%23707070%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  right: 18px;
  top: 18px;
  cursor: pointer;
}
.org-p-drawer .org-p-sideMenu .fs-pt-menu__item--lv1.open:after {
  transform: rotate(180deg);
}
.org-p-drawer .org-p-sideMenu .fs-pt-menu__item--lv1.open .fs-pt-menu--lv2 {
  display: block;
  margin-bottom: 1.5em;
}
.org-p-drawer .org-p-sideMenu .fs-pt-menu__item--lv1:last-child .fs-pt-menu--lv2 {
  margin-bottom: 0;
}
.org-p-drawer .org-p-sideMenu .fs-pt-menu__heading {
  position: relative;
  border-bottom: 1px solid var(--color-border);
  padding: 0.6em 1em;
  font-weight: 600;
  display: block;
}
.org-p-drawer .org-p-sideMenu .fs-pt-menu__link--lv2 {
  color: #707070;
  font-weight: normal;
}
@media (any-hover: hover) {
  .org-p-drawer .org-p-sideMenu .fs-pt-menu__link--lv2:hover {
    text-decoration: underline;
    color: var(--fs-color-font--link);
  }
}
.org-p-drawer .org-outlink-bnr {
  background-color: var(--fs-color-page__background);
  display: block;
  width: 100%;
  padding-block: 22px;
}
.org-p-drawer .org-outlink-bnr .fs-pt-column__item {
  width: 100%;
  max-width: 180px;
  margin-right: auto;
  margin-left: 15px;
  margin-bottom: 15px;
  display: block;
  border: 2px solid #D9DADA;
  padding: 10px;
  background-color: #fff;
}
.org-p-drawer .org-outlink-bnr .fs-pt-column__item:last-child {
  margin-bottom: 0;
}
.org-p-drawer .org-outlink-bnr .fs-pt-column__description {
  display: flex;
  justify-content: center;
}
.org-p-drawer .org-outlink-bnr .fs-pt-column__description:after {
  width: 11px;
  height: 11px;
  background-size: 100%;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216.7%22%20height%3D%2216.7%22%20viewBox%3D%220%200%2016.7%2016.7%22%3E%20%3Cpath%20id%3D%22square-arrow-up-right-light-full%22%20d%3D%22M110.314%2C97.193a1.192%2C1.192%2C0%2C0%2C1%2C1.193%2C1.193v11.929a1.192%2C1.192%2C0%2C0%2C1-1.193%2C1.193H98.386a1.192%2C1.192%2C0%2C0%2C1-1.193-1.193V98.386a1.192%2C1.192%2C0%2C0%2C1%2C1.193-1.193Zm2.386%2C1.193A2.388%2C2.388%2C0%2C0%2C0%2C110.314%2C96H98.386A2.388%2C2.388%2C0%2C0%2C0%2C96%2C98.386v11.929a2.388%2C2.388%2C0%2C0%2C0%2C2.386%2C2.386h11.929a2.388%2C2.388%2C0%2C0%2C0%2C2.386-2.386Zm-5.964%2C7.754a.6.6%2C0%2C0%2C0%2C1.193%2C0v-4.771a.6.6%2C0%2C0%2C0-.6-.6h-4.771a.6.6%2C0%2C1%2C0%2C0%2C1.193h3.333l-4.947%2C4.947a.6.6%2C0%2C0%2C0%2C.842.842l4.947-4.947Z%22%20transform%3D%22translate(-96%20-96)%22%20fill%3D%22%23b5b5b5%22%2F%3E%3C%2Fsvg%3E");
  content: "";
  background-position: right center;
  display: block;
}
.org-p-drawer .org-outlink-bnr a.fs-pt-column__item[target=_blank] .fs-pt-column__description {
  font-size: 1.1rem;
  gap: 14px;
}
.org-p-drawer .org-outlink-bnr .fs-pt-column__image {
  display: block;
}
.org-p-drawer .org-outlink-bnr .fs-pt-column__image img {
  width: 100%;
}
.org-p-drawer .org-side-infoHd {
  padding: 30px 15px 1em;
}
.org-p-drawer .org-side-infoHd h3 {
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1.6;
  font-size: 1.6rem;
}
.org-p-drawer .org-l-footer-information li {
  border-bottom: 1px solid var(--color-border);
  padding: 0.6em 1em;
}
.org-p-drawer .org-l-footer-information li a {
  color: #707070;
}
.org-p-drawer .org-l-footer-information li a:hover {
  color: var(--fs-color-font--link);
}

@media screen and (min-width: 1200px) {
  .fs-body-product .org-p-drawer,
  .fs-body-category .org-p-drawer,
  .fs-body-search .org-p-drawer,
  .fs-body-about-terms .org-p-drawer {
    display: block;
  }
}
@media screen and (max-width: 1199px) {
  .fs-body-product .fs-p-ctrlDrawer:checked + .fs-p-drawer .fs-clientInfo,
  .fs-body-category .fs-p-ctrlDrawer:checked + .fs-p-drawer .fs-clientInfo,
  .fs-body-search .fs-p-ctrlDrawer:checked + .fs-p-drawer .fs-clientInfo,
  .fs-body-about-terms .fs-p-ctrlDrawer:checked + .fs-p-drawer .fs-clientInfo {
    display: block !important;
  }
}
@media screen and (min-width: 1200px) {
  .fs-body-product .org-drawer-head-util,
  .fs-body-category .org-drawer-head-util,
  .fs-body-search .org-drawer-head-util,
  .fs-body-about-terms .org-drawer-head-util {
    display: none;
  }
}

@media screen and (min-width: 1200px) {
  .fs-l-sideArea {
    max-width: 250px;
    border-top: 1px solid #D9DADA;
  }
  .fs-p-drawer {
    padding: 0;
  }
}
.org-p-drawer .fs-clientInfo.is-ready {
  display: none;
}
@media screen and (max-width: 1199px) {
  .org-p-drawer .fs-clientInfo.is-ready {
    display: block;
  }
}