* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Zen Kaku Gothic Antique", serif;
  font-weight: 500;
  font-size: 4.2666666667vw;
  line-height: 1.8;
  color: #5E3516;
}
body.fixed {
  overflow-y: hidden;
}

img {
  display: block;
  width: 100%;
}

a {
  text-decoration: none;
}
a.disabled {
  pointer-events: none;
  opacity: 0.5;
}

ul {
  list-style-type: none;
}

@media print, (min-width: 768px) {
  body {
    font-size: 1.641025641vw;
  }
  a[href*="tel:"] {
    pointer-events: none;
  }
}
@media print, (min-width: 1560px) {
  body {
    font-size: 25.6px;
  }
}
@keyframes pcbg_animation01 {
  0% {
    transform: translate(120%, 0%) rotate(20deg);
  }
  10% {
    transform: translate(0%, 0%) rotate(0deg);
  }
  30% {
    transform: translate(0%, 0%) rotate(0deg);
  }
  35% {
    transform: translate(120%, 0%) rotate(20deg);
  }
  100% {
    transform: translate(120%, 0%) rotate(20deg);
  }
}
@keyframes pcbg_animation02 {
  0% {
    transform: translate(40%, 180%) rotate(45deg);
  }
  10% {
    transform: translate(0%, 0%) rotate(0deg);
  }
  30% {
    transform: translate(0%, 0%) rotate(0deg);
  }
  35% {
    transform: translate(40%, 180%) rotate(45deg);
  }
  100% {
    transform: translate(40%, 180%) rotate(45deg);
  }
}
@keyframes pcbg_animation03 {
  0% {
    transform: translate(105%, 0%) rotate(20deg);
  }
  10% {
    transform: translate(0%, 0%) rotate(0deg);
  }
  30% {
    transform: translate(0%, 0%) rotate(0deg);
  }
  35% {
    transform: translate(105%, 0%) rotate(20deg);
  }
  100% {
    transform: translate(105%, 0%) rotate(20deg);
  }
}
.l-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
}
.l-main {
  margin-top: 16vw;
  position: relative;
}
.l-wrapper__left {
  display: none;
}
.l-wrapper__right {
  background-image: url("../img/common/bg_mask.png");
  background-size: 100%;
  background-position: top center;
  background-repeat: repeat;
}
.l-gift {
  margin: 0 auto;
  justify-content: center;
  align-items: center;
  display: flex;
  flex-direction: column;
}

