@charset 'utf-8';
/*
Theme Name: GULLAM 2025-
Theme URI: REBIRTH
Description: REBIRTH
*/

@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200;300;400;500;600;700;900&display=swap');
/*
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap');
*/
@import url('https://fonts.googleapis.com/css2?family=EB+Garamond:wght@400;500;600;700;800&display=swap');


* {
/*
  font-family: 'Inter', '游ゴシック体', 'YuGothic', '游ゴシック', 'Meiryo', 'ＭＳ Ｐゴシック', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'osaka', sans-serif;
*/
  font-family: 'EB Garamond', '游明朝', 'Yu Mincho', 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'ヒラギノ明朝 Pr6 W6', 'Hiragino Mincho Pro', 'HGS明朝E', 'ＭＳ Ｐ明朝', 'MS PMincho', 'Noto Serif JP', serif;

  margin: 0 auto;
  padding: 0;

  overflow-wrap: break-word;

  tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  font-feature-settings: 'palt';
}
* > br {
  line-height: inherit;
}

body {
  text-align: center;

  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
  -o-text-size-adjust: none;
  text-size-adjust: none;
}

img {
  max-width: 100%;
  vertical-align: bottom;
  border: 0;
}
figure { margin-bottom: 0; }

table {
  border-collapse: collapse;
}

h1, h2, h3, h4, h5, h6 { font-weight: 400; }

.kc,
.base em {
  color: rgba(0, 0, 0, 1);
}

a {
  color: inherit;
  line-height: inherit;
  text-decoration: none;
}
:focus { outline: none; }

time,
i,
small {
  letter-spacing: 0 !important;
}

iframe {
  display: block;
}


input[type='text'],
input[type='email'],
input[type='number'],
input[type='tel'],
input[type='date'],
input[type='search'],
input[type='button'],
input[type='submit'],
input[type='reset'],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  position: relative;
}
input,
textarea,
select {
  color: inherit;
  font-size: inherit;
  box-sizing: border-box;
}
input[type='email'],
input[type='tel'] {
  ime-mode: disabled;
}
select,
input[type='submit'],
input[type='reset'] {
  cursor: pointer;
}



header,
#tree,
footer,
main {
  color: #505050;
  text-align: left;
}


header {
  background: rgba(255, 255, 255, 1);
  width: 100%;
  border-bottom: solid 1px rgba(230, 230, 230, 1);

  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  transition: background 0.5s cubic-bezier(0.2, 1.0, 0.2, 1.0);
  box-sizing: border-box;
}
header > h1 {
  font-size: 0.5em;
  overflow: hidden;
}

header > nav {
  position: absolute;
  top: 12px;
  right: calc(59px + 0.25em);
}
#trans {
  cursor: pointer;
}
header > nav span,
header > nav a {
  display: inline-block;
  height: 3em;
  color: rgba(128, 128, 128, 1);
  font-weight: 700;
  line-height: 3em;
  vertical-align: top;
  padding: 0 1.5em;
  position: relative;
  overflow: hidden;
}
header > nav a.no,
header > nav a:active,
header > nav a:hover {
  color: rgba(128, 128, 128, 0.5);
}
header > nav a:before {
  content: '';
  display: inline-block;
  background: #cccccc;
  width: 1px;
  height: 11px;

  position: absolute;
  top: 50%;
  left: 0;
  transform: translate3d(0, -50%, 0);
}
header > nav i {
  font-size: 1.35em;
  fill: #999999;
  line-height: 1em;
  vertical-align: -2px;
}
header > nav span i {
  margin-right: 0.4em;
  vertical-align: -2px;
}

header.top {
  background: rgba(255, 255, 255, 0);
  border: solid 1px rgba(230, 230, 230, 0);
}
header.top svg {
  opacity: 0;
}
header.top nav {
  color: #e6e6e6;
}
header.top > nav a:not(:first-child):before {
  background: #e6e6e6;
}
header.top > nav span,
header.top > nav a {
  color: rgba(255, 255, 255, 1);
}
header.top > nav a:active,
header.top > nav a:hover {
  color: rgba(255, 255, 255, 0.5);
}


#tree {
  border-bottom: solid 1px rgba(230, 230, 230, 1);
}
#tree * {
  line-height: 1.5em;
}
#tree nav {
  text-align: right;
  padding-top: 1em;
  padding-bottom: 1em;
}
#tree a,
#tree font,
#tree span {
  display: inline-block;
}
#tree a {
  text-decoration: none;
  white-space: nowrap;
}
#tree a:link,
#tree a:visited,
#tree span {
  color: #999999;
}
#tree a:active,
#tree a:hover {
  color: #323232;
}
#tree span {
  margin: 0 0.5em;
}
#tree span i {
  font-size: 0.75em;
  vertical-align: 0.125em;
}


