html {
  visibility: hidden;
}

html.wf-active,
html.loading-delay {
  visibility: visible;
}

#loading {
  width: 100vw;
  height: 100vh;
  -webkit-transition: all .5s;
  transition: all .5s;
  background-color: #000;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  display: grid;
  place-content: center;
  place-items: center;
}
#loading.loaded {
  opacity: 0;
  visibility: hidden;
}
#loading .logo {
  width: 150px;
  margin-bottom: 50px;
}

.spinner {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 3px solid #fff;
  border-color: #fff transparent #fff transparent;
  position: relative;
  -webkit-animation-name: spin;
          animation-name: spin;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}

@-webkit-keyframes spin {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes spin {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.view-more-btn {
  display: block;
  width: 94px;
  line-height: 26px;
  background: #FF0200;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  margin-left: 5px;
  -webkit-transition: .3s;
  transition: .3s;
}
.view-more-btn:hover {
  background: #fff;
  color: #FF0200;
}

@-webkit-keyframes mvFadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes mvFadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
#mv {
  position: relative;
  min-height: 800px;
  aspect-ratio: 16 / 9;
  width: 100%;
}
#mv .mv-video {
  width: 100%;
  height: 100%;
  background: #000;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  z-index: 0;
}
#mv .mv-video video {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: .1s;
  transition: .1s;
}
#mv .mv-content {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 0;
}
#mv .mv-content .catch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-inline: auto;
  font-family: "henderson-sans-basic", sans-serif;
  font-weight: 100;
  font-style: italic;
  font-size: 72px;
  letter-spacing: -0.1em;
  color: #fff;
  line-height: 1.1;
}
#mv .mv-content .catch .ja {
  display: inline-block;
  margin-left: -5em;
  font-family: noto-sans-cjk-jp, sans-serif;
  font-weight: 100;
  font-style: normal;
  font-size: 24px;
  letter-spacing: .3em;
}
#mv .mv-content .link-philosophy {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  width: 367px;
  height: 40px;
  margin-inline: auto;
  border-radius: 20px;
  border: 1px solid #fff;
  font-family: noto-sans-cjk-jp, sans-serif;
  font-weight: 100;
  font-style: normal;
  font-size: 20px;
  line-height: 0;
  color: #fff;
}
#mv .mv-content .link-philosophy .logo {
  width: 105px;
}
#mv .mv-content .link-philosophy .logo svg {
  fill: #fff;
  -webkit-transition: .3s;
  transition: .3s;
}
#mv .mv-content .link-philosophy::after {
  content: "";
  position: absolute;
  display: block;
  width: 10px;
  height: 10px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}
#mv .mv-content .link-philosophy:hover {
  background: #fff;
  color: #000;
}
#mv .mv-content .link-philosophy:hover .logo svg {
  fill: #000;
}
#mv .mv-content .link-philosophy:hover::after {
  border-top: 1px solid #000;
  border-right: 1px solid #000;
}
#mv .copyright {
  position: absolute;
  right: 30px;
  top: 0;
  height: 100vh;
  width: 20px;
  margin: 0;
  z-index: 5;
  opacity: 0;
}
#mv .copyright small {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
  margin: 0;
  font-size: 10px;
  color: #fff;
  white-space: nowrap;
}

html.wf-active #mv .mv-content, html.wf-active #mv .copyright {
  -webkit-animation: mvFadeIn 2s forwards 1s;
          animation: mvFadeIn 2s forwards 1s;
}

#pickup {
  width: 100%;
}
#pickup ul li {
  width: 100%;
  height: 500px;
}
#pickup ul li a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  color: #fff;
}
#pickup ul li a .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1134px;
  margin-inline: auto;
  position: relative;
  padding-left: 50px;
}
#pickup ul li a .bg {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
}
#pickup ul li a .bg img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}
#pickup ul li a .text h3 {
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 40px;
}
#pickup ul li a .text h4 {
  font-family: "henderson-sans-basic", sans-serif;
  font-weight: 100;
  font-style: italic;
  font-size: 38px;
  margin-bottom: 10px;
}
#pickup ul li a .text p {
  font-size: 18px;
  font-weight: bold;
  margin: 0;
}
#pickup ul li a .text .view-detail {
  display: inline-block;
  font-size: 10px;
  font-weight: bold;
  border: 1px solid #fff;
  padding: .3em 2em;
  margin-top: 20px;
  -webkit-transition: .3s;
  transition: .3s;
}
#pickup ul li a:hover .text .view-detail {
  background: #fff;
  color: #414141;
}
#pickup ul li.products {
  background: #000;
}
#pickup ul li.cplus .text {
  color: #414141;
  margin-right: 20px;
}
#pickup ul li.cplus .text .view-detail {
  border: 1px solid #414141;
}
#pickup ul li.cplus .img {
  position: relative;
  z-index: 2;
}
#pickup ul li.cplus a:hover .text .view-detail {
  background: #414141;
  color: #fff;
}

