@charset "UTF-8";
/* CSS Document */
.top {
  position: relative;
  text-align: center;
  max-width: 1440px;
  margin: 0 auto 14%;
}
.top-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.top-image {
  width: 75%;
  margin-top: 90px;
}
.top-image img {
  width: 100%;
}
.top-title {
  position: absolute;
  top: 100px;
  right: 6%;
  width: 40%;
  -webkit-transition: all .4s linear;
  transition: all .4s linear;
  animation: leftToRight 1.8s ease-in both;
  animation-delay: 1s;
}
@keyframes leftToRight {
  from {
    -webkit-clip-path: inset(0 100% 0 0);
    clip-path: inset(0 100% 0 0);
  }
  to {
    webkit-clip-path: inset(0);
    clip-path: inset(0);
  }
}
.top-message {
  position: relative;
  writing-mode: vertical-rl;
  color: #7d7d7d;
  font-size: clamp(1.4rem, 1.7vw, 2.8rem);
  letter-spacing: clamp(0.2rem, 1.2vw, 1.8rem);
  line-height: clamp(2.8rem, 4vw, 5.4rem);
  text-shadow: 0px 0px 28px #fff, 1px -1px 28px #fff, -1px 1px 28px #fff, -1px -1px 28px #fff, 2px 2px 28px #fff, -2px 2px 28px #fff, 2px -2px 28px #fff, -2px -2px 28px #fff;
  padding-right: 10%;
  padding-top: 13%;
}
.top-message h1 {
    height: 110%;
  font-weight: 300;
}
.top-message_img {
  position: absolute;
    bottom: -15%;
  right: 24%;
  width: 80%;
}
.top-message_img img {
  width: 100%;
}
.rotate-text {
  position: absolute;
  top: 75%;
  left: -10%;
  width: 23%;
}
.top-scroll {
  position: absolute;
  bottom: 50px;
  width: 100%;
}
.top-scroll span {
  color: #fff;
  letter-spacing: 0.2rem;
  font-size: clamp(1.4rem, 2vw, 2.4rem);
  padding-left: 23px;
}
.arrow {
  position: relative;
  width: 10% min(30px);
  margin: 0 auto;
}
.arrow::before {
  animation: arrow 3.0s ease-in infinite;
  animation-delay: 1.5s;
  content: "";
  display: block;
  position: absolute;
  top: -6px;
  left: 50%;
  width: 18px;
  height: 18px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  transform: translateX(-50%) rotate(135deg);
}
.arrow::after {
  animation: arrow 3.0s ease-in infinite;
  content: "";
  display: block;
  position: absolute;
  top: -6px;
  left: 50%;
  width: 18px;
  height: 18px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  transform: translateX(-50%) rotate(135deg);
}
@keyframes arrow {
  0% {
    transform: rotate(135deg) translate(0, 0);
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    transform: rotate(135deg) translate(13px, -13px);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
.rotate-text {
  animation: rotateAnimation 20s linear infinite;
  /* アニメーションの詳細を指定 */
}
@keyframes rotateAnimation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@media (min-width: 580px) and (max-width: 740px) {
  .top-message {
    padding-top: 20%;
  }
  .top-scroll {
    bottom: 30px;
  }
  .arrow {
    position: relative;
    width: 10% min(30px);
    margin: 0 auto;
  }
  .arrow::before {
    animation: arrow 3.0s ease-in infinite;
    animation-delay: 1.5s;
    content: "";
    display: block;
    position: absolute;
    top: -8px;
    left: 50%;
    width: 15px;
    height: 15px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: translateX(-50%) rotate(135deg);
  }
  .arrow::after {
    animation: arrow 3.0s ease-in infinite;
    content: "";
    display: block;
    position: absolute;
    top: -8px;
    left: 50%;
    width: 15px;
    height: 15px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: translateX(-50%) rotate(135deg);
  }
}
@media (max-width:580px) {
  .top {
    margin: 0 auto min(27%, 220px);
  }
  .top-flex {
    display: block;
  }
  .top-title {
    position: absolute;
    top: -9%;
    left: 6%;
    width: 78%;
  }
  .top-image {
    width: 96%;
    margin-top: 30%;
  }
  .top-image__pc {
    display: none;
  }
  .top-image__sp {
    display: block;
    margin-top: 36%;
  }
  .top-message {
    writing-mode: vertical-rl;
    color: #7d7d7d;
    position: absolute;
    font-size: clamp(1.8rem, 2vw, 2.0rem);
    font-weight: 400;
    letter-spacing: clamp(1.2rem, 1.5vw, 2.0rem);
    line-height: clamp(3.8rem, 5vw, 5.0rem);
    top: 7%;
    right: 14%;
    padding: 0;
  }
  .top-message_img {
    display: none;
  }
  .top-scroll span {
    letter-spacing: 0.2rem;
    font-size: clamp(1.4rem, 2vw, 1.6rem);
    padding-left: 20px;
  }
  .arrow::before {
    animation: arrow 3.0s ease-in infinite;
    animation-delay: 1.5s;
    content: "";
    display: block;
    position: absolute;
    top: -6px;
    left: 50%;
    width: 16px;
    height: 16px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    transform: translateX(-50%) rotate(135deg);
  }
  .arrow::after {
    animation: arrow 3.0s ease-in infinite;
    content: "";
    display: block;
    position: absolute;
    top: -6px;
    left: 50%;
    width: 16px;
    height: 16px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    transform: translateX(-50%) rotate(135deg);
  }
  .rotate-text {
    position: absolute;
    bottom: -11%;
    left: -22%;
    width: 47%;
  }
}
.about {
  text-align: center;
  position: relative;
  margin: 0 auto 16%;
  max-width: 1440px;
}
.about h2 {
font-family: 'Courier Prime', monospace;
  font-size: clamp(4.0rem, 5vw, 5.0rem);
  font-weight: 400;
  color: #7D9E90;
  letter-spacing: 0.3rem;
  margin-bottom: 4%;
}
.about-description {
  width: 100%;
}
.about p {
  display: inline-block;
  text-align: left;
  font-size: clamp(1.6rem, 2vw, 2.2rem);
  color: #7d7d7d;
  font-weight: 400;
  line-height: clamp(6rem, 7vw, 8rem);
  letter-spacing: clamp(0.4rem, 3vw, 0.6rem);
}
.about img {
  display: block;
}
.about-design_1 {
  position: absolute;
  top: 0;
  right: -66px;
  width: 17%;
}
.aout-design_2 {
  position: absolute;
  z-index: -9;
  top: 76%;
  left: -60px;
  width: 22%;
}
.under-line {
  background: linear-gradient(transparent 70%, rgba(241, 215, 213, 0.2) 70%, rgb(241, 215, 213) 85%, rgba(241, 215, 213, 0.2));
}
@media (min-width: 580px) and (max-width: 1150px) {
  .about h2 {
    font-size: clamp(3.4rem, 5vw, 4.0rem);
  }
}
@media (min-width: 580px) and (max-width: 740px) {
  .about h2 {
    margin-bottom: 35px;
  }
  .about p {
    display: inline-block;
    text-align: left;
    font-size: clamp(1.6rem, 1.5vw, 1.8rem);
    line-height: clamp(4rem, 3vw, 5rem);
    letter-spacing: clamp(0.1rem, 0.6vw, 0.3rem);
  }
}
@media (max-width:580px) {
  .about {
    margin: 0 auto min(30%, 221px);
  }
  .about-inner {
    width: calc(100% - 90px);
    padding-right: 3%;
  }
  .about h2 {
    font-size: clamp(3.4rem, 4vw, 3.8rem);
    margin-bottom: 25px;
  }
  .about p {
    line-height: clamp(3.4rem, 4vw, 4.2rem);
    letter-spacing: 0.3rem;
  }
  .about-p-pc {
    display: none;
  }
  .about-p-sp {
    display: block;
  }
  .about-design_1 {
    position: absolute;
    top: -8%;
    right: -65px;
    width: 40%;
    max-width: 190px;
  }
  .aout-design_2 {
    position: absolute;
    z-index: -9;
    top: 95%;
    left: -50px;
    width: 38%;
  }
  .about-p1 {
    margin-bottom: 18px;
  }
}
/*
.news {
  text-align: center;
  position: relative;
  margin: 0 auto 12%;
}
.news-inner {
  width: calc(100% - 65px);
}
.news h2 {
font-family: 'Courier Prime', monospace;
  font-size: clamp(4.0rem, 5vw, 5.0rem);
  font-weight: 400;
  color: #7D9E90;
  letter-spacing: 0.4rem;
}
.news p {
  font-size: clamp(1.8rem, 2vw, 2.2rem);
  font-weight: 300;
  color: #ceb739;
  letter-spacing: 0.5rem;
  margin-top: -10px;
}
.news img {
  position: absolute;
  top: -5%;
  left: 70%;
  width: 20%;
  max-width: 350px;
}
.news_instagram {
  max-width: 1040px;
  width: 100%;
  margin: 0 auto;
}
.button003 {
  margin-left: auto;
  margin-right: 49px;
  width: fit-content;
}
.button003 a {
  width: 100%;
  text-decoration: none;
  color: #fff;
  position: relative;
  z-index: 0;
  background: -o-linear-gradient(96deg, #ABC1B8 0%, #ABC1B8 50%, #B4CCC2 50%, #B4CCC2 100%);
  background: linear-gradient(168deg, #ABC1B8 0%, #ABC1B8 50%, #B4CCC2 50%, #B4CCC2 100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50px;
  padding: 10px 0 10px;
  font-size: clamp(1.4rem, 2vw, 1.8rem);
  letter-spacing: clamp(0rem, 1vw, 0.4rem);
  margin: 10px clamp(10px, 4vw, 30px) 0;
  gap: clamp(30px, 8vw, 130px);
}
.button003 a::after {
  content: '→';
  font-size: clamp(1.8rem, 2vw, 2.6rem);
}
.button003 a:hover {
  background: linear-gradient(168deg, #b7c9c2 0%, #b7c9c2 50%, #bfd8ce 50%, #bfd8ce 100%);
}
@media (min-width: 580px) and (max-width: 1150px) {
  .news h2 {
    font-size: clamp(3.4rem, 5vw, 4.0rem);
  }
  .news  {
    font-size: clamp(1.6rem, 2vw, 1.8rem);
  }
}
@media (max-width:580px) {
  .news h1 {
    font-size: clamp(3.4rem, 4vw, 3.8rem);
    margin-bottom: -11px;
  }
  .news h2 {
    font-size: clamp(1.7rem, 2vw, 2.0rem);
    letter-spacing: 0.3rem;
  }
  .news img {
    top: -3%;
    left: 63%;
    width: 31%;
  }
  .instagram-pc {
    display: none;
  }
  .instagram-sp {
    display: block;
  }
  .button003 {
    margin-left: 0;
    margin-right: 0;
    width: 90%;
  }
  .button003 a {
    border-radius: 50px;
    padding: 11px 0 11px;
    font-size: clamp(2.0rem, 3vw, 2.6rem);
    gap: clamp(85px, 11vw, 160px);
  }
  .button003 a::after {
    content: '→';
    font-size: clamp(2.4rem, 3vw, 2.8rem);
  }
}*/
