@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/earlyaccess/notosansjapanese.css');
@import url('https://fonts.googleapis.com/css?family=Lato:300,400,700');

:root {
  --color-top-btn: #00A0E1;
  --color-top-gray:#E3E3E3;
  --color-top-orange:#E85400;
  --color-top-yell:#FFC400;
  --color-green-light:#E4F7EB;
  --color-green: #008a32;
}


footer a,footer ul,footer li,footer p,header a,header ul,header li,header p,header nav{
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  background: transparent;
	font:15px/1.6 'Noto Sans Japanese', "Lato", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Helvetica Neue", "Meiryo", sans-serif;
  box-sizing: border-box;
}


.pagenavi{
  display: none;
}

header ul,footer ul {
  list-style: none;
}

header blockquote, q {
  quotes: none;
}

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

header a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

header ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

header mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

header del {
  text-decoration: line-through;
}

header abbr[title], header dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

header table {
  border-collapse: collapse;
  border-spacing: 0;
}

header hr,footer hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

header input, select {
  vertical-align: middle;
}

header strong {
  font-weight: 700;
}
header{
  background: #fff;
}
@media screen and (min-width: 768px) {
header{
  margin-bottom: 20px;
}
}
@media all and (min-width: 768px) {
  #Header {
    box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.1);
    width: 100%;
    background: #fff;
    z-index: 1000;
    transition: 0.3s all;
  }
}
#Header .Header__inner {
  position: relative;
  z-index: 10;
}
@media all and (min-width: 768px) {
  #Header .Header__inner {
    max-width: 1180px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 1180px) {
  #Header .Header__inner {
    max-width: inherit;
    margin: 0 20px;
  }
}
@media screen and (max-width: 767px) {
  #Header .Header__inner {
    margin: 0 0px;
  }
  #Header .Header__inner.panelactive {
    position: fixed;
    z-index: 999;
    top: 0;
    right: inherit;
    width: 100%;
    padding-bottom: 10em;
  }
  #Header .Header__inner.panelactive #HeaderTop__logo {
    display: none !important;
  }
}

#HeaderTop h1__logo,
#HeaderTop__logo {
  margin-top: 8px;
}
@media screen and (max-width: 767px) {
  #HeaderTop h1__logo,
  #HeaderTop__logo {
    text-align: center;
  }
}
#HeaderTop h1__logo a,
#HeaderTop__logo a {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  display: inline-block;
}
@media all and (min-width: 768px) {
  #HeaderTop h1__logo a,
  #HeaderTop__logo a {
    width: 300px;
    height: 32px;
    background: url(../common_new/logo.svg) no-repeat center center !important;
    background-size: contain !important;
  }

}
@media screen and (min-width: 641px) and (max-width:768px){
  header .spOnly{
    display: block!important;
  }
}

@media screen and (max-width: 767px) {
  #HeaderTop h1__logo a,
  #HeaderTop__logo a {
    width: 95px;
    height: 55px;
    background: url(../common_new/logo_sp.svg) no-repeat center center;
    background-size: contain;
    display: inline-block;
  }
}

