@charset "UTF-8";
/*--TOP--*/
#topPage #mv {
  width: 100%;
  min-width: 980px;
  
  position: relative;
  
}

#topPage #mv .mv_sp {
	display: none;
}

#topPage .banner_soi_pc {
	    max-width: 160px;
    position: absolute;
    top: 630px;
    right: 198px;
}

@media(max-width:1080px) { 
#topPage .banner_soi_pc {
	    max-width: 140px;
    position: absolute;
    top: 510px;
    right: 198px;
}
	
}
@media(max-width:768px) { 

	
}


#topPage .banner_soi_sp {
	display: none;
}

#topPage #mv .inner {
/*  max-width: 980px;*/
  margin: 0 auto;
/*  padding-top: 35px;*/
}
#topPage #mv .inner h2 {
  float: left;
  width: 600px;
  padding-top: 50px;
}
#topPage #mv .inner p {
  float: right;
  width: 380px;
}
#topPage #mv .mainLogo {
  position: relative;
  background: none !important;
}
#topPage #mv .mainLogo h1 {
  text-align: center;
  position: relative;
  top: 17px;
  z-index: 100;
}
#topPage #mv .addShow {
  width: 100%;
  padding: 10px 0;
  text-align: center;
  background: -moz-linear-gradient(left, #830d0d 0%, #b20d0d 52%, #830d0d 100%);
  background: -webkit-linear-gradient(left, #830d0d 0%, #b20d0d 52%, #830d0d 100%);
  background: linear-gradient(to right, #830d0d 0%, #b20d0d 52%, #830d0d 100%);
}
#topPage .sublogo {
  padding: 20px;
  margin: 45px 0 10px;
  background-color: rgba(255, 255, 255, 0.58);
}
.br_sp {
  display: block;
}
.fc_yokohama {
  color: #1e608c;
}
.fc_oshu {
  color: #4e4026;
}
.fc_osaka {
  color: #4846aa;
}

.anchor{
    display: block;
    padding-top: 70px;
    margin-top: -70px;
}

#topPage .top_event {
/*	background-color: #fff;*/
	max-width: 800px;
	margin: -1rem auto 0;
	color: #013678;
	text-align: center;
	padding: 0 2rem 2rem;
}

#topPage .top_event .links{
	display: flex;
	flex-wrap: wrap;
	justify-content:space-around;
	margin: 0 auto;
}

#topPage .top_event .links .links_item {
	background: #aaa;
	padding: 1.8rem 5rem;
	display: block;
	color:#fff;
	margin-top: 20px;
	white-space: nowrap;
}


.top_youtube {
    margin: 0 auto;
    text-align: center;
    width: 60%;
    margin-top: 2rem;
}


@media(min-width:769px) {
  #skaters #members .memberList {
    /*	margin-bottom: 50px;*/
    /* 第1弾のときのみ中央寄せにする */
    margin: 0 auto 50px;
    width: 850px;
  }
  .pc {
    display: block;
  }
  .sp {
    display: none;
  }
  .br_sp {
    display: none;
  }
  .br_pc {
    display: block;
  }
	
	
}
@media(max-width:768px) {
  #topPage #mv {
    width: 100%;
	min-width: inherit;
/*
    background: url(../img/common/wall.jpg) no-repeat top center;
    background-size: cover;
*/
    padding-bottom: 10px;
  }
	
	.top_youtube {
    width: 90%;
}

/* 切り替え */
  #topPage #mv .mv_sp {
	display: block;
}
  #topPage #mv .mv {
	display: none;
}
	
#topPage .banner_soi_pc {
		display: none;
}
	
#topPage .banner_soi_sp {
	display: block;
	width: 70%;
	min-width: 300px;
	position: absolute;
    bottom: 0%;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);	
}
	
  #topPage #mv .addShow {
    padding: 5px 0;
  }
  #topPage #mv .addShow img {
    height: 35px;
  }
  #topPage #mv .inner {
    width: 100%;
    margin: 0 auto;
/*    padding-top: 25px;*/
  }
  #topPage #mv .inner h2 {
    width: 62%;
    padding-top: 0;
  }
  #topPage #mv .inner p {
    float: right;
    width: 38%;
    padding-top: 10px;
  }
  #topPage #mv .mainLogo {
    position: relative;
  }
  #topPage #mv .mainLogo h1 {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    position: relative;
    top: -10px;
    z-index: 100;
  }
  .br_pc {
    display: none;
  }
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
	
/*アンカー調整*/
	
a.anchor{
    display: block;
    padding-top: 70px;
    margin-top: -70px;
}
	
  /*
	#topPage #mv .mainLogo:before{
	  display: block;
	  content: " ";
	  position: absolute;
	  bottom: 0;
	  left: 0;
	  height: 62%;
	  width: 100%;
	  background-color: rgba(255,255,255,0.8);
		z-index: 50;
	}

	#topPage #mv .mainLogo:after{
	  display: block;
	  content: " ";
	  position: absolute;
	  bottom: 0;
	  left: 0;
	  mix-blend-mode: overlay;
	  height: 62%;
	  width: 100%;
	  background-color: rgba(255,255,255,0.8);
	}*/
}
#topPage #date {
  width: 100%;
  background: url(../img/top/bg_date.png) no-repeat top center;
}
#topPage #date ul {
  padding: 20px 0 45px;
  width: 980px;
  margin: 0 auto;
}
#topPage #date ul li {
  float: left;
  margin-left: 5px;
}
#topPage #date ul li:last-child {
  float: right;
  margin-left: 0;
  margin-right: 85px;
}
@media(max-width:768px) {
  #topPage #date {
    width: 100%;
    background: none;
  }
  #topPage #date ul {
    padding: 0;
    width: 100%;
    margin: 0 auto;
  }
  #topPage #date ul li {
    float: none;
    background: url(../img/top/bg_date_sp.png) no-repeat;
    background-size: cover;
    padding: 2% 3%;
    margin-left: 0;
  }
  #topPage #date ul li:last-child {
    float: right;
    margin-left: 0;
    margin-right: 0px;
  }
}
#topPage a.btn:after {
  content: "\f0da";
  font-family: "FontAwesome";
  font-weight: 900;
  position: absolute;
  right: 20px;
  top: 30%;
}
#topPage a.btn {
    width: 70%;
    text-align: center;
    display: block;
    padding: 14px 10px;
    margin: 20px auto 0;
    font-size: 120%;
    color: #ffffff;
    background: #eb6796;
    border-radius: 5px;
    position: relative;
	    line-height: 1.3;
}
#topPage a.btn.ate {
  background: #ce0000;
  font-size: 16px;
	color: #ffffff;
	border-radius: 40px;
}
#topPage a.btn.ate .spnone {
  display: none;
}
#topPage a.top_bnr img {
  width: 80%;
  margin: 0 auto 30px;
  display: block;
}
#news {
  padding: 40px 0 45px;
  width: 980px;
  margin: 0 auto 0;
}
#news h2 {
/*  background: url(../img/common/e_title_bg.png) no-repeat top center;*/
  text-align: center;
  padding-top: 53px;
  position: relative;
  z-index: 99;
}
#news .inner {
  position: relative;
  background: #fff;
  top: -21px;
  padding: 20px 0 20px;
}
#news .inner .sub {
  text-align: center;
  color: #013678;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 2px;
  margin-bottom: 60px;
}
#news .inner .sub:before {
  content: " ";
  width: 1px;
  height: 18px;
  background: #1e608c;
  display: block;
  margin: 10px auto;
}
#news .inner dl {
  height: 180px; /*元280px*/
  overflow: auto;
  color: #333333;
  width: 860px;
  margin: 0 auto;
}
#news .inner dl dt {
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  letter-spacing: 1px;
  color: #fff;
  background: #013678;
  float: left;
  display: inline-block;
  padding: 5px 10px;
  clear: left;
  font-size: 13px;
}
#news .inner dl dd {
  font-size: 17px;
  padding: 5px 10px;
  float: left;
  margin: 0 0 20px;
  width: 85%;
  font-weight: bold;
}
@media(max-width:768px) {
  #topPage a.btn {
    width: auto;
    font-size: 100%;
    padding: 10px 20px;
  }
  #topPage a.btn:after {
    right: 10px;
  }
  #topPage a.btn.ate {
    font-size: 14px;
  }
  #topPage a.btn.ate .spnone {
    display: contents;
  }
  #topPage a.top_bnr img {
    width: 100%;
  }
  #news {
    padding: 85px 0 20px;
    width: 90%;
    margin: -70px auto 0;
  }
  #news h2 {
