@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP&display=swap");
.brand-font h1, .brand-font h2, .brand-font h3, .brand-font h4, .brand-font h5, .brand-font p, .brand-font span, .brand-font a {
  font-family: "Noto Serif JP", serif;
}

.pt80 {
  padding-top: 80px !important;
}

.u-pb--100 {
  padding-bottom: 100px !important;
}

.pr20 {
  padding-right: 20px;
}

.w60 {
  width: 60% !important;
}

body {
  margin: 0;
}

.Top {
  height: 86.5vh;
  margin-bottom: 20px;
  background: url(../image/top_bg01.jpg) no-repeat center top/cover;
}
.Top__bg {
  position: relative;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
}
.Top__contents {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 20;
}
.Top__contents--copy {
  max-width: 495px;
  width: 25.78125vw;
  margin: 0 auto;
  text-align: center;
}
.Top__contents--copy .logo {
  max-width: 395px;
  width: 20.5729166667vw;
  margin: 0 auto 3.6458333333vw;
}
.Top__contents--logo {
  max-width: 350px;
  margin: 30px auto 0;
}
.Top__contents--subLogo {
  margin: 30px auto;
}
.Top__contents--text {
  color: #fff;
  line-height: 2;
  font-size: 18px;
}

.oldaqs {
  margin: 60px auto;
  text-align: center;
}

.Parallax {
  opacity: 0;
  background-position: top;
  background-repeat: no-repeat;
  background-size: 150%;
  width: 450px;
  height: 450px;
  margin: 130px auto;
  border-radius: 50%;
  background-image: url(../image/parallax-01.jpg);
}

.zoom-in {
  animation: zoom-in 2s forwards;
}

@keyframes zoom-in {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.2);
    opacity: 1;
  }
}
.Message {
  padding-top: 40px;
  max-width: 960px;
  margin: 0 auto;
}
.Message__title {
  text-align: center;
  font-size: 30px;
  font-weight: 100;
}
.Message__sub {
  margin: 20px auto;
  font-size: 16px;
  line-height: 2;
  text-align: center;
}
.Message__sub--bottom {
  text-align: right;
  display: block;
  font-size: 16px;
  padding-top: 20px;
}

.ImageCenter {
  display: flex;
  max-width: 850px;
  margin: 30px auto 50px;
}
.ImageCenter__item {
  width: 50%;
}

.Brandscape {
  margin-top: 150px;
}

.Messages {
  display: flex;
  max-width: 960px;
  margin: 0 auto;
}
.Messages__left {
  width: 50%;
  margin: 20px;
  font-size: 30px;
  line-height: 2;
}
.Messages__right {
  width: 50%;
  margin: 14px;
  line-height: 1.8;
  font-size: 16px;
  text-align: center;
}
.SlideWrap {
  max-width: 1400px;
  margin: 0 auto;
  padding: 160px 0 10px;
}
.SlideWrap img {
  width: 100%;
}

