@charset "UTF-8";
#selecter .map .HTMLBlock {
  height: 100%;
}

/* ----------------------------------------------
mainimg
------------------------------------------------- */
#mainimg {
  position: relative;
  margin-bottom: 13px;
  /* &:after{
    content: "";
    position: absolute;
    top: 52%;
    transform: translateY(-50%);
    right: 12.3%;
    width: perCalc(494,1600);
    aspect-ratio: 494/495;
    background: url(../images/main-shape.webp)no-repeat center/cover;
  } */
}
#mainimg .bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#mainimg .logo {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 6.3%;
  /* max-width: 492px; */
  max-width: max(30.75%, 150px);
}
#mainimg .shape {
  position: absolute;
  top: 52%;
  transform: translateY(-50%);
  right: 19%;
  width: 24%;
  aspect-ratio: 494/495;
}
#mainimg .shape img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#mainimg .shape span {
  position: absolute;
  color: #fff;
}
#mainimg .shape img {
  animation: rotateClockwise 150s linear infinite;
}

@keyframes rotateClockwise {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
/* ----------------------------------------------
cocept
------------------------------------------------- */
#concept {
  display: flex;
  flex-direction: column;
  overflow-y: clip;
}
#concept::after {
  content: "";
  width: 100%;
  aspect-ratio: 1600/138;
  max-height: 138px;
  background: url(../images/concept.webp) repeat-x left -12px top 0;
  margin-top: max(-0.75vw, -12px);
  margin-bottom: max(-2.5vw, -40px);
}
#concept .top {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  gap: 30px 10px;
  padding: 155px 4.6875% 53px 8.125%;
  overflow: hidden;
}
#concept .top::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: #ead5c8;
}
#concept .top .shapes .shape {
  position: absolute;
  z-index: -1;
}
#concept .top .shapes .shape img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#concept .top .shapes .shape.s1 {
  width: min(27.75%, 444px);
  aspect-ratio: 444/545;
  top: 0;
  left: 0;
  transform: translate(-27.027027027%, -20.1834862385%);
  mix-blend-mode: overlay;
}
#concept .top .shapes .shape.s2 {
  width: min(31.3125%, 501px);
  aspect-ratio: 501/584;
  bottom: 0;
  right: 0;
  transform: translate(33.3333333333%, 42.8082191781%);
  mix-blend-mode: overlay;
}
#concept .top .shapes .shape.s3 {
  width: min(23%, 368px);
  aspect-ratio: 368/372;
  top: 0;
  right: 15%;
  transform: translateY(-12.0967741935%);
  mix-blend-mode: multiply;
}
#concept .top .left {
  padding-bottom: 17px;
}
#concept .top .left h2 {
  font-family: "minion-pro", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 65px;
  line-height: 1.1384615385;
  letter-spacing: 0.1em;
  color: #ba1510;
  margin-bottom: 23px;
}
#concept .top .left h2 small {
  display: block;
  font-size: 30px;
  line-height: 1.6;
  letter-spacing: 0.1em;
}
@media (max-width: 999px) {
  #concept .top .left h2 {
    font-size: 40px;
  }
  #concept .top .left h2 small {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  #concept .top .left h2 {
    font-size: 30px;
  }
  #concept .top .left h2 small {
    font-size: 20px;
  }
}
#concept .top .left .text {
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 21px;
  line-height: 2;
  letter-spacing: 0.1em;
  color: #000;
  margin-bottom: 7px;
}
#concept .top .left .small {
  font-family: "acumin-variable", sans-serif;
  font-variation-settings: "slnt" 0, "wdth" 100, "wght" 300;
  font-size: 16px;
  line-height: 1.6;
  color: #003637;
}
#concept .top .btn {
  margin: auto 0 0 auto;
}
#concept .top .btn a {
  text-decoration: none;
  transition: all 0.5s ease-out;
  display: flex;
  align-items: center;
  width: 242px;
  height: 70px;
  border-radius: 35px;
  font-family: "acumin-variable", sans-serif;
  font-variation-settings: "slnt" 0, "wdth" 100, "wght" 300;
  font-size: 26px;
  line-height: 1.6;
  letter-spacing: 0.1em;
  background-position: center right 40px;
  background-repeat: no-repeat;
  background-color: #886239;
  padding: 10px 95px 10px 57px;
  color: #fff;
  background-image: url(../images/arow.webp);
}
#concept .top .btn a:hover {
  opacity: 0.6;
}
@media (max-width: 999px) {
  #concept .top .btn a {
    width: 220px;
    height: 60px;
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  #concept .top .btn a {
    width: 200px;
    height: 50px;
    font-size: 18px;
  }
}
#concept .bottom {
  overflow-x: clip;
}
#concept .slide {
  margin: 0 -20.625% 0 -1%;
}
#concept .slide .slick-list {
  margin: 0 -2.5px;
}
#concept .slide .image {
  margin: 0 2.5px;
  aspect-ratio: 386/218;
  max-height: 218px;
}
#concept .slide .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 999px) {
  #concept .top {
    padding: 110px 10px 40px;
  }
  #concept .top .left h2 {
    margin-bottom: 15px;
  }
  #concept .top .left .text {
    font-size: 18px;
  }
  #concept .top .left .small {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  #concept .top {
    padding: 70px 10px 30px;
    flex-direction: column;
  }
  #concept .top .left {
    padding-bottom: 0;
  }
  #concept .top .left h2 {
    margin-bottom: 10px;
  }
  #concept .top .left .text {
    font-size: 16px;
  }
  #concept .top .left .small {
    font-size: 12px;
  }
  #concept .top .btn {
    margin-right: auto;
  }
}

