@charset "UTF-8";
/*日本語*/
body{
	padding-top:0px !important;
}
.common_header{
	transition:background .4s ease;
	background:transparent;
}
.common_header.isShow{
	transition:background .4s ease;
	background:#fff;
}
.common_header_logo{
	transition:visibility .4s ease;
	visibility:hidden;
}
.common_header_logo.isShow{
	transition:visibility .4s ease;
	visibility:visible;
}


/*-----------------------------------------------

スライダやめ

-------------------------------------------------*/
.top_board_fix{
	width:calc(100% - 20px);
	margin:0 auto;
	position:relative;
	padding-top:10px;
	height:470px;
	background-repeat:no-repeat;
	background-position:center 10px;
	background-image:url(/kimochi/img/top/top_board_pc.jpg);
	background-size:100% auto;
/*	background-size:auto 100%;*/
	border-bottom:1px solid #db9189;
	margin-bottom:10px;
}
.top_board_text{
	width:440px;
	margin:0 auto;
	padding-top:190px;
	font-family:"Noto Serif JP","ヒラギノ明朝 Pro W6","HiraMinPro-W6",YuMincho,"Yu Mincho","游明朝",serif;
}
.top_headline{
	width:430px;
	text-align:center;
}
.top_headline img{
	max-width:100%;
}
.top_lead{
	padding-right:0.5em;
	text-align:right;
	font-size:18px;
	font-weight:500;
	letter-spacing:0.15em;
	color:#454545;
	line-height:1.4;
}

@media screen and (min-width:1420px){
	.top_board_fix{
/*		width:1400px;*/
	}
}
@media screen and (max-width:1386px){
	.top_board_fix{
		background-size:auto 100%;
	}
}

.top_slider_mini{
	width:380px;
	height:80px;
	position:absolute;
	left:10px;
	bottom:-30px;
	visibility:hidden;
}
.top_slider_mini li{
	width:100%;
	display:table;
	border-collapse:separate;
	border-spacing:0;
	table-layout:fixed;
	background:#fff;
}
.slider_mini_image{
	display:table-cell;
	width:150px;
	text-align:left;
}
.slider_mini_image img{
	height:80px;
}
.slider_mini_text{
	display:table-cell;
	vertical-align:middle;
	padding-right:15px;
	padding-left:10px;
	font-size:13px;
	font-family:"Noto Serif JP","ヒラギノ明朝 Pro W6","HiraMinPro-W6",YuMincho,"Yu Mincho","游明朝",serif;
	line-height:1.5;
}
.top_slider_mini_box{
	position:relative;
}

a .top_slider_mini_box:after{
	content:"";
	position:absolute;
	display:block;
	right:0;
	bottom:0;
	width:75px;
	height:3px;
	background:#db9189;
	transition:width .4s ease;
}
a:hover .top_slider_mini_box:after{
	transition:width .4s ease;
	width:100%;
}

@media screen and (max-width:1000px){

	.common_header.open{
		background:#fff;
	}
	.common_header.open .common_header_logo{
		visibility:visible;
	}

	.drawer_switch{
		left:0;
	}

	.top_board_fix{
		width:97%;
		margin:0 auto 10px auto;
		height:79vw;
		background-image:url(/kimochi/img/top/top_board_sp.jpg);
	}
	.top_board_text{
		width:68%;
		padding-top:3.5vw;
	}
	.top_headline{
		width:97%;
		text-align:center;
	}
	.top_headline img{
		max-width:auto;
		width:100%;
	}
	.top_lead{
		padding-left:0.5em;
		padding-right:0.5em;
		padding-top:0.5vw;
		letter-spacing:0.08em;
		font-weight:400;
		font-size:2.9vw;
	}

	.top_slider_mini{
		width:90%;
		left:5%;
		height:18vw;
		bottom:-9vw;
	}
	.slider_mini_image{
		width:33vw;
	}
	.slider_mini_image img{
		height:18vw;
	}
	.slider_mini_text{
		padding-right:4vw;
		padding-left:2.5vw;
		font-size:3.3vw;
		text-align:left;
	}

}
@media screen and (max-width:375px){

	.top_lead{
		padding-left:0.3em;
		padding-right:0.3em;
		letter-spacing:0.05em;
	}
}



/*-----------------------------------------------

スライダ

-------------------------------------------------*/


