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

 pc style setting

---------------------------------------------------------------------- */
body { margin:0; padding:0;
       font-family:"Century Gothic",Arial,sans-serif;
       color:#333;
font-size:14px;}

/* layout */
#header_wrap { width:100%;}
#header {max-width: 1140px;  position:relative; margin:0 auto;display: flex;padding: 0 0 10px;}

#index_top_wrap {width:100%;/* min-width:1140px; */background:#f2f2f2;}
#index_top {   margin:0 auto;padding: 0;}

#main_contents_wrap {
	width:100%;
	/* min-width:1140px; */
	overflow: hidden;
	}
#main_contents {/* width:1140px; */ margin:0 auto;}

.headimg {
    width: 100%;
}
.headimg img{
    width: 100%;
    height: auto;
}


#main_col {max-width: 980px;  padding:50px 0;margin: 0px auto;}
#side_col { width:300px; float:right; padding:50px 0; }
.page-template-page-noside-php #main_col { width:100%; float:none; }
.page-template-page-noside-short-php #main_col, .page-template-page-co-noside-php #main_col
 { width:850px; float:none; margin:0 auto; }


/* headline */
.headline1 { border-bottom:1px solid #ddd; padding:0; margin:0 0 25px 0; font-size:18px; }
.headline1 span { border-bottom:4px solid #ccc; padding:0 0 10px 0; margin:0; display:inline-block; }

.midashiTop {
  font-size: 26px;
  font-family: "Open Sans", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  border-bottom: 3px solid #000;
  display: inline-block;
  line-height: 1.7;
}



/* ----------------------------------------------------------------------
 company info
---------------------------------------------------------------------- */
#company_info { margin:0 0 50px 0; padding:1px 0 0 0; }
#company_info p { margin:0; }
#company_info dl { border-bottom:1px solid #ddd; margin:0 0 40px 0; }
#company_info dt { float:left; width:150px; display:inline; margin:0 0 0px 0; line-height:200%; font-weight:bold; font-size:11px; border-top:1px solid #ddd; padding:12px 10px 10px 0; }
#company_info dd { margin:0 0 0px 150px; line-height:200%; background:#f9f9f9; padding:12px 10px 10px 10px; border-top:1px solid #ddd; }

#company_map { text-align:right; }
#company_map a { color:#333; }
#company_map iframe { width:100%; }
#company_map_desc { padding:20px 0 0; margin-bottom:-30px; }




/* ----------------------------------------------------------------------
 index
---------------------------------------------------------------------- */
/* slider */
#slider { z-index:1;margin: 0;overflow: hidden;}
/*#slider img { width:1140px; height:400px; display:block; }*/

/* top banner */
#index_banner ol { margin:22px 0 22px 0; padding:0;display: flex;justify-content: space-between;flex-wrap: wrap;}
#index_banner ol li {list-style-type:none;padding:0;margin: 0px 0px 18px 0px;width: 32.333%;}
#index_banner ol li.num3 {/* margin:0; */}
#index_banner img { display:block;width: 100%;}

/* news */
#index_news { position:relative; }
#index_news ol { margin:0 0 40px 0; padding:0; }
#index_news ol li { list-style-type:none; margin:0 0 2px 0; padding:5px; background:#f2f2f2; font-size:13px; -webkit-border-radius:4px; -moz-border-radius:4px; border-radius:4px; }
#index_news ol li .date { font-size:12px; margin:0 10px 0 0; line-height:100%; background:#999; color:#fff; padding:10px; -webkit-border-radius:4px; -moz-border-radius:4px; border-radius:4px; float:left; width:70px; text-align:center; }
#index_news ol li .title { float:left; width:690px; line-height:150%; padding:7px 0; margin:0; }
#index_news ol li .title a { display:block; text-decoration:none; }

/* archive link */
.index_archive_link a { position:absolute; right:0px; top:5px; font-size:13px; text-decoration:none; }
.index_archive_link a:hover { text-decoration:underline; }

/* index center banner */
#index_center_banner { display:block; margin:0 0 40px 0; }

/* product */
#index_product { position:relative; margin:0 0 10px 0; }
#index_product ol { margin:0 -28px 0 0; padding:0; }
#index_product ol li { list-style-type:none; margin:0 23px 20px 0; padding:0; vertical-align:top; width:248px; display:inline-block; }
#index_product ol li .image { display:block; background:#fff; }
#index_product ol li .image img {
  display:block; width:248px; height:190px; border:1px solid #ccc;
  -webkit-transition-property:opacity; -webkit-transition-duration:0.4s; -webkit-transition-timing-function:ease; -moz-transition-property:opacity; -moz-transition-duration:0.4s; -moz-transition-timing-function:ease; -o-transition-property:opacity; -o-transition-duration:0.4s; -o-transition-timing-function:ease;
  -moz-box-sizing:border-box; -webkit-box-sizing:border-box; -o-box-sizing:border-box; -ms-box-sizing:border-box; box-sizing:border-box;
}
#index_product ol li .image:hover img { opacity:0.5; }
#index_product ol li .category { background:#999; color:#fff; padding:0 10px; height:40px; line-height:40px; overflow:hidden; font-size:14px; }
#index_product ol li .category a { text-decoration:none; color:#fff; }
#index_product ol li .category a:hover { text-decoration:underline; }
#index_product ol li .title { font-size:14px; margin:15px 0 5px; }
#index_product ol li .title a { text-decoration:none; }
#index_product ol li .desc { font-size:12px; margin:5px 0 10px; line-height:160%; }

/* blog */
#index_blog { position:relative; margin:0 0 40px 0; }
#index_blog ol { margin:0; padding:0; }
#index_blog ol li { list-style-type:none; margin:0 0 10px 0; padding:0 0 10px 0; border-bottom:1px dotted #aaa; }
#index_blog ol li:last-child { border:none; margin:0; padding:0; }
#index_blog ol li .image { float:left; margin:0 15px 0 0; background:#fff; }
#index_blog ol li .image img { display:block; -webkit-transition-property:opacity; -webkit-transition-duration:0.4s; -webkit-transition-timing-function:ease; -moz-transition-property:opacity; -moz-transition-duration:0.4s; -moz-transition-timing-function:ease; -o-transition-property:opacity; -o-transition-duration:0.4s; -o-transition-timing-function:ease; }
#index_blog ol li .image:hover img { opacity:0.5; }
#index_blog ol li .date { margin:0; font-size:12px; color:#999; }
#index_blog ol li .title { margin:0; font-size:14px; }

/* footer banner */
#footer_banner li { }
#footer_banner li.num1 { float:left; }
#footer_banner li.num2 { float:right; }
#footer_banner li.num3 { clear:both; padding:30px 0 0 0; }
#footer_banner li img { display:block; }




/* ----------------------------------------------------------------------
 archive
---------------------------------------------------------------------- */
/* product */
#product_list { position:relative; margin:0 0 10px 0; }
#product_list {margin: 0;padding:0;display: flex;flex-wrap: wrap;justify-content: space-between;}
#product_list li {list-style-type:none;margin: 0px 0px 30px 0px;padding:0;vertical-align:top;width: 32.333%;display:inline-block;}
#product_list li .image { display:block; background:#fff; }
#product_list li .image img {
  display:block;
  width: 100%;
  height: auto;
  border:1px solid #ccc;
  -webkit-transition-property:opacity;
  -webkit-transition-duration:0.4s;
  -webkit-transition-timing-function:ease;
  -moz-transition-property:opacity;
  -moz-transition-duration:0.4s;
  -moz-transition-timing-function:ease;
  -o-transition-property:opacity;
  -o-transition-duration:0.4s;
  -o-transition-timing-function:ease;
  -moz-box-sizing:border-box;
  -webkit-box-sizing:border-box;
  -o-box-sizing:border-box;
  -ms-box-sizing:border-box;
  box-sizing:border-box;
}
#product_list li .image:hover img { opacity:0.5; }
#product_list li .title { font-size:14px; margin:0 0 10px 0; }
#product_list li .title a {
  text-decoration:none;
  display:block;
  padding:10px;
  background:#999;
  color:#fff;
  /* height:40px; */
  overflow:hidden;
  -webkit-transition-property:background;
  -webkit-transition-duration:0.4s;
  -webkit-transition-timing-function:ease;
  -moz-transition-property:background;
  -moz-transition-duration:0.4s;
  -moz-transition-timing-function:ease;
  -o-transition-property:background;
  -o-transition-duration:0.4s;
  -o-transition-timing-function:ease;
}
#product_list li .title a:hover { background:#333; }

