@charset "UTF-8";
.main .mv {
  position: relative;
  background-image: url(../imgs/mv_bg.jpg);
  background-image: image-set(url("../imgs/mv_bg.webp") type("image/webp"), url("../imgs/mv_bg.jpg") type("image/jpeg"));
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding-top: 2.6rem;
  overflow: hidden;
}
@media screen and (max-width: 750px) {
  .main .mv {
    padding-top: 5.5rem;
    padding-bottom: 0.8rem;
  }
}
.main .mv .wrap {
  position: relative;
  padding: 0;
}
@media screen and (min-width: 751px) {
  .main .mv .wrap {
    width: 28.8rem;
  }
}
.main .mv-image {
  width: 16.7rem;
  margin-left: auto;
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 750px) {
  .main .mv-image {
    width: 100%;
  }
}
.main .mv-inner {
  position: absolute;
  top: 3rem;
  left: 0.7rem;
  width: 12rem;
  z-index: 2;
}
@media screen and (max-width: 750px) {
  .main .mv-inner {
    width: 6.5rem;
    top: -3.3rem;
    left: 0.5rem;
  }
}
.main .mv-inner .copy {
  width: 8rem;
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  .main .mv-inner .copy {
    width: 4.5rem;
  }
}
.main .mv-inner .logo {
  margin-top: 0.8rem;
}
@media screen and (max-width: 750px) {
  .main .mv-inner .logo {
    margin-top: 0.3rem;
  }
}
.main .mv-note {
  position: absolute;
  top: -2.5rem;
  left: 0;
  width: 16rem;
  z-index: 1;
}
@media screen and (max-width: 750px) {
  .main .mv-note {
    width: 7.3rem;
    top: -5.8rem;
  }
}
.main .mv-obi {
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 9rem;
}
@media screen and (max-width: 750px) {
  .main .mv-obi {
    width: 5.7rem;
  }
}
.main .mv-ad {
  position: absolute;
  top: -0.5rem;
  left: 0.6rem;
  font-size: 0.4rem;
  padding: 0.1rem 0.2rem;
  border: 1px solid;
  color: #fff;
}
@media screen and (max-width: 750px) {
  .main .mv-ad {
    top: -4rem;
    left: 0.3rem;
    font-size: 0.28rem;
    padding: 0.05rem 0.1rem 0.1rem;
  }
}
.main .bg_wrap {
  background-image: url(../imgs/bg.jpg);
  background-image: image-set(url("../imgs/bg.webp") type("image/webp"), url("../imgs/bg.jpg") type("image/jpeg"));
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 2.8rem;
  padding-bottom: 3.8rem;
}
@media screen and (max-width: 750px) {
  .main .bg_wrap {
    background-image: url(../imgs/bg_sp.jpg);
    background-image: image-set(url("../imgs/bg_sp.webp") type("image/webp"), url("../imgs/bg_sp.jpg") type("image/jpeg"));
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 1rem;
    padding-bottom: 2rem;
  }
}
.main .ttl_wrap {
  text-align: center;
}
.main .ttl_wrap .en_ttl {
  font-family: "EB Garamond", serif;
  color: #a89a3f;
  letter-spacing: 0.1rem;
}
@media screen and (max-width: 750px) {
  .main .ttl_wrap .en_ttl {
    font-size: 0.24rem;
    letter-spacing: 0.05rem;
  }
}
.main .ttl_wrap .jp_ttl {
  font-size: 0.9rem;
  letter-spacing: 0.1rem;
  margin-top: 0.2rem;
}
@media screen and (max-width: 750px) {
  .main .ttl_wrap .jp_ttl {
    font-size: 0.5rem;
    letter-spacing: 0.05rem;
  }
}
.main .sec_gallery .wrap {
  position: relative;
}
.main .sec_gallery .youtube {
  width: 100%;
  aspect-ratio: 16/9;
}
@media screen and (max-width: 750px) {
  .main .sec_gallery .youtube {
    width: 5.9rem;
    margin: 0 auto;
  }
}
.main .sec_gallery .youtube iframe {
  width: 100%;
  height: 100%;
}
.main .sec_gallery .ttl_wrap {
  position: absolute;
  top: 0;
  right: -1.3rem;
  writing-mode: vertical-rl;
}
@media screen and (max-width: 750px) {
  .main .sec_gallery .ttl_wrap {
    right: 0.3rem;
  }
}
.main .sec_gallery .ttl_wrap .en_ttl {
  letter-spacing: 0.2rem;
  font-size: 0.6rem;
}
@media screen and (max-width: 750px) {
  .main .sec_gallery .ttl_wrap .en_ttl {
    font-size: 0.28rem;
    letter-spacing: 0.1rem;
  }
}
.main .sec_info {
  margin-top: 1.4rem;
}
@media screen and (max-width: 750px) {
  .main .sec_info {
    margin-top: 0.7rem;
  }
}
.main .sec_info .ttl {
  font-size: 0.6rem;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .main .sec_info .ttl {
    font-size: 0.4rem;
  }
}
.main .sec_info .ttl em {
  font-size: 0.8rem;
}
@media screen and (max-width: 750px) {
  .main .sec_info .ttl em {
    font-size: 0.5rem;
  }
}
.main .sec_info .text {
  margin-top: 0.5rem;
  text-align: center;
  line-height: 2.2;
}
@media screen and (max-width: 750px) {
  .main .sec_info .text {
    line-height: 2;
    margin-top: 0.3rem;
    font-size: 0.26rem;
    letter-spacing: 0;
  }
}
.main .sec_outline {
  margin-top: 2.8rem;
}
@media screen and (max-width: 750px) {
  .main .sec_outline {
    margin-top: 1.4rem;
  }
}
.main .sec_outline .ad {
  margin-top: 1rem;
  display: grid;
  grid-template-columns: 5rem auto;
  gap: 0.5rem;
  align-items: center;
}
@media screen and (max-width: 750px) {
  .main .sec_outline .ad {
    margin-top: 0.7rem;
    gap: 0.3rem;
    grid-template-columns: 1fr;
  }
}
.main .sec_outline .ad-ttl {
  border: 1px solid;
  text-align: center;
  padding: 0.2rem 0;
}
@media screen and (max-width: 750px) {
  .main .sec_outline .ad-text {
    font-size: 0.3rem;
  }
}
.main .sec_outline .ac_head {
  margin-top: 1rem;
  background-color: #e1e8eb;
  font-size: 0.4rem;
  text-align: center;
  padding: 0.3rem;
  border-radius: 3px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease;
}
@media screen and (max-width: 750px) {
  .main .sec_outline .ac_head {
    margin-top: 0.7rem;
    font-size: 0.32rem;
  }
}
.main .sec_outline .ac_head .arrow span {
  width: 0.5rem;
  height: 1px;
  background: #0d183d;
  position: absolute;
  transition: all 0.3s ease;
}
@media screen and (max-width: 750px) {
  .main .sec_outline .ac_head .arrow span {
    width: 0.3rem;
  }
}
.main .sec_outline .ac_head .arrow .--01 {
  top: 0.55rem;
  right: 0.3rem;
}
@media screen and (max-width: 750px) {
  .main .sec_outline .ac_head .arrow .--01 {
    top: 0.53rem;
  }
}
.main .sec_outline .ac_head .arrow .--02 {
  transform: rotate(90deg);
  top: 0.55rem;
  right: 0.3rem;
}
@media screen and (max-width: 750px) {
  .main .sec_outline .ac_head .arrow .--02 {
    top: 0.53rem;
  }
}
.main .sec_outline .ac_head.close .arrow .--02 {
  transform: rotate(0deg);
}
.main .sec_outline .ac_body {
  display: none;
}
.main .sec_outline .list {
  margin-top: 1rem;
  display: grid;
  grid-template-columns: 7rem auto;
  border: 1px solid #d1d1d1;
}
@media screen and (max-width: 750px) {
  .main .sec_outline .list {
    grid-template-columns: 1fr;
    margin-top: 0.7rem;
  }
}
.main .sec_outline .list dt,
.main .sec_outline .list dd {
  padding: 0.5rem;
  border-top: 1px solid #d1d1d1;
}
@media screen and (max-width: 750px) {
  .main .sec_outline .list dt,
  .main .sec_outline .list dd {
    padding: 0.4rem;
  }
}
.main .sec_outline .list dt:first-of-type,
.main .sec_outline .list dd:first-of-type {
  border: none;
}
.main .sec_outline .list dt {
  background: #e1e8eb;
}
.main .sec_outline .list dd {
  background: #fff;
}
.main .sec_cta {
  margin-top: 2.8rem;
}
@media screen and (max-width: 750px) {
  .main .sec_cta {
    margin-top: 1.5rem;
  }
}
@media screen and (min-width: 751px) {
  .main .sec_cta .wrap {
    width: 24rem;
  }
}
.main .sec_cta .box a {
  background-image: url(../imgs/cta_bg.jpg);
  background-image: image-set(url("../imgs/cta_bg.webp") type("image/webp"), url("../imgs/cta_bg.jpg") type("image/jpeg"));
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  color: #fff;
  padding: 2rem;
  display: block;
  transition: all 0.3s ease;
}
@media screen and (max-width: 750px) {
  .main .sec_cta .box a {
    background: url(../imgs/cta_bg_sp.jpg);
    background-image: image-set(url("../imgs/cta_bg_sp.webp") type("image/webp"), url("../imgs/cta_bg_sp.jpg") type("image/jpeg"));
    background-size: cover;
    background-repeat: no-repeat;
    padding: 1rem 0.4rem 0.5rem;
    overflow: hidden;
  }
}
.main .sec_cta .box a:after {
  content: "";
  position: absolute;
  width: calc(100% - 0.3rem);
  height: calc(100% - 0.3rem);
  border: 1px solid rgba(168, 154, 63, 0.7);
  top: 0.15rem;
  left: 0.15rem;
}
@media screen and (min-width: 751px) {
  .main .sec_cta .box a:hover {
    opacity: 0.8;
  }
}
.main .sec_cta .box .ttl {
  font-size: 0.5rem;
}
@media screen and (max-width: 750px) {
  .main .sec_cta .box .ttl {
    text-align: center;
    font-size: 0.32rem;
    letter-spacing: 0.01rem;
  }
}
.main .sec_cta .box .ttl em {
  font-size: 0.6rem;
}
@media screen and (max-width: 750px) {
  .main .sec_cta .box .ttl em {
    font-size: 0.43rem;
  }
}
.main .sec_cta .box .logo {
  width: 11.5rem;
  margin-top: 0.4rem;
}
@media screen and (max-width: 750px) {
  .main .sec_cta .box .logo {
    width: 4.4rem;
    margin: 0.5rem auto 0;
  }
}
.main .sec_cta .box .btn {
  margin-top: 1rem;
  width: 11.5rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.5rem 0.7rem;
  border-radius: 3px;
  background-image: url(../assets/imgs/arrow_w.svg);
  background-color: #a89a3f;
  background-repeat: no-repeat;
  background-position: calc(100% - 0.7rem) 50%;
  background-size: 0.2rem;
  font-size: 0.5rem;
}
@media screen and (max-width: 750px) {
  .main .sec_cta .box .btn {
    margin-top: 0.7rem;
    width: 100%;
    position: relative;
    z-index: 2;
    font-size: 0.32rem;
    padding: 0.35rem 0 0.35rem 0.5rem;
    letter-spacing: 0.01rem;
    gap: 0.4rem;
    background-position: calc(100% - 0.3rem) 50%;
    background-size: 0.15rem;
  }
}
.main .sec_cta .box .btn .ico {
  width: 0.7rem;
  display: block;
}
@media screen and (max-width: 750px) {
  .main .sec_cta .box .btn .ico {
    width: 0.6rem;
  }
}
@media screen and (max-width: 750px) {
  .main .sec_cta .box .btn .text {
    line-height: 1.4;
  }
}
@media screen and (min-width: 751px) {
  .main .sec_cta .box .image {
    position: absolute;
  }
}
@media screen and (max-width: 750px) {
  .main .sec_cta .box .image {
    position: relative;
  }
}
.main .sec_cta .box .image.--01 {
  z-index: 3;
}
@media screen and (min-width: 751px) {
  .main .sec_cta .box .image.--01 {
    width: 5.2rem;
    top: 1.8rem;
    right: 4.5rem;
  }
}
@media screen and (max-width: 750px) {
  .main .sec_cta .box .image.--01 {
    width: 2.6rem;
    margin-top: 0.7rem;
    margin-left: 0.8rem;
  }
}
.main .sec_cta .box .image.--02 {
  z-index: 2;
}
@media screen and (min-width: 751px) {
  .main .sec_cta .box .image.--02 {
    width: 4.1rem;
    top: 5rem;
    right: 2rem;
  }
}
@media screen and (max-width: 750px) {
  .main .sec_cta .box .image.--02 {
    width: 2rem;
    margin-left: 3rem;
    margin-top: -0.7rem;
  }
}
.main .sec_cta .box .image.--02 figcaption {
  position: absolute;
  bottom: -0.5rem;
  right: 0;
  font-size: 0.28rem;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", sans-serif;
  letter-spacing: 0;
  font-weight: 400;
}
@media screen and (max-width: 750px) {
  .main .sec_cta .box .image.--02 figcaption {
    bottom: -0.3rem;
    font-size: 0.2rem;
  }
}
.main .sec_cta .box .note {
  position: absolute;
  z-index: 1;
  top: 0.5rem;
  right: 0.5rem;
  width: 8rem;
}
@media screen and (max-width: 750px) {
  .main .sec_cta .box .note {
    top: 1.7rem;
    right: -0.9rem;
    width: 7.7rem;
    opacity: 0.6;
  }
}
.main .sec_cta .box .ad {
  position: absolute;
  left: 0.4rem;
  bottom: 0.3rem;
  font-size: 0.28rem;
  color: #fff;
}
@media screen and (max-width: 750px) {
  .main .sec_cta .box .ad {
    position: static;
    margin-top: 0.5rem;
  }
}
.main .sec_cta .box .ad-ttl {
  border: 1px solid;
  display: inline-block;
  padding: 0.05rem 0.1rem;
}
.main .sec_cta .box .ad-text {
  letter-spacing: 0;
  margin-top: 0.1rem;
  font-weight: 400;
}
@media screen and (max-width: 750px) {
  .main .sec_cta .box .ad-text {
    font-size: 0.24rem;
  }
}
.main .sec_cta .note {
  font-size: 0.28rem;
  letter-spacing: 0;
  margin-top: 0.3rem;
}
@media screen and (max-width: 750px) {
  .main .sec_cta .note {
    font-size: 0.24rem;
  }
}/*# sourceMappingURL=unique.css.map */