@charset "UTF-8";
/*
 * 変数
 */
/*
 * ブレークポイント
 */
/*
 * 480pxより広くなったら改行なくす
 */
@media (min-width: 560px) {
  .br_sp {
    display: none;
  }
}

/*
 * 780pxより狭くなったら改行なくす
 */
@media (max-width: 960px) {
  .pc_br {
    display: none;
  }
}

/*
 * 480pxより狭くなったら改行なくす
 */
@media (max-width: 560px) {
  .sp_br {
    display: none;
  }
}

/*
 * トランジション
 */
input[type=submit], input[type=button] {
  line-height: 1;
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
}

.os {
  font-family: "Oswald", "Noto Sans JP", sans-serif;
}

.grad {
  background: radial-gradient(closest-side, #fda9c5, rgba(255, 255, 255, 0));
  filter: blur(60px);
  position: absolute;
  z-index: -1;
}

body {
  font-family: "Kiwi Maru", "Lato", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Meiryo", "Font Awesome 5 free", sans-serif;
  font-feature-settings: "palt";
  line-height: 1.5;
  letter-spacing: 0.5px;
}

.noto {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

.load-sm {
  opacity: 0;
  -webkit-animation: fadeIn 2.2s ease 0.3s 1 forwards;
  animation: fadeIn 2.2s ease 0.3s 1 forwards;
}

.serif {
  font-family: serif;
}

.wrapper {
  width: 100%;
  overflow: hidden;
  color: #664E59;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  position: relative;
  font-size: 17px;
  font-size: clamp(17px, 1.2vw, 18px);
}
@media (max-width: 560px) {
  .wrapper {
    font-size: 16px;
    font-size: clamp(16px, 1.2vw, 18px);
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
span.aks {
  display: inline-block;
}

/*
 * ローディング画面
 */
#loading {
  width: 100vw;
  height: 100vh;
  transition: all 1s;
  background-color: white;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
}

.loaded {
  opacity: 0;
  visibility: hidden;
}

.top-l {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
@media (max-width: 560px) {
  .top-l {
    width: 70%;
  }
}

.top-l span {
  overflow: hidden;
  display: block;
  line-height: 1.2;
}

.top-l span span {
  overflow: hidden;
  animation: top-l 3s cubic-bezier(0.4, 0, 0.2, 1) 0.3s forwards;
  transform: translateY(150px);
  margin-bottom: 10px;
}
@media (max-width: 560px) {
  .top-l span span {
    animation: top-l 2.2s cubic-bezier(0.4, 0, 0.2, 1) 0.2s forwards;
    transform: translateY(155px);
  }
  .top-l span span img {
    width: 100%;
  }
}

@keyframes top-l {
  0% {
    transform: translateY(150px);
  }
  30% {
    transform: translateY(0);
  }
  70% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-170px);
  }
}
.top-l span span:nth-child(2) {
  animation-delay: 0.4s;
}
@media (max-width: 560px) {
  .top-l span span:nth-child(2) {
    animation-delay: 0.3s;
  }
}

.top-l span span:nth-child(3) {
  animation-delay: 0.5s;
}
@media (max-width: 560px) {
  .top-l span span:nth-child(3) {
    animation-delay: 0.4s;
  }
}

.ld-image {
  width: 120%;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: -9%;
  left: -20%;
}
@media (max-width: 560px) {
  .ld-image {
    width: 171%;
    top: 1%;
    right: -9%;
    left: -42%;
  }
}

.ld-1 {
  opacity: 0;
  animation: ld-1 2.9s cubic-bezier(0.4, 0, 0.2, 1) 0.27s forwards;
  transform: translate(0, 0);
}
@media (max-width: 560px) {
  .ld-1 {
    animation: ld-1 2.4s cubic-bezier(0.4, 0, 0.2, 1) 0.25s forwards;
  }
}

@keyframes ld-1 {
  0% {
    transform: translate(27px, -44px);
    opacity: 1;
  }
  30% {
    transform: translate(0, 0);
    opacity: 1;
  }
  70% {
    transform: translate(0, 0);
    opacity: 1;
  }
  100% {
    transform: translate(-27px, 44px);
    opacity: 0;
  }
}
.ld-2 {
  opacity: 0;
  animation: ld-2 3s cubic-bezier(0.4, 0, 0.2, 1) 0.3s forwards;
  transform: translate(0, 0);
}
@media (max-width: 560px) {
  .ld-2 {
    animation: ld-2 2.5s cubic-bezier(0.4, 0, 0.2, 1) 0.28s forwards;
  }
}

@keyframes ld-2 {
  0% {
    transform: translate(-36px, 38px);
    opacity: 1;
  }
  30% {
    transform: translate(0, 0);
    opacity: 1;
  }
  70% {
    transform: translate(0, 0);
    opacity: 1;
  }
  100% {
    transform: translate(36px, -38px);
    opacity: 0;
  }
}
/*
 * トップローディングアニメーション
 */
html, body {
  height: 100%;
}

#curtainLeft,
#curtainRight {
  top: 0;
  width: 50%;
  height: 100%;
  background: #E61673;
  position: absolute;
}

#curtainLeft {
  left: 0;
  z-index: 100;
  -webkit-clip-path: polygon(0 0, 0 100%, 100% 100%, 57% 0);
  clip-path: polygon(0 0, 0 100%, 100% 100%, 57% 0);
}

