@charset "UTF-8";
/*
 * 変数
 */
@media (max-width: 1100px) {
  .br_pc {
    display: none;
  }
}

@media (min-width: 1025px) {
  .br_tab {
    display: none;
  }
}

@media (min-width: 1100px) {
  .tab_br {
    display: none;
  }
}
@media (max-width: 530px) {
  .tab_br {
    display: none;
  }
}

@media (max-width: 1025px) {
  .br_tab_exc {
    display: none;
  }
}
@media (min-width: 530px) {
  .br_tab_exc {
    display: none;
  }
}

@media (min-width: 530px) {
  .br_sp {
    display: none;
  }
}

@media (max-width: 530px) {
  .br_sp_exc {
    display: none;
  }
}

span.aks {
  display: inline-block;
}

p.indent {
  text-indent: 1em;
}

p.indent2 {
  text-indent: -1em;
  padding-left: 1em;
}

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

/* html5doctor.com Reset Stylesheet v1.6.1 Last Updated: 2010-09-17 Author: Richard Clark - http://richclarkdesign.com Twitter: @rich_clark */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var,
b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header,
hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
  box-sizing: border-box;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

ul, ol {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  text-decoration: none;
  color: inherit;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

img {
  vertical-align: bottom;
  line-height: 1;
}

button {
  line-height: 1;
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
}

input[type=submit],
input[type=button],
input[type=reset],
input[type=search],
select {
  -webkit-appearance: none;
  border-radius: 0;
}

body {
  font-family: "Roboto", "Noto Serif", "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, "Font Awesome 5 Free", sans-serif;
  font-feature-settings: "palt";
}

.wrapper {
  width: 100%;
  overflow: hidden;
  color: #231815;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  position: relative;
  font-size: 17px;
  font-size: clamp(17px, 1.2vw, 20px);
  z-index: 0;
}

.main-wrapper {
  background: white;
}

span.aks {
  display: inline-block;
}

.page-wrapp {
  width: 90%;
  margin: 0 auto;
  max-width: 1000px;
  margin-top: 10%;
}
@media (max-width: 1025px) {
  .page-wrapp {
    margin-bottom: 12%;
  }
}

.main-tit-block {
  position: relative;
  display: inline-block;
  width: 100%;
  max-height: 248px;
  margin-top: 80px;
}
.main-tit-block p {
  position: relative;
}
.main-tit-block p::after {
  position: absolute;
  bottom: -18px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 30%;
  height: 7px;
  max-width: 90px;
  content: "";
}
.main-tit-block img {
  position: absolute;
  top: 0;
  right: 0;
  max-height: 248px;
  z-index: -1;
}
@media (max-width: 530px) {
  .main-tit-block {
    padding-bottom: 8%;
    background-size: auto 132%;
    background-position: center right -44px;
  }
  .main-tit-block p::after {
    bottom: -23px;
  }
  .main-tit-block img {
    right: -18%;
    max-height: 243px;
  }
}

/* ローディング画面 */
#loading {
  position: fixed;
  inset: 0;
  background: #dcdedf;
  z-index: 99999;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
}

/* 初回アクセス時に表示 */
body.show-loading #loading {
  opacity: 1;
  visibility: visible;
  animation: loading-fadeout 2.7s ease forwards;
  animation-delay: 0.5s;
}

/* ロゴアニメーション */
#loading .top-l {
  width: 200px;
  opacity: 0;
  animation: logo-inout 2.2s ease forwards;
  animation-delay: 0.5s;
}

#loading .top-l img {
  width: 100%;
  height: auto;
  display: block;
}

/* ロゴの出現 → 停止 → 消失 */
@keyframes logo-inout {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  25% {
    opacity: 1;
    transform: translateY(0);
  }
  65% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(-20px);
  }
}
/* 背景をフェードアウト */
@keyframes loading-fadeout {
  0% {
    opacity: 1;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    visibility: hidden;
  }
}
/* メインコンテンツ初期状態 */
.top,
.main {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.6s ease;
}

/* ローディング終了後に表示 */
body.loaded .top,
body.loaded .main,
body.loaded .header {
  opacity: 1;
  visibility: visible;
}