@media all and (min-width: 768px) {
  #HeaderTop {
    display: flex;
    align-items: flex-start;
  }
}
@media screen and (max-width: 767px) {
  #HeaderTop {
    padding: 0 30px;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 360px) {
  #HeaderTop {
    padding: 0 10px;
  }
}
@media all and (min-width: 768px) {
  #HeaderTop__submenu {
    background: #E4F7EB;
    border-radius: 0 0 4px 4px;
    margin-left: auto;
    padding: 10px 20px;
  }
}
@media screen and (max-width: 767px) {
  #HeaderTop__submenu {
    padding-top: 70px;
  }
}
#HeaderTop__submenu ul {
  display: flex;
}
@media screen and (max-width: 767px) {
  #HeaderTop__submenu ul {
    flex-wrap: wrap;
    justify-content: center;
  }
}
#HeaderTop__submenu ul li {
  margin-right: 20px;
}
@media screen and (max-width: 767px) {
  #HeaderTop__submenu ul li {
    text-align: center;
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 767px) {
  #HeaderTop__submenu ul li a {
    display: inline-block;
  }
}
#HeaderTop__submenu ul li:last-child {
  margin-right: 0px;
}
@media screen and (max-width: 767px) {
  #HeaderTop__submenu ul li#SubIconMenu01 {
    width: 100%;
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  #HeaderTop__submenu ul li#SubIconMenu01 a {
    background: #008A32;
    color: #fff;
    padding: 12px 60px;
  }
}
#HeaderTop__submenu ul li#SubIconMenu01 a::before {
  width: 20px;
  height: 21px;
  background: url(../common_new/icon_map.svg) no-repeat;
  background-size: contain;
  display: block;
  top: 0em;
}
@media screen and (max-width: 767px) {
  #HeaderTop__submenu ul li#SubIconMenu01 a::before {
    background: url(../common_new/icon_map_white.svg) no-repeat;
  }
}
#HeaderTop__submenu ul li#SubIconMenu02 a::before {
  background: url(../common_new/icon_tel.svg) no-repeat;
  background-size: contain;
  display: block;
}
#HeaderTop__submenu ul li#SubIconMenu03 a::before {
  background: url(../common_new/icon_lang.svg) no-repeat;
  background-size: contain;
  display: block;
}
@media screen and (max-width: 767px) {
  #HeaderTop__submenu ul li#SubIconMenu02, #HeaderTop__submenu ul li#SubIconMenu03 {
    width: calc(50% - 10px);
  }
  #HeaderTop__submenu ul li#SubIconMenu02 a, #HeaderTop__submenu ul li#SubIconMenu03 a {
    background: #F8F8F8;
    padding: 12px 10px 12px 30px;
    border-radius: 10px;
  }
  #HeaderTop__submenu ul li#SubIconMenu02 a::before, #HeaderTop__submenu ul li#SubIconMenu03 a::before {
    left: 15px;
  }
}
#HeaderTop__submenu ul li.head_searchBtn {
  position: relative;
  transition: 0.3s all;
}
@media screen and (max-width: 767px) {
  #HeaderTop__submenu ul li.head_searchBtn {
    width: 100%;
    margin-right: 0;
  }
}
#HeaderTop__submenu ul li.head_searchBtn .head_searchBox {
  height: 0;
  position: absolute;
  z-index: 150;
  top: 35px;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s all;
  left: 50%;
  transform: translateX(-50%);
  border: 1px solid #000;
}
@media screen and (max-width: 767px) {
  #HeaderTop__submenu ul li.head_searchBtn .head_searchBox {
    display: inline-block;
    left: 0;
    top: 0;
    left: 0;
    transform: translateX(0);
    border: 1px solid #000;
  }
}
#HeaderTop__submenu ul li.head_searchBtn .head_searchBox form {
  opacity: 0;
  visibility: hidden;
  height: 0;
}
#HeaderTop__submenu ul li.head_searchBtn .head_searchBox.open {
  background: #fff;
  display: block;
  height: auto;
  opacity: 1;
  visibility: visible;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 767px) {
  #HeaderTop__submenu ul li.head_searchBtn .head_searchBox.open {
    width: 100%;
  }
}
#HeaderTop__submenu ul li.head_searchBtn .head_searchBox.open form {
  display: flex;
  opacity: 1;
  visibility: visible;
  height: auto;
  padding: 1em;
  box-sizing: border-box;
  position: relative;
}
@media screen and (max-width: 767px) {
  #HeaderTop__submenu ul li.head_searchBtn .head_searchBox.open form {
    padding: 3em 1em;
  }
}
#HeaderTop__submenu ul li.head_searchBtn .head_searchBox.open form .txtarea {
  border: none;
  border-bottom: 1px solid #000;
  outline: none;
  padding: 7px 30px;
  position: relative;
  text-align: left;
  line-height: 24px;
  border-radius: 0;
  font-size: 1rem;
}
@media screen and (max-width: 767px) {
  #HeaderTop__submenu ul li.head_searchBtn .head_searchBox.open form .txtarea {
    width: 100%;
  }
}
#HeaderTop__submenu ul li.head_searchBtn .head_searchBox.open form .submit {
  background: url(../common_new/icon_search.svg) no-repeat center center;
  background-size: contain !important;
  display: inline-block;
  border: none;
  outline: none;
  position: absolute;
  left: 18px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  cursor: pointer;
  width: 1em;
  height: 1em;
}
#HeaderTop__submenu ul li.head_searchBtn .head_searchBox.open .close {
  background: #999 url(../common_new/icon_close.svg) no-repeat center center;
  background-size: 50% !important;
  display: inline-block;
  border: none;
  outline: none;
  position: absolute;
  left: -0.6em;
  bottom: -0.6em;
  z-index: 1;
  cursor: pointer;
  width: 1.5em;
  height: 1.5em;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  border-radius: 100vh;
}
@media screen and (max-width: 767px) {
  #HeaderTop__submenu ul li.head_searchBtn .head_searchBox.open .close {
    top: -0.7em;
    bottom: inherit;
  }
}
@media screen and (max-width: 767px) {
  #HeaderTop__submenu ul li.head_searchBtn a {
    background: var(--color-top-yell);
    padding: 12px 60px;
  }
}
#HeaderTop__submenu ul li.head_searchBtn a::before {
  background: url(../common_new/icon_search.svg) no-repeat;
  background-size: contain;
  display: block;
}
#HeaderTop__submenu ul li a {
  position: relative;
  font-size: 0.75rem;
  text-decoration: none;
  color: #313131;
  padding-left: 2em;
  transition: 0.2s all;
  border-radius: 100vh;
}
@media screen and (max-width: 767px) {
  #HeaderTop__submenu ul li a {
    width: 100%;
    display: inline-block;
    font-weight: bold;
    font-size: 0.8125rem;
    color: #000;
  }
}
#HeaderTop__submenu ul li a:hover {
  opacity: 0.7;
}
#HeaderTop__submenu ul li a::before {
  content: "";
  width: 20px;
  height: 1.333em;
  position: absolute;
  top: 0.1em;
}
@media screen and (max-width: 767px) {
  #HeaderTop__submenu ul li a::before {
    top: 50% !important;
    transform: translateY(-50%);
  }
}