/*    background: url(../img/common/e_title_bg.png) no-repeat center 12px;*/
    background-size: 130px;
    text-align: center;
    padding-top: 20px;
    position: relative;
    z-index: 99;
  }
  #news h2 img {
    width: 88px;
  }
  #news .inner {
    position: relative;
    background: #fff;
    top: -10px;
    padding: 20px 0 55px;
  }
  #news .inner .sub {
    text-align: center;
    color: #1e608c;
    font-size: 15px;
    font-weight: bold;
    letter-spacing: 2px;
    margin-bottom: 20px;
  }
  #news .inner .sub:before {
    content: " ";
    width: 1px;
    height: 18px;
    background: #013678;
    display: block;
    margin: 10px auto;
  }
  #news .inner dl {
    height: 180px;
    overflow: auto;
    color: #1a1a1a;
    width: 90%;
    margin: 0 auto;
  }
  #news .inner dl dt {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    letter-spacing: 1px;
    color: #fff;
    background: #013678;
    float: none;
    display: inline-block;
    padding: 5px 10px;
    clear: left;
    font-size: 14px;
  }
  #news .inner dl dd {
    font-size: 15px;
    padding: 5px 0;
    float: none;
    margin: 0 0 10px;
    width: 100%;
  }
}
#topPage #snsArea {
  /*	background: #fff;*/
  padding: 20px 0;
  color: #1e608c;
}

#topPage #snsArea p {
	text-align: center;
	color:#fff;
	font-size: 18px;
	margin-top: 2%;
}


#topPage #snsArea h3 {
  color: #fff;
  font-size: 23px;
  text-align: center;
  font-weight: bold;
  margin-top: 30px;
}
#topPage #snsArea ul {
  text-align: center;
  margin: 30px auto;
}
#topPage #snsArea ul li {
  display: inline-block;
  margin-right: 28px;
}
#topPage #snsArea ul li:last-child {
  margin-right: 0;
}
@media(max-width:768px) {
  #topPage #snsArea {
    /*		background: #fff;*/
    padding: 20px 0;
    color: #1e608c;
  }
  #topPage #snsArea h3 {
    color: #1e608c;
    font-size: 23px;
    text-align: center;
    margin-bottom: 20px;
  }
  #topPage #snsArea ul {
    text-align: center;
    padding: 0 5%;
  }
  #topPage #snsArea ul li {
    display: block;
    margin-right: 0px;
    margin-bottom: 10px;
  }
  #topPage #snsArea ul li:last-child {
    margin-right: 0;
  }
}
#topPage #bnArea {
  padding: 0px;
  /*    background: #163b5a;*/
}
#topPage #bnArea ul {
  /*width: 980px;*/
  margin: 0 auto;
  text-align: center;
}
#topPage #bnArea ul li {
  width: 335px;
  display: inline-block;
  margin: 0 20px 30px;
}
#topPage #bnArea ul li:first-child {}
/*#topPage #bnArea ul li:last-child {
  width: 300px;
  margin: 0;
}*/
section#bnArea .inner {
  background: #013678 !important;
}



#bnArea .credit {
	text-align: center;
	
}

#bnArea .credit img {
	width: 150px;
}



@media(max-width:768px) {
  #topPage #bnArea {
    padding: 40px 0 0;
  }
  #topPage #bnArea ul {
    width: 90%;
    margin: 0 auto;
    text-align: center;
  }
  #topPage #bnArea ul li {
    width: 100% !important;
    display: block;
    margin: 0px 0 20px;
  }
  #topPage #bnArea ul li:last-child {
    margin-right: 0;
  }
	
	#bnArea .credit img {
	width: 120px;
} 
	
}
/*-- Skater --*/
#skaters .andmore {
/*  color: #ef2525;*/
  font-size: 20px;
  font-family: heisei-mincho-std, serif;
  font-weight: 900;
  font-style: normal;
  margin: 0 auto 50px;
	padding: 0 5%;
}
#skaters #members {
  color: #000;
  padding: 40px 0 40px;
  width: 980px;
  margin: 0 auto 0;
}
#skaters #members h2 {
/*  background: url(../img/common/e_title_bg.png) no-repeat top center;*/
  text-align: center;
  padding-top: 53px;
  position: relative;
  z-index: 99;
}
#skaters #members .inner {
  position: relative;
  background: #fff;
  top: -21px;
  padding: 20px 0 25px;
}
#skaters #members .inner .sub {
  text-align: center;
  color: #1e608c;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 2px;
  margin-bottom: 60px;
}
#skaters #members .inner .sub:before {
  content: " ";
  width: 1px;
  height: 18px;
  background: #1e608c;
  display: block;
  margin: 10px auto;
}
#skaters #members .inner h3.readCopy {
  text-align: center;
  margin: -1% 1% 1%;
  font-size: 1.3em;
}
#skaters #members .inner h3.readCopy > span {
  font-size: 0.7em;
}
#skaters #members .memberList {
  padding: 0 66px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
#skaters #members .memberList.guestPh {
  width: 580px;
  margin: 0 auto;
}
#skaters #members .memberList .contBox {
  position: relative;
  float: left;
  margin-right: 23px;
  width: 266px;
  margin-bottom: 46px;
}
#skaters #members .memberList.guestPh .contBox {
  margin: 0 12px 20px;
}
#skaters #members .memberList .contBox:nth-child(3n) {
  margin-right: 0;
}
#skaters #members .memberList .contBox .pic {
  width: 266px;
  height: 398px;
  position: relative;
  background: url("../img/skaters/frame_simple.png") center top 7px /100% no-repeat;
}
#skaters #members .memberList .contBox .pic.new {
  background: url("../img/skaters/frame_simple_new.png") center top /100% no-repeat;
}

#skaters #members .memberList .contBox .pic.rs {
  background: url("../img/skaters/frame_simple_rs.png") center top /100% no-repeat;
}

#skaters #members .memberList .contBox .pic:last-child {
  background: url() no-repeat;
}
#skaters #members .memberList .contBox .pic img {
    position: absolute;
    width: 249px;
    top: 19px;
    left: 9px;
}
#skaters #members .memberList .contBox .venue {
  display: flex;
  font-size: 12px;
  justify-content: center;
}
#skaters #members .memberList .contBox .venue li {
  width: 28%;
  padding: 2px 5px;
  margin: 0 1%;
  color: #fff;
  text-align: center;
}
#skaters #members .memberList .contBox .venue li.icn_yo {
  background: #3d88c7;
}
#skaters #members .memberList .contBox .venue li.icn_osa {
  background: #9a97fe;
}
#skaters #members .memberList .contBox .venue li.icn_osh {
  background-color: #FDE178;
  color: #4e4026;
}
#skaters #members .memberList .contBox span{
	display: block;
}
#skaters #members .memberList .contBox span.small {
  font-size: 0.8em;
  margin-left: 3px;
}
#skaters #members .memberList .contBox h3 {
  font-weight: bold;
  font-size: 15px;
  text-align: center;
  line-height: 1.2;
  margin-top: 10px;
}
#skaters #members .memberList .contBox p {
  font-size: 11px;
  text-align: center;
  margin-top: 5px;
}
#skaters #members .memberList .contBox p span{
	display: block;
	line-height: 1.4;
}
#skaters #members .memberList .contBox .ate {
  color: #bb0000;
  font-weight: bold; 
}
#skaters #members h4 {
  text-align: center;
  font-weight: bold;
  font-size: 26px;
  display: block;
  border-top: #dbb019 solid 5px;
  border-bottom: #dbb019 solid 5px;
  margin: 0 10% 2%;
  padding: 1% 0;
}
#skaters #members p.credit {
  font-size: 12px;
  text-align: right;
  margin-bottom: 10px;
  padding: 0 5%;
}
#skaters #members p.notice {
  font-size: 15px;
  text-align: center;
  margin-bottom: 30px;
}


#skaters .readCopy_txt {
	width: 80%;
	margin: 0 auto;
	padding-top: 1%;
	margin-bottom: 2%;
	margin-top: 1%;
	border-top: 1px solid #000;
}

#skaters .wc_img {
	display: block;
	font-size: 0.8rem;
	text-align: center;
}

#rikuryuu {
	padding-top: 2rem;
	margin-top: 2rem;
}


/*コメント動画*/

.comment_btn {
	background-color: #e41313;
	width: 80%;
	margin: 0 auto;
	border-radius: 5px;
	position: relative;
}


