@charset "UTF-8";

/*---------------
index 共通
----------------*/

@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed');


.top,.top *{
	line-height: 100%;
	font-family:"Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ",Meiryo,"ＭＳ Ｐゴシック",Arial,Verdana,sans-serif;
}

body {
  -webkit-text-size-adjust: 100%;
}

#sb-site{
	background: #fff;
	padding-top: 0px;
}
.top a{
	text-decoration: none;
}
.top a img:hover, .top a img:active{
	position:relative;
	filter:alpha(opacity=100);
    -moz-opacity: 1;
    opacity: 1;
}
.top a img{
-webkit-transition: 0s ease-in-out;
       -moz-transition: 0s ease-in-out;
         -o-transition: 0s ease-in-out;
            transition: 0s ease-in-out;
}

.top .roboto, .top .roboto *{
	font-family: 'Roboto Condensed', sans-serif;
	letter-spacing: 2px;
}
.top .scale img{
	transition: 300ms ease-out;
}
.top a:hover .scale img{
	transform: scale(1.05);
	-webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.wrap{
	max-width: 1400px;
	width: 96%;
	margin: auto;
}


/*---------------
index section
----------------*/

#mv{
	position: relative;
	z-index: 0;
}
#mv .bx-wrapper {
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: 0;
	background: transparent;
	margin-bottom: 0;
	z-index: 1;
}
#mv .slider img{
	width: 100%;
	padding-top: 80px;
}
/*---------------
search part
----------------*/
.search_box{
	position: absolute;
	display: block;
	top: 16%;
    left: 0;
    right: 0;
    margin: auto;
	z-index: 3;
	width: 19%;
	text-align: center;
}
.cp_ipselect {
	overflow: hidden;
	width: 100%;
	margin: 15px auto;  
	text-align: center;
}
.cp_ipselect select {
	width: 100%;
	font-size: 14px;
	padding-right: 1em;
	cursor: pointer;
	text-indent: 0.01px;
	text-overflow: ellipsis;
	border: none;
	outline: none;
	background: transparent;
	background-image: none;
	box-shadow: none;
	-webkit-appearance: none;
	appearance: none;
}
.cp_ipselect select::-ms-expand {
    display: none;
}
.cp_ipselect.cp_sl03 {
	position: relative;
	border-radius: 2px;
	border: 2px solid #da3c41;
	background: #ffffff;
}
.cp_ipselect.cp_sl03::before {
	position: absolute;
	top: 1.2em;
	right: 0.8em;
	width: 0;
	height: 0;
	padding: 0;
	content: '';
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid #da3c41;
	pointer-events: none;
}
.cp_ipselect.cp_sl03 select {
	padding: 9px 38px 7px 8px;
	color: #da3c41;
}
input[type=text] {
	width: 100%;
	margin: 0 auto;  
	padding: 9px 15px 7px 8px;
    color: #da3c41;
    font-size: 14px;
	text-indent: 0.01px;
	text-overflow: ellipsis;  
    box-sizing: border-box;
    border: 2px solid red;
    border-radius: 2px;
}
.square_btn {
    display: block;
    width: 100%;    
	margin: 18px auto;  
    padding: 0.9em 4em;
    text-align: center;
    text-decoration: none;
    font-size: 14px;
    background: #da3c41;/*ボタン色*/
    color: #FFF;
    border-bottom: solid 2px #af1e22;
    border-radius: 2px;
}
.square_btn:active {/*ボタンを押したとき*/
    -ms-transform: translateY(4px);
    -webkit-transform: translateY(4px);
    transform: translateY(4px);/*下に動く*/
    border-bottom: none;/*線を消す*/
}
/*---------------
search part
----------------*/
#pickup{
	padding: 0 30px;
}
#pickup .wrap{
	max-width: 1340px;
	position: relative;
	width: 100%;
}
#pickup .sec_ttl{
	font-size: 1.6em;
	color: #2e4b51;
	text-align: center;
	margin-top: -17px;
	padding: 17px 0 14px;
	background: url(../images/pickup_ttl_bg.png) no-repeat center top;
	position: relative;
	height: 47px;
	z-index: 1;
}
#pickup .pickup_list{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
#pickup .pickup_list li:nth-child(n+3){
	margin-top: 15px;
}
#pickup .pickup_list a{
	display: block;
	border-radius: 10px;
	overflow: hidden;
	position: relative;
	z-index: 1;
}
#pickup .pickup_list .img{
	position: relative;
	overflow: hidden;
}
#pickup .pickup_list .img::before{
	content: '';
	z-index: 1;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgb(255,255,255);
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.6) 100%);
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.6) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.6) 100%);
	transition: 300ms ease-out;
	opacity: 1;
}
#pickup .pickup_list a:hover .img::before{
	opacity: 0.3;
}
#pickup .pickup_list .img img{
	width: 100%;
}
#pickup .pickup_list .txt{
	position: absolute;
	z-index: 1;
	/* left: 45px;
	bottom: 45px;
	width: calc(100% - 90px); */
	left: 6.82%;
	bottom: 6.82%;
	width: calc(100% - 13.64%);
}
#pickup .pickup_list .txt .category{
	font-size: 2.9em;
	font-weight: bold;
	line-height: 1;
	color: #fff;
	text-decoration: none;
}
#pickup .pickup_list .txt .category span{
	display: inline-block;
	/* border-bottom: 2px solid #fff; */
}
#pickup .pickup_list .txt .ttl{
	font-size: 2.9em;
	line-height: 1.4;
	color: #fff;
	text-decoration: underline;
	/* margin-top: 20px; */
	margin-top: 3.5%;
}
#pickup .pickup_list .txt .info{
	font-size: 1.1em;
	line-height: 1.4;
	color: #fff;
	/* margin-top: 20px; */
	margin-top: 3.5%;
}

