ul, p, h1, h2, h3 {
  /*line-height: 0;*/
  padding: 0;
  margin: 0;
}
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
a:link {
  color: #291d1d;
  text-decoration: none;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
img {
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
a:hover img {
  opacity: 0.7;
}
a:visited {
  color: #291d1d;
}
a:link, a.active {
  background: rgba(0, 0, 0, 0);
}
body {
  background-color: #fff;
  margin: 0;
  font-family: 'YuGothic_Family', 'YuGothic', '游ゴシック', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, sans-serif;
  /*ゴシックベース*/
  color: #231815;
  font-size: 16px;
  line-height: 1.8;
  font-weight: 400;
}


/* common
-----------------------------------------------*/
footer {	position: relative;}

.container {
	max-width: 980px;
	margin: 0 auto;
}

@media screen and (max-width: 1024px) {
	.container {	padding: 0 20px;}
}

/*header*/
#sp_head {
  display: none;
}
header {
  min-width: 100%;
}
#head_box {
  max-width: 980px;
  margin: 0 auto;
}
.head_box {
  background-color: #EFEFEF;
  padding: 20px 10px 10px;
}
.head_box_innner {
  max-width: 980px;
  margin: 0 auto;
}
.head_box_innner a.head_link {
  display: block;
  text-align: center;
  background-color: #952826;
  color: #fff;
  border-radius: 10px;
  padding: 3px 0;
  font-size: 0.9rem;
  font-weight: 500;
  width: 145px;
  margin: 0 0 0 auto;
  letter-spacing: 0.5px;
}
.head_box_innner a.head_link:hover {
  background-color: #e18c8a;
}
#head_main_box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  /* -webkit-box-align:center;
-webkit-align-items:center;
-ms-flex-align:center;
align-items:center; */
}
#head_main_box .logo_box {
  max-width: 220px;
}
#head_main_box .logo_box h1 {
  margin: 0;
  line-height: 0;
}
#head_main_box .site_navi_box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
}
ul#site_navi {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
ul#site_navi li {
  width: 50%;
}
#site_navi li {}
#site_navi li a {
  display: block;
  padding: 10px;
  font-size: 1.3rem;
}
#site_navi li a:hover {
  text-decoration: underline;
  color: #999;
}
#head_bottom_navi_box {
  margin: 10px 0;
}
ul#head_bottom_navi {
  max-width: 980px;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
