@charset "UTF-8";
/* CSS Document */

@font-face {
    font-family: 'Hannari';
    src: url('https://kifkif.me/font/Hannari.otf') format('opentype');
}

/* 共通 */

body{
	font-family:"Hannari";
	font-size:14px;
	line-height:1.5;
	margin:0;
	padding:0;
	color:#333;
}

p{
	margin:0;
	padding:0;
}

.sp_none{
	display:block;
}

.pc_none{
	display:none;
}

.clearfix:after{
	content:".";
	display:block;
	height:0;
	font-size:0;
	visibility:hidden;
	clear:both;
}

.bold{
	font-weight:bold;
}

.link{
	text-decoration:underline;
	}
	
img{
	width:100%;
}

.font120{
	font-size:120%;
}

.font80{
	font-size:80%;
}

.indent{
	padding-left:1em;
text-indent:-1em;
}

a:link{
	text-decoration: none;
	color: #333;
	}

a:visited {
	text-decoration: none;
	color: #333;
	}
	
	
	#pageTop {
  position: fixed;
  bottom: 50px;
  right: 40px;
}
 
#pageTop a {
  display: block;
  z-index: 999;
  width: 42px;
  height: 35px;
  color: #7d4e22;
  text-decoration: none;
  text-align: center;
  font-family:'Hannari';
  font-size:13px;
  line-height:1.2;
}
	

	
@media screen and (max-width: 700px) {
	body{
	font-size:16px;
}

.sp_none{
	display:none;
}

.pc_none{
	display:block;
}

#pageTop {
  position: fixed;
  bottom: 50px;
  right: 10px;
}
 
#pageTop a {
  display: block;
  z-index: 9999;
  width: 42px;
  height: 35px;
  color: #7d4e22;
  text-decoration: none;
  text-align: center;
  font-family:'Hannari';
  font-size:13px;
  line-height:1.2;
}
}



/*　ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーートップイメージ画像 */

.bg-slider {
	width: 100vw;
	height: 100vh;
	background-position:right 0% bottom 35%;
	background-size: cover;
	display: flex;
	align-items: center;
	justify-content: center;
	position:relative;
	margin:0 auto;
}

.top_message{
	text-align:center;
	font-size:19px;
	line-height: 1.8;
	color:#fff;
}

.top_message span{
	font-size:85%;
}

.japonais{
	font-size:32px;
	line-height:1.2;
}

.francaic{
	line-height:1.4;
	margin-top:20px;
	margin-left:0.3em;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.top_message .scroll {
	margin-top:90px;
	text-align:center;
}

.top_message .scroll a{
  padding-top: 100px;
  font-size:12px;
	color:#fff;
	letter-spacing:0.1em;
	padding:0;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.top_message .scroll a span {
  position: absolute;
  top: 65%;
  left: 50%;
  width: 24px;
  height: 24px;
  margin-left: -12px;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-animation: sdb 1.5s infinite;
  animation: sdb 1.5s infinite;
  box-sizing: border-box;
}
@-webkit-keyframes sdb {
  0% {
    -webkit-transform: rotate(-45deg) translate(0, 0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: rotate(-45deg) translate(-20px, 20px);
    opacity: 0;
  }
}
@keyframes sdb {
  0% {
    transform: rotate(-45deg) translate(0, 0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: rotate(-45deg) translate(-20px, 20px);
    opacity: 0;
  }
}


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

/* トップイメージ画像・スマホ */

.bg-slider {
	width: 100vw;
	height: 95vh;
	background-position:center;
	background-size: cover;
	display: flex;
	align-items: center;
	justify-content: center;
	position:relative;
	margin:0 auto;
}

.message01_sp_logo{
	width:30%;
	margin:0 auto 15px;
}

.japonais{
	font-size:18px;
	line-height:1.2;
}

}



/* -------------------------------------------------------------------------------------------------------------PCナビゲーションエリア */

#header{
	width:100%;
	position: relative;
	
}

.gn_area {
  height: 150px;
  background: #fff;
}
  
  #logo{/* トップ用 */
	width:110px;
	padding-top:40px;
	margin:0px auto 10px;
}

 #logo_sp{
	display:none;
}
  
  #nav_list{
	text-align:center;
	margin:5px auto 40px;
	}

#nav_list ul,#nav_list_footer ul,.sns ul{
	list-style:none;
}

#nav_list ul li,.sns ul li{
	margin:0;
	padding:0;
	margin-right:20px;
	display: inline-block;
}

#nav_list ul li:last-child{
	margin-right:0px;
}