/*---new------------*/

#pickup .pickup_list li.new .txt::before{
	content: '';
	position: absolute;
	top: -6vw;
	left: 0;
	width: 12.1%;
	height: auto;
	padding-top: 12.1%;
	background: url(../images/pickup_icon01.png) no-repeat center/100%;
}
#pickup .pickup_list li.new.small .txt::before{
	top: -3vw;
}


/*---サイズ毎に指定------------*/

#pickup .pickup_list li.big{
	max-width: 660px;
	width: 49.25%;
}
#pickup .pickup_list li.small{
	max-width: 320px;
	width: 23.88%;
}
#pickup .pickup_list li.small .txt{
	/* left: 30px;
	bottom: 20px;
	width: calc(100% - 60px); */
	left: 9.375%;
	bottom: 6.25%;
	width: calc(100% - 18.75%);
}
#pickup .pickup_list li.small .txt .category{
	font-size: 2.4em;
}
#pickup .pickup_list li.small .txt .ttl{
	font-size: 1.6em;
	/* margin-top: 10px; */
	margin-top: 3.5%;
}
#pickup .pickup_list li.small .txt .info{
	font-size: 0.8em;
	/* margin-top: 10px; */
	margin-top: 3.5%;
}
#pickup .category_btn{
	display: flex;
	justify-content: space-between;
	max-width: 660px;
	width: 49.25%;
	/* margin: -15.5% 0 0 auto; */
	padding: 1.02% 1.02%;
	border-radius: 10px;
	background: #00b271;
	position: absolute;
	bottom: 0;
	right: 0;
}
#pickup .category_btn li{
	max-width: 202px;
	width: 32%;
}
#pickup .category_btn li a{
	/*ロールオーバー*/
	width: 100%!important;
	height: auto!important;
	padding-top: 87.6%;
}



