/* CSS Document */
.top{
	padding: var(--headerHeight) 0 var(--headerHeight);
	box-sizing: border-box;
	position: relative;
	z-index: 1;
	background-color: #4fa1e6;
}
body[wc-view-code="sp"] .top{
	padding: calc(var(--headerHeight) + 1rem) 0 2rem;
	height: calc((var(--fixdvh) * 76) + ((38.5px + 1.5rem)));
}
body[wc-view-type="tb"] .top{
	padding: calc(var(--headerHeight) + 1rem) 0 2rem;
	height: calc((var(--fixdvh) * 66) + ((45px + 1.5rem)));
}
body[wc-view-type="tb-l"] .top{
	padding: calc(var(--headerHeight) + 1rem) 0 2rem;
	height: calc((var(--fixdvh) * 82) + ((45.5px + 1.5rem)));
}
body[wc-view-code="pc"] .top{
	height:var(--windowfixdheight);
  padding: calc(var(--headerHeight) + 1rem) 0 2rem;
}
.top .top_slider{
	position: relative;
	z-index: 1;
	margin: 0 auto;
}
body[wc-view-code="sp"] .top_slider{
	width: calc(100% - 2rem);
}
body[wc-view-type="tb"] .top_slider{
	width: calc(100% - 3rem);
}
body[wc-view-type="tb-l"] .top_slider{
	width: calc(100% - 4rem);
}
body[wc-view-code="pc"] .top_slider{
	width: calc(100% - 4rem);
	height: calc(var(--windowfixdheight) - (var(--headerHeight) + 3rem)) !important;
}
.top_slider .cs_wrap .csloader::before{
	border-radius: 1.5rem;
}
.top .top_slider > h2{
	background-color: #4fa1e6;
  border-radius: 0 1rem 0 0.9rem;
  height: 65px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0.35rem;
  width: fit-content;
  padding: 0 1rem;
  position: absolute;
  z-index: 3;
  bottom: 0;
  left: 0;
}
body[wc-view-code="sp"] .top .top_slider > h2{
	padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
body[wc-view-code="tb"] .top .top_slider > h2{
	height: 120px;
  padding-bottom: 0.5rem;
  box-sizing: border-box;
}
body[wc-view-code="pc"] .top .top_slider > h2{
  height: 158px;
  padding: 0 1rem 2.5rem 1rem;
  left: 0;
}

.top .top_slider > h2::before,
.top .top_slider > h2::after{
	content: "";
	width: 15px;
	height: 15px;
	position: absolute;
	-webkit-mask-image: url("/cp_works/standard/tennis/img/svg/right_down.svg");
  mask-image: url("/cp_works/standard/tennis/img/svg/right_down.svg");
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: cover;
  mask-size: cover;
	  background-color: #4fa1e6;
}
body[wc-view-code="pc"] .top .top_slider > h2::before,
body[wc-view-code="pc"] .top .top_slider > h2::after{
	width: 45px;
	height: 45px;
}
.top .top_slider > h2::before{
	top: -15px;
	left: 0;
}
body[wc-view-code="pc"] .top .top_slider > h2::before{
	top: -45px;
}
.top .top_slider > h2::after{
	right: -15px;
	bottom: 0;
}
body[wc-view-code="pc"] .top .top_slider > h2::after{
	right: -45px;
}
.top .top_slider > h2 .t_in_text{
	display: table;
  line-height: 1em;
  font-size: 1.5rem;
  color: #fff;
  font-weight: 700;
  letter-spacing: 1px;
}
body[wc-view-code="tb"] .top .top_slider > h2 .t_in_text{
	font-size:2.3rem;
}
body[wc-view-code="pc"] .top .top_slider > h2 .t_in_text{
	font-size:3rem;
}
.top_slider .t_s_box{
	width: 100% !important;
}
body[wc-view-code="sp"] .top_slider .t_s_box{
}
body[wc-view-code="sp"] .top_slider .t_s_box{
	height: calc((var(--fixdvh) * 76) - (var(--headerHeight) + 2rem))!important;
}
body[wc-view-type="tb"] .top_slider .t_s_box{
	height: calc((var(--fixdvh) * 66) - (var(--headerHeight) + 2rem))!important;
}
body[wc-view-type="tb-l"] .top_slider .t_s_box{
	height: calc((var(--fixdvh) * 82) - (var(--headerHeight) + 2rem))!important;
}
body[wc-view-code="pc"] .top_slider .t_s_box{
	height: calc(var(--windowfixdheight) - (var(--headerHeight) + 4rem)) !important;
}
.top_slider .t_s_box img{
	border-radius: 1.25rem;
	width: 100% !important;
}
body[wc-view-code="sp"] .top_slider .t_s_box img{
	height: calc((var(--fixdvh) * 76) - (var(--headerHeight) + 2rem))!important;
}
body[wc-view-type="tb"] .top_slider .t_s_box img{
	height: calc((var(--fixdvh) * 66) - (var(--headerHeight) + 2rem))!important;
}
body[wc-view-type="tb-l"] .top_slider .t_s_box img{
	height: calc((var(--fixdvh) * 82) - (var(--headerHeight) + 2rem))!important;
}
body[wc-view-code="pc"] .top_slider .t_s_box img{
	height: calc(var(--windowfixdheight) - (var(--headerHeight) + 3rem)) !important;
}
.cs_inner{
}
.top_slider .cs_wrap[class*="fade"] .comboslider,
.top_slider .comboslider-mask-change .comboslider,
.cs_inner{
	width: 100% !important;
	margin: 0 !important;
}
body[wc-view-code="sp"] .top_slider .cs_wrap[class*="fade"] .comboslider,
body[wc-view-code="sp"] .top_slider .comboslider-mask-change .comboslider,
body[wc-view-code="sp"] .cs_inner{
	height: calc((var(--fixdvh) * 76) - (var(--headerHeight) + 2rem))!important;
}
body[wc-view-type="tb"] .top_slider .cs_wrap[class*="fade"] .comboslider,
body[wc-view-type="tb"] .top_slider .comboslider-mask-change .comboslider,
body[wc-view-type="tb"] .cs_inner{
	height: calc((var(--fixdvh) * 66) - (var(--headerHeight) + 2rem))!important;
}
body[wc-view-type="tb-l"] .top_slider .cs_wrap[class*="fade"] .comboslider,
body[wc-view-type="tb-l"] .top_slider .comboslider-mask-change .comboslider,
body[wc-view-type="tb-l"] .cs_inner{
	height: calc((var(--fixdvh) * 82) - (var(--headerHeight) + 2rem))!important;
}
.cs_wrap[class*="fade"], .cs_wrap.comboslider-mask-change{
	width: 100% !important;
}
.cs_inner{
}
.top .btn{
	position: absolute;
	z-index: 3;
  left: 1rem;
}
body[wc-view-code="sp"] .top .btn{
  bottom: calc((38.5px + 0.75rem) * -1);
}
body[wc-view-code="tb"] .top .btn{
  bottom: -45px;
}
body[wc-view-code="pc"] .top .btn{
	bottom: 0;
}
.top .btn a{
	background-color: #fcc000;
}

.top .btn a::before{
	content: "";
	border-color: #fcc000;
}
/*お知らせ*/
.news{
	box-sizing: border-box;
	background-color: #fff;
	border-radius: 100px 100px 0 0;
}
body[wc-view-code="sp"] .news,
body[wc-view-code="tb"] .news{
	padding: var(--headerHeight) 0;
}
body[wc-view-code="pc"] .news{
	padding: var(--headerHeight) calc((100vw - 1100px) / 2);
}
.news .news_wrap{
	display: flex;
	gap:1rem;
	margin-top: 1rem;
}
body[wc-view-code="sp"] .news .news_wrap{
	margin-left: 7vw;
}
body[wc-view-code="tb"] .news .news_wrap{
	margin-left: 5vw;
}
body:not([wc-view-code="pc"]) .news .news_wrap{
	overflow-x: auto !important;
  -ms-overflow-style: none;
  display: flex;
  box-sizing: border-box;
}

.news .news_wrap a{
	display: block;
	text-decoration: none;
	flex: none;
}
body[wc-view-code="sp"] .news .news_wrap a{
	width: 200px;
}
body[wc-view-code="tb"] .news .news_wrap a{
	width: 250px;
}
body[wc-view-code="pc"] .news .news_wrap a{
	width: calc((100% / 4) - 0.75rem);
}
.news .news_wrap a article{
	display: flex;
	flex-direction: column;
  background-color: var(--defBgColor);
	border-radius: 1rem;
}
.news .news_wrap a article figure{
	order: 1;
}
.news .news_wrap a article figure img{
	aspect-ratio:1.414/1;
	border-radius: 1rem;
}
.news .news_wrap a article time{
	height: 25px;
  padding: 0 0.75rem 0 0.7rem;
  margin-top: -25px;
  margin-left: auto;
  font-family: "Lexend";
  width: fit-content;
  background-color: var(--defBgColor);
  display: flex;
  align-items: center;
  color: var(--defColor);
  border-radius: 0.8rem 0 0.8rem;
  position: relative;
  z-index: 1;
	order: 2;
}
.news .news_wrap a article time::before{
	content: "";
  width: 15.5px;
  height: 15.5px;
  background-color: var(--defBgColor);
  position: absolute;
  left: -15.5px;
  bottom: -1px;
  z-index: 2;
  -webkit-mask-image: url("/cp_works/standard/tennis/img/svg/left_down.svg");
  mask-image: url("/cp_works/standard/tennis/img/svg/left_down.svg");
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: cover;
  mask-size: cover;
}
.news .news_wrap a article h2{
	font-size: 1.05rem;
  font-weight: 700;
  padding-right: 1.5rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding: 0.75rem 1.5rem 0.35rem 0.75rem;
  color: var(--defColor);
	position: relative;
	z-index: 1;
	order:3;
}
.news .news_wrap a article h2::after{
	content: "";
  width: 1.25rem;
  height: 1.25rem;
  background-color: var(--defColor);
  -webkit-mask-image: var(--wciconsrc);
  mask-image: var(--wciconsrc);
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: cover;
  mask-size: cover;
  position: absolute;
  top: calc(50% + 0.28rem);
  right: 0;
  transform: translateY(-50%);
	z-index: 2;
}
.news .news_wrap a article .category_list{
	width: calc(100% - 1.5rem);
	margin: 0 auto;
	display: flex;
	gap:0.25rem;
	list-style: none;
	list-style-position: outside;
	overflow: hidden;
	order: 4;
}
.news .news_wrap a article .category_list li{
  padding: 0rem 0.35rem;
  border-radius: 0.3rem;
  color: #78808b;
  font-size: 0.85rem;
  flex: none;
	border: solid 1px #dcdee1;
}
.news .btn{
	margin: calc(1.2rem + 3px) auto 0 auto;
}
/*グランテストについて*/
.about{
	box-sizing: border-box;
	/*! border-radius: 100px 100px 0 0; */
	background-color: #f2faff;
}
body[wc-view-code="pc"] .about{
	padding: var(--headerHeight) calc((100vw - 1100px) / 2);
}
body[wc-view-code="sp"] .about{
	padding: var(--headerHeight) 7vw;
}
body[wc-view-code="tb"] .about{
	padding: var(--headerHeight) 5vw;
}
.about .contents_title::after{
	content: "ABOUT";
}
.a_inner{
	display: flex;
	margin-top: 1.5rem;
}
body[wc-view-code="sp"] .a_inner{
	flex-direction: column;
}
body[wc-view-code="pc"] .a_inner{
	margin-top: 2rem;
}
.a_inner .about_text{
	box-sizing: border-box;
}
body:not([wc-view-code="sp"]) .a_inner .about_text{
	width: 50%;
}
body[wc-view-type="tb"] .a_inner .about_text{
	padding-right: 1rem;
}
body[wc-view-type="tb-l"] .a_inner .about_text{
	padding-right: 1.5rem;
}
body[wc-view-code="pc"] .a_inner .about_text{
	padding-right: 2.5rem;
	flex-direction: row-reverse;
}
.a_inner .about_text > p{
	line-height: 2rem;
	transform: translateY(1.25rem);
	transition: opacity 600ms ease,transform 600ms ease;
	opacity: 0;
}
.a_inner .about_text > p.wcvisible{
	opacity: 1;
	transform: translateY(0);
}
.a_inner .about_text > p:not(:first-of-type){
	margin-top: 0.35rem;
}
.a_inner .about_text .btn{
	margin: calc(3px + 1.2rem) auto calc(1rem + 3px);
	transform: translateY(1.25rem);
	transition: opacity 600ms ease,transform 600ms ease;
	opacity: 0;
}
.a_inner .about_text .btn.wcvisible{
	opacity: 1;
	transform: translateY(0);
}
.a_img_area{
	display: flex;
	gap:2px;
	transform: translateY(1.25rem);
	transition: opacity 600ms ease,transform 600ms ease;
	opacity: 0;
}
.a_img_area.wcvisible{
	opacity: 1;
	transform: translateY(0);
}
body:not([wc-view-code="sp"]) .a_img_area{
	width: 50%;
	flex-direction: row-reverse;
}
.a_img_area figure{
}
.a_img_area figure img{
	border-radius: 1rem;
}
.a_img_area .a_first,
.a_img_area .a_in_img{
	width: calc(50% - 1px);
}
.a_img_area .a_first{
}
.a_img_area .a_first img{
	aspect-ratio:1.414/2;
}
.a_img_area .a_in_img{
	display: flex;
	flex-direction: column;
	gap:2px;
}
.a_img_area .a_in_img .a_secound{
}
.a_img_area .a_in_img .a_third{
}

.a_img_area .a_in_img figure img{
	aspect-ratio:1.414/1;
}
/*特徴*/
.features{
	box-sizing: border-box;
	background-color: #fff;
	border-radius: 100px 100px 0 0;
}
body[wc-view-code="sp"] .features{
	padding: var(--headerHeight) 7vw;
}
body[wc-view-code="tb"] .features{
	padding: var(--headerHeight) 5vw;
}
body[wc-view-code="pc"] .features{
	padding: var(--headerHeight) calc((100vw - 1100px) / 2);
}
.features > .feat_top{
}
.features > .feat_top img{
	aspect-ratio:2/1;
}
.features .f_flex{
	display: flex;
	gap:1.5rem;
	margin-top: 1.5rem;
}
body[wc-view-code="sp"] .features .f_flex{
	flex-direction: column;
}
body[wc-view-code="tb"] .features .f_flex{
	gap:0.5rem;
}
.features .f_flex > article{
	border-top: solid 2px var(--accentColor);
  box-sizing: border-box;
  border-radius: 1.5rem;
  padding: 0 1rem 1rem 1rem;
  background-color: var(--defBgColor);
	display: flex;
	flex-direction: column;
	border: solid 0.75rem #f2faff;
	position: relative;
	z-index: 1;
	transform: translateY(1.25rem);
	transition: opacity 600ms ease,transform 600ms ease;
	opacity: 0;
}
.features .f_flex > article.wcvisible{
	opacity: 1;
	transform: translateY(0);
}
body[wc-view-code="tb"] .features .f_flex > article{
	border: solid 0.5rem #f2faff;
	padding: 0.5rem;
	width: calc((100% / 3) - 0.67rem);
}
body[wc-view-code="pc"] .features .f_flex > article{
	width: calc((100% / 3) - 1rem);
}

.features .f_flex > article::before{
	content: "";
	width: calc(100% - 6rem);
	height: 2px;
	background-color: var(--accentColor);
	position: absolute;
	top: -0.75rem;
	left: 50%;
	transform: translateX(-50%);
}
body[wc-view-code="tb"] .features .f_flex > article::before{
	display: none;
}
.features .f_flex > article > h2{
	font-weight: 700;
  font-size: 1.17rem;
  text-align: center;
  order: 2;
  margin-bottom: 0.75rem;
  margin-top: 0.75rem;
}

body[wc-view-code="tb"] .features .f_flex > article > h2{
	font-size: 1.1rem;
}
.features .f_flex > article > .f_deco{
	order: 1;
  color: #fff;
  font-family: "Lexend";
  background-color: var(--accentColor);
  width: fit-content;
  position: relative;
  z-index: 1;
  height: 30px;
  padding: 0 1rem;
  display: flex;
  align-items: center;
  border-radius: 0 0 1rem 1rem;
  margin: calc((0.75rem - 1px) * -1)auto 0 auto;
}

body[wc-view-type="tb"] .features .f_flex > article > .f_deco{
  margin: calc((0.5rem - 1px) * -1)auto 0 auto;
}
.features .f_flex > article > .f_deco::before,
.features .f_flex > article > .f_deco::after{
	content: "";
	width: 20px;
	height: 20px;
	background-color: var(--accentColor);
	position: absolute;
	z-index: 2;
	top: 0;
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: cover;
  mask-size: cover;
}
.features .f_flex > article > .f_deco::before{
	left: -20px;
	-webkit-mask-image: url("/cp_works/standard/tennis/img/svg/left_up.svg");
  mask-image: url("/cp_works/standard/tennis/img/svg/left_up.svg");
}
.features .f_flex > article > .f_deco::after{
	right: -20px;
	-webkit-mask-image: url("/cp_works/standard/tennis/img/svg/right_up.svg");
  mask-image: url("/cp_works/standard/tennis/img/svg/right_up.svg");
}
.features .f_flex > article figure{
	order: 3;
}
.features .f_flex > article figure img{
	aspect-ratio:16/9;
	border-radius: 1rem 1rem 0 0;
}
.features .f_flex > article > .f_text{
	order:4;
	box-sizing: border-box;
  padding: 0.75rem;
}
body[wc-view-code="tb"] .features .f_flex > article > .f_text{
	padding: 0.5rem 0 0.25rem;
}
.features .f_flex > article > .f_text > p{
	line-height: 1.8rem;
}
/*コース紹介*/
.course_wrap{
	box-sizing: border-box;
}

.course_wrap > .c_top_img{
}
.course_wrap > .c_top_img img{
	aspect-ratio: 2/1.15;
}
body[wc-view-type="tb"] .course_wrap > .c_top_img img{
	aspect-ratio: 2/0.8;
}
body[wc-view-type="tb-l"] .course_wrap > .c_top_img img{
	aspect-ratio: 2/0.75;
}
body[wc-view-code="pc"] .course_wrap > .c_top_img img{
	aspect-ratio: 2/0.4;
	max-height: 385px;
}
.course{
	padding: var(--headerHeight) 0 var(--headerHeight) 0;
	background-color: #FFF;
	border-radius: 100px 100px 0 0;
	margin-top: -100px;
	position: relative;
	z-index: 3;
}
body[wc-view-code="sp"] .course{
	padding: var(--headerHeight) 0 var(--headerHeight) 0;
}
body[wc-view-code="tb"] .course{
	padding: var(--headerHeight) 5vw var(--headerHeight) 5vw;
}
body[wc-view-code="pc"] .course{
	padding: var(--headerHeight) calc((100vw - 1100px) / 2) var(--headerHeight) calc((100vw - 1100px) / 2);
}
.course .contents_title::after{
	content: "COURSE";
}
.course article{
	box-sizing: border-box;
	position: relative;
	z-index: 1;
	display: flex;
	padding: 2.3rem 1rem 1rem 1rem;
}
body[wc-view-code="sp"] .course article{
	flex-direction: column;
}
body[wc-view-code="pc"] .course article{
	padding: 2.3rem 1rem 1rem 1rem;
}
body:not([wc-view-code="sp"]) .course article:nth-of-type(even){
	flex-direction: row-reverse;
}
.course article::before,
.course article::after{
	content: "";
	width: 45px;
	height: 45px;
	-webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: cover;
  mask-size: cover;
	position: absolute;
	z-index: 2;
}
.course article::before{
	-webkit-mask-image: url("/cp_works/standard/tennis/img/svg/right_up.svg");
  mask-image: url("/cp_works/standard/tennis/img/svg/right_up.svg");
	top: -1px;
	left: -1px;
}
.course article::after{
	-webkit-mask-image: url("/cp_works/standard/tennis/img/svg/left_down.svg");
  mask-image: url("/cp_works/standard/tennis/img/svg/left_down.svg");
	bottom: -1px;
	right: -1px;
}
.course .junior::before,
.course .junior::after{
	background-color: #769e02;
}
.course .general::before,
.course .general::after{
	background-color: #00afb9;
}
.course .gsc::before,
.course .gsc::after{
	background-color: #4b577b;
}
.course article{
	margin-top: 1.5rem;
	border: solid 1px;
	box-sizing: border-box;
	position: relative;
	z-index: 1;
	transform: translateY(1.25rem);
	transition: opacity 600ms ease,transform 600ms ease;
	opacity: 0;
}
.course article.wcvisible{
	opacity: 1;
	transform: translateY(0);
}
body[wc-view-code="sp"] .course article{
	width: 86vw;
	margin: 1.5rem auto 0 auto;
}
.course .junior{
	border-color: #769e02;
}
.course .general{
	border-color: #00afb9;
}
.course .gsc{
	border-color: #4b577b;
}
.course article > .c_contents{
	box-sizing: border-box;
}
body:not([wc-view-code="sp"]) .course article > .c_contents{
	width: 50%;
}
body[wc-view-type="tb"] .course article > .c_contents{
	padding-top: 1rem;
}
body[wc-view-code="pc"] .course article > .c_contents{
	padding-top: 1.3rem;
}
body[wc-view-type="tb"] .course article:nth-of-type(odd) > .c_contents{
	padding-right: 1rem;
}
body[wc-view-type="tb"] .course article:nth-of-type(even) > .c_contents{
	padding-left: 1rem;
}
body[wc-view-type="tb-l"] .course article:nth-of-type(even) > .c_contents{
	padding-left: 1.5rem;
}
body[wc-view-type="tb-l"] .course article:nth-of-type(odd) > .c_contents{
	padding-right: 1.5rem;
}
body[wc-view-code="pc"] .course article:nth-of-type(even) > .c_contents{
	padding-left: 2rem;
}
body[wc-view-code="pc"] .course article:nth-of-type(odd) > .c_contents{
	padding-right: 2rem;
}
body[wc-view-code="pc"] .course article:nth-of-type(even) > .c_contents{
	padding-left: 2rem;
}
.course article > .c_contents h2{
	font-size: 1.15rem;
  font-weight: 700;
  display: flex;
  gap: 0.25rem;
  align-items: center;
  position: relative;
  z-index: 1;
  flex-direction: row-reverse;
  justify-content: flex-end;
}
body[wc-view-code="pc"] .course article > .c_contents h2{
	margin-bottom: 0.7rem;
}
.course article > .c_contents h2::before{
	font-family: "Lexend";
	font-size: 0.9rem;
	position: absolute;
	top: -1.1rem;
	left: 0;
	z-index: 2;
	opacity: 0.5;
}
body[wc-view-code="pc"] .course article > .c_contents h2::before{
	top: -1.3rem;
}
.course .junior > .c_contents h2::before{
	color: #769e02;
	content: "JUNIOR COURSE";
}
.course .general > .c_contents h2::before{
	color: #00afb9;
	content: "GENERAL COURSE";
}
.course .gsc > .c_contents h2::before{
	color: #4b577b;
	content: "GSC ACADEMY";
}
.course article > .c_contents h2::after{
	content: "";
	width: 10px;
	height: 10px;
	border-radius: 50%;
}
.course .junior > .c_contents h2::after{
	background-color: #769e02;
}
.course .general > .c_contents h2::after{
	background-color: #00afb9;
}
.course .gsc > .c_contents h2::after{
	background-color: #4b577b;
}
.course article .c_contents .c_text{
}
body[wc-view-code="sp"] .course article .c_contents .c_text{
	margin: 0.5rem 0 0 1rem;
}
body[wc-view-code="tb"] .course article .c_contents .c_text{
	margin: 0.5rem 0 0 0;
}
.course article .c_contents .c_text > p{
	line-height: 1.8rem;
}
.course article .c_contents .c_text > p:not(:first-of-type){
	margin-top: 0.3rem;
}
.course article .c_contents .c_text .btn{
	margin: calc(1.2rem + 3px) 0 calc(1rem + 3px) auto;
}
body:not([wc-view-code="sp"]) .course article figure{
	width: 50%;
}
.course article figure img{
	aspect-ratio:1.414/1;
	border-radius: 3rem 0 3rem 0;
}
.course .big_btn{
	width: 300px;
	height: 165px;
	position: relative;
	z-index: 1;
	background-color: var(--accentColor);
	text-decoration: none;
	display: block;
	justify-content: space-between;
	margin: 2.5rem auto 0 auto;
	border-radius: 1rem;
	opacity: 0;
	transition: opacity 600ms ease;
}
.course .big_btn.wcvisible{
	opacity: 1;
}
body[wc-view-type="sp"] .course .big_btn{
	width: 300px;
}
body:not([wc-view-code="sp"]) .course .big_btn{
	width: 500px;
	height: 200px;
}
.course .big_btn::before{
	content: "PRICE";
  font-weight: 700;
  font-family: "Lexend";
  font-size: 6.2rem;
  color: rgba(255,255,255,0.1);
  position: absolute;
  top: -0.5rem;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
  line-height: 1em;
}

.course .big_btn::after{
	content: "";
	position: absolute;
	inset:0;
	z-index: 2;
	background-color: var(--accentColor);
	opacity: 0.35;
	border-radius: 1.5rem;
}
.course .big_btn > dl{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	z-index: 3;
	color: #fff;
	white-space: nowrap;
}
.course .big_btn > dl dt{
	text-align: center;
	font-weight: 700;
	font-size: 1.5rem;
}

.course .big_btn > dl dd{
	padding-top: 0.25rem;
}
.course .big_btn > dl dd p{
	text-align: center;
}
.course .big_btn > dl dd .more{
	display: flex;
  background-color: #fff;
  border-radius: 2rem;
  padding: 0.25rem 1rem 0.25rem 1rem;
  color: var(--accentColor);
  font-weight: 700;
  width: fit-content;
  margin: calc(3px + 0.5rem) auto 0 auto;
}
.course .big_btn > dl dd .more::before{
	content:"";
	position: absolute;
	inset:-3px;
	border-radius: calc(2rem + 3px);
}
.course .big_btn > figure{
	width: 80px;
	height: 80px;
	position: absolute;
	bottom: 0.5rem;
}
body:not([wc-view-code="sp"]) .course .big_btn > figure{
	width: 120px;
	height: 120px;
}
.course .big_btn > figure:nth-of-type(1){
	left: 0.35rem;
}
.course .big_btn > figure:nth-of-type(2){
	right: 0.35rem;
}
body:not([wc-view-code="sp"]) .course .big_btn > figure:nth-of-type(1){
	left: 0.75rem;
}
body:not([wc-view-code="sp"]) .course .big_btn > figure:nth-of-type(2){
	right: 0.75rem;
}
.course .big_btn > figure img{
	border-radius: 1rem;
	height: 80px;
}
body:not([wc-view-code="sp"]) .course .big_btn > figure img{
	height: 120px;
}
/*flow*/
.flow{
	box-sizing: border-box;
	background-color: #f2faff;
	position: relative;
	z-index: 2;
}
body[wc-view-code="sp"] .flow{
	padding: var(--headerHeight) 7vw;
}
body[wc-view-code="tb"] .flow{
	padding: var(--headerHeight) 5vw;
}
body[wc-view-code="pc"] .flow{
	padding: var(--headerHeight) calc((100vw - 750px) / 2);
}
.flow .contents_title{
	position: relative;
	z-index: 3;
	color: #fff;
}
.flow .contents_title::after{
	content: "FLOW";
	color: #fff;
}
.flow > p{
	color: #fff;
	line-height: 1.8rem;
	position: relative;
	z-index: 3;
	transform: translateY(1.25rem);
	transition: opacity 600ms ease,transform 600ms ease;
	opacity: 0;
	margin: 1rem 0 calc(1rem + 3px) 0;
}
body:not([wc-view-code="sp"]) .flow > p{
	text-align: center;
}
.flow > p.wcvisible{
	opacity: 1;
	transform: translateY(0);
}
.flow > .btn{
	position: relative;
	z-index: 3;
	transform: translateY(1.25rem);
	transition: opacity 600ms ease,transform 600ms ease;
	opacity: 0;
	margin: 0 auto;
}
.flow > .btn.wcvisible{
	opacity: 1;
	transform: translateY(0);
}
.flow > .btn a{
	background-color: #fff;
	color: var(--accentColor);
}
.flow > .btn a::before{
	border-color: #fff;
}
.flow > .btn a::after{
	background-color: var(--accentColor);
}
.flow > figure{
	position: absolute;
	z-index: 0;
	inset:0;
	height: 100%;
}
.flow > figure::before{
	content: "";
	inset:0;
	background-color: var(--accentColor);
	opacity: 0.5;
	position: absolute;
	z-index: 1;
}
.flow > figure img{
	height: 100%;
}