@charset "UTF-8";
/*--==--==--==--==--====--==--==--==--==--
  20220627 変更
  @import :　現状では「読み込みたいファイル」を開いたうえでコンパイルしないと一緒にコンパイルできない
  メモリ上で読み込もうとしているため（sftp sync extension for VS Codeの影響）
  【@import部分】
    @import "zoombtn.scss";
    @import "hamburger.scss";

--==--==--==--==--====--==--==--==--==--*/
@font-face {
  font-family: "mamelon";
  src:
    url("../fonts/Mamelon.woff2") format("woff2"),
    url("../fonts/Mamelon.woff") format("woff");
}
/*--=====-----=====-----=====-----=====-----=====-----=====-----=====-----=====----- sAt COMMON -----=====-----=====-----=====-----=====-----=====-----=====-----=====-----=====--*/
html,
body {
  min-height: 100vh;
  min-height: --webkit-fill-available;
  position: relative;
  /*-----===== sAt 表示領域が大きすぎる場合 =====-----*/
  background-color: #f7f6f4;
}
html .container,
html .modal-menu,
body .container,
body .modal-menu {
  /*-----===== EnD 表示領域が大きすぎる場合 =====-----*/
}
@media (min-width: 1200px) {
  html .container,
  html .modal-menu,
  body .container,
  body .modal-menu {
    max-width: 1140px;
    margin-right: auto;
    margin-left: auto;
  }
}

/*-----===== sAt テキストサイズの初期フォーマット =====-----*/
/*-----===== EnD テキストサイズの初期フォーマット =====-----*/
.under-header {
  margin-top: 6rem;
}
.under-header .discription {
  text-align: center;
  letter-spacing: 0.2rem;
}
.under-header .discription p {
  margin-top: 3rem;
  font-size: 0.5rem;
}
@media (min-width: 992px) {
  .under-header {
    margin-top: 4rem;
  }
  .under-header.page-title {
    margin-top: 10rem;
  }
  .under-header .discription {
    text-align: center;
  }
  .under-header .discription p {
    font-size: 0.875rem;
    letter-spacing: 0.2rem;
  }
}

.on-footer {
  padding-bottom: 23rem;
}
@media (min-width: 992px) {
  .on-footer {
    padding-bottom: 20rem;
  }
}

/*--===========----------========== sAt ZOOMBTN ==========----------==========--*/
/*--=====-----=====-----=====-----=====-----=====-----=====-----=====-----=====----- sAt Animate Button Proto -----=====-----=====-----=====-----=====-----=====-----=====-----=====-----=====--*/
.ezo-btn__wrapper {
  text-align: center;
  /*--===========----------========== sAt CUSTOM ==========----------==========--*/
  /*--===========----------========== sAt CUSTOM ==========----------==========--*/
}
.ezo-btn__wrapper .btn-motion,
.ezo-btn__wrapper .btn-motion-inline {
  position: relative;
  display: block;
  color: black;
  text-decoration: none;
  text-align: center;
  border: 0.0625rem solid black;
  line-height: 2.875rem;
  transition: all 0.3s ease;
}
.ezo-btn__wrapper .btn-motion:hover,
.ezo-btn__wrapper .btn-motion:active,
.ezo-btn__wrapper .btn-motion:focus,
.ezo-btn__wrapper .btn-motion-inline:hover,
.ezo-btn__wrapper .btn-motion-inline:active,
.ezo-btn__wrapper .btn-motion-inline:focus {
  transform: scale(1.05, 1.05);
}
.ezo-btn__wrapper .btn-motion > *,
.ezo-btn__wrapper .btn-motion-inline > * {
  margin-bottom: 0;
  text-align: center;
  font-size: 1rem;
  height: 100%;
  width: 100%;
}
.ezo-btn__wrapper .btn-motion-inline {
  display: inline-block;
  padding-right: 3rem;
  padding-left: 3rem;
}
.ezo-btn__wrapper .btn-motion,
.ezo-btn__wrapper .btn-motion-inline {
  /*-----===== sAt 1ｾｯﾄ =====-----*/
  /*-----===== EnD 1ｾｯﾄ =====-----*/
  /*-----===== sAt 1ｾｯﾄ =====-----*/
  /*-----===== EnD 1ｾｯﾄ =====-----*/
}
.ezo-btn__wrapper .btn-motion .pattern,
.ezo-btn__wrapper .btn-motion-inline .pattern {
  position: absolute;
  width: 3rem;
  height: auto;
  right: -1.5rem;
  top: 35%;
  transition: all 0.3s ease;
}
.ezo-btn__wrapper .btn-motion:hover .pattern,
.ezo-btn__wrapper .btn-motion:active .pattern,
.ezo-btn__wrapper .btn-motion:focus .pattern,
.ezo-btn__wrapper .btn-motion-inline:hover .pattern,
.ezo-btn__wrapper .btn-motion-inline:active .pattern,
.ezo-btn__wrapper .btn-motion-inline:focus .pattern {
  right: -2.55rem;
}
.ezo-btn__wrapper .btn-motion .pattern2,
.ezo-btn__wrapper .btn-motion-inline .pattern2 {
  position: absolute;
  width: 3rem;
  height: auto;
  left: -1.5rem;
  top: 35%;
  transition: all 0.3s ease;
}
.ezo-btn__wrapper .btn-motion:hover .pattern2,
.ezo-btn__wrapper .btn-motion:active .pattern2,
.ezo-btn__wrapper .btn-motion:focus .pattern2,
.ezo-btn__wrapper .btn-motion-inline:hover .pattern2,
.ezo-btn__wrapper .btn-motion-inline:active .pattern2,
.ezo-btn__wrapper .btn-motion-inline:focus .pattern2 {
  left: -2.55rem;
}

/*--=====-----=====-----=====-----=====-----=====-----=====-----=====-----=====----- EnD Animate Button Proto -----=====-----=====-----=====-----=====-----=====-----=====-----=====-----=====--*/
/* ハンバーガー：メニュー予約ボタン　TOP動くボタン */
.ezo-btn__wrapper .btn-motion {
  line-height: 1.75rem;
  letter-spacing: 0.25rem;
}
.ezo-btn__wrapper .btn-motion .btn-text {
  font-size: 0.625rem;
}

@media (min-width: 992px) {
  .ezo-btn__wrapper .btn-motion {
    line-height: 2.875rem;
    letter-spacing: 0.25rem;
  }
  .ezo-btn__wrapper .btn-motion .btn-text {
    font-size: 1rem;
  }
}
/*--===========----------========== EnD ZOOMBTN ==========----------==========--*/
/*--===========----------========== sAt Swiper ==========----------==========--*/
@font-face {
  font-family: "swiper-icons";
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA")
    format("woff");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
}

.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}

.swiper-container-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-container-multirow-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}

.swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

/* 3D Effects */
.swiper-container-3d {
  perspective: 1200px;
}

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(
    to left,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(
    to right,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
}

/* CSS Mode */
.swiper-container-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}

.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(-1 * var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev:after,
.swiper-button-next:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}

.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}

.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
  content: "next";
}

.swiper-button-prev.swiper-button-white,
.swiper-button-next.swiper-button-white {
  --swiper-navigation-color: #ffffff;
}

.swiper-button-prev.swiper-button-black,
.swiper-button-next.swiper-button-black {
  --swiper-navigation-color: #000000;
}

.swiper-button-lock {
  display: none;
}

:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  */
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%;
}

/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}

.swiper-container-vertical
  > .swiper-pagination-bullets
  .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}

.swiper-container-vertical
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}

.swiper-container-vertical
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet {
  display: inline-block;
  transition:
    200ms transform,
    200ms top;
}

.swiper-container-horizontal
  > .swiper-pagination-bullets
  .swiper-pagination-bullet {
  margin: 0 4px;
}

.swiper-container-horizontal
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-container-horizontal
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet {
  transition:
    200ms transform,
    200ms left;
}

.swiper-container-horizontal.swiper-container-rtl
  > .swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet {
  transition:
    200ms transform,
    200ms right;
}

/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}

.swiper-container-rtl
  .swiper-pagination-progressbar
  .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical
  > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-container-vertical > .swiper-pagination-progressbar,
.swiper-container-horizontal
  > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-white {
  --swiper-pagination-color: #ffffff;
}

.swiper-pagination-black {
  --swiper-pagination-color: #000000;
}

.swiper-pagination-lock {
  display: none;
}

/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

/* Preloader */
:root {
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  */
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s infinite linear;
  animation: swiper-preloader-spin 1s infinite linear;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@-webkit-keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}

@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}
/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube {
  overflow: visible;
}

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  filter: blur(50px);
  z-index: 0;
}

