@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&family=Libre+Caslon+Display&family=Shippori+Mincho+B1&family=Zen+Old+Mincho&display=swap");
/* setting //////////////////////////////////////////////////*/
/*color*/
/*font-family*/
/*filler color*/
/*text-shadow*/
/*media query break point*/
/*mainBP*/
/*gHeader用*/
/*cubic-bezier*/
/*letter-spacing*/
/*// mixin //////////////////////////////////////////////////*/
/* media query */
/* hover */
.p-top-leaf {
  position: absolute;
  top: 20vw;
  z-index: -1;
  width: 100%;
  overflow: hidden;
}
@media only screen and (max-width: 1366px) {
  .p-top-leaf {
    top: 40vw;
  }
}
@media only screen and (max-width: 767px) {
  .p-top-leaf {
    top: 40vh;
  }
}
.p-top-leaf img {
  width: 100%;
  max-width: unset;
}
@media only screen and (max-width: 767px) {
  .p-top-leaf img {
    width: 220%;
    transform: translateX(-25%);
  }
}
.p-top-mv {
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .p-top-mv {
    height: -moz-fit-content;
    height: fit-content;
  }
}
@media only screen and (max-width: 767px) {
  .p-top-mv__img {
    aspect-ratio: 1/1;
  }
}
.p-top-mv__cap {
  position: relative;
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  opacity: 0.7;
}
.p-top-mv__video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2;
  /* 동영상이 위에 표시됨 */
  pointer-events: none;
  transition: opacity 0.5s ease;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .p-top-mv__video {
    aspect-ratio: 1/1;
  }
}
.p-top-mv__video iframe {
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 767px) {
  .p-top-mv__video iframe {
    width: 177.78%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
.p-top-mv #skipButton {
  z-index: 99;
  position: absolute;
  bottom: 0.5rem;
  right: 0.5rem;
  padding: 0.2rem 2.5rem;
  font-size: 1.4rem;
  background: #333;
  color: #fff;
  border: none;
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  .p-top-mv #skipButton {
    font-size: 1.2rem;
  }
}
.p-top-merit {
  padding: 5rem 0;
  background: linear-gradient(to right, rgba(51, 60, 51, 0.7) 0%, rgba(49, 61, 49, 0.7) 100%);
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .p-top-merit {
    padding: 3rem 0;
  }
}
.p-top-merit__inner {
  width: 90%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: column;
  gap: 3rem;
}
@media only screen and (max-width: 767px) {
  .p-top-merit__inner {
    gap: 0;
  }
}
.p-top-merit__box {
  display: flex;
  justify-content: center;
  gap: 5rem;
}
@media only screen and (max-width: 1080px) {
  .p-top-merit__box {
    gap: 3rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-top-merit__box {
    flex-direction: column;
    gap: 1.5rem;
  }
}
html:lang(en) .p-top-merit__box {
  flex-direction: column;
  align-items: center;
}
.p-top-merit__box.is-top {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  padding-bottom: 2rem;
}
@media only screen and (max-width: 767px) {
  .p-top-merit__box.is-top {
    border-bottom: none;
  }
}
.p-top-merit__box__item {
  position: relative;
  font-size: min(2.6vw, 3.6rem);
  letter-spacing: 0.1em;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .p-top-merit__box__item {
    font-size: 1.9rem;
    width: 100%;
    text-align: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    padding-bottom: 1.5rem;
  }
}
.p-top-merit__box__item small {
  font-size: 0.45em;
}
.p-top-merit__box__item small.line {
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(calc(-100% - 0.3em));
  letter-spacing: 0;
}
@media only screen and (max-width: 767px) {
  .p-top-merit__box__item small.line {
    left: 3rem;
  }
}
.p-top-merit__box__item em {
  font-family: "EB Garamond", serif, serif;
  font-size: 1.8em;
  line-height: 0;
}
.p-top-merit__box__item i {
  position: absolute;
  bottom: 0;
  right: 0.5em;
  transform: translateY(110%);
  font-size: 0.35em;
  letter-spacing: 0;
}
.p-top-merit__box__item .planVari {
  font-size: 0.5em;
}
.p-top-merit__box__item:not(:first-child)::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -3.5rem;
  display: block;
  height: 1em;
  width: 1px;
  background-color: #fff;
  transform: skew(-30deg) translateY(-50%);
}
@media only screen and (max-width: 1080px) {
  .p-top-merit__box__item:not(:first-child)::before {
    left: -2.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-top-merit__box__item:not(:first-child)::before {
    display: none;
  }
}
html:lang(en) .p-top-merit__box__item:not(:first-child)::before {
  display: none;
}
.p-top-merit__box__item--plan {
  display: flex;
  gap: 1rem;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .p-top-merit__box__item--plan {
    flex-direction: column;
    align-items: center;
    font-size: 2rem;
    border-bottom: none;
  }
}
.p-top-info {
  margin-top: 3rem;
  width: 90%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 2rem;
  background-color: rgba(0, 0, 0, 0.3);
  border: 1px solid rgba(255, 255, 255, 0.3);
}
@media only screen and (max-width: 767px) {
  .p-top-info {
    padding: 1rem;
  }
}
.p-top-info__txt {
  font-size: 3.6rem;
  text-align: center;
  line-height: 1.4;
  color: #fff;
}
.p-top-info__txt span {
  display: inline-block;
}
.p-top-info__txt small {
  font-size: 0.7em;
  display: inline-block;
}
@media only screen and (max-width: 767px) {
  .p-top-info__txt {
    font-size: 2rem;
  }
}
.p-top-info__btns {
  margin-top: 2rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
}
@media only screen and (max-width: 767px) {
  .p-top-info__btns {
    margin-top: 1rem;
    grid-template-columns: 1fr;
    gap: 1rem;
  }
}
.p-top-info__btn {
  display: block;
  text-align: center;
  width: 100%;
  height: 100%;
  background-color: #fff;
  color: #333;
  padding: 1.5rem;
  font-size: 2.5rem;
  transition: 0.3s;
}
@media (hover: hover) and (pointer: fine) {
  .p-top-info__btn:hover {
    background-color: #777777;
    color: #fff;
  }
}
@media only screen and (max-width: 767px) {
  .p-top-info__btn {
    font-size: 1.4rem;
  }
}
.p-top-white {
  width: 90%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 2rem;
  padding: 0.5rem;
  color: #333;
  background-color: rgba(255, 255, 255, 0.5);
  font-family: YakuHanMP, "A1明朝", "A1 Mincho", serif;
}
@media only screen and (max-width: 767px) {
  .p-top-white {
    padding: 0.5rem;
  }
}
.p-top-white__p01 {
  font-size: min(2.2vw, 3.3rem);
  line-height: 0.7;
  text-align: center;
  margin: 2rem auto 1rem;
  border: #423D31 1px solid;
  padding: 1rem 1rem 0.7rem;
  max-width: 250px;
}
@media only screen and (max-width: 767px) {
  .p-top-white__p01 {
    font-size: 1.3rem;
    margin: 1.5rem auto 0.5rem;
  }
}
.p-top-white__p01 em {
  font-size: 120%;
}
.p-top-white__p01 span {
  color: #a10606;
}
.p-top-white__p02 {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 1rem 0;
  font-family: "EB Garamond", serif, serif;
  font-weight: 500;
  text-align: center;
  font-size: min(2.6vw, 3.3rem);
  line-height: 1.1;
  letter-spacing: 0.1rem;
  position: relative;
}
@media only screen and (max-width: 1080px) {
  .p-top-white__p02 {
    flex-direction: column;
    align-items: center;
    line-height: 1;
  }
}
@media only screen and (max-width: 1080px) and (max-width: 767px) {
  .p-top-white__p02 {
    font-size: 1.7rem;
  }
}
.p-top-white__p02 em {
  font-size: 1.8em;
}
.p-top-white__p02 .p02_01 {
  position: relative;
  white-space: nowrap;
}
@media only screen and (max-width: 1080px) {
  .p-top-white__p02 .p02_01 span {
    display: none;
  }
}
.p-top-white__p02 .p02_01 {
  position: relative;
  margin-bottom: 1rem;
}
.p-top-white__p02 .p02_02 {
  margin-bottom: 0;
}
.p-top-concept {
  position: relative;
}
.p-top-concept__inner {
  width: 90%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  font-size: min(2.3vw, 3.2rem);
  letter-spacing: 0.23em;
}
@media only screen and (max-width: 767px) {
  .p-top-concept__inner {
    font-size: 2.4rem;
    letter-spacing: 0.15em;
  }
}
.p-top-concept__lead {
  font-size: 0.6em;
  line-height: 2;
}
.p-top-concept__catch {
  margin: 4rem 0;
}
@media only screen and (max-width: 767px) {
  .p-top-concept__catch {
    margin: 2rem 0;
  }
}
.p-top-summary__img {
  position: relative;
}
@media only screen and (max-width: 767px) {
  .p-top-summary__img {
    height: 25vh;
  }
  .p-top-summary__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.p-top-summary__heading {
  position: absolute;
  top: 50%;
  right: 5%;
  transform: translateY(-50%);
  letter-spacing: 0.3em;
  color: #fff;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
  font-size: 5rem;
}
@media only screen and (max-width: 767px) {
  .p-top-summary__heading {
    font-size: 2.4rem;
  }
}
.p-top-summary__txtBox {
  padding: 5rem 0;
  max-width: 1600px;
  width: 95%;
  margin-inline: auto;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .p-top-summary__txtBox {
    padding: 3rem 0 5rem;
    flex-direction: column;
    gap: 2rem;
  }
}
.p-top-summary__txtBox__catch {
  flex-grow: 1;
  text-align: center;
  font-size: min(3vw, 2.6rem);
  letter-spacing: 0.23em;
}
@media only screen and (max-width: 767px) {
  .p-top-summary__txtBox__catch {
    font-size: 1.8rem;
  }
}
.p-top-summary__txtBox__catch span {
  display: inline-block;
}
.p-top-summary__txtBox__btn {
  position: relative;
  font-size: min(1.4vw, 1.4rem);
  padding: 1rem 10rem 1rem 0;
  border-bottom: 1px solid #252525;
  white-space: nowrap;
  transition: 0.3s;
}
@media only screen and (max-width: 767px) {
  .p-top-summary__txtBox__btn {
    font-size: 1.4rem;
    padding: 1rem 5rem 1rem 0;
  }
}
.p-top-summary__txtBox__btn:after {
  position: absolute;
  bottom: 0;
  right: 0.3em;
  content: "";
  display: block;
  width: 1px;
  height: 0.5em;
  background-color: #252525;
  transform: skew(45deg, 0deg);
}
.p-top-summary__txtBox__btn span {
  display: inline-block;
  transition: 0.3s;
}
@media (hover: hover) and (pointer: fine) {
  .p-top-summary__txtBox__btn:hover {
    transform: translateX(1rem);
  }
  .p-top-summary__txtBox__btn:hover span {
    color: #2d394b;
    transform: translateX(-1rem);
  }
}
.p-top-contentList {
  width: 90%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  margin-inline: auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3rem;
}
@media only screen and (max-width: 767px) {
  .p-top-contentList {
    gap: 0.5rem;
    width: 95%;
  }
}
.p-top-contentList__item {
  position: relative;
  overflow: hidden;
}
.p-top-contentList__item__txt {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  letter-spacing: 0.15em;
  color: #fff;
  text-align: center;
  font-size: 3rem;
}
@media only screen and (max-width: 767px) {
  .p-top-contentList__item__txt {
    font-size: 2rem;
  }
}
.p-top-contentList__item__more {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin: 1rem auto 0;
  padding: 1rem 3rem;
  font-size: 1.4rem;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  letter-spacing: 0;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 5rem;
  width: -moz-fit-content;
  width: fit-content;
}
@media only screen and (max-width: 767px) {
  .p-top-contentList__item__more {
    font-size: 1.2rem;
    padding: 0.5rem 1rem;
  }
}
.p-top-contentList__item__more::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  color: currentColor;
  line-height: 1;
  width: 0.5em;
  height: 0.5em;
  border: 0.1em solid currentColor;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translateX(-25%) rotate(45deg);
}
.p-top-contentList__item img {
  transition: 0.5s;
}
@media (hover: hover) and (pointer: fine) {
  .p-top-contentList__item:hover img {
    transform: scale(110%);
  }
}
.p-top-float {
  position: fixed;
  bottom: 8rem;
  right: 2rem;
  width: clamp(400px, 30%, 450px);
  display: flex;
  flex-direction: column;
  gap: 3rem;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
  z-index: 2;
  padding: 4rem;
  background-size: cover;
  background-position: bottom;
  border: 1px solid rgba(255, 255, 255, 0.3);
  transition: 0.5s;
}
@media only screen and (max-width: 767px) {
  .p-top-float {
    width: 90%;
    right: 5%;
    padding: 2.5rem 2rem;
  }
}
.p-top-float::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: -1;
}
.p-top-float__close {
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  transform: translate(25%, -25%);
  width: 3rem;
  height: 3rem;
  border-radius: 3rem;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2236%22%20height%3D%2236%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22currentColor%22%20stroke-width%3D%222%22%20class%3D%22ai%20ai-CircleXFill%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M12%201C5.925%201%201%205.925%201%2012s4.925%2011%2011%2011%2011-4.925%2011-11S18.075%201%2012%201zm3.707%208.707a1%201%200%200%200-1.414-1.414L12%2010.586%209.707%208.293a1%201%200%201%200-1.414%201.414L10.586%2012l-2.293%202.293a1%201%200%201%200%201.414%201.414L12%2013.414l2.293%202.293a1%201%200%200%200%201.414-1.414L13.414%2012l2.293-2.293z%22%2F%3E%3C%2Fsvg%3E");
  background-size: cover;
  background-color: rgba(255, 255, 255, 0.8);
}
.p-top-float__new {
  position: absolute;
  top: 2px;
  left: 2px;
  background-color: #a10606;
  color: #fff;
  padding: 0.5rem 2%;
  font-size: 1.2rem;
  line-height: 1;
}
.p-top-float__lead {
  color: #fff;
  font-size: min(1.15vw, 1.6rem);
  text-align: center;
}
@media only screen and (max-width: 1080px) {
  .p-top-float__lead {
    font-size: 1.5rem;
  }
}
.p-top-float__btns {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
}
.p-top-float__btn {
  display: block;
  background-color: rgba(51, 51, 51, 0.7);
  color: #fff;
  padding: 1rem;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.3);
  transition: 0.3s;
  width: 100%;
}
@media (hover: hover) and (pointer: fine) {
  .p-top-float__btn:hover {
    background-color: #fff;
    color: #2d394b;
  }
}
.p-top-float.is-hide {
  opacity: 0;
  pointer-events: none;
}

#youtube-player {
  position: absolute;
  top: 50%;
  /* point */
  transform: translateY(-50%);
  /* point */
  left: 0;
  width: 100%;
  height: 130%;
}
@media only screen and (max-width: 767px) {
  #youtube-player {
    position: relative;
    overflow: hidden;
    height: 200% !important;
    width: 177.79% !important;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: 0 auto;
  }
}
#youtube-player iframe {
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 767px) {
  #youtube-player iframe {
    width: 177.79% !important;
    height: 200% !important;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
/*# sourceMappingURL=../../map/top/style.css.map */