.comment_btn_link {
	margin-top: 10px;
	padding: 5px 0;
	color:#fff;
	display: block;
	text-align: center;
	border-radius: 5px;
	text-decoration: none;
	

  background: #ff0000;
  background: -webkit-gradient(linear, left top, left bottom, from(#ff0000), to(#e40202));
  background: -webkit-linear-gradient(top, #ff0000 0%, #e40202 100%);
  background: linear-gradient(to bottom, #ff0000 0%, #e40202 100%);
}

.comment_btn_link:hover {
  opacity: 1;
  background: -webkit-gradient(linear, left bottom, left top, from(#ff0000), to(#e40202));
  background: -webkit-linear-gradient(bottom, #ff0000 0%, #e40202 100%);
  background: linear-gradient(to top, #ff0000 0%, #e40202 100%);
}



@media(max-width:768px) {
  #skaters #members {
    padding: 0 0 20px;
    width: 90%;
  }
  #skaters #members h2 {
/*    background: url(../img/common/e_title_bg.png) no-repeat center 26px;*/
    background-size: 230px;
    text-align: center;
    padding-top: 53px;
    position: relative;
    z-index: 99;
  }
  #skaters #members h2 img {
    width: 140px;
  }
  #skaters #members .inner {
    position: relative;
    background: #fff;
    top: -10px;
    padding: 20px 0;
  }
  #skaters #members .inner .sub {
    text-align: center;
    color: #1e608c;
    font-size: 15px;
    font-weight: bold;
    letter-spacing: 2px;
    margin-bottom: 30px;
  }
  #skaters #members .inner .sub:before {
    content: " ";
    width: 1px;
    height: 18px;
    background: #1e608c;
    display: block;
    margin: 10px auto;
  }
  #skaters #members .inner h3.readCopy {
    text-align: center;
    margin: -1% 10% 3%;
    font-size: 1.0em;
  }
  #skaters #members .memberList {
    padding: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 30px;
  }
  #skaters #members .memberList.guestPh {
    width: 100%;
    margin: 0 auto;
  }
  #skaters #members .memberList .contBox {
    position: relative;
    float: none;
    margin: 0 auto 46px;
    width: 266px;
  }
  #skaters #members .memberList.guestPh .contBox {
    margin: 0 auto 20px;
  }
  #skaters #members .memberList .contBox:nth-child(3n) {
    margin-right: auto;
  }
  #skaters #members .memberList .contBox .pic {
    width: 266px;
/*    height: 210px;*/
    position: relative;
    background: url("../img/skaters/frame_simple.png") center top 7px/100% no-repeat;
  }
  #skaters #members .memberList .contBox .pic img {
    position: absolute;
/*
    width: 231px;
    top: 26px;
    left: 18px;
*/
  }
  #skaters #members .memberList .contBox .icn {
    position: absolute;
    top: 147px;
    left: 7px;
  }
  #skaters #members .memberList .contBox .icn img {
    display: inline-block;
    margin-right: 5px;
  }
  #skaters #members .memberList .contBox h3 {
    font-weight: bold;
    font-size: 15px;
    text-align: center;
  }
  #skaters #members .memberList .contBox p {
    font-size: 12px;
    text-align: center;
  }
  #skaters #members h4 {
    padding: 0 5%;
    font-size: 22px;
    line-height: 1.3em;
    margin: 0 5% 5%
  }
  #skaters #members p.credit {
    font-size: 12px;
    padding: 0 5%;
    text-align: right;
    margin-bottom: 10px;
  }
  #skaters #members p.notice {
    font-size: 13px;
    padding: 0 5% 5%;
    text-align: left;
  }
	
	#skaters .readCopy_txt {
		font-size: 0.8rem;
	}
	
	#skaters .wc_img {
		width: 100%;
		font-size: .6rem;
	}
	
	#rikuryuu {
		padding-top: 5rem;
		margin-top: 5rem;
	}
	
}
/*-- EVENTOUTLINE --*/
#event #outline {
  color: #000;
  padding: 40px 0 40px;
  width: 980px;
  margin: 0 auto 0;
}

#event #outline .readCopy_txt{
	width: 80%;
	margin: 0 auto;
	padding-top: 1%;
	margin-bottom: 4%;
	margin-top: 1%;
	border-top: 1px solid #000;	
}

#event #outline .inner h3.readCopy {
    text-align: center;
    margin: -1% 1% 1%;
    font-size: 1.3em;
}



#event #outline h2 {
/*  background: url(../img/common/e_title_bg.png) no-repeat top center;*/
  text-align: center;
  padding-top: 53px;
  position: relative;
  z-index: 99;
}
#event #outline .inner {
  position: relative;
  background: #fff;
  top: -21px;
  padding: 20px 0 70px;
}
#event #outline .inner .sub {
  text-align: center;
  color: #1e608c;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 2px;
  margin-bottom: 60px;
}
#event #outline .inner .sub:before {
  content: " ";
  width: 1px;
  height: 18px;
  background: #1e608c;
  display: block;
  margin: 10px auto;
}
#event #outline .inner > div {
  width: 800px;
  margin: 0 auto 70px;
}
#event #outline .inner .txt h3 {
  text-align: center;
  font-size: 26px;
  color: #1e608c;
  margin-bottom: 30px;
}
#event #outline .inner .txt h4 {
  text-align: center;
  margin-bottom: 20px;
  font-weight: bold;
  padding: 5px 0;
  border-bottom: 2px solid #6aaae0;
}
#event #outline .inner .txt p {
  margin-bottom: 5px;
}
#event #outline .inner .txt ul {
  margin-bottom: 20px;
}
#event #outline .inner .txt ul li {
  display: inline-block;
  background: #1e608c;
  color: #fff;
  padding: 2px 5px;
  margin: 0 5px 5px 0;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
#event #outline .inner .schedule {
  padding: 30px;
  box-sizing: border-box;
}
#event #outline .inner .schedule.tokyo {
  background: #dde5ff;
}
#event #outline .inner .schedule.osaka {
  background: #dceefc;
}
#event #outline .inner .schedule.oshu {
  background-color: #fffcd9;
}
#event #outline .inner .new {
  background: #ff0000;
  color: #fff;
  padding: 2px 5px;
  margin-left: 10px;
  border-radius: 3px;
  font-size: 90%;
  font-weight: bold;
  vertical-align: text-bottom;
}
#event #outline .inner .schedule h3 {
  text-align: center;
  font-size: 26px;
  color: #1e608c;
  margin-bottom: 30px;
}
#event #outline .inner .schedule.osaka h3 {
  color: #4846aa;
}
#event #outline .inner .schedule.oshu h3 {
  color: #4e4026;
}
#event #outline .inner .schedule dl dt {
  float: left;
  width: 20%;
  clear: left;
  font-size: 20px;
  font-weight: bold;
}
#event #outline .inner .schedule h4.access {
  font-size: 20px;
  font-weight: bold;
	
}
#event #outline .inner .osaka a {
  color: #4846aa;
}
#event #outline .inner .oshu a {
  color: #4e4026;
}
#event #outline .inner .schedule dl dd {
  float: left;
  padding-left: 30px;
  margin: 0 0 20px 0;
  border-left: 3px solid #6aaae0;
	width: 75%;
}
#event #outline .inner .schedule.osaka dl dd {
  border-left: 3px solid #9a97fe;
}
#event #outline .inner .schedule.oshu dl dd {
  border-left: 3px solid #4e4026;
}
#event #outline .inner .schedule dl.detail {
  font-size: 14px;
}
#event #outline .inner .schedule dl.detail dt {
  font-size: 16px;
}
#event #outline .inner .schedule dl.detail dd {
  margin-bottom: 10px;
  word-wrap: break-word;
}
@media(max-width:768px) {
  #event #outline {
    padding: 0 0 20px;
    width: 90%;
  }
	
	#event #outline .readCopy_txt{
		font-size: .8rem;
	}
	
	#event #outline .inner h3.readCopy {
    
    font-size: 1.0em;
}
	
  #event #outline h2 {
