@charset "UTF-8";
/* ===============================================
#擬似要素中央配置 mixin
=============================================== */
/* ===============================================
# navigation
=============================================== */
/* ===============================================
# SNSカラー
=============================================== */
.wrap {
  position: relative;
  margin: 0 auto;
  background-color: #EFFBFF;
}

body {
  letter-spacing: 0.2em;
  font-family: "dnp-shuei-gothic-gin-std", sans-serif;
  font-weight: normal;
}

.main_btn{
  display: block;
  width: 100%;
  background-repeat: no-repeat;
  background-position: 100% 0;
  background-size: 200% auto;
  background-image: linear-gradient(to right, #fff 0%, #fff 50%, #78B7D8 50%, #78B7D8 100%);
  color: #fff;
  font-size: min(18px, 5vw);
  line-height: 1em;
  padding: 1.1em 30px 1em;
  border-radius: 4px;
  transition: 0.3s;
  white-space: nowrap;
}
.main_btn:hover{
  background-position: 0 0;
  color: #78B7D8;
  transform: scale(0.95);
  transition: 0.3s ease;
}
@media screen and (max-width: 768px) {
  .main_btn{
    font-size: 16px;
  }
}

.fv {
  position: relative;
  background: #fff;
  padding-bottom: 60px;
}

.fv .top_logo {
  max-width: 250px;
  margin: 0 auto;
  opacity: 0;
}

.fv .main_txt {
  margin: 0 auto 50px;
  text-align: center;
  max-width: 26px;
  opacity: 0;
}

.fv .main_txt {
  width: 100%;
}

.fv .inner {
  max-width: 1200px;
  margin: 120px auto;
  width: 92%;
  position: relative;
}
.fv nav {
  position: absolute;
  top: 0px;
  opacity: 0;
  transform: translateX(-20px);
}
.fv nav ul li:not(:last-of-type) {
  margin-bottom: 0.5em;
}
.fv nav ul li a {
  color: #78B7D8;
  position: relative;
  display: inline-block;
  padding-left: 25px;
  transition: 0.4s;
}
@media screen and (max-width: 768px) {
  .fv nav ul li a {
    font-size: 14px;
  }
}
.fv nav ul li a::before {
  position: absolute;
  content: "";
  background: #78B7D8;
  width: 15px;
  height: 1px;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
.fv nav ul li a:hover {
  transform: translateX(10px);
  transition: 0.4s;
}

@media screen and (max-width: 768px) {
  .fv .inner {
    margin: 60px auto 0;
    width: 88%;
  }
  .fv .main_txt {
    margin-right: min(50px, 10%);
    margin-left: auto;
    width: 10%;
  }
  .fv .top_logo {
    margin-right: min(50px, 10%);
    margin-left: auto;
    width: 60%;
  }
}
.intro_on .fv .main_txt {
  opacity: 1;
  transition: 1.8s;
  transition-delay: 0.4s;
}
.intro_on .fv .top_logo {
  opacity: 1;
  transition: 1.8s;
  transition-delay: 1.6s;
}
.intro_on .fv nav {
  opacity: 1;
  transition: 0.8s;
  transition-delay: 1.6s;
  transform: translateX(0);
}

.section_wrap {
  padding-top: 100px;
  margin-top: -100px;
}
.section_wrap:not(:last-of-type) {
  margin-bottom: 120px;
}

a {
  text-decoration: none;
  color: #78B7D8;
}

.loader {
  position: fixed;
  width: 100%;
  height: 100vh;
  background: #78B7D8;
  top: 0;
  left: 0;
  z-index: 20;
  pointer-events: none;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}
.loader.off {
  -webkit-clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0% 100%);
          clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0% 100%);
  transition: 1s;
  transition-timing-function: cubic-bezier(0.82, -0.03, 0.46, 0.64);
}

.cs {
  text-align: center;
}

.cs img {
  margin: 0 auto;
}

.outer_wrap {
  background: #EFFBFF;
  padding: 100px 0;
}
@media screen and (max-width: 768px) {
  .outer_wrap {
    padding: 80px 0;
  }
}

.name {
  margin-bottom: 0.6em;
  font-weight: normal;
  font-size: 16px;
  letter-spacing: 0.1em;
}

.description {
  font-size: 13px;
}

#about_us {
  /* Layout Properties */
  width: 100%;
  /* UI Properties */
  background: #78B7D8 0% 0% no-repeat padding-box;
  color: #FFFFFF;
  padding-top: 120px;
  padding-bottom: 120px;
}
@media screen and (max-width: 768px) {
  #about_us {
    padding: 80px 0;
  }
}

.statement {
  max-width: 568px;
  width: 92%;
  margin: auto;
  opacity: 0;
  transform: translateY(30px);
}
.statement.js-play {
  opacity: 1;
  transition: 1.4s;
  transform: translateY(0);
}

