/* DEFAULT CSS */
header div.logo a{/* ヘッダーロゴの文字色 */
	color:#FFF;
	/* color:#FFF; */
}
/*light box*/
section.store_list{
}
section.store_list ul{
	list-style:none;
	list-style-position:outside;
}
section.store_list ul li{
	float:left;
}
section.store_list ul li figure{
	width:100%;
	padding:100% 0 0 0;
	background-repeat:no-repeat;
	background-position:center center;
	background-size:cover;
}
@media screen and ( max-width:767px){
	/* SMARTPHONEの設定
	----------------------------------------------- */
	header section div.menubtn{/* ヘッダーのメニューボタンの色 */
		border-color:#FFF;
		/* border-color:#FFF; */
	}
	header div.menubtn span{/* ヘッダーのメニューボタンの色 */
		background-color:#FFF;
		/* background-color:#FFF; */
	}
	header div.telarea span{/* ヘッダーのTELボタンの色 */
		border-color:#FFF;
		/* border-color:#FFF; */
		color:#FFF;
		/* color:#FFF; */
	}
	header nav{/* ヘッダーのメニューの背景色 */
		background-color:rgba(0,0,0,0.75);
	}
	header nav ul li div a{/* ヘッダーのグローバルナビの色 */
		border-color:#FFF;
		background-color:rgba(0,0,0,0.5);
		color:#FFF;
	}
	section.container.system{
		padding:0 0 30px 0;
	}
	/*header 変更部分*/
	header div.logo img{
		height:40px !important;
	}
	header div.logo{
		padding:0 !important;
	}
	/*footer 変更部分*/
	footer div.logo img{
		height:40px !important;
	}
	div.sitemap{
		cursor:pointer;
	}
	/*トップページ
	----------------------------------------------------------------*/
	/*コンボからの変更部分*/
	section.combo dl dt h3 p{
		font-size:6vw !important;
		font-family:'Mplus 1p', sans-serif !important;
	}
	section.combo dl dd{
		font-size:12px;
	}
	/*共通*/
	section.inner{
		padding:0 10px;
		width:100%;
		box-sizing:border-box;
	}
	h3.top_title{
		text-align:center;
		margin:0 0 20px 0;
		font-size:7vw;
		color:#333;
    font-weight: 700;
		position:relative;
		z-index:1;
	}
	h3.top_title::before{
		content:"";
		position:absolute;
		bottom:0;
		left:50%;
		width:35px;
		height:2px;
		background-color:rgba(255,115,213,1);
		transform:translate(-50%,-50%);
	}
	/*ボタン*/
	div.btn{
		width:230px;
		margin:40px auto 0 auto;
	}
	div.btn a{
		width:100%;
		display:table;
		transition:all 0.3s ease;
	}
	div.btn a p{
		display:table-cell;
		height:50px;
		text-align:center;
		vertical-align:middle;
		font-size:20px;
		color:#fff;
		background-color:rgba(255,115,213,0.5);
		position:relative;
		z-index:1;
	}
	div.btn a p::after{
		content:"";
		position:absolute;
		top:5px;
		left:5px;
		bottom:5px;
		right:5px;
		border:2px dashed #fff;
	}
	/*トップページの指定*/
	section.top_text{
		padding:60px 0;
	}
	section.top_text dl{
		width:100%;
		text-align:center;
		color:#333;
	}
	section.top_text dl dt{
		font-size:26px;
		padding:0 0 20px 0;
	}
	section.top_text dl dd{
		font-size:12px;
		line-height:1.8em;
		padding:0 20px;
		box-sizing:border-box;
	}
	section.news{
		padding:0 0 50px 0;
	}
	section.news ul{
		width:100%;
		list-style:none;
		list-style-position:outside;
		box-sizing:border-box;
		border-top:1px dotted #333;
	}
	section.news ul li{
		padding:5px 0;
		border-bottom:1px dotted #333;
	}
	section.news ul li dl{
		display:table;
		width:100%;
	}
	section.news ul li dl dt{
		display:table-cell;
		width:30%;
		vertical-align:middle;
	}
	section.news ul li dl dt figure{
		width:100%;
		padding:100% 0 0 0;
		background-repeat:no-repeat;
		background-position:center center;
		background-size:cover;
	}
	section.news ul li dl dd{
		display:table-cell;
		width:70%;
		vertical-align:middle;
		color:#333;
		padding:5px;
		-webkit-box-sizing:border-box;
		box-sizing:border-box;
		font-size:14px;
	}
	section.news ul li dl dd p{
		height:35px;
		overflow:hidden;
		font-size:12px;
	}
	section.photogallery{
		padding:50px 0;
	}
	section.photogallery ul{
		list-style:none;
		list-style-position:outside;
	}
	section.photogallery ul li{
		width:33.3333%;
		float:left;
	}
	section.photogallery ul li a{
		display:block;
		width:100%;
	}
	section.photogallery ul li a figure{
		width:100%;
		padding:100% 0 0 0;
		background-repeat:no-repeat;
		background-position:center center;
		background-size:cover;
	}
	/*子ページ
	--------------------------------------------------*/
	/*ページポジション*/
	section.pageposition{
		height:40px;
		background-color:#fff;
	}
	section.position_inner{
	}
	section.pageposition ul{
		list-style:none;
		list-style-position:outside;
	}
	section.pageposition ul li{
		float:left;
		display:table;
	}
	section.pageposition ul li:nth-child(1) a{
		width:40px;
		height:40px;
		display:block;
	}
	section.pageposition ul li:nth-child(1) a img{
		width:100%;
	}
	section.pageposition ul li:nth-child(n+2){
		position:relative;
		z-index:1;
		padding:0 15px;
	}
	section.pageposition ul li:nth-child(n+2)::before{
		content:"";
		position:absolute;
		width:10px;
		height:10px;
		border-top:2px solid #333;
		border-left:2px solid #333;
		top:50%;
		left:0;
		transform:translate(-50%,-50%) rotate(135deg);
		transform:translateY() rotate(45deg);
	}
	section.pageposition ul li p{
		display:table-cell;
		height:40px;
		vertical-align:middle;
		color:#333;
		font-size:12px;
	}
	/*コンボからの変更*/
	section.tablecombo dl.blocktitle dt p{
		font-size:5.5vw;
		font-family: 'Mplus 1p', sans-serif !important;
		color:#333;
	}
	section.tablecombo dl.blocktitle dd{
		color:#333;
	}
	section.tablecombo.type_01 .inner dl{
		border-color:#333;
	}
	section.tablecombo.type_01 .inner dl dt{
		border-color:#333;
	}
	.systemcombo p.systemtitle{
		padding:0 0 0 10px !important;
		color:#666 !important;
	}
	.systembtn{
		background-color:rgba(255,115,213,0.5) !important;
	}
	/*共通*/
	h3.child_title{
		text-align:center;
		margin:0 0 20px 0;
		font-size:7vw;
    font-weight: 700;
		color:#333;
		position:relative;
		z-index:1;
	}
	h3.child_title::before{
		content:"";
		position:absolute;
		bottom:0;
		left:50%;
		width:35px;
		height:2px;
		background-color:rgba(255,115,213,1);
		transform:translate(-50%,-50%);
	}
	br.sp{
		display:block;
	}
	br.pc{
		display:none;
	}
	br.tb{
		display:none;
	}
	dl.child_title{
		color:#333;
		text-align:center;
		padding:0 0 15px 0;
	}
	dl.child_title dt{
		font-size:5.5vw;
	}
	dl.child_title dd{
		font-size:12px;
	}
	/*シャーククイーンコンテストとは*/
	section.about_text{
		width:100%;
		text-align:center;
	}
	section.about_text h3{
		font-size:6vw;
    color: #333;
    font-weight: 700;
	}
	section.about_text p{
		line-height:1.8em;
		font-size:12px;
		padding:0 20px;
		-webkit-box-sizing:border-box;
		box-sizing:border-box;
	}
	section.contest_detai{
	}
	section.contest_detai dl{
	}
	section.contest_detai dl dt{
		text-align:center;
		padding:20px 0 5px 0;
		font-size:5vw;
		width:100%;
		border-bottom:2px dotted #F0F;
	}
	section.contest_detai dl dd{
		text-align:left;
		padding:15px;
		box-sizing:border-box;
		line-height:1.8em;
	}
	section.contest_detai dl dd p{
		font-size:12px;
	}
	section.entry{
		width:100%;
    padding-top: 35px;
	}
	section.entry p{
		text-align:center;
		margin:0 0 20px 0;
		font-size:12px;
	}
	section.entry div.entry_btn{
		width:250px;
		margin:0 auto;
	}
	section.entry div.entry_btn a{
		width:250px;
		line-height:50px;
		display:inline-block;
		text-align:center;
		background-color:#F00;
		font-size:24px;
		color:#fff;
		text-decoration:none;
		border:solid 2px #F00;
		position:relative;
		z-index:1;
		overflow:hidden;
	}
	section.sponsorship{
		padding:50px 0 0 0;
	}
	section.sponsorship ul{
		list-style:none;
		list-style-position:outside;
	}
	section.sponsorship ul li{
		float:left;
		width:20%;
		padding:0 1px 1px 0;
		box-sizing:border-box;
	}
	section.sponsorship ul li img{
		width:100%;
	}
	/*出場者*/
	section.child_block{
		padding:50px 0;
	}
  section.flow_block{
    padding-bottom: 50px;
  }
  section.flow_block > h1{
    text-align: center;
    font-size: 7vw;
    font-weight: 700;
    color: #333;
    position: relative;
    z-index: 1;
  }
  section.flow_block > h1 > span{
    background-color: #F00;
    display: block;
    padding: 0.5rem 0.5rem 1rem 0.5rem;
    color: #fff;
    font-size: 5.7vw;
    font-weight: 700;
    position: absolute;
    z-index: 2;
    line-height: 1em;
    clip-path: polygon(0% 0%, 100% 0%, 100% 80%, 75% 80%, 75% 100%, 60% 80%, 0 80%);
    top: calc((5.7vw + 1.25rem) * -1);
    left: 0;
  }
  section.flow_block > p{
    text-align: center;
    margin: 30px 0;
    font-size: 12px;
  }
  section.flow_block > div.flow_box{
    position: relative;
    z-index: 1;
    box-sizing: border-box;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 55px;
    background-color: rgba(255,115,213,0.1);
    padding: 1rem;
    border-radius: 1rem;
    padding-left: 60px;
  }
  section.flow_block > div.flow_box:last-child{
    margin-bottom: 0;
  }
  section.flow_block > div.flow_box::before,
  section.flow_block > div.flow_box::after{
    content: "";
    width: 20px;
    height: 20px;    
    border-right: 2px solid #ff73d5;
    border-bottom: 2px solid #ff73d5;
    position: absolute;
    z-index: 2;
    left: 50%;
    transform: translateX(-50%) rotate(45deg);
  }
  section.flow_block > div.flow_box::before{
    bottom: -25px;
  }
  section.flow_block > div.flow_box::after{
    bottom: -35px;
  }
   section.flow_block > div.flow_box:last-child::before,
  section.flow_block > div.flow_box:last-child::after{
    display: none;
  }
  section.flow_block > div.flow_box > span.flow_number{
    width: 60px;
    height: 60px;
    background-color: #ff73d5;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    clip-path: polygon(100% 0, 0 0, 0 100%);
    border-radius: 1rem 0 0 0;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    display: flex;
    align-items: flex-start;
    justify-content: start;
    padding: 0.75rem 0 0 0.75rem;
    box-sizing: border-box;
    line-height: 1em;
    padding-top: 1.2rem;
  }
  section.flow_block > div.flow_box > span.flow_number::before{
    content: "STEP";
    position: absolute;
    left: 0.5rem;
    top: 0.5rem;
    color: #fff;
    font-weight: 700;
    font-size: 0.8rem;
    line-height: 1em;
  }
  section.flow_block > div.flow_box > div.flow_text{
  }
  section.flow_block > div.flow_box > div.flow_text p{
    line-height: 1.8rem;
    font-size: 12px;
  }
  section.flow_block > div.flow_box > div.flow_text p span{
    border-bottom: 1px dashed #000;
  }
  section.flow_block > div.flow_box > div.flow_text div.mail{
    display: table;
    margin: 1rem auto 0 auto;
  }
  section.flow_block > div.flow_box > div.flow_text div.mail a{
    display: table;
    padding:  0.5rem 2rem 0.5rem 1rem;
    color: #FFF;
    background-color: #F00;
    font-weight: 700;
    position: relative;
    z-index: 1;
  }
  section.flow_block > div.flow_box > div.flow_text div.mail a::after{
    content: "";
    border-top: 0.5rem solid transparent;
    border-right: 0.5rem solid transparent;
    border-bottom: solid 0.5rem transparent;
    border-left: solid 0.5rem #fff;
    width: 0;
    height: 0;
    position: absolute;
    right: 0.25rem;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
  }
	section.contestant_member{
	}
	section.contestant_member ul.ms_list{
		list-style:none;
		list-style-position:outside;
	}
	section.contestant_member ul.ms_list li{
		width:50%;
		float:left;
	}
	section.contestant_member ul.ms_list li:nth-child(odd){
		padding:0 5px 10px 0;
		box-sizing:border-box;
	}
	section.contestant_member ul.ms_list li:nth-child(even){
		padding:0 0 10px 5px;
		box-sizing:border-box;
	}
	section.contestant_member ul.ms_list li dl.plofile dt figure{
		width:100%;
		padding:100% 0 0 0;
		background-repeat:no-repeat;
		background-position:center center;
		background-size:cover;
	}
	section.contestant_member ul.ms_list li dl.plofile dd{
		color:#333;
		width:100%;
		padding:5px 0 0 0;
		font-size:12px;
		text-align:center;
	}
	section.contestant_member ul.ms_list li dl.plofile dd span{
		padding:0 5px 0 0;
	}
	/*優勝者*/
	div.current{
		width:60%;
		margin:0 auto 30px auto;
	}
	div.current dl{
	}
	div.current dl dt{
	}
	div.current dl dt span{
		display:table;
		margin:0 auto;
		font-size:17px;
		color:#333;
	}
	div.current dl dt figure{
		width:100%;
		padding:100% 0 0 0;
		background-repeat:no-repeat;
		background-position:center center;
		background-size:cover;
	}
	div.current dl dd{
		text-align:center;
		color:#333;
		font-size:12px;
	}
	div.current dl dd p:nth-child(1){
		padding:10px 0 5px 0;
	}
	div.current dl dd p:nth-child(2){
		padding:0 0 10px 0;
	}
	div.past{
		width:100%;
		box-sizing:border-box;
	}
	div.past dl{
		float:left;
		width:33.3333%;
		padding:0 5px 0 0;
		box-sizing:border-box;
	}
	div.past dl dt{
	}
	div.past dl dt span{
		display:table;
		margin:0 auto;
		font-size:14px;
		color:#333;
	}
	div.past dl dt figure{
		width:100%;
		padding:100% 0 0 0;
		background-repeat:no-repeat;
		background-position:center center;
		background-size:cover;
	}
	div.past dl dd{
		width:100%;
		text-align:center;
		color:#333;
		font-size:14px;
	}
	div.past dl dd p{
		padding:5px 0 5px 0;
	}
	/*店舗情報*/
	div.company_text{
		font-size:12px;
		color:#333;
		text-align:center;
		padding:0 20px;
		box-sizing:border-box;
	}
	section.store_list{
		padding:30px 0 0 0;
	}
	section.store_list ul li{
		width:33.3333%;
	}
	section.store_list li a{
		width:100%;
		display:block;
	}
	/*お問い合わせ・エントリー*/
	section.contact{
	}
	section.contact dl{
		background-color:rgba(255,185,220,0.5);
		padding:5px;
		margin:0 0 10px 0;
		box-sizing:border-box;
	}
	section.contact dl dt p{
		color:#666;
		font-size:12px !important;
	}
	section.contact dl dd{
		font-size:12px;
	}
	section.contact div.sent{
		width:200px;
		margin:30px auto 0 auto;
	}
	section.contact div.sent input{
		height:40px;
		font-size:16px;
		color:#666;
		width:100% !important;
		background-color:rgba(255,185,220,0.5);
	}
}
@media screen and (orientation: landscape){
	/* SP 横の設定
	----------------------------------------------- */
}
@media screen and (min-width:768px) and ( max-width:1099px){
	/* TABLETの設定
	----------------------------------------------- */
	header section div.menubtn{/* ヘッダーのメニューボタンの色 */
		border-color:#FFF;
		/* border-color:#FFF; */
	}
	header div.menubtn span{/* ヘッダーのメニューボタンの色 */
		background-color:#FFF;
		/* background-color:#FFF; */
	}
	header a{
		color:#FFF;
	}
	header nav{/* ヘッダーのメニューの背景色 */
		background-color:rgba(0,0,0,0.75);
	}
	header nav ul li div a{/* ヘッダーのグローバルナビの色 */
		border-color:#FFF;
		background-color:rgba(0,0,0,0.5);
		color:#FFF;
	}
	footer nav ul{/* フッターのグローバルナビのライン色 */
		border-color:#FFF;
	}
	footer nav ul li{/* フッターのグローバルナビのライン色 */
		border-color:#FFF;
	}
	footer nav ul li a{/* フッターのグローバルナビの文字色 */
		color:#FFF;
	}
	footer nav ul li a::after{
		border-color:#FFF #FFF transparent transparent;
	}
	section.container.system{
		padding:0 0 30px 0;
	}
	/*header 変更部分*/
	header div.logo img{
		height:50px !important;
	}
	/*footer 変更部分*/
	footer div.logo img{
		height:50px !important;
	}
	/*トップページ
	----------------------------------------------------------------*/
	/*コンボからの変更部分*/
	section.title_photo dl{
		padding:0;
	}
	.systemcombo p.systemtitle{
		padding:0 0 0 10px !important;
		color:#666 !important;
	}
	.systembtn{
		background-color:rgba(255,115,213,0.5) !important;
	}
	/*共通*/
	section.inner{
		padding:0 10px;
		width:100%;
		box-sizing:border-box;
	}
	h3.top_title{
		text-align:center;
		margin:0 0 40px 0;
		font-size:32px;
		color:#333;
		position:relative;
		z-index:1;
	}
	h3.top_title::before{
		content:"";
		position:absolute;
		bottom:0;
		left:50%;
		width:40px;
		height:2px;
		background-color:rgba(255,115,213,1);
		transform:translate(-50%,-50%);
	}
	dl.child_title dt{
		font-size:3.5vw;
		color:#333;
		text-align:center;
	}
	dl.child_title dt h3{
	}
	dl.child_title dd{
		text-align:center;
		color:#333;
	}
	br.sp{
		display:none;
	}
	br.pc{
		display:none;
	}
	br.tb{
		display:block;
	}
	/*ボタン*/
	div.btn{
		width:300px;
		margin:40px auto 0 auto;
	}
	div.btn a{
		width:100%;
		display:table;
		transition:all 0.3s ease;
	}
	div.btn a p{
		display:table-cell;
		height:60px;
		text-align:center;
		vertical-align:middle;
		font-size:20px;
		color:#fff;
		background-color:rgba(255,115,213,0.5);
		position:relative;
		z-index:1;
	}
	div.btn a p::after{
		content:"";
		position:absolute;
		top:5px;
		left:5px;
		bottom:5px;
		right:5px;
		border:2px dashed #fff;
	}
	/*トップページの指定*/
	section.top_text{
		padding:60px 0;
	}
	section.top_text dl{
		width:100%;
		text-align:center;
		color:#333;
	}
	section.top_text dl dt{
		font-size:32px;
		padding:0 0 20px 0;
	}
	section.top_text dl dd{
		font-size:16px;
		line-height:1.8em;
	}
	section.news{
		padding:0 0 50px 0;
	}
	section.news ul{
		width:100%;
		list-style:none;
		list-style-position:outside;
		padding:0 0 0 10px;
		box-sizing:border-box;
	}
	section.news ul li{
		float:left;
		width:25%;
		padding:0 10px 0 0;
		box-sizing:border-box;
	}
	section.news ul li dl dt{
	}
	section.news ul li dl dt figure{
		width:100%;
		padding:100% 0 0 0;
		background-repeat:no-repeat;
		background-position:center center;
		background-size:cover;
	}
	section.news ul li dl dd{
		color:#333;
		padding:5px 0 0 0;
		font-size:14px;
	}
	section.news ul li dl dd p{
		height:45px;
		overflow:hidden;
	}
	section.photogallery{
		padding:85px 0;
	}
	section.photogallery ul{
		list-style:none;
		list-style-position:outside;
	}
	section.photogallery ul li{
		width:25%;
		float:left;
	}
	section.photogallery ul li a{
		display:block;
		width:100%;
	}
	section.photogallery ul li a figure{
		width:100%;
		padding:100% 0 0 0;
		background-repeat:no-repeat;
		background-position:center center;
		background-size:cover;
	}
	/*子ページ
	--------------------------------------------------*/
	/*ページポジション*/
	section.pageposition{
		height:40px;
		background-color:#fff;
	}
	section.position_inner{
		padding:0 10px;
		box-sizing:border-box;
	}
	section.pageposition ul{
		list-style:none;
		list-style-position:outside;
	}
	section.pageposition ul li{
		float:left;
		display:table;
	}
	section.pageposition ul li:nth-child(1) a{
		width:40px;
		height:40px;
		display:block;
	}
	section.pageposition ul li:nth-child(1) a img{
		width:100%;
	}
	section.pageposition ul li:nth-child(n+2){
		position:relative;
		z-index:1;
		padding:0 15px;
	}
	section.pageposition ul li:nth-child(n+2)::before{
		content:"";
		position:absolute;
		width:10px;
		height:10px;
		border-top:2px solid #333;
		border-left:2px solid #333;
		top:50%;
		left:0;
		transform:translate(-50%,-50%) rotate(135deg);
		transform:translateY() rotate(45deg);
	}
	section.pageposition ul li p{
		display:table-cell;
		height:40px;
		vertical-align:middle;
		color:#333;
		font-size:14px;
	}
	/*コンボからの変更部分*/
	section.combo dl dt h3 p{
		font-family:'Mplus 1p', sans-serif !important;
	}
	dl.blocktitle{
		color:#333;
	}
	dl.blocktitle dt h3 p{
		font-family:'Mplus 1p', sans-serif !important;
	}
	dl.blocktitle dd{
		padding:0 0 20px 0 !important;
	}
	section.tablecombo.type_01 .inner dl{
		color:#333;
		border-color:#333;
	}
	section.tablecombo.type_01 .inner dl dd{
		border-color:#333;
	}
	/*共通*/
	/*ボタン*/
	h3.child_title{
		width:100%;
		text-align:center;
		color:#333;
		font-size:32px;
		position:relative;
		z-index:1;
	}
	h3.child_title::before{
		content:"";
		position:absolute;
		bottom:0;
		left:50%;
		width:40px;
		height:2px;
		background-color:rgba(255,115,213,1);
		transform:translate(-50%,-50%);
	}
	dl.child_title{
		padding:0 0 20px 0;
		color:#333;
		font-family:'Mplus 1p', sans-serif !important;
	}
	/*シャーククイーンコンテストとは*/
	section.about_text{
		width:100%;
		text-align:center;
		margin:0 0 30px 0;
	}
	section.about_text h3{
		font-size:32px;
    color: #333;
	}
	section.about_text p{
		line-height:1.8em;
	}
	section.contest_detai{
	}
	section.contest_detai dl{
		margin:0 auto 15px auto;
		width:600px;
	}
	section.contest_detai dl dt{
		text-align:center;
		padding:0 0 10px 0;
		font-size:26px;
		width:100%;
		border-bottom:2px dotted #F0F;
	}
	section.contest_detai dl dd{
		text-align:center;
		padding:15px;
		box-sizing:border-box;
		line-height:1.8em;
	}
	section.entry{
		width:100%;
    padding-top: 50px;
	}
	section.entry p{
		text-align:center;
		margin:0 0 20px 0;
	}
	section.entry div.entry_btn{
		width:300px;
		margin:0 auto;
	}
	section.entry div.entry_btn a{
		width:300px;
		line-height:60px;
		display:inline-block;
		text-align:center;
		background-color:#F00;
		font-size:24px;
		color:#fff;
		text-decoration:none;
		border:solid 2px #F00;
		position:relative;
		z-index:1;
		overflow:hidden;
	}
	section.sponsorship{
		padding:85px 0 0 0;
	}
	section.sponsorship ul{
		list-style:none;
		list-style-position:outside;
	}
	section.sponsorship ul li{
		float:left;
		width:12.5%;
		box-sizing:border-box;
	}
	section.sponsorship ul li img{
		width:100%;
	}
	/*出場者*/
	section.child_block{
		padding:85px 0;
	}
  section.flow_block{
    padding-bottom: 85px;
  }
  section.flow_block > h1{
    text-align: center;
    font-size: 32px;
    position: relative;
    z-index: 1;
    display: table;
    margin: 0 auto;
    color: #333;
  }
  section.flow_block > h1 > span{
    background-color: #F00;
    display: block;
    padding: 0.5rem 0.5rem 1rem 0.5rem;
    color: #fff;
    font-size: 22px;
    font-weight: 700;
    position: absolute;
    z-index: 2;
    line-height: 1em;
    clip-path: polygon(0% 0%, 100% 0%, 100% 80%, 75% 80%, 75% 100%, 60% 80%, 0 80%);
    top: calc((22px + 1.5rem) * -1);
    left: -40px;
  }
  section.flow_block > p{
    text-align: center;
    margin: 30px 0;
  }
  section.flow_block > div.flow_box{
    position: relative;
    z-index: 1;
    box-sizing: border-box;  
    width: 600px;
    margin: 0 auto;
    margin-bottom: 0px;
    margin-bottom: 55px;
    background-color: rgba(255,115,213,0.1);
    padding: 1.5rem;
    border-radius: 1rem;
    padding-left: 90px;
  }
  section.flow_block > div.flow_box:last-child{
    margin-bottom: 0;
  }
  section.flow_block > div.flow_box::before,
  section.flow_block > div.flow_box::after{
    content: "";
    width: 30px;
    height: 30px;    
    border-right: 2px solid #ff73d5;
    border-bottom: 2px solid #ff73d5;
    position: absolute;
    z-index: 2;
    left: 50%;
    transform: translateX(-50%) rotate(45deg);
  }
  section.flow_block > div.flow_box::before{
    bottom: -30px;
  }
  section.flow_block > div.flow_box::after{
    bottom: -40px;
  }
  section.flow_block > div.flow_box:last-child::before,
  section.flow_block > div.flow_box:last-child::after{
    display: none;
  }
  section.flow_block > div.flow_box > span.flow_number{
    width: 80px;
    height: 80px;
    background-color: #ff73d5;
    color: #fff;
    font-size: 26px;
    font-weight: 700;
    clip-path: polygon(100% 0, 0 0, 0 100%);
    border-radius: 1rem 0 0 0;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    display: flex;
    align-items: flex-start;
    justify-content: start;
    padding: 0.75rem 0 0 0.75rem;
    box-sizing: border-box;
    line-height: 1em;
    padding-top: 1.4rem;
  }
  section.flow_block > div.flow_box > span.flow_number::before{
    content: "STEP";
    position: absolute;
    left: 0.5rem;
    top: 0.5rem;
    color: #fff;
    font-weight: 700;
    font-size: 0.8rem;
    line-height: 1em;
  }
  section.flow_block > div.flow_box > div.flow_text{
  }
  section.flow_block > div.flow_box > div.flow_text p{
    line-height: 1.8rem;
  }
  section.flow_block > div.flow_box > div.flow_text p span{
    border-bottom: 1px dashed #000;
  }
  section.flow_block > div.flow_box > div.flow_text div.mail{
    display: table;
    margin-top: 1rem;
  }
  section.flow_block > div.flow_box > div.flow_text div.mail a{
    display: table;
    padding:  0.5rem 2rem 0.5rem 1rem;
    color: #FFF;
    background-color: #F00;
    font-weight: 700;
    position: relative;
    z-index: 1;
  }
  section.flow_block > div.flow_box > div.flow_text div.mail a::after{
    content: "";
    border-top: 0.5rem solid transparent;
    border-right: 0.5rem solid transparent;
    border-bottom: solid 0.5rem transparent;
    border-left: solid 0.5rem #fff;
    width: 0;
    height: 0;
    position: absolute;
    right: 0.25rem;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
  }
	section.contestant_member{
	}
	section.contestant_member ul.ms_list{
		list-style:none;
		list-style-position:outside;
		padding:0 0 0 20px;
		box-sizing:border-box;
	}
	section.contestant_member ul.ms_list li{
		width:33.3333%;
		float:left;
		padding:0 20px 20px 0;
		box-sizing:border-box;
	}
	section.contestant_member ul.ms_list li dl.plofile{
		height:250px;
	}
	section.contestant_member ul.ms_list li dl.plofile dt figure{
		width:100%;
		padding:100% 0 0 0;
		background-repeat:no-repeat;
		background-position:center center;
		background-size:cover;
	}
	section.contestant_member ul.ms_list li dl.plofile dd{
		color:#333;
		width:100%;
		padding:10px 0 0 0;
		text-align:center;
	}
	section.contestant_member ul.ms_list li dl.plofile dd span{
		padding:0 5px 0 0;
	}
	/*優勝者*/
	div.current{
		width:400px;
		margin:0 auto 30px auto;
	}
	div.current dl{
	}
	div.current dl dt{
	}
	div.current dl dt span{
		display:table;
		margin:0 auto;
		font-size:22px;
		color:#333;
	}
	div.current dl dt figure{
		width:100%;
		padding:100% 0 0 0;
		background-repeat:no-repeat;
		background-position:center center;
		background-size:cover;
	}
	div.current dl dd{
		text-align:center;
		color:#333;
	}
	div.past{
		padding:0 0 0 15px;
		width:100%;
		box-sizing:border-box;
	}
	div.past dl{
		float:left;
		width:20%;
		padding:0 15px 0 0;
		box-sizing:border-box;
	}
	div.past dl dt span{
		display:table;
		margin:0 auto;
		font-size:18px;
		color:#333;
	}
	div.past dl dt figure{
		width:100%;
		padding:100% 0 0 0;
		background-repeat:no-repeat;
		background-position:center center;
		background-size:cover;
	}
	div.past dl dd{
		width:100%;
		text-align:center;
		color:#333;
	}
	div.past dl dd p:nth-child(1){
		padding:10px 0 5px 0;
	}
	div.past dl dd p:nth-child(2){
		padding:0 0 10px 0;
	}
	/*店舗情報*/
	div.company_text{
		text-align:center;
	}
	section.store_list{
	}
	section.store_list ul li{
		width:25%;
	}
	section.store_list li a{
		width:100%;
		display:block;
	}
	/*お問い合わせ・エントリー*/
	section.contact{
	}
	section.contact dl{
		background-color:rgba(255,185,220,0.5);
		padding:10px;
		margin:0 0 10px 0;
		box-sizing:border-box;
	}
	section.contact dl dt{
		color:#666;
	}
	section.contact div.sent{
		width:300px;
		margin:30px auto 0 auto;
	}
	section.contact div.sent input{
		height:50px;
		font-size:18px;
		color:#666;
		width:100% !important;
		background-color:rgba(255,185,220,0.5);
	}
}
@media (orientation: landscape) and (min-width:768px) and ( max-width:1099px){
	/* TABLET 横の設定
	----------------------------------------------- */
}
@media screen and (min-width:1100px){
	/* PCの設定
	----------------------------------------------- */
	header section.header,
	section.inner,
	footer section.footercontents,
	footer section.sitemap{
		width:1100px;
		margin:0 auto;
	}
	header nav ul li div a:hover{/* グローバルナビマウスオーバー時の背景色 */
		background-color:rgba(0,0,0,0.5);
		/* background-color:rgba(0,0,0,0.5); */
	}
	header nav ul li.acbtn div.acbtn + ul{/* グローバルナビプルダウン時の背景色 */
		background-color:rgba(0,0,0,0.5);
		/* background-color:rgba(0,0,0,0.5); */
	}
	header a{/* グローバルナビの文字色 */
		color:#FFF;
		/* color:#FFF; */
	}
	header nav ul li.acbtn div.acbtn a span.icon span.wrap span{/* グローバルナビプルダウンのプラスアイコン色 */
		background-color:#FFF;
	}
	section.container.system{
		padding:0 0 60px 0;
	}
	/*トップページ
	----------------------------------------------------------------*/
	/*コンボからの変更*/
	section.combo dl dt h3 p{
		font-family: 'Mplus 1p', sans-serif;
	}
	section.systemcombo p.systemtitle{
		padding:0 0 0 10px;
		box-sizing:border-box;
	}
	.systembtn{
		background-color:rgba(255,115,213,0.5) !important;
	}
	section.systemcombo .systemtitle{
		color:#666 !important;
	}
	/*header*/
	header section.header{
		padding:25px 0 !important;
	}
	header div.logo{
		height:50px !important;
	}
	header div.logo img{
		width:auto;
		height:50px !important;
	}
	header nav{
		margin:5px 0 0 0 !important;
	}
	header div.telarea{
		margin:5px 0 0 20px !important;
	}
	/*footer 変更部分*/
	footer div.logo img{
		height:50px !important;
	}
	footer section.footercontents address{
		height:50px !important;
		line-height:50px;
	}
	footer div.telarea{
		margin:5px 0 0 0 !important;
	}
	/*共通*/
	section.inner{
		width:1100px;
		margin:0 auto;
	}
	h3.top_title{
		text-align:center;
		margin:0 0 40px 0;
		font-size:32px;
		color:#333;
		position:relative;
		z-index:1;
	}
	h3.top_title::before{
		content:"";
		position:absolute;
		bottom:0;
		left:50%;
		width:40px;
		height:2px;
		background-color:rgba(255,115,213,1);
		transform:translate(-50%,-50%)
	}
	h3.child_title{
		text-align:center;
		margin:0 0 40px 0;
		font-size:32px;
		color:#333;
		position:relative;
		z-index:1;
	}
	h3.child_title::before{
		content:"";
		position:absolute;
		bottom:0;
		left:50%;
		width:40px;
		height:2px;
		background-color:rgba(255,115,213,1);
		transform:translate(-50%,-50%)
	}
	dl.child_title{
		margin:0 0 30px 0;
	}
	dl.child_title dt{
		font-size:32px;
		color:#333;
		text-align:center;
	}
	dl.child_title dt h3{
	}
	dl.child_title dd{
		text-align:center;
		color:#333;
	}
	/*ボタン*/
	div.btn{
		width:300px;
		margin:40px auto 0 auto;
	}
	div.btn a{
		width:100%;
		display:table;
		transition:all 0.3s ease;
	}
	div.btn a:hover{
		filter:alpha(opacity=75);
		-moz-opacity:0.75;
		opacity:0.75;
	}
	div.btn a p{
		display:table-cell;
		height:60px;
		text-align:center;
		vertical-align:middle;
		font-size:20px;
		color:#fff;
		background-color:rgba(255,115,213,0.5);
		position:relative;
		z-index:1;
	}
	div.btn a p::after{
		content:"";
		position:absolute;
		top:5px;
		left:5px;
		bottom:5px;
		right:5px;
		border:2px dashed #fff;
	}
	/*トップページの指定*/
	section.top_text{
		padding:85px 0;
	}
	section.top_text dl{
		width:100%;
		text-align:center;
		color:#333;
	}
	section.top_text dl dt{
		font-size:32px;
		padding:0 0 20px 0;
	}
	section.top_text dl dd{
		font-size:16px;
		line-height:1.8em;
	}
	section.news{
		padding:0 0 85px 0;
	}
	section.news ul{
		width:100%;
		list-style:none;
		list-style-position:outside;
		padding:0 20px;
		box-sizing:border-box;
	}
	section.news ul li{
		float:left;
		width:250px;
	}
	section.news ul li:nth-child(1),
	section.news ul li:nth-child(2),
	section.news ul li:nth-child(3){
		margin:0 20px 0 0;
	}
	section.news ul li dl dt{
	}
	section.news ul li dl dt figure{
		width:100%;
		padding:100% 0 0 0;
		background-repeat:no-repeat;
		background-size:cover;
	}
	section.news ul li dl dd{
		color:#333;
		padding:5px 0 0 0;
	}
	section.news ul li dl dd p{
		height:50px;
		overflow:hidden;
	}
	section.photogallery{
		padding:85px 0;
	}
	section.photogallery ul{
		width:800px;
		list-style:none;
		list-style-position:outside;
		margin:0 auto;
	}
	section.photogallery ul li{
		float:left;
		width:25%;
	}
	section.photogallery ul li a{
		width:100%;
		display:block;
	}
	section.photogallery ul li a figure{
		width:100%;
		padding:100% 0 0 0;
		background-repeat:no-repeat;
		background-position:center center;
		background-size:cover;
	}
	/*子ページ
	--------------------------------------------------*/
	/*ページポジション*/
	section.pageposition{
		height:40px;
		background-color:#fff;
	}
	section.position_inner{
		width:1100px;
		margin:0 auto;
	}
	section.pageposition ul{
		list-style:none;
		list-style-position:outside;
	}
	section.pageposition ul li{
		float:left;
		display:table;
	}
	section.pageposition ul li:nth-child(1) a{
		width:40px;
		height:40px;
		display:block;
	}
	section.pageposition ul li:nth-child(1) a img{
		width:100%;
	}
	section.pageposition ul li:nth-child(n+2){
		position:relative;
		z-index:1;
		padding:0 15px;
	}
	section.pageposition ul li:nth-child(n+2)::before{
		content:"";
		position:absolute;
		width:10px;
		height:10px;
		border-top:2px solid #333;
		border-left:2px solid #333;
		top:50%;
		left:0;
		transform:translate(-50%,-50%) rotate(135deg);
		transform:translateY() rotate(45deg);
	}
	section.pageposition ul li p{
		display:table-cell;
		height:40px;
		vertical-align:middle;
		color:#333;
		font-size:14px;
	}
	/*コンボからの変更*/
	dl.blocktitle{
		color:#333;
	}
	dl.blocktitle dt p{
    font-family:'Mplus 1p', sans-serif !important;
	}
	dl.blocktitle dd{
		padding:0 0 20px 0 !important;
	}
	section.tablecombo.type_01 .inner dl{
		color:#333;
		border-color:#333;
	}
	section.tablecombo.type_01 .inner dl dd{
		border-color:#333;
	}
	.systemcombo p.systemtitle{
		padding:0 0 0 10px !important;
		color:#666 !important;
	}
	section.combo dl dt{
		padding:125px 30px 0 30px !important;
	}
	section.combo dl dd{
		padding:0 30px 125px 30px !important;
	}
	/*共通*/
	br.sp{
		display:none;
	}
	br.pc{
		display:block;
	}
	br.tb{
		display:none;
	}
	/*シャーククイーンコンテストとは*/
	section.about_text{
		width:100%;
		text-align:center;
		margin:0 0 30px 0;
	}
	section.about_text h3{
		font-size:32px;
		margin:0 0 15px 0;
    color: #333;
	}
	section.about_text p{
		line-height:1.8em;
	}
	section.contest_detai{
		width:800px;
		margin:0 auto;
	}
	section.contest_detai dl{
		width:700px;
		margin:0 auto;
	}
	section.contest_detai dl dt{
		text-align:center;
		padding:20px 0 10px 0;
		font-size:26px;
		width:100%;
		border-bottom:2px dotted #F0F;
	}
	section.contest_detai dl dd{
		text-align:center;
		padding:15px;
		box-sizing:border-box;
		line-height:1.8em;
	}
	section.entry{
		width:100%;
    padding-top: 70px;
	}
	section.entry p{
		text-align:center;
		margin:0 0 20px 0;
	}
	section.entry div.entry_btn{
		width:300px;
		margin:0 auto;
	}
	section.entry div.entry_btn a{
		width:300px;
		line-height:60px;
		display:inline-block;
		text-align:center;
		background-color:#F00;
		font-size:24px;
		color:#fff;
		text-decoration:none;
		border:solid 2px #F00;
		position:relative;
		z-index:1;
		overflow:hidden;
	}
	section.entry div.entry_btn a::after{
		content:"";
		width:100%;
		height:0;
		position:absolute;
		top:50%;
		left:50%;
		background-color:#FFF;
		opacity:0;
  	transform:translateX(-50%) translateY(-50%) rotate(45deg);
  	transition:0.4s;
  	z-index:-1;
	}
	section.entry div.entry_btn a:hover{
		color:#F00;
	}
	section.entry div.entry_btn a:hover:after{
		height:320%;
		opacity:1;
	}
	section.entry div.entry_btn a:active:after{
  	height:340%;
  	opacity:1;
	}
	section.sponsorship{
		padding:50px 0 0 0;
	}
	section.sponsorship ul{
		list-style:none;
		list-style-position:outside;
	}
	section.sponsorship ul li{
		float:left;
		width:10%;
		padding:0 1px 1px 0;
		box-sizing:border-box;
	}
	section.sponsorship ul li img{
		width:100%;
	}
	/*出場者*/
	section.child_block{
		padding:85px 0;
	}
  section.flow_block{
    padding-bottom: 85px;
  }
  section.flow_block > h1{
    text-align: center;
    font-size: 32px;
    position: relative;
    z-index: 1;
    display: table;
    margin: 0 auto;
    color: #333;
  }
  section.flow_block > h1 > span{
    background-color: #F00;
    display: block;
    padding: 0.5rem 0.5rem 1rem 0.5rem;
    color: #fff;
    font-size: 22px;
    font-weight: 700;
    position: absolute;
    z-index: 2;
    line-height: 1em;
    clip-path: polygon(0% 0%, 100% 0%, 100% 80%, 75% 80%, 75% 100%, 60% 80%, 0 80%);
    top: calc((22px + 1.5rem) * -1);
    left: -40px;
  }
  section.flow_block > p{
    text-align: center;
    margin: 30px 0;
  }
  section.flow_block > div.flow_box{
    position: relative;
    z-index: 1;
    box-sizing: border-box;  
    width: 700px;
    margin: 0 auto;
    margin-bottom: 0px;
    margin-bottom: 55px;
    background-color: rgba(255,115,213,0.1);
    padding: 1.5rem;
    border-radius: 1rem;
    padding-left: 90px;
  }
  section.flow_block > div.flow_box:last-child{
    margin-bottom: 0;
  }
  section.flow_block > div.flow_box::before,
  section.flow_block > div.flow_box::after{
    content: "";
    width: 30px;
    height: 30px;    
    border-right: 2px solid #ff73d5;
    border-bottom: 2px solid #ff73d5;
    position: absolute;
    z-index: 2;
    left: 50%;
    transform: translateX(-50%) rotate(45deg);
  }
  section.flow_block > div.flow_box::before{
    bottom: -30px;
  }
  section.flow_block > div.flow_box::after{
    bottom: -40px;
  }
  section.flow_block > div.flow_box:last-child::before,
  section.flow_block > div.flow_box:last-child::after{
    display: none;
  }
  section.flow_block > div.flow_box > span.flow_number{
    width: 80px;
    height: 80px;
    background-color: #ff73d5;
    color: #fff;
    font-size: 26px;
    font-weight: 700;
    clip-path: polygon(100% 0, 0 0, 0 100%);
    border-radius: 1rem 0 0 0;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    display: flex;
    align-items: flex-start;
    justify-content: start;
    padding: 0.75rem 0 0 0.75rem;
    box-sizing: border-box;
    line-height: 1em;
    padding-top: 1.4rem;
  }
  section.flow_block > div.flow_box > span.flow_number::before{
    content: "STEP";
    position: absolute;
    left: 0.5rem;
    top: 0.5rem;
    color: #fff;
    font-weight: 700;
    font-size: 0.8rem;
    line-height: 1em;
  }
  section.flow_block > div.flow_box > div.flow_text{
  }
  section.flow_block > div.flow_box > div.flow_text p{
    line-height: 1.8rem;
  }
  section.flow_block > div.flow_box > div.flow_text p span{
    border-bottom: 1px dashed #000;
  }
  section.flow_block > div.flow_box > div.flow_text div.mail{
    display: table;
    margin-top: 1rem;
  }
  section.flow_block > div.flow_box > div.flow_text div.mail a{
    display: table;
    padding:  0.5rem 2rem 0.5rem 1rem;
    color: #FFF;
    background-color: #F00;
    font-weight: 700;
    position: relative;
    z-index: 1;
  }
  section.flow_block > div.flow_box > div.flow_text div.mail a::after{
    content: "";
    border-top: 0.5rem solid transparent;
    border-right: 0.5rem solid transparent;
    border-bottom: solid 0.5rem transparent;
    border-left: solid 0.5rem #fff;
    width: 0;
    height: 0;
    position: absolute;
    right: 0.25rem;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
  }
	section.contestant_member{
	}
	section.contestant_member ul.ms_list{
		list-style:none;
		list-style-position:outside;
		padding:0 0 0 20px;
		box-sizing:border-box;
	}
	section.contestant_member ul.ms_list li{
		width:25%;
		float:left;
		padding:0 20px 20px 0;
		box-sizing:border-box;
	}
	section.contestant_member ul.ms_list li dl.plofile{
		height:290px;
	}
	section.contestant_member ul.ms_list li dl.plofile dt figure{
		width:100%;
		padding:100% 0 0 0;
		background-repeat:no-repeat;
		background-position:center center;
		background-size:cover;
	}
	section.contestant_member ul.ms_list li dl.plofile dd{
		color:#333;
		width:100%;
		padding:10px 0 0 0;
		text-align:center;
	}
	section.contestant_member ul.ms_list li dl.plofile dd span{
		padding:0 5px 0 0;
	}
	/*優勝者*/
	div.current{
		width:400px;
		margin:0 auto 30px auto;
	}
	div.current dl{
	}
	div.current dl dt{
	}
	div.current dl dt span{
		font-size:22px;
		display:table;
		margin:0 auto;
		color:#333;
		line-height:45px;
	}
	div.current dl dt figure{
		width:100%;
		padding:100% 0 0 0;
		background-repeat:no-repeat;
		background-position:center center;
		background-size:cover;
	}
	div.current dl dd{
		text-align:center;
		color:#333;
		padding:10px 0 0 0;
	}
	div.past{
		padding:0 0 0 20px;
		width:100%;
		box-sizing:border-box;
	}
	div.past dl{
		float:left;
		width:20%;
		padding:0 20px 0 0;
		box-sizing:border-box;
	}
	div.past dl dt{
	}
	div.past dl dt span{
		font-size:22px;
		display:table;
		color:#333;
		margin:0 auto;
		line-height:45px;
	}
	div.past dl dt figure{
		width:100%;
		padding:100% 0 0 0;
		background-repeat:no-repeat;
		background-position:center center;
		background-size:cover;
	}
	div.past dl dd{
		width:100%;
		text-align:center;
		color:#333;
	}
	div.past dl dd p:nth-child(1){
		padding:10px 0 5px 0;
	}
	div.past dl dd p:nth-child(2){
		padding:0 0 10px 0;
	}
	/*店舗情報*/
	div.company_text{
		width:100%;
		text-align:center;
	}
	section.store_list{
	}
	section.store_list ul li{
		width:16.6666%;
	}
	section.store_list li a{
		width:100%;
		display:block;
	}
	/*お問い合わせ・エントリー*/
	section.contact{
	}
	section.contact dl{
		background-color:rgba(255,185,220,0.5);
		padding:10px;
		margin:0 0 10px 0;
		box-sizing:border-box;
	}
	section.contact dl dt{
		color:#666;
	}
	section.contact div.sent{
		width:300px;
		margin:30px auto 0 auto;
	}
	section.contact div.sent input{
		height:50px;
		font-size:18px;
		color:#666;
		width:100% !important;
		background-color:rgba(255,185,220,0.5);
	}
}