#category{
	margin-top: 55px;
	padding: 0 30px;
}
#category .wrap{
	max-width: 1340px;
	position: relative;
	width: 100%;
}
#category .sec_ttl{
	background: #2e4b51;
}
#category .sec_ttl{
	font-size: 1.2em;
	line-height: 1.5;
	text-align: center;
	color: #fff;
	padding: 17px 10px;
	border-radius: 10px;
}
#category .sec_ttl span{
	font-size: 1.6em;
	line-height: 1.2;
	display: block;
}
#category .category_list{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
#category .category_list li{
	max-width: 440px;
	width: 33%;
	margin-top: 8px;
}
#category .category_list li a{
	display: block;
	position: relative;
	background: #e6e3dc;
	border-radius: 10px;
	overflow: hidden;
	position: relative;
	padding: 15% 5% ;
	z-index: 1;
}
#category .category_list li a:hover{
	background-color: #FFF;
}
/*
#category .category_list li a::before{
	content: '';
	position: absolute;
	top: 6%;
	left: 6%;
	width: 0.4vw;
	height: 0;
	padding-top: 0.4vw;
	background: #028969;
	border-radius: 50%;
	z-index: 1;
	transition: 300ms ease-out;
}
*/
#category .category_list li .img{
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	width: 100%;
	height: 100%;
	transition: 300ms ease-out;
}
#category .category_list li .img img{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	-webkit- transform: translateY(-50%) translateX(-50%);
	max-width: inherit;
	min-height: 100%;
	min-width: 100%;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
#category .category_list li .txt{
	position: relative;
	z-index: 1;
	transition: 300ms ease-out;
}
#category .category_list li .ja{
	font-size: 1.5em;
	line-height: 1.3;
	color: #2e4b51;
	font-weight: bold;
	text-align: center;
	display: table;
	width: 100%;
	transition: 300ms ease-out;
}
#category .category_list li .ja span{
	display: table-cell;
	vertical-align: middle;
	line-height: 1.3;
}
#category .category_list li .en{
	font-size: 1.1em;
	color: #008969;
	text-align: center;
	margin-top: 15px;
	transition: 300ms ease-out;
}
#category .category_list li .alphabet{
	font-size: 8em;
	font-weight: 200;
	color: #fff;
	text-align: center;
	margin-top: 8px;
	line-height: 1;
}
#category .category_list li a:hover::before{
	background: #fff;
}
#category .category_list li a:hover .img{
	opacity: 1;
}
#category .category_list li a:hover .ja{
	color: #fff;
}
#category .category_list li a:hover .en{
	color: #fff;
}


#archives{
	margin-top: 40px;
}
#archives .sec_ttl{
	font-size: 1.6em;
	text-align: center;
	color: #2e4b51;
	margin-bottom: 15px;
}
#archives .bx-wrapper {
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: 0;
	background: transparent;
	margin-bottom: 0;
	max-width: inherit!important;
}
#archives .loopslider a{
	display: block;
}
#archives .loopslider .img{
	border-radius: 10px;
	overflow: hidden;
}
#archives .loopslider .txt{
	margin-top: 10px;
}
#archives .loopslider .category{
	font-size: 1.5em;
	color: #2e4b51;
}
#archives .loopslider .category span{
	display: inline-block;
	border-bottom: 2px solid #2e4b51;
}
#archives .loopslider .ttl{
	font-size: 1.5em;
	line-height: 1.4;
	font-weight: bold;
	color: #2e4b51;
	text-decoration: underline;
	margin-top: 10px;
}
#archives .loopslider .info{
	font-size: 1em;
	color: #2e4b51;
	margin-top: 5px;
}
#archives .loopslider a:hover .ttl{
	text-decoration: none;
}



#col2{
	margin-top: 70px;
	display: flex;
}
#left{
	width: 32.14%;
	background: #e6e3dc;
	padding: 80px 0 80px;
}
#left .wrap{
	max-width: 251px;
	width: 74%;
	margin: 0 13% 0 auto;
}