#curtainRight {
  right: 0;
  z-index: 101;
  -webkit-clip-path: polygon(-7% 0, 47% 100%, 100% 100%, 100% 0%);
  clip-path: polygon(-7% 0, 47% 100%, 100% 100%, 100% 0%);
}

.movetext .bg-wrap,
.movetext .bg-wrap .inn {
  display: block;
}

.movetext .bg-wrap {
  opacity: 0;
}

.movetext .inn {
  opacity: 0;
  transform: translateY(0);
  animation: matrix 1.2s ease 1.3s;
  animation-fill-mode: forwards;
}
@media (max-width: 560px) {
  .movetext .inn {
    margin-bottom: 2%;
  }
}

.movetext .inn-2 {
  opacity: 0;
  transform: translateY(0);
  animation: matrix 1.2s ease 1.5s;
  animation-fill-mode: forwards;
}

.movetext .inn-3 {
  opacity: 0;
  transform: translateY(0);
  animation: matrix 1.2s ease 1.7s;
  animation-fill-mode: forwards;
}

@keyframes matrix {
  0% {
    opacity: 0;
    transform: translateY(0);
    transition: 1.2s cubic-bezier(0.22, 1, 0.36, 1) 1.5s;
  }
  100% {
    opacity: 1;
    transform: translateY(-15px);
  }
}
/*
 * ページ遷移アニメーション
 */
.fade_group div,
.fade_group2 div {
  content: "";
  position: fixed;
  top: 0;
  left: -133vw;
  width: 100vw;
  height: 100%;
  pointer-events: none;
  transform: skewX(-10deg) scale(1.5);
}
@media (max-width: 960px) {
  .fade_group div,
  .fade_group2 div {
    left: -140vw;
  }
}
@media (max-width: 560px) {
  .fade_group div,
  .fade_group2 div {
    left: -144vw;
  }
}

.fade_group div {
  z-index: 9999;
  transition: 0.6s;
}

.fade_group2 div {
  z-index: 9998;
  transition: 0.8s;
}

.fade_group div:nth-of-type(1) {
  background: rgba(31, 150, 31, 0.3);
}

.fade_group div:nth-of-type(2) {
  background: rgba(31, 150, 31, 0.5);
  transition-delay: 0.1s;
}

.fade_group div:nth-of-type(3) {
  background: rgba(31, 150, 31, 0.7);
  transition-delay: 0.2s;
}

.fade_group div:nth-of-type(4) {
  background: #E61673;
  transition-delay: 0.3s;
}

.fade_group2 div:nth-of-type(1) {
  background: rgba(31, 150, 31, 0.8);
  transition-delay: 0.2s;
}

.fade_group2 div:nth-of-type(2) {
  background: rgba(31, 150, 31, 0.8);
  transition-delay: 0.3s;
}

body.fo .fade_group div {
  left: 0;
}