footer {
  background: #cccccc;
  color: #ffffff;
  padding-top: 40px;
  padding-bottom: 40px;
}
#footer:after {
  content: '';
  clear: both;
  display: block;
}
#fcre,
#fcre h1 svg {
  margin-left: 0;
}
#fcre {
  float: left;
  width: fit-content;
  font-weight: 700;
}
#fcre h1 {
  font-size: 1em;
  margin-bottom: 1em;
  padding-bottom: 1em;
  border-bottom: solid 1px rgba(0, 0, 0, 0.25);
  border-bottom: solid 1px rgba(255, 255, 255, 0.4);
}
#fcre h1 svg {
  display: block;
  fill: #ffffff;
  height: 1.35em;
}
#fcre p {
  font-size: 0.9em;
  line-height: 1.25em;
  margin-top: 0.5em;
}
#fnav {
  float: right;
  font-size: 0.95em;
  margin-top: -0.5em;
}
#fnav a {
  font-weight: 700;
  line-height: 2em;
}
#fnav a:link,
#fnav a:visited {
  color: rgba(255, 255, 255, 0.8)
}
#fnav a:active,
#fnav a:hover {
  color: rgba(255, 255, 255, 0.5)
}
#fnav a.no {
  color: rgba(255, 255, 255, 0.3)
}
footer small {
  clear: both;
  display: block;
  font-size: 0.85em;
  font-weight: 500;
  line-height: 1em;
}


#langbk,
#lang {
  display: none;
  position: fixed;
}
#langbk {
  background: rgba(0, 0, 0, 0.9);
  width: 100%;
  height: 100%;

  top: 0;
  left: 0;
  z-index: 11110;
  overflow: hidden;
}
#lang {
  width: 90vw;
  max-width: 450px;
  font-size: 15px;
  padding: 3em 0;
  text-align: center;
  border: solid 1px rgba(255, 255, 255, 0.3);

  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  z-index: 11111;
  box-sizing: border-box;
}
#lang aside {
  width: 21px;
  padding: 20px 10px;

  cursor: pointer;

  position: absolute;
  top: 0;
  right: 0;
}
#lang aside:before,
#lang aside:after {
  width: 50%;
  height: 1px;
}
#lang aside:before,
#lang aside:after {
  content: '';
  display: block;
  background: #ffffff;

  position: absolute;
  top: 50%;
  left: 50%;
}
#lang aside:before { transform: translate3d(-50%, -50%, 0) rotate(45deg); }
#lang aside:after { transform: translate3d(-50%, -50%, 0) rotate(-45deg); }

body {
  top: 0 !important;
}
body > .skiptranslate > iframe {
  position: fixed !important;
  top: auto !important;
  bottom: 0 !important;
}


main {
}
main:after {
  content: '';
  clear: both;
  display: block;
}


#navigation {
  clear: both;
  text-align: center;
  box-sizing: border-box;
}
#navigation:after {
  content: '';
  clear: both;
  display: block;
}
.wp-pagenavi {
  position: relative;
}
#navigation * {
  line-height: 2.8em;
  vertical-align: bottom;
}
.wp-pagenavi *,
#navigation p.right * {
  letter-spacing: 0;
  position: relative;
}
.wp-pagenavi span,
.wp-pagenavi a,
#navigation p.right a {
  display: inline-block;
  min-width: 2.8em;
  height: 2.8em;
  text-decoration: none !important;
  margin: 0 0.1em;
  padding: 0 0.1em;

  box-sizing: border-box;
}
.wp-pagenavi span {
  background: rgba(128, 128, 128, 1);
  color: #ffffff;
}
.wp-pagenavi a:link,
.wp-pagenavi a:visited,
#navigation p.right a:link,
#navigation p.right a:visited {
  background: rgba(128, 128, 128, 0.3);
  color: #202020;
}
.wp-pagenavi a:active,
.wp-pagenavi a:hover,
#navigation p.right a:active,
#navigation p.right a:hover {
  background: rgba(128, 128, 128, 0.65);
  color: #ffffff;
}
.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink {
  position: absolute;
  top: 50%;
  transform: translate3d(0, -50%, 0);
}
.wp-pagenavi .previouspostslink { left: 0; }
.wp-pagenavi .nextpostslink { right: 0; }
#navigation p.right a i,
.wp-pagenavi .previouspostslink i,
.wp-pagenavi .nextpostslink i {
  display: block;
  font-size: 0.88em;
  line-height: initial !important;

  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
}
#navigation p.left a {
  font-weight: 300;
  padding-left: 0.75em;
  position: relative;
}
#navigation p.left a:before {
  content: '\f054';
  font-family: 'Font Awesome 6 Free';
  font-size: 0.7em;
  font-weight: 900;
  line-height: initial;

  position: absolute;
  top: 50%;
  left: 0;
  transform: translate3d(0, -50%, 0);
}


