@charset "UTF-8";
/* CSS Document */
div, h1, h2, h3, h4, p, a, td, li, ul, span, dl, dd, div, a, input, label, small {
  font-size: 16px;
  line-height: 1.8;
  text-decoration: none;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  color: #fff;
  letter-spacing: .04em;
}
a {
  display: block;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
body {
  position: relative;
  background-color: #A1A7DB;
  background-image: url("../img/noise-bgi.png");
  background-position: right bottom;
  background-size: 100px 100px;
  background-repeat: repeat;
  z-index: 10;
}
main {
  flex: 1;
  position: relative;
}
img {
  vertical-align: top;
  width: 100%;
  pointer-events: none;
  user-select: none;
  -webkit-user-select: none;
  -webkit-touch-callout: none;
}
a:hover, a:focus {
  opacity: .7;
  text-decoration: none;
}
::-webkit-selection {
  color: #fff;
  background: #ffffff42;
}
::-moz-selection {
  color: #fff;
  background: #ffffff42;
}
::selection {
  color: #fff;
  background: #ffffff42;
  text-shadow: none;
}
.common-1000-width {
  max-width: 1100px;
  margin: 0 auto;
  width: calc(100% - 20px);
}
.content---margin {
  margin-top: 150px;
}
.pc_none {
  display: none !important;
}
@media screen and (max-width: 769px) {
  div, h1, h2, h3, h4, p, a, td, li, ul, span, dl, dd, div, a, input, label, small {
    font-size: 14px;
    letter-spacing: .02em;
  }
  .content---padding {
    padding-top: 46px;
  }
  .pc_none {
    display: block !important;
  }
  .sp_none {
    display: none !important;
  }
  .content---margin {
    margin-top: 46px;
  }
}
/* ローディング
* --------------------------------------- */
#loader-items__wrap {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #A1A7DB;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  opacity: 1;
  visibility: visible;
  transition: opacity .6s ease-out, visibility .6s ease-out;
}
#loader-items__wrap.loaded {
  opacity: 0;
  visibility: hidden;
}
.loader-items__image img {
  width: 100px;
  transform-origin: center;
  animation: rotateAnime 1.5s linear infinite;
}
@keyframes rotateAnime {
  0% {
    transform: rotateY(0);
  }
  100% {
    transform: rotateY(360deg);
  }
}
@media screen and (max-width: 768px) {
  .loader-items__image img{
    width: 80px;
  }
}