/* ----------------------------------------------
rental
------------------------------------------------- */
#rental {
  background-color: #ba1510;
  padding: 97px 5.9375% 0;
}
#rental .top {
  display: flex;
  flex-wrap: wrap;
  gap: 30px 10px;
  padding: 0 40px 0 35px;
  margin-bottom: 97px;
}
#rental .top .left h2 {
  font-family: "minion-pro", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 65px;
  line-height: 1.1384615385;
  letter-spacing: 0.1em;
  color: #fff;
  margin-bottom: 45px;
}
#rental .top .left h2 small {
  display: block;
  font-size: 30px;
  line-height: 1.6;
  letter-spacing: 0.1em;
}
@media (max-width: 999px) {
  #rental .top .left h2 {
    font-size: 40px;
  }
  #rental .top .left h2 small {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  #rental .top .left h2 {
    font-size: 30px;
  }
  #rental .top .left h2 small {
    font-size: 20px;
  }
}
#rental .top .left h2 small {
  text-align: end;
}
#rental .top .left .btn a {
  text-decoration: none;
  transition: all 0.5s ease-out;
  display: flex;
  align-items: center;
  width: 242px;
  height: 70px;
  border-radius: 35px;
  font-family: "acumin-variable", sans-serif;
  font-variation-settings: "slnt" 0, "wdth" 100, "wght" 300;
  font-size: 26px;
  line-height: 1.6;
  letter-spacing: 0.1em;
  background-position: center right 40px;
  background-repeat: no-repeat;
  background-color: #fff;
  padding: 10px 95px 10px 57px;
  color: #ba1510;
  background-image: url(../images/arow-red.webp);
}
#rental .top .left .btn a:hover {
  opacity: 0.6;
}
@media (max-width: 999px) {
  #rental .top .left .btn a {
    width: 220px;
    height: 60px;
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  #rental .top .left .btn a {
    width: 200px;
    height: 50px;
    font-size: 18px;
  }
}
#rental .top .right {
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 21px;
  line-height: 2;
  letter-spacing: 0.1em;
  color: #fff;
  margin-left: auto;
  margin-top: 9px;
}
#rental .top .right ul {
  margin-top: 15px;
  margin-left: -10px;
}
#rental .top .right ul li {
  display: flex;
  align-items: center;
}
#rental .top .right ul li::before {
  content: "・";
}
#rental .top .right ul li:nth-child(odd) {
  margin-bottom: -5px;
}
#rental .bottom {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 1.134751773%;
}
#rental .bottom .image {
  width: 49.4326241135%;
}
#rental .bottom .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 999px) {
  #rental {
    padding: 70px 10px 0;
  }
  #rental .top {
    padding: 0 10px;
    margin-bottom: 70px;
  }
  #rental .top .left h2 {
    margin-bottom: 30px;
  }
  #rental .top .right {
    font-size: 17px;
  }
}
@media (max-width: 767px) {
  #rental {
    padding-top: 50px;
  }
  #rental .top {
    margin-bottom: 50px;
  }
  #rental .top .left h2 {
    margin-bottom: 20px;
  }
  #rental .top .right {
    font-size: 13px;
  }
  #rental .top .right ul {
    margin-top: 10px;
  }
}

