@charset "UTF-8";
body {
  background-color: #fff;
}

p, a, span, h1, h2, h3 {
  color: #333;
  font-family: 'Roboto', sans-serif;
}

p {
  font-weight: bold;
  font-size: 18px;
}

@media screen and (max-width: 768px) {
  p {
    /* `mq()` */
    font-size: 3.5vw;
  }
}

h2 {
  font-size: 40px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
  h2 {
    /* `mq()` */
    font-size: 6vw;
    padding: 5px 0px;
  }
}

h3 {
  text-align: center;
  margin-bottom: 30px;
  width: 100%;
  position: relative;
}

h3 span {
  font-size: 40px;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  h3 span {
    /* `mq()` */
    font-size: 5vw;
  }
}

.pcOnly {
  display: block;
}

@media screen and (max-width: 768px) {
  .pcOnly {
    /* `mq()` */
    display: none;
  }
}

.spOnly {
  display: none;
}

@media screen and (max-width: 768px) {
  .spOnly {
    /* `mq()` */
    display: block;
  }
}

.nav {
  position: fixed;
  width: 96vw;
  z-index: 1;
  padding: 1vw 2vw;
}

@media screen and (max-width: 768px) {
  .nav {
    /* `mq()` */
    width: 100%;
    padding: 2.5px 0;
    height: 45px;
    background-color: rgba(255, 255, 255, 0.8);
  }
}

.nav__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.nav a {
  font-weight: bold;
  font-size: 1.3em;
}

.nav a:hover {
  color: #aaa;
  text-decoration: underline;
}

.nav ul a {
  margin-right: 10px;
}

.mainImg {
  position: relative;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .mainImg {
    padding-top: 50px;
  }
}

.mainImg p {
  width: 40vw;
  max-width: 1000px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.mainWrap__topWrap {
  padding: 120px 0px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .mainWrap__topWrap {
    padding: 26vw 0vw 17vw;
  }
}

.mainWrap__profWrap {
  max-width: 1000px;
}

@media screen and (max-width: 768px) {
  .mainWrap__profWrap {
    max-width: 90%;
    margin: 0 auto;
  }
}

.mainWrap__profSingle {
  width: 40%;
}

.mainWrap__profSingle p {
  font-weight: bold;
  font-size: 1.5rem;
  margin-top: 1.5em;
}

@media screen and (max-width: 768px) {
  .mainWrap__profSingle p {
    font-size: 5vw;
    margin-bottom: 3vw;
    margin-top: 1em;
  }
}

.mainWrap__newsWrap {
  padding: 100px 15px;
}

@media screen and (max-width: 768px) {
  .mainWrap__newsWrap {
    padding: 10vw 0px;
  }
}

.mainWrap__newsWrap li {
  text-align: center;
  border-bottom: 1px dotted #ccc;
}

@media screen and (max-width: 768px) {
  .mainWrap__newsWrap li {
    text-align: left;
    width: 90%;
    margin: 0 auto 10px;
    display: block;
  }
}

.mainWrap__newsWrap li a {
  width: 100%;
}

.mainWrap__newsWrap li p:first-child {
  padding: 2%;
  width: 26%;
}

@media screen and (max-width: 768px) {
  .mainWrap__newsWrap li p:first-child {
    width: auto;
    border: 0px;
  }
}

.mainWrap__newsWrap li p:last-child {
  padding: 2%;
  width: 74%;
  text-align: left;
}

@media screen and (max-width: 768px) {
  .mainWrap__newsWrap li p:last-child {
    width: auto;
    border: 0px;
  }
}

.mainWrap__list {
  width: 100%;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 100px;
}

@media screen and (max-width: 768px) {
  .mainWrap__list {
    display: block;
    margin-bottom: 50px;
  }
}

.mainWrap__content {
  width: 40%;
  -webkit-transition: 2s;
  transition: 2s;
}

@media screen and (max-width: 768px) {
  .mainWrap__content {
    width: 80%;
    margin: 0 auto;
  }
}

.mainWrap__content:hover {
  -webkit-transition: 2s;
  transition: 2s;
  -webkit-transform: scale(1.1, 1.1);
          transform: scale(1.1, 1.1);
}

#movie {
  padding: 120px 0;
}

