main {
  background: #fbf5ee;
}

img {
  vertical-align: top;
}

p {
  line-height: 1.5em;
}

.anime1 {
  opacity: 0;
  -webkit-transform: translate(0, 100px);
          transform: translate(0, 100px);
  -webkit-transition: all 1.5s;
  transition: all 1.5s;
}
.anime1.tra1s {
  -webkit-transition: all 1s;
  transition: all 1s;
}

.anime1.scrollin {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

._pc {
  display: block;
}

._sp {
  display: none;
}

.ib {
  display: inline-block;
}

.imgbox {
  position: relative;
}

.imgnote {
  position: absolute;
  bottom: 5px;
  right: 5px;
  font-size: 10px;
  letter-spacing: 0;
}

.w1200 {
  width: 95%;
  max-width: 1200px;
  margin: auto;
}

.text-space {
  letter-spacing: 0;
}

.shippori {
  font-family: "Shippori Mincho B1", serif;
  font-weight: 400;
  font-style: normal;
}

@media screen and (max-width: 768px) {
  ._pc {
    display: none;
  }
  ._sp {
    display: block;
  }
  /*@media screen end*/
}
.mv {
  width: 100%;
  position: relative;
}
.mv .mv_ttl {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  font-size: 28px;
  font-size: clamp(1.375rem, 0.708rem + 1.39vw, 1.75rem);
  color: #fff;
  background: #000;
  padding: 8px 30px 10px;
}
.mv .imgnote {
  color: #fff;
}

@media screen and (max-width: 768px) {
  .mv .mv_ttl {
    font-size: 14px;
    font-size: clamp(0.875rem, 0.071rem + 4.02vw, 2rem);
    padding: 5px 10px;
    padding: 5px clamp(0.625rem, -0.268rem + 4.46vw, 1.875rem);
  }
  /*@media screen end*/
}
.content {
  width: 100%;
  height: 100%;
}

.text_area {
  width: 90%;
  max-width: 1000px;
  margin: auto;
  padding-top: 80px;
}
.text_area .sec_lead {
  font-size: 32px;
  font-size: clamp(1.375rem, 0.264rem + 2.31vw, 2rem);
  text-align: center;
  padding: 20px 0;
}
.text_area .sec_text {
  font-size: 16px;
  font-size: clamp(0.875rem, 0.653rem + 0.46vw, 1rem);
  text-align: center;
  padding: 10px 0 40px;
  line-height: 1.8em;
}
.text_area .policy_text {
  padding: 10px 0;
  margin-top: 30px;
  font-size: 20px;
  font-size: clamp(1.125rem, 0.903rem + 0.46vw, 1.25rem);
  letter-spacing: 1px;
  text-align: center;
  border-bottom: #000 1px solid;
}

.point_area {
  width: 100%;
  padding: 50px 0;
}
.point_area .point-item {
  width: 100%;
  height: 100vh;
  background: #fff;
  position: relative;
  overflow: visible;
}
.point_area .point-item .bg {
  width: 100%;
  height: 100%;
  background: rgba(255, 139, 49, 0.6);
  position: relative;
}
.point_area .point-item .bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 35%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.4)), color-stop(10%, rgba(255, 255, 255, 0)), color-stop(90%, rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.4)));
  background: linear-gradient(rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0) 10%, rgba(255, 255, 255, 0) 90%, rgba(255, 255, 255, 0.4));
}
.point_area .point-item .bg::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0.4)), color-stop(5%, rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0) 5%, rgba(255, 255, 255, 0) 100%);
}
.point_area .point-item .bg.item2 {
  background: rgba(255, 203, 56, 0.6);
}
.point_area .point-item .bg.item3 {
  background: rgba(0, 153, 255, 0.6);
}
.point_area .point-item .bg.item4 {
  background: rgba(0, 153, 102, 0.6);
}
.point_area .point-item .bg .bg-img {
  width: 65%;
  height: 100%;
  margin-left: auto;
  position: relative;
}
.point_area .point-item .bg .bg-img > img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.point_area .point-item .bg .bg-img .imgnote {
  color: #fff;
}
.point_area .point-item .point_fixed_area {
  width: 100%;
  height: 200vh;
  position: absolute;
  top: 0;
  left: 0;
}
.point_area .point-item .point_fixed_area.area_part2 {
  height: 300vh;
  top: -100vh;
  clip-path: inset(100vh 0 0 0);
}
.point_area .point-item .point_fixed_area.area_part3 {
  height: 300vh;
  top: -100vh;
  clip-path: inset(100vh 0 0 0);
}
.point_area .point-item .point_fixed_area.area_part4 {
  top: -100vh;
  clip-path: inset(100vh 0 0 0);
}
.point_area .point-item .point_fixed_area .point-sticky {
  width: 100%;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.point_area .point-item .point_fixed_area .point-sticky .point_text_area {
  width: 35%;
  padding-top: 50px;
  padding-top: clamp(1.875rem, -0.347rem + 4.63vw, 3.125rem);
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.point_area .point-item .point_fixed_area .point-sticky .point_text_area .sec_lead {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 20px;
  font-size: clamp(1rem, 0.556rem + 0.93vw, 1.25rem);
  padding: 3px 40px;
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0)), color-stop(15%, #fff), color-stop(85%, #fff), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(90deg, rgba(0, 0, 0, 0), #fff 15%, #fff 85%, rgba(0, 0, 0, 0) 100%);
}
.point_area .point-item .point_fixed_area .point-sticky .point_text_area .sec_ttl {
  font-size: 50px;
  font-size: clamp(2rem, 4.17vw, 3.125rem);
  text-align: center;
  padding: 15px 0;
  line-height: 1.3em;
  letter-spacing: 0;
}
.point_area .point-item .point_fixed_area .point-sticky .point_text_area .sec_text {
  font-size: 18px;
  font-size: clamp(0.938rem, 0.604rem + 0.69vw, 1.125rem);
  padding: 20px 0;
  text-align: center;
}
.point_area .point-item .point_fixed_area .point-sticky .point_text_area .line {
  width: 80%;
  height: 1px;
  background: #000;
}
.point_area .point-item .point_fixed_area .point-sticky .point-info {
  width: 65%;
  height: 100%;
  position: relative;
}
.point_area .point-item .point_fixed_area .point-sticky .point-info .point-info-text {
  width: 100%;
  font-size: 24px;
  font-size: clamp(1.125rem, 0.903rem + 0.46vw, 1.25rem);
  text-align: center;
  padding: 10px 6%;
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0)), color-stop(15%, #fff), color-stop(85%, #fff), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(90deg, rgba(0, 0, 0, 0), #fff 15%, #fff 85%, rgba(0, 0, 0, 0) 100%);
  position: absolute;
  bottom: 8%;
  left: 0;
}

.map_area {
  width: 90%;
  max-width: 1000px;
  margin: 50px auto;
  position: relative;
}

.hp-btn {
  width: 90%;
  max-width: 800px;
  margin: auto;
  padding: 40px 0;
}
.hp-btn .btn-area {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  background: #2e572f;
  border-radius: 50px;
  padding: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
}
.hp-btn .btn-area .btn_text {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 28px;
  font-size: clamp(1.5rem, 1.056rem + 0.93vw, 1.75rem);
  background: #fff;
  padding: 10px 50px;
  border-radius: 50px;
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
  color: #000;
}
.hp-btn .btn-area .btn-arrow {
  margin: 0 20px;
  width: 25px;
  height: 30px;
  background: #fff;
  clip-path: polygon(0 0, 0 100%, 100% 50%);
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
}
.hp-btn .btn-area > a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.hp-btn .btn-area:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.hp-btn .btn-area:hover .btn-arrow {
  -webkit-transform: translateX(8px);
          transform: translateX(8px);
}

.notebox {
  width: 90%;
  max-width: 1000px;
  margin: auto;
  padding: 50px 0;
}
.notebox .note {
  font-size: 12px;
  letter-spacing: 0;
}

@media screen and (max-width: 768px) {
  .text_area {
    padding-top: 40px;
  }
  .text_area .sec_lead {
    font-size: 20px;
    font-size: clamp(1.125rem, 0.679rem + 2.23vw, 1.75rem);
    padding: 10px 0;
    padding: clamp(0.625rem, 0.179rem + 2.23vw, 1.25rem) 0;
    letter-spacing: -1px;
  }
  .text_area .sec_text {
    font-size: 14px;
    font-size: clamp(0.875rem, 0.696rem + 0.89vw, 1.125rem);
    letter-spacing: 0;
    padding: 10px 0 40px;
    line-height: 1.5em;
  }
  .text_area .policy_text {
    padding: 10px 0;
    margin-top: 30px;
    font-size: 15px;
    font-size: clamp(0.938rem, 0.714rem + 1.12vw, 1.25rem);
    letter-spacing: 1px;
    text-align: center;
    border-bottom: #000 1px solid;
  }
  /*@media screen end*/
}
@media screen and (max-width: 768px) {
  .point_area {
    padding: 50px 0;
    width: 95%;
    margin: auto;
    overflow: visible;
    position: relative;
    padding: 50vh 0 50px;
  }
  .point_area .point-item {
    position: sticky;
    top: 0;
    left: 0;
    background: transparent;
    height: 200dvh;
  }
  .point_area .point-item.point4 {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
  .point_area .point-item .bg::before {
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.4)), color-stop(8%, rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0)));
    background: linear-gradient(rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0) 8%, rgba(255, 255, 255, 0));
  }
  .point_area .point-item .bg::after {
    height: 60%;
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0.4)), color-stop(8%, rgba(255, 255, 255, 0)), color-stop(92%, rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.4)));
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0) 8%, rgba(255, 255, 255, 0) 92%, rgba(255, 255, 255, 0.4));
  }
  .point_area .point-item .bg .bg-img {
    width: 100%;
    height: 40%;
    position: absolute;
    bottom: 0;
  }
  .point_area .point-item .point_fixed_area {
    width: 100%;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    top: 53%;
    left: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    background: #fbf5ee;
    position: sticky;
  }
  .point_area .point-item .point_fixed_area.area_part2 {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    top: 52%;
    clip-path: none;
  }
  .point_area .point-item .point_fixed_area.area_part3 {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    top: 50%;
    clip-path: none;
  }
  .point_area .point-item .point_fixed_area.area_part4 {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    -webkit-transform: translate(0);
            transform: translate(0);
    clip-path: none;
    position: static;
  }
  .point_area .point-item .point_fixed_area .point-sticky {
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    max-height: 100dvh;
    padding: 40px 0 20px;
    background: rgba(255, 139, 49, 0.6);
  }
  .point_area .point-item .point_fixed_area .point-sticky.part2 {
    background: rgba(255, 203, 56, 0.6);
  }
  .point_area .point-item .point_fixed_area .point-sticky.part3 {
    background: rgba(0, 153, 255, 0.6);
  }
  .point_area .point-item .point_fixed_area .point-sticky.part4 {
    background: rgba(0, 153, 102, 0.6);
  }
  .point_area .point-item .point_fixed_area .point-sticky::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(5%, transparent), color-stop(95%, transparent), to(#fff));
    background: linear-gradient(#fff, transparent 5%, transparent 95%, #fff);
    opacity: 0.5;
    z-index: 0;
  }
  .point_area .point-item .point_fixed_area .point-sticky::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, right top, left top, from(#fff), color-stop(5%, transparent), color-stop(95%, transparent), to(#fff));
    background: linear-gradient(to left, #fff, transparent 5%, transparent 95%, #fff);
    opacity: 0.5;
    z-index: 0;
  }
  .point_area .point-item .point_fixed_area .point-sticky .point_text_area {
    width: 90%;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    margin: 0 auto;
    padding: 20px 0;
    z-index: 1;
  }
  .point_area .point-item .point_fixed_area .point-sticky .point_text_area .sec_lead {
    font-size: 16px;
    font-size: clamp(1rem, 0.821rem + 0.89vw, 1.25rem);
  }
  .point_area .point-item .point_fixed_area .point-sticky .point_text_area .sec_ttl {
    font-size: 24px;
    font-size: clamp(1.5rem, 0.696rem + 4.02vw, 2.625rem);
    padding: 10px 0;
  }
  .point_area .point-item .point_fixed_area .point-sticky .point_text_area .sec_text {
    font-size: 12px;
    font-size: clamp(0.75rem, 0.482rem + 1.34vw, 1.125rem);
    padding: 15px 0;
    padding: 10px 0;
  }
  .point_area .point-item .point_fixed_area .point-sticky .point_text_area .line {
    width: 95%;
  }
  .point_area .point-item .point_fixed_area .point-sticky .bg-img {
    position: relative;
    z-index: 1;
    height: 100%;
    overflow: hidden;
  }
  .point_area .point-item .point_fixed_area .point-sticky .bg-img > img {
    height: 100%;
    max-height: 340px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
  .point_area .point-item .point_fixed_area .point-sticky .bg-img .imgnote {
    color: #fff;
  }
  .point_area .point-item .point_fixed_area .point-sticky .point-info {
    width: 100%;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    z-index: 1;
  }
  .point_area .point-item .point_fixed_area .point-sticky .point-info .point-info-text {
    font-size: 12px;
    font-size: clamp(0.75rem, 0.393rem + 1.79vw, 1.25rem);
    padding: clamp(0.188rem, -0.036rem + 1.12vw, 0.5rem) 0;
    background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0)), color-stop(10%, #fff), color-stop(90%, #fff), to(rgba(0, 0, 0, 0)));
    background: linear-gradient(90deg, rgba(0, 0, 0, 0), #fff 10%, #fff 90%, rgba(0, 0, 0, 0) 100%);
    position: static;
    margin: 10px 0;
    padding: 0;
  }
  .point_area .point-item .point_fixed_area .note {
    text-align: right;
    font-size: 10px;
    letter-spacing: 0;
  }
  .map_area {
    width: 100%;
    margin: clamp(1.875rem, 0.982rem + 4.46vw, 3.125rem) auto;
  }
  .map_area .imgnote {
    position: static;
    width: 95%;
    margin: auto;
    padding: 5px 0;
    text-align: right;
  }
  /*@media screen end*/
}
@media screen and (max-width: 768px) {
  .hp-btn {
    width: 90%;
    padding: 0;
  }
  .hp-btn .btn-area .btn_text {
    font-size: 12px;
    font-size: clamp(0.75rem, 0.214rem + 2.68vw, 1.5rem);
    padding: 8px 10px;
    padding: clamp(0.5rem, 0.411rem + 0.45vw, 0.625rem) clamp(0.625rem, -1.161rem + 8.93vw, 3.125rem);
    letter-spacing: -1px;
    letter-spacing: clamp(-0.063rem, -0.107rem + 0.22vw, 0rem);
  }
  .hp-btn .btn-area .btn-arrow {
    margin: 0 8px;
    margin: 0 clamp(0.5rem, -0.036rem + 2.68vw, 1.25rem);
    width: 16px;
    width: clamp(1rem, 0.598rem + 2.01vw, 1.563rem);
    height: 20px;
    height: clamp(1.25rem, 0.804rem + 2.23vw, 1.875rem);
  }
  /*@media screen end*/
}