/* SP調整 */
@media (max-width: 768px) {
  #loading .top-l {
    width: 60%;
  }
}
/*
 * スクロール促す
 */
.scloll {
  height: 102px;
  position: absolute;
  left: 15px;
  z-index: 3;
  bottom: 18%;
  width: 20px;
}
.scloll .sc-border {
  width: 1px;
  height: 100%;
  border-right: 1px solid white;
  position: relative;
  display: inline-block;
  margin-left: 12px;
  margin-top: 9px;
}
.scloll .sc-border .sc-surcle {
  height: 5px;
  width: 5px;
  right: -3px;
  border-radius: 50%;
  background: white;
  display: inline-block;
  position: absolute;
  animation: scroll 2s cubic-bezier(0.13, 0.51, 0.75, 1.12) 0.5s infinite;
}
.scloll p {
  writing-mode: vertical-rl;
  font-weight: 600;
  color: white;
}
@media (max-width: 530px) {
  .scloll {
    bottom: 20%;
  }
  .scloll .sc-border {
    border-right: 1px solid #e50012;
  }
  .scloll .sc-border .sc-surcle {
    background: #e50012;
  }
  .scloll p {
    color: #e50012;
  }
}

@keyframes scroll {
  0% {
    top: 0;
    opacity: 1;
  }
  90% {
    opacity: 0.8;
  }
  100% {
    top: 97%;
    opacity: 0;
  }
}
/*
 * マスクアニメーション
 */
@keyframes animate-panel {
  0% {
    transform-origin: left top;
    transform: skew(0deg, 0deg) scale(0, 1);
  }
  49% {
    transform-origin: left top;
    transform: skew(0deg, 0deg) scale(1, 1);
  }
  50% {
    transform-origin: right top;
    transform: skew(0deg, 0deg) scale(1, 1);
  }
  100% {
    transform-origin: right top;
    transform: skew(0deg, 0deg) scale(0, 1);
  }
}
@keyframes animate-content {
  0% {
    visibility: hidden;
  }
  49% {
    visibility: hidden;
  }
  50% {
    visibility: visible;
  }
  100% {
    visibility: visible;
  }
}
.mask-wrap {
  display: inline-block;
}
.mask-wrap .mask-inner {
  position: relative;
  visibility: hidden;
  display: inline-block;
}
.mask-wrap .mask-inner::after {
  content: "";
  background: white;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  transform-origin: left top;
  transform: skew(0deg, 0deg) scale(0, 1);
  transition: all 0.3s ease 0s;
  visibility: visible;
}
.mask-wrap .mask-inner:nth-of-type(2) {
  animation-duration: 1.5s;
  animation-delay: 3.4s !important;
}
.mask-wrap .mask-inner:nth-of-type(2)::after {
  animation-duration: 1.5s;
  animation-delay: 3.4s !important;
}
@media (max-width: 530px) {
  .mask-wrap .mask-inner:nth-of-type(2) {
    animation-delay: 2.4s !important;
  }
  .mask-wrap .mask-inner:nth-of-type(2)::after {
    animation-delay: 2.4s !important;
  }
}
.mask-wrap .mask-inner.start {
  animation-name: animate-content;
  animation-duration: 1s;
  animation-timing-function: ease;
  animation-delay: 3s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: both;
  animation-play-state: running;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
@media (max-width: 530px) {
  .mask-wrap .mask-inner.start {
    animation-delay: 2s;
  }
}
.mask-wrap .mask-inner.start::after {
  animation-name: animate-panel;
  animation-duration: 1s;
  animation-timing-function: ease;
  animation-delay: 3s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: both;
  animation-play-state: running;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
@media (max-width: 530px) {
  .mask-wrap .mask-inner.start::after {
    animation-delay: 2s;
  }
}

/*
 * 下層ページトップアニメーション
 */
.main-tit-image {
  -webkit-clip-path: polygon(29% 0, 100% 0, 100% 0, 29% 0);
  clip-path: polygon(29% 0, 100% 0, 100% 0, 29% 0);
  transition: all 0.5s cubic-bezier(0.7, 0, 0.2, 1);
  transition-duration: 0.8s;
}

.main-tit-image.effect-show {
  -webkit-clip-path: polygon(29% 0, 100% 0, 68% 100%, 0 100%);
  clip-path: polygon(29% 0, 100% 0, 68% 100%, 0 100%);
}

/*
 * スクロールアニメーション
 */
.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);
}

