/* arguments inittial */
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@100;300;400;500;700;800;900&family=Noto+Sans+JP:wght@100..900&display=swap");
/* site style */
/* [ writing-mode ]
-------------------------------------------------*/
/* [ easy breakpoint ]
-------------------------------------------------*/
/*-----------------------------------------------------------
clearfix
------------------------------------------------------------*/
.clearfix::after {
  content: "";
  clear: both;
  display: table;
}

/*-----------------------------------------------------------
reset
------------------------------------------------------------*/
p {
  margin: 0;
  padding: 0;
}

ol,
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

input,
textarea {
  margin: 0;
  font-size: 100%;
  resize: none;
}

input[type="text"],
input[type="date"],
input[type="email"],
input[type="number"],
input[type="url"] {
  word-break: normal;
  white-space: nowrap;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
}

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

dl,
dt,
dd,
th,
td {
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  /*font-size: 100%;*/
  font-weight: normal;
  margin: 0;
  padding: 0;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video,
dialog {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

img {
  margin: 0;
  padding: 0;
  vertical-align: middle;
  border: 0;
  max-width: 100%;
  height: auto;
}

table img {
  margin: 0;
  padding: 0;
  vertical-align: middle;
  border: 0;
}

article,
aside,
dialog,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}

nav ul {
  list-style: none;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

*:focus {
  outline: none !important;
}

label,
select,
button {
  cursor: pointer;
}

input,
textarea,
select,
button {
  font-family: inherit;
}

/*-----------------------------------------------------------
Link
------------------------------------------------------------*/
a {
  outline: none;
  transition: 0.3s;
}

a:link,
a:visited,
a:active {
  color: #005599;
  text-decoration: none;
}

/*-----------------------------------------------------------
Body
-------------------------------------------------------------*/
html {
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -o-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

html.is-ipad * {
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
  -o-text-size-adjust: none;
  text-size-adjust: none;
}

body {
  font-family: YakuHanJP, "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.6em;
  word-break: break-word;
  color: #000000;
  margin: 0;
  padding: 0;
  height: 100%;
  width: 100%;
}

#wrap {
  display: block;
  padding-top: 115px;
}

@media (max-width: 767px) {
  #wrap {
    padding-top: 50px;
  }
}

/*-----------------------------------------------------------
COMMON
-------------------------------------------------------------*/
.inner {
  max-width: 1030px;
  padding: 0 15px;
  margin: 0 auto;
}

@media (min-width: 768px) {
  .sp,
  .SP {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .pc,
  .PC {
    display: none !important;
  }
}

.c-img {
  display: block;
  position: relative;
}

.c-img img {
  display: block;
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.c-img--contain img {
  object-fit: contain;
}

.c-img--top img {
  object-position: top;
}

.c-fw {
  width: 100%;
}

[rel~="js-lazy"] {
  opacity: 0;
}

[rel~="js-lazy"]:not(.initial) {
  transition: opacity 0.15s;
}

[rel~="js-lazy"].initial, [rel~="js-lazy"].loaded, [rel~="js-lazy"].error {
  opacity: 1;
}

.c-lazybg {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.c-lazybg--top {
  background-position: center top;
}

.c-lazybg--contain {
  background-size: contain;
}

.c-inner {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1300px;
}

.c-btn {
  width: clamp(0px, calc(850*(100vw/1300)), 850px);
  height: clamp(0px, calc(150*(100vw/1300)), 150px);
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  background: #f26522;
  border-radius: clamp(0px, calc(75*(100vw/1300)), 75px);
  border: 2px solid #000000;
  margin: 0 auto;
  cursor: pointer;
}

@media (max-width: 767px) {
  .c-btn {
    width: clamp(0px, calc(620*(100vw/750)), 620px);
    height: clamp(0px, calc(158*(100vw/750)), 158px);
    border-radius: clamp(0px, calc(79*(100vw/750)), 79px);
  }
}

.c-btn:before {
  content: '';
  display: block;
  aspect-ratio: 57 / 101;
  width: clamp(0px, calc(57*(100vw/1300)), 57px);
  background-image: url("../img/illust_05.svg");
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  left: clamp(0px, calc(70*(100vw/1300)), 70px);
  top: clamp(0px, calc(18*(100vw/1300)), 18px);
}

@media (max-width: 767px) {
  .c-btn:before {
    width: clamp(0px, calc(58*(100vw/750)), 58px);
    left: clamp(0px, calc(67*(100vw/750)), 67px);
    top: clamp(0px, calc(25*(100vw/750)), 25px);
  }
}

.c-btn .text {
  font-family: YakuHanJP, "M PLUS Rounded 1c", sans-serif;
  font-weight: 800;
  color: #fff;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  padding-left: clamp(0px, calc(150*(100vw/1300)), 150px);
}

@media (max-width: 767px) {
  .c-btn .text {
    padding-left: clamp(0px, calc(142*(100vw/750)), 142px);
    padding-right: clamp(0px, calc(76*(100vw/750)), 76px);
    justify-content: center;
  }
}

.c-btn .text img {
  width: clamp(0px, calc(436*(100vw/1300)), 436px);
  display: inline-block;
  margin-right: clamp(0px, calc(16*(100vw/1300)), 16px);
}

@media (max-width: 767px) {
  .c-btn .text img {
    width: clamp(0px, calc(340*(100vw/750)), 340px);
    margin-right: clamp(0px, calc(6*(100vw/750)), 6px);
  }
}

.c-btn .text .small {
  font-size: clamp(0px, calc(25*(100vw/1300)), 25px);
  line-height: 1;
  margin-bottom: clamp(0px, calc(18*(100vw/1300)), 18px);
}

@media (max-width: 767px) {
  .c-btn .text .small {
    font-size: clamp(0px, calc(19.6*(100vw/750)), 19.6px);
    margin-bottom: clamp(0px, calc(10*(100vw/750)), 10px);
  }
}

.c-btn .text .large {
  font-size: clamp(0px, calc(32*(100vw/1300)), 32px);
  letter-spacing: 0.15em;
}

@media (max-width: 767px) {
  .c-btn .text .large {
    font-size: clamp(0px, calc(33*(100vw/750)), 33px);
    line-height: 1;
  }
}

@media (max-width: 767px) {
  .c-btn .text .large:last-child {
    margin-top: clamp(0px, calc(7*(100vw/750)), 7px);
    transform: translateX(-15%);
  }
}

.c-btn .text .large strong {
  font-size: clamp(0px, calc(44*(100vw/1300)), 44px);
}

@media (max-width: 767px) {
  .c-btn .text .large strong {
    font-size: clamp(0px, calc(40*(100vw/750)), 40px);
  }
}

@media (hover: hover) {
  .c-btn:hover {
    background: #ffc80b;
  }
}

.c-btnatc {
  font-size: clamp(0px, calc(16*(100vw/1300)), 16px);
  line-height: 1.53846154;
  display: block;
  text-align: center;
  margin-top: clamp(0px, calc(11*(100vw/1300)), 11px);
}

@media (max-width: 767px) {
  .c-btnatc {
    font-size: clamp(0px, calc(26*(100vw/750)), 26px);
    margin-top: clamp(0px, calc(13*(100vw/750)), 13px);
  }
}

.c-line {
  display: block;
  margin: 0 auto;
  width: clamp(0px, calc(1000*(100vw/1300)), 1000px);
}

@media (max-width: 767px) {
  .c-line {
    width: clamp(0px, calc(687*(100vw/750)), 687px);
  }
}

.c-line.line01 {
  margin-top: clamp(0px, calc(95*(100vw/1300)), 95px);
}

@media (max-width: 767px) {
  .c-line.line01 {
    margin-top: clamp(0px, calc(56*(100vw/750)), 56px);
  }
}

.c-line.line02 {
  margin-top: clamp(0px, calc(70*(100vw/1300)), 70px);
}

@media (max-width: 767px) {
  .c-line.line02 {
    margin-top: clamp(0px, calc(40*(100vw/750)), 40px);
  }
}

.c-line.line03 {
  margin-top: clamp(0px, calc(110*(100vw/1300)), 110px);
}

@media (max-width: 767px) {
  .c-line.line03 {
    margin-top: clamp(0px, calc(70*(100vw/750)), 70px);
  }
}

.c-fixedbtn {
  display: block;
  position: fixed;
  z-index: 999;
  right: 0;
  bottom: clamp(0px, calc(40*(100vw/1300)), 40px);
  width: clamp(0px, calc(190*(100vw/1300)), 190px);
  height: clamp(0px, calc(100*(100vw/1300)), 100px);
}

@media (max-width: 767px) {
  .c-fixedbtn {
    width: 100%;
    top: 0;
    transform: translateY(-100%);
    bottom: auto;
    height: auto;
    opacity: 0;
  }
}

@media (max-width: 767px) {
  .c-fixedbtn.is-show {
    top: 0;
    opacity: 1;
    transform: translateY(0);
  }
}

.footer {
  background: #f2f2f2;
  width: 100%;
  padding-top: clamp(0px, calc(33*(100vw/1300)), 33px);
  padding-bottom: clamp(0px, calc(45*(100vw/1300)), 45px);
}

@media (max-width: 767px) {
  .footer {
    padding-top: clamp(0px, calc(28*(100vw/750)), 28px);
    padding-bottom: clamp(0px, calc(46*(100vw/750)), 46px);
  }
}

.footer__credit {
  font-size: clamp(0px, calc(16*(100vw/1300)), 16px);
  line-height: 1.5833;
  width: clamp(0px, calc(855*(100vw/1300)), 855px);
  margin: 0 auto;
}

@media (max-width: 767px) {
  .footer__credit {
    font-size: clamp(0px, calc(26*(100vw/750)), 26px);
    line-height: 1.5;
    width: clamp(0px, calc(650*(100vw/750)), 650px);
  }
}

.footer__credit span {
  display: block;
  margin-top: clamp(0px, calc(7*(100vw/1300)), 7px);
}

@media (max-width: 767px) {
  .footer__credit span {
    margin-top: 1em;
  }
}

.footer__sns {
  margin: clamp(0px, calc(76*(100vw/1300)), 76px) auto 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: clamp(0px, calc(20*(100vw/1300)), 20px);
}

@media (max-width: 767px) {
  .footer__sns {
    margin-top: clamp(0px, calc(46*(100vw/750)), 46px);
    gap: clamp(0px, calc(18*(100vw/750)), 18px);
  }
}

.footer__sns li {
  width: clamp(0px, calc(50*(100vw/1300)), 50px);
}

@media (max-width: 767px) {
  .footer__sns li {
    width: clamp(0px, calc(70*(100vw/750)), 70px);
  }
}

.footer__sns li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: clamp(0px, calc(50*(100vw/1300)), 50px);
}

@media (max-width: 767px) {
  .footer__sns li a {
    width: clamp(0px, calc(70*(100vw/750)), 70px);
  }
}

.footer__link {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: clamp(0px, calc(51*(100vw/1300)), 51px);
}

@media (max-width: 767px) {
  .footer__link {
    width: clamp(0px, calc(550*(100vw/750)), 550px);
    flex-wrap: wrap;
    gap: clamp(0px, calc(26*(100vw/750)), 26px) 0;
    margin: clamp(0px, calc(47*(100vw/750)), 47px) auto 0;
  }
}

.footer__link li {
  height: clamp(0px, calc(23.5*(100vw/1300)), 23.5px);
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 clamp(0px, calc(22*(100vw/1300)), 22px);
  border-right: 1px solid #000000;
}

@media (max-width: 767px) {
  .footer__link li {
    width: 100%;
    padding: 0;
    height: clamp(0px, calc(32*(100vw/750)), 32px);
    border-left: 1px solid #000000;
  }
}

.footer__link li:first-child {
  border-left: 1px solid #000000;
}

.footer__link li a {
  font-size: clamp(0px, calc(17.4*(100vw/1300)), 17.4px);
  line-height: 1;
  font-weight: 400;
  letter-spacing: 0.1em;
  color: #000000;
}

@media (max-width: 767px) {
  .footer__link li a {
    font-size: clamp(0px, calc(26*(100vw/750)), 26px);
  }
}

.footer__unicef-logo {
  width: clamp(0px, calc(284*(100vw/1300)), 284px);
  display: block;
  margin: clamp(0px, calc(56*(100vw/1300)), 56px) auto 0;
}

@media (max-width: 767px) {
  .footer__unicef-logo {
    width: clamp(0px, calc(320*(100vw/750)), 320px);
    margin-top: clamp(0px, calc(50*(100vw/750)), 50px);
  }
}

.footer__unicef-logo span {
  color: #00aeef;
  font-size: clamp(0px, calc(18.6*(100vw/1300)), 18.6px);
  letter-spacing: 0.1em;
  font-weight: 700;
  display: block;
  width: max-content;
  margin-top: clamp(0px, calc(10*(100vw/1300)), 10px);
}

@media (max-width: 767px) {
  .footer__unicef-logo span {
    font-size: clamp(0px, calc(16.8*(100vw/750)), 16.8px);
    margin-top: clamp(0px, calc(10*(100vw/750)), 10px);
    line-height: 1;
  }
}

.footer__address {
  width: 100%;
  display: block;
  text-align: center;
  margin-top: clamp(0px, calc(22*(100vw/1300)), 22px);
  font-size: clamp(0px, calc(19*(100vw/1300)), 19px);
  letter-spacing: 0.1em;
  font-weight: 400;
}

@media (max-width: 767px) {
  .footer__address {
    font-size: clamp(0px, calc(24*(100vw/750)), 24px);
    margin-top: clamp(0px, calc(26*(100vw/750)), 26px);
    line-height: 1;
  }
}

.footer__desc {
  width: 100%;
  display: block;
  text-align: center;
  margin-top: clamp(0px, calc(16*(100vw/1300)), 16px);
  font-size: clamp(0px, calc(16*(100vw/1300)), 16px);
  letter-spacing: 0.1em;
  font-weight: 400;
}

@media (max-width: 767px) {
  .footer__desc {
    font-size: clamp(0px, calc(22*(100vw/750)), 22px);
    margin-top: clamp(0px, calc(22*(100vw/750)), 22px);
    line-height: 1.77;
  }
}

.footer__copy {
  display: block;
  width: clamp(0px, calc(514*(100vw/1300)), 514px);
  margin: clamp(0px, calc(34*(100vw/1300)), 34px) auto 0;
}

@media (max-width: 767px) {
  .footer__copy {
    width: clamp(0px, calc(600*(100vw/750)), 600px);
    margin-top: clamp(0px, calc(35*(100vw/750)), 35px);
  }
}

.calling a {
  pointer-events: none;
}

.calling span {
  display: inline-block;
  vertical-align: middle;
}

.calling .tel {
  font-size: 28px;
  font-weight: bold;
  letter-spacing: 2px;
  padding: 2px 10px 2px 20px;
  position: relative;
  font-family: Arial, sans-serif;
}

.calling .time {
  font-size: 12px;
}

.calling .make {
  display: none;
  font-size: 12px;
}

@media only screen and (max-width: 767px) {
  .calling .make,
  .calling .time {
    display: block;
  }
}

@media screen and (max-width: 767px) and (max-device-width: 768px) {
  .calling a {
    pointer-events: auto;
  }
}

.header {
  position: relative;
  left: auto;
  top: auto;
  z-index: 1000;
  width: 100%;
  padding: 20px 15px;
  background: #fff;
  -webkit-box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.1);
}

.header .inHeader {
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
  z-index: 2000;
  background: #fff;
}

.header #logo {
  position: absolute;
  left: 0;
  top: 15px;
  z-index: 1000;
  -webkit-transition: 0.3s ease all;
  -moz-transition: 0.3s ease all;
  -ms-transition: 0.3s ease all;
  -o-transition: 0.3s ease all;
  transition: 0.3s ease all;
}

.header #logo img {
  display: block;
  width: 139px;
  height: 34px;
  -webkit-transition: 0.3s ease all;
  -moz-transition: 0.3s ease all;
  -ms-transition: 0.3s ease all;
  -o-transition: 0.3s ease all;
  transition: 0.3s ease all;
}

