html {
	font-size: 62.5%;
}
body {
	padding-top: 83px;
	color: #000;
	font-size: 1.4rem;
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Meiryo', 'メイリオ', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	/*font-family: Avenir , "Open Sans" , "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;*/
	line-height: 1.6;
	width: 100%;

	/*safari等フォントレンダリング設定*/
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;

	/*スマホの文字の大きさ一定*/
	-webkit-text-size-adjust: 100%;

	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;

}

@media (min-width: 768px){
	body{
    padding-top: 165px;
	}
	body.head_deformation{
		padding-top: 95px;
	}
	#wrap{
		min-height: -ms-calc(100vh - 205px);
		min-height: -moz-calc(100vh - 205px);
		min-height: -webkit-calc(100vh - 205px);
		min-height: calc(100vh - 205px);
	}
}
@media (min-width: 992px){
	body{
    padding-top: 205px;
	}
	body.head_deformation{
		padding-top: 62px;
	}
	#wrap{
		min-height: -ms-calc(100vh - 243px);
		min-height: -moz-calc(100vh - 243px);
		min-height: -webkit-calc(100vh - 243px);
		min-height: calc(100vh - 243px);
	}
}
@media (min-width: 1200px){

}



@font-face {
  font-family: 'icomoon';
  src:  url('../fonts/icomoon_f6pjek.eot');
  src:  url('../fonts/icomoon_f6pjek.eot#iefix') format('embedded-opentype'),
    url('../fonts/icomoon_f6pjek.ttf') format('truetype'),
    url('../fonts/icomoon_f6pjek.woff') format('woff'),
    url('../fonts/icomoon_f6pjek-icomoon.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-icon_column:before {
  content: "\e908";
}
.icon-icon_tag:before {
  content: "\e908";
}
.icon-icon_time:before {
  content: "\e909";
}
.icon-icon_torisetsu:before {
  content: "\e900";
}
.icon-icon_column2:before {
  content: "\e900";
}
.icon-icon_event:before {
  content: "\e902";
}
.icon-icon_notice:before {
  content: "\e903";
}
.icon-icon_report:before {
  content: "\e904";
}
.icon-icon_search:before {
  content: "\e904";
}
.icon-icon_search2:before {
  content: "\e905";
}
.icon-arrow-right:before {
  content: "\ea34";
}
.icon-arrow-left:before {
  content: "\ea38";
}




/* clearfix */
.cf:before,
.cf:after {
	content: " ";
	display: table;
}

.cf:after {
	clear: both;
}

.cf {
	*zoom: 1;
}

/*breakpoint display*/
.pc,
.pc_inline{

}
.sp,
.sp_inline{
	display: none !important;
}
.tab,
.tab_inline{
	display: none !important;
}
@media screen and (max-width:992px){
	.pc,
	.pc_inline,
	.sp,
	.sp_inline{
		display: none !important;
	}
	.tab{
		display: block !important;
	}
	.tab_inline{
		display: inline !important;
	}
}
@media screen and (max-width:767px){
	.pc,
	.pc_inline{
		display: none !important;
	}
	.sp,
	.tab{
		display: block !important;
	}
	.sp_inline,
	.tab_inline{
		display: inline !important;
	}
}

/*input要素デフォルトcss削除用*/
select {
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	border-radius: 0;
	border: 0;
	margin: 0;
	padding: 0;
	background: none transparent;
	vertical-align: middle;
	font-size: inherit;
	color: inherit;
	box-sizing: content-box;
}
input {
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	border-radius: 0;
	border: 0;
	margin: 0;
	padding: 0;
	background: none transparent;
	vertical-align: middle;
	font-size: inherit;
	color: inherit;
	box-sizing: content-box;
	outline: 0px none black;
}
input[type=text],
textarea{
	font-size : 16px;
	border : 1px solid #888;
	-webkit-border-radius : 0;
	-webkit-appearance : none;
	-webkit-tap-highlight-color : rgba(0,0,0,0);
}
select:-ms-expand {
	display: none;
}
label{
	position: relative;
	display: block;
	-webkit-tap-highlight-color : rgba(0,0,0,0);
}

/*box-sizing default*/
*{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

*:before,
*:after{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
img{
	max-width: 100%;
	height: auto;
}


a{
	color: inherit;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	transition: all 0.2s ease;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	text-decoration: none;
}

a,
a:focus,
button,
button:focus{
	outline: none;
	-webkit-tap-highlight-color : rgba(0,0,0,0);
}

.text_right{
	text-align: right;
}

/*============================================================================

		header

============================================================================*/
.header{
	position: fixed;
	background: url(../img/common/header_bg.png) repeat 0 0;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
}
.header_top{
	position: relative;
	text-align: center;
	padding: 20px 0;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.header_top_left{
	position: absolute;
	left: 4%;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.header_top_right{
	position: absolute;
	right: 4%;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
@media (min-width: 768px){
	.header_top{
		padding: 20px 0;
	}
	.header_top_left{
		position: absolute;
		left: 15px;
		top: 15px;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}
	.header_top_right{
		position: absolute;
		right: 15px;
		top: 15px;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}
}
@media (min-width: 992px){
	.header_top{
		padding: 30px 0;
	}
	.header_top_right{
		top: 30px;
	}
}
@media (min-width: 1200px){
	.header_top_right{
		top: 30px;
		right: 30px;
	}
	.header_top_left{
		top: 18px;
		left: 25px;
	}
}

.header_logo{
	display: inline-block;
	width: 120px;
}
@media (min-width: 768px){
	.header_logo{
		width: 180px;
	}
}
@media (min-width: 992px){
	.header_logo{
		width: auto;
	}
}
@media (min-width: 1200px){
	.header_logo a img{
		-webkit-transition: all 0.2s ease;
		-moz-transition: all 0.2s ease;
		transition: all 0.2s ease;
	}
	.header_logo a:hover img{
		-webkit-transform: scale(1.05);
		-moz-transform: scale(1.05);
		transform: scale(1.05);
	}
}

.header_help{
	display: none;
	font-size: 0;
}
.header_help li{
	display: inline-block;
	margin-right: 25px;
}
.sp_help{
	margin-top: 40px;
}
.sp_help li{
	float: left;
	width: 48%;
	margin-right: 4%;
}
.sp_help li a{
	display: block;
	padding: 10px;
	text-align: center;
	background-color: #fff;
	border: 1px solid #ff2376;
	border-bottom: 3px solid #ff2376;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.sp_help li:nth-of-type(2n){
	margin-right: 0;
}
.sp_help li img{
	height: 100px;
}
@media (min-width: 768px){
	.header_help{
		display: block;
	}
	.header_help li{
		width: 60px;
	}
	.sp_help{
		display: none;
	}
}
@media (min-width: 992px){
	.header_help li{
		width: auto;
	}
}
@media (min-width: 1200px){
	.header_help li a img{
		-webkit-transition: all 0.2s ease;
		-moz-transition: all 0.2s ease;
		transition: all 0.2s ease;
	}
	.header_help li a:hover img{
		-webkit-transform: scale(1.05);
		-moz-transform: scale(1.05);
		transform: scale(1.05);
	}
}
.header_toggle_btn{
	width: 32px;
	height: 26px;
	display: block;
	position: relative;
}
.header_toggle_btn span{
	position: absolute;
	left: 0;
	width: 100%;
	height: 4px;
	background-color: #000;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	transition: all 0.4s;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.header_toggle_btn span:nth-of-type(1) {
	top: 50%;
	margin-top: -2px;
}
.header_toggle_btn span:nth-of-type(2) {
	top: 0;
}
.header_toggle_btn span:nth-of-type(3) {
	bottom: 0;
}
@media (min-width: 768px){
	.header_toggle_btn{
		display: none;
	}
}

.header_login_btn,
.header_logout_btn{
	display: block;
	width: 76px;
	height: 30px;
	margin: 4px 0;
	line-height: 30px;
	text-align: center;
	text-decoration: none;
	color: #ff2376;
	font-size: 1.3rem;
	vertical-align: middle;
	border: 1px solid #ff2376;
	background-color: #fff;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.header_login_btn:hover,
.header_logout_btn:hover{
	background-color: #ff2376;
	color: #fff;
}
.header_login_link{
	display: block;
	color: #ff2376;
	width: 80px;
	white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.header_login_link:hover{
	text-decoration: underline;
}
.header_login_link > img{
	display: none;
	position: relative;
	margin-right: 5px;
}

@media (min-width: 768px){
	.header_login_btn{
		display: inline-block;
		width: 75px;
		height: 25px;
		margin: 0;
		margin-right: 5px;
		line-height: 25px;
		font-size: 1.3rem;
	}
}
@media (min-width: 992px){
	.header_login_btn{
		width: 90px;
		height: 35px;
		margin-right: 5px;
		line-height: 35px;
		font-size: 1.4rem;
	}
}
@media (min-width: 1200px){

}

.header_search{
	display: none;
	position: relative;
}
.sp_search{
	display: block;
	position: relative;
}
.header_search_text,
.sp_search_text{
	width: 100%;
	margin: 0;
	padding: 0;
	padding-left: 40px;
	border: 1px solid #000;
	-webkit-border-radius: 60px;
	-moz-border-radius: 60px;
	border-radius: 60px;
	background-color: #fff;
	height: 25px;
	line-height: 25px;
	font-size: 1.3rem;
	-moz-box-sizing: border-box !important;
	-webkit-box-sizing: border-box !important;
	box-sizing: border-box !important;
}
.header_search_text {
	padding-right: 0.5em;
}
.sp_search_text{
	height: 40px;
	line-height: 40px;
	border: 0;
	padding-right: 1.5em;
}
.header_search_btn,
.sp_search_btn{
	position: absolute;
	top: 50%;
	left: 15px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
@media (min-width: 768px){
	.header_search{
		display: inline-block;
	}
	.header_search_text{
		width: 125px;
		font-size: 1.4rem;
	}
}
@media (min-width: 992px){
	.header_search_text{
		width: 140px;
		height: 35px;
		line-height: 35px;
	}
}
@media (min-width: 1100px){
	.header_search_text{
		width: 200px;
	}
}
@media (min-width: 1200px){
	.header_search_text{
		width: 200px;
	}
}

.header_sns_list,
.sp_sns_list{
	display: none;
	font-size: 0;
	text-align: right;
	margin-top: 10px;
}
.sp_sns_list{
	display: block;
	text-align: right;
	margin-bottom: 30px;
}
.header_sns_list li,
.sp_sns_list li{
	display: inline-block;
	margin-left: 10px;
	width: 30px;
}
.sp_sns_list li{
	width: 36px;
}
@media (min-width: 768px){
	.header_sns_list{
		display: block;
	}
}
@media (min-width: 992px){
	.header_sns_list{
		margin-top: 15px;
	}
	.header_sns_list a img{
		-webkit-transition: all 0.2s ease;
		-moz-transition: all 0.2s ease;
		transition: all 0.2s ease;
	}
	.header_sns_list a:hover img{
		-webkit-transform: scale(1.2);
		-moz-transform: scale(1.2);
		transform: scale(1.2);
	}
}
@media (min-width: 1200px){

}
.header_bottom{
	position: relative;
	display: none;
	text-align: center;
	padding: 0;
}
.header_bottom_logo{
	position: absolute;
	left: 15px;
	top: 10px;
	display: block;
	width: 0;
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	transform: scale(0);
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
@media (min-width: 768px){
	.header_bottom{
		display: block;
	}
}
@media (min-width: 992px){
	
}
@media (min-width: 1200px){

}
.header_gl_nav_block{
	display: inline-block;
	width: 92%;
	margin: 0 auto;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
@media (min-width: 992px){
	.header_gl_nav_block{
		width: 960px;
}
	
}
@media (min-width: 1200px){

}
.header_gl_nav{
  padding: 10px 0 15px;
}
.header_gl_nav > li{
  width: 15%;
	position: relative;
	float: left;
	font-size: 0;
	text-align: center;
  outline: none !important;
}
.header_gl_nav > li:nth-of-type(2){
	width: 21%;
}
.header_gl_nav > li:nth-of-type(4){
	width: 18%;
}
.header_gl_nav > li:nth-of-type(7){
  outline: 5px solid #FF5297;
}



.header_gl_nav > li:first-child:after{
	content: "";
	position: absolute;
	left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
	height: 23px;
	width: 1px;
	border-left: 1px dotted #000;
}
.header_gl_nav > li:nth-child(5):before,
.header_gl_nav > li:nth-child(6):before {
  display: none;
}
.header_gl_nav > li:before{
	content: "";
	position: absolute;
	right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
	height: 23px;
	width: 1px;
	border-left: 1px dotted #000;
}
.header_gl_nav > li > a{
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 5px;
  padding-bottom: 5px;
	text-decoration: none;
	color: #000;
    padding-left: 10px;
    padding-right: 10px;
}
.header_gl_nav_icon_top{
	display: block;
	text-align: center;
  margin-right: 10px;
  font-size: 20px;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.header_gl_nav_icon_top > span{
	display: inline-block;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.header_gl_nav li a:hover .header_gl_nav_icon_top > span{
	color: #ff2376;
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	transform: scale(1.2);
}
.header_gl_nav_icon_in{
	display: inline-block;
	overflow: hidden;
	width: 0;
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	transform: scale(0);
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.header_gl_nav_icon_in img{
	-webkit-transition: all 0.1s linear;
	-moz-transition: all 0.1s linear;
	transition: all 0.1s linear;
}

.sp_gl_nav_block{
	margin-top: 30px;
}
.sp_gl_nav_category{
	display: block;
	padding-bottom: 15px;
	text-align: left;
	border-bottom: 1px dotted #fff;
}
.sp_gl_nav_category img{
	height: 25px;
}
.sp_gl_nav > li{
	text-align: left;
	border-bottom: 1px dotted #fff;
}
.sp_gl_nav > li > a{
	position: relative;
	display: block;
	padding: 10px 15px 10px 0;
	color: #fff;
	text-decoration: none;
}
.sp_gl_nav_icon_in{
	display: inline-block;
	width: 50px;
	text-align: center;
	font-size: 2.6rem;
}
.sp_gl_nav_title{
	display: inline-block;
	font-size: 1.8rem;
}
.etc_nav{
	/* 20190708spメニュー変更時にコメントアウト *
	/* margin-top: 20px;
	border-top: 1px dotted #fff; */
}
.etc_nav li{
	text-align: left;
	border-bottom: 1px dotted #fff;
}
.etc_nav li a{
	display: block;
	padding: 15px 15px 15px 0;
	color: #fff;
	text-decoration: none;
	font-size: 1.8rem;
	font-weight: bold;
}

/*--- pc_sp gl_nav共通 ---*/
.pulldown_toggle .selected{
	position: relative;
	border: 2px solid #000;
	border-top: 0;
	border-bottom: 0;
	background: rgba(255,255,255,.9);
}
.pulldown_toggle a i{
	display: block;
	position: absolute;
	right: 10px;
	top: 50%;
	width: 20px;
	height: 20px;
	margin-top: -10px;
	border: 1px solid #fff;
}
.pulldown_toggle a i:before,
.pulldown_toggle a i:after{
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 10px;
	height: 2px;
	margin-left: -5px;
	margin-top: -2px;
	background-color: #fff;
}
.pulldown_toggle a i:after{
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}
.pulldown_toggle a i.select:after{
	opacity: 0;
}
.pulldown_nav_block{
	display: none;
	width: 100%;
	z-index: 5;
	font-size: 1.4rem;
	background: rgba(0,0,0,.1);
}
.pulldown_nav li{
	border-top: 1px dotted #fff;
}
.pulldown_nav li a{
	display: block;
	text-decoration: none;
	color: #fff;
	font-size: 1.4rem;
	font-weight: bold;
	padding: 15px;
	text-align: left;
}
@media (max-width: 767px){
	.pulldown_toggle:before{
		position: absolute;
		width: 30px;
		height: 30px;
	}
}
@media (min-width: 768px){
	.pulldown_toggle .selected{
		position: relative;
		border: 2px solid #000;
		border-bottom: 0;
	}
	.pulldown_nav_block{
		display: none;
		position: absolute;
		width: 320%;
    top: 40px;
		left: 0;
		z-index: 5;
		padding: 20px 10px;
		font-size: 1.4rem;
		background-color: rgba(255,255,255,.9);
		border: 2px solid #000;
		border-top: 0;
	}
	.header_gl_nav li:last-of-type .pulldown_nav_block{
		left: -200%;
	}
	.pulldown_nav_block:before{
		content: "";
		position: absolute;
		top: 0;
		right: 0;
		border-top: 2px solid #000;
		height: 2px;
		width: 69.1%;
	}

/* クラブの時だけhover時の色変更 */
.club_cat {
  margin: 0;
}
.club_cat > a {
  padding: 9px 0 !important;
  border: 2px solid #FF2377;
}
.club_cat .selected{
    position: relative;
    border: 2px solid #FF2377;
    border-bottom: 0;
	background: rgba(255,255,255,.9);
}
.club_cat .pulldown_nav_block{
    display: none;
    position: absolute;
    width: 600%;
    top: 40px;
    left: 0;
    z-index: 15;
    padding: 20px 10px;
    font-size: 1.4rem;
    background-color: rgba(255,255,255,.9);
    border: 2px solid #FF2377;
    border-top: 0;
}
.header_gl_nav li:last-of-type .pulldown_nav_block{
    right: 0;
    left: auto;
}
.club_cat .pulldown_nav_block:before{
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    border-top: 2px solid #FF2377;
    height: 2px;
    width: 83.6%;
}


.header_gl_nav li:last-of-type .pulldown_nav_block:before{
    right: auto;
    left: 0;
}
.pulldown_nav li{
    float: left;
    width: 50%;
    padding: 0 10px;
}
.pulldown_nav li a{
    display: block;
    text-decoration: none;
    color: #000;
    font-size: 1.4rem;
    font-weight: bold;
    padding: 10px 0;
    border-bottom: 1px dotted #000;
    text-align: left;
}
.pulldown_nav li a:hover{
    color: #ff2376;
}
}
@media (min-width: 992px){
	
}
@media (min-width: 1200px){

}

.remodal-wrapper{
	padding: 0;
}
.remodal-overlay{
	background-color: rgba(244,34,120,9);
}
.remodal{
	background: none;
	padding: 5% 4%;
}
#close{
	position: absolute;
	left: 4%;
	top: 28px;
	width: 45px;
	height: 35px;
}
#close span{
	position: absolute;
	left: 0;
	width: 100%;
	height: 4px;
	background-color: #fff;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	transition: all 0.4s;
}
#close span:nth-of-type(1) {
	top: 0;
	-webkit-transform: translateY(15px) rotate(-315deg);
	transform: translateY(15px) rotate(-315deg);
}
#close span:nth-of-type(2) {
	top: 10px;
	opacity: 0
}
#close span:nth-of-type(3) {
	bottom: 0;
	-webkit-transform: translateY(-15px) rotate(315deg);
	transform: translateY(-15px) rotate(315deg);
}

@media (min-width: 768px){
	
}
@media (min-width: 992px){
	
}
@media (min-width: 1200px){

}

.header_bottom_sns{
	position: absolute;
	right: 15px;
	top: 10px;
	display: block;
	width: 0;
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	transform: scale(0);
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.header_bottom_sns .header_sns_list{
	margin-top: 0;
}
@media (min-width: 768px){
	
}
@media (min-width: 992px){
	
}
@media (min-width: 1200px){

}

/*header変形*/
.head_deformation .header_top{
	margin-top: 0;
}

@media (min-width: 768px){
	.head_deformation .header_top{
		margin-top: -148px;
	}
	.head_deformation .header_bottom{
		text-align: right;
		padding: 0 15px 0 0;
	}
	.head_deformation .header_gl_nav_block{
		width: 80%;
		vertical-align: bottom;
	}
	.head_deformation .header_bottom_logo{
		width: auto;
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		transform: scale(1);
	}
	.head_deformation .header_bottom_logo{
		width: 14%;
		top: 51px;
	}
	.head_deformation .header_gl_nav > li a{
		padding-left: 10px;
		padding-right: 10px;
	}
}
@media (min-width: 992px){
	.head_deformation .header_top{
		margin-top: -142px;
	}
	.head_deformation .header_bottom{
		text-align: center;
		padding: 0 0 0 0;
	}
	.head_deformation .header_gl_nav_block{
		width: 700px;
		vertical-align: bottom;
	}
	.head_deformation .header_gl_nav_block .header_gl_nav_icon_top,
	.head_deformation .header_gl_nav_block .header_gl_nav_icon_top > span{
		width: 0;
		height: 0;
		-webkit-transform: scale(0);
		-moz-transform: scale(0);
		transform: scale(0);
	}
	.head_deformation .header_gl_nav_icon_in{
		position: relative;
		top: 1px;
		width: auto;
		margin-right: 8px;
		font-size: 1.7rem;
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		transform: scale(1);
		vertical-align: middle;
	}
	.head_deformation .header_gl_nav_title{
		height: 15px;
		vertical-align: middle;
	}
	.head_deformation .header_bottom_logo,
	.head_deformation .header_bottom_sns{
		width: auto;
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		transform: scale(1);
	}
	.head_deformation .header_bottom_logo{
		width: 120px;
		top: 15px;
	}
	.head_deformation .pulldown_nav_block{
    top: 35px;
	}
	.head_deformation .header_gl_nav > li a{
		padding-left: 0;
		padding-right: 0;
	}
  .club_cat .header_gl_nav_icon_top,
  .club_cat .header_gl_nav_icon_in{
    display: none; 
  }
}
@media (min-width: 1150px){
	.head_deformation .header_gl_nav_block{
		width: 750px;
	}
	.head_deformation .header_bottom_logo{
		width: 140px;
	}

}
@media (min-width: 1270px){
	.head_deformation .header_gl_nav_block{
		width: 880px;
	}

}



/*============================================================================

		main_contents

============================================================================*/
#wrap{
	overflow: hidden;
	position: relative;
}
.page_post_archive{
	margin-top: 30px;
}
.page_post_archive_title{
	padding-top: 30px;
	margin-bottom: -20px;
	font-size: 2.4rem;
	font-weight: bold;
}
.page_post_item{
	margin-bottom: 30px;
}
.page_post_item a{
	text-decoration: none;
	color: #000;
}
.page_post_item figure{
	position: relative;
	padding-top: 54%;
	overflow: hidden;
	margin-bottom: 10px;
}
.page_post_item figure:before {
    content: "";
    background-image: -webkit-linear-gradient(
      130deg,
      rgba(255,255,255,0) 20%, 
      rgba(255,255,255,0.5) 50%, 
      rgba(255,255,255,0) 80%
    );
    background-image: linear-gradient(
      130deg,
      rgba(255,255,255,0) 20%,
      rgba(255,255,255,0.5) 50%,
      rgba(255,255,255,0) 80%
    );
    width: 200%;
    height: 200%;
    position: absolute;
    top: -100%; 
    left: -200%;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    z-index: 5;
}
.page_post_item figure:hover:before {
  top: 0%; /*ボタンの右下方向へ移動させます*/
  left: 100%;
}
.page_post_item figure img{
	position: absolute;
	width: 100%;
	height: auto;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
@media (min-width: 768px){
	.page_post_archive{
		margin-top: 50px;
	}
	.page_post_archive_title{
		padding-top: 50px;
	}
	.page_post_item{
		margin-bottom: 44px;
	}
}
@media (min-width: 992px){
	
}
@media (min-width: 1200px){

}

.page_post_category{
	display: block;
	font-size: 1.3rem;
	color: #ff2376;
}
.page_post_category a{
	color: #ff2376;
}
.page_post_category a:hover{
	text-decoration: underline;
}
.page_post_title{
	display: block;
	margin-top: 3px;
	font-size: 1.4rem;
	font-weight: bold;
}
.page_post_title a{
	display: inline-block;
}
.page_post_title a:hover{
	color: #ff2376;
}
.page_post_icon_pr{
	position: relative;
	display: inline-block;
	top: -2px;
	line-height: 1;
	font-size: 72%;
	padding: 0.4em 0.8em 0.5em;
	color: #fff;
	background: #ff2376;
}
.page_post_bottom,
.page_post_top{
	margin-top: 10px;
	overflow: hidden;
	color: #666;
	font-size: 1.3rem;
}
.page_post_date{
	position: relative;
	float: left;
	width: 110px;
	display: block;
}
.page_post_date:before{
	font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

	content: "\e909";
  font-size: 12px;
  color: #666;
  margin-right: 5px;
}
.page_post_tag{
	float: left;
	display: block;
	width: calc(100% - 110px);
}
.page_post_tag i{
	position: relative;
	font-style: normal;
	padding-right: 5px;
}
.page_post_tag i:before{
	font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

	content: "\e909";
  font-size: 12px;
  color: #666;
  margin-right: 2px;
}

.page_post_tag a{
	color: #000;
}
.page_post_tag a:hover{
	text-decoration: underline;
}
/*詳細ページfooter部分*/
@media (max-width: 767px){
	.page_post_detail_bottom_area{
		margin-bottom: 40px;
	}
	.page_post_detail_bottom_area .page_post_item{
		position: relative;
		overflow: hidden;
		margin-bottom: 20px;
	}
	.page_post_detail_bottom_area .page_post_item figure{
		position: absolute;
		top: 0;
		left: 0;
		width: 100px;
		padding-top: 100px;
	}
	.page_post_detail_bottom_area .page_post_item figure img{
		width: auto;
		max-width: none;
		height: 100px;
	}
	.page_post_detail_bottom_area .page_post_category,
	.page_post_detail_bottom_area .page_post_title,
	.page_post_detail_bottom_area .page_post_bottom{
		padding-left: 110px;
	}
	.page_post_detail_bottom_area .page_post_category{
		font-size: 1.2rem;
	}
	.page_post_detail_bottom_area .page_post_title{
		margin-top: 5px;
	}
	.page_post_detail_bottom_area .page_post_bottom{
		font-size: 1.1rem;
		margin-top: 5px;
	}
	.page_post_detail_bottom_area .page_post_date{
		width: 75px;
	}
}

.advertisement_area_item{
	margin-bottom: 10px;
}

.post_next_page{
	margin-top: 20px;
	text-align: center;
}

@media (min-width: 768px){
	.post_next_page{
		margin-top: 30px;
	}
}
@media (min-width: 992px){
	
}
@media (min-width: 1200px){

}

.page_btn01{
	position: relative;
	display: inline-block;
	background: none;
	text-align: center;
	min-width: 200px;
	padding: 10px 30px;
	border: 1px solid #ff2376;
	text-decoration: none !important;
	color: #ff2376;
	-webkit-border-radius: 120px;
	-moz-border-radius: 120px;
	border-radius: 120px;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.page_btn01:before,
.page_btn01:after{
	content:"";
	display: block;
	position: absolute;
	width: 6px;
	height: 6px;
	top: 50%;
	right: 15px;
	margin-top: -4px;
	border-top: 1px solid #ff2376;
	border-right: 1px solid #ff2376;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	transition: all 0.2s ease;

}
.page_btn01:after{
	right: 19px;
}
.page_btn01:hover{
	background-color: #ff2376;
	color: #fff;
}
.page_btn01:hover:before,
.page_btn01:hover:after{
	border-color: #fff;
}
.page_btn02{
	border: 1px solid #ff2376;
	padding: 10px 20px;
	color: #ff2376;
}
.page_btn02:hover{
	background-color: #ff2376;
	color: #fff;
}

.page_side_title{
	padding-bottom: 10px;
	margin-bottom: 20px;
	border-bottom: 1px dotted #000;
	position: relative;
}
.page_side_title > img{
	height: 25px;
}
.page_side_title > iframe{
	position: absolute!important;
	right: 0;
	top: 3px;
}
.page_side_title .insta_btn{
	display: block;
	width: 137px;
	height: 24px;
	position: absolute!important;
	right: 0;
	top: 1px;
}
@media (min-width: 768px){
#instafeed{
    padding: 12px;
    border: 1px solid #d9d9d9;
    height: 350px;
    overflow-y: scroll;
}
}
@media (max-width: 769px){
#instafeed{
    padding: 12px;
    border: 1px solid #d9d9d9;
    height: 325px;
    overflow-y: scroll;
}
}
#instafeed img{
	width: 100%;
}

.participant_area{
	position: relative;
	margin-top: 40px;
	margin-bottom: 40px;
	padding-top: 50px;
}
.participant_obj{
	position: absolute;
	right: 10px;
	top: 30px;
	max-width: 100px;
}
.participant_list li{
	display: block;
	overflow: hidden;
	margin-bottom: 10px;
}
.participant_list a{
	text-decoration: none;
	color: #000;
}
.participant_list figure{
	display: block;
	float: left;
	width: 100px;
	margin-right: 10px;
}
.participant_list .participant_text{
	float: left;
	width: calc(100% - 110px);
}

.participant_list .page_post_category{
	font-size: 1.2rem;
}
.participant_list .page_post_category a{
	color: #ff2376;
}
.participant_list .page_post_category a:hover{
	text-decoration: underline;
}
.participant_list .page_post_title{
	margin-top: 3px;
}
.participant_list .page_post_bottom{
	font-size: 1.1rem;
	margin-top: 5px;
}
.participant_list .page_post_date{
	width: 95px;
}
.participant_list .page_post_tag{
	width: calc(100% - 95px);
}
.participant_list .page_post_tag a{
	color: #000;
}
.participant_list .page_post_tag a:hover{
	text-decoration: underline;
}
@media (min-width: 768px){
	.participant_area{
		padding-top: 20px;
		margin-top: 0;
		position: relative;
	}
	.participant_area > img{
		display: block;
		width: 100px;
		position: absolute;
		right: 0;
		top: 0;
		max-width: 100%;
	}
}
@media (min-width: 992px){
	
}
@media (min-width: 1200px){
	.participant_area{
		padding-top: 50px;
	}
	.participant_area.pdt_0{
		padding-top: 0;
	}
	.participant_area > img{
		width: 175px;
		z-index: 10;
		cursor: pointer;
	}
	.participant_area > img:hover {
		-webkit-animation: tada 1s;
    	animation: tada 1s;
	}


}

.sns_area,
.tag_cloud_area{
	margin-bottom: 40px;
}
.tag_cloud_area a{
	position: relative;
	display: inline-block;
	margin-right: 8px;
	margin-bottom: 5px;
	padding-left: 20px
}
.tag_cloud_area a:before{
	position: absolute;
	left: 0;
	top: 5px;
	font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

	content: "\e909";
  font-size: 14px;
  color: #666;
  margin-right: 5px;
}
.tag_cloud_area a:hover{
	text-decoration: underline;
}
.side_bnr_area{

}
.side_bnr_area a{
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.side_bnr_area a:hover{
	opacity: .8;
}
.side_bnr_item{
	display: block;
	margin-bottom: 20px;
}
.side_bnr_item:last-of-type{
	margin-bottom: 0;
}

/*ページネーション*/
.pagination{
	width: 100%;
	text-align: center;
	padding-top: 20px;
}
.pagination .page-numbers{
	display: inline-block;
	text-align: center;
	width: 26px;
	height: 26px;
	border: 1px solid #ff2376;
	padding-top: 3px;
	margin: 0 1px;
	margin-bottom: 8px;
	background-color: #fff;
	color: #ff2376;
	font-weight: bold;
	font-size: 1.2rem;
	text-decoration: none;
}

.pagination .page-numbers:hover,
.pagination .page-numbers:active,
.pagination .page-numbers.current{
	background-color: #ff2376;
	color: #fff;
}
.pagination .page-numbers.more{
	padding-top: 6px;
}
.pagination .page-numbers.prev,
.pagination .page-numbers.next{
	font-family: 'icomoon';
	padding-top: 3px;
}

.pagination .page-numbers.dots{
	border: 0;
	margin: 0;
	width: auto;
}
.pagination .page-numbers.dots:hover{
	background: none;
	color: #ff2376;
}
@media (min-width: 768px){
	.pagination{
		padding-top: 40px;
		padding-bottom: 40px;
	}
	.pagination .page-numbers{
		width: 45px;
		height: 45px;
		padding-top: 12px;
		margin: 0 2px;
		font-size: 1.4rem;
	}
	.pagination .page-numbers.prev,
	.pagination .page-numbers.next{
		padding-top: 11px;
	}
	.pagination .page-numbers.dots{
		padding-left: 3px;
		padding-right: 3px;
	}
}
@media (min-width: 992px){
	
}
@media (min-width: 1200px){

}

/*下層ページ*/
.page_underlayer_title{
	text-align: center;
	font-weight: bold;
	font-size: 2.0rem;
	margin: 30px 0;
}
.page_underlayer_body .page_underlayer_title > img{
	display: inline-block;
	margin-right: 4px;
}
.page_underlayer_body a{
	color: #ff2376;
	text-decoration: underline;
}
.page_underlayer_body a.btn {
  width: 100%;
  max-width: 320px;
  padding: 15px 0;
  border: 2px #ff2376 solid;
  font-size: 16px;
  font-weight: bold;
  line-height: 100%;
  text-align: center;
  text-decoration: none;
  display: block;
  margin: 0 auto;
}
.page_underlayer_body a.btn:hover {
  background-color: #ff2376;
  color: #fff;
}
.page_underlayer_body p{
	margin: 20px 0;
	line-height: 1.8;
	letter-spacing: 0.05em;
}
.page_underlayer_body .list_default{
	list-style-type: disc;
	padding-left: 1.5em;
	margin: 20px 0;
}
.page_underlayer_body .list_default li{
	margin: 8px 0;
}
.page_underlayer_body h3{
	font-size: 1.8rem;
	margin: 20px 0;
}
.paragraph{
	margin-bottom: 50px;
	display: none;
	border-top: 3px dotted #98dede;
}

.paragraph_visible{
	margin-bottom: 50px;
	border-top: 3px dotted #98dede;
}

.paragraph404 {
	margin-bottom: 5px;
}

.paragraph:last-child {
	border-top: none;	
}

.paragraph_l{
	margin-bottom: 80px;
}
.page_underlayer_body .block_text{
	display: block;
	padding: 10px 30px;
	background-color: #f6f6f6;
}
@media (min-width: 768px){
	.page_underlayer_title{
		font-size: 2.4rem;
		margin: 50px 0;
	}
	.page_underlayer_body{
		margin: 50px 0;
	}
}

/*============================================================================

		footer

============================================================================*/
#page_top{
	position: fixed;
	right: 20px;
	bottom: 20px;
	z-index: 10;
	width: 60px;
	height: 99px;
}
.footer{
	position: relative;
	border-top: 4px solid #ff2376;
	margin-top: 80px;
}
.footer:before{
	content: "";
	position: absolute;
	top: -60px;
	left: 4%;
	width: 160px;
	height: 59px;
	background: url(../img/common/footer_obj_sp.png) no-repeat 0 0;
	-webkit-background-size: 160px;
	background-size: 160px;
}
.footer a{
	color: #000;
	text-decoration: none;
}
.footer_bottom_area{

}
.footer_nav{
	font-size: 0;
	padding: 0 4%;
}
.footer_nav li{
	display: block;
	font-size: 1.5rem;
	text-align: center;
	border-bottom: 1px dotted #000;
}
.footer_nav li:last-child{
	border-bottom: 0;
}
.footer_nav li a{
	display: block;
	padding: 15px;
}
.footer_copy{
	display: block;
	padding: 10px;
	text-align: center;
	background-color: #ff2376;
	color: #fff;
}

@media (min-width: 768px){
	#page_top:hover{
		-moz-transform: translate(0px,-5px);
		-webkit-transform: translate(0px,-5px);
		transform: translate(0px,-5px);
	}
	.footer{
		margin-top: 90px;
		color: #fff;
		background-color: #ff2376;
		border: 0;
	}
	.footer a{
		color: #fff;
	}
	.footer:before{
		top: -70px;
		left: 5%;
		width: 204px;
		height: 70px;
		background: url(../img/common/footer_obj.png) no-repeat 0 0;
		-webkit-background-size: auto;
		background-size: auto;
	}
	.footer_bottom_area{
		padding: 15px 0;
	}
	.footer_nav{
		float: left;
		padding: 0;
	}
	.footer_nav li{
		font-size: 1.2rem;
		display: inline-block;
		border-bottom: 0;
		border-right: 1px solid #fff;
	}
	.footer_nav li:first-of-type{
		border-left: 1px solid #fff;
	}
	.footer_nav li a{
		padding: 0 10px;
		-webkit-transition: all 0.2s ease;
		-moz-transition: all 0.2s ease;
		transition: all 0.2s ease;
	}
	.footer_nav li a:hover{
		text-decoration: underline;
	}
	.footer_copy{
		padding: 0;
		text-align: left;
		float: right;
		font-size: 1.2rem;
		background-color: #ff2376;
	}
}
@media (min-width: 992px){
	
}
@media (min-width: 1200px){
	.footer_nav li{
		font-size: 1.3rem;
	}
	.footer_nav li a{
		padding: 0 15px;
	}
	.footer_copy{
		font-size: 1.3rem;
	}
}

.top_slider_area{
    	background: lavenderblush;
	padding: 30px 0 1px 0px;
}
.top_slider{
	position: relative;
	margin-bottom: 30px;
}
.top_slider:before,
.top_slider:after{
	content: "";
	height: 100%;
	width: 12.2vw;
	background: #000;
	opacity: 0.3;
	z-index: 2;
}
.top_slider:before{
	position: absolute;
	top: 0;
	left: 0;
}
.top_slider:after{
	position: absolute;
	top: 0;
	right: 0;
}
.top_slider figure{
	position: relative;
	display: block;
	width: 100%;
	padding-top: 48%;
	overflow: hidden;
}
.top_slider figure img{
	position: absolute;
	top: 50%;
	left: 50%;
	width: 110%;
	height: auto;
	max-width: none;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.top_slider .slick-list{
	overflow: visible;
}
.top_slider .slick-slide{
	margin: 0 2.5vw;
	-moz-box-shadow:
		0 0 5px rgba(000,000,000,0.2);
	-webkit-box-shadow:
		0 0 5px rgba(000,000,000,0.2);
	box-shadow:
		0 0 5px rgba(000,000,000,0.2);

	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.top_slider a{
	display: block;
	text-decoration: none;
	color: #000;
	background-color: #fff;
}
.top_slider li span{
	display: block;
	padding: 10px;
}

.top_slider .slick-prev,
.top_slider .slick-next{
	width: 36px;
	height: 36px;
	z-index: 5;
}
.top_slider .slick-prev:before,
.top_slider .slick-next:before{
	content: none;
}
.top_slider .slick-prev{
	left: 50%;
	margin-left: -44.5%;
	background: url(../img/top/top_slider_prev.png) no-repeat 0 0;
	-webkit-background-size: 36px;
	background-size: 36px;
}
.top_slider .slick-next{
	right: 50%;
	margin-right: -44.5%;
	background: url(../img/top/top_slider_next.png) no-repeat 0 0;
	-webkit-background-size: 36px;
	background-size: 36px;
}
.top_slider .slick-prev:hover,
.top_slider .slick-prev:focus{
	background-image: url(../img/top/top_slider_prev.png);
}
.top_slider .slick-next:hover,
.top_slider .slick-next:focus{
	background-image: url(../img/top/top_slider_next.png);
}
.slick-dots li button:before {
    font-size: 30px;
}

.slick-dots li.slick-active button:before {
    opacity: 0.75;
    color: #FF2377;
}
@media (max-width: 767px){
  .top_slider:before,
  .top_slider:after{
    width: 7.5vw;
  }
}
@media (min-width: 768px){
	.top_slider .slick-prev,
	.top_slider .slick-next{
		width: 50px;
		height: 50px;
	}
	.top_slider .slick-prev,
	.top_slider .slick-next{
		-webkit-background-size: 49px;
		background-size: 49px;
	}
	.top_slider .slick-prev{
		margin-left: -46.5%;
	}
	.top_slider .slick-next{
		margin-right: -46.5%;
	}
	.top_slider_area{
		padding-bottom 10px;
    height: 29vw;
		margin-top: 10px;
	}
	.top_slider figure{
		position: relative;
		display: block;
		width: 100%;
		padding-top: 0%;
		overflow: hidden;
    height: 18vw;
	}
	.top_slider figure img{
		position: absolute;
		top: 50%;
		left: 50%;
    width: 100%;
		max-width: none;
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
	}
	.top_slider .slick-list{
		overflow: visible;
	}
	.top_slider .slick-slide{
		margin: 0 10px;
		-moz-box-shadow:
			0 0 5px rgba(000,000,000,0.2);
		-webkit-box-shadow:
			0 0 5px rgba(000,000,000,0.2);
		box-shadow:
			0 0 5px rgba(000,000,000,0.2);

		-webkit-transition: all 0.2s ease;
		-moz-transition: all 0.2s ease;
		transition: all 0.2s ease;
	}
	.top_slider a{
		display: block;
		text-decoration: none;
		color: #000;
		background-color: #fff;
	}
	.top_slider li span{
		display: block;
		padding: 10px;
	}
	.slick-dots li button:before {
	    	font-size: 60px;
	}

	.slick-dots li.slick-active button:before {
	    	opacity: 0.75;
	    	color: #FF2377;
	}
	.top_slider_area {
		margin-bottom: 60px;
	}
	ul.slick-dots {
		background: lavenderblush;
	}
}


.page_main_img{
	border-top: 1px solid #f2f2f2;
	border-bottom: 1px solid #f2f2f2;
	margin-bottom: 40px;
}
.page_main_img img{
	width: 100%;
}
.page_main_img_sp{
	display: inline-block;
}
.page_main_img_pc{
	display: none;
}
@media (min-width: 768px){
	.page_main_img_sp{
		display: none;
	}
	.page_main_img_pc{
		display: inline-block;
	}
}
@media (min-width: 992px){
	.top_slider:before{
		left: 0;
	}
	.top_slider:after{
		right: 0;
	}
	.top_slider .slick-prev{
		margin-left: -535px;
	}
	.top_slider .slick-next{
		margin-right: -535px;
	}
	.top_slider .slick-slide:hover{
		-moz-transform: translate(-5px,-5px);
		-webkit-transform: translate(-5px,-5px);
		transform: translate(-5px,-5px);
			-moz-box-shadow:
			3px 3px 6px rgba(000,000,000,0.2);
		-webkit-box-shadow:
			3px 3px 6px rgba(000,000,000,0.2);
		box-shadow:
			3px 3px 6px rgba(000,000,000,0.2);
	}
}
@media (min-width: 1200px){

}

.page_post_detail_area{
	margin-top: 40px;
	margin-bottom: 60px;
}
.page_post_detail_area .page_post_title{
	font-size: 2.4rem;
	margin-bottom: 35px;
}
.page_post_detail_meta{
	margin-bottom: 20px;
}
.page_post_detail_thumb{
	text-align: center;
}
.page_post_detail_thumb img{
	margin: 0 auto;
}
.page_post_detail_footer{
	margin-top: 30px;
	text-align: center;
}
.page_post_detail_footer > a{
	margin: 0 10px 10px;
}
.page_post_detail_entry{
	margin-top: 20px;
}
.page_post_detail_entry a{
	display: block;
	color: #000;
	padding: 20px 20px;
	padding-right: 100px;
	line-height: 1.8;
	background: #ffe9f2 url(../img/common/page_post_detail_entry_sp.png) no-repeat 100% 10px;
	-webkit-background-size: 90px;
	background-size: 90px;
	-webkit-transition: all 0.1s linear;
	-moz-transition: all 0.1s linear;
	transition: all 0.1s linear;
}
.page_post_detail_entry a:hover{
	background-color: #fff8fb;
}
.page_post_detail_entry a strong,
.page_post_detail_entry a span{
	display: block;
	-webkit-transition: all 0.1s linear;
	-moz-transition: all 0.1s linear;
	transition: all 0.1s linear;
}
.page_post_detail_entry a strong{
	font-size: 1.8rem;
}
.page_post_detail_entry a span{
	font-size: 1.4rem;
}
.page_post_detail_entry a:hover strong,
.page_post_detail_entry a:hover span{
	color: #ff2376;
}
.page_post_detail_bnr{
	margin-top: 20px;
}
.page_post_detail_bnr a{
	display: block;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

@media (min-width: 768px){
	.page_post_detail_footer > a{
		margin-bottom: 0;
	}
	.page_post_detail_entry{
		margin-top: 40px;
	}
	.page_post_detail_entry a{
		display: block;
		color: #000;
		padding: 20px 30px;
		line-height: 1.8;
		background: #ffe9f2 url(../img/common/page_post_detail_entry.png) no-repeat right top;
		-webkit-background-size: auto;
		background-size: auto;
	}
	.page_post_detail_bnr{
		margin-top: 40px;
	}
	.page_post_detail_bnr a:hover{
		opacity: .8;
	}

}
@media (min-width: 992px){

}
@media (min-width: 1200px){

}

.page_post_detail_sns_block{
	background-color: #f6f6f6;
	padding: 20px;
	margin-top: 30px;
}
.page_post_detail_sns_title{
	position: relative;
	top: -2px;
	display: block;
	margin-bottom: 10px;
	vertical-align: middle;
}
.page_post_detail_sns_title img{
	height: 30px;
}
.page_post_detail_sns_fb,
.page_post_detail_sns_tw,
.page_post_detail_sns_google{
	display: inline-block;
	vertical-align: middle;
}
.page_post_detail_sns_tw{
	position: relative;
	top: 4px;
}
.page_post_detail_sns_google{
	position: relative;
	top: 6px;
}
@media (min-width: 768px){
	.page_post_detail_area{
		margin-bottom: 100px;
	}
	.page_post_detail_sns_block{
		padding: 30px;
		margin-top: 40px;
	}
	.page_post_detail_sns_title{
		display: inline-block;
		margin-right: 30px;
		margin-bottom: 0;
	}
}
@media (min-width: 992px){

}
@media (min-width: 1200px){

}

/*広告*/
.advertisement_area{
	margin-bottom: 35px;
}
@media (min-width: 768px){
	.advertisement_area{
		margin-bottom: 44px;
	}
}
@media (min-width: 992px){

}
@media (min-width: 1200px){
}






/* wordpress edit config*/
.page_post_detail_body p{
	margin: 20px 0;
	line-height: 1.8;
}
.page_post_detail_body ul,
.page_post_detail_body ol{
	padding: 20px 0px 20px 20px;
}
.page_post_detail_body ul{
	list-style: disc;
}
.page_post_detail_body ol{
	list-style: decimal;
}
.page_post_detail_body strong {
	font-weight: bold;
}
.page_post_detail_body em {
	font-style: italic;
}
.page_post_detail_body blockquote {
    display: block;
    -webkit-margin-before: 0 1em;
    -webkit-margin-after: 0 1em;
    -webkit-margin-start: 40px;
    -webkit-margin-end: 40px;
}
.page_post_detail_body .aligncenter {
    display: block;
    margin: 0 auto;
}
.page_post_detail_body .alignright {
	float: right;
}
.page_post_detail_body .alignleft {
	float: left;
}
.page_post_detail_body img[class*="wp-image-"],
.page_post_detail_body img[class*="attachment-"]{
    max-width: 100%;
    height: auto;
}
.page_post_detail_body hr{
	padding: 20px 0;
}
.page_post_detail_body a{
	color: #ff2376;
	text-decoration: underline;
}
.page_post_detail_body a:hover{
	text-decoration: none;
}
.page_post_detail_body table{
	margin: 20px 0;
	max-width: 100%;
	width: auto!important;
	border-left: 1px solid #000;
	border-top: 1px solid #000;
}
.page_post_detail_body th,
.page_post_detail_body td{
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	padding: 3px 5px;
}
.page_post_detail_body .youtube {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
}
.page_post_detail_body .youtube iframe{
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
}



/*モーダル iframe設定*/
.mfp-iframe-scaler{
	padding-top: 100%;
}
.mfp-iframe-scaler iframe{
	background-color: #fff;
	padding: 15px;
}
.mfp-iframe-holder .mfp-close{
	top: -58px;
}
.mfp-close{
    width: 58px;
    height: 58px;
    line-height: 58px;
    font-size: 58px;
}
.mfp-bg{
	background-color: #ff2376;
}
@media (min-width: 768px){
	.mfp-iframe-scaler{
		padding-top: 66.25%;
	}
	.mfp-iframe-scaler iframe{
		background-color: #fff;
		padding: 30px;
	}
}


/*女子部って?*/
.page_underlayer_body .about_section_title{
	text-align: center;
	margin: 30px 0;
	font-size: 1.8rem;
}
.page_underlayer_body .about_section_title img{
	display: inline-block;
	margin-right: 5px;
}
.about_media_btn{
	margin-top: -20px;
	text-align: center;
}
.about_declaration_img{
	margin-bottom: 30px;
}
.about_declaration_list{
	border: 2px solid #000;
	padding: 20px 15px;
}
.about_declaration_list dt{
	position: relative;
	padding-left: 15px;
	font-size: 1.6rem;
	font-weight: bold;
	margin-bottom: 6px;
}
.about_declaration_list dt:after{
	content: "";
	position: absolute;
	top: 8px;
	left: 0;
	width: 8px;
	height: 8px;
	background: #000;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px; 
}
.about_declaration_list dd{
	padding-left: 15px;
	font-size: 1.3rem;
	margin-bottom: 20px;
}
.about_declaration_list dd:last-of-type{
	margin-bottom: 0;
}
.about_activity_notes{
	font-size: 1.2rem;
	color: #5e5e5e;
	text-align: right;
}
.about_form_btn{
	margin-top: 30px;
	text-align: center;
}
.about_contact_list ul{
	margin: 0 -22px;
	border-top: dotted 1px #000;
}
.about_contact_list ul > li{
	border-bottom: dotted 1px #000;
}
.about_contact_list li a{
	position: relative;
	display: block;
	padding: 15px;
	color: #000;
	text-decoration: none;
}
.about_contact_list li a:hover{
	color: #ff2376;
}
.about_contact_list li a:after{
	content:"";
	display: block;
	position: absolute;
	width: 6px;
	height: 6px;
	top: 50%;
	right: 15px;
	margin-top: -4px;
	border-top: 1px solid #ff2376;
	border-right: 1px solid #ff2376;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
@media (min-width: 768px){
	.page_underlayer_body .about_section_title{
		font-size: 2.4rem;
	}
	.about_media_btn{
		margin-top: -40px;
	}
	.about_declaration_img{
		text-align: center;
	}
	.about_declaration_list{
		padding: 40px;
	}
	.about_declaration_list dl{
		max-width: 580px;
		margin: 0 auto;
	}
	.about_declaration_list dt{
		font-size: 1.7rem;
		margin-bottom: 10px;
	}
	.about_declaration_list dd{
		font-size: 1.5rem;
		margin-bottom: 25px;
	}
	.about_activity_img{
		text-align: center;
		margin-top: 40px;
	}
	.about_activity_notes{
		max-width: 530px;
		margin: 0 auto;
	}
	.about_contact_list ul{
		margin: 0;
	}
}


.staff_article{
	padding: 20px 0;
	border-top: 1px dotted #8e8e8e;
}
.staff_article:last-of-type{
	border-bottom: 1px dotted #8e8e8e;
}
.staff_name{
	margin: 0 0 10px;
}
.staff_name:after{
	display: block;
	content: "";
	clear: both;
}
.staff_name h4{
	font-weight: bold;
	font-size: 1.6rem;
	float: left;
	padding-top: 5px;
}
.staff_name ul{
	float: right;
}
.staff_name li{
	display: inline-block;
	width: 30px;
	height: 30px;
	margin-left: 10px;
}
.staff_wrap{
	display: table;
}
.staff_img{
	display: table-cell;
	width: 20%;
	vertical-align: top;
}
.staff_prof{
	display: table-cell;
	width: 80%;
	padding: 0 0 0 15px;
	vertical-align: top;
}
@media (min-width: 768px){
	.staff_wrap{
		display: table;
		width: calc(100% + 20px);
		margin: 0 -20px 0 0;
		table-layout: fixed;
	}
	.staff_img{
		display: table-cell;
		width: 15%;
		vertical-align: top;
	}
	.staff_prof{
		display: table-cell;
		width: 85%;
		vertical-align: top;
		padding: 0 20px;
	}
	.staff_name{
		margin: 0px 0 20px;
	}
	.staff_name li a img{
		-webkit-transition: all 0.2s ease;
		-moz-transition: all 0.2s ease;
		transition: all 0.2s ease;
	}
	.staff_name li a:hover img{
		-webkit-transform: scale(1.2);
		-moz-transform: scale(1.2);
		transform: scale(1.2);
	}
}


/*検索ページ*/
.search_block li:after{
	display: block;
	content: "";
	clear: both;
}
.search_img{
	display: block;
	border: 1px solid #ff2376;
	float: left;
	margin-right: 15px;
	width: 100px;
}
.search_text{
	display: block;
	float: left;
	width: calc(100% - 115px);
}
.search_block a{
	display: block;
	margin-bottom: 5px;
	font-size: 1.6rem;
	color: #ff2376;
	text-decoration: underline;
}
.search_block p{
	margin: 0;
}
.search_block li{
	list-style: none;
	border-bottom: 1px dotted #ddd;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
.search_block li:last-child{
	border-bottom: 0;
	padding-bottom: 0;
	margin-bottom: 0;
}
@media (min-width: 992px){
	.search_block a:hover{
		text-decoration: none;
	}
}





/*フォームレイアウト*/
.page_input_width_l{
	width: 100%;
}
.page_input_width_m{
	width: 70%;
}
.page_input_width_s{
	width: 50%;
}
.page_standard_form textarea,
.page_standard_form input{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.page_standard_form textarea{
	width: 100%;
	height: 200px;
	padding: 5px;
	border: 1px solid #ddd;
}
.page_foot_submit_block{
	text-align: center;
	margin-top: 40px;
	margin-bottom: 40px;
}
.page_standard_form input:not(.page_btn01):not(.profile_icon){
	border: 1px solid #ddd;
	padding: 5px;
}
.page_standard_form .notes{
	padding: 20px;
	background: #f8f8f8;
	margin-bottom: 40px;
}
.page_standard_form .required{
    position: relative;
    top: -1px;
    display: inline-block;
    font-style: normal;
    font-size: 1.1rem;
    color: #fff;
    background: #ff2376;
    line-height: 1;
    padding: 3px 5px;
    margin-left: 10px;
}
.page_standard_form .coution{
	display: block;
	color: #ff2376;
	margin-top: 5px;
}
.page_select_box{
	position: relative;
	display: block;
	width: 60%;
}
.page_select_box:after {
	content:"";
	display: block;
	position: absolute;
	width: 7px;
	height: 7px;
	top: 50%;
	right: 13px;
	margin-top: -5px;
	border-top: 2px solid #000;
	border-right: 2px solid #000;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
}
.page_select_box:before{
	content: "";
	display: block;
	position: absolute;
	width: 1px;
	height: 100%;
	top: 0;
	right: 32px;
	background: #ddd;
}
.page_select_box select{
	width: 100%;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	padding: 5px 10px;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	border: 1px solid #ddd;
}
@media (min-width: 768px){
	.page_select_box{
		width: 40%;
	}
}

.page_standard_form label {
    display: block;
    font-weight: bold;
    font-size: 1.5rem;
    margin-bottom: 10px;
}
.page_standard_form .form_row{
	margin-bottom: 20px;
}



/*404*/
.error_404{
    text-align: center;
}
.error_404 h2{
    font-size: 3.8rem;
    line-height: 1.4;
    color: #ff2376;
    margin-top: 40px;
    margin-bottom: 30px;
}
.error_404 h2 span{
    display: block;
    font-size: 1.6rem;
}
.error_404 .error_404_btn_block{
	margin: 50px;
  text-align: center;
}
@media screen and (min-width:992px){
    .error_404 h2{
        font-size: 4.8rem;
        line-height: 1.6;
        margin-top: 0;
        margin-bottom: 35px;
    }
}

/*
 * 色
 */
 .yellow {
    padding: 10px;
    border-radius: 10px;
    background: #F7D358;
    font-weight: bold;
 }

 .orange {
    padding: 10px;
    border-radius: 10px;
    background: #FFDBA6;
    font-weight: bold;
 }

 .pink {
    padding: 10px;
    border-radius: 10px;
    background: #FFC1C1;
    font-weight: bold;
 }

 .red {
    padding: 10px;
    border-radius: 10px;
    background: #FFA6A6;
    font-weight: bold;
 }

 .light-blue {
    padding: 10px;
    border-radius: 10px;
    background: #D0f4FF;
    font-weight: bold;
 }

 .green {
    padding: 10px;
    border-radius: 10px;
    background: #A7FF92;
    font-weight: bold;
 }

.para1 {
    border-top: 3px dotted #98dede;
    cursor: pointer;
}

#row4 {
    border-bottom: 3px dotted #98dede;
}


.para1_ttl .main_ttl{
    line-height: 100%;
}

.para1_ttl .main_ttl img{
    height: 18px;
}
@media screen and (max-width: 768px) {
  .para1_ttl .main_ttl img{
    height: 16px;
  }
}

.para1_ttl .main_ttl:before {
    content: "";
    width: 20px;
    height: 14px;
    background: url(../img/about/arrow.png) no-repeat;
    background-size: 100%;
    display: inline-block;
    margin-right: 15px;
}
@media screen and (max-width: 768px) {
  .para1_ttl .main_ttl:before {
    width: 16px;
    height: 10px;
    margin-right: 8px;
  }
}

.para1.active .main_ttl:before {
    transform: scale(1, -1);
    vertical-align: 2px;
}

.para1_ttl .sub_ttl {
    padding-left: 30px;
}
@media screen and (max-width: 768px) {
  .para1_ttl .sub_ttl {
    padding-left: 25px;
  }
}

.para1 .para1_ttl:hover {
    color: #ff2376;
}

.hdn2-sub .bene_img {
    display: block;
    width: 50%;
    height: 300px;
    margin: 0 auto;
}

.hdn2_sub span {
    color: red;
    font-weight: bold;
    position: relative;
    top: 20px;
}

p.point {
    font-weight: bold;
}

.hdn3_sub p:first-child {
    font-weight: bold;
}

li.staff_article:first-child {
    border-top: none;
}


@media screen and (max-width: 768px) {
    .hdn2-sub .bene_img {
        width: 100%;
    }

    .para1 .para1_ttl:hover {
	color: #000;
    }
}

.cat_desc {
	font-size: 80%;
	font-weight: normal;
}

	
/*-------------------------------------------------サイドウィジットへのtwetter埋め込み修正*/
@media screen and (max-width: 768px) and (min-width: 480px) {
iframe .twitter-timeline-rendered{
width: 490px !important;
}
}

@media screen and (max-width: 480px) {
iframe.twitter-timeline-rendered {
width: 450px !important;
margin:0 auto;/*これを入れないとめっちゃ細く200pxくらいで表示されます。以下イメージあり！*/
}
}