#tag .sec_ttl{
	font-size: 1.2em;
	line-height: 1.5;
	text-align: center;
	color: #fff;
	padding: 17px 10px;
	border-radius: 10px;
	background: #2e4b51;
}
#tag .sec_ttl span{
	font-size: 1.6em;
	line-height: 1.2;
	display: block;
}
#tag .tag_list{
	margin-top: 35px;
}
#tag .tag_list + .tag_list{
	margin-top: 3px;
}
#tag .tag_list li + li{
	margin-top: 3px;
}
#tag .tag_list li a{
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 11px 9.5%;
	background: #fff;
	border-radius: 10px;
	transition: 300ms ease-out;
}
#tag .tag_list li:nth-child(even) a{
	background: #eeeee6;
}
#tag .tag_list li .tag_name{
	font-size: 1.2em;
	line-height: 1.4;
	color: #2e4b51;
	margin-right: 3px;
}
#tag .tag_list li .count{
	font-size: 1.2em;
	color: #2e4b51;
}
#tag .tag_list li a:hover{
	color: #fff;
	background: #2e4b51;
}
#tag .tag_list li a:hover .tag_name{
	color: #fff;
}
#tag .tag_list li a:hover .count{
	color: #fff;
}


#right{
	width: 67.86%;
	padding: 80px 0 90px;
	background: #eeeee6;
}
/* 元CSS 
#right{
	width: 67.86%;
	padding: 80px 0 90px;
	background: #eeeee6;
}
  */
#right .wrap{
	max-width: 760px;
	width: 88%;
	margin: 0 auto 0 6%;
}
#curator .sec_ttl{
	font-size: 1.2em;
	line-height: 1.5;
	text-align: center;
	color: #fff;
	padding: 17px 10px;
	border-radius: 10px;
	background: #2e4b51;
}
#curator .sec_ttl span{
	font-size: 1.6em;
	line-height: 1.2;
	display: block;
}
#curator .curator_list{
	margin-top: 35px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
#curator .curator_list::after{
	content:"";
	display: block;
	max-width: 235px;
	width: 31.33%;
}
#curator .curator_list li{
	background: #fff;
	border-radius: 135px 135px 10px 10px;
	max-width: 235px;
	width: 31.33%;
	position: relative;
	padding: 6.58% 2.64% 3.948%;
}
.edge #curator .curator_list li{
	padding: 50px 20px 30px;
}
#curator .curator_list li:nth-child(n+4){
	margin-top: 30px;
}
#curator .curator_list li .img{
	border-radius: 50%;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: -20px;
	width: 34.5%;
	max-width: 81px;
}
#curator .curator_list li .name{
	font-size: 1.5em;
	color: #2e4b51;
	text-align: center;
}
#curator .curator_list li .count{
	font-size: 1.1em;
	color: #008969;
	text-align: center;
	margin-top: 8.55%;
}
#curator .curator_list li .prof{
	font-size: 1.1em;
	line-height: 1.7;
	color: #687d80;
	margin-top: 8.55%;
}
#curator .curator_list li .btn{
	max-width: 135px;
	width: 70%;
	margin: 8.55% auto 0;
}
#curator .curator_list li .btn a{
	font-size: 1.2em;
	line-height: 1.4;
	text-align: center;
	color: #687d80;
	display: block;
	padding: 6px 15px 6px 0;
	border-radius: 50px;
	background: #e6e3dc;
	position: relative;
	transition: 300ms ease-out;
}
#curator .curator_list li .btn a::before{
	content: '';
	position: absolute;
	top: 50%;
	right: 20px;
	width: 8px;
	height: 8px;
	margin-top: -4px;
	border-top: 1px solid #687d80;
	border-right: 1px solid #687d80;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	transition: 300ms ease-out;
}
#curator .curator_list li .btn a:hover{
	color: #fff;
	background: #2e4b51;
}
#curator .curator_list li .btn a:hover::before{
	border-top-color: #fff;
	border-right-color: #fff;
}


