@charset "utf-8";

/* =============================================================

　 Parts Setting

============================================================= */


/*  Container Setting
--------------------------------------------- */


/*  Header Setting
--------------------------------------------- */

.display-pc #header #logo a,
.display-pc #header.scroll #logo a {
  margin-top: 12px;
}
.display-pc #header.scroll #logo {
  margin-top: 0;
}

/* ------ Global Navi ------ */

#gnav .menu-list.menu-default,
.display-pc #header.scroll #gnav .menu-list.menu-top {
  display: none;
}

#gnav .menu-list.menu-top,
.display-pc #header.scroll #gnav .menu-list.menu-default {
  display: block;
}

@media screen and (max-width: 1359px) {
  .display-pc #header #logo a,
  .display-pc #header.scroll #logo a {
    width:  180px;
  }
  .display-pc #header #gnav .menu-list > ul > li {
    margin-left: 15px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 1260px) {
  .display-pc #header #logo a,
  .display-pc #header.scroll #logo a {
    width:  150px;
  }
  .display-pc #header #gnav .menu-list > ul > li {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 768px) {
  #gnav .menu-list > ul > li .br {
    display: none;
  }
}
@media screen and (max-width: 415px) {
  #gnav .menu-list a,
  #gnav .menu-list .btn {
    font-size: .85em;
  }
}

#gnav .menu-list .line {
  display: none;
}

#gnav .menu-list {
  overflow: inherit;
}
#gnav .menu-list > ul > li {
  vertical-align: bottom;
}
#gnav .menu-list .btn__add {
  position: absolute;
  top: 35px;
  left: 50%;
  transform: translate3d(-50%, 0px, 0px);
  font-size: 0;
  display: block;
  width: 108px;
  height: 22px;
  background-image: url("../../common/img/nav-add.svg");
  background-position: top left;
  background-repeat: no-repeat;
  background-size: 100%;
}
#gnav .menu-list .btn__add.is-lesson {
  background-image: url("../../common/img/nav-add-lesson.svg");
}
#gnav .menu-list .btn__add.is-fixed {
  top: 47px;
  background-image: url("../../common/img/nav-add-black.svg");
  width: calc(108px*.7);
  height: calc(22px*.7);
}
#gnav .menu-list .btn__add.is-fixed.is-lesson {
  background-image: url("../../common/img/nav-add-lesson-black.svg");
  top: 50px;
}
@media screen and (max-width: 768px) {
  #gnav .menu-list .btn__add {
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 15px;
    line-height: 1;
    margin-top: calc(2em/15);
    margin-left: calc(-130em/15);
    background: none;
    width: auto;
    height: auto;
    color: #e60012;
    transform: translate3d(0px, -50%, 0px);
  }
  #gnav .menu-list .btn__add.is-lesson {
    margin-left: calc(-160em/15);
    background: none;
  }
}
@media screen and (max-width: 415px) {
  #gnav .menu-list .btn__add {
    margin-top: 0;
    font-size: 13px;
  }
  #gnav .menu-list .btn__add.is-lesson {
    font-size: 11px;
    margin-left: calc(-170em/15);
  }
}


/*  Content Settings
--------------------------------------------- */

#content-top {
  position: relative;
  z-index: 2;
}

#content-main {
  overflow: hidden;
}

.mega-header {
  position: relative;
  overflow: hidden;
  height: 100vh;
  min-height: 100vh;
  background-color: #fff;
  transform: translate3d(0,0,0);
  transition: height .5s;
}

.mega-header iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

/*  Top Info
-------------------------- */

.section-topinfo {
  font-weight: bold;
}

.section-topinfo > .inner {
  padding-top: 18px;
  padding-bottom: 18px;
  text-align: center;
}

/*  About
-------------------------- */

.section-about {
  position: relative;
  z-index: 2;
  background: #fff;
  font-weight: bold;
}

.section-about > .inner {
  padding-top: 60px;
  padding-bottom: 30px;
}


/*  Site Navi
-------------------------- */

.section-sitenav {
  position: relative;
  z-index: 0;
}

.section-sitenav:before {
  position: absolute;
  transform: scale(1.5) rotate(10deg) translate(200px);
  top: 0;
  right: 0;
  left: 36%;
  z-index: -2;
  height: 852px;
  background: url(/common/img/bg-yellow-all-2.gif) no-repeat left top #fed327;
  content: "";
}

.section-sitenav > .inner {
  padding-top: 60px;
  padding-bottom: 10px;
}

.section-sitenav .thumb-list .thumb-inner img {
  height: 160px !important;
}