body.fo .fade_group2 div {
  left: 100vw;
}

/*
 * スクロールアニメーション
 */
.sa {
  opacity: 0;
  -webkit-transition: -webkit-transform all 0.8s cubic-bezier(0.13, 0.51, 0.43, 1.01);
  transition: all 0.8s cubic-bezier(0.13, 0.51, 0.43, 1.01);
}

.sa.show {
  opacity: 1;
  transform: none;
}

.sa--up {
  transform: translate3d(0, 50px, 0);
}

.sa--down {
  transform: translate3d(0, -50px, 0);
}

.sa--left {
  transform: translate3d(-50px, 0, 0);
}

.sa--right {
  transform: translate3d(50px, 0, 0);
}

.Text-Span {
  position: relative;
  z-index: 1;
}

.Text-Span:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -14px;
  width: 0%;
  height: 1px;
  background: #664E59;
  z-index: -1;
  transition: all 0.8s;
}

.Text-Span.isActive:after {
  width: 100%;
}

#page-top {
  cursor: pointer;
  right: 17px;
  bottom: 102px;
  transition-duration: 0.5s;
  transition-property: transform, background;
  position: absolute;
  border: 1px solid white;
  width: 50px;
  height: 50px;
  background: #E61673;
  border-radius: 50%;
  z-index: 10;
}
#page-top:hover {
  transform: translate(0, -10px);
}
#page-top:hover .top-arrow::before {
  transition-duration: 0.4s;
  transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  transform: translate(0, -100%);
}
#page-top:hover .top-arrow::after {
  opacity: 1;
  transform: translate(0, 0);
  transition-duration: 0.7s;
  transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  transition-delay: 0.2s;
}
#page-top button {
  font-weight: bold;
  color: white;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
#page-top button .top-arrow {
  overflow: hidden;
  display: block;
  position: absolute;
  width: 20px;
  height: 18px;
  right: 0;
  top: 17px;
  left: 0;
  margin: auto;
}
#page-top button .top-arrow::after, #page-top button .top-arrow::before {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/arrow-up.svg) no-repeat;
  background-size: contain;
}
#page-top button .top-arrow::after {
  transform: translate(0, 100%);
  transition-delay: 0s;
}

.btnFOut {
  animation-name: FOut;
  animation-duration: 0.3s;
  animation-timing-function: ease-in;
  animation-iteration-count: 1;
  visibility: hidden;
}

@keyframes FOut {
  0% {
    opacity: 1;
    visibility: visible;
  }
  100% {
    opacity: 0;
    visibility: hidden;
    transform: translateY(5px);
  }
}
.btnFIn {
  animation-name: FIn;
  animation-duration: 0.3s;
  animation-timing-function: ease-in;
  animation-iteration-count: 1;
}

@keyframes FIn {
  0% {
    opacity: 0;
    visibility: hidden;
  }
  100% {
    opacity: 1;
    visibility: visible;
  }
}
/*
 * パンくずリスト
 */
.breadcrumb-area {
  width: 100%;
  font-size: 14px;
  padding: 5px 3%;
  position: relative;
  z-index: 1;
  margin-top: 88px;
}
.breadcrumb-area span a {
  transition: all 0.5s cubic-bezier(0.7, 0, 0.2, 1);
  transition-duration: 0.2s;
  transition-property: color;
}
.breadcrumb-area span a:hover {
  color: #E61673;
}
@media (max-width: 560px) {
  .breadcrumb-area {
    font-size: 12px;
    padding: 1% 5% 1%;
    margin-top: 72px;
  }
}

.fa-caret-right {
  padding: 0 5px;
}