@media screen and (max-width:1200px){
}

@media screen and (max-width:1100px){
}

@media screen and (max-width:1000px){

}



/*-----------------------------------------------

最新情報

-------------------------------------------------*/
.top_latest{
	width:100%;
	background:#f6f5f1;
	padding:50px 0 80px 0;
}
.top_latest .common_headline{
/*	text-align:center;*/
}

.top_latest_list{
	width:100%;
	margin:0 auto;
	padding-top:18px;
}
.top_latest_list li{
	float:left;
	width:33.33%;
	position:relative;
}
.top_latest_list li:nth-child(3n){
	margin-right:0;
}

.top_latest_other .top_latest_list li{
	padding-bottom:18px;
}


.top_latest_image{
	position:relative;
	z-index:1;
	text-align:center;
	display:flex;
	justify-content: center;
	align-items: center;
	color:#fff;
	font-size:12px;
	font-family: Roboto;
	font-weight:400;
}
.top_latest_image img{
	width:100%;
	max-width:100%;
}
.top_latest_image:after{
	content:"";
	position:absolute;
	display:block;
	left:0;top:0;
	width:100%;
	height:100%;
/*
	padding-top:60%;
	height:40%;
*/
	background:rgba(0,0,0,0);
	transition:background-color .4s ease;
}
.top_latest_list a:hover .top_latest_image:after{
	content:"";
	background:rgba(0,0,0,0.5) url(/kimochi/img/common/icon_plus_white.png) no-repeat center center;
	background-size:14% auto;
}


.top_latest_textbox{
	width:78%;
	margin:0 auto;
	min-height:70px;
/*	padding:20px 6%;*/
	padding:15px 6% 5px;
	background:#fff;
	margin-top:-20px;
	position:relative;
	z-index:10;
}
.top_latest_category{
	font-size:10px;
	color:#db9189;
	letter-spacing:0.2em;
}
.color_prepare .top_latest_category{
	color:#a1cabc;
}

.top_latest_text{
/*	padding-top:8px;*/
	padding-top:4px;
	font-size:13px;
	font-family:"Noto Serif JP","ヒラギノ明朝 Pro W6","HiraMinPro-W6",YuMincho,"Yu Mincho","游明朝",serif;
	font-weight:400;
	line-height:1.6;
}





.top_latest_textbox:after{
	content:"";
	display:block;
	position:absolute;
	left:0;
	top:0;
	width:25%;
	height:3px;
	background:#db9189;
	transition:width .4s ease;
}

.color_prepare .top_latest_textbox:after{
	background:#a1cabc;
}


.top_latest_list a:hover .top_latest_textbox:after{
	width:100%;
	transition:width .4s ease;
}


.top_latest_first{
	position:relative;
	z-index:10;
	margin-top:50px;
}
.top_latest_first:after{
	content:"";
	display:block;
	box-sizing:border-box;
	position:absolute;
	left:0;
	top:-5%;
	z-index:-1;
	width:90%;
	height:115%;
	border:7px solid #fff;
	margin-left:5%;
}
.top_latest_first.op2:after{
	height:215%;
}
.top_latest_first.op3:after{
	height:315%;
}
.top_latest_first.op4:after{
	height:415%;
}
.top_latest_first.op5:after{
	height:515%;
}

/*moreボタン*/
.top_latest_more{
	margin:0 auto;
	width:258px;
	margin-top:50px;
	border:1px solid #b0b0b0;
	border-radius:3px;
	display:none;
}
.top_latest_more span{
	display:block;
	padding:22px 0;
	text-align:center;
	font-size:12px;
	letter-spacing:0.2em;
	cursor:pointer;
	transition:background .4s ease;
}
.top_latest_more span:hover{
	background:#fff;
	transition:background .4s ease;
}


.top_latest_other{
	display:none;
	position:relative;
	z-index:10;
}
.isHide{
	display:none;
}



@media screen and (max-width:1000px){
	.top_latest_text{
		font-size:12px;
	}
}