/* ----------------------------------------------
system
------------------------------------------------- */
#system {
  background: url(../images/system-bg.webp) no-repeat center/cover;
  display: flex;
  flex-wrap: wrap;
  gap: 30px 10px;
  padding: 120px 4.6875% 110px 8.125%;
}
#system .left h2 {
  font-family: "minion-pro", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 65px;
  line-height: 1.1384615385;
  letter-spacing: 0.1em;
  color: #ba1510;
  margin-bottom: 33px;
}
#system .left h2 small {
  display: block;
  font-size: 30px;
  line-height: 1.6;
  letter-spacing: 0.1em;
}
@media (max-width: 999px) {
  #system .left h2 {
    font-size: 40px;
  }
  #system .left h2 small {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  #system .left h2 {
    font-size: 30px;
  }
  #system .left h2 small {
    font-size: 20px;
  }
}
#system .left .text .box .title {
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 21px;
  line-height: 2;
  letter-spacing: 0.1em;
  color: #000;
  margin-bottom: 7px;
}
#system .left .text .box .coment {
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 1.75;
  color: #000;
  margin-bottom: 5px;
}
#system .left .text .box .eg {
  font-family: "acumin-variable", sans-serif;
  font-variation-settings: "slnt" 0, "wdth" 100, "wght" 300;
  font-size: 16px;
  line-height: 1.3125;
  color: #003637;
  padding-left: 5px;
}
#system .left .text .box:not(:last-child) {
  margin-bottom: 49px;
}
#system .btn {
  margin: auto 0 auto auto;
}
#system .btn a {
  text-decoration: none;
  transition: all 0.5s ease-out;
  display: flex;
  align-items: center;
  width: 242px;
  height: 70px;
  border-radius: 35px;
  font-family: "acumin-variable", sans-serif;
  font-variation-settings: "slnt" 0, "wdth" 100, "wght" 300;
  font-size: 26px;
  line-height: 1.6;
  letter-spacing: 0.1em;
  background-position: center right 40px;
  background-repeat: no-repeat;
  background-color: #886239;
  padding: 10px 95px 10px 57px;
  color: #fff;
  background-image: url(../images/arow.webp);
}
#system .btn a:hover {
  opacity: 0.6;
}
@media (max-width: 999px) {
  #system .btn a {
    width: 220px;
    height: 60px;
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  #system .btn a {
    width: 200px;
    height: 50px;
    font-size: 18px;
  }
}
@media (max-width: 999px) {
  #system {
    padding: 90px 10px;
  }
  #system .left h2 {
    margin-bottom: 25px;
  }
  #system .left .text .box .title {
    font-size: 18px;
  }
  #system .left .text .box .coment {
    font-size: 14px;
  }
  #system .left .text .box .eg {
    font-size: 14px;
  }
  #system .left .text .box:not(:last-child) {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  #system {
    padding: 70px 10px;
  }
  #system .left h2 {
    margin-bottom: 20px;
  }
  #system .left .text .box .title {
    font-size: 16px;
  }
  #system .left .text .box .coment {
    font-size: 12px;
  }
  #system .left .text .box .eg {
    font-size: 12px;
  }
  #system .left .text .box:not(:last-child) {
    margin-bottom: 20px;
  }
}