.bnr {
  width: 100%;
  background: #000;
  padding-top: 150px;
}
.bnr a {
  display: block;
  width: 900px;
  margin: 0 auto;
  text-align: center;
}
.bnr a:hover {
  opacity: .7;
}
.bnr a img {
  max-width: 100%;
}

.cf-bnr {
  background: #000;
  padding-top: 150px;
}
.cf-bnr a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 900px;
  height: 184px;
  margin: 0 auto;
  background: url("../images/top/cf_bnr_bg.jpg") no-repeat;
  background-size: cover;
  color: #fff;
}
.cf-bnr a .catch {
  font-size: 46px;
  font-weight: 600;
  padding-right: 35px;
  margin: 0;
  border-right: 1px solid #fff;
}
.cf-bnr a .right {
  padding-left: 60px;
}
.cf-bnr a .right .copy {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: .05em;
  line-height: 1.6;
  margin-bottom: 20px;
}
.cf-bnr a .right .btn {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 390px;
  height: 34px;
  background: #FF0200;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: .05em;
  border-radius: 1000px;
  padding-right: 20px;
  margin: 0;
  -webkit-transition: .3s;
  transition: .3s;
}
.cf-bnr a .right .btn::after {
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  right: 15px;
  content: "";
  width: 20px;
  height: 20px;
  display: block;
  border-radius: 50%;
  background: #fff;
  -webkit-transition: .3s;
  transition: .3s;
}
.cf-bnr a .right .btn::before {
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  right: 22.5px;
  content: "";
  width: 7px;
  height: 7px;
  display: block;
  border-right: 1px solid #FF0200;
  border-top: 1px solid #FF0200;
  rotate: 45deg;
  -webkit-transition: .3s;
  transition: .3s;
  z-index: 2;
}
.cf-bnr a:hover .right .btn {
  background: #fff;
  color: #414141;
}
.cf-bnr a:hover .right .btn::after {
  background: #414141;
}
.cf-bnr a:hover .right .btn::before {
  border-right: 1px solid #fff;
  border-top: 1px solid #fff;
}

#topnews {
  padding: 140px 0 170px;
  background-color: #000;
  color: #fff;
}
#topnews .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 900px;
  margin-inline: auto;
}
#topnews .inner .title-area h2 {
  margin-bottom: 30px;
}
#topnews .inner .title-area h2 strong {
  display: block;
  font-family: "henderson-sans-basic", sans-serif;
  font-weight: 100;
  font-style: italic;
  font-size: 50px;
  margin-bottom: 10px;
}
#topnews .inner .title-area h2 .ja {
  font-size: 20px;
  font-weight: bold;
  letter-spacing: .3em;
  margin-left: 5px;
}
#topnews .inner .news-list {
  width: 637px;
  margin-top: 90px;
  border-top: 1px solid #808080;
}
#topnews .inner .news-list li {
  padding: 15px 0;
  border-bottom: 1px solid #808080;
}
#topnews .inner .news-list li .news-title {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
}
#topnews .inner .news-list li .news-title .news-cat {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 77px;
  height: 22px;
  border-radius: 11px;
  background: #fff;
  font-size: 12px;
  font-weight: bold;
  color: #414141;
  margin-right: 10px;
}
#topnews .inner .news-list li .news-title h3 {
  font-size: 12px;
  margin: 0;
}
#topnews .inner .news-list li .news-title h3 .date {
  display: block;
  font-size: 12px;
  font-weight: bold;
  line-height: 22px;
}
#topnews .inner .news-list li .news-title::after {
  content: "";
  position: absolute;
  display: block;
  width: 12px;
  height: 12px;
  border-bottom: 1px solid #808080;
  border-right: 1px solid #808080;
  top: 10px;
  right: 20px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: .3s;
  transition: .3s;
}
#topnews .inner .news-list li .news-title.opened::after {
  -webkit-transform: rotate(225deg);
          transform: rotate(225deg);
  top: 15px;
}
#topnews .inner .news-list li .news-detail {
  display: none;
  padding-left: 87px;
  margin-top: 15px;
}
#topnews .inner .news-list li .news-detail * {
  font-size: 12px;
}
#topnews .inner .news-list li .news-detail p {
  margin-bottom: 1em;
}