#head_bottom_navi li a {
  font-size: 0.85rem;
  display: block;
  padding: 10px 10px;
}
#head_bottom_navi li a:hover {
  text-decoration: underline;
  color: #999;
}
/*content*/
.content {
  width: 100%;
  margin-bottom: 50px;
}
.hero_box {
  width: 100%;
  /*animetion*/
  opacity: 0;
}
/*animetion*/
.hero_box.active {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.content_item_image_wrap {
  /*animetion*/
  opacity: 0;
}
/*animetion*/
.content_item_image_wrap.active {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  -webkit-animation-duration: 0.7s;
  animation-duration: 0.7s;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.content_box .content_item_box {
  max-width: 980px;
  margin: 70px auto 70px;
}
#content_item_logo_img {
  max-width: 440px;
  margin: 0 auto 70px;
  display: block;
}
.content_box ul.content_item_color {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 50px;
}
.content_box ul.content_item_color li {
  width: 22%;
  margin: 3%;
  text-align: center;
}
.content_box ul.content_item_color li span {
  font-size: 1.1rem;
  margin: 5px 0 0;
  display: inline-block;
	line-height: 1rem;
}
.content_box .content_item_text {
  font-size: 1.1rem;
  line-height: 2;
  /*animetion*/
  opacity: 0;
}
/*animetion*/
.content_box .content_item_text.active {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  -webkit-animation-duration: 0.7s;
  animation-duration: 0.7s;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.content_item_text_link_box {
  margin: 20px 0 0;
}
.content_item_text_link_box a.content_shop_link {
  display: block;
  text-align: center;
  background-color: #952826;
  color: #fff;
  border-radius: 10px;
  padding: 3px 0;
  font-size: 0.9rem;
  font-weight: 500;
  width: 145px;
  margin: 0 0 0 auto;
  letter-spacing: 0.5px;
}
.content_item_text_link_box a.content_shop_link:hover {
  background-color: #e18c8a;
}
.content_box .content_item_text_link_box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.content_item_text_link_box a.content_detail_link {
  display: block;
  text-decoration: underline;
  font-size: 1.1rem;
}
.content_item_text_link_box a.content_detail_link:hover {
  color: #999;
}


/*使い方のアンカー部分*/
#index_function {
    display: block;
    margin-bottom: 100px;
}


.function_intro_box {
  text-align: center;
  margin-bottom: 50px;
  /*animetion*/
  opacity: 0;
}
/*animetion*/
.function_intro_box.active {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  -webkit-animation-duration: 0.7s;
  animation-duration: 0.7s;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.function_intro_box h2 {
  text-align: center;
  font-size: 2.1rem;
  font-weight: 500;
  line-height: 0.9;
  margin-bottom: 50px;
}
.function_intro_box h2 span {
  background-color: #595757;
  height: 1px;
  display: inline-block;
  width: 150px;
  text-align: center;
}
.function_intro_box {
  text-align: center;
  margin-bottom: 50px;
}
.function_intro_box p {
  font-size: 1.1rem;
  color: #595757;
}
.function_box ul.function_icon_list {
  max-width: 600px;
  margin: 0 auto 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  /*animetion*/
  opacity: 0;
}
/*animetion*/
.function_box ul.function_icon_list.active {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  -webkit-animation-duration: 0.7s;
  animation-duration: 0.7s;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.function_box ul.function_icon_list li {
  width: 20%;
  margin: 0 2%;
}
.function_icon_list_50 {
  width: 40% !important;
}
.function_link_list {
  margin-bottom: 100px;
}
.function_link_list_box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
}
.function_link_list .function_link_list_L {
  width: 20%;
  text-align: left;
  margin-left: 9%;
  margin-right: 1%;
  /*animetion*/
  opacity: 0;
}
/*animetion*/
.function_link_list .function_link_list_L.active {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.function_link_list .function_link_list_R {
  width: 70%;
  z-index: 1;
  position: relative;
  /*animetion*/
  opacity: 0;
}
/*animetion*/
.function_link_list .function_link_list_R.active {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  -webkit-animation-duration: 0.9s;
  animation-duration: 0.9s;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.function_link_list_L h3 {
  font-size: 1.5rem;
  margin-bottom: 10px;
  font-weight: 500;
}
.function_link_list_L p {
  font-size: 1rem;
  line-height: 2;
}
a.function_link {
  text-decoration: underline !important;
  display: block;
  margin: 10px auto 0;
  font-size: 1rem;
}
a.function_link:hover {
  color: #999;
}
.top_story_box {
  margin-bottom: 50px;
  background-color: #000;
}
.top_story_box a {
  display: block;
  color: #E0E1E1;
  background-image: url("../mirror/image/story_bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.top_story_box a:hover {
  opacity: 0.5;
}
.top_story_box .story_link_box {
  padding: 50px 10px;
  max-width: 500px;
  margin: 0 auto;
  text-align: center;
	text-shadow: 0px 0px 4px rgba(0,0,0,0.8);
	
}
.story_link_box h2 {
  text-align: center;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 0.9;
  margin-bottom: 20px;
}
.story_link_box h2 span {
  background-color: #ffffff;
  height: 1px;
  display: inline-block;
  width: 150px;
  text-align: center;
	text-shadow: 0px 0px 4px rgba(0,0,0,0.8);
}
.top_story_box .story_link_box_p {
  margin: 20px auto 0;
  font-size: 0.9rem;
  text-decoration: underline;
	
}
.insta_box {
  max-width: 980px;
  margin: 0 auto 0;
}
.insta_box h2 {
  font-size: 1.4rem;
  margin-left: 1%;
  font-weight: 500;
}
.insta_box ul.insta_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.insta_box ul.insta_list li {
  width: 32%;
  margin: 1%;
}
.insta_box ul.insta_list li:hover {
  opacity: 0.6;
}
footer #foot_navi {
  max-width: 980px;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
footer #li_tel a:before {
  content: "";
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("../image/tel_icon.png");
  width: 16px;
  height: 16px;
  background-size: 100%;
  margin-right: 7px;
  vertical-align: -1px;
}
footer #li_shop a:before {
  content: "";
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("../image/shop_icon.png");
  width: 16px;
  height: 16px;
  background-size: 100%;
  margin-right: 7px;
  vertical-align: -1px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
  footer #li_tel a:before {
    background-image: url("../image/tel_icon@2x.png");
  }
  footer #li_shop a:before {
    background-image: url("../image/shop_icon@2x.png");
  }
}
footer #foot_navi li a {
  font-size: 0.9rem;
  margin: 0 10px;
  display: block;
}
footer #foot_navi li a:hover {
  text-decoration: underline;
  color: #999;
}
footer #foot_copy {
	position: relative;
  font-size: 0.7rem;
  max-width: 980px;
  display: block;
  margin: 30px auto 10px;
}

/*----------link button ONLINE SHOP----------*/
#btn_online01 {
	position: absolute;
	right: 0;
	bottom: 0;
	background: #952826;
	z-index: 999;
	transition: all  0.3s ease;
}
#btn_online01.fixed {
	position: fixed;
	top: auto;
	bottom: 0;
	z-index: 900;
}
#btn_online01 a {
	display: block;
	padding: 30px 100px;
	color: #fff;
	letter-spacing: 0.5px;
}
#btn_online01 a:hover {
    background: #e18c8a;
}

@media only screen and (max-width: 1024px) {
	#btn_online01 {
		width: 100%;
		right: 0;
		bottom: -10px;
		transition: all  0.5s ease;
	}
	#btn_online01.fixed {
		width: 100%;
		right: 0;
	}
	#btn_online01 a {
		padding: 10px;
		font-size: 0.9rem;
	}
}

