@charset "utf-8";
/*=============================================
 * body
 *=============================================*/
@font-face {
  font-family: 'Sawarabi Mincho', sans-serif;
  src: url('../font/SawarabiMincho-Regular.ttf');
  font-style: normal;
}
body {
	color: #000;
	min-width: inherit;
	max-height: 100%;
	font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	line-height: 28px;
	font-size: 14px;
    text-align: justify;
	cursor: auto;
	letter-spacing: 0.3px;
	word-spacing: normal;
	background: #FFF;
    
}

.navOpen {
	overflow-y: hidden;
	-webkit-overflow-scrolling: touch;
}

body.navOpen, body.navOpen *, body.navOpen *:hover, body.navOpen *:focus, body.navOpen *:active {
	/*    cursor: none !important;*/
	touch-action: none !important;
	pointer-events: none !important;
}

body.navOpen .hamburger, body.navOpen #menu_toggle, body.navOpen #menu_toggle * {
	touch-action: auto !important;
	pointer-events: visible !important;
}

.fnt-mincho {
/*	font-family: 'Sawarabi Mincho', sans-serif;*/
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "メイリオ", Meiryo, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.fnt-meiryo {
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴシックPro", "ＭＳ ゴシック", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.fnt-gothic {
	font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

.block::after {
	clear: both;
	content: "";
	display: block;
}


header {
	position: relative;
    padding: 0 0 0;
    
}
.list-logo{
    margin: 0% auto 2% auto;
	width:90%;
}
.list-logo li{
    width: 48%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 5% 0 0;
    border-right: 1px dotted #000;
}
.list-logo li:last-of-type{
    border-right: none;
	padding: 0 0 0 5%;
}
header h1 {
	font-size: 11px;
    text-align: center;
    color: #000;
    margin-bottom: 3%;
    position: relative;
}


header .menu_toggle {
	z-index: 999;
	-webkit-transition: all .8s;
	transition: all .8s;
	background: url("../img/shared/bg2.jpg");
	position: fixed;
	opacity: 0;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: table;
	width: 100%;
	height: 100%;
	margin: auto;
	pointer-events: none;
}
header .menu_toggle .inner{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
}
header .menu_toggle .inner .toggle-link{
    color: #fff;
    font-size: 20px;
    position: relative;
    letter-spacing: 2px;
    padding: 3% 0;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "メイリオ", Meiryo, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-weight: bold;
    display: inline-block;
}
header .menu_toggle .inner .toggle-link:after{
    color: #fff;
    right: -25px;
}
header .menu_toggle .inner .toggle-main li{
    padding: 0;
}
header .menu_toggle .inner .toggle-main a{
    background: #fff;
    color: #000;
    padding: 9px 20px;
    border-bottom: 1px dotted #000;
    display: inline-block;
    width: 300px;
    margin: auto;
    font-size: 16px;
}
header .menu_toggle .btn{
    width: 90%;
    margin: 7% auto 0;
}
header .menu_toggle .list-btn a{
background: #b32e05;
    padding: 0.9em 0;
    text-align: center;
    font-size: 17px;
	display:block;
	position:relative;
}
header .menu_toggle .list-btn a:after {
    content: '\f105';
    font-family: "fontello";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    right: 12px;
    top: 50%;
    margin-top: -7px;
}








.navOpen header .menu_toggle {
	pointer-events: visible;
	opacity: 1;
}
header .menu_toggle .list-wrap {
	display: table-cell;
	width: 100%;
	-webkit-transition: all 1s;
	transition: all 1s;
	/*
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
*/
	padding-top: 10%;/*	vertical-align: middle;*/
}
.navOpen header .menu_toggle .list-wrap {
	/*
	-webkit-transform: scale(1);
	transform: scale(1);
*/
	padding-top: 0;
}
header .menu_toggle.nav-style01 {
	top: 0px;
	left: -100%;
	display: block;
	transition: all 0.4s ease 0s;
}
.navOpen .menu_toggle.nav-style01 {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	left: 0;
}
footer .menu_toggle ul li {
    border-bottom: none;
	padding: 3% 0;
}
footer .menu_toggle ul li span{
    display: block;
    font-size: 13px;
    margin-top: 3px;
    padding: 0;
    font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
.menu_toggle ul > * {
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	opacity: 0;
	-webkit-transform: translateX(-40px);
	-ms-transform: translateX(-40px);
	transform: translateX(-40px);
}
.navOpen .menu_toggle ul > * {
	opacity: 1;
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
}
.navOpen .menu_toggle ul > *:nth-child(1) {
 -webkit-transition-delay: calc(0.2s + 0.1s*1);
 -o-transition-delay: calc(0.2s + 0.1s*1);
 transition-delay: calc(0.2s + 0.1s*1);
}
.navOpen .menu_toggle ul > *:nth-child(2) {
 -webkit-transition-delay: calc(0.2s + 0.1s*2);
 -o-transition-delay: calc(0.2s + 0.1s*2);
 transition-delay: calc(0.2s + 0.1s*2);
}
.navOpen .menu_toggle ul > *:nth-child(3) {
 -webkit-transition-delay: calc(0.2s + 0.1s*3);
 -o-transition-delay: calc(0.2s + 0.1s*3);
 transition-delay: calc(0.2s + 0.1s*3);
}
.navOpen .menu_toggle ul > *:nth-child(4) {
 -webkit-transition-delay: calc(0.2s + 0.1s*4);
 -o-transition-delay: calc(0.2s + 0.1s*4);
 transition-delay: calc(0.2s + 0.1s*4);
}
.navOpen .menu_toggle ul > *:nth-child(5) {
 -webkit-transition-delay: calc(0.2s + 0.1s*5);
 -o-transition-delay: calc(0.2s + 0.1s*5);
 transition-delay: calc(0.2s + 0.1s*5);
}
.navOpen .menu_toggle ul > *:nth-child(6) {
 -webkit-transition-delay: calc(0.2s + 0.1s*6);
 -o-transition-delay: calc(0.2s + 0.1s*6);
 transition-delay: calc(0.2s + 0.1s*6);
}
footer .menu_toggle ul li a {
	color: #fff;
	font-size: 20px;
	position: relative;
    letter-spacing: 2px;
	padding: 5px 0;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "メイリオ", Meiryo, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-weight: bold;
}
footer .menu_toggle ul li a, footer .menu_toggle ul li a:hover, footer .menu_toggle ul li a:focus, footer .menu_toggle ul li a:active, footer .menu_toggle ul li a:visited {
	text-decoration: none !important;
}
footer .menu_toggle ul li.active a{
    border-bottom: 2px solid #b32d04;
}
footer .menu_toggle ul li.active a{
    display: inline-block;
}

footer .menu_toggle ul li a:after {
	display: none;
}
footer .menu_toggle .icon {
	width: 35px;
    margin: 7% auto 2%;
}

.hamburger {
	position: fixed;
	right: 5px;
	top: 5px;
	z-index: 9999;
	color: #fff;
    background: url("../img/shared/bg2.jpg");
	padding: 4px 7px 20px;
	transition: all 0.3s ease 0s;
	font-weight: bold;
    opacity: 0
    
}
.fixed .hamburger{
    opacity: 1;
}
.hamburger:after {
	font-size: 11px;
	content: 'MENU';
	position: absolute;
	bottom: -4px;
	left: 0;
	right: 0;
	text-align: center;
/*    line-height: 1.4;*/
}
.hamburger-box {
	width: 38px;
}
.hamburger-inner, .hamburger-inner:before, .hamburger-inner:after {
	background: #fff;
	width: 38px;
    height: 4px;
}
.hamburger--slider .hamburger-inner::before {
	top: 9px;
}
.hamburger--slider .hamburger-inner::after {
	top: 18px;
}
.hamburger--slider.is-active .hamburger-inner::after {
	transform: translate3d(0, -19px, 0) rotate(-90deg);
}
.navOpen .hamburger:after {
	content: 'CLOSE';
}


/* Key */

#key {
	
}


/* footer */

footer {
	padding: 10% 0 100px;
	background: url("../img/shared/bg2.jpg");
    color: #fff;
}
footer .list-logo li{
    border-right: 1px dotted #fff;
}
footer .list-logo {
	width:60%;
}
footer .list-logo li {
	width:47%;
	padding:0 10% 0 0;
}
footer .list-logo li:nth-child(2) {
	padding:0 0 0 10%;
}
#f_logo {
	max-width: 130px;
	margin: 0 auto;
}

#f_tel {
	max-width: 300px;
	margin: 7% auto;
}