#sns{
	margin-top: 90px;
}
#sns .btn_area{
	display: flex;
	justify-content: space-between;
}
#sns .btn_area li{
	width: 365px;
}
#sns .btn_area li a{
	text-align: center;
	background: #2e4b51;
	display: block;
	border-radius: 10px;
	padding: 19px 0;
	transition: 300ms ease-out;
}
#sns .btn_area li a:hover{
	background: #1a3b42;
}
#sns .btn_area li a img{
	width: 85%;
	max-width: 234px;
}
#sns .btn_area li + li{
	margin-left: 25px;
}
#sns .facebook{
	margin-top: 50px;
}
.fb_iframe_widget,
.fb_iframe_widget span,
.fb_iframe_widget iframe[style]{
    width: 100% !important;
}
	/*---バナー------------*/
.parent {
    width: 100%;
    margin: auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.children {
    width: 370px;
    margin-bottom: 20px;
    background: #eeeeee;
    border: solid 1px #959595;
}
.children a:hover {
    opacity: 0.5;
}
	/*---marginー------------*/
.mb2em{
	margin-bottom: 4em;
}
	/*--RYO -margin------------*/	
.tour_more {
    text-align: center;
    font-size: 220%;
    margin: 1.2em 0 0;
}
.tour_more a:hover{
	text-decoration: underline;
}
.head_img{
	display: block;
	padding-top: 25px;
}
/*---MAP------------*/
/*---MAP------------*/

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


	#pickup .pickup_list .txt .category{
		font-size: 2.4em;
	}
	#pickup .pickup_list .txt .ttl{
		font-size: 2.4em;
		line-height: 1.37;
	}

	/*---サイズ毎に指定------------*/

	#pickup .pickup_list li.small .txt .category{
		font-size: 2em;
	}
	#pickup .pickup_list li.small .txt .ttl{
		font-size: 1.4em;
	}


}


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


	#pickup .pickup_list .txt .category{
		font-size: 3.6em;
	}
	#pickup .pickup_list .txt .ttl{
		font-size: 2em;
		line-height: 1.37;
	}

	/*---サイズ毎に指定------------*/

	#pickup .pickup_list li.small .txt .category{
		font-size: 1.8em;
	}
	#pickup .pickup_list li.small .txt .ttl{
		font-size: 1em;
	}

	#category .category_list{
		display: block;
	}
	#category .category_list li{
		float: left;
		width: 32%;
		margin-right: 1%;
	}
	#category .category_list li:nth-child(5n){
		margin-right: 0;
	}
	#category .category_list:after{
		content: ".";
		display: block;
		height: 0;
		font-size:0;
		clear: both;
		visibility:hidden;
	}


	#curator .curator_list::after{
		display: none;
	}
	#curator .curator_list li{
		max-width: 48%;
		width: 48%;
	}
	#curator .curator_list li:nth-child(n+3){
		margin-top: 30px;
	}

}



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

#mv .slider img{
	width: 100%;
	padding-top: 40px;
}

	#sb-site{
		padding-top: 0px;
	}

	#pickup{
		padding: 0 3.5%;
	}
	#pickup .sec_ttl{
		font-size: 1.5em;
		background-size: 38.85%;
		margin-top: -3.7%;
		height: auto;
		padding: 4% 0 3%;
	}
	#pickup .pickup_list li:nth-child(n+2){
		margin-top: 3%;
	}
	#pickup .pickup_list a{
		border-radius: 8px;
	}
	#pickup .pickup_list .txt {
		left: 5.5%;
		bottom: 10%;
		width: calc(100% - 11%);
	}
	#pickup .pickup_list .txt .category{
		font-size: 1.7em;
		font-weight: bold;
	}
	#pickup .pickup_list .txt .ttl{
		font-size: 1.7em;
	}
	#pickup .pickup_list .txt .category span{
		/*border-bottom-width: 1px;*/
	}
	#pickup .pickup_list li.new .txt::before{
		top: -14vw;
	}
	#pickup .pickup_list .txt .info{
		display: none;
	}

	/*---サイズ毎に指定------------*/

	#pickup .pickup_list li.big{
		max-width: 100%;
		width: 100%;
	}
	#pickup .pickup_list li.small{
		max-width: 100%;
		width: 48.8%;
	}
	#pickup .pickup_list li.small .txt {
		left: 4.5%;
		bottom: 9%;
		width: calc(100% - 9%);
	}
	#pickup .pickup_list li.small .txt .category{
		font-size: 1.5em;
	}
	#pickup .pickup_list li.small .txt .ttl{
		font-size: 1.1em;
	}
	#pickup .category_btn{
		max-width: 100%;
		width: 100%;
		position: static;
		margin-top: 3%;
		padding: 2% 2%;
		border-radius: 8px;
	}



	#category{
		margin-top: 10%;
		padding: 0;
	}
	#category .sec_ttl{
		font-size: 1.5em;
		line-height: 1.4;
		border-radius: 0;
		padding: 3.5% 0;
	}
	#category .sec_ttl{
		font-size: 1em;
	}
	#category .wrap{
		padding: 0 3.5%;
	}
	#category .category_list{
		display: flex;
		margin-top: 3%;
	}
	#category .category_list::after{
		content: '';
		display: block;
		width: 32%;
	}
	#category .category_list li{
		float: none;
		margin: 0;
		width: 32%;
		max-width: 100%;
	}
	#category .category_list li:nth-child(n+4){
		margin-top: 2%;
	}
	#category .category_list li a{
		padding: 12% 4% 12%;	
	}
