@charset "UTF-8";
/*! destyle.css v4.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-tap-highlight-color: transparent;
  /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  /* 1 */
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit;
  /* 2 */
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px;
  /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/**
 * Fix appearance for Firefox
 */
[type=number] {
  -moz-appearance: textfield;
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit;
  /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

.fadeSimple {
  -webkit-transition: all 1.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 1.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  opacity: 0;
}
.fadeSimple.active {
  opacity: 1;
}

.fade {
  -webkit-transition: all 1.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 1.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  opacity: 0;
  position: relative;
  top: 20px;
}
.fade.active {
  opacity: 1;
  top: 0;
}

.fadeLeft {
  -webkit-transition: all 1.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 1.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  opacity: 0;
  position: relative;
  left: -20px;
}
.fadeLeft.active {
  opacity: 1;
  left: 0;
}

.fadeRight {
  -webkit-transition: all 1.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 1.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  opacity: 0;
  position: relative;
  right: -20px;
}
.fadeRight.active {
  opacity: 1;
  right: 0;
}

.maskRight {
  -webkit-clip-path: inset(0 100% 0 0);
          clip-path: inset(0 100% 0 0);
  -webkit-transition: all 1.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 1.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.maskRight.active {
  -webkit-clip-path: inset(0 0% 0 0);
          clip-path: inset(0 0% 0 0);
}

.maskLeft {
  -webkit-clip-path: inset(0 0 0 100%);
          clip-path: inset(0 0 0 100%);
  -webkit-transition: all 1.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 1.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.maskLeft.active {
  -webkit-clip-path: inset(0 0% 0 0);
          clip-path: inset(0 0% 0 0);
}

.maskTop {
  -webkit-clip-path: inset(0 0 100% 0);
          clip-path: inset(0 0 100% 0);
  -webkit-transition: all 1.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 1.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.maskTop.active {
  -webkit-clip-path: inset(0 0% 0 0);
          clip-path: inset(0 0% 0 0);
}

.maskBottom {
  -webkit-clip-path: inset(100% 0 0 0);
          clip-path: inset(100% 0 0 0);
  -webkit-transition: all 1.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 1.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.maskBottom.active {
  -webkit-clip-path: inset(0 0% 0 0);
          clip-path: inset(0 0% 0 0);
}

.fadeDelay1 {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

.fadeDelay2 {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}

.fadeDelay3 {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}

.fadeDelay4 {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}

@-webkit-keyframes scaleLoop {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes scaleLoop {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
html {
  width: 100%;
  height: 100%;
}

body {
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: none;
  -webkit-overflow-scrolling: touch;
  width: 100%;
  min-height: 100vh;
  color: #646464;
  background-color: #fff;
  position: relative;
  line-height: 1.8;
  font-family: "Noto Serif JP", "游明朝体 Medium", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0.05em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

html.hidden,
body.hidden {
  overflow: hidden;
}

.grecaptcha-badge {
  z-index: 2;
}

.onlyPc {
  display: block;
}

.onlySp {
  display: none;
}

.disable {
  pointer-events: none;
  opacity: 0.6;
}

.disableLink {
  pointer-events: none;
}

img {
  width: 100%;
}

.contentBox {
  padding-left: 10vw;
  padding-right: 10vw;
}
.contentBox:after {
  height: 1px;
  content: "";
  display: block;
  clear: both;
}

.sec {
  padding: 9vw 0 0 0;
  position: relative;
}

.secPb {
  padding-bottom: 9vw;
}

.secPb2 {
  padding-bottom: 12vw;
}

#plan2 {
  padding-bottom: 16vw;
}

/* header */
/* ============================================ */
header {
  position: absolute;
  left: 60px;
  top: 60px;
  z-index: 40;
}
header .logo a {
  width: 130px;
  height: 66px;
  background-image: url("../images/common/img_logo.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  display: block;
  text-indent: -9999px;
}

#opening {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  z-index: 10;
  -webkit-transition: all 1.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 1.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  background-color: #1F2848;
  will-change: all;
}
#opening.none {
  -webkit-transition: none;
  transition: none;
}
#opening.mini {
  top: 10px;
  left: 10px;
  border-radius: 6px;
  width: calc(100% - 20px);
  height: calc(100vh - 20px);
  will-change: all;
}
#opening .img {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 2;
  width: 32.8vw;
  -webkit-transition: all 1.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 1.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  opacity: 0;
}
#opening .img.active {
  opacity: 1;
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
  -webkit-transition: all 2.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 2.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}

#sideNav {
  position: fixed;
  right: 0;
  top: 50%;
  background-color: #252843;
  border-radius: 6px 0 0 6px;
  -webkit-box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3);
          box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3);
  padding: 60px 13px 30px 13px;
  text-align: center;
  z-index: 5;
  -webkit-transform: translate(100%, -50%);
      -ms-transform: translate(100%, -50%);
          transform: translate(100%, -50%);
  -webkit-transition: all 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
  will-change: all;
}
#sideNav.active {
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
#sideNav #sideNavList li {
  margin-bottom: 30px;
  font-size: 14px;
}
#sideNav #sideNavList li a {
  background-size: 46px auto;
  background-repeat: no-repeat;
  background-position: center top;
  padding-top: 50px;
  display: inline-block;
  color: #DEC288;
  -webkit-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
#sideNav #sideNavList li a:hover {
  color: #fff;
}
#sideNav #sideNavList li#doc a {
  background-image: url("../images/common/side_doc.png");
}
#sideNav #sideNavList li#doc a:hover {
  background-image: url("../images/common/side_doc_white.png");
}
#sideNav #sideNavList li#calendar a {
  background-image: url("../images/common/side_calendar.png");
}
#sideNav #sideNavList li#calendar a:hover {
  background-image: url("../images/common/side_calendar_white.png");
}
#sideNav #sideNavList li#home a {
  background-image: url("../images/common/side_home.png");
}
#sideNav #sideNavList li#home a:hover {
  background-image: url("../images/common/side_home_white.png");
}

@-webkit-keyframes pathmove {
  0% {
    height: 0;
    top: 0;
    opacity: 0;
  }
  60% {
    height: 100%;
    opacity: 1;
  }
  100% {
    height: 0;
    top: 140px;
    opacity: 0;
  }
}

@keyframes pathmove {
  0% {
    height: 0;
    top: 0;
    opacity: 0;
  }
  60% {
    height: 100%;
    opacity: 1;
  }
  100% {
    height: 0;
    top: 140px;
    opacity: 0;
  }
}
.swiperMask {
  position: relative;
}

#planning .swiper-pagination-bullets.swiper-pagination-horizontal {
  left: 0 !important;
}

.captionImg {
  font-size: 12px;
  padding-top: 20px;
}

.captionImgRight {
  text-align: right;
}

.captionImgMini {
  font-size: 10px;
}

.captionImgPaddintTop {
  padding-top: 40px;
}

.captionImgCenter {
  text-align: center;
}

.upMove {
  bottom: 0px !important;
}

.upMove2 {
  bottom: 40px !important;
}

#mainVisual {
  position: relative;
  padding: 10px;
  height: 100vh;
  margin-bottom: 100vh;
}
#mainVisual .captionImg {
  position: fixed;
  right: 100px;
  bottom: 30px;
  z-index: 0;
  color: #fff;
}
#mainVisual .scrollBtn {
  position: absolute;
  position: fixed;
  left: 60px;
  bottom: 10px;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  color: #fff;
  z-index: 2;
  height: 140px;
  padding-left: 30px;
  font-family: "adobe-garamond-pro", serif;
  font-weight: 700;
  font-size: 15px;
  overflow: hidden;
}
#mainVisual .scrollBtn:before {
  content: "";
  display: block;
  width: 2px;
  height: 100%;
  background-color: #A78E6E;
  position: absolute;
  left: 0;
  top: 0;
}
#mainVisual .scrollBtn:after {
  content: "";
  display: block;
  width: 2px;
  height: 0%;
  background-color: #fff;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  -webkit-animation: pathmove 1.4s ease-in-out infinite;
          animation: pathmove 1.4s ease-in-out infinite;
}
#mainVisual .scrollBtn.hide {
  opacity: 0;
}
#mainVisual .img {
  position: fixed;
  border-radius: 6px;
  overflow: hidden;
  z-index: -1;
}
#mainVisual .img img {
  height: calc(100vh - 20px);
  width: calc(100vw - 20px);
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center bottom;
     object-position: center bottom;
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: all 8.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 8.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  will-change: all;
}
#mainVisual .img img.active {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}
#mainVisual .img:after {
  background-color: #090933;
  content: "";
  display: block;
  height: calc(100vh - 20px);
  width: calc(100vw - 20px);
  left: 0px;
  top: 0px;
  position: absolute;
  -webkit-transform: opacity 0.5s ease-in-out;
      -ms-transform: opacity 0.5s ease-in-out;
          transform: opacity 0.5s ease-in-out;
  will-change: opacity;
  z-index: 1;
  mix-blend-mode: multiply;
  opacity: 0;
  -webkit-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
#mainVisual .img.active:after {
  opacity: 0.65;
}

#lead {
  height: 100vh;
  position: relative;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
}
#lead .img {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 2;
  width: 32.8vw;
  -webkit-transition: all 1.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 1.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  opacity: 0;
}
#lead .img.active {
  opacity: 1;
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

.sec {
  background-color: #fff;
  position: relative;
  padding-top: 9vw;
}

.contactBox .contactList {
  max-width: 780px;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
.contactBox .contactList li {
  width: calc(50% - 10px);
  text-align: center;
}
.contactBox .contactList li a {
  background-color: #AA8947;
  display: block;
  color: #fff;
  font-size: 28px;
  border-radius: 6px;
  overflow: hidden;
  padding: 20px 0;
  position: relative;
  opacity: 1;
  -webkit-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.contactBox .contactList li a:after {
  border-radius: 6px;
  border: 1.5px solid #D3B077;
  content: "";
  display: block;
  height: calc(100% - 20px);
  width: calc(100% - 20px);
  left: 10px;
  top: 10px;
  position: absolute;
  z-index: 2;
}
.contactBox .contactList li a span {
  background-image: url("../images/common/ico_doc_white.png");
  background-size: 46px auto;
  background-repeat: no-repeat;
  background-position: left center;
  background-position: left top -2px;
  padding-left: 50px;
}
.contactBox .contactList li a:hover {
  opacity: 0.8;
}
.contactBox .contactList li.calendar a {
  background-color: #3A3E93;
}
.contactBox .contactList li.calendar a:after {
  border: 1.5px solid #6A6DB5;
}
.contactBox .contactList li.calendar a span {
  background-image: url("../images/common/ico_calendar_white.png");
  background-position: left top 1px;
}

.conceptBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  padding-bottom: 35px;
}
.conceptBox .left {
  width: 50vw;
  padding-left: 7vw;
}
.conceptBox .left .imgBox {
  padding-right: 9vw;
}
.conceptBox .left a.moreBtn {
  display: none;
}
.conceptBox .right {
  width: 50vw;
  padding-left: 1.5vw;
}

.conceptSlider .captionImg {
  text-align: right;
}

.swiper-pagination {
  text-align: left;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0;
  margin-right: 10px;
}

.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: -35px;
}

#planning .swiper-horizontal > .swiper-pagination-bullets, #planning .swiper-pagination-bullets.swiper-pagination-horizontal, #planning .swiper-pagination-custom, #planning .swiper-pagination-fraction {
  left: 2.3vw;
}

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

.swiper-pagination-bullet {
  position: relative;
  width: 20px;
  height: 2px;
  text-align: left;
  border-radius: 0;
  opacity: 1;
  margin-right: 20px;
  background-color: #CECECE;
}
.swiper-pagination-bullet i {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 2;
  background-color: #CECECE;
}
.swiper-pagination-bullet b {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  width: 0%;
  height: 2px;
  background-color: #4D4D4D;
}