/* ----------------------------------------------
staff
------------------------------------------------- */
#staff {
  position: relative;
  display: flex;
  align-items: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
  padding: 190px 16.375% 198px 8.25%;
}
#staff .bgs {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #004337;
  z-index: -1;
  overflow-y: clip;
}
#staff .bgs .bg {
  display: block;
  width: 100%;
  aspect-ratio: 1600/277;
  max-height: 277px;
  background: url(../images/staff-bg.webp) repeat-x;
  background-size: auto 100%;
}
#staff .bgs .bg:nth-child(1) {
  margin-top: max(-3.75vw, -60px);
}
#staff .bgs .bg:not(:last-child) {
  margin-bottom: max(-0.625vw, -10px);
}
#staff .bgs .bg:nth-child(odd) {
  background-position: left max(-13.125vw, -210px) top 0;
}
#staff .bgs .bg:nth-child(even) {
  background-position: left max(-3.375vw, -54px) top 0;
}
#staff h2 {
  font-family: "minion-pro", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 65px;
  line-height: 1.1384615385;
  letter-spacing: 0.1em;
  color: #fff;
}
#staff h2 small {
  display: block;
  font-size: 30px;
  line-height: 1.6;
  letter-spacing: 0.1em;
}
@media (max-width: 999px) {
  #staff h2 {
    font-size: 40px;
  }
  #staff h2 small {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  #staff h2 {
    font-size: 30px;
  }
  #staff h2 small {
    font-size: 20px;
  }
}
#staff .contents {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 105px;
  margin-left: auto;
}
#staff .contents .block a {
  text-decoration: none;
  transition: all 0.5s ease-out;
}
#staff .contents .block a:hover {
  opacity: 0.6;
}
#staff .contents .block .head {
  display: flex;
  align-items: center;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
#staff .contents .block .head .eg {
  font-family: "minion-pro", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 22px;
  line-height: 1.6;
  letter-spacing: 0.2em;
  color: #fff;
}
#staff .contents .block .head .jp {
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 0.1em;
  color: #fff;
}
#staff .contents .block .name {
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 21px;
  line-height: 1.6;
  letter-spacing: 0.1em;
  color: #fff;
}
@media (max-width: 999px) {
  #staff {
    padding: 150px 10px;
  }
  #staff .contents {
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
  #staff .contents .block .head {
    -moz-column-gap: 15px;
         column-gap: 15px;
  }
  #staff .contents .block .head .eg {
    font-size: 18px;
  }
  #staff .contents .block .head .jp {
    font-size: 14px;
  }
  #staff .contents .block .name {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  #staff {
    padding: 80px 10px;
    flex-direction: column;
    align-items: center;
    row-gap: 30px;
  }
  #staff .contents {
    gap: 15px;
    margin-left: unset;
    justify-content: center;
  }
  #staff .contents .block .head {
    -moz-column-gap: 10px;
         column-gap: 10px;
  }
  #staff .contents .block .head .eg {
    font-size: 16px;
  }
  #staff .contents .block .head .jp {
    font-size: 12px;
  }
  #staff .contents .block .name {
    font-size: 16px;
  }
}

