@charset "UTF-8";

/* reset */
#maincontent {
	position: relative;
}
#maincontent ul {
  padding: 0;
}
#maincontent ul li {
  list-style: none;
}


/* ---------------------------------

  ヘッダー

--------------------------------- */
#header_ct {
	position: relative;
	top: 0;
	left: 0;
	width: 920px;
}
#header_ct {
	/* border-bottom: 1px solid #EEEEEE; */
}
#header_ct .logoImg_ct {
	text-align: center;
	padding-bottom: 15px;
	padding-top: 15px;
}
#header_ct .logoImg_ct img {
	width: 140px;
	height: auto;
}


/* additional */

.page_heading_ct {
  margin: 0 auto;
  color: #bbbbbb;
  text-align: right;
}
@media screen and (min-width: 768px) {
.page_heading_ct {
  box-sizing: content-box;
  max-width: 1170px;
  padding: 5px 16px 12px 16px;
  font-size: 12px;
}
}
@media screen and (max-width: 767px) {
  .page_heading_ct {
      padding: 8px;
      font-size: 11px;
  }
}

/* /additional */

/*****************************************************
- Date: 2022-08-17
CSS Document : layout とブランド内で統一して使用するスタイルについて
  1.共通・ブランド内大枠の設定
   * body/wrap/container
  2.各エリアの設定
   * header
   * footer
  3.スマホ
 - ****************************************************/

body {
	font-size: 10px;
	letter-spacing: 0em;
}
i,em {
	font-style: normal;
	font-weight: inherit;
}
div#wrap_ct {
	position:relative;
	height:100%;
}
a {
 transition: all 0.3s;
}

@media (min-width: 920px) {
#wrapper_ct a:hover {
  opacity: 0.7;
}
}
img {
  border: none;
  vertical-align: top;
}
.pc_ct,
.vpc_ct {
  display: block;
}
.sp_ct,
.vsp_ct {
  display: none;
}

#content_ct {
  position: relative;
}


/* ---------------------------------
	ヘッダー
--------------------------------- */
#header_ct {
	width: 920px;
	margin-left: auto;
	margin-right: auto;
}
#header_sp_ct {
	display: none;
}


/*------------------------------------
  SP
------------------------------------*/
@media (max-width: 919px) {
	.pc_ct {
		display: none;
	}
	.sp_ct {
		display: block;
	}
	body {
		-webkit-text-size-adjust: 100%;
	}
	#header_ct {
		display: none;
	}
	#header_sp_ct {
		display: block;
		position: relative;
		top: 0;
		left: 0;
		width: 100%;
	}
	#header_sp_ct .h-inner {
		text-align: center;
	}
	#header_sp_ct .h-inner .logo a img {
		padding-top:12px;
		padding-bottom:12px;
		display: inline-block;
		width: 110px;
	}
}
/**/
@media (max-width: 767px) {
	.vpc_ct {
		display: none;
	}
	.vsp_ct {
		display: block;
	}
}

body > .page {
	overflow: hidden;
}


/*****************************************************

LP固有のスタイル

 - ****************************************************/

/**/
.dur {
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease;
  transition-delay: 0s;
}

