@charset "UTF-8";

/* ====================================
	共通スタイル
 ==================================== */

/*--- トグル style ---*/
/* .hamburger {
  position: fixed;
  display: block;
  width: 45px;
  height: 12px;
  top: 40px;
  z-index: 99999;
  transition: all .4s;
  box-sizing: border-box;
} */

/* .hamburger span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #fff;
  margin: 0 auto;
} */






#menuBtn {
  position: fixed;
  display: block;
  z-index: 99999;
  transition: all .4s;
  box-sizing: border-box;
}

#menuBtn:hover {
  opacity: .6;
  cursor: pointer;
}

#menuBtn .hamburger {
  width: 35px;
  height: 12px;
}

.hamburger span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  width: 100%;
  height: .7px;
  background-color: #008EC8;
  margin: 0 auto;
}

.hamburger span:nth-of-type(1) {
  top: 0;
}

/* .hamburger span:nth-of-type(2) {
  top: 9px;
} */

.hamburger span:nth-of-type(2) {
  bottom: 0;
}

.hamburger span:nth-of-type(1) {
  -webkit-animation: menu-ber01 .75s forwards;
  animation: menu-ber01 .75s forwards;
}

.menu-label {
  color: #008EC8;
  font-size: 1.2rem;
  margin-bottom: .6rem;
}

.menu-label::before {
  content: "MENU";
}

.gnavi-open .menu-label::before {
  content: "CLOSE";
}

.gnavi-open .menu-label {
  color: #292e2f;
}

/* .gnavi-open span:nth-of-type(1)::before {
  content: "Close";
  transform: translateY(0) rotate(-30deg);
  top: -5px;
  left: 4px;
  color: #292e2f;
} */

/* .hamburger span:nth-of-type(2) {
  transition: all .25s .25s;
  opacity: 1;
} */

.hamburger span:nth-of-type(2) {
  -webkit-animation: menu-ber02 .75s forwards;
  animation: menu-ber02 .75s forwards;
  width: 25px;
}

.gnavi-open span:nth-of-type(1) {
  -webkit-animation: active-menu-ber01 .75s forwards;
  animation: active-menu-ber01 .75s forwards;
  background-color: #292e2f;
}

/* .gnavi-open span:nth-of-type(2) {
  opacity: 0;
} */

.gnavi-open span:nth-of-type(2) {
  -webkit-animation: active-menu-ber02 .75s forwards;
  animation: active-menu-ber02 .75s forwards;
  background-color: #292e2f;
  width: 35px;
}



@-webkit-keyframes menu-ber01 {
  0% {
    -webkit-transform: translateY(8px) rotate(30deg);
  }

  50% {
    -webkit-transform: translateY(8px) rotate(0);
  }

  100% {
    -webkit-transform: translateY(0) rotate(0);
  }
}

@keyframes menu-ber01 {
  0% {
    transform: translateY(8px) rotate(30deg);
  }

  50% {
    transform: translateY(8px) rotate(0);
  }

  100% {
    transform: translateY(0) rotate(0);
  }
}

/* @-webkit-keyframes menu-ber02 {
  0% {
    -webkit-transform: translateY(-8px) rotate(-45deg);
  }

  50% {
    -webkit-transform: translateY(-8px) rotate(0);
  }

  100% {
    -webkit-transform: translateY(0) rotate(0);
  }
}

@keyframes menu-ber02 {
  0% {
    transform: translateY(-8px) rotate(-45deg);
  }

  50% {
    transform: translateY(-8px) rotate(0);
  }

  100% {
    transform: translateY(0) rotate(0);
  }
} */

@-webkit-keyframes active-menu-ber01 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
  }

  50% {
    -webkit-transform: translateY(3px) rotate(0);
  }

  100% {
    -webkit-transform: translateY(3px) rotate(30deg);

  }
}