.Skincare {
  position: relative;
  margin-bottom: 30px;
  margin-top: 150px;
}
.Skincare__bg img {
  width: 100%;
}
.Skincare__img {
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.Skincare__img img {
  width: 100%;
}

.Texts {
  display: flex;
  width: 60%;
  margin: 0 auto;
}
.Texts .Text {
  margin: 0 20px 20px;
}
.Texts .Text__title {
  font-size: 25px;
  text-align: center;
  margin-top: 0;
}
.Texts .Text__sub {
  font-size: 16px;
  line-height: 2;
}

.ImageWrap {
  margin-top: 150px;
  padding: 50px 0;
  background: #fffff9;
}
.ImageWrap__content {
  display: flex;
  max-width: 960px;
  margin: 0px auto;
}
.ImageWrap__content__item {
  width: 50%;
}
.ImageWrap__content__item img {
  width: 100%;
}

.ImageBottom {
  display: flex;
  max-width: 960px;
  margin: 0 auto;
}
.ImageBottom__text {
  width: 50%;
  padding-top: 50px;
  margin: 20px;
}
.ImageBottom__text--first {
  font-size: 30px;
  text-align: center;
  font-weight: 400;
}
.ImageBottom__text--second {
  font-size: 16px;
  transition-delay: 0.2s;
  text-align: center;
}

.ImageContainer {
  display: flex;
  max-width: 960px;
  margin: 100px auto 0px;
}
.ImageContainer__item {
  width: 50%;
  margin: 0 auto;
}
.ImageContainer__item img {
  width: 100%;
}
.ImageContainer__text {
  margin: 0 20px 20px;
}
.ImageContainer__text--title {
  font-size: 25px;
  margin-top: 0;
  text-align: center;
  font-weight: 100;
  margin-bottom: 10px;
}
.ImageContainer__text--sub {
  font-size: 16px;
  text-align: center;
}

.normal-swiper {
  height: 400px;
}
.normal-swiper.swiper-building {
  height: 460px;
}

.swiper-container .swiper-button-next {
  top: unset;
  bottom: 0;
  right: 20%;
  width: 48px;
  height: 48px;
}
.swiper-container .swiper-button-next:after {
  content: "";
  display: inline-block;
  background-image: url(../image/next.png);
  background-size: 15px 30px;
  width: 15px;
  height: 30px;
}
.swiper-container .swiper-button-prev {
  top: unset;
  bottom: 0;
  left: 20%;
  width: 48px;
  height: 48px;
}
.swiper-container .swiper-button-prev:after {
  content: "";
  display: inline-block;
  background-image: url(../image/prev.png);
  background-size: 15px 30px;
  width: 15px;
  height: 30px;
}
.swiper-container .swiper-pagination-bullets {
  width: 50% !important;
  transform: translateX(-50%);
  left: 50% !important;
}
.swiper-container .swiper-pagination-bullets .swiper-pagination-bullet {
  border: 1px solid #000;
  background: unset;
  opacity: 1;
}
.swiper-container .swiper-pagination-bullets .swiper-pagination-bullet-active {
  background: #000;
}

.swiper-container-text .swiper-slide-prev,
.swiper-container-text2 .swiper-slide-prev {
  cursor: url(../image/arrow_l.png) 43 56, pointer;
}
.swiper-container-text .swiper-slide-next,
.swiper-container-text2 .swiper-slide-next {
  cursor: url(../image/arrow_r.png) 43 56, pointer;
}

.swiper-restaurant .swiper-wrapper,
.swiper-building .swiper-wrapper {
  -webkit-transition-timing-function: linear !important;
  -o-transition-timing-function: linear !important;
  transition-timing-function: linear !important;
}

.LinkWrap {
  background-color: #f1f1f1;
  width: 100%;
  padding: 50px 0;
}

.Link {
  display: flex;
  max-width: 1200px;
  margin: 0 auto;
  flex-wrap: wrap;
  justify-content: center;
}

.Card02 {
  width: 300px;
  overflow: hidden;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  background: #000000;
  outline: 1px solid #fff;
  outline-offset: -1rem;
  position: relative;
}
.Card02__img {
  width: 100%;
  height: 100%;
  opacity: 0.4;
  transition: 1s all;
}
.Card02__img:hover {
  transform: scale(1.2, 1.2);
  transition: 0.5s all;
  opacity: 0.9;
}
.Card02__text {
  width: 100%;
  position: absolute;
  text-align: center;
  top: 50%;
  left: 50%;
  color: #fff;
  font-size: 16px;
  z-index: 10;
  display: block;
  margin: 0 auto;
  transform: translate(-50%, -50%);
  pointer-events: none;
}

.parallax {
  background-attachment: fixed;
  width: 100%;
  padding-top: 30%;
  background-position: center 0;
  background-size: 100% auto;
  background-repeat: no-repeat;
}

.cabbage {
  margin: 150px 0 85px;
  height: 650px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url("../image/cabbage.jpg");
}

.slideshow {
  position: absolute;
  width: 100vw;
  height: 90vh;
  overflow: hidden;
}

.slideshow-image {
  position: absolute;
  width: 100%;
  height: 100%;
  background: no-repeat 50% 50%;
  background-size: cover;
  animation-name: kenburns;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-duration: 28s;
  opacity: 1;
  transform: scale(21%, 100%);
}
.slideshow-image:nth-of-type(1) {
  background-image: url("../image/top-bg-01.jpg");
}
.slideshow-image:nth-of-type(2) {
  background-image: url("../image/top-bg-02.png");
}
.slideshow-image:nth-of-type(3) {
  background-image: url("../image/top-bg-01.jpg");
}
.slideshow-image:nth-of-type(4) {
  background-image: url("../image/top-bg-02.png");
}
.slideshow-image:nth-child(1) {
  animation-name: kenburns-1;
  z-index: 3;
}
.slideshow-image:nth-child(2) {
  animation-name: kenburns-2;
  z-index: 2;
}
.slideshow-image:nth-child(3) {
  animation-name: kenburns-3;
  z-index: 1;
}
.slideshow-image:nth-child(4) {
  animation-name: kenburns-4;
  z-index: 0;
}

@keyframes kenburns-1 {
  0% {
    opacity: 1;
    transform: scale(1.2);
  }
  3.57143% {
    opacity: 1;
  }
  21.42857% {
    opacity: 1;
  }
  28.57143% {
    opacity: 0;
    transform: scale(1);
  }
  100% {
    opacity: 0;
    transform: scale(1.2);
  }
  96.42857% {
    opacity: 0;
    transform: scale(1.225);
  }
  100% {
    opacity: 1;
  }
}
@keyframes kenburns-2 {
  21.42857% {
    opacity: 1;
    transform: scale(1.2);
  }
  28.57143% {
    opacity: 1;
  }
  46.42857% {
    opacity: 1;
  }
  53.57143% {
    opacity: 0;
    transform: scale(1);
  }
  100% {
    opacity: 0;
    transform: scale(1.2);
  }
}
@keyframes kenburns-3 {
  46.42857% {
    opacity: 1;
    transform: scale(1.2);
  }
  53.57143% {
    opacity: 1;
  }
  71.42857% {
    opacity: 1;
  }
  78.57143% {
    opacity: 0;
    transform: scale(1);
  }
  100% {
    opacity: 0;
    transform: scale(1.2);
  }
}
@keyframes kenburns-4 {
  71.42857% {
    opacity: 1;
    transform: scale(1.2);
  }
  78.57143% {
    opacity: 1;
  }
  96.42857% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: scale(1);
  }
}
.swiper-container .swiper-slide {
  position: relative;
}

