@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
@import url(https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300);

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  margin: 0;
  padding: 0;
  color: #565655;
  font-family: 'Noto Sans Japanese', sans-serif, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.85em;
  letter-spacing: 0.05em;
}
p {
  margin: 0;
}
img {
  border: none;
}

/* =================================
Button
================================= */
a {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
 
  color: #000000;
}
a:visited {
  color: #565655;
}
a:hover {
  color: #006c9f;
}
a.btn-cmn-01 {
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
.ie a.btn-cmn-01 {
  -webkit-transition: opacity 0.0s ease;
  transition: opacity 0.0s ease;
}
a.btn-cmn-01 img {
  overflow: hidden;
}
a.btn-cmn-01:hover {
  opacity: 0.8;
}

a.btn-cmn-02 {
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  
  display: inline-block;
  padding: 16px 20px 16px;
  background: #51bebf;
  color: #ffffff;
  text-align: center;
  line-height: 1em;
  text-decoration: none;
}
a.btn-cmn-02:hover {
  opacity: 0.8;
}

a.btn-cmn-03 {
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  
  display: inline-block;
  min-width: 100%;
  padding: 22px 20px 22px;
  background: #A61955;
  color: #ffffff;
  text-align: center;
  line-height: 1em;
  text-decoration: none;
}
a.btn-cmn-03:hover {
  opacity: 0.8;
}

/* =================================
Header
================================= */
header {
  overflow: hidden;
  position: relative;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 15px 15px 0;
}
  header .ttl {
    display: inline-block;
    margin: 0;
    padding: 0;
    line-height: 1em;
  }
  header .ttl img {
    display: block;
  }

/* Header Navigation */
  header .nav-01 {
    display: none;
  }
  header .nav-02 {
    display: none;
  }

/* =================================
Footer
================================= */
footer {
  width: 100%;
  padding: 0;
}
  footer .btn-pagetop-01 {
    display: none;
  }
  .box-banner {
    -js-display: -webkit-flex;
    display: -webkit-flex;
    -webkit-justify-content: center;
    -webkit-flex-wrap: nowrap;
    display: flex;
    justify-content: center;
    
    flex-wrap: nowrap;
    width: 100%;
    max-width: 1000px;
    margin: -1px auto 36px;
    padding: 20px 20px;
    background: #3F3A39;
  }
  .box-banner a {
    display: block;
    width: 47%;
    max-width: 260px;
  }
  .box-banner a:nth-child(n+2) {
    margin-left: 6%;
  }
  .box-banner img {
    display: block;
    max-width: 100%;
    height: auto;
  }
  .footer-in {
    position: relative;
    width: 100%;
    margin: 0 auto 0;
    padding: 0 15px 5px;
  }
    .footer-in .info {
      margin-bottom: 40px;
    }
    .footer-in .info img {
      display: block;
      max-width: 100%;
      height: auto;
      margin-left: auto;
      margin-right: auto;
    }
    .footer-in .info img:nth-child(2) {
      margin-top: 12px;
    }
    .footer-in .seal {
      display: none;
    }
    .index .footer-in .seal,
    .contact .footer-in .seal,
    .contact_event .footer-in .seal {
      display: block;
      position: absolute;
      right: 20px;
      bottom: -5px;
    }
  .mobile footer .btn-pagetop-01 {
    display: none;
  }
  .mobile .footer-in {
    margin: 10px auto 0;
  }

.btn-pagetop-02 {
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
  
  position: fixed;
  z-index: 15;
  right: 10px;
  bottom: -60px;
  width: 40px;
  height: 40px;
  background: rgba(0, 0, 0, 0.8);
  text-align: center;
  color: #ffffff;
  font-size: 10px;
  line-height: 1em;
  border-radius: 5px;
}
.btn-pagetop-02:hover {
  background: #000000;
}
.nav-mobile-scroll .btn-pagetop-02 {
  bottom: 10px;
}
.btn-pagetop-02 img {
  display: block;
  width: 100%;
  height: auto;
}

/* Footer Navigation */
  footer .nav-01 {
    display: none;
  }
  footer .nav-02 {
    -js-display: -webkit-flex;
    display: -webkit-flex;
    -webkit-justify-content: center;
    -webkit-flex-wrap: nowrap;
    display: flex;
    justify-content: center;
    flex-wrap: nowrap;
    
    margin-bottom: 20px;
    text-align: center;
    line-height: 1em;
  }
    footer .nav-02 a {
      display: block;
      width: 60px;
      padding: 10px 0 10px;
      border-right: solid 1px #d5d5d5;
    }
    footer .nav-02 a:nth-child(1) {
      border-left: solid 1px #d5d5d5;
    }

/* Copyright */
  .copy {
    width: 100%;
    padding-top: 17px;
    padding-bottom: 17px;
    background-color: #231815;
    text-align: center;
    color: #ffffff;
  }
  .copy img {
    max-width: 100%;
  }

/* =================================
Contents
================================= */
.contents {
  width: 100%;
  margin: 0 auto 100px;
}

/* Title */
.contents-header {
  width: 100%;
  margin: 60px auto 80px;
  padding: 0 15px 10px;
  border-bottom: solid 1px #E7E7E7;
}
.contents-header h1 {
  width: 280px;
}
.contents-header ul {
  -webkit-flex: 1;
  flex: 1;
  -js-display: -webkit-flex;
  display: -webkit-flex;
  -webkit-justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  
  margin: 15px 0 0 0;
  padding: 0;
  list-style: none;
}
  .contents-header li {
    margin: 5px 5px 0 0;
  }
  .contents-header li:nth-child(1) {
    margin-left: 0;
  }
  .contents-header li a {
    display: inline-block;
    padding: 5px 7px 6px;
    color: #000000;
    font-size: 13px;
    line-height: 1em;
    letter-spacing: 0;
    text-decoration: none;
    border: solid 1px #000000;
  }
  .contents-header li a:hover {
    color: #ffffff;
    background: #CF055E;
  }
  .contents-header li a.active {
    color: #ffffff;
    background: #CF055E;
  }

    .contents img {
      max-width: 100%;
      height: auto;
    }

/* Section */
  .sec-01 {
    margin-bottom: 70px;
  }

/* =================================
Animation
================================= */
body {
	/*
  -webkit-animation: fadeIn 1.0s 1 1.0s ease-in normal forwards;
  animation: fadeIn 1.0s 1 1.0s ease-in normal forwards;
  
  opacity: 0;
	*/
}
@keyframes fadeIn {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-webkit-keyframes fadeIn {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}

.effect-01 {
  -webkit-transform: translate( 0, 50px );
  -webkit-transition: all 1.0s;
  transform: translate( 0, 50px );
  transition: all 1s;
  opacity: 0;
}
.effect-01.is_acrive {
  opacity: 1;
  -webkit-transform: translate( 0, 0 );
  transform: translate( 0, 0 );
}

/* =================================
Main Image
================================= */
.hero-page {
  overflow: hidden;
  position: relative;
  width: 100%;
  max-width: 100%;
  margin: 60px auto 0;
  letter-spacing: 0.2em;
}
  .hero-page-in {
    width: 100%;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
  }
    .hero-page-in > div {
      position: relative;
      width: 500px;
      max-width: 100%;
      height: 100%;
      padding: 60px 0 50px 0;
    }
      .hero-page-in.left > div::before {
        content: '';
        display: block;
        position: absolute;
        right: 0;
        top: 0;
        width: 300%;
        height: 100%;
        background-color: rgba(255, 255, 255, 0.8);
      }
      .hero-page-in.right > div::before {
        content: '';
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        width: 300%;
        height: 100%;
        background-color: rgba(255, 255, 255, 0.8);
      }
    .hero-page-in.left > div {
      margin-right: auto;
    }
    .hero-page-in.right > div {
      margin-left: auto;
    }
    .hero-page-in p {
      position: relative;
      padding-right: 25px;
      padding-left: 25px;
    }
  .hero-page h1 {
    display: block;
    position: relative;
    margin-bottom: 40px;
    text-align: center;
  }
    .hero-page h1 img {
      display: inline-block;
    }

/* =================================
Navigation
================================= */
.nav-cmn-01 {
  -js-display: -webkit-flex;
  display: -webkit-flex;
  -webkit-justify-content: center;
  -webkit-flex-wrap: wrap;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}
  .nav-cmn-01 a {
    display: block;
    width: 50%;
  }
    .nav-cmn-01 img {
      display: block;
      max-width: 100%;
      height: auto;
    }

/* =================================
Box
================================= */
  .box-01 {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
  }

/* =================================
Grid
================================= */
/* 料金表など */
.grid-cmn-01 {
  -js-display: -webkit-flex;
  display: -webkit-flex;
  -webkit-justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  
  width: 100%;
  padding-top: 30px;
  padding-bottom: 30px;
  border-bottom: solid 1px #d5d5d5;
}
.grid-cmn-01:first-child {
  padding-top: 0;
}
  .grid-cmn-01 img {
    display: block;
    max-width: 100%;
    height: auto;
  }
  .grid-cmn-01 div:nth-child(1) {
    width: 100%;
    margin-bottom: 20px;
    font-size: 16px;
    letter-spacing: 0.2em;
  }
  .grid-cmn-01 div:nth-child(2) {
    width: 100%;
    letter-spacing: 0.2em;
  }
    .grid-cmn-01 span {
      display: inline-block;
    }
    .grid-cmn-01 .span-01 {
      width: 100%;
    }
    .grid-cmn-01 .span-02 {
      width: 100%;
    }

/* =================================
List
================================= */
.list-cmn-01 {
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}
  .list-cmn-01 > li {
    margin-bottom: 20px;
  }
  .list-cmn-01 > li:last-child {
    margin-bottom: 0;
  }

.list-cmn-02 {
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}
  .list-cmn-02 > li {
    padding-bottom: 10px;
  }
  .list-cmn-01 .line-01,
  .list-cmn-02 .line-01 {
    margin-bottom: 10px;
    padding-bottom: 5px;
    border-bottom: solid 1px #d5d5d5;
  }
  .list-cmn-01 .line-02,
  .list-cmn-02 .line-02 {
    margin-bottom: 10px;
    padding-bottom: 5px;
    border-bottom: dashed 1px #d5d5d5;
  }
  .list-cmn-01 .split {
    display: block;
  }

/* =================================
Text Design
================================= */
/* System */
.err-system {
  padding: 30px 0;
  text-align: center;
  color: #cc0000;
}

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

.ttl-cmn-01 {
  position: relative;
  width: 100%;
  color: #000000;
  font-size: 20px;
  font-weight: 400;
  line-height: 1em;
}
  .ttl-cmn-01 img {
    display: block;
    margin-bottom: 16px;
  }

.ttl-cmn-02 {
  margin-bottom: 30px;
  color: #000000;
  font-size: 16px;
  line-height: 1em;
  font-weight: 400;
  letter-spacing: 0.2em;
}
  .ttl-cmn-02 span:nth-child(1) {
    display: inline-block;
    margin-right: 10px;
    padding: 7px 10px 7px;
    font-size: 13px;
    line-height: 1em;
    letter-spacing: 0;
    border: solid 1px #000000;
  }

/* Decoration */
.txt-strong-01 {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.2em;
}
.txt-strong-02 {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.2em;
}
.txt-strong-03 {
  font-weight: 700;
  letter-spacing: 0.2em;
}
.txt-strong-04 {
  font-size: 16px;
  letter-spacing: 0.2em;
}

.txt-col-01 {
  color: #aa1b48;
}
.txt-col-02 {
  color: #e60012;
}

.txt-cmn-01 {
  font-size: 16px;
  letter-spacing: 0.2em;
}
.txt-cmn-02 {
  color: #aa1b48;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.2em;
}
.txt-cmn-03 {
  color: #aa1b48;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.2em;
}
.txt-cmn-05 {
  font-weight: 700;
}

.resp-br {
  display: none;
}

.txt-center-01 {
  text-align: left;
  letter-spacing: 0.2em;
}
.txt-center-01 br {
  display: none;
}

.txt-right {
  text-align: right;
}
.s-sec-01 {
  margin-top: 80px;
}

/* =================================
Image
================================= */
.img-center {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

/* =================================
Space & Size
================================= */
*.s-mt-00 { margin-top: 0 !important; }
*.s-mt-05 { margin-top: 5px !important; }
*.s-mt-10 { margin-top: 10px !important; }
*.s-mt-20 { margin-top: 20px !important; }
*.s-mt-30 { margin-top: 30px !important; }
*.s-mt-40 { margin-top: 40px !important; }
*.s-mt-50 { margin-top: 50px !important; }
*.s-mt-60 { margin-top: 60px !important; }
*.s-mt-70 { margin-top: 70px !important; }
*.s-mt-80 { margin-top: 80px !important; }
*.s-mt-90 { margin-top: 90px !important; }
*.s-mt-100 { margin-top: 100px !important; }
*.s-mb-05 { margin-bottom: 5px !important; }
*.s-mb-10 { margin-bottom: 10px !important; }
*.s-mb-20 { margin-bottom: 20px !important; }
*.s-mb-30 { margin-bottom: 30px !important; }
*.s-mb-40 { margin-bottom: 40px !important; }
*.s-mb-50 { margin-bottom: 50px !important; }
*.s-mb-60 { margin-bottom: 60px !important; }
*.s-mb-70 { margin-bottom: 70px !important; }
*.s-mb-80 { margin-bottom: 80px !important; }
*.s-mb-90 { margin-bottom: 90px !important; }
*.s-mb-100 { margin-bottom: 100px !important; }
*.s-mr-00 { margin-right: 0 !important; }
*.s-mr-05 { margin-right: 5px !important; }
*.s-mr-10 { margin-right: 10px !important; }
*.s-mr-20 { margin-right: 20px !important; }
*.s-mr-30 { margin-right: 30px !important; }
*.s-mr-40 { margin-right: 40px !important; }
*.s-mr-50 { margin-right: 50px !important; }
*.s-mr-60 { margin-right: 60px !important; }
*.s-mr-70 { margin-right: 70px !important; }
*.s-mr-80 { margin-right: 80px !important; }
*.s-mr-90 { margin-right: 90px !important; }
*.s-mr-100 { margin-right: 100px !important; }
*.s-ml-00 { margin-left: 0 !important; }
*.s-ml-05 { margin-left: 5px !important; }
*.s-ml-10 { margin-left: 10px !important; }
*.s-ml-20 { margin-left: 20px !important; }
*.s-ml-30 { margin-left: 30px !important; }
*.s-ml-40 { margin-left: 40px !important; }
*.s-ml-50 { margin-left: 50px !important; }
*.s-ml-60 { margin-left: 60px !important; }
*.s-ml-70 { margin-left: 70px !important; }
*.s-ml-80 { margin-left: 80px !important; }
*.s-ml-90 { margin-left: 90px !important; }
*.s-ml-100 { margin-left: 100px !important; }

*.s-size-01 { display: inline-block; width: 120px !important; }

/* =================================
Media Queries
================================= */
@media screen and (min-width: 751px) {
  /* =================================
  Header
  ================================= */
  header {
    max-width: 1000px;
    padding: 25px 50px 0;
  }
    header .nav-01 {
      -js-display: -webkit-flex;
      display: -webkit-flex;
      -webkit-justify-content: flex-start;
      -webkit-align-items: center;
      -webkit-flex-wrap: wrap;
      display: flex;
      justify-content: flex-start;
      align-items: center;
      flex-wrap: wrap;
      
      position: absolute;
      right: 50px;
      top: 32px;
    }
      header .nav-01 a {
        -webkit-transition: opacity 0.5s ease;
        transition: opacity 0.5s ease;
        
        display: inline-block;
        color: #000000;
        line-height: 1em;
        text-decoration: none;
      }
      header .nav-01 a:nth-child(2) {
        /*display: none;*/
      }
      header .nav-01 a:nth-child(1) {
        padding-top: 7px;;
      }
      header .nav-01 a:nth-child(n+2) {
        margin-left: 25px;
      }
      header .nav-01 a img {
        display: inline-block;
        position: relative;
        top: 3px;
        margin-right: 10px;
      }
      header .nav-01 a:hover {
        opacity: 0.8;
      }
      header .nav-01 .btn-language {
        width: 150px;
        padding: 5px 0 5px;
        text-align: center;
        border: solid 1px #000000;
      }
      .header nav-01 a:last-child {
        margin-right: 0;
      }
    header .nav-02 {
      -js-display: -webkit-flex;
      display: -webkit-flex;
      -webkit-justify-content: flex-start;
      -webkit-align-items: flex-end;
      -webkit-flex-wrap: wrap;
      display: flex;
      justify-content: flex-start;
      align-items: flex-end;
      flex-wrap: wrap;
      
      width: 700px;
      margin-top: 40px;
      font-size: 14px;
      line-height: 1em;
    }
      header .nav-02 a {
        -webkit-transition: opacity 0.5s ease;
        transition: opacity 0.5s ease;
        
        display: inline-block;
        color: #000000;
        font-size: 14px;
        line-height: 1em;
        text-decoration: none;
      }
      header .nav-02 a:nth-child(n+6) {
        margin-top: 15px;
      }
      .ie header .nav-02 a {
        -webkit-transition: opacity 0.0s ease;
        transition: opacity 0.0s ease;
      }
      header .nav-02 a:hover {
        opacity: 0.8;
      }
      header .nav-02 a:last-child {
        margin-right: 0;
      }

/* Footer */
  footer .btn-pagetop-01 {
    display: block;
    width: 50px;
    margin: 0 auto 40px;
  }

  .box-banner {
    padding: 30px 50px;
  }

    .footer-in {
      -js-display: -webkit-flex;
      display: -webkit-flex;
      -webkit-justify-content: space-between;
      -webkit-flex-wrap: nowrap;
      display: flex;
      justify-content: space-between;
      flex-wrap: nowrap;
      
      max-width: 1000px;
      padding: 0 15px 5px 50px;
    }
      .footer-in .info {
        width: 30%;
      }
      
/* Contents */
  .contents-header {
    -webkit-justify-content:space-between;
    -webkit-flex-wrap: nowrap;
    -justify-content: space-between;
    flex-wrap: nowrap;
  }

/* Footer Navigation */
  footer .nav-01 {
    display: block;
    position: relative;
    width: 70%;
    margin-top: 7px;
    padding-left: 30px;
    line-height: 1em;
    list-style: none;
  }
    footer .nav-01 li {
      display: inline-block;
      padding-bottom: 15px;
    }
      footer .nav-01 a {
        -webkit-transition: opacity 0.5s ease;
        transition: opacity 0.5s ease;
        
        display: block;
        padding: 0 9px;
        color: #555555;
        font-size: 12px;
        line-height: 1em;
        text-decoration: none;
        border-left: solid 1px #9E9D9D;
      }
     footer .nav-01 a:hover {
        opacity: 0.8;
      }
     footer .nav-01 li.start a {
        border: none;
      }
      footer .nav-01 img {
        display: block;
        margin: 0 auto;
      }
  footer .nav-02 {
    display: none;
  }

  .contents {
    max-width: 1000px;
  }
    .contents-in {
      padding: 0 50px;
    }
    .contents-header {
      -js-display: -webkit-flex;
      display: -webkit-flex;
      -webkit-justify-content: space-between;
      -webkit-align-items: flex-end;
      -webkit-flex-wrap: wrap;
      display: flex;
      justify-content: space-between;
      align-items: flex-end;
      flex-wrap: wrap;
      
      padding: 0 50px 15px;
    }
      .contents-header ul {
        -webkit-justify-content: flex-end;
        justify-content: flex-end;
        margin: 5px 0 0 0;
      }

  .sec-01 {
    max-width: 1000px;
  }
    .box-01 {
      padding: 0 50px;
    }

  /* =================================
  Main Image
  ================================= */
  .hero-page {
    max-width: 1000px;
    max-width: 100%;
    height: 667px;
  }
  .hero-page .hero-page-in {
    height: 667px;
  }
    .hero-page-in p {
      padding: 0 50px;
    }

  .ttl-cmn-01 {
    width: auto;
  }
  .txt-center-01 {
    text-align: center;
  }
  .txt-center-01 br {
    display: block;
  }

  /* =================================
  List
  ================================= */
  .list-cmn-01 .split {
    display: inline-block;
  }

  .resp-br {
    display: block;;
  }
}

@media screen and (min-width: 641px) {
  /* =================================
  Grid
  ================================= */
  .grid-cmn-01 div:nth-child(1) {
    width: 22%;
    margin-bottom: 0;
  }
  .grid-cmn-01 div:nth-child(2) {
    width: 78%;
    padding-left: 10px;
  }

}

@media screen and (min-width: 500px) {
  a.btn-cmn-03 {
    min-width: 300px;
  }

  /* =================================
  Main Image
  ================================= */
  .hero-page .bg {
    height: 667px;
  }
    .hero-page .bg img {
      width: 1000px;
      height: auto;
    }

  /* =================================
  Navigation
  ================================= */
  .nav-cmn-01 {
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
    .nav-cmn-01 a {
      overflow: hidden;
      width: 25%;
    }
}


.nav-mobile {
  display: none;
}
.nav-mobile-sitemap {
  display: none;
}
@media screen and (max-width: 750px) {
  header .ttl {
    display: none;
  }
  .nav-mobile {
    -webkit-transition: all 0.7s ease;
    transition: all 0.7s ease;

    position: fixed;
    z-index: 21;
    left: 0;
    top: 0;
    width: 100%;
    height: 55px;
  }
  .nav-mobile::before {
    -webkit-transition: all 0.7s ease;
    transition: all 0.7s ease;
    
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 50px;
    background: rgba(0, 0, 0, 0.0);
  }
 .nav-mobile {
  display: block;
 }
 .nav-mobile .ttl {
    display: block;
    position: absolute;
    left: 10px;
    bottom: 1px;
    width: 100%;
    height: 50px;
  }
  
  .nav-mobile-btn {
    position: absolute;
    z-index: 22;
    right: 0;
    bottom: 5px;
    width: 50px;
    height: 50px;
    cursor: pointer;
  }
  .nav-mobile-btn span, .nav-mobile-btn::before, .nav-mobile-btn::after {
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    
  	position: absolute;
  	left: 10px;
  	width: 30px;
  	height: 3px;
  	background: #000000;
  	border-radius: 1px;
  }
  .nav-mobile-btn::before {
    content: '';
    top: 13px;
  }
  .nav-mobile-btn span {
    top: 23px;
  }
  .nav-mobile-btn::after {
    content: '';
    top: 33px;
  }
  .nav-mobile-active .nav-mobile-btn::before {
  	-webkit-transform: translateY(10px) rotate(-315deg);
  	transform: translateY(10px) rotate(-315deg);
  	height: 4px;
  }
  .nav-mobile-active .nav-mobile-btn span {
  	opacity: 0;
  }
  .nav-mobile-active .nav-mobile-btn::after {
  	-webkit-transform: translateY(-10px) rotate(315deg);
  	transform: translateY(-10px) rotate(315deg);
  	height: 4px;
  }

  .index .nav-mobile {
    height: 70px;
  }
  .index .nav-mobile::before {
    top: -50px;
  }
  .index .nav-mobile-btn span,
  .index .nav-mobile-btn::before,
  .index .nav-mobile-btn::after {
  	background: #FFFFFF;
  }
  .nav-mobile-scroll .nav-mobile {
    height: 55px;
  }
  .nav-mobile-scroll .nav-mobile::before {
    background: rgba(0, 0, 0, 0.8);
  }
  .nav-mobile-scroll .nav-mobile::before {
    top: 0px;
  }
  .nav-mobile-active .nav-mobile-btn span,
  .nav-mobile-active .nav-mobile-btn::before,
  .nav-mobile-active .nav-mobile-btn::after,
  .nav-mobile-scroll .nav-mobile-btn span,
  .nav-mobile-scroll .nav-mobile-btn::before,
  .nav-mobile-scroll .nav-mobile-btn::after {
  	background: #ffffff;
  }

  .nav-mobile-sitemap {
    -webkit-transition: all 0.7s ease;
    transition: all 0.7s ease;
    
    display: block;
    position: fixed;
    z-index: 20;
    left: 0;
    top: -100%;
    width: 100%;
    height: 100%;
    padding: 45px 15px 15px;
    background: rgba(0, 0, 0, 1.0);
  }
  .nav-mobile-active .nav-mobile-sitemap {
    top: 0%;
  }
    .nav-mobile-sitemap-in {
      width: 100%;
      height: 100%;
      overflow-y: scroll;
    }
      .nav-mobile-sitemap ul {
        -js-display: -webkit-flex;
        display: -webkit-flex;
        -webkit-justify-content: space-between;
        -webkit-flex-wrap: wrap;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        
        width: 100%;
        list-style: none;
      }
        .nav-mobile-sitemap li {
          width: 50%;
        }
          .nav-mobile-sitemap a {
            display: inline-block;
            position: relative;
            padding: 20px 0 20px 0;
            color: #ffffff;
            font-size: 14px;
            line-height: 1em;
            text-decoration: none;
          }
          .nav-mobile-sitemap a::before {
            -webkit-transition: all 0.5s ease;
            transition: all 0.5s ease;
            
            content: '';
            display: inline-block;
            width: 10px;
            height: 10px;
            margin-right: 8px;
            vertical-align: -1px;
            border: solid 1px #ffffff;
          }
}
@media screen and (max-width: 640px) {
  .nav-mobile-sitemap li {
    width: 100%;
  }
}

@media screen and (min-width: 481px) {
  .grid-cmn-01 .span-01 {
    width: 150px;
  }
  .grid-cmn-01 .span-02 {
    width: 200px;
  }
}