/* news */
#news_list { position:relative; }
#news_list { margin:0 0 40px 0; padding:0; }
#news_list li { list-style-type:none; margin:0 0 2px 0; padding:5px; background:#f2f2f2; font-size:13px; -webkit-border-radius:4px; -moz-border-radius:4px; border-radius:4px; }
#news_list li .date { margin:0 10px 0 0; font-size:12px; line-height:100%; background:#999; color:#fff; padding:10px; -webkit-border-radius:4px; -moz-border-radius:4px; border-radius:4px; float:left; width:70px; text-align:center; }
#news_list li .title { float:left; width:690px; line-height:150%; padding:7px 0; margin:0; }
#news_list li .title a { display:block; text-decoration:none; }

/* blog */
#post_list { margin:0; padding:0; }
#post_list li { border-bottom:1px dotted #aaa; margin:0 0 25px 0; padding:0 0 15px 0; }
#post_list .image { float:right; background:#fff; }
#post_list .image img { display:block; -webkit-transition-property:opacity; -webkit-transition-duration:0.4s; -webkit-transition-timing-function:ease; -moz-transition-property:opacity; -moz-transition-duration:0.4s; -moz-transition-timing-function:ease; -o-transition-property:opacity; -o-transition-duration:0.4s; -o-transition-timing-function:ease; }
#post_list .image:hover img { opacity:0.5 }
#post_list .info { float:left; width:510px; }
#post_list .no_thumbnail .info { float:none; width:auto; }
#post_list .post_date { font-size:12px; width:54px; height:54px; text-align:center; margin:0 15px 15px 0; line-height:100%; float:left; background:#bbb; position:relative; }
#post_list .date { color:#fff; display:block; position:absolute; top:10px; width:54px; }
#post_list .month { color:#fff; display:block; position:absolute; bottom:10px; width:54px; }
#post_list .title { font-size:16px; line-height:180%; margin:0 0 15px 0; }
#post_list .title a { text-decoration:none; }
#post_list .title a:hover { text-decoration:underline; }
#post_list .desc { clear:both; }
#post_list ul { margin:0; }
#post_list li li { border:none; margin:0 25px 5px 0; padding:0; float:left; font-size:12px; }
#post_list li.meta_category { background:url(img/common/icon_category.png) no-repeat left 3px; padding-left:15px; }
#post_list li.meta_tag { background:url(img/common/icon_tag.png) no-repeat left 3px;  padding-left:15px; }
#post_list li.meta_comment { background:url(img/common/icon_comment.png) no-repeat left 3px;  padding-left:15px; }
#post_list li.meta_author { background:url(img/common/icon_author.png) no-repeat left 3px;  padding-left:15px; }




/* ----------------------------------------------------------------------
 single post page
---------------------------------------------------------------------- */
.post { margin:0 0 10px 0; }

/* title */
#post_title { margin:0 0 25px 0; }
#post_title h2 { margin:0; padding:0; font-size:18px; line-height:160%; }
#post_title .post_date { font-size:12px; width:54px; height:54px; text-align:center; margin:0 15px 5px 0; line-height:100%; float:left; background:#bbb; position:relative; }
#post_title .date { color:#fff; display:block; position:absolute; top:10px; width:54px; }
#post_title .month { color:#fff; display:block; position:absolute; bottom:10px; width:54px; }


/* post thumbnail */
.post_image { text-align:center; margin:0 0 30px 0; }
.post_image img { margin:0; width:100%; height:auto; }


/* next page */
#post_pagination { margin:0 0 30px 0; }
#post_pagination h5 { margin:0 10px 0 0; float:left; line-height:30px; font-size:12px; }
#post_pagination a, #post_pagination p { float:left; display:inline-block; background:#eee; margin:0 5px 0 0; width:30px; height:30px; line-height:30px; text-align:center; text-decoration:none; color:#333; -moz-border-radius:3px; -khtml-border-radius:3px; -webkit-border-radius:3px; border-radius:3px; font-size:12px; }
#post_pagination p { background:#999; color:#fff; }
#post_pagination a:hover { background:#00a2d9; color:#fff; }


/* meta and bookmark */
#post_meta { border-top:1px dotted #aaa; margin:0 0 20px 0; padding:15px 0; }
#post_meta #meta { float:left; width:60%; margin:0; font-size:12px; }
#post_meta #meta li { padding:0; margin:0 0 6px 0; line-height:160%; }
#post_meta #meta li.meta_author { background:url(img/common/icon_author.png) no-repeat left 5px; padding:0 0 0 18px; }
#post_meta #meta li.meta_comment { background:url(img/common/icon_comment.png) no-repeat left 5px; padding:0 0 0 18px; }
#post_meta #meta li.meta_category { background:url(img/common/icon_category.png) no-repeat 3px 4px; padding:0 0 0 18px; }
#post_meta #meta li.meta_tag { background:url(img/common/icon_tag.png) no-repeat left 5px; padding:0 0 0 18px; }
#post_meta .bookmark { float:right; margin:0; }
#post_meta .bookmark li { float:left; margin:0 0 0 10px; }