@media only screen and (max-width: 767px) {
  .header {
    height: 50px;
    padding: 0 15px;
  }
  .header #logo {
    top: 15px;
  }
  .header #logo img {
    width: 80px;
    height: 20px;
  }
  .header .hNavi {
    display: none;
  }
}

.fixHeader {
  padding-top: 130px;
}

@media only screen and (max-width: 767px) {
  .fixHeader {
    padding-top: 50px;
  }
}

.fixHeader .header {
  position: fixed;
  left: 0;
  top: 0;
  padding: 15px 15px;
}

.fixHeader .header #logo {
  top: 72px;
}

.fixHeader .header #logo img {
  width: 108px;
  height: 26px;
}

.fixHeader .header .hNavi {
  margin-top: -70px;
  margin-bottom: 25px;
}

@media only screen and (max-width: 767px) {
  .fixHeader .header #logo {
    top: 0;
  }
  .fixHeader .header #logo img {
    width: 80px;
    height: 20px;
  }
  .fixHeader .header .hNavi {
    margin: 0 0 25px;
  }
}

.layerMenu {
  text-align: right;
  position: relative;
}

.layerMenu .hNavi {
  margin-bottom: 10px;
}

.layerMenu .hNavi ul {
  max-width: 1000px;
  margin: 0 auto;
}

