@charset "utf-8";

html {
	font: normal normal normal 62.5%/1"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Osaka", "MS PGothic", "ＭＳ Ｐゴシック", sans-serif;
font-style: normal;
font-weight: 400;	
}

.mincho{
	font-family: 'ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','ＭＳ Ｐ明朝','MS PMincho',serif;
}
	
body {
	margin: 0 !important;
	padding: 0 !important;
	box-sizing:border-box;
	font-size:1.4rem;
	background-color: #FFF;
	background-color: rgba(255, 255, 255, 1);
	position: relative;
	color: #434343;
	text-rendering: optimizeLegibility;
	-webkit-text-size-adjust: none;
	-webkit-font-smoothing: antialiased;
}

a {
	text-decoration: none;
	-webkit-transition: opacity 0.4s ease;
    -moz-transition: opacity 0.4s ease;
    -o-transition: opacity 0.4s ease;
    transition: opacity 0.4s ease;
}
a:hover {
	filter: alpha(opacity=70);
	-moz-opacity:0.7;
	opacity:0.7;
}
a,
input,
select,
textarea,
button,
*:before,
*:after {
	-webkit-transition:  opacity 0.4s ease;
	        transition:  opacity 0.4s ease;
	-webkit-transform: translate3d(0, 0, 0);
			transform: translate3d(0, 0, 0);
}

a:focus,
input:focus,
select:focus,
textarea:focus,
button:focus {
  outline: none;
}

img {
	width: 100%;
	vertical-align: bottom;
	-ms-interpolation-mode: bicubic;
		interpolation-mode: bicubic;
}

.pc_off{
	display:none;
	}
.sp_off{
	display:block;
	}
	

.cl{
	clear:both;
	}
img.preload{
	display:none;
}
::-moz-selection
{
    background: #ee958a;
}
::selection
{
    background: #ee958a;
}

/* Safari */
::-moz-selection
{
    background: #ee958a;
}


/* ==========================================================================
	header
========================================================================== */
#header{
	width:100%;
	padding:0 15px 0;
	min-height:120px;
	box-sizing:border-box;
	position:relative;
	z-index:9998;
	}
#header:before{
	content:"";
	display:block;
	position:absolute;
	z-index:100;
	top:0;
	left:0;
	right:0;
	width:100%;
	height:120px;
	background:url(../image/head_bg.png) top center no-repeat;
	background-size:cover;
	}
#header_inr{
	margin:0 auto;
	max-width:1000px;
	position:relative;
	}

#header_inr h1{
	position:absolute;
	width:161px;
	top:39px;
	left:0;
	right:0;
	margin:auto;
	z-index:500;
	-webkit-transition: opacity 0.4s ease;
    -moz-transition: opacity 0.4s ease;
    -o-transition: opacity 0.4s ease;
    transition: opacity 0.4s ease;
	}
#header_inr h1:hover{
	
	filter: alpha(opacity=70);
	-moz-opacity:0.7;
	opacity:0.7;
	}
#header_inr h2{
	position:absolute;
	width:220px;
	left:0;
	top:0;
	-webkit-transition: top 0.4s ease;
	        transition: top 0.4s ease;
	}
	

#header_inr .head_con_link{
	display:block;
	position:absolute;
	width:220px;
	height:116px;
	left:0;
	top:0;
	z-index:500;
	}
#header_inr .head_sns{
	position:absolute;
	width:104px;
	top:78px;
	right:0;
	-js-display: flex;
	display:-webkit-box;
	display: -webkit-flex;
	display:-moz-box;
	display:-ms-flexbox;
	display: flex;
	-webkit-justify-content: space-between;
    justify-content: space-between;
	-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
			flex-wrap: wrap;
	z-index:500;
	}

#header_inr .head_sns a{
	display:block;
	-webkit-transition:  margin 0.4s ease;
	        transition:  margin 0.4s ease;
	}
#header_inr .head_sns .fb{
	width:12px;
	padding-top:1px;
	}

#header_inr .head_sns .twi{
	width:22px;
	padding-top:8px;
	}
#header_inr .head_sns .insta{
	width:25px;
	}
#header_inr .head_sns .fb:hover,
#header_inr .head_sns .twi:hover,
#header_inr .head_sns .insta:hover{
	margin-top:-5px;
	filter: alpha(opacity=100);
	-moz-opacity:1;
	opacity:1;
	}
	
	
	
@media screen and ( max-width: 780px ) {
#header{
	width:100%;
	padding:0 15px 0;
	min-height:155px;
	box-sizing:border-box;
	position:relative;
	}
#header:before{
	height:40px;
	}
#header_inr{
	min-height:155px;
	}
#header_inr h1{
	position:absolute;
	width:194px;
	top:28px;
	left:0;
	right:0;
	margin:auto;
	}
#header_inr h2{
	display:none;
}
#header_inr .head_sns{
	position:absolute;
	width:173px;
	top:auto;
	bottom:-24px;
	right:0;
	left:0;
	margin:auto;
	-js-display: flex;
	display:-webkit-box;
	display: -webkit-flex;
	display:-moz-box;
	display:-ms-flexbox;
	display: flex;
	-webkit-justify-content: space-between;
    justify-content: space-between;
	-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
			flex-wrap: wrap;
	}

#header_inr .head_sns a img{
	display:none;
	}
#header_inr .head_sns .fb,
#header_inr .head_sns .twi,
#header_inr .head_sns .insta{
	width:48px;
	height:48px;
	padding-top:0px;
	border-radius: 48px;        /* CSS3草案 */  
    -webkit-border-radius: 48px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 48px;   /* Firefox用 */
	border:4px solid #fff;
	box-sizing:border-box;
	z-index:9997;
	}
	
#header_inr .head_sns .fb{
	background:url(../image/head_fb_sp.png) center center no-repeat;
	background-size:cover;
	}