/*    background: url(../img/common/e_title_bg.png) no-repeat center 26px;*/
    background-size: 230px;
    text-align: center;
    padding-top: 53px;
    position: relative;
    z-index: 99;
  }
  #event #outline h2 img {
    width: 280px;
  }
  #event #outline .inner {
    position: relative;
    background: #fff;
    top: -11px;
    padding: 20px 0 20px;
  }
  #event #outline .inner .sub {
    text-align: center;
    color: #1e608c;
    font-size: 15px;
    font-weight: bold;
    letter-spacing: 2px;
    margin-bottom: 30px;
  }
  #event #outline .inner .sub:before {
    content: " ";
    width: 1px;
    height: 18px;
    background: #1e608c;
    display: block;
    margin: 10px auto;
  }
  #event #outline .inner > div {
    width: 90%;
    margin: 0 auto 40px;
  }
  #event #outline .inner .link a {
    padding: 5px;
    font-size: 80%;
  }
  #event #outline .inner .txt h3 {
    text-align: center;
    font-size: 26px;
    line-height: 1.3em;
    color: #1e608c;
    margin-bottom: 30px;
    font-weight: bold;
  }
  #event #outline .inner .txt h4 {
    text-align: center;
    margin-bottom: 20px;
    font-weight: bold;
    padding: 5px 0;
    border-bottom: 2px solid #6aaae0;
  }
  #event #outline .inner .txt p {
    margin-bottom: 5px;
  }
  #event #outline .inner .txt ul {
    margin-bottom: 20px;
  }
  #event #outline .inner .txt ul li {
    display: inline-block;
    background: #1e608c;
    color: #fff;
    padding: 2px 5px;
    margin: 0 5px 5px 0;
    -webkit-border-radius: 4px;
    border-radius: 4px;
  }
  #event #outline .inner .schedule {
    padding: 30px 20px;
    box-sizing: border-box;
  }
  #event #outline .inner .schedule.yokohama {
    background: #dceefc;
  }
  #event #outline .inner .schedule.osaka {
    background: #dde5ff;
  }
  #event #outline .inner .schedule.oshu {
    background-color: #fffcd9;
  }
  #event #outline .inner .schedule h3 {
    text-align: center;
    font-size: 26px;
    color: #1e608c;
    margin-bottom: 30px;
    font-weight: bold;
  }
  #event #outline .inner .schedule dl dt {
    float: none;
    width: 100%;
    margin: 10px 0 4px;
    clear: left;
    font-size: 20px;
    font-weight: bold;
  }
	#event #outline .inner .schedule h4.access {
    margin: 10px 0 4px;
    clear: left;
    font-size: 20px;
    font-weight: bold;
		border-bottom: 1px solid #4e4026;
		    padding: 0;
  }
  #event #outline .inner .schedule.yokohama dl dt {
    border-bottom: 1px solid #1e608c;
  }
  #event #outline .inner .schedule.osaka dl dt {
    border-bottom: 1px solid #4846aa;
  }
  #event #outline .inner .schedule.oshu dl dt {
    border-bottom: 1px solid #4e4026;
  }
  #event #outline .inner .schedule dl dd, #event #outline .inner .schedule.osaka dl dd {
    float: none;
    padding-left: 0px;
    margin: 0 0 20px 0;
    border-left: 0;
	width: 100%;
  }
  #event #outline .inner .schedule dl.detail {
    font-size: 14px;
  }
  #event #outline .inner .schedule dl.detail dt {
    font-size: 16px;
  }
  #event #outline .inner .schedule dl.detail dd {
    margin-bottom: 10px;
  }
  #event #outline .inner .schedule.oshu dl dd {
    border-left: none;
  }
}

/* STARS ON ICEとは？ */

#about #outline {
  color: #000;
  padding: 40px 0 40px;
  width: 980px;
  margin: 0 auto 0;
}
#about #outline h2 {
/*  background: url(../img/common/e_title_bg.png) no-repeat top center;*/
  text-align: center;
  padding-top: 53px;
  position: relative;
  z-index: 99;
}
#about #outline .inner {
  position: relative;
  background: #fff;
  top: -21px;
  padding: 20px 0 70px;
}
#about #outline .inner .sub {
  text-align: center;
  color: #1e608c;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 2px;
  margin-bottom: 60px;
}
#about #outline .inner .sub:before {
  content: " ";
  width: 1px;
  height: 18px;
  background: #1e608c;
  display: block;
  margin: 10px auto;
}
#about #outline .inner > div {
  width: 800px;
  margin: 0 auto 70px;
}
#about #outline .inner .txt h3 {
  text-align: center;
  font-size: 26px;
  color: #1e608c;
  margin-bottom: 30px;
}
#about #outline .inner .txt h4 {
  text-align: center;
  margin-bottom: 20px;
  font-weight: bold;
  padding: 5px 0;
  border-bottom: 2px solid #6aaae0;
}
#about #outline .inner .txt p {
  margin-bottom: 5px;
}
#about #outline .inner .txt ul {
  margin-bottom: 20px;
}
#about #outline .inner .txt ul li {
  display: inline-block;
  background: #1e608c;
  color: #fff;
  padding: 2px 5px;
  margin: 0 5px 5px 0;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
#about #outline .inner .schedule {
  padding: 30px;
  box-sizing: border-box;
}
#about #outline .inner .schedule.yokohama {
  background: #dceefc;
}
#about #outline .inner .schedule.osaka {
  background: #dde5ff;
}
#about #outline .inner .schedule.oshu {
  background-color: #fffcd9;
}
#about #outline .inner .new {
  background: #ff0000;
  color: #fff;
  padding: 2px 5px;
  margin-left: 10px;
  border-radius: 3px;
  font-size: 90%;
  font-weight: bold;
  vertical-align: text-bottom;
}
#about #outline .inner .schedule h3 {
  text-align: center;
  font-size: 26px;
  color: #1e608c;
  margin-bottom: 30px;
}
#about #outline .inner .schedule.osaka h3 {
  color: #4846aa;
}
#about #outline .inner .schedule.oshu h3 {
  color: #4e4026;
}
#about #outline .inner .schedule dl dt {
  float: left;
  width: 20%;
  clear: left;
  font-size: 20px;
  font-weight: bold;
}
#about #outline .inner .schedule h4.access {
  font-size: 20px;
  font-weight: bold;
	
}
#about #outline .inner .osaka a {
  color: #4846aa;
}
#about #outline .inner .oshu a {
  color: #4e4026;
}
#about #outline .inner .schedule dl dd {
  float: left;
  padding-left: 30px;
  margin: 0 0 20px 0;
  border-left: 3px solid #6aaae0;
	width: 75%;
}
#about #outline .inner .schedule.osaka dl dd {
  border-left: 3px solid #9a97fe;
}
#about #outline .inner .schedule.oshu dl dd {
  border-left: 3px solid #4e4026;
}
#about #outline .inner .schedule dl.detail {
  font-size: 14px;
}
#about #outline .inner .schedule dl.detail dt {
  font-size: 16px;
}
#about #outline .inner .schedule dl.detail dd {
  margin-bottom: 10px;
  word-wrap: break-word;
}
@media(max-width:768px) {
  #about #outline {
    padding: 0 0 20px;
    width: 90%;
  }
  #about #outline h2 {
/*    background: url(../img/common/e_title_bg.png) no-repeat center 26px;*/
    background-size: 230px;
    text-align: center;
    padding-top: 53px;
    position: relative;
    z-index: 99;
  }
  #about #outline h2 img {
    width: 280px;
  }
  #about #outline .inner {
    position: relative;
    background: #fff;
    top: -11px;
    padding: 20px 0 20px;
  }
  #about #outline .inner .sub {
    text-align: center;
    color: #1e608c;
    font-size: 15px;
    font-weight: bold;
    letter-spacing: 2px;
    margin-bottom: 30px;
  }
  #about #outline .inner .sub:before {
    content: " ";
    width: 1px;
    height: 18px;
    background: #1e608c;
    display: block;
    margin: 10px auto;
  }
  #about #outline .inner > div {
    width: 90%;
    margin: 0 auto 40px;
  }
  #about #outline .inner .link a {
    padding: 5px;
    font-size: 80%;
  }
  #about #outline .inner .txt h3 {
    text-align: center;
    font-size: 26px;
    line-height: 1.3em;
    color: #1e608c;
    margin-bottom: 30px;
    font-weight: bold;
  }
  #about #outline .inner .txt h4 {
    text-align: center;
    margin-bottom: 20px;
    font-weight: bold;
    padding: 5px 0;
    border-bottom: 2px solid #6aaae0;
  }
  #about #outline .inner .txt p {
    margin-bottom: 5px;
  }
  #about #outline .inner .txt ul {
    margin-bottom: 20px;
  }
  #about #outline .inner .txt ul li {
    display: inline-block;
    background: #1e608c;
    color: #fff;
    padding: 2px 5px;
    margin: 0 5px 5px 0;
    -webkit-border-radius: 4px;
    border-radius: 4px;
  }
  #about #outline .inner .schedule {
    padding: 30px 20px;
    box-sizing: border-box;
  }
  #about #outline .inner .schedule.yokohama {
    background: #dceefc;
  }
  #about #outline .inner .schedule.osaka {
    background: #dde5ff;
  }
  #about #outline .inner .schedule.oshu {
    background-color: #fffcd9;
  }
  #about #outline .inner .schedule h3 {
    text-align: center;
    font-size: 26px;
    color: #1e608c;
    margin-bottom: 30px;
    font-weight: bold;
  }
  #about #outline .inner .schedule dl dt {
    float: none;
    width: 100%;
    margin: 10px 0 4px;
    clear: left;
    font-size: 20px;
    font-weight: bold;
  }
	#about #outline .inner .schedule h4.access {
    margin: 10px 0 4px;
    clear: left;
    font-size: 20px;
    font-weight: bold;
		border-bottom: 1px solid #4e4026;
		    padding: 0;
  }
  #about #outline .inner .schedule.yokohama dl dt {
    border-bottom: 1px solid #1e608c;
  }
  #about #outline .inner .schedule.osaka dl dt {
    border-bottom: 1px solid #4846aa;
  }
  #about #outline .inner .schedule.oshu dl dt {
    border-bottom: 1px solid #4e4026;
  }
  #about #outline .inner .schedule dl dd, #about #outline .inner .schedule.osaka dl dd {
    float: none;
    padding-left: 0px;
    margin: 0 0 20px 0;
    border-left: 0;
	width: 100%;
  }
  #about #outline .inner .schedule dl.detail {
    font-size: 14px;
  }
  #about #outline .inner .schedule dl.detail dt {
    font-size: 16px;
  }
  #about #outline .inner .schedule dl.detail dd {
    margin-bottom: 10px;
  }
  #about #outline .inner .schedule.oshu dl dd {
    border-left: none;
  }
}