.swiper-pagination-bullet-active b {
  -webkit-animation-name: countingBar;
          animation-name: countingBar;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
  -webkit-animation-timing-function: ease-in;
          animation-timing-function: ease-in;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-direction: alternate;
          animation-direction: alternate;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@-webkit-keyframes countingBar {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}

@keyframes countingBar {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
#planning {
  z-index: 2;
}

.whiteBg {
  background-image: url("../images/common/bg_gray.png");
  background-size: 130px auto;
  background-repeat: repeat;
  background-position: center center;
  background-color: #fafafa;
}

.gray {
  background-image: url("../images/common/bg_gray.png");
  background-size: 130px auto;
  background-repeat: repeat;
  background-position: center center;
  background-color: #fafafa;
}

.white {
  background-color: #fff;
}

.blue {
  background-color: #3C3F5D;
  color: #fff;
}

.orange {
  background-color: #F9F7F0;
}

.orange2 {
  background-color: #F5F1EA;
}

.overBox {
  position: relative;
  z-index: 2;
}

.grayBg {
  background-image: url("../images/common/bg_gray.png");
  background-size: 130px auto;
  background-repeat: repeat;
  background-position: center center;
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 23vw;
  left: 0;
  bottom: 0;
  background-color: #fafafa;
}

.mainTtl {
  font-size: 5.4vw;
  font-family: "adobe-garamond-pro", serif;
  font-weight: 400;
  color: #B7A171;
  letter-spacing: 0.06em;
}

.mainDesp {
  font-size: 24px;
  font-size: 1.8vw;
  line-height: 2.2;
  margin-bottom: 3.5vw;
}

.mainDesp2 {
  margin-bottom: 6.5vw;
}

.rAll {
  border-radius: 6px 6px 6px 6px;
  overflow: hidden;
}

.rLeft {
  border-radius: 6px 0 0 6px;
  overflow: hidden;
}

.rRight {
  border-radius: 0 6px 6px 0;
  overflow: hidden;
}

a.moreBtn {
  font-family: "adobe-garamond-pro", serif;
  font-weight: 400;
  font-size: 16px;
  margin-top: 5vw;
  display: inline-block;
  position: relative;
  padding: 20px 50px 0 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
a.moreBtn:before {
  content: "";
  display: block;
  height: 2px;
  width: 100%;
  background-color: #A78E6E;
  top: -1.5px;
  left: 0;
  position: absolute;
  -webkit-transform: scaleX(0);
      -ms-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: right center;
      -ms-transform-origin: right center;
          transform-origin: right center;
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  transition: -webkit-transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  border-radius: 2px;
}
a.moreBtn:after {
  background-image: url("../images/common/arr_right_black.png");
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: 32px;
  content: "";
  display: block;
  height: 7px;
  position: absolute;
  right: 0;
  top: 31px;
  width: 32px;
}
a.moreBtn:hover:before {
  -webkit-transform: scaleX(1);
      -ms-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-transform-origin: left center;
      -ms-transform-origin: left center;
          transform-origin: left center;
}
a.moreBtn:hover:after {
  -webkit-animation: arrow_hover 1s cubic-bezier(0.19, 1, 0.22, 1) 0s infinite;
          animation: arrow_hover 1s cubic-bezier(0.19, 1, 0.22, 1) 0s infinite;
}

a.whiteBtn {
  border-color: #C6C6C6;
}
a.whiteBtn:after {
  background-image: url("../images/common/arr_right_white.png");
}

@-webkit-keyframes arrow_hover {
  0% {
    -webkit-transform: translate(6px);
            transform: translate(6px);
  }
  to {
    -webkit-transform: translate(0);
            transform: translate(0);
  }
}

@keyframes arrow_hover {
  0% {
    -webkit-transform: translate(6px);
            transform: translate(6px);
  }
  to {
    -webkit-transform: translate(0);
            transform: translate(0);
  }
}
.planSlider img {
  /*
  		object-fit:cover;
  		object-position: center bottom;
  		height: 100%;
  		width: 100%;
  */
}

.planBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.planBox .left {
  width: 50vw;
  padding-left: 14vw;
  padding-top: 9vw;
}
.planBox .right {
  width: 50vw;
  padding-left: 2.3vw;
  padding-right: 18vw;
}
.planBox .right .swiper {
  -webkit-transform-origin: 0 50%;
      -ms-transform-origin: 0 50%;
          transform-origin: 0 50%;
}

#plan {
  z-index: 2;
}

.planBox2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.planBox2 .left {
  width: 50vw;
  padding-left: 7vw;
  padding-top: 7.8vw;
  padding-right: 4.6vw;
}
.planBox2 .right {
  width: 50vw;
  padding-left: 1.5vw;
  padding-right: 12.5vw;
}

.modelBox {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.box {
  position: relative;
}

.planningBox .left {
  padding-left: 10vw;
}

.mainTtlMini {
  font-family: "adobe-garamond-pro", serif;
  font-weight: 400;
  font-size: 27px;
  color: #B7A171;
  margin-bottom: 2vw;
  position: relative;
  padding-left: 0.4vw;
}
.mainTtlMini:before {
  content: "";
  display: block;
  height: 1px;
  width: 5.5vw;
  background-color: #AA8947;
  top: 22.5px;
  left: -7vw;
  position: absolute;
}

.mainCopy {
  font-size: 38px;
  color: #B7A171;
  margin-bottom: 3.5vw;
  font-weight: 500;
}
.mainCopy.whiteStr {
  color: #fff;
}

.desp {
  font-size: 16px;
  line-height: 2.4;
}

.fullImgBox .ttl {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 2;
  color: #A9DDFC;
  color: #fff;
  font-family: "adobe-garamond-pro", serif;
  font-weight: 400;
  font-size: 100px;
  white-space: nowrap;
  opacity: 0.9;
  line-height: 1;
}
.fullImgBox .ttlAccess {
  font-size: 90px;
  color: #D5C299;
}
.fullImgBox .captionImg {
  text-align: right;
  padding-right: 100px;
}

.fullImgBox .ttl {
  -webkit-perspective: 500px;
          perspective: 500px;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}
.fullImgBox .ttl .char {
  -webkit-transition: all 1.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 1.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transition-delay: calc(0.05s * var(--char-index));
          transition-delay: calc(0.05s * var(--char-index));
  opacity: 0;
  -webkit-transform: scale(1.25) translate(8px, 4px);
      -ms-transform: scale(1.25) translate(8px, 4px);
          transform: scale(1.25) translate(8px, 4px);
  display: inline-block;
}
.fullImgBox .ttl.active .char {
  opacity: 1;
  -webkit-transform: scale(1) translate(0);
      -ms-transform: scale(1) translate(0);
          transform: scale(1) translate(0);
}

.equipBox {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.equipBox .left {
  padding-left: 7vw;
  padding-right: 4vw;
  padding-top: 0;
  margin-top: -2vw;
}
.equipBox .right {
  padding-right: 10vw;
}

.accessBox {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.accessBox .left {
  padding-top: 0;
}
.accessBox .right {
  padding-right: 10vw;
  padding-top: 5.8vw;
}

#access3 {
  position: relative;
}
#access3 .bgNaname {
  position: absolute;
  left: 0;
  top: -15vw;
  width: 100%;
  height: 100%;
}

.shadowImg {
  -webkit-box-shadow: 0 8px 8px rgba(0, 0, 0, 0.36);
          box-shadow: 0 8px 8px rgba(0, 0, 0, 0.36);
}

.locationBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.locationBox .left {
  width: 50%;
  padding-left: 7vw;
  padding-right: 5.4vw;
  padding-top: 5.8vw;
}
.locationBox .right {
  width: 50%;
  padding-left: 2.3vw;
  padding-right: 10vw;
}
.locationBox .right .mainTtlMini {
  margin-left: 7.6vw;
}

#contents {
  border-top: 4px solid #B7A785;
}

.centerTtl {
  text-align: center;
  font-family: "adobe-garamond-pro", serif;
  font-weight: 400;
  font-size: 70px;
  white-space: nowrap;
  color: #B7A171;
  margin-bottom: 4vw;
  line-height: 1;
}

.contentsListBox {
  border-radius: 6px;
  overflow: hidden;
  width: 900px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.contentsList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.contentsList li {
  width: 33.33%;
}
.contentsList li a {
  position: relative;
  display: block;
}
.contentsList li a .ttl {
  color: #DDC288;
  position: absolute;
  left: 50%;
  top: 45%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 2;
  font-family: "adobe-garamond-pro", serif;
  font-weight: 400;
  font-size: 24px;
}
.contentsList li a .ttl:after {
  background-image: url("../images/common/arr_right_white.png");
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: 32px;
  content: "";
  display: block;
  height: 7px;
  position: absolute;
  left: 50%;
  right: 50%;
  top: 70px;
  width: 32px;
  margin-left: -16px;
}
.contentsList li a .img {
  overflow: hidden;
}
.contentsList li a .img img {
  -webkit-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.contentsList li a:hover .ttl:after {
  -webkit-animation: arrow_hover 1s cubic-bezier(0.19, 1, 0.22, 1) 0s infinite;
          animation: arrow_hover 1s cubic-bezier(0.19, 1, 0.22, 1) 0s infinite;
}
.contentsList li a:hover .img img {
  -webkit-transform: scale(1.15);
      -ms-transform: scale(1.15);
          transform: scale(1.15);
  opacity: 0.75;
}

.contentsList02 li {
  width: 25%;
}

#request {
  /*
  	background-image:url("../images/common/bg_request.jpg");
  	background-size: cover;
  	background-repeat: repeat;
  	background-position: center center;
  */
  color: #fff;
  padding: 0;
}
#request .overBox {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 2;
}

.centerDesp {
  text-align: center;
  font-size: 27px;
  margin-bottom: 40px;
}

.descriptionBox {
  width: 1020px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  background-color: #fff;
  text-align: center;
  border-top: 1px solid #E2D9C5;
}
.descriptionBox .logo {
  padding: 60px 0 50px 0;
  border-bottom: 1px solid #E2D9C5;
}
.descriptionBox .logo img {
  width: 318px;
  max-width: 80%;
}
.descriptionBox .name {
  font-size: 27px;
  font-weight: 700;
  margin-bottom: 40px;
}
.descriptionBox .copy {
  color: #958258;
  background-color: #F0ECE2;
  font-weight: 700;
  padding: 3px 0;
  margin-bottom: 40px;
}
.descriptionBox .descriptionBox2 {
  padding: 50px 40px;
}
.descriptionBox .descriptionBox3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  text-align: left;
  font-size: 15px;
}
.descriptionBox .descriptionBox3 .left {
  width: 40%;
}
.descriptionBox .descriptionBox3 .right {
  width: 60%;
}
.descriptionBox .descriptionBox3 .telBox {
  border: 1px solid #B7A171;
  padding: 30px 20px 20px 20px;
  color: #B7A171;
}
.descriptionBox .descriptionBox3 .telBox .ttl {
  font-weight: 700;
}
.descriptionBox .descriptionBox3 .telBox .telBox2 .tel {
  font-family: "adobe-garamond-pro", serif;
  font-size: bold;
  font-size: 32px;
  text-align: center;
  display: inline-block;
  margin-right: 10px;
}
.descriptionBox .descriptionBox3 .telBox .telBox2 .tel span {
  background-image: url("../images/common/ico_tel_gold.png");
  background-size: 22px auto;
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 25px;
  display: inline-block;
}
.descriptionBox .descriptionBox3 .telBox .telBox2 .free {
  font-size: 12px;
  display: inline-block;
}

.descriptionList {
  margin-bottom: 60px;
}
.descriptionList li {
  padding-left: 30px;
  position: relative;
}
.descriptionList li:before {
  background-color: #B7A171;
  content: "";
  display: block;
  height: 12px;
  width: 12px;
  position: absolute;
  left: 10px;
  top: 9px;
}

.descriptionList2 li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 20px;
  margin-bottom: 20px;
}
.descriptionList2 li .ttl {
  background-color: #B7A171;
  color: #fff;
  font-size: 14px;
  width: 66px;
  text-align: center;
}
.descriptionList2 li .desp {
  line-height: 1.8;
  font-size: 16px;
}

footer {
  padding: 0;
  color: #fff;
  background-color: #414558;
  font-size: 12px;
  position: relative;
  z-index: 2;
}

.ftList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}
.ftList > li {
  width: 33.33%;
  position: relative;
  /*
  		&:before {
  			content: "";
  			display: block;
  			width: 1px;
  			height: 100%;

  			position: absolute;
  			right: 0;
  			top: 0;

  			background-color: #fff;
  			z-index: 2;
  			opacity: 0.5;
  		}
  */
}
.ftList > li .logo {
  text-align: center;
  margin-bottom: 30px;
}
.ftList > li .logo img {
  width: 182px;
  max-width: 90%;
}

.ftUp {
  padding-left: 7vw;
  padding-right: 7vw;
  padding-top: 6vw;
  padding-bottom: 3vw;
  background-color: #414558;
}
.ftUp .ftUpBox {
  position: relative;
}
.ftUp .ftUpBox .splash {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0;
  background-color: #fff;
  z-index: 2;
  opacity: 0.2;
}
.ftUp .ftUpBox .splash1 {
  left: calc(33.33% - 20px);
}
.ftUp .ftUpBox .splash2 {
  left: calc(66.66% - 10px);
}

.ftDown {
  padding-left: 7vw;
  padding-right: 7vw;
  padding-top: 3vw;
  padding-bottom: 3vw;
  background-color: #383C55;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.ftDown > div {
  width: 33.33%;
}
.ftDown .copyright {
  font-family: "adobe-garamond-pro", serif;
}
.ftDown .tel {
  font-family: "adobe-garamond-pro", serif;
  font-size: 700;
  font-size: 36px;
  text-align: center;
}
.ftDown .tel span {
  background-image: url("../images/common/ft_tel.png");
  background-size: 30px auto;
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 40px;
  display: inline-block;
}
.ftDown .urlBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: right;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.ftDown .urlBox .url {
  font-family: "adobe-garamond-pro", serif;
  font-size: 700;
  font-size: 21px;
  padding-right: 20px;
}
.ftDown .urlBox .qr img {
  width: 88px;
}