.section-sitenav .thumb-content .ttl {
  font-size: 1.04em;
}

/*  PickUp
-------------------------- */

.section-pickup {
  position: relative;
  z-index: 2;
}

.section-pickup .inner {
  padding-bottom: 20px;
}

.section-pickup .inner .ttl {
  margin-bottom: 0;
}

.section-pickup .slide a {
  display: block;
  transition: all 0.3s ease 0s;
}
.section-pickup .slide a:hover {
  opacity: 0.6;
}

/*  News
-------------------------- */

.section-news {
  padding-top: 100px;
  padding-bottom: 100px;
}

.section-news .inner {
  position: relative;
  z-index: 0;
  padding: 44px 0 24px 20px;
}

.section-news .inner:before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: -2;
  width: 490px;
  border-radius: 5px;
  background: #ffda47;
  content: "";
}

.section-news .inner:after {
  position: absolute;
  top: 35px;
  left: 35px;
  bottom: 35px;
  z-index: -1;
  width: 420px;
  border-radius: 4px;
  background-image: -webkit-linear-gradient(transparent 93%, rgba(119, 119, 119, .05) 93%, rgba(119, 119, 119, .05) 100%),
                    -webkit-linear-gradient(0deg, transparent 93%,rgba(119, 119, 119, .05) 93%, rgba(119, 119, 119, .05) 100%);
  background-image: linear-gradient(transparent 93%, rgba(119, 119, 119, .05) 93%, rgba(119, 119, 119, .05) 100%),
                    liner-gradient(90deg, transparent 93%, rgba(119, 119, 119, .05) 93%, rgba(119, 119, 119, .05) 100%);
  background-color: #fff;
  background-size: 16px 16px;
  content: "";
}

.section-news .section-inner {
  margin: 0 auto;
}

.section-news .ttl.ttl-style2 {
  margin-top: -88px;
}

.section-news .btn-wrap {
  margin-top: -80px;
}


/*  Contact
-------------------------- */

.section-contact-outline  {
  background: url(../img/bg-contact-all.jpg) no-repeat top center !important;
  background-size: cover !important;
  padding: 0 10%;
}


/*  Bunner Area
-------------------------- */

.section-bnr {
}

.section-bnr .inner {
  padding-top: 48px;
  padding-bottom: 48px;
}

/*  Social
-------------------------- */

.section-social {
  display: table;
  width: 100%;
  padding: 0;
}

.section-social .section-half {
  display: table-cell;
  height: 100%;
  padding: 50px 9% 100px;
  text-align: left;
  vertical-align: top;
}

.section-social .section-half .section-inner {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  max-width: 460px;
  width: 100%;
  height: 100%;
  margin: 0;
}

.section-social .btn-wrap .btn {
  box-shadow: none;
  padding-right: 0;
}

/* -- Facebook -- */

.section-social .social-fb {
  background-color: #4266B2;
  text-align: right;
}

/* -- Twitter -- */

.section-social .social-tw {
  background-color: #1da2f2;
}


.section-follow {
  background-image: -webkit-linear-gradient(transparent 93%, rgba(119, 119, 119, .05) 93%, rgba(119, 119, 119, .05) 100%), -webkit-linear-gradient(0deg, transparent 93%,rgba(119, 119, 119, .05) 93%, rgba(119, 119, 119, .05) 100%);
  background-image: linear-gradient(transparent 93%, rgba(119, 119, 119, .05) 93%, rgba(119, 119, 119, .05) 100%), liner-gradient(90deg, transparent 93%, rgba(119, 119, 119, .05) 93%, rgba(119, 119, 119, .05) 100%);
  background-color: #fff;
  background-size: 9px 9px;
}
.section-follow h2 {
  text-align: center;
}
.lead-slash {
  position: relative;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}
.lead-slash::after,
.lead-slash::before {
  display: inline-block;
  height: 27px;
  width: 2px;
  background: #ffda47;
  vertical-align: middle;
  content: '';
}
.lead-slash::before {
  margin-right: 15px;
  transform: rotate(-30deg)
}
.lead-slash::after {
  margin-left: 15px;
  transform: rotate(30deg)
}
.section-follow .lead-slash {
  margin: -20px 0 0;
  text-align: center;
}
.section-follow__icons {
  display: flex;
  justify-content: center;
  margin-top: 60px;
}
.section-follow__icons a {
  display: block;
  border-radius: 50%;
  margin: 0 20px;
  transition: all 0.3s ease 0s;
}
.section-follow__icons a:hover {
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.25);
  transform: translateY(-0.1875em);
}