@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Rokkitt:ital,wght@0,100..900;1,100..900&family=Zen+Old+Mincho&display=swap");
:root {
  --safe-vw: 1vw;
}

* {
  box-sizing: border-box;
}

.test {
  clip: rect(1px, 1px, 1px, 1px);
  width: 2px;
  height: 2px;
}

img {
  width: 100%;
  vertical-align: middle;
  height: auto;
}

ul {
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
}

a:hover {
  text-decoration: none;
}

.ispc {
  display: block;
}
@media screen and (max-width: 767px) {
  .ispc {
    display: none;
  }
}

.issp {
  display: none !important;
}
@media screen and (max-width: 767px) {
  .issp {
    display: block !important;
  }
}

.tc {
  text-align: center;
}

html {
  background: #fff;
  scroll-behavior: smooth;
  scroll-padding-top: 80px;
  font-size: 1vw;
}
@media screen and (max-width: 1200px) {
  html {
    font-size: 0.6875rem;
  }
}
@media screen and (min-width: 1401px) {
  html {
    font-size: initial;
  }
}
@media screen and (max-width: 767px) {
  html {
    font-size: initial;
  }
}
@media screen and (max-width: 374px) {
  html {
    font-size: 0.9375rem;
  }
}
html.no-scroll {
  overflow: hidden;
}

body {
  -webkit-font-smoothing: antialiased;
  font-size: 0.875rem;
  font-weight: 600;
  font-family: "Noto Sans JP", "san-serif";
  font-weight: 400;
  font-style: normal;
  color: #6e6e6e;
  position: relative;
}
body:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  background: url(/assets/common/img/bg_noise.png);
  z-index: -2;
}
body:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  /* Rectangle 1984 */
  background: #e0ff00;
  transition: opacity 0.5s linear;
  opacity: 0;
  z-index: -1;
}
body.active:after {
  opacity: 0.4;
}

.tc {
  text-align: center;
}

/* purgecss start ignore */
.mt110 {
  margin-top: 110px;
}

.mt80 {
  margin-top: 80px;
}

.mb110 {
  margin-bottom: 110px;
}

.mb80 {
  margin-bottom: 80px;
}

.mb40 {
  margin-bottom: 40px;
}

.pb80 {
  padding-bottom: 80px;
}

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

main {
  overflow: hidden;
  padding-top: 120px;
}
@media screen and (max-width: 767px) {
  main {
    padding-top: 80px;
  }
}
@media screen and (max-width: 767px) {
  main:has(.c-taglist--lower) {
    margin-bottom: -100px;
  }
}
main.visible {
  visibility: visible !important;
}

header {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #000;
  z-index: 12;
  position: relative;
  position: fixed;
  width: 100%;
  z-index: 1000;
  height: 61px;
}
header.visible {
  visibility: visible !important;
}
header:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  background: #fff url(/assets/common/img/bg_noise.png);
  z-index: -1;
}
@media screen and (max-width: 1260px) {
  header {
    height: 46px;
  }
}
@media screen and (max-width: 863px) {
  header {
    position: fixed;
    width: 100%;
    z-index: 10003;
    background: #fff url(/assets/common/img/bg_noise.png);
  }
}
header .logo {
  margin: 0;
  padding: 0px 10px;
  max-width: 243px;
  min-width: 180px;
}
@media screen and (max-width: 999px) {
  header .logo {
    width: 20%;
    min-width: auto;
  }
}
@media screen and (max-width: 767px) {
  header .logo {
    width: 100%;
    max-width: 130px;
    padding: 0;
    margin: 0 5px;
  }
}
header .logo img {
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  header .logo img {
    width: 64px;
  }
}
header .logo h1 {
  display: flex;
  align-items: center;
  align-content: center;
  margin: 0;
}
header .logo picture {
  display: flex;
  align-items: center;
  align-content: center;
}
header nav {
  display: flex;
  margin-left: auto;
}
@media screen and (max-width: 863px) {
  header nav {
    display: none;
  }
}
header nav > ul {
  display: flex;
  padding: 0;
  margin-top: 0;
  margin-bottom: 0;
}
header nav > ul > li {
  position: relative;
  transition: background-color 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}
header nav > ul > li:focus-visible {
  background: #fff;
}
@media (any-hover: hover) {
  header nav > ul > li:hover {
    background: #fff;
  }
}
header nav > ul > li > a {
  color: #000;
  padding: 22px 20px;
  display: block;
  text-decoration: none;
  border-left: 1px solid #000;
  white-space: nowrap;
  height: 60px;
  align-content: center;
  font-size: 10px;
}
@media only screen and (min-width: 768px) {
  header nav > ul > li > a {
    font-size: calc(10px + 4 * (100vw - 768px) / (1350 - 768));
  }
}
@media only screen and (min-width: 1350px) {
  header nav > ul > li > a {
    font-size: 14px;
  }
}
@media screen and (max-width: 1360px) {
  header nav > ul > li > a {
    padding: 15px 10px;
  }
}
@media screen and (max-width: 1260px) {
  header nav > ul > li > a {
    height: 45px;
  }
}
@media screen and (max-width: 999px) {
  header nav > ul > li > a {
    padding: 15px 10px;
  }
}
header nav > ul > li > a + div {
  position: absolute;
  top: 60px;
  width: calc(100% + 1px);
  color: #000;
  border: 1px solid #000;
  background: #fff;
  clip: rect(1px, 1px, 1px, 1px);
  width: 2px;
  height: 2px;
}
@media screen and (max-width: 1260px) {
  header nav > ul > li > a + div {
    top: 45px;
    width: calc(100% + 12px);
  }
}
header nav > ul > li > a + div a {
  display: block;
  text-decoration: none;
  color: #000;
  padding: 8px 10px;
  padding-left: 20px;
  transition: background-color 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  font-size: 10px;
}
@media only screen and (min-width: 768px) {
  header nav > ul > li > a + div a {
    font-size: calc(10px + 4 * (100vw - 768px) / (1350 - 768));
  }
}
@media only screen and (min-width: 1350px) {
  header nav > ul > li > a + div a {
    font-size: 14px;
  }
}
@media screen and (max-width: 1260px) {
  header nav > ul > li > a + div a {
    padding-left: 10px;
    white-space: nowrap;
  }
}
header nav > ul > li > a + div a:focus-visible {
  background: #e0ff00;
}
@media (any-hover: hover) {
  header nav > ul > li > a + div a:hover {
    background: #e0ff00;
  }
}
header nav > ul > li > a + div a + div {
  position: absolute;
  background: #fff;
  border: 1px solid #000;
  left: 30px;
  width: 240px;
}
header nav > ul > li > a + div a + div a + a {
  border-top: 1px solid #000;
}
header nav > ul > li > a + div a + a {
  border-top: 1px solid #000;
}
@media screen and (max-width: 999px) {
  header nav > ul > li.dm {
    padding-right: 0px;
  }
}
header nav > ul > li.dm:focus-visible {
  background: #fff;
}
@media (any-hover: hover) {
  header nav > ul > li.dm:hover {
    background: #fff;
  }
}
header nav > ul > li.dm:hover > a:after {
  display: none;
}
header nav > ul > li.dm:hover > div {
  clip: auto;
  width: auto;
  height: auto;
  animation-name: fadeIn;
  animation-fill-mode: forwards;
  animation-duration: 0.2s;
}
header nav > ul > li.dm > a {
  padding-right: 40px;
  position: relative;
}
@media screen and (max-width: 1260px) {
  header nav > ul > li.dm > a {
    padding-right: 20px;
  }
}
header nav > ul > li.dm > a:before {
  content: "";
  width: 13px;
  height: 1px;
  background: #000;
  right: 14px;
  top: 31px;
  position: absolute;
  display: block;
}
@media screen and (max-width: 1260px) {
  header nav > ul > li.dm > a:before {
    top: 50%;
    transform: translateY(-50%);
    right: 5px;
    width: 10px;
  }
}
header nav > ul > li.dm > a:after {
  content: "";
  width: 1px;
  height: 13px;
  background: #000;
  right: 20px;
  top: 25px;
  position: absolute;
  display: block;
}
@media screen and (max-width: 1260px) {
  header nav > ul > li.dm > a:after {
    top: 50%;
    transform: translateY(-50%);
    right: 9px;
    height: 10px;
  }
}
header nav > ul > li .dm1 {
  width: 235px;
}
@media screen and (max-width: 1260px) {
  header nav > ul > li .dm1 {
    width: 20vw;
  }
}
header nav > ul > li .dm2 {
  width: 235px;
}
@media screen and (max-width: 1260px) {
  header nav > ul > li .dm2 {
    width: 20vw;
  }
}
header nav > ul > li .dm3 {
  width: 290px;
}
@media screen and (max-width: 1260px) {
  header nav > ul > li .dm3 {
    width: 23.0158730159vw;
  }
}
header nav > ul > li .dm4 {
  width: 210px;
}
@media screen and (max-width: 1260px) {
  header nav > ul > li .dm4 {
    width: 18vw;
  }
}
header nav > ul > li .dm5 {
  width: 240px;
}
@media screen and (max-width: 1260px) {
  header nav > ul > li .dm5 {
    width: 18vw;
  }
}
header .util {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  border-left: 1px solid #000;
}
@media screen and (min-width: 768px) {
  header .util {
    padding: 1px calc(1.3928571429 * var(--safe-vw));
    width: calc(18.8571428571 * var(--safe-vw));
  }
}
@media screen and (max-width: 863px) {
  header .util {
    width: auto;
    height: 100%;
    padding: 0;
    margin-left: auto;
    margin-right: 0;
    border-left: none;
    font-size: 0.6875rem;
  }
}
@media screen and (min-width: 1401px) {
  header .util {
    padding: 1px 19.5px;
    width: 264px;
  }
}
header .util:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background: url(/assets/common/img/bg_headerbtn.svg) no-repeat center center;
  width: 224px;
  height: 41px;
  border-radius: 40px;
  background-size: 100% auto;
}
@media screen and (min-width: 768px) {
  header .util:before {
    padding: 0;
    width: calc(16 * var(--safe-vw));
    height: calc(2.9285714286 * var(--safe-vw));
    border-radius: calc(2.8571428571 * var(--safe-vw));
  }
}
@media screen and (max-width: 863px) {
  header .util:before {
    display: none;
  }
}
@media screen and (min-width: 1401px) {
  header .util:before {
    width: 224px;
    height: 41px;
    border-radius: 40px;
  }
}
header .util a {
  position: relative;
  display: block;
  width: 50%;
  padding: 22px 0px;
  text-decoration: none;
  text-align: center;
  color: #000;
  font-size: 10px;
}
@media only screen and (min-width: 768px) {
  header .util a {
    font-size: calc(10px + 4 * (100vw - 768px) / (1350 - 768));
  }
}
@media only screen and (min-width: 1350px) {
  header .util a {
    font-size: 14px;
  }
}
@media screen and (max-width: 1260px) {
  header .util a {
    padding: 15px 0;
    height: 100%;
    white-space: nowrap;
  }
}
@media screen and (max-width: 863px) {
  header .util a {
    display: flex;
    align-items: center;
    width: auto;
    background: #e0ff00;
    padding: 14px 7px;
    border-right: 1px solid #000;
  }
}
header .util a:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background: url(/assets/common/img/bg_headerbtn2.svg) no-repeat center center;
  width: 116px;
  height: 41px;
  border-radius: 40px;
  background-size: contain;
  opacity: 0;
  transition: opacity 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}