.attention {
  font-size: 12px;
  padding-top: 15px;
}

.attentionRight {
  text-align: right;
  padding-right: 100px;
}

.attentionRight2 {
  text-align: right;
  padding-right: 12vw;
}

#planDetail9 {
  padding-bottom: 0;
}

/* modelhouse */
/* ============================================ */
#pageVisual {
  position: relative;
}
#pageVisual .captionImg {
  padding-right: 100px;
}
#pageVisual.active .overArea .ttl .char {
  opacity: 1;
  -webkit-transform: scale(1) translate(0);
      -ms-transform: scale(1) translate(0);
          transform: scale(1) translate(0);
}
#pageVisual.active .overArea .subTtl {
  opacity: 1;
}
#pageVisual .overArea {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  width: 100%;
  text-align: center;
  color: #fff;
  line-height: 1.4;
}
#pageVisual .overArea .ttl {
  font-family: "adobe-garamond-pro", serif;
  font-size: 700;
  font-size: 80px;
  -webkit-perspective: 500px;
          perspective: 500px;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}
#pageVisual .overArea .ttl .char {
  -webkit-transition: all 1.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 1.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transition-delay: calc(0.05s * var(--char-index));
          transition-delay: calc(0.05s * var(--char-index));
  opacity: 0;
  -webkit-transform: scale(1.25) translate(8px, 4px);
      -ms-transform: scale(1.25) translate(8px, 4px);
          transform: scale(1.25) translate(8px, 4px);
  display: inline-block;
}
#pageVisual .overArea .subTtl {
  font-size: 24px;
  opacity: 0;
  -webkit-transition: all 1.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 1.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}
#pageVisual .img {
  padding: 10px;
}
#pageVisual .img img {
  border-radius: 6px;
}

.modelDetailBox {
  text-align: center;
}
.modelDetailBox .ttl {
  color: #B7A171;
  font-size: 38px;
  margin-bottom: 40px;
}

.contentArea {
  padding-left: 12.5vw;
  padding-right: 12.5vw;
}

.modelSliderBox {
  line-height: 1.4;
}
.modelSliderBox .ttl {
  font-family: "adobe-garamond-pro", serif;
  font-size: 700;
  font-size: 40px;
  color: #B7A171;
}
.modelSliderBox .subTtl {
  color: #B7A171;
  font-size: 18px;
  margin-bottom: 20px;
}

#modelDetail2 {
  position: relative;
  padding-top: 5vw;
}
#modelDetail2:before {
  content: "";
  display: block;
  width: 100%;
  height: 31vw;
  background-color: #F9F7F3;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  mix-blend-mode: multiply;
}

#modelDetail3 {
  position: relative;
  padding-top: 5vw;
}
#modelDetail3:before {
  content: "";
  display: block;
  width: 100%;
  height: 31vw;
  background-color: #fff;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.contentArea {
  position: relative;
  z-index: 2;
}

.modelDetailSlider {
  overflow: visible;
  margin-bottom: 30px;
}
.modelDetailSlider .currentBox {
  padding-top: 30px;
  text-align: center;
  color: #B7A171;
  font-family: "adobe-garamond-pro", serif;
}
.modelDetailSlider .currentBox .now {
  font-size: 28px;
}
.modelDetailSlider .currentBox .total {
  font-size: 18px;
}
.modelDetailSlider .currentBox .splash {
  padding: 0 5px;
}

.swiper-button-prev,
.swiper-button-next {
  top: initial;
  bottom: 0;
  width: 38px;
  height: 38px;
  background-color: #383C55;
  background-size: 12px auto;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.swiper-button-prev:hover,
.swiper-button-next:hover {
  opacity: 0.6;
}
.swiper-button-prev:after,
.swiper-button-next:after {
  display: none;
}

.swiper-button-prev {
  left: calc(35vw - 100px);
  background-image: url("../images/common/arr_slide_left.png");
}

.swiper-button-next {
  right: calc(35vw - 100px);
  background-image: url("../images/common/arr_slide_right.png");
}

#requestDetail {
  text-align: center;
}
#requestDetail .contactList {
  margin-bottom: 50px;
}
#requestDetail .contactBoxTel {
  padding: 5px 0;
  width: 780px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  border-top: 1px solid #B7A171;
  border-bottom: 1px solid #B7A171;
}
#requestDetail .contactBoxTel .tel {
  font-family: "adobe-garamond-pro", serif;
  font-size: bold;
  font-size: 40px;
  color: #B7A171;
  text-align: center;
  display: inline-block;
  margin-right: 10px;
}
#requestDetail .contactBoxTel .tel span {
  background-image: url("../images/common/ico_tel_gold.png");
  background-size: 22px auto;
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 30px;
  display: inline-block;
}

/* concept */
/* ============================================ */
.conceptDetailBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.conceptDetailBox .left {
  width: 23vw;
}
.conceptDetailBox .right {
  width: 77vw;
  font-size: 38px;
  font-size: 3.1vw;
  padding-left: 6.25vw;
  color: #B7A171;
  padding-top: 2vw;
}

.conceptDetailBox2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 60px;
}
.conceptDetailBox2 .left {
  width: 46vw;
  font-size: 16px;
  line-height: 2.2;
}
.conceptDetailBox2 .left p {
  margin-bottom: 2vw;
}
.conceptDetailBox2 .right {
  width: 34vw;
  padding-top: 6vw;
}
.profileList {
  padding: 50px 0;
  border-top: 1px solid #B7A171;
  border-bottom: 1px solid #B7A171;
  margin-bottom: 120px;
}
.profileList li {
  width: 40%;
  display: inline-block;
  vertical-align: top;
}
.profileList li .ttl {
  font-size: 21px;
  margin-bottom: 10px;
}
.profileList li .desp {
  font-size: 15px;
  margin-bottom: 20px;
}
.profileList li .jobTtl {
  color: #fff;
  background-color: #B7A171;
  border-radius: 2px;
  margin-bottom: 10px;
  display: inline-block;
  padding: 0 8px;
  font-size: 13px;
}
.profileList li .jobDesp {
  font-size: 14px;
  margin-bottom: 20px;
}
.profileList li .name {
  font-size: 23px;
}

.movieBox {
  margin-bottom: 80px;
}
.movieBox img {
  width: 100%;
}
.movieBox .img {
  padding-top: 56.25%;
}
.movieBox .img iframe {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  width: 100%;
  height: 100%;
}

.zoomBox {
  position: relative;
}

.zoomist-slider {
  background-color: rgb(65, 69, 88);
}

.zoomist-in-zoomer, .zoomist-out-zoomer {
  background-color: rgb(65, 69, 88);
}
.zoomist-in-zoomer svg, .zoomist-out-zoomer svg {
  fill: #fff;
}

.zoomist-in-zoomer:hover, .zoomist-out-zoomer:hover {
  background-color: rgba(65, 69, 88, 0.6);
}

.groupBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.groupBox .left {
  width: 30%;
  padding-left: 3%;
  padding-right: 7%;
  border-right: 1px solid #B7A171;
  padding-top: 2vw;
}
.groupBox .right {
  width: 70%;
  padding-left: 7%;
}
.groupBox .right .ttl {
  color: #B7A171;
  font-size: 28px;
  margin-bottom: 20px;
  line-height: 1;
}
.groupBox .right .desp {
  font-size: 15px;
}

.conceptDetailBox3 {
  text-align: center;
  margin-bottom: 100px;
}
.conceptDetailBox3 .ttl {
  color: #B7A171;
  font-family: "adobe-garamond-pro", serif;
  font-size: 56px;
}
.conceptDetailBox3 .subTtl {
  color: #B7A171;
  font-size: 38px;
  margin-bottom: 20px;
  font-weight: 500;
}
.conceptDetailBox3 .desp {
  font-size: 20px;
}

.qualityList li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5%;
  margin-bottom: 100px;
}
.qualityList li .despArea {
  width: 62%;
}
.qualityList li .despArea .ttlArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  color: #B7A171;
  margin-bottom: 10px;
}
.qualityList li .despArea .ttlArea .no {
  font-family: "adobe-garamond-pro", serif;
  font-size: 32px;
  margin-right: 10px;
}
.qualityList li .despArea .ttlArea .number {
  font-family: "adobe-garamond-pro", serif;
  font-size: 80px;
  line-height: 1;
  margin-right: 20px;
}
.qualityList li .despArea .ttlArea .subTtl {
  font-size: 21px;
  position: relative;
  top: -10px;
}
.qualityList li .despArea .colorBox {
  padding: 50px;
  background-color: #E9EFE9;
}
.qualityList li .despArea .colorBox .ttl {
  color: #799B74;
  font-size: 28px;
  margin-bottom: 20px;
}
.qualityList li .despArea .colorBox .desp {
  font-size: 16px;
  text-align: justify;
}
.qualityList li .despArea .colorBox.color1 {
  background-color: #E9EFE9;
}
.qualityList li .despArea .colorBox.color1 .ttl {
  color: #799B74;
}
.qualityList li .despArea .colorBox.color2 {
  background-color: #F5EEDA;
}
.qualityList li .despArea .colorBox.color2 .ttl {
  color: #A78E6E;
}
.qualityList li .despArea .colorBox.color3 {
  background-color: #E5E4EA;
}
.qualityList li .despArea .colorBox.color3 .ttl {
  color: #79739D;
}
.qualityList li .despArea .colorBox.color4 {
  background-color: #EFE7E7;
}
.qualityList li .despArea .colorBox.color4 .ttl {
  color: #A27B7B;
}
.qualityList li .despArea .colorBox.color5 {
  background-color: #E1EBEB;
}
.qualityList li .despArea .colorBox.color5 .ttl {
  color: #528484;
}
.qualityList li .despArea .colorBox.color6 {
  background-color: #EDEFE9;
}
.qualityList li .despArea .colorBox.color6 .ttl {
  color: #8CA54B;
}
.qualityList li .img {
  width: 33%;
}
.qualityList li .img img {
  border-radius: 6px;
  overflow: hidden;
}
.qualityList li:nth-child(2n) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.contractBox {
  padding: 40px;
  border-radius: 6px;
  background-image: url("../images/concept/bg_contract.jpg");
  background-size: 100px auto;
  background-repeat: repeat;
  background-position: center center;
}
.contractBox .whiteBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6%;
  padding: 60px;
  background-color: #fff;
  border-radius: 6px;
}
.contractBox .whiteBox .left {
  width: 27%;
  padding: 0 0%;
  padding-right: 0%;
}
.contractBox .whiteBox .right {
  width: 67%;
}
.contractBox .whiteBox .right .ttl {
  color: #B7A171;
  font-size: 38px;
  margin-bottom: 20px;
}
.contractBox .whiteBox .right .desp {
  font-size: 15px;
  text-align: justify;
}

#concept1 {
  padding-bottom: 0;
}

/* plane */
/* ============================================ */
.planDetailBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.planDetailBox .left {
  padding-left: 7vw;
  width: 55%;
}
.planDetailBox .left .ttl {
  font-size: 56px;
  color: #B7A171;
  margin-bottom: 20px;
  line-height: 1.4;
}
.planDetailBox .left .subTtl {
  font-size: 38px;
  color: #B7A171;
  margin-bottom: 40px;
}
.planDetailBox .left .desp {
  font-size: 16px;
  line-height: 2.2;
}
.planDetailBox .right {
  width: 45%;
  padding-top: 15vw;
}

.planDetailBox2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.planDetailBox2 .left {
  width: 35vw;
  padding-top: 2vw;
}
.planDetailBox2 .right {
  width: 65vw;
  padding-left: 9vw;
}
.planDetailBox2 .right .ttl {
  font-size: 56px;
  color: #B7A171;
  margin-bottom: 20px;
  line-height: 1.4;
}
.planDetailBox2 .right .subTtl {
  font-size: 38px;
  color: #B7A171;
  margin-bottom: 40px;
}
.planDetailBox2 .right .desp {
  font-size: 16px;
  line-height: 2.2;
}

#planDetail1 {
  padding-bottom: 0;
}

#planDetail3 {
  padding-top: 0;
}

.fullImgBoxMini .ttl {
  font-size: 56px;
  top: 24%;
}

.styleList {
  padding-top: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8vw;
}
.styleList li {
  width: calc(50% - 4vw);
}
.styleList li .img {
  margin-bottom: 30px;
}
.styleList li .img img {
  border-radius: 6px;
  overflow: hidden;
}
.styleList li .headBox {
  border-left: 4px solid #B7A171;
  padding-left: 20px;
  color: #B7A171;
  line-height: 1.4;
  margin-bottom: 20px;
}
.styleList li .headBox .ttl {
  font-family: "adobe-garamond-pro", serif;
  font-size: 24px;
}
.styleList li .headBox .subTtl {
  font-size: 18px;
}
.styleList li .desp {
  font-size: 16px;
  line-height: 1.6;
}

