/* フッターメニュー */

/******************************************************************
 * TOP
******************************************************************/
/* .top-mv
-----------------------------------------------------------------*/
.top-mv {
  position: relative;
  display: flex;
  align-items: center;
  height: 100vh;
}
@media screen and (max-width: 1000px) {
	.top-mv {
    height: 70vh;
}
}
@media screen and (max-width: 500px) {
  .top-mv {
    height: 500px;
  }
}
.top-mv-menu {
  position: absolute;
  top: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
padding: 0 20px 0 30px;
}
.top-mv-menu .top-logo {
  width: 408px;
	position: relative;
    z-index: 30;
}
@media (max-width: 1635px) {
  .top-mv-menu .top-logo {
    width: 300px;
  }
}
@media (max-width: 500px) {
  .top-mv-menu .top-logo {
    width: 200px;
  }
}
.top-mv-menu .top-btn {
  display: flex;
}
@media (max-width: 1029px) {
  .top-mv-menu .top-btn {
    display: none;
  }
}
@media screen and (max-width: 750px) {
  .top-mv-menu .top-btn {
    position: fixed;
    display: flex;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 999;
  }
}
.top-mv-menu .top-btn li {
  width: 300px;
}
@media (max-width: 1635px) {
  .top-mv-menu .top-btn li {
    width: 200px;
  }
}
@media screen and (max-width: 750px) {
  .top-mv-menu .top-btn li {
    width: 50%;
  }
}
.top-mv-menu .top-btn li a {
    color: #FFF;
    font-size: 17px;
    text-align: center;
    padding: 15px 0;
		    display: flex;
    justify-content: center;
    align-items: center;
	font-weight:600;
}
@media (max-width: 1635px) {
  .top-mv-menu .top-btn li a {
    font-size: 18px;
    padding: 10px 0;
  }
}
@media screen and (max-width: 750px) {
  .top-mv-menu .top-btn li a {
    font-size: 16px;
    padding: 8px 0;
  }
}
.top-mv-menu .top-btn li a img {
    width: 35px;
    height: 27px;
  margin-right: 20px;
}
@media (max-width: 1635px) {
  .top-mv-menu .top-btn li a img {
    width: 25px;
    height: 20px;
  }
}
@media screen and (max-width: 750px) {
  .top-mv-menu .top-btn li a img {
    width: 20px;
    height: 15px;
    margin-right: 10px;
  }
}
.top-mv-menu .top-btn li.contact {
/*   margin-right: 20px; */
}
@media screen and (max-width: 750px) {
  .top-mv-menu .top-btn li.contact {
    margin: 0;
  }
}