.footer {
  background-color: white;
  position: relative;
  margin-top: auto;
  padding-bottom: 2%;
}
.footer .footer-top {
  width: 100%;
  position: absolute;
  z-index: 0;
  bottom: 100%;
}
.footer-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.footer-box {
  width: 90%;
  margin: 0 auto;
  max-width: 1000px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 3%;
}
@media (max-width: 960px) {
  .footer-box {
    width: 96%;
  }
}
@media (max-width: 560px) {
  .footer-box {
    flex-direction: column;
    align-items: center;
    margin-bottom: 12%;
    padding-top: 10%;
    display: flex;
  }
}
.footer-text {
  padding-top: 1%;
}
.footer-text .pink {
  color: #E61673;
  font-weight: bold;
  margin-bottom: 6%;
  margin-top: 1%;
}
@media (max-width: 560px) {
  .footer-text .pink {
    margin-bottom: 11%;
  }
}
@media (max-width: 560px) {
  .footer-text {
    padding-top: 3%;
  }
}
.footer .footer-name img {
  width: 70%;
  max-width: 200px;
}
.footer .f-sns {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 4%;
}
.footer .f-sns a {
  display: inline-block;
  transition: all 0.5s cubic-bezier(0.7, 0, 0.2, 1);
  transition-property: opacity;
  margin: 3% 6px 0;
  width: 36px;
}
.footer .f-sns a img {
  width: 100%;
}
@media (max-width: 560px) {
  .footer .f-sns {
    margin-top: 3%;
    margin-bottom: 12%;
  }
}
.footer .copy {
  text-align: center;
  font-size: 13px;
}
@media (max-width: 560px) {
  .footer .copy {
    font-size: 11px;
  }
}

/*ここからヘッダー*/
.header {
  position: absolute;
  width: 100%;
}

.header-top {
  width: 100%;
  transition: 0.5s;
  display: flex;
  align-items: center;
  position: relative;
}
@media (max-width: 960px) {
  .header-top {
    align-items: flex-end;
  }
}

.header-top-top {
  width: 90%;
  margin: 0 auto;
  max-width: 1100px;
  display: flex;
  align-items: center;
  position: relative;
  justify-content: space-between;
}
@media (max-width: 960px) {
  .header-top-top {
    width: 84%;
  }
}
@media (max-width: 560px) {
  .header-top-top {
    width: 82%;
    margin: 0;
    justify-content: flex-end;
    flex-direction: row-reverse;
    margin-left: 2%;
  }
}

.header-nav-name {
  width: 13%;
}
.header-nav-name h1 {
  line-height: 1;
}
.header-nav-name h1 img {
  width: 100%;
}
@media (max-width: 960px) {
  .header-nav-name {
    width: 20%;
  }
}
@media (max-width: 560px) {
  .header-nav-name {
    width: 32%;
  }
}

/*main-topを超えたら固定表示*/
.header.fixed {
  position: fixed;
  top: 0;
  z-index: 99;
  backdrop-filter: blur(3px);
}
.header.fixed .menu-header {
  margin-top: 1%;
  margin-bottom: 1%;
}
.header.fixed .header-top-back {
  z-index: 20;
}

.header-top-back {
  width: 100%;
  margin: 0 auto;
  padding: 8px 4px 11px;
  background: rgba(255, 255, 255, 0.77);
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  z-index: 14;
}
@media (max-width: 960px) {
  .header-top-back {
    padding: 17px 3px 17px;
  }
}
@media (max-width: 560px) {
  .header-top-back {
    padding: 16px 0vw 16px;
    background: rgba(255, 255, 255, 0.87);
  }
}

.header-top-back-inner {
  width: 90%;
  display: flex;
  margin: 0 auto;
  max-width: 1128px;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 560px) {
  .header-top-back-inner {
    align-items: center;
  }
}
.header-top-back-inner .head-sns {
  display: none;
}
@media (max-width: 560px) {
  .header-top-back-inner .head-sns {
    display: flex;
    flex-direction: row;
    margin-right: 52px;
    margin-left: auto;
  }
  .header-top-back-inner .head-sns .sns-icon {
    margin-bottom: 0;
    margin-left: 9px;
  }
  .header-top-back-inner .head-sns .sns-icon img {
    width: 29.5px;
  }
}