#header_inr .head_sns .twi{
	background:url(../image/head_twi_sp.png) center center no-repeat;
	background-size:cover;
	
	}
#header_inr .head_sns .insta{
	background:url(../image/head_insta_sp.png) center center no-repeat;
	background-size:cover;
	}
	}
@media screen and ( max-width: 500px ) {

#header:before{
	height:23px;
background:url(../image/head_bg_sp.png) top center no-repeat;
	background-size:cover;
	}
	}
/* ==========================================================================
	menu
========================================================================== */
	
#navigation{
	opacity:0;
	display:none;
}
#pc_menu{
	 width:100%;
	 max-width:1030px; 
	 margin:92px auto 50px;
	 padding:0 15px;
	box-sizing:border-box;
	}
#pc_menu ul{
	width:100%;
	max-width:1000px;
	padding-left:30px;
	box-sizing:border-box;
	-js-display: flex;
	display:-webkit-box;
	display: -webkit-flex;
	display:-moz-box;
	display:-ms-flexbox;
	display: flex;
	-webkit-justify-content: space-between;
    justify-content: space-between;
	-webkit-flex-wrap: nowrap;
		-ms-flex-wrap: nowrap;
			flex-wrap: nowrap;
	}

#pc_menu ul li{
	height:38px;
	position:relative;
	text-align:center;
	}
#pc_menu ul li a{
	display:block;
	height:37px;
	}
	
#pc_menu ul li a:hover{
	
	filter: alpha(opacity=100);
	-moz-opacity:1;
	opacity:1;
	}
#pc_menu ul li:before{
	display:block;
	position:absolute;
	bottom:0;
	left:0;
	right:0;
	margin:auto;
	font-family: 'Alegreya Sans SC', sans-serif;
	font-weight:400;
	color:#808080;
	text-align:center;
	letter-spacing:0.12em;
	-webkit-transition:  color 0.4s ease,letter-spacing 0.4s ease;
	        transition:  color 0.4s ease,letter-spacing 0.4s ease;
	}
	
#pc_menu ul li:hover:before{
	color:#ec6d56;
	letter-spacing:0.18em;
	}
#pc_menu ul .menu1{
	width:100px;
	}
#pc_menu ul .menu1:before{
	content:"profile";
	}
#pc_menu ul .menu2{
	width:52px;
	padding-right:5px;
	}
#pc_menu ul .menu2 img{
	width:42px;
	}
	
#pc_menu ul .menu2:before{
	content:"works";
	}
#pc_menu ul .menu3{
	width:64px;
	}
#pc_menu ul .menu3:before{
	content:"service";
	}
#pc_menu ul .menu4{
	width:47px;
	}
#pc_menu ul .menu4:before{
	content:"blog";
	}
#pc_menu ul .menu5{
	width:100px;
	}
#pc_menu ul .menu5:before{
	content:"contact";
	}
#pc_menu ul .menu6{
	width:177px;
	}
#pc_menu ul .menu6:before{
	content:"if the writer series";
	}

	

@media screen and ( max-width: 1050px ) {
#pc_menu ul{
	padding-left:0px;
	}
	
	}
	
@media screen and ( max-width: 780px ) {
#s_navi{
	width:100%;
	position:relative;
	}
#m_list{
	width:100%;
	position:relative;
	height:68px;
	padding-top:0;
	box-sizing:border-box;
	z-index:9997;
	}
.hasei_menu .ht_img{
	position:absolute;
	top:0;
	left:0;
	right:0;
	padding:0;
	margin:auto;
	vertical-align:top;
	width:100%;
	max-width:1300px;
	}
.hasei_menu .ht_img img{
	vertical-align:top;
	
	}
	
#m_list h1{
	width:100%;
	position:relative;
	height:68px;
	margin:0 auto 33px;
	padding-top:11px;
	background:url(../image/logo_bg.png) center center;
	background-size:cover;
	box-sizing:border-box;
	z-index:9997 !important;
	text-align:center;
	}
#m_list h1 a img{
	width:153px;
	}
	
#pc_menu{
	display:none;}
	
	
	
#sp-menu {
	margin-top:0;
	width: 100%;
	height: -webkit-calc(100% - 80px) ;
	overflow:auto;
	-webkit-overflow-scrolling: touch;
}

#navigation {
	background: rgba(255, 255, 255, 0.95);
	top:0;
	left:0;
	opacity:0;
	z-index: -1;
	-webkit-overflow-scrolling: touch;
	overflow:auto;
}

#navigation.show {
	width: 100%;
	height: 100%;
	display: block;
	z-index: 9999 !important;
	position: fixed;
	right:0;
	opacity: 1;
	overflow:visible;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
-ms-transform: translate3d(0, 0, 0);
	-webkit-transition: transform 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
	-ms-transition: transform 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: transform 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
}


#navigation li {
	
	
}

#navigation li a {
	display: block;
	line-height: 50px;
	height:50px;
	font-weight:400;
	text-align: center;
	text-decoration: none;
	border-bottom: 1px solid #df5644;
	font-size:16px;
	box-sizing:border-box;
	color:#545454;
}
#navigation li a img{
	width:116px;
}

#navigation li.first a {
	padding-top:28px;
	box-sizing:border-box;
	height:113px;
}

#navigation li.first a img{
	width:242px;
	}
#navigation li a:hover {
	background-color: #5c5656;
	background-color: rgba(255, 225, 225, .2);
	opacity: 1;
}
#navigation .sp_bnr a{
	border:0;
-webkit-transition: opacity 0.4s ease;
    -moz-transition: opacity 0.4s ease;
    -o-transition: opacity 0.4s ease;
    transition: opacity 0.4s ease;
	margin-top:20px;
	}

#navigation .sp_bnr a:hover{
	border:0;
	filter: alpha(opacity=70);
	-moz-opacity:0.7;
	opacity:0.7;
	background:none;
	}
#navigation li.logo a:hover {
	background-color: transparent;
	opacity: .7;
}

	
	
