@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Bree+Serif&family=Zen+Kaku+Gothic+New:wght@400;700&family=Zen+Old+Mincho:wght@400;700&display=swap");
html {
  font-size: 62.5%;
  /* -> 10px; */
}

body {
  font-family: "Zen Kaku Gothic New", sans-serif;
  text-align: justify;
  font-weight: 500;
  background-color: #0c5baa;
  color: #222;
  font-size: clamp(0.875rem, 0.83rem + 0.23vw, 1rem);
  font-size: clamp(0.813rem, 0.744rem + 0.34vw, 1rem);
  margin-bottom: 0;
}
@media screen and (min-width: 641px) {
  body {
    font-size: 16px;
    line-height: 1.75;
  }
}
@media screen and (max-width: 640px) {
  body {
    font-size: 13px;
    line-height: 1.65;
  }
}

img {
  image-rendering: -webkit-optimize-contrast;
  max-width: 100%;
}

@media screen and (min-width: 641px) {
  #slide-box {
    position: relative;
    z-index: 2;
    width: calc(100% - 250px);
    height: 1300px;
    display: block;
    margin: 0 0 0 auto;
  }
}
@media screen and (max-width: 640px) {
  #slide-box {
    position: relative;
    z-index: 2;
    width: 100%;
    height: 90vh;
    margin: 0 0 60px;
  }
}

@media screen and (min-width: 641px) {
  header {
    position: absolute;
    top: 0;
    z-index: 3;
  }
}
@media screen and (max-width: 640px) {
  header {
    position: absolute;
    top: 0;
    z-index: 3;
  }
}

@media screen and (min-width: 641px) {
  nav#page-link {
    position: absolute;
    z-index: 3;
    top: 280px;
    width: 300px;
  }
}
@media screen and (max-width: 640px) {
  nav#page-link {
    display: none;
  }
}

@media screen and (min-width: 641px) {
  #wrapper {
    position: relative;
    margin-top: -100px;
    z-index: 3;
  }
}
@media screen and (max-width: 640px) {
  #wrapper {
    position: relative;
    z-index: 4;
  }
}