.planDetailBox3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  padding-bottom: 80px;
}
.planDetailBox3 .left {
  width: 30vw;
}
.planDetailBox3 .left img {
  -webkit-box-shadow: 0 6px 8px rgba(0, 0, 0, 0.3);
          box-shadow: 0 6px 8px rgba(0, 0, 0, 0.3);
}
.planDetailBox3 .right {
  width: 70vw;
  padding-left: 6.25vw;
}
.planDetailBox3 .right .ttl {
  font-size: 38px;
  color: #B7A171;
  font-weight: 500;
  margin-bottom: 40px;
}
.planDetailBox3 .right .desp {
  font-size: 16px;
  text-align: justify;
}

.planDetailMap {
  margin-bottom: 180px;
  position: relative;
}
.planDetailMap .zoomAble {
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #A59166;
  border-radius: 4px;
  color: #fff;
  font-size: 14px;
  padding: 10px 20px;
  z-index: 2;
}

.locationDetailMap {
  width: 740px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
}
.locationDetailMap .zoomAble {
  background-color: #332B29;
  border-radius: 0px;
  padding: 5px 10px;
}
.locationDetailMap #my-zoomist {
  border: 2px solid #A59166;
}

.zoomist-zoomer {
  top: initial;
  bottom: 0;
  bottom: -70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 15px;
  border-radius: 0;
}
.zoomist-slider {
  left: initial;
  right: 150px;
  top: initial;
  bottom: 0;
  bottom: -70px;
  background-color: transparent;
}

.zoomist-slider-bar {
  background-color: #B7A171;
}

.zoomist-slider-button::before {
  background-color: #262843;
}

.communityList {
  margin-left: 7vw;
  margin-right: 12.5vw;
}
.communityList li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6vw;
  margin-bottom: 100px;
}
.communityList li .img {
  width: 47vw;
}
.communityList li .despArea {
  width: 47vw;
}
.communityList li .despArea .ttl {
  font-family: "adobe-garamond-pro", serif;
  font-size: 56px;
  color: #B7A171;
}
.communityList li .despArea .subTtl {
  font-size: 38px;
  color: #B7A171;
  margin-bottom: 40px;
}
.communityList li .despArea .desp {
  font-size: 16px;
  text-align: justify;
}
.communityList li:nth-child(2n) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.communityList li:last-child {
  margin-bottom: 0;
}

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
  right: 20px;
  width: auto;
}

.zumenList {
  margin-left: 12.5vw;
  margin-right: 12.5vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 6vw 6vw;
  margin-bottom: 5vw;
}
.zumenList li {
  width: calc(50% - 3vw);
  background-color: #fff;
  -webkit-box-shadow: 4px 16px 16px rgba(112, 124, 96, 0.4);
          box-shadow: 4px 16px 16px rgba(112, 124, 96, 0.4);
  border-radius: 6px;
  overflow: hidden;
  padding: 40px;
}
.zumenList li a {
  display: block;
  position: relative;
  margin-bottom: 20px;
}
.zumenList li a:hover .zoomBtn {
  opacity: 0.6;
}
.zumenList li a .zoomBtn {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 2;
  -webkit-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.zumenList li a .zoomBtn img {
  width: 38px;
}
.zumenList li a .img {
  text-align: center;
}
.zumenList li a .img img {
  width: 45%;
}
.zumenList li .ttl {
  font-size: 21px;
  color: #B7A171;
  margin-bottom: 10px;
}
.zumenList li .desp {
  font-size: 13px;
  line-height: 1.7;
}

.materialList {
  margin-left: 12.5vw;
  margin-right: 12.5vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0 6vw;
  border-bottom: 1px solid #D5D5D5;
  margin-bottom: 5vw;
}
.materialList li {
  width: calc(50% - 3vw);
  margin-bottom: 5vw;
}
.materialList li .img {
  margin-bottom: 20px;
}
.materialList li .img img {
  border-radius: 6px;
  overflow: hidden;
}
.materialList li .despArea {
  border-left: 4px solid #B7A171;
  padding-left: 20px;
  line-height: 1.4;
}
.materialList li .despArea .ttl {
  font-family: "adobe-garamond-pro", serif;
  font-size: 24px;
  color: #B7A171;
}
.materialList li .despArea .subTtl {
  font-size: 15px;
}

.materialList3 {
  border: none;
  margin-bottom: 0;
}
.materialList3 li:last-child {
  margin-bottom: 0;
}

.treeBg {
  background-image: url("../images/plan/bg_landscape.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
}
.treeBg .conceptDetailBox3 .subTtl {
  color: #5A7752;
}

.landscapeList {
  margin-left: 12.5vw;
  margin-right: 12.5vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 4vw 6vw;
}
.landscapeList li {
  width: calc(50% - 3vw);
  background-color: #fff;
  border-radius: 6px;
  overflow: hidden;
  -webkit-box-shadow: 4px 16px 16px rgba(112, 124, 96, 0.4);
          box-shadow: 4px 16px 16px rgba(112, 124, 96, 0.4);
}
.landscapeList li .captionImg {
  padding-right: 20px;
}
.landscapeList li .despArea {
  padding: 0px 40px 30px 40px;
}
.landscapeList li .despArea .ttl {
  font-size: 21px;
  color: #B7A171;
  margin-bottom: 10px;
  font-weight: 500;
}
.landscapeList li .despArea .desp {
  font-size: 15px;
  margin-bottom: 20px;
  line-height: 2;
}
.landscapeList li .despArea .subDesp {
  font-size: 12px;
}

#planDetail8 {
  padding-top: 0;
}
#planDetail8 .fullImgBox .ttl {
  color: #DDC288;
}

.planningDetailBox {
  text-align: center;
}
.planningDetailBox .logo {
  margin-bottom: 30px;
}
.planningDetailBox .logo img {
  width: 512px;
  max-width: 80%;
}
.planningDetailBox .ttl {
  font-size: 38px;
  font-weight: 500;
  margin-bottom: 40px;
}
.planningDetailBox2 .styleTtl {
  color: #B7A171;
  font-family: "adobe-garamond-pro", serif;
  font-size: 27px;
}
.planningDetailBox2 .imgArea {
  position: relative;
  margin-bottom: 80px;
}
.planningDetailBox2 .imgArea .overArea {
  position: absolute;
  z-index: 2;
  color: #B7A171;
  left: 0;
  top: 0;
  background-color: rgba(255, 255, 255, 0.9);
  padding: 20px 40px 30px 0;
}
.planningDetailBox2 .imgArea .overArea .ttl {
  font-family: "adobe-garamond-pro", serif;
  font-size: 48px;
  line-height: 1;
}
.planningDetailBox2 .imgArea .imgAreaOrange {
  background-color: rgba(249, 247, 243, 0.9);
}
.planningDetailBox2 .imgArea .img img {
  border-radius: 0 6px 6px 6px;
  overflow: hidden;
}
.planningDetailBox2 .ttlArea {
  text-align: center;
}
.planningDetailBox2 .ttlArea .ttl {
  font-size: 38px;
  font-weight: 500;
  margin-bottom: 40px;
  color: #B7A171;
}
.planningDetailBox2 .ttlArea .desp {
  text-align: left;
  font-size: 16px;
  display: inline-block;
  margin-bottom: 80px;
}
.planningDetailBox2 .ttlArea .maxDesp {
  width: 780px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  text-align: justify;
}

.libraryList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 30px;
  text-align: left;
}
.libraryList li {
  width: calc(33.33% - 15px);
}
.libraryList li .img {
  margin-bottom: 15px;
}
.libraryList li .img img {
  border-radius: 6px;
  overflow: hidden;
}
.libraryList li .subTtl {
  font-size: 20px;
  color: #B7A171;
  font-family: "adobe-garamond-pro", serif;
}
.libraryList li .ttl {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.6;
  margin-bottom: 10px;
}
.libraryList li .desp {
  line-height: 1.6;
  font-size: 15px;
  text-align: justify;
}

.stageList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 60px 30px;
  text-align: left;
}
.stageList li {
  width: calc(50% - 15px);
}
.stageList li.col4 {
  padding-top: 3vw;
}
.stageList li .captionImg {
  padding-top: 15px;
}
.stageList li .img {
  margin-bottom: 0px;
}
.stageList li .img img {
  border-radius: 6px;
  overflow: hidden;
}
.stageList li .subTtl {
  padding-top: 20px;
  font-size: 20px;
  color: #B7A171;
  font-family: "adobe-garamond-pro", serif;
}
.stageList li .ttl {
  font-size: 19px;
  font-weight: 600;
  line-height: 1.6;
}
.stageList li .ttl2 {
  padding-top: 20px;
}
.stageList li .desp {
  padding-top: 10px;
  line-height: 1.6;
  font-size: 15px;
  text-align: justify;
}

.japanBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 80px;
}
.japanBox .left {
  width: 31%;
  padding-top: 60px;
}
.japanBox .right {
  width: 69%;
  padding-left: 7%;
}
.japanBox .right .imgBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px 20px;
  margin-bottom: 30px;
}
.japanBox .right .ttl {
  color: #B7A171;
  font-size: 18px;
  font-family: "adobe-garamond-pro", serif;
}
.japanBox .right .ttl2 {
  font-size: 20px;
  margin-bottom: 10px;
}
.japanBox .right .desp {
  font-size: 15px;
}

.libraryList2 li {
  width: calc(50% - 15px);
}
.libraryList2 li .img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 10px;
}
.libraryList2 li .img .img1 {
  width: 65.3%;
}
.libraryList2 li .img .img2 {
  width: 32.65%;
}

.readBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 6%;
}
.readBox img {
  border-radius: 6px;
  overflow: hidden;
}
.readBox .left {
  width: 31%;
  padding-top: 6%;
}
.readBox .right {
  width: 63%;
}
.readBox .right .img {
  margin-bottom: 80px;
}
.readBox .right .img2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 20px;
}
.readBox .right .subTtl {
  font-size: 18px;
  color: #B7A171;
  font-family: "adobe-garamond-pro", serif;
  margin-bottom: 0px;
}
.readBox .right .ttl {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
}
.readBox .right .desp {
  font-size: 15px;
  line-height: 1.8;
  text-align: justify;
}

#equipmentDetail2 {
  padding-bottom: 0;
}

#equipmentDetail4 {
  padding-bottom: 0;
}

.equipmentDetailBox1 {
  text-align: center;
}
.equipmentDetailBox1 .ttl {
  font-size: 56px;
  color: #B7A171;
  font-family: "adobe-garamond-pro", serif;
  margin-bottom: 0px;
}
.equipmentDetailBox1 .subTtl {
  font-size: 38px;
  color: #B7A171;
  margin-bottom: 30px;
}
.equipmentDetailBox1 .desp {
  font-size: 16px;
}

.equipmentDetailBox2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 7vw;
  gap: 0 8vw;
}
.equipmentDetailBox2 .left {
  width: 34vw;
}
.equipmentDetailBox2 .left .ttl {
  font-size: 56px;
  color: #B7A171;
  font-family: "adobe-garamond-pro", serif;
  margin-bottom: 0px;
}
.equipmentDetailBox2 .left .subTtl {
  font-size: 38px;
  color: #B7A171;
  margin-bottom: 40px;
  font-weight: 600;
}
.equipmentDetailBox2 .left .desp {
  font-size: 16px;
}
.equipmentDetailBox2 .right {
  width: 51vw;
}

.equipmentDetailBox3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  padding-right: 7vw;
  gap: 0 8vw;
}
.equipmentDetailBox3 .right {
  width: 55vw;
}
.equipmentDetailBox3 .right .ttl {
  font-size: 56px;
  color: #B7A171;
  font-family: "adobe-garamond-pro", serif;
  margin-bottom: 0px;
  line-height: 1.2;
  margin-bottom: 30px;
}
.equipmentDetailBox3 .right .subTtl {
  font-size: 38px;
  color: #B7A171;
  margin-bottom: 40px;
  font-weight: 600;
}
.equipmentDetailBox3 .right .desp {
  font-size: 16px;
}
.equipmentDetailBox3 .left {
  width: 34vw;
}

.equipmentList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8vw 6vw;
}
.equipmentList li {
  width: calc(50% - 3vw);
}
.equipmentList li .img {
  margin-bottom: 0;
}
.equipmentList li .ttlArea {
  border-left: 4px solid #B7A171;
  padding-left: 15px;
  color: #B7A171;
  margin-bottom: 20px;
  line-height: 1.4;
}
.equipmentList li .ttlArea .ttl {
  font-size: 24px;
  color: #B7A171;
  font-family: "adobe-garamond-pro", serif;
}
.equipmentList li .ttlArea .subTtl {
  font-size: 18px;
  font-weight: 600;
}
.equipmentList li .desp {
  font-size: 16px;
  line-height: 2;
}