/*

#navigation {
	width:calc(100% - 62px);
	height:100%;
	display: block;
	position: fixed;
	top:0;
	right:0;
	opacity:0;
	z-index: -1;
	overflow:auto;
	-webkit-transform: translate3d(200%, 0, 0);
	-ms-transform: translate3d(200%, 0, 0);
	transform: translate3d(200%, 0, 0);
	-webkit-transition: transform 300ms cubic-bezier(0.645, 0.045, 0.355, 1),opacity 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
	-ms-transition: transform 300ms cubic-bezier(0.645, 0.045, 0.355, 1),opacity 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: transform 300ms cubic-bezier(0.645, 0.045, 0.355, 1),opacity 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
	z-index: 9999 !important;
}

#navigation.show {
	z-index: 9999 !important;
	position: fixed;
	right:0;
	opacity: 1;
	overflow:visible;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
-ms-transform: translate3d(0, 0, 0);
	-webkit-transition: transform 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
	-ms-transition: transform 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: transform 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
}
#navigation.show:before {
	content:"";
	display:block;
	z-index: -1 !important;
	position: fixed;
	left: calc(253px - 100vw);
	top:0;
	width:500%;
	height:100%;
	background:rgba(80,100,103,0.5);
	}

#sp-menu {
	margin-top:0;
	width: 100%;
	height:100%;
	overflow:auto;
	-webkit-overflow-scrolling: touch;
	display:block;
}
#sp-menu::-webkit-scrollbar{width:6px;}
#sp-menu::-webkit-scrollbar-track{background:#fff;}
#sp-menu::-webkit-scrollbar-thumb{background:#0096c9;}
#navigation li {
	padding: 0;
	display:block;
}
#navigation .menu_stit{
	background:#f7f4e6;
	height:247px;
	text-align:center;
	color:#fff;
	font-weight:400;
	}
	
	
#navigation .menu_stit .menu_stit_img{
	width:85%;
	max-width:255px;
	}
#navigation .menu_stit .menu_telfax_img{
	width:67%;
	max-width:201px;
	margin:17px 0;
	}
#navigation li a {
	display: block;
	height:50px;
	padding-top:18px;
	bpx-sizing:border-box;
	text-align: center;
	text-decoration: none;
	border-bottom: 1px solid #c8c8c8;
	background:#fff;
	font-size:13px;
	font-weight:bold;
	color:#2e2e2e;
	padding-left:0;
	box-sizing:border-box;
	-webkit-transition: background 0.4s ease;
    -moz-transition: background 0.4s ease;
    -o-transition: background 0.4s ease;
    transition: background 0.4s ease;
	position:relative;
}

#navigation .menu_stit a{
	width:255px;
	margin:0 auto;
	border-bottom: none;
	background:none;
	padding-left:0px;
	padding-top:5px;
	-webkit-transition: opacity 0.4s ease;
    -moz-transition: opacity 0.4s ease;
    -o-transition: opacity 0.4s ease;
    transition: opacity 0.4s ease;
	}
	
#navigation .menu_stit a img{
	vertical-align:top;
	}
#navigation .menu_stit a:hover{
	background:none;
	filter: alpha(opacity=70);
	-moz-opacity:0.7;
	opacity:0.7;

	
	}
	
#navigation li a:before{
	content:"";
	position:absolute;
	width:9px;
	height:12px;
	right:15px;
	top:18px;
	margin:auto;
	background:url(../image/menu_ar.png);
	background-size:cover;
	}
#navigation .menu_stit a:before{
	display:none;
	}
#navigation li a:hover {
	opacity: 1;
	background:#ffe9cb;
	z-index:9999;
}
*/

#menu {
	width: 65px;
	height: 58px;
	position: absolute;
	top: -2px;
	right: 10px;
	cursor: pointer;
	z-index: 9999;
	background-color: rgba(255, 255, 255, 1);
	border-radius: 0 0 130px 130px / 0 0 130px 130px;
	-webkit-border-radius: 0 0 130px 130px / 0 0 130px 130px;
	-moz-border-radius: 0 0 130px 130px / 0 0 130px 130px;
	border-left:2px solid #de624c;
	border-right:2px solid #de624c;
	border-bottom:2px solid #de624c;

	
}
#menu span,
#menu:before,
#menu:after {
	content: "";
	width: 25px;
	height: 2px;
	display: block;
	background-color: #de624c;
	position: absolute;
	left:0;
	right:0;
	margin:auto;
	top: 10px;
	-webkit-transform-origin: center center;
			transform-origin: center center;
	-webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
	z-index: 9999;

}

#menu:before {
	margin-top: 0px;
	z-index: 9999;
}

#menu span {
	margin-top: 10px;
	z-index: 9999;
}
#menu span:before{
	content:"MENU";
	position:absolute;
	top:17px;
	left:-1px;
	font-weight:bold;
	font-size:10px;
	font-family: 'Alegreya Sans SC', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Osaka", "MS PGothic", "ＭＳ Ｐゴシック", sans-serif;
	color:#ec6d56;
	font-weight:800;

	}
.Android #menu span:before,
.iPhone #menu span:before{
	left:0px;
	}


#menu:after {
	margin-top: 19px;
	z-index: 9999;
}

#menu:hover:before {
	-webkit-transform: translate3d(0, -2px, 0);
			transform: translate3d(0, -2px, 0);
}

#menu:hover:after {
	-webkit-transform: translate3d(0, 2px, 0);
			transform: translate3d(0, 2px, 0);
}

#menu.show {
	position:fixed;
	z-index:9999;
	left:0;
	width:100%;
	top:413px;
	height:50px;
	
	border-radius: 0px;        /* CSS3草案 */  
    -webkit-border-radius: 0px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 0px;   /* Firefox用 */
	background:#df5644;
}