.vcard {
	padding: 0 3%;
    margin-bottom: 7%;
}

.vcard.style-2 {
}

.vcard.style-1 dl, .vcard.style-2 dl {
	margin-bottom: 3%;
}

.vcard.style-1 dt {
	font-weight: bold;
}
footer .qr{
    width: 230px;
    margin: auto;
}
/* link pc site */

footer .link {
	margin-bottom: 15px;
}

footer .link p {
	text-align: center;
}

footer .link a {
	display: inline-block;
	width: 200px;
	color: #000;
	line-height: 2.5;
	border-radius: 5px;
	background: #fff;
}

footer .link .link-pc a::before {
	margin-right: 9px;
}

/* footer banner */

#ft_group {
	position: fixed;
	opacity: 0;
	z-index: -9999;
	bottom: 0px;
	left: 0;
	right: 0;
    width: 80%;
		transition: all .5s ease;
	-moz-transition: all .5s ease;
	-webkit-transition: all .5s ease;
}

.has_nav  #ft_group {
	position: fixed;
	z-index: 59;
	opacity: 1;
}
#ft_group .box {
	color: #000;
	text-align: center;
}
#ft_group .box a{
	color: #000;
	text-decoration: none;
}
.ft_contact_tel{
    width: 100%;
}
.ft_contact_tel span{
    font-size: 4vmin;
    position: absolute;
    line-height: 1.4;
    transform: translate(-50%, -50%);
 
    
}