.menu-header {
  display: flex;
  align-items: center;
  justify-content: space-around;
  width: 90%;
  color: #664E59;
  max-width: 969px;
  margin-top: 2%;
  margin-bottom: 2%;
  position: relative;
}
@media (max-width: 960px) {
  .menu-header {
    display: none;
  }
}
.menu-header-link {
  display: flex;
  align-items: flex-end;
  position: relative;
}
.menu-header-link a {
  pointer-events: auto;
  cursor: pointer;
  border: none;
  margin: 0;
  position: relative;
  display: inline-block;
  color: #664E59;
  line-height: 2;
}
.menu-header-link a span {
  display: inline-block;
  transition-duration: 0.7s;
  transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
}
.menu-header-link a::after {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  height: 5px;
  width: 52px;
  margin: auto;
  background-image: url(../images/link-hover.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top center;
  content: "";
  opacity: 0;
  transition: height 0.3s, opacity 0.3s, transform 0.3s;
  transform: translateY(-10px);
}
.menu-header-link a:hover {
  color: #E61673;
}
.menu-header-link a:hover::after {
  height: 18px;
  opacity: 1;
  transform: translateY(0px);
  transition: height 0.3s, opacity 0.3s, transform 0.3s;
}
.menu-header-link .lef-link::after {
  left: -8px;
}
.menu-header-link .mail-head-link {
  display: flex;
  background: rgb(255, 180, 0);
  background: linear-gradient(90deg, rgb(255, 180, 0) 0%, rgb(255, 19, 188) 100%);
  padding: 0px 9px;
  border-radius: 1em;
  color: white;
}
.menu-header-link .mail-head-link .mail-icon {
  margin-right: 3px;
}
.menu-header-link .mail-head-link::after {
  content: none;
}
.menu-header-link .mail-head-link:hover {
  color: white;
}

#gloval-nav {
  display: none;
}

#nav-toggle {
  display: none;
}

@media (max-width: 960px) {
  /*
   * タブレット・スマホメニューボタン
   */
  #nav-toggle,
  #nav-toggle span {
    display: inline-block;
    box-sizing: border-box;
  }
  #nav-toggle {
    position: absolute;
    top: 0;
    right: 0;
    width: 74px;
    height: 74px;
    border: none;
    appearance: none;
    cursor: pointer;
    overflow: hidden;
    z-index: 18;
  }
}
@media (max-width: 960px) and (max-width: 560px) {
  #nav-toggle {
    width: 67px;
    height: 67px;
  }
}
@media (max-width: 960px) {
  #nav-toggle:focus:not(:focus-visible) {
    outline: none;
  }
  #nav-toggle::before,
  #nav-toggle::after {
    content: "";
  }
  #nav-toggle::before,
  #nav-toggle::after,
  #nav-toggle span {
    position: absolute;
    margin: auto;
    width: 56%;
    right: 0;
    left: 0;
    height: 5px;
    border-bottom: 2px solid red;
    border-image: linear-gradient(to right, rgb(255, 180, 0) 0%, rgb(255, 19, 188) 100%) 1;
    -webkit-transition: all 0.6s cubic-bezier(1, 0, 0, 1) 0s;
    transition: all 0.6s cubic-bezier(1, 0, 0, 1) 0s;
  }
  #nav-toggle::before {
    top: 15px;
    left: 19px;
    transform-origin: 0 0;
    transform: rotate(44deg) scaleX(0);
    transition-delay: 0s;
  }
}
@media (max-width: 960px) and (max-width: 560px) {
  #nav-toggle::before {
    top: 13px;
  }
}
@media (max-width: 960px) {
  #nav-toggle::after {
    top: 15px;
    right: 19px;
    transform-origin: 100% 0;
    transform: rotate(-44deg) scaleX(0);
    transition-delay: 0.2s;
  }
}
@media (max-width: 960px) and (max-width: 560px) {
  #nav-toggle::after {
    top: 13px;
  }
}
@media (max-width: 960px) {
  #nav-toggle span:nth-of-type(-n+3) {
    right: 0;
    transform-origin: 100% 0;
    transition-delay: 0.5s;
  }
  #nav-toggle span:nth-of-type(1) {
    top: 15px;
  }
}
@media (max-width: 960px) and (max-width: 560px) {
  #nav-toggle span:nth-of-type(1) {
    top: 13px;
  }
}
@media (max-width: 960px) {
  #nav-toggle span:nth-of-type(2) {
    top: 28px;
  }
}
@media (max-width: 960px) and (max-width: 560px) {
  #nav-toggle span:nth-of-type(2) {
    top: 24px;
  }
}
@media (max-width: 960px) {
  #nav-toggle span:nth-of-type(3) {
    bottom: 28px;
  }
}
@media (max-width: 960px) and (max-width: 560px) {
  #nav-toggle span:nth-of-type(3) {
    bottom: 26px;
  }
}
@media (max-width: 960px) {
  .active #nav-toggle::before {
    transform: rotate(44deg) scaleX(1);
    transition-delay: 0.6s;
    border-bottom: 2px solid red;
  }
  .active #nav-toggle::after {
    transform: rotate(-44deg) scaleX(1);
    transition-delay: 0.8s;
    border-image: linear-gradient(to right, rgb(255, 180, 0) 0%, rgb(255, 19, 188) 100%) 1;
  }
  .active #nav-toggle span:nth-of-type(-n+3) {
    transform: scaleX(0);
  }
  .active #nav-toggle span:nth-of-type(1) {
    transition-delay: 0.1s;
  }
  .active #nav-toggle span:nth-of-type(2) {
    transition-delay: 0.18s;
  }
  .active #nav-toggle span:nth-of-type(3) {
    transition-delay: 0.26s;
  }
}
/*
 * スマホメニュー本体
 */