.statement_p {
  line-height: 2em;
  margin-bottom: 48px;
  color: #FFFFFF;
  letter-spacing: 0.24em;
}
@media screen and (max-width: 768px) {
  .statement_p {
    font-size: 14px;
    line-height: 2em;
  }
}

.h1-wh {
  color: #FFFFFF;
}

.h-outer {
  text-align: center;
  margin-bottom: 50px;
  transition: 1.6s;
}

.heading {
  text-align: center;
}

.heading.wt {
  color: #fff;
}

.member_item {
  display: flex;
  flex-direction: column;
  width: 46%;
  margin-bottom: 72px;
}
@media screen and (max-width: 768px) {
  .member_item {
    width: 100%;
    margin-bottom: 50px;
  }
}

.member_image {
  margin-bottom: 14px;
}

.member_list {
  max-width: 768px;
  width: 92%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .member_list {
    width: 88%;
  }
}

.instagram_item {
  /* width: 188px;
  height: 188px; */
  width: calc(33% - 2px);
  margin-bottom: 3px;
  opacity: 0;
}
.instagram_item img {
  display: block;
  line-height: 0;
}

.instagram_wrap {
  width: min(92%, 768px);
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: auto;
  gap: 2px;
}
.instagram_wrap.js-play .instagram_item {
  transition: 1.8s;
  opacity: 1;
}
.instagram_wrap.js-play .instagram_item:nth-of-type(1) {
  transition-delay: 0.3s;
}
.instagram_wrap.js-play .instagram_item:nth-of-type(2) {
  transition-delay: 0.4s;
}
.instagram_wrap.js-play .instagram_item:nth-of-type(3) {
  transition-delay: 0.5s;
}
.instagram_wrap.js-play .instagram_item:nth-of-type(4) {
  transition-delay: 0.6s;
}
.instagram_wrap.js-play .instagram_item:nth-of-type(5) {
  transition-delay: 0.7s;
}
.instagram_wrap.js-play .instagram_item:nth-of-type(6) {
  transition-delay: 0.8s;
}
.instagram_wrap.js-play .instagram_item:nth-of-type(7) {
  transition-delay: 0.9s;
}
.instagram_wrap.js-play .instagram_item:nth-of-type(8) {
  transition-delay: 1s;
}
.instagram_wrap.js-play .instagram_item:nth-of-type(9) {
  transition-delay: 1.1s;
}

p {
  font-family: "dnp-shuei-gothic-gin-std", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.1em;
  line-height: 1.75em;
  color: #565A64;
}

footer {
  background-color: #FFFFFF;
  padding-top: 100px;
  padding-bottom: 100px;
}

.copyright {
  font-size: 14px;
  font-family: "dnp-shuei-gothic-gin-std", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #565A64;
  text-align: center;
}

.sns {
  width: 232px;
  margin: auto;
  margin-bottom: 56px;
}

.sns_wrap {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.sns_item {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background-color: #FFFFFF;
  position: relative;
}

.sns_kmds {
  text-align: center;
  margin-bottom: 24px;
}

.sns_icon {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  display: block;
  padding: 18px;
}

.yoka_blue {
  display: block;
  margin: 0 auto;
  max-width: 250px;
}

footer .yoka_blue {
  margin-bottom: 60px;
}
#idea_develop .flex-box {
  width: 92%;
  max-width: 1000px;
  margin: 0 auto;
  justify-content: space-between;
}
#idea_develop .inner {
  width: 48%;
}
#idea_develop .inner figure{
  margin-bottom: 24px;
}
#idea_develop .inner .p_tit{
  font-size: 16px;
  line-height: 1em;
  margin-bottom: 20px;
}
#idea_develop .inner .txt{
  font-size: 13px;
  line-height: 1.8em;
  margin-bottom: 48px;
}
#idea_develop .inner .btn_outer{
  text-align: center;
}
@media screen and (max-width: 768px) {
  #idea_develop .flex-box {
    flex-direction: column;
  }
  #idea_develop .inner {
    width: 100%;
  }
  #idea_develop .inner:not(:last-of-type) {
    margin-bottom: 56px;
  }
}
#idea_store .flex-box {
  max-width: 1000px;
  width: 92%;
  margin: 0 auto;
  justify-content: center;
}
#idea_store .inner {
  width: 48%;
}
#idea_store .inner figure{
  margin-bottom: 24px;
}
#idea_store .inner .p_tit{
  font-size: 16px;
  line-height: 1em;
  margin-bottom: 20px;
}
#idea_store .inner .txt{
  font-size: 13px;
  line-height: 1.8em;
  margin-bottom: 48px;
}
#idea_store .inner .btn_outer{
  text-align: center;
}
@media screen and (max-width: 768px) {
  #idea_store .flex-box {
    flex-direction: column;
  }
  #idea_store .inner {
    width: 100%;
  }
  #idea_store .inner:not(:last-of-type) {
    margin-bottom: 56px;
  }
}
/*# sourceMappingURL=style.css.map */