.p-first {
  position: relative;
  height: 100%;
  min-height: 100dvh;
  background-color: #fff;
  overflow-x: clip;
}
@media screen and (max-width: 767px) {
  .p-first {
    height: auto;
  }
}
.p-first h1 {
  width: 616px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-first h1 {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100dvh;
    padding: 0 40px 0 25px;
  }
  .p-first h1 picture {
    position: relative;
    top: 50%;
    display: block;
  }
}
.p-first__photos {
  position: relative;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-first__photos {
    position: absolute;
    width: 140vw;
    margin-left: -20vw;
  }
}
.p-first__photos-tile {
  display: flex;
  flex-direction: column;
  height: 100%;
  min-height: 100dvh;
}
.p-first__photos-tile .group {
  display: flex;
  flex: 1;
}
.p-first__photos-tile .group img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transition: opacity 0.7s ease-in-out;
}
.p-first__photos-tile .group img.is-active {
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .p-first__photos-tile.pc {
    display: none;
  }
}
.p-first__photos-tile.sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-first__photos-tile.sp {
    display: flex;
  }
}
.p-first__message {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 50;
  opacity: 1;
  transition: opacity 1.8s ease;
  transition-delay: 1.8s;
}
.p-first__message.is-hide {
  opacity: 0;
  pointer-events: none;
}
.p-first__main {
  position: absolute;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  width: 100%;
  height: 100%;
  min-height: 100dvh;
  padding-bottom: 60px;
  z-index: 200;
  opacity: 0;
  pointer-events: none;
  transition: opacity 1.8s ease, background-color 1.8s ease;
}
@media screen and (max-width: 767px) {
  .p-first__main {
    padding: 0;
  }
}
.p-first__main.is-active {
  background-color: rgba(255, 255, 255, 0.8);
  opacity: 1;
  pointer-events: visible;
}
.p-first__main-inner {
  position: relative;
  width: fit-content;
  max-width: calc(100vw - 85px);
  margin: 0 auto;
  padding: 90px 0 30px 0;
  opacity: 0;
  pointer-events: none;
  transition: opacity 1.8s ease;
}
@media screen and (max-width: 767px) {
  .p-first__main-inner {
    max-width: none;
    margin: 0 auto;
    padding: 0;
  }
}
.p-first__main-inner.is-active {
  opacity: 1;
  pointer-events: visible;
}
.p-first__main-content {
  display: flex;
  gap: 0 1.5vw;
  transition: opacity 1.2s ease;
}
@media screen and (max-width: 767px) {
  .p-first__main-content {
    flex-direction: column;
  }
}
.p-first__main-content .is-hide {
  opacity: 0;
  pointer-events: none;
}
.p-first__main-content .is-visible {
  opacity: 1;
  pointer-events: visible;
  transition: opacity 1.2s ease;
}
@media screen and (max-width: 767px) {
  .p-first__main .left {
    padding: 0 20px 0 20px;
  }
}
.p-first__main .right {
  display: flex;
  flex-direction: column;
}
.p-first__main .title {
  position: relative;
  width: fit-content;
}
.p-first__main .title_logo {
  width: clamp(43vw, 610px, 50vw);
}
@media screen and (max-width: 767px) {
  .p-first__main .title_logo {
    width: 100%;
    max-width: none;
  }
}
.p-first__main .title_hanamaru {
  position: absolute;
  top: auto;
  bottom: clamp(3.25vw, 44px, 10vw);
  right: 3.2%;
  width: clamp(12.5vw, 180px, 25vw);
}
@media screen and (max-width: 767px) {
  .p-first__main .title_hanamaru {
    width: 125px;
    max-width: none;
    bottom: 17px;
    right: -2px;
  }
}
.p-first__main .title_hanamaru .st0 {
  fill: none;
  stroke: #ff3e3e;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.2px;
}
.p-first__main .title_hanamaru .zEwGxJXH_0 {
  stroke-dasharray: 30 32;
  stroke-dashoffset: 31;
}
.p-first__main .title_hanamaru .start .zEwGxJXH_0 {
  animation: zEwGxJXH_draw 162ms ease-in-out 0ms forwards;
}
.p-first__main .title_hanamaru .zEwGxJXH_1 {
  stroke-dasharray: 61 63;
  stroke-dashoffset: 62;
}
.p-first__main .title_hanamaru .start .zEwGxJXH_1 {
  animation: zEwGxJXH_draw 324ms ease-in-out 162ms forwards;
}
.p-first__main .title_hanamaru .zEwGxJXH_2 {
  stroke-dasharray: 99 101;
  stroke-dashoffset: 100;
}
.p-first__main .title_hanamaru .start .zEwGxJXH_2 {
  animation: zEwGxJXH_draw 523ms ease-in-out 486ms forwards;
}
.p-first__main .title_hanamaru .zEwGxJXH_3 {
  stroke-dasharray: 188 190;
  stroke-dashoffset: 189;
}
.p-first__main .title_hanamaru .start .zEwGxJXH_3 {
  animation: zEwGxJXH_draw 989ms ease-in-out 1010ms forwards;
}
@keyframes zEwGxJXH_draw {
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes zEwGxJXH_fade {
  0% {
    stroke-opacity: 1;
  }
  93.54838709677419% {
    stroke-opacity: 1;
  }
  100% {
    stroke-opacity: 0;
  }
}
.p-first__main .detail {
  min-width: 660px;
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .p-first__main .detail {
    min-width: auto;
    margin-top: 30px;
  }
}
.p-first__main .detail .line01 {
  font-size: clamp(2rem, 0.5rem + 1.67vw, 3rem);
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-first__main .detail .line01 {
    font-size: 18px;
    line-height: 0.75;
  }
}
.p-first__main .detail .line01 span {
  letter-spacing: 0.08em;
  color: #fff;
  background-color: #ff3e3e;
  font-feature-settings: "palt";
  padding: 0 6px 3px 6px;
  margin-right: 8px;
}
@media screen and (max-width: 767px) {
  .p-first__main .detail .line01 span {
    padding: 0 4px 2px 4px;
  }
}
.p-first__main .detail .line01 i.f01 {
  font-style: normal;
  font-size: clamp(2.5rem, 0.438rem + 2.29vw, 3.875rem);
  vertical-align: baseline;
  line-height: 1;
  height: 40px;
  display: inline-block;
  position: relative;
  bottom: -2px;
}
@media screen and (max-width: 767px) {
  .p-first__main .detail .line01 i.f01 {
    font-size: 22px;
  }
}
.p-first__main .detail .line01 i.f02 {
  font-style: normal;
  font-size: clamp(2.5rem, 0.438rem + 2.29vw, 3.875rem);
  vertical-align: baseline;
  line-height: 1;
  height: 40px;
  display: inline-block;
  position: relative;
  bottom: -2px;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .p-first__main .detail .line01 i.f02 {
    font-size: 22px;
  }
}
.p-first__main .detail .line01 i.f03 {
  font-style: normal;
  font-weight: 500;
  vertical-align: baseline;
}
.p-first__main .detail .line02 {
  margin-top: -10px;
  font-size: clamp(2rem, 0.5rem + 1.67vw, 3rem);
  font-weight: 700;
  line-height: 1.75;
  margin-bottom: 40px;
  font-feature-settings: "palt";
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .p-first__main .detail .line02 {
    margin-top: 5px;
    margin-bottom: 20px;
    font-size: 18px;
  }
}
@media screen and (max-width: 380px) {
  .p-first__main .detail .line02 {
    font-size: 16px;
  }
}
.p-first__main .detail .line02 .big01 {
  display: inline-block;
  height: 60px;
  font-size: clamp(3.75rem, 0.938rem + 3.13vw, 5.625rem);
  font-weight: 800;
  letter-spacing: 0;
  color: #FF3E3E;
  margin: 0 3px 0 0;
  vertical-align: baseline;
}
@media screen and (max-width: 767px) {
  .p-first__main .detail .line02 .big01 {
    height: 32px;
    font-size: 32px;
  }
}
.p-first__main .detail .line02 .big02 {
  display: inline-block;
  height: 48px;
  font-size: clamp(3rem, 1.5rem + 1.67vw, 4rem);
  font-weight: 800;
  letter-spacing: 0.05em;
  color: #FF3E3E;
  vertical-align: baseline;
}
@media screen and (max-width: 767px) {
  .p-first__main .detail .line02 .big02 {
    height: 26px;
    font-size: 26px;
  }
}
.p-first__main .detail .line02 .big03 {
  display: inline-block;
  height: 48px;
  font-size: clamp(3rem, 1.5rem + 1.67vw, 4rem);
  font-weight: 600;
  letter-spacing: 0;
  color: #FF3E3E;
  vertical-align: baseline;
}
@media screen and (max-width: 767px) {
  .p-first__main .detail .line02 .big03 {
    height: 26px;
    font-size: 26px;
  }
}
.p-first__main .detail .line02 sup {
  font-size: 12px;
  font-weight: 400;
  vertical-align: text-top;
  position: relative;
  top: -10px;
  left: -14px;
  margin-right: -20px;
}
@media screen and (max-width: 767px) {
  .p-first__main .detail .line02 sup {
    font-size: 10px;
    left: -10px;
    margin-right: -15px;
  }
}
.p-first__main .cta {
  position: relative;
  left: -10px;
  display: flex;
  gap: 0 20px;
}
@media screen and (max-width: 767px) {
  .p-first__main .cta {
    left: 0;
    gap: 0 10px;
  }
}
.p-first__main .cta a {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 270px;
  min-height: 60px;
  border-radius: 60px;
  padding: 20px 5%;
  background-color: #FF3E3E;
  color: #fff;
  font-size: clamp(1.25rem, 0.125rem + 1.25vw, 2rem);
  text-align: center;
  font-weight: 700;
  line-height: 1;
  border: 1px solid #FF3E3E;
}
@media screen and (max-width: 767px) {
  .p-first__main .cta a {
    flex: 1;
    min-width: auto;
    min-height: auto;
    height: 40px;
    padding: 10px 5px;
    font-size: 14px;
  }
}
.p-first__main .cta a:hover {
  opacity: 1;
  background-color: #fff;
  color: #FF3E3E;
}
.p-first__main .cta a.close {
  background-color: #969696;
  border-color: #969696;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .p-first__main .cta a.close {
    flex: none;
    padding: 0 20px;
  }
}
.p-first__main .card {
  position: relative;
  right: -40px;
  width: clamp(45vw, 640px, 55vw);
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .p-first__main .card {
    width: 95%;
    max-width: none;
    right: -5px;
    margin: 20px auto 0 auto;
  }
}
.p-first__main .period {
  display: flex;
  align-items: baseline;
  width: fit-content;
  margin-top: auto;
  margin-left: auto;
  padding: 10px 20px;
  background-color: #fff;
  border-radius: 60px;
  text-align: center;
  font-weight: 700;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-first__main .period {
    margin: 0 auto;
  }
}
.p-first__main .period .f01 {
  font-size: clamp(1.125rem, -0.188rem + 1.46vw, 2rem);
}
@media screen and (max-width: 767px) {
  .p-first__main .period .f01 {
    font-size: 12px;
  }
}
.p-first__main .period .f02 {
  font-size: clamp(1.5rem, 1.67vw, 2.5rem);
}
@media screen and (max-width: 767px) {
  .p-first__main .period .f02 {
    font-size: 16px;
  }
}
.p-first__main .period .f03 {
  font-size: clamp(1.125rem, -0.188rem + 1.46vw, 2rem);
  font-weight: 800;
  font-feature-settings: "palt";
}
@media screen and (max-width: 767px) {
  .p-first__main .period .f03 {
    font-size: 10px;
  }
}
.p-first__main .period .f04 {
  font-size: clamp(1.25rem, -0.25rem + 1.67vw, 2.25rem);
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-first__main .period .f04 {
    font-size: 14px;
  }
}
.p-first__main .ex {
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
  font-size: clamp(0.75rem, 0.188rem + 0.63vw, 1.125rem);
  line-height: 1;
  font-feature-settings: "palt";
}
@media screen and (max-width: 767px) {
  .p-first__main .ex {
    flex-direction: column;
    gap: 5px 0;
    margin: 20px 0;
    padding: 0 15px;
    font-size: 10px;
    line-height: 1.5;
  }
}