.container {
  color: #222;
  background-color: #fcfcfc;
}
@media screen and (min-width: 641px) {
  .container {
    max-width: 1000px;
    width: calc(100% - 200px);
    margin: 0 auto 120px;
    padding: 120px 50px;
  }
}
@media screen and (max-width: 640px) {
  .container {
    max-width: 500px;
    width: calc(100% - 80px);
    margin: 0 auto 80px;
    padding: 80px 20px;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}

h1 {
  padding: 30px 30px;
  font-family: "Zen Old Mincho", serif;
  text-align: left;
  margin-bottom: 30px;
  color: #fcfcfc;
}
@media screen and (min-width: 1065px) {
  h1 {
    font-size: 6em;
    line-height: 1em;
  }
}
@media screen and (max-width: 1064px) {
  h1 {
    font-size: 5em;
    line-height: 1em;
  }
}
@media screen and (max-width: 860px) {
  h1 {
    font-size: 4.5em;
    line-height: 1em;
  }
}
h1 span.smallbox {
  display: block;
  font-size: 0.5em;
  line-height: 1.2em;
  margin: 10px 0 0 0;
}
h1 span.colored {
  color: #ed2828;
}

h2.ttl-large {
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  text-align: center;
  margin-bottom: 50px;
  font-size: 3em;
  line-height: 1.3;
  position: relative;
}
h2.ttl-large::first-letter {
  font-size: 1em;
  color: #ed2828;
}
h2.ttl-large span {
  display: block;
  font-size: 0.5em;
  font-family: "Zen Kaku Gothic New", sans-serif;
  padding-top: 25px;
}
h2.ttl-large span::before {
  content: "";
  display: block;
  width: 30px;
  height: 3px;
  position: absolute;
  left: 50%;
  background-color: #0762d0;
}
@media screen and (min-width: 641px) {
  h2.ttl-large span::before {
    top: 75px;
  }
}
@media screen and (max-width: 640px) {
  h2.ttl-large span::before {
    top: 62px;
  }
}
h2.ttl-large span::after {
  content: "";
  display: block;
  width: 30px;
  height: 3px;
  position: absolute;
  left: calc(50% - 30px);
  background-color: #0762d0;
}
@media screen and (min-width: 641px) {
  h2.ttl-large span::after {
    top: 75px;
  }
}
@media screen and (max-width: 640px) {
  h2.ttl-large span::after {
    top: 62px;
  }
}

h3.ttl-large {
  color: #0762d0;
  font-family: "Zen Kaku Gothic New", sans-serif;
  text-align: center;
  font-size: 2em;
  line-height: 1.2;
  margin-bottom: 30px;
}
h3.ttl-large::before {
  font-family: "Font Awesome 6 Free";
  content: "\f053";
  margin-right: 5px;
  color: #0762d0;
}
h3.ttl-large::after {
  font-family: "Font Awesome 6 Free";
  content: "\f054";
  margin-left: 5px;
  color: #0762d0;
}

h3.ttl-middle {
  font-family: "Zen Kaku Gothic New", sans-serif;
  text-align: center;
  font-size: 1.8em;
  line-height: 1.2;
  margin-bottom: 30px;
}

h4.ttl-middle {
  text-align: center;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.5em;
}

h4.ttl-small {
  text-align: left;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.5em;
}

h4.h4-gallery {
  font-family: "Zen Kaku Gothic New", sans-serif;
  text-align: center;
  font-size: 1.3em;
  line-height: 1.2;
  margin-bottom: 10px;
}

h5.ttl-small {
  text-align: left;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.3em;
}

.marker {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #f4cb21));
  background: linear-gradient(transparent 60%, #f4cb21 60%);
}

nav#page-link ul {
  padding: 0 20px;
}
nav#page-link ul a {
  text-decoration: none;
  color: #fcfcfc;
  display: block;
  padding: 10px;
  color: #fcfcfc;
  margin-bottom: 10px;
  background-color: #101010;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
nav#page-link ul a::after {
  background: #0166d2;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1);
  transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1);
  z-index: -1;
}
nav#page-link ul a:hover {
  color: #fcfcfc;
}
nav#page-link ul a:hover::after {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}

#wrapper a {
  color: #0d71b9;
  text-decoration: underline;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
