@charset "UTF-8";
@font-face {
  font-family: mini-wakuwaku-maru;
  src: url(../font/mini-wakuwaku-maru.otf) format("opentype");
}
@font-face {
  font-family: AB-kirigirisu;
  src: url(../font/AB-kirigirisu.ttf) format("truetype");
}
html {
  font-size: 1px;
}

body {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #000;
  font-feature-settings: "palt";
  box-sizing: border-box;
  margin: 0;
  border: 0;
  line-height: 1.4;
  font-size: 16px;
  background: #fff;
}

* {
  box-sizing: border-box;
}

h1, h2, h3, h4, figure {
  margin: 0;
}

.d-flex {
  display: flex;
}

.flex-reserve {
  flex-direction: row-reverse;
}

ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

p {
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
}

a {
  text-decoration: none;
}

.align-items-center {
  align-items: center;
}

.pc {
  display: flex !important;
}

.pc-block {
  display: block !important;
}

.font-mincho {
  font-family: "Hina Mincho", serif;
}

.sp {
  display: none !important;
}

.sp-block {
  display: none !important;
}

.justify-content-center {
  justify-content: center;
}

.justify-content-between {
  justify-content: space-between;
}

.justify-content-around {
  justify-content: space-around;
}

.justify-content-end {
  justify-content: flex-end;
}

.align-items-baseline {
  align-items: baseline;
}

.text-center {
  text-align: center !important;
}

.center {
  margin-left: auto;
  margin-right: auto;
}

