@font-face {
  font-family: 'YuGothic';
  src: url('../fonts/YuGothic-Medium.ttf');
  font-weight: 500;
}
:root {
  --text_color: #616052;
  --main_bg: #edede7;
  --main_bg_81: rgba(237, 237, 231, 0.81);
  --main_bg_37: rgba(237, 237, 231, 0.37);
  --gray: #707070;
  --gray_20: rgba(112, 112, 112, 0.2);
  --YuGothic_font: 'YuGothic';
  --Kozuka_Gothic_Pr6N_font: 'Noto Sans JP', sans-serif;
  --Hiragino_Kaku_Gothic_ProN: 'Noto Sans JP', sans-serif;
  --A1MinchoStd_font: 'Noto Serif JP', serif;
  --optima_font: 'Belleza', sans-serif;
  --maxWidth: 1366px;
  --animate-duration: 2.5s;
  --animate-delay: 0s;
  --animate-repeat: 1;
}
html {
  scroll-behavior: smooth;
}
body {
  background: var(--main_bg);
  color: var(--text_color);
  font-size: 15px;
  font-family: var(--YuGothic_font);
  line-height: calc(41 / 15);
  font-weight: 500;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
  font-family: var(--A1MinchoStd_font);
}
a {
  color: var(--text_color);
  text-decoration: none;
}
a:hover {
  color: var(--text_color);
  text-decoration: none;
}
.c-container {
  max-width: var(--maxWidth);
  margin: 0 auto;
}
.v-txt {
  writing-mode: vertical-rl;
  display: inline-block;
  vertical-align: top;
  text-align: left;
  min-height: max-content;
  height: max-content;
  word-break: keep-all;
}
.v-txt-top {
  vertical-align: top;
}
.group-v-txt {
  display: flex;
  align-items: flex-end;
  align-self: baseline;
}
.fs_11 {
  font-size: 11px;
}
.fs_14 {
  font-size: 14px;
}
.fs_20 {
  font-size: 20px;
}
.fs_22 {
  font-size: 22px;
}
.fs_23 {
  font-size: 23px;
}
.fs_27 {
  font-size: 27px;
}
.fs_30 {
  font-size: 30px;
}
.fs_43 {
  font-size: 43px;
}
.fs_48 {
  font-size: 48px;
}
.fs_52 {
  font-size: 52px;
}
.fs_61 {
  font-size: 61px;
}
.fs_76 {
  font-size: 76px;
}
.fs_120 {
  font-size: 120px;
}
.s-title {
  text-align: center;
  font-size: 0;
}
.s-title .txt-1 {
  font-family: var(--optima_font);
  letter-spacing: 0.24em;
  color: #7f7f72;
  display: inline-block;
  margin-bottom: 35px;
}
.s-title .txt-2 {
  line-height: calc(72 / 52);
  letter-spacing: -0.01em;
  margin-bottom: 0;
}
.s-title.style-2 {
  margin-bottom: 50px;
}
.s-title.style-2 .txt-2 {
  line-height: calc(60 / 48);
  letter-spacing: 0.14em;
  margin-bottom: 37px;
}
.s-title.style-2 .txt-3 {
  font-size: 15px;
  line-height: calc(35 / 15);
  margin-bottom: 0;
}
.txt-justify {
  text-align: justify;
  text-justify: inter-character;
  text-align-last: justify;
}
.txt-tail {
  position: relative;
  padding-top: 176px;
  letter-spacing: 0.24em;
  font-family: var(--optima_font);
}
.txt-tail:before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 1px;
  height: 151px;
  background: #7f7f72;
}
.txt-tail2 {
  position: relative;
  font-family: var(--optima_font);
}
.txt-tail2:before {
  content: '';
  position: absolute;
  top: 50%;
  right: calc(100% + 20px);
  transform: translateY(-50%);
  width: 147px;
  height: 1px;
  background: #fff;
}
.noodle-abs {
  position: relative;
}
.img-noodle {
  position: absolute;
  pointer-events: none;
}
.noodle-6,
.noodle-3,
.noodle-1 {
  left: 0;
  top: 0;
}
.noodle-5,
.noodle-2 {
  right: 0;
  bottom: 0;
}
.noodle-7 {
  right: 0;
  bottom: -73px;
}
.noodle-8 {
  left: 0;
  bottom: 0;
}
.bg-white {
  background: white;
}
.float_r {
  float: right;
}
.float_l {
  float: left;
}
.float_l + *,
.float_r + * {
  clear: both;
}
.wrapper-table {
  overflow-x: auto;
}
table {
  font-family: var(--Kozuka_Gothic_Pr6N_font);
  width: 100%;
}
table th,
table td {
  border-bottom: 1px solid #7f7f72;
  letter-spacing: 0.1em;
  padding: 15px 0;
  min-width: 80px;
}
table td:first-child + td {
  padding-left: 30px;
  padding-right: 30px;
}
@media (max-width: 1200px) {
  .fs_48 {
    font-size: 35px;
  }
  .fs_52 {
    font-size: 37px;
  }
  .fs_61 {
    font-size: 40px;
  }
  .fs_76 {
    font-size: 60px;
  }
  .fs_120 {
    font-size: 80px;
  }
  /* .txt-tail {
    padding-top: 70px;
  }
  .txt-tail::before {
    height: 50px;
  } */
  .noodle-6 {
    left: -200px;
  }
  .noodle-1 {
    left: -90px;
  }
}
@media (max-width: 1024px) {
  .fs_120 {
    font-size: 65px;
  }
  .fs_76 {
    font-size: 50px;
  }
  .txt-tail2 {
    padding-left: 130px;
  }
  .txt-tail2::before {
    left: 0;
    width: 115px;
  }
}
@media (max-width: 991px) {
  .fs_14 {
    font-size: 12px;
  }
  .fs_20 {
    font-size: 16px;
  }
  .fs_27 {
    font-size: 22px;
  }
  .fs_30 {
    font-size: 25px;
  }
  .fs_76 {
    font-size: 35px;
  }
  .fs_120 {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  table th,
  table td {
    line-height: 1.7;
    font-size: 13px;
  }
  table td:first-child + td {
    padding-right: 0;
  }
}
[data-animated] {
  opacity: 0;
}
.animate__animated {
  opacity: 1;
  -webkit-animation-delay: var(--animate-delay);
  animation-delay: var(--animate-delay);
}