.swiper-container-flip {
  overflow: visible;
}

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/*-----===== sAt ishikuri-simple =====-----*/
.swiper-container__ishikuri-simple {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}
.swiper-container__ishikuri-simple .swiper-pagination {
  bottom: 0.15625rem;
}
.swiper-container__ishikuri-simple .swiper-pagination-bullet {
  width: 2.5rem;
  height: 0.2rem;
  border-radius: 0;
  background-color: white;
  opacity: 1;
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important;
}
.swiper-container__ishikuri-simple .swiper-pagination-bullet-active {
  opacity: 1;
  background-color: #ababab;
}
@media (min-width: 1026px) {
  .swiper-container__ishikuri-simple .swiper-pagination {
    left: 20rem;
  }
  .swiper-container__ishikuri-simple .swiper-pagination-bullet {
    width: 5rem;
    height: 0.375rem;
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
}
@media (min-width: 1200px) {
  .swiper-container__ishikuri-simple .swiper-pagination {
    bottom: 0.75rem;
    left: 26rem;
  }
  .swiper-container__ishikuri-simple .swiper-pagination-bullet {
    width: 5rem;
    height: 0.375rem;
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
}
.swiper-container__ishikuri-simple .text-box__left {
  position: absolute;
  top: 25%;
  left: 0%;
  z-index: 7;
  width: 50%;
  text-align: center;
}
.swiper-container__ishikuri-simple .text-box__left .sub-title {
  font-size: 1.25rem;
}
.swiper-container__ishikuri-simple .text-box__left .sub-title p {
  margin-bottom: 0;
}
.swiper-container__ishikuri-simple .text-box__left .sub-title p span {
  letter-spacing: 0.625rem;
  margin-right: 0.75rem;
  margin-left: 0.75rem;
}
.swiper-container__ishikuri-simple .text-box__left img {
  width: 40%;
}
.swiper-container__ishikuri-simple .text-box__left .img-wide {
  width: 75%;
}
.swiper-container__ishikuri-simple .text-box__left .img-wide2 {
  width: 62.5%;
}
.swiper-container__ishikuri-simple .text-box__left .discription {
  letter-spacing: 0.15rem;
}
.swiper-container__ishikuri-simple .text-box__left .price {
  font-size: 1.125rem;
  font-weight: bold;
  letter-spacing: 0.25rem;
}
.swiper-container__ishikuri-simple .text-box__right {
  position: absolute;
  top: 25%;
  right: 0%;
  z-index: 7;
  width: 50%;
  text-align: center;
}
.swiper-container__ishikuri-simple .text-box__right .sub-title {
  font-size: 1.25rem;
}
.swiper-container__ishikuri-simple .text-box__right .sub-title p {
  margin-bottom: 0;
}
.swiper-container__ishikuri-simple .text-box__right .sub-title p span {
  letter-spacing: 0.625rem;
  margin-right: 0.75rem;
  margin-left: 0.75rem;
}
.swiper-container__ishikuri-simple .text-box__right img {
  width: 40%;
}
.swiper-container__ishikuri-simple .text-box__right .img-wide {
  width: 62.5%;
}
.swiper-container__ishikuri-simple .text-box__right .discription {
  letter-spacing: 0.15rem;
}
.swiper-container__ishikuri-simple .text-box__right .price {
  font-size: 1.125rem;
  font-weight: bold;
  letter-spacing: 0.25rem;
}
.swiper-container__ishikuri-simple .surface {
  position: absolute;
  width: 100%;
  z-index: 7;
  top: 33%;
  right: 0;
  left: 0;
  bottom: 25%;
}

/*-----===== EnD ishikuri-simple =====-----*/
/*-----===== sAt ishikuri-simple-2 =====-----*/
.swiper-container__ishikuri-simple-2 {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}
.swiper-container__ishikuri-simple-2 .swiper-pagination {
  bottom: 0.15625rem;
}
.swiper-container__ishikuri-simple-2 .swiper-pagination-bullet {
  width: 2.5rem;
  height: 0.2rem;
  border-radius: 0;
  background-color: white;
  opacity: 1;
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important;
}
.swiper-container__ishikuri-simple-2 .swiper-pagination-bullet-active {
  opacity: 1;
  background-color: #ababab;
}
@media (min-width: 1026px) {
  .swiper-container__ishikuri-simple-2 .swiper-pagination {
    left: 20rem;
  }
  .swiper-container__ishikuri-simple-2 .swiper-pagination-bullet {
    width: 5rem;
    height: 0.375rem;
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
}
@media (min-width: 1200px) {
  .swiper-container__ishikuri-simple-2 .swiper-pagination {
    bottom: 0.75rem;
    left: 26rem;
  }
  .swiper-container__ishikuri-simple-2 .swiper-pagination-bullet {
    width: 5rem;
    height: 0.375rem;
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
}
.swiper-container__ishikuri-simple-2 .text-box__left {
  position: absolute;
  top: 25%;
  left: 0%;
  z-index: 7;
  width: 50%;
  text-align: center;
}
.swiper-container__ishikuri-simple-2 .text-box__left .sub-title {
  font-size: 1.25rem;
}
.swiper-container__ishikuri-simple-2 .text-box__left .sub-title p {
  margin-bottom: 0;
}
.swiper-container__ishikuri-simple-2 .text-box__left .sub-title p span {
  letter-spacing: 0.625rem;
  margin-right: 0.75rem;
  margin-left: 0.75rem;
}
.swiper-container__ishikuri-simple-2 .text-box__left img {
  width: 40%;
}
.swiper-container__ishikuri-simple-2 .text-box__left .img-wide {
  width: 75%;
}
.swiper-container__ishikuri-simple-2 .text-box__left .img-wide2 {
  width: 62.5%;
}
.swiper-container__ishikuri-simple-2 .text-box__left .discription {
  letter-spacing: 0.15rem;
}
.swiper-container__ishikuri-simple-2 .text-box__left .price {
  font-size: 1.125rem;
  font-weight: bold;
  letter-spacing: 0.25rem;
}
.swiper-container__ishikuri-simple-2 .text-box__right {
  position: absolute;
  top: 25%;
  right: 0%;
  z-index: 7;
  width: 50%;
  text-align: center;
}
.swiper-container__ishikuri-simple-2 .text-box__right .sub-title {
  font-size: 1.25rem;
}
.swiper-container__ishikuri-simple-2 .text-box__right .sub-title p {
  margin-bottom: 0;
}
.swiper-container__ishikuri-simple-2 .text-box__right .sub-title p span {
  letter-spacing: 0.625rem;
  margin-right: 0.75rem;
  margin-left: 0.75rem;
}
.swiper-container__ishikuri-simple-2 .text-box__right img {
  width: 40%;
}
.swiper-container__ishikuri-simple-2 .text-box__right .img-wide {
  width: 62.5%;
}
.swiper-container__ishikuri-simple-2 .text-box__right .discription {
  letter-spacing: 0.15rem;
}
.swiper-container__ishikuri-simple-2 .text-box__right .price {
  font-size: 1.125rem;
  font-weight: bold;
  letter-spacing: 0.25rem;
}
.swiper-container__ishikuri-simple-2 .surface {
  position: absolute;
  width: 100%;
  z-index: 7;
  top: 33%;
  right: 0;
  left: 0;
  bottom: 25%;
}

/*-----===== EnD ishikuri-simple-2 =====-----*/
/*-----===== sAt ishikuri-top1 =====-----*/
.swiper-container__ishikuri-top1 {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}
.swiper-container__ishikuri-top1 .swiper-slide {
  padding: 0 1.5rem;
}
.swiper-container__ishikuri-top1 .swiper-arrow-prev,
.swiper-container__ishikuri-top1 .swiper-arrow-next {
  position: absolute;
  display: block;
  top: 47.5%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(-1 * var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}
.swiper-container__ishikuri-top1 .swiper-arrow-prev {
  left: 0.5rem;
  right: auto;
  width: 2rem;
  transition: all 0.25s;
}
.swiper-container__ishikuri-top1 .swiper-arrow-next {
  right: 0.5rem;
  left: auto;
  width: 2rem;
  transition: all 0.25s;
}
@media (min-width: 1026px) {
  .swiper-container__ishikuri-top1 .swiper-slide {
    padding-top: 2.5rem;
    padding-right: 2.5rem;
    padding-left: 2.5rem;
    transition: padding 0.5s;
  }
  .swiper-container__ishikuri-top1 .swiper-slide-next {
    padding-top: 0;
    padding-right: 0;
    padding-left: 0;
    transition: padding 0.5s;
  }
  .swiper-container__ishikuri-top1 .swiper-arrow-prev {
    top: 52.5%;
    left: 30%;
    right: auto;
    width: 5rem;
    transition: all 0.25s;
  }
  .swiper-container__ishikuri-top1 .swiper-arrow-prev:hover {
    transform: scale(1.1);
  }
  .swiper-container__ishikuri-top1 .swiper-arrow-next {
    top: 52.5%;
    right: 30%;
    left: auto;
    width: 5rem;
    transition: all 0.25s;
  }
  .swiper-container__ishikuri-top1 .swiper-arrow-next:hover {
    transform: scale(1.1);
  }
}

/*-----===== EnD ishikuri-top1 =====-----*/
/*-----===== sAt ishikuri-studio ishikuri-location =====-----*/
.swiper-container__ishikuri-studio,
.swiper-container__ishikuri-location {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}
.swiper-container__ishikuri-studio .swiper-arrow-prev,
.swiper-container__ishikuri-studio .swiper-arrow-next,
.swiper-container__ishikuri-location .swiper-arrow-prev,
.swiper-container__ishikuri-location .swiper-arrow-next {
  position: absolute;
  display: block;
  top: 37.5%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(-1 * var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}
.swiper-container__ishikuri-studio .swiper-arrow-prev,
.swiper-container__ishikuri-location .swiper-arrow-prev {
  left: 1rem;
  right: auto;
  width: 2rem;
  transition: all 0.25s;
}
.swiper-container__ishikuri-studio .swiper-arrow-next,
.swiper-container__ishikuri-location .swiper-arrow-next {
  right: 1rem;
  left: auto;
  width: 2rem;
  transition: all 0.25s;
}
@media (min-width: 1026px) {
  .swiper-container__ishikuri-studio .swiper-arrow-prev,
  .swiper-container__ishikuri-location .swiper-arrow-prev {
    top: 37.5%;
    left: 1%;
    right: auto;
    width: 4rem;
    transition: all 0.25s;
  }
  .swiper-container__ishikuri-studio .swiper-arrow-prev:hover,
  .swiper-container__ishikuri-location .swiper-arrow-prev:hover {
    transform: scale(1.1);
  }
  .swiper-container__ishikuri-studio .swiper-arrow-next,
  .swiper-container__ishikuri-location .swiper-arrow-next {
    top: 37.5%;
    right: 1%;
    left: auto;
    width: 4rem;
    transition: all 0.25s;
  }
  .swiper-container__ishikuri-studio .swiper-arrow-next:hover,
  .swiper-container__ishikuri-location .swiper-arrow-next:hover {
    transform: scale(1.1);
  }
}

/*-----===== EnD ishikuri-studio ishikuri-location =====-----*/
/*-----===== sAt ishikuri-studio clothes =====-----*/
.swiper-container__ishikuri-clothes {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}
.swiper-container__ishikuri-clothes .swiper-arrow-prev,
.swiper-container__ishikuri-clothes .swiper-arrow-next {
  position: absolute;
  display: block;
  top: 47.5%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(-1 * var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}
.swiper-container__ishikuri-clothes .swiper-arrow-prev {
  left: 27.5%;
  right: auto;
  width: 2rem;
  transition: all 0.25s;
}
.swiper-container__ishikuri-clothes .swiper-arrow-next {
  right: 27.5%;
  left: auto;
  width: 2rem;
  transition: all 0.25s;
}
@media (min-width: 768px) {
  .swiper-container__ishikuri-clothes .swiper-arrow-prev,
  .swiper-container__ishikuri-clothes .swiper-arrow-next {
    top: 50%;
    width: 4rem;
  }
  .swiper-container__ishikuri-clothes .swiper-arrow-prev {
    left: 30%;
  }
  .swiper-container__ishikuri-clothes .swiper-arrow-next {
    right: 30%;
  }
}

/*-----===== EnD ishikuri-studio clothes =====-----*/
/*--===========----------========== EnD Swiper ==========----------==========--*/
/*--===========----------========== sAt Slide ==========----------==========--*/
/* スライドする要素 */
.slide-wrapper_ver1 {
  overflow: hidden;
  display: flex;
  align-items: center;
  position: relative;
  width: 100%;
  height: auto;
}
.slide-contents_ver1 {
  display: flex;
  -webkit-animation: loop-slide_ver1 20s infinite linear 1s both;
  animation: loop-slide_ver1 20s infinite linear 1s both;
  /* ホバー時に動きを止める*/
}
@-webkit-keyframes loop-slide_ver1 {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes loop-slide_ver1 {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
.slide-contents_ver1:hover {
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}
.slide-contents_ver1 .attachment {
  margin-right: 0.15rem;
}
.slide-surface_ver1 {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  left: 0;
}

/* スライドする要素 */
.slide-wrapper_ver2 {
  overflow: hidden;
  display: flex;
  align-items: center;
  position: relative;
  width: 100%;
  height: auto;
}
.slide-contents_ver2 {
  display: flex;
  -webkit-animation: loop-slide_ver2 30s infinite linear 1s both;
  animation: loop-slide_ver2 30s infinite linear 1s both;
  /* ホバー時に動きを止める*/
}
@-webkit-keyframes loop-slide_ver2 {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-400%);
  }
}
@keyframes loop-slide_ver2 {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-400%);
  }
}
.slide-contents_ver2:hover {
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}
.slide-surface_ver2 {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  left: 0;
}

/*--===========----------========== EnD Slide ==========----------==========--*/
/*--===========----------========== sAt SPIINING  ==========----------==========--*/
.spinning {
  display: inline-block;
  -webkit-animation: rotate-anime 10s linear infinite;
  animation: rotate-anime 10s linear infinite;
}

@-webkit-keyframes rotate-anime {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes rotate-anime {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
/*--===========----------========== sAt SPIINING  ==========----------==========--*/

/*--===========----------========== sAt PAGE TITLE ==========----------==========--*/
.header-title {
  text-align: center;
}
.header-title .title {
  font-size: 1rem;
  font-family:
    "Yu Mincho", "MS PMincho", serif, "Yu Mincho", serif,
    "Yu MinchoHiraMinProN-W3", "NewYork", serif, "Yu MinchoHiraMinProN-W3",
    serif;
  letter-spacing: 0.5rem;
  text-align: center;
}
.header-title .row2 {
  font-size: 0.5rem;
  letter-spacing: 0.2rem;
  text-align: center;
}
@media (min-width: 992px) {
  .header-title {
    margin-top: 5rem;
  }
  .header-title .title {
    font-size: 2.5rem;
    letter-spacing: 1.25rem;
    margin-bottom: 0;
  }
  .header-title .row2 {
    margin-top: 1rem;
    font-size: 1rem;
    letter-spacing: 0.2rem;
  }
}

/*--===========----------========== EnD PAGE TITLE ==========----------==========--*/
/*--=====-----=====-----=====-----=====-----=====-----=====-----=====-----=====----- EnD COMMON -----=====-----=====-----=====-----=====-----=====-----=====-----=====-----=====--*/
/*--=====-----=====-----=====-----=====-----=====-----=====-----=====-----=====----- sAt HEADER -----=====-----=====-----=====-----=====-----=====-----=====-----=====-----=====--*/
html,
body {
  min-height: 100vh;
  min-height: --webkit-fill-available;
}

.ezo-nav-header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 4rem;
  background-color: rgba(255, 255, 255, 0.8);
  z-index: 1000;
}

.ezo-top-menu {
  position: relative;
  text-align: center;
}
.ezo-top-menu__item {
  display: block;
  line-height: 4rem;
  color: black;
}
.ezo-top-menu__item:hover {
  color: black;
  -webkit-text-decoration: normal;
  text-decoration: normal;
}

.ezo-hamburger {
  position: relative;
  display: block;
  padding: 0 1.25rem;
  width: 4rem;
  height: 4rem;
  cursor: pointer;
  z-index: 300;
  transition: all 0.25s;
}
.ezo-hamburger__text {
  font-size: 5px;
  position: absolute;
  top: 10%;
  right: 0;
  left: 0;
}
.ezo-hamburger__line {
  position: relative;
  display: block;
  width: 1.5rem;
  height: 0.1rem;
  background-color: #111;
  transition: all 0.25s;
}
.ezo-hamburger__line--1 {
  margin-top: 1.475rem;
  content: "MENU";
  font-size: 1;
}
.ezo-hamburger__line--2 {
  margin-top: 0.375rem;
}
.ezo-hamburger__line--3 {
  margin-top: 0.375rem;
}
.ezo-hamburger:hover {
  transform: scale(1.1, 1.1);
}
@media (max-width: 10000px) {
  .ezo-hamburger {
    position: absolute;
    right: 0;
    top: 0;
  }
  .ezo-hamburger__line {
    position: absolute;
    left: 1.25rem;
  }
  .ezo-hamburger__line--1 {
    margin-top: 0;
    top: 1.475rem;
  }
  .ezo-hamburger__line--2 {
    margin-top: 0;
    top: 1.85rem;
  }
  .ezo-hamburger__line--3 {
    margin-top: 0;
    top: 2.225rem;
  }
}

.ezo-global-nav {
  position: fixed;
  right: -100vw;
  top: 0vh;
  width: 100vw;
  height: 100vh;
  background-color: white;
  opacity: 0.95;
  transition: all 1s;
  z-index: 200;
  overflow-y: auto; /* メニューが多くなったらスクロールできるように */
  /*-----===== sAt SrcollBar消し ※ ｽｸﾛｰﾙはできる =====-----*/
  scrollbar-width: none;
  -ms-overflow-style: none;
  /*-----===== EnD SrcollBar消し ※ ｽｸﾛｰﾙはできる =====-----*/
  /*-----===== sAt global-nav 以下は自由な領域なので、下記を無視してもいい =====-----*/
  /*-----===== EnD global-nav 以下は自由な領域なので、下記を無視してもいい =====-----*/
}
.ezo-global-nav::-webkit-scrollbar {
  display: none;
}
@media (max-width: 576px) {
  .ezo-global-nav {
    -webkit-overflow-scrolling: touch;
    padding-bottom: 30vh;
  }
}
.ezo-global-nav__list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.ezo-global-nav__item {
  text-align: center;
  padding: 0 14px;
}
.ezo-global-nav__item a {
  display: block;
  padding: 8px 0;
  border-bottom: 1px solid #eee;
  text-decoration: none;
  color: #111;
}
.ezo-global-nav__item a:hover {
  background-color: #eee;
}

.ezo-modal-bg {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  z-index: 100;
  background-color: white;
  opacity: 0;
  visibility: hidden;
  transition: all 1s;
  cursor: pointer;
}

/*-----===== sAt 表示用 =====-----*/
.ezo-nav-open .ezo-global-nav {
  right: 0;
  top: 0;
}
.ezo-nav-open .ezo-modal-bg {
  opacity: 0.85;
  visibility: visible;
}
.ezo-nav-open .ezo-hamburger__line--1 {
  transform: rotate(45deg) translateY(0.355rem) scale(1.1, 1.1);
}
.ezo-nav-open .ezo-hamburger__line--2 {
  display: none;
}
.ezo-nav-open .ezo-hamburger__line--3 {
  transform: rotate(-45deg) translateY(-0.355rem) scale(1.1, 1.1);
}
@media (max-width: 10000px) {
  .ezo-nav-open .ezo-hamburger__line--1 {
    transform: rotate(45deg) scale(1.1, 1.1);
    top: 1.85rem;
  }
  .ezo-nav-open .ezo-hamburger__line--2 {
    width: 0;
    left: 50%;
  }
  .ezo-nav-open .ezo-hamburger__line--3 {
    transform: rotate(-45deg) scale(1.1, 1.1);
    top: 1.85rem;
  }
}

/*-----===== EnD 表示用 =====-----*/
/*-----===== sAt Hamburger 表示/非表示 =====-----*/
@media (min-width: 10000px) {
  .ezo-hamburger,
  ezo-modal-bg,
  .ezo-global-nav {
    display: none;
  }
}
/*-----===== EnD Hamburger 表示/非表示 =====-----*/
/*--=====-----=====-----=====-----=====-----=====-----=====-----=====-----=====----- EnD Customed ORIGINAL -----=====-----=====-----=====-----=====-----=====-----=====-----=====-----=====--*/
header .ezo-nav-header {
  font-size: 1rem;
}
header .ezo-nav-header .ezo-top-menu__item {
  text-decoration: none;
  display: inline-block;
  margin-right: 2rem;
}
header .ezo-nav-header .ezo-top-menu__item img {
  width: 3rem;
}
header .ezo-nav-header .ezo-top-menu__item p {
  position: relative;
  display: inline-block;
  letter-spacing: 0.25rem;
  margin-bottom: 0;
  transition: all 0.5s;
}
header .ezo-nav-header .ezo-top-menu__item p::after {
  content: "";
  position: absolute;
  bottom: 1rem;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #c0a79c;
  transform: scale(0, 1);
  transform-origin: center top;
}
header .ezo-nav-header .ezo-top-menu__item p:hover,
header .ezo-nav-header .ezo-top-menu__item p:focus,
header .ezo-nav-header .ezo-top-menu__item p:active {
  color: #c0a79c;
}
header .ezo-nav-header .ezo-top-menu__item p:hover::after,
header .ezo-nav-header .ezo-top-menu__item p:focus::after,
header .ezo-nav-header .ezo-top-menu__item p:active::after {
  color: #c0a79c;
  transform: scale(0, 1);
}
header .ezo-nav-header .ezo-top-menu__item .box {
  font-size: 1rem;
  font-weight: normal;
  letter-spacing: 0.25rem;
  display: inline-block;
  line-height: 1rem;
  border: 1px solid black;
  padding: 0.5rem 1rem;
}
@media (max-width: 1200px) {
  header .ezo-nav-header .ezo-top-menu__item {
    margin-right: 1rem;
  }
  header .ezo-nav-header .ezo-top-menu__item .box {
    font-size: 0.9rem;
  }
}
header .ezo-nav-header .ezo-top-menu .ezo-hamburger {
  top: 0.35rem;
}
header .ezo-nav-header .ezo-top-menu .ezo-hamburger p {
  position: absolute;
  font-size: 0.625rem;
  margin-bottom: 0;
  right: 0;
  left: 0;
  top: 1rem;
}
@media (min-width: 576px) {
  header .ezo-nav-header .ezo-top-menu .ezo-hamburger:hover {
    transform: scale(1, 1);
  }
}
header .ezo-nav-header .modal-menu {
  /*-----===== sAt モバイル表示のみ必要=====-----*/
}
@media (max-width: 992px) {
  header .ezo-nav-header .modal-menu {
    padding-top: 3rem;
    padding-right: 5rem;
    padding-left: 5rem;
  }
  header .ezo-nav-header .modal-menu .menus {
    /*-----===== sAt レスポンシブ =====-----*/
  }
  header .ezo-nav-header .modal-menu .menus__1stsec {
    text-align: center;
  }
  header .ezo-nav-header .modal-menu .menus__1stsec--link {
    color: black;
    text-decoration: none;
    display: block;
  }
  header .ezo-nav-header .modal-menu .menus__1stsec--link p {
    letter-spacing: 0.25rem;
    line-height: 1rem;
    transition: all 0.5s;
    display: block;
  }
  header .ezo-nav-header .modal-menu .menus__1stsec--link:hover p,
  header .ezo-nav-header .modal-menu .menus__1stsec--link:focus p,
  header .ezo-nav-header .modal-menu .menus__1stsec--link:active p {
    color: #c0a79c;
  }
  header .ezo-nav-header .modal-menu .menus__1stsec--title {
    font-size: 1rem;
    font-weight: bold;
    letter-spacing: 0.25rem;
    line-height: 1rem;
    margin-bottom: 0.3rem;
    transition: all 0.5s;
  }
  header .ezo-nav-header .modal-menu .menus__1stsec--title::after {
    position: absolute;
    bottom: -4px;
    left: 0;
    content: "";
    width: 100%;
    height: 1px;
    background-color: black;
    transform: scale(0, 1);
    transform-origin: center top;
    transition: transform 0.5s;
  }
  header .ezo-nav-header .modal-menu .menus__1stsec--subtitle {
    font-size: 0.8125rem;
    letter-spacing: 0.25rem;
    line-height: 1rem;
    margin-bottom: 1.75rem;
    transition: all 0.5s;
  }
  header .ezo-nav-header .modal-menu .menus__1stsec--subtitle::after {
    position: absolute;
    bottom: -4px;
    left: 0;
    content: "";
    width: 100%;
    height: 1px;
    background-color: black;
    transform: scale(0, 1);
    transform-origin: center top;
    transition: transform 0.5s;
  }
  header .ezo-nav-header .modal-menu .menus__2ndsec--button {
    margin-top: 1rem;
    text-align: center;
  }
  header .ezo-nav-header .modal-menu .menus__2ndsec--button .link {
    display: block;
    background-color: black;
    border: 1px solid transparent;
    text-decoration: none;
    text-align: center;
    font-size: 0.75rem;
    letter-spacing: 0.125rem;
  }
  header .ezo-nav-header .modal-menu .menus__2ndsec--button .text {
    font-size: 1rem;
    margin-bottom: 0;
    line-height: 2.875rem;
    color: white;
  }
}

/*--=====-----=====-----=====-----=====-----=====-----=====-----=====-----=====----- EnD HEADER -----=====-----=====-----=====-----=====-----=====-----=====-----=====-----=====--*/
/*--=====-----=====-----=====-----=====-----=====-----=====-----=====-----=====----- sAt FOOTER -----=====-----=====-----=====-----=====-----=====-----=====-----=====-----=====--*/
footer {
  background-color: rgba(255, 255, 255, 0.8);
  position: -webkit-sticky;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 10;
}
footer .footer-menus {
  padding: 2rem;
}
footer .footer-menus-1st-sec a {
  color: black;
  text-decoration: none;
  display: block;
}
footer .footer-menus-1st-sec a p {
  letter-spacing: 0.25rem;
  line-height: 1rem;
  margin-bottom: 1.75rem;
  transition: all 0.5s;
  position: relative;
  display: inline-block;
}
footer .footer-menus-1st-sec a:hover p,
footer .footer-menus-1st-sec a:focus p,
footer .footer-menus-1st-sec a:active p {
  color: #c0a79c;
}
@media (max-width: 992px) {
  footer .footer-menus-1st-sec {
    padding: 0;
  }
  footer .footer-menus-1st-sec a {
    color: black;
    text-decoration: none;
    display: block;
  }
  footer .footer-menus-1st-sec a p {
    font-size: 0.8rem;
    letter-spacing: 0.15rem;
    line-height: 1rem;
    margin-bottom: 1rem;
    transition: all 0.5s;
    position: relative;
    display: inline-block;
  }
  footer .footer-menus-1st-sec a p::after {
    position: absolute;
    bottom: -1px;
    left: 0;
    content: "";
    width: 100%;
    height: 1px;
    background-color: #c0a79c;
    transform: scale(0, 1);
    transform-origin: center top;
  }
  footer .footer-menus-1st-sec a:hover p::after,
  footer .footer-menus-1st-sec a:focus p::after,
  footer .footer-menus-1st-sec a:active p::after {
    color: #c0a79c;
    transform: scale(0, 1);
  }
}
footer .footer-menus-11st-sec a {
  color: black;
  text-decoration: none;
  display: block;
}
footer .footer-menus-11st-sec a p {
  letter-spacing: 0.25rem;
  line-height: 1rem;
  margin-bottom: 1.75rem;
  margin-left: 2rem;
  transition: all 0.5s;
  position: relative;
  display: inline-block;
}
footer .footer-menus-11st-sec a:hover p,
footer .footer-menus-11st-sec a:focus p,
footer .footer-menus-11st-sec a:active p {
  color: #c0a79c;
}
@media (max-width: 992px) {
  footer .footer-menus-11st-sec a {
    color: black;
    text-decoration: none;
    display: block;
  }
  footer .footer-menus-11st-sec a p {
    font-size: 0.8rem;
    letter-spacing: 0.15rem;
    line-height: 1rem;
    margin-bottom: 1rem;
    margin-left: 2rem;
    transition: all 0.5s;
    position: relative;
    display: inline-block;
  }
  footer .footer-menus-11st-sec a p::after {
    position: absolute;
    bottom: -1px;
    left: 0;
    content: "";
    width: 100%;
    height: 1px;
    background-color: #c0a79c;
    transform: scale(0, 1);
    transform-origin: center top;
  }
  footer .footer-menus-11st-sec a:hover p::after,
  footer .footer-menus-11st-sec a:focus p::after,
  footer .footer-menus-11st-sec a:active p::after {
    color: #c0a79c;
    transform: scale(0, 1);
  }
}
footer .footer-menus-2nd-sec p {
  margin-bottom: 0.525rem;
  letter-spacing: 0.25rem;
}
footer .footer-menus-2nd-sec a {
  text-decoration: none;
  display: block;
}
footer .footer-menus-2nd-sec a p {
  letter-spacing: 0.25rem;
  line-height: 1rem;
  margin-bottom: 0.525rem;
  transition: all 0.5s;
  position: relative;
  display: inline-block;
}
footer .footer-menus-2nd-sec a p::after {
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: black;
  transform: scale(0, 1);
  transform-origin: center top;
}
footer .footer-menus-2nd-sec a:hover p::after,
footer .footer-menus-2nd-sec a:focus p::after,
footer .footer-menus-2nd-sec a:active p::after {
  color: #c0a79c;
  transform: scale(0, 1);
}
@media (max-width: 992px) {
  footer .footer-menus-2nd-sec {
    padding: 0;
    font-size: 0.6rem;
  }
  footer .footer-menus-2nd-sec a {
    color: black;
    text-decoration: none;
    display: block;
  }
  footer .footer-menus-2nd-sec a p {
    letter-spacing: 0.15rem;
    line-height: 1rem;
    margin-bottom: 0.3rem;
    transition: all 0.5s;
    position: relative;
    display: inline-block;
  }
  footer .footer-menus-2nd-sec a:hover p::after,
  footer .footer-menus-2nd-sec a:focus p::after,
  footer .footer-menus-2nd-sec a:active p::after {
    color: #c0a79c;
    transform: scale(1, 1);
  }
}
footer .footer-menus-3rd-sec a {
  color: black;
  text-decoration: none;
  display: block;
}
footer .footer-menus-3rd-sec .title {
  color: #c0a79c;
  margin-bottom: 0.6rem;
  font-size: 1rem;
}
footer .footer-menus-3rd-sec p {
  padding: 0;
  font-size: 0.75rem;
  letter-spacing: 0.25rem;
  line-height: 1rem;
  transition: all 0.5s;
  position: relative;
  display: inline-block;
}
@media (max-width: 992px) {
  footer .footer-menus-3rd-sec {
    text-align: center;
    margin-top: 1rem;
  }
  footer .footer-menus-3rd-sec .title {
    color: #c0a79c;
    font-size: 1rem;
  }
  footer .footer-menus-3rd-sec p {
    font-size: 0.6875rem;
    letter-spacing: 0.25rem;
    line-height: 1rem;
    margin-bottom: 1rem;
    transition: all 0.5s;
    position: relative;
    display: inline-block;
  }
  footer .footer-menus-3rd-sec p .pad-helper {
    padding-right: 0.75rem;
  }
}
footer .footer-menus-4rd-sec .copyright {
  font-size: 0.625rem;
  text-align: center;
  letter-spacing: 0.05rem;
}
@media (max-width: 992px) {
  footer .footer-menus-4rd-sec .copyright {
    font-size: 0.625rem;
    text-align: center;
    letter-spacing: 0.05rem;
  }
}
@media (max-width: 992px) {
  footer .footer-menus {
    font-size: 0.7rem;
    padding: 2rem 4rem;
  }
}

/*--=====-----=====-----=====-----=====-----=====-----=====-----=====-----=====----- sAt FOOTER -----=====-----=====-----=====-----=====-----=====-----=====-----=====-----=====--*/
/*--=====-----=====-----=====-----=====-----=====-----=====-----=====-----=====----- sAt TOP -----=====-----=====-----=====-----=====-----=====-----=====-----=====-----=====--*/
.top-sec1 {
  width: 100%;
  padding-right: 0;
  padding-left: 0;
  margin-right: 0;
  margin-left: 0;
  transform: translateX(-3%);
}
@media (min-width: 992px) {
  .top-sec1 {
    transform: translateX(-0.9%);
  }
}
.top-sec2 {
  text-align: center;
  padding-top: 2rem;
}
.top-sec2 .row0 {
  font-family:
    "Yu Mincho", "MS PMincho", serif, "Yu Mincho", serif,
    "Yu MinchoHiraMinProN-W3", "NewYork", serif, "Yu MinchoHiraMinProN-W3",
    serif;
  font-size: 1rem;
  letter-spacing: 0.1rem;
}
.top-sec2 .row1 {
  font-family:
    "Yu Mincho", "MS PMincho", serif, "Yu Mincho", serif,
    "Yu MinchoHiraMinProN-W3", "NewYork", serif, "Yu MinchoHiraMinProN-W3",
    serif;
  font-size: 0.687rem;
  letter-spacing: 0.05rem;
}
.top-sec2 .row2 {
  font-size: 0.625rem;
  letter-spacing: 0.15rem;
}
.top-sec2 a {
  text-decoration: none;
  color: black;
}
.top-sec2 a .conceptlink .row3 {
  margin-bottom: 0;
  color: #b8860b;
  font-size: 1rem;
  letter-spacing: 0.15rem;
}
.top-sec2 a .conceptlink .line {
  border-style: solid;
  border-color: #b8860b;
  width: 10rem;
  margin: auto;
}
.top-sec2 a .conceptlink:hover .row3,
.top-sec2 a .conceptlink:hover .line,
.top-sec2 a .conceptlink:focus .row3,
.top-sec2 a .conceptlink:focus .line,
.top-sec2 a .conceptlink:active .row3,
.top-sec2 a .conceptlink:active .line {
  color: #c0a79c;
}
.top-sec2 .message {
  font-size: 0.8125rem;
  letter-spacing: 0.15rem;
}
@media (min-width: 992px) {
  .top-sec2 {
    padding-top: 6rem;
  }
  .top-sec2 .row0 {
    font-family:
      "Yu Mincho", "MS PMincho", serif, "Yu Mincho", serif,
      "Yu MinchoHiraMinProN-W3", "NewYork", serif, "Yu MinchoHiraMinProN-W3",
      serif;
    font-size: 1.875rem;
    letter-spacing: 0.9rem;
  }
  .top-sec2 .row1 {
    font-family:
      "Yu Mincho", "MS PMincho", serif, "Yu Mincho", serif,
      "Yu MinchoHiraMinProN-W3", "NewYork", serif, "Yu MinchoHiraMinProN-W3",
      serif;
    font-size: 1.125rem;
    letter-spacing: 0.3rem;
  }
  .top-sec2 .row2 {
    margin-top: 1rem;
    font-size: 0.8rem;
    letter-spacing: 0.18rem;
  }
  .top-sec2 a .conceptlink .row3  {
    margin-top: 2rem;
    font-size: 1.2rem;
    letter-spacing: 0.18rem;
      color: #b8860b;
  }
  .top-sec2 a .conceptlink .line {
    border-style: solid;
    border-color: #b8860b;
    width: 11rem;
    margin: auto;
  }
  .top-sec2 .message {
    font-size: 1.2rem;
    letter-spacing: 0.15rem;
  }
}
.top-sec3 {
  margin-bottom: 3.5rem;
}
.top-sec3 .plan-title .title {
  font-size: 1rem;
  font-family:
    "Yu Mincho", "MS PMincho", serif, "Yu Mincho", serif,
    "Yu MinchoHiraMinProN-W3", "NewYork", serif, "Yu MinchoHiraMinProN-W3",
    serif;
  letter-spacing: 0.5rem;
  text-align: center;
}
.top-sec3 .mt-space {
  margin-top: 3.5rem;
}
.top-sec3 .text {
  margin-top: 2rem;
}
.top-sec3 .text .row1 {
  font-family:
    "Yu Mincho", "MS PMincho", serif, "Yu Mincho", serif,
    "Yu MinchoHiraMinProN-W3", "NewYork", serif, "Yu MinchoHiraMinProN-W3",
    serif;
  font-size: 1rem;
  letter-spacing: 0.5rem;
  text-align: center;
}
.top-sec3 .text .row2 {
  font-family: sans-serif;
  font-size: 0.7rem;
  letter-spacing: 0.05rem;
  text-align: center;
}
.top-sec3 .ezo-btn__wrapper .btn-motion:hover,
.top-sec3 .ezo-btn__wrapper .btn-motion:active,
.top-sec3 .ezo-btn__wrapper .btn-motion:focus {
  color: #bea59b;
  border: 0.0625rem solid #bea59b;
}
@media (min-width: 992px) {
  .top-sec3 .plan-title .title {
    font-size: 2.5rem;
    letter-spacing: 1.25rem;
    margin-bottom: 2rem;
  }
  .top-sec3 .mt-space {
    margin-top: 0;
  }
  .top-sec3 .text {
    margin-top: 2rem;
  }
  .top-sec3 .text .row1 {
    font-family:
      "Yu Mincho", "MS PMincho", serif, "Yu Mincho", serif,
      "Yu MinchoHiraMinProN-W3", "NewYork", serif, "Yu MinchoHiraMinProN-W3",
      serif;
    font-size: 1.5rem;
    letter-spacing: 0.5rem;
    text-align: center;
  }
  .top-sec3 .text .row2 {
    font-family: sans-serif;
    font-size: 0.8rem;
    letter-spacing: 0.25rem;
    text-align: center;
  }
  .top-sec3 .btn-motion:hover,
  .top-sec3 .btn-motion:active,
  .top-sec3 .btn-motion:focus {
    color: #bea59b;
    border: 0.0625rem solid #bea59b;
  }
}
.top-sec4 {
  background-color: #ddd4cc;
  padding-top: 2em;
  padding-bottom: 2em;
}
.top-sec4 .news-title .title {
  font-size: 1rem;
  font-family:
    "Yu Mincho", "MS PMincho", serif, "Yu Mincho", serif,
    "Yu MinchoHiraMinProN-W3", "NewYork", serif, "Yu MinchoHiraMinProN-W3",
    serif;
  letter-spacing: 0.5rem;
  text-align: center;
}
.top-sec4 .news-boxes {
  margin: auto;
}
.top-sec4 .news-boxes .box a {
  color: black;
  text-decoration: none;
}
.top-sec4 .news-boxes .box a:hover,
.top-sec4 .news-boxes .box a:focus {
  text-decoration: underline;
}
.top-sec4 .news-boxes .box:nth-child(odd) {
  padding-right: 0.25rem;
}
.top-sec4 .news-boxes .box:nth-child(even) {
  padding-left: 0.25rem;
}
.top-sec4 .news-boxes .box .text {
  height: 4.3rem;
  line-height: 1rem;
  font-size: 10px;
  letter-spacing: 0.15rem;
  margin-top: 0.5rem;
  margin-bottom: 0;
  overflow: hidden;
}
.top-sec4 .ezo-btn__wrapper .btn-motion {
  background-color: #473732;
  color: white;
  border: none;
}
.top-sec4 .ezo-btn__wrapper .btn-motion:hover,
.top-sec4 .ezo-btn__wrapper .btn-motion:active,
.top-sec4 .ezo-btn__wrapper .btn-motion:focus {
  background-color: #191311;
}
@media (min-width: 992px) {
  .top-sec4 {
    padding-top: 5em;
    padding-bottom: 5em;
  }
  .top-sec4 .news-title .title {
    font-size: 2.5rem;
    letter-spacing: 1.25rem;
    margin-bottom: 2rem;
  }
  .top-sec4 .news-boxes .box {
    padding-right: 0.25rem;
    padding-left: 0.25rem;
  }
  .top-sec4 .news-boxes .box .text {
    height: 4rem;
    line-height: 1rem;
    font-size: 14px;
    letter-spacing: 0.15rem;
    margin-top: 0.5rem;
    margin-bottom: 0;
    overflow: hidden;
  }
}
.top-sec5 {
  margin-top: 1rem;
  display: flex;
  padding-left: 0.5px;
  position: relative;
}
.top-sec5 .surface {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
}
.top-sec5 .surface a {
  text-decoration: none;
}
.top-sec5 .surface a .box {
  width: 100%;
  margin: auto;
  color: white;
  font-family:
    "Yu Mincho", "MS PMincho", serif, "Yu Mincho", serif,
    "Yu MinchoHiraMinProN-W3", "NewYork", serif, "Yu MinchoHiraMinProN-W3",
    serif;
}
.top-sec5 .surface a .box .row1 {
  font-size: 1rem;
  letter-spacing: 0.5rem;
  margin-bottom: 0;
}
.top-sec5 .surface a .box .row2 {
  font-family: sans-serif;
  font-size: 0.7rem;
  letter-spacing: 0.05rem;
  margin-bottom: 0.8rem;
}
.top-sec5 .surface a .ezo-btn__wrapper .btn-motion {
  color: white;
  border: solid 1px white;
  font-size: 0.625rem;
}
.top-sec5 .surface a .ezo-btn__wrapper .btn-motion:hover,
.top-sec5 .surface a .ezo-btn__wrapper .btn-motion:active,
.top-sec5 .surface a .ezo-btn__wrapper .btn-motion:focus {
  border: solid 1px white;
}
@media (min-width: 992px) {
  .top-sec5 {
    margin-top: 3rem;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    position: relative;
  }
  .top-sec5 img {
    margin: auto;
  }
  .top-sec5 .surface {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
  }
  .top-sec5 .surface a {
    text-decoration: none;
  }
  .top-sec5 .surface a .box {
    width: 100%;
    margin: auto;
    color: white;
    font-family:
      "Yu Mincho", "MS PMincho", serif, "Yu Mincho", serif,
      "Yu MinchoHiraMinProN-W3", "NewYork", serif, "Yu MinchoHiraMinProN-W3",
      serif;
  }
  .top-sec5 .surface a .box .row1 {
    font-size: 2rem;
    letter-spacing: 0.5rem;
    margin-bottom: 0;
  }
  .top-sec5 .surface a .box .row2 {
    font-family: sans-serif;
    font-size: 0.9rem;
    letter-spacing: 0.05rem;
    margin-bottom: 0.8rem;
  }
  .top-sec5 .surface a .ezo-btn__wrapper .btn-motion {
    font-size: 1rem;
    color: white;
    border: solid 1px white;
  }
  .top-sec5 .surface a .ezo-btn__wrapper .btn-motion:hover,
  .top-sec5 .surface a .ezo-btn__wrapper .btn-motion:active,
  .top-sec5 .surface a .ezo-btn__wrapper .btn-motion:focus {
    border: solid 1px white;
  }
}
.top-sec9 {
  margin-top: 3rem;
}
.top-sec9 .header {
  text-align: center;
  display: flex;
}
.top-sec9 .header .text_logo {
  position: relative;
  width: 100%;
  padding-top: 26%;
  overflow: auto;
}
.top-sec9 .header .text_logo .text_img {
  position: absolute;
  margin: auto;
  top: 0;
  left: 20%;
  width: 70%;
  height: auto;
  border: none;
  display: block;
  transition: 0.5s;
}
.top-sec9 .header .text_logo .text_img:hover {
  opacity: 0;
}
@media (min-width: 992px) {
  .top-sec9 {
    margin-top: 5rem;
  }
  .top-sec9 .header {
    margin-top: 85%;
    text-align: center;
  }
  .top-sec9 .header .text_logo {
    position: relative;
    width: 100%;
    padding-top: 26%;
    overflow: auto;
  }
  .top-sec9 .header .text_logo .text_img {
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    width: 70%;
    height: auto;
    border: none;
    display: block;
    transition: 0.5s;
  }
}
.top-sec10 {
  padding-top: 2em;
  padding-bottom: 2em;
}
.top-sec10 .news-boxes .box .text {
  height: 3.5rem;
  line-height: 1rem;
  font-size: 10px;
  letter-spacing: 0.15rem;
  margin-top: 0.5rem;
  margin-bottom: 0;
  overflow: hidden;
}
.top-sec10 .ezo-btn__wrapper .btn-motion {
  background-color: #473732;
  color: white;
  border: none;
}
.top-sec10 .ezo-btn__wrapper .btn-motion:hover,
.top-sec10 .ezo-btn__wrapper .btn-motion:active,
.top-sec10 .ezo-btn__wrapper .btn-motion:focus {
  background-color: #191311;
}
.top-sec10 .text {
  color: #473732;
  text-align: center;
  font-size: 0.625rem;
}
@media (min-width: 992px) {
  .top-sec10 {
    padding-top: 5em;
    padding-bottom: 5em;
  }
  .top-sec10 .text {
    font-size: 0.825rem;
  }
}
.top-sec11 .title {
  font-size: 1rem;
  font-family:
    "Yu Mincho", "MS PMincho", serif, "Yu Mincho", serif,
    "Yu MinchoHiraMinProN-W3", "NewYork", serif, "Yu MinchoHiraMinProN-W3",
    serif;
  letter-spacing: 0.5rem;
  text-align: center;
}
.top-sec11--pickup {
  margin: auto;
  text-align: center;
  padding-bottom: 1rem;
}
@media (min-width: 992px) {
  .top-sec11 .title {
    font-size: 2.5rem;
    letter-spacing: 1.25rem;
    margin-bottom: 2rem;
  }
  .top-sec11--pickup {
    padding-bottom: 1.5rem;
  }
}
.top-sec12 .reservation {
  text-align: center;
  display: flex;
}
.top-sec12 .reservation--title {
  font-size: 0.875rem;
  padding-top: 2rem;
  padding-bottom: 1rem;
}
.top-sec12 .reservation--image {
  text-align: center;
  position: relative;
  width: 100%;
  padding-top: 20%;
  overflow: auto;
}
.top-sec12 .reservation--image--btn {
  position: absolute;
  margin: auto;
  top: 0;
  left: 18%;
  width: 70%;
  height: auto;
  border: none;
  display: block;
  transition: 0.5s;
}
.top-sec12 .reservation--image--btn:hover {
  opacity: 0;
}
.top-sec12 .reservation--annotation {
  font-size: 0.625rem;
}
@media (min-width: 1026px) {
  .top-sec12 .reservation {
    margin-top: 2rem;
    text-align: center;
  }
  .top-sec12 .reservation--title {
    font-size: 1.4375rem;
  }
  .top-sec12 .reservation--image {
    position: relative;
    width: 100%;
    padding-top: 18%;
    overflow: auto;
  }
  .top-sec12 .reservation--image--btn {
    position: absolute;
    margin: auto;
    top: 0;
    left: 15.5%;
    width: 70%;
    height: auto;
    border: none;
    display: block;
    transition: 0.5s;
  }
  .top-sec12 .reservation--annotation {
    font-size: 0.825rem;
  }
}

/*--=====-----=====-----=====-----=====-----=====-----=====-----=====-----=====----- EnD TOP -----=====-----=====-----=====-----=====-----=====-----=====-----=====-----=====--*/
/*--=====-----=====-----=====-----=====-----=====-----=====-----=====-----=====----- sAt CLOTHES -----=====-----=====-----=====-----=====-----=====-----=====-----=====-----=====--*/
.clothes-top-sec1 .surface {
  position: absolute;
  width: 100%;
  z-index: 7;
  top: 33%;
  right: 0;
  left: 0;
  bottom: 25%;
  color: white;
}
.clothes-top-sec1 .surface .catchphrase {
  font-size: 2.5rem;
  letter-spacing: 1.75rem;
  text-align: center;
  font-family:
    "Yu Mincho", "MS PMincho", serif, "Yu Mincho", serif,
    "Yu MinchoHiraMinProN-W3", "NewYork", serif, "Yu MinchoHiraMinProN-W3",
    serif;
  margin-bottom: 0;
}
.clothes-top-sec1 .surface img {
  display: block;
  width: 36%;
  margin-top: 1rem;
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 992px) {
  .clothes-top-sec1 .surface {
    position: absolute;
    width: 100%;
    z-index: 7;
    top: 33%;
    right: 0;
    left: 0;
    bottom: 25%;
    color: white;
  }
  .clothes-top-sec1 .surface .catchphrase {
    font-size: 0.8125rem;
    letter-spacing: 0.5rem;
    text-align: center;
    font-family:
      "Yu Mincho", "MS PMincho", serif, "Yu Mincho", serif,
      "Yu MinchoHiraMinProN-W3", "NewYork", serif, "Yu MinchoHiraMinProN-W3",
      serif;
    line-height: 1.25rem;
    margin-bottom: 0;
  }
  .clothes-top-sec1 .surface img {
    display: block;
    width: 42%;
    margin-right: auto;
    margin-left: auto;
  }
}
.clothes-top-sec2 {
  letter-spacing: 0.175rem;
}
.clothes-top-sec2 p {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .clothes-top-sec2 {
    font-size: 0.625rem;
    letter-spacing: 0.175rem;
  }
  .clothes-top-sec2 p {
    margin-bottom: 0;
  }
}
.clothes-top-sec3 {
  font-size: 1.25rem;
  letter-spacing: 0.4rem;
  color: #bea59b;
}
.clothes-top-sec3 span {
  letter-spacing: 0;
  font-size: 0.5rem;
}
@media (max-width: 992px) {
  .clothes-top-sec3 {
    font-size: 0.625rem;
    letter-spacing: 0.275rem;
    color: #bea59b;
  }
  .clothes-top-sec3 span {
    letter-spacing: 0;
  }
}
.clothes-top-sec4,
.clothes-top-sec5,
.clothes-top-sec6,
.clothes-top-sec7 {
  font-size: 0.625rem;
}
.clothes-top-sec4 .text-box_right,
.clothes-top-sec4 .text-box_left,
.clothes-top-sec5 .text-box_right,
.clothes-top-sec5 .text-box_left,
.clothes-top-sec6 .text-box_right,
.clothes-top-sec6 .text-box_left,
.clothes-top-sec7 .text-box_right,
.clothes-top-sec7 .text-box_left {
  text-align: center;
}
.clothes-top-sec4 .text-box_right .row1,
.clothes-top-sec4 .text-box_left .row1,
.clothes-top-sec5 .text-box_right .row1,
.clothes-top-sec5 .text-box_left .row1,
.clothes-top-sec6 .text-box_right .row1,
.clothes-top-sec6 .text-box_left .row1,
.clothes-top-sec7 .text-box_right .row1,
.clothes-top-sec7 .text-box_left .row1 {
  margin-bottom: 0;
  font-family:
    "Yu Mincho", "MS PMincho", serif, "Yu Mincho", serif,
    "Yu MinchoHiraMinProN-W3", "NewYork", serif, "Yu MinchoHiraMinProN-W3",
    serif;
  letter-spacing: 0.3rem;
}
.clothes-top-sec4 .text-box_right .row2,
.clothes-top-sec4 .text-box_left .row2,
.clothes-top-sec5 .text-box_right .row2,
.clothes-top-sec5 .text-box_left .row2,
.clothes-top-sec6 .text-box_right .row2,
.clothes-top-sec6 .text-box_left .row2,
.clothes-top-sec7 .text-box_right .row2,
.clothes-top-sec7 .text-box_left .row2 {
  margin-bottom: 0;
  font-family:
    "Yu Mincho", "MS PMincho", serif, "Yu Mincho", serif,
    "Yu MinchoHiraMinProN-W3", "NewYork", serif, "Yu MinchoHiraMinProN-W3",
    serif;
  font-size: 1.0625rem;
  font-weight: normal;
  letter-spacing: 0.3rem;
}
.clothes-top-sec4 .text-box_right .row3,
.clothes-top-sec4 .text-box_left .row3,
.clothes-top-sec5 .text-box_right .row3,
.clothes-top-sec5 .text-box_left .row3,
.clothes-top-sec6 .text-box_right .row3,
.clothes-top-sec6 .text-box_left .row3,
.clothes-top-sec7 .text-box_right .row3,
.clothes-top-sec7 .text-box_left .row3 {
  margin-bottom: 0;
  letter-spacing: 0.2rem;
}
.clothes-top-sec4 .text-box_right .ezo-btn__wrapper .btn-motion,
.clothes-top-sec4 .text-box_left .ezo-btn__wrapper .btn-motion,
.clothes-top-sec5 .text-box_right .ezo-btn__wrapper .btn-motion,
.clothes-top-sec5 .text-box_left .ezo-btn__wrapper .btn-motion,
.clothes-top-sec6 .text-box_right .ezo-btn__wrapper .btn-motion,
.clothes-top-sec6 .text-box_left .ezo-btn__wrapper .btn-motion,
.clothes-top-sec7 .text-box_right .ezo-btn__wrapper .btn-motion,
.clothes-top-sec7 .text-box_left .ezo-btn__wrapper .btn-motion {
  line-height: 1.75rem;
  letter-spacing: 0.25rem;
}
.clothes-top-sec4 .text-box_right .ezo-btn__wrapper .btn-motion .btn-text,
.clothes-top-sec4 .text-box_left .ezo-btn__wrapper .btn-motion .btn-text,
.clothes-top-sec5 .text-box_right .ezo-btn__wrapper .btn-motion .btn-text,
.clothes-top-sec5 .text-box_left .ezo-btn__wrapper .btn-motion .btn-text,
.clothes-top-sec6 .text-box_right .ezo-btn__wrapper .btn-motion .btn-text,
.clothes-top-sec6 .text-box_left .ezo-btn__wrapper .btn-motion .btn-text,
.clothes-top-sec7 .text-box_right .ezo-btn__wrapper .btn-motion .btn-text,
.clothes-top-sec7 .text-box_left .ezo-btn__wrapper .btn-motion .btn-text {
  font-size: 0.625rem;
}
@media (min-width: 992px) {
  .clothes-top-sec4 .responsive,
  .clothes-top-sec5 .responsive,
  .clothes-top-sec6 .responsive,
  .clothes-top-sec7 .responsive {
    position: relative;
  }
  .clothes-top-sec4 .text-box_right,
  .clothes-top-sec4 .text-box_left,
  .clothes-top-sec5 .text-box_right,
  .clothes-top-sec5 .text-box_left,
  .clothes-top-sec6 .text-box_right,
  .clothes-top-sec6 .text-box_left,
  .clothes-top-sec7 .text-box_right,
  .clothes-top-sec7 .text-box_left {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
    text-align: center;
    width: 50%;
    position: absolute;
    bottom: 0;
    background-color: #f7f6f4;
  }
  .clothes-top-sec4 .text-box_right .row1,
  .clothes-top-sec4 .text-box_left .row1,
  .clothes-top-sec5 .text-box_right .row1,
  .clothes-top-sec5 .text-box_left .row1,
  .clothes-top-sec6 .text-box_right .row1,
  .clothes-top-sec6 .text-box_left .row1,
  .clothes-top-sec7 .text-box_right .row1,
  .clothes-top-sec7 .text-box_left .row1 {
    font-size: 1.125rem;
    margin-bottom: 0;
    font-family:
      "Yu Mincho", "MS PMincho", serif, "Yu Mincho", serif,
      "Yu MinchoHiraMinProN-W3", "NewYork", serif, "Yu MinchoHiraMinProN-W3",
      serif;
    letter-spacing: 0.3rem;
  }
  .clothes-top-sec4 .text-box_right .row2,
  .clothes-top-sec4 .text-box_left .row2,
  .clothes-top-sec5 .text-box_right .row2,
  .clothes-top-sec5 .text-box_left .row2,
  .clothes-top-sec6 .text-box_right .row2,
  .clothes-top-sec6 .text-box_left .row2,
  .clothes-top-sec7 .text-box_right .row2,
  .clothes-top-sec7 .text-box_left .row2 {
    margin-top: 1rem;
    margin-bottom: 0;
    font-family:
      "Yu Mincho", "MS PMincho", serif, "Yu Mincho", serif,
      "Yu MinchoHiraMinProN-W3", "NewYork", serif, "Yu MinchoHiraMinProN-W3",
      serif;
    font-size: 2rem;
    font-weight: normal;
    letter-spacing: 0.3rem;
  }
  .clothes-top-sec4 .text-box_right .row3,
  .clothes-top-sec4 .text-box_left .row3,
  .clothes-top-sec5 .text-box_right .row3,
  .clothes-top-sec5 .text-box_left .row3,
  .clothes-top-sec6 .text-box_right .row3,
  .clothes-top-sec6 .text-box_left .row3,
  .clothes-top-sec7 .text-box_right .row3,
  .clothes-top-sec7 .text-box_left .row3 {
    margin-top: 2rem;
    font-size: 1rem;
    margin-bottom: 0;
    letter-spacing: 0.2rem;
  }
  .clothes-top-sec4 .text-box_right .ezo-btn__wrapper .btn-motion,
  .clothes-top-sec4 .text-box_left .ezo-btn__wrapper .btn-motion,
  .clothes-top-sec5 .text-box_right .ezo-btn__wrapper .btn-motion,
  .clothes-top-sec5 .text-box_left .ezo-btn__wrapper .btn-motion,
  .clothes-top-sec6 .text-box_right .ezo-btn__wrapper .btn-motion,
  .clothes-top-sec6 .text-box_left .ezo-btn__wrapper .btn-motion,
  .clothes-top-sec7 .text-box_right .ezo-btn__wrapper .btn-motion,
  .clothes-top-sec7 .text-box_left .ezo-btn__wrapper .btn-motion {
    line-height: 2.875rem;
    letter-spacing: 0.25rem;
  }
  .clothes-top-sec4 .text-box_right .ezo-btn__wrapper .btn-motion .btn-text,
  .clothes-top-sec4 .text-box_left .ezo-btn__wrapper .btn-motion .btn-text,
  .clothes-top-sec5 .text-box_right .ezo-btn__wrapper .btn-motion .btn-text,
  .clothes-top-sec5 .text-box_left .ezo-btn__wrapper .btn-motion .btn-text,
  .clothes-top-sec6 .text-box_right .ezo-btn__wrapper .btn-motion .btn-text,
  .clothes-top-sec6 .text-box_left .ezo-btn__wrapper .btn-motion .btn-text,
  .clothes-top-sec7 .text-box_right .ezo-btn__wrapper .btn-motion .btn-text,
  .clothes-top-sec7 .text-box_left .ezo-btn__wrapper .btn-motion .btn-text {
    font-size: 1rem;
  }
  .clothes-top-sec4 .text-box_left,
  .clothes-top-sec5 .text-box_left,
  .clothes-top-sec6 .text-box_left,
  .clothes-top-sec7 .text-box_left {
    left: 0;
  }
  .clothes-top-sec4 .text-box_right,
  .clothes-top-sec5 .text-box_right,
  .clothes-top-sec6 .text-box_right,
  .clothes-top-sec7 .text-box_right {
    right: 0;
  }
}
.clothes-top-sec8 .box {
  position: relative;
  border: 1px solid black;
  text-align: center;
  font-size: 0.625rem;
  padding-top: 1.5rem;
  padding-bottom: 3rem;
}
.clothes-top-sec8 .box .row1 {
  margin-bottom: 0;
  letter-spacing: 0.5rem;
  font-family:
    "Yu Mincho", "MS PMincho", serif, "Yu Mincho", serif,
    "Yu MinchoHiraMinProN-W3", "NewYork", serif, "Yu MinchoHiraMinProN-W3",
    serif;
}
.clothes-top-sec8 .box .row2 {
  margin-bottom: 0;
  font-family:
    "Yu Mincho", "MS PMincho", serif, "Yu Mincho", serif,
    "Yu MinchoHiraMinProN-W3", "NewYork", serif, "Yu MinchoHiraMinProN-W3",
    serif;
  font-size: 1.0625rem;
  font-weight: normal;
  letter-spacing: 0.4rem;
}
.clothes-top-sec8 .box .line {
  font-size: 0.5rem;
  letter-spacing: 0;
  margin-top: 0.625rem;
  margin-bottom: 0.625rem;
}
.clothes-top-sec8 .box .row3 {
  margin-bottom: 0;
  letter-spacing: 0.125rem;
  line-height: 1.1rem;
}
.clothes-top-sec8 .box .img-corner {
  position: absolute;
  width: 42.5%;
  bottom: 0.75rem;
  right: -1.25rem;
}
@media (min-width: 992px) {
  .clothes-top-sec8 .box {
    position: relative;
    border: 1px solid black;
    text-align: center;
    font-size: 1rem;
    padding-top: 4rem;
    padding-bottom: 6rem;
  }
  .clothes-top-sec8 .box .row1 {
    margin-bottom: 0;
    letter-spacing: 0.5rem;
    font-family:
      "Yu Mincho", "MS PMincho", serif, "Yu Mincho", serif,
      "Yu MinchoHiraMinProN-W3", "NewYork", serif, "Yu MinchoHiraMinProN-W3",
      serif;
    font-size: 1.125rem;
  }
  .clothes-top-sec8 .box .row2 {
    margin-top: 1.25rem;
    margin-bottom: 0;
    font-family:
      "Yu Mincho", "MS PMincho", serif, "Yu Mincho", serif,
      "Yu MinchoHiraMinProN-W3", "NewYork", serif, "Yu MinchoHiraMinProN-W3",
      serif;
    font-size: 2rem;
    font-weight: normal;
    letter-spacing: 0.6rem;
  }
  .clothes-top-sec8 .box .line {
    font-size: 0.5rem;
    letter-spacing: 0;
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }
  .clothes-top-sec8 .box .row3 {
    margin-bottom: 0;
    letter-spacing: 0.125rem;
    line-height: 1.5rem;
  }
  .clothes-top-sec8 .box .img-corner {
    position: absolute;
    width: 27.5%;
    bottom: 1.5rem;
    right: -4rem;
  }
}
.clothes-top-sec9 {
  background-color: #f1f1f1;
  margin-top: 3rem;
  padding-top: 3rem;
}
.clothes-top-sec9 .relative {
  position: relative;
}
.clothes-top-sec9 .relative .surface {
  position: absolute;
  bottom: -20%;
  width: 100%;
}
.clothes-top-sec9 .text {
  margin-top: 25%;
  text-align: center;
  font-size: 0.625rem;
  letter-spacing: 0.2rem;
  padding-bottom: 2rem;
}
@media (min-width: 576px) {
  .clothes-top-sec9 .relative .surface {
    bottom: -25%;
  }
}
@media (min-width: 768px) {
  .clothes-top-sec9 .relative .surface {
    bottom: -35%;
  }
  .clothes-top-sec9 .text {
    margin-top: 20%;
  }
}
@media (min-width: 992px) {
  .clothes-top-sec9 {
    margin-top: 6rem;
    padding-top: 6rem;
  }
  .clothes-top-sec9 .relative .surface {
    bottom: -30%;
  }
  .clothes-top-sec9 .text {
    margin-top: 17.5%;
    font-size: 1rem;
    letter-spacing: 0.25rem;
    padding-bottom: 4rem;
  }
}
@media (min-width: 1200px) {
  .clothes-top-sec9 .relative .surface {
    bottom: -35%;
  }
  .clothes-top-sec9 .text {
    margin-top: 15%;
    font-size: 1rem;
    letter-spacing: 0.25rem;
    padding-bottom: 4rem;
  }
}
.clothes-top-sec10 .box {
  padding: 0;
  position: relative;
  height: 100%;
}
.clothes-top-sec10 .box .surface {
  width: 100%;
  position: absolute;
  text-align: center;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  color: white;
  display: flex;
  align-items: middle;
  justify-content: center;
}
.clothes-top-sec10 .box .surface .descriptions {
  margin: auto;
}
.clothes-top-sec10 .box .surface .descriptions h3 {
  font-size: 1rem;
  font-family:
    "Yu Mincho", "MS PMincho", serif, "Yu Mincho", serif,
    "Yu MinchoHiraMinProN-W3", "NewYork", serif, "Yu MinchoHiraMinProN-W3",
    serif;
  font-weight: normal;
  letter-spacing: 0.5rem;
}
.clothes-top-sec10 .box .surface .descriptions p {
  margin-bottom: 0;
  font-size: 0.625rem;
  letter-spacing: 0.125rem;
  line-height: 1.1rem;
}
@media (min-width: 992px) {
  .clothes-top-sec10 {
    margin-top: 5rem;
  }
  .clothes-top-sec10 .box {
    padding: 0;
    position: relative;
    height: 100%;
  }
  .clothes-top-sec10 .box .surface {
    width: 100%;
    position: absolute;
    text-align: center;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    color: white;
    display: flex;
    align-items: middle;
    justify-content: center;
  }
  .clothes-top-sec10 .box .surface .descriptions {
    margin: auto;
  }
  .clothes-top-sec10 .box .surface .descriptions h3 {
    font-size: 2rem;
    font-family:
      "Yu Mincho", "MS PMincho", serif, "Yu Mincho", serif,
      "Yu MinchoHiraMinProN-W3", "NewYork", serif, "Yu MinchoHiraMinProN-W3",
      serif;
    font-weight: normal;
    letter-spacing: 1.25rem;
  }
  .clothes-top-sec10 .box .surface .descriptions p {
    margin-top: 2rem;
    margin-bottom: 0;
    font-size: 1rem;
    letter-spacing: 0.25rem;
    line-height: 1.5rem;
  }
}

/*--=====-----=====-----=====-----=====-----=====-----=====-----=====-----=====----- EnD CLOTHES -----=====-----=====-----=====-----=====-----=====-----=====-----=====-----=====--*/
/*--=====-----=====-----=====-----=====-----=====-----=====-----=====-----=====----- sAt GALLERY STUDIO -----=====-----=====-----=====-----=====-----=====-----=====-----=====-----=====--*/
.gallery-studio-sec1 {
  margin-top: 1rem;
  padding-top: 1.5rem;
}
.gallery-studio-sec1 .discription {
  text-align: center;
  letter-spacing: 0.2rem;
}
.gallery-studio-sec1 .discription p {
  margin-top: 0;
  font-size: 0.5rem;
}
.gallery-studio-sec1 .pankuzu {
  font-size: 0.5625rem;
  letter-spacing: 0.1rem;
  display: flex;
  flex-wrap: wrap;
}
.gallery-studio-sec1 .pankuzu .first {
  margin-bottom: 1rem;
}
.gallery-studio-sec1 .pankuzu .first a {
  text-decoration: none;
  color: #bea59b;
}
.gallery-studio-sec1 .pankuzu .first span {
  margin: 0 0.25rem;
}
.gallery-studio-sec1 .pankuzu .third {
  font-weight: 700;
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .gallery-studio-sec1 {
    margin-top: 2rem;
    padding-top: 1rem;
  }
  .gallery-studio-sec1 .discription {
    margin-top: 0;
    text-align: center;
  }
  .gallery-studio-sec1 .discription p {
    margin-top: 0;
    font-size: 0.875rem;
    letter-spacing: 0.2rem;
  }
  .gallery-studio-sec1 .pankuzu {
    font-size: 0.875rem;
    letter-spacing: 0.1rem;
  }
}
.gallery-studio-sec2 {
  background-color: white;
}
.gallery-studio-sec2 .studio-title {
  padding-top: 2rem;
}
.gallery-studio-sec2 .studio-title .line1 {
  font-size: 0.7rem;
  color: #c0a79c;
  text-align: center;
  font-family:
    "Yu Mincho", "MS PMincho", serif, "Yu Mincho", serif,
    "Yu MinchoHiraMinProN-W3", "NewYork", serif, "Yu MinchoHiraMinProN-W3",
    serif;
  letter-spacing: 0.15rem;
}
.gallery-studio-sec2 .studio-title .category-menu {
  display: flex;
  justify-content: center;
}
.gallery-studio-sec2 .studio-title .category-menu .mr {
  margin-right: 1rem;
}
.gallery-studio-sec2 .studio-title .category-menu .hover {
  font-size: 0.625rem;
  letter-spacing: 0.4rem;
}
.gallery-studio-sec2 .studio-title .category-menu .hover a {
  text-decoration: none;
  color: black;
  position: relative;
  display: inline-block;
  transition: all 0.3s;
}
.gallery-studio-sec2 .studio-title .category-menu .hover a::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: -2px;
  left: -4px;
  background-color: black;
  transform: scale(0, 1);
  transform-origin: center top;
  transition: all 0.3s;
}
.gallery-studio-sec2 .studio-title .category-menu .hover a:hover {
  color: black;
}
.gallery-studio-sec2 .studio-title .category-menu .hover a:hover::after {
  transform: scale(1, 1);
  background-color: black;
}
.gallery-studio-sec2 .studio-title .category-menu .active {
  font-size: 0.625rem;
  letter-spacing: 0.4rem;
}
.gallery-studio-sec2 .studio-title .category-menu .active a {
  text-decoration: none;
  color: black;
  position: relative;
  display: inline-block;
}
.gallery-studio-sec2 .studio-title .category-menu .active a::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: -2px;
  left: -4px;
  background-color: black;
}
.gallery-studio-sec2 .studio-type {
  text-align: center;
  margin: 1rem;
  letter-spacing: 0.2rem;
}
.gallery-studio-sec2 .studio-type .row1 {
  font-family:
    "Yu Mincho", "MS PMincho", serif, "Yu Mincho", serif,
    "Yu MinchoHiraMinProN-W3", "NewYork", serif, "Yu MinchoHiraMinProN-W3",
    serif;
  display: inline-block;
  font-size: 0.9rem;
  margin-bottom: 0;
  font-weight: bold;
  background: linear-gradient(transparent 50%, #f7f6f4 50%);
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
.gallery-studio-sec2 .introduction {
  text-align: center;
  font-size: 0.7rem;
}
@media (min-width: 992px) {
  .gallery-studio-sec2 {
    background-color: white;
  }
  .gallery-studio-sec2 .studio-title {
    padding-top: 2rem;
  }
  .gallery-studio-sec2 .studio-title .line1 {
    font-size: 1rem;
    color: #c0a79c;
    text-align: center;
    font-family: sans-serif;
    letter-spacing: 0.5rem;
  }
  .gallery-studio-sec2 .studio-title .category-menu {
    color: black;
    font-family:
      "Yu Mincho", "MS PMincho", serif, "Yu Mincho", serif,
      "Yu MinchoHiraMinProN-W3", "NewYork", serif, "Yu MinchoHiraMinProN-W3",
      serif;
    letter-spacing: 1rem;
    text-align: center;
  }
  .gallery-studio-sec2 .studio-title .category-menu .active {
    font-size: 1.125rem;
    letter-spacing: 0.75rem;
  }
  .gallery-studio-sec2 .studio-title .category-menu .active a::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    bottom: -2px;
    left: -4px;
    background-color: black;
  }
  .gallery-studio-sec2 .studio-title .category-menu .mr {
    margin-right: 4.5rem;
  }
  .gallery-studio-sec2 .studio-title .category-menu .hover {
    font-size: 1.125rem;
    letter-spacing: 0.75rem;
  }
  .gallery-studio-sec2 .studio-title .category-menu .hover a {
    text-decoration: none;
    position: relative;
    display: inline-block;
    transition: all 0.3s;
  }
  .gallery-studio-sec2 .studio-title .category-menu .hover a::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    bottom: -2px;
    left: -4px;
    transform: scale(0, 1);
    transform-origin: center top;
    transition: all 0.3s;
  }
  .gallery-studio-sec2 .studio-type {
    font-family:
      "Yu Mincho", "MS PMincho", serif, "Yu Mincho", serif,
      "Yu MinchoHiraMinProN-W3", "NewYork", serif, "Yu MinchoHiraMinProN-W3",
      serif;
    text-align: center;
    margin: 1rem;
    letter-spacing: 0.4rem;
  }
  .gallery-studio-sec2 .studio-type .row1 {
    display: inline-block;
    font-size: 1.5rem;
    margin-bottom: 0;
    font-weight: bold;
    background: linear-gradient(transparent 50%, #f7f6f4 50%);
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .gallery-studio-sec2 .introduction {
    text-align: center;
    font-size: 0.9rem;
  }
}

/*--=====-----=====-----=====-----=====-----=====-----=====-----=====-----=====----- EnD GALLERY STUDIO -----=====-----=====-----=====-----=====-----=====-----=====-----=====-----=====--*/
/*--=====-----=====-----=====-----=====-----=====-----=====-----=====-----=====----- sAt GALLERY LOCATION -----=====-----=====-----=====-----=====-----=====-----=====-----=====-----=====--*/
.gallery-location-sec1 {
  margin-top: 1rem;
  padding-top: 1.5rem;
}
.gallery-location-sec1 .pankuzu {
  font-size: 0.5625rem;
  letter-spacing: 0.1rem;
  display: flex;
  flex-wrap: wrap;
}
.gallery-location-sec1 .pankuzu .first {
  margin-bottom: 1rem;
}
.gallery-location-sec1 .pankuzu .first a {
  text-decoration: none;
  color: #bea59b;
}
.gallery-location-sec1 .pankuzu .first span {
  margin: 0 0.25rem;
}
.gallery-location-sec1 .pankuzu .third {
  font-weight: 700;
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .gallery-location-sec1 {
    margin-top: 2rem;
    padding-top: 5rem;
  }
  .gallery-location-sec1 .pankuzu {
    font-size: 0.875rem;
    letter-spacing: 0.1rem;
  }
}
.gallery-location-sec2 {
  background-color: white;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.gallery-location-sec2 .location {
  padding-right: 0.25rem;
  padding-left: 0.25rem;
}
.gallery-location-sec2 .location a {
  text-decoration: none;
  color: black;
  text-align: center;
  font-size: 0.5rem;
  font-family:
    "Yu Mincho", "MS PMincho", serif, "Yu Mincho", serif,
    "Yu MinchoHiraMinProN-W3", "NewYork", serif, "Yu MinchoHiraMinProN-W3",
    serif;
}
.gallery-location-sec2 .location a .zoom-wrapper {
  width: 100%;
  height: auto;
  overflow: hidden;
  position: relative;
}
.gallery-location-sec2 .location a .zoom-wrapper .plus-row,
.gallery-location-sec2 .location a .zoom-wrapper .plus-col {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
}
.gallery-location-sec2 .location a .zoom-wrapper .plus-row::before {
  content: "";
  margin: auto;
  width: 1.375rem;
  height: 1px;
  background-color: white;
  transform: scale(0, 1);
  transform-origin: center center;
  transition: transform 0.5s;
}
.gallery-location-sec2 .location a .zoom-wrapper .plus-col::before {
  content: "";
  margin: auto;
  width: 1px;
  height: 1.375rem;
  background-color: white;
  transform: scale(1, 0);
  transform-origin: center center;
  transition: transform 0.5s;
}
.gallery-location-sec2 .location a p {
  margin-top: 0.5rem;
  margin-bottom: 0.875rem;
}
.gallery-location-sec2 .location a img {
  transition: all 1s;
}
.gallery-location-sec2 .location a:hover img {
  transform: scale(1.2, 1.2);
  transition: all 1s;
  filter: brightness(80%);
}
.gallery-location-sec2 .location a:hover .plus-row::before {
  transform: scale(1, 1);
}
.gallery-location-sec2 .location a:hover .plus-col::before {
  transform: scale(1, 1);
}
@media (min-width: 992px) {
  .gallery-location-sec2 {
    padding-top: 5rem;
    background-color: white;
    padding-bottom: 5rem;
  }
  .gallery-location-sec2 .location {
    padding-right: 0.75rem;
    padding-left: 0.75rem;
  }
  .gallery-location-sec2 .location a {
    text-decoration: none;
    color: black;
    text-align: center;
    font-size: 1.125rem;
    font-family:
      "Yu Mincho", "MS PMincho", serif, "Yu Mincho", serif,
      "Yu MinchoHiraMinProN-W3", "NewYork", serif, "Yu MinchoHiraMinProN-W3",
      serif;
  }
  .gallery-location-sec2 .location a p {
    margin-top: 1.25rem;
    margin-bottom: 3.75rem;
  }
  .gallery-location-sec2 .location a .zoom-wrapper .plus-row::before {
    width: 3.5rem;
    height: 2px;
  }
  .gallery-location-sec2 .location a .zoom-wrapper .plus-col::before {
    width: 2px;
    height: 3.5rem;
  }
}

/*--=====-----=====-----=====-----=====-----=====-----=====-----=====-----=====----- EnD GALLERY LOCATION -----=====-----=====-----=====-----=====-----=====-----=====-----=====-----=====--*/
/*--=====-----=====-----=====-----=====-----=====-----=====-----=====-----=====----- sAt GALLERY LOCATION TEMPLATE-----=====-----=====-----=====-----=====-----=====-----=====-----=====-----=====--*/
.location-template-top {
  margin-top: 1rem;
}
.location-template-top .pankuzu {
  font-size: 0.5625rem;
  letter-spacing: 0.1rem;
  display: flex;
  flex-wrap: wrap;
}
.location-template-top .pankuzu .first a,
.location-template-top .pankuzu .second a {
  text-decoration: none;
  color: #bea59b;
}
.location-template-top .pankuzu .first span,
.location-template-top .pankuzu .second span {
  margin: 0 0.25rem;
}
.location-template-top .pankuzu .third {
  font-weight: 700;
}
@media (min-width: 992px) {
  .location-template-top {
    margin-top: 3rem;
  }
  .location-template-top .pankuzu {
    font-size: 0.875rem;
    letter-spacing: 0.1rem;
  }
}
.location-template-sec1 {
  padding-top: 3rem;
  background-color: #fff;
}
.location-template-sec1 .location-title p {
  font-size: 0.5rem;
  letter-spacing: 0.25rem;
  text-align: center;
  color: #bea59b;
}
.location-template-sec1 .location-title p .title {
  display: block;
  font-size: 0.875rem;
  color: black;
  font-family:
    "Yu Mincho", "MS PMincho", serif, "Yu Mincho", serif,
    "Yu MinchoHiraMinProN-W3", "NewYork", serif, "Yu MinchoHiraMinProN-W3",
    serif;
  letter-spacing: 0.5rem;
}
.location-template-sec1 .location-title p .line1 {
  margin-left: -4.5rem;
  color: #bea59b;
}
.location-template-sec1 .location-title p .line2 {
  margin-left: -4.5rem;
  margin: auto;
  color: #bea59b;
}
@media (min-width: 992px) {
  .location-template-sec1 {
    padding-top: 5rem;
  }
  .location-template-sec1 .location-title p {
    font-size: 1.125rem;
    letter-spacing: 0.25rem;
    text-align: left;
    color: #bea59b;
  }
  .location-template-sec1 .location-title p .title {
    display: block;
    font-size: 2rem;
    color: black;
    font-family:
      "Yu Mincho", "MS PMincho", serif, "Yu Mincho", serif,
      "Yu MinchoHiraMinProN-W3", "NewYork", serif, "Yu MinchoHiraMinProN-W3",
      serif;
    letter-spacing: 0.5rem;
  }
  .location-template-sec1 .location-title p .line1 {
    margin-left: 0;
    color: #bea59b;
  }
  .location-template-sec1 .location-title .discription p {
    font-size: 1rem;
    color: black;
  }
  .location-template-sec1 .mt {
    margin-top: 4rem;
  }
}
.location-template-sec2 {
  padding-top: 1.25rem;
  background-color: #fff;
}
.location-template-sec2 .left-comp {
  margin-top: 0.5rem;
  font-size: 0.5rem;
  letter-spacing: 0.05rem;
  font-family:
    "Yu Mincho", "MS PMincho", serif, "Yu Mincho", serif,
    "Yu MinchoHiraMinProN-W3", "NewYork", serif, "Yu MinchoHiraMinProN-W3",
    serif;
}
.location-template-sec2 .left-comp p {
  margin-bottom: 0.05rem;
}
.location-template-sec2 .left-comp .row2 {
  margin-left: 1rem;
}
@media (min-width: 992px) {
  .location-template-sec2 {
    padding-top: 4.5rem;
  }
  .location-template-sec2 .left-comp {
    margin-top: 3rem;
    font-size: 1.125rem;
    letter-spacing: 0.5rem;
  }
  .location-template-sec2 .left-comp p {
    margin-bottom: 0.5rem;
  }
  .location-template-sec2 .left-comp .row2 {
    margin-left: 2rem;
  }
}
.location-template-sec3 {
  padding-top: 3rem;
  background-color: #fff;
}
@media (min-width: 992px) {
  .location-template-sec3 {
    padding-top: 9.5rem;
  }
}
.location-template-sec4 {
  padding-top: 3rem;
  background-color: #fff;
}
.location-template-sec4 .relative {
  position: relative;
}
.location-template-sec4 .relative .left-comp {
  position: absolute;
  bottom: 10%;
  font-size: 0.5rem;
  letter-spacing: 0.05rem;
  font-family:
    "Yu Mincho", "MS PMincho", serif, "Yu Mincho", serif,
    "Yu MinchoHiraMinProN-W3", "NewYork", serif, "Yu MinchoHiraMinProN-W3",
    serif;
}
.location-template-sec4 .relative .left-comp p {
  margin-bottom: 0.05rem;
}
.location-template-sec4 .relative .left-comp .row2 {
  margin-left: 0.5rem;
}
.location-template-sec4 .relative .left-comp .row3 {
  margin-left: 1rem;
}
@media (min-width: 992px) {
  .location-template-sec4 {
    padding-top: 6.5rem;
  }
  .location-template-sec4 .relative .left-comp {
    position: absolute;
    bottom: 20%;
    font-size: 1.125rem;
    letter-spacing: 0.5rem;
    font-family:
      "Yu Mincho", "MS PMincho", serif, "Yu Mincho", serif,
      "Yu MinchoHiraMinProN-W3", "NewYork", serif, "Yu MinchoHiraMinProN-W3",
      serif;
  }
  .location-template-sec4 .relative .left-comp p {
    margin-bottom: 0.5rem;
  }
  .location-template-sec4 .relative .left-comp .row2 {
    margin-left: 2rem;
  }
  .location-template-sec4 .relative .left-comp .row3 {
    margin-left: 3rem;
  }
}
.location-template-sec5 {
  padding-top: 3rem;
  background-color: #fff;
}
@media (min-width: 992px) {
  .location-template-sec5 {
    padding-top: 9.5rem;
  }
}
.location-template-sec6 {
  padding-top: 1.25rem;
  background-color: #fff;
}
.location-template-sec6 .left-comp {
  padding-top: 3rem;
  padding-left: 2.75rem;
}
.location-template-sec6 .right-comp {
  font-size: 0.5rem;
  letter-spacing: 0.05rem;
  font-family:
    "Yu Mincho", "MS PMincho", serif, "Yu Mincho", serif,
    "Yu MinchoHiraMinProN-W3", "NewYork", serif, "Yu MinchoHiraMinProN-W3",
    serif;
}
.location-template-sec6 .right-comp p {
  margin-bottom: 0.05rem;
}
.location-template-sec6 .right-comp .row1 {
  margin-top: 1.5rem;
}
.location-template-sec6 .right-comp .row2 {
  margin-left: 0.4rem;
}
@media (min-width: 992px) {
  .location-template-sec6 {
    padding-top: 4.5rem;
  }
  .location-template-sec6 .left-comp {
    padding-top: 9rem;
    padding-left: 6rem;
    padding-right: 2rem;
  }
  .location-template-sec6 .right-comp {
    font-size: 1.125rem;
    letter-spacing: 0.5rem;
    font-family:
      "Yu Mincho", "MS PMincho", serif, "Yu Mincho", serif,
      "Yu MinchoHiraMinProN-W3", "NewYork", serif, "Yu MinchoHiraMinProN-W3",
      serif;
  }
  .location-template-sec6 .right-comp p {
    margin-bottom: 0.5rem;
  }
  .location-template-sec6 .right-comp .row1 {
    margin-top: 4rem;
  }
  .location-template-sec6 .right-comp .row2 {
    margin-left: 2rem;
  }
}
.location-template-sec7 {
  padding-top: 3rem;
  font-size: 0.5rem;
  letter-spacing: 0.05rem;
  font-family:
    "Yu Mincho", "MS PMincho", serif, "Yu Mincho", serif,
    "Yu MinchoHiraMinProN-W3", "NewYork", serif, "Yu MinchoHiraMinProN-W3",
    serif;
  background-color: #fff;
}
.location-template-sec7 p {
  text-align: center;
  margin-top: 1rem;
  margin-bottom: 0.05rem;
}
@media (min-width: 992px) {
  .location-template-sec7 {
    padding-top: 9.5rem;
    font-size: 1.125rem;
    letter-spacing: 0.5rem;
  }
  .location-template-sec7 p {
    margin-top: 3rem;
    margin-bottom: 0.05rem;
  }
}
.location-template-sec8 {
  padding-top: 3rem;
  background-color: #fff;
}
@media (min-width: 992px) {
  .location-template-sec8 {
    padding-top: 9.5rem;
    padding-bottom: 7.5rem;
  }
}

/*--=====-----=====-----=====-----=====-----=====-----=====-----=====-----=====----- EnD GALLERY LOCATION TEMPLATE-----=====-----=====-----=====-----=====-----=====-----=====-----=====-----=====--*/
/*--=====-----=====-----=====-----=====-----=====-----=====-----=====-----=====----- sAt PLAN TOP-----=====-----=====-----=====-----=====-----=====-----=====-----=====-----=====--*/
.plan-top-sec1 {
  margin-top: 1rem;
}
.plan-top-sec1 .phone-size {
  display: flex;
}
.plan-top-sec1 .phone-size .plan_img-wrapper {
  position: relative;
  width: 50%;
  padding-top: 50%;
  overflow: auto;
}
.plan-top-sec1 .phone-size .plan_img-wrapper .plan_img {
  position: absolute;
  top: 0;
  right: 0;
  width: 95%;
  height: auto;
  border: none;
  display: block;
  transition: 0.5s;
}
.plan-top-sec1 .phone-size .plan_img-wrapper .plan_img:hover {
  opacity: 0;
}
@media (min-width: 992px) {
  .plan-top-sec1 {
    margin-top: 3rem;
  }
  .plan-top-sec1 .pc-size {
    display: flex;
    flex-wrap: wrap;
  }
  .plan-top-sec1 .pc-size .studio {
    width: 100%;
    position: relative;
  }
  .plan-top-sec1 .pc-size .location {
    width: 100%;
    position: relative;
  }
  .plan-top-sec1 .pc-size .surface-right,
  .plan-top-sec1 .pc-size .surface-left {
    position: absolute;
    width: 37.5%;
    height: 100%;
    top: 0;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    background-color: white;
    opacity: 0.8;
  }
  .plan-top-sec1 .pc-size .surface-right .box,
  .plan-top-sec1 .pc-size .surface-left .box {
    width: 100%;
    margin: auto;
    color: black;
    font-family:
      "Yu Mincho", "MS PMincho", serif, "Yu Mincho", serif,
      "Yu MinchoHiraMinProN-W3", "NewYork", serif, "Yu MinchoHiraMinProN-W3",
      serif;
  }
  .plan-top-sec1 .pc-size .surface-right .box .row1,
  .plan-top-sec1 .pc-size .surface-right .box .row2,
  .plan-top-sec1 .pc-size .surface-left .box .row1,
  .plan-top-sec1 .pc-size .surface-left .box .row2 {
    font-size: 2.25rem;
    letter-spacing: 0.5rem;
    margin-bottom: 0;
  }
  .plan-top-sec1 .pc-size .surface-right .box .row3,
  .plan-top-sec1 .pc-size .surface-left .box .row3 {
    font-size: 1rem;
    margin-top: 1rem;
    margin-bottom: 0;
  }
  .plan-top-sec1 .pc-size .surface-right .box .ezo-btn__wrapper,
  .plan-top-sec1 .pc-size .surface-left .box .ezo-btn__wrapper {
    width: 55%;
    margin-top: 1rem;
    margin-right: auto;
    margin-left: auto;
  }
  .plan-top-sec1 .pc-size .surface-right {
    right: 0;
  }
  .plan-top-sec1 .pc-size .surface-left {
    left: 0;
  }
}

/*--=====-----=====-----=====-----=====-----=====-----=====-----=====-----=====----- EnD PLAN TOP-----=====-----=====-----=====-----=====-----=====-----=====-----=====-----=====--*/
/*--=====-----=====-----=====-----=====-----=====-----=====-----=====-----=====----- sAt PLAN STUDIO-----=====-----=====-----=====-----=====-----=====-----=====-----=====-----=====--*/
.plan-studio-sec0 {
  margin-bottom: 2rem;
}
.plan-studio-sec0 img {
  margin: auto;
}
@media (min-width: 992px) {
  .plan-studio-sec0 {
    margin-bottom: 0;
  }
}
.plan-studio-sec2 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.plan-studio-sec2 .bg-white {
  background-color: white;
  padding-top: 0.1rem;
  padding-bottom: 0.1rem;
}
.plan-studio-sec2 .bg-white .inbox {
  margin: 1rem;
  border: solid 1px #87753b;
}
.plan-studio-sec2 .bg-white .inbox .plan-name {
  font-family:
    "Yu Mincho", "MS PMincho", serif, "Yu Mincho", serif,
    "Yu MinchoHiraMinProN-W3", "NewYork", serif, "Yu MinchoHiraMinProN-W3",
    serif;
  text-align: center;
  margin-top: 1rem;
}
.plan-studio-sec2 .bg-white .inbox .plan-name .title {
  font-size: 0.9375rem;
  letter-spacing: 0.25rem;
  font-weight: 700;
  margin-bottom: 0.25rem;
}
.plan-studio-sec2 .bg-white .inbox .plan-name .subtitle {
  font-size: 0.625rem;
  letter-spacing: 0.15rem;
  margin-bottom: 1rem;
}
.plan-studio-sec2 .bg-white .inbox .plan-name .line {
  background-color: black;
  height: 1px;
}
.plan-studio-sec2 .bg-white .inbox .price {
  margin-top: 0.75rem;
  text-align: center;
  color: #ab5241;
  letter-spacing: 0.15rem;
}
.plan-studio-sec2 .bg-white .inbox .price .main-price {
  margin-bottom: 0;
  font-size: 1.375rem;
  font-family:
    "Yu Mincho", "MS PMincho", serif, "Yu Mincho", serif,
    "Yu MinchoHiraMinProN-W3", "NewYork", serif, "Yu MinchoHiraMinProN-W3",
    serif;
  font-weight: bold;
}
.plan-studio-sec2 .bg-white .inbox .price .main-price span {
  margin-left: 0.5rem;
  font-size: 0.5625rem;
  letter-spacing: 0;
}
.plan-studio-sec2 .bg-white .inbox .price .note-price {
  font-size: 0.5rem;
  letter-spacing: 0.05rem;
}
.plan-studio-sec2 .bg-white .inbox .plan-name2 {
  font-family:
    "Yu Mincho", "MS PMincho", serif, "Yu Mincho", serif,
    "Yu MinchoHiraMinProN-W3", "NewYork", serif, "Yu MinchoHiraMinProN-W3",
    serif;
  text-align: center;
}
.plan-studio-sec2 .bg-white .inbox .plan-name2 .row1 {
  display: inline-block;
  font-size: 0.75rem;
  margin-bottom: 0;
  font-weight: bold;
  background: linear-gradient(transparent 50%, #f7f6f4 50%);
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
.plan-studio-sec2 .bg-white .inbox .intro {
  margin-top: 0.75rem;
  text-align: center;
  font-size: 0.5625rem;
  letter-spacing: 0.1rem;
}
.plan-studio-sec2 .bg-white .inbox .intro p {
  margin-bottom: 0;
}
.plan-studio-sec2 .bg-white .inbox .select {
  /* margin: 1.5rem;　20220112削除 */
  text-align: center;
  /* border: 3px solid #f7f6f4; 20220112削除 */
  padding: 1.5rem 0.5rem;
}
.plan-studio-sec2 .bg-white .inbox .select .box {
  background-color: #988675;
  margin-top: 0;
  margin-right: 0.8rem;
  margin-bottom: 0;
  margin-left: 0.8rem;
}
.plan-studio-sec2 .bg-white .inbox .select .box p {
  color: #fff;
  font-size: 0.7rem;
  padding: 0.25rem 0.5rem;
  letter-spacing: 0.15rem;
}
.plan-studio-sec2 .bg-white .inbox .select .categories {
  justify-content: center;
}
.plan-studio-sec2 .bg-white .inbox .select .categories p {
  font-size: 0.6rem;
  margin: 0;
}
@media (min-width: 992px) {
  .plan-studio-sec2 .bg-white .inbox {
    padding-top: 4.75rem;
    padding-bottom: 4.75rem;
    padding-right: 3.75rem;
    padding-left: 3.75rem;
  }
  .plan-studio-sec2 .bg-white .inbox .plan-name .title {
    font-size: 1.5rem;
    letter-spacing: 0.35rem;
  }
  .plan-studio-sec2 .bg-white .inbox .plan-name .subtitle {
    font-size: 1.0625rem;
  }
  .plan-studio-sec2 .bg-white .inbox .plan-name2 {
    font-family:
      "Yu Mincho", "MS PMincho", serif, "Yu Mincho", serif,
      "Yu MinchoHiraMinProN-W3", "NewYork", serif, "Yu MinchoHiraMinProN-W3",
      serif;
    text-align: center;
  }
  .plan-studio-sec2 .bg-white .inbox .plan-name2 .row1 {
    display: inline-block;
    font-size: 1.1rem;
    margin-bottom: 0;
    font-weight: bold;
    background: linear-gradient(transparent 50%, #f7f6f4 50%);
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .plan-studio-sec2 .bg-white .inbox .price .main-price {
    font-size: 2rem;
  }
  .plan-studio-sec2 .bg-white .inbox .price .main-price span {
    font-size: 0.9375rem;
  }
  .plan-studio-sec2 .bg-white .inbox .price .main-price2 {
    font-size: 2rem;
    -webkit-text-decoration-line: line-through;
    text-decoration-line: line-through;
  }
  .plan-studio-sec2 .bg-white .inbox .price .main-price2 span {
    font-size: 0.9375rem;
  }
  .plan-studio-sec2 .bg-white .inbox .price .note-price {
    font-size: 0.8rem;
    height: 100%;
  }
  .plan-studio-sec2 .bg-white .inbox .price .note-price span {
    bottom: 20%;
  }
  .plan-studio-sec2 .bg-white .inbox .intro {
    font-size: 0.9375rem;
  }
  .plan-studio-sec2 .bg-white .inbox .select {
    text-align: center;
    /* border: 3px solid #f7f6f4; 20220112削除 */
    padding: 2rem;
  }
  .plan-studio-sec2 .bg-white .inbox .select .box {
    background-color: #988675;
    margin-top: 0;
    margin-right: 8rem;
    margin-bottom: 0;
    margin-left: 8rem;
  }
  .plan-studio-sec2 .bg-white .inbox .select .box p {
    color: #fff;
    font-size: 0.875rem;
    padding: 0.25rem 0.5rem;
    letter-spacing: 0.15rem;
  }
  .plan-studio-sec2 .bg-white .inbox .select .categories {
    justify-content: center;
  }
  .plan-studio-sec2 .bg-white .inbox .select .categories p {
    font-size: 1rem;
    margin: 0;
  }
}
@media (min-width: 1200px) {
  .plan-studio-sec2 .bg-white .inbox .price .main-price {
    font-size: 2.8rem;
  }
  .plan-studio-sec2 .bg-white .inbox .price .note-price {
    font-size: 0.9375rem;
  }
  .plan-studio-sec2 .bg-white .inbox .plan-name .title {
    font-size: 1.875rem;
  }
  .plan-studio-sec2 .bg-white .inbox .plan-name2 {
    font-family:
      "Yu Mincho", "MS PMincho", serif, "Yu Mincho", serif,
      "Yu MinchoHiraMinProN-W3", "NewYork", serif, "Yu MinchoHiraMinProN-W3",
      serif;
    text-align: center;
  }
  .plan-studio-sec2 .bg-white .inbox .plan-name2 .row1 {
    display: inline-block;
    font-size: 1.1rem;
    margin-bottom: 0;
    font-weight: bold;
    background: linear-gradient(transparent 50%, #f7f6f4 50%);
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .plan-studio-sec2 .bg-white .inbox .select {
    text-align: center;
    /* border: 3px solid #f7f6f4; */
    padding: 2rem;
  }
  .plan-studio-sec2 .bg-white .inbox .select .box {
    background-color: #988675;
    margin-top: 0;
    margin-right: 10rem;
    margin-bottom: 0;
    margin-left: 10rem;
  }
  .plan-studio-sec2 .bg-white .inbox .select .box p {
    color: #fff;
    font-size: 0.875rem;
    padding: 0.5rem 1.25rem;
    letter-spacing: 0.15rem;
  }
  .plan-studio-sec2 .bg-white .inbox .categories p {
    font-size: 1rem;
    margin: 0;
  }
}
.plan-studio-sec3 {
  font-size: 0.5rem;
  text-align: center;
}
@media (min-width: 992px) {
  .plan-studio-sec3 {
    font-size: 0.875rem;
    text-align: center;
  }
}
.plan-studio-sec4 {
  margin-top: 4rem;
}
.plan-studio-sec4 .title p {
  text-align: center;
  font-size: 1rem;
  font-family:
    "Yu Mincho", "MS PMincho", serif, "Yu Mincho", serif,
    "Yu MinchoHiraMinProN-W3", "NewYork", serif, "Yu MinchoHiraMinProN-W3",
    serif;
  letter-spacing: 0.5rem;
  margin-bottom: 0.25rem;
}
.plan-studio-sec4 .tables {
  margin-top: 1.5rem;
}
.plan-studio-sec4 .tables .head {
  font-size: 0.75rem;
  margin-bottom: 0.25rem;
  letter-spacing: 0.15rem;
  font-family:
    "Yu Mincho", "MS PMincho", serif, "Yu Mincho", serif,
    "Yu MinchoHiraMinProN-W3", "NewYork", serif, "Yu MinchoHiraMinProN-W3",
    serif;
}
.plan-studio-sec4 .tables .table-row {
  border-top: 1px solid black;
  border-left: 1px solid black;
  border-right: 1px solid black;
  font-size: 0.625rem;
  letter-spacing: 0.05rem;
}
.plan-studio-sec4 .tables .table-row:last-child {
  border-bottom: 1px solid black;
}
.plan-studio-sec4 .tables .table-row .right,
.plan-studio-sec4 .tables .table-row .left,
.plan-studio-sec4 .tables .table-row .right-switch,
.plan-studio-sec4 .tables .table-row .left-switch {
  padding: 1rem;
}
.plan-studio-sec4 .tables .table-row .left {
  border-right: 1px solid black;
}
.plan-studio-sec4 .tables .table-row .left-switch {
  margin: auto;
}
.plan-studio-sec4 .tables .table-row .right {
  text-align: right;
  margin: auto;
}
.plan-studio-sec4 .tables .table-row .right span {
  font-size: 0.5rem;
}
.plan-studio-sec4 .tables .table-row .right-switch {
  border-left: 1px solid black;
  text-align: right;
}
@media (min-width: 992px) {
  .plan-studio-sec4 {
    margin-top: 11rem;
  }
  .plan-studio-sec4 .title p {
    font-size: 2rem;
    letter-spacing: 1.25rem;
  }
  .plan-studio-sec4 .tables {
    margin-top: 4rem;
  }
  .plan-studio-sec4 .tables .head {
    font-size: 1.125rem;
  }
  .plan-studio-sec4 .tables .table-row {
    font-size: 0.85rem;
  }
}
.plan-studio-sec16 {
  margin-top: 1rem;
  margin-bottom: 0;
  text-align: center;
}
.plan-studio-sec16 p {
  font-family:
    "Yu Mincho", "MS PMincho", serif, "Yu Mincho", serif,
    "Yu MinchoHiraMinProN-W3", "NewYork", serif, "Yu MinchoHiraMinProN-W3",
    serif;
  font-size: 0.75rem;
  letter-spacing: 0.2rem;
  font-weight: bold;
}
@media (min-width: 992px) {
  .plan-studio-sec16 {
    margin-top: 0rem;
    margin-bottom: 0;
  }
  .plan-studio-sec16 p {
    font-size: 1rem;
    letter-spacing: 0.2rem;
  }
}

/*--=====-----=====-----=====-----=====-----=====-----=====-----=====-----=====----- EnD PLAN STUDIO-----=====-----=====-----=====-----=====-----=====-----=====-----=====-----=====--*/
/*--=====-----=====-----=====-----=====-----=====-----=====-----=====-----=====----- sAt PLAN LOCATION-----=====-----=====-----=====-----=====-----=====-----=====-----=====-----=====--*/
.plan-location-sec2 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.plan-location-sec2 .bg-white {
  background-color: white;
  padding-top: 0.1rem;
  padding-bottom: 0.1rem;
}
.plan-location-sec2 .bg-white .inbox {
  margin: 1rem;
  border: solid 1px #87753b;
}
.plan-location-sec2 .bg-white .inbox .plan-name {
  font-family:
    "Yu Mincho", "MS PMincho", serif, "Yu Mincho", serif,
    "Yu MinchoHiraMinProN-W3", "NewYork", serif, "Yu MinchoHiraMinProN-W3",
    serif;
  text-align: center;
  margin-top: 1rem;
}
.plan-location-sec2 .bg-white .inbox .plan-name .limit {
  color: #87753b;
  letter-spacing: 0.25rem;
  font-size: 0.625rem;
  font-weight: bold;
}
.plan-location-sec2 .bg-white .inbox .plan-name .title {
  font-size: 0.9375rem;
  letter-spacing: 0.25rem;
  font-weight: 700;
  margin-bottom: 0.25rem;
}
.plan-location-sec2 .bg-white .inbox .plan-name .subtitle {
  font-size: 0.625rem;
  letter-spacing: 0.15rem;
  margin-bottom: 1rem;
}
.plan-location-sec2 .bg-white .inbox .plan-name .line {
  background-color: black;
  height: 1px;
}
.plan-location-sec2 .bg-white .inbox .price {
  margin-top: 0.75rem;
  text-align: center;
  color: #ab5241;
  letter-spacing: 0.15rem;
}
.plan-location-sec2 .bg-white .inbox .price .main-price_arrow {
  margin-bottom: 0;
  font-size: 1.375rem;
  font-family:
    "Yu Mincho", "MS PMincho", serif, "Yu Mincho", serif,
    "Yu MinchoHiraMinProN-W3", "NewYork", serif, "Yu MinchoHiraMinProN-W3",
    serif;
  font-weight: bold;
  line-height: 1;
}
.plan-location-sec2 .bg-white .inbox .price .main-price {
  margin-bottom: 0;
  font-size: 1.375rem;
  font-family:
    "Yu Mincho", "MS PMincho", serif, "Yu Mincho", serif,
    "Yu MinchoHiraMinProN-W3", "NewYork", serif, "Yu MinchoHiraMinProN-W3",
    serif;
  font-weight: bold;
}
.plan-location-sec2 .bg-white .inbox .price .main-price span {
  margin-left: 0.5rem;
  font-size: 0.5625rem;
  letter-spacing: 0;
}
.plan-location-sec2 .bg-white .inbox .price .note-price {
  font-size: 0.5rem;
  letter-spacing: 0.05rem;
}
.plan-location-sec2 .bg-white .inbox .plan-name2 {
  font-family:
    "Yu Mincho", "MS PMincho", serif, "Yu Mincho", serif,
    "Yu MinchoHiraMinProN-W3", "NewYork", serif, "Yu MinchoHiraMinProN-W3",
    serif;
  text-align: center;
}
.plan-location-sec2 .bg-white .inbox .plan-name2 .row1 {
  display: inline-block;
  font-size: 0.75rem;
  margin-bottom: 0;
  font-weight: bold;
  background: linear-gradient(transparent 50%, #f7f6f4 50%);
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
.plan-location-sec2 .bg-white .inbox .intro {
  margin-top: 0.75rem;
  text-align: center;
  font-size: 0.5625rem;
  letter-spacing: 0.1rem;
}
.plan-location-sec2 .bg-white .inbox .intro p {
  margin-bottom: 0;
}
.plan-location-sec2 .bg-white .inbox .intro .mb-2 {
  font-size: 0.7rem;
}
.plan-location-sec2 .bg-white .inbox .intro .place {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: auto;
}
.plan-location-sec2 .bg-white .inbox .intro .place p {
  font-size: 0.75rem;
  padding: 0.5rem;
  border: solid 1px black;
  letter-spacing: 0.025rem;
  margin-right: 0.5rem;
  margin-bottom: 0.5rem;
}
.plan-location-sec2 .bg-white .inbox .select {
  /* margin: 1.5rem;　20220112削除 */
  text-align: center;
  /* border: 3px solid #f7f6f4;　20220112削除 */
  padding: 1.5rem 0.5rem;
}
.plan-location-sec2 .bg-white .inbox .select .box {
  background-color: #988675;
  margin-top: 0;
  margin-right: 2rem;
  margin-bottom: 0;
  margin-left: 2rem;
}
.plan-location-sec2 .bg-white .inbox .select .box p {
  color: #fff;
  font-size: 0.7rem;
  padding: 0.25rem 0.5rem;
  letter-spacing: 0.15rem;
}
.plan-location-sec2 .bg-white .inbox .select .categories {
  justify-content: center;
}
.plan-location-sec2 .bg-white .inbox .select .categories p {
  font-size: 0.7rem;
  margin: 0;
}
@media (min-width: 992px) {
  .plan-location-sec2 .bg-white .inbox {
    padding-top: 4.75rem;
    padding-bottom: 4.75rem;
    padding-right: 3.75rem;
    padding-left: 3.75rem;
  }
  .plan-location-sec2 .bg-white .inbox .plan-name .limit {
    font-size: 1.0625rem;
  }
  .plan-location-sec2 .bg-white .inbox .plan-name .title {
    font-size: 1.5rem;
    letter-spacing: 0.35rem;
  }
  .plan-location-sec2 .bg-white .inbox .plan-name .subtitle {
    font-size: 1.0625rem;
  }
  .plan-location-sec2 .bg-white .inbox .plan-name2 {
    font-family:
      "Yu Mincho", "MS PMincho", serif, "Yu Mincho", serif,
      "Yu MinchoHiraMinProN-W3", "NewYork", serif, "Yu MinchoHiraMinProN-W3",
      serif;
    text-align: center;
  }
  .plan-location-sec2 .bg-white .inbox .plan-name2 .row1 {
    display: inline-block;
    font-size: 1.1rem;
    margin-bottom: 0;
    font-weight: bold;
    background: linear-gradient(transparent 50%, #f7f6f4 50%);
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .plan-location-sec2 .bg-white .inbox .price .main-price {
    font-size: 2rem;
  }
  .plan-location-sec2 .bg-white .inbox .price .main-price span {
    font-size: 0.9375rem;
  }
  .plan-location-sec2 .bg-white .inbox .price .note-price {
    font-size: 0.8rem;
    height: 100%;
  }
  .plan-location-sec2 .bg-white .inbox .price .note-price span {
    bottom: 20%;
  }
  .plan-location-sec2 .bg-white .inbox .intro {
    font-size: 0.9375rem;
  }
  .plan-location-sec2 .bg-white .inbox .intro .place {
    justify-content: center;
  }
  .plan-location-sec2 .bg-white .inbox .intro .place p {
    font-size: 0.8rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-right: 1rem;
    padding-left: 1rem;
    margin-right: 1rem;
    margin-bottom: 0.35rem;
  }
  .plan-location-sec2 .bg-white .inbox .intro .mb-2 {
    font-size: 0.9rem;
  }
  .plan-location-sec2 .bg-white .inbox .select {
    text-align: center;
    /* border: 3px solid #f7f6f4;　20220112削除 */
    padding: 2rem;
  }
  .plan-location-sec2 .bg-white .inbox .select .box {
    background-color: #988675;
    margin-top: 0;
    margin-right: 8rem;
    margin-bottom: 0;
    margin-left: 8rem;
  }
  .plan-location-sec2 .bg-white .inbox .select .box p {
    color: #fff;
    font-size: 0.875rem;
    padding: 0.25rem 0.5rem;
    letter-spacing: 0.15rem;
  }
  .plan-location-sec2 .bg-white .inbox .select .categories {
    justify-content: center;
  }
  .plan-location-sec2 .bg-white .inbox .select .categories p {
    font-size: 1rem;
    margin: 0;
  }
}
@media (min-width: 1200px) {
  .plan-location-sec2 .bg-white .inbox .price .main-price {
    font-size: 2.8rem;
  }
  .plan-location-sec2 .bg-white .inbox .price .note-price {
    font-size: 0.9375rem;
  }
  .plan-location-sec2 .bg-white .inbox .plan-name .title {
    font-size: 1.875rem;
  }
  .plan-location-sec2 .bg-white .inbox .plan-name2 {
    font-family:
      "Yu Mincho", "MS PMincho", serif, "Yu Mincho", serif,
      "Yu MinchoHiraMinProN-W3", "NewYork", serif, "Yu MinchoHiraMinProN-W3",
      serif;
    text-align: center;
  }
  .plan-location-sec2 .bg-white .inbox .plan-name2 .row1 {
    display: inline-block;
    font-size: 1.1rem;
    margin-bottom: 0;
    font-weight: bold;
    background: linear-gradient(transparent 50%, #f7f6f4 50%);
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .plan-location-sec2 .bg-white .inbox .select {
    text-align: center;
    /* border: 3px solid #f7f6f4; */
    padding: 2rem;
  }
  .plan-location-sec2 .bg-white .inbox .select .box {
    background-color: #988675;
    margin-top: 0;
    margin-right: 10rem;
    margin-bottom: 0;
    margin-left: 10rem;
  }
  .plan-location-sec2 .bg-white .inbox .select .box p {
    color: #fff;
    font-size: 0.875rem;
    padding: 0.5rem 1.25rem;
    letter-spacing: 0.15rem;
  }
  .plan-location-sec2 .bg-white .inbox .categories p {
    font-size: 1rem;
    margin: 0;
  }
}
.plan-location-sec3 {
  font-size: 0.7rem;
  text-align: center;
}
@media (min-width: 992px) {
  .plan-location-sec3 {
    font-size: 0.875rem;
    text-align: center;
  }
}
.plan-location-sec4 {
  margin-top: 4rem;
}
.plan-location-sec4 .title p {
  text-align: center;
  font-size: 1rem;
  font-family:
    "Yu Mincho", "MS PMincho", serif, "Yu Mincho", serif,
    "Yu MinchoHiraMinProN-W3", "NewYork", serif, "Yu MinchoHiraMinProN-W3",
    serif;
  letter-spacing: 0.5rem;
  margin-bottom: 0.25rem;
}
.plan-location-sec4 .tables {
  margin-top: 1.5rem;
}
.plan-location-sec4 .tables .head {
  font-size: 0.75rem;
  margin-bottom: 0.25rem;
  letter-spacing: 0.15rem;
  font-family:
    "Yu Mincho", "MS PMincho", serif, "Yu Mincho", serif,
    "Yu MinchoHiraMinProN-W3", "NewYork", serif, "Yu MinchoHiraMinProN-W3",
    serif;
}
.plan-location-sec4 .tables .table-row {
  border-top: 1px solid black;
  border-left: 1px solid black;
  border-right: 1px solid black;
  font-size: 0.66rem;
  letter-spacing: 0.05rem;
}
.plan-location-sec4 .tables .table-row:last-child {
  border-bottom: 1px solid black;
}
.plan-location-sec4 .tables .table-row .right,
.plan-location-sec4 .tables .table-row .left,
.plan-location-sec4 .tables .table-row .right-switch,
.plan-location-sec4 .tables .table-row .left-switch {
  padding: 1rem 0.5rem;
}
.plan-location-sec4 .tables .table-row .left {
  border-right: 1px solid black;
}
.plan-location-sec4 .tables .table-row .right {
  text-align: right;
  margin: auto;
}
.plan-location-sec4 .tables .table-row .right span {
  font-size: 0.5rem;
}
@media (min-width: 992px) {
  .plan-location-sec4 {
    margin-top: 11rem;
  }
  .plan-location-sec4 .title p {
    font-size: 2rem;
    letter-spacing: 1.25rem;
  }
  .plan-location-sec4 .tables {
    margin-top: 4rem;
  }
  .plan-location-sec4 .tables .head {
    font-size: 1.125rem;
  }
  .plan-location-sec4 .tables .table-row {
    font-size: 0.85rem;
  }
}
.plan-location-sec5 {
  margin-top: 2.25rem;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  background-color: #ddd4cc;
  margin-top: 3rem;
}
.plan-location-sec5 .row1 {
  margin-top: 0.5rem;
  font-size: 1rem;
  letter-spacing: 0.25rem;
  text-align: center;
  margin-bottom: 0;
  font-weight: bold;
}
.plan-location-sec5 .row2 {
  font-size: 12px;
  text-align: center;
}
@media (min-width: 992px) {
  .plan-location-sec5 {
    margin-top: 5rem;
    padding-top: 4rem;
    padding-right: 3.5rem;
    padding-left: 3.5rem;
    padding-bottom: 5rem;
  }
  .plan-location-sec5 img {
    padding: 0 1rem;
  }
  .plan-location-sec5 .row1 {
    margin-top: 1rem;
    font-size: 2rem;
    margin-bottom: 0;
    letter-spacing: 0.5rem;
  }
  .plan-location-sec5 .row2 {
    margin-top: 1rem;
    font-size: 1.3rem;
    letter-spacing: 0.25rem;
  }
}
.plan-location-sec16 {
  margin-top: 3rem;
  margin-bottom: 0;
  text-align: center;
}
.plan-location-sec16 p {
  font-family:
    "Yu Mincho", "MS PMincho", serif, "Yu Mincho", serif,
    "Yu MinchoHiraMinProN-W3", "NewYork", serif, "Yu MinchoHiraMinProN-W3",
    serif;
  font-size: 0.75rem;
  letter-spacing: 0.2rem;
  font-weight: bold;
}
@media (min-width: 992px) {
  .plan-location-sec16 {
    margin-top: 5rem;
    margin-bottom: 0;
  }
  .plan-location-sec16 p {
    font-size: 1rem;
    letter-spacing: 0.2rem;
  }
}

/*--=====-----=====-----=====-----=====-----=====-----=====-----=====-----=====----- EnD PLAN LOCATION-----=====-----=====-----=====-----=====-----=====-----=====-----=====-----=====--*/
/*--=====-----=====-----=====-----=====-----=====-----=====-----=====-----=====----- sAt NEWS TOP-----=====-----=====-----=====-----=====-----=====-----=====-----=====-----=====--*/
.news-top-sec1 {
  margin-top: 1.25rem;
}
.news-top-sec1 .header-title {
  text-align: center;
}
.news-top-sec1 .header-title .title {
  font-size: 1.0625rem;
  font-family:
    "Yu Mincho", "MS PMincho", serif, "Yu Mincho", serif,
    "Yu MinchoHiraMinProN-W3", "NewYork", serif, "Yu MinchoHiraMinProN-W3",
    serif;
  letter-spacing: 0.4rem;
  margin-bottom: 0;
}
.news-top-sec1 .swiper-slide .text-box {
  padding-top: 0.625rem;
  padding-left: 0.625rem;
}
.news-top-sec1 .swiper-slide .text-box .date {
  font-size: 0.5625rem;
  color: #c0a79c;
  margin-bottom: 0.5rem;
}
.news-top-sec1 .swiper-slide .text-box .date span a {
  padding-left: 1rem;
  color: #737373;
  text-decoration: none;
}
.news-top-sec1 .swiper-slide .text-box .date:hover a,
.news-top-sec1 .swiper-slide .text-box .date:active a {
  text-decoration: underline;
}
.news-top-sec1 .swiper-slide .text-box .description {
  font-size: 0.625rem;
  font-family:
    "Yu Mincho", "MS PMincho", serif, "Yu Mincho", serif,
    "Yu MinchoHiraMinProN-W3", "NewYork", serif, "Yu MinchoHiraMinProN-W3",
    serif;
  margin-bottom: 0.5rem;
}
.news-top-sec1 .swiper-slide .text-box .description a {
  text-decoration: none;
}
.news-top-sec1 .swiper-slide .text-box .description:hover a,
.news-top-sec1 .swiper-slide .text-box .description:active a {
  text-decoration: underline;
}
.news-top-sec1 .swiper-arrow-prev,
.news-top-sec1 .swiper-arrow-next {
  top: 37.5%;
}
@media (min-width: 992px) {
  .news-top-sec1 {
    margin-top: 5rem;
  }
  .news-top-sec1 .swiper-slide {
    opacity: 0.25;
    transition: all 1s;
  }
  .news-top-sec1 .swiper-slide-next {
    opacity: 1;
    transition: all 1s;
  }
  .news-top-sec1 .swiper-slide .text-box {
    padding-top: 0.625rem;
    padding-left: 0.625rem;
  }
  .news-top-sec1 .swiper-slide .text-box .date {
    font-size: 1rem;
    color: #737373;
    margin-bottom: 0.5rem;
  }
  .news-top-sec1 .swiper-slide .text-box .date span a {
    padding-left: 1rem;
    color: #737373;
  }
  .news-top-sec1 .swiper-slide .text-box .description {
    font-size: 1rem;
    font-family:
      "Yu Mincho", "MS PMincho", serif, "Yu Mincho", serif,
      "Yu MinchoHiraMinProN-W3", "NewYork", serif, "Yu MinchoHiraMinProN-W3",
      serif;
    margin-bottom: 0.5rem;
  }
}
.news-top-sec2 {
  margin-top: 2rem;
}
.news-top-sec2 * {
  transition: all 0.5s;
}
.news-top-sec2 .title-header .title {
  font-size: 1rem;
  letter-spacing: 0.5rem;
  font-family:
    "Yu Mincho", "MS PMincho", serif, "Yu Mincho", serif,
    "Yu MinchoHiraMinProN-W3", "NewYork", serif, "Yu MinchoHiraMinProN-W3",
    serif;
  text-align: center;
}
.news-top-sec2 .title-header .title span {
  margin-left: 1rem;
  color: #737373;
  font-size: 0.625rem;
  letter-spacing: 0.25rem;
}
.news-top-sec2 .line {
  margin-top: 0.25rem;
}
.news-top-sec2 .line-helper {
  height: 1px;
  background-color: black;
}
.news-top-sec2 .r_dropdown-show .r_dropdown-menu {
  display: block;
}
.news-top-sec2 .r_dropdown {
  position: relative;
}
.news-top-sec2 .r_dropdown-toggle {
  width: 100%;
  border: 1px solid black;
}
.news-top-sec2 .r_dropdown-toggle .face {
  position: relative;
  margin-bottom: 0;
  font-size: 0.625rem;
  line-height: 1.25rem;
  letter-spacing: 0.25rem;
  background-color: #f7f6f4;
  color: #737373;
  text-align: center;
}
.news-top-sec2 .r_dropdown-toggle .face:hover {
  background-color: #737373;
  color: white;
}
.news-top-sec2 .r_dropdown-toggle .face span {
  position: absolute;
  top: 0;
  right: 0;
}
.news-top-sec2 .r_dropdown-menu {
  display: none;
  position: absolute;
  z-index: 1;
  width: 100%;
}
.news-top-sec2 .r_dropdown-menu a {
  display: block;
  border-bottom: 1px solid #737373;
  border-left: 1px solid #737373;
  border-right: 1px solid #737373;
}
.news-top-sec2 .r_dropdown a {
  text-decoration: none;
}
.news-top-sec2 .r_dropdown .tag {
  margin-bottom: 0;
  font-size: 0.625rem;
  line-height: 1.25rem;
  letter-spacing: 0.25rem;
  background-color: #f7f6f4;
  color: #737373;
  text-align: center;
}
.news-top-sec2 .r_dropdown .tag:hover {
  background-color: #737373;
  color: white;
}
.news-top-sec2 .r_dropdown .tag.active {
  background-color: #737373;
  color: white;
}
@media (min-width: 992px) {
  .news-top-sec2 {
    margin-top: 5rem;
  }
  .news-top-sec2 .title-header .title {
    font-size: 2.375rem;
    letter-spacing: 1rem;
    text-align: left;
  }
  .news-top-sec2 .title-header .title span {
    margin-left: 2rem;
    font-size: 1.5rem;
    letter-spacing: 0.75rem;
  }
  .news-top-sec2 .line {
    margin-top: 3rem;
  }
  .news-top-sec2 .category .category-menus {
    display: flex;
    justify-content: center;
  }
  .news-top-sec2 .category .category-menus .face {
    display: block;
    color: #737373;
    font-size: 1rem;
    letter-spacing: 0.25rem;
    line-height: 2rem;
    margin-right: 0.5rem;
    margin-bottom: 0;
  }
  .news-top-sec2 .category .category-menus a {
    text-decoration: none;
    color: black;
  }
  .news-top-sec2 .category .category-menus a:hover {
    text-decoration: underline;
  }
  .news-top-sec2 .category .category-menus .tag {
    margin-left: 1rem;
    margin-bottom: 0;
    font-size: 1rem;
    letter-spacing: 0.25rem;
    line-height: 2rem;
    background-color: #f7f6f4;
    color: #737373;
    text-align: center;
  }
  .news-top-sec2 .category .category-menus .tag:hover {
    background-color: #f7f6f4;
    color: black;
  }
  .news-top-sec2 .category .category-menus .tag.active {
    color: black;
    text-decoration: underline;
  }
  .news-top-sec2 .category .category-menus .search-form {
    margin-left: 1rem;
    display: flex;
  }
  .news-top-sec2 .category .category-menus .search-form input,
  .news-top-sec2 .category .category-menus .search-form button {
    height: 2rem;
    font-size: 1rem;
    line-height: 1rem;
    padding: 0.25rem 0.5rem;
  }
}
.news-top-sec3 * {
  transition: all 0.25s;
}
.news-top-sec3 .news-box {
  margin-top: 1rem;
}
.news-top-sec3 .news-box a {
  color: black;
}
.news-top-sec3 .news-box .text-box {
  padding-top: 0.625rem;
  padding-left: 0.625rem;
}
.news-top-sec3 .news-box .text-box .date {
  font-size: 0.5625rem;
  color: #c0a79c;
  margin-bottom: 0.5rem;
}
.news-top-sec3 .news-box .text-box .date span a {
  padding-left: 1rem;
  color: #c0a79c;
  text-decoration: none;
}
.news-top-sec3 .news-box .text-box .date:hover a,
.news-top-sec3 .news-box .text-box .date:active a {
  text-decoration: underline;
}
.news-top-sec3 .news-box .text-box .description {
  font-size: 0.625rem;
  font-family:
    "Yu Mincho", "MS PMincho", serif, "Yu Mincho", serif,
    "Yu MinchoHiraMinProN-W3", "NewYork", serif, "Yu MinchoHiraMinProN-W3",
    serif;
  margin-bottom: 0.5rem;
}
.news-top-sec3 .news-box .text-box .description a {
  text-decoration: none;
}
.news-top-sec3 .news-box .text-box .description:hover a,
.news-top-sec3 .news-box .text-box .description:active a {
  text-decoration: underline;
}
.news-top-sec3 .pagination-wrapper {
  display: flex;
  justify-content: center;
}
.news-top-sec3 .pagination-wrapper a {
  display: block;
  margin-right: 0.5rem;
  margin-left: 0.5rem;
  text-decoration: none;
  color: #c0a79c;
  font-size: 0.625rem;
}
.news-top-sec3 .pagination-wrapper a:hover,
.news-top-sec3 .pagination-wrapper a.active {
  color: black;
}
.news-top-sec3 .pagination-wrapper a:hover p,
.news-top-sec3 .pagination-wrapper a.active p {
  position: relative;
}
.news-top-sec3 .pagination-wrapper a:hover p::after,
.news-top-sec3 .pagination-wrapper a.active p::after {
  display: block;
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #c0a79c;
}
.news-top-sec3 .pagination-wrapper a.active p {
  color: black;
}
.news-top-sec3 .pagination-wrapper a.active p a::after {
  background-color: black;
}
@media (min-width: 992px) {
  .news-top-sec3 {
    margin-top: 1rem;
  }
  .news-top-sec3 .news-box .text-box .date {
    font-size: 1rem;
  }
  .news-top-sec3 .news-box .text-box .description {
    font-size: 1rem;
  }
  .news-top-sec3 .pagination {
    margin-top: 0.5rem;
  }
  .news-top-sec3 .pagination-wrapper a {
    font-size: 1.25rem;
    margin-right: 1rem;
    margin-left: 1rem;
  }
}

/*--=====-----=====-----=====-----=====-----=====-----=====-----=====-----=====----- EnD NEWS TOP-----=====-----=====-----=====-----=====-----=====-----=====-----=====-----=====--*/
/*--=====-----=====-----=====-----=====-----=====-----=====-----=====-----=====----- sAt NEWS TAG-----=====-----=====-----=====-----=====-----=====-----=====-----=====-----=====--*/
.news-tag-top {
  font-size: 0.625rem;
  letter-spacing: 0.15rem;
  text-align: center;
}
@media (min-width: 992px) {
  .news-tag-top {
    font-size: 1rem;
    letter-spacing: 0.35rem;
  }
}
.news-tag-sec1 {
  margin-top: 2.5rem;
}
.news-tag-sec1 .pankuzu {
  font-size: 0.5625rem;
  letter-spacing: 0.1rem;
  display: flex;
  flex-wrap: wrap;
}
.news-tag-sec1 .pankuzu .first a {
  text-decoration: none;
  color: rgb(110, 132, 140);
}
.news-tag-sec1 .pankuzu .first span {
  margin: 0 0.25rem;
}
.news-tag-sec1 .pankuzu .second {
  font-weight: 700;
  color: #737373;
}
.news-tag-sec1 .title {
  margin-top: 0.25rem;
}
.news-tag-sec1 .title p {
  font-size: 1.0625rem;
  font-family:
    "Yu Mincho", "MS PMincho", serif, "Yu Mincho", serif,
    "Yu MinchoHiraMinProN-W3", "NewYork", serif, "Yu MinchoHiraMinProN-W3",
    serif;
  letter-spacing: 0.5rem;
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .news-tag-sec1 {
    margin-top: 2rem;
    padding-top: 5rem;
  }
  .news-tag-sec1 .pankuzu {
    font-size: 0.875rem;
    letter-spacing: 0.1rem;
  }
  .news-tag-sec1 .title {
    padding-top: 1rem;
    background-color: white;
  }
  .news-tag-sec1 .title p {
    font-size: 2rem;
    letter-spacing: 1rem;
  }
}
.news-tag-sec2 * {
  transition: all 0.5s;
}
.news-tag-sec2 .left-comp {
  margin-top: 0.5rem;
}
.news-tag-sec2 .left-comp .articles .article-wrapper {
  margin-top: 0.75rem;
}
.news-tag-sec2 .left-comp .articles .article-wrapper .text-box {
  margin-top: 1rem;
}
.news-tag-sec2 .left-comp .articles .article-wrapper .text-box p {
  font-size: 0.625rem;
  margin-bottom: 0;
  letter-spacing: 0.1rem;
}
.news-tag-sec2 .left-comp .articles .article-wrapper .text-box p span {
  margin-left: 0.75rem;
}
.news-tag-sec2 .left-comp .articles .article-wrapper .text-box .row1 a {
  color: #737373;
  text-decoration: none;
}
.news-tag-sec2 .left-comp .articles .article-wrapper .text-box .row1 a:hover {
  text-decoration: underline;
}
.news-tag-sec2 .left-comp .articles .article-wrapper .text-box .row2 {
  margin-top: 0.625rem;
}
.news-tag-sec2 .left-comp .articles .article-wrapper .text-box .row2 a {
  color: black;
  text-decoration: none;
}
.news-tag-sec2 .left-comp .articles .article-wrapper .text-box .row2 a:hover {
  text-decoration: underline;
}
.news-tag-sec2 .left-comp .articles .article-wrapper .line {
  margin-top: 0.75rem;
}
.news-tag-sec2 .left-comp .articles .article-wrapper .line-helper {
  height: 1px;
  background-color: #737373;
}
.news-tag-sec2 .left-comp .articles .article-wrapper:last-of-type .line-helper {
  background-color: transparent;
}
.news-tag-sec2 .left-comp .button-next {
  margin-top: 1.5rem;
}
.news-tag-sec2 .left-comp .button-next .button {
  text-align: center;
  line-height: 1.75rem;
  color: white;
  background-color: #737373;
  border: 1px solid #737373;
  font-size: 0.625rem;
  letter-spacing: 0.15rem;
}
.news-tag-sec2 .left-comp .button-next .button:hover {
  background-color: white;
  color: #737373;
}
.news-tag-sec2 .left-comp .button-back {
  margin-top: 4rem;
}
.news-tag-sec2 .right-comp .keyword {
  margin-top: 3rem;
}
.news-tag-sec2 .right-comp .keyword .title {
  font-size: 0.75rem;
  letter-spacing: 0.25rem;
}
.news-tag-sec2 .right-comp .keyword-flex {
  display: flex;
  flex-wrap: wrap;
}
.news-tag-sec2 .right-comp .keyword-flex a {
  text-decoration: none;
  font-size: 0.625rem;
  letter-spacing: 0.1rem;
  display: block;
  padding: 0.25rem 0.5rem;
  border-radius: 0.75rem;
  margin-right: 0.25rem;
  margin-top: 0.25rem;
  color: #737373;
  background-color: #b8b8b8;
}
.news-tag-sec2 .right-comp .keyword-flex a p {
  margin-bottom: 0;
}
.news-tag-sec2 .right-comp .category {
  margin-top: 3rem;
}
.news-tag-sec2 .right-comp .category .title {
  font-size: 0.75rem;
  letter-spacing: 0.25rem;
}
.news-tag-sec2 .right-comp .category-flex {
  display: flex;
  flex-wrap: wrap;
}
.news-tag-sec2 .right-comp .category-flex a {
  text-decoration: none;
  font-size: 0.625rem;
  letter-spacing: 0.1rem;
  display: block;
  padding: 0.25rem 0.5rem;
  margin-right: 0.25rem;
  margin-top: 0.25rem;
  color: #737373;
}
.news-tag-sec2 .right-comp .category-flex a:hover {
  color: black;
  text-decoration: underline;
}
.news-tag-sec2 .right-comp .category-flex a p {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .news-tag-sec2 {
    background-color: white;
    padding-bottom: 10rem;
  }
  .news-tag-sec2 .left-comp {
    margin-top: 2.75rem;
  }
  .news-tag-sec2 .left-comp .articles .article-wrapper {
    margin-top: 1.5rem;
  }
  .news-tag-sec2 .left-comp .articles .article-wrapper .text-box {
    margin-top: 2.75rem;
  }
  .news-tag-sec2 .left-comp .articles .article-wrapper .text-box p {
    font-size: 1rem;
  }
  .news-tag-sec2 .left-comp .articles .article-wrapper .text-box p span {
    margin-left: 1.5rem;
  }
  .news-tag-sec2 .left-comp .articles .article-wrapper .text-box .row2 {
    margin-top: 1rem;
  }
  .news-tag-sec2 .left-comp .articles .article-wrapper .line {
    margin-top: 1.5rem;
  }
  .news-tag-sec2 .left-comp .button-next {
    margin-top: 2rem;
  }
  .news-tag-sec2 .left-comp .button-next .button {
    line-height: 3rem;
    font-size: 1rem;
    letter-spacing: 0.25rem;
  }
  .news-tag-sec2 .left-comp .button-next .button:hover {
    background-color: white;
    color: #737373;
  }
  .news-tag-sec2 .right-comp .keyword {
    margin-top: 3rem;
  }
  .news-tag-sec2 .right-comp .keyword .title {
    font-size: 1.375rem;
    letter-spacing: 0.5rem;
  }
  .news-tag-sec2 .right-comp .keyword-flex a {
    font-size: 1rem;
    letter-spacing: 0.25rem;
    padding: 0.25rem 0.75rem;
    margin-right: 0.5rem;
    margin-top: 0.5rem;
  }
  .news-tag-sec2 .right-comp .category {
    margin-top: 3rem;
  }
  .news-tag-sec2 .right-comp .category .title {
    font-size: 1.375rem;
    letter-spacing: 0.5rem;
  }
  .news-tag-sec2 .right-comp .category-flex a {
    font-size: 1rem;
    letter-spacing: 0.25rem;
    padding: 0.25rem 0.75rem;
    margin-right: 4rem;
    margin-top: 0.5rem;
  }
  .news-tag-sec2 .right-comp .search-form {
    display: flex;
  }
  .news-tag-sec2 .right-comp .search-form input,
  .news-tag-sec2 .right-comp .search-form button {
    height: 2rem;
    font-size: 1rem;
    line-height: 1rem;
    padding: 0.25rem 0.5rem;
  }
}
.news-tag-sec3 {
  margin-top: 7.5rem;
}

/*--=====-----=====-----=====-----=====-----=====-----=====-----=====-----=====----- EnD NEWS TAG-----=====-----=====-----=====-----=====-----=====-----=====-----=====-----=====--*/
/*--=====-----=====-----=====-----=====-----=====-----=====-----=====-----=====----- sAt NEWS ARTICLE-----=====-----=====-----=====-----=====-----=====-----=====-----=====-----=====--*/
.news-article-sec1 {
  margin-top: 1rem;
  padding-top: 1rem;
}
.news-article-sec1 .pankuzu {
  font-size: 0.5625rem;
  letter-spacing: 0.1rem;
  display: flex;
  flex-wrap: wrap;
}
.news-article-sec1 .pankuzu .first,
.news-article-sec1 .pankuzu .second {
  margin-bottom: 0.5rem;
}
.news-article-sec1 .pankuzu .first a,
.news-article-sec1 .pankuzu .second a {
  text-decoration: none;
  color: #c0a79c;
}
.news-article-sec1 .pankuzu .first span,
.news-article-sec1 .pankuzu .second span {
  margin: 0 0.25rem;
}
.news-article-sec1 .pankuzu .third {
  font-weight: 700;
  margin-bottom: 0;
}
.news-article-sec1 .article-date {
  margin-top: 1rem;
  padding-top: 1rem;
  font-size: 0.625rem;
  color: #c0a79c;
  letter-spacing: 0.25rem;
  background-color: white;
}
.news-article-sec1 .article-date .center {
  margin: auto;
}
.news-article-sec1 .article-date .line {
  letter-spacing: 0;
  margin-left: -0.25rem;
  margin-right: 0.25rem;
}
.news-article-sec1 .article-date .date {
  margin-left: 1rem;
  color: black;
}
@media (min-width: 992px) {
  .news-article-sec1 {
    margin-top: 2rem;
    padding-top: 5rem;
  }
  .news-article-sec1 .pankuzu {
    font-size: 0.875rem;
    letter-spacing: 0.1rem;
  }
  .news-article-sec1 .article-date {
    margin-top: 1rem;
    padding-top: 3rem;
    font-size: 1rem;
    background-color: white;
  }
  .news-article-sec1 .article-date .center {
    margin: auto;
  }
  .news-article-sec1 .article-date .line {
    margin-left: -0.25rem;
    margin-right: 0.25rem;
  }
  .news-article-sec1 .article-date .date {
    margin-left: 3rem;
    color: black;
  }
}
.news-article-sec2 {
  background-color: white;
}
.news-article-sec2 .left-comp .article .title {
  text-align: center;
  font-size: 1rem;
  margin-bottom: 0.5rem;
  font-family:
    "Yu Mincho", "MS PMincho", serif, "Yu Mincho", serif,
    "Yu MinchoHiraMinProN-W3", "NewYork", serif, "Yu MinchoHiraMinProN-W3",
    serif;
}
.news-article-sec2 .left-comp .article p {
  font-size: 0.625rem;
  letter-spacing: 0.15rem;
  margin-top: 0.75rem;
  margin-bottom: 0rem;
}
.news-article-sec2 .left-comp .article img {
  max-width: 100%;
  height: auto;
}
.news-article-sec2 .left-comp .keyword {
  margin-top: 10rem;
  padding-bottom: 1.5rem;
}
.news-article-sec2 .left-comp .keyword-flex {
  display: flex;
  flex-wrap: wrap;
}
.news-article-sec2 .left-comp .keyword-flex a {
  text-decoration: none;
  font-size: 0.625rem;
  letter-spacing: 0.1rem;
  display: block;
  padding: 0.25rem 0.5rem;
  border-radius: 0.75rem;
  margin-right: 0.25rem;
  margin-top: 0.25rem;
  color: #737373;
  background-color: #b8b8b8;
}
.news-article-sec2 .left-comp .keyword-flex a p {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .news-article-sec2 .left-comp .article .title {
    text-align: center;
    font-size: 1.75rem;
    margin-bottom: 1.5rem;
  }
  .news-article-sec2 .left-comp .article p {
    font-size: 1rem;
    margin-top: 1.5rem;
    margin-bottom: 0rem;
  }
  .news-article-sec2 .left-comp .keyword {
    margin-top: 20rem;
    padding-bottom: 1.5rem;
  }
  .news-article-sec2 .left-comp .keyword-flex a {
    font-size: 1rem;
    letter-spacing: 0.25rem;
    padding: 0.25rem 0.75rem;
    margin-right: 0.5rem;
    margin-top: 0.5rem;
  }
  .news-article-sec2 .right-comp .keyword {
    margin-top: 3rem;
  }
  .news-article-sec2 .right-comp .keyword .title {
    font-size: 1.375rem;
    letter-spacing: 0.5rem;
  }
  .news-article-sec2 .right-comp .keyword-flex {
    display: flex;
    flex-wrap: wrap;
  }
  .news-article-sec2 .right-comp .keyword-flex a {
    text-decoration: none;
    font-size: 1rem;
    letter-spacing: 0.25rem;
    display: block;
    padding: 0.25rem 0.75rem;
    border-radius: 0.75rem;
    margin-right: 0.5rem;
    margin-top: 0.5rem;
    color: #737373;
    background-color: #b8b8b8;
  }
  .news-article-sec2 .right-comp .keyword-flex a p {
    margin-bottom: 0;
  }
  .news-article-sec2 .right-comp .category {
    margin-top: 3rem;
  }
  .news-article-sec2 .right-comp .category .title {
    font-size: 1.375rem;
    letter-spacing: 0.5rem;
  }
  .news-article-sec2 .right-comp .category-flex {
    display: flex;
    flex-wrap: wrap;
  }
  .news-article-sec2 .right-comp .category-flex a {
    text-decoration: none;
    font-size: 1rem;
    letter-spacing: 0.2rem;
    display: block;
    padding: 0.25rem 0.75rem;
    margin-right: 4rem;
    margin-top: 0.5rem;
    color: #737373;
  }
  .news-article-sec2 .right-comp .category-flex a:hover {
    color: black;
    text-decoration: underline;
  }
  .news-article-sec2 .right-comp .category-flex a p {
    margin-bottom: 0;
  }
  .news-article-sec2 .right-comp .search-form {
    display: flex;
  }
  .news-article-sec2 .right-comp .search-form input,
  .news-article-sec2 .right-comp .search-form button {
    height: 2rem;
    font-size: 1rem;
    line-height: 1rem;
    padding: 0.25rem 0.5rem;
  }
}
.news-article-sec3 {
  margin-top: 1.5rem;
}
.news-article-sec3 .ezo-btn__wrapper .btn-motion {
  background-color: #473732;
  color: white;
  border: none;
}
.news-article-sec3 .ezo-btn__wrapper .btn-motion:hover,
.news-article-sec3 .ezo-btn__wrapper .btn-motion:active,
.news-article-sec3 .ezo-btn__wrapper .btn-motion:focus {
  background-color: #191311;
}
@media (min-width: 992px) {
  .news-article-sec3 {
    margin-top: 1.5rem;
  }
  .news-article-sec3 .news-boxes .box {
    padding-right: 0.25rem;
    padding-left: 0.25rem;
  }
  .news-article-sec3 .news-boxes .box .text {
    height: 4rem;
    line-height: 1rem;
    font-size: 14px;
    letter-spacing: 0.15rem;
    margin-top: 0.5rem;
    margin-bottom: 0;
    overflow: hidden;
  }
}
.news-article-sec4 {
  margin-top: 2.5rem;
}
.news-article-sec4 * {
  transition: all 0.5s;
}
.news-article-sec4 .title p {
  text-align: center;
  font-size: 1.0625rem;
  font-family:
    "Yu Mincho", "MS PMincho", serif, "Yu Mincho", serif,
    "Yu MinchoHiraMinProN-W3", "NewYork", serif, "Yu MinchoHiraMinProN-W3",
    serif;
  letter-spacing: 0.5rem;
  margin-bottom: 0;
}
.news-article-sec4 .title p span {
  font-size: 0.625rem;
  margin-left: 0.75rem;
  color: #737373;
  letter-spacing: 0.25rem;
}
.news-article-sec4 .left-comp {
  margin-top: 0.5rem;
}
.news-article-sec4 .left-comp .articles .article-wrapper {
  margin-top: 0.75rem;
}
.news-article-sec4 .left-comp .articles .article-wrapper .text-box {
  margin-top: 1rem;
}
.news-article-sec4 .left-comp .articles .article-wrapper .text-box p {
  font-size: 0.625rem;
  margin-bottom: 0;
  letter-spacing: 0.1rem;
}
.news-article-sec4 .left-comp .articles .article-wrapper .text-box p span {
  margin-left: 0.75rem;
}
.news-article-sec4 .left-comp .articles .article-wrapper .text-box .row1 a {
  color: #737373;
  text-decoration: none;
}
.news-article-sec4
  .left-comp
  .articles
  .article-wrapper
  .text-box
  .row1
  a:hover {
  text-decoration: underline;
}
.news-article-sec4 .left-comp .articles .article-wrapper .text-box .row2 {
  margin-top: 0.625rem;
}
.news-article-sec4 .left-comp .articles .article-wrapper .text-box .row2 a {
  color: black;
  text-decoration: none;
}
.news-article-sec4
  .left-comp
  .articles
  .article-wrapper
  .text-box
  .row2
  a:hover {
  text-decoration: underline;
}
.news-article-sec4 .left-comp .articles .article-wrapper .line {
  margin-top: 0.75rem;
}
.news-article-sec4 .left-comp .articles .article-wrapper .line-helper {
  height: 1px;
  background-color: #737373;
}
.news-article-sec4
  .left-comp
  .articles
  .article-wrapper:last-of-type
  .line-helper {
  background-color: transparent;
}
.news-article-sec4 .left-comp .button-next {
  margin-top: 1.5rem;
}
.news-article-sec4 .left-comp .button-next .button {
  text-align: center;
  line-height: 1.75rem;
  color: white;
  background-color: #737373;
  border: 1px solid #737373;
  font-size: 0.625rem;
  letter-spacing: 0.15rem;
}
.news-article-sec4 .left-comp .button-next .button:hover {
  background-color: white;
  color: #737373;
}
.news-article-sec4 .left-comp .button-back {
  margin-top: 4rem;
}
.news-article-sec4 .right-comp .keyword {
  margin-top: 3rem;
}
.news-article-sec4 .right-comp .keyword .title {
  font-size: 0.75rem;
  letter-spacing: 0.25rem;
}
.news-article-sec4 .right-comp .keyword-flex {
  display: flex;
  flex-wrap: wrap;
}
.news-article-sec4 .right-comp .keyword-flex a {
  text-decoration: none;
  font-size: 0.625rem;
  letter-spacing: 0.1rem;
  display: block;
  padding: 0.25rem 0.5rem;
  border-radius: 0.75rem;
  margin-right: 0.25rem;
  margin-top: 0.25rem;
  color: #737373;
  background-color: #b8b8b8;
}
.news-article-sec4 .right-comp .keyword-flex a p {
  margin-bottom: 0;
}
.news-article-sec4 .right-comp .category {
  margin-top: 3rem;
}
.news-article-sec4 .right-comp .category .title {
  font-size: 0.75rem;
  letter-spacing: 0.25rem;
}
.news-article-sec4 .right-comp .category-flex {
  display: flex;
  flex-wrap: wrap;
}
.news-article-sec4 .right-comp .category-flex a {
  text-decoration: none;
  font-size: 0.625rem;
  letter-spacing: 0.1rem;
  display: block;
  padding: 0.25rem 0.5rem;
  margin-right: 0.25rem;
  margin-top: 0.25rem;
  color: #737373;
}
.news-article-sec4 .right-comp .category-flex a:hover {
  color: black;
  text-decoration: underline;
}
.news-article-sec4 .right-comp .category-flex a p {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .news-article-sec4 .title {
    margin-top: 6rem;
  }
  .news-article-sec4 .title p {
    text-align: left;
    font-size: 2rem;
    letter-spacing: 1rem;
  }
  .news-article-sec4 .title p span {
    font-size: 1.25rem;
    margin-left: 1.5rem;
    letter-spacing: 0.5rem;
  }
  .news-article-sec4 .left-comp {
    margin-top: 1rem;
  }
  .news-article-sec4 .left-comp .articles .article-wrapper {
    margin-top: 1.5rem;
  }
  .news-article-sec4 .left-comp .articles .article-wrapper .text-box {
    margin-top: 2.75rem;
  }
  .news-article-sec4 .left-comp .articles .article-wrapper .text-box p {
    font-size: 1rem;
  }
  .news-article-sec4 .left-comp .articles .article-wrapper .text-box p span {
    margin-left: 1.5rem;
  }
  .news-article-sec4 .left-comp .articles .article-wrapper .text-box .row2 {
    margin-top: 1rem;
  }
  .news-article-sec4 .left-comp .articles .article-wrapper .line {
    margin-top: 1.5rem;
  }
  .news-article-sec4 .left-comp .button-next {
    margin-top: 2rem;
  }
  .news-article-sec4 .left-comp .button-next .button {
    line-height: 3rem;
    font-size: 1rem;
    letter-spacing: 0.25rem;
  }
  .news-article-sec4 .left-comp .button-next .button:hover {
    background-color: white;
    color: #737373;
  }
  .news-article-sec4 .right-comp .keyword {
    margin-top: 3rem;
  }
  .news-article-sec4 .right-comp .keyword .title {
    font-size: 1.375rem;
    letter-spacing: 0.5rem;
  }
  .news-article-sec4 .right-comp .keyword-flex a {
    font-size: 1rem;
    letter-spacing: 0.25rem;
    padding: 0.25rem 0.75rem;
    margin-right: 0.5rem;
    margin-top: 0.5rem;
  }
  .news-article-sec4 .right-comp .category {
    margin-top: 3rem;
  }
  .news-article-sec4 .right-comp .category .title {
    font-size: 1.375rem;
    letter-spacing: 0.5rem;
  }
  .news-article-sec4 .right-comp .category-flex a {
    font-size: 1rem;
    letter-spacing: 0.25rem;
    padding: 0.25rem 0.75rem;
    margin-right: 0.5rem;
    margin-top: 0.5rem;
  }
  .news-article-sec4 .right-comp .search-form {
    display: flex;
  }
  .news-article-sec4 .right-comp .search-form input,
  .news-article-sec4 .right-comp .search-form button {
    height: 2rem;
    font-size: 1rem;
    line-height: 1rem;
    padding: 0.25rem 0.5rem;
  }
}

/*--=====-----=====-----=====-----=====-----=====-----=====-----=====-----=====----- EnD NEWS ARTICLE-----=====-----=====-----=====-----=====-----=====-----=====-----=====-----=====--*/
/*--=====-----=====-----=====-----=====-----=====-----=====-----=====-----=====----- sAt CONCEPT -----=====-----=====-----=====-----=====-----=====-----=====-----=====-----=====--*/
.concept-sec1 {
  margin-top: 1.5rem;
  /* padding-right: 0; 20220406 */
  padding-left: 0;
}
.concept-sec1 .pics {
  padding: 0;
}
@media (min-width: 992px) {
  .concept-sec1 {
    margin-top: 4.5rem;
  }
  .concept-sec1 .pics {
    margin-top: 0rem;
  }
}
.concept-sec2 .top-message {
  text-align: center;
  font-family:
    "Yu Mincho", "MS PMincho", serif, "Yu Mincho", serif,
    "Yu MinchoHiraMinProN-W3", "NewYork", serif, "Yu MinchoHiraMinProN-W3",
    serif;
}
.concept-sec2 .top-message .row1 {
  font-size: 0.7rem;
  letter-spacing: 0.04rem;
  margin-top: 3rem;
  margin-bottom: 1rem;
}
.concept-sec2 .top-message .row2 {
  margin-top: 0.5rem;
}
.concept-sec2 .texts {
  margin-top: 1.5rem;
}
.concept-sec2 .texts p {
  font-size: 0.625rem;
  text-align: center;
  margin-bottom: 0;
  letter-spacing: 0.1rem;
  line-height: 1.2rem;
}
@media (min-width: 992px) {
  .concept-sec2 {
    margin-top: 4.5rem;
  }
  .concept-sec2 .top-message .row1 {
    font-size: 1.5rem;
  }
  .concept-sec2 .top-message .row2 {
    margin-top: 1.5rem;
    width: 50%;
    margin: auto;
  }
  .concept-sec2 .top-message .row2 img {
    width: 80%;
  }
  .concept-sec2 .texts {
    margin-top: 4.5rem;
  }
  .concept-sec2 .texts p {
    font-size: 1rem;
    margin-bottom: 0;
    letter-spacing: 0.25rem;
    line-height: 2rem;
  }
}

/*--=====-----=====-----=====-----=====-----=====-----=====-----=====-----=====----- EnD CONCEPT -----=====-----=====-----=====-----=====-----=====-----=====-----=====-----=====--*/
/*--=====-----=====-----=====-----=====-----=====-----=====-----=====-----=====----- sAt CLOTHES TEMPLATE -----=====-----=====-----=====-----=====-----=====-----=====-----=====-----=====--*/
.clothes-template_2-top {
  font-size: 0.625rem;
  letter-spacing: 0.15rem;
  text-align: center;
}
@media (min-width: 992px) {
  .clothes-template_2-top {
    font-size: 1rem;
    letter-spacing: 0.35rem;
  }
}
.clothes-template_2-sec1 {
  font-size: 0.5rem;
  letter-spacing: 0.2rem;
  text-align: center;
}
@media (min-width: 992px) {
  .clothes-template_2-sec1 {
    font-size: 1rem;
    letter-spacing: 0.2rem;
  }
}
.clothes-template_2-sec2 {
  margin-top: 3rem;
}
.clothes-template_2-sec2 a {
  text-decoration: none;
  text-align: center;
  font-size: 0.625rem;
  letter-spacing: 0.2rem;
  color: #c0a79c;
}
.clothes-template_2-sec2 a p {
  margin-bottom: 0.5rem;
}
.clothes-template_2-sec2 a.active {
  text-decoration: underline;
  color: black;
}
.clothes-template_2-sec2 a:hover {
  color: black;
}
@media (min-width: 992px) {
  .clothes-template_2-sec2 {
    margin-top: 7rem;
  }
  .clothes-template_2-sec2 a {
    font-size: 1.125rem;
    letter-spacing: 0.5rem;
  }
}
.clothes-template_2-sec3 {
  margin-top: 3rem;
}
.clothes-template_2-sec3 * {
  transition: all 0.25s;
}
.clothes-template_2-sec3 .title {
  text-align: center;
  letter-spacing: 0.4rem;
}
.clothes-template_2-sec3 .title .row1 {
  font-size: 0.75rem;
  margin-bottom: 0.5rem;
}
.clothes-template_2-sec3 .title .row2 {
  font-size: 1.125rem;
  margin-bottom: 0.5rem;
}
.clothes-template_2-sec3 .r_dropdown-show .r_dropdown-menu {
  display: block;
}
.clothes-template_2-sec3 .r_dropdown {
  position: relative;
}
.clothes-template_2-sec3 .r_dropdown-toggle {
  width: 100%;
  border: 1px solid black;
}
.clothes-template_2-sec3 .r_dropdown-toggle .face {
  position: relative;
  margin-bottom: 0;
  font-size: 0.75rem;
  line-height: 2rem;
  letter-spacing: 0.25rem;
  background-color: black;
  color: white;
  text-align: center;
}
.clothes-template_2-sec3 .r_dropdown-toggle .face:hover {
  background-color: black;
  color: white;
}
.clothes-template_2-sec3 .r_dropdown-toggle .face span {
  position: absolute;
  top: 0;
  right: 0;
}
.clothes-template_2-sec3 .r_dropdown-menu {
  display: none;
  position: absolute;
  z-index: 1;
  width: 100%;
}
.clothes-template_2-sec3 .r_dropdown-menu a {
  display: block;
  border-bottom: 1px solid black;
  border-left: 1px solid black;
  border-right: 1px solid black;
}
.clothes-template_2-sec3 .r_dropdown a {
  text-decoration: none;
}
.clothes-template_2-sec3 .r_dropdown .tag {
  margin-bottom: 0;
  font-size: 0.75rem;
  line-height: 2rem;
  letter-spacing: 0.25rem;
  background-color: #f7f6f4;
  color: black;
  text-align: center;
}
.clothes-template_2-sec3 .r_dropdown .tag:hover {
  background-color: black;
  color: white;
}
.clothes-template_2-sec3 .r_dropdown .tag.active {
  background-color: black;
  color: white;
}
@media (min-width: 992px) {
  .clothes-template_2-sec3 {
    margin-top: 6.25rem;
  }
  .clothes-template_2-sec3 .title {
    letter-spacing: 0.4rem;
  }
  .clothes-template_2-sec3 .title .row1 {
    font-size: 1.25rem;
    margin-bottom: 0.75rem;
  }
  .clothes-template_2-sec3 .title .row2 {
    font-size: 1.75rem;
    margin-bottom: 1rem;
  }
  .clothes-template_2-sec3 .category .category-menus {
    display: flex;
    justify-content: center;
  }
  .clothes-template_2-sec3 .category .category-menus a {
    width: 15%;
    margin-right: 2%;
    font-size: 1.125rem;
    letter-spacing: 0.5rem;
    text-align: center;
    color: black;
    text-decoration: none;
  }
  .clothes-template_2-sec3 .category .category-menus a:last-child {
    margin-right: 0;
  }
  .clothes-template_2-sec3 .category .category-menus a .tag {
    margin-bottom: 0;
    line-height: 3.255rem;
    border: 1px solid black;
  }
  .clothes-template_2-sec3 .category .category-menus a.active,
  .clothes-template_2-sec3 .category .category-menus a:hover {
    color: white;
    background-color: black;
  }
}
.clothes-template_2-sec4 {
  margin-top: 1.5rem;
}
.clothes-template_2-sec4 * {
  transition: all 0.5s;
}
.clothes-template_2-sec4 .pic-lists .pic {
  position: relative;
  display: none;
  visibility: hidden;
  opacity: 0;
  cursor: pointer;
  padding: 0;
  margin-top: 3%;
  width: 42.5%;
}
.clothes-template_2-sec4 .pic-lists .pic:nth-child(odd) {
  margin-left: 6%;
  margin-right: 1.5%;
}
.clothes-template_2-sec4 .pic-lists .pic:nth-child(even) {
  margin-left: 1.5%;
  margin-right: 6%;
}
.clothes-template_2-sec4 .pic-lists .pic .dummy1-8 {
  visibility: hidden;
  opacity: 0;
}
.clothes-template_2-sec4 .pic-lists .pic .hover_text {
  font-family:
    "Yu Mincho", "MS PMincho", serif, "Yu Mincho", serif,
    "Yu MinchoHiraMinProN-W3", "NewYork", serif, "Yu MinchoHiraMinProN-W3",
    serif;
  font-size: 1.125rem;
  letter-spacing: 0.5rem;
  text-align: center;
  padding-top: 12rem;
  color: white;
}
.clothes-template_2-sec4 .pic-lists .pic .mask {
  width: 100%;
  height: 100%;
  position: absolute; /* 絶対位置指定 */
  top: 0;
  left: 0;
  opacity: 0; /* マスクを表示しない */
  background-color: rgba(0, 0, 0, 0.15); /* マスクは半透明 */
  transition: all 0.2s ease;
}
.clothes-template_2-sec4 .pic-lists .pic:hover .mask {
  opacity: 1; /* マスクを表示する */
}
@media (max-width: 992px) {
  .clothes-template_2-sec4 #pic-shown_1 .pic-lists .pic:nth-child(1) {
    display: block;
    visibility: visible;
    opacity: 1;
  }
  .clothes-template_2-sec4 #pic-shown_1 .pic-lists .pic:nth-child(2) {
    display: block;
    visibility: visible;
    opacity: 1;
  }
  .clothes-template_2-sec4 #pic-shown_1 .pic-lists .pic:nth-child(3) {
    display: block;
    visibility: visible;
    opacity: 1;
  }
  .clothes-template_2-sec4 #pic-shown_1 .pic-lists .pic:nth-child(4) {
    display: block;
    visibility: visible;
    opacity: 1;
  }
  .clothes-template_2-sec4 #pic-shown_1 .pic-lists .pic:nth-child(5) {
    display: block;
    visibility: visible;
    opacity: 1;
  }
  .clothes-template_2-sec4 #pic-shown_1 .pic-lists .pic:nth-child(6) {
    display: block;
    visibility: visible;
    opacity: 1;
  }
  .clothes-template_2-sec4 #pic-shown_1 .pic-lists .pic .hover_text {
    font-size: 0.625rem;
    padding-top: 10rem;
  }
  .clothes-template_2-sec4 #pic-shown_2 .pic-lists .pic:nth-child(7) {
    display: block;
    visibility: visible;
    opacity: 1;
  }
  .clothes-template_2-sec4 #pic-shown_2 .pic-lists .pic:nth-child(8) {
    display: block;
    visibility: visible;
    opacity: 1;
  }
  .clothes-template_2-sec4 #pic-shown_2 .pic-lists .pic:nth-child(9) {
    display: block;
    visibility: visible;
    opacity: 1;
  }
  .clothes-template_2-sec4 #pic-shown_2 .pic-lists .pic:nth-child(10) {
    display: block;
    visibility: visible;
    opacity: 1;
  }
  .clothes-template_2-sec4 #pic-shown_2 .pic-lists .pic:nth-child(11) {
    display: block;
    visibility: visible;
    opacity: 1;
  }
  .clothes-template_2-sec4 #pic-shown_2 .pic-lists .pic:nth-child(12) {
    display: block;
    visibility: visible;
    opacity: 1;
  }
  .clothes-template_2-sec4 #pic-shown_3 .pic-lists .pic:nth-child(13) {
    display: block;
    visibility: visible;
    opacity: 1;
  }
  .clothes-template_2-sec4 #pic-shown_3 .pic-lists .pic:nth-child(14) {
    display: block;
    visibility: visible;
    opacity: 1;
  }
  .clothes-template_2-sec4 #pic-shown_3 .pic-lists .pic:nth-child(15) {
    display: block;
    visibility: visible;
    opacity: 1;
  }
  .clothes-template_2-sec4 #pic-shown_3 .pic-lists .pic:nth-child(16) {
    display: block;
    visibility: visible;
    opacity: 1;
  }
  .clothes-template_2-sec4 #pic-shown_3 .pic-lists .pic:nth-child(17) {
    display: block;
    visibility: visible;
    opacity: 1;
  }
  .clothes-template_2-sec4 #pic-shown_3 .pic-lists .pic:nth-child(18) {
    display: block;
    visibility: visible;
    opacity: 1;
  }
  .clothes-template_2-sec4 #pic-shown_4 .pic-lists .pic:nth-child(19) {
    display: block;
    visibility: visible;
    opacity: 1;
  }
  .clothes-template_2-sec4 #pic-shown_4 .pic-lists .pic:nth-child(20) {
    display: block;
    visibility: visible;
    opacity: 1;
  }
  .clothes-template_2-sec4 #pic-shown_4 .pic-lists .pic:nth-child(21) {
    display: block;
    visibility: visible;
    opacity: 1;
  }
  .clothes-template_2-sec4 #pic-shown_4 .pic-lists .pic:nth-child(22) {
    display: block;
    visibility: visible;
    opacity: 1;
  }
  .clothes-template_2-sec4 #pic-shown_4 .pic-lists .pic:nth-child(23) {
    display: block;
    visibility: visible;
    opacity: 1;
  }
  .clothes-template_2-sec4 #pic-shown_4 .pic-lists .pic:nth-child(24) {
    display: block;
    visibility: visible;
    opacity: 1;
  }
  .clothes-template_2-sec4 #pic-shown_5 .pic-lists .pic:nth-child(25) {
    display: block;
    visibility: visible;
    opacity: 1;
  }
  .clothes-template_2-sec4 #pic-shown_5 .pic-lists .pic:nth-child(26) {
    display: block;
    visibility: visible;
    opacity: 1;
  }
  .clothes-template_2-sec4 #pic-shown_5 .pic-lists .pic:nth-child(27) {
    display: block;
    visibility: visible;
    opacity: 1;
  }
  .clothes-template_2-sec4 #pic-shown_5 .pic-lists .pic:nth-child(28) {
    display: block;
    visibility: visible;
    opacity: 1;
  }
  .clothes-template_2-sec4 #pic-shown_5 .pic-lists .pic:nth-child(29) {
    display: block;
    visibility: visible;
    opacity: 1;
  }
  .clothes-template_2-sec4 #pic-shown_5 .pic-lists .pic:nth-child(30) {
    display: block;
    visibility: visible;
    opacity: 1;
  }
  .clothes-template_2-sec4 #pic-shown_6 .pic-lists .pic:nth-child(31) {
    display: block;
    visibility: visible;
    opacity: 1;
  }
  .clothes-template_2-sec4 #pic-shown_6 .pic-lists .pic:nth-child(32) {
    display: block;
    visibility: visible;
    opacity: 1;
  }
  .clothes-template_2-sec4 #pic-shown_6 .pic-lists .pic:nth-child(33) {
    display: block;
    visibility: visible;
    opacity: 1;
  }
  .clothes-template_2-sec4 #pic-shown_6 .pic-lists .pic:nth-child(34) {
    display: block;
    visibility: visible;
    opacity: 1;
  }
  .clothes-template_2-sec4 #pic-shown_6 .pic-lists .pic:nth-child(35) {
    display: block;
    visibility: visible;
    opacity: 1;
  }
  .clothes-template_2-sec4 #pic-shown_6 .pic-lists .pic:nth-child(36) {
    display: block;
    visibility: visible;
    opacity: 1;
  }
  .clothes-template_2-sec4 #pic-shown_7 .pic-lists .pic:nth-child(37) {
    display: block;
    visibility: visible;
    opacity: 1;
  }
  .clothes-template_2-sec4 #pic-shown_7 .pic-lists .pic:nth-child(38) {
    display: block;
    visibility: visible;
    opacity: 1;
  }
  .clothes-template_2-sec4 #pic-shown_7 .pic-lists .pic:nth-child(39) {
    display: block;
    visibility: visible;
    opacity: 1;
  }
  .clothes-template_2-sec4 #pic-shown_7 .pic-lists .pic:nth-child(40) {
    display: block;
    visibility: visible;
    opacity: 1;
  }
  .clothes-template_2-sec4 #pic-shown_7 .pic-lists .pic:nth-child(41) {
    display: block;
    visibility: visible;
    opacity: 1;
  }
  .clothes-template_2-sec4 #pic-shown_7 .pic-lists .pic:nth-child(42) {
    display: block;
    visibility: visible;
    opacity: 1;
  }
  .clothes-template_2-sec4 #pic-shown_8 .pic-lists .pic:nth-child(43) {
    display: block;
    visibility: visible;
    opacity: 1;
  }
  .clothes-template_2-sec4 #pic-shown_8 .pic-lists .pic:nth-child(44) {
    display: block;
    visibility: visible;
    opacity: 1;
  }
  .clothes-template_2-sec4 #pic-shown_8 .pic-lists .pic:nth-child(45) {
    display: block;
    visibility: visible;
    opacity: 1;
  }
  .clothes-template_2-sec4 #pic-shown_8 .pic-lists .pic:nth-child(46) {
    display: block;
    visibility: visible;
    opacity: 1;
  }
  .clothes-template_2-sec4 #pic-shown_8 .pic-lists .pic:nth-child(47) {
    display: block;
    visibility: visible;
    opacity: 1;
  }
  .clothes-template_2-sec4 #pic-shown_8 .pic-lists .pic:nth-child(48) {
    display: block;
    visibility: visible;
    opacity: 1;
  }
  .clothes-template_2-sec4 #pic-shown_9 .pic-lists .pic:nth-child(49) {
    display: block;
    visibility: visible;
    opacity: 1;
  }
  .clothes-template_2-sec4 #pic-shown_9 .pic-lists .pic:nth-child(50) {
    display: block;
    visibility: visible;
    opacity: 1;
  }
  .clothes-template_2-sec4 #pic-shown_9 .pic-lists .pic:nth-child(51) {
    display: block;
    visibility: visible;
    opacity: 1;
  }
  .clothes-template_2-sec4 #pic-shown_9 .pic-lists .pic:nth-child(52) {
    display: block;
    visibility: visible;
    opacity: 1;
  }
  .clothes-template_2-sec4 #pic-shown_9 .pic-lists .pic:nth-child(53) {
    display: block;
    visibility: visible;
    opacity: 1;
  }
  .clothes-template_2-sec4 #pic-shown_9 .pic-lists .pic:nth-child(54) {
    display: block;
    visibility: visible;
    opacity: 1;
  }
  .clothes-template_2-sec4 #pic-shown_10 .pic-lists .pic:nth-child(55) {
    display: block;
    visibility: visible;
    opacity: 1;
  }
  .clothes-template_2-sec4 #pic-shown_10 .pic-lists .pic:nth-child(56) {
    display: block;
    visibility: visible;
    opacity: 1;
  }
  .clothes-template_2-sec4 #pic-shown_10 .pic-lists .pic:nth-child(57) {
    display: block;
    visibility: visible;
    opacity: 1;
  }
  .clothes-template_2-sec4 #pic-shown_10 .pic-lists .pic:nth-child(58) {
    display: block;
    visibility: visible;
    opacity: 1;
  }
  .clothes-template_2-sec4 #pic-shown_10 .pic-lists .pic:nth-child(59) {
    display: block;
    visibility: visible;
    opacity: 1;
  }
  .clothes-template_2-sec4 #pic-shown_10 .pic-lists .pic:nth-child(60) {
    display: block;
    visibility: visible;
    opacity: 1;
  }
  .clothes-template_2-sec4 #pic-shown_11 .pic-lists .pic:nth-child(61) {
    display: block;
    visibility: visible;
    opacity: 1;
  }
  .clothes-template_2-sec4 #pic-shown_11 .pic-lists .pic:nth-child(62) {
    display: block;
    visibility: visible;
    opacity: 1;
  }
  .clothes-template_2-sec4 #pic-shown_11 .pic-lists .pic:nth-child(63) {
    display: block;
    visibility: visible;
    opacity: 1;
  }
  .clothes-template_2-sec4 #pic-shown_11 .pic-lists .pic:nth-child(64) {
    display: block;
    visibility: visible;
    opacity: 1;
  }
  .clothes-template_2-sec4 #pic-shown_11 .pic-lists .pic:nth-child(65) {
    display: block;
    visibility: visible;
    opacity: 1;
  }
  .clothes-template_2-sec4 #pic-shown_11 .pic-lists .pic:nth-child(66) {
    display: block;
    visibility: visible;
    opacity: 1;
  }
  .clothes-template_2-sec4 #pic-shown_12 .pic-lists .pic:nth-child(67) {
    display: block;
    visibility: visible;
    opacity: 1;
  }
  .clothes-template_2-sec4 #pic-shown_12 .pic-lists .pic:nth-child(68) {
    display: block;
    visibility: visible;
    opacity: 1;
  }
  .clothes-template_2-sec4 #pic-shown_12 .pic-lists .pic:nth-child(69) {
    display: block;
    visibility: visible;
    opacity: 1;
  }
  .clothes-template_2-sec4 #pic-shown_12 .pic-lists .pic:nth-child(70) {
    display: block;
    visibility: visible;
    opacity: 1;
  }
  .clothes-template_2-sec4 #pic-shown_12 .pic-lists .pic:nth-child(71) {
    display: block;
    visibility: visible;
    opacity: 1;
  }
  .clothes-template_2-sec4 #pic-shown_12 .pic-lists .pic:nth-child(72) {
    display: block;
    visibility: visible;
    opacity: 1;
  }
  .clothes-template_2-sec4 #pic-shown_13 .pic-lists .pic:nth-child(73) {
    display: block;
    visibility: visible;
    opacity: 1;
  }
  .clothes-template_2-sec4 #pic-shown_13 .pic-lists .pic:nth-child(74) {
    display: block;
    visibility: visible;
    opacity: 1;
  }
  .clothes-template_2-sec4 #pic-shown_13 .pic-lists .pic:nth-child(75) {
    display: block;
    visibility: visible;
    opacity: 1;
  }
  .clothes-template_2-sec4 #pic-shown_13 .pic-lists .pic:nth-child(76) {
    display: block;
    visibility: visible;
    opacity: 1;
  }
  .clothes-template_2-sec4 #pic-shown_13 .pic-lists .pic:nth-child(77) {
    display: block;
    visibility: visible;
    opacity: 1;
  }
  .clothes-template_2-sec4 #pic-shown_13 .pic-lists .pic:nth-child(78) {
    display: block;
    visibility: visible;
    opacity: 1;
  }
  .clothes-template_2-sec4 #pic-shown_14 .pic-lists .pic:nth-child(79) {
    display: block;
    visibility: visible;
    opacity: 1;
  }
  .clothes-template_2-sec4 #pic-shown_14 .pic-lists .pic:nth-child(80) {
    display: block;
    visibility: visible;
    opacity: 1;
  }
  .clothes-template_2-sec4 #pic-shown_14 .pic-lists .pic:nth-child(81) {
    display: block;
    visibility: visible;
    opacity: 1;
  }
  .clothes-template_2-sec4 #pic-shown_14 .pic-lists .pic:nth-child(82) {
    display: block;
    visibility: visible;
    opacity: 1;
  }
  .clothes-template_2-sec4 #pic-shown_14 .pic-lists .pic:nth-child(83) {
    display: block;
    visibility: visible;
    opacity: 1;
  }
  .clothes-template_2-sec4 #pic-shown_14 .pic-lists .pic:nth-child(84) {
    display: block;
    visibility: visible;
    opacity: 1;
  }
  .clothes-template_2-sec4 #pic-shown_15 .pic-lists .pic:nth-child(85) {
    display: block;
    visibility: visible;
    opacity: 1;
  }
  .clothes-template_2-sec4 #pic-shown_15 .pic-lists .pic:nth-child(86) {
    display: block;
    visibility: visible;
    opacity: 1;
  }
  .clothes-template_2-sec4 #pic-shown_15 .pic-lists .pic:nth-child(87) {
    display: block;
    visibility: visible;
    opacity: 1;
  }
  .clothes-template_2-sec4 #pic-shown_15 .pic-lists .pic:nth-child(88) {
    display: block;
    visibility: visible;
    opacity: 1;
  }
  .clothes-template_2-sec4 #pic-shown_15 .pic-lists .pic:nth-child(89) {
    display: block;
    visibility: visible;
    opacity: 1;
  }
  .clothes-template_2-sec4 #pic-shown_15 .pic-lists .pic:nth-child(90) {
    display: block;
    visibility: visible;
    opacity: 1;
  }
  .clothes-template_2-sec4 #pic-shown_16 .pic-lists .pic:nth-child(91) {
    display: block;
    visibility: visible;
    opacity: 1;
  }
  .clothes-template_2-sec4 #pic-shown_16 .pic-lists .pic:nth-child(92) {
    display: block;
    visibility: visible;
    opacity: 1;
  }
  .clothes-template_2-sec4 #pic-shown_16 .pic-lists .pic:nth-child(93) {
    display: block;
    visibility: visible;
    opacity: 1;
  }
  .clothes-template_2-sec4 #pic-shown_16 .pic-lists .pic:nth-child(94) {
    display: block;
    visibility: visible;
    opacity: 1;
  }
  .clothes-template_2-sec4 #pic-shown_16 .pic-lists .pic:nth-child(95) {
    display: block;
    visibility: visible;
    opacity: 1;
  }
  .clothes-template_2-sec4 #pic-shown_16 .pic-lists .pic:nth-child(96) {
    display: block;
    visibility: visible;
    opacity: 1;
  }
  .clothes-template_2-sec4 #pic-shown_17 .pic-lists .pic:nth-child(97) {
    display: block;
    visibility: visible;
    opacity: 1;
  }
  .clothes-template_2-sec4 #pic-shown_17 .pic-lists .pic:nth-child(98) {
    display: block;
    visibility: visible;
    opacity: 1;
  }
  .clothes-template_2-sec4 #pic-shown_17 .pic-lists .pic:nth-child(99) {
    display: block;
    visibility: visible;
    opacity: 1;
  }
  .clothes-template_2-sec4 #pic-shown_17 .pic-lists .pic:nth-child(100) {
    display: block;
    visibility: visible;
    opacity: 1;
  }
  .clothes-template_2-sec4 #pic-shown_17 .pic-lists .pic:nth-child(101) {
    display: block;
    visibility: visible;
    opacity: 1;
  }
  .clothes-template_2-sec4 #pic-shown_17 .pic-lists .pic:nth-child(102) {
    display: block;
    visibility: visible;
    opacity: 1;
  }
  .clothes-template_2-sec4 #pic-shown_18 .pic-lists .pic:nth-child(103) {
    display: block;
    visibility: visible;
    opacity: 1;
  }
  .clothes-template_2-sec4 #pic-shown_18 .pic-lists .pic:nth-child(104) {
    display: block;
    visibility: visible;
    opacity: 1;
  }
  .clothes-template_2-sec4 #pic-shown_18 .pic-lists .pic:nth-child(105) {
    display: block;
    visibility: visible;
    opacity: 1;
  }
  .clothes-template_2-sec4 #pic-shown_18 .pic-lists .pic:nth-child(106) {
    display: block;
    visibility: visible;
    opacity: 1;
  }
  .clothes-template_2-sec4 #pic-shown_18 .pic-lists .pic:nth-child(107) {
    display: block;
    visibility: visible;
    opacity: 1;
  }
  .clothes-template_2-sec4 #pic-shown_18 .pic-lists .pic:nth-child(108) {
    display: block;
    visibility: visible;
    opacity: 1;
  }
  .clothes-template_2-sec4 #pic-shown_19 .pic-lists .pic:nth-child(109) {
    display: block;
    visibility: visible;
    opacity: 1;
  }
  .clothes-template_2-sec4 #pic-shown_19 .pic-lists .pic:nth-child(110) {
    display: block;
    visibility: visible;
    opacity: 1;
  }
  .clothes-template_2-sec4 #pic-shown_19 .pic-lists .pic:nth-child(111) {
    display: block;
    visibility: visible;
    opacity: 1;
  }
  .clothes-template_2-sec4 #pic-shown_19 .pic-lists .pic:nth-child(112) {
    display: block;
    visibility: visible;
    opacity: 1;
  }
  .clothes-template_2-sec4 #pic-shown_19 .pic-lists .pic:nth-child(113) {
    display: block;
    visibility: visible;
    opacity: 1;
  }
  .clothes-template_2-sec4 #pic-shown_19 .pic-lists .pic:nth-child(114) {
    display: block;
    visibility: visible;
    opacity: 1;
  }
  .clothes-template_2-sec4 #pic-shown_20 .pic-lists .pic:nth-child(115) {
    display: block;
    visibility: visible;
    opacity: 1;
  }
  .clothes-template_2-sec4 #pic-shown_20 .pic-lists .pic:nth-child(116) {
    display: block;
    visibility: visible;
    opacity: 1;
  }
  .clothes-template_2-sec4 #pic-shown_20 .pic-lists .pic:nth-child(117) {
    display: block;
    visibility: visible;
    opacity: 1;
  }
  .clothes-template_2-sec4 #pic-shown_20 .pic-lists .pic:nth-child(118) {
    display: block;
    visibility: visible;
    opacity: 1;
  }
  .clothes-template_2-sec4 #pic-shown_20 .pic-lists .pic:nth-child(119) {
    display: block;
    visibility: visible;
    opacity: 1;
  }
  .clothes-template_2-sec4 #pic-shown_20 .pic-lists .pic:nth-child(120) {
    display: block;
    visibility: visible;
    opacity: 1;
  }
}
@media (min-width: 992px) {
  .clothes-template_2-sec4 .pic-lists .pic {
    margin-top: 2%;
    width: 23%;
  }
  .clothes-template_2-sec4 .pic-lists .pic:nth-child(odd),
  .clothes-template_2-sec4 .pic-lists .pic:nth-child(even) {
    margin-left: 0;
    margin-right: 0;
  }
  .clothes-template_2-sec4 .pic-lists .pic:nth-child(4n + 2) {
    margin-left: 1%;
    margin-right: 1%;
  }
  .clothes-template_2-sec4 .pic-lists .pic:nth-child(4n + 3) {
    margin-left: 1%;
    margin-right: 1%;
  }
  .clothes-template_2-sec4 .pic-lists .pic:nth-child(4n + 1) {
    margin-left: 1%;
    margin-right: 1%;
  }
  .clothes-template_2-sec4 .pic-lists .pic:nth-child(4n) {
    margin-left: 1%;
    margin-right: 1%;
  }
  .clothes-template_2-sec4 #pic-shown_1 .pic-lists .pic:nth-child(1) {
    display: block;
    visibility: visible;
    opacity: 1;
  }
  .clothes-template_2-sec4 #pic-shown_1 .pic-lists .pic:nth-child(2) {
    display: block;
    visibility: visible;
    opacity: 1;
  }
  .clothes-template_2-sec4 #pic-shown_1 .pic-lists .pic:nth-child(3) {
    display: block;
    visibility: visible;
    opacity: 1;
  }
  .clothes-template_2-sec4 #pic-shown_1 .pic-lists .pic:nth-child(4) {
    display: block;
    visibility: visible;
    opacity: 1;
  }
  .clothes-template_2-sec4 #pic-shown_1 .pic-lists .pic:nth-child(5) {
    display: block;
    visibility: visible;
    opacity: 1;
  }
  .clothes-template_2-sec4 #pic-shown_1 .pic-lists .pic:nth-child(6) {
    display: block;
    visibility: visible;
    opacity: 1;
  }
  .clothes-template_2-sec4 #pic-shown_1 .pic-lists .pic:nth-child(7) {
    display: block;
    visibility: visible;
    opacity: 1;
  }
  .clothes-template_2-sec4 #pic-shown_1 .pic-lists .pic:nth-child(8) {
    display: block;
    visibility: visible;
    opacity: 1;
  }
  .clothes-template_2-sec4 #pic-shown_1 .pic-lists .pic:nth-child(9) {
    display: block;
    visibility: visible;
    opacity: 1;
  }
  .clothes-template_2-sec4 #pic-shown_1 .pic-lists .pic:nth-child(10) {
    display: block;
    visibility: visible;
    opacity: 1;
  }
  .clothes-template_2-sec4 #pic-shown_1 .pic-lists .pic:nth-child(11) {
    display: block;
    visibility: visible;
    opacity: 1;
  }
  .clothes-template_2-sec4 #pic-shown_1 .pic-lists .pic:nth-child(12) {
    display: block;
    visibility: visible;
    opacity: 1;
  }
  .clothes-template_2-sec4 #pic-shown_2 .pic-lists .pic:nth-child(13) {
    display: block;
    visibility: visible;
    opacity: 1;
  }
  .clothes-template_2-sec4 #pic-shown_2 .pic-lists .pic:nth-child(14) {
    display: block;
    visibility: visible;
    opacity: 1;
  }
  .clothes-template_2-sec4 #pic-shown_2 .pic-lists .pic:nth-child(15) {
    display: block;
    visibility: visible;
    opacity: 1;
  }
  .clothes-template_2-sec4 #pic-shown_2 .pic-lists .pic:nth-child(16) {
    display: block;
    visibility: visible;
    opacity: 1;
  }
  .clothes-template_2-sec4 #pic-shown_2 .pic-lists .pic:nth-child(17) {
    display: block;
    visibility: visible;
    opacity: 1;
  }
  .clothes-template_2-sec4 #pic-shown_2 .pic-lists .pic:nth-child(18) {
    display: block;
    visibility: visible;
    opacity: 1;
  }
  .clothes-template_2-sec4 #pic-shown_2 .pic-lists .pic:nth-child(19) {
    display: block;
    visibility: visible;
    opacity: 1;
  }
  .clothes-template_2-sec4 #pic-shown_2 .pic-lists .pic:nth-child(20) {
    display: block;
    visibility: visible;
    opacity: 1;
  }
  .clothes-template_2-sec4 #pic-shown_2 .pic-lists .pic:nth-child(21) {
    display: block;
    visibility: visible;
    opacity: 1;
  }
  .clothes-template_2-sec4 #pic-shown_2 .pic-lists .pic:nth-child(22) {
    display: block;
    visibility: visible;
    opacity: 1;
  }
  .clothes-template_2-sec4 #pic-shown_2 .pic-lists .pic:nth-child(23) {
    display: block;
    visibility: visible;
    opacity: 1;
  }
  .clothes-template_2-sec4 #pic-shown_2 .pic-lists .pic:nth-child(24) {
    display: block;
    visibility: visible;
    opacity: 1;
  }
  .clothes-template_2-sec4 #pic-shown_3 .pic-lists .pic:nth-child(25) {
    display: block;
    visibility: visible;
    opacity: 1;
  }
  .clothes-template_2-sec4 #pic-shown_3 .pic-lists .pic:nth-child(26) {
    display: block;
    visibility: visible;
    opacity: 1;
  }
  .clothes-template_2-sec4 #pic-shown_3 .pic-lists .pic:nth-child(27) {
    display: block;
    visibility: visible;
    opacity: 1;
  }
  .clothes-template_2-sec4 #pic-shown_3 .pic-lists .pic:nth-child(28) {
    display: block;
    visibility: visible;
    opacity: 1;
  }
  .clothes-template_2-sec4 #pic-shown_3 .pic-lists .pic:nth-child(29) {
    display: block;
    visibility: visible;
    opacity: 1;
  }
  .clothes-template_2-sec4 #pic-shown_3 .pic-lists .pic:nth-child(30) {
    display: block;
    visibility: visible;
    opacity: 1;
  }
  .clothes-template_2-sec4 #pic-shown_3 .pic-lists .pic:nth-child(31) {
    display: block;
    visibility: visible;
    opacity: 1;
  }
  .clothes-template_2-sec4 #pic-shown_3 .pic-lists .pic:nth-child(32) {
    display: block;
    visibility: visible;
    opacity: 1;
  }
  .clothes-template_2-sec4 #pic-shown_3 .pic-lists .pic:nth-child(33) {
    display: block;
    visibility: visible;
    opacity: 1;
  }
  .clothes-template_2-sec4 #pic-shown_3 .pic-lists .pic:nth-child(34) {
    display: block;
    visibility: visible;
    opacity: 1;
  }
  .clothes-template_2-sec4 #pic-shown_3 .pic-lists .pic:nth-child(35) {
    display: block;
    visibility: visible;
    opacity: 1;
  }
  .clothes-template_2-sec4 #pic-shown_3 .pic-lists .pic:nth-child(36) {
    display: block;
    visibility: visible;
    opacity: 1;
  }
  .clothes-template_2-sec4 #pic-shown_4 .pic-lists .pic:nth-child(37) {
    display: block;
    visibility: visible;
    opacity: 1;
  }
  .clothes-template_2-sec4 #pic-shown_4 .pic-lists .pic:nth-child(38) {
    display: block;
    visibility: visible;
    opacity: 1;
  }
  .clothes-template_2-sec4 #pic-shown_4 .pic-lists .pic:nth-child(39) {
    display: block;
    visibility: visible;
    opacity: 1;
  }
  .clothes-template_2-sec4 #pic-shown_4 .pic-lists .pic:nth-child(40) {
    display: block;
    visibility: visible;
    opacity: 1;
  }
  .clothes-template_2-sec4 #pic-shown_4 .pic-lists .pic:nth-child(41) {
    display: block;
    visibility: visible;
    opacity: 1;
  }
  .clothes-template_2-sec4 #pic-shown_4 .pic-lists .pic:nth-child(42) {
    display: block;
    visibility: visible;
    opacity: 1;
  }
  .clothes-template_2-sec4 #pic-shown_4 .pic-lists .pic:nth-child(43) {
    display: block;
    visibility: visible;
    opacity: 1;
  }
  .clothes-template_2-sec4 #pic-shown_4 .pic-lists .pic:nth-child(44) {
    display: block;
    visibility: visible;
    opacity: 1;
  }
  .clothes-template_2-sec4 #pic-shown_4 .pic-lists .pic:nth-child(45) {
    display: block;
    visibility: visible;
    opacity: 1;
  }
  .clothes-template_2-sec4 #pic-shown_4 .pic-lists .pic:nth-child(46) {
    display: block;
    visibility: visible;
    opacity: 1;
  }
  .clothes-template_2-sec4 #pic-shown_4 .pic-lists .pic:nth-child(47) {
    display: block;
    visibility: visible;
    opacity: 1;
  }
  .clothes-template_2-sec4 #pic-shown_4 .pic-lists .pic:nth-child(48) {
    display: block;
    visibility: visible;
    opacity: 1;
  }
  .clothes-template_2-sec4 #pic-shown_5 .pic-lists .pic:nth-child(49) {
    display: block;
    visibility: visible;
    opacity: 1;
  }
  .clothes-template_2-sec4 #pic-shown_5 .pic-lists .pic:nth-child(50) {
    display: block;
    visibility: visible;
    opacity: 1;
  }
  .clothes-template_2-sec4 #pic-shown_5 .pic-lists .pic:nth-child(51) {
    display: block;
    visibility: visible;
    opacity: 1;
  }
  .clothes-template_2-sec4 #pic-shown_5 .pic-lists .pic:nth-child(52) {
    display: block;
    visibility: visible;
    opacity: 1;
  }
  .clothes-template_2-sec4 #pic-shown_5 .pic-lists .pic:nth-child(53) {
    display: block;
    visibility: visible;
    opacity: 1;
  }
  .clothes-template_2-sec4 #pic-shown_5 .pic-lists .pic:nth-child(54) {
    display: block;
    visibility: visible;
    opacity: 1;
  }
  .clothes-template_2-sec4 #pic-shown_5 .pic-lists .pic:nth-child(55) {
    display: block;
    visibility: visible;
    opacity: 1;
  }
  .clothes-template_2-sec4 #pic-shown_5 .pic-lists .pic:nth-child(56) {
    display: block;
    visibility: visible;
    opacity: 1;
  }
  .clothes-template_2-sec4 #pic-shown_5 .pic-lists .pic:nth-child(57) {
    display: block;
    visibility: visible;
    opacity: 1;
  }
  .clothes-template_2-sec4 #pic-shown_5 .pic-lists .pic:nth-child(58) {
    display: block;
    visibility: visible;
    opacity: 1;
  }
  .clothes-template_2-sec4 #pic-shown_5 .pic-lists .pic:nth-child(59) {
    display: block;
    visibility: visible;
    opacity: 1;
  }
  .clothes-template_2-sec4 #pic-shown_5 .pic-lists .pic:nth-child(60) {
    display: block;
    visibility: visible;
    opacity: 1;
  }
  .clothes-template_2-sec4 #pic-shown_6 .pic-lists .pic:nth-child(61) {
    display: block;
    visibility: visible;
    opacity: 1;
  }
  .clothes-template_2-sec4 #pic-shown_6 .pic-lists .pic:nth-child(62) {
    display: block;
    visibility: visible;
    opacity: 1;
  }
  .clothes-template_2-sec4 #pic-shown_6 .pic-lists .pic:nth-child(63) {
    display: block;
    visibility: visible;
    opacity: 1;
  }
  .clothes-template_2-sec4 #pic-shown_6 .pic-lists .pic:nth-child(64) {
    display: block;
    visibility: visible;
    opacity: 1;
  }
  .clothes-template_2-sec4 #pic-shown_6 .pic-lists .pic:nth-child(65) {
    display: block;
    visibility: visible;
    opacity: 1;
  }
  .clothes-template_2-sec4 #pic-shown_6 .pic-lists .pic:nth-child(66) {
    display: block;
    visibility: visible;
    opacity: 1;
  }
  .clothes-template_2-sec4 #pic-shown_6 .pic-lists .pic:nth-child(67) {
    display: block;
    visibility: visible;
    opacity: 1;
  }
  .clothes-template_2-sec4 #pic-shown_6 .pic-lists .pic:nth-child(68) {
    display: block;
    visibility: visible;
    opacity: 1;
  }
  .clothes-template_2-sec4 #pic-shown_6 .pic-lists .pic:nth-child(69) {
    display: block;
    visibility: visible;
    opacity: 1;
  }
  .clothes-template_2-sec4 #pic-shown_6 .pic-lists .pic:nth-child(70) {
    display: block;
    visibility: visible;
    opacity: 1;
  }
  .clothes-template_2-sec4 #pic-shown_6 .pic-lists .pic:nth-child(71) {
    display: block;
    visibility: visible;
    opacity: 1;
  }
  .clothes-template_2-sec4 #pic-shown_6 .pic-lists .pic:nth-child(72) {
    display: block;
    visibility: visible;
    opacity: 1;
  }
  .clothes-template_2-sec4 #pic-shown_7 .pic-lists .pic:nth-child(73) {
    display: block;
    visibility: visible;
    opacity: 1;
  }
  .clothes-template_2-sec4 #pic-shown_7 .pic-lists .pic:nth-child(74) {
    display: block;
    visibility: visible;
    opacity: 1;
  }
  .clothes-template_2-sec4 #pic-shown_7 .pic-lists .pic:nth-child(75) {
    display: block;
    visibility: visible;
    opacity: 1;
  }
  .clothes-template_2-sec4 #pic-shown_7 .pic-lists .pic:nth-child(76) {
    display: block;
    visibility: visible;
    opacity: 1;
  }
  .clothes-template_2-sec4 #pic-shown_7 .pic-lists .pic:nth-child(77) {
    display: block;
    visibility: visible;
    opacity: 1;
  }
  .clothes-template_2-sec4 #pic-shown_7 .pic-lists .pic:nth-child(78) {
    display: block;
    visibility: visible;
    opacity: 1;
  }
  .clothes-template_2-sec4 #pic-shown_7 .pic-lists .pic:nth-child(79) {
    display: block;
    visibility: visible;
    opacity: 1;
  }
  .clothes-template_2-sec4 #pic-shown_7 .pic-lists .pic:nth-child(80) {
    display: block;
    visibility: visible;
    opacity: 1;
  }
  .clothes-template_2-sec4 #pic-shown_7 .pic-lists .pic:nth-child(81) {
    display: block;
    visibility: visible;
    opacity: 1;
  }
  .clothes-template_2-sec4 #pic-shown_7 .pic-lists .pic:nth-child(82) {
    display: block;
    visibility: visible;
    opacity: 1;
  }
  .clothes-template_2-sec4 #pic-shown_7 .pic-lists .pic:nth-child(83) {
    display: block;
    visibility: visible;
    opacity: 1;
  }
  .clothes-template_2-sec4 #pic-shown_7 .pic-lists .pic:nth-child(84) {
    display: block;
    visibility: visible;
    opacity: 1;
  }
  .clothes-template_2-sec4 #pic-shown_8 .pic-lists .pic:nth-child(85) {
    display: block;
    visibility: visible;
    opacity: 1;
  }
  .clothes-template_2-sec4 #pic-shown_8 .pic-lists .pic:nth-child(86) {
    display: block;
    visibility: visible;
    opacity: 1;
  }
  .clothes-template_2-sec4 #pic-shown_8 .pic-lists .pic:nth-child(87) {
    display: block;
    visibility: visible;
    opacity: 1;
  }
  .clothes-template_2-sec4 #pic-shown_8 .pic-lists .pic:nth-child(88) {
    display: block;
    visibility: visible;
    opacity: 1;
  }
  .clothes-template_2-sec4 #pic-shown_8 .pic-lists .pic:nth-child(89) {
    display: block;
    visibility: visible;
    opacity: 1;
  }
  .clothes-template_2-sec4 #pic-shown_8 .pic-lists .pic:nth-child(90) {
    display: block;
    visibility: visible;
    opacity: 1;
  }
  .clothes-template_2-sec4 #pic-shown_8 .pic-lists .pic:nth-child(91) {
    display: block;
    visibility: visible;
    opacity: 1;
  }
  .clothes-template_2-sec4 #pic-shown_8 .pic-lists .pic:nth-child(92) {
    display: block;
    visibility: visible;
    opacity: 1;
  }
  .clothes-template_2-sec4 #pic-shown_8 .pic-lists .pic:nth-child(93) {
    display: block;
    visibility: visible;
    opacity: 1;
  }
  .clothes-template_2-sec4 #pic-shown_8 .pic-lists .pic:nth-child(94) {
    display: block;
    visibility: visible;
    opacity: 1;
  }
  .clothes-template_2-sec4 #pic-shown_8 .pic-lists .pic:nth-child(95) {
    display: block;
    visibility: visible;
    opacity: 1;
  }
  .clothes-template_2-sec4 #pic-shown_8 .pic-lists .pic:nth-child(96) {
    display: block;
    visibility: visible;
    opacity: 1;
  }
  .clothes-template_2-sec4 #pic-shown_9 .pic-lists .pic:nth-child(97) {
    display: block;
    visibility: visible;
    opacity: 1;
  }
  .clothes-template_2-sec4 #pic-shown_9 .pic-lists .pic:nth-child(98) {
    display: block;
    visibility: visible;
    opacity: 1;
  }
  .clothes-template_2-sec4 #pic-shown_9 .pic-lists .pic:nth-child(99) {
    display: block;
    visibility: visible;
    opacity: 1;
  }
  .clothes-template_2-sec4 #pic-shown_9 .pic-lists .pic:nth-child(100) {
    display: block;
    visibility: visible;
    opacity: 1;
  }
  .clothes-template_2-sec4 #pic-shown_9 .pic-lists .pic:nth-child(101) {
    display: block;
    visibility: visible;
    opacity: 1;
  }
  .clothes-template_2-sec4 #pic-shown_9 .pic-lists .pic:nth-child(102) {
    display: block;
    visibility: visible;
    opacity: 1;
  }
  .clothes-template_2-sec4 #pic-shown_9 .pic-lists .pic:nth-child(103) {
    display: block;
    visibility: visible;
    opacity: 1;
  }
  .clothes-template_2-sec4 #pic-shown_9 .pic-lists .pic:nth-child(104) {
    display: block;
    visibility: visible;
    opacity: 1;
  }
  .clothes-template_2-sec4 #pic-shown_9 .pic-lists .pic:nth-child(105) {
    display: block;
    visibility: visible;
    opacity: 1;
  }
  .clothes-template_2-sec4 #pic-shown_9 .pic-lists .pic:nth-child(106) {
    display: block;
    visibility: visible;
    opacity: 1;
  }
  .clothes-template_2-sec4 #pic-shown_9 .pic-lists .pic:nth-child(107) {
    display: block;
    visibility: visible;
    opacity: 1;
  }
  .clothes-template_2-sec4 #pic-shown_9 .pic-lists .pic:nth-child(108) {
    display: block;
    visibility: visible;
    opacity: 1;
  }
  .clothes-template_2-sec4 #pic-shown_10 .pic-lists .pic:nth-child(109) {
    display: block;
    visibility: visible;
    opacity: 1;
  }
  .clothes-template_2-sec4 #pic-shown_10 .pic-lists .pic:nth-child(110) {
    display: block;
    visibility: visible;
    opacity: 1;
  }
  .clothes-template_2-sec4 #pic-shown_10 .pic-lists .pic:nth-child(111) {
    display: block;
    visibility: visible;
    opacity: 1;
  }
  .clothes-template_2-sec4 #pic-shown_10 .pic-lists .pic:nth-child(112) {
    display: block;
    visibility: visible;
    opacity: 1;
  }
  .clothes-template_2-sec4 #pic-shown_10 .pic-lists .pic:nth-child(113) {
    display: block;
    visibility: visible;
    opacity: 1;
  }
  .clothes-template_2-sec4 #pic-shown_10 .pic-lists .pic:nth-child(114) {
    display: block;
    visibility: visible;
    opacity: 1;
  }
  .clothes-template_2-sec4 #pic-shown_10 .pic-lists .pic:nth-child(115) {
    display: block;
    visibility: visible;
    opacity: 1;
  }
  .clothes-template_2-sec4 #pic-shown_10 .pic-lists .pic:nth-child(116) {
    display: block;
    visibility: visible;
    opacity: 1;
  }
  .clothes-template_2-sec4 #pic-shown_10 .pic-lists .pic:nth-child(117) {
    display: block;
    visibility: visible;
    opacity: 1;
  }
  .clothes-template_2-sec4 #pic-shown_10 .pic-lists .pic:nth-child(118) {
    display: block;
    visibility: visible;
    opacity: 1;
  }
  .clothes-template_2-sec4 #pic-shown_10 .pic-lists .pic:nth-child(119) {
    display: block;
    visibility: visible;
    opacity: 1;
  }
  .clothes-template_2-sec4 #pic-shown_10 .pic-lists .pic:nth-child(120) {
    display: block;
    visibility: visible;
    opacity: 1;
  }
  .clothes-template_2-sec4 #pic-shown_11 .pic-lists .pic:nth-child(121) {
    display: block;
    visibility: visible;
    opacity: 1;
  }
  .clothes-template_2-sec4 #pic-shown_11 .pic-lists .pic:nth-child(122) {
    display: block;
    visibility: visible;
    opacity: 1;
  }
  .clothes-template_2-sec4 #pic-shown_11 .pic-lists .pic:nth-child(123) {
    display: block;
    visibility: visible;
    opacity: 1;
  }
  .clothes-template_2-sec4 #pic-shown_11 .pic-lists .pic:nth-child(124) {
    display: block;
    visibility: visible;
    opacity: 1;
  }
  .clothes-template_2-sec4 #pic-shown_11 .pic-lists .pic:nth-child(125) {
    display: block;
    visibility: visible;
    opacity: 1;
  }
  .clothes-template_2-sec4 #pic-shown_11 .pic-lists .pic:nth-child(126) {
    display: block;
    visibility: visible;
    opacity: 1;
  }
  .clothes-template_2-sec4 #pic-shown_11 .pic-lists .pic:nth-child(127) {
    display: block;
    visibility: visible;
    opacity: 1;
  }
  .clothes-template_2-sec4 #pic-shown_11 .pic-lists .pic:nth-child(128) {
    display: block;
    visibility: visible;
    opacity: 1;
  }
  .clothes-template_2-sec4 #pic-shown_11 .pic-lists .pic:nth-child(129) {
    display: block;
    visibility: visible;
    opacity: 1;
  }
  .clothes-template_2-sec4 #pic-shown_11 .pic-lists .pic:nth-child(130) {
    display: block;
    visibility: visible;
    opacity: 1;
  }
  .clothes-template_2-sec4 #pic-shown_11 .pic-lists .pic:nth-child(131) {
    display: block;
    visibility: visible;
    opacity: 1;
  }
  .clothes-template_2-sec4 #pic-shown_11 .pic-lists .pic:nth-child(132) {
    display: block;
    visibility: visible;
    opacity: 1;
  }
  .clothes-template_2-sec4 #pic-shown_12 .pic-lists .pic:nth-child(133) {
    display: block;
    visibility: visible;
    opacity: 1;
  }
  .clothes-template_2-sec4 #pic-shown_12 .pic-lists .pic:nth-child(134) {
    display: block;
    visibility: visible;
    opacity: 1;
  }
  .clothes-template_2-sec4 #pic-shown_12 .pic-lists .pic:nth-child(135) {
    display: block;
    visibility: visible;
    opacity: 1;
  }
  .clothes-template_2-sec4 #pic-shown_12 .pic-lists .pic:nth-child(136) {
    display: block;
    visibility: visible;
    opacity: 1;
  }
  .clothes-template_2-sec4 #pic-shown_12 .pic-lists .pic:nth-child(137) {
    display: block;
    visibility: visible;
    opacity: 1;
  }
  .clothes-template_2-sec4 #pic-shown_12 .pic-lists .pic:nth-child(138) {
    display: block;
    visibility: visible;
    opacity: 1;
  }
  .clothes-template_2-sec4 #pic-shown_12 .pic-lists .pic:nth-child(139) {
    display: block;
    visibility: visible;
    opacity: 1;
  }
  .clothes-template_2-sec4 #pic-shown_12 .pic-lists .pic:nth-child(140) {
    display: block;
    visibility: visible;
    opacity: 1;
  }
  .clothes-template_2-sec4 #pic-shown_12 .pic-lists .pic:nth-child(141) {
    display: block;
    visibility: visible;
    opacity: 1;
  }
  .clothes-template_2-sec4 #pic-shown_12 .pic-lists .pic:nth-child(142) {
    display: block;
    visibility: visible;
    opacity: 1;
  }
  .clothes-template_2-sec4 #pic-shown_12 .pic-lists .pic:nth-child(143) {
    display: block;
    visibility: visible;
    opacity: 1;
  }
  .clothes-template_2-sec4 #pic-shown_12 .pic-lists .pic:nth-child(144) {
    display: block;
    visibility: visible;
    opacity: 1;
  }
  .clothes-template_2-sec4 #pic-shown_13 .pic-lists .pic:nth-child(145) {
    display: block;
    visibility: visible;
    opacity: 1;
  }
  .clothes-template_2-sec4 #pic-shown_13 .pic-lists .pic:nth-child(146) {
    display: block;
    visibility: visible;
    opacity: 1;
  }
  .clothes-template_2-sec4 #pic-shown_13 .pic-lists .pic:nth-child(147) {
    display: block;
    visibility: visible;
    opacity: 1;
  }
  .clothes-template_2-sec4 #pic-shown_13 .pic-lists .pic:nth-child(148) {
    display: block;
    visibility: visible;
    opacity: 1;
  }
  .clothes-template_2-sec4 #pic-shown_13 .pic-lists .pic:nth-child(149) {
    display: block;
    visibility: visible;
    opacity: 1;
  }
  .clothes-template_2-sec4 #pic-shown_13 .pic-lists .pic:nth-child(150) {
    display: block;
    visibility: visible;
    opacity: 1;
  }
  .clothes-template_2-sec4 #pic-shown_13 .pic-lists .pic:nth-child(151) {
    display: block;
    visibility: visible;
    opacity: 1;
  }
  .clothes-template_2-sec4 #pic-shown_13 .pic-lists .pic:nth-child(152) {
    display: block;
    visibility: visible;
    opacity: 1;
  }
  .clothes-template_2-sec4 #pic-shown_13 .pic-lists .pic:nth-child(153) {
    display: block;
    visibility: visible;
    opacity: 1;
  }
  .clothes-template_2-sec4 #pic-shown_13 .pic-lists .pic:nth-child(154) {
    display: block;
    visibility: visible;
    opacity: 1;
  }
  .clothes-template_2-sec4 #pic-shown_13 .pic-lists .pic:nth-child(155) {
    display: block;
    visibility: visible;
    opacity: 1;
  }
  .clothes-template_2-sec4 #pic-shown_13 .pic-lists .pic:nth-child(156) {
    display: block;
    visibility: visible;
    opacity: 1;
  }
  .clothes-template_2-sec4 #pic-shown_14 .pic-lists .pic:nth-child(157) {
    display: block;
    visibility: visible;
    opacity: 1;
  }
  .clothes-template_2-sec4 #pic-shown_14 .pic-lists .pic:nth-child(158) {
    display: block;
    visibility: visible;
    opacity: 1;
  }
  .clothes-template_2-sec4 #pic-shown_14 .pic-lists .pic:nth-child(159) {
    display: block;
    visibility: visible;
    opacity: 1;
  }
  .clothes-template_2-sec4 #pic-shown_14 .pic-lists .pic:nth-child(160) {
    display: block;
    visibility: visible;
    opacity: 1;
  }
  .clothes-template_2-sec4 #pic-shown_14 .pic-lists .pic:nth-child(161) {
    display: block;
    visibility: visible;
    opacity: 1;
  }
  .clothes-template_2-sec4 #pic-shown_14 .pic-lists .pic:nth-child(162) {
    display: block;
    visibility: visible;
    opacity: 1;
  }
  .clothes-template_2-sec4 #pic-shown_14 .pic-lists .pic:nth-child(163) {
    display: block;
    visibility: visible;
    opacity: 1;
  }
  .clothes-template_2-sec4 #pic-shown_14 .pic-lists .pic:nth-child(164) {
    display: block;
    visibility: visible;
    opacity: 1;
  }
  .clothes-template_2-sec4 #pic-shown_14 .pic-lists .pic:nth-child(165) {
    display: block;
    visibility: visible;
    opacity: 1;
  }
  .clothes-template_2-sec4 #pic-shown_14 .pic-lists .pic:nth-child(166) {
    display: block;
    visibility: visible;
    opacity: 1;
  }
  .clothes-template_2-sec4 #pic-shown_14 .pic-lists .pic:nth-child(167) {
    display: block;
    visibility: visible;
    opacity: 1;
  }
  .clothes-template_2-sec4 #pic-shown_14 .pic-lists .pic:nth-child(168) {
    display: block;
    visibility: visible;
    opacity: 1;
  }
  .clothes-template_2-sec4 #pic-shown_15 .pic-lists .pic:nth-child(169) {
    display: block;
    visibility: visible;
    opacity: 1;
  }
  .clothes-template_2-sec4 #pic-shown_15 .pic-lists .pic:nth-child(170) {
    display: block;
    visibility: visible;
    opacity: 1;
  }
  .clothes-template_2-sec4 #pic-shown_15 .pic-lists .pic:nth-child(171) {
    display: block;
    visibility: visible;
    opacity: 1;
  }
  .clothes-template_2-sec4 #pic-shown_15 .pic-lists .pic:nth-child(172) {
    display: block;
    visibility: visible;
    opacity: 1;
  }
  .clothes-template_2-sec4 #pic-shown_15 .pic-lists .pic:nth-child(173) {
    display: block;
    visibility: visible;
    opacity: 1;
  }
  .clothes-template_2-sec4 #pic-shown_15 .pic-lists .pic:nth-child(174) {
    display: block;
    visibility: visible;
    opacity: 1;
  }
  .clothes-template_2-sec4 #pic-shown_15 .pic-lists .pic:nth-child(175) {
    display: block;
    visibility: visible;
    opacity: 1;
  }
  .clothes-template_2-sec4 #pic-shown_15 .pic-lists .pic:nth-child(176) {
    display: block;
    visibility: visible;
    opacity: 1;
  }
  .clothes-template_2-sec4 #pic-shown_15 .pic-lists .pic:nth-child(177) {
    display: block;
    visibility: visible;
    opacity: 1;
  }
  .clothes-template_2-sec4 #pic-shown_15 .pic-lists .pic:nth-child(178) {
    display: block;
    visibility: visible;
    opacity: 1;
  }
  .clothes-template_2-sec4 #pic-shown_15 .pic-lists .pic:nth-child(179) {
    display: block;
    visibility: visible;
    opacity: 1;
  }
  .clothes-template_2-sec4 #pic-shown_15 .pic-lists .pic:nth-child(180) {
    display: block;
    visibility: visible;
    opacity: 1;
  }
  .clothes-template_2-sec4 #pic-shown_16 .pic-lists .pic:nth-child(181) {
    display: block;
    visibility: visible;
    opacity: 1;
  }
  .clothes-template_2-sec4 #pic-shown_16 .pic-lists .pic:nth-child(182) {
    display: block;
    visibility: visible;
    opacity: 1;
  }
  .clothes-template_2-sec4 #pic-shown_16 .pic-lists .pic:nth-child(183) {
    display: block;
    visibility: visible;
    opacity: 1;
  }
  .clothes-template_2-sec4 #pic-shown_16 .pic-lists .pic:nth-child(184) {
    display: block;
    visibility: visible;
    opacity: 1;
  }
  .clothes-template_2-sec4 #pic-shown_16 .pic-lists .pic:nth-child(185) {
    display: block;
    visibility: visible;
    opacity: 1;
  }
  .clothes-template_2-sec4 #pic-shown_16 .pic-lists .pic:nth-child(186) {
    display: block;
    visibility: visible;
    opacity: 1;
  }
  .clothes-template_2-sec4 #pic-shown_16 .pic-lists .pic:nth-child(187) {
    display: block;
    visibility: visible;
    opacity: 1;
  }
  .clothes-template_2-sec4 #pic-shown_16 .pic-lists .pic:nth-child(188) {
    display: block;
    visibility: visible;
    opacity: 1;
  }
  .clothes-template_2-sec4 #pic-shown_16 .pic-lists .pic:nth-child(189) {
    display: block;
    visibility: visible;
    opacity: 1;
  }
  .clothes-template_2-sec4 #pic-shown_16 .pic-lists .pic:nth-child(190) {
    display: block;
    visibility: visible;
    opacity: 1;
  }
  .clothes-template_2-sec4 #pic-shown_16 .pic-lists .pic:nth-child(191) {
    display: block;
    visibility: visible;
    opacity: 1;
  }
  .clothes-template_2-sec4 #pic-shown_16 .pic-lists .pic:nth-child(192) {
    display: block;
    visibility: visible;
    opacity: 1;
  }
  .clothes-template_2-sec4 #pic-shown_17 .pic-lists .pic:nth-child(193) {
    display: block;
    visibility: visible;
    opacity: 1;
  }
  .clothes-template_2-sec4 #pic-shown_17 .pic-lists .pic:nth-child(194) {
    display: block;
    visibility: visible;
    opacity: 1;
  }
  .clothes-template_2-sec4 #pic-shown_17 .pic-lists .pic:nth-child(195) {
    display: block;
    visibility: visible;
    opacity: 1;
  }
  .clothes-template_2-sec4 #pic-shown_17 .pic-lists .pic:nth-child(196) {
    display: block;
    visibility: visible;
    opacity: 1;
  }
  .clothes-template_2-sec4 #pic-shown_17 .pic-lists .pic:nth-child(197) {
    display: block;
    visibility: visible;
    opacity: 1;
  }
  .clothes-template_2-sec4 #pic-shown_17 .pic-lists .pic:nth-child(198) {
    display: block;
    visibility: visible;
    opacity: 1;
  }
  .clothes-template_2-sec4 #pic-shown_17 .pic-lists .pic:nth-child(199) {
    display: block;
    visibility: visible;
    opacity: 1;
  }
  .clothes-template_2-sec4 #pic-shown_17 .pic-lists .pic:nth-child(200) {
    display: block;
    visibility: visible;
    opacity: 1;
  }
  .clothes-template_2-sec4 #pic-shown_17 .pic-lists .pic:nth-child(201) {
    display: block;
    visibility: visible;
    opacity: 1;
  }
  .clothes-template_2-sec4 #pic-shown_17 .pic-lists .pic:nth-child(202) {
    display: block;
    visibility: visible;
    opacity: 1;
  }
  .clothes-template_2-sec4 #pic-shown_17 .pic-lists .pic:nth-child(203) {
    display: block;
    visibility: visible;
    opacity: 1;
  }
  .clothes-template_2-sec4 #pic-shown_17 .pic-lists .pic:nth-child(204) {
    display: block;
    visibility: visible;
    opacity: 1;
  }
  .clothes-template_2-sec4 #pic-shown_18 .pic-lists .pic:nth-child(205) {
    display: block;
    visibility: visible;
    opacity: 1;
  }
  .clothes-template_2-sec4 #pic-shown_18 .pic-lists .pic:nth-child(206) {
    display: block;
    visibility: visible;
    opacity: 1;
  }
  .clothes-template_2-sec4 #pic-shown_18 .pic-lists .pic:nth-child(207) {
    display: block;
    visibility: visible;
    opacity: 1;
  }
  .clothes-template_2-sec4 #pic-shown_18 .pic-lists .pic:nth-child(208) {
    display: block;
    visibility: visible;
    opacity: 1;
  }
  .clothes-template_2-sec4 #pic-shown_18 .pic-lists .pic:nth-child(209) {
    display: block;
    visibility: visible;
    opacity: 1;
  }
  .clothes-template_2-sec4 #pic-shown_18 .pic-lists .pic:nth-child(210) {
    display: block;
    visibility: visible;
    opacity: 1;
  }
  .clothes-template_2-sec4 #pic-shown_18 .pic-lists .pic:nth-child(211) {
    display: block;
    visibility: visible;
    opacity: 1;
  }
  .clothes-template_2-sec4 #pic-shown_18 .pic-lists .pic:nth-child(212) {
    display: block;
    visibility: visible;
    opacity: 1;
  }
  .clothes-template_2-sec4 #pic-shown_18 .pic-lists .pic:nth-child(213) {
    display: block;
    visibility: visible;
    opacity: 1;
  }
  .clothes-template_2-sec4 #pic-shown_18 .pic-lists .pic:nth-child(214) {
    display: block;
    visibility: visible;
    opacity: 1;
  }
  .clothes-template_2-sec4 #pic-shown_18 .pic-lists .pic:nth-child(215) {
    display: block;
    visibility: visible;
    opacity: 1;
  }
  .clothes-template_2-sec4 #pic-shown_18 .pic-lists .pic:nth-child(216) {
    display: block;
    visibility: visible;
    opacity: 1;
  }
  .clothes-template_2-sec4 #pic-shown_19 .pic-lists .pic:nth-child(217) {
    display: block;
    visibility: visible;
    opacity: 1;
  }
  .clothes-template_2-sec4 #pic-shown_19 .pic-lists .pic:nth-child(218) {
    display: block;
    visibility: visible;
    opacity: 1;
  }
  .clothes-template_2-sec4 #pic-shown_19 .pic-lists .pic:nth-child(219) {
    display: block;
    visibility: visible;
    opacity: 1;
  }
  .clothes-template_2-sec4 #pic-shown_19 .pic-lists .pic:nth-child(220) {
    display: block;
    visibility: visible;
    opacity: 1;
  }
  .clothes-template_2-sec4 #pic-shown_19 .pic-lists .pic:nth-child(221) {
    display: block;
    visibility: visible;
    opacity: 1;
  }
  .clothes-template_2-sec4 #pic-shown_19 .pic-lists .pic:nth-child(222) {
    display: block;
    visibility: visible;
    opacity: 1;
  }
  .clothes-template_2-sec4 #pic-shown_19 .pic-lists .pic:nth-child(223) {
    display: block;
    visibility: visible;
    opacity: 1;
  }
  .clothes-template_2-sec4 #pic-shown_19 .pic-lists .pic:nth-child(224) {
    display: block;
    visibility: visible;
    opacity: 1;
  }
  .clothes-template_2-sec4 #pic-shown_19 .pic-lists .pic:nth-child(225) {
    display: block;
    visibility: visible;
    opacity: 1;
  }
  .clothes-template_2-sec4 #pic-shown_19 .pic-lists .pic:nth-child(226) {
    display: block;
    visibility: visible;
    opacity: 1;
  }
  .clothes-template_2-sec4 #pic-shown_19 .pic-lists .pic:nth-child(227) {
    display: block;
    visibility: visible;
    opacity: 1;
  }
  .clothes-template_2-sec4 #pic-shown_19 .pic-lists .pic:nth-child(228) {
    display: block;
    visibility: visible;
    opacity: 1;
  }
  .clothes-template_2-sec4 #pic-shown_20 .pic-lists .pic:nth-child(229) {
    display: block;
    visibility: visible;
    opacity: 1;
  }
  .clothes-template_2-sec4 #pic-shown_20 .pic-lists .pic:nth-child(230) {
    display: block;
    visibility: visible;
    opacity: 1;
  }
  .clothes-template_2-sec4 #pic-shown_20 .pic-lists .pic:nth-child(231) {
    display: block;
    visibility: visible;
    opacity: 1;
  }
  .clothes-template_2-sec4 #pic-shown_20 .pic-lists .pic:nth-child(232) {
    display: block;
    visibility: visible;
    opacity: 1;
  }
  .clothes-template_2-sec4 #pic-shown_20 .pic-lists .pic:nth-child(233) {
    display: block;
    visibility: visible;
    opacity: 1;
  }
  .clothes-template_2-sec4 #pic-shown_20 .pic-lists .pic:nth-child(234) {
    display: block;
    visibility: visible;
    opacity: 1;
  }
  .clothes-template_2-sec4 #pic-shown_20 .pic-lists .pic:nth-child(235) {
    display: block;
    visibility: visible;
    opacity: 1;
  }
  .clothes-template_2-sec4 #pic-shown_20 .pic-lists .pic:nth-child(236) {
    display: block;
    visibility: visible;
    opacity: 1;
  }
  .clothes-template_2-sec4 #pic-shown_20 .pic-lists .pic:nth-child(237) {
    display: block;
    visibility: visible;
    opacity: 1;
  }
  .clothes-template_2-sec4 #pic-shown_20 .pic-lists .pic:nth-child(238) {
    display: block;
    visibility: visible;
    opacity: 1;
  }
  .clothes-template_2-sec4 #pic-shown_20 .pic-lists .pic:nth-child(239) {
    display: block;
    visibility: visible;
    opacity: 1;
  }
  .clothes-template_2-sec4 #pic-shown_20 .pic-lists .pic:nth-child(240) {
    display: block;
    visibility: visible;
    opacity: 1;
  }
}
.clothes-template_2-sec5 {
  margin-top: 1.5rem;
}
.clothes-template_2-sec5 * {
  transition: all 100ms;
}
.clothes-template_2-sec5 .pagination {
  margin-top: 1.5rem;
}
.clothes-template_2-sec5 .pagination-wrapper {
  display: flex;
  justify-content: center;
}
.clothes-template_2-sec5 .pagination-wrapper a {
  margin-right: 0.5rem;
  margin-left: 0.5rem;
  cursor: pointer;
  text-decoration: none;
  color: #c0a79c;
  font-size: 0.625rem;
}
.clothes-template_2-sec5 .pagination-wrapper a:hover {
  color: black;
}
.clothes-template_2-sec5 .pagination-wrapper a:hover p {
  position: relative;
}
.clothes-template_2-sec5 .pagination-wrapper a:hover p::after {
  display: block;
  position: absolute;
  width: 100%;
  height: 1px;
  content: "";
  background-color: black;
}
.clothes-template_2-sec5
  #pagination-shown_1
  .pagination-wrapper
  a:nth-child(2) {
  display: block;
  visibility: visible;
  opacity: 1;
}
.clothes-template_2-sec5
  #pagination-shown_1
  .pagination-wrapper
  a:nth-child(3) {
  display: block;
  visibility: visible;
  opacity: 1;
}
.clothes-template_2-sec5
  #pagination-shown_1
  .pagination-wrapper
  a:nth-child(4) {
  display: block;
  visibility: visible;
  opacity: 1;
}
.clothes-template_2-sec5
  #pagination-shown_1
  .pagination-wrapper
  a:nth-child(5) {
  display: block;
  visibility: visible;
  opacity: 1;
}
.clothes-template_2-sec5
  #pagination-shown_1
  .pagination-wrapper
  a:nth-child(6) {
  display: block;
  visibility: visible;
  opacity: 1;
}
.clothes-template_2-sec5
  #pagination-shown_1
  .pagination-wrapper
  a:nth-child(7) {
  display: block;
  visibility: visible;
  opacity: 1;
}
.clothes-template_2-sec5
  #pagination-shown_1
  .pagination-wrapper
  a:nth-child(1) {
  color: black;
}
.clothes-template_2-sec5
  #pagination-shown_1
  .pagination-wrapper
  a:nth-child(1)
  p {
  position: relative;
}
.clothes-template_2-sec5
  #pagination-shown_1
  .pagination-wrapper
  a:nth-child(1)
  p::after {
  display: block;
  position: absolute;
  width: 100%;
  height: 1px;
  content: "";
  background-color: black;
}
.clothes-template_2-sec5 #pagination-shown_1 .pagination-wrapper a:first-child,
.clothes-template_2-sec5 #pagination-shown_1 .pagination-wrapper a:last-child {
  display: block;
  visibility: visible;
  opacity: 1;
}
.clothes-template_2-sec5
  #pagination-shown_2
  .pagination-wrapper
  a:nth-child(2) {
  display: block;
  visibility: visible;
  opacity: 1;
}
.clothes-template_2-sec5
  #pagination-shown_2
  .pagination-wrapper
  a:nth-child(3) {
  display: block;
  visibility: visible;
  opacity: 1;
}
.clothes-template_2-sec5
  #pagination-shown_2
  .pagination-wrapper
  a:nth-child(4) {
  display: block;
  visibility: visible;
  opacity: 1;
}
.clothes-template_2-sec5
  #pagination-shown_2
  .pagination-wrapper
  a:nth-child(5) {
  display: block;
  visibility: visible;
  opacity: 1;
}
.clothes-template_2-sec5
  #pagination-shown_2
  .pagination-wrapper
  a:nth-child(6) {
  display: block;
  visibility: visible;
  opacity: 1;
}
.clothes-template_2-sec5
  #pagination-shown_2
  .pagination-wrapper
  a:nth-child(7) {
  display: block;
  visibility: visible;
  opacity: 1;
}
.clothes-template_2-sec5
  #pagination-shown_2
  .pagination-wrapper
  a:nth-child(2) {
  color: black;
}
.clothes-template_2-sec5
  #pagination-shown_2
  .pagination-wrapper
  a:nth-child(2)
  p {
  position: relative;
}
.clothes-template_2-sec5
  #pagination-shown_2
  .pagination-wrapper
  a:nth-child(2)
  p::after {
  display: block;
  position: absolute;
  width: 100%;
  height: 1px;
  content: "";
  background-color: black;
}
.clothes-template_2-sec5 #pagination-shown_2 .pagination-wrapper a:first-child,
.clothes-template_2-sec5 #pagination-shown_2 .pagination-wrapper a:last-child {
  display: block;
  visibility: visible;
  opacity: 1;
}
.clothes-template_2-sec5
  #pagination-shown_3
  .pagination-wrapper
  a:nth-child(2) {
  display: block;
  visibility: visible;
  opacity: 1;
}
.clothes-template_2-sec5
  #pagination-shown_3
  .pagination-wrapper
  a:nth-child(3) {
  display: block;
  visibility: visible;
  opacity: 1;
}
.clothes-template_2-sec5
  #pagination-shown_3
  .pagination-wrapper
  a:nth-child(4) {
  display: block;
  visibility: visible;
  opacity: 1;
}
.clothes-template_2-sec5
  #pagination-shown_3
  .pagination-wrapper
  a:nth-child(5) {
  display: block;
  visibility: visible;
  opacity: 1;
}
.clothes-template_2-sec5
  #pagination-shown_3
  .pagination-wrapper
  a:nth-child(6) {
  display: block;
  visibility: visible;
  opacity: 1;
}
.clothes-template_2-sec5
  #pagination-shown_3
  .pagination-wrapper
  a:nth-child(7) {
  display: block;
  visibility: visible;
  opacity: 1;
}
.clothes-template_2-sec5
  #pagination-shown_3
  .pagination-wrapper
  a:nth-child(3) {
  color: black;
}
.clothes-template_2-sec5
  #pagination-shown_3
  .pagination-wrapper
  a:nth-child(3)
  p {
  position: relative;
}
.clothes-template_2-sec5
  #pagination-shown_3
  .pagination-wrapper
  a:nth-child(3)
  p::after {
  display: block;
  position: absolute;
  width: 100%;
  height: 1px;
  content: "";
  background-color: black;
}
.clothes-template_2-sec5 #pagination-shown_3 .pagination-wrapper a:first-child,
.clothes-template_2-sec5 #pagination-shown_3 .pagination-wrapper a:last-child {
  display: block;
  visibility: visible;
  opacity: 1;
}
.clothes-template_2-sec5
  #pagination-shown_4
  .pagination-wrapper
  a:nth-of-child(5) {
  display: block;
  visibility: visible;
  opacity: 1;
}
.clothes-template_2-sec5
  #pagination-shown_4
  .pagination-wrapper
  a:nth-of-child(6) {
  display: block;
  visibility: visible;
  opacity: 1;
}
.clothes-template_2-sec5
  #pagination-shown_4
  .pagination-wrapper
  a:nth-of-child(7) {
  display: block;
  visibility: visible;
  opacity: 1;
}
.clothes-template_2-sec5
  #pagination-shown_4
  .pagination-wrapper
  a:nth-of-child(8) {
  display: block;
  visibility: visible;
  opacity: 1;
}
.clothes-template_2-sec5
  #pagination-shown_4
  .pagination-wrapper
  a:nth-of-child(9) {
  display: block;
  visibility: visible;
  opacity: 1;
}
.clothes-template_2-sec5
  #pagination-shown_4
  .pagination-wrapper
  a:nth-of-child(10) {
  display: block;
  visibility: visible;
  opacity: 1;
}
.clothes-template_2-sec5
  #pagination-shown_4
  .pagination-wrapper
  a:nth-child(4) {
  color: black;
}
.clothes-template_2-sec5
  #pagination-shown_4
  .pagination-wrapper
  a:nth-child(4)
  p {
  position: relative;
}
.clothes-template_2-sec5
  #pagination-shown_4
  .pagination-wrapper
  a:nth-child(4)
  p::after {
  display: block;
  position: absolute;
  width: 100%;
  height: 1px;
  content: "";
  background-color: black;
}
.clothes-template_2-sec5 #pagination-shown_4 .pagination-wrapper a:first-child,
.clothes-template_2-sec5 #pagination-shown_4 .pagination-wrapper a:last-child {
  display: block;
  visibility: visible;
  opacity: 1;
}
.clothes-template_2-sec5
  #pagination-shown_5
  .pagination-wrapper
  a:nth-of-child(6) {
  display: block;
  visibility: visible;
  opacity: 1;
}
.clothes-template_2-sec5
  #pagination-shown_5
  .pagination-wrapper
  a:nth-of-child(7) {
  display: block;
  visibility: visible;
  opacity: 1;
}
.clothes-template_2-sec5
  #pagination-shown_5
  .pagination-wrapper
  a:nth-of-child(8) {
  display: block;
  visibility: visible;
  opacity: 1;
}
.clothes-template_2-sec5
  #pagination-shown_5
  .pagination-wrapper
  a:nth-of-child(9) {
  display: block;
  visibility: visible;
  opacity: 1;
}
.clothes-template_2-sec5
  #pagination-shown_5
  .pagination-wrapper
  a:nth-of-child(10) {
  display: block;
  visibility: visible;
  opacity: 1;
}
.clothes-template_2-sec5
  #pagination-shown_5
  .pagination-wrapper
  a:nth-of-child(11) {
  display: block;
  visibility: visible;
  opacity: 1;
}
.clothes-template_2-sec5
  #pagination-shown_5
  .pagination-wrapper
  a:nth-child(5) {
  color: black;
}
.clothes-template_2-sec5
  #pagination-shown_5
  .pagination-wrapper
  a:nth-child(5)
  p {
  position: relative;
}
.clothes-template_2-sec5
  #pagination-shown_5
  .pagination-wrapper
  a:nth-child(5)
  p::after {
  display: block;
  position: absolute;
  width: 100%;
  height: 1px;
  content: "";
  background-color: black;
}
.clothes-template_2-sec5 #pagination-shown_5 .pagination-wrapper a:first-child,
.clothes-template_2-sec5 #pagination-shown_5 .pagination-wrapper a:last-child {
  display: block;
  visibility: visible;
  opacity: 1;
}
.clothes-template_2-sec5
  #pagination-shown_6
  .pagination-wrapper
  a:nth-of-child(7) {
  display: block;
  visibility: visible;
  opacity: 1;
}
.clothes-template_2-sec5
  #pagination-shown_6
  .pagination-wrapper
  a:nth-of-child(8) {
  display: block;
  visibility: visible;
  opacity: 1;
}
.clothes-template_2-sec5
  #pagination-shown_6
  .pagination-wrapper
  a:nth-of-child(9) {
  display: block;
  visibility: visible;
  opacity: 1;
}
.clothes-template_2-sec5
  #pagination-shown_6
  .pagination-wrapper
  a:nth-of-child(10) {
  display: block;
  visibility: visible;
  opacity: 1;
}
.clothes-template_2-sec5
  #pagination-shown_6
  .pagination-wrapper
  a:nth-of-child(11) {
  display: block;
  visibility: visible;
  opacity: 1;
}
.clothes-template_2-sec5
  #pagination-shown_6
  .pagination-wrapper
  a:nth-of-child(12) {
  display: block;
  visibility: visible;
  opacity: 1;
}
.clothes-template_2-sec5
  #pagination-shown_6
  .pagination-wrapper
  a:nth-child(6) {
  color: black;
}
.clothes-template_2-sec5
  #pagination-shown_6
  .pagination-wrapper
  a:nth-child(6)
  p {
  position: relative;
}
.clothes-template_2-sec5
  #pagination-shown_6
  .pagination-wrapper
  a:nth-child(6)
  p::after {
  display: block;
  position: absolute;
  width: 100%;
  height: 1px;
  content: "";
  background-color: black;
}
.clothes-template_2-sec5 #pagination-shown_6 .pagination-wrapper a:first-child,
.clothes-template_2-sec5 #pagination-shown_6 .pagination-wrapper a:last-child {
  display: block;
  visibility: visible;
  opacity: 1;
}
.clothes-template_2-sec5
  #pagination-shown_7
  .pagination-wrapper
  a:nth-of-child(8) {
  display: block;
  visibility: visible;
  opacity: 1;
}
.clothes-template_2-sec5
  #pagination-shown_7
  .pagination-wrapper
  a:nth-of-child(9) {
  display: block;
  visibility: visible;
  opacity: 1;
}
.clothes-template_2-sec5
  #pagination-shown_7
  .pagination-wrapper
  a:nth-of-child(10) {
  display: block;
  visibility: visible;
  opacity: 1;
}
.clothes-template_2-sec5
  #pagination-shown_7
  .pagination-wrapper
  a:nth-of-child(11) {
  display: block;
  visibility: visible;
  opacity: 1;
}
.clothes-template_2-sec5
  #pagination-shown_7
  .pagination-wrapper
  a:nth-of-child(12) {
  display: block;
  visibility: visible;
  opacity: 1;
}
.clothes-template_2-sec5
  #pagination-shown_7
  .pagination-wrapper
  a:nth-of-child(13) {
  display: block;
  visibility: visible;
  opacity: 1;
}
.clothes-template_2-sec5
  #pagination-shown_7
  .pagination-wrapper
  a:nth-child(7) {
  color: black;
}
.clothes-template_2-sec5
  #pagination-shown_7
  .pagination-wrapper
  a:nth-child(7)
  p {
  position: relative;
}
.clothes-template_2-sec5
  #pagination-shown_7
  .pagination-wrapper
  a:nth-child(7)
  p::after {
  display: block;
  position: absolute;
  width: 100%;
  height: 1px;
  content: "";
  background-color: black;
}
.clothes-template_2-sec5 #pagination-shown_7 .pagination-wrapper a:first-child,
.clothes-template_2-sec5 #pagination-shown_7 .pagination-wrapper a:last-child {
  display: block;
  visibility: visible;
  opacity: 1;
}
.clothes-template_2-sec5
  #pagination-shown_8
  .pagination-wrapper
  a:nth-of-child(9) {
  display: block;
  visibility: visible;
  opacity: 1;
}
.clothes-template_2-sec5
  #pagination-shown_8
  .pagination-wrapper
  a:nth-of-child(10) {
  display: block;
  visibility: visible;
  opacity: 1;
}
.clothes-template_2-sec5
  #pagination-shown_8
  .pagination-wrapper
  a:nth-of-child(11) {
  display: block;
  visibility: visible;
  opacity: 1;
}
.clothes-template_2-sec5
  #pagination-shown_8
  .pagination-wrapper
  a:nth-of-child(12) {
  display: block;
  visibility: visible;
  opacity: 1;
}
.clothes-template_2-sec5
  #pagination-shown_8
  .pagination-wrapper
  a:nth-of-child(13) {
  display: block;
  visibility: visible;
  opacity: 1;
}
.clothes-template_2-sec5
  #pagination-shown_8
  .pagination-wrapper
  a:nth-of-child(14) {
  display: block;
  visibility: visible;
  opacity: 1;
}
.clothes-template_2-sec5
  #pagination-shown_8
  .pagination-wrapper
  a:nth-child(8) {
  color: black;
}
.clothes-template_2-sec5
  #pagination-shown_8
  .pagination-wrapper
  a:nth-child(8)
  p {
  position: relative;
}
.clothes-template_2-sec5
  #pagination-shown_8
  .pagination-wrapper
  a:nth-child(8)
  p::after {
  display: block;
  position: absolute;
  width: 100%;
  height: 1px;
  content: "";
  background-color: black;
}
.clothes-template_2-sec5 #pagination-shown_8 .pagination-wrapper a:first-child,
.clothes-template_2-sec5 #pagination-shown_8 .pagination-wrapper a:last-child {
  display: block;
  visibility: visible;
  opacity: 1;
}
.clothes-template_2-sec5
  #pagination-shown_9
  .pagination-wrapper
  a:nth-of-child(10) {
  display: block;
  visibility: visible;
  opacity: 1;
}
.clothes-template_2-sec5
  #pagination-shown_9
  .pagination-wrapper
  a:nth-of-child(11) {
  display: block;
  visibility: visible;
  opacity: 1;
}
.clothes-template_2-sec5
  #pagination-shown_9
  .pagination-wrapper
  a:nth-of-child(12) {
  display: block;
  visibility: visible;
  opacity: 1;
}
.clothes-template_2-sec5
  #pagination-shown_9
  .pagination-wrapper
  a:nth-of-child(13) {
  display: block;
  visibility: visible;
  opacity: 1;
}
.clothes-template_2-sec5
  #pagination-shown_9
  .pagination-wrapper
  a:nth-of-child(14) {
  display: block;
  visibility: visible;
  opacity: 1;
}
.clothes-template_2-sec5
  #pagination-shown_9
  .pagination-wrapper
  a:nth-of-child(15) {
  display: block;
  visibility: visible;
  opacity: 1;
}
.clothes-template_2-sec5
  #pagination-shown_9
  .pagination-wrapper
  a:nth-child(9) {
  color: black;
}
.clothes-template_2-sec5
  #pagination-shown_9
  .pagination-wrapper
  a:nth-child(9)
  p {
  position: relative;
}
.clothes-template_2-sec5
  #pagination-shown_9
  .pagination-wrapper
  a:nth-child(9)
  p::after {
  display: block;
  position: absolute;
  width: 100%;
  height: 1px;
  content: "";
  background-color: black;
}
.clothes-template_2-sec5 #pagination-shown_9 .pagination-wrapper a:first-child,
.clothes-template_2-sec5 #pagination-shown_9 .pagination-wrapper a:last-child {
  display: block;
  visibility: visible;
  opacity: 1;
}
.clothes-template_2-sec5
  #pagination-shown_10
  .pagination-wrapper
  a:nth-of-child(11) {
  display: block;
  visibility: visible;
  opacity: 1;
}
.clothes-template_2-sec5
  #pagination-shown_10
  .pagination-wrapper
  a:nth-of-child(12) {
  display: block;
  visibility: visible;
  opacity: 1;
}
.clothes-template_2-sec5
  #pagination-shown_10
  .pagination-wrapper
  a:nth-of-child(13) {
  display: block;
  visibility: visible;
  opacity: 1;
}
.clothes-template_2-sec5
  #pagination-shown_10
  .pagination-wrapper
  a:nth-of-child(14) {
  display: block;
  visibility: visible;
  opacity: 1;
}
.clothes-template_2-sec5
  #pagination-shown_10
  .pagination-wrapper
  a:nth-of-child(15) {
  display: block;
  visibility: visible;
  opacity: 1;
}
.clothes-template_2-sec5
  #pagination-shown_10
  .pagination-wrapper
  a:nth-of-child(16) {
  display: block;
  visibility: visible;
  opacity: 1;
}
.clothes-template_2-sec5
  #pagination-shown_10
  .pagination-wrapper
  a:nth-child(10) {
  color: black;
}
.clothes-template_2-sec5
  #pagination-shown_10
  .pagination-wrapper
  a:nth-child(10)
  p {
  position: relative;
}
.clothes-template_2-sec5
  #pagination-shown_10
  .pagination-wrapper
  a:nth-child(10)
  p::after {
  display: block;
  position: absolute;
  width: 100%;
  height: 1px;
  content: "";
  background-color: black;
}
.clothes-template_2-sec5 #pagination-shown_10 .pagination-wrapper a:first-child,
.clothes-template_2-sec5 #pagination-shown_10 .pagination-wrapper a:last-child {
  display: block;
  visibility: visible;
  opacity: 1;
}
.clothes-template_2-sec5
  #pagination-shown_11
  .pagination-wrapper
  a:nth-of-child(12) {
  display: block;
  visibility: visible;
  opacity: 1;
}
.clothes-template_2-sec5
  #pagination-shown_11
  .pagination-wrapper
  a:nth-of-child(13) {
  display: block;
  visibility: visible;
  opacity: 1;
}
.clothes-template_2-sec5
  #pagination-shown_11
  .pagination-wrapper
  a:nth-of-child(14) {
  display: block;
  visibility: visible;
  opacity: 1;
}
.clothes-template_2-sec5
  #pagination-shown_11
  .pagination-wrapper
  a:nth-of-child(15) {
  display: block;
  visibility: visible;
  opacity: 1;
}
.clothes-template_2-sec5
  #pagination-shown_11
  .pagination-wrapper
  a:nth-of-child(16) {
  display: block;
  visibility: visible;
  opacity: 1;
}
.clothes-template_2-sec5
  #pagination-shown_11
  .pagination-wrapper
  a:nth-of-child(17) {
  display: block;
  visibility: visible;
  opacity: 1;
}
.clothes-template_2-sec5
  #pagination-shown_11
  .pagination-wrapper
  a:nth-child(11) {
  color: black;
}
.clothes-template_2-sec5
  #pagination-shown_11
  .pagination-wrapper
  a:nth-child(11)
  p {
  position: relative;
}
.clothes-template_2-sec5
  #pagination-shown_11
  .pagination-wrapper
  a:nth-child(11)
  p::after {
  display: block;
  position: absolute;
  width: 100%;
  height: 1px;
  content: "";
  background-color: black;
}
.clothes-template_2-sec5 #pagination-shown_11 .pagination-wrapper a:first-child,
.clothes-template_2-sec5 #pagination-shown_11 .pagination-wrapper a:last-child {
  display: block;
  visibility: visible;
  opacity: 1;
}
.clothes-template_2-sec5
  #pagination-shown_12
  .pagination-wrapper
  a:nth-of-child(13) {
  display: block;
  visibility: visible;
  opacity: 1;
}
.clothes-template_2-sec5
  #pagination-shown_12
  .pagination-wrapper
  a:nth-of-child(14) {
  display: block;
  visibility: visible;
  opacity: 1;
}
.clothes-template_2-sec5
  #pagination-shown_12
  .pagination-wrapper
  a:nth-of-child(15) {
  display: block;
  visibility: visible;
  opacity: 1;
}
.clothes-template_2-sec5
  #pagination-shown_12
  .pagination-wrapper
  a:nth-of-child(16) {
  display: block;
  visibility: visible;
  opacity: 1;
}
.clothes-template_2-sec5
  #pagination-shown_12
  .pagination-wrapper
  a:nth-of-child(17) {
  display: block;
  visibility: visible;
  opacity: 1;
}
.clothes-template_2-sec5
  #pagination-shown_12
  .pagination-wrapper
  a:nth-of-child(18) {
  display: block;
  visibility: visible;
  opacity: 1;
}
.clothes-template_2-sec5
  #pagination-shown_12
  .pagination-wrapper
  a:nth-child(12) {
  color: black;
}
.clothes-template_2-sec5
  #pagination-shown_12
  .pagination-wrapper
  a:nth-child(12)
  p {
  position: relative;
}
.clothes-template_2-sec5
  #pagination-shown_12
  .pagination-wrapper
  a:nth-child(12)
  p::after {
  display: block;
  position: absolute;
  width: 100%;
  height: 1px;
  content: "";
  background-color: black;
}
.clothes-template_2-sec5 #pagination-shown_12 .pagination-wrapper a:first-child,
.clothes-template_2-sec5 #pagination-shown_12 .pagination-wrapper a:last-child {
  display: block;
  visibility: visible;
  opacity: 1;
}
.clothes-template_2-sec5
  #pagination-shown_13
  .pagination-wrapper
  a:nth-of-child(14) {
  display: block;
  visibility: visible;
  opacity: 1;
}
.clothes-template_2-sec5
  #pagination-shown_13
  .pagination-wrapper
  a:nth-of-child(15) {
  display: block;
  visibility: visible;
  opacity: 1;
}
.clothes-template_2-sec5
  #pagination-shown_13
  .pagination-wrapper
  a:nth-of-child(16) {
  display: block;
  visibility: visible;
  opacity: 1;
}
.clothes-template_2-sec5
  #pagination-shown_13
  .pagination-wrapper
  a:nth-of-child(17) {
  display: block;
  visibility: visible;
  opacity: 1;
}
.clothes-template_2-sec5
  #pagination-shown_13
  .pagination-wrapper
  a:nth-of-child(18) {
  display: block;
  visibility: visible;
  opacity: 1;
}
.clothes-template_2-sec5
  #pagination-shown_13
  .pagination-wrapper
  a:nth-of-child(19) {
  display: block;
  visibility: visible;
  opacity: 1;
}
.clothes-template_2-sec5
  #pagination-shown_13
  .pagination-wrapper
  a:nth-child(13) {
  color: black;
}
.clothes-template_2-sec5
  #pagination-shown_13
  .pagination-wrapper
  a:nth-child(13)
  p {
  position: relative;
}
.clothes-template_2-sec5
  #pagination-shown_13
  .pagination-wrapper
  a:nth-child(13)
  p::after {
  display: block;
  position: absolute;
  width: 100%;
  height: 1px;
  content: "";
  background-color: black;
}
.clothes-template_2-sec5 #pagination-shown_13 .pagination-wrapper a:first-child,
.clothes-template_2-sec5 #pagination-shown_13 .pagination-wrapper a:last-child {
  display: block;
  visibility: visible;
  opacity: 1;
}
.clothes-template_2-sec5
  #pagination-shown_14
  .pagination-wrapper
  a:nth-of-child(15) {
  display: block;
  visibility: visible;
  opacity: 1;
}
.clothes-template_2-sec5
  #pagination-shown_14
  .pagination-wrapper
  a:nth-of-child(16) {
  display: block;
  visibility: visible;
  opacity: 1;
}
.clothes-template_2-sec5
  #pagination-shown_14
  .pagination-wrapper
  a:nth-of-child(17) {
  display: block;
  visibility: visible;
  opacity: 1;
}
.clothes-template_2-sec5
  #pagination-shown_14
  .pagination-wrapper
  a:nth-of-child(18) {
  display: block;
  visibility: visible;
  opacity: 1;
}
.clothes-template_2-sec5
  #pagination-shown_14
  .pagination-wrapper
  a:nth-of-child(19) {
  display: block;
  visibility: visible;
  opacity: 1;
}
.clothes-template_2-sec5
  #pagination-shown_14
  .pagination-wrapper
  a:nth-of-child(20) {
  display: block;
  visibility: visible;
  opacity: 1;
}
.clothes-template_2-sec5
  #pagination-shown_14
  .pagination-wrapper
  a:nth-child(14) {
  color: black;
}
.clothes-template_2-sec5
  #pagination-shown_14
  .pagination-wrapper
  a:nth-child(14)
  p {
  position: relative;
}
.clothes-template_2-sec5
  #pagination-shown_14
  .pagination-wrapper
  a:nth-child(14)
  p::after {
  display: block;
  position: absolute;
  width: 100%;
  height: 1px;
  content: "";
  background-color: black;
}
.clothes-template_2-sec5 #pagination-shown_14 .pagination-wrapper a:first-child,
.clothes-template_2-sec5 #pagination-shown_14 .pagination-wrapper a:last-child {
  display: block;
  visibility: visible;
  opacity: 1;
}
.clothes-template_2-sec5
  #pagination-shown_15
  .pagination-wrapper
  a:nth-of-child(16) {
  display: block;
  visibility: visible;
  opacity: 1;
}
.clothes-template_2-sec5
  #pagination-shown_15
  .pagination-wrapper
  a:nth-of-child(17) {
  display: block;
  visibility: visible;
  opacity: 1;
}
.clothes-template_2-sec5
  #pagination-shown_15
  .pagination-wrapper
  a:nth-of-child(18) {
  display: block;
  visibility: visible;
  opacity: 1;
}
.clothes-template_2-sec5
  #pagination-shown_15
  .pagination-wrapper
  a:nth-of-child(19) {
  display: block;
  visibility: visible;
  opacity: 1;
}
.clothes-template_2-sec5
  #pagination-shown_15
  .pagination-wrapper
  a:nth-of-child(20) {
  display: block;
  visibility: visible;
  opacity: 1;
}
.clothes-template_2-sec5
  #pagination-shown_15
  .pagination-wrapper
  a:nth-of-child(21) {
  display: block;
  visibility: visible;
  opacity: 1;
}
.clothes-template_2-sec5
  #pagination-shown_15
  .pagination-wrapper
  a:nth-child(15) {
  color: black;
}
.clothes-template_2-sec5
  #pagination-shown_15
  .pagination-wrapper
  a:nth-child(15)
  p {
  position: relative;
}
.clothes-template_2-sec5
  #pagination-shown_15
  .pagination-wrapper
  a:nth-child(15)
  p::after {
  display: block;
  position: absolute;
  width: 100%;
  height: 1px;
  content: "";
  background-color: black;
}
.clothes-template_2-sec5 #pagination-shown_15 .pagination-wrapper a:first-child,
.clothes-template_2-sec5 #pagination-shown_15 .pagination-wrapper a:last-child {
  display: block;
  visibility: visible;
  opacity: 1;
}
.clothes-template_2-sec5
  #pagination-shown_16
  .pagination-wrapper
  a:nth-of-child(17) {
  display: block;
  visibility: visible;
  opacity: 1;
}
.clothes-template_2-sec5
  #pagination-shown_16
  .pagination-wrapper
  a:nth-of-child(18) {
  display: block;
  visibility: visible;
  opacity: 1;
}
.clothes-template_2-sec5
  #pagination-shown_16
  .pagination-wrapper
  a:nth-of-child(19) {
  display: block;
  visibility: visible;
  opacity: 1;
}
.clothes-template_2-sec5
  #pagination-shown_16
  .pagination-wrapper
  a:nth-of-child(20) {
  display: block;
  visibility: visible;
  opacity: 1;
}
.clothes-template_2-sec5
  #pagination-shown_16
  .pagination-wrapper
  a:nth-of-child(21) {
  display: block;
  visibility: visible;
  opacity: 1;
}
.clothes-template_2-sec5
  #pagination-shown_16
  .pagination-wrapper
  a:nth-of-child(22) {
  display: block;
  visibility: visible;
  opacity: 1;
}
.clothes-template_2-sec5
  #pagination-shown_16
  .pagination-wrapper
  a:nth-child(16) {
  color: black;
}
.clothes-template_2-sec5
  #pagination-shown_16
  .pagination-wrapper
  a:nth-child(16)
  p {
  position: relative;
}
.clothes-template_2-sec5
  #pagination-shown_16
  .pagination-wrapper
  a:nth-child(16)
  p::after {
  display: block;
  position: absolute;
  width: 100%;
  height: 1px;
  content: "";
  background-color: black;
}
.clothes-template_2-sec5 #pagination-shown_16 .pagination-wrapper a:first-child,
.clothes-template_2-sec5 #pagination-shown_16 .pagination-wrapper a:last-child {
  display: block;
  visibility: visible;
  opacity: 1;
}
.clothes-template_2-sec5
  #pagination-shown_17
  .pagination-wrapper
  a:nth-of-child(18) {
  display: block;
  visibility: visible;
  opacity: 1;
}
.clothes-template_2-sec5
  #pagination-shown_17
  .pagination-wrapper
  a:nth-of-child(19) {
  display: block;
  visibility: visible;
  opacity: 1;
}
.clothes-template_2-sec5
  #pagination-shown_17
  .pagination-wrapper
  a:nth-of-child(20) {
  display: block;
  visibility: visible;
  opacity: 1;
}
.clothes-template_2-sec5
  #pagination-shown_17
  .pagination-wrapper
  a:nth-of-child(21) {
  display: block;
  visibility: visible;
  opacity: 1;
}
.clothes-template_2-sec5
  #pagination-shown_17
  .pagination-wrapper
  a:nth-of-child(22) {
  display: block;
  visibility: visible;
  opacity: 1;
}
.clothes-template_2-sec5
  #pagination-shown_17
  .pagination-wrapper
  a:nth-of-child(23) {
  display: block;
  visibility: visible;
  opacity: 1;
}
.clothes-template_2-sec5
  #pagination-shown_17
  .pagination-wrapper
  a:nth-child(17) {
  color: black;
}
.clothes-template_2-sec5
  #pagination-shown_17
  .pagination-wrapper
  a:nth-child(17)
  p {
  position: relative;
}
.clothes-template_2-sec5
  #pagination-shown_17
  .pagination-wrapper
  a:nth-child(17)
  p::after {
  display: block;
  position: absolute;
  width: 100%;
  height: 1px;
  content: "";
  background-color: black;
}
.clothes-template_2-sec5 #pagination-shown_17 .pagination-wrapper a:first-child,
.clothes-template_2-sec5 #pagination-shown_17 .pagination-wrapper a:last-child {
  display: block;
  visibility: visible;
  opacity: 1;
}
.clothes-template_2-sec5
  #pagination-shown_18
  .pagination-wrapper
  a:nth-of-child(19) {
  display: block;
  visibility: visible;
  opacity: 1;
}
.clothes-template_2-sec5
  #pagination-shown_18
  .pagination-wrapper
  a:nth-of-child(20) {
  display: block;
  visibility: visible;
  opacity: 1;
}
.clothes-template_2-sec5
  #pagination-shown_18
  .pagination-wrapper
  a:nth-of-child(21) {
  display: block;
  visibility: visible;
  opacity: 1;
}
.clothes-template_2-sec5
  #pagination-shown_18
  .pagination-wrapper
  a:nth-of-child(22) {
  display: block;
  visibility: visible;
  opacity: 1;
}
.clothes-template_2-sec5
  #pagination-shown_18
  .pagination-wrapper
  a:nth-of-child(23) {
  display: block;
  visibility: visible;
  opacity: 1;
}
.clothes-template_2-sec5
  #pagination-shown_18
  .pagination-wrapper
  a:nth-of-child(24) {
  display: block;
  visibility: visible;
  opacity: 1;
}
.clothes-template_2-sec5
  #pagination-shown_18
  .pagination-wrapper
  a:nth-child(18) {
  color: black;
}
.clothes-template_2-sec5
  #pagination-shown_18
  .pagination-wrapper
  a:nth-child(18)
  p {
  position: relative;
}
.clothes-template_2-sec5
  #pagination-shown_18
  .pagination-wrapper
  a:nth-child(18)
  p::after {
  display: block;
  position: absolute;
  width: 100%;
  height: 1px;
  content: "";
  background-color: black;
}
.clothes-template_2-sec5 #pagination-shown_18 .pagination-wrapper a:first-child,
.clothes-template_2-sec5 #pagination-shown_18 .pagination-wrapper a:last-child {
  display: block;
  visibility: visible;
  opacity: 1;
}
.clothes-template_2-sec5
  #pagination-shown_19
  .pagination-wrapper
  a:nth-of-child(20) {
  display: block;
  visibility: visible;
  opacity: 1;
}
.clothes-template_2-sec5
  #pagination-shown_19
  .pagination-wrapper
  a:nth-of-child(21) {
  display: block;
  visibility: visible;
  opacity: 1;
}
.clothes-template_2-sec5
  #pagination-shown_19
  .pagination-wrapper
  a:nth-of-child(22) {
  display: block;
  visibility: visible;
  opacity: 1;
}
.clothes-template_2-sec5
  #pagination-shown_19
  .pagination-wrapper
  a:nth-of-child(23) {
  display: block;
  visibility: visible;
  opacity: 1;
}
.clothes-template_2-sec5
  #pagination-shown_19
  .pagination-wrapper
  a:nth-of-child(24) {
  display: block;
  visibility: visible;
  opacity: 1;
}
.clothes-template_2-sec5
  #pagination-shown_19
  .pagination-wrapper
  a:nth-of-child(25) {
  display: block;
  visibility: visible;
  opacity: 1;
}
.clothes-template_2-sec5
  #pagination-shown_19
  .pagination-wrapper
  a:nth-child(19) {
  color: black;
}
.clothes-template_2-sec5
  #pagination-shown_19
  .pagination-wrapper
  a:nth-child(19)
  p {
  position: relative;
}
.clothes-template_2-sec5
  #pagination-shown_19
  .pagination-wrapper
  a:nth-child(19)
  p::after {
  display: block;
  position: absolute;
  width: 100%;
  height: 1px;
  content: "";
  background-color: black;
}
.clothes-template_2-sec5 #pagination-shown_19 .pagination-wrapper a:first-child,
.clothes-template_2-sec5 #pagination-shown_19 .pagination-wrapper a:last-child {
  display: block;
  visibility: visible;
  opacity: 1;
}
.clothes-template_2-sec5
  #pagination-shown_20
  .pagination-wrapper
  a:nth-of-child(21) {
  display: block;
  visibility: visible;
  opacity: 1;
}
.clothes-template_2-sec5
  #pagination-shown_20
  .pagination-wrapper
  a:nth-of-child(22) {
  display: block;
  visibility: visible;
  opacity: 1;
}
.clothes-template_2-sec5
  #pagination-shown_20
  .pagination-wrapper
  a:nth-of-child(23) {
  display: block;
  visibility: visible;
  opacity: 1;
}
.clothes-template_2-sec5
  #pagination-shown_20
  .pagination-wrapper
  a:nth-of-child(24) {
  display: block;
  visibility: visible;
  opacity: 1;
}
.clothes-template_2-sec5
  #pagination-shown_20
  .pagination-wrapper
  a:nth-of-child(25) {
  display: block;
  visibility: visible;
  opacity: 1;
}
.clothes-template_2-sec5
  #pagination-shown_20
  .pagination-wrapper
  a:nth-of-child(26) {
  display: block;
  visibility: visible;
  opacity: 1;
}
.clothes-template_2-sec5
  #pagination-shown_20
  .pagination-wrapper
  a:nth-child(20) {
  color: black;
}
.clothes-template_2-sec5
  #pagination-shown_20
  .pagination-wrapper
  a:nth-child(20)
  p {
  position: relative;
}
.clothes-template_2-sec5
  #pagination-shown_20
  .pagination-wrapper
  a:nth-child(20)
  p::after {
  display: block;
  position: absolute;
  width: 100%;
  height: 1px;
  content: "";
  background-color: black;
}
.clothes-template_2-sec5 #pagination-shown_20 .pagination-wrapper a:first-child,
.clothes-template_2-sec5 #pagination-shown_20 .pagination-wrapper a:last-child {
  display: block;
  visibility: visible;
  opacity: 1;
}
@media (min-width: 992px) {
  .clothes-template_2-sec5 .pagination {
    margin-top: 5rem;
  }
  .clothes-template_2-sec5 .pagination-wrapper a {
    font-size: 1.25rem;
    margin-right: 1rem;
    margin-left: 1rem;
  }
}
.clothes-template_2-sec6 .ezo-btn__wrapper .btn-motion {
  background-color: #473732;
  color: white;
  border: none;
}
.clothes-template_2-sec6 .ezo-btn__wrapper .btn-motion:hover,
.clothes-template_2-sec6 .ezo-btn__wrapper .btn-motion:active,
.clothes-template_2-sec6 .ezo-btn__wrapper .btn-motion:focus {
  background-color: #191311;
}
.clothes-template_2-sec7 * {
  transition: all 0.5s;
}
.clothes-template_2-sec7 .modal-body .switch-pic #shown-1 #jpeg2a,
.clothes-template_2-sec7 .modal-body .switch-pic #shown-1 #jpeg3a {
  display: none;
  visibility: hidden;
  opacity: 0;
  transition: all 0.5s;
}
.clothes-template_2-sec7 .modal-body .switch-pic #shown-2 #jpeg1a,
.clothes-template_2-sec7 .modal-body .switch-pic #shown-2 #jpeg3a {
  display: none;
  visibility: hidden;
  opacity: 0;
  transition: all 0.5s;
}
.clothes-template_2-sec7 .modal-body .switch-pic #shown-3 #jpeg1a,
.clothes-template_2-sec7 .modal-body .switch-pic #shown-3 #jpeg2a {
  display: none;
  visibility: hidden;
  opacity: 0;
  transition: all 0.5s;
}
.clothes-template_2-sec7 .modal-body .info .category-title {
  margin-top: 1rem;
  font-size: 1rem;
  letter-spacing: 0.25rem;
  font-family:
    "Yu Mincho", "MS PMincho", serif, "Yu Mincho", serif,
    "Yu MinchoHiraMinProN-W3", "NewYork", serif, "Yu MinchoHiraMinProN-W3",
    serif;
  text-align: center;
}
.clothes-template_2-sec7 .modal-body .info .details {
  font-size: 0.75rem;
  letter-spacing: 0.125rem;
  color: black;
}
.clothes-template_2-sec7 .modal-body .info .details span {
  margin-left: 1rem;
  color: black;
}
.clothes-template_2-sec7 .modal-body .info .details .location {
  color: black;
  font-size: 0.5rem;
}
.clothes-template_2-sec7 .modal-body .info .ezo-btn__wrapper .btn-motion {
  background-color: #473732;
  color: white;
  border: none;
}
.clothes-template_2-sec7 .modal-body .info .ezo-btn__wrapper .btn-motion:hover,
.clothes-template_2-sec7 .modal-body .info .ezo-btn__wrapper .btn-motion:active,
.clothes-template_2-sec7 .modal-body .info .ezo-btn__wrapper .btn-motion:focus {
  background-color: #191311;
}
.clothes-template_2-sec7 .modal-body .info .pics {
  margin-top: 1rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.clothes-template_2-sec7 .modal-body .info .pics .pic {
  margin-right: 1%;
  margin-left: 1%;
  margin-top: 2%;
  width: 31.3%;
  text-align: center;
  cursor: pointer;
}
.clothes-template_2-sec7 .modal-header {
  justify-content: end;
}
.clothes-template_2-sec7 .modal-header .modal-title {
  font-size: 1rem;
  text-align: right;
  letter-spacing: 0.25rem;
  width: 100%;
}
@media (min-width: 992px) {
  .clothes-template_2-sec7 .modal-dialog {
    max-width: 1000px;
  }
  .clothes-template_2-sec7 .modal-body {
    padding: 2rem;
  }
  .clothes-template_2-sec7 .modal-body .info .category-title {
    margin-top: 2.25rem;
    font-size: 1.5rem;
    letter-spacing: 0.75rem;
  }
  .clothes-template_2-sec7 .modal-body .info .details {
    margin-top: 2rem;
    font-size: 1.5rem;
    letter-spacing: 0.5rem;
  }
  .clothes-template_2-sec7 .modal-body .info .details span {
    margin-left: 2rem;
  }
  .clothes-template_2-sec7 .modal-body .info .details .location {
    color: #737373;
    font-size: 0.8rem;
  }
  .clothes-template_2-sec7 .modal-body .info .button {
    margin-top: 4rem;
  }
  .clothes-template_2-sec7 .modal-body .info .button a {
    font-size: 1rem;
    letter-spacing: 0.25rem;
  }
  .clothes-template_2-sec7 .modal-body .info .button a p {
    line-height: 2.5rem;
    margin-bottom: 0;
  }
  .clothes-template_2-sec7 .modal-body .info .button a:hover {
    border: 1px solid black;
    color: black;
    background-color: white;
  }
  .clothes-template_2-sec7 .modal-body .info .pics {
    margin-top: 4rem;
  }
  .clothes-template_2-sec7 .modal-body .info .pics .pic {
    margin-right: 1%;
    margin-left: 1%;
    margin-top: 2%;
    width: 31.3%;
    text-align: center;
  }
  .clothes-template_2-sec7 .modal-header {
    justify-content: end;
  }
  .clothes-template_2-sec7 .modal-header .modal-title {
    font-size: 1rem;
    text-align: right;
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .clothes-template_2-sec7 .modal-dialog {
    max-width: 1140px;
  }
}

.clothes-template-sec2 {
  margin-top: 1rem;
  background-color: white;
}
.clothes-template-sec2 .discription {
  text-align: center;
  letter-spacing: 0.2rem;
}
.clothes-template-sec2 .discription p {
  margin-top: 3rem;
  font-size: 0.5rem;
}
.clothes-template-sec2 .studio-title .title {
  display: block;
  font-size: 0.875rem;
  color: black;
  font-family:
    "Yu Mincho", "MS PMincho", serif, "Yu Mincho", serif,
    "Yu MinchoHiraMinProN-W3", "NewYork", serif, "Yu MinchoHiraMinProN-W3",
    serif;
  letter-spacing: 0.5rem;
  text-align: center;
}
.clothes-template-sec2 .studio-title .line1 {
  font-size: 0.7rem;
  color: #c0a79c;
  text-align: center;
  font-family: sans-serif;
  letter-spacing: 0.15rem;
}
@media (min-width: 992px) {
  .clothes-template-sec2 {
    margin-top: 2.5rem;
    padding-top: 2rem;
    background-color: white;
  }
  .clothes-template-sec2 .studio-title {
    margin-top: 2rem;
  }
  .clothes-template-sec2 .studio-title .title {
    display: block;
    font-size: 2rem;
    color: black;
    font-family:
      "Yu Mincho", "MS PMincho", serif, "Yu Mincho", serif,
      "Yu MinchoHiraMinProN-W3", "NewYork", serif, "Yu MinchoHiraMinProN-W3",
      serif;
    letter-spacing: 1rem;
    text-align: center;
  }
  .clothes-template-sec2 .studio-title .line1 {
    font-size: 0.8rem;
    color: #c0a79c;
    text-align: center;
    font-family: sans-serif;
    letter-spacing: 0.5rem;
  }
}

/*--=====-----=====-----=====-----=====-----=====-----=====-----=====-----=====----- EnD CLOTHES TEMPLATE -----=====-----=====-----=====-----=====-----=====-----=====-----=====-----=====--*/
/*--=====-----=====-----=====-----=====-----=====-----=====-----=====-----=====----- sAt STAFF TOP -----=====-----=====-----=====-----=====-----=====-----=====-----=====-----=====--*/
.staff-top-top {
  font-size: 0.625rem;
  letter-spacing: 0.15rem;
  text-align: center;
}
.staff-top-top .relative {
  position: relative;
}
.staff-top-top .relative .surface {
  position: absolute;
  top: 12.5%;
  left: 0;
  width: 100%;
  height: auto;
}
@media (min-width: 992px) {
  .staff-top-top {
    font-size: 1rem;
    letter-spacing: 0.35rem;
  }
  .staff-top-top .relative .surface {
    top: 20%;
  }
}
.staff-top-sec1,
.staff-top-sec3 {
  padding-top: 2.5rem;
  text-align: center;
}
.staff-top-sec1 .row1,
.staff-top-sec3 .row1 {
  font-size: 0.625rem;
  letter-spacing: 0.2rem;
  font-family:
    "Yu Mincho", "MS PMincho", serif, "Yu Mincho", serif,
    "Yu MinchoHiraMinProN-W3", "NewYork", serif, "Yu MinchoHiraMinProN-W3",
    serif;
  margin-bottom: 0;
}
.staff-top-sec1 .row2,
.staff-top-sec3 .row2 {
  font-size: 1.125rem;
  letter-spacing: 0.2rem;
  font-family:
    "Yu Mincho", "MS PMincho", serif, "Yu Mincho", serif,
    "Yu MinchoHiraMinProN-W3", "NewYork", serif, "Yu MinchoHiraMinProN-W3",
    serif;
  margin-bottom: 0;
  display: inline-block;
  position: relative;
  z-index: 1;
}
.staff-top-sec1 .row2::after,
.staff-top-sec3 .row2::after {
  position: absolute;
  z-index: -1;
  bottom: 0.25rem;
  left: 0;
  width: 100%;
  display: inline-block;
  content: "";
  height: 0.5rem;
  background-color: #f1f1f1;
}
.staff-top-sec1 .row3,
.staff-top-sec3 .row3 {
  margin-top: 0.5rem;
  font-size: 0.625rem;
  letter-spacing: 0.2rem;
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .staff-top-sec1,
  .staff-top-sec3 {
    margin-top: 2.5rem;
    padding-top: 4.5rem;
    background-color: white;
  }
  .staff-top-sec1 .row1,
  .staff-top-sec3 .row1 {
    font-size: 1.125rem;
    letter-spacing: 0.5rem;
  }
  .staff-top-sec1 .row2,
  .staff-top-sec3 .row2 {
    font-size: 1.75rem;
    letter-spacing: 0.75rem;
  }
  .staff-top-sec1 .row2::after,
  .staff-top-sec3 .row2::after {
    bottom: 0.5rem;
    height: 0.75rem;
  }
  .staff-top-sec1 .row3,
  .staff-top-sec3 .row3 {
    margin-top: 1.5rem;
    font-size: 1rem;
    letter-spacing: 0.35rem;
  }
}
@media (min-width: 992px) {
  .staff-top-sec3 {
    margin-top: 0rem;
    padding-top: 7rem;
    background-color: white;
  }
}
.staff-top-sec2,
.staff-top-sec4 {
  padding-top: 1.5rem;
}
.staff-top-sec2 *,
.staff-top-sec4 * {
  transition: all 1s;
}
.staff-top-sec2 .relative,
.staff-top-sec4 .relative {
  width: 100%;
  height: auto;
  position: relative;
  margin-top: 1rem;
}
.staff-top-sec2 .relative a,
.staff-top-sec4 .relative a {
  color: black;
}
.staff-top-sec2 .relative a .front,
.staff-top-sec2 .relative a .back,
.staff-top-sec4 .relative a .front,
.staff-top-sec4 .relative a .back {
  max-width: 80%;
  height: auto;
  position: relative;
}
.staff-top-sec2 .relative a .front .liner,
.staff-top-sec2 .relative a .back .liner,
.staff-top-sec4 .relative a .front .liner,
.staff-top-sec4 .relative a .back .liner {
  position: absolute;
  top: 9%;
  left: -5%;
  width: 110%;
  height: 95%;
}
.staff-top-sec2 .relative a .front .liner .rbb,
.staff-top-sec2 .relative a .back .liner .rbb,
.staff-top-sec4 .relative a .front .liner .rbb,
.staff-top-sec4 .relative a .back .liner .rbb {
  position: absolute;
  right: 0;
  bottom: 0;
  height: 15%;
  width: 1px;
  content: "";
  background-color: black;
  transform: scale(1, 0);
  transform-origin: right top;
  transition: 100ms;
  transition-delay: 400ms;
}
.staff-top-sec2 .relative a .front .liner .bb,
.staff-top-sec2 .relative a .back .liner .bb,
.staff-top-sec4 .relative a .front .liner .bb,
.staff-top-sec4 .relative a .back .liner .bb {
  position: absolute;
  right: auto;
  left: auto;
  bottom: 0;
  height: 1px;
  width: 100%;
  content: "";
  background-color: black;
  transform: scale(0, 1);
  transform-origin: right top;
  transition: 100ms;
  transition-delay: 300ms;
}
.staff-top-sec2 .relative a .front .liner .lb,
.staff-top-sec2 .relative a .back .liner .lb,
.staff-top-sec4 .relative a .front .liner .lb,
.staff-top-sec4 .relative a .back .liner .lb {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 1px;
  content: "";
  background-color: black;
  transform: scale(1, 0);
  transform-origin: right bottom;
  transition: 100ms;
  transition-delay: 200ms;
}
.staff-top-sec2 .relative a .front .liner .tb,
.staff-top-sec2 .relative a .back .liner .tb,
.staff-top-sec4 .relative a .front .liner .tb,
.staff-top-sec4 .relative a .back .liner .tb {
  position: absolute;
  right: auto;
  left: auto;
  top: 0;
  height: 1px;
  width: 100%;
  content: "";
  background-color: black;
  transform: scale(0, 1);
  transform-origin: left bottom;
  transition: 100ms;
  transition-delay: 100ms;
}
.staff-top-sec2 .relative a .front .liner .rtb,
.staff-top-sec2 .relative a .back .liner .rtb,
.staff-top-sec4 .relative a .front .liner .rtb,
.staff-top-sec4 .relative a .back .liner .rtb {
  position: absolute;
  right: 0;
  top: 0;
  height: 20%;
  width: 1px;
  content: "";
  background-color: black;
  transform: scale(1, 0);
  transform-origin: left top;
  transition: 100ms;
  transition-delay: 0ms;
}
.staff-top-sec2 .relative a:hover .front .liner .rbb,
.staff-top-sec2 .relative a:hover .front .liner .bb,
.staff-top-sec2 .relative a:hover .front .liner .lb,
.staff-top-sec2 .relative a:hover .front .liner .tb,
.staff-top-sec2 .relative a:hover .front .liner .rtb,
.staff-top-sec2 .relative a:hover .back .liner .rbb,
.staff-top-sec2 .relative a:hover .back .liner .bb,
.staff-top-sec2 .relative a:hover .back .liner .lb,
.staff-top-sec2 .relative a:hover .back .liner .tb,
.staff-top-sec2 .relative a:hover .back .liner .rtb,
.staff-top-sec4 .relative a:hover .front .liner .rbb,
.staff-top-sec4 .relative a:hover .front .liner .bb,
.staff-top-sec4 .relative a:hover .front .liner .lb,
.staff-top-sec4 .relative a:hover .front .liner .tb,
.staff-top-sec4 .relative a:hover .front .liner .rtb,
.staff-top-sec4 .relative a:hover .back .liner .rbb,
.staff-top-sec4 .relative a:hover .back .liner .bb,
.staff-top-sec4 .relative a:hover .back .liner .lb,
.staff-top-sec4 .relative a:hover .back .liner .tb,
.staff-top-sec4 .relative a:hover .back .liner .rtb {
  transform: scale(1, 1);
}
.staff-top-sec2 .relative a:hover .front .liner .rbb,
.staff-top-sec2 .relative a:hover .back .liner .rbb,
.staff-top-sec4 .relative a:hover .front .liner .rbb,
.staff-top-sec4 .relative a:hover .back .liner .rbb {
  transform-origin: right top;
  transition: 100ms;
}
.staff-top-sec2 .relative a:hover .front .liner .bb,
.staff-top-sec2 .relative a:hover .back .liner .bb,
.staff-top-sec4 .relative a:hover .front .liner .bb,
.staff-top-sec4 .relative a:hover .back .liner .bb {
  transform-origin: right top;
  transition: 100ms;
  transition-delay: 100ms;
}
.staff-top-sec2 .relative a:hover .front .liner .lb,
.staff-top-sec2 .relative a:hover .back .liner .lb,
.staff-top-sec4 .relative a:hover .front .liner .lb,
.staff-top-sec4 .relative a:hover .back .liner .lb {
  transform-origin: right bottom;
  transition: 100ms;
  transition-delay: 200ms;
}
.staff-top-sec2 .relative a:hover .front .liner .tb,
.staff-top-sec2 .relative a:hover .back .liner .tb,
.staff-top-sec4 .relative a:hover .front .liner .tb,
.staff-top-sec4 .relative a:hover .back .liner .tb {
  transform-origin: left bottom;
  transition: 100ms;
  transition-delay: 300ms;
}
.staff-top-sec2 .relative a:hover .front .liner .rtb,
.staff-top-sec2 .relative a:hover .back .liner .rtb,
.staff-top-sec4 .relative a:hover .front .liner .rtb,
.staff-top-sec4 .relative a:hover .back .liner .rtb {
  transform-origin: left top;
  transition: 100ms;
  transition-delay: 400ms;
}
.staff-top-sec2 .relative a .back,
.staff-top-sec4 .relative a .back {
  position: absolute;
  visibility: hidden;
  opacity: 0;
  top: 0;
  left: 0;
  z-index: -1;
}
.staff-top-sec2 .relative a .text,
.staff-top-sec4 .relative a .text {
  max-width: 50%;
  position: absolute;
  top: 30%;
  right: 0%;
  z-index: 3;
}
.staff-top-sec2 .relative a .text .name,
.staff-top-sec4 .relative a .text .name {
  font-size: 0.85rem;
  letter-spacing: 0.2rem;
  text-align: center;
}
.staff-top-sec2 .relative a .text .line,
.staff-top-sec4 .relative a .text .line {
  margin-top: 0.2rem;
  width: 100%;
  display: flex;
  justify-content: center;
}
.staff-top-sec2 .relative a .text .line-helper,
.staff-top-sec4 .relative a .text .line-helper {
  content: "";
  display: block;
  width: 40%;
  height: 1px;
  background-color: black;
  margin: auto;
}
.staff-top-sec2 .relative a .text .job,
.staff-top-sec4 .relative a .text .job {
  margin-top: 0.4rem;
  font-size: 0.625rem;
  line-height: 0.75rem;
  letter-spacing: 0.2rem;
}
.staff-top-sec2 .relative a .text .detail,
.staff-top-sec4 .relative a .text .detail {
  margin-top: 0.4rem;
  font-size: 0.4rem;
  transform: scale(0.65);
  padding: 0.1rem 0.2rem;
  letter-spacing: 0.1rem;
  color: white;
  background-color: black;
  border: 1px solid black;
  text-align: center;
}
.staff-top-sec2 .relative a .text .detail span,
.staff-top-sec4 .relative a .text .detail span {
  display: inline-block;
  transform: scale(0.65);
}
.staff-top-sec2 .relative a:hover .back,
.staff-top-sec4 .relative a:hover .back {
  z-index: 2;
  visibility: visible;
  opacity: 1;
}
@media (min-width: 768px) {
  .staff-top-sec2 .relative a .front .liner,
  .staff-top-sec2 .relative a .back .liner,
  .staff-top-sec4 .relative a .front .liner,
  .staff-top-sec4 .relative a .back .liner {
    top: 9%;
    left: -5%;
    width: 110%;
    height: 95%;
  }
  .staff-top-sec2 .relative a .front .liner .rbb,
  .staff-top-sec2 .relative a .back .liner .rbb,
  .staff-top-sec4 .relative a .front .liner .rbb,
  .staff-top-sec4 .relative a .back .liner .rbb {
    right: 0;
    bottom: 0;
    height: 30%;
  }
  .staff-top-sec2 .relative a .front .liner .bb,
  .staff-top-sec2 .relative a .back .liner .bb,
  .staff-top-sec4 .relative a .front .liner .bb,
  .staff-top-sec4 .relative a .back .liner .bb {
    position: absolute;
    right: auto;
    left: auto;
    bottom: 0;
    height: 1px;
    width: 100%;
  }
  .staff-top-sec2 .relative a .front .liner .lb,
  .staff-top-sec2 .relative a .back .liner .lb,
  .staff-top-sec4 .relative a .front .liner .lb,
  .staff-top-sec4 .relative a .back .liner .lb {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 1px;
  }
  .staff-top-sec2 .relative a .front .liner .tb,
  .staff-top-sec2 .relative a .back .liner .tb,
  .staff-top-sec4 .relative a .front .liner .tb,
  .staff-top-sec4 .relative a .back .liner .tb {
    position: absolute;
    right: auto;
    left: auto;
    top: 0;
    height: 1px;
    width: 100%;
  }
  .staff-top-sec2 .relative a .front .liner .rtb,
  .staff-top-sec2 .relative a .back .liner .rtb,
  .staff-top-sec4 .relative a .front .liner .rtb,
  .staff-top-sec4 .relative a .back .liner .rtb {
    position: absolute;
    right: 0;
    top: 0;
    height: 20%;
    width: 1px;
  }
}
@media (min-width: 992px) {
  .staff-top-sec2,
  .staff-top-sec4 {
    padding-top: 2.5rem;
    background-color: white;
    padding-bottom: 5rem;
  }
  .staff-top-sec2 .relative,
  .staff-top-sec4 .relative {
    margin-top: 4rem;
  }
  .staff-top-sec2 .relative a,
  .staff-top-sec4 .relative a {
    color: black;
  }
  .staff-top-sec2 .relative a .front,
  .staff-top-sec2 .relative a .back,
  .staff-top-sec4 .relative a .front,
  .staff-top-sec4 .relative a .back {
    max-width: 80%;
  }
  .staff-top-sec2 .relative a .front .liner,
  .staff-top-sec2 .relative a .back .liner,
  .staff-top-sec4 .relative a .front .liner,
  .staff-top-sec4 .relative a .back .liner {
    top: 9%;
    left: -5%;
    width: 110%;
    height: 95%;
  }
  .staff-top-sec2 .relative a .front .liner .rbb,
  .staff-top-sec2 .relative a .back .liner .rbb,
  .staff-top-sec4 .relative a .front .liner .rbb,
  .staff-top-sec4 .relative a .back .liner .rbb {
    right: 0;
    bottom: 0;
    height: 17.5%;
  }
  .staff-top-sec2 .relative a .front .liner .bb,
  .staff-top-sec2 .relative a .back .liner .bb,
  .staff-top-sec4 .relative a .front .liner .bb,
  .staff-top-sec4 .relative a .back .liner .bb {
    position: absolute;
    right: auto;
    left: auto;
    bottom: 0;
    height: 1px;
    width: 100%;
  }
  .staff-top-sec2 .relative a .front .liner .lb,
  .staff-top-sec2 .relative a .back .liner .lb,
  .staff-top-sec4 .relative a .front .liner .lb,
  .staff-top-sec4 .relative a .back .liner .lb {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 1px;
  }
  .staff-top-sec2 .relative a .front .liner .tb,
  .staff-top-sec2 .relative a .back .liner .tb,
  .staff-top-sec4 .relative a .front .liner .tb,
  .staff-top-sec4 .relative a .back .liner .tb {
    position: absolute;
    right: auto;
    left: auto;
    top: 0;
    height: 1px;
    width: 100%;
  }
  .staff-top-sec2 .relative a .front .liner .rtb,
  .staff-top-sec2 .relative a .back .liner .rtb,
  .staff-top-sec4 .relative a .front .liner .rtb,
  .staff-top-sec4 .relative a .back .liner .rtb {
    position: absolute;
    right: 0;
    top: 0;
    height: 20%;
    width: 1px;
  }
  .staff-top-sec2 .relative a .back,
  .staff-top-sec4 .relative a .back {
    position: absolute;
    visibility: hidden;
    opacity: 0;
    top: 0;
    left: 0;
    z-index: -1;
  }
  .staff-top-sec2 .relative a .text,
  .staff-top-sec4 .relative a .text {
    max-width: 50%;
    position: absolute;
    top: 30%;
    right: 0%;
  }
  .staff-top-sec2 .relative a .text .name,
  .staff-top-sec4 .relative a .text .name {
    font-size: 1.5rem;
    letter-spacing: 0.5rem;
  }
  .staff-top-sec2 .relative a .text .line,
  .staff-top-sec4 .relative a .text .line {
    margin-top: 0.5rem;
  }
  .staff-top-sec2 .relative a .text .line-helper,
  .staff-top-sec4 .relative a .text .line-helper {
    content: "";
    width: 40%;
  }
  .staff-top-sec2 .relative a .text .job,
  .staff-top-sec4 .relative a .text .job {
    margin-top: 0.75rem;
    font-size: 1.125rem;
    line-height: 1.125rem;
    letter-spacing: 0.5rem;
  }
  .staff-top-sec2 .relative a .text .detail,
  .staff-top-sec4 .relative a .text .detail {
    margin-top: 0.75rem;
    font-size: 0.75rem;
    transform: scale(1);
    padding: 0.2rem 0.4rem;
    letter-spacing: 0.25rem;
  }
  .staff-top-sec2 .relative a .text .detail span,
  .staff-top-sec4 .relative a .text .detail span {
    display: inline-block;
    transform: scale(0.65);
  }
  .staff-top-sec2 .relative a:hover .back,
  .staff-top-sec4 .relative a:hover .back {
    z-index: 2;
    visibility: visible;
    opacity: 1;
  }
}
@media (min-width: 1200px) {
  .staff-top-sec2 .relative a .front .liner,
  .staff-top-sec2 .relative a .back .liner,
  .staff-top-sec4 .relative a .front .liner,
  .staff-top-sec4 .relative a .back .liner {
    top: 9%;
    left: -5%;
    width: 95%;
    height: 95%;
  }
  .staff-top-sec2 .relative a .front .liner .rbb,
  .staff-top-sec2 .relative a .back .liner .rbb,
  .staff-top-sec4 .relative a .front .liner .rbb,
  .staff-top-sec4 .relative a .back .liner .rbb {
    right: 0;
    bottom: 0;
    height: 17.5%;
  }
  .staff-top-sec2 .relative a .front .liner .bb,
  .staff-top-sec2 .relative a .back .liner .bb,
  .staff-top-sec4 .relative a .front .liner .bb,
  .staff-top-sec4 .relative a .back .liner .bb {
    position: absolute;
    right: auto;
    left: auto;
    bottom: 0;
    height: 1px;
    width: 100%;
  }
  .staff-top-sec2 .relative a .front .liner .lb,
  .staff-top-sec2 .relative a .back .liner .lb,
  .staff-top-sec4 .relative a .front .liner .lb,
  .staff-top-sec4 .relative a .back .liner .lb {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 1px;
  }
  .staff-top-sec2 .relative a .front .liner .tb,
  .staff-top-sec2 .relative a .back .liner .tb,
  .staff-top-sec4 .relative a .front .liner .tb,
  .staff-top-sec4 .relative a .back .liner .tb {
    position: absolute;
    right: auto;
    left: auto;
    top: 0;
    height: 1px;
    width: 100%;
  }
  .staff-top-sec2 .relative a .front .liner .rtb,
  .staff-top-sec2 .relative a .back .liner .rtb,
  .staff-top-sec4 .relative a .front .liner .rtb,
  .staff-top-sec4 .relative a .back .liner .rtb {
    position: absolute;
    right: 0;
    top: 0;
    height: 20%;
    width: 1px;
  }
  .staff-top-sec2 .relative a .text,
  .staff-top-sec4 .relative a .text {
    right: 15%;
  }
}
.staff-top-sec5 {
  padding-top: 4rem;
  text-align: center;
}
.staff-top-sec5 .row1 {
  margin-top: 0.5rem;
  font-size: 0.75rem;
  letter-spacing: 0.2rem;
  text-decoration: underline;
  margin-bottom: 0;
}
.staff-top-sec5 .row2 {
  margin-top: 0.5rem;
  font-size: 0.625rem;
  letter-spacing: 0.2rem;
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .staff-top-sec5 .row1 {
    font-size: 1.125rem;
  }
  .staff-top-sec5 .row2 {
    margin-top: 2.5rem;
    font-size: 1rem;
  }
}

/*--=====-----=====-----=====-----=====-----=====-----=====-----=====-----=====----- EnD STAFF TOP -----=====-----=====-----=====-----=====-----=====-----=====-----=====-----=====--*/
/*--=====-----=====-----=====-----=====-----=====-----=====-----=====-----=====----- sAt STAFF TEMPALTE -----=====-----=====-----=====-----=====-----=====-----=====-----=====-----=====--*/
.staff-template-top {
  font-size: 0.625rem;
  letter-spacing: 0.15rem;
  text-align: center;
}
@media (min-width: 992px) {
  .staff-template-top {
    font-size: 1rem;
    letter-spacing: 0.35rem;
  }
}
.staff-template-sec1 {
  margin-top: 1.5rem;
}
.staff-template-sec1 .relative {
  height: auto;
  width: 100%;
}
.staff-template-sec1 .relative .text-box {
  margin-top: 1.5rem;
  text-align: center;
}
.staff-template-sec1 .relative .text-box .top {
  position: relative;
}
.staff-template-sec1 .relative .text-box .top a {
  position: absolute;
  top: 0;
  right: 2rem;
}
.staff-template-sec1 .relative .text-box .top a img {
  width: 1rem;
}
.staff-template-sec1 .relative .text-box .top .row1 {
  font-size: 1.25rem;
  letter-spacing: 0.5rem;
  font-family:
    "Yu Mincho", "MS PMincho", serif, "Yu Mincho", serif,
    "Yu MinchoHiraMinProN-W3", "NewYork", serif, "Yu MinchoHiraMinProN-W3",
    serif;
  margin-bottom: 0;
}
.staff-template-sec1 .relative .text-box .row2 {
  font-size: 0.625rem;
  letter-spacing: 0.1rem;
  margin-bottom: 0;
}
.staff-template-sec1 .relative .text-box .line {
  margin-top: 1rem;
  display: flex;
  justify-content: center;
}
.staff-template-sec1 .relative .text-box .line-helper {
  display: block;
  content: "";
  width: 30%;
  height: 1px;
  background-color: black;
}
.staff-template-sec1 .relative .text-box .intro {
  margin-top: 1rem;
  display: flex;
  justify-content: center;
}
.staff-template-sec1 .relative .text-box .intro .row3 {
  width: 80%;
  font-size: 0.75rem;
  letter-spacing: 0.1rem;
  margin-bottom: 0;
}
.staff-template-sec1 .relative .text-box .row4 {
  margin-top: 1rem;
  font-size: 0.625rem;
  letter-spacing: 0.2rem;
  color: rgb(168, 185, 189);
}
@media (min-width: 992px) {
  .staff-template-sec1 .relative {
    position: relative;
  }
  .staff-template-sec1 .relative img {
    max-width: 65%;
  }
  .staff-template-sec1 .relative .text-box {
    margin-top: 0rem;
    position: absolute;
    border: 1px solid #737373;
    width: 37.5%;
    top: 12.5%;
    right: 0;
    background-color: rgba(255, 255, 255, 0.25);
  }
  .staff-template-sec1 .relative .text-box .top {
    position: relative;
  }
  .staff-template-sec1 .relative .text-box .top a {
    position: absolute;
    top: -2rem;
    right: 0;
  }
  .staff-template-sec1 .relative .text-box .top a img {
    width: 2.5rem;
  }
  .staff-template-sec1 .relative .text-box .top .row1 {
    margin-top: 2.5rem;
    font-size: 1.25rem;
    letter-spacing: 1rem;
  }
  .staff-template-sec1 .relative .text-box .row2 {
    font-size: 0.75rem;
    letter-spacing: 0.25rem;
  }
  .staff-template-sec1 .relative .text-box .line {
    margin-top: 1.25rem;
  }
  .staff-template-sec1 .relative .text-box .line-helper {
    width: 17.5%;
  }
  .staff-template-sec1 .relative .text-box .intro {
    margin-top: 1.25rem;
  }
  .staff-template-sec1 .relative .text-box .intro .row3 {
    width: 70%;
    font-size: 0.75rem;
    letter-spacing: 0.1rem;
  }
  .staff-template-sec1 .relative .text-box .row4 {
    margin-top: 1.25rem;
    font-size: 0.75rem;
    letter-spacing: 0.2rem;
    margin-bottom: 1.25rem;
  }
}
@media (min-width: 1200px) {
  .staff-template-sec1 .relative {
    position: relative;
  }
  .staff-template-sec1 .relative img {
    max-width: 65%;
  }
  .staff-template-sec1 .relative .text-box {
    margin-top: 0rem;
    position: absolute;
    border: 1px solid #737373;
    width: 42.5%;
    top: 15%;
    right: 0;
    background-color: rgba(255, 255, 255, 0.25);
  }
  .staff-template-sec1 .relative .text-box .top {
    position: relative;
  }
  .staff-template-sec1 .relative .text-box .top a {
    position: absolute;
    top: -2rem;
    right: 0;
  }
  .staff-template-sec1 .relative .text-box .top a img {
    width: 2.5rem;
  }
  .staff-template-sec1 .relative .text-box .top .row1 {
    margin-top: 2.5rem;
    font-size: 1.75rem;
    letter-spacing: 1rem;
  }
  .staff-template-sec1 .relative .text-box .row2 {
    font-size: 1rem;
    letter-spacing: 0.25rem;
  }
  .staff-template-sec1 .relative .text-box .line {
    margin-top: 1.25rem;
  }
  .staff-template-sec1 .relative .text-box .line-helper {
    width: 17.5%;
  }
  .staff-template-sec1 .relative .text-box .intro {
    margin-top: 1.25rem;
  }
  .staff-template-sec1 .relative .text-box .intro .row3 {
    width: 70%;
    font-size: 1rem;
    letter-spacing: 0.1rem;
  }
  .staff-template-sec1 .relative .text-box .row4 {
    margin-top: 1.25rem;
    font-size: 1rem;
    letter-spacing: 0.2rem;
    margin-bottom: 1.25rem;
  }
}
.staff-template-sec2 {
  margin-top: 3rem;
}
.staff-template-sec2 * {
  transition: all 0.5s;
}
.staff-template-sec2 .row1 {
  font-size: 1.25rem;
  letter-spacing: 0.5rem;
  text-align: center;
  font-family:
    "Yu Mincho", "MS PMincho", serif, "Yu Mincho", serif,
    "Yu MinchoHiraMinProN-W3", "NewYork", serif, "Yu MinchoHiraMinProN-W3",
    serif;
  margin-bottom: 0;
}
.staff-template-sec2 .line {
  margin-top: 0.5rem;
  display: flex;
  justify-content: center;
}
.staff-template-sec2 .line-helper {
  display: block;
  content: "";
  width: 30%;
  height: 1px;
  background-color: black;
}
.staff-template-sec2 .buttons {
  margin-top: 1rem;
}
.staff-template-sec2 .buttons .button {
  margin-top: 0.5rem;
}
.staff-template-sec2 .buttons a {
  text-align: center;
  display: block;
  color: #737373;
  border: 1px solid #b8b8b8;
  text-decoration: none;
  border-radius: 1rem;
}
.staff-template-sec2 .buttons a p {
  font-size: 0.625rem;
  line-height: 0.625rem;
  letter-spacing: 0.2rem;
  margin-bottom: 0;
  padding-top: 0.2rem;
  padding-bottom: 0.2rem;
}
.staff-template-sec2 .buttons a:hover {
  background-color: #b8b8b8;
}
.staff-template-sec2 .pagination {
  margin-top: 3rem;
}
.staff-template-sec2 .pagination-wrapper {
  display: flex;
  justify-content: center;
}
.staff-template-sec2 .pagination-wrapper a {
  display: block;
  margin-right: 0.5rem;
  margin-left: 0.5rem;
  text-decoration: none;
  color: #737373;
  font-size: 0.625rem;
}
.staff-template-sec2 .pagination-wrapper a:hover,
.staff-template-sec2 .pagination-wrapper a.active {
  color: black;
}
.staff-template-sec2 .pagination-wrapper a:hover p,
.staff-template-sec2 .pagination-wrapper a.active p {
  position: relative;
}
.staff-template-sec2 .pagination-wrapper a:hover p::after,
.staff-template-sec2 .pagination-wrapper a.active p::after {
  display: block;
  position: absolute;
  width: 100%;
  height: 1px;
  content: "";
  background-color: #737373;
}
.staff-template-sec2 .pagination-wrapper a.active p {
  color: black;
}
.staff-template-sec2 .pagination-wrapper a.active p a::after {
  background-color: black;
}
@media (min-width: 992px) {
  .staff-template-sec2 {
    margin-top: 3rem;
    padding-top: 5rem;
    padding-bottom: 3rem;
    background-color: white;
  }
  .staff-template-sec2 .row1 {
    font-size: 1.75rem;
    letter-spacing: 1rem;
  }
  .staff-template-sec2 .line {
    margin-top: 1.5rem;
  }
  .staff-template-sec2 .line-helper {
    width: 15%;
  }
  .staff-template-sec2 .buttons {
    margin-top: 1.5rem;
  }
  .staff-template-sec2 .buttons .button {
    margin-top: 0.5rem;
  }
  .staff-template-sec2 .buttons a p {
    font-size: 1rem;
    line-height: 1rem;
    letter-spacing: 0.2rem;
    padding-top: 0.4rem;
    padding-bottom: 0.4rem;
  }
  .staff-template-sec2 .pagination {
    margin-top: 5rem;
  }
  .staff-template-sec2 .pagination-wrapper a {
    font-size: 1.25rem;
    margin-right: 1rem;
    margin-left: 1rem;
  }
}
.staff-template-sec3 {
  margin-top: 3rem;
}

.btn:focus {
  outline: 0;
  box-shadow: none;
}

/*--=====-----=====-----=====-----=====-----=====-----=====-----=====-----=====----- EnD STAFF TEMPALTE -----=====-----=====-----=====-----=====-----=====-----=====-----=====-----=====--*/
/*--=====-----=====-----=====-----=====-----=====-----=====-----=====-----=====----- sAt GALLERY-FUKUOKA -----=====-----=====-----=====-----=====-----=====-----=====-----=====-----=====--*/
.gallery-fukuoka-sec1 {
  padding-top: 2rem;
}
.gallery-fukuoka-sec1 .gallery-wrapper .comp1 .box-100 {
  width: 100%;
  text-align: left;
}
.gallery-fukuoka-sec1 .gallery-wrapper .comp1 .box-100 img {
  width: 80%;
}
.gallery-fukuoka-sec1 .gallery-wrapper .comp2 {
  margin-top: -1rem;
}
.gallery-fukuoka-sec1 .gallery-wrapper .comp2 .inner {
  padding-right: 0.75rem;
  padding-left: 2rem;
}
.gallery-fukuoka-sec1 .gallery-wrapper .comp2 .line-3pics [class*="pic"] {
  padding-right: 0.125rem;
  padding-left: 0.125rem;
}
.gallery-fukuoka-sec1 .gallery-wrapper .comp3 {
  margin-top: 1.5rem;
}
.gallery-fukuoka-sec1 .gallery-wrapper .comp3 .title {
  font-size: 0.875rem;
  font-family:
    "Yu Mincho", "MS PMincho", serif, "Yu Mincho", serif,
    "Yu MinchoHiraMinProN-W3", "NewYork", serif, "Yu MinchoHiraMinProN-W3",
    serif;
  letter-spacing: 0.3rem;
  margin-bottom: 0;
}
.gallery-fukuoka-sec1 .gallery-wrapper .comp3 .description {
  margin-top: 1rem;
  font-size: 0.625rem;
  letter-spacing: 0.125rem;
  line-height: 1.25rem;
  margin-bottom: 0;
}
.gallery-fukuoka-sec1 .gallery-wrapper .comp3 .ezo-btn__wrapper {
  margin-top: 1.25rem;
}
@media (min-width: 992px) {
  .gallery-fukuoka-sec1 .gallery-wrapper .comp3 .ezo-btn__wrapper {
    margin-top: 1.25rem;
  }
}
.gallery-fukuoka-sec2 {
  padding-top: 5rem;
}
.gallery-fukuoka-sec2 .gallery-wrapper .comp1 .box-100 {
  width: 100%;
  text-align: right;
}
.gallery-fukuoka-sec2 .gallery-wrapper .comp1 .box-100 img {
  width: 80%;
}
.gallery-fukuoka-sec2 .gallery-wrapper .comp2 {
  margin-top: -1rem;
}
.gallery-fukuoka-sec2 .gallery-wrapper .comp2 .inner {
  padding-right: 2rem;
  padding-left: 0.75rem;
}
.gallery-fukuoka-sec2 .gallery-wrapper .comp2 .line-3pics [class*="pic"] {
  padding-right: 0.125rem;
  padding-left: 0.125rem;
}
.gallery-fukuoka-sec2 .gallery-wrapper .comp3 {
  margin-top: 1.5rem;
}
.gallery-fukuoka-sec2 .gallery-wrapper .comp3 .title {
  font-size: 0.875rem;
  font-family:
    "Yu Mincho", "MS PMincho", serif, "Yu Mincho", serif,
    "Yu MinchoHiraMinProN-W3", "NewYork", serif, "Yu MinchoHiraMinProN-W3",
    serif;
  letter-spacing: 0.3rem;
  margin-bottom: 0;
}
.gallery-fukuoka-sec2 .gallery-wrapper .comp3 .description {
  margin-top: 1rem;
  font-size: 0.625rem;
  letter-spacing: 0.125rem;
  line-height: 1.25rem;
  margin-bottom: 0;
}
.gallery-fukuoka-sec2 .gallery-wrapper .comp3 .ezo-btn__wrapper {
  margin-top: 1.25rem;
}
@media (min-width: 1200px) {
  .gallery-fukuoka-top {
    font-size: 2.5rem;
    letter-spacing: 1.25rem;
  }
  .gallery-fukuoka-sec1 {
    margin-top: 3.75rem;
    padding-top: 5.75rem;
    background-color: white;
  }
  .gallery-fukuoka-sec1 .gallery-wrapper .comp1 .box-100 {
    text-align: center;
  }
  .gallery-fukuoka-sec1 .gallery-wrapper .comp1 .box-100 img {
    width: 100%;
  }
  .gallery-fukuoka-sec1 .gallery-wrapper .comp2 {
    margin-top: -2rem;
    margin-left: 2.5rem;
  }
  .gallery-fukuoka-sec1 .gallery-wrapper .comp2 .inner {
    padding-right: 0.75rem;
    padding-left: 2rem;
  }
  .gallery-fukuoka-sec1 .gallery-wrapper .comp2 .line-3pics [class*="pic"] {
    padding-right: 0.125rem;
    padding-left: 0.125rem;
  }
  .gallery-fukuoka-sec1 .gallery-wrapper .comp3 {
    margin-top: 0.75rem;
    padding-left: 5rem;
    padding-right: 5rem;
  }
  .gallery-fukuoka-sec1 .gallery-wrapper .comp3 .title {
    font-size: 1.75rem;
    letter-spacing: 0.3rem;
    line-height: 1.75rem;
  }
  .gallery-fukuoka-sec1 .gallery-wrapper .comp3 .description {
    margin-top: 1.5rem;
    font-size: 0.875rem;
    line-height: 1.5rem;
    margin-bottom: 0;
  }
  .gallery-fukuoka-sec1 .gallery-wrapper .comp3 .description br {
    display: none;
  }
  .gallery-fukuoka-sec1 .gallery-wrapper .comp3 .ezo-btn__wrapper {
    margin-top: 1.5rem;
  }
  .gallery-fukuoka-sec2 {
    padding-top: 9rem;
    background-color: white;
    padding-bottom: 5.75rem;
  }
  .gallery-fukuoka-sec2 .gallery-wrapper .comp1 .box-100 {
    text-align: center;
  }
  .gallery-fukuoka-sec2 .gallery-wrapper .comp1 .box-100 img {
    width: 100%;
  }
  .gallery-fukuoka-sec2 .gallery-wrapper .comp2 {
    margin-top: -2rem;
    margin-right: 5rem;
  }
  .gallery-fukuoka-sec2 .gallery-wrapper .comp2 .inner {
    padding-right: 0.75rem;
    padding-left: 2rem;
  }
  .gallery-fukuoka-sec2 .gallery-wrapper .comp2 .line-3pics [class*="pic"] {
    padding-right: 0.125rem;
    padding-left: 0.125rem;
  }
  .gallery-fukuoka-sec2 .gallery-wrapper .comp3 {
    margin-top: 0.75rem;
    padding-left: 5rem;
    padding-right: 5rem;
  }
  .gallery-fukuoka-sec2 .gallery-wrapper .comp3 .title {
    font-size: 1.75rem;
    letter-spacing: 0.3rem;
    line-height: 1.75rem;
  }
  .gallery-fukuoka-sec2 .gallery-wrapper .comp3 .description {
    margin-top: 1.5rem;
    font-size: 0.875rem;
    line-height: 1.5rem;
    margin-bottom: 0;
  }
  .gallery-fukuoka-sec2 .gallery-wrapper .comp3 .description br {
    display: none;
  }
  .gallery-fukuoka-sec2 .gallery-wrapper .comp3 .ezo-btn__wrapper {
    margin-top: 1.5rem;
  }
}

/*--=====-----=====-----=====-----=====-----=====-----=====-----=====-----=====----- EnD GALLERY-FUKUOKA -----=====-----=====-----=====-----=====-----=====-----=====-----=====-----=====--*/
/*--=====-----=====-----=====-----=====-----=====-----=====-----=====-----=====----- sAt ACCESS -----=====-----=====-----=====-----=====-----=====-----=====-----=====-----=====--*/
.access-top {
  font-size: 0.625rem;
  letter-spacing: 0.15rem;
  text-align: center;
}
@media (min-width: 1026px) {
  .access-top {
    font-size: 1rem;
    letter-spacing: 0.35rem;
  }
}
.access-sec1 {
  margin-top: 3rem;
}
.access-sec1 .gmap {
  height: 0;
  overflow: hidden;
  padding-bottom: 75%;
  position: relative;
}
.access-sec1 .gmap iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
@media (min-width: 1026px) {
  .access-sec1 .gmap {
    padding-bottom: 20%;
  }
}
.access-sec2 {
  margin-top: 3rem;
  text-align: center;
}
.access-sec2 .title {
  font-size: 0.8125rem;
  letter-spacing: 0.5rem;
  font-weight: bold;
}
.access-sec2 .row1,
.access-sec2 .row2 {
  font-size: 0.625rem;
  letter-spacing: 0.125rem;
  margin-bottom: 0.5rem;
}
@media (min-width: 1026px) {
  .access-sec2 {
    margin-top: 5rem;
    text-align: center;
  }
  .access-sec2 .title {
    font-size: 1.375rem;
    letter-spacing: 0.5rem;
    font-weight: bold;
  }
  .access-sec2 .row1,
  .access-sec2 .row2 {
    font-size: 1rem;
    letter-spacing: 0.125rem;
    margin-bottom: 0.5rem;
  }
}
.access-sec3 {
  margin-top: 1.5rem;
  text-align: center;
}
.access-sec3 .title {
  font-size: 0.8125rem;
  letter-spacing: 0.5rem;
  font-weight: bold;
}
.access-sec3 .row1,
.access-sec3 .row2 {
  font-size: 0.625rem;
  letter-spacing: 0.125rem;
  margin-bottom: 0.5rem;
}
.access-sec3 .tel {
  font-size: 0.75rem;
  letter-spacing: 0.125rem;
  font-weight: bold;
}
.access-sec3 .tel a {
  text-decoration: none;
  color: black;
}
@media (min-width: 1026px) {
  .access-sec3 {
    margin-top: 1.5rem;
  }
  .access-sec3 .title {
    font-size: 1.125rem;
  }
  .access-sec3 .row1,
  .access-sec3 .row2 {
    font-size: 1rem;
  }
  .access-sec3 .tel {
    font-size: 1.125rem;
  }
}
.access-sec4,
.access-sec5,
.access-sec6,
.access-sec7 {
  margin-top: 3rem;
  text-align: center;
}
.access-sec4 .title,
.access-sec5 .title,
.access-sec6 .title,
.access-sec7 .title {
  font-size: 0.8125rem;
  letter-spacing: 0.5rem;
  font-weight: bold;
}
.access-sec4 .row1,
.access-sec5 .row1,
.access-sec6 .row1,
.access-sec7 .row1 {
  font-size: 0.6875rem;
  letter-spacing: 0.125rem;
  margin-bottom: 0.5rem;
}
.access-sec4 .row2,
.access-sec5 .row2,
.access-sec6 .row2,
.access-sec7 .row2 {
  font-size: 0.625rem;
  letter-spacing: 0.125rem;
  margin-bottom: 0.5rem;
}
.access-sec4 .bus-btn,
.access-sec5 .bus-btn,
.access-sec6 .bus-btn,
.access-sec7 .bus-btn {
  height: 1.625rem;
  background-color: #453531;
  border: 1px solid transparent;
  transition: all 0.5s;
}
.access-sec4 .bus-btn a,
.access-sec5 .bus-btn a,
.access-sec6 .bus-btn a,
.access-sec7 .bus-btn a {
  line-height: 1.5rem;
  text-decoration: none;
  color: white;
  transition: all 0.5s;
}
.access-sec4 .bus-btn a .btn-text,
.access-sec5 .bus-btn a .btn-text,
.access-sec6 .bus-btn a .btn-text,
.access-sec7 .bus-btn a .btn-text {
  font-size: 0.625rem;
  letter-spacing: 0.25rem;
}
.access-sec4 .row3,
.access-sec5 .row3,
.access-sec6 .row3,
.access-sec7 .row3 {
  font-size: 0.625rem;
  letter-spacing: 0.125rem;
  margin-bottom: 0.5rem;
}
@media (min-width: 1026px) {
  .access-sec4,
  .access-sec5,
  .access-sec6,
  .access-sec7 {
    margin-top: 5rem;
  }
  .access-sec4 .title,
  .access-sec5 .title,
  .access-sec6 .title,
  .access-sec7 .title {
    font-size: 1.375rem;
  }
  .access-sec4 .row1,
  .access-sec5 .row1,
  .access-sec6 .row1,
  .access-sec7 .row1 {
    font-size: 1.125rem;
  }
  .access-sec4 .row2,
  .access-sec5 .row2,
  .access-sec6 .row2,
  .access-sec7 .row2 {
    font-size: 1rem;
  }
  .access-sec4 .bus-btn,
  .access-sec5 .bus-btn,
  .access-sec6 .bus-btn,
  .access-sec7 .bus-btn {
    height: 2.5rem;
  }
  .access-sec4 .bus-btn a,
  .access-sec5 .bus-btn a,
  .access-sec6 .bus-btn a,
  .access-sec7 .bus-btn a {
    line-height: 2.375rem;
  }
  .access-sec4 .bus-btn a .btn-text,
  .access-sec5 .bus-btn a .btn-text,
  .access-sec6 .bus-btn a .btn-text,
  .access-sec7 .bus-btn a .btn-text {
    font-size: 1rem;
  }
  .access-sec4 .row3,
  .access-sec5 .row3,
  .access-sec6 .row3,
  .access-sec7 .row3 {
    font-size: 1rem;
  }
}

/*--=====-----=====-----=====-----=====-----=====-----=====-----=====-----=====----- EnD ACCESS -----=====-----=====-----=====-----=====-----=====-----=====-----=====-----=====--*/