.swiper-container .swiper-slide .swiper-slide-content, .swiper-container .swiper-slide .swiper-slide-content2 {
  opacity: 0;
  padding-top: 20px;
  transition: all 3s ease 0s;
}

.swiper-slide-content2 {
  opacity: 0;
  padding-top: 20px;
  transition: all 3s ease 0s;
}
.swiper-slide-content2 p {
  font-size: 14px;
  text-align: left;
}

.swiper-container-text, .swiper-container-text2 {
  margin-top: 50px;
  padding-bottom: 70px !important;
  text-align: center;
}
.swiper-slide-content, .swiper-slide-content2 {
  display: flex;
  width: 100%;
  justify-content: center;
}
.swiper-slide-content img, .swiper-slide-content2 img {
  width: 45%;
  height: 40%;
}
.swiper-slide-content p, .swiper-slide-content2 p {
  margin: 0;
}

.m-center {
  margin: 0 auto;
}

.wm700 {
  max-width: 700px;
}

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

@media screen and (max-width: 768px){
  .Top {
    height: 91.3vh;
  }
  .Top__bg {
    width: 100vw;
    height: 80vh;
  }
  .Top__contents {
    width: 80%;
  }
  .Top__contents--copy {
    max-width: inherit;
    width: 71.3541666667vw;
  }
  .Top__contents--copy .logo {
    max-width: inherit;
    width: 55.7291666667vw;
    margin: 0 auto 10.4166666667vw;
  }
  .Top__contents--logo {
    width: 50%;
  }
  .Top__contents--subLogo {
    width: 85%;
  }
  .Top__contents--text {
    width: 85%;
    font-size: 14px;
    line-height: 1.7;
    margin: 0 auto;
  }
  .oldaqs {
    width: 80%;
    margin: 40px auto;
  }
  .Parallax {
    width: 280px;
    height: 280px;
    margin: 80px auto;
  }
  .Message__title {
    width: 90%;
    margin: 0 auto;
    font-size: 20px;
  }
  .Message__sub {
    width: 90%;
    margin: 20px auto;
    font-size: 14px;
  }
  .Message__sub--bottom {
    text-align: center;
    font-size: 14px;
  }
  .Brandscape {
    margin-top: 80px;
  }
  .SlideWrap {
    width: 90%;
    padding: 80px 0 10px;
  }
  .Skincare {
    margin-top: 80px;
  }
  .Skincare__img {
    width: 80%;
  }
  .ImageWrap {
    margin-top: 80px;
  }
  .ImageBottom {
    display: block;
    width: 90%;
  }
  .ImageBottom__text {
    margin: 0;
    width: 100%;
  }
  .ImageBottom__text--first {
    font-size: 20px;
  }
  .ImageBottom__text--second {
    font-size: 14px;
  }
  .ImageContainer {
    margin: 60px auto 0px;
    display: block;
  }
  .ImageContainer__item img {
    width: 80%;
    display: block;
    margin: 0 auto;
  }
  .ImageContainer__text {
    margin: 0;
  }
  .ImageContainer__text--title {
    font-size: 20px;
    margin: 10px 0;
  }
  .ImageContainer__text--sub {
    font-size: 14px;
  }
  .normal-swiper.swiper-restaurant {
    height: 220px;
  }
  .normal-swiper.swiper-building {
    height: 330px;
  }
  .swiper-container .swiper-button-next {
    right: 0;
  }
  .swiper-container .swiper-button-prev {
    left: 0;
  }
  .Card02 {
    width: 50%;
    outline-offset: -0.6rem;
  }
  .Card02__text {
    font-size: 12px;
  }
  .cabbage {
    margin: 10px 0;
    height: 200px;
    background-image: url("../image/sp/cabbage-sp.png");
  }
  .slideshow-image:nth-of-type(1) {
    background-image: url("../image/sp/top-bg-02-sp.png");
  }
  .slideshow-image:nth-of-type(3) {
    background-image: url("../image/sp/top-bg-02-sp.png");
  }
  .swiper-slide-content2 {
    flex-direction: column;
  }
  .swiper-slide-content2 img {
    margin: 0 auto;
    margin-bottom: 20px;
    width: 70%;
  }
  .swiper-slide-content2 p {
    width: 90%;
    margin: 0 auto;
  }
}

@media screen and (max-width: 600px){
  .ImageContainer__item {
    width: 80%;
    margin: 0 auto;
  }
  .swiper-container-text, .swiper-container-text2 {
    text-align: left;
  }
}

@media screen and (min-width: 1700px){
  .cabbage {
    height: 800px;
  }
}