@charset "UTF-8";
* {
  box-sizing: border-box;
  word-break: break-all;
}

body {
  background: #E14148;
  font-family: "vdl-v7marugothic", sans-serif;
  font-weight: 700;
  color: #401D00;
}

img {
  max-width: 100%;
}

.w100 {
  width: 100%;
  height: auto;
}

.landscape-photo {
  aspect-ratio: 794/480;
}
.landscape-photo .slider-item {
  aspect-ratio: 794/480;
}
.landscape-photo .slick-prev,
.landscape-photo .slick-next {
  z-index: 2;
  width: 30px;
  height: 30px;
}
@media (min-width: 769px) {
  .landscape-photo .slick-prev,
  .landscape-photo .slick-next {
    width: 40px;
    height: 40px;
  }
}
.landscape-photo .slick-prev::before,
.landscape-photo .slick-next::before {
  opacity: 1;
  font-size: 0;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../images/icon_slide_btn.svg) center/100% no-repeat;
}
.landscape-photo .slick-prev {
  left: -18px;
}
@media (min-width: 769px) {
  .landscape-photo .slick-prev {
    left: -34px;
  }
}
.landscape-photo .slick-next {
  right: -18px;
}
@media (min-width: 769px) {
  .landscape-photo .slick-next {
    right: -34px;
  }
}
.landscape-photo .slick-next::before {
  transform: scale(-1, 1);
}
.landscape-photo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

a,
button {
  color: inherit;
  text-decoration: none;
}
@media (min-width: 769px) {
  a,
  button {
    transition: opacity 0.4s;
  }
  a:hover,
  button:hover {
    opacity: 0.7;
  }
}

.txt_underline {
  text-decoration: underline;
}

@media (max-width: 768px) {
  .pc-visible {
    display: none;
  }
}

@media (min-width: 769px) {
  .sp-visible {
    display: none;
  }
}

.c-red {
  color: #E14148 !important;
}

.c-green {
  color: #359343 !important;
}

.wrapper,
.main-contents {
  width: 100%;
  overflow: hidden;
  padding: 0;
}

button {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit;
}

.anchor-target {
  position: absolute;
  left: 0;
  pointer-events: none;
}

/* === gnav
==================================== */
.btn-menu {
  display: none;
  z-index: 99;
  position: fixed;
  top: 10px;
  right: 10px;
  width: 70px;
}
.modal-open .btn-menu {
  z-index: 0;
}
@media (min-width: 769px) {
  .btn-menu {
    width: 92px;
    top: 20px;
    right: 20px;
  }
}

.gnav {
  display: none;
  z-index: 99;
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100vh;
  background: #FFFDF0;
  overflow: hidden;
}
@media (min-width: 769px) {
  .gnav::before {
    content: "";
    width: 48%;
    height: 100%;
    display: block;
    border-right: 4px solid #401D00;
    background: #E14148 url(../images/deco.png) top left/auto 88px repeat-x;
    position: absolute;
    top: 0;
    left: 0;
  }
  .gnav .gnav-pc-illust {
    z-index: 2;
    aspect-ratio: 570/486;
    width: 48%;
    background: url(../images/nav-illust.webp) center/90% no-repeat;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
  }
}
.gnav-in {
  position: fixed;
  top: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow-y: auto;
  width: 100%;
  height: 100vh;
}
@media (min-width: 769px) {
  .gnav-in {
    width: 52%;
  }
}
.gnav-contents {
  padding: 100px 20px;
  width: 100%;
  margin: auto;
}
@media (min-width: 769px) {
  .gnav-contents {
    padding: 50px 20px 50px 40px;
  }
}
.gnav .btn-close {
  z-index: 99;
  position: fixed;
  top: 10px;
  right: 10px;
  cursor: pointer;
}
@media (min-width: 769px) {
  .gnav .btn-close {
    top: 20px;
    right: 20px;
  }
}
.gnav .btn-close .icon-close {
  position: relative;
  display: inline-block;
  width: 70px;
  height: 70px;
  border-radius: 100%;
  border: 4px solid #401D00;
  background: #FFFDF0;
}
.gnav .btn-close .icon-close::before, .gnav .btn-close .icon-close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 30px;
  height: 4px;
  border-radius: 2px;
  background: #401D00;
  transform: translate(-50%, -50%) rotate(-45deg);
}
.gnav .btn-close .icon-close::after {
  transform: translate(-50%, -50%) rotate(45deg);
}
@media (min-width: 769px) {
  .gnav .btn-close .icon-close {
    width: 92px;
    height: 92px;
  }
  .gnav .btn-close .icon-close::before, .gnav .btn-close .icon-close::after {
    width: 42px;
  }
}
.gnav .parent {
  position: relative;
  font-size: 32px;
  font-weight: 800;
  letter-spacing: 0;
  display: flex;
  gap: 10px;
  align-items: center;
}
@media (min-width: 769px) {
  .gnav .parent {
    font-size: 40px;
  }
}
.gnav .parent::before {
  content: "";
  width: 53px;
  aspect-ratio: 132/150;
  background: url(../images/illust-cookie.webp) center/41px no-repeat;
}
.gnav .parent.cp {
  color: #E14148;
}
.gnav .parent.cp::before {
  width: 53px;
  aspect-ratio: 174/162;
  background: url(../images/illust-leaf.webp) center/contain no-repeat;
}
.gnav .parent.gift {
  margin-top: 42px;
  color: #359343;
}
.gnav .gnav-list {
  margin-top: 35px;
  padding-left: 80px;
  display: flex;
  flex-direction: column;
  gap: 30px;
  font-size: 22px;
  font-weight: 800;
  line-height: 1.36363636;
  letter-spacing: 0;
}
@media (min-width: 769px) {
  .gnav .gnav-list {
    font-size: 26px;
    padding-left: 100px;
  }
}
.gnav .gnav-list a {
  word-break: break-word;
}

