@import url("https://fonts.googleapis.com/css?family=Roboto");
@import url("https://fonts.googleapis.com/css?family=Archivo+Narrow");
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 {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

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

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

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

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
}

/* ==========================================================================
Helper classes
========================================================================== */
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  *zoom: 1;
}

ul,
li,
dl,
dt,
dd {
  margin: 0;
  padding: 0;
}

h1 {
  margin: 0;
  padding: 0;
}

/*------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

media pc

------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
#loader-bg {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: url(../images/bg.png) repeat center top white;
  z-index: 1000;
}

#loader {
  font-family: 'Roboto', sans-serif;
  font-size: 20px;
  color: #000;
  letter-spacing: 2px;
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 400px;
  height: 1em;
  margin-top: -0.5em;
  margin-left: -200px;
  text-align: center;
  z-index: 1001;
  -webkit-animation: blink 0.8s ease-in-out infinite alternate;
  -moz-animation: blink 0.8s ease-in-out infinite alternate;
  animation: blink 0.8s ease-in-out infinite alternate;
}

.overlay {
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  position: absolute;
  z-index: 101;
  opacity: 0;
  display: none;
}

@-webkit-keyframes blink {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-moz-keyframes blink {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes blink {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fuwafuwa {
  0% {
    -webkit-transform: translate(0, 0);
  }

  50% {
    -webkit-transform: translate(0, -20px);
  }

  100% {
    -webkit-transform: translate(0, 0);
  }
}

@-moz-keyframes fuwafuwa {
  0% {
    -moz-transform: translate(0, 0);
  }

  50% {
    -moz-transform: translate(0, -20px);
  }

  100% {
    -moz-transform: translate(0, 0);
  }
}

@keyframes fade-in {
  0% {
    display: none;
    opacity: 0;
  }

  1% {
    display: block;
    opacity: 0;
  }

  100% {
    display: block;
    opacity: 1;
  }
}

@-moz-keyframes fade-in {
  0% {
    display: none;
    opacity: 0;
  }

  1% {
    display: block;
    opacity: 0;
  }

  100% {
    display: block;
    opacity: 1;
  }
}

@-webkit-keyframes fade-in {
  0% {
    display: none;
    opacity: 0;
  }

  1% {
    display: block;
    opacity: 0;
  }

  100% {
    display: block;
    opacity: 1;
  }
}

@-webkit-keyframes navidelay {
  100% {
    opacity: 1;
  }
}

@keyframes navidelay {
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes navidelay {
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes navidelay {
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

@-webkit-keyframes move {
  25% {
    -webkit-transform: translate(120px, 0px);
    -moz-transform: translate(120px, 0px);
    -o-transform: translate(120px, 0px);
    transform: translate(120px, 0px);
  }

  50% {
    -webkit-transform: translate(120px, 120px);
    -moz-transform: translate(120px, 120px);
    -o-transform: translate(120px, 120px);
    transform: translate(120px, 120px);
  }

  75% {
    -webkit-transform: translate(0px, 120px);
    -moz-transform: translate(0px, 120px);
    -o-transform: translate(0px, 120px);
    transform: translate(0px, 120px);
  }

  100% {
    -webkit-transform: translate(0px, 120px);
    -moz-transform: translate(0px, 120px);
    -z-transform: translate(0px, 120px);
    transform: translate(0px, 120px);
  }
}

@-webkit-keyframes pop {
  0% {
    -webkit-transform: translateY(0);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateY(20px);
    opacity: 0;
  }
}

@media screen and (min-width: 768px) {
  /*Top&Underlayer common*/
  @-webkit-keyframes hover {
    0% {
      -webkit-transform: translateX(0);
    }

    100% {
      -webkit-transform: translateX(100%);
    }
}

  html,
  body {
    text-align: left;
    width: 100%;
    height: 100%;
  }

  html {
    font-size: 62.5%;
  }

  body {
    min-width: 100%;
    color: #333333;
    font-size: 14px;
    line-height: 1.8;
    background: url(../images/bg.png) repeat center top;
    font-family: "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
    /*&.active {
        .overlay {
            display: block;
            position: fixed;
            left: 0;
            top: 0;
            -webkit-transform: translateY(-100%);
            -ms-transform: translateY(-100%);
            transform: translateY(-100%);
            -webkit-animation: navidelay 0.1s ease 0.1s 1 forwards;
            animation: navidelay 0.1s ease 0.1s 1 forwards;
        }
        #wrapper #main {
            nav {
                position: fixed !important;
                display: block;
                li {
                    -webkit-transform: translateY(-100%);
                    -ms-transform: translateY(-100%);
                    transform: translateY(-100%);
                    img {
                        width: 60%;
                    }
                    &.navi01 {
                        top: 0;
                        left: 0;
                        -webkit-animation: navidelay 0.1s ease 0.1s 1 forwards;
                        animation: navidelay 0.1s ease 0.1s 1 forwards;
                    }
                    &.navi02 {
                        top: 50px;
                        left: 0;
                        -webkit-animation: navidelay 0.15s ease 0.15s 1 forwards;
                        animation: navidelay 0.15s ease 0.15s 1 forwards;
                    }
                    &.navi03 {
                        top: 100px;
                        left: 0;
                        -webkit-animation: navidelay 0.2s ease 0.2s 1 forwards;
                        animation: navidelay 0.2s ease 0.2s 1 forwards;
                    }
                    &.navi04 {
                        top: 150px;
                        left: 0;
                        -webkit-animation: navidelay 0.25s ease 0.25s 1 forwards;
                        animation: navidelay 0.25s ease 0.25s 1 forwards;
                    }
                    &.navi05 {
                        top: 200px;
                        left: 0;
                        -webkit-animation: navidelay 0.3s ease 0.3s 1 forwards;
                        animation: navidelay 0.3s ease 0.3s 1 forwards;
                    }
                    &.navi06 {
                        top: 250px;
                        left: 0;
                        -webkit-animation: navidelay 0.35s ease 0.35s 1 forwards;
                        animation: navidelay 0.35s ease 0.35s 1 forwards;
                    }
                    &.navi07 {
                        top: 300px;
                        left: 0;
                        -webkit-animation: navidelay 0.4s ease 0.4s 1 forwards;
                        animation: navidelay 0.4s ease 0.4s 1 forwards;
                    }
                    &.navi08 {
                        top: 370px;
                        left: 0;
                        -webkit-animation: navidelay 0.4s ease 0.4s 1 forwards;
                        animation: navidelay 0.4s ease 0.4s 1 forwards;
                        text-align: center;
                        a {
                            display: inline-block;
                            margin: 0 18px;
                        }
                    }
                }
            }
        }
    }*/
  }

  a {
    color: #333333;
    text-decoration: none;
  }
  a img {
    transition: all 0.2s ease;
  }
  a:hover {
    color: #333333;
    text-decoration: underline;
  }
  a:hover img {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
    opacity: 0.7;
  }

  img {
    vertical-align: top;
  }

  ul {
    list-style-type: none;
  }

  .spOnly {
    display: none !important;
  }

  .cs {
    font-size: 18px;
    text-align: center;
    display: block;
    width: 100%;
  }

  .btn a {
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    width: 200px;
    height: 50px;
    line-height: 50px;
    border: 1px solid #fff;
    display: block;
    text-align: center;
  }
  .btn a:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
    opacity: 0.7;
    text-decoration: none;
    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
  }

  #wrapper {
    width: 100%;
    height: 100%;
  }
  #wrapper header {
    height: 100px;
    line-height: 100px;
    background: url(../images/bg.png) repeat center top white;
    position: fixed;
    width: 100%;
    z-index: 5;
    border-bottom: 1px solid #000;
  }
  #wrapper header .inner {
    width: 1000px;
    margin: 0 auto;
    position: relative;
  }
  #wrapper header .inner #menu {
    display: none;
  }
  #wrapper header .inner h1 {
    padding-top: 30px;
  }
  #wrapper header .inner nav {
    position: absolute;
    right: 0;
    top: 0;
    font-family: 'Roboto', sans-serif;
  }
  #wrapper header .inner nav ul {
    overflow: hidden;
  }
  #wrapper header .inner nav ul li {
    float: left;
    margin: 0 0 0 20px;
    font-size: 16px;
    font-weight: bold;
  }
  #wrapper header .inner nav ul li.instagram {
    margin-left: 40px;
  }
  #wrapper #main_v {
    padding-top: 100px;
    height: 700px;
    overflow: hidden;
    position: relative;
    box-sizing: border-box;
    min-width: 1040px;
    background-color: #000;
  }
  #wrapper #main_v .slick-prev,
  #wrapper #main_v .slick-next {
    top: 31% !important;
  }
  #wrapper #main_v .logo,
  #wrapper #main_v .lead,
  #wrapper #main_v .btn {
    position: absolute;
  }
  #wrapper #main_v .logo {
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
  }
  #wrapper #main_v .lead {
    left: 0;
    top: 420px;
    width: 100%;
    text-align: center;
    color: #fff;
  }
  #wrapper #main_v .btn {
    left: 50%;
    top: 520px;
    margin: 0 0 0 -100px;
  }
  #wrapper #main_v ul li {
    display: block;
    opacity: .6;
  }
  #wrapper #main_v ul li img {
    width: 100%;
    height: auto;
  }
  #wrapper #contents {
    z-index: 2;
    position: relative;
    text-align: center;
  }
  #wrapper #contents.thanks {
    padding-top: 100px;
  }
  #wrapper #contents.thanks h2 {
    font-weight: bold;
    font-size: 30px;
  }
  #wrapper #contents .inner {
    width: 1000px;
    margin: 0 auto;
  }
  #wrapper #contents h2 {
    font-family: 'Archivo Narrow', sans-serif;
    font-weight: bold;
    margin-bottom: 30px;
    position: relative;
    padding-bottom: 40px;
    margin-bottom: 40px;
  }
  #wrapper #contents h2:before {
    content: url(../images/title_boder.png);
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -12px;
  }
  #wrapper #contents h2 span {
    display: block;
    font-size: 24px;
    margin: 25px 0 0;
    line-height: 1.0em;
  }
  #wrapper #contents h3 {
    font-size: 40px;
    font-weight: bold;
    position: relative;
    z-index: 2;
  }
  #wrapper #contents .h3_s {
    text-align: center;
    font-size: 30px;
    font-family: 'Roboto', sans-serif;
    color: #33ccff;
    display: block;
    font-weight: normal;
    font-style: italic;
    margin-top: -32px;
    z-index: 1;
    line-height: 1em;
    margin-bottom: 30px;
  }
  #wrapper #contents section {
    padding: 160px 0 30px;
    margin-top: -80px;
  }
  #wrapper #contents section#sec02 .txt01 {
    margin: 20px 0 20px;
  }
  #wrapper #contents section#sec02 .txt01 span {
    display: block;
    font-weight: bold;
  }
  #wrapper #contents section#sec02 .l_b {
    float: left;
  }
  #wrapper #contents section#sec02 .r_b {
    float: left;
  }
  #wrapper #contents section#sec02 .l_b,
  #wrapper #contents section#sec02 .r_b {
    font-size: 12px;
    line-height: 1.6;
  }
  #wrapper #contents section#sec02 .l_b span,
  #wrapper #contents section#sec02 .r_b span {
    line-height: 1.0;
    font-size: 22px;
    font-weight: bold;
    display: block;
  }
  #wrapper #contents section#sec02 .box01,
  #wrapper #contents section#sec02 .box02 {
    overflow: hidden;
    height: 320px;
    background-color: #fff;
    text-align: left;
    line-height: 2em;
    margin: 0 0 60px;
  }
  #wrapper #contents section#sec02 .box01 {
    margin-top: 50px;
  }
  #wrapper #contents section#sec02 .box01 .l_b {
    width: 600px;
  }
  #wrapper #contents section#sec02 .box01 .r_b {
    width: 400px;
    padding: 30px 20px 20px;
    box-sizing: border-box;
  }
  #wrapper #contents section#sec02 .box02 .l_b {
    width: 400px;
    padding: 25px 40px 20px 30px;
    box-sizing: border-box;
  }
  #wrapper #contents section#sec02 .box02 .r_b {
    width: 600px;
  }
  #wrapper #contents section#sec02 ul {
    overflow: hidden;
    margin-right: -35px;
    padding-top: 20px;
  }
  #wrapper #contents section#sec02 ul li {
    width: 310px;
    margin-right: 35px;
    float: left;
    text-align: left;
    line-height: 2.0em;
  }
  #wrapper #contents section#sec02 ul li .ttl {
    text-align: left;
    padding-left: 80px;
    margin-left: 44px;
    margin-bottom: 20px;
  }
  #wrapper #contents section#sec02 ul li .ttl span {
    line-height: 73px;
  }
  #wrapper #contents section#sec02 ul li:nth-child(1n) .ttl {
    background: url(../images/icon01.png) no-repeat left top;
  }
  #wrapper #contents section#sec02 ul li:nth-child(2n) .ttl {
    background: url(../images/icon02.png) no-repeat left top;
  }
  #wrapper #contents section#sec02 ul li:nth-child(3n) .ttl {
    background: url(../images/icon03.png) no-repeat left top;
  }
  #wrapper #contents section#sec03 table {
    width: 100%;
  }
  #wrapper #contents section#sec03 table tr:nth-child(odd) th,
  #wrapper #contents section#sec03 table tr:nth-child(odd) td {
    background-color: #EBEBEB;
  }
  #wrapper #contents section#sec03 table tr:nth-child(even) th,
  #wrapper #contents section#sec03 table tr:nth-child(even) td {
    background-color: #DDDDDD;
  }
  #wrapper #contents section#sec03 table th,
  #wrapper #contents section#sec03 table td {
    padding: 10px;
    border-bottom: transparent 2px solid;
  }
  #wrapper #contents section#sec03 table th {
    font-weight: bold;
    width: 180px;
    padding-left: 20px;
    box-sizing: border-box;
  }
  #wrapper #contents section#sec03 table td span {
    display: block;
    font-size: 16px;
    padding-top: 10px;
  }
  #wrapper #contents section#sec03 table td span.sttl {
    font-weight: bold;
    font-size: 18px;
  }
  #wrapper #contents section#sec04 ul {
    margin-top: 35px;
    width: 1000px;
    height: 500px;
  }
  #wrapper #contents section#sec04 ul li {
    width: 1000px;
    height: 500px;
  }
  #wrapper #contents section#sec04 ul li.s01 {
    background: url(../images/member01.png) no-repeat center top;
  }
  #wrapper #contents section#sec04 ul li.s02 {
    background: url(../images/member02.png) no-repeat center top;
  }
  #wrapper #contents section#sec04 ul li.s03 {
    background: url(../images/member03.png) no-repeat center top;
  }
  #wrapper #contents section#sec04 ul li div {
    width: 800px;
    margin: 200px auto 0;
    color: #fff;
    text-align: left;
  }
  #wrapper #contents section#sec04 ul li div .ttl {
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 15px;
  }
  #wrapper #contents section#sec04 ul li div .txt {
    font-size: 16px;
  }
  #wrapper #contents section#sec05 p {
    text-align: left;
    line-height: 2em;
  }
  #wrapper #contents section#sec06 table {
    width: 600px;
    margin: 0 auto;
  }
  #wrapper #contents section#sec06 table tr td {
    display: none;
  }
  #wrapper #contents section#sec06 table tr td,
  #wrapper #contents section#sec06 table tr th {
    width: 600px;
    border-bottom: transparent 30px solid;
  }
  #wrapper #contents section#sec06 table tr td .i01,
  #wrapper #contents section#sec06 table tr td .i02,
  #wrapper #contents section#sec06 table tr th .i01,
  #wrapper #contents section#sec06 table tr th .i02 {
    background-color: rgba(255, 255, 255, 0.5);
    width: 100%;
    border: 1px solid #fff;
  }
  #wrapper #contents section#sec06 table tr td .i01,
  #wrapper #contents section#sec06 table tr th .i01 {
    line-height: 50px;
    padding: 0 10px;
  }
  #wrapper #contents section#sec06 table tr td .i02,
  #wrapper #contents section#sec06 table tr th .i02 {
    padding: 10px;
    height: 200px;
  }
  #wrapper #contents section#sec06 .btnArea input {
    background-color: rgba(255, 255, 255, 0.5);
    width: 150px;
    height: 40px;
    line-height: 40px;
    border: 1px solid #ccc;
  }
  #wrapper #contents section#sec06 .btnArea input:hover {
    opacity: 0.6;
  }
  #wrapper #contents footer {
    text-align: center;
    height: 50px;
    line-height: 50px;
    font-family: 'Libre Baskerville', serif;
    color: #000;
    background: url(../images/top_bg01.png) repeat center top;
  }

  /*#page-top {
      position: fixed;
      bottom: 43px;
      right: 10px;
      z-index: 4;
      a {
          background: url("../img/pagetop.png") no-repeat;
          height: 40px;
          width: 40px;
          display: block;
          text-indent: -9999px;
          &:hover {
              @include opacity(0.7);
          }
      }
  }*/
}
/*------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

media sp

------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width: 767px) {
  #loader img {
    width: 20%;
  }

  /*Basic*/
  html {
    height: 100%;
    font-size: 62.5%;
  }

  body {
    font-family: "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
    color: #333333;
    font-size: 1.3rem;
    line-height: 170%;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -o-text-size-adjust: 100%;
    text-size-adjust: 100%;
    margin: 0;
    background: #000;
    width: 100%;
    height: 100%;
    background: url(../images/bg.png) repeat center top;
  }
  body.active .overlay {
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-animation: navidelay 0.1s ease 0.1s 1 forwards;
    animation: navidelay 0.1s ease 0.1s 1 forwards;
  }
  body.active #wrapper nav {
    position: fixed !important;
    display: block !important;
  }
  body.active #wrapper nav li {
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  body.active #wrapper nav li img {
    width: 60%;
  }
  body.active #wrapper nav li.navi01 {
    top: 0;
    left: 0;
    -webkit-animation: navidelay 0.1s ease 0.1s 1 forwards;
    animation: navidelay 0.1s ease 0.1s 1 forwards;
  }
  body.active #wrapper nav li.navi02 {
    top: 50px;
    left: 0;
    -webkit-animation: navidelay 0.15s ease 0.15s 1 forwards;
    animation: navidelay 0.15s ease 0.15s 1 forwards;
  }
  body.active #wrapper nav li.navi03 {
    top: 100px;
    left: 0;
    -webkit-animation: navidelay 0.2s ease 0.2s 1 forwards;
    animation: navidelay 0.2s ease 0.2s 1 forwards;
  }
  body.active #wrapper nav li.navi04 {
    top: 150px;
    left: 0;
    -webkit-animation: navidelay 0.25s ease 0.25s 1 forwards;
    animation: navidelay 0.25s ease 0.25s 1 forwards;
  }
  body.active #wrapper nav li.navi05 {
    top: 200px;
    left: 0;
    -webkit-animation: navidelay 0.3s ease 0.3s 1 forwards;
    animation: navidelay 0.3s ease 0.3s 1 forwards;
  }
  body.active #wrapper nav li.navi06 {
    top: 250px;
    left: 0;
    -webkit-animation: navidelay 0.35s ease 0.35s 1 forwards;
    animation: navidelay 0.35s ease 0.35s 1 forwards;
  }
  body.active #wrapper nav li.navi07 {
    top: 300px;
    left: 0;
    -webkit-animation: navidelay 0.4s ease 0.4s 1 forwards;
    animation: navidelay 0.4s ease 0.4s 1 forwards;
  }
  body.active #wrapper nav li.navi08 {
    top: 150px;
    left: 0;
    -webkit-animation: navidelay 0.25s ease 0.25s 1 forwards;
    animation: navidelay 0.25s ease 0.25s 1 forwards;
    text-align: center;
  }
  body.active #wrapper nav li.navi08 a {
    display: inline-block;
    margin: 0 18px;
  }
  body.active #wrapper nav li.instagram {
    border-bottom: none;
    top: 200px;
    left: 0;
    -webkit-animation: navidelay 0.25s ease 0.25s 1 forwards;
    animation: navidelay 0.25s ease 0.25s 1 forwards;
    text-align: center;
  }

  input[type="submit"] {
    -webkit-appearance: none;
  }

  input {
    -webkit-appearance: none;
    border-radius: 0;
  }

  body,
  html {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }

  a {
    color: #333333;
    text-decoration: none;
  }

  a:hover {
    color: #333333;
  }

  img {
    width: 100%;
    height: auto;
    vertical-align: top;
  }

  .pcOnly {
    display: none;
  }

  .cs {
    font-size: 1.6rem;
    text-align: center;
    display: block;
    width: 100%;
  }

  .btn a {
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    font-size: 1.2rem;
    font-weight: bold;
    width: 100px;
    height: 26px;
    line-height: 26px;
    border: 1px solid #fff;
    display: block;
    text-align: center;
  }
  .btn a:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
    opacity: 0.7;
    text-decoration: none;
    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
  }

  #wrapper {
    width: 100%;
    height: 100%;
  }
  #wrapper #main {
    position: relative;
    width: 100%;
    height: 100%;
  }

  #wrapper {
    width: 100%;
    height: 100%;
  }
  #wrapper header {
    height: 60px;
    background: url(../images/bg.png) repeat center top;
    position: fixed;
    width: 100%;
    z-index: 5;
  }
  #wrapper header .inner {
    position: relative;
    /*nav {
        display: none;
        position: absolute;
        right: 0;
        top: 0;
        font-family: 'Roboto', sans-serif;
        ul {
            overflow: hidden;
            li {
                float: left;
                margin: 0 0 0 20px;
                font-size: 16px;
                font-weight: bold;
            }
        }
    }*/
  }
  #wrapper header .inner #menu {
    overflow: hidden;
    width: 100%;
    position: fixed;
    top: 0;
    right: 0;
    height: auto;
    z-index: 104;
  }
  #wrapper header .inner #menu .menu-trigger {
    display: inline-block;
    transition: all .4s;
    box-sizing: border-box;
    float: right;
    position: relative;
    width: 20px;
    height: 15px;
    text-align: right;
    margin: 6% 4% 0 0;
  }
  #wrapper header .inner #menu .menu-trigger span {
    display: inline-block;
    transition: all .4s;
    box-sizing: border-box;
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #000;
    border-radius: 0;
  }
  #wrapper header .inner #menu .menu-trigger span:nth-of-type(1) {
    top: 0;
  }
  #wrapper header .inner #menu .menu-trigger span:nth-of-type(2) {
    top: 5px;
  }
  #wrapper header .inner #menu .menu-trigger span:nth-of-type(3) {
    top: 10px;
  }
  #wrapper header .inner #menu .menu-trigger.active span:nth-of-type(1) {
    -webkit-transform: translateY(5px) rotate(-45deg);
    transform: translateY(5px) rotate(-45deg);
  }
  #wrapper header .inner #menu .menu-trigger.active span:nth-of-type(2) {
    opacity: 0;
  }
  #wrapper header .inner #menu .menu-trigger.active span:nth-of-type(3) {
    -webkit-transform: translateY(-5px) rotate(45deg);
    transform: translateY(-5px) rotate(45deg);
  }
  #wrapper header .inner h1 {
    padding-top: 15px;
    padding-left: 10px;
  }
  #wrapper header .inner h1 img {
    width: 125px;
  }
  #wrapper header .inner nav {
    z-index: 102;
    position: absolute;
    top: 9%;
    left: 0;
    width: 100%;
    margin: 0;
    display: none;
  }
  #wrapper header .inner nav ul {
    position: relative;
    z-index: 100;
    text-align: center;
    width: 100%;
  }
  #wrapper header .inner nav ul li {
    opacity: 0;
    position: absolute;
    width: 100%;
    border-bottom: 1px solid #333;
    left: 0;
    /*&.navi08 {
        top: 350px;
    }*/
  }
  #wrapper header .inner nav ul li.navi01 {
    top: 0;
  }
  #wrapper header .inner nav ul li.navi02 {
    top: 50px;
  }
  #wrapper header .inner nav ul li.navi03 {
    top: 100px;
  }
  #wrapper header .inner nav ul li.navi04 {
    top: 150px;
  }
  #wrapper header .inner nav ul li.navi05 {
    top: 200px;
  }
  #wrapper header .inner nav ul li.navi06 {
    top: 250px;
  }
  #wrapper header .inner nav ul li.navi07 {
    top: 300px;
  }
  #wrapper header .inner nav ul li a {
    color: #000;
    font-size: 1.6rem;
    padding: 3% 0;
    display: block;
  }
  #wrapper #main_v {
    padding-top: 60px;
    height: 350px;
    overflow: hidden;
    position: relative;
    box-sizing: border-box;
  }
  #wrapper #main_v .slick-prev,
  #wrapper #main_v .slick-next {
    top: 39% !important;
  }
  #wrapper #main_v .logo,
  #wrapper #main_v .lead,
  #wrapper #main_v .btn {
    position: absolute;
  }
  #wrapper #main_v .logo {
    text-align: center;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
  }
  #wrapper #main_v .logo img {
    width: 50%;
  }
  #wrapper #main_v .lead {
    left: 50%;
    top: 52%;
    width: 250px;
    margin-left: -125px;
    text-align: center;
    color: #fff;
    font-size: 1.2rem;
  }
  #wrapper #main_v .btn {
    left: 50%;
    top: 86%;
    margin: 0 0 0 -50px;
  }
  #wrapper #main_v ul {
    background-color: #000;
  }
  #wrapper #main_v ul li img {
    display: none;
  }
  #wrapper #main_v ul li.s01 {
    background: url(../images/main_v_test01.jpg) no-repeat center top;
    background-size: cover;
    height: 350px;
    opacity: .6;
  }
  #wrapper #main_v .slick-next {
    right: 10px !important;
    background: url(../images/arrows_right.png) no-repeat;
    background-size: 17px 26px !important;
    height: 26px !important;
    width: 17px !important;
  }
  #wrapper #main_v .slick-prev {
    left: 10px;
    background: url(../images/arrows_left.png) no-repeat;
    background-size: 17px 26px !important;
    height: 26px !important;
    width: 17px !important;
  }
  #wrapper #contents {
    z-index: 2;
    position: relative;
    text-align: center;
    font-size: 1.2rem;
  }
  #wrapper #contents.thanks {
    padding-top: 100px;
  }
  #wrapper #contents.thanks h2 {
    font-weight: bold;
    font-size: 4.0rem;
  }
  #wrapper #contents h2 {
    font-family: 'Archivo Narrow', sans-serif;
    font-weight: bold;
    margin-bottom: 30px;
    position: relative;
    padding-bottom: 40px;
    margin-bottom: 20px;
  }
  #wrapper #contents h2 img {
    width: 40%;
  }
  #wrapper #contents h2:before {
    content: url(../images/title_boder.png);
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -12px;
  }
  #wrapper #contents h2 span {
    display: block;
    font-size: 24px;
    margin: 10px 0 0;
    line-height: 1.0em;
  }
  #wrapper #contents h3 {
    font-size: 2.0rem;
    font-weight: bold;
    position: relative;
    z-index: 2;
  }
  #wrapper #contents .h3_s {
    text-align: center;
    font-size: 1.5rem;
    font-family: 'Roboto', sans-serif;
    color: #33ccff;
    display: block;
    font-weight: normal;
    font-style: italic;
    margin-top: -12px;
    z-index: 1;
    line-height: 1em;
    margin-bottom: 30px;
  }
  #wrapper #contents section {
    padding: 80px 3% 15px;
    margin-top: -40px;
  }
  #wrapper #contents section#sec02 .txt01 {
    margin: 20px 0 20px;
  }
  #wrapper #contents section#sec02 .txt01 span {
    display: block;
    font-weight: bold;
  }
  #wrapper #contents section#sec02 .box01,
  #wrapper #contents section#sec02 .box02 {
    overflow: hidden;
    background-color: #fff;
    text-align: left;
    line-height: 2em;
    margin: 0 0 30px;
  }
  #wrapper #contents section#sec02 .l_b span,
  #wrapper #contents section#sec02 .r_b span {
    font-weight: bold;
    font-size: 1.4rem;
  }
  #wrapper #contents section#sec02 .box01 .r_b {
    padding: 3%;
    box-sizing: border-box;
  }
  #wrapper #contents section#sec02 .box02 .l_b {
    padding: 3%;
    box-sizing: border-box;
  }
  #wrapper #contents section#sec02 ul {
    overflow: hidden;
  }
  #wrapper #contents section#sec02 ul li {
    width: 100%;
    text-align: left;
    line-height: 2.0em;
    margin-bottom: 5%;
  }
  #wrapper #contents section#sec02 ul li .ttl {
    text-align: left;
    padding-left: 40px;
    margin-bottom: 5px;
  }
  #wrapper #contents section#sec02 ul li .ttl span {
    line-height: 40px;
  }
  #wrapper #contents section#sec02 ul li:nth-child(1n) .ttl {
    background: url(../images/icon01.png) no-repeat left top;
    background-size: 30px 33.5px;
  }
  #wrapper #contents section#sec02 ul li:nth-child(2n) .ttl {
    background: url(../images/icon02.png) no-repeat left top;
    background-size: 30px 33.5px;
  }
  #wrapper #contents section#sec02 ul li:nth-child(3n) .ttl {
    background: url(../images/icon03.png) no-repeat left top;
    background-size: 30px 33.5px;
  }
  #wrapper #contents section#sec03 table {
    width: 100%;
  }
  #wrapper #contents section#sec03 table tr:nth-child(odd) th,
  #wrapper #contents section#sec03 table tr:nth-child(odd) td {
    background-color: #EBEBEB;
  }
  #wrapper #contents section#sec03 table tr:nth-child(even) th,
  #wrapper #contents section#sec03 table tr:nth-child(even) td {
    background-color: #DDDDDD;
  }
  #wrapper #contents section#sec03 table th,
  #wrapper #contents section#sec03 table td {
    box-sizing: border-box;
    display: block;
    padding: 10px;
    border-bottom: transparent 2px solid;
    width: 100%;
  }
  #wrapper #contents section#sec03 table th {
    font-weight: bold;
    font-size: 1.4rem;
    padding-bottom: 0;
  }
  #wrapper #contents section#sec03 table td span {
    display: block;
    font-size: 1.3rem;
    padding-top: 10px;
  }
  #wrapper #contents section#sec03 table td span.sttl {
    font-weight: bold;
    font-size: 1.4rem;
  }
  #wrapper #contents section#sec04 .slick-next {
    right: 10px !important;
    background: url(../images/arrows_right.png) no-repeat;
    background-size: 17px 26px !important;
    height: 26px !important;
    width: 17px !important;
  }
  #wrapper #contents section#sec04 .slick-prev {
    left: 10px;
    background: url(../images/arrows_left.png) no-repeat;
    background-size: 17px 26px !important;
    height: 26px !important;
    width: 17px !important;
    z-index: 100;
  }
  #wrapper #contents section#sec04 ul {
    margin-top: 35px;
    height: 300px;
  }
  #wrapper #contents section#sec04 ul li {
    height: 300px;
  }
  #wrapper #contents section#sec04 ul li.s01 {
    background: url(../images/member01.png) no-repeat center top;
    background-size: cover;
  }
  #wrapper #contents section#sec04 ul li.s02 {
    background: url(../images/member02.png) no-repeat center top;
    background-size: cover;
  }
  #wrapper #contents section#sec04 ul li.s03 {
    background: url(../images/member03.png) no-repeat center top;
    background-size: cover;
  }
  #wrapper #contents section#sec04 ul li div {
    width: 80%;
    margin: 28px auto 0;
    color: #fff;
    text-align: left;
  }
  #wrapper #contents section#sec04 ul li div .ttl {
    font-size: 1.4rem;
    font-weight: bold;
    margin-bottom: 15px;
  }
  #wrapper #contents section#sec04 ul li div .txt {
    font-size: 1.1rem;
  }
  #wrapper #contents section#sec05 p {
    text-align: left;
    line-height: 2em;
  }
  #wrapper #contents section#sec06 table {
    width: 93%;
  }
  #wrapper #contents section#sec06 table tr td {
    display: none;
  }
  #wrapper #contents section#sec06 table tr td,
  #wrapper #contents section#sec06 table tr th {
    border-bottom: transparent 30px solid;
  }
  #wrapper #contents section#sec06 table tr td .i01,
  #wrapper #contents section#sec06 table tr td .i02,
  #wrapper #contents section#sec06 table tr th .i01,
  #wrapper #contents section#sec06 table tr th .i02 {
    background-color: rgba(255, 255, 255, 0.5);
    width: 100%;
    border: 1px solid #fff;
  }
  #wrapper #contents section#sec06 table tr td .i01,
  #wrapper #contents section#sec06 table tr th .i01 {
    line-height: 50px;
    padding: 0 10px;
    width: 100%;
  }
  #wrapper #contents section#sec06 table tr td .i02,
  #wrapper #contents section#sec06 table tr th .i02 {
    padding: 10px;
    height: 200px;
  }
  #wrapper #contents section#sec06 .btnArea input {
    background-color: rgba(255, 255, 255, 0.5);
    width: 100px;
    height: 30px;
    line-height: 30px;
    border: 1px solid #ccc;
  }
  #wrapper #contents section#sec06 .btnArea input:hover {
    opacity: 0.6;
  }
  #wrapper #contents footer {
    text-align: center;
    height: 50px;
    line-height: 50px;
    font-family: 'Libre Baskerville', serif;
    color: #000;
    background: url(../images/top_bg01.png) repeat center top;
  }
}