/* STARS ON ICEとは？ ここまで*/


#ticket #price {
  color: #000;
  padding: 40px 0 40px;
  width: 980px;
  margin: 0 auto 0;
}
#ticket #price h2 {
/*  background: url(../img/common/e_title_bg.png) no-repeat top center;*/
  text-align: center;
  padding-top: 53px;
  position: relative;
  z-index: 99;
}
#ticket #price .inner {
  position: relative;
  background: #fff;
  top: -21px;
  padding: 20px 0 70px;
  box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.1);
}
#ticket #price .inner .sub {
  text-align: center;
  color: #1e608c;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 2px;
  margin-bottom: 60px;
}
#ticket #price .inner .sub:before {
  content: " ";
  width: 1px;
  height: 18px;
  background: #1e608c;
  display: block;
  margin: 10px auto;
}

#ticket #price .inner .osaka .ticket_category_box{
	text-align: center;
	margin-bottom: 20px;
	font-size: 1rem;
	padding-top: 20px;
}

#ticket #price .inner .osaka .ticket_category_ttl  {
	text-align: center;
	font-size: 1.4rem;
	font-weight: bold;
	    color: #4846aa;
}

#ticket #price .inner .yokohama .ticket_category_box{
	text-align: center;
	margin-bottom: 20px;
	font-size: 1rem;
	padding-top: 20px;
}

#ticket #price .inner .yokohama .ticket_category_ttl  {
	text-align: center;
	font-size: 1.4rem;
	font-weight: bold;
	    color: #1e608c;
}

#ticket .btn-link_osaka a {
	display: block;
    max-width: 650px;
    margin: 0 auto;
    padding: 12px 20px;
    border-radius: 42px;
    text-align: center;
    font-size: 1.6rem;
    font-weight: bold;
    letter-spacing: 0.1rem;
    background: #fff;
    border: 3px solid #4846aa;
	color: #4846aa;
}

#ticket .btn-link_osaka a:hover {
    background: #4846aa;
    color: #fff;
    opacity: 1;
    border: 3px solid #4846aa;
}

#ticket .btn-link_yokohama a {
	display: block;
    max-width: 650px;
    margin: 0 auto;
    padding: 12px 20px;
    border-radius: 42px;
    text-align: center;
    font-size: 1.6rem;
    font-weight: bold;
    letter-spacing: 0.1rem;
    background: #fff;
    border: 3px solid #1e608c;
	color: #1e608c;
}

#ticket .btn-link_yokohama a:hover {
    background: #1e608c;
    color: #fff;
    opacity: 1;
    border: 3px solid #1e608c;
}

#ticket .beginners_seat {
	background: #1e608c;
	padding:1rem 3rem;
	color: #fff;
	line-height: 2;
}

#ticket .beginners_seat_head {
	text-align: center;
	margin: 10px;
	font-weight: bold;
}

@media(max-width:768px) {
  #ticket #price {
    padding: 0 0 20px;
    width: 90%;
  }
  #ticket #price h2 {
/*    background: url(../img/common/e_title_bg.png) no-repeat center 26px;*/
    background-size: 230px;
    text-align: center;
    padding-top: 53px;
    position: relative;
    z-index: 99;
  }
  #ticket #price h2 img {
    width: 120px;
  }
  #ticket #price .inner {
    position: relative;
    background: #fff;
    top: -11px;
    padding: 20px 0 70px;
  }
  #ticket #price .inner .sub {
    text-align: center;
    color: #1e608c;
    font-size: 15px;
    font-weight: bold;
    letter-spacing: 2px;
    margin-bottom: 30px;
  }
  #ticket #price .inner .sub:before {
    content: " ";
    width: 1px;
    height: 18px;
    background: #1e608c;
    display: block;
    margin: 10px auto;
  }
}
#ticket #price .inner > div {
  width: 800px;
  margin: 0 auto 50px;
}
#ticket #price .inner .txt {
  margin-bottom: 35px;
  font-size: 14px;
}

#ticket #price .inner .osaka .line {
	border-top:2px solid #9a97fe; 
}

#ticket #price .inner .yokohama .line {
	border-top:2px solid #6aaae0; 
}


#ticket #price .inner .txt h3 {
  text-align: center;
  font-size: 26px;
  color: #1e608c;
  margin-bottom: 30px;
}
#ticket #price .inner .txt h4 {
     text-align: center;
    margin-bottom: 20px;
    font-weight: bold;
    padding: 5px 0;
  border-bottom: 2px solid #6aaae0;
}
#ticket #price .inner .list.osaka .txt h4 {
  border-bottom: 2px solid #9a97fe;
	
}
#ticket #price .inner .list.oshu .txt h4 {
  border-bottom: 2px solid #4e4026;
}
#ticket #price .inner .txt p {
      margin-bottom: 5px;
}

#ticket #price .inner .osaka .txt  .ticket_category {
	text-align: center;
    margin-top: 10px;
    font-weight: bold;
    padding: 5px 0;
	font-size: 22px;
	color:#4846aa;
}

#ticket #price .inner .yokohama .txt  .ticket_category {
	text-align: center;
    margin-top: 10px;
    font-weight: bold;
    padding: 5px 0;
	font-size: 22px;
	color:#1e608c;
}

@media(max-width:768px) {
  #ticket #price .inner > div {
    width: 90%;
    margin: 0 auto 40px;
  }
  #ticket #price .inner .link a {
    padding: 5px;
    font-size: 80%;
  }

	#ticket .beginners_seat {
	padding: 1rem 1.4rem;
}


}
#ticket #price .inner .list {
  padding: 30px 40px;
  box-sizing: border-box;
}
#ticket #price .inner .list.tokyo {
  background: #dde5ff;
}
#ticket #price .inner .list.osaka {
  background: #dceefc;
}
#ticket #price .inner .list.oshu {
  background-color: #fffcd9;
}
#ticket #price .inner .list.ticket_info {
  background: #e0e9ec;
}
#ticket #price .inner .list h3 {
  text-align: center;
  font-size: 26px;
  margin-bottom: 20px;
  color: #1e608c;
  font-weight: bold;
}

.ticket_subttl {
	text-align: center;
	font-size: 22px!important;
	    font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}

#ticket #price .inner h4 {
  font-size: 20px;
  color: #1e608c;
  font-weight: bold;
  margin: 10px 0;
}
#ticket #price .inner .list.osaka h4 {
  color: #4846aa;
}
#ticket #price .inner .list.oshu h4 {
  color: #4e4026;
}
#ticket #price .inner .list.osaka h3 {
  color: #4846aa;
}
#ticket #price .inner .list.oshu h3 {
  color: #4e4026;
}
#ticket #price .inner .schedule dl dt {
  float: left;
  width: 20%;
  clear: left;
  font-size: 20px;
  font-weight: bold;
}
#ticket #price .inner .osaka a {
/*  color: #4846aa;*/
}
#ticket #price .inner .oshu a {
  color: #4e4026;
}
#ticket #price .inner .list dl dt {
  float: left;
  width: 30%;
  clear: left;
  font-size: 20px;
  font-weight: bold;
}
#ticket #price .inner .list dl dd {
  float: left;
  padding-left: 30px;
  margin: 0 0 20px 0;
  border-left: 3px solid #6aaae0;
}
#ticket #price .inner .list.osaka dl dd {
  border-left: 3px solid #9a97fe;
}
#ticket #price .inner .list.oshu dl dd {
  border-left: 3px solid #4e4026;
}
#ticket #price .inner .list.osaka a {
/*  color: #4846aa;*/
}
#ticket #price .inner .list dl.detail {
  font-size: 14px;
}
#ticket #price .inner .list dl.detail dt {
  font-size: 16px;
}