.p-campaign {
  background-image: url("../../../assets/img/hanamaru/camp_bg01.png");
  padding: 40px;
  min-height: 100vh;
}
@media screen and (max-width: 767px) {
  .p-campaign {
    padding: 20px 10px;
    background-size: 75%;
  }
}
.p-campaign__inner {
  background-image: url("../../../assets/img/hanamaru/camp_bg02.webp");
  background-size: 25%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 100px 40px;
}
@media screen and (max-width: 767px) {
  .p-campaign__inner {
    padding: 60px 10px;
  }
}
.p-campaign__contents {
  width: 100%;
  max-width: 960px;
  height: 50%;
}
.p-campaign__contents:not(:last-of-type) {
  padding-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .p-campaign__contents:not(:last-of-type) {
    padding-bottom: 30px;
  }
}
.p-campaign__contents.wide {
  max-width: 1180px;
}
.p-campaign__contents h2 {
  color: #FF3E3E;
  font-size: 40px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.05em;
  margin-bottom: 60px;
  font-feature-settings: "palt";
  opacity: 0;
  transform: translateY(60px);
  transition: all 0.8s ease;
}
.p-campaign__contents h2.is-visible {
  opacity: 1;
  transform: translateY(0);
}
@media screen and (max-width: 767px) {
  .p-campaign__contents h2 {
    font-size: 24px;
    margin-bottom: 30px;
  }
}
.p-campaign__contents h2.close {
  transform: translateY(0);
  opacity: 1;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .p-campaign__contents h2.close {
    margin-bottom: 20px;
  }
}
.p-campaign__contents h3.close {
  color: #000;
  font-size: 30px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .p-campaign__contents h3.close {
    font-size: 20px;
    margin-bottom: 30px;
  }
}
.p-campaign__cta {
  opacity: 0;
  transform: translateY(60px);
  transition: all 0.8s ease;
}
.p-campaign__cta.is-visible {
  opacity: 1;
  transform: translateY(0);
}
.p-campaign__cta.close {
  transform: translateY(0);
  opacity: 1;
}
.p-campaign__cta a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 80px;
  min-width: 320px;
  border-radius: 60px;
  padding: 30px 10px;
  background-color: #FF3E3E;
  color: #fff;
  font-size: 24px;
  text-align: center;
  font-weight: 700;
  line-height: 1;
  border: 1px solid #FF3E3E;
}
@media screen and (max-width: 767px) {
  .p-campaign__cta a {
    width: 100%;
    min-width: auto;
    height: 60px;
    padding: 20px 5px;
    font-size: 20px;
  }
}
.p-campaign__cta a:hover {
  opacity: 1;
  background-color: #fff;
  color: #FF3E3E;
}
.p-campaign__cta a.close {
  background-color: #969696;
  border-color: #969696;
  pointer-events: none;
}
.p-campaign__cta.cta01 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 40px;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .p-campaign__cta.cta01 {
    flex-direction: column;
    gap: 20px 0;
    padding: 0 30px;
    margin-bottom: 25px;
  }
}
.p-campaign .text_wrap {
  margin-bottom: 60px;
  opacity: 0;
  transform: translateY(60px);
  transition: all 0.8s ease;
}
.p-campaign .text_wrap.is-visible {
  opacity: 1;
  transform: translateY(0);
}
@media screen and (max-width: 767px) {
  .p-campaign .text_wrap {
    padding: 0 10px;
  }
}
.p-campaign .text_wrap .text {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.8;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-campaign .text_wrap .text {
    font-size: 16px;
    text-align: left;
    font-feature-settings: "palt";
  }
}
.p-campaign .text_wrap .text.small {
  margin-top: 20px;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .p-campaign .text_wrap .text.small {
    margin-top: 15px;
    font-size: 12px;
  }
}
.p-campaign__gift {
  position: relative;
  background-color: #fff;
  border-radius: 30px;
  padding: 30px;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .p-campaign__gift {
    margin-top: 20px;
    padding: 30px 20px 20px 20px;
  }
}
.p-campaign__gift .crown {
  position: absolute;
  top: -15px;
  left: -25px;
  width: 100px;
  height: auto;
}
.p-campaign__gift .crown.is-visible {
  animation: kodama 4s linear infinite;
}
@media screen and (max-width: 767px) {
  .p-campaign__gift .crown {
    width: 60px;
    top: -25px;
    left: -1px;
  }
}
.p-campaign__gift h3 {
  font-size: 32px;
  font-weight: 700;
  display: flex;
  align-items: baseline;
  justify-content: center;
  line-height: 1;
  margin-bottom: 30px;
  font-feature-settings: "palt";
}
@media screen and (max-width: 767px) {
  .p-campaign__gift h3 {
    flex-wrap: wrap;
    font-size: 20px;
    margin-bottom: 20px;
    line-height: 1.15;
  }
}
.p-campaign__gift h3.gift02 .spacer {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-campaign__gift h3.gift02 .spacer {
    display: block;
    width: 100%;
  }
}
.p-campaign__gift h3 .big {
  font-size: 60px;
  font-weight: 800;
  letter-spacing: 0;
  color: #FF3E3E;
  position: relative;
  bottom: -3px;
  margin: 0 3px 0 0;
}
@media screen and (max-width: 767px) {
  .p-campaign__gift h3 .big {
    height: 40px;
    font-size: 40px;
  }
}
.p-campaign__gift-01 {
  display: flex;
  align-items: center;
  gap: 0 25px;
  width: fit-content;
  margin: 0 auto;
  padding: 0 0 10px 0;
}
@media screen and (max-width: 767px) {
  .p-campaign__gift-01 {
    flex-direction: column;
    gap: 20px 0;
  }
}
.p-campaign__gift-01 .wrap {
  height: 100%;
}
.p-campaign__gift-01 .image, .p-campaign__gift-01 .detail {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 20px;
}
.p-campaign__gift-01 .image {
  opacity: 0;
  transform: translateY(60px);
  transition: all 0.8s ease;
}
.p-campaign__gift-01 .image.is-visible {
  opacity: 1;
  transform: translateY(0);
}
.p-campaign__gift-01 .image .card01 {
  width: 360px;
}
@media screen and (max-width: 767px) {
  .p-campaign__gift-01 .image .card01 {
    width: auto;
  }
}
.p-campaign__gift-01 .image .card02 {
  width: 365px;
}
@media screen and (max-width: 767px) {
  .p-campaign__gift-01 .image .card02 {
    width: auto;
  }
}
.p-campaign__gift-01 .image .plus {
  width: 50px;
  position: relative;
  top: -60px;
}
@media screen and (max-width: 767px) {
  .p-campaign__gift-01 .image .plus {
    width: 40px;
    top: auto;
  }
}
.p-campaign__gift-01 .detail {
  margin-left: -10px;
}
.p-campaign__gift-01 .detail span {
  display: block;
}
.p-campaign__gift-01 .detail .blank {
  width: 50px;
  height: 1px;
}
.p-campaign__gift-01 .detail .element {
  flex: 1;
}
.p-campaign__gift-01 .detail .line01 {
  position: relative;
  margin-top: 20px;
  text-align: center;
  overflow: hidden;
}
.p-campaign__gift-01 .detail .line01::before {
  content: "";
  left: 0;
  display: block;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
}
.p-campaign__gift-01 .detail .line01.is-visible::before {
  animation: lineAnime 0.45s forwards;
}
.p-campaign__gift-01 .detail .line01 img {
  width: auto;
  height: 26px;
}
.p-campaign__gift-01 .detail .line02 {
  margin: 20px auto 0 auto;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.05em;
  font-feature-settings: "palt";
  overflow: hidden;
  position: relative;
  transition: color 0.65s ease;
  width: fit-content;
}
@media screen and (max-width: 767px) {
  .p-campaign__gift-01 .detail .line02 {
    margin-top: 10px;
    font-size: 18px;
  }
}
.p-campaign__gift-01 .detail .line02 span::before {
  content: "";
  left: 0;
  display: block;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
}
.p-campaign__gift-01 .detail .line02 span.is-visible::before {
  animation: lineAnime 0.45s forwards;
}
.p-campaign__gift-02 {
  padding: 0 80px 10px 80px;
}
@media screen and (max-width: 767px) {
  .p-campaign__gift-02 {
    padding: 0 0 10px 0;
  }
}
.p-campaign__gift-02 .image {
  opacity: 0;
  transform: translateY(60px);
  transition: all 0.8s ease;
}
.p-campaign__gift-02 .image.is-visible {
  opacity: 1;
  transform: translateY(0);
}
.p-campaign__gift-02 .image .card03 {
  position: relative;
  left: 5px;
  width: 430px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-campaign__gift-02 .image .card03 {
    width: auto;
    left: 0;
  }
}
.p-campaign__gift-02 .detail span {
  display: block;
}
.p-campaign__gift-02 .detail .line01 {
  position: relative;
  margin-top: 20px;
  text-align: center;
  overflow: hidden;
}
.p-campaign__gift-02 .detail .line01::before {
  content: "";
  left: 0;
  display: block;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
}
.p-campaign__gift-02 .detail .line01.is-visible::before {
  animation: lineAnime 0.45s forwards;
}
.p-campaign__gift-02 .detail .line01 img {
  width: auto;
  height: 26px;
}
.p-campaign__gift-02 .detail .line02 {
  margin: 20px auto 0 auto;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.05em;
  overflow: hidden;
  position: relative;
  transition: color 0.65s ease;
  width: fit-content;
}
@media screen and (max-width: 767px) {
  .p-campaign__gift-02 .detail .line02 {
    margin-top: 10px;
    font-size: 18px;
  }
}
.p-campaign__gift-02 .detail .line02 span::before {
  content: "";
  left: 0;
  display: block;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
}
.p-campaign__gift-02 .detail .line02 span.is-visible::before {
  animation: lineAnime 0.45s forwards;
}
.p-campaign__gift-02 .detail .line03 {
  margin: 10px auto 0 auto;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.05em;
  overflow: hidden;
  position: relative;
  transition: color 0.65s ease;
  width: fit-content;
}
@media screen and (max-width: 767px) {
  .p-campaign__gift-02 .detail .line03 {
    font-size: 12px;
  }
}
.p-campaign__gift-02 .detail .line03 span::before {
  content: "";
  left: 0;
  display: block;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
}
.p-campaign__gift-02 .detail .line03 span.is-visible::before {
  animation: lineAnime 0.45s forwards;
}
.p-campaign__gift-plus {
  position: absolute;
  bottom: -60px;
  left: 50%;
  width: 80px;
  height: 80px;
  transform: translateX(-50%);
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .p-campaign__gift-plus {
    width: 60px;
    height: 60px;
    bottom: -40px;
  }
}
.p-campaign__gift sup {
  font-size: 10px;
  font-weight: 400;
  vertical-align: text-top;
}
.p-campaign__gift .ex {
  margin-top: 10px;
  font-size: 12px;
  font-feature-settings: "palt";
}
@media screen and (max-width: 767px) {
  .p-campaign__gift .ex {
    font-size: 10px;
  }
}
.p-campaign__join h3 {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 80px;
  background-color: #FF3E3E;
  color: #fff;
  font-size: 40px;
  font-weight: 700;
  text-align: center;
  line-height: 1;
  width: 100%;
  padding: 20px;
  border-radius: 10px;
  opacity: 0;
  transform: translateY(60px);
  transition: all 0.8s ease;
}
.p-campaign__join h3.is-visible {
  opacity: 1;
  transform: translateY(0);
}
@media screen and (max-width: 767px) {
  .p-campaign__join h3 {
    height: 50px;
    font-size: 24px;
    padding: 15px;
    border-radius: 8px;
  }
}
.p-campaign__join .intro_text {
  margin-top: 40px;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.05em;
  text-align: center;
  opacity: 0;
  transform: translateY(60px);
  transition: all 0.8s ease;
}
.p-campaign__join .intro_text.is-visible {
  opacity: 1;
  transform: translateY(0);
}
@media screen and (max-width: 767px) {
  .p-campaign__join .intro_text {
    margin-top: 30px;
    padding: 0 10px;
    font-size: 16px;
    text-align: left;
    font-feature-settings: "palt";
  }
}
.p-campaign__join .case {
  opacity: 0;
  transform: translateY(60px);
  transition: all 0.8s ease;
}
.p-campaign__join .case.is-visible {
  opacity: 1;
  transform: translateY(0);
}
.p-campaign__join .case h4 {
  font-size: 40px;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-campaign__join .case h4 {
    font-size: 24px;
  }
}
.p-campaign__join .case .apply {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 320px;
  height: 80px;
  border-radius: 60px;
  padding: 30px 10px;
  background-color: #FF3E3E;
  color: #fff;
  font-size: 24px;
  text-align: center;
  font-weight: 700;
  line-height: 1;
  border: 1px solid #FF3E3E;
}
@media screen and (max-width: 767px) {
  .p-campaign__join .case .apply {
    max-width: 280px;
    height: 60px;
    font-size: 20px;
  }
}
.p-campaign__join .case .apply:hover {
  opacity: 1;
  background-color: #fff;
  color: #FF3E3E;
}
.p-campaign__join .case .apply.close {
  background-color: #969696;
  border-color: #969696;
  pointer-events: none;
}
.p-campaign__join .case .step {
  display: flex;
  gap: 0 60px;
}
@media screen and (max-width: 767px) {
  .p-campaign__join .case .step {
    flex-direction: column;
    gap: 20px 0;
  }
}
.p-campaign__join .case .step .item {
  position: relative;
}
.p-campaign__join .case .step .item.item01 {
  width: 300px;
}
@media screen and (max-width: 767px) {
  .p-campaign__join .case .step .item.item01 {
    width: auto;
  }
}
.p-campaign__join .case .step .item.item01::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -41px;
  width: 20px;
  height: 24px;
  background-image: url("../../../assets/img/hanamaru/camp_step_angle.svg");
  background-size: 20px;
  background-repeat: no-repeat;
}
.p-campaign__join .case .step .item.item01 .title {
  margin-bottom: 35px;
}
@media screen and (max-width: 767px) {
  .p-campaign__join .case .step .item.item01 .title {
    margin-bottom: 20px;
  }
}
.p-campaign__join .case .step .item.item02 {
  flex: 1;
}
.p-campaign__join .case .step .head {
  display: block;
  width: 100%;
  height: 60px;
  padding: 20px 0;
  background-color: #ffd8d8;
  color: #FF3E3E;
  font-size: 28px;
  text-align: center;
  font-weight: 700;
  line-height: 1;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
}
@media screen and (max-width: 767px) {
  .p-campaign__join .case .step .head {
    height: 40px;
    padding: 10px 0;
    font-size: 22px;
    border-top-left-radius: 24px;
    border-top-right-radius: 24px;
  }
}
.p-campaign__join .case .step p {
  height: calc(100% - 60px);
  padding: 20px 20px 30px 20px;
  background-color: #fff;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
}
@media screen and (max-width: 767px) {
  .p-campaign__join .case .step p {
    border-bottom-left-radius: 24px;
    border-bottom-right-radius: 24px;
  }
}
.p-campaign__join .case .step p .title {
  display: block;
  font-size: 28px;
  font-weight: 700;
  text-align: center;
  line-height: 1;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .p-campaign__join .case .step p .title {
    font-size: 20px;
    margin-bottom: 20px;
  }
}
.p-campaign__join .case .step p .text {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .p-campaign__join .case .step p .text {
    font-size: 14px;
  }
}
.p-campaign__join .case .step p strong {
  font-style: normal;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.08em;
  background-color: #ffd8d8;
  font-feature-settings: "palt";
}
@media screen and (max-width: 767px) {
  .p-campaign__join .case .step p strong {
    font-size: 16px;
  }
}
.p-campaign__join .case .image {
  position: relative;
  width: 260px;
  margin-left: 40px;
}
@media screen and (max-width: 767px) {
  .p-campaign__join .case .image {
    width: auto;
  }
}
.p-campaign__join .case .image .image_inner {
  position: absolute;
  top: -130px;
  right: -15px;
}
@media screen and (max-width: 767px) {
  .p-campaign__join .case .image .image_inner {
    position: static;
  }
}
.p-campaign__join .case01 {
  margin-top: 60px;
  padding: 0 10px;
  display: grid;
  grid-template-columns: repeat(3, auto);
  grid-template-rows: repeat(3, auto);
}
@media screen and (max-width: 767px) {
  .p-campaign__join .case01 {
    display: flex;
    flex-direction: column;
    margin-top: 30px;
  }
}
.p-campaign__join .case01 h4 {
  margin-bottom: 60px;
  grid-column: span 3/span 3;
}
@media screen and (max-width: 767px) {
  .p-campaign__join .case01 h4 {
    margin-bottom: 30px;
  }
}
.p-campaign__join .case01 .step {
  margin-bottom: 40px;
  grid-column: span 2/span 2;
  grid-row-start: 2;
}
@media screen and (max-width: 767px) {
  .p-campaign__join .case01 .step {
    order: 2;
  }
}
.p-campaign__join .case01 .image {
  grid-column-start: 3;
  grid-row-start: 2;
}
@media screen and (max-width: 767px) {
  .p-campaign__join .case01 .image {
    order: 1;
    position: relative;
    left: 10px;
    width: 85%;
    margin: 0 auto;
  }
}
.p-campaign__join .case01 .apply {
  width: 50%;
  margin: 0 auto;
  grid-column: span 3/span 3;
  grid-row-start: 3;
}
@media screen and (max-width: 767px) {
  .p-campaign__join .case01 .apply {
    width: 100%;
    order: 3;
  }
}
.p-campaign__join .case02 {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .p-campaign__join .case02 {
    margin-top: 60px;
  }
}
.p-campaign__join .case02 p {
  margin-top: 20px;
  font-size: 20px;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-campaign__join .case02 p {
    padding: 0 10px;
    font-size: 16px;
    text-align: left;
  }
}
.p-campaign__join .case02 .apply {
  margin: 60px auto 0 auto;
}
@media screen and (max-width: 767px) {
  .p-campaign__join .case02 .apply {
    margin: 40px auto 0 auto;
  }
}