#menu.show span {
	z-index: 9999;
	color:#fff;
	height:50px;
	text-align:center;
	display:block;
	background:none;
	width:150px;

}
#menu.show span:before{
	display:block;
	content:"閉じる";
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Osaka", "MS PGothic", "ＭＳ Ｐゴシック", sans-serif;
	font-size:15px;
	color:#fff;
	text-align:center;
	width:150px;
	top:0px;

	}

#menu.show:before {
	/*
	-webkit-transform: translate3d(0, 9px, 0) rotate3d(0, 0, 1, 45deg);
			transform: translate3d(0, 9px, 0) rotate3d(0, 0, 1, 45deg);
	background:none;
	z-index: 9999;
	*/
	display:none;
}

#menu.show:after {
	/*
	-webkit-transform: translate3d(0, -9px, 0) rotate3d(0, 0, 1, -45deg);
			transform: translate3d(0, -9px, 0) rotate3d(0, 0, 1, -45deg);
	background:none;
	z-index: 9999;
	*/
	display:none;
}

}




/* ==========================================================================
	footer1
========================================================================== */
#footer1{
	width:100%;
	position:relative;
	padding:80px 0 80px;
	box-sizing:border-box;
	background:url(../image/footer_bg.png) bottom center no-repeat;
	}
#footer1 .footer_con{
	width:calc(100% - 30px);
	max-width:1000px;
	margin:0 auto;
	position:relative;
	box-sizing:border-box;
	}
	
#footer1 .footer_con:before{
	content:"";
	display:block;
	width:246px;
	height:200px;
	position:absolute;
	right:0;
	bottom:-55px;
	background:url(../image/footer_illust.png);
	background-size:cover;
	}
#footer1 .footer_contact{
	display:block;
	float:left;
	width:54%;
	background:#f6f6f6;
	padding:45px 30px 40px;
	border-top:5px solid #dd4d3a;
	position:relative;
	box-sizing:border-box;
	-webkit-box-shadow: 0px 3px 1px 1px rgba(212,212,212,0.6);
-moz-box-shadow: 0px 3px 1px 1px rgba(212,212,212,0.6);
box-shadow: 0px 3px 1px 1px rgba(212,212,212,0.6);
-webkit-transition: background 0.4s ease;
    -moz-transition: background 0.4s ease;
    -o-transition: background 0.4s ease;
    transition: background 0.4s ease;
	}
	
#footer1 .footer_contact:hover{
	
	background:#e1e1e1;
filter: alpha(opacity=100);
-moz-opacity:1;
opacity:1;
}
#footer1 .footer_contact:before{
	content:"";
	display:block;
	position:absolute;
	left:31px;
	top:5px;
	width:31px;
	height:51px;
	background:url(../image/left_light.png);
	background-size:cover;
	-webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
	}
#footer1 .footer_contact:after{
	content:"";
	display:block;
	position:absolute;
	right:31px;
	top:5px;
	width:31px;
	height:51px;
	background:url(../image/right_light.png);
	background-size:cover;
-webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
	}
#footer1 .footer_contact:hover:before{
	width:111px;
	height:122px;
	background:url(../image/left_light_af.png);
	background-size:cover;
	}
#footer1 .footer_contact:hover:after{
	width:111px;
	height:122px;
	background:url(../image/right_light_af.png);
	background-size:cover;
	}

#footer1 .footer_contact .con_tit{
	width:200px;
	}
	
#footer1 .footer_contact .con_tit:after{
	content:"CONTACT";
	margin-bottom:30px;
	}

#footer1 .footer_contact .text_area{
	width:100%;
	padding:25px 15px 30px;
	background:#fff;
	border-radius: 10px;        /* CSS3草案 */  
    -webkit-border-radius: 10px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 10px;   /* Firefox用 */
	box-sizing:border-box;
	}
#footer1 .footer_contact .text_area p{
	color:#545454;
	text-align:center;
	font-size:14px;
	line-height:28px;
	margin-bottom:10px;
	}
#footer1 .footer_contact:hover .link_btn{
	color:#dd4d3a;
	background:#fff;
	border:2px dotted #dd4d3a;
	}


#footer1 .footer_contact:hover .link_btn:before{
	right:26px;
	background:url(../image/btn_ar_af.png);
	background-size:cover;
	}


#footer1 .footer_sns{
	width:43%;
	float:right;
	}

/*footer_fb*/
#footer1 .footer_fb{
	display:block;
	width:100%;
	position:relative;
	padding:30px 20px;
	box-sizing:border-box;
	overflow: hidden;
	}

#footer1 .footer_fb:after{
    content: "";
	z-index:-1;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
	background:url(../image/footer_fb_bg.jpg) center center;
	background-size:cover;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    transition: all .3s ease-out;

	}
#footer1 .footer_fb:hover:after{

    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
	}
	
#footer1 .footer_fb:hover{
filter: alpha(opacity=100);
-moz-opacity:1;
opacity:1;
}
	
	

#footer1 .footer_fb .img_area{
	width:86px;
	border:3px solid #fff;
	float:left;
	box-sizing:border-box;
	}
#footer1 .footer_fb .text_area{
	width:calc(100% - 105px);
	float:right;
	box-sizing:border-box;
	}

#footer1 .footer_fb .text_area h2{
	font-size:19px;
	color:#fff;
	padding-left:30px;
	position:relative;
	margin:5px 0 18px;
	}
#footer1 .footer_fb .text_area h2:before{
	content:"";
	display:block;
	width:20px;
	height:20px;
	position:absolute;
	left:0;
	top:0;
	bottom:0;
	margin:auto;
	background:url(../image/footer_fb_icon.png);
	background-size:cover;
	}
	
#footer1 .footer_fb .text_area h3{
	width:100%;
	height:40px;
	background:#f3f7fa;
	text-align:center;
	font-size:14px;
	color:#275caa;
	border-radius: 3px;        /* CSS3草案 */  
    -webkit-border-radius: 3px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 3px;   /* Firefox用 */
	position:relative;
	text-align:center;
	padding-top:12px;
	box-sizing:border-box;
