*,
*:before,
*:after {
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  -webkit-font-smoothing: antialiased;
}

html.state {
  overflow: hidden;
}

body {
  font-size: 1.1vw;
  font-weight: 500;
  font-family: YakuHanJP_Narrow, "M PLUS 2", "Noto Sans JP", sans-serif;
  letter-spacing: 0.06em;
  font-feature-settings: 'palt';
  text-rendering: optimizeLegibility;
  line-height: 1.8;
  color: #000;
  margin: 0;
  padding: 0;
}
.en{
  font-family: "Inter", sans-serif;
}

@media only screen and (max-width: 767px) {
  body {
    font-size: 3.2vw;
  }
}

main,
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

div,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  font-style: normal;
  text-rendering: optimizeLegibility;
  margin: 0;
  line-height: 1.4;
}

p {
  margin: 0;
}

a {
  color: inherit;
  text-decoration: none;
}

ul,
ol {
  list-style: none;
}

img {
  vertical-align: bottom;
  border-style: none;
}

map,
area,
map:active,
area:active {
  border: none;
  outline: none;
}

figure {
  margin: 0;
}

input[type="text"],
input[type="tel"],
input[type="address"],
input[type="email"] {
  padding: 0;
  border: none;
  border-radius: 0;
  outline: none;
  background: none;
}

input[type="radio"] {
  display: none;
}

input[type="checkbox"] {
  opacity: 0;
  position: absolute;

}

textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  resize: none;
  padding: 0;
  border: 0;
  outline: none;
  background: transparent;
  border-radius: 0;
}

button,
input[type="submit"],
input[type="button"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  border: none;
  outline: none;
  background: transparent;
  border-radius: 0;
}

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

.clearfix {
  *zoom: 1;
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

.show-small {
  display: none;
}

@media only screen and (max-width: 767px) {
  .show-small {
    display: inherit;
  }
}

@media only screen and (max-width: 767px) {
  .hide-small {
    display: none;
  }
}

.row {
  max-width: 990px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 15px;
}



/* @media (min-width: 768px) {
  .wrap {
    min-width: 1200px;
  }
} */

@media only screen and (max-width: 767px) {
  .row {
    width: auto;
  }
}

.wrap {
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  /* .wrap {
    margin-left: 14vw;
  } */
  main.site-main {
    margin-left: 14vw;
  }
  .page--top main.site-main{margin-left: 0;}
}
/* .page--top .wrap{ margin-left: 0; } */

.gdpr {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 999;
  width: 76%;
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  font-size: 1.3rem;
  font-size: 0.95588vw;
  padding: 2.5vw 3.75vw;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transform: translateY(125%);
  transition: 1s transform;
  margin: 2% 12%;
  border-radius: 2vw;
}

@media only screen and (max-width: 767px) {
  .gdpr {
    display: block;
    padding: 30px;
    font-size: 1.1rem;
    width: 96%;
    margin: 2%;
  }
}

.gdpr p.txt {
  width: 50.87vw;
}

@media only screen and (max-width: 767px) {
  .gdpr p.txt {
    width: 100%;
    margin-bottom: 1em;
  }
}

.gdpr p.txt a {
  text-decoration: underline;
  text-underline-offset: 0.2em;
}

.gdpr p.txt a:hover {
  opacity: 0.7;
}

.gdpr p.btn {
  width: 14.707vw;
  text-align: center;
  font-size: 1.4rem;
  font-size: 1.02941vw;
}

@media only screen and (max-width: 767px) {
  .gdpr p.btn {
    width: 100%;
  }
}

.gdpr p.btn a {
  display: block;
  line-height: 50px;
  background: #1f7afa;
  border-radius: 25px;
}

@media only screen and (max-width: 767px) {
  .gdpr p.btn a {
    display: inline-block;
    width: 120px;
    font-size: 1.2rem;
    line-height: 35px;
  }
}

.gdpr p.btn a:hover {
  opacity: 0.9;
}

.gdpr.gdpr_slide {
  transform: translateY(0);
}

.site-header {
  width: 14vw;
  height: 100vh;
  /* color: #fff; */
  padding: 2.7vw 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  overflow-y: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.site-header::-webkit-scrollbar{
  display: none;
}
.page--top .site-header{ 
  color: #fff;
}

/* @media (min-width: 768px) {
  .site-header {
    min-width: 1200px;
  }
} */


@media only screen and (max-width: 767px) {
  .site-header {
    /* position: fixed;
    padding: 10px 20px;
    display: block;
    transition: 400ms; */
    width: 100vw;
    height: 16vw;
    padding: 2.7vw;
    flex-direction: row;
    transition: all .3s;
    background: #fff;
  }
  .page--top .site-header:not(.site-header.js-scroll-down){
    background: transparent;
  }
  .state .wrap::before {
    width: 100vw;
    height: 100vh;
    content: "";
    background: rgba(0, 0, 0, 0.1);
    top: 0;
    left: 0;
    position: fixed;
    z-index: 2;
    backdrop-filter: blur(4px);
  }
}

.site-header .brand-logo {
  position: relative;
  z-index: 1;
}

.site-header .brand-logo a {
  display: flex;
  align-items: center;
  flex-direction: column;
  padding: 0 0 0 1vw;
  width: 10vw;
}

.site-header .brand-logo a span.img {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 1.3vw;
}

@media only screen and (max-width: 767px) {
  html.state .site-header{
    margin: 3vw;
    width: 94vw;
    height: 21vw;
  }

  .site-header .brand-logo a {
    flex-direction: row;
    padding: 0 0 0 1.8vw;
  }
  
  .site-header .brand-logo a span.img {
    margin: 0 3vw 0 0;
  }
}

.site-header .brand-logo a span.img img {
  width: 8vw;
}
.page--top .site-header .brand-logo a span.img img,
.page--top .site-header .brand-logo a span.txt img {
  filter: brightness(0) invert(1);
  transition: 400ms all cubic-bezier(0.17, 0.67, 0.3, 0.87);
}
.state .page--top .site-header .brand-logo a span.img img,
.state .page--top .site-header .brand-logo a span.txt img {
  filter: none;
}


@media only screen and (max-width: 767px) {
  .site-header .brand-logo a span.img img {
    width: 10vw;
    margin-top: -2vw;
  }
}

.site-header .brand-logo a span.txt img {
  width: 100%; /*18.3vw;*/
  display: block;
}

@media only screen and (max-width: 767px) {
  .site-header .brand-logo a span.txt img {
    width: 137px;
  }
}

.site-header .gnav {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}

@media only screen and (max-width: 767px) {
  .site-header .gnav {
    position: fixed;
    top: 3vw;
    left: 0;
    background: rgba(52,50,89,0.9);
    width: 90vw;
    margin: 0 auto;
    height: 97vh;
    color: #fff;
    display: block;
    padding: 0 0 120px;
    display: none;
    padding-top: 50px;
    overflow: scroll;
    border-radius: 5vw;
  }
}

.site-header .gnav ul.primary {
  display: flex;
  flex-direction: column;
  /* align-items: center; */
  margin: 3.8vw 0 6.3vw 0.8vw;
}

@media only screen and (max-width: 767px) {
  .site-header .gnav ul.primary {
    display: block;
    /* text-align: center; */
    padding: 5vw;
  }
}

.site-header .gnav ul.primary>li {
  /* display: flex;
  justify-content: center;
  align-items: center; */
  font-weight: 700;
  letter-spacing: 0.02em;
  padding: 0 0 0 1.25vw;
}

.site-header .gnav ul.primary>li.home {
  display: none;
}

@media only screen and (max-width: 767px) {
  .site-header .gnav ul.primary>li.home {
    display: block;
  }
}

@media only screen and (max-width: 767px) {
  .site-header .gnav ul.primary>li {
    display: block;
    padding: 0;
  }
}



@media only screen and (min-width: 768px) {
  .site-header .gnav ul.primary>li {
    width: 12vw;
  }
  .site-header .gnav ul.primary>li>a {
    padding: 1.1vw 0 1.1vw 0.55vw;
    display: block;
    transition: 400ms color cubic-bezier(0.17, 0.67, 0.3, 0.87);
  }

  .site-header .gnav ul.primary li:not(.has):hover{
    text-decoration: underline 2px #55a900;
    text-underline-offset: 0.5em;
    transition: 400ms color cubic-bezier(0.17, 0.67, 0.3, 0.87);
  }
  li.has.active {
    background: #f1f1f1;
    border-radius: 0.5vw;
  }
  .page--top header:not(.js-scroll-down) li.has.active {
    background: rgba(0, 0, 0, 0.2);
  }
}
@media only screen and (max-width: 767px) {
  .site-header .gnav ul.primary li a {
    padding: 5vw 7vw;
    color: #fff;
    display: block;
  }
}


.site-header .gnav ul.primary>li.has {
  padding: 1.1vw 1.1vw 1.1vw 1.9vw;
  transition: 400ms color cubic-bezier(0.17, 0.67, 0.3, 0.87);
  position: relative;
  cursor: pointer;
}

/* @media only screen and (min-width: 768px) {
  .site-header .gnav ul.primary>li.has>a:hover {
    color: #02215d;
  }
} */
.site-header li.has:before {
  content: "+";
  width: 1.5vw;
  height: 1.5vw;
  border-radius: 50%;
  position: absolute;
  top: 1.4vw;
  right: 2.0vw;
  font-size: 1.5vw;
  font-weight: 500;
  margin: 0;
  text-align: center;
  line-height: 1;
  transition: all .3s;
  padding: 0;
  color: #55a900;
  border: none;
  line-height: 0.8;
  transition: all .3s;
}
li.has.active:before {
  transform: rotate(45deg);
  background: #acacac;
  color: #000;
}
@media only screen and (min-width: 768px) {
  .site-header .gnav ul.primary>li.has {
    width: 12vw;
  }
  
li.has.active:before {
  transform: /*translateY(-50%)*/ rotate(45deg);
  color: #fff;
}
}


@media only screen and (max-width: 767px) {
  .site-header .gnav ul.primary>li.has {
    padding: 4.6vw 5.7vw 0;
  }
  .site-header li.has:before {
    width: 5.5vw;
    height: 5.5vw;
    border: #55a900 solid 2px;
    border-radius: 50%;
    position: absolute;
    top: 6vw;
    right: 5.2vw;
    font-size: 5vw;
    line-height: 3.8vw;
  }
  li.has.active:before {
    transform: rotate(45deg);
    background: #acacac;
    color: #fff;
    border: solid 2px #acacac;
    line-height: 4vw;
    transition: all .3s;
}
  
  .site-header .gnav ul.primary>li.has .subnav{
    height: 0;
    /* opacity: 0; */
    transition: all .3s;
    transform: scaleY(0);
    transform-origin: top;
  }
  .site-header .gnav ul.primary>li.has.active {
    padding: 4.6vw 5.7vw; 
    /* color: #fff; */
    /* border-radius: 4vw; */
    text-shadow: 0 0 10px rgba(0, 63, 45, 0.2);
    /* background: linear-gradient(180deg, rgba(188, 236, 0, 0.9), rgba(100, 198, 0, 0.9)); */
    transition: all .3s;
    margin-bottom: 1vw;
  }
  .site-header .gnav ul.primary>li.has.active .subnav{
    height: 100%;
    /* opacity: 1; */
    transition: all .3s .2s;
    transform: scaleY(1);
  }
  .site-header .gnav ul.primary>li.has:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(241,241,241,.9);
    z-index: -1;
    opacity: 0;
    transition: all .3s;
    border-radius: 4vw;
  }
  .site-header .gnav ul.primary>li.has.active:after{ opacity: 1;}

}

/* .site-header .gnav ul.primary>li.has.over {
  background: #f9f9f9;
  color: #02215d;
}

.site-header .gnav ul.primary>li.has.over>a::before {
  background-image: url(../img/common/gnav-arrow.bl.png);
}

@media only screen and (max-width: 767px) {
  .site-header .gnav ul.primary>li.has.over>a::before {
    display: none;
  }
} */

.site-header .gnav ul.primary>li.has>a {
  padding: 1em 1em 2em;
  position: relative;
}

@media only screen and (min-width: 768px) {
  .site-header .gnav ul.primary>li.has .subnav {
    display: none;
    position: relative;
    left: 0;
    padding: 0;
    border-radius: 1vw;
  }
  .page--top.site-header .gnav ul.primary>li.has .subnav {
    color: #fff;
  }
  .site-header.site-header.js-scroll-down .gnav ul.primary>li.has .subnav{ color: #000;}
  .site-header .gnav ul.primary>li.active .subnav {
    display: block;
    opacity: 1;
  }
}

@media only screen and (max-width: 767px) {
  .site-header .gnav ul.primary>li.has .subnav{
    display: block;
    position: static;
    transform: translate(0) scaleY(0);
    transform-origin: top;
    /* background: #fff; */
    padding: 0;
    font-size: 80%;
    letter-spacing: 0.1em;
  }
}

.site-header .gnav ul.primary>li.has .subnav ul {
  display: flex;
  flex-direction: column;
  justify-content: center;
  /* align-items: center; */
  padding: 1vw 0 /*0 0 1.3vw*/;
}

@media only screen and (max-width: 767px) {
  .site-header .gnav ul.primary>li.has .subnav ul {
    display: block;
    margin: 5vw 0 0;
  }
}

.site-header .gnav ul.primary>li.has .subnav ul li {
  width: fit-content; /*max-content*/
}
@media only screen and (min-width: 768px) {
  .site-header li.has li {
  font-size: 0.9vw;
  font-weight: 500;
  padding: 0.1vw 0;
}
}
@media only screen and (max-width: 767px) {
  .site-header .gnav ul.primary>li.has .subnav ul li {
    width: 100%;
  }
}

.site-header .gnav ul.primary>li.has .subnav ul li a {
  display: flex;
  align-items: center;
  transition: 800ms background-color, color cubic-bezier(0.17, 0.67, 0.3, 0.87);
  justify-content: center;
  padding: 0.3vw 0 /*1vw*/;
}

@media only screen and (max-width: 767px) {
  .site-header .gnav ul.primary>li.has .subnav ul li a {
    display: block;
    padding: 2.8vw 4vw;
  }
}


  .site-header .gnav ul.primary>li.has .subnav ul li a:hover .txt::before {
    color: #fff;
  }
} */

.site-header .gnav ul.primary>li.has .subnav ul li:last-of-type .img img {
  width: 5.309vw;
}

/* .site-header .gnav ul.primary>li.has .subnav ul li:not(:last-of-type) {
  margin-right: 2.7vw;
} */

@media only screen and (max-width: 767px) {
  .site-header .gnav ul.primary>li.has .subnav ul li:not(:last-of-type) {
    margin-right: 0;
  }
}


.site-header .gnav .language ul {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  background: rgba(241,241,241,0.8);
  margin-left: 0.5vw;
  width: 8.5vw;
  border-radius: 100px;
  font-size: 1.1rem;
  font-size: 0.78vw;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  font-weight: 700;
}
@media only screen and (min-width: 768px) {
  .nav-company .gnav .company{
    text-decoration: underline #55a900 2px;
    text-underline-offset: 0.7em;
  }
}
.gnav-news .gn-news,
.gnav-sustainability .gn-sustainability,
.gnav-products .gn-products,
.gnav-contact .gn-contact,
.lnav-outline .ln-outline,
.lnav-message .ln-message,
.lnav-business .ln-business,
.lnav-chart .ln-chart,
.lnav-history .ln-history,
.lnav-staff-1 .ln-staff-1,
.lnav-staff-2 .ln-staff-2,
.lnav-staff-3 .ln-staff-3,
.lnav-staff-4 .ln-staff-4,
.lnav-entry .ln-entry
{
  text-decoration: underline #55a900 1px;
  text-underline-offset: 0.4em; /*0.7em*/
}

@media only screen and (max-width: 767px) {
  .site-header .gnav .language ul {
    width: 120px;
    margin-left: auto;
    margin-right: auto;
    font-size: 1.1rem;
  }
}

@media only screen and (min-width: 768px) {
  .site-header .gnav .language ul li {
    width: 42%;
  }

  .site-header .gnav .language ul li.current {
    width: 58%;
  }
}

.site-header .gnav .language ul li a {
  display: block;
  text-align: center;
  padding: 4px 0;
}

@media only screen and (min-width: 768px) {
  .site-header .gnav .language ul li.en a {
    padding: 4px 10px 4px 0;
    color: #3e7b00;
  }

  .site-header .gnav .language ul li.jp a {
    padding: 4px 0 4px 10px;
    color: #3e7b00;
  }
}


@media only screen and (max-width: 767px) {
  .site-header .gnav .language ul li {
    width: 50px;
  }

  .site-header .gnav .language ul li.en a {
    padding: 8px 10px 8px 0;
    color: #3e7b00;
  }

  .site-header .gnav .language ul li.jp a {
    padding: 8px 0 8px 10px;
    color: #3e7b00;
  }
}


.site-header .gnav .language ul li.current a {
  background: #55a900;
  border-radius: 50px;
  padding: 8px 0 6px 7px;
  color: #fff;
}

@media only screen and (max-width: 767px) {
  .site-header .gnav .language ul li.current {
    width: 70px;
  }

  .site-header .gnav .language ul li.current a {
    color: #fff;
    padding: 8px 0;
  }
}


.site-header .hamburger {
  display: none;
}

@media only screen and (max-width: 767px) {
  .site-header .hamburger {
    transition: 400ms;
    width: 8vw;
    height: 8vw;
    margin-right: 4.8vw;
    margin-left: auto;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    z-index: 2;
  }

  .site-header .hamburger span {
    display: block;
    width: 100%;
    height: 1px;
    background: #000;
    transition: 400ms cubic-bezier(0.17, 0.67, 0.22, 0.97);
  }
  .page--top .site-header .hamburger span { background: #fff;}
  .page--top .site-header.js-scroll-down .hamburger span { background: #000;}
  html.state .page--top .site-header .hamburger span { background: #000;}

  .site-header .hamburger span:nth-of-type(2) {
    margin: 1vw 0 0;
  }
  .site-header .hamburger.active span:nth-of-type(2) {
    margin: /*1.3vw 0 */0;
  }

  /* .site-header .hamburger.active span {
    background: #0091c1;
  } */

  .site-header .hamburger.active span:nth-of-type(1) {
    transform: /*translate(0px, 6px)*/ rotate(45deg);
  }

  /* .site-header .hamburger.active span:nth-of-type(2) {
    opacity: 0;
  } */

  .site-header .hamburger.active span:nth-of-type(2) {
    transform: /*translate(0px, -6px)*/ rotate(135deg);
  }
}


@media only screen and (max-width: 767px) {
  .state .site-header .brand-logo {
    position: absolute;
    z-index: 1;
    display: block;
    width: 94vw;
    padding: 0 5vw;
    /* background: rgba(52, 50, 89, 0.9); */
    left: 0;
    border-radius: 5vw;
    backdrop-filter: blur(4px);
  }
  .site-header .gnav {
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.85);
    width: 94vw;
    margin: 2vh 3vw;
    /* height: 96vh; */
    color: #000;
    display: block;
    /* padding: 20vw 0 12vw; */
    display: none;
    overflow: scroll;
    border-radius: 5vw;
    height: 88vh;
    padding: 20vw 0 5vw;
    transition: height .3s ease;
  }
  .site-header .gnav:has(.active){
    height: 96vh;
  }

  .site-header .gnav ul.primary {
    display: block;
    padding: 3vw 5vw 5vw;
    margin-top: 0;
    font-size: 4vw;
  }
  .site-header .gnav ul.primary li a {
    padding: 4.6vw 5.7vw;
    color: #000;
    display: block;
  }
}



  .page--top .site-header.js-scroll-down .brand-logo a span.img img,
  .page--top .site-header.js-scroll-down .brand-logo a span.txt img {
    filter: none;
  }
  @media only screen and (min-width: 768px) {
    .site-header.js-scroll-down .gnav ul.primary{
    color: #000;
    text-shadow: none;
  }
 }


@media only screen and (min-width: 768px) {
  .site-header.js-scroll-down .gnav ul.primary>li.has:hover a::before {
    transform: translateX(-50%) rotateX(0);
  }
}

.site-header.js-scroll-down .gnav ul.primary>li.has>a {
  padding: 0.3em 1em 2.7em;
}

@media only screen and (max-width: 767px) {
  .site-header.js-scroll-down:has(.hamburger.active) {
    background: transparent;
  }
  .site-header.js-scroll-down .gnav ul.primary>li.has>a {
    padding: 13px;
  }
}

.site-header.js-scroll-down .gnav ul.primary>li.has>a::before {
  background-image: url(../img/common/gnav-arrow.bl.png);
  transform: translateX(-50%) rotateX(180deg);
}


@media only screen and (min-width: 768px) {
  .site-header.js-scroll-down .hamburger {
    width: 17vw;
    height: 17vw;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
  }
}

.site-footer {
  margin-top: 10vw;
  padding: 4.8vw 0;
  position: relative;
  background: #f7f6ef;
}

@media only screen and (max-width: 767px) {
  .site-footer {
    padding: 11vw 0 8vw;
    text-align: center;
    margin-top: 24vw;
  }
}

.site-footer .content {
  max-width: 75vw;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .site-footer .content {
    /* padding: 0 3vw; */
    max-width: 90vw;
  }
}

.site-footer .ft-area {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .site-footer .ft-area {
    display: block;
  }
}

.site-footer .ft-area-left {
  padding: 1vw 0.4vw;
}
@media only screen and (min-width: 768px) {
  .site-footer .ft-area-left {
    width: 22vw;
  }
}
@media only screen and (max-width: 767px) {
  .site-footer .ft-area-left {
    padding: 0;
    margin-bottom: 9vw;
    font-size: 1.3rem;
  }
}

.site-footer .ft-area-left .img {
  display: inline-block;
  /* padding: 0 40px; */
}
.site-footer .ft-area-left .img img{ width: 20.8vw; }

@media only screen and (max-width: 1400px) {
  .site-footer .ft-area-left .img {
    padding-left: 0;
  }
}

@media only screen and (max-width: 767px) {
  .site-footer .ft-area-left .img {
    padding: 0;
    display: block;
    margin-bottom: 20px;
    text-align: left;
  }
  .site-footer .ft-area-left .img img{ width: 65%; }
}


.site-footer .ft-area-right {
  color: #222;
  padding-right: 1.2vw;
}

.site-footer .ft-area-right ul {
  text-align: right;
}

@media only screen and (max-width: 767px) {
  .site-footer .ft-area-right ul {
    text-align: left;
  }
  .pc{ display: none; }
}

.site-footer .ft-area-right ul li {
  display: inline-block;
}

@media only screen and (max-width: 767px) {
  .site-footer .ft-area-right ul li {
    display: block;
  }
}

.site-footer .ft-area-right ul li.home {
  display: none;
}

@media only screen and (max-width: 767px) {
  .site-footer .ft-area-right ul li.home {
    display: block;
  }
}

.site-footer .ft-area-right ul li a {
  display: block;
  padding: 0.9vw 0.95vw;
  letter-spacing: 0.1em;
}

.site-footer .ft-area-right ul li a:hover {
  /* opacity: 0.7; */
  text-decoration: underline 1px;
  text-underline-offset: 10px;
  transition: 400ms color cubic-bezier(0.17, 0.67, 0.3, 0.87);
}

.site-footer .ft-area-right ul.primary {
  font-size: 1vw;
  font-weight: 500;
  margin-bottom: 2.4vw;
}


.site-footer .ft-area-right ul.secondary li {
  font-size: 0.87vw;
  font-weight: 400;
}

@media only screen and (max-width: 767px) {
  .site-footer .ft-area-right ul.secondary li {
    font-size: 2.8vw;
    /* display: inline-block; */
    padding: 0 7vw;
    line-height: 2.2;
  }
}

.site-footer .copyright {
  font-size: 0.83vw;
  font-weight: 400;
  text-align: right;
  margin-top: 0.3vw;
  margin-right: 2.1vw;
  letter-spacing: 0.125em;
}

@media only screen and (max-width: 767px) {
  .site-footer .copyright {
    font-size: 2.1vw;
    margin: 8vw 0 0;
    letter-spacing: 0.06em;
    text-align: center;
  }
}

.site-footer .pagetop {
  position: absolute;
  top: 0;
  right: 2.7vw;
  width: 5vw;
  height: 5vw;
  transform: translate(0, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
}

@media only screen and (min-width: 768px) {
  .site-footer .pagetop:hover {
    opacity: 0.8;  
  }
}
@media only screen and (max-width: 767px) {
  .site-footer .pagetop {
    width: 10vw;
    height: 10vw;
    right: 4.3vw;
  }
}

.site-footer .pagetop a {
  display: block;
  background-color: #55a900;
  background-image: url(../img/common/pagetop-arrow.png);
  background-repeat: no-repeat;
  background-position: 56% 56%;
  background-size: 30%;
  width: 3.5vw;
  height: 3.5vw;
  transform: rotate(45deg);
}

@media only screen and (max-width: 767px) {
  .site-footer .pagetop a {
    width: 9.2vw;
    height: 9.2vw;
    background-size: 2.6vw;
  }
}

.section-contact label.error {
  color: #E7463C;
  font-size: 1.3rem;
}

.inview.slideIn {
  opacity: 0;
  transform: translate(0px, 40px);
  transition: all 900ms cubic-bezier(0.215, 0.61, 0.355, 1);
}

.inview.slideIn.bottom {
  transition: all 1600ms cubic-bezier(0.19, 1, 0.22, 1);
  transform: translate(0px, 120px);
}

.inview.slideIn.animate {
  opacity: 1;
  transform: translate(0px, 0px);
}

.inview.fadeIn {
  opacity: 0;
  transition: opacity 1500ms cubic-bezier(0.25, 0.1, 0.25, 1);
}

.inview.fadeIn.animate {
  opacity: 1;
}


.flex{
  display: flex;
  /* justify-content: space-between; */
  position: relative;
  align-items: center;
}
.flex-column{
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 768px) {
  .pc-flex{
    display: flex;
    justify-content: space-between;
    position: relative;
    align-items: center;
  }
  br.sp{
    display: none;
  }
  .sp{ display: none; }
}
@media only screen and (max-width: 767px) {
  .sp-flex{
    display: flex;
    justify-content: space-between;
    position: relative;
    align-items: center;
  }
  .pc{ display: none; }
  
}

/* nav.local {
  width: 80.5vw;
  margin: -2.6vw auto 0vw;
} */
/* nav.local .local-inner span {
  background: #957751;
  color: #fff;
  padding: 0.1vw 1.2vw 0.2vw;
  border-radius: 2vw;
  font-size: 0.97vw;
  letter-spacing: 0;
  font-weight: 700;
} */
/* .l-nav {
  width: 40.4vw;
  padding: 1.6vw 3.3vw 1.8vw;
  margin-right: 2.8vw;
  background: linear-gradient(180deg, rgba(188, 236, 0, 1), rgba(100, 198, 0, 1));
  border-radius: 0.7em;
  color: #fff;
  font-weight: 600;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
} */
span.txt-rt{ display: block; text-align: right; }

a{
  transition: all 0.3s ease;
}
a:hover {
  opacity: 0.8;
  transition: all 0.3s ease;
}
.img img{ width: 100% ; }