#nodata {
  text-align: center;
  border: solid 1px #e6e6e6;
  border-top: 0;
  box-sizing: border-box;
}
#nodata * {
  letter-spacing: 0;
}
#nodata > a.afa {
  display: block;
  width: fit-content;
  color: #202020;
  line-height: 1.4em;
  margin-top: 2em;
  padding: 1.3em 3em;
  border: solid 1px #e6e6e6;
}
#nodata > a.afa:link,
#nodata > a.afa:visited {
  background: rgba(230, 230, 230, 0);
}
#nodata > a.afa:active,
#nodata > a.afa:hover {
  background: rgba(230, 230, 230, 1);
}



.left {
  float: left;
}
.right {
  float: right;
}
.clear {
  clear: both;
}

.min,
.min-,
.min- * {
  font-family: '游明朝', 'Yu Mincho', 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'ヒラギノ明朝 Pr6 W6', 'Hiragino Mincho Pro', 'HGS明朝E', 'ＭＳ Ｐ明朝', 'MS PMincho', 'Noto Serif JP', serif;
}

.c {
  border-radius: 50%;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.cc {
  position: relative;
  overflow: hidden;
}
.cc > * {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
}
.cc img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-fit: cover;
}

a,
input[type='submit'],
input[type='reset'],
.tw {
  transition: all 1.0s cubic-bezier(0.2, 1.0, 0.2, 1.0);
}

.base,
.base > * {
  letter-spacing: 0.04em;
  line-height: 1.8em;
}
.base > * * {
  line-height: 1.4em;
}
.base:after {
  content: '';
  clear: both;
  display: block;
}
.base > *:first-child {
  margin-top: 0 !important;
  padding-top: 0 !important;
}
.base h1, .base h2, .base h3, .base h4, .base h5, .base h6, .base strong { color: #202020; }
.base strong { font-weight: 700; }
.base > h1, .base > h2, .base > h3, .base > h4, .base > h5, .base > h6, .base > p, .base > figure { padding-top: 1em; }
.base figcaption { line-height: 1.5em; margin-bottom: 0; }
.base .wp-block-table th, .base .wp-block-table td { border: 0; }
.base .wp-block-image {
  text-align: center;
  margin-bottom: 0;
}
.base .wp-block-image img {
  height: auto !important;
  margin-top: 0.4em;
  margin-bottom: 0.4em;
}
.base .wp-block-embed {
  margin: 1em auto;
}
.base .wp-block-embed__wrapper {
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  position: relative;
}
.base .wp-block-embed__wrapper iframe {
  width: 100%;
  height: 100%;

  position: absolute;
  top: 0;
  left: 0;
}
.base .wp-block-columns {
  margin-bottom: 0;
}
.base .wp-block-column {
  margin-right: auto;
  margin-left: auto;
}
.base h1 {
  font-size: 1.4em;
  line-height: 1.5em;
}
.base h2 {
  font-size: 1.3em;
  line-height: 1.6em;
}
.base h3 {
  font-size: 1.2em;
  line-height: 1.7em;
}
.base h4 {
  font-size: 1.1em;
  line-height: 1.8em;
}
.base h5 {
  font-size: 0.9em;
}
.base h6 {
  font-size: 0.85em;
}
.base > ol, .base > ul { padding-top: 0.5em; }
.base ol { padding-left: 1.65em; }
.base ul { padding-left: 1.3em; }
.base > ol li, .base > ul li { padding-top: 0.5em; }
.base em { font-style: normal; }
.base em strong { color: inherit; }
.base hr {
  clear: both;
  margin-top: 2em;
  margin-bottom: 1em;
  border: 0;
  border-bottom: solid 1px #d8d8d8;
}
.base a:link,
.base a:visited {
  color: rgba(0, 0, 0, 1);
}
.base a,
.base a:active,
.base a:hover {
  color: rgba(0, 0, 0, 0.5);
}
.base table,
.base th,
.base td {
  border-color: #cccccc;
  table-layout: auto;
}
.base table {
  table-layout: auto;
}
.base th,
.base td {
  padding: 0.5em 0.25em;
}

.alignnone,
.aligncenter,
.alignleft,
.alignright {
  Xmargin-top: 0.75em;
}
.alignnone {
}
.aligncenter {
  display: block;
}
.alignleft {
  float: left;
  margin-right: 1em;
}
.alignright {
  float: right;
  margin-left: 1em;
}

.np {
  background: #f9f9f9;
}
.np img,
.np svg {
  fill: #808080;
  height: 12px;
  object-fit: contain;
}

.snsbox,
.snsbox * {
  line-height: 18px;
}
.snsbox {
  clear: both;
  height: 20px;
  line-height: 20px;
  text-align: right;
  padding-top: 4em;
  padding-bottom: 2em;
  border-bottom: solid 1px rgba(230, 230, 230, 1);
}
.snsbox * {
  vertical-align: bottom;
}
.snsbox a,
.snsbox .fb-share-button,
.snsbox .twitter-share-button {
  margin-left: 5px;
}
.snsbox div,
.snsbox a,
.snsbox iframe {
  display: inline-block !important;
}
.snsbox a {
  background: #000000;
  color: #ffffff;
  font-size: 0.8em;
  line-height: 18px;
  text-decoration: none;
  padding: 0 10px;
  border: solid 1px #000000;

  border-radius: 4px;

  position: relative;
  overflow: hidden;
}



#main {
  position: relative;
}
#slider {
  width: 100% !important;
  height: 100%;

  position: relative !important;
  overflow: hidden;
  box-sizing: border-box;
}
.bgstretcher,
.bgstretcher ul,
.bgstretcher ul li {
  position: absolute;
  top: 0;
  left: 0;
}
.bgstretcher {
  overflow: hidden;
  z-index: 1;
}
#slider ul li {
  list-style: none;
}
.bgstretcher li,
.bgstretcher li div.bg,
.bgstretcher-area {
  height: 100%;
}
.bgstretcher li {
  display: block;
  position: relative;
}
.bgstretcher li div.bg {
  background: no-repeat center / cover;
  transform: scale(1.06);
  transition: transform 9s ease-out;
}
.bgstretcher li.ex div.bg,
.bgstretcher li.ex2 div.bg {
  transform: scale(1.0);
}
.bgstretcher li div:after {
  content: '';
  display: block;
  background: rgba(80, 80, 80, 0.5);
  width: 100%;
  height: 100%;

  mix-blend-mode: multiply;

  position: absolute;
  top: 0;
  left: 0;
}
.bgstretcher-page {
  width: 100%;
  height: 100%;
  text-align: left;

  position: absolute !important;
  bottom: 0;
  left: 0;
}
#linkage {
  display: none;
}