/* === MV
==================================== */
.mv-in {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.mv-title, .mv-chara {
  z-index: 30;
  position: absolute;
  top: 3%;
  left: 50%;
  transform: translateX(-50%);
  width: 85.7%;
}
@media (min-width: 769px) {
  .mv-title, .mv-chara {
    width: 46.7%;
  }
}
.mv-title img {
  opacity: 0;
  animation: fadeInUp 1s 0.5s forwards;
}
.mv-chara {
  top: 27%;
}
@media (min-width: 769px) {
  .mv-chara {
    top: 46.3%;
  }
}
.mv-chara img {
  opacity: 0;
  animation: bounceInRight 1s 1.7s forwards;
}

/* === nav
==================================== */
.nav-wrap {
  margin: 38px 20px 40px;
}
@media (min-width: 769px) {
  .nav-wrap {
    margin: 45px 20px 40px;
  }
}
.nav-wrap .nav {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media (min-width: 769px) {
  .nav-wrap .nav {
    flex-direction: row;
    justify-content: center;
    gap: clamp(10px, 2.9282576867vw, 40px);
  }
}
.nav-wrap .nav_item {
  width: 100%;
}
@media (min-width: 769px) {
  .nav-wrap .nav_item {
    max-width: 400px;
  }
}
.nav-wrap .nav_item .inner {
  position: relative;
  font-size: 26px;
  font-weight: 900;
  letter-spacing: 0.06em;
  line-height: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 75px;
  border-radius: 999px;
  border: 4px solid #401D00;
  background: #FFFDF0;
  transition: 0.4s;
}
@media (min-width: 769px) {
  .nav-wrap .nav_item .inner {
    font-size: 32px;
    height: 90px;
  }
}
.nav-wrap .nav_item .inner::before {
  content: "";
  aspect-ratio: 170/148;
  width: 85px;
  position: absolute;
  top: -30px;
  left: 0;
  background: url(../images/illust-bell.webp) center/100% no-repeat;
  opacity: 0;
  transition: 0.4s;
}
@media (min-width: 769px) {
  .nav-wrap .nav_item .inner::before {
    width: 113px;
    top: -36px;
    left: -19px;
  }
}
.nav-wrap .nav_item .inner.active {
  background: #359343;
  color: #FFFDF0;
  pointer-events: none;
}
.nav-wrap .nav_item .inner.active::before {
  opacity: 1;
}

/* === コンテンツ内、共通パーツ
==================================== */
.cmn-btn .in {
  position: relative;
  width: 100%;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #401D00;
  color: #FFFDF0;
  font-size: 20px;
  font-weight: 900;
  letter-spacing: 0.06em;
  border-radius: 999px;
}
.cmn-btn .in.arrow::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 22px;
  width: 12px;
  height: 18px;
  background: url(../images/arrow_sp.svg) center/contain no-repeat;
}

.cmn-box {
  z-index: 30;
  position: relative;
  border: 4px solid #401D00;
  background: #FFFDF0;
  border-radius: 40px;
  padding: 40px 0 60px;
  width: calc(100% + 8px);
  margin-left: -4px;
}
@media (min-width: 769px) {
  .cmn-box {
    width: calc(100% - 40px);
    max-width: 1114px;
    margin: 0 auto;
    padding: 70px 0 100px;
    border-radius: 60px;
  }
}

.cmn-box-in {
  padding: 0 20px;
}

.cmn-box-02 {
  position: relative;
  z-index: 30;
}
.cmn-box-02 .photo {
  position: relative;
  z-index: 2;
}
@media (min-width: 769px) {
  .cmn-box-02 .photo {
    max-width: 794px;
    margin: 0 auto;
  }
}
.cmn-box-02 .in-box {
  position: relative;
  z-index: 1;
  background: #fff;
  border: 4px solid #401D00;
  border-radius: 30px;
  margin-top: 40px;
  padding: 32px;
}
@media (min-width: 769px) {
  .cmn-box-02 .in-box {
    max-width: 794px;
    margin: 40px auto 0;
    padding: 56px;
  }
}
.cmn-box-02 .text {
  font-size: 20px;
  line-height: 1.5;
  font-weight: 800;
  letter-spacing: 0;
}
@media (min-width: 769px) {
  .cmn-box-02 .text {
    font-size: 26px;
    line-height: 1.46153846;
  }
}
.cmn-box-02 .cmn-dl-02 {
  margin-top: 30px;
}
.cmn-box-02 .note {
  font-size: 12px;
  line-height: 1.66666667;
  letter-spacing: 0;
  margin-top: 10px;
}
@media (min-width: 769px) {
  .cmn-box-02 .note {
    margin-top: 15px;
  }
}
.cmn-box-02 .text02 {
  margin-top: 30px;
  font-size: 14px;
  line-height: 1.28571429;
  letter-spacing: 0;
}
.cmn-box-02 .text02 p {
  word-break: break-word;
}
.cmn-box-02 .text02 p + p {
  margin-top: 15px;
}
@media (min-width: 769px) {
  .cmn-box-02 .text02 p + p {
    margin-top: 10px;
  }
}

.bg-star {
  background: url(../images/bg-star-tl.svg) left 24px top 20px/120px no-repeat, url(../images/bg-star-tr.svg) right 24px top 20px/120px no-repeat, url(../images/bg-star-bl.svg) left 24px bottom 23px/120px no-repeat, url(../images/bg-star-br.svg) right 24px bottom 23px/120px no-repeat, #FFFDF0;
}
@media (min-width: 769px) {
  .bg-star {
    background: url(../images/bg-star-tl.svg) left 38px top 40px/179px no-repeat, url(../images/bg-star-tr.svg) right 38px top 40px/179px no-repeat, url(../images/bg-star-bl.svg) left 38px bottom 40px/179px no-repeat, url(../images/bg-star-br.svg) right 38px bottom 40px/179px no-repeat, #FFFDF0;
  }
}

.cmn-dl {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 10px;
}
@media (min-width: 769px) {
  .cmn-dl {
    margin-inline: auto;
    max-inline-size: max-content;
    gap: 24px;
  }
}
.cmn-dl .bundle {
  font-weight: 800;
  display: grid;
  grid-template-columns: subgrid;
  grid-column: span 2;
  align-items: flex-start;
}
.cmn-dl .bundle dt {
  border-radius: 5px;
  color: #fff;
  background: #401D00;
  padding: 8px 12px;
  font-size: 12px;
  letter-spacing: 0;
  flex-shrink: 0;
  text-align: center;
}
@media (min-width: 769px) {
  .cmn-dl .bundle dt {
    font-size: 20px;
    border-radius: 10px;
    padding: 10px 15px;
  }
}
.cmn-dl .bundle dd {
  font-size: 18px;
  line-height: 1.44444444;
}
@media (min-width: 769px) {
  .cmn-dl .bundle dd {
    font-size: 30px;
  }
  .cmn-dl .bundle dd .small {
    font-size: 24px;
  }
}

@media (min-width: 769px) {
  .cmn-dl-02 {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 20px;
  }
}
@media (max-width: 768px) {
  .cmn-dl-02 .bundle + .bundle {
    margin-top: 20px;
  }
}
@media (min-width: 769px) {
  .cmn-dl-02 .bundle {
    display: grid;
    grid-template-columns: subgrid;
    grid-column: span 2;
  }
}
.cmn-dl-02 .bundle dt {
  font-size: 15px;
  font-weight: 800;
  letter-spacing: 0;
}
.cmn-dl-02 .bundle dd {
  font-size: 15px;
  line-height: 1.33333333;
  letter-spacing: 0;
  margin-top: 8px;
}
@media (min-width: 769px) {
  .cmn-dl-02 .bundle dd {
    margin-top: 0;
  }
}

.bg-stripe {
  background: repeating-linear-gradient(136deg, #CBA64E, #CBA64E 17px, #E14148 0, #E14148 34px);
  padding: 14px;
  border-radius: 40px;
}
.bg-stripe img {
  border-radius: 30px;
  background: #fff;
}
.bg-stripe[data-bg=green] {
  background: repeating-linear-gradient(136deg, #CBA64E, #CBA64E 17px, #359343 0, #359343 34px);
}

.sec-ttl {
  z-index: 30;
  text-align: center;
  font-size: 42px;
  font-weight: 900;
  line-height: 1.57142857;
  letter-spacing: 0.06em;
  color: #359343;
}
@media (min-width: 769px) {
  .sec-ttl {
    font-size: 52px;
    font-size: clamp(30px, 5.2vw, 52px);
    line-height: 1.63461538;
  }
}

.dot-title {
  display: inline;
  border-bottom: 6px dotted #401d00;
  padding-bottom: 10px;
  padding-left: 3px;
}
@media (min-width: 769px) {
  .dot-title {
    padding-bottom: 10px;
  }
}

/* === CAMPAIGN
==================================== */
@media (max-width: 768px) {
  .cp_summary .cmn-box {
    width: calc(100% - 40px);
    margin-left: 20px;
    padding-top: 28px;
  }
}
.cp_summary .lead-text {
  position: relative;
  font-size: 24px;
  line-height: 2.08333333;
  letter-spacing: 0.07em;
  font-weight: 800;
  text-align: center;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .cp_summary .lead-text::before {
    content: "";
    width: 55px;
    height: 51px;
    background: url(../images/illust-leaf.webp) center/contain no-repeat;
    position: absolute;
    top: -22px;
    left: -32px;
  }
  .cp_summary .lead-text::after {
    content: "";
    width: 55px;
    height: 54px;
    background: url(../images/illust-ornament.webp) center/contain no-repeat;
    position: absolute;
    bottom: 29px;
    right: -32px;
  }
}
@media (min-width: 769px) {
  .cp_summary .lead-text {
    font-size: clamp(21px, 2.6819923372vw, 30px);
    line-height: 2.33333333;
    letter-spacing: 0.1em;
  }
}
.cp_summary .lead-text .in {
  display: flex;
  flex-direction: column;
}
@media (min-width: 769px) {
  .cp_summary .lead-text .in {
    display: inline;
    padding-bottom: 15px;
    border-bottom: 6px dotted #401d00;
  }
}
.cp_summary .lead-text .dot-txt {
  padding-bottom: 0.25em;
}
@media (max-width: 768px) {
  .cp_summary .lead-text .dot-txt {
    padding-bottom: 0;
    border-bottom: 6px dotted #401d00;
  }
}
@media (min-width: 769px) {
  .cp_summary .lead-text .dot-txt {
    display: inline-block;
  }
}
@media (min-width: 769px) {
  .cp_summary .lead-text .pc-deco01 {
    position: relative;
  }
  .cp_summary .lead-text .pc-deco01::before {
    content: "";
    width: 90px;
    aspect-ratio: 174/162;
    background: url(../images/illust-leaf.webp) center/contain no-repeat;
    position: absolute;
    top: 2px;
    left: -104px;
  }
  .cp_summary .lead-text .pc-deco02 {
    position: relative;
  }
  .cp_summary .lead-text .pc-deco02::after {
    content: "";
    width: 91px;
    aspect-ratio: 192/190;
    background: url(../images/illust-ornament.webp) center/contain no-repeat;
    position: absolute;
    bottom: -15px;
    right: -97px;
  }
}
@media (max-width: 768px) {
  .cp_summary .lead-text.in-view::before {
    animation: swing 1s 0.3s forwards;
  }
  .cp_summary .lead-text.in-view::after {
    animation: swing 1s 0.5s forwards;
  }
}
@media (min-width: 769px) {
  .cp_summary .lead-text.in-view::before {
    animation: swing 1s 0.3s forwards;
  }
  .cp_summary .lead-text.in-view .pc-deco02::after {
    animation: swing 1s 0.5s forwards;
  }
}
.cp_summary .summary-box {
  margin-top: 40px;
}
@media (min-width: 769px) {
  .cp_summary .summary-box {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 4.2%;
  }
}
.cp_summary .summary-box + .summary-box {
  margin-top: 80px;
}
@media (min-width: 769px) {
  .cp_summary .summary-box + .summary-box {
    margin-top: 60px;
  }
}
@media (min-width: 769px) {
  .cp_summary .summary-box .photo {
    width: 320px;
    flex-shrink: 0;
  }
}
.cp_summary .summary-box .fukidashi {
  margin-top: 35px;
  position: relative;
  border: 4px solid #401D00;
  border-radius: 40px;
  padding: 30px 18px;
}
@media (min-width: 769px) {
  .cp_summary .summary-box .fukidashi {
    width: 49.7%;
    padding: 20px 44px;
    margin-top: 0;
  }
}
.cp_summary .summary-box .fukidashi::before {
  content: "";
  position: absolute;
  top: -19px;
  left: 50%;
  margin-left: -9px;
  width: 18px;
  height: 19px;
  background: url(../images/fukidashi.svg) center bottom/100% no-repeat;
}
@media (min-width: 769px) {
  .cp_summary .summary-box .fukidashi::before {
    top: 50%;
    left: -9px;
    margin-top: -19px;
    transform: rotate(-90deg);
  }
}
.cp_summary .summary-box .fukidashi::after {
  content: "";
  width: calc(100% + 10px);
  height: calc(100% - 60px);
  background: #FFFDF0;
  position: absolute;
  top: 30px;
  left: -5px;
}
@media (min-width: 769px) {
  .cp_summary .summary-box .fukidashi::after {
    width: calc(100% - 60px);
    height: calc(100% + 10px);
    top: -5px;
    left: 30px;
  }
}
.cp_summary .summary-box .fukidashi .inner {
  position: relative;
  z-index: 2;
}
.cp_summary .summary-box .ttl {
  color: #E14148;
  font-size: 22px;
  font-weight: 800;
  letter-spacing: 0.1em;
  margin-bottom: 15px;
}
@media (min-width: 769px) {
  .cp_summary .summary-box .ttl {
    font-size: 26px;
  }
}
.cp_summary .summary-box .text {
  font-size: 16px;
  line-height: 1.875;
  letter-spacing: 0;
}
@media (min-width: 769px) {
  .cp_summary .summary-box .text {
    font-size: 18px;
    line-height: 1.66666667;
  }
}
.cp_summary .summary-box .cmn-dl-02 {
  margin-top: 20px;
}
.cp_summary .summary-box .text02 {
  margin-top: 20px;
  font-size: 15px;
  line-height: 1.86666667;
}
.cp_summary .summary-box .cmn-btn {
  margin-top: 15px;
}
@media (min-width: 769px) {
  .cp_summary .summary-box .cmn-btn {
    width: 223px;
  }
}
.cp_summary .summary-box .cmn-btn .in {
  font-size: 15px;
  height: 56px;
}
@media (min-width: 769px) {
  .cp_summary .summary-box .cmn-btn .in {
    font-size: 18px;
    height: 60px;
  }
}
.cp_summary .summary-box .cmn-btn .in.arrow::before {
  width: 8px;
  height: 14px;
}
@media (min-width: 769px) {
  .cp_summary .summary-box .cmn-btn .in.arrow::before {
    width: 11px;
    height: 17px;
  }
}
@media (min-width: 769px) {
  .cp_summary .summary-box.type02 {
    flex-direction: row-reverse;
  }
  .cp_summary .summary-box.type02 .fukidashi {
    margin-top: 0;
  }
  .cp_summary .summary-box.type02 .fukidashi::before {
    transform: rotate(90deg);
    left: auto;
    right: -18px;
  }
  .cp_summary .summary-box.type02 .photo {
    aspect-ratio: 1/1;
  }
  .cp_summary .summary-box.type02 .photo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
}

.cp_present {
  position: relative;
  margin-top: 98px;
}
.cp_present .anchor-target {
  top: -50px;
}
@media (min-width: 769px) {
  .cp_present .anchor-target {
    top: 130px;
  }
}
.cp_present .sec-in {
  position: relative;
  background: #FFFDF0 url(../images/pattern-star.svg) left top/161px repeat;
  padding: 109px 20px 174px;
  margin-top: -2px;
}
@media (min-width: 769px) {
  .cp_present .sec-in {
    padding: 100px 20px 18.3016105417vw;
  }
}
.cp_present .sec-ttl {
  position: relative;
  z-index: 30;
}
.cp_present .sec-ttl.in-view .dot-title::before {
  animation: bounceInRight 1s 0s forwards;
}
.cp_present .sec-ttl .dot-title {
  position: relative;
}
.cp_present .sec-ttl .dot-title::before {
  opacity: 0;
  content: "";
  aspect-ratio: 386/454;
  width: 138px;
  position: absolute;
  top: -168px;
  left: 50%;
  margin-left: -69px;
  background: url(../images/illust-02.webp) center/100% no-repeat;
}
@media (min-width: 769px) {
  .cp_present .sec-ttl .dot-title::before {
    width: 193px;
    width: clamp(100px, 19.3vw, 193px);
    top: -100px;
    left: -216px;
    left: clamp(-216px, -19.3vw, -100px);
    margin-left: 0;
  }
}
.cp_present .cmn-box-02 {
  margin-top: 60px;
}
@media (min-width: 769px) {
  .cp_present .cmn-box-02 {
    margin-top: 90px;
  }
}
.cp_present .cmn-box-02 .photo {
  position: relative;
}
@media (max-width: 768px) {
  .cp_present .cmn-box-02 .photo {
    margin: 0 20px;
  }
}
@media (min-width: 769px) {
  .cp_present .cmn-box-02 .photo {
    aspect-ratio: 794/480;
  }
  .cp_present .cmn-box-02 .photo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
}
.cp_present .cmn-box-02 .photo::before {
  content: "";
  width: 120px;
  aspect-ratio: 256/274;
  background: url(../images/illust-star.webp) left -4px top/contain no-repeat;
  position: absolute;
  bottom: -62px;
  left: -40px;
}
@media (min-width: 769px) {
  .cp_present .cmn-box-02 .photo::before {
    width: 138px;
    bottom: -139px;
    left: -24px;
  }
}
.cp_present .cmn-box-02 .photo.in-view::before {
  animation: swing 2s 1s forwards;
}
@media (min-width: 769px) {
  .cp_present .cmn-box-02 .bg-stripe {
    padding: 23px;
  }
}
.cp_present .cmn-box-02 .in-box {
  position: relative;
}
@media (max-width: 768px) {
  .cp_present .cmn-box-02 .in-box {
    margin-top: -50px;
    padding: 80px 40px 40px;
  }
}
.cp_present .cmn-box-02 .in-box::before {
  content: "";
  width: 32px;
  aspect-ratio: 78/158;
  background: url(../images/illust-candy.webp) center/contain no-repeat;
  position: absolute;
  bottom: -32px;
  right: 20px;
}
@media (min-width: 769px) {
  .cp_present .cmn-box-02 .in-box::before {
    width: 39px;
  }
}
.cp_present .cmn-box-02 .in-box.in-view::before {
  animation: swing 1.5s 1.5s forwards;
}
.cp_present .cmn-box-02 .text02 {
  font-size: 10px;
  margin-top: 5px;
}
@media (min-width: 769px) {
  .cp_present .cmn-box-02 .text02 {
    margin-top: 10px;
  }
}
.cp_present .cmn-box-02 .text02 p + p {
  margin-top: 5px;
}
@media (min-width: 769px) {
  .cp_present .cmn-box-02 .text02 p + p {
    margin-top: 7px;
  }
}

.cp_restaurantcafe {
  position: relative;
}
.cp_restaurantcafe .anchor-target {
  top: -125px;
}
.cp_restaurantcafe::before {
  z-index: 10;
  content: "";
  display: block;
  width: 100%;
  aspect-ratio: 375/34;
  position: absolute;
  top: 1px;
  left: 0;
  transform: translateY(-100%);
  background: url(../images/restaurantcafe-top-sp.svg) top center/100% no-repeat;
}
.cp_restaurantcafe::after {
  content: "";
  display: block;
  width: 100%;
  aspect-ratio: 375/34;
  position: absolute;
  bottom: 1px;
  left: 0;
  transform: translateY(100%) scale(1, -1);
  background: url(../images/restaurantcafe-top-sp.svg) top center/100% no-repeat;
}
.cp_restaurantcafe .sec-ttl {
  position: relative;
  z-index: 30;
  color: #fff;
}
.cp_restaurantcafe .sec-ttl.in-view .dot-title::before {
  animation: bounceInRight 1s 0s forwards;
}
.cp_restaurantcafe .sec-ttl .dot-title {
  position: relative;
}
@media (min-width: 769px) {
  .cp_restaurantcafe .sec-ttl .dot-title {
    padding-bottom: 8px;
  }
}
.cp_restaurantcafe .sec-ttl .dot-title::before {
  opacity: 0;
  content: "";
  aspect-ratio: 426/494;
  width: 154px;
  position: absolute;
  top: -190px;
  left: 50%;
  margin-left: -61px;
  background: url(../images/illust-03.webp) center/100% no-repeat;
}
@media (min-width: 769px) {
  .cp_restaurantcafe .sec-ttl .dot-title::before {
    width: 213px;
    width: clamp(100px, 15.5929721816vw, 213px);
    top: -72px;
    left: -240px;
    left: clamp(-240px, -15.5929721816vw, -100px);
    margin-left: 0;
  }
}
.cp_restaurantcafe .sec-in {
  position: relative;
  background: #CBA64E;
  padding: 77px 0 45px;
}
@media (min-width: 769px) {
  .cp_restaurantcafe .sec-in {
    padding: 0 0 58px;
  }
}
.cp_restaurantcafe .cmn-box-02 {
  margin-top: 40px;
  padding: 0 20px;
}
@media (min-width: 769px) {
  .cp_restaurantcafe .cmn-box-02 {
    margin-top: 65px;
  }
}
@media (max-width: 768px) {
  .cp_restaurantcafe .cmn-box-02 .photo {
    margin: 0 20px;
  }
}
@media (min-width: 769px) {
  .cp_restaurantcafe .cmn-box-02 .photo {
    aspect-ratio: 794/480;
  }
  .cp_restaurantcafe .cmn-box-02 .photo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
}
@media (max-width: 768px) {
  .cp_restaurantcafe .cmn-box-02 .in-box {
    margin-top: -50px;
    padding: 80px 40px 40px;
  }
}
@media (min-width: 769px) {
  .cp_restaurantcafe .cmn-box-02 .in-box .text {
    font-size: 22px;
  }
}

.cp_photo_spot {
  position: relative;
  margin-top: 190px;
}
@media (min-width: 769px) {
  .cp_photo_spot {
    margin-top: 250px;
  }
}
.cp_photo_spot .anchor-target {
  top: -100px;
}
.cp_photo_spot .cmn-box {
  padding-top: 77px;
}
@media (min-width: 769px) {
  .cp_photo_spot .cmn-box {
    padding-top: 85px;
  }
}
.cp_photo_spot .sec-ttl {
  position: relative;
  z-index: 2;
  margin-bottom: 30px;
}
@media (min-width: 769px) {
  .cp_photo_spot .sec-ttl {
    margin-bottom: 84px;
  }
}
.cp_photo_spot .sec-ttl.in-view .dot-title::before {
  animation: bounceInRight 1s 0s forwards;
}
.cp_photo_spot .sec-ttl .dot-title {
  position: relative;
}
@media (max-width: 768px) {
  .cp_photo_spot .sec-ttl .dot-title {
    padding-bottom: 8px;
  }
}
.cp_photo_spot .sec-ttl .dot-title::before {
  opacity: 0;
  content: "";
  aspect-ratio: 392/448;
  width: 140px;
  position: absolute;
  top: -170px;
  left: 50%;
  margin-left: -70px;
  background: url(../images/illust-04.webp) center/100% no-repeat;
}
@media (min-width: 769px) {
  .cp_photo_spot .sec-ttl .dot-title::before {
    width: 196px;
    top: -114px;
    left: -218px;
    margin-left: 0;
  }
}
.cp_photo_spot .bg-stripe {
  padding: 9px;
}
@media (min-width: 769px) {
  .cp_photo_spot .bg-stripe {
    padding: 24px;
  }
}
.cp_photo_spot .in-box {
  position: relative;
}
@media (min-width: 769px) {
  .cp_photo_spot .in-box {
    padding: 46px;
  }
}
.cp_photo_spot .in-box::before {
  content: "";
  aspect-ratio: 226/197;
  width: 88px;
  position: absolute;
  top: -41px;
  left: -11px;
  background: url(../images/illust-bell.webp) center/100% no-repeat;
}
@media (min-width: 769px) {
  .cp_photo_spot .in-box::before {
    width: 122px;
    left: 10px;
  }
}
.cp_photo_spot .in-box::after {
  content: "";
  width: 105px;
  aspect-ratio: 256/274;
  position: absolute;
  bottom: -49px;
  right: -6px;
  background: url(../images/illust-star.webp) center/100% no-repeat;
}
@media (min-width: 769px) {
  .cp_photo_spot .in-box::after {
    width: 125px;
    bottom: -82px;
    right: 7px;
  }
}
.cp_photo_spot .in-box .text {
  font-weight: 700;
  font-size: 18px;
  line-height: 1.55555556;
}
@media (min-width: 769px) {
  .cp_photo_spot .in-box .text {
    text-align: center;
    font-size: 20px;
    margin-bottom: 30px;
  }
}
.cp_photo_spot .in-box.in-view::before {
  animation: swing 2s 0.3s forwards;
}
.cp_photo_spot .in-box.in-view::after {
  animation: swing 2s 1.3s forwards;
}
@media (max-width: 768px) {
  .cp_photo_spot .cmn-dl {
    display: block;
    margin-top: 10px;
    margin-inline: auto;
    max-inline-size: max-content;
  }
  .cp_photo_spot .cmn-dl .bundle {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
  }
}
@media (min-width: 769px) {
  .cp_photo_spot .cmn-dl dd {
    font-size: 22px;
  }
}

.cp_seek {
  position: relative;
  margin-top: 205px;
}
@media (min-width: 769px) {
  .cp_seek {
    margin-top: 137px;
  }
}
.cp_seek .anchor-target {
  top: -120px;
}
.cp_seek .cmn-box {
  padding-top: 83px;
}
.cp_seek .sec-ttl {
  margin-bottom: 49px;
  position: relative;
  z-index: 2;
}
.cp_seek .sec-ttl.in-view .dot-title::before {
  animation: bounceInRight 1s 0s forwards;
}
.cp_seek .sec-ttl .dot-title {
  position: relative;
  padding-bottom: 8px;
}
@media (min-width: 769px) {
  .cp_seek .sec-ttl .dot-title {
    padding-bottom: 20px;
  }
}
.cp_seek .sec-ttl .dot-title::before {
  opacity: 0;
  content: "";
  aspect-ratio: 440/474;
  width: 158px;
  position: absolute;
  top: -185px;
  left: 50%;
  margin-left: -80px;
  background: url(../images/illust-05.webp) center/100% no-repeat;
}
@media (min-width: 769px) {
  .cp_seek .sec-ttl .dot-title::before {
    width: 220px;
    width: clamp(100px, 22vw, 220px);
    top: -125px;
    left: -237px;
    left: clamp(-237px, -22vw, -100px);
    margin-left: 0;
  }
}
.cp_seek .in-box {
  position: relative;
}
@media (min-width: 769px) {
  .cp_seek .in-box {
    margin-top: 60px;
  }
}
.cp_seek .in-box::before {
  content: "";
  width: 64px;
  aspect-ratio: 174/162;
  background: url(../images/illust-leaf.webp) center/contain no-repeat;
  position: absolute;
  top: -31px;
  left: 0;
}
@media (min-width: 769px) {
  .cp_seek .in-box::before {
    width: 87px;
    top: -22px;
    left: -30px;
  }
}
.cp_seek .in-box::after {
  content: "";
  width: 29px;
  aspect-ratio: 78/158;
  background: url(../images/illust-candy.webp) center/contain no-repeat;
  position: absolute;
  bottom: -16px;
  right: 20px;
}
@media (min-width: 769px) {
  .cp_seek .in-box::after {
    width: 39px;
    bottom: -57px;
    right: 30px;
  }
}
.cp_seek .in-box.in-view::before {
  animation: swing 2s 0.3s forwards;
}
.cp_seek .in-box.in-view::after {
  animation: swing 2s 1.3s forwards;
}
.cp_seek img {
  border-radius: 30px;
}
.cp_seek .cmn-btn {
  margin: 20px auto 0;
}
@media (min-width: 769px) {
  .cp_seek .cmn-btn {
    margin-top: 50px;
    max-width: 400px;
  }
}

.cp_sns_campaign {
  position: relative;
  margin-top: 205px;
}
@media (min-width: 769px) {
  .cp_sns_campaign {
    margin-top: 130px;
  }
}
.cp_sns_campaign .anchor-target {
  top: -120px;
}
.cp_sns_campaign .cmn-box {
  padding-top: 80px;
}
.cp_sns_campaign .sec-ttl {
  position: relative;
  z-index: 2;
  margin-bottom: 40px;
}
@media (min-width: 769px) {
  .cp_sns_campaign .sec-ttl {
    margin-bottom: 93px;
  }
}
.cp_sns_campaign .sec-ttl.in-view .dot-title::before {
  animation: bounceInRight 1s 0s forwards;
}
.cp_sns_campaign .sec-ttl .dot-title {
  position: relative;
}
@media (max-width: 768px) {
  .cp_sns_campaign .sec-ttl .dot-title {
    padding-bottom: 8px;
  }
}
.cp_sns_campaign .sec-ttl .dot-title::before {
  opacity: 0;
  content: "";
  aspect-ratio: 396/474;
  width: 141px;
  position: absolute;
  top: -190px;
  left: 50%;
  margin-left: -122px;
  background: url(../images/illust-06.webp) center/100% no-repeat;
}
@media (min-width: 769px) {
  .cp_sns_campaign .sec-ttl .dot-title::before {
    width: 198px;
    width: clamp(100px, 19.8vw, 198px);
    top: -122px;
    left: -225px;
    left: clamp(-225px, -19.8vw, -100px);
    margin-left: 0;
  }
}
.cp_sns_campaign .bg-stripe {
  padding: 9px;
}
@media (min-width: 769px) {
  .cp_sns_campaign .bg-stripe {
    padding: 23px;
  }
}
.cp_sns_campaign .sns-in-box {
  position: relative;
}
@media (min-width: 769px) {
  .cp_sns_campaign .sns-in-box {
    margin-bottom: 50px;
  }
}
.cp_sns_campaign .sns-in-box::before {
  content: "";
  width: 68px;
  aspect-ratio: 192/190;
  background: url(../images/illust-ornament.webp) center/contain no-repeat;
  position: absolute;
  top: -38px;
  left: 0px;
}
@media (min-width: 769px) {
  .cp_sns_campaign .sns-in-box::before {
    width: 91px;
    left: -16px;
  }
}
.cp_sns_campaign .sns-in-box::after {
  content: "";
  width: 50px;
  aspect-ratio: 132/150;
  background: url(../images/illust-cookie.webp) center/contain no-repeat;
  position: absolute;
  bottom: -13px;
  right: -10px;
}
@media (min-width: 769px) {
  .cp_sns_campaign .sns-in-box::after {
    width: 66px;
    bottom: -30px;
    right: 20px;
  }
}
.cp_sns_campaign .sns-in-box .text p + p {
  margin-top: 15px;
}
.cp_sns_campaign .sns-in-box.in-view::before {
  animation: swing 2s 0.3s forwards;
}
.cp_sns_campaign .sns-in-box.in-view::after {
  animation: swing 2s 1.3s forwards;
}
.cp_sns_campaign .cmn-btn {
  margin: 20px auto 0;
}
@media (min-width: 769px) {
  .cp_sns_campaign .cmn-btn {
    max-width: 481px;
    margin-top: 30px;
  }
}
@media (max-width: 768px) {
  .cp_sns_campaign .cmn-btn .in {
    font-size: 19px;
    text-align: center;
  }
}
.cp_sns_campaign .insta-filter {
  margin-top: 40px;
}
@media (max-width: 768px) {
  .cp_sns_campaign .insta-filter .ttl {
    width: calc(100% + 20px);
    margin: 0 auto 15px;
  }
  .cp_sns_campaign .insta-filter .ttl img {
    display: inline-block;
    margin-left: -10px;
  }
}
@media (min-width: 769px) {
  .cp_sns_campaign .insta-filter .ttl {
    width: 523px;
    margin: 80px auto 0;
  }
}
.cp_sns_campaign .insta-filter .photo {
  margin-top: 30px;
}
@media (min-width: 769px) {
  .cp_sns_campaign .insta-filter .photo {
    margin-top: 50px;
  }
}
.cp_sns_campaign .insta-filter .in-box {
  position: relative;
  z-index: 1;
}
.cp_sns_campaign .insta-filter .in-box::before {
  content: "";
  width: 65px;
  aspect-ratio: 174/162;
  background: url(../images/illust-leaf.webp) center/contain no-repeat;
  position: absolute;
  top: -32px;
  right: -20px;
}
@media (min-width: 769px) {
  .cp_sns_campaign .insta-filter .in-box::before {
    width: 87px;
    top: -45px;
    right: 23px;
  }
}
.cp_sns_campaign .insta-filter .in-box.in-view::before {
  animation: swing 2s 0.3s forwards;
}

.cp_detail {
  margin-top: 67px;
}
@media (min-width: 769px) {
  .cp_detail {
    margin-top: 100px;
  }
}
.cp_detail .cmn-box {
  padding-top: 33px;
}
@media (min-width: 769px) {
  .cp_detail .cmn-box {
    padding-top: 60px;
  }
}
.cp_detail .lead-text {
  font-size: 22px;
  line-height: 1.95454545;
  letter-spacing: 0.1em;
  font-weight: 800;
  text-align: center;
  margin-bottom: 30px;
}
@media (min-width: 769px) {
  .cp_detail .lead-text {
    font-size: 35px;
    line-height: 2.28571429;
    margin-bottom: 60px;
  }
}
.cp_detail .lead-text .in {
  display: inline;
  padding-bottom: 8px;
  border-bottom: 6px dotted #401d00;
}
@media (min-width: 769px) {
  .cp_detail .lead-text .in {
    padding-bottom: 18px;
  }
}
.cp_detail .deco {
  position: relative;
}
.cp_detail .deco::before {
  content: "";
  width: 55px;
  aspect-ratio: 174/162;
  background: url(../images/illust-leaf.webp) center/contain no-repeat;
  position: absolute;
  top: -25px;
  left: -62px;
}
@media (min-width: 769px) {
  .cp_detail .deco::before {
    width: 90px;
    top: -33px;
    left: -152px;
  }
}
.cp_detail .deco::after {
  content: "";
  width: 55px;
  aspect-ratio: 192/190;
  background: url(../images/illust-ornament.webp) center/contain no-repeat;
  position: absolute;
  top: -56px;
  right: -55px;
}
@media (min-width: 769px) {
  .cp_detail .deco::after {
    width: 91px;
    top: -36px;
    right: -123px;
  }
}
.cp_detail .lead-text.in-view .deco::before {
  animation: swing 2s 0.3s forwards;
}
.cp_detail .lead-text.in-view .deco::after {
  animation: swing 2s 0.3s forwards;
}
.cp_detail .cmn-dl {
  margin-inline: auto;
  max-inline-size: max-content;
}
@media (min-width: 769px) {
  .cp_detail .cmn-dl {
    gap: 20px 24px;
  }
}
.cp_detail .cmn-dl dt {
  font-size: 13px;
}
@media (min-width: 769px) {
  .cp_detail .cmn-dl dt {
    font-size: 20px;
  }
}
.cp_detail .cmn-dl dd {
  font-size: 15px;
  margin-top: 3px;
}
.cp_detail .cmn-dl dd .small {
  font-size: 13px;
}
@media (min-width: 769px) {
  .cp_detail .cmn-dl dd {
    font-size: 30px;
  }
  .cp_detail .cmn-dl dd .small {
    font-size: 24px;
  }
}
.cp_detail .bnr-top {
  width: 48%;
  margin: 30px auto 15px;
}
@media (min-width: 769px) {
  .cp_detail .bnr-top {
    width: 237px;
    margin: 65px auto 27px;
  }
}
.cp_detail .bnr {
  width: 88%;
  box-shadow: 0px 0px 5px 0 rgba(123, 123, 123, 0.8);
  border-radius: 15px;
  margin: 0 auto;
  overflow: hidden;
}
@media (min-width: 769px) {
  .cp_detail .bnr {
    width: 580px;
    border-radius: 30px;
  }
}
.cp_detail .bnr img {
  vertical-align: top;
}

/* === GIFT
==================================== */
#gift {
  display: none;
}

@media (min-width: 769px) {
  .gift-sec .cmn-box {
    padding-bottom: 82px;
  }
}
.gift-sec .sec-ttl {
  position: relative;
}
.gift-sec .sec-ttl .dot-title {
  position: relative;
}
.gift-sec .sec-ttl .dot-title::before {
  content: "";
  width: 110px;
  aspect-ratio: 256/274;
  background: url(../images/illust-star.webp) left top/contain no-repeat;
  position: absolute;
  top: -86px;
  left: -58px;
}
@media (min-width: 769px) {
  .gift-sec .sec-ttl .dot-title::before {
    top: -36px;
    left: -116px;
  }
}
.gift-sec .sec-ttl .dot-title::after {
  content: "";
  width: 30px;
  aspect-ratio: 78/158;
  background: url(../images/illust-candy.webp) center/contain no-repeat;
  position: absolute;
  bottom: -20px;
  right: -38px;
}
@media (min-width: 769px) {
  .gift-sec .sec-ttl .dot-title::after {
    width: 39px;
    bottom: -10px;
    right: -63px;
  }
}

.gift-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px 20px;
  margin: 30px 20px 0;
}
@media (min-width: 769px) {
  .gift-list {
    grid-template-columns: repeat(3, 1fr);
    gap: 50px 4%;
    margin: 50px 8.7% 0;
  }
}
.gift-list .photo img {
  border: 4px solid #401D00;
  border-radius: 30px;
}
.gift-list .card-front .body {
  margin-top: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (min-width: 769px) {
  .gift-list .card-front .body {
    gap: 10px;
  }
}
.gift-list .card-front .logo {
  aspect-ratio: 1/1;
  width: 51%;
  border-radius: 100%;
  background: #fff;
}
@media (min-width: 769px) {
  .gift-list .card-front .logo {
    width: 40%;
    flex-shrink: 0;
  }
}
.gift-list .card-front .logo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.gift-list .card-front .more {
  background: #401D00;
  border-radius: 100%;
  width: 38%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .gift-list .card-front .more {
    aspect-ratio: 1/1;
  }
}
@media (min-width: 769px) {
  .gift-list .card-front .more {
    border-radius: 999px;
    flex: 1;
    color: #FFFDF0;
    font-size: 21px;
    font-size: clamp(14px, 1.5373352855vw, 21px);
    font-weight: 900;
    letter-spacing: 0.06em;
    padding: 15px 0;
    gap: clamp(5px, 0.7320644217vw, 10px);
  }
}
.gift-list .card-front .more .icon {
  position: relative;
  display: inline-block;
  width: 18px;
  height: 18px;
}
@media (min-width: 769px) {
  .gift-list .card-front .more .icon {
    width: clamp(10px, 1.317715959vw, 18px);
    height: clamp(10px, 1.317715959vw, 18px);
  }
}
.gift-list .card-front .more .icon::before, .gift-list .card-front .more .icon::after {
  content: "";
  width: 100%;
  height: 4px;
  background: #FFFDF0;
  border-radius: 2px;
  position: absolute;
}
.gift-list .card-front .more .icon::before {
  top: 50%;
  left: 0;
  margin-top: -2px;
}
.gift-list .card-front .more .icon::after {
  top: 0;
  left: 50%;
  margin-left: -2px;
  width: 4px;
  height: 100%;
}

.modal {
  display: none;
  z-index: 999;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  overflow: auto;
}

.modal-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(225, 65, 72, 0.9);
}

.modal-body {
  display: table;
  width: 100%;
  height: 100%;
}

.modal-main {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  padding: 100px 20px 64px;
}
@media (min-width: 769px) {
  .modal-main {
    padding: 50px;
  }
}
@media screen and (min-width: 1200px) {
  .modal-main {
    padding: 50px 120px;
  }
}

.modal-content {
  text-align: left;
  position: relative;
  display: inline-block;
  width: 100%;
  background: #FFFDF0;
  border: 4px solid #401D00;
  border-radius: 40px;
  padding: 36px;
  box-sizing: border-box;
}
@media (min-width: 769px) {
  .modal-content {
    padding: 50px;
    max-width: 1106px;
    margin: 0 auto;
    border-radius: 60px;
  }
}
.modal-content .icon-close {
  position: relative;
  display: inline-block;
  width: 70px;
  height: 70px;
  border-radius: 100%;
  border: 4px solid #401D00;
  background: #FFFDF0;
}
.modal-content .icon-close::before, .modal-content .icon-close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 30px;
  height: 4px;
  border-radius: 2px;
  background: #401D00;
  transform: translate(-50%, -50%) rotate(-45deg);
}
.modal-content .icon-close::after {
  transform: translate(-50%, -50%) rotate(45deg);
}
@media (min-width: 769px) {
  .modal-content .icon-close {
    width: 92px;
    height: 92px;
  }
  .modal-content .icon-close::before, .modal-content .icon-close::after {
    width: 42px;
  }
}
.modal-content .btn-close-top {
  position: absolute;
  top: -10px;
  right: -10px;
  transform: translateY(-100%);
  cursor: pointer;
}
@media screen and (min-width: 1200px) {
  .modal-content .btn-close-top {
    top: 15px;
    transform: translate(100%, -100%);
  }
}
@media (min-width: 769px) {
  .modal-content .col-2 {
    display: flex;
    justify-content: center;
    gap: 6%;
  }
}
.modal-content .photo {
  margin-bottom: 20px;
}
.modal-content .photo img {
  border: 4px solid #401D00;
  border-radius: 30px;
}
@media (min-width: 769px) {
  .modal-content .photo {
    padding: 0;
    margin: 0;
    width: 47.1%;
  }
}
@media (min-width: 769px) {
  .modal-content .text-area {
    flex: 1;
  }
}
.modal-content .text-area .text_link {
  text-decoration: underline;
}
@media (min-width: 769px) {
  .modal-content .text-area .text_link {
    transition: 0.4s;
  }
  .modal-content .text-area .text_link:hover {
    opacity: 0.6;
  }
}
.modal-content .text-area .head {
  display: flex;
  align-items: center;
  gap: 17px;
  font-size: 16px;
  font-weight: 800;
  line-height: 1.5;
  letter-spacing: 0;
}
@media (min-width: 769px) {
  .modal-content .text-area .head {
    gap: 25px;
    font-size: 18px;
  }
}
.modal-content .text-area .head .logo {
  width: 100px;
  height: 100px;
  border-radius: 100%;
  background: #fff;
  flex-shrink: 0;
}
@media (min-width: 769px) {
  .modal-content .text-area .head .logo {
    width: 130px;
    height: 130px;
  }
}
.modal-content .text-area .head .logo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.modal-content .text-area .head .info {
  flex: 1;
}
.modal-content .category {
  margin-top: 5px;
}
.modal-content .name {
  font-size: 20px;
  font-weight: 800;
  line-height: 1.4;
}
@media (min-width: 769px) {
  .modal-content .name {
    font-size: 28px;
  }
}
.modal-content .text {
  font-size: 14px;
  line-height: 2;
  margin-top: 15px;
}
.modal-content .cmn-btn {
  margin-top: 30px;
}
@media (min-width: 769px) {
  .modal-content .cmn-btn {
    max-width: 220px;
  }
  .modal-content .cmn-btn .in {
    height: 50px;
    font-size: 21px;
    padding-right: 20px;
  }
}