#contents-menu {
  padding-bottom: 160px;
  background-color: #000;
  color: #fff;
}
#contents-menu .inner {
  max-width: 900px;
  margin-inline: auto;
}
#contents-menu h2 {
  margin-bottom: 30px;
}
#contents-menu h2 strong {
  display: block;
  font-family: "henderson-sans-basic", sans-serif;
  font-weight: 100;
  font-style: italic;
  font-size: 50px;
  margin-bottom: 10px;
}
#contents-menu h2 .ja {
  font-size: 20px;
  font-weight: bold;
  letter-spacing: .3em;
  margin-left: 5px;
}
#contents-menu ul {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 30px;
}
#contents-menu ul li {
  width: calc((100% / 2) - (30px * 1 / 2));
  height: 300px;
}
#contents-menu ul li:nth-child(1) {
  width: 100%;
}
#contents-menu ul li:nth-child(1) a h3 strong {
  font-size: 30px;
}
#contents-menu ul li a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  width: 100%;
  height: 100%;
  text-align: left;
  color: #fff;
  padding-left: 20px;
  padding-bottom: 20px;
  overflow: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#contents-menu ul li a .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-transition: .6s;
  transition: .6s;
}
#contents-menu ul li a .bg img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
#contents-menu ul li a .text {
  position: relative;
}
#contents-menu ul li a h3 {
  font-size: 17px;
  margin-bottom: 0;
}
#contents-menu ul li a h3 strong {
  display: block;
  font-family: "henderson-sans-basic", sans-serif;
  font-weight: 100;
  font-style: italic;
  font-size: 24px;
  line-height: 1;
  margin-bottom: 10px;
}
#contents-menu ul li a p {
  font-size: 12px;
  margin: 0;
}
#contents-menu ul li a .view-detail {
  display: inline-block;
  font-size: 10px;
  font-weight: bold;
  border: 1px solid #fff;
  padding: .3em 2em;
  margin-top: 10px;
  -webkit-transition: .3s;
  transition: .3s;
}
#contents-menu ul li a:hover .bg {
  -webkit-transform: scale(110%);
          transform: scale(110%);
}
#contents-menu ul li a:hover .view-detail {
  background: #fff;
  color: #414141;
}

#company {
  position: relative;
  background-color: #000;
  overflow: hidden;
}
#company a {
  display: block;
  padding: 80px 0 55px;
}
#company a:hover .view-more-btn {
  background: #fff;
  color: #FF0200;
}
#company .bg {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 1000px;
  height: 100%;
  z-index: 1;
}
#company .bg img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  height: 100%;
}
#company .inner {
  position: relative;
  max-width: 900px;
  margin-inline: auto;
  z-index: 2;
}
#company h2 {
  margin-bottom: 90px;
  color: #fff;
}
#company h2 strong {
  display: block;
  font-family: "henderson-sans-basic", sans-serif;
  font-weight: 100;
  font-style: italic;
  font-size: 50px;
  margin-bottom: 5px;
}
#company h2 .ja {
  font-size: 20px;
  font-weight: bold;
  padding-left: 5px;
  letter-spacing: .3em;
}
#company p {
  font-size: 12px;
  color: #fff;
  padding-left: 5px;
}