#nav_list ul li a,.sns ul li a{
	text-decoration:none;
	color:#222;
	position: relative;
}
 
 #nav_list ul li a::before {
  position: absolute;
  bottom: -6px;
  left: 0;
  content: '';
  width: 100%;
  height: 2px;
  background: #dd6140;
  transform: scale(0, 1);
  transform-origin: top;
  transition: transform .3s;
}
#nav_list ul li a:hover::before {
  transform: scale(1, 1);
}
  
  /* （スクロールした後のデザイン）PCナビゲーションエリア */
  
.is-fixed {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2;
	height: 70px;
    width: 100%;
	text-align:left;
	border-bottom:solid 1px #ddd;
  }
  
 .is-fixed #logo,.gn_area_under #logo{/* トップ用 */
	width:6%;
	display:inline-block;
	padding-top:21px;
	margin:0px 1% 0 5%;
}

 .is-fixed #nav_list,.gn_area_under #nav_list{
	 display:inline-block;
	text-align:left;
	position:relative;
	width:40%;
	}


.is-fixed #nav_list ul,.gn_area_under #nav_list ul{
	position:absolute;
	right:0;
	top:18px;
	}
	
  /* PCナビゲーションエリア・下層ページ */
  #header_under{
	width:100%;
	position: relative;
	position:fixed;
	z-index:9999;
	border-bottom:solid 1px #ddd;
}

.gn_area_under {
  z-index: 2;
	height: 70px;
    width: 100%;
	text-align:left;
	background:#fff;
}
  
  
  /* （スクロールした後のデザイン）PCナビゲーションエリア */
  
.is-fixed {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2;
	height: 70px;
    width: 100%;
	text-align:left;
  }
  
 .is-fixed #logo{/* トップ用 */
	width:6%;
	display:inline-block;
	padding-top:21px;
	margin:0px 1% 0 5%;
}

 .is-fixed #nav_list{
	 display:inline-block;
	text-align:left;
	position:relative;
	width:40%;
	}


.is-fixed #nav_list ul{
	position:absolute;
	right:0;
	top:18px;
	}
	
	

@media screen and (max-width: 700px) {
	#logo_sp{
	display:block;
	width:90px;
	padding:18px 20px 13px;
}

 #header_under{
	position: relative;
}
}

/* -------------------------------------------------------------------------------------------------------------トップページコンテンツエリア */

#wrapper_top{
	width:100%;
}

#wrapper{
	width:100%;
	padding-top:70px;
}

.top_image{
	width:70%;
	margin:0 auto 50px;
	padding:0;
}

.top_image:hover{
	opacity:0.7;
}

.new_column{
	width:100%;
	padding:40px 15% 0;
	background:#f4f2f2;
	margin:0px auto 0px;
	box-sizing:border-box;
}

.new_column:last-child{
	padding:40px 15%;
}

h2.column_area_title {
	margin:10px 0 10px -10px;
	font-size:135%;
	font-weight:bold;
}

h2.column_area_title::before {
	content:"【";
}

h2.column_area_title::after {
	content:"】";
}

@media screen and (max-width: 700px) {
	
	#wrapper{
	width:100%;
	padding-top:0px;
}
	
	.new_column{
	width:100%;
	padding:40px 5% 0;
}

.new_column:last-child{
	padding:40px 5%;
}

h2.column_area_title {
	margin:0px 0 10px 0px;
	font-size:150%;
	text-align:center;
}
}

/* -------------------------------------------------------------------------------------------------------------囲み記事のデザイン */

/*boxのコマ割り*/

.box{
	width:100%;
	
}

.box .box2{
	width:49%;
	float:left;
	margin-right:2%;
	margin-bottom:2%;
	box-sizing:border-box;
}

.box .box2:nth-child(2n){
	margin-right:0;
}

.box .box3{
	width:32%;
	float:left;
	margin-right:2%;
	margin-bottom:20px;
	box-sizing:border-box;
	padding:15px 20px 20px;
	position:relative;
	background:#fff;
	border-top:solid 5px #fff;
}

.box .box3:nth-child(3n){
	margin-right:0;
}

.box .box4{
	width:23.5%;
	float:left;
	margin-right:2%;
	margin-bottom:18px;
}

.box .waku{
	box-sizing:border-box;
	padding:8px 13px 13px;
	position:relative;
	background:#fff;
	border-top:solid 5px #fff;
}

.box .box4:nth-child(4n){
	margin-right:0;
}

.box .box6{
	width:15%;
	float:left;
	margin-right:2%;
	margin-bottom:18px;
	box-sizing:border-box;
	padding:5px 10px 10px;
	position:relative;
	background:#fff;
	border-top:solid 5px #fff;
	text-align: left;
	text-justify:left;
}