#page-top {
  cursor: pointer;
  display: flex;
  align-items: flex-end;
  right: 30px;
  top: 90px;
  position: absolute;
  width: 63px;
}
@media (max-width: 1025px) {
  #page-top {
    right: 10px;
  }
}
@media (max-width: 530px) {
  #page-top {
    top: 65%;
    right: -27px;
  }
}
#page-top:hover .top-border {
  transition-duration: 0.5s;
  transition-property: transform;
  transform: translate(0, -10px);
}
#page-top a {
  text-align: center;
}
#page-top .top-text {
  font-weight: bold;
  color: #004da0;
  font-size: 13px;
  display: inline-block;
  writing-mode: sideways-rl;
}
#page-top .top-border {
  transition-duration: 0.5s;
  transition-property: transform;
  width: 1px;
  height: 90px;
  background: #004da0;
  display: inline-block;
  position: relative;
}
#page-top .top-border::after {
  content: "";
  position: absolute;
  bottom: 83px;
  right: -16px;
  display: block;
  width: 18px;
  height: 1px;
  background-color: #004da0;
  transform: rotate(-323deg);
}

/*
 * パンくずリスト
 */
.breadcrumb-area {
  width: 100%;
  font-size: 14px;
  color: white;
  background: #231815;
  padding: 8px 3%;
  position: relative;
  z-index: 1;
  margin-bottom: 5%;
}
.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: #bbbbbb;
}
@media (max-width: 1025px) {
  .breadcrumb-area {
    margin-bottom: 8%;
  }
}
@media (max-width: 530px) {
  .breadcrumb-area {
    font-size: 12px;
    padding: 1% 5% 1%;
    margin: 0 auto;
    margin-bottom: 14%;
  }
}

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

.footer {
  color: #231815;
  position: relative;
  background: white;
  margin-top: auto;
  padding-top: 10%;
  padding-bottom: 3%;
  z-index: 1000;
}
@media (max-width: 530px) {
  .footer {
    padding-top: 20%;
  }
}
.footer-box {
  width: 70%;
  margin: 0 auto;
  max-width: 800px;
  margin-bottom: 8%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: center;
}
@media (max-width: 1025px) {
  .footer-box {
    width: 80%;
  }
}
@media (max-width: 530px) {
  .footer-box {
    width: 90%;
    flex-direction: column;
    align-items: center;
    margin-bottom: 11%;
  }
}
.footer-left {
  width: 45%;
  display: flex;
  flex-direction: column;
}
@media (max-width: 1025px) {
  .footer-left {
    width: 60%;
  }
}
@media (max-width: 530px) {
  .footer-left {
    width: 100%;
    border-bottom: 1px solid #004da0;
    padding-bottom: 8%;
  }
}
.footer-left .f-logo {
  display: flex;
  align-items: center;
  font-weight: 600;
}
@media (max-width: 530px) {
  .footer-left .f-logo {
    justify-content: center;
  }
}
.footer-left .f-logo p {
  font-size: 32px;
}
.footer-left .f-logo p span {
  font-size: 20px;
  margin-left: 3px;
}
@media (max-width: 530px) {
  .footer-left .f-logo p span {
    font-size: 16px;
  }
}
.footer-left .f-logo img {
  width: 73px;
  padding-right: 4px;
}
@media (max-width: 530px) {
  .footer-left .f-logo img {
    width: 50px;
  }
}
.footer-left .address {
  text-align: left;
  margin-left: 73px;
  line-height: 1.2;
  margin-top: 3%;
}
@media (max-width: 530px) {
  .footer-left .address {
    margin-left: 0;
    text-align: center;
  }
}
.footer-right {
  width: 40%;
}
@media (max-width: 1025px) {
  .footer-right {
    width: 55%;
  }
}
@media (max-width: 530px) {
  .footer-right {
    width: 100%;
  }
}
@media (max-width: 530px) {
  .footer-right .sns-link {
    justify-content: center;
    padding-left: 0;
    margin-top: 10%;
  }
}
.footer-right .sns-link-btn {
  width: 30px;
}
@media (max-width: 530px) {
  .footer-right .sns-link-btn {
    width: 35px;
    margin-right: 12px;
    margin-left: 12px;
  }
}
.footer .copy {
  text-align: center;
  font-size: 13px;
}
@media (max-width: 530px) {
  .footer .copy {
    font-size: 12px;
  }
}