@media screen and (min-width: 768px) {
  header .util a:before {
    width: calc(8.2857142857 * var(--safe-vw));
    height: calc(2.9285714286 * var(--safe-vw));
    border-radius: calc(2.8571428571 * var(--safe-vw));
  }
}
@media screen and (min-width: 1401px) {
  header .util a:before {
    width: 116px;
    height: 41px;
    border-radius: 40px;
  }
}
header .util a span {
  position: relative;
}
@media screen and (max-width: 767px) {
  header .util a span {
    display: inline-block;
  }
}
@media screen and (max-width: 863px) {
  header .util a:last-child {
    transform: none;
  }
}
header .util a:last-child:before {
  left: -4px;
}
@media screen and (min-width: 1000px) {
  header .util a:focus-visible:before {
    opacity: 1;
  }
  header .util a:focus-visible span {
    color: #fff;
  }
}
@media screen and (any-hover: hover) and (min-width: 1000px) {
  header .util a:hover:before {
    opacity: 1;
  }
  header .util a:hover span {
    color: #fff;
  }
}
@media screen and (max-width: 863px) {
  header .util a:first-child {
    transform: none;
    border-left: 1px solid #000;
  }
}
header .useful {
  width: 80px;
  border-left: 1px solid #000;
}
@media screen and (max-width: 1260px) {
  header .useful {
    width: 5%;
  }
}
@media screen and (max-width: 863px) {
  header .useful {
    display: none;
  }
}
header .useful .language {
  position: relative;
  height: 100%;
  align-content: center;
}
header .useful .language:before {
  background: url(/assets/common/img/arrow.svg) no-repeat center center;
  content: "";
  position: absolute;
  right: 9px;
  top: 50%;
  transform: translateY(-50%);
  width: 11px;
  height: 5px;
}
header .useful .language select {
  -webkit-appearance: none;
  appearance: none; /* デフォルトの矢印を非表示 */
  background: none;
  border: none;
  text-align: center;
  width: 100%;
  height: 100%;
  outline: none;
  cursor: pointer;
}
header .useful .language select::-ms-expand {
  display: none; /* デフォルトの矢印を非表示(IE用) */
}
header .useful > div {
  height: 30px;
}
header .useful > div:last-child {
  border-top: 1px solid #000;
  position: relative;
}
header .useful > div:last-child:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 16px;
  height: 16px;
  margin: auto;
  background: url(/assets/common/img/search.svg) no-repeat center center;
  background-size: contain;
  z-index: 2;
}
header .useful > div:only-child {
  height: 60px;
  cursor: pointer;
  border-top: none;
}
@media screen and (max-width: 1260px) {
  header .useful > div:only-child {
    height: 45px;
  }
}
header .language {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 100%;
  border-left: 1px solid #000;
}
@media screen and (max-width: 863px) {
  header .language {
    width: 60px;
    border-left: none;
    border-right: 1px solid #000;
  }
}
header .language.dm:hover > div {
  clip: auto;
  width: auto;
  height: auto;
  animation-name: fadeIn;
  animation-fill-mode: forwards;
  animation-duration: 0.2s;
}
header .language .languagebtn {
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  font-size: 10px;
  appearance: none;
  width: 100%;
  height: 100%;
  color: #000;
  background-color: transparent;
  transition: background-color 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}
header .language .languagebtn:hover {
  background-color: #fff;
}
header .language > div {
  position: absolute;
  top: 60px;
  width: calc(100% + 1px);
  color: #000;
  border: 1px solid #000;
  background: #fff;
  clip: rect(1px, 1px, 1px, 1px);
  width: 2px;
  height: 2px;
}
@media screen and (max-width: 1260px) {
  header .language > div {
    top: 45px;
    width: calc(100% + 12px);
  }
}
@media screen and (max-width: 767px) {
  header .language > div {
    left: -1px !important;
    width: calc(100% + 47px) !important;
  }
}
header .language > div a {
  position: relative;
  display: block;
  text-decoration: none;
  color: #000;
  padding: 8px 10px;
  white-space: nowrap;
  transition: background-color 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  font-size: 10px;
}
@media only screen and (min-width: 768px) {
  header .language > div a {
    font-size: calc(10px + 1 * (100vw - 768px) / (1350 - 768));
  }
}
@media only screen and (min-width: 1350px) {
  header .language > div a {
    font-size: 11px;
  }
}
header .language > div a:focus-visible {
  background: #e0ff00;
}
@media (any-hover: hover) {
  header .language > div a:hover {
    background: #e0ff00;
  }
}
@media screen and (max-width: 767px) {
  header .language > div a::before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 8px;
    width: 5px;
    height: 8px;
    background: url(../img/arrow2.svg) no-repeat center center;
    background-size: contain;
    z-index: 1;
    margin-top: -3px;
  }
}
header .language > div a + a {
  border-top: 1px solid #000;
}
@media screen and (max-width: 767px) {
  header.open {
    width: calc(100vw - var(--scrollbar-width));
  }
}
header.open + .obi {
  display: none;
}
@media screen and (max-width: 863px) {
  header.open + .obi {
    display: flex;
    position: fixed;
    left: 0;
    top: 0;
    width: 20px;
    height: 100%;
    background: #e0ff00;
    z-index: 10001;
    border-right: 1px solid #000;
    writing-mode: vertical-rl;
    font-size: 0.75rem;
    font-family: "Rokkitt", serif;
    align-items: center;
    color: #000;
    text-align: center;
    white-space: nowrap;
    letter-spacing: 0.05em;
  }
}
header.open + .obi div {
  animation: marquee 4s linear infinite;
}
@media screen and (max-width: 767px) {
  header.open + .obi {
    padding: 0;
  }
}
header .search {
  position: relative;
}
header .search input {
  font-size: 1rem;
  padding: 10px 20px;
  position: absolute;
  right: 20px;
  border: 1px solid #000;
  top: 10px;
  width: 0;
  border-radius: 20px;
  outline: none;
  opacity: 0;
  visibility: hidden;
  transition: width 0.3s cubic-bezier(0.075, 0.82, 0.165, 1);
}
@media screen and (max-width: 1260px) {
  header .search input {
    top: 6px;
    padding: 8px 20px;
    right: 5px;
  }
}
header .search .mt-site-search-form__button {
  display: none;
}
header .search.on input {
  opacity: 1;
  width: 303px;
  visibility: visible;
}
@media screen and (max-width: 1260px) {
  header .search.on input {
    width: 263px;
  }
}

.obi {
  display: none;
}