/* related post*/
#related_post { margin:0 0 35px 0; }
#related_post .headline { font-size:18px; margin:0 0 12px 0; line-height:100%; }
#related_post ul { margin:0 -10px 0 0; }
#related_post li { display:inline-block; margin:0 5px 10px 0; vertical-align:top; width:373px; border:1px solid #ccc; padding:10px; }
#related_post .image { float:left; margin:0 15px 0 0; background:#fff; }
#related_post .image img { width:72px; height:72px; display:block; -webkit-transition-property:opacity; -webkit-transition-duration:0.4s; -webkit-transition-timing-function:ease; -moz-transition-property:opacity; -moz-transition-duration:0.4s; -moz-transition-timing-function:ease; -o-transition-property:opacity; -o-transition-duration:0.4s; -o-transition-timing-function:ease; }
#related_post .image:hover img { opacity:0.5; }
#related_post .info { }
#related_post .date { margin:0 0 5px 0; line-height:100%; font-size:12px; color:#999; }
#related_post .title { font-size:14px; margin:0; }
#related_post .title a { text-decoration:none; display:block; }


/* next prev post link */
#previous_next_post { margin:0 0 40px 0; padding:0; border-top:1px solid #ccc; }
#previous_next_post p { margin:0; padding:0; }
#previous_next_post a { -moz-box-sizing:border-box; -webkit-box-sizing:border-box; -o-box-sizing:border-box; -ms-box-sizing:border-box; box-sizing:border-box;
 }
#previous_post a { margin:0; width:50%; float:left; border-right:1px solid #ccc; line-height:140%; font-size:12px; background:url(img/common/arrow_left.gif) no-repeat left 20px; padding:25px 30px; }
#next_post a { margin:0; left:-1px; position:relative; width:50%; float:right; text-align:right; border-left:1px solid #ccc; line-height:140%; font-size:12px; background:url(img/common/arrow_right.gif) no-repeat right 20px; padding:25px 30px; }




/* ----------------------------------------------------------------------
 product single page
---------------------------------------------------------------------- */
#product_headline a { text-decoration:none; }
#product_headline a:hover { text-decoration:underline; }
.product_title { margin:0 0 20px 0; }

/* slider */
#product_image_slider_wrap { width:770px; background:#f2f2f2; padding:15px; position:relative; margin:0 0 30px 0; }
#product_image_slider_wrap #loader { position:absolute; top:200px; left:350px; }
#product_image_slider { width:575px; height:380px; overflow:hidden; }
#product_image_slider img { width:575px; height:380px; }

/* thumbnail */
.nivo-controlNav { padding:0; margin:0; position:absolute; right:15px; top:15px; }
.nivo-controlNav a { cursor:pointer; margin:0 0 13px 0; display:block; }
.nivo-controlNav a img { display:block; opacity:0.3; }
.nivo-controlNav a.active img, .nivo-controlNav a:hover img { opacity:1; }

/* no slider */
#product_image {  }
#product_image img { display:block; border:15px solid #f2f2f2; margin:0 auto 30px; }

/* bookmark */
.bookmark { margin:0 0 30px 0; }
.bookmark li { float:left; margin:0 10px 0 0; }




/* ----------------------------------------------------------------------
 header
---------------------------------------------------------------------- */

/* logo */
#logo_text { position:absolute; left:0px; top:35px; margin:0; padding:0; font-size:24px; line-height:100%; font-weight:normal; }
#logo_text a { text-decoration:none; display:block; }
#logo_text a:hover { color:#00a2d9; }
#description { position:absolute; left:0px; top:55px; font-weight:normal; font-size:11px; color:#aaa; }
#logo_image {margin:0;padding:0; line-height:100%;}
#logo_image img { display:block; }
.pc_logo{display: none;}

/* global menu */
.menu_button { display:none; }
#global_menu { margin:0;/* position:absolute; *//* right:0px; */ bottom:0px; z-index:999;margin: 0px 0px 0px auto;}
#global_menu ul ul { display:none; position:absolute; top:63px; left:0px; margin:0; padding:0; border-top:1px solid #ccc; }
#global_menu ul ul ul { left:100%; top:0; margin:0 0 0 -1px; }
#global_menu li { float:left; font-size:1%; position:relative; }
#global_menu li a {
 font-size:14px;
 text-align:
 center;
 text-decoration:
 none;
 display:
 block;
 height:50px;
 line-height:50px; padding:0 16px; border-bottom:4px solid #fff;
 -webkit-transition-property:background;
 -webkit-transition-duration:0.4s;
 -webkit-transition-timing-function:ease;
 -moz-transition-property:background;
 -moz-transition-duration:0.4s;
 -moz-transition-timing-function:ease;
 -o-transition-property:background;
 -o-transition-duration:0.4s;
 -o-transition-timing-function:ease;
}
#global_menu ul li a:hover, #global_menu > ul > li.active_menu > a {/* border-bottom:4px solid #aaa; */color:#333;}
#global_menu ul ul li { float:none; height:auto; line-height:26px; padding:0; margin:0; text-align:left; }
#global_menu ul ul a { font-size:12px; position:relative; padding:10px 20px 8px; width:150px; height:auto; line-height:180%; margin:0 0 -1px 0; text-align:left; border:1px solid #ccc; background:#fff; }
#global_menu ul ul a:hover { border:1px solid #ccc; background:#e2e2e2; }




/* ----------------------------------------------------------------------
 footer
---------------------------------------------------------------------- */
#return_top { z-index:999; position:fixed; right:0px; bottom:25px; margin:0; display:block; width:36px; height:100px; text-indent:-9999px; background:#ccc url(img/footer/return_top.png) no-repeat center; }
#return_top:hover { }


.btn {
  width: 230px
}
.btn a {
  display: block;
  line-height: 1;
  color: #000;
  font-weight: bold;
  font-size: 15px;
  text-align: center;
  padding: 11px 0;
  text-decoration: none !important;
  border-radius: 30px;
  border: 3px solid #000;
  font-family: YuGothic, "Yu Gothic", sans-serif
}
.btn a:hover {
  color: #fff;
  background-color: #000
}