/*ここからヘッダー*/
.header {
  opacity: 1;
  transform: translate(0, 0);
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 80px;
}

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

.header-top-back {
  width: 100%;
  height: 80px;
  margin: 0 auto;
  padding: 23px 4px;
}
@media (max-width: 1025px) {
  .header-top-back {
    padding: 10px 4px;
  }
}
@media (max-width: 530px) {
  .header-top-back {
    padding: 11px 3vw;
    background: none;
    backdrop-filter: none;
  }
}

.header-top-back-inner {
  width: 95%;
  display: flex;
  margin: 0 auto;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 530px) {
  .header-top-back-inner {
    align-items: center;
  }
}

.header-nav-name h1 {
  opacity: 0;
  display: flex;
  align-items: baseline;
  color: white;
  line-height: 1em;
  font-weight: bold;
  -webkit-transition: all 0.6s cubic-bezier(1, 0, 0, 1) 0s;
  transition: all 0.6s cubic-bezier(1, 0, 0, 1) 0s;
}
@media (max-width: 1025px) {
  .header-nav-name h1 {
    align-items: center;
  }
}
.header-nav-name h1 p {
  display: flex;
  flex-direction: column;
}
.header-nav-name h1 span {
  font-size: 14px;
  margin-left: 7px;
  line-height: 1em;
}
@media (max-width: 530px) {
  .header-nav-name h1 span {
    font-size: 11px;
  }
}
.header-nav-name h1 .name-en {
  font-size: 15px;
  font-family: serif;
  display: block;
  margin-top: 4px;
  letter-spacing: 4px;
  transform: skewX(-10deg);
  opacity: 0.9;
}
@media (max-width: 1025px) {
  .header-nav-name h1 {
    position: relative;
    height: 52px;
  }
}
@media (max-width: 530px) {
  .header-nav-name h1 {
    font-size: 27px;
  }
  .header-nav-name h1 span {
    font-size: 9px;
    margin-top: 10px;
    margin-left: 5px;
  }
  .header-nav-name h1 .name-en {
    font-size: 13px;
  }
}

.header-right {
  width: 45px;
  display: flex;
  justify-content: space-between;
  align-items: end;
}
@media (max-width: 530px) {
  .header-right {
    width: 43%;
    justify-content: right;
  }
}

/*main-topを超えたら固定表示*/
.header.fixed {
  position: fixed;
  top: 0;
  background: transparent;
  transition: all 1s cubic-bezier(0.37, 0.16, 0.12, 1);
}
.header.fixed .header-top-back {
  background: #fff;
  box-shadow: 0 0px 10px 0px rgba(0, 0, 0, 0.4);
}
.header.fixed .header-nav-name h1 {
  opacity: 1;
  color: #004da0;
}
@media (max-width: 530px) {
  .header.fixed .header-nav-name h1 {
    padding-top: 12px;
  }
}

/*
 * タブレット・スマホメニューボタン
 */
#nav-toggle .menu {
  color: #e50012;
  margin-top: 28px;
  font-size: 14px;
  font-weight: 500;
}

#nav-toggle .close {
  display: none;
}

#nav-toggle,
#nav-toggle span {
  display: inline-block;
  box-sizing: border-box;
}

#nav-toggle {
  position: relative;
  width: 40px;
  height: 27px;
  background: none;
  border: none;
  appearance: none;
  cursor: pointer;
}

#nav-toggle:focus:not(:focus-visible) {
  outline: none;
}

#nav-toggle::before,
#nav-toggle::after {
  content: "";
}

#nav-toggle span {
  position: absolute;
  width: 100%;
  height: 4px;
  background: #e50012;
  -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,
