@charset "UTF-8";
* {
  letter-spacing: 0.1em;
  line-height: 2;
}

@font-face {
  font-family: "LINESeedJP";
  font-weight: 700;
  src: url("/wp-content/themes/djp_new/font/LINESeedJP_OTF_Bd.woff2") format("woff2");
}
@font-face {
  font-family: "LINESeedJP";
  font-weight: 400;
  src: url("/wp-content/themes/djp_new/font/LINESeedJP_OTF_Rg.woff2") format("woff2");
}
html {
  font-size: 62.5%;
}

body {
  font-family: "Noto Sans JP", "メイリオ", "Meiryo", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  font-weight: 400;
  font-size: 1.4rem;
}

.display__none--sp {
  display: none !important;
}

@media screen and (min-width: 768px) {
  .display__none--tb {
    display: none !important;
  }
}
@media screen and (min-width: 1025px) {
  .display__none--pc {
    display: none !important;
  }
}
.display__disp--sp {
  display: block !important;
}

@media screen and (min-width: 768px) {
  .display__disp--sp {
    display: none !important;
  }
  .display__disp--tb {
    display: block !important;
  }
}
@media screen and (min-width: 1025px) {
  .display__disp--pc {
    display: block !important;
  }
}
.header {
  background-color: #fff;
  width: 100%;
  position: fixed;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 999;
  transition: 0.3s;
}
.header__logo {
  width: 130px;
  display: block;
  margin: 12px 0 12px 3.5%;
}
.header__logo img {
  width: 100%;
}
.header__nav--pc {
  display: none;
}

#follow-icon a {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 998;
  display: block;
  background: linear-gradient(75deg, #FFA3F1, #FFD371);
  padding: 15px 46px;
  border-radius: 50px;
  color: #fff;
  text-decoration: none;
  transition: 0.3s;
  text-decoration: none;
  font-weight: 700;
  color: #FFF;
}
#follow-icon a:hover {
  opacity: 0.7;
}

@media screen and (min-width: 1025px) {
  .header__logo {
    width: 150px;
    display: block;
    padding-left: 20px;
  }
  .header__logo img {
    width: 100%;
  }
  .header:hover {
    background-color: rgba(255, 255, 255, 0.9019607843);
  }
  .header__nav--pc {
    display: flex;
    -moz-column-gap: 40px;
         column-gap: 40px;
    padding: 17px 10px;
  }
  .header__nav--pc a:hover {
    color: #FF9FC0;
  }
  .header__nav--pc--anchor {
    display: flex;
    align-items: center;
  }
  .header__nav--pc--anchor a {
    text-decoration: none;
    color: #000;
  }
  .header__nav--pc--button {
    padding-left: 20px;
  }
  .header__nav--pc--button a {
    display: block;
    background: linear-gradient(75deg, #FFA3F1, #FFD371);
    padding: 15px 46px;
    border-radius: 50px;
    color: #fff;
    text-decoration: none;
    transition: 0.3s;
  }
  .header__nav--pc--button a:hover {
    color: #fff;
    opacity: 0.6;
  }
}
nav {
  position: absolute;
}

#g-nav {
  position: fixed;
  z-index: -1;
  opacity: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  background: #fff;
  transition: all 0.3s;
  display: none;
}
#g-nav.panelactive {
  opacity: 1;
  z-index: 999;
  display: block;
}
#g-nav.panelactive #g-nav-list {
  position: fixed;
  z-index: 999;
  width: 100%;
  height: 100vh;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
#g-nav.panelactive ul.header__nav--title {
  width: 100%;
  display: block;
  padding: 20px;
  padding-bottom: 100px;
}
#g-nav ul {
  display: none;
  position: absolute;
  z-index: 999;
  top: 6%;
}

#g-nav li {
  list-style: none;
  text-align: left;
}
#g-nav li a {
  color: #333;
  text-decoration: none;
  padding: 10px;
  padding-top: 0px;
  padding-left: 0px;
  display: block;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: bold;
}
#g-nav li span.header__nav--subtitle {
  font-size: 0.6em;
  color: #333;
  text-decoration: none;
  padding: 10px;
  padding-left: 0px;
  padding-bottom: 0px;
  display: block;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: bold;
}
#g-nav li hr {
  padding: 5px;
  margin-top: 0px;
  margin-bottom: 0px;
}
#g-nav li ul.header__nav--theme {
  width: 100%;
  display: flex;
  position: relative;
  flex-wrap: wrap;
  justify-content: flex-start;
}
#g-nav li li.header__nav--service {
  list-style: none;
  text-align: left;
  width: 50%;
}
#g-nav li li.header__nav--event {
  list-style: none;
  text-align: left;
  width: 100%;
}