@keyframes active-menu-ber01 {
  0% {
    transform: translateY(0) rotate(0);
  }

  50% {
    transform: translateY(3px) rotate(0);
  }

  100% {
    transform: translateY(3px) rotate(30deg);
  }
}

@-webkit-keyframes active-menu-ber02 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
  }

  50% {
    -webkit-transform: translateY(-8px) rotate(0);
  }

  100% {
    -webkit-transform: translateY(-8px) rotate(-30deg);
  }
}

@keyframes active-menu-ber02 {
  0% {
    transform: translateY(0) rotate(0);
  }

  50% {
    transform: translateY(-8px) rotate(0);
  }

  100% {
    transform: translateY(-8px) rotate(-30deg);
  }
}

/*--- ナビ style ---*/
#navigation {
  position: fixed;
  display: none;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  background-color: #F2F9FC;
  z-index: 99998;
}


#navigation .navigation_inner {
  /* display: table; */
  width: 100%;
  height: 100%;
}



/* menuのソース */
#navigation {
  background-color: #F2F9FC;
}

#navigation .logo-container {
  margin-top: 5rem;
}

/* 
#navigation .logo-container a:hover .logo,
#navigation .logo-container a:hover .logo-text {
  text-decoration: none;
} */
#navigation .logo-container a:hover {
  text-decoration: none;
}

#navigation a:hover .logo-container {
  text-decoration: none;
}

#navigation ul.list-menu-navi a {
  color: #292E2F;
}

#navigation ul.list-menu-navi a:hover {
  text-decoration: none;
}

#navigation .list-menu-navi li {
  /* position: relative; */
  text-indent: -3rem;
  padding: .6em 0em .6em 0em;
  font-family: source-han-serif-japanese, serif;
	font-weight: 200;
}



#navigation .list-menu-navi li :before {
  position: relative;
  top: -5px;
  left: 0;
  /* transform: translateY(-50%); */
  content: '';
  width: 20px;
  height: 1px;
  background-color: #BCAC74;
  display: inline-block;
  margin-right: 1rem;
}

#navigation .btn-arrow {
  width: 280px;
  display: block;
  position: relative;
  padding: 1em 1em 1em 1em;
  font-size: 1.6rem;
  font-weight: normal;
  border: 1px solid #707070;
  cursor: pointer;
  text-align: center;
  transition: .2s;
  font-family: source-han-serif-japanese, serif;
  font-weight: 200;
}

.btn-arrow:hover {
  background-color: #C2E3F2;
}

#navigation .icon {
  display: flex;
  justify-content: center;
}

#navigation .logo-container a {
  text-decoration: none;
  display: contents;
}

#navigation .btn-arrow:after {
  display: inline-block;
  position: absolute;
  top: 50%;
  right: -5%;
  z-index: 1;
  content: '';
  display: block;
  height: 1px;
  width: 15%;
  background-color: #707070;
  transition: all .2s ease-in-out;
}

#navigation .btn-arrow:hover:after {
  right: -8%;
}

#navigation .btn-container {
  display: flex;
  justify-content: center;
}