-webkit-transition: background 0.4s ease,color 0.4s ease,border 0.4s ease;
    -moz-transition: background 0.4s ease,color 0.4s ease,border 0.4s ease;
    -o-transition: background 0.4s ease,color 0.4s ease,border 0.4s ease;
    transition: background 0.4s ease,color 0.4s ease,border 0.4s ease;
	}
#footer1 .footer_fb:hover .text_area h3{
	color:#fff;
	background:#275caa;
}
#footer1 .footer_fb .text_area h3:before{
	content:"";
	display:block;
	right:20px;
	top:16px;
	margin:auto;
	width:16px;
	height:7px;
	background:url(../image/btn_ar_b.png);
	background-size:cover;
	position:absolute;
-webkit-transition: border 0.4s ease,right 0.4s ease;
    -moz-transition: border 0.4s ease,right 0.4s ease;
    -o-transition: border 0.4s ease,right 0.4s ease;
    transition: border 0.4s ease,right 0.4s ease;
	}
#footer1 .footer_fb:hover .text_area h3:before{

	right:15px;
	background:url(../image/btn_ar_b_af.png);
	background-size:cover;

}


/*footer_twi*/
#footer1 .footer_twi{
	width:100%;
	margin-top:30px;
	display:block;
	}
#footer1 .footer_twi:hover{
filter: alpha(opacity=100);
-moz-opacity:1;
opacity:1;
}


#footer1 .footer_twi h2{
	width:100%;
	height:53px;
	background:#fbfbfb;
	box-sizing:border-box;
	padding:15px 15px 0 52px;
	color:#545454;
	border-bottom:1px solid #bac5cd;
	position:relative;
	}

#footer1 .footer_twi h2:before{
	content:"";
	display:block;
	position:absolute;
	width:24px;
	height:20px;
	left:20px;
	top:16px;
	background:url(../image/footer_twi_icon.png);
	background-size:cover;
	}
#footer1 .footer_twi h2 .blue_txt{
	color:#3088d3;
	}

#footer1 .footer_twi h2 .b_txt{
	font-size:18px;
	color:#545454;
	font-weight:bold;
	letter-spacing:0.03em;
	}
	
#footer1 .footer_twi .text_area{
	width:100%;
	box-sizing:border-box;
	background:#f4f8fb;
	padding:31px 20px 32px 126px;
	position:relative;
-webkit-transition: background 0.4s ease;
    -moz-transition: background 0.4s ease;
    -o-transition: background 0.4s ease;
    transition: background 0.4s ease;

}
#footer1 .footer_twi:hover .text_area{
	background:#65b3ee;
	}

#footer1 .footer_twi .text_area:before{
	content:"";
	display:block;
	position:absolute;
	width:86px;
	height:86px;
	left:20px;
	top:20px;
	border-radius: 86px;        /* CSS3草案 */  
    -webkit-border-radius: 86px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 86px;   /* Firefox用 */
	border:3px solid #b3cfe3;
	background:url(../image/footer_twi_img.png);
	background-size:cover;
	box-sizing:border-box;
-webkit-transition: color 0.4s ease;
    -moz-transition: color 0.4s ease;
    -o-transition: color 0.4s ease;
    transition: color 0.4s ease;

}

#footer1 .footer_twi .text_area h3{
	font-family: 'Archivo Black', sans-serif;
	font-size:14px;
	color:#2b2b2b;
	}
#footer1 .footer_twi:hover .text_area h3{
	color:#fff;
	}
#footer1 .footer_twi .text_area p{
	font-size:11px;
	margin:8px 0 14px;
	color:#545454;
-webkit-transition: color 0.4s ease;
    -moz-transition: color 0.4s ease;
    -o-transition: color 0.4s ease;
    transition: color 0.4s ease;
	}
	
#footer1 .footer_twi:hover .text_area p{
	color:#fff;
	}
	
#footer1 .footer_twi .text_area h4{
	width:100%;
	height:40px;
	background:#65b3ee;
	text-align:center;
	box-sizing:border-box;
	font-size:14px;
	color:#fff;
	border-radius: 3px;        /* CSS3草案 */  
    -webkit-border-radius: 3px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 3px;   /* Firefox用 */
	position:relative;
	text-align:center;
	padding-top:12px;
-webkit-transition: background 0.4s ease,color 0.4s ease,border 0.4s ease;
    -moz-transition: background 0.4s ease,color 0.4s ease,border 0.4s ease;
    -o-transition: background 0.4s ease,color 0.4s ease,border 0.4s ease;
    transition: background 0.4s ease,color 0.4s ease,border 0.4s ease;
	}
#footer1 .footer_twi:hover .text_area h4{
	color:#65b3ee;
	background:#fff;
}
#footer1 .footer_twi .text_area h4:before{
	content:"";
	display:block;
	right:20px;
	top:14px;
	margin:auto;
	width:16px;
	height:7px;
	background:url(../image/btn_ar_b_af.png);
	background-size:cover;
	position:absolute;
-webkit-transition: border 0.4s ease,right 0.4s ease;
    -moz-transition: border 0.4s ease,right 0.4s ease;
    -o-transition: border 0.4s ease,right 0.4s ease;
    transition: border 0.4s ease,right 0.4s ease;
	}
#footer1 .footer_twi:hover .text_area h4:before{

	right:15px;
	background:url(../image/btn_ar_twi_af.png);
	background-size:cover;

}

#footer1 .footer_link{
	margin:160px 0 20px;
	}
	
.footer_link li{
	padding:0 0 0 18px;
	margin-right:15px;
	float:left;
	position:relative;
	}
.footer_link li a{
	font-family: 'ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','ＭＳ Ｐ明朝','MS PMincho',serif;
	color:#707070;
	font-weight:bold;
	font-size:12px;
-webkit-transition: background 0.4s ease,color 0.4s ease;
    -moz-transition: background 0.4s ease,color 0.4s ease;
    -o-transition: background 0.4s ease,color 0.4s ease;
    transition: background 0.4s ease,color 0.4s ease;
	}