.header__nav--contact {
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 1000;
  font-size: 1.3em;
  display: block;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: bold;
  margin: 0 auto;
  background: linear-gradient(90deg, rgb(255, 159, 242), rgb(255, 208, 99));
}
.header__nav--contact a {
  color: #fff;
  display: block;
  width: 100%;
  padding: 20px 0;
  text-align: center;
  text-decoration: none;
}

.header__nav--logo {
  display: none;
  position: absolute;
  z-index: 999;
  top: 2%;
  left: 7%;
  display: block;
}

.openbtn {
  position: fixed;
  z-index: 9999;
  top: 24px;
  right: 3.5%;
  cursor: pointer;
  width: 40px;
  height: 40px;
}
.openbtn span {
  display: inline-block;
  transition: all 0.4s;
  position: absolute;
  left: 8px;
  height: 2px;
  background-color: #000;
  width: 60%;
}
.openbtn span:nth-of-type(1) {
  top: 0px;
}
.openbtn span:nth-of-type(2) {
  top: 7px;
}
.openbtn span:nth-of-type(3) {
  top: 14px;
}
.openbtn.active span:nth-of-type(1) {
  top: 18px;
  left: 18px;
  transform: translateY(6px) rotate(-45deg);
  width: 30%;
}
.openbtn.active span:nth-of-type(2) {
  opacity: 0;
}
.openbtn.active span:nth-of-type(3) {
  top: 30px;
  left: 18px;
  transform: translateY(-6px) rotate(45deg);
  width: 30%;
}

.openbtn.active span:nth-of-type(1) {
  top: 0px;
  left: 0px;
  transform: translateY(6px) rotate(-45deg);
  width: 70%;
}

.openbtn.active span:nth-of-type(2) {
  opacity: 0;
}

.openbtn.active span:nth-of-type(3) {
  top: 12px;
  left: 0px;
  transform: translateY(-6px) rotate(45deg);
  width: 70%;
}

@media screen and (min-width: 1025px) {
  nav {
    position: static;
  }
}
nav {
  background: #fff;
  text-align: center;
}
nav ul {
  /*2階層目の基点にするためrelativeを指定*/
  list-style: none;
  display: flex;
  justify-content: center;
}
nav ul ul {
  display: block;
}
nav ul li a {
  /*矢印の基点にするためrelativeを指定*/
  position: relative;
  display: block;
  text-decoration: none;
  padding: 20px 20px;
  transition: all 0.3s;
  text-decoration: none;
  color: #000;
}
nav ul li a:hover {
  color: #333;
}
nav ul li li a {
  padding: 20px;
}
nav ul li.has-child img {
  max-width: 100%;
  height: auto;
  transition: all 0.5s;
  vertical-align: bottom;
}
nav ul li.has-child img:hover {
  transform: scale(1.2);
}
nav ul li.has-child dt {
  overflow: hidden;
  margin: 0 0 20px 0;
}
nav li.has-child ul {
  /*絶対配置で位置を指定*/
  position: absolute;
  left: 0;
  top: 102px;
  z-index: 4;
  /*子要素を横並びに*/
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  /*形状を指定*/
  background: rgba(255, 255, 255, 0.9019607843);
  width: 100vw;
  /*はじめは非表示*/
  visibility: hidden;
  opacity: 0;
  /*アニメーション設定*/
  transition: all 0.3s;
}
nav li.has-child ul li {
  width: 15%;
}
nav li.has-child ul li a {
  color: #000;
}
nav li.has-child ul li a:hover, nav li.has-child ul li a:active {
  background: #FFC5D8;
  color: white;
}
nav li.has-child:hover > ul {
  visibility: visible;
  opacity: 1;
}

/*========= ページトップのためのCSS ===============*/
/*リンクの形状*/
#page-top a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #555555;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 0.6rem;
  transition: all 0.3s;
  writing-mode: vertical-rl;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 1rem;
}