.sp-nav {
  width: 100vw;
  height: 123vh;
  position: absolute;
  top: 0;
  right: 0;
  overflow: scroll;
  -webkit-transition: all 1s cubic-bezier(0.39, 0.94, 0.53, 1.01);
  transition: all 1s cubic-bezier(0.39, 0.94, 0.53, 1.01);
  opacity: 0;
  visibility: hidden;
  z-index: 17;
}

.nav-container {
  padding: 2em 0em 10em;
  position: absolute;
  right: 0;
  width: 100%;
  overflow-y: scroll;
  height: 100vh;
  -webkit-transition: all 1s cubic-bezier(0.39, 0.94, 0.53, 1.01);
  transition: all 1s cubic-bezier(0.39, 0.94, 0.53, 1.01);
  opacity: 0;
  visibility: hidden;
}

.nav-text-block {
  width: 100%;
  margin: 0 auto;
}

ul.nav-menu {
  width: 100%;
  display: flex;
  flex-direction: column;
  font-size: 1.2rem;
}

ul.nav-menu li {
  width: 100%;
  list-style-type: none;
  text-align: right;
  opacity: 0;
  transform: translate3d(0, 10px, 0);
  filter: blur(10px);
  border-bottom: 2px solid red;
  border-image: linear-gradient(to right, rgb(255, 180, 0) 0%, rgb(255, 19, 188) 100%) 1;
  transition: opacity 0.8s cubic-bezier(0.22, 0.11, 0.22, 1) 0.5s, transform 1s cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
}
ul.nav-menu li::before {
  content: "";
  background-image: url(../images/arrow-right-line.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 15px;
  height: 15px;
  display: inline-block;
  position: absolute;
  opacity: 0.8;
  top: 36%;
  right: 3%;
  margin: auto;
}
@media (max-width: 560px) {
  ul.nav-menu li {
    font-size: 0.8em;
  }
}

.nav-menu li a {
  width: 100%;
  text-decoration: none;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  transition: 0.2s ease;
  padding: 20px 14px;
  color: #664E59;
}
.nav-menu li a img {
  height: 100%;
  width: auto;
}
.nav-menu li a p {
  font-size: 1.7rem;
  font-weight: 100;
  padding-right: 3%;
}
.nav-menu li a span {
  font-weight: 700;
  text-transform: uppercase;
  display: inline-block;
  position: relative;
}

.nav-menu .f-sns {
  display: flex;
  justify-content: center;
}
.nav-menu .f-sns a {
  display: inline-block;
  width: auto;
  font-size: 2em;
  font-weight: normal;
  line-height: 1;
  padding: 17px 6px;
}
.nav-menu .f-sns::before {
  content: none;
}

#menu-text {
  display: inline-block;
  color: #E61673;
  position: absolute;
  transition: color 0.6s cubic-bezier(1, 0, 0, 1) 0.8s;
  top: 48px;
  right: 0;
  font-size: 0.9em;
  left: 0;
  margin: auto;
  text-align: center;
}
@media (max-width: 560px) {
  #menu-text {
    top: 44px;
  }
}

