@charset "utf-8";

/*
*	サイト名 手刺繍のitonoa
*	---------------------------------------------------
*	Font
*	Optimization
*	Color
*	Z-Index
*	---------------------------------------------------





//PCファースト
*  --------------------------------------------------
*  /*  Media Queries for window size under 1200px
*  --------------------------------------------------
*  /*  Media Queries for window size under 767px
*  --------------------------------------------------
*  /*  Media Queries for window size under 640px
*  --------------------------------------------------
*  /*  Media Queries for window size under 480px
*  --------------------------------------------------
*/



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

  BaseFont

====================================================*/
body, button, input, select, option, textarea {
  font-family: "游明朝", "YuMincho", "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif,"游ゴシック体","YuGothic","游ゴシック","Yu Gothic",'Noto Sans JP', sans-serif,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",'Meiryo',"ＭＳ Ｐゴシック",Helvetica,Arial,sans-serif;
  font-weight: 400;
}


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

	Optimization

====================================================*/
/*	html
--------------------------*/
html {
	font-size: 75%;
}



/*	Body
--------------------------*/
body,
body *,
body *:before,
body *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

body {
	line-height: 1.7;
  letter-spacing: 0.25px;
  font-size: 100%;
}
img {
	-webkit-touch-callout: none;
/*
	width: auto;
*/
	max-width: 100%;
	height: auto;
	max-height: 100%;
}
a:hover {
  text-decoration: none;
}
/*img,button,i {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
}*/
h1, h2, h3, h4 {
  font-size: 100%;
  font-weight: 400;
}
table {
  border-collapse: collapse;
}
button, input, select, option, textarea {
  border: 0 none;
  letter-spacing: 0px;
}
button {
	outline: none;
}



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

	Color

====================================================*/
/* テキスト
--------------------------*/
body {
  color: #323232;
	-webkit-font-smoothing: antialiased;
}
button, input, select, option, textarea {
	color: #323232;
  border: 0 none;
  letter-spacing: 0px;
  border-radius: 0px;
  background-color: transparent;
  /*-webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;*/
}
button:disabled, input:disabled, select:disabled, option:disabled, textarea:disabled {
  background-color: transparent;
}
textarea {
  resize: none;
  vertical-align: bottom;
}

input:-moz-placeholder {
  color: #bbbbbb;
}
input::-moz-placeholder {
  color: #bbbbbb;
}
input::-webkit-input-placeholder {
  color: #bbbbbb;
}
input:-ms-input-placeholder {
  color: #bbbbbb;
}

textarea:-moz-placeholder {
  color: #bbbbbb;
}
textarea::-moz-placeholder {
  color: #bbbbbb;
}
textarea::-webkit-input-placeholder {
  color: #bbbbbb;
}
textarea:-ms-input-placeholder {
  color: #bbbbbb;
}



/* テキスト選択
--------------------------*/
::selection {
	background:#f4f7fc;
	/* color:#FFF; */
}
::-webkit-selection {
	background:#f4f7fc;
	/* color:#FFF; */
}
::-moz-selection {
	background:#f4f7fc;
	/* color:#FFF; */
}



/* リンク
--------------------------*/
a:link,
a:visited {
	color: #3c3c3c;
}



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

	Z-Index

====================================================*/
/*#lf_main_slideshow:before,
#lf_main_slideshow:after{
	z-index: 1;
}
.lf_top_page .lf_list_item:before,
.lf_top_page .lf_list_item:after,
.lf_top_page .lf_list_item > a:before,
.lf_top_page .lf_list_item > a:after {
	z-index: 1;
}
#lf_header_nav{
	z-index: 2;
}
*/

#lf_g_nav_btn{
	z-index: 99;
}
#lf_g_nav{
	z-index: 98;
}
#lf_header{
	z-index: 50;
}
#lf_overlay{
	z-index: 40;
}





















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

	layout[ALL]

====================================================*/
/*  html
--------------------------*/
html{
	width: 100%;
}



/*  body
--------------------------*/
body{
	width: 100%;
	min-width: 320px;
	background-color: #fff;
}



/* Br
--------------------------*/
.lf_sp,.lf_1200,.br_767,.br_640,.br_480{
	display: none;
}



/* Background Color
--------------------------*/



/* Text Color
--------------------------*/
.t_col01{
	color: #ab3f3f;
}


/*  #lf_wrapper
--------------------------*/
#lf_wrapper{
  width: 100%;
  text-align: left;
  margin: 0 auto;
  overflow: hidden;
	position: relative;
}



/*  #lf_header
--------------------------*/
#lf_header{
	width: 100%;
	background-color: rgba(255, 255, 255, 1.0);
	border-top: 6px solid #000;
	position: absolute;
	transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
}
.lf_header_scroll #lf_header{
	background-color: rgba(255, 255, 255, 0.94);
	box-shadow: 0px -5px 16px 6px rgb(0 0 0 / 20%);
	position: fixed;
}
#lf_header_in{
	width: 100%;
	padding-top: 52px;
	padding-bottom: 58px;
	padding-left: 40px;
	padding-right: 40px;
	position: relative;
	transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-o-transition: all 300ms ease;
}
.lf_header_scroll #lf_header_in{
	padding-top: 22px;
	padding-bottom: 28px;
}
#lf_gNav_head{
	width: 100%;
}
#lf_gNav_head_in{
	width: 100%;
}
#lf_logo_wrap{
	width: 100%;
}
#lf_logo {
	width: 100%;
	max-width: 215px;
	margin: 0 auto;
	transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
}
.lf_header_scroll #lf_logo {
	max-width: 175px;
}
#lf_gNav_menu{
	width: 100%;
}
#lf_gNav_toplink{
	width: 100%;
	padding-top: 52px;
	display: flex;
	display: -webkit-flex;
	display: -ms-flex;
	display: -moz-flex;
	justify-content: center;
	-webkit-justify-content: center;
	-ms-justify-content: center;
	-moz-justify-content: center;
	transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
}
.lf_header_scroll #lf_gNav_toplink{
	padding-top: 22px;
}
#lf_gNav_toplink > li{
	padding-right: 30px;
	padding-left: 30px;
}
#lf_gNav_toplink > li .lf_menu .lf_txt{
	font-size: 150%;
	transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	position: relative;
}
.lf_header_scroll #lf_gNav_toplink > li .lf_menu .lf_txt{
	font-size: 117%;
}
#lf_gNav_toplink > li .lf_menu .lf_txt::before{
	content: '';
	display: block;
	width: 0%;
	height: 1px;
	background-color: #000;
	position: absolute;
	bottom: 0;
	left: 50%;
	transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
}
#lf_gNav_toplink > li .lf_menu:hover .lf_txt::before{
	width: 50%;
}
#lf_gNav_toplink > li .lf_menu .lf_txt::after{
	content: '';
	display: block;
	width: 0%;
	height: 1px;
	background-color: #000;
	position: absolute;
	bottom: 0%;
	right: 50%;
	transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
}
#lf_gNav_toplink > li .lf_menu:hover .lf_txt::after{
	width: 50%;
}
#lf_btn_menu{
	position: absolute;
	top: 60px;
	right: 40px;
	transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
}
.lf_header_scroll #lf_btn_menu{
	top: 26px;
}
#lf_btn_menu > ul{
	display: flex;
	display: -webkit-flex;
	display: -ms-flex;
	display: -moz-flex;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
}
#lf_btn_menu > ul > li{
	padding-right: 8px;
	padding-left: 8px;
}
#lf_btn_menu > ul > li img{
	display: block;
	transition: all 200ms ease;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
}
#lf_btn_menu > ul > li img:hover{
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
}



/*  #lf_g_nav
--------------------------*/
#lf_g_nav{
	display: none;
}



/*  #lf_overlay
--------------------------*/
#lf_overlay {
  display: none;
}



/*  #lf_g_nav_btn
--------------------------*/
#lf_g_nav_btn{
	display: none;
}



/*  #lf_container
--------------------------*/
#lf_container{
	width: 100%;
	padding-top: 234px;
}



/*  #lf_footer
--------------------------*/
#lf_footer{
  width: 100%;
	background-color: #f6f5ef;
  position: relative;
}
#lf_footer_top{
	width: 100%;
	max-width: 1280px;
	margin: 0 auto;
	padding-top: 70px;
	padding-bottom: 76px;
	padding-left: 40px;
	padding-right: 40px;
}
#lf_f_nav{
	width: 100%;
}
#lf_f_nav_upper{
	width: 100%;
	display: flex;
	-webkit-display: flex;
	-ms-display: flex;
	-moz-display: flex;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	align-items: center;
	-webkit-align-items: center;
	-ms-align-items: center;
	-moz-align-items: center;
}
#lf_f_nav_upper .lf_f_nav_left{
	width: 228px;
}
#lf_f_logo{
	width: 100%;
}
#lf_f_nav_upper .lf_f_nav_right{
	padding-left: 60px;
	margin-bottom: -10px;
}
#lf_f_nav_upper .lf_f_nav_right > ul{
	display: flex;
	display: -webkit-flex;
	display: -ms-flex;
	display: -moz-flex;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
}
#lf_f_nav_upper .lf_f_nav_right > ul > li{
	padding-right: 24px;
	padding-left: 24px;
}
#lf_f_nav_upper .lf_f_nav_right > ul > li:last-child{
	padding-right: 0;
}
#lf_f_nav_upper .lf_f_nav_right > ul > li .lf_f_nav_upper_ttl .lf_txt{
	font-size: 150%;
	color: #323232;
	transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
}
#lf_f_nav_upper .lf_f_nav_right > ul > li .lf_f_nav_upper_ttl .lf_txt:hover{
	opacity: 0.7;
}
#lf_f_nav_upper .lf_f_nav_right > ul > li.lf_btn_menu > ul{
	display: flex;
	display: -webkit-flex;
	display: -ms-flex;
	display: -moz-flex;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
}
#lf_f_nav_upper .lf_f_nav_right > ul > li.lf_btn_menu > ul > li{
	padding-right: 8px;
	padding-left: 8px;
}
#lf_f_nav_upper .lf_f_nav_right > ul > li.lf_btn_menu > ul > li img{
	transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
}
#lf_f_nav_upper .lf_f_nav_right > ul > li.lf_btn_menu > ul > li img:hover{
	opacity: 0.7;
}
#lf_footer_btm{
	width: 100%;
	background-color: #fff;
}
#lf_footer_btm_in{
	width: 100%;
	max-width: 1280px;
	margin: 0 auto;
  line-height: 64px;
	text-align: center;
}
#lf_copyright{
	font-size: 100%;
}



/*  #lf_main_view
--------------------------*/
#lf_main_view{
	width: 100%;
}
#lf_main_view_in{
	width: 100%;
}



/*  #lf_main_view[under_page]
--------------------------*/
.under_page #lf_main_view{
	border-top: 2px solid #eeeeee;
	border-bottom: 2px solid #eeeeee;
}
.under_page #lf_main_view_in .lf_main_ttl{
	width: 100%;
	height: 180px;
	display: flex;
	display: -webkit-flex;
	display: -ms-flex;
	display: -moz-flex;
	align-items: center;
	-webkit-align-items: center;
	-ms-align-items: center;
	-moz-align-items: center;
	justify-content: center;
	-webkit-justify-content: center;
	-ms-justify-content: center;
	-moz-justify-content: center;
}
.under_page #lf_main_view_in .lf_main_ttl .lf_txt{
	font-size: 267%;
}



