@charset "UTF-8";
.h-sp,
.h-tb {
  display: none;
}
.custom.halloween {
  overflow: hidden;
}

.custom.halloween .c-pink{
  color: var(--summer-pink);
}

.custom.halloween .c-blue{
  color: #3F90D1;
}

.custom.halloween .c-navy{
  color: var(--summer-navy);
}

#folderNav{
  display: none;
}

.collection-type-page:not(.hide-page-sidebar) #folderNav+#content{
  width: 100%;
}

.custom.halloween *,
.custom.halloween :before,
.custom.halloween :after {
  box-sizing: content-box;
}

.custom.halloween .l-header *,
.custom.halloween .l-header__drawer *,
.custom.halloween .c-footer__member {
  box-sizing: border-box;
}

.custom.halloween .c-button__side,
.custom.halloween .c-pagetop {
  display: none;
}

.custom.halloween .outfit {
  font-family: var(--font-en);
}

@media screen and (max-width:1023px){
  .h-tb {
    display: block;
  }
}

@media screen and (max-width: 819px){
  .custom.halloween .l-header__nav-button-lists {
    display: none;
  }
  .custom.halloween .l-header__drawer .l-header__nav-button-lists {
    display: grid;
  }
  .custom.halloween .l-footer {
    padding-bottom: 125px;
  }
}

@media screen and (max-width:750px){
  .h-sp{
    display: block;
  }
  .h-pc{
    display: none;
  }
}