@media screen and (max-width:767px){

	.scroll_prompt{
		display:none;
	}

	.top_latest{
		padding:12vw 0 12vw 0;
	}

	.top_latest_list{
		width:100%;
		padding-top:4vw;
	}
	.top_latest_list li,
	.top_latest_list li:nth-child(3n){
		width:48%;
		margin:0 1%;
	}
	.top_latest_list li.latest{
		float:none;
		width:98%;
		margin:0 auto !important;
/*		padding-bottom:8vw;*/
		padding-bottom:4vw;
	}

	.top_latest_other .top_latest_list li{
/*		padding-bottom:38px;*/
		padding-bottom:4vw;
	}


	.top_latest_image{
		font-size:3vw;
	}
	.latest .top_latest_image{
		font-size:4vw;
	}
	.latest .top_latest_image img{
		width:100%;
	}


	.top_latest_first{
		margin-top:8vw;
	}
	.top_latest_first:after{
		left:0;
		top:-3%;
		width:90%;
		height:110%;
		border:10px solid #fff;
		margin-left:5%;
	}
	.top_latest_first.op2:after{
		height:155%;
	}
	.top_latest_first.op3:after{
		height:200%;
	}
	.top_latest_first.op4:after{
		height:245%;
	}
	.top_latest_first.op5:after{
		height:290%;
	}
	.top_latest_first.op6:after{
		height:335%;
	}



	.top_latest_list a:hover .top_latest_image:after{
		content:"";
		background:rgba(0,0,0,0.5) url(/kimochi/img/common/icon_plus_white.png) no-repeat center center;
		background-size:20% auto;
	}

	.top_latest_textbox{
		width:88%;
		min-height:22vw;
		padding:4vw 6%;
		margin-top:0;
	}
	.latest .top_latest_textbox{
		min-height:0;
	}

	.top_latest_category{
		font-size:2.8vw;
	}
	.top_latest_text{
		padding-top:2vw;
		font-size:3vw;
	}



}


/*-----------------------------------------------

トップ下部の帯画像

-------------------------------------------------*/

.top_bottom_image{
	width:100%;
	height:290px;
	max-height:290px;
}
.top_contents_area{
/*
	background:url(/kimochi/img/top/top_bottom_image.jpg) no-repeat center bottom;
	padding-bottom:290px;
*/
	padding-bottom:80px;
}
@media screen and (max-width:767px){

	.top_bottom_image{
		height:30vw;
	}
	.top_contents_area{
		background-size:auto 25vw;
/*		padding-bottom:25vw;*/
		padding-bottom:0;
	}
}





/*-----------------------------------------------

結婚準備の進め方の情報エリア。2018.9

-------------------------------------------------*/
.whatsnew_info{
	font-family:"Noto Serif JP","ヒラギノ明朝 Pro W6","HiraMinPro-W6",YuMincho,"Yu Mincho","游明朝",serif;
	background:#f6f5f1;
	width:100%;
	min-width:1200px;
	padding-top:65px;
	padding-bottom:85px;
	margin-top:30px;
}
.whatsnew_info_head{
	width:1000px;
	margin:0 auto;
	position:relative;
	padding-bottom:30px;
	z-index:10;
}
.whatsnew_headline{
	width:500px;
	margin:0 auto 0 0;
	text-align:center;
}
.whatsnew_headline img{
	width:392px;
}
.whatsnew_lead{
	width:500px;
	margin:0 auto 0 0;
	padding-top:30px;
	text-align:center;
	font-size:16px;
	font-weight:500;
	line-height:1.9;
	letter-spacing:0.1em;
}
.whatsnew_lead span{
	display:inline-block;
	margin-top:1em;
}
.whatsnew_lead span{
	font-size:13px;
}
a .whatsnew_lead span{
	transition:color ease 0.4s;
}

a:hover .whatsnew_lead span{
	color:#ccc;
}

.whatsnew_image{
	position:absolute;
	right:-50px;
	bottom:-30px;
	z-index:20;
}
.whatsnew_image img{
	width:543px;
}



.whatsnew_info_list{
	width:1000px;
	margin:0 auto;
	background:#fff;
	position:relative;
	z-index:0;
	padding:40px 100px 45px 100px;
	display:flex;
	flex-wrap:wrap;
	justify-content: space-between;
}

.whatsnew_info_item{
	width:320px;
}