/*  Common Parts
--------------------------*/
.lf_sec_header{
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
	padding-right: 40px;
	padding-left: 40px;
}
.lf_sec_body{
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
	padding-right: 40px;
	padding-left: 40px;
}
.lf_cmn_ttl01{
	display: block;
	font-size: 267%;
	text-align: center;
}
.lf_cmn_btn01{
	width: 100%;
	height: 40px;
	display: flex;
	display: -webkit-flex;
	display: -ms-flex;
	display: -moz-flex;
	align-items: center;
	-webkit-align-items: center;
	-ms-align-items: center;
	-moz-align-items: center;
	justify-content: center;
	-webkit-justify-content: center;
	-ms-justify-content: center;
	-moz-justify-content: center;
	border: 1px solid #c8c8c8;
	transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	position: relative;
}
.lf_cmn_btn01:hover{
	opacity: 0.7;
}



/*  #lf_contact_wrap
--------------------------*/
#lf_contact_wrap{
	width: 100%;
	border-top: 2px solid #eeeeee;
}
#lf_contact_wrap .lf_sec_body{
	padding-top: 94px;
	padding-bottom: 104px;
}
#lf_contact_wrap .lf_sec_body > dl{
	width: 100%;
	display: table;
}
#lf_contact_wrap .lf_sec_body > dl > dt{
	width: 828px;
	display: table-cell;
	vertical-align: middle;
}
#lf_contact_wrap .lf_sec_body > dl > dt .lf_txt{
	font-size: 150%;
}
#lf_contact_wrap .lf_sec_body > dl > dt .lf_txt a{
	color: #e66262;
	text-decoration: underline;
	text-decoration-color: #e66262;
}
#lf_contact_wrap .lf_sec_body > dl > dt .lf_txt a:hover{
	text-decoration: none;
}
#lf_contact_wrap .lf_sec_body > dl > dt .lf_s_txt{
	font-size: 134%;
}
#lf_contact_wrap .lf_sec_body > dl > dd {
	display: table-cell;
	vertical-align: middle;
}
#lf_contact_wrap .lf_sec_body > dl > dd .lf_cmn_btn01 {
	width: 360px;
	height: 60px;
}



/*  #lf_paging
--------------------------*/
#lf_paging{
	width: 100%;
	padding-top: 56px;
}
#lf_paging_in{
	width: 100%;
	max-width: 462px;
	margin: 0 auto;
	position: relative;
}
#lf_paging_in p.lf_prev i,
#lf_paging_in p.lf_next i{
	display: block;
  width: 41px;
  height: 31px;
  text-align: center;
  line-height: 27px;
  border: 2px solid #f0f0f0;
	background-color: #fff;
  -webkit-transition: all 300ms ease 0s;
  -moz-transition: all 300ms ease 0s;
  -ms-transition: all 300ms ease 0s;
  -o-transition: all 300ms ease 0s;
  transition: all 300ms ease 0s;
	position: absolute;
	top: 0px;
}
#lf_paging_in p.lf_prev a:hover i,
#lf_paging_in p.lf_next a:hover i{
	background-color: #c8c8c8;
  border: 2px solid #c8c8c8;
}
#lf_paging_in p.lf_prev i{
	left: 0px;
}
#lf_paging_in p.lf_prev i:before{
	content: "";
	display: block;
	width: 6px;
	height: 11px;
	background-image: url(../images/common/arrow_prev.png);
	background-size: auto;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	position: absolute;
	top: 8px;
	left: 0;
	right: 0;
	margin: auto;
	transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-o-transition: all 300ms ease;
}
#lf_paging_in p.lf_prev a:hover i:before{
	background-image: url(../images/common/arrow_prev_hov.png);
}

#lf_paging_in p.lf_next i{
	right: 0px;
}
#lf_paging_in p.lf_next i:before{
	content: "";
	display: block;
	width: 6px;
	height: 11px;
	background-image: url(../images/common/arrow_next.png);
	background-size: auto;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	position: absolute;
	top: 8px;
	left: 0;
	right: 0;
	margin: auto;
	transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-o-transition: all 300ms ease;
}
#lf_paging_in p.lf_next a:hover i:before{
	background-image: url(../images/common/arrow_next_hov.png);
}
#lf_paging_in > ul{
  width: 100%;
  line-height: 1;
  text-align: center;
}
#lf_paging_in > ul > li{
	display: inline-block;
  vertical-align: middle;
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 10px;
	padding-right: 10px;
}
#lf_paging_in > ul > li > a {
	display: block;
	width: 31px;
	height: 31px;
	font-size: 117%;
	text-align: center;
  line-height: 27px;
	border: 2px solid #f0f0f0;
	background-color: #fff;
	font-weight: bold;
	-webkit-transition: all 300ms ease 0s;
	-moz-transition: all 300ms ease 0s;
	-ms-transition: all 300ms ease 0s;
	-o-transition: all 300ms ease 0s;
	transition: all 300ms ease 0s;
}
#lf_paging_in > ul > li > a:hover {
	background-color: #4b4b4b;
  border: 2px solid #4b4b4b;
	color: #fff;
}
#lf_paging_in > ul > li > span {
	display: block;
	width: 31px;
	height: 31px;
	font-size: 117%;
	text-align: center;
  line-height: 27px;
	border: 2px solid #4b4b4b;
	background-color: #4b4b4b;
	color: #fff;
	font-weight: bold;
	-webkit-transition: all 300ms ease 0s;
	-moz-transition: all 300ms ease 0s;
	-ms-transition: all 300ms ease 0s;
	-o-transition: all 300ms ease 0s;
	transition: all 300ms ease 0s;
}
#lf_paging_in > ul > li > span.lf_dot {
  display: block;
	width: 31px;
	height: 31px;
  font-size: 117%;
  text-align: center;
  line-height: 27px;
	font-weight: bold;
	background-color: #fff;
	border: 2px solid #f0f0f0;
	color: #3c3c3c;
  -webkit-transition: all 300ms ease 0s;
  -moz-transition: all 300ms ease 0s;
  -ms-transition: all 300ms ease 0s;
  -o-transition: all 300ms ease 0s;
  transition: all 300ms ease 0s;
}



#lf_paging_detail{
  width: 100%;
	padding-top: 36px;
	padding-right: 20px;
	padding-left: 20px;
}
#lf_paging_detail_in{
  width: 100%;
	height: 31px;
	max-width: 120px;
	margin: 0 auto;
	position: relative;
}
#lf_paging_detail_in .lf_next{
	position: absolute;
	bottom: 0;
	right: 0;
}
#lf_paging_detail_in .lf_prev{
	position: absolute;
	bottom: 0;
	left: 0;
}
#lf_paging_detail_in > p > a{
	cursor: pointer;
  display: block;
  width: 41px;
  height: 31px;
  border: 2px solid #f0f0f0;
  background-color: #fff;
	position: relative;
  -webkit-transition: all 200ms ease 0s;
  -moz-transition: all 200ms ease 0s;
  -ms-transition: all 200ms ease 0s;
  -o-transition: all 200ms ease 0s;
  transition: all 200ms ease 0s;
}
#lf_paging_detail_in .lf_next > a > i::before{
  content: "";
  display: block;
  width: 6px;
  height: 11px;
  background-image: url(../images/common/arrow_next.png);
  background-size: auto;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  position: absolute;
  top: 8px;
  left: 0;
  right: 0;
  margin: auto;
  transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
}
#lf_paging_detail_in .lf_prev > a > i::before{
	content: "";
  display: block;
  width: 6px;
  height: 11px;
  background-image: url(../images/common/arrow_prev.png);
  background-size: auto;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  position: absolute;
  top: 8px;
  left: 0;
  right: 0;
  margin: auto;
  transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
}
#lf_paging_detail_in > p > a:hover{
  background-color: #c8c8c8;
  border: 2px solid #c8c8c8;
}
#lf_paging_detail_in .lf_next > a:hover > i::before{
  background-image: url(../images/common/arrow_next_hov.png);
}
#lf_paging_detail_in .lf_prev > a:hover > i::before{
  background-image: url(../images/common/arrow_prev_hov.png);
}




















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

	layout[lf_top_page]

====================================================*/
.lf_top_page #lf_main_view{
	width: 100%;
	border-top: 2px solid #eeeeee;
	border-bottom: 2px solid #eeeeee;
}
.lf_top_page #lf_main_view_in{
	width: 100%;
	position: relative;
}
.lf_top_page #lf_main_view_in > ul{
	width: 100%;
	max-width: 2000px;
	margin: 0 auto;
	display: flex;
	display: -webkit-flex;
	display: -ms-flex;
	display: -moz-flex;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
}
.lf_top_page #lf_main_view_in > ul > li{
	width: 50%;
	height: 560px;
}
.lf_top_page #lf_main_view_in > ul > li ul {
	height: 100%;
}
.lf_top_page #lf_main_view_in > ul > li ul li {
	height: 100%;
}
.lf_top_page #lf_main_view_in > ul > li ul li .lf_slide_img{
	width: 100%;
	padding-top: 560px;
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
}
.lf_top_page #lf_main_view_in > ul > li ul li:first-child .lf_slide_img{
	background-image: url(../images/top/main01.jpg);
}
.lf_top_page #lf_main_view_in > ul > li ul li:nth-child(2) .lf_slide_img{
	background-image: url(../images/top/main02.jpg);
}
.lf_top_page #lf_main_view_in > ul > li:last-child{
	display: flex;
	display: -webkit-flex;
	display: -ms-flex;
	display: -moz-flex;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	justify-content: center;
	-webkit-justify-content: center;
	-ms-justify-content: center;
	-moz-justify-content: center;
	align-items: center;
	-webkit-align-items: center;
	-ms-align-items: center;
	-moz-align-items: center;
}
.lf_top_page #lf_main_view_in > ul > li > dl > dt{
	text-align: center;
}
.lf_top_page #lf_main_view_in > ul > li > dl > dd{
	padding-top: 28px;
	text-align: center;
}
.lf_top_page #lf_main_view_in > ul > li > dl > dd .lf_txt{
	font-size: 150%;
	line-height: 2.4;
	position: relative;
}
.lf_top_page #lf_main_view_in > ul > li > dl > dd .lf_txt::before{
	content: '';
	display: block;
	width: 85px;
	height: 99px;
	background-image: url(../images/top/obj01.png);
	background-size: contain;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	position: absolute;
	bottom: -64px;
	right: -144px;
	animation-name: pincushion;
	animation-iteration-count: infinite;
	animation-timing-function: ease;
	animation-duration: 2.5s;
	transform-origin: 84% 100%;
}
@keyframes pincushion {
	0%{
		transform: rotate(-6deg);
		-webkit-transform: rotate(-6deg);
		-moz-transform: rotate(-6deg);
		-ms-transform: rotate(-6deg);
	}
	50%{
		transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		
	}
	100%{
		transform: rotate(-6deg);
		-webkit-transform: rotate(-6deg);
		-moz-transform: rotate(-6deg);
		-ms-transform: rotate(-6deg);
		
	}

}