/* === footer
==================================== */
.pft {
  margin-top: -2px;
}

.pft__pageTop {
  display: none !important;
}

.ft-illust {
  z-index: 30;
  position: relative;
  margin-top: 60px;
}
.modal-open .ft-illust {
  z-index: 0;
}
@media (min-width: 769px) {
  .ft-illust {
    margin-top: 100px;
  }
}
.ft-illust .illust {
  opacity: 0;
  position: relative;
  z-index: 2;
  max-width: 375px;
  margin: 0 auto;
}
@media (min-width: 769px) {
  .ft-illust .illust {
    max-width: 598px;
  }
}
.ft-illust .illust.in-view {
  animation: bounceInRight 1s 0.3s forwards;
}
.ft-illust .bg {
  position: relative;
  z-index: 1;
  margin-top: -6%;
}

.pagetop {
  z-index: 30;
  display: none;
  position: fixed;
  right: 10px;
  bottom: 10px;
  width: 35px;
}
@media (min-width: 769px) {
  .pagetop {
    right: 20px;
    bottom: 20px;
    width: 60px;
  }
}

/* === 雪
==================================== */
.snow {
  z-index: 20;
  /*雪の色*/
  color: snow;
  /*雪の大きさ*/
  font-size: 10px;
  /*初期位置*/
  position: fixed;
  top: -5%;
  /*雪を適当な幅で降らせる*/
  text-shadow: 5vw -100px 2px, 10vw -400px 3px, 20vw -500px 4px, 30vw -580px 1px, 39vw -250px 2px, 42vw -340px 5px, 56vw -150px 2px, 63vw -180px 0, 78vw -220px 4px, 86vw -320px 9px, 94vw -170px 7px;
  /*雪アニメーション1*/
  animation: roll 10s linear infinite;
  pointer-events: none;
}