/* ゆき
* --------------------------------------- */
.snow--wrap {
  position: fixed;
  background-color: #fff;
  border-radius: 50%;
  pointer-events: none;
  transition: none;
  z-index: -100
}
/* キービジュアル
* --------------------------------------- */
.keyvisual-area__group {
  height: 100svh;
  display: flex;
  justify-content: center;
  align-items: center;
}
.keyvisual-title__wrap {
  width: 33vw;
  margin: 0 auto;
  transition: opacity 0.8s ease, transform 0.8s ease;
  will-change: opacity, transform;
}
.keyvisual-title__wrap.is-hidden {
  opacity: 0;
  transform: translateY(-30px);
  pointer-events: none;
}
.keyvisual-items__title ._title {
  stroke-dasharray: 2000;
  stroke-dashoffset: 2000;
  stroke-width: .5;
  stroke: #fff;
  fill: transparent;
  opacity: 0;
  animation: none;
}
@keyframes drawTitle {
  to {
    stroke-dashoffset: 0;
    fill: #fff;
    opacity: 1;
  }
}
.keyvisual-items__deta {
  width: 32vw;
  margin: 32px auto 0;
  opacity: 0;
  transform: translateY(25px);
  transition: opacity 1.4s ease-out, transform 1.4s ease-out;
  will-change: opacity, transform;
}
.leaves-left__wrap, .leaves-right__wrap {
  position: fixed;
  opacity: 0;
  transform: translateY(-70px);
  transition: opacity 1.6s ease-out, transform 1.6s ease-out;
  will-change: opacity, transform;
  z-index: 1;
}
.leaves-left__wrap {
  width: 31vw;
  left: -80px;
  top: -120px;
}
.leaves-right__wrap {
  width: 27vw;
  right: -80px;
  top: -60px;
}
@media screen and (max-width: 1200px) {
  .leaves-left__wrap {
    width: 45vw;
    z-index: 0;
  }
  .leaves-right__wrap {
    width: 41vw;
    z-index: 0;
  }
  .keyvisual-title__wrap {
    width: calc(100% - 40px);
    max-width: 400px;
  }
  .keyvisual-items__deta {
    width: 100%;
    margin: 24px auto 0;
    max-width: 400px;
  }
}
@media screen and (max-width: 768px) {
  .leaves-right__wrap {
    width: 260px;
    right: -47px;
    top: -30px;
  }
  .leaves-left__wrap {
    top: auto;
    transform: translateY(70px);
    bottom: -25px;
    left: -39px;
    width: 260px;
  }
  .leaves-left__wrap img {
    transform: rotate(270deg);
  }
  .keyvisual-title__wrap {
    max-width: 300px;
  }
}
@media screen and (max-width: 426px) {
  .keyvisual-title__wrap {
    max-width: 280px;
  }
  .leaves-left__wrap {
    bottom: -40px;
    left: -40px;
    width: 260px;
  }
  .leaves-right__wrap {
    width: 280px;
    right: -25px;
    top: -40px;
  }
}
@media screen and (max-width: 321px) {
  .keyvisual-title__wrap {
    max-width: 220px;
  }
  .leaves-left__wrap {
    bottom: -50px;
    left: -50px;
    width: 200px;
  }
  .leaves-right__wrap {
    width: 180px;
    right: -35px;
    top: -40px;
  }
} /* メッセージ
* --------------------------------------- */
.message-items__text {
  padding: 150px 0;
}
.message-items__text {
  text-align: center;
  font-size: 27px;
  letter-spacing: .04em;
  font-weight: 600;
  line-height: 2;
}
.message-items__text h1 {
  font-size: 27px;
  letter-spacing: .04em;
  font-weight: 600;
  display: inline-block;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .message-items__text {
    padding: 100px 0;
    font-size: 15px;
    line-height: 1.8;
    max-width: 350px;
    margin: 0 auto;
  }
  .message-items__text {
    font-size: 15px;
    line-height: 1.8;
  }
  .message-items__text h1 {
    font-size: 15px;
    line-height: 1.8;
  }
}
/* ボックス共通
* --------------------------------------- */
.content-inner__area {
  padding: 100px 32px;
  box-sizing: border-box;
  border: solid 1px #fff;
  background-color: #c8cdfbcc;
  box-shadow: inset 0px 3px 22px #ffffff;
  backdrop-filter: blur(17px);
  -webkit-backdrop-filter: blur(17px);
}
.content-title__wrap {
  padding-bottom: 60px;
  margin-bottom: 60px;
  border-bottom: dashed 1px #fff
}
.content--title {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 16px;
  margin-bottom: 24px;
}
.content--title span {
  display: block;
  font-size: 40px;
  font-family: "larken", sans-serif;
  font-weight: 400;
  font-style: italic;
  line-height: 1.5;
  letter-spacing: 0;
}
.content--title::after {
  content: "";
  width: 83px;
  height: 31px;
  background-image: url("../img/title-deco_left.svg");
  background-size: cover;
  background-repeat: no-repeat;
}
.content--title::before {
  content: "";
  width: 83px;
  height: 31px;
  background-image: url("../img/title-deco_right.svg");
  background-size: cover;
  background-repeat: no-repeat;
}
.content-title__wrap ._title {
  font-family: "Shippori Mincho B1", serif;
  font-size: 42px;
  text-align: center;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0;
}
.common-btn__wrap a {
  position: relative;
  padding: 18px 30px;
  font-size: 20px;
  max-width: 290px;
  font-weight: 600;
  margin: 0 auto;
  color: #fff;
  text-align: center;
  box-sizing: border-box;
  background: linear-gradient(90deg, #967ADB 0%, #5A6AD4 50%, #5790DE 100%);
  background-size: 150% 100%;
  border-radius: 100px;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgb(13 16 31 / 30%);
}
.common-btn__wrap a:hover {
  background-position: 100% 0;
  opacity: 1;
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(102, 126, 234, 0.4);
}
.common-btn__wrap._large a {
  max-width: 510px;
  padding: 22px 30px;
  line-height: 1.4;
}
.common-btn__wrap._large:nth-last-child(1) {
  margin-top: 16px;
}
@media screen and (max-width: 768px) {
  .content-inner__area {
    padding: 80px 24px;
    background-color: #c8cdfb87;
  }
  .content--title span {
    font-size: 26px;
  }
  .content--title::after {
    width: 60px;
    height: 22px;
  }
  .content--title::before {
    width: 60px;
    height: 22px;
  }
  .content--title {
    gap: 0 10px;
    margin-bottom: 16px;
  }
  .content-title__wrap ._title {
    font-size: 24px;
  }
  .content-title__wrap {
    padding-bottom: 32px;
    margin-bottom: 32px;
  }
  .common-btn__wrap a {
    position: relative;
    padding: 18px 30px;
    font-size: 14px;
    max-width: 240px;
  }
  .common-btn__wrap._large a {
    padding: 16px 30px;
    white-space: pre-line;
  }
  .common-btn__wrap a:hover {
    background-position: 100% 0;
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(102, 126, 234, 0.4);
  }
}
@media screen and (max-width: 426px) {
  .content-inner__area {
    padding: 60px 24px 60px;
  }
}
@media screen and (max-width: 321px) {
  .content--title span {
    font-size: 21px;
  }
  .content--title::before {
    width: 50px;
    height: 18px;
  }
  .content--title::after {
    width: 50px;
    height: 18px;
  }
}
/* 年賀状発送のご案内
* --------------------------------------- */
.guide-items__wrap ._text {
  font-weight: 600;
  margin-bottom: 32px;
  text-align: center;
}
.guide-items__wrap ._image {
  margin: 60px auto;
  max-width: 300px;
}
.guide-items__wrap ._note {
  display: block;
  text-align: center;
  margin-top: 16px;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .guide-items__wrap ._image {
    margin: 0 auto 32px;
    max-width: 200px;
  }
  .guide-items__wrap ._note {
    margin-top: 10px;
    font-size: 12px;
  }
}
/* TWICEからのプレゼント
* --------------------------------------- */
.present-items__inner {
  padding: 46px;
  box-sizing: border-box;
  border: solid 1.5px #fff;
  background-color: #ffffff99;
  border-radius: 20px;
  max-width: 600px;
  margin: 0 auto;
}
.present-items__inner:nth-last-child(1) {
  margin-top: 60px;
}
.term-items__title {
  color: #5543BC;
  font-size: 20px;
  position: relative;
  text-align: center;
  padding-bottom: 16px;
  margin-bottom: 12px;
  font-family: "Shippori Mincho B1", serif;
  line-height: 1;
}
.term-items__title::after {
  content: "";
  width: 65px;
  height: 1px;
  background-color: #5344AD;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}
.schedule-start__wrap {
  font-family: "Shippori Mincho B1", serif;
  color: #5543BC;
  text-align: center;
  margin-bottom: 3px;
}
.schedule-end__wrap {
  font-family: "Shippori Mincho B1", serif;
  display: flex;
  align-items: baseline;
  justify-content: center;
  color: #5543BC;
  font-size: 39px;
  gap: 0 1px;
  line-height: 1;
}
.schedule-end__wrap span {
  display: block;
  color: #5543BC;
  font-size: 20px;
  font-family: "Shippori Mincho B1", serif;
  line-height: 1;
}
.present-caution__wrap {
  margin: 32px auto;
  max-width: 500px;
}
.present-caution__title {
  display: flex;
  align-items: center;
  color: #fff;
  font-weight: 700;
}
.present-caution__title:before, .present-caution__title:after {
  content: "";
  height: 1px;
  flex-grow: 1;
  background-color: #FFFFFF;
}
.present-caution__title:before {
  margin-right: 1rem;
}
.present-caution__title:after {
  margin-left: 1rem;
}
.present-caution__lists li {
  position: relative;
  margin-bottom: 5px;
  padding-left: 15px;
  box-sizing: border-box;
  color: #fff;
  line-height: 1.5;
  font-weight: 600;
}
.present-caution__lists li::before {
  position: absolute;
  content: "";
  width: 7px;
  height: 7px;
  background: #fff;
  border-radius: 50%;
  top: 9px;
  left: 0;
}
.polaroid-items__title {
  margin-bottom: 16px;
}
.polaroid-items__title ._tag {
  color: #fff;
  font-family: "Shippori Mincho B1", serif;
  background-color: #BC4343;
  width: 160px;
  text-align: center;
  border-radius: 100px;
  padding: 2px 10px;
  box-sizing: border-box;
  margin: 0 auto 24px;
  ;
  display: block;
  font-size: 18px;
}
.polaroid-items__title ._tag._purple {
  background-color: #4348BC;
}
.polaroid-items__title ._title {
  font-size: 30px;
  letter-spacing: -.03em;
  font-family: "Shippori Mincho B1", serif;
  color: #5543BC;
  text-align: center;
}
.polaroid-items__title ._pieces {
  font-size: 56px;
  font-weight: 400;
  font-family: "gyst-variable", sans-serif;
  color: #5543BC;
  line-height: 1;
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 0 3px;
  font-style: italic;
}
.polaroid-items__title ._pieces::after {
  content: "名様";
  color: #5543BC;
  font-family: "Shippori Mincho B1", serif;
  line-height: 1;
  font-size: 24px;
  font-style: normal;
  letter-spacing: -.03em;
  font-weight: 500;
}
.polaroid-items__image {
  max-width: 300px;
  margin: 0 auto 32px;
}
.polaroid-items__image img {
  mix-blend-mode: multiply
}
@media screen and (max-width: 768px) {
  .schedule-end__wrap {
    font-size: 24px;
  }
  .schedule-end__wrap span {
    font-size: 12px;
  }
  .present-items__inner {
    padding: 24px 32px;
    border: solid 1px #fff;
    border-radius: 10px;
  }
  .term-items__title {
    color: #5543BC;
    font-size: 16px;
    padding-bottom: 16px;
    margin-bottom: 10px;
  }
  .term-items__title::after {
    width: 40px;
  }
  .present-caution__wrap {
    margin: 24px auto;
  }
  .present-caution__title {
    margin-bottom: 10px;
    font-weight: 600;
  }
  .present-caution__lists li::before {
    width: 5px;
    height: 5px;
    top: 9px;
  }
  .present-caution__lists li {
    font-weight: 500;
    margin-bottom: 10px;
    padding-left: 11px;
  }
  .present-items__inner:nth-last-child(1) {
    margin-top: 16px;
  }
  .polaroid-items__title ._tag {
    width: 110px;
    padding: 2px 10px;
    margin: 0 auto 10px;
    font-size: 12px;
  }
  .polaroid-items__title ._title {
    font-size: 21px;
  }
  .polaroid-items__title ._pieces {
    font-size: 40px;
  }
  .polaroid-items__title ._pieces::after {
    font-size: 14px;
  }
  .polaroid-items__image {
    max-width: 230px;
    margin: 0 auto 24px;
  }
}
@media screen and (max-width: 376px) {
  .schedule-end__wrap {
    font-size: 20px;
  }
  .schedule-end__wrap span {
    font-size: 9px;
  }
  .present-items__inner {
    padding: 24px;
  }
}
@media screen and (max-width: 310px) {
	.present-items__inner {
    padding: 24px 16px;
  }
}
/* フッター
* --------------------------------------- */
.footer-area__group {
  height: 100svh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.footer-items__wrap ._logo {
  max-width: 140px;
  margin: 0 auto 46px;
}
.footer-items__wrap p:not(:last-child) {
  margin-bottom: 2px;
}
.footer-items__wrap p a {
  text-align: center;
  font-family: "larken", sans-serif;
  font-style: italic;
  font-size: 27px;
  font-weight: 400;
}
.footer-items__wrap p._title a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 5px;
}
.footer-items__wrap p span {
  display: block;
  font-family: "larken", sans-serif;
  font-style: italic;
  font-size: 20px;
  font-weight: 400;
}
.footer-items__wrap ._copy {
  margin-top: 80px;
  text-align: center;
  font-family: "larken", sans-serif;
  font-style: italic;
  display: block;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .footer-items__wrap ._logo {
    max-width: 110px;
    margin: 0 auto 32px;
  }
  .footer-items__wrap p a {
    font-size: 16px;
  }
  .footer-items__wrap p._title a {
    gap: 0;
    font-size: 16px;
  }
  .footer-items__wrap p span {
    font-size: 11px;
  }
  .footer-items__wrap ._copy {
    margin-top: 60px;
    font-size: 16px;
  }
}
/* フェードアップ
* --------------------------------------- */
.fade-up {
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.8s ease-out;
}
.fade-up.is-active {
  opacity: 1;
  transform: translateY(0);
}
/* 新年挨拶のコメント
* --------------------------------------- */
.comment-items__wrap ._text {
  display: block;
  font-size: 40px;
  font-family: "larken", sans-serif;
  font-weight: 400;
  font-style: italic;
  line-height: 1.5;
  letter-spacing: 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .comment-items__wrap ._text {
    font-size: 24px;
  }
}