@media(max-width:768px) {
  #ticket #price .inner h4 {
    font-size: 18px;
  }
  #ticket #price .inner {
    padding: 20px 0 20px;
  }
  #ticket #price .inner .list {
    padding: 30px 20px;
    box-sizing: border-box;
  }
  #ticket #price .inner .list dl dt {
    float: none;
    width: 100%;
    clear: left;
    font-size: 20px;
    font-weight: bold;
  }
  #ticket #price .inner .list dl dd, #ticket #price .inner .list.osaka dl dd, #ticket #price .inner .list.oshu dl dd {
    float: none;
    padding-left: 0;
    margin: 0 0 20px 0;
    border-left: 0;
  }
}
@media(max-width:480px) {
  #ticket #price .inner .list dl.detail dd .img_tiw {
    width: 100%;
  }
}
#ticket #price .inner .price_table {
  display: table;
  margin-bottom: 5px;
  width: 100%;
  border-right: 1px #6aaae0 solid;
}
#ticket #price .inner .price_table > div {
  display: table-row;
}
#ticket #price .inner .price_table > div > div {
  display: table-cell;
  line-height: 1.3;
  vertical-align: middle;
  padding: 10px 0;
  border-top: 1px #6aaae0 solid;
  border-left: 1px #6aaae0 solid;
  border-bottom: none;
}
#ticket #price .inner .price_table > div > div:first-child {
  text-align: left;
  padding: 10px 20px;
}
#ticket #price .inner .price_table > div > div:nth-child(2) {
  padding: 10px 20px;
}
#ticket #price .inner .price_table > div > div:nth-child(3) {
  padding: 10px 10px;
}
#ticket #price .inner .price_table > div > div:last-child {
  padding: 10px 10px;
}
#ticket #price .inner .price_table > div > div.tac {
  text-align: center;
	
}
#ticket #price .inner .price_table > div > div.tar {
  text-align: right;
}
#ticket #price .inner .price_table > div:last-child > div {
  border-bottom: 1px #6aaae0 solid;
}
#ticket #price .inner .osaka .price_table {
  border-right: 1px #9a97fe solid;
}
#ticket #price .inner .osaka .price_table > div > div {
  border: 1px #9a97fe solid;
  border-right: none;
  border-bottom: none;
}
#ticket #price .inner .osaka .price_table > div:last-child > div {
  border-bottom: 1px #9a97fe solid;
}
#ticket #price .inner .osaka .price_table > div > div:last-child {
  padding: 10px 10px;
}
#ticket #price .inner .oshu .price_table {
  border-right: 1px #4e4026 solid;
}
#ticket #price .inner .oshu .price_table > div > div {
  border: 1px #4e4026 solid;
  border-right: none;
  border-bottom: none;
}
#ticket #price .inner .oshu .price_table > div:last-child > div {
  border-bottom: 1px #4e4026 solid;
}
#ticket #price .inner .oshu .price_table > div > div:last-child {
  padding: 10px 10px;
}
#ticket #price .inner .price_table div span.soldout {
  font-size: 80%;
  background: #ce2c2c;
  color: #fff;
  margin-left: 10px;
  padding: 5px;
	border-radius: 5px;
}
#ticket #price .inner .price_table div span.slightly {
  font-size: 80%;
  background: #ffcc00;
  color: #666;
  margin-left: 10px;
  padding: 0 5px;
}
#ticket #price .inner .price_table div span.note {
  font-size: 0.8em;
  margin-left: 1em;
}

#ticket .btn-link_yokohama a,
#ticket #price .inner .osaka a {
	font-size: 1.3rem;
}

#ticket #price .inner .osaka .txt .ticket_category,
#ticket #price .inner .yokohama .txt .ticket_category{
	font-size: 20px;
}

#ticket #price .inner .osaka .ticket_category_ttl,
#ticket #price .inner .yokohama .ticket_category_ttl {
	font-size: 1.2rem;
}

@media(max-width:768px) {
  #ticket #price .inner .price_table {
    font-size: 0.9em;
  }
  #ticket #price .inner .price_table > div > div:first-child {
    padding: 10px;
  }
  #ticket #price .inner .price_table > div > div:nth-child(2) {
    padding: 5px;
  }
  #ticket #price .inner .price_table > div > div:nth-child(3) {
    padding: 5px;
  }
  #ticket #price .inner .price_table div span.soldout {
    padding: 0 2px;
  }
  #ticket #price .inner .price_table div span.slightly {
    padding: 0 3px;
  }
}

#osakaKoen .price_table_head {
	background: #4846aa;
	color:#fff;
}

#tokyoKoen .price_table_head{
	background: #1e608c;
	color: #fff;
}



.link {
  text-align: center;
  margin: 0 auto 20px !important;
}
.link a {
  padding: 5px 10px;
  margin: 0 5px;
  display: inline-block;
  background: #3d88c7;
  color: #fff;
}
.link a.osaka {
  background: #9a97fe;
}
.link a.tokyo {
  background: #9a97fe;
  color: #fff;
}
/*-- Special --*/
#special .sec {
  color: #000;
  padding: 40px 0 40px;
  max-width: 980px;
  margin: 0 auto 0;
}
#special h2 {
/*  background: url(../img/common/e_title_bg.png) no-repeat top center;*/
  text-align: center;
  padding-top: 53px;
  position: relative;
  z-index: 99;
}
#special section  .inner {
  position: relative;
  background: #fff;
  top: -21px;
  padding: 20px 15px 25px;
  box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.1);
}
#special .inner .sub {
  text-align: center;
  color: #1e608c;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 2px;
  margin-bottom: 30px;
}
#special .inner .sub:before {
  content: " ";
  width: 1px;
  height: 18px;
  background: #1e608c;
  display: block;
  margin: 10px auto;
}
#special .inner .sub.none {
  margin-bottom: 15px;
}
#special .inner .sub.none:before {
  content: none;
}
#special .inner h2.sub {
  padding-top: 30px;
  font-size: 24px;
}
#special .inner .sub.border:before {
  content: " ";
  width: 1px;
  height: 18px;
  background: #1e608c;
  display: block;
  margin: 10px auto;
}
#special .memberList {
  padding: 0 66px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 50px;
}
#special .memberList .contBox {
  position: relative;
  display: flex;
  margin: 0 auto;
  max-width: 70%;
  margin-bottom: 20px;
}
#special .memberList .contBox .pic {
  width: 100%;
  height: auto;
  margin-bottom: 10px;
  position: relative;
}
#special .inner div.txt {
  max-width: 800px;
  text-align: center;
  margin: 0 auto 40px;
}
#special .memberList .contBox01 {
  text-align: center;
  margin: 0 auto;
  width: calc((100% / 2) - 10px);
}
#special .memberList .contBox01 .pic {
  width: 100%;
  height: auto;
  margin-bottom: 10px;
  position: relative;
}
#special .memberList .contBox02 {
  float: left;
  margin-right: 10px;
  width: calc((100% / 2) - 10px);
  margin-bottom: 20px;
}
#special .memberList .contBox02:nth-child(2n) {
  margin-right: 0;
}
#special .memberList .contBox02 .pic {
  width: 100%;
  height: auto;
  margin-bottom: 10px;
  position: relative;
}
#special .memberList .contBox03 {
  float: left;
  margin-right: 10px;
  width: calc((100% / 3) - 10px);
  margin-bottom: 20px;
}
#special .memberList .contBox03:nth-child(3n) {
  margin-right: 0;
}
#special .memberList .contBox03 .pic {
  width: 100%;
  height: auto;
  margin-bottom: 10px;
  position: relative;
}
#special .memberList.movie .contBox03 .pic {
  width: 266px;
  height: 210px;
  position: relative;
  background: url(../img/skaters/skaters_img_bg.png) no-repeat;
  margin: auto;
}
#special .memberList.movie .contBox .pic img {
  position: absolute;
  width: 231px;
  top: 26px;
  left: 18px;
}
#special .memberList .contBox span {
  display: inline-block;
  font-size: 12px;
  margin: 10px 2px 5px;
  padding: 2px 5px;
  color: #fff;
}
#special .memberList .contBox h4 {
  font-weight: bold;
  font-size: 15px;
  text-align: center;
}
#special .memberList .contBox p {
  font-size: 12px;
  text-align: center;
}
#special h3 {
  text-align: center;
  font-weight: bold;
  font-size: 26px;
  display: block;
  border-top: #dbb019 solid 5px;
  border-bottom: #dbb019 solid 5px;
  margin: 0 5% 2%;
  padding: 1% 0;
}
#special h4 {
  text-align: center;
  font-weight: bold;
  font-size: 26px;
  display: block;
  border-top: #dbb019 solid 5px;
  border-bottom: #dbb019 solid 5px;
  margin: 4% 10% 4%;
  padding: 1% 0;
}
#special .w60 {
  width: 60%;
  margin: 0 auto;
}
#special p.interview {
  color: #f6f291;
  margin-bottom: 12px;
}
#special p.answer {
  margin-bottom: 12px;
}
#special p.credit {
  font-size: 12px;
  text-align: right;
  margin-bottom: 10px;
  padding: 0 5%;
}
#special p.notice {
  font-size: 15px;
  text-align: center;
  margin-bottom: 30px;
}
#special .youthum a::before {
  position: absolute;
  content: url(../img/special/btn_you.png);
  text-align: center;
  top: 45%;
  left: 0px;
  width: 100%;
  /*height: 100%;*/
  z-index: 10;
  transition: all 0.3s;
}
#special .youthum a {
  width: 600px;
}
#special .mihara {
  color: #ee836f;
  font-weight: bold;
}
#special .kihira {
  color: #93ca76;
  font-weight: bold;
}
#special .sakamoto {
  color: #7ebeab;
  font-weight: bold;
}