.whatsnew_info_item a{
	display:block;
	backface-visibility: hidden;
	width:230px;
	border-bottom:1px solid #deddd9;
	margin-bottom:10px;
	padding:12px 0 12px 90px;
	font-size:17px;
	font-weight:500;
	letter-spacing:0.1em;
	background:url(/kimochi/img/top/marker_arrow.png) no-repeat 97% center,url(/kimochi/img/top/icon_step01.png) no-repeat 10px center;
	background-size:12px auto,60px auto;
	transition:background-color ease 0.4s;
}
.whatsnew_info_item:nth-child(2) a{
	background:url(/kimochi/img/top/marker_arrow.png) no-repeat 97% center,url(/kimochi/img/top/icon_step02.png) no-repeat 10px center;
	background-size:12px auto,60px auto;
}
.whatsnew_info_item:nth-child(3) a{
	background:url(/kimochi/img/top/marker_arrow.png) no-repeat 97% center,url(/kimochi/img/top/icon_step03.png) no-repeat 10px center;
	background-size:12px auto,60px auto;
}
.whatsnew_info_item:nth-child(4) a{
	background:url(/kimochi/img/top/marker_arrow.png) no-repeat 97% center,url(/kimochi/img/top/icon_step04.png) no-repeat 10px center;
	background-size:12px auto,60px auto;
}
.whatsnew_info_item:nth-child(5) a{
	background:url(/kimochi/img/top/marker_arrow.png) no-repeat 97% center,url(/kimochi/img/top/icon_step05.png) no-repeat 10px center;
	background-size:12px auto,60px auto;
}
.whatsnew_info_item:nth-child(6) a{
	background:url(/kimochi/img/top/marker_arrow.png) no-repeat 97% center,url(/kimochi/img/top/icon_step06.png) no-repeat 10px center;
	background-size:12px auto,60px auto;
}
.whatsnew_info_item:nth-child(7) a{
	background:url(/kimochi/img/top/marker_arrow.png) no-repeat 97% center,url(/kimochi/img/top/icon_step07.png) no-repeat 10px center;
	background-size:12px auto,60px auto;
}

.whatsnew_info_item a:hover{
	background-color:rgba(0,0,0,0.1);
}


@media screen and (max-width:1250px){
	.whatsnew_image{
		overflow:hidden;
	}
}

@media screen and (max-width:1200px){
	.whatsnew_info{
		min-width:0;
	}
	.whatsnew_info_head{
		width:96%;
	}
	.whatsnew_headline{
		width:40%;
		margin:0 auto 0 10%;
		text-align:center;
	}
	.whatsnew_headline img{
		width:auto;
		max-width:90%;
	}
	.whatsnew_lead{
		width:40%;
		margin:0 auto 0 10%;
	}
	.whatsnew_image{
		width:50%;
		right:0px;
		bottom:0;
	}
	.whatsnew_image img{
		width:auto;
		max-width:90%;
	}



	.whatsnew_info_list{
		width:90%;
		padding:4vw 3%;
	}

	.whatsnew_info_item{
		width:47%;
	}

	.whatsnew_info_item a{
		width:calc(100% - 90px);
	}

}

@media screen and (max-width:1000px){

	.whatsnew_headline{
		width:50%;
		margin:0 auto 0 0;
	}

	.whatsnew_lead{
		width:50%;
		margin:0 auto 0 0;
		font-size:1.95vw;
	}
	.whatsnew_image{
		bottom:10%;
	}

}