footer {
  display: grid;
  background: #000;
  grid-template-columns: 154fr 374fr 157fr 243fr 287fr 199fr;
  grid-template-columns: 154fr 254fr 157fr 243fr 177fr 199fr;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
@media screen and (max-width: 999px) {
  footer {
    display: flex;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 767px) {
  footer {
    display: block;
  }
}
footer:after {
  content: "";
  position: absolute;
  right: 80px;
  bottom: 70px;
  width: 324px;
  height: 40%;
  background: url(/assets/common/img/bg_footer.svg) no-repeat center center;
  background-size: contain;
}
@media screen and (max-width: 999px) {
  footer:after {
    display: none;
  }
}
footer:before {
  content: "";
  position: absolute;
  left: 0;
  top: -30%;
  width: 100%;
  height: 100%;
  background: url(/assets/img/rope0.gif) no-repeat center center;
  background-size: cover;
  transform: scale(1.7);
  opacity: 0.2;
  pointer-events: none;
}
footer > div {
  padding: 28px 20px;
  border-left: 1px solid #fff;
}
@media screen and (max-width: 1260px) {
  footer > div {
    padding: 28px 10px;
  }
}
@media screen and (max-width: 999px) {
  footer > div {
    padding: 20px;
  }
}
footer > div:first-child {
  border-left: none;
}
@media screen and (max-width: 767px) {
  footer > div:first-child {
    width: 14.27%;
  }
}
@media screen and (max-width: 999px) {
  footer > div:nth-child(2) {
    width: 34.24%;
  }
}
@media screen and (max-width: 999px) {
  footer > div:nth-child(3) {
    width: 13.22%;
  }
}
@media screen and (max-width: 999px) {
  footer > div:nth-child(4) {
    width: 37.87%;
  }
}
@media screen and (max-width: 999px) {
  footer > div:nth-child(5) {
    width: 16.88%;
    border-left: none;
    border-top: 1px solid #fff;
  }
}
@media screen and (max-width: 999px) {
  footer > div:nth-child(6) {
    width: 15.58%;
    border-top: 1px solid #fff;
  }
}
footer > div:nth-child(7) {
  border-top: 1px solid #fff;
  border-left: none;
  grid-column: span 3;
  padding-bottom: 15px;
  width: 105%;
  border-right: 1px solid #fff;
  overflow: hidden;
}
@media screen and (max-width: 999px) {
  footer > div:nth-child(7) {
    grid-column: initial;
    width: 67.53%;
    border-left: 1px solid #fff;
  }
}
footer > div:nth-child(8) {
  grid-column: span 3;
  border-top: 1px solid #fff;
  position: relative;
  border-left: none;
}
@media screen and (max-width: 999px) {
  footer > div:nth-child(8) {
    display: none;
  }
}
footer > div:nth-child(8):after {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  background: #fff;
  right: 40px;
  bottom: 0;
}
footer > div:nth-child(9) {
  display: none;
}
@media screen and (max-width: 999px) {
  footer > div:nth-child(9) {
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden;
    border-left: none;
    border-top: 1px solid #fff;
  }
}
@media screen and (max-width: 863px) {
  footer > div:nth-child(9) {
    display: grid;
    padding: 0;
    border: none;
  }
}
footer > div:nth-child(9) > div {
  pointer-events: none;
  user-select: none;
}
footer > div:nth-child(9) > div:nth-child(1) {
  width: calc(100% - 65px);
  margin-left: 26px;
  padding: 20px 26px 20px 0;
  border-right: 1px solid #fff;
  position: relative;
}
@media screen and (max-width: 999px) {
  footer > div:nth-child(9) > div:nth-child(1) {
    margin-left: 20px;
    padding: 40px 26px 40px 0;
  }
}
@media screen and (max-width: 863px) {
  footer > div:nth-child(9) > div:nth-child(1) {
    margin-left: 26px;
    padding: 35px 26px 20px 0;
  }
}
footer > div:nth-child(9) > div:nth-child(1):after {
  content: "";
  position: absolute;
  right: -1px;
  bottom: -45px;
  width: 1px;
  height: 50px;
  background: #fff;
}
@media screen and (max-width: 863px) {
  footer > div:nth-child(9) > div:nth-child(1):after {
    display: none;
  }
}
@media screen and (max-width: 863px) {
  footer > div:nth-child(9) img {
    width: 72%;
    max-width: 210px;
  }
}
footer > div:nth-child(9) a {
  display: block;
  padding: 17px 26px;
  position: relative;
  font-weight: normal;
  transition: transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  font-size: 10px;
}
@media only screen and (min-width: 768px) {
  footer > div:nth-child(9) a {
    font-size: calc(10px + 4 * (100vw - 768px) / (1350 - 768));
  }
}
@media only screen and (min-width: 1350px) {
  footer > div:nth-child(9) a {
    font-size: 14px;
  }
}
@media screen and (max-width: 999px) {
  footer > div:nth-child(9) a {
    padding: 17px 20px;
    width: calc(100% - 45px);
  }
}
@media screen and (max-width: 863px) {
  footer > div:nth-child(9) a {
    padding: 17px 26px;
    border: none;
    width: 100%;
    border-top: 1px solid #fff;
    margin-top: -1px;
  }
}
footer > div:nth-child(9) a:focus-visible {
  transform: translateX(16px);
}
@media (any-hover: hover) {
  footer > div:nth-child(9) a:hover {
    transform: translateX(16px);
  }
}
@media screen and (max-width: 863px) {
  footer > div:nth-child(-n+8) {
    display: none;
  }
}
footer > div:nth-child(10) {
  grid-column: span 6;
  border-top: 1px solid #fff;
  padding: 16px 20px;
  border-left: none;
}
@media screen and (max-width: 999px) {
  footer > div:nth-child(10) {
    width: 100%;
  }
}
footer > div:nth-child(10) ul {
  display: flex;
  gap: 20px 40px;
  margin-top: 0;
}
@media screen and (max-width: 863px) {
  footer > div:nth-child(10) ul li:nth-child(n+2) {
    display: none;
  }
}
footer a[target=_blank] {
  position: relative;
}
footer a[target=_blank]:after {
  content: "";
  width: 13px;
  height: 11px;
  mask-image: url(/assets/common/img/link.svg);
  mask-repeat: no-repeat;
  background: #fff;
  display: inline-block;
  margin-left: 3px;
}
footer .copy {
  position: absolute;
  right: 13px;
  bottom: 23px;
  width: 10px;
}
@media screen and (max-width: 999px) {
  footer .copy {
    bottom: 62px;
  }
}
@media screen and (max-width: 863px) {
  footer .copy {
    bottom: 62px;
  }
}
footer small {
  color: #fff;
  font-family: "Rokkitt", serif;
  font-weight: 500;
  letter-spacing: 0.05em;
  font-size: 0.6875rem;
  display: block;
  transform: rotate(-90deg);
  white-space: nowrap;
}
@media screen and (max-width: 863px) {
  footer small {
    font-size: 0.5625rem;
  }
}
footer div > a,
footer div > span {
  font-size: 1rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  font-size: 11px;
}
@media only screen and (min-width: 768px) {
  footer div > a,
  footer div > span {
    font-size: calc(11px + 5 * (100vw - 768px) / (1350 - 768));
  }
}
@media only screen and (min-width: 1350px) {
  footer div > a,
  footer div > span {
    font-size: 16px;
  }
}
footer ul {
  margin-top: 20px;
}
footer ul a {
  font-size: 0.875rem;
  line-height: 1.85;
  font-weight: normal;
  display: inline-block;
  letter-spacing: 0.05em;
  transition: transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  font-size: 10px;
}
@media only screen and (min-width: 768px) {
  footer ul a {
    font-size: calc(10px + 4 * (100vw - 768px) / (1350 - 768));
  }
}
@media only screen and (min-width: 1350px) {
  footer ul a {
    font-size: 14px;
  }
}
footer ul a:focus-visible {
  transform: translateX(16px);
}
@media (any-hover: hover) {
  footer ul a:hover {
    transform: translateX(16px);
  }
}
footer .col1 {
  position: relative;
  margin-top: 40px;
}
@media screen and (max-width: 999px) {
  footer .col1 {
    display: none;
  }
}
footer .col1:before {
  content: "";
  position: absolute;
  left: -20px;
  top: -20px;
  width: 106%;
  background: #fff;
  height: 1px;
}
footer a,
footer span {
  color: #fff;
  text-decoration: none;
}
footer .col {
  display: grid;
  margin-top: 20px;
  justify-content: space-between;
  grid-template-columns: 1fr 1fr;
}
footer .col > div:last-child {
  margin-left: 30px;
}

/* 初期状態では非表示 */
/* .dm内にフォーカスがある間は.dm直下のdivを表示 */
.dm:focus-within > div {
  clip: auto;
  width: auto;
  height: auto;
}

/* .dm > div内にフォーカスがある間は.dm1を表示 */
.dm > div:focus-within > .dm1 {
  clip: auto;
  width: 235px;
  height: auto;
}
@media screen and (max-width: 1260px) {
  .dm > div:focus-within > .dm1 {
    width: 20vw;
  }
}

.dm > div:focus-within > .dm2 {
  display: block;
  clip: auto;
  width: 240px;
  height: auto;
}
@media screen and (max-width: 1260px) {
  .dm > div:focus-within > .dm2 {
    width: 20vw;
  }
}

.dm > div:focus-within > .dm3 {
  display: block;
  clip: auto;
  width: 290px;
  height: auto;
}
@media screen and (max-width: 1260px) {
  .dm > div:focus-within > .dm3 {
    width: 23.0158730159vw;
  }
}

.dm > div:focus-within > .dm4 {
  display: block;
  clip: auto;
  width: 210px;
  height: auto;
}

.dm > div:focus-within > .dm5 {
  display: block;
  clip: auto;
  height: auto;
}

@keyframes marquee {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-138px);
  }
}
.extendlink .link-internal {
  position: relative;
  display: inline-block;
  font-size: 1rem;
  padding-right: 18px;
  line-height: 1.4;
  color: #000;
  text-decoration: underline;
}
.extendlink .link-internal:hover {
  text-decoration: none;
}
.extendlink .link-internal::after {
  content: "";
  width: 12px;
  height: 12px;
  background-image: url(/assets/common/img/component/icon-arrow.svg);
  background-size: 100% auto;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

main {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b, strong {
  font-weight: bolder;
}

code, kbd, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button, input, optgroup, select, textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

[type=button], [type=reset], [type=submit], button {
  -webkit-appearance: button;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox], [type=radio] {
  box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

/**************************\
  Basic Modal Styles
\**************************/
.gmenubtn {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
  display: flex;
  flex-direction: column;
  text-align: right;
  height: 45px;
  width: 45px;
  align-items: center;
  justify-content: center;
  top: 0px;
  z-index: 10000;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  touch-action: manipulation;
  transition: transform 0.3s ease;
  display: none;
  color: #000;
  text-align: center;
}
@media screen and (max-width: 863px) {
  .gmenubtn {
    display: flex;
    align-items: center;
    font-size: 0.625rem;
    font-family: "Rokkitt", serif;
    font-weight: 500;
    position: relative;
    letter-spacing: 0.1em;
  }
}
.gmenubtn:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #d3d3d3;
  opacity: 0.5;
  z-index: -1;
}
.gmenubtn span {
  transition: all 0.2s ease;
  width: 54px;
  height: 2px;
  background: #000;
  margin: 3px 0;
}
.gmenubtn span:nth-of-type(2) {
  display: none;
}
@media screen and (max-width: 863px) {
  .gmenubtn span {
    width: 44px;
    height: 2px;
  }
}
.gmenubtn p {
  margin-top: 0;
  padding-top: 20px;
  margin-bottom: 0;
  position: relative;
  color: #000;
}
.gmenubtn p:before {
  content: "";
  position: absolute;
  left: 0;
  top: 3px;
  right: 0;
  margin: auto;
  width: 20px;
  height: 20px;
  background: url(../img/spmenu01.svg) no-repeat left top;
  background-size: contain;
}
.gmenubtn p:after {
  content: "";
  position: absolute;
  left: 0;
  top: 3px;
  right: 0;
  margin: auto;
  width: 14px;
  height: 14px;
  background: url(../img/spmenu02.svg) no-repeat left top;
  background-size: contain;
  display: none;
}
.gmenubtn.open span {
  background: #000;
}
.gmenubtn.open span:nth-of-type(1) {
  transform: translateY(4px) rotate(25deg);
  animation: none;
}
.gmenubtn.open span:nth-of-type(2) {
  display: none;
}
.gmenubtn.open span:last-child {
  transform: translateY(-4px) rotate(-25deg);
  animation: none;
}
.gmenubtn.open:hover span:first-child {
  animation: none;
}
.gmenubtn.open:hover span:last-child {
  animation: none !important;
  animation-play-state: paused !important;
}
.gmenubtn.open p:before {
  display: none;
}
.gmenubtn.open p:after {
  display: block;
}

/* purgecss start ignore */
.micromodal-is-locked {
  overflow: hidden;
}

.modal {
  z-index: 99;
  position: relative;
}
.modal__content {
  line-height: 1.5;
  min-height: 100vh;
  overflow-x: hidden;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 999px) {
  .modal__content {
    min-height: 100%;
    padding-top: 60px !important;
  }
}
.modal__content__inner {
  max-width: 1000px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  width: calc(100% - 20px);
  margin-left: 20px;
}
.modal__content__inner > div:first-child {
  overflow: hidden;
  margin: 15px 20px;
}
.modal__content__inner > div:first-child > div {
  width: 100%;
}
.modal__content__inner > div:first-child button {
  overflow: hidden;
  text-indent: 200%;
  font-size: 0;
  white-space: nowrap;
}
.modal__content__inner > div:not(:first-child) {
  overflow: hidden;
  margin: 15px 20px;
  border: 1px solid #000;
}
.modal__content__inner > div:not(:first-child) > a {
  background: #FFF;
  margin-top: -1px;
  font-size: 1rem;
  font-family: "Zen Old Mincho", serif;
  letter-spacing: 0.05em;
}
.modal__content__inner > div:not(:first-child) > div {
  color: #000;
  font-size: 1rem;
  font-family: "Zen Old Mincho", serif;
  letter-spacing: 0.05em;
  background: #FFF;
  border: none;
  padding: 5px 5px;
}
.modal__content__inner > div:not(:first-child) > div:first-child {
  position: relative;
}
.modal__content__inner > div:not(:first-child) > div:first-child:before {
  content: "";
  position: absolute;
  width: 13px;
  height: 1px;
  background: #000;
  right: 6px;
  top: 50%;
  transform: translateY(-50%);
}
.modal__content__inner > div:not(:first-child) > div:first-child:after {
  content: "";
  position: absolute;
  width: 1px;
  height: 13px;
  background: #000;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
}
.modal__content__inner > div:not(:first-child) > div:last-child {
  padding: 0;
  height: 0;
  border: none;
}
.modal__content__inner > div:not(:first-child) > div div {
  color: #000;
  font-size: 1rem;
  font-family: "Zen Old Mincho", serif;
  letter-spacing: 0.05em;
  padding: 5px 5px;
  border-top: 1px solid #000;
}
.modal__content__inner > div:not(:first-child).is-opened > div:first-child:after {
  display: none;
}
.modal__content__inner2 {
  margin-top: auto;
  width: calc(100% - 20px);
  margin-left: 20px;
  padding: 10px 20px;
  border-top: 1px solid #000;
  color: #000;
}
.modal__content__inner2 a {
  border-top: none !important;
  padding-left: 0 !important;
}
.modal__content__inner2 a:after {
  display: none !important;
}
.modal__content a {
  display: block;
  padding: 8px 5px;
  border-top: 1px solid #000;
  font-size: 0.8125rem;
  text-decoration: none;
  color: #000;
  position: relative;
}
.modal__content a.minus {
  letter-spacing: -0.05em;
}
.modal__content a::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  width: 7px;
  height: 7px;
  margin: auto;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  transform: rotate(45deg);
  box-sizing: border-box;
}
.modal__content a.none {
  border: none;
  padding: 8px 0;
}
.modal__content a.none:after {
  display: none;
}
.modal__content a[target=_blank]:after {
  background: url(../img/link.svg) no-repeat left top;
  width: 12px;
  height: 9px;
  right: 6px;
  transform: none;
  background-size: contain;
  border: none;
}
.modal .search {
  border: none;
  position: relative;
  display: flex;
  margin-top: 30px;
  margin-bottom: 40px;
}
.modal .search input {
  flex-grow: 1;
  padding: 0.7rem 0 0.7rem 0.8rem;
  border: 1px solid #333;
  border-radius: 1.5rem;
  width: 100%;
  font-size: 1rem;
}
.modal .search button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  cursor: pointer;
  padding: 0.8rem 0.9rem 0.8rem 0.8rem;
  border-radius: 0 1.5rem 1.5rem 0;
  border: none;
  width: 15px;
  height: 16px;
  background: url(../img/search.svg) no-repeat left center;
  background-size: 15px 16px;
  color: #333;
  font-size: 1rem;
  transition: 0.5s;
}