.lf_top_page #lf_blog {
	width: 100%;
}
.lf_top_page #lf_blog .lf_blog_in {
	width: 100%;
}
.lf_top_page #lf_blog .lf_blog_in .lf_sec_header{
	padding-top: 92px;
}
.lf_top_page #lf_blog .lf_blog_in .lf_sec_header .lf_sec_header_in{
	width: 100%;
}
.lf_top_page #lf_blog .lf_blog_in .lf_sec_header .lf_sec_header_in .lf_ttl{
	width: 100%;
}
.lf_top_page #lf_blog .lf_blog_in .lf_sec_body{
	padding-top: 28px;
	padding-right: 20px;
	padding-left: 20px;
}
.lf_top_page #lf_blog .lf_blog_in .lf_sec_body.lf_item{
	padding-bottom: 140px;
}
.lf_top_page #lf_blog .lf_blog_in .lf_sec_body > ul{
	width: 100%;
	display: flex;
	display: -webkit-flex;
	display: -ms-flex;
	display: -moz-flex;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
}
.lf_top_page #lf_blog .lf_blog_in .lf_sec_body > ul > li{
	width: 33.33%;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-right: 20px;
	padding-left: 20px;
}
.lf_top_page #lf_blog .lf_blog_in .lf_sec_body > ul > li dl{
	width: 100%;
}
.lf_top_page #lf_blog .lf_blog_in .lf_sec_body > ul > li dl > dt{
	width: 100%;
	overflow: hidden;
	position: relative;
}
.lf_top_page #lf_blog .lf_blog_in .lf_sec_body > ul > li dl > dt img{
	width: 100%;
}
.lf_top_page #lf_blog .lf_blog_in .lf_sec_body > ul > li dl > dt .lf_hov{
	width: 100%;
	height: 100%;
	display: flex;
	display: -webkit-flex;
	display: -ms-flex;
	display: -moz-flex;
	align-items: center;
	-webkit-align-items: center;
	-ms-align-items: center;
	-moz-align-items: center;
	justify-content: center;
	-webkit-justify-content: center;
	-ms-justify-content: center;
	-moz-justify-content: center;
	background-color: rgba(244, 247, 252, 0.96);
	background-image: url(../images/top/obj02.png);
	background-position: 50% 50%;
	background-repeat: no-repeat;
	position: absolute;
	top: -100%;
	left: 0;
	transition: all 400ms ease;
	-webkit-transition: all 400ms ease;
	-moz-transition: all 400ms ease;
	-ms-transition: all 400ms ease;
	
}
.lf_top_page #lf_blog .lf_blog_in .lf_sec_body > ul > li dl:hover > dt .lf_hov{
	top: 0;
}
.lf_top_page #lf_blog .lf_blog_in .lf_sec_body > ul > li dl > dt .lf_hov .lf_txt{
	font-size: 150%;
}
.lf_top_page #lf_blog .lf_blog_in .lf_sec_body > ul > li dl > dd{
	width: 100%;
	padding-top: 12px;
}
.lf_top_page #lf_blog .lf_blog_in .lf_sec_body > ul > li dl > dd .lf_date{
	font-size: 117%;
}
.lf_top_page #lf_blog .lf_blog_in .lf_sec_body > ul > li dl > dd .lf_ttl{
	display: block;
	font-size: 184%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.lf_top_page #lf_blog .lf_blog_in .lf_sec_body > ul > li dl > dd .lf_blog_cap{
	font-size: 134%;
	line-height: 1.8;
}
.lf_top_page #lf_blog .lf_blog_in .lf_sec_body .lf_btn_block{
	width: 100%;
}
.lf_top_page #lf_blog .lf_blog_in .lf_sec_body .lf_btn_block .lf_btn_in{
	width: 100%;
	max-width: 350px;
	margin: 0 auto;
	padding-top: 20px;
}



.lf_top_page #lf_instagram {
	width: 100%;
}
.lf_top_page #lf_instagram .lf_instagram_in {
	width: 100%;
}
.lf_top_page #lf_instagram .lf_instagram_in .lf_sec_header{
	padding-top: 108px;
}
.lf_top_page #lf_instagram .lf_instagram_in .lf_sec_header .lf_sec_header_in{
	width: 100%;
}
.lf_top_page #lf_instagram .lf_instagram_in .lf_sec_header .lf_sec_header_in .lf_ttl{
	width: 100%;
}
.lf_top_page #lf_instagram .lf_instagram_in .lf_sec_body{
	padding-top: 32px;
	padding-bottom: 140px;
	padding-right: 35px;
	padding-left: 35px;
}
.lf_top_page #lf_instagram .lf_instagram_in .lf_sec_body > p{
	width: 100%;
	font-size: 134%;
	text-align: center;
}
.lf_top_page #lf_instagram .lf_instagram_in .lf_sec_body > ul{
	width: 100%;
	display: flex;
	display: -webkit-flex;
	display: -ms-flex;
	display: -moz-flex;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	/* padding-top: 44px; */
}
.lf_top_page #lf_instagram .lf_instagram_in .lf_sec_body > ul > li{
	width: 20%;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 5px;
	padding-left: 5px;
}
.lf_top_page #lf_instagram .lf_instagram_in .lf_sec_body > ul > li .lf_ig_img{
	width: 100%;
	overflow: hidden;
	position: relative;
}
.lf_top_page #lf_instagram .lf_instagram_in .lf_sec_body > ul > li .lf_ig_img .lf_hov{
	width: 100%;
	height: 100%;
	display: flex;
	display: -webkit-flex;
	display: -ms-flex;
	display: -moz-flex;
	align-items: center;
	-webkit-align-items: center;
	-ms-align-items: center;
	-moz-align-items: center;
	justify-content: center;
	-webkit-justify-content: center;
	-ms-justify-content: center;
	-moz-justify-content: center;
	background-color: rgba(244, 247, 252, 0.96);
	background-image: url(../images/top/obj03.png);
	background-size: 60px;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	position: absolute;
	top: -100%;
	left: 0;
	transition: all 400ms ease;
	-webkit-transition: all 400ms ease;
	-moz-transition: all 400ms ease;
	-ms-transition: all 400ms ease;
	
}
.lf_top_page #lf_instagram .lf_instagram_in .lf_sec_body > ul > li .lf_ig_img:hover .lf_hov{
	top: 0;
}
.lf_top_page #lf_instagram .lf_instagram_in .lf_sec_body > ul > li .lf_ig_img .lf_hov .lf_txt{
	font-size: 150%;
}
.lf_top_page #lf_instagram .lf_instagram_in .lf_sec_body > ul > li .lf_ig_img img{
	width: 100%;
}
.lf_top_page #lf_instagram .lf_instagram_in .lf_sec_body .lf_btn_block{
	width: 100%;
}
.lf_top_page #lf_instagram .lf_instagram_in .lf_sec_body .lf_btn_block .lf_btn_in{
	width: 100%;
	max-width: 350px;
	margin: 0 auto;
	padding-top: 44px;
}



.lf_top_page #lf_bottom_ban{
	width: 100%;
	background-color: #f4f7fc;
	border-top: 2px solid #eeeeee;
}
.lf_top_page #lf_bottom_ban > ul{
	width: 100%;
	display: flex;
	display: -webkit-flex;
	display: -ms-flex;
	display: -moz-flex;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
}
.lf_top_page #lf_bottom_ban > ul > li{
	width: 44%;
	/* height: 396px; */
}
.lf_top_page #lf_bottom_ban > ul > li:first-child{
	width: 56%;
	background-image: url(../images/common/bg_ban01.jpg);
	background-position: 95% 50%;
	background-size: cover;
	background-repeat: no-repeat;
}
.lf_top_page #lf_bottom_ban > ul > li .lf_txt_block{
	width: 100%;
	max-width: 700px;
	height: 396px;
	display: flex;
	display: -webkit-flex;
	display: -ms-flex;
	display: -moz-flex;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	align-items: center;
	-webkit-align-items: center;
	-ms-align-items: center;
	-moz-align-items: center;
	justify-content: center;
	-webkit-justify-content: center;
	-ms-justify-content: center;
	-moz-justify-content: center;
}
.lf_top_page #lf_bottom_ban > ul > li .lf_txt_block .lf_txt{
	font-size: 292%;
	letter-spacing: 5px;
}














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

	layout[lf_blog_page]

====================================================*/
.lf_blog_page #lf_blog {
	width: 100%;
}
.lf_blog_page #lf_blog .lf_blog_in {
	width: 100%;
}
.lf_blog_page #lf_blog .lf_blog_in .lf_sec_header{
	padding-top: 92px;
}
.lf_blog_page #lf_blog .lf_blog_in .lf_sec_header .lf_sec_header_in{
	width: 100%;
}
.lf_blog_page #lf_blog .lf_blog_in .lf_sec_header .lf_sec_header_in .lf_ttl{
	width: 100%;
}
.lf_blog_page #lf_blog .lf_blog_in .lf_sec_body{
	padding-top: 28px;
	padding-bottom: 100px;
	padding-right: 20px;
	padding-left: 20px;
}
.lf_blog_page #lf_blog .lf_blog_in .lf_sec_body > ul{
	width: 100%;
	display: flex;
	display: -webkit-flex;
	display: -ms-flex;
	display: -moz-flex;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
}
.lf_blog_page #lf_blog .lf_blog_in .lf_sec_body > ul > li{
	width: 33.33%;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-right: 20px;
	padding-left: 20px;
}
.lf_blog_page #lf_blog .lf_blog_in .lf_sec_body > ul > li dl{
	width: 100%;
}
.lf_blog_page #lf_blog .lf_blog_in .lf_sec_body > ul > li dl > dt{
	width: 100%;
	overflow: hidden;
	position: relative;
}
.lf_blog_page #lf_blog .lf_blog_in .lf_sec_body > ul > li dl > dt img{
	width: 100%;
}
.lf_blog_page #lf_blog .lf_blog_in .lf_sec_body > ul > li dl > dt .lf_hov{
	width: 100%;
	height: 100%;
	display: flex;
	display: -webkit-flex;
	display: -ms-flex;
	display: -moz-flex;
	align-items: center;
	-webkit-align-items: center;
	-ms-align-items: center;
	-moz-align-items: center;
	justify-content: center;
	-webkit-justify-content: center;
	-ms-justify-content: center;
	-moz-justify-content: center;
	background-color: rgba(244, 247, 252, 0.96);
	background-image: url(../images/top/obj02.png);
	background-position: 50% 50%;
	background-repeat: no-repeat;
	position: absolute;
	top: -100%;
	left: 0;
	transition: all 400ms ease;
	-webkit-transition: all 400ms ease;
	-moz-transition: all 400ms ease;
	-ms-transition: all 400ms ease;
	
}
.lf_blog_page #lf_blog .lf_blog_in .lf_sec_body > ul > li dl:hover > dt .lf_hov{
	top: 0;
}
.lf_blog_page #lf_blog .lf_blog_in .lf_sec_body > ul > li dl > dt .lf_hov .lf_txt{
	font-size: 150%;
}
.lf_blog_page #lf_blog .lf_blog_in .lf_sec_body > ul > li dl > dd{
	width: 100%;
	padding-top: 12px;
}
.lf_blog_page #lf_blog .lf_blog_in .lf_sec_body > ul > li dl > dd .lf_date{
	font-size: 117%;
}
.lf_blog_page #lf_blog .lf_blog_in .lf_sec_body > ul > li dl > dd .lf_ttl{
	display: block;
	font-size: 184%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.lf_blog_page #lf_blog .lf_blog_in .lf_sec_body > ul > li dl > dd .lf_blog_cap{
	font-size: 134%;
	line-height: 1.8;
}
.lf_blog_page #lf_blog .lf_blog_in .lf_sec_body .lf_btn_block{
	width: 100%;
}
.lf_blog_page #lf_blog .lf_blog_in .lf_sec_body .lf_btn_block .lf_btn_in{
	width: 100%;
	max-width: 350px;
	margin: 0 auto;
	padding-top: 20px;
}














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

	layout[lf_blog_details_page]