#wrapper a:hover {
  color: #d32424;
}
#wrapper a.btn-link {
  display: block;
  width: 200px;
  text-align: center;
  background-color: #0d71b9;
  text-decoration: none;
  color: #fcfcfc;
  font-weight: 700;
  padding: 5px 10px;
  border-radius: 10px;
  margin: 0 auto;
}
#wrapper a.btn-link:hover {
  background-color: #d32424;
}
#wrapper a.btn-link.alignright {
  margin: 0 0 0 auto;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.font11 {
  font-size: 1.1em !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.font12 {
  font-size: 1.2em !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.font13 {
  font-size: 1.3em !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.font14 {
  font-size: 1.4em !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.font15 {
  font-size: 1.5em !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.mt60 {
  margin-top: 60px !important;
}

.font16 {
  font-size: 1.6em !important;
}

.mb70 {
  margin-bottom: 70px !important;
}

.mt70 {
  margin-top: 70px !important;
}

.font17 {
  font-size: 1.7em !important;
}

.mb80 {
  margin-bottom: 80px !important;
}

.mt80 {
  margin-top: 80px !important;
}

.font18 {
  font-size: 1.8em !important;
}

.mb90 {
  margin-bottom: 90px !important;
}

.mt90 {
  margin-top: 90px !important;
}

.font19 {
  font-size: 1.9em !important;
}

.mb100 {
  margin-bottom: 100px !important;
}

.mt100 {
  margin-top: 100px !important;
}

.font20 {
  font-size: 2em !important;
}

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

.textleft {
  text-align: left !important;
}

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

/*¡¡¥¹¥Þ¥Û¤Î¤È¤­¤Ï·Ç±íÊ¾¡¡*/
@media screen and (max-width: 640px) {
  .hide-sp {
    display: none !important;
  }
}
/*¡¡PC¤Î¤È¤­¤Ï·Ç±íÊ¾¡¡*/
@media screen and (min-width: 641px) {
  .hide-pc {
    display: none !important;
  }
}
.purpose-movie {
  display: block;
  margin: 0 auto 20px;
  width: 100%;
  max-width: 600px;
  height: 460px;
}
@media screen and (max-width: 860px) {
  .purpose-movie {
    height: 400px;
  }
}
@media screen and (max-width: 640px) {
  .purpose-movie {
    height: 300px;
  }
}

#mission-box .mission-content {
  text-align: left;
}
@media screen and (min-width: 641px) {
  #mission-box .mission-content {
    font-size: 1.4em;
  }
}
@media screen and (max-width: 640px) {
  #mission-box .mission-content {
    font-size: 1.3em;
  }
}

#news-box dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}

@media screen and (min-width: 861px) {
  #event-box .event-detail-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-pack: stretch;
        -ms-flex-pack: stretch;
            justify-content: stretch;
    gap: 15px;
  }
}
#event-box .event-detail-box .event-one-box {
  padding: 5px;
  border: 1px solid #0762d0;
}
@media screen and (min-width: 861px) {
  #event-box .event-detail-box .event-one-box {
    width: calc(50% - 20px);
  }
}
@media screen and (max-width: 860px) {
  #event-box .event-detail-box .event-one-box {
    width: calc(100% - 20px);
    margin: 0 auto 20px;
  }
}
#event-box .event-detail-box .event-one-box a {
  text-decoration: none;
  color: #222;
}
#event-box .event-detail-box .event-one-box a .name-box {
  background-color: #0d71b9;
  color: #fcfcfc;
  font-size: 0.9em;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
#event-box .event-detail-box .event-one-box a .name-box span {
  display: inline-block;
  padding: 5px 10px;
}
#event-box .event-detail-box .event-one-box a .name-box .name_new {
  background-color: orange;
  font-weight: bold;
}
#event-box .event-detail-box .event-one-box a .title-box {
  min-height: 56px;
  padding: 15px 10px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
#event-box .event-detail-box .event-one-box a .date-box {
  background-color: #e6ebf6;
  font-size: 0.9em;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
#event-box .event-detail-box .event-one-box a .date-box div.kaisai {
  border-top: 1px solid #ccc;
  padding: 5px 10px 5px;
}
#event-box .event-detail-box .event-one-box a .date-box div.moushikomi {
  border-top: 1px solid #ccc;
  padding: 5px 10px 5px;
}
#event-box .event-detail-box .event-one-box:hover a .name-box {
  background-color: #0762d0;
}
#event-box .event-detail-box .event-one-box:hover a .title-box {
  background-color: #e6ebf6;
}
#event-box .event-detail-box .event-one-box:hover a .date-box {
  background-color: #0762d0;
  color: #fcfcfc;
}

#purpose-box img {
  display: block;
  margin: 0 auto;
}

#outline-box img {
  display: block;
  margin: 0 auto;
}

