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

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

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

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

#folderNav{
  display: none;
}

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

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

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

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

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

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

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

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


/* sec01 */
.custom.summer .sec01{
  position: relative;
  background-color: #ffffff;
}
.custom.summer .sec01 .fv-inner {
  position: relative;
  overflow: hidden;
}
.custom.summer .sec01 .fv-content {
  width: 100%;
  max-width: 1240px;
  padding-block: 48px 174px;
  padding-inline: 20px;
  margin: 0 auto;
  box-sizing: border-box;
  position: relative;
}
.custom.summer .sec01 .fv-content > *:not(.fv-image):not(.fv-target) {
  position: relative;
  z-index: 1;
}
.custom.summer .sec01 .fv-ttl{
  width: 100%;
  max-width: 720px;
  margin-bottom: 24px;
}
.custom.summer .sec01 .fv-ttl-text {
  align-items: center;
  color: var(--summer-navy);
  display: flex;
  font-size: 32px;
  font-weight: 700;
  gap: 16px;
  letter-spacing: 0.02em;
  line-height: 1;
}
.custom.summer .sec01 .fv-ttl-text .school {
  background-color: var(--summer-navy);
  border-radius: 50px;
  color: #fff;
  font-size: 24px;
  letter-spacing: 0.02em;
  line-height: calc(40/24);
  padding-inline: 23px;
  width: fit-content;
}
.custom.summer .sec01 .fv-ttl-text + * {
  margin-top: 16px;
}
.custom.summer .sec01 .fv-ttl-image{
  display: block;
  max-width: 720px;
  height: auto;
  width: 100%;
}
.custom.summer .sec01 .fv-text-wrap .fv-text.--sp {
  display: none;
}
.custom.summer .sec01 .fv-text {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.custom.summer .sec01 .fv-text01,
.custom.summer .sec01 .fv-text02 {
  width: fit-content;
  box-shadow: 0px 4px 9px 0px rgba(45, 80, 134,0.2);
  overflow: hidden;
}
.custom.summer .sec01 .fv-text01 {
  width: 509px;
  font-size: 48px;
  letter-spacing: 0.02em;
  line-height: 1.5;
  color: var(--summer-navy);
  background-color: #fff;
  text-align: center;
  border-radius: 8px;
}
.custom.summer .sec01 .fv-text02 {
  font-size: 60px;
  letter-spacing: 0.02em;
  line-height: 1.66667;
  display: flex;
  border-radius: 10px;
}
.custom.summer .sec01 .fv-text02 .bg-pink,
.custom.summer .sec01 .fv-text02 .bg-white {
  width: 284px;
  text-align: center;
}
.custom.summer .sec01 .fv-text02 .bg-pink {
  background-color: var(--summer-pink);
  color: #fff;
}
.custom.summer .sec01 .fv-text02 .bg-white {
  background-color: #fff;
  color: var(--summer-pink);

}
.custom.summer .sec01 .fv-target{
  text-align: center;
  font-size: 24px;
  line-height: 1.4;
  color: var(--summer-cyan);
  background-color: #fff;
  border: 2px solid var(--summer-cyan);
  border-radius: 7px;
  box-sizing: border-box;
  width: fit-content;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-inline: 14px;
  position: absolute;
  top: 65px;
  right: 14px;
  z-index: 1;
}
.custom.summer .sec01 .fv-image {
  display: block;
  width: 880px;
  margin-left: auto;
  border-radius: 500px;
  overflow: hidden;
  position: absolute;
  top: 32px;
  right: -100px;
}
.custom.summer .sec01 .fv-image img {
  width: 100%;
  height:auto;
}

.custom.summer .sec01 .fv-detail {
  width: fit-content;
  margin-inline: auto;
  display: flex;
  position: absolute;
  left: 50%;
  bottom: -84px;
  transform: translateX(-50%);
}
.custom.summer .sec01 .fv-detail-blue {
  width: 351px;
  background-color: var(--summer-navy);
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}
.custom.summer .sec01 .fv-detail-blue-text {
  display: flex;
  flex-direction: column;
  text-align: center;
  color: #fff;
  padding-block: 32px;
  font-feature-settings: "palt";
}
.custom.summer .fv-detail-blue-text01 {
  font-size: 52px;
  line-height: 1;
}
.custom.summer .fv-detail-blue-text01 .roboto {
  font-size: 64px;
}
.custom.summer .fv-detail-blue-text02 {
  font-size: 24px;
  line-height: 1;
}
.custom.summer .fv-detail-blue-text02 .roboto {
  font-size: 32px;
}
.custom.summer .sec01 .fv-detail-yellow {
  width: 364px;
  background-color: var(--summer-yellow);
  position: relative;
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}
.custom.summer .sec01 .fv-detail-yellow-balloon {
  width: 278px;
  font-size: 32px;
  line-height: 1;
  text-align: center;
  color: #fff;
  background-color: var(--summer-cyan);
  border-radius: 16px;
  padding-block: 16px;
  position: absolute;
  top: -36px;
  left: 50%;
  transform: translateX(-50%);
}
.custom.summer .sec01 .fv-detail-yellow-balloon:after {
  content: "";
  display: block;
  width: 15px;
  height: 8px;
  background-color: var(--summer-cyan);
  clip-path: polygon(100% 0, 0 0, 50% 100%);
  position: absolute;
  bottom: 1px;
  left: 50%;
  transform: translate(-50%,100%);
}
.custom.summer .sec01 .fv-detail-yellow-balloon .roboto {
  font-size: 42px;
}
.custom.summer .sec01 .fv-detail-yellow-price {
  width: fit-content;
  margin-inline: auto;
  padding-top: 54px;
  color: var(--summer-navy);
  font-size: 48px;
  letter-spacing: 0.02em;
  line-height: 1;
  text-align: center;
  position: relative;
  z-index: 1;
}
.custom.summer .sec01 .fv-detail-yellow-price:after {
  content: "";
  display: block;
  width: 312px;
  height: 10px;
  background-color: #fff;
  position: absolute;
  left: 3px;
  bottom: 6px;
  z-index: -1;
}
.custom.summer .sec01 .fv-detail-yellow-price .roboto {
  font-size: 80px;
  font-weight: 900;
}
.custom.summer .sec01 .fv-detail-yellow-price .tax {
  font-size: 18px;
}

@media screen and (max-width:1540px){
  .custom.summer .sec01 .fv-inner {
    position: relative;
  }
  .custom.summer .sec01 .fv-content {
    position: static;
  }
  .custom.summer .sec01 .fv-target{
    right: 89px;
  }
  .custom.summer .sec01 .fv-image {
    width: 61.11111%;
    border-radius: 500px 0 0 500px;
    right: 0;
  }
}
@media screen and (max-width:1440px){
  .custom.summer .sec01 .fv-content {
    position: relative;
  }
  .custom.summer .sec01 .fv-target{
    right: 4px;
  }
  .custom.summer .sec01 .fv-image {
    width: 880px;
    height: 600px;
    border-radius: 0;
    right: -100px;
  }
  .custom.summer .sec01 .fv-image img {
    height: 100%;
  }
}
@media screen and (max-width:1280px){
  .custom.summer .sec01 .fv-content {
    padding-block: 7.22vw 11.39vw;
  }
  .custom.summer .sec01 .fv-ttl {
    max-width: 50vw;
    margin-bottom: 1.67vw;
  }
  .custom.summer .sec01 .fv-ttl-text {
    font-size: 2.22vw;
    gap: 1.11vw;
  }
  .custom.summer .sec01 .fv-ttl-text .school {
    font-size: 1.67vw;
    padding-inline: 1.6vw;
  }
  .custom.summer .sec01 .fv-ttl-text + * {
    margin-top: 1.11vw;
  }
  .custom.summer .sec01 .fv-ttl img {
    height: auto;
  }
  .custom.summer .sec01 .fv-target {
    font-size: 1.67vw;
    /* width: 10vw; */
    height: 4vw;
    /* padding-top: 2.22vw; */
    top: 4.22vw;
  }
  .custom.summer .sec01 .fv-text {
    gap: 1.67vw;
  }
  .custom.summer .sec01 .fv-text01 {
    width: 35.35vw;
    font-size: 3.33vw;
    border-radius: 0.56vw;
  }
  .custom.summer .sec01 .fv-text02 {
    font-size: 4.17vw;
    border-radius: 0.69vw;
  }
  .custom.summer .sec01 .fv-text02 .bg-pink, .custom.summer .sec01 .fv-text02 .bg-white {
    width: 19.72vw;
  }
  .custom.summer .sec01 .fv-image {
    width: 73.333333%;
    height: 41.67vw;
    border-radius: 500px 0 0 500px;
  }
  .custom.summer .sec01 .fv-image img {
    height: 100%;
    object-fit: cover;
  }

  .custom.summer .sec01 .fv-detail {
    bottom: -5.83vw;
  }
  .custom.summer .sec01 .fv-detail-blue {
    width: 24.38vw;
  }
  .custom.summer .sec01 .fv-detail-blue-text {
    padding-block: 2.22vw;
  }
  .custom.summer .fv-detail-blue-text01 {
    font-size: 3.61vw;
  }
  .custom.summer .fv-detail-blue-text01 .roboto {
    font-size: 4.44vw;
  }
  .custom.summer .fv-detail-blue-text02 {
    font-size: 1.67vw;
  }
  .custom.summer .fv-detail-blue-text02 .roboto {
    font-size: 2.22vw;
  }
  .custom.summer .sec01 .fv-detail-yellow {
    width: 25.28vw;
  }
  .custom.summer .sec01 .fv-detail-yellow-balloon {
    width: 19.31vw;
    font-size: 2.22vw;
    padding-block: 1.11vw;
    top: -2.5vw;
  }
  .custom.summer .sec01 .fv-detail-yellow-balloon:after {
    width: 1.04vw;
    height: 0.56vw;
  }
  .custom.summer .sec01 .fv-detail-yellow-balloon .roboto {
    font-size: 2.92vw;
  }
  .custom.summer .sec01 .fv-detail-yellow-price {
    padding-top: 3.75vw;
    font-size: 3.33vw;
  }
  .custom.summer .sec01 .fv-detail-yellow-price:after {
    width: 21.67vw;
    height: 0.56vw;
    left: 0.21vw;
    bottom: 0.83vw;
  }
  .custom.summer .sec01 .fv-detail-yellow-price .roboto {
    font-size: 5.56vw;
  }
  .custom.summer .sec01 .fv-detail-yellow-price .tax {
    font-size: 1.25vw;
  }
}
@media screen and (max-width:767px){
  .custom.summer .sec01 .fv-content {
    max-width: 600px;
    padding: 16px 0 0;
  }
  .custom.summer .sec01 .fv-ttl {
    display: flex;
    flex-direction: column-reverse;
    gap: 1.07vw;
    width: calc(330 / 390 * 100%);
    max-width: 450px;
    margin-inline: auto;
    margin-bottom: 0;
  }
  .custom.summer .sec01 .fv-ttl-text {
    font-size: 20px;
    gap: 10px;
  }
  .custom.summer .sec01 .fv-ttl-text .school {
    font-size: 16px;
    line-height: calc(26/16);
    padding-inline: 12px;
  }
  .custom.summer .sec01 .fv-ttl-text + * {
    margin-top: 0;
  }
  .custom.summer .sec01 .fv-target {
    font-size: 12px;
    letter-spacing: 0.02em;
    border-radius: 50%;
    width: 76px;
    height: 76px;
    padding-bottom: 2px;
    padding-inline: 0;
    bottom: 99px;
    right: 15px;
    top: auto;
  }
  .custom.summer .sec01 .fv-text-wrap {
    position: absolute !important;
    left: 30px;
    bottom: 60PX;
  }

  .custom.summer .sec01 .fv-text {
    align-items: flex-start;
    gap: 12px;
    filter: drop-shadow(0px 0px 10px rgba(128, 128, 128,0.2));
  }
  .custom.summer .sec01 .fv-text-wrap .fv-text.--sp {
    display: block;
  }
  .custom.summer .sec01 .fv-text01,
  .custom.summer .sec01 .fv-text02 {
    box-shadow: none;
    white-space: nowrap;
  }
  .custom.summer .sec01 .fv-text01 {
    width: fit-content;
    border-radius: 4px;
    font-size: 20px;
    padding: 3px 6px;
  }
  .custom.summer .sec01 .fv-text02 {
    font-size: 28px;
    line-height: 1.5;
    border-radius: 4px;
  }
  .custom.summer .sec01 .fv-text02 .bg-pink,
  .custom.summer .sec01 .fv-text02 .bg-white {
    width: fit-content;
    padding: 1px 8px;
  }
  .custom.summer .sec01 .fv-image {
    width: 100vw;
    height: auto;
    position: relative;
    top: auto;
    right: auto;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 0;
    margin-top: -47px;
  }
  .custom.summer .sec01 .fv-image img {
    height: auto;
  }

  .custom.summer .sec01 .fv-detail {
    width: 100%;
    bottom: auto;
    left: auto;
    position: relative;
    transform: none;
    margin-top: -29.24px;
  }
  .custom.summer .sec01 .fv-detail-blue {
    width: 331px;
    border-radius: 8px;
    position: absolute;
    top: -19px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
  }
  .custom.summer .sec01 .fv-detail-blue-text {
    padding-block: 6px;
    flex-direction:  row;
    align-items: flex-end;
    justify-content: center;
    gap: 8px;
  }
  .custom.summer .sec01 .fv-detail-blue-text01 {
    font-size: 20px;
  }
  .custom.summer .sec01 .fv-detail-blue-text01 .roboto {
    font-size: 26px;
  }
  .custom.summer .sec01 .fv-detail-blue-text02 {
    font-size: 16px;
  }
  .custom.summer .sec01 .fv-detail-blue-text02 .roboto {
    font-size: 18px;
  }
  .custom.summer .sec01 .fv-detail-yellow {
    width: 100%;
    border-radius: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 22px;
    padding-block: 29px 10px;
  }
  .custom.summer .sec01 .fv-detail-yellow-balloon {
    width: 85px;
    min-height: 62px;
    font-size: 18px;
    line-height: 1.1;
    border-radius: 8px;
    position: relative;
    transform: none;
    top: auto;
    left: auto;
    padding-block: 8px;
  }
  .custom.summer .sec01 .fv-detail-yellow-balloon:after {
    width: 13px;
    height: 19px;
    clip-path: polygon(100% 50%, 0 0, 0 100%);
    transform: translate(100%,-50%);
    top: 50%;
    bottom: auto;
    right: 1px;
    left: auto;
  }
  .custom.summer .sec01 .fv-detail-yellow-balloon .roboto {
    font-size: 20px;
  }
  .custom.summer .sec01 .fv-detail-yellow-price {
    margin: 0;
    padding-top: 0;
    font-size: 26px;
    border-radius: 8px;
  }
  .custom.summer .sec01 .fv-detail-yellow-price:after {
    width: 220px;
    height: 8px;
    left: 0;
    bottom: 6px;
  }
  .custom.summer .sec01 .fv-detail-yellow-price .roboto {
    font-size: 56px;
  }
  .custom.summer .sec01 .fv-detail-yellow-price .tax {
    font-size: 16px;
  }
}



/* SEC02 */
.custom.summer .sec02{
  background-color: var(--summer-perl-blue);
  text-align: center;
  overflow: hidden;
}
.custom.summer .sec02 .sec-inner {
  max-width: 1040px;
  padding-block: 144px 80px;
  padding-inline: 20px;
  margin: 0 auto;
  box-sizing: border-box;
}
.custom.summer .sec02-textbox_top {
  width: fit-content;
  margin-inline: auto;
  position: relative;
}
.custom.summer .sec02-textbox_top::before,
.custom.summer .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.summer .sec02-textbox_top::before {
  background-image: url(../../images/lp/summer/sec02-card.webp);
  width: 121px;
  height: 80px;
  top: 56px;
  left: -32px;
  transform: translateX(-100%);
}
.custom.summer .sec02-textbox_top::after {
  background-image: url(../../images/lp/summer/sec02-card02.webp);
  width: 160px;
  height: 120px;
  top: 28px;
  right: -26px;
  transform: translateX(100%);
}
.custom.summer .sec02-textbox_top + * {
  margin-top: 32px;
}
.custom.summer .sec02-text{
  color: var(--summer-navy);
  font-size: 32px;
  letter-spacing: 0.02em;
  line-height: 1;
}
.custom.summer .sec02-text + * {
  margin-top: 24px;
}
.custom.summer .sec02-ab {
  display: none;
}
.custom.summer .sec02-ab + * {
  margin-top: 24px;
}
.custom.summer .sec02-text02{
  font-size: 20px;
  letter-spacing: 0.02em;
  line-height: 1.7;
}
.custom.summer .sec02-text02 + * {
  margin-top: 24px;
}
.custom.summer .sec02-text03{
  font-size: 24px;
  line-height: 1;
  display: inline-block;
  background: linear-gradient(transparent 66.666666%, #fff 66.666666%);
}
.custom.summer .sec02-text03 + * {
  margin-top: 24px;
}
.custom.summer .sec02-arrow{
  display: block;
  width: 80px;
  margin-inline: auto;

}
.custom.summer .sec02-arrow img{
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

.custom.summer .sec02-text04 {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.custom.summer .sec02-text04_text01{
  font-size: 24px;
  letter-spacing: 0.02em;
  line-height: 1.7;
}
.custom.summer .sec02-text04_text02{
  color: var(--summer-pink);
  font-size: 32px;
  letter-spacing: 0.02em;
  line-height: 1;
  padding-bottom: 7px;
}
.custom.summer .sec02-image{
  margin: 32px auto 0;
  width: 100%;
  max-width: 1000px;
}
.custom.summer .sec02-image img{
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
.custom.summer .custom.sec02+.cta::before{
  display: none;
}
@media screen and (max-width:1023px){
  .custom.summer .sec02-textbox_top::before {
    top: auto;
    bottom: 26px;
    left: -92px;
    transform: none;
  }
  .custom.summer .sec02-textbox_top::after {
    top: -128px;
    right: -96px;
    transform: none;
  }
}
@media screen and (max-width:767px){
  .custom.summer .sec02 .sec-inner {
    padding-block: 48px 40px;
    padding-inline: 0;
  }
  .custom.summer .sec02-textbox_top + * {
    margin-top: 16px;
  }
  .custom.summer .sec02-textbox_top::before,
  .custom.summer .sec02-textbox_top::after {
    display: none;
  }
  .custom.summer .sec02-text{
    font-size: 28px;
    line-height: 1.5;
  }
  .custom.summer .sec02-text .t-min{
    font-size: 24px;
  }
  .custom.summer .sec02-ab {
    display: block;
    width: 160px;
    margin-inline: auto;
    filter: drop-shadow(0px 0px 6px rgba(51, 81, 136, 0.4));
  }
  .custom.summer .sec02-text02{
    padding-bottom: 40px;
  }
  .custom.summer .sec02-text03{
    display: inline;
    line-height: 1.5;
    background: linear-gradient(transparent 77.777777%, #fff 77.777777%);
    background: linear-gradient(
                  to bottom,
                  transparent 0%,
                  transparent 60%,
                  #fff 60%,
                  #fff 85%,
                  transparent 85%,
                  transparent 100%
                );
  }
  .custom.summer .sec02-text03 + * {
    margin-top: 16px;
  }
  .custom.summer .sec02-text04 {
    gap: 8px;
  }
  .custom.summer .sec02-text04_text02{
    background: none;
    line-height: 1.5;
    padding-bottom: 0;
  }
  .custom.summer .sec02-image{
    margin-top: 24px;
  }
}


/* sec04 */
.custom.summer .sec04{
  background-color: #ffffff;
  padding: 0 20px 292px;
  overflow: hidden;
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.custom.summer .sec04::before {
  content: "";
  width: 100vw;
  min-width: 1440px;
  max-width: none;
  height: 864px;
  background-color: transparent;
  background-image: url(../../images/lp/summer/sec04-bg.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom center;
  z-index: -1;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
.custom.summer .summer-sec04-ttlWrap {
  position: relative;
}
.custom.summer .summer-sec04-ttlInner{
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
  padding-block: 136px 112px;
}
.custom.summer .summer-sec04-ttlInner::before{
  content: "";
  display: inline-block;
  width: 630px;
  height: 472px;
  border-radius: 500px;
  background-image: url(../../images/lp/summer/sec04-pic.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  left: -220px;
  top: 80px;
}
.custom.summer .summer-sec04-ttlBox {
  max-width: 640px;
  margin-left: auto;
  position: relative;
  z-index: 1;
}
.custom.summer .summer-sec04-ttl {
  width: fit-content;
  color: #fff;
  font-size: 48px;
  letter-spacing: 0.02em;
  line-height: 1.5;
  margin-bottom: 8px;
}
.custom.summer .summer-sec04-ttl img{
  width: 100%;
  max-width: 640px;
}
.custom.summer .summer-sec04-ttl span {
  display: block;
  text-align: center;
  margin-top: 8px;
}
.custom.summer .summer-sec04-ttl-text{
  color: #fff;
  font-size: 20px;
  letter-spacing: 0.02em;
  line-height: 1.5;
  text-align: center;
}
.custom.summer .sec04-contents{
  background-color: var(--summer-light-blue);
  max-width: 996px;
  margin: 47px auto 0;
  position: relative;
  z-index: 1;
  padding-bottom: 72px;
  padding: 109px 20px 281px;
  box-shadow: 0px 0px 24px 0px rgba(26, 100, 161, 0.1);
}
.custom.summer .sec04-contents-ttl{
  width: 100%;
  max-width: 600px;
  background-color: #fff;
  border-radius: 8px;
  padding-block: 18px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: var(--summer-blue);
  box-shadow: 1px 1px 10px 3px rgba(63, 144, 209,0.15);
  position: absolute;
  top: -47px;
  left: 50%;
  transform: translateX(-50%);
}
.custom.summer .sec04-contents-ttl .en{
  letter-spacing: 0.2em;
  font-size: 16px;
  line-height: 1;
}
.custom.summer .sec04-contents-ttl .jp{
  display: block;
  font-size: 32px;
  letter-spacing: 0.02em;
  line-height: 1.5;
  color: var(--summer-blue);
  margin: 0;
}
.custom.summer .sec04-lessons{
  max-width: 800px;
  margin-inline: auto;
  background-color: #fff;
  border-radius: 6px;
  box-shadow: 1px 1px 7px 2px rgba(246, 117, 119,0.1);
  padding-bottom: 18px;
}
.custom.summer .sec04-lessons-ttl {
  color: var(--summer-navy);
  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;
}
.custom.summer .sec04-lessons-ttl .lg {
  font-size: 32px;
}
.custom.summer .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.summer .sec04-lessons-picwrap {
  display: block;
  margin: 26px auto  0;
  max-width: 381px;
}
.custom.summer .sec04-lessons-picwrap img{
  width: 100%;
  height: auto;
}
.custom.summer .sec04-lessons-picwrap .sp{
  display: none;
}
.custom.summer .sec04-lessons-picwrap .pc{
  display: block;
}
.custom.summer .sec04-galleryWrap {
  margin-top: 40px;
}
.custom.summer .sec04-gallery {
  max-width: 800px;
  margin-inline: auto;
}
.custom.summer .sec04-gallery-image {
  display: block;
  line-height: 1;
}
.custom.summer .sec04-gallery-image img{
  width: 100%;
  height: auto;
  display: block;
}
.custom.summer .sec04-gallery-text01 {
  margin-top: -16px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 8px;
  font-size: 32px;
  letter-spacing: 0.02em;
  line-height: 1.5;
  color: var(--summer-navy);
}
.custom.summer .sec04-gallery-text01 .box {
  font-size: 40px;
  background-color: var(--summer-yellow);
  border-radius: 8px;
  padding: 2px 12px;
}
.custom.summer .sec04-gallery-text01 .plus {
  width: 48px;
}
.custom.summer .sec04-gallery-text01 .plus img {
  width: 100%;
  height: auto;
}

.custom.summer .sec04-gallery-text{
  max-width: 800px;
  margin-top: 40px;
  margin-inline: auto;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.7;
}
.custom.summer .sec04-lesson-detail{
  background-color: #fff;
  border-radius: 8px;
  padding: 64px 20px;
  max-width: 760px;
  margin: 56px auto 0;
  text-align: center;
}
.custom.summer .sec04-lesson-detail .dl{
  max-width: 520px;
  margin: 0 auto;
}
.custom.summer .sec04-lesson-detail-item.--term h3 + * {
  margin-top: 26px;
}
.custom.summer .sec04-lesson-detail-item.--term .text {
  line-height: 1.7;
}
.custom.summer .sec04-lesson-detail-item.--term .text .roboto {
  font-size: 18px;
}
.custom.summer .sec04-lesson-detail-item.--term .text + .text {
  margin-top: 12px;
}
.custom.summer .sec04-lesson-detail-item.--price p.text {
  display: flex;
  flex-direction: column;
}
.custom.summer .sec04-lesson-detail-item .c-blue {
  color: var(--summer-blue);
}
.custom.summer .sec04-lesson-detail-item h3{
  color: #fff;
  font-size: 18px;
  line-height: 1.5;
  height: 40px;
  background-color: var(--summer-blue);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
}
.custom.summer .sec04-lesson-detail-item h3 + * {
  margin-top: 16px;
}
.custom.summer .sec04-lesson-detail-ttl {
  font-size: 18px;
  line-height: 1.5;
  color: var(--summer-blue);
  text-align: center;
  margin: 0;
}
.custom.summer .sec04-lesson-detail-ttl.--border {
  border-top: 1px solid var(--summer-blue);
  padding-top: 9px;
  margin-top: 16px;
}
.custom.summer .sec04-lesson-detail-ttl + .text {
  margin-top: 7px;
}
.custom.summer .sec04-lesson-detail-ttl + .sec04-lesson-detail-date {
  margin-top: 5px;
}
.custom.summer .sec04-lesson-detail-ttl + .sec04-lesson-detail-location {
  /* margin-top: 17px; */
}
.custom.summer .sec04-lesson-detail-location {
  margin-inline: auto;
  max-width: 287px;
}
.custom.summer .sec04-lesson-detail-item.--term .sec04-lesson-detail-location .text {
  line-height: calc(24/18);
  text-align: left;
}
.custom.summer .sec04-lesson-detail-location + .sec04-lesson-detail-location {
  margin-top: 24px;
}
.custom.summer .sec04-lesson-detail-h5 {
  background-color: var(--summer-navy);
  border-radius: 6px;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: calc(32/16);
  margin-inline: auto;
  min-width: 230px;
  width: fit-content;
}
.custom.summer .sec04-lesson-detail-h5 + * {
  margin-top: 8px !important;
}
.custom.summer .sec04-lesson-detail-date {
  max-width: 480px;
  padding: 0;
  margin: 0 auto;
}
.custom.summer .sec04-lesson-detail-date-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
/* .custom.summer .sec04-lesson-detail-date-item + .sec04-lesson-detail-date-item {
  margin-top: 8px;
} */
.custom.summer .sec04-lesson-detail-date-item .num {
  width: 290px;
  font-size: 22px;
  letter-spacing: 0.02em;
  line-height: 1.7;
  text-align: left;
}
.custom.summer .sec04-lesson-detail-date-item .num .c-blue {
  font-size: 24px;
}
.custom.summer .sec04-lesson-detail-date-item .num .roboto {
  font-size: 28px;
}
.custom.summer .sec04-lesson-detail-date-item .tags {
  flex: 1;
  max-width: 172px;
  display: flex;
  gap: 8px;
}
.custom.summer .sec04-lesson-detail-date-item .tags .hamadayama,
.custom.summer .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.summer .sec04-lesson-detail-date-item .tags .hamadayama {
  background-color: var(--summer-navy);
}
.custom.summer .sec04-lesson-detail-date-item .tags .higashi {
  background-color: var(--summer-mint-green);

}
.custom.summer .sec04-lesson-detail-item .text {
  font-size: 18px;
  letter-spacing: 0.02em;
  line-height: 1.88888888889;
}
.custom.summer .sec04-lesson-detail-item .text .roboto {
  font-size: 20px;
  letter-spacing: 0.02em;
  line-height: 1.7;
}
.custom.summer .sec04-lesson-detail-item .text .sm {
  font-size: 14px;
}
.custom.summer .sec04-lesson-detail-item .text .sm .roboto {
  font-size: 16px;
}
.custom.summer .sec04-lesson-detail-item .text .price {
  font-size: 18px;
}
.custom.summer .sec04-lesson-detail-item .text .price .roboto {
  font-size: 28px;
}
.custom.summer .sec04-lesson-detail-item .text .price .sm {
  font-size: 14px;
}
.custom.summer .sec04-lesson-detail-item + .sec04-lesson-detail-item{
  margin-top: 48px;
}
.custom.summer .sec04-lesson-detail-text{
  font-size: 18px;
  color: var(--summer-pink-text);
  margin-bottom: 5px;
  margin-top: 24px;
}
.custom.summer .sec04-lesson-detail-deadline{
  font-size: 20px;
  letter-spacing: 0.02em;
  line-height: 1.5;
  color: var(--summer-pink);
  margin-top: 16px!important;
}

.custom.summer .sec04-bottom{
  margin-top: 56px;
  position: relative;
}
.custom.summer .sec04-bottom-ttlWrap{
  display: flex;
  justify-content: center;
  align-items: center;
}
.custom.summer .sec04-bottom-ttl{
  font-size: 24px;
  letter-spacing: 0.02em;
  position: relative;
  padding: 0 68px;
  text-align: center;
}
.custom.summer .sec04-bottom-ttl::before{
  content: "";
  display: inline-block;
  width: 56px;
  height: 89px;
  background-image: url(../../images/lp/summer/sec04-pic-left.webp);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  left: 0;
  top: 0;
}
.custom.summer .sec04-bottom-ttl::after{
  content: "";
  display: inline-block;
  width: 56px;
  height: 89px;
  background-image: url(../../images/lp/summer/sec04-pic-right.webp);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  right: 0;
  top: -4px;
}
.custom.summer .sec04-bottom-ttl span.black{
  font-size: 32px;
  display: inline-block;
  padding-bottom: 5px;
  line-height: 1.3;
}
.custom.summer .sec04-bottom-ttl .c-pink{
  color: var(--summer-pink);
  background: linear-gradient(transparent 60%, #fff 60%);
}
.custom.summer .sec04-bottom-pic{
  width: 100%;
  max-width: 800px;
  position: absolute;
  left: 50%;
  bottom: -56px;
  transform: translate(-50%,100%);
}
.custom.summer .sec04-bottom-pic img{
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

@media screen and (max-width:1540px){
  .custom.summer .summer-sec04-ttlInner {
    position: static;
  }
  .custom.summer .summer-sec04-ttlInner::before{
    width: 43.75%;
    border-radius: 0 500px 500px 0;
    left: -20px;
  }
}
@media screen and (max-width:1440px){
  .custom.summer .summer-sec04-ttlInner {
    position: relative;
  }
  .custom.summer .summer-sec04-ttlInner::before {
    width: 630px;
    border-radius: 0;
    left: -220px;
  }
}
@media screen and (max-width:1180px){
  .custom.summer .summer-sec04-ttlInner::before {
    width: 530px;
    height: 397px;
    top: 100px;
    left: -120px;
  }
}
.custom.summer .summer-sec04-pic{
  display: none;
}
@media screen and (max-width:1023px){
  .custom.summer .summer-sec04-ttlBox {
    max-width: calc(420 / 728 * 100%);
  }
  .custom.summer .summer-sec04-ttl {
    font-size: 36px;
  }
  .custom.summer .summer-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.summer .summer-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.summer .sec04 {
    /* padding-bottom: 127px; */
    padding-bottom: 33.87vw;
  }
  .custom.summer .summer-sec04-ttlInner {
    padding-block: 40px 77px;
  }
  .custom.summer .summer-sec04-ttlInner::before {
    display: block;
    width: 351px;
    height: 263px;
    border-radius: 500px;
    margin-inline: auto;
    position: static;
  }
  .custom.summer .summer-sec04-ttlBox {
    max-width: 311px;
    margin-right: auto;
    margin-top: -16px;
  }
  .custom.summer .summer-sec04-ttl {
    font-size: 28px;
  }
  .custom.summer .summer-sec04-ttl img {
    height: auto;
  }
  .custom.summer .sec04-contents {
    /* padding-block: 55px 121px; */
    padding-block: 55px 32.27vw;
    padding-inline: 18px;
    margin-top: 0;
  }
  .custom.summer .sec04-contents-ttl {
    max-width: 299px;
    padding-block: 8px;
    top: -45px;
  }
  .custom.summer .sec04-contents-ttl .jp {
    font-size: 24px;
  }
  .custom.summer .sec04-lessons {
    padding-bottom: 10px;
  }
  .custom.summer .sec04-lessons-ttl {
    font-size: 18;
    line-height: 1.3;
    padding-block: 5px;
    border-radius: 0;
  }
  .custom.summer .sec04-lessons-ttl::after {
    width: 28px;
    height: 24px;
  }
  .custom.summer .sec04-lessons-ttl .lg {
    font-size: 20px;
  }
  .custom.summer .sec04-lessons-picwrap {
    margin-top: 30px;
    width: calc(184 / 314 * 100%);
    max-width: 200px;
  }
  .custom.summer .sec04-gallery {
    max-width: 600px;
  }
  .custom.summer .sec04-gallery-image {
    margin-inline: auto;
    width: calc(300 / 314 * 100%);
  }
  .custom.summer .sec04-gallery-text01 {
    margin-top: -8px;
    gap: 8px 4px;
    font-size: 24px;
    line-height: 1;
  }
  .custom.summer .sec04-gallery-text01 .box {
    font-size: 24px;
    padding: 8px;
  }
  .custom.summer .sec04-gallery-text01 .plus {
    width: 28px;
  }
  .custom.summer .sec04-gallery-text {
    margin-top: 32px;
    text-align: justify;
  }

  .custom.summer .sec04-lesson-detail {
    margin-top: 32px;
    padding-block: 32px;
  box-shadow: 1px 1px 7px 2px rgba(246, 117, 119,0.1);
  }
  .custom.summer .sec04-lesson-detail-date {
    /* max-width: 207px; */
  }
  .custom.summer .sec04-lesson-detail-date + * {
    margin-top: 8px;
  }
  .custom.summer .sec04-lesson-detail-date-item {
    flex-wrap: wrap;
  }
  .custom.summer .sec04-lesson-detail-date-item + .sec04-lesson-detail-date-item {
    margin-top: 8px;
  }
  .custom.summer .sec04-lesson-detail-date-item .num {
    width: 100%;
    font-size: 16px;
  }
  .custom.summer .sec04-lesson-detail-date-item .num .roboto {
    font-size: 20px;
  }
  .custom.summer .sec04-lesson-detail-date-item .num .c-blue {
    font-size: 20px;
  }
  .custom.summer .sec04-lesson-detail-date-item .tags {
    max-width: 162px;
    margin-left: 24px;
  }
  .custom.summer .sec04-lesson-detail-date-item .tags .hamadayama,
  .custom.summer .sec04-lesson-detail-date-item .tags .higashi {
    max-width: 77px;
    font-size: 12px;
    padding-block: 4px 3px;
  }
  .custom.summer .sec04-lesson-detail-item.--term h3 + * {
    margin-top: 24px;
  }
  .custom.summer .sec04-lesson-detail-item.--term .text + .text {
    margin-top: 16px;
  }
  .custom.summer .sec04-lesson-detail-item.--price .text {
    font-size: 16px;
    line-height: 1.1;
  }
  .custom.summer .sec04-lesson-detail-item.--price .text .roboto {
    font-size: 18px;
    line-height: 1.7;
  }
  .custom.summer .sec04-lesson-detail-item.--price .price .roboto {
    font-size: 28px;
  }
  .custom.summer .sec04-lesson-detail-item + .sec04-lesson-detail-item {
    margin-top: 32px;
  }
  .custom.summer .sec04-lesson-detail-ttl {
    line-height: 1;
  }
  .custom.summer .sec04-lesson-detail-ttl.--border {
    padding-top: 16px;
  }
  .custom.summer .sec04-lesson-detail-ttl + .text {
    margin-top: 12px;
  }
  .custom.summer .sec04-lesson-detail-ttl + .sec04-lesson-detail-location {
    margin-top: 12px;
  }
  .custom.summer .sec04-lesson-detail-location {
    max-width: 230px;
  }
  .custom.summer .sec04-lesson-detail-location + .sec04-lesson-detail-location {
    margin-top: 12px;
  }
  .custom.summer .sec04-lesson-detail-h5 + * {
    margin-top: 12px !important;
  }
  .custom.summer .sec04-lesson-detail-deadline {
    font-size: 16px;
  }

  .custom.summer .sec04-bottom {
    margin-top: 30px;
  }
  .custom.summer .sec04-bottom-ttl {
    padding: 0;
    line-height: 1.5;
  }
  .custom.summer .sec04-bottom-ttl::before {
    transform: rotate(44deg);
    width: 42px;
    top: 55px;
    height: 70px;
    left: -8px;
  }
  .custom.summer .sec04-bottom-ttl::after {
    transform: rotate(-44deg);
    width: 42px;
    top: 56px;
    height: 70px;
    right: -9px;
  }
  .custom.summer .sec04-bottom-ttl .h-pb {
    padding-bottom: 16px;
    display: inline-block;
  }
  .custom.summer .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.summer .sec04-bottom-ttl .c-pink {
    background: none;
  }
  .custom.summer .sec04-bottom-pic{
    top: -40px;
  }
}
@media screen and (max-width:540px){
  .custom.summer .sec04::before {
    display: block;
    min-width: auto;
    aspect-ratio: 375/680;
    height: auto;
    background-image: url(../../images/lp/summer/sec04-bg_sp.webp);
  }
  .custom.summer .summer-sec04-ttlInner::before {
    width: calc(366 / 350 * 100%);
    aspect-ratio: 366/263;
    height: auto;
    margin-left: -20px;
    border-radius: 0 200px 200px 0;
  }

}



/* sec06 */
.custom.summer .sec06{
  background-color: var(--class-ttl-blue);
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.custom.summer .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.summer .sec06-inner {
  max-width: 1440px;
  padding: 80px 20px 0;
  box-sizing: border-box;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}
.custom.summer .sec06-inner::before,
.custom.summer .sec06-inner::after {
  content: "";
  display: block;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 64px;
}

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

}
.custom.summer .sec06-try-ttl-jp {
  font-size: 24px;
  letter-spacing: 0.02em;
  line-height: 1.5;
  color: var(--spring-navy);
}
.custom.summer .sec06-try-ttl + * {
  margin-top: 24px;
}
.custom.summer .sec06-try-text01,
.custom.summer .sec06-try-text02 {
  letter-spacing: 0.02em;
  line-height: 1.7;
  text-align: center;
}
.custom.summer .sec06-try-text01 {
  font-size: 16px;
}
.custom.summer .sec06-try-text01 + * {
  margin-top: 16px;
}
.custom.summer .sec06-try-text02 {
  font-size: 18px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
}
.custom.summer .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.summer .sec06-try-text02 .text02{
  width: 100%;
}

.custom.summer .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.summer .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.summer .sec06-lesson-feature-ttl{
  font-size: 32px;
  letter-spacing: 0.02em;
  line-height: 1.5;
}
.custom.summer .sec06-lesson-feature-ttl-text{
  font-size: 16px;
  letter-spacing: 0.02em;
}
.custom.summer .sec06-lesson-feature-ttl-text .outfit{
  font-size: 18px;
}
.custom.summer .sec06-lesson-feature-text {
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  line-height: 1.7;
}
.custom.summer .sec06-lesson-feature-text .c-navy,
.custom.summer .sec06-lesson-feature-text .c-pink{
  font-weight: 700;
}
.custom.summer .sec06-lesson-feature-text .c-blue{
  color: var(--summer-blue);
}
.custom.summer .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.summer .sec06-lesson-feature-text + * {
  margin-top: 40px;
}
.custom.summer .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.summer .sec06-feature-item:nth-child(even) {
  flex-direction: row-reverse;
}
.custom.summer .sec06-feature-item + .sec06-feature-item{
  margin-top: 48px;
}
.custom.summer .sec06-feature-box{
  width: calc((352 / 752) * 100%);
  padding-top: 20px;
  padding-bottom: 25px;
}
.custom.summer .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.summer .sec06-feature-item-ttl + * {
  margin-top: 18px;
}
.custom.summer .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.summer .sec06-feature-item-ttl .en .num{
  font-size: 34px;
  letter-spacing: 0.04em;
}
.custom.summer .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.summer .sec06-feature-item:nth-child(1) .sec06-feature-item-ttl .title {
  background-color: var(--feature-pink);
}
.custom.summer .sec06-feature-item:nth-child(2) .sec06-feature-item-ttl .title {
  background-color: var(--class-ttl-blue);
}
.custom.summer .sec06-feature-item:nth-child(3) .sec06-feature-item-ttl .title {
  background-color: var(--feature-orange);
}
.custom.summer .sec06-feature-item:nth-child(4) .sec06-feature-item-ttl .title {
  background-color: var(--feature-green);
}
.custom.summer .sec06-feature-box-lead {
  font-size: 22px;
  letter-spacing: 0;
  line-height: 1.6;
  text-align: center;
}

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

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

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

.custom.summer .sec06-feature-item:nth-child(4) .sec06-feature-item-ttl .en,
.custom.summer .sec06-feature-item:nth-child(4) .sec06-feature-box-lead{
  color: var(--feature-green);
}
.custom.summer .sec06-feature-box-lead + * {
  margin-top: 10px;
}
.custom.summer .sec06-feature-box-text {
  font-size: 16px;
  letter-spacing: 0;
  line-height: 1.7;
  text-align: justify;
}
.custom.summer .sec06-feature-pic{
  flex: 1;
  margin: 0;
  margin-right: 4px;
}
.custom.summer .sec06-feature-pic img{
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
.custom.summer .sec06-lesson-feature-reason-box{
  margin-top: 40px;
  padding-bottom: 74px;
}
.custom.summer .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.summer .sec06-lesson-feature-reason02{
  width: 100%;
  max-width: 793px;
  margin: 48px auto 0;
  position: relative;
}
.custom.summer .sec06-lesson-feature-reason02::before,
.custom.summer .sec06-lesson-feature-reason02::after {
  content: "";
  display: block;
  background-position: 50% 100%;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
}
.custom.summer .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.summer .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.summer .sec06-lesson-feature-reason02-text{
  margin: 0 auto;
  width: fit-content;
  color: #fff;
  text-align: center;
  position: relative;
  z-index: 2;
}
.custom.summer .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.summer .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.summer .sec06-lesson-feature-reason02 .text02 .c-yellow{
  font-size: 40px;
  color: var(--summer-yellow);
}

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


@media screen and (max-width:767px){
  .custom.summer .sec06::before {
    height: calc(100% - 110px - 286px);
    border-radius: 28px 28px 0 0;
    top: 110px;
  }
  .custom.summer .sec06-inner{
    padding-top: 48px;
  }
  .custom.summer .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.summer .sec06-inner::after{
    display: none;
  }
  .custom.summer .sec06-ttl {
    width: 100%;
    max-width: 329px;
  }
  .custom.summer .sec06-ttl .jp {
    font-size: 28px;
  }
  .custom.summer .sec06-contents{
    margin-top: 32px;
  }
  .custom.summer .sec06-contents-text {
    font-size: 28px;
    line-height: 1.5;
  }
  .custom.summer .sec06-contents-text .line-white{
    font-size: 28px;
    background: none;
    line-height: 1.5;
  }
  .custom.summer .sec06-contents-text .c-pink{
  }
  .custom.summer .sec06-contents-text02{
    margin-top: 16px;
    font-size: 18px;
  }
  .custom.summer .sec06-contents-text02 .line-yellow{
    padding: 0;
  }
  .custom.summer .sec06-contents-pic {
    width: calc((299 / 335) * 100%);
    max-width: 450px;
    margin-top: 0;
  }
  .custom.summer .sec06-contents-pic.pc {
    display: none;
  }
  .custom.summer .sec06-contents-pic.sp {
    display: block;
  }
  .custom.summer .sec06-contents-pic.pc + * {
    margin-top: 32px;
  }
  .custom.summer .sec06-try-ttl-en {
    font-size: 60px;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
    width: fit-content;
  }
  .custom.summer .sec06-try-text02 {
    align-items: center;
    flex-direction: column;
    gap: 8px;
  }
  .custom.summer .sec06-try-text02 .text01{
    line-height: calc(36/22);
  }
  .custom.summer .sec06-try-text02 .text02{
    margin-top: 8px;
  }
  .custom.summer .sec06-lesson-feature{
    margin-top: 32px;
    padding: 0;
    border: none;
  }
  .custom.summer .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.summer .sec06-lesson-feature-ttl-wrap + *{
    margin-top: 36px;
  }
  .custom.summer .sec06-lesson-feature-ttl{
    font-size: 24px;
  }
  .custom.summer .sec06-lesson-feature-ttl-text {
    line-height: 1;
  }
  .custom.summer .sec06-lesson-feature-text{
    padding-inline: 27px;
    letter-spacing: 0;
  }
  .custom.summer .sec06-lesson-feature-text + * {
    margin-top: 36px;
  }
  .custom.summer .sec06-feature-item{
    padding-top: 16px;
    padding-inline: 0;
    border-radius: 16px;
  }
  .custom.summer .sec06-feature-item:nth-child(even){
    flex-direction: column;
  }
  .custom.summer .sec06-feature-item + .sec06-feature-item {
    margin-top: 32px;
  }
  .custom.summer .sec06-feature-item-ttl .en {
    gap: 16px;
  }
  .custom.summer .sec06-feature-item-ttl .en .num {
    font-size: 36px;
  }
  .custom.summer .sec06-feature-item-ttl .title {
    max-width: 324px;
  }
  .custom.summer .sec06-feature-box-lead,
  .custom.summer .sec06-feature-box-text{
    padding-inline: 25px;
    box-sizing: border-box;
  }
  .custom.summer .sec06-feature-pic {
    width: calc((308 / 335) * 100%);
  }
  .custom.summer .sec06-lesson-feature-reason-box{
    margin-top: 32px;
    padding-bottom: 48px;
    position: relative;
    z-index: 1;
  }
  .custom.summer .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.summer .sec06-lesson-feature-reason02{
    margin-top: 7px;
    max-width: 335px;
    line-height: 1.5;
  }
  .custom.summer .sec06-lesson-feature-reason02::before {
    width: 375px;
    aspect-ratio: 375/250;
    background-image: url(../../images/lp/spring/sec06-reason-bg01_sp.png);
    top: -54px;
    bottom: 0;
  }
  .custom.summer .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;
  }
  .custom.summer .sec06-lesson-feature-reason02-text::before, .custom.summer .sec06-lesson-feature-reason02-text::after {
    display: none;
  }
  .custom.summer .sec06-lesson-feature-reason02 .text01{
    padding-bottom: 4px;
    margin-bottom: 0;
  }
  .custom.summer .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.summer .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;
  }
}


/* sec08 */
.custom.summer .sec08{
  background-color: var(--spring-navy);
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.custom.summer .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.summer .sec08-inner {
  max-width: 1440px;
  padding: 80px 40px;
  box-sizing: border-box;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}
.custom.summer .sec08-inner::before,
.custom.summer .sec08-inner::after {
  content: "";
  display: block;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 64px;
}

.custom.summer .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.summer .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.summer .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.summer .sec08-ttl .en{
  color: var(--hi-class_oyako2);
  display: block;
  font-size: 16px;
  text-transform: capitalize;
  line-height: 1;
  letter-spacing: 0.2em;
}
.custom.summer .sec08-ttl .jp {
  color: var(--spring-navy);
  font-size: 48px;
  line-height: 1.5;
  letter-spacing: 0.02em;
  margin-block: 4px 0;
}
.custom.summer .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.summer .sec08-contents .sec08-contents-tab-text {
  font-size: 20px;
  letter-spacing: 0.02em;
  line-height: 1.5;
  text-align: center;
}
.custom.summer .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.summer .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.summer .sec08-contents .sec08-nav-item[role=tab][aria-selected=true] {
  background-color: var(--summer-pink);
  border-color: var(--summer-pink);
}
.custom.summer .sec08-contents .sec08-nav-item[role=tab][aria-selected=true] h3 {
  color: #ffffff;
}
.custom.summer .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.summer .sec08-contents .sec08-tab-contents {
  padding-top: 48px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
.custom.summer .sec08-contents .sec08-tab-contents:first-child {
  padding-top: 0;
}
.custom.summer .sec08-contents .sec08-tab-ttl {
  font-size: 36px;
  letter-spacing: 0.02em;
  line-height: 1.5;
  color: var(--summer-pink);
}
.custom.summer .sec08-contents .sec08-tab-ttl + * {
  margin-top: 48px;
}
.custom.summer .sec08-contents .sec08-pic-wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
}
.custom.summer .sec08-contents .sec08-pic-wrap + * {
  margin-top: 48px;
}
.custom.summer .sec08-contents .sec08-pic{
  max-width: 440px;
  margin: 0 auto;
}
.custom.summer .sec08-contents .sec08-pic img{
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
.custom.summer .sec08-contents .sec08-flex {
  display: flex;
  flex-direction: row-reverse;
  align-items: flex-start;
  gap: 40px;
}
.custom.summer .sec08-contents .sec08-box {
  flex: 1;
}
.custom.summer .sec08-contents .sec08-ttl-blue{
  font-size: 32px;
  color: var(--spring-navy);
  margin-top: 55px;
}
.custom.summer .sec08-contents .sec08-item{
  display: flex;
  align-items: flex-start;
  gap: 8px 16px;
}
.custom.summer .sec08-contents .sec08-item + .sec08-item{
  margin-top: 8px;
}
.custom.summer .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.summer .sec08-contents .sec08-item-text{
  flex: 1;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.7;
  text-align: left;
}
.custom.summer .sec08-contents .sec08-item:nth-of-type(4) .sec08-item-text{
  display: flex;
  flex-direction: column;
  gap: 4px;
  white-space: nowrap;
}
.custom.summer .sec08-contents .sec08-item-text .roboto{
  font-size: 20px;
}
.custom.summer .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.summer .sec08-contents .sec08-map{
  height: 239px;
  width: calc((372 / 800) * 100%);
}
.custom.summer .sec08-contents .sec08-map iframe {
  width: 100%;
  height: 100%;
  display: block;
}
.custom.summer .sec08-contents .sec08-en{
  display: block;
  text-align: center;
  margin-top: 34px;
}
.custom.summer .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.summer .sec08::before{
    border-radius: 200px 200px 0 0 ;
  }
}
@media screen and (max-width:1023px){
  .custom.summer .sec08::before{
    border-radius: 100px 100px 0 0 ;
  }
  .custom.summer .sec08-inner{
    padding-inline: 20px;
  }
  .custom.summer .sec08-contents .sec08-flex {
    flex-direction: column;
  }
  .custom.summer .sec08-contents .sec08-box {
    width: 100%;
  }
  .custom.summer .sec08-contents .sec08-item{
    flex-direction: column;
  }
  .custom.summer .sec08-contents .sec08-item-ttl {
    width: 100%;
    font-size: 18px;
    height: 40px;
  }
  .custom.summer .sec08-contents .sec08-item .sec08-item-text{
    width: 100%;
    text-align: center;
  }
  .custom.summer .sec08-contents .sec08-map{
    width: 100%;
  }
}

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


/* CTA */
.custom.summer .cta {
  background-color: var(--summer-yellow);
  color: var(--summer-navy);
  padding-block: 42px 60px;
}
.custom.summer .cta .c-pink {
  color: var(--summer-pink);
}
.custom.summer .cta .sec-inner{
  max-width: 1040px;
  padding-left: 20px;
  padding-right: 20px;
  margin: 0 auto;
  box-sizing: border-box;
}
.custom.summer .cta .sec-inner .summer-ctaFlex {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.custom.summer .summer-ctaBox {
  width: 548px;
  color: var(--summer-navy);
}
.custom.summer .summer-cta-text {
  font-size: 48px;
  line-height: 1;
  letter-spacing: 0.02em;
  position: relative;
  text-align: center;
}
.custom.summer .summer-cta-text .h-min {
  font-size: 32px;
}
.custom.summer .summer-cta-text .text02{
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--summer-navy);
  font-size: 24px;
  margin-top: 24px;
}
.custom.summer .summer-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.summer .summer-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.summer .summer-cta-text .text02 .bg-white .ls {
  letter-spacing: -0.2em;
}
.custom.summer .summer-cta-text2 {
  color: var(--summer-blue);
  margin-top: 24px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  letter-spacing: 0.02em;
}
.custom.summer .summer-cta-text2::before,
.custom.summer .summer-cta-text2::after {
  content: "";
  display: block;
  width: 23px;
  aspect-ratio: 23/40;
  background-image: url(../../images/lp/summer/cta-line.webp);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin-bottom: 6px;
}
.custom.summer .summer-cta-text2::before {
  margin-right: 3px;
}
.custom.summer .summer-cta-text2::after {
  transform: scale(-1,1);
  margin-left: 2px;
}
.custom.summer .summer-cta-text2 .h-md {
  font-size: 30px;
  line-height: 1;
}
.custom.summer .summer-cta-text2 .h-md .roboto {
  font-size: 36px;
}
.custom.summer .summer-cta-text2 .h-lg {
  font-size: 36px;
  line-height: 1;
}
.custom.summer .summer-cta-text2 .h-lg .roboto {
  font-size: 48px;
}
.custom.summer .cta-detail-box {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  gap: 16px;
  margin-top: 8px;
}
.custom.summer .cta-detail-left {
  background-color: #ffffff;
  width: 100%;
  max-width: 200px;
  height: 88px;
  border-radius: 13px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.custom.summer .cta-detail-left-text {
  font-size: 28px;
  letter-spacing: 0.02em;
  line-height: 1.2;
  color: var(--summer-blue);
  text-align: center;
}
.custom.summer .cta-detail-left-text .roboto {
  font-size: 36px;
}
.custom.summer .cta-detail-right-text {
  width: 320px;
  font-size: 52px;
  letter-spacing: 0.02em;
  line-height: 1;
  position: relative;
  z-index: 1;
}
.custom.summer .cta-detail-right-text:after {
  content: "";
  display: block;
  width: 316px;
  height: 9.6px;
  background-color: #ffffff;
  position: absolute;
  left: 50%;
  bottom: 6px;
  transform: translateX(-50%);
  z-index: -1;
}
.custom.summer .cta-detail-right-text .num {
  font-size: 97px;
}
.custom.summer .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: 10px;
}
.custom.summer .summer-cta-btn{
  max-width: 424px;
  width: 100%;
}
.custom.summer .summer-cta-btn::before {
  content: "";
  display: block;
  width: 400px;
  aspect-ratio:400/281;
  background-image: url(../../images/lp/summer/cta-pic.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.custom.summer .summer-cta-btn a {
  width: 100%;
  max-width: 424px;
  margin-top: -4px;
  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.6;
  text-align: center;
  padding: 13px 10px;
  border-radius: 8px;
  box-sizing: border-box;  box-shadow: 0px 6px 0px 0px rgba(214, 66, 110, 1);
}
.custom.summer .summer-cta-btn span{
  position: relative;
}
.custom.summer .summer-cta-btn span::after{
  content: "";
  display: inline-block;
  width: 15px;
  height: 13px;
  position: absolute;
  background-image: url(https://images.squarespace-cdn.com/content/5273768be4b0a406b9079d44/9fcd0805-2e47-424e-b69b-f009a05e6f74/sec-cta-arrow.png?content-type=image%2Fpng);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  top: 50%;
  right: -28px;
  transform: translateY(-50%);
}
.custom.summer .summer-cta-btn a:hover{
  color: var(--summer-pink);
  background-color: #fff;
  border: 2px solid var(--summer-pink);
}

@media screen and (max-width:1023px){
  .custom.summer .cta {
    padding-top: 40px;
  }
  .custom.summer .cta .sec-inner .summer-ctaFlex {
    flex-direction: column;
    align-items: center;
  }
}
@media screen and (max-width:767px){
  .custom.summer .cta {
    padding-bottom: 48px;
  }
  .custom.summer .cta .sec-inner {
    padding-inline: 32px;
  }
  .custom.summer .cta .sec-inner .summer-ctaFlex {
    gap: 20px;
  }
  .custom.summer .summer-ctaBox {
    width: 100%;
  }
  .custom.summer .summer-cta-text,
  .custom.summer .summer-cta-text .h-min {
    font-size: 28px;
  }
  .custom.summer .summer-cta-text {
    max-width: 286px;
    margin-inline: auto;
  }
  .custom.summer .summer-cta-text .text01 {
    display: block;
    line-height: 1;
  }
  .custom.summer .summer-cta-text .text02 {
    margin-top: 8px;
    justify-content: center;
    flex-wrap: wrap;
    row-gap: 0;
    line-height: 1.7084;
  }
  .custom.summer .summer-cta-text .text02 .bg-blue {
    font-size: 32px;
    padding: 0 8px;
    line-height: 48px;
  }
  .custom.summer .summer-cta-text .text02 .bg-white{
    font-size: 32px;
    padding: 0px 10px;
    line-height: 48px;
  }
  .custom.summer .summer-cta-text2 {
  }
  .custom.summer .summer-cta-text2::before,
  .custom.summer .summer-cta-text2:after {
    aspect-ratio: 44/167;
    width: 22px;
    background-image: url(../../images/lp/summer/cta-line_sp.webp);
    margin: 0;
  }
  .custom.summer .summer-cta-text2 .inner {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .custom.summer .cta-detail-box {
    flex-direction: column;
    align-items: center;
    margin-top: 16px;
  }
  .custom.summer .cta-detail-left {
    max-width: 275px;
    height: 63px;
    border-radius: 12px;
  }
  .custom.summer .cta-detail-right-text {
    width: 311px;
    font-size: 48px;
  }
  .custom.summer .cta-detail-right-text .num {
    font-size: 94px;
  }
  .custom.summer .cta-detail-right-text:after {
    width: 306px;
    left: 0;
    bottom: 8px;
    transform: none;
  }
  .custom.summer .cta-detail-right-text .tax {
    font-size: 16px;
    top: 15px;
    right: 15px;
  }
  .custom.summer .summer-cta-btn {
    max-width: 311px;
    margin-inline: auto;
  }
  .custom.summer .summer-cta-btn::before {
    width: 268px;
    aspect-ratio: 536/248;
    background-image: url(../../images/lp/summer/cta-pic_sp.png);
    margin-left: 12px;
  }
  .custom.summer .summer-cta-btn a {
    margin-top: -7px;
    max-width: 311px;
    font-size: 26px;
    line-height: 2;
    padding-block: 4px;
  }
  .custom.summer .summer-cta-btn span {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
  }
  .custom.summer .summer-cta-btn span:after {
    position: static;
    transform: none;
    width: 14px;
    height: 12px;
  }
}


/* fixed-btn */
.custom.summer .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.summer .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.summer .fixed-btn .cta-btn a:hover{
  color: var(--summer-pink);
  background-color: #fff;
  border: 2px solid var(--summer-pink);
}
.custom.summer .fixed-btn .cta-btn a .arrow{
  width: 14px;
  height: 16px;
  bottom: 22px;
  right: 18px;
  margin: 0;
  position: absolute;
}
.custom.summer .fixed-btn .cta-btn a .arrow::before{
  display: none;
}
.custom.summer .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.summer .fixed-btn{
  top: 80%;
  transform: translateY(-80%);
}
@media screen and (max-width:819px){
  .custom.summer .fixed-btn{
    bottom: 0;
    top: auto;
    transform: none;
  }
  .custom.summer .fixed-btn .cta-btn {
    padding: 20px;
  }
  .custom.summer .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.summer .fixed-btn .cta-btn a:hover{
    border: 3px solid var(--hi-red);
  }
  .custom.summer .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.summer .sec09-contents .sec09-en img
  .custom.summer .fixed-btn .cta-btn a{
    font-size: 22px;
    letter-spacing: 0.03em;
    width: 311px;
    max-width: 100%;
    padding: 11px 10px 11px 30px;
  }
  .custom.summer .fixed-btn .cta-btn a{
    font-size: 26px;
    line-height: 1;
    width: 100%;
    max-width: 100%;
    padding-block: 17px;
  }
  .custom.summer .fixed-btn .cta-btn a .arrow{
    width: 12px;
    height: 14px;
  }
}
@media screen and (max-width:360px){
  .custom.summer .fixed-btn .cta-btn a{
    padding: 16px 30px 16px 15px;
  }
  .custom.summer .fixed-btn .cta-btn a .arrow{
    right: -20px;
  }
}