====================================================*/
.lf_blog_details_page #lf_blog {
	width: 100%;
}
.lf_blog_details_page #lf_blog .lf_blog_in {
	width: 100%;
}
.lf_blog_details_page #lf_blog .lf_blog_in .lf_sec_header{
	padding-top: 72px;
}
.lf_blog_details_page #lf_blog .lf_blog_in .lf_sec_header .lf_sec_header_in{
	width: 100%;
	padding-bottom: 16px;
	border-bottom: 1px solid #eeeeee;
}
.lf_blog_details_page #lf_blog .lf_blog_in .lf_sec_header .lf_sec_header_in .lf_date{
	width: 100%;
	font-size: 117%;
	padding-bottom: 4px;
}
.lf_blog_details_page #lf_blog .lf_blog_in .lf_sec_header .lf_sec_header_in .lf_ttl{
	width: 100%;
	font-size: 200%;
	line-height: 1.6;
}
.lf_blog_details_page #lf_blog .lf_blog_in .lf_sec_body{
	padding-top: 30px;
	padding-bottom: 100px;
}
.lf_blog_details_page #lf_blog .lf_blog_in .lf_sec_body .lf_thumb_block{
	width: 100%;
}
.lf_blog_details_page #lf_blog .lf_blog_in .lf_sec_body .lf_content_block{
	width: 100%;
}
.lf_blog_details_page #lf_blog .lf_blog_in .lf_sec_body .lf_content_block{
	width: 100%;
	padding-top: 32px;
	font-size: 134%;
}
.lf_blog_details_page #lf_blog .lf_blog_in .lf_sec_body .lf_content_block p{
	padding-bottom: 20px;
}
.lf_blog_details_page #lf_blog .lf_blog_in .lf_sec_body .lf_content_block img{
	display: inline-block;
	margin-right: 20px;
	margin-bottom: 10px;
}
.lf_blog_details_page #lf_blog .lf_blog_in .lf_sec_body .lf_content_block strong{
	font-weight: bold;
	color: #e66262;
}
.lf_blog_details_page #lf_blog .lf_blog_in .lf_sec_body .lf_content_block a{
	text-decoration: underline;
	text-decoration-color: #e66262;
	color: #e66262;
}
.lf_blog_details_page #lf_blog .lf_blog_in .lf_sec_body .lf_content_block a:hover{
	text-decoration: none;
}














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

	layout[lf_item_page]

====================================================*/
.lf_item_page #lf_item {
	width: 100%;
}
.lf_item_page #lf_item .lf_item_in {
	width: 100%;
}
.lf_item_page #lf_item .lf_item_in .lf_sec_header{
	padding-top: 68px;
}
.lf_item_page #lf_item .lf_item_in .lf_sec_header .lf_sec_header_in{
	width: 100%;
}
.lf_item_page #lf_item .lf_item_in .lf_sec_header .lf_sec_header_in .lf_ttl{
	width: 100%;
}
.lf_item_page #lf_item .lf_item_in > ul{
	width: 100%;
	padding-top: 6px;
	padding-bottom: 60px;
}
.lf_item_page #lf_item .lf_item_in > ul > li{
	width: 100%;
	padding-top: 24px;
	padding-bottom: 24px;
}
.lf_item_page #lf_item .lf_item_in > ul > li .lf_li_in{
	width: 100%;
}
.lf_item_page #lf_item .lf_item_in > ul > li .lf_li_in .lf_cat_ttl{
	width: 100%;
	max-width: 1280px;
	margin: 0 auto;
	padding-right: 40px;
	padding-left: 40px;
}
.lf_item_page #lf_item .lf_item_in > ul > li .lf_li_in .lf_cat_ttl .lf_ttl_in{
	width: 100%;
	padding-bottom: 10px;
	border-bottom: 1px solid #eeeeee;
}
.lf_item_page #lf_item .lf_item_in > ul > li .lf_li_in .lf_cat_ttl .lf_ttl_in .lf_txt{
	font-size: 184%;
}
.lf_item_page #lf_item .lf_item_in > ul > li .lf_li_in .lf_cat_ttl .lf_ttl_in .lf_txt.sub{
	display: block;
	font-size: 134%;
}
.lf_item_page #lf_item .lf_item_in > ul > li .lf_li_in .lf_sec_body{
	padding-top: 6px;
	padding-right: 20px;
	padding-left: 20px;
}
.lf_item_page #lf_item .lf_item_in > ul > li .lf_li_in .lf_sec_body > ul{
	width: 100%;
	display: flex;
	display: -webkit-flex;
	display: -ms-flex;
	display: -moz-flex;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
}
.lf_item_page #lf_item .lf_item_in > ul > li .lf_li_in .lf_sec_body > ul > li{
	width: 33.33%;
	padding-top: 16px;
	padding-bottom: 16px;
	padding-right: 20px;
	padding-left: 20px;
}
.lf_item_page #lf_item .lf_item_in > ul > li .lf_li_in .lf_sec_body > ul > li dl{
	width: 100%;
}
.lf_item_page #lf_item .lf_item_in > ul > li .lf_li_in .lf_sec_body > ul > li dl > dt{
	width: 100%;
	overflow: hidden;
	position: relative;
}
.lf_item_page #lf_item .lf_item_in > ul > li .lf_li_in .lf_sec_body > ul > li dl > dt img{
	width: 100%;
}
.lf_item_page #lf_item .lf_item_in > ul > li .lf_li_in .lf_sec_body > ul > li dl > dt .lf_hov{
	width: 100%;
	height: 100%;
	display: flex;
	display: -webkit-flex;
	display: -ms-flex;
	display: -moz-flex;
	align-items: center;
	-webkit-align-items: center;
	-ms-align-items: center;
	-moz-align-items: center;
	justify-content: center;
	-webkit-justify-content: center;
	-ms-justify-content: center;
	-moz-justify-content: center;
	background-color: rgba(244, 247, 252, 0.96);
	background-image: url(../images/top/obj02.png);
	background-position: 50% 50%;
	background-repeat: no-repeat;
	position: absolute;
	top: -100%;
	left: 0;
	transition: all 400ms ease;
	-webkit-transition: all 400ms ease;
	-moz-transition: all 400ms ease;
	-ms-transition: all 400ms ease;
	
}
.lf_item_page #lf_item .lf_item_in > ul > li .lf_li_in .lf_sec_body > ul > li dl:hover > dt .lf_hov{
	top: 0;
}
.lf_item_page #lf_item .lf_item_in > ul > li .lf_li_in .lf_sec_body > ul > li dl > dt .lf_hov .lf_txt{
	font-size: 150%;
}
.lf_item_page #lf_item .lf_item_in > ul > li .lf_li_in .lf_sec_body > ul > li dl > dd{
	width: 100%;
	padding-top: 14px;
}
.lf_item_page #lf_item .lf_item_in > ul > li .lf_li_in .lf_sec_body > ul > li dl > dd .lf_ttl{
	display: block;
	font-size: 150%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}














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

	layout[lf_item_details_page]

====================================================*/
.lf_item_details_page #lf_item {
	width: 100%;
}
.lf_item_details_page #lf_item .lf_item_in {
	width: 100%;
}
.lf_item_details_page #lf_item .lf_item_in .lf_sec_body {
	padding-top: 80px;
	padding-bottom: 100px;
	padding-right: 20px;
	padding-left: 20px;
}
.lf_item_details_page #lf_item .lf_item_in .lf_sec_body > ul {
	width: 100%;
	display: flex;
	display: -webkit-flex;
	display: -ms-flex;
	display: -moz-flex;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
}
.lf_item_details_page #lf_item .lf_item_in .lf_sec_body > ul > li {
	width: 50%;
	padding-right: 20px;
	padding-left: 20px;
}
.lf_item_details_page #lf_item .lf_item_in .lf_sec_body > ul > li:first-child {
	order: 2;
}
.lf_item_details_page #lf_item .lf_item_in .lf_sec_body > ul > li:last-child {
	order: 1;
	margin-top: -10px;
}
.lf_item_details_page #lf_item .lf_item_in .lf_sec_body > ul > li > ul{
	width: 100%;
}
.lf_item_details_page #lf_item .lf_item_in .lf_sec_body > ul > li > ul > li{
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
}
.lf_item_details_page #lf_item .lf_item_in .lf_sec_body > ul > li > ul > li > img{
	width: 100%;
}
.lf_item_details_page #lf_item .lf_item_in .lf_sec_body > ul > li > ul > li:first-child{
	padding-top: 0;
}
.lf_item_details_page #lf_item .lf_item_in .lf_sec_body > ul > li > ul > li:last-child{
	padding-bottom: 0;
}
.lf_item_details_page #lf_item .lf_item_in .lf_sec_body > ul > li .lf_name_block{
	width: 100%;
}
.lf_item_details_page #lf_item .lf_item_in .lf_sec_body > ul > li .lf_name_block .lf_txt{
	font-size: 234%;
}
.lf_item_details_page #lf_item .lf_item_in .lf_sec_body > ul > li .lf_txt_block{
	width: 100%;
	padding-top: 28px;
}
/* .lf_item_details_page #lf_item .lf_item_in .lf_sec_body > ul > li .lf_txt_block > dl{
	width: 100%;
	display: table;
}
.lf_item_details_page #lf_item .lf_item_in .lf_sec_body > ul > li .lf_txt_block > dl > dt{
	width: 122px;
	display: table-cell;
	vertical-align: top;
}
.lf_item_details_page #lf_item .lf_item_in .lf_sec_body > ul > li .lf_txt_block > dl > dt .lf_txt{
	font-size: 167%;
	letter-spacing: 2px;
	position: relative;
}
.lf_item_details_page #lf_item .lf_item_in .lf_sec_body > ul > li .lf_txt_block > dl > dt .lf_txt::before{
	content: '/';
	display: block;
	color: #3c3c3c;
	position: absolute;
	top: -4px;
	right: -18px;
}
.lf_item_details_page #lf_item .lf_item_in .lf_sec_body > ul > li .lf_txt_block > dl > dd{
	display: table-cell;
	vertical-align: top;
}
.lf_item_details_page #lf_item .lf_item_in .lf_sec_body > ul > li .lf_txt_block > dl > dd .lf_txt{
	font-size: 167%;
} */
.lf_item_details_page #lf_item .lf_item_in .lf_sec_body > ul > li .lf_txt_block .lf_comment{
	font-size: 150%;
}
.lf_item_details_page #lf_item .lf_item_in .lf_sec_body > ul > li .lf_txt_block > p{
	font-size: 150%;
	line-height: 1.9;
}
.lf_item_details_page #lf_item .lf_item_in .lf_sec_body > ul > li .lf_txt_block .lf_price_area{
	width: 100%;
	padding-top: 32px;
}
.lf_item_details_page #lf_item .lf_item_in .lf_sec_body > ul > li .lf_txt_block .lf_price_area .lf_price{
	font-size: 250%;
	line-height: 1;
	letter-spacing: 8px;
}
.lf_item_details_page #lf_item .lf_item_in .lf_sec_body > ul > li .lf_txt_block .lf_price_area .lf_yen{
	font-size: 167%;
}
.lf_item_details_page #lf_item .lf_item_in .lf_sec_body > ul > li .lf_btn_block{
	width: 100%;
	padding-top: 16px;
}
.lf_item_details_page #lf_item .lf_item_in .lf_sec_body > ul > li .lf_btn_block .lf_btn_in{
	width: 100%;
	max-width: 350px;
}
.lf_item_details_page #lf_item .lf_item_in .lf_sec_body > ul > li .lf_btn_block .lf_btn_in .lf_cmn_btn01::before{
	content: '';
	display: block;
	width: 24px;
	height: 24px;
	background-image: url(../images/common/icon_shopping01.png);
	background-size: contain;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	position: absolute;
	top: 6px;
	left: 98px;
}














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

	layout[lf_profile_page]