/*
.contact_gr .fl,.contact_gr .fr {
	width: 50%;
}
*/
.contact_gr .fl dt{
	font-size: 13px;
    line-height: 16px;
}
.contact_gr .fl dd{
	font-size: 16px;
	
}
.contact_gr .fr{
	border-left: none !important;
}
.contact_gr .ft_contact_mail {
	font-size: 14px !important;
    line-height: 21px !important;
} 
.ft_contact_mail .icon-location-1:before {
	display: block;
	text-align: center;
	margin: 3px auto 0;
	font-size: 19px;
}
#ft_group .box  .icon-mail-alt {font-size: 14px;}
#ft_group .box  .icon-mail-alt:before {
	
	font-size: 14px;
	padding-right: 10px;
}
#pagetop {
	right: 3px;
	bottom: 80px;
	z-index: 60;
    background: #000;
}
#pagetop img{
    width: 46px;
}
address {
	text-align: center;
	font-size: 12px;
    margin-top: 5%;
    padding: 5px 0 0;
    color: #fff;
}
.cookies_link{
	text-align: center;
	font-size: 12px;
    padding: 5px 0 10px;
    color: #fff;
}
#index #shopping{
	background: url(../img/index/shopping_bg.jpg) no-repeat top center,#000;
	background-size: 100%;
	position: relative;
	z-index: 1;
	min-height:740px;
	
}
#index #shopping .col{
	color:#fff;
	line-height:180%;
	width:90%;
	line-height:200%;
	padding:70% 5% 0;
}
#index #shopping h2{
	font-family: 'Noto Serif TC', serif;
	font-size: 8.5vw;
  letter-spacing: 2px;
	line-height:140%;
	padding-bottom:10%;
	font-weight: bold;
}
#index #shopping .col .btn{
	padding:20px 0;
}

#index #sec01 {
  background: url("../img/index/sec1_bg.png") no-repeat center top, url("../img/shared/bg2.jpg");
  background-size: cover, auto; }
  #index #sec01 .heading a {
    position: absolute;
    left: 28%;
    bottom: 30%;
    width: 12%; }
#index #sec01 .heading a:before{
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 0;
    height: 0;
    border-bottom: 8px solid transparent;
    border-top: 8px solid transparent;
    border-left: 10px solid #fff;
}
#index #lead .toggle{
    margin-bottom: 5%;
}
#index #lead .toggle-link{
    padding-bottom: 5%;
    font-size: 16px;
}
#index #lead .toggle-link:after{
    font-size: 15px;
}
  #index #sec01 .list_bnr {
    margin-top: 7%; }
    #index #sec01 .list_bnr li {
      width: 50%;
      padding: 0 4%;
      box-sizing: border-box;
      float: left; }
#index #sec01 .list_bnr li:last-of-type{
    margin: auto;
    display: block;
    float: none;
}
      #index #sec01 .list_bnr li a {
        display: block; }
#index #sec02 .inner {
  background: url("../img/index/sec2_bg.png") no-repeat right top;
  background-size: 19%; }
  #index #sec02 .inner .txt1 {
    font-family: 'Noto Serif TC', serif;
    font-size: 4.7vmin;
    text-align: center;
    padding: 5% 0;
    position: relative; }
    #index #sec02 .inner .txt1:before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 13%;
      height: 30%;
      border-top: 1px solid #000;
      border-left: 1px solid #000; }
    #index #sec02 .inner .txt1:after {
      content: "";
      position: absolute;
      bottom: 0;
      right: 0;
      width: 13%;
      height: 30%;
      border-bottom: 1px solid #000;
      border-right: 1px solid #000; }