.box .box6:nth-child(6n){
	margin-right:0;
}

.box .box3:hover,.box .box6:hover,.box .waku:hover{
	border-top:solid #dd6140 5px;
	transition: all 1000ms 0s ease;
}

@media screen and (max-width: 700px) {
.box .box2{
	width:100%;
	float:none;
	margin-right:0;
}

	.box .box3{
	width:100%;
	float:none;
	margin-right:0;
}

.box .box4{
	width:47.5%;
	float:left;
	margin-right:5%;
	margin-bottom:5%;
}

.box .box6{
	width:47.5%;
	float:left;
	margin-right:5%;
	margin-bottom:18px;
	box-sizing:border-box;
	padding:5px 10px 10px;
	position:relative;
	background:#fff;
	border-top:solid 5px #fff;
}

.box .box4:nth-child(2n),.box .box6:nth-child(2n){
	margin-right:0;
}
}


/*デザイン*/
.column_text_area{
	padding:10px 5px 0;
}

.article-title{
	position: relative;
	padding-top:3px;
	font-size:128%;
	font-weight:500;
	letter-spacing:-0.05em;
	height: 1.8em /* 2em（行）x line-heightの1.8 */;
	overflow: hidden;
}

.article_date{
	font-size:90%;
}

.ellipsis {
	position: relative;
	height: 2.6em /* 2em（行）x line-heightの1.8 */;
	overflow: hidden;
	line-height: 1.3;
	
}

.box .box6 .article-title{
	font-size:100%;
	height:3em;
	letter-spacing:-0.05em;
	line-height:1.4em;
	text-align: auto;
	text-justify: auto;
}

.box .box6 .article_date{
	font-size:80%;
}

.more_read_area{
	text-align:center;
	width:180px;
	margin:20px auto 0;
	background:#555;
	padding:10px;
	border-radius:5px;
}

.more_read{
font-size:110%;
	color:#fff;
}

.more_read_area:hover{
	background:#999;
}

.more_read::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  margin: 0 0 0.1em 0.4em;
  border: 5px solid transparent;
  border-bottom: 0 solid transparent;
  border-top: 8px solid #fff;
}

@media screen and (max-width: 700px) {
	.article-title{
	position: relative;
	padding-top:3px;
	font-size:128%;
	font-weight:600;
	letter-spacing:-0.05em;
	height: auto;
	overflow: hidden;
}
	
.more_read_area{
	margin:20px auto 0;
}

/*フッターインデックス用タイトル*/
.waku .article-title{
	position: relative;
	padding-top:3px;
	font-size:110%;
	font-weight:600;
	line-height:1.2em;
	height:2.4em;
	letter-spacing:-0.05em;
	overflow: hidden;
}

}




/* -------------------------------------------------------------------------------------------------------------プロフィール */

.profile_message_area{
	width:100%;
	padding:60px 15%;
	background:#f4f2f2;
	margin:0px auto 0px;
	box-sizing:border-box;
	text-align:center;
}

.karigane_img{
	width:22%;
	margin:0 auto;
}

.message_txt_jp{
	margin-top:20px;
	font-size:120%;
}

.message_txt_fr{
	margin-top:30px;
	line-height:1.5;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}


.profile{
	width:100%;
	padding:60px 15% 0;
	margin:0px auto 0px;
	box-sizing:border-box;
	background:#fff;
}
	
.profile .profile_img{
	width:25%;
	float:left;
	margin-right:7%
}

.profile_txt{
	float:left;
	width:68%;
}

.name{
	font-family:'Hannari';
	font-size:150%;
	margin-top:15px;
}

.name span{
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size:60%;	
}

.profile_work_txt{
	width:100%;
	padding:50px 15%;
	margin:0px auto 0px;
	box-sizing:border-box;
	line-height:1.3;
}

.profile_work_img{
	width:100%;
	padding:50px 15%;
	margin:0px auto 0px;
	box-sizing:border-box;
	background:#f4f2f2;
}
	
.attention{
	text-align:center;
	font-size:80%;
}

.cledit{
	margin-bottom:30px;
}