/*specページ*/
.spec_box {
  max-width: 980px;
  margin: 50px auto 0;
}
#spec_item_logo_img {
  max-width: 440px;
  margin: 0 auto 70px;
  display: block;
}
.spec_box ul.spec_item_color {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 50px;
}
.spec_box ul.spec_item_color li {
  width: 22%;
  margin: 3%;
  text-align: center;
}
.spec_box ul.spec_item_color li span {
  font-size: 1.1rem;
  margin: 5px 0 0;
  display: inline-block;
	line-height: 1rem;
}
.spec_box .spec_text_box {
  font-size: 1.1rem;
  line-height: 2;
  margin-bottom: 70px;
}
.spec_table_box {
  margin-bottom: 50px;
  /*animetion*/
  opacity: 0;
}
/*animetion*/
.spec_table_box.active {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  -webkit-animation-duration: 0.7s;
  animation-duration: 0.7s;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.spec_table_box h3 {
  margin-left: 20px;
  font-size: 1.2rem;
  margin-bottom: 10px;
}
table.spec_table {
  width: 100%;
}
table.spec_table tr {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
table.spec_table th {
  width: 30%;
  border-right: 1px solid #231815;
  border-bottom: 1px solid #231815;
  text-align: left;
  font-weight: 400;
  padding-right: 20px;
}
table.spec_table td {
  width: 70%;
  border-bottom: 1px solid #231815;
}
table.spec_table th, table.spec_table td {
  display: inline-block;
  line-height: 2.4rem;
  font-size: 0.9rem;
  padding-left: 20px;
}
.spec_link_list_box {
  margin-bottom: 70px;
  /*animetion*/
  opacity: 0;
}
/*animetion*/
.spec_link_list_box.active {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.spec_linK_list li {
  font-size: 1rem;
  line-height: 2.1rem;
}
.spec_link_list_box ul.spec_linK_list li a:before {
  content: "";
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("../image/arrow_icon.png");
  width: 10px;
  height: 10px;
  background-size: 100%;
  margin-right: 7px;
  vertical-align: 1px;
}
.spec_link_list_box ul.spec_linK_list li a {
  margin: 10px 0;
  text-decoration: underline;
}
.spec_link_list_box ul.spec_linK_list li a:hover {
  color: #999;
}
.bottom_item_link_box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  /*animetion*/
  opacity: 0;
}
/*animetion*/
.bottom_item_link_box.active {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  -webkit-animation-duration: 0.7s;
  animation-duration: 0.7s;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.bottom_item_link_box_L {
  width: 60%;
  margin-right: 5%;
}
.bottom_item_link_box_R {
  width: 35%;
}
.bottom_item_link_box ul.bottom_item_link_color {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 50px;
}
.bottom_item_link_box ul.bottom_item_link_color li {
  width: 23%;
  margin: 2%;
  text-align: center;
}
.bottom_item_link_box ul.bottom_item_link_color li span {
  font-size: 1.1rem;
  margin: 5px 0 0;
  display: inline-block;
	line-height: 1rem;
}
.bottom_item_link_info_box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.bottom_item_link_info_box_L {
  width: 52%;
}
.bottom_item_link_info_box_R {
  width: 45%;
}
.bottom_item_link_info_box_L p.bottom_price {
  font-size: 2.2rem;
}
.bottom_item_link_info_box_L .bottom_price .bottom_yen_mark {
  font-size: 1.4rem;
  margin-right: 5px;
}
.bottom_item_link_info_box_L .bottom_price .bottom_tax {
  font-size: 1rem;
  margin-left: 5px;
}
.bottom_item_link_info_box_R a.bottom_item_link {
  display: block;
  text-align: center;
  background-color: #952826;
  color: #fff;
  border-radius: 10px;
  padding: 3px 0;
  font-size: 0.9rem;
  font-weight: 500;
  width: 145px;
  margin: 0 auto;
  letter-spacing: 0.5px;
}
.bottom_item_link_info_box_R a.bottom_item_link:hover {
  background-color: #e18c8a;
}
/*functionページ*/
#function_top_img {
  margin-bottom: 20px;
  /*animetion*/
  opacity: 0;
}
/*animetion*/
#function_top_img.active {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.item_function_box {
  max-width: 980px;
  margin: 0 auto;
}
/*イメージgallery　見出し（左）、画像（右）レイアウト*/
.function_gallery_box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 70px;
  /*animetion*/
  opacity: 0;
}
/*animetion*/
.function_gallery_box.active {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  -webkit-animation-duration: 0.7s;
  animation-duration: 0.7s;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.function_gallery_image_3 {
  width: 32%;
  padding: 1%
}
/*function page文字*/
.item_function_box h2.heading_h2 {
  font-size: 3.5rem;
  font-weight: 400;
}
/*見出しが日本語の時*/
.item_function_box h2.heading_h2_jp {
  font-size: 2.3rem;
  font-weight: 400;
}
.item_function_box p.heading_intro {
  font-size: 1.1rem;
}
.item_function_box h3.heading_icon_h3 {
  font-size: 2.1rem;
  text-align: center;
  color: #595757;
  line-height: 2.2rem;
  font-weight: 400;
}
.item_function_box span.heading_icon_span {
  font-size: 1rem;
  color: #595757;
  text-align: center;
  margin: 0;
  display: block;
}
.item_function_box p.heading_icon_p {
  font-size: 1rem;
  text-align: left;
}
.item_function_box h3.heading_small_h3 {
  font-size: 1.3rem;
}
.item_function_box h3.heading_small_h3 span.heading_small_span {
  font-size: 0.9rem;
  margin-left: 15px;
  font-weight: 400;
}
.item_function_box p.heading_intro_small {
  font-size: 0.8rem;
}
.item_function_box h3.heading_1col_h3 {
  font-size: 2.1rem;
  text-align: left;
  color: #595757;
  line-height: 2.2rem;
  font-weight: 400;
  margin-bottom: 20px;
}
.item_function_box span.heading_1col_span {
  font-size: 1rem;
  color: #595757;
  margin-left: 20px;
  vertical-align: 5px;
}
.item_function_box p.heading_1col_p {
  font-size: 1rem;
  text-align: left;
  margin-bottom: 30px;
}
.heading_1col_h4 {
  font-size: 1.1rem;
  text-align: left;
  color: #595757;
  line-height: 2.2rem;
  font-weight: 400;
  margin-bottom: 20px;
}
/****レイアウト************************/
.function_description_box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 50px;
}
#body_function_led .function_description_box {
  margin-bottom: 70px;
}
#function-desklamp .function_description_box {
  margin: 70px 0;
}
#function-charging .function_description_box {
  margin: 70px 0;
}
.function_icon:before {
  content: "";
  display: inline-block;
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  left: 0;
}
#function_desklamp_icon:before {
  background-image: url("../mirror/image/function_description_desklamp.jpg");
  width: 100px;
  height: 100px;
}
#function_qi_icon:before {
  background-image: url("../mirror/image/function_description_qi.jpg");
  width: 90px;
  height: 90px;
  left: 50px;
}
#function-charging .function_icon h3 {
  margin-left: 0;
}
#function_icon_img {
  width: 100px;
  margin-left: 50px;
  display: block;
}
/*見出しのアイコン右の時*/
/*.function_icon_right{
	display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
}
.function_icon_right img {

    width: 90px;
    height: 100%;
    margin-left: 20px;

}*/
#function_touch_icon:before {
  background-image: url("../mirror/image/function_description_touch.jpg");
  width: 90px;
  height: 90px;
}
#function_angle_icon:before {
  background-image: url("../mirror/image/function_description_angle.jpg");
  width: 90px;
  height: 90px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
  #function_desklamp_icon:before {
    background-image: url("../mirror/image/function_description_desklamp@2x.jpg");
  }
  #function_qi_icon:before {
    background-image: url("../mirror/image/function_description_qi@2x.jpg");
  }
  #function_touch_icon:before:before {
    background-image: url("../mirror/image/function_description_touch@2x.jpg");
  }
  #function_angle_icon:before {
    background-image: url("../mirror/image/function_description_angle@2x.jpg");
  }
}
.function_icon h3 {
  margin-left: 90px;
}
.function_description_box_inner_img_c {
  text-align: center;
}
.function_description_box_inner_img_r {
  text-align: right;
}
.function_description_box_inner_60 {
  width: 60%;
}
.function_description_box_inner_40 {
  width: 40%;
  position: relative;
}
.function_description_box_inner_65 {
  width: 65%;
}
.function_description_box_inner_35 {
  width: 35%;
  position: relative;
}
.function_description_box_inner_70 {
  width: 70%;
}
.function_description_box_inner_30 {
  width: 30%;
  position: relative;
}
.function_description_box_inner_50 {
  width: 50%;
  position: relative;
}
.function_description_box_inner_45_m5 {
  width: 45%;
  margin-right: 5%;
  position: relative;
}
.function_description_box_inner_100 {
  width: 100%;
}
/*ミラーのアイコン部分*/
.function_description_box_inner_40_m2 {
  width: 38%;
  margin: 0 2%;
}
.function_description_box_inner_60_m2 {
  width: 58%;
  margin: 0 2%;
}
/*video*/
.function_description_box_inner_68_m2 {
  width: 68%;
  margin-right: 2%;
}
.function_description_box_inner_28_m2 {
  width: 28%;
  margin-left: 2%;
  position: relative;
}
.function_description_box_inner_58_m2 {
  width: 58%;
  margin-right: 2%;
}
.function_description_box_inner_38_m2 {
  width: 38%;
  margin-left: 2%;
}
/*LED２カラムレイアウト*/
.function_description_box_2col_led {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  /*animetion*/
  opacity: 0;
  color: #595757;
}
/*animetion*/
.function_description_box_2col_led.active {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  -webkit-animation-duration: 0.7s;
  animation-duration: 0.7s;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
/*LEDstepless 動画（左）、文字（右）レイアウト*/
.function_description_box_2col_video {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 70px;
  /*animetion*/
  opacity: 0;
}
/*animetion*/
.function_description_box_2col_video.active {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  -webkit-animation-duration: 0.7s;
  animation-duration: 0.7s;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
/*アイコン左＋文字右レイアウト*/
.function_description_box_2col_icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
/*最後のコンテンツの余白*/
.function_description_last {
  margin-bottom: 120px;
}
/*アイコンサイズ*/
.item_function_box .icon_170 {
  max-width: 170px;
}
.item_function_box .icon_110 {
  max-width: 110px;
}
.item_function_box .icon_90 {
  max-width: 90px;
}
.item_function_box .icon_270 {
  max-width: 270px;
}
.item_function_box .icon_370 {
  max-width: 370px;
}
/*video boxの時の縦画像*/
.item_function_box .video_icon_tate {
  margin: 0 auto 15px;
  display: block;
}
/*shop*/
.shop_list_box_wrap {
  max-width: 980px;
/*  margin: 50px auto 50px;*/
  margin: 80px auto 50px;
}
.shop_list_intro_box {
  margin-bottom: 50px;
  text-align: center;
}
.shop_list_intro_box h2 {
  font-size: 2rem;
  font-weight: 400;
  margin-bottom: 10px;
}
.shop_list_intro_box p {
  font-size: 1.1rem;
}
.shop_list_box_wrap h3 {
  font-size: 1.3rem;
  border-bottom: 1px solid #231815;
  margin: 50px 0 50px;
  padding-bottom: 25px;
}
.shop_list_box_innner {
    margin-bottom: 100px;
}
.shop_list_box_innner h4 {
  font-size: 1.1rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  line-height: 1.5;
  color: #BCBCBC;
  margin: 50px 0 50px 0;
}
.shop_list_box_innner h4::after {
  content: "";
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin-left: 15px;
  border-bottom: 1px solid #BCBCBC;
}
.shop_list_box_innner .shop_list_box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
  padding: 0 20px;
}
.shop_list_box_innner .shop_list_box .shop_list_box_L {
  width: 27%;
  margin-right: 3%;
}
.shop_list_box_innner .shop_list_box .shop_list_box_R {
  width: 70%;
}
.shop_list_box_innner .shop_list_box_R h5 {
  margin: 0 0 15px 0;
  font-size: 1.1rem;
}
.shop_list_box_innner .shop_list_box_R p {
  color: #595757;
  font-size: 0.9rem;
}
.shop_list_box_R .two_online_link {
  margin-bottom: 15px;
}
.shop_list_box_R .two_online_link a.two_online_link_L {
  display: inline-block;
  text-align: center;
  background-color: #595757;
  color: #fff;
  border-radius: 5px;
  padding: 2px 10px;
  font-size: 0.9rem;
  font-weight: 500;
  letter-spacing: 0.5px;
  margin-right: 5px;
}
.shop_list_box_R .two_online_link a.two_online_link_R {
  display: inline-block;
  text-align: center;
  background-color: #595757;
  color: #fff;
  border-radius: 5px;
  padding: 2px 10px;
  font-size: 0.9rem;
  font-weight: 500;
  letter-spacing: 0.5px;
}
.shop_list_box_R .two_online_link a:hover {
  background-color: #999;
}
.shop_list_box_R .one_online_link a {
  display: inline-block;
  text-align: center;
  background-color: #595757;
  color: #fff;
  border-radius: 5px;
  padding: 2px 10px;
  font-size: 0.9rem;
  font-weight: 500;
  letter-spacing: 0.5px;
}
.shop_list_box_R .one_online_link a:hover {
  background-color: #999;
}

/*story*/
.story_box{
	max-width: 980px;
margin: 0 auto;
	
	
}

.story_box_innner{
	 display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
	margin: 50px auto 120px;

}

.story_box .story_box_L{
	width: 67%;
margin-right: 3%;
}
.story_box .story_box_R{
	width: 30%;
}

.story_box .story_box_L .story_block_box {
    margin-bottom: 50px;
}

.story_block_box h2 {
 font-size: 1.5rem;
margin-bottom: 30px;
font-weight: 600;
}
.story_block_box p {
font-size: 1rem;
line-height: 2.2;
margin-bottom: 15px;
}

.story_box .story_box_R .story_image_box {
    margin-bottom: 20px;
}

/*about*/
.about_box {
  max-width: 980px;
  margin: 50px auto 100px;
}
.about_box h2 {
  font-size: 2.2rem;
  font-weight: 500;
  margin-bottom: 10px;
}
.about_box h2.about_contact_h2 {
  font-size: 1.8rem;
}
.about_list_box {
  margin-bottom: 70px;
}
.about_box .about_list_box h3 {
  font-size: 1rem;
  font-weight: 400;
}
.about_box .about_list_box dl {
  font-size: 1.1rem;
}
.about_box .about_list_box dt {
  margin-bottom: 5px;
}
.about_box .about_list_box dd {
  margin: 0 0 20px 0;
  font-size: 0.9rem;
  color: #595757;
}
.contact_list_box {
  margin-bottom: 70px;
}
.contact_list_box ul li {
  margin: 0 0 5px 0;
  font-size: 1rem;
}
.sns_list_box ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.sns_list_box ul li {
  margin-right: 10px;
  width: 25px;
}
/*animation*/
/*@-webkit-keyframes fadeInUp10 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUp10 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@-webkit-keyframes fadeInUp20 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUp20 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}*/
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/*lazyload*/
.box-fadein img {
  opacity: 0;
  -webkit-transition: opacity 3s;
  transition: opacity 3s;
}
.box-fadein.lazyloaded img.lazyloaded {
  opacity: 1;
}
/*タブレット(ipad) 縦から*/
@media screen and (max-width: 1024px) {
  .sp_none {
    display: none;
  }
  .site-header {
    transition: .5s;
  }
  .site-header.hide {
    transform: translateY(-100%);
  }
  .head_box, .head_bottom_navi_box {
    display: none;
  }
  #sp_head {
    position: fixed;
    background-color: #EFEFEF;
    left: 0;
    top: 0;
    width: 100%;
    height: 50px;
    z-index: 8887;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .hamburger_box {
    width: 25%;
  }
  #sp_logo {
    width: 50%;
    text-align: center;
  }
  #sp_logo img {
    width: 100px;
    padding-top: 13px;
  }
  .sp_right {
    width: 25%;
  }
  .global-nav {
    position: fixed;
    left: -320px; /* これで隠れる */
    top: 0;
    width: 300px; /* スマホに収まるくらい */
    height: 100vh;
    padding-top: 40px;
    background-color: #fff;
    transition: all .6s;
    z-index: 8889;
    overflow-y: auto; /* メニューが多くなったらスクロールできるように */
  }
  .hamburger {
    position: absolute;
    left: 0;
    top: 7px;
    width: 50px; /* クリックしやすいようにちゃんと幅を指定する */
    height: 50px; /* クリックしやすいようにちゃんと高さを指定する */
    cursor: pointer;
    z-index: 8889;
  }
  .global-nav__list {
    margin: 0;
    padding: 20px;
    list-style: none;
  }
  .global-nav__item {
    text-align: center;
    padding: 0 14px;
  }
  .global-nav__list li {
    margin: 10px 0 5px 15px;
  }
  .global-nav__item a {
    display: block;
    padding: 8px 0;
    border-bottom: 1px solid #eee;
    text-decoration: none;
    color: #111;
  }
  .global-nav__item a:hover {
    background-color: #eee;
  }
  .hamburger__line {
    position: absolute;
    right: 11px;
    width: 18px;
    height: 1px;
    background-color: #111;
    transition: all .6s;
  }
  .hamburger__line--1 {
    top: 14px;
  }
  .hamburger__line--2 {
    top: 20px;
  }
  .hamburger__line--3 {
    top: 26px;
  }
  .black-bg {
    position: fixed;
    right: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    z-index: 100;
    background-color: #000;
    opacity: 0;
    visibility: hidden;
    transition: all .6s;
    cursor: pointer;
  }
  /* 表示された時用のCSS */
  .nav-open .global-nav {
    left: 0;
  }
  .nav-open .black-bg {
    opacity: .8;
    visibility: visible;
  }
  .nav-open .hamburger__line--1 {
    transform: rotate(45deg);
    top: 20px;
  }
  .nav-open .hamburger__line--2 {
    width: 0;
    left: 50%;
  }
  .nav-open .hamburger__line--3 {
    transform: rotate(-45deg);
    top: 20px;
  }
  /*横スクロールナビ*/
  .head_bottom_navi_box_wrap {
    position: relative;
  }
	
 /* #head_bottom_navi_box {
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; 
    padding: 50px 0 0 0 !important;
  }
  #head_bottom_navi_box ul {
    width: 400px;
    height: 40px;
    line-height: 40px;
    margin: 0 auto;
    list-style: none;
    padding-right: 25px; 
  }
  #head_bottom_navi_box ul li {
    float: left;
    width: 80px;
    text-align: center;
  }*/
	
	
	#head_bottom_navi_box {

    margin: 50px auto 0 !important;
 max-width: 90%;

}
	
