@charset "UTF-8";
/* Reset */
/*-----------------------------------------------*/
html {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  width: auto !important;
  width: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  font-size: 62.5%;
}

body {
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  line-height: 1.6;
  letter-spacing: 0.02em;
  vertical-align: baseline;
  color: #303030;
  -webkit-box-sizing: padding-box;
          box-sizing: padding-box;
  background-color: #FFFFFF;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

body {
  animation: fadeIn 2s ease 0s 1 normal;
  -webkit-animation: fadeIn 2s ease 0s 1 normal;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
:root {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*, *:before, *:after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  border: 0;
  outline: 0;
  font-size: 1.6rem;
  font-weight: inherit;
  font-style: inherit;
  vertical-align: baseline;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 960px) {
  div, span, applet, object, iframe,
  h1, h2, h3, h4, h5, h6, p, blockquote, pre,
  a, abbr, acronym, address, big, cite, code,
  del, dfn, em, font, img, ins, kbd, q, s, samp,
  small, strike, strong, sub, sup, tt, var,
  dl, dt, dd, ol, ul, li,
  fieldset, form, label, legend,
  table, caption, tbody, tfoot, thead, tr, th, td {
    font-size: 1.6rem;
  }
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0px;
}

a {
  text-decoration: none;
  color: #303030;
}
a.decoration {
  text-decoration: underline;
}
a.decoration:visited, a.decoration:focus, a.decoration:active {
  text-decoration: underline;
  outline: 0;
}
a:visited, a:focus, a:active {
  text-decoration: none;
  color: #303030;
  outline: 0;
}

/* clearfix */
/*-----------------------------------------------*/
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

* html .clearfix {
  zoom: 1;
}

*:first-child + html .clearfix {
  zoom: 1;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  /*a &:hover {
  	filter:alpha(opacity=80);
  	-moz-opacity: 0.8;
  	opacity: 0.8;
  }*/
}
img .centerize {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.centerize {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.center {
  text-align: center !important;
}

.right {
  text-align: right !important;
}

.left {
  text-align: left !important;
}

.rightBox {
  float: right !important;
}

.leftBox {
  float: left !important;
}

.clear {
  clear: both;
}

.bold {
  font-weight: bold !important;
}

.noline {
  border: none !important;
}

.hide {
  display: none !important;
}

@media screen and (max-width: 767px) {
  .onlyPc {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .onlySp {
    display: none;
  }
}
/*-----------------------------------------------*/
/* Reset */
strong {
  font-weight: bold;
}

#container {
  overflow: hidden;
  position: relative;
}

@media screen and (max-width: 960px) {
  body.fixed {
    overflow: hidden;
  }
}
/* ----------------------------------------
	header
---------------------------------------- */
header#masthead {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 60px;
  color: #FFFFFF;
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  z-index: 10;
}
@media screen and (min-width: 961px) {
  header#masthead {
    height: 150px;
    background: rgba(255, 255, 255, 0);
  }
}
header#masthead .site_title {
  position: absolute;
  top: 10px;
  left: 2%;
  z-index: 11;
}
@media screen and (min-width: 961px) {
  header#masthead .site_title {
    top: 20px;
  }
}
header#masthead .site_title img {
  width: 120px;
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
@media screen and (min-width: 961px) and (max-width: 1280px) {
  header#masthead .site_title img {
    width: 180px;
  }
}
@media screen and (min-width: 1281px) {
  header#masthead .site_title img {
    width: 250px;
  }
}
header#masthead.fixed {
  background: rgba(255, 255, 255, 0.9);
}
@media screen and (min-width: 961px) {
  header#masthead.fixed {
    height: 80px;
  }
}
header#masthead.fixed .site_title {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
header#masthead.fixed .site_title img {
  width: 100px;
  -webkit-filter: brightness(1) invert(0);
          filter: brightness(1) invert(0);
}
@media screen and (min-width: 961px) {
  header#masthead.fixed .site_title img {
    width: 120px;
  }
}
header#masthead .site_title.active img {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}