#index #sec03 {
  background: url("../img/index/sec3_bg.jpg");
  background-size: cover; }
  #index #sec03 .toggle-link {
    width: 15%;
    display: block;
    margin: 0 auto 5%; }
#index #sec03 .toggle-link:after{
    content: '\f107';
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    right: auto;
    bottom: auto;
    font-size: 6vw;
    margin: 0;
}
#index #sec03 .toggle.active .toggle-link:after{
    content: '\f106';
}
#index #sec03 .toggle-main{
    margin-bottom: 5%;
}

#company #key{
    position: relative;
}
#company #key .link1{
    position: absolute;
    width: 14%;
    height: 40%;
    top: 7%;
    left: 2%;
}
#company #key .link2{
    position: absolute;
    width: 25%;
    height: 15%;
    top: 6%;
    left: 36%;
}
#company #key .link3{
    position: absolute;
    width: 14%;
    height: 39%;
    top: 6%;
    right: 2%;
}
#company #sec01 .block1 .heading {
  position: relative; }
  #company #sec01 .block1 .heading .main-slide .bx-pager a {
    border: 1px solid #fff;
    background: transparent; }
    #company #sec01 .block1 .heading .main-slide .bx-pager a.active {
      background: #fff; }
  #company #sec01 .block1 .heading .inner {
    position: absolute;
    top: -7%;
    left: 0;
    z-index: 60;
    color: #fff;
    text-align: center; }
    #company #sec01 .block1 .heading .inner .box {
      border-right: 1px solid #fff;
      border-left: 1px solid #fff;
      border-bottom: 1px solid #fff;
      position: relative;
      text-align: center;
      padding: 10% 3% 13%;
      margin: 15% 0; }
      #company #sec01 .block1 .heading .inner .box:before {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        height: 1px;
        width: 25%;
        background: #fff; }
      #company #sec01 .block1 .heading .inner .box:after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        height: 1px;
        width: 25%;
        background: #fff; }
      #company #sec01 .block1 .heading .inner .box h3 {
        font-size: 6vmin;
        margin-bottom: 5%;
        font-family: 'Noto Sans JP', sans-serif;
        letter-spacing: 3px;
        position: absolute;
        top: -15%;
        left: 50%;
        transform: translateX(-50%); }
        #company #sec01 .block1 .heading .inner .box h3 span {
          font-size: 8vmin; }
      #company #sec01 .block1 .heading .inner .box ul {
        margin-bottom: -10%; }

        #company #sec01 .block1 .heading .inner .box ul li {
          width: 25%;
          padding: 0 2%;
          float: left;
          box-sizing: border-box; }
    #company #sec01 .block1 .heading .inner h4 {
      font-size: 7vmin;
      position: relative;
      display: inline-block;
      margin: auto; }
      #company #sec01 .block1 .heading .inner h4:before {
        content: "";
        position: absolute;
        width: 35%;
        height: 2px;
        top: 50%;
        transform: translateY(-50%);
        left: -50%;
        background: #fff; }
      #company #sec01 .block1 .heading .inner h4:after {
        content: "";
        position: absolute;
        width: 35%;
        height: 2px;
        top: 50%;
        transform: translateY(-50%);
        right: -50%;
        background: #fff; }
#company #sec01 .block2 {
  background: url("../img/shared/company_06.jpg");
  color: #fff; }
  #company #sec01 .block2 .box {
    border: 1px solid #fff;
    padding: 7%;
    position: relative; }
    #company #sec01 .block2 .box:after {
      content: "";
      position: absolute;
      top: 5px;
      left: 5px;
      bottom: 5px;
      right: 5px;
      border: 1px solid #fff; }
    #company #sec01 .block2 .box .list-info {
      font-weight: bold;
      font-size: 16px; }
    #company #sec01 .block2 .box .list dl {
      margin-bottom: 4%;
      padding-bottom: 4%;
      border-bottom: 2px dashed #fff; }
      #company #sec01 .block2 .box .list dl:last-of-type {
        margin-bottom: 0;
        padding-bottom: 0;
        border: none; }
    #company #sec01 .block2 .box .b1 {
      position: relative; }
      #company #sec01 .block2 .box .b1 .txt {
        width: 34%;
        position: absolute;
        right: 0;
        top: 5%; }
    #company #sec01 .block2 .box .b2 {
      position: relative;
      padding-bottom: 10%; }
      #company #sec01 .block2 .box .b2 .txt {
        position: absolute;
        width: 90%;
        left: 5%;
        top: 70%; }