/*ã€€.concept
-------------------------------------*/
#main {
}
#main .concept {
  position: relative;
  margin: 0px auto;
  max-width: 780px;
  width: 100%;
  padding: 70px 0px 80px 0px;
}
#main .concept h1 {
  display: block;
  width: 490px;
  margin: 0 auto;
  margin-bottom: 45px;
}
#main .concept h1 span {
  font-size: 56px;
  display: inline-block;
  border-bottom: 3px solid #000;
  font-family: "Open Sans", "æ¸¸ã‚´ã‚·ãƒƒã‚¯ä½“", "Yu Gothic", YuGothic, "ãƒ’ãƒ©ã‚®ãƒŽè§’ã‚´ã‚·ãƒƒã‚¯ Pro", "Hiragino Kaku Gothic Pro", "ãƒ¡ã‚¤ãƒªã‚ª", Meiryo, "ï¼­ï¼³ ï¼°ã‚´ã‚·ãƒƒã‚¯", "MS PGothic", sans-serif;
  font-weight: bold;
  letter-spacing: 0.25em;
  line-height: 1.35;
}
#main .concept p.txt {
  text-align: center;
  margin-bottom: 45px;
}
#main .concept .btn {
  margin: 0 auto;
  width: 272px;
}
#main .concept .btn a {
  font-size: 22px;
}

/*ã€€.eventBox
-------------------------------------*/
#main .eventBox {
  margin-top: -40px;
  margin-bottom: 150px;
}

/*ã€€.feature
-------------------------------------*/
#main .feature {
  background-color: #f7f3e5;
  padding: 50px 0;
  margin-bottom: 40px;
}
#main .feature .featureInner {
  max-width: 1120px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}
#main .feature .featureInner .rightBox {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /* Safari */
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  position: absolute;
  top: -106px;
  right: 48px;
}
#main .feature .featureInner .rightBox h2 {
  margin-left: 50px;
  width: 24px;
}
#main .feature .featureInner .rightBox h2:not(:target) {
}
#main .feature .featureInner .rightBox h2 span {
  writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  font-size: 26px;
  font-family: "Open Sans", "æ¸¸ã‚´ã‚·ãƒƒã‚¯ä½“", "Yu Gothic", YuGothic, "ãƒ’ãƒ©ã‚®ãƒŽè§’ã‚´ã‚·ãƒƒã‚¯ Pro", "Hiragino Kaku Gothic Pro", "ãƒ¡ã‚¤ãƒªã‚ª", Meiryo, "ï¼­ï¼³ ï¼°ã‚´ã‚·ãƒƒã‚¯", "MS PGothic", sans-serif;
  font-weight: bold;
  position: relative;
}
#main .feature .featureInner .rightBox h2 span br {
  display: none;
}
#main .feature .featureInner .rightBox h2 span::before {
  content: "";
  display: block;
  position: absolute;
  width: 3px;
  height: 95.5%;
  background-color: #000;
  left: 44px;
}
#main .feature .featureInner .rightBox p.txt {
  writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
}
#main .feature .featureInner .rightBox p.txt:not(:target) {
  float: left\9 ;
}
#main .feature .featureInner .rightBox p.txt span {
  writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  line-height: 2;
  height: 460px;
  display: block;
}
#main .feature .featureInner .leftBox {
  max-width: 560px;
  width: 100%;
  height: 420px;
}
#main .feature .featureInner .leftBox .fig {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  /* Safari */
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}
#main .feature .featureInner .leftBox figure {
  width: 100%;
  margin-bottom: 20px;
}
#main .feature .featureInner .leftBox figure:not(:target) {
}
#main .feature .featureInner .leftBox figure:not(:target):nth-child(odd) {
}
#main .feature .featureInner .leftBox figure img {
  width: 100%;
  border-radius: 5px;
}

/*ã€€.lineup
-------------------------------------*/
#main .lineup {
  margin-bottom: 40px;
}
#main .lineup .lineupInner {
  max-width: 1120px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
#main .lineup .lineupInner .midashiTop {
  margin-bottom: 42px;
}
#main .lineup .lineupInner .circleBox {
  margin-bottom: 35px;
}
#main .lineup .lineupInner .circleBox ul {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /* Safari */
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  margin-bottom: -14px;
}
#main .lineup .lineupInner .circleBox ul li {
  width: 204px;
  height: 204px;
  border: 3px solid #000;
  border-radius: 110px;
  margin-bottom: 14px;
}
#main .lineup .lineupInner .circleBox ul li:not(:target) {
  float: left\9 ;
  margin-right: 15px\9 ;
}
#main .lineup .lineupInner .circleBox ul li:not(:target):last-child {
  margin-right: 0\9 ;
}
#main .lineup .lineupInner .circleBox ul li figure span {
  display: block;
  height: 130px;
  position: relative;
}
#main .lineup .lineupInner .circleBox ul li figure span img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
#main .lineup .lineupInner .circleBox ul li figure figcaption {
  font-size: 18px;
  font-weight: bold;
}
#main .lineup .lineupInner .circleBox ul li figure figcaption br {
  display: none;
}
#main .lineup .lineupInner .circleBox ul li.circle01 span img {
  width: 47px;
  height: auto;
  padding-top: 20px;
}
#main .lineup .lineupInner .circleBox ul li.circle02 span img {
  width: 45px;
  height: auto;
  padding-top: 24px;
}
#main .lineup .lineupInner .circleBox ul li.circle03 span img {
  width: 42px;
  height: auto;
  padding-top: 22px;
}
#main .lineup .lineupInner .circleBox ul li.circle04 span img {
  width: 40px;
  height: auto;
  padding-top: 35px;
}
#main .lineup .lineupInner .circleBox ul li.circle05 span img {
  width: 53px;
  height: auto;
  padding-top: 30px;
}
#main .lineup .lineupInner .circleBox ul li.circle06 span img {
  width: 48px;
  height: auto;
  padding-top: 23px;
}
#main .lineup .lineupInner p.txt {
  line-height: 2;
}

/*ã€€.works
-------------------------------------*/
#main .works {
  background-color: #f7f3e5;
  padding: 40px 0 70px 0;
}
#main .works .worksWrapper {
  max-width: 1120px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