#special footer .inner {
	text-align: center;
    margin-top: 55px;
    padding: 40px 45px;
	top: 0;
}

@media(max-width:1040px) {
  #special .sec {
    padding: 0 0 20px;
    width: 93%;
  }
}
@media(max-width:768px) {
  #special h2 {
/*    background: url(../img/common/e_title_bg.png) no-repeat center 26px;*/
    background-size: 230px;
    text-align: center;
    padding-top: 53px;
    position: relative;
    z-index: 99;
  }
  #special .inner div.txt {
    width: 95%;
    font-size: 14px;
    text-align: left;
  }
  #special h2 img {
    width: 140px;
  }
  #special h3 {
    font-size: 16px;
    margin: 0 0 15px;
    padding: 1%;
  }
  #special section .inner {
    position: relative;
    background: #fff;
    top: -10px;
    padding: 20px 15px;
	margin: 0;
  }
  #special .inner .sub {
    text-align: left;
    color: #1e608c;
    font-size: 15px;
    font-weight: bold;
    letter-spacing: 2px;
    margin-bottom: 30px;
    padding: 0;
  }
  #special .inner .sub.border:before {
    content: " ";
    width: 1px;
    height: 18px;
    background: #1e608c;
    display: block;
    margin: 10px auto;
  }
  #special .inner h3.readCopy {
    text-align: center;
    margin: -1% 10% 3%;
    font-size: 1.0em;
  }
  #special .youthum a {
    width: 300px;
  }
  #special .memberList {
    padding: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 30px;
  }
  #special .memberList.guestPh {
    width: 100%;
    margin: 0 auto;
  }
  #special .memberList .contBox {
    position: relative;
    float: none;
    margin: 0 auto 20px;
    max-width: 100%;
  }
  #special .memberList.guestPh .contBox {
    margin: 0 auto 20px;
  }
  #special .memberList .contBox:nth-child(3n) {
    margin-right: auto;
  }
  #special .memberList .contBox01 {
    margin: 0 auto 4%;
    width: 80%;
  }
  #special .memberList .contBox02 {
    margin: 0 auto 4%;
    width: 85%;
  }
  #special .memberList .contBox02:nth-child(2n) {
    margin: 0 auto;
  }
  #special .memberList.movie .contBox .pic {
    width: 266px;
    height: 210px;
    position: relative;
    background: url(../img/skaters/skaters_img_bg.png) no-repeat;
  }
  #special .memberList.movie .contBox .pic img {
    position: absolute;
    width: 231px;
    top: 26px;
    left: 18px;
  }
  #special .memberList .contBox .icn {
    position: absolute;
    top: 147px;
    left: 7px;
  }
  #special .memberList .contBox .icn img {
    display: inline-block;
    margin-right: 5px;
  }
  #special .memberList .contBox h3 {
    font-weight: bold;
    font-size: 15px;
    text-align: center;
  }
  #special .memberList .contBox p {
    font-size: 12px;
    text-align: center;
  }
  #special h4 {
    padding: 2% 3%;
    font-size: 18px;
    line-height: 1.2em;
    margin: 0 5% 5%
  }
  #special p.credit {
    font-size: 12px;
    padding: 0 5%;
    text-align: right;
    margin-bottom: 10px;
  }
  #special p.notice {
    font-size: 13px;
    padding: 0 5% 5%;
  }

	#special footer .inner {
		top:0;
	}
	
	#special .pb_ban {
		text-align: center;
		display: block;
	}
}

/*-- archive --*/
#archive .sec {
  color: #000;
  padding: 40px 0 40px;
  max-width: 980px;
  margin: 0 auto 0;
}
#archive h2 {
/*  background: url(../img/common/e_title_bg.png) no-repeat top center;*/
  text-align: center;
  padding-top: 53px;
  position: relative;
  z-index: 99;
}

#archive .inner .sub{
	text-align: center;
	color: #002e4d;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 2px;
	margin-bottom: 30px;
}
#archive .inner .sub{
	padding-top: 20px;
	font-size:24px;
}

#archive .inner .sub.border:before{
	content: " ";
	width: 1px;
	height: 18px;
	background: #002e4d;
	display: block;
	margin: 10px auto;
}
#archive section  .inner {
  position: relative;
  background: #fff;
  top: -21px;
  padding: 20px 15px 25px;
  box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.1);
}
#archive .inner .sub {
  color: #1e608c;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 2px;
  margin-bottom: 1rem;
  text-align: center;
}
#archive .memberList {
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 2rem;
	justify-content: space-between;
}
#archive .memberList .contBox {
  position: relative;
  display: flex;
  margin: 0 auto;
  max-width: 85%;
  flex-wrap: wrap;
}
#archive .memberList .contBox .pic {
  width: 100%;
  height: auto;
  margin-bottom: 10px;
  position: relative;
}
#archive .inner div.txt {
  max-width: 800px;
  margin: 0 auto 40px;
}
#archive .memberList .contBox01 {
  text-align: center;
  width: calc((100% / 2) - 10px);
  margin-bottom: 10px;
}
#archive .memberList .contBox01 .pic {
  width: 100%;
  height: auto;
  margin-bottom: 10px;
  position: relative;
}
#archive .memberList .contBox span {
  display: inline-block;
  font-size: 12px;
  margin: 10px 2px 5px;
  padding: 2px 5px;
  color: #fff;
}
#archive .memberList .contBox h4 {
  font-weight: bold;
  font-size: 15px;
  text-align: center;
}
#archive .memberList .contBox p {
  font-size: 12px;
  text-align: center;
}
#archive h3 {
  text-align: center;
  font-weight: bold;
  font-size: 26px;
  display: block;
  border-top: #dbb019 solid 5px;
  border-bottom: #dbb019 solid 5px;
  margin: 0 5% 2%;
  padding: 1% 0;
}
#archive h4 {
  text-align: center;
  font-weight: bold;
  font-size: 26px;
  display: block;
  border-top: #dbb019 solid 5px;
  border-bottom: #dbb019 solid 5px;
  margin: 10% 0 30px;
  padding: 1% 0;
}
#archive .w60 {
  max-width: 60%;
  margin: 0 auto;
}
#archive p.interview {
  color: #f6f291;
  margin-bottom: 12px;
}
#archive p.answer {
  margin-bottom: 12px;
}
#archive p.credit {
  font-size: 12px;
  text-align: right;
  margin-bottom: 20px;
}
#archive p.notice {
  font-size: 15px;
  text-align: center;
  margin-bottom: 30px;
}
#archive .youthum a::before {
  position: absolute;
  content: url(../img/archive/btn_you.png);
  text-align: center;
  top: 45%;
  left: 0px;
  width: 100%;
  /*height: 100%;*/
  z-index: 10;
  transition: all 0.3s;
}
#archive .youthum a {
  width: 600px;
}
#archive .mihara {
  color: #ee836f;
  font-weight: bold;
}
#archive .kihira {
  color: #93ca76;
  font-weight: bold;
}
#archive .sakamoto {
  color: #7ebeab;
  font-weight: bold;
}
#archive footer{
	background: #000000;
}
@media(max-width:1040px) {
  #archive .sec {
    padding: 0 0 20px;
    max-width: 93%;
  }
}
@media(max-width:768px) {
  
  #archive h2 {
/*    background: url(../img/common/e_title_bg.png) no-repeat center 26px;*/
    background-size: 230px;
    text-align: center;
    padding-top: 53px;
    position: relative;
    z-index: 99;
  }
  #archive .inner div.txt {
    width: 95%;
    font-size: 14px;
    text-align: left;
  }
  #archive h2 img {
    width: 140px;
  }
  #archive h3 {
    font-size: 16px;
    margin: 0 0 15px;
    padding: 1%;
  }
  #archive section .inner {
    position: relative;
    background: #fff;
    top: -10px;
    padding: 4%;
	margin: 0;
  }
  #archive .inner .sub {
    color: #1e608c;
    font-size: 15px;
    font-weight: bold;
    letter-spacing: 2px;
    margin-bottom: 30px;
    padding: 0;
  }
  #archive .youthum a {
    width: 300px;
  }
  #archive .memberList {
    padding: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 30px;
  }
  #archive .memberList .contBox {
    position: relative;
    float: none;
    margin: 0 auto 20px;
    max-width: 100%;
  }
  #archive .memberList .contBox01 {
    margin: 0 auto 4%;
    width: 95%;
  }
  #archive p.notice {
    font-size: 13px;
    padding: 0 5% 5%;
  }
}
#outline .inner {
  padding: 20px 0 20px;
}
#event #outline .photoList {
  padding: 0;
  ;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 10px;
}
#outline .photoList .contBox {
  float: left;
  width: calc(98% / 3);
  margin-bottom: 20px;
}
#outline .photoList.guestPh .contBox {
  margin: 0 12px 20px;
}
#outline .photoList .contBox:nth-child(3n) {
  margin-right: 0;
}
#outline .photoList .contBox .pic {
  height: auto;
  margin-bottom: 10px;
}
#outline .photoList.movie .contBox .pic {
  width: 266px;
  height: 210px;
  position: relative;
  background: url(../img/skaters/skaters_img_bg.png) no-repeat;
}
#outline .photoList.movie .contBox .pic img {
  position: absolute;
  width: 231px;
  top: 26px;
  left: 18px;
}
#outline .photoList .contBox span {
  display: inline-block;
  font-size: 12px;
  margin: 10px 2px 5px;
  padding: 2px 5px;
  color: #fff;
}
#outline .photoList .contBox h3 {
  font-weight: bold;
  font-size: 15px;
  text-align: center;
}
#outline .photoList .contBox p {
  font-size: 12px;
  text-align: center;
}
#outline p.credit {
  font-size: 12px;
  text-align: right;
  margin-bottom: 10px;
  padding: 0%; /*元は　0 5%　*/
}
#outline p.notice {
  font-size: 15px;
  text-align: center;
  margin-bottom: 30px;
}
#outline .sec {
  margin-bottom: 30px;
}
@media(max-width:768px) {
  #outline .sec {
    padding: 0 0 20px;
    width: 100%;
  }
  #outline h2 {