/* ------.hamburger------------ */
@media screen and (max-width: 960px) {
  .hamburger {
    display: block;
    position: absolute;
    z-index: 99;
    right: 3%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 80px;
    height: 32px;
    cursor: pointer;
    text-align: center;
    z-index: 100;
  }
  .hamburger::before, .hamburger::after {
    position: absolute;
    left: 0;
    top: 12px;
    content: "MENU";
    font-family: "Lato", serif;
    font-size: 1rem;
    font-weight: 500;
    color: #FFFFFF;
    letter-spacing: 0.3em;
    line-height: 1;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
  }
  .hamburger::after {
    top: 24px;
    content: "CLOSE";
    opacity: 0;
  }
  .hamburger span {
    position: absolute;
    right: 0;
    top: 8px;
    width: 30px;
    height: 2px;
    display: block;
    background-color: #FFFFFF;
    border-radius: 1px;
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
  }
  .hamburger span:nth-child(2) {
    top: 16px;
  }
  .hamburger span:nth-child(3) {
    top: 24px;
  }
  .hamburger.fixed::before {
    color: #4c4c4c;
  }
  .hamburger.fixed span {
    background-color: #4c4c4c;
  }
  .hamburger.active::before {
    top: 0px;
    opacity: 0;
  }
  .hamburger.active::after {
    top: 12px;
    opacity: 1;
    color: #FFFFFF;
  }
  .hamburger.active span {
    background-color: #FFFFFF;
  }
  .hamburger.active span:nth-child(1) {
    top: 16px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .hamburger.active span:nth-child(2) {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
  .hamburger.active span:nth-child(3) {
    top: 16px;
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg);
  }
}
@media screen and (min-width: 961px) {
  .hamburger {
    display: none;
  }
}

/* ------#nav_global------------ */
#nav_global {
  /* ----------------------- */
}
@media screen and (max-width: 960px) {
  #nav_global {
    position: fixed;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    background-color: #293337;
    text-align: center;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    padding: 0 5% 50px;
    width: 100%;
    height: 100%;
    opacity: 0;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    pointer-events: none;
  }
  #nav_global ul.nav_main {
    display: inline-block;
    margin: 120px auto 20px;
    max-width: 600px;
    width: 90%;
    text-align: left;
  }
  #nav_global ul.nav_main > li {
    border-bottom: 1px dotted #FFFFFF;
  }
  #nav_global ul.nav_main > li a {
    position: relative;
    display: block;
    margin: 0 auto;
    padding: 15px 10px;
    font-size: 1.5rem;
    font-weight: 400;
    color: #FFFFFF;
  }
  #nav_global ul.nav_main > li a::after {
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -3px;
    width: 6px;
    height: 6px;
    content: "";
    border-top: 2px solid #ffc32c;
    border-right: 2px solid #ffc32c;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  #nav_global ul.nav_main > li.contact, #nav_global ul.nav_main > li.factory-tour {
    margin: 0 auto;
    max-width: 400px;
    width: 100%;
    padding-top: 20px;
    border-bottom: none;
  }
  #nav_global ul.nav_main > li.contact a, #nav_global ul.nav_main > li.factory-tour a {
    padding: 15px 20px;
    color: #000000;
    text-align: center;
    background-color: #ffc32c;
    border-radius: 30px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
  }
  #nav_global ul.nav_main > li.contact a::after, #nav_global ul.nav_main > li.factory-tour a::after {
    display: none;
  }
  #nav_global ul.nav_main > li.factory-tour {
    padding-top: 10px;
  }
  #nav_global ul.nav_main > li.factory-tour a {
    background-color: #c1e1fb;
  }
  #nav_global ul.nav_main > li.drop .nav_sub > ul {
    margin-left: 2em;
  }
  #nav_global ul.nav_main > li.drop .nav_sub > ul li {
    border-top: 1px dotted #4c4c4c;
  }
  #nav_global ul.nav_main > li.drop .nav_sub > ul li a {
    padding: 15px;
    font-size: 1.3rem;
  }
  #nav_global.active {
    opacity: 1;
    z-index: 10;
    pointer-events: auto;
  }
}
@media screen and (min-width: 961px) {
  #nav_global {
    display: block;
    position: relative;
    top: 30%;
    -webkit-transform: translateY(-30%);
    transform: translateY(-30%);
    -webkit-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
  }
  #nav_global ul.nav_main {
    position: relative;
    padding-right: 2%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    width: 100%;
    height: 100%;
  }
  #nav_global ul.nav_main > li {
    position: relative;
    padding: 0 15px;
  }
  #nav_global ul.nav_main > li:not(.contact)::before {
    display: inline-block;
    position: absolute;
    top: -15px;
    left: 0;
    right: 0;
    margin: 0 auto;
    content: " ";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6.9px 4px 0px 4px;
    border-color: #ffc32c transparent transparent transparent;
    opacity: 0;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
  }
  #nav_global ul.nav_main > li:hover::before {
    top: -8px;
    opacity: 1;
  }
  #nav_global ul.nav_main > li > a {
    position: relative;
    padding: 15px 0;
    font-size: 1.5rem;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 1;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
  }
  #nav_global ul.nav_main > li.contact a {
    padding: 15px 20px;
    color: #000000;
    background-color: #ffc32c;
    border-radius: 30px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
  }
  #nav_global ul.nav_main > li.contact a:hover {
    background-color: #ffa02e;
  }
  #nav_global ul.nav_main > li.drop {
    position: relative;
  }
  #nav_global ul.nav_main > li.drop .nav_sub {
    position: absolute;
    top: 100%;
    left: -20px;
    padding-top: 20px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    opacity: 0;
    z-index: -1;
    pointer-events: none;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
  #nav_global ul.nav_main > li.drop .nav_sub > ul {
    padding: 5px 20px;
    background-color: #FFFFFF;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    z-index: 3;
  }
  #nav_global ul.nav_main > li.drop .nav_sub > ul li a {
    position: relative;
    display: block;
    height: auto;
    padding: 15px 20px 15px 0;
    font-size: 1.2rem;
    color: #303030;
  }
  #nav_global ul.nav_main > li.drop .nav_sub > ul li a::after {
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -3px;
    width: 6px;
    height: 6px;
    content: "";
    border-top: 2px solid #ffc32c;
    border-right: 2px solid #ffc32c;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  #nav_global ul.nav_main > li.drop .nav_sub > ul li a:hover {
    color: #1d2088;
  }
  #nav_global ul.nav_main > li.drop .nav_sub > ul li:not(:last-child) {
    border-bottom: 1px dotted #4c4c4c;
  }
  #nav_global ul.nav_main > li.drop:hover .nav_sub {
    opacity: 1;
    z-index: 2;
    pointer-events: auto;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  #nav_global ul.nav_main > li.sp {
    display: none;
  }
  #nav_global.fixed {
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  #nav_global.fixed ul.nav_main > li a {
    font-size: 1.3rem;
    color: #000000;
  }
  #nav_global.fixed ul.nav_main > li a.contact {
    padding: 10px 20px;
  }
}