#literacy-box table,
#advanced-literacy-box table {
  border-collapse: collapse;
  width: 100%;
  background-color: #fcfcfc;
}
#literacy-box table.tbl-kamoku,
#advanced-literacy-box table.tbl-kamoku {
  font-size: 0.5em;
}
#literacy-box table th,
#literacy-box table td,
#advanced-literacy-box table th,
#advanced-literacy-box table td {
  border: 1px solid #ccc;
  padding: 5px;
}
#literacy-box table th,
#advanced-literacy-box table th {
  background-color: #0166d2;
  color: #fcfcfc;
  text-align: center;
}
#literacy-box table .col1,
#advanced-literacy-box table .col1 {
  width: 30%;
}
#literacy-box table .col2,
#advanced-literacy-box table .col2 {
  width: 30%;
}
#literacy-box table .col3,
#advanced-literacy-box table .col3 {
  width: 10%;
}
#literacy-box table .col4,
#advanced-literacy-box table .col4 {
  width: 20%;
}
#literacy-box table .col5,
#advanced-literacy-box table .col5 {
  width: 50%;
}
#literacy-box table .col6,
#advanced-literacy-box table .col6 {
  width: 30%;
}
#literacy-box table .col7,
#advanced-literacy-box table .col7 {
  width: 20%;
}
#literacy-box table .tbl-color01,
#advanced-literacy-box table .tbl-color01 {
  background-color: #C5DFB4;
  color: #101010;
}
#literacy-box table .tbl-color02,
#advanced-literacy-box table .tbl-color02 {
  background-color: #B4C5E7;
  color: #101010;
}
#literacy-box table .tbl-color03,
#advanced-literacy-box table .tbl-color03 {
  background-color: #FFD966;
  color: #101010;
}
#literacy-box table .tbl-color04,
#advanced-literacy-box table .tbl-color04 {
  background-color: #DBDBDB;
  color: #101010;
}
#literacy-box table .tbl-center,
#advanced-literacy-box table .tbl-center {
  text-align: center;
}
#literacy-box img,
#advanced-literacy-box img {
  display: block;
  margin: 0 auto;
}

#nintei-box .nintei-logo-box img {
  margin: 0 auto 20px;
  display: block;
}
#nintei-box .nintei-logo-box img.logo01, #nintei-box .nintei-logo-box img.logo02 {
  float: left;
  width: 150px;
}
#nintei-box .nintei-logo-box img.logo03, #nintei-box .nintei-logo-box img.logo04 {
  float: left;
  width: 300px;
}

#member-box .member-inbox {
  margin-bottom: 10px;
}
#member-box .name-box {
  font-size: 1.2em;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
#member-box .name-box::before {
  font-family: "Font Awesome 6 Free";
  content: "\f192";
  margin-right: 5px;
  color: #0762d0;
}
#member-box .shozoku-box,
#member-box .sekimu-box {
  margin-left: 50px;
}
#member-box table {
  border-collapse: collapse;
  width: 100%;
  background-color: #fcfcfc;
}
#member-box table th,
#member-box table td {
  border: 1px solid #ccc;
  padding: 5px;
}
#member-box table th {
  background-color: #0166d2;
  color: #fcfcfc;
  text-align: center;
}

#comment-box .com-box {
  margin-bottom: 40px;
}
@media screen and (min-width: 861px) {
  #comment-box .com-box .com-img-box {
    width: 220px;
    float: left;
  }
  #comment-box .com-box .com-img-box.right {
    float: right;
  }
}
@media screen and (max-width: 860px) {
  #comment-box .com-box .com-img-box {
    width: 200px;
    margin: 0 auto 20px;
  }
}
#comment-box .com-box .com-img-box img {
  width: 100%;
}
@media screen and (min-width: 861px) {
  #comment-box .com-box .com-detail-box {
    width: calc(100% - 240px);
    float: right;
  }
  #comment-box .com-box .com-detail-box.left {
    float: left;
  }
}
#comment-box .com-box .com-detail-box .shozoku-box {
  font-size: 0.9em;
  margin-bottom: 20px;
  font-weight: 700;
}
#comment-box .com-box .com-detail-box .name-box {
  font-size: 1.2em;
  font-weight: 700;
}
@media screen and (min-width: 861px) {
  #comment-box .com-box .com-detail-box .name-box {
    margin-bottom: 5px;
  }
}
#comment-box .com-box .com-detail-box .name-box small {
  font-weight: normal;
}
#comment-box .com-box .com-detail-box .name-box span {
  font-size: 0.75em;
  padding: 0px 5px 2px;
  margin-right: 10px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  bottom: 3px;
  color: #222;
}
#comment-box .com-box .com-detail-box .name-box span.sotugyo {
  background-color: #C5DFB4;
}
#comment-box .com-box .com-detail-box .name-box span.zaigaku {
  background-color: #B4C5E7;
}