#nav-toggle::after {
  position: absolute;
  width: 100%;
  height: 4px;
  background: #231815;
  -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: 2px;
  left: 4px;
  transform-origin: 0 0;
  transform: rotate(37deg) scaleX(0);
  transition-delay: 0s;
}

#nav-toggle::after {
  top: 2px;
  right: 4px;
  transform-origin: 100% 0;
  transform: rotate(-37deg) scaleX(0);
  transition-delay: 0.2s;
}

#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: 0px;
}

#nav-toggle span:nth-of-type(2) {
  top: 15px;
}

#nav-toggle span:nth-of-type(3) {
  bottom: 3px;
}

.active #nav-toggle::before {
  transform: rotate(27deg) scaleX(1);
  transition-delay: 0.6s;
}
.active #nav-toggle::after {
  transform: rotate(-27deg) scaleX(1);
  transition-delay: 0.8s;
}
.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;
}
.active #nav-toggle .menu {
  display: none;
}
.active #nav-toggle .close {
  display: block;
  color: #231815;
  margin-top: 30px;
  font-size: 14px;
  font-weight: 500;
  margin-left: 2px;
}
@media (max-width: 530px) {
  .active #nav-toggle .close {
    font-size: 15px;
  }
}

/*
 * スマホメニュー本体
 */
.nav-text-block {
  width: 100%;
  max-width: 430px;
  height: 100%;
  text-align: center;
  margin: 0 auto;
}

ul.nav-menu {
  width: 70%;
  display: flex;
  flex-direction: column;
  font-size: 15px;
  margin: 0 auto;
}
@media (max-width: 530px) {
  ul.nav-menu {
    width: 90%;
    margin-right: 0;
    margin-left: auto;
  }
}

.active .header.fixed {
  position: fixed;
  top: 0;
  background: transparent;
  transition: all 1s cubic-bezier(0.37, 0.16, 0.12, 1);
}
.active .header.fixed .header-top-back {
  background: rgba(0, 0, 0, 0);
  box-shadow: 0 0px 0px 0px rgba(0, 0, 0, 0.4);
}
.active .header.fixed .header-nav-name h1 {
  opacity: 0;
}

.menu-name {
  width: 68%;
  margin: 0 auto;
}
.menu-name img {
  width: 100%;
}

ul.nav-menu li {
  width: 100%;
  height: 16%;
  list-style-type: none;
  text-align: left;
  opacity: 0;
  transform: translate3d(25px, 0, 0);
  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;
}
@media (max-width: 1025px) {
  ul.nav-menu li {
    width: 80%;
    height: 17%;
  }
}
@media (max-width: 530px) {
  ul.nav-menu li {
    height: 14%;
  }
}

.nav-menu-block {
  display: flex;
}
@media (max-width: 530px) {
  .nav-menu-block {
    flex-direction: column;
  }
}

ul.nav-menu .nav-link-block {
  width: 50%;
  height: 10%;
  display: flex;
  align-items: center;
  color: white;
  margin-left: auto;
  text-align-last: left;
  font-size: 22px;
}
@media (max-width: 1025px) {
  ul.nav-menu .nav-link-block {
    width: 100%;
  }
}
@media (max-width: 530px) {
  ul.nav-menu .nav-link-block {
    flex-direction: column;
    margin-top: 10%;
    font-size: 17px;
  }
}
ul.nav-menu .nav-link-block p {
  font-weight: bold;
  margin-right: 7px;
  letter-spacing: 3px;
  position: relative;
  display: inline-block;
  padding-right: 12px;
}
@media (max-width: 530px) {
  ul.nav-menu .nav-link-block p {
    margin-right: 0;
    padding-right: 0;
  }
}
ul.nav-menu .nav-link-block p::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 2px;
  height: 24px;
  background-color: #fff;
  transform: translateY(-50%);
}
@media (max-width: 530px) {
  ul.nav-menu .nav-link-block p::after {
    display: none;
  }
}
ul.nav-menu .nav-link-block i {
  display: inline-block;
  font-size: 34px;
  transition: transform 0.3s ease;
}
ul.nav-menu .nav-link-block i:hover {
  transform: scale(1.15);
}