#slider svg,
#slider article,
#slider p {
  color: #ffffff;
  text-shadow: 0 0 0.5em rgba(0, 0, 0, 0.25), 0 0 0.75em rgba(0, 0, 0, 0.25), 0 0 1em rgba(0, 0, 0, 0.25);

  position: absolute;
}
#slider svg,
#slider article {
  top: 48%;
  left: 50%;
}
#slider svg {
  fill: #ffffff;

  transform: translate3d(-50%, -50%, 0);
}
#slider article {
  text-align: center;
  white-space: nowrap;

  transform: translate3d(-50%, 0, 0);
}
#slider article > * {
  line-height: 1.4em;
  margin-top: 1em;
}
#slider article > h2 {
  letter-spacing: 0;
}
#slider p {
  line-height: 1.5em;
  padding-top: 1.5em;
  padding-left: 0.15em;

  bottom: 1em;
  left: 5%;
}
#slider p#himpt {
  bottom: 4.8em;
}
#slider p a {
  font-weight: 600;
  white-space: nowrap;
}
#overseas #toorder a:after,
a.afa:after,
a.afu:after {
  font-family: 'Font Awesome 6 Free', 'Font Awesome 6 Brands';
  font-size: 0.7em;
  font-weight: 900;
  line-height: inherit;
  vertical-align: 0.15em;
  padding-left: 0.5em;
}
#overseas #toorder a:after,
a.afa:after {
  content: '\f054';
}
a.afu:after {
  content: '\f062';
}

#slider #himp {
  position: absolute;
  bottom: 0;
  left: 0;
}
#slider #himp a {
  display: block;
  color: #ffffff;
  background: rgba(0, 0, 0, 0.8);
  line-height: 1.4em;
  padding-top: 1.2em;
  padding-bottom: 1.2em;
}
#sc {
  background: rgba(255, 255, 255, 0.5);
  width: 1.5px;
  height: 100px;

  position: absolute;
  top: 50%;
  right: 15px;
  transform: translate3d(0, -50%, 0);
  z-index: 10;
  overflow: hidden;
}
#sc:after {
  content: '';
  background: rgba(255, 255, 255, 1);
  display: block;
  width: 100%;
  height: 25%;

  animation: sc 2s ease-in-out 0s infinite;

  position: absolute;
  top: 0;
  left: 0;
}
@keyframes sc {
  0%   { transform: translate3d(0, -100%, 0); }
  15%  { transform: translate3d(0, -100%, 0); }
/*
  50%  { transform: translate3d(0, -100%, 0); }
*/
  85% { transform: translate3d(0, 400%, 0); }
  100% { transform: translate3d(0, 400%, 0); }
}

.cbox {
  box-sizing: border-box;
}
.cbox:after {
  content: '';
  clear: both;
  display: block;
}

.hti {
  border-bottom: solid 1px #e6e6e6;
  position: relative;
}
.hti * {
  font-weight: 300;
  line-height: 1em;
}
.hti p {
  font-size: 0.95em;

  position: absolute;
}



#hsto .hti {
  border-bottom: 0;
}
#hsto .hti h2 {
  color: #202020;
  font-weight: 500;
}
#hsto .vw {
  position: relative;
}

#hbra:after {
  content: '';
  clear: both;
  display: block;
}
#hbra article {
  float: left;
}
#hbra article a {
  display: block;
  height: 0;
  padding-top: 80%;
}