#page-top a:hover {
  background: #777;
}

/*リンクを右下に固定*/
#page-top {
  position: fixed;
  right: 25px;
  bottom: 20px;
  z-index: 2;
  /*はじめは非表示*/
  opacity: 0;
  transform: translateY(100px);
}

#page-top.UpMove {
  animation: UpAnime 0.5s forwards;
}

@keyframes UpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
#page-top.DownMove {
  animation: DownAnime 0.5s forwards;
}

@keyframes DownAnime {
  from {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 1;
    transform: translateY(100px);
  }
}
.stickarrow {
  display: inline-block;
  width: 8px;
  height: 25px;
  margin-bottom: -10px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: skewY(-45deg);
  transition: 0.3s;
}

#page-top:hover .stickarrow {
  margin-bottom: 0px;
}

@media screen and (min-width: 1025px) {
  #page-top a {
    width: 68px;
    height: 68px;
  }
}
.footer {
  font-size: 1rem;
  background-color: #555555;
}
.footer__member {
  display: flex;
  flex-direction: column;
  background-color: #fff;
}
.footer__member--link {
  margin: 7.5%;
}
.footer__member--link:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 40px 40px 0 0;
  border-color: #ffa7e8 transparent transparent transparent;
}
.footer__member--link:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 40px 40px;
  border-color: transparent transparent #FFD07B transparent;
  margin-left: auto;
}
.footer__member--link p {
  margin-bottom: 30px;
  font-family: "Noto Sans JP", "メイリオ", "Meiryo", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  font-weight: 700;
  font-size: 1.8rem;
  text-align: center;
  line-height: 1.75;
  letter-spacing: 0.1rem;
}
.footer__member--link a {
  display: block;
  margin: 0 40px;
  padding: 18px;
  border-radius: 50px;
  text-decoration: none;
  background: linear-gradient(75deg, #FFA3F1, #FFD371);
  text-align: center;
  color: #fff;
  font-family: "Noto Sans JP", "メイリオ", "Meiryo", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  font-weight: 700;
  font-size: 1.6rem;
}
.footer__member--image {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.footer__member--image img {
  width: 100%;
}
.footer__logo {
  padding-top: 40px;
  text-align: center;
  background-color: #555555;
}
.footer__logo img {
  width: 160px;
}
.footer__menu {
  font-size: 1.4rem;
  padding: 0 7.5%;
  background-color: #555555;
  color: #fff;
}
.footer__menu--wrap {
  display: flex;
  flex-direction: row;
  padding-top: 30px;
  padding-bottom: 30px;
}
.footer__menu--wrap:not(:last-of-type) {
  border-bottom: 1px solid #fff;
}
.footer__menu--list {
  width: 100%;
}
.footer__menu--list h3 {
  padding-bottom: 15px;
}
.footer__menu--list a {
  text-decoration: none;
  color: #fff;
  transition: 0.2s;
}
.footer__menu--list a:hover {
  color: #FF9FC0;
}
.footer__menu ul {
  list-style-type: none;
}
.footer__menu ul li {
  padding-bottom: 15px;
}
.footer__menu--service img {
  width: 100%;
  height: auto;
}
.footer__menu--sns {
  display: flex;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
.footer__copyright {
  padding: 30px;
  text-align: center;
  background-color: #fff;
}

@media screen and (min-width: 768px) {
  .footer {
    font-size: 1.2rem;
  }
  .footer__member {
    display: flex;
    flex-direction: row;
  }
  .footer__member--link {
    margin: 50px;
    width: 50%;
  }
  .footer__member--link a {
    max-width: 368px;
    margin: 0 auto;
  }
  .footer__member--link:before {
    border-width: 100px 100px 0 0;
  }
  .footer__member--link:after {
    border-width: 0 0 100px 100px;
  }
  .footer__member--image {
    width: 50%;
  }
  .footer__menu {
    display: flex;
    max-width: 1200px;
    justify-content: space-around;
    margin: 0 auto;
    padding-bottom: 80px;
  }
  .footer__menu--wrap {
    width: 100%;
  }
  .footer__menu--wrap:not(:last-of-type) {
    border-bottom: none;
  }
  .footer__menu--service img {
    max-width: 250px;
  }
}/*# sourceMappingURL=style.css.map */