====================================================*/
.lf_profile_page #lf_profile {
	width: 100%;
}
.lf_profile_page #lf_profile .lf_profile_in {
	width: 100%;
}
.lf_profile_page #lf_profile .lf_profile_in .lf_sec_body {
	padding-top: 80px;
	padding-bottom: 96px;
}
.lf_profile_page #lf_profile .lf_profile_in .lf_sec_body .lf_img_block {
	width: 100%;
}
.lf_profile_page #lf_profile .lf_profile_in .lf_sec_body .lf_img_block > ul {
	width: 100%;
}
.lf_profile_page #lf_profile .lf_profile_in .lf_sec_body .lf_img_block > ul > li {
	width: 100%;
}
.lf_profile_page #lf_profile .lf_profile_in .lf_sec_body .lf_img_block > ul > li img {
	width: 100%;
}
.lf_profile_page #lf_profile .lf_profile_in .lf_sec_body > dl {
	width: 100%;
	padding-top: 48px;
}
.lf_profile_page #lf_profile .lf_profile_in .lf_sec_body > dl > dt {
	width: 100%;
	padding-bottom: 8px;
	border-bottom: 1px solid #eeeeee;
}
.lf_profile_page #lf_profile .lf_profile_in .lf_sec_body > dl > dt .lf_txt {
	font-size: 250%;
	letter-spacing: 2px;
}
.lf_profile_page #lf_profile .lf_profile_in .lf_sec_body > dl > dt .lf_s_txt {
	font-size: 200%;
	letter-spacing: 2px;
	padding-left: 12px;
}
.lf_profile_page #lf_profile .lf_profile_in .lf_sec_body > dl > dd {
	width: 100%;
	padding-top: 20px;
}
.lf_profile_page #lf_profile .lf_profile_in .lf_sec_body > dl > dd .lf_txt {
	font-size: 117%;
	line-height: 1.9;
}
.lf_profile_page #lf_profile .lf_profile_in .lf_sec_body > dl > dd .lf_txt.lf_name {
	display: block;
	max-width: 594px;
	text-align: right;
	padding-top: 32px;
	padding-bottom: 52px;
}
.lf_profile_page #lf_profile .lf_profile_in .lf_sec_body > dl > dd .lf_txt .lf_dl {
	display: table;
}
.lf_profile_page #lf_profile .lf_profile_in .lf_sec_body > dl > dd .lf_txt .lf_dl .lf_dt{
	width: 56px;
	display: table-cell;
	vertical-align: top;
}
.lf_profile_page #lf_profile .lf_profile_in .lf_sec_body > dl > dd .lf_txt .lf_dl .lf_dd{
	display: table-cell;
	vertical-align: top;
}














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

	layout[lf_faq_page]

====================================================*/
.lf_faq_page #lf_faq {
	width: 100%;
}
.lf_faq_page #lf_faq .lf_faq_in {
	width: 100%;
}
.lf_faq_page #lf_faq .lf_faq_in .lf_sec_body {
	padding-top: 32px;
	padding-bottom: 92px;
}
.lf_faq_page #lf_faq .lf_faq_in .lf_sec_body > ul {
	width: 100%;
}
.lf_faq_page #lf_faq .lf_faq_in .lf_sec_body > ul > li {
	width: 100%;
	padding-top: 40px;
	padding-bottom: 36px;
	padding-right: 10px;
	padding-left: 10px;
	border-bottom: 2px solid #eeeeee;
}
.lf_faq_page #lf_faq .lf_faq_in .lf_sec_body > ul > li > dl {
	width: 100%;
}
.lf_faq_page #lf_faq .lf_faq_in .lf_sec_body > ul > li > dl > dt {
	width: 100%;
}
.lf_faq_page #lf_faq .lf_faq_in .lf_sec_body > ul > li > dl > dt .lf_txt {
	display: block;
	font-size: 167%;
	position: relative;
	padding-left: 28px;
}
.lf_faq_page #lf_faq .lf_faq_in .lf_sec_body > ul > li > dl > dt .lf_txt::before {
	content: '';
	display: block;
	width: 24px;
	height: 24px;
	background-image: url(../images/faq/icon_q.png);
	background-size: contain;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	position: absolute;
	top: 4px;
	left: 0px;
}
.lf_faq_page #lf_faq .lf_faq_in .lf_sec_body > ul > li > dl > dd {
	width: 100%;
	padding-top: 16px;
}
.lf_faq_page #lf_faq .lf_faq_in .lf_sec_body > ul > li > dl > dd .lf_txt {
	display: block;
	font-size: 134%;
	padding-left: 30px;
	line-height: 1.9;
	position: relative;
}
.lf_faq_page #lf_faq .lf_faq_in .lf_sec_body > ul > li > dl > dd .lf_txt::before {
	content: '';
	display: block;
	width: 24px;
	height: 24px;
	background-image: url(../images/faq/icon_a.png);
	background-size: contain;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	position: absolute;
	top: 2px;
	left: 0px;
}














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

	layout[lf_contact_page]

====================================================*/
.lf_contact_page #lf_form{
	width: 100%;
}
.lf_contact_page #lf_form .lf_sec_header{
	width: 100%;
	padding-top: 64px;
}
.lf_contact_page #lf_form .lf_sec_header .lf_header_in{
	width: 100%;
}
.lf_contact_page #lf_form .lf_sec_header .lf_header_in{
	width: 100%;
}
.lf_contact_page #lf_form .lf_sec_body {
	width: 100%;
	padding-top: 40px;
	padding-bottom: 80px;
}
.lf_contact_page #lf_form .lf_sec_body .lf_txt_wrap{
	width: 100%;
	padding-left: 30px;
}
.lf_contact_page #lf_form .lf_sec_body .lf_txt_wrap .lf_txt{
	font-size: 134%;
}
.lf_contact_page #lf_form .lf_sec_body .lf_txt_wrap .lf_must {
  display: inline-block;
  width: 52px;
  line-height: 22px;
  text-align: center;
  background-color: #ab3f3f;
  color: #fff;
  font-size: 87.31%;
	margin-left: 8px;
	margin-right: 8px;
}
.lf_contact_page #lf_form .lf_sec_body ul{
	width: 100%;
	padding-top: 34px;
}
.lf_contact_page #lf_form .lf_sec_body ul li{
	width: 100%;
	border-top: 1px solid #eeee;
}
.lf_contact_page #lf_form .lf_sec_body ul li:last-child{
	border-bottom: 1px solid #eeee;
}
.lf_contact_page #lf_form .lf_sec_body ul li dl{
	width: 100%;
	display: table;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 30px;
	padding-right: 20px;
}
.lf_contact_page #lf_form .lf_sec_body ul li dl dt{
	width: 20%;
	display: table-cell;
	vertical-align: top;
}
.lf_contact_page #lf_form .lf_sec_body ul li dl dt .lf_dt_in{
	width: 100%;
	display: flex;
	-webkit-display: flex;
	-ms-display: flex;
	-moz-display: flex;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	padding-top: 10px;
}
.lf_contact_page #lf_form .lf_sec_body ul li dl dt .lf_dt_in .lf_txt{
	display: block;
	font-size: 117%;
}
.lf_contact_page #lf_form .lf_sec_body ul li dl dt .lf_dt_in .lf_must{
	display: block;
	width: 52px;
	line-height: 22px;
	text-align: center;
	background-color: #ab3f3f;
	color: #fff;
	font-size: 117%;
}
.lf_contact_page #lf_form .lf_sec_body ul li dl dd{
	width: 80%;
	display: table-cell;
	vertical-align: top;
	padding-left: 12px;
}
.lf_contact_page #lf_form .lf_sec_body ul li dl dd span input {
  border: 1px solid #eeeeee;
  width: 100%;
  height: 40px;
  font-size: 134%;
  padding-left: 20px;
  padding-right: 20px;
}
.lf_contact_page #lf_form .lf_sec_body ul li dl dd span textarea {
  border: 1px solid #eeeeee;
  width: 100%;
  height: 200px;
  font-size: 134%;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
  padding-right: 20px;
}
.lf_contact_page #lf_form .lf_sec_body .lf_btn_wrap{
  width: 100%;
}
.lf_contact_page #lf_form .lf_sec_body .lf_btn_wrap .lf_btn_in{
  width: 100%;
  max-width: 466px;
  margin: 0 auto;
  padding-top: 68px;
}
.lf_contact_page #lf_form .lf_sec_body .lf_btn_block{
  width: 100%;
}
.lf_contact_page #lf_form .lf_sec_body .lf_btn_block .lf_btn_in{
	width: 100%;
	max-width: 360px;
	margin: 0 auto;
	padding-top: 40px;
}
.lf_contact_page #lf_form .lf_sec_body .lf_btn_block .lf_btn_in .lf_btn{
	display: block;
  width: 100%;
	height: 60px;
	position: relative;
	background-color: #ab3f3f;
	transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	cursor: pointer;
}
.lf_contact_page #lf_form .lf_sec_body .lf_btn_block .lf_btn_in .lf_btn:hover{
	opacity: 0.8;
}
.lf_contact_page #lf_form .lf_sec_body .lf_btn_block .lf_btn_in .lf_btn::before{
	content: '';
	display: block;
	background-image: url(../images/contact/txt_send_as_adove.png);
	background-size: contain;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	width: 137px;
	height: 16px;
	position: absolute;
	top: 20px;
	left: 0;
	right: 0;
	margin: auto;
}
.lf_contact_page #lf_form .lf_sec_body .lf_btn_block .lf_btn_in .lf_btn > input{
	display: block;
  width: 100%;
	height: 100%;
	cursor: pointer;
}















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

	layout[lf_thanks_page]

====================================================*/
.lf_thanks_page #lf_contact .lf_sec_header {
	width: 100%;
	padding-top: 64px;
}
.lf_thanks_page #lf_contact .lf_sec_header .lf_header_in{
	width: 100%;
}
.lf_thanks_page #lf_contact .lf_sec_header .lf_header_in　.lf_ttl{
	width: 100%;
}



.lf_thanks_page #lf_contact .lf_sec_body {
	padding-top: 40px;
	padding-bottom: 80px;
}
.lf_thanks_page #lf_contact .lf_sec_body > p{
	font-size: 150%;
}
.lf_thanks_page #lf_contact .lf_sec_body .lf_btn_block {
	width: 100%;
}
.lf_thanks_page #lf_contact .lf_sec_body .lf_btn_block .lf_btn_in {
	width: 100%;
	max-width: 350px;
	margin: 0 auto;
	padding-top: 52px;
}

















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

	layout[lf_error_page]

====================================================*/
.lf_error_page #lf_error{
	width: 100%;
}
.lf_error_page #lf_error .lf_sec_header{
	padding-top: 80px;
}
.lf_error_page #lf_error .lf_sec_header .lf_sec_header_in{
	width: 100%;;
}
.lf_error_page #lf_error .lf_sec_header .lf_sec_header_in .lf_ttl{
	width: 100%;;
}
.lf_error_page #lf_error .lf_sec_body{
	padding-top: 40px;
	padding-bottom: 100px;
}