/* ----------------------------------------
	#content
---------------------------------------- */
#content {
  margin: 40px auto 0;
  padding: 0px 0px 0px 0px;
  min-height: 650px;
  height: 100%;
}
@media screen and (min-width: 961px) {
  #content {
    margin-top: 100px;
  }
}
#content #main {
  position: relative;
  padding: 0px 0px 0px 0px;
}
@media screen and (min-width: 961px) {
  #content #main {
    padding: 0px 0px 0px 0px;
  }
}
#content .inner {
  margin: 0 auto;
  padding: 60px 5%;
  max-width: 1320px;
  width: 100%;
}
@media screen and (min-width: 768px) and (max-width: 960px) {
  #content .inner {
    padding: 80px 5%;
  }
}
@media screen and (min-width: 961px) and (max-width: 1280px) {
  #content .inner {
    padding: 100px 5%;
  }
}
@media screen and (min-width: 1281px) {
  #content .inner {
    padding: 120px 30px;
  }
}
#content .inner2 {
  margin: 0 auto;
  padding: 80px 5%;
  max-width: 1320px;
  width: 100%;
}
@media screen and (min-width: 961px) and (max-width: 1280px) {
  #content .inner2 {
    padding: 100px 5%;
  }
}
@media screen and (min-width: 1281px) {
  #content .inner2 {
    padding: 150px 30px;
  }
}
#content .inner3 {
  margin: 0 auto;
  padding: 25px 5%;
  max-width: 900px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  #content .inner3 {
    padding: 40px 20px;
  }
}
#content section,
#content div.group {
  position: relative;
}
#content section.last,
#content div.group.last {
  margin-bottom: 0;
}
#content section:after,
#content div.group:after {
  content: "";
  display: block;
  clear: both;
  height: 1px;
  overflow: hidden;
}
#content .fullWidth {
  margin-left: -500%;
  margin-right: -500%;
  padding-left: 500%;
  padding-right: 500%;
}
#content .flex_between {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#content .flex_center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#content p {
  margin: 0 0 1em;
  line-height: 1.8;
}
#content ol.decimal li {
  list-style-type: decimal;
  margin-left: 23px;
  padding: 0 0 10px 10px;
}
#content ul.square li {
  list-style-type: square;
  margin-left: 20px;
  padding: 0 0 10px 0px;
}
#content ul.disc li {
  list-style-type: disc;
  margin-left: 20px;
  margin-bottom: 1em;
}
#content ul.listWrap li.empty {
  height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
}
#content ul.listWrap li.empty::after {
  display: none;
}