/**/
.lc_outer_ct p {
  margin: 0;
  line-height: 1.7;
}
/**/
.lc_outer_ct {
  font-family: "A1 Gothic M","游ゴシック", "Yu Gothic", "YuGothic", "ヒラギノ角ゴ Pro W3", "ヒラギノ角ゴ W3", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic", "メイリオ", "Meiryo", "Noto Sans", "Noto Sans CJK JP", "system-ui", sans-serif;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  color: #333;
  letter-spacing: 0.1em;
}
.lc_outer_ct:not(.wide_ct) {
  /* max-width: 1500px; */
  /* max-width: 1920px; */
}
.lc_outer_ct .lc_inner_ct {
  position: relative;
  max-width: 1210px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  z-index: 5;
  padding: 0 20px;
}
.lc_outer_ct img {
	width: 100%;
	height: auto;
}
.lc_outer_ct a {
	text-decoration: none !important;
}
.lc_outer_ct .ttl_ct {
	text-align: center;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: auto auto;
  background-image: url(../images/ttl.png);
  color: #E50012;
	font-size: 300%;
  margin: 0;
}
.lc_outer_ct .ttl_ct span {
  font-size: inherit;
  line-height: 1;
  color: inherit;
  padding: 0 0 20px 0;
  margin: 0 0 20px 0;
  display: block;
  font-family: "A1 Gothic M","游ゴシック", "Yu Gothic", "YuGothic", "ヒラギノ角ゴ Pro W3", "ヒラギノ角ゴ W3", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic", "メイリオ", "Meiryo", "Noto Sans", "Noto Sans CJK JP", "system-ui", sans-serif;
}
.lc_outer_ct .ttl_ct + .sub_ct {
	text-align: center;
  font-size: 180%;
}
.lc_outer_ct .img_list_ct {
  margin-top: 80px;
}
.lc_outer_ct .img_list_ct ul {
  display: flex;
  flex-wrap: wrap;
  margin: -85px 0 0 -8%;
  counter-reset: listnum;
}
.lc_outer_ct .img_list_ct ul li {
  width: 25.333%;
  margin: 85px 0 0 8%;
  position: relative;
}
.lc_outer_ct .img_list_ct ul li a {
  display: block;
  position: relative;
}
.lc_outer_ct .img_list_ct ul li a::after {
  content: "";
  width: 61px;
  height: 61px;
  background-image: url(./../images/arrow.svg);
  background-position: center 45%;
  background-repeat: no-repeat;
  background-size: auto auto;
  background-color: #fff;
  border-radius: 61px;
  border: 2px solid #E50012;
  position: absolute;
  left: 50%;
  bottom: -30px;
  transform: translateY(0%) translateX(-50%);
}
.lc_outer_ct .img_list_ct ul li a figure {
  background: #fff;
  margin: 12px 0 0 0;
  padding: 0;
  position: relative;
}
.lc_outer_ct .img_list_ct ul li a figure figcaption {
  position: absolute;
  top: 0;
  left: 0;
  background: #E50012;
  font-size: 250%;
  color: #fff;
  padding: 6px 5px;
  text-align: center;
  line-height: 1.4;
  width: 100%;
}
.lc_outer_ct .img_list_ct ul li a .text01_ct {
  display: flex;
  flex-wrap: wrap;
  text-align: left;
  position: relative;
}
.lc_outer_ct .img_list_ct ul li a .text01_ct .num_ct {
  width: 65px;
  height: 65px;
  font-size: 400%;
  line-height: 1;
}
.lc_outer_ct .img_list_ct ul li a .text01_ct .txt_ct {
  /* width: calc(100% - 65px); */
  width: calc(100% - 55px);
  padding: 30px 0 0;
  margin: 0 0 0 -10px;
  font-size: 180%;
  word-wrap: break-word;
}
.lc_outer_ct .img_list_ct ul li a .text01_ct .num_ct::after {
  content: "";
  width: 2px;
  height: 77px;
  background-color: #333;
  position: absolute;
  top: 0;
  left: 36px;
  transform: rotate(45deg);
}
.lc_outer_ct .img_list_ct ul li a .text02_ct {
  font-size: 140%;
  display: block;
  text-align: left;
  margin: 10px 0 0 0;
}

.lc_outer_ct .img_list_ct ul li a.standby_ct {
  pointer-events: none;
}
.lc_outer_ct .img_list_ct ul li a.standby_ct::after {
  content: none;
}

/**/
.tab_ct {
  margin-top: 15px;
}
.tab_ct ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0 20px;
  margin-top: -12px;
}
.tab_ct ul li {
  margin-top: 12px;
}
.tab_ct ul li span,
.tab_ct ul li a {
  display: block;
  border-radius: 100px;
  border: 2px solid #E50012;
  background: #fff;
  line-height: 1;
  font-size: 160%;
  padding: 11px 19px;
}
.tab_ct ul li span::before,
.tab_ct ul li a::before {
  content: url(../images/ico_Instagram.png);
  vertical-align: middle;
  padding-right: 10px;
}

/**/
#main_ct {
  position: relative;
}
#main_ct::before {
  position: absolute;
  top: 0;
  content: "";
  background-image: url(../images/bg_last.png);
  background-position: 0 0;
  background-repeat: repeat-x;
  background-size: auto 100%;
  height: 28px;
  width: 100%;
  z-index: 2;
}
#main_ct::after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  background-image: url(../images/mv.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 1;
  width: 100%;
  height: 100%;
}

#main_ct .lc_inner_ct {
  text-align: center;
}
#main_ct .main_img_ct {
  margin: 0px auto;
  max-width: 420px;
  padding-top: 60px;
}
#main_ct .main_lead_ct {
  font-size: 220%;
  color: #E50012;
  margin-top: 13px;
}
#main_ct .normal_ct {
  font-size: 180%;
  color: #333;
  margin-top: 35px;
}
#main_ct .top-news_ct {
  text-align: left;
  /* max-width: 464px; */
  max-width: 590px;
  margin: 0 auto 0;
  padding: 40px 0 75px;
}

