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

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

html.state {
  overflow: hidden;
}

body {
  font-size: 1.05vw;
  font-weight: 400;
  font-family: /*YakuHanJP_Narrow,*/"Zen Kaku Gothic Antique", "Noto Sans JP", sans-serif;
  letter-spacing: 0.21em;
  font-feature-settings: 'palt';
  text-rendering: optimizeLegibility;
  line-height: 2.1;
  color: #402a14;
  margin: 0;
  padding: 0;
}
.en{
  font-family: "Outfit","Inter", sans-serif;
}

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

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;
}

.page--top button,
.page--top input[type="submit"],
.page--top 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; } */

/* テキスト太さ */
.thin100 {
	font-weight: 100;
}

.light300 {
	font-weight: 300;
}

.regular400 {
	font-weight: 400;
}

.medium500 {
	font-weight: 500;
}

.medium500en {
	font-weight: 500;
}

.semibold600 {
	font-weight: 600;
}

.bold700 {
	font-weight: 700;
}

.black900 {
	font-weight: 900;
}


/* テキスト位置 */
.left {
	text-align: left !important;
}

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

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

/* コンテンツ幅 */
.w460 {
	max-width: 460px;
	width: 90%;
}

.w510 {
	max-width: 510px;
	width: 90%;
}

.w640 {
	max-width: 640px;
	width: 90%;
}

.w720 {
	max-width: 720px;
	width: 90%;
}

.w800 {
	max-width: 800px;
	width: 90%;
}

.w960 {
	max-width: 960px;
	width: 90%;
}

.w1080 {
	max-width: 1080px;
	width: 90%;
}

.w1200 {
	max-width: 1200px;
	width: 90%;
}

.w1260 {
	max-width: 1260px;
	width: 90%;
}

.w1300 {
	max-width: 1300px;
	width: 90%;
}

.w1500 {
	max-width: 1500px;
	width: 90%;
}

/* コンテンツはみ出した場合に使用 */
.overflow {
	overflow: hidden;
}

/* PC・スマホ【表示/非表示】 */
@media screen and (min-width: 744px) {

	.pc {
		display: inherit
	}

	.sp {
		display: none !important
	}

	.pc-inline {
		display: inline
	}

	.sp-inline {
		display: none
	}

	.pc-block {
		display: block
	}

	.sp-block {
		display: none
	}
}
@media screen and (max-width: 743px) {
	.pc {
		display: none !important
	}

	.sp {
		display: inherit;
	}

	.pc-block {
		display: none !important
	}

	.sp-block {
		display: block !important
	}

	.pc-inline {
		display: none !important
	}

	.sp-inline {
		display: inline !important
	}
}

.mt-20{ margin-top: 2rem;}
.mt-50{ margin-top: 5rem;}

/* //////////////////// */
/* フレックス設定*/
/* //////////////////// */
/* PCとSPで位置が変わるモノに関してはcontents.css内に記載 */

/* フレックス（親） */
.flex {
	width: 100%;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-box;
	display: -webkit-flexbox;
	display: -moz-flexbox;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: flex;
	flex-wrap: wrap;
}
.flex.col {
  flex-direction: column;
  align-items: flex-start;
}

.nowrap,
.spwrap {
	flex-wrap: nowrap;
}