.nav-menu li > a {
  width: 100%;
  list-style: none;
  text-decoration: none;
  padding: 10px;
  display: flex;
  flex-direction: column;
  font-size: 1.8rem;
  font-weight: 500;
  position: relative;
  transition: all 0.3s;
  padding-bottom: 3%;
  margin-top: 10%;
}
.nav-menu li > a::before {
  content: "→";
  position: absolute;
  left: -20px;
  top: 45%;
  opacity: 0;
  transition: all 0.3s ease;
  color: #004da0;
  font-size: 1.2rem;
}
.nav-menu li > a img {
  width: 80%;
  transition: transform 0.3s ease;
}
@media (max-width: 530px) {
  .nav-menu li > a img {
    width: 83%;
  }
}
.nav-menu li > a span {
  letter-spacing: 3px;
  text-transform: uppercase;
  display: inline-block;
  position: relative;
  font-size: 11px;
  margin-left: 1%;
  transition: color 0.3s ease, transform 0.3s ease;
}
@media (max-width: 530px) {
  .nav-menu li > a span {
    letter-spacing: 2px;
    font-size: 10px;
  }
}
.nav-menu li > a:hover::before {
  left: -5px;
  opacity: 1;
}
.nav-menu li > a:hover img {
  transform: translateX(10px);
}

.sns-link {
  display: flex;
  width: 67%;
  justify-content: left;
  margin: 0 auto;
  margin-top: 12%;
  padding-left: 10px;
}
@media (max-width: 530px) {
  .sns-link {
    width: 77%;
  }
}
.sns-link-btn {
  width: 35px;
  margin-right: 8%;
  display: inline-block; /* ボタンやリンクを扱いやすくする */
  transition: transform 0.3s ease;
}
.sns-link-btn:hover {
  transform: scale(1.1); /* 10%拡大 */
}
.sns-link-btn img {
  width: 100%;
}

.sp-nav {
  width: 0;
  height: 100vh;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 1000;
  overflow: hidden;
  -webkit-transition: all 0.6s cubic-bezier(1, 0, 0, 1) 0s;
  transition: all 0.6s cubic-bezier(1, 0, 0, 1) 0s;
}

.nav-container {
  width: 0;
  height: 100vh;
  padding: 8% 3em 3em;
  background: white;
  position: absolute;
  right: 0;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  -webkit-transition: all 0.6s cubic-bezier(1, 0, 0, 1) 0s;
  transition: all 0.6s cubic-bezier(1, 0, 0, 1) 0s;
}
@media (max-width: 530px) {
  .nav-container {
    padding: 25% 3em 3em;
  }
}

.active {
  overflow: hidden;
}
.active #nav-toggle {
  transform: skewY(0deg);
  width: 50px;
}
.active #menu-text {
  opacity: 0;
  transition: opacity 0.6s cubic-bezier(1, 0, 0, 1) 0.8s;
}
.active #close-text {
  opacity: 1;
  transition: opacity 0.6s cubic-bezier(1, 0, 0, 1) 0.8s;
}
.active .sp-nav {
  width: 100vw;
  -webkit-transition: all 0.6s cubic-bezier(1, 0, 0, 1) 0s;
  transition: all 0.6s cubic-bezier(1, 0, 0, 1) 0s;
}
.active .nav-container {
  width: 35vw;
  -webkit-transition: all 0.6s cubic-bezier(1, 0, 0, 1) 0s;
  transition: all 0.6s cubic-bezier(1, 0, 0, 1) 0s;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.35);
}
@media (min-width: 1600px) {
  .active .nav-container {
    width: 30vw;
  }
}
@media (max-width: 1025px) {
  .active .nav-container {
    width: 60vw;
  }
}
@media (max-width: 530px) {
  .active .nav-container {
    width: 100vw;
  }
}
.active .nav-menu-list1 {
  opacity: 1;
  transform: translateZ(0);
  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;
}
.active .nav-menu-list2 {
  opacity: 1;
  transform: translateZ(0);
  transition: opacity 0.8s cubic-bezier(0.22, 0.11, 0.22, 1) 0.55s, transform 1s cubic-bezier(0.215, 0.61, 0.355, 1) 0.55s;
}
.active .nav-menu-list3 {
  opacity: 1;
  transform: translateZ(0);
  transition: opacity 0.8s cubic-bezier(0.22, 0.11, 0.22, 1) 0.6s, transform 1s cubic-bezier(0.215, 0.61, 0.355, 1) 0.6s;
}
.active .nav-menu-list4 {
  opacity: 1;
  transform: translateZ(0);
  transition: opacity 0.8s cubic-bezier(0.22, 0.11, 0.22, 1) 0.65s, transform 1s cubic-bezier(0.215, 0.61, 0.355, 1) 0.65s;
}
.active .nav-menu-list5 {
  opacity: 1;
  transform: translateZ(0);
  transition: opacity 0.8s cubic-bezier(0.22, 0.11, 0.22, 1) 0.7s, transform 1s cubic-bezier(0.215, 0.61, 0.355, 1) 0.7s;
}
.active .nav-menu-list6 {
  opacity: 1;
  transform: translateZ(0);
  transition: opacity 0.8s cubic-bezier(0.22, 0.11, 0.22, 1) 0.75s, transform 1s cubic-bezier(0.215, 0.61, 0.355, 1) 0.75s;
}