@media all and (min-width: 768px) {
  #HeaderBottom {
    display: flex;
    max-width: 1000px;
    margin: 0 auto;
    padding: 16px 0 15px;
  }
}
#HeaderBottom nav a {
  text-decoration: none;
  color: #313131;
}

.HeaderBottom__cont-gnav ul {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .HeaderBottom__cont-gnav ul {
    display: grid;
    grid-template-columns: repeat(auto-fit, 235px);
    justify-content: center;
    grid-gap: 1rem;
    margin-top: 20px;
  }
}
.HeaderBottom__cont-gnav ul li {
  margin-right: 20px;
}
.HeaderBottom__cont-gnav ul li a {
  position: relative;
  font-size: 0.875rem;
  padding-right: 1.5em;
  font-weight: bold;
  display: inline-block;
  transition: 0.2s all;
}
@media screen and (max-width: 767px) {
  .HeaderBottom__cont-gnav ul li a {
    padding-right: 0;
    padding-left: 2.5em;
    line-height: 1.2;
  }
  .HeaderBottom__cont-gnav ul li a span {
    color: #03C6BD;
    font-weight: 100;
    font-family: "lato", sans-serif;
  }
}
.HeaderBottom__cont-gnav ul li a:hover {
  color: var(--color-top-orange) !important;
}
.HeaderBottom__cont-gnav ul li a:hover::after {
  border-color: var(--color-top-orange) !important;
}
.HeaderBottom__cont-gnav ul li a::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0.5em;
  display: inline-block;
  width: 0.5em;
  height: 0.5em;
  margin: 0 10px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  transform: rotate(45deg);
}
@media screen and (max-width: 767px) {
  .HeaderBottom__cont-gnav ul li a::after {
    border: none;
    content: "";
    width: 1rem;
    height: 1rem;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0px;
    background: url(../common_new/icon_circle_index02.svg) no-repeat center center;
    background-size: contain;
    display: block;
    transition: 0.3s all;
  }
}