.slider {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.slider ul,
.slider ul li {
  float: left;
  overflow: hidden;
}
.slider ul {
  position: relative;
}
.slider ul:after {
  content: '';
  clear: both;
  display: block;
}
.slider ul li {
  display: block;
  position: relative;
  box-sizing: border-box;
}
.slider ul li:last-of-type {
  position: absolute;
  top: 0;
  right: 0;
}
.slider ul li img {
  display: none;
  object-fit: contain;
}
.wideslider_base,
.wideslider_wrap {
  position: absolute;
  top: 0;
}
.wideslider_wrap {
  overflow: hidden;
}
.slider_prev,
.slider_next {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  z-index: 100;
  overflow: hidden;
  cursor: pointer;
}
.slider_prev:after,
.slider_next:after {
  display: block;
  background: rgba(0, 0, 0, 0.8);
  height: 0;
  color: #ffffff;
  font-family: 'Font Awesome 6 Free';
  font-size: 0.7em;
  font-weight: bold;
  line-height: 0;
  text-align: center;

  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
}
.slider_prev:after {
  content: '\f053';
  left: 0;
}
.slider_next:after {
  content: '\f054';
  right: 0;
}
.pagination,
.pagination * {
  line-height: 0;
  vertical-align: top;
  box-sizing: border-box;
}
.pagination {
  width: 100%;
  text-align: center;
}
.pagination a {
  display: inline-block;
  text-decoration: none;
  overflow: hidden;
}
/*
.pagination a {
  height: 0;

  transition: background-color, opacity 1.0s cubic-bezier(0.2, 1.0, 0.2, 1.0);
}
.pagination a.active,
.pagination a:active,
.pagination a:hover {
  opacity: 0.5 !important;
}
*/

#zb,
#ze {
  z-index: 999;
  cursor: pointer;
}

#zb {
  color: rgba(255, 255, 255, 0.9);
  font-size: 20px;
  line-height: 1em;
  padding: 10px;

  text-shadow: 0 0 0.5em rgba(0, 0, 0, 0.25), 0 0 1em rgba(0, 0, 0, 0.25);

  position: absolute;
  right: 0;
}
#zoom #zb {
  display: none;
}

#ze {
  display: none;
  background: rgba(255, 255, 255, 0.2);
  width: 49px;
  padding: 23px 12px;

  position: fixed;
  top: 12px;
  right: 12px;
  box-sizing: border-box;
}
#zoom #ze {
  display: block;
}
#ze span:before,
#ze span:after {
  content: '';
  display: block;
  background: #646464;
  width: 100%;
  height: 1px;
}
#ze span:before { transform: rotate(45deg); }
#ze span:after { transform: rotate(-45deg); }

#zoom {
  position: fixed;
}
#zoom #iscreen,
#zoom #iscreen .wideslider_base {
  width: 100%;
}
#zoom #iscreen {
  background: rgba(255, 255, 255, 1);
  float: none;
  height: 100%;

  border-top: none;

  position: fixed;
  top: 0;
  left: 0;
  z-index: 888888;
}
#zoom #iscreen .slider {
  margin-top: 0;
}
#zoom #iscreen .slider ul li {
  height: 100%;
}
#zoom #shopping #iscreen {
  margin-top: 0;
}
#zoom #shopping .slider ul li {
  margin: 0;
}

#zoom .pagination a,
#hsto .pagination a {
  border-radius: 50%;
  position: relative;
  z-index: 1;
}
#zoom .pagination a:link,
#zoom .pagination a:visited,
#hsto .pagination a:link,
#hsto .pagination a:visited {
  background: #cccccc;
}
#zoom .pagination a.active,
#zoom .pagination a:active,
#zoom .pagination a:hover,
#hsto .pagination a.active,
#hsto .pagination a:active,
#hsto .pagination a:hover {
  background: #505050;
}

#zoom #shopping .pagination {
  padding-right: 5%;
  padding-left: 5%;

  position: absolute;
  bottom: 17px;
  left: 0;
}
#shopping .pagination a {
  transition: unset;
}
#shopping .pagination a:after {
  content: '';
  display: block;
  background: rgba(255, 255, 255, 0.75);
  width: 100%;
  height: 100%;

  position: absolute;
  top: 0;
  left: 0;
  transition: background-color 1.0s cubic-bezier(0.2, 1.0, 0.2, 1.0);
}
#shopping .pagination a.active:after,
#shopping .pagination a:active:after,
#shopping .pagination a:hover:after {
  background: rgba(255, 255, 255, 0);
}
#zoom #shopping .pagination a {
  display: inline-block;
  text-decoration: none;

  opacity: 1 !important;

  transition: background-color 1.0s cubic-bezier(0.2, 1.0, 0.2, 1.0);
}
#zoom .pagination a img,
#zoom .pagination a:after {
  display: none !important;
}