body.active .wrapper::after {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 999;
  pointer-events: auto;
}

/*装飾線*/
.c-line {
  position: absolute;
  width: 1px;
  height: 0;
  -webkit-transform: rotate(23deg);
  transform: rotate(23deg);
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  z-index: 2;
}
.c-line div {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  background-color: #e50012;
  transition: transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s, opacity 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transform: translate3d(0, -140px, 0);
  transform: translate3d(0, -140px, 0);
}

.c-line-gray div {
  background-color: #B7B7B7;
}

.actionmov.c-line div {
  transition: transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s, opacity 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
  opacity: 1;
}

.actionmov.c-line-1 {
  top: -47px;
  margin-left: 92px;
  height: 325px;
  z-index: 0;
}
.actionmov.c-line-1 div {
  -webkit-transform: translate3d(0, 20px, 0);
  transform: translate3d(0, 20px, 0);
}
@media (max-width: 1025px) {
  .actionmov.c-line-1 {
    top: -9px;
    margin-left: 43px;
    height: 227px;
  }
}

.actionmov.c-line-2 {
  height: 262px;
  right: 109px;
  top: -145px;
}
.actionmov.c-line-2 div {
  -webkit-transform: translate3d(0, 0px, 0);
  transform: translate3d(0, 0px, 0);
}
@media (max-width: 1025px) {
  .actionmov.c-line-2 {
    right: -20px;
  }
}
@media (max-width: 530px) {
  .actionmov.c-line-2 {
    right: -24px;
    height: 181px;
  }
}

.actionmov.c-line-3 {
  top: -37px;
  left: 78px;
  height: 262px;
  -webkit-transform: rotate(26deg);
  transform: rotate(26deg);
}
.actionmov.c-line-3 div {
  -webkit-transform: translate3d(0, -20px, 0);
  transform: translate3d(0, -20px, 0);
}
@media (max-width: 530px) {
  .actionmov.c-line-3 {
    top: 2px;
    left: 47px;
    height: 321px;
  }
}

.actionmov.c-line-4 {
  bottom: -118px;
  left: 15%;
  height: 199px;
  -webkit-transform: rotate(26deg);
  transform: rotate(26deg);
}
.actionmov.c-line-4 div {
  -webkit-transform: translate3d(0, -30px, 0);
  transform: translate3d(0, -30px, 0);
}
@media (max-width: 1025px) {
  .actionmov.c-line-4 {
    display: none;
  }
}

.actionmov.c-line-5 {
  bottom: 50%;
  right: -254px;
  height: 229px;
  -webkit-transform: rotate(24deg);
  transform: rotate(24deg);
}
.actionmov.c-line-5 div {
  -webkit-transform: translate3d(0, 0px, 0);
  transform: translate3d(0, 0px, 0);
}
@media (max-width: 530px) {
  .actionmov.c-line-5 {
    bottom: 65%;
  }
}

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