/* .entry-content{
	padding-top:50px;
	@include spTab{
		padding-top:50px;
	}
	@include tabPc{
		padding-top:60px;
	}
	@include minPc{
		padding-top:80px;
	}
}
 */
#mainArea {
  position: relative;
  top: -50px;
  padding: 0px 3%;
}
@media screen and (min-width: 481px) and (max-width: 767px) {
  #mainArea {
    top: -100px;
  }
}
@media screen and (min-width: 768px) {
  #mainArea {
    top: -90px;
  }
}
#mainArea #mainArea_ol {
  background: #ffffff;
  border-radius: 10px 10px 0px 0px;
  margin: 0 auto;
  max-width: 1280px;
  width: 100%;
}
@media screen and (max-width: 480px) {
  #mainArea #mainArea_ol {
    border-radius: 6px 6px 0px 0px;
    padding: 60px 0%;
  }
}
@media screen and (min-width: 481px) and (max-width: 960px) {
  #mainArea #mainArea_ol {
    padding: 50px 0% 50px 0%;
  }
}
@media screen and (min-width: 961px) and (max-width: 1280px) {
  #mainArea #mainArea_ol {
    padding: 50px 0% 50px 0%;
  }
}
@media screen and (min-width: 1281px) {
  #mainArea #mainArea_ol {
    padding: 80px 50px 120px 50px;
  }
}