@media screen and (max-width:767px){

	.whatsnew_info{
		padding-top:16vw;
		padding-bottom:20vw;
		margin-top:0;
	}
	.whatsnew_info_head{
		width:96%;
		margin:0 auto;
		padding-bottom:0;
	}
	.whatsnew_headline{
		width:90%;
		margin:0 auto;
	}
	.whatsnew_headline img{
		max-width:100%;
	}
	.whatsnew_lead{
		width:90%;
		margin:0 auto;
		padding-top:6vw;
		font-size:3.4vw;
	}
	.whatsnew_image{
		width:96%;
		margin:0 auto;
		position:relative;
		right:auto;
		bottom:auto;
		padding-top:6vw;
	}
	.whatsnew_image img{
		max-width:100%;
	}




	.whatsnew_info_list{
		width:96%;
		margin:0 auto;
		padding:8vw 0;
		display:block;
		margin-top:-5vw;
	}

	.whatsnew_info_item{
		width:96%;
		margin:0 auto;
	}

	.whatsnew_info_item a{
		width:calc(100% - 22vw);
		margin-bottom:0;
		padding:3.5vw 0 3.5vw 22vw;
		font-size:4.6vw;
		background:url(/kimochi/img/top/marker_arrow.png) no-repeat 97% center,url(/kimochi/img/top/icon_step01.png) no-repeat 1vw center;
		background-size:3.4vw auto,15vw auto;
	}
	.whatsnew_info_item:nth-child(2) a{
		background:url(/kimochi/img/top/marker_arrow.png) no-repeat 97% center,url(/kimochi/img/top/icon_step02.png) no-repeat 1vw center;
		background-size:3.4vw auto,15vw auto;
	}
	.whatsnew_info_item:nth-child(3) a{
		background:url(/kimochi/img/top/marker_arrow.png) no-repeat 97% center,url(/kimochi/img/top/icon_step03.png) no-repeat 1vw center;
		background-size:3.4vw auto,15vw auto;
	}
	.whatsnew_info_item:nth-child(4) a{
		background:url(/kimochi/img/top/marker_arrow.png) no-repeat 97% center,url(/kimochi/img/top/icon_step04.png) no-repeat 1vw center;
		background-size:3.4vw auto,15vw auto;
	}
	.whatsnew_info_item:nth-child(5) a{
		background:url(/kimochi/img/top/marker_arrow.png) no-repeat 97% center,url(/kimochi/img/top/icon_step05.png) no-repeat 1vw center;
		background-size:3.4vw auto,15vw auto;
	}
	.whatsnew_info_item:nth-child(6) a{
		background:url(/kimochi/img/top/marker_arrow.png) no-repeat 97% center,url(/kimochi/img/top/icon_step06.png) no-repeat 1vw center;
		background-size:3.4vw auto,15vw auto;
	}
	.whatsnew_info_item:nth-child(7) a{
		background:url(/kimochi/img/top/marker_arrow.png) no-repeat 97% center,url(/kimochi/img/top/icon_step07.png) no-repeat 1vw center;
		background-size:3.4vw auto,15vw auto;
	}





}


/*-----------------------------------------------

バナーエリア1。2018.9

-------------------------------------------------*/
.top_banner_link{
	width:1200px;
	margin:0 auto;
	margin-top:-30px;
	padding-bottom:60px;
}
.top_banner_list{
	width:100%;
	display:flex;
	justify-content: space-between;
}
.top_banner_item{
	width:580px;
}
.top_banner_item img{
	max-width:100%;
	opacity:1;
	transition:opacity ease 0.4s;
}
.top_banner_item a:hover img{
	opacity:0.75;
}

@media screen and (max-width:1200px){

	.top_banner_link{
		width:96%;
		margin:0 auto;
		margin-top:-30px;
	}
	.top_banner_item{
		width:48%;
	}

}

@media screen and (max-width:767px){

	.top_banner_link{
		margin-top:-8vw;
		padding-bottom:10vw;
	}
	.top_banner_list{
		display:block;
	}
	.top_banner_item{
		width:100%;
		margin-bottom:5vw;
	}


}


/*-----------------------------------------------

バナーエリア2。2018.9

-------------------------------------------------*/
.top_banner2_link{
	width:1000px;
	margin:0 auto;
	padding-top:70px;
}
.top_banner2_list{
	width:100%;
	display:flex;
	justify-content: space-between;
	flex-wrap:wrap;
}
.top_banner2_item{
	width:480px;
}
.top_banner2_item.is-full{
	width:100%;
	margin-bottom:20px;
	text-align:center;
}
.top_banner2_item a{
	display:inline-block;
	backface-visibility: hidden;
}
.top_banner2_item img{
	backface-visibility: hidden;
	max-width:100%;
	opacity:1;
	transition:opacity ease 0.4s;
}
.top_banner2_item a:hover img{
	opacity:0.75;
}

@media screen and (max-width:1200px){

	.top_banner2_link{
		width:96%;
		margin:0 auto;
	}
	.top_banner2_item{
		width:48%;
	}

}

@media screen and (max-width:767px){

	.top_banner2_link{
		padding-bottom:10vw;
	}
	.top_banner2_list{
		display:block;
	}
	.top_banner2_item,
	.top_banner2_item.is-full{
		width:100%;
		margin-bottom:5vw;
	}


}