@media screen and (max-width: 743px) {
	.spwrap {
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
}

/* フレックス（両端揃え x軸） */
.j-between {
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

/* フレックス（センター揃え x軸） */
.j-center {
	justify-content: center
}

/* フレックス（先端揃え x軸） */
.j-start {
	justify-content: flex-start
}

/* フレックス（末端揃え x軸） */
.j-end {
	justify-content: flex-end
}

/* フレックス（センター揃え y軸） */
.a-center {
	align-items: center
}

/* フレックス（下揃え y軸） */
.a-end {
	align-items: flex-end
}


/* フレックス（幅-パーセント） */
.f-w25 {
	width: 25%;
}

.f-w30 {
	width: 30%;
}

.f-w35 {
	width: 35%;
}

.f-w40 {
	width: 40%;
}

.f-w45 {
	width: 45%;
}

.f-w47 {
	width: 47%;
}

.f-w50 {
	width: 50%;
}

.f-w55 {
	width: 55%;
}

.f-w60 {
	width: 60%;
}

.f-w65 {
	width: 65%;
}

.f-w70 {
	width: 70%;
}

.f-w75 {
	width: 75%;
}

.f-w80 {
	width: 80%;
}

.f-w85 {
	width: 85%;
}

.f-w90 {
	width: 90%;
}

.f-w95 {
	width: 95%;
}

.f-w100 {
	width: 100%;
}


@media screen and (max-width: 743px) {
	.f-w100sp {
		width: 100%;
	}
}

strong{
  font-weight: 700;
}






















.site-header {
  width: 100%;
  position: fixed;
  z-index: 99;
  padding: 1.5vw 0;
  transition: .3s;
}
.site-header::-webkit-scrollbar{
  display: none;
}

.site-header.js-scroll-down {
  background: #fff;
}

@media only screen and (max-width: 767px) {
  .site-header {
    width: 100vw;
    /* height: 24vw; */
    padding: 3vw 5.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;
  width: 3vw;
  margin-left: 2.5vw;
}
.brand-logo img {
  width: 100%;
  height: auto;
  opacity: 0;
  transition: all ease .3s;
}
.js-scroll-down .brand-logo img {
  opacity: 1;
}
.brand-logo .img {
  background: #fff;
  mask: url(../img/header-logo.png) no-repeat;
  mask-size: 100%;
  display: block;
}
/* .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;
} */
.h-nav{
  gap: 1.5vw;
  font-size: 0.9vw;
  letter-spacing: 0.2em;
}
/* header:not(.js-scroll-down) .h-nav{
  color: #fff;
} */
@media only screen and (min-width: 768px) {
  .h-nav li:last-child a{
    padding: 0.4vw 1.4vw 0.4vw 0.8vw;
    background: #3c5e76;
    color: #fff;
    font-weight: 600;
  }
}
@media only screen and (max-width: 767px) {
  /* html.state .site-header{
    margin: 3vw;
    width: 94vw;
    height: 21vw;
  } */
  .site-header .brand-logo {
    width: 8vw;
    margin-left: 0;
  }

  /* .site-header .brand-logo a {
    flex-direction: row;
    padding: 0 0 0 1.8vw;
  } */
  
  .site-header .brand-logo a span.img {
    margin: 0;
  }
  .h-nav{
    gap: 1.5vw;
    font-size: 3vw;
    width: 70vw;
  }
  .h-nav .insta{
    background: url(../img/icon_insta.png) center / contain no-repeat;
    box-sizing: border-box;
    display: inline-block;
    width: 5vw;
    height: 5vw;
    vertical-align: middle;
  }
  .reserve{
    position: absolute;
    top: 960%;
    right: 0;
  }
  .reserve a{
    background: #3c5e76;
    writing-mode: vertical-rl;
    color: #fff;
    padding: 4vw 2.6vw;
    font-size: 2.6vw;
    width: fit-content;
    flex-wrap: nowrap;
    gap: 3vw;
    letter-spacing: 0.17em;
  }
  .reserve a::before{
    content: "";
    display: inline-block;
    width: 5vw;
    height: 5vw;
    background: url(../img/reserve.png) center / contain no-repeat;
  }

}

/* .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.2em;
}

.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 {
  padding: 5.5vw 0 3vw;
  position: relative;
  background: #e9f2f8;
}

@media only screen and (max-width: 767px) {
  .site-footer {
    padding: 14vw 0 5vw;
    /* text-align: center; */
    /* margin-top: 78vw; */
  }
}

.site-footer .content {
  max-width: 83vw;
  margin: 0 auto;
}
.site-footer .ft-area{
  align-items: flex-start;
  justify-content: end;
}
.ft-area .flex{
  align-items: flex-start;
}
.site-footer .ft-left,
.site-footer .ft-right{
  width: 50%;
}
.ft-right p{
  font-size: 1vw;
}
.arrow-top a {
    position: absolute;
    right: 4%;
    top: 8%;
}
.arrow-top a::before {
    content: "";
    border-top: 0.1vw solid;
    border-left: 0.1vw solid;
    transform: rotate(45deg);
    display: block;
    position: absolute;
    width: 1vw;
    height: 1vw;
    top: -0.5vw;
    left: calc(50% - 0.65vw);
}
@media only screen and (max-width: 767px) {
  .site-footer .content {
    /* padding: 0 3vw; */
    max-width: 84vw;
  }
  .site-footer .ft-left,
  .site-footer .ft-right{
    width: 100%;
  }
  .ft-right p{
    font-size: 3.3vw;
  }
  .ft-area .flex{
  gap: 10vw;
}
.arrow-top a {
    right: 8%;
    top: 6%;
}
.arrow-top a::before {
    width: 2.5vw;
    height: 2.5vw;
    top: -2vw;
    left: calc(50% - 1.25vw);
}

}

/* .site-footer .brand-logo {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.site-footer .brand-logo .img{
  background: none;
  mask: unset;
} */
.site-footer .tel {
    font-size: 1.4vw;
    padding: 4vw 0 0;
    line-height: 1.8;
}
.site-footer .mt-20{
  display: inline-block;  
}
.site-footer .copy{
  margin-top: 2.5vw;
  font-size: 0.95vw;
  letter-spacing: 0.2em;
}
/* @media only screen and (max-width: 767px) {
  .site-footer .brand-logo {
    display: block;
  }
} */
/* .site-footer .img img{ width: 17vw; } */

@media only screen and (max-width: 1400px) {
  .site-footer .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 .img img{ width: 42vw; }
  .site-footer .tel {
    font-size: 3.8vw;
    padding-top: 8vw;
  }
  .site-footer .mt-20{
    margin-top: 0;
  }
  .site-footer .copy{
    font-size: 2.7vw;
    margin-top: 10vw;
  }
}


/* .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 {
  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;
}
.site-footer a{
  display: inline-block;
  border-bottom: solid 1px #221815; 
  line-height: 1.4;
}
@media only screen and (max-width: 767px) {
  .site-footer .ft-area-right ul.secondary li {
    font-size: 2.8vw;
    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;
  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% ; } */