#main .works .worksWrapper .midashiTop {
  margin-bottom: 55px;
}
#main .works .worksWrapper .worksInner {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 30px;
}
#main .works .worksWrapper .worksInner .worksBox01 {
  -webkit-box-flex: 0;
  margin: 0px 40px 0px 0px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#main .works .worksWrapper .worksInner .worksBox01 .work {
  width: 32.333%;
  padding-bottom: 50px;
}
#main .works .worksWrapper .worksInner .worksBox01 .work:first-child {/* max-width: 520px; */padding: 0px 0px 50px 0px;}
#main .works .worksWrapper .worksInner .worksBox01 .work a {
  display: block;
  text-decoration: none;
}
#main .works .worksWrapper .worksInner .worksBox01 .work:first-child a figure {
    /* width: 520px; */
}
#main .works .worksWrapper .worksInner .worksBox01 .work a figure {
  width: 100%;
  position: relative;
  overflow: hidden;
  height: auto;
  border-radius: 5px;
  margin: 0;
}
#main .works .worksWrapper .worksInner .worksBox01 .work a figure img {
  width: 100% !important;
  height: auto !important;
  /* position: absolute; */
  /* top: 50%; */
  /* left: 50%; */
  /* -webkit-transform: translate(-50%, -50%); */
  /* transform: translate(-50%, -50%); */
}
#main .works .worksWrapper .worksInner .worksBox01 .work a .worksNumber {
  font-size: 56px;
  font-weight: bold;
  color: #000;
  display: block;
  margin-top: -36px;
  letter-spacing: 0;
  text-align: left;
  padding-left: 3px;
  position: relative;
  z-index: 1;
}
#main .works .worksWrapper .worksInner .worksBox01 .work a .worksArea {
  color: #000;
  font-size: 0.75em;
  
  font-weight: bold;
  display: block;
  text-align: right;
  line-height: 1;
  margin-top: -6px;
  letter-spacing: 0;
}
#main .works .worksWrapper .worksInner .worksBox01 .work a .worksTtl {
  font-size: 22px;
  font-weight: bold;

  color: #000;
  display: block;
  text-align: right;
  letter-spacing: 0;
}
#main .works .worksWrapper .btn {
  max-width: 272px;
  width: 100%;
  margin: 0 auto;
}
#main .works .worksWrapper .btn a {
  font-size: 22px;
}

/*ã€€.topics
-------------------------------------*/
#main .topics {
  background-color: #f7f3e5;
  padding: 40px 0 70px 0;
}
#main .topics h3 {
  line-height: 1.7;
  display: inline-block;
  position: relative;
  margin-bottom: 40px;
  border-bottom: 3px solid #000;
}
#main .topics .topicsInner {
  max-width: 1120px;
  width: 100%;
  margin: 0 auto;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#main .topics .topicsInner .blog {
  width: 100%;
  padding-right: 0px;
  position: relative;
  text-align: center;
}
#main .topics .topicsInner .blog:not(:target) {
  float: left\9 ;
}
#main .topics .topicsInner .blog > article {
  position: relative;
}
#main .topics .topicsInner .blog > article > .articleBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 50px;
}
#main .topics .topicsInner .blog > article > .articleBox > article > .articleBox {
  text-align: left;
}
#main .topics .topicsInner .blog article .articleBox {
  margin-bottom: 30px;
}
#main .topics .topicsInner .blog article .articleBox a:hover .txt {
  opacity: 0.7;
}
#main .topics .topicsInner .blog article .articleBox a .date {
  font-family: Arial, "Open Sans", "ï¼­ï¼³ ï¼°ã‚´ã‚·ãƒƒã‚¯", "MS PGothic", sans-serif;
  color: #000;
  letter-spacing: 0;
  font-weight: bold;
  margin-right: 20px;
}
#main .topics .topicsInner .blog article .articleBox a h5 {
  display: inline-block;
  color: #000;
}
#main .topics .topicsInner .blog article .articleBox a .inner {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#main .topics .topicsInner .blog article .articleBox a .inner .txt {
  display: block;
  font-size: 0.87em;
  line-height: 2;
  color: #000;
}
#main .topics .topicsInner .blog article .articleBox a .inner figure {
  width: 110px;
  height: 110px;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  position: relative;
  overflow: hidden;
  border-radius: 5px;
  margin-left: 20px;
}
#main .topics .topicsInner .blog article .articleBox a .inner figure img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 150px;
  height: auto;
}
#main .topics .topicsInner .blog .taR {
  text-align: center;
}
#main .topics .topicsInner .blog .taR .btn {
  display: inline-block;
}
#main .topics .topicsInner .blog .taR .btn a {
  font-size: 22px;
}
#main .topics .topicsInner .news {
  width: 50%;
  padding-left: 50px;
}
#main .topics .topicsInner .news:not(:target) {
  float: left\9 ;
  width: auto\9 ;
}
#main .topics .topicsInner .news .newsBox {
  margin-bottom: 30px;
}
#main .topics .topicsInner .news .newsBox dt,
#main .topics .topicsInner .news .newsBox dd {
  margin-bottom: 13px;
}
#main .topics .topicsInner .news .newsBox dt {
  font-family: Arial, "Open Sans", "ï¼­ï¼³ ï¼°ã‚´ã‚·ãƒƒã‚¯", "MS PGothic", sans-serif;
  color: #000;
  letter-spacing: 0;
  font-weight: bold;
  float: left;
  clear: left;
  width: 100px;
}
#main .topics .topicsInner .news .newsBox dd {
  width: calc(100% - 100px);
  float: left;
}
#main .topics .topicsInner .news .newsBox dd a {
  color: #000;
  font-weight: bold;
}
#main .topics .topicsInner .news .newsBox dd a:hover {
  opacity: 0.7;
}
#main .topics .topicsInner .news .btn {
  display: inline-block;
  max-width: 190px;
  width: 100%;
  margin-bottom: 10px;
}
#main .topics .topicsInner .news .btn a {
  padding: 7px 0;
}

/*ã€€.bnrArea
-------------------------------------*/
.bnrArea {
  text-align: center;
  margin: -50px 5% 180px 5%;
}
.bnrArea a img {
  width: 100%;
  max-width: 910px;
}