/* ====================================
	767px以下専用スタイル
===================================== */
@media only screen and (max-width: 767px) {

  #menuBtn .hamburger {
    width: 35px;
    height: 12px;
    position: relative;
  }

  .hamburger span:nth-of-type(1)::before {
    top: -25px;
    left: -2px;
  }

  #menuBtn {
    top: 22px;
    left: 20px;
  }



  /* menuのソース sp */
  #navigation .btn-arrow {
    font-size: 1.2rem;
  }

  #navigation .btn-arrow a:hover {
    text-decoration: none;
  }

  #navigation .flex-container.half {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  #navigation .flex-container.half>.flex-item {
    width: 48%;
  }

  #navigation .flex-container.half {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 3rem;
    padding-left: 5%;
    padding-right: 5%;
  }

  #navigation .flex-container.half>.flex-item {
    width: 40%;
  }

  #navigation .flex-container.half>.flex-item:first-child {
    width: 100%;
    margin-left: 3rem;
  }

  #navigation .flex-container.half>.flex-item:last-child {
    width: 100%;
    margin-left: 3rem;
  }

  #navigation .logo-container {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-top: 2rem;
  }

  #navigation .logo-container .img {
    width: 150px;
  }

  /* #navigation .logo-container .logo {
    margin-top: 2rem;
    line-height: 1;
    letter-spacing: .2rem;
    font-size: 1.6rem;
  }

  #navigation .logo-container .logo-text {
    margin-top: .2rem;
    letter-spacing: .1rem;
    font-size: 1rem;
  } */

  #navigation .list-menu-navi li {
    padding: 8px 0 8px 0;
  }

  #navigation ul.list-menu-navi a {
    font-size: 1.2rem;
  }

  #navigation .btn-container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 2rem;
    padding-left: 5%;
    padding-right: 5%;
  }


  #navigation .btn-container .studio {
    width: 49%;
  }

  #navigation .btn-container .studio:nth-last-child(2) {
    margin-left: 2%;
  }

  #navigation .btn-container .online {
    /* width: 100%; */
    margin-top: 1rem;
  }

  /* #navigation .btn-container .btn-arrow {
    width: 100%;
  } */

  #navigation .fa-instagram .img {
    width: 4rem;
  }

  #navigation .fa-facebook-f .img {
    width: 4rem;
  }

  #navigation .fa-mail .img {
    width: 4rem;
  }

  #navigation .icon {
    margin-top: 3rem;
  }


}

/* ====================================
	768px以上1023px以下専用スタイル
===================================== */
@media only screen and (min-width: 768px) and (max-width: 1023px) {


  .hamburger {
    width: 35px;
    height: 12px;
    position: relative;
    left: -46px;
    top: -14px;
  }

  .gnavi-open span:nth-of-type(2) {
    width: 35px;
  }

  .gnavi-open span:nth-of-type(1) {
    width: 35px;
  }

  .hamburger span:nth-of-type(1)::before {
    top: -5px;
    left: 60px;
    font-size: 1.2rem;
  }

  #menuBtn {
    top: 44px;
    left: 100px;
  }

  #menuBtn .hamburger {
    width: 35px;
    height: 12px;
  }

  .menu-label {
    margin-bottom: 0rem;
  }

  /* menuのソース tab*/

  .hamburger span:nth-of-type(1)::before {
    top: -5px;
    left: 62px;
    font-size: 1.2rem;
  }

  /* menuのソース */
  #navigation {
    overflow-y: scroll;
  }

  #navigation .btn-arrow a:hover {
    text-decoration: none;
  }



  #navigation .flex-container.half {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  #navigation .flex-container.half>.flex-item {
    width: 48%;
  }

  #navigation .flex-container.half {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 5rem;
    max-width: 1000px;
    margin-right: auto;
    margin-left: auto;
  }

  #navigation .flex-container.half>.flex-item {
    width: 40%;
  }

  #navigation .flex-container.half>.flex-item:first-child {
    width: 38%;
    margin-left: 16%;
  }

  #navigation .flex-container.half>.flex-item:last-child {
    width: 36%;
    margin-left: 10%;
  }

  #navigation .logo-container {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }

  #navigation .logo-container .img {
    width: 16%;
  }

  #navigation .logo-container .logo {
    font-size: 2.8rem;
    margin-top: 2rem;
    letter-spacing: .2rem;
    line-height: initial;
  }

  #navigation .logo-container .logo-text {
    margin-top: 0;
    letter-spacing: .2rem;
  }

  #navigation .list-menu-navi li {
    padding: .8em 0em .8em 0em;
  }

  #navigation ul.list-menu-navi a {
    font-size: 1.8rem;
    transition: opacity .5s;
  }

  /* #navigation .btn-container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 4rem;
    max-width: 680px;
    margin-left: auto;
    margin-right: auto;
  } */
  #navigation .btn-container {
    display: flex;
    justify-content: center;
    margin-top: 4rem;
  }


  /* #navigation .btn-container .studio {
    width: 49%;
  }

  #navigation .btn-container .studio:nth-last-child(2) {
    margin-left: 2%;
  }

  #navigation .btn-container .online {
    width: 100%;
    margin-top: 1rem;
  } */

  /* #navigation .btn-container .btn-arrow {
    width: 100%;
  } */

  #navigation .fa-instagram .img {
    width: 5rem;
  }

  #navigation .fa-facebook-f .img {
    width: 5rem;
  }

  #navigation .fa-mail .img {
    width: 5rem;
  }

  #navigation .icon {
    margin-top: 4rem;
  }

}