.top-mv-menu .top-btn li.contact a {
  background:center no-repeat #FD8D25;
/*background: url("../img/common/c_btn_frame.png") center no-repeat #FD8D25;*/
  background-size: 90%;
}
@media screen and (max-width: 750px) {
  .top-mv-menu .top-btn li.contact a {
/*     background: url("../img/common/c_btn_frame_sp.png") center no-repeat #FD8D25; */
	  background:  center no-repeat #FD8D25;
    background-size: 0%;
	      height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

.top-mv-menu .top-btn li.shop a {
	/* background: url("../img/common/c_btn_frame.png") center no-repeat #66A17B; */
  background: center no-repeat #66A17B;
  background-size: 96%;
}
@media screen and (max-width: 750px) {
  .top-mv-menu .top-btn li.shop a {
/*     background: url("../img/common/c_btn_frame_sp.png") center no-repeat #66A17B; */
	     background: center no-repeat #66A17B;
    background-size: 0%;
	     height: 50px;
    display: flex;
    justify-content: center;
    align-items: center; 
  }
}


/******************************************************************
 * ヘッダー
******************************************************************/
/* PC
-----------------------------------------------------------------*/
.header-nav-pc {
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 140px;
  background: #FFF;
    padding-left: 20%;
  transition: 0.3s;
  transform: translate(0, 50px);
  visibility: hidden;
  opacity: 0;
  z-index: 9999;
}
@media (max-width: 1899px) {
  .header-nav-pc {
    height: 100px;
/*     padding-left: 40px; */
  }
}
@media (max-width: 1399px) {
  .header-nav-pc {
    height: 70px;
/*     padding-left: 20px; */
  }
}
@media (max-width: 1029px) {
  .header-nav-pc {
    display: none;
  }
}
.header-nav-pc .header-nav-btn {
  display: flex;
}
.header-nav-pc .header-nav-btn li {
  width: 140px;
  height: 140px;
  font-size: 17px;
  font-weight: 500;
  text-align: center;
}
@media (max-width: 1899px) {
  .header-nav-pc .header-nav-btn li {
    width: 120px;
    height: 90px;
    font-size: 15px;
  }
}
@media (max-width: 1399px) {
  .header-nav-pc .header-nav-btn li {
    width: 70px;
    height: 70px;
    font-size: 10px;
  }
}
.header-nav-pc .header-nav-btn li a {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 100%;
  color: #FFF;
  padding-top: 20px;
}
@media (max-width: 1399px) {
  .header-nav-pc .header-nav-btn li a {
    padding-top: 12px;
  }
}
.header-nav-pc .header-nav-btn li a span {
  margin-bottom: 16px;
}
@media (max-width: 1399px) {
  .header-nav-pc .header-nav-btn li a span {
    margin-bottom: 8px;
  }
}
.header-nav-pc .header-nav-btn li a img {
  width: 54px;
}
@media (max-width: 1899px) {
  .header-nav-pc .header-nav-btn li a img {
    width: 30px;
  }
}
@media (max-width: 1399px) {
  .header-nav-pc .header-nav-btn li a img {
    width: 24px;
  }
}
.header-nav-pc .header-nav-btn li.contact a {
  background: #FD8D25;
  padding-bottom: 10px;
}
.header-nav-pc .header-nav-btn li.contact a span {
  margin-bottom: 20px;
}
@media (max-width: 1399px) {
  .header-nav-pc .header-nav-btn li.contact a span {
    margin-bottom: 10px;
  }
}
.header-nav-pc .header-nav-btn li.contact a img {
  height: 39px;
}
@media (max-width: 1899px) {
  .header-nav-pc .header-nav-btn li.contact a img {
    height: 22px;
  }
}
@media (max-width: 1399px) {
  .header-nav-pc .header-nav-btn li.contact a img {
    height: 16px;
  }
}
.header-nav-pc .header-nav-btn li.shop a {
  background: #66A17B;
}
.header-nav-pc .header-nav-btn li.shop a img {
  height: 49px;
}
@media (max-width: 1899px) {
  .header-nav-pc .header-nav-btn li.shop a img {
    height: 25px;
  }
}
@media (max-width: 1399px) {
  .header-nav-pc .header-nav-btn li.shop a img {
    height: 20px;
  }
}
.header-nav-pc.active {
  opacity: 1;
  transform: translate(0, 0);
  visibility: visible;
}

/* SP
-----------------------------------------------------------------*/
.header-nav-sp {
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  width: 100%;
  height: 70px;
  padding-left: 16px;
  z-index: 20;
}
@media (min-width: 1030px) {
  .header-nav-sp {
    display: none;
  }
}
.header-nav-sp .header-logo {
  width: 220px;
  padding-top: 18px;
}
.header-nav-sp .navToggle {
  position: absolute;
  top: 7px;
  right: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
width: 60px;
    height: 60px;
  background: #66A17B;
  border: 1px solid #FFF;
  cursor: pointer;
  text-align: center;
  z-index: 9999;
}
.header-nav-sp .navToggle::after {
  position: absolute;
  bottom: 10px;
  content: "MENU";
  width: 100%;
  font: 10px "din-2014-narrow",  sans-serif;
  font-weight: 600;
  color: #FFF;
  letter-spacing: 0.8px;
}
.header-nav-sp .navToggle span {
  display: block;
  position: absolute;
  width: 21px;
  cursor: pointer;
  border-bottom: solid 2px #FFF;
  -webkit-transition: 0.4s ease-in-out;
  -moz-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.header-nav-sp .navToggle span:nth-child(1) {
  top: 8px;
}
.header-nav-sp .navToggle span:nth-child(2) {
  top: 14px;
}
.header-nav-sp .navToggle span:nth-child(3) {
  top: 20px;
}
.header-nav-sp .navToggle.active span {
  width: 21px;
  border-bottom: solid 2px #fff;
}
.header-nav-sp .navToggle.active span:nth-child(1) {
  top: 20px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.header-nav-sp .navToggle.active span:nth-child(2) {
  opacity: 0;
}
.header-nav-sp .navToggle.active span:nth-child(3) {
  top: 20px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
}
.header-nav-sp .globalMenu {
  position: fixed;
  top: 0;
  right: 0;
  background: #F6F6F6;
  color: #333;
  opacity: 0;
  width: 80%;
  height: 100%;
  line-height: 1.45;
  padding: 90px 20px;
  transition: all 0.6s;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  pointer-events: none;
  z-index: 1001;
}
.header-nav-sp .globalMenu.active {
  opacity: 1;
  pointer-events: all;
}
.header-nav-sp .globalMenu.active .menu-wrap .menu-list {
  animation-name: fadeleft;
  animation-duration: 1s;
}
@keyframes fadeleft {
  from {
    opacity: 0;
    transform: translateX(150px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
.header-nav-sp .globalMenu .menu-wrap .menu-list {
  border-top: 1px dotted #727171;
}
.header-nav-sp .globalMenu .menu-wrap .menu-list li {
  font-size: 16px;
  opacity: 1;
  transform: translateX(0);
  transition: transform 1s ease, opacity 0.9s ease;
}
.header-nav-sp .globalMenu .menu-wrap .menu-list li a {
  position: relative;
  display: block;
  border-bottom: 1px solid #C5C5C5;
  padding: 10px 0;
}
.header-nav-sp .globalMenu .menu-wrap .menu-list li .menu-child {
/*   display: none; */
  background: #FFF;
  padding: 10px;
}
.header-nav-sp .globalMenu .menu-wrap .menu-list li .menu-child li {
  margin-bottom: 10px;
}
.header-nav-sp .globalMenu .menu-wrap .menu-list li .menu-child li a {
  font-size: 16px;
  border-bottom: 0;
  padding: 0;
}
.header-nav-sp .globalMenu .menu-wrap .menu-list li .menu-child li a::after {
  content: none;
}
.header-nav-sp .globalMenu .menu-wrap .menu-list li .menu-child li:last-child {
  margin-bottom: 0;
}
.header-nav-sp .globalMenu .menu-wrap .menu-list li.accord a::after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 4px;
  content: " ";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 6.25px 0 6.25px;
  border-color: #959595 transparent transparent transparent;
  margin: auto;
}

/******************************************************************
 * フッター
******************************************************************/
/* footer
-----------------------------------------------------------------*/
.footer {
  background: url("../img/common/footer_bg.jpg") no-repeat;
  background-size: cover;
  padding: 242px 0 54px;
}
@media (max-width: 1199px) {
  .footer {
    padding-top: 180px;
  }
}
@media screen and (max-width: 750px) {
  .footer {
    padding: 166px 0 100px;
  }
}
.footer .c-inner .footer-menu-wrap {
  display: flex;
  justify-content: space-between;
  margin-bottom: 150px;
	    font-size: 18px;
	    border-top: solid 1px #000;
    padding-top: 40px;
}
@media (max-width: 1100px) {
  .footer .c-inner .footer-menu-wrap {
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-bottom: 90px;
  }
}
@media screen and (max-width: 750px) {
  .footer .c-inner .footer-menu-wrap {
    margin-bottom: 60px;
	  font-size: 15px;
  }
}

@media (max-width: 1199px) {
  .footer .c-inner .footer-menu-wrap .footer-menu-item {
    width: 33.3333%;
  }
}
@media screen and (max-width: 500px) {
  .footer .c-inner .footer-menu-wrap .footer-menu-item {
    width: 100%;
  }
} 
.footer .c-inner .footer-menu-wrap .footer-menu-item li {

  margin-bottom: 15px;
}
@media (max-width: 1199px) {
  .footer .c-inner .footer-menu-wrap .footer-menu-item li {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 750px) {
  .footer .c-inner .footer-menu-wrap .footer-menu-item li {
    margin-bottom: 14px;
  }
}
.footer .c-inner .footer-menu-wrap .footer-menu-item__child {
  padding-left: 20px;
  margin-top: 20px;
}
.footer .c-inner .footer-menu-wrap .footer-menu-item__child li {
font-size: 17px;
    margin-bottom: 16px;
}
/* @media (max-width: 1635px) {
  .footer .c-inner .footer-menu-wrap .footer-menu-item__child li {
    font-size: 14px;
  } 
}*/
@media screen and (max-width: 750px) {
  .footer .c-inner .footer-menu-wrap .footer-menu-item__child li {
    font-size: 15px;
  }
}
.footer .c-inner .footer-bnr {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 60px;
}
.footer .c-inner .footer-bnr li {
  margin-right: 40px;
}
.footer .c-inner .footer-bnr li:first-child {
  width: 456px;
}
.footer .c-inner .footer-bnr li:last-child {
  width: 350px;
  margin-right: 0;
}
.footer .c-inner .footer-copy {
  text-align: center;
	font-size: 14px;
}
.submenu_item{
	font-size:15px;
}
.footer_logo{
margin-right: 30px;
    max-width: 400px;
}
.footer_h1box{
    margin: 0px auto 0px;
    font-size: 18px;
    display: flex;
    justify-content: space-around;
    padding-bottom: 35px;
    line-height: 1.7;
}

@media screen and (max-width: 750px) {
.footer_logo {
    max-width: 350px;
    margin: 20px auto 20px;
}
.footer_h1box {
margin: 0px auto 0px;
    font-size: 16px;
    flex-direction: column;
    max-width: 500px;
    padding-bottom: 30px;
    align-items: center;
    padding-top: 60px;
	}
}
@media screen and (max-width: 500px) {
	
}
/* pagetop
-----------------------------------------------------------------*/
.pagetop {
  position: fixed;
  right: 20px;
  bottom: 20px;
  width: 60px;
  opacity: 0;
  visibility: hidden;
  transition: all 1s;
}
@media screen and (max-width: 750px) {
  .pagetop {
    bottom: 36px;
    width: calc(100px/2);
  }
}
.pagetop.active {
  opacity: 1;
  visibility: visible;
}

/******************************************************************
 * 共通パーツ
******************************************************************/
/* .c-gnav
-----------------------------------------------------------------*/



.c-gnav {
    display: flex;
    justify-content: center;
    align-items: baseline;
 
 
}
.header_gnav{
top:1000px;	
   position: absolute;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    white-space: nowrap;	
	    z-index: 10;
}
@media screen and (max-width: 1899px) {
.header_gnav{
top:900px;	
	}
}
@media screen and (max-width: 1500px) {
.header_gnav {
    top: 900px;
}	
}
@media screen and (max-width: 1400px) {
.header_gnav {
    top: 860px;
}	
}
@media screen and (max-width: 1029px) {
  .c-gnav {
    display: none;
  }
}
.c-gnav-home {
  text-align: center;
  margin-right: 73px;
}
@media (max-width: 1399px) {
  .c-gnav-home {
    margin-right: 20px;
  }
}
.c-gnav-home img {
  width: 44px;
}
@media (max-width: 1399px) {
  .c-gnav-home img {
    width: 28px;
  }
}
.c-gnav-list {
  display: flex;
}
.c-gnav-list li {
  position: relative;
  text-align: center;
  margin-right: 30px;
}
@media (max-width: 1899px) {
  .c-gnav-list li {
    margin-right: 20px;
  }
}
@media (max-width: 1399px) {
  .c-gnav-list li {
    margin-right: 10px;
  }
}
.c-gnav-list li:last-child {
  margin-right: 0;
}
.c-gnav-list li:hover ul {
  opacity: 1;
  pointer-events: all;
}
.c-gnav .en {
  display: block;
  font: 16px "din-2014-narrow",  sans-serif;
  color: #D8D8D8;
}
@media (max-width: 1399px) {
  .c-gnav .en {
    font-size: 13px;
  }
}
/* @media (max-width: 1899px) { */
  .c-gnav .jp {
    font-size: 18px;
  }

@media (max-width: 1699px) {
  .c-gnav .jp {
    font-size: 16px;
  }
}
@media (max-width: 1399px) {
  .c-gnav .jp {
    font-size: 14px;
  }
}
.c-gnav-child {
  position: absolute;
  top: 50px;
  left: -20px;
  width: 260px;
  background: #FFF;
  opacity: 0;
  padding: 20px 0px 40px 10px;
  transition: all 0.3s ease;
  pointer-events: none;
  z-index: 999;
}
@media (max-width: 1699px) {
  .c-gnav-child {
    top: 40px;
  }
}
.c-gnav-child li {
  font-size: 19px;
  text-align: left;
  letter-spacing: 0;
  text-indent: -20px;
  margin-left: 20px;
  margin-bottom: 14px;
}
@media (max-width: 1899px) {
  .c-gnav-child li {
    font-size: 16px;
  }
}
@media (max-width: 1399px) {
  .c-gnav-child li {
    font-size: 14px;
  }
}
.c-gnav-child li::before {
    content: "";
    width: 15px;
    height: 3px;
    background-color: #FDC325;
    font-weight: 500;
    margin-right: 10px;
    display: inline-block;
    position: relative;
    top: -5px;
}
.c-gnav-child li:hover {
  color: #FD8D25;
}
.c-gnav-child li:last-child {
  margin-bottom: 0;
}


/* .c-linebnr
-----------------------------------------------------------------*/
.c-linebnr {
  position: fixed;
  bottom: 15%;
  right: 0;
  width: 300px;
  opacity: 0;
  visibility: hidden;
  opacity: 0;
  transform: translate(0, 50px);
  transition: all 1s;
  z-index: 10;
}
@media screen and (max-width: 750px) {
  .c-linebnr {
    bottom: 15%;
    width: 180px;
  }
}
@media (max-width: 414px) {
  .c-linebnr {
    bottom: 110px;
  }
}
.c-linebnr .close {
  position: absolute;
  top: -35px;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  background: #6e6e6e;
  font-size: 30px;
  color: #FFF;
  cursor: pointer;
}
@media screen and (max-width: 750px) {
  .c-linebnr .close {
    top: -22px;
    width: 22px;
    height: 22px;
    font-size: 22px;
  }
}
.c-linebnr.active {
  opacity: 1;
  transform: translate(0, 0);
  visibility: visible;
}
/* popup */
.poptitle{
    font: 45px "din-2014-narrow",  sans-serif;
    font-weight: 600;
	text-align:center;
}
.line_popup{
	font-size:20px;
	    text-align: center;
    width: 100%;
    margin: 0 auto;
}
.popup_text{
    font-size: 22px;
    margin-bottom: 20px;
    text-align: center;
}
.line_popup li {
    background-color: whitesmoke;
    padding: 30px 0px;
}
.line_popup li:nth-child(odd){
    background-color: #333;
    padding: 5px;
    color: #fff;
    margin-top: 10px;
}
.line_popup a{
    background-color: #78AF8C;
    color: #fff;
    padding: 6px 70px;
    /* border-radius: 30px; */
    margin-bottom: 10px;
    margin-left: 8px;
    font-size: 1.1rem;
	
}
@media (max-width: 500px) {
	.popup_text {
		font-size: 18px;
	}
.line_popup {
	font-size: 17px;
	}
.line_popup li {
    padding: 15px 0px;
}
.line_popup a {
    font-size: 1rem;
}
}
.grecaptcha-badge { visibility: hidden; }