/*  background: url(../img/common/e_title_bg.png) no-repeat center 26px;*/
    background-size: 230px;
    text-align: center;
    padding-top: 53px;
    position: relative;
    z-index: 99;
  }
  #outline h2 img {
    width: 140px;
  }
  #outline section .inner {
    position: relative;
    background: #fff;
    top: -10px;
    padding: 20px 0;
  }
  #outline .inner .sub {
    text-align: center;
    color: #1e608c;
    font-size: 15px;
    font-weight: bold;
    letter-spacing: 2px;
    margin-bottom: 30px;
  }
  #outline .inner .sub.border:before {
    content: " ";
    width: 1px;
    height: 18px;
    background: #1e608c;
    display: block;
    margin: 10px auto;
  }
  #outline .inner h3.readCopy {
    text-align: center;
    margin: -1% 10% 3%;
    font-size: 1.0em;
  }
  #outline .photoList {
    padding: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 30px;
  }
  #outline .photoList.guestPh {
    width: 100%;
    margin: 0 auto;
  }
  #outline .photoList .contBox {
    position: relative;
    float: none;
    margin: 0 auto 20px;
    width: 50%;
  }
  #outline .photoList.guestPh .contBox {
    margin: 0 auto 20px;
  }
  #outline .photoList .contBox:nth-child(3n) {
    margin-right: auto;
  }
  #outline .photoList .contBox .pic {
    margin-bottom: 0px;
  }
  #outline .photoList .contBox .icn {
    position: absolute;
    top: 147px;
    left: 7px;
  }
  #outline .photoList .contBox .icn img {
    display: inline-block;
    margin-right: 5px;
  }
  #outline .photoList .contBox h3 {
    font-weight: bold;
    font-size: 15px;
    text-align: center;
  }
  #outline .photoList .contBox p {
    font-size: 12px;
    text-align: center;
  }
  #outline h4 {
    padding: 0 5%;
    font-size: 22px;
    line-height: 1.3em;
    margin: 0 5% 5%
  }
  #outline p.credit {
    font-size: 12px;
    padding: 0 5%;
    text-align: right;
    margin-bottom: 10px;
  }
  #outline p.notice {
    font-size: 13px;
    padding: 0 5% 5%;
  }
}

/*STARS ON ICEとは？*/

#about #outline .inner {
  padding: 20px 0 20px;
}
#about #event #outline .photoList {
  padding: 0;
  ;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 10px;
}
#about #outline .photoList .contBox {
  float: left;
  width: calc(98% / 3);
  margin-bottom: 20px;
}
#about #outline .photoList.guestPh .contBox {
  margin: 0 12px 20px;
}
#about #outline .photoList .contBox:nth-child(3n) {
  margin-right: 0;
}
#about #outline .photoList .contBox .pic {
  height: auto;
  margin-bottom: 10px;
}
#about #outline .photoList.movie .contBox .pic {
  width: 266px;
  height: 210px;
  position: relative;
  background: url(../img/skaters/skaters_img_bg.png) no-repeat;
}
#about #outline .photoList.movie .contBox .pic img {
  position: absolute;
  width: 231px;
  top: 26px;
  left: 18px;
}
#about #outline .photoList .contBox span {
  display: inline-block;
  font-size: 12px;
  margin: 10px 2px 5px;
  padding: 2px 5px;
  color: #fff;
}
#about #outline .photoList .contBox h3 {
  font-weight: bold;
  font-size: 15px;
  text-align: center;
}
#about #outline .photoList .contBox p {
  font-size: 12px;
  text-align: center;
}
#about #outline p.credit {
  font-size: 12px;
  text-align: right;
  margin-bottom: 10px;
  padding: 0%; /*元は　0 5%　*/
}
#about #outline p.notice {
  font-size: 15px;
  text-align: center;
  margin-bottom: 30px;
}
#about #outline .sec {
  margin-bottom: 30px;
}
@media(max-width:768px) {
  #about #outline .sec {
    padding: 0 0 20px;
    width: 100%;
  }
  #about #outline h2 {
/*  background: url(../img/common/e_title_bg.png) no-repeat center 26px;*/
    background-size: 230px;
    text-align: center;
    padding-top: 53px;
    position: relative;
    z-index: 99;
  }
  #about #outline h2 img {
    width: 280px;
  }
  #about #outline section .inner {
    position: relative;
    background: #fff;
    top: -10px;
    padding: 20px 0;
  }
  #about #outline .inner .sub {
    text-align: center;
    color: #1e608c;
    font-size: 15px;
    font-weight: bold;
    letter-spacing: 2px;
    margin-bottom: 30px;
  }
  #about #outline .inner .sub.border:before {
    content: " ";
    width: 1px;
    height: 18px;
    background: #1e608c;
    display: block;
    margin: 10px auto;
  }
  #about #outline .inner h3.readCopy {
    text-align: center;
    margin: -1% 10% 3%;
    font-size: 1.0em;
  }
  #about #outline .photoList {
    padding: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 30px;
  }
  #about #outline .photoList.guestPh {
    width: 100%;
    margin: 0 auto;
  }
  #about #outline .photoList .contBox {
    position: relative;
    float: none;
    margin: 0 auto 20px;
    width: 50%;
  }
  #about #outline .photoList.guestPh .contBox {
    margin: 0 auto 20px;
  }
  #about #outline .photoList .contBox:nth-child(3n) {
    margin-right: auto;
  }
  #about #outline .photoList .contBox .pic {
    margin-bottom: 0px;
  }
  #about #outline .photoList .contBox .icn {
    position: absolute;
    top: 147px;
    left: 7px;
  }
  #about #outline .photoList .contBox .icn img {
    display: inline-block;
    margin-right: 5px;
  }
  #about #outline .photoList .contBox h3 {
    font-weight: bold;
    font-size: 15px;
    text-align: center;
  }
  #about #outline .photoList .contBox p {
    font-size: 12px;
    text-align: center;
  }
  #about #outline h4 {
    padding: 0 5%;
    font-size: 22px;
    line-height: 1.3em;
    margin: 0 5% 5%
  }
  #about #outline p.credit {
    font-size: 12px;
    padding: 0 5%;
    text-align: right;
    margin-bottom: 10px;
  }
  #about #outline p.notice {
    font-size: 13px;
    padding: 0 5% 5%;
  }
}

/*STARS ON ICEとは？ ここまで*/

#notice ul.notice_list {
  margin-bottom: 1.5rem;
  font-family: inherit;
}
#notice ul.notice_list li {
  list-style: disc;
  list-style-position: inside;
}
.inner .thankyou {
  padding: 1% 0 1%;
  text-align: center;
  font-weight: bold;
  font-size: 1.2em;
  color: #156fbb;
  background: #ffffff;
  margin: 0 0 5%;
  border: 3px solid;
  display: block;
}