@media screen and (max-width: 1120px) {
  /*ã€€.slide
  -------------------------------------*/
  .slideWrap {
    height: auto;
  }
  .slideWrap .bx-wrapper .bx-viewport .bxslider li {
    height: 60vw;
  }
  .slideWrap .bx-wrapper .bx-controls {
    display: none;
  }

  /*ã€€.concept
  -------------------------------------*/
  #main {
    padding-top: 0;
  }
  #main .concept {
    margin-bottom: 68px;
    max-width: none;
    width: auto;
  }

  /*ã€€.eventBox
  -------------------------------------*/
  #main .eventBox {
    margin-top: 0;
    margin-bottom: 120px;
  }

  /*ã€€.feature
  -------------------------------------*/
  #main {
    /*ã€€.topics
    -------------------------------------*/
    padding: 40px 0px 0px 0px;
  }
  #main .feature {
    padding: 50px 5% 0 5%;
  }
  #main .feature .featureInner {
    top: -58px;
  }
  #main .feature .featureInner .rightBox {
    display: block;
    position: relative;
    top: auto;
    right: auto;
    margin-bottom: 35px;
  }
  #main .feature .featureInner .rightBox h2 {
    margin-left: 0;
    text-align: center;
    margin-bottom: 42px;
    height: auto;
    width: auto;
    float: none;
  }
  #main .feature .featureInner .rightBox h2 span {
    writing-mode: horizontal-tb;
    -ms-writing-mode: lr-tb;
    -webkit-writing-mode: horizontal-tb;
  }
  #main .feature .featureInner .rightBox h2 span::before {
    height: 3px;
    width: 95.5%;
    left: 0;
    bottom: -10px;
  }
  #main .feature .featureInner .rightBox p.txt {
    writing-mode: horizontal-tb;
    -ms-writing-mode: lr-tb;
    -webkit-writing-mode: horizontal-tb;
    max-width: 660px;
    width: 100%;
    margin: 0 auto;
    height: auto;
  }
  #main .feature .featureInner .rightBox p.txt span {
    writing-mode: horizontal-tb;
    -ms-writing-mode: lr-tb;
    -webkit-writing-mode: horizontal-tb;
    max-width: 660px;
    width: 100%;
    margin: 0 auto;
    height: auto;
    font-size: 14px;
  }
  #main .feature .featureInner .leftBox {
    margin: 0 auto;
  }
  /*ã€€.works
  -------------------------------------*/
  #main .works .worksWrapper .worksInner {
    display: block;
    margin-bottom: 30px;
    max-width: 560px;
    width: 100%;
    margin: 0 auto;
  }
  #main .works .worksWrapper .worksInner .worksBox01 {
    margin-bottom: 20px;
    margin-right: 0;
  }
  #main .works .worksWrapper .worksInner .worksBox01 .work {
    max-width: 560px;
  }
  #main .works .worksWrapper .worksInner .worksBox01 .work a figure {
    max-width: 560px;
    width: 100%;
  }
  /*ã€€.topics
  -------------------------------------*/
  #main .topics {
    padding: 5%;
  }
  #main .topics .topicsInner .news .newsBox dt,
#main .topics .topicsInner .news .newsBox dd {
    float: none;
    clear: none;
    width: auto;
  }
  #main .topics .topicsInner .news .newsBox dt {
    margin-bottom: 0;
  }

  /*ã€€.bnrArea
  -------------------------------------*/
  .bnrArea {
    margin-top: 0;
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 750px) {
  /*ã€€.concept
  -------------------------------------*/
  #main .concept {
    padding: 0 5%;
    /* margin-top: -92px; */
  }
  #main .concept h1 {
    width: auto;
    min-width: auto;
    margin-bottom: 25px;
    text-align: center;
  }
  #main .concept h1 span {
    font-size: 34px;
  }
  #main .concept p.txt {
    margin-bottom: 25px;
    font-size: 14px;
    text-align: left;
    line-height: 24px;
  }
  #main .concept .btn {
    min-width: 170px;
  }

  /*ã€€.eventBox
  -------------------------------------*/
  #main .eventBox {
    width: auto;
    padding: 0 5%;
    margin-bottom: 80px;
  }

  /*ã€€.feature
  -------------------------------------*/
  #main .feature .featureInner .leftBox {
    height: auto;
  }
  #main .feature .featureInner .leftBox .fig {
    margin-bottom: -10px;
  }
  #main .feature .featureInner .leftBox .fig figure {
    width: calc(50% - 5px);
    margin-bottom: 10px;
  }
  #main .feature .featureInner .leftBox .fig figure:last-child {
    width: 100%;
    margin: 0px 0px 50px 0px;
  }

  /*ã€€.lineup
  -------------------------------------*/
  #main .lineup {
    margin-bottom: 40px;
    padding: 0 5%;
  }
  #main .lineup .lineupInner {
    max-width: 660px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
  }
  #main .lineup .lineupInner .midashiTop {
    margin-bottom: 42px;
  }
  #main .lineup .lineupInner .circleBox ul {
    width: 260px;
    margin-left: auto;
    margin-right: auto;
  }
  #main .lineup .lineupInner .circleBox ul li {
    width: 82px;
    height: 82px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-width: 2px;
  }
  #main .lineup .lineupInner .circleBox ul li figure span {
    height: 45px;
  }
  #main .lineup .lineupInner .circleBox ul li figure figcaption {
    font-size: 10px;
    letter-spacing: 0;
    line-height: 1.2;
  }
  #main .lineup .lineupInner .circleBox ul li figure figcaption br {
    display: inline;
  }
  #main .lineup .lineupInner .circleBox ul li.circle01 span img {
    width: 24px;
    padding-top: 10px;
  }
  #main .lineup .lineupInner .circleBox ul li.circle02 span img {
    width: 23px;
    padding-top: 12px;
  }
  #main .lineup .lineupInner .circleBox ul li.circle03 span img {
    width: 21px;
    padding-top: 11px;
  }
  #main .lineup .lineupInner .circleBox ul li.circle04 span img {
    width: 20px;
    padding-top: 10px;
  }
  #main .lineup .lineupInner .circleBox ul li.circle05 span img {
    width: 26px;
    padding-top: 10px;
  }
  #main .lineup .lineupInner .circleBox ul li.circle06 span img {
    width: 24px;
    padding-top: 7px;
  }
  #main .lineup .lineupInner p.txt {
    line-height: 2;
  }

  /*ã€€.works
  -------------------------------------*/
  #main .works {
    padding: 10% 5%;
  }
  #main .works .worksWrapper .worksInner .worksBox01 {
    margin-bottom: 22px;
  }
  #main .works .worksWrapper .worksInner .worksBox01 .work a figure {
    height: auto;
  }
  #main .works .worksWrapper .worksInner .worksBox01 .work a .worksTtl {
    font-size: 14px;
  }
  #main .works .worksWrapper .worksInner .worksBox01 .work a .worksNumber {
    margin-top: -12px;
    font-size: 20px;
  }
  #main .works .worksWrapper .worksInner .worksBox01 .work a .worksArea {
    margin-top: 0;
    margin-bottom: 8px;
  }
  #main .works .worksWrapper .worksInner .worksBox02 {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #main .works .worksWrapper .worksInner .worksBox02 li {
    width: auto;
  }
  #main .works .worksWrapper .worksInner .worksBox02 li a figure {
    max-width: 560px;
    width: 100%;
  }
  #main .works .worksWrapper .worksInner .worksBox02 li a .worksNumber {
    margin-top: -12px;
  }
  #main .works .worksWrapper .worksInner .worksBox02 li a .worksArea {
    margin-top: 0;
    margin-bottom: 8px;
  }

  /*ã€€.topics
  -------------------------------------*/
  #main .topics {
    padding: 10% 5%;
  }
  #main .topics .topicsInner {
    display: block;
  }
  #main .topics .topicsInner .blog {
    text-align: center;
    width: 100%;
    padding-right: 0;
  }
  #main .topics .topicsInner .blog::before {
    display: none;
  }
  #main .topics .topicsInner .blog h3 {
    font-size: 26px;
    margin-bottom: 25px;
  }
  #main .topics .topicsInner .blog > article > .articleBox {
    display: block;
  }
  #main .topics .topicsInner .blog article .articleBox {
    text-align: left;
    margin-bottom: 15px;
  }
  #main .topics .topicsInner .blog article .articleBox a .date {
    margin-right: 10px;
    margin-bottom: 15px;
  }
  #main .topics .topicsInner .blog article .articleBox a h5 {
    margin-bottom: 15px;
  }
  #main .topics .topicsInner .blog article .articleBox a .inner .txt {
    /*height: 116px;
    overflow-y: hidden;*/
  }
  #main .topics .topicsInner .blog article .articleBox a .inner figure img {
    width: 120%;
  }
  #main .topics .topicsInner .blog .taR {
    text-align: center !important;
  }
  #main .topics .topicsInner .news {
    width: 100%;
    padding-left: 0;
    text-align: center;
  }
  #main .topics .topicsInner .news h3 {
    margin-bottom: 25px;
    font-size: 26px;
  }
  #main .topics .topicsInner .news .newsBox {
    margin-bottom: 15px;
    text-align: left;
  }
  #main .topics .topicsInner .news .newsBox dl dd {
    display: block;
  }
  #main .topics .topicsInner .news .taR {
    text-align: center !important;
  }
}
@media screen and (max-width: 480px) {
  #main h2 span {
    font-size: 22px !important;
    margin-bottom: 30px !important;
  }
  #main .midashiTop {
    font-size: 22px !important;
    margin-bottom: 30px !important;
  }
  #main .btn {
    width: 90% !important;
    max-width: 240px !important;
    margin: 0 auto;
  }
  #main .btn a {
    font-size: 14px !important;
  }

  /*ã€€.slide
  -------------------------------------*/
  .slideWrap .bx-wrapper .bx-viewport .bxslider li {
    height: 250px;
  }

  /*ã€€.feature
  -------------------------------------*/
  #main .feature .featureInner {
    top: 0;
  }
  #main .feature .featureInner .rightBox h2 span {
    border-bottom: 3px solid #000;
    padding-bottom: 4px;
    line-height: 1.6;
  }
  #main .feature .featureInner .rightBox h2 span br {
    display: block;
  }
  #main .feature .featureInner .rightBox h2 span::before {
    display: none;
  }
  #main .feature .featureInner .rightBox p.txt {
    line-height: 2;
  }

  /*ã€€.concept
  -------------------------------------*/
  #main .concept {
    /* margin-top: -82px; */
  }
  #main .concept h1 span {
    font-size: 26px;
  }

  /*ã€€.topics
  -------------------------------------*/
  #main .topics h3 {
    font-size: 22px !important;
    margin-bottom: 30px !important;
  }
  #main .topics .btn {
    width: 80% !important;
    max-width: 180px !important;
  }
}

