@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&display=swap');
/*
font-family: "Noto Sans JP", sans-serif !important;
font-family: "Noto Serif JP", serif !important;
*/
.search_event {
    color: #fff !important;
}
p {
  font-weight: initial !important;
}
.box, .box2 {
  max-width: initial;
  margin: 0;
  padding: 0;
}
@media only screen and (max-width: 736px) {
  .spnav {
    display: block !important;
  }
  .footer_bottom {
    padding-bottom: 70px;
  }
}
.page-top, #fixedBtnSpArea {
  display: none !important;
}
.box-f.show {
  opacity: 1;
}
.box-f {
  transition: opacity 0.8s ease-out;
}
.box, .box-f {
  opacity: 0;
}
.slideUp {
  opacity: 1;
  animation: slideUp .5s ease-in-out forwards;
}
@keyframes slideUp {
  from {
    opacity: 0;
    /* -webkit-transform: translate3d(0, 10%, 0);
 transform: translate3d(0, 10%, 0);*/
  }
  to {
    opacity: 1;
    /*-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);*/
  }
}
p {
  color: #231815 !important;
}
header#menu, .h-top-sp {
  display: none !important;
}
body, header, div, applet, object, iframe, input[type=file], h1, h2, h3, h4, h5, h6, p, select, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, sub, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  font-family: "Noto Sans JP", sans-serif !important;
  color: #231815;
}
body, html {
  background: #FFF;
}
body:after {
  display: none !important;
}
body.fixed {
  position: fixed;
}
#fade {
  width: 100%;
  height: 100%;
  min-height: 100%;
  background-color: #f2e5d6 !important;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 9999 !important; /* #loaderより少ない値を入れて下さい */
}
#fade .opening {
  position: fixed;
  top: 40%;
  left: 49%;
  transform: translate(-50%, -50%);
  width: 200px;
}
@media only screen and (max-width: 768px) {
  #fade .opening {
    width: 150px;
    left: 47.5%;
  }
}
#progressBarWrap {
  width: 100% !important;
  height: 2px;
  background-color: #FFF;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 99999;
  max-width: 200px;
}
#progressBar {
  width: 0;
  height: 3px;
  background-color: #a67c52;
  z-index: 99999;
}
#loader {
  width: 23px;
  height: 23px;
  position: fixed;
  _position: absolute; /* IE6対策 */
  top: 50%;
  left: 50%;
  margin-top: -10px; /* heightの半分のマイナス値 */
  margin-left: -10px; /* widthの半分のマイナス値 */
  z-index: 99999999; /* #fadeより多い値を入れて下さい */
}
#progressTxt {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -12px; /* heightの半分のマイナス値 */
  margin-left: -20px; /* widthの半分のマイナス値 */
  z-index: 99999999; /* #fadeより多い値を入れて下さい */
  font-family: Arial, Helvetica, sans-serif;
  font-size: 20px;
  color: #333;
  display: none;
  letter-spacing: 3px;
  font-style: italic;
}
#splash {
  position: fixed;
  width: 100%;
  height: 100%;
  background: #FFF;
  z-index: 99999;
  animation: splash 1s ease-in-out 4s forwards;
  top: 0;
  left: 0;
}
@keyframes splash {
  0% {
    height: 100%;
  }
  100% {
    height: 0;
  }
}
#splash .marks {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  animation: mark 1s ease-in-out 3s forwards;
}
@media only screen and (max-width: 768px) {
  #splash .marks {
    flex-direction: column;
  }
}
@keyframes mark {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
#splash p.s1 {
  max-width: 190px;
  animation: s1 2s ease-in-out forwards;
  position: relative;
  z-index: 999992;
}
@media only screen and (max-width: 768px) {
  #splash p.s1 {
    max-width: 95px;
    animation: s1s 2s ease-in-out forwards;
  }
}
@keyframes s1 {
  0% {
    left: 150px;
    opacity: 0;
  }
  50% {
    left: 150px;
    opacity: 1;
  }
  100% {
    left: -30px;
    opacity: 1;
  }
}
@keyframes s1s {
  0% {
    top: 0;
    opacity: 0;
  }
  50% {
    top: 0;
    opacity: 1;
  }
  100% {
    top: -20px;
    opacity: 1;
  }
}
#splash p.s2 {
  max-width: 438px;
  position: relative;
  animation: s2 1s ease-in-out 1s forwards;
  z-index: 999991;
}
@media only screen and (max-width: 768px) {
  #splash p.s2 {
    max-width: 240px;
    animation: s2s 2s ease-in-out 1s forwards;
    opacity: 0;
  }
}
#splash p.s2:before {
  content: "";
  background: #FFF;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  animation: s2b 1s ease-in-out 1s forwards;
}
@media only screen and (max-width: 768px) {
  #splash p.s2:before {
    display: none;
  }
}
@keyframes s2 {
  0% {
    opacity: 0;
    left: 0;
  }
  100% {
    opacity: 1;
    left: 30px;
  }
}
@keyframes s2s {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes s2b {
  0% {
    width: 100%;
  }
  100% {
    width: 0;
  }
}
#header-xest {
  display: flex;
  justify-content: space-between;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  z-index: 99996;
}
#header-xest.light .logo, #header-xest.light a#btn-xest {
  filter: invert(0);
}
#header-xest.dark .logo, #header-xest.dark a#btn-xest {
  filter: invert(1);
}
#header-xest > ul {
  display: flex;
  position: fixed;
  top: 25px;
  right: 120px;
}
#header-xest > ul li {
  margin-left: 10px;
}
#header-xest > ul li a {
  padding: 7px 45px 7px 35px;
  font-family: "Noto Serif JP", serif !important;
  border-radius: 50px;
  font-size: 18px;
  font-weight: 600;
  position: relative;
}
#header-xest > ul li a:before {
  content: "";
  display: block;
  position: absolute;
  right: 17px;
  top: calc(55% - 2px);
  transform: translateY(-50%) rotate(45deg);
  width: 7px;
  height: 1px;
  background: #FFF;
}
#header-xest > ul li a:after {
  content: "";
  display: block;
  position: absolute;
  right: 17px;
  top: 55%;
  transform: translateY(-50%);
  width: 17px;
  height: 1px;
  background: #FFF;
}
#header-xest > ul li.reserved a:before {
  background: #FFF;
}
#header-xest > ul li.reserved a:after {
  background: #FFF;
}
#header-xest > ul li.document a:before {
  background: #333;
}
#header-xest > ul li.document a:after {
  background: #333;
}
#header-xest > ul li.reserved a {
  background: #000;
  color: #FFF;
}
#header-xest > ul li.document a {
  background: #FFF;
  color: #000;
}
@media only screen and (max-width: 768px) {
  ul.fix-btn {
    display: flex;
    position: fixed;
    top: auto;
    bottom: 0;
    right: auto;
    left: 0;
    width: 100%;
    z-index: 999999;
  }
  ul.fix-btn li {
    margin: 0;
    width: 100%;
  }
  ul.fix-btn li a {
    padding: 7px 45px 7px 35px;
    font-family: "Noto Serif JP", serif !important;
    border-radius: 50px;
    font-size: 18px;
    font-weight: 600;
    position: relative;
  }
  ul.fix-btn li a:before {
    content: "";
    display: block;
    position: absolute;
    right: 17px;
    top: calc(55% - 2px);
    transform: translateY(-50%) rotate(45deg);
    width: 7px;
    height: 1px;
    background: #FFF;
  }
  ul.fix-btn li a:after {
    content: "";
    display: block;
    position: absolute;
    right: 17px;
    top: 55%;
    transform: translateY(-50%);
    width: 17px;
    height: 1px;
    background: #FFF;
  }
  ul.fix-btn li.reserved a:before {
    background: #FFF;
  }
  ul.fix-btn li.reserved a:after {
    background: #FFF;
  }
  ul.fix-btn li.document a:before {
    background: #333;
  }
  ul.fix-btn li.document a:after {
    background: #333;
  }
  ul.fix-btn li.reserved a {
    background: #000;
    color: #FFF;
  }
  ul.fix-btn li.document a {
    background: #FFF;
    color: #000;
  }
  ul.fix-btn li a {
    padding: 15px 0;
    border-radius: 0;
    display: block;
    text-align: center;
  }
}
p.logo {
  width: 411px;
  padding: 20px;
  box-sizing: border-box;
  z-index: 9999;
  position: absolute;
  top: 0;
  left: 20px;
}
p.logo-huck {
  width: 250px;
  padding: 20px;
  box-sizing: border-box;
  z-index: 9999;
  position: fixed;
  top: 10px;
  left: 10px;
}
@media screen and (max-width: 768px) {
  p.logo {
    width: 75%;
    padding: 10px 20px;
    top: 0;
    left: 0;
  }
  p.logo-huck {
    width: 40%;
    top: 0;
    left: 0;
  }
}
#globalnavi {
  text-align: left;
  padding: 50px 0 0 0;
  display: flex;
  flex-direction: column;
}
ul.under-nav {
  margin: 0 75px;
  height: 70vh;
}
@media only screen and (max-width:769px) {
  ul.under-nav {
    margin: 0 20px;
    height: 65vh;
    padding-top: 15px;
  }
}
ul.under-nav li a {
  font-weight: 500;
  font-size: 18px;
  padding: 2vh 0 1vh 0;
  display: block;
}
ul.under-nav li a p {
  font-family: "Noto Serif JP", serif !important;
  font-size: 16px;
  color: #FFF !important;
  margin: 5px 0 0 0;
}
@media only screen and (max-width:769px) {
  ul.under-nav li a p {
    font-size: 12px;
  }
}
ul.under-nav li img {
  display: block;
  height: 25px;
  width: auto;
}
@media only screen and (max-width:769px) {
  ul.under-nav li img {
    height: 20px;
  }
}
ul.under-nav li a:hover {
  color: #5083c3;
}
#globalnavi p.logo-navi {
  width: 50%;
  margin: 0 auto;
  height: 25vh;
}
@media only screen and (max-width:769px) {
  a#btn-xest:after {
    top: 29px;
  }
  #globalnavi p.logo-navi {