@media screen and (max-width: 768px) {
  #movie {
    padding: 16vw 0;
  }
}

#movie .youtubeWap {
  margin-top: 30px;
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

#movie .youtubeWap iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

#disco ul {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#disco ul li {
  width: 22%;
  margin-right: 4%;
  margin-bottom: 10%;
}

@media screen and (max-width: 768px) {
  #disco ul li {
    width: 37%;
    margin-right: 10%;
    background-color: #dedede;
    padding: 2%;
    margin-bottom: 10%;
  }
}

@media screen and (min-width: 769px) {
  #disco ul li:nth-child(3n) {
    margin-right: 0%;
  }
}

@media screen and (max-width: 768px) {
  #disco ul li:nth-child(2n) {
    margin-right: 0%;
  }
}

#twBox {
  width: 80%;
  margin: 0 auto 30px;
}

.footer {
  padding: 30px 0;
  text-align: center;
  background-color: #7e7e7e;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

img {
  width: 100%;
}

.content {
  max-width: 1000px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .content {
    padding: 0 4vw;
  }
}

.effect-fade {
  opacity: 0;
  -webkit-transform: translate(0, 100px);
          transform: translate(0, 100px);
  -webkit-transition: all 1s;
  transition: all 1s;
}

.effect-scroll {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

/*                                        */
/*                header                  */
/*                                        */
/* メニューボタン */
#spHeaderWap {
  background-color: rgba(255, 255, 255, 0.8);
  width: 100%;
  position: fixed;
  padding: 10px 0px;
  height: 30px;
  text-align: center;
  z-index: 1;
}

#spHeaderWap .spHeader img {
  width: 40px;
}

#btn-menu {
  position: absolute;
  top: 8px;
  right: 0px;
  width: 62px;
  padding: 0px 18px;
  color: #fff;
  background: none;
  z-index: 2;
  -webkit-transition: all .2s ease-in;
  transition: all .2s ease-in;
  float: right;
  border: none;
}

#btn-menu span {
  display: block;
  width: 100%;
  height: 3px;
  background: #333;
}

#btn-menu span:nth-of-type(1) {
  margin: 5px 0 0;
}

#btn-menu span:nth-of-type(2) {
  margin: 7px 0 0;
}

#btn-menu span:nth-of-type(3) {
  margin: 7px 0 5px;
}

/* メニュー */
#sp-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(150, 150, 150, 0.9);
  overflow: scroll;
  z-index: 1;
  -webkit-transition: all .3s ease-in;
  transition: all .3s ease-in;
  visibility: hidden;
  opacity: 0;
}

.open-menu #sp-menu {
  visibility: visible;
  opacity: 1;
}

#sp-menu-position {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.sp-menu-list {
  list-style: none;
}

.sp-menu-list a {
  font-size: 25px;
  font-weight: bold;
  color: #ffffff;
  /*letter-spacing:2px;*/
  padding: 10px;
  display: block;
  font-family: 'Fjalla One', sans-serif;
}

.topBox {
  padding-top: 60px;
}

.indexSns {
  border-top: 1px solid #aaa;
  border-bottom: 1px solid #aaa;
  text-align: center;
  padding: 20px 0;
}

.indexSns li {
  width: 25px;
  display: inline-block;
  margin: 0px 10%;
}

.sp-menu-list li.pcSns {
  display: inline-block;
}

.sp-menu-list li.pcSns a {
  width: 30px;
}

#spHeaderSns {
  font-size: 0px;
  position: absolute;
  left: 18px;
}

#spHeaderSns li {
  display: inline-block;
  width: 29px;
  padding-top: 6px;
  padding-right: 13px;
}
/*# sourceMappingURL=style.css.map */