.equipmentDetailBox4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 8%;
  margin-bottom: 8vw;
}
.equipmentDetailBox4 .left {
  width: 44%;
  padding-top: 4vw;
}
.equipmentDetailBox4 .left .ttl {
  font-size: 56px;
  color: #B7A171;
  font-family: "adobe-garamond-pro", serif;
}
.equipmentDetailBox4 .left .subTtl {
  font-size: 38px;
  color: #B7A171;
  margin-bottom: 30px;
}
.equipmentDetailBox4 .left .desp {
  font-size: 16px;
  line-height: 2;
}
.equipmentDetailBox4 .right {
  width: 48%;
}

.equipmentDetailBox5 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  gap: 0 8%;
}
.equipmentDetailBox5 .left {
  width: 54%;
}
.equipmentDetailBox5 .right {
  width: 38%;
  padding-top: 6vw;
}
.equipmentDetailBox5 .right .ttl {
  font-size: 56px;
  color: #B7A171;
  font-family: "adobe-garamond-pro", serif;
}
.equipmentDetailBox5 .right .subTtl {
  font-size: 38px;
  color: #B7A171;
  margin-bottom: 30px;
}
.equipmentDetailBox5 .right .desp {
  font-size: 16px;
  line-height: 2;
}

.equipmentDetailTtl {
  font-size: 40px;
  color: #B7A171;
  font-family: "adobe-garamond-pro", serif;
  margin-bottom: 20px;
}

.equipmentDetailList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 50px 30px;
  margin-bottom: 70px;
  padding-bottom: 80px;
  border-bottom: 1px solid #D5D5D5;
}
.equipmentDetailList li {
  width: calc(33.33% - 20px);
}
.equipmentDetailList li .img {
  margin-bottom: 20px;
  position: relative;
}
.equipmentDetailList li .img img {
  border-radius: 6px;
  overflow: hidden;
}
.equipmentDetailList li .img .whiteCaption {
  position: absolute;
  z-index: 2;
  right: 10px;
  bottom: 10px;
  color: #fff;
  z-index: 2;
}
.equipmentDetailList li .blackCaption {
  margin-top: -30px;
  padding-right: 10px;
}
.equipmentDetailList li .ttl {
  border-left: 4px solid #B7A785;
  padding-left: 10px;
  margin-bottom: 10px;
  font-weight: 600;
}
.equipmentDetailList li .desp {
  font-size: 14px;
  line-height: 2;
}
.equipmentDetailList.last {
  border: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

.equipmentDetailBox6 {
  text-align: center;
}
.equipmentDetailBox6 .ttl {
  font-size: 56px;
  color: #B7A171;
  font-family: "adobe-garamond-pro", serif;
  margin-bottom: 10px;
}
.equipmentDetailBox6 .ttl2 {
  font-size: 27px;
  font-family: "adobe-garamond-pro", serif;
  margin-bottom: 5px;
}
.equipmentDetailBox6 .subTtl {
  font-size: 38px;
  color: #B7A171;
  font-weight: 600;
  margin-bottom: 30px;
}

.water {
  background-color: #F0F8FC;
}

.equipmentDetailBox7 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 8%;
  margin-bottom: 8vw;
}
.equipmentDetailBox7 .left {
  width: 46%;
}
.equipmentDetailBox7 .left .ttl {
  font-size: 56px;
  color: #B7A171;
  font-family: "adobe-garamond-pro", serif;
  line-height: 1.2;
}
.equipmentDetailBox7 .left .subTtl {
  font-size: 38px;
  color: #B7A171;
  margin-bottom: 30px;
}
.equipmentDetailBox7 .left .desp {
  font-size: 16px;
  line-height: 2;
}
.equipmentDetailBox7 .right {
  width: 46%;
  padding-top: 4vw;
}

.equipmentDetailBox8 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  gap: 0 8%;
}
.equipmentDetailBox8 .left {
  width: 54%;
  padding-top: 2vw;
}
.equipmentDetailBox8 .right {
  width: 38%;
}
.equipmentDetailBox8 .right .ttl {
  font-size: 56px;
  color: #B7A171;
  font-family: "adobe-garamond-pro", serif;
}
.equipmentDetailBox8 .right .subTtl {
  font-size: 36px;
  color: #B7A171;
  margin-bottom: 30px;
}
.equipmentDetailBox8 .right .desp {
  font-size: 16px;
  line-height: 2;
}

.equipmentDetailBox9 {
  text-align: center;
  margin-bottom: 60px;
}
.equipmentDetailBox9 .ttl {
  font-size: 27px;
  color: #B7A171;
  font-family: "adobe-garamond-pro", serif;
}
.equipmentDetailBox9 .subTtl {
  font-size: 38px;
  margin-bottom: 30px;
  color: #B7A171;
}
.equipmentDetailBox9 .desp {
  font-size: 16px;
}

.smartList {
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 30px;
}
.smartList li {
  width: calc(33.33% - 20px);
}
.smartList li .img {
  margin-bottom: 10px;
}
.smartList li .captionImg {
  margin-top: -20px;
}
.smartList li .ttl {
  font-size: 18px;
  color: #B7A171;
}
.smartList li .subTtl {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
  line-height: 1.6;
}
.smartList li .desp {
  font-size: 15px;
  line-height: 1.6;
}

.woodBox {
  margin-top: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 6px;
  overflow: hidden;
}
.woodBox .left {
  width: 50%;
  background-color: #B7A171;
  padding: 30px;
}
.woodBox .right {
  width: 50%;
  background-color: #fff;
  padding: 30px;
}
.woodBox .right .ttl {
  font-size: 18px;
  font-weight: 600;
  color: #B7A171;
  margin-bottom: 10px;
}
.woodBox .right .desp {
  font-size: 15px;
  margin-bottom: 30px;
  color: #000;
  line-height: 1.8;
}

.goldList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 30px;
  margin-bottom: 40px;
}
.goldList li {
  width: calc(33.33% - 20px);
  background-color: #EEE8DC;
  position: relative;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.goldList li.big {
  border: 4px solid #AC8F52;
  background-color: #fff;
}
.goldList li.big .desp2 {
  position: absolute;
  text-align: center;
  bottom: 0;
  left: 0;
  width: 100%;
  color: #fff;
  padding: 5px 0;
  background-image: url("../images/equipment/bg_gold.png");
  background-size: cover;
  background-repeat: repeat;
  background-position: center center;
}
.goldList li .ttl {
  background-image: url("../images/equipment/bg_gold.png");
  background-size: cover;
  background-repeat: repeat;
  background-position: center center;
  text-align: center;
}
.goldList li .ttl span {
  color: #fff;
  font-size: 28px;
  padding: 10px 20px;
  display: inline-block;
  background-image: url("../images/equipment/ico_gold.png");
  background-size: 40px auto;
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 50px;
}
.goldList li .desp {
  padding: 20px;
  font-size: 15px;
  text-align: justify;
  line-height: 1.8;
}

.equipmentAttention {
  font-size: 12px;
}

/*
.locationDetailBox1{
	display: flex;
	gap: 0 9vw;

	.despArea{
		width: 50%;

		.ttl{
			font-size: 56px;
			color: #B7A171;
			font-family: "adobe-garamond-pro", serif;
		}
		.subTtl{
			font: 38px;
			font-weight: 600;
		}
		.desp{
			font-size: 16px;
		}
	}
	.imgArea{
		width: 50%;
	}
}
*/
.rev {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.locationDetailBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 9%;
}
.locationDetailBox .despArea {
  width: 48%;
}
.locationDetailBox .despArea .ttl {
  font-size: 56px;
  color: #B7A171;
  font-family: "adobe-garamond-pro", serif;
}
.locationDetailBox .despArea .subTtl {
  color: #B7A171;
  font-size: 38px;
  margin-bottom: 30px;
}
.locationDetailBox .despArea .desp {
  font-size: 16px;
  line-height: 2;
  text-align: justify;
}
.locationDetailBox .imgArea {
  width: 43%;
}

.locationDetailBox1 .imgArea {
  padding-top: 3vw;
}

.locationDetailBox2 {
  margin-left: -10vw;
}
.locationDetailBox2 .despArea {
  padding-top: 4vw;
}

.locationDetailBox3 .imgArea,
.locationDetailBox4 .imgArea {
  padding-top: 2vw;
}

.locationSlider .locationCaption {
  opacity: 0;
}
.locationSlider .swiper-slide-active .locationCaption {
  opacity: 1;
}
.locationSlider .swiper-button-prev,
.locationSlider .swiper-button-next {
  bottom: initial;
  top: 12vw;
  background-size: 18px auto;
  background-color: #fff;
}
.locationSlider .swiper-button-prev {
  left: 0;
  background-image: url("../images/location/arr_location_left.png");
  background-position: left 13px center;
}
.locationSlider .swiper-button-next {
  right: 0;
  background-image: url("../images/location/arr_location_right.png");
  background-position: right 13px center;
}
.locationCaption {
  padding-top: 15px;
  line-height: 1.6;
}
.locationCaption .ttl {
  color: #B7A171;
  font-size: 20px;
  font-weight: 600;
}
.locationCaption .desp {
  font-size: 15px;
  line-height: 1.6;
}
.locationCaption .desp span.mini {
  font-size: 11px;
}

#locationDetail2 {
  padding-bottom: 0;
}

#locationDetail3 {
  padding-bottom: 0;
}

#locationDetail4 {
  padding-bottom: 0;
}

.locationDetailBox5 {
  text-align: center;
  /*
  	.mapImg{
  		width: 740px;
  		max-width: 100%;
  		margin-left: auto;
  		margin-right: auto;

  		margin-bottom: 30px;

  		img{
  			border: 2px solid #B9A374;
  		}
  	}
  */
}
.locationDetailBox5 .ttl {
  color: #B7A171;
  font-size: 38px;
  margin-bottom: 30px;
}
.locationDetailBox5 .desp {
  margin-bottom: 60px;
}
.locationDetailBox5 .mapDownload {
  margin-bottom: 60px;
  text-align: left;
  width: 740px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.locationDetailBox5 .mapDownload a {
  background-image: url("../images/location/ico_download.png");
  background-size: 28px auto;
  background-repeat: no-repeat;
  background-position: right center;
  padding-right: 45px;
  display: inline-block;
}
.locationDetailBox5 .mapDownload a span {
  text-decoration: underline;
}
.locationDetailBox5 .mapLink {
  max-width: 100%;
}
.locationDetailBox5 .mapLink a {
  background-color: #B7A171;
  color: #fff !important;
  padding: 15px 0;
  border-radius: 100px;
  width: 380px;
  max-width: 90%;
  display: inline-block;
  -webkit-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.locationDetailBox5 .mapLink a span {
  font-size: 21px;
  color: #fff !important;
  font-family: "adobe-garamond-pro", serif;
  background-image: url("../images/location/ico_map.png");
  background-size: 20px auto;
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 30px;
  display: inline-block;
}
.locationDetailBox5 .mapLink a:hover {
  opacity: 0.6;
}

#locationDetail6 {
  position: relative;
  padding-left: 10vw;
  padding-right: 10vw;
}
#locationDetail6:before {
  content: "";
  display: block;
  width: 100%;
  height: 22vw;
  background-color: #F9F7F3;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  mix-blend-mode: multiply;
}
#locationDetail6 .lifeTtl {
  text-align: center;
  line-height: 1;
  color: #B7A171;
  font-size: 56px;
  margin-bottom: 30px;
  margin-bottom: 15vw;
}

.locationDetailBox6 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 60px;
  padding-bottom: 60px;
  border-bottom: 1px solid #ccc;
  gap: 0 5%;
}
.locationDetailBox6 .despArea {
  width: 55%;
}
.locationDetailBox6 .despArea .ttl {
  font-family: "adobe-garamond-pro", serif;
  font-size: 40px;
  color: #B7A171;
  line-height: 1.6;
}
.locationDetailBox6 .despArea .subTtl {
  font-size: 26px;
  margin-bottom: 20px;
}
.locationDetailBox6 .imgArea {
  width: 40%;
  padding-top: 1.3vw;
}
.locationDetailBox6.last {
  border: none;
  margin-bottom: 0;
}

.loactionAttetion {
  font-size: 12px;
}

.lifeList li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 15px;
  line-height: 1.4;
  gap: 0 30px;
  width: 100%;
  margin-bottom: 6px;
}
.lifeList li .col1 {
  width: calc(100% - 100px - 100px - 60px);
}
.lifeList li .col1Wide {
  width: calc(100% - 210px - 60px);
}
.lifeList li .col2 {
  width: 100px;
  text-align: right;
}
.lifeList li .col2Wide {
  width: 210px;
  text-align: right;
}
.lifeList li .col3 {
  width: 100px;
  text-align: right;
}
.lifeList li .small {
  font-size: 12px;
  letter-spacing: 0;
  margin-left: -0.5em;
}

.lifeListLong li .col1 {
  width: calc(100% - 120px - 140px - 60px);
}
.lifeListLong li .col2 {
  width: 120px;
  text-align: right;
}
.lifeListLong li .col3 {
  width: 140px;
}

.accessDetailBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 9%;
}
.accessDetailBox .despArea {
  width: 41%;
}
.accessDetailBox .despArea .ttl {
  font-size: 56px;
  color: #B7A171;
  font-family: "adobe-garamond-pro", serif;
}
.accessDetailBox .despArea .subTtl {
  color: #B7A171;
  font-size: 38px;
  margin-bottom: 30px;
}
.accessDetailBox .despArea .desp {
  font-size: 16px;
  line-height: 2;
  text-align: justify;
}
.accessDetailBox .imgArea {
  width: 50%;
  padding-top: 2vw;
}

.accessDetailBox1 {
  margin-right: -10vw;
}

.contentBoxMini {
  padding-left: 18vw;
  padding-right: 18vw;
}

#accessDetail1 {
  padding-bottom: 0;
}

#accessDetail2 {
  padding-bottom: 0;
}
#accessDetail2:before {
  content: "";
  display: block;
  width: 100%;
  height: 30vw;
  background-image: url("../images/common/bg_gray.png");
  background-size: 130px auto;
  background-repeat: repeat;
  background-position: center center;
  background-color: #fafafa;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}
#accessDetail2 .contentBoxMini {
  position: relative;
  z-index: 2;
}

.accessDetailBox2 .stationImg {
  margin-bottom: 80px;
}
.accessDetailBox2 .stationName {
  font-size: 28px;
  margin-bottom: 20px;
}
.accessDetailBox2 .stationImg2 {
  margin-bottom: 40px;
}
.accessDetailBox2 .accessAtention {
  font-size: 12px;
}
.accessDetailBox2 .stationImgLast {
  margin-bottom: 0;
}

.accessDetailBox3 {
  background-color: #F9F7F0;
  padding: 80px 40px 40px 40px;
  text-align: center;
}
.accessDetailBox3 .ttl {
  font-size: 56px;
  color: #B7A171;
  font-family: "adobe-garamond-pro", serif;
}
.accessDetailBox3 .subTtl {
  font-size: 38px;
  color: #B7A171;
  margin-bottom: 30px;
}
.accessDetailBox3 .desp {
  font-size: 16px;
  margin-bottom: 60px;
}

.accessDetailBox4 {
  margin-left: -10vw;
  padding-bottom: 8vw;
}
.accessDetailBox4 .despArea {
  padding-top: 2vw;
}

.accessDetailBox5 {
  margin-right: -10vw;
  padding-bottom: 8vw;
}
.accessDetailBox5 .despArea .subTtl {
  font-size: 36px;
}

.koagariBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 10vw;
  margin-bottom: 80px;
}
.koagariBox .left {
  padding-right: 60px;
  width: 50%;
}
.koagariBox .left .ttl1 {
  font-size: 24px;
  font-family: "adobe-garamond-pro", serif;
  color: #B7A171;
  line-height: 1.6;
}
.koagariBox .left .ttl2 {
  font-size: 44px;
  font-family: "adobe-garamond-pro", serif;
  color: #B7A171;
  margin-bottom: 30px;
}
.koagariBox .left .ttl3 {
  font-size: 28px;
  color: #B7A171;
  margin-bottom: 30px;
  font-weight: 500;
}
.koagariBox .left .desp {
  font-size: 16px;
  line-height: 2;
  margin-bottom: 40px;
}
.koagariBox .right {
  width: 50%;
}

.stageList2 {
  padding-bottom: 100px;
}

#pagetop {
  position: fixed;
  right: 10vw;
  bottom: 40px;
  z-index: 2;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
#pagetop.active {
  opacity: 1;
  visibility: visible;
}
#pagetop a {
  padding-right: 70px;
  font-weight: bold;
  font-family: "adobe-garamond-pro", serif;
  font-weight: 700;
  font-size: 17px;
  display: inline-block;
  padding-right: 74px;
  height: 64px;
  padding-top: 20px;
  background-image: url("../images/common/btn_pagetop.png");
  background-size: 64px auto;
  background-repeat: no-repeat;
  background-position: right center;
  -webkit-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
#pagetop a:hover {
  opacity: 0.8;
}