.footer_link li a:hover{
	color:#dd4d3a;
filter: alpha(opacity=100);
-moz-opacity:1;
opacity:1;
	}
.footer_link li:before{
	content:"|";
	display:block;
	position:absolute;
	left:0;
	}

.footer_link li:first-child{
	padding-left:0;
	
	}

.footer_link li:first-child:before{
	display:none;
	}


#footer1 .copy{
	font-family: 'Alegreya Sans SC', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Osaka", "MS PGothic", "ＭＳ Ｐゴシック", sans-serif;
	font-size:12px;
	color:#575757;
	font-weight:500;
	margin-bottom:35px;
	}





@media screen and ( max-width: 850px ) {
#footer1 .footer_con:before{
	content:"";
	display:block;
	width:200px;
	height:163px;
	position:absolute;
	right:0;
	bottom:-55px;
	background:url(../image/footer_illust.png);
	background-size:cover;
	}
	
	}
	

@media screen and ( max-width: 780px ) {
	
#footer1{
	width:100%;
	position:relative;
	padding:0 0 34px;
	box-sizing:border-box;
	background:url(../image/footer_bg_sp.png) bottom center no-repeat;
	}
#footer1 .footer_con{
	width:100%;
	}
	
#footer1 .footer_con:before{
	content:"";
	display:block;
	width:180px;
	height:146px;
	position:absolute;
	right:0;
	bottom:-36px;
	background:url(../image/footer_illust.png);
	background-size:cover;
	}
#footer1 .footer_contact{
	display:block;
	float:none;
	width:100%;
	background:#f6f6f6;
	padding:45px 0 14px;
	margin-bottom:15px;
	border-top:4px solid #dd4d3a;
	position:relative;
	box-sizing:border-box;
	-webkit-box-shadow: none;
-moz-box-shadow:none;
box-shadow: none;
-webkit-transition: background 0.4s ease;
    -moz-transition: background 0.4s ease;
    -o-transition: background 0.4s ease;
    transition: background 0.4s ease;
	}
	
#footer1 .footer_contact:hover{
	
	background:#e1e1e1;
filter: alpha(opacity=100);
-moz-opacity:1;
opacity:1;
}
#footer1 .footer_contact:before{
	content:"";
	display:block;
	position:absolute;
	left:17px;
	top:4px;
	width:24px;
	height:39px;
	background:url(../image/left_light.png);
	background-size:cover;
	-webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
	}
#footer1 .footer_contact:after{
	content:"";
	display:block;
	position:absolute;
	right:17px;
	top:7px;
	width:24px;
	height:39px;
	background:url(../image/right_light.png);
	background-size:cover;
-webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
	}
#footer1 .footer_contact:hover:before{
	width:85px;
	height:94px;
	background:url(../image/left_light_af.png);
	background-size:cover;
	}
#footer1 .footer_contact:hover:after{
	width:85px;
	height:94px;
	background:url(../image/right_light_af.png);
	background-size:cover;
	}

#footer1 .footer_contact .con_tit{
	width:148px;
	}
	
#footer1 .footer_contact .con_tit:after{
	content:"CONTACT";
	margin-bottom:34px;
	}

#footer1 .footer_contact .text_area{
	width:calc(100% - 30px);
	margin:0 auto;
	padding:20px 15px 30px;
	background:#fff;
	border-radius: 10px;        /* CSS3草案 */  
    -webkit-border-radius: 10px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 10px;   /* Firefox用 */
	box-sizing:border-box;
	}
#footer1 .footer_contact .text_area p{
	color:#545454;
	text-align:center;
	font-size:13px;
	line-height:2.25em;
	margin-bottom:10px;
	}
#footer1 .footer_contact:hover .link_btn{
	color:#dd4d3a;
	background:#fff;
	border:2px dotted #dd4d3a;
	}


#footer1 .footer_contact:hover .link_btn:before{
	right:26px;
	background:url(../image/btn_ar_af.png);
	background-size:cover;
	}


#footer1 .footer_sns{
	width:calc(100% - 30px);
	float:none;
	margin:0 auto;
	}
	
	
/*footer_fb*/
#footer1 .footer_fb{
	padding:16px;
	}

#footer1 .footer_fb:after{
	background:url(../image/footer_fb_bg.jpg) center center;
	background-size:cover;
	}
	

#footer1 .footer_fb .img_area{
	width:80px;
	border:2px solid #fff;
	float:left;
	box-sizing:border-box;
	}
#footer1 .footer_fb .text_area{
	width:calc(100% - 95px);
	float:right;
	box-sizing:border-box;
	}

#footer1 .footer_fb .text_area h2{
	font-size:16px;
	padding-left:36px;
	margin:4px 0 14px;
	}
#footer1 .footer_fb .text_area h2:before{
	width:18px;
	height:18px;
	}
	
#footer1 .footer_fb .text_area h3{
	height:36px;
	font-size:13px;
	border-radius: 3px;        /* CSS3草案 */  
    -webkit-border-radius: 3px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 3px;   /* Firefox用 */
	padding-top:11px;
	}


/*footer_twi*/
#footer1 .footer_twi{
	width:100%;
	margin:28px auto;
}

#footer1 .footer_twi h2{
	height:48px;
	font-size:12px;
	padding:12px 15px 0 48px;
	}

#footer1 .footer_twi h2:before{
	content:"";
	display:block;
	position:absolute;
	width:22px;
	height:19px;
	left:19px;
	top:14px;
	}

#footer1 .footer_twi h2 .b_txt{
	font-size:16px;
}
	
#footer1 .footer_twi .text_area{
	width:100%;
	padding:25px 15px 24px 113px;
}