.lf_error_page #lf_error .lf_sec_body .lf_cont{
	width: 100%;
}
.lf_error_page #lf_error .lf_sec_body .lf_cont > p{
	width: 100%;
	padding-bottom: 32px;
}
.lf_error_page #lf_error .lf_sec_body .lf_cont > p .lf_txt{
	font-size: 150%;
}
.lf_error_page #lf_error .lf_sec_body .lf_cont > p .lf_txt.indent{
	display: block;
	text-indent: -1em;
	margin-left: 1em;
}
.lf_error_page #lf_error .lf_sec_body .lf_cont > p a{
	color: #0849c2;
	text-decoration: underline;
	text-decoration-color: #0849c2;
}
.lf_error_page #lf_error .lf_sec_body .lf_cont > p a:hover{
	text-decoration: none;
}
.lf_error_page #lf_error .lf_sec_body .lf_cont .lf_btn_block{
  width: 100%;
	position: relative;
}
.lf_error_page #lf_error .lf_sec_body .lf_cont .lf_btn_block .lf_btn_in{
  width: 100%;
  max-width: 350px;
  margin: 0 auto;
  padding-top: 20px;
	position: relative;
}
















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

	Media Queries for window size under1200px

====================================================*/
@media screen and (max-width: 1200px) {

	#lf_wrapper{
		width: 1200px;
	}



	/* Br(under 1200px)
	--------------------------*/
	.br_1200{
		display: inline;
	}




}















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

	Media Queries for window size under767px