#wh {
  font-size: 0.8em;
  border-bottom: solid 1px rgba(230, 230, 230, 1);
}
#wh > * {
  color: #ffffff;
}
#wh select {
  background: #cccccc;
  border: none;

  text-overflow: ellipsis;

  border-radius: 0;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
#wh select optgroup {
  font-style: normal;
}
#wh a {
  display: inline-block;
  background: #808080;
  padding: 0 1em;
}
#wh a:after {
  content: '\f00d';
  font-family: 'Font Awesome 6 Free', 'Font Awesome 6 Brands';
  font-size: 0.9em;
  font-weight: 900;
  line-height: inherit;
  margin-left: 0.5em;
}



.ilist {
  float: left;
  border-bottom: solid 1px #e6e6e6;
}
.ilist a {
  display: block;
}
.ilist a figure {
  height: 0;
  padding-top: 150%;
}
.ilist a h2 {
  height: 1em;
  color: #202020;
  font-size: 0.7em;
  font-weight: 600;
  line-height: 1em;
  margin-top: 1.5em;
  white-space: nowrap;
  overflow: hidden;
}
.ilist a h3 {
  height: 2.4em;
  font-size: 0.8em;
  line-height: 1.2em;
  margin-top: 0.5em;

  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.ilist a p {
  height: 1em;
  font-size: 0.8em;
  margin-top: 0.75em;
}
.ilist a p span {
  color: #d90000;
  margin-right: 0.75em;
}
.ilist a p span:before,
.ilist a p span:after {
  display: inline-block;
}
.ilist a p span:before {
  content: '[';
  margin-right: 0.25em;
}
.ilist a p span:after {
  content: ']';
  margin-left: 0.25em;
}



.exlist {
  float: left;
}
.exlist figure {
  height: 0;
  padding-top: 150%;
}



#idet > h1 {
  width: fit-content;
  color: #202020;
  font-size: 1.1em;
  line-height: 1.5em;
}
#idet > div table,
#idet > article {
  border-top: solid 1px #e6e6e6;
}
#idet > div table {
  width: 100%;
}
#idet > div tr {
  border-bottom: solid 1px #e6e6e6;
}
#idet > div th,
#idet > div td {
  line-height: 1.4em;
  padding-top: 1.25em !important;
  padding-bottom: 1.25em !important;
  padding-left: 1.5em !important;
}
#idet > div th {
  font-weight: 300;
  white-space: nowrap;
}
#idet > div td a {
  color: #202020;
}
#idet > div > table td span {
  display: inline-block;
  color: #999999;
  font-size: 0.8em;
  vertical-align: 0.1em;
  margin: 0 0.75em;
}
#idet > div td > p:not(:first-child) {
  margin-top: 0.3em;
}
#cart {
  background: #fafafa;
  color: #202020;
  padding: 7.5%;
}
#idet > div #cart th {
  font-weight: 500;
}
#idet > div #cart td {
  height: 2.5em;
  padding-right: 1.5em !important;
}
#cart td input,
#cart td select {
  background: #ffffff;
  height: 2.5em;
  padding: 0 1em;
  border: 0;
}
#cart input[type='text'] {
  width: 5em !important;
  text-align: center;
}
#cart td select {
  width: 100% !important;

  text-overflow: ellipsis;

  border-radius: 0;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
#pcon,
#so,
#cart input[type='submit'] {
  color: #ffffff;
  font-weight: 700;
  line-height: 4em;
  text-align: center;
  margin-top: 1.5em;
}
#cart h6 {
  font-size: 0.9em;
  text-align: center;
  line-height: 1.5em;
}
#pcon {
  display: block;
  background: #999999;
  letter-spacing: 0.1em;
  text-indent: 0.1em;
}
#so {
  background: #e6e6e6;
}
#cart input[type='submit'] {
  background: #999999;
  width: 100%;
  font-size: 1em !important;
  border: 0;
}
#cart input[type='submit']:active,
#cart input[type='submit']:hover {
  background: #cccccc;
}
#idet > div ul {
  width: fit-content;
  font-size: 0.95em;
  padding-top: 1em;
  padding-left: 1.3em;
}
#idet > div ul,
#idet > div ul li {
}
#idet > div ul li {
  line-height: 1.5em;
  padding-top: 0.75em;
}
#idet > div ul li a {
  display: block;
}
#idet > div ul li h5 {
  font-size: 1em;
}
#idet > article {
  padding-top: 2em;
  padding-bottom: 2em;
  border-bottom: solid 1px #e6e6e6;
}
#idet a.afu {
  display: block;
  background: #e6e6e6;
  width: fit-content;
  color: #202020;
  font-size: 0.9em;
  font-weight: 700;
  line-height: 3em;
  padding: 0 2.5em;
}

.ritem h6 {
  font-size: 1.2em;
  font-weight: 300;
  line-height: 1em;
  padding-bottom: 0.5em;
}
.ritem > div {
  background: #f9f9f9;
  border-top: solid 1px #e6e6e6;
  border-bottom: solid 1px #e6e6e6;
}
.ritem > div:after {
  content: '';
  clear: both;
  display: block;
}
.ritem > div a {
  float: left;
  display: block;
  border: solid 1px #e6e6e6;
  box-sizing: border-box;
}
.ritem > div a .cc {
  height: 0;
  padding-top: 150%;
}