/* ----------------------------------------------
menu
------------------------------------------------- */
#menu {
  position: relative;
  padding: 103px 0 142px;
  overflow: hidden;
}
#menu::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ba1510;
  z-index: -1;
}
#menu .shapes .shape {
  position: absolute;
  z-index: -1;
  mix-blend-mode: lighten;
}
#menu .shapes .shape img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#menu .shapes .shape.s1 {
  width: min(27.75%, 444px);
  aspect-ratio: 444/545;
  top: 0;
  left: 0;
  transform: translate(-37.1621621622%, -9.1743119266%);
}
#menu .shapes .shape.s2 {
  width: min(31.3125%, 501px);
  aspect-ratio: 501/584;
  bottom: 0;
  right: 0;
  transform: translate(38.9221556886%, 15.9246575342%);
}
#menu .head {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding: 0 4.8125% 0 8.125%;
  margin-bottom: 78px;
}
#menu .head h2 {
  font-family: "minion-pro", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 65px;
  line-height: 1.1384615385;
  letter-spacing: 0.1em;
  color: #fff;
}
#menu .head h2 small {
  display: block;
  font-size: 30px;
  line-height: 1.6;
  letter-spacing: 0.1em;
}
@media (max-width: 999px) {
  #menu .head h2 {
    font-size: 40px;
  }
  #menu .head h2 small {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  #menu .head h2 {
    font-size: 30px;
  }
  #menu .head h2 small {
    font-size: 20px;
  }
}
#menu .head .btn {
  margin-left: auto;
}
#menu .head .btn a {
  text-decoration: none;
  transition: all 0.5s ease-out;
  display: flex;
  align-items: center;
  width: 242px;
  height: 70px;
  border-radius: 35px;
  font-family: "acumin-variable", sans-serif;
  font-variation-settings: "slnt" 0, "wdth" 100, "wght" 300;
  font-size: 26px;
  line-height: 1.6;
  letter-spacing: 0.1em;
  background-position: center right 40px;
  background-repeat: no-repeat;
  background-color: #fff;
  padding: 10px 95px 10px 57px;
  color: #ba1510;
  background-image: url(../images/arow-red.webp);
}
#menu .head .btn a:hover {
  opacity: 0.6;
}
@media (max-width: 999px) {
  #menu .head .btn a {
    width: 220px;
    height: 60px;
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  #menu .head .btn a {
    width: 200px;
    height: 50px;
    font-size: 18px;
  }
}
#menu .contents {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 60px 10.3164556962%;
  padding: 0 10px;
}
#menu .contents .text {
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 16px;
  line-height: 1.75;
  letter-spacing: 0.2em;
  color: #fff;
}
#menu .contents .text .title:not(:last-child),
#menu .contents .text table:not(:last-child) {
  margin-bottom: 28px;
}
#menu .contents .text table {
  width: 100%;
}
#menu .contents .text table th {
  padding-right: 55px;
}
#menu .contents .text table td {
  text-align: end;
}
@media (max-width: 999px) {
  #menu {
    padding: 90px 0 100px;
  }
  #menu .head {
    margin-bottom: 60px;
    padding: 0 10px;
  }
  #menu .contents {
    row-gap: 50px;
  }
  #menu .contents .text {
    font-size: 14px;
  }
  #menu .contents .text .title:not(:last-child),
  #menu .contents .text table:not(:last-child) {
    margin-bottom: 15px;
  }
  #menu .contents .text table th {
    padding-right: 30px;
  }
}
@media (max-width: 767px) {
  #menu {
    padding: 70px 0;
  }
  #menu .head {
    margin-bottom: 40px;
  }
  #menu .contents {
    row-gap: 30px;
  }
  #menu .contents .text {
    font-size: 12px;
  }
  #menu .contents .text .title:not(:last-child),
  #menu .contents .text table:not(:last-child) {
    margin-bottom: 10px;
  }
  #menu .contents .text table th {
    padding-right: 20px;
  }
}
@media (max-width: 500px) {
  #menu .contents .text {
    font-size: 10px;
  }
}

/* ----------------------------------------------
insta
------------------------------------------------- */
#insta {
  background: url(../images/insta-bg.png) repeat top max(-3.75vw, -60px) left max(-15vw, -240px)/cover;
  padding: 92px 0 155px;
}
#insta h2 {
  font-family: "minion-pro", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 65px;
  line-height: 1.1384615385;
  letter-spacing: 0.1em;
  color: #ba1510;
  text-align: center;
  margin-bottom: 60px;
}
#insta h2 small {
  display: block;
  font-size: 30px;
  line-height: 1.6;
  letter-spacing: 0.1em;
}
@media (max-width: 999px) {
  #insta h2 {
    font-size: 40px;
  }
  #insta h2 small {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  #insta h2 {
    font-size: 30px;
  }
  #insta h2 small {
    font-size: 20px;
  }
}
#insta .contents {
  display: flex;
  flex-wrap: wrap;
  width: min(100% - 20px, 1230px);
  margin: 0 auto;
  gap: 20px 1.6802168022%;
}
#insta .contents .block {
  width: 23.7398373984%;
  overflow: clip;
}
#insta .contents .block .image {
  position: relative;
  aspect-ratio: 292/293;
}
#insta .contents .block .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#insta .contents .block .image .textbox {
  position: absolute;
  top: 0;
  left: 0;
  padding: 10px;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  transition: all 0.5s ease-out;
}
#insta .contents .block .image .textbox .text {
  font-size: 12px;
  line-height: 1.5;
  color: #fff;
}
#insta .contents .block .image .textbox:hover {
  opacity: 1;
}
@media (max-width: 999px) {
  #insta {
    padding: 70px 0 100px;
  }
  #insta h2 {
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  #insta {
    padding: 60px 0 70px;
  }
  #insta h2 {
    margin-bottom: 30px;
  }
  #insta .contents {
    -moz-column-gap: 2%;
         column-gap: 2%;
  }
  #insta .contents .block {
    width: 32%;
  }
}/*# sourceMappingURL=index.css.map */