.jusify-content-left {
  justify-content: left !important;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(50px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(-100px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translateX(100px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes scaled_x {
  0% {
    -webkit-clip-path: inset(0 100% 0 0);
            clip-path: inset(0 100% 0 0);
  }
  100% {
    opacity: 1;
    -webkit-clip-path: inset(0);
            clip-path: inset(0);
  }
}
.anim {
  opacity: 0;
}
.anim.fadeInUp.is-animated {
  animation: fadeInUp 1s ease-in-out forwards;
}
.anim.fadeIn.is-animated {
  animation: fadeIn 1s ease-in-out forwards;
}
.anim.fadeInLeft.is-animated {
  animation: fadeInLeft 1s ease-in-out forwards;
}
.anim.fadeInRight.is-animated {
  animation: fadeInRight 1s ease-in-out forwards;
}
.anim.scaled_x.is-animated {
  transform-origin: left;
  animation: scaled_x 1s ease-in-out forwards;
}
.anim.scaled_y.is-animated {
  transform-origin: right;
  animation: scaled_x 1s ease-in-out forwards;
}

@media screen and (max-width: 768px) {
  html {
    font-size: 0.133333vw;
  }
  .pc {
    display: none !important;
  }
  .pc-block {
    display: none !important;
  }
  .sp {
    display: flex !important;
  }
  .sp-block {
    display: block !important;
  }
}
.top__mainimg--inner {
  width: 100%;
  height: auto;
  margin: auto;
  display: flex;
}
.top__mainimg--inner img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.header__main--logo {
  width: 318px;
  top: 74px;
}
.header__main--logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.header__main--menu .ver_txt {
  height: auto;
}

.top__gallery--content .txt .title {
  font-size: 70px;
  letter-spacing: 0.2em;
}

.gallery__items {
  max-width: 900px;
  width: 100%;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
}
.gallery__items .c__item {
  width: 33.3333333333%;
  padding: 0 20px;
  margin-bottom: 35px;
}
.gallery__items .c__item .image {
  width: 100%;
  display: flex;
}
.gallery__items .c__item .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.gallery__items .c__item h2 {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "Noto Sans JP", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-weight: bold;
  font-size: 20px;
  line-height: 36.5px;
  margin-top: 8px;
  text-align: center;
  color: #000;
}
.gallery__items .c__item h2 span {
  font-size: 16px;
}

.top__gallery {
  padding: 200px 0px 50px;
}

.business__content {
  padding: 90px 0;
  margin-bottom: 88px;
  border-top: 6px solid #000;
  border-bottom: 6px solid #000;
}
.business__content .t__lbl {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "Noto Sans JP", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-weight: bold;
  font-size: 24px;
  letter-spacing: 0.2em;
  line-height: 36.5px;
  text-align: center;
  color: #000;
}
.business__content .content__inner {
  max-width: 860px;
  width: 95%;
  margin: auto;
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.business__content .content__inner .c__item {
  width: 100%;
  height: 80px;
  margin-bottom: 20px;
  background: #fff;
  border: 1px solid #000;
  display: flex;
  justify-content: center;
  align-items: center;
}
.business__content .content__inner .c__item.c01 {
  width: 420px;
}
.business__content .content__inner .c__item span {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "Noto Sans JP", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-weight: bold;
  font-size: 20px;
  letter-spacing: 0.2em;
  line-height: 30.5px;
  text-align: center;
  color: #000;
}

.contactBox__frame {
  padding-right: 0;
}

.contactBox__frame--map {
  border-top: 0;
}

.footer__main--left .logo {
  display: block;
  width: 280rem;
}

.footer__main--right p {
  margin-bottom: 5px;
}

.footer__main--right p.c01 {
  font-size: 14px;
}

.header__menusp {
  width: auto;
  display: flex;
  align-items: center;
  transform: translateX(100%);
}
.header__menusp .footer__main--left {
  width: 314px;
}
.header__menusp .footer__main--left .note {
  width: 255rem;
  margin: auto;
  margin-bottom: 10rem;
  font-weight: 500;
  font-size: 12px;
  letter-spacing: 0.14em;
  line-height: 18px;
  text-align: left;
  color: #000;
}
.header__menusp .footer__main--left .logo {
  height: auto;
  width: 255rem;
}
.header__menusp .footer__main--left .sns {
  padding: 0 57px 0 40px;
}

.header__menusp--list li:last-child a {
  border-bottom: 0;
}

.header__menusp--list li a {
  padding-bottom: 10px;
  border-bottom: 1px solid #808080;
}

.header__main--copyright {
  width: 14px;
  height: auto;
}

.top .header__main--copyright {
  top: 8%;
}

.top__mainimg--scroll a {
  top: 26px;
}

.top__concept--inner {
  padding-bottom: 150px;
}

@media only screen and (max-width: 767px) {
  .header__main--logo {
    width: 480rem;
    top: 147rem;
  }
  .header__main--menu .ver_txt {
    height: auto;
    justify-content: center;
  }
  .top__gallery--content .txt .title {
    font-size: 92rem;
  }
  .top__gallery--content .txt .desc {
    font-size: 42rem;
  }
  .gallery__items {
    width: 690rem;
  }
  .gallery__items .c__item {
    width: 50%;
    padding: 0 10rem;
    margin-bottom: 52rem;
  }
  .gallery__items .c__item h2 {
    font-size: 32rem;
    line-height: 1.6;
  }
  .business__content .t__lbl {
    font-size: 45rem;
  }
  .business__content .content__inner .c__item span {
    font-size: 30rem;
    letter-spacing: 0.2em;
    line-height: 1.6;
  }
  .business__content .content__inner .c__item {
    width: 100%;
    height: 140rem;
    margin-bottom: 30rem;
  }
  .header__menusp {
    width: 100%;
    display: flex;
    flex-direction: column-reverse;
    justify-content: left;
    padding-top: 85rem;
  }
  .header__menusp--inner {
    height: auto;
  }
  .header__menusp--list {
    width: 100%;
    height: auto;
  }
  .header__menusp--close {
    top: -73rem;
    right: -183rem;
    z-index: 2;
  }
  .header__menusp .footer__main--left .note {
    width: 57%;
    margin: auto;
    margin-top: 28rem;
    margin-bottom: 17rem;
    font-weight: 500;
    font-size: 22rem;
  }
  .sp-menu {
    width: 60rem;
    height: 60rem;
    border-radius: 50%;
    background: #fff;
    border: 1px solid #000;
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 27rem;
    right: 29rem;
    z-index: 2;
  }
  .sp-menu span {
    font-family: "DIN Condensed Bold", sans-serif;
    font-weight: bold;
    font-size: 17.28rem;
    letter-spacing: 0.18em;
    line-height: 1;
    text-align: center;
    color: #000;
  }
  .header__floatbar--list {
    display: none;
  }
  .top__concept--inner {
    padding: 103px 15px 106px;
  }
  .top__gallery {
    padding: 100px 0px 50px;
  }
  .top__gallery--content .img span {
    margin-top: 53px;
  }
  .top__gallery--content {
    margin-bottom: 357px;
  }
  .gallery__items .c__item h2 span {
    font-size: 25rem;
    display: block;
  }
  .business__content .content__inner {
    width: 650rem;
    margin-top: 50rem;
  }
  .footer {
    padding-bottom: 0;
  }
  .top .header__main--copyright {
    top: 5.5%;
    width: 11px;
  }
}/*# sourceMappingURL=top.css.map */