/*  #category .category_list li a::before {
		width: 1vw;
		padding-top: 1vw;
	}*/
	#category .category_list li .ja{
		font-size: 1.2em;
	}
    #category .category_list li .ja span{
	display: table-cell;
	vertical-align: middle;
	line-height: 1.3;
    }	


/*  #category .category_list li .en{
		font-size: 0.9em;
		margin-top: 8%;
	}*/
/*  #category .category_list li .alphabet{
		font-size: 6em;
		margin-top: 6%;
	}*/


	#archives{
		margin-top: 10%;
	}
	#archives .sec_ttl{
		font-size: 1.5em;
		margin-bottom: 4%;
	}
	#archives .loopslider .category span{
		border-bottom-width: 1px;
	}
	#archives .loopslider .info{
		font-size: 0.9em;
		margin-top: 4.5%;
	}
	#archives .loopslider .ttl{
		font-size: 1.2em;
		margin-top: 3.5%;
	}



	#col2{
		margin-top: 10%;
		display: block;
	}
	#left{
		width: 100%;
		padding: 0 0 10%;
	}
	#left .wrap{
		width: 100%;
		max-width: 100%;
		margin: auto;
	}
	#tag .sec_ttl{
		font-size: 1.5em;
		line-height: 1.4;
		border-radius: 0;
		padding: 3.5% 0;
	}
	#tag .sec_ttl{
		font-size: 1em;
	}
	#tag .sp_inner{
		padding: 0 3.5%;
		display: flex;
		justify-content: space-between;
	}
	#tag .tag_list{
		margin-top: 5%;
		width: 49%;
	}
	#tag .tag_list + .tag_list{
		margin-top: 5%;
	}
	#tag .tag_list li + li{
		margin-top: 4px;
	}
	#tag .tag_list li a{
		border-radius: 8px;
		padding: 5% 9.5%;
	}


	#right{
		width: 100%;
		padding: 0 0 10%;
	}
	#right .wrap{
		width: 100%;
		max-width: 100%;
		margin: auto;
	}
	#curator .sec_ttl{
		font-size: 1.5em;
		line-height: 1.4;
		border-radius: 0;
		padding: 3.5% 0;
	}
	#curator .sec_ttl{
		font-size: 1em;
	}
	#curator .sp_inner{
		padding: 0 3.5%;
	}
	#curator .curator_list{
		margin-top: 5%;
	}
	#curator .curator_list li{
		padding: 3.5% 4% 5%;
		border-radius: 150px 150px 8px 8px;
	}
	#curator .curator_list li:nth-child(n+3){
		margin-top: 4%;
	}
	#curator .curator_list li .img{
		position: static;
		margin: auto;
		width: 50%;
	}
	#curator .curator_list li .name{
		font-size: 1.2em;
		margin-top: 6%;
	}
	#curator .curator_list li .count{
		font-size: 1.1em;
		margin-top: 5%;
	}
	#curator .curator_list li .prof{
		font-size: 1em;
		margin-top: 5%;
	}
	#curator .curator_list li .btn{
		width: 90%;
		max-width: 243px;
		margin-top: 5%;
	}
	#curator .curator_list li .btn a{
		font-size: 1em;
		padding: 4.1% 8px 4.1% 0;
	}
	#curator .curator_list li .btn a::before{
		width: 6px;
		height: 6px;
		margin-top: -3px;
	}


	#sns{
		margin-top: 15%;
	}
	#sns .btn_area{
		display: block;
		width: 70%;
		margin: auto;
	}
	#sns .btn_area li{
		margin: auto;
		width: 100%;
	}
	#sns .btn_area li + li{
		margin: 4.5% auto 0;
	}
	#sns .btn_area li a{
		padding: 4.9% 0;
		border-radius: 8px;
	}
	#sns .btn_area li a img{
		width: 65%;
	}
	#sns .facebook{
		max-width: 500px;
		padding: 0 3.5%;
		margin: 7% auto 0;
	}