/* ----------------------------------------
	#共通
---------------------------------------- */
/* ----------------------------------------
	.wp-pagenavi
---------------------------------------- */
.wp-pagenavi {
  margin: 0px auto 50px;
  padding: 15px 0 0;
  width: 100%;
  text-align: center;
  /*border-top: 1px solid #E2E2E2;*/
  /*display: flex;*/
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .wp-pagenavi {
    margin: 50px auto 0;
  }
}
.wp-pagenavi a,
.wp-pagenavi span {
  text-decoration: none !important;
  white-space: nowrap;
  border: 1px solid #032f7c !important;
  margin: 2px 4px !important;
  padding: 8px 10px !important;
  font-size: 1.3rem;
  line-height: 1;
  color: #032f7c;
  display: inline-block;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.wp-pagenavi a.current, .wp-pagenavi a.previouspostslink, .wp-pagenavi a.nextpostslink, .wp-pagenavi a:hover,
.wp-pagenavi span.current,
.wp-pagenavi span.previouspostslink,
.wp-pagenavi span.nextpostslink,
.wp-pagenavi span:hover {
  font-weight: normal;
  color: #FFFFFF;
  background: #032f7c;
  border: 1px solid #032f7c;
  display: inline-block;
}
.wp-pagenavi a.extend,
.wp-pagenavi span.extend {
  border: none;
}

/* ----------------------------------------
	.p_navi
---------------------------------------- */
.p_navi {
  margin: 0px auto 0;
  padding: 30px 0 0;
  width: 100%;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 768px) {
  .p_navi {
    margin: 50px auto 0;
  }
}
.p_navi div {
  margin: 0 3px;
}
.p_navi a {
  display: inline-block;
  padding: 8px;
  font-size: 1.3rem;
  line-height: 1;
  color: #ffffff;
  text-decoration: none !important;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
  background: #4c4c4c;
  border-radius: 5px;
}
.p_navi a:hover {
  color: #FFFFFF;
  background: #333333;
}
.p_navi .prev a:before {
  font-family: FontAwesome;
  content: "\f104";
  padding-right: 10px;
}
.p_navi .next a:after {
  font-family: FontAwesome;
  content: "\f105";
  padding-left: 10px;
}
.p_navi .list a {
  padding: 8px 20px;
}

/* ----------------------------------------
	#footcontactArea
---------------------------------------- */
#footcontactArea {
  color: #ffffff;
  text-align: Left;
}
#footcontactArea .inner {
  margin: 0 auto;
  padding: 60px 5%;
  max-width: 1320px;
  width: 100%;
}
@media screen and (min-width: 768px) and (max-width: 960px) {
  #footcontactArea .inner {
    padding: 80px 5%;
  }
}
@media screen and (min-width: 961px) and (max-width: 1280px) {
  #footcontactArea .inner {
    padding: 100px 5%;
  }
}
@media screen and (min-width: 1281px) {
  #footcontactArea .inner {
    padding: 120px 30px;
  }
}
@media screen and (max-width: 767px) {
  #footcontactArea ul {
    max-width: 500px;
    margin: 0px auto;
  }
}
@media screen and (min-width: 768px) {
  #footcontactArea ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
#footcontactArea ul li {
  border-radius: 80px;
}
@media screen and (max-width: 767px) {
  #footcontactArea ul li {
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  #footcontactArea ul li {
    width: 49%;
  }
}
@media screen and (min-width: 1281px) {
  #footcontactArea ul li {
    width: 48%;
    max-width: 600px;
  }
}
#footcontactArea ul li a {
  color: #fff;
  padding: 25px 50px;
  display: block;
  font-size: 1.6rem;
  font-weight: 800;
  line-height: 1;
  position: relative;
}
@media screen and (min-width: 768px) and (max-width: 960px) {
  #footcontactArea ul li a {
    padding: 30px 30px;
  }
}
@media screen and (min-width: 961px) and (max-width: 1280px) {
  #footcontactArea ul li a {
    padding: 30px 50px;
    font-size: 1.6vw;
  }
}
@media screen and (min-width: 1281px) {
  #footcontactArea ul li a {
    font-size: 2rem;
    padding: 30px 50px;
  }
}
#footcontactArea ul li a span {
  font-weight: 700;
  font-size: 3rem;
  font-style: italic;
  line-height: 1;
  display: inline-block;
  width: 100%;
  padding-bottom: 5px;
  font-size: clamp(3rem, 4vw, 5rem);
}
@media screen and (min-width: 1281px) {
  #footcontactArea ul li a span {
    padding-bottom: 10px;
  }
}
#footcontactArea ul li a::after {
  content: url("../images/common/arrow_w.svg");
  width: 12px;
  display: inline-block;
  position: absolute;
  right: 30px;
  top: 40px;
}
@media screen and (min-width: 961px) and (max-width: 1280px) {
  #footcontactArea ul li a::after {
    right: 30px;
    top: 55px;
  }
}
@media screen and (min-width: 1281px) {
  #footcontactArea ul li a::after {
    right: 65px;
    top: 55px;
  }
}
#footcontactArea ul .factorytour {
  background: url("../images/common/btn_factorytour.jpg") no-repeat;
  background-size: 100% auto;
}
#footcontactArea ul .contact {
  background: url("../images/common/btn_contact.jpg") no-repeat;
  background-size: 100% auto;
}