/* ------------------------------------------
smartphone
------------------------------------------ */
@media screen and (max-width: 719px) {
  .onlyPc {
    display: none;
  }
  .onlySp {
    display: block;
  }
  header {
    top: 40px;
    left: 40px;
  }
  header .logo a {
    display: block;
    width: 94px;
    height: 48px;
  }
  #button_container {
    right: 10px;
  }
  #sideNav {
    left: 0;
    right: 0;
    top: initial;
    bottom: 0;
    border-radius: 0 0 0 0;
    padding: 0;
    padding-top: 15px;
    width: 100%;
    height: 92px;
    -webkit-transform: translate(0, 100%);
        -ms-transform: translate(0, 100%);
            transform: translate(0, 100%);
  }
  #sideNav.active {
    -webkit-transform: translate(0, 100%);
        -ms-transform: translate(0, 100%);
            transform: translate(0, 100%);
  }
  #sideNav.showSp {
    -webkit-transform: translate(0, 0%);
        -ms-transform: translate(0, 0%);
            transform: translate(0, 0%);
  }
  #sideNav #sideNavList {
    margin-left: 20px;
    margin-right: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #sideNav #sideNavList li {
    width: 33.33%;
    margin-bottom: 0;
  }
  #sideNav #sideNavList li a {
    padding-top: 42px;
    background-size: 43px auto;
  }
  #sideNav #sideNavList li#doc a {
    background-size: 40px auto;
  }
  #sideNav #sideNavList li#calendar a {
    background-size: 46px auto;
  }
  #sideNav #sideNavList li#home a {
    background-size: 43px auto;
  }
  #mainVisual .scrollBtn {
    left: 30px;
    padding-left: 20px;
  }
  #lead .img {
    width: 78vw;
  }
  #opening .img {
    width: 78vw;
  }
  .contactBox .contactList {
    display: block;
    margin-left: 10vw;
    margin-right: 10vw;
  }
  .contactBox .contactList li {
    width: auto;
    margin-bottom: 20px;
    margin-bottom: 0;
    padding-bottom: 20px;
  }
  .contactBox .contactList li a {
    font-size: 21px;
  }
  .contactBox .contactList li.calendar span {
    background-position: left top -5px;
  }
  .sec {
    padding-top: 10vw;
  }
  .conceptBox {
    display: block;
  }
  .conceptBox .right {
    padding-left: 27.7vw;
    padding-right: 2.6vw;
    width: auto;
    margin-bottom: 10vw;
  }
  .conceptBox .right .rLeft {
    border-radius: 6px;
  }
  .conceptBox .right .moreBtn {
    display: none;
  }
  .conceptBox .left {
    padding-left: 10vw;
    width: auto;
  }
  .conceptBox .left .box {
    padding-left: 27.4vw;
  }
  .conceptBox .left .imgBox {
    padding-right: 2.6vw;
  }
  .mainTtl {
    font-size: 40px;
  }
  .mainDesp {
    font-size: 17px;
    line-height: 2;
  }
  .planBox {
    display: block;
  }
  .planBox .left {
    padding-left: 10vw;
    padding-right: 10vw;
    width: auto;
    padding-top: 0;
  }
  .planBox .right {
    width: auto;
    padding-left: 0;
    padding-right: 0;
  }
  .mainCopy {
    font-size: 21px;
  }
  .planBox2,
  .equipBox {
    display: block;
  }
  .planBox2 .left,
  .equipBox .left {
    padding: 0 10vw;
    width: auto;
  }
  .planBox2 .right,
  .equipBox .right {
    width: auto;
    padding: 0 24vw;
    padding-top: 10vw;
    margin-bottom: 20vw;
  }
  .equipBox .mainTtl {
    font-family: "adobe-garamond-pro", serif;
    font-weight: 400;
    font-size: 27px;
    color: #B7A171;
    margin-bottom: 2vw;
    position: relative;
    padding-left: 0.4vw;
  }
  .equipBox .mainTtl:before {
    content: "";
    display: block;
    height: 1px;
    width: 5.5vw;
    background-color: #AA8947;
    top: 22.5px;
    left: -10vw;
    position: absolute;
  }
  .equipBox .mainDesp {
    font-size: 21px;
    color: #B7A171;
  }
  .desp {
    font-size: 14px;
  }
  .fullImgBox {
    text-align: center;
  }
  .fullImgBox .ttl {
    font-size: 40px;
    line-height: 1.2;
    top: 47%;
    text-shadow: 0 4px 10px rgba(0, 0, 0, 0.8);
  }
  #model .fullImgBox .ttl {
    top: 27%;
    top: 42%;
  }
  .mainTtlMini {
    font-size: 27px;
  }
  .mainTtlMini:before {
    left: -10vw;
  }
  .secPb {
    padding-bottom: 14vw;
  }
  .accessBox .right {
    padding-left: 18vw;
    padding-right: 18vw;
    margin-bottom: 13vw;
  }
  .locationBox {
    display: block;
  }
  .locationBox .left {
    width: auto;
    padding-left: 18vw;
    padding-right: 18vw;
    margin-bottom: 13vw;
  }
  .locationBox .right {
    width: auto;
    padding-left: 10vw;
    padding-right: 10vw;
  }
  #access2 {
    padding-bottom: 7vw;
  }
  #access3 .bgNaname {
    top: 13vw;
  }
  a.moreBtn {
    margin-top: 15vw;
  }
  .centerTtl {
    font-size: 40px;
    margin-bottom: 10vw;
  }
  .sec {
    padding-top: 15vw;
  }
  .contentsListBox {
    margin-left: 10vw;
    margin-right: 10vw;
    width: auto;
  }
  .contentsList {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .contentsList li {
    width: 50%;
  }
  .contentsList li a .ttl {
    font-size: 18px;
    top: 50%;
  }
  .contentsList li a .ttl:after {
    display: none;
  }
  .contentsList li.last {
    width: 100%;
  }
  #request {
    padding-bottom: 0;
  }
  #request .overBox {
    width: 80vw;
  }
  #request .contactBox .contactList {
    margin-left: 0;
    margin-right: 0;
  }
  #request .contactBox .contactList li:last-child {
    margin-bottom: 0;
  }
  .centerDesp {
    font-size: 15px;
    margin-bottom: 20px;
  }
  #property .centerTtl {
    margin-bottom: 5vw;
  }
  #property .centerDesp {
    font-size: 18px;
  }
  .descriptionBox {
    width: auto;
    margin-left: 5vw;
    margin-right: 5vw;
    border: none;
  }
  .descriptionBox .logo {
    padding: 30px 0 25px 0;
  }
  .descriptionBox .logo img {
    width: 42vw;
  }
  .descriptionBox .name {
    font-size: 15px;
    margin-bottom: 25px;
  }
  .descriptionBox .copy {
    font-size: 13px;
    padding: 10px 0;
    margin-bottom: 25px;
  }
  .descriptionBox .descriptionBox2 {
    padding: 25px 10px;
  }
  .descriptionBox .descriptionBox3 {
    display: block;
    font-size: 13px;
  }
  .descriptionBox .descriptionBox3 .left {
    width: auto;
  }
  .descriptionBox .descriptionBox3 .right {
    width: auto;
  }
  .descriptionBox .descriptionBox3 .telBox {
    text-align: center;
  }
  .descriptionBox .descriptionBox3 .telBox .ttl {
    font-size: 15px;
  }
  .descriptionBox .descriptionBox3 .telBox .telBox2 .free {
    position: relative;
    top: -10px;
  }
  .descriptionList {
    margin-bottom: 25px;
  }
  .descriptionList li:before {
    top: 6.5px;
  }
  .descriptionList2 {
    margin: 0 10px;
  }
  .descriptionList2 li {
    display: block;
  }
  .descriptionList2 li .ttl {
    width: 72px;
    padding: 2px 0;
    margin-bottom: 10px;
  }
  .descriptionList2 li .desp {
    font-size: 12px;
    letter-spacing: 0;
  }
  .ftList {
    display: block;
  }
  .ftList > li {
    width: auto;
    margin-bottom: 30px;
  }
  .ftList > li .logo img {
    width: 140px;
  }
  .ftUp {
    padding-top: 15vw;
    padding-left: 10vw;
    padding-right: 10vw;
  }
  .ftUp .ftUpBox .splash1,
  .ftUp .ftUpBox .splash2 {
    display: none;
  }
  .ftDown {
    display: block;
    padding-left: 10vw;
    padding-right: 10vw;
  }
  .ftDown > div {
    width: auto;
  }
  .ftDown .tel {
    display: none;
  }
  .ftDown .urlBox {
    display: none;
  }
  #plan {
    height: 97vh;
  }
  #plan .planBox .right {
    padding-left: 10vw;
    padding-right: 41vw;
    position: relative;
  }
  #planning {
    height: 80vh;
  }
  #planning .planBox .right {
    padding-left: 10vw;
    padding-right: 41vw;
    position: relative;
  }
  .grayBg {
    height: 20vw;
  }
  #model2 {
    padding-top: 10vw;
  }
  #equip {
    padding-top: 10vw;
  }
  #plan2 {
    padding-bottom: 15vw;
  }
  #model {
    padding-top: 0;
    padding-bottom: 0;
  }
  #access {
    padding-top: 0;
    padding-bottom: 0;
  }
  .accessBox .right {
    padding-top: 0;
  }
  .ftDown {
    padding-bottom: 100px;
  }
  .ftDown .copyright {
    text-align: center;
  }
  /* modelhouse */
  /* ============================================ */
  #pageVisual .overArea .ttl {
    font-size: 40px;
  }
  #pageVisual .overArea .subTtl {
    font-size: 20px;
  }
  #pageVisual .img img {
    width: calc(100vw - 20px);
    height: calc(100vh - 20px);
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center center;
       object-position: center center;
  }
  .modelDetailBox .ttl {
    font-size: 23px;
    margin-bottom: 20px;
  }
  .modelDetailBox .desp {
    padding: 0 10vw;
  }
  .modelDetailBoxWide .desp {
    padding: 0;
  }
  #modelDetail2,
  #modelDetail3 {
    padding-top: 10vw;
  }
  #modelDetail2:before,
  #modelDetail3:before {
    height: 52vw;
  }
  .contentArea {
    padding: 0 10vw;
  }
  .modelSliderBox .ttl {
    font-size: 30px;
  }
  #model2,
  #model3 {
    padding-top: 10vw;
  }
  #model2:before,
  #model3:before {
    height: 50vw;
  }
  .swiper-button-prev,
  .swiper-button-next {
    width: 30px;
    height: 30px;
    background-size: 8px auto;
    bottom: 5px;
  }
  #requestDetail .contactBoxTel {
    width: 300px;
  }
  .secPb2 {
    padding-bottom: 22vw;
  }
  /* concept */
  /* ============================================ */
  .conceptDetailBox {
    display: block;
  }
  .conceptDetailBox .left {
    margin-left: 5vw;
    margin-right: 27.7vw;
    margin-bottom: 10vw;
    width: auto;
  }
  .conceptDetailBox .left .rRight {
    border-radius: 6px;
  }
  .conceptDetailBox .right {
    font-size: 20px;
    margin-left: 7vw;
    margin-right: 7vw;
    margin-bottom: 10vw;
    width: auto;
    padding-left: 0;
  }
  .conceptDetailBox2 {
    display: block;
  }
  .conceptDetailBox2 .left {
    font-size: 14px;
    width: auto;
    text-align: justify;
    line-height: 1.8;
  }
  .conceptDetailBox2 .left p {
    margin-bottom: 15px;
  }
  .conceptDetailBox2 .right {
    width: auto;
  }
  #concept2 {
    padding-top: 0;
  }
  .profileList {
    padding: 30px 0;
    margin-bottom: 80px;
  }
  .profileList li {
    display: block;
    width: auto;
    border-bottom: 1px dotted #B7A171;
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
  .profileList li:last-child {
    padding-bottom: 0;
    border: none;
    margin-bottom: 0;
  }
  .profileList li .desp {
    line-height: 1.6;
  }
  .profileList li .jobDesp {
    font-size: 13px;
  }
  .groupBox {
    display: block;
  }
  .groupBox .left {
    width: auto;
    padding-left: 0;
    padding-right: 0;
    border: none;
    margin-bottom: 30px;
  }
  .groupBox .left img {
    width: 50%;
  }
  .groupBox .right {
    width: auto;
    padding-left: 0;
    padding-right: 0;
    border: none;
    text-align: justify;
  }
  .groupBox .right .desp {
    font-size: 14px;
  }
  .conceptDetailBox3 {
    margin-bottom: 80px;
  }
  .conceptDetailBox3 .ttl {
    font-size: 40px;
  }
  .conceptDetailBox3 .subTtl {
    font-size: 24px;
  }
  .conceptDetailBox3 .desp {
    text-align: left;
    font-size: 14px;
    text-align: justify;
  }
  .qualityList li {
    display: block;
    margin-bottom: 60px;
  }
  .qualityList li .despArea {
    width: auto;
    margin-bottom: 20px;
  }
  .qualityList li .despArea .ttlArea .no {
    font-size: 26px;
    margin-right: 0;
  }
  .qualityList li .despArea .ttlArea .number {
    font-size: 70px;
    margin-right: 10px;
  }
  .qualityList li .despArea .ttlArea .subTtl {
    font-size: 16px;
  }
  .qualityList li .despArea .colorBox {
    padding: 30px;
  }
  .qualityList li .despArea .colorBox .ttl {
    font-size: 19px;
  }
  .qualityList li .despArea .colorBox .desp {
    font-size: 14px;
    line-height: 1.8;
  }
  .qualityList li .img {
    width: auto;
    padding-right: 15vw;
  }
  .contractBox {
    padding: 20px;
  }
  .contractBox .whiteBox {
    padding: 40px 20px 30px 20px;
    display: block;
  }
  .contractBox .whiteBox .left {
    width: auto;
    text-align: center;
    margin-bottom: 20px;
  }
  .contractBox .whiteBox .left img {
    width: 60%;
  }
  .contractBox .whiteBox .right {
    width: auto;
  }
  .contractBox .whiteBox .right .ttl {
    font-size: 25px;
  }
  .contractBox .whiteBox .right .desp {
    line-height: 1.8;
    font-size: 14px;
  }
  /* plan */
  /* ============================================ */
  .planDetailBox {
    display: block;
  }
  .planDetailBox .left {
    width: auto;
    padding-left: 7vw;
    padding-right: 7vw;
  }
  .planDetailBox .left .ttl {
    font-size: 30px;
  }
  .planDetailBox .left .subTtl {
    font-size: 28px;
    font-weight: 600;
  }
  .planDetailBox .left .desp {
    font-size: 15px;
    text-align: justify;
    line-height: 2;
  }
  .planDetailBox .right {
    width: auto;
    padding-left: 20vw;
  }
  .contentBox {
    padding-left: 7vw;
    padding-right: 7vw;
  }
  .planDetailBox2 {
    display: block;
  }
  .planDetailBox2 .right {
    width: auto;
    padding-left: 7vw;
    padding-right: 7vw;
  }
  .planDetailBox2 .right .ttl {
    font-size: 30px;
  }
  .planDetailBox2 .right .subTtl {
    font-size: 26px;
    font-weight: 600;
  }
  .planDetailBox2 .right .desp {
    font-size: 15px;
    text-align: justify;
  }
  .planDetailBox2 .left {
    display: none;
    width: auto;
    padding-right: 30vw;
    padding-top: 15vw;
  }
  .modelDetailBox .ttlMini {
    font-size: 20px;
  }
  .modelDetailBox .despWide {
    padding: 0;
    text-align: justify;
    line-height: 2;
  }
  .styleList {
    display: block;
    padding-top: 60px;
  }
  .styleList li {
    width: auto;
    margin-bottom: 50px;
  }
  .styleList li:last-child {
    margin-bottom: 10px;
  }
  .styleList li .headBox {
    border-left: 2px solid #B7A171;
    padding-left: 13px;
  }
  .styleList li .headBox .ttl {
    font-size: 24px;
  }
  .styleList li .headBox .subTtl {
    font-size: 18px;
  }
  .styleList li .desp {
    font-size: 14px;
    line-height: 2;
    text-align: justify;
  }
  .planDetailBox3 {
    display: block;
    padding-bottom: 40px;
  }
  .planDetailBox3 .left {
    width: auto;
    padding-right: 15vw;
    margin-bottom: 40px;
  }
  .planDetailBox3 .right {
    width: auto;
    padding-left: 0;
  }
  .planDetailBox3 .right .ttl {
    font-size: 24px;
    margin-bottom: 20px;
  }
  .planDetailBox3 .right .desp {
    font-size: 15px;
    text-align: justify;
  }
  .communityList {
    margin-right: 7vw;
  }
  .communityList li {
    display: block;
    margin-bottom: 60px;
  }
  .communityList li .img {
    width: auto;
    margin-bottom: 30px;
  }
  .communityList li .despArea {
    width: auto;
  }
  .communityList li .despArea .ttl {
    font-size: 36px;
    line-height: 1.4;
  }
  .communityList li .despArea .subTtl {
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 20px;
  }
  .communityList li .despArea .desp {
    font-size: 15px;
    line-height: 2;
  }
  .materialList {
    margin-left: 7vw;
    margin-right: 7vw;
    margin-bottom: 40px;
    display: block;
  }
  .materialList li {
    width: auto;
    margin-bottom: 40px;
  }
  .conceptDetailBox3Mini {
    margin-bottom: 50px;
  }
  .conceptDetailBox3Mini .ttl {
    line-height: 1.4;
  }
  .conceptDetailBox3Mini .subTtl {
    font-size: 20px;
  }
  .landscapeList {
    margin-left: 7vw;
    margin-right: 7vw;
    display: block;
  }
  .landscapeList li {
    width: auto;
    margin-bottom: 40px;
  }
  .landscapeList li .despArea {
    padding: 30px 20px;
  }
  .landscapeList li .despArea .desp {
    text-align: justify;
  }
  .planDetailBox3 .right .desp {
    line-height: 2;
  }
  .planningDetailBox .logo {
    margin-bottom: 20px;
  }
  .planningDetailBox .ttl {
    font-size: 24px;
  }
  .planningDetailBox .desp {
    margin-left: 7vw;
    margin-right: 7vw;
    text-align: justify;
    line-height: 2;
  }
  .planningDetailBox2 .styleTtl {
    font-size: 22px;
    margin-bottom: 10px;
  }
  .planningDetailBox2 .imgArea {
    margin-bottom: 40px;
  }
  .planningDetailBox2 .imgArea .overArea {
    position: relative;
    padding: 0;
    margin-bottom: 20px;
    background-color: transparent;
  }
  .planningDetailBox2 .imgArea .overArea .ttl {
    font-size: 30px;
    margin-bottom: 10px;
  }
  .planningDetailBox2 .imgArea .overArea .desp {
    line-height: 1.8;
    text-align: justify;
  }
  .planningDetailBox2 .imgArea .img img {
    border-radius: 6px;
  }
  .planningDetailBox2 .ttlArea .ttl {
    font-size: 24px;
    margin-bottom: 20px;
  }
  .planningDetailBox2 .ttlArea .ttlMini {
    font-size: 18px;
  }
  .planningDetailBox2 .ttlArea .desp {
    margin-bottom: 40px;
    text-align: justify;
    font-size: 15px;
    display: block;
    line-height: 2;
  }
  .libraryList {
    display: block;
  }
  .libraryList li {
    width: auto;
    margin-bottom: 40px;
  }
  .libraryList li:last-child {
    margin-bottom: 0;
  }
  .libraryList li .desp {
    line-height: 1.8;
  }
  .libraryList li .ttl {
    font-size: 19px;
  }
  .readBox {
    display: block;
  }
  .readBox .left {
    width: auto;
    padding-right: 20vw;
    margin-bottom: 20px;
    padding-top: 0;
  }
  .readBox .right {
    width: auto;
  }
  .readBox .right .ttl {
    font-size: 19px;
  }
  .readBox .right .img {
    margin-bottom: 30px;
  }
  /* eauipment */
  /* ============================================ */
  .equipmentDetailBox1 .ttl {
    font-size: 40px;
  }
  .equipmentDetailBox1 .subTtl {
    font-size: 28px;
    font-weight: 600;
  }
  .equipmentDetailBox1 .desp {
    font-size: 15px;
    text-align: left;
    line-height: 2;
  }
  .equipmentDetailBox2 {
    display: block;
    padding-left: 7vw;
    padding-right: 7vw;
  }
  .equipmentDetailBox2 .left {
    width: auto;
  }
  .equipmentDetailBox2 .left .ttl {
    font-size: 40px;
  }
  .equipmentDetailBox2 .left .subTtl {
    font-size: 28px;
  }
  .equipmentDetailBox2 .left .desp {
    line-height: 2;
    text-align: justify;
  }
  .equipmentDetailBox2 .right {
    width: auto;
    margin-right: -7vw;
    padding-left: 20vw;
    padding-top: 15vw;
  }
  .equipmentDetailBox3 {
    display: block;
    padding-left: 7vw;
    padding-right: 7vw;
  }
  .equipmentDetailBox3 .right {
    width: auto;
  }
  .equipmentDetailBox3 .right .ttl {
    font-size: 40px;
  }
  .equipmentDetailBox3 .right .subTtl {
    font-size: 24px;
  }
  .equipmentDetailBox3 .right .desp {
    line-height: 2;
    text-align: justify;
  }
  .equipmentDetailBox3 .left {
    width: auto;
    margin-left: -7vw;
    padding-right: 30vw;
    padding-top: 15vw;
  }
  .equipmentList li {
    width: auto;
    margin-bottom: 30px;
  }
  .equipmentList li .desp {
    font-size: 14px;
    text-align: justify;
    line-height: 1.8;
  }
  .equipmentDetailBox4 {
    display: block;
  }
  .equipmentDetailBox4 .left {
    width: auto;
  }
  .equipmentDetailBox4 .left .ttl {
    font-size: 40px;
  }
  .equipmentDetailBox4 .left .subTtl {
    font-size: 24px;
  }
  .equipmentDetailBox4 .left .desp {
    line-height: 2;
    text-align: justify;
  }
  .equipmentDetailBox4 .right {
    width: auto;
    padding-top: 10vw;
  }
  .equipmentDetailBox5 {
    display: block;
  }
  .equipmentDetailBox5 .left {
    display: none;
  }
  .equipmentDetailBox5 .right {
    width: auto;
  }
  .equipmentDetailBox5 .right .ttl {
    font-size: 40px;
  }
  .equipmentDetailBox5 .right .subTtl {
    font-size: 24px;
  }
  .equipmentDetailBox5 .right .desp {
    line-height: 2;
    text-align: justify;
  }
  .equipmentDetailTtl {
    font-size: 30px;
  }
  .equipmentDetailList {
    display: block;
    padding-bottom: 0;
    margin-bottom: 40px;
  }
  .equipmentDetailList li {
    width: auto;
    margin-bottom: 60px;
  }
  .equipmentDetailBox6 .ttl {
    font-size: 30px;
  }
  .equipmentDetailBox6 .subTtl {
    font-size: 28px;
  }
  .equipmentDetailBox7 {
    display: block;
  }
  .equipmentDetailBox7 .left {
    width: auto;
  }
  .equipmentDetailBox7 .left .ttl {
    font-size: 36px;
  }
  .equipmentDetailBox7 .left .subTtl {
    font-size: 26px;
    font-weight: 600;
  }
  .equipmentDetailBox7 .left .desp {
    font-size: 15px;
  }
  .equipmentDetailBox7 .right {
    width: auto;
  }
  .equipmentDetailBox8 {
    display: block;
  }
  .equipmentDetailBox8 .right {
    width: auto;
  }
  .equipmentDetailBox8 .right .ttl {
    font-size: 36px;
  }
  .equipmentDetailBox8 .right .subTtl {
    font-size: 26px;
    font-weight: 600;
  }
  .equipmentDetailBox8 .right .desp {
    font-size: 15px;
    margin-bottom: 30px;
    text-align: justify;
  }
  .equipmentDetailBox8 .left {
    width: auto;
  }
  .equipmentDetailBox9 .subTtl {
    font-size: 24px;
    font-weight: 600;
  }
  .equipmentDetailBox9 .desp {
    font-size: 15px;
    line-height: 2;
  }
  .smartList {
    display: block;
  }
  .smartList li {
    width: auto;
    margin-bottom: 50px;
  }
  .equipmentDetailBox6Sp .ttl2 {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .equipmentDetailBox6Sp .subTtl {
    font-size: 19px;
  }
  .equipmentDetailBox6Sp .desp {
    text-align: left;
    text-align: justify;
    font-size: 15px;
    line-height: 2;
  }
  .woodBox {
    display: block;
    margin-top: 40px;
  }
  .woodBox .left {
    width: auto;
    padding: 30px 20px;
  }
  .woodBox .right {
    width: auto;
    padding: 30px 20px;
  }
  .woodBox .right .desp {
    text-align: justify;
    font-size: 14px;
  }
  .goldList {
    display: block;
  }
  .goldList li {
    width: auto;
    margin-bottom: 30px;
  }
  .goldList li .ttl span {
    font-size: 24px;
  }
  .goldList li.big .desp2 {
    position: relative;
    bottom: initial;
    left: initial;
  }
  /* access */
  /* ============================================ */
  .accessDetailBox {
    display: block;
    margin-left: 0;
    margin-right: 0;
  }
  .accessDetailBox .despArea {
    width: auto;
    margin-bottom: 30px;
  }
  .accessDetailBox .despArea .ttl {
    font-size: 36px;
  }
  .accessDetailBox .despArea .subTtl {
    font-size: 28px;
    font-weight: 600;
  }
  .accessDetailBox .despArea .desp {
    font-size: 15px;
  }
  .accessDetailBox .imgArea {
    width: auto;
  }
  .accessDetailBox .imgArea img {
    border-radius: 6px;
  }
  .contentBoxMini {
    padding-left: 7vw;
    padding-right: 7vw;
  }
  .accessDetailBox2 .stationImg {
    margin-bottom: 40px;
  }
  .accessDetailBox2 .stationName {
    font-size: 24px;
  }
  .accessDetailBox3 {
    padding: 40px 20px;
  }
  .accessDetailBox3 .ttl {
    font-size: 30px;
  }
  .accessDetailBox3 .subTtl {
    font-size: 30px;
  }
  .accessDetailBox3 .desp {
    text-align: justify;
    font-size: 14px;
    line-height: 2;
    margin-bottom: 30px;
  }
  .accessDetailBox4 .despArea .subTtl {
    font-size: 20px;
  }
  .accessDetailBox5 .despArea .subTtl {
    font-size: 24px;
  }
  /* location */
  /* ============================================ */
  .locationDetailBox {
    display: block;
    margin-left: 0;
    margin-right: 0;
  }
  .locationDetailBox .despArea {
    width: auto;
    margin-bottom: 30px;
  }
  .locationDetailBox .despArea .ttl {
    font-size: 36px;
  }
  .locationDetailBox .despArea .subTtl {
    font-size: 28px;
    font-weight: 600;
  }
  .locationDetailBox .despArea .desp {
    font-size: 15px;
  }
  .locationDetailBox .imgArea {
    width: auto;
  }
  .locationDetailBox .imgArea img {
    border-radius: 6px;
  }
  .locationDetailBox2 .despArea .subTtl {
    font-size: 23px;
  }
  .locationSlider .swiper-button-prev, .locationSlider .swiper-button-next {
    top: 30vw;
  }
  .locationDetailBox5 .ttl {
    font-size: 28px;
  }
  .locationDetailBox5 .desp {
    text-align: justify;
    line-height: 2;
  }
  .locationDetailBox5 .mapLink a {
    padding: 10px 0;
  }
  .locationDetailBox5 .mapLink a span {
    background-size: 16px auto;
    font-size: 18px;
  }
  #locationDetail6 {
    padding-top: 10vw;
  }
  #locationDetail6:before {
    height: 32vw;
  }
  #locationDetail6 .lifeTtl {
    font-size: 32px;
    font-size: 27px;
    line-height: 1.6;
    margin-bottom: 20vw;
  }
  .locationDetailBox6 {
    display: block;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 40px;
    padding-bottom: 40px;
  }
  .locationDetailBox6 .despArea {
    width: auto;
    margin-bottom: 30px;
  }
  .locationDetailBox6 .despArea .ttl {
    font-size: 36px;
    font-size: 30px;
  }
  .locationDetailBox6 .despArea .subTtl {
    font-size: 26px;
    font-weight: 600;
  }
  .locationDetailBox6 .despArea .desp {
    font-size: 15px;
  }
  .locationDetailBox6 .imgArea {
    width: auto;
  }
  .locationDetailBox6 .imgArea img {
    border-radius: 6px;
  }
  .lifeList li {
    display: block;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px dotted #ccc;
  }
  .lifeList li:last-child {
    border: none;
    padding-bottom: 0;
  }
  .lifeList li .col1 {
    width: auto;
    font-weight: bold;
  }
  .lifeList li .col2 {
    width: auto;
    display: inline-block;
  }
  .lifeList li .col3 {
    width: auto;
    display: inline-block;
  }
  .contactBox .contactList li a span {
    background-position: left top -8px;
  }
  .contactBox .contactList li.calendar a span {
    background-position: left top -6px;
  }
  #mainContents {
    overflow: hidden;
  }
  .attention {
    font-size: 10px;
  }
  .zoomist-slider {
    right: 90px;
    display: none;
  }
  .zoomist-zoomer {
    gap: 0 10px;
    bottom: -65px;
  }
  .zoomist-in-zoomer, .zoomist-out-zoomer {
    width: 38px;
    height: 38px;
  }
  .planDetailMap .zoomAble {
    bottom: -66px;
    padding: 7px 15px;
  }
  .zumenList {
    display: block;
    margin-left: 7vw;
    margin-right: 7vw;
  }
  .zumenList li {
    width: auto;
    margin-bottom: 12vw;
    padding: 40px 30px;
    -webkit-box-shadow: 4px 6px 12px rgba(112, 124, 96, 0.4);
            box-shadow: 4px 6px 12px rgba(112, 124, 96, 0.4);
  }
  .zumenList li a .img img {
    width: 60%;
  }
  .zumenList li .desp {
    text-align: justify;
    font-size: 12px;
  }
  .mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
    top: 10px;
  }
  .attentionRight {
    padding-right: 7vw;
  }
  #planDetail7 .attentionRight2 {
    padding-right: 7vw;
    padding-top: 0;
    margin-top: -10px;
  }
  #planning .swiper-pagination-bullets.swiper-pagination-horizontal {
    left: 10vw;
    display: none;
  }
  .locationBox .right .mainTtlMini {
    margin-left: 0;
  }
  #planDetail3 .fullImgBox .ttl {
    margin-top: -100px;
    font-size: 32px;
  }
  .locationDetailMap {
    margin-bottom: 100px;
  }
  .locationDetailBox5 .mapDownload {
    text-align: center;
  }
  #mainVisual .captionImg {
    font-size: 10px;
    right: 20px;
    bottom: 20px;
  }
  .captionImg {
    font-size: 10px;
  }
  .grayBg {
    height: 50vw;
  }
  #plan2 .planBox2 {
    padding-top: 40px;
  }
  .fullImgBox .captionImg {
    padding-right: 0;
    padding-left: 20px;
    padding-right: 20px;
    text-align: left;
  }
  #model2 .planBox2 .captionImg {
    padding-top: 40px;
    text-align: left;
  }
  #model2 .swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: 82px !important;
    position: absolute;
    z-index: 0;
  }
  .swiper-pagination-bullets.swiper-pagination-horizontal {
    position: relative;
    z-index: 1;
  }
  #planning2 .planBox2 {
    padding-top: 40px;
  }
  #concept .left a.moreBtn {
    margin-left: 27.4vw;
  }
  #pageVisual .captionImg {
    padding-right: 10px;
    padding-left: 10px;
  }
  #pageVisual .attentionRight {
    padding-right: 10px;
  }
  .captionImg {
    padding-top: 10px;
  }
  .equipmentDetailList li .blackCaption {
    margin-top: -20px;
    padding-right: 0;
  }
  .fullImg .attentionRight {
    padding-right: 20px;
  }
  .landscapeList li .despArea {
    padding-top: 10px;
  }
  #pageVisual .captionImg {
    text-align: right;
  }
  .modelSliderBox .captionImg {
    text-align: left;
  }
  .lifeList li {
    display: block;
  }
  .lifeList li .col1Wide {
    width: auto;
    font-weight: bold;
  }
  .lifeList li .col2Wide {
    width: auto;
    text-align: left;
  }
  .upMove {
    bottom: -20px !important;
  }
  .conceptBox .left a.moreBtn {
    display: inline-block;
  }
  .stageList {
    display: block;
  }
  .stageList li {
    width: auto;
    margin-bottom: 40px;
  }
  .stageList li .ttl {
    font-size: 17px;
  }
  .stageList li .subTtl {
    padding-top: 10px;
  }
  .koagariBox {
    display: block;
    padding-left: 7vw;
    padding-right: 7vw;
  }
  .koagariBox .left {
    width: auto;
    padding-right: 0;
  }
  .koagariBox .left .tt1 {
    font-size: 22px;
  }
  .koagariBox .left .ttl2 {
    font-size: 30px;
  }
  .koagariBox .left .ttl3 {
    font-size: 22px;
  }
  .koagariBox .left .desp {
    font-size: 15px;
    text-align: justify;
  }
  .koagariBox .right {
    width: auto;
  }
  .rAllSp {
    border-radius: 6px 6px 6px 6px;
  }
  .stageList2 {
    padding-bottom: 20px;
  }
  .ttlLeft {
    text-align: left;
  }
  .japanBox {
    display: block;
  }
  .japanBox .left {
    width: auto;
    padding-bottom: 40px;
  }
  .japanBox .right {
    width: auto;
    padding-left: 0;
  }
  .japanBox .right .desp {
    text-align: justify;
    font-size: 14px;
  }
  #pagetop {
    bottom: 100px;
    right: 5vw;
  }
  #pagetop a {
    height: 30px;
    padding-top: 5px;
    background-size: 30px auto;
    padding-right: 44px;
    font-size: 14px;
  }
  #concept .conceptBox .upMove {
    bottom: 0 !important;
  }
  #concept .grayBg {
    height: 70vw;
  }
  #equip .captionImg {
    padding-top: 0;
  }
}