footer {
  padding: 50px 0 0
}
footer .footLink {
  max-width: 1120px;
  width: auto;
  margin: 0 auto
}
footer .footLink .navBox:not(:target) {
}
footer .footLink .navBox:not(:target):last-child {
}
footer .footLink .navBox ul li {
  list-style-type: none
}
footer .footLink .navBox ul li p {
  margin-bottom: 10px
}
footer .footLink .navBox ul li p a {
  font-size: 16px;
  font-weight: bold;
  color: #000
}
footer .footLink .navBox ul li p a span {
  font-size: 16px;
  font-weight: bold;
  color: #000
}
footer .footLink .navBox ul li:lastchild p {
  margin-bottom: 0
}
footer .footLink .navBox ul li ul.childMenu li {
  list-style-type: none
}
footer .footLink .navBox ul li ul.childMenu li p {
  margin-bottom: 0px
}
footer .footLink .navBox ul li ul.childMenu li p a {
  font-size: 12px;
  font-weight: normal
}
footer .footLink .footDe, footer .footLink .footDi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px
}
footer .footLink .footDe .logoFoot:not(:target), footer .footLink .footDi .logoFoot:not(:target) {
  float: left\9
}
footer .footLink .footDe .logoFoot a, footer .footLink .footDi .logoFoot a {
  display: block;
  width: 200px;
  margin-right: 48px
}
footer .footLink .footDe .logoFoot a img, footer .footLink .footDi .logoFoot a img {
  height: 34px;
  width: auto
}
footer .footLink .footDe .navWrap, footer .footLink .footDi .navWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 836px;
  width: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 14px
}
footer .footLink .footDe .navWrap:not(:target), footer .footLink .footDi .navWrap:not(:target) {
  float: left\9
}
footer .footNav {
  width: 100%;
  table-layout: fixed
}
footer .footNav td, footer .footNav th {
  vertical-align: top;
  text-align: left;
  font-size: 12px;
  padding-bottom: 30px
}
footer .footNav th {
  width: 250px
}
footer .footNav td ul li {
  line-height: 2
}
footer .footNav td ul li p {
  margin-bottom: 10px
}
footer .footNav td ul li p > a {
  font-size: 16px;
  font-weight: bold
}
footer .footNav td ul li.parent > p {
  font-size: 16px;
  font-weight: bold
}
footer .footNav td ul li.parent > p span {
  font-weight: bold
}
footer .footNav .nav02, footer .footNav .nav04 {
  width: 220px
}
footer .contact {
  border-top: 4px solid #000;
  margin: 64px 0 48px 0;
  padding: 35px 0 0
}
footer .contact .contactInner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 1120px;
  width: 100%;
  margin: 0 auto
}
footer .contact .contactInner p {
  font-weight: bold
}
footer .contact .contactInner .leftBox:not(:target) {
  float: left;
}
footer .contact .contactInner .leftBox p.txt {
  width: 510px
}
footer .contact .contactInner .leftBox .sub {
  font-size: 12px;
  font-weight: normal;
  letter-spacing: 0.04em;
}
footer .contact .contactInner .rightBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}
footer .contact .contactInner .rightBox:not(:target) {
  float: right;
}
footer .contact .contactInner .rightBox .btn {
  width: 320px;
  margin-left: 30px
}
footer .contact .contactInner .rightBox .btn a {
  font-size: 22px
}
footer .area {
  max-width: 1120px;
  width: auto;
  margin: 0 auto 50px
}
footer .area dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}
footer .area dl dt {
  font-size: 16px;
  font-family: YuGothic, "Yu Gothic", sans-serif;
  font-weight: bold;
  position: relative;
  margin-right: 30px
}
footer .area dl dt:before {
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  background-color: #000;
  top: 24px;
  position: absolute
}
footer .area dl dd {
  font-weight: bold
}
footer .area dl dd span {
  display: block;
  font-size: 0.87em;
  margin-left: 0.5em;
  margin-top: 0.5em
}
footer .bottomMost {
  max-width: 1120px;
  width: auto;
  margin: 0 auto;
  text-align: justify;
  line-height: 2;
  font-size: 14px
}
footer .copyright {
  letter-spacing: 0;
  font-weight: bold;
  max-width: 1120px;
  width: auto;
  margin: 35px auto 55px auto;
  text-align: right
}
@media screen and (max-width: 768px) {
 #main .works .worksWrapper .worksInner .worksBox01 .work {
    width: 49%;
}
  #main_col {
    padding: 50px 20px;
  }
  #index_banner ol li {
    width: 100%;
    margin: 0px 0px 20px 0px;
}
  footer .bottomMost {
    font-size: 10px;
}
  footer .area dl dt {
    text-align: center;
    margin: 0px;
    padding: 0px 0px 10px 0px;
}
  footer .area dl dt:before {
    width: 200px;
    margin: 0px auto;
    right: 0;
    left: 0;
}
  footer .area dl dd {
    text-align: center;
    font-size: 14px;
  }
	
	#header_wrap { width:100%;height: 60px;}