.layerMenu .hNavi ul li {
  display: inline-block;
  vertical-align: middle;
  width: auto;
}

@media only screen and (max-width: 767px) {
  .layerMenu .hNavi {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    text-align: center;
  }
}

.layerMenu .gNavi > li {
  display: inline-block;
  vertical-align: top;
  width: auto;
  margin-left: 3%;
  font-weight: bold;
  letter-spacing: 1px;
  position: relative;
}

.layerMenu .gNavi > li > a {
  display: block;
  padding: 3px 0;
  position: relative;
}

.layerMenu .gNavi > li > a:before {
  content: "";
  position: absolute;
  right: 2px;
  top: 50%;
  width: 8px;
  height: 8px;
  margin-top: -6px;
  border-left: 1px solid #000;
  border-top: 1px solid #000;
  transform: rotate(-135deg);
  -webkit-transition: 0.3s ease all;
  -moz-transition: 0.3s ease all;
  -ms-transition: 0.3s ease all;
  -o-transition: 0.3s ease all;
  transition: 0.3s ease all;
  display: none;
}

.layerMenu .gNavi > li > a:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: red;
  transform: scaleX(0);
  -webkit-transition: 0.3s ease all;
  -moz-transition: 0.3s ease all;
  -ms-transition: 0.3s ease all;
  -o-transition: 0.3s ease all;
  transition: 0.3s ease all;
}