#gallery-box .movie-box {
  width: 100%;
  max-width: 800px;
  margin: 0 auto 30px;
}
#gallery-box .movie-box iframe {
  width: 100%;
  height: 560px;
}
@media screen and (max-width: 860px) {
  #gallery-box .movie-box iframe {
    height: 400px;
  }
}
@media screen and (max-width: 640px) {
  #gallery-box .movie-box iframe {
    height: 300px;
  }
}
#gallery-box .campus {
  margin-bottom: 60px;
}
#gallery-box .campus .campus-box {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}
#gallery-box .campus .campus-box img {
  width: 100%;
}
#gallery-box .campus .campus-box img.campus-vartual-img {
  display: block;
  max-width: 600px;
  height: auto;
  margin: 0 auto 10px;
}
#gallery-box .campus .campus-box .title-box {
  font-size: 0.9em;
  text-align: center;
}
@media screen and (min-width: 861px) {
  #gallery-box .gallery {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media screen and (min-width: 861px) {
  #gallery-box .gallery .photo-box {
    width: calc(50% - 10px);
  }
}
@media screen and (max-width: 860px) {
  #gallery-box .gallery .photo-box {
    width: 100%;
    margin-bottom: 30px;
  }
}
#gallery-box .gallery .photo-box img {
  width: 100%;
  display: block;
  margin: 0 auto 10px;
}
#gallery-box .gallery .photo-box .title-box {
  font-size: 0.9em;
  text-align: center;
}
#gallery-box .gallery .photo-box2 {
  width: 100%;
}
#gallery-box .gallery .photo-box2 img {
  display: block;
  margin: 0 auto 10px;
}
@media screen and (min-width: 861px) {
  #gallery-box .gallery .photo-box2 img {
    width: calc(50% - 10px);
  }
}
@media screen and (max-width: 860px) {
  #gallery-box .gallery .photo-box2 img {
    width: 100%;
  }
}
#gallery-box .gallery .photo-box2 .title-box {
  font-size: 0.9em;
  text-align: center;
}

#link-box img.img-link-logo {
  width: 300px;
  display: block;
  margin: 0 auto 20px;
}
#link-box ul li {
  text-align: center;
}

#contact-box div {
  text-align: center;
}

footer {
  background-color: #101010;
  color: #fcfcfc;
  padding: 15px 0;
  font-size: 0.9em;
}
footer img {
  display: block;
  max-width: 250px;
  width: 80%;
  margin: 0 auto 20px;
}
footer #copyright {
  text-align: center;
}

/*¥ê¥ó¥¯¤ÎÐÎ×´*/
#page-top a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #0d71b9;
  border-radius: 5px;
  width: 60px;
  height: 60px;
  color: #fcfcfc;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 1em;
  line-height: 1.2;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

#page-top a:hover {
  background: #d32424;
}

/*¥ê¥ó¥¯¤òÓÒÏÂ¤Ë¹Ì¶¨*/
#page-top {
  position: fixed;
  right: 10px;
  bottom: 10px;
  z-index: 99;
  /*¤Ï¤¸¤á¤Ï·Ç±íÊ¾*/
  opacity: 0;
  -webkit-transform: translateX(100px);
          transform: translateX(100px);
}

/*¡¡×ó¤Î„Ó¤­¡¡*/
#page-top.LeftMove {
  -webkit-animation: LeftAnime 0.5s forwards;
          animation: LeftAnime 0.5s forwards;
}