#Headersub {
  position: relative;
  margin-left: auto;
}
#Headersub__btn {
  background: var(--color-top-btn);
  font-size: 0.8125rem;
  padding: 3px 13px 3px 24px;
  color: #fff;
  border-radius: 100vh;
  position: relative;
  cursor: pointer;
  display: inline-block;
  transition: 0.2s all;
  z-index: 100;
  font-family: "Lato", sans-serif;
}
@media screen and (max-width: 767px) {
  #Headersub__btn {
    display: none;
  }
}
#Headersub__btn:hover {
  background: #0278A8;
}
#Headersub__btn::after {
  content: "";
  width: 0.6rem;
  height: 0.6rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 10px;
  background: url(../common_new/icon_bottomarrow.svg) no-repeat center center;
  background-size: contain;
  display: block;
}
@media all and (min-width: 768px) {
  #Headersub__menu {
    position: absolute;
    background: #fff;
    z-index: 1000;
    visibility: hidden;
    opacity: 0;
    transition: 0.3s all;
    width: 200px;
    max-width: 240px;
    padding: 10px;
    border-radius: 4px;
    right: 0;
    display: none;
  }
}
@media screen and (max-width: 767px) {
  #Headersub__menu {
    margin: 20px 30px 0;
    border-top: 1px solid #aaa;
  }
}
@media screen and (max-width: 320px) {
  #Headersub__menu ul {
    flex-direction: column;
  }
  #Headersub__menu ul li {
    width: auto !important;
  }
}
@media screen and (max-width: 767px) {
  #Headersub__menu ul {
    display: flex;
    flex-wrap: wrap;
    padding: 20px 0px;
    margin-top: 10px;
  }
}
#Headersub__menu ul li {
  margin-right: 10px;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  #Headersub__menu ul li {
    width: auto;
    margin-right: 20px;
    width: calc(50% - 10px);
  }
  #Headersub__menu ul li:nth-child(2n) {
    margin-right: 0;
  }
}
#Headersub__menu ul li:last-child {
  margin-bottom: none;
}
#Headersub__menu ul li a {
  font-size: 0.8125rem;
  display: inline-block;
  padding: 10px;
  transition: 0.2s all;
  position: relative;
  width: 100%;
}
@media screen and (max-width: 767px) {
  #Headersub__menu ul li a {
    padding: 5px 1.5em 5px 5px;
  }
  #Headersub__menu ul li a::before {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0.5em;
    height: 0.5em;
    margin: 0 10px;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    transform: rotate(45deg) translateY(-50%);
  }
}
#Headersub__menu ul li a:hover {
  background: #f8f8f8;
}
#Headersub__menu ul.next {
  position: relative;
  padding-top: 15px;
  margin-top: 5px;
}
@media screen and (max-width: 767px) {
  #Headersub__menu ul.next {
    flex-direction: column;
    padding-top: 20px;
    padding-bottom: 5em;
  }
}
#Headersub__menu ul.next::before {
  content: "";
  border-bottom: 1px solid #aaa;
  display: inline-block;
  height: 0.2em;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
#Headersub__menu ul.next li {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  #Headersub__menu ul.next li {
    width: auto;
    margin-bottom: 8px;
  }
}
#Headersub__menu ul.next li a {
  font-size: 0.8125rem;
  padding: 6px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  #Headersub__menu ul.next li a {
    padding: 0;
    color: #868686;
    width: 100%;
    display: inline-block;
  }
  #Headersub__menu ul.next li a::before {
    display: none;
  }
}
@media all and (min-width: 768px) {
  #Headersub__menu.open {
    width: 200px;
    max-width: 240px;
    visibility: visible;
    opacity: 1;
    z-index: 1000;
    box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.1607843137);
    display: inline;
    top: 1.8em;
    display: block;
  }
}

footer {
  background: #344341;
  margin-top: 50px;
  position: absolute;
  bottom: 0px;
  width: 100%;

}
@media screen and (max-width: 767px) {
  footer {
    padding: 0 16px;
    width: auto;
  }
}
footer a {
  text-decoration: none;
  color: #313131;
  color: #fff;
}

