@import url(https://fonts.cdnfonts.com/css/cabinet-grotesk);
@import url(https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@500;600;900&display=swap);
/*------------------------------------------
  Base Layout
------------------------------------------*/
html {
  font-size: 62.5%;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 3.7333333333vw;
  font-weight: 500;
  background: #FFFCF8;
  color: #FFFFFF;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

a {
  color: #FFFFFF;
  text-decoration: none;
  transition: opacity 0.4s ease;
}
a:hover {
  opacity: 0.7;
}

a[href^="tel:"] {
  pointer-events: none;
  cursor: default;
}

.is--tab {
  display: none;
}

.is--sp {
  display: none;
}

@media only screen and (min-width: 501px) {
  body {
    font-size: 14px;
  }
}
/*------------------------------------------
  layout
------------------------------------------*/
.l-wrapper {
  opacity: 0;
  position: relative;
  overflow: hidden;
}
.l-wrapper:before {
  content: "";
  width: 143px;
  height: 520px;
  position: fixed;
  top: 154px;
  left: 0;
  background: url(../images/main-bg02.svg) no-repeat left top;
}
.l-wrapper:after {
  content: "";
  width: 100%;
  height: 320px;
  position: fixed;
  bottom: 0;
  left: 0;
  background: url(../images/footer-bg.png) no-repeat right top;
  background-size: cover;
}
@media only screen and (max-height: 991px) {
  .l-wrapper:after {
    height: 230px;
  }
}
.l-wrapper.is--active {
  opacity: 1;
  transition: 1s;
}

@media only screen and (min-width: 1120px) {
  .l-wrapper {
    padding-left: 16%;
  }
}
.l-main {
  position: relative;
  background: #30302D;
  z-index: 10;
}
.l-main:before, .l-main:after {
  content: "";
  width: 100%;
  position: absolute;
  background-repeat: no-repeat;
  background-size: 100%;
  z-index: 1;
}
.l-main:before {
  width: 374px;
  height: 196px;
  top: -98px;
  left: -55px;
  background-position: center top;
  background-image: url(../images/ribbon-top.png);
}
.l-main:after {
  display: none;
  background-position: center bottom;
}

@media only screen and (min-width: 501px) {
  .l-main {
    width: 500px;
    margin: auto;
  }
  .l-main:before {
    width: 516px;
    height: 271px;
    top: -105px;
    left: -220px;
  }
}
@media only screen and (min-width: 1025px) {
  .l-main {
    margin: 0;
    /* &:before, &:after {
        left: 0;
    } */
  }
  .l-main:after {
    display: block;
    width: 892px;
    height: 933px;
    bottom: -283px;
    right: -880px;
  }
}
.l-pagehead {
  text-align: center;
  padding-top: 17.3333333333vw;
  margin-bottom: 4.5333333333vw;
  position: relative;
  z-index: 2;
}
.l-pagehead__ttl img {
  width: 86.4vw;
}
.l-pagehead__lead {
  font-size: 2.6666666667vw;
  font-weight: 600;
  line-height: 1.2;
  margin-top: 1.2em;
  color: #FFFFFF;
}

@media only screen and (min-width: 501px) {
  .l-pagehead {
    padding-top: 100px;
    margin-bottom: 45px;
  }
  .l-pagehead__ttl img {
    width: 432px;
  }
  .l-pagehead__lead {
    font-size: 14px;
    margin-top: 2em;
  }
}
/*------------------------------------------
  header
------------------------------------------*/
.l-header {
  position: fixed;
  width: 100%;
  top: 0;
  right: 0;
  z-index: 100;
}
.l-header__trigger {
  position: absolute;
  top: 3.2vw;
  right: 3.2vw;
  width: 11.7333333333vw;
  height: 11.7333333333vw;
  cursor: pointer;
  background-image: url(../images/header-open.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  transition: 0.3s;
  z-index: 10;
  border-radius: 50%;
}
.l-header__trigger.is--active {
  background-image: url(../images/header-close.svg);
  background-color: inherit;
}
.l-header__contents {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -ms-overflow-y: auto;
  overflow-y: auto;
  width: 100%;
  height: 100vh;
  height: 100dvh;
  padding: 20vw 2.6666666667vw 0;
  background: #FFFCF8;
}
.l-header__contents:before {
  content: "";
  width: 369px;
  height: 471px;
  position: fixed;
  top: 0;
  right: -125px;
  background: url(../images/main-bg01.svg) no-repeat left top;
  z-index: -1;
}
.l-header__contents:after {
  content: "";
  width: 100%;
  height: 17%;
  position: fixed;
  bottom: 0;
  left: 0;
  background: url(../images/footer-bg_sp.png) no-repeat right top;
  background-size: cover;
}
.l-header a {
  color: #30302D;
  display: block;
}
.l-header .header-nav {
  position: relative;
  z-index: 1;
  padding: 4vw 10.6666666667vw;
}
.l-header .header-nav__head {
  display: none;
}
.l-header .header-nav__list li {
  border-bottom: 1px solid #30302D;
  padding: 2.6666666667vw 0;
  line-height: 1.2;
  letter-spacing: 0.02em;
}
.l-header .header-nav__list a {
  position: relative;
  padding-left: 7.4666666667vw;
}
.l-header .header-nav__list .nav-txt--num {
  font-family: "Cabinet Grotesk", sans-serif;
  position: absolute;
  left: 0;
  top: 0;
  font-size: 4vw;
  font-weight: bold;
}
.l-header .header-nav__list .nav-txt--sub {
  margin-bottom: 0.2em;
}
.l-header .header-nav__list .nav-txt--main {
  font-size: 5.6vw;
  font-weight: 900;
}
.l-header .header-nav__sns {
  margin: 9.6vw 0 0;
}
.l-header .header-nav__sns a {
  display: block;
}
.l-header .main-bg {
  display: inline-block;
}
.l-header .main-bg:before {
  content: "";
  width: 97px;
  height: 570px;
  position: fixed;
  top: 293px;
  left: 0;
  background: url(../images/main-bg02.svg) no-repeat left top;
  z-index: -1;
}

@media only screen and (min-width: 501px) {
  .l-header__trigger {
    top: 20px;
    right: 20px;
    width: 64px;
    height: 64px;
    background-color: #30302D;
  }
  .l-header__contents {
    padding: 100px 20px 20px;
  }
  .l-header .header-nav {
    width: 410px;
    margin: auto;
    padding: 20px 46px;
  }
  .l-header .header-nav__list li {
    padding: 10px 0;
  }
  .l-header .header-nav__list a {
    padding-left: 28px;
  }
  .l-header .header-nav__list .nav-txt--num {
    font-size: 15px;
  }
  .l-header .header-nav__list .nav-txt--sub {
    font-size: 14px;
  }
  .l-header .header-nav__list .nav-txt--main {
    font-size: 21px;
  }
  .l-header .header-nav__sns {
    margin: 35px 0 0;
  }
  .l-header .header-nav:before {
    content: "";
    width: 440px;
    height: 498px;
    position: fixed;
    top: 0;
    right: 0;
    background: url(../images/main-bg01.svg) no-repeat right top;
    z-index: -1;
  }
  .l-header .header-nav:after {
    content: "";
    width: 74px;
    height: 88px;
    position: absolute;
    bottom: 0;
    left: -65px;
    background: url(../images/main-bg03.svg) no-repeat left top;
  }
}
@media only screen and (min-width: 1025px) {
  .l-header {
    width: calc(100% - 500px);
    height: 750px;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
  }
  .l-header__trigger {
    display: none;
  }
  .l-header__contents {
    display: block !important;
    opacity: 1 !important;
    position: static;
    height: auto;
    background: none;
    padding: 0 80px;
  }
  .l-header__contents:before {
    content: none;
  }
  .l-header__contents:after {
    content: none;
  }
  .l-header .header-nav {
    padding: 0;
    background: none;
  }
  .l-header .header-nav__head {
    display: block;
    text-align: center;
    color: #30302D;
    line-height: 1.22;
    margin-bottom: 23px;
  }
  .l-header .header-nav__head .head-ttl {
    margin-bottom: 22px;
  }
  .l-header .header-nav__head .head-lead {
    font-size: 14px;
    font-weight: 600;
  }
  .l-header .header-nav__list {
    padding: 0 46px 15px;
  }
  .l-header .header-nav__sns {
    width: 264px;
    margin: 20px auto 0;
  }
  .l-header .main-bg {
    display: none;
  }
}
@media only screen and (min-width: 1120px) {
  .l-header {
    width: calc(84% - 500px);
  }
}
@media only screen and (max-height: 700px) and (min-width: 1025px) {
  .l-header {
    height: 100vh;
  }
}
/*------------------------------------------
  footer
------------------------------------------*/
.l-footer {
  position: relative;
  z-index: 2;
  text-align: center;
  color: #30302D;
  padding: 0 0 2.6666666667vw;
  font-weight: 600;
  background: #FFF;
}
.l-footer .footer-caution {
  font-size: 2.6666666667vw;
  margin-bottom: 2em;
  padding-top: 2em;
}
.l-footer .footer-logo img {
  width: 68.8vw;
}
.l-footer .footer-copy {
  font-size: 2.6666666667vw;
  line-height: 1;
  margin-top: 0.5em;
}

@media only screen and (min-width: 501px) {
  .l-footer {
    padding: 0 0 20px;
  }
  .l-footer .footer-caution {
    font-size: 13px;
  }
  .l-footer .footer-logo img {
    width: 336px;
  }
  .l-footer .footer-copy {
    font-size: 14px;
  }
}
/*------------------------------------------
  project
------------------------------------------*/
/* ========== loading ========== */
.p-loading {
  z-index: 1000;
  position: fixed;
  width: 100%;
  height: 100vh;
  height: 100dvh;
  top: 0;
  left: 0;
  background: #30302D;
}
.p-loading__inner {
  display: flex;
  height: 100%;
  width: 100%;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.p-loading .loading-logo {
  opacity: 0;
}
.p-loading .loading-logo img {
  width: 86.4vw;
}
.p-loading.is--active .loading-logo {
  opacity: 1;
  transition: 1s 1s;
}

@media only screen and (min-width: 501px) {
  .p-loading .loading-logo img {
    width: 422px;
  }
}
/* ========== gift ========== */
.p-gift {
  margin-bottom: 10.1333333333vw;
  position: relative;
  z-index: 2;
}
.p-gift__head {
  padding: 0 0 0 10.1333333333vw;
  position: relative;
  line-height: 1.1;
  letter-spacing: 0.02em;
  margin-bottom: 4vw;
  background-image: url(../images/txt-thankyou.svg);
  background-repeat: no-repeat;
  background-position: right 3.2vw top 0;
  background-size: 28vw;
}
.p-gift__head:before {
  content: "";
  width: 1.8666666667vw;
  height: 100%;
  background: #FFF;
  position: absolute;
  top: 0;
  left: 5.3333333333vw;
}
.p-gift__head .head-label {
  color: #FFF;
  font-family: "Cabinet Grotesk", sans-serif;
  font-size: 2.6666666667vw;
  margin-bottom: 0.5em;
}
.p-gift__head .head-ttl span {
  display: block;
}
.p-gift__head .head-ttl--sub {
  font-size: 2.9333333333vw;
  margin-bottom: 0.3em;
}
.p-gift__head .head-ttl--main {
  font-size: 6.6666666667vw;
  font-weight: 900;
}
.p-gift .gift-slider {
  width: 86.4vw;
  margin: auto;
}
.p-gift .gift-slider .slick-arrow {
  margin: 0;
  padding: 0;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  position: absolute;
  width: 10.1333333333vw;
  height: 10.1333333333vw;
  background-color: #EDEAE7;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  margin-top: -5.0666666667vw;
  cursor: pointer;
  border: none;
  z-index: 4;
}
.p-gift .gift-slider .slick-arrow:before {
  content: "";
  width: 2.4vw;
  height: 2.4vw;
  position: absolute;
  top: 50%;
}
.p-gift .gift-slider .slick-prev {
  left: -5.0666666667vw;
}
.p-gift .gift-slider .slick-prev:before {
  border-top: 2px solid #30302D;
  border-left: 2px solid #30302D;
  left: 40%;
  transform: translateY(-50%) rotate(-45deg);
}
.p-gift .gift-slider .slick-next {
  right: -5.0666666667vw;
}
.p-gift .gift-slider .slick-next:before {
  border-top: 2px solid #30302D;
  border-right: 2px solid #30302D;
  right: 40%;
  transform: translateY(-50%) rotate(45deg);
}

@media only screen and (min-width: 501px) {
  .p-gift {
    margin-bottom: 30px;
  }
  .p-gift__head {
    padding: 0 0 0 48px;
    margin-bottom: 25px;
    background-position: right 12px top 0;
    background-size: 140px;
  }
  .p-gift__head:before {
    width: 8px;
    left: 26px;
  }
  .p-gift__head .head-label {
    font-size: 13px;
  }
  .p-gift__head .head-ttl--sub {
    font-size: 14px;
  }
  .p-gift__head .head-ttl--main {
    font-size: 31px;
  }
  .p-gift .gift-slider {
    width: 430px;
  }
  .p-gift .gift-slider .slick-arrow {
    width: 50px;
    height: 50px;
    margin-top: -25px;
  }
  .p-gift .gift-slider .slick-arrow:before {
    width: 14px;
    height: 14px;
  }
  .p-gift .gift-slider .slick-prev {
    left: -25px;
  }
  .p-gift .gift-slider .slick-next {
    right: -25px;
  }
}
/*------------------------------------------
  component
------------------------------------------*/
/* ========== hoge ========== */
/*------------------------------------------
  slick
------------------------------------------*/
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-slider .slick-track, .slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-slider .slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-slider .slick-track:before, .slick-slider .slick-track:after {
  content: "";
  display: table;
}
.slick-slider .slick-track:after {
  clear: both;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-loading .slick-track {
  overflow: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: block;
}
.slick-slide.dragging img {
  pointer-events: none;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}
/*# sourceMappingURL=_map/common.css.map */