#main_ct .top-news_ct .t01_ct {
  font-size: 180%;
  line-height: 1;
  color: #E50012;
}

#main_ct .top-news_ct .top-news-inner_ct {
  background: #fff;
  border-radius: 10px;
  padding: 20px 25px;
  margin: 12px 0 0;
}
#main_ct .top-news_ct .top-news-inner_ct dl {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 10px;
}
#main_ct .top-news_ct .top-news-inner_ct dl dt,
#main_ct .top-news_ct .top-news-inner_ct dl dd {
  font-size: 160%;
  margin: 0;
}
#main_ct .top-news_ct .top-news-inner_ct dl dt {
  width: 75px;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.03em;
}
#main_ct .top-news_ct .top-news-inner_ct dl dd {
  width: calc( 100% - 75px );
  padding-left: 10px;
}
#main_ct .top-news_ct .top-news-inner_ct .more_ct {
  text-align: center;
}
#main_ct .top-news_ct .top-news-inner_ct .more_ct a {
  display: inline-block;
  font-size: 140%;
  line-height: 1;
  position: relative;
  padding-right: 20px;
}
#main_ct .top-news_ct .top-news-inner_ct .more_ct a i {
  position: absolute;
  top: 40%;
  right: 0;
  transform: translateY(-50%) translateX(0%);
}
#main_ct .top-news_ct .top-news-inner_ct .more_ct a i::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  color: #333;
  line-height: 1;
  width: 10px;
  height: 10px;
  border: 0.1em solid currentColor;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translateY(-25%) rotate(135deg);
}

/**/
.float_ct {
  position: absolute;
  z-index: -1;
}
#c02_ct .float_ct.item01_ct {
  top: -205px;
  right: -110px;
}
#c02_ct .float_ct.item02_ct {
  bottom: -340px;
  left: -285px;
}
#c02_ct .float_ct.item04_ct {
  bottom: 26%;
  right: -130px;
}
#news_ct .float_ct.item03_ct {
  top: -50px;
  right: 340px;
  z-index: 3;
}
/* @media screen ( max-width: 1350px) and (min-width: 768px){ */

@media screen and (max-width: 1380px){

  #news_ct .float_ct.item03_ct {
    /* top: -0px; */
    right: 19%;
  }
}

@media screen and (max-width: 1000px){
  #content_ct:not(.contract-none) #news_ct .float_ct.item03_ct::after {
    top: 170px;
    width: 210px;
    height: 775px;
  }
}

/**/
#c01_ct {
  padding-top: 60px;
  padding-bottom: 150px;
}

#c01_ct .bnr-block_ct {
  max-width: 500px;
  width: 100%;
  margin: 40px auto 0;
}
#c01_ct .bnr-block_ct .bnr_ct + .bnr_ct {
  margin-top: 40px;
}

/**/
#c02_ct {
  padding-top: 110px;
  padding-bottom: 145px;
  position: relative;
}
#c02_ct::after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  background-image: url(../images/bg_c02.jpg);
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto auto;
  border-radius: 2000px 2000px 0 0 / 300px 300px 0 0;
  margin: 0 -200px;
  width: calc(100% + 400px);
  height: 100%;
  z-index: -2;
}

/**/
#bg01_ct {
  position: relative;
}
#bg01_ct::before {
  position: absolute;
  top: 0;
  content: "";
  background-image: url(../images/bg_last.png);
  background-position: 0 0;
  background-repeat: repeat-x;
  background-size: auto 100%;
  height: 28px;
  width: 100%;
  z-index: 2;
}
#bg01_ct::after {
  content: "";
  background: #FCFCFC;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

/**/
#news_ct {
  padding: 100px 0 150px;
}
#news_ct .news_list_ct {
  width: 100%;
  max-width: 678px;
  margin: 65px auto 0;
}
#news_ct .news_list_ct dl {
  display: flex;
  flex-wrap: wrap;
  text-align: left;
}
#news_ct .news_list_ct dl dt,
#news_ct .news_list_ct dl dd {
  font-size: 160%;
  padding-top: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #333;
  margin: 0;
}
#news_ct .news_list_ct dl dt {
  width: 100px;
  padding-left: 30px;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.03em;
}
#news_ct .news_list_ct dl dd {
  width: calc( 100% - 100px );
  padding-right: 20px;
  padding-left: 20px;
}