====================================================*/
@media screen and (max-width: 767px) {

	#lf_wrapper{
	  width: 100%;
	}



	/* .lf_pc .lf_sp(under 767px)
	--------------------------*/
	.lf_pc{
		display: none;
	}
	.lf_sp{
		display: block;
	}



	/* Br(under 767px)
	--------------------------*/
	.br_767{
		display: inline;
	}



	/*  lf_header(under 767px)
	--------------------------*/
	#lf_header {
    width: 100%;
	}
	#lf_header_in {
    width: 100%;
    padding-top: 18px;
		padding-right: 20px;
		padding-left: 20px;
		padding-bottom: 20px;
	}
	.lf_header_scroll #lf_header_in {
    padding-top: 12px;
    padding-bottom: 14px;
	}
	#lf_logo {
    max-width: 132px;
	}
	.lf_header_scroll #lf_logo {
    max-width: 112px;
	}
	#lf_gNav_menu{
		display: none;
	}
	#lf_btn_menu{
		display: none;
	}



	/*  #lf_g_nav(under 767px)
	--------------------------*/
	#lf_g_nav{
		display: block;
		width: 100%;
		position: absolute;
		top: 92px;
		right: 0;
		transform: translateX(100%);
		-webkit-transform: translateX(100%);
		-moz-transform: translateX(100%);
		-ms-transform: translateX(100%);
		opacity: 0;
		transition: all 500ms ease;
		-webkit-transition: all 500ms ease;
		-moz-transition: all 500ms ease;
		-o-transition: all 500ms ease;
	}
	.lf_nav_open #lf_g_nav,
	.lf_header_scroll .lf_nav_open #lf_g_nav{
		opacity: 1;
		transform: translateX(0%);
		-webkit-transform: translateX(0%);
		-moz-transform: translateX(0%);
		-ms-transform: translateX(0%);
	}
	.lf_header_scroll.lf_nav_open #lf_g_nav{
		position: fixed;
	}
	#lf_g_nav_in{
		width: 100%;
	}
	#lf_g_nav_upper{
		width: 100%;
	}
	#lf_g_nav_upper ul{
		width: 100%;
	}
	#lf_g_nav_upper ul li{
		width: 100%;
		padding-top: 12px;
		padding-bottom: 12px;
	}
	#lf_g_nav_upper ul li .lf_g_nav_upper_ttl{
		width: 100%;
		text-align: center;
	}
	#lf_g_nav_upper ul li .lf_g_nav_upper_ttl .lf_txt{
		font-size: 134%;
		color: #fff;
		transition: all 300ms ease;
		-webkit-transition: all 300ms ease;
		-moz-transition: all 300ms ease;
		-o-transition: all 300ms ease;
	}
	#lf_g_nav_upper ul li .lf_g_nav_upper_ttl .lf_txt:hover{
		opacity: 0.7;
	}








	/*  #lf_overlay(under 767px)
	--------------------------*/
	#lf_overlay {
	  display: none;
	}



	/*  #lf_g_nav_btn(under 767px)
	--------------------------*/
	#lf_g_nav_btn{
		display: block;
		width: 26px;
    height: 19px;
		position: absolute;
    top: 27px;
    right: 20px;
		transition: all 300ms ease;
		-webkit-transition: all 300ms ease;
		-moz-transition: all 300ms ease;
		-o-transition: all 300ms ease;
	}
	.lf_header_scroll #lf_g_nav_btn{
		position: fixed;
		top: 19px;
	}
	#lf_g_nav_btn .lf_nav_in {
    width: 100%;
    height: 100%;
	}
	#lf_g_nav_btn .lf_nav_in .lf_brder {
    width: 100%;
    height: 3px;
    background-color: #000;
    position: absolute;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -o-transition: all 500ms ease;
	}
	#lf_g_nav_btn .lf_nav_in .lf_brder.b01 {
    top: 0;
    left: 0;
	}
	#lf_g_nav_btn .lf_nav_in .lf_brder.b02 {
		top: 50%;
    left: 0;
    margin-top: -2px;
	}
	#lf_g_nav_btn .lf_nav_in .lf_brder.b03 {
    bottom: 0;
    left: 0;
	}


	.lf_nav_open #lf_g_nav_btn .lf_brder.b01 {
    transform: translateY(8px) rotate(-135deg);
    -webkit-transform: translateY(8px) rotate(-135deg);
    -moz-transform: translateY(8px) rotate(-135deg);
    -ms-transform: translateY(8px) rotate(-135deg);
	}
	.lf_nav_open #lf_g_nav_btn .lf_brder.b02 {
    width: 0;
	}
	.lf_nav_open #lf_g_nav_btn .lf_brder.b03 {
    transform: translateY(-8px) rotate(135deg);
    -webkit-transform: translateY(-8px) rotate(135deg);
    -moz-transform: translateY(-8px) rotate(135deg);
    -ms-transform: translateY(-8px) rotate(135deg);
	}

	#lf_g_nav_btn .lf_btn_txt{
		width: 38px;
		text-align: center;
		position: absolute;
		top: 24px;
		right: -4px;
		line-height: 1;
	}
	#lf_g_nav_btn .lf_btn_txt .lf_txt{
		font-size: 92%;
		color: #93c20e;
		font-weight: bold;
		letter-spacing: 0;
	}
	#lf_g_nav_btn .lf_btn_txt .lf_txt.close{
		display: none;
	}
	.lf_nav_open #lf_g_nav_btn .lf_btn_txt .lf_txt.close{
		display: inline;
	}
	.lf_nav_open #lf_g_nav_btn .lf_btn_txt .lf_txt.open{
		display: none;
	}



	/*  #lf_overlay(under 767px)
	--------------------------*/
	#lf_overlay {
	  display: block;
    position: fixed;
    right: 0;
    top: 0;
		background-color: rgba(0, 0, 0, 0.9);
    width: 0%;
    height: 120%;
		transition: all 500ms ease;
		-webkit-transition: all 500ms ease;
		-moz-transition: all 500ms ease;
		-o-transition: all 500ms ease;
	}
	.lf_nav_open #lf_overlay {
		width: 100%;
	}



	/* #lf_container(under 767px)
	--------------------------*/
	#lf_container {
		padding-top: 66px;
	}




	/* #lf_footer(under 767px)
	--------------------------*/
	#lf_footer_top {
    padding-top: 22px;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
	}
	#lf_f_nav_upper .lf_f_nav_left {
    width: 100%;
		padding-bottom: 22px;
	}
	#lf_f_logo {
    width: 100%;
    max-width: 148px;
		margin: 0 auto;
	}
	#lf_f_nav_upper .lf_f_nav_right {
		width: 100%;
    padding-left: 0;
    margin-bottom: 0;
	}
	#lf_f_nav_upper .lf_f_nav_right > ul > li {
    width: 100%;
		padding-right: 0;
    padding-left: 0;
		border-top: 2px solid rgba(255, 255, 255, 0.16);
	}
	#lf_f_nav_upper .lf_f_nav_right > ul > li .lf_f_nav_upper_ttl .lf_txt {
		display: block;
		padding-top: 10px;
		padding-bottom: 8px;
		padding-right: 20px;
		padding-left: 20px;
    font-size: 117%;
	}
	#lf_f_nav_upper .lf_f_nav_right > ul > li.lf_btn_menu > ul{
		position: absolute;
		top: 26px;
		right: 16px;
	}
	#lf_f_nav_upper .lf_f_nav_right > ul > li.lf_btn_menu > ul > li {
    padding-right: 2px;
    padding-left: 2px;
	}
	#lf_f_nav_upper .lf_f_nav_right > ul > li.lf_btn_menu > ul > li img{
		width: 23px;
	}
	#lf_footer_btm_in {
    line-height: 40px;
	}
	#lf_copyright {
    font-size: 84%;
	}






	/*  #lf_main_view[under_page](under 767px)
	--------------------------*/
	.under_page #lf_main_view_in .lf_main_ttl {
    height: 110px;
	}
	.under_page #lf_main_view_in .lf_main_ttl .lf_txt {
    font-size: 184%;
	}



	/*  Common Parts(under 767px)
	--------------------------*/
	.lf_sec_header{
	  padding-left: 20px;
	  padding-right: 20px;
	}
	.lf_sec_body{
	  padding-left: 20px;
	  padding-right: 20px;
	}
	.lf_cmn_ttl01 {
    font-size: 184%;
		line-height: 1.5;
	}
	.lf_cmn_btn01{
		height: 34px;
	}
	.lf_cmn_btn01 img{
		width: 80px;
	}
	.lf_cmn_btn01.contact img{
		width: 61px;
	}
	.lf_cmn_btn01.back_to_top img{
		width: 88px;
	}
	.lf_cmn_btn01.buy_now img{
		width: 68px;
	}



	/*  #lf_contact_wrap(under 767px)
	--------------------------*/
	#lf_contact_wrap .lf_sec_body {
    padding-top: 38px;
    padding-bottom: 44px;
	}
	#lf_contact_wrap .lf_sec_body > dl > dt {
    width: 100%;
    display: block;
	}
	#lf_contact_wrap .lf_sec_body > dl > dt .lf_txt {
    font-size: 117%;
	}
	#lf_contact_wrap .lf_sec_body > dl > dt .lf_s_txt {
    font-size: 100%;
	}
	#lf_contact_wrap .lf_sec_body > dl > dd {
    display: block;
		width: 100%;
		max-width: 280px;
		margin: 0 auto;
		padding-top: 12px;
	}
	#lf_contact_wrap .lf_sec_body > dl > dd .lf_cmn_btn01 {
    width: 100%;
    height: 44px;
	}



	/*  #lf_paging
	--------------------------*/
	#lf_paging{
		padding-top: 20px;
	}
	#lf_paging_in{
		max-width: 302px;
	}
	#lf_paging_in p.lf_prev i,
	#lf_paging_in p.lf_next i{
		width: 31px;
		height: 23px;
	}
	#lf_paging_in p.lf_prev i:before{
		width: 4px;
		top: 4px;
	}
	#lf_paging_in p.lf_next i:before{
		width: 4px;
		top: 4px;
	}

	#lf_paging_in > ul > li{
		padding-left: 2px;
		padding-right: 2px;
	}
	#lf_paging_in > ul > li > a {
		width: 25px;
		height: 23px;
		line-height: 21px;
		font-size: 100%;
	}
	#lf_paging_in > ul > li > span {
		width: 25px;
		line-height: 21px;
		height: 23px;
		font-size: 100%;
	}
	#lf_paging_in > ul > li > span.lf_dot {
		width: 25px;
		height: 23px;
		line-height: 21px;
		font-size: 100%;
	}


	#lf_paging_detail {
    padding-top: 12px;
	}
	#lf_paging_detail_in {
    height: 23px;
    max-width: 72px;
	}
	#lf_paging_detail_in > p > a {
    width: 31px;
    height: 23px;
	}
	#lf_paging_detail_in .lf_prev > a > i::before,
	#lf_paging_detail_in .lf_next > a > i::before  {
    width: 4px;
    background-size: contain;
    top: 4px;
	}















	/*==========================
    layout[lf_top_page](under 767px)
  ==========================*/
	.lf_top_page #lf_main_view_in > ul > li {
    width: 100%;
    height: 320px;
	}
	.lf_top_page #lf_main_view_in > ul > li ul li .lf_slide_img{
		padding-top: 320px;
	}
	.lf_top_page #lf_main_view_in > ul > li > dl {
    width: 100%;
	}
	.lf_top_page #lf_main_view_in > ul > li > dl > dt {
    width: 100%;
		max-width: 200px;
		margin: 0 auto;
	}
	.lf_top_page #lf_main_view_in > ul > li > dl > dd {
		width: 100%;
    padding-top: 22px;
	}
	.lf_top_page #lf_main_view_in > ul > li > dl > dd .lf_txt {
    font-size: 109%;
	}
	.lf_top_page #lf_main_view_in > ul > li > dl > dd .lf_txt::before {
    display: none;
	}



	.lf_top_page #lf_blog .lf_blog_in .lf_sec_header {
    padding-top: 46px;
	}
	.lf_top_page #lf_blog .lf_blog_in .lf_sec_body {
    padding-top: 14px;
    padding-right: 10px;
    padding-left: 10px;
	}
	.lf_top_page #lf_blog .lf_blog_in .lf_sec_body.lf_item{
		padding-bottom: 44px;
	}
	.lf_top_page #lf_blog .lf_blog_in .lf_sec_body > ul > li {
    width: 50%;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 10px;
    padding-left: 10px;
	}
	.lf_top_page #lf_blog .lf_blog_in .lf_sec_body > ul > li dl > dt .lf_hov {
    background-size: 70px;
	}
	.lf_top_page #lf_blog .lf_blog_in .lf_sec_body > ul > li dl > dt .lf_hov .lf_txt {
    font-size: 134%;
	}
	.lf_top_page #lf_blog .lf_blog_in .lf_sec_body > ul > li dl > dd {
    padding-top: 10px;
	}
	.lf_top_page #lf_blog .lf_blog_in .lf_sec_body > ul > li dl > dd .lf_date {
    font-size: 100%;
	}
	.lf_top_page #lf_blog .lf_blog_in .lf_sec_body > ul > li dl > dd .lf_ttl {
    font-size: 150%;
	}
	.lf_top_page #lf_blog .lf_blog_in .lf_sec_body > ul > li dl > dd .lf_blog_cap {
    font-size: 117%;
	}
	.lf_top_page #lf_blog .lf_blog_in .lf_sec_body .lf_btn_block .lf_btn_in {
    max-width: 280px;
    padding-top: 12px;
	}



	.lf_top_page #lf_instagram .lf_instagram_in .lf_sec_header {
    padding-top: 54px;
	}
	.lf_top_page #lf_instagram .lf_instagram_in .lf_sec_body {
    padding-top: 16px;
    padding-bottom: 70px;
		padding-right: 16px;
		padding-left: 16px;
	}
	.lf_top_page #lf_instagram .lf_instagram_in .lf_sec_body > p {
    font-size: 117%;
    text-align: left;
		padding-right: 4px;
		padding-left: 4px;
	}
	/* .lf_top_page #lf_instagram .lf_instagram_in .lf_sec_body > ul {
    padding-top: 20px;
	} */
	.lf_top_page #lf_instagram .lf_instagram_in .lf_sec_body > ul > li {
    width: 33.33%;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-right: 4px;
    padding-left: 4px;
	}
	.lf_top_page #lf_instagram .lf_instagram_in .lf_sec_body > ul > li .lf_ig_img .lf_hov {
		background-size: 40px;
	}
	.lf_top_page #lf_instagram .lf_instagram_in .lf_sec_body > ul > li .lf_ig_img .lf_hov .lf_txt {
    font-size: 117%;
	}
	.lf_top_page #lf_instagram .lf_instagram_in .lf_sec_body .lf_btn_block .lf_btn_in {
    max-width: 280px;
    padding-top: 30px;
	}



	.lf_top_page #lf_bottom_ban > ul{
		background-image: url(../images/common/bg_ban02.jpg);
		background-size: cover;
		background-position: 50% 50%;
		background-repeat: no-repeat;
	}
	.lf_top_page #lf_bottom_ban > ul > li:first-child {
		display: none;
	}
	.lf_top_page #lf_bottom_ban > ul > li {
    width: 100%;
	}
	.lf_top_page #lf_bottom_ban > ul > li .lf_txt_block {
		max-width: 100%;
		height: 206px;
	}
	.lf_top_page #lf_bottom_ban > ul > li .lf_txt_block .lf_txt {
    font-size: 200%;
    letter-spacing: 3px;
		font-weight: 400;
	}
















	/*==========================
    layout[lf_blog_page](under 767px)
  ==========================*/
	.lf_blog_page #lf_blog .lf_blog_in .lf_sec_header {
    padding-top: 46px;
	}
	.lf_blog_page #lf_blog .lf_blog_in .lf_sec_body {
    padding-top: 14px;
		padding-bottom: 50px;
    padding-right: 10px;
    padding-left: 10px;
	}
	.lf_blog_page #lf_blog .lf_blog_in .lf_sec_body > ul > li {
    width: 50%;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 10px;
    padding-left: 10px;
	}
	.lf_blog_page #lf_blog .lf_blog_in .lf_sec_body > ul > li dl > dt .lf_hov {
    background-size: 70px;
	}
	.lf_blog_page #lf_blog .lf_blog_in .lf_sec_body > ul > li dl > dt .lf_hov .lf_txt {
    font-size: 134%;
	}
	.lf_blog_page #lf_blog .lf_blog_in .lf_sec_body > ul > li dl > dd {
    padding-top: 10px;
	}
	.lf_blog_page #lf_blog .lf_blog_in .lf_sec_body > ul > li dl > dd .lf_date {
    font-size: 100%;
	}
	.lf_blog_page #lf_blog .lf_blog_in .lf_sec_body > ul > li dl > dd .lf_ttl {
    font-size: 150%;
	}
	.lf_blog_page #lf_blog .lf_blog_in .lf_sec_body > ul > li dl > dd .lf_blog_cap {
    font-size: 117%;
	}
	.lf_blog_page #lf_blog .lf_blog_in .lf_sec_body .lf_btn_block .lf_btn_in {
    max-width: 280px;
    padding-top: 12px;
	}
















	/*==========================
    layout[lf_blog_details_page](under 767px)
  ==========================*/
	.lf_blog_details_page #lf_blog .lf_blog_in .lf_sec_header {
    padding-top: 36px;
	}
	.lf_blog_details_page #lf_blog .lf_blog_in .lf_sec_header .lf_sec_header_in {
    padding-bottom: 12px;
	}
	.lf_blog_details_page #lf_blog .lf_blog_in .lf_sec_header .lf_sec_header_in .lf_date {
    font-size: 100%;
	}
	.lf_blog_details_page #lf_blog .lf_blog_in .lf_sec_header .lf_sec_header_in .lf_ttl {
    font-size: 150%;
	}
	.lf_blog_details_page #lf_blog .lf_blog_in .lf_sec_body {
    padding-top: 20px;
    padding-bottom: 50px;
	}
	.lf_blog_details_page #lf_blog .lf_blog_in .lf_sec_body .lf_content_block {
    padding-top: 18px;
    font-size: 117%;
	}
	.lf_blog_details_page #lf_blog .lf_blog_in .lf_sec_body .lf_content_block p {
    padding-bottom: 12px;
	}
	.lf_blog_details_page #lf_blog .lf_blog_in .lf_sec_body .lf_content_block img {
    margin-right: 10px;
		margin-bottom: 5px;
	}





















	/*==========================
    layout[lf_item_page](under 767px)
  ==========================*/
	.lf_item_page #lf_item .lf_item_in .lf_sec_header {
    padding-top: 34px;
	}
	.lf_item_page #lf_item .lf_item_in > ul {
    padding-top: 4px;
    padding-bottom: 30px;
	}
	.lf_item_page #lf_item .lf_item_in > ul > li {
    padding-top: 12px;
    padding-bottom: 12px;
	}
	.lf_item_page #lf_item .lf_item_in > ul > li .lf_li_in .lf_cat_ttl {
    padding-right: 20px;
    padding-left: 20px;
	}
	.lf_item_page #lf_item .lf_item_in > ul > li .lf_li_in .lf_cat_ttl .lf_ttl_in .lf_txt {
    font-size: 134%;
	}
	.lf_item_page #lf_item .lf_item_in > ul > li .lf_li_in .lf_cat_ttl .lf_ttl_in .lf_txt.sub {
		font-size: 109%;
	}
	.lf_item_page #lf_item .lf_item_in > ul > li.original .lf_li_in .lf_cat_ttl .lf_ttl_in .lf_txt.sub {
    padding-left: 0;
	}
	.lf_item_page #lf_item .lf_item_in > ul > li .lf_li_in .lf_sec_body {
    padding-top: 4px;
    padding-right: 10px;
    padding-left: 10px;
	}
	.lf_item_page #lf_item .lf_item_in > ul > li .lf_li_in .lf_sec_body > ul > li {
    width: 50%;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-right: 10px;
    padding-left: 10px;
	}
	.lf_item_page #lf_item .lf_item_in > ul > li .lf_li_in .lf_sec_body > ul > li dl > dt .lf_hov {
    background-size: 70px;
	}
	.lf_item_page #lf_item .lf_item_in > ul > li .lf_li_in .lf_sec_body > ul > li dl > dt .lf_hov .lf_txt {
    font-size: 134%;
	}
	.lf_item_page #lf_item .lf_item_in > ul > li .lf_li_in .lf_sec_body > ul > li dl > dd {
    padding-top: 10px;
	}
	.lf_item_page #lf_item .lf_item_in > ul > li .lf_li_in .lf_sec_body > ul > li dl > dd .lf_ttl {
    font-size: 117%;
	}






















	/*==========================
    layout[lf_item_details_page](under 767px)
  ==========================*/
	.lf_item_details_page #lf_item .lf_item_in .lf_sec_body {
    padding-top: 40px;
    padding-bottom: 50px;
	}
	.lf_item_details_page #lf_item .lf_item_in .lf_sec_body > ul {
    display: block;
	}
	.lf_item_details_page #lf_item .lf_item_in .lf_sec_body > ul > li {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
	}
	.lf_item_details_page #lf_item .lf_item_in .lf_sec_body > ul > li > ul > li {
    padding-top: 12px;
    padding-bottom: 12px;
	}
	.lf_item_details_page #lf_item .lf_item_in .lf_sec_body > ul > li:last-child {
		padding-top: 16px;
    margin-top: 0;
	}
	.lf_item_details_page #lf_item .lf_item_in .lf_sec_body > ul > li .lf_name_block .lf_txt {
    font-size: 150%;
	}
	.lf_item_details_page #lf_item .lf_item_in .lf_sec_body > ul > li .lf_txt_block {
		padding-top: 14px;
	}
	.lf_item_details_page #lf_item .lf_item_in .lf_sec_body > ul > li .lf_txt_block > dl > dt {
		width: 86px;
	}
	.lf_item_details_page #lf_item .lf_item_in .lf_sec_body > ul > li .lf_txt_block > dl > dt .lf_txt {
    font-size: 117%;
    letter-spacing: 1px;
	}
	.lf_item_details_page #lf_item .lf_item_in .lf_sec_body > ul > li .lf_txt_block > dl > dt .lf_txt::before {
    top: -1px;
    right: -14px;
	}
	.lf_item_details_page #lf_item .lf_item_in .lf_sec_body > ul > li .lf_txt_block > dl > dd .lf_txt {
    font-size: 117%;
	}
	.lf_item_details_page #lf_item .lf_item_in .lf_sec_body > ul > li .lf_txt_block .lf_comment {
    font-size: 117%;
	}
	.lf_item_details_page #lf_item .lf_item_in .lf_sec_body > ul > li .lf_txt_block > p {
    font-size: 117%;
	}
	.lf_item_details_page #lf_item .lf_item_in .lf_sec_body > ul > li .lf_txt_block .lf_price_area {
    padding-top: 16px;
	}
	.lf_item_details_page #lf_item .lf_item_in .lf_sec_body > ul > li .lf_txt_block .lf_price_area .lf_price {
    font-size: 200%;
    letter-spacing: 6px;
	}
	.lf_item_details_page #lf_item .lf_item_in .lf_sec_body > ul > li .lf_txt_block .lf_price_area .lf_yen {
    font-size: 134%;
	}
	.lf_item_details_page #lf_item .lf_item_in .lf_sec_body > ul > li .lf_btn_block {
    padding-top: 12px;
	}
	.lf_item_details_page #lf_item .lf_item_in .lf_sec_body > ul > li .lf_btn_block .lf_btn_in {
    max-width: 280px;
		margin: 0 auto;
	}
	.lf_item_details_page #lf_item .lf_item_in .lf_sec_body > ul > li .lf_btn_block .lf_btn_in .lf_cmn_btn01::before {
    width: 20px;
    height: 20px;
    top: 5px;
    left: 76px;
	}






















	/*==========================
    layout[lf_profile_page](under 767px)
  ==========================*/
	.lf_profile_page #lf_profile .lf_profile_in .lf_sec_body {
    padding-top: 40px;
    padding-bottom: 48px;
	}
	.lf_profile_page #lf_profile .lf_profile_in .lf_sec_body > dl {
    padding-top: 24px;
	}
	.lf_profile_page #lf_profile .lf_profile_in .lf_sec_body > dl > dt .lf_txt {
    font-size: 167%;
    letter-spacing: 1px;
	}
	.lf_profile_page #lf_profile .lf_profile_in .lf_sec_body > dl > dt .lf_s_txt {
    font-size: 134%;
    padding-left: 6px;
	}
	.lf_profile_page #lf_profile .lf_profile_in .lf_sec_body > dl > dd {
    padding-top: 10px;
	}
	.lf_profile_page #lf_profile .lf_profile_in .lf_sec_body > dl > dd .lf_txt.lf_name {
    max-width: 100%;
    padding-top: 16px;
    padding-bottom: 26px;
	}
	.lf_profile_page #lf_profile .lf_profile_in .lf_sec_body > dl > dd .lf_txt .lf_dl .lf_dt {
    width: 48px;
	}






















	/*==========================
    layout[lf_faq_page](under 767px)
  ==========================*/
	.lf_faq_page #lf_faq .lf_faq_in .lf_sec_body {
    padding-top: 16px;
    padding-bottom: 46px;
	}
	.lf_faq_page #lf_faq .lf_faq_in .lf_sec_body > ul > li {
    padding-top: 20px;
    padding-bottom: 18px;
    padding-right: 6px;
    padding-left: 6px;
	}
	.lf_faq_page #lf_faq .lf_faq_in .lf_sec_body > ul > li > dl > dt .lf_txt {
    font-size: 134%;
    padding-left: 24px;
	}
	.lf_faq_page #lf_faq .lf_faq_in .lf_sec_body > ul > li > dl > dt .lf_txt::before {
    width: 22px;
    height: 22px;
    top: 2px;
	}
	.lf_faq_page #lf_faq .lf_faq_in .lf_sec_body > ul > li > dl > dd {
    padding-top: 10px;
	}
	.lf_faq_page #lf_faq .lf_faq_in .lf_sec_body > ul > li > dl > dd .lf_txt {
    font-size: 117%;
    padding-left: 26px;
	}
	.lf_faq_page #lf_faq .lf_faq_in .lf_sec_body > ul > li > dl > dd .lf_txt::before {
    width: 22px;
    height: 22px;
    left: 0px;
	}





















	/*==========================
    layout[lf_contact_page](under 767px)
  ==========================*/
	.lf_contact_page #lf_form .lf_sec_header {
    padding-top: 32px;
	}
	.lf_contact_page #lf_form .lf_sec_body {
    padding-top: 20px;
    padding-bottom: 40px;
	}
	.lf_contact_page #lf_form .lf_sec_body .lf_txt_wrap .lf_txt {
    font-size: 117%;
	}
	.lf_contact_page #lf_form .lf_sec_body .lf_txt_wrap .lf_must {
    width: 46px;
    line-height: 20px;
    margin-left: 6px;
    margin-right: 6px;
	}
	.lf_contact_page #lf_form .lf_sec_body ul {
    padding-top: 18px;
	}
	.lf_contact_page #lf_form .lf_sec_body .lf_txt_wrap {
    padding-left: 12px;
    padding-right: 12px;
	}
	.lf_contact_page #lf_form .lf_sec_body ul li dl {
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 12px;
    padding-right: 12px;
	}
	.lf_contact_page #lf_form .lf_sec_body ul li dl dt {
    width: 184px;
    display: block;
	}
	.lf_contact_page #lf_form .lf_sec_body ul li dl dt .lf_dt_in {
    padding-top: 0;
	}
	.lf_contact_page #lf_form .lf_sec_body ul li dl dt .lf_dt_in .lf_must {
		width: 46px;
    font-size: 100%;
	}
	.lf_contact_page #lf_form .lf_sec_body ul li dl dd {
		width: 100%;
		display: block;
		padding-top: 10px;
		padding-left: 0;
	}
	.lf_contact_page #lf_form .lf_sec_body ul li dl dd span input {
    height: 30px;
    font-size: 117%;
    padding-left: 12px;
    padding-right: 12px;
	}
	.lf_contact_page #lf_form .lf_sec_body ul li dl dd span textarea {
    height: 240px;
    font-size: 117%;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 12px;
    padding-right: 12px;
	}
	.lf_contact_page #lf_form .lf_sec_body .lf_btn_block .lf_btn_in {
    max-width: 280px;
    padding-top: 24px;
	}
	.lf_contact_page #lf_form .lf_sec_body .lf_btn_block .lf_btn_in .lf_btn {
    height: 44px;
	}
	.lf_contact_page #lf_form .lf_sec_body .lf_btn_block .lf_btn_in .lf_btn::before {
    width: 117px;
    top: 14px;
	}

















	/*==========================
    layout[lf_thanks_page](under 767px)
  ==========================*/
	.lf_thanks_page #lf_contact .lf_sec_header {
    width: 100%;
    padding-top: 32px;
	}
	.lf_thanks_page #lf_contact .lf_sec_body {
    padding-top: 20px;
    padding-bottom: 40px;
	}
	.lf_thanks_page #lf_contact .lf_sec_body > p {
    font-size: 117%;
	}
	.lf_thanks_page #lf_contact .lf_sec_body .lf_btn_block .lf_btn_in {
    max-width: 280px;
    padding-top: 20px;
	}

	
















	/*==========================
    layout[lf_error_page](under 767px)
  ==========================*/
	.lf_error_page #lf_error .lf_sec_header {
    padding-top: 40px;
	}
	.lf_error_page #lf_error .lf_sec_body {
    padding-top: 26px;
    padding-bottom: 60px;
	}
	.lf_error_page #lf_error .lf_sec_body .lf_cont > p {
    padding-bottom: 16px;
	}
	.lf_error_page #lf_error .lf_sec_body .lf_cont > p .lf_txt {
    font-size: 117%;
	}
	.lf_error_page #lf_error .lf_sec_body .lf_cont .lf_btn_block .lf_btn_in {
    max-width: 280px;
    padding-top: 10px;
	}





}

















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

	Media Queries for window size under640px