.modal__overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #FFF url(../img/bg_noise.png);
  display: flex;
  justify-content: center;
  margin: auto;
  overflow: auto;
}

.modal__container {
  width: 100%;
  box-sizing: border-box;
}

.modal__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.modal__title {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 1.25;
  color: #00449e;
  box-sizing: border-box;
}

.modal__close {
  background: transparent;
  border: 0;
}

.modal__header .modal__close:before {
  content: "✕";
}

/**************************\
  Demo Animation Style
\**************************/
@keyframes mmfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes mmfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes mmslideIn {
  from {
    transform: translateY(15%);
  }
  to {
    transform: translateY(0);
  }
}
@keyframes mmslideOut {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-10%);
  }
}
.micromodal-slide {
  display: none;
}

.micromodal-slide.is-open {
  display: block;
}

.micromodal-slide[aria-hidden=true] .modal__overlay {
  animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden=true] .modal__container {
  animation: mmslideOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide .modal__container,
.micromodal-slide .modal__overlay {
  will-change: transform;
}

/* purgecss end ignore */
.l-col {
  max-width: 1400px;
  width: calc(100% - 80px);
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 767px) {
  .l-col {
    width: calc(100% - 40px);
  }
}

.c-ttl {
  background: #E0FF00;
  color: #000;
  display: flex;
  position: relative;
  align-items: center;
  width: fit-content;
  padding: 0;
  margin: 0 0 40px -20px;
  border: 1px solid #000;
}
@media screen and (max-width: 767px) {
  .c-ttl {
    margin-bottom: 20px;
    margin-left: -10px;
    white-space: nowrap;
  }
}
.c-ttl div {
  font-family: "Zen Old Mincho", serif;
  font-size: 3rem;
  display: block;
  letter-spacing: 0.1em;
  font-weight: normal;
  padding: 4px 16px 8px;
  border-right: 1px solid #000;
}
@media screen and (max-width: 767px) {
  .c-ttl div {
    font-size: 1.75rem;
    padding: 3px 8px;
  }
}
.c-ttl div:last-child {
  font-family: "Rokkitt", serif;
  font-weight: 500;
  font-size: 1.125rem;
  transform: translateY(3px);
  border: none;
  padding: 5px 16px 7px;
}
@media screen and (max-width: 767px) {
  .c-ttl div:last-child {
    font-size: 0.6875rem;
    padding: 3px 16px;
  }
}

.c-ttl2 {
  text-align: center;
  font-size: 2rem;
  font-family: "Zen Old Mincho", serif;
  font-weight: normal;
  margin-bottom: 40px;
  color: #000;
}
@media screen and (max-width: 767px) {
  .c-ttl2 {
    font-size: 1.375rem;
  }
}

.c-btn-arrow {
  text-decoration: none;
  color: #000;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  position: relative;
  text-align: center;
  font-size: 1.25rem;
  display: grid;
  letter-spacing: 0.1em;
  background: #FFF;
  line-height: 2.6;
  border: 1px solid #000;
  padding: 8px 12px 8px 40px;
}
@media screen and (max-width: 767px) {
  .c-btn-arrow {
    font-size: 1rem;
    padding: 3px 12px 4px 40px;
  }
}
.c-btn-arrow:before {
  content: "";
  position: absolute;
  width: 5px;
  height: 8px;
  z-index: 3;
  mask-image: url(../img/arrow2.svg);
  mask-size: 7px 7px;
  background: #000;
  width: 7px;
  height: 7px;
  right: 28px;
}
@media screen and (max-width: 767px) {
  .c-btn-arrow:before {
    right: 22px;
  }
}
.c-btn-arrow--download {
  line-height: 2;
}
.c-btn-arrow:after {
  content: "";
  width: 40px;
  height: 40px;
  background: #E0FF00;
  border-radius: 50%;
  border: 1px solid #000;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .c-btn-arrow:after {
    width: 27px;
    height: 27px;
  }
}
.c-btn-arrow > span:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #E0FF00;
  transform-origin: left center;
  transform: scale(0, 1);
  transition: transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.c-btn-arrow > span span {
  position: relative;
}
.c-btn-arrow:focus-visible:before {
  background: #FFF;
}
.c-btn-arrow:focus-visible:after {
  animation: scales 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
.c-btn-arrow:focus-visible > span:before {
  transform: scale(1, 1);
}
@media (any-hover: hover) {
  .c-btn-arrow:hover:before {
    background: #FFF;
  }
  .c-btn-arrow:hover:after {
    animation: scales 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
  }
  .c-btn-arrow:hover > span:before {
    transform: scale(1, 1);
  }
}
.c-btn-arrow--type {
  text-align: left;
  border: none;
  padding: 5px 20px !important;
}
@media screen and (max-width: 767px) {
  .c-btn-arrow--type {
    font-size: 1rem;
    padding: 5px 10px !important;
  }
}
.c-btn-arrow--type:before {
  right: 36px;
}
@media screen and (max-width: 767px) {
  .c-btn-arrow--type:before {
    right: 20px;
  }
}
.c-btn-arrow--type span {
  z-index: 0;
}
.c-btn-arrow--type span:before {
  z-index: -1;
}
.c-btn-arrow--type[target=_blank] span span {
  position: relative;
}
.c-btn-arrow--type[target=_blank] span span:after {
  content: "";
  background: url(../img/link.svg) no-repeat right center;
  width: 12px;
  display: block;
  height: 9px;
  transform: translateX(2px) translateY(-50%);
  background-size: contain;
  position: absolute;
  right: -20px;
  top: 50%;
}

.c-btn-arrow2 {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  position: relative;
}
.c-btn-arrow2:after {
  content: "";
  background: url(../img/arrow2.svg) no-repeat center center;
  width: 5px;
  display: block;
  height: 8px;
  background-size: contain;
  z-index: 1;
}
.c-btn-arrow2:before {
  content: "";
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%) scale(0);
  width: 30px;
  border-radius: 50%;
  height: 30px;
  background: #E0FF00;
  border: 1px solid #000;
}
@media screen and (max-width: 767px) {
  .c-btn-arrow2:before {
    display: none;
  }
}
.c-btn-arrow2:focus-visible:before {
  animation: arrow2 0.5s cubic-bezier(0.075, 0.82, 0.165, 1) forwards;
}
@media (any-hover: hover) {
  .c-btn-arrow2:hover:before {
    animation: arrow2 0.5s cubic-bezier(0.075, 0.82, 0.165, 1) forwards;
  }
}