#footer1 .footer_twi .text_area:before{
	content:"";
	display:block;
	position:absolute;
	width:79px;
	height:79px;
	left:18px;
	top:18px;
	border-radius: 79px;        /* CSS3草案 */  
    -webkit-border-radius: 79px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 79px;   /* Firefox用 */
	border:2px solid #b3cfe3;

}

#footer1 .footer_twi .text_area h3{
	font-family: 'Archivo Black', sans-serif;
	font-size:12px;
	color:#2b2b2b;
	}
#footer1 .footer_twi:hover .text_area h3{
	color:#fff;
	}
#footer1 .footer_twi .text_area p{
	font-size:10px;
	margin:7px 0 11px;
	color:#545454;
-webkit-transition: color 0.4s ease;
    -moz-transition: color 0.4s ease;
    -o-transition: color 0.4s ease;
    transition: color 0.4s ease;
	}
#footer1 .footer_twi .text_area h4{
	height:36px;
	font-size:13px;
	border-radius: 3px;        /* CSS3草案 */  
    -webkit-border-radius: 3px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 3px;   /* Firefox用 */
	padding-top:11px;
	}

#footer1 .footer_link{
	margin:0 auto;
	width:calc(100% - 30px);
	-js-display: flex;
	display:-webkit-box;
	display: -webkit-flex;
	display:-moz-box;
	display:-ms-flexbox;
	display: flex;
	-webkit-justify-content: space-between;
    justify-content: space-between;
	-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
			flex-wrap: wrap;
	}
	
.footer_link li{
	width:48%;
	padding:14px 0;
	margin-right:0;
	float:none;
	text-align:center;
	position:relative;
	border-bottom:1px solid #dd4d3a;
-webkit-transition: background 0.4s ease,color 0.4s ease;
    -moz-transition: background 0.4s ease,color 0.4s ease;
    -o-transition: background 0.4s ease,color 0.4s ease;
    transition: background 0.4s ease,color 0.4s ease;
	}
	
.footer_link .last{
	width:100%;
	}
.footer_link li:hover{
	background:#dd4d3a;
	}
.footer_link li a{
	font-family: 'ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','ＭＳ Ｐ明朝','MS PMincho',serif;
	color:#dd4d3a;
	font-weight:bold;
	font-size:12px;
-webkit-transition: background 0.4s ease,color 0.4s ease;
    -moz-transition: background 0.4s ease,color 0.4s ease;
    -o-transition: background 0.4s ease,color 0.4s ease;
    transition: background 0.4s ease,color 0.4s ease;
	}
.footer_link li:hover a{
	color:#fff;
	}
	
	
.footer_link li:before{
	display:none;
	}




#footer1 .copy{
	font-size:11px;
	margin:158px 0 22px 15px;
	}


	
	}
/*------------------------------------*/


.en {
	font-family: 'Alegreya Sans SC', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Osaka", "MS PGothic", "ＭＳ Ｐゴシック", sans-serif;
	color:#ec6d56;
	font-weight:400;
}


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

	.en {
		letter-spacing: .1rem;
	}

}


/*------------------------------------*/

/* ==========================================================================
	hasei
========================================================================== */
	
#hasei_main{
	width:100%;
	position:relative;
	background:#f6f6f6;
	margin:140px auto 0;
	}
#hasei_main .hasei_image{
	width:calc(100% - 30px);
	max-width:1100px;
	height:360px;
	margin:0 auto;
	position:absolute;
	top:-100px;
	left:0;
	right:0;
	border-radius: 80px;        /* CSS3草案 */  
    -webkit-border-radius: 80px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 80px;   /* Firefox用 */
	}

#hasei_main .hasei_image h1{
	position:absolute;
	left:70px;
	top:0;
	}
	
	
.con_tit{
	margin:0 auto;
	}
	
.con_tit:after{
	display:block;
	margin:10px auto 0;
	font-size:13px;
	letter-spacing:0.12em;
	text-align:center;
	color:#ec6d56;
	font-family: 'Alegreya Sans SC', sans-serif;
	font-weight:400;
	}

.link_btn{
	position:relative;
	margin:0 auto;
	display:block;
	width:300px;
	height:55px;
	color:#fff;
	letter-spacing:0.08em;
	text-align:center;
	box-sizing:border-box;
	font-size:15px; 
	padding-top:18px;
	border-radius: 55px;        /* CSS3草案 */  
    -webkit-border-radius: 55px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 55px;   /* Firefox用 */
	background:#dd4d3a;
	border:2px solid #dd4d3a;
-webkit-transition: background 0.4s ease,color 0.4s ease,border 0.4s ease;
    -moz-transition: background 0.4s ease,color 0.4s ease,border 0.4s ease;
    -o-transition: background 0.4s ease,color 0.4s ease,border 0.4s ease;
    transition: background 0.4s ease,color 0.4s ease,border 0.4s ease;
	}	
	
.link_btn:hover{
	color:#dd4d3a;
	background:#fff;
	border:2px dotted #dd4d3a;
	}
	
@media all and (-ms-high-contrast: none){
 .link_btn:not(:target) {
	padding-top:20px;
  }
  .link_btn2:not(:target) {
	padding-top:16px;
  }
}
.b_border{
	border:4px solid rgba(28,168,201,0.4);
	}
.link_btn:before{
	content:"";
	display:block;
	right:32px;
	top:21px;
	margin:auto;
	width:19px;
	height:8px;
	background:url(../image/btn_ar.png);
	background-size:cover;
	position:absolute;
-webkit-transition: border 0.4s ease,right 0.4s ease;
    -moz-transition: border 0.4s ease,right 0.4s ease;
    -o-transition: border 0.4s ease,right 0.4s ease;
    transition: border 0.4s ease,right 0.4s ease;
	/*
	width:8px;
	height:12px;
	right:32px;
	top:0;
	bottom:0;
	margin:auto;
	background:url(../image/link_btn_ar1.png);
	background-size:cover;
	*/
	}