#news_ct .news_list_ct dl dd a:hover,
.top-news_ct dl dd a:hover {
  text-decoration: underline!important;
}

#news_ct .news_list_ct dl dd a i::after,
.top-news_ct dl dd a i::after {
  content: "";
    display: inline-block;
    vertical-align: middle;
    color: #333;
    line-height: 1;
    width: 7px;
    height: 7px;
    border: 0.1em solid currentColor;
    border-left: 0;
    border-bottom: 0;
    box-sizing: border-box;
    transform: translateY(-25%) rotate(45deg);
    margin-left: 10px;
}

/**/
#c03_ct {
  padding-top: 130px;
}
.sns_block_ct {
  margin-top: 100px;
}
.sns_block_ct .sns_top_ct {
  text-align: center;
}
.sns_block_ct .sns_top_ct a {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.sns_block_ct .sns_top_ct a .t01_ct {
  width: 130px;
}
.sns_block_ct .sns_top_ct a .t02_ct {
  padding-left: 22px;
}
.sns_block_ct .sns_top_ct a .t02_ct i {
  display: block;
  text-align: center;
  margin: 0;
}
.sns_block_ct .sns_top_ct a .t02_ct i.c01_ct {
  max-width: 170px;
  margin: 0 auto 7px;
}
.sns_block_ct .sns_top_ct a .t02_ct i.c02_ct {
  font-size: 350%;
  color: #333;
  line-height: 1;
  overflow-wrap: break-word;
}
.sns_block_ct .sns_mid_ct {
  margin: 35px auto 0;
  max-width: 718px;
}
.sns_block_ct .sns-info_ct {
  max-width: 340px;
  width: 100%;
  margin: 70px auto 0;
  border-top: 1px solid #E50012;
  border-bottom: 1px solid #E50012;
  text-align: center;
  padding: 25px 0 15px;
}
.sns_block_ct .sns-info_ct .t01_ct {
  font-size: 180%;
}

/**/
#lp_sns_ct {
  padding-top: 90px;
  padding-bottom: 50px;
}
#lp_sns_ct .ttl_sns_ct {
  text-align: center;
	font-size: 230%;
}
#lp_sns_ct .ttl_sns_ct span {
  color: #6B503B;
  font-size: inherit;
  line-height: 1;
  position: relative;
}
#lp_sns_ct .ttl_sns_ct span::before,
#lp_sns_ct .ttl_sns_ct span::after {
  content: "";
  display: inline-block;
  background: #6B503B;
  width: 2px;
  position: absolute;
}
#lp_sns_ct .ttl_sns_ct span::before{ 
  left: 0;
}
#lp_sns_ct .ttl_sns_ct span::after {
  right: 0;
}
#lp_sns_ct .ttl_sns_ct span {
  padding: 0 40px;
}
#lp_sns_ct .ttl_sns_ct span::before,
#lp_sns_ct .ttl_sns_ct span::after {
  height: 55px;
  bottom: -10px;
}
#lp_sns_ct .ttl_sns_ct span::before {
  transform: rotate(-30deg);
}
#lp_sns_ct .ttl_sns_ct span::after {
  transform: rotate(30deg);
}
#lp_sns_ct .sns_list_ct {
  margin-top: 25px;
}
#lp_sns_ct .sns_list_ct ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0 65px;
  padding: 0;
  margin: 0;
}
#lp_sns_ct .sns_list_ct ul li {
  width: 80px;
}
/**/
.sch_ct {
  position: relative;
  margin: -50px 0 0;
}
.pagetop_ct {
  max-width: 376px;
  margin: 40px auto 80px;
}

/**/
.page-list-ct {
  max-width: 376px;
  margin: 100px auto 0;
}
.page-list-ct ul li + li {
  margin-top: 40px;
}
.page-list-ct ul li a {
  display: block;
  border: 2px solid #E50012;
  border-radius: 5px;
  padding: 15px 80px 10px 25px;
  background-image: url(./../images/arrow.svg);
  background-position: 93% 50%;
  background-repeat: no-repeat;
  background-size: auto auto;
}
.page-list-ct ul li a span {
  display: block;
}
.page-list-ct ul li a span i {
  display: inline-block;
}
.page-list-ct ul li a .txt01_ct {
  font-size: 160%;
}
.page-list-ct ul li a .txt02_ct {
  font-size: 240%;
  color: #E50012;
  padding-left: 20px;
  margin: 3px 0 0;
}
.page-list-ct ul li a .txt01_ct i {
  position: relative;
  padding: 0 15px;
}
.page-list-ct ul li a .txt01_ct i::before,
.page-list-ct ul li a .txt01_ct i::after{
  content: "";
  display: inline-block;
  background: #000;
  width: 2px;
  position: absolute;
}
.page-list-ct ul li a .txt01_ct i::before{
  left: 0;
}
.page-list-ct ul li a .txt01_ct i::after{
  right: 0;
}
.page-list-ct ul li a .txt01_ct i::before{
  transform: rotate(-30deg);
}
.page-list-ct ul li a .txt01_ct i::after{
  transform: rotate(30deg);
}