#company #sec03 .bx-wrapper .bx-pager {
  bottom: 0;
  top: auto !important; }
#company #sec03 .bx-wrapper .bx-controls-direction {
  margin-top: 47%; }
  #company #sec03 .bx-wrapper .bx-controls-direction a {
    width: 30px;
    height: 30px;
    font-size: 30px; }
#company #sec03 .bx-prev::after {
  left: 7px; }
#company #sec03 .bx-next::after {
  right: 7px; }
#company #sec03 .txt {
  padding: 0 30px 3%; }
#company #sec06 .box{
	background: #000;
	color: #FFF;
	margin: 20px;;
	padding: 39px 0 38px;
}
#company #sec06 .box p{
	text-align: center;
	color: #ffffff;
	font-size: 20px;
	font-weight: bold;
    font-family: 'Noto Serif TC', serif;
}

#company #sec06 .heading {
  background: url("../img/shared/company_06.jpg"); }
#company #sec06 h3 {
  text-align: center;
  font-size: 8vmin;
  overflow: hidden; }
  #company #sec06 h3 span {
    display: inline-block;
    position: relative; }
    #company #sec06 h3 span:after {
      content: "";
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      right: -80%;
      width: 60%;
      height: 2px;
      background: #000; }
    #company #sec06 h3 span:before {
      content: "";
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      left: -80%;
      width: 60%;
      height: 2px;
      background: #000; }
#company #sec06 dl {
  margin-bottom: 2%;
  padding-bottom: 2%;
  border-bottom: 1px solid #000; }
  #company #sec06 dl:last-of-type {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none; }
#company #sec07 h2 {
  text-align: center;
  font-size: 8vmin;
  overflow: hidden; }
  #company #sec07 h2 span {
    display: inline-block;
    position: relative; }
    #company #sec07 h2 span:after {
      content: "";
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      right: -80%;
      width: 60%;
      height: 2px;
      background: #000; }
    #company #sec07 h2 span:before {
      content: "";
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      left: -80%;
      width: 60%;
      height: 2px;
      background: #000; }
#company #sec07 dl {
  border: 1px solid #000;
  padding: 1px; }
  #company #sec07 dl dt {
    background: #9b0000;
    color: #fff;
    text-align: center;
    padding: 2% 0;
    font-size: 5vmin; }
  #company #sec07 dl dd {
    padding: 3%; }
#company #sec07 .box_tel {
  background: #000;
  color: #fff;
  text-align: center;
  padding: 5%;
  margin-top: 5%; }
  #company #sec07 .box_tel h4 {
    font-size: 7vmin;
    margin-bottom: 3%;
    padding-bottom: 3%;
    border-bottom: 1px solid #6a6a6a; }
  #company #sec07 .box_tel ul li.tel_ac {
    font-family: 'Noto Serif TC', serif;
    font-size: 6.3vmin;
    line-height: 1.3; }
    #company #sec07 .box_tel ul li.tel_ac span {
      font-size: 4vmin; }
  #company #sec07 .box_tel ul li.note {
    margin-top: 3%; }
#company #sec08 {
  color: #fff;
  background: url("../img/shared/bg2.jpg"); }
  #company #sec08 .box {
    position: relative;
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
    padding: 2% 5% 7%; }
    #company #sec08 .box:after {
      content: "";
      position: absolute;
      height: 1px;
      width: 30%;
      background: #fff;
      top: 0;
      right: 0; }
    #company #sec08 .box:before {
      content: "";
      position: absolute;
      height: 1px;
      width: 30%;
      background: #fff;
      top: 0;
      left: 0; }
    #company #sec08 .box.style2:after {
      width: 35%; }
    #company #sec08 .box.style2:before {
      width: 35%; }
    #company #sec08 .box dl {
      margin-bottom: 2%;
      padding-bottom: 2%;
      border-bottom: 1px solid #fff; }
      #company #sec08 .box dl:last-of-type {
        margin-bottom: 0;
        padding-bottom: 0;
        border-bottom: none; }
  #company #sec08 h2 {
    font-size: 7vmin;
    font-family: 'Noto Serif TC', serif;
    text-align: center;
    margin: -5% 0 5%; }

#communication #lead h2 {
  font-family: 'Noto Serif TC', serif;
  letter-spacing: 0;
  font-size: 5vmin;
  text-align: center;
  line-height: 1.4; }