@media screen and (max-width: 1083px) {
  #pickup ul li {
    height: auto;
  }
  #pickup ul li a {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #pickup ul li a .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    margin-inline: auto;
  }
  #pickup ul li a .bg {
    top: auto;
    bottom: 0;
    height: 500px;
  }
  #pickup ul li a .bg img {
    height: 100%;
  }
  #pickup ul li a .text h3 {
    margin-bottom: 40px;
  }
  #pickup ul li a .text h4 {
    margin-bottom: 10px;
  }
  #pickup ul li a .text p {
    font-size: 18px;
    font-weight: bold;
    margin: 0;
  }
  #pickup ul li a .text .view-detail {
    font-size: 12px;
  }
  #pickup ul li.products a {
    padding: 280px 0 300px;
  }
  #pickup ul li.products a .bg::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 200px;
    display: block;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(19%, black), color-stop(20%, rgba(0, 0, 0, 0.99)), to(rgba(255, 255, 255, 0)));
    background: linear-gradient(to bottom, black 19%, rgba(0, 0, 0, 0.99) 20%, rgba(255, 255, 255, 0) 100%);
  }
  #pickup ul li.cplus a {
    padding: 50px 0 160px;
  }
  #pickup ul li.cplus .text {
    margin-right: 0;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .view-more-btn {
    display: block;
    width: 100px;
    line-height: 2em;
    font-size: 11px;
    margin-left: 5px;
  }

  #mv {
    position: relative;
    padding-bottom: 100px;
    height: 500px;
    min-height: auto;
    z-index: 2;
  }
  #mv .mv-video {
    background: #000;
    position: absolute;
  }
  #mv .mv-content {
    width: 100%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  #mv .mv-content .catch {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 42px;
  }
  #mv .mv-content .catch .ja {
    margin-left: 1em;
    margin-bottom: 0;
    margin-top: 0.5em;
    font-size: 18px;
  }
  #mv .mv-content .link-philosophy {
    width: 82%;
    height: 2em;
    border-radius: 1em;
    font-size: 18px;
    margin-top: 50px;
  }
  #mv .mv-content .link-philosophy img {
    width: 28%;
  }
  #mv .copyright {
    display: none;
  }

  #pickup {
    width: 100%;
  }
  #pickup ul li {
    width: 100%;
    height: auto;
  }
  #pickup ul li a {
    display: block;
  }
  #pickup ul li a .bg {
    top: auto;
    bottom: 0;
    height: auto;
  }
  #pickup ul li a .bg img {
    width: 100%;
    height: auto;
  }
  #pickup ul li a .inner {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding-left: 8%;
  }
  #pickup ul li a .text {
    margin-bottom: 20px;
  }
  #pickup ul li a .text h3 {
    font-size: 22px;
    margin-bottom: 10px;
  }
  #pickup ul li a .text h3 img {
    height: 20px;
    width: auto;
  }
  #pickup ul li a .text h4 {
    margin-bottom: 10px;
    font-size: 26px;
  }
  #pickup ul li a .text p {
    font-size: 14px;
  }
  #pickup ul li a .text .view-detail {
    margin-top: 15px;
  }
  #pickup ul li.products a {
    padding: 200px 0 150px;
  }
  #pickup ul li.products a .bg::before {
    content: none;
  }
  #pickup ul li.cplus a {
    padding: 20px 0 0;
  }
  #pickup ul li.cplus .bg {
    position: relative;
  }
  #pickup ul li.cplus .text {
    margin-right: 0;
    margin-bottom: 30px;
  }
  #pickup ul li.cplus .text h4 {
    width: 150px;
  }
  #pickup ul li.cplus .img {
    width: 30%;
    position: absolute;
    left: 78%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    bottom: 5px;
  }

  .bnr {
    padding-top: 50px;
  }
  .bnr a {
    width: 85%;
    margin: 0 auto;
  }

  .cf-bnr {
    padding-top: 50px;
  }
  .cf-bnr a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 315px;
    height: auto;
    padding: 20px 0;
    background: url("../images/top/cf_bnr_bg_sp.jpg") no-repeat;
    background-size: cover;
  }
  .cf-bnr a .catch {
    position: relative;
    font-size: 22px;
    padding-right: 0;
    padding-bottom: 15px;
    margin: 0;
    border-right: none;
  }
  .cf-bnr a .catch::after {
    content: "";
    display: block;
    width: 63px;
    height: 1px;
    background: #fff;
    position: absolute;
    bottom: 0;
    left: 50%;
    translate: -50%;
  }
  .cf-bnr a .right {
    padding-left: 0;
    padding-top: 20px;
    text-align: center;
  }
  .cf-bnr a .right .copy {
    font-size: 12px;
    font-weight: 600;
    letter-spacing: .05em;
    line-height: 1.6;
    margin-bottom: 15px;
  }
  .cf-bnr a .right .btn {
    width: 260px;
    height: 25px;
    background: #FF0200;
    font-size: 12px;
    padding-right: 10px;
    letter-spacing: .02em;
    margin: 0 auto;
  }
  .cf-bnr a .right .btn::after {
    position: absolute;
    top: 50%;
    translate: 0 -50%;
    right: 5px;
    content: "";
    width: 15px;
    height: 15px;
  }
  .cf-bnr a .right .btn::before {
    right: 10px;
    width: 5px;
    height: 5px;
  }

  #topnews {
    padding: 50px 0 60px;
  }
  #topnews .inner {
    display: block;
    width: 85%;
  }
  #topnews .inner .title-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  #topnews .inner .title-area h2 {
    margin-bottom: 0;
  }
  #topnews .inner .title-area h2 strong {
    font-size: 30px;
    margin-bottom: 0;
  }
  #topnews .inner .title-area h2 .ja {
    font-size: 12px;
    font-weight: bold;
    letter-spacing: .3em;
    margin-left: 5px;
  }
  #topnews .inner .news-list {
    width: 100%;
    margin-top: 30px;
    border-top: 1px solid #808080;
  }
  #topnews .inner .news-list li {
    padding: 15px 0;
    border-bottom: 1px solid #808080;
  }
  #topnews .inner .news-list li .news-title {
    display: block;
    cursor: pointer;
  }
  #topnews .inner .news-list li .news-title .news-cat {
    width: 60px;
    height: 1.8em;
    border-radius: .9em;
    font-size: 10px;
    margin-right: 0;
    margin-bottom: 10px;
  }
  #topnews .inner .news-list li .news-title h3 {
    font-size: 12px;
  }
  #topnews .inner .news-list li .news-title h3 .date {
    display: block;
    font-size: 12px;
    line-height: 22px;
  }
  #topnews .inner .news-list li .news-title::after {
    width: 10px;
    height: 10px;
    top: 15px;
    right: 20px;
  }
  #topnews .inner .news-list li .news-title.opened::after {
    -webkit-transform: rotate(225deg);
            transform: rotate(225deg);
    top: 20px;
  }
  #topnews .inner .news-list li .news-detail {
    display: none;
    padding-left: 0;
    padding-right: 1em;
    margin-top: 15px;
  }

  #contents-menu {
    padding-bottom: 80px;
  }
  #contents-menu .inner {
    max-width: 90%;
    margin-inline: auto;
  }
  #contents-menu h2 {
    margin-bottom: 30px;
  }
  #contents-menu h2 strong {
    font-size: 30px;
    margin-bottom: 0;
  }
  #contents-menu h2 .ja {
    font-size: 12px;
    font-weight: bold;
    letter-spacing: .3em;
    margin-left: 5px;
  }
  #contents-menu ul {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 10px;
  }
  #contents-menu ul li {
    width: calc((100% / 2) - (10px * 1 / 2));
    height: auto;
    aspect-ratio: 1 / 0.98;
  }
  #contents-menu ul li:nth-child(1) {
    width: 100%;
    height: auto;
    aspect-ratio: 1 / 0.476;
  }
  #contents-menu ul li:nth-child(1) a h3 strong {
    font-size: 4vw;
  }
  #contents-menu ul li a {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    height: 100%;
    min-height: 170px;
    text-align: center;
    padding: 5% 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    text-shadow: 1px 1px 1px black;
  }
  #contents-menu ul li a .text {
    position: relative;
  }
  #contents-menu ul li a h3 {
    font-size: 3.4vw;
    margin-bottom: 5px;
  }
  #contents-menu ul li a h3 strong {
    font-size: 3.8vw;
    font-weight: 300;
    margin-bottom: 5px;
  }
  #contents-menu ul li a p {
    font-size: 2.8vw;
    margin: 0;
  }
  #contents-menu ul li a .view-detail {
    border: none;
    background: rgba(255, 255, 255, 0.7);
    color: #414141;
    padding: .3em 2em;
    margin-top: 10px;
    text-shadow: none;
    font-size: 2.8vw;
  }
  #contents-menu ul li.pro a h3 {
    margin-bottom: 35px;
  }
  #contents-menu ul li.pro a .view-detail {
    margin-top: 5px;
  }
  #contents-menu ul li.cpl a {
    padding: 0 20px;
  }
  #contents-menu ul li.cpl a h3 {
    text-align: left;
    margin-bottom: 10px;
  }
  #contents-menu ul li.cpl a h3 strong img {
    width: 51px;
  }
  #contents-menu ul li.cpl a p {
    text-align: left;
  }

  #company {
    background: #000;
  }
  #company a {
    padding: 40px 0 60px;
  }
  #company .bg {
    width: 100%;
  }
  #company .bg img {
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: top;
       object-position: top;
  }
  #company .inner {
    width: 90%;
  }
  #company h2 {
    margin-bottom: 60px;
    color: #fff;
  }
  #company h2 strong {
    font-size: 24px;
    margin-bottom: 5px;
  }
  #company h2 .ja {
    font-size: 14px;
    padding-left: 3px;
  }
  #company p {
    font-size: 11px;
    padding-left: 3px;
  }
}

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