width: 35%;
        height: 22%;
        display: flex;
        align-items: flex-end;
  }
}
a#btn-xest span {
  width: 40px;
  height: 5px;
  display: block;
  position: relative;
  background: transparent;
  top: 11px;
  left: 4px;
}
a#btn-xest span:before {
  content: "";
  display: block;
  position: absolute;
  top: -7px;
  background: #FFF;
  width: 65px;
  height: 3px;
  transition: all 0.3s ease-in-out;
}
@media only screen and (max-width:769px) {
  a#btn-xest span {
    width: 30px;
  }
  a#btn-xest span:before {
    top: -5px;
    width: 40px;
  }
}
a#btn-xest span:after {
  content: "";
  display: block;
  position: absolute;
  top: 7px;
  background: #FFF;
  width: 65px;
  height: 3px;
  transition: all 0.3s ease-in-out;
}
@media only screen and (max-width:769px) {
  a#btn-xest span:after {
    top: 5px;
    width: 40px;
  }
}
a#btn-xest span.change {
  height: 0;
}
a#btn-xest span.change:before {
  transform: rotate(-25deg);
  top: 0;
}
a#btn-xest span.change:after {
  transform: rotate(25deg);
  top: 0;
}
a#btn-xest {
  margin: 0;
  position: fixed;
  right: 50px;
  top: 25px;
  padding: 0;
  cursor: pointer;
  box-sizing: border-box;
  z-index: 9999;
  width: 40px;
  height: 50px;
  color: #141816;
}
@media only screen and (max-width:769px) {
  a#btn-xest {
    right: 20px;
    top: 15px;
  }
  input[type=text], textarea, input[type=button] {
    -webkit-appearance: none;
  }
}
.MDL_window_wrap {
  max-width: 100%;
  position: absolute;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  position: relative;
  top: 10%;
  text-align: center;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
#overlay {
  width: 500px;
  height: 100vh;
  text-align: left;
  position: fixed;
  top: 0;
  right: -500px;
  z-index: 999;
  background: rgba(128, 128, 128, .95);
  transition: all .5s ease-in-out;
}
#overlay.on {
  right: 0;
}
.textarea-2 {
  background: #FFF;
  max-width: 900px;
  margin: 50px auto;
  position: relative;
  padding: 50px;
  box-sizing: border-box;
  border-radius: 25px;
}
.textarea-2.secure {
  border-radius: 0;
}
@media only screen and (max-width:769px) {
  #overlay {
    width: 100%;
    right: -100%;
  }
  .textarea-2 {
    overflow-y: scroll;
    height: calc(90% - 80px);
    background: #FFF;
    max-width: 800px;
    margin: 20px 20px 80px 20px;
    position: relative;
    padding: 20px;
    box-sizing: border-box;
			z-index: 2;
  }
  .textarea-2.secure {
    height: calc(90% - 60px);
    margin: 20px 20px 60px 20px;
  }
}
/*--------------------------------
    kv
--------------------------------*/
#kv-xest {
  position: relative;
  display: flex;
  background-color: black;
  height: 100vh;
}
#kv-xest p {
  position: absolute;
  left: 5.5%;
  top: 17%;
  z-index: 99;
  width: 21px;
  animation: fade 1s ease-in-out 5s forwards;
  opacity: 0;
}
#kv-xest h2 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 99;
  width: 55%;
  animation: fade 1s ease-in-out 4s forwards;
  opacity: 0;
}
@media only screen and (max-width:769px) {
  #kv-xest h2 {
    left: auto;
    right: 30px;
    top: 53%;
    width: 60%;
    transform: translate(0, -50%);
  }
  #kv-xest p {
    left: 9.5%;
    top: auto;
    bottom: 5%;
    z-index: 99;
    width: 17px;
  }
}
/* ===========================
   基本アニメーション
=========================== */
@keyframes fade {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* ===========================
   共通スタイル
=========================== */
#kv-xest p img, #kv-xest h2 img {
  clip-path: initial;
}
.slider {
  position: relative;
  width: 100%;
  height: 100vh;
  display: flex;
}
.slider-left, .slider-right {
  width: 50%;
  height: 100vh;
  overflow: hidden;
  position: relative;
}
.slider-item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.slider-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.2);
  position: relative;
  z-index: 1;
}
/* ===========================
   左側アニメーション
=========================== */
.slider-left img {
  clip-path: polygon(0 0, 100% 0, 0 0, 0 100%);
}
.slider-left .before img {
  z-index: 2;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  animation: slider_before_left 7.5s linear forwards;
}
.slider-left .active img {
  z-index: 3;
  animation: slider_left 3s linear;
}
/* ===========================
   右側アニメーション
=========================== */
.slider-right img {
  clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0 100%);
}
.slider-right .before img {
  z-index: 2;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  animation: slider_before_right 5s linear forwards;
}
.slider-right .active img {
  z-index: 3;
  animation: slider_right 3s linear;
}
/* ===========================
   PCアニメーション
=========================== */
@keyframes slider_left {
  0% {
    clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
    transform: translateY(0) scale(1.2);
  }
  50% {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
  100% {
    transform: translateY(30px) scale(1.2);
  }
}
@keyframes slider_before_left {
  from {
    transform: translateY(30px) scale(1.2);
  }
  to {
    transform: translateY(100px) scale(1.2);
  }
}
@keyframes slider_right {
  0% {
    clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0 100%);
    transform: translateY(70px) scale(1.2);
  }
  50% {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
  100% {
    transform: translateY(0) scale(1.2);
  }
}
@keyframes slider_before_right {
  from {
    transform: translateY(0) scale(1.2);
  }
  to {
    transform: translateY(-30px) scale(1.2);
  }
}
/* ===========================
   SP 版
=========================== */
@media only screen and (max-width:769px) {
  #kv-xest {
    height: 100vh;
    display: block;
  }
  .slider-item, .slider-item img, .slider-left, .slider-right {
    height: 50vh;
  }
  .slider-left, .slider-right {
    width: 100%;
    position: static;
  }
  .slider-item img {
    transform: translateX(0) scale(1.2);
  }
  /* 左 */
  .slider-left img {
    clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
  }
  .slider-left .before img {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    animation-name: slider_before_left_sp;
  }
  .slider-left .active img {
    animation-name: slider_left_sp;
  }
  /* 右 */
  .slider-right img {
    clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
  }
  .slider-right .before img {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    animation-name: slider_before_right_sp;
  }
  .slider-right .active img {
    animation-name: slider_right_sp;
  }
}
/* ===========================
   SPアニメーション
=========================== */
@keyframes slider_left_sp {
  0% {
    clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
    transform: translateX(0) scale(1.2);
  }
  50% {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
  100% {
    transform: translateX(30px) scale(1.2);
  }
}
@keyframes slider_before_left_sp {
  from {
    transform: translateX(30px) scale(1.2);
  }
  to {
    transform: translateX(100px) scale(1.2);
  }
}
@keyframes slider_right_sp {
  0% {
    clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
    transform: translateX(70px) scale(1.2);
  }
  50% {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
  100% {
    transform: translateX(0) scale(1.2);
  }
}
@keyframes slider_before_right_sp {
  from {
    transform: translateX(0) scale(1.2);
  }
  to {
    transform: translateX(-30px) scale(1.2);
  }
}
img {
  width: 100%;
}
section {
  max-width: 1500px;
  margin: 0 auto;
}
section#about {
  position: relative;
  padding-bottom: 200px;
}
@media only screen and (max-width:769px) {
  section#about {
    padding-bottom: 0;
  }
}
section#about h2 {
  width: 110px;
  margin: 0 auto;
  padding: 200px 0 0 0;
}
@media only screen and (max-width:769px) {
  section#about h2 {
    width: 20%;
    padding: 0;
  }
}
section#about .text {
  margin: 80px auto 0 auto;
  position: relative;
  z-index: 99;
  max-width: 600px;
}
section#about .text.sec {
  margin: 40px auto 0 auto;
}
section#about .text p {
  text-align: center;
  line-height: 40px;
}
@media only screen and (max-width:769px) {
  section#about .text {
    margin: 20px 20px 20px 20px;
  }
  section#about .text.sec {
    margin: 20px 20px 20px 20px;
  }
  section#about .text p {
    font-size: 13px;
    line-height: 2;
    letter-spacing: 0;
  }
}
section#about .text p:not(:first-child) {
  margin: 40px 0 0 0;
}
@media only screen and (max-width:769px) {
  section#about .text p:not(:first-child) {
    margin: 20px 0 0 0;
  }
}
section#about .text p img {
  margin: 80px auto 0;
  display: block;
  max-width: 600px;
  width: 35vw;
}
@media only screen and (max-width:769px) {
  section#about .text p img {
    margin: 0 0 20px 0;
    width: 100%;
  }
}
section#about .pic1 {
  position: absolute;
  left: 0;
  top: -42px;
  width: 41vw;
  max-width: 620px;
  z-index: 9;
}
@media only screen and (max-width:769px) {
  section#about .pic1 {
    position: static;
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
    z-index: -1;
    margin-top: -30px;
  }
}
section#about .pic2 {
  position: absolute;
  right: 0;
  top: 100px;
  width: 37vw;
  max-width: 563px;
}
@media only screen and (max-width:769px) {
  section#about .pic2 {
    position: static;
    width: 75%;
    margin-left: 25%;
  }
}
section#about .pic3 {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 31vw;
  max-width: 428px;
}
@media only screen and (max-width:769px) {
  section#about .pic3 {
    position: relative;
    width: 60%;
    left: auto;
    bottom: auto;
  }
}
section#about .pic4 {
  position: absolute;
  right: 5vw;
  bottom: 300px;
  width: 22vw;
  max-width: 319px;
}
@media only screen and (max-width:769px) {
  section#about .pic4 {
    position: static;
    width: 40%;
    margin: -40px 0 0 20px;
  }
}
.pic5 {
  position: relative;
  width: 60vw;
  margin: -170px 130px 0 auto;
  max-width: 918px;
  z-index: 999;
  mix-blend-mode: multiply;
}
@media only screen and (max-width:769px) {
  .pic5 {
    margin: 0 0 -20px 0;
    width: 100%;
  }
}
.pic5 p {
  position: absolute;
  right: 35px;
	top:-50px;
  width: 190px;
  animation: bs 2s ease-in-out infinite;
  z-index: 9;
}
.pic5 p a{
cursor: pointer;
}
@media only screen and (max-width:769px) {
  .pic5 p {
    width: 40%;
right: 5%;
        top: -88%;
  }
	.pic5 > img{
		    object-fit: cover;
    object-position: 58% 0;
    width: 100%;
    height: 213px;
    display: block;
	}
}
@keyframes bs {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(.9);
  }
  100% {
    transform: scale(1);
  }
}
/*=========================================================*/
.modal-content-2 {
  display: none;
}
.modal-overlay-2 {
  z-index: 999998;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(214, 214, 214, .95) !important;
}
.modal-wrap-2 {
  z-index: 999999;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch
}
.modal-content-2.active {
  display: flex;
  align-items: center;
  height: 100%;
}
.modal-content-2 .textarea-2 {
  transition: all 1s ease-in-out;
  opacity: 0;
}
.modal-content-2.active .textarea-2 {
  opacity: 1;
}
#story i {
  position: absolute;
  left: -40px;
  top: -40px;
  max-width: 169px;
}
@media only screen and (max-width:769px) {
  #story i {
    left: 10px;
    top: 10px;
    max-width: 169px;
    z-index: 9;
    width: 25%;
  }
}
#story h2 {
  max-width: 695px;
  margin: 50px auto;
}
@media only screen and (max-width:769px) {
  #story h2 {
    margin: 30px auto;
    width: 80%;
  }
}
#story .content {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width:769px) {
  #story .content {
    display: block;
  }
}
#story .content .text {
  width: 80%;
  max-height: 394px;
  overflow-y: auto; /* ←ここが重要！ */
  -webkit-overflow-scrolling: touch; /* あれば追加 */
}
@media only screen and (max-width:769px) {
  #story .content .text {
    max-height: initial;
    overflow: initial;
    width: auto;
  }
}
#story .content .text p {
  font-family: "Noto Serif JP", serif !important;
  line-height: 2;
}
@media only screen and (max-width:769px) {
  #story .content .text p {
    font-size: 13px;
  }
}
#story .content .text p span {
  color: #E50012;
  font-family: "Noto Serif JP", serif !important;
  font-weight: 500;
}
#story .content .text p em {
  border-bottom: 1px solid #E50012;
  font-style: normal;
  font-family: "Noto Serif JP", serif !important;
}
#story .content .pic {
  width: 15%;
}
@media only screen and (max-width:769px) {
  #story .content .pic {
    margin: 30px 0 0 0;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    width: 85%;
  }
  #story .content .pic .l, #story .content .pic .r {
    width: 48%;
  }
}
#story .content .pic p {
  font-size: 16px;
  text-align: center;
}
#story .content .pic p small {
  font-size: 15px;
  display: block;
}
@media only screen and (max-width:769px) {
  #story .content .pic p {
    font-size: 13px;
    text-align: center;
  }
  #story .content .pic p small {
    font-size: 12px;
    display: block;
    margin-bottom: 5px;
  }
}
#sixty h2 {
  max-width: 363px;
  margin: 0 auto 30px auto;
}
@media only screen and (max-width:769px) {
  #sixty h2 {
    width: 55%;
    margin: 10px auto 20px auto;
  }
}
#sixty h2 + p {
  line-height: 2;
  font-size: 14px;
  text-align: center;
}
#sixty .content {
  display: flex;
  justify-content: space-between;
  margin: 50px 0 0;
}
@media only screen and (max-width:769px) {
  #sixty .content {
    display: block;
    margin: 40px 0 0;
  }
}
#sixty .content section:first-child {
  margin-bottom: 30px;
}
#sixty .content .text {
  width: 68%;
}
#sixty .content .pic {
  width: 28%;
}
@media only screen and (max-width:769px) {
  #sixty .content .text, #sixty .content .pic {
    width: auto;
  }
  #sixty .content .pic {
    margin: 20px 0 0 0;
  }
}
#sixty .content .text h3 {
  font-size: 21px;
  font-weight: 500;
  margin: 0 0 15px 0;
  font-family: "Noto Serif JP", serif !important;
}
@media only screen and (max-width:769px) {
  #sixty .content .text h3 {
    font-size: 20px;
  }
}
#sixty .content .text p {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.7;
  text-align: justify;
}
@media only screen and (max-width: 768px) {
  #sixty .content .text p {
    font-size: 13px;
  }
}
#sixty .content .text h3:before {
  display: none;
}
p.closemodal-2 {
  position: absolute;
  right: 0 !important;
  top: 0 !important;
  background: #D8D8D8 !important;
  border-radius: 0 25px 0 25px;
}
p.closemodal-2.secure {
  border-radius: 0;
}
@media only screen and (max-width: 768px) {
  p.closemodal-2 {
    position: fixed;
    right: 20px !important;
    top: calc(5% + 10px) !important;
    z-index: 9999;
    background: #D8D8D8 !important;
  }
}
p.closemodal-2 a {
  padding: 10px;
  display: block;
  line-height: 1;
  color: #FFF;
  font-size: 50px;
}
@media only screen and (max-width: 768px) {
  p.closemodal-2 a {
    padding: 0 0 10px 10px;
    font-size: 40px;
  }
}
.sankaku {
  width: 25%;
  position: absolute;
  bottom: -10%;
  left: 13%;
  max-width: 227px;
}
@media only screen and (max-width: 768px) {
  .sankaku {
    position: absolute;
    bottom:calc(5% + 30px);
    width: 35%;
    left: 20%;
			z-index: 1;
  }
}
.textarea-2:before {
  content: "";
  display: block;
  width: 25px;
  height: 25px;
  background: url(../img/maru.svg) no-repeat;
  background-size: 25px;
  position: absolute;
  top: 0;
  right: 70px;
  z-index: 99;
}
.textarea-2:after {
  content: "";
  display: block;
  width: 25px;
  height: 25px;
  background: url(../img/maru.svg) no-repeat;
  background-size: 25px;
  position: absolute;
  top: 70px;
  right: 0;
  z-index: 99;
}
.textarea-2.secure:after, .textarea-2.secure:before {
  display: none;
}
@media only screen and (max-width: 768px) {
  .textarea-2:before {
    right: 70px;
				position:fixed;
			    top: calc(5% + 10px);
			  z-index: 99999;
  }
  .textarea-2:after {
top: calc(5% + 10px + 50px) !important;
        position: fixed;
        right: 20px;
        z-index: 99999;
  }
}
h2.title-mind {
  width: fit-content;
  position: relative;
  margin-left: 10%;
  z-index: 999;
  max-width: 240px;
}
@media only screen and (max-width: 768px) {
  h2.title-mind {
    margin-left: 20px;
    width: 35%;
  }
}
/*=========================================================*/
#mind-1 {
  margin: -180px auto 0 auto;
}
@media only screen and (max-width: 768px) {
  #mind-1 {
    margin: 10px 0 0 0;
  }
}
#mind-1 ul.title-pic {
  display: flex;
  justify-content: space-between;
  margin-top: -135px;
}
@media only screen and (max-width: 768px) {
  #mind-1 ul.title-pic {
    display: block;
    margin-top: -75px;
  }
}
#mind-1 ul.title-pic li {
  width: 49.8%;
}
@media only screen and (max-width: 768px) {
  #mind-1 ul.title-pic li {
    width: auto;
    line-height: 0;
    margin-right: 5px;
    margin-bottom: 5px;
  }
}
#mind-1 ul.title-pic li:nth-child(2) {
  margin: 150px 0 0 0;
}
@media only screen and (max-width: 768px) {
  #mind-1 ul.title-pic li:nth-child(2) {
    margin: 0 0 0 5px;
  }
}
#mind-1 ul.title-pic li .pic {
  position: relative;
}
#mind-1 ul.title-pic li .pic img, #mind-2 .pic img {
  opacity: 1;
}
#mind-1 ul.title-pic li .pic.appear:before, #mind-2 .pic.appear:before {
  height: 0;
}
#mind-1 ul.title-pic li .pic.appear:after, #mind-2 .pic.appear:after {
  height: 0;
}
#mind-1 ul.title-pic li .pic:before, #mind-2 .pic:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #FFF;
  transition: all .75s ease-in-out .5s;
}
#mind-1 ul.title-pic li .pic:after, #mind-2 .pic:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #f2f2f2;
  transition: all .75s ease-in-out;
}
#mind-1 ul.title-pic li h3 {
  position: absolute;
  bottom: -2px;
  left: 0;
  z-index: 99;
  max-width: 519px;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  #mind-1 ul.title-pic li:nth-child(1) h3 {
    width: 60%;
  }
  #mind-1 ul.title-pic li:nth-child(2) h3 {
    width: 55%;
    left: auto;
    right: 0;
  }
}
#mind-1 p.normal {
  text-align: center;
  line-height: 2.5;
  margin: 85px 0 0 0;
}
@media only screen and (max-width: 768px) {
  #mind-1 p.normal {
    margin: 20px 20px 40px 20px;
    line-height: 2;
    font-size: 13px;
  }
}
#mind-1 ul.type {
  display: flex;
  justify-content: space-between;
  max-width: 1500px;
  margin: -160px auto 0 auto;
}
@media only screen and (max-width: 768px) {
  #mind-1 ul.type {
    display: block;
    margin: 0;
  }
}
#mind-1 article {
  position: relative;
}
#mind-1 ul.type li {
  width: 43%;
  position: relative;
}
@media only screen and (max-width: 768px) {
  #mind-1 ul.type li {
    width: auto;
    overflow: hidden;
  }
}
#mind-1 ul.type li:nth-child(1):before {
  content: "";
  display: block;
  background: url("../img/pic6.png") no-repeat;
  background-size: 100%;
  width: 304px;
  height: 268px;
  position: absolute;
  top: -135px;
  left: 0;
}
@media only screen and (max-width: 768px) {
  #mind-1 ul.type li:nth-child(1):before {
    left: 0;
    top: 3%;
    width: 57%;
    height: 35%;
  }
}
#mind-1 ul.type li:nth-child(2) {
  margin: 150px 0 0 0;
}
@media only screen and (max-width: 768px) {
  #mind-1 ul.type li:nth-child(2) {
    margin: 40px 0 0 0;
  }
}
#mind-1 ul.type li:nth-child(2):after {
  content: "";
  display: block;
  background: url("../img/pic7.png") no-repeat;
  background-size: 100%;
  width: 380px;
  height: 310px;
  position: absolute;
  right: 0;
  bottom: -360px;
}
@media only screen and (max-width: 768px) {
  #mind-1 ul.type li:nth-child(2):after {
    left: auto;
    bottom: auto;
    right: -36px;
    top: 3%;
    width: 68%;
    height: 35%;
  }
}
#mind-1 ul.type li .mind-wrap {
  width: 72%;
}
#mind-1 ul.type li:nth-child(1) .mind-wrap {
  margin-left: auto;
}
@media only screen and (max-width: 768px) {
  #mind-1 ul.type li .mind-wrap {
    width: auto;
  }
}
#mind-1 ul.type li:nth-child(1) i {
  position: absolute;
  left: 0;
  bottom: -178px;
  z-index: 99;
  max-width: 315px;
}
@media only screen and (max-width: 768px) {
  #mind-1 ul.type li:nth-child(1) i {
    left: auto;
    bottom: auto;
    top: 26%;
    right: 0;
    width: 45%;
  }
}
#mind-1 ul.type li:nth-child(2) i {
  position: absolute;
  right: 0;
  top: -185px;
  max-width: 294px;
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  #mind-1 ul.type li:nth-child(2) i {
    right: auto;
    left: 0;
    top: 20%;
    width: 42%;
  }
}
#mind-1 ul.type li h2 {
  width: 70px;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  #mind-1 ul.type li:nth-child(1) h2 {
    width: 12%;
    margin-left: 75%;
  }
  #mind-1 ul.type li:nth-child(2) h2 {
    width: 12%;
    margin-right: 75%;
  }
}
#mind-1 ul.type li h3 {
  font-size: 26px;
  font-family: "Noto Serif JP", serif !important;
  margin: 80px 0 20px 0;
  line-height: 1.5;
  font-weight: 600;
}
#mind-1 ul.type li p {
  font-size: 15px;
  line-height: 2;
  text-align: justify;
}
@media only screen and (max-width: 768px) {
  #mind-1 ul.type li:nth-child(1) h3 {
    margin: 39% 20px 0 20px;
    font-size: 20px;
  }
  #mind-1 ul.type li:nth-child(2) h3 {
    margin: 50% 20px 0 20px;
    font-size: 20px;
  }
  #mind-1 ul.type li p {
    margin: 15px 20px 20px 20px;
    font-size: 13px;
  }
}
#mind-1 .image {
  max-width: 954px;
  margin:50px auto 0 auto;
  position: relative;
  left: -100px;
}
@media only screen and (max-width: 768px) {
  #mind-1 .image {
    position: static;
    margin: 0;
			overflow: hidden;
  }
	#mind-1 .image img{
		    object-fit: cover;
    object-position: 74% 0;
    width: 100%;
    height: 213px;
    display: block;
	}
}
.marquee-wrapper1 {
  width: 100%;
  overflow: hidden;
  position: relative;
  margin: 50px 0;
}
.marquee1 {
  display: flex;
  will-change: transform;
  cursor: grab;
}
.marquee1 a {
  margin: 0 10px;
}
.marquee1 img {
  max-width: 358px;
  margin-right: 3px;
}
@media screen and (max-width: 768px) {
  .marquee1 img {
    min-width: 200px;
    height: 133px;
  }
}
@media screen and (max-width: 768px) {
  .lity-image img {
    max-height: 60vh;
  }
}
/*=========================================================*/
#mind-2 .pic {
  position: relative;
  margin: -135px 0 0 60px;
}
@media screen and (max-width: 768px) {
  #mind-2 .pic {
    position: relative;
    margin: -10.5% 0 0 0;
  }
}
#mind-2 .pic h3 {
  position: absolute;
  bottom: -2px;
  left: 0;
  z-index: 99;
  max-width: 519px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  #mind-2 .pic h3 {
    width: 80%;
  }
}
#mind-2 .text {
  display: flex;
  margin: 80px 0 0 60px;
}
@media screen and (max-width: 768px) {
  #mind-2 .text {
    display: block;
    margin: 40px 0;
  }
}
#mind-2 .text .copy {
  width: 40%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  #mind-2 .text .copy {
    width: auto;
    display: block;
  }
}
#mind-2 .text .copy p {
  writing-mode: vertical-rl;
  letter-spacing: 0.1em;
  line-height: 2.5;
  position: relative;
  padding-left: 30px;
  top: -7%;
}
@media screen and (max-width: 768px) {
  #mind-2 .text .copy p {
    writing-mode: horizontal-tb;
    font-size: 14px;
    padding: 20px 20px 30px 20px;
    line-height: 2;
    text-align: center;
  }
}
#mind-2 .text .copy i {
  content: "";
  width: 70px;
  display: block;
  position: relative;
  top: -5%;
  left: -10%;
}
@media screen and (max-width: 768px) {
  #mind-2 .text .copy i {
    margin: 0 auto;
    position: static;
    width: 26%;
  }
}
#mind-2 .text .copy p span {
  margin: 10px 0 0 0;
}
#mind-2 .text .explain-noiseless {
  width: 60%;
  padding: 0 200px 0 0;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  #mind-2 .text .explain-noiseless {
    width: auto;
    padding: 0;
  }
}
#mind-2 .text .explain-noiseless ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#mind-2 .text .explain-noiseless ul li {
  width: 49.7%;
}
@media screen and (max-width: 768px) {
  #mind-2 .text .explain-noiseless ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 20px;
  }
  #mind-2 .text .explain-noiseless ul li {
    width: 49.9%;
    line-height: 1;
  }
}
#mind-2 .text .explain-noiseless h2 {
  font-size: 26px;
  font-family: "Noto Serif JP", serif !important;
  margin: 60px 0 40px;
  font-weight: 600;
}
#mind-2 .text .explain-noiseless p {
  line-height: 2;
  font-size: 15px;
}
@media screen and (max-width: 768px) {
  #mind-2 .text .explain-noiseless h2 {
    font-size: 20px;
    font-family: "Noto Serif JP", serif !important;
    margin: 30px 20px 20px;
    font-weight: 600;
  }
  #mind-2 .text .explain-noiseless p {
    margin: 0 20px;
    font-size: 13px;
  }
}
/*=========================================================*/
#equipment {
  background: #86919C;
  margin: 135px 0 0 0;
  padding: 150px 0;
  max-width: initial;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  #equipment {
    margin: 50px 0 0 0;
    padding: 50px 0 20px 0;
  }
}
#equipment:before {
  content: "";
  display: inline-block;
  width: 645px;
  height: 471px;
  background-image: url(../img/pic10.png);
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  right: -75px;
  top: 97px;
}
@media screen and (max-width: 768px) {
  #equipment:before {
    width: 100vw;
    box-sizing: border-box;
    background: url(../img/pic10.png) no-repeat;
    background-size: 80%;
    margin: 0 10%;
  }
}
#equipment > h2 {
  max-width: 753px;
  margin: 0 auto;
  position: relative;
  z-index: 9;
}
@media screen and (max-width: 768px) {
  #equipment > h2 {
    margin: 0 20%;
  }
}
#equipment h3 {
  font-family: "Noto Serif JP", serif !important;
  font-size: 37px;
  font-weight: 500;
  color: #FFF;
  text-align: center;
  margin: 85px 0 40px 0;
}
@media screen and (max-width: 768px) {
  #equipment h3 {
    margin: 53% 0 15px 0;
    font-size: 22px;
    letter-spacing: 0.09em;
    text-align: center;
  }
}
#equipment h3 + p {
  text-align: center;
  color: #FFF !important;
  line-height: 2.5;
}
@media screen and (max-width: 768px) {
  #equipment h3 + p {
    font-size: 13px;
    line-height: 2;
  }
}
#equipment article {
  position: relative;
  margin: 110px auto 0 auto;
  max-width: 1500px;
}
@media screen and (max-width: 768px) {
  #equipment article {
    margin: 50px auto 0 auto;
  }
}
#equipment article.toilet {
  position: relative;
  margin: 100px auto 100px auto;
  padding-bottom: 100px;
  max-width: 1104px;
  border-bottom: 1px solid #FFF
}
@media screen and (max-width: 768px) {
  #equipment article.toilet {
    margin: 50px 20px;
    padding-bottom: 50px;
  }
}
#equipment article h4 {
  font-family: "Noto Serif JP", serif !important;
  color: #FFF;
  font-size: 24px;
  font-weight: 600;
  text-align: center;
  position: relative;
  z-index: 9;
}
@media screen and (max-width: 768px) {
  #equipment article h4 {
    font-size: 14px;
  }
}
#equipment article h4 img {
  height: 57px;
  margin: 0 0 25px;
}
@media screen and (max-width: 768px) {
  #equipment article h4 img {
    height: 10vw;
    margin: 0 0 15px;
  }
}
#equipment article .side-slide {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  overflow: hidden;
  margin: 60px 0 0 0;
}
@media screen and (max-width: 768px) {
  #equipment article .side-slide {
    display: block;
    margin: 20px 0 0 0;
  }
}
#equipment article.toilet .side-slide {
  align-items: center;
  margin-top: -90px;
}
@media screen and (max-width: 768px) {
  #equipment article.toilet .side-slide {
    margin-top: 20px;
  }
}
#equipment article .side-slide.row {
  flex-direction: row-reverse;
}
#equipment article .side-slide .pic {
  width: 52.5%;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  #equipment article .side-slide .pic {
    width: auto;
    overflow: hidden;
    margin-right: 20px;
  }
}
#equipment article .side-slide .pic ul {
  display: flex;
  width: 180%;
}
#equipment article .side-slide .pic ul li {
  flex: 0 0 33%;
  margin: 0 10px 0 0;
}
@media screen and (max-width: 768px) {
  #equipment article .side-slide .pic ul {
    width: 230%;
  }
  #equipment article .side-slide .pic ul li {
    flex: 0 0 33%;
    margin: 0 5px 0 0;
  }
}
#equipment article .side-slide .text {
  width: 32%;
  margin-right: 13%;
}
@media screen and (max-width: 768px) {
  #equipment article .side-slide .text {
    width: auto;
    margin: 20px 20px 0;
  }
}
#equipment article.toilet .side-slide .pic {
  width: 54%;
}
#equipment article.toilet .side-slide .text {
  margin-right: 0;
  width: 41%;
}
@media screen and (max-width: 768px) {
  #equipment article.toilet .side-slide .pic {
    width: auto;
    margin: 0;
  }
  #equipment article.toilet .side-slide .text {
    width: auto;
    margin-left: 0;
  }
}
#equipment article .side-slide.row .text {
  margin-right: 0;
  margin-left: 13%;
}
@media screen and (max-width: 768px) {
  #equipment article .side-slide.row .text {
    margin: 20px 20px 0 20px;
  }
}
#equipment article .text h5 {
  font-size: 22px;
  font-family: "Noto Serif JP", serif !important;
  color: #FFF;
  font-weight: 600;
  margin: 0 0 25px 0;
  line-height: 1.7;
}
@media screen and (max-width: 768px) {
  #equipment article .text h5 {
    font-size: 20px;
    margin-bottom: 10px;
    letter-spacing: 0.04em;
  }
}
#equipment article .text p {
  line-height: 2;
  color: #FFF !important;
  font-size: 15px;
  text-align: justify;
}
#equipment article .text p small{
	display: block;
	color: #FFF;
}
@media screen and (max-width: 768px) {
  #equipment article .text p {
    font-size: 13px;
  }
}
#equipment article.floor {
  max-width: 1104px;
  margin: 0 auto;
}
#equipment article.floor .title-floor {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 768px) {
  #equipment article.floor .title-floor {
    display: block;
  }
}
#equipment article.floor .title-floor h4 {
  width: 20%;
}
#equipment article.floor .title-floor .text {
  width: 75%;
}
@media screen and (max-width: 768px) {
  #equipment article.floor .title-floor h4, #equipment article.floor .title-floor .text {
    width: auto;
  }
  #equipment article.floor .title-floor .text {
    margin: 30px 20px 0 20px;
  }
}
#equipment article.floor .zu {
  display: flex;
  justify-content: space-between;
  margin: 60px 0 0 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  #equipment article.floor .zu {
    display: block;
    margin: 30px 20px 0 20px;
  }
}
#equipment article.floor .zu ul {
  width: 46%;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  #equipment article.floor .zu ul {
    width: auto;
  }
  #equipment article.floor .zu ul.zu-left {
    border-bottom: 2px dotted #FFF;
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
  #equipment article.floor .zu ul.zu-right li h6 {
    margin-bottom: 10px
  }
  #equipment article.floor .zu ul.zu-right li .pic {
    margin-bottom: 10px
  }
}
#equipment article.floor .zu:after {
  content: "";
  width: 10px;
  height: 100%;
  background-image: radial-gradient(#FFF 30%, transparent 30%);
  background-size: 10px 10px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  #equipment article.floor .zu:after {
    display: none;
  }
}
#equipment article.floor .zu ul li {
  width: 47%;
}
#equipment article.floor .zu ul li h6 {
  color: #86919C;
  text-align: center;
  background: #FFF;
  border-radius: 50px;
  padding: 3px;
  font-weight: 500;
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  #equipment article.floor .zu ul li h6 {
    font-size: 15px;
  }
}
#equipment article.floor .zu ul li p {
  line-height: 1.5;
  font-weight: 400;
  letter-spacing: .09em;
}
#equipment article.floor .zu ul li .pic {
  margin: 10px 0 30px;
}
@media screen and (max-width: 768px) {
  #equipment article.floor .zu ul li .pic {
    margin: 5px 0 15px;
  }
}
#equipment article.floor p.att {
  font-size: 13px;
  text-align: right;
  color: #FFF !important;
  margin: 30px 0 0 0;
}
@media screen and (max-width: 768px) {
  #equipment article.floor p.att {
    text-align: left;
    margin: 20px 20px 50px 20px;
    font-size: 12px;
  }
}
#equipment article.gx {
  background: #E4E7EA;
  max-width: 1104px;
  margin: 80px auto 0 auto;
  padding: 85px 110px;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  #equipment article.gx {
    margin: 0 20px;
    padding: 40px 20px;
    display: block;
  }
}
#equipment article.gx .title-gx h2 {
  width: 70px;
}
@media screen and (max-width: 768px) {
  #equipment article.gx .title-gx h2 {
    width: auto;
    display: flex;
    flex-direction: row-reverse;
    margin-left: 27%;
  }
}
#equipment article.gx .title-gx h2 img {
  height: auto;
}
@media screen and (max-width: 768px) {
  #equipment article.gx .title-gx h2 img {
    height: 60vw;
  }
}
#equipment article.gx .title-gx h2 span {
  display: block;
  writing-mode: vertical-rl;
  text-orientation: upright;
  font-family: "Noto Sans JP", sans-serif !important;
  color: #231815;
  font-size: 16px;
  margin: 30px auto 0 auto;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  #equipment article.gx .title-gx h2 span {
    font-size: 14px;
    position: absolute;
    left: 25%;
    top: 1.5%;
  }
}
#equipment article.gx .title-gx h2 span span {
  display: inline-block;
  margin: 0;
}
@media screen and (max-width: 768px) {
  #equipment article.gx .title-gx h2 span span {
    text-orientation: initial;
    margin: 5px 0 0 0;
    position: static;
  }
}
#equipment article.gx .title-gx h2 span em {
  margin: 5px 0 0 0;
  font-style: normal;
}
#equipment article.gx .title-gx {
  width: 20%;
}
#equipment article.gx .text {
  width: 75%;
}
@media screen and (max-width: 768px) {
  #equipment article.gx .title-gx, #equipment article.gx .text {
    width: auto;
  }
}
#equipment article.gx .text h3 {
  margin: 0;
  font-size: 31px;
  color: #000;
}
@media screen and (max-width: 768px) {
  #equipment article.gx .text h3 {
    font-size: 20px;
  }
}
#equipment article.gx .text .main-image {
  margin: 30px 0 0 0;
}
#equipment article.gx .text .main-text {
  margin: 30px 0 0 0;
}
@media screen and (max-width: 768px) {
  .no-float-sp {
    margin: 0 30px;
  }
  #equipment article.gx .text h3.gx-sp-title {
    margin: 40px 0 15px 0;
  }
  #equipment article.gx .text .main-text {
    margin: 15px 0 0 0;
  }
}
#equipment article.gx .text .float-left {
  float: left; /* 左に寄せて回り込み */
  margin: -60px 20px 10px 0; /* テキストと画像の間に余白を作る */
  max-width: 330px; /* 画像サイズ指定（任意） */
  height: auto;
}
@media screen and (max-width: 768px) {
  #equipment article.gx .text .float-left {
    display: none;
  }
}
#equipment article.gx .text .float-right {
  float: right; /* 左に寄せて回り込み */
  margin: 0 0 0 20px; /* テキストと画像の間に余白を作る */
  max-width: 330px; /* 画像サイズ指定（任意） */
  height: auto;
}
@media screen and (max-width: 768px) {
  #equipment article.gx .text .float-right {
    float: none;
    max-width: 100%; /* 画像サイズ指定（任意） */
    height: auto;
    margin: 0;
  }
}
#equipment article.gx .text p {
  color: #000 !important;
}
#equipment article.gx .text section {
  margin: 40px 0 0 0;
}
#equipment article.gx .text section h2 {
  font-weight: 400;
  font-size: 23px;
  margin: 0 0 10px 0;
}
@media screen and (max-width: 768px) {
  #equipment article.gx .text section {
    margin: 30px 0 0 0;
  }
  #equipment article.gx .text section h2 {
    font-size: 18px;
  }
}
#equipment article.gx .text section .text-pic-xest {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
}
#equipment article.gx .text section .text-pic-xest .text {
  width: calc(100% - 360px);
}
@media screen and (max-width: 768px) {
  #equipment article.gx .text section .text-pic-xest {
    display: block;
  }
  #equipment article.gx .text section .text-pic-xest .text {
    width: auto;
  }
}
#equipment article.gx .text section .text-pic-xest .pic {
  max-width: 330px;
}
@media screen and (max-width: 768px) {
  #equipment article.gx .text section .text-pic-xest .pic {
    max-width: 100%;
    margin-bottom: 20px;
  }
}
/*=========================================================*/
#plan {
  background: #FFF;
  position: relative;
  max-width: initial;
  padding: 120px 0 0 0;
}
@media screen and (max-width: 768px) {
  #plan {
    padding: 60px 0 0 0;
  }
}
#plan:before {
  content: "";
  width: 33%;
  height: 100%;
  background: #F2F2F2;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  #plan:before {
    width: 40%;
    height: 95%;
  }
}
#plan section {
  position: relative;
  z-index: 2;
  max-width: 1500px;
  margin: 0 auto;
}
#plan section > h2 {
  max-width: 290px;
  margin: 0 auto 60px;
}
@media screen and (max-width: 768px) {
  #plan section > h2 {
    width: 42%;
  }
}
#plan section > h3 img {
  display: block;
  height: 44px;
  width: auto;
  margin: 0 auto 40px;
}
@media screen and (max-width: 768px) {
  #plan section > h3 img {
    height: 33px;
  }
}
#plan section > h3 + p {
  text-align: center;
  line-height: 2.5;
  font-size: 15px;
}
@media screen and (max-width: 768px) {
  #plan section > h3 + p {
    line-height: 2;
    font-size: 13px;
  }
}
#plan section article {
  max-width: 1500px;
  margin: 0 40px 0 200px;
}
@media screen and (max-width: 768px) {
  #plan section article {
    margin: 0;
    padding-bottom: 30px;
  }
}
#plan section article .content {
  display: none;
}
@media screen and (max-width: 768px) {
  #plan section article .content > h2 {
    font-size: 18px;
    color: #FFF;
    font-family: "Noto Serif JP", serif !important;
    padding: 70px 20px 20px 20px;
    font-weight: 500;
    letter-spacing: .09em;
    line-height: 1.7;
  }
}
#plan section article .content.show {
  display: block;
}
.sticky-trigger {
  height: 1px; /* 監視用の小さい要素 */
  background: #747474;
}
@media screen and (max-width: 768px) {
  .sticky-trigger {
    margin-left: 20px;
  }
}
.tab-container {
  display: flex;
  max-width: 1110px;
  margin: 65px 0 0 0;
  position: sticky;
  top: 75px;
  z-index: 98;
}
@media screen and (max-width: 768px) {
  .tab-container {
    margin: 40px 20px 0 20px;
    top: 55px;
  }
}
.tab-container .tab {
  background: #FFF;
  width: 32%;
  padding: 25px 5% 25px 65px;
  box-sizing: border-box;
  position: relative;
  margin-right: 4.2%;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.tab-container .tab i {
  font-size: 22px;
  color: #333;
  font-style: normal;
  font-family: "Noto Serif JP", serif !important;
  font-weight: 500;
  position: relative;
  left: 0;
  top: -15px;
	margin: 0 10px 0 0;
}
@media screen and (max-width: 768px) {
  .tab-container .tab i {
    font-size: 14px;
    top: -3px;
  }
}
.tab-container .tab.active i {
  color: #FFF;
}
@media screen and (max-width: 768px) {
  .tab-container .tab {
    padding: 10px 0 10px;
  }
}
.tab-container .tab:last-child {
  margin-right: 0;
}
.tab-container .tab:before {
  content: "";
  width: 100%;
  height: 2px;
  background: #808080;
  position: absolute;
  top: 0;
  right: 0;
}
.tab-container .tab:after {
  content: "";
  width: 2px;
  height: 80%;
  background: #808080;
  position: absolute;
  top: 0;
  right: 0;
}
.tab-container .tab.active:before, .tab-container .tab.active:after {
  display: none;
}
.tab-container .tab.active {
  background: #747474;
}
.tab-container .tab.active p {
  color: #FFF !important;
  width: fit-content;
}
.tab-container .tab.active p small {
  color: #FFF;
}
.tab-container .tab p {
  font-size: 46px;
  font-family: "Noto Serif JP", serif !important;
  width: fit-content;
}
@media screen and (max-width: 768px) {
  .tab-container .tab p {
    font-size: 20px;
  }
}

.tab-container .tab.active i:after {
  background: #FFF;
}
.tab-container .tab p small {
  font-size: 26px;
  font-family: "Noto Serif JP", serif !important;
}
.tab-container.is-sticky .tab:before, .tab-container.is-sticky .tab:after {
  display: none;
}
.content-container {
  background: #747474;
  margin-top: -2px;
  z-index: 98;
}
@media screen and (max-width: 768px) {
  .content-container {
    margin-left: 20px;
    margin-top: 0;
  }
}
.content-container .content {
  position: relative;
  padding:115px 0 115px 115px;
}
@media screen and (max-width: 768px) {
  .content-container .content {
    padding: 0;
  }
}
.content-container .content:before {
  content: "";
  background: url("../img/sub-sub-title-plan-1.svg") no-repeat;
  background-size: 100%;
  width: 288px;
  height: 122px;
  position: absolute;
  right: 10px;
  top: 0;
}
@media screen and (max-width: 768px) {
  .content-container .content:before {
    width: 140px;
    height: 60px;
  }
}
.content-container .content.no1:before {
  background: url("../img/sub-sub-title-plan-1.svg") no-repeat;
}
.content-container .content.no2:before {
  background: url("../img/sub-sub-title-plan-2.svg") no-repeat;
}
.content-container .content.no3:before {
  background: url("../img/sub-sub-title-plan-3.svg") no-repeat;
}
.content-container .content .pic-text {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  max-width: 1280px;
  margin: 0 0 0 -135px;
  position: relative;
  left: -150px;
}
@media screen and (max-width: 768px) {
  .content-container .content .pic-text {
    display: block;
    margin: 0;
    left: 0;
  }
}
.content-container .content .pic-text .pic {
  position: relative;
  width: 70%;
  margin-left: 10px;
  line-height: 0;
}
.content-container .content .pic-text .text {
  position: relative;
  width: 24%;
}
.content-container .content .pic-text .pic img {
  object-fit: cover;
  height: 608px;
}
@media screen and (max-width: 768px) {
  .content-container .content .pic-text .pic {
    margin-left: -20px;
    width: 100%;
    margin-bottom: 30px
  }
  .content-container .content .pic-text .pic img {
    height: auto;
  }
  .content-container .content .pic-text .text {
    width: auto;
    padding: 0 30px;
  }
}
.content-container .content .pic-text .text .type {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 0 0 -20px;
}
.content-container .content .pic-text .text .type h2 {
  width: 55%;
  border-right: 1px solid #FFF;
  font-size: 58px;
  font-family: "Noto Serif JP", serif !important;
  font-weight: 500;
  line-height: 1.2;
  text-align: center;
  color: #FFF;
  padding: 10px 0;
}
@media screen and (max-width: 768px) {
  .content-container .content .pic-text .text .type h2 {
    font-size: 44px;
  }
}
.content-container .content .pic-text .text .type h2 small {
  font-family: "Noto Serif JP", serif !important;
  font-size: 32px;
  color: #FFF;
  display: inline-block;
  margin: 0 0 0 5px;
}
.content-container .content .pic-text .text .type h2 span {
  font-size: 25px;
  color: #FFF;
  display: block;
}
@media screen and (max-width: 768px) {
  .content-container .content .pic-text .text .type h2 span {
    display: inline-block;
    margin-right: 10px;
  }
}
.content-container .content .pic-text .text .type p {
  font-size: 29px;
  font-weight: 400;
  margin: 0 0 0 20px;
  color: #FFF !important;
}
@media screen and (max-width: 768px) {
  .content-container .content .pic-text .text .type p {
    font-size: 25px;
  }
}
.content-container .content .pic-text .text p.number {
  font-size: 17px;
  color: #FFF !important;
  margin: 25px 0 0;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .content-container .content .pic-text .text p.number {
    font-size: 15px;
  }
}
.content-container .content .pic-text .text .func {
  margin: 15px 0 25px 0;
}
.content-container .content .pic-text .text .func li {
  background: #FFF;
  border-radius: 50px;
  font-size: 20px;
  letter-spacing: 0.1em;
  padding: 3px 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .content-container .content .pic-text .text .func li {
    font-size: 18px;
  }
}
.content-container .content .pic-text .text .func li:not(:last-child) {
  margin-bottom: 15px;
}
.content-container .content .pic-text .text .range h3 {
  font-size: 18px;
  color: #FFF;
  font-weight: 400;
  text-align: center;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #FFF;
  letter-spacing: .2em;
}
.content-container .content .pic-text .text .range table {
  width: 100%;
}
.content-container .content .pic-text .text .range table th, .content-container .content .pic-text .text .range table td {
  color: #FFF;
  font-size: 17px;
  font-weight: 300;
  padding: 7px 0;
  border-bottom: 1px solid #FFF;
  text-align: left;
}
.content-container .content .pic-text .text .range table tr:last-child th, .content-container .content .pic-text .text .range table tr:last-child td {
  border-bottom: none;
}
.content-container .content .pic-text .text .range table th {
  letter-spacing: .095em;
}
@media screen and (max-width: 768px) {
  .content-container .content .pic-text .text .range table th, .content-container .content .pic-text .text .range table td {
    font-size: 16px;
  }
}
.content-container .content .detail {
  display: flex;
  justify-content: space-between;
  margin: 80px 150px 0 0;
}
@media screen and (max-width: 768px) {
  .content-container .content .detail {
    margin: 0;
    display: block;
  }
}
.content-container .content .detail .catch h2 {
  writing-mode: vertical-rl;
  text-orientation: upright;
  font-family: "Noto Serif JP", serif !important;
  color: #FFF;
  font-weight: 500;
  letter-spacing: .09em;
  font-size: 27px;
  line-height: 2;
}
.content-container .content .detail .catch h2 span {
  text-orientation: initial;
  display: inline-block;
  transform: rotate(270deg);
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .content-container .content .detail .catch h2 {
    writing-mode: horizontal-tb;
  }
}
.content-container .content .detail .catch {
  width: 25%;
}
.content-container .content .detail .feature {
  width: 75%;
}
@media screen and (max-width: 768px) {
  .content-container .content .detail .catch, .content-container .content .detail .feature {
    width: auto;
  }
  .content-container .content .detail .feature {
    margin: 20px;
  }
}
.content-container .content .detail .feature .wrap {
  max-width: 95%;
  margin: 25px 0 0 5%;
}
.content-container .content .detail .feature .wrap .model-house{
	padding: 30px 30px 0 30px;
	margin-bottom: -30px;
	background: #FFF;
	    position: relative;
    z-index: 9;
}
.content-container .content .detail .feature .wrap.noma {
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  .content-container .content .detail .feature .wrap {
    max-width: initial;
    margin: 20px 0 0 0;
    padding-bottom: 30px;
  }
}
.content-container .content .detail .feature .per {
  margin: 0 auto 60px auto;
  background: #FFF;
  padding: 5%;
}
@media screen and (max-width: 768px) {
  .content-container .content .detail .feature .per {
    margin-bottom: 30px;
  }
}
.content-container .content .detail .feature .per ul li:not(:last-child) {
  border-bottom: 2px dotted #4D4D4D;
  padding-bottom: 40px;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .content-container .content .detail .feature .per ul li:not(:last-child) {
    padding-bottom: 30px;
    margin-bottom: 20px;
  }
}
.content-container .content .detail .feature .per ul li h3 {
  text-align: center;
  font-size: 44px;
  font-family: "Noto Serif JP", serif !important;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .content-container .content .detail .feature .per ul li h3 {
    font-size: 32px;
    margin-bottom: 10px;
  }
}
.content-container .content .detail .feature .per ul li h3 span {
  font-size: 20px;
  font-family: "Noto Serif JP", serif !important;
  font-weight: 500;
  position: relative;
  top: -7px;
}
@media screen and (max-width: 768px) {
  .content-container .content .detail .feature .per ul li h3 span {
    font-size: 14px;
  }
}
.content-container .content .detail .feature .list {
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .content-container .content .detail .feature .list {
    margin-bottom: 40px;
  }
}
.content-container .content .detail .feature .list li:not(:last-child) {
  border-bottom: 2px dotted #FFF;
  padding-bottom: 35px;
  margin-bottom: 35px;
}
@media screen and (max-width: 768px) {
  .content-container .content .detail .feature .list li:not(:last-child) {
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
}
.content-container .content .detail .feature .list li h3 {
  font-size: 23px;
  color: #FFF;
  font-weight: 500;
  font-family: "Noto Serif JP", serif !important;
  margin: 0 0 25px 0;
  text-indent: -2.4em;
  padding-left: 2.4em;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .content-container .content .detail .feature .list li h3 {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .content-container .content .detail .feature .list li h3.tsume {
    letter-spacing: -0.25em;
  }
  .content-container .content .detail .feature .list li h3.tsume span {
    letter-spacing: 0;
  }
}
.content-container .content .detail .feature .list li h3 span {
  background: #FFF;
  display: inline-block;
  font-size: 31px;
  color: #747474;
  font-family: "Noto Serif JP", serif !important;
  width: 39px;
  height: 39px;
  text-align: center;
  vertical-align: middle;
  line-height: 1;
  margin: 0 15px 0 0;
  text-indent: 0;
  padding-left: 0;
}
@media screen and (max-width: 768px) {
  .content-container .content .detail .feature .list li h3 span {
    font-size: 22px;
    width: 27px;
    height: 27px;
    margin-right: 10px;
    line-height: 1.2;
  }
}
.content-container .content .detail .feature .list li p {
  color: #FFF !important;
  font-size: 15px;
  line-height: 2;
  font-weight: 300;
}
@media screen and (max-width: 768px) {
  .content-container .content .detail .feature .list li p {
    font-size: 14px;
    line-height: 1.8;
  }
}
.content-container .content .detail .feature .image {
  margin: 40px 0 0 0;
}
@media screen and (max-width: 768px) {
  .content-container .content .detail .feature .image {
    margin: 25px 0 0 0;
  }
}
/*=========================================================*/
#ansin {
  background: url("../img/bk-ansin.png");
  padding: 80px 0;
  max-width: initial;
}
@media screen and (max-width: 768px) {
  #ansin {
    padding: 10px 0 20px 0;
    background: url("../img/bk-ansin-sp.png");
    background-size: cover;
  }
}
#ansin h2 {
  text-align: center;
  font-size: 47px;
  font-family: "Noto Serif JP", serif !important;
  font-weight: 500;
  margin: 0 0 30px 0;
}
@media screen and (max-width: 768px) {
  #ansin h2 {
    font-size: 26px;
    margin-bottom: 20px;
  }
}
#ansin h2:before {
  content: "";
  width: 126px;
  height: 49px;
  background: url("../img/logo-acehome.svg") no-repeat;
  background-size: 100%;
  display: inline-block;
  margin-right: 30px;
}
@media screen and (max-width: 768px) {
  #ansin h2:before {
    content: "";
    width: 20vw;
    height: 9vw;
    display: block;
    margin: 0 auto 10px auto;
  }
}
#ansin h2 + p {
  text-align: center;
  line-height: 2.5;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  #ansin h2 + p {
    line-height: 2;
  }
}
#ansin .btn-area {
  display: flex;
  justify-content: space-between;
  max-width: 1093px;
  margin: 50px auto 0;
}
@media screen and (max-width: 768px) {
  #ansin .btn-area {
    margin: 25px 20px 20px;
    display: block;
  }
}
#ansin .btn-area li {
  width: 48%;
}
#ansin .btn-area li a{
	cursor: pointer;
}
@media screen and (max-width: 768px) {
  #ansin .btn-area li {
    width: auto;
  }
  #ansin .btn-area li a {
    display: block;
    background: #FFF;
  }
  #ansin .btn-area li:first-child {
    margin-bottom: 15px;
  }
}
footer {
  margin-top: 0 !important;
}