#communication #sec02 {
  background: url("../img/shared/bg2.jpg");
  color: #fff; }
  #communication #sec02 h2 {
    font-family: 'Noto Serif TC', serif;
    letter-spacing: 0;
    font-size: 6vmin;
    text-align: center;
    line-height: 1.4; }
    #communication #sec02 h2 span {
      font-size: 4vmin; }
  #communication #sec02 .bx-wrapper .bx-controls-direction a {
    width: 30px;
    height: 30px;
    font-size: 30px; }
  #communication #sec02 .bx-prev::after {
    left: 7px; }
  #communication #sec02 .bx-next::after {
    right: 7px; }
  #communication #sec02 .box {
    background: #fff;
    padding: 5% 35px 10%;
    color: #000; }
#communication #sec03 h2 {
  font-family: 'Noto Serif TC', serif;
  letter-spacing: 0;
  font-size: 8vmin;
  text-align: center;
  line-height: 1.4; }
#communication #sec03 .box {
  position: relative;
  padding: 0 6% 5%;
  z-index: 1;
  margin-top: -5%;
  background: url("../img/communication/sec3_bg.png") no-repeat right bottom;
  background-size: auto 70%; }
  #communication #sec03 .box h2 {
    position: relative;
    z-index: 1; }
  #communication #sec03 .box:after {
    content: "";
    position: absolute;
    width: 94%;
    height: 80%;
    left: 3%;
    bottom: 0;
    border: 1px solid #000;
    z-index: -1; }
#communication #sec04 {
  background: #b32d04;
  position: relative; }
  #communication #sec04:after {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    bottom: 5px;
    right: 5px;
    border: 1px solid #fff; }



#line{
    margin:10% auto 0;
    text-align: center;

}
#line .ttl{
    font-size:120%;
    font-weight: bold;
}
#line .btn img{
    width:50%;
}


#line p{
    margin-bottom:  1em;
}

#youtube{
    text-align: center;
}
header .list-btn{
	padding: 5%;
}
header .list-btn img{
	height: auto!important;
}
header .list-btn a{
  display: block;
}
header .list-btn a+a{
  margin-top: 10px;
}
img{
  height: auto!important;
}
#index #takeout{
  padding-bottom: 20px;
  position: relative;
}
#index #takeout .heading {
  position: relative;
}

#index #takeout .heading h2 {
  position: absolute;
  left: 0;
  bottom: 0;
}
#index #takeout .txt{
  padding: 15px 0;
}
#index #takeout .btn2{
  margin-top: 10px;
}
#index #takeout .deco{
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.fnt-serif{
  font-family: 'Noto Serif TC', serif;
}
.fnt-sans{
  font-family: 'Noto Sans JP', sans-serif;
}

.oshirase2{
    width: auto;
    background: rgba(255,255,255,0.9);
    text-align: center;
    padding: 10px;
    margin: 10px;
    border: 4px solid;
    box-shadow: 0 0 0 10px rgba(255,255,255,0.9);
    color: #000;
	
}

.oshirase2 h3{
	font-size: 21px;
	font-weight: bold;
	padding-bottom: 10px;
}

.oshirase2 p{
	font-size: 12px;
}



#ft-fixed {
    position: fixed;
    left: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 10;
    background: #fff;
    border: 1px solid #cbcbcb;
	 
  }
#ft-fixed ul{
	display: flex;
 -webkit-box-pack:justify;
  -ms-flex-pack:justify;
  justify-content: space-between;
 flex-wrap: wrap;
}
  #ft-fixed li {
    width: 33%;
    font-size: 12px;
		text-align: center;
		font-weight: bold;
  }
  #ft-fixed li + li {
    border-left: 1px solid #cbcbcb;
  }
  #ft-fixed a {
    padding: 12px 0px 5px;
    display: block;
  }
  #ft-fixed a:hover {
		text-decoration: none;
}
  #ft-fixed i {
    display: block;
    width: 22px;
    margin: 0px auto 3px;
  }


.btn_fudousan a{
	margin: 30px auto;
	width: 90%;
	display: block;
	color:#fff;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.1);
	text-align: center;
	font-size: 16px;
	background-color: #000000;
	border-radius: 2px;
	padding: 15px 0;
	text-decoration: none;
	box-sizing:border-box;
	line-height: 25px;
	letter-spacing: 2px;
    font-family:'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', 'serif';
	box-shadow: 0 10px 25px 0 rgba(0, 0, 0, .2);
}