@media all and (min-width: 768px) {
  .footer__inner {
    max-width: 1080px;
    margin: 0 auto;
  }
}
.footer__sitemap {
  display: flex;
  border-bottom: #233130 1px solid;
  padding: 38px 0;
}
@media screen and (max-width: 1180px) {
  .footer__sitemap {
    margin: 0 30px;
  }
}
@media screen and (max-width: 767px) {
  .footer__sitemap {
    flex-direction: column;
    margin: 0 10px;
  }
}
.footer__sitemap-nav {
  display: flex;
  flex-wrap: wrap;
  max-width: 440px;
  margin-right: 20px;
}
@media screen and (max-width: 767px) {
  .footer__sitemap-nav {
    max-width: inherit;
    flex-direction: column;
    margin-right: 0px;
  }
}
.footer__sitemap-nav li {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .footer__sitemap-nav li {
    width: auto;
    margin-bottom: 15px;
  }
}
.footer__sitemap-nav li a {
  position: relative;
  display: inline-block;
  padding-left: 30px;
  font-weight: bold;
  line-height: 1.2;
}
.footer__sitemap-nav li a::before {
  content: "";
  width: 1rem;
  height: 1rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0px;
  background: url(../common_new/icon_circle_index02.svg) no-repeat center center;
  background-size: contain;
  display: block;
  transition: 0.3s all;
}
.footer__sitemap-nav li a:hover::before {
  background: url(../common_new/icon_circle_index_hover.svg) no-repeat center center;
  background-size: contain;
}
.footer__sitemap-nav li a span {
  color: #40F8F0;
  font-size: 0.75rem;
  font-family: "Montserrat", sans-serif;
  font-weight: lighter;
}
.footer__sitemap-sub {
  background: #23312F;
  padding: 15px 20px;
  border-radius: 4px;
  margin-left: auto;
}
@media all and (min-width: 768px) {
  .footer__sitemap-sub {
    max-width: 500px;
    width: 480px;
  }
}
@media screen and (max-width: 767px) {
  .footer__sitemap-sub {
    max-width: inherit;
    width: auto;
    margin-left: 0em;
  }
}
.footer__sitemap-sub li {
  margin-bottom: 10px;
}
.footer__sitemap-sub li:last-child {
  margin-bottom: 0;
}
.footer__sitemap-sub li a {
  position: relative;
  font-size: 0.875rem;
  transition: 0.4s all;
  display: inline-block;
}
.footer__sitemap-sub li a::before {
  transition: 0.4s all;
  content: "";
  width: 100%;
  height: 0.5px;
  background: #fff;
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 0;
  visibility: hidden;
  opacity: 0;
}
.footer__sitemap-sub li a:hover::before {
  content: "";
  width: 100%;
  height: 0.5px;
  background: #fff;
  display: inline-block;
  position: absolute;
  bottom: 0;
  opacity: 1;
  visibility: visible;
}
.footer__add {
  margin-top: 20px;
  margin-bottom: 36px;
}
@media screen and (max-width: 767px) {
  .footer__add {
    margin: 20px 16px 36px;
  }
}
@media screen and (max-width: 1180px) {
  .footer__add .txt-center-sp {
    text-align: center;
  }
}
@media all and (min-width: 768px) {
  .footer__add-inner {
    display: flex;
  }
}
@media screen and (max-width: 1180px) {
  .footer__add-inner {
    margin: 0 20px;
  }
}
.footer__add-head {
  color: #fff;
  margin-right: 20px;
}
.footer__add-head .ttl {
  font-weight: bold;
  font-size: 1.125rem;
}
@media screen and (max-width: 767px) {
  .footer__add-head .ttl {
    font-size: 1.25rem;
  }
}
.footer__add-head .txt {
  font-size: 0.8125rem;
}
.footer__add-info {
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .footer__add-info {
    margin-top: 30px;
  }
}
.footer__add-info ul {
  display: flex;
  flex-wrap: wrap;
}
.footer__add-info ul li {
  margin-right: 20px;
}
.footer__add-info ul li:last-child {
  margin-right: 0;
}
.footer__add-info ul li a {
  font-size: 0.8125rem;
  position: relative;
  padding-right: 1.7em;
  transition: 0.2s all;
}
.footer__add-info ul li a:hover {
  opacity: 0.5;
}
.footer__add-info ul li a::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0.5em;
  display: inline-block;
  width: 0.5em;
  height: 0.5em;
  margin: 0 10px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
}
.footer__add .c-btn {
  margin-top: 18px;
}
@media screen and (max-width: 767px) {
  .footer__add .c-btn {
    margin-top: 30px;
  }
}

header .copy,footer .copy {
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.75rem;
  text-align: center;
  padding-bottom: 5px;
}