@media screen and (max-width: 767px) {
  .c-hoverline h3 {
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
  }
}
.c-hoverline h3 span, .c-hoverline h2 span {
  word-break: break-all;
  background-image: linear-gradient(to bottom, transparent, #E0FF00);
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 0% 4px;
  transition: background 0.3s ease-out;
}
.c-hoverline:focus-visible span {
  background-size: 100% 4px;
}
@media (any-hover: hover) {
  .c-hoverline:hover span {
    background-size: 100% 4px;
  }
}

.c-list > li {
  position: relative;
  padding-left: 1em;
  color: #000;
  font-size: 0.875rem;
  line-height: 1.666;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 767px) {
  .c-list > li {
    font-size: 0.75rem;
  }
}
.c-list > li::before {
  content: "・";
  position: absolute;
  left: 0;
  top: 0;
}

.c-note > li {
  position: relative;
  padding-left: 1em;
  color: #000;
  font-size: 0.875rem;
  line-height: 1.666;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 767px) {
  .c-note > li {
    font-size: 0.75rem;
  }
}
.c-note > li::before {
  content: "※";
  position: absolute;
  left: 0;
  top: 0;
}

.c-notenum {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .c-notenum {
    margin-bottom: calc(10.6666666667 * var(--safe-vw));
  }
}
.c-notenum > li {
  display: flex;
  gap: 13px;
}
@media screen and (max-width: 767px) {
  .c-notenum > li {
    gap: calc(3.4666666667 * var(--safe-vw));
  }
}
.c-notenum > li > .note {
  color: #000;
  font-size: 0.875rem;
  line-height: 1.666;
}
@media screen and (max-width: 767px) {
  .c-notenum > li > .note {
    font-size: 0.75rem;
  }
}
.c-notenum > li > div {
  flex: 1;
}

.c-cardItem {
  text-decoration: none;
  color: #000;
  display: block;
  background: #FFF;
  border: 1px solid #000;
}
.c-cardItem > div:nth-child(1) {
  overflow: hidden;
}
.c-cardItem > div:nth-child(1) img {
  object-fit: cover;
  aspect-ratio: 16/9;
  height: 100%;
  transform: scale(1.01);
  transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.c-cardItem > div:nth-child(2) {
  display: grid;
  grid-template-columns: auto 1fr; /* 左列はauto、右列は1fr */
  grid-template-rows: auto auto; /* 行を2つに分割 */
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-top: 1px solid #000;
}
.c-cardItem > div:nth-child(2) div:first-child {
  display: flex;
  align-items: center;
  grid-row: span 2; /* 左列を2行分にまたがる */
  writing-mode: vertical-rl;
  font-size: 1rem;
  letter-spacing: 0.05em;
  padding: 8px;
  font-family: "Rokkitt", serif;
  font-weight: 500;
  background: #E0FF00;
  border-right: 1px solid #000;
}
@media screen and (max-width: 767px) {
  .c-cardItem > div:nth-child(2) div:first-child {
    font-size: 0.75rem;
    padding: 6px 6px 1px 3px;
  }
}
.c-cardItem > div:nth-child(2) div:first-child > span {
  display: flex;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .c-cardItem > div:nth-child(2) div:first-child > span > img {
    width: 10px;
  }
}
.c-cardItem > div:nth-child(2) div:nth-child(2) {
  grid-column: 2; /* 右列の上部 */
  padding: 10px 20px;
  border-bottom: 1px solid #000;
}
@media screen and (max-width: 767px) {
  .c-cardItem > div:nth-child(2) div:nth-child(2) {
    padding: 5px 12px;
  }
}
.c-cardItem > div:nth-child(2) div:last-child {
  grid-column: 2; /* 右列の上部 */
  padding: 8px 20px 10px;
  letter-spacing: 0.05em;
  line-height: 1.875;
}
@media screen and (max-width: 767px) {
  .c-cardItem > div:nth-child(2) div:last-child {
    padding: 5px 12px;
  }
}
.c-cardItem > div:nth-child(2) div:last-child p {
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  margin: 0;
  font-size: 1rem;
}
.c-cardItem > div:nth-child(4) {
  padding: 10px 20px;
}
.c-cardItem:focus-visible > div:nth-child(1) img {
  transform: scale(1.22) !important;
}
@media (any-hover: hover) {
  .c-cardItem:hover > div:nth-child(1) img {
    transform: scale(1.22) !important;
  }
}
.c-cardItem h3 {
  font-weight: normal;
  font-family: "Zen Old Mincho", serif;
  letter-spacing: 0.1em;
  line-height: 1.45;
  margin: 0;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  font-weight: normal;
  font-size: 1.375rem;
}

.c-btn-link {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
}
.c-btn-link:after {
  content: "";
  background: url(../img/link.svg) no-repeat right center;
  width: 12px;
  display: block;
  height: 9px;
  transform: translateX(2px);
  background-size: contain;
}

.c-txt {
  font-size: 1.125rem;
  line-height: 2;
  letter-spacing: 0.05em;
  color: #343434;
}

@media screen and (max-width: 767px) {
  .c-tagswiper {
    width: calc(100% + 20px);
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .c-tagswiper .swiper-slide {
    width: 785px;
    margin-left: -15px;
  }
}
.c-tagswiper .swiper-pagination {
  position: relative;
  margin: 14px 0 16px;
  max-width: calc(100% - 20px);
}
.c-tagswiper .swiper-pagination-progressbar {
  padding: 10px 0;
  border-radius: 10px;
  background: #FFF;
}
.c-tagswiper .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  height: 8px;
  bottom: 0;
  left: 8px;
  margin: auto;
  width: calc(100% - 16px);
  background: #B4B4A7;
  clip-path: inset(0px 0px 0px round 4px);
}

.c-scrolling-list {
  display: flex;
  gap: 36px;
  padding-right: 36px;
}
.c-scrolling-list li {
  flex: none;
  padding: 3px 15px 5px;
  background-color: #FFF;
  text-align: center;
  border-radius: 100vw;
  font-size: 0.875rem;
  transition: background-color 0.3s cubic-bezier(0.075, 0.82, 0.165, 1);
  border: 1px solid #000;
  cursor: pointer;
}
.c-scrolling-list li:focus-visible {
  background: #E0FF00;
}
@media (any-hover: hover) {
  .c-scrolling-list li:hover {
    background: #E0FF00;
  }
}
.c-scrolling-list p {
  margin: 0;
}
.c-scrolling-list a {
  color: #000;
  text-decoration: none;
  font-weight: normal;
}
.c-scrolling-list a * {
  margin: 0;
  padding: 0;
  font-weight: normal;
}
.c-scrolling-list--not {
  display: flex;
  /* グリッド全体のカラム構成を設定 (幅の最大列数) */
  flex-wrap: wrap;
  max-width: 790px;
  margin: 0 auto 40px;
  gap: 15px 0px;
  padding: 0;
}
@media screen and (max-width: 1360px) {
  .c-scrolling-list--not {
    justify-content: center;
    max-width: 55vw;
  }
}
@media screen and (max-width: 767px) {
  .c-scrolling-list--not {
    width: 770px;
    max-width: 770px;
    gap: 20px 0;
    margin-bottom: 10px;
    justify-content: flex-start;
  }
}
.c-scrolling-list--not li {
  margin: 0 10px;
}
.c-scrolling-list--not a {
  font-size: 0.875rem;
}

.c-video-background {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  transform: translate(-50%, -50%);
  z-index: -1; /* 背景に配置 */
  object-fit: cover; /* 画面全体に動画をカバー */
}

.c-fcontact {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin: 120px auto 70px;
  position: relative;
  align-items: start;
  gap: 0 18px;
}
@media screen and (max-width: 767px) {
  .c-fcontact {
    margin-top: 70px;
    gap: none;
    grid-template-columns: 1fr;
  }
}
.c-fcontact > div {
  display: grid;
  grid-template-columns: auto 1fr;
  background: #FFF;
  border: 1px solid #000;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .c-fcontact > div {
    display: block;
  }
}
.c-fcontact > div > div {
  overflow: hidden;
}
.c-fcontact > div > div:first-child {
  writing-mode: vertical-rl;
  font-family: "Rokkitt", serif;
  font-weight: 500;
  color: #000;
  background: #E0FF00;
  padding: 10px 8px 0 4px;
  letter-spacing: 0.05em;
  border-right: 1px solid #000;
}
@media screen and (max-width: 767px) {
  .c-fcontact > div > div:first-child {
    font-size: 0.75rem;
    padding: 7px 10px 3px 10px;
    writing-mode: inherit;
    border-right: none;
    border-bottom: 1px solid #000;
  }
}
.c-fcontact > div > div p {
  word-break: break-all;
  font-size: 1rem;
  line-height: 1.875;
  padding: 0 20px 20px;
  margin-top: -10px;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .c-fcontact > div > div p {
    padding: 0 10px 10px;
  }
}
@media screen and (max-width: 767px) {
  .c-fcontact > div > div div {
    overflow: hidden;
    height: 0;
  }
}
.c-fcontact > div:first-child a:last-child {
  border: none;
}
.c-fcontact > div:last-child {
  border-left: 1px solid #000;
}
.c-fcontact > div:last-child a:last-child {
  border: none;
}
@media screen and (max-width: 767px) {
  .c-fcontact > div:last-child a:last-child {
    border: none;
  }
}
@media screen and (max-width: 767px) {
  .c-fcontact > div:last-child h3 {
    letter-spacing: -0.05em;
  }
}
@media screen and (max-width: 767px) {
  .c-fcontact > div + div {
    margin-top: 20px;
  }
}
.c-fcontact h3, .c-fcontact h2 {
  line-height: 3;
  font-size: 1.375rem;
  margin: 0;
  color: #000;
  font-weight: normal;
  padding: 0 20px;
  font-family: "Zen Old Mincho", serif;
  letter-spacing: 0.1em;
  border-bottom: 1px solid #000;
  position: relative;
}
@media screen and (max-width: 767px) {
  .c-fcontact h3, .c-fcontact h2 {
    font-size: 1.125rem;
    padding: 0 12px;
    letter-spacing: 0;
    border-bottom: none;
  }
}
.c-fcontact h3:has(+ p), .c-fcontact h2:has(+ p) {
  border-bottom: none;
}
.c-fcontact h3 + p, .c-fcontact h2 + p {
  border-bottom: 1px solid #000;
}
@media screen and (max-width: 767px) {
  .c-fcontact h3 + p, .c-fcontact h2 + p {
    border-bottom: none;
  }
}
@media screen and (max-width: 767px) {
  .c-fcontact h3:before, .c-fcontact h2:before {
    content: "";
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    width: 27px;
    height: 27px;
    border-radius: 50%;
    background: #E0FF00;
    border: 1px solid #000;
  }
}
@media screen and (max-width: 767px) {
  .c-fcontact h3 span:before, .c-fcontact h2 span:before {
    content: "";
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    width: 9px;
    height: 1px;
    background: #000;
  }
}
@media screen and (max-width: 767px) {
  .c-fcontact h3 span:after, .c-fcontact h2 span:after {
    content: "";
    position: absolute;
    right: 24px;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 9px;
    background: #000;
  }
}
@media screen and (max-width: 767px) {
  .c-fcontact h3.open span:after, .c-fcontact h2.open span:after {
    display: none;
  }
}
.c-fcontact a {
  font-size: 1rem;
  text-decoration: none;
  color: #000;
  padding: 0 20px;
  letter-spacing: 0.05em;
  line-height: 3;
  border-bottom: 1px solid #000;
  transition: padding-left 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}
@media screen and (max-width: 767px) {
  .c-fcontact a {
    font-size: 0.75rem;
    padding: 0 10px;
  }
}
@media screen and (max-width: 767px) {
  .c-fcontact a:first-child {
    border-top: 1px solid #000;
  }
}
.c-fcontact a:focus-visible {
  padding-left: 36px;
}
@media (any-hover: hover) {
  .c-fcontact a:hover {
    padding-left: 36px;
  }
}
@media screen and (max-width: 767px) {
  .c-fcontact a.minus {
    letter-spacing: -0.01em;
  }
}
.c-fcontact--contact {
  margin: 60px auto 120px;
}
@media screen and (max-width: 767px) {
  .c-fcontact--contact > div > div div {
    height: inherit;
  }
}
@media screen and (max-width: 767px) {
  .c-fcontact--contact h2:before, .c-fcontact--contact h3:before {
    display: none;
  }
}

.c-projectlist {
  display: grid;
  grid-template-columns: repeat(6, 1fr); /* グリッドを6等分 */
  grid-auto-rows: auto;
  gap: 40px;
  margin-bottom: 40px;
}
@media screen and (max-width: 999px) {
  .c-projectlist {
    gap: 2vw;
    margin-bottom: 2vw;
  }
}
@media screen and (max-width: 767px) {
  .c-projectlist {
    grid-template-columns: 1fr;
    gap: 20px;
    margin-bottom: 20px;
  }
}
.c-projectlist a {
  text-decoration: none;
  color: #000;
  border: 1px solid #000;
  background: #FFF;
}
@media screen and (max-width: 767px) {
  .c-projectlist a {
    grid-area: auto; /* グリッドエリアの指定を解除 */
    width: 100%; /* 横幅を100%に */
  }
}
.c-projectlist a:nth-child(1) {
  grid-column: span 3;
}
@media screen and (max-width: 767px) {
  .c-projectlist a:nth-child(1) {
    grid-area: auto;
  }
}
.c-projectlist a:nth-child(2) {
  grid-column: span 3;
}
@media screen and (max-width: 767px) {
  .c-projectlist a:nth-child(2) {
    grid-area: auto;
  }
}
.c-projectlist a:nth-child(n+3) {
  grid-column: span 2;
}
@media screen and (max-width: 767px) {
  .c-projectlist a:nth-child(n+3) {
    grid-area: auto;
  }
}
.c-projectlist a > div:nth-child(1) {
  overflow: hidden;
}
.c-projectlist a > div:nth-child(1) img {
  object-fit: cover;
  aspect-ratio: 16/9;
  height: 100%;
  transform: scale(1.01);
  transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.c-projectlist a > div:nth-child(2) {
  display: grid;
  grid-template-columns: auto 1fr;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  position: relative;
  min-height: 85px;
}
@media screen and (max-width: 1260px) {
  .c-projectlist a > div:nth-child(2) {
    min-height: 5.3vw;
  }
}
@media screen and (max-width: 767px) {
  .c-projectlist a > div:nth-child(2) {
    min-height: 80px;
  }
}
.c-projectlist a > div:nth-child(2) p {
  display: inline-block;
  width: fit-content;
  margin: 0;
  background: #E0FF00;
  padding: 2px 8px;
  margin: 0 0 4px;
  border: 1px solid #000;
  font-size: 0.875rem;
}
.c-projectlist a > div:nth-child(2) div:first-child {
  writing-mode: vertical-rl;
  font-size: 0.75rem;
  letter-spacing: 0.05em;
  padding: 8px;
  font-family: "Rokkitt", serif;
  font-weight: 500;
  border-right: 1px solid #000;
  background: #000;
  color: #FFF;
  position: absolute;
  height: 100%;
  display: block;
}
.c-projectlist a > div:nth-child(2) div:last-child {
  padding: 10px;
  margin-left: 30px;
}
.c-projectlist a > div:nth-child(3) {
  border-bottom: 1px solid #000;
  padding: 10px 20px;
  font-size: 0.75rem;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
@media screen and (max-width: 999px) {
  .c-projectlist a > div:nth-child(3) {
    padding-left: 5%;
    padding-right: 5%;
  }
}
@media screen and (max-width: 767px) {
  .c-projectlist a > div:nth-child(3) {
    padding: 10px 16px;
  }
}
.c-projectlist a > div:nth-child(3) span, .c-projectlist a > div:nth-child(3) a {
  text-align: center;
  margin-right: 10px;
  border-radius: 100vw;
  border: 1px solid #000;
  padding: 2px 10px 4px;
  transition: background-color 0.6s cubic-bezier(0.075, 0.82, 0.165, 1);
}
@media screen and (max-width: 767px) {
  .c-projectlist a > div:nth-child(3) span, .c-projectlist a > div:nth-child(3) a {
    margin-right: 0;
  }
}
.c-projectlist a > div:nth-child(3) span:focus-visible, .c-projectlist a > div:nth-child(3) a:focus-visible {
  background: #E0FF00;
}
@media (any-hover: hover) {
  .c-projectlist a > div:nth-child(3) span:hover, .c-projectlist a > div:nth-child(3) a:hover {
    background: #E0FF00;
  }
}
.c-projectlist a > div:nth-child(4) {
  padding: 10px 20px;
  letter-spacing: 0.05em;
  line-height: 1.875;
}
@media screen and (max-width: 767px) {
  .c-projectlist a > div:nth-child(4) {
    padding: 10px 16px;
  }
}
.c-projectlist a > div:nth-child(4) p {
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  margin: 0;
  word-break: break-all;
}
.c-projectlist a:nth-child(-n+2) h3 {
  font-size: 1.375rem;
}
@media screen and (max-width: 767px) {
  .c-projectlist a:nth-child(-n+2) h3 {
    font-size: 1.25rem;
  }
}
.c-projectlist a:nth-child(-n+2) > div:nth-child(2) div:first-child {
  font-size: 1rem;
  background: #E0FF00;
  color: #000;
}
@media screen and (max-width: 767px) {
  .c-projectlist a:nth-child(-n+2) > div:nth-child(2) div:first-child {
    font-size: 0.75rem;
  }
}
.c-projectlist a:nth-child(-n+2) > div:nth-child(4) p {
  -webkit-line-clamp: 3;
}
@media screen and (max-width: 767px) {
  .c-projectlist a:nth-child(-n+2) > div:nth-child(4) p {
    font-size: 0.875rem;
    -webkit-line-clamp: 4;
  }
}
.c-projectlist a:nth-child(n+3) h3 {
  font-size: 1.25rem;
}
.c-projectlist a h3 {
  font-weight: normal;
  font-family: "Zen Old Mincho", serif;
  letter-spacing: 0.1em;
  line-height: 1.45;
  margin: 0;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  font-weight: normal;
}
.c-projectlist a:focus-visible > div:first-child img {
  transform: scale(1.22);
}
@media (any-hover: hover) {
  .c-projectlist a:hover > div:first-child img {
    transform: scale(1.22);
  }
}
.c-projectlist--type a:nth-child(1) {
  grid-column: span 2;
}
@media screen and (max-width: 767px) {
  .c-projectlist--type a:nth-child(1) {
    grid-area: auto;
  }
}
.c-projectlist--type a:nth-child(1) div:nth-child(2) div:first-child {
  background: #000;
  color: #FFF;
  font-size: 0.75rem;
}
.c-projectlist--type a:nth-child(2) {
  grid-column: span 2;
}
@media screen and (max-width: 767px) {
  .c-projectlist--type a:nth-child(2) {
    grid-area: auto;
  }
}
.c-projectlist--type a:nth-child(2) div:nth-child(2) div:first-child {
  background: #000;
  color: #FFF;
  font-size: 0.75rem;
}
.c-projectlist--type a:nth-child(-n+2) h3 {
  font-size: 1.25rem;
}
.c-projectlist--type a:nth-child(-n+2) > div:nth-child(4) p {
  -webkit-line-clamp: 4;
}

.c-taglist2 {
  margin: 30px 0;
}
.c-taglist2:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -37%;
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  height: 100%;
  background: url(../../img/rope.webp) no-repeat center top;
  z-index: -1;
  width: 100vw;
  height: 42vw;
  background-size: cover;
  bottom: -130px;
  margin: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .c-taglist2:after {
    width: 100vw;
    height: 100%;
    height: 10%;
    bottom: -7%;
    background-size: contain;
    transform: scale(2.2);
    left: 0;
    margin: 0 calc(50% - 50vw);
  }
}
.c-taglist2--lower {
  margin: 120px 0 0;
}
@media screen and (max-width: 767px) {
  .c-taglist2--lower {
    position: relative;
    margin-bottom: 90px;
  }
}
.c-taglist2--lower:after {
  bottom: -10px;
}
@media screen and (max-width: 767px) {
  .c-taglist2--lower:after {
    height: 49vw;
  }
}
.c-taglist2 .infinite-scroll-container {
  white-space: nowrap;
  position: relative;
  width: 100vw;
  box-sizing: border-box;
  margin: 0px calc(50% - 50vw);
}
.c-taglist2 .infinite-scroll-container + .infinite-scroll {
  margin-top: 20px;
}
.c-taglist2 .scrolling-wrapper {
  display: flex;
  animation: scroll-left var(--animation-duration) linear infinite; /* 動的にdurationを設定 */
  will-change: transform;
  --scroll-width: 0px;
  margin: 0;
  padding: 0;
}

.c-taglist {
  margin: 30px 0;
}
.c-taglist:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -37%;
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  height: 100%;
  background: url(../../img/rope.webp) no-repeat center top;
  z-index: -1;
  width: 100vw;
  height: 42vw;
  background-size: cover;
  bottom: -130px;
  margin: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .c-taglist:after {
    width: 100vw;
    height: 100%;
    height: 10%;
    bottom: -7%;
    background-size: contain;
    transform: scale(2.2);
    left: 0;
    margin: 0 calc(50% - 50vw);
  }
}
.c-taglist--lower {
  margin: 120px 0 0;
}
@media screen and (max-width: 767px) {
  .c-taglist--lower {
    position: relative;
    margin-bottom: 90px;
  }
}
.c-taglist--lower:after {
  bottom: -10px;
}
@media screen and (max-width: 767px) {
  .c-taglist--lower:after {
    height: 49vw;
  }
}
.c-taglist .infinite-scroll-container {
  white-space: nowrap;
  position: relative;
  width: 100vw;
  box-sizing: border-box;
  margin: 0px calc(50% - 50vw);
}
.c-taglist .infinite-scroll-container + .infinite-scroll {
  margin-top: 20px;
}
.c-taglist .scrolling-wrapper {
  display: flex;
  animation: scroll-left var(--animation-duration) linear infinite; /* 動的にdurationを設定 */
  will-change: transform;
  --scroll-width: 0px;
  margin: 0;
  padding: 0;
}
.c-taglist .tagplay {
  width: 24px;
  height: 24px;
  background: #E0FF00 url(../img/playtoggle1.svg) no-repeat left top;
  background-size: contain;
  cursor: pointer;
  margin: 10px 0 0 auto;
}
.c-taglist .tagplay.stop {
  background: url(../img/playtoggle2.svg) no-repeat left top;
  background-size: contain;
}
.c-taglist .tagplay p {
  clip: rect(1px 1px 1px 1px);
  position: absolute;
}

.c-pagination {
  display: flex;
  justify-content: center;
  gap: 10px;
}
.c-pagination li {
  min-width: 20px;
  aspect-ratio: 1/1;
  text-align: center;
  align-content: center;
}
.c-pagination a, .c-pagination span {
  border: 1px solid #000;
  display: block;
  align-content: center;
  min-width: 20px;
  height: 20px;
  color: #000;
  background: #FFF;
  text-decoration: none;
  transition: background-color 0.5s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.c-pagination a:focus-visible {
  background: #E0FF00;
}
@media (any-hover: hover) {
  .c-pagination a:hover {
    background: #E0FF00;
  }
}
.c-pagination .active span {
  background: #E0FF00;
}
.c-pagination .next a, .c-pagination .prev a {
  width: 24px;
  aspect-ratio: 1/1;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: none;
  border: none;
  width: auto;
  position: relative;
}
.c-pagination .next a:before, .c-pagination .prev a:before {
  box-sizing: border-box;
  content: "";
  position: absolute;
  border-radius: 100%;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #000;
  background: #E0FF00;
}
.c-pagination .next.disabled, .c-pagination .prev.disabled {
  pointer-events: none;
}
.c-pagination .next.disabled a:before, .c-pagination .prev.disabled a:before {
  background: #eeeeeb;
  border: 1px solid #808080;
}
.c-pagination .next.disabled a:after, .c-pagination .prev.disabled a:after {
  border-top: 1px solid #808080;
  border-right: 1px solid #808080;
}
.c-pagination .prev a:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 8px;
  width: 6px;
  height: 6px;
  margin: auto;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  transform: rotate(-135deg);
  box-sizing: border-box;
}
.c-pagination .next a:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 8px;
  width: 6px;
  height: 6px;
  margin: auto;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  transform: rotate(45deg);
  box-sizing: border-box;
}

