/*=======================*/
/* mainVisual            */
/*=======================*/
#mainVisual {
  position: relative;
}

#mainVisual .mainvisualSlider .swiper-slide {
  height: 70.4vh;
}

#mainVisual .mainvisualSlider .swiper-slide:nth-of-type(1) {
  background: url(/images/mainvisual_sp_01.webp) no-repeat top center/cover;
}

#mainVisual .mainvisualSlider .swiper-slide:nth-of-type(2) {
  background: url(/images/mainvisual_sp_02.webp) no-repeat top center/cover;
}

#mainVisual .mainvisualSlider .swiper-slide:nth-of-type(3) {
  background: url(/images/mainvisual_sp_03.webp) no-repeat top center/cover;
}

#mainVisual h2 {
  position: absolute;
  top: 29.3%;
  left: 9.3%;
  color: #ffffff;
  font-size: 2.25rem;
  text-align: center;
  width: 29.6%;
  z-index: 1;
}

#mainVisual img {
  max-width: 100%;
}

/*=======================*/
/* sectionMessage        */
/*=======================*/
.sectionMessage {
  position: relative;
  padding-bottom: 15.62vw;
}

.sectionMessage_inner {
  position: relative;
}

.sectionMessage_inner h3 {
  text-align: center;
  font-family: "Castoro", serif;
  font-size: 1rem;
  letter-spacing: 0.15em;
  font-weight: 400;
  margin-bottom: 30px;
  position: relative;
  padding-top: 130px;
}

.sectionMessage_inner h3::before {
  content: "";
  position: absolute;
  width: 60px;
  height: 110px;
  background: url(/images/hdg_line01.svg) no-repeat top center/100%;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
}

.sectionMessage .columMessage {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  margin-bottom: 48px;
}

.sectionMessage .columMessage__text {
  width: 100%;
  font-family: "Shippori Mincho", serif;
  font-size: calc(18px + ((33 - 18) * (100vw - 375px)/ (1920 - 375)));
  position: relative;
  padding: 32px 24px 64px;
  background-color: #dceddc;
  mix-blend-mode: multiply;
  z-index: 1;
}

.sectionMessage .columMessage__image {
  width: 80%;
  position: relative;
  margin-top: -10%;
}

.sectionMessage .columMessage__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sectionMessage .copyMessage-01__container {
  position: relative;
  display: flex;
  justify-content: center;
  padding: 200px 0;
}

.sectionMessage .copyMessage-01 {
  writing-mode: vertical-rl;
  font-family: "Shippori Mincho", serif;
  text-orientation: upright;
  font-size: calc(16px + ((28 - 16) * (100vw - 375px)/ (1920 - 375)));
  margin: 0 auto;
  width: fit-content;
}

.sectionMessage .copyMessage-01::before {
  content: "";
  width: 200px;
  height: 140px;
  background: url(../../images/img_message_02.webp) no-repeat center center / cover;
  position: absolute;
  left: 0;
  top: 0;
  display: block;
}

.sectionMessage .copyMessage-01::after {
  content: "";
  width: 230px;
  height: 160px;
  background: url(../../images/img_message_03.webp) no-repeat center center / cover;
  position: absolute;
  right: 0;
  bottom: 0;
  display: block;
}

.sectionMessage .copyMessage-02 {
  font-size: calc(14px + ((24 - 14) * (100vw - 375px)/ (1920 - 375)));
  text-align: center;
  margin: 64px 40px 0;
  font-family: "Shippori Mincho", serif;
}

.sectionMessage .bg_images-01 {
  text-align: right;
  top: 0;
  right: 0;
  transform: translateY(-50%);
  position: absolute;
  width: 60%;
  z-index: -1;
}

.sectionMessage .bg_images-02 {
  top: 7.8%;
  left: 0;
  position: absolute;
  width: 50%;
  z-index: -1;
}

.sectionMessage .bg_images-03 {
  top: 25%;
  right: 0;
  position: absolute;
  width: 80%;
  z-index: -1;
}