.active {
  overflow: hidden;
}
.active #menu-text {
  color: #E61673;
}
.active .sp-nav {
  -webkit-transition: all 1s cubic-bezier(0.39, 0.94, 0.53, 1.01);
  transition: all 1s cubic-bezier(0.39, 0.94, 0.53, 1.01);
  opacity: 1;
  visibility: visible;
  top: 93px;
}
@media (max-width: 960px) {
  .active .sp-nav {
    top: 75px;
  }
}
@media (max-width: 560px) {
  .active .sp-nav {
    top: 67px;
  }
}
.active .nav-container {
  -webkit-transition: all 1s cubic-bezier(0.39, 0.94, 0.53, 1.01);
  transition: all 1s cubic-bezier(0.39, 0.94, 0.53, 1.01);
  opacity: 1;
  visibility: visible;
  background-color: white;
}
.active .nav-menu-list1 {
  opacity: 1;
  transition: opacity 0.8s cubic-bezier(0.22, 0.11, 0.22, 1) 0.5s;
  animation: fadeblur 1s ease forwards 0.6s;
}
.active .nav-menu-list2 {
  opacity: 1;
  transition: opacity 0.8s cubic-bezier(0.22, 0.11, 0.22, 1) 0.55s;
  animation: fadeblur 1s ease forwards 0.65s;
}
.active .nav-menu-list3 {
  opacity: 1;
  transition: opacity 0.8s cubic-bezier(0.22, 0.11, 0.22, 1) 0.6s;
  animation: fadeblur 1s ease forwards 0.7s;
}
.active .nav-menu-list4 {
  opacity: 1;
  transition: opacity 0.8s cubic-bezier(0.22, 0.11, 0.22, 1) 0.65s;
  animation: fadeblur 1s ease forwards 0.75s;
}
.active .nav-menu-list5 {
  opacity: 1;
  transition: opacity 0.8s cubic-bezier(0.22, 0.11, 0.22, 1) 0.7s;
  animation: fadeblur 1s ease forwards 0.8s;
}
.active .nav-menu-list6 {
  opacity: 1;
  transition: opacity 0.8s cubic-bezier(0.22, 0.11, 0.22, 1) 0.75s;
  animation: fadeblur 1s ease forwards 0.85s;
}
.active .nav-menu-list7 {
  opacity: 1;
  transition: opacity 0.8s cubic-bezier(0.22, 0.11, 0.22, 1) 0.8s;
  animation: fadeblur 1s ease forwards 0.9s;
}
.active .nav-menu-list8 {
  opacity: 1;
  transition: opacity 0.8s cubic-bezier(0.22, 0.11, 0.22, 1) 0.85s;
  animation: fadeblur 1s ease forwards 0.95s;
}
.active .nav-menu-list9 {
  opacity: 1;
  transition: opacity 0.8s cubic-bezier(0.22, 0.11, 0.22, 1) 0.9s;
  animation: fadeblur 1s ease forwards 1s;
}
.active .nav-menu-list10 {
  opacity: 1;
  transition: opacity 0.8s cubic-bezier(0.22, 0.11, 0.22, 1) 0.95s;
  animation: fadeblur 1s ease forwards 1.05s;
}
.active .nav-menu-list11 {
  opacity: 1;
  transition: opacity 0.8s cubic-bezier(0.22, 0.11, 0.22, 1) 1s;
  animation: fadeblur 1s ease forwards 1.05s;
}
.active .nav-menu-list12 {
  opacity: 1;
  transition: opacity 0.8s cubic-bezier(0.22, 0.11, 0.22, 1) 1.05s;
  animation: fadeblur 1s ease forwards 1.05s;
}

@keyframes fadeblur {
  100% {
    opacity: 1;
    transform: translate(0px, 0px);
    filter: blur(0);
  }
}

/*# sourceMappingURL=style.css.map */