/*---------------
search part
----------------*/
.search_box{
	position: absolute;
	display: block;	
    margin-top: 150px;
    left: 0;
    right: 0;
	z-index: 3;
	width: 85%;
	text-align: center;
}
.cp_ipselect {
	overflow: hidden;
	width: 90%;
	margin: 0.5em auto;
	text-align: center;
}
.cp_ipselect select {
	width: 100%;
	padding-right: 1em;
	cursor: pointer;
	text-indent: 0.01px;
	text-overflow: ellipsis;
	border: none;
	outline: none;
	background: transparent;
	background-image: none;
	box-shadow: none;
	-webkit-appearance: none;
	appearance: none;
}
.cp_ipselect select::-ms-expand {
    display: none;
}
.cp_ipselect.cp_sl03 {
	position: relative;
	border-radius: 2px;
	border: 2px solid #da3c41;
	background: #ffffff;
}
.cp_ipselect.cp_sl03::before {
	position: absolute;
	top: 0.8em;
	right: 0.8em;
	width: 0;
	height: 0;
	padding: 0;
	content: '';
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid #da3c41;
	pointer-events: none;
}
.cp_ipselect.cp_sl03 select {
	padding: 10px 38px 6px 8px;
	color: #da3c41;
}
input[type=text] {
	width: 90%;
	margin: 0 auto;      
    color: #da3c41;
    font-size: 14px;
	text-indent: 0.01px;
	text-overflow: ellipsis;  
    box-sizing: border-box;
    border: 2px solid red;
    border-radius: 2px;
}
.square_btn {
    display: block;
    width: 90%;    
	margin: 0.5em auto;    
    padding: 0.8em 4em;
    text-align: center;
    text-decoration: none;
    font-size: 14px;
    background: #da3c41;/*ボタン色*/
    color: #FFF;
    border-bottom: solid 2px #af1e22;
    border-radius: 2px;
}
.square_btn:active {/*ボタンを押したとき*/
    -ms-transform: translateY(4px);
    -webkit-transform: translateY(4px);
    transform: translateY(4px);/*下に動く*/
    border-bottom: none;/*線を消す*/
}
.main_visual_on{
	position: absolute;
	display: block;
	z-index: 2;
	top: 0;
	margin:0 auto;
	width: 100%;
}

/*---------------
search part
----------------*/

	/*---バナー------------*/
.parent {
    width: 100%;
    margin: auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-top: 10px;
}
.children {
    width: 100%;
    margin: 5px 10px;
    background: #eeeeee;
    border: solid 1px #959595;
}
.children a:hover {
    opacity: 0.5;
}
	/*---RYO バナー------------*/
	.head_img{
	display: block;
	padding-top: 45px;
}

}