.blist {
  float: left;
  border-right: solid 1px #e6e6e6;
  border-bottom: solid 1px #e6e6e6;
  box-sizing: border-box;
}
.blist a {
  display: block;
}
.blist a figure {
  height: 0;
  padding-top: 50%;
}
.blist a h2 {
  height: 1em;
  color: #202020;
  font-size: 0.7em;
  font-weight: 600;
  line-height: 1em;
  margin-top: 1.5em;
  white-space: nowrap;
  overflow: hidden;
}
.blist a h3 {
  height: 2.4em;
  font-size: 0.85em;
  line-height: 1.2em;
  margin-top: 0.5em;

  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.blist a time {
  display: block;
  font-size: 0.7em;
  margin-top: 0.75em;
}



#bcre {
  margin-bottom: 2em;
  border-bottom: solid 1px rgba(230, 230, 230, 1);
  position: relative; 
}
#bcre > a,
#bcre > time {
  font-size: 0.85em;
  font-weight: 600;
  line-height: 1em;
  padding-top: 0.25em;
  padding-bottom: 0.25em;
}
#bcre > a {
  display: block;
  width: fit-content;
  color: #ffffff;
  margin-left: 0;
  padding-right: 1.25em;
  padding-left: 1.25em;
}
#bcre > a:link,
#bcre > a:visited {
  background: #808080;
}
#bcre > a:active,
#bcre > a:hover {
  background: #cccccc;
}
#bcre > time {
  position: absolute;
  top: 0;
}
#bcre h1 {
  color: #202020;
  font-size: 1.2em;
  line-height: 1.3em;
  padding-top: 0.75em;
  padding-bottom: 1em;
}



#sadd * {
  line-height: 1.6em;
}
#sadd .base {
  padding-top: 2em;
  padding-bottom: 2em;
  border-bottom: solid 1px #e6e6e6;
}
#sadd .base:first-child {
  border-top: solid 1px #e6e6e6;
}
#sadd .base p:not(:first-child) {
  padding-top: 1em;
}
#sadd .base ul {
  font-size: 0.9em;
  margin-top: 0.5em;
}
.gmap {
  position: relative;
}
.gmap iframe {
  width: 100%;
  height: 100%;

  position: absolute;
  top: 0;
  left: 0;
}



#bind a,
.bbox h6 {
  height: 0;
  color: #ffffff;
  font-weight: 600;
  text-align: center;
}
#bind a {
  display: inline-block;
  line-height: 1em;
  vertical-align: top;
}
#bind a:link,
#bind a:visited {
  background: #cccccc;
}
#bind a:active,
#bind a:hover,
.bbox h6 {
  background: #808080;
}

.bbox {
  position: relative;
}
.bbox article {
  border-bottom: solid 1px #e6e6e6;
  overflow: hidden;
}
.bbox article .cc {
  display: block;
  height: 0;
}
.bbox article .cc img {
  object-fit: contain;
}
.bbox article h1 {
  float: left;
  color: #202020;
  font-size: 1.15em;
  font-weight: 500;
  line-height: 1.3em;
  padding-bottom: 0.5em;
}
.bbox article p:nth-of-type(1) {
  float: right;
  font-size: 0.8em;
}
.bbox article p:nth-of-type(1):before {
  content: '［';
  margin-right: 0.5em;
}
.bbox article p:nth-of-type(1):after {
  content: '］';
  margin-left: 0.5em;
}
.bbox article p:nth-of-type(2) {
  clear: both;
}
.bbox article p:not(:nth-of-type(1)) {
  padding-top: 0.75em;
}
.bbox nav {
  clear: both;
  font-size: 0.85em;
  padding-top: 2em;
}
.bbox nav a {
  display: inline-block;
  color: #202020;
  font-weight: 700;
  vertical-align: top;
}



#pti {
  background: #808080;
  width: fit-content;
  color: #ffffff;
  font-weight: 600;
  line-height: 1em;
  padding: 0.5em 1.2em 0.4em;
}



#overseas .base * {
  letter-spacing: 0;
}
#overseas .base h1 {
  font-size: 1.5em;
  font-weight: 700;
  line-height: 1.1em;
  margin-bottom: -1em;
}
#overseas .base h2 {
  background: #e6e6e6;
  font-size: 1.15em;
  font-weight: 600;
  line-height: 1.3em;
  margin-bottom: 0.25em;
  padding: 0.5em 1em;
}
#overseas #toorder {
  background: rgba(0, 0, 0, 0.6);
  width: 100%;
  padding: 1.25em 0;

  position: fixed;
  bottom: 0;
  left: 0;
  transition: opacity 1.0s cubic-bezier(0.2, 1.0, 0.2, 1.0);
  opacity: 1;
}
#overseas #toorder.bttm {
  opacity: 0;
  pointer-events: none;
}
#overseas #toorder a {
  display: block;
  background: #fafafa;
  width: 300px;
  max-width: 80vw;
  color: #202020;
  font-weight: 700;
  line-height: 4em;
  text-align: center;
}