@-webkit-keyframes LeftAnime {
  from {
    opacity: 0;
    -webkit-transform: translateX(100px);
            transform: translateX(100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes LeftAnime {
  from {
    opacity: 0;
    -webkit-transform: translateX(100px);
            transform: translateX(100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
/*¡¡ÓÒ¤Î„Ó¤­¡¡*/
#page-top.RightMove {
  -webkit-animation: RightAnime 0.5s forwards;
          animation: RightAnime 0.5s forwards;
}

@-webkit-keyframes RightAnime {
  from {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(100px);
            transform: translateX(100px);
  }
}

@keyframes RightAnime {
  from {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(100px);
            transform: translateX(100px);
  }
}
#g-nav {
  /*position:fixed;¤Ë¤·¡¢z-index¤ÎÊý‚Ž¤òÐ¡¤µ¤¯¤·¤Æ×î±³Ãæ¤Ø*/
  position: fixed;
  z-index: -1;
  opacity: 0;
  /*¤Ï¤¸¤á¤ÏÍ¸ß^0*/
  /*¥Ê¥Ó¤ÎÎ»ÖÃ¤ÈÐÎ×´*/
  top: 0;
  width: 100%;
  height: 100vh;
  /*¥Ê¥Ó¤Î¸ß¤µ*/
  background: #0c5baa;
  /*„Ó¤­*/
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

/*¥¢¥¯¥Æ¥£¥Ö¥¯¥é¥¹¤¬¤Ä¤¤¤¿¤éÍ¸ß^¤Ê¤·¤Ë¤·¤Æ×îÇ°Ãæ¤Ø*/
#g-nav.panelactive {
  opacity: 1;
  z-index: 999;
}

/*¥Ê¥Ó¥²©`¥·¥ç¥ó¤Î¿k¥¹¥¯¥í©`¥ë*/
#g-nav.panelactive #g-nav-list {
  /*¥Ê¥Ó¤ÎÊý¤¬‰ˆ¤¨¤¿ˆöºÏ¿k¥¹¥¯¥í©`¥ë*/
  position: fixed;
  z-index: 999;
  width: 100%;
  height: 100vh;
  /*±íÊ¾¤¹¤ë¸ß¤µ*/
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

/*¥Ê¥Ó¥²©`¥·¥ç¥ó*/
#g-nav ul {
  display: none;
  /*¥Ê¥Ó¥²©`¥·¥ç¥óÌìµØÖÐÑë“B¤¨*/
  position: absolute;
  z-index: 999;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  max-width: 400px;
  width: 100%;
}

#g-nav.panelactive ul {
  display: block;
}

/*¥ê¥¹¥È¤Î¥ì¥¤¥¢¥¦¥ÈÔO¶¨*/
#g-nav li {
  list-style: none;
  text-align: center;
}

#g-nav li a {
  color: #fcfcfc;
  text-decoration: none;
  padding: 10px;
  display: block;
  text-transform: uppercase;
  font-weight: normal;
  font-size: 1.2em;
}

/*========= ¥Ü¥¿¥ó¤Î¤¿¤á¤ÎCSS ===============*/
.openbtn {
  position: fixed;
  z-index: 9999;
  /*¥Ü¥¿¥ó¤ò×îÇ°Ãæ¤Ë*/
  top: 10px;
  right: 10px;
  cursor: pointer;
  width: 50px;
  height: 50px;
}

/*¡Á¤Ë‰ä»¯*/
.openbtn span {
  display: inline-block;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  position: absolute;
  left: 14px;
  height: 3px;
  border-radius: 2px;
  background-color: #fcfcfc;
  width: 45%;
}

.openbtn span:nth-of-type(1) {
  top: 15px;
}

.openbtn span:nth-of-type(2) {
  top: 23px;
}

.openbtn span:nth-of-type(3) {
  top: 31px;
}

.openbtn.active span:nth-of-type(1) {
  top: 18px;
  left: 18px;
  -webkit-transform: translateY(6px) rotate(-45deg);
          transform: translateY(6px) rotate(-45deg);
  width: 30%;
}

.openbtn.active span:nth-of-type(2) {
  opacity: 0;
}

.openbtn.active span:nth-of-type(3) {
  top: 30px;
  left: 18px;
  -webkit-transform: translateY(-6px) rotate(45deg);
          transform: translateY(-6px) rotate(45deg);
  width: 30%;
}

@media screen and (min-width: 641px) {
  .openbtn {
    display: none;
  }
}/*# sourceMappingURL=common.css.map */