@charset "UTF-8";
html,
body {
  height: 100%;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: none;
  -webkit-overflow-scrolling: touch !important;
  -moz-osx-font-smoothing: grayscale;
  overflow: visible;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  color: #333333;
  -webkit-text-size-adjust: 100%;
  background: #dcdcd7;
}
body.menu_fixed {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  overflow: hidden;
}

@media print {
  html,
  html body {
    overflow: visible !important;
  }
}
.fw_bold {
  font-weight: bold !important;
}

.sp {
  display: none;
}
@media screen and (max-width: 540px) {
  .sp {
    display: block;
  }
}

@media screen and (max-width: 540px) {
  .pc {
    display: none;
  }
}
/* Google fonts
------------------------------ */
.noto {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

.open-sans {
  font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-variation-settings: "wdth" 100;
}

.roboto {
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-variation-settings: "wdth" 100;
}

/* ナビゲーション
------------------------------ */
#nav_wrap {
  display: contents;
}
@media screen and (max-width: 840px) {
  #nav_wrap {
    display: block;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1000;
  }
}
#nav_wrap #menu {
  display: none;
}
@media screen and (max-width: 840px) {
  #nav_wrap #menu {
    display: block;
    width: 60px;
    height: 22px;
    position: fixed;
    right: 28px;
    top: 16px;
    cursor: pointer;
  }
  #nav_wrap #menu::before, #nav_wrap #menu::after {
    content: "";
    background: #333333;
    height: 2px;
    position: absolute;
  }
  #nav_wrap #menu::before {
    width: 0;
    top: 5px;
    right: 0;
    -webkit-animation: transitionWidth 0.5s ease 0.8s forwards;
            animation: transitionWidth 0.5s ease 0.8s forwards;
  }
  #nav_wrap #menu::after {
    width: 0;
    bottom: 5px;
    right: 24px;
    -webkit-animation: transitionWidth2 0.5s ease 1.3s forwards;
            animation: transitionWidth2 0.5s ease 1.3s forwards;
  }
}
#nav_wrap #gnav {
  backdrop-filter: brightness(150%) blur(7px);
  -webkit-backdrop-filter: brightness(150%) blur(7px);
  background: transparent;
  border-left: 1px solid #eb6d8e;
  padding: 24px 60px 24px 24px;
  margin: 0;
  position: fixed;
  width: auto;
  right: 0px;
  top: 12px;
  z-index: 100;
}
@media screen and (max-width: 840px) {
  #nav_wrap #gnav {
    padding: 16px;
    background: #fff;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    opacity: 0;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    -webkit-transition: opacity 0.4s ease, -webkit-transform 0.3s ease;
    transition: opacity 0.4s ease, -webkit-transform 0.3s ease;
    transition: transform 0.3s ease, opacity 0.4s ease;
    transition: transform 0.3s ease, opacity 0.4s ease, -webkit-transform 0.3s ease;
  }
  #nav_wrap #gnav.open {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  #nav_wrap #gnav.open .btn_close::before {
    -webkit-animation: transitionWidth3 0.5s ease 1.2s forwards;
            animation: transitionWidth3 0.5s ease 1.2s forwards;
    -webkit-transform-origin: center center;
            transform-origin: center center;
  }
  #nav_wrap #gnav.open .btn_close::after {
    -webkit-animation: transitionWidth3 0.5s ease 1s forwards;
            animation: transitionWidth3 0.5s ease 1s forwards;
    -webkit-transform-origin: center center;
            transform-origin: center center;
  }
}
#nav_wrap #gnav .inner {
  display: contents;
}
@media screen and (max-width: 840px) {
  #nav_wrap #gnav .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border: 1px solid #eb6d8e;
    width: 100%;
    height: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
#nav_wrap #gnav ul li:not(:last-child) {
  margin-bottom: 12px;
}
#nav_wrap #gnav ul li a {
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 0px;
  color: #333333;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.04em;
}
#nav_wrap #gnav ul li a .sp_txt {
  display: none;
}
@media screen and (max-width: 840px) {
  #nav_wrap #gnav ul {
    padding: 60px 0px 40px 0px;
    width: auto;
  }
  #nav_wrap #gnav ul li:not(:last-child) {
    margin-bottom: 16px;
  }
  #nav_wrap #gnav ul li > a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0 10px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    font-size: 20px;
    letter-spacing: 0.04em;
    line-height: normal;
  }
  #nav_wrap #gnav ul li > a .roboto {
    border-right: 1px solid #EB6D8E;
    padding-right: 10px;
  }
  #nav_wrap #gnav ul li > a .sp_txt {
    display: block;
    font-size: 11px;
    line-height: 1.5;
  }
}
#nav_wrap .btn_close {
  display: none;
}
@media screen and (max-width: 840px) {
  #nav_wrap .btn_close {
    display: block;
    width: 44px;
    height: 44px;
    position: absolute;
    top: 38px;
    right: 20px;
  }
  #nav_wrap .btn_close::before, #nav_wrap .btn_close::after {
    content: "";
    display: block;
    background: #333333;
    width: 0;
    height: 1px;
    position: absolute;
    top: 50%;
    left: 50%;
  }
  #nav_wrap .btn_close::before {
    -webkit-transform: translate(-50%, -50%) rotate(135deg);
            transform: translate(-50%, -50%) rotate(135deg);
  }
  #nav_wrap .btn_close::after {
    -webkit-transform: translate(-50%, -50%) rotate(-135deg);
            transform: translate(-50%, -50%) rotate(-135deg);
  }
}
#nav_wrap .logo {
  display: none;
}
@media screen and (max-width: 840px) {
  #nav_wrap .logo {
    display: block;
    width: 80px;
  }
}