#header { background:#fff; position:relative;align-items: center;;border-bottom: none;padding: 0;height: 60px;}

#description { display:none; }

/* logo */
.pc_logo{display: block;}
#logo_text, #logo_image {margin: 0px 0 0 0px; line-height:120%;/* float:left; */ font-size:18px; font-weight:normal; width:40%; overflow:hidden;overflow: hidden;padding:00 0 0 10px;}
#logo_text a, #logo_image a { color:#333; text-decoration:none; display:block;}
  #logo_image a  img{
 width: 100%;
 }
#logo_text a:hover, #logo_image a:hover { }



#logo_image_mobile{ display: table-cell; vertical-align: middle; height: 60px; padding-left: 15px; }
#logo_image_mobile a{ display: inline-block; height: 20px; margin: 0; text-decoration: none; }
#logo_image_mobile img{ width: auto; max-height: 100%; }



a.menu_button:before{ 
  font-family: 'design_plus';
  color: #888; position: absolute; top: 17px; left: 19px; font-size: 18px; width: 24px; height: 24px; line-height: 24px;
  content: '\f0c9'; text-align: center;
}
a.menu_button{ position: absolute; right: 0px; top: 0px; z-index: 9; display: block; font-size: 11px; color: #333; width: 60px; height: 60px; line-height: 56px; text-decoration: none; }
a.menu_button:hover:before{ color: #fff; }
a.menu_button:hover{ background: #333; }

#global_menu {
              display:
              none;
              clear:
              both; width:100%;
              margin:0; top:0;
              position:
              relative;
              z-index: 999;
              background: #fff;
              }
#global_menu ul { margin:0; }
#global_menu li { margin:0; line-height:100%;float: none;}
#global_menu li a { display:block;border-bottom: 1px solid #ddd;/* margin:0 0 -1px 0; */ padding:10px 10px 10px 30px;/* line-height:160%; */ text-decoration:none;  color:#333;text-align: left;/* border: 0; */}
#global_menu li a:hover { background-color:#aaa; color:#fff; }
  #global_menu ul li a:hover, #global_menu > ul > li.active_menu > a {
    /* border: 0; */
    /* margin: 0; */
}
#global_menu li li a { padding-left:45px; background:#fff url(img/common/arrow4.png) no-repeat 31px 18px; }
#global_menu li li li a { padding-left:60px; background:#fff url(img/common/arrow4.png) no-repeat 46px 18px; }
#global_menu li li li li a { padding-left:75px; background:#fff url(img/common/arrow4.png) no-repeat 61px 18px; }



	
  footer .contact .contactInner {
    display: block;
}
  footer .contact .contactInner .rightBox:not(:target) {
  float: none;
  text-align: center;
}
  footer .contact .contactInner .rightBox .btn {
    width: 290px;
    margin: 0px auto;
    display: inline-block;
}
  footer .area dl {
    display: inline-block;
  }
  footer .contact .contactInner .leftBox:not(:target) {
  float: none;
}

  footer .contact .contactInner .leftBox p.txt {
    width:100%;
    text-align: center;
  }
  footer .contact .contactInner .leftBox .sub {
    text-align: center;
  }
 footer {
    padding: 3% 0 0 0
  }
  footer .footLink .footDe {
    border-bottom: 1px solid #dddddd
  }
  footer .footLink .footDe .navWrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
  }
  footer .footLink .footDe .navWrap .navBox {
    width: 30%;
    border-top: 1px solid #dddddd;
    padding: 1.5em 0
  }
  footer .copyright {
    text-align: center;
    font-size: 12px;
    margin: 10% 0 0 0;
    padding: 10% 0;
    border-top: 1px solid #dddddd
  }
  footer .footLink {
    padding: 0 5% 10%
  }
  footer .footNav td, footer .footNav th {
    display: block
  }
  footer .footNav th {
    width: auto;
    text-align: center;
    border-bottom: 1px solid #ddd;
    padding: 10% 0
  }
  footer .footNav td {
    border-bottom: 1px solid #ddd;
    padding: 5% 0
  }
  footer .footNav td ul li {
    line-height: 12px;
  }
  footer .footNav td ul li ul {
    padding: 0px 0px 0px 10px;
}
  footer .footNav td ul li a {
    text-decoration: none;
  }
  footer .footNav td ul li p {
    margin-bottom: 0px;
  }
  footer .footNav td ul li p > a {
    font-size: 14px
  }
  footer .footNav td ul li.parent p a span {
    font-size: 14px
  }
  footer .footNav td ul li.parent > p {
    font-size: 14px
  }
  footer .footNav .nav02, footer .footNav .nav04 {
    width: auto
  }

}
/* 追加するCSS */

#main .feature:not(:last-child) {
  margin-bottom: 80px;
}

#main .feature.feature--reverse .featureInner .rightBox {
  right: auto;
  left: 140px;
}

.feature.feature--reverse .leftBox {
  margin-left: auto;
}

@media screen and (max-width: 1120px) {
  #main .feature:not(:last-child) {
    margin-bottom: 0;
  }

  #main .feature.feature--reverse .featureInner .rightBox {
    left: auto;
  }

  /* .feature--reverse .leftBox {
    margin-left: auto;
  } */
  }
    .header-top {
      box-sizing: border-box;
      max-width: 1140px;
      margin-right: auto;
      margin-left: auto;
      display: flex;
	  align-items: center;
	  justify-content: space-between;
      padding: 20px 0 0;
    }
    .header-top__instagram {
      display: block;
      width: 80px;
    }
    .header-top img {
      display: block;
      width: 100%;
    }
    .header-top__contact {
      width: 320px;
      margin-left: 30px;
    }

    @media screen and (max-width: 768px) {
      .header-top {
        display: none;
      }
    }