/* ----------------------------------------
	#mastfoot
---------------------------------------- */
#mastfoot {
  position: relative;
  line-height: 1.3;
  background: #efe4e1;
  /* ------pagetop------------*/
  /* ------foot_copy------------*/
}
#mastfoot .inner {
  margin: 0 auto;
  padding: 60px 5%;
  max-width: 1320px;
  width: 100%;
}
@media screen and (min-width: 768px) and (max-width: 960px) {
  #mastfoot .inner {
    padding: 80px 5%;
  }
}
@media screen and (min-width: 961px) and (max-width: 1280px) {
  #mastfoot .inner {
    padding: 100px 5%;
  }
}
@media screen and (min-width: 1281px) {
  #mastfoot .inner {
    padding: 120px 30px;
  }
}
@media screen and (max-width: 960px) {
  #mastfoot #sitemapArea {
    display: none;
  }
}
#mastfoot #sitemapArea .breadcrumbs {
  margin-bottom: 40px;
  padding-bottom: 40px;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.1;
  border-bottom: 2px dashed #ffffff;
}
#mastfoot #sitemapArea .breadcrumbs::before {
  display: inline-block;
  content: " ";
  width: 8px;
  height: 8px;
  background-color: #303030;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
}
#mastfoot #sitemapArea .breadcrumbs span {
  padding: 5px;
}
#mastfoot #sitemapArea .breadcrumbs span a {
  color: #333333;
}
#mastfoot #sitemapArea .breadcrumbs span a:visited, #mastfoot #sitemapArea .breadcrumbs span a:focus, #mastfoot #sitemapArea .breadcrumbs span a:active {
  color: #333333;
}
#mastfoot #sitemapArea .breadcrumbs span a:hover {
  text-decoration: underline;
}
@media screen and (min-width: 961px) {
  #mastfoot #sitemapArea ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 50px;
  }
}
#mastfoot #sitemapArea ul li {
  display: inline-block;
  padding-right: 25px;
}
#mastfoot #sitemapArea ul li a {
  font-size: 1.3rem;
  line-height: 1;
}
#mastfoot #sitemapArea ul li a:hover {
  text-decoration: underline;
}
@media screen and (min-width: 961px) {
  #mastfoot #infoArea {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
#mastfoot #infoArea .foot_logo {
  width: 255px;
}
@media screen and (max-width: 960px) {
  #mastfoot #infoArea .foot_logo {
    margin: 0px auto;
    width: 200px;
  }
}
#mastfoot #infoArea .addArea {
  padding-top: 30px;
}
@media screen and (min-width: 961px) {
  #mastfoot #infoArea .addArea {
    padding-left: 75px;
  }
}
#mastfoot #infoArea .addArea .add {
  text-align: center;
}
@media screen and (max-width: 960px) {
  #mastfoot #infoArea .addArea .add {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 480px) {
  #mastfoot #infoArea .addArea .add {
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 961px) {
  #mastfoot #infoArea .addArea .add {
    margin-bottom: 1em;
    text-align: left;
  }
}
#mastfoot #infoArea .addArea .call {
  max-width: 330px;
  text-align: left;
}
@media screen and (max-width: 480px) {
  #mastfoot #infoArea .addArea .call {
    padding: 20px 10px;
    border-radius: 30px;
    margin: 0px auto;
    margin-bottom: 30px;
    text-align: center;
    background: #4c4c4c;
  }
  #mastfoot #infoArea .addArea .call a {
    color: #ffffff;
    line-height: 1;
    font-weight: bold;
    font-family: "Lato", serif;
  }
  #mastfoot #infoArea .addArea .call a span {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 960px) {
  #mastfoot #infoArea .addArea .call {
    text-align: center;
    margin: 0px auto;
    margin-bottom: 15px;
  }
}
#mastfoot #infoArea .note {
  margin-bottom: 40px;
}
#mastfoot .pagetop {
  position: fixed;
  right: 5px;
  bottom: 10px;
  z-index: 99;
}
@media screen and (min-width: 768px) {
  #mastfoot .pagetop {
    right: 10px;
    bottom: 20px;
  }
}
#mastfoot .pagetop img {
  width: 50px;
}
@media screen and (min-width: 768px) {
  #mastfoot .pagetop img {
    width: 60px;
  }
}
#mastfoot #copyright {
  padding: 10px;
}
#mastfoot #copyright .inner {
  min-height: 30px !important;
  padding: 10px 30px !important;
  font-size: 1.2rem !important;
  text-align: center;
}
@media screen and (min-width: 961px) {
  #mastfoot #copyright .inner {
    text-align: right;
  }
}

/* ----------------------------------------
	reCAPTCHA
---------------------------------------- */
/*reCAPTCHA*/
.grecaptcha-badge {
  visibility: hidden;
}

/*reCAPTCHA*/
p.recaptcha {
  padding-top: 20px;
  font-size: 1rem;
  font-weight: 400;
  color: #626262;
}
@media screen and (max-width: 960px) {
  p.recaptcha {
    margin: 0px auto;
    text-align: center;
  }
}
@media screen and (min-width: 961px) {
  p.recaptcha {
    text-align: left;
  }
}
p.recaptcha a {
  color: #626262;
  font-size: 1rem;
}
p.recaptcha a:hover {
  text-decoration: underline;
}