/* ====================================
	1024px以上印刷専用スタイル
===================================== */
@media print,
screen and (min-width: 1024px) {
  .hamburger {
    /* left: 120px;
    top: 32px; */
    width: 35px;
    height: 12px;
    position: relative;
    left: -46px;
    top: -14px;
  }

  .hamburger span:nth-of-type(1)::before {
    top: -5px;
    left: 60px;
    font-size: 1.2rem;
  }

  .gnavi-open span:nth-of-type(2) {
    width: 35px;
  }

  #menuBtn {
    top: 46px;
    padding-left: 1.5%;
    margin-left: 28px;
  }

  .menu-label {
    margin-bottom: -.6rem;
  }

  /* menuのソース pc*/


  #navigation .btn-arrow a:hover {
    text-decoration: none;
  }

  #navigation .btn-arrow:after {
    display: inline-block;
    position: absolute;
    top: 50%;
    right: -5%;
    z-index: 1;
    content: '';
    display: block;
    height: 1px;
    width: 15%;
    background-color: #707070;
    transition: all .2s ease-in-out;
  }

  #navigation .btn-arrow:hover:after {
    right: -8%;
  }

  #navigation .flex-container.half {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 5rem;
    max-width: 1000px;
    margin-right: auto;
    margin-left: auto;
  }

  #navigation .flex-container.half>.flex-item {
    width: 40%;
  }

  #navigation .flex-container.half>.flex-item:first-child {
    margin-left: 14%;
  }

  #navigation .flex-container.half>.flex-item:last-child {
    margin-left: 6%;
  }

  #navigation .logo-container {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }

  #navigation .logo-container .img {
    width: 230px;
  }

  /* #navigation .logo-container .logo {
    font-size: 2.8rem;
    margin-top: 3rem;
    letter-spacing: .2rem;
    line-height: 1;
  }

  #navigation .logo-container .logo-text {
    margin-top: 1rem;
    letter-spacing: .1rem;
    line-height: 1.2;
  } */

  #navigation ul.list-menu-navi a {
    font-size: 2rem;
    transition: opacity .5s;
  }

  #navigation .list-menu-navi li {
    padding: .8em 0em .8em 0em;
  }

  #navigation .btn-container {
    display: flex;
    justify-content: center;
    margin-top: 4rem;
  }

  #navigation .btn-container .studio {
    margin-right: 4rem;
  }

  /* #navigation .btn-container .btn-arrow:first-child {
    margin-left: 0;
  } */

  #navigation .icon {
    margin-top: 5rem;
  }

  #navigation .fa-instagram .img {
    width: 5rem;
  }

  #navigation .fa-facebook-f .img {
    width: 5rem;
  }

  #navigation .fa-mail .img {
    width: 5rem;
  }

}

/* ====================================
	450px以下専用スタイル
===================================== */
@media only screen and (max-width: 450px) {

  /*--- ナビ style ---*/
  #navigation .navigation_inner .navigation_menu {
    font-size: calc(100vw / 24);
  }



}

/* ====================================
	IE
===================================== */
@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {}