@charset "UTF-8";
.main .scroll {
  display: block;
  margin-top: -1rem;
  padding-top: 1rem;
}
.main .sec--01 {
  position: relative;
  z-index: 2;
  margin-top: 1rem;
}
@media screen and (max-width: 750px) {
  .main .sec--01 {
    margin-top: 0.4rem;
  }
}
.main .sec--01 .anchor_wrap {
  display: grid;
  grid-template-columns: repeat(3, 4.8rem);
  gap: 0.5rem;
  justify-content: center;
  margin-top: 1.5rem;
}
@media screen and (max-width: 750px) {
  .main .sec--01 .anchor_wrap {
    margin-top: 1rem;
    grid-template-columns: repeat(3, 1fr);
    gap: 0.1rem;
  }
}
.main .sec--01 .anchor_wrap a {
  background: #dccea0;
  height: 1rem;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url(../../assets/imgs/arw01.svg);
  background-repeat: no-repeat;
  background-position: calc(100% - 0.3rem) 50%;
  background-size: 0.2rem;
  font-family: "Cormorant Garamond", serif;
  font-size: 0.4rem;
  transition: all 0.3s ease;
}
@media screen and (max-width: 750px) {
  .main .sec--01 .anchor_wrap a {
    font-size: 0.28rem;
    height: 0.7rem;
    background-position: calc(100% - 0.15rem) 50%;
    background-size: 0.15rem;
  }
}
.main .sec--01 .anchor_wrap a:hover {
  opacity: 0.7;
}
.main .sec--02 {
  margin-top: 1.5rem;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 750px) {
  .main .sec--02 {
    margin-top: 1.5rem;
  }
}
.main .sec--02 .wrap {
  position: relative;
  z-index: 2;
}
.main .sec--02 .prepend .en_ttl {
  font-size: 1rem;
  text-align: center;
  font-family: "Cormorant Garamond", serif;
}
@media screen and (max-width: 750px) {
  .main .sec--02 .prepend .en_ttl {
    font-size: 0.6rem;
  }
}
.main .sec--02 .prepend .image.--01 {
  margin-top: 0.5rem;
}
@media screen and (max-width: 750px) {
  .main .sec--02 .prepend .image.--01 {
    width: calc(100% + 0.8rem);
    margin-left: -0.4rem;
  }
}
.main .sec--02 .prepend .image.--02 {
  margin-top: 1.5rem;
}
@media screen and (max-width: 750px) {
  .main .sec--02 .prepend .image.--02 {
    margin-top: 1rem;
  }
}
.main .sec--02 .prepend .image.--02 .pinch {
  position: absolute;
  top: -0.8rem;
  right: 0;
  width: 1rem;
}
.main .sec--02 .prepend .text {
  margin-top: 1.5rem;
  font-size: 0.5rem;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .main .sec--02 .prepend .text {
    font-size: 0.4rem;
    margin-top: 0.8rem;
  }
}
.main .sec--02 .prepend .grid {
  margin-top: 1rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.5rem;
}
@media screen and (max-width: 750px) {
  .main .sec--02 .prepend .grid {
    margin-top: 0.5rem;
    grid-template-columns: 1fr;
    gap: 0.8rem;
  }
}
.main .sec--02 .prepend .grid .image .direct {
  position: absolute;
  top: 0.2rem;
  left: 0.2rem;
  color: #fff;
  font-size: 0.4rem;
}
@media screen and (max-width: 750px) {
  .main .sec--02 .prepend .grid .image .direct {
    font-size: 0.3rem;
  }
}
.main .sec--02 .prepend .grid .image .direct.black {
  color: #231810;
}
@media screen and (max-width: 750px) {
  .main .sec--02 .prepend .grid .image .direct.black {
    text-shadow: 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff;
  }
}
.main .sec--02 .prepend .grid .image .note {
  position: absolute;
  bottom: -0.5rem;
  left: 0;
  font-size: 0.24rem;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", sans-serif;
  letter-spacing: 0;
}
.main .sec--02 .body {
  margin-top: 2rem;
}
.main .sec--02 .body .grid {
  background: #ebebe4;
  padding: 1rem;
  display: grid;
  grid-template-columns: auto 7rem;
  gap: 1rem;
  align-items: end;
}
@media screen and (max-width: 750px) {
  .main .sec--02 .body .grid {
    grid-template-columns: 1fr;
    padding: 0.5rem;
    gap: 0.5rem;
  }
}
.main .sec--02 .body .grid .cont .ttl {
  font-size: 0.5rem;
}
@media screen and (max-width: 750px) {
  .main .sec--02 .body .grid .cont .ttl {
    font-size: 0.4rem;
  }
}
.main .sec--02 .body .grid .cont .text {
  margin-top: 0.4rem;
}
.main .sec--02 .body .grid .cont .image_wrap {
  display: grid;
  gap: 0.3rem;
  margin-top: 0.5rem;
}
@media screen and (max-width: 750px) {
  .main .sec--02 .body .grid .cont .image_wrap {
    gap: 0.2rem;
  }
}
@media screen and (max-width: 750px) {
  .main .sec--02 .body .grid .image_area img {
    width: 100%;
    height: 4rem;
    object-fit: cover;
  }
}
.main .sec--03 {
  margin-top: 3rem;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 750px) {
  .main .sec--03 {
    margin-top: 2rem;
  }
}
.main .sec--03 .wrap {
  position: relative;
  z-index: 2;
}
.main .sec--03 .zu {
  margin: 0.8rem auto 2rem;
}
@media screen and (max-width: 750px) {
  .main .sec--03 .zu {
    margin: 0.8rem auto 0.8rem;
  }
}
.main .sec--03 .prepend .en_ttl {
  font-size: 1rem;
  text-align: center;
  font-family: "Cormorant Garamond", serif;
}
@media screen and (max-width: 750px) {
  .main .sec--03 .prepend .en_ttl {
    font-size: 0.6rem;
  }
}
.main .sec--03 .prepend .en_ttl:after {
  content: "";
  display: block;
  width: 2rem;
  height: 1px;
  background: #231810;
  margin: 0.3rem auto 0.6rem;
}
@media screen and (max-width: 750px) {
  .main .sec--03 .prepend .en_ttl:after {
    width: 1rem;
    margin: 0.2rem auto 0.4rem;
  }
}
.main .sec--03 .prepend .jp_ttl {
  font-size: 0.5rem;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .main .sec--03 .prepend .jp_ttl {
    font-size: 0.4rem;
  }
}
.main .sec--03 .prepend .text {
  margin-top: 0.5rem;
  text-align: center;
}
.main .sec--03 .prepend .image {
  margin-top: 1rem;
}
@media screen and (max-width: 750px) {
  .main .sec--03 .prepend .image {
    margin-top: 1.3rem;
  }
}
.main .sec--03 .prepend .image .pinch {
  position: absolute;
  top: -1.2rem;
  right: 0;
  width: 1rem;
}
.main .sec--03 .ttlbox {
  display: flex;
  gap: 0.8rem;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 750px) {
  .main .sec--03 .ttlbox {
    display: block;
  }
}
.main .sec--03 .ttlbox .txtbox {
  margin-left: 1rem;
}
@media screen and (max-width: 750px) {
  .main .sec--03 .ttlbox .txtbox {
    margin: 0;
  }
}
.main .sec--03 .ttlbox .txtbox .jp_ttl {
  text-align: left;
}
.main .sec--03 .ttlbox .txtbox .text {
  text-align: left;
}
.main .sec--03 .ttlbox .image {
  margin: 0;
}
@media screen and (max-width: 750px) {
  .main .sec--03 .ttlbox .image {
    margin: 0.4rem auto 1.8rem;
  }
}
.main .sec--03 .body {
  margin-top: 1.2rem;
  display: grid;
  grid-template-columns: 7rem auto;
  gap: 1rem;
}
@media screen and (max-width: 750px) {
  .main .sec--03 .body {
    grid-template-columns: 1fr;
    margin-top: 1rem;
  }
}
.main .sec--03 .body .image_area {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.1rem;
}
@media screen and (max-width: 750px) {
  .main .sec--03 .body .image_area {
    grid-template-columns: 1.35fr 1fr;
  }
}
@media screen and (max-width: 750px) {
  .main .sec--03 .body .cont {
    width: 80%;
    margin: 0 auto;
  }
}
.main .sec--03 .body .cont .image {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem 0.5rem;
}
@media screen and (max-width: 750px) {
  .main .sec--03 .body .cont .image {
    grid-template-columns: 1fr;
  }
}
.main .sec--03 .body .cont .image figcaption {
  color: initial;
  background: none;
  bottom: -0.8rem;
}
.main .sec--04 {
  margin-top: 3rem;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 750px) {
  .main .sec--04 {
    margin-top: 2rem;
  }
}
.main .sec--04 .wrap {
  position: relative;
  z-index: 2;
}
.main .sec--04 .en_ttl {
  font-size: 1rem;
  text-align: center;
  font-family: "Cormorant Garamond", serif;
}
@media screen and (max-width: 750px) {
  .main .sec--04 .en_ttl {
    font-size: 0.6rem;
  }
}
.main .sec--04 .main_image {
  margin-top: 0.5rem;
}
@media screen and (max-width: 750px) {
  .main .sec--04 .main_image {
    width: calc(100% + 0.8rem);
    margin-left: -0.4rem;
  }
}
.main .sec--04 .jp_ttl {
  margin-top: 1.5rem;
  font-size: 0.5rem;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .main .sec--04 .jp_ttl {
    margin-top: 1rem;
    font-size: 0.4rem;
  }
}
.main .sec--04 .text {
  text-align: center;
  margin-top: 0.5rem;
}
.main .sec--04 .grid {
  margin-top: 1.5rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.8rem;
}
@media screen and (max-width: 750px) {
  .main .sec--04 .grid {
    margin-top: 1rem;
    grid-template-columns: 1fr;
    gap: 0.7rem;
  }
}
.main .sec--04 .grid .image figcaption {
  background: none;
  color: #231810;
  bottom: -0.5rem;
  padding: 0;
}
@media screen and (max-width: 750px) {
  .main .sec--04 .grid .image figcaption {
    bottom: -0.4rem;
  }
}/*# sourceMappingURL=unique.css.map */