#privacy .base h4 {
  margin-bottom: 0.5em;
  padding-top: 2em;
  padding-bottom: 0.5em;
  border-bottom: solid 1px #e6e6e6;
}
#privacy .base h4:before {
  content: '■';
  display: inline-block;
  margin-right: 0.25em;
}
#privacy .base p {
  padding-top: 0.5em;
}



#leg {
  width: 100%;
  border-bottom: solid 1px #e6e6e6;
}
#leg * {
  line-height: 1.6em;
}
#leg tr:nth-child(2n+1) {
  background: #f9f9f9;
}



#citem {
  border: solid 1px #e6e6e6;
  position: relative;
}
#citem:after {
  content: '';
  clear: both;
  display: block;
}
#citem .cc {
  height: 0;
  width: 24%;
  margin-left: 0;
  padding-top: 36%;
}
#citem div {
  position: absolute;
  top: 50%;
  transform: translate3d(0, -50%, 0);
}
#citem h2 {
  color: #202020;
  font-size: 0.75em;
  font-weight: 600;
  line-height: 1em;
  white-space: nowrap;
  overflow: hidden;
}
#citem h3 {
  font-size: 0.9em;
  line-height: 1.4em;
  margin-top: 0.75em;
  word-break: break-all;
  overflow: hidden;
}



#profile section > div * {
  line-height: 1.5em;
}
#profile h2 {
  font-weight: 500;
  margin-top: 3.5em;
  padding-bottom: 0.75em;
}
#profile h3 {
  font-size: 1em;
}
.c-tbl-list {
  border-top: solid 1px #e6e6e6;
}
.c-tbl-list__tr {
  border-bottom: solid 1px #e6e6e6;
}



#form table {
  border-top: dotted 1px #cccccc;
}
#form tr {
  border-bottom: dotted 1px #cccccc;
}
#form th,
#form td {
  font-weight: 400;
  text-align: left;
}
#form th {
  white-space: nowrap;
}
#form td {
  position: relative;
}
#form input[type='text'],
#form input[type='email'],
#form input[type='number'],
#form input[type='tel'],
#form input[type='date'],
#form textarea,
#form select {
  background: none;
  border: solid 1px #e6e6e6;
}
#form input[type='text'],
#form input[type='email'],
#form input[type='number'],
#form input[type='tel'],
#form textarea {
  width: 100%;
  line-height: 1.5em;
}
#form input[type='text'],
#form input[type='email'],
#form input[type='number'],
#form input[type='tel'],
#form input[type='date'],
#form select {
  height: 3em;
  padding: 0 1em;
}
#form td input[type='checkbox'],
#form td input[type='radio'] {
  margin-right: 0.25em;
}
#form td textarea {
  height: calc(11em + 2px);
  padding: 1em;
}

.wpcf7-not-valid-tip {
  font-size: 0.8em;
  font-weight: 700;
  padding-top: 0.25em;
  white-space: nowrap;

  position: absolute;
}
.wpcf7-list-item {
  margin-left: 0;
}
.wpcf7-list-item label {
  display: block;
}
.disabled {
  ime-mode: disabled;
}
#form td font {
  padding: 0 0.5em;
}
#form input.num1,
#form input.num2 {
  text-align: center;
}
#form input.num1 {
  width: 5em;
}
#form input.num2 {
  width: 6em;
}

#submit {
  max-width: 450px;
  text-align: center;
  padding-top: 3em;
}
#submit input[type='submit'] {
  background: #808080;
  width: 65%;
  height: 3.6em;
  color: #ffffff;
  font-size: 1em;
  font-weight: 700;
  letter-spacing: 0.25em;
  text-indent: 0.25em;
  border: none;
  box-sizing: border-box;
}

#form aside {
  background: #fafafa;
  margin-top: 2.5em;
  border: solid 1px #e6e6e6;
  box-sizing: border-box;
}
#form aside * {
  line-height: 1.6em;
}
#form aside h5 {
  color: #202020;
  font-size: 0.9em;
  padding-bottom: 0.15em;
}
#form aside p {
  font-size: 0.8em;
  padding-top: 0.25em;
}
#form aside a {
  display: inline-block;
  font-weight: 700;
  padding: 0 0.25em;
}

.wpcf7-spinner,
.ajax-loader {
  display: none !important;
}
div.wpcf7-response-output,
div.wpcf7-display-none,
div.wpcf7-validation-errors {
  width: 100%;
  color: #323232;
  text-align: center;
  margin-left: auto !important;
  border: solid 1px #e6e6e6 !important;
  box-sizing: border-box;
}

.grecaptcha-badge {
  margin-right: -500px;
}