.sectionMessage .bg_images-04 {
  left: 0;
  top: 50%;
  position: absolute;
  width: 40%;
  z-index: -1;
}

.sectionMessage .bg_images-05 {
  left: 50%;
  bottom: 12%;
  transform: translateX(-50%);
  position: absolute;
  width: 60%;
  z-index: -1;
}

.sectionMessage .bg_images-06 {
  left: 0;
  bottom: 7%;
  position: absolute;
  width: 40%;
  z-index: -1;
}

/*=======================*/
/* sectionAbout          */
/*=======================*/
.sectionAbout {
  position: relative;
  background: white;
  background: linear-gradient(180deg, white 195px, #faf9ea 195px, #faf9ea 100%);
  overflow: hidden;
}

.sectionAbout_inner {
  padding: 0 0 40px;
  position: relative;
  z-index: 1;
}

.sectionAbout_inner h3 {
  text-align: center;
  font-family: "Castoro", serif;
  font-size: 1rem;
  letter-spacing: 0.15em;
  font-weight: 400;
  margin-bottom: 60px;
  position: relative;
  padding-top: 180px;
}

.sectionAbout_inner h3::before {
  content: "";
  position: absolute;
  width: 60px;
  height: 110px;
  background: url(/images/hdg_line02.svg) no-repeat top center/100%;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
}

.sectionAbout .groupAbout-01 {
  padding: 0 40px 0;
  position: relative;
}

.sectionAbout .groupAbout-01 div .groupAbout_copy {
  flex-grow: 1;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-family: "Shippori Mincho", serif;
  font-size: 1rem;
  letter-spacing: 0.15em;
  position: relative;
  margin: 0 auto;
  z-index: 1;
}

.sectionAbout .groupAbout-01 div:nth-of-type(2) {
  position: relative;
  margin-top: -30.6vw;
}

.sectionAbout .groupAbout-01 .descriptionAbout {
  padding: 50px 0 60px;
  text-align: center;
  font-size: 0.75rem;
}

.sectionAbout .groupAbout-01 .descriptionAbout>p+p {
  margin-top: 15px;
}

.sectionAbout .groupAbout-01 .descriptionAbout_name {
  font-size: 0.875rem;
  letter-spacing: 0.15em;
}

.sectionAbout .groupAbout-01 .descriptionAbout_name span {
  font-family: "Castoro", serif;
}

.sectionAbout .groupAbout-02 {
  position: relative;
}

.sectionAbout .groupAbout-02 div:first-of-type img {
  width: 100%;
}

.sectionAbout .groupAbout-02 div:nth-of-type(2) {
  background-color: rgba(255, 255, 255, 0.6);
  padding: 40px 35px;
  margin-top: -60px;
  position: relative;
  text-align: center;
  font-size: 0.75rem;
}

.sectionAbout .groupAbout-02 div:nth-of-type(2)>p+p {
  margin-top: 15px;
}

.sectionAbout .groupAbout-02 div:nth-of-type(2) .btn {
  margin-top: 25px;
}

.sectionAbout .groupAbout-02 div:nth-of-type(2) .btn span {
  background: #fd98ca;
  background: linear-gradient(90deg, #fd98ca 0%, #fac47e 50%, #f6ef32 100%);
  -webkit-background-clip: text;
}

.sectionAbout .groupAbout-02 div:nth-of-type(2) .btn::before {
  background: linear-gradient(90deg, #fd98ca 0%, #fac47e 50%, #f6ef32 100%);
}

.sectionAbout .bg_images-01 {
  top: 2.8%;
  right: 0;
  position: absolute;
  width: 60%;
}

.sectionAbout .bg_images-02 {
  top: 18.5%;
  left: 0;
  position: absolute;
  width: 40%;
}

.sectionAbout .bg_images-03 {
  top: 32%;
  right: 0;
  position: absolute;
  width: 70%;
}

.sectionAbout .bg_images-04 {
  right: 0;
  bottom: 25%;
  position: absolute;
  width: 45%;
}

/*=======================*/
/* sectionOther          */
/*=======================*/
.sectionOther {
  position: relative;
}

.sectionOther::before {
  content: "";
  position: absolute;
  width: 60px;
  height: 120px;
  background: url(/images/line.svg) no-repeat top center/100%;
  left: 50%;
  top: 25px;
  transform: translateX(-50%);
  z-index: 10;
}

.sectionOther_inner {
  padding: 125px 0 90px 0;
  position: relative;
}

.sectionOther .groupOther_col {
  position: relative;
  padding: 0 25px 0;
  z-index: 1;
}

.sectionOther .groupOther_col>div:first-of-type {
  padding: 0 15px;
}

.sectionOther .groupOther_col>div:nth-of-type(2) {
  background-color: rgba(251, 237, 160, 0.4);
  padding: 40px 15px;
  font-size: 0.75rem;
  text-align: center;
  position: relative;
  margin-top: -40px;
}

.sectionOther .groupOther_col>div:nth-of-type(2) p {
  margin-bottom: 15px;
}

.sectionOther .groupOther_col>div:nth-of-type(2) .btn::before {
  right: 15px;
  background: linear-gradient(90deg, #73d3e4 0%, #92dfd0 50%, #b0ebbc 100%);
}

.sectionOther .groupOther_col>div:nth-of-type(2) .btn::after {
  right: 15px;
  background-color: #b0ebbc;
}

.sectionOther .groupOther_col>div:nth-of-type(2) .btn span {
  background: #73d3e4;
  background: linear-gradient(90deg, #73d3e4 0%, #92dfd0 50%, #b0ebbc 100%);
  -webkit-background-clip: text;
}

.sectionOther .groupOther_col>div:nth-of-type(2) .btn span::before {
  right: 15px;
  border-color: #b0ebbc;
}

.sectionOther .groupOther_col+.groupOther_col {
  margin-top: 60px;
}

.sectionOther .groupOther_col:nth-of-type(2)>div:nth-of-type(2) {
  background-color: rgba(249, 222, 209, 0.4);
}

.sectionOther .groupOther_col:nth-of-type(2)>div:nth-of-type(2) .btn::before {
  background: linear-gradient(90deg, #f9a08f 0%, #f8b462 50%, #f6ca32 100%);
}

.sectionOther .groupOther_col:nth-of-type(2)>div:nth-of-type(2) .btn::after {
  background-color: #f9a08f;
}

.sectionOther .groupOther_col:nth-of-type(2)>div:nth-of-type(2) .btn span {
  background: #f9a08f;
  background: linear-gradient(90deg, #f9a08f 0%, #f8b462 50%, #f6ca32 100%);
  -webkit-background-clip: text;
}

.sectionOther .groupOther_col:nth-of-type(2)>div:nth-of-type(2) .btn span::before {
  border-color: #f9a08f;
}

.sectionOther .bg_images-01 {
  top: 0;
  left: 0;
  position: absolute;
  width: 40%;
  transform: translateY(-50%);
  z-index: 0;
}

.sectionOther .bg_images-02 {
  top: 40%;
  right: 0;
  position: absolute;
  width: 60%;
}

.sectionOther .bg_images-03 {
  bottom: 0;
  left: 0;
  position: absolute;
  width: 50%;
  transform: translateY(65%);
}

.sectionOther .bg_images-04 {
  display: none;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  #mainVisual h2 {
    top: 25%;
    width: 20%;
  }

  .sectionMessage .bg_images-03 {
    left: 0;
    right: auto;
  }

  .sectionAbout .bg_images-03 {
    left: 0;
    right: auto;
  }

  .sectionAbout .bg_images-04 {
    text-align: right;
  }

  .sectionOther .bg_images-02 {
    text-align: right;
  }
}

@media screen and (min-width: 1024px) {
  #mainVisual .mainvisualSlider .swiper-slide {
    height: 66.6vw;
  }

  #mainVisual .mainvisualSlider .swiper-slide:nth-of-type(1) {
    background: url(/images/mainvisual_01.webp) no-repeat center center/cover;
  }

  #mainVisual .mainvisualSlider .swiper-slide:nth-of-type(2) {
    background: url(/images/mainvisual_02.webp) no-repeat center center/cover;
  }

  #mainVisual .mainvisualSlider .swiper-slide:nth-of-type(3) {
    background: url(/images/mainvisual_03.webp) no-repeat center center/cover;
  }

  #mainVisual h2 {
    width: 18.6%;
    left: 15.6%;
    top: 23.1%;
  }

  .sectionMessage_inner {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0;
  }

  .sectionMessage_inner h3 {
    padding-top: 360px;
    font-size: 2.25rem;
    margin-bottom: 110px;
  }

  .sectionMessage_inner h3::before {
    width: 160px;
    height: 310px;
  }

  .sectionMessage .columMessage {
    flex-direction: row;
    align-items: flex-start;
  }

  .sectionMessage .columMessage__text {
    width: 60%;
    padding: 5.2vw 6.8vw;
  }

  .sectionMessage .columMessage__image {
    width: 40%;
    margin-top: auto;
  }

  .sectionMessage .columMessage__image figure {
    margin-left: -50%;
    margin-top: 13vw;
  }

  .sectionMessage .copyMessage-01::before {
    width: 22vw;
    height: 32.2vw;
  }

  .sectionMessage .copyMessage-01::after {
    width: 26.4vw;
    height: 18.75vw;
  }

  .sectionMessage .copyMessage-02 {
    margin-top: 40px;
  }

  .sectionMessage .bg_images-02 {
    width: 33%;
    left: 21.2%;
    top: -5%;
  }

  .sectionMessage .bg_images-03 {
    width: 31.8%;
    right: auto;
    left: 0;
    top: 28%;
  }

  .sectionMessage .bg_images-04 {
    left: auto;
    right: 0;
    width: 37.3%;
    top: 22%;
  }

  .sectionMessage .bg_images-05 {
    width: 17.6%;
    bottom: 26%;
  }

  .sectionMessage .bg_images-06 {
    width: 30.8%;
    bottom: 0;
    transform: translateY(10%);
  }

  .sectionAbout {
    background: linear-gradient(180deg, white 720px, #faf9ea 720px, #faf9ea 100%);
  }

  .sectionAbout_inner {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 0 280px;
  }

  .sectionAbout_inner h3 {
    padding-top: 420px;
    font-size: 2.25rem;
    margin-bottom: 5.5vw;
  }

  .sectionAbout_inner h3::before {
    width: 200px;
    height: 390px;
    left: 35%;
  }

  .sectionAbout .groupAbout-01 {
    padding: 0;
    display: flex;
    margin-bottom: 130px;
  }

  .sectionAbout .groupAbout-01 div:first-of-type {
    flex-grow: 1;
  }

  .sectionAbout .groupAbout-01 div .groupAbout_copy {
    font-size: 1.5rem;
    letter-spacing: 0.2em;
  }

  .sectionAbout .groupAbout-01 div:nth-of-type(2) {
    flex-basis: 63.8%;
    margin: 220px 0 15vw;
  }

  .sectionAbout .groupAbout-01 .descriptionAbout {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 80px 80px 80px 0;
    width: 51.1%;
    text-align: left;
    font-size: 1.125rem;
    z-index: 1;
  }

  .sectionAbout .groupAbout-01 .descriptionAbout::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: -100%;
    right: 0;
    background-color: rgba(255, 255, 255, 0.6);
    z-index: -1;
  }

  .sectionAbout .groupAbout-01 .descriptionAbout>p+p {
    margin-top: 30px;
  }

  .sectionAbout .groupAbout-01 .descriptionAbout_name {
    font-size: 1.5rem;
  }

  .sectionAbout .groupAbout-02 {
    padding-bottom: 13vw;
  }

  .sectionAbout .groupAbout-02 div:first-of-type {
    width: 63.4%;
  }

  .sectionAbout .groupAbout-02 div:nth-of-type(2) {
    position: absolute;
    right: 0;
    bottom: 0;
    padding: 80px 0 80px 80px;
    width: 57.5%;
    text-align: left;
    font-size: 1.125rem;
    z-index: 1;
  }

  .sectionAbout .groupAbout-02 div:nth-of-type(2)::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: -100%;
    left: 0;
    background-color: rgba(255, 255, 255, 0.6);
    z-index: -1;
  }

  .sectionAbout .groupAbout-02 div:nth-of-type(2) .btn {
    margin-top: 70px;
  }

  .sectionAbout .bg_images-01 {
    width: 26%;
    right: 0;
  }

  .sectionAbout .bg_images-02 {
    left: 50%;
    top: 55%;
    width: 45%;
  }

  .sectionAbout .bg_images-03 {
    left: 0;
    right: auto;
    top: 70%;
    width: 32%;
  }

  .sectionAbout .bg_images-04 {
    display: none;
  }

  .sectionOther::before {
    width: 200px;
    height: 390px;
    left: auto;
    right: 24.2%;
    transform: translateY(-50%);
  }

  .sectionOther_inner {
    max-width: 1280px;
    margin: 0 auto;
    padding: 280px 0 330px;
    display: flex;
    justify-content: space-between;
  }

  .sectionOther .groupOther_col {
    padding: 0;
    flex-basis: 46.2%;
  }

  .sectionOther .groupOther_col>div:first-of-type {
    padding: 0;
  }

  .sectionOther .groupOther_col>div:nth-of-type(2) {
    margin: -120px 3.5vw 0;
    padding: 170px 2.5vw 80px;
    font-size: 1.125rem;
  }

  .sectionOther .groupOther_col>div:nth-of-type(2) p {
    margin-bottom: 70px;
  }

  .sectionOther .groupOther_col>div:nth-of-type(2) .btn::before {
    right: -110px;
  }

  .sectionOther .groupOther_col>div:nth-of-type(2) .btn::after {
    right: -110px;
  }

  .sectionOther .groupOther_col>div:nth-of-type(2) .btn span::before {
    right: -110px;
  }

  .sectionOther .groupOther_col+.groupOther_col {
    margin-top: 14.6vw;
  }

  .sectionOther .bg_images-01 {
    bottom: 0;
    top: auto;
    transform: translateY(40%);
  }

  .sectionOther .bg_images-02 {
    display: none;
  }

  .sectionOther .bg_images-03 {
    display: none;
  }

  .sectionOther .bg_images-04 {
    top: 2%;
    right: 0;
    position: absolute;
    width: 28.2%;
    display: inline-block;
  }
}