.link_btn:hover:before{
	right:26px;
	background:url(../image/btn_ar_af.png);
	}
	

.link_btn2{
	position:relative;
	margin:0 auto;
	display:block;
	width:300px;
	height:45px;
	color:#fff;
	letter-spacing:0.08em;
	text-align:center;
	box-sizing:border-box;
	font-size:15px; 
	padding-top:13px;
	border-radius: 45px;        /* CSS3草案 */  
    -webkit-border-radius: 45px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 45px;   /* Firefox用 */
	background:#dd4d3a;
	border:2px solid #dd4d3a;
-webkit-transition: background 0.4s ease,color 0.4s ease,border 0.4s ease;
    -moz-transition: background 0.4s ease,color 0.4s ease,border 0.4s ease;
    -o-transition: background 0.4s ease,color 0.4s ease,border 0.4s ease;
    transition: background 0.4s ease,color 0.4s ease,border 0.4s ease;
	}	
	
.link_btn2:hover{
	color:#dd4d3a;
	background:#fff;
	border:2px dotted #dd4d3a;
	}
	
.link_btn2:before{
	content:"";
	display:block;
	right:19px;
	top:14px;
	margin:auto;
	width:19px;
	height:8px;
	background:url(../image/btn_ar.png);
	background-size:cover;
	position:absolute;
-webkit-transition: border 0.4s ease,right 0.4s ease;
    -moz-transition: border 0.4s ease,right 0.4s ease;
    -o-transition: border 0.4s ease,right 0.4s ease;
    transition: border 0.4s ease,right 0.4s ease;
	}
.link_btn2:hover:before{
	right:14px;
	background:url(../image/btn_ar_af.png);
	}
	

@media screen and ( max-width: 780px ) {
	
.pc_off{
	display:block;
	}
.sp_off{
	display:none !important;
	}
	
	
#hasei_main{
margin:0 auto 0;
	}
#hasei_main .hasei_image{
	width:100%;
	height:230px;
	margin:0 auto 60px;
	position:relative;
	top:0;
	left:0;
	right:0;
	border-radius: 0px;        /* CSS3草案 */  
    -webkit-border-radius: 0px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 0px;   /* Firefox用 */
	}

#hasei_main .hasei_image h1{
	left:10px;
	}
	
	
	

.con_tit:after{
	font-size:10px;
	margin:15px auto 0;
	}
.link_btn{
	position:relative;
	display:block;
	width:100%;
	height:50px;
	font-size:14px; 
	padding-top:16px;
	border-radius: 50px;        /* CSS3草案 */  
    -webkit-border-radius: 50px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 50px;   /* Firefox用 */
	}
.link_btn:before{
	top:17px;
}
.b_border{
	border:3px solid rgba(28,168,201,0.4);
	}
.o_border{
	border:3px solid #ffaa38;
	}
.b_border:before{
	content:"";
	display:block;
	right:32px;
	top:0;
	bottom:0;
	margin:auto;
	width:6px;
	height:6px;
	border-top: 2px solid #15a3c5;
	border-right:2px solid #15a3c5;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position:absolute;
-webkit-transition: border 0.4s ease,right 0.4s ease;
    -moz-transition: border 0.4s ease,right 0.4s ease;
    -o-transition: border 0.4s ease,right 0.4s ease;
    transition: border 0.4s ease,right 0.4s ease;
	/*
	width:8px;
	height:12px;
	right:32px;
	top:0;
	bottom:0;
	margin:auto;
	background:url(../image/link_btn_ar1.png);
	background-size:cover;
	*/
	}
.b_border:hover{
	background:#65c5db;
	color:#fff;
filter: alpha(opacity=100);
-moz-opacity:1;
opacity:1;
	}
.b_border:hover:before{
	border-top: 2px solid #fff;
	border-right:2px solid #fff;
	right:29px;
	}
	
	
	
	
.link_btn2{
	position:relative;
	display:block;
	width:260px;
	height:44px;
	font-size:11px; 
	padding-top:13px;
	border-radius: 44px;        /* CSS3草案 */  
    -webkit-border-radius: 44px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 44px;   /* Firefox用 */
	}
.Android .link_btn2{
	font-size:11px !important;
}

.ie .link_btn{
	padding-top:18px;
  }
.ie .link_btn2{
	padding-top:15px;
  }
.o_border:before{
	content:"";
	display:block;
	right:32px;
	top:0;
	bottom:0;
	margin:auto;
	width:6px;
	height:6px;
	border-top: 2px solid #ffaa38;
	border-right:2px solid #ffaa38;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position:absolute;
-webkit-transition: border 0.4s ease,right 0.4s ease;
    -moz-transition: border 0.4s ease,right 0.4s ease;
    -o-transition: border 0.4s ease,right 0.4s ease;
    transition: border 0.4s ease,right 0.4s ease;
	/*
	width:8px;
	height:12px;
	right:32px;
	top:0;
	bottom:0;
	margin:auto;
	background:url(../image/link_btn_ar1.png);
	background-size:cover;
	*/
	}
.shosai_btn2{
	position:relative;
	display:block;
	width:170px;
	height:34px;
	font-size:10px; 
	padding-top:10px;
	}
.shosai_btn3{
	position:relative;
	display:block;
	width:170px;
	height:34px;
	font-size:10px; 
	padding-top:10px;
	}
.Android .shosai_btn1,
.iPhone .shosai_btn1{
	padding-top:12px;
	font-family: "Sawarabi Mincho", serif;
	letter-spacing:-0.08em;
	}
.Android .shosai_btn2,
.iPhone .shosai_btn2{
	padding-top:11px;
	font-family: "Sawarabi Mincho", serif;
	letter-spacing:-0.08em;
	}
.Android .shosai_btn3,
.iPhone .shosai_btn3{
	padding-top:11px;
	font-family: "Sawarabi Mincho", serif;
	letter-spacing:-0.08em;
	}
}