.layerMenu .gNavi > li > a:hover:after {
  transform: scaleX(1);
}

.layerMenu .gNavi > li.hasSub a {
  padding-right: 20px;
}

.layerMenu .gNavi > li.hasSub a:before {
  display: block;
  border-color: red;
}

.layerMenu .gNavi > li.hasSub a:hover:after {
  display: none;
}

.layerMenu .gNavi > li.hasSub .plus {
  display: none;
}

.layerMenu .gNavi > li.active a:before {
  margin-top: -3px;
  transform: rotate(45deg);
}

.layerMenu .gNavi .navSub {
  position: absolute;
  left: 50%;
  top: 28px;
  width: 260px;
  padding-top: 10px;
  transform: translateX(-50%);
  display: none;
}

.layerMenu .gNavi .navSub ul {
  padding: 20px;
  background: #ddd;
}

.layerMenu .gNavi .navSub ul li {
  border-bottom: 1px dashed #999;
  text-align: left;
}

.layerMenu .gNavi .navSub ul li a {
  display: block;
  padding: 10px 20px 10px 0;
  position: relative;
}

.layerMenu .gNavi .navSub ul li a:before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 6px;
  height: 6px;
  margin-top: -3px;
  border-left: 1px solid #000;
  border-top: 1px solid #000;
  transform: rotate(135deg);
}

