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

.custom.spring .c-pink{
  color: var(--hi-class_oyako2);
}

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

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

#folderNav{
  display: none;
}

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

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

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

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

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

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

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

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


/* sec01 */
.custom.spring .sec01{
  background: linear-gradient(to bottom, #6DBDF6 0%, #9DD9FA 100%);
}
.custom.spring .sec01 .fv-main {
  background: url(../../images/lp/spring/fv-bg.png) bottom / cover no-repeat;
  overflow: hidden;
}
.custom.spring .sec01 .fv-inner {
  margin-left: auto;
  margin-right: auto;
	max-width: 1200px;
  padding-left: 40px;
  padding-right: 40px;
  position: relative;
  z-index: 1;
}
.custom.spring .sec01 .fv-inner::after {
  aspect-ratio: 1117/669;
  background: url(../../images/lp/spring/fv-pic.png) 50% / cover no-repeat;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: -440px;
  width: 1117px;
  z-index: -1;
}
.custom.spring .fv-ttlWrap{
	align-items: flex-start;
	display: flex;
  padding-top: 47px;
}
.custom.spring .fv-ttl {
  padding-top: 41px;
}
.custom.spring .fv-ttl-top{
	align-items: flex-end;
	display: flex;
  gap: 24px;
}
.custom.spring .fv-ttl-top .blue{
	background-color: var(--class-ttl-blue);
	border-radius: 4px;
  box-sizing: border-box;
	color: #fff;
	display: inline-block;
  padding-left: 68px;
	position: relative;
  width: 276px;
}
.custom.spring .fv-ttl-top .blue-num{
	left: 25px;
	object-fit: contain;
	position: absolute;
	top: -11px;
	width: 42px;
}
.custom.spring .fv-ttl-top .blue-num img{
	object-fit: contain;
	width: 100%;;
}
.custom.spring .fv-ttl-top .blue-text{
	font-size: 40px;
  line-height: calc(60/40);
  -webkit-text-stroke: 2px var(--class-ttl-blue);
  text-stroke: 2px var(--class-ttl-blue);
  paint-order: stroke;
}
.custom.spring .fv-ttl-top .text{
	color: #fff;
	font-size: 24px;
	line-height: 1;
	letter-spacing: 0.02em;
}
.custom.spring .fv-text-image{
	filter: drop-shadow(0px 0px 20px rgba(71, 149, 185, 0.35));
	height: auto;
	max-width: 600px;
	margin-top: 8px;
	width: 100%;
}
.custom.spring .fv-target{
	align-items: center;
	background-color: #ffffff;
	border-radius: 50%;
	color: var(--class-ttl-blue);
	display: flex;
	font-size: 24px;
  font-weight: 700;
	height: 144px;
	justify-content: center;
	line-height: 1.4;
	margin-left: -34px;
	text-align: center;
	width: 144px;
}

.custom.spring .fv-textarea{
	margin-top: 39px;
	padding-bottom: 37px;
}
.custom.spring .fv-text01{
	color: var(--spring-navy);
	font-size: 32px;
	display: block;
  line-height: 1;
}
.custom.spring .fv-textFlex{
	align-items: center;
	display: flex;
  gap: 16px;
  margin-top: 15px;
}
.custom.spring .fv-textFlex .fv-textFlex_inner{
	align-items: center;
	display: flex;
  gap: 16px;
}
.custom.spring .fv-textWhite{
	background-color: #fff;
	border-radius: 8px;
	box-shadow: 0px 4px 4px 0px rgba(0,0,0,0.251);
	color: var(--spring-navy);
	font-size: 54px;
	line-height: 1;
	letter-spacing: 0.02em;
	padding: 12px;
}
.custom.spring .fv-textPlus{
	display: block;
	width: 64px;
}
.custom.spring .fv-textPlus img{
	box-shadow: 0px 4px 4px 0px rgba(0,0,0,0.251);
	border-radius: 50%;
	width: 100%;
}
.custom.spring .fv-textYellow{
	background-color: var(--summer-yellow);
	border-radius: 8px;
	box-shadow: 0px 4px 4px 0px rgba(0,0,0,0.251);
	color: var(--spring-navy);
	font-size: 54px;
	line-height: calc(65/54);
	padding: 12px;
}
.custom.spring .fv-textYellow .min{
	font-size: 30px;
	letter-spacing: -0.03em;
}
.custom.spring .fv-textYellow .min .ls{
  letter-spacing: -0.18em;
}


.custom.spring .fv-blueArea{
	align-items: center;
	background-color: var(--spring-navy);
	color: #fff;
	display: flex;
	justify-content: center;
	padding: 20px;
}
.custom.spring .fv-blueArea .fv-blue-text{
	align-items: center;
	display: flex;
	font-size: 24px;
  gap: 16px;
	letter-spacing: 0.02em;
}
.custom.spring .fv-blueArea .fv-blue-text02{
	align-items: center;
	display: flex;
	font-size: 24px;
  gap: 16px;
  margin-top: 4px;
}
.custom.spring .fv-blueArea .bg-white{
	background-color: #fff;
	border-radius: 4px;
	color: var(--spring-navy);
	display: inline-block;
	font-size: 18px;
	height: 31px;
	line-height: 31px;
	text-align: center;
	width: 96px;
}
.custom.spring .fv-blueArea-time {
  line-height: 1.5;
}
.custom.spring .fv-blueArea .num{
	font-size: 32px;
  line-height: calc(48/32);
}
.custom.spring .fv-blueArea .slash{
	margin-right: 5px;
	margin-left: 5px;
}


/* @media screen and (min-width:1921px){
  .custom.spring .sec01 .fv-inner::after {
    background: url(../../images/lp/spring/fv-pic_xl.png) 50% / cover no-repeat;
  }
} */

@media screen and (max-width:1200px){
  .custom.spring .sec01 .fv-inner::after {
    right: -460px;
    width: 975px;
  }
  .custom.spring .fv-ttl-top {
    gap: 18px;
  }
  .custom.spring .fv-ttl-top .blue {
    padding-left: 50px;
    width: 220px;
  }
  .custom.spring .fv-ttl-top .blue-num {
    left: 20px;
    top: -7px;
    width: 30px;
  }
  .custom.spring .fv-ttl-top .blue-text {
    font-size: 32px;
    line-height: 1.4;
  }
  .custom.spring .fv-ttl-top .text {
    font-size: 18px;
  }
	.custom.spring .fv-text-image{
		max-width: 500px;
	}
	.custom.spring .fv-target{
    margin-left: -16px;
		font-size: 20px;
		width: 120px;
		height: 120px;
	}

  .custom.spring .fv-text01 {
    font-size: 26px;
  }
	.custom.spring .fv-textFlex{
    margin-top: 13px;
	}
  .custom.spring .fv-textPlus {
    width: 52px;
  }
	.custom.spring .fv-textWhite,
  .custom.spring .fv-textYellow{
    font-size: 44px;
	}
  .custom.spring .fv-textYellow .min {
    font-size: 24px;
  }
}
@media screen and (max-width:1023px){
  .custom.spring .fv-ttlWrap {
    padding-top: 20px;
  }
  .custom.spring .fv-ttl {
    padding-top: 20px;
  }
  .custom.spring .fv-ttl-top {
    gap: 10px;
  }
  .custom.spring .fv-ttl-top .blue {
    padding-left: 40px;
    width: 167px;
  }
  .custom.spring .fv-ttl-top .blue-num {
    left: 13px;
    top: -7px;
    width: 25px;
  }
  .custom.spring .fv-ttl-top .blue-text {
    font-size: 24px;
  }
  .custom.spring .fv-ttl-top .text {
    font-size: 16px;
  }
  .custom.spring .fv-text-image {
    max-width: 450px;
  }
  .custom.spring .fv-target {
    font-size: 18px;
    height: 108px;
    width: 108px;
  }

  .custom.spring .fv-text01 {
    font-size: 24px;
  }
  .custom.spring .fv-textPlus {
    width: 48px;
  }
  .custom.spring .fv-textWhite,
  .custom.spring .fv-textYellow {
    font-size: 40px;
  }
  .custom.spring .fv-textYellow {
    line-height: 1;
  }
  .custom.spring .fv-textYellow .min {
    font-size: 22px;
  }
  .custom.spring .fv-textFlex .fv-textFlex_inner {
    flex-wrap: wrap;
  }

}
@media screen and (max-width:767px){
  .custom.spring .sec01 .fv-main {
    background: url(../../images/lp/spring/fv-bg_sp.jpg) 50% / cover no-repeat;
  }
  .custom.spring .sec01 .fv-inner {
    padding-left: 5.13vw;
    padding-right: 5.13vw;
  }
  .custom.spring .sec01 .fv-inner::after {
    display: none;
  }
	.custom.spring .fv-ttlWrap{
    flex-direction: column;
    gap: 5.13vw;
    padding-top: 5.13vw;
	}
	.custom.spring .fv-ttl{
    box-sizing: border-box;
    padding-top: 0;
    padding-left: 3.08vw;
    padding-right: 3.08vw;
    width: 100%;
	}
	.custom.spring .fv-ttl-top {
    gap: 2.05vw;
  }
	.custom.spring .fv-ttl-top .blue{
		line-height: 1.1;
    padding-left: 8.72vw;
    width: 40.26vw;
	}
	.custom.spring .fv-ttl-top .blue-num{
		left: 2.05vw;
		top: -1.54vw;
		width: 6.28vw;
	}
	.custom.spring .fv-ttl-top .blue-text{
		font-size: 6.15vw;
    line-height: calc(32/24);
	}
	.custom.spring .fv-ttl-top .text{
		font-size: 3.33vw;
    line-height: 1.7;
	}
	.custom.spring .fv-text-image{
		margin-top: 3.08vw;
		max-width: 83.85vw;
	}
	.custom.spring .fv-target{
    font-size: 3.59vw;
		margin-left: -1.03vw;
		width: 20.51vw;
		height: 20.51vw;
	}
	.custom.spring .fv-textarea{
		padding-bottom: 4.1vw;
		margin-top: 19.74vw;
	}
	.custom.spring .fv-text01{
		position: relative;
		z-index: 1;
		font-size: 4.62vw;
		color: var(--spring-navy);
	}
	.custom.spring .fv-text01::after{
		content: "ネイティブ講師による";
		position: absolute;
		color: #fff;
		left: 0px;
		z-index: -1;
		-webkit-text-stroke-width: 1.54vw;
		-webkit-text-stroke-color: #fff;
		text-align: 0;
		top: 0;
	}
  .custom.spring .fv-textFlex {
    margin-top: 2.05vw;
  }
  .custom.spring .fv-textFlex .fv-textFlex_inner {
    gap: 2.05vw;
  }
	.custom.spring .fv-textYellow,
	.custom.spring .fv-textWhite{
		font-size: 7.18vw;
    padding: 3.08vw;
    white-space: nowrap;
	}
	.custom.spring .fv-textPlus{
    width: 10.26vw;
	}
	.custom.spring .fv-textYellow .min{
		font-size: 4.1vw;
	}

	.custom.spring .fv-blueArea{
		box-sizing: border-box;
		height: 120px;
		overflow: hidden;
	}
	.custom.spring .fv-blueArea .bg-white{
		font-size: 14px;
		width: 72px;
		height: 26px;
		line-height: 27px;
	}
	.custom.spring .fv-blueArea .fv-blue-text{
		font-size: 18px;
		line-height: 1.3;
	}
	.custom.spring .fv-blueArea .fv-blue-text02{
		font-size: 18px;
		margin-top: 16px;
	}
	.custom.spring .fv-blueArea .fv-blue-text .num{
		font-size: 20px;
    line-height: calc(26/20);
	}
	.custom.spring .fv-blueArea .fv-blue-text .min{
		font-size: 18px;
	}
	.custom.spring .fv-blueArea .fv-blue-text .slash{
		display: none;
	}
	.custom.spring .fv-blueArea .fv-blue-text .noto{
		letter-spacing: 0.2em;
	}
  .custom.spring .fv-blueArea-time {
    line-height: calc(31/18);
  }
	.custom.spring .fv-blueArea .fv-blue-text02 .min{
		font-size: 15px;
	}
}

/* SEC02 */
.custom.spring .sec02{
	text-align: center;
}
.custom.spring .sec02-textbox{
	padding-top: 80px;
	display: flex;
	justify-content: center;
	padding-bottom: 38px;
	overflow: hidden;
}
.custom.spring .sec02-text{
	color: var(--spring-navy);
	font-size: 32px;
  line-height: 1;
}
.custom.spring .sec02-text .c-pink{
	letter-spacing: 0.02em;
}
.custom.spring .sec02-text .t-min{
	font-size: 26px;
}
.custom.spring .sec02-text02{
	font-size: 18px;
	line-height: calc(31/18);
	margin-top: 24px;
}
.custom.spring .sec02-text03{
	color: var(--spring-navy);
	font-size: 24px;
	margin-top: 24px;
  line-height: 1;
}
.custom.spring .sec02-textbox_inner{
	position: relative;
}
.custom.spring .sec02-textbox_inner::before{
	content: "";
	display: inline-block;
	background-image: url(../../images/lp/spring/sec02-card.png);
	width: 96px;
	height: 64px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	position: absolute;
	bottom: 65px;
	right: -77px;
}
.custom.spring .sec02-arrow{
	display: block;
	width: 40px;
	margin: 24px auto 0;

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

.custom.spring .sec02-bg-pink{
	background-image: url(../../images/lp/spring/sec02-pinkbg.png);
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: top center;
  padding: 32px 40px 50px;
	position: relative;
	z-index: 1;
}
.custom.spring .sec02-bg-pink::after{
	content: "";
	display: block;
	width: 100%;
	height: 50%;
	position: absolute;
	left: 0;
	bottom: 0;
	background-color: var(--spring-light-pink);
	z-index: -1;
}
.custom.spring .sec02-bg-pink_text {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.custom.spring .sec02-bg-pink_text .text01,
.custom.spring .sec02-bg-pink_text .text02{
  width: fit-content;
}
.custom.spring .sec02-bg-pink_text .text01{
	font-size: 24px;
}
.custom.spring .sec02-bg-pink_text .text02{
	color: var( --summer-pink);
	background: linear-gradient(transparent calc(100% - 22px),var(--summer-yellow) calc(100% - 22px));
	display: inline-block;
	font-size: 32px;
	line-height: 1;
	padding-bottom: 6px;
}
.custom.spring .sec02-image{
  border-radius: 8px;
  display: block;
	margin: 32px auto 0;
	max-width: 100%;
  overflow: hidden;
	width: 890px;
}
.custom.spring .sec02-image img{
	width: 100%;
	height: auto;
	vertical-align: bottom;
}
.custom.spring .custom.sec02+.cta::before{
	display: none;
}

.custom.spring .sec02-ab{
	display: none;
}
@media screen and (max-width:767px){
	.custom.spring .sec02-textbox_inner::before{
		display: none;
	}
	.custom.spring .sec02-textbox{
		padding-top: 48px;
		padding-bottom: 0;
		position: relative;
		z-index: 2;
	}
	.custom.spring .sec02-text{
		font-size: 28px;
		line-height: 1.5;
	}
	.custom.spring .sec02-text .t-min{
		font-size: 24px;
	}
	.custom.spring .sec02-ab{
		display: block;
		width: 96px;
		margin: 24px auto 0px;
	}
	.custom.spring .sec02-text02{
		margin-top: 24px;
	}
	.custom.spring .sec02-text03{
		margin-top: 24px;
		line-height: 1.5;
	}
	.custom.spring .sec02-arrow{
		margin-top: 41px;
	}
	.custom.spring .sec02-bg-pink{
		background-image: url(../../images/lp/spring/sec02-pinkbg_sp.png);
		background-repeat: no-repeat;
		background-size: 100% auto;
		background-position: top center;
		margin-top: -22px;
    padding: 28px 0 24px;
	}
	.custom.spring .sec02-bg-pink_text {
    gap: 8px;
  }
	.custom.spring .sec02-bg-pink_text .text02{
		background: none;
    font-size: 28px;
		line-height: 1.5;
    padding-bottom: 0;
	}
	.custom.spring .sec02-bg-pink_text .text02 .h-line{
		display: inline-block;
		background: linear-gradient(transparent calc(100% - 16px), var(--spring-yellow) calc(100% - 16px));
		font-size: 28px;
	}
	.custom.spring .sec02-image{
    border-radius: 0;
		margin-top: 32px;
	}
}

/* sec04 */
.custom.spring .sec04{
	background-color: var(--spring-pink-bg);
	padding: 80px 20px;
	overflow: hidden;
	margin-bottom: 0;
}
.custom.spring .spring-sec04-ttlWrap{
	max-width: 1000px;
	margin: 0 auto;
	position: relative;
  z-index: 1;
}
.custom.spring .spring-sec04-ttlWrap::before{
	content: "";
	display: inline-block;
	width: 508px;
	height: 508px;
	border: 14px solid #fff;
	background-image: url(../../images/lp/spring/sec04-pic.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	position: absolute;
	right: -148px;
	top: 11px;
	box-sizing: border-box;
	border-radius: 50%;
}
.custom.spring .spring-sec04-ttl{
	color: #fff;
	font-size: 48px;
	letter-spacing: 0.02em;
  line-height: calc(72/48);
}
.custom.spring .spring-sec04-ttl img{
	width: 100%;
	max-width: 570px;
}
.custom.spring .spring-sec04-ttl span{
	display: block;
	margin-top: 24px;
}
.custom.spring .spring-sec04-ttl-text{
	color: #fff;
	font-size: 18px;
	letter-spacing: 0.02em;
	line-height: 1.5;
  margin-top: 8px;
}
.custom.spring .sec04-contents{
	background-color: var(--spring-light-pink);
	border-radius: 20px;
	margin-top: 32px;
	max-width: 960px;
	margin: 32px auto 0;
	padding: 72px 20px 74px;
	position: relative;
	z-index: 1;
}
.custom.spring .sec04-contents-ttl{
	text-align: center;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.custom.spring .sec04-contents-ttl .en{
	color: var(--spring-navy);
	letter-spacing: 0.2em;
	font-size: 16px;
	line-height: 1;
}
.custom.spring .sec04-contents-ttl .line-white{
	background: linear-gradient(to bottom,transparent calc(100% - 22px), #fff calc(100% - 22px));
	color: var(--summer-pink);
	display: block;
	font-size: 32px;
  font-weight: 700;
	line-height: calc(48/32);
	padding-bottom: 6px;
}
.custom.spring .sec04-lessons{
	max-width: 600px;
	margin: 56px auto 0;
	background-color: #fff;
	border-radius: 6px;
	box-shadow: 1px 1px 7px 2px rgba(246, 117, 119,0.1);
	padding-bottom: 32px;
}
.custom.spring .sec04-lessons-ttl{
	background-color: var(--spring-pink-bg);
	border-radius: 6px 6px 0 0;
	color: #fff;
	font-size: 20px;
	line-height: 44px;
	position: relative;
	text-align: center;
}
.custom.spring .sec04-lessons-ttl::after{
  background-color: var(--spring-pink-bg);
  bottom: 1px;
  clip-path: polygon(0 0, 50% 100%, 100% 0);
	content: "";
	display: block;
  height: 18px;
  left: 50%;
	position: absolute;
  transform: translate(-50%,100%);
  width: 21px;
}
.custom.spring .sec04-lessons-picwrap{
	margin: 30px auto 0;
	max-width: 473px;
}
.custom.spring .sec04-lessons-picwrap img{
	width: 100%;
	height: auto;
}
.custom.spring .sec04-lessons-picwrap .sp{
	display: none;
}
.custom.spring .sec04-lessons-picwrap .pc{
	display: block;
}
.custom.spring .sec04-gallery{
	display: flex;
	justify-content: space-between;
	max-width: 800px;
	margin: 40px auto 0;
}
.custom.spring .sec04-gallery figure{
	margin: 0;
	width: calc((380 / 800) * 100%);
}
.custom.spring .sec04-gallery figure img{
	width: 100%;
	height: auto;
	filter: drop-shadow(1px 1px 7px rgba(246, 117, 119, 0.1));
}
.custom.spring .sec04-gallery figure .sp{
	display: none;
}
.custom.spring .sec04-gallery figure .pc{
	display: block;
}
.custom.spring .sec04-gallery-text{
	font-size: 16px;
  font-weight: 500;
	line-height: 1.7;
	margin-top: 40px;
	text-align: center;
}
.custom.spring .sec04-lesson-detail{
	background-color: #fff;
	border-radius: 8px;
	padding: 64px 20px 24px;
	max-width: 760px;
	margin: 56px auto 0;
	text-align: center;
}
.custom.spring .sec04-lesson-detail dl{
	max-width: 440px;
	margin: 0 auto;
}
.custom.spring .sec04-lesson-detail-item dt{
	color: #fff;
	font-size: 18px;
	line-height: calc(40/18);
	background-color: var(--spring-pink-bg);
	border-radius: 8px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 16px;
}
.custom.spring .sec04-lesson-detail-item:first-child dt{
  margin-bottom: 27px;
}
.custom.spring .sec04-lesson-detail-item dt + .custom.spring .sec04-lesson-detail-text {
  margin-top: 27px;
}
.custom.spring .sec04-lesson-detail-item + .sec04-lesson-detail-item{
	margin-top: 48px;
}
.custom.spring .sec04-lesson-detail-item dd {
  font-size: 18px;
  line-height: calc(31/18);
}
.custom.spring .sec04-lesson-detail-item dd .min{
	font-size: 15px;
}
.custom.spring .sec04-lesson-detail-text{
	color: var(--summer-pink);
	font-size: 18px;
  line-height: calc(28/18);
	margin-bottom: 7px;
}
.custom.spring .sec04-lesson-detail-text02{
	font-size: 15px;
  line-height: calc(31/15);
	margin: 0 auto;
	padding-bottom: 16px;
  position: relative;
	width: fit-content;
}
.custom.spring .sec04-lesson-detail-text02::after{
  background-color: var(--spring-pink-border);
  bottom: 0;
  content: "";
  height: 1px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 286px;
}
.custom.spring .sec04-lesson-detail-text02 .num{
	font-size: 18px;
  line-height: 1;
}
.custom.spring .sec04-lesson-detail-text.border{
	padding-top: 11px;
	margin-top: 0;
}
.custom.spring .sec04-lesson-detail-text03 {
  display: flex;
  flex-direction: column;
}
.custom.spring .sec04-lesson-detail-text03 .text01{
  font-size: 18px;
}
.custom.spring .sec04-lesson-detail-text03 .text02{
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.02em;
  line-height: 1.7;
  margin-top: -3px;
}
.custom.spring .sec04-lesson-detail-item .sec04-lesson-detail-text04 {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.custom.spring .sec04-lesson-detail-item .sec04-lesson-detail-text04 .min{
	font-size: 14px;
}
.custom.spring .sec04-lesson-detail-deadline{
	color: var(--summer-pink);
	font-size: 20px;
  line-height: 1.5;
	margin-top: 16px !important;
}
.custom.spring .sec04-bottom{
	margin-top: 56px;
}
.custom.spring .sec04-bottom-ttlWrap{
	display: flex;
	justify-content: center;
	align-items: center;
}
.custom.spring .sec04-bottom-ttl{
	font-size: 24px;
	position: relative;
	padding: 0 68px;
	text-align: center;
}
.custom.spring .sec04-bottom-ttl::before{
	content: "";
	display: inline-block;
	width: 56px;
	height: 89px;
	background-image: url(https://images.squarespace-cdn.com/content/5273768be4b0a406b9079d44/68da9158-4aa5-4bbe-b553-11cf182405a4/sec04-pic-left.png?content-type=image%2Fpng);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	position: absolute;
	left: 0;
	top: 0;
}
.custom.spring .sec04-bottom-ttl::after{
	content: "";
	display: inline-block;
	width: 56px;
	height: 89px;
	background-image: url(https://images.squarespace-cdn.com/content/5273768be4b0a406b9079d44/a7646f4f-e971-4511-b15c-d747c4106e6e/sec04-pic-right.png?content-type=image%2Fpng);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	position: absolute;
	right: 0;
	top: -4px;
}
.custom.spring .sec04-bottom-ttl span.black{
	font-size: 32px;
	display: inline-block;
	padding-bottom: 5px;
	line-height: 1.3;
}
.custom.spring .sec04-bottom-ttl .c-blue{
	color: var(--spring-navy);
	background: linear-gradient(transparent 45%, var(--spring-yellow) 45%);
}
.custom.spring .sec04-bottom-pic{
	max-width: 800px;
	margin: 53px auto 0;
	border-radius: 8px;
	overflow-y: hidden;
}
.custom.spring .sec04-bottom-pic img{
	width: 100%;
	height: auto;
	vertical-align: bottom;
}

@media screen and (max-width:1300px){
	.custom.spring .spring-sec04-ttlWrap::before{
		right: -10px;
		width: 400px;
		height: 400px;
		top: 60px;
	}
}
@media screen and (max-width:990px){
	.custom.spring .spring-sec04-ttlWrap::before{
		border: 8px solid #fff;
		right: -55px;
		top: 45px;
    z-index: -1;
	}
}
.custom.spring .spring-sec04-pic{
	display: none;
}
@media screen and (max-width:910px){
	.custom.spring .spring-sec04-ttlWrap::before{
		display: none;
	}
	.custom.spring .spring-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.spring .spring-sec04-pic img{
		width: 100%;
		height: 100%;
		object-fit: cover;
		vertical-align: bottom;
	}
	.custom.spring .sec04-contents{
		margin-top: -30px;
	}
}
.sec04-lessons-arrow{
	display: none;
}
@media screen and (max-width:767px){
	.custom.spring .sec04{
		padding-top: 48px;
		padding-bottom: 48px;
	}
	.custom.spring .spring-sec04-ttl{
		text-align: center;
		margin-bottom: 3px;
	}
	.custom.spring .spring-sec04-ttl img{
    padding-left: 2.5px;
		width: calc((330 / 335) * 100%);
	}
	.custom.spring .spring-sec04-ttl span{
		font-size: 28px;
		margin-top: 24px;
		text-align: left;
	}
	.custom.spring .spring-sec04-ttl-text{
    line-height: 1.7;
	}
	.custom.spring .spring-sec04-pic{
		width: 300px;
		height: 300px;
		margin: 16px auto 0;
		border: 6px solid #fff;
	}
	.custom.spring .sec04-contents{
		margin-top: 16px;
		padding: 32px 18px;
	}
	.custom.spring .sec04-contents-ttl .line-white{
    background: linear-gradient(to bottom,transparent calc(100% - 16px), #fff calc(100% - 16px));
		font-size: 24px;
		padding-bottom: 6px;
	}
	.custom.spring .sec04-lessons{
		margin-top: 26px;
    padding-bottom: 27px;
	}
  .custom.spring .sec04-lessons-ttl::after {
    bottom: 5px;
  }
	.custom.spring .sec04-lessons-picwrap .sp{
		display: block;
	}
	.custom.spring .sec04-lessons-picwrap .pc{
		display: none;
	}
	.custom.spring .sec04-lessons-picwrap{
		width: calc((274 / 314) * 100%);
		margin-top: 26px;
		max-width: 300px;
	}
	.sec04-galleryWrap{
		display: flex;
		flex-direction: column-reverse;
	}
	.custom.spring .sec04-gallery-text{
		margin-top: 32px;
		text-align: justify;
	}
	.custom.spring .sec04-gallery-text br{
		display: none;
	}
	.custom.spring .sec04-gallery{
		flex-direction: column;
    gap: 24px;
		margin-top: 32px;
	}
	.custom.spring .sec04-gallery figure{
		width: 100%;
		max-width: 500px;
	}
	.custom.spring .sec04-gallery figure .sp{
		display: block;
	}
	.custom.spring .sec04-gallery figure .pc{
		display: none;
	}
	.custom.spring .sec04-lesson-detail{
		margin-top: 32px;
    padding-bottom: 16px;
    padding-top: 32px;
	}
	.custom.spring .sec04-lesson-detail-item + .sec04-lesson-detail-item{
		margin-top: 32px;
	}
  .custom.spring .sec04-lesson-detail-item:first-child dt {
    margin-bottom: 19px;
  }
	.custom.spring .sec04-lesson-detail-text{
	}
	.custom.spring .sec04-lesson-detail-text02{
		line-height: calc(27/15);
	}
  .custom.spring .sec04-lesson-detail-text02::after {
    width: 274px;
  }
  .custom.spring .sec04-lesson-detail-text03 .text01 {
    line-height: 1.5;
  }
  .custom.spring .sec04-lesson-detail-text03 .text02 {
    font-size: 15px;
    margin-top: 0;
  }
  .custom.spring .sec04-lesson-detail-item .sec04-lesson-detail-text04 {
    gap: 16px;
  }
	.custom.spring .sec04-lesson-detail-item .sec04-lesson-detail-text04 .min{
		letter-spacing: 0.02em;
	}
	.custom.spring .sec04-lesson-detail-deadline{
		font-size: 16px;
		line-height: 1.5;
	}
	.custom.spring .sec04-lesson-detail-deadline .h-none{
		display: none;
	}
	.custom.spring .sec04-bottom{
		margin-top: 32px;
	}
	.custom.spring .sec04-bottom-ttl{
		padding: 0;
		line-height: 1.5;
	}
	.custom.spring .sec04-bottom-ttl span.black{
		display: inline;
		background: linear-gradient(transparent 45%, var(--spring-yellow) 45%);
		font-size: 28px;
		line-height: 1.5;
	}
	.custom.spring .sec04-bottom-ttl .h-pb{
		padding-bottom: 16px;
		display: inline-block;
	}
	.custom.spring .sec04-bottom-ttl .c-blue{
		background: none;
	}
	.custom.spring .sec04-bottom-ttl::before{
		transform: rotate(44deg);
		width: 42px;
		top: 55px;
		height: 70px;
		left: -8px;
	}
	.custom.spring .sec04-bottom-ttl::after{
		transform: rotate(-44deg);
		width: 42px;
		top: 56px;
		height: 70px;
		right: -9px;
	}
	.custom.spring .sec04-bottom-pic{
		margin-top: 32px;
	}
}
@media screen and (max-width:360px){
	/* .custom.spring .spring-sec04-ttl-text{
		font-size: 17px;
	}
	.custom.spring .spring-sec04-pic{
		width: 280px;
		height: 280px;
	}
	.custom.spring .sec04-contents-ttl .line-white{
		font-size: 24px;
	}
	.custom.spring .sec04-bottom-ttl{
		font-size: 21px;
	}
	.custom.spring .sec04-bottom-ttl span.black{
		font-size: 26px;
	} */
}


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

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

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

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

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

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

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

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

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


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

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

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


/* CTA */
.custom.spring .cta{
	background-color: var(--summer-yellow);
}

.custom.spring .spring-ctaBox{
	text-align: center;
	padding: 100px 20px 86px;
	color: var(--spring-navy);
	display: flex;
	flex-direction: column;
	align-items: center;
	overflow: hidden;
}

.custom.spring .cta-bottom .spring-ctaBox {
  margin-left: auto;
  margin-right: auto;
  max-width: 800px;
  overflow: initial;
  padding-bottom: 80px;
  padding-top: 80px;
  position: relative;
}

.custom.spring .cta-bottom .spring-ctaBox::before {
	background-image: url(../../images/lp/spring/cta-abc-bottom.png);
  height: 229px;
  left: -86px;
  top: 126px;
  width: 107px;
}

.custom.spring .cta-bottom .spring-ctaBox::after {
	background-image: url(../../images/lp/spring/cta-de-bottom.png);
  height: 163px;
  right: -57px;
  top: 102px;
  width: 125px;
}

.custom.spring .spring-cta-text {
	font-size: 32px;
	line-height: 1;
	letter-spacing: 0.02em;
	position: relative;
}

.custom.spring .cta-bottom .spring-ctaBox::before,
.custom.spring .cta-bottom .spring-ctaBox::after,
.custom.spring .spring-cta-text::before,
.custom.spring .spring-cta-text::after {
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	content: "";
	display: inline-block;
	position: absolute;
}

.custom.spring .spring-cta-text::before{
	background-image: url(../../images/lp/spring/cta-abc.png);
	height: 144px;
	left: -157px;
	top: -14px;
	width: 102px;
}

.custom.spring .spring-cta-text::after{
	background-image: url(../../images/lp/spring/cta-de.png);
	height: 144px;
	right: -102px;
	top: -14px;
	width: 77px;
}

.custom.spring .cta-bottom .spring-cta-text::before,
.custom.spring .cta-bottom .spring-cta-text::after {
  display: none;
}

.custom.spring .spring-cta-text .c-pink{
	color: var(--spring-pink);
}

.custom.spring .spring-ctaBox .text02{
	display: flex;
	align-items: center;
	color: var(--spring-navy);
	font-size: 24px;
	margin-top: 16px;
	padding-right: 11px;
}

.custom.spring .spring-ctaBox .text02 .bg-blue{
	background-color: var(--spring-navy);
	color: #ffffff;
	display: inline-block;
	border-radius: 8px;
	padding: 14px;
	font-size: 52px;
	margin-right: 8px;
}

.custom.spring .spring-ctaBox .text02 .bg-white{
	color: var(--spring-navy);
	background-color: #fff;
	display: inline-block;
	border-radius: 8px;
	padding: 14px;
	font-size: 52px;
	letter-spacing: -0.12em;
	margin-left: 8px;
	margin-right: 8px;
}

.custom.spring .spring-cta-btn{
	max-width: 474px;
	margin: 32px auto 0;
	width: 100%;
}

.custom.spring .spring-cta-btn a{
	display: block;
	color: #fff;
	background-color: var(--hi-class_oyako2);
	border: 2px solid #fff;
	box-shadow: 6px 5px 5px 2px rgba(0, 0, 0,0.06);
	transition: .3s;
	font-size: 24px;
	text-align: center;
	padding: 18px 10px;
	border-radius: 70px;
}

.custom.spring .spring-cta-btn span{
	position: relative;
}

.custom.spring .spring-cta-btn span::after{
	content: "";
	display: inline-block;
	width: 14px;
	height: 12px;
	position: absolute;
	background-image: url(../../images/lp/spring/arrow.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	top: 32%;
	right: -34px;
}

.custom.spring .spring-cta-btn a:hover{
	color: var(--hi-class_oyako2);
	background-color: #fff;
	border: 2px solid var(--hi-class_oyako2);
}


@media screen and (max-width:1023px){
  .custom.spring .cta-bottom .spring-ctaBox::before {
    left: 10px;
    top: 46px;
  }

  .custom.spring .cta-bottom .spring-ctaBox::after {
    right: 10px;
    top: 82px;
  }
}

@media screen and (max-width:940px){
	.custom.spring .spring-ctaBox .text02{
		padding-right: 0;
	}
	.custom.spring .spring-cta-text::before{
		width: 66px;
		height: 90px;
		left: -75px;
		top: -20px;
	}
	.custom.spring .spring-cta-text::after{
		width: 49px;
		height: 90px;
		right: -50px;
	}
}

@media screen and (max-width:750px){
	.custom.spring .cta{
		padding: 0;
	}
	.custom.spring .cta .sec-inner{
		padding: 0;
	}
  .custom.spring .spring-ctaBox{
		border-radius: 0;
		padding-bottom: 48px;
		padding-top: 44px;
	}
  .custom.spring .cta-bottom .spring-ctaBox {
    padding-bottom: 58px;
    padding-top: 44px;
  }
	.custom.spring .cta-bottom .spring-ctaBox::before,
	.custom.spring .cta-bottom .spring-ctaBox::after{
    display: none;
  }
	.custom.spring .spring-cta-text{
		font-size: 28px;
		line-height: 1.5;
	}
	.custom.spring .cta-bottom .spring-cta-text::before,
	.custom.spring .cta-bottom .spring-cta-text::after{
    display: block;
  }
	.custom.spring .spring-cta-text::before,
	.custom.spring .spring-cta-text::after{
		background-repeat: no-repeat;
		background-size: contain;
		background-position: center;
		content: "";
		display: inline-block;
		position: absolute;

  }
	.custom.spring .spring-cta-text::before{
		width: 96px;
		height: 57px;
		top: -13px;
		left: 24px;
		background-image: url(../../images/lp/spring/cta-ab_sp.png);
	}
	.custom.spring .spring-cta-text::after{
		width: 80px;
		height: 45px;
		top: -5px;
		right: 28px;
		background-image: url(../../images/lp/spring/cta-cd_sp.png);
	}
	.custom.spring .spring-cta-text .h-min{
		font-size: 24px;
	}
	.custom.spring .spring-ctaBox .text02{
    align-items: center;
		display: flex;
    flex-wrap: wrap;
    justify-content: center;
		line-height: 2.2;
		margin-top: 8px;
	}
	.custom.spring .spring-ctaBox .text02 .bg-blue{
		font-size: 32px;
		padding: 0 8px;
		line-height: 48px;
	}
	.custom.spring .spring-ctaBox .text02 .bg-white{
		font-size: 32px;
		padding: 0px 10px;
		line-height: 48px;
	}
	.custom.spring .spring-ctaBox .text02 .sp-block{
    line-height: calc(41/24);
    margin-top: 8px;
  }
	.custom.spring .spring-cta-btn{
		margin-top: 12px;
		max-width: 311px;
		line-height: 1.3;
	}
	.custom.spring .spring-cta-btn a{
		font-size: 22px;
		padding: 9px 10px;
	}
	.custom.spring .spring-cta-btn span::after{
		top: 42%;
		right: -93px;
	}
}

@media screen and (max-width:340px){
	.custom.spring .spring-cta-text{
		font-size: 27px;
	}
	.custom.spring .spring-ctaBox .text02 .bg-blue{
		font-size: 28px;
	}
	.custom.spring .spring-ctaBox .text02 .bg-white{
		font-size: 28px;
	}
	.custom.spring .spring-ctaBox .text02{
		font-size: 19px;
	}
}

/* cta-bottom */
.custom.spring .cta-bg-yellow {
  padding-top: 16px;
  padding-bottom: 24px;
	position: relative;
	z-index: 1;
	max-width: 1160px;
	margin: 0 auto;
	overflow: hidden;
}
.custom.spring .cta-bg-yellow + * {
  margin-top: 0;
}
.custom.spring .cta-bg-yellow-box{
	align-items: flex-start;
	display: flex;
  gap: 9px;
	justify-content: center;
}
.custom.spring .cta-bg-yellow-left{
	background-image: url(../../images/lp/spring/sec07-hukidashi.svg);
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
  height: 126px;
  width: 270px;
}
.custom.spring .cta-bg-yellow-left-text{
  align-items: center;
	color: var(--spring-navy);
  display: flex;
  flex-direction: column;
  gap: 3px;
	line-height: 1;
  padding-top: 16px;
  padding-right: 2px;
}
.custom.spring .cta-bg-yellow-left-text .text01{
	font-size: 24px;
	display: inline-block;
}
.custom.spring .cta-bg-yellow-left-text .text02{
  display: block;
	font-size: 20px;
  font-weight: 900;
  margin-top: 0;
  padding-left: 0;
}
.custom.spring .cta-bg-yellow-left-text .text02 .num{
	font-size: 42px;
}
.custom.spring .cta-bg-yellow-left-text .text02 .c-pink{
	color: var(--summer-pink);
}
.custom.spring .cta-bg-yellow-left-text .text03{
	font-size: 24px;
}
.custom.spring .cta-bg-yellow-right{
  flex: 1;
	line-height: 1;
  padding-left: 68px;
  padding-right: 50px;
	position: relative;
}
.custom.spring .cta-bg-yellow-right-white-line{
	align-items: flex-end;
	display: flex;
  gap: 13px;
	justify-content: center;
  position: relative;
  z-index: 1;
}
.custom.spring .cta-bg-yellow-right-white-line::after{
  background-color: #fff;
  bottom: 11px;
  content: "";
  height: 8px;
  left: 0;
  position: absolute;
  width: 360px;
  z-index: -1;
}
.custom.spring .cta-bg-yellow-right::before,
.custom.spring .cta-bg-yellow-right::after {
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	content: "";
	display: inline-block;
  height: 81px;
	position: absolute;
  top: 36px;
  width: 52px;
}
.custom.spring .cta-bg-yellow-right::before{
	background-image: url(../../images/lp/spring/sec07-kazari-left.svg);
	left: 0;
}
.custom.spring .cta-bg-yellow-right::after{
	background-image: url(https://images.squarespace-cdn.com/content/5273768be4b0a406b9079d44/c1f85712-e43b-4edc-a004-b1a098fd2e0f/sec07-kazari-right.png?content-type=image%2Fpng);
	right: 0;
}
.custom.spring .cta-bg-yellow-right .box01{
  padding-bottom: 16px;
  padding-left: 3px;
}
.custom.spring .cta-bg-yellow-right .box01 .c-pink{
	font-size: 20px;
	width: 152px;
	height: 38px;
	border: 2px solid var(--summer-pink);
	background-color: #fff;
	border-radius: 4px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	box-sizing: border-box;
	color: var(--summer-pink);
}
.custom.spring .cta-bg-yellow-right .box01 .c-blue{
	color: var(--spring-navy);
	font-size: 38px;
  margin-top: 10px;
  margin-left: 2px;
	position: relative;
  text-align: left;
}
.custom.spring .cta-bg-yellow-right .box01 .c-blue::before{
	content: "";
	display: inline-block;
	width: 132px;
	height: 31px;
	background-image: url(https://images.squarespace-cdn.com/content/5273768be4b0a406b9079d44/65754d22-50ef-41a8-b69f-76b72432a6a8/sec07-line.png?content-type=image%2Fpng);
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	position: absolute;
	bottom: 0;
	left: 5px;
	z-index: 1;
}
.custom.spring .cta-bg-yellow-right .box01 .c-blue .min{
	font-size: 20px;
}
.custom.spring .cta-bg-yellow-right .box02{
	align-items: flex-end;
	color: var(--spring-navy);
	display: flex;
  font-size: 40px;
  gap: 2px;
}
.custom.spring .cta-bg-yellow-right .box02 .sec07-navy-arrow{
	color: var(--spring-navy);
	height: auto;
  padding-bottom: 25px;
	vertical-align: bottom;
	width: 14px;
}
.custom.spring .cta-bg-yellow-right .box02 .text{
  letter-spacing: 0.02em;
}
.custom.spring .cta-bg-yellow-right .box02 .c-pink{
	color: var(--summer-pink);
}
.custom.spring .cta-bg-yellow-right .box02 .zero{
	font-size: 150px;
  line-height: 144px;
	display: inline-block;
}

@media screen and (max-width:1023px){
	.custom.spring .cta-bg-yellow-box{
		flex-direction: column;
		align-items: center;
	}
	.custom.spring .cta-bg-yellow-left {
    aspect-ratio: 259/144;
		background-image: url(../../images/lp/spring/sec07-hukidashi_sp.svg);
    height: auto;
  }
	.custom.spring .cta-bg-yellow-left-text{
    padding-top: 17px;
	}
}
@media screen and (max-width:750px){
	.custom.spring .cta-bg-yellow{
		padding-bottom: 22px;
		padding-top: 14px;
	}
  .custom.spring .cta-bg-yellow-box {
    gap: 16px;
  }
	.custom.spring .cta-bg-yellow-left{
		margin: 0;
    width: 259px;
	}
	.custom.spring .cta-bg-yellow-left-text{
    gap: 2px;
    padding-top: 16px;
	}
  .custom.spring .cta-bg-yellow-left-text .text02,
  .custom.spring .cta-bg-yellow-left-text .text02 .num {
    line-height: 1;
  }
  .custom.spring .cta-bg-yellow-right{
		padding: 0;
	}
	.custom.spring .cta-bg-yellow-right::after,
	.custom.spring .cta-bg-yellow-right::before{
		display: none;
	}
	.custom.spring .cta-bg-yellow-right-white-line{
		align-items: flex-end;
    gap: 4px;
	}
	.custom.spring .cta-bg-yellow-right-white-line:after{
    bottom: 5px;
  }
	.custom.spring .cta-bg-yellow-right .box01{
    padding-bottom: 11px;
	}
	.custom.spring .cta-bg-yellow-right .box01 .c-pink{
		font-size: 16px;
		width: 144px;
		height: 32px;
	}
	.custom.spring .cta-bg-yellow-right .box01 .c-blue{
		font-size: 32px;
    margin-left: 1px;
    margin-top: 4px;
	}
	.custom.spring .cta-bg-yellow-right .box01 .c-blue::before{
		width: 121px;
		height: 30px;
	}
	.custom.spring .cta-bg-yellow-right .box02{
		font-size: 28px;
    position: relative;
	}
	.custom.spring .cta-bg-yellow-right .box02 .zero{
		font-size: 96px;
    line-height: 96px;
	}
	.custom.spring .cta-bg-yellow-right .box02 .sec07-navy-arrow{
    bottom: 0;
		padding-bottom: 14px;
    position: absolute;
    left: -3px;
    transform: translateX(-100%);
	}
}
@media screen and (max-width:370px){
	.custom.spring .cta-bg-yellow-right .box01 .c-pink{
		width: 120px;
	}
	.custom.spring .cta-bg-yellow-right .box01 .c-blue{
		font-size: 28px;
	}
	.custom.spring .cta-bg-yellow-right .box02{
		font-size: 24px;
		margin-left: -4px;
		margin-bottom: -23px;
	}
	.custom.spring .cta-bg-yellow-right .box02 .zero{
		font-size: 80px;
	}
	.custom.spring .cta-bg-yellow{
		padding-left: 10px;
		padding-right: 10px;
	}
	.custom.spring .cta-bg-yellow-right .box01 .c-blue::before{
		width: 100px;
	}
}


/* fixed-btn */
.custom.spring .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.spring .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.spring .fixed-btn .cta-btn a:hover{
  color: var(--summer-pink);
  background-color: #fff;
  border: 2px solid var(--summer-pink);
}
.custom.spring .fixed-btn .cta-btn a .arrow{
  width: 14px;
  height: 16px;
  bottom: 22px;
  right: 18px;
  margin: 0;
  position: absolute;
}
.custom.spring .fixed-btn .cta-btn a .arrow::before{
  display: none;
}
.custom.spring .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.spring .fixed-btn{
  top: 80%;
  transform: translateY(-80%);
}
@media screen and (max-width:819px){
  .custom.spring .fixed-btn{
    top: auto;
    transform: none;
  }
  .custom.spring .fixed-btn .cta-btn a{
    border-radius: 50px;
    padding: 13px;
    border: 3px solid #fff;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  }
  .custom.spring .fixed-btn .cta-btn a:hover{
    border: 3px solid var(--hi-red);
  }
  .custom.spring .fixed-btn .cta-btn a .arrow{
    bottom: auto;
    top: 50%;
    transform: translateY(-50%);
  }
}
@media screen and (max-width:767px){
  .custom.spring .sec09-contents .sec09-en img
  .custom.spring .fixed-btn .cta-btn a{
    font-size: 22px;
    letter-spacing: 0.03em;
    width: 311px;
    max-width: 100%;
    padding: 11px 10px 11px 30px;
  }
  .custom.spring .fixed-btn .cta-btn a{
    box-shadow: 0px 6px 0px rgba(214, 66, 110, 1);
    font-size: 24px;
    letter-spacing: 0;
    line-height: 1.5;
    max-width: 98%;
    padding: 11px 30px 11px 5px;
    width: 311px;
  }
  .custom.spring .fixed-btn .cta-btn a .arrow{
    width: 12px;
    height: 20px;
    right: 31px;
  }
}
@media screen and (max-width:360px){
  .custom.spring .fixed-btn .cta-btn a{
    padding: 16px 30px 16px 15px;
  }
  .custom.spring .fixed-btn .cta-btn a .arrow{
    right: -20px;
  }
}
