/*!*******************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./sass/page/storage_kyoto.scss ***!
  \*******************************************************************************************************************************************************************************/
@charset "UTF-8";
/** flex **/
/** width **/
/** headings **/
h6 {
  font-size: 0.8rem;
  line-height: 1.25;
  font-weight: normal;
}

h5 {
  font-size: 1.6rem;
  line-height: 1.25;
  font-weight: normal;
}

h4 {
  font-size: 2.4rem;
  line-height: 1.25;
  font-weight: normal;
}

h3 {
  font-size: 3.2rem;
  line-height: 1.25;
  font-weight: normal;
}

h2 {
  font-size: 4rem;
  line-height: 1.25;
  font-weight: normal;
}

h1 {
  font-size: 4.8rem;
  line-height: 1.25;
  font-weight: normal;
}

/** font-size **/
/** text-align **/
@font-face {
  font-family: "Futura-Light";
  font-style: normal;
  font-weight: normal;
  src: url("/lib/fonts/Futura-Light.woff") format("woff");
}
@font-face {
  font-family: "Futura-Light";
  src: url("/lib/fonts/Futura-Light.eot");
}
@font-face {
  font-family: "Futura-Medium";
  font-style: normal;
  font-weight: normal;
  src: url("/lib/fonts/Futura-Medium.woff") format("woff");
}
@font-face {
  font-family: "Futura-Medium";
  src: url("/lib/fonts/Futura-Medium.eot");
}
@font-face {
  font-family: "Futura-LT-Medium";
  src: url("/lib/fonts/FuturaLTPro-Medium.woff"), url("/lib/fonts/FuturaLTPro-Medium.otf");
}
@font-face {
  font-family: "Futura-LT-Bold";
  src: url("/lib/fonts/FuturaLTPro-Bold.woff"), url("/lib/fonts/FuturaLTPro-Bold.otf");
}
/**
 * Swiper 4.5.3
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2019 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: October 16, 2019
 */
.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-no-flexbox .swiper-slide {
  float: left;
}

.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

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

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

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

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

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

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

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

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

/* 3D Effects */
.swiper-container-3d {
  -webkit-perspective: 1200px;
  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 {
  -webkit-transform-style: preserve-3d;
  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: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  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: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  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: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  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: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* IE10 Windows Phone 8 Fixes */
.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal > .swiper-wrapper {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical > .swiper-wrapper {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}

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

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto;
}

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

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

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms opacity;
  -o-transition: 300ms opacity;
  transition: 300ms opacity;
  -webkit-transform: translate3d(0, 0, 0);
  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 {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
  position: relative;
}

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

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

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

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

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

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  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;
  -webkit-box-shadow: none;
  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: #007aff;
}

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
  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%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px;
}

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

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

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

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

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

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

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  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-bullet-active {
  background: #ffffff;
}

.swiper-pagination-progressbar.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.25);
}

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
  background: #ffffff;
}

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000000;
}

.swiper-pagination-progressbar.swiper-pagination-black {
  background: rgba(0, 0, 0, 0.25);
}

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
  background: #000000;
}

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

/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  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: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: 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 */
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -ms-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}

.swiper-lazy-preloader:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    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 {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  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;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  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 {
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  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;
  -webkit-filter: blur(50px);
  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;
}

.swiper-container-coverflow .swiper-wrapper {
  /* Windows 8 IE 10 fix */
  -ms-perspective: 1200px;
}

html {
  scroll-padding-top: 8rem;
}
@media (max-width: 959px) {
  html {
    scroll-padding-top: 6rem;
  }
}

.hero {
  padding-top: 8rem;
  position: relative;
}
@media (max-width: 959px) {
  .hero {
    padding-top: 7rem;
  }
}

.hero-visual {
  background: url(/img/kyoto/kyoto_fv_01_pc@2x.jpg) no-repeat;
  background-size: cover;
  background-position: center bottom;
  max-height: 30rem;
  text-align: left;
  padding: 4.8rem 0;
}
.hero-visual::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #000;
  opacity: 0.1;
}
.hero-visual .hero-text {
  width: 100%;
  max-width: 114rem;
  z-index: 1;
  text-align: left;
  margin: auto;
  position: relative;
}
.hero-visual .hero-text .inner {
  width: 100%;
}
.hero-visual .hero-text .inner .hero-title {
  font-family: "Futura-LT-Bold", sans-serif;
  letter-spacing: 1px;
  font-size: 40px;
  font-size: 4rem;
  text-align: center;
  color: white;
  font-weight: 700;
  margin: 0;
  max-width: none;
  padding-bottom: 0;
  text-align: left;
}
.hero-visual .hero-text .inner .hero-title span br {
  display: none;
}
.hero-visual .hero-text .inner .subheading {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 150%;
  color: white;
  text-align: center;
  width: 100%;
  text-align: left;
  margin-top: 2.8rem;
}

@media (max-width: 959px) {
  .hero-visual {
    background: url(/img/kyoto/kyoto_fv_01_sp@2x.jpg) no-repeat;
    background-size: cover;
    background-position: center center;
    height: auto;
    max-height: none;
    padding: 7.65rem 3.5rem 7.65rem 3.5rem;
  }
  .hero-visual .hero-text {
    position: relative;
    margin-left: 0;
  }
  .hero-visual .hero-text .inner {
    width: 100%;
    margin-left: 0;
  }
  .hero-visual .hero-text .inner .hero-title {
    font-size: 40px;
    font-size: 4rem;
    text-align: left;
    white-space: nowrap;
    line-height: 1.3;
    margin: 0 auto;
    padding-left: 0;
    padding-bottom: 2.8rem;
  }
  .hero-visual .hero-text .inner .hero-title span br {
    display: inline-block;
  }
  .hero-visual .hero-text .inner .subheading {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.7;
    width: 100%;
    max-width: none;
    margin-top: 0;
  }
  .hero-visual .hero-text .inner .subheading .pc {
    display: none;
  }
}
.wrap .heading .ja {
  margin-right: 1.5rem;
  font-size: 40px;
  font-size: 4rem;
  font-weight: 700;
}