@media screen and (max-width: 700px) {
	.profile_message_area{
	padding:40px 10%;
	text-align:left;
}

.karigane_img{
	width:50%;
	margin:0 auto;
}

.message_txt_jp{
	margin-top:20px;
	text-align: justify;
	text-justify: inter-ideograph;
	font-size:110%;
}

.profile{
	width:100%;
	padding:50px 10% 40px;
}
	
.profile .profile_img{
	width:50%;
	float:none;
	margin:0 auto;
}

.profile_txt{
	float:none;
	width:100%;
	text-align: justify;
	text-justify: inter-ideograph;
}

.profile_work_txt{
	padding:50px 10%;
}

.profile_work_img{
	width:100%;
	padding:10%;
	margin:0px auto 0px;
	box-sizing:border-box;
	background:#f4f2f2;
}

.attention{
	text-align:left;
}

}


/* -------------------------------------------------------------------------------------------------------------投稿ページデザイン */

.blog_area{
	width:100%;
	padding:60px 15%;
	background:#f7f7f7;
	margin:0px auto 0px;
	box-sizing:border-box;
}

h2.blog_area_title {
	margin:10px 0 0px 0px;
	font-size:210%;
	font-weight:100;
}

.column_text{
	margin-top:15px;
}

.article_txt{
	width:70%;
	margin:0 auto;
	padding:35px 0;
	font-size:110%;
	line-height:1.5;
	text-align: justify;
	text-justify: inter-ideograph;
}

.yukata_coordinate_box{
	border:solid 1px #ccc;
	padding: 50px;

}	

.yukata_coordinate_box .yukata_img_box{
	float: left;
	width:45%;
}

.yukata_coordinate_box .yukata_txt_box{
	float: right;
	width:45%;
}

.catch3{
	font-size:140%;
	font-weight:bold;
	padding-bottom: 30px;
	
}

.blog_footer_more_read_area{
	text-align:center;
	width:15%;
	margin:10px 0 30px 85%;
	background:#555;
	padding:10px;
	box-sizing:border-box;
	border-radius:5px;
}

.blog_footer_more_read_area:hover{
	background:#999;
}

.blog_footer_more_read_area .more_read{
font-size:85%;
	color:#fff;
	letter-spacing:-0.1em;
}

.blog_footer_more_read_area .more_read::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  margin: 0 0 0.1em 0.4em;
  border: 4px solid transparent;
  border-bottom: 0 solid transparent;
  border-top: 6px solid #fff;
}

.catch2{
	font-size:110%;
	font-weight:bold;
	text-align:center;
	
}

.catch2 span{
	border-bottom:solid 3px #333;
	padding:4px;
}

@media screen and (max-width: 700px) {
	.blog_area{
	width:100%;
	padding:50px 10%;
}

h2.blog_area_title {
	margin:0px auto 0px;
	font-size:150%;
	font-weight:100;
	line-height:1.3em;

}

.article_txt{
	width:100%;
}
	
	.yukata_coordinate_box{
	border:solid 1px #ccc;
	padding: 10px;

}	

.yukata_coordinate_box .yukata_img_box{
	float: none;
	width:100%;
}

.yukata_coordinate_box .yukata_txt_box{
	float: none;
	width:100%;
}

	.catch3{
	font-size:130%;
	font-weight:bold;

}
.blog_footer_more_read_area{
	width:60%;
	margin:10px auto 50px;

}

.blog_footer_more_read_area .more_read{
font-size:100%;
}

.blog_footer_more_read_area .more_read::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  margin: 0 0 0.1em 0.4em;
  border: 5px solid transparent;
  border-bottom: 0 solid transparent;
  border-top: 8px solid #fff;
}
}

/* -------------------------------------------------------------------------------------------------------------フッター */

.new_column_footer_area{
	width:100%;
	padding:60px 10%;
	background:#e8e8e8;
	margin:0px auto 0px;
	box-sizing:border-box;
}

#footer{
	background:#f4f2f2;
	padding-top:15px;
	padding-bottom:15px;
}

#nav_list_footer,.sns_footer{
	display:none;
}

#copyright{
	width:100%;
	font-size:80%;
	text-align:center;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}


@media screen and (max-width: 700px) {
	
	.new_column_footer_area{
	width:100%;
	padding:40px 5%;

}
	
	#footer{
	background:#ddd;
	padding-top:30px;
	padding-bottom:20px;
}

#nav_list_footer,.sns_footer{
	display:block;
	text-align:center;
	margin-top:10px;
}

#nav_list_footer ul li,.sns_footer ul li{
	margin:0;
	margin-right:10px;
	display: inline-block;
	text-decoration:none;
}

#nav_list_footer ul li a{
	font-size:85%;
}

#nav_list_footer ul li:last-child,.sns_footer ul li:last-child{
	margin-right:0;
}

.sns_footer ul li img{
	width:30px;
}

#copyright{
	margin-top:20px;
	font-size:75%;
	text-align:center;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}


}