.c-companylist {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .c-companylist {
    grid-template-columns: 1fr;
    gap: 20px;
    margin-bottom: 20px;
  }
}
.c-companylist a {
  letter-spacing: 0.05em;
  color: #000;
  display: grid;
  position: relative;
}
@media screen and (max-width: 767px) {
  .c-companylist a {
    text-decoration: none;
    position: relative;
    z-index: 1;
  }
}
.c-companylist a:nth-child(7) {
  grid-column: span 2;
}
@media screen and (max-width: 767px) {
  .c-companylist a:nth-child(7) {
    grid-area: auto;
  }
}
.c-companylist a:focus-visible > div:last-child img {
  transform: scale(1.2);
}
@media (any-hover: hover) {
  .c-companylist a:hover > div:last-child img {
    transform: scale(1.2);
  }
}
.c-companylist--top a:nth-last-child(1) {
  grid-column: span 2;
}
@media screen and (max-width: 767px) {
  .c-companylist--top a:nth-last-child(1) {
    grid-column: auto;
  }
}
@media screen and (max-width: 767px) {
  .c-companylist--top a:nth-last-child(1) h2, .c-companylist--top a:nth-last-child(1) h3 {
    margin-top: -40% !important;
  }
}
.c-companylist--top a:nth-last-child(1) div:last-child {
  background: #FFF;
}
.c-companylist div:first-child {
  position: absolute;
  top: 50px;
  left: -20px;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .c-companylist div:first-child {
    left: -10px;
    top: inherit;
    position: relative;
    order: 2;
    margin-top: -20px;
  }
}
.c-companylist div:first-child h2, .c-companylist div:first-child h3 {
  background: #FFF;
  margin: 0;
  padding: 0;
  font-family: "Zen Old Mincho", serif;
  letter-spacing: 0.1em;
  font-size: 1.375rem;
  font-weight: normal;
  width: fit-content;
  padding: 5px 14px 7px 10px;
  border: 1px solid #000;
  line-height: 1.45;
}
@media screen and (max-width: 767px) {
  .c-companylist div:first-child h2, .c-companylist div:first-child h3 {
    letter-spacing: 0;
  }
}
.c-companylist div:first-child p {
  margin: -1px 0 0;
  padding: 8px 10px 7px;
  border: 1px solid #000;
  background: #FFF;
  line-height: 1.411;
  font-size: 1rem;
  font-family: "Rokkitt", serif;
  width: fit-content;
  letter-spacing: 0.1em;
  position: relative;
}
@media screen and (max-width: 767px) {
  .c-companylist div:first-child p {
    width: fit-content;
    padding-left: 12px;
    padding-right: 20px;
    letter-spacing: 0.1em;
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: center;
  }
}
@media screen and (max-width: 767px) {
  .c-companylist div:first-child p:after {
    content: "";
    background: url(../img/arrow2.svg) no-repeat center center;
    width: 5px;
    display: block;
    height: 8px;
    margin-left: 10px;
    background-size: contain;
    z-index: 1;
    margin-top: -3px;
  }
}
.c-companylist div:last-child {
  border: 1px solid #000;
  width: 100%;
  margin-left: auto;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .c-companylist div:last-child {
    order: 1;
    text-decoration: none;
  }
}
.c-companylist div:last-child img {
  transform: scale(1.01);
  transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.c-lower {
  margin: 70px auto 140px;
}
.c-lower__ttl {
  font-size: 1.625rem;
  font-weight: normal;
  font-family: "Zen Old Mincho", serif;
  color: #000;
}
@media screen and (max-width: 767px) {
  .c-lower__ttl {
    font-size: 1.25rem;
  }
}
.c-lower__subttl {
  font-size: 1.25rem;
  font-weight: normal;
  font-family: "Zen Old Mincho", serif;
  color: #000;
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .c-lower__subttl {
    font-size: 1.125rem;
  }
}
.c-lower__txt {
  font-size: 1.125rem;
  line-height: 2;
  letter-spacing: 0.05em;
  color: #343434;
}
@media screen and (max-width: 767px) {
  .c-lower__txt {
    font-size: 1rem;
  }
}
.c-lower__section + .c-lower__section {
  margin-top: 60px;
}
.c-lower .part_title {
  font-size: 1.375rem;
  color: #000;
  font-weight: normal;
  margin: 40px 0 0;
}
@media screen and (max-width: 767px) {
  .c-lower .part_title {
    font-size: 1.25rem;
    margin: 20px 0 0;
  }
}
.c-lower .part_title:before {
  content: "■";
  margin-right: 1em;
}
.c-lower .part_title.none:before {
  display: none;
}
.c-lower .part_title a {
  text-decoration: none;
}
.c-lower .part_title + .c-lower__ttl {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .c-lower .part_title.o-nomal {
    margin-top: 40px;
  }
}
.c-lower .part_title.o-nomal:before {
  content: none;
}
.c-lower .revision_text {
  color: #343434;
  line-height: 1.71429;
}
.c-lower .o-align_right {
  text-align: right;
}
.c-lower .privacy_child {
  font-size: 1.125rem;
}
@media screen and (max-width: 767px) {
  .c-lower .privacy_child {
    font-size: 1rem;
  }
}
.c-lower .privacy_child ul {
  list-style: inside;
}
.c-lower .privacy_child li {
  line-height: 1.875;
  letter-spacing: 0.05em;
  color: #343434;
}
.c-lower .nomal_list {
  padding-left: 1.5em;
  padding-left: 0;
}
.c-lower .term_child_list {
  counter-reset: childOrder;
  padding-left: 0;
}
.c-lower .term_child_item {
  counter-increment: childOrder;
  position: relative;
  padding-left: 2em;
}
.c-lower .term_child_item:before {
  content: "(" counter(childOrder) ")";
  position: absolute;
  left: 0;
}
.c-lower .nomal_list_item {
  position: relative;
  padding-left: 1em;
}
.c-lower .nomal_list_item:before {
  content: "・";
  position: absolute;
  left: 0;
}
.c-lower a {
  text-decoration: underline;
  color: #343434;
  line-height: 2;
  letter-spacing: 0.05em;
  transition: opacity 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.c-lower a:hover {
  opacity: 0.8;
}
.c-lower a:hover img {
  opacity: 0.7;
}
.c-lower__terms {
  width: fit-content;
  margin: 0 auto;
}
.c-lower__terms__list {
  margin-top: 50px;
}
.c-lower__terms__list li {
  line-height: 3;
}
.c-lower__termchild {
  padding: 0;
}
.c-lower__termchild__item {
  counter-increment: childOrder;
  position: relative;
  padding-left: 2em;
  font-size: 1.125rem;
  color: #343434;
  margin: 10px 0;
  line-height: 1.875;
}
.c-lower__termchild__item:before {
  content: "(" counter(childOrder) ")";
  position: absolute;
  left: 0;
}
.c-lower__table {
  border: 1px solid #343434;
  width: 100%;
  border-collapse: collapse;
}
@media screen and (max-width: 767px) {
  .c-lower__table {
    font-size: 0.9vw;
  }
}
.c-lower__table th {
  padding: 10px;
  background: #B4B4A7;
  color: #FFF;
}
@media screen and (max-width: 767px) {
  .c-lower__table th {
    white-space: nowrap;
  }
}
.c-lower__table th + th {
  border-left: 1px solid #343434;
}
.c-lower__table th:nth-child(2) {
  width: 20%;
}
.c-lower__table .-site {
  background: #d9d9d9;
}
.c-lower__table td {
  padding: 20px 10px;
  border: 1px solid #343434;
}
@media screen and (max-width: 767px) {
  .c-lower__table td {
    padding: 10px 2px;
  }
}
.c-lower__table a {
  padding: 0;
  display: block;
}
.c-lower__table a:focus-visible {
  text-decoration: none;
}
@media (any-hover: hover) {
  .c-lower__table a:hover {
    text-decoration: none;
  }
}
.c-lower--none a {
  text-decoration: none;
}

.c-skiplink {
  position: absolute;
  top: -40px;
  left: 0;
  background: white;
  color: #fff;
  padding: 8px;
  text-decoration: none;
  z-index: 100;
  width: 100%;
  text-align: center;
  outline: none;
  color: #005eaa;
}
.c-skiplink:focus {
  top: 0;
  z-index: 100000;
}

.c-backtotop {
  transform: translateY(-100px);
}
.c-backtotop a {
  color: #343434;
  font-size: 1.125rem;
  position: relative;
  padding-right: 20px;
}
@media screen and (max-width: 767px) {
  .c-backtotop a {
    font-size: 1rem;
  }
}
.c-backtotop a:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  width: 7px;
  height: 7px;
  margin: auto;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  transform: rotate(45deg);
  box-sizing: border-box;
}
.c-backtotop--none {
  transform: none;
}

.c-pdf {
  margin: 40px 0 120px;
}
@media screen and (max-width: 767px) {
  .c-pdf {
    margin: 20px 0 60px;
  }
}
.c-pdf__btn {
  margin-top: 120px;
}
@media screen and (max-width: 767px) {
  .c-pdf__btn {
    margin-top: 60px;
  }
}

.c-iframe {
  width: 100%;
  text-align: center;
  padding-top: 40px;
  font-size: 1.25rem;
}

/* 横方向にスムーズにスクロール */
@keyframes scroll-left {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(var(--scroll-width)); /* 幅をCSS変数で設定 */
  }
}
@keyframes scales {
  0% {
    transform: scale(1);
  }
  30% {
    transform: scale(0.5);
    background: #000;
  }
  100% {
    transform: scale(1);
    background: #000;
  }
}
@keyframes arrow2 {
  0% {
    transform: translateY(-50%) scale(0);
  }
  30% {
    transform: translateY(-50%) scale(1.2);
  }
  100% {
    transform: translateY(-50%) scale(1);
  }
}
.l-module .wrapper-gallery figure > div img {
  height: 100% !important;
}

.l-module .list-anchor {
  border-top: none !important;
}

.l-module .list-anchor li {
  border-top: 1px solid #000;
}

.l-module .list-anchor li:nth-child(n+3) {
  margin-top: -1px !important;
}

.l-module .btn-video button img {
  height: 100% !important;
}

.l-module .fontｰl {
  font-size: 1rem;
}