#head_bottom_navi li a {
text-align: center;
 font-size: 0.85rem;

display: block;

padding: 10px 10px;

}
  .content_box .content_item_box {
    padding: 0 20px;
  }
  .content_box .content_item_text {
    padding: 0 50px;
  }
	
	#index_function {
 
    margin-bottom: 130px;
}
	
	
  .function_box {
    padding: 0 20px;
  }
  .function_intro_box {
    padding: 0 50px;
  }
  .function_intro_box h2 {
    font-size: 1.8rem;
  }
	.function_link_list_box {
 
	
    margin-bottom: 20px;
}
	
  .function_link_list .function_link_list_L {
    width: 27%;
    text-align: left;
    margin-left: 2%;
    margin-right: 1%;
  }
  #head_top_link_box a.head_link {
    margin: 0 20px 0 auto;
  }
  #head_main_box {
    padding: 0 20px;
  }
  
  .insta_box {
    padding: 0 20px;
  }
  footer {
    padding: 0 20px 40px;
    text-align: center;
  }
  /*specページ*/
  .spec_box {
    padding: 0 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .spec_box .spec_text_box {
    font-size: 1rem;
  }
  .spec_linK_list li {
    font-size: 0.9rem;
    line-height: 1.9rem;
  }
  .bottom_item_link_box_L {
    width: 45%;
    margin-right: 5%;
  }
  .bottom_item_link_box_R {
    width: 49%;
    margin-left: 1%;
  }
  .bottom_item_link_box_R img {
    width: 80%;
    margin: 0 auto 0 0;
    display: block;
  }
	
	.bottom_item_link_box ul.bottom_item_link_color li span {
    font-size: 0.9rem;
}
	
  .bottom_item_link_info_box_R a.bottom_item_link {
    margin: 0 auto 0 0;
  }
  .bottom_item_link_info_box_L {
    width: 40%;
  }
  .bottom_item_link_info_box_L p.bottom_price {
    font-size: 2rem;
  }
  .bottom_item_link_info_box_L .bottom_price .bottom_yen_mark {
    font-size: 1.1rem;
    margin-right: 4px;
  }
  .bottom_item_link_info_box_L .bottom_price .bottom_tax {
    font-size: 1.1rem;
    margin-left: 3px;
  }
  /*functionページ*/
  .item_function_box {
    padding: 0 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .function_icon::before {
    display: block;
    position: relative;
    margin: 0 auto 10px;
  }
  #function_qi_icon::before {
    left: 0 !important;
  }
  .function_icon h3 {
    margin-left: 0;
  }
	

	
  /*shop*/
  .shop_list_box_wrap {
    padding: 0 20px;
  }
  .shop_list_intro_box h2 {
    font-size: 1.6rem;
  }
  .shop_list_intro_box p {
    font-size: 1rem;
  }
  /*about*/
  .about_box {
    padding: 0 20px;
  }
  .about_box h2 {
    font-size: 2rem;
  }
  .about_box h2.about_contact_h2 {
    font-size: 1.6rem;
  }
	
	/*story*/
	
	.story_box {
    padding: 0 20px;
}
	
}
/*スマホ(iphone XR896px～横のみ) */
@media screen and (max-width: 896px) and (orientation: landscape) {
  /*iphoneの文字の大きさを適切に*/
  * {
    -webkit-text-size-adjust: none;
    text-size-adjust: none;
  }
}
/*spec link用*/
@media screen and (max-width: 840px) {
  /*specページ*/
  .bottom_item_link_info_box_L {
    width: 38%;
  }
  .bottom_item_link_info_box_R {
    width: 35%;
  }
  .bottom_item_link_info_box_R a.bottom_item_link {
    width: 120px;
    margin: 0 auto 0 0;
  }
	.bottom_item_link_box ul.bottom_item_link_color li span {
    font-size: 0.7rem;
}
  .bottom_item_link_info_box_L p.bottom_price {
    font-size: 1.5rem;
  }
  .bottom_item_link_info_box_L .bottom_price .bottom_yen_mark {
    font-size: 0.9rem;
    margin-right: 4px;
  }
  .bottom_item_link_info_box_L .bottom_price .bottom_tax {
    font-size: 0.7rem;
    margin-left: 3px;
  }
  /*function*/
  .item_function_box h2.heading_h2 {
    font-size: 3rem;
  }
  .item_function_box h2.heading_h2_jp {
    font-size: 2rem;
  }
  .item_function_box h3.heading_icon_h3 {
    font-size: 1.8rem;
    line-height: 1.8rem;
  }
  .item_function_box span.heading_icon_span {
    font-size: 0.8rem;
  }
  .item_function_box h3.heading_1col_h3 {
    font-size: 1.8rem;
  }
  .item_function_box span.heading_1col_span {
    font-size: 0.8rem;
    vertical-align: 6px;
  }
  .heading_1col_h4 {
    font-size: 1rem;
  }
}
@media screen and (max-width: 640px) {
  .function_intro_box {
    padding: 20px;
  }
  .content_item_text_link_box a.content_shop_link {
    border-radius: 20px;
    padding: 5px 7px;
    font-size: 0.9rem;
    width: 130px;
  }
  .function_box ul.function_icon_list {
    padding: 10px;
  }
  .function_link_list_box {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .function_link_list .function_link_list_L {
    width: 99%;
    margin-left: 1%;
    margin-right: 0;
  }
  .function_link_list .function_link_list_R {
    width: 100%;
  }
  a.function_link {
    margin-bottom: 30px;
  }
  .top_story_box a {
    background-size: cover;
  }
  /*spec*/
  .bottom_item_link_info_box_L {
    width: 50%;
  }
  /*function*/
  #function-desklamp .function_description_box {
    margin: 50px 0 50px;
  }
  #function-charging .function_description_box {
    margin: 50px 0 50px;
  }
  .item_function_box h2.heading_h2_jp {
    font-size: 1.5rem;
  }
  .item_function_box h3.heading_small_h3 {
    margin-bottom: 20px;
  }
  .item_function_box h3.heading_1col_h3 {
    font-size: 1.3rem;
    line-height: 1.8rem;
  }
  .item_function_box span.heading_icon_span {
    font-size: 0.8rem;
  }
  .item_function_box p.heading_intro_small {
    margin-bottom: 20px;
  }
  .function_description_box, .function_description_box_2col_led, .function_description_box_2col_video, .function_description_box_2col_icon {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .function_description_box_inner_sp_100 {
    width: 100%;
    margin: 0;
  }
  /*アイコン*/
  #function_icon_img {
    margin-left: 0;
    display: block;
    margin-bottom: 30px;
  }
  .function_description_box_reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .function_description_box_2col_video {
    margin-bottom: 30px;
  }
  .item_function_box .video {
    margin-bottom: 30px;
  }
  #icon_fastcharger {
    width: 80%;
    margin: 0 auto 20px;
    display: block;
  }
	
		#function-led .function_description_box_inner_40 {
    margin: 30px auto;
}
#function-led .function_description_box_2col_led {

    margin-bottom: 20px;

}	
	
	/*story*/
	
	.story_box_innner {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
	.story_box .story_box_L {
    width: 100%;
    margin-right: 0;
}
	
	.story_box .story_box_R {
    width: 100%;
	display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
}
	
.story_box .story_box_R .story_image_box {
  
    margin: 5px;
}	
}
/*タブレット~スマホ530px以下*/
@media screen and (max-width: 530px) {
  .content_box .content_item_box {
    margin: 30px auto 70px;
  }
  #content_item_logo_img {
    margin: 0 auto 20px;
  }
  .content_box ul.content_item_color {
    margin-bottom: 20px;
  }
  .content_box ul.content_item_color li span {
    font-size: 0.85rem;
  }
  .content_box .content_item_text {
    padding: 0;
    font-size: 1rem;
  }
  .function_intro_box {
    padding: 0;
  }
  .function_intro_box h2 {
    font-size: 1.6rem;
    margin-bottom: 40px;
  }
  .function_intro_box p {
    font-size: 1rem;
  }
  .function_box ul.function_icon_list {
    margin: 0 auto 20px;
  }
  .function_link_list_L h3 {
    font-size: 1.4rem;
    margin-bottom: 5px;
  }
  /*spec*/
  #spec_item_logo_img {
    margin: 0 auto 20px;
  }
  table.spec_table th, table.spec_table td {
    line-height: 1.8rem;
    padding-left: 20px;
    padding: 5px 5px 5px 5px;
  }
  .spec_box ul.spec_item_color {
    margin-bottom: 30px;
  }
  .spec_box ul.spec_item_color li span {
    font-size: 0.85rem;
  }
  .bottom_item_link_box_L {
    width: 23%;
    margin-right: 2%;
  }
  .bottom_item_link_box_R {
    width: 66%;
    margin-left: 4%;
  }
  .bottom_item_link_box_R img {
    width: 100%;
  }
 .bottom_item_link_box ul.bottom_item_link_color li span {
    font-size: 0.65rem;
    margin: 7px 0;
    line-height: 0.9rem;
}
  .bottom_item_link_box ul.bottom_item_link_color {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .bottom_item_link_box ul.bottom_item_link_color li {
    line-height: 1;
    width: 46%;
    margin: 0 2%;
  }
  .bottom_item_link_info_box_L p.bottom_price {
    font-size: 1.4rem;
  }
  /*shop*/
  .shop_list_box_innner {
    padding: 0;
  }
  .shop_list_box_innner .shop_list_box {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .shop_list_box_innner .shop_list_box .shop_list_box_L {
    width: 100%;
    margin-right: 0;
  }
  .shop_list_box_innner .shop_list_box .shop_list_box_R {
    width: 100%;
  }
  /*function*/
  .item_function_box h2.heading_h2 {
    font-size: 2.5rem;
  }
  .item_function_box p.heading_intro {
    font-size: 1rem;
  }
  /*about*/
  .about_box h2.about_contact_h2 {
    font-size: 1.4rem;
  }
  .about_box h2 {
    font-size: 1.7rem;
  }
}
/*小型スマホ(350px～) */
@media screen and (max-width: 350px) {
	
	#head_bottom_navi_box {

    max-width: 98%;

}
	.global-nav {
    width: 260px;
 
}
	
	
  .bottom_item_link_info_box_L {
    width: 57%;
  }
  .bottom_item_link_info_box_R a.bottom_item_link {
    width: 100px;
    font-size: 0.7rem;
  }
  .bottom_item_link_info_box_L p.bottom_price {
    font-size: 1.1rem;
  }
}