/*========= ナビゲーションのためのCSS ===============*/
@media screen and (max-width: 767px) {
  /*アクティブになったエリア*/
  #g-nav.panelactive {
    /*position:fixed;にし、z-indexの数値を大きくして前面へ*/
    position: fixed;
    z-index: 999;
    top: 0;
    right: inherit;
    width: 100%;
  }
  /*丸の拡大*/
  .circle-bg {
    position: fixed;
    z-index: 3;
    /*丸の形*/
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: #fff;
    /*丸のスタート位置と形状*/
    transform: scale(0);
    /*scaleをはじめは0に*/
    right: -15px;
    top: -15px;
    transition-duration: 0.7s;
    transition-timing-function: ease-in-out;
    /*0.6秒かけてアニメーション*/
  }
  .circle-bg.circleactive {
    transform: scale(50);
    /*クラスが付与されたらscaleを拡大*/
  }
  /*ナビゲーションの縦スクロール*/
  .Header__inner {
    display: none;
    /*はじめは表示なし*/
    /*ナビの数が増えた場合縦スクロール*/
    position: fixed;
    z-index: 999;
    width: 100%;
    height: 100vh;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
  .Header__inner.panelactive {
    display: block;
  }
  /*ナビゲーション*/
  /*背景が出現後にナビゲーションを表示*/
  #g-nav.panelactive ul {
    opacity: 1;
    flex-wrap: wrap;
  }
  /*リストのレイアウト設定*/
  #g-nav.panelactive li {
    width: 100%;
  }
  #g-nav.panelactive li a {
    padding: 15px 0;
    display: block;
  }
}
/*==================================================
機能編 　5-2-6 3本線が回転して×に
===================================*/
@media all and (min-width: 768px) {
  .openbtn {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  /*ボタン外側*/
  .openbtn {
    position: fixed;
    display: inline-block;
    top: 20px;
    right: 10px;
    z-index: 9999;
    /*ボタンを最前面に*/
    cursor: pointer;
    font-size: 0.8125rem;
    background: #EAEAEA;
    padding: 5px 10px 3px 10px;
    border-radius: 100vh;
    box-sizing: border-box;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    letter-spacing: -0.01em;
    vertical-align: middle;
    transition: 0.3s all;
  }
  /*ボタン内側*/
  /*activeクラスが付与されると線が回転して×になる*/
}
@media screen and (max-width: 767px) and (max-width: 320px) {
  .openbtn {
    right: 5px;
  }
}
@media screen and (max-width: 767px) {
  .openbtn__txt::before {
    content: "MENU";
    vertical-align: middle;
    transition: 0.3s all;
  }
  .openbtn .icon_circle {
    position: relative;
    display: inline-block;
    width: 1rem;
    height: 1rem;
    margin-right: 5px;
    vertical-align: middle;
    transition: 0.3s all;
    visibility: visible;
  }
  .openbtn .icon_circle::before {
    content: "";
    position: absolute;
    background: url(../common_new/icon_circle_index.svg) no-repeat center center;
    background-size: contain;
    display: block;
    width: 100%;
    height: 100%;
  }
  .openbtn.active {
    padding: 5px 10px 3px 10px;
  }
  .openbtn.active .openbtn__txt::before {
    content: "CLOSE";
    vertical-align: middle;
  }
  .openbtn.active .icon_circle {
    opacity: 0;
    margin-right: 0px;
    visibility: hidden;
    width: 0;
  }
  .openbtn.active .icon_circle::before {
    display: none;
  }
}
.btnripple2 {
  position: fixed;
  z-index: 2;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border: 2px solid #fff;
  background: transparent;
  /*波紋の形状*/
  display: inline-block;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  /*アニメーションの設定*/
  transition: all 0.3s;
  outline: none;
}

/*hoverした際の背景色の設定*/
.btnripple2:hover {
  background: #d87514;
  border-color: transparent;
}

/*波形を2つ設定*/
.btnripple2::after,
.btnripple2::before {
  content: "";
  /*絶対配置で波形の位置を決める*/
  position: absolute;
  left: -25%;
  top: -25%;
  /*波形の形状*/
  border: 1px solid #fff;
  width: 150%;
  height: 150%;
  border-radius: 50%;
  /*はじめは不透明*/
  opacity: 1;
  /*ループするアニメーションの設定*/
  animation: 1s circleanime linear infinite;
}

/*波形の2つ目は0.5秒遅らせてアニメーション*/
.btnripple2::before {
  animation-delay: 0.5s;
}

/*波形のアニメーション*/
@keyframes circleanime {
  0% {
    transform: scale(0.68);
  }
  100% {
    transform: scale(1.2);
    opacity: 0;
  }
}
/*中央矢印*/
.btnripple2 span::after {
  content: "";
  /*絶対配置で矢印の位置を決める*/
  position: absolute;
  top: 38%;
  left: 45%;
  /*矢印の形状*/
  border: 14px solid transparent;
  border-top-width: 10px;
  border-bottom-width: 10px;
  border-left-color: #fff;
}

/* 4-1　ふわっ（上から） */
.fadeDown {
  animation-name: fadeDownAnime;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeDownAnime {
  from {
    opacity: 0;
    transform: translateY(-100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeDownTrigger {
  opacity: 0;
}

/*===========================================================*/
/*印象編　8-5 テキストが流れるように出現（下から上）
/*===========================================================*/
.slide-in {
  overflow: hidden;
  display: inline-block;
}

.slide-in_inner {
  display: inline-block;
}

/*上下のアニメーション*/
.upAnime,
.downAnime {
  opacity: 0;
  /*事前に透過0にして消しておく*/
}

.slideAnimeDownUp {
  animation-name: slideTextY100;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes slideTextY100 {
  from {
    transform: translateY(100%);
    /*要素を上の枠外に移動*/
    opacity: 0;
  }
  to {
    transform: translateY(0);
    /*要素を元の位置に移動*/
    opacity: 1;
  }
}
.slideAnimeUpDown {
  animation-name: slideTextY-100;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes slideTextY-100 {
  from {
    transform: translateY(-100%);
    /*要素を下の枠外に移動*/
    opacity: 0;
  }
  to {
    transform: translateY(0);
    /*要素を元の位置に移動*/
    opacity: 1;
  }
}

.c-btn {
  background: #F5F5F5;
  border-radius: 100vh;
  text-decoration: none;
  color: #313131;
  padding: 7px 50px 7px 20px;
  display: block;
  position: relative;
  transition: 0.3s all;
  display: inline-block;
}
.c-btn::before {
  content: "";
  width: 1rem;
  height: 1rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
  background: url(../common_new/icon_circle_index.svg) no-repeat center center;
  background-size: contain;
  display: block;
  transition: 0.3s all;
}
.c-btn:hover {
  color: #fff;
  background: #888;
}
.c-btn:hover::before {
  background: url(../common_new/icon_circle_index_hover.svg) no-repeat center center;
  border-radius: 100vh;
  transition: 0.3s all;
}
.c-btn.-staff {
  background: #fff;
  font-size: 0.8125rem;
  font-weight: bold;
  padding: 8px 35px 8px 20px;
}
.c-btn.-staff::before {
  background: url(../common_new/icon_lock.svg) no-repeat center center;
  border-radius: 0vh;
  transition: 0.3s all;
}
.c-btn.-staff:hover {
  color: #fff;
  background: #000;
}
.c-btn.-staff:hover::before {
  background: url(../common_new/icon_circle_index_hover.svg) no-repeat center center;
}
.c-btn-txt {
  color: var(--color-top-btn) !important;
  display: inline-block;
}
.c-snsbadge {
  background: #fff;
  border-radius: 4px;
  display: inline-block;
}
.c-snsbadge a {
  display: inline-block;
  text-align: center;
  display: block;
  position: relative;
  text-decoration: none;
  color: #313131;
  font-size: 0.625rem;
  padding: 6px;
  box-sizing: border-box;
  font-family: "Lato";
  letter-spacing: -0.02em;
  font-weight: bold;
}
.c-snsbadge a::before {
  content: "";
  width: 30px;
  height: 30px;
  background-size: contain !important;
  display: block;
  margin: 0 auto;
}
.c-snsbadge.-twitter a::before {
  background: url(../common_new/icon_tw.svg) no-repeat center center;
}
.c-snsbadge.-facebook a::before {
  background: url(../common_new/icon_fb.svg) no-repeat center center;
}
.c-snsbadge.-ins a::before {
  background: url(../common_new/icon_ins.svg) no-repeat center center;
}
.c-snsbadge.-youtube a::before {
  background: url(../common_new/icon_yt.svg) no-repeat center center;
}