@media print, (min-width: 391px) {
  .l-main {
    margin-top: 5.1282051282vw;
  }
  .l-wrapper {
    display: flex;
    padding-right: 2.1961538462vw;
  }
  .l-wrapper__left {
    display: block;
    flex-grow: 1;
    position: sticky;
    top: 0;
    height: 100vh;
  }
  .l-wrapper__right {
    width: 38.4615384615vw;
    flex-shrink: 0;
    box-shadow: 0 0 1.8301282051vw rgba(0, 0, 0, 0.25);
    position: relative;
    z-index: 10;
  }
}
@media print, (min-width: 1560px) {
  .l-main {
    margin-top: 80px;
  }
  .l-wrapper {
    width: 1560px;
    margin: 0 auto;
    padding-right: 34.26px;
  }
  .l-wrapper__right {
    width: 600px;
    box-shadow: 0 0 28.55px rgba(0, 0, 0, 0.25);
  }
}
.c-header {
  display: flex;
  align-items: center;
  height: 90%;
  padding: 0 16px;
  position: relative;
  width: 100%;
  justify-content: space-between;
}
.c-header__link {
  display: block;
}
.c-header__button {
  height: 100%;
  width: auto;
  border: none;
  background-color: #000000;
  cursor: pointer;
}
.c-header__logo {
  position: absolute;
  left: 16px;
  top: 17px;
  height: 100%;
  color: #FFFFFF;
  width: 184px;
}
.c-header__profile {
  display: flex;
  height: 40px;
  width: 40px;
  background: #E50112;
  border-radius: 50%;
  position: relative;
}
.c-header__profile--inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 24px;
  height: auto;
}
.c-header__wrap {
  display: flex;
  align-items: center;
  background: #000000;
  width: 100%;
  height: 64px;
  border-bottom: none;
}
.c-contact {
  margin-top: 8vw;
  padding-bottom: 9.3333333333vw;
}
.c-contact + .c-contact {
  margin-top: 0;
  padding-bottom: 0;
}
.c-contact__inner {
  width: 91.4666666667vw;
  margin: 0 auto;
  padding-top: 8vw;
  border-top: 0.2666666667vw solid #ffffff;
}
.c-contact__heading {
  font-weight: 700;
  font-size: 4.8vw;
  line-height: 1.4444444444;
  color: #ffffff;
}
.c-contact__text {
  font-weight: 700;
  color: #ffffff;
  margin-top: 2.6666666667vw;
}
.c-contact__tel {
  display: flex;
  align-items: center;
  gap: 2.1333333333vw;
  margin-top: 2.4vw;
}
.c-contact__tel__icon {
  width: 6.4vw;
}
.c-contact__tel__text {
  font-weight: 700;
  font-size: 14px;
  color: #ffffff;
}
.c-footer {
  background: #000000;
  margin: 0 auto;
  justify-content: center;
  display: flex;
  flex-direction: column;
  height: 180px;
  font-size: 14px;
}
.c-footer__box--top {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.c-footer__box--top .c-footer__nav__link:nth-child(2) .c-footer__nav__text {
  border: none;
}
.c-footer__box--bottom {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.c-footer__box--bottom .c-footer__nav__link:nth-child(2) .c-footer__nav__text {
  border: none;
}
.c-footer__nav {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0 auto;
  line-height: 2.4em;
  text-align: center;
  padding-bottom: 20px;
  gap: 1.4em;
}
.c-footer__nav__item {
  width: 100%;
  display: flex;
  justify-content: center;
}
.c-footer__nav__text {
  font-size: 14px;
  color: #ffffff;
  padding: 0 20px;
  border-right: 1px #ffffff solid;
}
.c-footer__copyright {
  padding-block: 5px;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.4em;
  color: #ffffff;
  text-align: center;
  background: #374151;
}
.c-footer__bottom {
  color: #ffffff;
  font-size: 14px;
  text-align: center;
  padding-block: 5px;
}
.c-anker {
  position: relative;
}
.c-anker__point {
  position: absolute;
  top: -18.6666666667vw;
}
.c-totop {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 100;
  visibility: hidden;
  opacity: 0;
  transition: 0.3s;
}
.c-totop__link {
  display: block;
  width: 18.6666666667vw;
}
.c-totop.is-active {
  visibility: visible;
  opacity: 1;
}
.c-totop.absolute {
  position: absolute;
}

@media print, (min-width: 640px) {
  .c-header {
    display: flex;
    align-items: center;
    height: 90%;
    position: relative;
    width: 100%;
  }
  .c-header__logo {
    position: absolute;
    left: 24px;
    top: 10px;
    height: 100%;
    width: 292px;
    color: #FFFFFF;
  }
  .c-footer {
    background: #000000;
    margin: 0 auto;
    justify-content: center;
    display: flex;
    flex-direction: column;
    height: auto;
    padding-top: 10px;
  }
  .c-footer__box--top {
    display: flex;
    flex-direction: row;
    justify-content: center;
  }
  .c-footer__box--top .c-footer__nav__link:nth-child(2) .c-footer__nav__text {
    border-right: 1px #ffffff solid;
  }
  .c-footer__box--bottom {
    display: flex;
    flex-direction: row;
    justify-content: center;
  }
  .c-footer__nav {
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin: 0 auto;
    line-height: 2.4em;
    text-align: center;
    padding-bottom: 20px;
    height: auto;
    gap: 0;
  }
  .c-footer__nav__item {
    width: 100%;
    display: flex;
    justify-content: center;
  }
  .c-footer__nav__text {
    font-size: 14px;
    color: #ffffff;
    padding: 0 20px;
  }
  .c-footer__copyright {
    padding-block: 5px;
    font-weight: 700;
    font-size: 14px;
    line-height: 1.4em;
    color: #ffffff;
    text-align: center;
    background: #374151;
    margin: 0;
  }
  .c-footer__bottom {
    color: #ffffff;
    font-size: 14px;
    text-align: center;
    padding-block: 5px;
  }
}
@media print, (min-width: 768px) {
  .c-header {
    padding: 0 24px;
  }
  .c-header__wrap {
    height: 64px;
  }
  .c-contact {
    margin-top: 3.0769230769vw;
    padding-bottom: 3.5897435897vw;
  }
  .c-contact__inner {
    width: 35.1794871795vw;
    padding-top: 3.0769230769vw;
    border-top: 0.1025641026vw solid #ffffff;
  }
  .c-contact__heading {
    font-size: 1.8461538462vw;
  }
  .c-contact__text {
    margin-top: 1.0256410256vw;
  }
  .c-contact__tel {
    gap: 0.8205128205vw;
    margin-top: 0.9230769231vw;
  }
  .c-contact__tel__icon {
    width: 2.4615384615vw;
  }
  .c-contact__tel__text {
    font-size: 1.8461538462vw;
  }
  .c-contact__time {
    gap: 0.8205128205vw;
    margin-top: 0.9230769231vw;
  }
  .c-contact__time__icon {
    width: 2.4615384615vw;
    padding-top: 0.2051282051vw;
  }
  .c-contact__time__text02 {
    font-size: 1.4358974359vw;
  }
  .c-bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-image: url("../img/common/pc_bg.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
  .c-pcleft {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    display: flex;
    justify-content: center;
  }
  .c-pcleft__inner {
    display: flex;
    align-items: center;
    height: 100%;
    padding-left: 0;
    position: relative;
    z-index: 10;
  }
  .c-pcleft__navarea {
    width: 284px;
    padding-top: 35px;
    flex-shrink: 0;
  }
  .c-pcleft__nav {
    margin-top: 30px;
    position: relative;
  }
  .c-pcleft__nav__inner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .c-pcleft__nav__list {
    width: 237px;
  }
  .c-pcleft__nav__item {
    padding-bottom: 12px;
    background-image: url("../img/common/nav_border.png");
    background-size: contain;
    background-position: bottom center;
    background-repeat: no-repeat;
  }
  .c-pcleft__nav__item + .c-pcleft__nav__item {
    margin-top: 12px;
  }
  .c-pcleft__nav__link {
    position: relative;
    transition: 0.3s;
  }
  .c-pcleft__nav__link::after {
    content: "";
    display: block;
    width: 8px;
    height: 12px;
    background-image: url("../img/common/arrow_icon.png");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    right: 3px;
    transform: translateY(-50%);
  }
  .c-pcleft__nav__link__text {
    font-weight: 700;
    font-size: 16px;
    line-height: 1.5;
    color: #5E3516;
  }
  .c-pcleft__nav__link:hover {
    opacity: 0.7;
  }
  .c-pcleft__imgarea {
    display: none;
    flex-grow: 1;
    height: 100%;
    position: relative;
  }
  .c-pcleft__imgarea__container {
    position: absolute;
    top: 50%;
    transform: translateY(-45%);
    opacity: 0;
    transition: 1s;
  }
  .c-pcleft__imgarea__container[data-item="1"] {
    width: 26.6466666667vw;
    height: 38.6413269231vw;
    left: 4.0262820513vw;
  }
  .c-pcleft__imgarea__container[data-item="2"] {
    width: 26.5002564103vw;
    height: 37.1479423077vw;
    left: 5.0511538462vw;
  }
  .c-pcleft__imgarea__container[data-item="3"] {
    width: 25.6217948718vw;
    height: 37.1479423077vw;
    left: 4.9779487179vw;
  }
  .c-pcleft__imgarea__container.is-active {
    opacity: 1;
  }
  .c-pcleft__imgarea__item[data-item="1"] {
    width: 16.2735vw;
    position: absolute;
    top: 0;
    right: 0;
  }
  .c-pcleft__imgarea__item[data-item="2"] {
    width: 13.9016538462vw;
    position: absolute;
    bottom: 0;
    left: 0;
  }
  .c-pcleft__imgarea__item[data-item="3"] {
    width: 13.3745769231vw;
    position: absolute;
    top: 0;
    right: 0;
  }
  .c-pcleft__imgarea__item[data-item="4"] {
    width: 15.0216923077vw;
    position: absolute;
    bottom: 0;
    left: 0;
  }
  .c-pcleft__imgarea__item[data-item="5"] {
    width: 10.7391923077vw;
    position: absolute;
    top: 0;
    right: 0;
  }
  .c-pcleft__imgarea__item[data-item="6"] {
    width: 15.4828846154vw;
    position: absolute;
    bottom: 0;
    left: 0;
  }
  .c-pcleft__imgarea__img {
    position: relative;
    z-index: 10;
  }
  .c-pcleft__imgarea__icon01 {
    width: 9.1506410256vw;
    position: absolute;
    top: 9.5166666667vw;
    left: -7.3205128205vw;
    transform: translate(120%, 0%) rotate(20deg);
    animation: pcbg_animation01 10s 2s ease infinite;
  }
  .c-pcleft__imgarea__icon02 {
    width: 12.5912820513vw;
    position: absolute;
    top: -4.0262820513vw;
    left: -3.6602564103vw;
    transform: translate(40%, 180%) rotate(45deg);
    animation: pcbg_animation02 10s 7s ease infinite;
  }
  .c-pcleft__imgarea__icon03 {
    width: 9.1506410256vw;
    position: absolute;
    top: 7.3205128205vw;
    left: -8.4185897436vw;
    transform: translate(120%, 0%) rotate(20deg);
    animation: pcbg_animation01 10s 2s ease infinite;
  }
  .c-pcleft__imgarea__icon04 {
    width: 12.5912820513vw;
    position: absolute;
    top: -3.6602564103vw;
    left: -4.3923076923vw;
    transform: translate(40%, 180%) rotate(45deg);
    animation: pcbg_animation02 10s 7s ease infinite;
  }
  .c-pcleft__imgarea__icon05 {
    width: 9.1506410256vw;
    position: absolute;
    top: 6.5884615385vw;
    left: -8.7846153846vw;
    transform: translate(105%, 0%) rotate(20deg);
    animation: pcbg_animation03 10s 2s ease infinite;
  }
  .c-pcleft__imgarea__icon06 {
    width: 12.5912820513vw;
    position: absolute;
    top: -4.3923076923vw;
    left: -2.5621794872vw;
    transform: translate(40%, 180%) rotate(45deg);
    animation: pcbg_animation02 10s 7s ease infinite;
  }
  .c-pcleft__img {
    position: absolute;
  }
  .c-pcleft__img[data-item="1"] {
    width: 12.0056410256vw;
    top: 5.1243589744vw;
    left: 0;
  }
  .c-pcleft__img[data-item="2"] {
    width: 34.5528205128vw;
    top: 5.1243589744vw;
    left: 27.4519230769vw;
  }
  .c-pcleft__img[data-item="3"] {
    width: 19.4725641026vw;
    bottom: 0;
    left: 9.5166666667vw;
  }
  .c-pcleft__img[data-item="4"] {
    width: 13.2501282051vw;
    bottom: 0;
    left: 17.5692307692vw;
  }
  .c-pcleft__img[data-item="5"] {
    width: 9.1506410256vw;
    bottom: 0;
    left: 52.7076923077vw;
  }
  .c-pcleft__img[data-item="6"] {
    width: 7.1741025641vw;
    top: 5.8564102564vw;
    left: 20.4974358974vw;
  }
  .c-pcleft__img[data-item="7"] {
    width: 4.6119230769vw;
    bottom: 2.3425641026vw;
    left: 0.8784615385vw;
  }
  .c-pcleft__img[data-item="8"] {
    width: 3.5138461538vw;
    bottom: -0.366025641vw;
    left: 3.8798717949vw;
  }
  .c-pcleft__img[data-item="9"] {
    width: 6.076025641vw;
    bottom: 6.2224358974vw;
    left: 51.6096153846vw;
  }
  .c-anker__point {
    top: -7.1794871795vw;
  }
  .c-anker__point[data-type="2"] {
    top: -11.2820512821vw;
  }
  .c-totop__link {
    width: 70px;
  }
  .c-totop.absolute {
    position: fixed;
  }
}
@media print, (min-width: 834px) {
  .c-pcleft {
    display: block;
  }
  .c-pcleft__inner {
    padding-left: 3.6602564103vw;
  }
  .c-pcleft__navarea {
    width: 20.7902564103vw;
    padding-top: 2.2435897436vw;
  }
  .c-pcleft__nav {
    margin-top: 2.1961538462vw;
  }
  .c-pcleft__nav__list {
    width: 17.3496153846vw;
  }
  .c-pcleft__nav__item {
    padding-bottom: 0.8784615385vw;
  }
  .c-pcleft__nav__item + .c-pcleft__nav__item {
    margin-top: 0.8784615385vw;
  }
  .c-pcleft__nav__link::after {
    width: 0.5856410256vw;
    height: 0.8784615385vw;
    right: 0.2196153846vw;
  }
  .c-pcleft__nav__link__text {
    font-size: 1.1712820513vw;
  }
  .c-pcleft__imgarea {
    display: block;
  }
}
@media print, (min-width: 1560px) {
  .c-header {
    width: 100%;
  }
  .c-header__wrap {
    display: flex;
    justify-content: center;
    height: 64px;
  }
  .c-contact {
    margin-top: 48px;
    padding-bottom: 56px;
  }
  .c-contact__inner {
    width: 548.8px;
    padding-top: 48px;
    border-top: 1.6px solid #ffffff;
  }
  .c-contact__heading {
    font-size: 28.8px;
  }
  .c-contact__text {
    margin-top: 16px;
  }
  .c-contact__tel {
    gap: 12.8px;
    margin-top: 14.4px;
  }
  .c-contact__tel__icon {
    width: 38.4px;
  }
  .c-contact__tel__text {
    font-size: 28.8px;
  }
  .c-contact__time {
    gap: 12.8px;
    margin-top: 14.4px;
  }
  .c-contact__time__icon {
    width: 38.4px;
    padding-top: 3.2px;
  }
  .c-contact__time__text02 {
    font-size: 22.4px;
  }
  .c-footer {
    padding-top: 64px;
  }
  .c-footer__logo {
    width: 112px;
  }
  .c-footer__list {
    margin-top: 24px;
    padding-bottom: 24px;
  }
  .c-footer__list__text {
    font-size: 19.2px;
  }
  .c-footer__copyright {
    font-size: 16px;
  }
  .c-pcleft__inner {
    padding-left: 57.1px;
  }
  .c-pcleft__navarea {
    width: 324.328px;
    padding-top: 35px;
  }
  .c-pcleft__nav {
    margin-top: 34.26px;
  }
  .c-pcleft__nav__list {
    width: 270.654px;
  }
  .c-pcleft__nav__item {
    padding-bottom: 13.704px;
  }
  .c-pcleft__nav__item + .c-pcleft__nav__item {
    margin-top: 13.704px;
  }
  .c-pcleft__nav__link::after {
    width: 9.136px;
    height: 13.704px;
    right: 3.426px;
  }
  .c-pcleft__nav__link__text {
    font-size: 18.272px;
  }
  .c-pcleft__imgarea__container[data-item="1"] {
    width: 415.688px;
    height: 602.8047px;
    left: 62.81px;
  }
  .c-pcleft__imgarea__container[data-item="2"] {
    width: 413.404px;
    height: 579.5079px;
    left: 78.798px;
  }
  .c-pcleft__imgarea__container[data-item="3"] {
    width: 399.7px;
    height: 579.5079px;
    left: 77.656px;
  }
  .c-pcleft__imgarea__item[data-item="1"] {
    width: 253.8666px;
  }
  .c-pcleft__imgarea__item[data-item="2"] {
    width: 216.8658px;
  }
  .c-pcleft__imgarea__item[data-item="3"] {
    width: 208.6434px;
  }
  .c-pcleft__imgarea__item[data-item="4"] {
    width: 234.3384px;
  }
  .c-pcleft__imgarea__item[data-item="5"] {
    width: 167.5314px;
  }
  .c-pcleft__imgarea__item[data-item="6"] {
    width: 241.533px;
  }
  .c-pcleft__imgarea__icon01 {
    width: 142.75px;
    top: 148.46px;
    left: -114.2px;
  }
  .c-pcleft__imgarea__icon02 {
    width: 196.424px;
    top: -62.81px;
    left: -57.1px;
  }
  .c-pcleft__imgarea__icon03 {
    width: 142.75px;
    top: 114.2px;
    left: -131.33px;
  }
  .c-pcleft__imgarea__icon04 {
    width: 196.424px;
    top: -57.1px;
    left: -68.52px;
  }
  .c-pcleft__imgarea__icon05 {
    width: 142.75px;
    top: 102.78px;
    left: -137.04px;
  }
  .c-pcleft__imgarea__icon06 {
    width: 196.424px;
    top: -68.52px;
    left: -39.97px;
  }
  .c-pcleft__img[data-item="1"] {
    width: 187.288px;
    top: 79.94px;
  }
  .c-pcleft__img[data-item="2"] {
    width: 539.024px;
    top: 79.94px;
    left: 428.25px;
  }
  .c-pcleft__img[data-item="3"] {
    width: 303.772px;
    left: 148.46px;
  }
  .c-pcleft__img[data-item="4"] {
    width: 206.702px;
    left: 274.08px;
  }
  .c-pcleft__img[data-item="5"] {
    width: 142.75px;
    left: 822.24px;
  }
  .c-pcleft__img[data-item="6"] {
    width: 111.916px;
    top: 91.36px;
    left: 319.76px;
  }
  .c-pcleft__img[data-item="7"] {
    width: 71.946px;
    bottom: 36.544px;
    left: 13.704px;
  }
  .c-pcleft__img[data-item="8"] {
    width: 54.816px;
    bottom: -5.71px;
    left: 60.526px;
  }
  .c-pcleft__img[data-item="9"] {
    width: 94.786px;
    bottom: 97.07px;
    left: 805.11px;
  }
  .c-anker__point {
    top: -112px;
  }
  .c-anker__point[data-type="2"] {
    top: -176px;
  }
}
html {
  scroll-behavior: smooth;
}

body {
  font-family: "Zen Maru Gothic", sans-serif;
}

.p-kv {
  display: flex;
  width: 100%;
  background-image: url("../img/gift/bg_kv.png");
  background-repeat: repeat;
  background-size: auto;
  height: 100%;
}
.p-kv__wrapper {
  max-width: 391px;
  width: 100%;
  margin: 0 auto;
  padding-top: 1.3333333333vw;
  padding-bottom: 19px;
  justify-content: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.p-joken__intro {
  margin-top: 26px;
  margin-bottom: 70px;
  display: flex;
  flex-direction: column;
}
.p-joken__box {
  position: relative;
  display: flex;
  flex-direction: row;
  color: #ffffff;
  background-color: #000000;
  width: 311px;
  height: 78px;
  border: 3px solid #ffffff;
  box-shadow: 0 10px 0px rgba(0, 0, 0, 0.2549019608);
  border-radius: 50px;
  justify-content: center;
  padding-right: 20px;
  transition: opacity 0.3s ease;
}
.p-joken__box:hover {
  opacity: 0.8;
}
.p-joken__item {
  display: flex;
  flex-direction: row;
  font-weight: 700;
  line-height: 1.4em;
  font-size: 15px;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.p-joken__item img {
  height: 5px;
  width: 10px;
  position: absolute;
  right: 25px;
}
.p-joken__box:nth-of-type(2) {
  margin-top: 33px;
  margin-bottom: 48px;
}
.p-joken__number {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -16px;
  color: #000000;
  font-size: 14px;
  display: flex;
  flex-direction: row;
  background-color: #ffffff;
  border: 2px solid #000000;
  border-radius: 25px;
  width: 96px;
  height: 32px;
  justify-content: center;
  align-items: center;
  gap: 20px;
  padding-right: 20px;
}
.p-joken__number img {
  height: 16px;
  width: 16px;
  position: absolute;
  right: 20px;
}
.p-joken__number--large01 {
  z-index: 10;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -65px;
  color: #000000;
  font-size: 22px;
  display: flex;
  flex-direction: row;
  background-color: #ffffff;
  border: 2px solid #000000;
  border-radius: 25px;
  width: 122px;
  height: 43px;
  justify-content: center;
  align-items: center;
  padding-right: 25px;
}
.p-joken__number--large01 img {
  height: 26px;
  width: 26px;
  position: absolute;
  right: 20px;
}
.p-joken__number--large02 {
  z-index: 10;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -20px;
  color: #000000;
  font-size: 22px;
  display: flex;
  flex-direction: row;
  background-color: #ffffff;
  border: 2px solid #000000;
  border-radius: 25px;
  width: 122px;
  height: 43px;
  justify-content: center;
  align-items: center;
  padding-right: 25px;
}
.p-joken__number--large02 img {
  height: 26px;
  width: 26px;
  position: absolute;
  right: 20px;
}
.p-joken__message {
  width: 100%;
  max-width: 391px;
  color: #000000;
  line-height: 2em;
  font-size: 16px;
  text-align: center;
  font-weight: 700;
  letter-spacing: 0.1em;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  padding-inline: 5%;
}
.p-joken__message p:first-child {
  margin-bottom: 0.8em;
}
.p-joken__section--01, .p-joken__section--02 {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 391px;
  background-image: url("../img/gift/bg_joken.png");
  background-repeat: repeat;
  background-size: auto;
}
.p-joken__section--01 {
  scroll-margin-top: 130px;
  height: 670px;
}
.p-joken__section--02 {
  height: 670px;
  scroll-margin-top: 90px;
}
.p-joken__border--top {
  position: absolute;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
  max-width: 391px;
}
.p-joken__border--bottom {
  position: absolute;
  top: 0px;
  left: 50%;
  transform: translateX(-50%);
  max-width: 391px;
}
.p-joken__border--number02 {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 90%;
  border-top: 2px #B0B0B0 solid;
}
.p-joken__heading--01, .p-joken__heading--02 {
  font-weight: 700;
  font-size: 26px;
  line-height: 1.5em;
  letter-spacing: 0.1em;
  color: #000000;
  text-align: center;
}
.p-joken__heading--01 {
  margin-top: 0px;
}
.p-joken__heading--02 {
  margin-top: 35px;
}
.p-joken__panda--01 {
  margin-top: 20px;
  margin-bottom: 105px;
  width: 100%;
  height: auto;
  max-width: 391px;
}
.p-joken__panda--02, .p-joken__panda--03 {
  position: absolute;
}
.p-joken__panda--02 {
  z-index: 10;
  top: 25px;
  left: 20px;
  width: auto;
  height: 110px;
}
.p-joken__panda--03 {
  z-index: 10;
  top: 60px;
  right: 20px;
  width: auto;
  height: 110px;
}
.p-swiper__step {
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: row;
  color: #E50112;
  font-size: 18px;
  font-weight: 700;
  align-items: center;
  gap: 5px;
}
.p-swiper__img {
  display: flex;
  height: 235px;
  width: auto;
  margin-bottom: 20px;
}
.p-swiper__text {
  color: #000000;
  font-size: 14px;
  line-height: 1.8em;
  letter-spacing: 0.1em;
}
.p-swiper__text--red {
  color: #E50112;
}
.p-swiper__container {
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.p-swiper__button {
  margin-top: 24px;
  color: #ffffff;
  width: 279px;
  height: 61px;
  background-color: #E50112;
  border: #ffffff 3px solid;
  box-shadow: 0 8px 0px rgba(0, 0, 0, 0.2549019608);
  border-radius: 50px;
  justify-content: center;
  position: relative;
  display: flex;
  flex-direction: row;
  font-size: 15px;
  line-height: 1.4em;
  align-items: center;
  transition: opacity 0.3s ease;
}
.p-swiper__button p {
  padding-right: 20px;
}
.p-swiper__button img {
  height: 10px;
  width: 5px;
  position: absolute;
  right: 20px;
}
.p-swiper__button:hover {
  opacity: 0.8;
}
.p-present__section {
  width: 100%;
  max-width: 391px;
  margin: 0 auto;
  padding-top: 90px;
  padding-bottom: 40px;
  justify-content: center;
  position: relative;
  height: auto;
  display: flex;
  flex-direction: column;
}
.p-present__heading {
  font-size: 24px;
  line-height: 1.4em;
  font-weight: 700;
  text-align: center;
  color: #000000;
  margin-bottom: 20px;
}
.p-present__image {
  padding: 0 4px 0 0px;
}
.p-application__section {
  background-image: url("../img/gift/bg_kv.png");
  background-repeat: repeat;
  background-size: auto;
  width: 100%;
  margin: 0 auto;
  padding-top: 40px;
  padding-bottom: 40px;
  justify-content: center;
  height: auto;
}
.p-application__container {
  width: 100%;
  max-width: 391px;
  padding-inline: 16px;
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  justify-content: center;
}
.p-application__heading {
  font-size: 24px;
  line-height: 1.4em;
  font-weight: 700;
  text-align: center;
  color: #000000;
  margin-bottom: 20px;
}
.p-application__guidelines {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  background-color: #EEEEEE;
  border-radius: 20px;
  font-size: 16px;
  line-height: 1.85em;
  color: #4B4B4B;
  padding: 24px 16px;
}
.p-application__item + .p-application__item {
  margin-top: 32px;
}
.p-application__bullethead {
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 700;
}
.p-application__bullet {
  font-size: 10px;
  color: #B0B0B0;
  margin-left: -13px;
  padding-right: 0.3em;
}
.p-application__num {
  margin-left: -1.3em;
  padding-right: 0.3em;
}
.p-application__lead {
  line-height: 1.6;
}
.p-application__lead + .p-application__lead {
  margin-top: 10px;
}
.p-application__text--regular {
  font-weight: 500;
  line-height: 1.4;
}
.p-application__text--bold {
  font-weight: 700;
}
.p-application__numberedList {
  font-weight: 500;
}
.p-application__numberedList--number {
  font-weight: 500;
  margin-left: -1.3em;
  padding-right: 0.3em;
}
.p-application__numberedList--number + .p-application__numberedList--number {
  margin-top: 10px;
}
.p-application__numberedList--item {
  font-weight: 500;
  line-height: 1.4;
  padding-left: 1.3em;
}
.p-application__numberedList--item + .p-application__numberedList--item {
  margin-top: 10px;
}
.p-application__asteriskList {
  font-weight: 500;
}
.p-application__asteriskList--asterisk {
  font-size: 12px;
  font-weight: 500;
  margin-left: -1.3em;
  padding-right: 0.3em;
  line-height: 1.4;
}
.p-application__asteriskList--item {
  margin-top: 10px;
  font-size: 12px;
  font-weight: 500;
  padding-left: 1.3em;
  line-height: 1.4;
}
.p-application__list {
  font-weight: 500;
  padding-left: 13px;
  line-height: 1.4;
}
.p-application__list + .p-application__list {
  margin-top: 10px;
}
.p-application__list--num {
  padding-left: 1.3em;
}
.p-application__link {
  color: #4B4B4B;
  text-decoration: underline;
}
.p-application__link:hover {
  text-decoration: none;
}

.p-contact {
  margin-top: 40px;
  margin-bottom: 40px;
}
.p-contact__inner + .p-contact__inner {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 2px solid #B0B0B0;
}

.p-contact-campaign {
  color: #4B4B4B;
  line-height: 1.4;
}
.p-contact-campaign__heading {
  margin-bottom: 10px;
  font-size: 18px;
}
.p-contact-campaign__sub-heading {
  margin-bottom: 5px;
  font-size: 16px;
}
.p-contact-campaign__link {
  color: #4B4B4B;
  font-size: 16px;
  text-decoration: underline;
}
.p-contact-campaign__link:hover {
  text-decoration: none;
}
.p-contact-campaign__item {
  padding-left: 32px;
  font-size: 16px;
  position: relative;
}
.p-contact-campaign__item + .p-contact-campaign__item {
  margin-top: 5px;
}
.p-contact-campaign__item span {
  font-size: 14px;
}
.p-contact-campaign__icon {
  width: 24px;
  height: 24px;
  position: absolute;
  top: 0;
  left: 0;
}

.swiper {
  width: 100%;
  margin-top: 1rem;
  padding-inline: 20px;
}

.swiper.slider1 {
  height: 510px;
  padding-bottom: 40px;
}

.swiper-slide.slide--01 {
  position: relative;
  text-align: center;
  width: 90%;
  height: 450px;
  background-color: #ffffff;
  border-radius: 25px;
  box-shadow: 0 10px 0px rgba(0, 0, 0, 0.2549019608);
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 0px;
  padding: 10px;
  padding-top: 30px;
}

.swiper-slide.slide--02 {
  position: relative;
  text-align: center;
  width: 90%;
  height: 480px;
  background-color: #ffffff;
  border-radius: 25px;
  box-shadow: 0 10px 0px rgba(0, 0, 0, 0.2549019608);
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 70px;
  padding: 10px;
  padding-top: 30px;
}

.slider1-pagination {
  margin-bottom: -15px;
}

.slider2-pagination {
  margin-bottom: -15px;
}

.swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  border-radius: 25px;
  background-color: #ffffff;
  border: 1px solid #E50112;
  opacity: 1;
}
.swiper-pagination-bullet-active {
  background-color: #E50112;
}

@media print, (min-width: 391px) {
  .p-kv {
    display: flex;
  }
  .p-kv__wrapper {
    max-width: 391px;
    width: 100%;
    margin: 0 auto;
    padding-top: 8vw;
    padding-bottom: 19px;
    justify-content: center;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
@media print, (min-width: 768px) {
  .p-kv {
    display: flex;
    width: 100%;
    background-image: url("../img/gift/bg_kv.png");
    background-repeat: repeat;
    background-size: auto;
    height: 100%;
  }
  .p-kv__wrapper {
    max-width: 600px;
    width: 100%;
    margin: 0 auto;
    padding-top: 1.3333333333vw;
    padding-bottom: 19px;
    justify-content: center;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .p-joken__message {
    max-width: 600px;
  }
  .p-joken__section--01,
  .p-joken__section--02 {
    max-width: 600px;
  }
  .p-joken__border--top,
  .p-joken__border--bottom {
    max-width: 600px;
  }
  .p-present__section {
    max-width: 600px;
  }
  .p-application__container {
    max-width: 600px;
  }
  .p-joken__intro {
    width: 100%;
    max-width: 600px;
    padding-inline: 20px;
  }
  .p-joken__box {
    width: 100%;
  }
  .p-joken__text {
    font-size: 18px;
  }
  .p-swiper__text {
    font-size: 16px;
  }
}
.u-d--none--sp {
  display: none !important;
}

.u-d--none02--sp {
  display: none !important;
}

.u-d--none03--sp {
  display: none !important;
}

@media print, (min-width: 768px) {
  .u-d--none--pc {
    display: none !important;
  }
  .u-d--none--sp {
    display: inline !important;
  }
  .u-d--none02--sp {
    display: block !important;
  }
  .u-d--none03--sp {
    display: flex !important;
  }
}
/*# sourceMappingURL=gift.css.map */