@media screen and (min-width: 1600px) {
  .sectionMessage_inner,
  .sectionAbout_inner,
  .sectionOther_inner {
    max-width: 76.36vw;
  }
  .sectionAbout .groupAbout-01 div:nth-of-type(2) {
    margin: 220px 0 33vw;
  }
}

@media screen and (min-width: 1900px) {
  .sectionMessage .groupMessage-01 div:nth-of-type(2) {
    font-size: 2.25rem;
  }

  .sectionMessage .groupMessage-02 p {
    font-size: 1.5rem;
  }

  .sectionMessage .groupMessage-04 div:first-of-type {
    font-size: 1.5rem;
  }

  .sectionAbout .groupAbout-01 div .groupAbout_copy {
    font-size: 2.25rem;
  }

  .sectionAbout .groupAbout-01 div:nth-of-type(2) {
    margin-bottom: 21.1vw;
  }

  .sectionAbout .groupAbout-01 .descriptionAbout {
    font-size: 1.5rem;
  }

  .sectionAbout .groupAbout-01 .descriptionAbout_name {
    font-size: 1.875rem;
  }

  .sectionAbout .groupAbout-02 div:nth-of-type(2) {
    font-size: 1.5rem;
  }

  .sectionOther .groupOther_col>div:nth-of-type(2) {
    font-size: 1.5rem;
  }
}

/*# sourceMappingURL=map/top.css.map */