/* スケジュール関連 */
.sch_ct.fade_ct {
  opacity: 0;
}
.sch_ct .sg_ct {
  position: absolute;
}
.sch_ct .sg_ct a,
.sch_ct .sg_ct span {
  position: relative;
  transition: none;
  opacity: 1 !important;
  display: block;
}
.sch_ct .sg_ct.on_ct a::after,
.sch_ct .sg_ct.on_ct span::after {
  position: absolute;
  top: 16.5%;
  left: 29.7%;
  width: 41%;
  height: 0;
  padding-top: 47.7%;
  background-image: url(./../images/icon_now01.png);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.sch_ct .sg_ct.on_ct.icon_on_ct a::after,
.sch_ct .sg_ct.on_ct.icon_on_ct span::after {
  content: "";
}
.sch_ct .sg_ct a:not(.link_ct) {
  pointer-events: none;
}
.sch_ct .sg_ct.sg01_img_ct {
  top: 11.0%;
  left: 22.6%;
  width: 19.0%;
}
.sch_ct .sg_ct.sg02_img_ct {
  top: 65.4%;
  left: 6.2%;
  width: 10.6%;
}
.sch_ct .sg_ct.sg02_img_ct.on_ct {
  top: 65.5%;
  left: 2.7%;
  width: 18%;
}
.sch_ct .sg_ct.sg02_img_ct.on_ct a::after,
.sch_ct .sg_ct.sg02_img_ct.on_ct span::after {
  width: 43.3%;
  padding-top: 55%;
  top: -43%;
  left: 42%;
  background-image: url(./../images/icon_now02.png);
}
.sch_ct .sg_ct.sg03_img_ct {
  top: 60.5%;
  left: 27.2%;
  width: 10.5%;
}
.sch_ct .sg_ct.sg03_img_ct.on_ct {
  top: 60.5%;
  left: 23.8%;
  width: 17.6%;
}
.sch_ct .sg_ct.sg03_img_ct.on_ct a::after,
.sch_ct .sg_ct.sg03_img_ct.on_ct span::after {
  width: 44.2%;
  padding-top: 51.5%;
  top: -8%;
  background-image: url(./../images/icon_now03.png);
}
.sch_ct .sg_ct.sg04_img_ct {
  /* top: 56%;
  left: 44.2%;
  width: 13%; */
  top: 58.5%;
  left: 42.2%;
  width: 17%;
}
.sch_ct .sg_ct.sg04_img_ct.on_ct a::after,
.sch_ct .sg_ct.sg04_img_ct.on_ct span::after {
  width: 60%;
  padding-top: 69.7%;
  /* top: -45%; */
  top: -69%;
  left: 18%;
  background-image: url(./../images/icon_now04.png);
}
.sch_ct .sg_ct.sg05_img_ct {
  top: 22.9%;
  left: 53.4%;
  width: 12.4%;
}
.sch_ct .sg_ct.sg05_img_ct.on_ct {
  top: 22.9%;
  left: 49.1%;
  width: 21%;
  z-index: 1;
}
.sch_ct .sg_ct.sg05_img_ct.on_ct a::after,
.sch_ct .sg_ct.sg05_img_ct.on_ct span::after {
  width: 37.1%;
  padding-top: 43.2%;
  top: -27%;
  background-image: url(./../images/icon_now05.png);
}
.sch_ct .sg_ct.sg06_img_ct {
  top: 60%;
  left: 62.4%;
  width: 12.5%;
}
.sch_ct .sg_ct.sg06_img_ct.on_ct {
  top: 60%;
  left: 59%;
  width: 19.5%;
  z-index: 1;
}
.sch_ct .sg_ct.sg06_img_ct.on_ct a::after,
.sch_ct .sg_ct.sg06_img_ct.on_ct span::after {
  width: 40%;
  padding-top: 46.5%;
  top: -34%;
  background-image: url(./../images/icon_now06.png);
}
.sch_ct .sg_ct.sg07_img_ct {
  top: 25.5%;
  left: 76.1%;
  width: 15.3%;
}
.sch_ct .sg_ct.sg07_img_ct.on_ct {
  top: 25.5%;
  left: 73.8%;
  width: 19.5%;
  z-index: 1;
}
.sch_ct .sg_ct.sg07_img_ct.on_ct a::after,
.sch_ct .sg_ct.sg07_img_ct.on_ct span::after {
  width: 40%;
  padding-top: 46.5%;
  top: -40%;
  background-image: url(./../images/icon_now07.png);
}
.sch_ct .sg_ct.sg08_img_ct {
  top: 60.5%;
  left: 84.0%;
  width: 10.7%;
}
.sch_ct .sg_ct.sg08_img_ct.on_ct {
  top: 60.5%;
  left: 80.7%;
  width: 17.5%;
}
.sch_ct .sg_ct.sg08_img_ct.on_ct a::after,
.sch_ct .sg_ct.sg08_img_ct.on_ct span::after {
  width: 44.5%;
  padding-top: 51.8%;
  top: -4%;
  background-image: url(./../images/icon_now08.png);
}

@media screen and (max-width: 767px){
  .sch_ct .sg_ct.sg01_img_ct {
    top: 4%;
    left: 1.6%;
    width: 55%;
  }
  .sch_ct .sg_ct.sg02_img_ct {
    top: 20.5%;
    left: 56.5%;
    width: 30.5%;
  }
  .sch_ct .sg_ct.sg02_img_ct.on_ct {
    /* top: 20.5%;
    left: 45.5%;
    width: 52.5%; */
    top: 22.5%;
    left: 49.5%;
    width: 47.5%;
  }
  .sch_ct .sg_ct.sg02_img_ct.on_ct a::after,
  .sch_ct .sg_ct.sg02_img_ct.on_ct span::after {
    left: 20%;
    width: 42.7%;
    padding-top: 49.5%;
  }
  .sch_ct .sg_ct.sg03_img_ct {
    top: 28.3%;
    left: 15.0%;
    width: 30.5%;
  }
  .sch_ct .sg_ct.sg03_img_ct.on_ct {
    top: 28.3%;
    left: 4.5%;
    width: 51.5%;
  }
  .sch_ct .sg_ct.sg03_img_ct.on_ct a::after,
  .sch_ct .sg_ct.sg03_img_ct.on_ct span::after {
    width: 43.5%;
    padding-top: 50.5%;
    top: -7%;
    left: 26%;
  }
  .sch_ct .sg_ct.sg04_img_ct {
    /* top: 39.6%;
    left: 55.2%;
    width: 38%; */
    top: 40.6%;
    left: 55.2%;
    width: 49%;
  }
  .sch_ct .sg_ct.sg04_img_ct.on_ct a::after,
  .sch_ct .sg_ct.sg04_img_ct.on_ct span::after {
    width: 59%;
    padding-top: 68.5%;
  }
  .sch_ct .sg_ct.sg05_img_ct {
    top: 48.9%;
    left: 15.4%;
    width: 36.0%;
  }
  .sch_ct .sg_ct.sg05_img_ct.on_ct {
    top: 48.8%;
    left: 3%;
    width: 60.5%;
  }
  .sch_ct .sg_ct.sg05_img_ct.on_ct a::after,
  .sch_ct .sg_ct.sg05_img_ct.on_ct span::after {

  }
  .sch_ct .sg_ct.sg06_img_ct {
    top: 59%;
    left: 50.8%;
    width: 36.5%;
  }
  .sch_ct .sg_ct.sg06_img_ct.on_ct {
    top: 59.2%;
    left: 41.8%;
    width: 54.5%;
  }
  .sch_ct .sg_ct.sg06_img_ct.on_ct a::after,
  .sch_ct .sg_ct.sg06_img_ct.on_ct span::after {
    width: 41.1%;
    padding-top: 47.7%;
    top: -35%;
  }
  .sch_ct .sg_ct.sg07_img_ct {
    top: 74.15%;
    left: 9.8%;
    width: 44.6%;
  }
  .sch_ct .sg_ct.sg07_img_ct.on_ct {
    top: 74.15%;
    left: 2.8%;
    width: 56.5%;
  }
  .sch_ct .sg_ct.sg07_img_ct.on_ct a::after,
  .sch_ct .sg_ct.sg07_img_ct.on_ct span::after {
    width: 39.7%;
    padding-top: 46.0%;
  }
  .sch_ct .sg_ct.sg08_img_ct {
    top: 82.7%;
    left: 55.5%;
    width: 30.7%;
  }
  .sch_ct .sg_ct.sg08_img_ct.on_ct {
    top: 82.8%;
    left: 45.5%;
    width: 50.7%;
  }
  .sch_ct .sg_ct.sg08_img_ct.on_ct a::after,
  .sch_ct .sg_ct.sg08_img_ct.on_ct span::after {
    width: 44.2%;
    padding-top: 51.3%;
  }
}
@media screen and (min-width: 768px){
  .sch_ct .sg_ct a:hover {
    transform: scale(1.05);
  }
  .page-list-ct ul li a .txt01_ct i::before,
  .page-list-ct ul li a .txt01_ct i::after{
    height: 25px;
    bottom: -2px;
  }
}
@media screen and (max-width: 767px){
  .page-list-ct ul li a .txt01_ct i::before,
  .page-list-ct ul li a .txt01_ct i::after{
    height: 30px;
    bottom: -5px;
  }
}

@media (min-width: 768px) {

}

/*------------------------------------
  SP
------------------------------------*/
@media (max-width: 919px) {

}
/**/
@media (max-width: 767px) {

  /**/
  .lc_outer_ct .ttl_ct {
    font-size: 240%;
    background-size: 100% auto;
  }
  .lc_outer_ct .ttl_ct span {
    padding: 0 0 17px 0;
  }

  /**/
  #main_ct .main_img_ct {
    max-width: 298px;
    padding-top: 35px;
    width: 100%;
  }
  #main_ct .normal_ct {
    margin-top: 220px;
    font-size: 160%;
  }
  #main_ct .main_lead_ct {
    font-size: 180%;
    line-height: 1.6;
  }
  .tab_ct ul {
    gap: 0 15px;
    justify-content: center;
  }
  .tab_ct ul li span,
  .tab_ct ul li a {
    padding: 10px 15px;
  }
  #main_ct::after {
    background-image: url(../images/mv_sp.jpg);
    /* additional　追加 */
    background-position: bottom center;
    height: 557px;
  }
  #main_ct .top-news_ct {
    padding: 20px 10px 0;
  }
  #main_ct .top-news_ct .top-news-inner_ct {
    box-shadow: 0px 0px 10px #ccc;
    padding: 15px 20px;
  }
  #main_ct .top-news_ct .top-news-inner_ct dl {
    margin: 0 0 20px;
  }

  /**/
  #c01_ct {
    padding-bottom: 85px;
  }
  #c01_ct .bnr-block_ct {
    padding: 0 17.5px;
  }

  /**/
  #c02_ct {
    padding-top: 100px;
    padding-bottom: 65px;
  }
  #c02_ct::after {
    border-radius: 800px 800px 0 0 / 400px 400px 0 0;
  }
  #c02_ct .float_ct.item01_ct {
    width: 250px;
    top: -75px;
    right: -80px;
  }
  .lc_outer_ct .ttl_ct + .sub_ct {
    margin: 20px 0 0;
  }
  .lc_outer_ct .img_list_ct {
    margin-top: 50px;
  }
  .lc_outer_ct .img_list_ct ul {
    margin: -50px 0 0 -6%;
  }
  .lc_outer_ct .img_list_ct ul li {
    width: 44%;
    margin: 50px 0 0 6%;
  }
  .lc_outer_ct .img_list_ct ul li:not(.sp-large_ct) a .text01_ct .num_ct {
    font-size: 240%;
    width: 40px;
    height: 45px;
  }
  .lc_outer_ct .img_list_ct ul li:not(.sp-large_ct) a .text01_ct .txt_ct {
    font-size: 160%;
    width: calc(100% - 40px);
    padding: 0px 0 0 5px;
    margin: 0 0 0 0px;
    line-height: 1.4;
  }
  .lc_outer_ct .img_list_ct ul li:not(.sp-large_ct) a .text01_ct .num_ct::after {
    height: 55px;
    top: -5px;
    left: 20px;
  }
  .lc_outer_ct .img_list_ct ul li:not(.sp-large_ct) a::after {
    width: 31px;
    height: 31px;
    border-radius: 31px;
    background-size: 15px 10px;
    background-position: center 40%;
    bottom: -15px;
  }
  .lc_outer_ct .img_list_ct ul li.sp-large_ct {
    width: 100%;
  }
  .lc_outer_ct .img_list_ct ul li:nth-child(2) {
    margin-bottom: 20px;
  }
  .lc_outer_ct .ttl_ct + .sub_ct {
    font-size: 160%;
  }
  
  /**/
  #news_ct {
    padding: 60px 0 75px;
  }
  #news_ct .news_list_ct {
    padding: 0 15px;
    margin: 40px auto 0;
  }
  #news_ct .news_list_ct dl dt,
  #news_ct .news_list_ct dl dd {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  #news_ct .news_list_ct dl dt {
    width: 75px;
    padding-left: 0;
  }
  #news_ct .news_list_ct dl dd {
    width: calc(100% - 75px);
    padding-right: 0px;
    padding-left: 15px;
  }

  /**/
  #c03_ct {
    padding-top: 80px;
  }
  /**/
  .sns_block_ct {
    margin-top: 22px;
  }
  .sns_block_ct .sns_top_ct a .t01_ct {
    width: 24%;
  }
  .sns_block_ct .sns_top_ct a .t02_ct {
    padding-left: 10px;
    width: 76%;
  }
  .sns_block_ct .sns_top_ct a .t02_ct i.c01_ct {
    max-width: 115px;
    margin: 0 auto 3px;
  }
  .sns_block_ct .sns_top_ct a .t02_ct i.c02_ct {
    font-size: 195%;
  }
  .sns_block_ct .sns_mid_ct {
    margin: 15px auto 0;
  }

  /**/
  .sns_block_ct .sns-info_ct {
    margin: 40px auto 0;
  }
  .page-list-ct {
    margin: 45px auto 0;
  }
  .page-list-ct ul li a {
    padding: 15px 50px 10px 25px;
    background-position: 94.5% 55%;
  }
  .page-list-ct ul li a .txt01_ct {
    font-size: 140%;
  }
  .page-list-ct ul li a .txt02_ct {
    font-size: 220%;
    padding-left: 15px;
  }
  .page-list-ct ul li + li {
    margin-top: 30px;
  }

  /**/
  #lp_sns_ct {
    padding-top: 55px;
    padding-bottom: 55px;
  }
  #lp_sns_ct .sns_list_ct ul {
    gap: 0 45px;
  }
  #lp_sns_ct .sns_list_ct ul li {
    width: 61px;
  }
  .pagetop_ct {
    margin: 30px auto 0px;
  }

  /**/
  .sch_ct {
    margin: -5px 0 0;
  }
  
}