@-webkit-keyframes transitionWidth {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}

@keyframes transitionWidth {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@-webkit-keyframes transitionWidth2 {
  0% {
    width: 0;
  }
  100% {
    width: 36px;
  }
}
@keyframes transitionWidth2 {
  0% {
    width: 0;
  }
  100% {
    width: 36px;
  }
}
@-webkit-keyframes transitionWidth3 {
  0% {
    width: 0;
  }
  100% {
    width: 60px;
  }
}
@keyframes transitionWidth3 {
  0% {
    width: 0;
  }
  100% {
    width: 60px;
  }
}
/* メインコンテンツ
------------------------------ */
.loading {
  background: #333333;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 99999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-animation: fadeIn 0.8s ease 0.8s forwards;
          animation: fadeIn 0.8s ease 0.8s forwards;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    pointer-events: none;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    pointer-events: none;
  }
}
#main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  background: #dcdcd7;
  border-radius: 0;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 0 0 0;
  opacity: 1;
  padding: 0 0 0 0;
  width: 100%;
  max-width: 100%;
}

.side_logo {
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  height: 100vh;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 0 0 0;
  padding: 0px;
  position: sticky;
  top: 0;
  width: 3%;
  max-width: 3%;
}
.side_logo a {
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0px;
  width: 70%;
  max-width: 70%;
}
.side_logo img {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  height: auto;
  margin: 0 0 0 0;
  position: sticky;
  top: 0;
  width: 100%;
  max-width: 100%;
}
.side_logo img::before {
  background-size: contain;
}
@media screen and (max-width: 540px) {
  .side_logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 5%;
    max-width: 5%;
  }
}

.contents_wrap {
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin: 0 0 0 0;
  padding: 0px 0px 60px 0px;
  position: relative;
  width: 97%;
  z-index: 2;
  max-width: 97%;
  overflow: hidden;
}
@media screen and (max-width: 540px) {
  .contents_wrap {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 95%;
    max-width: 95%;
  }
}

.logo_area {
  height: 252px;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 0 0 0;
  padding: 12px 0px;
  position: relative;
  width: 100%;
  max-width: 100%;
}
@media screen and (max-width: 840px) {
  .logo_area {
    height: auto;
  }
}
.logo_area .logo {
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0px;
  width: 100%;
  max-width: 100%;
}
.logo_area .logo a {
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0px;
  width: 40%;
  max-width: 40%;
}
.logo_area .logo a img {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  height: auto;
  width: 100%;
  max-width: 100%;
}
.logo_area .logo a img::before {
  background-size: contain;
}

/* footer
------------------------------ */
footer {
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 12px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 40px 0px 0px 0px;
  width: 100%;
  max-width: 100%;
}
footer .copyright {
  color: #333333;
  font-family: "Roboto", sans-serif;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
  font-size: 12px;
  font-weight: 400;
  height: auto;
  letter-spacing: 0.02em;
  line-height: 1.4;
  margin: 0px 0px 0px 0px;
  text-align: center;
  text-decoration: none;
  width: auto;
  max-width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
footer .f_logo {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  height: 80px;
  width: 80px;
  max-width: 100%;
}