====================================================*/
@media screen and (max-width: 640px) {


	/* Br(under 640px)
	--------------------------*/
	.br_640{
		display: inline;
	}



	/* display: none(under 640px)
	--------------------------*/
	.disno_640{
		display: none;
	}





	/*==========================
    layout[lf_profile_page](under 767px)
  ==========================*/
	.lf_profile_page #lf_profile .lf_profile_in .lf_sec_body > dl > dt .lf_s_txt {
		display: block;
    padding-left: 0;
		line-height: 1.5;
	}




}











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

	Media Queries for window size under480px

====================================================*/
@media screen and (max-width: 480px) {


	/* Br(under 480px)
	--------------------------*/
	.br_480{
		display: inline;
	}



	/* display: none(under 480px)
	--------------------------*/
	.disno_480{
		display: none;
	}






	/*==========================
    layout[lf_top_page](under 480px)
  ==========================*/
	.lf_top_page #lf_blog .lf_blog_in .lf_sec_body {
		padding-left: 20px;
		padding-right: 20px;
	}
	.lf_top_page #lf_blog .lf_blog_in .lf_sec_body > ul > li{
		width: 100%;
		padding-left: 0;
		padding-right: 0;
	}



	.lf_top_page #lf_instagram .lf_instagram_in .lf_sec_body > ul > li {
    width: 50%;
	}



	.lf_top_page #lf_bottom_ban > ul > li .lf_txt_block .lf_txt {
    font-size: 167%;
    letter-spacing: 2px;
	}










	/*==========================
    layout[lf_blog_page](under 480px)
  ==========================*/
	.lf_blog_page #lf_blog .lf_blog_in .lf_sec_body {
		padding-left: 20px;
		padding-right: 20px;
	}
	.lf_blog_page #lf_blog .lf_blog_in .lf_sec_body > ul > li{
		width: 100%;
		padding-left: 0;
		padding-right: 0;
	}









	/*==========================
    layout[lf_item_page](under 480px)
  ==========================*/
	.lf_item_page #lf_item .lf_item_in > ul > li .lf_li_in .lf_sec_body {
		padding-left: 20px;
		padding-right: 20px;
	}
	.lf_item_page #lf_item .lf_item_in > ul > li .lf_li_in .lf_sec_body > ul > li{
		width: 100%;
		padding-left: 0;
		padding-right: 0;
	}







}

















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

	汎用css

====================================================*/
.no-wrap {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	word-wrap: normal;
	text-align: left;
}



/* clearfix
--------------------------*/
.clearfix{
	zoom: 1; /* for IE 5.5-7 */
}
.clearfix:after {/* for modern browser */
	content: "";
	display: block;
	clear: both;
}