.section {
  padding: 4.8rem 0;
  max-width: 114rem;
  margin: auto;
  border-top: 0.1rem solid #000;
}
.section a:hover {
  opacity: 0.7;
}
.section.no-top-border {
  border-top: none;
}
.section .section-title {
  margin-bottom: 3.2rem;
  font-size: 4rem;
  font-weight: 700;
}
.section .col-3-list {
  display: flex;
  gap: 3rem;
}
.section .col-3-list > li {
  width: 33.3333333333%;
}
.section .col-3-list .l-img {
  margin-bottom: 1.6rem;
}
.section .col-3-list .subheading {
  margin-bottom: 0.8rem;
  font-size: 1.8rem;
  font-weight: 700;
}
.section .col-3-list .txt {
  color: var(--color-base-black, #000);
  font-family: "Hiragino Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 150%;
}

@media (max-width: 959px) {
  .section {
    margin: auto;
    width: calc(100% - 4rem);
  }
  .section .section-title {
    text-align: center;
    font-size: 3rem;
  }
  .section .col-3-list {
    display: block;
    width: 100%;
  }
  .section .col-3-list > li {
    width: 100%;
    margin-bottom: 2.4rem;
  }
}
.l-column2 {
  display: flex;
  gap: 2rem;
}
.l-column2 > div {
  width: calc((100% - 2rem) / 2);
}

.data-list {
  margin-bottom: 2.4rem;
}
.data-list .data-title {
  color: var(--color-base-black, #000);
  font-family: "Hiragino Sans";
  font-size: 2rem;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  margin-bottom: 0.8rem;
}
.data-list .data-title-sub {
  color: var(--color-base-black, #000);
  font-family: "Hiragino Sans";
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
}
.data-list .data-desc {
  color: var(--color-base-black, #000);
  font-family: "Hiragino Sans";
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 300;
  line-height: 150%;
}
.data-list .data-desc p {
  font-weight: 300;
}
.data-list .data-desc-label {
  color: var(--color-base-black, #000);
  font-family: "Hiragino Sans";
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
}
.data-list .note {
  text-indent: -1rem;
  padding-left: 1rem;
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 1.3;
}
.data-list .note:before {
  content: "※";
}
.data-list .note a {
  text-decoration: underline;
}

@media (max-width: 959px) {
  .l-column2 {
    display: block;
    gap: 0;
  }
  .l-column2 > div {
    width: 100%;
  }
}
.btn-area {
  text-align: center;
  opacity: 1;
}
.btn-area:hover {
  opacity: 1;
}
.storage-content .title {
  font-family: "Futura-LT-Bold", sans-serif;
  letter-spacing: 1px;
  text-align: center;
  font-size: 28px;
  font-size: 2.8rem;
  color: black;
  font-weight: 700;
}
.storage-content .content-service-lineup {
  width: 100%;
  max-width: 114rem;
  margin: 0 auto;
  background-color: white;
}
.storage-content .content-service-lineup .content-wrap {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  margin-top: 2rem;
  background-color: white;
}
.storage-content .content-service-lineup .content-wrap .l-content {
  position: relative;
}
.storage-content .content-service-lineup .content-wrap .l-content::before {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 700;
  width: 7rem;
  height: 3rem;
  margin: 0 auto 1.5rem;
  border: 0.1rem solid black;
}
.storage-content .content-service-lineup .content-wrap .l-content.management::before {
  content: "管理";
  background: black;
  color: white;
}
.storage-content .content-service-lineup .content-wrap .l-content.storage::before {
  content: "保管";
}
.storage-content .content-service-lineup .content-wrap .l-content .l-content-dtl {
  position: relative;
  width: 28rem;
  height: 28rem;
  border: 0.1rem solid black;
  border-radius: 50%;
}
.storage-content .content-service-lineup .content-wrap .l-content .l-content-dtl .l-content-img {
  height: 4.5rem;
  margin-top: 5rem;
  margin-bottom: 1.8rem;
}
.storage-content .content-service-lineup .content-wrap .l-content .l-content-dtl .l-content-img .img {
  height: 4.5rem;
}
.storage-content .content-service-lineup .content-wrap .l-content .l-content-dtl .subheading {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 700;
  text-align: center;
  width: calc(100% - 4rem);
  margin: 0 auto 2rem;
  padding-bottom: 1rem;
  border-bottom: 0.1rem solid black;
}
.storage-content .content-service-lineup .content-wrap .l-content .l-content-dtl .l-txt {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  align-content: space-between;
  height: 10rem;
}
.storage-content .content-service-lineup .content-wrap .l-content .l-content-dtl .l-txt .txt {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  width: 100%;
}
.storage-content .content-service-lineup .content-wrap .l-content .l-content-dtl .l-txt .l-lnk {
  margin-bottom: 0;
}
.storage-content .content-service-lineup .content-wrap .l-content .l-content-dtl .l-txt .l-lnk .lnk {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 700;
  text-align: center;
}
.storage-content .content-service-lineup .content-wrap .l-content .l-content-dtl .l-txt .l-lnk .lnk::before {
  content: url("/img/storage/index/arrow-down-r.svg");
  display: inline-block;
  width: 1.5rem;
  height: 3rem;
  color: #ff0000;
  margin-bottom: 1rem;
  transition: margin-bottom 0.1s;
}
.storage-content .content-service-lineup .content-wrap .l-content .l-content-dtl .lnk-over {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border-radius: 50%;
  z-index: 2;
}
.storage-content .content-service-lineup .content-wrap .l-content .l-content-dtl .lnk-over:hover + .l-txt .l-lnk .lnk::before {
  margin-bottom: 0;
  animation-duration: 1s;
}
.storage-content .content-service-lineup .content-wrap .l-content .l-content-arrow {
  width: 6rem;
  padding-top: 3rem;
}
.storage-content .content-service-lineup .content-txt {
  margin-top: 5rem;
}
.storage-content .content-service-lineup .content-txt .txt {
  font-size: 14px;
  font-size: 1.4rem;
  text-align: center;
  color: black;
  line-height: 3rem;
}
.storage-content .content-service-lineup .content-txt .txt-dtl {
  font-size: 12px;
  font-size: 1.2rem;
  color: black;
  line-height: 2rem;
  margin-top: 1rem;
  margin-left: auto;
  margin-right: 11rem;
  max-width: 40rem;
}
.storage-content .l-content-img {
  max-height: 43rem;
  overflow-y: hidden;
}
.storage-content .ls-collector {
  max-width: 128rem;
  margin: 0 auto 10rem;
}
.storage-content .ls-collector .l-collector {
  max-width: 128rem;
  position: relative;
  display: grid;
  grid-template-rows: auto 4rem;
  margin-top: 4rem;
  padding-top: 6rem;
}
.storage-content .ls-collector .l-collector:nth-of-type(1) {
  justify-content: end;
  grid-template-columns: 47.5rem 4% auto;
}
.storage-content .ls-collector .l-collector:nth-of-type(1) .l-img {
  grid-row: 1/3;
  grid-column: 3/4;
}
.storage-content .ls-collector .l-collector:nth-of-type(1) .l-txt {
  grid-row: 1/1;
  grid-column: 1/1;
}
.storage-content .ls-collector .l-collector:nth-of-type(1) .l-lnk {
  grid-row: 2/2;
  grid-column: 1/1;
}
.storage-content .ls-collector .l-collector:nth-of-type(2) {
  margin-top: 12rem;
}
.storage-content .ls-collector .l-collector:nth-of-type(2), .storage-content .ls-collector .l-collector:nth-of-type(3) {
  justify-content: start;
  grid-template-columns: auto 4% 47.5rem;
}
.storage-content .ls-collector .l-collector:nth-of-type(2) .l-img, .storage-content .ls-collector .l-collector:nth-of-type(3) .l-img {
  grid-row: 1/3;
  grid-column: 1/2;
}
.storage-content .ls-collector .l-collector:nth-of-type(2) .l-txt, .storage-content .ls-collector .l-collector:nth-of-type(3) .l-txt {
  grid-row: 1/2;
  grid-column: 3/4;
}
.storage-content .ls-collector .l-collector:nth-of-type(2) .l-lnk, .storage-content .ls-collector .l-collector:nth-of-type(3) .l-lnk {
  grid-row: 2/2;
  grid-column: 3/4;
}
.storage-content .ls-collector .l-collector .l-img {
  max-width: 67.5rem;
  display: block;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}
.storage-content .ls-collector .l-collector .l-img img {
  transition: 0.4s all;
}
.storage-content .ls-collector .l-collector .l-img:hover img {
  transform: scale(1.1, 1.1);
  transition: 0.4s all;
}
.storage-content .ls-collector .l-collector .l-txt {
  align-self: stretch;
  max-width: 47.5rem;
}
.storage-content .ls-collector .l-collector .l-txt .l-tag {
  display: inline-flex;
  width: 7rem;
  height: 3rem;
  border: 0.1rem solid black;
}
.storage-content .ls-collector .l-collector .l-txt .l-tag.management {
  background: black;
  color: white;
}
.storage-content .ls-collector .l-collector .l-txt .l-tag .tag {
  margin: 0 auto;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 700;
}
.storage-content .ls-collector .l-collector .l-txt .subheading-desc {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 700;
  margin-top: 1.5rem;
}
.storage-content .ls-collector .l-collector .l-txt .subheading {
  font-size: 30px;
  font-size: 3rem;
  font-weight: 700;
  margin-top: 1.5rem;
}
.storage-content .ls-collector .l-collector .l-txt .txt {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.7;
  margin-top: 2rem;
}
.storage-content .ls-collector .l-collector .l-lnk {
  margin: 0;
}
.storage-content .ls-example {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  max-width: 114rem;
  margin: 8rem auto 7rem;
}
.storage-content .ls-example .l-example {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  align-self: stretch;
  width: calc(33.3333333333% - 1rem);
  padding: 3rem 1.8rem;
  border: 0.1rem solid black;
}
.storage-content .ls-example .l-example .l-example-dtl {
  margin-bottom: 1rem;
}
.storage-content .ls-example .l-example .l-example-dtl .subheading {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 700;
  padding-bottom: 1rem;
  margin-bottom: 1.8rem;
  border-bottom: #333333 0.1rem solid;
}
.storage-content .ls-example .l-example .l-example-dtl .l-txt {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.7;
}
.storage-content .ls-example .l-example .l-example-dtl .l-txt::before {
  content: "✓";
}
.storage-content .ls-example .l-example .l-example-dtl .l-txt .txt {
  width: calc(100% - 1.5rem);
}
.storage-content .ls-example .l-example .ls-example-more {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}
.storage-content .ls-example .l-example .ls-example-more .l-example-more {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 700;
  margin-right: 1.5rem;
}
.storage-content .l-more-button {
  width: 100%;
  max-width: 114rem;
  margin: 0 auto 10rem;
}

@media (max-width: 959px) {
  .storage-content .title {
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.8;
  }
  .storage-content .content-service-lineup .content-wrap {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap;
    width: 100%;
    background-color: white;
  }
  .storage-content .content-service-lineup .content-wrap .l-content::before {
    width: 5.5rem;
    height: 2.3rem;
  }
  .storage-content .content-service-lineup .content-wrap .l-content.storage::before {
    position: absolute;
    top: -2.5rem;
  }
  .storage-content .content-service-lineup .content-wrap .l-content:nth-of-type(1) {
    order: 3;
  }
  .storage-content .content-service-lineup .content-wrap .l-content:nth-of-type(1)::before {
    right: -2.85rem;
  }
  .storage-content .content-service-lineup .content-wrap .l-content:nth-of-type(2), .storage-content .content-service-lineup .content-wrap .l-content:nth-of-type(4) {
    order: 0;
    width: calc(50% - 2rem);
  }
  .storage-content .content-service-lineup .content-wrap .l-content:nth-of-type(2) .l-content-arrow, .storage-content .content-service-lineup .content-wrap .l-content:nth-of-type(4) .l-content-arrow {
    margin: 0 auto;
    padding: 2rem 0;
  }
  .storage-content .content-service-lineup .content-wrap .l-content:nth-of-type(2) .l-content-arrow {
    transform: rotateZ(300deg);
    margin-right: 3rem;
  }
  .storage-content .content-service-lineup .content-wrap .l-content:nth-of-type(3) {
    order: -1;
    width: 100%;
  }
  .storage-content .content-service-lineup .content-wrap .l-content:nth-of-type(3) .l-content-dtl {
    margin: 0 auto;
  }
  .storage-content .content-service-lineup .content-wrap .l-content:nth-of-type(4) .l-content-arrow {
    transform: rotateZ(60deg);
    margin-left: 3rem;
  }
  .storage-content .content-service-lineup .content-wrap .l-content:nth-of-type(5) {
    order: 4;
  }
  .storage-content .content-service-lineup .content-wrap .l-content:nth-of-type(5)::before {
    left: -2.85rem;
  }
  .storage-content .content-service-lineup .content-wrap .l-content .l-content-dtl {
    width: 16.75rem;
    height: 16.75rem;
  }
  .storage-content .content-service-lineup .content-wrap .l-content .l-content-dtl .l-content-img {
    height: 2.7rem;
    margin-top: 2.5rem;
    margin-bottom: 1rem;
  }
  .storage-content .content-service-lineup .content-wrap .l-content .l-content-dtl .l-content-img .img {
    height: 2.7rem;
  }
  .storage-content .content-service-lineup .content-wrap .l-content .l-content-dtl .subheading {
    font-size: 12px;
    font-size: 1.2rem;
    width: calc(100% - 3rem);
    margin: 0 auto 1rem;
  }
  .storage-content .content-service-lineup .content-wrap .l-content .l-content-dtl .l-txt {
    height: 5.75rem;
  }
  .storage-content .content-service-lineup .content-wrap .l-content .l-content-dtl .l-txt .txt {
    font-size: 10px;
    font-size: 1rem;
  }
  .storage-content .content-service-lineup .content-wrap .l-content .l-content-dtl .l-txt .l-lnk {
    margin: 0;
  }
  .storage-content .content-service-lineup .content-wrap .l-content .l-content-dtl .l-txt .l-lnk .lnk {
    font-size: 12px;
    font-size: 1.2rem;
  }
  .storage-content .content-service-lineup .content-wrap .l-content .l-content-dtl .l-txt .l-lnk .lnk::before {
    width: 1rem;
    height: 2rem;
    margin-bottom: 0.5rem;
  }
  .storage-content .content-service-lineup .content-txt {
    margin: 5rem 2rem 0;
  }
  .storage-content .content-service-lineup .content-txt .txt {
    font-size: 14px;
    font-size: 1.4rem;
    text-align: center;
    color: black;
    line-height: 3rem;
  }
  .storage-content .content-service-lineup .content-txt .txt-dtl {
    font-size: 12px;
    font-size: 1.2rem;
    color: black;
    line-height: 2rem;
    margin-top: 1rem;
    margin-left: auto;
    margin-right: 11rem;
    max-width: 40rem;
  }
  .storage-content .ls-collector {
    max-width: 128rem;
    margin: 0 auto 10rem;
  }
  .storage-content .ls-collector .l-collector {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    margin-top: 10rem;
    padding: 0 2rem;
  }
  .storage-content .ls-collector .l-collector:nth-of-type(1) .l-txt {
    padding-right: 0;
  }
  .storage-content .ls-collector .l-collector:nth-of-type(2) {
    margin-top: 12rem;
  }
  .storage-content .ls-collector .l-collector:nth-of-type(2) .l-txt, .storage-content .ls-collector .l-collector:nth-of-type(3) .l-txt {
    margin-left: 0;
  }
  .storage-content .ls-collector .l-collector .l-img {
    width: 100%;
    max-width: 100%;
    margin-top: 3rem;
  }
  .storage-content .ls-collector .l-collector .l-txt {
    align-self: stretch;
    position: relative;
    width: 100%;
    max-width: 100%;
    order: -1;
  }
  .storage-content .ls-collector .l-collector .l-txt .l-tag {
    display: inline-flex;
    width: 7rem;
    height: 3rem;
    border: 0.1rem solid black;
  }
  .storage-content .ls-collector .l-collector .l-txt .l-tag.management {
    background: black;
    color: white;
  }
  .storage-content .ls-collector .l-collector .l-txt .l-tag .tag {
    margin: 0 auto;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 700;
  }
  .storage-content .ls-collector .l-collector .l-txt .subheading-desc {
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 700;
    margin-top: 1.5rem;
  }
  .storage-content .ls-collector .l-collector .l-txt .subheading {
    font-size: 26px;
    font-size: 2.6rem;
    font-weight: 700;
    margin-top: 0.5rem;
  }
  .storage-content .ls-collector .l-collector .l-txt .txt {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.7;
    margin-top: 2rem;
  }
  .storage-content .ls-collector .l-collector .l-lnk {
    position: static;
    width: 100%;
    max-width: 100%;
    margin: 3rem 0 0;
  }
  .storage-content .ls-example {
    display: block;
    max-width: 114rem;
    margin: 2rem auto 7rem;
  }
  .storage-content .ls-example .l-example {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    align-self: stretch;
    width: 100%;
    padding: 3rem 1.8rem;
    border: none;
  }
  .storage-content .ls-example .l-example .l-example-dtl {
    width: 100%;
    margin-bottom: 4rem;
  }
  .storage-content .ls-example .l-example .l-example-dtl .subheading {
    width: 100%;
  }
  .storage-content .ls-example .l-example .l-example-dtl .txt {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .storage-content .ls-example .l-example .ls-example-more {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
  }
  .storage-content .ls-example .l-example .ls-example-more .l-example-more {
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 700;
    margin-right: 1.5rem;
  }
}
.l-spec-comparison .title {
  margin-bottom: 8rem;
}
.l-spec-comparison .ls-spec-comparison {
  margin-bottom: 10rem;
}
.l-spec-comparison .ls-spec-comparison .l-dtl-spec-comparison {
  border: none;
}

@media (max-width: 959px) {
  .l-spec-comparison .title {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
.l-related-facilities {
  width: 100%;
  margin-top: 10rem;
  padding-bottom: 9rem;
}
.l-related-facilities::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 30rem;
  background-color: black;
  z-index: -1;
}
.l-related-facilities .content-header {
  position: relative;
  display: flex;
  justify-content: flex-end;
  padding-bottom: 3rem;
  width: 100%;
}
.l-related-facilities .content-header .content-wrap {
  width: 100%;
}
.l-related-facilities .content-header .content-wrap .title {
  font-family: "Futura-LT-Bold", sans-serif;
  letter-spacing: 1px;
  font-size: 30px;
  font-size: 3rem;
  text-align: center;
  width: 100%;
  margin: 3.5rem 0 1rem 0;
  color: white;
}
.l-related-facilities .content-header .content-wrap .ttl-desc {
  font-size: 14px;
  font-size: 1.4rem;
  text-align: center;
  width: 100%;
  color: white;
}
.l-related-facilities .swiper-container .swiper-button-next,
.l-related-facilities .swiper-container .swiper-button-prev {
  display: none;
}
.l-related-facilities .ls-related-facilities {
  justify-content: space-between;
  margin: 3rem auto 0;
  max-width: 114rem;
}
.l-related-facilities .ls-related-facilities .l-dtl-related-facilities {
  width: calc(33.3333333333% - 2rem);
  max-width: 36.6rem;
  margin: 0 1rem;
}
.l-related-facilities .ls-related-facilities .l-dtl-related-facilities:first-of-type {
  margin-left: 0;
}
.l-related-facilities .ls-related-facilities .l-dtl-related-facilities:last-of-type {
  margin-right: 0;
}
.l-related-facilities .ls-related-facilities .l-dtl-related-facilities .subheading {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 700;
  border-bottom: #707070 0.1rem solid;
  margin-top: 2.5rem;
  padding-bottom: 1.2rem;
}
.l-related-facilities .ls-related-facilities .l-dtl-related-facilities .subheading.labo {
  margin-top: 1rem;
}
.l-related-facilities .ls-related-facilities .l-dtl-related-facilities .subheading.labo::before {
  display: block;
  content: "(TERRADA CONSERVATION LABORATORY)";
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 700;
  width: 100%;
  position: relative;
  top: -0.5rem;
}
.l-related-facilities .ls-related-facilities .l-dtl-related-facilities .subheading.lounge {
  margin-top: 1rem;
}
.l-related-facilities .ls-related-facilities .l-dtl-related-facilities .subheading.lounge::before {
  display: block;
  content: "(BONDED LOUNGE/BONDED GALLERY)";
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 700;
  width: 100%;
  position: relative;
  top: -0.5rem;
}
.l-related-facilities .ls-related-facilities .l-dtl-related-facilities .l-txt {
  position: relative;
  padding-bottom: 5rem;
  height: 19.5rem;
}
.l-related-facilities .ls-related-facilities .l-dtl-related-facilities .l-txt .subheading-desc {
  font-size: 14px;
  font-size: 1.4rem;
  margin-top: 1.8rem;
  height: 12.5rem;
}
.l-related-facilities .ls-related-facilities .l-dtl-related-facilities .l-txt .l-lnk {
  margin-bottom: 1rem;
}
.l-related-facilities .ls-related-facilities .l-dtl-related-facilities .l-txt .l-lnk .lnk {
  font-size: 14px;
  font-size: 1.4rem;
  padding-bottom: 0.3rem;
  border-bottom: #707070 0.1rem solid;
  text-decoration: none;
}
.l-related-facilities .ls-related-facilities .l-dtl-related-facilities .l-txt .btn-lnk {
  position: absolute;
  bottom: 0;
  width: 100%;
}

@media (max-width: 959px) {
  .l-related-facilities {
    padding-bottom: 0;
  }
  .l-related-facilities::before {
    height: 30.8rem;
  }
  .l-related-facilities .content-header .content-wrap .title {
    font-size: 27px;
    font-size: 2.7rem;
    width: 100%;
    padding-bottom: 2rem;
  }
  .l-related-facilities .content-header .content-wrap .ttl-desc {
    font-size: 14px;
    font-size: 1.4rem;
    text-align: left;
    width: calc(100% - 4rem);
    margin: 0 2rem;
    padding-bottom: 2rem;
  }
  .l-related-facilities .swiper-container .swiper-button-next,
.l-related-facilities .swiper-container .swiper-button-prev {
    display: block;
    top: 33vw;
  }
  .l-related-facilities .swiper-container .swiper-button-next {
    right: 2rem;
  }
  .l-related-facilities .swiper-container .swiper-button-prev {
    left: 2rem;
  }
  .l-related-facilities .ls-related-facilities {
    justify-content: flex-start;
    margin: 0 auto;
    max-width: 114rem;
  }
  .l-related-facilities .ls-related-facilities .l-dtl-related-facilities {
    max-width: none;
    margin: 0;
  }
  .l-related-facilities .ls-related-facilities .l-dtl-related-facilities .l-img {
    margin: 0 2rem;
  }
  .l-related-facilities .ls-related-facilities .l-dtl-related-facilities .subheading {
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .l-related-facilities .ls-related-facilities .l-dtl-related-facilities .l-txt {
    height: 21.5rem;
    margin: 2rem 2rem 0;
  }
  .l-related-facilities .ls-related-facilities .l-dtl-related-facilities .l-txt .l-lnk {
    margin-top: 2rem;
  }
  .l-related-facilities .ls-related-facilities .l-dtl-related-facilities .l-txt .btn-lnk {
    position: absolute;
    bottom: 0;
    width: 100%;
  }
}
.section-feature .col-3-list {
  margin-bottom: 6.4rem;
}
.section-feature .block-heading {
  color: var(--color-base-black, #000);
  font-family: "Hiragino Sans";
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%;
  text-align: center;
  margin-bottom: 2.4rem;
}
.section-feature .block-heading br {
  display: none;
}
.section-feature .subheading-desc {
  color: var(--color-base-black, #000);
  font-family: "Hiragino Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 150%;
  text-align: center;
  margin-bottom: 2rem;
}
.section-feature .example-box {
  background-color: #EBEBEB;
  padding: 1.6rem;
  text-align: center;
  max-width: 70rem;
  margin: auto;
}
.section-feature .example-box .subheading {
  color: var(--color-base-black, #000);
  font-family: "Hiragino Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  text-align: center;
  margin-bottom: 0.8rem;
}
.section-feature .example-box .subheading-desc {
  color: var(--color-base-black, #000);
  font-family: "Hiragino Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 150%;
  text-align: center;
  margin-bottom: 0.8rem;
}
.section-feature .note {
  text-indent: -1rem;
  padding-left: 1rem;
  font-size: 1.2rem;
  font-weight: 300;
}
.section-feature .note:before {
  content: "※";
}
.section-feature .note a {
  text-decoration: underline;
}

@media (max-width: 959px) {
  .section-feature .block-heading br {
    display: inline-block;
  }
  .section-feature .note {
    text-align: left;
  }
}
.section-facility .img-main {
  aspect-ratio: 560/373;
}
.section-facility .l-column2 {
  margin-bottom: 3.2rem;
}
.section-facility .data-list table {
  margin: 0.8rem 0;
}
.section-facility .data-list table td {
  font-size: 1.4rem;
  font-weight: 300;
}
.section-facility .data-list table td:first-child {
  width: 10.8rem;
}
.section-facility .mySwiper1-1 {
  height: 8.9rem;
}
.section-facility .mySwiper1-1 img {
  height: 8.9rem;
  aspect-ratio: 139/89;
}
.section-facility .mySwiper1-2 {
  height: auto;
  margin-bottom: 1rem;
}
.section-facility .mySwiper1-2 img {
  aspect-ratio: 560/373;
}
.section-facility .bt-arrow {
  width: 100%;
  max-width: 36rem;
}
.section-facility .note {
  margin-bottom: 0.4rem;
}

@media (max-width: 959px) {
  .section-facility .img-main {
    aspect-ratio: 84/55;
  }
  .section-facility .type-swiper {
    margin-bottom: 2.4rem;
  }
  .section-facility .mySwiper1-1 {
    height: auto;
    aspect-ratio: 376/55;
  }
  .section-facility .mySwiper1-1 img {
    aspect-ratio: 84/55;
    height: 100%;
  }
  .section-facility .mySwiper1-2 {
    width: 100%;
    height: auto;
    aspect-ratio: 560/373;
    margin-bottom: 1rem;
  }
  .section-facility .bt-arrow {
    width: 100%;
    max-width: 100%;
  }
  .section-facility .data-list table td {
    text-indent: -1.5rem;
    padding-left: 1.5rem;
  }
  .section-facility .data-list table td:first-child {
    width: 9.8rem;
  }
}
.section-access .map-box {
  text-align: right;
}
.section-access .map-box iframe {
  margin-bottom: 0.9rem;
}
.section-access .map-link {
  font-size: 1.4rem;
  line-height: 1.8rem;
  text-decoration: underline;
}
.section-access .map-icon {
  width: 20px;
  height: 20px;
  max-width: 20px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.6rem;
}

@media (max-width: 959px) {
  .section-access .map-box iframe {
    width: 100%;
    height: auto;
    aspect-ratio: 360/360;
    margin-bottom: 0.9rem;
  }
}
.section-fee .price-table {
  margin-bottom: 3.2rem;
}
.section-fee .price-table table {
  margin-bottom: 0.8rem;
}
.section-fee .price-table table, .section-fee .price-table tr, .section-fee .price-table th, .section-fee .price-table td {
  border: 1px solid var(--color-base-black, #000);
  padding: 1.6rem;
  text-align: center;
  vertical-align: middle;
}
.section-fee .price-table table br, .section-fee .price-table tr br, .section-fee .price-table th br, .section-fee .price-table td br {
  display: none;
}
.section-fee .price-table .wide {
  width: 43.2rem;
}
.section-fee .price-table th[scope=col] {
  color: var(--color-base-black, #000);
  font-family: "Hiragino Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  background: #EBEBEB;
  text-align: center;
}
.section-fee .price-table th[scope=row] {
  color: var(--color-base-black, #000);
  text-align: center;
  font-family: "Hiragino Sans";
  font-size: 14px;
  font-style: normal;
  line-height: 150%;
}
.section-fee .price-table .visually-hidden {
  opacity: 0;
  height: 0.1rem;
}
.section-fee .price-table td {
  color: var(--color-base-black, #000);
  font-family: "Hiragino Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 150%;
  text-align: center;
}
.section-fee .price-table ul .note {
  text-indent: -1rem;
  padding-left: 1rem;
  font-size: 1.2rem;
  font-weight: 300;
}
.section-fee .price-table ul .note:before {
  content: "※";
}
.section-fee .price-table ul .note a {
  text-decoration: underline;
}
.section-fee .bt-arrow {
  width: 100%;
  max-width: 36rem;
}

@media (max-width: 959px) {
  .section-fee .price-table table, .section-fee .price-table tr, .section-fee .price-table th, .section-fee .price-table td {
    padding: 0.8rem;
  }
  .section-fee .price-table table br, .section-fee .price-table tr br, .section-fee .price-table th br, .section-fee .price-table td br {
    display: inline-block;
  }
  .section-fee .price-table .wide {
    width: auto;
  }
  .section-fee .bt-arrow {
    width: 100%;
    max-width: 100%;
  }
}
.section-studio .l-column3 {
  display: grid;
  grid-template-columns: 36rem 1fr;
  gap: 4rem;
}
.section-studio .l-img {
  order: 1;
}
.section-studio .l-img .link-area {
  display: none;
}
.section-studio .l-txt {
  order: 2;
}
.section-studio .l-txt .pretitle {
  font-family: "Hiragino Sans";
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  /* 21px */
  margin-bottom: 0.4rem;
  padding: 0.4rem 0.8rem;
  background-color: #ccc;
}
.section-studio .l-txt .heading {
  color: var(--color-base-black, #000);
  font-family: "Futura-LT-Bold", sans-serif;
  letter-spacing: 1px;
  font-size: 2.4rem;
  font-style: normal;
  font-weight: 700;
  line-height: 200%;
  /* 24px */
  letter-spacing: 0.1rem;
  margin-bottom: 0.4rem;
}
.section-studio .l-txt .txt {
  color: var(--color-base-black, #000);
  font-family: "Hiragino Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 150%;
  margin-bottom: 2rem;
}
.section-studio .link-area {
  text-align: right;
}
.section-studio .bt-arrow {
  display: inline-block;
  width: auto;
  max-width: none;
  padding: 0.8rem 1.6rem;
}

@media (max-width: 959px) {
  .section-studio .l-column3 {
    display: block;
    flex-wrap: wrap;
    flex-direction: column;
    gap: 1.6rem;
    grid-template-columns: 1fr;
  }
  .section-studio .l-img {
    order: 2;
    margin-bottom: 0rem;
  }
  .section-studio .l-img .link-area {
    margin-top: 1.6rem;
    display: block;
  }
  .section-studio .l-txt {
    order: 1;
    margin-bottom: 1.6rem;
  }
  .section-studio .l-txt .link-area {
    display: none;
  }
  .section-studio .l-txt .txt {
    margin-bottom: 0;
  }
  .section-studio .l-txt .heading {
    margin-top: 1rem;
    margin-bottom: 0.5rem;
    line-height: 1.1;
  }
  .section-studio .bt-arrow {
    font-size: 1.6rem;
  }
}
.section-flow .title {
  margin: 0 auto 4rem;
}
.section-flow .title-desc {
  font-size: 18px;
  font-size: 1.8rem;
  text-align: left;
  margin-top: 4rem;
  line-height: 2.6rem;
}
.section-flow .title-desc span {
  display: inline-block;
}
.section-flow .section-desc {
  color: var(--color-base-black, #000);
  font-family: "Hiragino Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 150%;
}
.section-flow .ls-flow {
  padding-top: 3.2rem;
}
.section-flow .ls-flow .l-dtl-flow {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  border: 0.1rem solid #ccc;
  border-bottom: none;
  border-collapse: collapse;
}
.section-flow .ls-flow .l-dtl-flow:first-of-type {
  overflow: hidden;
}
.section-flow .ls-flow .l-dtl-flow:first-of-type .l-img .img:before {
  content: "";
  position: absolute;
  display: block;
  width: 1rem;
  height: 2.5rem;
  top: -2.5rem;
  left: 1.4rem;
  background: white;
}
.section-flow .ls-flow .l-dtl-flow:last-of-type {
  overflow: hidden;
  border-bottom: 0.1rem solid #ccc;
}
.section-flow .ls-flow .l-dtl-flow:last-of-type .l-img .img:before {
  content: "";
  position: absolute;
  display: block;
  width: 1rem;
  height: 2.5rem;
  top: 4.2rem;
  left: 1.4rem;
  background: white;
}
.section-flow .ls-flow .l-dtl-flow:after {
  content: "";
  position: absolute;
  display: block;
  width: 0.1rem;
  height: 100%;
  top: 0;
  left: 4.4rem;
  background: black;
  z-index: -1;
}
.section-flow .ls-flow .l-dtl-flow.has-sub .l-img {
  padding-top: 3rem;
}
.section-flow .ls-flow .l-dtl-flow.has-sub .l-txt {
  margin-top: 3rem;
}
.section-flow .ls-flow .l-dtl-flow.has-sub .l-txt .txt {
  margin-bottom: 2rem;
}
.section-flow .ls-flow .l-dtl-flow .l-img {
  position: relative;
  width: 9rem;
  height: 9rem;
  padding: 2.4rem;
}
.section-flow .ls-flow .l-dtl-flow .l-img .img {
  position: relative;
  max-width: 4rem;
}
.section-flow .ls-flow .l-dtl-flow .l-txt {
  width: calc(100% - 12.8rem);
  margin-top: 2rem;
  margin-right: 2.5rem;
}
.section-flow .ls-flow .l-dtl-flow .l-txt a {
  text-decoration: underline;
}
.section-flow .ls-flow .l-dtl-flow .l-txt .subheading {
  padding-top: 0.4rem;
  margin-bottom: 1rem;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 700;
  text-align: left;
}
.section-flow .ls-flow .l-dtl-flow .l-txt .subheading span {
  font-size: 12px;
  font-size: 1.2rem;
  margin-left: 1rem;
}
.section-flow .ls-flow .l-dtl-flow .l-txt .txt {
  margin-bottom: 1rem;
  font-size: 14px;
  font-size: 1.4rem;
  text-align: left;
}
.section-flow .ls-flow .l-dtl-flow .l-txt .txt .lnk {
  border-bottom: 0.1rem black solid;
  padding-bottom: 0.3rem;
}
.section-flow .ls-flow .l-dtl-flow .l-txt .txt .lnk:hover {
  text-decoration: none;
}
.section-flow .ls-flow .l-dtl-flow .l-txt .txt .note {
  font-size: 12px;
  font-size: 1.2rem;
  text-align: left;
}
.section-flow .ls-flow .l-dtl-flow .l-txt .l-select {
  width: 100%;
  margin-bottom: 0.8rem;
  padding: 0.8rem;
  background: #ebebeb;
}
.section-flow .ls-flow .l-dtl-flow .l-txt .l-select + ul {
  margin-top: 1.6rem;
  margin-bottom: 2.4rem;
}
.section-flow .ls-flow .l-dtl-flow .l-txt .l-select .subheading-desc {
  margin-bottom: 0.25rem;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 700;
  text-align: left;
}
.section-flow .ls-flow .l-dtl-flow .l-txt .l-select .txt {
  margin-bottom: 0;
  font-size: 14px;
  font-size: 1.4rem;
  text-align: left;
}
.section-flow .ls-flow .l-dtl-flow .l-txt .l-select .note {
  margin-bottom: 0;
}
.section-flow .ls-flow .l-dtl-flow .l-txt .note {
  font-size: 12px;
  font-size: 1.2rem;
  text-align: left;
  margin-bottom: 2.4rem;
  text-indent: -1rem;
  padding-left: 1rem;
}
.section-flow .ls-flow .l-dtl-flow .l-txt .note.is-room-unit-plan {
  margin-top: -2rem;
}
.section-flow .note {
  text-indent: -1rem;
  padding-left: 1rem;
  font-size: 1.2rem;
  font-weight: 300;
}
.section-flow .note:before {
  content: "※";
}
.section-flow .note a {
  text-decoration: underline;
}

@media (max-width: 959px) {
  .section-flow .section-desc {
    margin-bottom: 3.2rem;
  }
  .section-flow .title {
    margin: 0 auto 2rem;
  }
  .section-flow .title-desc {
    text-align: center;
    margin-top: 0;
  }
  .section-flow .ls-flow {
    padding-top: 0;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
  }
  .section-flow .ls-flow .l-dtl-flow {
    border-left: none;
    border-right: none;
  }
  .section-flow .ls-flow .l-dtl-flow:first-of-type .l-img .img:before {
    left: 1.5rem;
  }
  .section-flow .ls-flow .l-dtl-flow:last-of-type .l-img .img:before {
    height: 10rem;
    left: 1.5rem;
    top: 4rem;
  }
  .section-flow .ls-flow .l-dtl-flow:after {
    left: 3.9rem;
  }
  .section-flow .ls-flow .l-dtl-flow.has-sub .l-img {
    padding-top: 2rem;
  }
  .section-flow .ls-flow .l-dtl-flow.has-sub .l-txt {
    margin-top: 2rem;
  }
  .section-flow .ls-flow .l-dtl-flow .l-img {
    width: 6rem;
    height: 6rem;
    margin-right: 0;
    padding: 2.5rem 1rem;
    margin-left: 1rem;
  }
  .section-flow .ls-flow .l-dtl-flow .l-txt {
    width: calc(100% - 7rem);
    margin: 2rem 0 1rem;
  }
  .section-flow .ls-flow .l-dtl-flow .l-txt .subheading {
    margin: 0 2rem 1.2rem 1.2rem;
  }
  .section-flow .ls-flow .l-dtl-flow .l-txt .txt {
    margin: 0 2rem 1rem 1.2rem;
    line-height: 1.5;
  }
  .section-flow .ls-flow .l-dtl-flow .l-txt .l-select {
    padding: 0.8rem;
    width: calc(100% - 2rem);
  }
  .section-flow .ls-flow .l-dtl-flow .l-txt .l-select:last-of-type {
    margin-bottom: 1.5rem;
  }
  .section-flow .ls-flow .l-dtl-flow .l-txt .l-select .subheading-desc {
    margin-bottom: 0;
    line-height: 1.6;
  }
  .section-flow .ls-flow .l-dtl-flow .l-txt .l-select .txt {
    margin: 0;
  }
  .section-flow .ls-flow .l-dtl-flow .l-txt .l-select + ul {
    margin-bottom: 1.4rem;
  }
  .section-flow .ls-flow .l-dtl-flow .l-txt .l-select + ul .note {
    margin-bottom: 0 !important;
  }
  .section-flow .ls-flow .l-dtl-flow .l-txt .lnk {
    border-bottom: 0.1rem #333333 solid;
    padding-bottom: 0.3rem;
  }
  .section-flow .ls-flow .l-dtl-flow .l-txt .note {
    margin-bottom: 1rem;
  }
  .section-flow .ls-flow .l-dtl-flow .l-txt .note.is-room-unit-plan {
    margin-top: -0.5rem;
  }
}
.section-faq {
  /* 初期状態：中身を非表示＆高さ0 */
  /* 開いている状態：JSでアニメーションさせるため、CSSでの height: auto や grid は不要になります */
  /* ＋（プラス）アイコンの背景・ベース定義 */
  /* 開いた状態（details[open]）で回転させて「ー」にする */
}
.section-faq .faq-item {
  margin-bottom: 3.2rem;
}
.section-faq .faq-question {
  font-size: 1.6rem;
  padding: 1.2rem 4.2rem 1.2rem 5.2rem;
  background-color: #EBEBEB;
  cursor: pointer;
  list-style: none;
  position: relative;
  font-weight: 600;
}
.section-faq .faq-question:hover {
  opacity: 0.7;
}
.section-faq .faq-question .faq-tl {
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.3;
}
.section-faq .faq-question .txt {
  position: absolute;
  top: 1.2rem;
  left: 1.6rem;
  display: inline-block;
  width: 2.6rem;
  height: 2.6rem;
  text-align: center;
  font-weight: 400;
  font-family: "Futura-LT-Medium", sans-serif;
  letter-spacing: 1px;
  color: #fff;
  background-color: #333;
  border-radius: 50%;
  padding: 0.2rem 0.55rem 0.4rem;
}
.section-faq .faq-question::-webkit-details-marker {
  display: none;
}
.section-faq .faq-content {
  overflow: hidden;
  height: 0;
  padding: 0 1.6rem 0 3.4rem;
  position: relative;
  border: 1px solid #EBEBEB;
}
.section-faq .faq-content .txt {
  position: absolute;
  top: 1.4rem;
  left: 1.6rem;
  display: inline-block;
  width: 2.6rem;
  height: 2.6rem;
  font-family: "Futura-LT-Medium", sans-serif;
  letter-spacing: 1px;
  color: #333;
  border: 0.1rem solid #333;
  border-radius: 50%;
  padding: 0.2rem 0.5rem 0.4rem 0.7rem;
}
.section-faq details[open] .faq-content {
  height: auto;
}
.section-faq .faq-answer {
  font-size: 1.4rem;
  padding: 1.6rem;
}
.section-faq .faq-answer a {
  text-decoration: underline;
}
.section-faq .faq-question::after {
  content: "";
  position: absolute;
  top: 2.4rem;
  right: 15px;
  width: 15px;
  height: 15px;
  transform: translateY(-50%);
  /* CSSで「＋」の形を作成（縦横の線） */
  background-image: linear-gradient(#333, #333), linear-gradient(#333, #333);
  background-size: 100% 1px, 1px 100%;
  background-position: center;
  background-repeat: no-repeat;
  /* 開閉時の回転アニメーション設定 */
  transition: transform 0.2s ease-out;
}
.section-faq details[open] .faq-question::after {
  /* 45度回転させて「×」にするか、90度回転させて「ー」にするかを指定 */
  /* ここでは縦線を90度回して重ねることで「ー」に見せています */
  transform: translateY(-50%) rotate(180deg);
  /* 横線1本だけ残すアプローチをする場合は下記のように背景サイズを変更 */
  background-size: 100% 1px, 0px 100%;
}

@media (max-width: 959px) {
  .section-faq .bt-arrow {
    width: auto;
    max-width: none;
  }
  .section-faq .faq-question .txt {
    padding: 0.2rem 0.55rem 0.4rem;
  }
  .section-faq .faq-content .txt {
    padding: 0.1rem 0.6rem 0.4rem 0.7rem;
  }
}
.section-cta {
  background-color: #EBEBEB;
  width: 100%;
  padding: 4.5rem 0;
  text-align: center;
}
.section-cta .heading {
  color: var(--color-base-black, #000);
  font-family: "Hiragino Sans";
  font-size: 2.4rem;
  font-style: normal;
  font-weight: 600;
  line-height: 130%;
  text-align: center;
  margin-bottom: 3.2rem;
}
.section-cta .heading br {
  display: none;
}
.section-cta .bt-arrow {
  width: 100%;
  max-width: 36rem;
}

@media (max-width: 959px) {
  .section-cta .heading {
    font-size: 2rem;
  }
  .section-cta .heading br {
    display: inline-block;
  }
  .section-cta .bt-arrow {
    width: 100%;
    max-width: calc(100% - 4rem);
  }
}
.bt-arrow {
  padding: 1.6rem;
  display: inline-block;
  text-decoration: none !important;
  cursor: pointer;
  text-align: center;
  position: relative;
  font-family: "Hiragino Sans";
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
}
.bt-arrow.c-white {
  background-color: #fff;
  color: var(--color-base-white, #333);
  border: 0.1rem solid #333;
}
.bt-arrow.c-red {
  background-color: #f22335;
  color: var(--color-base-white, #FFF);
}
.bt-arrow.c-black {
  background-color: black;
  color: var(--color-base-white, #FFF);
}
.bt-arrow:hover {
  opacity: 0.7;
}
.bt-arrow:active {
  opacity: 0.5;
}
.bt-arrow .icon-arrow-white {
  padding-right: 2.5rem;
  display: inline-block;
  position: relative;
  font-weight: 600;
}
.bt-arrow .icon-arrow-white:after {
  content: "";
  display: inline-block;
  width: 2.4rem;
  height: 2.4rem;
  background: url(/img/kyoto/icon_arrow_white.svg) no-repeat;
  background-size: cover;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.bt-arrow .icon-arrow-black {
  padding-right: 2.5rem;
  position: relative;
  display: inline-block;
  font-weight: 600;
}
.bt-arrow .icon-arrow-black:after {
  content: "";
  display: inline-block;
  width: 2.4rem;
  height: 2.4rem;
  background: url(/img/kyoto/icon_arrow_black.svg) no-repeat;
  background-size: cover;
  background-size: cover;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

@media (max-width: 959px) {
  .bt-arrow {
    width: 100%;
    max-width: calc(100% - 4rem);
    max-width: 100%;
  }
}
.fixed_cta {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 1000;
  text-decoration: none;
  font-weight: bold;
  /* アニメーション設定 */
  transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease;
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.fixed_cta .bt-arrow {
  padding: 1.6rem 2.4rem;
}
.fixed_cta img {
  max-width: 1.8rem;
  height: 2rem;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.5rem;
  transform: translateY(-0.2rem);
}

/* CTA表示時に付与する非表示クラス */
.fixed_cta.is-hidden {
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
  /* 少し下に沈みながら消える効果 */
}

@media (max-width: 959px) {
  .fixed_cta {
    bottom: 0;
    width: 100%;
    z-index: 1;
  }
  .fixed_cta .bt-arrow {
    width: 100%;
    max-width: 100%;
  }
}