.layerMenu .gNavi .navSub ul li:first-child {
  border-top: 1px dashed #999;
}

.layerMenu .gNavi .navSub .closeSub {
  cursor: pointer;
  padding: 10px;
  text-align: center;
  background: #999;
  color: #fff;
}

.layerMenu .close_layer {
  display: none;
}

@media only screen and (max-width: 767px) {
  .layerMenu {
    position: fixed;
    right: -100%;
    top: 50px;
    z-index: 1000;
    width: 100%;
    height: 100%;
    text-align: left;
    background: #e8e8e8;
  }
  .layerMenu .inLayer {
    position: relative;
    height: 90%;
    padding: 0 30px 30px;
    overflow: auto;
  }
  .layerMenu .gNavi {
    margin-bottom: 30px;
  }
  .layerMenu .gNavi > li {
    display: block;
    width: 100%;
    font-weight: bold;
    border-bottom: 1px solid #fff;
    margin: 0;
  }
  .layerMenu .gNavi > li > a {
    color: #7b7b7b;
    padding: 17px 0 15px 0;
  }
  .layerMenu .gNavi > li > a:before {
    display: block;
    right: 10px;
    margin-top: -4px;
    transform: rotate(135deg);
  }
  .layerMenu .gNavi > li > a:hover:after {
    display: none;
  }
  .layerMenu .gNavi > li.hasSub > a:before {
    transform: rotate(-135deg);
  }
  .layerMenu .gNavi > li.hasSub .plus {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    width: 30%;
    height: 100%;
    cursor: pointer;
  }
  .layerMenu .gNavi > li.active > a:before {
    transform: rotate(45deg);
  }
  .layerMenu .gNavi .navSub {
    position: static;
    left: auto;
    top: auto;
    width: 100%;
    padding: 0;
    transform: none;
  }
  .layerMenu .close_layer {
    display: block;
    padding: 12px 0 10px;
    background: #bfbfbf;
    color: #fff;
    font-weight: bold;
    letter-spacing: 2px;
    text-align: center;
    cursor: pointer;
  }
}

@media only screen and (min-width: 768px) {
  .layerMenu {
    position: relative !important;
    right: auto;
    top: auto;
  }
}

.layerOn .layerMenu {
  right: 0;
}

.hamberger {
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1000;
  width: 50px;
  height: 50px;
  padding: 16px 8px 0 10px;
  line-height: 1;
  font-size: 0;
  text-align: center;
  cursor: pointer;
  display: none;
}

.hamberger span {
  display: inline-block;
  width: 22px;
  height: 1px;
  margin-bottom: 8px;
  background: #7b7b7b;
  -webkit-transition: 0.3s ease all;
  -moz-transition: 0.3s ease all;
  -ms-transition: 0.3s ease all;
  -o-transition: 0.3s ease all;
  transition: 0.3s ease all;
}

.hamberger.active span {
  width: 28px;
}

.hamberger.active .ham {
  transform: rotate(45deg) translateY(7px) translateX(7px);
}

.hamberger.active .ber {
  transform: rotate(-45deg);
}

.hamberger.active .ger {
  display: none;
}

@media only screen and (max-width: 767px) {
  .hamberger {
    display: block;
  }
}