/*2つめの雪アニメーション*/
.snow2nd {
  animation: anim 8s linear infinite;
}

.snow3rd {
  animation: roll 5s 3s linear infinite;
}

.snow4th {
  animation: anim 8s 3s linear infinite;
}

@keyframes roll {
  0% {
    transform: rotate(0deg);
  }
  90% {
    opacity: 1;
  }
  100% {
    transform: rotate(20deg);
    top: 100%;
    opacity: 0;
  }
}
@keyframes anim {
  100% {
    color: transparent;
    top: 150%;
  }
}
/* === アニメーション
==================================== */
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    -ms-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
@keyframes bounceInRight {
  0%, 100%, 60%, 75%, 90% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    -ms-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    -ms-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    -ms-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    -ms-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    -ms-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    -ms-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    -ms-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  100% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    -ms-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
@keyframes titleAnime {
  0% {
    opacity: 0;
    transform: translateY(50%) scale(1.2, 0.8);
  }
  40% {
    opacity: 1;
    transform: translateY(-10%);
  }
  70% {
    opacity: 1;
    transform: translateY(5%) scale(1.2, 0.8);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
.js-span-wrap-text .anime-letter {
  display: inline-block;
  opacity: 0;
}
@media (min-width: 769px) {
  .js-span-wrap-text .pc-space {
    padding-left: 0.5em;
  }
}
.in-view .js-span-wrap-text .anime-letter:nth-child(1) {
  animation: titleAnime 0.6s cubic-bezier(0.33, 1, 0.68, 1) forwards 0.66s;
}
.in-view .js-span-wrap-text .anime-letter:nth-child(2) {
  animation: titleAnime 0.6s cubic-bezier(0.33, 1, 0.68, 1) forwards 0.72s;
}
.in-view .js-span-wrap-text .anime-letter:nth-child(3) {
  animation: titleAnime 0.6s cubic-bezier(0.33, 1, 0.68, 1) forwards 0.78s;
}
.in-view .js-span-wrap-text .anime-letter:nth-child(4) {
  animation: titleAnime 0.6s cubic-bezier(0.33, 1, 0.68, 1) forwards 0.84s;
}
.in-view .js-span-wrap-text .anime-letter:nth-child(5) {
  animation: titleAnime 0.6s cubic-bezier(0.33, 1, 0.68, 1) forwards 0.9s;
}
.in-view .js-span-wrap-text .anime-letter:nth-child(6) {
  animation: titleAnime 0.6s cubic-bezier(0.33, 1, 0.68, 1) forwards 0.96s;
}
.in-view .js-span-wrap-text .anime-letter:nth-child(7) {
  animation: titleAnime 0.6s cubic-bezier(0.33, 1, 0.68, 1) forwards 1.02s;
}
.in-view .js-span-wrap-text .anime-letter:nth-child(8) {
  animation: titleAnime 0.6s cubic-bezier(0.33, 1, 0.68, 1) forwards 1.08s;
}
.in-view .js-span-wrap-text .anime-letter:nth-child(9) {
  animation: titleAnime 0.6s cubic-bezier(0.33, 1, 0.68, 1) forwards 1.14s;
}
.in-view .js-span-wrap-text .anime-letter:nth-child(10) {
  animation: titleAnime 0.6s cubic-bezier(0.33, 1, 0.68, 1) forwards 1.2s;
}
.in-view .js-span-wrap-text .anime-letter:nth-child(11) {
  animation: titleAnime 0.6s cubic-bezier(0.33, 1, 0.68, 1) forwards 1.26s;
}
.in-view .js-span-wrap-text .anime-letter:nth-child(12) {
  animation: titleAnime 0.6s cubic-bezier(0.33, 1, 0.68, 1) forwards 1.32s;
}
.in-view .js-span-wrap-text .anime-letter:nth-child(13) {
  animation: titleAnime 0.6s cubic-bezier(0.33, 1, 0.68, 1) forwards 1.38s;
}
.in-view .js-span-wrap-text .anime-letter:nth-child(14) {
  animation: titleAnime 0.6s cubic-bezier(0.33, 1, 0.68, 1) forwards 1.44s;
}
.in-view .js-span-wrap-text .anime-letter:nth-child(15) {
  animation: titleAnime 0.6s cubic-bezier(0.33, 1, 0.68, 1) forwards 1.5s;
}
.in-view .js-span-wrap-text .anime-letter:nth-child(16) {
  animation: titleAnime 0.6s cubic-bezier(0.33, 1, 0.68, 1) forwards 1.56s;
}
.in-view .js-span-wrap-text .anime-letter:nth-child(17) {
  animation: titleAnime 0.6s cubic-bezier(0.33, 1, 0.68, 1) forwards 1.62s;
}
.in-view .js-span-wrap-text .anime-letter:nth-child(18) {
  animation: titleAnime 0.6s cubic-bezier(0.33, 1, 0.68, 1) forwards 1.68s;
}
.in-view .js-span-wrap-text .anime-letter:nth-child(19) {
  animation: titleAnime 0.6s cubic-bezier(0.33, 1, 0.68, 1) forwards 1.74s;
}
.in-view .js-span-wrap-text .anime-letter:nth-child(20) {
  animation: titleAnime 0.6s cubic-bezier(0.33, 1, 0.68, 1) forwards 1.8s;
}
.in-view .js-span-wrap-text .anime-letter:nth-child(21) {
  animation: titleAnime 0.6s cubic-bezier(0.33, 1, 0.68, 1) forwards 1.86s;
}
.in-view .js-span-wrap-text .anime-letter:nth-child(22) {
  animation: titleAnime 0.6s cubic-bezier(0.33, 1, 0.68, 1) forwards 1.92s;
}
.in-view .js-span-wrap-text .anime-letter:nth-child(23) {
  animation: titleAnime 0.6s cubic-bezier(0.33, 1, 0.68, 1) forwards 1.98s;
}
.in-view .js-span-wrap-text .anime-letter:nth-child(24) {
  animation: titleAnime 0.6s cubic-bezier(0.33, 1, 0.68, 1) forwards 2.04s;
}
.in-view .js-span-wrap-text .anime-letter:nth-child(25) {
  animation: titleAnime 0.6s cubic-bezier(0.33, 1, 0.68, 1) forwards 2.1s;
}
.in-view .js-span-wrap-text .anime-letter:nth-child(26) {
  animation: titleAnime 0.6s cubic-bezier(0.33, 1, 0.68, 1) forwards 2.16s;
}
.in-view .js-span-wrap-text .anime-letter:nth-child(27) {
  animation: titleAnime 0.6s cubic-bezier(0.33, 1, 0.68, 1) forwards 2.22s;
}
.in-view .js-span-wrap-text .anime-letter:nth-child(28) {
  animation: titleAnime 0.6s cubic-bezier(0.33, 1, 0.68, 1) forwards 2.28s;
}
.in-view .js-span-wrap-text .anime-letter:nth-child(29) {
  animation: titleAnime 0.6s cubic-bezier(0.33, 1, 0.68, 1) forwards 2.34s;
}
.in-view .js-span-wrap-text .anime-letter:nth-child(30) {
  animation: titleAnime 0.6s cubic-bezier(0.33, 1, 0.68, 1) forwards 2.4s;
}
/*# sourceMappingURL=map/lp.css.map */