/* sec01 */
.custom.halloween .sec01{
  position: relative;
  background: linear-gradient(to bottom, #F99324 0%,#FFEE1C 200%);
}
.custom.halloween .sec01 .fv-body {
  overflow: hidden;
}
.custom.halloween .sec01 .fv-inner {
  position: relative;
  max-width: 1040px;
  margin: 0 auto;
  padding-block: 32px 107px;
  padding-inline: 20px;
}
.custom.halloween .sec01 .fv-content {
  width: 100%;
  box-sizing: border-box;
  position: relative;
  margin-top: 8px;
}
.custom.halloween .sec01 .fv-content > *:not(.fv-image):not(.fv-target) {
  position: relative;
  z-index: 1;
}
.custom.halloween .sec01 .fv-ttl{
  max-width: 968px;
  margin: 0 auto;
  position: relative;
  width: 100%;
}
.custom.halloween .sec01 .fv-ttl::before,
.custom.halloween .sec01 .fv-ttl::after {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  position: absolute;
}
.custom.halloween .sec01 .fv-ttl::before {
  aspect-ratio: 97/105;
  background-image: url(../../images/lp/halloween/h1-treat01.png);
  bottom: -74px;
  left: calc(320 / 968 * 100%);
  width: calc(97 / 968 * 100%);
}
.custom.halloween .sec01 .fv-ttl::after {
  aspect-ratio: 138/64;
  background-image: url(../../images/lp/halloween/h1-treat02.png);
  bottom: 42px;
  right: calc(-99 / 968 * 100%);
  width: calc(138 / 968 * 100%);
}
.custom.halloween .sec01 .fv-ttl-image{
  display: block;
  height: auto;
  width: 100%;
}
.custom.halloween .sec01 .fv-text-date {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  gap: 0;
  width: fit-content;
}
.custom.halloween .sec01 .fv-text-date-balloon {
  width: 190px;
  box-sizing: border-box;
  font-size: 23px;
  line-height: calc(38/32);
  text-align: center;
  color: #fff;
  background-color: var(--halloween-purple);
  border-radius: 12px;
  padding-block: 2px;
  position: relative;
  margin-bottom: 15px;
}
.custom.halloween .sec01 .fv-text-date-balloon:after {
  bottom: 3px;
  content: "";
  display: block;
  width: 20px;
  height: 16px;
  background-color: var(--halloween-purple);
  clip-path: polygon(0 0, 50% 100%, 100% 0);
  position: absolute;
  right: 66px;
  transform: translateY(100%);
}
.custom.halloween .sec01 .fv-text-date-balloon .lh {
  letter-spacing: -0.15em;
}
.custom.halloween .sec01 .fv-text-date-balloon .roboto {
  font-size: 32px;
}
.custom.halloween .sec01 .fv-text-date-wrap {
  align-items: flex-end;
  display: flex;
  gap: 10px;
}
.custom.halloween .sec01 .fv-text-date-wrap + .fv-text-date-wrap {
  margin-top: 14px;
}
.custom.halloween .sec01 .fv-text-date-area {
  background-color: #fff;
  border-radius: 9px;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 1.5;
  padding-block: 6px;
  text-align: center;
  width: 87px;
}
.custom.halloween .sec01 .fv-text-date-num img {
  display: block;
  height: auto;
}
.custom.halloween .sec01 .fv-text-wrap {
  margin-top: 34px;
}
.custom.halloween .sec01 .fv-text {
  display: flex;
  flex-wrap: wrap;
  gap: 16px 86px;
}
.custom.halloween .sec01 .fv-text01 {
  color: var(--halloween-purple);
  font-size: 32px;
  letter-spacing: 0.02em;
  line-height: 1;
  width: 100%;
}
.custom.halloween .sec01 .fv-text02,
.custom.halloween .sec01 .fv-text03 {
  width: fit-content;
  white-space: nowrap;
  font-size: 54px;
  line-height: 1;
  box-sizing: border-box;
  text-align: center;
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
  padding-block: 12px;
  border-radius: 8px;
}
.custom.halloween .sec01 .fv-text02 {
  letter-spacing: 0.02em;
  color: #ffffff;
  background-color: var(--summer-pink);
  text-align: center;
  padding-inline: 12px;
  position: relative;
}
.custom.halloween .sec01 .fv-text02::after {
  content:"";
  display: block;
  width: 54px;
  aspect-ratio: 1/1;
  background-image: url(../../images/lp/halloween/fv-text-plus.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  right: -16px;
  transform: translate(100%,-50%);
}
.custom.halloween .sec01 .fv-text03 {
  min-width: 478px;
  background-color: #ffffff;
  color: var(--halloween-purple);
  letter-spacing: -0.02em;
  padding-inline: 12px;
}
.custom.halloween .sec01 .fv-text03 .h-min {
  font-size: 32px;
}
.custom.halloween .sec01 .fv-target{
  display: none;
}
.custom.halloween .sec01 .fv-image {
  display: block;
  width: 1008px;
  margin-left: auto;
  overflow: hidden;
  line-height: 1;
  position: absolute;
  bottom: -107px;
  right: -399px;
}
.custom.halloween .sec01 .fv-image img {
  width: 100%;
  height:auto;
}

.custom.halloween .sec01 .fv-detail {
  width: fit-content;
  min-width: 800px;
  margin-inline: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  background-color: var(--summer-yellow);
  padding-block: 16px;
  position: absolute;
  left: 50%;
  bottom: -56px;
  transform: translateX(-50%);
}
.custom.halloween .sec01 .fv-detail-main-text {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2px;
  color: var(--halloween-purple);
  letter-spacing: 0.02em;
  line-height: 1.2;
}
.custom.halloween .sec01 .fv-detail-main-text .text01 {
  font-size: 28px;
}
.custom.halloween .sec01 .fv-detail-main-text .text02 {
  font-size: 36px;
  color: var(--summer-pink);
}
.custom.halloween .sec01 .fv-detail-main-text .dot {
  display: inline-block;
  position: relative;
}
.custom.halloween .sec01 .fv-detail-main-text .dot:before {
  content: "";
  display: block;
  width: 100%;
  height: 5px;
  background-image: radial-gradient(circle at center, var(--summer-pink) 14%, transparent 14%);
  background-position: top right;
  background-repeat: repeat-x;
  background-size: 0.95em 5px;
  position: absolute;
  top: -1.5px;
  left: 0px;
}
.custom.halloween .sec01 .fv-detail-yellow-balloon {
  margin-left: 12px;
  width: 278px;
  font-size: 32px;
  line-height: 1;
  text-align: center;
  color: #fff;
  background-color: var(--summer-pink);
  border-radius: 4px;
  padding-block: 18px;
  position: relative;
}
.custom.halloween .sec01 .fv-detail-yellow-balloon:after {
  content: "";
  display: block;
  width: 16px;
  height: 18px;
  background-color: var(--summer-pink);
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
  position: absolute;
  top: 50%;
  right: 1px;
  transform: translate(100%,-50%);
}
.custom.halloween .sec01 .fv-detail-yellow-balloon .roboto {
  font-size: 42px;
}
.custom.halloween .sec01 .fv-detail-price {
  margin-left: 32px;
  width: fit-content;
  color: var(--halloween-purple);
  font-size: 48px;
  letter-spacing: 0.02em;
  line-height: 1;
  text-align: center;
  position: relative;
  z-index: 1;
}
.custom.halloween .sec01 .fv-detail-price:after {
  content: "";
  display: block;
  width: calc(100% - 1px);
  height: 8px;
  background-color: #fff;
  position: absolute;
  left: 3px;
  bottom: 9px;
  z-index: -1;
}
.custom.halloween .sec01 .fv-detail-price .roboto {
  font-size: 80px;
}
.custom.halloween .sec01 .fv-detail-price .tax {
  font-size: 18px;
}


@media screen and (max-width:1440px){
  .custom.halloween .sec01 .fv-content {
    position: relative;
  }
}
@media screen and (max-width:1280px){
  .custom.halloween .sec01 .fv-inner {
    max-width: 81.25%;
    min-width: 720px;
    padding-block: 2.5vw 8.36vw;
  }
  .custom.halloween .sec01 .fv-ttl {
    max-width: 75.63vw;
  }
  .custom.halloween .sec01 .fv-ttl::before {
    bottom: -5.78vw;
  }
  .custom.halloween .sec01 .fv-ttl::after {
    bottom: 3.28vw;
  }
  .custom.halloween .sec01 .fv-ttl img {
    height: auto;
  }
  .custom.halloween .sec01 .fv-content {
    margin-top: 0.63vw;
  }
  .custom.halloween .sec01 .fv-text-date {
    /* gap: 2.19vw; */
  }
  .custom.halloween .sec01 .fv-text-date-balloon {
    width: max(124px,14.84vw);
    font-size: max(16px,1.8vw);
    border-radius: 0.94vw;
    padding-block: 0.16vw;
    margin-bottom: 1.17vw;
  }
  .custom.halloween .sec01 .fv-text-date-balloon:after {
    height: 1.25vw;
    right: 5.16vw;
    width: 1.56vw;
  }
  .custom.halloween .sec01 .fv-text-date-balloon .roboto {
    font-size: max(24px,2.5vw);
  }
  .custom.halloween .sec01 .fv-text-date-wrap {
    gap: max(7px,0.78vw);
  }
  .custom.halloween .sec01 .fv-text-date-wrap + .fv-text-date-wrap {
    margin-top: max(10px,1.09vw);
  }
  .custom.halloween .sec01 .fv-text-date-area {
    border-radius: 0.7vw;
    font-size: max(12px,1.25vw);
    padding-block: 0.47vw;
    width: max(60px,6.8vw);
  }
  .custom.halloween .sec01 .fv-text-date-num {
    /* width: 28.13vw; */
  }
  .custom.halloween .sec01 .fv-text-wrap {
    margin-top: 1.88vw;
  }
  .custom.halloween .sec01 .fv-text {
    gap: 1.25vw 6.72vw;
  }
  .custom.halloween .sec01 .fv-text01 {
    font-size: 2.5vw;
  }
  .custom.halloween .sec01 .fv-text02,
  .custom.halloween .sec01 .fv-text03 {
    font-size: 4.22vw;
    padding-block: 0.94vw;
    border-radius: 0.63vw;
  }
  .custom.halloween .sec01 .fv-text02 {
    padding-inline: 0.94vw;
  }
  .custom.halloween .sec01 .fv-text02::after {
    width: 4.22vw;
    right: -1.25vw;
  }
  .custom.halloween .sec01 .fv-text03 {
    min-width: 37.34vw;
    padding-inline: 0.94vw;
  }
  .custom.halloween .sec01 .fv-text03 .h-min {
    font-size: 2.5vw;
  }
  .custom.halloween .sec01 .fv-image {
    width: 78.75vw;
    bottom: -8.36vw;
    right: -29.61vw;
    min-width: 640px;
  }


  .custom.halloween .sec01 .fv-detail {
    min-width: 62.5vw;
    border-radius: 0.63vw;
    padding-block: 1.25vw;
    bottom: -4.38vw;
  }
  .custom.halloween .sec01 .fv-detail-main-text {
    gap: 0.16vw;
  }
  .custom.halloween .sec01 .fv-detail-main-text .text01 {
    font-size: 2.19vw;
  }
  .custom.halloween .sec01 .fv-detail-main-text .text02 {
    font-size: 2.81vw;
  }
  .custom.halloween .sec01 .fv-detail-main-text .dot:before {
    height: 0.39vw;
    background-size: 0.95em 0.39vw;
    top: -0.12vw;
  }
  .custom.halloween .sec01 .fv-detail-yellow-balloon {
    margin-left: 0.94vw;
    width: 21.72vw;
    font-size: 2.5vw;
    border-radius: 0.31vw;
    padding-block: 1.41vw;
  }
  .custom.halloween .sec01 .fv-detail-yellow-balloon:after {
    width: 1.25vw;
    height: 1.41vw;
  }
  .custom.halloween .sec01 .fv-detail-yellow-balloon .roboto {
    font-size: 3.28vw;
  }
  .custom.halloween .sec01 .fv-detail-price {
    margin-left: 2.5vw;
    font-size: 3.75vw;
  }
  .custom.halloween .sec01 .fv-detail-price:after {
    height: 0.63vw;
    left: 0.23vw;
    bottom: 0.94vw;
  }
  .custom.halloween .sec01 .fv-detail-price .roboto {
    font-size: 6.25vw;
  }
  .custom.halloween .sec01 .fv-detail-price .tax {
    font-size: 1.41vw;
  }
}
@media screen and (max-width:767px){
  .custom.halloween .sec01 .fv-inner {
    max-width: 100%;
    min-width: auto;
    padding-inline: 0;
    padding-block: 15px 0;
  }
  .custom.halloween .sec01 .fv-content {
    max-width: 600px;
    margin-inline: auto;
    padding: 0;
    position: relative;
  }
  .custom.halloween .sec01 .fv-ttl {
    width: calc((350 / 390) * 100%);
    max-width: 550px;
    margin-inline: auto;
    margin-bottom: 0;
  }
  .custom.halloween .sec01 .fv-ttl::before {
    display: none;
  }
  .custom.halloween .sec01 .fv-ttl::after {
    aspect-ratio: 62/112;
    background-image: url(../../images/lp/halloween/h1-treat_sp.png);
    bottom: -5px;
    right: -10px;
    transform: translateY(100%);
    width: 62px;
  }
  .custom.halloween .sec01 .fv-ttl + * {
    margin-top: min(1.03vw,12px);
  }
  .custom.halloween .sec01 .fv-text-date {
    box-sizing: border-box;
    margin-inline: auto;
    padding-left: min(16.92vw,100px);
    position: relative;
    width: calc(100% - 40px);
  }
  .custom.halloween .sec01 .fv-text-date-balloon {
    font-size: min(3.33vw,18px);
    left: 0;
    padding-block: min(2.31vw,11px) min(2.56vw,12px);
    position: absolute;
    line-height: 1.2;
    top: 50%;
    transform: translateY(-50%);
    width: min(13.85vw,89px);
  }
  .custom.halloween .sec01 .fv-text-date-balloon .roboto {
    font-size: min(4.1vw,26px);
  }
  .custom.halloween .sec01 .fv-text-date-balloon::after {
    bottom: auto;
    clip-path: polygon(0 0, 0 100%, 100% 50%);
    height: min(2.82vw,11px);
    left: auto;
    right: 2px;
    top: 50%;
    transform: translate(100%,-50%);
    width: min(2.31vw,9px);
  }
  .custom.halloween .sec01 .fv-text-date-wrap {
    align-items: center;
    gap: min(1.67vw,12px);
  }
  .custom.halloween .sec01 .fv-text-date-wrap + .fv-text-date-wrap {
    margin-top: min(1.28vw,10px);
  }
  .custom.halloween .sec01 .fv-text-date-area {
    font-size: min(3.33vw,16px);
    line-height: calc(17/13);
    padding-block: min(0.51vw,5px);
    width: min(15.13vw,80px);
  }
  .custom.halloween .sec01 .fv-text-date-num img {
    height: min(7.03vw,46px);
    width: fit-content;
    /* width: min(49.87vw,287px); */
  }
  .custom.halloween .sec01 .fv-text-wrap {
    position: absolute !important;
    left: 20px;
    bottom: 13px;
    margin-top: 0;
    max-width: 80%;
  }
  .custom.halloween .sec01 .fv-text {
    gap: min(2.05vw,12px);
  }
  .custom.halloween .sec01 .fv-text01,
  .custom.halloween .sec01 .fv-text01 .small {
    position: relative;
    z-index: 1;
  }
  .custom.halloween .sec01 .fv-text01::before,
  .custom.halloween .sec01 .fv-text01 .small::before {
    content: attr(data-text);
    position: absolute;
    left: 0;
    top: 0;
    color: #fff;
    -webkit-text-stroke: 4px #fff;
    text-stroke: 4px #fff;
    z-index: -1;
  }
  .custom.halloween .sec01 .fv-text01 {
    font-size: min(3.85vw,42px);
  }
  .custom.halloween .sec01 .fv-text01 .small {
    display: inline-block;
    font-size: min(3.33vw,18px);
    line-height: 1;
  }
  .custom.halloween .sec01 .fv-text02,
  .custom.halloween .sec01 .fv-text03 {
    font-size: min(7.18vw,36px);
    border-radius: 4px;
    padding-block: min(1.54vw,8px);
  }
  .custom.halloween .sec01 .fv-text02 {
    padding-inline: min(1.64vw,8.5px) min(5.9vw,30px);
  }
  .custom.halloween .sec01 .fv-text02::after {
    right: max(-20px,-3.59vw);
    transform: translateY(-50%);
    width: min(7.36vw,34px);
  }
  .custom.halloween .sec01 .fv-text03 .h-min {
    font-size: min(4.8vw,23px);
  }
  .custom.halloween .sec01 .fv-image {
    width: 100vw;
    height: auto;
    position: relative;
    bottom: auto;
    top: auto;
    right: auto;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 0;
    margin-top: -3px;
    min-width: auto;
  }
  .custom.halloween .sec01 .fv-image img {
    height: auto;
  }

  .custom.halloween .sec01 .fv-detail {
    width: 100%;
    bottom: auto;
    left: auto;
    position: relative;
    transform: none;
    flex-wrap: wrap;
    gap: min(1.54vw,10px) 0;
    padding-block: min(3.08vw,20px) min(1.79vw,12px);
  }
  .custom.halloween .sec01 .fv-detail-main {
    width: 100%;
  }
  .custom.halloween .sec01 .fv-detail-main-text {
    width: fit-content;
    margin-inline: auto;
    flex-direction: row;
    align-items: flex-end;
    gap: 0;
    justify-content: center;
    position: relative;
  }
  .custom.halloween .sec01 .fv-detail-main-text::before,
  .custom.halloween .sec01 .fv-detail-main-text::after {
    content: "";
    display: block;
    width: min(3.2vw,16px);
    aspect-ratio: 12/20;
    background-image: url(../../images/lp/halloween/fv-main-text-line_sp.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: contain;
    position: absolute;
    bottom: 0;
  }
  .custom.halloween .sec01 .fv-detail-main-text::before {
    left: max(-8px,-2.13vw);
    transform: translateX(-100%);
  }
  .custom.halloween .sec01 .fv-detail-main-text::after {
    right: 0;
    transform: translateX(100%) scale(-1,1);
  }
  .custom.halloween .sec01 .fv-detail-main-text .text01 {
    font-size: min(4.62vw,24px);
  }
  .custom.halloween .sec01 .fv-detail-main-text .text02 {
    font-size: min(6.15vw,32px);
    line-height: calc(29/24);
  }
  .custom.halloween .sec01 .fv-detail-main-text .dot:before {
    height: 4px;
    background-size: 0.95em 4px;
    top: -3px;
  }
  .custom.halloween .sec01 .fv-detail-yellow-balloon {
    margin-left: 0;
    width: min(31.28vw,140px);
    font-size: min(4.8vw,24px);
    line-height: 1.1;
    border-radius: min(2.13vw,10.5px);
    padding-block: min(2.13vw,10.5px);
  }
  .custom.halloween .sec01 .fv-detail-yellow-balloon:after {
    width: min(4.1vw,21px);
    height: min(6.15vw,32px);
    right: min(2.05vw,10px);
  }
  .custom.halloween .sec01 .fv-detail-yellow-balloon .roboto {
    font-size: min(5.33vw,26px);
  }
  .custom.halloween .sec01 .fv-detail-price {
    margin-left: min(5.13vw,28px);
    font-size: min(6.67vw,32px);
  }
  .custom.halloween .sec01 .fv-detail-price:after {
    height: min(2.05vw,12px);
    left: 0;
    bottom: min(1.54vw,8px);
  }
  .custom.halloween .sec01 .fv-detail-price .roboto {
    font-size: min(14.36vw,64px);
    line-height: 1;
  }
  .custom.halloween .sec01 .fv-detail-price .tax {
    font-size: min(4.1vw,24px);
  }

}


/* SEC02 */
.custom.halloween .sec02{
  background-color: #ffffff;
  text-align: center;
  overflow: hidden;
}
.custom.halloween .sec02 .sec-inner {
  max-width: 1440px;
  padding-block: 139px 168px;
  padding-inline: 40px;
  margin: 0 auto;
  box-sizing: border-box;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 24px 28px;
  position: relative;
}
.custom.halloween .sec02 .sec-inner::before,
.custom.halloween .sec02 .sec-inner::after {
  content: "";
  flex: 1;
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.custom.halloween .sec02 .sec-inner::before {
  margin-top: 61px;
  aspect-ratio: 354/294;
  border-radius: 24px;
  background-image: url(../../images/lp/halloween/sec02-image01.jpg);
  max-width: 354px;
}
.custom.halloween .sec02 .sec-inner::after {
  aspect-ratio: 326/373;
  background-image: url(../../images/lp/halloween/sec02-image02.png);
  margin-left: auto;
  max-width: 326px;
}
.custom.halloween .sec02-textbox_top {
  padding-top: 21px;
  width: fit-content;
  min-width: 596px;
  position: relative;
}
/* .custom.halloween .sec02-textbox_top::before,
.custom.halloween .sec02-textbox_top::after {
  content: "";
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  filter: drop-shadow(0px 0px 6px rgba(51, 81, 136, 0.4));
  position: absolute;
} */
/* .custom.halloween .sec02-textbox_top::before {
  background-image: url(https://images.squarespace-cdn.com/content/5273768be4b0a406b9079d44/81720705-8eb0-4269-8fa0-747713883d61/sec02-card.png?content-type=image%2Fpng);
  width: 121px;
  height: 80px;
  top: 56px;
  left: -32px;
  transform: translateX(-100%);
} */
.custom.halloween .sec02-textbox_top::after {
  aspect-ratio: 120/80;
  background: url(../../images/lp/halloween/sec02-card.png) 50% / contain no-repeat;
  bottom: -16px;
  content: "";
  display: inline-block;
  /* filter: drop-shadow(0px 0px 6px rgba(51, 81, 136, 0.4)); */
  left: 50%;
  position: absolute;
  transform: translate(-50%,100%);
  width: 120px;
}
.custom.halloween .sec02-textbox_top + * {
  margin-top: 32px;
}
.custom.halloween .sec02-text{
  color: var(--halloween-purple);
  font-size: 32px;
  letter-spacing: 0.02em;
  line-height: 1;
  display: flex;
  align-items: center;
}
.custom.halloween .sec02-text .box{
  font-size: 32px;
  color: #ffffff;
  border-radius: 4px;
  background-color: var(--summer-navy);
  padding-block: 8px;
  padding-inline: 16px;
  margin-right: 12px;
}
.custom.halloween .sec02-text .h-min {
  font-size: 28px;
}
.custom.halloween .sec02-text + * {
  margin-top: 24px;
}
.custom.halloween .sec02-treat {
  display: none;
}
.custom.halloween .sec02-treat + * {
  margin-top: 24px;
}
.custom.halloween .sec02-text02{
  font-size: 20px;
  letter-spacing: 0.02em;
  line-height: 1.7;
}
.custom.halloween .sec02-text02 + * {
  margin-top: 24px;
}
.custom.halloween .sec02-text03{
  font-size: 24px;
  line-height: 1;
}
.custom.halloween .sec02-text03 + * {
  margin-top: 24px;
}
.custom.halloween .sec02-arrow{
  display: block;
  width: 80px;
  margin-inline: auto;

}
.custom.halloween .sec02-arrow img{
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
.custom.halloween .sec02-arrow + *{
  margin-top: 32px;
}
.custom.halloween .sec02-text04 {
  width: fit-content;
  margin-inline: auto;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.custom.halloween .sec02-text04_text01{
  font-size: 24px;
  letter-spacing: 0.02em;
  line-height: 1.7;
}
.custom.halloween .sec02-text04_text02{
  display: inline;
  color: var(--summer-pink);
  font-size: 32px;
  letter-spacing: 0.02em;
  line-height: 1;
  padding-bottom: 8px;
  background: linear-gradient(to top,var(--summer-yellow) 0%,var(--summer-yellow) 8px,transparent 8px,transparent 100%);
}
.custom.halloween .custom.sec02+.cta::before{
  display: none;
}

@media screen and (max-width:1140px){
  .custom.halloween .sec02 .sec-inner::before,
  .custom.halloween .sec02 .sec-inner::after {
    position: absolute;
    width: 23%;
  }
  .custom.halloween .sec02 .sec-inner::before {
    margin-top: 0;
    top: 42%;
    left: 20px;
  }
  .custom.halloween .sec02 .sec-inner::after {
    top: 35%;
    right: 20px;
  }
}
@media screen and (max-width:1023px){
  .custom.halloween .sec02 .sec-inner {
    align-items: center;
    flex-direction: column-reverse;
    padding-block: 100px;
  }
  .custom.halloween .sec02 .sec-inner::before {
    width: 90%;
    aspect-ratio: 299/205;
    background-size: cover;
    position: static;
  }
  .custom.halloween .sec02 .sec-inner::after{
    display: none;
  }
  .custom.halloween .sec02-treat {
    display: block;
    width: 276px;
    margin-inline: auto;
  }
  .custom.halloween .sec02-textbox_top::after {
    display: none;
  }
}
@media screen and (max-width:767px){
  .custom.halloween .sec02 .sec-inner {
    padding-block: 48px 54px;
    padding-inline: 0;
  }
  .custom.halloween .sec02 .sec-inner::before {
    background-image: url(../../images/lp/halloween/sec02-image01_sp.jpg);
    max-width: 100%;
    width: calc((299 / 390) * 100%);
  }
  .custom.halloween .sec02-textbox_top {
    padding-top: 0;
    min-width: 100%;
  }
  .custom.halloween .sec02-text{
    max-width: 370px;
    margin-inline: auto;
    flex-wrap: wrap;
    justify-content: center;
    gap: 4px 8px;
    font-size: 26px;
    line-height: 1.5;
  }
  .custom.halloween .sec02-text .box {
    margin-right: 0;
    font-size: 28px;
    padding-block: 1px;
    width: max-content;
  }
  .custom.halloween .sec02-text .h-min {
    font-size: 26px;
  }
  .custom.halloween .sec02-text02{
    padding-bottom: 40px;
  }
  .custom.halloween .sec02-text03{
    display: inline;
    line-height: 1.5;
  }
  .custom.halloween .sec02-text03 + * {
    margin-top: 16px;
  }
  .custom.halloween .sec02-arrow + * {
    margin-top: 16px;
  }
  .custom.halloween .sec02-text04 {
    display: inline-block;
  }
  .custom.halloween .sec02-text04_text01{
    display: block;
    margin-bottom: 6px;
  }
  .custom.halloween .sec02-text04_text02{
    line-height: 1.5;
    padding-bottom: 0;
    background: linear-gradient(to top,transparent 0%,transparent 6px,var(--summer-yellow) 6px, var(--summer-yellow) 18px,transparent 18px,transparent 100%);
  }
  .custom.halloween .sec02-treat {
    width: 290px;
  }
}



/* sec04 */
.custom.halloween .sec04{
  background-color: #ffffff;
  padding: 0 0 88px;
  overflow: hidden;
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.custom.halloween .sec04::before{
  display: none;
}
.custom.halloween .sec04::after{
  content: "";
  display: block;
  width: 100vw;
  height: 255px;
  background: linear-gradient(to top, #F99324 0%,#FFEE1C 200%);
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
.custom.halloween .halloween-sec04-ttlWrap {
  padding-inline: 20px;
  position: relative;
  z-index: 1;
}
.custom.halloween .halloween-sec04-ttlWrap::before {
  content: "";
  display: block;
  width: 100vw;
  height: 100%;
  background: linear-gradient(to bottom, #F99324 0%,#FFEE1C 200%);
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
.custom.halloween .halloween-sec04-ttlInner{
  max-width: 800px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  padding-top: 80px;
}
.custom.halloween .halloween-sec04-ttl {
  width: fit-content;
  margin-inline: auto;
  margin-bottom: 0;
  position: relative;
  z-index: 2;
}
.custom.halloween .halloween-sec04-ttl img{
  width: 100%;
  max-width: 744px;
}
.custom.halloween .halloween-sec04-ttl-text{
  color: var(--halloween-purple);
  font-size: 20px;
  letter-spacing: 0.02em;
  line-height: 1.5;
  text-align: center;
  position: relative;
  z-index: 2;
}
.custom.halloween .halloween-sec04-ttl-image {
  display: block;
  margin: 32px auto 0;
  line-height: 1;
  position: relative;
}
.custom.halloween .halloween-sec04-ttl-image::before{
  content: "";
  width: 100vw;
  min-width: 1440px;
  height: 865px;
  background-image: url(../../images/lp/halloween/sec04-bg.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
  position: absolute;
  top: 336px;
  left: 50%;
  transform: translateX(-50%) scale(1,-1);
  z-index: 2;
}
.custom.halloween .halloween-sec04-ttl-image::after {
  content: "";
  display: block;
  width: calc((1196 / 800) * 100%);
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-image: url(../../images/lp/halloween/sec04-grad.webp);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  z-index: 1;
}
.custom.halloween .halloween-sec04-ttl-image img {
  position: relative;
  z-index: 2;
  display: block;
  width: 100%;
  height: auto;
}
.custom.halloween .halloween-sec04-body {
  padding-top: 120px;
  padding-inline: 20px;
  position: relative;
  z-index: 1;
  background: linear-gradient(to bottom, transparent 0%, transparent 600px, var(--halloween-light-yellow) 600px, var(--halloween-light-yellow) calc(100% - 600px), transparent calc(100% - 600px), transparent 100%);
}
.custom.halloween .halloween-sec04-body::after {
  content: "";
  width: 100%;
  min-width: 1440px;
  height: 865px;
  background-image: url(../../images/lp/halloween/sec04-bg.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
  position: absolute;
  left: 50%;
  bottom: 117px;
  z-index: -1;
  transform: translateX(-50%);
}
.custom.halloween .halloween-sec04-nav-text {
  font-size: 20px;
  letter-spacing: 0.02em;
  line-height: 1.5;
  text-align: center;
}
.custom.halloween .halloween-sec04-nav {
  margin-block: 40px 0;
  padding: 0;
  display: flex;
  justify-content: center;
  gap: 24px 48px;
}
.custom.halloween .halloween-sec04-nav-item {
  list-style: none;
  width: 45%;
  max-width: 328px;
}
.custom.halloween .halloween-sec04-nav-item a {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 24px;
  line-height: 1.5;
  text-align: center;
  border: 2px solid;
  background-color: #ffffff;
  border-radius: 4px;
  box-sizing: border-box;
  padding-block: 10px;
  transition: .3s;
  position: relative;
}
.custom.halloween .halloween-sec04-nav-item a:hover {
  transform: translateY(6px);
}
.custom.halloween .halloween-sec04-nav-item.little a {
  border-color: var(--halloween-orange);
  color: var(--halloween-orange);box-shadow: 0px 6px 0px 0px rgba(214, 123, 66, 1);
}
.custom.halloween .halloween-sec04-nav-item.little a:hover {
  color: #ffffff;
  background-color: var(--halloween-orange);box-shadow: 0px 0px 0px 0px rgba(214, 123, 66, 1);
}
.custom.halloween .halloween-sec04-nav-item.kids a {
  border-color: var(--summer-pink);
  color: var(--summer-pink);
  box-shadow: 0px 6px 0px 0px rgba(214, 66, 110, 1);
}
.custom.halloween .halloween-sec04-nav-item.kids a:hover {
  color: #ffffff;
  background-color: var(--summer-pink);
  box-shadow: 0px 0px 0px 0px rgba(214, 66, 110, 1);
}
.custom.halloween .halloween-sec04-nav-item a::after {
  content: "";
  display: block;
  aspect-ratio: 22/12;
  width: 22px;
  mask-image: url(https://images.squarespace-cdn.com/content/5273768be4b0a406b9079d44/c5e14c02-6f65-4d2c-860a-a2ad48f179fd/icon_nav.png?content-type=image%2Fpng);
  mask-position: center;
  mask-repeat: no-repeat;
  mask-size: contain;
  transition: .3s;
  position: absolute;
  top: 50%;
  right: 23px;
  transform: translateY(-50%);
}
.custom.halloween .halloween-sec04-nav-item.little a:hover::after {
  background-color: #ffffff;
}
.custom.halloween .halloween-sec04-nav-item.little a::after {
  background-color: var(--halloween-orange);
}
.custom.halloween .halloween-sec04-nav-item.kids a:hover::after {
  background-color: #ffffff;
}
.custom.halloween .halloween-sec04-nav-item.kids a::after {
  background-color: var(--summer-pink);
}
.custom.halloween .halloween-sec04-nav-item a .sm {
  margin-top: -3px;
  font-size: 16px;
}
.custom.halloween .sec04-contents{
  max-width: 960px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  padding: 0 20px 80px;
}
.custom.halloween .sec04-contents::after{
  content: "";
  width: 100%;
  height: calc(100% - 32px);
  background-color: #ffffff;
  box-shadow: 0px 0px 24px 0px rgba(237, 98, 22, 0.1);
  position: absolute;
  top: 32px;
  left: 0;
  z-index: -1;
}
.custom.halloween .sec04-contents + .sec04-contents {
  margin-top: 20px;
}
.custom.halloween .sec04-contents-ttl{
  width: 100%;
  max-width: 600px;
  margin-inline: auto;
  border-radius: 4px;
  padding-block: 8px;
  text-align: center;
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  color: #ffffff;
  box-shadow: 1px 1px 10px 3px rgba(63, 144, 209,0.15);
}
.custom.halloween .sec04-contents-little .sec04-contents-ttl {
  background-color: var(--halloween-orange);
}
.custom.halloween .sec04-contents-kids .sec04-contents-ttl {
  background-color: var(--summer-pink);
}
.custom.halloween .sec04-contents-ttl .en{
  margin-top: -5px;
  letter-spacing: 0.2em;
  font-size: 20px;
  line-height: 1.5;
}
.custom.halloween .sec04-contents-ttl .jp{
  display: block;
  font-size: 32px;
  letter-spacing: 0.02em;
  line-height: 1.5;
  color: #ffffff;
  margin: 0;
}
.custom.halloween .sec04-contents-sub-ttl{
  font-size: 32px;
  letter-spacing: 0.02em;
  line-height: 1.5;
  text-align: center;
  margin-block: 56px 0;
}
.custom.halloween .sec04-contents-little .sec04-contents-sub-ttl {
  color: var(--halloween-orange);
}
.custom.halloween .sec04-contents-kids .sec04-contents-sub-ttl {
  color: var(--summer-pink);
}
.custom.halloween .sec04-lessons{
  max-width: 800px;
  margin: 56px auto 0;
  background-color: #fff;
  border-radius: 6px;
  box-shadow: 1px 1px 13px 4px rgba(213, 203, 186,0.4);
  padding-bottom: 24px;
}
.custom.halloween .sec04-contents-little .sec04-lessons {
  background-color: var(--halloween-light-yellow);
}
.custom.halloween .sec04-contents-kids .sec04-lessons {
  background-color: var(--halloween-pearl-pink);
}
.custom.halloween .sec04-lessons-ttl {
  color: var(--halloween-purple);
  background-color: var(--summer-yellow);
  text-align: center;
  border-radius: 6px 6px 0 0;
  line-height: 44px;
  position: relative;
  font-size: 24px;
  letter-spacing: 0.02em;
  line-height: 1.5;
  padding-block: 7px 8px;
}
.custom.halloween .sec04-lessons-ttl .lg {
  font-size: 32px;
}
.custom.halloween .sec04-lessons-ttl::after{
  content: "";
  display: inline-block;
  width: 21px;
  height: 18px;
  background-color: var(--summer-yellow);
  clip-path: polygon(100% 0, 0 0, 50% 100%);
  position: absolute;
  bottom: 1px;
  left: 50%;
  transform: translate(-50%,100%);
}
.custom.halloween .sec04-lessons-picwrap {
  display: block;
  margin: 24px auto  0;
}
.custom.halloween .sec04-contents-little .sec04-lessons-picwrap {
  max-width: 718px;
}
.custom.halloween .sec04-contents-kids .sec04-lessons-picwrap {
  max-width: 688px;
}
.custom.halloween .sec04-lessons-picwrap img{
  width: 100%;
  height: auto;
}
.custom.halloween .sec04-lessons-picwrap .sp{
  display: none;
}
.custom.halloween .sec04-lessons-picwrap .pc{
  display: block;
}
.custom.halloween .sec04-galleryWrap {
  margin: 40px auto 0;
  max-width: 800px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 32px;
}
.custom.halloween .sec04-gallery {
  width: calc((368 / 800) * 100%);
}
.custom.halloween .sec04-gallery-image {
  display: block;
  border-radius: 4px;
  overflow: hidden;
  line-height: 1;
}
.custom.halloween .sec04-gallery-image img{
  width: 100%;
  height: auto;
  display: block;
}
.custom.halloween .sec04-galleryBox {
  flex: 1;
  max-width: 368px;
}
.custom.halloween .sec04-gallery-text01 {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  gap: 8px;
  font-size: 32px;
  letter-spacing: 0.02em;
  line-height: 1;
  color: var(--halloween-purple);
}
.custom.halloween .sec04-gallery-text01 .box {
  font-size: 40px;
  background-color: var(--summer-yellow);
  border-radius: 8px;
  padding: 12px;
}
.custom.halloween .sec04-gallery-text01 .plus {
  width: 48px;
}
.custom.halloween .sec04-gallery-text01 .plus img {
  display: block;
  width: 100%;
  height: auto;
}
.custom.halloween .sec04-gallery-text01 span:last-child {
  margin-top: 8px;
}
.custom.halloween .sec04-gallery-text{
  margin-top: 16px;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.7;
}
.custom.halloween .sec04-lesson-detail{
  border-radius: 8px;
  padding: 64px 20px;
  max-width: 760px;
  margin: 56px auto 0;
  text-align: center;
  box-shadow: 1px 1px 13px rgba(213, 203, 186, 0.4);
}
.custom.halloween .sec04-contents-little .sec04-lesson-detail {
  background-color: var(--halloween-light-yellow);
}
.custom.halloween .sec04-contents-kids .sec04-lesson-detail {
  background-color: var(--halloween-pearl-pink);
}
.custom.halloween .sec04-lesson-detail .dl{
  max-width: 520px;
  margin: 0 auto;
}
.custom.halloween .sec04-lesson-detail-item.--term h3 + * {
  margin-top: 26px;
}
.custom.halloween .sec04-lesson-detail-item.--term .text {
  line-height: 1.7;
}
.custom.halloween .sec04-lesson-detail-item.--term .text .jp {
  font-size: 14px;
}
.custom.halloween .sec04-lesson-detail-item.--term .text .jp .roboto {
  font-size: 16px;
}
.custom.halloween .sec04-lesson-detail-item.--term .text .roboto {
  font-size: 18px;
}
.custom.halloween .sec04-lesson-detail-item.--term .text .roboto + .roboto {
  margin-left: 7px;
}
.custom.halloween .sec04-lesson-detail-item.--term .text + .text {
  margin-top: 12px;
}
.custom.halloween .sec04-lesson-detail-item.--price p.text {
  display: flex;
  flex-direction: column;
}
.custom.halloween .sec04-lesson-detail-item .c-blue {
  color: var(--summer-blue);
}
.custom.halloween .sec04-lesson-detail-item h3{
  color: #fff;
  font-size: 18px;
  line-height: 1.5;
  height: 40px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
}
.custom.halloween .sec04-contents-little .sec04-lesson-detail-item h3 {
  background-color: var(--halloween-orange);
}
.custom.halloween .sec04-contents-kids .sec04-lesson-detail-item h3 {
  background-color: var(--summer-pink);
}
.custom.halloween .sec04-lesson-detail-item h3 + * {
  margin-top: 16px;
}
.custom.halloween .sec04-lesson-detail-ttl {
  font-size: 18px;
  line-height: 1.5;
  color: var(--summer-pink);
  text-align: center;
  margin: 0;
}
.custom.halloween .sec04-contents-little .sec04-lesson-detail-ttl {
  color: var(--halloween-orange);
}
.custom.halloween .sec04-contents-kids .sec04-lesson-detail-ttl {
  color: var(--summer-pink);
}
.custom.halloween .sec04-lesson-detail-ttl.--border {
  border-top: 1px solid;
  padding-top: 10px;
  margin-top: 16px;
}
.custom.halloween .sec04-contents-little .sec04-lesson-detail-ttl.--border {
  border-color: var(--halloween-orange);
}
.custom.halloween .sec04-contents-kids .sec04-lesson-detail-ttl.--border {
  border-color: var(--summer-pink);
}
.custom.halloween .sec04-lesson-detail-ttl + .text {
  margin-top: 7px;
}
.custom.halloween .sec04-lesson-detail-ttl + .sec04-lesson-detail-date {
  margin-top: 5px;
}
.custom.halloween .sec04-lesson-detail-date {
  max-width: 480px;
  padding: 0;
  margin: 0 auto;
}
.custom.halloween .sec04-lesson-detail-date-item {
  margin-top: 6px;
  display: flex;
  align-items: center;
  gap: 8px;
  justify-content: center;
}
.custom.halloween .sec04-lesson-detail-date-item + .sec04-lesson-detail-date-item {
  margin-top: 0;
}
.custom.halloween .sec04-lesson-detail-date-item .num {
  font-size: 22px;
  letter-spacing: 0.02em;
  line-height: 1.7;
  text-align: left;
}
.custom.halloween .sec04-lesson-detail-date-item .num .c-blue {
  font-size: 24px;
}
.custom.halloween .sec04-lesson-detail-date-item .num .roboto {
  font-size: 28px;
}
.custom.halloween .sec04-lesson-detail-date-item .memo {
  width: 78px;
  font-size: 14px;
  letter-spacing: 0.02em;
  line-height: calc(20/14);
  color: var(--summer-navy);
  border: 1px solid var(--summer-navy);
  background-color: #ffffff;
  padding: 5px 0;
  border-radius: 20px;
}
.custom.halloween .sec04-lesson-detail-date-item .tags {
  flex: 1;
  max-width: 172px;
  display: flex;
  gap: 8px;
}
.custom.halloween .sec04-lesson-detail-date-item .tags .hamadayama,
.custom.halloween .sec04-lesson-detail-date-item .tags .higashi {
  width: 50%;
  max-width: 82px;
  font-size: 13px;
  letter-spacing: 0.02em;
  line-height: 1;
  border-radius: 100px;
  color: #fff;
  padding-block: 6px 5px;
}
.custom.halloween .sec04-lesson-detail-date-item .tags .hamadayama {
  background-color: var(--summer-navy);
}
.custom.halloween .sec04-lesson-detail-date-item .tags .higashi {
  background-color: var(--summer-mint-green);
}
.custom.halloween .sec04-lesson-detail-item .text {
  font-size: 18px;
  letter-spacing: 0.02em;
  line-height: calc(34/18);
}
.custom.halloween .sec04-lesson-detail-item .text .roboto {
  font-size: 20px;
  letter-spacing: 0.02em;
  line-height: 1.7;
}
.custom.halloween .sec04-lesson-detail-item .text .sm {
  font-size: 14px;
}
.custom.halloween .sec04-lesson-detail-item .text .sm .roboto {
  font-size: 16px;
}
.custom.halloween .sec04-lesson-detail-item .text .price {
  font-size: 18px;
}
.custom.halloween .sec04-lesson-detail-item .text .price .roboto {
  font-size: 28px;
}
.custom.halloween .sec04-lesson-detail-item .text .price .sm {
  font-size: 14px;
}
.custom.halloween .sec04-lesson-detail-item + .sec04-lesson-detail-item{
  margin-top: 48px;
}
.custom.halloween .sec04-lesson-detail-text{
  font-size: 18px;
  color: var(--summer-pink-text);
  margin-bottom: 5px;
  margin-top: 24px;
}
.custom.halloween .sec04-lesson-detail-deadline{
  margin-top: 16px;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1.5;
  color: var(--summer-pink);
  margin-top: 16px!important;
}
.custom.halloween .sec04-contents-little .sec04-lesson-detail-deadline{
  color: var(--halloween-orange);
}
.custom.halloween .sec04-bottom{
  margin-top: 56px;
  position: relative;
}
.custom.halloween .sec04-bottom-ttlWrap{
  display: flex;
  justify-content: center;
  align-items: center;
}
.custom.halloween .sec04-bottom-ttl{
  font-size: 24px;
  letter-spacing: 0.02em;
  line-height: 1.7;
  position: relative;
  padding: 0 69px;
  text-align: center;
}
.custom.halloween .sec04-bottom-ttl::before{
  content: "";
  display: inline-block;
  width: 56px;
  height: 89px;
  mask-image: url(../../images/lp/halloween/sec04-pic-left.png);
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
  background-color: var(--summer-light-pink);
  position: absolute;
  left: 0;
  top: 0;
}
.custom.halloween .sec04-bottom-ttl::after{
  content: "";
  display: inline-block;
  width: 56px;
  height: 89px;
  mask-image: url(../../images/lp/halloween/sec04-pic-right.png);
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
  background-color: var(--summer-light-pink);
  position: absolute;
  right: 0;
  top: 0;
}
.custom.halloween .sec04-bottom-ttl span.black{
  font-size: 32px;
  display: inline-block;
  padding-bottom: 8px;
  line-height: 1;
}
.custom.halloween .sec04-bottom-ttl .c-pink{
  color: var(--summer-pink);
  background: linear-gradient(transparent 60%, #fff 60%);
}
.custom.halloween .sec04-bottom-pic{
  border-radius: 4px;
  overflow: hidden;
  max-width: 720px;
  margin: 56px auto 0;
  width: 100%;
}
.custom.halloween .sec04-bottom-pic img{
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
@media screen and (min-width:1920px){
  .custom.halloween .halloween-sec04-ttlWrap::before {
    height: 44vw;
  }
  .custom.halloween .sec04::after {
    height: 14vw;
  }
}
@media screen and (min-width:1440px){
  .custom.halloween .sec04::after {
    height: 17.71vw;
  }
}
.custom.halloween .halloween-sec04-pic {
  display: none;
}
@media screen and (max-width:1023px){
  .custom.halloween .halloween-sec04-pic{
    display: block;
    width: 400px;
    height: 400px;
    box-sizing: border-box;
    border-radius: 50%;
    border: 8px solid #fff;
    margin: 0px 0px 0px auto;
    overflow: hidden;
  }
  .custom.halloween .halloween-sec04-pic img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    vertical-align: bottom;
  }
}
.sec04-lessons-arrow{
  display: none;
}
@media screen and (max-width:767px){
  .custom.halloween .sec04 {
    padding-bottom: 60px;
  }
  .custom.halloween .sec04::after {
    height: 263px;
  }
  .custom.halloween .halloween-sec04-ttlWrap::before {
    height: 122.67vw;
  }
  .custom.halloween .halloween-sec04-ttlInner {
    padding-block: 40px 54px;
    display: flex;
    flex-direction: column;
  }
  .custom.halloween .halloween-sec04-ttl {
    max-width: 325px;
    order: 1;
  }
  .custom.halloween .halloween-sec04-ttl img {
    height: auto;
  }
  .custom.halloween .halloween-sec04-ttl-text {
    order: 3;
    font-size: 16px;
    line-height: 1.7;
    margin-top: 16px;
  }
  .custom.halloween .halloween-sec04-ttl-image {
    order: 2;
    margin-top: 24px;
  }
  .custom.halloween .halloween-sec04-ttl-image::before {
    min-width: 100%;
    height: 323px;
    background-image: url(../../images/lp/halloween/sec04-bg_sp.svg);
    top: auto;
    bottom: -139px;
    transform: translate(-50%,100%) scale(1,-1);
  }
  .custom.halloween .halloween-sec04-ttl-image::after {
    width: calc((426 / 335) * 100%);
  }
  .custom.halloween .halloween-sec04-body {
    padding-top : 21px;
    background: linear-gradient(to bottom, transparent 0%, transparent 220px, var(--halloween-light-yellow) 220px, var(--halloween-light-yellow) calc(100% - 220px), transparent calc(100% - 220px), transparent 100%);
  }
  .custom.halloween .halloween-sec04-body::after {
    background-image: url(../../images/lp/halloween/sec04-bg_sp.svg);
    min-width: 100%;
    height: 323px;
    bottom: 35px;
  }
  .custom.halloween .halloween-sec04-nav-text {
    font-size: 16px;
    line-height: 1.7;
  }
  .custom.halloween .halloween-sec04-nav {
    flex-direction: column;
    align-items: center;
    padding-inline: 18px;
  }
  .custom.halloween .halloween-sec04-nav-item {
    width: 100%;
  }
  .custom.halloween .halloween-sec04-nav-item a {
    padding-block: 9px;
  }
  .custom.halloween .halloween-sec04-nav-item.little a {
    box-shadow: 0px 4px 0px 0px rgba(214, 123, 66, 1);
  }
  .custom.halloween .halloween-sec04-nav-item.kids a {
    box-shadow: 0px 4px 0px 0px rgba(214, 66, 110, 1);
  }
  .custom.halloween .halloween-sec04-nav-item a::after {
    right: 15px;
  }
  .custom.halloween .sec04-contents {
    padding-block: 0 28px;
    padding-inline: 18px;
  }
  .custom.halloween .sec04-contents::after {
    top: 12px;
    height: calc(100% - 12px);
  }
  .custom.halloween .sec04-contents + .sec04-contents {
    margin-top: 10px;
  }
  .custom.halloween .sec04-contents-ttl {
    max-width: 299px;
    border-radius: 8px;
    padding-block: 8px;
  }
  .custom.halloween .sec04-contents-ttl .en {
    font-size: 16px;
  }
  .custom.halloween .sec04-contents-ttl .jp {
    font-size: 24px;
  }
  .custom.halloween .sec04-contents-sub-ttl {
    margin-top: 40px;
    font-size: 24px;
  }
  .custom.halloween .sec04-lessons {
    margin-top: 40px;
    padding-bottom: 16px;
    box-shadow: none;
  }
  .custom.halloween .sec04-lessons-ttl {
    font-size: 18px;
    line-height: 1.3;
    padding-block: 5px;
    border-radius: 0;
  }
  .custom.halloween .sec04-lessons-ttl::after {
    width: 28px;
    height: 24px;
  }
  .custom.halloween .sec04-lessons-ttl .lg {
    font-size: 20px;
  }
  .custom.halloween .sec04-lessons-picwrap {
    margin-top: 32px;
    max-width: 200px;
  }
  .custom.halloween .sec04-contents-little .sec04-lessons-picwrap {
    width: calc((272 / 314) * 100%);
  }
  .custom.halloween .sec04-contents-kids .sec04-lessons-picwrap {
    width: calc((239 / 299) * 100%);
  }
  .custom.halloween .sec04-galleryWrap {
    flex-direction: column-reverse;
    align-items: center;
    gap: 0;
  }
  .custom.halloween .sec04-gallery {
    width: 100%;
    max-width: 600px;
  }
  .custom.halloween .sec04-gallery-image {
    aspect-ratio: 299/240;
  }
  .custom.halloween .sec04-gallery-image img {
    height: 100%;
    object-fit: cover;
  }
  .custom.halloween .sec04-gallery-text01 {
    margin: -16px auto 0;
    max-width: 289px;
    position: relative;
    z-index: 1;
    justify-content: center;
    gap: 8px 0;
    font-size: 24px;
    line-height: 1;
  }
  .custom.halloween .sec04-gallery-text01 span:last-child {
    margin-top: 0;
  }
  .custom.halloween .sec04-gallery-text01 .box {
    font-size: 24px;
    padding: 8px;
  }
  .custom.halloween .sec04-gallery-text01 .plus {
    width: 28px;
    margin-left: 4px;
  }
  .custom.halloween .sec04-gallery-text01 .plus + * {
    margin-left: 4px;
  }
  .custom.halloween .sec04-gallery-text {
    margin-top: 32px;
    text-align: justify;
  }

  .custom.halloween .sec04-lesson-detail {
    margin-top: 40px;
    padding-block: 32px;
  }
  .custom.halloween .sec04-lesson-detail-date {
    max-width: 207px;
  }
  .custom.halloween .sec04-lesson-detail-date-item {
    gap: 4px;
    margin-top: 12px;
  }
  .custom.halloween .sec04-lesson-detail-date-item + .sec04-lesson-detail-date-item {
    margin-top: 2px;
  }
  .custom.halloween .sec04-lesson-detail-date-item .num {
    font-size: 14px;
  }
  .custom.halloween .sec04-lesson-detail-date-item .num .roboto {
    font-size: 20px;
  }
  .custom.halloween .sec04-lesson-detail-date-item .num .c-blue {
    font-size: 20px;
  }
  .custom.halloween .sec04-lesson-detail-date-item .memo {
    border-radius: 4px;
    font-size: 13px;
    width: 62px;
  }
  .custom.halloween .sec04-lesson-detail-date-item .tags {
    max-width: 162px;
    margin-left: 24px;
  }
  .custom.halloween .sec04-lesson-detail-date-item .tags .hamadayama,
  .custom.halloween .sec04-lesson-detail-date-item .tags .higashi {
    max-width: 77px;
    font-size: 12px;
    padding-block: 4px 3px;
  }
  .custom.halloween .sec04-lesson-detail-item.--term h3 + * {
    margin-top: 24px;
  }
  .custom.halloween .sec04-lesson-detail-item.--term .text {
    margin-inline: auto;
    text-align: left;
    width: fit-content;
  }
  .custom.halloween .sec04-lesson-detail-item.--term .text + .text {
    margin-top: 16px;
  }
  .custom.halloween .sec04-lesson-detail-item.--term .text .roboto + .roboto {
    margin-left: 0;
  }
  .custom.halloween .sec04-lesson-detail-item.--term .text .roboto:nth-child(2) {
    margin-left: 1.2em;
  }
  .custom.halloween .sec04-lesson-detail-item.--price .text {
    font-size: 16px;
    line-height: 1.1;
  }
  .custom.halloween .sec04-lesson-detail-item.--price .text .roboto {
    font-size: 18px;
    line-height: 1.7;
  }
  .custom.halloween .sec04-lesson-detail-item.--price .price .roboto {
    font-size: 28px;
    line-height: 1.5;
  }
  .custom.halloween .sec04-lesson-detail-item + .sec04-lesson-detail-item {
    margin-top: 32px;
  }
  .custom.halloween .sec04-lesson-detail-ttl {
    line-height: 1;
  }
  .custom.halloween .sec04-lesson-detail-ttl.--border {
    padding-top: 16px;
  }
  .custom.halloween .sec04-lesson-detail-ttl + .text {
    margin-top: 12px;
  }
  .custom.halloween .sec04-lesson-detail-deadline {
    margin-inline: auto;
    font-size: 16px;
    text-align: left;
    width: fit-content;
  }

  .custom.halloween .sec04-bottom {
    margin-top: 48px;
    padding-inline: 18px;
  }
  .custom.halloween .sec04-bottom-ttl {
    padding: 0;
    line-height: 1.5;
  }
  .custom.halloween .sec04-bottom-ttl::before {
    transform: rotate(44deg);
    width: 42px;
    top: 55px;
    height: 70px;
    left: -8px;
  }
  .custom.halloween .sec04-bottom-ttl::after {
    transform: rotate(-44deg);
    width: 42px;
    top: 56px;
    height: 70px;
    right: -9px;
  }
  .custom.halloween .sec04-bottom-ttl .h-pb {
    padding-bottom: 16px;
    display: inline-block;
  }
  .custom.halloween .sec04-bottom-ttl span.black {
    display: inline;
    background: linear-gradient(transparent 58%, #fff 58%);
    font-size: 28px;
    line-height: 1.5;
    padding-bottom: 3px;
  }
  .custom.halloween .sec04-bottom-ttl .c-pink {
    background: none;
  }
  .custom.halloween .sec04-bottom-pic{
    margin-top: 40px;
  }
}



/* sec06 */
.custom.halloween .sec06{
  background-color: var(--class-ttl-blue);
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.custom.halloween .sec06::before{
  content: "";
  display: block;
  width: 100%;
  height: calc(100% - 157px - 305px);
  background-color: var(--spring-bg-beige);
  border-radius: 26.39vw 26.39vw 0 0;
  position: absolute;
  top: 157px;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}

.custom.halloween .sec06-inner {
  max-width: 1440px;
  padding: 80px 20px 0;
  box-sizing: border-box;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}
.custom.halloween .sec06-inner::before,
.custom.halloween .sec06-inner::after {
  content: "";
  display: block;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 64px;
}

.custom.halloween .sec06-inner::before {
  width: min(11.39vw,164px);
  aspect-ratio: 164/226;
  background-image: url(../../images/lp/spring/sec06-bg-treat_left.png);
  left: min(5.56vw,80px);
}

.custom.halloween .sec06-inner::after {
  width: min(11.81vw,170px);
  aspect-ratio: 170/136;
  background-image: url(../../images/lp/spring/sec06-bg-treat_right.png);
  right: min(5.56vw,80px);
}

.custom.halloween .sec06-ttl {
  width: 90%;
  max-width: 994px;
  margin-inline: auto;
  background-color: #fff;
  border: 3px solid var(--class-ttl-blue);
  border-radius: 100px;
  text-align: center;
  padding-block: 27px;
}

.custom.halloween .sec06-ttl .en{
  color: var(--hi-class_oyako2);
  display: block;
  font-size: 16px;
  text-transform: capitalize;
  line-height: 1;
  letter-spacing: 0.2em;
}
.custom.halloween .sec06-ttl .jp {
  color: var(--class-ttl-blue);
  font-size: 48px;
  line-height: 1.5;
  letter-spacing: 0.02em;
  margin-block: 4px 0;
}
.custom.halloween .sec06-contents{
  max-width: 1000px;
  margin: 64px auto 0;
  position: relative;
}
.custom.halloween .sec06-contents-text {
  color: var(--spring-navy);
  font-size: 32px;
  letter-spacing: 0.02em;
  line-height: 1.7;
  text-align: center;
  margin: 0;
}
.custom.halloween .sec06-contents-text .c-pink {
  background: linear-gradient(transparent 50%, #fff 50%, #fff 90%, transparent 90%, transparent 100%);
}
.custom.halloween .sec06-contents-text02{
  font-size: 20px;
  line-height: 1.7;
  text-align: center;
  width: fit-content;
  margin: 22px auto 0;
  position: relative;
}
.custom.halloween .sec06-contents-text02 .line-yellow{
  background: linear-gradient(transparent 0%, var(--summer-yellow) 0%);
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;
}
.custom.halloween .sec06-contents-text02 .c-blue{
  color: #4684E8;
}
.custom.halloween .sec06-contents-pic {
  width: 608px;
  margin-top: 16px;
  margin-left: auto;
  margin-right: auto;
}
.custom.halloween .sec06-contents-pic.sp {
  display: none;
}
.custom.halloween .sec06-contents-pic img {
  width: 100%;
}
.custom.halloween .sec06-contents-pic.pc + * {
  margin-top: 80px;
}
.custom.halloween .sec06-try-ttl {
  text-align: center;
}
.custom.halloween .sec06-try-ttl-en {
  color: #D9E7FD;
  font-size: 100px;
  font-weight: 900;
  letter-spacing: 0.05em;
  line-height: 1.5;
  text-transform: uppercase;

}
.custom.halloween .sec06-try-ttl-jp {
  font-size: 24px;
  letter-spacing: 0.02em;
  line-height: 1.5;
  color: var(--spring-navy);
}
.custom.halloween .sec06-try-ttl + * {
  margin-top: 24px;
}
.custom.halloween .sec06-try-text01,
.custom.halloween .sec06-try-text02 {
  letter-spacing: 0.02em;
  line-height: 1.7;
  text-align: center;
}
.custom.halloween .sec06-try-text01 {
  font-size: 16px;
}
.custom.halloween .sec06-try-text01 + * {
  margin-top: 16px;
}
.custom.halloween .sec06-try-text02 {
  font-size: 18px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
}
.custom.halloween .sec06-try-text02 .text01{
  background-color: var(--summer-pink);
  border-radius: 4px;
  color: #fff;
  font-size: 22px;
  letter-spacing: 0.02em;
  line-height: calc(34/22);
  width: fit-content;
}
.custom.halloween .sec06-try-text02 .text02{
  width: 100%;
}

.custom.halloween .sec06-lesson-feature{
  max-width: 1000px;
  margin: 116px auto 0;
  box-sizing: border-box;
  border: 5px solid #fff;
  border-radius: 24px;
  padding: 67px 75px 75px;
  position: relative;
  z-index: 2;
}
.custom.halloween .sec06-lesson-feature-ttl-wrap{
  align-items: center;
  background-color: #fff;
  border-radius: 100px;
  color: var(--spring-navy);
  display: flex;
  gap: 4px 16px;
  justify-content: center;
  left: 50%;
  margin-inline: auto;
  padding: 10px 32px;
  position: absolute;
  top: -34px;
  transform: translateX(-50%);
  width: max-content;
}
.custom.halloween .sec06-lesson-feature-ttl{
  font-size: 32px;
  letter-spacing: 0.02em;
  line-height: 1.5;
}
.custom.halloween .sec06-lesson-feature-ttl-text{
  font-size: 16px;
  letter-spacing: 0.02em;
}
.custom.halloween .sec06-lesson-feature-ttl-text .outfit{
  font-size: 18px;
}
.custom.halloween .sec06-lesson-feature-text {
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  line-height: 1.7;
}
.custom.halloween .sec06-lesson-feature-text .c-navy,
.custom.halloween .sec06-lesson-feature-text .c-pink{
  font-weight: 700;
}
.custom.halloween .sec06-lesson-feature-text .c-blue{
  color: var(--summer-blue);
}
.custom.halloween .sec06-lesson-feature-text .line-yellow {
  background: linear-gradient(transparent 0%, var(--summer-yellow) 0%);
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;
}
.custom.halloween .sec06-lesson-feature-text + * {
  margin-top: 40px;
}
.custom.halloween .sec06-feature-item{
  box-sizing: border-box;
  background-color: #ffffff;
  padding: 0px 44px;
  /* box-shadow: 1px 1px 13px 4px rgba(128, 128, 128, 0.13); */
  border-radius: 32px;
  display: flex;
  align-items: flex-end;
  gap: 16px 32px;
}
.custom.halloween .sec06-feature-item:nth-child(even) {
  flex-direction: row-reverse;
}
.custom.halloween .sec06-feature-item + .sec06-feature-item{
  margin-top: 48px;
}
.custom.halloween .sec06-feature-box{
  width: calc((352 / 752) * 100%);
  padding-top: 20px;
  padding-bottom: 25px;
}
.custom.halloween .sec06-feature-item-ttl{
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  font-size: 20px;
  letter-spacing: 0.02em;
  line-height: 1.5;
  margin: 0;
  position: relative;
}
.custom.halloween .sec06-feature-item-ttl + * {
  margin-top: 18px;
}
.custom.halloween .sec06-feature-item-ttl .en{
  display: flex;
  align-items: center;
  gap: 15px;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1;
  text-transform: uppercase;
}
.custom.halloween .sec06-feature-item-ttl .en .num{
  font-size: 34px;
  letter-spacing: 0.04em;
}
.custom.halloween .sec06-feature-item-ttl .title {
  clip-path: polygon(calc((15 / 335) * 100%) 0%, 100% 0%, calc(100% - ((15 / 335) * 100%)) 100%, 0% 100%);
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: calc(36/18);
  margin-left: auto;
  margin-right: auto;
  max-width: 335px;
  text-align: center;
  width: 100%;
}
.custom.halloween .sec06-feature-item:nth-child(1) .sec06-feature-item-ttl .title {
  background-color: var(--feature-pink);
}
.custom.halloween .sec06-feature-item:nth-child(2) .sec06-feature-item-ttl .title {
  background-color: var(--class-ttl-blue);
}
.custom.halloween .sec06-feature-item:nth-child(3) .sec06-feature-item-ttl .title {
  background-color: var(--feature-orange);
}
.custom.halloween .sec06-feature-item:nth-child(4) .sec06-feature-item-ttl .title {
  background-color: var(--feature-green);
}
.custom.halloween .sec06-feature-box-lead {
  font-size: 22px;
  letter-spacing: 0;
  line-height: 1.6;
  text-align: center;
}

.custom.halloween .sec06-feature-item:nth-child(1) .sec06-feature-item-ttl .en,
.custom.halloween .sec06-feature-item:nth-child(1) .sec06-feature-box-lead{
  color: var(--feature-pink);
}

.custom.halloween .sec06-feature-item:nth-child(2) .sec06-feature-item-ttl .en,
.custom.halloween .sec06-feature-item:nth-child(2) .sec06-feature-box-lead{
  color: var(--class-ttl-blue);
}

.custom.halloween .sec06-feature-item:nth-child(3) .sec06-feature-item-ttl .en,
.custom.halloween .sec06-feature-item:nth-child(3) .sec06-feature-box-lead{
  color: var(--feature-orange);
}

.custom.halloween .sec06-feature-item:nth-child(4) .sec06-feature-item-ttl .en,
.custom.halloween .sec06-feature-item:nth-child(4) .sec06-feature-box-lead{
  color: var(--feature-green);
}
.custom.halloween .sec06-feature-box-lead + * {
  margin-top: 10px;
}
.custom.halloween .sec06-feature-box-text {
  font-size: 16px;
  letter-spacing: 0;
  line-height: 1.7;
  text-align: justify;
}
.custom.halloween .sec06-feature-pic{
  flex: 1;
  margin: 0;
  margin-right: 4px;
}
.custom.halloween .sec06-feature-pic img{
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
.custom.halloween .sec06-lesson-feature-reason-box{
  margin-top: 40px;
  padding-bottom: 74px;
}
.custom.halloween .sec06-lesson-feature-reason{
  color: var(--spring-navy);
  font-size: 32px;
  letter-spacing: 0.02em;
  line-height: 1;
  text-align: center;
  padding-top: 27px;
  width: 268px;
  height: 84px;
  margin: 0 auto;
  background-image: url(../../images/lp/spring/sec06-arrow.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  z-index: 2;
}
.custom.halloween .sec06-lesson-feature-reason02{
  width: 100%;
  max-width: 793px;
  margin: 48px auto 0;
  position: relative;
}
.custom.halloween .sec06-lesson-feature-reason02::before,
.custom.halloween .sec06-lesson-feature-reason02::after {
  content: "";
  display: block;
  background-position: 50% 100%;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
}
.custom.halloween .sec06-lesson-feature-reason02::before {
  width: 793px;
  aspect-ratio: 793/188;
  opacity: 0.3;
  background-image: url(../../images/lp/spring/sec06-reason-bg01.png);
  bottom: -22px;
  left: 50%;
  transform: translateX(-50%);
}
.custom.halloween .sec06-lesson-feature-reason02::after {
  width: 477px;
  aspect-ratio: 477/67;
  background-image: url(../../images/lp/spring/sec06-reason-bg02.png);
  top: -14px;
  left: 50%;
  transform: translateX(-50%);
}
.custom.halloween .sec06-lesson-feature-reason02-text{
  margin: 0 auto;
  width: fit-content;
  color: #fff;
  text-align: center;
  position: relative;
  z-index: 2;
}
.custom.halloween .sec06-lesson-feature-reason02 .text01{
  font-size: 28px;
  line-height: 1.5;
  padding-bottom: 7px;
  margin-bottom: 4px;
  display: inline-block;
  background-image: url(../../images/lp/spring/sec06-line01.png);
  background-size: 100% auto;
  background-position: bottom center;
  background-repeat: no-repeat;
}
.custom.halloween .sec06-lesson-feature-reason02 .text02{
  font-size: 28px;
  line-height: 1.5;
  display: inline-block;
  background-image: url(../../images/lp/spring/sec06-line02.png);
  background-size: 100% auto;
  background-position: bottom center;
  background-repeat: no-repeat;
  padding-bottom: 6px;
}
.custom.halloween .sec06-lesson-feature-reason02 .text02 .c-yellow{
  font-size: 40px;
  color: var(--summer-yellow);
}

.sec06-lesson-feature-reason02-image::before,
.sec06-lesson-feature-reason02-image::after {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  bottom: -74px;
  content: "";
  display: block;
  position: absolute;
}

.sec06-lesson-feature-reason02-image::before {
  aspect-ratio: 200/220;
  background-image: url(../../images/lp/halloween/sec06-woman.png);
  left: -117px;
  width: 200px;
}

.sec06-lesson-feature-reason02-image::after {
  aspect-ratio: 135/162;
  background-image: url(../../images/lp/halloween/sec06-girl.png);
  right: -36px;
  width: 135px;
}

@media screen and (max-width:1023px){
  .custom.halloween .sec06-inner::before,
  .custom.halloween .sec06-inner::after {
    top: 40px;
  }
  .custom.halloween .sec06-feature-item{
    flex-direction: column;
    padding: 40px 40px 0;
  }
  .custom.halloween .sec06-feature-item:nth-child(even){
    flex-direction: column;
  }
  .custom.halloween .sec06-feature-box {
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
  }
  .custom.halloween .sec06-feature-pic {
    width: calc((308 / 335) * 100%);
    margin-left: auto;
    margin-right: auto;
  }
  .custom.halloween .sec06-feature-box-text{
    display: flex;
    flex-direction: column-reverse;
  }
  .sec06-lesson-feature-reason02-image::before {
    left: -60px;
    width: 150px;
  }
  .sec06-lesson-feature-reason02-image::after {
    right: -20px;
    width: 100px;
  }
}


@media screen and (max-width:767px){
  .custom.halloween .sec06::before {
    height: calc(100% - 110px - 286px);
    border-radius: 28px 28px 0 0;
    top: 110px;
  }
  .custom.halloween .sec06-inner{
    padding-top: 48px;
  }
  .custom.halloween .sec06-inner::before{
    width: 334px;
    aspect-ratio: 334/276;
    background-image: url(../../images/lp/spring/sec06-bg-treat_sp.png);
    top: 0;
    left: 50%;
    transform: translateX(-50%);
  }
  .custom.halloween .sec06-inner::after{
    display: none;
  }
  .custom.halloween .sec06-ttl {
    width: 100%;
    max-width: 329px;
  }
  .custom.halloween .sec06-ttl .jp {
    font-size: 28px;
  }
  .custom.halloween .sec06-contents{
    margin-top: 32px;
  }
  .custom.halloween .sec06-contents-text {
    font-size: 28px;
    line-height: 1.5;
  }
  .custom.halloween .sec06-contents-text .line-white{
    font-size: 28px;
    background: none;
    line-height: 1.5;
  }
  .custom.halloween .sec06-contents-text .c-pink{
  }
  .custom.halloween .sec06-contents-text02{
    margin-top: 16px;
    font-size: 18px;
  }
  .custom.halloween .sec06-contents-text02 .line-yellow{
    padding: 0;
  }
  .custom.halloween .sec06-contents-pic {
    width: calc((299 / 335) * 100%);
    max-width: 450px;
    margin-top: 0;
  }
  .custom.halloween .sec06-contents-pic.pc {
    display: none;
  }
  .custom.halloween .sec06-contents-pic.sp {
    display: block;
  }
  .custom.halloween .sec06-contents-pic.pc + * {
    margin-top: 32px;
  }
  .custom.halloween .sec06-try-ttl-en {
    font-size: 60px;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
    width: fit-content;
  }
  .custom.halloween .sec06-try-text02 {
    align-items: center;
    flex-direction: column;
    gap: 8px;
  }
  .custom.halloween .sec06-try-text02 .text01{
    line-height: calc(36/22);
  }
  .custom.halloween .sec06-try-text02 .text02{
    margin-top: 8px;
  }
  .custom.halloween .sec06-lesson-feature{
    margin-top: 32px;
    padding: 0;
    border: none;
  }
  .custom.halloween .sec06-lesson-feature-ttl-wrap{
    flex-direction: column;
    position: static;
    transform: none;
    padding-block: 11px 19px;
    padding-inline: 24px;
    filter: drop-shadow(1px 1px 13px rgba(213,203,186,0.4));
  }
  .custom.halloween .sec06-lesson-feature-ttl-wrap + *{
    margin-top: 36px;
  }
  .custom.halloween .sec06-lesson-feature-ttl{
    font-size: 24px;
  }
  .custom.halloween .sec06-lesson-feature-ttl-text {
    line-height: 1;
  }
  .custom.halloween .sec06-lesson-feature-text{
    padding-inline: 27px;
    letter-spacing: 0;
  }
  .custom.halloween .sec06-lesson-feature-text + * {
    margin-top: 36px;
  }
  .custom.halloween .sec06-feature-item{
    padding-top: 16px;
    padding-inline: 0;
    border-radius: 16px;
  }
  .custom.halloween .sec06-feature-item:nth-child(even){
    flex-direction: column;
  }
  .custom.halloween .sec06-feature-item + .sec06-feature-item {
    margin-top: 32px;
  }
  .custom.halloween .sec06-feature-item-ttl .en {
    gap: 16px;
  }
  .custom.halloween .sec06-feature-item-ttl .en .num {
    font-size: 36px;
  }
  .custom.halloween .sec06-feature-item-ttl .title {
    max-width: 324px;
  }
  .custom.halloween .sec06-feature-box-lead,
  .custom.halloween .sec06-feature-box-text{
    padding-inline: 25px;
    box-sizing: border-box;
  }
  .custom.halloween .sec06-feature-pic {
    width: calc((308 / 335) * 100%);
  }
  .custom.halloween .sec06-lesson-feature-reason-box{
    margin-top: 32px;
    padding-bottom: 26px;
    position: relative;
    z-index: 1;
  }
  .custom.halloween .sec06-lesson-feature-reason {
    width: 208px;
    height: 61px;
    padding-top: 19px;
    font-size: 24px;
    background-image: url(../../images/lp/spring/sec06-arrow_sp.png);
  }
  .custom.halloween .sec06-lesson-feature-reason02{
    margin-top: 27px;
    max-width: 335px;
    line-height: 1.5;
  }
  .custom.halloween .sec06-lesson-feature-reason02::before {
    width: 375px;
    aspect-ratio: 375/250;
    background-image: url(../../images/lp/spring/sec06-reason-bg01_sp.png);
    top: -74px;
    bottom: 0;
  }
  .custom.halloween .sec06-lesson-feature-reason02::after {
    /* width: 326px;
    aspect-ratio: 326/109;
    background-image: url(../../images/lp/spring/sec06-reason-bg02_sp.png);
    top: auto;
    left: 48%;
    bottom: 21px; */
    display: none;
  }
  .custom.halloween .sec06-lesson-feature-reason02-text::before, .custom.halloween .sec06-lesson-feature-reason02-text::after {
    display: none;
  }
  .custom.halloween .sec06-lesson-feature-reason02 .text01{
    padding-bottom: 4px;
    margin-bottom: 0;
  }
  .custom.halloween .sec06-lesson-feature-reason02 .text02{
    margin-top: -2px;
    padding-bottom: 0;
    margin-bottom: 0;
    background-image: url(../../images/lp/spring/sec06-line02-sp.png);
    background-size: calc((166 / 226.5) * 100%) auto;
  }
  .custom.halloween .sec06-lesson-feature-reason02 .text02 .c-yellow{
    font-size: 32px;
    background-image: url(../../images/lp/spring/sec06-line-sp.png);
    background-size: 100% auto;
    background-position: bottom center;
    background-repeat: no-repeat;
    display: inline-block;
    margin-bottom: -2px;
  }
  .sec06-lesson-feature-reason02-image::before {
    bottom: -26px;
    left: -33px;
    width: 104px;
  }
  .sec06-lesson-feature-reason02-image::after {
    bottom: -26px;
    right: -19px;
    width: 75px;
  }
}


/* sec08 */
.custom.halloween .sec08{
  background-color: var(--spring-navy);
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.custom.halloween .sec08::before{
  content: "";
  display: block;
  width: 100%;
  height: calc(100% - 153px);
  background-color: var(--summer-perl-blue);
  border-radius: 26.39vw 26.39vw 0 0;
  position: absolute;
  top: 153px;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
.custom.halloween .sec08-inner {
  max-width: 1440px;
  padding: 80px 40px;
  box-sizing: border-box;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}
.custom.halloween .sec08-inner::before,
.custom.halloween .sec08-inner::after {
  content: "";
  display: block;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 64px;
}

.custom.halloween .sec08-inner::before {
  width: min(11.39vw,164px);
  aspect-ratio: 164/226;
  background-image: url(../../images/lp/spring/sec08-bg-treat_left.png);
  left: min(5.56vw,80px);
}

.custom.halloween .sec08-inner::after {
  width: min(11.81vw,170px);
  aspect-ratio: 170/136;
  background-image: url(../../images/lp/spring/sec08-bg-treat_right.png);
  right: min(5.56vw,80px);
}
.custom.halloween .sec08-ttl {
  width: 90%;
  max-width: 794px;
  margin-inline: auto;
  background-color: #fff;
  border: 3px solid var(--spring-navy);
  border-radius: 100px;
  text-align: center;
  padding-block: 27px;
}
.custom.halloween .sec08-ttl .en{
  color: var(--hi-class_oyako2);
  display: block;
  font-size: 16px;
  text-transform: capitalize;
  line-height: 1;
  letter-spacing: 0.2em;
}
.custom.halloween .sec08-ttl .jp {
  color: var(--spring-navy);
  font-size: 48px;
  line-height: 1.5;
  letter-spacing: 0.02em;
  margin-block: 4px 0;
}
.custom.halloween .sec08-contents{
  background-color: #fff;
  border-radius: 20px;
  max-width: 960px;
  margin: 64px auto 0;
  padding: 64px 20px 0px;
  text-align: center;
  position: relative;
}
.custom.halloween .sec08-contents .sec08-contents-tab-text {
  font-size: 20px;
  letter-spacing: 0.02em;
  line-height: 1.5;
  text-align: center;
}
.custom.halloween .sec08-contents .sec08-nav {
  margin: 40px auto 0;
  max-width: 800px;
  display: flex;
  gap: 24px;
  border-bottom: 2px solid var(--summer-pink);
  padding-left: 16px;
  padding-right: 16px;
  box-sizing: border-box;
}
.custom.halloween .sec08-contents .sec08-nav-item {
  width: calc(50% - 24px / 2);
  border: 3px solid var(--summer-light-pink);
  border-bottom: none;
  background-color: #ffffff;
  padding-block: 8px 7px;
  border-radius: 8px 8px 0px 0px;
  position: relative;
}
.custom.halloween .sec08-contents .sec08-nav-item[role=tab][aria-selected=true] {
  background-color: var(--summer-pink);
  border-color: var(--summer-pink);
}
.custom.halloween .sec08-contents .sec08-nav-item[role=tab][aria-selected=true] h3 {
  color: #ffffff;
}
.custom.halloween .sec08-contents .sec08-nav-item h3 {
  font-size: 24px;
  letter-spacing: 0.02em;
  line-height: 1.5;
  margin: 0;
  color: var(--summer-light-pink);
}
.custom.halloween .sec08-contents .sec08-tab-contents {
  padding-top: 48px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
.custom.halloween .sec08-contents .sec08-tab-contents:first-child {
  padding-top: 0;
}
.custom.halloween .sec08-contents .sec08-tab-ttl {
  font-size: 36px;
  letter-spacing: 0.02em;
  line-height: 1.5;
  color: var(--summer-pink);
}
.custom.halloween .sec08-contents .sec08-tab-ttl + * {
  margin-top: 48px;
}
.custom.halloween .sec08-contents .sec08-pic-wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
}
.custom.halloween .sec08-contents .sec08-pic-wrap + * {
  margin-top: 48px;
}
.custom.halloween .sec08-contents .sec08-pic{
  max-width: 440px;
  margin: 0 auto;
}
.custom.halloween .sec08-contents .sec08-pic img{
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
.custom.halloween .sec08-contents .sec08-flex {
  display: flex;
  flex-direction: row-reverse;
  align-items: flex-start;
  gap: 40px;
}
.custom.halloween .sec08-contents .sec08-box {
  flex: 1;
}
.custom.halloween .sec08-contents .sec08-ttl-blue{
  font-size: 32px;
  color: var(--spring-navy);
  margin-top: 55px;
}
.custom.halloween .sec08-contents .sec08-item{
  display: flex;
  align-items: flex-start;
  gap: 8px 16px;
}
.custom.halloween .sec08-contents .sec08-item + .sec08-item{
  margin-top: 8px;
}
.custom.halloween .sec08-contents .sec08-item-ttl{
  min-width: 72px;
  color: var(--spring-navy);
  background-color: var(--summer-perl-blue);
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
}
.custom.halloween .sec08-contents .sec08-item-text{
  flex: 1;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.7;
  text-align: left;
}
.custom.halloween .sec08-contents .sec08-item:nth-of-type(4) .sec08-item-text{
  display: flex;
  flex-direction: column;
  gap: 4px;
  white-space: nowrap;
}
.custom.halloween .sec08-contents .sec08-item-text .roboto{
  font-size: 20px;
}
.custom.halloween .sec08-contents .sec08-item-text a.roboto{
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1;
  color: var(--summer-blue);
}
.custom.halloween .sec08-contents .sec08-map{
  height: 239px;
  width: calc((372 / 800) * 100%);
}
.custom.halloween .sec08-contents .sec08-map iframe {
  width: 100%;
  height: 100%;
  display: block;
}
.custom.halloween .sec08-contents .sec08-en{
  display: block;
  text-align: center;
  margin-top: 34px;
}
.custom.halloween .sec08-contents .sec08-en img{
  width: 800px;
  height: 78px;
  margin-left: auto;
  margin-right: auto;
  object-fit: contain;
  vertical-align: bottom;
  object-position: bottom;
}

@media screen and (max-width:1280px){
  .custom.halloween .sec08::before{
    border-radius: 200px 200px 0 0 ;
  }
}
@media screen and (max-width:1023px){
  .custom.halloween .sec08::before{
    border-radius: 100px 100px 0 0 ;
  }
  .custom.halloween .sec08-inner{
    padding-inline: 20px;
  }
  .custom.halloween .sec08-contents .sec08-flex {
    flex-direction: column;
  }
  .custom.halloween .sec08-contents .sec08-box {
    width: 100%;
  }
  .custom.halloween .sec08-contents .sec08-item{
    flex-direction: column;
  }
  .custom.halloween .sec08-contents .sec08-item-ttl {
    width: 100%;
    font-size: 18px;
    height: 40px;
  }
  .custom.halloween .sec08-contents .sec08-item .sec08-item-text{
    width: 100%;
    text-align: center;
  }
  .custom.halloween .sec08-contents .sec08-map{
    width: 100%;
  }
}

@media screen and (max-width:767px){
  .custom.halloween .sec08::before {
    height: calc(100% - 110px);
    border-radius: 28px 28px 0 0;
    top: 110px;
  }
  .custom.halloween .sec08-inner{
    padding-top: 48px;
    padding-bottom: 42px;
  }
  .custom.halloween .sec08-inner::before{
    width: 334px;
    aspect-ratio: 334/276;
    background-image: url(../../images/lp/spring/sec08-bg-treat_sp.png);
    top: 0;
    left: 50%;
    transform: translateX(-50%);
  }
  .custom.halloween .sec08-inner::after{
    display: none;
  }
  .custom.halloween .sec08-ttl {
    max-width: 329px;
  }
  .custom.halloween .sec08-ttl .jp {
    font-size: 28px;
  }
  .custom.halloween .sec08-contents{
    margin-top: 32px;
    padding: 16px 18px 0;
    border-radius: 16px;
  }
  .custom.halloween .sec08-contents .sec08-contents-tab-text {
    font-size: 16px;
    line-height: 1.7;
  }
  .custom.halloween .sec08-contents .sec08-nav {
    width: 299px;
    margin-top: 24px;
    gap: 8px;
    padding-left: 5px;
    padding-right: 5px;
  }
  .custom.halloween .sec08-contents .sec08-nav-item {
    width: calc(50% - 9px / 2);
    padding-block: 6px;
    border-width: 2px;
  }
  .custom.halloween .sec08-contents .sec08-nav-item[role=tab][aria-selected=true]:after {
    width: 18px;
    height: 14px;
  }
  .custom.halloween .sec08-contents .sec08-nav-item h3 {
    font-size: 18px;
  }
  .custom.halloween .sec08-contents .sec08-tab-contents {
    padding-top: 28px;
  }
  .custom.halloween .sec08-contents .sec08-tab-ttl {
    font-size: 28px;
  }
  .custom.halloween .sec08-contents .sec08-tab-ttl + * {
    margin-top: 28px;
  }
  .custom.halloween .sec08-contents .sec08-pic-wrap {
    grid-template-columns: repeat(1, 1fr);
  }
  .custom.halloween .sec08-contents .sec08-pic-wrap + * {
    margin-top: 32px;
  }
  .custom.halloween .sec08-contents .sec08-ttl-blue{
    margin-top: 28px;
    font-size: 28px;
  }
  .custom.halloween .sec08-contents .sec08-item-ttl {
    font-size: 14px;
    height: 24px;
  }
  .custom.halloween .sec08-contents .sec08-item:first-child .sec08-item-text {
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    width: fit-content;
  }
  .custom.halloween .sec08-contents .sec08-item:nth-of-type(4) .sec08-item-text {
    gap: 8px;
  }
  .custom.halloween .sec08-contents .sec08-item-text a.roboto{
    font-size: 22px;
    line-height: 1.7;
  }
  .custom.halloween .sec08-contents .sec08-map{
    height: 53.33vw;
  }
  .custom.halloween .sec08-contents .sec08-en img{
    max-width: 299px;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    height: auto;
    margin-left: 0;
    margin-right: 0;
  }
  .custom.halloween .sec08-contents .sec08-en{
    transform: none;
  }
}


/* CTA */


.custom.halloween .cta {
  background-color: var(--summer-yellow);
  padding-block: 24px 56px;
}
.custom.halloween .cta .c-pink {
  color: var(--summer-pink);
}
.custom.halloween .cta .sec-inner{
  max-width: 1040px;
  padding-left: 20px;
  padding-right: 20px;
  margin: 0 auto;
  box-sizing: border-box;
}
.custom.halloween .cta .sec-inner .halloween-ctaFlex {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.custom.halloween .halloween-ctaBox {
  width: 548px;
  color: var(--halloween-purple);
}
.custom.halloween .halloween-cta-text {
  font-size: 48px;
  line-height: 1;
  letter-spacing: 0.02em;
  position: relative;
  text-align: center;
}
.custom.halloween .halloween-cta-text .h-min {
  font-size: 32px;
}
.custom.halloween .halloween-cta-text .text02{
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--halloween-purple);
  font-size: 24px;
  margin-top: 24px;
}
.custom.halloween .halloween-cta-text .text02 .bg-blue {
  background-color: var(--summer-navy);
  color: #fff;
  display: inline-block;
  border-radius: 8px;
  padding: 14px 15px;
  font-size: 52px;
  letter-spacing: -0.02em;
}
.custom.halloween .halloween-cta-text .text02 .bg-white{
  color: var(--summer-navy);
  background-color: #fff;
  display: inline-block;
  border-radius: 8px;
  padding: 14px 15px;
  font-size: 52px;
  letter-spacing: -0.1em;
}
.custom.halloween .halloween-cta-text .text02 .bg-white .ls {
  letter-spacing: -0.2em;
}
.custom.halloween .halloween-cta-text2 {
  color: var(--halloween-purple);
  margin-top: 24px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  letter-spacing: 0.02em;
}
.custom.halloween .halloween-cta-text2::before,
.custom.halloween .halloween-cta-text2::after {
  content: "";
  display: block;
  width: 24px;
  aspect-ratio: 24/44;
  background-image: url(../../images/lp/halloween/cta-line.webp);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin-bottom: 0px;
}
.custom.halloween .halloween-cta-text2::before {
  margin-right: 2px;
}
.custom.halloween .halloween-cta-text2::after {
  transform: scale(-1,1);
  margin-left: 2px;
}
.custom.halloween .halloween-cta-text2 .h-md {
  font-size: 30px;
  line-height: 1;
}
.custom.halloween .halloween-cta-text2 .h-md .roboto {
  font-size: 38px;
}
.custom.halloween .halloween-cta-text2 .h-lg {
  font-size: 38px;
  line-height: 1;
}
.custom.halloween .halloween-cta-text2 .h-lg .roboto {
  font-size: 48px;
}
.custom.halloween .halloween-cta-text2  .dot {
  line-height: 1;
  display: inline-block;
  position: relative;
}
.custom.halloween .halloween-cta-text2  .dot:before {
  content: "";
  display: block;
  width: 100%;
  height: 8px;
  background-image: radial-gradient(circle at center, var(--summer-pink) 20%, transparent 20%);
  background-position: top right;
  background-repeat: repeat-x;
  background-size: 0.9em 8px;
  position: absolute;
  top: -3px;
  left: -7px;
  transform: translateY(-100%);
}
.custom.halloween .cta-detail-box {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  gap: 16px;
  margin-top: 8px;
}
.custom.halloween .cta-detail-left {
  background-color: #ffffff;
  width: 100%;
  max-width: 184px;
  height: 88px;
  border-radius: 13px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.custom.halloween .cta-detail-left-text {
  font-size: 28px;
  letter-spacing: 0.02em;
  line-height: 1.1;
  color: var(--halloween-purple);
  text-align: center;
}
.custom.halloween .cta-detail-left-text .roboto {
  font-size: 36px;
}
.custom.halloween .cta-detail-right-text {
  width: 227px;
  font-size: 52px;
  letter-spacing: 0.02em;
  line-height: 1;
  position: relative;
  z-index: 1;
}
.custom.halloween .cta-detail-right-text:after {
  content: "";
  display: block;
  width: 227px;
  height: 10px;
  background-color: #ffffff;
  position: absolute;
  left: 50%;
  bottom: 8px;
  transform: translateX(-50%);
  z-index: -1;
}
.custom.halloween .cta-detail-right-text .num {
  font-size: 97px;
}
.custom.halloween .cta-detail-right-text .tax {
  width: max-content;
  font-size: 18px;
  letter-spacing: 0.02em;
  line-height: 1;
  color: #000;
  position: absolute;
  top: 13px;
  right: 2px;
}
.custom.halloween .halloween-cta-btn{
  max-width: 424px;
  width: 100%;
}
.custom.halloween .halloween-cta-btn::before {
  content: "";
  display: block;
  width: 408px;
  aspect-ratio: 408/344;
  margin-inline: auto;
  background-image: url(../../images/lp/halloween/cta.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.custom.halloween .halloween-cta-btn a {
  width: 100%;
  max-width: 424px;
  margin-top: -62px;
  margin-inline: auto;
  display: block;
  color: #fff;
  background-color: var(--summer-pink);
  border: 2px solid var(--summer-pink);
  transition: .3s;
  font-size: 30px;
  letter-spacing: 0.02em;
  line-height: 1.7;
  text-align: center;
  padding: 12px;
  border-radius: 8px;
  box-sizing: border-box;  box-shadow: 0px 6px 0px 0px rgba(214, 66, 110, 1);
  border-radius: 100px;
}
.custom.halloween .halloween-cta-btn span{
  position: relative;
}
.custom.halloween .halloween-cta-btn span::after{
  content: "";
  display: inline-block;
  width: 15px;
  height: 13px;
  position: absolute;
  background-image: url(../../images/lp/halloween/arrow.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  top: 50%;
  right: -33px;
  transform: translateY(-50%);
}
.custom.halloween .halloween-cta-btn a:hover{
  color: var(--summer-pink);
  background-color: #fff;
  border: 2px solid var(--summer-pink);
}

@media screen and (max-width:1023px){
  .custom.halloween .cta {
    padding-block: 40px 48px;
  }
  .custom.halloween .cta .sec-inner .halloween-ctaFlex {
    flex-direction: column;
    align-items: center;
    gap: 16px;
  }
}
@media screen and (max-width:767px){
  .custom.halloween .cta .sec-inner {
    padding-inline: 29px;
  }
  .custom.halloween .cta .sec-inner .halloween-ctaFlex {
    gap: 16px;
  }
  .custom.halloween .halloween-ctaBox {
    width: 100%;
  }
  .custom.halloween .halloween-cta-text {
    font-size: 30px;
  }
  .custom.halloween .halloween-cta-text .h-min {
    font-size: 22px;
  }
  .custom.halloween .halloween-cta-text {
    max-width: 312px;
    margin-inline: auto;
  }
  .custom.halloween .halloween-cta-text .text01 {
    display: block;
    line-height: 1;
  }
  .custom.halloween .halloween-cta-text .text02 {
    margin-top: 8px;
    justify-content: center;
    flex-wrap: wrap;
    row-gap: 0;
    line-height: 1.7084;
  }
  .custom.halloween .halloween-cta-text .text02 .bg-blue {
    font-size: 36px;
    padding: 0 8px;
    line-height: 52px;
  }
  .custom.halloween .halloween-cta-text .text02 .bg-white{
    font-size: 36px;
    padding: 0px 8px;
    line-height: 52px;
  }
  .custom.halloween .halloween-cta-text .text02 .h-lg {
    font-size: 30px;
  }
  .custom.halloween .halloween-cta-text2 {
    margin-top: 16px;
  }
  .custom.halloween .halloween-cta-text2::before,
  .custom.halloween .halloween-cta-text2:after {
    width: 11px;
    aspect-ratio: 11/35;
    background-image: url(../../images/lp/halloween/cta-line_sp.png);
    margin-bottom: 2px;
  }
  .custom.halloween .halloween-cta-text2::before {
    margin-right: 4px;
  }
  .custom.halloween .halloween-cta-text2:after {
    margin-left: 4px;
  }
  .custom.halloween .halloween-cta-text2 .h-md {
    font-size: 24px;
  }
  .custom.halloween .halloween-cta-text2 .h-min {
    font-size: 24px;
  }
  .custom.halloween .halloween-cta-text2 .h-lg {
    font-size: 30px;
  }
  .custom.halloween .halloween-cta-text2 .dot:before {
    height: 6px;
    background-size: 0.95em 6px;
    top: -2px;
    left: 0px;
  }
  .custom.halloween .cta-detail-box {
    margin-top: 4px;
  }
  .custom.halloween .cta-detail-left {
    max-width: 82px;
    height: 82px;
    border-radius: 12px;
  }
  .custom.halloween .cta-detail-left-text {
    font-size: 18px;
    line-height: 1;
  }
  .custom.halloween .cta-detail-left-text .roboto {
    font-size: 24px;
  }
  .custom.halloween .cta-detail-right-text {
    width: 218px;
    font-size: 48px;
  }
  .custom.halloween .cta-detail-right-text .num {
    font-size: 94px;
  }
  .custom.halloween .cta-detail-right-text:after {
    width: 218px;
    left: 0;
    bottom: 8px;
    transform: none;
  }
  .custom.halloween .cta-detail-right-text .tax {
    font-size: 16px;
    top: 15px;
    right: 4px;
  }
  .custom.halloween .halloween-cta-btn {
    max-width: 311px;
    margin-inline: auto;
  }
  .custom.halloween .halloween-cta-btn::before {
    width: 266px;
    aspect-ratio: 266/224;
    transform: translateX(15px);
    background-image: url(../../images/lp/halloween/cta_sp.png);
  }
  .custom.halloween .halloween-cta-btn a {
    margin-top: -41px;
    max-width: 311px;
    font-size: 26px;
    line-height: 2;
    padding-block: 4px;
    transform: scale(1);
  }
  .custom.halloween .halloween-cta-btn span {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
  }
  .custom.halloween .halloween-cta-btn span:after {
    position: static;
    transform: none;
    width: 14px;
    height: 12px;
  }
}


/* fixed-btn */
.custom.halloween .fixed-btn .cta-btn a{
  font-weight: 900;
  border: 2px solid #fff;
  background-color: var(--summer-pink);
  border-radius: 12px 0 0 12px;
  padding: 24px 5px 42px 5px;
  letter-spacing: 0.2em;
  box-shadow: 0px 4px 8px 2px rgba(0, 0, 0, 0.06);
  position: relative;
}
@media screen and (min-width:820px){
  _::-webkit-full-page-media, _:future, :root .custom.halloween .fixed-btn .cta-btn a {
    line-height: 1;
    padding: 24px 28px 42px 5px;
  }
  _::-webkit-full-page-media, _:future, :root .fixed-btn .cta-btn a .arrow{
    right: 20px!important;
  }
}
.custom.halloween .fixed-btn .cta-btn a:hover{
  color: var(--summer-pink);
  background-color: #fff;
  border: 2px solid var(--summer-pink);
}
.custom.halloween .fixed-btn .cta-btn a .arrow{
  width: 14px;
  height: 16px;
  bottom: 22px;
  right: 18px;
  margin: 0;
  position: absolute;
}
.custom.halloween .fixed-btn .cta-btn a .arrow::before{
  display: none;
}
.custom.halloween .fixed-btn .cta-btn a .arrow::after{
  mask: url(../../images/lp/seitoboshu/arrow.png) no-repeat center;
  mask-size: contain;
  background: var(--hi-yellow);
  opacity: 1;
}
.custom.halloween .fixed-btn{
  top: 80%;
  transform: translateY(-80%);
}
@media screen and (max-width:819px){
  .custom.halloween .fixed-btn{
    bottom: 0;
    top: auto;
    transform: none;
  }
  .custom.halloween .fixed-btn .cta-btn {
    padding: 20px;
  }
  .custom.halloween .fixed-btn .cta-btn a{
    border: 2px solid #fff;
    border-radius: 8px;
    box-shadow: 1px 1px 7px 3px rgba(128, 128, 128, 0.35);
    font-size: 30px;
    letter-spacing: 0.02em;
    line-height: 1.6;
    max-width: 424px;
    padding: 13px 10px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
  }
  .custom.halloween .fixed-btn .cta-btn a:hover{
    border: 3px solid var(--hi-red);
  }
  .custom.halloween .fixed-btn .cta-btn a .arrow{
    bottom: auto;
    left: auto;
    position: relative;
    right: auto;
    top: auto;
    transform: none;
  }
}
@media screen and (max-width:767px){
  .custom.halloween .sec09-contents .sec09-en img
  .custom.halloween .fixed-btn .cta-btn a{
    font-size: 22px;
    letter-spacing: 0.03em;
    width: 311px;
    max-width: 100%;
    padding: 11px 10px 11px 30px;
  }
  .custom.halloween .fixed-btn .cta-btn a{
    border-radius: 50px;
    font-size: 26px;
    line-height: 1;
    width: 100%;
    max-width: 100%;
    padding-block: 17px;
  }
  .custom.halloween .fixed-btn .cta-btn a .arrow{
    width: 12px;
    height: 14px;
  }
}
@media screen and (max-width:360px){
  .custom.halloween .fixed-btn .cta-btn a{
    padding: 16px 30px 16px 15px;
  }
  .custom.halloween .fixed-btn .cta-btn a .arrow{
    right: -20px;
  }
}