@keyframes lineAnime {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(101%);
  }
}
@keyframes kodama {
  0% {
    transform: rotate(0deg);
  }
  12% {
    transform: rotate(0deg);
  }
  13% {
    transform: rotate(10deg);
  }
  14% {
    transform: rotate(-10deg);
  }
  15% {
    transform: rotate(10deg);
  }
  16% {
    transform: rotate(-10deg);
  }
  17% {
    transform: rotate(10deg);
  }
  18% {
    transform: rotate(-10deg);
  }
  19% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
.p-overview {
  background-color: #fff;
}
.p-overview__inner {
  padding: 100px 0;
}
@media screen and (max-width: 767px) {
  .p-overview__inner {
    padding: 60px 20px;
  }
}
.p-overview__contents {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
}
.p-overview__contents:not(:last-of-type) {
  padding-bottom: 80px;
}
.p-overview__contents.wide {
  max-width: 1180px;
}
.p-overview__contents h2 {
  font-size: 40px;
  font-weight: 700;
  letter-spacing: 0.05em;
  margin-bottom: 60px;
  font-feature-settings: "palt";
}
@media screen and (max-width: 767px) {
  .p-overview__contents h2 {
    font-size: 24px;
    margin-bottom: 40px;
  }
}
.p-overview table {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-overview table tr {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
}
.p-overview table th {
  width: 260px;
  padding: 30px 0;
  font-size: 24px;
  font-weight: 700;
  text-align: left;
  vertical-align: top;
  border-top: 1px solid #D9D9D9;
}
@media screen and (max-width: 767px) {
  .p-overview table th {
    width: 100%;
    padding: 30px 0 20px 0;
    font-size: 18px;
  }
}
.p-overview table td {
  padding: 30px 0;
  font-size: 16px;
  font-weight: 500;
  text-align: left;
  line-height: 1.8;
  border-top: 1px solid #D9D9D9;
}
@media screen and (max-width: 767px) {
  .p-overview table td {
    width: 100%;
    padding: 0 0 30px 0;
    font-size: 12px;
    border-top: 0;
  }
}
.p-overview table td strong {
  font-size: 24px;
  font-weight: 700;
  font-feature-settings: "palt";
}
@media screen and (max-width: 767px) {
  .p-overview table td strong {
    font-size: 18px;
  }
}
.p-overview table td.gift p:not(:last-of-type) {
  margin-bottom: 30px;
}
.p-overview table td.gift p:last-of-type {
  margin-bottom: 20px;
}
.p-overview table td.gift sup {
  font-size: 10px;
  vertical-align: text-top;
}
.p-overview table td.gift .ex {
  display: block;
  font-size: 12px;
  line-height: 1.8;
  font-weight: 400;
  font-feature-settings: "palt";
  text-indent: -2.1em;
  padding-left: 2.1em;
}
@media screen and (max-width: 767px) {
  .p-overview table td.gift .ex {
    text-indent: -1em;
    padding-left: 1em;
  }
}
.p-overview table td.howto p:not(:last-of-type) {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .p-overview table td.rule {
    padding-bottom: 0;
  }
}
.p-overview table td.rule p:not(:last-of-type) {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .p-overview table td.rule p:not(:last-of-type) {
    margin-bottom: 30px;
  }
}
.p-overview table a.link {
  color: #FF3E3E;
  text-decoration: underline;
}
.p-overview summary {
  display: block;
}
.p-overview summary::-webkit-details-marker {
  display: none;
}
.p-overview .summary_inner {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: fit-content;
  margin: 40px 0;
  padding: 20px 75px 20px 30px;
  border: 1px solid #000;
  border-radius: 80px;
  font-size: 18px;
  line-height: 1;
  cursor: pointer;
  transition: all 0.3s ease;
}
@media screen and (max-width: 767px) {
  .p-overview .summary_inner {
    height: 40px;
    margin: 30px 0;
    padding: 10px 60px 10px 30px;
    font-size: 14px;
  }
}
.p-overview .summary_inner:hover {
  border-color: #aaa;
  transition: all 0.3s ease;
}
.p-overview .summary_inner::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 35px;
  width: 10px;
  height: 15px;
  background-image: url("../../../assets/img/hanamaru/angle_blk.svg");
  background-size: 10px;
  background-repeat: no-repeat;
  transform: rotate(0deg) translateY(-25%);
}
@media screen and (max-width: 767px) {
  .p-overview .summary_inner::after {
    right: 30px;
    width: 8px;
    height: 12px;
    background-size: 8px;
  }
}
.p-overview .wrap {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .p-overview .wrap {
    margin-bottom: 20px;
  }
}
.p-overview .wrap.last {
  margin-bottom: 0;
}
.p-overview .wrap_ex {
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .p-overview .wrap_ex {
    margin-bottom: 10px;
  }
}
.p-overview ul {
  list-style-type: none;
  padding-left: 25px;
}
@media screen and (max-width: 767px) {
  .p-overview ul {
    padding-left: 15px;
  }
}
.p-overview ul.other {
  margin: 5px 0;
  list-style-type: none;
}
.p-overview ul.other li {
  position: relative;
  padding: 0 0 0.25em 15px;
}
.p-overview ul.other li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 15px;
  width: 5px;
  height: 1px;
  background-color: #000;
}
@media screen and (max-width: 767px) {
  .p-overview ul.other li::before {
    top: 10px;
  }
}
.p-overview li {
  position: relative;
  padding: 0 0 0.25em 0;
}
.p-overview li::before {
  content: "";
  position: absolute;
  left: -15px;
  top: 15px;
  width: 4px;
  height: 4px;
  background-color: #000;
  border-radius: 60px;
  display: block;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .p-overview li::before {
    top: 12px;
    left: -10px;
    width: 3px;
    height: 3px;
  }
}
.p-overview details.is-opened .summary_inner::after {
  transform: rotate(-180deg) translateY(65%);
}
.p-overview .content {
  overflow: hidden;
  background-color: #fff;
}
.p-info {
  padding: 100px 0 40px 0;
  background-image: url("../../../assets/img/hanamaru/info_bg1.webp"), url("../../../assets/img/hanamaru/info_bg2.webp");
  background-repeat: no-repeat, no-repeat;
  background-size: 1500px, 820px;
  background-position: 0% 0%, 100% 100%;
  background-color: #F2EFFF;
}
@media screen and (max-width: 767px) {
  .p-info {
    padding: 60px 20px;
    background-size: 255%, 200%;
    background-position: 0% 0%, 75% 100%;
  }
}
.p-info__inner {
  max-width: 1180px;
  margin: 0 auto;
}
.p-info__contents {
  display: flex;
  gap: 0 40px;
  opacity: 0;
  transform: translateY(60px);
  transition: all 0.8s ease;
}
.p-info__contents.is-visible {
  opacity: 1;
  transform: translateY(0);
}
@media screen and (max-width: 767px) {
  .p-info__contents {
    flex-direction: column;
  }
}
.p-info__contents h2 {
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.8;
  font-feature-settings: "palt";
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .p-info__contents h2 {
    font-size: 18px;
    margin-bottom: 15px;
  }
}
.p-info__contents h2 sup {
  font-size: 10px;
  vertical-align: text-top;
}
.p-info__contents p {
  margin: 20px 0;
  font-weight: 500;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .p-info__contents p {
    margin: 15px 0;
  }
}
.p-info__contents p:not(:last-of-type) {
  margin-bottom: 38px;
}
@media screen and (max-width: 767px) {
  .p-info__contents p:not(:last-of-type) {
    margin-bottom: 30px;
  }
}
.p-info__contents p.ex {
  display: block;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.8;
  font-feature-settings: "palt";
}
.p-info__contents p.ex span {
  display: inline-block;
}
.p-info__contents p.ex span:not(:last-of-type) {
  margin-bottom: 10px;
}
.p-info__contents p sup {
  font-size: 10px;
  vertical-align: text-top;
}
.p-info__contents a.link {
  color: #FF3E3E;
  text-decoration: underline;
}
.p-info__contents a.ex_link {
  color: #000;
  text-decoration: underline;
  word-break: break-word;
}
.p-info__contents.udemy {
  align-items: center;
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .p-info__contents.udemy {
    margin-bottom: 40px;
  }
}
.p-info__contents.udemy .video {
  width: 450px;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .p-info__contents.udemy .video {
    width: 100%;
  }
}
.p-info__contents.udemy .video a {
  display: block;
}
.p-info__contents.udemy .detail {
  flex: 1;
}
@media screen and (max-width: 767px) {
  .p-info__contents.udemy .detail {
    margin-top: 20px;
  }
}
.p-info__contents.akapen {
  flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  .p-info__contents.akapen {
    flex-direction: column;
  }
}
.p-info__contents.akapen .image {
  display: flex;
  flex-direction: column;
  gap: 30px 0;
  width: 450px;
}
@media screen and (max-width: 767px) {
  .p-info__contents.akapen .image {
    width: 100%;
  }
}
.p-info__contents.akapen .detail {
  flex: 1;
}
@media screen and (max-width: 767px) {
  .p-info__contents.akapen .detail {
    margin-top: 20px;
  }
}

.x_link {
  color: #000;
  text-decoration: underline;
}