#content_ct.contract-none .after-off_ct {
  display: none !important;
}


/**/
#dance-movie_ct {
  width: 100%;
  max-width: 886px;
  margin: 125px auto 0;
  padding: 0 18px;
}
#dance-movie_ct .fuki-ttl_ct {
  text-align: center;
  font-size: 10px;
  margin: 0 0 30px;
}
#dance-movie_ct .fuki-ttl_ct span {
  display: inline-block;
  font-size: 100%;
  position: relative;
  padding: 0 30px;
}
#dance-movie_ct .fuki-ttl_ct span::before,
#dance-movie_ct .fuki-ttl_ct span::after {
  content: "";
  display: inline-block;
  background: #000;
  width: 1px;
  position: absolute;
  bottom: -7px;
  height: 55px;
}
#dance-movie_ct .fuki-ttl_ct span::before {
  left: 0;
  transform: rotate(-30deg);
}
#dance-movie_ct .fuki-ttl_ct span::after {
  right: 0;
  transform: rotate(30deg);
}
#dance-movie_ct .fuki-ttl_ct span i {
  line-height: 1;
  display: block;
}
#dance-movie_ct .fuki-ttl_ct span i.t01_ct {
  font-size: 180%;
}
#dance-movie_ct .fuki-ttl_ct span i.t02_ct {
  font-size: 140%;
  margin: 12px 0 0;
}
#dance-movie_ct #dance-movie-body_ct {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
#dance-movie_ct #dance-movie-body_ct iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
@media (max-width: 767px) {
  #dance-movie_ct {
    margin: 60px auto 0;
  }
  #dance-movie_ct .fuki-ttl_ct {
    margin: 0 0 25px;
  }
  #dance-movie_ct .fuki-ttl_ct span {
    padding: 0 22px;
  }
  #dance-movie_ct .fuki-ttl_ct span i.t01_ct {
    font-size: 160%;
  }
  

}